@atlaskit/util-data-test 17.8.0 → 17.8.2

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 (149) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/version.json +1 -1
  3. package/dist/es2019/version.json +1 -1
  4. package/dist/esm/version.json +1 -1
  5. package/dist/types/emoji/get-emoji-provider.d.ts +2 -2
  6. package/dist/types/emoji/get-emoji-resource-standard-atlassian.d.ts +1 -1
  7. package/dist/types/emoji/get-emoji-resource.d.ts +1 -1
  8. package/dist/types/emoji/mock-emoji-resource-factory.d.ts +1 -1
  9. package/dist/types/emoji/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
  10. package/dist/types/emoji-test/get-non-uploading-emoji-resource.d.ts +1 -1
  11. package/dist/types/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
  12. package/dist/types/emoji-test/get-test-emoji-resource-non-uploading.d.ts +1 -1
  13. package/dist/types/emoji-test/get-test-emoji-resource.d.ts +1 -1
  14. package/dist/types/task-decision/task-decision-story-data.d.ts +1 -1
  15. package/dist/types-ts4.5/emoji/emoji-from-upload.d.ts +17 -0
  16. package/dist/types-ts4.5/emoji/emoji-repository-usage-clear.d.ts +7 -0
  17. package/dist/types-ts4.5/emoji/emoji-resource-usage-clear.d.ts +6 -0
  18. package/dist/types-ts4.5/emoji/get-atlassian-emoji-data.d.ts +2 -0
  19. package/dist/types-ts4.5/emoji/get-atlassian-emojis.d.ts +1 -0
  20. package/dist/types-ts4.5/emoji/get-emoji-provider.d.ts +9 -0
  21. package/dist/types-ts4.5/emoji/get-emoji-repository.d.ts +2 -0
  22. package/dist/types-ts4.5/emoji/get-emoji-resource-standard-atlassian.d.ts +2 -0
  23. package/dist/types-ts4.5/emoji/get-emoji-resource-usage-clear.d.ts +2 -0
  24. package/dist/types-ts4.5/emoji/get-emoji-resource.d.ts +2 -0
  25. package/dist/types-ts4.5/emoji/get-emojis.d.ts +1 -0
  26. package/dist/types-ts4.5/emoji/get-site-emoji-data.d.ts +2 -0
  27. package/dist/types-ts4.5/emoji/get-site-emojis.d.ts +1 -0
  28. package/dist/types-ts4.5/emoji/get-standard-emoji-data.d.ts +2 -0
  29. package/dist/types-ts4.5/emoji/get-standard-emojis.d.ts +1 -0
  30. package/dist/types-ts4.5/emoji/image-emoji.d.ts +19 -0
  31. package/dist/types-ts4.5/emoji/logged-user.d.ts +1 -0
  32. package/dist/types-ts4.5/emoji/lorem.d.ts +1 -0
  33. package/dist/types-ts4.5/emoji/mock-emoji-resource-factory.d.ts +3 -0
  34. package/dist/types-ts4.5/emoji/mock-emoji-resource.d.ts +20 -0
  35. package/dist/types-ts4.5/emoji/mock-non-uploading-emoji-resource-factory.d.ts +3 -0
  36. package/dist/types-ts4.5/emoji/mock-non-uploading-emoji-resource.d.ts +33 -0
  37. package/dist/types-ts4.5/emoji/site-emoji-foo.d.ts +17 -0
  38. package/dist/types-ts4.5/emoji/site-emoji-wtf.d.ts +17 -0
  39. package/dist/types-ts4.5/emoji/sprite-emoji.d.ts +24 -0
  40. package/dist/types-ts4.5/emoji/types.d.ts +15 -0
  41. package/dist/types-ts4.5/emoji-constants/index.d.ts +6 -0
  42. package/dist/types-ts4.5/emoji-test/emoji-samples.d.ts +10 -0
  43. package/dist/types-ts4.5/emoji-test/expires-at.d.ts +1 -0
  44. package/dist/types-ts4.5/emoji-test/filter-to-searchable.d.ts +2 -0
  45. package/dist/types-ts4.5/emoji-test/get-non-uploading-emoji-resource.d.ts +2 -0
  46. package/dist/types-ts4.5/emoji-test/get-test-atlassian-emojis.d.ts +1 -0
  47. package/dist/types-ts4.5/emoji-test/get-test-atlassian-service-emojis.d.ts +1 -0
  48. package/dist/types-ts4.5/emoji-test/get-test-emoji-repository.d.ts +1 -0
  49. package/dist/types-ts4.5/emoji-test/get-test-emoji-resource-from-repository.d.ts +3 -0
  50. package/dist/types-ts4.5/emoji-test/get-test-emoji-resource-non-uploading.d.ts +2 -0
  51. package/dist/types-ts4.5/emoji-test/get-test-emoji-resource.d.ts +2 -0
  52. package/dist/types-ts4.5/emoji-test/get-test-emojis.d.ts +21 -0
  53. package/dist/types-ts4.5/emoji-test/get-test-image-emoji.d.ts +19 -0
  54. package/dist/types-ts4.5/emoji-test/get-test-media-api-token.d.ts +7 -0
  55. package/dist/types-ts4.5/emoji-test/get-test-searchable-emojis.d.ts +1 -0
  56. package/dist/types-ts4.5/emoji-test/get-test-site-emoji-foo.d.ts +17 -0
  57. package/dist/types-ts4.5/emoji-test/get-test-site-emoji-repository.d.ts +1 -0
  58. package/dist/types-ts4.5/emoji-test/get-test-site-emoji-wtf.d.ts +17 -0
  59. package/dist/types-ts4.5/emoji-test/get-test-site-emojis.d.ts +32 -0
  60. package/dist/types-ts4.5/emoji-test/get-test-site-service-emojis.d.ts +33 -0
  61. package/dist/types-ts4.5/emoji-test/get-test-sprite-emoji.d.ts +24 -0
  62. package/dist/types-ts4.5/emoji-test/get-test-standard-emojis.d.ts +1 -0
  63. package/dist/types-ts4.5/emoji-test/get-test-standard-service-emojis.d.ts +1 -0
  64. package/dist/types-ts4.5/emoji-test/media-emoji.d.ts +26 -0
  65. package/dist/types-ts4.5/emoji-test/media-service-emoji.d.ts +22 -0
  66. package/dist/types-ts4.5/emoji-test/test-emoji-repository.d.ts +5 -0
  67. package/dist/types-ts4.5/json-data/emoji-all.json +54398 -0
  68. package/dist/types-ts4.5/json-data/mention-data.json +393 -0
  69. package/dist/types-ts4.5/json-data/presence-invalid-info.json +47 -0
  70. package/dist/types-ts4.5/json-data/presence-valid-info.json +63 -0
  71. package/dist/types-ts4.5/json-data/sample-tasks.json +80 -0
  72. package/dist/types-ts4.5/json-data/service-data-atlassian.json +272 -0
  73. package/dist/types-ts4.5/json-data/service-data-standard.json +54098 -0
  74. package/dist/types-ts4.5/json-data/slack-conversations-data.json +476 -0
  75. package/dist/types-ts4.5/json-data/slack-workspaces-data.json +19 -0
  76. package/dist/types-ts4.5/json-data/test-emoji-atlassian.json +224 -0
  77. package/dist/types-ts4.5/json-data/test-emoji-standard.json +2000 -0
  78. package/dist/types-ts4.5/json-data/user-picker-data.json +361 -0
  79. package/dist/types-ts4.5/logger.d.ts +4 -0
  80. package/dist/types-ts4.5/mention/create-mock-mention-name-resolver.d.ts +2 -0
  81. package/dist/types-ts4.5/mention/mention-story-data.d.ts +132 -0
  82. package/dist/types-ts4.5/mention/mention-test-data.d.ts +3 -0
  83. package/dist/types-ts4.5/mention/mock-mention-name-client.d.ts +6 -0
  84. package/dist/types-ts4.5/mention/mock-mention-resource-with-info-hints.d.ts +10 -0
  85. package/dist/types-ts4.5/mention/mock-mention-resource.d.ts +29 -0
  86. package/dist/types-ts4.5/mention/mock-presence-resource.d.ts +11 -0
  87. package/dist/types-ts4.5/mention/presence-data.d.ts +16 -0
  88. package/dist/types-ts4.5/mention/utils.d.ts +7 -0
  89. package/dist/types-ts4.5/profilecard/get-mock-profilecard-client.d.ts +3 -0
  90. package/dist/types-ts4.5/profilecard/profilecard-data.d.ts +31 -0
  91. package/dist/types-ts4.5/profilecard/util.d.ts +6 -0
  92. package/dist/types-ts4.5/slack-data/index.d.ts +3 -0
  93. package/dist/types-ts4.5/slack-data/slack-conversations-data.d.ts +2 -0
  94. package/dist/types-ts4.5/slack-data/slack-workspaces-data.d.ts +2 -0
  95. package/dist/types-ts4.5/task-decision/mock-task-decision-resource.d.ts +23 -0
  96. package/dist/types-ts4.5/task-decision/task-decision-story-data.d.ts +50 -0
  97. package/dist/types-ts4.5/task-decision/utils.d.ts +4 -0
  98. package/dist/types-ts4.5/user-picker/ChevronRight.d.ts +3 -0
  99. package/dist/types-ts4.5/user-picker/index.d.ts +4 -0
  100. package/dist/types-ts4.5/user-picker/user-picker-custom-data.d.ts +2 -0
  101. package/dist/types-ts4.5/user-picker/user-picker-data.d.ts +1 -0
  102. package/dist/types-ts4.5/user-picker/user-picker-team-data.d.ts +2 -0
  103. package/emoji-constants/package.json +2 -2
  104. package/emoji-samples/package.json +2 -2
  105. package/emoji-types/package.json +2 -2
  106. package/filter-to-searchable/package.json +2 -2
  107. package/get-atlassian-emojis/package.json +2 -2
  108. package/get-emoji-provider/package.json +2 -2
  109. package/get-emoji-repository/package.json +2 -2
  110. package/get-emoji-resource/package.json +2 -2
  111. package/get-emoji-resource-standard-atlassian/package.json +2 -2
  112. package/get-emoji-resource-usage-clear/package.json +2 -2
  113. package/get-emojis/package.json +2 -2
  114. package/get-mock-profilecard-client/package.json +2 -2
  115. package/get-standard-emojis/package.json +2 -2
  116. package/get-test-atlassian-emojis/package.json +2 -2
  117. package/get-test-atlassian-service-emojis/package.json +2 -2
  118. package/get-test-emoji-repository/package.json +2 -2
  119. package/get-test-emoji-resource/package.json +2 -2
  120. package/get-test-emoji-resource-from-repository/package.json +2 -2
  121. package/get-test-emoji-resource-non-uploading/package.json +2 -2
  122. package/get-test-emojis/package.json +2 -2
  123. package/get-test-image-emoji/package.json +2 -2
  124. package/get-test-searchable-emojis/package.json +2 -2
  125. package/get-test-site-emoji-foo/package.json +2 -2
  126. package/get-test-site-emoji-repository/package.json +2 -2
  127. package/get-test-site-emoji-wtf/package.json +2 -2
  128. package/get-test-site-emojis/package.json +2 -2
  129. package/get-test-site-service-emojis/package.json +2 -2
  130. package/get-test-sprite-emoji/package.json +2 -2
  131. package/get-test-standard-emojis/package.json +2 -2
  132. package/get-test-standard-service-emojis/package.json +2 -2
  133. package/logged-user/package.json +2 -2
  134. package/logger/package.json +2 -2
  135. package/media-emoji/package.json +2 -2
  136. package/media-service-emoji/package.json +2 -2
  137. package/mention-story-data/package.json +2 -2
  138. package/mention-test-data/package.json +2 -2
  139. package/mock-emoji-resource/package.json +2 -2
  140. package/mock-mention-resource/package.json +2 -2
  141. package/mock-non-uploading-emoji-resource-factory/package.json +2 -2
  142. package/mock-presence-resource/package.json +2 -2
  143. package/package.json +3 -3
  144. package/presence-data/package.json +2 -2
  145. package/profilecard-data/package.json +2 -2
  146. package/slack-data/package.json +2 -2
  147. package/task-decision-story-data/package.json +2 -2
  148. package/user-picker/package.json +2 -2
  149. package/user-picker-data/package.json +2 -2
