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:
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 |
Reference in New Issue
Block a user