1.0.2 • Published 6 years ago
@lessondesk/material-icons v1.0.2
@lessondesk/material-icons
Material Icon SVGs as React Components
Table of Contents
About
Material icons as React components. Created using pixo.
Usage
import { Account, Bomb } from '@lessondesk/material-icons'
const Example = (props) => <div>
    <Bomb size="100px" color="tomato"/>
    <Acount mt="10px" bg="pink"/>
</div>Install
Ensure peer dependencies are installed, then:
$ npm install @lessondesk/material-icons
$ # OR
$ yarn add @lessondesk/material-iconsContribute
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am "Add some feature"
- Push to the branch: git push origin my-new-feature
- Submit a pull request
License
MIT © Full Facing