Skip to content

Commit

Permalink
feat: update to font-awesome 6.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoertgen committed Feb 26, 2024
1 parent 6c640c2 commit 734eff3
Show file tree
Hide file tree
Showing 8 changed files with 806 additions and 7 deletions.
151 changes: 151 additions & 0 deletions FontAwesome.Sharp.Material/MaterialIcons.cs

Large diffs are not rendered by default.

Binary file not shown.
13 changes: 12 additions & 1 deletion FontAwesome.Sharp/IconChar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public enum IconChar : int
ArrowTrendDown = 0xe097,
ArrowTrendUp = 0xe098,
ArrowTurnDown = 0xf149,
ArrowTurnRight = 0xf064,
ArrowTurnUp = 0xf148,
ArrowUp = 0xf062,
ArrowUp19 = 0xf163,
Expand Down Expand Up @@ -291,6 +290,8 @@ public enum IconChar : int
BoxTissue = 0xe05b,
Braille = 0xf2a1,
Brain = 0xf5dc,
Brave = 0xe63c,
BraveReverse = 0xe63d,
BrazilianRealSign = 0xe46c,
BreadSlice = 0xf7ec,
Bridge = 0xe4c8,
Expand Down Expand Up @@ -977,6 +978,7 @@ public enum IconChar : int
GooglePlus = 0xf2b3,
GooglePlusG = 0xf0d5,
GooglePlusSquare = 0xf0d4,
GoogleScholar = 0xe63b,
GoogleWallet = 0xf1ee,
Gopuram = 0xf664,
GraduationCap = 0xf19d,
Expand Down Expand Up @@ -1278,6 +1280,7 @@ public enum IconChar : int
Less = 0xf41d,
LessThan = 0x3c,
LessThanEqual = 0xf537,
Letterboxd = 0xe62d,
LevelDown = 0xf149,
LevelDownAlt = 0xf3be,
LevelUp = 0xf148,
Expand Down Expand Up @@ -1408,6 +1411,7 @@ public enum IconChar : int
Microsoft = 0xf3ca,
MillSign = 0xe1ed,
Minimize = 0xf78c,
Mintbit = 0xe62f,
Minus = 0xf068,
MinusCircle = 0xf056,
MinusSquare = 0xf146,
Expand Down Expand Up @@ -1492,6 +1496,7 @@ public enum IconChar : int
Om = 0xf679,
Opencart = 0xf23d,
Openid = 0xf19b,
Opensuse = 0xe62b,
Opera = 0xf26a,
OptinMonster = 0xf23c,
Orcid = 0xf8d2,
Expand Down Expand Up @@ -1624,6 +1629,7 @@ public enum IconChar : int
PinterestP = 0xf231,
PinterestSquare = 0xf0d3,
Pix = 0xe43a,
Pixiv = 0xe640,
PizzaSlice = 0xf818,
PlaceOfWorship = 0xf67f,
Plane = 0xf072,
Expand Down Expand Up @@ -1845,6 +1851,7 @@ public enum IconChar : int
ShippingFast = 0xf48b,
Shirt = 0xf553,
Shirtsinbulk = 0xf214,
Shoelace = 0xe60c,
ShoePrints = 0xf54b,
Shop = 0xf54f,
Shopify = 0xe057,
Expand All @@ -1862,6 +1869,7 @@ public enum IconChar : int
Sign = 0xf4d9,
Signal = 0xf012,
Signal5 = 0xf012,
SignalMessenger = 0xe663,
SignalPerfect = 0xf012,
Signature = 0xf5b7,
SignHanging = 0xf4d9,
Expand Down Expand Up @@ -1975,6 +1983,7 @@ public enum IconChar : int
SquareInstagram = 0xe055,
SquareJs = 0xf3b9,
SquareLastfm = 0xf203,
SquareLetterboxd = 0xe62e,
SquareMinus = 0xf146,
SquareNfi = 0xe576,
SquareOdnoklassniki = 0xf264,
Expand Down Expand Up @@ -2278,6 +2287,7 @@ public enum IconChar : int
UpRightAndDownLeftFromCenter = 0xf424,
UpRightFromSquare = 0xf35d,
Ups = 0xf7e0,
Upwork = 0xe641,
Usb = 0xf287,
Usd = 0x24,
User = 0xf007,
Expand Down Expand Up @@ -2388,6 +2398,7 @@ public enum IconChar : int
WaterLadder = 0xf5c5,
WaveSquare = 0xf83e,
Waze = 0xf83f,
Webflow = 0xe65c,
Weebly = 0xf5cc,
Weibo = 0xf18a,
Weight = 0xf496,
Expand Down
Binary file modified FontAwesome.Sharp/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified FontAwesome.Sharp/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified FontAwesome.Sharp/fonts/fa-solid-900.ttf
Binary file not shown.
41 changes: 37 additions & 4 deletions FontEnumGenerator/Content/all.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
*/
Expand Down Expand Up @@ -5969,9 +5969,6 @@ readers do not read off random characters that represent icons */
.fa-share::before {
content: "\f064"; }

