mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-11 15:02:11 -06:00
Fixed night-cloudy-high background, closes #239
This commit is contained in:
parent
54113376d9
commit
c78b6af385
@ -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}"}
|
||||
|
||||
]}
|
||||
|
@ -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"
|
||||
]
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user