PolymerLabs / polyicon

Polymer custom icon generator
https://poly-icon.appspot.com/
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

[REQUEST] materialdesignicons.com support? #4

Open SPAHI4 opened 8 years ago

SPAHI4 commented 8 years ago

https://materialdesignicons.com/getting-started There is awesome iconset with polymer support. But it is very huge.

moderndeveloperllc commented 7 years ago

@SPAHI4 Doesn't look like they are updating this project, but you can do it on your own.

Download the mdi.html file for Polymer1 from the MDI site; Clone this repo and put that file in the elements folder, add

<link rel="import" href="mdi.html">

to elements.html; run gulp to build the files; open the dist/index.html in your browser. It all works!