LiveUI / Awesome

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

map-marked-alt & map-marked not found. #13

Closed ibrahimbroachwala closed 6 years ago

ibrahimbroachwala commented 6 years ago

Please update the library to include these Font Awesome icons.

divadretlaw commented 6 years ago

Both of them are already included in the latest version.

e.g.

mapImageView.image = Awesome.solid.mapMarked.asImage(size: 64.0)
mapAltImageView.image = Awesome.solid.mapMarkedAlt.asImage(size: 64.0)