Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
bb80982bf1 | ||
|
2eec50d931 | ||
|
f7992d1df0 | ||
|
fef5c9afd7 | ||
|
5b0abe3667 | ||
|
b399313e19 | ||
|
c78b6af385 | ||
|
1444534080 |
@ -1,15 +1,15 @@
|
||||
{:columns [direction label code]
|
||||
:outputs
|
||||
[{:name "../less/icon-classes/classes-wind-degrees.less"
|
||||
:before ".@{wi-css-prefix}-wind-default { \n"
|
||||
:before ".@{wi-css-prefix}-wind { \n"
|
||||
:join "}\n"
|
||||
:row [\ \ \& "." direction "-" label "-deg {.wind-rotate(" code "deg);"]
|
||||
:after "} \n}"}
|
||||
|
||||
{:name "../sass/icon-classes/classes-wind-degrees.scss"
|
||||
:before ".#{$wi-css-prefix}-wind-default { \n"
|
||||
:before ".#{$wi-css-prefix}-wind {\n"
|
||||
:join "}\n"
|
||||
:row [\ \ \& "." direction "-" label "-deg {@include wind-rotate(" code "deg);"]
|
||||
:after "} \n}"}
|
||||
:after "}\n}\n\n.wi-wind-towards-n {\n @extend .wi-wind.towards-0-deg;\n}"}
|
||||
|
||||
]}
|
||||
|
@ -607,11 +607,6 @@
|
||||
<div class="icon-name">wi-snow-wind</div>
|
||||
<div class="icon_unicode">f064 </div>
|
||||
</div>
|
||||
<div class="icon-wrap">
|
||||
<div class="icon"></div>
|
||||
<div class="icon-name">wi-snow</div>
|
||||
<div class="icon_unicode">f01b </div>
|
||||
</div>
|
||||
<div class="icon-wrap">
|
||||
<div class="icon"></div>
|
||||
<div class="icon-name">wi-smog</div>
|
||||
@ -1644,4 +1639,4 @@
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "weather-icons",
|
||||
"version": "2.0.11",
|
||||
"homepage": "http://erikflowers.github.io/weather-icons/",
|
||||
"version": "2.0.12",
|
||||
"homepage": "https://erikflowers.github.io/weather-icons/",
|
||||
"keywords": [
|
||||
"css", "icon-font", "weather", "icon", "icons"
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "weather-icons",
|
||||
"version": "2.0.11",
|
||||
"version": "2.0.12",
|
||||
"description": "222 weather themed icons inspired by Font Awesome and ready for Bootstrap",
|
||||
"scripts": {},
|
||||
"authors": [
|
||||
@ -9,7 +9,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"homepage": "http://erikflowers.github.io/weather-icons/",
|
||||
"homepage": "https://erikflowers.github.io/weather-icons/",
|
||||
"keywords": [
|
||||
"css", "icon-font", "weather", "icon", "icons"
|
||||
]
|
||||
|
@ -724,5 +724,5 @@
|
||||
}
|
||||
|
||||
.wi-wind-towards-n {
|
||||
@extend .wi-wind.towards-0-deg;
|
||||
}
|
||||
@extend .wi-wind, .towards-0-deg;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 939 B After Width: | Height: | Size: 939 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 569 B After Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 582 B After Width: | Height: | Size: 582 B |
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 662 B |
@ -2,10 +2,6 @@
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style>
|
||||
<rect class="st0" width="30" height="30"/>
|
||||
<path d="M3.58,13.45c0-1.15,0.36-2.18,1.08-3.07C5.38,9.48,6.29,8.9,7.4,8.64c0.31-1.37,1.02-2.49,2.11-3.37s2.35-1.32,3.76-1.32
|
||||
c1.38,0,2.61,0.43,3.69,1.28s1.78,1.95,2.1,3.29h0.33c0.9,0,1.73,0.22,2.49,0.65s1.37,1.03,1.81,1.79c0.44,0.76,0.67,1.58,0.67,2.48
|
||||
c0,0.2-0.01,0.4-0.03,0.61c0.65,0.51,1.16,1.15,1.54,1.91s0.56,1.57,0.56,2.43c0,0.77-0.15,1.5-0.45,2.19
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |