feat: Add webcam icon (feathericons#437)

This commit is contained in:
John Letey 2019-07-21 08:49:10 +01:00
parent 3c64e93543
commit 8804ae06bb
No known key found for this signature in database
GPG Key ID: 3F07136ADE092F8D

15
icons/webcam.svg Normal 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 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16z" />
<path d="M7 22h5m5 0h-5m0 0v-4" />
<path d="M12 13.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z" />
</svg>

After

Width:  |  Height:  |  Size: 359 B