Skip to content

Commit c0f460d

Browse files
Release 6.5.2 (#20179)
Co-authored-by: robmadole <[email protected]>
1 parent a1232e3 commit c0f460d

File tree

4,293 files changed

+10239
-8424
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,293 files changed

+10239
-8424
lines changed

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ as SVG and JS file types.
2323
In the Font Awesome Free download, the SIL OFL license applies to all icons
2424
packaged as web and desktop font files.
2525

26-
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
26+
Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)
2727
with Reserved Font Name: "Font Awesome".
2828

2929
This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
123123
In the Font Awesome Free download, the MIT license applies to all non-font and
124124
non-icon files.
125125

126-
Copyright 2023 Fonticons, Inc.
126+
Copyright 2024 Fonticons, Inc.
127127

128128
Permission is hereby granted, free of charge, to any person obtaining a copy of
129129
this software and associated documentation files (the "Software"), to deal in the

css/all.css

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4-
* Copyright 2023 Fonticons, Inc.
4+
* Copyright 2024 Fonticons, Inc.
55
*/
66
.fa {
77
font-family: var(--fa-style-family, "Font Awesome 6 Free");
@@ -463,8 +463,8 @@
463463
transform: scale(-1, -1); }
464464

465465
.fa-rotate-by {
466-
-webkit-transform: rotate(var(--fa-rotate-angle, none));
467-
transform: rotate(var(--fa-rotate-angle, none)); }
466+
-webkit-transform: rotate(var(--fa-rotate-angle, 0));
467+
transform: rotate(var(--fa-rotate-angle, 0)); }
468468

