marella / material-icons

Latest icon fonts and CSS for self-hosting material design icons.
https://marella.github.io/material-icons/demo/
Apache License 2.0
305 stars 36 forks source link

A lot of icons are not displayable #33

Closed dennis-f closed 2 years ago

dennis-f commented 2 years ago

Following Icons are inside of _codepoints.scss but they are not displayable:

Thanks for your work! It seems to be the only way to use material icons via npm 👍

dennis-f commented 2 years ago

Additionally the following icons do exist in version.json but not in _codepoints.scss

marella commented 2 years ago

Following Icons are inside of _codepoints.scss but they are not displayable:

_codepoints.scss is generated from font files and they contain some extra ligatures which are not valid icons.

Additionally the following icons do exist in version.json but not in _codepoints.scss

It is the other way around, some icons are present in _codepoints.scss but not in versions.json. versions.json is generated from the API used on fonts site. When icons are removed from the fonts site, Google doesn't remove them from the font files for backward compatibility. So I'm also not removing them from _codepoints.scss.

So only icons listed on fonts site or demo page or versions.json should be used. Other extra icons present in _codepoints.scss might no longer be supported or are invalid icons.

dennis-f commented 2 years ago

Great! Thanks for your feedback 🙂