Skip to content

Commit

Permalink
Add 500px brand icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wiryadev committed Jun 26, 2021
1 parent 953ca55 commit a366950
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2226,6 +2226,10 @@ object FaIcons {
// Solid icon : FistRaised
val FistRaised = SolidIcon(0xf6de)

// https://fontawesome.com/icons/500px?style=brands
// Brands icon : 500px
val FiveHundredPX = BrandIcon(0xf26e)

// https://fontawesome.com/icons/flag?style=solid
// Solid icon : Flag
val Flag = SolidIcon(0xf024)
Expand Down

0 comments on commit a366950

Please sign in to comment.