Skip to content

Commit de1cfdf

Browse files
committed
fix: removing commented code
1 parent 2b4053b commit de1cfdf

File tree

1 file changed

+0
-2
lines changed
  • example/storybook/stories/components/composites/IconButton

1 file changed

+0
-2
lines changed

example/storybook/stories/components/composites/IconButton/SVGIcon.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ export const Example = () => {
1717
height: '100',
1818
}}
1919
>
20-
{/* <Icon width="100" height="100"> */}
2120
<Path d="M46.667 90v-.008c-4.922 0-11.021-2.695-13.333-6.66V40c5.521 0 10-4.479 10-10V13.333A3.33 3.33 0 0 1 46.667 10C54.029 10 60 15.97 60 23.333v13.333A3.331 3.331 0 0 0 63.334 40H80c5.52 0 10 4.479 10 10v30h-.004c0 5.52-4.477 9.992-9.996 10H46.667zM10 40h16.666v43.333H10z" />
22-
{/* </Icon> */}
2321
</IconButton>
2422

2523
{/* Alternatively */}

0 commit comments

Comments
 (0)