Skip to content

ekoeryanto/material-design-icon-list

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published