Commit 08051524 authored by Cole Bemis's avatar Cole Bemis

Add thumbs-up icon

parent f63a0102
...@@ -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-up`
### Changed ### Changed
- Redesign project website - Redesign project website
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"camera", "camera",
"camera-off", "camera-off",
"bookmark", "bookmark",
"thumbs-up",
"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="M14,9V5a3,3,0,0,0-3-3L7,11H7V22H18.28a2,2,0,0,0,2-1.7l1.38-9a2,2,0,0,0-2-2.3Z"/>
<path d="M7,22H4a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2H7"/>
</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