1.0.2 • Published 5 years ago

@lessondesk/material-icons v1.0.2

Weekly downloads
210
License
MIT
Repository
github
Last release
5 years ago

@lessondesk/material-icons

package version package downloads standard-readme compliant package license make a pull request

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-icons

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT © Full Facing

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago