Simple component for Material Icons in React.
Usage & Docs
Install
npm install
npm install react-material-icons-blue
Import module
ES6
import {Icons} from "react-material-icons-blue";
Usage
<Icon
icon="amazon"// Icon to use
style={{ fill: "#fff" }} // Styles prop for icon (svg)
/>