mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Optimise `monitor` icons * Add `monitor-play` icon * Add `monitor-check` icon * Add `monitor-dot` icon * Added monitor-x, monitor-stop & monitor-pause * Update monitor-pause.json * Update icons/monitor-play.svg Co-authored-by: Jakob Guddas <github@jguddas.de> * Decrease monitor-x x size. --------- Co-authored-by: Karsa <contact@karsa.org> Co-authored-by: Jakob Guddas <github@jguddas.de>
18 lines
362 B
XML
18 lines
362 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="M12 13V7" />
|
|
<path d="m15 10-3 3-3-3" />
|
|
<rect width="20" height="14" x="2" y="3" rx="2" />
|
|
<path d="M12 17v4" />
|
|
<path d="M8 21h8" />
|
|
</svg>
|