@argent/x-shared 1.48.3 → 1.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1926 @@
1
+ const e = [
2
+ {
3
+ emoji: "🌸",
4
+ name: "Blossom",
5
+ category: "plants",
6
+ adjectives: [
7
+ "Blissful",
8
+ "Black",
9
+ "Blanched",
10
+ "Blooming",
11
+ "Beloved",
12
+ "Benevolent"
13
+ ]
14
+ },
15
+ {
16
+ emoji: "🌹",
17
+ name: "Rose",
18
+ category: "plants",
19
+ adjectives: [
20
+ "Regal",
21
+ "Relaxed",
22
+ "Resolute",
23
+ "Random",
24
+ "Rapid",
25
+ "Riotous",
26
+ "Ruddy",
27
+ "Rogue"
28
+ ]
29
+ },
30
+ {
31
+ emoji: "đŸŒē",
32
+ name: "Hibiscus",
33
+ category: "plants",
34
+ adjectives: [
35
+ "Happy",
36
+ "Heroic",
37
+ "Hardy",
38
+ "Heavenly",
39
+ "Humble",
40
+ "Hopeful",
41
+ "Healthy",
42
+ "Hearty"
43
+ ]
44
+ },
45
+ {
46
+ emoji: "đŸŒģ",
47
+ name: "Sunflower",
48
+ category: "plants",
49
+ adjectives: [
50
+ "Super",
51
+ "Surgical",
52
+ "Subatomic",
53
+ "Sublime",
54
+ "Subtle",
55
+ "Sumptuous",
56
+ "Sunny"
57
+ ]
58
+ },
59
+ {
60
+ emoji: "đŸŒŧ",
61
+ name: "Daisy",
62
+ category: "plants",
63
+ adjectives: [
64
+ "Dapper",
65
+ "Droopy",
66
+ "Dangerous",
67
+ "Daft",
68
+ "Dashing",
69
+ "Dauntless",
70
+ "Defiant"
71
+ ]
72
+ },
73
+ {
74
+ emoji: "🌷",
75
+ name: "Tulip",
76
+ category: "plants",
77
+ adjectives: [
78
+ "Tactical",
79
+ "Talented",
80
+ "Tactile",
81
+ "Tangible",
82
+ "Tenacious",
83
+ "Talismanic",
84
+ "Timely"
85
+ ]
86
+ },
87
+ {
88
+ emoji: "đŸĒģ",
89
+ name: "Hyacinth",
90
+ category: "plants",
91
+ adjectives: [
92
+ "Healthy",
93
+ "Hearty",
94
+ "Helpful",
95
+ "Heroic",
96
+ "Humble",
97
+ "Hilarious"
98
+ ]
99
+ },
100
+ {
101
+ emoji: "🍀",
102
+ name: "Clover",
103
+ category: "plants",
104
+ adjectives: [
105
+ "Colossal",
106
+ "Charismatic",
107
+ "Casual",
108
+ "Courageous",
109
+ "Colorful",
110
+ "Capable",
111
+ "Captivating",
112
+ "Cute"
113
+ ]
114
+ },
115
+ {
116
+ emoji: "🍁",
117
+ name: "Leaf",
118
+ category: "plants",
119
+ adjectives: [
120
+ "Legendary",
121
+ "Lavish",
122
+ "Laudable",
123
+ "Lively",
124
+ "Loving",
125
+ "Loyal",
126
+ "Learned"
127
+ ]
128
+ },
129
+ {
130
+ emoji: "🍄",
131
+ name: "Mushroom",
132
+ category: "plants",
133
+ adjectives: [
134
+ "Magic",
135
+ "Monstrous",
136
+ "Mental",
137
+ "Marvelous",
138
+ "Mindful",
139
+ "Magnificent",
140
+ "Masterful",
141
+ "Magnetic",
142
+ "Modest"
143
+ ]
144
+ },
145
+ {
146
+ emoji: "đŸĒ¨",
147
+ name: "Rock",
148
+ category: "plants",
149
+ adjectives: [
150
+ "Robust",
151
+ "Real",
152
+ "Relative",
153
+ "Regal",
154
+ "Relaxed",
155
+ "Resolute",
156
+ "Random",
157
+ "Rapid",
158
+ "Riotous",
159
+ "Ruddy",
160
+ "Rogue"
161
+ ]
162
+ },
163
+ {
164
+ emoji: "đŸĒĩ",
165
+ name: "Log",
166
+ category: "plants",
167
+ adjectives: [
168
+ "Loopy",
169
+ "Large",
170
+ "Legendary",
171
+ "Lavish",
172
+ "Laudable",
173
+ "Lively",
174
+ "Loving",
175
+ "Loyal",
176
+ "Learned"
177
+ ]
178
+ },
179
+ {
180
+ emoji: "đŸĒˇ",
181
+ name: "Lotus",
182
+ category: "plants",
183
+ adjectives: [
184
+ "Loopy",
185
+ "Large",
186
+ "Legendary",
187
+ "Lavish",
188
+ "Laudable",
189
+ "Lively",
190
+ "Loving",
191
+ "Loyal",
192
+ "Learned"
193
+ ]
194
+ },
195
+ {
196
+ emoji: "🌱",
197
+ name: "Seedling",
198
+ category: "plants",
199
+ adjectives: [
200
+ "Stellar",
201
+ "Savvy",
202
+ "Sparing",
203
+ "Sensitive",
204
+ "Swift",
205
+ "Synergistic",
206
+ "Steady"
207
+ ]
208
+ },
209
+ {
210
+ emoji: "🌲",
211
+ name: "Pine",
212
+ category: "plants",
213
+ adjectives: [
214
+ "Positive",
215
+ "Peachy",
216
+ "Pious",
217
+ "Pioneering",
218
+ "Pirate",
219
+ "Pixelated",
220
+ "Pivotal",
221
+ "Painted",
222
+ "Pampered",
223
+ "Panoramic",
224
+ "Paper",
225
+ "Party",
226
+ "Powerful",
227
+ "Prosperous",
228
+ "Prolific",
229
+ "Paradise",
230
+ "Profuse",
231
+ "Peaceful",
232
+ "Perfect"
233
+ ]
234
+ },
235
+ {
236
+ emoji: "đŸŒŗ",
237
+ name: "Oak",
238
+ category: "plants",
239
+ adjectives: [
240
+ "Optimistic",
241
+ "Opulent",
242
+ "Observant",
243
+ "Olympic",
244
+ "Omnipotent",
245
+ "Ontological"
246
+ ]
247
+ },
248
+ {
249
+ emoji: "🌴",
250
+ name: "Palm",
251
+ category: "plants",
252
+ adjectives: [
253
+ "Positive",
254
+ "Peachy",
255
+ "Pious",
256
+ "Pioneering",
257
+ "Pirate",
258
+ "Pixelated",
259
+ "Pivotal",
260
+ "Painted",
261
+ "Pampered",
262
+ "Panoramic",
263
+ "Paper",
264
+ "Party",
265
+ "Powerful",
266
+ "Prosperous",
267
+ "Prolific",
268
+ "Paradise",
269
+ "Profuse",
270
+ "Peaceful",
271
+ "Perfect"
272
+ ]
273
+ },
274
+ {
275
+ emoji: "đŸŒĩ",
276
+ name: "Cactus",
277
+ category: "plants",
278
+ adjectives: [
279
+ "Colossal",
280
+ "Charismatic",
281
+ "Casual",
282
+ "Courageous",
283
+ "Colorful",
284
+ "Capable",
285
+ "Captivating",
286
+ "Cute"
287
+ ]
288
+ },
289
+ {
290
+ emoji: "đŸĩ",
291
+ name: "Monkey",
292
+ category: "animals",
293
+ adjectives: [
294
+ "Mental",
295
+ "Marvelous",
296
+ "Mindful",
297
+ "Magnificent",
298
+ "Masterful",
299
+ "Magnetic",
300
+ "Modest"
301
+ ]
302
+ },
303
+ {
304
+ emoji: "đŸļ",
305
+ name: "Dog",
306
+ category: "animals",
307
+ adjectives: [
308
+ "Dapper",
309
+ "Droopy",
310
+ "Dangerous",
311
+ "Daft",
312
+ "Dashing",
313
+ "Dauntless",
314
+ "Defiant"
315
+ ]
316
+ },
317
+ {
318
+ emoji: "đŸē",
319
+ name: "Wolf",
320
+ category: "animals",
321
+ adjectives: [
322
+ "Wealthy",
323
+ "Wary",
324
+ "Wacky",
325
+ "Watchful",
326
+ "Wild",
327
+ "Witty",
328
+ "Wise"
329
+ ]
330
+ },
331
+ {
332
+ emoji: "đŸĻŠ",
333
+ name: "Fox",
334
+ category: "animals",
335
+ adjectives: [
336
+ "Fabulous",
337
+ "Fantastic",
338
+ "Friendly",
339
+ "Faithful",
340
+ "Fortunate",
341
+ "Famous",
342
+ "Fungible"
343
+ ]
344
+ },
345
+ {
346
+ emoji: "🐱",
347
+ name: "Cat",
348
+ category: "animals",
349
+ adjectives: [
350
+ "Colossal",
351
+ "Charismatic",
352
+ "Casual",
353
+ "Courageous",
354
+ "Colorful",
355
+ "Capable",
356
+ "Captivating",
357
+ "Cute"
358
+ ]
359
+ },
360
+ {
361
+ emoji: "đŸĻ",
362
+ name: "Lion",
363
+ category: "animals",
364
+ adjectives: [
365
+ "Legendary",
366
+ "Lavish",
367
+ "Laudable",
368
+ "Lively",
369
+ "Loving",
370
+ "Loyal",
371
+ "Learned"
372
+ ]
373
+ },
374
+ {
375
+ emoji: "đŸ¯",
376
+ name: "Tiger",
377
+ category: "animals",
378
+ adjectives: [
379
+ "Tactical",
380
+ "Talkative",
381
+ "Talismanic",
382
+ "Tough",
383
+ "Talented",
384
+ "Tasteful"
385
+ ]
386
+ },
387
+ {
388
+ emoji: "🐴",
389
+ name: "Horse",
390
+ category: "animals",
391
+ adjectives: [
392
+ "Healthy",
393
+ "Hearty",
394
+ "Helpful",
395
+ "Heroic",
396
+ "Humble",
397
+ "Hilarious"
398
+ ]
399
+ },
400
+ {
401
+ emoji: "đŸĢŽ",
402
+ name: "Moose",
403
+ category: "animals",
404
+ adjectives: [
405
+ "Mental",
406
+ "Marvelous",
407
+ "Mindful",
408
+ "Magnificent",
409
+ "Masterful",
410
+ "Magnetic",
411
+ "Modest"
412
+ ]
413
+ },
414
+ {
415
+ emoji: "đŸĻ„",
416
+ name: "Unicorn",
417
+ category: "animals",
418
+ adjectives: [
419
+ "Unique",
420
+ "United",
421
+ "Unionised",
422
+ "Universal",
423
+ "Unstoppable",
424
+ "Ubiquitous"
425
+ ]
426
+ },
427
+ {
428
+ emoji: "🐮",
429
+ name: "Cow",
430
+ category: "animals",
431
+ adjectives: [
432
+ "Colossal",
433
+ "Charismatic",
434
+ "Casual",
435
+ "Courageous",
436
+ "Colorful",
437
+ "Capable",
438
+ "Captivating",
439
+ "Cute"
440
+ ]
441
+ },
442
+ {
443
+ emoji: "🐷",
444
+ name: "Pig",
445
+ category: "animals",
446
+ adjectives: [
447
+ "Positive",
448
+ "Peachy",
449
+ "Pious",
450
+ "Pioneering",
451
+ "Pirate",
452
+ "Pixelated",
453
+ "Pivotal",
454
+ "Painted",
455
+ "Pampered",
456
+ "Panoramic",
457
+ "Paper",
458
+ "Party",
459
+ "Powerful",
460
+ "Prosperous",
461
+ "Prolific",
462
+ "Paradise",
463
+ "Profuse",
464
+ "Peaceful",
465
+ "Perfect"
466
+ ]
467
+ },
468
+ {
469
+ emoji: "🐗",
470
+ name: "Boar",
471
+ category: "animals",
472
+ adjectives: [
473
+ "Bubbly",
474
+ "Brilliant",
475
+ "Balanced",
476
+ "Benevolent",
477
+ "Baffled",
478
+ "Bashful",
479
+ "Bemused",
480
+ "Burly"
481
+ ]
482
+ },
483
+ {
484
+ emoji: "🐭",
485
+ name: "Mouse",
486
+ category: "animals",
487
+ adjectives: [
488
+ "Mental",
489
+ "Marvelous",
490
+ "Mindful",
491
+ "Magnificent",
492
+ "Masterful",
493
+ "Magnetic",
494
+ "Modest",
495
+ "Massive"
496
+ ]
497
+ },
498
+ {
499
+ emoji: "🐰",
500
+ name: "Rabbit",
501
+ category: "animals",
502
+ adjectives: [
503
+ "Regal",
504
+ "Relaxed",
505
+ "Resolute",
506
+ "Random",
507
+ "Rapid",
508
+ "Riotous",
509
+ "Ruddy",
510
+ "Rogue"
511
+ ]
512
+ },
513
+ {
514
+ emoji: "đŸģ",
515
+ name: "Bear",
516
+ category: "animals",
517
+ adjectives: [
518
+ "Bubbly",
519
+ "Brilliant",
520
+ "Balanced",
521
+ "Benevolent",
522
+ "Baffled",
523
+ "Bashful",
524
+ "Bemused",
525
+ "Burly"
526
+ ]
527
+ },
528
+ {
529
+ emoji: "đŸģâ€â„ī¸",
530
+ name: "Polar Bear",
531
+ category: "animals",
532
+ adjectives: [
533
+ "Bubbly",
534
+ "Brilliant",
535
+ "Balanced",
536
+ "Benevolent",
537
+ "Baffled",
538
+ "Bashful",
539
+ "Bemused",
540
+ "Burly"
541
+ ]
542
+ },
543
+ {
544
+ emoji: "🐨",
545
+ name: "Koala",
546
+ category: "animals",
547
+ adjectives: [
548
+ "Keen",
549
+ "Kempt",
550
+ "Kinetic",
551
+ "Kind",
552
+ "Kilted",
553
+ "Kantian"
554
+ ]
555
+ },
556
+ {
557
+ emoji: "đŸŧ",
558
+ name: "Panda",
559
+ category: "animals",
560
+ adjectives: [
561
+ "Positive",
562
+ "Peachy",
563
+ "Pious",
564
+ "Pioneering",
565
+ "Pirate",
566
+ "Pixelated",
567
+ "Pivotal",
568
+ "Painted",
569
+ "Pampered",
570
+ "Panoramic",
571
+ "Paper",
572
+ "Party",
573
+ "Powerful",
574
+ "Prosperous",
575
+ "Prolific",
576
+ "Paradise",
577
+ "Profuse",
578
+ "Peaceful",
579
+ "Perfect"
580
+ ]
581
+ },
582
+ {
583
+ emoji: "🐔",
584
+ name: "Chicken",
585
+ category: "animals",
586
+ adjectives: [
587
+ "Charming",
588
+ "Cheerful",
589
+ "Choppy",
590
+ "Chatty",
591
+ "Cheeky",
592
+ "Chiseled",
593
+ "Chirpy",
594
+ "Choosy",
595
+ "Chuffed"
596
+ ]
597
+ },
598
+ {
599
+ emoji: "🐤",
600
+ name: "Chick",
601
+ category: "animals",
602
+ adjectives: [
603
+ "Charming",
604
+ "Cheerful",
605
+ "Choppy",
606
+ "Chatty",
607
+ "Cheeky",
608
+ "Chiseled",
609
+ "Chirpy",
610
+ "Choosy",
611
+ "Chuffed"
612
+ ]
613
+ },
614
+ {
615
+ emoji: "đŸĻ",
616
+ name: "Bird",
617
+ category: "animals",
618
+ adjectives: [
619
+ "Bubbly",
620
+ "Burly",
621
+ "Balanced",
622
+ "Benevolent",
623
+ "Baffled",
624
+ "Bashful",
625
+ "Bemused"
626
+ ]
627
+ },
628
+ {
629
+ emoji: "🐧",
630
+ name: "Penguin",
631
+ category: "animals",
632
+ adjectives: [
633
+ "Positive",
634
+ "Peachy",
635
+ "Pious",
636
+ "Pioneering",
637
+ "Pirate",
638
+ "Pixelated",
639
+ "Pivotal",
640
+ "Painted",
641
+ "Pampered",
642
+ "Panoramic",
643
+ "Paper",
644
+ "Party",
645
+ "Powerful",
646
+ "Prosperous",
647
+ "Prolific",
648
+ "Paradise",
649
+ "Profuse",
650
+ "Peaceful",
651
+ "Perfect"
652
+ ]
653
+ },
654
+ {
655
+ emoji: "🐸",
656
+ name: "Frog",
657
+ category: "animals",
658
+ adjectives: [
659
+ "Frank",
660
+ "Fractional",
661
+ "Freaky",
662
+ "Freckly",
663
+ "Frizzy",
664
+ "Frosty",
665
+ "Fruitful"
666
+ ]
667
+ },
668
+ {
669
+ emoji: "🐲",
670
+ name: "Dragon",
671
+ category: "animals",
672
+ adjectives: [
673
+ "Draped",
674
+ "Dramatic",
675
+ "Drastic",
676
+ "Drafty",
677
+ "Defiant",
678
+ "Divine"
679
+ ]
680
+ },
681
+ {
682
+ emoji: "🐙",
683
+ name: "Octopus",
684
+ category: "animals",
685
+ adjectives: [
686
+ "Optimistic",
687
+ "Opulent",
688
+ "Observant",
689
+ "Olympic",
690
+ "Omnipotent",
691
+ "Ontological"
692
+ ]
693
+ },
694
+ {
695
+ emoji: "đŸĒŧ",
696
+ name: "Jellyfish",
697
+ category: "animals",
698
+ adjectives: [
699
+ "Jammy",
700
+ "Jaunty",
701
+ "Joyful",
702
+ "Just",
703
+ "Jeweled",
704
+ "Jagged",
705
+ "Jestful"
706
+ ]
707
+ },
708
+ {
709
+ emoji: "đŸĻ€",
710
+ name: "Crab",
711
+ category: "animals",
712
+ adjectives: [
713
+ "Crazy",
714
+ "Craggy",
715
+ "Colossal",
716
+ "Charismatic",
717
+ "Casual",
718
+ "Courageous",
719
+ "Colorful",
720
+ "Capable",
721
+ "Captivating",
722
+ "Cute"
723
+ ]
724
+ },
725
+ {
726
+ emoji: "đŸĻ‹",
727
+ name: "Butterfly",
728
+ category: "animals",
729
+ adjectives: [
730
+ "Bubbly",
731
+ "Balanced",
732
+ "Benevolent",
733
+ "Baffled",
734
+ "Bashful",
735
+ "Bemused",
736
+ "Burly"
737
+ ]
738
+ },
739
+ {
740
+ emoji: "🐜",
741
+ name: "Ant",
742
+ category: "animals",
743
+ adjectives: [
744
+ "Acrobatic",
745
+ "Actual",
746
+ "Adaptive",
747
+ "Adventurous",
748
+ "Admirable",
749
+ "Aerial",
750
+ "Affable",
751
+ "Affluent",
752
+ "Agile"
753
+ ]
754
+ },
755
+ {
756
+ emoji: "🐝",
757
+ name: "Bee",
758
+ category: "animals",
759
+ adjectives: [
760
+ "Bubbly",
761
+ "Balanced",
762
+ "Benevolent",
763
+ "Baffled",
764
+ "Bashful",
765
+ "Bemused",
766
+ "Burly"
767
+ ]
768
+ },
769
+ {
770
+ emoji: "đŸĒ˛",
771
+ name: "Beetle",
772
+ category: "animals",
773
+ adjectives: [
774
+ "Bubbly",
775
+ "Balanced",
776
+ "Benevolent",
777
+ "Baffled",
778
+ "Bashful",
779
+ "Bemused",
780
+ "Burly"
781
+ ]
782
+ },
783
+ {
784
+ emoji: "🐞",
785
+ name: "Ladybird",
786
+ category: "animals",
787
+ adjectives: [
788
+ "Legendary",
789
+ "Lavish",
790
+ "Laudable",
791
+ "Lively",
792
+ "Loving",
793
+ "Loyal",
794
+ "Learned"
795
+ ]
796
+ },
797
+ {
798
+ emoji: "🐟",
799
+ name: "Fish",
800
+ category: "animals",
801
+ adjectives: [
802
+ "Fluid",
803
+ "Flexible",
804
+ "Flashy",
805
+ "Flawless",
806
+ "Flowing",
807
+ "Free",
808
+ "Fresh"
809
+ ]
810
+ },
811
+ {
812
+ emoji: "🐡",
813
+ name: "Pufferfish",
814
+ category: "animals",
815
+ adjectives: [
816
+ "Positive",
817
+ "Peachy",
818
+ "Pious",
819
+ "Pioneering",
820
+ "Pirate",
821
+ "Pixelated",
822
+ "Pivotal"
823
+ ]
824
+ },
825
+ {
826
+ emoji: "🐚",
827
+ name: "Shell",
828
+ category: "animals",
829
+ adjectives: [
830
+ "Sharp",
831
+ "Super",
832
+ "Surgical",
833
+ "Shapely",
834
+ "Shimmering",
835
+ "Shiny",
836
+ "Shredded"
837
+ ]
838
+ },
839
+ {
840
+ emoji: "đŸĻ",
841
+ name: "Shrimp",
842
+ category: "animals",
843
+ adjectives: [
844
+ "Sharp",
845
+ "Super",
846
+ "Surgical",
847
+ "Shapely",
848
+ "Shimmering",
849
+ "Shiny",
850
+ "Shredded"
851
+ ]
852
+ },
853
+ {
854
+ emoji: "🐒",
855
+ name: "Monkey",
856
+ category: "animals",
857
+ adjectives: [
858
+ "Mental",
859
+ "Marvelous",
860
+ "Mindful",
861
+ "Magnificent",
862
+ "Masterful",
863
+ "Magnetic",
864
+ "Modest",
865
+ "Massive"
866
+ ]
867
+ },
868
+ {
869
+ emoji: "đŸĻ‚",
870
+ name: "Scorpion",
871
+ category: "animals",
872
+ adjectives: [
873
+ "Silent",
874
+ "Steady",
875
+ "Swift",
876
+ "Strong",
877
+ "Stealthy",
878
+ "Strategic",
879
+ "Skilled"
880
+ ]
881
+ },
882
+ {
883
+ emoji: "đŸĻƒ",
884
+ name: "Turkey",
885
+ category: "animals",
886
+ adjectives: [
887
+ "Talented",
888
+ "Tactful",
889
+ "Tenacious",
890
+ "Thorough",
891
+ "Thoughtful",
892
+ "Thriving",
893
+ "Trusted"
894
+ ]
895
+ },
896
+ {
897
+ emoji: "đŸĻ§",
898
+ name: "Orangutan",
899
+ category: "animals",
900
+ adjectives: [
901
+ "Optimistic",
902
+ "Opulent",
903
+ "Observant",
904
+ "Olympic",
905
+ "Omnipotent",
906
+ "Ontological"
907
+ ]
908
+ },
909
+ {
910
+ emoji: "🐁",
911
+ name: "Mouse",
912
+ category: "animals",
913
+ adjectives: [
914
+ "Mental",
915
+ "Marvelous",
916
+ "Mindful",
917
+ "Magnificent",
918
+ "Masterful",
919
+ "Magnetic",
920
+ "Modest",
921
+ "Massive",
922
+ "Mighty"
923
+ ]
924
+ },
925
+ {
926
+ emoji: "🐀",
927
+ name: "Rat",
928
+ category: "animals",
929
+ adjectives: [
930
+ "Regal",
931
+ "Relaxed",
932
+ "Resolute",
933
+ "Random",
934
+ "Rapid",
935
+ "Riotous",
936
+ "Ruddy",
937
+ "Rogue"
938
+ ]
939
+ },
940
+ {
941
+ emoji: "🐇",
942
+ name: "Rabbit",
943
+ category: "animals",
944
+ adjectives: [
945
+ "Regal",
946
+ "Relaxed",
947
+ "Resolute",
948
+ "Random",
949
+ "Rapid",
950
+ "Riotous",
951
+ "Ruddy",
952
+ "Rogue"
953
+ ]
954
+ },
955
+ {
956
+ emoji: "đŸŋī¸",
957
+ name: "Squirrel",
958
+ category: "animals",
959
+ adjectives: [
960
+ "Smart",
961
+ "Swift",
962
+ "Sneaky",
963
+ "Skilled",
964
+ "Spirited",
965
+ "Spontaneous",
966
+ "Spry"
967
+ ]
968
+ },
969
+ {
970
+ emoji: "đŸĻĢ",
971
+ name: "Beaver",
972
+ category: "animals",
973
+ adjectives: [
974
+ "Busy",
975
+ "Bold",
976
+ "Bright",
977
+ "Brave",
978
+ "Beneficial",
979
+ "Boundless",
980
+ "Brilliant"
981
+ ]
982
+ },
983
+ {
984
+ emoji: "đŸĻ”",
985
+ name: "Hedgehog",
986
+ category: "animals",
987
+ adjectives: [
988
+ "Happy",
989
+ "Hasty",
990
+ "Helpful",
991
+ "Humble",
992
+ "Honest",
993
+ "Heroic",
994
+ "Harmonious"
995
+ ]
996
+ },
997
+ {
998
+ emoji: "đŸĻ‡",
999
+ name: "Bat",
1000
+ category: "animals",
1001
+ adjectives: [
1002
+ "Bubbly",
1003
+ "Balanced",
1004
+ "Benevolent",
1005
+ "Baffled",
1006
+ "Bashful",
1007
+ "Bemused",
1008
+ "Burly"
1009
+ ]
1010
+ },
1011
+ {
1012
+ emoji: "đŸĻĨ",
1013
+ name: "Sloth",
1014
+ category: "animals",
1015
+ adjectives: [
1016
+ "Serene",
1017
+ "Slow",
1018
+ "Steady",
1019
+ "Subtle",
1020
+ "Smooth",
1021
+ "Sleepy",
1022
+ "Sweet"
1023
+ ]
1024
+ },
1025
+ {
1026
+ emoji: "đŸĻĻ",
1027
+ name: "Otter",
1028
+ category: "animals",
1029
+ adjectives: [
1030
+ "Optimistic",
1031
+ "Outgoing",
1032
+ "Observant",
1033
+ "Orderly",
1034
+ "Original",
1035
+ "Outstanding",
1036
+ "Overjoyed"
1037
+ ]
1038
+ },
1039
+ {
1040
+ emoji: "🐓",
1041
+ name: "Rooster",
1042
+ category: "animals",
1043
+ adjectives: [
1044
+ "Regal",
1045
+ "Relaxed",
1046
+ "Resolute",
1047
+ "Random",
1048
+ "Rapid",
1049
+ "Riotous",
1050
+ "Ruddy",
1051
+ "Rogue",
1052
+ "Royal"
1053
+ ]
1054
+ },
1055
+ {
1056
+ emoji: "đŸŖ",
1057
+ name: "Chick",
1058
+ category: "animals",
1059
+ adjectives: [
1060
+ "Charming",
1061
+ "Cheerful",
1062
+ "Choppy",
1063
+ "Chatty",
1064
+ "Cheeky",
1065
+ "Chiseled",
1066
+ "Chirpy",
1067
+ "Choosy",
1068
+ "Chuffed"
1069
+ ]
1070
+ },
1071
+ {
1072
+ emoji: "đŸĻ†",
1073
+ name: "Duck",
1074
+ category: "animals",
1075
+ adjectives: [
1076
+ "Dapper",
1077
+ "Daring",
1078
+ "Dangerous",
1079
+ "Daft",
1080
+ "Dashing",
1081
+ "Dauntless",
1082
+ "Defiant"
1083
+ ]
1084
+ },
1085
+ {
1086
+ emoji: "đŸĻ‰",
1087
+ name: "Owl",
1088
+ category: "animals",
1089
+ adjectives: [
1090
+ "Observant",
1091
+ "Orderly",
1092
+ "Original",
1093
+ "Orthodox",
1094
+ "Otherworldly",
1095
+ "Outstanding",
1096
+ "Overachieving"
1097
+ ]
1098
+ },
1099
+ {
1100
+ emoji: "đŸĻ¤",
1101
+ name: "Dodo",
1102
+ category: "animals",
1103
+ adjectives: [
1104
+ "Dapper",
1105
+ "Daring",
1106
+ "Dangerous",
1107
+ "Daft",
1108
+ "Dashing",
1109
+ "Dauntless",
1110
+ "Defiant"
1111
+ ]
1112
+ },
1113
+ {
1114
+ emoji: "đŸĻœ",
1115
+ name: "Parrot",
1116
+ category: "animals",
1117
+ adjectives: [
1118
+ "Positive",
1119
+ "Peachy",
1120
+ "Pious",
1121
+ "Pioneering",
1122
+ "Pirate",
1123
+ "Pixelated",
1124
+ "Pivotal"
1125
+ ]
1126
+ },
1127
+ {
1128
+ emoji: "đŸĻ‍âŦ›",
1129
+ name: "Blackbird",
1130
+ category: "animals",
1131
+ adjectives: [
1132
+ "Bold",
1133
+ "Bright",
1134
+ "Brave",
1135
+ "Balanced",
1136
+ "Boundless",
1137
+ "Brilliant",
1138
+ "Beautiful"
1139
+ ]
1140
+ },
1141
+ {
1142
+ emoji: "đŸĒŋ",
1143
+ name: "Goose",
1144
+ category: "animals",
1145
+ adjectives: [
1146
+ "Graceful",
1147
+ "Grand",
1148
+ "Gregarious",
1149
+ "Grounded",
1150
+ "Growing",
1151
+ "Genuine",
1152
+ "Gifted"
1153
+ ]
1154
+ },
1155
+ {
1156
+ emoji: "đŸĸ",
1157
+ name: "Tortoise",
1158
+ category: "animals",
1159
+ adjectives: [
1160
+ "Timeless",
1161
+ "Thoughtful",
1162
+ "Thorough",
1163
+ "Tranquil",
1164
+ "Traditional",
1165
+ "Treasured",
1166
+ "True"
1167
+ ]
1168
+ },
1169
+ {
1170
+ emoji: "đŸĻŽ",
1171
+ name: "Lizard",
1172
+ category: "animals",
1173
+ adjectives: [
1174
+ "Lively",
1175
+ "Logical",
1176
+ "Lasting",
1177
+ "Limitless",
1178
+ "Luminous",
1179
+ "Lucky",
1180
+ "Luxurious"
1181
+ ]
1182
+ },
1183
+ {
1184
+ emoji: "🐍",
1185
+ name: "Snake",
1186
+ category: "animals",
1187
+ adjectives: [
1188
+ "Silent",
1189
+ "Smooth",
1190
+ "Swift",
1191
+ "Sleek",
1192
+ "Skilled",
1193
+ "Sublime",
1194
+ "Subtle"
1195
+ ]
1196
+ },
1197
+ {
1198
+ emoji: "đŸŗ",
1199
+ name: "Whale",
1200
+ category: "animals",
1201
+ adjectives: [
1202
+ "Wise",
1203
+ "Wonderful",
1204
+ "Watchful",
1205
+ "Welcoming",
1206
+ "Wholesome",
1207
+ "Willing",
1208
+ "Worthy"
1209
+ ]
1210
+ },
1211
+ {
1212
+ emoji: "đŸĒ¸",
1213
+ name: "Coral",
1214
+ category: "animals",
1215
+ adjectives: [
1216
+ "Colorful",
1217
+ "Calm",
1218
+ "Complex",
1219
+ "Creative",
1220
+ "Curious",
1221
+ "Cheerful",
1222
+ "Charming"
1223
+ ]
1224
+ },
1225
+ {
1226
+ emoji: "đŸĻž",
1227
+ name: "Lobster",
1228
+ category: "animals",
1229
+ adjectives: [
1230
+ "Loyal",
1231
+ "Lively",
1232
+ "Lavish",
1233
+ "Logical",
1234
+ "Lasting",
1235
+ "Laudable",
1236
+ "Learned"
1237
+ ]
1238
+ },
1239
+ {
1240
+ emoji: "đŸĻ‘",
1241
+ name: "Squid",
1242
+ category: "animals",
1243
+ adjectives: [
1244
+ "Swift",
1245
+ "Smart",
1246
+ "Smooth",
1247
+ "Skilled",
1248
+ "Sophisticated",
1249
+ "Sporty",
1250
+ "Snappy"
1251
+ ]
1252
+ },
1253
+ {
1254
+ emoji: "🐌",
1255
+ name: "Snail",
1256
+ category: "animals",
1257
+ adjectives: [
1258
+ "Steady",
1259
+ "Smooth",
1260
+ "Simple",
1261
+ "Serene",
1262
+ "Sincere",
1263
+ "Skilled",
1264
+ "Sweet"
1265
+ ]
1266
+ },
1267
+ {
1268
+ emoji: "🐛",
1269
+ name: "Caterpillar",
1270
+ category: "animals",
1271
+ adjectives: [
1272
+ "Curious",
1273
+ "Creative",
1274
+ "Careful",
1275
+ "Cheerful",
1276
+ "Clever",
1277
+ "Calm",
1278
+ "Cute"
1279
+ ]
1280
+ },
1281
+ {
1282
+ emoji: "đŸĻ—",
1283
+ name: "Cricket",
1284
+ category: "animals",
1285
+ adjectives: [
1286
+ "Crazy",
1287
+ "Craggy",
1288
+ "Creative",
1289
+ "Cheerful",
1290
+ "Clever",
1291
+ "Calm",
1292
+ "Coordinated"
1293
+ ]
1294
+ },
1295
+ {
1296
+ emoji: "đŸ•ˇī¸",
1297
+ name: "Spider",
1298
+ category: "animals",
1299
+ adjectives: [
1300
+ "Silent",
1301
+ "Swift",
1302
+ "Skilled",
1303
+ "Smart",
1304
+ "Strategic",
1305
+ "Steady",
1306
+ "Strong"
1307
+ ]
1308
+ },
1309
+ {
1310
+ emoji: "🍏",
1311
+ name: "Green Apple",
1312
+ category: "food",
1313
+ adjectives: [
1314
+ "Able",
1315
+ "Ambitious",
1316
+ "Adaptable",
1317
+ "Affable",
1318
+ "Abstract",
1319
+ "Academic",
1320
+ "Absolute",
1321
+ "Accessible"
1322
+ ]
1323
+ },
1324
+ {
1325
+ emoji: "🍎",
1326
+ name: "Red Apple",
1327
+ category: "food",
1328
+ adjectives: [
1329
+ "Able",
1330
+ "Ambitious",
1331
+ "Adaptable",
1332
+ "Affable",
1333
+ "Abstract",
1334
+ "Academic",
1335
+ "Absolute",
1336
+ "Accessible"
1337
+ ]
1338
+ },
1339
+ {
1340
+ emoji: "🍐",
1341
+ name: "Pear",
1342
+ category: "food",
1343
+ adjectives: [
1344
+ "Positive",
1345
+ "Peachy",
1346
+ "Pious",
1347
+ "Pioneering",
1348
+ "Pirate",
1349
+ "Pixelated",
1350
+ "Pivotal",
1351
+ "Perfect"
1352
+ ]
1353
+ },
1354
+ {
1355
+ emoji: "🍊",
1356
+ name: "Orange",
1357
+ category: "food",
1358
+ adjectives: [
1359
+ "Optimistic",
1360
+ "Opulent",
1361
+ "Observant",
1362
+ "Olympic",
1363
+ "Omnipotent",
1364
+ "Ontological",
1365
+ "Outstanding"
1366
+ ]
1367
+ },
1368
+ {
1369
+ emoji: "🍋",
1370
+ name: "Lemon",
1371
+ category: "food",
1372
+ adjectives: [
1373
+ "Legendary",
1374
+ "Lavish",
1375
+ "Laudable",
1376
+ "Lively",
1377
+ "Loving",
1378
+ "Loyal",
1379
+ "Learned"
1380
+ ]
1381
+ },
1382
+ {
1383
+ emoji: "🍌",
1384
+ name: "Banana",
1385
+ category: "food",
1386
+ adjectives: [
1387
+ "Bubbly",
1388
+ "Burly",
1389
+ "Balanced",
1390
+ "Benevolent",
1391
+ "Baffled",
1392
+ "Bashful",
1393
+ "Bemused"
1394
+ ]
1395
+ },
1396
+ {
1397
+ emoji: "🍉",
1398
+ name: "Watermelon",
1399
+ category: "food",
1400
+ adjectives: [
1401
+ "Wacky",
1402
+ "Wealthy",
1403
+ "Wakeful",
1404
+ "Wonderful",
1405
+ "Wild",
1406
+ "Watchful",
1407
+ "Witty",
1408
+ "Winning"
1409
+ ]
1410
+ },
1411
+ {
1412
+ emoji: "🍇",
1413
+ name: "Grape",
1414
+ category: "food",
1415
+ adjectives: [
1416
+ "Great",
1417
+ "Gradiated",
1418
+ "Grand",
1419
+ "Groovy",
1420
+ "Gracious",
1421
+ "Grounded",
1422
+ "Gregarious"
1423
+ ]
1424
+ },
1425
+ {
1426
+ emoji: "🍓",
1427
+ name: "Strawberry",
1428
+ category: "food",
1429
+ adjectives: [
1430
+ "Steel",
1431
+ "Stellar",
1432
+ "Steady",
1433
+ "Strategic",
1434
+ "Strong",
1435
+ "Stable",
1436
+ "Stark",
1437
+ "Stacked"
1438
+ ]
1439
+ },
1440
+ {
1441
+ emoji: "đŸĢ",
1442
+ name: "Blueberry",
1443
+ category: "food",
1444
+ adjectives: [
1445
+ "Brave",
1446
+ "Bright",
1447
+ "Brilliant",
1448
+ "Bold",
1449
+ "Bouncy",
1450
+ "Balanced",
1451
+ "Beautiful"
1452
+ ]
1453
+ },
1454
+ {
1455
+ emoji: "🍒",
1456
+ name: "Cherry",
1457
+ category: "food",
1458
+ adjectives: [
1459
+ "Charming",
1460
+ "Cheerful",
1461
+ "Choppy",
1462
+ "Chatty",
1463
+ "Cheeky",
1464
+ "Chiseled",
1465
+ "Chirpy",
1466
+ "Choosy",
1467
+ "Chuffed"
1468
+ ]
1469
+ },
1470
+ {
1471
+ emoji: "🍑",
1472
+ name: "Peach",
1473
+ category: "food",
1474
+ adjectives: [
1475
+ "Positive",
1476
+ "Peachy",
1477
+ "Pious",
1478
+ "Pioneering",
1479
+ "Pristine",
1480
+ "Pure",
1481
+ "Perfect"
1482
+ ]
1483
+ },
1484
+ {
1485
+ emoji: "đŸĨ­",
1486
+ name: "Mango",
1487
+ category: "food",
1488
+ adjectives: [
1489
+ "Magical",
1490
+ "Majestic",
1491
+ "Masterful",
1492
+ "Maverick",
1493
+ "Mellow",
1494
+ "Mighty",
1495
+ "Mindful"
1496
+ ]
1497
+ },
1498
+ {
1499
+ emoji: "đŸĨĨ",
1500
+ name: "Coconut",
1501
+ category: "food",
1502
+ adjectives: [
1503
+ "Colossal",
1504
+ "Charismatic",
1505
+ "Casual",
1506
+ "Courageous",
1507
+ "Colorful",
1508
+ "Capable",
1509
+ "Captivating",
1510
+ "Cute"
1511
+ ]
1512
+ },
1513
+ {
1514
+ emoji: "đŸĨ",
1515
+ name: "Kiwi",
1516
+ category: "food",
1517
+ adjectives: [
1518
+ "Kind",
1519
+ "Keen",
1520
+ "Knightly",
1521
+ "Knowing",
1522
+ "Kinetic",
1523
+ "Kindred",
1524
+ "Kingly"
1525
+ ]
1526
+ },
1527
+ {
1528
+ emoji: "🍅",
1529
+ name: "Tomato",
1530
+ category: "food",
1531
+ adjectives: [
1532
+ "Tender",
1533
+ "Tasty",
1534
+ "Tactful",
1535
+ "Talented",
1536
+ "Tangible",
1537
+ "Thorough",
1538
+ "Thoughtful"
1539
+ ]
1540
+ },
1541
+ {
1542
+ emoji: "🍆",
1543
+ name: "Aubergine",
1544
+ category: "food",
1545
+ adjectives: [
1546
+ "Artistic",
1547
+ "Authentic",
1548
+ "Automated",
1549
+ "Assertive",
1550
+ "Astute",
1551
+ "Attractive",
1552
+ "Animated"
1553
+ ]
1554
+ },
1555
+ {
1556
+ emoji: "đŸĨ‘",
1557
+ name: "Avocado",
1558
+ category: "food",
1559
+ adjectives: [
1560
+ "Active",
1561
+ "Adaptable",
1562
+ "Adept",
1563
+ "Admired",
1564
+ "Advanced",
1565
+ "Adventurous",
1566
+ "Affable"
1567
+ ]
1568
+ },
1569
+ {
1570
+ emoji: "đŸĨĻ",
1571
+ name: "Broccoli",
1572
+ category: "food",
1573
+ adjectives: [
1574
+ "Brave",
1575
+ "Bright",
1576
+ "Brilliant",
1577
+ "Bold",
1578
+ "Bouncy",
1579
+ "Balanced",
1580
+ "Beautiful"
1581
+ ]
1582
+ },
1583
+ {
1584
+ emoji: "đŸĨŦ",
1585
+ name: "Lettuce",
1586
+ category: "food",
1587
+ adjectives: [
1588
+ "Lively",
1589
+ "Light",
1590
+ "Lasting",
1591
+ "Logical",
1592
+ "Lucid",
1593
+ "Luminous",
1594
+ "Lustrous"
1595
+ ]
1596
+ },
1597
+ {
1598
+ emoji: "đŸŒļī¸",
1599
+ name: "Chilli",
1600
+ category: "food",
1601
+ adjectives: [
1602
+ "Charming",
1603
+ "Cheerful",
1604
+ "Choppy",
1605
+ "Chatty",
1606
+ "Cheeky",
1607
+ "Chiseled",
1608
+ "Chirpy",
1609
+ "Choosy"
1610
+ ]
1611
+ },
1612
+ {
1613
+ emoji: "đŸĢ‘",
1614
+ name: "Pepper",
1615
+ category: "food",
1616
+ adjectives: [
1617
+ "Positive",
1618
+ "Peachy",
1619
+ "Pious",
1620
+ "Pioneering",
1621
+ "Pristine",
1622
+ "Pure",
1623
+ "Perfect"
1624
+ ]
1625
+ },
1626
+ {
1627
+ emoji: "đŸŒŊ",
1628
+ name: "Corn",
1629
+ category: "food",
1630
+ adjectives: [
1631
+ "Colossal",
1632
+ "Charismatic",
1633
+ "Casual",
1634
+ "Courageous",
1635
+ "Colorful",
1636
+ "Capable",
1637
+ "Captivating"
1638
+ ]
1639
+ },
1640
+ {
1641
+ emoji: "đŸĨ•",
1642
+ name: "Carrot",
1643
+ category: "food",
1644
+ adjectives: [
1645
+ "Caring",
1646
+ "Cheerful",
1647
+ "Clever",
1648
+ "Creative",
1649
+ "Calm",
1650
+ "Careful",
1651
+ "Captivating"
1652
+ ]
1653
+ },
1654
+ {
1655
+ emoji: "đŸĢ’",
1656
+ name: "Olive",
1657
+ category: "food",
1658
+ adjectives: [
1659
+ "Observant",
1660
+ "Original",
1661
+ "Optimistic",
1662
+ "Orderly",
1663
+ "Outstanding",
1664
+ "Outgoing",
1665
+ "Orthodox"
1666
+ ]
1667
+ },
1668
+ {
1669
+ emoji: "đŸĨ”",
1670
+ name: "Potato",
1671
+ category: "food",
1672
+ adjectives: [
1673
+ "Peaceful",
1674
+ "Patient",
1675
+ "Perky",
1676
+ "Playful",
1677
+ "Pleasant",
1678
+ "Plucky",
1679
+ "Proper"
1680
+ ]
1681
+ },
1682
+ {
1683
+ emoji: "đŸĨ",
1684
+ name: "Croissant",
1685
+ category: "food",
1686
+ adjectives: [
1687
+ "Crispy",
1688
+ "Crafty",
1689
+ "Creative",
1690
+ "Cultured",
1691
+ "Curious",
1692
+ "Careful",
1693
+ "Cordial"
1694
+ ]
1695
+ },
1696
+ {
1697
+ emoji: "đŸĨ–",
1698
+ name: "Bread",
1699
+ category: "food",
1700
+ adjectives: [
1701
+ "Bright",
1702
+ "Balanced",
1703
+ "Beautiful",
1704
+ "Beneficial",
1705
+ "Benevolent",
1706
+ "Brave",
1707
+ "Brilliant"
1708
+ ]
1709
+ },
1710
+ {
1711
+ emoji: "đŸĨ¨",
1712
+ name: "Pretzel",
1713
+ category: "food",
1714
+ adjectives: [
1715
+ "Peaceful",
1716
+ "Perfect",
1717
+ "Perky",
1718
+ "Playful",
1719
+ "Pleasant",
1720
+ "Plucky",
1721
+ "Proper"
1722
+ ]
1723
+ },
1724
+ {
1725
+ emoji: "🧀",
1726
+ name: "Cheese",
1727
+ category: "food",
1728
+ adjectives: [
1729
+ "Charming",
1730
+ "Cheerful",
1731
+ "Cheesy",
1732
+ "Chatty",
1733
+ "Cheeky",
1734
+ "Choice",
1735
+ "Chief"
1736
+ ]
1737
+ },
1738
+ {
1739
+ emoji: "đŸĨš",
1740
+ name: "Egg",
1741
+ category: "food",
1742
+ adjectives: [
1743
+ "Earnest",
1744
+ "Eager",
1745
+ "Easygoing",
1746
+ "Eccentric",
1747
+ "Educated",
1748
+ "Efficient",
1749
+ "Elegant"
1750
+ ]
1751
+ },
1752
+ {
1753
+ emoji: "đŸĨŠ",
1754
+ name: "Steak",
1755
+ category: "food",
1756
+ adjectives: [
1757
+ "Steel",
1758
+ "Stellar",
1759
+ "Steady",
1760
+ "Strategic",
1761
+ "Strong",
1762
+ "Stable",
1763
+ "Stark"
1764
+ ]
1765
+ },
1766
+ {
1767
+ emoji: "🌭",
1768
+ name: "Hotdog",
1769
+ category: "food",
1770
+ adjectives: [
1771
+ "Happy",
1772
+ "Heroic",
1773
+ "Honest",
1774
+ "Helpful",
1775
+ "Humble",
1776
+ "Hearty",
1777
+ "Harmonious"
1778
+ ]
1779
+ },
1780
+ {
1781
+ emoji: "🍔",
1782
+ name: "Burger",
1783
+ category: "food",
1784
+ adjectives: [
1785
+ "Bold",
1786
+ "Bright",
1787
+ "Brave",
1788
+ "Balanced",
1789
+ "Boundless",
1790
+ "Brilliant",
1791
+ "Beautiful"
1792
+ ]
1793
+ },
1794
+ {
1795
+ emoji: "🍟",
1796
+ name: "Fries",
1797
+ category: "food",
1798
+ adjectives: [
1799
+ "Friendly",
1800
+ "Fresh",
1801
+ "Free",
1802
+ "Fancy",
1803
+ "Fair",
1804
+ "Famous",
1805
+ "Fantastic"
1806
+ ]
1807
+ },
1808
+ {
1809
+ emoji: "🍕",
1810
+ name: "Pizza",
1811
+ category: "food",
1812
+ adjectives: [
1813
+ "Positive",
1814
+ "Peachy",
1815
+ "Pious",
1816
+ "Pioneering",
1817
+ "Pristine",
1818
+ "Pure",
1819
+ "Perfect"
1820
+ ]
1821
+ },
1822
+ {
1823
+ emoji: "🌮",
1824
+ name: "Taco",
1825
+ category: "food",
1826
+ adjectives: [
1827
+ "Tactical",
1828
+ "Talented",
1829
+ "Tasteful",
1830
+ "Tenacious",
1831
+ "Thoughtful",
1832
+ "Thorough",
1833
+ "Timely"
1834
+ ]
1835
+ },
1836
+ {
1837
+ emoji: "đŸŒ¯",
1838
+ name: "Wrap",
1839
+ category: "food",
1840
+ adjectives: [
1841
+ "Wise",
1842
+ "Willing",
1843
+ "Witty",
1844
+ "Wonderful",
1845
+ "Worthy",
1846
+ "Watchful",
1847
+ "Warm"
1848
+ ]
1849
+ },
1850
+ {
1851
+ emoji: "đŸŖ",
1852
+ name: "Sushi",
1853
+ category: "food",
1854
+ adjectives: [
1855
+ "Super",
1856
+ "Surgical",
1857
+ "Sublime",
1858
+ "Subtle",
1859
+ "Sumptuous",
1860
+ "Sunny",
1861
+ "Superb"
1862
+ ]
1863
+ },
1864
+ {
1865
+ emoji: "đŸĻ",
1866
+ name: "Ice Cream",
1867
+ category: "food",
1868
+ adjectives: [
1869
+ "Iconic",
1870
+ "Ideal",
1871
+ "Idyllic",
1872
+ "Imaginative",
1873
+ "Immaculate",
1874
+ "Imperial",
1875
+ "Impressive"
1876
+ ]
1877
+ },
1878
+ {
1879
+ emoji: "đŸŋ",
1880
+ name: "Popcorn",
1881
+ category: "food",
1882
+ adjectives: [
1883
+ "Positive",
1884
+ "Peachy",
1885
+ "Pious",
1886
+ "Pioneering",
1887
+ "Pristine",
1888
+ "Pure",
1889
+ "Perfect"
1890
+ ]
1891
+ },
1892
+ {
1893
+ emoji: "🍩",
1894
+ name: "Donut",
1895
+ category: "food",
1896
+ adjectives: [
1897
+ "Dapper",
1898
+ "Daring",
1899
+ "Dazzling",
1900
+ "Decent",
1901
+ "Dedicated",
1902
+ "Definite",
1903
+ "Delightful"
1904
+ ]
1905
+ },
1906
+ {
1907
+ emoji: "đŸĒ",
1908
+ name: "Cookie",
1909
+ category: "food",
1910
+ adjectives: [
1911
+ "Colossal",
1912
+ "Charismatic",
1913
+ "Casual",
1914
+ "Courageous",
1915
+ "Colorful",
1916
+ "Capable",
1917
+ "Captivating"
1918
+ ]
1919
+ }
1920
+ ], a = {
1921
+ items: e
1922
+ };
1923
+ export {
1924
+ a as default,
1925
+ e as items
1926
+ };