Add user-minus and user-plus icons

This commit is contained in:
Cole Bemis 2017-03-12 20:37:56 -07:00
parent b822309e22
commit bf3cfb16cc
4 changed files with 15 additions and 0 deletions

View File

@ -37,6 +37,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `sunset`
- `thumbs-down`
- `thumbs-up`
- `user-minus`
- `user-plus`
- `video-off`
- `wind`
- `zap`

View File

@ -15,6 +15,8 @@
"unlock",
"map-pin",
"user",
"user-plus",
"user-minus",
"comment-circle",
"comment-square",
"file",

5
icons/user-minus.svg Normal file
View 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
View 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