1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 03:40:13 +02:00

icons fixes

This commit is contained in:
codecalm
2020-10-14 00:54:45 +02:00
parent 651385217b
commit a7ff300843
3 changed files with 16 additions and 11 deletions

View File

@@ -2,6 +2,10 @@
category: Vehicles category: Vehicles
--- ---
<svg> <svg>
<path d="M18 7l-1 1m-4 3h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0V9l-3-3M4 19h10m-9 0V7a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v12" /> <path d="M18 7l-1 1"/>
<path d="M9 11.5L7.5 14h3L9 16.5M5 9h8" /> <path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0V9l-3-3"/>
<path d="M4 20V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v14"/>
<path d="M9 11.5L7.5 14h3L9 16.5"/>
<path d="M3 20h12"/>
<path d="M4 8h10"/>
</svg> </svg>

View File

@@ -2,8 +2,8 @@
category: Devices category: Devices
--- ---
<svg> <svg>
<rect x="3" y="5" width="18" height="14" rx="2" /> <rect x="3" y="5" width="18" height="14" rx="2"/>
<path d="M3 17l4-4h10l4 4" /> <path d="M3 17l4-3h10l4 3"/>
<line x1="7" y1="9" x2="7.01" y2="9" /> <circle cx="7.5" cy="9.5" r=".5" fill="currentColor"/>
<line x1="17" y1="9" x2="17.01" y2="9" /> <circle cx="16.5" cy="9.5" r=".5" fill="currentColor"/>
</svg> </svg>

View File

@@ -4,9 +4,10 @@ category: Vehicles
version: 1.14 version: 1.14
--- ---
<svg> <svg>
<path d="M13 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /> <path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0V9l-3-3"/>
<line x1="4" y1="19" x2="14" y2="19" /> <path d="M4 20V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v14"/>
<line x1="5" y1="11" x2="13" y2="11" /> <path d="M3 20h12"/>
<path d="M5 19v-12a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v12" /> <path d="M18 7v1a1 1 0 0 0 1 1h1"/>
<path d="M17 7v1a1 1 0 0 0 1 1h1" /> <path d="M4 11h10"/>
</svg> </svg>