eduzz-icons
v0.1.0
Published
Iconography standard Eduzz.
Downloads
2
Readme
Eduzz Icons
Iconography standard component Eduzz.
Installation
Install the dependencies.
$ yarn add EduzzIcons
or
$ npm install EduzzIcons --save
How to use
Import component:
import EduzzIcons from 'eduzz-icons';
Simple icon:
<EduzzIcons name='NAME_ICON' />
Sizes icon:
<EduzzIcons name='NAME_ICON' width={50} height={50} />
Colors icon:
<EduzzIcons name='NAME_ICON' fill='#827db8' stroke='#99ff66' />
Icons
Table of icons.
| Icon | Use (name) | | ------ | ------ | | Sale | sale | | Notification | notification | | Bla bla | bla-bla |