-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathicons.js
835 lines (835 loc) · 23.4 KB
/
icons.js
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
var icons = [
{
iconName: "Turkey",
creatorName: "Hernan D. Schlosman"
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/250703/"
},
{
iconName: "prison cell",
creatorName: "Creative Stall",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/394344/"
},
{
iconName: "Community Building",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4389/"
},
{
iconName: "Government Office",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4393/"
},
{
iconName: "Tunnel",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4422/"
},
{
iconName: "Road",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4436/"
},
{
iconName: "Mosque",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4402/"
},
{
iconName: "Dam",
creatorName: "National Park Service Collection",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/265/"
},
{
iconName: "Buddhist Temple",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4402/"
},
{
iconName: "Hindu Temple",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4396/"
},
{
iconName: "Bus",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4411/"
},
{
iconName: "Email",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4424/"
},
{
iconName: "Snowboarder",
creatorName: "National Park Service Collection",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/588/"
},
{
iconName: "Outpost",
creatorName: "Chanut is Industries",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1087800/"
},
{
iconName: "Medical Supply",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4316/"
},
{
iconName: "Hotel",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4398/"
},
{
iconName: "School",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4405/"
},
{
iconName: "University",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4407/"
},
{
iconName: "Partnership",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4203/"
},
{
iconName: "Church",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4388/"
},
{
iconName: "Building",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4387/"
},
{
iconName: "House",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4399/"
},
{
iconName: "Thumb Tack",
creatorName: "Jems Mayor",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/180449/"
},
{
iconName: "Drinking Water",
creatorName: "",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/702/"
},
{
iconName: "Water Treatment Plant",
creatorName: "Martí Turró Ortega",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/43134/"
},
{
iconName: "Lightning",
creatorName: "Mooms",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1188004/"
},
{
iconName: "Power Lines",
creatorName: "Jakub Ukrop",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4928/"
},
{
iconName: "Police",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4404/"
},
{
iconName: "Hospital",
creatorName: "Royyan Wijaya",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/879552/"
},
{
iconName: "Hospital",
creatorName: "National Park Service Collection",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/32/"
},
{
iconName: "Not Affected",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4373/"
},
{
iconName: "Bridge",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4410/"
},
{
iconName: "Tree Chopping",
creatorName: "Yu luck",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/472948/"
},
{
iconName: "Power Plug",
creatorName: "Vectors Market",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1204518/"
},
{
iconName: "SOS Emergency",
creatorName: "Hali Gali Harun",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/457451/"
},
{
iconName: "End Of Lane",
creatorName: "Sergey Patutin",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/220479/"
},
{
iconName: "Electric Shock",
creatorName: "Luis Prado",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/50824/"
},
{
iconName: "Repair Tools",
creatorName: "Gregor Cresnar",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/684821/"
},
{
iconName: "Distribution Site",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4391/"
},
{
iconName: "Community Building",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4389/"
},
{
iconName: "Destroyed",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4369/"
},
{
iconName: "Helipad",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4416/"
},
{
iconName: "Bridge Damaged",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4362/"
},
{
iconName: "Bridge Destroyed",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4363/"
},
{
iconName: "Pure Water",
creatorName: "Karlos Sara Zuña Soto",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/331775/"
},
{
iconName: "Power Plant",
creatorName: "Ralf Schmitzer",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1228225/"
},
{
iconName: "Dike Breach",
creatorName: "Peter van Driel",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/555162/"
},
{
iconName: "Dam",
creatorName: "National Park Service Collection",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/265/"
},
{
iconName: "Ambulance",
creatorName: "Health Care Symbols Collection",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/597/"
},
{
iconName: "Airport Destroyed",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4360/"
},
{
iconName: "Flood",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4236/"
},
{
iconName: "Landslide",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4241/"
},
{
iconName: "Wind Damage",
creatorName: "Jems Mayor",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1018717/"
},
{
iconName: "Firefighter",
creatorName: "Gan Khoon Lay",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/883927/"
},
{
iconName: "Bean",
creatorName: "Elves Sousa",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/8906/"
},
{
iconName: "Green Bean",
creatorName: "Clockwise",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/243858/"
},
{
iconName: "Lupine",
creatorName: "Juraj Sedlák",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1048334/"
},
{
iconName: "Peas",
creatorName: "www.yugudesign.com",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/232102/"
},
{
iconName: "Bean",
creatorName: "Pedro Santos",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/888400/"
},
{
iconName: "Lentils",
creatorName: "Parallel Digital Studio",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/25875/"
},
{
iconName: "Chickpea",
creatorName: "Chantal Harb",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/13888/"
},
{
iconName: "Crop Fields",
creatorName: "Bakunetsu Kaito",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/751927/"
},
{
iconName: "Tractor",
creatorName: "Juraj Sedlák",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/727974/"
},
{
iconName: "Palm Tree",
creatorName: "Symbolon",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1061246/"
},
{
iconName: "Millet",
creatorName: "Alena Artemova",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1076943/"
},
{
iconName: "Bamboo Shoots",
creatorName: "Cindy Duong",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/254220/"
},
{
iconName: "Bitter Melon",
creatorName: "Creative Stall",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/177696/"
},
{
iconName: "Hops",
creatorName: "Laymik",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1028556/"
},
{
iconName: "Coffee Beans",
creatorName: "abdul karim",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1069634/"
},
{
iconName: "Crop",
creatorName: "Evan Caughey",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/557238/"
},
{
iconName: "Sorghum",
creatorName: "gira Park",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/48572/"
},
{
iconName: "Grapes",
creatorName: "Creative Stall",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/130624/"
},
{
iconName: "Sugar Beet",
creatorName: "Alexandr Lavreniuk",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/702282/"
},
{
iconName: "Cotton",
creatorName: "stephanie wauters",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/145755/"
},
{
iconName: "Sack",
creatorName: "bezier master",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1062323/"
},
{
iconName: "Beans",
creatorName: "Marco Galtarossa",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/66645/"
},
{
iconName: "Orange",
creatorName: "Artem Kovyazin",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/692754/"
},
{
iconName: "Olive",
creatorName: "Clockwise",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1111394/"
},
{
iconName: "Arts And Culture",
creatorName: "Pete Fecteau",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/13644/"
},
{
iconName: "Rapeseed",
creatorName: "Jolan Soens",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/446011/"
},
{
iconName: "Drought",
creatorName: "Xinh Studio",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/291310/"
},
{
iconName: "Wheelbarrow",
creatorName: "To Uyen",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/231804/"
},
{
iconName: "Droplet",
creatorName: "BomSymbols",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/237758/"
},
{
iconName: "Tree",
creatorName: "Ian Dannister",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/413109/"
},
{
iconName: "Sprouts",
creatorName: "Vectors Market",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/265912/"
},
{
iconName: "Herbs",
creatorName: "Ker'is",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/842306/"
},
{
iconName: "Wheat Sack",
creatorName: "Creative Stall",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/381329/"
},
{
iconName: "Rice",
creatorName: "Marco Galtarossa",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/66636/"
},
{
iconName: "Wheat",
creatorName: "Mario Bieh",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/153395/"
},
{
iconName: "Oat",
creatorName: "Martina Krasnayová",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/853928/"
},
{
iconName: "Barley",
creatorName: "AomAm",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1088421/"
},
{
iconName: "Oat",
creatorName: "art shop",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/690694/"
},
{
iconName: "Wheat",
creatorName: "Hopkins",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/912055/"
},
{
iconName: "Grass Clump",
creatorName: "Hamish",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/631381/"
},
{
iconName: "Pine Trees",
creatorName: "Ates Evren Aydinel",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/252858/"
},
{
iconName: "Soybean",
creatorName: "arif fajar yulianto",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/950730/"
},
{
iconName: "Corn",
creatorName: "Hopkins",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/943036/"
},
{
iconName: "People",
creatorName: "Wilson Joseph",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/458671/"
},
{
iconName: "Exit",
creatorName: "chris dawson",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/45255/"
},
{
iconName: "Exercise",
creatorName: "National Park Service Collection",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/318/"
},
{
iconName: "Hostage",
creatorName: "Gan Khoon Lay",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/683738/"
},
{
iconName: "Prisoner",
creatorName: "Luis Prado",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/8889/"
},
{
iconName: "Explosion",
creatorName: "Bohdan Burmich",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/16714/"
},
{
iconName: "Hit",
creatorName: "Ezra Keddell",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/6593/"
},
{
iconName: "Balloon",
creatorName: "NOPIXEL",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/619846/"
},
{
iconName: "Protest",
creatorName: "Chris Kerr",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/15242/"
},
{
iconName: "Thief",
creatorName: "Bakunetsu Kaito",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/850025/"
},
{
iconName: "Radioactive",
creatorName: "Bakunetsu Kaito",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/892771/"
},
{
iconName: "Gun",
creatorName: "Bakunetsu Kaito",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/850010/"
},
{
iconName: "Fly",
creatorName: "Bakunetsu Kaito",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1019117/"
},
{
iconName: "Caterpillar",
creatorName: "Bakunetsu Kaito",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1019114/"
},
{
iconName: "Emergency Telecommunications",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4213/"
},
{
iconName: "Meeting",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4201/"
},
{
iconName: "Shelter",
creatorName: "OCHA Visual Information Unit",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/4219/"
},
{
iconName: "Restaurant",
creatorName: "Gregor Cresnar",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/1012350/"
},
{
iconName: "Coffee",
creatorName: "shashank singh",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/2071723/"
},
{
iconName: "cart",
creatorName: "shashank singh",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/2066965/"
},
{
iconName: "Money",
creatorName: "Ker'is",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/830408/"
},
{
iconName: "Gas Station",
creatorName: "Gregor Cresnar",
source: "the Noun Project",
sourceUrl: "https://thenounproject.com",
url: "https://thenounproject.com/icon/789276/"
}
];