React Icon
Simple component for icons in your React app.
Installation
npm install --save react-icon
Usage
const React = ;const Icon = ; const StarCounter = React; moduleexports = StarCounter;
By default component uses fa
as class prefix (fa fa-star
).
This behavior customizable:
const Icon = ; Icon // glyphicon glyphicon-star