mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add user-minus and user-plus icons
This commit is contained in:
parent
b822309e22
commit
bf3cfb16cc
@ -37,6 +37,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- `sunset`
|
- `sunset`
|
||||||
- `thumbs-down`
|
- `thumbs-down`
|
||||||
- `thumbs-up`
|
- `thumbs-up`
|
||||||
|
- `user-minus`
|
||||||
|
- `user-plus`
|
||||||
- `video-off`
|
- `video-off`
|
||||||
- `wind`
|
- `wind`
|
||||||
- `zap`
|
- `zap`
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
"unlock",
|
"unlock",
|
||||||
"map-pin",
|
"map-pin",
|
||||||
"user",
|
"user",
|
||||||
|
"user-plus",
|
||||||
|
"user-minus",
|
||||||
"comment-circle",
|
"comment-circle",
|
||||||
"comment-square",
|
"comment-square",
|
||||||
"file",
|
"file",
|
||||||
|
5
icons/user-minus.svg
Normal file
5
icons/user-minus.svg
Normal 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="M19,21V20c0-2.76-4-5-9-5s-9,2.24-9,5v1"/>
|
||||||
|
<path d="M14,6.37A4,4,0,1,1,10.63,3,4,4,0,0,1,14,6.37Z"/>
|
||||||
|
<line x1="17" y1="11" x2="23" y2="11"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 335 B |
6
icons/user-plus.svg
Normal file
6
icons/user-plus.svg
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<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="M19,21V20c0-2.76-4-5-9-5s-9,2.24-9,5v1"/>
|
||||||
|
<path d="M14,6.37A4,4,0,1,1,10.63,3,4,4,0,0,1,14,6.37Z"/>
|
||||||
|
<line x1="20" y1="8" x2="20" y2="14"/>
|
||||||
|
<line x1="17" y1="11" x2="23" y2="11"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 376 B |
Loading…
Reference in New Issue
Block a user