aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-04-04 12:13:56 +0200
committercodecalm <codecalm@gmail.com>2022-04-04 12:13:56 +0200
commitb24c37fe7dd69420c59525e0bb2848405ed4f8ad (patch)
tree6423fa9a07da4103047138affcfc70be6072ad0b
parentRelease 1.60.0 (diff)
downloadtabler-icons-b24c37fe7dd69420c59525e0bb2848405ed4f8ad.tar.xz
18 new icons: `antenna`, `arrows-random`, `bow`, `chart-dots-2`, `chart-dots-3`, `clock-2`, `cricket`, `fountain`, `hanger-2`, `hexagons`, `lamp-2`, `network`, `plug-connected-x`, `plug-x`, `rollercoaster`, `scribble`, `test-pipe-2`, `triangles`
Fixed icons: `hanger`, `plug`
-rw-r--r--src/_icons/antenna.svg10
-rw-r--r--src/_icons/arrows-random.svg12
-rw-r--r--src/_icons/book-upload copy 13.svg10
-rw-r--r--src/_icons/bow.svg9
-rw-r--r--src/_icons/chart-dots-2.svg12
-rw-r--r--src/_icons/chart-dots-3.svg12
-rw-r--r--src/_icons/clock-2.svg9
-rw-r--r--src/_icons/cricket.svg8
-rw-r--r--src/_icons/fountain.svg9
-rw-r--r--src/_icons/hanger-2.svg7
-rw-r--r--src/_icons/hanger.svg2
-rw-r--r--src/_icons/hexagons.svg8
-rw-r--r--src/_icons/lamp-2.svg9
-rw-r--r--src/_icons/network.svg12
-rw-r--r--src/_icons/plug-connected-x.svg12
-rw-r--r--src/_icons/plug-x.svg10
-rw-r--r--src/_icons/plug.svg4
-rw-r--r--src/_icons/rollercoaster.svg11
-rw-r--r--src/_icons/scribble.svg5
-rw-r--r--src/_icons/test-pipe-2.svg7
-rw-r--r--src/_icons/triangles.svg7
21 files changed, 182 insertions, 3 deletions
diff --git a/src/_icons/antenna.svg b/src/_icons/antenna.svg
new file mode 100644
index 00000000..f75d657c
--- /dev/null
+++ b/src/_icons/antenna.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M20 4v8" />
+ <path d="M16 4.5v7" />
+ <path d="M12 5v16" />
+ <path d="M8 5.5v5" />
+ <path d="M4 6v4" />
+ <path d="M20 8h-16" />
+</svg>
diff --git a/src/_icons/arrows-random.svg b/src/_icons/arrows-random.svg
new file mode 100644
index 00000000..6744b972
--- /dev/null
+++ b/src/_icons/arrows-random.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <path d="M20 21.004h-4v-4" />
+ <path d="M16 21.004l5 -5" />
+ <path d="M6.5 9.504l-3.5 -2l2 -3.504" />
+ <path d="M3 7.504l6.83 -1.87" />
+ <path d="M4 16.004l4 -1l1 4" />
+ <path d="M8 15.004l-3.5 6" />
+ <path d="M21 5.004l-.5 4l-4 -.5" />
+ <path d="M20.5 9.004l-4.5 -5.5" />
+</svg>
diff --git a/src/_icons/book-upload copy 13.svg b/src/_icons/book-upload copy 13.svg
new file mode 100644
index 00000000..cbd3cc7e
--- /dev/null
+++ b/src/_icons/book-upload copy 13.svg
@@ -0,0 +1,10 @@
+<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg">
+ <g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke="#000" stroke-width="2">
+ <path d="M3 15h6v6h-6z" />
+ <path d="M15 15h6v6h-6z" />
+ <path d="M9 18h6" />
+ <circle cx="12" cy="7" r="4" />
+ <path d="M7.5 15l2.5 -4.5" />
+ <path d="M16.5 15l-2.5 -4.5" />
+ </g>
+</svg>
diff --git a/src/_icons/bow.svg b/src/_icons/bow.svg
new file mode 100644
index 00000000..66b49135
--- /dev/null
+++ b/src/_icons/bow.svg
@@ -0,0 +1,9 @@
+---
+category: Sport
+---
+<svg>
+ <path d="M17 3h4v4" />
+ <path d="M21 3l-15 15" />
+ <path d="M3 18h3v3" />
+ <path d="M16.5 20c1.576 -1.576 2.5 -4.095 2.5 -6.5c0 -4.81 -3.69 -8.5 -8.5 -8.5c-2.415 0 -4.922 .913 -6.5 2.5l12.5 12.5z" />
+</svg>
diff --git a/src/_icons/chart-dots-2.svg b/src/_icons/chart-dots-2.svg
new file mode 100644
index 00000000..fed91c38
--- /dev/null
+++ b/src/_icons/chart-dots-2.svg
@@ -0,0 +1,12 @@
+---
+category: Charts
+---
+<svg>
+ <path d="M3 3v18h18" />
+ <circle cx="9" cy="15" r="2" />
+ <circle cx="13" cy="5" r="2" />
+ <circle cx="18" cy="12" r="2" />
+ <path d="M21 3l-6 1.5" />
+ <path d="M14.113 6.65l2.771 3.695" />
+ <path d="M16 12.5l-5 2" />
+</svg>
diff --git a/src/_icons/chart-dots-3.svg b/src/_icons/chart-dots-3.svg
new file mode 100644
index 00000000..8f2a58f4
--- /dev/null
+++ b/src/_icons/chart-dots-3.svg
@@ -0,0 +1,12 @@
+---
+category: Charts
+---
+<svg>
+ <circle cx="5" cy="7" r="2" />
+ <circle cx="16" cy="15" r="2" />
+ <circle cx="18" cy="6" r="3" />
+ <circle cx="6" cy="18" r="3" />
+ <path d="M9 17l5 -1.5" />
+ <path d="M6.5 8.5l7.81 5.37" />
+ <path d="M7 7l8 -1" />
+</svg>
diff --git a/src/_icons/clock-2.svg b/src/_icons/clock-2.svg
new file mode 100644
index 00000000..0a7b1a64
--- /dev/null
+++ b/src/_icons/clock-2.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="16" rx="1" />
+ <path d="M12 7v5l3 3" />
+ <path d="M4 12h1" />
+ <path d="M19 12h1" />
+ <path d="M12 19v1" />
+</svg>
diff --git a/src/_icons/cricket.svg b/src/_icons/cricket.svg
new file mode 100644
index 00000000..9ae4e182
--- /dev/null
+++ b/src/_icons/cricket.svg
@@ -0,0 +1,8 @@
+---
+category: Sport
+---
+<svg>
+ <path d="M11.105 18.79l-1.006 .992a4.159 4.159 0 0 1 -6.038 -5.715l.157 -.166l8.282 -8.401l1.5 1.5l3.45 -3.391a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-3.391 3.45l1.5 1.5l-3.668 3.617" />
+ <path d="M10.5 7.5l6 6" />
+ <circle cx="14" cy="18" r="3" />
+</svg>
diff --git a/src/_icons/fountain.svg b/src/_icons/fountain.svg
new file mode 100644
index 00000000..475bbf8a
--- /dev/null
+++ b/src/_icons/fountain.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M9 16v-5a2 2 0 1 0 -4 0" />
+ <path d="M15 16v-5a2 2 0 1 1 4 0" />
+ <path d="M12 16v-10a3 3 0 0 1 6 0" />
+ <path d="M6 6a3 3 0 0 1 6 0" />
+ <path d="M3 16h18v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2z" />
+</svg>
diff --git a/src/_icons/hanger-2.svg b/src/_icons/hanger-2.svg
new file mode 100644
index 00000000..182835dc
--- /dev/null
+++ b/src/_icons/hanger-2.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M12 9l-7.971 4.428a2 2 0 0 0 -1.029 1.749v.823a2 2 0 0 0 2 2h1" />
+ <path d="M18 18h1a2 2 0 0 0 2 -2v-.823a2 2 0 0 0 -1.029 -1.749l-7.971 -4.428c-1.457 -.81 -1.993 -2.333 -1.996 -4a2 2 0 1 1 4 0" />
+ <rect x="6" y="16" width="12" height="5" rx="2" />
+</svg>
diff --git a/src/_icons/hanger.svg b/src/_icons/hanger.svg
index dc303cd2..56258142 100644
--- a/src/_icons/hanger.svg
+++ b/src/_icons/hanger.svg
@@ -3,5 +3,5 @@ tags: [clothes, wardrobe, hook, hang, wooden, plastic, wire, shop, store, clothi
version: "1.39"
---
<svg>
- <path d="M15 7a3 3 0 1 0 -3 3v2m0 0l-8.624 5.488a0.82 .82 0 0 0 .44 1.512h16.368a0.82 .82 0 0 0 .44 -1.512l-8.624 -5.488z" />
+ <path d="M14.004 6a2 2 0 1 0 -4 0c.003 1.667 .67 3 2.004 4h-.008l7.971 4.428a2 2 0 0 1 1.029 1.749v.823a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l7.971 -4.428" />
</svg>
diff --git a/src/_icons/hexagons.svg b/src/_icons/hexagons.svg
new file mode 100644
index 00000000..eed8193e
--- /dev/null
+++ b/src/_icons/hexagons.svg
@@ -0,0 +1,8 @@
+---
+category: Shapes
+---
+<svg>
+ <path d="M4 18v-5l4 -2l4 2v5l-4 2z" />
+ <path d="M8 11v-5l4 -2l4 2v5" />
+ <path d="M12 13l4 -2l4 2v5l-4 2l-4 -2" />
+</svg>
diff --git a/src/_icons/lamp-2.svg b/src/_icons/lamp-2.svg
new file mode 100644
index 00000000..93a9c849
--- /dev/null
+++ b/src/_icons/lamp-2.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <path d="M5 21h9" />
+ <path d="M10 21l-7 -8l8.5 -5.5" />
+ <path d="M13 14c-2.148 -2.148 -2.148 -5.852 0 -8c2.088 -2.088 5.842 -1.972 8 0l-8 8z" />
+ <path d="M11.742 7.574l-1.156 -1.156a2 2 0 0 1 2.828 -2.829l1.144 1.144" />
+ <path d="M15.5 11.995l.208 .274a2.527 2.527 0 0 0 3.556 0c.939 -.933 .98 -2.42 .122 -3.4l-.366 -.369" />
+</svg>
diff --git a/src/_icons/network.svg b/src/_icons/network.svg
new file mode 100644
index 00000000..4af865d1
--- /dev/null
+++ b/src/_icons/network.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <circle cx="12" cy="9" r="6" />
+ <path d="M12 3c1.333 .333 2 2.333 2 6s-.667 5.667 -2 6" />
+ <path d="M12 3c-1.333 .333 -2 2.333 -2 6s.667 5.667 2 6" />
+ <path d="M6 9h12" />
+ <path d="M3 19h7" />
+ <path d="M14 19h7" />
+ <circle cx="12" cy="19" r="2" />
+ <path d="M12 15v2" />
+</svg>
diff --git a/src/_icons/plug-connected-x.svg b/src/_icons/plug-connected-x.svg
new file mode 100644
index 00000000..dd56f3bd
--- /dev/null
+++ b/src/_icons/plug-connected-x.svg
@@ -0,0 +1,12 @@
+---
+---
+<svg>
+ <path d="M20 16l-4 4" />
+ <path d="M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" />
+ <path d="M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" />
+ <path d="M3 21l2.5 -2.5" />
+ <path d="M18.5 5.5l2.5 -2.5" />
+ <path d="M10 11l-2 2" />
+ <path d="M13 14l-2 2" />
+ <path d="M16 16l4 4" />
+</svg>
diff --git a/src/_icons/plug-x.svg b/src/_icons/plug-x.svg
new file mode 100644
index 00000000..f7c00ba7
--- /dev/null
+++ b/src/_icons/plug-x.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M13.55 17.733a5.806 5.806 0 0 1 -7.356 -4.052a5.81 5.81 0 0 1 1.537 -5.627l2.054 -2.054l7.165 7.165" />
+ <path d="M4 20l3.5 -3.5" />
+ <path d="M15 4l-3.5 3.5" />
+ <path d="M20 9l-3.5 3.5" />
+ <path d="M16 16l4 4" />
+ <path d="M20 16l-4 4" />
+</svg>
diff --git a/src/_icons/plug.svg b/src/_icons/plug.svg
index 9e149fec..32349e75 100644
--- a/src/_icons/plug.svg
+++ b/src/_icons/plug.svg
@@ -3,8 +3,8 @@ tags: [electricity, charger, socket, connection]
version: "1.6"
---
<svg>
- <path d="M10 6l8 8l-2 2a5.657 5.657 0 1 1 -8 -8l2 -2z" />
- <path d="M4 20l4 -4" />
+ <path d="M9.785 6l8.215 8.215l-2.054 2.054a5.81 5.81 0 1 1 -8.215 -8.215l2.054 -2.054z" />
+ <path d="M4 20l3.5 -3.5" />
<path d="M15 4l-3.5 3.5" />
<path d="M20 9l-3.5 3.5" />
</svg>
diff --git a/src/_icons/rollercoaster.svg b/src/_icons/rollercoaster.svg
new file mode 100644
index 00000000..7fbbce25
--- /dev/null
+++ b/src/_icons/rollercoaster.svg
@@ -0,0 +1,11 @@
+---
+---
+<svg>
+ <path d="M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.775 8.775 0 0 1 8.325 -6h3.675" />
+ <path d="M20 9v12" />
+ <path d="M8 21v-3" />
+ <path d="M12 21v-10" />
+ <path d="M16 9.5v11.5" />
+ <path d="M15 3h5v3h-5z" />
+ <path d="M6 8l4 -3l2 2.5l-4 3l-1.8 -.5z" />
+</svg>
diff --git a/src/_icons/scribble.svg b/src/_icons/scribble.svg
new file mode 100644
index 00000000..4f064f62
--- /dev/null
+++ b/src/_icons/scribble.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M3 15c2 3 4 4 7 4s7 -3 7 -7s-3 -7 -6 -7s-5 1.5 -5 4s2 5 6 5s8.408 -2.453 10 -5" />
+</svg>
diff --git a/src/_icons/test-pipe-2.svg b/src/_icons/test-pipe-2.svg
new file mode 100644
index 00000000..a0fd7431
--- /dev/null
+++ b/src/_icons/test-pipe-2.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M15 3v15a3 3 0 0 1 -6 0v-15" />
+ <path d="M9 12h6" />
+ <path d="M8 3h8" />
+</svg>
diff --git a/src/_icons/triangles.svg b/src/_icons/triangles.svg
new file mode 100644
index 00000000..538c66cf
--- /dev/null
+++ b/src/_icons/triangles.svg
@@ -0,0 +1,7 @@
+---
+category: Shapes
+---
+<svg>
+ <path d="M9.974 21h8.052a0.975 .975 0 0 0 .81 -1.517l-4.025 -6.048a0.973 .973 0 0 0 -1.622 0l-4.025 6.048a0.977 .977 0 0 0 .81 1.517z" />
+ <path d="M4.98 16h14.04c.542 0 .98 -.443 .98 -.989a0.995 .995 0 0 0 -.156 -.534l-7.02 -11.023a0.974 .974 0 0 0 -1.648 0l-7.02 11.023a0.994 .994 0 0 0 .294 1.366a0.973 .973 0 0 0 .53 .157z" />
+</svg>