aboutsummaryrefslogtreecommitdiff
path: root/src/_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 /src/_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 'src/_icons')
-rw-r--r--src/_icons/arrow-merge-both.svg1
-rw-r--r--src/_icons/arrow-merge-left.svg1
-rw-r--r--src/_icons/arrow-merge-right.svg1
-rw-r--r--src/_icons/garden-cart.svg1
-rw-r--r--src/_icons/ground.svg1
-rw-r--r--src/_icons/logic-and.svg1
-rw-r--r--src/_icons/logic-buffer.svg1
-rw-r--r--src/_icons/logic-nand.svg1
-rw-r--r--src/_icons/logic-nor.svg1
-rw-r--r--src/_icons/logic-not.svg1
-rw-r--r--src/_icons/logic-or.svg1
-rw-r--r--src/_icons/logic-xnor.svg1
-rw-r--r--src/_icons/logic-xor.svg1
-rw-r--r--src/_icons/microwave.svg1
-rw-r--r--src/_icons/outbound.svg1
-rw-r--r--src/_icons/sos.svg1
-rw-r--r--src/_icons/steam.svg1
-rw-r--r--src/_icons/storm.svg1
18 files changed, 18 insertions, 0 deletions
diff --git a/src/_icons/arrow-merge-both.svg b/src/_icons/arrow-merge-both.svg
index 503696bb..df4a1fcd 100644
--- a/src/_icons/arrow-merge-both.svg
+++ b/src/_icons/arrow-merge-both.svg
@@ -1,5 +1,6 @@
---
category: Arrows
+version: "1.74"
---
<svg>
<path d="M16 8l-4 -4l-4 4" />
diff --git a/src/_icons/arrow-merge-left.svg b/src/_icons/arrow-merge-left.svg
index 2f72759f..86a1a7a3 100644
--- a/src/_icons/arrow-merge-left.svg
+++ b/src/_icons/arrow-merge-left.svg
@@ -1,5 +1,6 @@
---
category: Arrows
+version: "1.74"
---
<svg>
<path d="M8 8l4 -4l4 4" />
diff --git a/src/_icons/arrow-merge-right.svg b/src/_icons/arrow-merge-right.svg
index 9edd5dc3..a4bcde62 100644
--- a/src/_icons/arrow-merge-right.svg
+++ b/src/_icons/arrow-merge-right.svg
@@ -1,5 +1,6 @@
---
category: Arrows
+version: "1.74"
---
<svg>
<path d="M16 8l-4 -4l-4 4" />
diff --git a/src/_icons/garden-cart.svg b/src/_icons/garden-cart.svg
index deea01cf..d4474d21 100644
--- a/src/_icons/garden-cart.svg
+++ b/src/_icons/garden-cart.svg
@@ -1,5 +1,6 @@
---
category: Vehicles
+version: "1.74"
---
<svg>
<circle cx="17.5" cy="17.5" r="2.5" />
diff --git a/src/_icons/ground.svg b/src/_icons/ground.svg
index b01fe508..961c65c8 100644
--- a/src/_icons/ground.svg
+++ b/src/_icons/ground.svg
@@ -1,4 +1,5 @@
---
+version: "1.74"
---
<svg>
<path d="M12 13v-8" />
diff --git a/src/_icons/logic-and.svg b/src/_icons/logic-and.svg
index e36d1d2b..5687abd7 100644
--- a/src/_icons/logic-and.svg
+++ b/src/_icons/logic-and.svg
@@ -1,5 +1,6 @@
---
category: Logic
+version: "1.74"
---
<svg>
<path d="M22 12h-5" />
diff --git a/src/_icons/logic-buffer.svg b/src/_icons/logic-buffer.svg
index 47918fb4..76c9a2c2 100644
--- a/src/_icons/logic-buffer.svg
+++ b/src/_icons/logic-buffer.svg
@@ -1,5 +1,6 @@
---
category: Logic
+version: "1.74"
---
<svg>
<path d="M22 12h-5" />
diff --git a/src/_icons/logic-nand.svg b/src/_icons/logic-nand.svg
index 01ac464f..2b591541 100644
--- a/src/_icons/logic-nand.svg
+++ b/src/_icons/logic-nand.svg
@@ -1,5 +1,6 @@
---
category: Logic
+version: "1.74"
---
<svg>
<path d="M22 12h-3" />
diff --git a/src/_icons/logic-nor.svg b/src/_icons/logic-nor.svg
index e90464f2..23b06b84 100644
--- a/src/_icons/logic-nor.svg
+++ b/src/_icons/logic-nor.svg
@@ -1,5 +1,6 @@
---
category: Logic
+version: "1.74"
---
<svg>
<path d="M22 12h-4" />
diff --git a/src/_icons/logic-not.svg b/src/_icons/logic-not.svg
index b6c443e8..636a2245 100644
--- a/src/_icons/logic-not.svg
+++ b/src/_icons/logic-not.svg
@@ -1,5 +1,6 @@
---
category: Logic
+version: "1.74"
---
<svg>
<path d="M22 12h-3" />
diff --git a/src/_icons/logic-or.svg b/src/_icons/logic-or.svg
index 7f1e4a5b..a4bdab1c 100644
--- a/src/_icons/logic-or.svg
+++ b/src/_icons/logic-or.svg
@@ -1,5 +1,6 @@
---
category: Logic
+version: "1.74"
---
<svg>
<path d="M22 12h-6" />
diff --git a/src/_icons/logic-xnor.svg b/src/_icons/logic-xnor.svg
index 199e6b27..806b869c 100644
--- a/src/_icons/logic-xnor.svg
+++ b/src/_icons/logic-xnor.svg
@@ -1,5 +1,6 @@
---
category: Logic
+version: "1.74"
---
<svg>
<path d="M22 12h-2" />
diff --git a/src/_icons/logic-xor.svg b/src/_icons/logic-xor.svg
index 1ae759f2..37c02b91 100644
--- a/src/_icons/logic-xor.svg
+++ b/src/_icons/logic-xor.svg
@@ -1,5 +1,6 @@
---
category: Logic
+version: "1.74"
---
<svg>
<path d="M22 12h-4" />
diff --git a/src/_icons/microwave.svg b/src/_icons/microwave.svg
index b8728023..aa7d4ac6 100644
--- a/src/_icons/microwave.svg
+++ b/src/_icons/microwave.svg
@@ -1,4 +1,5 @@
---
+version: "1.74"
---
<svg>
<rect x="3" y="6" width="18" height="12" rx="1" />
diff --git a/src/_icons/outbound.svg b/src/_icons/outbound.svg
index f8b8775f..1262aa62 100644
--- a/src/_icons/outbound.svg
+++ b/src/_icons/outbound.svg
@@ -1,4 +1,5 @@
---
+version: "1.74"
---
<svg>
<circle cx="12" cy="12" r="9" />
diff --git a/src/_icons/sos.svg b/src/_icons/sos.svg
index 2fa62b71..6f786ebf 100644
--- a/src/_icons/sos.svg
+++ b/src/_icons/sos.svg
@@ -1,4 +1,5 @@
---
+version: "1.74"
---
<svg>
<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" />
diff --git a/src/_icons/steam.svg b/src/_icons/steam.svg
index 3f9388de..455be86b 100644
--- a/src/_icons/steam.svg
+++ b/src/_icons/steam.svg
@@ -1,4 +1,5 @@
---
+version: "1.74"
---
<svg>
<circle cx="12" cy="4" r="1" />
diff --git a/src/_icons/storm.svg b/src/_icons/storm.svg
index d1ca711a..9b18d26d 100644
--- a/src/_icons/storm.svg
+++ b/src/_icons/storm.svg
@@ -1,4 +1,5 @@
---
+version: "1.74"
---
<svg>
<circle cx="12" cy="12" r="3" />