mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-07-31 19:30:51 +02:00
23 lines
424 B
XML
23 lines
424 B
XML
<!--
|
|
tags: [electric, electricity, diagram, digital]
|
|
category: Electrical
|
|
version: "1.77"
|
|
unicode: "f279"
|
|
-->
|
|
<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 12h-6" />
|
|
<path d="M2 12h6" />
|
|
<path d="M8 7l8 5l-8 5z" />
|
|
<path d="M14 7h2v10h2" />
|
|
</svg>
|