material-ui-icons : Material Design Svg Icons converted to Material-UI React components.. You can installing material-ui-icons npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install material-ui-icons $ sudo npm install -g material-ui-icons
If want to update the material-ui-icons package execute the command as below,
$ sudo npm update material-ui-icons
Update package globally,
$ npm install -g material-ui-icons
$ sudo git clone https://github.com/rektide/material-ui-icons.git
$ sudo npm install -g ./material-ui-icons
material-ui-icons@1.0.0-beta.17 /usr/lib/node_modules/material-ui-icons
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall material-ui-icons
Package Name | material-ui-icons |
Version | 1.0.0-beta.17 |
Description | Material Design Svg Icons converted to Material-UI React components. |
Released Date | 2017-10-15T23:07:53.411Z |
Published by | oliviertassinari |
How to Learn | https://www.npmjs.com/package/material-ui-icons/tutorial |