Iconset for the Material Design Icons collection
bower install --save kriss-kross-io/mdi-iconset-svg
<iron-icon icon="mdi-logo:polymer"></iron-icon>
The iconset has duplicate icons, and it's not recommended to import all the icons.
Alternative you can create your own iconset with only the required icons. This version of the Polymer Iconset Generator includes all icons from mdi-iconset-svg
.
- Visit https://mdi-poly-icon.appspot.com/
- Select the icons you want to use in your app
- Download the optimized markup and create an HTML import for it
- Load the import in your app and start using!
Install npm (or install Node):
curl -L https://www.npmjs.com/install.sh | sh
Install bower:
npm install -g bower
Install polymer-cli:
npm install -g polymer-cli
This command serves the app at http://localhost:8080/components/mdi-iconset-svg/
and provides basic URL
routing for the app:
polymer serve
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D