-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.json
967 lines (967 loc) · 45.8 KB
/
config.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
{
"name": "iconicss",
"css_prefix_text": "icss",
"icons": {
"home": { "tags":"menu" },
"none": { },
"bird-house": { "date":"2019-12-21", "tags":"animal,house" },
"bars": { "tags":"menu" },
"bars-4": { "tags":"menu" },
"menus": { "tags":"menu" },
"undo": { "date":"2019-12-08", "tags":"menu" },
"redo": { "date":"2019-12-08", "tags":"menu" },
"x": { "tags":"menu" },
"plus": { "date":"2019-11-30", "tags":"menu" },
"minus": { "date":"2019-11-30", "tags":"menu" },
"infinity": { "date":"2020-01-27", "tags":"shape" },
"circle": { "tags":"shape" },
"circle-o": { "tags":"shape" },
"circle-point": { "tags":"shape" },
"power-off": { "tags":"computer" },
"shapes": { "date":"2019-12-15", "tags":"shape" },
"triangle": { "tags":"shape" },
"triangle-o": { "tags":"shape" },
"square": { "tags":"shape" },
"square-o": { "tags":"shape" },
"shape-add": { "tags":"shape" },
"circle-add": { "tags":"shape" },
"bring2front": { "date":"2019-12-15", "tags":"shape" },
"bring2back": { "date":"2019-12-15", "tags":"shape" },
"composite-source-over": { "date":"2020-01-18", "tags":"shape" },
"composite-source-in": { "date":"2020-01-18", "tags":"shape" },
"composite-source-out": { "date":"2020-01-18", "tags":"shape" },
"composite-source-atop": { "date":"2020-01-18", "tags":"shape" },
"composite-destination-over": { "date":"2020-01-18", "tags":"shape" },
"composite-destination-in": { "date":"2020-01-18", "tags":"shape" },
"composite-destination-out": { "date":"2020-01-18", "tags":"shape" },
"composite-destination-atop": { "date":"2020-01-18", "tags":"shape" },
"composite-lighter": { "date":"2020-01-18", "tags":"shape" },
"composite-darker": { "date":"2020-01-18", "tags":"shape" },
"composite-copy": { "date":"2020-01-18", "tags":"shape" },
"composite-xor": { "date":"2020-01-18", "tags":"shape" },
"cube": { "date":"2019-12-15", "tags":"shape" },
"cube-o": { "date":"2019-12-15", "tags":"shape" },
"cylinder": { "date":"2019-12-15", "tags":"shape" },
"cylinder-2": { "date":"2019-12-15", "tags":"shape" },
"cylinder-o": { "date":"2019-12-15", "tags":"shape" },
"cone": { "date":"2019-12-15", "tags":"shape" },
"cone-o": { "date":"2019-12-15", "tags":"shape" },
"slash": {},
"backslash": {},
"exclamation": { "tags":"warning" },
"exclamation-circle": { "tags":"warning" },
"warning": { "tags":"triangle" },
"info": {},
"info-circle": {},
"success": { "tags": "check" },
"check-circle": { "date":"2019-12-21", "tags": "check" },
"check-square": { "date":"2019-12-21", "tags": "check" },
"x-circle": { "date":"2019-12-21", "tags": "check" },
"x-circle-o": { "date":"2019-12-21", "tags": "check" },
"x-square": { "date":"2019-12-21", "tags": "check" },
"x-square-o": { "date":"2019-12-21", "tags": "check" },
"question": { "tags":"help" },
"plus-circle": { "date":"2019-12-21", "tags": "check" },
"plus-circle-o": { "date":"2019-12-21", "tags": "check" },
"plus-square": { "date":"2019-12-21", "tags": "check" },
"plus-square-o": { "date":"2019-12-21", "tags": "check" },
"question-circle": { "tags": "help" },
"life-buoy": { "date":"2020-01-18", "tags":"help"},
"no-entry": {},
"ban": {},
"arrow-left": { "tags": "arrow" },
"arrow-right": { "tags": "arrow" },
"arrow-up": { "tags": "arrow"},
"arrow-down": { "tags": "arrow" },
"external-link": { "tags": "arrow" },
"expand": { "tags": "arrow" },
"synchronize": { "date":"2019-12-21", "tags": "arrow" },
"arrows-h": { "tags": "arrow" },
"arrows-v": { "tags": "arrow" },
"arrows": { "tags": "arrow" },
"arrows-alt": { "tags": "arrow" },
"arrow-break": { "date":"2020-10-26", "tags": "arrow" },
"quotation-r": {},
"quotation-l": {},
"chevron-r": {},
"chevron-l": {},
"chevron-up": {},
"chevron-down": {},
"caret-r": { "tags":"arrow" },
"caret-l": { "tags":"arrow" },
"caret-up": { "tags":"arrow" },
"caret-down": { "tags":"arrow" },
"caret-o-r": { "tags":"arrow" },
"caret-o-l": { "tags":"arrow" },
"caret-o-up": { "tags":"arrow" },
"caret-o-down": { "tags":"arrow" },
"caret-square-r": { "tags":"arrow" },
"caret-square-l": { "tags":"arrow" },
"caret-square-up": { "tags":"arrow" },
"caret-square-down": { "tags":"arrow" },
"caret-circle-r": { "tags":"arrow" },
"caret-circle-l": { "tags":"arrow" },
"caret-circle-up": { "tags":"arrow" },
"caret-circle-down": { "tags":"arrow" },
"gender": { "date":"2020-01-18", "tags":"symbol" },
"gender-male": { "date":"2020-01-18", "tags":"symbol" },
"gender-female": { "date":"2020-01-18", "tags":"symbol" },
"peace": { "date":"2020-04-13", "tags":"symbol" },
"yingyang": { "date":"2020-04-13", "tags":"symbol" },
"kbd-page-up": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-page-down": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-enter": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-return": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-alt": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-ctrl": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-delete": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-command": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-option": { "date":"2019-12-21", "tags": "keyboard" },
"kbd-eject": { "date":"2019-12-21", "tags": "keyboard" },
"exchange": {},
"share": { "tags":"share" },
"share-net": { "tags":"share" },
"connection": { "date":"2019-12-21", "tags":"share" },
"hierarchy": { "date":"2019-12-21", "tags":"diagram" },
"print": { "tags":"office,computer" },
"fax": { "date":"2020-10-26", "tags":"office,computer" },
"scanner": { "date":"2019-12-15", "tags":"office,computer" },
"shredder": { "tags":"office" },
"bookmark": { "tags":"book,contact", "date":"2021-02-07"},
"bookmark-o": { "tags":"book,contact", "date":"2021-02-07"},
"link": {},
"unlink": {},
"key": { "tags":"lock" },
"castle-key": { "tags":"fantasy,lock" },
"lock": {},
"unlock": {},
"plug": {},
"plug-o": {},
"hand": { "tags":"hand" },
"hand-pointer": { "tags":"hand" },
"thumb-up": { "tags":"hand" },
"gesture": { "date":"2019-11-20", "tags":"gesture,hand" },
"gesture-touch": { "date":"2019-12-21", "tags":"gesture,hand" },
"gesture-tap": { "date":"2019-11-20", "tags":"gesture,hand" },
"gesture-double-tap": { "date":"2019-11-20", "tags":"gesture,hand" },
"gesture-pinch": { "date":"2019-11-20", "tags":"gesture,hand" },
"gesture-swipe-left": { "date":"2019-11-20", "tags":"gesture,hand" },
"gesture-swipe-right": { "date":"2019-11-20", "tags":"gesture,hand" },
"gesture-keypad": { "date":"2019-11-20", "tags":"gesture,hand,keypad" },
"gesture-devil": { "date":"2019-11-20", "tags":"gesture,hand" },
"gesture-thumb-up": { "date":"2019-11-20", "tags":"gesture,hand" },
"gesture-thumb-down": { "date":"2019-11-20", "tags":"gesture,hand" },
"gift": {},
"lightbulb": {},
"scissors": { "tags":"tool,draw"},
"color": { "tags":"tool,draw"},
"pen": { "tags":"tool,draw"},
"quill-pen": { "tags":"tool,draw"},
"pencil": { "tags":"tool,draw"},
"pencil-b": { "tags":"tool,draw" },
"marker-pen": { "date":"2020-01-18", "tags":"tool,draw" },
"magnet": { "date":"2020-01-18", "tags":"tool,draw" },
"sharpener": { "tags":"tool,draw"},
"edit": { "tags":"tool,draw" },
"edit-off": { "tags":"tool,draw" },
"paint-roll": { "tags":"tool,draw" },
"paint-tube": { "tags":"draw" },
"paint-bucket": { "tags":"tool,draw" },
"measure": { "tags":"tool,draw" },
"point": { "tags":"tool,draw" },
"linestring": { "tags":"tool,draw" },
"polygon": { "tags":"tool,draw" },
"cloud-download": {},
"chat": {},
"comment": {},
"comment-o": {},
"browser-chrome": { },
"browser-chrome-c": { "color": true },
"browser-explorer": {},
"browser-explorer-c": { "color": true },
"browser-firefox": {},
"browser-firefox-c": { "color": true },
"browser-opera": {},
"browser-opera-c": { "color": true },
"browser-safari": {},
"browser-safari-c": { "color": true },
"google-drive": {},
"google-drive-c": { "color":true },
"youtube": { "tags":"video,movie" },
"youtube-c": { "color":true, "tags":"video,movie" },
"file": {},
"files": {},
"file-text": {},
"file-zip": {},
"file-sound": {},
"file-pdf": {},
"file-csv": {},
"file-image": {},
"file-statistic": {},
"file-stat-pie": {},
"folder": { "tags":"file" },
"folder-o": { "tags":"file" },
"folder-open": { "tags":"file" },
"folder-close": { "date": "2019-11-30", "tags":"file" },
"calendar": {},
"calendar-grid": {},
"table-grid": {},
"grid": {},
"chart-line": {},
"chart-bar": {},
"chart-line-bar": {},
"chart-pie": {},
"chart-area": {},
"address-book": { "tags":"book,contact" },
"contact-book": { "date": "2019-11-16", "tags":"book,contact" },
"phone-book": { "date": "2019-12-04", "tags":"book,contact,phone" },
"check-list": { "tags": "list" },
"pen-list": { "date":"2019-12-21", "tags": "list" },
"pen-book": { "date":"2019-12-25", "tags": "book" },
"card": {},
"credit-card": {},
"id-card": {},
"tv-show": { "tags":"video,slide" },
"tv-screen": { "date":"2019-12-25", "tags":"video,slide" },
"full-screen": { "date":"2019-12-25", "tags":"video,slide" },
"screen-cast": { "date":"2019-12-25", "tags":"video,slide" },
"tv-3D": { "date":"2019-12-25", "tags":"video,slide" },
"tv-HD": { "date":"2019-12-25", "tags":"video,slide" },
"vintage-tv": { "date":"2019-12-25", "tags":"video,slide" },
"remote-control": { "date":"2019-12-25", "tags":"video,slide" },
"projection": { "tags":"slide" },
"projection-stat": { "date":"2020-10-26", "tags":"slide" },
"projector": { "date":"2019-12-04", "tags":"slide,video,photo" },
"video-player": { "date":"2019-12-25", "tags":"video,photo" },
"calculator": { "date":"2019-12-25", "tags":"tool" },
"glasses": { "date":"2019-12-25", "tags":"tool" },
"glasses-o": { "date":"2019-12-25", "tags":"tool" },
"sun-glasses": { "date":"2019-12-25", "tags":"tool" },
"camera": { "tags":"video" },
"camera-display": { "date":"2020-01-18", "tags":"video" },
"camera-flash": { "date":"2020-01-18", "tags":"video" },
"vintage-camera": { "date":"2019-12-25", "tags":"video" },
"video-camera": {},
"ticket": { "tags":"movie" },
"movie-screen": { "date":"2019-12-25", "tags":"movie" },
"clapper": {},
"barcode": {},
"paperclip": {},
"safety-pin": { "date":"2019-12-04" },
"safety-pin-open": { "date":"2020-01-01" },
"musique-note": { "tags":"music" },
"trumpet": { "tags":"music" },
"saxophone": { "date":"2020-01-18", "tags":"music" },
"drums": { "date":"2020-01-18", "tags":"music" },
"pan-flute": { "date":"2020-01-18", "tags":"music" },
"guitar": { "tags":"music" },
"electric-guitar": { "date":"2020-01-18", "tags":"music" },
"banjo": { "date":"2019-11-30", "tags":"music" },
"piano": { "tags":"music" },
"grand-piano": { "date":"2019-11-30", "tags":"music" },
"phone": {},
"mobile": { "tags":"phone" },
"search": {},
"binocular": { "date":"2019-12-21", "tags": "search,tool" },
"zoom-plus": {},
"zoom-minus": {},
"package": { "date":"2019-12-25", "tags":"shipment" },
"package-send": { "date":"2019-12-25", "tags":"shipment" },
"package-arrow": { "date":"2019-12-25", "tags":"shipment" },
"packet": { "date":"2019-12-25", "tags":"shipment" },
"packet-o": { "date":"2019-12-25", "tags":"shipment" },
"rolling-pin": {},
"pitcher": { "date":"2019-12-04", "tags":"cook,kitchen" },
"coffee-maker": { "date":"2019-12-04", "tags":"cook,kitchen,drink" },
"italian-coffee-maker": { "date":"2019-12-12", "tags":"cook,kitchen,drink" },
"coffee-pot": { "date":"2020-01-18", "tags":"cook,kitchen,drink" },
"food-processor": { "date":"2019-12-04", "tags":"cook,kitchen" },
"toaster": { "date":"2020-01-01", "tags":"cook,kitchen" },
"kettle": { "tags":"cook,kitchen" },
"food-pot": { "tags":"cook,kitchen,food" },
"pot-spoon": { "tags":"cook,kitchen,food" },
"chopper": { "date": "2019-11-06", "tags":"cook,kitchen" },
"corkscrew": { "date": "2019-11-06", "tags":"cook,kitchen" },
"bottle": { "tags":"cook,kitchen,drink" },
"bottle-glass": { "tags":"cook,kitchen,drink" },
"whiskey-jug": { "date":"2019-12-04", "tags":"bottle" },
"glue": { "date":"2019-12-15", "tags": "bottle" },
"ink-bottle": { "date":"2019-12-15", "tags": "bottle" },
"champagne-bottle": { "tags":"cook,kitchen,drink" },
"pet-bottle": { "tags":"cook,kitchen,drink" },
"milk-bottle": { "tags":"cook,kitchen,drink" },
"milk-carton": { "tags":"cook,kitchen,bottle,drink" },
"barrel": { "date": "2019-11-20", "tags":"drink" },
"beer": { "tags":"drink" },
"beer-tap": { "date":"2020-01-18", "tags":"drink" },
"glass": { "tags":"drink" },
"glass2": { "tags":"drink" },
"glass-umbrella": { "tags":"drink" },
"glass-champagne": { "tags":"drink" },
"orangeade": { "tags":"drink,glass" },
"tea-cup": { "date":"2020-01-18", "tags":"drink,cup" },
"coffee": { "tags":"drink,cup" },
"coffee-grinder": { "date":"2019-11-30", "tags":"drink,cup" },
"coffee-grain": { "date":"2019-11-30", "tags":"drink,cup" },
"lunch": { "tags":"cook,food" },
"roasted-chicken": { "date":"2020-01-18", "tags":"food" },
"icecream": { "date": "2019-11-16", "tags":"food" },
"bread": { "date":"2020-01-01", "tags":"food" },
"bretzel": { "date":"2020-01-01", "tags":"food" },
"croissant": { "date":"2020-01-01", "tags":"food" },
"french-fries": { "date":"2020-0-01", "tags":"food" },
"salt": { "date":"2020-01-01", "tags":"food" },
"pepper": { "date":"2020-01-01", "tags":"food" },
"salt-pepper": { "date":"2020-01-01", "tags":"food" },
"orange": { "date":"2020-01-01", "tags":"food,fruit" },
"lemon": { "date":"2020-01-01", "tags":"food,fruit" },
"apple": { "tags":"food,fruit" },
"pineapple": { "tags":"food,fruit" },
"cherry": { "tags":"food,fruit" },
"strawberry": { "date":"2020-03-29", "tags":"food,fruit" },
"banana": { "date":"2020-03-29", "tags":"food,fruit" },
"kiwi": { "date":"2020-03-29", "tags":"food,fruit" },
"carrot": { "date":"2020-01-01", "tags":"food,vegetable" },
"radish": { "date":"2020-01-01", "tags":"food,vegetable" },
"pumpkin": { "tags":"food,vegetable" },
"cheese": { "tags":"food" },
"egg": { "tags":"food" },
"easter-egg": { "tags":"food" },
"birthday-cake": { "tags":"food" },
"gavel": { "tags":"hammer" },
"bell": {},
"sun": { "tags":"meteo,planet" },
"sun-o": { "tags":"meteo,planet" },
"moon": { "tags":"meteo,planet" },
"moon-o": { "date":"2019-11-23", "tags":"planet" },
"moon-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"star": { "tags":"meteo,planet" },
"david-star": {},
"sun-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"mercury-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"venus-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"earth-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"mars-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"jupiter-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"saturn": { "date":"2019-11-23", "tags":"planet" },
"saturn-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"uranus-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"neptune-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"pluto-c": { "date":"2019-11-23", "color":true, "tags":"planet" },
"cloud": { "tags":"meteo" },
"flash": { "tags":"meteo" },
"storm": { "tags":"meteo" },
"rain": { "tags":"meteo" },
"umbrella": { "tags":"meteo" },
"foggy": { "tags":"meteo" },
"sun-cloud": { "tags":"meteo" },
"snowflake": { "tags":"meteo" },
"window": {},
"guy-fawkes": {},
"theater": {},
"police": {},
"smiley": {},
"smiley-wink": {},
"smiley-kissing": {},
"smiley-confused": {},
"smiley-tongue-out": {},
"flower": { "tags":"plant,flower" },
"potted-plant": { "date":"2019-12-04", "tags":"plant,flower" },
"leaf": { "date":"2019-12-15", "tags":"plant,flower" },
"daisy": { "date": "2019-11-16", "tags":"plant,flower" },
"heart-o": { "tags":"game" },
"heart": { "tags":"game" },
"spades": { "tags":"game" },
"clubs": { "tags":"game" },
"diamonds": { "tags":"game" },
"diamonds-o": { "tags":"game" },
"dice": { "date":"2020-04-13", "tags":"game" },
"dice-1": { "date":"2020-04-13", "tags":"game" },
"dice-2": { "date":"2020-04-13", "tags":"game" },
"dice-3": { "date":"2020-04-13", "tags":"game" },
"dice-4": { "date":"2020-04-13", "tags":"game" },
"dice-5": { "date":"2020-04-13", "tags":"game" },
"dice-6": { "date":"2020-04-13", "tags":"game" },
"puzzle": { "tags":"game" },
"lego": { "date":"2019-12-15", "tags": "game" },
"lego-bricks": { "date":"2019-12-15", "tags": "game" },
"christian-cross": { "date":"2020-04-13", "tags":"cross" },
"chirho-cross": { "date":"2020-04-13", "tags":"cross" },
"lorraine-cross": { "date":"2020-04-13", "tags":"cross" },
"orthodox-cross": { "date":"2020-04-13", "tags":"cross" },
"jerusalem-cross": { "date":"2020-04-13", "tags":"cross" },
"syriac-cross": { "date":"2020-04-13", "tags":"cross" },
"ankh-cross": { "date":"2020-04-13", "tags":"cross" },
"medal": { "date":"2019-12-04", "tags":"war" },
"badge": { "date":"2019-11-30", "tags":"game" },
"badge-1": { "date":"2019-11-30", "tags":"game" },
"badge-2": { "date":"2019-11-30", "tags":"game" },
"badge-3": { "date":"2019-11-30", "tags":"game" },
"chess-board": { "date":"2019-12-12", "tags":"game" },
"chess-king": { "date":"2019-12-12", "tags":"game" },
"chess-queen": { "date":"2019-12-12", "tags":"game" },
"chess-bishop": { "date":"2019-12-12", "tags":"game" },
"chess-knight": { "date":"2019-12-12", "tags":"game" },
"chess-rook": { "date":"2019-12-12", "tags":"game" },
"chess-pawn": { "date":"2019-12-12", "tags":"game" },
"skull": {"tags":"fantasy" },
"skull-head": { "date":"2019-12-21", "tags":"fantasy" },
"skull-bones": { "date":"2019-12-21", "tags":"fantasy" },
"timer": { "tags":"time" },
"timer-0": { "date":"2020-01-18", "tags":"time" },
"timer-1": { "date":"2020-01-18", "tags":"time" },
"timer-2": { "date":"2020-01-18", "tags":"time" },
"timer-3": { "date":"2020-01-18", "tags":"time" },
"timer-4": { "date":"2020-01-18", "tags":"time" },
"watch": { "tags":"time" },
"smart-watch-o": { "date":"2019-12-21", "tags":"time" },
"smart-watch": { "date":"2019-12-21", "tags":"time" },
"smart-watch-list": { "date":"2019-12-21", "tags":"time" },
"smart-watch-bell": { "date":"2019-12-21", "tags":"time" },
"smart-watch-user": { "date":"2019-12-21", "tags":"time" },
"clock": { "date":"2020-03-29", "tags":"time" },
"alarm-clock": { "tags":"time" },
"mickey": {},
"door": { "date":"2019-12-15", "tags":"door" },
"exit": { "date":"2019-12-15", "tags":"door" },
"lamp": { "tags":"furniture" },
"office-lamp": { "date":"2019-12-15", "tags":"furniture" },
"spinner": {},
"spinner-half": { "date":"2019-12-08" },
"spinner-half-o": { "date":"2019-12-08" },
"spinner-third": { "date":"2019-12-08" },
"spinner-third-o": { "date":"2019-12-08" },
"gear": {},
"gears": {},
"cc": {},
"cc-by": {},
"cc-nc": {},
"cc-sa": {},
"cc-nd": {},
"user": {},
"user-circle": {},
"user-tie": {},
"user-secret": {},
"ninja": { "date":"2019-12-14", "tags": "man" },
"users": {},
"eyes": {},
"diamond": { "tags":"fantasy" },
"kiss": {},
"mustache": {},
"pram": {},
"baby-face": {},
"teddy-bear": { "tags":"baby" },
"graduation-cap": { "tags":"school" },
"man": { "date":"2019-12-25", "tags":"man" },
"man-aim": { "date":"2019-12-25", "tags":"man" },
"man-search": { "date":"2019-12-25", "tags":"man" },
"man-rotate": { "date":"2019-12-25", "tags":"man" },
"man-locate": { "date":"2019-12-25", "tags":"man" },
"man-clock": { "date":"2019-12-25", "tags":"man" },
"man-heart": { "date":"2019-12-25", "tags":"man" },
"man-statistic": { "date":"2019-12-25", "tags":"man" },
"man-luggage": { "date":"2019-12-25", "tags":"man" },
"man-protect": { "date":"2019-12-25", "tags":"man" },
"woman": { "date":"2019-12-25", "tags":"man" },
"woman-clock": { "date":"2019-12-25", "tags":"man" },
"woman-heart": { "date":"2019-12-25", "tags":"man" },
"woman-statistic": { "date":"2019-12-25", "tags":"man" },
"woman-luggage": { "date":"2019-12-25", "tags":"man" },
"twosome": { "date":"2019-12-25", "tags":"man" },
"two-mans": { "date":"2019-12-25", "tags":"man" },
"two-womans": { "date":"2019-12-25", "tags":"man" },
"threesome": { "date":"2019-12-25", "tags":"man" },
"people": { "date":"2020-01-25", "tags":"people" },
"people-woman": { "date":"2020-01-25", "tags":"people" },
"man-2": {},
"woman-2": {},
"man-woman": {},
"associate": {},
"toilets": { "date":"2019-12-25", "tags":"man" },
"toilets-2": { "tags":"man" },
"escalator-up": { "date":"2020-01-01", "tags":"travel,man" },
"escalator-down": { "date":"2020-01-01", "tags":"travel,man" },
"lift": { "date":"2020-01-01", "tags":"travel,man" },
"travelator": { "date":"2020-01-01", "tags":"travel,man" },
"luggage-cart": { "date":"2020-01-01", "tags":"travel,man" },
"old-mam": {},
"pregnant": {},
"handicap": { "tags":"wheelchair" },
"ping-pong": { "date":"2019-12-15", "tags":"sport" },
"hand-ball-man": { "tags":"sport" },
"sprint-man": { "tags":"sport" },
"diver-man": { "tags":"sport" },
"ski-man": { "tags":"sport" },
"tennis-man": { "tags":"sport" },
"soccer-man": { "tags":"sport" },
"soccer-man2": { "tags":"sport" },
"weight-lifter": { "tags":"sport" },
"boxer-man": { "tags":"sport" },
"walker-man": { "tags":"sport" },
"bicycle": { "tags":"sport" },
"bike": { "tags":"sport,bicycle" },
"steps": { },
"snowman": { "tags":"winter,christmas" },
"fir": { "tags":"winter" },
"christmas-fir": { "tags":"winter" },
"tortoise": { "tags":"animal" },
"dolphin": { "tags":"animal,fish" },
"fish": { "tags":"animal,fish" },
"exotic-fish": { "tags":"animal,fish" },
"shark": { "tags":"animal,fish" },
"jaws": { "tags":"animal,fish" },
"shark-fin": { "date":"2019-12-25", "tags":"animal,fish" },
"fish-bone": { "tags":"animal,fish" },
"frog": { "tags":"animal" },
"snake": { "tags":"animal" },
"poodle": { "tags":"animal" },
"dog": { "date": "2019-11-16", "tags":"animal" },
"bear": { "tags":"animal" },
"pig": { "date":"2019-11-30", "tags":"animal" },
"piggy-bank": { "date":"2019-11-30", "tags":"animal" },
"horse-head": { "date":"2019-12-12", "tags":"animal" },
"paw-print": { "tags":"animal" },
"briefcase": { "tags":"bag" },
"archive": { "date":"2019-12-25" },
"shopping-bag": { "tags":"shopping,bag" },
"eye": {},
"eye-slash": {},
"gamepad": { "tags":"game" },
"football": { "tags":"sport" },
"soccer": { "tags":"sport" },
"tennis-ball": { "tags":"sport" },
"tennis": { "tags":"sport" },
"billiard": { "tags":"sport,game" },
"poolroom": { "tags":"sport" },
"bowling": { "tags":"sport" },
"image": {},
"photo-frame": { "date":"2019-12-25", "tags":"photo,image" },
"video": {},
"trash": { "tags":"trash,bin" },
"bin": { "date":"2019-12-21", "tags":"trash,bin" },
"bin-open": { "date":"2019-12-21", "tags":"trash,bin" },
"trash-drop": { "date": "2019-11-06", "tags":"trash,bin" },
"toilet-seat": { "date":"2020-01-01", "tags":"bath" },
"mirror": { "date":"2020-01-01", "tags":"bath" },
"shower": { "date": "2020-01-01", "tags":"bath" },
"hair-dryer": { "date": "2020-01-01", "tags":"tool,bath" },
"hanger": { "date": "2020-01-01", "tags":"tool,bath" },
"towel-holder": { "date": "2020-01-01", "tags":"bath" },
"bathcloth": { "date": "2020-01-01", "tags":"tool,bath" },
"sparkle": {},
"hourglass": {},
"hourglass-o": {},
"hourglass-0": {},
"hourglass-1": {},
"hourglass-2": {},
"hourglass-3": {},
"hourglass-4": {},
"sound": {},
"sound-0": {},
"sound-1": {},
"sound-2": {},
"sound-3": {},
"volume": { "date":"2019-12-17", "tags":"sound,music" },
"volume-1": { "date":"2019-12-17", "tags":"sound,music" },
"volume-2": { "date":"2019-12-17", "tags":"sound,music" },
"volume-3": { "date":"2019-12-17", "tags":"sound,music" },
"volume-4": { "date":"2019-12-17", "tags":"sound,music" },
"microphone": { "tags":"sound,music" },
"microphone-off": { "tags":"sound,music" },
"radio": { "date": "2019-12-25", "tags":"sound,music" },
"radio-2": { "date": "2019-12-25", "tags":"sound,music" },
"vintage-radio": { "date": "2019-12-25", "tags":"sound,music" },
"stereo-radio": { "date": "2019-12-25", "tags":"sound,music" },
"sound-speaker": { "date": "2019-11-16", "tags":"sound,music" },
"headphone": { "date": "2019-11-16", "tags":"sound,music" },
"headset": { "date": "2019-11-16", "tags":"sound,music" },
"turntable": { "date": "2019-11-16", "tags":"sound,music" },
"gramophone": { "date": "2019-12-25", "tags":"sound,music" },
"vinyl": { "date": "2019-12-25", "tags":"sound,music" },
"cd-album": { "date": "2019-12-25", "tags":"sound,music" },
"music-album": { "date": "2019-12-25", "tags":"sound,music" },
"equalizer": { "date": "2019-11-16", "tags":"sound,music" },
"ipod": { "date":"2019-12-25", "tags":"sound,music" },
"surround": { "date":"2019-12-25", "tags":"sound,music" },
"hifi": { "date":"2019-12-25", "tags":"sound,music" },
"battery": {},
"battery-0": {},
"battery-1": {},
"battery-2": {},
"battery-3": {},
"battery-4": {},
"microchip": { "tags":"computer" },
"chip-64": { "date":"2019-12-15", "tags":"computer" },
"chip-32": { "date":"2019-12-15", "tags":"computer" },
"computer-ram": { "date":"2019-12-15", "tags":"computer" },
"firewall": { "date":"2019-12-15", "tags":"computer" },
"router": { "date":"2019-12-15", "tags":"computer" },
"hard-drive": { "date":"2019-12-15", "tags":"computer" },
"usb-drive": { "date":"2019-12-15", "tags":"computer" },
"cd-drive": { "date":"2019-12-15", "tags":"computer" },
"cd-burn": { "date":"2019-12-15", "tags":"computer" },
"data-base": { "date":"2019-12-21", "tags":"computer" },
"data-base-link": { "date":"2019-12-21", "tags":"computer" },
"tag": {},
"tags": {},
"tag-o": {},
"tags-o": {},
"coin": { "date":"2019-12-08", "tags":"shopping" },
"coins": { "date":"2019-12-08", "tags":"shopping" },
"money": { "tags":"shopping" },
"dollar": { "date":"2019-12-04", "tags":"shopping" },
"bill-stack": { "date":"2019-12-25", "tags":"shopping" },
"money-wallet": { "date":"2019-12-25", "tags":"shopping" },
"coin-purse": { "date":"2019-12-25", "tags":"shopping" },
"cash-register": { "date":"2019-12-25", "tags":"shopping" },
"mail": { "tags":"mail" },
"send-mail": { "tags":"mail,send" },
"paper-plane": { "date":"2019-12-14", "tags":"mail,send" },
"envelope": { "tags":"office,letter" },
"envelope-o": { "tags":"office,letter" },
"letter": { "date":"2020-01-01", "tags":"office,letter" },
"envelope-letter": { "tags":"office,letter" },
"stamp": { "date":"2020-01-01", "tags":"office,letter" },
"drawer": { "date":"2020-01-01", "tags":"office,letter" },
"mail-box": { "date":"2020-01-01", "tags":"office,letter" },
"mail-box-in": { "date":"2020-01-01", "tags":"office,letter" },
"rss": {},
"wifi": {},
"bluetooth": {},
"book": { "tags":"book" },
"book-open": { "date":"2019-12-15", "tags":"book" },
"book-bookmark": { "date":"2019-12-15", "tags":"book" },
"books": { "tags":"book" },
"tape-roll": { "date":"2019-12-15", "tags":"office" },
"director-seat": { "date":"2019-11-20", "tags":"furniture" },
"table": { "date":"2019-11-20", "tags":"furniture" },
"dresser": { "date":"2019-11-20", "tags":"furniture" },
"chair": { "date":"2019-11-20", "tags":"furniture" },
"rolling-chair": { "date":"2019-11-20", "tags":"furniture" },
"podium-speaker": { "date":"2019-11-20", "tags":"furniture,man" },
"text-header": {},
"text-left": {},
"text-center": {},
"text-right": {},
"text-justify": {},
"text-indent": {},
"text-outdent": {},
"text-paragraph": {},
"text-font": {},
"text-case": {},
"text-word": {},
"text-bold": {},
"text-italic": {},
"text-underline": {},
"text-height": {},
"text-width": {},
"text-sub": {},
"text-sup": {},
"align-top": { "date":"2019-12-15", "tags":"text" },
"align-middle": { "date":"2019-12-15", "tags":"text" },
"align-bottom": { "date":"2019-12-15", "tags":"text" },
"align-left": { "date":"2019-12-15", "tags":"text" },
"align-center": { "date":"2019-12-15", "tags":"text" },
"align-right": { "date":"2019-12-15", "tags":"text" },
"list-ul": { "tags":"text" },
"list-ol": { "tags":"text" },
"construction": {},
"wrench": { "tags":"tool" },
"hammer": { "tags":"tool" },
"sickle": { "date":"2020-04-13", "tags":"tool" },
"hammer-sickle": { "date":"2020-04-13", "tags":"tool" },
"screwdriver": { "tags":"tool" },
"electric-drill": { "tags":"tool" },
"saw": { "tags":"tool" },
"chain-saw": { "tags":"tool" },
"pade": { "tags":"tool" },
"flashlight": { "tags":"tool" },
"microscope": { "tags":"tool,science" },
"extinguisher": { "tags":"tool" },
"tool-compass": { "date": "2019-11-16", "tags":"tool" },
"gaz-pump": { "tags":"car" },
"breake": { "date": "2019-11-06", "tags":"car" },
"abs": { "date": "2019-11-06", "tags":"car" },
"headlight": { "date": "2019-11-06","tags":"car" },
"headlight2": { "date": "2019-11-06", "tags":"car" },
"foglight": { "date": "2019-11-06", "tags":"car" },
"car-battery": { "date": "2019-11-06", "tags":"car" },
"car-cooling": { "date": "2019-11-06", "tags":"car" },
"car-air": { "date": "2019-11-06", "tags":"car" },
"car-air-up": { "date": "2019-11-06" },
"car-air-low": { "date": "2019-11-06" },
"car-door": { "date": "2019-11-06" },
"airbag": { "date": "2019-11-06", "tags":"car" },
"speedometer-0": { "date": "2019-11-06", "tags":"car" },
"speedometer": { "date": "2019-11-06", "tags":"car" },
"speedometer-1": { "date": "2019-11-06", "tags":"car" },
"speedometer-2": { "date": "2019-11-06", "tags":"car" },
"motor": { "date": "2019-11-06", "tags":"car" },
"oil": { "date": "2019-11-06", "tags":"car" },
"fan": { "date": "2019-11-06", "tags":"car" },
"bullhorn": {},
"pill": { "date":"2019-11-30", "tags":"medic" },
"heart-beat": { "date":"2020-01-18", "tags":"medic,signal,stat" },
"shopping-cart": { "tags":"shopping" },
"shop": { "date": "2019-11-20", "tags":"shopping" },
"shop-open": { "date": "2019-12-25", "tags":"shopping" },
"shop-close": { "date": "2019-12-25", "tags":"shopping" },
"shop-sign": { "date": "2019-12-25", "tags":"shopping" },
"signboard": { "date": "2019-12-25", "tags":"shopping" },
"market": { "date": "2019-11-20", "tags":"shopping" },
"justice": { "date": "2019-12-12", "tags":"amenity" },
"bed": { "date": "2020-01-01", "tags":"amenity,building" },
"bunk-bed": { "date": "2020-01-01", "tags":"amenity,building" },
"hotel-bed": { "date": "2020-01-01", "tags":"amenity,building" },
"institution": { "date": "2019-12-12", "tags":"amenity,building" },
"building": { "date": "2021-02-08", "tags":"building" },
"buildings": { "date": "2021-02-08", "tags":"building" },
"factory": { "date": "2019-12-12", "tags":"building,industry" },
"eiffel-tower": { "date": "2019-12-12", "tags":"building,tourism" },
"download": {},
"upload": {},
"pipette": {},
"map": {},
"map-location": {},
"map-position": {},
"map-marker": {},
"pushpin": { "tags":"pin" },
"pin": { "date":"2019-12-21", "tags":"pin" },
"flag": {},
"flag-v": {},
"race-flag": {},
"race-cup": { "tags":"car" },
"earth": {},
"globe": { "tags":"earth" },
"compass": { "tags":"map" },
"map-compass": {},
"location-arrow": { "tags":"map" },
"target": {},
"target-arrow": {},
"target-gun": { "tags":"weapon" },
"gun": { "tags":"weapon,gun" },
"revolver": { "date": "2019-11-10", "tags":"weapon,gun" },
"space-gun": { "date": "2019-11-10", "tags":"weapon,gun" },
"riffle": { "date": "2019-11-10", "tags":"weapon,gun" },
"grenade": { "date": "2019-11-16", "tags":"weapon" },
"cannon": { "date": "2019-11-16", "tags":"weapon" },
"bomb": { "date": "2019-11-16", "tags":"weapon" },
"bombshell": { "date": "2019-11-16", "tags":"weapon" },
"fire": { "date": "2019-11-16", "tags":"fire" },
"torch": { "date": "2019-11-16", "tags":"fire,fantasy" },
"torch-2": { "date": "2019-11-16", "tags":"fire,fantasy" },
"brazier": { "date": "2019-11-16", "tags":"fire,fantasy" },
"match": { "date": "2019-11-16", "tags":"fire" },
"cuffs": { "date": "2019-11-16", "tags":"weapon,police" },
"sword": { "date": "2019-11-06", "tags":"weapon,fantasy" },
"cross-swords": { "date": "2020-04-13", "tags":"weapon,fantasy" },
"axe": { "date": "2019-11-06","tags":"weapon,fantasy" },
"war-hammer": { "date": "2019-11-06", "tags":"weapon,fantasy" },
"magic-hat": { "date": "2019-12-25", "tags":"hat" },
"top-hat": { "date": "2019-11-09", "tags":"hat" },
"flower-hat": { "date": "2019-11-09", "tags":"hat" },
"quaker-hat": { "date": "2019-11-09", "tags":"hat" },
"bowler-hat": { "date": "2019-11-09", "tags":"hat" },
"bobby-hat": { "date": "2019-11-11", "tags":"hat" },
"firefighter-hat": { "date": "2019-11-09", "tags":"hat,fire" },
"cowboy-hat": { "date": "2019-11-09", "tags":"hat" },
"viking-hat": { "date": "2019-11-09", "tags":"hat" },
"helmet": { "date": "2019-11-10", "tags":"hat,fantasy" },
"saracen-helmet": { "date": "2019-11-10", "tags":"hat,fantasy" },
"roman-helmet": { "date": "2019-11-10", "tags":"hat,fantasy" },
"knight-helmet": { "date": "2019-11-10", "tags": "hat,fantasy" },
"royal-lily": { "date": "2019-11-16", "tags": "king,flower" },
"crown": { "date": "2019-11-10", "tags": "king,hat,fantasy" },
"magician-hat": { "date": "2019-11-06", "tags": "fantasy,hat" },
"round-shield": { "date": "2019-11-16", "tags": "viking,fantasy" },
"shield-o": { "date": "2019-11-10", "tags": "fantasy" },
"shield": { "date": "2019-11-10", "tags": "fantasy" },
"shield-4x": { "date": "2019-11-10", "tags": "fantasy" },
"shield-cross": { "date": "2019-11-10", "tags": "fantasy" },
"magic-wand": { "date": "2019-11-06", "tags": "fantasy" },
"hermes-staff": { "date": "2020-04-13", "tags":"fantasy" },
"trident": { "date": "2020-04-13", "tags":"fantasy" },
"chest": { "date": "2019-11-10", "tags": "fantasy,tresor" },
"fire-ball": { "date": "2019-11-10", "tags": "fantasy,fire" },
"cristal-ball": { "date": "2019-11-06", "tags": "fantasy" },
"gold-ring": { "date": "2019-11-10", "tags": "fantasy,tresor" },
"halo-ring": { "date": "2019-11-10", "tags": "fantasy,tresor" },
"flask": { "date": "2019-11-06", "tags": "fantasy,bottle" },
"potion": { "date": "2019-11-30", "tags": "fantasy,bottle" },
"science-beaker": { "date": "2019-11-30", "tags": "science,bottle" },
"scroll": { "date": "2019-11-06", "tags": "fantasy" },
"thermometer": {},
"thermometer-0": {},
"thermometer-1": {},
"thermometer-2": {},
"thermometer-3": {},
"airplane": { "tags": "transport,plane" },
"plane": { "tags": "transport,plane" },
"drone": { "tags": "plane" },
"rocket": { "date":"2019-11-16", "tags": "transport,space" },
"satellite": { "date":"2019-12-21", "tags": "space" },
"antena": { "date":"2019-12-21", "tags": "space" },
"anchor": { "tags": "transport,boat,sea" },
"sailboat": { "tags": "transport,boat,sea" },
"boat": { "date":"2019-12-14", "tags": "transport,boat,sea" },
"message-bottle": { "date":"2019-12-21", "tags": "sea,bottle" },
"wheelchair": { "tags": "handicap" },
"helicopter": { "tags": "transport,plane" },
"submarine": { "tags": "transport,boat" },
"motorcycle": { "tags": "transport" },
"scooter": { "date": "2019-11-23", "tags": "transport" },
"car": {"tags": "transport,car"},
"taxi": {"tags": "transport,car"},
"bus": {"tags": "transport,car"},
"beetle-car": {"tags": "transport,car"},
"2cv-car": {"tags": "transport,car"},
"monospace-car": {"tags": "transport,car"},
"suv-car": {"tags": "transport,car"},
"sport-car": {"tags": "transport,car"},
"f1-car": {"tags": "transport,car"},
"ambulance": {"tags": "transport,car"},
"truck": {"tags": "transport,car"},
"autobus": {"tags": "transport,car"},
"camper": {"tags": "transport,car"},
"excavator": {"tags": "transport,car,construction,engine" },
"bulldozer": {"tags": "transport,car,construction,engine"},
"backhoe": {"tags": "transport,car,construction,engine"},
"forklift": {"tags": "transport,car,construction,engine"},
"dumper": {"tags": "transport,car,construction,engine"},
"mixer-truck": {"tags": "transport,car,construction,engine"},
"tank-truck": {"tags": "transport,car,construction,engine"},
"bio-hazard": { "tags": "danger" },
"nuclear": { "tags": "danger" },
"recycle": { "date":"2020-03-29", "tags": "ecology" },
"mouse": { "date":"2019-12-15", "tags": "computer" },
"desktop-pc": { "date":"2019-12-15", "tags": "computer" },
"desktop-pc-2": { "date":"2019-12-15", "tags": "computer" },
"laptop": { "date":"2019-12-15", "tags": "computer" },
"laptop-o": { "date":"2019-12-15", "tags": "computer" },
"laptop-lock": { "date":"2019-12-15", "tags": "computer" },
"server": { "tags": "computer" },
"server-1": { "date":"2019-12-15", "tags": "computer" },
"sd-card": { "tags": "computer" },
"sd-card-o": { "tags": "computer" },
"floppy": { "date":"2019-11-30", "tags": "computer" },
"disk": { "date":"2019-11-30", "tags": "computer" },
"bug": { "tags": "computer,insect" },
"blazon": {},
"blazon-o": {},
"html5": { "tags": "computer" },
"css3": { "tags": "computer" },
"js": { "tags": "computer" },
"reddit": { "tags": "brand" },
"reddit-c": { "color":true, "tags": "brand" },
"instagram": { "tags": "brand" },
"instagram-c": { "color":true, "tags": "brand" },
"delicious": { "tags": "brand" },
"delicious-c": { "color":true, "tags": "brand" },
"codepen": { "tags": "brand" },
"visual-code": { "tags": "brand,computer" },
"windows": { "tags": "brand,computer" },
"windows-c": { "color":true, "tags": "brand,computer" },
"mac": { "tags": "brand,computer" },
"mac-c": { "color":true, "firefox":"54+", "ie":false, "safari":"8+", "chrome":"24+", "opera":"15+", "tags": "brand,computer" },
"android": { "tags": "brand,computer" },
"android-c": { "color":true, "tags": "brand,computer" },
"tux": { "tags": "brand,computer,linux" },
"tux-c": { "color":true, "tags": "brand,computer,linux" },
"openlayers": { "tags": "brand,geo" },
"openlayers-c": { "color":true, "tags": "brand,geo" },
"whatsapp": { "tags": "brand,social" },
"whatsapp-c": { "color": true, "tags": "brand,social" },
"twitter": { "tags": "brand,social" },
"twitter-c": { "color": true, "tags": "brand,social" },
"linkedin": { "date":"2019-11-30", "tags": "brand,social" },
"linkedin-c": { "date":"2019-11-30", "color":true, "tags": "brand,social" },
"pinterest": { "date":"2019-11-30", "tags": "brand,social" },
"pinterest-c": { "date":"2019-11-30", "color":true, "tags": "brand,social" },
"facebook": { "tags": "brand,social" },
"facebook-c": { "color": true, "tags": "brand,social" },
"wechat": { "tags": "brand,social" },
"wechat-c": { "color": true, "tags": "brand,social" },
"github": { "tags": "brand" },
"github-c": { "color":true, "tags": "brand" },
"github-o": { "tags": "brand" },
"github-o-c": { "color":true, "tags": "brand" },
"github-corner": {},
"space-invader": { "tags": "game" },
"pacman": { "tags": "game,pacman" },
"pacman-ball": { "tags": "game,pacman" },
"pacman-ghost": { "tags": "game,pacman" },
"pokemon": { "date":"2019-11-30", "tags": "game" },
"pikachu": { "date":"2019-11-30", "tags": "animal,game" },
"angry-bird": { "date":"2019-12-12", "tags": "animal,game" },
"bad-robot": {},
"c3po": { "tags": "starwars" },
"r2d2": { "tags": "starwars" },
"bb8": { "date":"2019-12-21", "tags": "starwars" },
"yoda": { "tags": "starwars" },
"leia": { "tags": "starwars" },
"rebel": { "tags": "starwars" },
"vador": { "tags": "starwars" },
"kylo-ren": { "date":"2019-12-21", "tags": "starwars" },
"stormtrooper": { "date":"2019-12-21", "tags": "starwars" },
"boba-feet": { "tags": "starwars" },
"death-star": { "tags": "starwars" },
"x-wing-fighter": { "tags": "starwars" },
"millenium-falcon": { "date":"2019-12-21", "tags": "starwars" },
"tie-fighter": { "tags": "starwars" },
"tie-bomber": { "tags": "starwars" },
"vador-tie-fighter": { "tags": "starwars" },
"lightsaber-0": { "date":"2019-12-04", "tags": "starwars" },
"lightsaber": { "date":"2019-12-04", "tags": "starwars" },
"lightsaber-c-0": { "date":"2019-12-04", "color":true, "tags": "starwars" },
"lightsaber-red": { "date":"2019-12-04", "color":true, "tags": "starwars" },
"lightsaber-green": { "date":"2019-12-04", "color":true, "tags": "starwars" },
"lightsaber-blue": { "date":"2019-12-04", "color":true, "tags": "starwars" },
"kilo-ren-saber-0": { "date":"2019-12-04", "tags": "starwars" },
"kilo-ren-saber": { "date":"2019-12-04", "tags": "starwars" },
"kilo-ren-saber-c0": { "date":"2019-12-04", "color":true, "tags": "starwars" },
"kilo-ren-saber-c": { "date":"2019-12-04", "color":true, "tags": "starwars" },
"avengers": { "date":"2019-12-01", "tags":"comics"},
"fantastics-4": { "date":"2019-12-01", "tags":"comics"},
"x-men": { "date":"2019-12-04", "tags":"comics"},
"deadpool-logo": { "date":"2019-12-04", "tags":"comics"},
"deadpool-logo-c": { "date":"2019-12-04", "color":true, "tags":"comics"},
"capt-america-logo": { "date":"2019-12-01", "tags":"comics"},
"capt-america-logo-c": { "date":"2019-12-01", "color":true, "tags":"comics"},
"thor-hammer": { "date":"2019-12-04", "tags":"comics"},
"logan-claw": { "date":"2019-12-08", "tags":"comics"},
"captain-america": { "date":"2019-12-04", "tags":"comics"},
"captain-america-c": { "date":"2019-12-04", "color":true, "tags":"comics"},
"spiderman": { "date":"2019-12-01", "tags":"comics"},
"spiderman-c": { "date":"2019-12-01", "color":true, "tags":"comics"},
"daredevil": { "date":"2019-12-08", "tags":"comics"},
"daredevil-c": { "date":"2019-12-08", "color":true, "tags":"comics"},
"hawkeye": { "date":"2019-12-08", "tags":"comics"},
"hawkeye-c": { "date":"2019-12-08", "color":true, "tags":"comics"},
"deadpool": { "date":"2019-12-04", "tags":"comics"},
"deadpool-c": { "date":"2019-12-04", "color":true, "tags":"comics"},
"ironman": { "date":"2019-12-01", "tags":"comics"},
"ironman-c": { "date":"2019-12-01", "color":true, "tags":"comics"},
"antman": { "date":"2019-12-04", "tags":"comics"},
"antman-c": { "date":"2019-12-04", "color":true, "tags":"comics"},
"black-panther": { "date":"2019-12-08", "tags":"comics"},
"black-panther-c": { "date":"2019-12-08", "color":true, "tags":"comics"},
"wolverine": { "date":"2019-12-08", "tags":"comics"},
"wolverine-c": { "date":"2019-12-08", "color":true, "tags":"comics"},
"hulk": { "date":"2019-12-08", "tags":"comics"},
"hulk-c": { "date":"2019-12-08", "color": true, "tags":"comics"},
"cyclops": { "date":"2019-12-04", "tags":"comics"},
"cyclops-c": { "date":"2019-12-04", "color":true, "tags":"comics"},
"venom": { "date":"2019-12-08", "tags":"comics"},
"venom-c": { "date":"2019-12-08", "color":true, "tags":"comics"},
"superman": { "date":"2019-12-01", "tags":"comics"},
"superman-c": { "date":"2019-12-01", "color":true, "tags":"comics"},
"batman-logo": { "date":"2019-12-01", "tags":"comics"},
"batman-logo-c": { "date":"2019-12-01", "color":true, "tags":"comics"},
"dc-flash": { "date":"2019-12-08", "tags":"comics"},
"dc-flash-c": { "date":"2019-12-08", "color":true, "tags":"comics"},
"cat-woman": { "date":"2019-12-08", "tags":"comics"},
"cat-woman-c": { "date":"2019-12-08", "color":true, "tags":"comics"},
"batman": { "date":"2019-12-04", "tags":"comics"},
"batman-c": { "date":"2019-12-04", "color":true, "tags":"comics"}
}
}