@ied/icon
v1.0.1
Published
## Install
Downloads
8
Readme
Icon
Install
yarn add @ied/icon
Add this to your index.html
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Use
import Icon from '@ied/icon'
<Icon>person</Icon>
Types
type Props = {
children: string,
className?: string,
style?: {},
}