Upgrade font awesome to 6.2.1

This commit is contained in:
2023-01-02 16:50:56 +01:00
parent 5e1507b093
commit 48983abfae
59 changed files with 10560 additions and 59786 deletions

View File

@@ -0,0 +1,10 @@
// specific duotone icon class definition
// -------------------------
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
@each $name, $icon in $fa-icons {
.fad.#{$fa-css-prefix}-#{$name}::after, .#{$fa-css-prefix}-duotone.#{$fa-css-prefix}-#{$name}::after {
content: unquote("\"#{ $icon }#{ $icon }\"");
}
}