Skip to content

Commit

Permalink
clean up docs text
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelmarconi committed Aug 2, 2024
1 parent 079c7b9 commit f197ef7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/lib/Icons/Icons.docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ import { Meta, Title, Canvas, Story, Controls, IconGallery, IconItem } from "@st
Any of these icons can be pulled in as standalone components. They are intended as decorations, and do not include `onClick` parameters.

## Options
These are the current possible icon components included with this library.

<IconGallery>
<IconItem name="<IconPlus/>">
<IconItem name="IconPlus">
<svg
width={25}
height={25}
Expand All @@ -26,13 +27,13 @@ Any of these icons can be pulled in as standalone components. They are intended
<path d="M0 27V21H48V27H0Z M28 48H22L22 2.62268e-07L28 0L28 48Z" fill="#000" />
</svg>
</IconItem>
<IconItem name="<IconMinus/>">
<IconItem name="IconMinus">
<Story of={MinusStory.MinusPreview}/>
</IconItem>
<IconItem name="<IconClose/>">
<IconItem name="IconClose">
<Story of={CloseStory.ClosePreview}/>
</IconItem>
<IconItem name="<IconSearch/>">
<IconItem name="IconSearch">
<Story of={SearchStory.SearchPreview}/>
</IconItem>
</IconGallery>
Expand Down

0 comments on commit f197ef7

Please sign in to comment.