material-design-icons : Material Design icons by Google. You can installing material-design-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-design-icons $ sudo npm install -g material-design-icons
If want to update the material-design-icons package execute the command as below,
$ sudo npm update material-design-icons
Update package globally,
$ npm install -g material-design-icons
$ sudo git clone https://github.com/rektide/material-design-icons.git
$ sudo npm install -g ./material-design-icons
material-design-icons@3.0.1 /usr/lib/node_modules/material-design-icons
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall material-design-icons
Package Name | material-design-icons |
Version | 3.0.1 |
Description | Material Design icons by Google |
Released Date | 2016-09-02T00:35:55.773Z |
Published by | shyndman |
How to Learn | https://www.npmjs.com/package/material-design-icons/tutorial |