react-icons : svg react icons of popular icon packs using ES6 imports. You can installing react-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 react-icons $ sudo npm install -g react-icons
If want to update the react-icons package execute the command as below,
$ sudo npm update react-icons
Update package globally,
$ npm install -g react-icons
$ sudo git clone https://github.com/rektide/react-icons.git
$ sudo npm install -g ./react-icons
react-icons@2.2.7 /usr/lib/node_modules/react-icons
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-icons
| Package Name | react-icons |
| Version | 2.2.7 |
| Description | svg react icons of popular icon packs using ES6 imports |
| Released Date | 2017-10-05T22:38:16.867Z |
| Published by | nwwells |
| How to Learn | https://www.npmjs.com/package/react-icons/tutorial |