* 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
18 lines
419 B
XML
18 lines
419 B
XML
<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>
|