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
+9
View File
@@ -0,0 +1,9 @@
// 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(.fa-icons(), {
.@{fa-css-prefix}-@{key}::before { content: @value; }
});