From 8f63d828af0b4ad3783458b26281d54927bd0b28 Mon Sep 17 00:00:00 2001 From: Alexandr Antonov Date: Thu, 31 Dec 2020 18:03:48 +0300 Subject: [PATCH] feat: Add transport icons (#152) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Add transport icons * Update tags.json Co-authored-by: Eric Fennis * Update tags.json Co-authored-by: Eric Fennis * Update tags.json Co-authored-by: Eric Fennis * Update icons/bus.svg Co-authored-by: Andreas Törnkvist * Update icons/car.svg Co-authored-by: Andreas Törnkvist * Update icons/truck.svg Co-authored-by: Andreas Törnkvist Co-authored-by: Alexander Antonov Co-authored-by: Eric Fennis Co-authored-by: Andreas Törnkvist --- icons/bike.svg | 15 +++++++++++++++ icons/bus.svg | 15 +++++++++++++++ icons/car.svg | 15 +++++++++++++++ icons/truck.svg | 7 +++---- tags.json | 3 +++ 5 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 icons/bike.svg create mode 100644 icons/bus.svg create mode 100644 icons/car.svg diff --git a/icons/bike.svg b/icons/bike.svg new file mode 100644 index 0000000..703f20b --- /dev/null +++ b/icons/bike.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/bus.svg b/icons/bus.svg new file mode 100644 index 0000000..b65100e --- /dev/null +++ b/icons/bus.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/car.svg b/icons/car.svg new file mode 100644 index 0000000..4589a75 --- /dev/null +++ b/icons/car.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/icons/truck.svg b/icons/truck.svg index 8cb076b..e521d1f 100644 --- a/icons/truck.svg +++ b/icons/truck.svg @@ -9,8 +9,7 @@ stroke-linecap="round" stroke-linejoin="round" > - - - - + + + diff --git a/tags.json b/tags.json index d61cf47..5944bf5 100644 --- a/tags.json +++ b/tags.json @@ -21,6 +21,7 @@ "battery-charging": ["power", "electricity"], "bell": ["alarm", "notification", "sound"], "bell-off": ["alarm", "notification", "silent"], + "bike": ["bicycle", "transport", "trip"], "bluetooth": ["wireless"], "book-open": ["read", "library"], "book": ["read", "dictionary", "booklet", "magazine", "library"], @@ -29,8 +30,10 @@ "briefcase": ["work", "bag", "baggage", "folder"], "brush": ["draw", "paint"], "building": ["organisation"], + "bus": ["bus", "vehicle", "transport", "trip"], "calendar": ["date"], "camera": ["photo"], + "car": ["vehicle", "transport", "trip"], "cast": ["chromecast", "airplay"], "circle": ["off", "zero", "record"], "clipboard": ["copy"],