Skip to content

Commit

Permalink
fix: fix icon size and style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini committed Mar 15, 2020
1 parent 1c0d61d commit 9e4ec70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PaddingIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React, { FC } from 'react';
import { Svg, Path } from './Svg';

const PaddingIcon: FC = () => (
<Svg viewBox="0 0 24 24">
<Path d="M3,3H21V21H3V3M5,5V19H19V5H5Z M14,10V14H10V10H14M16,8H8V16H16V8Z" />
<Svg viewBox="0 0 1024 1024">
<Path d="M880 144H144v736h736V144zm40-80c22.092 0 40 17.908 40 40v816c0 22.092-17.908 40-40 40H104c-22.092 0-40-17.908-40-40V104c0-22.092 17.908-40 40-40h816zM224 224v576h576V224H224zm80 80h416v416H304V304z" />
</Svg>
);

Expand Down

0 comments on commit 9e4ec70

Please sign in to comment.