mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 07:22:11 -06:00
- fixing EDN files to put semicolon after all sass variable files - updating font files all over - updating to 222 icons
8 lines
224 B
SCSS
8 lines
224 B
SCSS
$direction-up: "\f058";
|
|
$direction-up-right: "\f057";
|
|
$direction-right: "\f04d";
|
|
$direction-down-right: "\f088";
|
|
$direction-down: "\f044";
|
|
$direction-down-left: "\f043";
|
|
$direction-left: "\f048";
|
|
$direction-up-left: "\f087"; |