@j4jinxx/icon
Version:
Minimal Icon React Component
25 lines (17 loc) • 778 B
Markdown
# Icon
Minimal Icon React Component.
To Use Icon component, you must first add the Material Icons Font CSS.
View [Material Icons Guide](https://developers.google.com/fonts/docs/material_icons)



## Install
npm i @j4jinxx/icon
## Import
import Icon from '@j4jinxx/icon';
## Props
| Name | Type | Default | Description |
|----------|:-------|:----------------|:------------|
| icon | string | stop | Icon name |
| color | string | inherit | Icon Color |
| size | number | 24 | Icon size |