@cloudbase/weda-ui 0.2.7 → 0.2.11

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 (130) hide show
  1. package/package.json +2 -4
  2. package/src/configs/components/container.json +2 -1
  3. package/src/configs/components/form/richText.json +2 -1
  4. package/src/configs/components/form/uploader.json +4 -4
  5. package/src/configs/components/image.json +2 -1
  6. package/src/configs/components/link.json +2 -1
  7. package/src/configs/components/richtextview.json +2 -1
  8. package/src/configs/components/scrollVeiw.json +2 -1
  9. package/src/configs/components/swiper.json +2 -1
  10. package/src/configs/components/tabs.json +2 -1
  11. package/src/configs/components/text.json +2 -1
  12. package/src/configs/index.js +4 -7
  13. package/src/mp/components/form/uploader/index.js +15 -8
  14. package/src/mp/components/form/uploader/index.wxml +1 -1
  15. package/src/web/components/form/enumSelect/MultipleSelect.jsx +89 -0
  16. package/src/web/components/form/enumSelect/NormalSelect.jsx +101 -0
  17. package/src/web/components/form/enumSelect/SelectContainer.jsx +43 -0
  18. package/src/web/components/form/enumSelect/index.jsx +9 -0
  19. package/src/web/components/form/enumSelect/props/defaultProps.js +39 -0
  20. package/src/web/components/form/enumSelect/props/propsTypes.js +50 -0
  21. package/src/web/components/form/select/region/{cities.json → cities.js} +2 -2
  22. package/src/web/components/form/select/region/index.js +3 -3
  23. package/src/web/components/form/select/region/{provinces.json → provinces.js} +2 -2
  24. package/src/web/components/form/select/region/{regions.json → regions.js} +2 -2
  25. package/src/web/components/form/switch/index.jsx +1 -0
  26. package/src/web/components/form/uploader/uploader.h5.jsx +42 -16
  27. package/src/web/components/form/uploader/uploader.pc.jsx +1 -1
  28. package/src/web/components/image/image.jsx +0 -1
  29. package/src/web/components/index.js +1 -1
  30. package/src/web/components/link/test/__snapshots__/storybook.test.js.snap +754 -0
  31. package/src/web/components/modal/index.jsx +3 -2
  32. package/CHANGELOG.md +0 -240
  33. package/src/.DS_Store +0 -0
  34. package/src/configs/components/markdown.json +0 -17
  35. package/src/mp/.gitignore +0 -10
  36. package/src/mp/components/markdown/index.js +0 -27
  37. package/src/mp/components/markdown/index.json +0 -6
  38. package/src/mp/components/markdown/index.wxml +0 -1
  39. package/src/mp/components/markdown/towxml/audio-player/Audio.js +0 -99
  40. package/src/mp/components/markdown/towxml/audio-player/audio-player.js +0 -102
  41. package/src/mp/components/markdown/towxml/audio-player/audio-player.json +0 -5
  42. package/src/mp/components/markdown/towxml/audio-player/audio-player.wxml +0 -14
  43. package/src/mp/components/markdown/towxml/audio-player/audio-player.wxss +0 -175
  44. package/src/mp/components/markdown/towxml/audio-player/loading.svg +0 -1
  45. package/src/mp/components/markdown/towxml/config.js +0 -285
  46. package/src/mp/components/markdown/towxml/decode.js +0 -26
  47. package/src/mp/components/markdown/towxml/decode.json +0 -12
  48. package/src/mp/components/markdown/towxml/decode.wxml +0 -1
  49. package/src/mp/components/markdown/towxml/decode.wxss +0 -0
  50. package/src/mp/components/markdown/towxml/img/img.js +0 -98
  51. package/src/mp/components/markdown/towxml/img/img.json +0 -3
  52. package/src/mp/components/markdown/towxml/img/img.wxml +0 -1
  53. package/src/mp/components/markdown/towxml/img/img.wxss +0 -0
  54. package/src/mp/components/markdown/towxml/index.js +0 -19
  55. package/src/mp/components/markdown/towxml/latex/latex.js +0 -53
  56. package/src/mp/components/markdown/towxml/latex/latex.json +0 -5
  57. package/src/mp/components/markdown/towxml/latex/latex.wxml +0 -1
  58. package/src/mp/components/markdown/towxml/latex/latex.wxss +0 -0
  59. package/src/mp/components/markdown/towxml/parse/highlight/highlight.js +0 -729
  60. package/src/mp/components/markdown/towxml/parse/highlight/index.js +0 -7
  61. package/src/mp/components/markdown/towxml/parse/highlight/languages/bash.js +0 -91
  62. package/src/mp/components/markdown/towxml/parse/highlight/languages/c-like.js +0 -244
  63. package/src/mp/components/markdown/towxml/parse/highlight/languages/c.js +0 -20
  64. package/src/mp/components/markdown/towxml/parse/highlight/languages/css.js +0 -138
  65. package/src/mp/components/markdown/towxml/parse/highlight/languages/dart.js +0 -135
  66. package/src/mp/components/markdown/towxml/parse/highlight/languages/go.js +0 -57
  67. package/src/mp/components/markdown/towxml/parse/highlight/languages/htmlbars.js +0 -79
  68. package/src/mp/components/markdown/towxml/parse/highlight/languages/java.js +0 -126
  69. package/src/mp/components/markdown/towxml/parse/highlight/languages/javascript.js +0 -263
  70. package/src/mp/components/markdown/towxml/parse/highlight/languages/json.js +0 -51
  71. package/src/mp/components/markdown/towxml/parse/highlight/languages/less.js +0 -177
  72. package/src/mp/components/markdown/towxml/parse/highlight/languages/nginx.js +0 -103
  73. package/src/mp/components/markdown/towxml/parse/highlight/languages/php.js +0 -152
  74. package/src/mp/components/markdown/towxml/parse/highlight/languages/python-repl.js +0 -27
  75. package/src/mp/components/markdown/towxml/parse/highlight/languages/python.js +0 -146
  76. package/src/mp/components/markdown/towxml/parse/highlight/languages/scss.js +0 -137
  77. package/src/mp/components/markdown/towxml/parse/highlight/languages/shell.js +0 -23
  78. package/src/mp/components/markdown/towxml/parse/highlight/languages/typescript.js +0 -198
  79. package/src/mp/components/markdown/towxml/parse/highlight/languages/xml.js +0 -143
  80. package/src/mp/components/markdown/towxml/parse/highlight/style/github.wxss +0 -99
  81. package/src/mp/components/markdown/towxml/parse/highlight/style/monokai.wxss +0 -70
  82. package/src/mp/components/markdown/towxml/parse/index.js +0 -106
  83. package/src/mp/components/markdown/towxml/parse/markdown/index.js +0 -53
  84. package/src/mp/components/markdown/towxml/parse/markdown/markdown.js +0 -5834
  85. package/src/mp/components/markdown/towxml/parse/markdown/plugins/emoji.js +0 -1773
  86. package/src/mp/components/markdown/towxml/parse/markdown/plugins/ins.js +0 -120
  87. package/src/mp/components/markdown/towxml/parse/markdown/plugins/latex.js +0 -193
  88. package/src/mp/components/markdown/towxml/parse/markdown/plugins/mark.js +0 -120
  89. package/src/mp/components/markdown/towxml/parse/markdown/plugins/sub.js +0 -95
  90. package/src/mp/components/markdown/towxml/parse/markdown/plugins/sup.js +0 -95
  91. package/src/mp/components/markdown/towxml/parse/markdown/plugins/todo.js +0 -220
  92. package/src/mp/components/markdown/towxml/parse/markdown/plugins/yuml.js +0 -18
  93. package/src/mp/components/markdown/towxml/parse/parse2/Parser.js +0 -263
  94. package/src/mp/components/markdown/towxml/parse/parse2/Tokenizer.js +0 -507
  95. package/src/mp/components/markdown/towxml/parse/parse2/domhandler/index.js +0 -104
  96. package/src/mp/components/markdown/towxml/parse/parse2/domhandler/node.js +0 -169
  97. package/src/mp/components/markdown/towxml/parse/parse2/entities/decode.js +0 -54
  98. package/src/mp/components/markdown/towxml/parse/parse2/entities/decode_codepoint.js +0 -19
  99. package/src/mp/components/markdown/towxml/parse/parse2/entities/encode.js +0 -54
  100. package/src/mp/components/markdown/towxml/parse/parse2/entities/index.js +0 -30
  101. package/src/mp/components/markdown/towxml/parse/parse2/entities/maps/decode.js +0 -31
  102. package/src/mp/components/markdown/towxml/parse/parse2/entities/maps/entities.js +0 -2128
  103. package/src/mp/components/markdown/towxml/parse/parse2/entities/maps/legacy.js +0 -109
  104. package/src/mp/components/markdown/towxml/parse/parse2/entities/maps/xml.js +0 -2
  105. package/src/mp/components/markdown/towxml/parse/parse2/index.js +0 -8
  106. package/src/mp/components/markdown/towxml/style/main.wxss +0 -378
  107. package/src/mp/components/markdown/towxml/style/theme/dark.wxss +0 -73
  108. package/src/mp/components/markdown/towxml/style/theme/light.wxss +0 -63
  109. package/src/mp/components/markdown/towxml/table/table.js +0 -11
  110. package/src/mp/components/markdown/towxml/table/table.json +0 -6
  111. package/src/mp/components/markdown/towxml/table/table.wxml +0 -24
  112. package/src/mp/components/markdown/towxml/table/table.wxss +0 -0
  113. package/src/mp/components/markdown/towxml/todogroup/todogroup.js +0 -19
  114. package/src/mp/components/markdown/towxml/todogroup/todogroup.json +0 -6
  115. package/src/mp/components/markdown/towxml/todogroup/todogroup.wxml +0 -13
  116. package/src/mp/components/markdown/towxml/todogroup/todogroup.wxss +0 -3
  117. package/src/mp/components/markdown/towxml/towxml.js +0 -17
  118. package/src/mp/components/markdown/towxml/towxml.json +0 -6
  119. package/src/mp/components/markdown/towxml/towxml.wxml +0 -5
  120. package/src/mp/components/markdown/towxml/towxml.wxss +0 -8
  121. package/src/mp/components/markdown/towxml/yuml/yuml.js +0 -51
  122. package/src/mp/components/markdown/towxml/yuml/yuml.json +0 -5
  123. package/src/mp/components/markdown/towxml/yuml/yuml.wxml +0 -5
  124. package/src/mp/components/markdown/towxml/yuml/yuml.wxss +0 -0
  125. package/src/web/.DS_Store +0 -0
  126. package/src/web/components/markdown/index.jsx +0 -40
  127. package/src/web/wedatheme/.git +0 -1
  128. package/src/web/wedatheme/.gitignore +0 -5
  129. package/src/web/wedatheme/.npmrc +0 -1
  130. package/src/web/wedatheme/package-lock.json +0 -14335
