Jam icons as React Components
handcrafted & pixel perfect icons form Jam icons as React components. Created using SVGR
This project uses node and npm.
$ npm install react-jam-icons
$ # OR
$ yarn add react-jam-icons
import { Amazon } from 'react-jam-icons'
const Example = (props) => <div>
<Amazon/>
</div>
See icons and jam-icons for available icons.
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature' 3.Push to the branch: git push origin my-new-feature
- Submit a pull request
MIT