@@ -0,0 +1,2000 @@
1
+ {
2
+ "emojis": [
3
+ {
4
+ "id": "1f600",
5
+ "name": "grinning face",
6
+ "fallback": "😀",
7
+ "type": "STANDARD",
8
+ "category": "PEOPLE",
9
+ "order": 11103,
10
+ "representation": {
11
+ "x": 0,
12
+ "y": 0,
13
+ "height": 64,
14
+ "width": 64,
15
+ "xIndex": 0,
16
+ "yIndex": 0,
17
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
18
+ },
19
+ "searchable": true,
20
+ "shortName": ":grinning:"
21
+ },
22
+ {
23
+ "id": "1f603",
24
+ "name": "grinning face with big eyes",
25
+ "fallback": "😃",
26
+ "type": "STANDARD",
27
+ "category": "PEOPLE",
28
+ "order": 11104,
29
+ "representation": {
30
+ "x": 66,
31
+ "y": 0,
32
+ "height": 64,
33
+ "width": 64,
34
+ "xIndex": 1,
35
+ "yIndex": 0,
36
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
37
+ },
38
+ "ascii": [
39
+ ":D",
40
+ ":-D",
41
+ "=D"
42
+ ],
43
+ "searchable": true,
44
+ "shortName": ":smiley:"
45
+ },
46
+ {
47
+ "id": "1f604",
48
+ "name": "grinning face with smiling eyes",
49
+ "fallback": "😄",
50
+ "type": "STANDARD",
51
+ "category": "PEOPLE",
52
+ "order": 11105,
53
+ "representation": {
54
+ "x": 132,
55
+ "y": 0,
56
+ "height": 64,
57
+ "width": 64,
58
+ "xIndex": 2,
59
+ "yIndex": 0,
60
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
61
+ },
62
+ "searchable": true,
63
+ "shortName": ":smile:"
64
+ },
65
+ {
66
+ "id": "1f601",
67
+ "name": "beaming face with smiling eyes",
68
+ "fallback": "😁",
69
+ "type": "STANDARD",
70
+ "category": "PEOPLE",
71
+ "order": 11106,
72
+ "representation": {
73
+ "x": 198,
74
+ "y": 0,
75
+ "height": 64,
76
+ "width": 64,
77
+ "xIndex": 3,
78
+ "yIndex": 0,
79
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
80
+ },
81
+ "searchable": true,
82
+ "shortName": ":grin:"
83
+ },
84
+ {
85
+ "id": "1f605",
86
+ "name": "grinning face with sweat",
87
+ "fallback": "😅",
88
+ "type": "STANDARD",
89
+ "category": "PEOPLE",
90
+ "order": 11108,
91
+ "representation": {
92
+ "x": 330,
93
+ "y": 0,
94
+ "height": 64,
95
+ "width": 64,
96
+ "xIndex": 5,
97
+ "yIndex": 0,
98
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
99
+ },
100
+ "ascii": [
101
+ "':)",
102
+ "':-)",
103
+ "'=)",
104
+ "':D",
105
+ "':-D",
106
+ "'=D"
107
+ ],
108
+ "searchable": true,
109
+ "shortName": ":sweat_smile:"
110
+ },
111
+ {
112
+ "id": "1f62e",
113
+ "name": "face with open mouth",
114
+ "fallback": "😮",
115
+ "type": "STANDARD",
116
+ "category": "PEOPLE",
117
+ "order": 11176,
118
+ "representation": {
119
+ "x": 2376,
120
+ "y": 66,
121
+ "height": 64,
122
+ "width": 64,
123
+ "xIndex": 36,
124
+ "yIndex": 1,
125
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
126
+ },
127
+ "ascii": [
128
+ ":-O",
129
+ ":O",
130
+ "O_O",
131
+ ">:O"
132
+ ],
133
+ "searchable": true,
134
+ "shortName": ":open_mouth:"
135
+ },
136
+ {
137
+ "id": "1f44d",
138
+ "name": "thumbs up",
139
+ "fallback": "👍",
140
+ "type": "STANDARD",
141
+ "category": "PEOPLE",
142
+ "order": 11239,
143
+ "skinVariations": [
144
+ {
145
+ "id": "1f44d-1f3fb",
146
+ "name": "thumbs up: light skin tone",
147
+ "fallback": "👍🏻",
148
+ "type": "STANDARD",
149
+ "category": "PEOPLE",
150
+ "order": 11240,
151
+ "representation": {
152
+ "x": 1716,
153
+ "y": 198,
154
+ "height": 64,
155
+ "width": 64,
156
+ "xIndex": 26,
157
+ "yIndex": 3,
158
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
159
+ },
160
+ "searchable": true,
161
+ "shortName": ":thumbsup::skin-tone-2:"
162
+ },
163
+ {
164
+ "id": "1f44d-1f3fc",
165
+ "name": "thumbs up: medium-light skin tone",
166
+ "fallback": "👍🏼",
167
+ "type": "STANDARD",
168
+ "category": "PEOPLE",
169
+ "order": 11241,
170
+ "representation": {
171
+ "x": 1782,
172
+ "y": 198,
173
+ "height": 64,
174
+ "width": 64,
175
+ "xIndex": 27,
176
+ "yIndex": 3,
177
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
178
+ },
179
+ "searchable": true,
180
+ "shortName": ":thumbsup::skin-tone-3:"
181
+ },
182
+ {
183
+ "id": "1f44d-1f3fd",
184
+ "name": "thumbs up: medium skin tone",
185
+ "fallback": "👍🏽",
186
+ "type": "STANDARD",
187
+ "category": "PEOPLE",
188
+ "order": 11242,
189
+ "representation": {
190
+ "x": 1848,
191
+ "y": 198,
192
+ "height": 64,
193
+ "width": 64,
194
+ "xIndex": 28,
195
+ "yIndex": 3,
196
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
197
+ },
198
+ "searchable": true,
199
+ "shortName": ":thumbsup::skin-tone-4:"
200
+ },
201
+ {
202
+ "id": "1f44d-1f3fe",
203
+ "name": "thumbs up: medium-dark skin tone",
204
+ "fallback": "👍🏾",
205
+ "type": "STANDARD",
206
+ "category": "PEOPLE",
207
+ "order": 11243,
208
+ "representation": {
209
+ "x": 1914,
210
+ "y": 198,
211
+ "height": 64,
212
+ "width": 64,
213
+ "xIndex": 29,
214
+ "yIndex": 3,
215
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
216
+ },
217
+ "searchable": true,
218
+ "shortName": ":thumbsup::skin-tone-5:"
219
+ },
220
+ {
221
+ "id": "1f44d-1f3ff",
222
+ "name": "thumbs up: dark skin tone",
223
+ "fallback": "👍🏿",
224
+ "type": "STANDARD",
225
+ "category": "PEOPLE",
226
+ "order": 11244,
227
+ "representation": {
228
+ "x": 1980,
229
+ "y": 198,
230
+ "height": 64,
231
+ "width": 64,
232
+ "xIndex": 30,
233
+ "yIndex": 3,
234
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
235
+ },
236
+ "searchable": true,
237
+ "shortName": ":thumbsup::skin-tone-6:"
238
+ }
239
+ ],
240
+ "representation": {
241
+ "x": 1650,
242
+ "y": 198,
243
+ "height": 64,
244
+ "width": 64,
245
+ "xIndex": 25,
246
+ "yIndex": 3,
247
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
248
+ },
249
+ "ascii": [
250
+ "(y)"
251
+ ],
252
+ "searchable": true,
253
+ "shortName": ":thumbsup:"
254
+ },
255
+ {
256
+ "id": "1f44e",
257
+ "name": "thumbs down",
258
+ "fallback": "👎",
259
+ "type": "STANDARD",
260
+ "category": "PEOPLE",
261
+ "order": 11245,
262
+ "skinVariations": [
263
+ {
264
+ "id": "1f44e-1f3fb",
265
+ "name": "thumbs down: light skin tone",
266
+ "fallback": "👎🏻",
267
+ "type": "STANDARD",
268
+ "category": "PEOPLE",
269
+ "order": 11246,
270
+ "representation": {
271
+ "x": 2112,
272
+ "y": 198,
273
+ "height": 64,
274
+ "width": 64,
275
+ "xIndex": 32,
276
+ "yIndex": 3,
277
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
278
+ },
279
+ "searchable": true,
280
+ "shortName": ":thumbsdown::skin-tone-2:"
281
+ },
282
+ {
283
+ "id": "1f44e-1f3fc",
284
+ "name": "thumbs down: medium-light skin tone",
285
+ "fallback": "👎🏼",
286
+ "type": "STANDARD",
287
+ "category": "PEOPLE",
288
+ "order": 11247,
289
+ "representation": {
290
+ "x": 2178,
291
+ "y": 198,
292
+ "height": 64,
293
+ "width": 64,
294
+ "xIndex": 33,
295
+ "yIndex": 3,
296
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
297
+ },
298
+ "searchable": true,
299
+ "shortName": ":thumbsdown::skin-tone-3:"
300
+ },
301
+ {
302
+ "id": "1f44e-1f3fd",
303
+ "name": "thumbs down: medium skin tone",
304
+ "fallback": "👎🏽",
305
+ "type": "STANDARD",
306
+ "category": "PEOPLE",
307
+ "order": 11248,
308
+ "representation": {
309
+ "x": 2244,
310
+ "y": 198,
311
+ "height": 64,
312
+ "width": 64,
313
+ "xIndex": 34,
314
+ "yIndex": 3,
315
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
316
+ },
317
+ "searchable": true,
318
+ "shortName": ":thumbsdown::skin-tone-4:"
319
+ },
320
+ {
321
+ "id": "1f44e-1f3fe",
322
+ "name": "thumbs down: medium-dark skin tone",
323
+ "fallback": "👎🏾",
324
+ "type": "STANDARD",
325
+ "category": "PEOPLE",
326
+ "order": 11249,
327
+ "representation": {
328
+ "x": 2310,
329
+ "y": 198,
330
+ "height": 64,
331
+ "width": 64,
332
+ "xIndex": 35,
333
+ "yIndex": 3,
334
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
335
+ },
336
+ "searchable": true,
337
+ "shortName": ":thumbsdown::skin-tone-5:"
338
+ },
339
+ {
340
+ "id": "1f44e-1f3ff",
341
+ "name": "thumbs down: dark skin tone",
342
+ "fallback": "👎🏿",
343
+ "type": "STANDARD",
344
+ "category": "PEOPLE",
345
+ "order": 11250,
346
+ "representation": {
347
+ "x": 2376,
348
+ "y": 198,
349
+ "height": 64,
350
+ "width": 64,
351
+ "xIndex": 36,
352
+ "yIndex": 3,
353
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
354
+ },
355
+ "searchable": true,
356
+ "shortName": ":thumbsdown::skin-tone-6:"
357
+ }
358
+ ],
359
+ "representation": {
360
+ "x": 2046,
361
+ "y": 198,
362
+ "height": 64,
363
+ "width": 64,
364
+ "xIndex": 31,
365
+ "yIndex": 3,
366
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
367
+ },
368
+ "searchable": true,
369
+ "shortName": ":thumbsdown:"
370
+ },
371
+ {
372
+ "id": "270b",
373
+ "name": "raised hand",
374
+ "fallback": "✋",
375
+ "type": "STANDARD",
376
+ "category": "PEOPLE",
377
+ "order": 11335,
378
+ "skinVariations": [
379
+ {
380
+ "id": "270b-1f3fb",
381
+ "name": "raised hand: light skin tone",
382
+ "fallback": "✋🏻",
383
+ "type": "STANDARD",
384
+ "category": "PEOPLE",
385
+ "order": 11336,
386
+ "representation": {
387
+ "x": 726,
388
+ "y": 396,
389
+ "height": 64,
390
+ "width": 64,
391
+ "xIndex": 11,
392
+ "yIndex": 6,
393
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
394
+ },
395
+ "searchable": true,
396
+ "shortName": ":raised_hand::skin-tone-2:"
397
+ },
398
+ {
399
+ "id": "270b-1f3fc",
400
+ "name": "raised hand: medium-light skin tone",
401
+ "fallback": "✋🏼",
402
+ "type": "STANDARD",
403
+ "category": "PEOPLE",
404
+ "order": 11337,
405
+ "representation": {
406
+ "x": 792,
407
+ "y": 396,
408
+ "height": 64,
409
+ "width": 64,
410
+ "xIndex": 12,
411
+ "yIndex": 6,
412
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
413
+ },
414
+ "searchable": true,
415
+ "shortName": ":raised_hand::skin-tone-3:"
416
+ },
417
+ {
418
+ "id": "270b-1f3fd",
419
+ "name": "raised hand: medium skin tone",
420
+ "fallback": "✋🏽",
421
+ "type": "STANDARD",
422
+ "category": "PEOPLE",
423
+ "order": 11338,
424
+ "representation": {
425
+ "x": 858,
426
+ "y": 396,
427
+ "height": 64,
428
+ "width": 64,
429
+ "xIndex": 13,
430
+ "yIndex": 6,
431
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
432
+ },
433
+ "searchable": true,
434
+ "shortName": ":raised_hand::skin-tone-4:"
435
+ },
436
+ {
437
+ "id": "270b-1f3fe",
438
+ "name": "raised hand: medium-dark skin tone",
439
+ "fallback": "✋🏾",
440
+ "type": "STANDARD",
441
+ "category": "PEOPLE",
442
+ "order": 11339,
443
+ "representation": {
444
+ "x": 924,
445
+ "y": 396,
446
+ "height": 64,
447
+ "width": 64,
448
+ "xIndex": 14,
449
+ "yIndex": 6,
450
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
451
+ },
452
+ "searchable": true,
453
+ "shortName": ":raised_hand::skin-tone-5:"
454
+ },
455
+ {
456
+ "id": "270b-1f3ff",
457
+ "name": "raised hand: dark skin tone",
458
+ "fallback": "✋🏿",
459
+ "type": "STANDARD",
460
+ "category": "PEOPLE",
461
+ "order": 11340,
462
+ "representation": {
463
+ "x": 990,
464
+ "y": 396,
465
+ "height": 64,
466
+ "width": 64,
467
+ "xIndex": 15,
468
+ "yIndex": 6,
469
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
470
+ },
471
+ "searchable": true,
472
+ "shortName": ":raised_hand::skin-tone-6:"
473
+ }
474
+ ],
475
+ "representation": {
476
+ "x": 660,
477
+ "y": 396,
478
+ "height": 64,
479
+ "width": 64,
480
+ "xIndex": 10,
481
+ "yIndex": 6,
482
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
483
+ },
484
+ "searchable": true,
485
+ "shortName": ":raised_hand:"
486
+ },
487
+ {
488
+ "id": "1f46e",
489
+ "name": "police officer",
490
+ "fallback": "👮",
491
+ "type": "STANDARD",
492
+ "category": "PEOPLE",
493
+ "order": 11595,
494
+ "skinVariations": [
495
+ {
496
+ "id": "1f46e-1f3fb",
497
+ "name": "police officer: light skin tone",
498
+ "fallback": "👮🏻",
499
+ "type": "STANDARD",
500
+ "category": "PEOPLE",
501
+ "order": 11596,
502
+ "representation": {
503
+ "x": 792,
504
+ "y": 858,
505
+ "height": 64,
506
+ "width": 64,
507
+ "xIndex": 12,
508
+ "yIndex": 13,
509
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
510
+ },
511
+ "searchable": false,
512
+ "shortName": ":police_officer::skin-tone-2:"
513
+ },
514
+ {
515
+ "id": "1f46e-1f3fc",
516
+ "name": "police officer: medium-light skin tone",
517
+ "fallback": "👮🏼",
518
+ "type": "STANDARD",
519
+ "category": "PEOPLE",
520
+ "order": 11597,
521
+ "representation": {
522
+ "x": 858,
523
+ "y": 858,
524
+ "height": 64,
525
+ "width": 64,
526
+ "xIndex": 13,
527
+ "yIndex": 13,
528
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
529
+ },
530
+ "searchable": false,
531
+ "shortName": ":police_officer::skin-tone-3:"
532
+ },
533
+ {
534
+ "id": "1f46e-1f3fd",
535
+ "name": "police officer: medium skin tone",
536
+ "fallback": "👮🏽",
537
+ "type": "STANDARD",
538
+ "category": "PEOPLE",
539
+ "order": 11598,
540
+ "representation": {
541
+ "x": 924,
542
+ "y": 858,
543
+ "height": 64,
544
+ "width": 64,
545
+ "xIndex": 14,
546
+ "yIndex": 13,
547
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
548
+ },
549
+ "searchable": false,
550
+ "shortName": ":police_officer::skin-tone-4:"
551
+ },
552
+ {
553
+ "id": "1f46e-1f3fe",
554
+ "name": "police officer: medium-dark skin tone",
555
+ "fallback": "👮🏾",
556
+ "type": "STANDARD",
557
+ "category": "PEOPLE",
558
+ "order": 11599,
559
+ "representation": {
560
+ "x": 990,
561
+ "y": 858,
562
+ "height": 64,
563
+ "width": 64,
564
+ "xIndex": 15,
565
+ "yIndex": 13,
566
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
567
+ },
568
+ "searchable": false,
569
+ "shortName": ":police_officer::skin-tone-5:"
570
+ },
571
+ {
572
+ "id": "1f46e-1f3ff",
573
+ "name": "police officer: dark skin tone",
574
+ "fallback": "👮🏿",
575
+ "type": "STANDARD",
576
+ "category": "PEOPLE",
577
+ "order": 11600,
578
+ "representation": {
579
+ "x": 1056,
580
+ "y": 858,
581
+ "height": 64,
582
+ "width": 64,
583
+ "xIndex": 16,
584
+ "yIndex": 13,
585
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
586
+ },
587
+ "searchable": false,
588
+ "shortName": ":police_officer::skin-tone-6:"
589
+ }
590
+ ],
591
+ "representation": {
592
+ "x": 726,
593
+ "y": 858,
594
+ "height": 64,
595
+ "width": 64,
596
+ "xIndex": 11,
597
+ "yIndex": 13,
598
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png"
599
+ },
600
+ "searchable": false,
601
+ "shortName": ":police_officer:"
602
+ },
603
+ {
604
+ "id": "1f436",
605
+ "name": "dog face",
606
+ "fallback": "🐶",
607
+ "type": "STANDARD",
608
+ "category": "NATURE",
609
+ "order": 20821,
610
+ "representation": {
611
+ "x": 0,
612
+ "y": 0,
613
+ "height": 64,
614
+ "width": 64,
615
+ "xIndex": 0,
616
+ "yIndex": 0,
617
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
618
+ },
619
+ "searchable": true,
620
+ "shortName": ":dog:"
621
+ },
622
+ {
623
+ "id": "1f431",
624
+ "name": "cat face",
625
+ "fallback": "🐱",
626
+ "type": "STANDARD",
627
+ "category": "NATURE",
628
+ "order": 20822,
629
+ "representation": {
630
+ "x": 66,
631
+ "y": 0,
632
+ "height": 64,
633
+ "width": 64,
634
+ "xIndex": 1,
635
+ "yIndex": 0,
636
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
637
+ },
638
+ "searchable": true,
639
+ "shortName": ":cat:"
640
+ },
641
+ {
642
+ "id": "1f42d",
643
+ "name": "mouse face",
644
+ "fallback": "🐭",
645
+ "type": "STANDARD",
646
+ "category": "NATURE",
647
+ "order": 20823,
648
+ "representation": {
649
+ "x": 132,
650
+ "y": 0,
651
+ "height": 64,
652
+ "width": 64,
653
+ "xIndex": 2,
654
+ "yIndex": 0,
655
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
656
+ },
657
+ "searchable": true,
658
+ "shortName": ":mouse:"
659
+ },
660
+ {
661
+ "id": "1f439",
662
+ "name": "hamster face",
663
+ "fallback": "🐹",
664
+ "type": "STANDARD",
665
+ "category": "NATURE",
666
+ "order": 20824,
667
+ "representation": {
668
+ "x": 198,
669
+ "y": 0,
670
+ "height": 64,
671
+ "width": 64,
672
+ "xIndex": 3,
673
+ "yIndex": 0,
674
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
675
+ },
676
+ "searchable": true,
677
+ "shortName": ":hamster:"
678
+ },
679
+ {
680
+ "id": "1f430",
681
+ "name": "rabbit face",
682
+ "fallback": "🐰",
683
+ "type": "STANDARD",
684
+ "category": "NATURE",
685
+ "order": 20825,
686
+ "representation": {
687
+ "x": 264,
688
+ "y": 0,
689
+ "height": 64,
690
+ "width": 64,
691
+ "xIndex": 4,
692
+ "yIndex": 0,
693
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
694
+ },
695
+ "searchable": true,
696
+ "shortName": ":rabbit:"
697
+ },
698
+ {
699
+ "id": "1f98a",
700
+ "name": "fox face",
701
+ "fallback": "🦊",
702
+ "type": "STANDARD",
703
+ "category": "NATURE",
704
+ "order": 20826,
705
+ "representation": {
706
+ "x": 330,
707
+ "y": 0,
708
+ "height": 64,
709
+ "width": 64,
710
+ "xIndex": 5,
711
+ "yIndex": 0,
712
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
713
+ },
714
+ "searchable": true,
715
+ "shortName": ":fox:"
716
+ },
717
+ {
718
+ "id": "1f99d",
719
+ "name": "raccoon",
720
+ "fallback": "🦝",
721
+ "type": "STANDARD",
722
+ "category": "NATURE",
723
+ "order": 20827,
724
+ "representation": {
725
+ "x": 396,
726
+ "y": 0,
727
+ "height": 64,
728
+ "width": 64,
729
+ "xIndex": 6,
730
+ "yIndex": 0,
731
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
732
+ },
733
+ "searchable": true,
734
+ "shortName": ":raccoon:"
735
+ },
736
+ {
737
+ "id": "1f43b",
738
+ "name": "bear face",
739
+ "fallback": "🐻",
740
+ "type": "STANDARD",
741
+ "category": "NATURE",
742
+ "order": 20828,
743
+ "representation": {
744
+ "x": 462,
745
+ "y": 0,
746
+ "height": 64,
747
+ "width": 64,
748
+ "xIndex": 7,
749
+ "yIndex": 0,
750
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
751
+ },
752
+ "searchable": true,
753
+ "shortName": ":bear:"
754
+ },
755
+ {
756
+ "id": "1f43c",
757
+ "name": "panda face",
758
+ "fallback": "🐼",
759
+ "type": "STANDARD",
760
+ "category": "NATURE",
761
+ "order": 20829,
762
+ "representation": {
763
+ "x": 528,
764
+ "y": 0,
765
+ "height": 64,
766
+ "width": 64,
767
+ "xIndex": 8,
768
+ "yIndex": 0,
769
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
770
+ },
771
+ "searchable": true,
772
+ "shortName": ":panda_face:"
773
+ },
774
+ {
775
+ "id": "1f4a5",
776
+ "name": "collision",
777
+ "fallback": "💥",
778
+ "type": "STANDARD",
779
+ "category": "NATURE",
780
+ "order": 20973,
781
+ "representation": {
782
+ "x": 792,
783
+ "y": 660,
784
+ "height": 64,
785
+ "width": 64,
786
+ "xIndex": 12,
787
+ "yIndex": 10,
788
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png"
789
+ },
790
+ "searchable": true,
791
+ "shortName": ":boom:"
792
+ },
793
+ {
794
+ "id": "1f34f",
795
+ "name": "green apple",
796
+ "fallback": "🍏",
797
+ "type": "STANDARD",
798
+ "category": "FOODS",
799
+ "order": 30998,
800
+ "representation": {
801
+ "x": 0,
802
+ "y": 0,
803
+ "height": 64,
804
+ "width": 64,
805
+ "xIndex": 0,
806
+ "yIndex": 0,
807
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
808
+ },
809
+ "searchable": true,
810
+ "shortName": ":green_apple:"
811
+ },
812
+ {
813
+ "id": "1f34e",
814
+ "name": "red apple",
815
+ "fallback": "🍎",
816
+ "type": "STANDARD",
817
+ "category": "FOODS",
818
+ "order": 30999,
819
+ "representation": {
820
+ "x": 66,
821
+ "y": 0,
822
+ "height": 64,
823
+ "width": 64,
824
+ "xIndex": 1,
825
+ "yIndex": 0,
826
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
827
+ },
828
+ "searchable": true,
829
+ "shortName": ":apple:"
830
+ },
831
+ {
832
+ "id": "1f350",
833
+ "name": "pear",
834
+ "fallback": "🍐",
835
+ "type": "STANDARD",
836
+ "category": "FOODS",
837
+ "order": 31000,
838
+ "representation": {
839
+ "x": 132,
840
+ "y": 0,
841
+ "height": 64,
842
+ "width": 64,
843
+ "xIndex": 2,
844
+ "yIndex": 0,
845
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
846
+ },
847
+ "searchable": true,
848
+ "shortName": ":pear:"
849
+ },
850
+ {
851
+ "id": "1f34a",
852
+ "name": "tangerine",
853
+ "fallback": "🍊",
854
+ "type": "STANDARD",
855
+ "category": "FOODS",
856
+ "order": 31001,
857
+ "representation": {
858
+ "x": 198,
859
+ "y": 0,
860
+ "height": 64,
861
+ "width": 64,
862
+ "xIndex": 3,
863
+ "yIndex": 0,
864
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
865
+ },
866
+ "searchable": true,
867
+ "shortName": ":tangerine:"
868
+ },
869
+ {
870
+ "id": "1f34b",
871
+ "name": "lemon",
872
+ "fallback": "🍋",
873
+ "type": "STANDARD",
874
+ "category": "FOODS",
875
+ "order": 31002,
876
+ "representation": {
877
+ "x": 264,
878
+ "y": 0,
879
+ "height": 64,
880
+ "width": 64,
881
+ "xIndex": 4,
882
+ "yIndex": 0,
883
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
884
+ },
885
+ "searchable": true,
886
+ "shortName": ":lemon:"
887
+ },
888
+ {
889
+ "id": "1f34c",
890
+ "name": "banana",
891
+ "fallback": "🍌",
892
+ "type": "STANDARD",
893
+ "category": "FOODS",
894
+ "order": 31003,
895
+ "representation": {
896
+ "x": 330,
897
+ "y": 0,
898
+ "height": 64,
899
+ "width": 64,
900
+ "xIndex": 5,
901
+ "yIndex": 0,
902
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
903
+ },
904
+ "searchable": true,
905
+ "shortName": ":banana:"
906
+ },
907
+ {
908
+ "id": "1f349",
909
+ "name": "watermelon",
910
+ "fallback": "🍉",
911
+ "type": "STANDARD",
912
+ "category": "FOODS",
913
+ "order": 31004,
914
+ "representation": {
915
+ "x": 396,
916
+ "y": 0,
917
+ "height": 64,
918
+ "width": 64,
919
+ "xIndex": 6,
920
+ "yIndex": 0,
921
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
922
+ },
923
+ "searchable": true,
924
+ "shortName": ":watermelon:"
925
+ },
926
+ {
927
+ "id": "1f347",
928
+ "name": "grapes",
929
+ "fallback": "🍇",
930
+ "type": "STANDARD",
931
+ "category": "FOODS",
932
+ "order": 31005,
933
+ "representation": {
934
+ "x": 462,
935
+ "y": 0,
936
+ "height": 64,
937
+ "width": 64,
938
+ "xIndex": 7,
939
+ "yIndex": 0,
940
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
941
+ },
942
+ "searchable": true,
943
+ "shortName": ":grapes:"
944
+ },
945
+ {
946
+ "id": "1f353",
947
+ "name": "strawberry",
948
+ "fallback": "🍓",
949
+ "type": "STANDARD",
950
+ "category": "FOODS",
951
+ "order": 31006,
952
+ "representation": {
953
+ "x": 528,
954
+ "y": 0,
955
+ "height": 64,
956
+ "width": 64,
957
+ "xIndex": 8,
958
+ "yIndex": 0,
959
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
960
+ },
961
+ "searchable": true,
962
+ "shortName": ":strawberry:"
963
+ },
964
+ {
965
+ "id": "1f348",
966
+ "name": "melon",
967
+ "fallback": "🍈",
968
+ "type": "STANDARD",
969
+ "category": "FOODS",
970
+ "order": 31007,
971
+ "representation": {
972
+ "x": 594,
973
+ "y": 0,
974
+ "height": 64,
975
+ "width": 64,
976
+ "xIndex": 9,
977
+ "yIndex": 0,
978
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png"
979
+ },
980
+ "searchable": true,
981
+ "shortName": ":melon:"
982
+ },
983
+ {
984
+ "id": "26bd",
985
+ "name": "soccer ball",
986
+ "fallback": "⚽",
987
+ "type": "STANDARD",
988
+ "category": "ACTIVITY",
989
+ "order": 40291,
990
+ "representation": {
991
+ "x": 0,
992
+ "y": 0,
993
+ "height": 64,
994
+ "width": 64,
995
+ "xIndex": 0,
996
+ "yIndex": 0,
997
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
998
+ },
999
+ "searchable": true,
1000
+ "shortName": ":soccer:"
1001
+ },
1002
+ {
1003
+ "id": "1f3c0",
1004
+ "name": "basketball",
1005
+ "fallback": "🏀",
1006
+ "type": "STANDARD",
1007
+ "category": "ACTIVITY",
1008
+ "order": 40292,
1009
+ "representation": {
1010
+ "x": 66,
1011
+ "y": 0,
1012
+ "height": 64,
1013
+ "width": 64,
1014
+ "xIndex": 1,
1015
+ "yIndex": 0,
1016
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1017
+ },
1018
+ "searchable": true,
1019
+ "shortName": ":basketball:"
1020
+ },
1021
+ {
1022
+ "id": "1f3c8",
1023
+ "name": "american football",
1024
+ "fallback": "🏈",
1025
+ "type": "STANDARD",
1026
+ "category": "ACTIVITY",
1027
+ "order": 40293,
1028
+ "representation": {
1029
+ "x": 132,
1030
+ "y": 0,
1031
+ "height": 64,
1032
+ "width": 64,
1033
+ "xIndex": 2,
1034
+ "yIndex": 0,
1035
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1036
+ },
1037
+ "searchable": true,
1038
+ "shortName": ":football:"
1039
+ },
1040
+ {
1041
+ "id": "26be",
1042
+ "name": "baseball",
1043
+ "fallback": "⚾",
1044
+ "type": "STANDARD",
1045
+ "category": "ACTIVITY",
1046
+ "order": 40294,
1047
+ "representation": {
1048
+ "x": 198,
1049
+ "y": 0,
1050
+ "height": 64,
1051
+ "width": 64,
1052
+ "xIndex": 3,
1053
+ "yIndex": 0,
1054
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1055
+ },
1056
+ "searchable": true,
1057
+ "shortName": ":baseball:"
1058
+ },
1059
+ {
1060
+ "id": "1f94e",
1061
+ "name": "softball",
1062
+ "fallback": "🥎",
1063
+ "type": "STANDARD",
1064
+ "category": "ACTIVITY",
1065
+ "order": 40295,
1066
+ "representation": {
1067
+ "x": 264,
1068
+ "y": 0,
1069
+ "height": 64,
1070
+ "width": 64,
1071
+ "xIndex": 4,
1072
+ "yIndex": 0,
1073
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1074
+ },
1075
+ "searchable": true,
1076
+ "shortName": ":softball:"
1077
+ },
1078
+ {
1079
+ "id": "1f3be",
1080
+ "name": "tennis",
1081
+ "fallback": "🎾",
1082
+ "type": "STANDARD",
1083
+ "category": "ACTIVITY",
1084
+ "order": 40296,
1085
+ "representation": {
1086
+ "x": 330,
1087
+ "y": 0,
1088
+ "height": 64,
1089
+ "width": 64,
1090
+ "xIndex": 5,
1091
+ "yIndex": 0,
1092
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1093
+ },
1094
+ "searchable": true,
1095
+ "shortName": ":tennis:"
1096
+ },
1097
+ {
1098
+ "id": "1f3d0",
1099
+ "name": "volleyball",
1100
+ "fallback": "🏐",
1101
+ "type": "STANDARD",
1102
+ "category": "ACTIVITY",
1103
+ "order": 40297,
1104
+ "representation": {
1105
+ "x": 396,
1106
+ "y": 0,
1107
+ "height": 64,
1108
+ "width": 64,
1109
+ "xIndex": 6,
1110
+ "yIndex": 0,
1111
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1112
+ },
1113
+ "searchable": true,
1114
+ "shortName": ":volleyball:"
1115
+ },
1116
+ {
1117
+ "id": "1f3c9",
1118
+ "name": "rugby football",
1119
+ "fallback": "🏉",
1120
+ "type": "STANDARD",
1121
+ "category": "ACTIVITY",
1122
+ "order": 40298,
1123
+ "representation": {
1124
+ "x": 462,
1125
+ "y": 0,
1126
+ "height": 64,
1127
+ "width": 64,
1128
+ "xIndex": 7,
1129
+ "yIndex": 0,
1130
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1131
+ },
1132
+ "searchable": true,
1133
+ "shortName": ":rugby_football:"
1134
+ },
1135
+ {
1136
+ "id": "1f3b1",
1137
+ "name": "pool 8 ball",
1138
+ "fallback": "🎱",
1139
+ "type": "STANDARD",
1140
+ "category": "ACTIVITY",
1141
+ "order": 40299,
1142
+ "representation": {
1143
+ "x": 528,
1144
+ "y": 0,
1145
+ "height": 64,
1146
+ "width": 64,
1147
+ "xIndex": 8,
1148
+ "yIndex": 0,
1149
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1150
+ },
1151
+ "searchable": true,
1152
+ "shortName": ":8ball:"
1153
+ },
1154
+ {
1155
+ "id": "1f3d3",
1156
+ "name": "ping pong",
1157
+ "fallback": "🏓",
1158
+ "type": "STANDARD",
1159
+ "category": "ACTIVITY",
1160
+ "order": 40300,
1161
+ "representation": {
1162
+ "x": 594,
1163
+ "y": 0,
1164
+ "height": 64,
1165
+ "width": 64,
1166
+ "xIndex": 9,
1167
+ "yIndex": 0,
1168
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png"
1169
+ },
1170
+ "searchable": true,
1171
+ "shortName": ":ping_pong:"
1172
+ },
1173
+ {
1174
+ "id": "1f697",
1175
+ "name": "automobile",
1176
+ "fallback": "🚗",
1177
+ "type": "STANDARD",
1178
+ "category": "PLACES",
1179
+ "order": 52431,
1180
+ "representation": {
1181
+ "x": 0,
1182
+ "y": 0,
1183
+ "height": 64,
1184
+ "width": 64,
1185
+ "xIndex": 0,
1186
+ "yIndex": 0,
1187
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1188
+ },
1189
+ "searchable": true,
1190
+ "shortName": ":red_car:"
1191
+ },
1192
+ {
1193
+ "id": "1f695",
1194
+ "name": "taxi",
1195
+ "fallback": "🚕",
1196
+ "type": "STANDARD",
1197
+ "category": "PLACES",
1198
+ "order": 52432,
1199
+ "representation": {
1200
+ "x": 66,
1201
+ "y": 0,
1202
+ "height": 64,
1203
+ "width": 64,
1204
+ "xIndex": 1,
1205
+ "yIndex": 0,
1206
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1207
+ },
1208
+ "searchable": true,
1209
+ "shortName": ":taxi:"
1210
+ },
1211
+ {
1212
+ "id": "1f699",
1213
+ "name": "sport utility vehicle",
1214
+ "fallback": "🚙",
1215
+ "type": "STANDARD",
1216
+ "category": "PLACES",
1217
+ "order": 52433,
1218
+ "representation": {
1219
+ "x": 132,
1220
+ "y": 0,
1221
+ "height": 64,
1222
+ "width": 64,
1223
+ "xIndex": 2,
1224
+ "yIndex": 0,
1225
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1226
+ },
1227
+ "searchable": true,
1228
+ "shortName": ":blue_car:"
1229
+ },
1230
+ {
1231
+ "id": "1f68c",
1232
+ "name": "bus",
1233
+ "fallback": "🚌",
1234
+ "type": "STANDARD",
1235
+ "category": "PLACES",
1236
+ "order": 52434,
1237
+ "representation": {
1238
+ "x": 198,
1239
+ "y": 0,
1240
+ "height": 64,
1241
+ "width": 64,
1242
+ "xIndex": 3,
1243
+ "yIndex": 0,
1244
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1245
+ },
1246
+ "searchable": true,
1247
+ "shortName": ":bus:"
1248
+ },
1249
+ {
1250
+ "id": "1f68e",
1251
+ "name": "trolleybus",
1252
+ "fallback": "🚎",
1253
+ "type": "STANDARD",
1254
+ "category": "PLACES",
1255
+ "order": 52435,
1256
+ "representation": {
1257
+ "x": 264,
1258
+ "y": 0,
1259
+ "height": 64,
1260
+ "width": 64,
1261
+ "xIndex": 4,
1262
+ "yIndex": 0,
1263
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1264
+ },
1265
+ "searchable": true,
1266
+ "shortName": ":trolleybus:"
1267
+ },
1268
+ {
1269
+ "id": "1f3ce",
1270
+ "name": "racing car",
1271
+ "fallback": "🏎",
1272
+ "type": "STANDARD",
1273
+ "category": "PLACES",
1274
+ "order": 52436,
1275
+ "representation": {
1276
+ "x": 330,
1277
+ "y": 0,
1278
+ "height": 64,
1279
+ "width": 64,
1280
+ "xIndex": 5,
1281
+ "yIndex": 0,
1282
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1283
+ },
1284
+ "searchable": true,
1285
+ "shortName": ":race_car:"
1286
+ },
1287
+ {
1288
+ "id": "1f693",
1289
+ "name": "police car",
1290
+ "fallback": "🚓",
1291
+ "type": "STANDARD",
1292
+ "category": "PLACES",
1293
+ "order": 52437,
1294
+ "representation": {
1295
+ "x": 396,
1296
+ "y": 0,
1297
+ "height": 64,
1298
+ "width": 64,
1299
+ "xIndex": 6,
1300
+ "yIndex": 0,
1301
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1302
+ },
1303
+ "searchable": true,
1304
+ "shortName": ":police_car:"
1305
+ },
1306
+ {
1307
+ "id": "1f691",
1308
+ "name": "ambulance",
1309
+ "fallback": "🚑",
1310
+ "type": "STANDARD",
1311
+ "category": "PLACES",
1312
+ "order": 52438,
1313
+ "representation": {
1314
+ "x": 462,
1315
+ "y": 0,
1316
+ "height": 64,
1317
+ "width": 64,
1318
+ "xIndex": 7,
1319
+ "yIndex": 0,
1320
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1321
+ },
1322
+ "searchable": true,
1323
+ "shortName": ":ambulance:"
1324
+ },
1325
+ {
1326
+ "id": "1f692",
1327
+ "name": "fire engine",
1328
+ "fallback": "🚒",
1329
+ "type": "STANDARD",
1330
+ "category": "PLACES",
1331
+ "order": 52439,
1332
+ "representation": {
1333
+ "x": 528,
1334
+ "y": 0,
1335
+ "height": 64,
1336
+ "width": 64,
1337
+ "xIndex": 8,
1338
+ "yIndex": 0,
1339
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1340
+ },
1341
+ "searchable": true,
1342
+ "shortName": ":fire_engine:"
1343
+ },
1344
+ {
1345
+ "id": "1f690",
1346
+ "name": "minibus",
1347
+ "fallback": "🚐",
1348
+ "type": "STANDARD",
1349
+ "category": "PLACES",
1350
+ "order": 52440,
1351
+ "representation": {
1352
+ "x": 594,
1353
+ "y": 0,
1354
+ "height": 64,
1355
+ "width": 64,
1356
+ "xIndex": 9,
1357
+ "yIndex": 0,
1358
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png"
1359
+ },
1360
+ "searchable": true,
1361
+ "shortName": ":minibus:"
1362
+ },
1363
+ {
1364
+ "id": "231a",
1365
+ "name": "watch",
1366
+ "fallback": "⌚",
1367
+ "type": "STANDARD",
1368
+ "category": "OBJECTS",
1369
+ "order": 60616,
1370
+ "representation": {
1371
+ "x": 0,
1372
+ "y": 0,
1373
+ "height": 64,
1374
+ "width": 64,
1375
+ "xIndex": 0,
1376
+ "yIndex": 0,
1377
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1378
+ },
1379
+ "searchable": true,
1380
+ "shortName": ":watch:"
1381
+ },
1382
+ {
1383
+ "id": "1f4f1",
1384
+ "name": "mobile phone",
1385
+ "fallback": "📱",
1386
+ "type": "STANDARD",
1387
+ "category": "OBJECTS",
1388
+ "order": 60617,
1389
+ "representation": {
1390
+ "x": 66,
1391
+ "y": 0,
1392
+ "height": 64,
1393
+ "width": 64,
1394
+ "xIndex": 1,
1395
+ "yIndex": 0,
1396
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1397
+ },
1398
+ "searchable": true,
1399
+ "shortName": ":iphone:"
1400
+ },
1401
+ {
1402
+ "id": "1f4f2",
1403
+ "name": "mobile phone with arrow",
1404
+ "fallback": "📲",
1405
+ "type": "STANDARD",
1406
+ "category": "OBJECTS",
1407
+ "order": 60618,
1408
+ "representation": {
1409
+ "x": 132,
1410
+ "y": 0,
1411
+ "height": 64,
1412
+ "width": 64,
1413
+ "xIndex": 2,
1414
+ "yIndex": 0,
1415
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1416
+ },
1417
+ "searchable": true,
1418
+ "shortName": ":calling:"
1419
+ },
1420
+ {
1421
+ "id": "1f4bb",
1422
+ "name": "laptop computer",
1423
+ "fallback": "💻",
1424
+ "type": "STANDARD",
1425
+ "category": "OBJECTS",
1426
+ "order": 60619,
1427
+ "representation": {
1428
+ "x": 198,
1429
+ "y": 0,
1430
+ "height": 64,
1431
+ "width": 64,
1432
+ "xIndex": 3,
1433
+ "yIndex": 0,
1434
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1435
+ },
1436
+ "searchable": true,
1437
+ "shortName": ":computer:"
1438
+ },
1439
+ {
1440
+ "id": "2328",
1441
+ "name": "keyboard",
1442
+ "fallback": "⌨",
1443
+ "type": "STANDARD",
1444
+ "category": "OBJECTS",
1445
+ "order": 60620,
1446
+ "representation": {
1447
+ "x": 264,
1448
+ "y": 0,
1449
+ "height": 64,
1450
+ "width": 64,
1451
+ "xIndex": 4,
1452
+ "yIndex": 0,
1453
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1454
+ },
1455
+ "searchable": true,
1456
+ "shortName": ":keyboard:"
1457
+ },
1458
+ {
1459
+ "id": "1f5a5",
1460
+ "name": "desktop computer",
1461
+ "fallback": "🖥",
1462
+ "type": "STANDARD",
1463
+ "category": "OBJECTS",
1464
+ "order": 60621,
1465
+ "representation": {
1466
+ "x": 330,
1467
+ "y": 0,
1468
+ "height": 64,
1469
+ "width": 64,
1470
+ "xIndex": 5,
1471
+ "yIndex": 0,
1472
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1473
+ },
1474
+ "searchable": true,
1475
+ "shortName": ":desktop:"
1476
+ },
1477
+ {
1478
+ "id": "1f5a8",
1479
+ "name": "printer",
1480
+ "fallback": "🖨",
1481
+ "type": "STANDARD",
1482
+ "category": "OBJECTS",
1483
+ "order": 60622,
1484
+ "representation": {
1485
+ "x": 396,
1486
+ "y": 0,
1487
+ "height": 64,
1488
+ "width": 64,
1489
+ "xIndex": 6,
1490
+ "yIndex": 0,
1491
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1492
+ },
1493
+ "searchable": true,
1494
+ "shortName": ":printer:"
1495
+ },
1496
+ {
1497
+ "id": "1f5b1",
1498
+ "name": "computer mouse",
1499
+ "fallback": "🖱",
1500
+ "type": "STANDARD",
1501
+ "category": "OBJECTS",
1502
+ "order": 60623,
1503
+ "representation": {
1504
+ "x": 462,
1505
+ "y": 0,
1506
+ "height": 64,
1507
+ "width": 64,
1508
+ "xIndex": 7,
1509
+ "yIndex": 0,
1510
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1511
+ },
1512
+ "searchable": true,
1513
+ "shortName": ":mouse_three_button:"
1514
+ },
1515
+ {
1516
+ "id": "1f5b2",
1517
+ "name": "trackball",
1518
+ "fallback": "🖲",
1519
+ "type": "STANDARD",
1520
+ "category": "OBJECTS",
1521
+ "order": 60624,
1522
+ "representation": {
1523
+ "x": 528,
1524
+ "y": 0,
1525
+ "height": 64,
1526
+ "width": 64,
1527
+ "xIndex": 8,
1528
+ "yIndex": 0,
1529
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1530
+ },
1531
+ "searchable": true,
1532
+ "shortName": ":trackball:"
1533
+ },
1534
+ {
1535
+ "id": "1f579",
1536
+ "name": "joystick",
1537
+ "fallback": "🕹",
1538
+ "type": "STANDARD",
1539
+ "category": "OBJECTS",
1540
+ "order": 60625,
1541
+ "representation": {
1542
+ "x": 594,
1543
+ "y": 0,
1544
+ "height": 64,
1545
+ "width": 64,
1546
+ "xIndex": 9,
1547
+ "yIndex": 0,
1548
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png"
1549
+ },
1550
+ "searchable": true,
1551
+ "shortName": ":joystick:"
1552
+ },
1553
+ {
1554
+ "id": "2764",
1555
+ "name": "red heart",
1556
+ "fallback": "❤",
1557
+ "type": "STANDARD",
1558
+ "category": "SYMBOLS",
1559
+ "order": 70001,
1560
+ "representation": {
1561
+ "x": 0,
1562
+ "y": 0,
1563
+ "height": 64,
1564
+ "width": 64,
1565
+ "xIndex": 0,
1566
+ "yIndex": 0,
1567
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1568
+ },
1569
+ "ascii": [
1570
+ "<3"
1571
+ ],
1572
+ "searchable": true,
1573
+ "shortName": ":heart:"
1574
+ },
1575
+ {
1576
+ "id": "1f9e1",
1577
+ "name": "orange heart",
1578
+ "fallback": "🧡",
1579
+ "type": "STANDARD",
1580
+ "category": "SYMBOLS",
1581
+ "order": 70002,
1582
+ "representation": {
1583
+ "x": 66,
1584
+ "y": 0,
1585
+ "height": 64,
1586
+ "width": 64,
1587
+ "xIndex": 1,
1588
+ "yIndex": 0,
1589
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1590
+ },
1591
+ "searchable": true,
1592
+ "shortName": ":orange_heart:"
1593
+ },
1594
+ {
1595
+ "id": "1f49b",
1596
+ "name": "yellow heart",
1597
+ "fallback": "💛",
1598
+ "type": "STANDARD",
1599
+ "category": "SYMBOLS",
1600
+ "order": 70003,
1601
+ "representation": {
1602
+ "x": 132,
1603
+ "y": 0,
1604
+ "height": 64,
1605
+ "width": 64,
1606
+ "xIndex": 2,
1607
+ "yIndex": 0,
1608
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1609
+ },
1610
+ "searchable": true,
1611
+ "shortName": ":yellow_heart:"
1612
+ },
1613
+ {
1614
+ "id": "1f49a",
1615
+ "name": "green heart",
1616
+ "fallback": "💚",
1617
+ "type": "STANDARD",
1618
+ "category": "SYMBOLS",
1619
+ "order": 70004,
1620
+ "representation": {
1621
+ "x": 198,
1622
+ "y": 0,
1623
+ "height": 64,
1624
+ "width": 64,
1625
+ "xIndex": 3,
1626
+ "yIndex": 0,
1627
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1628
+ },
1629
+ "searchable": true,
1630
+ "shortName": ":green_heart:"
1631
+ },
1632
+ {
1633
+ "id": "1f499",
1634
+ "name": "blue heart",
1635
+ "fallback": "💙",
1636
+ "type": "STANDARD",
1637
+ "category": "SYMBOLS",
1638
+ "order": 70005,
1639
+ "representation": {
1640
+ "x": 264,
1641
+ "y": 0,
1642
+ "height": 64,
1643
+ "width": 64,
1644
+ "xIndex": 4,
1645
+ "yIndex": 0,
1646
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1647
+ },
1648
+ "searchable": true,
1649
+ "shortName": ":blue_heart:"
1650
+ },
1651
+ {
1652
+ "id": "1f49c",
1653
+ "name": "purple heart",
1654
+ "fallback": "💜",
1655
+ "type": "STANDARD",
1656
+ "category": "SYMBOLS",
1657
+ "order": 70006,
1658
+ "representation": {
1659
+ "x": 330,
1660
+ "y": 0,
1661
+ "height": 64,
1662
+ "width": 64,
1663
+ "xIndex": 5,
1664
+ "yIndex": 0,
1665
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1666
+ },
1667
+ "searchable": true,
1668
+ "shortName": ":purple_heart:"
1669
+ },
1670
+ {
1671
+ "id": "1f5a4",
1672
+ "name": "black heart",
1673
+ "fallback": "🖤",
1674
+ "type": "STANDARD",
1675
+ "category": "SYMBOLS",
1676
+ "order": 70007,
1677
+ "representation": {
1678
+ "x": 396,
1679
+ "y": 0,
1680
+ "height": 64,
1681
+ "width": 64,
1682
+ "xIndex": 6,
1683
+ "yIndex": 0,
1684
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1685
+ },
1686
+ "searchable": true,
1687
+ "shortName": ":black_heart:"
1688
+ },
1689
+ {
1690
+ "id": "1f494",
1691
+ "name": "broken heart",
1692
+ "fallback": "💔",
1693
+ "type": "STANDARD",
1694
+ "category": "SYMBOLS",
1695
+ "order": 70008,
1696
+ "representation": {
1697
+ "x": 462,
1698
+ "y": 0,
1699
+ "height": 64,
1700
+ "width": 64,
1701
+ "xIndex": 7,
1702
+ "yIndex": 0,
1703
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1704
+ },
1705
+ "ascii": [
1706
+ "</3"
1707
+ ],
1708
+ "searchable": true,
1709
+ "shortName": ":broken_heart:"
1710
+ },
1711
+ {
1712
+ "id": "2763",
1713
+ "name": "heavy heart exclamation",
1714
+ "fallback": "❣",
1715
+ "type": "STANDARD",
1716
+ "category": "SYMBOLS",
1717
+ "order": 70009,
1718
+ "representation": {
1719
+ "x": 528,
1720
+ "y": 0,
1721
+ "height": 64,
1722
+ "width": 64,
1723
+ "xIndex": 8,
1724
+ "yIndex": 0,
1725
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1726
+ },
1727
+ "searchable": true,
1728
+ "shortName": ":heart_exclamation:"
1729
+ },
1730
+ {
1731
+ "id": "1f495",
1732
+ "name": "two hearts",
1733
+ "fallback": "💕",
1734
+ "type": "STANDARD",
1735
+ "category": "SYMBOLS",
1736
+ "order": 70010,
1737
+ "representation": {
1738
+ "x": 594,
1739
+ "y": 0,
1740
+ "height": 64,
1741
+ "width": 64,
1742
+ "xIndex": 9,
1743
+ "yIndex": 0,
1744
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png"
1745
+ },
1746
+ "searchable": true,
1747
+ "shortName": ":two_hearts:"
1748
+ },
1749
+ {
1750
+ "id": "1f3f3",
1751
+ "name": "white flag",
1752
+ "fallback": "🏳",
1753
+ "type": "STANDARD",
1754
+ "category": "FLAGS",
1755
+ "order": 82555,
1756
+ "representation": {
1757
+ "x": 0,
1758
+ "y": 0,
1759
+ "height": 64,
1760
+ "width": 64,
1761
+ "xIndex": 0,
1762
+ "yIndex": 0,
1763
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1764
+ },
1765
+ "searchable": true,
1766
+ "shortName": ":flag_white:"
1767
+ },
1768
+ {
1769
+ "id": "1f3f4",
1770
+ "name": "black flag",
1771
+ "fallback": "🏴",
1772
+ "type": "STANDARD",
1773
+ "category": "FLAGS",
1774
+ "order": 82556,
1775
+ "representation": {
1776
+ "x": 66,
1777
+ "y": 0,
1778
+ "height": 64,
1779
+ "width": 64,
1780
+ "xIndex": 1,
1781
+ "yIndex": 0,
1782
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1783
+ },
1784
+ "searchable": true,
1785
+ "shortName": ":flag_black:"
1786
+ },
1787
+ {
1788
+ "id": "1f3c1",
1789
+ "name": "chequered flag",
1790
+ "fallback": "🏁",
1791
+ "type": "STANDARD",
1792
+ "category": "FLAGS",
1793
+ "order": 82557,
1794
+ "representation": {
1795
+ "x": 132,
1796
+ "y": 0,
1797
+ "height": 64,
1798
+ "width": 64,
1799
+ "xIndex": 2,
1800
+ "yIndex": 0,
1801
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1802
+ },
1803
+ "searchable": true,
1804
+ "shortName": ":checkered_flag:"
1805
+ },
1806
+ {
1807
+ "id": "1f6a9",
1808
+ "name": "triangular flag",
1809
+ "fallback": "🚩",
1810
+ "type": "STANDARD",
1811
+ "category": "FLAGS",
1812
+ "order": 82558,
1813
+ "representation": {
1814
+ "x": 198,
1815
+ "y": 0,
1816
+ "height": 64,
1817
+ "width": 64,
1818
+ "xIndex": 3,
1819
+ "yIndex": 0,
1820
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1821
+ },
1822
+ "searchable": true,
1823
+ "shortName": ":triangular_flag_on_post:"
1824
+ },
1825
+ {
1826
+ "id": "1f3f3-fe0f-200d-1f308",
1827
+ "name": "rainbow flag",
1828
+ "fallback": "🏳️‍🌈",
1829
+ "type": "STANDARD",
1830
+ "category": "FLAGS",
1831
+ "order": 82559,
1832
+ "representation": {
1833
+ "x": 264,
1834
+ "y": 0,
1835
+ "height": 64,
1836
+ "width": 64,
1837
+ "xIndex": 4,
1838
+ "yIndex": 0,
1839
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1840
+ },
1841
+ "searchable": true,
1842
+ "shortName": ":rainbow_flag:"
1843
+ },
1844
+ {
1845
+ "id": "1f3f4-200d-2620-fe0f",
1846
+ "name": "pirate flag",
1847
+ "fallback": "🏴‍☠️",
1848
+ "type": "STANDARD",
1849
+ "category": "FLAGS",
1850
+ "order": 82560,
1851
+ "representation": {
1852
+ "x": 330,
1853
+ "y": 0,
1854
+ "height": 64,
1855
+ "width": 64,
1856
+ "xIndex": 5,
1857
+ "yIndex": 0,
1858
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1859
+ },
1860
+ "searchable": true,
1861
+ "shortName": ":pirate_flag:"
1862
+ },
1863
+ {
1864
+ "id": "1f1e6-1f1eb",
1865
+ "name": "Afghanistan",
1866
+ "fallback": "🇦🇫",
1867
+ "type": "STANDARD",
1868
+ "category": "FLAGS",
1869
+ "order": 82561,
1870
+ "representation": {
1871
+ "x": 396,
1872
+ "y": 0,
1873
+ "height": 64,
1874
+ "width": 64,
1875
+ "xIndex": 6,
1876
+ "yIndex": 0,
1877
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1878
+ },
1879
+ "searchable": true,
1880
+ "shortName": ":flag_af:"
1881
+ },
1882
+ {
1883
+ "id": "1f1e6-1f1f1",
1884
+ "name": "Albania",
1885
+ "fallback": "🇦🇱",
1886
+ "type": "STANDARD",
1887
+ "category": "FLAGS",
1888
+ "order": 82563,
1889
+ "representation": {
1890
+ "x": 528,
1891
+ "y": 0,
1892
+ "height": 64,
1893
+ "width": 64,
1894
+ "xIndex": 8,
1895
+ "yIndex": 0,
1896
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1897
+ },
1898
+ "searchable": true,
1899
+ "shortName": ":flag_al:"
1900
+ },
1901
+ {
1902
+ "id": "1f1e9-1f1ff",
1903
+ "name": "Algeria",
1904
+ "fallback": "🇩🇿",
1905
+ "type": "STANDARD",
1906
+ "category": "FLAGS",
1907
+ "order": 82564,
1908
+ "representation": {
1909
+ "x": 594,
1910
+ "y": 0,
1911
+ "height": 64,
1912
+ "width": 64,
1913
+ "xIndex": 9,
1914
+ "yIndex": 0,
1915
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1916
+ },
1917
+ "searchable": true,
1918
+ "shortName": ":flag_dz:"
1919
+ },
1920
+ {
1921
+ "id": "1f1e8-1f1ec",
1922
+ "name": "Congo - Brazzaville",
1923
+ "fallback": "🇨🇬",
1924
+ "type": "STANDARD",
1925
+ "category": "FLAGS",
1926
+ "order": 82612,
1927
+ "representation": {
1928
+ "x": 396,
1929
+ "y": 198,
1930
+ "height": 64,
1931
+ "width": 64,
1932
+ "xIndex": 6,
1933
+ "yIndex": 3,
1934
+ "spriteRef": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png"
1935
+ },
1936
+ "searchable": true,
1937
+ "shortName": ":flag_cg:"
1938
+ }
1939
+ ],
1940
+ "meta": {
1941
+ "spriteSheets": {
1942
+ "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png": {
1943
+ "url": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/people.png",
1944
+ "row": 36,
1945
+ "column": 37,
1946
+ "height": 2376,
1947
+ "width": 2442
1948
+ },
1949
+ "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png": {
1950
+ "url": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/objects.png",
1951
+ "row": 14,
1952
+ "column": 15,
1953
+ "height": 924,
1954
+ "width": 990
1955
+ },
1956
+ "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png": {
1957
+ "url": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/foods.png",
1958
+ "row": 10,
1959
+ "column": 11,
1960
+ "height": 660,
1961
+ "width": 726
1962
+ },
1963
+ "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png": {
1964
+ "url": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/nature.png",
1965
+ "row": 13,
1966
+ "column": 14,
1967
+ "height": 858,
1968
+ "width": 924
1969
+ },
1970
+ "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png": {
1971
+ "url": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/symbols.png",
1972
+ "row": 17,
1973
+ "column": 19,
1974
+ "height": 1122,
1975
+ "width": 1254
1976
+ },
1977
+ "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png": {
1978
+ "url": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/activity.png",
1979
+ "row": 18,
1980
+ "column": 19,
1981
+ "height": 1188,
1982
+ "width": 1254
1983
+ },
1984
+ "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png": {
1985
+ "url": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/places.png",
1986
+ "row": 11,
1987
+ "column": 12,
1988
+ "height": 726,
1989
+ "width": 792
1990
+ },
1991
+ "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png": {
1992
+ "url": "https://pf-emoji-service--cdn.ap-southeast-2.dev.public.atl-paas.net/standard/a51a7674-8d5d-4495-a2d2-a67c090f5c3b/64x64/spritesheets/flags.png",
1993
+ "row": 16,
1994
+ "column": 17,
1995
+ "height": 1056,
1996
+ "width": 1122
1997
+ }
1998
+ }
1999
+ }
2000
+ }