mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:26:51 +01:00
* fixes slashes on *-off icons * fixes video icons * Rolled back eye-off, since it is now part of a new PR * Rolled back mic-off, see: #577 * Override mic-off from master * Override mic-off from master again Co-authored-by: Karsa <karsa@karsa.org>
15 lines
303 B
XML
15 lines
303 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="M22 8L16 12L22 16V8Z"/>
|
|
<rect x="2" y="6" width="14" height="12" rx="2" ry="2" />
|
|
</svg>
|