Skip to content

Commit 1ef54c6

Browse files
Erik FlowersErik Flowers
Erik Flowers
authored and
Erik Flowers
committed
All the crescent moon icons were spelled wrong.
1 parent a72c393 commit 1ef54c6

File tree

13 files changed

+1871
-111
lines changed

13 files changed

+1871
-111
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Weather Icons
2-
*Version 2.0.7 - September 14th, 2015*
2+
*Version 2.0.8 - September 19th, 2015*
33

44
## 222 Weather Themed Icons and CSS
55

_builder/csv/moon.csv

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
moon-new, f095
2-
moon-waxing-cresent-1, f096
3-
moon-waxing-cresent-2, f097
4-
moon-waxing-cresent-3, f098
5-
moon-waxing-cresent-4, f099
6-
moon-waxing-cresent-5, f09a
7-
moon-waxing-cresent-6, f09b
2+
moon-waxing-crescent-1, f096
3+
moon-waxing-crescent-2, f097
4+
moon-waxing-crescent-3, f098
5+
moon-waxing-crescent-4, f099
6+
moon-waxing-crescent-5, f09a
7+
moon-waxing-crescent-6, f09b
88
moon-first-quarter, f09c
99
moon-waxing-gibbous-1, f09d
1010
moon-waxing-gibbous-2, f09e
@@ -27,12 +27,12 @@ moon-waning-crescent-4, f0ae
2727
moon-waning-crescent-5, f0af
2828
moon-waning-crescent-6, f0b0
2929
moon-alt-new, f0eb
30-
moon-alt-waxing-cresent-1, f0d0
31-
moon-alt-waxing-cresent-2, f0d1
32-
moon-alt-waxing-cresent-3, f0d2
33-
moon-alt-waxing-cresent-4, f0d3
34-
moon-alt-waxing-cresent-5, f0d4
35-
moon-alt-waxing-cresent-6, f0d5
30+
moon-alt-waxing-crescent-1, f0d0
31+
moon-alt-waxing-crescent-2, f0d1
32+
moon-alt-waxing-crescent-3, f0d2
33+
moon-alt-waxing-crescent-4, f0d3
34+
moon-alt-waxing-crescent-5, f0d4
35+
moon-alt-waxing-crescent-6, f0d5
3636
moon-alt-first-quarter, f0d6
3737
moon-alt-waxing-gibbous-1, f0d7
3838
moon-alt-waxing-gibbous-2, f0d8

