feat: Icon truck was updated and icons bike, bus, car and taxi were added

This commit is contained in:
Alexander Antonov 2019-11-29 18:05:28 +03:00
parent 3c64e93543
commit c4f5de6e83
5 changed files with 57 additions and 4 deletions

13
icons/bike.svg Normal file
View File

@ -0,0 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M5.5 21a3.5 3.5 0 100-7 3.5 3.5 0 000 7zM15 6a1 1 0 100-2 1 1 0 000 2zM18.5 21a3.5 3.5 0 100-7 3.5 3.5 0 000 7zM12 17.5V14l-3-3 4-3 2 3h2"/>
</svg>

After

Width:  |  Height:  |  Size: 360 B

14
icons/bus.svg Normal file
View File

@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M19 17h2l.64-2.54a6 6 0 000-2.92l-1.07-4.27A3 3 0 0017.66 5H4a2 2 0 00-2 2v10h2m10 0h-4"/>
<path d="M6.5 20a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM16.5 20a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"/>
</svg>

After

Width:  |  Height:  |  Size: 406 B

14
icons/car.svg Normal file
View File

@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M14 16H9m10 0h3v-3.15a1 1 0 00-.84-.99L16 11l-2.7-3.6a1 1 0 00-.8-.4H5.24a2 2 0 00-1.8 1.1l-.8 1.63A6 6 0 002 12.42V16h2"/>
<path d="M6.5 19a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM16.5 19a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"/>
</svg>

After

Width:  |  Height:  |  Size: 439 B

14
icons/taxi.svg Normal file
View File

@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 17v-6l2.45-4.9A2 2 0 017.24 5h9.52a2 2 0 011.8 1.1L21 11v6H3zM3 11h18M6 14h.5M18 14h.5"/>
<path d="M9.5 5l.5-2h4l.5 2M3 15v4a1 1 0 001 1h2a1 1 0 001-1v-1.6M17 17.4V19a1 1 0 001 1h2a1 1 0 001-1v-4"/>
</svg>

After

Width:  |  Height:  |  Size: 423 B

View File

@ -9,8 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<rect x="1" y="3" width="15" height="13" />
<polygon points="16 8 20 8 23 11 23 16 16 16 16 8" />
<circle cx="5.5" cy="18.5" r="2.5" />
<circle cx="18.5" cy="18.5" r="2.5" />
<path d="M10 17h4V5H2v12h3M20 17h2v-3.34a4 4 0 00-1.17-2.83L19 9h-5v8h1"/>
<path d="M7.5 20a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM17.5 20a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"/>
</svg>

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 381 B