aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-08-12 14:27:00 +0200
committercodecalm <codecalm@gmail.com>2022-08-12 14:27:00 +0200
commit777d2aa5c4b9ba196f0ccd1116c9f8d84a633e8b (patch)
treead87e26643bec3e9aab5cdab5f15827d026dd4ab
parentRelease 1.81.0 (diff)
downloadtabler-icons-777d2aa5c4b9ba196f0ccd1116c9f8d84a633e8b.tar.xz
18 new icons: `arrows-transfer-down`, `arrows-transfer-up`, `box-align-bottom-left`, `box-align-bottom-right`, `box-align-top-left`, `box-align-top-right`, `brand-webflow`, `brand-wordpress`, `bus-stop`, `chair-director`, `egg-cracked`, `script-minus`, `script-plus`, `script-x`, `script`, `stretching`, `text-color`, `tooltip`
Fixed icons: `arrows-random`
-rw-r--r--src/_icons/arrows-random.svg1
-rw-r--r--src/_icons/arrows-transfer-down.svg11
-rw-r--r--src/_icons/arrows-transfer-up.svg11
-rw-r--r--src/_icons/box-align-bottom-left.svg15
-rw-r--r--src/_icons/box-align-bottom-right.svg15
-rw-r--r--src/_icons/box-align-top-left.svg15
-rw-r--r--src/_icons/box-align-top-right.svg15
-rw-r--r--src/_icons/brand-webflow.svg6
-rw-r--r--src/_icons/brand-wordpress.svg12
-rw-r--r--src/_icons/bus-stop.svg13
-rw-r--r--src/_icons/chair-director.svg11
-rw-r--r--src/_icons/egg-cracked.svg7
-rw-r--r--src/_icons/script-minus.svg7
-rw-r--r--src/_icons/script-plus.svg8
-rw-r--r--src/_icons/script-x.svg7
-rw-r--r--src/_icons/script.svg6
-rw-r--r--src/_icons/stretching.svg8
-rw-r--r--src/_icons/text-color.svg8
-rw-r--r--src/_icons/tooltip.svg7
19 files changed, 183 insertions, 0 deletions
diff --git a/src/_icons/arrows-random.svg b/src/_icons/arrows-random.svg
index 398e303f..aa4d9145 100644
--- a/src/_icons/arrows-random.svg
+++ b/src/_icons/arrows-random.svg
@@ -1,6 +1,7 @@
---
tags: [direction, north, south, west, east]
version: "1.61"
+category: Arrows
---
<svg>
<path d="M20 21.004h-4v-4" />
diff --git a/src/_icons/arrows-transfer-down.svg b/src/_icons/arrows-transfer-down.svg
new file mode 100644
index 00000000..6977b885
--- /dev/null
+++ b/src/_icons/arrows-transfer-down.svg
@@ -0,0 +1,11 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M17 3v6" />
+ <path d="M10 18l-3 3l-3 -3" />
+ <path d="M7 21v-18" />
+ <path d="M20 6l-3 -3l-3 3" />
+ <path d="M17 21v-2" />
+ <path d="M17 15v-2" />
+</svg>
diff --git a/src/_icons/arrows-transfer-up.svg b/src/_icons/arrows-transfer-up.svg
new file mode 100644
index 00000000..01f7ebd6
--- /dev/null
+++ b/src/_icons/arrows-transfer-up.svg
@@ -0,0 +1,11 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M7 21v-6" />
+ <path d="M20 6l-3 -3l-3 3" />
+ <path d="M17 3v18" />
+ <path d="M10 18l-3 3l-3 -3" />
+ <path d="M7 3v2" />
+ <path d="M7 9v2" />
+</svg>
diff --git a/src/_icons/box-align-bottom-left.svg b/src/_icons/box-align-bottom-left.svg
new file mode 100644
index 00000000..7d3ebbd2
--- /dev/null
+++ b/src/_icons/box-align-bottom-left.svg
@@ -0,0 +1,15 @@
+---
+category: Design
+---
+<svg>
+ <path d="M5 13h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1z" />
+ <path d="M4 9v.01" />
+ <path d="M4 4v.01" />
+ <path d="M9 4v.01" />
+ <path d="M15 4v.01" />
+ <path d="M15 20v.01" />
+ <path d="M20 4v.01" />
+ <path d="M20 9v.01" />
+ <path d="M20 15v.01" />
+ <path d="M20 20v.01" />
+</svg>
diff --git a/src/_icons/box-align-bottom-right.svg b/src/_icons/box-align-bottom-right.svg
new file mode 100644
index 00000000..482c4135
--- /dev/null
+++ b/src/_icons/box-align-bottom-right.svg
@@ -0,0 +1,15 @@
+---
+category: Design
+---
+<svg>
+ <path d="M19 13h-5a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-5a1 1 0 0 0 -1 -1z" />
+ <path d="M20 9v.01" />
+ <path d="M20 4v.01" />
+ <path d="M15 4v.01" />
+ <path d="M9 4v.01" />
+ <path d="M9 20v.01" />
+ <path d="M4 4v.01" />
+ <path d="M4 9v.01" />
+ <path d="M4 15v.01" />
+ <path d="M4 20v.01" />
+</svg>
diff --git a/src/_icons/box-align-top-left.svg b/src/_icons/box-align-top-left.svg
new file mode 100644
index 00000000..1cecf878
--- /dev/null
+++ b/src/_icons/box-align-top-left.svg
@@ -0,0 +1,15 @@
+---
+category: Design
+---
+<svg>
+ <path d="M11.005 5.005v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1z" />
+ <path d="M15.005 4.005h-.01" />
+ <path d="M20.005 4.005h-.01" />
+ <path d="M20.005 9.005h-.01" />
+ <path d="M20.005 15.005h-.01" />
+ <path d="M4.005 15.005h-.01" />
+ <path d="M20.005 20.005h-.01" />
+ <path d="M15.005 20.005h-.01" />
+ <path d="M9.005 20.005h-.01" />
+ <path d="M4.005 20.005h-.01" />
+</svg>
diff --git a/src/_icons/box-align-top-right.svg b/src/_icons/box-align-top-right.svg
new file mode 100644
index 00000000..d81ea863
--- /dev/null
+++ b/src/_icons/box-align-top-right.svg
@@ -0,0 +1,15 @@
+---
+category: Design
+---
+<svg>
+ <path d="M19 11.01h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1z" />
+ <path d="M20 15.01v-.01" />
+ <path d="M20 20.01v-.01" />
+ <path d="M15 20.01v-.01" />
+ <path d="M9 20.01v-.01" />
+ <path d="M9 4.01v-.01" />
+ <path d="M4 20.01v-.01" />
+ <path d="M4 15.01v-.01" />
+ <path d="M4 9.01v-.01" />
+ <path d="M4 4.01v-.01" />
+</svg>
diff --git a/src/_icons/brand-webflow.svg b/src/_icons/brand-webflow.svg
new file mode 100644
index 00000000..72ab159b
--- /dev/null
+++ b/src/_icons/brand-webflow.svg
@@ -0,0 +1,6 @@
+---
+category: Brand
+---
+<svg>
+ <path d="M17 10s-1.376 3.606 -1.5 4c-.046 -.4 -1.5 -8 -1.5 -8c-2.627 0 -3.766 1.562 -4.5 3.5c0 0 -1.843 4.593 -2 5c-.013 -.368 -.5 -4.5 -.5 -4.5c-.15 -2.371 -2.211 -3.98 -4 -3.98l2 12.98c2.745 -.013 4.72 -1.562 5.5 -3.5c0 0 1.44 -4.3 1.5 -4.5c.013 .18 1 8 1 8c2.758 0 4.694 -1.626 5.5 -3.5l3.5 -9.5c-2.732 -.006 -4.253 2.055 -5 4z" />
+</svg>
diff --git a/src/_icons/brand-wordpress.svg b/src/_icons/brand-wordpress.svg
new file mode 100644
index 00000000..16d41b5a
--- /dev/null
+++ b/src/_icons/brand-wordpress.svg
@@ -0,0 +1,12 @@
+---
+category: Brand
+---
+<svg>
+ <path d="M9.5 6h5.5" />
+ <path d="M2 6h5" />
+ <path d="M10.5 6l6 13l4.5 -9" />
+ <path d="M13.5 6l4.5 9.5" />
+ <path d="M2.5 6l6 13l4 -8.5" />
+ <path d="M5.5 6l4.5 9.5" />
+ <path d="M21 10c.236 -.739 1 -1.91 1 -3.5c0 -2.492 -1.034 -3.5 -2.5 -3.5c-1.197 0 -1.5 1.137 -1.5 2c0 2.562 3 2.882 3 5z" />
+</svg>
diff --git a/src/_icons/bus-stop.svg b/src/_icons/bus-stop.svg
new file mode 100644
index 00000000..c30dd1f0
--- /dev/null
+++ b/src/_icons/bus-stop.svg
@@ -0,0 +1,13 @@
+---
+category: Vehicles
+---
+<svg>
+ <rect x="3" y="3" width="4" height="6" rx="1" />
+ <circle cx="18" cy="17" r="2" />
+ <path d="M10 5h7c2.761 0 5 3.134 5 7v5h-2" />
+ <path d="M16 17h-8" />
+ <path d="M16 5l1.5 7h4.5" />
+ <path d="M9.5 10h7.5" />
+ <path d="M12 5v5" />
+ <path d="M5 9v11" />
+</svg>
diff --git a/src/_icons/chair-director.svg b/src/_icons/chair-director.svg
new file mode 100644
index 00000000..cab2c7ca
--- /dev/null
+++ b/src/_icons/chair-director.svg
@@ -0,0 +1,11 @@
+---
+---
+<svg>
+ <path d="M6 21l12 -9" />
+ <path d="M6 12l12 9" />
+ <path d="M5 12h14" />
+ <path d="M6 3v9" />
+ <path d="M18 3v9" />
+ <path d="M6 8h12" />
+ <path d="M6 5h12" />
+</svg>
diff --git a/src/_icons/egg-cracked.svg b/src/_icons/egg-cracked.svg
new file mode 100644
index 00000000..1e65a022
--- /dev/null
+++ b/src/_icons/egg-cracked.svg
@@ -0,0 +1,7 @@
+---
+category: Food
+---
+<svg>
+ <path d="M5.514 14.639c0 3.513 2.904 6.361 6.486 6.361s6.486 -2.848 6.486 -6.361a12.574 12.574 0 0 0 -3.243 -9.012a4.025 4.025 0 0 0 -3.243 -1.627a4.025 4.025 0 0 0 -3.243 1.627a12.574 12.574 0 0 0 -3.243 9.012" />
+ <path d="M12 5l-1 3l3 2.5l-2 3.5" />
+</svg>
diff --git a/src/_icons/script-minus.svg b/src/_icons/script-minus.svg
new file mode 100644
index 00000000..4c1561c3
--- /dev/null
+++ b/src/_icons/script-minus.svg
@@ -0,0 +1,7 @@
+---
+category: Document
+---
+<svg>
+ <path d="M17 19h4" />
+ <path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -2v-9a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" />
+</svg>
diff --git a/src/_icons/script-plus.svg b/src/_icons/script-plus.svg
new file mode 100644
index 00000000..bab46213
--- /dev/null
+++ b/src/_icons/script-plus.svg
@@ -0,0 +1,8 @@
+---
+category: Document
+---
+<svg>
+ <path d="M17 19h4" />
+ <path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" />
+ <path d="M19 17v4" />
+</svg>
diff --git a/src/_icons/script-x.svg b/src/_icons/script-x.svg
new file mode 100644
index 00000000..5d68fa63
--- /dev/null
+++ b/src/_icons/script-x.svg
@@ -0,0 +1,7 @@
+---
+category: Document
+---
+<svg>
+ <path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" />
+ <path d="M17 17l4 4m0 -4l-4 4" />
+</svg>
diff --git a/src/_icons/script.svg b/src/_icons/script.svg
new file mode 100644
index 00000000..75bf745e
--- /dev/null
+++ b/src/_icons/script.svg
@@ -0,0 +1,6 @@
+---
+category: Document
+---
+<svg>
+ <path d="M17 20h-11a3 3 0 0 1 0 -6h11a3 3 0 0 0 0 6h1a3 3 0 0 0 3 -3v-11a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" />
+</svg>
diff --git a/src/_icons/stretching.svg b/src/_icons/stretching.svg
new file mode 100644
index 00000000..4bd4bec9
--- /dev/null
+++ b/src/_icons/stretching.svg
@@ -0,0 +1,8 @@
+---
+category: Sport
+---
+<svg>
+ <circle cx="16" cy="5" r="1" />
+ <path d="M5 20l5 -.5l1 -2" />
+ <path d="M18 20v-5h-5.5l2.5 -6.5l-5.5 1l1.5 2" />
+</svg>
diff --git a/src/_icons/text-color.svg b/src/_icons/text-color.svg
new file mode 100644
index 00000000..dd7fb819
--- /dev/null
+++ b/src/_icons/text-color.svg
@@ -0,0 +1,8 @@
+---
+category: Text
+---
+<svg>
+ <path d="M9 15v-7a3 3 0 0 1 6 0v7" />
+ <path d="M9 11h6" />
+ <path d="M5 19h14" />
+</svg>
diff --git a/src/_icons/tooltip.svg b/src/_icons/tooltip.svg
new file mode 100644
index 00000000..b88c943e
--- /dev/null
+++ b/src/_icons/tooltip.svg
@@ -0,0 +1,7 @@
+---
+category: System
+---
+<svg>
+ <circle cx="12" cy="18" r="2" />
+ <path d="M12 13l-1.707 -1.707a1 1 0 0 0 -.707 -.293h-2.586a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2.586a1 1 0 0 0 -.707 .293l-1.707 1.707z" />
+</svg>