aboutsummaryrefslogtreecommitdiff
path: root/src/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-22 22:49:31 +0100
committercodecalm <codecalm@gmail.com>2022-03-22 22:49:31 +0100
commit3bd85941cb351ac0ac4957b02fd74eeb807b35c4 (patch)
tree96640f1c15c899bd7537930c44ca83835aa5e4ca /src/_icons
parentRelease 1.56.0 (diff)
downloadtabler-icons-3bd85941cb351ac0ac4957b02fd74eeb807b35c4.tar.xz
24 new icons: `arrow-bear-left-2`, `arrow-bear-left`, `arrow-bear-right-2`, `arrow-bear-right`, `arrow-curve-left`, `arrow-curve-right`, `arrow-fork`, `arrow-left-right`, `arrow-loop-left-2`, `arrow-loop-right-2`, `arrow-merge`, `arrow-ramp-left-2`, `arrow-ramp-left-3`, `arrow-ramp-right-2`, `arrow-ramp-right-3`, `arrow-rotary-first-left`, `arrow-rotary-first-right`, `arrow-rotary-last-left`, `arrow-rotary-last-right`, `arrow-rotary-left`, `arrow-rotary-right`, `arrow-rotary-straight`, `arrow-sharp-turn-left`, `arrow-sharp-turn-right`
Fixed icons: `arrow-loop-left`, `arrow-loop-right`, `arrows-cross`, `arrows-shuffle-2`, `arrows-shuffle`
Diffstat (limited to 'src/_icons')
-rw-r--r--src/_icons/arrow-bear-left-2.svg8
-rw-r--r--src/_icons/arrow-bear-left.svg7
-rw-r--r--src/_icons/arrow-bear-right-2.svg8
-rw-r--r--src/_icons/arrow-bear-right.svg7
-rw-r--r--src/_icons/arrow-curve-left.svg7
-rw-r--r--src/_icons/arrow-curve-right.svg7
-rw-r--r--src/_icons/arrow-fork.svg9
-rw-r--r--src/_icons/arrow-left-right.svg8
-rw-r--r--src/_icons/arrow-loop-left-2.svg7
-rw-r--r--src/_icons/arrow-loop-left.svg2
-rw-r--r--src/_icons/arrow-loop-right-2.svg7
-rw-r--r--src/_icons/arrow-loop-right.svg2
-rw-r--r--src/_icons/arrow-merge.svg8
-rw-r--r--src/_icons/arrow-ramp-left-2.svg8
-rw-r--r--src/_icons/arrow-ramp-left-3.svg8
-rw-r--r--src/_icons/arrow-ramp-right-2.svg8
-rw-r--r--src/_icons/arrow-ramp-right-3.svg8
-rw-r--r--src/_icons/arrow-rotary-first-left.svg9
-rw-r--r--src/_icons/arrow-rotary-first-right.svg9
-rw-r--r--src/_icons/arrow-rotary-last-left.svg9
-rw-r--r--src/_icons/arrow-rotary-last-right.svg9
-rw-r--r--src/_icons/arrow-rotary-left.svg9
-rw-r--r--src/_icons/arrow-rotary-right.svg9
-rw-r--r--src/_icons/arrow-rotary-straight.svg9
-rw-r--r--src/_icons/arrow-sharp-turn-left.svg7
-rw-r--r--src/_icons/arrow-sharp-turn-right.svg7
-rw-r--r--src/_icons/arrows-cross.svg1
-rw-r--r--src/_icons/arrows-shuffle-2.svg1
-rw-r--r--src/_icons/arrows-shuffle.svg1
29 files changed, 197 insertions, 2 deletions
diff --git a/src/_icons/arrow-bear-left-2.svg b/src/_icons/arrow-bear-left-2.svg
new file mode 100644
index 00000000..6c657830
--- /dev/null
+++ b/src/_icons/arrow-bear-left-2.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M9 3h-5v5" />
+ <path d="M4 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />
+ <path d="M20 5l-4.5 4.5" />
+</svg>
diff --git a/src/_icons/arrow-bear-left.svg b/src/_icons/arrow-bear-left.svg
new file mode 100644
index 00000000..126ef72c
--- /dev/null
+++ b/src/_icons/arrow-bear-left.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M13 3h-5v5" />
+ <path d="M8 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />
+</svg>
diff --git a/src/_icons/arrow-bear-right-2.svg b/src/_icons/arrow-bear-right-2.svg
new file mode 100644
index 00000000..85bd8318
--- /dev/null
+++ b/src/_icons/arrow-bear-right-2.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M15 3h5v5" />
+ <path d="M20 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />
+ <path d="M4 5l4.5 4.5" />
+</svg>
diff --git a/src/_icons/arrow-bear-right.svg b/src/_icons/arrow-bear-right.svg
new file mode 100644
index 00000000..f82b2766
--- /dev/null
+++ b/src/_icons/arrow-bear-right.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M12 3h5v5" />
+ <path d="M17 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />
+</svg>
diff --git a/src/_icons/arrow-curve-left.svg b/src/_icons/arrow-curve-left.svg
new file mode 100644
index 00000000..eb316153
--- /dev/null
+++ b/src/_icons/arrow-curve-left.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M14 7l-4 -4l-4 4" />
+ <path d="M10 3v4.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v2.394" />
+</svg>
diff --git a/src/_icons/arrow-curve-right.svg b/src/_icons/arrow-curve-right.svg
new file mode 100644
index 00000000..b473f874
--- /dev/null
+++ b/src/_icons/arrow-curve-right.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M10 7l4 -4l4 4" />
+ <path d="M14 3v4.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v2.394" />
+</svg>
diff --git a/src/_icons/arrow-fork.svg b/src/_icons/arrow-fork.svg
new file mode 100644
index 00000000..34034313
--- /dev/null
+++ b/src/_icons/arrow-fork.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M16 3h5v5" />
+ <path d="M8 3h-5v5" />
+ <path d="M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />
+ <path d="M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v.93" />
+</svg>
diff --git a/src/_icons/arrow-left-right.svg b/src/_icons/arrow-left-right.svg
new file mode 100644
index 00000000..fcae8866
--- /dev/null
+++ b/src/_icons/arrow-left-right.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M17 13l4 -4l-4 -4" />
+ <path d="M7 13l-4 -4l4 -4" />
+ <path d="M12 14a5 5 0 0 1 5 -5h4" />
+ <path d="M12 19v-5a5 5 0 0 0 -5 -5h-4" />
+</svg>
diff --git a/src/_icons/arrow-loop-left-2.svg b/src/_icons/arrow-loop-left-2.svg
new file mode 100644
index 00000000..9c705422
--- /dev/null
+++ b/src/_icons/arrow-loop-left-2.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M13 21v-6m0 -6v-1a4 4 0 1 1 4 4h-13" />
+ <path d="M8 16l-4 -4l4 -4" />
+</svg>
diff --git a/src/_icons/arrow-loop-left.svg b/src/_icons/arrow-loop-left.svg
index 06bc4330..4ca6b8e4 100644
--- a/src/_icons/arrow-loop-left.svg
+++ b/src/_icons/arrow-loop-left.svg
@@ -5,5 +5,5 @@ version: "1.35"
---
<svg>
<path d="M13 21v-13a4 4 0 1 1 4 4h-13" />
- <path d="M7 15l-3 -3l3 -3" />
+ <path d="M8 16l-4 -4l4 -4" />
</svg>
diff --git a/src/_icons/arrow-loop-right-2.svg b/src/_icons/arrow-loop-right-2.svg
new file mode 100644
index 00000000..2aeb93c7
--- /dev/null
+++ b/src/_icons/arrow-loop-right-2.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M12 21v-6m0 -6v-1a4 4 0 1 0 -4 4h13" />
+ <path d="M17 16l4 -4l-4 -4" />
+</svg>
diff --git a/src/_icons/arrow-loop-right.svg b/src/_icons/arrow-loop-right.svg
index bc4df169..4718d701 100644
--- a/src/_icons/arrow-loop-right.svg
+++ b/src/_icons/arrow-loop-right.svg
@@ -5,5 +5,5 @@ version: "1.35"
---
<svg>
<path d="M12 21v-13a4 4 0 1 0 -4 4h13" />
- <path d="M18 15l3 -3l-3 -3" />
+ <path d="M17 16l4 -4l-4 -4" />
</svg>
diff --git a/src/_icons/arrow-merge.svg b/src/_icons/arrow-merge.svg
new file mode 100644
index 00000000..615253c1
--- /dev/null
+++ b/src/_icons/arrow-merge.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M8 7l4 -4l4 4" />
+ <path d="M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394" />
+ <path d="M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394" />
+</svg>
diff --git a/src/_icons/arrow-ramp-left-2.svg b/src/_icons/arrow-ramp-left-2.svg
new file mode 100644
index 00000000..540e9dbb
--- /dev/null
+++ b/src/_icons/arrow-ramp-left-2.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M18 3v8.707" />
+ <path d="M8 14l-4 -4l4 -4" />
+ <path d="M18 21c0 -6.075 -4.925 -11 -11 -11h-3" />
+</svg>
diff --git a/src/_icons/arrow-ramp-left-3.svg b/src/_icons/arrow-ramp-left-3.svg
new file mode 100644
index 00000000..9a2d318d
--- /dev/null
+++ b/src/_icons/arrow-ramp-left-3.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M18 3v6" />
+ <path d="M8 16l-4 -4l4 -4" />
+ <path d="M18 21v-6a3 3 0 0 0 -3 -3h-11" />
+</svg>
diff --git a/src/_icons/arrow-ramp-right-2.svg b/src/_icons/arrow-ramp-right-2.svg
new file mode 100644
index 00000000..4e4019e4
--- /dev/null
+++ b/src/_icons/arrow-ramp-right-2.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M6 3v8.707" />
+ <path d="M16 14l4 -4l-4 -4" />
+ <path d="M6 21c0 -6.075 4.925 -11 11 -11h3" />
+</svg>
diff --git a/src/_icons/arrow-ramp-right-3.svg b/src/_icons/arrow-ramp-right-3.svg
new file mode 100644
index 00000000..2bbb8c3c
--- /dev/null
+++ b/src/_icons/arrow-ramp-right-3.svg
@@ -0,0 +1,8 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M6 3v6" />
+ <path d="M16 16l4 -4l-4 -4" />
+ <path d="M6 21v-6a3 3 0 0 1 3 -3h11" />
+</svg>
diff --git a/src/_icons/arrow-rotary-first-left.svg b/src/_icons/arrow-rotary-first-left.svg
new file mode 100644
index 00000000..2764ddeb
--- /dev/null
+++ b/src/_icons/arrow-rotary-first-left.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <circle transform="matrix(-1 0 0 1 32 0)" cx="16" cy="7" r="3" />
+ <path d="M16 10v10" />
+ <path d="M13.5 9.5l-8.5 8.5" />
+ <path d="M10 18h-5v-5" />
+</svg>
diff --git a/src/_icons/arrow-rotary-first-right.svg b/src/_icons/arrow-rotary-first-right.svg
new file mode 100644
index 00000000..90e562e7
--- /dev/null
+++ b/src/_icons/arrow-rotary-first-right.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <circle cx="8" cy="7" r="3" />
+ <path d="M8 10v10" />
+ <path d="M10.5 9.5l8.5 8.5" />
+ <path d="M14 18h5v-5" />
+</svg>
diff --git a/src/_icons/arrow-rotary-last-left.svg b/src/_icons/arrow-rotary-last-left.svg
new file mode 100644
index 00000000..823cda57
--- /dev/null
+++ b/src/_icons/arrow-rotary-last-left.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <circle transform="matrix(-1 0 0 1 30 0)" cx="15" cy="12" r="3" />
+ <path d="M15 15v6" />
+ <path d="M12.5 9.5l-6.5 -6.5" />
+ <path d="M11 3h-5v5" />
+</svg>
diff --git a/src/_icons/arrow-rotary-last-right.svg b/src/_icons/arrow-rotary-last-right.svg
new file mode 100644
index 00000000..694f4e7a
--- /dev/null
+++ b/src/_icons/arrow-rotary-last-right.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <circle cx="9" cy="12" r="3" />
+ <path d="M9 15v6" />
+ <path d="M11.5 9.5l6.5 -6.5" />
+ <path d="M13 3h5v5" />
+</svg>
diff --git a/src/_icons/arrow-rotary-left.svg b/src/_icons/arrow-rotary-left.svg
new file mode 100644
index 00000000..8621f58b
--- /dev/null
+++ b/src/_icons/arrow-rotary-left.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <circle transform="matrix(-1 0 0 1 32 0)" cx="16" cy="7" r="3" />
+ <path d="M16 10v10" />
+ <path d="M13 7h-10" />
+ <path d="M7 11l-4 -4l4 -4" />
+</svg>
diff --git a/src/_icons/arrow-rotary-right.svg b/src/_icons/arrow-rotary-right.svg
new file mode 100644
index 00000000..82708ccb
--- /dev/null
+++ b/src/_icons/arrow-rotary-right.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <circle cx="8" cy="7" r="3" />
+ <path d="M8 10v10" />
+ <path d="M17 11l4 -4l-4 -4" />
+ <path d="M11 7h10" />
+</svg>
diff --git a/src/_icons/arrow-rotary-straight.svg b/src/_icons/arrow-rotary-straight.svg
new file mode 100644
index 00000000..83a9b653
--- /dev/null
+++ b/src/_icons/arrow-rotary-straight.svg
@@ -0,0 +1,9 @@
+---
+category: Arrows
+---
+<svg>
+ <circle cx="13" cy="13" r="3" />
+ <path d="M13 16v5" />
+ <path d="M13 3v7" />
+ <path d="M9 7l4 -4l4 4" />
+</svg>
diff --git a/src/_icons/arrow-sharp-turn-left.svg b/src/_icons/arrow-sharp-turn-left.svg
new file mode 100644
index 00000000..4b1984f8
--- /dev/null
+++ b/src/_icons/arrow-sharp-turn-left.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M17 18v-11.31a0.7 .7 0 0 0 -1.195 -.495l-9.805 9.805" />
+ <path d="M11 16h-5v-5" />
+</svg>
diff --git a/src/_icons/arrow-sharp-turn-right.svg b/src/_icons/arrow-sharp-turn-right.svg
new file mode 100644
index 00000000..668fb4f2
--- /dev/null
+++ b/src/_icons/arrow-sharp-turn-right.svg
@@ -0,0 +1,7 @@
+---
+category: Arrows
+---
+<svg>
+ <path d="M7 18v-11.31a0.7 .7 0 0 1 1.195 -.495l9.805 9.805" />
+ <path d="M13 16h5v-5" />
+</svg>
diff --git a/src/_icons/arrows-cross.svg b/src/_icons/arrows-cross.svg
index a0b2b7a8..b1cb8c13 100644
--- a/src/_icons/arrows-cross.svg
+++ b/src/_icons/arrows-cross.svg
@@ -1,5 +1,6 @@
---
version: "1.53"
+category: Arrows
---
<svg>
<path d="M16 4h4v4" />
diff --git a/src/_icons/arrows-shuffle-2.svg b/src/_icons/arrows-shuffle-2.svg
index c6f34519..8dc1f4ca 100644
--- a/src/_icons/arrows-shuffle-2.svg
+++ b/src/_icons/arrows-shuffle-2.svg
@@ -1,5 +1,6 @@
---
version: "1.53"
+category: Arrows
---
<svg>
<path d="M18 4l3 3l-3 3" />
diff --git a/src/_icons/arrows-shuffle.svg b/src/_icons/arrows-shuffle.svg
index 51c928f5..3ee0aeec 100644
--- a/src/_icons/arrows-shuffle.svg
+++ b/src/_icons/arrows-shuffle.svg
@@ -1,5 +1,6 @@
---
version: "1.53"
+category: Arrows
---
<svg>
<path d="M18 4l3 3l-3 3" />