mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add thumbs-up icon
This commit is contained in:
parent
f63a0102e2
commit
0805152465
@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `phone`
|
||||
- `scissors`
|
||||
- `square`
|
||||
- `thumbs-up`
|
||||
|
||||
### Changed
|
||||
- Redesign project website
|
||||
|
@ -13,6 +13,7 @@
|
||||
"camera",
|
||||
"camera-off",
|
||||
"bookmark",
|
||||
"thumbs-up",
|
||||
"at-sign",
|
||||
"hash",
|
||||
"phone",
|
||||
|
4
icons/thumbs-up.svg
Normal file
4
icons/thumbs-up.svg
Normal 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="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>
|
After Width: | Height: | Size: 327 B |
Loading…
Reference in New Issue
Block a user