Skip to content

Commit deeea78

Browse files
Release 6.5.1 (#20031)
Co-authored-by: robmadole <[email protected]>
1 parent 2885a3c commit deeea78

File tree

4,230 files changed

+5273
-4372
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,230 files changed

+5273
-4372
lines changed

css/all.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/
@@ -6880,6 +6880,9 @@ readers do not read off random characters that represent icons */
68806880
.fa-confluence:before {
68816881
content: "\f78d"; }
68826882

6883+
.fa-shoelace:before {
6884+
content: "\e60c"; }
6885+
68836886
.fa-mdb:before {
68846887
content: "\f8ca"; }
68856888

@@ -7138,6 +7141,9 @@ readers do not read off random characters that represent icons */
71387141
.fa-vine:before {
71397142
content: "\f1ca"; }
71407143

7144+
.fa-signal-messenger:before {
7145+
content: "\e663"; }
7146+
71417147
.fa-paypal:before {
71427148
content: "\f1ed"; }
71437149

@@ -7621,6 +7627,9 @@ readers do not read off random characters that represent icons */
76217627
.fa-supple:before {
76227628
content: "\f3f9"; }
76237629

7630+
.fa-webflow:before {
7631+
content: "\e65c"; }
7632+
76247633
.fa-rebel:before {
76257634
content: "\f1d0"; }
76267635

css/all.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/brands.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/
@@ -516,6 +516,9 @@
516516
.fa-confluence:before {
517517
content: "\f78d"; }
518518

519+
.fa-shoelace:before {
520+
content: "\e60c"; }
521+
519522
.fa-mdb:before {
520523
content: "\f8ca"; }
521524

@@ -774,6 +777,9 @@
774777
.fa-vine:before {
775778
content: "\f1ca"; }
776779

780+
.fa-signal-messenger:before {
781+
content: "\e663"; }
782+
777783
.fa-paypal:before {
778784
content: "\f1ed"; }
779785

@@ -1257,6 +1263,9 @@
12571263
.fa-supple:before {
12581264
content: "\f3f9"; }
12591265

1266+
.fa-webflow:before {
1267+
content: "\e65c"; }
1268+
12601269
.fa-rebel:before {
12611270
content: "\f1d0"; }
12621271

css/brands.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fontawesome.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/fontawesome.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/regular.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/regular.min.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/solid.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/solid.min.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/svg-with-js.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/svg-with-js.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/v4-font-face.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/v4-font-face.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/v4-shims.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/v4-shims.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/v5-font-face.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/

css/v5-font-face.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
console.log(`Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
1+
console.log(`Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
22
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
33
Copyright 2023 Fonticons, Inc.
44
`)

js-packages/@fortawesome/fontawesome-common-types/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ export type IconName = 'monero' |
190190
'cc-discover' |
191191
'wpbeginner' |
192192
'confluence' |
193+
'shoelace' |
193194
'mdb' |
194195
'dochub' |
195196
'accessible-icon' |
@@ -276,6 +277,7 @@ export type IconName = 'monero' |
276277
'blogger-b' |
277278
'opencart' |
278279
'vine' |
280+
'signal-messenger' |
279281
'paypal' |
280282
'gitlab' |
281283
'typo3' |
@@ -437,6 +439,7 @@ export type IconName = 'monero' |
437439
'square-behance' |
438440
'behance-square' |
439441
'supple' |
442+
'webflow' |
440443
'rebel' |
441444
'css3' |
442445
'staylinked' |

js-packages/@fortawesome/fontawesome-common-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"node": ">=6"
2222
},
2323
"dependencies": {},
24-
"version": "6.5.0",
24+
"version": "6.5.1",
2525
"name": "@fortawesome/fontawesome-common-types",
2626
"license": "MIT",
2727
"types": "./index.d.ts",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
console.log(`Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
1+
console.log(`Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
22
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
33
Copyright 2023 Fonticons, Inc.
44
`)

js-packages/@fortawesome/fontawesome-free/css/all.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.5.1 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)
44
* Copyright 2023 Fonticons, Inc.
55
*/
@@ -6880,6 +6880,9 @@ readers do not read off random characters that represent icons */
68806880
.fa-confluence:before {
68816881
content: "\f78d"; }
68826882

6883+
.fa-shoelace:before {
6884+
content: "\e60c"; }
6885+
68836886
.fa-mdb:before {
68846887
content: "\f8ca"; }
68856888

@@ -7138,6 +7141,9 @@ readers do not read off random characters that represent icons */
71387141
.fa-vine:before {
71397142
content: "\f1ca"; }
71407143

7144+
.fa-signal-messenger:before {
7145+
content: "\e663"; }
7146+
71417147
.fa-paypal:before {
71427148
content: "\f1ed"; }
71437149

@@ -7621,6 +7627,9 @@ readers do not read off random characters that represent icons */
76217627
.fa-supple:before {
76227628
content: "\f3f9"; }
76237629

7630+
.fa-webflow:before {
7631+
content: "\e65c"; }
7632+
76247633
.fa-rebel:before {
76257634
content: "\f1d0"; }
76267635

0 commit comments

Comments
 (0)