material-design-icon-list

4.0.1 • Public • Published

Material Desing Icon List

A fresh list of Google's Material Design Icons

How fresh is the list?

  1. It downloads latest icons from material.io and creates js files. see here for a list of js files it creates.

  2. It will download, build and publish every day with travis schedule so the list always FRESH.

Usage

  • 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,because postinstall script will download the latest list from material.io. But you can of course use the tag

Versions

Current Tags

Version History

Package Sidebar

Install

npm i material-design-icon-list

Weekly Downloads

107

Version

4.0.1

License

MIT

Unpacked Size

932 kB

Total Files

45

Last publish

Collaborators

  • ekoeryanto