react-jam-icons
Version:
Jam icons as React Components
53 lines (26 loc) • 1.4 kB
Markdown
# Jam icons
Jam icons is a set of icons designed for web projects, illustrations, print projects, etc. Shipped in both font & svg versions. Licensed under MIT. Twitter: [@michaelampr](https://twitter.com/michaelampr)
## Install
#### Via CDN (recommended)
Use [unpkg.com](https://unpkg.com) to load directly jam-icons without installing anything:
<link rel="stylesheet" href="https://unpkg.com/jam-icons@1.0.72/css/jam-icons.min.css">
#### Via NPM
npm install jam-icons
#### Manually
Just hit the **Clone or download** button and choose **Download ZIP**
## Usage
Go to http://jam-icons.com: You'll find the complete list of icons.
Add the master class "jam" to a tag and just click on the needed icon to copy the css code to your clipboard.
For example, if you need to use the "backpack" icon, do as below:
<span class="jam jam-backpack"></span>
## Complete icons list
You can see the complete icons list on http://jam-icons.com
## Need more icons?
Just ask :)
If you need specific icons that are not in the set, do not hesitate to create an issue. I'll do my best to complete the set.
## Changelog
Jam icons is following the Semantic Versioning (http://semver.org/) with the MAJOR.MINOR.PATCH format.
- V1.0.72 - Optimizing SVGs
- V1.0.0 - First release with 422 icons
## License
This project is licensed under MIT (https://opensource.org/licenses/MIT)