1.0.4 • Published 8 years ago

react-google-material-icons v1.0.4

Weekly downloads
24
License
MIT
Repository
-
Last release
8 years ago

react-google-material-icons

Travis npm package Coveralls

This library provide a ReactJs component for Google Material Icons.

Install

npm install react-google-material-icons

Use

import MaterialIcon from 'react-google-material-icons'

<MaterialIcon icon="account_box" size={36}/>

icon: Name of the Google Material icon

Note that size is an optional parameter which is use to set the font size of the icon. Default size is 24px.