aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2022-03-22 22:59:48 +0100
committercodecalm <codecalm@gmail.com>2022-03-22 22:59:48 +0100
commit05b0eb4627b374f21057133ffeafb6dc52ea937b (patch)
tree892053f881d6f21c904846394a133ef41443af1b
parent24 new icons: `arrow-bear-left-2`, `arrow-bear-left`, `arrow-bear-right-2`, `... (diff)
downloadtabler-icons-05b0eb4627b374f21057133ffeafb6dc52ea937b.tar.xz
Fixed icons: `arrow-left-right`, `device-mobile-rotated`, `device-mobile-vibration`, `device-mobile`
-rw-r--r--src/_icons/arrow-left-right.svg1
-rw-r--r--src/_icons/device-mobile-rotated.svg8
-rw-r--r--src/_icons/device-mobile-vibration.svg6
-rw-r--r--src/_icons/device-mobile.svg4
4 files changed, 9 insertions, 10 deletions
diff --git a/src/_icons/arrow-left-right.svg b/src/_icons/arrow-left-right.svg
index fcae8866..8456137a 100644
--- a/src/_icons/arrow-left-right.svg
+++ b/src/_icons/arrow-left-right.svg
@@ -1,4 +1,5 @@
---
+category: Arrows
---
<svg>
<path d="M17 13l4 -4l-4 -4" />
diff --git a/src/_icons/device-mobile-rotated.svg b/src/_icons/device-mobile-rotated.svg
index 222dbb79..254a7f43 100644
--- a/src/_icons/device-mobile-rotated.svg
+++ b/src/_icons/device-mobile-rotated.svg
@@ -4,9 +4,7 @@ category: Devices
version: "1.20"
---
<svg>
- <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/src/_icons/device-mobile-vibration.svg b/src/_icons/device-mobile-vibration.svg
index d8eb5bc0..0dbf05e7 100644
--- a/src/_icons/device-mobile-vibration.svg
+++ b/src/_icons/device-mobile-vibration.svg
@@ -4,8 +4,8 @@ category: Devices
version: "1.3"
---
<svg>
- <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/src/_icons/device-mobile.svg b/src/_icons/device-mobile.svg
index 79e0c8ce..36ebe4bb 100644
--- a/src/_icons/device-mobile.svg
+++ b/src/_icons/device-mobile.svg
@@ -4,7 +4,7 @@ category: Devices
version: "1.0"
---
<svg>
- <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>