Blame view

assets/plugins/weather-icons-master/sass/icon-variables/variables-direction.scss 224 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
  $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";