feat: Add transport icons (#152)
* feat: Add transport icons * Update tags.json Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * Update tags.json Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * Update tags.json Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * Update icons/bus.svg Co-authored-by: Andreas Törnkvist <andreas.o.tornkvist@gmail.com> * Update icons/car.svg Co-authored-by: Andreas Törnkvist <andreas.o.tornkvist@gmail.com> * Update icons/truck.svg Co-authored-by: Andreas Törnkvist <andreas.o.tornkvist@gmail.com> Co-authored-by: Alexander Antonov <aantonov@131.ru> Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Andreas Törnkvist <andreas.o.tornkvist@gmail.com>
This commit is contained in:
15
icons/bike.svg
Normal file
15
icons/bike.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<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"
|
||||||
|
>
|
||||||
|
<circle cx="5.5" cy="17.5" r="3.5" />
|
||||||
|
<circle cx="18.5" cy="17.5" r="3.5" />
|
||||||
|
<path d="M15 6a1 1 0 100-2 1 1 0 000 2zM12 17.5V14l-3-3 4-3 2 3h2" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 361 B |
15
icons/bus.svg
Normal file
15
icons/bus.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<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" />
|
||||||
|
<circle cx="6.5" cy="17.5" r="2.5" />
|
||||||
|
<circle cx="16.5" cy="17.5" r="2.5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 392 B |
15
icons/car.svg
Normal file
15
icons/car.svg
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<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" />
|
||||||
|
<circle cx="6.5" cy="16.5" r="2.5" />
|
||||||
|
<circle cx="16.5" cy="16.5" r="2.5" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 425 B |
@@ -9,8 +9,7 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<rect x="1" y="3" width="15" height="13" />
|
<path d="M10 17h4V5H2v12h3M20 17h2v-3.34a4 4 0 00-1.17-2.83L19 9h-5v8h1" />
|
||||||
<polygon points="16 8 20 8 23 11 23 16 16 16 16 8" />
|
<circle cx="7.5" cy="17.5" r="2.5" />
|
||||||
<circle cx="5.5" cy="18.5" r="2.5" />
|
<circle cx="17.5" cy="17.5" r="2.5" />
|
||||||
<circle cx="18.5" cy="18.5" r="2.5" />
|
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 367 B |
@@ -21,6 +21,7 @@
|
|||||||
"battery-charging": ["power", "electricity"],
|
"battery-charging": ["power", "electricity"],
|
||||||
"bell": ["alarm", "notification", "sound"],
|
"bell": ["alarm", "notification", "sound"],
|
||||||
"bell-off": ["alarm", "notification", "silent"],
|
"bell-off": ["alarm", "notification", "silent"],
|
||||||
|
"bike": ["bicycle", "transport", "trip"],
|
||||||
"bluetooth": ["wireless"],
|
"bluetooth": ["wireless"],
|
||||||
"book-open": ["read", "library"],
|
"book-open": ["read", "library"],
|
||||||
"book": ["read", "dictionary", "booklet", "magazine", "library"],
|
"book": ["read", "dictionary", "booklet", "magazine", "library"],
|
||||||
@@ -29,8 +30,10 @@
|
|||||||
"briefcase": ["work", "bag", "baggage", "folder"],
|
"briefcase": ["work", "bag", "baggage", "folder"],
|
||||||
"brush": ["draw", "paint"],
|
"brush": ["draw", "paint"],
|
||||||
"building": ["organisation"],
|
"building": ["organisation"],
|
||||||
|
"bus": ["bus", "vehicle", "transport", "trip"],
|
||||||
"calendar": ["date"],
|
"calendar": ["date"],
|
||||||
"camera": ["photo"],
|
"camera": ["photo"],
|
||||||
|
"car": ["vehicle", "transport", "trip"],
|
||||||
"cast": ["chromecast", "airplay"],
|
"cast": ["chromecast", "airplay"],
|
||||||
"circle": ["off", "zero", "record"],
|
"circle": ["off", "zero", "record"],
|
||||||
"clipboard": ["copy"],
|
"clipboard": ["copy"],
|
||||||
|
|||||||
Reference in New Issue
Block a user