From 70abc9b296fc7a6b68d6f6eb74a96970a54be448 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Wed, 6 Jul 2022 02:24:30 +0300 Subject: [PATCH] Add emojis associated with icons. --- map_machine/icons/config.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/map_machine/icons/config.json b/map_machine/icons/config.json index acd1254..1562420 100644 --- a/map_machine/icons/config.json +++ b/map_machine/icons/config.json @@ -391,7 +391,7 @@ "stained_glass": {"name": "stained glass"}, "staircase": {"name": "door with stairs"}, "statue_exhibit": {"name": "indoor statue"}, - "supermarket_cart": {"name": "supermarket cart"}, + "supermarket_cart": {"name": "supermarket cart", "emoji": "🛒"}, "support_column": {"is_part": true, "name": "support column"}, "support_pole": {"is_part": true, "name": "support pole"}, "support_wall": {"is_part": true, "name": "support wall"}, @@ -412,7 +412,7 @@ "urban_tree_pot": {"is_part": true, "name": "tree pot"}, "vanity_mirror": {"name": "vanity mirror"}, "ventilation": {"name": "ventilation shaft"}, - "waving_flag": {"name": "waving flag"}, + "waving_flag": {"name": "waving flag", "emoji": "🏳"}, "wretch_and_hammer": {"name": "wretch and hammer"} }, "body_part": { @@ -422,12 +422,12 @@ "glasses": {"name": "glasses"}, "hanger": {"name": "hanger"}, "shoe": {"name": "shoe"}, - "t_shirt": {"name": "T-shirt"}, + "t_shirt": {"name": "T-shirt", "emoji": "👕"}, "t_shirt_and_scissors": {"name": "T-shirt and scissors"}, - "watches": {"name": "hand watch"} + "watches": {"name": "hand watch", "emoji": "⌚️"} }, "sport": { - "bowling_ball": {"categories": ["sport"], "name": "bowling ball"}, + "bowling_ball": {"categories": ["sport"], "name": "bowling ball", "emoji": "🎳"}, "golf_club_and_ball": {"categories": ["sport"], "name": "golf club and ball"}, "golf_pin": {"categories": ["sport"], "name": "golf pin"}, "golf_tee": {"categories": ["sport"], "name": "golf tee"}, @@ -440,17 +440,17 @@ }, "recycling": { "recycling_container": {"name": "recycling container with wheel"}, - "waste_basket": {"name": "waste basket"}, - "waste_disposal": {"name": "recycling container"} + "waste_basket": {"name": "waste basket", "emoji": "🗑"}, + "waste_disposal": {"name": "recycling container", "emoji": "♻️"} }, "electronic_device": { "cctv": {"directed": "right", "name": "wall CCTV camera"}, "cctv_dome_wall": {"directed": "right", "name": "wall dome CCTV camera"}, "cctv_dome_ceiling": {"directed": "right", "name": "ceiling dome CCTV camera"}, - "phone": {"name": "mobile phone"}, + "phone": {"name": "mobile phone", "emoji": "📱"}, "photo_camera": {"emoji": "📷", "name": "photo camera"}, "telephone": {"emoji": "☎️", "name": "telephone"}, - "tv": {"name": "monitor"} + "tv": {"name": "monitor", "emoji": "🖥"} }, "car_part": { "tyre": {"name": "tyre"} @@ -458,7 +458,7 @@ "human": { "massage": {"name": "massage"}, "pole_dancer": {"name": "pole dancer"}, - "sauna": {"name": "sauna"}, + "sauna": {"name": "sauna", "emoji": "🧖"}, "two_people_together": {"emoji": "🧑‍🤝‍🧑", "name": "two people together"}, "woman_and_man": {"emoji": "🚻", "name": "woman and man"} },