-
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
Latest codepoints #813
Comments
For the ones that need it, I create a simple angular project to my self that imports the fonts and run from hex-code NOTICE -> Those Icons and theirs codepoint are just for the ones that import the Icons with the link that Another Update for What I Wrote above - you can get the latest woff2 here that includes the latest icons so there is a photos of all the icons and theirs codepoints (without the name of the icon, sorry): |
Thanks, well done. But in uppercase and without italic the codes would be more readable. |
Thanks a lot @shabib3! |
@shabib3 cannot find category icon code |
@webleaf - What is exactly the category icon code? |
@webleaf - ohh sorry... take a look on this #815 (comment) |
You can drop the WOFF file here and get all the info about a font you need. |
@hawkeye64 - Nice! Here is the woff file for the material design icons so every one can use fontdrop website to get the fonts info |
Try this: https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/icons.dart This is the source code flutter's Icons which of contains static definitions of all MaterialIcons with corresponding codePoint. |
The codepoint file linked in op doesn't exist anymore. You can get it from git history here. |
I was looking for an update codepoints file, I ended up extracting the codepoints from the current font being used in the Material Icons Library |
The |
But there seems to be a problem with those codepoints. They are definitely incomplete. I extracted 1786 codepoints from this font. The largest codepoints available here only have 1563. That's a huge 223 missing codepoints. Why are they not included? |
If they're still out of sync, I'll reopen this issue and attach the proper labels so the Google team can address this. Thanks, @Batreek |
I also stumbled across this issue. Especially the outlined version seems incomplete. For example |
That most recent link given just above is up to date these days. So, I think this is generally fixed now, although the specific file being pointed to originally isn’t there any more. |
Hi,
Is there any chance of update the icons codepoints document...There is a lot of new icons that I can't find in this codepoints document.
Thanks! :)
The text was updated successfully, but these errors were encountered: