-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Some Material Design Icon glyphs not in new v3.0 codepoints? #1795
Comments
According to this list: loichyan/nerdfix#9 (comment) I did a manual search for that Looked manually through all MD icons, and the only half-way similar one is
Well, it was not only a move, it was also an update. So they are dropped upstream.
Not?! Can you show me the symbol in MD? |
Apologies, it seems like the page I found showing the icons was outdated itself (I was fooled by a "-dev" in the version name...), I now saw the official Google Fonts MDI browser, and can't find it there either, and the thread you link to also mentions it as being dropped without a replacement. Thanks for the clarification! To make this clearer in the future, it might be worth amending this disclaimer on the cheatsheet page:
This makes it sound like there should a definitive replacement. Maybe by adding something like But as the core issue here is resolved, I'll close this for now. |
Great suggestion. Reopening to not-forget. BTW, we use (and always used) the (free) https://pictogrammers.com/library/mdi/ and not the (Google) https://m3.material.io/styles/icons/overview; the naming can be confusing. https://github.com/Templarian/MaterialDesign |
Maybe you can help me and tell me and tell me where to add this? For the latest release and the Devicons update there is such a note already: ![]() So probably in the 3.0.0 release notes? Will anybody read them nowadays? Where would you have expected that piece of information? Thank you, Fini Edit: The real breaking PR was #1156 🤔 Maybe mention here in the release notes, they just talk about old and new set, not that the new set has all old set icons or even is a direct replacement. ![]() V3.0.0 release notes snippet |
I read the line about finding a replacement here: Because the current phrasing there sounds a bit like there should be direct replacements for everything, I would have added this note there. But the v3.0.0 release notes are definitely a good place to duplicate this info as well, as this page references v3.0.0 :) Thanks for considering how this can be documented best! |
Requirements
found nothing related or helpfulincluded what I foundExperienced Behavior
Hi :)
I'm in the process of replacing my version 2 nerd fonts across the board, so moving to the new code points for material design icons after #365 / #773. But in trying to migrate one of the glyphs:
nf-mdi-square_inc
(the old, conflicting codepoint was U+F9C9 (柳)), I couldn't find a replacement in the cheatsheet:(searching for just
square
doesn't bring up the icon either; nor do external tools like nerdfix)Is this intended? Are there some material design icon glyphs that were simply removed and not allocated new codepoints in the move? From what I can tell, the symbol was not removed from MD itself, so I'm a bit confused ^^.
The text was updated successfully, but these errors were encountered: