2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 07:22:11 -06:00

Somehow I had left out 2 moon phases - first quarter and third quarter. oops.

This commit is contained in:
Erik Flowers 2015-08-18 10:23:03 -07:00
parent 6800c069aa
commit 286746726a
9 changed files with 36 additions and 578 deletions

View File

@ -5,6 +5,7 @@ moon-waxing-cresent-3, f098
moon-waxing-cresent-4, f099
moon-waxing-cresent-5, f09a
moon-waxing-cresent-6, f09b
moon-first-quarter, f09c
moon-waxing-gibbous-1, f09d
moon-waxing-gibbous-2, f09e
moon-waxing-gibbous-3, f09f
@ -18,6 +19,7 @@ moon-waning-gibbous-3, f0a6
moon-waning-gibbous-4, f0a7
moon-waning-gibbous-5, f0a8
moon-waning-gibbous-6, f0a9
moon-third-quarter, f0aa
moon-waning-crescent-1, f0ab
moon-waning-crescent-2, f0ac
moon-waning-crescent-3, f0ad

1 moon-new f095
5 moon-waxing-cresent-4 f099
6 moon-waxing-cresent-5 f09a
7 moon-waxing-cresent-6 f09b
8 moon-first-quarter f09c
9 moon-waxing-gibbous-1 f09d
10 moon-waxing-gibbous-2 f09e
11 moon-waxing-gibbous-3 f09f
19 moon-waning-gibbous-4 f0a7
20 moon-waning-gibbous-5 f0a8
21 moon-waning-gibbous-6 f0a9
22 moon-third-quarter f0aa
23 moon-waning-crescent-1 f0ab
24 moon-waning-crescent-2 f0ac
25 moon-waning-crescent-3 f0ad

View File

@ -881,6 +881,11 @@
<div class="icon-name">wi-moon-waxing-cresent-6</div>
<div class="icon_unicode">f09b </div>
</div>
<div class="icon-wrap">
<div class="icon">&#xf09c;</div>
<div class="icon-name">wi-moon-first-quarter</div>
<div class="icon_unicode">f09c </div>
</div>
<div class="icon-wrap">
<div class="icon">&#xf09d;</div>
<div class="icon-name">wi-moon-waxing-gibbous-1</div>
@ -946,6 +951,11 @@
<div class="icon-name">wi-moon-waning-gibbous-6</div>
<div class="icon_unicode">f0a9 </div>
</div>
<div class="icon-wrap">
<div class="icon">&#xf0aa;</div>
<div class="icon-name">wi-moon-third-quarter</div>
<div class="icon_unicode">f0aa </div>
</div>
<div class="icon-wrap">
<div class="icon">&#xf0ab;</div>
<div class="icon-name">wi-moon-waning-crescent-1</div>

View File

@ -26,6 +26,10 @@
.icon &#xf09b;
.icon-name wi-moon-waxing-cresent-6
.icon_unicode f09b
.icon-wrap
.icon &#xf09c;
.icon-name wi-moon-first-quarter
.icon_unicode f09c
.icon-wrap
.icon &#xf09d;
.icon-name wi-moon-waxing-gibbous-1
@ -78,6 +82,10 @@
.icon &#xf0a9;
.icon-name wi-moon-waning-gibbous-6
.icon_unicode f0a9
.icon-wrap
.icon &#xf0aa;
.icon-name wi-moon-third-quarter
.icon_unicode f0aa
.icon-wrap
.icon &#xf0ab;
.icon-name wi-moon-waning-crescent-1

View File

