-
Notifications
You must be signed in to change notification settings - Fork 0
/
alfred-emoji.json
16870 lines (16870 loc) · 418 KB
/
alfred-emoji.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"items": [
{
"title": "grinning face",
"subtitle": ":grinning:",
"icon": {
"path": "icons/grinning face.png"
},
"arg": "😀",
"match": "grinning face smile happy joy :D grin 😀"
},
{
"title": "grinning face with big eyes",
"subtitle": ":smiley:",
"icon": {
"path": "icons/grinning face with big eyes.png"
},
"arg": "😃",
"match": "smiley grinning face with big eyes happy joy haha :D :) smile funny 😃"
},
{
"title": "grinning face with smiling eyes",
"subtitle": "",
"icon": {
"path": "icons/grinning face with smiling eyes.png"
},
"arg": "😄",
"match": "grinning face with smiling eyes happy joy funny haha laugh like :D :) smile 😄"
},
{
"title": "beaming face with smiling eyes",
"subtitle": ":grin:",
"icon": {
"path": "icons/beaming face with smiling eyes.png"
},
"arg": "😁",
"match": "grin beaming face with smiling eyes happy smile joy kawaii 😁"
},
{
"title": "grinning squinting face",
"subtitle": ":satisfied:",
"icon": {
"path": "icons/grinning squinting face.png"
},
"arg": "😆",
"match": "satisfied grinning squinting face happy joy lol haha glad XD laugh 😆"
},
{
"title": "grinning face with sweat",
"subtitle": ":sweat_smile:",
"icon": {
"path": "icons/grinning face with sweat.png"
},
"arg": "😅",
"match": "sweat_smile grinning face with sweat hot happy laugh smile relief 😅"
},
{
"title": "rolling on the floor laughing",
"subtitle": "",
"icon": {
"path": "icons/rolling on the floor laughing.png"
},
"arg": "🤣",
"match": "rolling on the floor laughing face lol haha rofl 🤣"
},
{
"title": "face with tears of joy",
"subtitle": ":joy:",
"icon": {
"path": "icons/face with tears of joy.png"
},
"arg": "😂",
"match": "joy face with tears of cry weep happy happytears haha 😂"
},
{
"title": "slightly smiling face",
"subtitle": "",
"icon": {
"path": "icons/slightly smiling face.png"
},
"arg": "🙂",
"match": "slightly smiling face smile 🙂"
},
{
"title": "upside-down face",
"subtitle": "",
"icon": {
"path": "icons/upside-down face.png"
},
"arg": "🙃",
"match": "upside-down face upside down flipped silly smile 🙃"
},
{
"title": "melting face",
"subtitle": "",
"icon": {
"path": "icons/melting face.png"
},
"arg": "🫠",
"match": "melting face hot heat 🫠"
},
{
"title": "winking face",
"subtitle": ":wink:",
"icon": {
"path": "icons/winking face.png"
},
"arg": "😉",
"match": "wink winking face happy mischievous secret ;) smile eye 😉"
},
{
"title": "smiling face with smiling eyes",
"subtitle": ":blush:",
"icon": {
"path": "icons/smiling face with smiling eyes.png"
},
"arg": "😊",
"match": "blush smiling face with eyes smile happy flushed crush embarrassed shy joy 😊"
},
{
"title": "smiling face with halo",
"subtitle": ":innocent:",
"icon": {
"path": "icons/smiling face with halo.png"
},
"arg": "😇",
"match": "innocent smiling face with halo angel heaven 😇"
},
{
"title": "smiling face with hearts",
"subtitle": "",
"icon": {
"path": "icons/smiling face with hearts.png"
},
"arg": "🥰",
"match": "smiling face with hearts love like affection valentines infatuation crush adore 🥰"
},
{
"title": "smiling face with heart-eyes",
"subtitle": ":heart_eyes:",
"icon": {
"path": "icons/smiling face with heart-eyes.png"
},
"arg": "😍",
"match": "heart_eyes smiling face with heart-eyes heart eyes love like affection valentines infatuation crush 😍"
},
{
"title": "star-struck",
"subtitle": "",
"icon": {
"path": "icons/star-struck.png"
},
"arg": "🤩",
"match": "star-struck star struck face smile starry eyes grinning 🤩"
},
{
"title": "face blowing a kiss",
"subtitle": ":kissing_heart:",
"icon": {
"path": "icons/face blowing a kiss.png"
},
"arg": "😘",
"match": "kissing_heart face blowing a kiss love like affection valentines infatuation 😘"
},
{
"title": "kissing face",
"subtitle": ":kissing:",
"icon": {
"path": "icons/kissing face.png"
},
"arg": "😗",
"match": "kissing face love like 3 valentines infatuation kiss 😗"
},
{
"title": "smiling face",
"subtitle": ":relaxed:",
"icon": {
"path": "icons/smiling face.png"
},
"arg": "☺️",
"match": "relaxed smiling face blush massage happiness ☺️"
},
{
"title": "kissing face with closed eyes",
"subtitle": ":kissing_closed_eyes:",
"icon": {
"path": "icons/kissing face with closed eyes.png"
},
"arg": "😚",
"match": "kissing_closed_eyes kissing face with closed eyes love like affection valentines infatuation kiss 😚"
},
{
"title": "kissing face with smiling eyes",
"subtitle": ":kissing_smiling_eyes:",
"icon": {
"path": "icons/kissing face with smiling eyes.png"
},
"arg": "😙",
"match": "kissing_smiling_eyes kissing face with smiling eyes affection valentines infatuation kiss 😙"
},
{
"title": "smiling face with tear",
"subtitle": "",
"icon": {
"path": "icons/smiling face with tear.png"
},
"arg": "🥲",
"match": "smiling face with tear sad cry pretend 🥲"
},
{
"title": "face savoring food",
"subtitle": ":yum:",
"icon": {
"path": "icons/face savoring food.png"
},
"arg": "😋",
"match": "yum face savoring food happy joy tongue smile silly yummy nom delicious savouring 😋"
},
{
"title": "face with tongue",
"subtitle": ":stuck_out_tongue:",
"icon": {
"path": "icons/face with tongue.png"
},
"arg": "😛",
"match": "stuck_out_tongue face with tongue prank childish playful mischievous smile 😛"
},
{
"title": "winking face with tongue",
"subtitle": ":stuck_out_tongue_winking_eye:",
"icon": {
"path": "icons/winking face with tongue.png"
},
"arg": "😜",
"match": "stuck_out_tongue_winking_eye winking face with tongue prank childish playful mischievous smile wink 😜"
},
{
"title": "zany face",
"subtitle": "",
"icon": {
"path": "icons/zany face.png"
},
"arg": "🤪",
"match": "zany face goofy crazy 🤪"
},
{
"title": "squinting face with tongue",
"subtitle": ":stuck_out_tongue_closed_eyes:",
"icon": {
"path": "icons/squinting face with tongue.png"
},
"arg": "😝",
"match": "stuck_out_tongue_closed_eyes squinting face with tongue prank playful mischievous smile 😝"
},
{
"title": "money-mouth face",
"subtitle": "",
"icon": {
"path": "icons/money-mouth face.png"
},
"arg": "🤑",
"match": "money-mouth face money mouth rich dollar 🤑"
},
{
"title": "smiling face with open hands",
"subtitle": "",
"icon": {
"path": "icons/smiling face with open hands.png"
},
"arg": "🤗",
"match": "smiling face with open hands hugging smile hug 🤗"
},
{
"title": "face with hand over mouth",
"subtitle": "",
"icon": {
"path": "icons/face with hand over mouth.png"
},
"arg": "🤭",
"match": "face with hand over mouth whoops shock surprise 🤭"
},
{
"title": "face with open eyes and hand over mouth",
"subtitle": "",
"icon": {
"path": "icons/face with open eyes and hand over mouth.png"
},
"arg": "🫢",
"match": "face with open eyes and hand over mouth silence secret shock surprise 🫢"
},
{
"title": "face with peeking eye",
"subtitle": "",
"icon": {
"path": "icons/face with peeking eye.png"
},
"arg": "🫣",
"match": "face with peeking eye scared frightening embarrassing shy 🫣"
},
{
"title": "shushing face",
"subtitle": "",
"icon": {
"path": "icons/shushing face.png"
},
"arg": "🤫",
"match": "shushing face quiet shhh 🤫"
},
{
"title": "thinking face",
"subtitle": "",
"icon": {
"path": "icons/thinking face.png"
},
"arg": "🤔",
"match": "thinking face hmmm think consider 🤔"
},
{
"title": "saluting face",
"subtitle": "",
"icon": {
"path": "icons/saluting face.png"
},
"arg": "🫡",
"match": "saluting face respect salute 🫡"
},
{
"title": "zipper-mouth face",
"subtitle": "",
"icon": {
"path": "icons/zipper-mouth face.png"
},
"arg": "🤐",
"match": "zipper-mouth face zipper mouth sealed secret 🤐"
},
{
"title": "face with raised eyebrow",
"subtitle": "",
"icon": {
"path": "icons/face with raised eyebrow.png"
},
"arg": "🤨",
"match": "face with raised eyebrow distrust scepticism disapproval disbelief surprise 🤨"
},
{
"title": "neutral face",
"subtitle": ":neutral_face:",
"icon": {
"path": "icons/neutral face.png"
},
"arg": "😐",
"match": "neutral_face neutral face indifference meh :| 😐"
},
{
"title": "expressionless face",
"subtitle": ":expressionless:",
"icon": {
"path": "icons/expressionless face.png"
},
"arg": "😑",
"match": "expressionless face indifferent - meh deadpan 😑"
},
{
"title": "face without mouth",
"subtitle": ":no_mouth:",
"icon": {
"path": "icons/face without mouth.png"
},
"arg": "😶",
"match": "no_mouth face without mouth hellokitty 😶"
},
{
"title": "dotted line face",
"subtitle": "",
"icon": {
"path": "icons/dotted line face.png"
},
"arg": "🫥",
"match": "dotted line face invisible lonely isolation depression 🫥"
},
{
"title": "face in clouds",
"subtitle": "",
"icon": {
"path": "icons/face in clouds.png"
},
"arg": "😶🌫️",
"match": "face in clouds shower steam dream 😶🌫️"
},
{
"title": "smirking face",
"subtitle": ":smirk:",
"icon": {
"path": "icons/smirking face.png"
},
"arg": "😏",
"match": "smirk smirking face smile mean prank smug sarcasm 😏"
},
{
"title": "unamused face",
"subtitle": ":unamused:",
"icon": {
"path": "icons/unamused face.png"
},
"arg": "😒",
"match": "unamused face indifference bored straight serious sarcasm unimpressed skeptical dubious side eye 😒"
},
{
"title": "face with rolling eyes",
"subtitle": "",
"icon": {
"path": "icons/face with rolling eyes.png"
},
"arg": "🙄",
"match": "face with rolling eyes eyeroll frustrated 🙄"
},
{
"title": "grimacing face",
"subtitle": ":grimacing:",
"icon": {
"path": "icons/grimacing face.png"
},
"arg": "😬",
"match": "grimacing face grimace teeth 😬"
},
{
"title": "face exhaling",
"subtitle": "",
"icon": {
"path": "icons/face exhaling.png"
},
"arg": "😮💨",
"match": "face exhaling relieve relief tired sigh 😮💨"
},
{
"title": "lying face",
"subtitle": "",
"icon": {
"path": "icons/lying face.png"
},
"arg": "🤥",
"match": "lying face lie pinocchio 🤥"
},
{
"title": "shaking face",
"subtitle": "",
"icon": {
"path": "icons/shaking face.png"
},
"arg": "🫨",
"match": "shaking face 🫨"
},
{
"title": "relieved face",
"subtitle": ":relieved:",
"icon": {
"path": "icons/relieved face.png"
},
"arg": "😌",
"match": "relieved face relaxed phew massage happiness 😌"
},
{
"title": "pensive face",
"subtitle": ":pensive:",
"icon": {
"path": "icons/pensive face.png"
},
"arg": "😔",
"match": "pensive face sad depressed upset 😔"
},
{
"title": "sleepy face",
"subtitle": ":sleepy:",
"icon": {
"path": "icons/sleepy face.png"
},
"arg": "😪",
"match": "sleepy face tired rest nap 😪"
},
{
"title": "drooling face",
"subtitle": "",
"icon": {
"path": "icons/drooling face.png"
},
"arg": "🤤",
"match": "drooling face 🤤"
},
{
"title": "sleeping face",
"subtitle": ":sleeping:",
"icon": {
"path": "icons/sleeping face.png"
},
"arg": "😴",
"match": "sleeping face tired sleepy night zzz 😴"
},
{
"title": "face with medical mask",
"subtitle": ":mask:",
"icon": {
"path": "icons/face with medical mask.png"
},
"arg": "😷",
"match": "mask face with medical sick ill disease covid 😷"
},
{
"title": "face with thermometer",
"subtitle": "",
"icon": {
"path": "icons/face with thermometer.png"
},
"arg": "🤒",
"match": "face with thermometer sick temperature cold fever covid 🤒"
},
{
"title": "face with head-bandage",
"subtitle": "",
"icon": {
"path": "icons/face with head-bandage.png"
},
"arg": "🤕",
"match": "face with head-bandage head bandage injured clumsy hurt 🤕"
},
{
"title": "nauseated face",
"subtitle": "",
"icon": {
"path": "icons/nauseated face.png"
},
"arg": "🤢",
"match": "nauseated face vomit gross green sick throw up ill 🤢"
},
{
"title": "face vomiting",
"subtitle": "",
"icon": {
"path": "icons/face vomiting.png"
},
"arg": "🤮",
"match": "face vomiting sick 🤮"
},
{
"title": "sneezing face",
"subtitle": "",
"icon": {
"path": "icons/sneezing face.png"
},
"arg": "🤧",
"match": "sneezing face gesundheit sneeze sick allergy 🤧"
},
{
"title": "hot face",
"subtitle": "",
"icon": {
"path": "icons/hot face.png"
},
"arg": "🥵",
"match": "hot face feverish heat red sweating 🥵"
},
{
"title": "cold face",
"subtitle": "",
"icon": {
"path": "icons/cold face.png"
},
"arg": "🥶",
"match": "cold face blue freezing frozen frostbite icicles 🥶"
},
{
"title": "woozy face",
"subtitle": "",
"icon": {
"path": "icons/woozy face.png"
},
"arg": "🥴",
"match": "woozy face dizzy intoxicated tipsy wavy 🥴"
},
{
"title": "face with crossed-out eyes",
"subtitle": ":dizzy_face:",
"icon": {
"path": "icons/face with crossed-out eyes.png"
},
"arg": "😵",
"match": "dizzy_face face with crossed-out eyes dizzy spent unconscious xox 😵"
},
{
"title": "face with spiral eyes",
"subtitle": "",
"icon": {
"path": "icons/face with spiral eyes.png"
},
"arg": "😵💫",
"match": "face with spiral eyes sick ill confused nauseous nausea 😵💫"
},
{
"title": "exploding head",
"subtitle": "",
"icon": {
"path": "icons/exploding head.png"
},
"arg": "🤯",
"match": "exploding head face shocked mind blown 🤯"
},
{
"title": "cowboy hat face",
"subtitle": "",
"icon": {
"path": "icons/cowboy hat face.png"
},
"arg": "🤠",
"match": "cowboy hat face cowgirl 🤠"
},
{
"title": "partying face",
"subtitle": "",
"icon": {
"path": "icons/partying face.png"
},
"arg": "🥳",
"match": "partying face celebration woohoo 🥳"
},
{
"title": "disguised face",
"subtitle": "",
"icon": {
"path": "icons/disguised face.png"
},
"arg": "🥸",
"match": "disguised face pretent brows glasses moustache 🥸"
},
{
"title": "smiling face with sunglasses",
"subtitle": ":sunglasses:",
"icon": {
"path": "icons/smiling face with sunglasses.png"
},
"arg": "😎",
"match": "sunglasses smiling face with cool smile summer beach sunglass 😎"
},
{
"title": "nerd face",
"subtitle": "",
"icon": {
"path": "icons/nerd face.png"
},
"arg": "🤓",
"match": "nerd face nerdy geek dork 🤓"
},
{
"title": "face with monocle",
"subtitle": "",
"icon": {
"path": "icons/face with monocle.png"
},
"arg": "🧐",
"match": "face with monocle stuffy wealthy 🧐"
},
{
"title": "confused face",
"subtitle": ":confused:",
"icon": {
"path": "icons/confused face.png"
},
"arg": "😕",
"match": "confused face indifference huh weird hmmm :/ 😕"
},
{
"title": "face with diagonal mouth",
"subtitle": "",
"icon": {
"path": "icons/face with diagonal mouth.png"
},
"arg": "🫤",
"match": "face with diagonal mouth skeptic confuse frustrated indifferent 🫤"
},
{
"title": "worried face",
"subtitle": ":worried:",
"icon": {
"path": "icons/worried face.png"
},
"arg": "😟",
"match": "worried face concern nervous :( 😟"
},
{
"title": "slightly frowning face",
"subtitle": "",
"icon": {
"path": "icons/slightly frowning face.png"
},
"arg": "🙁",
"match": "slightly frowning face disappointed sad upset 🙁"
},
{
"title": "frowning face",
"subtitle": "",
"icon": {
"path": "icons/frowning face.png"
},
"arg": "☹️",
"match": "frowning face sad upset frown ☹️"
},
{
"title": "face with open mouth",
"subtitle": ":open_mouth:",
"icon": {
"path": "icons/face with open mouth.png"
},
"arg": "😮",
"match": "open_mouth face with open mouth surprise impressed wow whoa :O 😮"
},
{
"title": "hushed face",
"subtitle": ":hushed:",
"icon": {
"path": "icons/hushed face.png"
},
"arg": "😯",
"match": "hushed face woo shh 😯"
},
{
"title": "astonished face",
"subtitle": ":astonished:",
"icon": {
"path": "icons/astonished face.png"
},
"arg": "😲",
"match": "astonished face xox surprised poisoned 😲"
},
{
"title": "flushed face",
"subtitle": ":flushed:",
"icon": {
"path": "icons/flushed face.png"
},
"arg": "😳",
"match": "flushed face blush shy flattered 😳"
},
{
"title": "pleading face",
"subtitle": "",
"icon": {
"path": "icons/pleading face.png"
},
"arg": "🥺",
"match": "pleading face begging mercy cry tears sad grievance 🥺"
},
{
"title": "face holding back tears",
"subtitle": "",
"icon": {
"path": "icons/face holding back tears.png"
},
"arg": "🥹",
"match": "face holding back tears touched gratitude cry 🥹"
},
{
"title": "frowning face with open mouth",
"subtitle": ":frowning:",
"icon": {
"path": "icons/frowning face with open mouth.png"
},
"arg": "😦",
"match": "frowning face with open mouth aw what 😦"
},
{
"title": "anguished face",
"subtitle": ":anguished:",
"icon": {
"path": "icons/anguished face.png"
},
"arg": "😧",
"match": "anguished face stunned nervous 😧"
},
{
"title": "fearful face",
"subtitle": ":fearful:",
"icon": {
"path": "icons/fearful face.png"
},
"arg": "😨",
"match": "fearful face scared terrified nervous 😨"
},
{
"title": "anxious face with sweat",
"subtitle": ":cold_sweat:",
"icon": {
"path": "icons/anxious face with sweat.png"
},
"arg": "😰",
"match": "cold_sweat anxious face with sweat nervous 😰"
},
{
"title": "sad but relieved face",
"subtitle": ":disappointed_relieved:",
"icon": {
"path": "icons/sad but relieved face.png"
},
"arg": "😥",
"match": "disappointed_relieved sad but relieved face phew sweat nervous 😥"
},
{
"title": "crying face",
"subtitle": ":cry:",
"icon": {
"path": "icons/crying face.png"
},
"arg": "😢",
"match": "cry crying face tears sad depressed upset :'( 😢"
},
{
"title": "loudly crying face",
"subtitle": ":sob:",
"icon": {
"path": "icons/loudly crying face.png"
},
"arg": "😭",
"match": "sob loudly crying face cry tears sad upset depressed 😭"
},
{
"title": "face screaming in fear",
"subtitle": ":scream:",
"icon": {
"path": "icons/face screaming in fear.png"
},
"arg": "😱",
"match": "scream face screaming in fear munch scared omg 😱"
},
{
"title": "confounded face",
"subtitle": ":confounded:",
"icon": {
"path": "icons/confounded face.png"
},
"arg": "😖",
"match": "confounded face confused sick unwell oops :S 😖"
},
{
"title": "persevering face",
"subtitle": ":persevere:",
"icon": {
"path": "icons/persevering face.png"
},
"arg": "😣",
"match": "persevere persevering face sick no upset oops 😣"
},
{
"title": "disappointed face",
"subtitle": ":disappointed:",
"icon": {
"path": "icons/disappointed face.png"
},
"arg": "😞",
"match": "disappointed face sad upset depressed :( 😞"
},
{
"title": "downcast face with sweat",
"subtitle": ":sweat:",
"icon": {
"path": "icons/downcast face with sweat.png"
},
"arg": "😓",
"match": "sweat downcast face with hot sad tired exercise 😓"
},
{
"title": "weary face",
"subtitle": ":weary:",
"icon": {
"path": "icons/weary face.png"
},
"arg": "😩",
"match": "weary face tired sleepy sad frustrated upset 😩"
},
{
"title": "tired face",
"subtitle": ":tired_face:",
"icon": {
"path": "icons/tired face.png"
},
"arg": "😫",
"match": "tired_face tired face sick whine upset frustrated 😫"
},
{
"title": "yawning face",
"subtitle": "",
"icon": {
"path": "icons/yawning face.png"
},
"arg": "🥱",
"match": "yawning face tired sleepy 🥱"
},
{
"title": "face with steam from nose",
"subtitle": ":triumph:",
"icon": {
"path": "icons/face with steam from nose.png"
},
"arg": "😤",
"match": "triumph face with steam from nose gas phew proud pride 😤"
},
{
"title": "enraged face",
"subtitle": ":rage:",
"icon": {
"path": "icons/enraged face.png"
},
"arg": "😡",
"match": "rage enraged face pouting angry mad hate despise 😡"
},
{
"title": "angry face",
"subtitle": ":angry:",
"icon": {
"path": "icons/angry face.png"
},
"arg": "😠",
"match": "angry face mad annoyed frustrated 😠"
},
{
"title": "face with symbols on mouth",
"subtitle": "",
"icon": {
"path": "icons/face with symbols on mouth.png"
},
"arg": "🤬",
"match": "face with symbols on mouth swearing cursing cussing profanity expletive 🤬"
},
{
"title": "smiling face with horns",
"subtitle": ":smiling_imp:",
"icon": {
"path": "icons/smiling face with horns.png"
},
"arg": "😈",
"match": "smiling_imp smiling face with horns devil 😈"
},
{
"title": "angry face with horns",
"subtitle": ":imp:",
"icon": {
"path": "icons/angry face with horns.png"
},
"arg": "👿",
"match": "imp angry face with horns devil 👿"
},
{
"title": "skull",
"subtitle": ":skull:",
"icon": {
"path": "icons/skull.png"
},
"arg": "💀",
"match": "skull dead skeleton creepy death 💀"
},
{
"title": "skull and crossbones",
"subtitle": "",
"icon": {
"path": "icons/skull and crossbones.png"
},
"arg": "☠️",
"match": "skull and crossbones poison danger deadly scary death pirate evil ☠️"
},
{
"title": "pile of poo",
"subtitle": ":hankey: :poop: :shit:",
"icon": {
"path": "icons/pile of poo.png"
},
"arg": "💩",
"match": "hankey poop shit pile of poo shitface fail turd 💩"
},
{
"title": "clown face",
"subtitle": "",
"icon": {
"path": "icons/clown face.png"
},
"arg": "🤡",
"match": "clown face 🤡"
},
{
"title": "ogre",
"subtitle": ":japanese_ogre:",
"icon": {
"path": "icons/ogre.png"
},
"arg": "👹",
"match": "japanese_ogre ogre monster red mask halloween scary creepy devil demon japanese 👹"
},
{
"title": "goblin",
"subtitle": ":japanese_goblin:",
"icon": {
"path": "icons/goblin.png"
},
"arg": "👺",
"match": "japanese_goblin goblin red evil mask monster scary creepy japanese 👺"