Commit 19a2438f authored by Cole Bemis's avatar Cole Bemis

Add thumbs-down icon

parent 08051524
...@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `phone` - `phone`
- `scissors` - `scissors`
- `square` - `square`
- `thumbs-down`
- `thumbs-up` - `thumbs-up`
### Changed ### Changed
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
"camera-off", "camera-off",
"bookmark", "bookmark",
"thumbs-up", "thumbs-up",
"thumbs-down",
"at-sign", "at-sign",
"hash", "hash",
"phone", "phone",
......
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment