https://github.com/saulhoward/react-evil-icons
Evil icons as react components
https://github.com/saulhoward/react-evil-icons
evil-icons javascript react-components
Last synced: 11 months ago
JSON representation
Evil icons as react components
- Host: GitHub
- URL: https://github.com/saulhoward/react-evil-icons
- Owner: saulhoward
- Created: 2015-02-14T21:49:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T22:22:16.000Z (about 8 years ago)
- Last Synced: 2025-07-10T00:17:32.885Z (12 months ago)
- Topics: evil-icons, javascript, react-components
- Language: JavaScript
- Size: 13.7 KB
- Stars: 74
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Evil Icons
React components for the excellent http://evil-icons.io/
## A React component for the Icons
```html
```
```javascript
var React = require('react');
var Icon = require('react-evil-icons');
React.render(
,
document.getElementById('app')
);
```
## A gulp task to write the icon sprite into the HTML
```javascript
var evilIconSprite = require('./node_modules/react-evil-icons/tasks/icons');
evilIconSprite('./src/index.html', './_site')
```