Fork off React Icons Kit loosening the reactjs version
npm install react-icons-kit-allreact
npm install --save-dev react-icons-kit
`
Documentation / Demo
Please visit react-icons-kit
Bundled Icon Sets
* IcoMoon vmaster
* FontAwesome v4.7
* MaterialIcons v3.0.1
* Open Iconic v1.1.1
* Entypo latest
* Ikons latest
* Metrize latest
* Octicons v5.0.1
* Ionicons v2.0.1
* Linea latest
* Typicons v2.0.8
* Noto Emoji Regular latest
Plus more to come.
Browse Icon Sets
Browse all available icons here: react-icons-kit
Quick Start Guide
`javascript
import Icon from 'react-icons-kit';
import { ic_add_a_photo } from 'react-icons-kit/md/ic_add_a_photo';
import { lock } from 'react-icons-kit/fa/lock';
export const ShowIcons = () => {
return (
)
}
``