Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider generating icon sets #1

Closed
programmist opened this issue Feb 26, 2015 · 2 comments
Closed

Consider generating icon sets #1

programmist opened this issue Feb 26, 2015 · 2 comments

Comments

@programmist
Copy link

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.

@nkoterba
Copy link
Owner

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.

See: a435bda

@ThomasBurleson
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants