Skip to content

Commit

Permalink
📝Improved documentation on icons (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
denektenina authored Sep 22, 2023
1 parent 7f9e408 commit ccaf019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/eds-core-react/stories/icons/IconPreview.docs.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Primary, Story, Meta } from '@storybook/blocks'
import { Story } from '@storybook/blocks'
import * as ComponentStories from './IconPreview.stories'

# Icons
Expand All @@ -7,5 +7,7 @@ Icons included in the EDS icon library.

Hover over an icon to download as svg or use the name for lookup in the `@equinor/eds-icons` package.

**Note:** in the npm-package, icons ending with _small do not exist individually but are stored within the regular icon under `icon.sizes.small` and used automatically when Icon size is set to 16 or 18.

<Story of={ComponentStories.Preview} />

0 comments on commit ccaf019

Please sign in to comment.