1.0.4 • Published 8 years ago

react-material-icons-blue v1.0.4

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 years ago

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)
/>