aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-22 23:43:22 +0100
committercodecalm <codecalm@gmail.com>2022-03-22 23:43:22 +0100
commitb9f0648b2e8d9fc15edd3d90d4e0ea7021ff90ac (patch)
tree0875fd58def9b880b33d0db36e7b5689443d25de /icons
parentFixed icons: `arrow-left-right`, `device-mobile-rotated`, `device-mobile-vibr... (diff)
downloadtabler-icons-b9f0648b2e8d9fc15edd3d90d4e0ea7021ff90ac.tar.xz
Release 1.57.0v1.57.0
Diffstat (limited to 'icons')
-rw-r--r--icons/arrow-bear-left-2.svg8
-rw-r--r--icons/arrow-bear-left.svg7
-rw-r--r--icons/arrow-bear-right-2.svg8
-rw-r--r--icons/arrow-bear-right.svg7
-rw-r--r--icons/arrow-curve-left.svg7
-rw-r--r--icons/arrow-curve-right.svg7
-rw-r--r--icons/arrow-fork.svg9
-rw-r--r--icons/arrow-left-right.svg9
-rw-r--r--icons/arrow-loop-left-2.svg7
-rw-r--r--icons/arrow-loop-left.svg2
-rw-r--r--icons/arrow-loop-right-2.svg7
-rw-r--r--icons/arrow-loop-right.svg2
-rw-r--r--icons/arrow-merge.svg8
-rw-r--r--icons/arrow-ramp-left-2.svg8
-rw-r--r--icons/arrow-ramp-left-3.svg8
-rw-r--r--icons/arrow-ramp-right-2.svg8
-rw-r--r--icons/arrow-ramp-right-3.svg8
-rw-r--r--icons/arrow-rotary-first-left.svg9
-rw-r--r--icons/arrow-rotary-first-right.svg9
-rw-r--r--icons/arrow-rotary-last-left.svg9
-rw-r--r--icons/arrow-rotary-last-right.svg9
-rw-r--r--icons/arrow-rotary-left.svg9
-rw-r--r--icons/arrow-rotary-right.svg9
-rw-r--r--icons/arrow-rotary-straight.svg9
-rw-r--r--icons/arrow-sharp-turn-left.svg7
-rw-r--r--icons/arrow-sharp-turn-right.svg7
-rw-r--r--icons/device-mobile-rotated.svg8
-rw-r--r--icons/device-mobile-vibration.svg6
-rw-r--r--icons/device-mobile.svg4
29 files changed, 203 insertions, 12 deletions
diff --git a/icons/arrow-bear-left-2.svg b/icons/arrow-bear-left-2.svg
new file mode 100644
index 00000000..221b8109
--- /dev/null
+++ b/icons/arrow-bear-left-2.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bear-left-2" 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="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/icons/arrow-bear-left.svg b/icons/arrow-bear-left.svg
new file mode 100644
index 00000000..89f593be
--- /dev/null
+++ b/icons/arrow-bear-left.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bear-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="M13 3h-5v5" />
+ <path d="M8 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />
+</svg>
+
+
diff --git a/icons/arrow-bear-right-2.svg b/icons/arrow-bear-right-2.svg
new file mode 100644
index 00000000..9ea37c4a
--- /dev/null
+++ b/icons/arrow-bear-right-2.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bear-right-2" 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="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/icons/arrow-bear-right.svg b/icons/arrow-bear-right.svg
new file mode 100644
index 00000000..9c9934af
--- /dev/null
+++ b/icons/arrow-bear-right.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-bear-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="M12 3h5v5" />
+ <path d="M17 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />
+</svg>
+
+
diff --git a/icons/arrow-curve-left.svg b/icons/arrow-curve-left.svg
new file mode 100644
index 00000000..3b66a338
--- /dev/null
+++ b/icons/arrow-curve-left.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-curve-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="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/icons/arrow-curve-right.svg b/icons/arrow-curve-right.svg
new file mode 100644
index 00000000..ecf2779e
--- /dev/null
+++ b/icons/arrow-curve-right.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-curve-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="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/icons/arrow-fork.svg b/icons/arrow-fork.svg
new file mode 100644
index 00000000..50c05cd3
--- /dev/null
+++ b/icons/arrow-fork.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-fork" 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 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/icons/arrow-left-right.svg b/icons/arrow-left-right.svg
new file mode 100644
index 00000000..83348396
--- /dev/null
+++ b/icons/arrow-left-right.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left-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="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/icons/arrow-loop-left-2.svg b/icons/arrow-loop-left-2.svg
new file mode 100644
index 00000000..25080497
--- /dev/null
+++ b/icons/arrow-loop-left-2.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-loop-left-2" 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="M13 21v-6m0 -6v-1a4 4 0 1 1 4 4h-13" />
+ <path d="M8 16l-4 -4l4 -4" />
+</svg>
+
+
diff --git a/icons/arrow-loop-left.svg b/icons/arrow-loop-left.svg
index 2579a511..57e49823 100644
--- a/icons/arrow-loop-left.svg
+++ b/icons/arrow-loop-left.svg
@@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-loop-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="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/icons/arrow-loop-right-2.svg b/icons/arrow-loop-right-2.svg
new file mode 100644
index 00000000..7a9b468d
--- /dev/null
+++ b/icons/arrow-loop-right-2.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-loop-right-2" 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 21v-6m0 -6v-1a4 4 0 1 0 -4 4h13" />
+ <path d="M17 16l4 -4l-4 -4" />
+</svg>
+
+
diff --git a/icons/arrow-loop-right.svg b/icons/arrow-loop-right.svg
index 330ce283..21eb7d91 100644
--- a/icons/arrow-loop-right.svg
+++ b/icons/arrow-loop-right.svg
@@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-loop-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="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/icons/arrow-merge.svg b/icons/arrow-merge.svg
new file mode 100644
index 00000000..17c11672
--- /dev/null
+++ b/icons/arrow-merge.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-merge" 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 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/icons/arrow-ramp-left-2.svg b/icons/arrow-ramp-left-2.svg
new file mode 100644
index 00000000..78c5d1e6
--- /dev/null
+++ b/icons/arrow-ramp-left-2.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-ramp-left-2" 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="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/icons/arrow-ramp-left-3.svg b/icons/arrow-ramp-left-3.svg
new file mode 100644
index 00000000..a061b987
--- /dev/null
+++ b/icons/arrow-ramp-left-3.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-ramp-left-3" 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="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/icons/arrow-ramp-right-2.svg b/icons/arrow-ramp-right-2.svg
new file mode 100644
index 00000000..60bf61b4
--- /dev/null
+++ b/icons/arrow-ramp-right-2.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-ramp-right-2" 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="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/icons/arrow-ramp-right-3.svg b/icons/arrow-ramp-right-3.svg
new file mode 100644
index 00000000..0cf7f0da
--- /dev/null
+++ b/icons/arrow-ramp-right-3.svg
@@ -0,0 +1,8 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-ramp-right-3" 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="M6 3v6" />
+ <path d="M16 16l4 -4l-4 -4" />
+ <path d="M6 21v-6a3 3 0 0 1 3 -3h11" />
+</svg>
+
+
diff --git a/icons/arrow-rotary-first-left.svg b/icons/arrow-rotary-first-left.svg
new file mode 100644
index 00000000..2c5a7afd
--- /dev/null
+++ b/icons/arrow-rotary-first-left.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-rotary-first-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"/>
+ <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/icons/arrow-rotary-first-right.svg b/icons/arrow-rotary-first-right.svg
new file mode 100644
index 00000000..db8ec1b0
--- /dev/null
+++ b/icons/arrow-rotary-first-right.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-rotary-first-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"/>
+ <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/icons/arrow-rotary-last-left.svg b/icons/arrow-rotary-last-left.svg
new file mode 100644
index 00000000..d0e465a3
--- /dev/null
+++ b/icons/arrow-rotary-last-left.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-rotary-last-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"/>
+ <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/icons/arrow-rotary-last-right.svg b/icons/arrow-rotary-last-right.svg
new file mode 100644
index 00000000..39225ab6
--- /dev/null
+++ b/icons/arrow-rotary-last-right.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-rotary-last-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"/>
+ <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/icons/arrow-rotary-left.svg b/icons/arrow-rotary-left.svg
new file mode 100644
index 00000000..f0172c72
--- /dev/null
+++ b/icons/arrow-rotary-left.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-rotary-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"/>
+ <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/icons/arrow-rotary-right.svg b/icons/arrow-rotary-right.svg
new file mode 100644
index 00000000..52b594b7
--- /dev/null
+++ b/icons/arrow-rotary-right.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-rotary-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"/>
+ <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/icons/arrow-rotary-straight.svg b/icons/arrow-rotary-straight.svg
new file mode 100644
index 00000000..2a3f06b4
--- /dev/null
+++ b/icons/arrow-rotary-straight.svg
@@ -0,0 +1,9 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-rotary-straight" 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="13" cy="13" r="3" />
+ <path d="M13 16v5" />
+ <path d="M13 3v7" />
+ <path d="M9 7l4 -4l4 4" />
+</svg>
+
+
diff --git a/icons/arrow-sharp-turn-left.svg b/icons/arrow-sharp-turn-left.svg
new file mode 100644
index 00000000..8d4772b2
--- /dev/null
+++ b/icons/arrow-sharp-turn-left.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-sharp-turn-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="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/icons/arrow-sharp-turn-right.svg b/icons/arrow-sharp-turn-right.svg
new file mode 100644
index 00000000..b9044a17
--- /dev/null
+++ b/icons/arrow-sharp-turn-right.svg
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-sharp-turn-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="M7 18v-11.31a0.7 .7 0 0 1 1.195 -.495l9.805 9.805" />
+ <path d="M13 16h5v-5" />
+</svg>
+
+
diff --git a/icons/device-mobile-rotated.svg b/icons/device-mobile-rotated.svg
index 99036298..e4cb0676 100644
--- a/icons/device-mobile-rotated.svg
+++ b/icons/device-mobile-rotated.svg
@@ -1,10 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-mobile-rotated" 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"/>
- <g transform="rotate(90 12 12)">
- <rect x="7" y="4" width="10" height="16" rx="1" />
- <line x1="11" y1="5" x2="13" y2="5" />
- <line x1="12" y1="17" x2="12" y2="17.01" />
- </g>
+ <rect x="3" y="6" width="18" height="12" rx="2" />
+ <path d="M20 11v2" />
+ <path d="M7 12h-.01" />
</svg>
diff --git a/icons/device-mobile-vibration.svg b/icons/device-mobile-vibration.svg
index d8d04dd2..cb10489c 100644
--- a/icons/device-mobile-vibration.svg
+++ b/icons/device-mobile-vibration.svg
@@ -1,9 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-mobile-vibration" 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="4" y="4" width="10" height="16" rx="1" />
- <line x1="8" y1="5" x2="10" y2="5" />
+ <rect x="3" y="3" width="12" height="18" rx="2" />
+ <line x1="8" y1="4" x2="10" y2="4" />
<line x1="9" y1="17" x2="9" y2="17.01" />
- <path d="M20 6l-2 3l2 3l-2 3l2 3" />
+ <path d="M21 6l-2 3l2 3l-2 3l2 3" />
</svg>
diff --git a/icons/device-mobile.svg b/icons/device-mobile.svg
index 73ab34a4..dfedc8f4 100644
--- a/icons/device-mobile.svg
+++ b/icons/device-mobile.svg
@@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-device-mobile" 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="7" y="4" width="10" height="16" rx="1" />
- <line x1="11" y1="5" x2="13" y2="5" />
+ <rect x="6" y="3" width="12" height="18" rx="2" />
+ <line x1="11" y1="4" x2="13" y2="4" />
<line x1="12" y1="17" x2="12" y2="17.01" />
</svg>