_docs/gh-pages/index.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -863,32 +863,32 @@ <h3>25 New 2.0 Icons!</h3>
863863
</div>
864864
<div class="icon-wrap">
865865
<div class="icon">&#xf096;</div>
866-
<div class="icon-name">wi-moon-waxing-cresent-1</div>
866+
<div class="icon-name">wi-moon-waxing-crescent-1</div>
867867
<div class="icon_unicode">f096 </div>
868868
</div>
869869
<div class="icon-wrap">
870870
<div class="icon">&#xf097;</div>
871-
<div class="icon-name">wi-moon-waxing-cresent-2</div>
871+
<div class="icon-name">wi-moon-waxing-crescent-2</div>
872872
<div class="icon_unicode">f097 </div>
873873
</div>
874874
<div class="icon-wrap">
875875
<div class="icon">&#xf098;</div>
876-
<div class="icon-name">wi-moon-waxing-cresent-3</div>
876+
<div class="icon-name">wi-moon-waxing-crescent-3</div>
877877
<div class="icon_unicode">f098 </div>
878878
</div>
879879
<div class="icon-wrap">
880880
<div class="icon">&#xf099;</div>
881-
<div class="icon-name">wi-moon-waxing-cresent-4</div>
881+
<div class="icon-name">wi-moon-waxing-crescent-4</div>
882882
<div class="icon_unicode">f099 </div>
883883
</div>
884884
<div class="icon-wrap">
885885
<div class="icon">&#xf09a;</div>
886-
<div class="icon-name">wi-moon-waxing-cresent-5</div>
886+
<div class="icon-name">wi-moon-waxing-crescent-5</div>
887887
<div class="icon_unicode">f09a </div>
888888
</div>
889889
<div class="icon-wrap">
890890
<div class="icon">&#xf09b;</div>
891-
<div class="icon-name">wi-moon-waxing-cresent-6</div>
891+
<div class="icon-name">wi-moon-waxing-crescent-6</div>
892892
<div class="icon_unicode">f09b </div>
893893
</div>
894894
<div class="icon-wrap">
@@ -1003,32 +1003,32 @@ <h3>25 New 2.0 Icons!</h3>
10031003
</div>
10041004
<div class="icon-wrap">
10051005
<div class="icon">&#xf0d0;</div>
1006-
<div class="icon-name">wi-moon-alt-waxing-cresent-1</div>
1006+
<div class="icon-name">wi-moon-alt-waxing-crescent-1</div>
10071007
<div class="icon_unicode">f0d0 </div>
10081008
</div>
10091009
<div class="icon-wrap">
10101010
<div class="icon">&#xf0d1;</div>
1011-
<div class="icon-name">wi-moon-alt-waxing-cresent-2</div>
1011+
<div class="icon-name">wi-moon-alt-waxing-crescent-2</div>
10121012
<div class="icon_unicode">f0d1 </div>
10131013
</div>
10141014
<div class="icon-wrap">
10151015
<div class="icon">&#xf0d2;</div>
1016-
<div class="icon-name">wi-moon-alt-waxing-cresent-3</div>
1016+
<div class="icon-name">wi-moon-alt-waxing-crescent-3</div>
10171017
<div class="icon_unicode">f0d2 </div>
10181018
</div>
10191019
<div class="icon-wrap">
10201020
<div class="icon">&#xf0d3;</div>
1021-
<div class="icon-name">wi-moon-alt-waxing-cresent-4</div>
1021+
<div class="icon-name">wi-moon-alt-waxing-crescent-4</div>
10221022
<div class="icon_unicode">f0d3 </div>
10231023
</div>
10241024
<div class="icon-wrap">
10251025
<div class="icon">&#xf0d4;</div>
1026-
<div class="icon-name">wi-moon-alt-waxing-cresent-5</div>
1026+
<div class="icon-name">wi-moon-alt-waxing-crescent-5</div>
10271027
<div class="icon_unicode">f0d4 </div>
10281028
</div>
10291029
<div class="icon-wrap">
10301030
<div class="icon">&#xf0d5;</div>
1031-
<div class="icon-name">wi-moon-alt-waxing-cresent-6</div>
1031+
<div class="icon-name">wi-moon-alt-waxing-crescent-6</div>
10321032
<div class="icon_unicode">f0d5 </div>
10331033
</div>
10341034
<div class="icon-wrap">

