mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
Add emojis associated with icons.
This commit is contained in:
parent
98cd735037
commit
70abc9b296
1 changed files with 10 additions and 10 deletions
|
@ -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"}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue