A fresh list of Google's Material Design Icons
-
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.
-
Fresh list with CDN method
<script src="https://unpkg.com/material-design-icon-list@nightly"></script>
-
Fresh list with npm/yarn
- nightly method
yarn add material-design-icon-list@nightly
/* * app.js */ import ids from 'material-design-icon-list/dist/ids.js'
- src method
yarn add material-design-icon-list
/* * app.js */ import list from 'material-design-icon-list/src/list.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