forked from omgmog/digitaloxford-slack-emojis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemojipack.yml
3374 lines (3374 loc) · 146 KB
/
emojipack.yml
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
title: digital-oxford
emojis:
- name: _brain
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_brain.png
- name: _crab
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_crab.gif
- name: _duck
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_duck.png
- name: _g
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_g.png
- name: _hypetrain
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_hypetrain.gif
- name: _m
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_m.png
- name: _o
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_o.png
- name: _pinky
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_pinky.png
- name: _pug_wizard
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_pug_wizard.png
- name: _wave
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/_wave.gif
- name: 1up
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/1up.png
- name: 76ers
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/76ers.png
- name: adventurecore
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/adventurecore.png
- name: airquotes_
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/airquotes_.gif
- name: aliensguy
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/aliensguy.jpg
- name: all_the_things
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/all_the_things.jpg
- name: amazon
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/amazon.png
- name: america
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/america.gif
- name: android
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/android.jpg
- name: angry_toast
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/angry_toast.png
- name: angry_trump
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/angry_trump.jpg
- name: angryeyes
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/angryeyes.png
- name: annoyed_toast
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/annoyed_toast.png
- name: aplus
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/aplus.jpg
- name: appleinc
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/appleinc.png
- name: apricot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/apricot.png
- name: archer
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/archer.png
- name: asana
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/asana.png
- name: aussiecongaparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/aussiecongaparrot.gif
- name: aussieparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/aussieparrot.gif
- name: aussiereversecongaparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/aussiereversecongaparrot.gif
- name: aw_yeah
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/aw_yeah.gif
- name: awwyeah
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/awwyeah.png
- name: awwyiss1
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/awwyiss1.png
- name: awwyiss2
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/awwyiss2.png
- name: babelfish
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/babelfish.png
- name: back_away
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/back_away.gif
- name: bacon
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bacon.png
- name: badger
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/badger.gif
- name: badrazz
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/badrazz.png
- name: bananadance
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bananadance.gif
- name: bananas
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bananas.jpg
- name: bandit
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bandit.png
- name: barf
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/barf.png
- name: basecamp
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/basecamp.png
- name: batben-west
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/batben-west.png
- name: batman
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/batman.gif
- name: batman2
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/batman2.png
- name: bb8
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bb8.png
- name: bbeight
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bbeight.png
- name: beachball
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/beachball.gif
- name: beaker
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/beaker.gif
- name: beanbag
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/beanbag.png
- name: beee
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/beee.png
- name: ben
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/ben.png
- name: bender
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bender.gif
- name: benfacepalm
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/benfacepalm.png
- name: benmas
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/benmas.png
- name: benparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/benparrot.gif
- name: benrito
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/benrito.png
- name: bensad
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bensad.png
- name: benweek
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/benweek.png
- name: benweekend
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/benweekend.png
- name: bernie_sanders
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bernie_sanders.png
- name: bin
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bin.png
- name: bird-person
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bird-person.png
- name: blacksun
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/blacksun.png
- name: blueshell
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/blueshell.png
- name: blueshellspikes
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/blueshellspikes.png
- name: blueshellwings
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/blueshellwings.png
- name: bluesteel
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bluesteel.gif
- name: bmfm1
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bmfm1.png
- name: bmfm2
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bmfm2.png
- name: bmo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bmo.gif
- name: bmo1
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bmo1.png
- name: bmo2
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bmo2.png
- name: bmo3
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bmo3.png
- name: bob_ross
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bob_ross.png
- name: bobba_fett
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bobba_fett.gif
- name: bobthecat
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bobthecat.png
- name: bolt
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bolt.png
- name: boo_cry
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boo_cry.png
- name: boo_cute
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boo_cute.png
- name: boo_happy
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boo_happy.png
- name: boo_love
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boo_love.png
- name: boo_mad
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boo_mad.png
- name: boo_tired
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boo_tired.png
- name: boo_unimpressed
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boo_unimpressed.png
- name: boo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boo.png
- name: boomhead
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boomhead.gif
- name: booom
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/booom.gif
- name: boredparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/boredparrot.gif
- name: bows
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bows.gif
- name: brain
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/brain.png
- name: brb
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/brb.gif
- name: breakfastclub
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/breakfastclub.png
- name: breezy
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/breezy.png
- name: briefcase_wanker
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/briefcase_wanker.jpg
- name: bubblegum1
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bubblegum1.png
- name: bubblegum2
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bubblegum2.png
- name: bucha
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bucha.jpg
- name: bucks
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bucks.png
- name: bud_light
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bud_light.png
- name: budweiser
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/budweiser.jpg
- name: bulbasaur
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bulbasaur.png
- name: bulls
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bulls.png
- name: burger_cute
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/burger_cute.png
- name: burgerbounce
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/burgerbounce.gif
- name: burgercute
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/burgercute.png
- name: burgerspin
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/burgerspin.gif
- name: burgersquash
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/burgersquash.gif
- name: burgerzoom
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/burgerzoom.gif
- name: burrito_g
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/burrito_g.png
- name: butanimated
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/butanimated.jpg
- name: bye_boo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/bye_boo.gif
- name: c3po
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/c3po.png
- name: callie
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/callie.png
- name: calm
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/calm.png
- name: captain_america
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/captain_america.gif
- name: captain_obvious
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/captain_obvious.png
- name: captain_phasma
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/captain_phasma.png
- name: captainphasma
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/captainphasma.png
- name: carlton
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/carlton.gif
- name: cartman
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/cartman.png
- name: cavaliers
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/cavaliers.png
- name: celebrate-flipped
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/celebrate-flipped.gif
- name: celebrate
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/celebrate.gif
- name: celeryman
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/celeryman.gif
- name: celtics
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/celtics.png
- name: chad
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chad.gif
- name: challenge_accepted
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/challenge_accepted.jpg
- name: challenge_denied
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/challenge_denied.jpg
- name: chandler_dance
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chandler_dance.gif
- name: charizard
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/charizard.png
- name: charmander
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/charmander.png
- name: charmeleon
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/charmeleon.png
- name: cheddar
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/cheddar.jpg
- name: cheeky
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/cheeky.gif
- name: cheese
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/cheese.png
- name: chemex
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chemex.png
- name: chewie
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chewie.png
- name: chillparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chillparrot.gif
- name: chips
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chips.png
- name: chocobo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chocobo.gif
- name: chompy
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chompy.gif
- name: chrome
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/chrome.png
- name: clapping
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/clapping.gif
- name: classy_pbj_time
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/classy_pbj_time.gif
- name: clippers
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/clippers.png
- name: clojure
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/clojure.gif
- name: cocoa
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/cocoa.png
- name: coconut
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/coconut.png
- name: coin
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/coin.gif
- name: command
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/command.png
- name: companion_cube
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/companion_cube.png
- name: companioncube
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/companioncube.png
- name: con-air
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/con-air.jpg
- name: concern
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/concern.png
- name: congaparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/congaparrot.gif
- name: constipated
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/constipated.png
- name: corndog
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/corndog.png
- name: corona
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/corona.jpg
- name: creeper
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/creeper.jpg
- name: croissant
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/croissant.png
- name: crowdfire
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/crowdfire.png
- name: cry_toast
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/cry_toast.png
- name: crying_jordan
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/crying_jordan.png
- name: crying_kim_kardashian
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/crying_kim_kardashian.png
- name: crying
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/crying.png
- name: dance_awkward
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dance_awkward.gif
- name: dance
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dance.gif
- name: dancing_corgi
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dancing_corgi.gif
- name: dancing_hotdog
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dancing_hotdog.gif
- name: dancing_lisa
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dancing_lisa.gif
- name: dancing_penguin
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dancing_penguin.gif
- name: dancing_pickle
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dancing_pickle.gif
- name: dancing_robot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dancing_robot.gif
- name: dancing_tree
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dancing_tree.gif
- name: darth_vader
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/darth_vader.png
- name: datadog
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/datadog.png
- name: datboi
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/datboi.gif
- name: deadmau5
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/deadmau5.png
- name: deadpool
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/deadpool.png
- name: deal_with_it
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/deal_with_it.png
- name: dealwithitparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dealwithitparrot.gif
- name: death_star
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/death_star.png
- name: decepticon
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/decepticon.jpg
- name: defeat_the_porpoise
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/defeat_the_porpoise.png
- name: dentures
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dentures.png
- name: deputy
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/deputy.jpg
- name: devil
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/devil.gif
- name: devilhomer
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/devilhomer.png
- name: devo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/devo.png
- name: dg_heart_small
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dg_heart_small.png
- name: dg_heart
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dg_heart.png
- name: dickbutt
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dickbutt.png
- name: dino
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dino.png
- name: disco_dance
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/disco_dance.gif
- name: disco
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/disco.gif
- name: ditto
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/ditto.gif
- name: dna
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dna.png
- name: docker
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/docker.png
- name: doge
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doge.png
- name: doge2
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doge2.png
- name: dogewow
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dogewow.gif
- name: doh
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doh.png
- name: domo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/domo.png
- name: donald_trump
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/donald_trump.png
- name: doom_acid_barrel
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doom_acid_barrel.gif
- name: doom_flame_barrel
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doom_flame_barrel.gif
- name: doom_gib
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doom_gib.gif
- name: doom_look
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doom_look.gif
- name: doom_lost_soul
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doom_lost_soul.gif
- name: doom_mad
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doom_mad.gif
- name: door_stop
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/door_stop.png
- name: doot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doot.png
- name: dorito
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dorito.png
- name: doritwo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/doritwo.gif
- name: dottie
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dottie.png
- name: drake
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/drake.gif
- name: drool
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/drool.gif
- name: dropbox
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/dropbox.png
- name: droplr
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/droplr.png
- name: drum_roll
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/drum_roll.gif
- name: duck
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/duck.png
- name: easy_button
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/easy_button.png
- name: elmo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/elmo.png
- name: empathy
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/empathy.png
- name: empire
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/empire.png
- name: epic_win
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/epic_win.png
- name: equals
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/equals.jpg
- name: ermygerd
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/ermygerd.gif
- name: ether
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/ether.png
- name: evil
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/evil.png
- name: excellent
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/excellent.png
- name: excite_biker
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/excite_biker.gif
- name: excited
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/excited.gif
- name: excitedstar
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/excitedstar.gif
- name: exclamationmark
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/exclamationmark.png
- name: existentialdread
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/existentialdread.gif
- name: explodyparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/explodyparrot.gif
- name: eyeroll
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/eyeroll.gif
- name: eyerolll
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/eyerolll.gif
- name: facebook
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/facebook.png
- name: facedesk
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/facedesk.gif
- name: facepalm_
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/facepalm_.png
- name: facepalm
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/facepalm.png
- name: factcore
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/factcore.png
- name: failwhale
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/failwhale.png
- name: fan
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fan.gif
- name: farnsworth
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/farnsworth.png
- name: fastparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fastparrot.gif
- name: fb-angry
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fb-angry.gif
- name: fb-heart
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fb-heart.gif
- name: fb-laugh
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fb-laugh.gif
- name: fb-like
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fb-like.gif
- name: fb-sad
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fb-sad.gif
- name: fb-wow
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fb-wow.gif
- name: feels
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/feels.png
- name: fiestaparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fiestaparrot.gif
- name: finger_hole
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finger_hole.gif
- name: fingers_crossed
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fingers_crossed.jpg
- name: fingers-crossed
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fingers-crossed.png
- name: fingerscrossed
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fingerscrossed.png
- name: finn
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn.gif
- name: finn1
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn1.png
- name: finn10
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn10.png
- name: finn11
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn11.png
- name: finn12
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn12.png
- name: finn13
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn13.png
- name: finn2
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn2.png
- name: finn3
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn3.png
- name: finn4
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn4.png
- name: finn5
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn5.png
- name: finn6
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn6.png
- name: finn7
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn7.png
- name: finn8
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn8.png
- name: finn9
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/finn9.png
- name: fionna
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fionna.png
- name: fireball
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fireball.gif
- name: firefox
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/firefox.png
- name: fist_bump
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fist_bump.gif
- name: fistbump
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fistbump.png
- name: flag_on_the_play
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/flag_on_the_play.jpg
- name: flames
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/flames.gif
- name: flash
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/flash.gif
- name: flirt_toast
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/flirt_toast.png
- name: flux
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/flux.gif
- name: flying_money_with_wings
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/flying_money_with_wings.gif
- name: fortune
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fortune.png
- name: fred
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fred.png
- name: freddo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/freddo.png
- name: freezing
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/freezing.png
- name: frenchpress
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/frenchpress.png
- name: fry
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/fry.png
- name: gabriel
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gabriel.png
- name: gandalf
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gandalf.gif
- name: gasp
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gasp.png
- name: giggity
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/giggity.gif
- name: ginger
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/ginger.png
- name: gir_dance
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gir_dance.gif
- name: github
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/github.png
- name: gitstatus
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gitstatus.gif
- name: gizmo
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gizmo.jpg
- name: glowstick
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/glowstick.gif
- name: gmail
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gmail.png
- name: golang
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/golang.png
- name: good_job
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/good_job.gif
- name: google
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/google.png
- name: googlecardboard
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/googlecardboard.png
- name: goomba
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/goomba.gif
- name: gothparrot
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gothparrot.gif
- name: gouda
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gouda.jpg
- name: gozer
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gozer.png
- name: gplay
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gplay.png
- name: grin_toast
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/grin_toast.png
- name: grizzlies
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/grizzlies.png
- name: growler
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/growler.png
- name: grumpycat
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/grumpycat.png
- name: guiness
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/guiness.jpg
- name: gunter1
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gunter1.png
- name: gunter2
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/gunter2.png
- name: hadouken
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/hadouken.jpg
- name: hahabusiness
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/hahabusiness.png
- name: hammer_time
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/hammer_time.gif
- name: hamster_on_a_pig
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/hamster_on_a_pig.png
- name: handshake
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/handshake.png
- name: happening
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/happening.gif
- name: happy_obama
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/happy_obama.png
- name: happygoat
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/happygoat.gif
- name: harold
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/harold.jpg
- name: harry
src: >-
https://raw.githubusercontent.com/omgmog/digitaloxford-slack-emojis/master/emoji/harry.gif
- name: hat
src: >-