Add wind icon

This commit is contained in:
Cole Bemis 2017-03-10 23:49:34 -08:00
parent 1b580a5aa2
commit d6691a0abf
3 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `thumbs-down`
- `thumbs-up`
- `video-off`
- `wind`
- `zap`
### Changed

View File

@ -44,6 +44,7 @@
"sun",
"sunrise",
"sunset",
"wind",
"anchor",
"globe",
"zap",

5
icons/wind.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M9.59,4.59A2,2,0,1,1,11,8H2"/>
<path d="M12.59,19.41A2,2,0,1,0,14,16H2"/>
<path d="M17.73,7.73A2.5,2.5,0,1,1,19.5,12H2"/>
</svg>

After

Width:  |  Height:  |  Size: 317 B