You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polymer core-icons has a similar project, however they include a script to generate new icon sets based on material-design-icons. This would save you from having to hand-generate them each time the icons update.
The text was updated successfully, but these errors were encountered:
Based on your suggestion I have updated the project to re-build the iconsets. It's not super elegant or the best code but I imagine eventually these iconsets (or similar code generation) will be available from the material-design project.
@nkoterba, @programmist - soon the Material Icons will be available as font-faces (instead of raw svgs). This means that <md-icon md-font-icon="" /> can be used and the angular.module('myApp', []).config( ... ) will not be required.
Until that time, this repository is a nice addition. Thank you @nkoterba
Polymer core-icons has a similar project, however they include a script to generate new icon sets based on material-design-icons. This would save you from having to hand-generate them each time the icons update.
The text was updated successfully, but these errors were encountered: