@mastra/factory 0.13.0-alpha.8 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/README.md +232 -10
  2. package/dist/auth.d.ts +2 -0
  3. package/dist/auth.d.ts.map +1 -1
  4. package/dist/auth.js +29 -4
  5. package/dist/auth.js.map +1 -1
  6. package/dist/boards/define-board.d.ts +36 -2
  7. package/dist/boards/define-board.d.ts.map +1 -1
  8. package/dist/boards/define-board.js +58 -1
  9. package/dist/boards/define-board.js.map +1 -1
  10. package/dist/boards/index.d.ts +4 -2
  11. package/dist/boards/index.d.ts.map +1 -1
  12. package/dist/boards/index.js +2 -1
  13. package/dist/boards/index.js.map +1 -1
  14. package/dist/boards/relocate.d.ts +17 -0
  15. package/dist/boards/relocate.d.ts.map +1 -0
  16. package/dist/boards/relocate.js +53 -0
  17. package/dist/boards/relocate.js.map +1 -0
  18. package/dist/boards/review.d.ts +1 -1
  19. package/dist/boards/review.d.ts.map +1 -1
  20. package/dist/boards/review.js +17 -4
  21. package/dist/boards/review.js.map +1 -1
  22. package/dist/boards/semantics.d.ts +28 -0
  23. package/dist/boards/semantics.d.ts.map +1 -0
  24. package/dist/boards/semantics.js +41 -0
  25. package/dist/boards/semantics.js.map +1 -0
  26. package/dist/boards/work-tool-rules.d.ts +8 -0
  27. package/dist/boards/work-tool-rules.d.ts.map +1 -0
  28. package/dist/boards/work-tool-rules.js +20 -0
  29. package/dist/boards/work-tool-rules.js.map +1 -0
  30. package/dist/boards/work.d.ts +1 -1
  31. package/dist/boards/work.d.ts.map +1 -1
  32. package/dist/boards/work.js +13 -0
  33. package/dist/boards/work.js.map +1 -1
  34. package/dist/capabilities/intake.d.ts +2 -0
  35. package/dist/capabilities/intake.d.ts.map +1 -1
  36. package/dist/factory.d.ts +5 -6
  37. package/dist/factory.d.ts.map +1 -1
  38. package/dist/factory.js +41 -12
  39. package/dist/factory.js.map +1 -1
  40. package/dist/integrations/base.d.ts +7 -4
  41. package/dist/integrations/base.d.ts.map +1 -1
  42. package/dist/integrations/github/default-rules.d.ts +2 -2
  43. package/dist/integrations/github/default-rules.d.ts.map +1 -1
  44. package/dist/integrations/github/default-rules.js +2 -2
  45. package/dist/integrations/github/default-rules.js.map +1 -1
  46. package/dist/integrations/github/issue-reconciler.d.ts.map +1 -1
  47. package/dist/integrations/github/issue-reconciler.js +4 -3
  48. package/dist/integrations/github/issue-reconciler.js.map +1 -1
  49. package/dist/integrations/github/rules.d.ts +6 -2
  50. package/dist/integrations/github/rules.d.ts.map +1 -1
  51. package/dist/integrations/github/rules.js +96 -15
  52. package/dist/integrations/github/rules.js.map +1 -1
  53. package/dist/integrations/github/sandbox.d.ts +6 -3
  54. package/dist/integrations/github/sandbox.d.ts.map +1 -1
  55. package/dist/integrations/github/sandbox.js +21 -2
  56. package/dist/integrations/github/sandbox.js.map +1 -1
  57. package/dist/integrations/issue-reconciler.d.ts +2 -0
  58. package/dist/integrations/issue-reconciler.d.ts.map +1 -1
  59. package/dist/integrations/issue-reconciler.js +1 -3
  60. package/dist/integrations/issue-reconciler.js.map +1 -1
  61. package/dist/integrations/linear/agent-tools.d.ts.map +1 -1
  62. package/dist/integrations/linear/agent-tools.js.map +1 -1
  63. package/dist/integrations/linear/default-rules.d.ts +2 -2
  64. package/dist/integrations/linear/default-rules.d.ts.map +1 -1
  65. package/dist/integrations/linear/default-rules.js +2 -2
  66. package/dist/integrations/linear/default-rules.js.map +1 -1
  67. package/dist/integrations/linear/integration.js +1 -0
  68. package/dist/integrations/linear/integration.js.map +1 -1
  69. package/dist/integrations/linear/issue-reconciler.d.ts.map +1 -1
  70. package/dist/integrations/linear/issue-reconciler.js +9 -4
  71. package/dist/integrations/linear/issue-reconciler.js.map +1 -1
  72. package/dist/integrations/linear/reconciliation-config.d.ts.map +1 -1
  73. package/dist/integrations/linear/reconciliation-config.js.map +1 -1
  74. package/dist/integrations/linear/routes.d.ts.map +1 -1
  75. package/dist/integrations/linear/routes.js +19 -26
  76. package/dist/integrations/linear/routes.js.map +1 -1
  77. package/dist/integrations/linear/rules.d.ts +7 -2
  78. package/dist/integrations/linear/rules.d.ts.map +1 -1
  79. package/dist/integrations/linear/rules.js +20 -8
  80. package/dist/integrations/linear/rules.js.map +1 -1
  81. package/dist/integrations/platform/api-client.d.ts.map +1 -1
  82. package/dist/integrations/platform/api-client.js +25 -4
  83. package/dist/integrations/platform/api-client.js.map +1 -1
  84. package/dist/integrations/platform/github/integration.d.ts +1 -0
  85. package/dist/integrations/platform/github/integration.d.ts.map +1 -1
  86. package/dist/integrations/platform/github/integration.js +5 -0
  87. package/dist/integrations/platform/github/integration.js.map +1 -1
  88. package/dist/integrations/platform/linear/integration.d.ts.map +1 -1
  89. package/dist/integrations/platform/linear/integration.js +5 -2
  90. package/dist/integrations/platform/linear/integration.js.map +1 -1
  91. package/dist/integrations/slack/emoji-shortcodes.generated.d.ts +8 -0
  92. package/dist/integrations/slack/emoji-shortcodes.generated.d.ts.map +1 -0
  93. package/dist/integrations/slack/emoji-shortcodes.generated.js +1985 -0
  94. package/dist/integrations/slack/emoji-shortcodes.generated.js.map +1 -0
  95. package/dist/integrations/slack/emoji.d.ts +3 -0
  96. package/dist/integrations/slack/emoji.d.ts.map +1 -0
  97. package/dist/integrations/slack/emoji.js +12 -0
  98. package/dist/integrations/slack/emoji.js.map +1 -0
  99. package/dist/integrations/slack/integration.js +1 -1
  100. package/dist/integrations/slack/integration.js.map +1 -1
  101. package/dist/integrations/slack/slack.d.ts.map +1 -1
  102. package/dist/integrations/slack/slack.js +16 -2
  103. package/dist/integrations/slack/slack.js.map +1 -1
  104. package/dist/routes/attention-activity.d.ts +2 -3
  105. package/dist/routes/attention-activity.d.ts.map +1 -1
  106. package/dist/routes/attention-activity.js +12 -3
  107. package/dist/routes/attention-activity.js.map +1 -1
  108. package/dist/routes/attention-parked.d.ts +22 -0
  109. package/dist/routes/attention-parked.d.ts.map +1 -0
  110. package/dist/routes/attention-parked.js +136 -0
  111. package/dist/routes/attention-parked.js.map +1 -0
  112. package/dist/routes/attention-providers.js +8 -8
  113. package/dist/routes/attention-providers.js.map +1 -1
  114. package/dist/routes/attention.d.ts +2 -0
  115. package/dist/routes/attention.d.ts.map +1 -1
  116. package/dist/routes/attention.js +47 -118
  117. package/dist/routes/attention.js.map +1 -1
  118. package/dist/routes/contracts.d.ts +627 -0
  119. package/dist/routes/contracts.d.ts.map +1 -0
  120. package/dist/routes/contracts.js +468 -0
  121. package/dist/routes/contracts.js.map +1 -0
  122. package/dist/routes/intake.d.ts +18 -0
  123. package/dist/routes/intake.d.ts.map +1 -1
  124. package/dist/routes/intake.js +265 -15
  125. package/dist/routes/intake.js.map +1 -1
  126. package/dist/routes/projects.d.ts.map +1 -1
  127. package/dist/routes/projects.js +26 -76
  128. package/dist/routes/projects.js.map +1 -1
  129. package/dist/routes/supervisor.d.ts +2 -0
  130. package/dist/routes/supervisor.d.ts.map +1 -1
  131. package/dist/routes/supervisor.js +7 -6
  132. package/dist/routes/supervisor.js.map +1 -1
  133. package/dist/routes/surface.d.ts +7 -4
  134. package/dist/routes/surface.d.ts.map +1 -1
  135. package/dist/routes/surface.js +17 -11
  136. package/dist/routes/surface.js.map +1 -1
  137. package/dist/routes/telemetry.d.ts +13 -0
  138. package/dist/routes/telemetry.d.ts.map +1 -0
  139. package/dist/routes/telemetry.js +60 -0
  140. package/dist/routes/telemetry.js.map +1 -0
  141. package/dist/routes/work-items.d.ts +3 -3
  142. package/dist/routes/work-items.d.ts.map +1 -1
  143. package/dist/routes/work-items.js +134 -250
  144. package/dist/routes/work-items.js.map +1 -1
  145. package/dist/rules/dispatch-errors.d.ts +2 -2
  146. package/dist/rules/dispatch-errors.d.ts.map +1 -1
  147. package/dist/rules/dispatch-errors.js +10 -6
  148. package/dist/rules/dispatch-errors.js.map +1 -1
  149. package/dist/rules/dispatcher.d.ts +9 -2
  150. package/dist/rules/dispatcher.d.ts.map +1 -1
  151. package/dist/rules/dispatcher.js +76 -23
  152. package/dist/rules/dispatcher.js.map +1 -1
  153. package/dist/rules/index.d.ts +4 -5
  154. package/dist/rules/index.d.ts.map +1 -1
  155. package/dist/rules/index.js +3 -4
  156. package/dist/rules/processor.d.ts +3 -3
  157. package/dist/rules/processor.d.ts.map +1 -1
  158. package/dist/rules/processor.js +24 -31
  159. package/dist/rules/processor.js.map +1 -1
  160. package/dist/rules/resolve.d.ts +1 -3
  161. package/dist/rules/resolve.d.ts.map +1 -1
  162. package/dist/rules/resolve.js +1 -4
  163. package/dist/rules/resolve.js.map +1 -1
  164. package/dist/rules/start-coordinator.d.ts.map +1 -1
  165. package/dist/rules/start-coordinator.js +3 -1
  166. package/dist/rules/start-coordinator.js.map +1 -1
  167. package/dist/rules/tools.d.ts.map +1 -1
  168. package/dist/rules/tools.js +20 -10
  169. package/dist/rules/tools.js.map +1 -1
  170. package/dist/rules/transition-service.d.ts +7 -7
  171. package/dist/rules/transition-service.d.ts.map +1 -1
  172. package/dist/rules/transition-service.js +21 -25
  173. package/dist/rules/transition-service.js.map +1 -1
  174. package/dist/rules/types.d.ts +16 -11
  175. package/dist/rules/types.d.ts.map +1 -1
  176. package/dist/rules/types.js.map +1 -1
  177. package/dist/rules/validation.d.ts +12 -2
  178. package/dist/rules/validation.d.ts.map +1 -1
  179. package/dist/rules/validation.js +29 -20
  180. package/dist/rules/validation.js.map +1 -1
  181. package/dist/session/live-sessions.d.ts +33 -3
  182. package/dist/session/live-sessions.d.ts.map +1 -1
  183. package/dist/session/live-sessions.js +67 -5
  184. package/dist/session/live-sessions.js.map +1 -1
  185. package/dist/storage/domains/intake/base.d.ts +54 -1
  186. package/dist/storage/domains/intake/base.d.ts.map +1 -1
  187. package/dist/storage/domains/intake/base.js +136 -4
  188. package/dist/storage/domains/intake/base.js.map +1 -1
  189. package/dist/storage/domains/work-items/base.d.ts +22 -7
  190. package/dist/storage/domains/work-items/base.d.ts.map +1 -1
  191. package/dist/storage/domains/work-items/base.js +41 -26
  192. package/dist/storage/domains/work-items/base.js.map +1 -1
  193. package/dist/supervisor/health-worker.d.ts +2 -0
  194. package/dist/supervisor/health-worker.d.ts.map +1 -1
  195. package/dist/supervisor/health-worker.js +3 -1
  196. package/dist/supervisor/health-worker.js.map +1 -1
  197. package/dist/supervisor/health.d.ts +12 -14
  198. package/dist/supervisor/health.d.ts.map +1 -1
  199. package/dist/supervisor/health.js +24 -52
  200. package/dist/supervisor/health.js.map +1 -1
  201. package/dist/supervisor/instructions.d.ts +1 -1
  202. package/dist/supervisor/instructions.d.ts.map +1 -1
  203. package/dist/supervisor/instructions.js +10 -8
  204. package/dist/supervisor/instructions.js.map +1 -1
  205. package/dist/supervisor/read-tools.d.ts +2 -0
  206. package/dist/supervisor/read-tools.d.ts.map +1 -1
  207. package/dist/supervisor/read-tools.js +2 -2
  208. package/dist/supervisor/read-tools.js.map +1 -1
  209. package/dist/supervisor/write-tools.d.ts.map +1 -1
  210. package/dist/supervisor/write-tools.js +6 -4
  211. package/dist/supervisor/write-tools.js.map +1 -1
  212. package/dist/telemetry-types.d.ts +7 -0
  213. package/dist/telemetry-types.d.ts.map +1 -0
  214. package/dist/telemetry-types.js +24 -0
  215. package/dist/telemetry-types.js.map +1 -0
  216. package/dist/telemetry.d.ts +9 -0
  217. package/dist/telemetry.d.ts.map +1 -0
  218. package/dist/telemetry.js +47 -0
  219. package/dist/telemetry.js.map +1 -0
  220. package/dist/work-item-branch.d.ts +2 -0
  221. package/dist/work-item-branch.d.ts.map +1 -1
  222. package/dist/work-item-branch.js +6 -1
  223. package/dist/work-item-branch.js.map +1 -1
  224. package/dist/workspace.d.ts.map +1 -1
  225. package/dist/workspace.js +3 -1
  226. package/dist/workspace.js.map +1 -1
  227. package/factory-skills/configure-factory-rules/SKILL.md +30 -10
  228. package/package.json +11 -9
  229. package/dist/rules/defaults.d.ts +0 -9
  230. package/dist/rules/defaults.d.ts.map +0 -1
  231. package/dist/rules/defaults.js +0 -50
  232. package/dist/rules/defaults.js.map +0 -1
