LiveUI / Awesome

FontAwesome 6 Swift & SwiftUI implementation for iOS, tvOS & macOS
MIT License
97 stars 27 forks source link

are new icons in v6 missing? Or I misunderstand something... #62

Open hhannis opened 2 years ago

hhannis commented 2 years ago

two examples for missing icons:

case cupcake = "\u{e402}" case airplay = "\u{e089}"

danielgindi commented 2 years ago

Seems like all the E range icons are missing. F icons work fine.

kylebeard56 commented 2 years ago

I'm also seeing that 'e' icons are missing. Specifically arrow down left (e091) for example. When will these be added in?

danielgindi commented 2 years ago

It's probably some hardcoded unicode range somewhere in the code, that needs to update for v6.