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
Erik Flowers f7f6810f3e - updating index page with more instructions
- fixing EDN files to put semicolon after all sass variable files
- updating font files all over
- updating to 222 icons
2015-08-18 14:37:15 -07:00

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";