.fa-arrow-turn-right::before {
content: "\f064"; }

.fa-mail-forward::before {
content: "\f064"; }

Expand Down Expand Up @@ -6421,6 +6418,9 @@ readers do not read off random characters that represent icons */
.fa-ups:before {
content: "\f7e0"; }

.fa-pixiv:before {
content: "\e640"; }

.fa-wpexplorer:before {
content: "\f2de"; }

Expand Down Expand Up @@ -6526,6 +6526,9 @@ readers do not read off random characters that represent icons */
.fa-deskpro:before {
content: "\f38f"; }

.fa-brave:before {
content: "\e63c"; }

.fa-sistrix:before {
content: "\f3ee"; }

Expand Down Expand Up @@ -6694,6 +6697,9 @@ readers do not read off random characters that represent icons */
.fa-cloudsmith:before {
content: "\f384"; }

.fa-opensuse:before {
content: "\e62b"; }

.fa-pied-piper-alt:before {
content: "\f1a8"; }

Expand Down Expand Up @@ -6838,6 +6844,9 @@ readers do not read off random characters that represent icons */
.fa-bluetooth-b:before {
content: "\f294"; }

.fa-square-letterboxd:before {
content: "\e62e"; }

.fa-sticker-mule:before {
content: "\f3f7"; }

Expand Down Expand Up @@ -6871,6 +6880,9 @@ readers do not read off random characters that represent icons */
.fa-confluence:before {
content: "\f78d"; }

.fa-shoelace:before {
content: "\e60c"; }

.fa-mdb:before {
content: "\f8ca"; }

Expand Down Expand Up @@ -6994,6 +7006,9 @@ readers do not read off random characters that represent icons */
.fa-envira:before {
content: "\f299"; }

.fa-google-scholar:before {
content: "\e63b"; }

.fa-square-gitlab:before {
content: "\e5ae"; }

Expand Down Expand Up @@ -7126,6 +7141,9 @@ readers do not read off random characters that represent icons */
.fa-vine:before {
content: "\f1ca"; }

.fa-signal-messenger:before {
content: "\e663"; }

.fa-paypal:before {
content: "\f1ed"; }

Expand Down Expand Up @@ -7159,6 +7177,9 @@ readers do not read off random characters that represent icons */
.fa-nfc-symbol:before {
content: "\e531"; }

.fa-mintbit:before {
content: "\e62f"; }

.fa-ethereum:before {
content: "\f42e"; }

Expand All @@ -7183,6 +7204,9 @@ readers do not read off random characters that represent icons */
.fa-bimobject:before {
content: "\f378"; }

.fa-brave-reverse:before {
content: "\e63d"; }

.fa-facebook-f:before {
content: "\f39e"; }

Expand Down Expand Up @@ -7285,6 +7309,9 @@ readers do not read off random characters that represent icons */
.fa-tencent-weibo:before {
content: "\f1d5"; }

.fa-letterboxd:before {
content: "\e62d"; }

.fa-symfony:before {
content: "\f83d"; }

Expand Down Expand Up @@ -7423,6 +7450,9 @@ readers do not read off random characters that represent icons */
.fa-cmplid:before {
content: "\e360"; }

.fa-upwork:before {
content: "\e641"; }

.fa-facebook:before {
content: "\f09a"; }

Expand Down Expand Up @@ -7597,6 +7627,9 @@ readers do not read off random characters that represent icons */
.fa-supple:before {
content: "\f3f9"; }

.fa-webflow:before {
content: "\e65c"; }

.fa-rebel:before {
content: "\f1d0"; }

Expand Down
Loading

0 comments on commit 734eff3

Please sign in to comment.