-
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
Missing outline icons in icon fonts. #787
Comments
Missing outline icon "create_new_folder_outline" Doc: https://material.io/tools/icons/?search=folder&icon=create_new_folder&style=outline |
"check_circle_outline" is also absent |
I think the most popular "missing icon" issue is #786, maybe we could consolidate everything there? |
You can use, for while, this repository. Works pretty equal to Material Icon normal |
very interesting to get whatever |
Any roadmap about when everything will be shipped (w/o |
I will try do this merge, but I'm not sure about the final size of this font files. Maybe, it will grow a lot. There are 1044 icons. Merging they, up to 2088 glyphs. But.. we can try! |
Came here because I couldn't find the magic incantation, the site says "border" is part of the name but "_outline" is the necessary suffix for the fonts, thanks. |
Moving forward with the latest variable font versions, in general we do not have separate glyphs for a regular and "_outline" variants of the same design; we instead introduced a Fill axis, so you can get the outline version (as the default glyph) and then use the Fill effect to get at the filled version if you need it. This has the extra ability to allow for an animated transition between the states. In the process of “variable fontification” we made more glyphs outlined in their default state. And of course pretty nearly everything that is outlined transmutes to filled with the Fill axis. This includes all of the icons specifically discussed in this thread! That is:
I hope you like the new effect, and the greater variety of styles enabled by this and the other three design axes (weight, optical size, grade). My team and I have been working on it for a long time, and have enhanced over 2000 base icons with these additional style variations. |
@tphinney is the additional "axis" available now? I don't see anything about it in the docs linked from the front page of this repo. I'm looking for a simple description of how to take advantage of the feature, ideally from Angular Material |
Yes, it is available now! I updated the front page (Readme) to point to the current docs. Sorry about the dated links there, should be better now. The Readme page of the repo now also clarifies the two different versions of the fonts, the Material Icons (non-variable classic fonts) and the Material Symbols (new 4-axis variable fonts). |
Thanks, I'll read the updated docs. I mentioned Angular Material (Angular Components?) above, apparently there's already an issue tracking support for the newer version: angular/components#24845 ETA: would it make sense to "release" a new major version (5.0.0) after a change this significant? I know the docs encourage use of the fonts via |
Closing this as it has been resolved on the icon font side with Material Symbols. The old Material Icons are not being updated. |
For example
assignment_returned_outline
https://stackblitz.com/edit/angular-cxc9um?file=app/icon-overview-example.html
The text was updated successfully, but these errors were encountered: