mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-01 01:52:00 +02:00
18 new icons: circuit-ammeter
, circuit-battery
, circuit-bulb
, circuit-capacitor-polarized
, circuit-capacitor
, circuit-cell-plus
, circuit-cell
, circuit-changeover
, circuit-diode-zener
, circuit-diode
, circuit-ground-digital
, circuit-inductor
, circuit-motor
, circuit-pushbutton
, circuit-resistor
, circuit-switch-closed
, circuit-switch-open
, circuit-voltmeter
Renamed icons: - `ground` renamed to `circuit-ground`
This commit is contained in:
10
src/_icons/circuit-ammeter.svg
Normal file
10
src/_icons/circuit-ammeter.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="7" />
|
||||
<path d="M5 12h-3" />
|
||||
<path d="M19 12h3" />
|
||||
<path d="M10 14v-3c0 -1.036 .895 -2 2 -2s2 .964 2 2v3" />
|
||||
<path d="M14 12h-4" />
|
||||
</svg>
|
11
src/_icons/circuit-battery.svg
Normal file
11
src/_icons/circuit-battery.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 12h4" />
|
||||
<path d="M18 12h4" />
|
||||
<path d="M18 5v14" />
|
||||
<path d="M14 9v6" />
|
||||
<path d="M10 5v14" />
|
||||
<path d="M6 9v6" />
|
||||
</svg>
|
10
src/_icons/circuit-bulb.svg
Normal file
10
src/_icons/circuit-bulb.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 12h5" />
|
||||
<path d="M17 12h5" />
|
||||
<circle cx="12" cy="12" r="5" />
|
||||
<path d="M8.5 8.5l7 7" />
|
||||
<path d="M15.5 8.5l-7 7" />
|
||||
</svg>
|
11
src/_icons/circuit-capacitor-polarized.svg
Normal file
11
src/_icons/circuit-capacitor-polarized.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-8" />
|
||||
<path d="M2 12h8" />
|
||||
<path d="M10 7v10" />
|
||||
<path d="M14 7v10" />
|
||||
<path d="M17 5h4" />
|
||||
<path d="M19 3v4" />
|
||||
</svg>
|
9
src/_icons/circuit-capacitor.svg
Normal file
9
src/_icons/circuit-capacitor.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-8" />
|
||||
<path d="M2 12h8" />
|
||||
<path d="M10 7v10" />
|
||||
<path d="M14 7v10" />
|
||||
</svg>
|
11
src/_icons/circuit-cell-plus.svg
Normal file
11
src/_icons/circuit-cell-plus.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 12h9" />
|
||||
<path d="M15 12h7" />
|
||||
<path d="M11 5v14" />
|
||||
<path d="M15 9v6" />
|
||||
<path d="M3 5h4" />
|
||||
<path d="M5 3v4" />
|
||||
</svg>
|
9
src/_icons/circuit-cell.svg
Normal file
9
src/_icons/circuit-cell.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 12h8" />
|
||||
<path d="M14 12h8" />
|
||||
<path d="M10 5v14" />
|
||||
<path d="M14 9v6" />
|
||||
</svg>
|
12
src/_icons/circuit-changeover.svg
Normal file
12
src/_icons/circuit-changeover.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 12h2" />
|
||||
<path d="M20 7h2" />
|
||||
<circle cx="6" cy="12" r="2" />
|
||||
<circle cx="18" cy="7" r="2" />
|
||||
<path d="M20 17h2" />
|
||||
<circle cx="18" cy="17" r="2" />
|
||||
<path d="M7.5 10.5l8.5 -3.5" />
|
||||
</svg>
|
9
src/_icons/circuit-diode-zener.svg
Normal file
9
src/_icons/circuit-diode-zener.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-6" />
|
||||
<path d="M2 12h6" />
|
||||
<path d="M8 7l8 5l-8 5z" />
|
||||
<path d="M14 7h2v10h2" />
|
||||
</svg>
|
9
src/_icons/circuit-diode.svg
Normal file
9
src/_icons/circuit-diode.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-6" />
|
||||
<path d="M2 12h6" />
|
||||
<path d="M8 7l8 5l-8 5z" />
|
||||
<path d="M16 7v10" />
|
||||
</svg>
|
7
src/_icons/circuit-ground-digital.svg
Normal file
7
src/_icons/circuit-ground-digital.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M12 13v-10" />
|
||||
<path d="M12 21l-6 -8h12z" />
|
||||
</svg>
|
6
src/_icons/circuit-inductor.svg
Normal file
6
src/_icons/circuit-inductor.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 14h3v-2a2 2 0 1 1 4 0v2v-1.5a2.5 2.5 0 1 1 5 0v1.5v-1.5a2.5 2.5 0 1 1 5 0v1.5h3" />
|
||||
</svg>
|
9
src/_icons/circuit-motor.svg
Normal file
9
src/_icons/circuit-motor.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="7" />
|
||||
<path d="M5 12h-3" />
|
||||
<path d="M19 12h3" />
|
||||
<path d="M10 14v-4l2 2l2 -2v4" />
|
||||
</svg>
|
11
src/_icons/circuit-pushbutton.svg
Normal file
11
src/_icons/circuit-pushbutton.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 17h2" />
|
||||
<path d="M20 17h2" />
|
||||
<circle cx="6" cy="17" r="2" />
|
||||
<circle cx="18" cy="17" r="2" />
|
||||
<path d="M6 11h12" />
|
||||
<path d="M12 11v-6" />
|
||||
</svg>
|
6
src/_icons/circuit-resistor.svg
Normal file
6
src/_icons/circuit-resistor.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 12h2l2 -5l3 10l3 -10l3 10l3 -10l1.5 5h2.5" />
|
||||
</svg>
|
10
src/_icons/circuit-switch-closed.svg
Normal file
10
src/_icons/circuit-switch-closed.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 12h2" />
|
||||
<path d="M20 12h2" />
|
||||
<circle cx="6" cy="12" r="2" />
|
||||
<circle cx="18" cy="12" r="2" />
|
||||
<path d="M8 12h8" />
|
||||
</svg>
|
10
src/_icons/circuit-switch-open.svg
Normal file
10
src/_icons/circuit-switch-open.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<path d="M2 12h2" />
|
||||
<path d="M20 12h2" />
|
||||
<circle cx="6" cy="12" r="2" />
|
||||
<circle cx="18" cy="12" r="2" />
|
||||
<path d="M7.5 10.5l7.5 -5.5" />
|
||||
</svg>
|
9
src/_icons/circuit-voltmeter.svg
Normal file
9
src/_icons/circuit-voltmeter.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Electrical
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="7" />
|
||||
<path d="M5 12h-3" />
|
||||
<path d="M19 12h3" />
|
||||
<path d="M10 10l2 4l2 -4" />
|
||||
</svg>
|
Reference in New Issue
Block a user