Skip to content

Commit

Permalink
Release 6.3.0 (#19539)
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Feb 7, 2023
1 parent adb2273 commit d02961b
Show file tree
Hide file tree
Showing 5,018 changed files with 145,408 additions and 51,860 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions LICENSE.txt
Expand Up @@ -23,7 +23,7 @@ as SVG and JS file types.
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com)
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
with Reserved Font Name: "Font Awesome".

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

Copyright 2022 Fonticons, Inc.
Copyright 2023 Fonticons, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Expand Down
17 changes: 13 additions & 4 deletions css/all.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
Expand Down Expand Up @@ -258,8 +258,10 @@
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
0%, 90% {
Expand Down Expand Up @@ -491,6 +493,7 @@

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
content: "\30"; }

Expand Down Expand Up @@ -7744,6 +7747,9 @@ readers do not read off random characters that represent icons */
.fa-internet-explorer:before {
content: "\f26b"; }

.fa-stubber:before {
content: "\e5c7"; }

.fa-telegram:before {
content: "\f2c6"; }

Expand All @@ -7753,6 +7759,9 @@ readers do not read off random characters that represent icons */
.fa-old-republic:before {
content: "\f510"; }

.fa-odysee:before {
content: "\e5c6"; }

.fa-square-whatsapp:before {
content: "\f40c"; }

Expand Down
9 changes: 6 additions & 3 deletions css/all.min.css

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions css/brands.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
:root, :host {
--fa-style-family-brands: 'Font Awesome 6 Brands';
Expand Down Expand Up @@ -1380,6 +1380,9 @@
.fa-internet-explorer:before {
content: "\f26b"; }

.fa-stubber:before {
content: "\e5c7"; }

.fa-telegram:before {
content: "\f2c6"; }

Expand All @@ -1389,6 +1392,9 @@
.fa-old-republic:before {
content: "\f510"; }

.fa-odysee:before {
content: "\e5c6"; }

.fa-square-whatsapp:before {
content: "\f40c"; }

Expand Down
6 changes: 3 additions & 3 deletions css/brands.min.css

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions css/fontawesome.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
Expand Down Expand Up @@ -258,8 +258,10 @@
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
0%, 90% {
Expand Down Expand Up @@ -491,6 +493,7 @@

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
content: "\30"; }

Expand Down
9 changes: 6 additions & 3 deletions css/fontawesome.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/regular.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
Expand Down
4 changes: 2 additions & 2 deletions css/regular.min.css
@@ -1,6 +1,6 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
: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}
4 changes: 2 additions & 2 deletions css/solid.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
:root, :host {
--fa-style-family-classic: 'Font Awesome 6 Free';
Expand Down
4 changes: 2 additions & 2 deletions css/solid.min.css
@@ -1,6 +1,6 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
11 changes: 7 additions & 4 deletions css/svg-with-js.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
:root, :host {
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';
Expand All @@ -10,6 +10,7 @@
--fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';
--fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
--fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
Expand Down Expand Up @@ -354,8 +355,10 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
0%, 90% {
Expand Down
6 changes: 3 additions & 3 deletions css/svg-with-js.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/v4-font-face.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
@font-face {
font-family: 'FontAwesome';
Expand Down
4 changes: 2 additions & 2 deletions css/v4-font-face.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/v4-shims.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
.fa.fa-glass:before {
content: "\f000"; }
Expand Down
4 changes: 2 additions & 2 deletions css/v4-shims.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/v5-font-face.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
@font-face {
font-family: 'Font Awesome 5 Brands';
Expand Down
4 changes: 2 additions & 2 deletions css/v5-font-face.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions js-packages/@fortawesome/fontawesome-common-types/LICENSE.txt
Expand Up @@ -23,7 +23,7 @@ as SVG and JS file types.
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com)
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
with Reserved Font Name: "Font Awesome".

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

Copyright 2022 Fonticons, Inc.
Copyright 2023 Fonticons, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Expand Down
@@ -1,4 +1,4 @@
console.log(`Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
console.log(`Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
Copyright 2023 Fonticons, Inc.
`)
2 changes: 2 additions & 0 deletions js-packages/@fortawesome/fontawesome-common-types/index.d.ts
Expand Up @@ -478,9 +478,11 @@ export type IconName = 'monero' |
'dribbble' |
'stumbleupon-circle' |
'internet-explorer' |
'stubber' |
'telegram' |
'telegram-plane' |
'old-republic' |
'odysee' |
'square-whatsapp' |
'whatsapp-square' |
'node-js' |
Expand Down
Expand Up @@ -21,7 +21,7 @@
"node": ">=6"
},
"dependencies": {},
"version": "6.2.1",
"version": "6.3.0",
"name": "@fortawesome/fontawesome-common-types",
"license": "MIT",
"types": "./index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions js-packages/@fortawesome/fontawesome-free/LICENSE.txt
Expand Up @@ -23,7 +23,7 @@ as SVG and JS file types.
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com)
Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com)
with Reserved Font Name: "Font Awesome".

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

Copyright 2022 Fonticons, Inc.
Copyright 2023 Fonticons, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Expand Down
4 changes: 2 additions & 2 deletions js-packages/@fortawesome/fontawesome-free/attribution.js
@@ -1,4 +1,4 @@
console.log(`Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
console.log(`Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
Copyright 2023 Fonticons, Inc.
`)
17 changes: 13 additions & 4 deletions js-packages/@fortawesome/fontawesome-free/css/all.css
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.3.0 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 2022 Fonticons, Inc.
* Copyright 2023 Fonticons, Inc.
*/
.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
Expand Down Expand Up @@ -258,8 +258,10 @@
animation-duration: 1ms;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: 0s;
transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
0%, 90% {
Expand Down Expand Up @@ -491,6 +493,7 @@

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
content: "\30"; }

Expand Down Expand Up @@ -7744,6 +7747,9 @@ readers do not read off random characters that represent icons */
.fa-internet-explorer:before {
content: "\f26b"; }

.fa-stubber:before {
content: "\e5c7"; }

.fa-telegram:before {
content: "\f2c6"; }

Expand All @@ -7753,6 +7759,9 @@ readers do not read off random characters that represent icons */
.fa-old-republic:before {
content: "\f510"; }

.fa-odysee:before {
content: "\e5c6"; }

.fa-square-whatsapp:before {
content: "\f40c"; }

Expand Down
9 changes: 6 additions & 3 deletions js-packages/@fortawesome/fontawesome-free/css/all.min.css

Large diffs are not rendered by default.

0 comments on commit d02961b

Please sign in to comment.