Skip to content

Commit

Permalink
fix(components): format icon file
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlfischer committed Mar 21, 2024
1 parent 5abd7f5 commit c4cd9ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/icons/icons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import * as Icons from ".";
List of available icons

<IconGallery>
{Object.entries(Icons).map(([name, Icon]) => (
<IconItem name={name} key={name}>
<Icon className="h-6 w-6" />
</IconItem>
))}
{Object.entries(Icons).map(([name, Icon]) => (
<IconItem name={name} key={name}>
<Icon className="h-6 w-6" />
</IconItem>
))}
</IconGallery>

0 comments on commit c4cd9ac

Please sign in to comment.