home-assistant / Iconic

:art: Auto-generated icon font library for iOS, watchOS and tvOS
Apache License 2.0
1.58k stars 87 forks source link

FontAwesome icon name is different #71

Closed retsohuang closed 7 years ago

retsohuang commented 7 years ago

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?

dzenbot commented 7 years ago

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.