Not all icons are included
We recently ran into an issue where our MAUI app that uses the TTF file for the MaterialDesign icons, failed to render specific icons. When I inspected the TTF file using gnome-font-viewer it states that the font contains 7431 glyps rather than 7447. A few icons such as the basic circle are missing.
Oddly, when I manually download @mdi/svg and run @mdi/font-build on it, I end up with a font with 7468 glyphs. It has somehow added:
- All 26 standard ascii lowercase letters
- The 10 arabic numerals
- The underscore character
Which means that it actually has generated only 7468-37=7431 icon glyphs and the circle icon is still missing.
I've reported this as https://github.com/Templarian/MaterialDesign-Font-Build/issues/32 too.
Note: This seems an issue of the build actually, and the discussion on this issue should probably happen in the linked issue. This issue might be useful to track when the binaries have been updated in this repo and the issue is fixed for end-users.