chore: add Font Awesome 6 icon library

This commit is contained in:
ahp
2026-08-25 21:08:45 +03:30
parent ba23605bca
commit 09fd409a23
2126 changed files with 371878 additions and 0 deletions
+10
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 }\""); }
}