@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
20 lines (14 loc) • 339 B
Markdown
# react-material-icons
## Installation
Install with [Yarn](https://yarnpkg.com/):
```sh
yarn add @omtanke/react-material-icons
```
Or with [NPM](https://www.npmjs.com/):
```sh
npm i @omtanke/react-material-icons
```
Import into your component like so:
```javascript
import reactMaterialIcons from '@omtanke/react-material-icons';
```