UNPKG

@omtanke/react-material-icons

Version:
20 lines (14 loc) 339 B
# 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'; ```