@mailstep-design-system/icon
v0.0.17
Published
## Props
Downloads
25
Keywords
Readme
Icon
Props
| Component | Type | Description | | -------------- | :------------: | :----------------------- | | icon | string | See Icon section | | style | string | normal, light, solid | | fill | string | color from design system | | size | number, string | | | className | string | | | fixedWidth | boolean | | | spinning | boolean | | | secondaryColor | string | |
Example
import Icon from @mailstep-design-system/icon
...
<Icon icon="login" />
...