Commit bf3cfb16 authored by Cole Bemis's avatar Cole Bemis

Add user-minus and user-plus icons

parent b822309e
...@@ -37,6 +37,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ...@@ -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 @@ ...@@ -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",
......
<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>
\ No newline at end of file
<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>
\ 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