_docs/jade/icon-list-moon.jade

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
.icon_unicode f095
55
.icon-wrap
66
.icon &#xf096;
7-
.icon-name wi-moon-waxing-cresent-1
7+
.icon-name wi-moon-waxing-crescent-1
88
.icon_unicode f096
99
.icon-wrap
1010
.icon &#xf097;
11-
.icon-name wi-moon-waxing-cresent-2
11+
.icon-name wi-moon-waxing-crescent-2
1212
.icon_unicode f097
1313
.icon-wrap
1414
.icon &#xf098;
15-
.icon-name wi-moon-waxing-cresent-3
15+
.icon-name wi-moon-waxing-crescent-3
1616
.icon_unicode f098
1717
.icon-wrap
1818
.icon &#xf099;
19-
.icon-name wi-moon-waxing-cresent-4
19+
.icon-name wi-moon-waxing-crescent-4
2020
.icon_unicode f099
2121
.icon-wrap
2222
.icon &#xf09a;
23-
.icon-name wi-moon-waxing-cresent-5
23+
.icon-name wi-moon-waxing-crescent-5
2424
.icon_unicode f09a
2525
.icon-wrap
2626
.icon &#xf09b;
27-
.icon-name wi-moon-waxing-cresent-6
27+
.icon-name wi-moon-waxing-crescent-6
2828
.icon_unicode f09b
2929
.icon-wrap
3030
.icon &#xf09c;
@@ -116,27 +116,27 @@
116116
.icon_unicode f0eb
117117
.icon-wrap
118118
.icon &#xf0d0;
119-
.icon-name wi-moon-alt-waxing-cresent-1
119+
.icon-name wi-moon-alt-waxing-crescent-1
120120
.icon_unicode f0d0
121121
.icon-wrap
122122
.icon &#xf0d1;
123-
.icon-name wi-moon-alt-waxing-cresent-2
123+
.icon-name wi-moon-alt-waxing-crescent-2
124124
.icon_unicode f0d1
125125
.icon-wrap
126126
.icon &#xf0d2;
127-
.icon-name wi-moon-alt-waxing-cresent-3
127+
.icon-name wi-moon-alt-waxing-crescent-3
128128
.icon_unicode f0d2
129129
.icon-wrap
130130
.icon &#xf0d3;
131-
.icon-name wi-moon-alt-waxing-cresent-4
131+
.icon-name wi-moon-alt-waxing-crescent-4
132132
.icon_unicode f0d3
133133
.icon-wrap
134134
.icon &#xf0d4;
135-
.icon-name wi-moon-alt-waxing-cresent-5
135+
.icon-name wi-moon-alt-waxing-crescent-5
136136
.icon_unicode f0d4
137137
.icon-wrap
138138
.icon &#xf0d5;
139-
.icon-name wi-moon-alt-waxing-cresent-6
139+
.icon-name wi-moon-alt-waxing-crescent-6
140140
.icon_unicode f0d5
141141
.icon-wrap
142142
.icon &#xf0d6;

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weather-icons",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"homepage": "http://erikflowers.github.io/weather-icons/",
55
"keywords": [
66
"css", "icon-font", "weather", "icon", "icons"

css/weather-icons.css

+12-12
Original file line numberDiff line numberDiff line change
@@ -471,22 +471,22 @@
471471
.wi-moon-new:before {
472472
content: "\f095";
473473
}
474-
.wi-moon-waxing-cresent-1:before {
474+
.wi-moon-waxing-crescent-1:before {
475475
content: "\f096";
476476
}
477-
.wi-moon-waxing-cresent-2:before {
477+
.wi-moon-waxing-crescent-2:before {
478478
content: "\f097";
479479
}
480-
.wi-moon-waxing-cresent-3:before {
480+
.wi-moon-waxing-crescent-3:before {
481481
content: "\f098";
482482
}
483-
.wi-moon-waxing-cresent-4:before {
483+
.wi-moon-waxing-crescent-4:before {
484484
content: "\f099";
485485
}
486-
.wi-moon-waxing-cresent-5:before {
486+
.wi-moon-waxing-crescent-5:before {
487487
content: "\f09a";
488488
}
489-
.wi-moon-waxing-cresent-6:before {
489+
.wi-moon-waxing-crescent-6:before {
490490
content: "\f09b";
491491
}
492492
.wi-moon-first-quarter:before {
@@ -555,22 +555,22 @@
555555
.wi-moon-alt-new:before {
556556
content: "\f0eb";
557557
}
558-
.wi-moon-alt-waxing-cresent-1:before {
558+
.wi-moon-alt-waxing-crescent-1:before {
559559
content: "\f0d0";
560560
}
561-
.wi-moon-alt-waxing-cresent-2:before {
561+
.wi-moon-alt-waxing-crescent-2:before {
562562
content: "\f0d1";
563563
}
564-
.wi-moon-alt-waxing-cresent-3:before {
564+
.wi-moon-alt-waxing-crescent-3:before {
565565
content: "\f0d2";
566566
}
567-
.wi-moon-alt-waxing-cresent-4:before {
567+
.wi-moon-alt-waxing-crescent-4:before {
568568
content: "\f0d3";
569569
}
570-
.wi-moon-alt-waxing-cresent-5:before {
570+
.wi-moon-alt-waxing-crescent-5:before {
571571
content: "\f0d4";
572572
}
573-
.wi-moon-alt-waxing-cresent-6:before {
573+
.wi-moon-alt-waxing-crescent-6:before {
574574
content: "\f0d5";
575575
}
576576
.wi-moon-alt-first-quarter:before {

css/weather-icons.min.css

+1,761-1
Large diffs are not rendered by default.

less/icon-classes/classes-moon-aliases.less

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.wi-moon-0:before {content: @moon-new;}
2-
.wi-moon-1:before {content: @moon-waxing-cresent-1;}
3-
.wi-moon-2:before {content: @moon-waxing-cresent-2;}
4-
.wi-moon-3:before {content: @moon-waxing-cresent-3;}
5-
.wi-moon-4:before {content: @moon-waxing-cresent-4;}
6-
.wi-moon-5:before {content: @moon-waxing-cresent-5;}
7-
.wi-moon-6:before {content: @moon-waxing-cresent-6;}
2+
.wi-moon-1:before {content: @moon-waxing-crescent-1;}
3+
.wi-moon-2:before {content: @moon-waxing-crescent-2;}
4+
.wi-moon-3:before {content: @moon-waxing-crescent-3;}
5+
.wi-moon-4:before {content: @moon-waxing-crescent-4;}
6+
.wi-moon-5:before {content: @moon-waxing-crescent-5;}
7+
.wi-moon-6:before {content: @moon-waxing-crescent-6;}
88
.wi-moon-7:before {content: @moon-first-quarter;}
99
.wi-moon-8:before {content: @moon-waxing-gibbous-1;}
1010
.wi-moon-9:before {content: @moon-waxing-gibbous-2;}

less/icon-classes/classes-moon.less

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.wi-moon-new:before {content: @moon-new;}
2-
.wi-moon-waxing-cresent-1:before {content: @moon-waxing-cresent-1;}
3-
.wi-moon-waxing-cresent-2:before {content: @moon-waxing-cresent-2;}
4-
.wi-moon-waxing-cresent-3:before {content: @moon-waxing-cresent-3;}
5-
.wi-moon-waxing-cresent-4:before {content: @moon-waxing-cresent-4;}
6-
.wi-moon-waxing-cresent-5:before {content: @moon-waxing-cresent-5;}
7-
.wi-moon-waxing-cresent-6:before {content: @moon-waxing-cresent-6;}
2+
.wi-moon-waxing-crescent-1:before {content: @moon-waxing-crescent-1;}
3+
.wi-moon-waxing-crescent-2:before {content: @moon-waxing-crescent-2;}
4+
.wi-moon-waxing-crescent-3:before {content: @moon-waxing-crescent-3;}
5+
.wi-moon-waxing-crescent-4:before {content: @moon-waxing-crescent-4;}
6+
.wi-moon-waxing-crescent-5:before {content: @moon-waxing-crescent-5;}
7+
.wi-moon-waxing-crescent-6:before {content: @moon-waxing-crescent-6;}
88
.wi-moon-first-quarter:before {content: @moon-first-quarter;}
99
.wi-moon-waxing-gibbous-1:before {content: @moon-waxing-gibbous-1;}
1010
.wi-moon-waxing-gibbous-2:before {content: @moon-waxing-gibbous-2;}
@@ -27,12 +27,12 @@
2727
.wi-moon-waning-crescent-5:before {content: @moon-waning-crescent-5;}
2828
.wi-moon-waning-crescent-6:before {content: @moon-waning-crescent-6;}
2929
.wi-moon-alt-new:before {content: @moon-alt-new;}
30-
.wi-moon-alt-waxing-cresent-1:before {content: @moon-alt-waxing-cresent-1;}
31-
.wi-moon-alt-waxing-cresent-2:before {content: @moon-alt-waxing-cresent-2;}
32-
.wi-moon-alt-waxing-cresent-3:before {content: @moon-alt-waxing-cresent-3;}
33-
.wi-moon-alt-waxing-cresent-4:before {content: @moon-alt-waxing-cresent-4;}
34-
.wi-moon-alt-waxing-cresent-5:before {content: @moon-alt-waxing-cresent-5;}
35-
.wi-moon-alt-waxing-cresent-6:before {content: @moon-alt-waxing-cresent-6;}
30+
.wi-moon-alt-waxing-crescent-1:before {content: @moon-alt-waxing-crescent-1;}
31+
.wi-moon-alt-waxing-crescent-2:before {content: @moon-alt-waxing-crescent-2;}
32+
.wi-moon-alt-waxing-crescent-3:before {content: @moon-alt-waxing-crescent-3;}
33+
.wi-moon-alt-waxing-crescent-4:before {content: @moon-alt-waxing-crescent-4;}
34+
.wi-moon-alt-waxing-crescent-5:before {content: @moon-alt-waxing-crescent-5;}
35+
.wi-moon-alt-waxing-crescent-6:before {content: @moon-alt-waxing-crescent-6;}
3636
.wi-moon-alt-first-quarter:before {content: @moon-alt-first-quarter;}
3737
.wi-moon-alt-waxing-gibbous-1:before {content: @moon-alt-waxing-gibbous-1;}
3838
.wi-moon-alt-waxing-gibbous-2:before {content: @moon-alt-waxing-gibbous-2;}

less/icon-variables/variables-moon.less

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@moon-new: "\f095";
2-
@moon-waxing-cresent-1: "\f096";
3-
@moon-waxing-cresent-2: "\f097";
4-
@moon-waxing-cresent-3: "\f098";
5-
@moon-waxing-cresent-4: "\f099";
6-
@moon-waxing-cresent-5: "\f09a";
7-
@moon-waxing-cresent-6: "\f09b";
2+
@moon-waxing-crescent-1: "\f096";
3+
@moon-waxing-crescent-2: "\f097";
4+
@moon-waxing-crescent-3: "\f098";
5+
@moon-waxing-crescent-4: "\f099";
6+
@moon-waxing-crescent-5: "\f09a";
7+
@moon-waxing-crescent-6: "\f09b";
88
@moon-first-quarter: "\f09c";
99
@moon-waxing-gibbous-1: "\f09d";
1010
@moon-waxing-gibbous-2: "\f09e";
@@ -27,12 +27,12 @@
2727
@moon-waning-crescent-5: "\f0af";
2828
@moon-waning-crescent-6: "\f0b0";
2929
@moon-alt-new: "\f0eb";
30-
@moon-alt-waxing-cresent-1: "\f0d0";
31-
@moon-alt-waxing-cresent-2: "\f0d1";
32-
@moon-alt-waxing-cresent-3: "\f0d2";
33-
@moon-alt-waxing-cresent-4: "\f0d3";
34-
@moon-alt-waxing-cresent-5: "\f0d4";
35-
@moon-alt-waxing-cresent-6: "\f0d5";
30+
@moon-alt-waxing-crescent-1: "\f0d0";
31+
@moon-alt-waxing-crescent-2: "\f0d1";
32+
@moon-alt-waxing-crescent-3: "\f0d2";
33+
@moon-alt-waxing-crescent-4: "\f0d3";
34+
@moon-alt-waxing-crescent-5: "\f0d4";
35+
@moon-alt-waxing-crescent-6: "\f0d5";
3636
@moon-alt-first-quarter: "\f0d6";
3737
@moon-alt-waxing-gibbous-1: "\f0d7";
3838
@moon-alt-waxing-gibbous-2: "\f0d8";

sass/icon-classes/classes-moon-aliases.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.wi-moon-0:before {content: $moon-new;}
2-
.wi-moon-1:before {content: $moon-waxing-cresent-1;}
3-
.wi-moon-2:before {content: $moon-waxing-cresent-2;}
4-
.wi-moon-3:before {content: $moon-waxing-cresent-3;}
5-
.wi-moon-4:before {content: $moon-waxing-cresent-4;}
6-
.wi-moon-5:before {content: $moon-waxing-cresent-5;}
7-
.wi-moon-6:before {content: $moon-waxing-cresent-6;}
2+
.wi-moon-1:before {content: $moon-waxing-crescent-1;}
3+
.wi-moon-2:before {content: $moon-waxing-crescent-2;}
4+
.wi-moon-3:before {content: $moon-waxing-crescent-3;}
5+
.wi-moon-4:before {content: $moon-waxing-crescent-4;}
6+
.wi-moon-5:before {content: $moon-waxing-crescent-5;}
7+
.wi-moon-6:before {content: $moon-waxing-crescent-6;}
88
.wi-moon-7:before {content: $moon-first-quarter;}
99
.wi-moon-8:before {content: $moon-waxing-gibbous-1;}
1010
.wi-moon-9:before {content: $moon-waxing-gibbous-2;}

sass/icon-classes/classes-moon.scss

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.wi-moon-new:before {content: $moon-new;}
2-
.wi-moon-waxing-cresent-1:before {content: $moon-waxing-cresent-1;}
3-
.wi-moon-waxing-cresent-2:before {content: $moon-waxing-cresent-2;}
4-
.wi-moon-waxing-cresent-3:before {content: $moon-waxing-cresent-3;}
5-
.wi-moon-waxing-cresent-4:before {content: $moon-waxing-cresent-4;}
6-
.wi-moon-waxing-cresent-5:before {content: $moon-waxing-cresent-5;}
7-
.wi-moon-waxing-cresent-6:before {content: $moon-waxing-cresent-6;}
2+
.wi-moon-waxing-crescent-1:before {content: $moon-waxing-crescent-1;}
3+
.wi-moon-waxing-crescent-2:before {content: $moon-waxing-crescent-2;}
4+
.wi-moon-waxing-crescent-3:before {content: $moon-waxing-crescent-3;}
5+
.wi-moon-waxing-crescent-4:before {content: $moon-waxing-crescent-4;}
6+
.wi-moon-waxing-crescent-5:before {content: $moon-waxing-crescent-5;}
7+
.wi-moon-waxing-crescent-6:before {content: $moon-waxing-crescent-6;}
88
.wi-moon-first-quarter:before {content: $moon-first-quarter;}
99
.wi-moon-waxing-gibbous-1:before {content: $moon-waxing-gibbous-1;}
1010
.wi-moon-waxing-gibbous-2:before {content: $moon-waxing-gibbous-2;}
@@ -27,12 +27,12 @@
2727
.wi-moon-waning-crescent-5:before {content: $moon-waning-crescent-5;}
2828
.wi-moon-waning-crescent-6:before {content: $moon-waning-crescent-6;}
2929
.wi-moon-alt-new:before {content: $moon-alt-new;}
30-
.wi-moon-alt-waxing-cresent-1:before {content: $moon-alt-waxing-cresent-1;}
31-
.wi-moon-alt-waxing-cresent-2:before {content: $moon-alt-waxing-cresent-2;}
32-
.wi-moon-alt-waxing-cresent-3:before {content: $moon-alt-waxing-cresent-3;}
33-
.wi-moon-alt-waxing-cresent-4:before {content: $moon-alt-waxing-cresent-4;}
34-
.wi-moon-alt-waxing-cresent-5:before {content: $moon-alt-waxing-cresent-5;}
35-
.wi-moon-alt-waxing-cresent-6:before {content: $moon-alt-waxing-cresent-6;}
30+
.wi-moon-alt-waxing-crescent-1:before {content: $moon-alt-waxing-crescent-1;}
31+
.wi-moon-alt-waxing-crescent-2:before {content: $moon-alt-waxing-crescent-2;}
32+
.wi-moon-alt-waxing-crescent-3:before {content: $moon-alt-waxing-crescent-3;}
33+
.wi-moon-alt-waxing-crescent-4:before {content: $moon-alt-waxing-crescent-4;}
34+
.wi-moon-alt-waxing-crescent-5:before {content: $moon-alt-waxing-crescent-5;}
35+
.wi-moon-alt-waxing-crescent-6:before {content: $moon-alt-waxing-crescent-6;}
3636
.wi-moon-alt-first-quarter:before {content: $moon-alt-first-quarter;}
3737
.wi-moon-alt-waxing-gibbous-1:before {content: $moon-alt-waxing-gibbous-1;}
3838
.wi-moon-alt-waxing-gibbous-2:before {content: $moon-alt-waxing-gibbous-2;}

0 commit comments

Comments
 (0)