https://github.com/tiaanduplessis/react-jam-icons
Jam icons as React Components via svgr
https://github.com/tiaanduplessis/react-jam-icons
icons jam jam-icons react
Last synced: 11 months ago
JSON representation
Jam icons as React Components via svgr
- Host: GitHub
- URL: https://github.com/tiaanduplessis/react-jam-icons
- Owner: tiaanduplessis
- Created: 2018-04-11T22:43:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T10:56:59.000Z (over 6 years ago)
- Last Synced: 2025-07-01T11:51:23.667Z (12 months ago)
- Topics: icons, jam, jam-icons, react
- Language: JavaScript
- Size: 293 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-jam-icons
[](https://npmjs.org/package/react-jam-icons)
[](https://npmjs.org/package/react-jam-icons)
[](https://github.com/RichardLitt/standard-readme)
[](https://npmjs.org/package/react-jam-icons)
[](http://makeapullrequest.com)
> Jam icons as React Components
## Table of Contents
- [About](#about)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#License)
## About
handcrafted & pixel perfect icons form [Jam icons](http://jam-icons.com/) as React components. Created using [SVGR](https://github.com/smooth-code/svgr)
## Install
This project uses [node](https://nodejs.org) and [npm](https://www.npmjs.com).
```sh
$ npm install react-jam-icons
$ # OR
$ yarn add react-jam-icons
```
## Usage
```js
import { Amazon } from 'react-jam-icons'
const Example = (props) =>
```
See [icons](src/icons) and [jam-icons](http://jam-icons.com/) for available 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