mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 23:42:10 -06:00
9 lines
224 B
SCSS
9 lines
224 B
SCSS
$direction-down: "\f044";
|
|
$direction-down-left: "\f043";
|
|
$direction-down-right: "\f088";
|
|
$direction-left: "\f048";
|
|
$direction-right: "\f04d";
|
|
$direction-up: "\f058";
|
|
$direction-up-left: "\f087";
|
|
$direction-up-right: "\f057"
|