2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 15:32:13 -06:00
erikflowers_weather-icons/sass/icon-variables/variables-direction.scss

9 lines
224 B
SCSS
Raw Normal View History

2015-07-31 21:11:08 -07:00
$direction-up: "\f058";
$direction-up-right: "\f057";
$direction-right: "\f04d";
$direction-down-right: "\f088";
2015-07-31 17:04:10 -07:00
$direction-down: "\f044";
$direction-down-left: "\f043";
$direction-left: "\f048";
2015-07-31 21:11:08 -07:00
$direction-up-left: "\f087"