@@ -1,1773 +0,0 @@
1
- /* ! Project:无, Create:FWS 2020.01.15 14:04, Update:FWS 2020.01.15 14:04 */
2
- !(function (a) {
3
- if ('object' === typeof exports && 'undefined' !== typeof module) module.exports = a();
4
- else if ('function' === typeof define && define.amd) define([], a);
5
- else {
6
- let e;
7
- (e =
8
- 'undefined' !== typeof window
9
- ? window
10
- : 'undefined' !== typeof global
11
- ? global
12
- : 'undefined' !== typeof self
13
- ? self
14
- : this),
15
- (e.markdownitEmoji = a());
16
- }
17
- })(() =>
18
- (function () {
19
- function a(e, n, o) {
20
- function i(_, t) {
21
- if (!n[_]) {
22
- if (!e[_]) {
23
- const s = 'function' === typeof require && require;
24
- if (!t && s) return s(_, !0);
25
- if (r) return r(_, !0);
26
- const l = new Error(`Cannot find module '${_}'`);
27
- throw ((l.code = 'MODULE_NOT_FOUND'), l);
28
- }
29
- const c = (n[_] = { exports: {} });
30
- e[_][0].call(c.exports, (a) => i(e[_][1][a] || a), c, c.exports, a, e, n, o);
31
- }
32
- return n[_].exports;
33
- }
34
- for (var r = 'function' === typeof require && require, _ = 0; _ < o.length; _++) i(o[_]);
35
- return i;
36
- }
37
- return a;
38
- })()(
39
- {
40
- 1: [
41
- function (require, a, exports) {
42
- a.exports = {
43
- 100: '💯',
44
- 1234: '🔢',
45
- grinning: '😀',
46
- grimacing: '😬',
47
- grin: '😁',
48
- joy: '😂',
49
- rofl: '🤣',
50
- partying: '🥳',
51
- smiley: '😃',
52
- smile: '😄',
53
- sweat_smile: '😅',
54
- laughing: '😆',
55
- innocent: '😇',
56
- wink: '😉',
57
- blush: '😊',
58
- slightly_smiling_face: '🙂',
59
- upside_down_face: '🙃',
60
- relaxed: '☺️',
61
- yum: '😋',
62
- relieved: '😌',
63
- heart_eyes: '😍',
64
- smiling_face_with_three_hearts: '🥰',
65
- kissing_heart: '😘',
66
- kissing: '😗',
67
- kissing_smiling_eyes: '😙',
68
- kissing_closed_eyes: '😚',
69
- stuck_out_tongue_winking_eye: '😜',
70
- zany: '🤪',
71
- raised_eyebrow: '🤨',
72
- monocle: '🧐',
73
- stuck_out_tongue_closed_eyes: '😝',
74
- stuck_out_tongue: '😛',
75
- money_mouth_face: '🤑',
76
- nerd_face: '🤓',
77
- sunglasses: '😎',
78
- star_struck: '🤩',
79
- clown_face: '🤡',
80
- cowboy_hat_face: '🤠',
81
- hugs: '🤗',
82
- smirk: '😏',
83
- no_mouth: '😶',
84
- neutral_face: '😐',
85
- expressionless: '😑',
86
- unamused: '😒',
87
- roll_eyes: '🙄',
88
- thinking: '🤔',
89
- lying_face: '🤥',
90
- hand_over_mouth: '🤭',
91
- shushing: '🤫',
92
- symbols_over_mouth: '🤬',
93
- exploding_head: '🤯',
94
- flushed: '😳',
95
- disappointed: '😞',
96
- worried: '😟',
97
- angry: '😠',
98
- rage: '😡',
99
- pensive: '😔',
100
- confused: '😕',
101
- slightly_frowning_face: '🙁',
102
- frowning_face: '☹',
103
- persevere: '😣',
104
- confounded: '😖',
105
- tired_face: '😫',
106
- weary: '😩',
107
- pleading: '🥺',
108
- triumph: '😤',
109
- open_mouth: '😮',
110
- scream: '😱',
111
- fearful: '😨',
112
- cold_sweat: '😰',
113
- hushed: '😯',
114
- frowning: '😦',
115
- anguished: '😧',
116
- cry: '😢',
117
- disappointed_relieved: '😥',
118
- drooling_face: '🤤',
119
- sleepy: '😪',
120
- sweat: '😓',
121
- hot: '🥵',
122
- cold: '🥶',
123
- sob: '😭',
124
- dizzy_face: '😵',
125
- astonished: '😲',
126
- zipper_mouth_face: '🤐',
127
- nauseated_face: '🤢',
128
- sneezing_face: '🤧',
129
- vomiting: '🤮',
130
- mask: '😷',
131
- face_with_thermometer: '🤒',
132
- face_with_head_bandage: '🤕',
133
- woozy: '🥴',
134
- sleeping: '😴',
135
- zzz: '💤',
136
- poop: '💩',
137
- smiling_imp: '😈',
138
- imp: '👿',
139
- japanese_ogre: '👹',
140
- japanese_goblin: '👺',
141
- skull: '💀',
142
- ghost: '👻',
143
- alien: '👽',
144
- robot: '🤖',
145
- smiley_cat: '😺',
146
- smile_cat: '😸',
147
- joy_cat: '😹',
148
- heart_eyes_cat: '😻',
149
- smirk_cat: '😼',
150
- kissing_cat: '😽',
151
- scream_cat: '🙀',
152
- crying_cat_face: '😿',
153
- pouting_cat: '😾',
154
- palms_up: '🤲',
155
- raised_hands: '🙌',
156
- clap: '👏',
157
- wave: '👋',
158
- call_me_hand: '🤙',
159
- '+1': '👍',
160
- '-1': '👎',
161
- facepunch: '👊',
162
- fist: '✊',
163
- fist_left: '🤛',
164
- fist_right: '🤜',
165
- v: '✌',
166
- ok_hand: '👌',
167
- raised_hand: '✋',
168
- raised_back_of_hand: '🤚',
169
- open_hands: '👐',
170
- muscle: '💪',
171
- pray: '🙏',
172
- foot: '🦶',
173
- leg: '🦵',
174
- handshake: '🤝',
175
- point_up: '☝',
176
- point_up_2: '👆',
177
- point_down: '👇',
178
- point_left: '👈',
179
- point_right: '👉',
180
- fu: '🖕',
181
- raised_hand_with_fingers_splayed: '🖐',
182
- love_you: '🤟',
183
- metal: '🤘',
184
- crossed_fingers: '🤞',
185
- vulcan_salute: '🖖',
186
- writing_hand: '✍',
187
- selfie: '🤳',
188
- nail_care: '💅',
189
- lips: '👄',
190
- tooth: '🦷',
191
- tongue: '👅',
192
- ear: '👂',
193
- nose: '👃',
194
- eye: '👁',
195
- eyes: '👀',
196
- brain: '🧠',
197
- bust_in_silhouette: '👤',
198
- busts_in_silhouette: '👥',
199
- speaking_head: '🗣',
200
- baby: '👶',
201
- child: '🧒',
202
- boy: '👦',
203
- girl: '👧',
204
- adult: '🧑',
205
- man: '👨',
206
- woman: '👩',
207
- blonde_woman: '👱‍♀️',
208
- blonde_man: '👱',
209
- bearded_person: '🧔',
210
- older_adult: '🧓',
211
- older_man: '👴',
212
- older_woman: '👵',
213
- man_with_gua_pi_mao: '👲',
214
- woman_with_headscarf: '🧕',
215
- woman_with_turban: '👳‍♀️',
216
- man_with_turban: '👳',
217
- policewoman: '👮‍♀️',
218
- policeman: '👮',
219
- construction_worker_woman: '👷‍♀️',
220
- construction_worker_man: '👷',
221
- guardswoman: '💂‍♀️',
222
- guardsman: '💂',
223
- female_detective: '🕵️‍♀️',
224
- male_detective: '🕵',
225
- woman_health_worker: '👩‍⚕️',
226
- man_health_worker: '👨‍⚕️',
227
- woman_farmer: '👩‍🌾',
228
- man_farmer: '👨‍🌾',
229
- woman_cook: '👩‍🍳',
230
- man_cook: '👨‍🍳',
231
- woman_student: '👩‍🎓',
232
- man_student: '👨‍🎓',
233
- woman_singer: '👩‍🎤',
234
- man_singer: '👨‍🎤',
235
- woman_teacher: '👩‍🏫',
236
- man_teacher: '👨‍🏫',
237
- woman_factory_worker: '👩‍🏭',
238
- man_factory_worker: '👨‍🏭',
239
- woman_technologist: '👩‍💻',
240
- man_technologist: '👨‍💻',
241
- woman_office_worker: '👩‍💼',
242
- man_office_worker: '👨‍💼',
243
- woman_mechanic: '👩‍🔧',
244
- man_mechanic: '👨‍🔧',
245
- woman_scientist: '👩‍🔬',
246
- man_scientist: '👨‍🔬',
247
- woman_artist: '👩‍🎨',
248
- man_artist: '👨‍🎨',
249
- woman_firefighter: '👩‍🚒',
250
- man_firefighter: '👨‍🚒',
251
- woman_pilot: '👩‍✈️',
252
- man_pilot: '👨‍✈️',
253
- woman_astronaut: '👩‍🚀',
254
- man_astronaut: '👨‍🚀',
255
- woman_judge: '👩‍⚖️',
256
- man_judge: '👨‍⚖️',
257
- woman_superhero: '🦸‍♀️',
258
- man_superhero: '🦸‍♂️',
259
- woman_supervillain: '🦹‍♀️',
260
- man_supervillain: '🦹‍♂️',
261
- mrs_claus: '🤶',
262
- santa: '🎅',
263
- sorceress: '🧙‍♀️',
264
- wizard: '🧙‍♂️',
265
- woman_elf: '🧝‍♀️',
266
- man_elf: '🧝‍♂️',
267
- woman_vampire: '🧛‍♀️',
268
- man_vampire: '🧛‍♂️',
269
- woman_zombie: '🧟‍♀️',
270
- man_zombie: '🧟‍♂️',
271
- woman_genie: '🧞‍♀️',
272
- man_genie: '🧞‍♂️',
273
- mermaid: '🧜‍♀️',
274
- merman: '🧜‍♂️',
275
- woman_fairy: '🧚‍♀️',
276
- man_fairy: '🧚‍♂️',
277
- angel: '👼',
278
- pregnant_woman: '🤰',
279
- breastfeeding: '🤱',
280
- princess: '👸',
281
- prince: '🤴',
282
- bride_with_veil: '👰',
283
- man_in_tuxedo: '🤵',
284
- running_woman: '🏃‍♀️',
285
- running_man: '🏃',
286
- walking_woman: '🚶‍♀️',
287
- walking_man: '🚶',
288
- dancer: '💃',
289
- man_dancing: '🕺',
290
- dancing_women: '👯',
291
- dancing_men: '👯‍♂️',
292
- couple: '👫',
293
- two_men_holding_hands: '👬',
294
- two_women_holding_hands: '👭',
295
- bowing_woman: '🙇‍♀️',
296
- bowing_man: '🙇',
297
- man_facepalming: '🤦‍♂️',
298
- woman_facepalming: '🤦‍♀️',
299
- woman_shrugging: '🤷',
300
- man_shrugging: '🤷‍♂️',
301
- tipping_hand_woman: '💁',
302
- tipping_hand_man: '💁‍♂️',
303
- no_good_woman: '🙅',
304
- no_good_man: '🙅‍♂️',
305
- ok_woman: '🙆',
306
- ok_man: '🙆‍♂️',
307
- raising_hand_woman: '🙋',
308
- raising_hand_man: '🙋‍♂️',
309
- pouting_woman: '🙎',
310
- pouting_man: '🙎‍♂️',
311
- frowning_woman: '🙍',
312
- frowning_man: '🙍‍♂️',
313
- haircut_woman: '💇',
314
- haircut_man: '💇‍♂️',
315
- massage_woman: '💆',
316
- massage_man: '💆‍♂️',
317
- woman_in_steamy_room: '🧖‍♀️',
318
- man_in_steamy_room: '🧖‍♂️',
319
- couple_with_heart_woman_man: '💑',
320
- couple_with_heart_woman_woman: '👩‍❤️‍👩',
321
- couple_with_heart_man_man: '👨‍❤️‍👨',
322
- couplekiss_man_woman: '💏',
323
- couplekiss_woman_woman: '👩‍❤️‍💋‍👩',
324
- couplekiss_man_man: '👨‍❤️‍💋‍👨',
325
- family_man_woman_boy: '👪',
326
- family_man_woman_girl: '👨‍👩‍👧',
327
- family_man_woman_girl_boy: '👨‍👩‍👧‍👦',
328
- family_man_woman_boy_boy: '👨‍👩‍👦‍👦',
329
- family_man_woman_girl_girl: '👨‍👩‍👧‍👧',
330
- family_woman_woman_boy: '👩‍👩‍👦',
331
- family_woman_woman_girl: '👩‍👩‍👧',
332
- family_woman_woman_girl_boy: '👩‍👩‍👧‍👦',
333
- family_woman_woman_boy_boy: '👩‍👩‍👦‍👦',
334
- family_woman_woman_girl_girl: '👩‍👩‍👧‍👧',
335
- family_man_man_boy: '👨‍👨‍👦',
336
- family_man_man_girl: '👨‍👨‍👧',
337
- family_man_man_girl_boy: '👨‍👨‍👧‍👦',
338
- family_man_man_boy_boy: '👨‍👨‍👦‍👦',
339
- family_man_man_girl_girl: '👨‍👨‍👧‍👧',
340
- family_woman_boy: '👩‍👦',
341
- family_woman_girl: '👩‍👧',
342
- family_woman_girl_boy: '👩‍👧‍👦',
343
- family_woman_boy_boy: '👩‍👦‍👦',
344
- family_woman_girl_girl: '👩‍👧‍👧',
345
- family_man_boy: '👨‍👦',
346
- family_man_girl: '👨‍👧',
347
- family_man_girl_boy: '👨‍👧‍👦',
348
- family_man_boy_boy: '👨‍👦‍👦',
349
- family_man_girl_girl: '👨‍👧‍👧',
350
- yarn: '🧶',
351
- thread: '🧵',
352
- coat: '🧥',
353
- labcoat: '🥼',
354
- womans_clothes: '👚',
355
- tshirt: '👕',
356
- jeans: '👖',
357
- necktie: '👔',
358
- dress: '👗',
359
- bikini: '👙',
360
- kimono: '👘',
361
- lipstick: '💄',
362
- kiss: '💋',
363
- footprints: '👣',
364
- flat_shoe: '🥿',
365
- high_heel: '👠',
366
- sandal: '👡',
367
- boot: '👢',
368
- mans_shoe: '👞',
369
- athletic_shoe: '👟',
370
- hiking_boot: '🥾',
371
- socks: '🧦',
372
- gloves: '🧤',
373
- scarf: '🧣',
374
- womans_hat: '👒',
375
- tophat: '🎩',
376
- billed_hat: '🧢',
377
- rescue_worker_helmet: '⛑',
378
- mortar_board: '🎓',
379
- crown: '👑',
380
- school_satchel: '🎒',
381
- luggage: '🧳',
382
- pouch: '👝',
383
- purse: '👛',
384
- handbag: '👜',
385
- briefcase: '💼',
386
- eyeglasses: '👓',
387
- dark_sunglasses: '🕶',
388
- goggles: '🥽',
389
- ring: '💍',
390
- closed_umbrella: '🌂',
391
- dog: '🐶',
392
- cat: '🐱',
393
- mouse: '🐭',
394
- hamster: '🐹',
395
- rabbit: '🐰',
396
- fox_face: '🦊',
397
- bear: '🐻',
398
- panda_face: '🐼',
399
- koala: '🐨',
400
- tiger: '🐯',
401
- lion: '🦁',
402
- cow: '🐮',
403
- pig: '🐷',
404
- pig_nose: '🐽',
405
- frog: '🐸',
406
- squid: '🦑',
407
- octopus: '🐙',
408
- shrimp: '🦐',
409
- monkey_face: '🐵',
410
- gorilla: '🦍',
411
- see_no_evil: '🙈',
412
- hear_no_evil: '🙉',
413
- speak_no_evil: '🙊',
414
- monkey: '🐒',
415
- chicken: '🐔',
416
- penguin: '🐧',
417
- bird: '🐦',
418
- baby_chick: '🐤',
419
- hatching_chick: '🐣',
420
- hatched_chick: '🐥',
421
- duck: '🦆',
422
- eagle: '🦅',
423
- owl: '🦉',
424
- bat: '🦇',
425
- wolf: '🐺',
426
- boar: '🐗',
427
- horse: '🐴',
428
- unicorn: '🦄',
429
- honeybee: '🐝',
430
- bug: '🐛',
431
- butterfly: '🦋',
432
- snail: '🐌',
433
- beetle: '🐞',
434
- ant: '🐜',
435
- grasshopper: '🦗',
436
- spider: '🕷',
437
- scorpion: '🦂',
438
- crab: '🦀',
439
- snake: '🐍',
440
- lizard: '🦎',
441
- 't-rex': '🦖',
442
- sauropod: '🦕',
443
- turtle: '🐢',
444
- tropical_fish: '🐠',
445
- fish: '🐟',
446
- blowfish: '🐡',
447
- dolphin: '🐬',
448
- shark: '🦈',
449
- whale: '🐳',
450
- whale2: '🐋',
451
- crocodile: '🐊',
452
- leopard: '🐆',
453
- zebra: '🦓',
454
- tiger2: '🐅',
455
- water_buffalo: '🐃',
456
- ox: '🐂',
457
- cow2: '🐄',
458
- deer: '🦌',
459
- dromedary_camel: '🐪',
460
- camel: '🐫',
461
- giraffe: '🦒',
462
- elephant: '🐘',
463
- rhinoceros: '🦏',
464
- goat: '🐐',
465
- ram: '🐏',
466
- sheep: '🐑',
467
- racehorse: '🐎',
468
- pig2: '🐖',
469
- rat: '🐀',
470
- mouse2: '🐁',
471
- rooster: '🐓',
472
- turkey: '🦃',
473
- dove: '🕊',
474
- dog2: '🐕',
475
- poodle: '🐩',
476
- cat2: '🐈',
477
- rabbit2: '🐇',
478
- chipmunk: '🐿',
479
- hedgehog: '🦔',
480
- raccoon: '🦝',
481
- llama: '🦙',
482
- hippopotamus: '🦛',
483
- kangaroo: '🦘',
484
- badger: '🦡',
485
- swan: '🦢',
486
- peacock: '🦚',
487
- parrot: '🦜',
488
- lobster: '🦞',
489
- mosquito: '🦟',
490
- paw_prints: '🐾',
491
- dragon: '🐉',
492
- dragon_face: '🐲',
493
- cactus: '🌵',
494
- christmas_tree: '🎄',
495
- evergreen_tree: '🌲',
496
- deciduous_tree: '🌳',
497
- palm_tree: '🌴',
498
- seedling: '🌱',
499
- herb: '🌿',
500
- shamrock: '☘',
501
- four_leaf_clover: '🍀',
502
- bamboo: '🎍',
503
- tanabata_tree: '🎋',
504
- leaves: '🍃',
505
- fallen_leaf: '🍂',
506
- maple_leaf: '🍁',
507
- ear_of_rice: '🌾',
508
- hibiscus: '🌺',
509
- sunflower: '🌻',
510
- rose: '🌹',
511
- wilted_flower: '🥀',
512
- tulip: '🌷',
513
- blossom: '🌼',
514
- cherry_blossom: '🌸',
515
- bouquet: '💐',
516
- mushroom: '🍄',
517
- chestnut: '🌰',
518
- jack_o_lantern: '🎃',
519
- shell: '🐚',
520
- spider_web: '🕸',
521
- earth_americas: '🌎',
522
- earth_africa: '🌍',
523
- earth_asia: '🌏',
524
- full_moon: '🌕',
525
- waning_gibbous_moon: '🌖',
526
- last_quarter_moon: '🌗',
527
- waning_crescent_moon: '🌘',
528
- new_moon: '🌑',
529
- waxing_crescent_moon: '🌒',
530
- first_quarter_moon: '🌓',
531
- waxing_gibbous_moon: '🌔',
532
- new_moon_with_face: '🌚',
533
- full_moon_with_face: '🌝',
534
- first_quarter_moon_with_face: '🌛',
535
- last_quarter_moon_with_face: '🌜',
536
- sun_with_face: '🌞',
537
- crescent_moon: '🌙',
538
- star: '⭐',
539
- star2: '🌟',
540
- dizzy: '💫',
541
- sparkles: '✨',
542
- comet: '☄',
543
- sunny: '☀️',
544
- sun_behind_small_cloud: '🌤',
545
- partly_sunny: '⛅',
546
- sun_behind_large_cloud: '🌥',
547
- sun_behind_rain_cloud: '🌦',
548
- cloud: '☁️',
549
- cloud_with_rain: '🌧',
550
- cloud_with_lightning_and_rain: '⛈',
551
- cloud_with_lightning: '🌩',
552
- zap: '⚡',
553
- fire: '🔥',
554
- boom: '💥',
555
- snowflake: '❄️',
556
- cloud_with_snow: '🌨',
557
- snowman: '⛄',
558
- snowman_with_snow: '☃',
559
- wind_face: '🌬',
560
- dash: '💨',
561
- tornado: '🌪',
562
- fog: '🌫',
563
- open_umbrella: '☂',
564
- umbrella: '☔',
565
- droplet: '💧',
566
- sweat_drops: '💦',
567
- ocean: '🌊',
568
- green_apple: '🍏',
569
- apple: '🍎',
570
- pear: '🍐',
571
- tangerine: '🍊',
572
- lemon: '🍋',
573
- banana: '🍌',
574
- watermelon: '🍉',
575
- grapes: '🍇',
576
- strawberry: '🍓',
577
- melon: '🍈',
578
- cherries: '🍒',
579
- peach: '🍑',
580
- pineapple: '🍍',
581
- coconut: '🥥',
582
- kiwi_fruit: '🥝',
583
- mango: '🥭',
584
- avocado: '🥑',
585
- broccoli: '🥦',
586
- tomato: '🍅',
587
- eggplant: '🍆',
588
- cucumber: '🥒',
589
- carrot: '🥕',
590
- hot_pepper: '🌶',
591
- potato: '🥔',
592
- corn: '🌽',
593
- leafy_greens: '🥬',
594
- sweet_potato: '🍠',
595
- peanuts: '🥜',
596
- honey_pot: '🍯',
597
- croissant: '🥐',
598
- bread: '🍞',
599
- baguette_bread: '🥖',
600
- bagel: '🥯',
601
- pretzel: '🥨',
602
- cheese: '🧀',
603
- egg: '🥚',
604
- bacon: '🥓',
605
- steak: '🥩',
606
- pancakes: '🥞',
607
- poultry_leg: '🍗',
608
- meat_on_bone: '🍖',
609
- bone: '🦴',
610
- fried_shrimp: '🍤',
611
- fried_egg: '🍳',
612
- hamburger: '🍔',
613
- fries: '🍟',
614
- stuffed_flatbread: '🥙',
615
- hotdog: '🌭',
616
- pizza: '🍕',
617
- sandwich: '🥪',
618
- canned_food: '🥫',
619
- spaghetti: '🍝',
620
- taco: '🌮',
621
- burrito: '🌯',
622
- green_salad: '🥗',
623
- shallow_pan_of_food: '🥘',
624
- ramen: '🍜',
625
- stew: '🍲',
626
- fish_cake: '🍥',
627
- fortune_cookie: '🥠',
628
- sushi: '🍣',
629
- bento: '🍱',
630
- curry: '🍛',
631
- rice_ball: '🍙',
632
- rice: '🍚',
633
- rice_cracker: '🍘',
634
- oden: '🍢',
635
- dango: '🍡',
636
- shaved_ice: '🍧',
637
- ice_cream: '🍨',
638
- icecream: '🍦',
639
- pie: '🥧',
640
- cake: '🍰',
641
- cupcake: '🧁',
642
- moon_cake: '🥮',
643
- birthday: '🎂',
644
- custard: '🍮',
645
- candy: '🍬',
646
- lollipop: '🍭',
647
- chocolate_bar: '🍫',
648
- popcorn: '🍿',
649
- dumpling: '🥟',
650
- doughnut: '🍩',
651
- cookie: '🍪',
652
- milk_glass: '🥛',
653
- beer: '🍺',
654
- beers: '🍻',
655
- clinking_glasses: '🥂',
656
- wine_glass: '🍷',
657
- tumbler_glass: '🥃',
658
- cocktail: '🍸',
659
- tropical_drink: '🍹',
660
- champagne: '🍾',
661
- sake: '🍶',
662
- tea: '🍵',
663
- cup_with_straw: '🥤',
664
- coffee: '☕',
665
- baby_bottle: '🍼',
666
- salt: '🧂',
667
- spoon: '🥄',
668
- fork_and_knife: '🍴',
669
- plate_with_cutlery: '🍽',
670
- bowl_with_spoon: '🥣',
671
- takeout_box: '🥡',
672
- chopsticks: '🥢',
673
- soccer: '⚽',
674
- basketball: '🏀',
675
- football: '🏈',
676
- baseball: '⚾',
677
- softball: '🥎',
678
- tennis: '🎾',
679
- volleyball: '🏐',
680
- rugby_football: '🏉',
681
- flying_disc: '🥏',
682
- '8ball': '🎱',
683
- golf: '⛳',
684
- golfing_woman: '🏌️‍♀️',
685
- golfing_man: '🏌',
686
- ping_pong: '🏓',
687
- badminton: '🏸',
688
- goal_net: '🥅',
689
- ice_hockey: '🏒',
690
- field_hockey: '🏑',
691
- lacrosse: '🥍',
692
- cricket: '🏏',
693
- ski: '🎿',
694
- skier: '⛷',
695
- snowboarder: '🏂',
696
- person_fencing: '🤺',
697
- women_wrestling: '🤼‍♀️',
698
- men_wrestling: '🤼‍♂️',
699
- woman_cartwheeling: '🤸‍♀️',
700
- man_cartwheeling: '🤸‍♂️',
701
- woman_playing_handball: '🤾‍♀️',
702
- man_playing_handball: '🤾‍♂️',
703
- ice_skate: '⛸',
704
- curling_stone: '🥌',
705
- skateboard: '🛹',
706
- sled: '🛷',
707
- bow_and_arrow: '🏹',
708
- fishing_pole_and_fish: '🎣',
709
- boxing_glove: '🥊',
710
- martial_arts_uniform: '🥋',
711
- rowing_woman: '🚣‍♀️',
712
- rowing_man: '🚣',
713
- climbing_woman: '🧗‍♀️',
714
- climbing_man: '🧗‍♂️',
715
- swimming_woman: '🏊‍♀️',
716
- swimming_man: '🏊',
717
- woman_playing_water_polo: '🤽‍♀️',
718
- man_playing_water_polo: '🤽‍♂️',
719
- woman_in_lotus_position: '🧘‍♀️',
720
- man_in_lotus_position: '🧘‍♂️',
721
- surfing_woman: '🏄‍♀️',
722
- surfing_man: '🏄',
723
- bath: '🛀',
724
- basketball_woman: '⛹️‍♀️',
725
- basketball_man: '⛹',
726
- weight_lifting_woman: '🏋️‍♀️',
727
- weight_lifting_man: '🏋',
728
- biking_woman: '🚴‍♀️',
729
- biking_man: '🚴',
730
- mountain_biking_woman: '🚵‍♀️',
731
- mountain_biking_man: '🚵',
732
- horse_racing: '🏇',
733
- business_suit_levitating: '🕴',
734
- trophy: '🏆',
735
- running_shirt_with_sash: '🎽',
736
- medal_sports: '🏅',
737
- medal_military: '🎖',
738
- '1st_place_medal': '🥇',
739
- '2nd_place_medal': '🥈',
740
- '3rd_place_medal': '🥉',
741
- reminder_ribbon: '🎗',
742
- rosette: '🏵',
743
- ticket: '🎫',
744
- tickets: '🎟',
745
- performing_arts: '🎭',
746
- art: '🎨',
747
- circus_tent: '🎪',
748
- woman_juggling: '🤹‍♀️',
749
- man_juggling: '🤹‍♂️',
750
- microphone: '🎤',
751
- headphones: '🎧',
752
- musical_score: '🎼',
753
- musical_keyboard: '🎹',
754
- drum: '🥁',
755
- saxophone: '🎷',
756
- trumpet: '🎺',
757
- guitar: '🎸',
758
- violin: '🎻',
759
- clapper: '🎬',
760
- video_game: '🎮',
761
- space_invader: '👾',
762
- dart: '🎯',
763
- game_die: '🎲',
764
- chess_pawn: '♟',
765
- slot_machine: '🎰',
766
- jigsaw: '🧩',
767
- bowling: '🎳',
768
- red_car: '🚗',
769
- taxi: '🚕',
770
- blue_car: '🚙',
771
- bus: '🚌',
772
- trolleybus: '🚎',
773
- racing_car: '🏎',
774
- police_car: '🚓',
775
- ambulance: '🚑',
776
- fire_engine: '🚒',
777
- minibus: '🚐',
778
- truck: '🚚',
779
- articulated_lorry: '🚛',
780
- tractor: '🚜',
781
- kick_scooter: '🛴',
782
- motorcycle: '🏍',
783
- bike: '🚲',
784
- motor_scooter: '🛵',
785
- rotating_light: '🚨',
786
- oncoming_police_car: '🚔',
787
- oncoming_bus: '🚍',
788
- oncoming_automobile: '🚘',
789
- oncoming_taxi: '🚖',
790
- aerial_tramway: '🚡',
791
- mountain_cableway: '🚠',
792
- suspension_railway: '🚟',
793
- railway_car: '🚃',
794
- train: '🚋',
795
- monorail: '🚝',
796
- bullettrain_side: '🚄',
797
- bullettrain_front: '🚅',
798
- light_rail: '🚈',
799
- mountain_railway: '🚞',
800
- steam_locomotive: '🚂',
801
- train2: '🚆',
802
- metro: '🚇',
803
- tram: '🚊',
804
- station: '🚉',
805
- flying_saucer: '🛸',
806
- helicopter: '🚁',
807
- small_airplane: '🛩',
808
- airplane: '✈️',
809
- flight_departure: '🛫',
810
- flight_arrival: '🛬',
811
- sailboat: '⛵',
812
- motor_boat: '🛥',
813
- speedboat: '🚤',
814
- ferry: '⛴',
815
- passenger_ship: '🛳',
816
- rocket: '🚀',
817
- artificial_satellite: '🛰',
818
- seat: '💺',
819
- canoe: '🛶',
820
- anchor: '⚓',
821
- construction: '🚧',
822
- fuelpump: '⛽',
823
- busstop: '🚏',
824
- vertical_traffic_light: '🚦',
825
- traffic_light: '🚥',
826
- checkered_flag: '🏁',
827
- ship: '🚢',
828
- ferris_wheel: '🎡',
829
- roller_coaster: '🎢',
830
- carousel_horse: '🎠',
831
- building_construction: '🏗',
832
- foggy: '🌁',
833
- tokyo_tower: '🗼',
834
- factory: '🏭',
835
- fountain: '⛲',
836
- rice_scene: '🎑',
837
- mountain: '⛰',
838
- mountain_snow: '🏔',
839
- mount_fuji: '🗻',
840
- volcano: '🌋',
841
- japan: '🗾',
842
- camping: '🏕',
843
- tent: '⛺',
844
- national_park: '🏞',
845
- motorway: '🛣',
846
- railway_track: '🛤',
847
- sunrise: '🌅',
848
- sunrise_over_mountains: '🌄',
849
- desert: '🏜',
850
- beach_umbrella: '🏖',
851
- desert_island: '🏝',
852
- city_sunrise: '🌇',
853
- city_sunset: '🌆',
854
- cityscape: '🏙',
855
- night_with_stars: '🌃',
856
- bridge_at_night: '🌉',
857
- milky_way: '🌌',
858
- stars: '🌠',
859
- sparkler: '🎇',
860
- fireworks: '🎆',
861
- rainbow: '🌈',
862
- houses: '🏘',
863
- european_castle: '🏰',
864
- japanese_castle: '🏯',
865
- stadium: '🏟',
866
- statue_of_liberty: '🗽',
867
- house: '🏠',
868
- house_with_garden: '🏡',
869
- derelict_house: '🏚',
870
- office: '🏢',
871
- department_store: '🏬',
872
- post_office: '🏣',
873
- european_post_office: '🏤',
874
- hospital: '🏥',
875
- bank: '🏦',
876
- hotel: '🏨',
877
- convenience_store: '🏪',
878
- school: '🏫',
879
- love_hotel: '🏩',
880
- wedding: '💒',
881
- classical_building: '🏛',
882
- church: '⛪',
883
- mosque: '🕌',
884
- synagogue: '🕍',
885
- kaaba: '🕋',
886
- shinto_shrine: '⛩',
887
- watch: '⌚',
888
- iphone: '📱',
889
- calling: '📲',
890
- computer: '💻',
891
- keyboard: '⌨',
892
- desktop_computer: '🖥',
893
- printer: '🖨',
894
- computer_mouse: '🖱',
895
- trackball: '🖲',
896
- joystick: '🕹',
897
- clamp: '🗜',
898
- minidisc: '💽',
899
- floppy_disk: '💾',
900
- cd: '💿',
901
- dvd: '📀',
902
- vhs: '📼',
903
- camera: '📷',
904
- camera_flash: '📸',
905
- video_camera: '📹',
906
- movie_camera: '🎥',
907
- film_projector: '📽',
908
- film_strip: '🎞',
909
- telephone_receiver: '📞',
910
- phone: '☎️',
911
- pager: '📟',
912
- fax: '📠',
913
- tv: '📺',
914
- radio: '📻',
915
- studio_microphone: '🎙',
916
- level_slider: '🎚',
917
- control_knobs: '🎛',
918
- compass: '🧭',
919
- stopwatch: '⏱',
920
- timer_clock: '⏲',
921
- alarm_clock: '⏰',
922
- mantelpiece_clock: '🕰',
923
- hourglass_flowing_sand: '⏳',
924
- hourglass: '⌛',
925
- satellite: '📡',
926
- battery: '🔋',
927
- electric_plug: '🔌',
928
- bulb: '💡',
929
- flashlight: '🔦',
930
- candle: '🕯',
931
- fire_extinguisher: '🧯',
932
- wastebasket: '🗑',
933
- oil_drum: '🛢',
934
- money_with_wings: '💸',
935
- dollar: '💵',
936
- yen: '💴',
937
- euro: '💶',
938
- pound: '💷',
939
- moneybag: '💰',
940
- credit_card: '💳',
941
- gem: '💎',
942
- balance_scale: '⚖',
943
- toolbox: '🧰',
944
- wrench: '🔧',
945
- hammer: '🔨',
946
- hammer_and_pick: '⚒',
947
- hammer_and_wrench: '🛠',
948
- pick: '⛏',
949
- nut_and_bolt: '🔩',
950
- gear: '⚙',
951
- brick: '🧱',
952
- chains: '⛓',
953
- magnet: '🧲',
954
- gun: '🔫',
955
- bomb: '💣',
956
- firecracker: '🧨',
957
- hocho: '🔪',
958
- dagger: '🗡',
959
- crossed_swords: '⚔',
960
- shield: '🛡',
961
- smoking: '🚬',
962
- skull_and_crossbones: '☠',
963
- coffin: '⚰',
964
- funeral_urn: '⚱',
965
- amphora: '🏺',
966
- crystal_ball: '🔮',
967
- prayer_beads: '📿',
968
- nazar_amulet: '🧿',
969
- barber: '💈',
970
- alembic: '⚗',
971
- telescope: '🔭',
972
- microscope: '🔬',
973
- hole: '🕳',
974
- pill: '💊',
975
- syringe: '💉',
976
- dna: '🧬',
977
- microbe: '🦠',
978
- petri_dish: '🧫',
979
- test_tube: '🧪',
980
- thermometer: '🌡',
981
- broom: '🧹',
982
- basket: '🧺',
983
- toilet_paper: '🧻',
984
- label: '🏷',
985
- bookmark: '🔖',
986
- toilet: '🚽',
987
- shower: '🚿',
988
- bathtub: '🛁',
989
- soap: '🧼',
990
- sponge: '🧽',
991
- lotion_bottle: '🧴',
992
- key: '🔑',
993
- old_key: '🗝',
994
- couch_and_lamp: '🛋',
995
- sleeping_bed: '🛌',
996
- bed: '🛏',
997
- door: '🚪',
998
- bellhop_bell: '🛎',
999
- teddy_bear: '🧸',
1000
- framed_picture: '🖼',
1001
- world_map: '🗺',
1002
- parasol_on_ground: '⛱',
1003
- moyai: '🗿',
1004
- shopping: '🛍',
1005
- shopping_cart: '🛒',
1006
- balloon: '🎈',
1007
- flags: '🎏',
1008
- ribbon: '🎀',
1009
- gift: '🎁',
1010
- confetti_ball: '🎊',
1011
- tada: '🎉',
1012
- dolls: '🎎',
1013
- wind_chime: '🎐',
1014
- crossed_flags: '🎌',
1015
- izakaya_lantern: '🏮',
1016
- red_envelope: '🧧',
1017
- email: '✉️',
1018
- envelope_with_arrow: '📩',
1019
- incoming_envelope: '📨',
1020
- 'e-mail': '📧',
1021
- love_letter: '💌',
1022
- postbox: '📮',
1023
- mailbox_closed: '📪',
1024
- mailbox: '📫',
1025
- mailbox_with_mail: '📬',
1026
- mailbox_with_no_mail: '📭',
1027
- package: '📦',
1028
- postal_horn: '📯',
1029
- inbox_tray: '📥',
1030
- outbox_tray: '📤',
1031
- scroll: '📜',
1032
- page_with_curl: '📃',
1033
- bookmark_tabs: '📑',
1034
- receipt: '🧾',
1035
- bar_chart: '📊',
1036
- chart_with_upwards_trend: '📈',
1037
- chart_with_downwards_trend: '📉',
1038
- page_facing_up: '📄',
1039
- date: '📅',
1040
- calendar: '📆',
1041
- spiral_calendar: '🗓',
1042
- card_index: '📇',
1043
- card_file_box: '🗃',
1044
- ballot_box: '🗳',
1045
- file_cabinet: '🗄',
1046
- clipboard: '📋',
1047
- spiral_notepad: '🗒',
1048
- file_folder: '📁',
1049
- open_file_folder: '📂',
1050
- card_index_dividers: '🗂',
1051
- newspaper_roll: '🗞',
1052
- newspaper: '📰',
1053
- notebook: '📓',
1054
- closed_book: '📕',
1055
- green_book: '📗',
1056
- blue_book: '📘',
1057
- orange_book: '📙',
1058
- notebook_with_decorative_cover: '📔',
1059
- ledger: '📒',
1060
- books: '📚',
1061
- open_book: '📖',
1062
- safety_pin: '🧷',
1063
- link: '🔗',
1064
- paperclip: '📎',
1065
- paperclips: '🖇',
1066
- scissors: '✂️',
1067
- triangular_ruler: '📐',
1068
- straight_ruler: '📏',
1069
- abacus: '🧮',
1070
- pushpin: '📌',
1071
- round_pushpin: '📍',
1072
- triangular_flag_on_post: '🚩',
1073
- white_flag: '🏳',
1074
- black_flag: '🏴',
1075
- rainbow_flag: '🏳️‍🌈',
1076
- closed_lock_with_key: '🔐',
1077
- lock: '🔒',
1078
- unlock: '🔓',
1079
- lock_with_ink_pen: '🔏',
1080
- pen: '🖊',
1081
- fountain_pen: '🖋',
1082
- black_nib: '✒️',
1083
- memo: '📝',
1084
- pencil2: '✏️',
1085
- crayon: '🖍',
1086
- paintbrush: '🖌',
1087
- mag: '🔍',
1088
- mag_right: '🔎',
1089
- heart: '❤️',
1090
- orange_heart: '🧡',
1091
- yellow_heart: '💛',
1092
- green_heart: '💚',
1093
- blue_heart: '💙',
1094
- purple_heart: '💜',
1095
- black_heart: '🖤',
1096
- broken_heart: '💔',
1097
- heavy_heart_exclamation: '❣',
1098
- two_hearts: '💕',
1099
- revolving_hearts: '💞',
1100
- heartbeat: '💓',
1101
- heartpulse: '💗',
1102
- sparkling_heart: '💖',
1103
- cupid: '💘',
1104
- gift_heart: '💝',
1105
- heart_decoration: '💟',
1106
- peace_symbol: '☮',
1107
- latin_cross: '✝',
1108
- star_and_crescent: '☪',
1109
- om: '🕉',
1110
- wheel_of_dharma: '☸',
1111
- star_of_david: '✡',
1112
- six_pointed_star: '🔯',
1113
- menorah: '🕎',
1114
- yin_yang: '☯',
1115
- orthodox_cross: '☦',
1116
- place_of_worship: '🛐',
1117
- ophiuchus: '⛎',
1118
- aries: '♈',
1119
- taurus: '♉',
1120
- gemini: '♊',
1121
- cancer: '♋',
1122
- leo: '♌',
1123
- virgo: '♍',
1124
- libra: '♎',
1125
- scorpius: '♏',
1126
- sagittarius: '♐',
1127
- capricorn: '♑',
1128
- aquarius: '♒',
1129
- pisces: '♓',
1130
- id: '🆔',
1131
- atom_symbol: '⚛',
1132
- u7a7a: '🈳',
1133
- u5272: '🈹',
1134
- radioactive: '☢',
1135
- biohazard: '☣',
1136
- mobile_phone_off: '📴',
1137
- vibration_mode: '📳',
1138
- u6709: '🈶',
1139
- u7121: '🈚',
1140
- u7533: '🈸',
1141
- u55b6: '🈺',
1142
- u6708: '🈷️',
1143
- eight_pointed_black_star: '✴️',
1144
- vs: '🆚',
1145
- accept: '🉑',
1146
- white_flower: '💮',
1147
- ideograph_advantage: '🉐',
1148
- secret: '㊙️',
1149
- congratulations: '㊗️',
1150
- u5408: '🈴',
1151
- u6e80: '🈵',
1152
- u7981: '🈲',
1153
- a: '🅰️',
1154
- b: '🅱️',
1155
- ab: '🆎',
1156
- cl: '🆑',
1157
- o2: '🅾️',
1158
- sos: '🆘',
1159
- no_entry: '⛔',
1160
- name_badge: '📛',
1161
- no_entry_sign: '🚫',
1162
- x: '❌',
1163
- o: '⭕',
1164
- stop_sign: '🛑',
1165
- anger: '💢',
1166
- hotsprings: '♨️',
1167
- no_pedestrians: '🚷',
1168
- do_not_litter: '🚯',
1169
- no_bicycles: '🚳',
1170
- 'non-potable_water': '🚱',
1171
- underage: '🔞',
1172
- no_mobile_phones: '📵',
1173
- exclamation: '❗',
1174
- grey_exclamation: '❕',
1175
- question: '❓',
1176
- grey_question: '❔',
1177
- bangbang: '‼️',
1178
- interrobang: '⁉️',
1179
- low_brightness: '🔅',
1180
- high_brightness: '🔆',
1181
- trident: '🔱',
1182
- fleur_de_lis: '⚜',
1183
- part_alternation_mark: '〽️',
1184
- warning: '⚠️',
1185
- children_crossing: '🚸',
1186
- beginner: '🔰',
1187
- recycle: '♻️',
1188
- u6307: '🈯',
1189
- chart: '💹',
1190
- sparkle: '❇️',
1191
- eight_spoked_asterisk: '✳️',
1192
- negative_squared_cross_mark: '❎',
1193
- white_check_mark: '✅',
1194
- diamond_shape_with_a_dot_inside: '💠',
1195
- cyclone: '🌀',
1196
- loop: '➿',
1197
- globe_with_meridians: '🌐',
1198
- m: 'Ⓜ️',
1199
- atm: '🏧',
1200
- sa: '🈂️',
1201
- passport_control: '🛂',
1202
- customs: '🛃',
1203
- baggage_claim: '🛄',
1204
- left_luggage: '🛅',
1205
- wheelchair: '♿',
1206
- no_smoking: '🚭',
1207
- wc: '🚾',
1208
- parking: '🅿️',
1209
- potable_water: '🚰',
1210
- mens: '🚹',
1211
- womens: '🚺',
1212
- baby_symbol: '🚼',
1213
- restroom: '🚻',
1214
- put_litter_in_its_place: '🚮',
1215
- cinema: '🎦',
1216
- signal_strength: '📶',
1217
- koko: '🈁',
1218
- ng: '🆖',
1219
- ok: '🆗',
1220
- up: '🆙',
1221
- cool: '🆒',
1222
- new: '🆕',
1223
- free: '🆓',
1224
- zero: '0️⃣',
1225
- one: '1️⃣',
1226
- two: '2️⃣',
1227
- three: '3️⃣',
1228
- four: '4️⃣',
1229
- five: '5️⃣',
1230
- six: '6️⃣',
1231
- seven: '7️⃣',
1232
- eight: '8️⃣',
1233
- nine: '9️⃣',
1234
- keycap_ten: '🔟',
1235
- asterisk: '*⃣',
1236
- eject_button: '⏏️',
1237
- arrow_forward: '▶️',
1238
- pause_button: '⏸',
1239
- next_track_button: '⏭',
1240
- stop_button: '⏹',
1241
- record_button: '⏺',
1242
- play_or_pause_button: '⏯',
1243
- previous_track_button: '⏮',
1244
- fast_forward: '⏩',
1245
- rewind: '⏪',
1246
- twisted_rightwards_arrows: '🔀',
1247
- repeat: '🔁',
1248
- repeat_one: '🔂',
1249
- arrow_backward: '◀️',
1250
- arrow_up_small: '🔼',
1251
- arrow_down_small: '🔽',
1252
- arrow_double_up: '⏫',
1253
- arrow_double_down: '⏬',
1254
- arrow_right: '➡️',
1255
- arrow_left: '⬅️',
1256
- arrow_up: '⬆️',
1257
- arrow_down: '⬇️',
1258
- arrow_upper_right: '↗️',
1259
- arrow_lower_right: '↘️',
1260
- arrow_lower_left: '↙️',
1261
- arrow_upper_left: '↖️',
1262
- arrow_up_down: '↕️',
1263
- left_right_arrow: '↔️',
1264
- arrows_counterclockwise: '🔄',
1265
- arrow_right_hook: '↪️',
1266
- leftwards_arrow_with_hook: '↩️',
1267
- arrow_heading_up: '⤴️',
1268
- arrow_heading_down: '⤵️',
1269
- hash: '#️⃣',
1270
- information_source: 'ℹ️',
1271
- abc: '🔤',
1272
- abcd: '🔡',
1273
- capital_abcd: '🔠',
1274
- symbols: '🔣',
1275
- musical_note: '🎵',
1276
- notes: '🎶',
1277
- wavy_dash: '〰️',
1278
- curly_loop: '➰',
1279
- heavy_check_mark: '✔️',
1280
- arrows_clockwise: '🔃',
1281
- heavy_plus_sign: '➕',
1282
- heavy_minus_sign: '➖',
1283
- heavy_division_sign: '➗',
1284
- heavy_multiplication_x: '✖️',
1285
- infinity: '♾',
1286
- heavy_dollar_sign: '💲',
1287
- currency_exchange: '💱',
1288
- copyright: '©️',
1289
- registered: '®️',
1290
- tm: '™️',
1291
- end: '🔚',
1292
- back: '🔙',
1293
- on: '🔛',
1294
- top: '🔝',
1295
- soon: '🔜',
1296
- ballot_box_with_check: '☑️',
1297
- radio_button: '🔘',
1298
- white_circle: '⚪',
1299
- black_circle: '⚫',
1300
- red_circle: '🔴',
1301
- large_blue_circle: '🔵',
1302
- small_orange_diamond: '🔸',
1303
- small_blue_diamond: '🔹',
1304
- large_orange_diamond: '🔶',
1305
- large_blue_diamond: '🔷',
1306
- small_red_triangle: '🔺',
1307
- black_small_square: '▪️',
1308
- white_small_square: '▫️',
1309
- black_large_square: '⬛',
1310
- white_large_square: '⬜',
1311
- small_red_triangle_down: '🔻',
1312
- black_medium_square: '◼️',
1313
- white_medium_square: '◻️',
1314
- black_medium_small_square: '◾',
1315
- white_medium_small_square: '◽',
1316
- black_square_button: '🔲',
1317
- white_square_button: '🔳',
1318
- speaker: '🔈',
1319
- sound: '🔉',
1320
- loud_sound: '🔊',
1321
- mute: '🔇',
1322
- mega: '📣',
1323
- loudspeaker: '📢',
1324
- bell: '🔔',
1325
- no_bell: '🔕',
1326
- black_joker: '🃏',
1327
- mahjong: '🀄',
1328
- spades: '♠️',
1329
- clubs: '♣️',
1330
- hearts: '♥️',
1331
- diamonds: '♦️',
1332
- flower_playing_cards: '🎴',
1333
- thought_balloon: '💭',
1334
- right_anger_bubble: '🗯',
1335
- speech_balloon: '💬',
1336
- left_speech_bubble: '🗨',
1337
- clock1: '🕐',
1338
- clock2: '🕑',
1339
- clock3: '🕒',
1340
- clock4: '🕓',
1341
- clock5: '🕔',
1342
- clock6: '🕕',
1343
- clock7: '🕖',
1344
- clock8: '🕗',
1345
- clock9: '🕘',
1346
- clock10: '🕙',
1347
- clock11: '🕚',
1348
- clock12: '🕛',
1349
- clock130: '🕜',
1350
- clock230: '🕝',
1351
- clock330: '🕞',
1352
- clock430: '🕟',
1353
- clock530: '🕠',
1354
- clock630: '🕡',
1355
- clock730: '🕢',
1356
- clock830: '🕣',
1357
- clock930: '🕤',
1358
- clock1030: '🕥',
1359
- clock1130: '🕦',
1360
- clock1230: '🕧',
1361
- afghanistan: '🇦🇫',
1362
- aland_islands: '🇦🇽',
1363
- albania: '🇦🇱',
1364
- algeria: '🇩🇿',
1365
- american_samoa: '🇦🇸',
1366
- andorra: '🇦🇩',
1367
- angola: '🇦🇴',
1368
- anguilla: '🇦🇮',
1369
- antarctica: '🇦🇶',
1370
- antigua_barbuda: '🇦🇬',
1371
- argentina: '🇦🇷',
1372
- armenia: '🇦🇲',
1373
- aruba: '🇦🇼',
1374
- australia: '🇦🇺',
1375
- austria: '🇦🇹',
1376
- azerbaijan: '🇦🇿',
1377
- bahamas: '🇧🇸',
1378
- bahrain: '🇧🇭',
1379
- bangladesh: '🇧🇩',
1380
- barbados: '🇧🇧',
1381
- belarus: '🇧🇾',
1382
- belgium: '🇧🇪',
1383
- belize: '🇧🇿',
1384
- benin: '🇧🇯',
1385
- bermuda: '🇧🇲',
1386
- bhutan: '🇧🇹',
1387
- bolivia: '🇧🇴',
1388
- caribbean_netherlands: '🇧🇶',
1389
- bosnia_herzegovina: '🇧🇦',
1390
- botswana: '🇧🇼',
1391
- brazil: '🇧🇷',
1392
- british_indian_ocean_territory: '🇮🇴',
1393
- british_virgin_islands: '🇻🇬',
1394
- brunei: '🇧🇳',
1395
- bulgaria: '🇧🇬',
1396
- burkina_faso: '🇧🇫',
1397
- burundi: '🇧🇮',
1398
- cape_verde: '🇨🇻',
1399
- cambodia: '🇰🇭',
1400
- cameroon: '🇨🇲',
1401
- canada: '🇨🇦',
1402
- canary_islands: '🇮🇨',
1403
- cayman_islands: '🇰🇾',
1404
- central_african_republic: '🇨🇫',
1405
- chad: '🇹🇩',
1406
- chile: '🇨🇱',
1407
- cn: '🇨🇳',
1408
- christmas_island: '🇨🇽',
1409
- cocos_islands: '🇨🇨',
1410
- colombia: '🇨🇴',
1411
- comoros: '🇰🇲',
1412
- congo_brazzaville: '🇨🇬',
1413
- congo_kinshasa: '🇨🇩',
1414
- cook_islands: '🇨🇰',
1415
- costa_rica: '🇨🇷',
1416
- croatia: '🇭🇷',
1417
- cuba: '🇨🇺',
1418
- curacao: '🇨🇼',
1419
- cyprus: '🇨🇾',
1420
- czech_republic: '🇨🇿',
1421
- denmark: '🇩🇰',
1422
- djibouti: '🇩🇯',
1423
- dominica: '🇩🇲',
1424
- dominican_republic: '🇩🇴',
1425
- ecuador: '🇪🇨',
1426
- egypt: '🇪🇬',
1427
- el_salvador: '🇸🇻',
1428
- equatorial_guinea: '🇬🇶',
1429
- eritrea: '🇪🇷',
1430
- estonia: '🇪🇪',
1431
- ethiopia: '🇪🇹',
1432
- eu: '🇪🇺',
1433
- falkland_islands: '🇫🇰',
1434
- faroe_islands: '🇫🇴',
1435
- fiji: '🇫🇯',
1436
- finland: '🇫🇮',
1437
- fr: '🇫🇷',
1438
- french_guiana: '🇬🇫',
1439
- french_polynesia: '🇵🇫',
1440
- french_southern_territories: '🇹🇫',
1441
- gabon: '🇬🇦',
1442
- gambia: '🇬🇲',
1443
- georgia: '🇬🇪',
1444
- de: '🇩🇪',
1445
- ghana: '🇬🇭',
1446
- gibraltar: '🇬🇮',
1447
- greece: '🇬🇷',
1448
- greenland: '🇬🇱',
1449
- grenada: '🇬🇩',
1450
- guadeloupe: '🇬🇵',
1451
- guam: '🇬🇺',
1452
- guatemala: '🇬🇹',
1453
- guernsey: '🇬🇬',
1454
- guinea: '🇬🇳',
1455
- guinea_bissau: '🇬🇼',
1456
- guyana: '🇬🇾',
1457
- haiti: '🇭🇹',
1458
- honduras: '🇭🇳',
1459
- hong_kong: '🇭🇰',
1460
- hungary: '🇭🇺',
1461
- iceland: '🇮🇸',
1462
- india: '🇮🇳',
1463
- indonesia: '🇮🇩',
1464
- iran: '🇮🇷',
1465
- iraq: '🇮🇶',
1466
- ireland: '🇮🇪',
1467
- isle_of_man: '🇮🇲',
1468
- israel: '🇮🇱',
1469
- it: '🇮🇹',
1470
- cote_divoire: '🇨🇮',
1471
- jamaica: '🇯🇲',
1472
- jp: '🇯🇵',
1473
- jersey: '🇯🇪',
1474
- jordan: '🇯🇴',
1475
- kazakhstan: '🇰🇿',
1476
- kenya: '🇰🇪',
1477
- kiribati: '🇰🇮',
1478
- kosovo: '🇽🇰',
1479
- kuwait: '🇰🇼',
1480
- kyrgyzstan: '🇰🇬',
1481
- laos: '🇱🇦',
1482
- latvia: '🇱🇻',
1483
- lebanon: '🇱🇧',
1484
- lesotho: '🇱🇸',
1485
- liberia: '🇱🇷',
1486
- libya: '🇱🇾',
1487
- liechtenstein: '🇱🇮',
1488
- lithuania: '🇱🇹',
1489
- luxembourg: '🇱🇺',
1490
- macau: '🇲🇴',
1491
- macedonia: '🇲🇰',
1492
- madagascar: '🇲🇬',
1493
- malawi: '🇲🇼',
1494
- malaysia: '🇲🇾',
1495
- maldives: '🇲🇻',
1496
- mali: '🇲🇱',
1497
- malta: '🇲🇹',
1498
- marshall_islands: '🇲🇭',
1499
- martinique: '🇲🇶',
1500
- mauritania: '🇲🇷',
1501
- mauritius: '🇲🇺',
1502
- mayotte: '🇾🇹',
1503
- mexico: '🇲🇽',
1504
- micronesia: '🇫🇲',
1505
- moldova: '🇲🇩',
1506
- monaco: '🇲🇨',
1507
- mongolia: '🇲🇳',
1508
- montenegro: '🇲🇪',
1509
- montserrat: '🇲🇸',
1510
- morocco: '🇲🇦',
1511
- mozambique: '🇲🇿',
1512
- myanmar: '🇲🇲',
1513
- namibia: '🇳🇦',
1514
- nauru: '🇳🇷',
1515
- nepal: '🇳🇵',
1516
- netherlands: '🇳🇱',
1517
- new_caledonia: '🇳🇨',
1518
- new_zealand: '🇳🇿',
1519
- nicaragua: '🇳🇮',
1520
- niger: '🇳🇪',
1521
- nigeria: '🇳🇬',
1522
- niue: '🇳🇺',
1523
- norfolk_island: '🇳🇫',
1524
- northern_mariana_islands: '🇲🇵',
1525
- north_korea: '🇰🇵',
1526
- norway: '🇳🇴',
1527
- oman: '🇴🇲',
1528
- pakistan: '🇵🇰',
1529
- palau: '🇵🇼',
1530
- palestinian_territories: '🇵🇸',
1531
- panama: '🇵🇦',
1532
- papua_new_guinea: '🇵🇬',
1533
- paraguay: '🇵🇾',
1534
- peru: '🇵🇪',
1535
- philippines: '🇵🇭',
1536
- pitcairn_islands: '🇵🇳',
1537
- poland: '🇵🇱',
1538
- portugal: '🇵🇹',
1539
- puerto_rico: '🇵🇷',
1540
- qatar: '🇶🇦',
1541
- reunion: '🇷🇪',
1542
- romania: '🇷🇴',
1543
- ru: '🇷🇺',
1544
- rwanda: '🇷🇼',
1545
- st_barthelemy: '🇧🇱',
1546
- st_helena: '🇸🇭',
1547
- st_kitts_nevis: '🇰🇳',
1548
- st_lucia: '🇱🇨',
1549
- st_pierre_miquelon: '🇵🇲',
1550
- st_vincent_grenadines: '🇻🇨',
1551
- samoa: '🇼🇸',
1552
- san_marino: '🇸🇲',
1553
- sao_tome_principe: '🇸🇹',
1554
- saudi_arabia: '🇸🇦',
1555
- senegal: '🇸🇳',
1556
- serbia: '🇷🇸',
1557
- seychelles: '🇸🇨',
1558
- sierra_leone: '🇸🇱',
1559
- singapore: '🇸🇬',
1560
- sint_maarten: '🇸🇽',
1561
- slovakia: '🇸🇰',
1562
- slovenia: '🇸🇮',
1563
- solomon_islands: '🇸🇧',
1564
- somalia: '🇸🇴',
1565
- south_africa: '🇿🇦',
1566
- south_georgia_south_sandwich_islands: '🇬🇸',
1567
- kr: '🇰🇷',
1568
- south_sudan: '🇸🇸',
1569
- es: '🇪🇸',
1570
- sri_lanka: '🇱🇰',
1571
- sudan: '🇸🇩',
1572
- suriname: '🇸🇷',
1573
- swaziland: '🇸🇿',
1574
- sweden: '🇸🇪',
1575
- switzerland: '🇨🇭',
1576
- syria: '🇸🇾',
1577
- taiwan: '🇹🇼',
1578
- tajikistan: '🇹🇯',
1579
- tanzania: '🇹🇿',
1580
- thailand: '🇹🇭',
1581
- timor_leste: '🇹🇱',
1582
- togo: '🇹🇬',
1583
- tokelau: '🇹🇰',
1584
- tonga: '🇹🇴',
1585
- trinidad_tobago: '🇹🇹',
1586
- tunisia: '🇹🇳',
1587
- tr: '🇹🇷',
1588
- turkmenistan: '🇹🇲',
1589
- turks_caicos_islands: '🇹🇨',
1590
- tuvalu: '🇹🇻',
1591
- uganda: '🇺🇬',
1592
- ukraine: '🇺🇦',
1593
- united_arab_emirates: '🇦🇪',
1594
- uk: '🇬🇧',
1595
- england: '🏴󠁧󠁢󠁥󠁮󠁧󠁿',
1596
- scotland: '🏴󠁧󠁢󠁳󠁣󠁴󠁿',
1597
- wales: '🏴󠁧󠁢󠁷󠁬󠁳󠁿',
1598
- us: '🇺🇸',
1599
- us_virgin_islands: '🇻🇮',
1600
- uruguay: '🇺🇾',
1601
- uzbekistan: '🇺🇿',
1602
- vanuatu: '🇻🇺',
1603
- vatican_city: '🇻🇦',
1604
- venezuela: '🇻🇪',
1605
- vietnam: '🇻🇳',
1606
- wallis_futuna: '🇼🇫',
1607
- western_sahara: '🇪🇭',
1608
- yemen: '🇾🇪',
1609
- zambia: '🇿🇲',
1610
- zimbabwe: '🇿🇼',
1611
- united_nations: '🇺🇳',
1612
- pirate_flag: '🏴‍☠️',
1613
- };
1614
- },
1615
- {},
1616
- ],
1617
- 2: [
1618
- function (require, a, exports) {
1619
- 'use strict';
1620
- a.exports = {
1621
- angry: ['>:(', '>:-('],
1622
- blush: [':")', ':-")'],
1623
- broken_heart: ['</3', '<\\3'],
1624
- confused: [':/', ':-/'],
1625
- cry: [":'(", ":'-(", ':,(', ':,-('],
1626
- frowning: [':(', ':-('],
1627
- heart: ['<3'],
1628
- imp: [']:(', ']:-('],
1629
- innocent: ['o:)', 'O:)', 'o:-)', 'O:-)', '0:)', '0:-)'],
1630
- joy: [":')", ":'-)", ':,)', ':,-)', ":'D", ":'-D", ':,D', ':,-D'],
1631
- kissing: [':*', ':-*'],
1632
- laughing: ['x-)', 'X-)'],
1633
- neutral_face: [':|', ':-|'],
1634
- open_mouth: [':o', ':-o', ':O', ':-O'],
1635
- rage: [':@', ':-@'],
1636
- smile: [':D', ':-D'],
1637
- smiley: [':)', ':-)'],
1638
- smiling_imp: [']:)', ']:-)'],
1639
- sob: [":,'(", ":,'-(", ';(', ';-('],
1640
- stuck_out_tongue: [':P', ':-P'],
1641
- sunglasses: ['8-)', 'B-)'],
1642
- sweat: [',:(', ',:-('],
1643
- sweat_smile: [',:)', ',:-)'],
1644
- unamused: [':s', ':-S', ':z', ':-Z', ':$', ':-$'],
1645
- wink: [';)', ';-)'],
1646
- };
1647
- },
1648
- {},
1649
- ],
1650
- 3: [
1651
- function (require, a, exports) {
1652
- 'use strict';
1653
- function e(a) {
1654
- return a.replace(/[.?*+^$[\]\\(){}|-]/g, '\\$&');
1655
- }
1656
- a.exports = function (a) {
1657
- let n;
1658
- let o = a.defs;
1659
- a.enabled.length &&
1660
- (o = Object.keys(o).reduce((e, n) => (a.enabled.indexOf(n) >= 0 && (e[n] = o[n]), e), {})),
1661
- (n = Object.keys(a.shortcuts).reduce(
1662
- (e, n) =>
1663
- o[n]
1664
- ? Array.isArray(a.shortcuts[n])
1665
- ? (a.shortcuts[n].forEach((a) => {
1666
- e[a] = n;
1667
- }),
1668
- e)
1669
- : ((e[a.shortcuts[n]] = n), e)
1670
- : e,
1671
- {},
1672
- ));
1673
- const i = Object.keys(o)
1674
- .map((a) => `:${a}:`)
1675
- .concat(Object.keys(n))
1676
- .sort()
1677
- .reverse()
1678
- .map((a) => e(a))
1679
- .join('|');
1680
- const r = RegExp(i);
1681
- const _ = RegExp(i, 'g');
1682
- return { defs: o, shortcuts: n, scanRE: r, replaceRE: _ };
1683
- };
1684
- },
1685
- {},
1686
- ],
1687
- 4: [
1688
- function (require, a, exports) {
1689
- 'use strict';
1690
- a.exports = function (a, e) {
1691
- return a[e].content;
1692
- };
1693
- },
1694
- {},
1695
- ],
1696
- 5: [
1697
- function (require, a, exports) {
1698
- 'use strict';
1699
- a.exports = function (a, e, n, o, i) {
1700
- function r(a, o, r) {
1701
- let _;
1702
- let t = 0;
1703
- const l = [];
1704
- return (
1705
- a.replace(i, (o, i, c) => {
1706
- let m;
1707
- if (n.hasOwnProperty(o)) {
1708
- if (((m = n[o]), i > 0 && !s.test(c[i - 1]))) return;
1709
- if (i + o.length < c.length && !s.test(c[i + o.length])) return;
1710
- } else m = o.slice(1, -1);
1711
- i > t && ((_ = new r('text', '', 0)), (_.content = a.slice(t, i)), l.push(_)),
1712
- (_ = new r('emoji', '', 0)),
1713
- (_.markup = m),
1714
- (_.content = e[m]),
1715
- l.push(_),
1716
- (t = i + o.length);
1717
- }),
1718
- t < a.length && ((_ = new r('text', '', 0)), (_.content = a.slice(t)), l.push(_)),
1719
- l
1720
- );
1721
- }
1722
- const _ = a.utils.arrayReplaceAt;
1723
- const t = a.utils.lib.ucmicro;
1724
- var s = new RegExp([t.Z.source, t.P.source, t.Cc.source].join('|'));
1725
- return function (a) {
1726
- let e;
1727
- let n;
1728
- let i;
1729
- let t;
1730
- let s;
1731
- const l = a.tokens;
1732
- let c = 0;
1733
- for (n = 0, i = l.length; n < i; n++)
1734
- if ('inline' === l[n].type)
1735
- for (t = l[n].children, e = t.length - 1; e >= 0; e--)
1736
- (s = t[e]),
1737
- ('link_open' !== s.type && 'link_close' !== s.type) || ('auto' === s.info && (c -= s.nesting)),
1738
- 'text' === s.type &&
1739
- 0 === c &&
1740
- o.test(s.content) &&
1741
- (l[n].children = t = _(t, e, r(s.content, s.level, a.Token)));
1742
- };
1743
- };
1744
- },
1745
- {},
1746
- ],
1747
- 6: [
1748
- function (require, a, exports) {
1749
- 'use strict';
1750
- const e = require('./lib/data/full.json');
1751
- const n = require('./lib/data/shortcuts');
1752
- const o = require('./lib/render');
1753
- const i = require('./lib/replace');
1754
- const r = require('./lib/normalize_opts');
1755
- a.exports = function (a, _) {
1756
- const t = { defs: e, shortcuts: n, enabled: [] };
1757
- const s = r(a.utils.assign({}, t, _ || {}));
1758
- (a.renderer.rules.emoji = o), a.core.ruler.push('emoji', i(a, s.defs, s.shortcuts, s.scanRE, s.replaceRE));
1759
- };
1760
- },
1761
- {
1762
- './lib/data/full.json': 1,
1763
- './lib/data/shortcuts': 2,
1764
- './lib/normalize_opts': 3,
1765
- './lib/render': 4,
1766
- './lib/replace': 5,
1767
- },
1768
- ],
1769
- },
1770
- {},
1771
- [6],
1772
- )(6),
1773
- );