aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-07-10 12:23:02 +0200
committercodecalm <codecalm@gmail.com>2022-07-10 12:23:02 +0200
commitec765512055501df9acdd8ddbb260a80416a8661 (patch)
tree27ffeb5216d8333591bd55c07ea471d94ccd403f /icons
parent18 new icons: `arrow-merge-both`, `arrow-merge-left`, `arrow-merge-right`, `g... (diff)
downloadtabler-icons-ec765512055501df9acdd8ddbb260a80416a8661.tar.xz
Release 1.74.0v1.74.0
Diffstat (limited to 'icons')
-rw-r--r--icons/arrow-merge-both.svg9
-rw-r--r--icons/arrow-merge-left.svg8
-rw-r--r--icons/arrow-merge-right.svg8
-rw-r--r--icons/garden-cart.svg8
-rw-r--r--icons/ground.svg9
-rw-r--r--icons/logic-and.svg9
-rw-r--r--icons/logic-buffer.svg9
-rw-r--r--icons/logic-nand.svg10
-rw-r--r--icons/logic-nor.svg10
-rw-r--r--icons/logic-not.svg10
-rw-r--r--icons/logic-or.svg9
-rw-r--r--icons/logic-xnor.svg11
-rw-r--r--icons/logic-xor.svg10
-rw-r--r--icons/microwave.svg12
-rw-r--r--icons/outbound.svg8
-rw-r--r--icons/sos.svg8
-rw-r--r--icons/steam.svg13
-rw-r--r--icons/storm.svg9
18 files changed, 170 insertions, 0 deletions
diff --git a/icons/arrow-merge-both.svg b/icons/arrow-merge-both.svg
new file mode 100644
index 00000000..ca032fc6
--- /dev/null
+++ b/icons/arrow-merge-both.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-merge-both" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M16 8l-4 -4l-4 4" />
+ <path d="M12 20v-16" />
+ <path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" />
+ <path d="M6 18c4 -1.333 6 -4.667 6 -10" />
+</svg>
+
+
diff --git a/icons/arrow-merge-left.svg b/icons/arrow-merge-left.svg
new file mode 100644
index 00000000..3e6eb108
--- /dev/null
+++ b/icons/arrow-merge-left.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-merge-left" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M8 8l4 -4l4 4" />
+ <path d="M12 20v-16" />
+ <path d="M6 18c4 -1.333 6 -4.667 6 -10" />
+</svg>
+
+
diff --git a/icons/arrow-merge-right.svg b/icons/arrow-merge-right.svg
new file mode 100644
index 00000000..de66eaa4
--- /dev/null
+++ b/icons/arrow-merge-right.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-merge-right" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M16 8l-4 -4l-4 4" />
+ <path d="M12 20v-16" />
+ <path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" />
+</svg>
+
+
diff --git a/icons/garden-cart.svg b/icons/garden-cart.svg
new file mode 100644
index 00000000..9ad918b1
--- /dev/null
+++ b/icons/garden-cart.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-garden-cart" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="17.5" cy="17.5" r="2.5" />
+ <path d="M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055" />
+ <path d="M6 8h15l-3.5 7l-7.1 -.747a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323" />
+</svg>
+
+
diff --git a/icons/ground.svg b/icons/ground.svg
new file mode 100644
index 00000000..0611d729
--- /dev/null
+++ b/icons/ground.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-ground" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M12 13v-8" />
+ <path d="M4 13h16" />
+ <path d="M7 16h10" />
+ <path d="M10 19h4" />
+</svg>
+
+
diff --git a/icons/logic-and.svg b/icons/logic-and.svg
new file mode 100644
index 00000000..1cede3fe
--- /dev/null
+++ b/icons/logic-and.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-and" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M22 12h-5" />
+ <path d="M2 9h5" />
+ <path d="M2 15h5" />
+ <path d="M9 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" />
+</svg>
+
+
diff --git a/icons/logic-buffer.svg b/icons/logic-buffer.svg
new file mode 100644
index 00000000..80e089d0
--- /dev/null
+++ b/icons/logic-buffer.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-buffer" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M22 12h-5" />
+ <path d="M2 9h5" />
+ <path d="M2 15h5" />
+ <path d="M7 5l10 7l-10 7z" />
+</svg>
+
+
diff --git a/icons/logic-nand.svg b/icons/logic-nand.svg
new file mode 100644
index 00000000..13ba0ca0
--- /dev/null
+++ b/icons/logic-nand.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-nand" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M22 12h-3" />
+ <path d="M2 9h3" />
+ <path d="M2 15h3" />
+ <path d="M7 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" />
+ <circle cx="17" cy="12" r="2" />
+</svg>
+
+
diff --git a/icons/logic-nor.svg b/icons/logic-nor.svg
new file mode 100644
index 00000000..0f067ed5
--- /dev/null
+++ b/icons/logic-nor.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-nor" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M22 12h-4" />
+ <path d="M2 9h5" />
+ <path d="M2 15h5" />
+ <path d="M6 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />
+ <circle cx="16" cy="12" r="2" />
+</svg>
+
+
diff --git a/icons/logic-not.svg b/icons/logic-not.svg
new file mode 100644
index 00000000..a7592e24
--- /dev/null
+++ b/icons/logic-not.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-not" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M22 12h-3" />
+ <path d="M2 9h3" />
+ <path d="M2 15h3" />
+ <path d="M5 5l10 7l-10 7z" />
+ <circle cx="17" cy="12" r="2" />
+</svg>
+
+
diff --git a/icons/logic-or.svg b/icons/logic-or.svg
new file mode 100644
index 00000000..ab590d8a
--- /dev/null
+++ b/icons/logic-or.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-or" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M22 12h-6" />
+ <path d="M2 9h7" />
+ <path d="M2 15h7" />
+ <path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />
+</svg>
+
+
diff --git a/icons/logic-xnor.svg b/icons/logic-xnor.svg
new file mode 100644
index 00000000..1e767fb8
--- /dev/null
+++ b/icons/logic-xnor.svg
@@ -0,0 +1,11 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-xnor" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M22 12h-2" />
+ <path d="M2 9h4" />
+ <path d="M2 15h4" />
+ <path d="M5 19c1.778 -4.667 1.778 -9.333 0 -14" />
+ <path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />
+ <circle cx="18" cy="12" r="2" />
+</svg>
+
+
diff --git a/icons/logic-xor.svg b/icons/logic-xor.svg
new file mode 100644
index 00000000..a1620c25
--- /dev/null
+++ b/icons/logic-xor.svg
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-logic-xor" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M22 12h-4" />
+ <path d="M2 9h6" />
+ <path d="M2 15h6" />
+ <path d="M7 19c1.778 -4.667 1.778 -9.333 0 -14" />
+ <path d="M10 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />
+</svg>
+
+
diff --git a/icons/microwave.svg b/icons/microwave.svg
new file mode 100644
index 00000000..fa332e55
--- /dev/null
+++ b/icons/microwave.svg
@@ -0,0 +1,12 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-microwave" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <rect x="3" y="6" width="18" height="12" rx="1" />
+ <path d="M15 6v12" />
+ <path d="M18 12h.01" />
+ <path d="M18 15h.01" />
+ <path d="M18 9h.01" />
+ <path d="M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" />
+ <path d="M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" />
+</svg>
+
+
diff --git a/icons/outbound.svg b/icons/outbound.svg
new file mode 100644
index 00000000..3d8daab7
--- /dev/null
+++ b/icons/outbound.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-outbound" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M9 15l6 -6" />
+ <path d="M11 9h4v4" />
+</svg>
+
+
diff --git a/icons/sos.svg b/icons/sos.svg
new file mode 100644
index 00000000..3ecac456
--- /dev/null
+++ b/icons/sos.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-sos" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" />
+ <path d="M10 8h4v8h-4z" />
+ <path d="M17 16h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h3" />
+</svg>
+
+
diff --git a/icons/steam.svg b/icons/steam.svg
new file mode 100644
index 00000000..b137dddc
--- /dev/null
+++ b/icons/steam.svg
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-steam" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="4" r="1" />
+ <circle cx="4" cy="12" r="1" />
+ <circle cx="20" cy="12" r="1" />
+ <circle cx="12" cy="20" r="1" />
+ <path d="M5.5 5.5l3 3" />
+ <path d="M15.5 15.5l3 3" />
+ <path d="M18.5 5.5l-3 3" />
+ <path d="M8.5 15.5l-3 3" />
+</svg>
+
+
diff --git a/icons/storm.svg b/icons/storm.svg
new file mode 100644
index 00000000..1f58ee13
--- /dev/null
+++ b/icons/storm.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-storm" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
+ <path stroke="none" d="M0 0h24v24H0z" fill="none"/>
+ <circle cx="12" cy="12" r="3" />
+ <circle cx="12" cy="12" r="7" />
+ <path d="M5.369 14.236c-1.839 -3.929 -1.561 -7.616 -.704 -11.236" />
+ <path d="M18.63 9.76c1.837 3.928 1.561 7.615 .703 11.236" />
+</svg>
+
+