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

9 lines
224 B
SCSS
Raw Normal View History

2015-07-31 17:04:10 -07:00
$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"