Add thumbs-down icon

This commit is contained in:
Cole Bemis 2017-03-02 10:54:19 -08:00
parent 0805152465
commit 19a2438f3a
3 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `phone`
- `scissors`
- `square`
- `thumbs-down`
- `thumbs-up`
### Changed

View File

@ -14,6 +14,7 @@
"camera-off",
"bookmark",
"thumbs-up",
"thumbs-down",
"at-sign",
"hash",
"phone",

4
icons/thumbs-down.svg Normal file
View File

@ -0,0 +1,4 @@
<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="M10,15v4a3,3,0,0,0,3,3l4-9h0V2H5.72a2,2,0,0,0-2,1.7l-1.38,9a2,2,0,0,0,2,2.3Z"/>
<path d="M17,2h2.67A2.31,2.31,0,0,1,22,4v7a2.31,2.31,0,0,1-2.33,2H17"/>
</svg>

After

Width:  |  Height:  |  Size: 345 B