2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-06-23 20:40:33 +03:00
Files
font-awesome/free/scss/_icons.scss
T
Jason Otero 8302f1cca7 Release 6.5.0 (#20016)
Co-authored-by: robmadole <robmadole@users.noreply.github.com>
2023-11-28 12:45:05 -06:00

11 lines
319 B
SCSS

// 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 }\""); }
}