diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/circuit-ammeter.svg | 10 | ||||
-rw-r--r-- | src/_icons/circuit-battery.svg | 11 | ||||
-rw-r--r-- | src/_icons/circuit-bulb.svg | 10 | ||||
-rw-r--r-- | src/_icons/circuit-capacitor-polarized.svg | 11 | ||||
-rw-r--r-- | src/_icons/circuit-capacitor.svg | 9 | ||||
-rw-r--r-- | src/_icons/circuit-cell-plus.svg | 11 | ||||
-rw-r--r-- | src/_icons/circuit-cell.svg | 9 | ||||
-rw-r--r-- | src/_icons/circuit-changeover.svg | 12 | ||||
-rw-r--r-- | src/_icons/circuit-diode-zener.svg | 9 | ||||
-rw-r--r-- | src/_icons/circuit-diode.svg | 9 | ||||
-rw-r--r-- | src/_icons/circuit-ground-digital.svg | 7 | ||||
-rw-r--r-- | src/_icons/circuit-ground.svg (renamed from src/_icons/ground.svg) | 0 | ||||
-rw-r--r-- | src/_icons/circuit-inductor.svg | 6 | ||||
-rw-r--r-- | src/_icons/circuit-motor.svg | 9 | ||||
-rw-r--r-- | src/_icons/circuit-pushbutton.svg | 11 | ||||
-rw-r--r-- | src/_icons/circuit-resistor.svg | 6 | ||||
-rw-r--r-- | src/_icons/circuit-switch-closed.svg | 10 | ||||
-rw-r--r-- | src/_icons/circuit-switch-open.svg | 10 | ||||
-rw-r--r-- | src/_icons/circuit-voltmeter.svg | 9 |
19 files changed, 169 insertions, 0 deletions
diff --git a/src/_icons/circuit-ammeter.svg b/src/_icons/circuit-ammeter.svg new file mode 100644 index 00000000..27f85203 --- /dev/null +++ b/src/_icons/circuit-ammeter.svg @@ -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> diff --git a/src/_icons/circuit-battery.svg b/src/_icons/circuit-battery.svg new file mode 100644 index 00000000..b1a880f9 --- /dev/null +++ b/src/_icons/circuit-battery.svg @@ -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> diff --git a/src/_icons/circuit-bulb.svg b/src/_icons/circuit-bulb.svg new file mode 100644 index 00000000..f6ecc81f --- /dev/null +++ b/src/_icons/circuit-bulb.svg @@ -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> diff --git a/src/_icons/circuit-capacitor-polarized.svg b/src/_icons/circuit-capacitor-polarized.svg new file mode 100644 index 00000000..eb84c6aa --- /dev/null +++ b/src/_icons/circuit-capacitor-polarized.svg @@ -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> diff --git a/src/_icons/circuit-capacitor.svg b/src/_icons/circuit-capacitor.svg new file mode 100644 index 00000000..5855f44c --- /dev/null +++ b/src/_icons/circuit-capacitor.svg @@ -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> diff --git a/src/_icons/circuit-cell-plus.svg b/src/_icons/circuit-cell-plus.svg new file mode 100644 index 00000000..04860744 --- /dev/null +++ b/src/_icons/circuit-cell-plus.svg @@ -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> diff --git a/src/_icons/circuit-cell.svg b/src/_icons/circuit-cell.svg new file mode 100644 index 00000000..06378269 --- /dev/null +++ b/src/_icons/circuit-cell.svg @@ -0,0 +1,9 @@ +--- +category: Electrical +--- +<svg> + <path d="M2 12h8" /> + <path d="M14 12h8" /> + <path d="M10 5v14" /> + <path d="M14 9v6" /> +</svg> diff --git a/src/_icons/circuit-changeover.svg b/src/_icons/circuit-changeover.svg new file mode 100644 index 00000000..ff9f6207 --- /dev/null +++ b/src/_icons/circuit-changeover.svg @@ -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> diff --git a/src/_icons/circuit-diode-zener.svg b/src/_icons/circuit-diode-zener.svg new file mode 100644 index 00000000..7bd40eaf --- /dev/null +++ b/src/_icons/circuit-diode-zener.svg @@ -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> diff --git a/src/_icons/circuit-diode.svg b/src/_icons/circuit-diode.svg new file mode 100644 index 00000000..903d5817 --- /dev/null +++ b/src/_icons/circuit-diode.svg @@ -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> diff --git a/src/_icons/circuit-ground-digital.svg b/src/_icons/circuit-ground-digital.svg new file mode 100644 index 00000000..a0d42e32 --- /dev/null +++ b/src/_icons/circuit-ground-digital.svg @@ -0,0 +1,7 @@ +--- +category: Electrical +--- +<svg> + <path d="M12 13v-10" /> + <path d="M12 21l-6 -8h12z" /> +</svg> diff --git a/src/_icons/ground.svg b/src/_icons/circuit-ground.svg index 961c65c8..961c65c8 100644 --- a/src/_icons/ground.svg +++ b/src/_icons/circuit-ground.svg diff --git a/src/_icons/circuit-inductor.svg b/src/_icons/circuit-inductor.svg new file mode 100644 index 00000000..5d05bfec --- /dev/null +++ b/src/_icons/circuit-inductor.svg @@ -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> diff --git a/src/_icons/circuit-motor.svg b/src/_icons/circuit-motor.svg new file mode 100644 index 00000000..be6d3c3f --- /dev/null +++ b/src/_icons/circuit-motor.svg @@ -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> diff --git a/src/_icons/circuit-pushbutton.svg b/src/_icons/circuit-pushbutton.svg new file mode 100644 index 00000000..0f6d3854 --- /dev/null +++ b/src/_icons/circuit-pushbutton.svg @@ -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> diff --git a/src/_icons/circuit-resistor.svg b/src/_icons/circuit-resistor.svg new file mode 100644 index 00000000..0b289e30 --- /dev/null +++ b/src/_icons/circuit-resistor.svg @@ -0,0 +1,6 @@ +--- +category: Electrical +--- +<svg> + <path d="M2 12h2l2 -5l3 10l3 -10l3 10l3 -10l1.5 5h2.5" /> +</svg> diff --git a/src/_icons/circuit-switch-closed.svg b/src/_icons/circuit-switch-closed.svg new file mode 100644 index 00000000..f277fe4e --- /dev/null +++ b/src/_icons/circuit-switch-closed.svg @@ -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> diff --git a/src/_icons/circuit-switch-open.svg b/src/_icons/circuit-switch-open.svg new file mode 100644 index 00000000..e1b9f17a --- /dev/null +++ b/src/_icons/circuit-switch-open.svg @@ -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> diff --git a/src/_icons/circuit-voltmeter.svg b/src/_icons/circuit-voltmeter.svg new file mode 100644 index 00000000..09506ca6 --- /dev/null +++ b/src/_icons/circuit-voltmeter.svg @@ -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> |