469469
.fa-stack {
470470
display: inline-block;
@@ -2768,6 +2768,9 @@ readers do not read off random characters that represent icons */
27682768
.fa-italic::before {
27692769
content: "\f033"; }
27702770

2771+
.fa-table-cells-column-lock::before {
2772+
content: "\e678"; }
2773+
27712774
.fa-church::before {
27722775
content: "\f51d"; }
27732776

@@ -4940,6 +4943,9 @@ readers do not read off random characters that represent icons */
49404943
.fa-font::before {
49414944
content: "\f031"; }
49424945

4946+
.fa-table-cells-row-lock::before {
4947+
content: "\e67a"; }
4948+
49434949
.fa-rupiah-sign::before {
49444950
content: "\e23d"; }
49454951

@@ -6481,6 +6487,9 @@ readers do not read off random characters that represent icons */
64816487
.fa-drupal:before {
64826488
content: "\f1a9"; }
64836489

6490+
.fa-jxl:before {
6491+
content: "\e67b"; }
6492+
64846493
.fa-hire-a-helper:before {
64856494
content: "\f3b0"; }
64866495

@@ -6784,6 +6793,9 @@ readers do not read off random characters that represent icons */
67846793
.fa-kickstarter:before {
67856794
content: "\f3bb"; }
67866795

6796+
.fa-square-kickstarter:before {
6797+
content: "\f3bb"; }
6798+
67876799
.fa-grav:before {
67886800
content: "\f2d6"; }
67896801

@@ -7216,6 +7228,9 @@ readers do not read off random characters that represent icons */
72167228
.fa-google-plus-square:before {
72177229
content: "\f0d4"; }
72187230

7231+
.fa-web-awesome:before {
7232+
content: "\e682"; }
7233+
72197234
.fa-mandalorian:before {
72207235
content: "\f50f"; }
72217236

@@ -7378,6 +7393,9 @@ readers do not read off random characters that represent icons */
73787393
.fa-xbox:before {
73797394
content: "\f412"; }
73807395

7396+
.fa-square-web-awesome-stroke:before {
7397+
content: "\e684"; }
7398+
73817399
.fa-searchengin:before {
73827400
content: "\f3eb"; }
73837401

@@ -7486,6 +7504,9 @@ readers do not read off random characters that represent icons */
74867504
.fa-whatsapp:before {
74877505
content: "\f232"; }
74887506

7507+
.fa-square-upwork:before {
7508+
content: "\e67c"; }
7509+
74897510
.fa-slideshare:before {
74907511
content: "\f1e7"; }
74917512

@@ -7564,6 +7585,9 @@ readers do not read off random characters that represent icons */
75647585
.fa-sellsy:before {
75657586
content: "\f213"; }
75667587

7588+
.fa-square-web-awesome:before {
7589+
content: "\e683"; }
7590+
75677591
.fa-sass:before {
75687592
content: "\f41e"; }
75697593

@@ -7600,6 +7624,9 @@ readers do not read off random characters that represent icons */
76007624
.fa-waze:before {
76017625
content: "\f83f"; }
76027626

7627+
.fa-bluesky:before {
7628+
content: "\e671"; }
7629+
76037630
.fa-cc-jcb:before {
76047631
content: "\f24b"; }
76057632

css/all.min.css

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/brands.css

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4-
* Copyright 2023 Fonticons, Inc.
4+
* Copyright 2024 Fonticons, Inc.
55
*/
66
:root, :host {
77
--fa-style-family-brands: 'Font Awesome 6 Brands';
@@ -117,6 +117,9 @@
117117
.fa-drupal:before {
118118
content: "\f1a9"; }
119119

120+
.fa-jxl:before {
121+
content: "\e67b"; }
122+
120123
.fa-hire-a-helper:before {
121124
content: "\f3b0"; }
122125

@@ -420,6 +423,9 @@
420423
.fa-kickstarter:before {
421424
content: "\f3bb"; }
422425

426+
.fa-square-kickstarter:before {
427+
content: "\f3bb"; }
428+
423429
.fa-grav:before {
424430
content: "\f2d6"; }
425431

@@ -852,6 +858,9 @@
852858
.fa-google-plus-square:before {
853859
content: "\f0d4"; }
854860

861+
.fa-web-awesome:before {
862+
content: "\e682"; }
863+
855864
.fa-mandalorian:before {
856865
content: "\f50f"; }
857866

@@ -1014,6 +1023,9 @@
10141023
.fa-xbox:before {
10151024
content: "\f412"; }
10161025

1026+
.fa-square-web-awesome-stroke:before {
1027+
content: "\e684"; }
1028+
10171029
.fa-searchengin:before {
10181030
content: "\f3eb"; }
10191031

@@ -1122,6 +1134,9 @@
11221134
.fa-whatsapp:before {
11231135
content: "\f232"; }
11241136

1137+
.fa-square-upwork:before {
1138+
content: "\e67c"; }
1139+
11251140
.fa-slideshare:before {
11261141
content: "\f1e7"; }
11271142

@@ -1200,6 +1215,9 @@
12001215
.fa-sellsy:before {
12011216
content: "\f213"; }
12021217

1218+
.fa-square-web-awesome:before {
1219+
content: "\e683"; }
1220+
12031221
.fa-sass:before {
12041222
content: "\f41e"; }
12051223

@@ -1236,6 +1254,9 @@
12361254
.fa-waze:before {
12371255
content: "\f83f"; }
12381256

1257+
.fa-bluesky:before {
1258+
content: "\e671"; }
1259+
12391260
.fa-cc-jcb:before {
12401261
content: "\f24b"; }
12411262

css/brands.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fontawesome.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4-
* Copyright 2023 Fonticons, Inc.
4+
* Copyright 2024 Fonticons, Inc.
55
*/
66
.fa {
77
font-family: var(--fa-style-family, "Font Awesome 6 Free");
@@ -463,8 +463,8 @@
463463
transform: scale(-1, -1); }
464464

465465
.fa-rotate-by {
466-
-webkit-transform: rotate(var(--fa-rotate-angle, none));
467-
transform: rotate(var(--fa-rotate-angle, none)); }
466+
-webkit-transform: rotate(var(--fa-rotate-angle, 0));
467+
transform: rotate(var(--fa-rotate-angle, 0)); }
468468

469469
.fa-stack {
470470
display: inline-block;
@@ -2768,6 +2768,9 @@ readers do not read off random characters that represent icons */
27682768
.fa-italic::before {
27692769
content: "\f033"; }
27702770

2771+
.fa-table-cells-column-lock::before {
2772+
content: "\e678"; }
2773+
27712774
.fa-church::before {
27722775
content: "\f51d"; }
27732776

@@ -4940,6 +4943,9 @@ readers do not read off random characters that represent icons */
49404943
.fa-font::before {
49414944
content: "\f031"; }
49424945

4946+
.fa-table-cells-row-lock::before {
4947+
content: "\e67a"; }
4948+
49434949
.fa-rupiah-sign::before {
49444950
content: "\e23d"; }
49454951

css/fontawesome.min.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/regular.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4-
* Copyright 2023 Fonticons, Inc.
4+
* Copyright 2024 Fonticons, Inc.
55
*/
66
:root, :host {
77
--fa-style-family-classic: 'Font Awesome 6 Free';

css/regular.min.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4-
* Copyright 2023 Fonticons, Inc.
4+
* Copyright 2024 Fonticons, Inc.
55
*/
66
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}

css/solid.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4-
* Copyright 2023 Fonticons, Inc.
4+
* Copyright 2024 Fonticons, Inc.
55
*/
66
:root, :host {
77
--fa-style-family-classic: 'Font Awesome 6 Free';

0 commit comments

Comments
 (0)