mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-09 15:16:50 +02:00
Add icon names.
This commit is contained in:
parent
89f387fbf5
commit
f2b8128450
1 changed files with 5 additions and 5 deletions
|
@ -45,14 +45,14 @@
|
||||||
"arrow_down": {"is_part": true, "name": "downwards arrow"},
|
"arrow_down": {"is_part": true, "name": "downwards arrow"},
|
||||||
"arrow_left": {"is_part": true, "name": "leftwards arrow"},
|
"arrow_left": {"is_part": true, "name": "leftwards arrow"},
|
||||||
"arrow_right": {"is_part": true, "name": "rightwards arrow"},
|
"arrow_right": {"is_part": true, "name": "rightwards arrow"},
|
||||||
"arrow_up": {"is_part": true, "name": "upnwards arrow"},
|
"arrow_up": {"is_part": true, "name": "upwards arrow"},
|
||||||
"at_in_square": {"emoji": "@", "name": "@ in square", "categories": ["letter"]},
|
"at_in_square": {"emoji": "@", "name": "@ in square", "categories": ["letter"]},
|
||||||
"circle_11": {"name": "circle 11 px"},
|
"circle_11": {"name": "circle 11 px"},
|
||||||
"circle_9": {"emoji": "🕳", "name": "circle 9 px"},
|
"circle_9": {"emoji": "🕳", "name": "circle 9 px"},
|
||||||
"circle_empty": {},
|
"circle_empty": {},
|
||||||
"default": {},
|
"default": {},
|
||||||
"default_small": {},
|
"default_small": {},
|
||||||
"electricity": {"emoji": "⚡"},
|
"electricity": {"emoji": "⚡", "name": "lightning"},
|
||||||
"glider": {"name": "glider"},
|
"glider": {"name": "glider"},
|
||||||
"light_left": {"is_part": true, "name": "leftward light"},
|
"light_left": {"is_part": true, "name": "leftward light"},
|
||||||
"light_right": {"is_part": true, "name": "rightward light"},
|
"light_right": {"is_part": true, "name": "rightward light"},
|
||||||
|
@ -101,11 +101,11 @@
|
||||||
"baptist": {},
|
"baptist": {},
|
||||||
"cross": {"emoji": "✝️"},
|
"cross": {"emoji": "✝️"},
|
||||||
"cross_and_horizontal_bar": {"name": "cross and horizontal bar️"},
|
"cross_and_horizontal_bar": {"name": "cross and horizontal bar️"},
|
||||||
"dharmachakra": {},
|
"dharmachakra": {"name": "dharmachakra"},
|
||||||
"greek_cross": {"name": "greek cross"},
|
"greek_cross": {"name": "greek cross"},
|
||||||
"greek_cross_in_box": {"name": "inverted Greek cross in box"},
|
"greek_cross_in_box": {"name": "inverted Greek cross in box"},
|
||||||
"jewish": {"emoji": "✡️"},
|
"jewish": {"emoji": "✡️", "name": "Star of David"},
|
||||||
"muslim": {"emoji": "☪️"},
|
"muslim": {"emoji": "☪️", "name": "crescent"},
|
||||||
"orthodox": {"emoji": "☦️"},
|
"orthodox": {"emoji": "☦️"},
|
||||||
"russian_orthodox": {}
|
"russian_orthodox": {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue