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