PrideChung / FontAwesomeKit

Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
MIT License
2.81k stars 307 forks source link

Missing icons #108

Open pnome opened 4 years ago

pnome commented 4 years ago

I'm running pod 'FontAwesomeKit', git: 'https://github.com/PrideChung/FontAwesomeKit.git' in my pod file.

There seem to be a lot of missing icons, specifically from the Solid section of FontAwesome.

Although there's a method for[FAKFontAwesome hashtagIconWithSize:iconSize]; this just generates a ? in a square.

Can anyone help?