@@ -0,0 +1,1985 @@
1
+ //#region src/integrations/slack/emoji-shortcodes.generated.ts
2
+ /**
3
+ * AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
4
+ *
5
+ * Source: https://raw.githubusercontent.com/iamcal/emoji-data/097705020bcf82331c9ef10df3425aad15f5043c/emoji.json
6
+ * Regenerate: node scripts/generate-slack-emoji.mjs (from mastracode/factory)
7
+ */
8
+ const emojiByShortcode = {
9
+ hash: "#️⃣",
10
+ keycap_star: "*️⃣",
11
+ zero: "0️⃣",
12
+ one: "1️⃣",
13
+ two: "2️⃣",
14
+ three: "3️⃣",
15
+ four: "4️⃣",
16
+ five: "5️⃣",
17
+ six: "6️⃣",
18
+ seven: "7️⃣",
19
+ eight: "8️⃣",
20
+ nine: "9️⃣",
21
+ copyright: "©️",
22
+ registered: "®️",
23
+ mahjong: "🀄",
24
+ black_joker: "🃏",
25
+ a: "🅰️",
26
+ b: "🅱️",
27
+ o2: "🅾️",
28
+ parking: "🅿️",
29
+ ab: "🆎",
30
+ cl: "🆑",
31
+ cool: "🆒",
32
+ free: "🆓",
33
+ id: "🆔",
34
+ new: "🆕",
35
+ ng: "🆖",
36
+ ok: "🆗",
37
+ sos: "🆘",
38
+ up: "🆙",
39
+ vs: "🆚",
40
+ "flag-ac": "🇦🇨",
41
+ "flag-ad": "🇦🇩",
42
+ "flag-ae": "🇦🇪",
43
+ "flag-af": "🇦🇫",
44
+ "flag-ag": "🇦🇬",
45
+ "flag-ai": "🇦🇮",
46
+ "flag-al": "🇦🇱",
47
+ "flag-am": "🇦🇲",
48
+ "flag-ao": "🇦🇴",
49
+ "flag-aq": "🇦🇶",
50
+ "flag-ar": "🇦🇷",
51
+ "flag-as": "🇦🇸",
52
+ "flag-at": "🇦🇹",
53
+ "flag-au": "🇦🇺",
54
+ "flag-aw": "🇦🇼",
55
+ "flag-ax": "🇦🇽",
56
+ "flag-az": "🇦🇿",
57
+ "flag-ba": "🇧🇦",
58
+ "flag-bb": "🇧🇧",
59
+ "flag-bd": "🇧🇩",
60
+ "flag-be": "🇧🇪",
61
+ "flag-bf": "🇧🇫",
62
+ "flag-bg": "🇧🇬",
63
+ "flag-bh": "🇧🇭",
64
+ "flag-bi": "🇧🇮",
65
+ "flag-bj": "🇧🇯",
66
+ "flag-bl": "🇧🇱",
67
+ "flag-bm": "🇧🇲",
68
+ "flag-bn": "🇧🇳",
69
+ "flag-bo": "🇧🇴",
70
+ "flag-bq": "🇧🇶",
71
+ "flag-br": "🇧🇷",
72
+ "flag-bs": "🇧🇸",
73
+ "flag-bt": "🇧🇹",
74
+ "flag-bv": "🇧🇻",
75
+ "flag-bw": "🇧🇼",
76
+ "flag-by": "🇧🇾",
77
+ "flag-bz": "🇧🇿",
78
+ "flag-ca": "🇨🇦",
79
+ "flag-cc": "🇨🇨",
80
+ "flag-cd": "🇨🇩",
81
+ "flag-cf": "🇨🇫",
82
+ "flag-cg": "🇨🇬",
83
+ "flag-ch": "🇨🇭",
84
+ "flag-ci": "🇨🇮",
85
+ "flag-ck": "🇨🇰",
86
+ "flag-cl": "🇨🇱",
87
+ "flag-cm": "🇨🇲",
88
+ cn: "🇨🇳",
89
+ "flag-cn": "🇨🇳",
90
+ "flag-co": "🇨🇴",
91
+ "flag-cp": "🇨🇵",
92
+ "flag-sark": "🇨🇶",
93
+ "flag-cr": "🇨🇷",
94
+ "flag-cu": "🇨🇺",
95
+ "flag-cv": "🇨🇻",
96
+ "flag-cw": "🇨🇼",
97
+ "flag-cx": "🇨🇽",
98
+ "flag-cy": "🇨🇾",
99
+ "flag-cz": "🇨🇿",
100
+ de: "🇩🇪",
101
+ "flag-de": "🇩🇪",
102
+ "flag-dg": "🇩🇬",
103
+ "flag-dj": "🇩🇯",
104
+ "flag-dk": "🇩🇰",
105
+ "flag-dm": "🇩🇲",
106
+ "flag-do": "🇩🇴",
107
+ "flag-dz": "🇩🇿",
108
+ "flag-ea": "🇪🇦",
109
+ "flag-ec": "🇪🇨",
110
+ "flag-ee": "🇪🇪",
111
+ "flag-eg": "🇪🇬",
112
+ "flag-eh": "🇪🇭",
113
+ "flag-er": "🇪🇷",
114
+ es: "🇪🇸",
115
+ "flag-es": "🇪🇸",
116
+ "flag-et": "🇪🇹",
117
+ "flag-eu": "🇪🇺",
118
+ "flag-fi": "🇫🇮",
119
+ "flag-fj": "🇫🇯",
120
+ "flag-fk": "🇫🇰",
121
+ "flag-fm": "🇫🇲",
122
+ "flag-fo": "🇫🇴",
123
+ fr: "🇫🇷",
124
+ "flag-fr": "🇫🇷",
125
+ "flag-ga": "🇬🇦",
126
+ gb: "🇬🇧",
127
+ uk: "🇬🇧",
128
+ "flag-gb": "🇬🇧",
129
+ "flag-gd": "🇬🇩",
130
+ "flag-ge": "🇬🇪",
131
+ "flag-gf": "🇬🇫",
132
+ "flag-gg": "🇬🇬",
133
+ "flag-gh": "🇬🇭",
134
+ "flag-gi": "🇬🇮",
135
+ "flag-gl": "🇬🇱",
136
+ "flag-gm": "🇬🇲",
137
+ "flag-gn": "🇬🇳",
138
+ "flag-gp": "🇬🇵",
139
+ "flag-gq": "🇬🇶",
140
+ "flag-gr": "🇬🇷",
141
+ "flag-gs": "🇬🇸",
142
+ "flag-gt": "🇬🇹",
143
+ "flag-gu": "🇬🇺",
144
+ "flag-gw": "🇬🇼",
145
+ "flag-gy": "🇬🇾",
146
+ "flag-hk": "🇭🇰",
147
+ "flag-hm": "🇭🇲",
148
+ "flag-hn": "🇭🇳",
149
+ "flag-hr": "🇭🇷",
150
+ "flag-ht": "🇭🇹",
151
+ "flag-hu": "🇭🇺",
152
+ "flag-ic": "🇮🇨",
153
+ "flag-id": "🇮🇩",
154
+ "flag-ie": "🇮🇪",
155
+ "flag-il": "🇮🇱",
156
+ "flag-im": "🇮🇲",
157
+ "flag-in": "🇮🇳",
158
+ "flag-io": "🇮🇴",
159
+ "flag-iq": "🇮🇶",
160
+ "flag-ir": "🇮🇷",
161
+ "flag-is": "🇮🇸",
162
+ it: "🇮🇹",
163
+ "flag-it": "🇮🇹",
164
+ "flag-je": "🇯🇪",
165
+ "flag-jm": "🇯🇲",
166
+ "flag-jo": "🇯🇴",
167
+ jp: "🇯🇵",
168
+ "flag-jp": "🇯🇵",
169
+ "flag-ke": "🇰🇪",
170
+ "flag-kg": "🇰🇬",
171
+ "flag-kh": "🇰🇭",
172
+ "flag-ki": "🇰🇮",
173
+ "flag-km": "🇰🇲",
174
+ "flag-kn": "🇰🇳",
175
+ "flag-kp": "🇰🇵",
176
+ kr: "🇰🇷",
177
+ "flag-kr": "🇰🇷",
178
+ "flag-kw": "🇰🇼",
179
+ "flag-ky": "🇰🇾",
180
+ "flag-kz": "🇰🇿",
181
+ "flag-la": "🇱🇦",
182
+ "flag-lb": "🇱🇧",
183
+ "flag-lc": "🇱🇨",
184
+ "flag-li": "🇱🇮",
185
+ "flag-lk": "🇱🇰",
186
+ "flag-lr": "🇱🇷",
187
+ "flag-ls": "🇱🇸",
188
+ "flag-lt": "🇱🇹",
189
+ "flag-lu": "🇱🇺",
190
+ "flag-lv": "🇱🇻",
191
+ "flag-ly": "🇱🇾",
192
+ "flag-ma": "🇲🇦",
193
+ "flag-mc": "🇲🇨",
194
+ "flag-md": "🇲🇩",
195
+ "flag-me": "🇲🇪",
196
+ "flag-mf": "🇲🇫",
197
+ "flag-mg": "🇲🇬",
198
+ "flag-mh": "🇲🇭",
199
+ "flag-mk": "🇲🇰",
200
+ "flag-ml": "🇲🇱",
201
+ "flag-mm": "🇲🇲",
202
+ "flag-mn": "🇲🇳",
203
+ "flag-mo": "🇲🇴",
204
+ "flag-mp": "🇲🇵",
205
+ "flag-mq": "🇲🇶",
206
+ "flag-mr": "🇲🇷",
207
+ "flag-ms": "🇲🇸",
208
+ "flag-mt": "🇲🇹",
209
+ "flag-mu": "🇲🇺",
210
+ "flag-mv": "🇲🇻",
211
+ "flag-mw": "🇲🇼",
212
+ "flag-mx": "🇲🇽",
213
+ "flag-my": "🇲🇾",
214
+ "flag-mz": "🇲🇿",
215
+ "flag-na": "🇳🇦",
216
+ "flag-nc": "🇳🇨",
217
+ "flag-ne": "🇳🇪",
218
+ "flag-nf": "🇳🇫",
219
+ "flag-ng": "🇳🇬",
220
+ "flag-ni": "🇳🇮",
221
+ "flag-nl": "🇳🇱",
222
+ "flag-no": "🇳🇴",
223
+ "flag-np": "🇳🇵",
224
+ "flag-nr": "🇳🇷",
225
+ "flag-nu": "🇳🇺",
226
+ "flag-nz": "🇳🇿",
227
+ "flag-om": "🇴🇲",
228
+ "flag-pa": "🇵🇦",
229
+ "flag-pe": "🇵🇪",
230
+ "flag-pf": "🇵🇫",
231
+ "flag-pg": "🇵🇬",
232
+ "flag-ph": "🇵🇭",
233
+ "flag-pk": "🇵🇰",
234
+ "flag-pl": "🇵🇱",
235
+ "flag-pm": "🇵🇲",
236
+ "flag-pn": "🇵🇳",
237
+ "flag-pr": "🇵🇷",
238
+ "flag-ps": "🇵🇸",
239
+ "flag-pt": "🇵🇹",
240
+ "flag-pw": "🇵🇼",
241
+ "flag-py": "🇵🇾",
242
+ "flag-qa": "🇶🇦",
243
+ "flag-re": "🇷🇪",
244
+ "flag-ro": "🇷🇴",
245
+ "flag-rs": "🇷🇸",
246
+ ru: "🇷🇺",
247
+ "flag-ru": "🇷🇺",
248
+ "flag-rw": "🇷🇼",
249
+ "flag-sa": "🇸🇦",
250
+ "flag-sb": "🇸🇧",
251
+ "flag-sc": "🇸🇨",
252
+ "flag-sd": "🇸🇩",
253
+ "flag-se": "🇸🇪",
254
+ "flag-sg": "🇸🇬",
255
+ "flag-sh": "🇸🇭",
256
+ "flag-si": "🇸🇮",
257
+ "flag-sj": "🇸🇯",
258
+ "flag-sk": "🇸🇰",
259
+ "flag-sl": "🇸🇱",
260
+ "flag-sm": "🇸🇲",
261
+ "flag-sn": "🇸🇳",
262
+ "flag-so": "🇸🇴",
263
+ "flag-sr": "🇸🇷",
264
+ "flag-ss": "🇸🇸",
265
+ "flag-st": "🇸🇹",
266
+ "flag-sv": "🇸🇻",
267
+ "flag-sx": "🇸🇽",
268
+ "flag-sy": "🇸🇾",
269
+ "flag-sz": "🇸🇿",
270
+ "flag-ta": "🇹🇦",
271
+ "flag-tc": "🇹🇨",
272
+ "flag-td": "🇹🇩",
273
+ "flag-tf": "🇹🇫",
274
+ "flag-tg": "🇹🇬",
275
+ "flag-th": "🇹🇭",
276
+ "flag-tj": "🇹🇯",
277
+ "flag-tk": "🇹🇰",
278
+ "flag-tl": "🇹🇱",
279
+ "flag-tm": "🇹🇲",
280
+ "flag-tn": "🇹🇳",
281
+ "flag-to": "🇹🇴",
282
+ "flag-tr": "🇹🇷",
283
+ "flag-tt": "🇹🇹",
284
+ "flag-tv": "🇹🇻",
285
+ "flag-tw": "🇹🇼",
286
+ "flag-tz": "🇹🇿",
287
+ "flag-ua": "🇺🇦",
288
+ "flag-ug": "🇺🇬",
289
+ "flag-um": "🇺🇲",
290
+ "flag-un": "🇺🇳",
291
+ us: "🇺🇸",
292
+ "flag-us": "🇺🇸",
293
+ "flag-uy": "🇺🇾",
294
+ "flag-uz": "🇺🇿",
295
+ "flag-va": "🇻🇦",
296
+ "flag-vc": "🇻🇨",
297
+ "flag-ve": "🇻🇪",
298
+ "flag-vg": "🇻🇬",
299
+ "flag-vi": "🇻🇮",
300
+ "flag-vn": "🇻🇳",
301
+ "flag-vu": "🇻🇺",
302
+ "flag-wf": "🇼🇫",
303
+ "flag-ws": "🇼🇸",
304
+ "flag-xk": "🇽🇰",
305
+ "flag-ye": "🇾🇪",
306
+ "flag-yt": "🇾🇹",
307
+ "flag-za": "🇿🇦",
308
+ "flag-zm": "🇿🇲",
309
+ "flag-zw": "🇿🇼",
310
+ koko: "🈁",
311
+ sa: "🈂️",
312
+ u7121: "🈚",
313
+ u6307: "🈯",
314
+ u7981: "🈲",
315
+ u7a7a: "🈳",
316
+ u5408: "🈴",
317
+ u6e80: "🈵",
318
+ u6709: "🈶",
319
+ u6708: "🈷️",
320
+ u7533: "🈸",
321
+ u5272: "🈹",
322
+ u55b6: "🈺",
323
+ ideograph_advantage: "🉐",
324
+ accept: "🉑",
325
+ cyclone: "🌀",
326
+ foggy: "🌁",
327
+ closed_umbrella: "🌂",
328
+ night_with_stars: "🌃",
329
+ sunrise_over_mountains: "🌄",
330
+ sunrise: "🌅",
331
+ city_sunset: "🌆",
332
+ city_sunrise: "🌇",
333
+ rainbow: "🌈",
334
+ bridge_at_night: "🌉",
335
+ ocean: "🌊",
336
+ volcano: "🌋",
337
+ milky_way: "🌌",
338
+ earth_africa: "🌍",
339
+ earth_americas: "🌎",
340
+ earth_asia: "🌏",
341
+ globe_with_meridians: "🌐",
342
+ new_moon: "🌑",
343
+ waxing_crescent_moon: "🌒",
344
+ first_quarter_moon: "🌓",
345
+ moon: "🌔",
346
+ waxing_gibbous_moon: "🌔",
347
+ full_moon: "🌕",
348
+ waning_gibbous_moon: "🌖",
349
+ last_quarter_moon: "🌗",
350
+ waning_crescent_moon: "🌘",
351
+ crescent_moon: "🌙",
352
+ new_moon_with_face: "🌚",
353
+ first_quarter_moon_with_face: "🌛",
354
+ last_quarter_moon_with_face: "🌜",
355
+ full_moon_with_face: "🌝",
356
+ sun_with_face: "🌞",
357
+ star2: "🌟",
358
+ stars: "🌠",
359
+ thermometer: "🌡️",
360
+ mostly_sunny: "🌤️",
361
+ sun_small_cloud: "🌤️",
362
+ barely_sunny: "🌥️",
363
+ sun_behind_cloud: "🌥️",
364
+ partly_sunny_rain: "🌦️",
365
+ sun_behind_rain_cloud: "🌦️",
366
+ rain_cloud: "🌧️",
367
+ snow_cloud: "🌨️",
368
+ lightning: "🌩️",
369
+ lightning_cloud: "🌩️",
370
+ tornado: "🌪️",
371
+ tornado_cloud: "🌪️",
372
+ fog: "🌫️",
373
+ wind_blowing_face: "🌬️",
374
+ hotdog: "🌭",
375
+ taco: "🌮",
376
+ burrito: "🌯",
377
+ chestnut: "🌰",
378
+ seedling: "🌱",
379
+ evergreen_tree: "🌲",
380
+ deciduous_tree: "🌳",
381
+ palm_tree: "🌴",
382
+ cactus: "🌵",
383
+ hot_pepper: "🌶️",
384
+ tulip: "🌷",
385
+ cherry_blossom: "🌸",
386
+ rose: "🌹",
387
+ hibiscus: "🌺",
388
+ sunflower: "🌻",
389
+ blossom: "🌼",
390
+ corn: "🌽",
391
+ ear_of_rice: "🌾",
392
+ herb: "🌿",
393
+ four_leaf_clover: "🍀",
394
+ maple_leaf: "🍁",
395
+ fallen_leaf: "🍂",
396
+ leaves: "🍃",
397
+ brown_mushroom: "🍄‍🟫",
398
+ mushroom: "🍄",
399
+ tomato: "🍅",
400
+ eggplant: "🍆",
401
+ grapes: "🍇",
402
+ melon: "🍈",
403
+ watermelon: "🍉",
404
+ tangerine: "🍊",
405
+ lime: "🍋‍🟩",
406
+ lemon: "🍋",
407
+ banana: "🍌",
408
+ pineapple: "🍍",
409
+ apple: "🍎",
410
+ green_apple: "🍏",
411
+ pear: "🍐",
412
+ peach: "🍑",
413
+ cherries: "🍒",
414
+ strawberry: "🍓",
415
+ hamburger: "🍔",
416
+ pizza: "🍕",
417
+ meat_on_bone: "🍖",
418
+ poultry_leg: "🍗",
419
+ rice_cracker: "🍘",
420
+ rice_ball: "🍙",
421
+ rice: "🍚",
422
+ curry: "🍛",
423
+ ramen: "🍜",
424
+ spaghetti: "🍝",
425
+ bread: "🍞",
426
+ fries: "🍟",
427
+ sweet_potato: "🍠",
428
+ dango: "🍡",
429
+ oden: "🍢",
430
+ sushi: "🍣",
431
+ fried_shrimp: "🍤",
432
+ fish_cake: "🍥",
433
+ icecream: "🍦",
434
+ shaved_ice: "🍧",
435
+ ice_cream: "🍨",
436
+ doughnut: "🍩",
437
+ cookie: "🍪",
438
+ chocolate_bar: "🍫",
439
+ candy: "🍬",
440
+ lollipop: "🍭",
441
+ custard: "🍮",
442
+ honey_pot: "🍯",
443
+ cake: "🍰",
444
+ bento: "🍱",
445
+ stew: "🍲",
446
+ fried_egg: "🍳",
447
+ cooking: "🍳",
448
+ fork_and_knife: "🍴",
449
+ tea: "🍵",
450
+ sake: "🍶",
451
+ wine_glass: "🍷",
452
+ cocktail: "🍸",
453
+ tropical_drink: "🍹",
454
+ beer: "🍺",
455
+ beers: "🍻",
456
+ baby_bottle: "🍼",
457
+ knife_fork_plate: "🍽️",
458
+ champagne: "🍾",
459
+ popcorn: "🍿",
460
+ ribbon: "🎀",
461
+ gift: "🎁",
462
+ birthday: "🎂",
463
+ jack_o_lantern: "🎃",
464
+ christmas_tree: "🎄",
465
+ santa: "🎅",
466
+ fireworks: "🎆",
467
+ sparkler: "🎇",
468
+ balloon: "🎈",
469
+ tada: "🎉",
470
+ confetti_ball: "🎊",
471
+ tanabata_tree: "🎋",
472
+ crossed_flags: "🎌",
473
+ bamboo: "🎍",
474
+ dolls: "🎎",
475
+ flags: "🎏",
476
+ wind_chime: "🎐",
477
+ rice_scene: "🎑",
478
+ school_satchel: "🎒",
479
+ mortar_board: "🎓",
480
+ medal: "🎖️",
481
+ reminder_ribbon: "🎗️",
482
+ studio_microphone: "🎙️",
483
+ level_slider: "🎚️",
484
+ control_knobs: "🎛️",
485
+ film_frames: "🎞️",
486
+ admission_tickets: "🎟️",
487
+ carousel_horse: "🎠",
488
+ ferris_wheel: "🎡",
489
+ roller_coaster: "🎢",
490
+ fishing_pole_and_fish: "🎣",
491
+ microphone: "🎤",
492
+ movie_camera: "🎥",
493
+ cinema: "🎦",
494
+ headphones: "🎧",
495
+ art: "🎨",
496
+ tophat: "🎩",
497
+ circus_tent: "🎪",
498
+ ticket: "🎫",
499
+ clapper: "🎬",
500
+ performing_arts: "🎭",
501
+ video_game: "🎮",
502
+ dart: "🎯",
503
+ slot_machine: "🎰",
504
+ "8ball": "🎱",
505
+ game_die: "🎲",
506
+ bowling: "🎳",
507
+ flower_playing_cards: "🎴",
508
+ musical_note: "🎵",
509
+ notes: "🎶",
510
+ saxophone: "🎷",
511
+ guitar: "🎸",
512
+ musical_keyboard: "🎹",
513
+ trumpet: "🎺",
514
+ violin: "🎻",
515
+ musical_score: "🎼",
516
+ running_shirt_with_sash: "🎽",
517
+ tennis: "🎾",
518
+ ski: "🎿",
519
+ basketball: "🏀",
520
+ checkered_flag: "🏁",
521
+ snowboarder: "🏂",
522
+ "woman-running": "🏃‍♀️",
523
+ woman_running_facing_right: "🏃‍♀️‍➡️",
524
+ "man-running": "🏃‍♂️",
525
+ man_running_facing_right: "🏃‍♂️‍➡️",
526
+ person_running_facing_right: "🏃‍➡️",
527
+ runner: "🏃",
528
+ running: "🏃",
529
+ "woman-surfing": "🏄‍♀️",
530
+ "man-surfing": "🏄‍♂️",
531
+ surfer: "🏄",
532
+ sports_medal: "🏅",
533
+ trophy: "🏆",
534
+ horse_racing: "🏇",
535
+ football: "🏈",
536
+ rugby_football: "🏉",
537
+ "woman-swimming": "🏊‍♀️",
538
+ "man-swimming": "🏊‍♂️",
539
+ swimmer: "🏊",
540
+ "woman-lifting-weights": "🏋️‍♀️",
541
+ "man-lifting-weights": "🏋️‍♂️",
542
+ weight_lifter: "🏋️",
543
+ "woman-golfing": "🏌️‍♀️",
544
+ "man-golfing": "🏌️‍♂️",
545
+ golfer: "🏌️",
546
+ racing_motorcycle: "🏍️",
547
+ racing_car: "🏎️",
548
+ cricket_bat_and_ball: "🏏",
549
+ volleyball: "🏐",
550
+ field_hockey_stick_and_ball: "🏑",
551
+ ice_hockey_stick_and_puck: "🏒",
552
+ table_tennis_paddle_and_ball: "🏓",
553
+ snow_capped_mountain: "🏔️",
554
+ camping: "🏕️",
555
+ beach_with_umbrella: "🏖️",
556
+ building_construction: "🏗️",
557
+ house_buildings: "🏘️",
558
+ cityscape: "🏙️",
559
+ derelict_house_building: "🏚️",
560
+ classical_building: "🏛️",
561
+ desert: "🏜️",
562
+ desert_island: "🏝️",
563
+ national_park: "🏞️",
564
+ stadium: "🏟️",
565
+ house: "🏠",
566
+ house_with_garden: "🏡",
567
+ office: "🏢",
568
+ post_office: "🏣",
569
+ european_post_office: "🏤",
570
+ hospital: "🏥",
571
+ bank: "🏦",
572
+ atm: "🏧",
573
+ hotel: "🏨",
574
+ love_hotel: "🏩",
575
+ convenience_store: "🏪",
576
+ school: "🏫",
577
+ department_store: "🏬",
578
+ factory: "🏭",
579
+ izakaya_lantern: "🏮",
580
+ lantern: "🏮",
581
+ japanese_castle: "🏯",
582
+ european_castle: "🏰",
583
+ "rainbow-flag": "🏳️‍🌈",
584
+ transgender_flag: "🏳️‍⚧️",
585
+ waving_white_flag: "🏳️",
586
+ pirate_flag: "🏴‍☠️",
587
+ "flag-england": "🏴󠁧󠁢󠁥󠁮󠁧󠁿",
588
+ "flag-scotland": "🏴󠁧󠁢󠁳󠁣󠁴󠁿",
589
+ "flag-wales": "🏴󠁧󠁢󠁷󠁬󠁳󠁿",
590
+ waving_black_flag: "🏴",
591
+ rosette: "🏵️",
592
+ label: "🏷️",
593
+ badminton_racquet_and_shuttlecock: "🏸",
594
+ bow_and_arrow: "🏹",
595
+ amphora: "🏺",
596
+ "skin-tone-2": "🏻",
597
+ "skin-tone-3": "🏼",
598
+ "skin-tone-4": "🏽",
599
+ "skin-tone-5": "🏾",
600
+ "skin-tone-6": "🏿",
601
+ rat: "🐀",
602
+ mouse2: "🐁",
603
+ ox: "🐂",
604
+ water_buffalo: "🐃",
605
+ cow2: "🐄",
606
+ tiger2: "🐅",
607
+ leopard: "🐆",
608
+ rabbit2: "🐇",
609
+ black_cat: "🐈‍⬛",
610
+ cat2: "🐈",
611
+ dragon: "🐉",
612
+ crocodile: "🐊",
613
+ whale2: "🐋",
614
+ snail: "🐌",
615
+ snake: "🐍",
616
+ racehorse: "🐎",
617
+ ram: "🐏",
618
+ goat: "🐐",
619
+ sheep: "🐑",
620
+ monkey: "🐒",
621
+ rooster: "🐓",
622
+ chicken: "🐔",
623
+ service_dog: "🐕‍🦺",
624
+ dog2: "🐕",
625
+ pig2: "🐖",
626
+ boar: "🐗",
627
+ elephant: "🐘",
628
+ octopus: "🐙",
629
+ shell: "🐚",
630
+ bug: "🐛",
631
+ ant: "🐜",
632
+ bee: "🐝",
633
+ honeybee: "🐝",
634
+ ladybug: "🐞",
635
+ lady_beetle: "🐞",
636
+ fish: "🐟",
637
+ tropical_fish: "🐠",
638
+ blowfish: "🐡",
639
+ turtle: "🐢",
640
+ hatching_chick: "🐣",
641
+ baby_chick: "🐤",
642
+ hatched_chick: "🐥",
643
+ phoenix: "🐦‍🔥",
644
+ black_bird: "🐦‍⬛",
645
+ bird: "🐦",
646
+ penguin: "🐧",
647
+ koala: "🐨",
648
+ poodle: "🐩",
649
+ dromedary_camel: "🐪",
650
+ camel: "🐫",
651
+ dolphin: "🐬",
652
+ flipper: "🐬",
653
+ mouse: "🐭",
654
+ cow: "🐮",
655
+ tiger: "🐯",
656
+ rabbit: "🐰",
657
+ cat: "🐱",
658
+ dragon_face: "🐲",
659
+ whale: "🐳",
660
+ horse: "🐴",
661
+ monkey_face: "🐵",
662
+ dog: "🐶",
663
+ pig: "🐷",
664
+ frog: "🐸",
665
+ hamster: "🐹",
666
+ wolf: "🐺",
667
+ polar_bear: "🐻‍❄️",
668
+ bear: "🐻",
669
+ panda_face: "🐼",
670
+ pig_nose: "🐽",
671
+ feet: "🐾",
672
+ paw_prints: "🐾",
673
+ chipmunk: "🐿️",
674
+ eyes: "👀",
675
+ "eye-in-speech-bubble": "👁️‍🗨️",
676
+ eye: "👁️",
677
+ ear: "👂",
678
+ nose: "👃",
679
+ lips: "👄",
680
+ tongue: "👅",
681
+ point_up_2: "👆",
682
+ point_down: "👇",
683
+ point_left: "👈",
684
+ point_right: "👉",
685
+ facepunch: "👊",
686
+ punch: "👊",
687
+ wave: "👋",
688
+ ok_hand: "👌",
689
+ "+1": "👍",
690
+ thumbsup: "👍",
691
+ "-1": "👎",
692
+ thumbsdown: "👎",
693
+ clap: "👏",
694
+ open_hands: "👐",
695
+ crown: "👑",
696
+ womans_hat: "👒",
697
+ eyeglasses: "👓",
698
+ necktie: "👔",
699
+ shirt: "👕",
700
+ tshirt: "👕",
701
+ jeans: "👖",
702
+ dress: "👗",
703
+ kimono: "👘",
704
+ bikini: "👙",
705
+ womans_clothes: "👚",
706
+ purse: "👛",
707
+ handbag: "👜",
708
+ pouch: "👝",
709
+ mans_shoe: "👞",
710
+ shoe: "👞",
711
+ athletic_shoe: "👟",
712
+ high_heel: "👠",
713
+ sandal: "👡",
714
+ boot: "👢",
715
+ footprints: "👣",
716
+ bust_in_silhouette: "👤",
717
+ busts_in_silhouette: "👥",
718
+ boy: "👦",
719
+ girl: "👧",
720
+ "male-farmer": "👨‍🌾",
721
+ "male-cook": "👨‍🍳",
722
+ man_feeding_baby: "👨‍🍼",
723
+ "male-student": "👨‍🎓",
724
+ "male-singer": "👨‍🎤",
725
+ "male-artist": "👨‍🎨",
726
+ "male-teacher": "👨‍🏫",
727
+ "male-factory-worker": "👨‍🏭",
728
+ "man-boy-boy": "👨‍👦‍👦",
729
+ "man-boy": "👨‍👦",
730
+ "man-girl-boy": "👨‍👧‍👦",
731
+ "man-girl-girl": "👨‍👧‍👧",
732
+ "man-girl": "👨‍👧",
733
+ "man-man-boy": "👨‍👨‍👦",
734
+ "man-man-boy-boy": "👨‍👨‍👦‍👦",
735
+ "man-man-girl": "👨‍👨‍👧",
736
+ "man-man-girl-boy": "👨‍👨‍👧‍👦",
737
+ "man-man-girl-girl": "👨‍👨‍👧‍👧",
738
+ "man-woman-boy": "👨‍👩‍👦",
739
+ "man-woman-boy-boy": "👨‍👩‍👦‍👦",
740
+ "man-woman-girl": "👨‍👩‍👧",
741
+ "man-woman-girl-boy": "👨‍👩‍👧‍👦",
742
+ "man-woman-girl-girl": "👨‍👩‍👧‍👧",
743
+ "male-technologist": "👨‍💻",
744
+ "male-office-worker": "👨‍💼",
745
+ "male-mechanic": "👨‍🔧",
746
+ "male-scientist": "👨‍🔬",
747
+ "male-astronaut": "👨‍🚀",
748
+ "male-firefighter": "👨‍🚒",
749
+ man_with_white_cane_facing_right: "👨‍🦯‍➡️",
750
+ man_with_probing_cane: "👨‍🦯",
751
+ red_haired_man: "👨‍🦰",
752
+ curly_haired_man: "👨‍🦱",
753
+ bald_man: "👨‍🦲",
754
+ white_haired_man: "👨‍🦳",
755
+ man_in_motorized_wheelchair_facing_right: "👨‍🦼‍➡️",
756
+ man_in_motorized_wheelchair: "👨‍🦼",
757
+ man_in_manual_wheelchair_facing_right: "👨‍🦽‍➡️",
758
+ man_in_manual_wheelchair: "👨‍🦽",
759
+ "male-doctor": "👨‍⚕️",
760
+ "male-judge": "👨‍⚖️",
761
+ "male-pilot": "👨‍✈️",
762
+ "man-heart-man": "👨‍❤️‍👨",
763
+ "man-kiss-man": "👨‍❤️‍💋‍👨",
764
+ man: "👨",
765
+ "female-farmer": "👩‍🌾",
766
+ "female-cook": "👩‍🍳",
767
+ woman_feeding_baby: "👩‍🍼",
768
+ "female-student": "👩‍🎓",
769
+ "female-singer": "👩‍🎤",
770
+ "female-artist": "👩‍🎨",
771
+ "female-teacher": "👩‍🏫",
772
+ "female-factory-worker": "👩‍🏭",
773
+ "woman-boy-boy": "👩‍👦‍👦",
774
+ "woman-boy": "👩‍👦",
775
+ "woman-girl-boy": "👩‍👧‍👦",
776
+ "woman-girl-girl": "👩‍👧‍👧",
777
+ "woman-girl": "👩‍👧",
778
+ "woman-woman-boy": "👩‍👩‍👦",
779
+ "woman-woman-boy-boy": "👩‍👩‍👦‍👦",
780
+ "woman-woman-girl": "👩‍👩‍👧",
781
+ "woman-woman-girl-boy": "👩‍👩‍👧‍👦",
782
+ "woman-woman-girl-girl": "👩‍👩‍👧‍👧",
783
+ "female-technologist": "👩‍💻",
784
+ "female-office-worker": "👩‍💼",
785
+ "female-mechanic": "👩‍🔧",
786
+ "female-scientist": "👩‍🔬",
787
+ "female-astronaut": "👩‍🚀",
788
+ "female-firefighter": "👩‍🚒",
789
+ woman_with_white_cane_facing_right: "👩‍🦯‍➡️",
790
+ woman_with_probing_cane: "👩‍🦯",
791
+ red_haired_woman: "👩‍🦰",
792
+ curly_haired_woman: "👩‍🦱",
793
+ bald_woman: "👩‍🦲",
794
+ white_haired_woman: "👩‍🦳",
795
+ woman_in_motorized_wheelchair_facing_right: "👩‍🦼‍➡️",
796
+ woman_in_motorized_wheelchair: "👩‍🦼",
797
+ woman_in_manual_wheelchair_facing_right: "👩‍🦽‍➡️",
798
+ woman_in_manual_wheelchair: "👩‍🦽",
799
+ "female-doctor": "👩‍⚕️",
800
+ "female-judge": "👩‍⚖️",
801
+ "female-pilot": "👩‍✈️",
802
+ "woman-heart-man": "👩‍❤️‍👨",
803
+ "woman-heart-woman": "👩‍❤️‍👩",
804
+ "woman-kiss-man": "👩‍❤️‍💋‍👨",
805
+ "woman-kiss-woman": "👩‍❤️‍💋‍👩",
806
+ woman: "👩",
807
+ family: "👪",
808
+ man_and_woman_holding_hands: "👫",
809
+ woman_and_man_holding_hands: "👫",
810
+ couple: "👫",
811
+ two_men_holding_hands: "👬",
812
+ men_holding_hands: "👬",
813
+ two_women_holding_hands: "👭",
814
+ women_holding_hands: "👭",
815
+ "female-police-officer": "👮‍♀️",
816
+ "male-police-officer": "👮‍♂️",
817
+ cop: "👮",
818
+ "women-with-bunny-ears-partying": "👯‍♀️",
819
+ "woman-with-bunny-ears-partying": "👯‍♀️",
820
+ "men-with-bunny-ears-partying": "👯‍♂️",
821
+ "man-with-bunny-ears-partying": "👯‍♂️",
822
+ dancers: "👯",
823
+ woman_with_veil: "👰‍♀️",
824
+ man_with_veil: "👰‍♂️",
825
+ bride_with_veil: "👰",
826
+ "blond-haired-woman": "👱‍♀️",
827
+ "blond-haired-man": "👱‍♂️",
828
+ person_with_blond_hair: "👱",
829
+ man_with_gua_pi_mao: "👲",
830
+ "woman-wearing-turban": "👳‍♀️",
831
+ "man-wearing-turban": "👳‍♂️",
832
+ man_with_turban: "👳",
833
+ older_man: "👴",
834
+ older_woman: "👵",
835
+ baby: "👶",
836
+ "female-construction-worker": "👷‍♀️",
837
+ "male-construction-worker": "👷‍♂️",
838
+ construction_worker: "👷",
839
+ princess: "👸",
840
+ japanese_ogre: "👹",
841
+ japanese_goblin: "👺",
842
+ ghost: "👻",
843
+ angel: "👼",
844
+ alien: "👽",
845
+ space_invader: "👾",
846
+ imp: "👿",
847
+ skull: "💀",
848
+ "woman-tipping-hand": "💁‍♀️",
849
+ "man-tipping-hand": "💁‍♂️",
850
+ information_desk_person: "💁",
851
+ "female-guard": "💂‍♀️",
852
+ "male-guard": "💂‍♂️",
853
+ guardsman: "💂",
854
+ dancer: "💃",
855
+ lipstick: "💄",
856
+ nail_care: "💅",
857
+ "woman-getting-massage": "💆‍♀️",
858
+ "man-getting-massage": "💆‍♂️",
859
+ massage: "💆",
860
+ "woman-getting-haircut": "💇‍♀️",
861
+ "man-getting-haircut": "💇‍♂️",
862
+ haircut: "💇",
863
+ barber: "💈",
864
+ syringe: "💉",
865
+ pill: "💊",
866
+ kiss: "💋",
867
+ love_letter: "💌",
868
+ ring: "💍",
869
+ gem: "💎",
870
+ couplekiss: "💏",
871
+ bouquet: "💐",
872
+ couple_with_heart: "💑",
873
+ wedding: "💒",
874
+ heartbeat: "💓",
875
+ broken_heart: "💔",
876
+ two_hearts: "💕",
877
+ sparkling_heart: "💖",
878
+ heartpulse: "💗",
879
+ cupid: "💘",
880
+ blue_heart: "💙",
881
+ green_heart: "💚",
882
+ yellow_heart: "💛",
883
+ purple_heart: "💜",
884
+ gift_heart: "💝",
885
+ revolving_hearts: "💞",
886
+ heart_decoration: "💟",
887
+ diamond_shape_with_a_dot_inside: "💠",
888
+ bulb: "💡",
889
+ anger: "💢",
890
+ bomb: "💣",
891
+ zzz: "💤",
892
+ boom: "💥",
893
+ collision: "💥",
894
+ sweat_drops: "💦",
895
+ droplet: "💧",
896
+ dash: "💨",
897
+ hankey: "💩",
898
+ poop: "💩",
899
+ shit: "💩",
900
+ muscle: "💪",
901
+ dizzy: "💫",
902
+ speech_balloon: "💬",
903
+ thought_balloon: "💭",
904
+ white_flower: "💮",
905
+ "100": "💯",
906
+ moneybag: "💰",
907
+ currency_exchange: "💱",
908
+ heavy_dollar_sign: "💲",
909
+ credit_card: "💳",
910
+ yen: "💴",
911
+ dollar: "💵",
912
+ euro: "💶",
913
+ pound: "💷",
914
+ money_with_wings: "💸",
915
+ chart: "💹",
916
+ seat: "💺",
917
+ computer: "💻",
918
+ briefcase: "💼",
919
+ minidisc: "💽",
920
+ floppy_disk: "💾",
921
+ cd: "💿",
922
+ dvd: "📀",
923
+ file_folder: "📁",
924
+ open_file_folder: "📂",
925
+ page_with_curl: "📃",
926
+ page_facing_up: "📄",
927
+ date: "📅",
928
+ calendar: "📆",
929
+ card_index: "📇",
930
+ chart_with_upwards_trend: "📈",
931
+ chart_with_downwards_trend: "📉",
932
+ bar_chart: "📊",
933
+ clipboard: "📋",
934
+ pushpin: "📌",
935
+ round_pushpin: "📍",
936
+ paperclip: "📎",
937
+ straight_ruler: "📏",
938
+ triangular_ruler: "📐",
939
+ bookmark_tabs: "📑",
940
+ ledger: "📒",
941
+ notebook: "📓",
942
+ notebook_with_decorative_cover: "📔",
943
+ closed_book: "📕",
944
+ book: "📖",
945
+ open_book: "📖",
946
+ green_book: "📗",
947
+ blue_book: "📘",
948
+ orange_book: "📙",
949
+ books: "📚",
950
+ name_badge: "📛",
951
+ scroll: "📜",
952
+ memo: "📝",
953
+ pencil: "📝",
954
+ telephone_receiver: "📞",
955
+ pager: "📟",
956
+ fax: "📠",
957
+ satellite_antenna: "📡",
958
+ loudspeaker: "📢",
959
+ mega: "📣",
960
+ outbox_tray: "📤",
961
+ inbox_tray: "📥",
962
+ package: "📦",
963
+ "e-mail": "📧",
964
+ incoming_envelope: "📨",
965
+ envelope_with_arrow: "📩",
966
+ mailbox_closed: "📪",
967
+ mailbox: "📫",
968
+ mailbox_with_mail: "📬",
969
+ mailbox_with_no_mail: "📭",
970
+ postbox: "📮",
971
+ postal_horn: "📯",
972
+ newspaper: "📰",
973
+ iphone: "📱",
974
+ calling: "📲",
975
+ vibration_mode: "📳",
976
+ mobile_phone_off: "📴",
977
+ no_mobile_phones: "📵",
978
+ signal_strength: "📶",
979
+ camera: "📷",
980
+ camera_with_flash: "📸",
981
+ video_camera: "📹",
982
+ tv: "📺",
983
+ radio: "📻",
984
+ vhs: "📼",
985
+ film_projector: "📽️",
986
+ prayer_beads: "📿",
987
+ twisted_rightwards_arrows: "🔀",
988
+ repeat: "🔁",
989
+ repeat_one: "🔂",
990
+ arrows_clockwise: "🔃",
991
+ arrows_counterclockwise: "🔄",
992
+ low_brightness: "🔅",
993
+ high_brightness: "🔆",
994
+ mute: "🔇",
995
+ speaker: "🔈",
996
+ sound: "🔉",
997
+ loud_sound: "🔊",
998
+ battery: "🔋",
999
+ electric_plug: "🔌",
1000
+ mag: "🔍",
1001
+ mag_right: "🔎",
1002
+ lock_with_ink_pen: "🔏",
1003
+ closed_lock_with_key: "🔐",
1004
+ key: "🔑",
1005
+ lock: "🔒",
1006
+ unlock: "🔓",
1007
+ bell: "🔔",
1008
+ no_bell: "🔕",
1009
+ bookmark: "🔖",
1010
+ link: "🔗",
1011
+ radio_button: "🔘",
1012
+ back: "🔙",
1013
+ end: "🔚",
1014
+ on: "🔛",
1015
+ soon: "🔜",
1016
+ top: "🔝",
1017
+ underage: "🔞",
1018
+ keycap_ten: "🔟",
1019
+ capital_abcd: "🔠",
1020
+ abcd: "🔡",
1021
+ "1234": "🔢",
1022
+ symbols: "🔣",
1023
+ abc: "🔤",
1024
+ fire: "🔥",
1025
+ flashlight: "🔦",
1026
+ wrench: "🔧",
1027
+ hammer: "🔨",
1028
+ nut_and_bolt: "🔩",
1029
+ hocho: "🔪",
1030
+ knife: "🔪",
1031
+ gun: "🔫",
1032
+ microscope: "🔬",
1033
+ telescope: "🔭",
1034
+ crystal_ball: "🔮",
1035
+ six_pointed_star: "🔯",
1036
+ beginner: "🔰",
1037
+ trident: "🔱",
1038
+ black_square_button: "🔲",
1039
+ white_square_button: "🔳",
1040
+ red_circle: "🔴",
1041
+ large_blue_circle: "🔵",
1042
+ large_orange_diamond: "🔶",
1043
+ large_blue_diamond: "🔷",
1044
+ small_orange_diamond: "🔸",
1045
+ small_blue_diamond: "🔹",
1046
+ small_red_triangle: "🔺",
1047
+ small_red_triangle_down: "🔻",
1048
+ arrow_up_small: "🔼",
1049
+ arrow_down_small: "🔽",
1050
+ om_symbol: "🕉️",
1051
+ dove_of_peace: "🕊️",
1052
+ kaaba: "🕋",
1053
+ mosque: "🕌",
1054
+ synagogue: "🕍",
1055
+ menorah_with_nine_branches: "🕎",
1056
+ clock1: "🕐",
1057
+ clock2: "🕑",
1058
+ clock3: "🕒",
1059
+ clock4: "🕓",
1060
+ clock5: "🕔",
1061
+ clock6: "🕕",
1062
+ clock7: "🕖",
1063
+ clock8: "🕗",
1064
+ clock9: "🕘",
1065
+ clock10: "🕙",
1066
+ clock11: "🕚",
1067
+ clock12: "🕛",
1068
+ clock130: "🕜",
1069
+ clock230: "🕝",
1070
+ clock330: "🕞",
1071
+ clock430: "🕟",
1072
+ clock530: "🕠",
1073
+ clock630: "🕡",
1074
+ clock730: "🕢",
1075
+ clock830: "🕣",
1076
+ clock930: "🕤",
1077
+ clock1030: "🕥",
1078
+ clock1130: "🕦",
1079
+ clock1230: "🕧",
1080
+ candle: "🕯️",
1081
+ mantelpiece_clock: "🕰️",
1082
+ hole: "🕳️",
1083
+ man_in_business_suit_levitating: "🕴️",
1084
+ "female-detective": "🕵️‍♀️",
1085
+ "male-detective": "🕵️‍♂️",
1086
+ sleuth_or_spy: "🕵️",
1087
+ dark_sunglasses: "🕶️",
1088
+ spider: "🕷️",
1089
+ spider_web: "🕸️",
1090
+ joystick: "🕹️",
1091
+ man_dancing: "🕺",
1092
+ linked_paperclips: "🖇️",
1093
+ lower_left_ballpoint_pen: "🖊️",
1094
+ lower_left_fountain_pen: "🖋️",
1095
+ lower_left_paintbrush: "🖌️",
1096
+ lower_left_crayon: "🖍️",
1097
+ raised_hand_with_fingers_splayed: "🖐️",
1098
+ middle_finger: "🖕",
1099
+ reversed_hand_with_middle_finger_extended: "🖕",
1100
+ "spock-hand": "🖖",
1101
+ black_heart: "🖤",
1102
+ desktop_computer: "🖥️",
1103
+ printer: "🖨️",
1104
+ three_button_mouse: "🖱️",
1105
+ trackball: "🖲️",
1106
+ frame_with_picture: "🖼️",
1107
+ card_index_dividers: "🗂️",
1108
+ card_file_box: "🗃️",
1109
+ file_cabinet: "🗄️",
1110
+ wastebasket: "🗑️",
1111
+ spiral_note_pad: "🗒️",
1112
+ spiral_calendar_pad: "🗓️",
1113
+ compression: "🗜️",
1114
+ old_key: "🗝️",
1115
+ rolled_up_newspaper: "🗞️",
1116
+ dagger_knife: "🗡️",
1117
+ speaking_head_in_silhouette: "🗣️",
1118
+ left_speech_bubble: "🗨️",
1119
+ right_anger_bubble: "🗯️",
1120
+ ballot_box_with_ballot: "🗳️",
1121
+ world_map: "🗺️",
1122
+ mount_fuji: "🗻",
1123
+ tokyo_tower: "🗼",
1124
+ statue_of_liberty: "🗽",
1125
+ japan: "🗾",
1126
+ moyai: "🗿",
1127
+ grinning: "😀",
1128
+ grin: "😁",
1129
+ joy: "😂",
1130
+ smiley: "😃",
1131
+ smile: "😄",
1132
+ sweat_smile: "😅",
1133
+ laughing: "😆",
1134
+ satisfied: "😆",
1135
+ innocent: "😇",
1136
+ smiling_imp: "😈",
1137
+ wink: "😉",
1138
+ blush: "😊",
1139
+ yum: "😋",
1140
+ relieved: "😌",
1141
+ heart_eyes: "😍",
1142
+ sunglasses: "😎",
1143
+ smirk: "😏",
1144
+ neutral_face: "😐",
1145
+ expressionless: "😑",
1146
+ unamused: "😒",
1147
+ sweat: "😓",
1148
+ pensive: "😔",
1149
+ confused: "😕",
1150
+ confounded: "😖",
1151
+ kissing: "😗",
1152
+ kissing_heart: "😘",
1153
+ kissing_smiling_eyes: "😙",
1154
+ kissing_closed_eyes: "😚",
1155
+ stuck_out_tongue: "😛",
1156
+ stuck_out_tongue_winking_eye: "😜",
1157
+ stuck_out_tongue_closed_eyes: "😝",
1158
+ disappointed: "😞",
1159
+ worried: "😟",
1160
+ angry: "😠",
1161
+ rage: "😡",
1162
+ cry: "😢",
1163
+ persevere: "😣",
1164
+ triumph: "😤",
1165
+ disappointed_relieved: "😥",
1166
+ frowning: "😦",
1167
+ anguished: "😧",
1168
+ fearful: "😨",
1169
+ weary: "😩",
1170
+ sleepy: "😪",
1171
+ tired_face: "😫",
1172
+ grimacing: "😬",
1173
+ sob: "😭",
1174
+ face_exhaling: "😮‍💨",
1175
+ open_mouth: "😮",
1176
+ hushed: "😯",
1177
+ cold_sweat: "😰",
1178
+ scream: "😱",
1179
+ astonished: "😲",
1180
+ flushed: "😳",
1181
+ sleeping: "😴",
1182
+ face_with_spiral_eyes: "😵‍💫",
1183
+ dizzy_face: "😵",
1184
+ face_in_clouds: "😶‍🌫️",
1185
+ no_mouth: "😶",
1186
+ mask: "😷",
1187
+ smile_cat: "😸",
1188
+ joy_cat: "😹",
1189
+ smiley_cat: "😺",
1190
+ heart_eyes_cat: "😻",
1191
+ smirk_cat: "😼",
1192
+ kissing_cat: "😽",
1193
+ pouting_cat: "😾",
1194
+ crying_cat_face: "😿",
1195
+ scream_cat: "🙀",
1196
+ slightly_frowning_face: "🙁",
1197
+ head_shaking_horizontally: "🙂‍↔️",
1198
+ head_shaking_vertically: "🙂‍↕️",
1199
+ slightly_smiling_face: "🙂",
1200
+ upside_down_face: "🙃",
1201
+ face_with_rolling_eyes: "🙄",
1202
+ "woman-gesturing-no": "🙅‍♀️",
1203
+ "man-gesturing-no": "🙅‍♂️",
1204
+ no_good: "🙅",
1205
+ "woman-gesturing-ok": "🙆‍♀️",
1206
+ "man-gesturing-ok": "🙆‍♂️",
1207
+ ok_woman: "🙆",
1208
+ "woman-bowing": "🙇‍♀️",
1209
+ "man-bowing": "🙇‍♂️",
1210
+ bow: "🙇",
1211
+ see_no_evil: "🙈",
1212
+ hear_no_evil: "🙉",
1213
+ speak_no_evil: "🙊",
1214
+ "woman-raising-hand": "🙋‍♀️",
1215
+ "man-raising-hand": "🙋‍♂️",
1216
+ raising_hand: "🙋",
1217
+ raised_hands: "🙌",
1218
+ "woman-frowning": "🙍‍♀️",
1219
+ "man-frowning": "🙍‍♂️",
1220
+ person_frowning: "🙍",
1221
+ "woman-pouting": "🙎‍♀️",
1222
+ "man-pouting": "🙎‍♂️",
1223
+ person_with_pouting_face: "🙎",
1224
+ pray: "🙏",
1225
+ rocket: "🚀",
1226
+ helicopter: "🚁",
1227
+ steam_locomotive: "🚂",
1228
+ railway_car: "🚃",
1229
+ bullettrain_side: "🚄",
1230
+ bullettrain_front: "🚅",
1231
+ train2: "🚆",
1232
+ metro: "🚇",
1233
+ light_rail: "🚈",
1234
+ station: "🚉",
1235
+ tram: "🚊",
1236
+ train: "🚋",
1237
+ bus: "🚌",
1238
+ oncoming_bus: "🚍",
1239
+ trolleybus: "🚎",
1240
+ busstop: "🚏",
1241
+ minibus: "🚐",
1242
+ ambulance: "🚑",
1243
+ fire_engine: "🚒",
1244
+ police_car: "🚓",
1245
+ oncoming_police_car: "🚔",
1246
+ taxi: "🚕",
1247
+ oncoming_taxi: "🚖",
1248
+ car: "🚗",
1249
+ red_car: "🚗",
1250
+ oncoming_automobile: "🚘",
1251
+ blue_car: "🚙",
1252
+ truck: "🚚",
1253
+ articulated_lorry: "🚛",
1254
+ tractor: "🚜",
1255
+ monorail: "🚝",
1256
+ mountain_railway: "🚞",
1257
+ suspension_railway: "🚟",
1258
+ mountain_cableway: "🚠",
1259
+ aerial_tramway: "🚡",
1260
+ ship: "🚢",
1261
+ "woman-rowing-boat": "🚣‍♀️",
1262
+ "man-rowing-boat": "🚣‍♂️",
1263
+ rowboat: "🚣",
1264
+ speedboat: "🚤",
1265
+ traffic_light: "🚥",
1266
+ vertical_traffic_light: "🚦",
1267
+ construction: "🚧",
1268
+ rotating_light: "🚨",
1269
+ triangular_flag_on_post: "🚩",
1270
+ door: "🚪",
1271
+ no_entry_sign: "🚫",
1272
+ smoking: "🚬",
1273
+ no_smoking: "🚭",
1274
+ put_litter_in_its_place: "🚮",
1275
+ do_not_litter: "🚯",
1276
+ potable_water: "🚰",
1277
+ "non-potable_water": "🚱",
1278
+ bike: "🚲",
1279
+ no_bicycles: "🚳",
1280
+ "woman-biking": "🚴‍♀️",
1281
+ "man-biking": "🚴‍♂️",
1282
+ bicyclist: "🚴",
1283
+ "woman-mountain-biking": "🚵‍♀️",
1284
+ "man-mountain-biking": "🚵‍♂️",
1285
+ mountain_bicyclist: "🚵",
1286
+ "woman-walking": "🚶‍♀️",
1287
+ woman_walking_facing_right: "🚶‍♀️‍➡️",
1288
+ "man-walking": "🚶‍♂️",
1289
+ man_walking_facing_right: "🚶‍♂️‍➡️",
1290
+ person_walking_facing_right: "🚶‍➡️",
1291
+ walking: "🚶",
1292
+ no_pedestrians: "🚷",
1293
+ children_crossing: "🚸",
1294
+ mens: "🚹",
1295
+ womens: "🚺",
1296
+ restroom: "🚻",
1297
+ baby_symbol: "🚼",
1298
+ toilet: "🚽",
1299
+ wc: "🚾",
1300
+ shower: "🚿",
1301
+ bath: "🛀",
1302
+ bathtub: "🛁",
1303
+ passport_control: "🛂",
1304
+ customs: "🛃",
1305
+ baggage_claim: "🛄",
1306
+ left_luggage: "🛅",
1307
+ couch_and_lamp: "🛋️",
1308
+ sleeping_accommodation: "🛌",
1309
+ shopping_bags: "🛍️",
1310
+ bellhop_bell: "🛎️",
1311
+ bed: "🛏️",
1312
+ place_of_worship: "🛐",
1313
+ octagonal_sign: "🛑",
1314
+ shopping_trolley: "🛒",
1315
+ hindu_temple: "🛕",
1316
+ hut: "🛖",
1317
+ elevator: "🛗",
1318
+ wireless: "🛜",
1319
+ playground_slide: "🛝",
1320
+ wheel: "🛞",
1321
+ ring_buoy: "🛟",
1322
+ hammer_and_wrench: "🛠️",
1323
+ shield: "🛡️",
1324
+ oil_drum: "🛢️",
1325
+ motorway: "🛣️",
1326
+ railway_track: "🛤️",
1327
+ motor_boat: "🛥️",
1328
+ small_airplane: "🛩️",
1329
+ airplane_departure: "🛫",
1330
+ airplane_arriving: "🛬",
1331
+ satellite: "🛰️",
1332
+ passenger_ship: "🛳️",
1333
+ scooter: "🛴",
1334
+ motor_scooter: "🛵",
1335
+ canoe: "🛶",
1336
+ sled: "🛷",
1337
+ flying_saucer: "🛸",
1338
+ skateboard: "🛹",
1339
+ auto_rickshaw: "🛺",
1340
+ pickup_truck: "🛻",
1341
+ roller_skate: "🛼",
1342
+ large_orange_circle: "🟠",
1343
+ large_yellow_circle: "🟡",
1344
+ large_green_circle: "🟢",
1345
+ large_purple_circle: "🟣",
1346
+ large_brown_circle: "🟤",
1347
+ large_red_square: "🟥",
1348
+ large_blue_square: "🟦",
1349
+ large_orange_square: "🟧",
1350
+ large_yellow_square: "🟨",
1351
+ large_green_square: "🟩",
1352
+ large_purple_square: "🟪",
1353
+ large_brown_square: "🟫",
1354
+ heavy_equals_sign: "🟰",
1355
+ pinched_fingers: "🤌",
1356
+ white_heart: "🤍",
1357
+ brown_heart: "🤎",
1358
+ pinching_hand: "🤏",
1359
+ zipper_mouth_face: "🤐",
1360
+ money_mouth_face: "🤑",
1361
+ face_with_thermometer: "🤒",
1362
+ nerd_face: "🤓",
1363
+ thinking_face: "🤔",
1364
+ face_with_head_bandage: "🤕",
1365
+ robot_face: "🤖",
1366
+ hugging_face: "🤗",
1367
+ the_horns: "🤘",
1368
+ sign_of_the_horns: "🤘",
1369
+ call_me_hand: "🤙",
1370
+ raised_back_of_hand: "🤚",
1371
+ "left-facing_fist": "🤛",
1372
+ "right-facing_fist": "🤜",
1373
+ handshake: "🤝",
1374
+ crossed_fingers: "🤞",
1375
+ hand_with_index_and_middle_fingers_crossed: "🤞",
1376
+ i_love_you_hand_sign: "🤟",
1377
+ face_with_cowboy_hat: "🤠",
1378
+ clown_face: "🤡",
1379
+ nauseated_face: "🤢",
1380
+ rolling_on_the_floor_laughing: "🤣",
1381
+ drooling_face: "🤤",
1382
+ lying_face: "🤥",
1383
+ "woman-facepalming": "🤦‍♀️",
1384
+ "man-facepalming": "🤦‍♂️",
1385
+ face_palm: "🤦",
1386
+ sneezing_face: "🤧",
1387
+ face_with_raised_eyebrow: "🤨",
1388
+ face_with_one_eyebrow_raised: "🤨",
1389
+ "star-struck": "🤩",
1390
+ grinning_face_with_star_eyes: "🤩",
1391
+ zany_face: "🤪",
1392
+ grinning_face_with_one_large_and_one_small_eye: "🤪",
1393
+ shushing_face: "🤫",
1394
+ face_with_finger_covering_closed_lips: "🤫",
1395
+ face_with_symbols_on_mouth: "🤬",
1396
+ serious_face_with_symbols_covering_mouth: "🤬",
1397
+ face_with_hand_over_mouth: "🤭",
1398
+ smiling_face_with_smiling_eyes_and_hand_covering_mouth: "🤭",
1399
+ face_vomiting: "🤮",
1400
+ face_with_open_mouth_vomiting: "🤮",
1401
+ exploding_head: "🤯",
1402
+ shocked_face_with_exploding_head: "🤯",
1403
+ pregnant_woman: "🤰",
1404
+ "breast-feeding": "🤱",
1405
+ palms_up_together: "🤲",
1406
+ selfie: "🤳",
1407
+ prince: "🤴",
1408
+ woman_in_tuxedo: "🤵‍♀️",
1409
+ man_in_tuxedo: "🤵‍♂️",
1410
+ person_in_tuxedo: "🤵",
1411
+ mrs_claus: "🤶",
1412
+ mother_christmas: "🤶",
1413
+ "woman-shrugging": "🤷‍♀️",
1414
+ "man-shrugging": "🤷‍♂️",
1415
+ shrug: "🤷",
1416
+ "woman-cartwheeling": "🤸‍♀️",
1417
+ "man-cartwheeling": "🤸‍♂️",
1418
+ person_doing_cartwheel: "🤸",
1419
+ "woman-juggling": "🤹‍♀️",
1420
+ "man-juggling": "🤹‍♂️",
1421
+ juggling: "🤹",
1422
+ fencer: "🤺",
1423
+ "woman-wrestling": "🤼‍♀️",
1424
+ "man-wrestling": "🤼‍♂️",
1425
+ wrestlers: "🤼",
1426
+ "woman-playing-water-polo": "🤽‍♀️",
1427
+ "man-playing-water-polo": "🤽‍♂️",
1428
+ water_polo: "🤽",
1429
+ "woman-playing-handball": "🤾‍♀️",
1430
+ "man-playing-handball": "🤾‍♂️",
1431
+ handball: "🤾",
1432
+ diving_mask: "🤿",
1433
+ wilted_flower: "🥀",
1434
+ drum_with_drumsticks: "🥁",
1435
+ clinking_glasses: "🥂",
1436
+ tumbler_glass: "🥃",
1437
+ spoon: "🥄",
1438
+ goal_net: "🥅",
1439
+ first_place_medal: "🥇",
1440
+ second_place_medal: "🥈",
1441
+ third_place_medal: "🥉",
1442
+ boxing_glove: "🥊",
1443
+ martial_arts_uniform: "🥋",
1444
+ curling_stone: "🥌",
1445
+ lacrosse: "🥍",
1446
+ softball: "🥎",
1447
+ flying_disc: "🥏",
1448
+ croissant: "🥐",
1449
+ avocado: "🥑",
1450
+ cucumber: "🥒",
1451
+ bacon: "🥓",
1452
+ potato: "🥔",
1453
+ carrot: "🥕",
1454
+ baguette_bread: "🥖",
1455
+ green_salad: "🥗",
1456
+ shallow_pan_of_food: "🥘",
1457
+ stuffed_flatbread: "🥙",
1458
+ egg: "🥚",
1459
+ glass_of_milk: "🥛",
1460
+ peanuts: "🥜",
1461
+ kiwifruit: "🥝",
1462
+ pancakes: "🥞",
1463
+ dumpling: "🥟",
1464
+ fortune_cookie: "🥠",
1465
+ takeout_box: "🥡",
1466
+ chopsticks: "🥢",
1467
+ bowl_with_spoon: "🥣",
1468
+ cup_with_straw: "🥤",
1469
+ coconut: "🥥",
1470
+ broccoli: "🥦",
1471
+ pie: "🥧",
1472
+ pretzel: "🥨",
1473
+ cut_of_meat: "🥩",
1474
+ sandwich: "🥪",
1475
+ canned_food: "🥫",
1476
+ leafy_green: "🥬",
1477
+ mango: "🥭",
1478
+ moon_cake: "🥮",
1479
+ bagel: "🥯",
1480
+ smiling_face_with_3_hearts: "🥰",
1481
+ yawning_face: "🥱",
1482
+ smiling_face_with_tear: "🥲",
1483
+ partying_face: "🥳",
1484
+ woozy_face: "🥴",
1485
+ hot_face: "🥵",
1486
+ cold_face: "🥶",
1487
+ ninja: "🥷",
1488
+ disguised_face: "🥸",
1489
+ face_holding_back_tears: "🥹",
1490
+ pleading_face: "🥺",
1491
+ sari: "🥻",
1492
+ lab_coat: "🥼",
1493
+ goggles: "🥽",
1494
+ hiking_boot: "🥾",
1495
+ womans_flat_shoe: "🥿",
1496
+ crab: "🦀",
1497
+ lion_face: "🦁",
1498
+ scorpion: "🦂",
1499
+ turkey: "🦃",
1500
+ unicorn_face: "🦄",
1501
+ eagle: "🦅",
1502
+ duck: "🦆",
1503
+ bat: "🦇",
1504
+ shark: "🦈",
1505
+ owl: "🦉",
1506
+ fox_face: "🦊",
1507
+ butterfly: "🦋",
1508
+ deer: "🦌",
1509
+ gorilla: "🦍",
1510
+ lizard: "🦎",
1511
+ rhinoceros: "🦏",
1512
+ shrimp: "🦐",
1513
+ squid: "🦑",
1514
+ giraffe_face: "🦒",
1515
+ zebra_face: "🦓",
1516
+ hedgehog: "🦔",
1517
+ sauropod: "🦕",
1518
+ "t-rex": "🦖",
1519
+ cricket: "🦗",
1520
+ kangaroo: "🦘",
1521
+ llama: "🦙",
1522
+ peacock: "🦚",
1523
+ hippopotamus: "🦛",
1524
+ parrot: "🦜",
1525
+ raccoon: "🦝",
1526
+ lobster: "🦞",
1527
+ mosquito: "🦟",
1528
+ microbe: "🦠",
1529
+ badger: "🦡",
1530
+ swan: "🦢",
1531
+ mammoth: "🦣",
1532
+ dodo: "🦤",
1533
+ sloth: "🦥",
1534
+ otter: "🦦",
1535
+ orangutan: "🦧",
1536
+ skunk: "🦨",
1537
+ flamingo: "🦩",
1538
+ oyster: "🦪",
1539
+ beaver: "🦫",
1540
+ bison: "🦬",
1541
+ seal: "🦭",
1542
+ guide_dog: "🦮",
1543
+ probing_cane: "🦯",
1544
+ bone: "🦴",
1545
+ leg: "🦵",
1546
+ foot: "🦶",
1547
+ tooth: "🦷",
1548
+ female_superhero: "🦸‍♀️",
1549
+ male_superhero: "🦸‍♂️",
1550
+ superhero: "🦸",
1551
+ female_supervillain: "🦹‍♀️",
1552
+ male_supervillain: "🦹‍♂️",
1553
+ supervillain: "🦹",
1554
+ safety_vest: "🦺",
1555
+ ear_with_hearing_aid: "🦻",
1556
+ motorized_wheelchair: "🦼",
1557
+ manual_wheelchair: "🦽",
1558
+ mechanical_arm: "🦾",
1559
+ mechanical_leg: "🦿",
1560
+ cheese_wedge: "🧀",
1561
+ cupcake: "🧁",
1562
+ salt: "🧂",
1563
+ beverage_box: "🧃",
1564
+ garlic: "🧄",
1565
+ onion: "🧅",
1566
+ falafel: "🧆",
1567
+ waffle: "🧇",
1568
+ butter: "🧈",
1569
+ mate_drink: "🧉",
1570
+ ice_cube: "🧊",
1571
+ bubble_tea: "🧋",
1572
+ troll: "🧌",
1573
+ woman_standing: "🧍‍♀️",
1574
+ man_standing: "🧍‍♂️",
1575
+ standing_person: "🧍",
1576
+ woman_kneeling: "🧎‍♀️",
1577
+ woman_kneeling_facing_right: "🧎‍♀️‍➡️",
1578
+ man_kneeling: "🧎‍♂️",
1579
+ man_kneeling_facing_right: "🧎‍♂️‍➡️",
1580
+ person_kneeling_facing_right: "🧎‍➡️",
1581
+ kneeling_person: "🧎",
1582
+ deaf_woman: "🧏‍♀️",
1583
+ deaf_man: "🧏‍♂️",
1584
+ deaf_person: "🧏",
1585
+ face_with_monocle: "🧐",
1586
+ farmer: "🧑‍🌾",
1587
+ cook: "🧑‍🍳",
1588
+ person_feeding_baby: "🧑‍🍼",
1589
+ mx_claus: "🧑‍🎄",
1590
+ student: "🧑‍🎓",
1591
+ singer: "🧑‍🎤",
1592
+ artist: "🧑‍🎨",
1593
+ teacher: "🧑‍🏫",
1594
+ factory_worker: "🧑‍🏭",
1595
+ technologist: "🧑‍💻",
1596
+ office_worker: "🧑‍💼",
1597
+ mechanic: "🧑‍🔧",
1598
+ scientist: "🧑‍🔬",
1599
+ astronaut: "🧑‍🚀",
1600
+ firefighter: "🧑‍🚒",
1601
+ people_holding_hands: "🧑‍🤝‍🧑",
1602
+ person_with_white_cane_facing_right: "🧑‍🦯‍➡️",
1603
+ person_with_probing_cane: "🧑‍🦯",
1604
+ red_haired_person: "🧑‍🦰",
1605
+ curly_haired_person: "🧑‍🦱",
1606
+ bald_person: "🧑‍🦲",
1607
+ white_haired_person: "🧑‍🦳",
1608
+ person_in_motorized_wheelchair_facing_right: "🧑‍🦼‍➡️",
1609
+ person_in_motorized_wheelchair: "🧑‍🦼",
1610
+ person_in_manual_wheelchair_facing_right: "🧑‍🦽‍➡️",
1611
+ person_in_manual_wheelchair: "🧑‍🦽",
1612
+ family_adult_adult_child: "🧑‍🧑‍🧒",
1613
+ family_adult_adult_child_child: "🧑‍🧑‍🧒‍🧒",
1614
+ family_adult_child_child: "🧑‍🧒‍🧒",
1615
+ family_adult_child: "🧑‍🧒",
1616
+ health_worker: "🧑‍⚕️",
1617
+ judge: "🧑‍⚖️",
1618
+ pilot: "🧑‍✈️",
1619
+ adult: "🧑",
1620
+ child: "🧒",
1621
+ older_adult: "🧓",
1622
+ woman_with_beard: "🧔‍♀️",
1623
+ man_with_beard: "🧔‍♂️",
1624
+ bearded_person: "🧔",
1625
+ person_with_headscarf: "🧕",
1626
+ woman_in_steamy_room: "🧖‍♀️",
1627
+ man_in_steamy_room: "🧖‍♂️",
1628
+ person_in_steamy_room: "🧖",
1629
+ woman_climbing: "🧗‍♀️",
1630
+ man_climbing: "🧗‍♂️",
1631
+ person_climbing: "🧗",
1632
+ woman_in_lotus_position: "🧘‍♀️",
1633
+ man_in_lotus_position: "🧘‍♂️",
1634
+ person_in_lotus_position: "🧘",
1635
+ female_mage: "🧙‍♀️",
1636
+ male_mage: "🧙‍♂️",
1637
+ mage: "🧙",
1638
+ female_fairy: "🧚‍♀️",
1639
+ male_fairy: "🧚‍♂️",
1640
+ fairy: "🧚",
1641
+ female_vampire: "🧛‍♀️",
1642
+ male_vampire: "🧛‍♂️",
1643
+ vampire: "🧛",
1644
+ mermaid: "🧜‍♀️",
1645
+ merman: "🧜‍♂️",
1646
+ merperson: "🧜",
1647
+ female_elf: "🧝‍♀️",
1648
+ male_elf: "🧝‍♂️",
1649
+ elf: "🧝",
1650
+ female_genie: "🧞‍♀️",
1651
+ male_genie: "🧞‍♂️",
1652
+ genie: "🧞",
1653
+ female_zombie: "🧟‍♀️",
1654
+ male_zombie: "🧟‍♂️",
1655
+ zombie: "🧟",
1656
+ brain: "🧠",
1657
+ orange_heart: "🧡",
1658
+ billed_cap: "🧢",
1659
+ scarf: "🧣",
1660
+ gloves: "🧤",
1661
+ coat: "🧥",
1662
+ socks: "🧦",
1663
+ red_envelope: "🧧",
1664
+ firecracker: "🧨",
1665
+ jigsaw: "🧩",
1666
+ test_tube: "🧪",
1667
+ petri_dish: "🧫",
1668
+ dna: "🧬",
1669
+ compass: "🧭",
1670
+ abacus: "🧮",
1671
+ fire_extinguisher: "🧯",
1672
+ toolbox: "🧰",
1673
+ bricks: "🧱",
1674
+ magnet: "🧲",
1675
+ luggage: "🧳",
1676
+ lotion_bottle: "🧴",
1677
+ thread: "🧵",
1678
+ yarn: "🧶",
1679
+ safety_pin: "🧷",
1680
+ teddy_bear: "🧸",
1681
+ broom: "🧹",
1682
+ basket: "🧺",
1683
+ roll_of_paper: "🧻",
1684
+ soap: "🧼",
1685
+ sponge: "🧽",
1686
+ receipt: "🧾",
1687
+ nazar_amulet: "🧿",
1688
+ ballet_shoes: "🩰",
1689
+ "one-piece_swimsuit": "🩱",
1690
+ briefs: "🩲",
1691
+ shorts: "🩳",
1692
+ thong_sandal: "🩴",
1693
+ light_blue_heart: "🩵",
1694
+ grey_heart: "🩶",
1695
+ pink_heart: "🩷",
1696
+ drop_of_blood: "🩸",
1697
+ adhesive_bandage: "🩹",
1698
+ stethoscope: "🩺",
1699
+ "x-ray": "🩻",
1700
+ crutch: "🩼",
1701
+ "yo-yo": "🪀",
1702
+ kite: "🪁",
1703
+ parachute: "🪂",
1704
+ boomerang: "🪃",
1705
+ magic_wand: "🪄",
1706
+ pinata: "🪅",
1707
+ nesting_dolls: "🪆",
1708
+ maracas: "🪇",
1709
+ flute: "🪈",
1710
+ harp: "🪉",
1711
+ shovel: "🪏",
1712
+ ringed_planet: "🪐",
1713
+ chair: "🪑",
1714
+ razor: "🪒",
1715
+ axe: "🪓",
1716
+ diya_lamp: "🪔",
1717
+ banjo: "🪕",
1718
+ military_helmet: "🪖",
1719
+ accordion: "🪗",
1720
+ long_drum: "🪘",
1721
+ coin: "🪙",
1722
+ carpentry_saw: "🪚",
1723
+ screwdriver: "🪛",
1724
+ ladder: "🪜",
1725
+ hook: "🪝",
1726
+ mirror: "🪞",
1727
+ window: "🪟",
1728
+ plunger: "🪠",
1729
+ sewing_needle: "🪡",
1730
+ knot: "🪢",
1731
+ bucket: "🪣",
1732
+ mouse_trap: "🪤",
1733
+ toothbrush: "🪥",
1734
+ headstone: "🪦",
1735
+ placard: "🪧",
1736
+ rock: "🪨",
1737
+ mirror_ball: "🪩",
1738
+ identification_card: "🪪",
1739
+ low_battery: "🪫",
1740
+ hamsa: "🪬",
1741
+ folding_hand_fan: "🪭",
1742
+ hair_pick: "🪮",
1743
+ khanda: "🪯",
1744
+ fly: "🪰",
1745
+ worm: "🪱",
1746
+ beetle: "🪲",
1747
+ cockroach: "🪳",
1748
+ potted_plant: "🪴",
1749
+ wood: "🪵",
1750
+ feather: "🪶",
1751
+ lotus: "🪷",
1752
+ coral: "🪸",
1753
+ empty_nest: "🪹",
1754
+ nest_with_eggs: "🪺",
1755
+ hyacinth: "🪻",
1756
+ jellyfish: "🪼",
1757
+ wing: "🪽",
1758
+ leafless_tree: "🪾",
1759
+ goose: "🪿",
1760
+ anatomical_heart: "🫀",
1761
+ lungs: "🫁",
1762
+ people_hugging: "🫂",
1763
+ pregnant_man: "🫃",
1764
+ pregnant_person: "🫄",
1765
+ person_with_crown: "🫅",
1766
+ fingerprint: "🫆",
1767
+ moose: "🫎",
1768
+ donkey: "🫏",
1769
+ blueberries: "🫐",
1770
+ bell_pepper: "🫑",
1771
+ olive: "🫒",
1772
+ flatbread: "🫓",
1773
+ tamale: "🫔",
1774
+ fondue: "🫕",
1775
+ teapot: "🫖",
1776
+ pouring_liquid: "🫗",
1777
+ beans: "🫘",
1778
+ jar: "🫙",
1779
+ ginger_root: "🫚",
1780
+ pea_pod: "🫛",
1781
+ root_vegetable: "🫜",
1782
+ splatter: "🫟",
1783
+ melting_face: "🫠",
1784
+ saluting_face: "🫡",
1785
+ face_with_open_eyes_and_hand_over_mouth: "🫢",
1786
+ face_with_peeking_eye: "🫣",
1787
+ face_with_diagonal_mouth: "🫤",
1788
+ dotted_line_face: "🫥",
1789
+ biting_lip: "🫦",
1790
+ bubbles: "🫧",
1791
+ shaking_face: "🫨",
1792
+ face_with_bags_under_eyes: "🫩",
1793
+ hand_with_index_finger_and_thumb_crossed: "🫰",
1794
+ rightwards_hand: "🫱",
1795
+ leftwards_hand: "🫲",
1796
+ palm_down_hand: "🫳",
1797
+ palm_up_hand: "🫴",
1798
+ index_pointing_at_the_viewer: "🫵",
1799
+ heart_hands: "🫶",
1800
+ leftwards_pushing_hand: "🫷",
1801
+ rightwards_pushing_hand: "🫸",
1802
+ bangbang: "‼️",
1803
+ interrobang: "⁉️",
1804
+ tm: "™️",
1805
+ information_source: "ℹ️",
1806
+ left_right_arrow: "↔️",
1807
+ arrow_up_down: "↕️",
1808
+ arrow_upper_left: "↖️",
1809
+ arrow_upper_right: "↗️",
1810
+ arrow_lower_right: "↘️",
1811
+ arrow_lower_left: "↙️",
1812
+ leftwards_arrow_with_hook: "↩️",
1813
+ arrow_right_hook: "↪️",
1814
+ watch: "⌚",
1815
+ hourglass: "⌛",
1816
+ keyboard: "⌨️",
1817
+ eject: "⏏️",
1818
+ fast_forward: "⏩",
1819
+ rewind: "⏪",
1820
+ arrow_double_up: "⏫",
1821
+ arrow_double_down: "⏬",
1822
+ black_right_pointing_double_triangle_with_vertical_bar: "⏭️",
1823
+ black_left_pointing_double_triangle_with_vertical_bar: "⏮️",
1824
+ black_right_pointing_triangle_with_double_vertical_bar: "⏯️",
1825
+ alarm_clock: "⏰",
1826
+ stopwatch: "⏱️",
1827
+ timer_clock: "⏲️",
1828
+ hourglass_flowing_sand: "⏳",
1829
+ double_vertical_bar: "⏸️",
1830
+ black_square_for_stop: "⏹️",
1831
+ black_circle_for_record: "⏺️",
1832
+ m: "Ⓜ️",
1833
+ black_small_square: "▪️",
1834
+ white_small_square: "▫️",
1835
+ arrow_forward: "▶️",
1836
+ arrow_backward: "◀️",
1837
+ white_medium_square: "◻️",
1838
+ black_medium_square: "◼️",
1839
+ white_medium_small_square: "◽",
1840
+ black_medium_small_square: "◾",
1841
+ sunny: "☀️",
1842
+ cloud: "☁️",
1843
+ umbrella: "☂️",
1844
+ snowman: "☃️",
1845
+ comet: "☄️",
1846
+ phone: "☎️",
1847
+ telephone: "☎️",
1848
+ ballot_box_with_check: "☑️",
1849
+ umbrella_with_rain_drops: "☔",
1850
+ coffee: "☕",
1851
+ shamrock: "☘️",
1852
+ point_up: "☝️",
1853
+ skull_and_crossbones: "☠️",
1854
+ radioactive_sign: "☢️",
1855
+ biohazard_sign: "☣️",
1856
+ orthodox_cross: "☦️",
1857
+ star_and_crescent: "☪️",
1858
+ peace_symbol: "☮️",
1859
+ yin_yang: "☯️",
1860
+ wheel_of_dharma: "☸️",
1861
+ white_frowning_face: "☹️",
1862
+ relaxed: "☺️",
1863
+ female_sign: "♀️",
1864
+ male_sign: "♂️",
1865
+ aries: "♈",
1866
+ taurus: "♉",
1867
+ gemini: "♊",
1868
+ cancer: "♋",
1869
+ leo: "♌",
1870
+ virgo: "♍",
1871
+ libra: "♎",
1872
+ scorpius: "♏",
1873
+ sagittarius: "♐",
1874
+ capricorn: "♑",
1875
+ aquarius: "♒",
1876
+ pisces: "♓",
1877
+ chess_pawn: "♟️",
1878
+ spades: "♠️",
1879
+ clubs: "♣️",
1880
+ hearts: "♥️",
1881
+ diamonds: "♦️",
1882
+ hotsprings: "♨️",
1883
+ recycle: "♻️",
1884
+ infinity: "♾️",
1885
+ wheelchair: "♿",
1886
+ hammer_and_pick: "⚒️",
1887
+ anchor: "⚓",
1888
+ crossed_swords: "⚔️",
1889
+ medical_symbol: "⚕️",
1890
+ staff_of_aesculapius: "⚕️",
1891
+ scales: "⚖️",
1892
+ alembic: "⚗️",
1893
+ gear: "⚙️",
1894
+ atom_symbol: "⚛️",
1895
+ fleur_de_lis: "⚜️",
1896
+ warning: "⚠️",
1897
+ zap: "⚡",
1898
+ transgender_symbol: "⚧️",
1899
+ white_circle: "⚪",
1900
+ black_circle: "⚫",
1901
+ coffin: "⚰️",
1902
+ funeral_urn: "⚱️",
1903
+ soccer: "⚽",
1904
+ baseball: "⚾",
1905
+ snowman_without_snow: "⛄",
1906
+ partly_sunny: "⛅",
1907
+ thunder_cloud_and_rain: "⛈️",
1908
+ ophiuchus: "⛎",
1909
+ pick: "⛏️",
1910
+ helmet_with_white_cross: "⛑️",
1911
+ broken_chain: "⛓️‍💥",
1912
+ chains: "⛓️",
1913
+ no_entry: "⛔",
1914
+ shinto_shrine: "⛩️",
1915
+ church: "⛪",
1916
+ mountain: "⛰️",
1917
+ umbrella_on_ground: "⛱️",
1918
+ fountain: "⛲",
1919
+ golf: "⛳",
1920
+ ferry: "⛴️",
1921
+ boat: "⛵",
1922
+ sailboat: "⛵",
1923
+ skier: "⛷️",
1924
+ ice_skate: "⛸️",
1925
+ "woman-bouncing-ball": "⛹️‍♀️",
1926
+ "man-bouncing-ball": "⛹️‍♂️",
1927
+ person_with_ball: "⛹️",
1928
+ tent: "⛺",
1929
+ fuelpump: "⛽",
1930
+ scissors: "✂️",
1931
+ white_check_mark: "✅",
1932
+ airplane: "✈️",
1933
+ email: "✉️",
1934
+ envelope: "✉️",
1935
+ fist: "✊",
1936
+ hand: "✋",
1937
+ raised_hand: "✋",
1938
+ v: "✌️",
1939
+ writing_hand: "✍️",
1940
+ pencil2: "✏️",
1941
+ black_nib: "✒️",
1942
+ heavy_check_mark: "✔️",
1943
+ heavy_multiplication_x: "✖️",
1944
+ latin_cross: "✝️",
1945
+ star_of_david: "✡️",
1946
+ sparkles: "✨",
1947
+ eight_spoked_asterisk: "✳️",
1948
+ eight_pointed_black_star: "✴️",
1949
+ snowflake: "❄️",
1950
+ sparkle: "❇️",
1951
+ x: "❌",
1952
+ negative_squared_cross_mark: "❎",
1953
+ question: "❓",
1954
+ grey_question: "❔",
1955
+ grey_exclamation: "❕",
1956
+ exclamation: "❗",
1957
+ heavy_exclamation_mark: "❗",
1958
+ heavy_heart_exclamation_mark_ornament: "❣️",
1959
+ heart_on_fire: "❤️‍🔥",
1960
+ mending_heart: "❤️‍🩹",
1961
+ heart: "❤️",
1962
+ heavy_plus_sign: "➕",
1963
+ heavy_minus_sign: "➖",
1964
+ heavy_division_sign: "➗",
1965
+ arrow_right: "➡️",
1966
+ curly_loop: "➰",
1967
+ loop: "➿",
1968
+ arrow_heading_up: "⤴️",
1969
+ arrow_heading_down: "⤵️",
1970
+ arrow_left: "⬅️",
1971
+ arrow_up: "⬆️",
1972
+ arrow_down: "⬇️",
1973
+ black_large_square: "⬛",
1974
+ white_large_square: "⬜",
1975
+ star: "⭐",
1976
+ o: "⭕",
1977
+ wavy_dash: "〰️",
1978
+ part_alternation_mark: "〽️",
1979
+ congratulations: "㊗️",
1980
+ secret: "㊙️"
1981
+ };
1982
+ //#endregion
1983
+ export { emojiByShortcode };
1984
+
1985
+ //# sourceMappingURL=emoji-shortcodes.generated.js.map