-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Restructure and update #1055
Restructure and update #1055
Conversation
Can you also upload those icons removed from the official website, like the icons in the following list?
@danny-laa Can't seem to see a reply option; I'm going to move this request to a standalone issue. |
Can you also upload historical versions of icons too? For example, version 1 of 3d_rotation is still available in the API.
|
Are you also planning to include the SVG version of all 5 themes? I can only see the "Filled" icons in SVG format. Thanks |
@danny-laa I don't intend to upload historical versions. You could try just walking back to 1 from the current version but it won't get you all versions that ever existed as some may never have been loaded into fonts.gstatic.com and it may get you some that were broken. @gb1337 svgs will be provided for all themes except where a given icon is not implemented for that theme. Sample file layout: # src/<category>/<icon name>/<stylistic set>/<XX>px.svg
src/action/3d_rotation/materialiconsoutlined/24px.svg
src/action/3d_rotation/materialiconsround/24px.svg
src/action/3d_rotation/materialiconssharp/24px.svg
src/action/3d_rotation/materialicons/24px.svg
src/action/3d_rotation/materialiconstwotone/24px.svg |
Reviewers list isn't loading; reviewed by @EsoHasInsomnia |
@rsheeter Thank you for the update. I have 2 comments:
|
Restructure the repo, provide a script to update it, update it.
Fixes #1042
Fixes #1054
Fixes #1056