Material Desing Icon List
A fresh list of Google's Material Design Icons
How fresh is the list?
-
It downloads latest icons from material.io and creates js files. see here for a list of js files it creates.
-
It will download, build and publish every day with travis schedule so the list always FRESH.
Usage
-
Fresh list with CDN method
-
Fresh list with npm/yarn
- nightly method
yarn add material-design-icon-list@nightly/** app.js*/- src method
yarn add material-design-icon-list/** app.js*/Note: we don't use
nightly
tag on install,becausepostinstall
script will download the latest list from material.io. But you can of course use the tag