feat: Add screen-share icons (#28)

* feat: Add `start-screenshare` icon

* feat: Add `start-screenshare-2` icon

* feat: Add `stop-screenshare` icon

* feat: Add `stop-screenshare-2` icon

* refactor: Update icons names

* refactor: Remove some icons for now
This commit is contained in:
John Letey
2020-06-28 14:55:58 +01:00
committed by GitHub
parent a905faa00e
commit 456b54c8b4
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M13 3H4C2.89543 3 2 3.89543 2 5V15C2 16.1046 2.89543 17 4 17H20C21.1046 17 22 16.1046 22 15V12" />
<path d="M8 21H16" />
<path d="M12 17V21" />
<path d="M22 3L17 8" />
<path d="M17 3L22 8" />
</svg>

After

Width:  |  Height:  |  Size: 419 B

17
icons/screen-share.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M13 3H4C2.89543 3 2 3.89543 2 5V15C2 16.1046 2.89543 17 4 17H20C21.1046 17 22 16.1046 22 15V12" />
<path d="M8 21H16" />
<path d="M12 17V21" />
<path d="M17 8L22 3" />
<path d="M17 3H22V8" />
</svg>

After

Width:  |  Height:  |  Size: 419 B