1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-02 18:33:18 +02:00

Fixed icons: arrow-left-right, device-mobile-rotated, device-mobile-vibration, device-mobile

This commit is contained in:
codecalm
2022-03-22 22:59:48 +01:00
parent 3bd85941cb
commit 05b0eb4627
4 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
--- ---
category: Arrows
--- ---
<svg> <svg>
<path d="M17 13l4 -4l-4 -4" /> <path d="M17 13l4 -4l-4 -4" />

View File

@@ -4,9 +4,7 @@ category: Devices
version: "1.20" version: "1.20"
--- ---
<svg> <svg>
<g transform="rotate(90 12 12)"> <rect x="3" y="6" width="18" height="12" rx="2" />
<rect x="7" y="4" width="10" height="16" rx="1" /> <path d="M20 11v2" />
<line x1="11" y1="5" x2="13" y2="5" /> <path d="M7 12h-.01" />
<line x1="12" y1="17" x2="12" y2="17.01" />
</g>
</svg> </svg>

View File

@@ -4,8 +4,8 @@ category: Devices
version: "1.3" version: "1.3"
--- ---
<svg> <svg>
<rect x="4" y="4" width="10" height="16" rx="1" /> <rect x="3" y="3" width="12" height="18" rx="2" />
<line x1="8" y1="5" x2="10" y2="5" /> <line x1="8" y1="4" x2="10" y2="4" />
<line x1="9" y1="17" x2="9" y2="17.01" /> <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> </svg>

View File

@@ -4,7 +4,7 @@ category: Devices
version: "1.0" version: "1.0"
--- ---
<svg> <svg>
<rect x="7" y="4" width="10" height="16" rx="1" /> <rect x="6" y="3" width="12" height="18" rx="2" />
<line x1="11" y1="5" x2="13" y2="5" /> <line x1="11" y1="4" x2="13" y2="4" />
<line x1="12" y1="17" x2="12" y2="17.01" /> <line x1="12" y1="17" x2="12" y2="17.01" />
</svg> </svg>