@ -489,6 +489,9 @@
.wi-moon-waxing-cresent-6:before {
content: "\f09b";
}
.wi-moon-first-quarter:before {
content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
content: "\f09d";
}
@ -528,6 +531,9 @@
.wi-moon-waning-gibbous-6:before {
content: "\f0a9";
}
.wi-moon-third-quarter:before {
content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
content: "\f0ab";
}

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,7 @@
.wi-moon-waxing-cresent-4:before {content: @moon-waxing-cresent-4;}
.wi-moon-waxing-cresent-5:before {content: @moon-waxing-cresent-5;}
.wi-moon-waxing-cresent-6:before {content: @moon-waxing-cresent-6;}
.wi-moon-first-quarter:before {content: @moon-first-quarter;}
.wi-moon-waxing-gibbous-1:before {content: @moon-waxing-gibbous-1;}
.wi-moon-waxing-gibbous-2:before {content: @moon-waxing-gibbous-2;}
.wi-moon-waxing-gibbous-3:before {content: @moon-waxing-gibbous-3;}
@ -18,6 +19,7 @@
.wi-moon-waning-gibbous-4:before {content: @moon-waning-gibbous-4;}
.wi-moon-waning-gibbous-5:before {content: @moon-waning-gibbous-5;}
.wi-moon-waning-gibbous-6:before {content: @moon-waning-gibbous-6;}
.wi-moon-third-quarter:before {content: @moon-third-quarter;}
.wi-moon-waning-crescent-1:before {content: @moon-waning-crescent-1;}
.wi-moon-waning-crescent-2:before {content: @moon-waning-crescent-2;}
.wi-moon-waning-crescent-3:before {content: @moon-waning-crescent-3;}

View File

@ -5,6 +5,7 @@
@moon-waxing-cresent-4: "\f099";
@moon-waxing-cresent-5: "\f09a";
@moon-waxing-cresent-6: "\f09b";
@moon-first-quarter: "\f09c";
@moon-waxing-gibbous-1: "\f09d";
@moon-waxing-gibbous-2: "\f09e";
@moon-waxing-gibbous-3: "\f09f";
@ -18,6 +19,7 @@
@moon-waning-gibbous-4: "\f0a7";
@moon-waning-gibbous-5: "\f0a8";
@moon-waning-gibbous-6: "\f0a9";
@moon-third-quarter: "\f0aa";
@moon-waning-crescent-1: "\f0ab";
@moon-waning-crescent-2: "\f0ac";
@moon-waning-crescent-3: "\f0ad";

View File

@ -5,6 +5,7 @@
.wi-moon-waxing-cresent-4:before {content: $moon-waxing-cresent-4;}
.wi-moon-waxing-cresent-5:before {content: $moon-waxing-cresent-5;}
.wi-moon-waxing-cresent-6:before {content: $moon-waxing-cresent-6;}
.wi-moon-first-quarter:before {content: $moon-first-quarter;}
.wi-moon-waxing-gibbous-1:before {content: $moon-waxing-gibbous-1;}
.wi-moon-waxing-gibbous-2:before {content: $moon-waxing-gibbous-2;}
.wi-moon-waxing-gibbous-3:before {content: $moon-waxing-gibbous-3;}
@ -18,6 +19,7 @@
.wi-moon-waning-gibbous-4:before {content: $moon-waning-gibbous-4;}
.wi-moon-waning-gibbous-5:before {content: $moon-waning-gibbous-5;}
.wi-moon-waning-gibbous-6:before {content: $moon-waning-gibbous-6;}
.wi-moon-third-quarter:before {content: $moon-third-quarter;}
.wi-moon-waning-crescent-1:before {content: $moon-waning-crescent-1;}
.wi-moon-waning-crescent-2:before {content: $moon-waning-crescent-2;}
.wi-moon-waning-crescent-3:before {content: $moon-waning-crescent-3;}

View File

@ -5,6 +5,7 @@ $moon-waxing-cresent-3: "\f098";
$moon-waxing-cresent-4: "\f099";
$moon-waxing-cresent-5: "\f09a";
$moon-waxing-cresent-6: "\f09b";
$moon-first-quarter: "\f09c";
$moon-waxing-gibbous-1: "\f09d";
$moon-waxing-gibbous-2: "\f09e";
$moon-waxing-gibbous-3: "\f09f";
@ -18,9 +19,10 @@ $moon-waning-gibbous-3: "\f0a6";
$moon-waning-gibbous-4: "\f0a7";
$moon-waning-gibbous-5: "\f0a8";
$moon-waning-gibbous-6: "\f0a9";
$moon-third-quarter: "\f0aa";
$moon-waning-crescent-1: "\f0ab";
$moon-waning-crescent-2: "\f0ac";
$moon-waning-crescent-3: "\f0ad";
$moon-waning-crescent-4: "\f0ae";
$moon-waning-crescent-5: "\f0af";
$moon-waning-crescent-6: "\f0b0";
$moon-waning-crescent-6: "\f0b0"