home-assistant/Iconic

FontAwesome icon name is different

retsohuang opened this issue · 1 comments

I find the generated icon name is different with the website.

For example the check icon in this framework change to FontAwesomeIcon.okIcon is the bug of FontAwesome itself or something else?

Yes, not all glyphs on FontAwesome are named correctly. The issue is on the font file themselves.
Iconic gets the name of every available glyph from the font file.
I've been wanting to contribute to FontAwesome to fix this, but haven't had much time.