[Automation] Site update: 2025-09-26 13:40:59

This commit is contained in:
2025-09-26 13:41:00 -04:00
commit d56acb90fc
2153 changed files with 378871 additions and 0 deletions

10
fontawesome/scss/_icons.scss vendored Normal file
View File

@@ -0,0 +1,10 @@
// specific 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 {
.#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
}