From fa047f04e79d914089f1a6b9daa477573736a17a Mon Sep 17 00:00:00 2001
From: Bernd Arnold <wopfel@gmail.com>
Date: Thu, 17 Jan 2019 18:08:14 +0100
Subject: [PATCH 1/2] Added signs for bicycle/fishing/electronics shop

Unicode symbols:
U+1F3A3: fishing (fishing pole and fish)
U+1F6B2: bicycle
U+1F4FA: electronics (a television)

To find the html entity (&#128690; for example) I've searched the web for the unicode string (U+1F6B2 for example).
---
 shop.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/shop.json b/shop.json
index ce8c8cb..445bfbf 100644
--- a/shop.json
+++ b/shop.json
@@ -61,6 +61,12 @@
                 ],
                 "sign": "fa-birthday-cake"
             },
+            {
+                "types": [
+                    "bicycle"
+                ],
+                "sign": "&#128690;"
+            },
             {
                 "types": [
                     "boutique",
@@ -107,6 +113,18 @@
                 ],
                 "sign": "fa-building"
             },
+            {
+                "types": [
+                    "electronics"
+                ],
+                "sign": "&#128250;"
+            },
+            {
+                "types": [
+                    "fishing"
+                ],
+                "sign": "&#127907;"
+            },
             {
                 "types": [
                     "hairdresser"

From ff5f63af587209f88faaf2a0b8a95140b220011a Mon Sep 17 00:00:00 2001
From: Bernd Arnold <wopfel@gmail.com>
Date: Thu, 17 Jan 2019 21:21:02 +0100
Subject: [PATCH 2/2] Added signs for shops florist and travel_agency

---
 shop.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/shop.json b/shop.json
index 445bfbf..084c938 100644
--- a/shop.json
+++ b/shop.json
@@ -125,6 +125,12 @@
                 ],
                 "sign": "&#127907;"
             },
+            {
+                "types": [
+                    "florist"
+                ],
+                "sign": "&#127799;"
+            },
             {
                 "types": [
                     "hairdresser"
@@ -155,6 +161,12 @@
                 ],
                 "sign": "&#128095;"
             },
+            {
+                "types": [
+                    "travel_agency"
+                ],
+                "sign": "&#129523;"
+            },
             {
                 "types": [
                     "supermarket"