feat: Add more user icons (feathericons#198)

This commit is contained in:
John Letey 2019-07-21 19:33:40 +01:00
parent 3c64e93543
commit cdef986871
No known key found for this signature in database
GPG Key ID: 3F07136ADE092F8D
3 changed files with 45 additions and 0 deletions

15
icons/user-circle.svg Executable file
View File

@ -0,0 +1,15 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" />
<path d="M18 19.75v-1.5a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v1.5" />
<path d="M12 12.25a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>

After

Width:  |  Height:  |  Size: 414 B

15
icons/user-octagon.svg Executable file
View File

@ -0,0 +1,15 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2z" />
<path d="M18 19.75v-1.5a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v1.5" />
<path d="M12 12.25a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>

After

Width:  |  Height:  |  Size: 402 B

15
icons/user-square.svg Executable file
View File

@ -0,0 +1,15 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z" />
<path d="M18 20v-1.75a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3V20" />
<path d="M12 12.25a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>

After

Width:  |  Height:  |  Size: 411 B