0.1.1 • Published 8 years ago
@oovui/react-feather-icons v0.1.1
react-feather-icons
feather icons as React components for react-oovui
install
npm install @oovui/react-feather-icons
Quick Start
<Icon type="x"/>
<Icon type ="circle" size="30" color="red"/>API props
| props | des | type | default |
|---|---|---|---|
| type | icon type | String | -- |
| size | font-size | String or Number | 18 |
| color | color | String | #000000 |