Change user icons

This commit is contained in:
Cole Bemis 2017-05-29 17:41:17 -07:00
parent 830b54e757
commit fe9117d2dd
4 changed files with 12 additions and 9 deletions

View File

@ -30,6 +30,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<summary>Change # icons</summary> <summary>Change # icons</summary>
- `droplet` - `droplet`
- `user-minus`
- `user-plus`
- `user`
</details </details
## v2.0.0 (2017-05-23) ## v2.0.0 (2017-05-23)

View File

@ -1,4 +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"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 21v-1c0-2.76-4-5-9-5s-9 2.24-9 5v1M14 6.37A4 4 0 1 1 10.63 3 4 4 0 0 1 14 6.37z"/> <path d="M6 6.37A4 4 0 1 0 9.37 3 4 4 0 0 0 6 6.37zM19 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="17" y1="11" x2="23" y2="11"/> <line x1="23" y1="10" x2="17" y2="10" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 325 B

After

Width:  |  Height:  |  Size: 415 B

View File

@ -1,5 +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"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 21v-1c0-2.76-4-5-9-5s-9 2.24-9 5v1M14 6.37A4 4 0 1 1 10.63 3 4 4 0 0 1 14 6.37z"/> <path d="M6 6.37A4 4 0 1 0 9.37 3 4 4 0 0 0 6 6.37zM19 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="20" y1="8" x2="20" y2="14"/> <line x1="20" y1="7" x2="20" y2="13" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="17" y1="11" x2="23" y2="11"/> <line x1="23" y1="10" x2="17" y2="10" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 368 B

After

Width:  |  Height:  |  Size: 548 B

View File

@ -1,3 +1,3 @@
<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"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M21 21v-1c0-2.76-4-5-9-5s-9 2.24-9 5v1M16 6.37A4 4 0 1 1 12.63 3 4 4 0 0 1 16 6.37z"/> <path d="M16 6.37A4 4 0 1 1 12.63 3 4 4 0 0 1 16 6.37zM3 21v-2a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v2" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 284 B