Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

kriss-kross-io/mdi-polyicon

 
 

Repository files navigation

mdi-polyicon

A custom iconset generator from mdi-iconset-svg. Normally, you'd load an entire icon set even if you only use one of its icons in your app. This online tool makes it easy to create an optimized version with only the icons your application needs.

Try it

  1. Visit https://mdi-poly-icon.appspot.com/
  2. Select the icons you want to use in your app
  3. Download the optimized <iron-iconset-svg> markup and create an HTML import for it
  4. Load the import in your app and start using!

For example, if your icon set name is "myicons" and the icon you want to use from that set is "hamburger", usage would look like:

<iron-icon icon="myicons:hamburger"></iron-icon>

Boom!

About

Polymer custom icon collection generator w/ mdi-iconset-svg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.6%
  • JavaScript 12.7%
  • Shell 5.7%