forked from iconify/icon-sets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvaadin.json
1936 lines (1936 loc) · 194 KB
/
vaadin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"prefix": "vaadin",
"info": {
"name": "Vaadin Icons",
"total": 636,
"version": "4.3.2",
"author": {
"name": "Vaadin",
"url": "https://github.com/vaadin/web-components"
},
"license": {
"title": "Apache 2.0",
"spdx": "Apache-2.0"
},
"samples": [
"area-select",
"file-picture",
"plus-circle-o"
],
"height": 32,
"displayHeight": 16,
"category": "Archive / Unmaintained",
"palette": false
},
"lastModified": 1656183403,
"icons": {
"abacus": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm14 2v3h-.1c-.2-.6-.8-1-1.4-1s-1.2.4-1.4 1H7.9c-.2-.6-.7-1-1.4-1s-1.2.4-1.4 1h-.2c-.2-.6-.7-1-1.4-1s-1.2.4-1.4 1H2V2h12zm-.1 8c-.2-.6-.8-1-1.4-1s-1.2.4-1.4 1h-.2c-.2-.6-.8-1-1.4-1s-1.2.4-1.4 1H4.9c-.2-.6-.7-1-1.4-1s-1.2.4-1.4 1H2V6h.1c.2.6.8 1 1.4 1s1.2-.4 1.4-1h.2c.2.6.8 1 1.4 1s1.2-.4 1.4-1h3.2c.2.6.8 1 1.4 1s1.2-.4 1.4-1h.1l-.1 4zM2 14v-3h.1c.2.6.8 1 1.4 1s1.2-.4 1.4-1h3.2c.2.6.8 1 1.4 1s1.2-.4 1.4-1h.2c.2.6.8 1 1.4 1s1.2-.4 1.4-1h.1v3H2z\"/>"
},
"absolute-position": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm15 15H1V9h3v1l3-2l-3-2v1H1V1h6v3H6l2 3l2-3H9V1h6v14z\"/>"
},
"academy-cap": {
"body": "<path fill=\"currentColor\" d=\"M15.09 12.79a1 1 0 0 0-.086-1.638L15 5.33L14 6v5.15a1.001 1.001 0 0 0-.092 1.629l-.378.502a2.48 2.48 0 0 0-.53 1.498v1.222h.815a.88.88 0 0 0 .853-.664l.331-1.336v2h1v-1.21a2.486 2.486 0 0 0-.534-1.505zM8 0L0 4l8 5l8-5l-8-4z\"/><path fill=\"currentColor\" d=\"M8 10L3 6.67v1.71C3 9.29 5.94 12 8 12s5-2.71 5-3.62V6.67z\"/>"
},
"accessibility": {
"body": "<path fill=\"currentColor\" d=\"M10.4 10h-.5c.1.3.1.7.1 1c0 2.2-1.8 4-4 4s-4-1.8-4-4c0-2.1 1.6-3.8 3.7-4l-.2-1C2.9 6.4 1 8.4 1 11c0 2.8 2.2 5 5 5c2.4 0 4.4-1.7 4.9-3.9l-.5-2.1z\"/><path fill=\"currentColor\" d=\"M13.1 13L12 8H7.9l-.2-1H11V6H7.5l-.6-2.5c.9-.1 1.6-.8 1.6-1.7C8.5.8 7.7 0 6.7 0S5 .8 5 1.8c0 .6.3 1.2.8 1.5L7.1 9h4.1l1.2 5H15v-1h-1.9z\"/>"
},
"accordion-menu": {
"body": "<path fill=\"currentColor\" d=\"M0 4v8h16V4H0zm15 7H1V7h14v4zM0 0h16v3H0V0zm0 13h16v3H0v-3z\"/>"
},
"add-dock": {
"body": "<path fill=\"currentColor\" d=\"M0 11v5h16v-5H0zm12 4H9v-3h3v3zm0-8V5c0-5-8-5-8-5s5 0 5 5v2H7l3.5 3L14 7h-2z\"/>"
},
"adjust": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zM2 8c0-3.3 2.7-6 6-6v12c-3.3 0-6-2.7-6-6z\"/>"
},
"adobe-flash": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm13 4.4C10 4.4 9.7 7 9.7 7H11v2H8.6C6.8 14.8 3 14 3 14v-2.5s2.5.6 3.9-4C8.7 1.4 13 2 13 2v2.4z\"/>"
},
"airplane": {
"body": "<path fill=\"currentColor\" d=\"M12.3 6.5c.5-.5.9-.8 1.2-1.1c1.6-1.6 3.2-4.1 2.2-5.1s-3.4.6-5 2.2c-.3.3-.6.7-1.1 1.2L2.6.5C1.9.2 1.1.3.6.8l-.6.5L6.6 7c-1.3 1.6-2.7 3.1-3.4 4l-1.1-.6c-.5-.3-1.2-.3-1.6.2l-.3.3L3 13l2 2.8l.3-.3c.4-.4.5-1.1.2-1.6L5 12.8c.9-.7 2.4-2.1 4-3.4l5.7 6.6l.5-.5c.5-.5.6-1.3.3-2l-3.2-7z\"/>"
},
"alarm": {
"body": "<path fill=\"currentColor\" d=\"M8 5H7v5h4V9l-2.93.07L8 5zM5.46.87A2.099 2.099 0 0 0 2.651.335L1.66 1.1a2.095 2.095 0 0 0-.207 2.844zm8.88.23l-1-.77a2.097 2.097 0 0 0-2.796.534L14.54 3.94c.287-.356.46-.813.46-1.312c0-.602-.253-1.145-.659-1.528z\"/><path fill=\"currentColor\" d=\"M12.87 14A6.979 6.979 0 0 0 15 9.002A7.052 7.052 0 0 0 8.003 2A7.051 7.051 0 0 0 1 8.997a6.98 6.98 0 0 0 2.128 5.001l-.938.942a.63.63 0 0 0 .882.878l.998-.999c1.092.758 2.446 1.211 3.905 1.211s2.813-.453 3.928-1.226l.977 1.015a.63.63 0 0 0 .878-.882zm-10-5a5.18 5.18 0 0 1 5.127-5.13a5.181 5.181 0 0 1 5.133 5.127a5.181 5.181 0 0 1-5.127 5.133A5.181 5.181 0 0 1 2.87 9.003z\"/>"
},
"align-center": {
"body": "<path fill=\"currentColor\" d=\"M5 0h6v3H5V0zM1 4h14v3H1V4zm2 4h10v3H3V8zm-3 4h16v3H0v-3z\"/>"
},
"align-justify": {
"body": "<path fill=\"currentColor\" d=\"M0 0h16v3H0V0zm0 4h16v3H0V4zm0 8h16v3H0v-3zm0-4h16v3H0V8z\"/>"
},
"align-left": {
"body": "<path fill=\"currentColor\" d=\"M0 0h11v3H0V0zm0 4h15v3H0V4zm0 4h13v3H0V8zm0 4h16v3H0v-3z\"/>"
},
"align-right": {
"body": "<path fill=\"currentColor\" d=\"M5 0h11v3H5V0zM1 4h15v3H1V4zm2 4h13v3H3V8zm-3 4h16v3H0v-3z\"/>"
},
"alt": {
"body": "<path fill=\"currentColor\" d=\"M3.89 9h2.22L5 5.1L3.89 9z\"/><path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm7 12l-.61-2H3.61L3 12H2l2.27-8h1.46L8 12H7zm3 0H9V3h1v9zm4-5h-1v3.5s0 .5 1 .5v1c-1 0-2-.44-2-1.44V7h-.5V6h.5V5h1v1h1v1z\"/>"
},
"alt-a": {
"body": "<path fill=\"currentColor\" d=\"M14 7V6h-1V5h-1v1h-.5v1h.5v3.56c0 1 .56 1.44 2 1.44v-1a.899.899 0 0 1-.998-.495L13 7h1zM9 3h1v9H9V3zm-6 9l.57-2h2.82L7 12h1L5.73 4H4.27L2 12h1zm2-6.9L6.11 9H3.89z\"/>"
},
"ambulance": {
"body": "<path fill=\"currentColor\" d=\"M6.18 14a2 2 0 1 1-3.999.001A2 2 0 0 1 6.18 14zM14 14a2 2 0 1 1-3.999.001A2 2 0 0 1 14 14zM5 6H4v1H3v1h1v1h1V8h1V7H5V6z\"/><path fill=\"currentColor\" d=\"m15.76 8.64l-3-4.53A2.501 2.501 0 0 0 10.682 3H8V2a1 1 0 0 0-2 0v1H1.5A1.5 1.5 0 0 0 0 4.5V13h1.37a3.238 3.238 0 0 1 2.812-2a3.236 3.236 0 0 1 2.81 1.978l2.188.021a3.238 3.238 0 0 1 2.812-2a3.003 3.003 0 0 1 2.822 1.979l1.187.021v-3.57a1.427 1.427 0 0 0-.243-.795zm-8.84-.52a2.5 2.5 0 1 1-3.017-2.997a2.48 2.48 0 0 1 3.014 3.014zM10 8V5h.859a2.25 2.25 0 0 1 1.866.992L14.05 8z\"/>"
},
"anchor": {
"body": "<path fill=\"currentColor\" d=\"M13 9v2s-.8 1.7-4 1.9V6h2.2c.2.3.5.5.8.5c.6 0 1-.4 1-1s-.4-1-1-1c-.4 0-.7.2-.8.5H9V3.7c.6-.3 1-1 1-1.7c0-1.1-.9-2-2-2S6 .9 6 2c0 .7.4 1.4 1 1.7V5H4.8c-.1-.3-.4-.5-.8-.5c-.6 0-1 .4-1 1s.4 1 1 1c.4 0 .7-.2.8-.5H7v7c-3.3-.3-4-2-4-2V9H0s2.8 7 8 7c5 0 8-7 8-7h-3zM8 1c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1z\"/>"
},
"angle-double-down": {
"body": "<path fill=\"currentColor\" d=\"M3 2v2l5 5l5-5V2L8 7z\"/><path fill=\"currentColor\" d=\"M3 7v2l5 5l5-5V7l-5 5z\"/>"
},
"angle-double-left": {
"body": "<path fill=\"currentColor\" d=\"M14 3h-2L7 8l5 5h2L9 8z\"/><path fill=\"currentColor\" d=\"M9 3H7L2 8l5 5h2L4 8z\"/>"
},
"angle-double-right": {
"body": "<path fill=\"currentColor\" d=\"M2 13h2l5-5l-5-5H2l5 5z\"/><path fill=\"currentColor\" d=\"M7 13h2l5-5l-5-5H7l5 5z\"/>"
},
"angle-double-up": {
"body": "<path fill=\"currentColor\" d=\"M13 14v-2L8 7l-5 5v2l5-5z\"/><path fill=\"currentColor\" d=\"M13 9V7L8 2L3 7v2l5-5z\"/>"
},
"angle-down": {
"body": "<path fill=\"currentColor\" d=\"M13 4v2l-5 5l-5-5V4l5 5z\"/>"
},
"angle-left": {
"body": "<path fill=\"currentColor\" d=\"M12 13h-2L5 8l5-5h2L7 8z\"/>"
},
"angle-right": {
"body": "<path fill=\"currentColor\" d=\"M4 13h2l5-5l-5-5H4l5 5z\"/>"
},
"angle-up": {
"body": "<path fill=\"currentColor\" d=\"M3 12v-2l5-5l5 5v2L8 7z\"/>"
},
"archive": {
"body": "<path fill=\"currentColor\" d=\"M0 1h16v3H0V1zm1 4v11h14V5H1zm10 4H5V7h6v2z\"/>"
},
"archives": {
"body": "<path fill=\"currentColor\" d=\"M11 2H5v4h6V2zM9 4H7V3h2v1z\"/><path fill=\"currentColor\" d=\"M3 0v16h2v-1h6v1h2V0H3zm9 14H4V8h8v6zm0-7H4V1h8v6z\"/><path fill=\"currentColor\" d=\"M11 9H5v4h6V9zm-2 2H7v-1h2v1z\"/>"
},
"area-select": {
"body": "<path fill=\"currentColor\" d=\"m7.9 7.9l2.1 7.5l1.7-2.6l3.2 3.2l1.1-1.1l-3.3-3.2l2.7-1.6z\"/><path fill=\"currentColor\" d=\"M8 12H1V3h12v5.4l1 .2V2H0v11h8.2z\"/>"
},
"arrow-backward": {
"body": "<path fill=\"currentColor\" d=\"M0 7.9L6 3v3h2c8 0 8 8 8 8s-1-4-7.8-4H6v2.9l-6-5z\"/>"
},
"arrow-circle-down": {
"body": "<path fill=\"currentColor\" d=\"M0 8c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8s-8 3.6-8 8zm9 1.6l1.8-1.8l1.4 1.4L8 13.4L3.8 9.2l1.4-1.4L7 9.6V3h2v6.6z\"/>"
},
"arrow-circle-down-o": {
"body": "<path fill=\"currentColor\" d=\"M1 8c0-3.9 3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7zM0 8c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8s-8 3.6-8 8z\"/><path fill=\"currentColor\" d=\"m9 9.6l1.8-1.8l1.4 1.4L8 13.4L3.8 9.2l1.4-1.4L7 9.6V3h2v6.6z\"/>"
},
"arrow-circle-left": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zM6.4 9l1.8 1.8l-1.4 1.4L2.6 8l4.2-4.2l1.4 1.4L6.4 7H13v2H6.4z\"/>"
},
"arrow-circle-left-o": {
"body": "<path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/><path fill=\"currentColor\" d=\"m6.4 9l1.8 1.8l-1.4 1.4L2.6 8l4.2-4.2l1.4 1.4L6.4 7H13v2H6.4z\"/>"
},
"arrow-circle-right": {
"body": "<path fill=\"currentColor\" d=\"M8 16c4.4 0 8-3.6 8-8s-3.6-8-8-8s-8 3.6-8 8s3.6 8 8 8zm1.6-9L7.8 5.2l1.4-1.4L13.4 8l-4.2 4.2l-1.4-1.4L9.6 9H3V7h6.6z\"/>"
},
"arrow-circle-right-o": {
"body": "<path fill=\"currentColor\" d=\"M8 15c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7zm0 1c4.4 0 8-3.6 8-8s-3.6-8-8-8s-8 3.6-8 8s3.6 8 8 8z\"/><path fill=\"currentColor\" d=\"M9.6 7L7.8 5.2l1.4-1.4L13.4 8l-4.2 4.2l-1.4-1.4L9.6 9H3V7h6.6z\"/>"
},
"arrow-circle-up": {
"body": "<path fill=\"currentColor\" d=\"M16 8c0-4.4-3.6-8-8-8S0 3.6 0 8s3.6 8 8 8s8-3.6 8-8zM7 6.4L5.2 8.2L3.8 6.8L8 2.6l4.2 4.2l-1.4 1.4L9 6.4V13H7V6.4z\"/>"
},
"arrow-circle-up-o": {
"body": "<path fill=\"currentColor\" d=\"M15 8c0 3.9-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7zm1 0c0-4.4-3.6-8-8-8S0 3.6 0 8s3.6 8 8 8s8-3.6 8-8z\"/><path fill=\"currentColor\" d=\"M7 6.4L5.2 8.2L3.8 6.8L8 2.6l4.2 4.2l-1.4 1.4L9 6.4V13H7V6.4z\"/>"
},
"arrow-down": {
"body": "<path fill=\"currentColor\" d=\"M12.5 8.6L9 12.2V0H7v12.2L3.5 8.6l-1.4 1.5L8 16l5.9-5.9z\"/>"
},
"arrow-forward": {
"body": "<path fill=\"currentColor\" d=\"M16 7.9L10 3v3H8c-8 0-8 8-8 8s1-4 7.8-4H10v2.9l6-5z\"/>"
},
"arrow-left": {
"body": "<path fill=\"currentColor\" d=\"M7.4 12.5L3.8 9H16V7H3.8l3.6-3.5l-1.5-1.4L0 8l5.9 5.9z\"/>"
},
"arrow-long-down": {
"body": "<path fill=\"currentColor\" d=\"M7 1h2v11h2l-3 3l-3-3h2z\"/>"
},
"arrow-long-left": {
"body": "<path fill=\"currentColor\" d=\"M15 7v2H4v2L1 8l3-3v2z\"/>"
},
"arrow-right": {
"body": "<path fill=\"currentColor\" d=\"M8.6 3.5L12.1 7H0v2h12.1l-3.5 3.5l1.4 1.4L16 8l-6-5.9z\"/>"
},
"arrow-up": {
"body": "<path fill=\"currentColor\" d=\"M3.4 7.4L7 3.8V16h2V3.8l3.5 3.6l1.4-1.5L8 0L2 5.9z\"/>"
},
"arrows": {
"body": "<path fill=\"currentColor\" d=\"m16 8l-3-3v2H9V3h2L8 0L5 3h2v4H3V5L0 8l3 3V9h4v4H5l3 3l3-3H9V9h4v2z\"/>"
},
"arrows-cross": {
"body": "<path fill=\"currentColor\" d=\"M15 5V1h-4l1.3 1.3L8 6.6L3.7 2.3L5 1H1v4l1.3-1.3L6.6 8l-4.3 4.3L1 11v4h4l-1.3-1.3L8 9.4l4.3 4.3L11 15h4v-4l-1.3 1.3L9.4 8l4.3-4.3z\"/>"
},
"arrows-long-h": {
"body": "<path fill=\"currentColor\" d=\"m16 8l-3-3v2H3V5L0 8l3 3V9h10v2z\"/>"
},
"arrows-long-right": {
"body": "<path fill=\"currentColor\" d=\"M1 9V7h11V5l3 3l-3 3V9z\"/>"
},
"arrows-long-up": {
"body": "<path fill=\"currentColor\" d=\"M9 15H7V4H5l3-3l3 3H9z\"/>"
},
"arrows-long-v": {
"body": "<path fill=\"currentColor\" d=\"M9 3h2L8 0L5 3h2v10H5l3 3l3-3H9z\"/>"
},
"asterisk": {
"body": "<path fill=\"currentColor\" d=\"m15.9 5.7l-2-3.4L10 4.5V0H6v4.5L2 2.3L0 5.7L3.9 8L0 10.3l2 3.4l4-2.2V16h4v-4.5l3.9 2.2l2-3.4l-4-2.3z\"/>"
},
"at": {
"body": "<path fill=\"currentColor\" d=\"M7.5 12.2c-2.3 0-4.2-1.9-4.2-4.2s1.9-4.2 4.2-4.2s4.2 1.9 4.2 4.2c.1 2.3-1.9 4.2-4.2 4.2zm0-7C6 5.2 4.8 6.5 4.8 8s1.2 2.8 2.8 2.8s2.8-1.2 2.8-2.8S9 5.2 7.5 5.2z\"/><path fill=\"currentColor\" d=\"M8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8s8 3.6 8 8c0 1.5-.4 3-1.2 4.2c-.3.5-1.1 1.2-2.3 1.2c-.8 0-1.3-.3-1.6-.6c-.7-.7-.6-1.8-.6-1.9V4h1.5v7c0 .2 0 .6.2.8c0 0 .2.2.5.2c.7 0 1.1-.5 1.1-.5c.6-1 1-2.2 1-3.4c0-3.6-2.9-6.5-6.5-6.5S1.5 4.4 1.5 8s2.9 6.5 6.5 6.5c.7 0 1.3-.1 1.9-.3l.4 1.4c-.7.3-1.5.4-2.3.4z\"/>"
},
"automation": {
"body": "<path fill=\"currentColor\" d=\"M14 12a2 2 0 1 1-3.999.001A2 2 0 0 1 14 12z\"/><path fill=\"currentColor\" d=\"M11.7 16c-.8 0-1.6-.2-2.3-.7L3.2 12c-.5-.4-.9-.6-1.3-1C.7 9.8 0 8.1 0 6.4s.7-3.3 1.9-4.5C3.1.7 4.7 0 6.4 0S9.7.7 11 1.9c.4.4.6.7 1 1.2l3.5 6.4c1 1.7.7 3.8-.7 5.2c-.9.9-1.9 1.3-3.1 1.3zM6.4 1C5 1 3.6 1.6 2.6 2.6S1 5 1 6.4c0 1.5.6 2.8 1.6 3.8c.3.3.6.5 1.1.8l6.3 3.4c.6.4 1.2.5 1.8.5c.9 0 1.7-.3 2.3-1c1.1-1.1 1.3-2.7.5-4l-3.5-6.4c-.3-.4-.5-.7-.8-1C9.2 1.6 7.9 1 6.4 1z\"/><path fill=\"currentColor\" d=\"M11 7V6l-1.4-.5c-.1-.2-.1-.3-.2-.5l.6-1.3l-.7-.7l-1.3.6c-.2-.1-.3-.1-.5-.2L7 2H6l-.5 1.4c-.2.1-.3.1-.5.2L3.7 3l-.7.7l.6 1.3c-.1.2-.1.3-.2.5L2 6v1l1.4.5c.1.2.1.3.2.5L3 9.3l.7.7L5 9.4c.2.1.3.2.5.2L6 11h1l.5-1.4c.2-.1.3-.1.5-.2l1.3.6l.7-.7L9.4 8c.1-.2.2-.3.2-.5L11 7zM6.5 8C5.7 8 5 7.3 5 6.5S5.7 5 6.5 5S8 5.7 8 6.5S7.3 8 6.5 8z\"/>"
},
"backspace": {
"body": "<path fill=\"currentColor\" d=\"M0 2v12h16V2H0zm13 7H6v2L3 8l3-3v2h7v2z\"/>"
},
"backspace-a": {
"body": "<path fill=\"currentColor\" d=\"M5 12L0 8l5-4v2h11v4H5v2z\"/>"
},
"backwards": {
"body": "<path fill=\"currentColor\" d=\"M16 15V1L8 8zm-8 0V1L0 8z\"/>"
},
"ban": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm0 2c1.3 0 2.5.4 3.5 1.1l-8.4 8.4C2.4 10.5 2 9.3 2 8c0-3.3 2.7-6 6-6zm0 12c-1.3 0-2.5-.4-3.5-1.1l8.4-8.4c.7 1 1.1 2.2 1.1 3.5c0 3.3-2.7 6-6 6z\"/>"
},
"bar-chart": {
"body": "<path fill=\"currentColor\" d=\"M0 15h15v1H0v-1zm0-4h3v3H0v-3zm4-2h3v5H4V9zm4-4h3v9H8V5zm4-5h3v14h-3V0z\"/>"
},
"bar-chart-h": {
"body": "<path fill=\"currentColor\" d=\"M1 15V0H0v16h16v-1H1z\"/><path fill=\"currentColor\" d=\"M2 8h4v6H2V8zm5-6h4v12H7V2zm5 4h4v8h-4V6z\"/>"
},
"bar-chart-v": {
"body": "<path fill=\"currentColor\" d=\"M1 15V0H0v16h16v-1H1z\"/><path fill=\"currentColor\" d=\"M8 0v4H2V0h6zm6 5v4H2V5h12zm-4 5v4H2v-4h8z\"/>"
},
"barcode": {
"body": "<path fill=\"currentColor\" d=\"M0 3h1v10H0V3zm8 0h2v10H8V3zm3 0h1v10h-1V3zm2 0h1v10h-1V3zm2 0h1v10h-1V3zM2 3h3v10H2V3zm4 0h1v10H6V3z\"/>"
},
"bed": {
"body": "<path fill=\"currentColor\" d=\"M4.28 7H7L5.85 5.32a3.315 3.315 0 0 0-2.295-1.319L3 4v1.54a1.248 1.248 0 0 0 1.232 1.461L4.282 7zM13 7v-.29A1.71 1.71 0 0 0 11.322 5H6.63C7.13 5.62 8 7 8 7h5z\"/><path fill=\"currentColor\" d=\"M15 5.1a1 1 0 0 0-1 1V8H2V4a1 1 0 0 0-2 0v9h2v-2h12v2h2V6.1a1 1 0 0 0-1-1z\"/>"
},
"bell": {
"body": "<path fill=\"currentColor\" d=\"M6 14h4s.1 2-2 2s-2-2-2-2zm6.7-2.6c-.5-.2-.7-.7-.7-1.2V5s-.2-2.4-3-2.9V1s.1-1-1-1s-1 1-1 1v1.1C4.2 2.6 4 5 4 5v5.2c0 .5-.3 1-.7 1.2L2 12v1h12v-1l-1.3-.6zM6 4.8V12H4c.8 0 1-1 1-1V5s0-.8.7-1.4C6.4 2.9 7 3 7 3s-1 .7-1 1.8z\"/>"
},
"bell-o": {
"body": "<path fill=\"currentColor\" d=\"M12.7 11.4c-.5-.2-.7-.7-.7-1.2V5s0-2.4-3-2.9V1s.1-1-1-1s-1 1-1 1v1.1C4 2.6 4 5 4 5v5.2c0 .5-.3 1-.7 1.2L2 12v2h4s-.1 2 2 2s2-2 2-2h4v-2l-1.3-.6zM13 13H3v-.4l.7-.4c.8-.3 1.3-1.1 1.3-2V5c0-.1 0-1.6 2.2-1.9l.8-.2l.8.1c2 .4 2.2 1.7 2.2 2v5.2c0 .9.5 1.7 1.3 2.1l.7.4v.3z\"/>"
},
"bell-slash": {
"body": "<path fill=\"currentColor\" d=\"m15.2 0l-3.6 3.6C11.1 3 10.4 2.3 9 2.1V1s.1-1-1-1s-1 1-1 1v1.1C4.2 2.6 4 5 4 5v5.2c0 .5-.3 1-.7 1.2L2 12v1h.3L0 15.3v.7h.7L16 .6V0h-.8zM6 4.8v4.5l-1 1V5s0-.8.7-1.4C6.4 2.9 7 3 7 3s-1 .7-1 1.8zM8 16c2.1 0 2-2 2-2H6s-.1 2 2 2zm4-5.8V5.6l-6 6l-.3.4l-1 1H14v-1l-1.3-.6c-.4-.3-.7-.7-.7-1.2z\"/>"
},
"bell-slash-o": {
"body": "<path fill=\"currentColor\" d=\"m15.2 0l-3.6 3.6C11.2 3 10.4 2.3 9 2.1V1s.1-1-1-1s-1 1-1 1v1.1C4 2.6 4 5 4 5v5.2c0 .5-.3 1-.7 1.2L2 12v1.3l-2 2v.7h.7L16 .6V0h-.8zM5 10.3c0-.1 0-.1 0 0V5c0-.1.1-1.6 2.2-1.9l.8-.2l.8.1c1.2.2 1.8.8 2 1.3l-5.8 6zm7-.1V5.6l-1 1v3.5c0 .9.5 1.7 1.3 2.1l.7.4v.4H4.7l-1 1h2.4s-.1 2 2 2s2-2 2-2H14v-2l-1.3-.6c-.4-.3-.7-.7-.7-1.2z\"/>"
},
"boat": {
"body": "<path fill=\"currentColor\" d=\"M1.5 9.6c1.1.7 2.5 1.9 2.5 3.3V14h.1s.9 0 2-1c1 1 2 1 2 1s1 0 2-1c1 1 1.9 1 1.9 1h.1v-1.1c0-1.4 1.4-2.6 2.5-3.3c.6-.4.5-1.2-.2-1.4L13 7.8V4h-1V3H9V1H7v2H4v1H3v3.8l-1.3.4c-.8.2-.8 1-.2 1.4zM4 5h1V4h6v1h1v2.5l-3.3-1c-.5-.1-1-.1-1.5 0L4 7.5V5zm10 9c-1 1-2 1-2 1s-1 0-2-1c-1 1-2 1-2 1s-1 0-2-1c-1 1-2 1-2 1s-1 0-2-1c-1 1-2 1-2 1v1h16v-1s-1 0-2-1z\"/>"
},
"bold": {
"body": "<path fill=\"currentColor\" d=\"M11 7.5s2-.8 2-3.6C13-.2 7.9 0 6 0H2v16h4c3.7 0 8 0 8-4.4c0-3.8-3-4.1-3-4.1zM9 4.4C9 6.2 7.5 6 6 6V3c1.8 0 3 .1 3 1.4zM6 13V9c1.8 0 4-.3 4 2.2c0 1.9-2.5 1.8-4 1.8z\"/>"
},
"bolt": {
"body": "<path fill=\"currentColor\" d=\"M7.99 0L.98 9.38L7 8.96L2.04 16L15 6l-7.01.47L15 0H7.99z\"/>"
},
"bomb": {
"body": "<path fill=\"currentColor\" d=\"M12 1h1v1h-1V1zm0 4h1v1h-1V5zm2-2h1v1h-1V3zm-4 0h1v1h-1V3zm4.6-.9l.7-.7l-.7-.7l-1.4 1.4l.7.7zm-.7 2.1l-.7.7l1.4 1.4l.7-.7l-.7-.7zm-2.8-1.4l.7-.7L10.4.7l-.7.7l.7.7z\"/><path fill=\"currentColor\" d=\"m10.4 6.4l2-2l-.7-.7l-2 2L9 5l-.7.8C7.5 5.3 6.5 5 5.5 5C2.5 5 0 7.5 0 10.5S2.5 16 5.5 16s5.5-2.5 5.5-5.5c0-1-.3-1.9-.7-2.8L11 7l-.6-.6zM6 7.2C4 7.2 2.6 9 2.6 10h-1C1.6 8 4 6.2 6 6.2v1z\"/>"
},
"book": {
"body": "<path fill=\"currentColor\" d=\"M12.6 2.5C11 1.3 11 0 11 0H2v12.5C2 14.4 3.6 16 5.5 16H14V3s-1-.2-1.4-.5zM4 2h5v2H4V2zm9 13H5.5c-1 0-1.8-.6-2-1.3c-.1-.4 0-.7.4-.7H11V2.7c.4.6 1.2 1.1 2 1.3v11z\"/>"
},
"book-dollar": {
"body": "<path fill=\"currentColor\" d=\"M12.9 2.5C11.3 1.3 11.5 0 11.5 0H2v12.5C2 14.4 4.1 16 6 16h8V3s-.8-.2-1.1-.5zM7 6.3c-.9-.3-2.3-.8-2.3-1.9C4.8 3.6 6 3 6 2.8V2h1v.7c1 .1 1.8.4 1.9.4l-.3.9s-.7-.3-1.5-.3c-.7 0-1.1.3-1.2.8c0 .3.5.6 1.3.9c1.5.5 1.9 1.1 1.9 1.9C9.1 8 9 8.9 7 9.1v.9H6v-.8c0-.1-1.4-.5-1.5-.5l.5-.9s1.1.5 2 .4s1.3-.6 1.3-1c.1-.3-.4-.6-1.3-.9zm6 8.7H6c-1 0-1.8-.6-2-1.3c-.1-.3 0-.7.4-.7H11V2.7c1 .6 2 1.1 2 1.3v11z\"/>"
},
"book-percent": {
"body": "<path fill=\"currentColor\" d=\"M12.6 2.5C11 1.3 11 0 11 0H2v12.5C2 14.4 3.6 16 5.5 16H14V3s-1-.2-1.4-.5zm-7.1.7c.8 0 1.5.7 1.5 1.6s-.7 1.4-1.5 1.4S4 5.6 4 4.8s.7-1.6 1.5-1.6zM9 3h1l-5 7H4l5-7zm1 5.5c0 .8-.7 1.5-1.5 1.5S7 9.3 7 8.5S7.7 7 8.5 7s1.5.7 1.5 1.5zm3 6.5H5.5c-1 0-1.8-.6-2-1.3c-.1-.4 0-.7.4-.7H11V2.7c0 .6 1 1.1 2 1.3v11z\"/><path fill=\"currentColor\" d=\"M9 8.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zM6 4.8a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0z\"/>"
},
"bookmark": {
"body": "<path fill=\"currentColor\" d=\"M3 0v1h10l.1-1zm0 2h10v14l-5-5l-5 5z\"/>"
},
"bookmark-o": {
"body": "<path fill=\"currentColor\" d=\"M3 0v16l5-5l5 5V0H3zm9 13.7L8 9.8l-4 3.9V3h8v10.7zM12 2H4V1h8v1z\"/>"
},
"briefcase": {
"body": "<path fill=\"currentColor\" d=\"M11 3V1H5v2H0v12h16V3h-5zm-1 0H6V2h4v1z\"/>"
},
"browser": {
"body": "<path fill=\"currentColor\" d=\"M15 1V0H0v15h1v1h15V1h-1zM3 1h9v1H3V1zM1 1h1v1H1V1zm0 2h13v11H1V3z\"/>"
},
"bug": {
"body": "<path fill=\"currentColor\" d=\"M8 6.2a7.596 7.596 0 0 0 3.903-1.129a.31.31 0 0 0 .098-.229L12 4.819a2.914 2.914 0 0 0-1.781-2.522c-.137-.05-.219-.16-.219-.29V.499a.5.5 0 0 0-1 0v1.2a.3.3 0 0 1-.3.3H7.3a.3.3 0 0 1-.3-.3v-1.2a.5.5 0 0 0-1 0v1.5a.3.3 0 0 1-.198.269A2.92 2.92 0 0 0 4 4.812l-.001.029c0 .102.051.193.13.247a5.847 5.847 0 0 0 3.89 1.11zM10 3a1 1 0 1 1 0 2a1 1 0 0 1 0-2zM6 3a1 1 0 1 1 0 2a1 1 0 0 1 0-2z\"/><path fill=\"currentColor\" d=\"M13 8V7a6.196 6.196 0 0 0 2-4.497a.5.5 0 1 0-1-.003a4.544 4.544 0 0 1-1.105 2.906A4.777 4.777 0 0 1 9.326 7H6.73l-.075.001a4.777 4.777 0 0 1-3.561-1.586A4.54 4.54 0 0 1 2 2.514a.5.5 0 1 0-1-.003a6.192 6.192 0 0 0 1.996 4.486L3 8.001c-3 .06-3 1.42-3 3.47a.5.5 0 0 0 1 0c0-1.72 0-2.4 2-2.47a9.633 9.633 0 0 0 .612 3.136c-.383.006-.696.176-.942.414a3.857 3.857 0 0 0-.711 2.242c0 .2.015.397.044.589L2 15.5a.5.5 0 0 0 1 0v-.14a3.272 3.272 0 0 1 .389-2.096c.165-.152.401-.257.66-.264a3.802 3.802 0 0 0 2.934 1.998L7 14h2v1a3.798 3.798 0 0 0 2.94-1.98c.012-.02.015-.02.018-.02a1 1 0 0 1 .663.251a3.26 3.26 0 0 1 .377 2.127l.002.121a.5.5 0 0 0 1 0v-.14a3.875 3.875 0 0 0-.678-2.802a1.841 1.841 0 0 0-.9-.466c.336-.917.55-1.975.578-3.08c2-.012 2 .708 2 2.458a.5.5 0 0 0 1 0c0-2.03 0-3.39-3-3.47zm-4 5H7v-1h2v1zm0-2H7v-1h2v1zm0-2H7V8h2v1z\"/>"
},
"bug-o": {
"body": "<path fill=\"currentColor\" d=\"M13 8V7a6.196 6.196 0 0 0 2-4.497a.5.5 0 1 0-1-.003a4.544 4.544 0 0 1-1.105 2.906A4.777 4.777 0 0 1 9.326 7H6.73l-.075.001a4.777 4.777 0 0 1-3.561-1.586A4.54 4.54 0 0 1 2 2.514a.5.5 0 1 0-1-.003a6.192 6.192 0 0 0 1.996 4.486L3 8.001c-3 .06-3 1.42-3 3.47a.5.5 0 0 0 1 0c0-1.72 0-2.4 2-2.47a9.633 9.633 0 0 0 .612 3.136c-.383.006-.696.176-.942.414a3.857 3.857 0 0 0-.711 2.242c0 .2.015.397.044.589L2 15.5a.5.5 0 0 0 1 0v-.14a3.272 3.272 0 0 1 .389-2.096c.165-.152.401-.257.66-.264a4.748 4.748 0 0 0 2.92 1.994L7 14h2v1a4.745 4.745 0 0 0 2.939-1.983c.013-.017.016-.017.019-.017a1 1 0 0 1 .663.251a3.26 3.26 0 0 1 .377 2.127l.002.121a.5.5 0 0 0 1 0v-.14a3.875 3.875 0 0 0-.678-2.802a1.841 1.841 0 0 0-.9-.466c.336-.917.55-1.975.578-3.08c2-.012 2 .708 2 2.458a.5.5 0 0 0 1 0c0-2.03 0-3.39-3-3.47zm-7 5.5a3.333 3.333 0 0 1-1.083-.989L4.67 12.1l-.15-.39A8.478 8.478 0 0 1 4 9.013V7.35a5.425 5.425 0 0 0 1.973.647L6 13.57zm3-.5H7v-1h2v1zm0-2H7v-1h2v1zm0-2H7V8h2v1zm3 0a8.642 8.642 0 0 1-.54 2.77l-.13.33l-.24.4c-.285.411-.65.747-1.074.992L10 8a5.515 5.515 0 0 0 2.029-.624L12 9z\"/><path fill=\"currentColor\" d=\"M8 6.2a7.596 7.596 0 0 0 3.903-1.129a.31.31 0 0 0 .098-.229L12 4.819a2.914 2.914 0 0 0-1.781-2.522c-.137-.05-.219-.16-.219-.29V.499a.5.5 0 0 0-1 0v1.2a.3.3 0 0 1-.3.3H7.3a.3.3 0 0 1-.3-.3v-1.2a.5.5 0 0 0-1 0v1.5a.3.3 0 0 1-.198.269A2.92 2.92 0 0 0 4 4.812l-.001.029c0 .102.051.193.13.247a5.847 5.847 0 0 0 3.89 1.11zM10 3a1 1 0 1 1 0 2a1 1 0 0 1 0-2zM6 3a1 1 0 1 1 0 2a1 1 0 0 1 0-2z\"/>"
},
"building": {
"body": "<path fill=\"currentColor\" d=\"M3 0v16h4v-3h2v3h4V0H3zm3 12H4v-2h2v2zm0-3H4V7h2v2zm0-3H4V4h2v2zm0-3H4V1h2v2zm3 9H7v-2h2v2zm0-3H7V7h2v2zm0-3H7V4h2v2zm0-3H7V1h2v2zm3 9h-2v-2h2v2zm0-3h-2V7h2v2zm0-3h-2V4h2v2zm0-3h-2V1h2v2z\"/>"
},
"building-o": {
"body": "<path fill=\"currentColor\" d=\"M2 0v16h12V0H2zm11 15H9v-3H7v3H3V1h10v14z\"/><path fill=\"currentColor\" d=\"M4 9h2v2H4V9zm3 0h2v2H7V9zm3 0h2v2h-2V9zM4 6h2v2H4V6zm3 0h2v2H7V6zm3 0h2v2h-2V6zM4 3h2v2H4V3zm3 0h2v2H7V3zm3 0h2v2h-2V3z\"/>"
},
"bullets": {
"body": "<path fill=\"currentColor\" d=\"M0 2.5C0 3.3.7 4 1.5 4S3 3.3 3 2.5S2.3 1 1.5 1S0 1.7 0 2.5zm0 5C0 8.3.7 9 1.5 9S3 8.3 3 7.5S2.3 6 1.5 6S0 6.7 0 7.5zm0 5c0 .8.7 1.5 1.5 1.5S3 13.3 3 12.5S2.3 11 1.5 11S0 11.7 0 12.5zM5 1h11v3H5V1zm0 5h11v3H5V6zm0 5h11v3H5v-3z\"/>"
},
"bullseye": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm0 14.9c-3.8 0-6.9-3.1-6.9-6.9S4.2 1.1 8 1.1s6.9 3.1 6.9 6.9s-3.1 6.9-6.9 6.9z\"/><path fill=\"currentColor\" d=\"M8 2.3C4.8 2.3 2.3 4.8 2.3 8s2.6 5.7 5.7 5.7s5.7-2.6 5.7-5.7S11.2 2.3 8 2.3zm0 10.3c-2.5 0-4.6-2.1-4.6-4.6S5.5 3.4 8 3.4s4.6 2.1 4.6 4.6c0 2.5-2.1 4.6-4.6 4.6z\"/><path fill=\"currentColor\" d=\"M8 4.6C6.1 4.6 4.6 6.1 4.6 8s1.5 3.4 3.4 3.4s3.4-1.5 3.4-3.4S9.9 4.6 8 4.6z\"/>"
},
"buss": {
"body": "<path fill=\"currentColor\" d=\"M14.67 4H14V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2h-.68a.32.32 0 0 0-.32.32v2.36c0 .177.143.32.32.32H2v6c0 .55 0 1 1 1v1.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V14h4v1.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V14c1 0 1-.45 1-1V7h.67a.33.33 0 1 0 0-.66a.33.33 0 0 0 0 .66a.33.33 0 0 0 .33-.33V4.33a.33.33 0 0 0-.33-.33zM6 1h4v1H6V1zM4 12a1 1 0 1 1 0-2a1 1 0 0 1 0 2zM3 8V3h10v5H3zm9 4a1 1 0 1 1 0-2a1 1 0 0 1 0 2z\"/>"
},
"button": {
"body": "<path fill=\"currentColor\" d=\"m15.7 5.3l-1-1c-.2-.2-.4-.3-.7-.3H1c-.6 0-1 .4-1 1v5c0 .3.1.6.3.7l1 1c.2.2.4.3.7.3h13c.6 0 1-.4 1-1V6c0-.3-.1-.5-.3-.7zM14 10H1V5h13v5z\"/>"
},
"calc": {
"body": "<path fill=\"currentColor\" d=\"M9 3h6v2H9V3zm0 8h6v2H9v-2zM5 1H3v2H1v2h2v2h2V5h2V3H5zm2 9.4L5.6 9L4 10.6L2.4 9L1 10.4L2.6 12L1 13.6L2.4 15L4 13.4L5.6 15L7 13.6L5.4 12zm6 4.1a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm0-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0z\"/>"
},
"calc-book": {
"body": "<path fill=\"currentColor\" d=\"M11.9 0c-1.3 0-2 .4-2.4.8C9.1.4 8.4 0 7 0C3.6 0 3 2 3 2v4H0v10h7v-4.6l1.5-.2s.2-.3.3.7h1.3c.1-1 .4-.7.4-.7l5.5.7V2.1S15.4 0 11.9 0zM1 7h5v2H1V7zm5 3v1H5v-1h1zm-2 0v1H3v-1h1zm-2 5H1v-1h1v1zm0-2H1v-1h1v1zm0-2H1v-1h1v1zm2 4H3v-1h1v1zm0-2H3v-1h1v1zm2 2H5v-1h1v1zm0-2H5v-1h1v1zm3-3.5c-.9-.1-1.3-.3-2-.3V6H4V2.1c0-.4.8-1.5 3-1.5c1.8 0 1.9.8 1.9 1v7.9zm6 .4c-1-.4-1.1-.7-2.5-.7h-.2c-1 0-1.3.2-2.3.4V1.8c0-.2.2-1.1 1.9-1.1c2.3 0 3.1.9 3.1 1.4v7.8z\"/>"
},
"calendar": {
"body": "<path fill=\"currentColor\" d=\"M14 1v3h-3V1H5v3H2V1H0v15h16V1h-2zM3 15H1v-2h2v2zm0-3H1v-2h2v2zm0-3H1V7h2v2zm3 6H4v-2h2v2zm0-3H4v-2h2v2zm0-3H4V7h2v2zm3 6H7v-2h2v2zm0-3H7v-2h2v2zm0-3H7V7h2v2zm3 6h-2v-2h2v2zm0-3h-2v-2h2v2zm0-3h-2V7h2v2zm3 6h-2v-2h2v2zm0-3h-2v-2h2v2zm0-3h-2V7h2v2z\"/><path fill=\"currentColor\" d=\"M3 0h1v3H3V0zm9 0h1v3h-1V0z\"/>"
},
"calendar-briefcase": {
"body": "<path fill=\"currentColor\" d=\"M3 0h1v3H3V0zm8 0h1v3h-1V0z\"/><path fill=\"currentColor\" d=\"M13 1v3h-3V1H5v3H2V1H0v14h5v-1H1V6h13v3h1V1z\"/><path fill=\"currentColor\" d=\"M13 10V8H9v2H6v6h10v-6h-3zm-3-1h2v1h-2V9z\"/>"
},
"calendar-clock": {
"body": "<path fill=\"currentColor\" d=\"M3 0h1v3H3V0zm8 0h1v3h-1V0z\"/><path fill=\"currentColor\" d=\"M6.6 14H1V6h13v.6c.4.2.7.4 1 .7V1h-2v3h-3V1H5v3H2V1H0v14h7.3c-.3-.3-.5-.6-.7-1z\"/><path fill=\"currentColor\" d=\"M14 12h-3V9h1v2h2z\"/><path fill=\"currentColor\" d=\"M11.5 8c1.9 0 3.5 1.6 3.5 3.5S13.4 15 11.5 15S8 13.4 8 11.5S9.6 8 11.5 8zm0-1C9 7 7 9 7 11.5S9 16 11.5 16s4.5-2 4.5-4.5S14 7 11.5 7z\"/>"
},
"calendar-envelope": {
"body": "<path fill=\"currentColor\" d=\"M3 0h1v2H3V0zm6 0h1v2H9V0z\"/><path fill=\"currentColor\" d=\"M13 7V1h-2v2H8V1H5v2H2V1H0v12h4v3h12V7h-3zm-9 5H1V5h11v2H4v5zm1-1.8l2.6 1.5L5 14.3v-4.1zm.7 4.8l2.8-2.8l1.5.9l1.5-.8l2.8 2.8H5.7zm9.3-.7l-2.6-2.6l2.6-1.4v4zm0-5.1l-5 2.7L5 9V8h10v1.2zm.4.4z\"/>"
},
"calendar-o": {
"body": "<path fill=\"currentColor\" d=\"M14 1v3h-3V1H5v3H2V1H0v15h16V1h-2zm1 14H1V6h14v9z\"/><path fill=\"currentColor\" d=\"M3 0h1v3H3V0zm9 0h1v3h-1V0z\"/>"
},
"calendar-user": {
"body": "<path fill=\"currentColor\" d=\"M3 0h1v3H3V0zm8 0h1v3h-1V0z\"/><path fill=\"currentColor\" d=\"M9 14.1c0-.1 0-.1 0 0L1 14V6h13v1.2c.4.1.7.3 1 .6V1h-2v3h-3V1H5v3H2V1H0v14h9v-.9z\"/><path fill=\"currentColor\" d=\"M15 10a2 2 0 1 1-3.999.001A2 2 0 0 1 15 10z\"/><path fill=\"currentColor\" d=\"M13.9 12h-1.8c-1.1 0-2.1.9-2.1 2.1V16h6v-1.9c0-1.2-.9-2.1-2.1-2.1z\"/>"
},
"camera": {
"body": "<path fill=\"currentColor\" d=\"M11 9a3 3 0 1 1-6 0a3 3 0 0 1 6 0z\"/><path fill=\"currentColor\" d=\"M11 4V1H5v3H0v9h5c.8.6 1.9 1 3 1s2.2-.4 3-1h5V4h-5zM6 2h4v2H6V2zm2 11c-2.2 0-4-1.8-4-4s1.8-4 4-4s4 1.8 4 4s-1.8 4-4 4zm7-7h-2V5h2v1z\"/>"
},
"car": {
"body": "<path fill=\"currentColor\" d=\"m15 6.1l-1.4-2.9c-.4-.7-1.1-1.2-1.9-1.2H4.3c-.8 0-1.5.5-1.9 1.2L1 6.1c-.6.1-1 .6-1 1.1v3.5c0 .6.4 1.1 1 1.2v2c0 .6.5 1.1 1.1 1.1H3c.5 0 1-.5 1-1.1V12h8v1.9c0 .6.5 1.1 1.1 1.1h.9c.6 0 1.1-.5 1.1-1.1v-2c.6-.1 1-.6 1-1.2V7.2c-.1-.5-.5-1-1.1-1.1zM4 8.4c0 .3-.3.6-.6.6H1.6c-.3 0-.6-.3-.6-.6v-.8c0-.3.3-.6.6-.6h1.8c.3 0 .6.3.6.6v.8zm6 2.6H6v-1h4v1zM2.1 6l1.2-2.4c.2-.4.6-.6 1-.6h7.4c.4 0 .8.2 1 .6L13.9 6H2.1zM15 8.4c0 .3-.3.6-.6.6h-1.8c-.3 0-.6-.3-.6-.6v-.8c0-.3.3-.6.6-.6h1.8c.3 0 .6.3.6.6v.8z\"/>"
},
"caret-down": {
"body": "<path fill=\"currentColor\" d=\"M3 4h10l-5 7z\"/>"
},
"caret-left": {
"body": "<path fill=\"currentColor\" d=\"M11 3v10L4 8z\"/>"
},
"caret-right": {
"body": "<path fill=\"currentColor\" d=\"M5 13V3l7 5z\"/>"
},
"caret-square-down-o": {
"body": "<path fill=\"currentColor\" d=\"M15 1H1v14h14V1zm-1 13H2V2h12v12z\"/><path fill=\"currentColor\" d=\"M4 6h8l-4 5z\"/>"
},
"caret-square-left-o": {
"body": "<path fill=\"currentColor\" d=\"M15 1H1v14h14V1zm-1 13H2V2h12v12z\"/><path fill=\"currentColor\" d=\"M10 4v8L5 8z\"/>"
},
"caret-square-right-o": {
"body": "<path fill=\"currentColor\" d=\"M15 1H1v14h14V1zm-1 13H2V2h12v12z\"/><path fill=\"currentColor\" d=\"M5.9 12V4l5 4z\"/>"
},
"caret-square-up-o": {
"body": "<path fill=\"currentColor\" d=\"M15 1H1v14h14V1zm-1 13H2V2h12v12z\"/><path fill=\"currentColor\" d=\"M12 10H4l4-5z\"/>"
},
"caret-up": {
"body": "<path fill=\"currentColor\" d=\"M13 12H3l5-7z\"/>"
},
"cart": {
"body": "<path fill=\"currentColor\" d=\"M14 13.1V12H4.6l.6-1.1l9.2-.9L16 4H3.7L3 1H0v1h2.2l2.1 8.4L3 13v1.5c0 .8.7 1.5 1.5 1.5S6 15.3 6 14.5S5.3 13 4.5 13H12v1.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5c0-.7-.4-1.2-1-1.4z\"/>"
},
"cart-o": {
"body": "<path fill=\"currentColor\" d=\"M14 13.1V12H4.6l.6-1.1l9.2-.9L16 4H3.7L3 1H0v1h2.2l2.1 8.4L3 13v1.5c0 .8.7 1.5 1.5 1.5S6 15.3 6 14.5S5.3 13 4.5 13H12v1.5c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5c0-.7-.4-1.2-1-1.4zM4 5h10.7l-1.1 4l-8.4.9L4 5z\"/>"
},
"cash": {
"body": "<path fill=\"currentColor\" d=\"M16 14H2v-1h13V6h1v8z\"/><path fill=\"currentColor\" d=\"M13 4v7H1V4h12zm1-1H0v9h14V3z\"/><path fill=\"currentColor\" d=\"M3 6H2v3h1v1h4a2.5 2.5 0 1 1 0-5H3v1zm8 0V5H7a2.5 2.5 0 1 1 0 5h4V9h1V6h-1z\"/>"
},
"chart": {
"body": "<path fill=\"currentColor\" d=\"M0 15h16v1H0v-1z\"/><path fill=\"currentColor\" d=\"M0 0h1v16H0V0zm9 8L6.1 5L2 9v5h14V.9z\"/>"
},
"chart-3d": {
"body": "<path fill=\"currentColor\" d=\"M12 4V2L8 0L4 2v1L0 5v5l12 6l4-2V6zm-8 6.88l-3-1.5v-3.3l3 1.53v3.27zm0-4.39l-2.34-1.2L4 4.12v2.37zm4 6.39l-3-1.5V3.07l3 1.54v8.27zM5.66 2.29L8 1.12l2.34 1.17L8 3.49zM12 14.88l-3-1.5V7.07l3 1.54v6.27zm0-7.39l-2.34-1.2L12 5.12l2.34 1.17z\"/>"
},
"chart-grid": {
"body": "<path fill=\"currentColor\" d=\"M0 9v7h16V9H0zm5 6H1v-1h4v1zm0-2H1v-1h4v1zm0-2H1v-1h4v1zm5 4H6v-1h4v1zm0-2H6v-1h4v1zm0-2H6v-1h4v1zm5 4h-4v-1h4v1zm0-2h-4v-1h4v1zm0-2h-4v-1h4v1zm1-3H0V0h1v7h15v1z\"/><path fill=\"currentColor\" d=\"M15 1.57L9.98 4.43L6.02 2.45L2 4.06v1.08l3.98-1.59l4.04 2.02L15 2.72V1.57z\"/>"
},
"chart-line": {
"body": "<path fill=\"currentColor\" d=\"M0 16h16V0h-1v2.6L11 6V0h-1v6.4l-4-.9V0H5v5.7L1 8.6V0H0zm5-2H1v-1.7l4-2.9V14zm5 0H6V8.7l.1-.1l3.9.9V14zm5 0h-4V9.7h.1L15 6.5V14z\"/>"
},
"chart-timeline": {
"body": "<path fill=\"currentColor\" d=\"M16 13v-1H1V0H0v13h5v2H0v1h16v-1h-5v-2h5z\"/><path fill=\"currentColor\" d=\"M9 7L6 4L2 8v3h14V0L9 7z\"/>"
},
"chat": {
"body": "<path fill=\"currentColor\" d=\"M14 14.2c0-.6 2-1.8 2-3.1c0-1.5-1.4-2.7-3.1-3.2c.7-.8 1.1-1.7 1.1-2.8C14 2.3 11.1 0 7.4 0C3.9 0 0 2.1 0 5.1c0 2.1 1.6 3.6 2.3 4.2c-.1 1.2-.6 1.7-.6 1.7L.5 12H2c1.6 0 2.9-.5 3.7-1.1v.2c0 2 2.2 3.6 5 3.6h.6c.4.5 1.7 1.4 3.4 1.4c.1-.1-.7-.5-.7-1.9zM7.4 1C10.5 1 13 2.9 13 5.1s-2.6 4.1-5.8 4.1H6.1l-.1.2c-.3.4-1.5 1.2-3.1 1.5c.1-.4.1-1 .1-1.8v-.3C2 8 .9 6.6.9 5.2C.9 3 4.1 1 7.4 1z\"/>"
},
"check": {
"body": "<path fill=\"currentColor\" d=\"M7.3 14.2L.2 9l1.7-2.4l4.8 3.5l6.6-8.5l2.3 1.8z\"/>"
},
"check-circle": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm-.9 11.7L2.9 7.6l1.4-1.4L7 8.9L12 4l1.4 1.4l-6.3 6.3z\"/>"
},
"check-circle-o": {
"body": "<path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/><path fill=\"currentColor\" d=\"M7.1 11.7L2.9 7.6l1.4-1.4l2.8 2.7L12 4l1.4 1.4z\"/>"
},
"check-square": {
"body": "<path fill=\"currentColor\" d=\"M13 .9L12 2H0v14h14V5.5l1.7-2L13 .9zM6.5 11.7L2.3 7.5l1.4-1.4l2.7 2.7L13 2.2l1.4 1.4l-7.9 8.1z\"/>"
},
"check-square-o": {
"body": "<path fill=\"currentColor\" d=\"M14 6.2V14H2V2h10.5l1-1H1v14h14V5.2z\"/><path fill=\"currentColor\" d=\"M7.9 10.9L3.7 6.7l1.5-1.4l2.7 2.8l6.7-6.7L16 2.8z\"/>"
},
"chevron-circle-down": {
"body": "<path fill=\"currentColor\" d=\"M0 8c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8s-8 3.6-8 8zm11.6-2.8L13 6.6l-5 5l-5-5l1.4-1.4L8 8.8l3.6-3.6z\"/>"
},
"chevron-circle-down-o": {
"body": "<path fill=\"currentColor\" d=\"m13 6.6l-5 5l-5-5l1.4-1.4L8 8.8l3.6-3.6z\"/><path fill=\"currentColor\" d=\"M1 8c0-3.9 3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7zM0 8c0 4.4 3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8s-8 3.6-8 8z\"/>"
},
"chevron-circle-left": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm2.8 11.6L9.4 13l-5-5l5-5l1.4 1.4L7.2 8l3.6 3.6z\"/>"
},
"chevron-circle-left-o": {
"body": "<path fill=\"currentColor\" d=\"m9.4 13l-5-5l5-5l1.4 1.4L7.2 8l3.6 3.6z\"/><path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/>"
},
"chevron-circle-right": {
"body": "<path fill=\"currentColor\" d=\"M8 16c4.4 0 8-3.6 8-8s-3.6-8-8-8s-8 3.6-8 8s3.6 8 8 8zM5.2 4.4L6.6 3l5 5l-5 5l-1.4-1.4L8.8 8L5.2 4.4z\"/>"
},
"chevron-circle-right-o": {
"body": "<path fill=\"currentColor\" d=\"m6.6 13l5-5l-5-5l-1.4 1.4L8.8 8l-3.6 3.6z\"/><path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/>"
},
"chevron-circle-up": {
"body": "<path fill=\"currentColor\" d=\"M16 8c0-4.4-3.6-8-8-8S0 3.6 0 8s3.6 8 8 8s8-3.6 8-8zM4.4 10.8L3 9.4l5-5l5 5l-1.4 1.4L8 7.2l-3.6 3.6z\"/>"
},
"chevron-circle-up-o": {
"body": "<path fill=\"currentColor\" d=\"m3 9.4l5-5l5 5l-1.4 1.4L8 7.2l-3.6 3.6z\"/><path fill=\"currentColor\" d=\"M15 8c0 3.9-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7zm1 0c0-4.4-3.6-8-8-8S0 3.6 0 8s3.6 8 8 8s8-3.6 8-8z\"/>"
},
"chevron-down": {
"body": "<path fill=\"currentColor\" d=\"m8 13.1l-8-8l2.1-2.2L8 8.8l5.9-5.9L16 5.1z\"/>"
},
"chevron-down-small": {
"body": "<path fill=\"currentColor\" d=\"M8 12L1.68 5.68L3.35 4L8 8.65L12.65 4l1.67 1.68L8 12z\"/>"
},
"chevron-left": {
"body": "<path fill=\"currentColor\" d=\"m2.9 8l8-8l2.2 2.1L7.2 8l5.9 5.9l-2.2 2.1z\"/>"
},
"chevron-left-small": {
"body": "<path fill=\"currentColor\" d=\"m4 8l6.32-6.32L12 3.35L7.35 8L12 12.65l-1.68 1.67L4 8z\"/>"
},
"chevron-right": {
"body": "<path fill=\"currentColor\" d=\"m13.1 8l-8 8l-2.2-2.1L8.8 8L2.9 2.1L5.1 0z\"/>"
},
"chevron-right-small": {
"body": "<path fill=\"currentColor\" d=\"M12 8L5.68 1.68L4 3.35L8.65 8L4 12.65l1.68 1.67L12 8z\"/>"
},
"chevron-up": {
"body": "<path fill=\"currentColor\" d=\"m8 2.9l8 8l-2.1 2.2L8 7.2l-5.9 5.9L0 10.9z\"/>"
},
"chevron-up-small": {
"body": "<path fill=\"currentColor\" d=\"m8 4l-6.32 6.32L3.35 12L8 7.35L12.65 12l1.67-1.68L8 4z\"/>"
},
"child": {
"body": "<path fill=\"currentColor\" d=\"M10 5a2 2 0 1 1-3.999.001A2 2 0 0 1 10 5z\"/><path fill=\"currentColor\" d=\"m12.79 10.32l-2.6-2.63A2.311 2.311 0 0 0 8.54 7H7.469c-.648 0-1.235.264-1.659.69l-2.6 2.63a.73.73 0 1 0 .998 1.003L6 9.53V16h1.5v-4h1v4H10V9.53l1.75 1.8a.73.73 0 1 0 1.041-1.009z\"/>"
},
"circle": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/>"
},
"circle-thin": {
"body": "<path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/>"
},
"clipboard": {
"body": "<path fill=\"currentColor\" d=\"M11 1V0H5v1H3v1H2v14h12v-1h1V1h-4zM6 1h4v2H6V1zm7 14H3V3h2v1h6V3h2v12z\"/>"
},
"clipboard-check": {
"body": "<path fill=\"currentColor\" d=\"M11 1V0H5v1H3v1H2v14h12v-1h1V1h-4zM6 1h4v2H6V1zm7 14H3V3h2v1h6V3h2v12z\"/><path fill=\"currentColor\" d=\"m7.39 12.47l-3-2.73l1.35-1.48L7.32 9.7l2.87-2.9l1.42 1.4l-4.22 4.27z\"/>"
},
"clipboard-cross": {
"body": "<path fill=\"currentColor\" d=\"M11 1V0H5v1H3v1H2v14h12v-1h1V1h-4zM6 1h4v2H6V1zm7 14H3V3h2v1h6V3h2v12z\"/><path fill=\"currentColor\" d=\"M11 8H9V6H7v2H5v2h2v2h2v-2h2z\"/>"
},
"clipboard-heart": {
"body": "<path fill=\"currentColor\" d=\"M9.5 7c-.6 0-1.1.6-1.5 1c-.4-.4-.9-1-1.5-1c-1.5 0-2.1 1.9-1 2.9L8 12l2.5-2.1c1.1-1 .5-2.9-1-2.9z\"/><path fill=\"currentColor\" d=\"M11 1V0H5v1H3v1H2v14h12v-1h1V1h-4zM6 1h4v2H6V1zm7 14H3V3h2v1h6V3h2v12z\"/>"
},
"clipboard-pulse": {
"body": "<path fill=\"currentColor\" d=\"M11 1V0H5v1H3v1H2v14h12v-1h1V1h-4zM6 1h4v2H6V1zm7 14H3V3h2v1h6V3h2v12z\"/><path fill=\"currentColor\" d=\"M9.3 13c-.2 0-.3-.1-.4-.3l-.8-4.8l-.7 3.1c0 .1-.1.2-.3.3c-.1 0-.3 0-.4-.1l-1-1.3H4.4c-.2 0-.4-.2-.4-.4s.2-.4.4-.4H6c.1 0 .2.1.3.1l.6.8l.9-4.3c0-.2.2-.3.4-.3s.3.2.3.4l.9 5.3l.6-1.7c.1-.1.2-.2.3-.2h1.3c.2 0 .4.2.4.4s-.2.4-.4.4h-1l-1 2.9s-.2.1-.3.1z\"/>"
},
"clipboard-text": {
"body": "<path fill=\"currentColor\" d=\"M4 6h8v1H4V6zm0 2h8v1H4V8zm0 2h5v1H4v-1z\"/><path fill=\"currentColor\" d=\"M11 1V0H5v1H3v1H2v14h12v-1h1V1h-4zM6 1h4v2H6V1zm7 14H3V3h2v1h6V3h2v12z\"/>"
},
"clipboard-user": {
"body": "<path fill=\"currentColor\" d=\"M11 1V0H5v1H3v1H2v14h12v-1h1V1h-4zM6 1h4v2H6V1zm7 14H3V3h2v1h6V3h2v12z\"/><path fill=\"currentColor\" d=\"M8 6C5.5 6 6.7 9.2 6.7 9.2c.3.4.7.4.7.6c0 .3-.3.3-.6.4c-.5.1-.9-.1-1.4.8c-.3.4-.4 2-.4 2h6s-.1-1.6-.4-2c-.4-.8-.9-.7-1.4-.8c-.3 0-.6-.1-.6-.4s.3-.2.6-.6C9.3 9.2 10.5 6 8 6z\"/>"
},
"clock": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm0 14c-3.3 0-6-2.7-6-6s2.7-6 6-6s6 2.7 6 6s-2.7 6-6 6z\"/><path fill=\"currentColor\" d=\"M8 3H7v6h5V8H8z\"/>"
},
"close": {
"body": "<path fill=\"currentColor\" d=\"M15.1 3.1L12.9.9L8 5.9L3.1.9L.9 3.1l5 4.9l-5 4.9l2.2 2.2l4.9-5l4.9 5l2.2-2.2l-5-4.9z\"/>"
},
"close-big": {
"body": "<path fill=\"currentColor\" d=\"m16 0l-1 .01L8 7L1 .01L0 0v1l7 7l-7 7v1h1l7-7l7 7h1v-1L9 8l7-7V0z\"/>"
},
"close-circle": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm4.2 10.8l-1.4 1.4L8 9.4l-2.8 2.8l-1.4-1.4L6.6 8L3.8 5.2l1.4-1.4L8 6.6l2.8-2.8l1.4 1.4L9.4 8l2.8 2.8z\"/>"
},
"close-circle-o": {
"body": "<path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/><path fill=\"currentColor\" d=\"M12.2 10.8L9.4 8l2.8-2.8l-1.4-1.4L8 6.6L5.2 3.8L3.8 5.2L6.6 8l-2.8 2.8l1.4 1.4L8 9.4l2.8 2.8z\"/>"
},
"close-small": {
"body": "<path fill=\"currentColor\" d=\"m12.96 4.46l-1.42-1.42L8 6.59L4.46 3.04L3.04 4.46L6.59 8l-3.55 3.54l1.42 1.42L8 9.41l3.54 3.55l1.42-1.42L9.41 8l3.55-3.54z\"/>"
},
"cloud": {
"body": "<path fill=\"currentColor\" d=\"M14 13c1.1 0 2-.9 2-2s-.9-2-2-2h-.1c0-.3.1-.6.1-1c0-2.2-1.8-4-4-4c-.8 0-1.5.2-2.2.6C7.5 3.7 6.6 3 5.5 3C4.1 3 3 4.1 3 5.5c0 .6.2 1.1.6 1.6C3.4 7 3.2 7 3 7c-1.7 0-3 1.3-3 3s1.3 3 3 3h11z\"/>"
},
"cloud-download": {
"body": "<path fill=\"currentColor\" d=\"M14 10h-.1c0-.3.1-.6.1-1c0-2.2-1.8-4-4-4V1H6v3.1C5.8 4 5.7 4 5.5 4C4.1 4 3 5.1 3 6.5c0 .6.2 1.1.6 1.6C3.4 8 3.2 8 3 8c-1.7 0-3 1.3-3 3s1.3 3 3 3h11c1.1 0 2-.9 2-2s-.9-2-2-2zm-6 1.4L5.1 8H7V2h2v6h1.9L8 11.4z\"/>"
},
"cloud-download-o": {
"body": "<path fill=\"currentColor\" d=\"M14.1 9.8v-.6c0-2.4-1.9-4.3-4.2-4.3c-.3.1-.6.1-.9.1V2H7v2.4c-.4-.3-.9-.4-1.3-.4c-1.6 0-2.9 1.3-2.9 2.9c0 .3.1.6.2.9c-1.6.2-3 1.8-3 3.6C0 13.3 1.5 15 3.3 15h10.3c1.4 0 2.4-1.5 2.4-2.7s-.8-2.3-1.9-2.5zm-.5 4.2H3.3C2.1 14 1 12.7 1 11.4s1.1-2.6 2.3-2.6h.4l1.4.2l-.9-1c-.2-.3-.4-.7-.4-1.2c0-1 .8-1.8 1.8-1.8c.5 0 1 .2 1.3.6V8H5l3 4l3-4H9V6.1c.3-.1.6-.1.9-.1c1.8 0 3.2 1.5 3.2 3.3c0 .3 0 .6-.1.9l-.2.6l.8.1c.7 0 1.4.7 1.4 1.5c0 .7-.6 1.6-1.4 1.6z\"/>"
},
"cloud-o": {
"body": "<path fill=\"currentColor\" d=\"M14.1 8.9v-.6c0-2.4-1.9-4.3-4.2-4.3c-.6 0-1.2.1-1.8.4c-.5-.7-1.5-1.2-2.4-1.2c-1.6 0-2.9 1.2-2.9 2.8c0 .3.1.6.2.9c-1.6.2-3 1.8-3 3.5C0 12.3 1.5 14 3.3 14h10.3c1.4 0 2.4-1.4 2.4-2.6s-.8-2.2-1.9-2.5zm-.5 4.1H3.3C2.1 13 1 11.8 1 10.5S2.1 8 3.3 8h.4l1.3.3l-.8-1.2c-.2-.3-.4-.7-.4-1.1c0-1 .8-1.8 1.8-1.8c.8 0 1.5.5 1.7 1.2l.3.6l.5-.3c.5-.3 1.1-.5 1.8-.5c1.8 0 3.2 1.5 3.2 3.3c0 .3 0 .6-.1.9l-.2.6h.8c.7 0 1.4.7 1.4 1.5c0 .6-.6 1.5-1.4 1.5z\"/>"
},
"cloud-upload": {
"body": "<path fill=\"currentColor\" d=\"M14 10h-.1c0-.3.1-.6.1-1c0-1.6-1-3-2.4-3.6L8 1L5.5 4C4.1 4 3 5.1 3 6.5c0 .6.2 1.1.6 1.6C3.4 8 3.2 8 3 8c-1.7 0-3 1.3-3 3s1.3 3 3 3h11c1.1 0 2-.9 2-2s-.9-2-2-2zM9 6v6H7V6H5.1L8 2.6L10.9 6H9z\"/>"
},
"cloud-upload-o": {
"body": "<path fill=\"currentColor\" d=\"M14.1 10.9v-.6c0-2.4-1.9-4.3-4.2-4.3c-.3 0-.6 0-.9.1V4h2L8 0L5 4h2v1.5c-.4-.2-.9-.3-1.3-.3c-1.6 0-2.9 1.2-2.9 2.8c0 .3.1.6.2.9c-1.6.2-3 1.8-3 3.5C0 14.3 1.5 16 3.3 16h10.3c1.4 0 2.4-1.4 2.4-2.6s-.8-2.2-1.9-2.5zm-.5 4.1H3.3C2.1 15 1 13.8 1 12.5S2.1 10 3.3 10h.4l1.3.3l-.8-1.2c-.2-.3-.4-.7-.4-1.1c0-1 .8-1.8 1.8-1.8c.5 0 1 .2 1.3.6V10h2V7.2c.3-.1.6-.1.9-.1c1.8 0 3.2 1.5 3.2 3.3c0 .3 0 .6-.1.9l-.2.6h.8c.7 0 1.4.7 1.4 1.5c.1.7-.5 1.6-1.3 1.6z\"/>"
},
"cluster": {
"body": "<path fill=\"currentColor\" d=\"M14 12a1.993 1.993 0 0 0-1.008.305L10.78 10.15a3.439 3.439 0 0 0 .74-1.993L13.09 8a1.49 1.49 0 1 0-.089-.768l-1.591.128a3.512 3.512 0 0 0-1.978-2.521L9.74 4H10a2 2 0 1 0-1.01-.265l-.27.855a3.31 3.31 0 0 0-.754-.084c-.83 0-1.59.296-2.181.789L2.791 2.291a1.5 1.5 0 1 0-1.291.71c.281-.001.544-.079.767-.214L5.26 5.791a3.446 3.446 0 0 0-.76 2.168v.203l-.66.11a2 2 0 1 0 .161.786L4 8.999l.63-.097a3.522 3.522 0 0 0 1.466 1.992l-.556 1.188a1.947 1.947 0 0 0-.539-.08h-.017a2 2 0 1 0 1.231.423l.566-1.153c.364.146.787.231 1.229.231c.847 0 1.621-.311 2.216-.824l2.176 2.124a2 2 0 1 0 1.6-.8zm-9 3a1 1 0 1 1 0-2a1 1 0 0 1 0 2zm3-4.5a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5z\"/>"
},
"code": {
"body": "<path fill=\"currentColor\" d=\"M5.2 14L9.7 2h1.1L6.3 14zm5.9-1h1.2L16 8l-3.7-5H11l3.8 5zm-6.2 0H3.7L0 8l3.7-5H5L1.2 8z\"/>"
},
"coffee": {
"body": "<path fill=\"currentColor\" d=\"m14 13l-4 1H4l-4-1v-1h14zm.7-10H13V2H1v5c0 1.5.8 2.8 2 3.4v.6h8v-.6c.9-.5 1.6-1.4 1.9-2.4h.1c2.3 0 2.9-2 3-3.5c.1-.8-.5-1.5-1.3-1.5zM13 7V4h1.7c.1 0 .2.1.2.1s.1.1.1.3C14.8 7 13.4 7 13 7z\"/>"
},
"cog": {
"body": "<path fill=\"currentColor\" d=\"M16 9V7l-1.7-.6c-.2-.6-.4-1.2-.7-1.8l.8-1.6L13 1.6l-1.6.8c-.5-.3-1.1-.6-1.8-.7L9 0H7l-.6 1.7c-.6.2-1.2.4-1.7.7l-1.6-.8l-1.5 1.5l.8 1.6c-.3.5-.5 1.1-.7 1.7L0 7v2l1.7.6c.2.6.4 1.2.7 1.8L1.6 13L3 14.4l1.6-.8c.5.3 1.1.6 1.8.7L7 16h2l.6-1.7c.6-.2 1.2-.4 1.8-.7l1.6.8l1.4-1.4l-.8-1.6c.3-.5.6-1.1.7-1.8L16 9zm-8 3c-2.2 0-4-1.8-4-4s1.8-4 4-4s4 1.8 4 4s-1.8 4-4 4z\"/><path fill=\"currentColor\" d=\"M10.6 7.9a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0z\"/>"
},
"cog-o": {
"body": "<path fill=\"currentColor\" d=\"m15.2 6l-1.1-.2c-.1-.2-.1-.4-.2-.6l.6-.9l.5-.7L12.4 1l-.7.5l-.9.6c-.2-.1-.4-.1-.6-.2L10 .8L9.8 0H6.2L6 .8l-.2 1.1c-.2.1-.4.1-.6.2l-.9-.6l-.7-.4l-2.5 2.5l.5.7l.6.9c-.2.2-.2.4-.3.6L.8 6l-.8.2v3.6l.8.2l1.1.2c.1.2.1.4.2.6l-.6.9l-.5.7L3.6 15l.7-.5l.9-.6c.2.1.4.1.6.2l.2 1.1l.2.8h3.6l.2-.8l.2-1.1c.2-.1.4-.1.6-.2l.9.6l.7.5l2.6-2.6l-.5-.7l-.6-.9c.1-.2.2-.4.2-.6l1.1-.2l.8-.2V6.2l-.8-.2zM15 9l-1.7.3c-.1.5-.3 1-.6 1.5l.9 1.4l-1.4 1.4l-1.4-.9c-.5.3-1 .5-1.5.6L9 15H7l-.3-1.7c-.5-.1-1-.3-1.5-.6l-1.4.9l-1.4-1.4l.9-1.4c-.3-.5-.5-1-.6-1.5L1 9V7l1.7-.3c.1-.5.3-1 .6-1.5l-1-1.4l1.4-1.4l1.4.9c.5-.3 1-.5 1.5-.6L7 1h2l.3 1.7c.5.1 1 .3 1.5.6l1.4-.9l1.4 1.4l-.9 1.4c.3.5.5 1 .6 1.5L15 7v2z\"/><path fill=\"currentColor\" d=\"M8 4.5C6.1 4.5 4.5 6.1 4.5 8s1.6 3.5 3.5 3.5s3.5-1.6 3.5-3.5S9.9 4.5 8 4.5zm0 6c-1.4 0-2.5-1.1-2.5-2.5S6.6 5.5 8 5.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5z\"/>"
},
"cogs": {
"body": "<path fill=\"currentColor\" d=\"M12 7V5l-1.2-.4c-.1-.3-.2-.7-.4-1l.6-1.2l-1.5-1.3l-1.1.5c-.3-.2-.6-.3-1-.4L7 0H5l-.4 1.2c-.3.1-.7.2-1 .4l-1.1-.5l-1.4 1.4l.6 1.2c-.2.3-.3.6-.4 1L0 5v2l1.2.4c.1.3.2.7.4 1l-.5 1.1l1.4 1.4l1.2-.6c.3.2.6.3 1 .4L5 12h2l.4-1.2c.3-.1.7-.2 1-.4l1.2.6L11 9.6l-.6-1.2c.2-.3.3-.6.4-1L12 7zM3 6c0-1.7 1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3z\"/><path fill=\"currentColor\" d=\"M7.5 6a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 7.5 6zM16 3V2h-.6c0-.2-.1-.4-.2-.5l.4-.4l-.7-.7l-.4.4c-.2-.1-.3-.2-.5-.2V0h-1v.6c-.2 0-.4.1-.5.2l-.4-.4l-.7.7l.4.4c-.1.2-.2.3-.2.5H11v1h.6c0 .2.1.4.2.5l-.4.4l.7.7l.4-.4c.2.1.3.2.5.2V5h1v-.6c.2 0 .4-.1.5-.2l.4.4l.7-.7l-.4-.4c.1-.2.2-.3.2-.5h.6zm-2.5.5c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1zm1.9 8.3c-.1-.3-.2-.6-.4-.9l.3-.6l-.7-.7l-.5.4c-.3-.2-.6-.3-.9-.4L13 9h-1l-.2.6c-.3.1-.6.2-.9.4l-.6-.3l-.7.7l.3.6c-.2.3-.3.6-.4.9L9 12v1l.6.2c.1.3.2.6.4.9l-.3.6l.7.7l.6-.3c.3.2.6.3.9.4l.1.5h1l.2-.6c.3-.1.6-.2.9-.4l.6.3l.7-.7l-.4-.5c.2-.3.3-.6.4-.9l.6-.2v-1l-.6-.2zM12.5 14c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z\"/>"
},
"coin-piles": {
"body": "<path fill=\"currentColor\" d=\"M10.5 0C7.46 0 5 .88 5 2v2c-3 .1-5 .94-5 2v6c0 1.09 2.46 2 5.5 2h.067c.732 0 1.45-.055 2.153-.16c.698 1.305 2.094 2.158 3.69 2.158a4.382 4.382 0 0 0 4.224-3.217c.209-.199.344-.442.367-.717V2c0-1.12-2.46-2-5.5-2zm-5 5C8 5 10 5.45 10 6S8 7 5.5 7S1 6.55 1 6s2-1 4.5-1zm0 8c-2.71 0-4.25-.71-4.5-1v-.8a10.405 10.405 0 0 0 4.522.799c.508-.001 1.03-.03 1.544-.085c-.043.371.022.712.123 1.037c-.452.021-.967.051-1.488.051L5.49 13zm1.57-2.09c-.467.057-1.008.09-1.556.09H5.5c-2.709 0-4.249-.71-4.499-1v-.84a10.41 10.41 0 0 0 4.518.84a14.496 14.496 0 0 0 1.897-.128c-.197.306-.291.654-.342 1.015zM5.5 9C2.79 9 1.25 8.29 1 8v-.9a10.41 10.41 0 0 0 4.518.84a10.548 10.548 0 0 0 4.551-.866l-.068.366a4.397 4.397 0 0 0-1.935 1.304C7.314 8.909 6.455 9 5.575 9h-.077zm5.91 6a3.41 3.41 0 1 1 0-6.82a3.41 3.41 0 0 1 0 6.82zM15 8c-.175.167-.385.3-.617.386c-.288-.244-.6-.46-.938-.634a7.615 7.615 0 0 0 1.593-.61L15 8zm0-2c-.24.31-1.61.94-4 1V6h.011a9.963 9.963 0 0 0 4.053-.855L15 6zm0-2c-.25.33-1.79 1-4.5 1h-.23a9.073 9.073 0 0 0-4.169-1H6v-.9a10.41 10.41 0 0 0 4.518.84a10.548 10.548 0 0 0 4.551-.866L15.001 4zm-4.5-1C8 3 6 2.55 6 2s2-1 4.5-1s4.5.45 4.5 1s-2 1-4.5 1z\"/><path fill=\"currentColor\" d=\"M10.5 11h.5v3h1V9h-.5l-1 2z\"/>"
},
"coins": {
"body": "<path fill=\"currentColor\" d=\"M11.5 0A4.5 4.5 0 0 0 7 4.5c.004.261.029.513.074.758a4.647 4.647 0 0 0-1.591-.261a5.51 5.51 0 1 0 5.266 3.884c.23.077.484.099.742.099A4.49 4.49 0 0 0 11.5 0zM10 10.5A4.5 4.5 0 1 1 5.5 6a4.51 4.51 0 0 1 4.5 4.499zM12.5 7h-2v-.5h.5v-3h-.5l1-1.5h.5v4.5h.5V7z\"/><path fill=\"currentColor\" d=\"M5.63 8a1.258 1.258 0 0 1 1.371 1.255L7 9.302C7 11 5.14 12 5.14 12h1.37v-.5H7V13H4v-1s2-1.27 2-2.33C6 9.3 6 9 5.58 9c-.69 0-.65 1-.65 1H4s-.23-2 1.63-2z\"/>"
},
"combobox": {
"body": "<path fill=\"currentColor\" d=\"M15 4H1c-.6 0-1 .4-1 1v6c0 .6.4 1 1 1h14c.6 0 1-.4 1-1V5c0-.6-.4-1-1-1zm-5 7H1V5h9v6zm3-2.6L11 7h4l-2 1.4z\"/><path fill=\"currentColor\" d=\"M2 6h1v4H2V6z\"/>"
},
"comment": {
"body": "<path fill=\"currentColor\" d=\"M8 1C3.6 1 0 3.5 0 6.5c0 2 2 3.8 4 4.8c0 2.1-2 2.8-2 2.8c2.8 0 4.4-1.3 5.1-2.1H8c4.4 0 8-2.5 8-5.5S12.4 1 8 1z\"/>"
},
"comment-ellipsis": {
"body": "<path fill=\"currentColor\" d=\"M8 1C3.6 1 0 3.5 0 6.5c0 2 2 3.8 4 4.8c0 2.1-2 2.8-2 2.8c2.8 0 4.4-1.3 5.1-2.1H8c4.4 0 8-2.5 8-5.5S12.4 1 8 1zM5 8c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1zm3 0c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1zm3 0c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1z\"/>"
},
"comment-ellipsis-o": {
"body": "<path fill=\"currentColor\" d=\"M3 11.2c0 .1 0 .1 0 0c0 .1 0 .1 0 0zM8.3 1C3.9 1 0 3.6 0 6.6c0 2 1.1 3.7 3 4.7s0 .1 0 .1c-.1 1.3-.9 1.7-.9 1.7L.3 14h2c2.5 0 4.3-1.1 5.1-1.9h.8c4.3 0 7.8-2.5 7.8-5.6S12.6 1 8.3 1zm-.1 10.1H7.1l-.2.2c-.5.5-1.6 1.4-3.3 1.7c.3-.5.5-1.1.5-2v-.3l-.3-.1C2 9.7 1 8.3 1 6.6C1 4.2 4.5 2 8.3 2C12 2 15 4 15 6.6c0 2.4-3.1 4.5-6.8 4.5z\"/><path fill=\"currentColor\" d=\"M6 7a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0z\"/>"
},
"comment-o": {
"body": "<path fill=\"currentColor\" d=\"M3 11.2c0 .1 0 .1 0 0c0 .1 0 .1 0 0zM8.3 1C3.9 1 0 3.6 0 6.6c0 2 1.1 3.7 3 4.7s0 .1 0 .1c-.1 1.3-.9 1.7-.9 1.7L.3 14h2c2.5 0 4.3-1.1 5.1-1.9h.8c4.3 0 7.8-2.5 7.8-5.6S12.6 1 8.3 1zm-.1 10.1H7l-.2.2c-.5.5-1.6 1.4-3.3 1.7c.3-.5.5-1.1.5-2v-.3l-.3-.1C1.9 9.7 1 8.3 1 6.6C1 4.2 4.5 2 8.3 2C12 2 15 4 15 6.6c0 2.4-3.1 4.5-6.8 4.5z\"/>"
},
"comments": {
"body": "<path fill=\"currentColor\" d=\"M16 11.1c0-1.5-1.5-2.8-3.2-3.3c-1.3 1.5-3.9 2.4-6.4 2.4h-.5c-.1.3-.1.5-.1.8c0 2 2.2 3.6 5 3.6h.6c.4.5 1.7 1.4 3.4 1.4c0 0-.8-.4-.8-1.8c0-.6 2-1.8 2-3.1z\"/><path fill=\"currentColor\" d=\"M13 4.6C13 2.1 10.2 0 6.6 0S0 2.1 0 4.6c0 1.7 2 3.2 3 4C3 10.4 1.6 11 1.6 11c2.3 0 3.6-1.1 4.2-1.8h.8c3.5.1 6.4-2 6.4-4.6z\"/>"
},
"comments-o": {
"body": "<path fill=\"currentColor\" d=\"M14.2 14c.6-.5 1.8-1.6 1.8-3.2c0-1.4-1.2-2.6-2.8-3.3c.5-.6.8-1.5.8-2.4C14 2.3 11.1 0 7.4 0C3.9 0 0 2.1 0 5.1c0 2.1 1.6 3.6 2.3 4.2c-.1 1.2-.6 1.7-.6 1.7L.5 12H2c1.2 0 2.2-.3 3-.7c.3 1.9 2.5 3.4 5.3 3.4h.5c.6.5 1.8 1.3 3.5 1.3h1.4l-1.1-.9s-.3-.3-.4-1.1zm-3.9-.3C8 13.7 6 12.4 6 10.9v-.2c.2-.2.4-.3.5-.5h.7c2.1 0 4-.7 5.2-1.9c1.5.5 2.6 1.5 2.6 2.5s-.9 2-1.7 2.5l-.3.2v.3c0 .5.2.8.3 1.1c-1-.2-1.7-.7-1.9-1l-.1-.2h-1zM7.4 1C10.5 1 13 2.9 13 5.1s-2.6 4.1-5.8 4.1H6.1l-.1.2c-.3.4-1.5 1.2-3.1 1.5c.1-.4.1-1 .1-1.8v-.3C2 8 .9 6.6.9 5.2C.9 3 4.1 1 7.4 1z\"/>"
},
"compile": {
"body": "<path fill=\"currentColor\" d=\"M1 12h4v4H1v-4zm5 0h4v4H6v-4zm5 0h4v4h-4v-4zM1 7h4v4H1V7zm0-5h4v4H1V2zm5 5h4v4H6V7zm1-6h4v4H7V1zm4 6h4v4h-4V7zm2-7h3v3h-3V0z\"/>"
},
"compress": {
"body": "<path fill=\"currentColor\" d=\"m5.3 9.3l-5 5l1.4 1.4l5-5L8 12V8H4zm10.4-7.6L14.3.3l-4 4L9 3v4h4l-1.3-1.3z\"/>"
},
"compress-square": {
"body": "<path fill=\"currentColor\" d=\"M12 0H0v12l1-1V1h10zM4 16h12V4l-1 1v10H5z\"/><path fill=\"currentColor\" d=\"M7 9H2l1.8 1.8L0 14.6L1.4 16l3.8-3.8L7 14zm9-7.6L14.6 0l-3.8 3.8L9 2v5h5l-1.8-1.8z\"/>"
},
"connect": {
"body": "<path fill=\"currentColor\" d=\"M12 10c-.8 0-1.4.3-2 .8L6.8 9c.1-.3.2-.7.2-1s-.1-.7-.2-1L10 5.2c.6.5 1.2.8 2 .8c1.7 0 3-1.3 3-3s-1.3-3-3-3s-3 1.3-3 3v.5L5.5 5.4C5.1 5.2 4.6 5 4 5C2.4 5 1 6.3 1 8c0 1.6 1.4 3 3 3c.6 0 1.1-.2 1.5-.4L9 12.5v.5c0 1.7 1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3z\"/>"
},
"connect-o": {
"body": "<path fill=\"currentColor\" d=\"M12.5 9c-1 0-1.8.4-2.4 1L6.9 8.3c.1-.3.1-.5.1-.8v-.4l2.9-1.3c.6.7 1.5 1.2 2.6 1.2C14.4 7 16 5.4 16 3.5S14.4 0 12.5 0S9 1.6 9 3.5v.4L6.1 5.2C5.5 4.5 4.6 4 3.5 4C1.6 4 0 5.6 0 7.5S1.6 11 3.5 11c1 0 1.8-.4 2.4-1L9 11.7v.8c0 1.9 1.6 3.5 3.5 3.5s3.5-1.6 3.5-3.5S14.4 9 12.5 9zm0-8C13.9 1 15 2.1 15 3.5S13.9 6 12.5 6S10 4.9 10 3.5S11.1 1 12.5 1zm-9 9C2.1 10 1 8.9 1 7.5S2.1 5 3.5 5S6 6.1 6 7.5S4.9 10 3.5 10zm9 5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5z\"/>"
},
"controller": {
"body": "<path fill=\"currentColor\" d=\"m5.951.249l.981-.195l.195.981l-.981.195l-.195-.981zm2.926 14.717l.981-.195l.195.981l-.981.195l-.195-.981zM.055 9.071l.981-.195l.195.981l-.981.195l-.195-.981zm14.718-2.926l.981-.195l.195.981l-.981.195l-.195-.981zm-3.302-4.248l.556-.831l.831.556l-.556.831l-.831-.556zM3.139 14.441l.56-.83l.83.56l-.56.83l-.83-.56zM1.069 3.989l.56-.83l.83.56l-.56.83l-.83-.56zm12.478 8.31l.556-.831l.831.556l-.556.831l-.831-.556zM8.875 1.039L9.07.058l.981.195l-.195.981l-.981-.195zM5.953 15.745l.195-.981l.981.195l-.195.981l-.981-.195zM.061 6.931l.195-.981l.981.195l-.195.981l-.981-.195zm14.706 2.923l.195-.981l.981.195l-.195.981l-.981-.195zM3.139 1.628l.831-.556l.556.831l-.831.556l-.556-.831zm8.338 12.473l.831-.556l.556.831l-.831.556l-.556-.831zM1.071 12.033l.831-.556l.556.831l-.831.556l-.556-.831zM13.539 3.63l.83-.56l.56.83l-.83.56l-.56-.83z\"/><path fill=\"currentColor\" d=\"M14 8a5.99 5.99 0 0 0-2.258-4.681L8.42 8.31l-.84-.59l3.32-5A5.93 5.93 0 0 0 8 1.973a6 6 0 1 0 6 6.029z\"/>"
},
"copy": {
"body": "<path fill=\"currentColor\" d=\"M6 0v3h3z\"/><path fill=\"currentColor\" d=\"M9 4H5V0H0v12h9zm4 0v3h3z\"/><path fill=\"currentColor\" d=\"M12 4h-2v9H7v3h9V8h-4z\"/>"
},
"copy-o": {
"body": "<path fill=\"currentColor\" d=\"M13 3h-3L7 0H0v13h6v3h10V6l-3-3zM7 1l2 2H7V1zM1 12V1h5v3h3v8H1zm14 3H7v-2h3V4h2v3h3v8zm-2-9V4l2 2h-2z\"/>"
},
"copyright": {
"body": "<path fill=\"currentColor\" d=\"M8 1.5c3.6 0 6.5 2.9 6.5 6.5s-2.9 6.5-6.5 6.5S1.5 11.6 1.5 8S4.4 1.5 8 1.5zM8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/><path fill=\"currentColor\" d=\"M9.9 10.3c-.5.4-1.2.7-1.9.7c-1.7 0-3-1.3-3-3s1.3-3 3-3c.8 0 1.6.3 2.1.9l1.1-1.1c-.8-.8-2-1.3-3.2-1.3c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5c1.1 0 2-.4 2.8-1l-.9-1.2z\"/>"
},
"corner-lower-left": {
"body": "<path fill=\"currentColor\" d=\"M16 16L0 0v16z\"/>"
},
"corner-lower-right": {
"body": "<path fill=\"currentColor\" d=\"M16 16H0L16 0z\"/>"
},
"corner-upper-left": {
"body": "<path fill=\"currentColor\" d=\"M0 16L16 0H0z\"/>"
},
"corner-upper-right": {
"body": "<path fill=\"currentColor\" d=\"M16 16L0 0h16z\"/>"
},
"credit-card": {
"body": "<path fill=\"currentColor\" d=\"M0 2v12h16V2H0zm15 11H1V8h14v5zm0-8H1V3h14v2z\"/><path fill=\"currentColor\" d=\"M10 11h3v1h-3v-1zm-8 0h6v1H2v-1z\"/>"
},
"crop": {
"body": "<path fill=\"currentColor\" d=\"M16 .7V0h-.7l-3 3H5V0H3v3H0v2h3v8h8v3h2v-3h3v-2h-3V3.7l3-3zM5 5h5.3L5 10.3V5zm6 6H5.7L11 5.7V11z\"/>"
},
"cross-cutlery": {
"body": "<path fill=\"currentColor\" d=\"M10.9 8.6c.6-.1 1.2-.4 1.6-.9l3.1-3.1c.4-.4.4-1 0-1.4l-.1-.2l-3 3c-.2.2-.6.2-.9 0s-.2-.6 0-.9l2.6-2.6c.2-.2.2-.6 0-.9c-.2-.2-.6-.2-.9 0l-2.6 2.6c-.2.2-.6.2-.9 0c-.2-.2-.2-.6 0-.9l3-3l-.1-.1c-.4-.4-1-.4-1.4 0L8.2 3.5c-.4.4-.7 1-.8 1.6L2.5.3c-.4-.4-1-.3-1.3 0L1 .5C-.4 1.9.1 4.7 2.5 7.1l.8.8c.4.4.9.7 1.5.8c-.5.4-.8.8-.8.8L.6 12.9c-.7.7-.7 1.9 0 2.6s1.9.7 2.6 0L6.5 12c.2-.2.7-.8 1.3-1.5c.3.4.5.6.5.6l4.3 4.3c.7.7 1.9.7 2.6 0s.7-1.9 0-2.6l-4.3-4.2z\"/>"
},
"crosshairs": {
"body": "<path fill=\"currentColor\" d=\"M7.5 0h1v4L8 6l-.5-2V0zm1 16h-1v-4l.5-2l.5 2v4zM16 7.5v1h-4L10 8l2-.5h4zm-16 1v-1h4L6 8l-2 .5H0z\"/><path fill=\"currentColor\" d=\"M8 2.5a5.5 5.5 0 1 1 0 11A5.5 5.5 0 0 1 2.5 8a5.51 5.51 0 0 1 5.499-5.5zM8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1z\"/>"
},
"css": {
"body": "<path fill=\"currentColor\" d=\"M4.1 11C5.5 11 6 10 6 10l-.8-.5s-.3.5-1 .5S3 9.1 3 7.8C3 6.6 3.6 6 4.2 6c.5 0 .9.4.9.4l.8-.6S5.2 5 4.2 5C3.1 5 2 5.9 2 7.8S2.9 11 4.1 11zm4.6-1.1c-.3.1-.7 0-1-.4l-.8.5c.4.6 1 1 1.6 1c.1 0 .3 0 .4-.1c.7-.2 1.1-.8 1.1-1.6c0-1.2-.8-1.6-1.3-1.8c-.5-.3-.7-.4-.7-.8s.1-.7.6-.7c.3 0 .6.4.6.4l.8-.6c-.2-.3-.7-.8-1.4-.8C7.7 5 7 5.6 7 6.6c0 1.1.7 1.5 1.2 1.8c.6.2.8.4.8.9c0 .3 0 .6-.3.6zm4 0c-.3.1-.7 0-1-.4l-.8.5c.4.6 1 1 1.6 1c.1 0 .3 0 .4-.1c.7-.2 1.1-.8 1.1-1.6c0-1.2-.8-1.6-1.3-1.8c-.5-.3-.7-.4-.7-.8s.1-.7.6-.7c.3 0 .6.4.6.4l.8-.6c-.2-.3-.7-.8-1.4-.8c-.9 0-1.6.6-1.6 1.6c0 1.1.7 1.5 1.2 1.8c.6.2.8.4.8.9c0 .3 0 .6-.3.6zM0 0v16h16V0H0zm15 15H1V1h14v14z\"/>"
},
"ctrl": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm4.19 12C2.16 12 1 10.54 1 8s1.16-4 3.19-4h.029c.539 0 1.052.114 1.515.32l-.424.901a2.719 2.719 0 0 0-1.08-.22h-.042C2.38 5.001 2 6.631 2 8.001s.38 3 2.19 3c.497-.013.96-.145 1.366-.368l.444.898a3.943 3.943 0 0 1-1.806.47zM9 7H8v3.5a.902.902 0 0 0 1.005.499L8.999 12a1.822 1.822 0 0 1-1.998-1.428L6.999 7h-.51V6h.51V5h1v1h1v1zm2 2v3h-1V6h1v.92a2.447 2.447 0 0 1 2.005-.919l-.004 1a1.88 1.88 0 0 0-2 2.006zm4 3h-1V3h1v9z\"/>"
},
"ctrl-a": {
"body": "<path fill=\"currentColor\" d=\"M9 7V6H8V5H7v1h-.5v1H7v3.56a1.823 1.823 0 0 0 2.009 1.439L9 11a.899.899 0 0 1-.998-.495L8 7h1zm5-4h1v9h-1V3zm-1 3l-.085-.001c-.773 0-1.462.358-1.911.917L11 6.001h-1v6h1v-3a1.88 1.88 0 0 1 2.006-2l-.006-1zm-8.81 6C2.16 12 1 10.54 1 8s1.16-4 3.19-4h.029c.539 0 1.052.114 1.515.32l-.424.901a2.719 2.719 0 0 0-1.08-.22h-.042C2.38 5.001 2 6.631 2 8.001s.38 3 2.19 3c.497-.013.96-.145 1.366-.368l.444.898a3.943 3.943 0 0 1-1.806.47z\"/>"
},
"cube": {
"body": "<path fill=\"currentColor\" d=\"M8 0L0 2v10l8 4l8-4V2L8 0zm6.4 2.6L8.5 4.8L1.9 2.6L8 1l6.4 1.6zM1 11.4V3.3l7 2.4v9.2l-7-3.5z\"/>"
},
"cubes": {
"body": "<path fill=\"currentColor\" d=\"M12 6V2L8 0L4 2v4L0 8v5l4 2l4-2l4 2l4-2V8zM8.09 1.12L11 2.56l-2.6 1.3l-2.91-1.44zM5 2.78l3 1.5v3.6l-3-1.5v-3.6zm-1 11.1l-3-1.5v-3.6l3 1.5v3.6zm.28-4L1.4 8.42L4 7.12l2.88 1.44zm7.72 4l-3-1.5v-3.6l3 1.5v3.6zm.28-4L9.4 8.42l2.6-1.3l2.88 1.44z\"/>"
},
"curly-brackets": {
"body": "<path fill=\"currentColor\" d=\"M2.1 3.1c.2 1.3.4 1.6.4 2.9C2.5 6.8 1 7.5 1 7.5v1s1.5.7 1.5 1.5c0 1.3-.2 1.6-.4 2.9c-.3 2.1.8 3.1 1.8 3.1H6v-2s-1.8.2-1.8-1c0-.9.2-.9.4-2.9c.1-.9-.5-1.6-1.1-2.1c.6-.5 1.2-1.1 1.1-2c-.3-2-.4-2-.4-2.9C4.2 1.9 6 2 6 2V0H3.9C2.8 0 1.8 1 2.1 3.1zm11.8 0c-.2 1.3-.4 1.6-.4 2.9c0 .8 1.5 1.5 1.5 1.5v1s-1.5.7-1.5 1.5c0 1.3.2 1.6.4 2.9c.3 2.1-.8 3.1-1.8 3.1H10v-2s1.8.2 1.8-1c0-.9-.2-.9-.4-2.9c-.1-.9.5-1.6 1.1-2.1c-.6-.5-1.2-1.1-1.1-2c.2-2 .4-2 .4-2.9C11.8 1.9 10 2 10 2V0h2.1c1.1 0 2.1 1 1.8 3.1z\"/>"
},
"cursor": {
"body": "<path fill=\"currentColor\" d=\"M4 0v13l3.31-3.47L10 16l1.37-.63L8.65 9H13L4 0z\"/>"
},
"cursor-o": {
"body": "<path fill=\"currentColor\" d=\"M5 2.6L10.75 9H8.29l.63 1.41l1.8 4l-.91.34l-1.88-4.3l-.5-1.11l-1 .71L5 11.07V2.6zM4 0v13l3-2.14L9.26 16l2.8-1l-2.23-5H13L4 0z\"/>"
},
"cutlery": {
"body": "<path fill=\"currentColor\" d=\"M13 .8c0-.5-.4-.8-.8-.8H12c-1.7 0-3 1.9-3 4.7v.9c0 1 .5 1.9 1.4 2.4c-.3 1.2-.4 2.5-.4 2.5v4c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5v-4c0-.4-.1-1.4-.3-2.3c.2-.2.3-.4.3-.7V.8zM7.2 0H7v3.5c0 .3-.2.5-.5.5S6 3.8 6 3.5v-3c0-.3-.2-.5-.5-.5S5 .2 5 .5v3c0 .3-.2.5-.5.5S4 3.8 4 3.5V0h-.2c-.4 0-.8.4-.8.8v3.7c0 1 .6 1.9 1.5 2.3c-.4 1.6-.5 3.7-.5 3.7v4c0 .8.7 1.5 1.5 1.5S7 15.3 7 14.5v-4c0-.5-.1-2.3-.4-3.7C7.4 6.4 8 5.5 8 4.5V.8c0-.4-.4-.8-.8-.8z\"/>"
},
"dashboard": {
"body": "<path fill=\"currentColor\" d=\"M16 10.1C16 5.7 12.4 2 8 2s-8 3.7-8 8.1c0 1.4.3 2.9.9 3.9h4.9c.5.6 1.3 1 2.2 1s1.7-.4 2.2-1h4.9c.6-1 .9-2.5.9-3.9zM14 7v1l-4.1 3.5c0 .1.1.3.1.5c0 1.1-.9 2-2 2s-2-.9-2-2s.9-2 2-2c.3 0 .6.1.8.2L13 7h1zm-4-3h1v1h-1V4zM5 4h1v1H5V4zm-3 8H1v-1h1v1zm1-4H2V7h1v1zm12 4h-1v-1h1v1z\"/><path fill=\"currentColor\" d=\"M9 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0z\"/>"
},
"database": {
"body": "<path fill=\"currentColor\" d=\"M14 2.5C14 3.328 11.314 4 8 4s-6-.672-6-1.5S4.686 1 8 1s6 .672 6 1.5z\"/><path fill=\"currentColor\" d=\"M8 5c-3.3 0-6-.7-6-1.5v3C2 7.3 4.7 8 8 8s6-.7 6-1.5v-3C14 4.3 11.3 5 8 5z\"/><path fill=\"currentColor\" d=\"M8 9c-3.3 0-6-.7-6-1.5v3c0 .8 2.7 1.5 6 1.5s6-.7 6-1.5v-3C14 8.3 11.3 9 8 9z\"/><path fill=\"currentColor\" d=\"M8 13c-3.3 0-6-.7-6-1.5v3c0 .8 2.7 1.5 6 1.5s6-.7 6-1.5v-3c0 .8-2.7 1.5-6 1.5z\"/>"
},
"date-input": {
"body": "<path fill=\"currentColor\" d=\"M14 1v3h-3V1H5v3H2V1H0v15h16V1h-2zm1 14H1V6h14v9z\"/><path fill=\"currentColor\" d=\"M3 0h1v3H3V0zm9 0h1v3h-1V0zM3 8h1v5H3V8z\"/>"
},
"deindent": {
"body": "<path fill=\"currentColor\" d=\"M4 10.5v-6l-4 3zM0 0h16v3H0V0zm6 4h10v3H6V4zm0 4h10v3H6V8zm-6 4h16v3H0v-3z\"/>"
},
"del": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm3 12H1V3h2a4.111 4.111 0 0 1 3.999 4.517c.013.1.02.236.02.374A4.11 4.11 0 0 1 3.005 12zm10-3H9v.012c0 .607.211 1.164.564 1.603c.252.244.601.397.986.397l.074-.002a2.4 2.4 0 0 0 1.518-.631l.708.712a3.4 3.4 0 0 1-2.225.92l-.09.002a2.393 2.393 0 0 1-1.696-.702a3.522 3.522 0 0 1-.84-2.289v-.041c0-.968.344-1.855.915-2.547a2.144 2.144 0 0 1 1.578-.623l.086-.002a2.33 2.33 0 0 1 1.641.672c.47.532.762 1.23.78 1.996v.524zm2 3h-1V3h1v9z\"/><path fill=\"currentColor\" d=\"M3 4H2v7h1c.31 0 3-.12 3-3.5S3.12 4 3 4zm7.49 2.8a1.432 1.432 0 0 0-1.339 1.192L11.93 8a1.734 1.734 0 0 0-.431-.831a1.355 1.355 0 0 0-.934-.371l-.079.002z\"/>"
},
"del-a": {
"body": "<path fill=\"currentColor\" d=\"M14 3h1v9h-1V3zM3 12H1V3h2a4.111 4.111 0 0 1 3.999 4.517c.013.1.02.236.02.374A4.11 4.11 0 0 1 3.005 12zm-1-1h1c.31 0 3-.12 3-3.5S3.12 4 3 4H2v7zm11-2v-.5a3.116 3.116 0 0 0-.783-2.003a2.332 2.332 0 0 0-1.732-.666l-.054-.001c-.594 0-1.132.241-1.521.631A3.978 3.978 0 0 0 8 9.001v.009c0 .881.322 1.686.854 2.306c.43.429 1.03.697 1.692.697l.089-.002a3.398 3.398 0 0 0 2.228-.922l-.712-.708a2.402 2.402 0 0 1-1.515.63l-.076.002c-.385 0-.734-.153-.99-.402A2.54 2.54 0 0 1 9 9.001h4zm-2.5-2.2l.066-.002c.362 0 .691.141.935.372c.209.224.361.505.427.818l-2.778.011a1.433 1.433 0 0 1 1.337-1.2z\"/>"
},
"dental-chair": {
"body": "<path fill=\"currentColor\" d=\"M11.5 8.2c-.3-.1-.6-.2-.8-.2H8V7h3c0-.6-.4-1-1-1H6c0 .6.4 1 1 1v1c-.5 0-1-.2-1.2-.6L4.7 5.6C4.4 5.2 4 5 3.6 5H3v-.7c0-.3-.1-.5-.2-.8l-.3-.7C2.2 2.3 1.6 2 1 2H0l5 7c.4.6 1.1 1 1.8 1H8v1H7v2h-.6c-.9 0-1.8.4-2.4 1H3v1h11v-1h-1c-.6-.6-1.5-1-2.4-1H10v-2H9v-1h1.6c.2 0 .5.1.7.2l1.7.9c.9.5 2 .5 2.9 0h.1l-4.5-2.9z\"/>"
},
"desktop": {
"body": "<path fill=\"currentColor\" d=\"M16 0H0v13h6v2H4v1h8v-1h-2v-2h6V0zM9 12H7v-1h2v1zm6-2H1V1h14v9z\"/>"
},
"diamond": {
"body": "<path fill=\"currentColor\" d=\"M0 6h4l3 8.6L0 6zm16 0h-4l-3 8.6L16 6zm-8 9L5 6h6l-3 9zM4 5H0l2-3l2 3zm12 0h-4l2-3l2 3zm-6 0H6l2-3l2 3zM3.34 2H7L5 5L3.34 2zM9 2h4l-2 3l-2-3z\"/>"
},
"diamond-o": {
"body": "<path fill=\"currentColor\" d=\"M13 2H3L0 5.5L8 15l8-9.5zM4.64 5H1.75l1.52-1.78zm1.78 0L8 3.16L9.58 5H6.42zM10 6l-2 6.68L6 6h4zM5.26 6l1.89 6.44L1.73 6h3.53zm5.49 0h3.53l-5.43 6.44zm.62-1l1.37-1.78L14.25 5h-2.9zM12 3l-1.44 1.81L9.1 3H12zM5.43 4.83L4 3h2.9z\"/>"
},
"diploma": {
"body": "<path fill=\"currentColor\" d=\"M14 10.58a.371.371 0 0 0-.001-.332l-.479-.698c-.009-.013-.014-.028-.014-.045s.005-.032.014-.045l.48-.7a.371.371 0 0 0-.001-.332a.4.4 0 0 0-.236-.237l-.823-.301a.091.091 0 0 1-.06-.069V6.98a.386.386 0 0 0-.169-.299a.407.407 0 0 0-.231-.071h-.17l-.85.22a.095.095 0 0 1-.071 0l-.549-.65a.428.428 0 0 0-.63 0l-.55.65a.095.095 0 0 1-.071 0h.001l-.9-.23h-.108a.417.417 0 0 0-.234.071a.388.388 0 0 0-.168.298v.841a.092.092 0 0 1-.059.07l-.821.3a.403.403 0 0 0-.338.395c0 .06.014.117.039.167l.479.698c.009.013.014.028.014.045s-.005.032-.014.045l-.48.7a.371.371 0 0 0 .001.332a.4.4 0 0 0 .236.237l.823.301a.091.091 0 0 1 .06.069v.841a.386.386 0 0 0 .169.299a.417.417 0 0 0 .234.071h.168l.31-.07V16l1.53-2l1.47 2v-3.69l.31.08h.118a.417.417 0 0 0 .234-.071a.388.388 0 0 0 .168-.298v-.841a.092.092 0 0 1 .059-.07l.821-.3a.405.405 0 0 0 .289-.227z\"/><path fill=\"currentColor\" d=\"M0 1v12h8l-.11-.05a1.131 1.131 0 0 1-.49-.867V12H1V2h14v10h-1.43v.08a1.134 1.134 0 0 1-.486.868L13 13h3V1H0z\"/><path fill=\"currentColor\" d=\"M7.43 6.91a1.13 1.13 0 0 1 .486-.908A.184.184 0 0 1 8.001 6H3v1h4.43v-.09zM6.42 8H3v1h3.36a.986.986 0 0 1-.047-.837A.292.292 0 0 1 6.42 8zM3 4h10v1H3V4z\"/>"
},
"diploma-scroll": {
"body": "<path fill=\"currentColor\" d=\"M12.61 8.41a5.46 5.46 0 0 1-1.454-.424A60.006 60.006 0 0 1 15.61 4.43l.1-.07l.06-.11a2.924 2.924 0 0 0-.765-3.496a2.916 2.916 0 0 0-3.459-.376l-.126.133A54.96 54.96 0 0 1 6.512 6.41a50.219 50.219 0 0 1-6.018 4.592L.1 11.25v.23a4.53 4.53 0 0 0 .7 3.655A2.83 2.83 0 0 0 3.007 16a1.997 1.997 0 0 0 1.778-.902C5.03 14.79 6.85 12.49 8.79 10.39c.268.464.476 1.003.594 1.575a6.29 6.29 0 0 1-.399 3.078L10.67 13L12 14a12.122 12.122 0 0 0-.584-3.336a5.341 5.341 0 0 0-.915-1.214c.406.346.871.643 1.372.874c.94.338 1.989.572 3.076.672L14 9.73L16 8a8.982 8.982 0 0 1-2.777.431c-.216 0-.43-.007-.642-.022zm-.45-7.23a1.89 1.89 0 0 1 .842-.194c.506 0 .966.196 1.309.516a1.926 1.926 0 0 1 .595 2.192c-.486.307-2.346 1.717-4.146 3.307a2.003 2.003 0 0 0-.668-1.298a1.596 1.596 0 0 0-1.24-.372A58.169 58.169 0 0 0 12.16 1.18zM2.7 11.81a.458.458 0 0 1 .262-.082l.04.002h.068c.179.052.334.142.461.261l-.871.719a1.28 1.28 0 0 1-.119-.716a.334.334 0 0 1 .158-.183zM4 14.5a1 1 0 0 1-1.005.499a1.852 1.852 0 0 1-1.485-.54a3.432 3.432 0 0 1-.583-1.922c0-.251.027-.495.077-.73l.706-.457c-.094.14-.164.304-.199.481a2.985 2.985 0 0 0 .535 1.958l.354.44l1.7-1.4a2.396 2.396 0 0 1-.106 1.685zm.86-2.45a2.825 2.825 0 0 0-1.54-1.274c-.071-.012-.13-.016-.19-.016s-.119.004-.177.01a1.56 1.56 0 0 0-.35 0a44.978 44.978 0 0 0 3.988-3.052c.398.071.812.25 1.131.533c.297.313.48.739.48 1.209l-.002.094a54.377 54.377 0 0 0-3 3.506a2.75 2.75 0 0 0-.357-1.023z\"/>"
},
"disc": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm7 8c0 1.1-.2 2.1-.7 3l-2.7-1.2c.2-.6.4-1.2.4-1.8c0-2.2-1.8-4-4-4c-.5 0-.9.1-1.4.3L5.4 1.5c.6-.2 1.2-.4 1.8-.5l.3 3H8V1c3.9 0 7 3.1 7 7zM8 5c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3zM1 8c0-1.1.2-2.1.7-3l2.7 1.2C4.2 6.8 4 7.4 4 8c0 2.2 1.8 4 4 4c.5 0 .9-.1 1.4-.3l1.2 2.8c-.6.2-1.2.4-1.8.5l-.3-3H8v3c-3.9 0-7-3.1-7-7z\"/><path fill=\"currentColor\" d=\"M10 8a2 2 0 1 1-3.999.001A2 2 0 0 1 10 8z\"/>"
},
"doctor": {
"body": "<path fill=\"currentColor\" d=\"M14 11.3c-1-1.9-2-1.6-3.1-1.7c.1.3.1.6.1 1c1.6.4 2 2.3 2 3.4v1h-2v-1h1s0-2.5-1.5-2.5S9 13.9 9 14h1v1H8v-1c0-1.1.4-3.1 2-3.4c0-.6-.1-1.1-.2-1.3c-.2-.1-.4-.3-.4-.6c0-.6.8-.4 1.4-1.5c0 0 .9-2.3.6-4.3h-1c0-.2.1-.3.1-.5s0-.3-.1-.5h.8C10.9.9 9.9 0 8 0C6.1 0 5.1.9 4.7 2h.8c0 .2-.1.3-.1.5s0 .3.1.5h-1c-.2 2 .6 4.3.6 4.3c.6 1 1.4.8 1.4 1.5c0 .5-.5.7-1.1.8c-.2.2-.4.6-.4 1.4v1.2c.6.2 1 .8 1 1.4c0 .7-.7 1.4-1.5 1.4S3 14.3 3 13.5c0-.7.4-1.2 1-1.4v-1.2c0-.5.1-.9.2-1.3c-.7.1-1.5.4-2.2 1.7c-.6 1.1-.9 4.7-.9 4.7h13.7c.1 0-.2-3.6-.8-4.7zM6.5 2.5C6.5 1.7 7.2 1 8 1s1.5.7 1.5 1.5S8.8 4 8 4s-1.5-.7-1.5-1.5z\"/><path fill=\"currentColor\" d=\"M5 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0z\"/>"
},
"doctor-briefcase": {
"body": "<path fill=\"currentColor\" d=\"m16 12l-1.4-6.7c-.2-.7-.9-1.3-1.7-1.3H11V2.8c0-1-.8-1.8-1.8-1.8H6.8C5.8 1 5 1.8 5 2.8V4H3.1c-.8 0-1.5.6-1.7 1.3L0 12c-.2 1 .6 2 1.7 2h12.5c1.2 0 2-1 1.8-2zM6 2.8c0-.4.4-.8.8-.8h2.4c.4 0 .8.4.8.8V4H6V2.8zm5 7.2H9v2H7v-2H5V8h2V6h2v2h2v2z\"/>"
},
"dollar": {
"body": "<path fill=\"currentColor\" d=\"M8.2 6.8c-.1 0-.1-.1-.2-.1V3.6c1.2.1 2.2.6 2.2.6l.9-1.8c-.1 0-1.5-.8-3.1-.8V0H7v1.6c-.8.2-1.4.5-2 .9c-.6.6-1 1.4-1 2.3c0 .7.2 2.3 3 3.6v3.9c-.9-.2-2-.7-2.4-.9l-1 1.7c.2.1 1.8 1 3.4 1.2V16h1v-1.7c2.3-.3 3.6-2.1 3.6-3.8c0-1.5-1-2.7-3.4-3.7zM7 6.2c-.8-.5-1-1-1-1.3c0-.4.1-.7.4-.9l.6-.3v2.5zm1 6.1V8.9c1.1.5 1.6 1.1 1.6 1.6c0 .6-.3 1.6-1.6 1.8z\"/>"
},
"dot-circle": {
"body": "<path fill=\"currentColor\" d=\"M8 4C5.8 4 4 5.8 4 8s1.8 4 4 4s4-1.8 4-4s-1.8-4-4-4z\"/><path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/>"
},
"download": {
"body": "<path fill=\"currentColor\" d=\"M16 10h-5.5L8 12.5L5.5 10H0v6h16v-6zM4 14H2v-2h2v2z\"/><path fill=\"currentColor\" d=\"M10 6V0H6v6H3l5 5l5-5z\"/>"
},
"download-alt": {
"body": "<path fill=\"currentColor\" d=\"M0 14h16v2H0v-2zm8-1l5-5h-3V0H6v8H3z\"/>"
},
"drop": {
"body": "<path fill=\"currentColor\" d=\"M8 0S3 8.2 3 11s2.2 5 5 5s5-2.2 5-5S8 0 8 0zm.9 14.9l-.2-1c1.4-.3 2.4-1.7 2.4-3.2c0-.3-.1-1.1-.8-2.6l.9-.4c.6 1.4.8 2.4.8 3c0 2-1.3 3.8-3.1 4.2z\"/>"
},
"edit": {
"body": "<path fill=\"currentColor\" d=\"M16 4s0-1-1-2s-1.9-1-1.9-1L12 2.1V0H0v16h12V8l4-4zm-9.7 7.4l-.6-.6l.3-1.1l1.5 1.5l-1.2.2zm.9-1.9l-.6-.6l5.2-5.2c.2.1.4.3.6.5zm6.9-7l-.9 1c-.2-.2-.4-.3-.6-.5l.9-.9c.1.1.3.2.6.4zM11 15H1V1h10v2.1L5.1 9L4 13.1L8.1 12L11 9v6z\"/>"
},
"eject": {
"body": "<path fill=\"currentColor\" d=\"M1 11h14L8 1zm0 1h14v3H1v-3z\"/>"
},
"elastic": {
"body": "<path fill=\"currentColor\" d=\"M4.7 16c-1.7 0-3.1-.8-4-2.1c-1.1-1.7-.9-4 .4-5.8C2 6.8 3.2 6 4.7 5.7c1.2-.3 2.2-1.1 2.5-2.2c.2-.8.7-1.5 1.3-2C9.4.5 10.7 0 12 0c1.1 0 2.2.4 2.9 1.2c1.5 1.6 1.5 4.2-.1 6c-.5.6-1.2 1.1-2 1.4c-1.2.5-2.2 1.6-2.6 3c-.3 1-.8 1.9-1.5 2.6c-1.1 1.2-2.6 1.8-4 1.8zM12 1c-1 0-2 .4-2.8 1.2c-.5.5-.8 1-1 1.6c-.5 1.5-1.8 2.5-3.3 2.9c-1.2.2-2.2.9-3 2C.8 10.2.7 12 1.6 13.4c.6 1 1.8 1.6 3.1 1.6c1.2 0 2.4-.5 3.3-1.4c.6-.6 1.1-1.4 1.3-2.2c.4-1.7 1.6-3 3.2-3.6c.6-.2 1.2-.7 1.6-1.2c1.2-1.4 1.3-3.5.1-4.7c-.6-.6-1.4-.9-2.2-.9z\"/>"
},
"ellipsis-circle": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zM6 9H4V7h2v2zm3 0H7V7h2v2zm3 0h-2V7h2v2z\"/>"
},
"ellipsis-circle-o": {
"body": "<path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/><path fill=\"currentColor\" d=\"M4 7h2v2H4V7zm3 0h2v2H7V7zm3 0h2v2h-2V7z\"/>"
},
"ellipsis-dots-h": {
"body": "<path fill=\"currentColor\" d=\"M4 8a2 2 0 1 1-3.999.001A2 2 0 0 1 4 8zm6 0a2 2 0 1 1-3.999.001A2 2 0 0 1 10 8zm6 0a2 2 0 1 1-3.999.001A2 2 0 0 1 16 8z\"/>"
},
"ellipsis-dots-v": {
"body": "<path fill=\"currentColor\" d=\"M10 2a2 2 0 1 1-3.999.001A2 2 0 0 1 10 2zm0 6a2 2 0 1 1-3.999.001A2 2 0 0 1 10 8zm0 6a2 2 0 1 1-3.999.001A2 2 0 0 1 10 14z\"/>"
},
"ellipsis-h": {
"body": "<path fill=\"currentColor\" d=\"M0 6h4v4H0V6zm6 0h4v4H6V6zm6 0h4v4h-4V6z\"/>"
},
"ellipsis-v": {
"body": "<path fill=\"currentColor\" d=\"M6 0h4v4H6V0zm0 6h4v4H6V6zm0 6h4v4H6v-4z\"/>"
},
"enter": {
"body": "<path fill=\"currentColor\" d=\"M4 0v6H1v10h14V0H4zm8 11H7v2l-3-2.5L7 8v2h4V7h1v4z\"/>"
},
"enter-arrow": {
"body": "<path fill=\"currentColor\" d=\"m0 9l7 4v-3h9V3l-3 2v2H7V4L0 9z\"/>"
},
"envelope": {
"body": "<path fill=\"currentColor\" d=\"M0 3h16v2.4l-8 4l-8-4z\"/><path fill=\"currentColor\" d=\"m0 14l5.5-4.8L8 10.6l2.5-1.4L16 14zm4.6-5.2L0 6.5V13zm6.8 0L16 6.5V13z\"/>"
},
"envelope-o": {
"body": "<path fill=\"currentColor\" d=\"M0 3v11h16V3H0zm1 4.1l3.9 2L1 12.5V7.1zm.9 5.9l4-3.5L8 10.6l2.1-1.1l4 3.5H1.9zm13.1-.5L11.1 9L15 7v5.5zm0-6.6L8 9.4L1 5.9V4h14v1.9z\"/>"
},
"envelope-open": {
"body": "<path fill=\"currentColor\" d=\"M14 3.7v3.7l2-1V5zM2 3.8L0 5v1.5l2 1zM11.2 2L8 0L4.8 2zM13 3H3v4.9l3.4 1.7L8 8.4l1.6 1.2L13 7.9zm3 4.6l-5.5 2.7l5.5 4.4zm-8 2L0 16h16zm-2.5.7L0 7.6v7.1z\"/>"
},
"envelope-open-o": {
"body": "<path fill=\"currentColor\" d=\"M14 3.7V3h-1.5L8 0L3.4 3H2v.7L0 5v11h16V5.1l-2-1.4zM8 1.2L10.7 3H5.2L8 1.2zM3 4h10v3.7L9.5 9.4L8 8.1L6.5 9.5L3 7.8V4zM1 5.5l1-.7v2.4l-1-.4V5.5zm0 2.4l4.6 2.3l-4.6 4V7.9zm.9 7.1L8 9.7l6.1 5.3H1.9zm13.1-.8l-4.7-4.1L15 7.8v6.4zm0-7.5l-1 .5V4.9l1 .7v1.1z\"/>"
},
"envelopes": {
"body": "<path fill=\"currentColor\" d=\"M16 14H2v-1h13V4h1v10z\"/><path fill=\"currentColor\" d=\"M14 10.77V5.29L9.32 7.47l4.68 3.3zM8.28 7.96L7 8.55l-1.28-.59L0 11.99V12l14-.01l-5.72-4.03zM7 7.45l7-3.27V2H0v2.18l7 3.27zm-2.32.02L0 5.29v5.48l4.68-3.3z\"/>"
},
"envelopes-o": {
"body": "<path fill=\"currentColor\" d=\"M14 2H0v10h14V2zM5.71 8L7 8.55L8.29 8L13 11H1zM1 9.83v-4l3.64 1.63zm8.36-2.37L13 5.78v4zM13 3v1.68L7 7.45L1 4.68V3h12z\"/><path fill=\"currentColor\" d=\"M15 4v9H2v1h14V4h-1z\"/>"
},
"eraser": {
"body": "<path fill=\"currentColor\" d=\"m8.1 14l6.4-7.2c.6-.7.6-1.8-.1-2.5l-2.7-2.7c-.3-.4-.8-.6-1.3-.6H8.6c-.5 0-1 .2-1.4.6L.5 9.2c-.6.7-.6 1.9.1 2.5l2.7 2.7c.3.4.8.6 1.3.6H16v-1H8.1zm-1.3-.1s0-.1 0 0l-2.7-2.7c-.4-.4-.4-.9 0-1.3L7.5 6h-1l-3 3.3c-.6.7-.6 1.7.1 2.4L5.9 14H4.6c-.2 0-.4-.1-.6-.2L1.2 11c-.3-.3-.3-.8 0-1.1L4.7 6h1.8L10 2h1L7.5 6l3.1 3.7l-3.5 4c-.1.1-.2.1-.3.2z\"/>"
},
"esc": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm5 4H2v3h3v1H2v3h3v1H1V3h4v1zm5 6.54c-.067.511-.364.94-.782 1.186a2.426 2.426 0 0 1-1.129.276L7.996 12a6.254 6.254 0 0 1-2.038-.425l.403-.915c.435.202.945.319 1.482.319c.326 0 .643-.043.943-.125a.662.662 0 0 0 .215-.484c.07-.43-.22-.62-1.17-1c-.83-.29-2.04-.76-1.83-2.08c.072-.594.46-1.082.989-1.296a3.252 3.252 0 0 1 2.649.552L9.07 7.3a2.32 2.32 0 0 0-1.663-.368a.617.617 0 0 0-.387.547c-.08.401.14.581 1.15 1.001c.83.3 2.02.75 1.83 2.06zm2.67.18c.345.176.752.279 1.183.279c.292 0 .573-.047.835-.134l.311.945c-.383.121-.823.19-1.279.19h-.001l-.089.001c-.583 0-1.124-.18-1.57-.488a2.998 2.998 0 0 1-1.061-2.524a2.866 2.866 0 0 1 1.044-2.516a3.502 3.502 0 0 1 1.72-.446c.443 0 .868.081 1.259.23l-.374.922a2.548 2.548 0 0 0-2.016.066a2.013 2.013 0 0 0-.633 1.764a2.056 2.056 0 0 0 .637 1.708z\"/>"
},
"esc-a": {
"body": "<path fill=\"currentColor\" d=\"M8 12a6.268 6.268 0 0 1-2.043-.425l.403-.915c.435.202.945.319 1.482.319c.326 0 .643-.043.943-.125A.662.662 0 0 0 9 10.37c.07-.43-.22-.62-1.17-1C7 9.08 5.79 8.61 6 7.29c.072-.594.46-1.082.989-1.296a3.252 3.252 0 0 1 2.649.552l-.569.754a2.32 2.32 0 0 0-1.663-.368a.617.617 0 0 0-.387.547c-.08.401.14.581 1.15 1.001c.85.33 2 .77 1.8 2.08c-.067.511-.364.94-.782 1.186A2.42 2.42 0 0 1 7.994 12zm5.71 0l-.089.001c-.583 0-1.124-.18-1.57-.488a2.995 2.995 0 0 1-1.05-2.524a2.866 2.866 0 0 1 1.044-2.516a3.502 3.502 0 0 1 1.72-.446c.443 0 .868.081 1.259.23l-.374.922a2.548 2.548 0 0 0-2.016.066a2.013 2.013 0 0 0-.633 1.764a2.052 2.052 0 0 0 .647 1.748c.346.177.754.28 1.185.28c.292 0 .573-.047.835-.134l.331.905c-.383.121-.823.19-1.279.19h-.012zM5 4V3H1v9h4v-1H2V8h3V7H2V4h3z\"/>"
},
"euro": {
"body": "<path fill=\"currentColor\" d=\"M10.89 3a5.45 5.45 0 0 1 3.127 1.011L14 1.69a7.369 7.369 0 0 0-3.129-.686a7.482 7.482 0 0 0-7.323 5.947L2 7v1h1.41v.5a3.848 3.848 0 0 0 0 .512L1.999 9v1h1.54c.882 3.353 3.805 5.818 7.331 5.999a7.42 7.42 0 0 0 3.175-.708L14 13a5.426 5.426 0 0 1-3.108 1a5.909 5.909 0 0 1-5.28-3.959L12 10V9H5.41a3.224 3.224 0 0 1 .001-.511L5.41 8H12V7H5.6c.678-2.325 2.788-3.996 5.29-4z\"/>"
},
"exchange": {
"body": "<path fill=\"currentColor\" d=\"M16 5v2H3v2L0 6l3-3v2zM0 12v-2h13V8l3 3l-3 3v-2z\"/>"
},
"exclamation": {
"body": "<path fill=\"currentColor\" d=\"M6 0h4v4l-1 7H7L6 4zm4 14a2 2 0 1 1-3.999.001A2 2 0 0 1 10 14z\"/>"
},
"exclamation-circle": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm1 13H7v-2h2v2zm0-3H7V3h2v7z\"/>"
},
"exclamation-circle-o": {
"body": "<path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/><path fill=\"currentColor\" d=\"M7 3h2v7H7V3zm0 8h2v2H7v-2z\"/>"
},
"exit": {
"body": "<path fill=\"currentColor\" d=\"M14 6h-1.7c-.2 0-.4-.1-.6-.2l-1.3-1.3c-.2-.3-.6-.5-1.1-.5H9c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2c0 .7.4 1.4 1 1.7l-.2.3h-2c-1.1 0-2.3.5-3 1.5l-.6.8c-.4.4-.2 1 .2 1.3c.4.2.9.1 1.2-.3l.5-.7c.3-.4.7-.6 1.2-.6h.8l-.7 1.6c-.3.6-.4 1.2-.4 1.9v2c0 .3-.2.5-.5.5H2c-.6 0-1 .4-1 1s.4 1 1 1h3.5c.8 0 1.5-.7 1.5-1.5V10l3.8 4.5c.6.9 1.7 1.5 2.8 1.5h.9L9.1 9.3c-.3-.4-.2-.8 0-1.3l.6-1.5l.7.8c.4.4 1 .7 1.6.7h2c.6 0 1-.4 1-1s-.4-1-1-1z\"/>"
},
"exit-o": {
"body": "<path fill=\"currentColor\" d=\"M10 0c1.1 0 2 .9 2 2c0 .9-.6 1.7-1.5 1.9V4c.4 0 .7.2 1 .5l1.3 1.3c.1.1.3.2.5.2H15V0h-5z\"/><path fill=\"currentColor\" d=\"M11.8 14.5L8 10v2.5c0 .8-.7 1.5-1.5 1.5H3c-.6 0-1-.4-1-1s.4-1 1-1h2.5c.3 0 .5-.2.5-.5v-2c0-.7.1-1.3.4-2L7.1 6h-.8c-.5 0-.9.2-1.2.6l-.5.7c-.2.4-.7.5-1.2.3c-.4-.3-.6-.9-.2-1.3l.6-.8C4.5 4.5 5.7 4 6.9 4h2l.1-.3c-.6-.3-1-1-1-1.7c0-1.1.9-2 2-2H3v4.9l-.6.8c-.3.4-.5.9-.4 1.5c.1.5.4 1 .9 1.3V11c-1.1 0-2 .9-2 2s.9 2 2 2v1h11.6c-1.1 0-2.1-.6-2.7-1.5z\"/><path fill=\"currentColor\" d=\"m11.4 7.3l-.7-.8l-.6 1.5c-.2.5-.3.9 0 1.3l4.9 6.1V8h-2.1c-.6 0-1.1-.2-1.5-.7z\"/>"
},
"expand": {
"body": "<path fill=\"currentColor\" d=\"M15 1h-4l1.3 1.3l-4.5 4.5l1.4 1.4l4.5-4.5L15 5zM6.8 7.8l-4.5 4.5L1 11v4h4l-1.3-1.3l4.5-4.5z\"/>"
},
"expand-full": {
"body": "<path fill=\"currentColor\" d=\"m5.3 6.7l1.4-1.4l-3-3L5 1H1v4l1.3-1.3zm1.4 4L5.3 9.3l-3 3L1 11v4h4l-1.3-1.3zm4-1.4l-1.4 1.4l3 3L11 15h4v-4l-1.3 1.3zM11 1l1.3 1.3l-3 3l1.4 1.4l3-3L15 5V1z\"/>"
},
"expand-square": {
"body": "<path fill=\"currentColor\" d=\"M11 2H2v9l1-1V3h7zM5 14h9V5l-1 1v7H6z\"/><path fill=\"currentColor\" d=\"M16 0h-5l1.8 1.8l-4.5 4.5l1.4 1.4l4.5-4.5L16 5zM7.7 9.7L6.3 8.3l-4.5 4.5L0 11v5h5l-1.8-1.8z\"/>"
},
"external-browser": {
"body": "<path fill=\"currentColor\" d=\"M11 10L8.1 6.8L4.8 10H7v1.8c0 1.7-.9 4.2-4 4.2c4.8 0 6-1.4 6-4.3V10h2z\"/><path fill=\"currentColor\" d=\"M0 0v13h6v-1H1V3h14v9h-5v1h6V0H0zm2 2H1V1h1v1zm11 0H3V1h10v1z\"/>"
},
"external-link": {
"body": "<path fill=\"currentColor\" d=\"M14 16V5l-1 1v9H1V3h9l1-1H0v14z\"/><path fill=\"currentColor\" d=\"M16 0h-5l1.8 1.8L6 8.6L7.4 10l6.8-6.8L16 5z\"/>"
},
"eye": {
"body": "<path fill=\"currentColor\" d=\"M8 3.9C1.3 3.9 0 9 0 9s2.2 4.1 7.9 4.1s8.1-4 8.1-4s-1.3-5.2-8-5.2zM5.3 5.4c.5-.3 1.3-.3 1.3-.3s-.5.9-.5 1.6c0 .7.2 1.1.2 1.1L5.2 8s-.3-.5-.3-1.2c0-.8.4-1.4.4-1.4zm2.6 6.7c-4.1 0-6.2-2.3-6.8-3.2c.3-.7 1.1-2.2 3.1-3.2c-.1.4-.2.8-.2 1.3c0 2.2 1.8 4 4 4s4-1.8 4-4c0-.5-.1-.9-.2-1.3c2 .9 2.8 2.5 3.1 3.2c-.7.9-2.8 3.2-7 3.2z\"/>"
},
"eye-slash": {
"body": "<path fill=\"currentColor\" d=\"m12.9 5.2l-.8.8c1.7.9 2.5 2.3 2.8 3c-.7.9-2.8 3.1-7 3.1c-.7 0-1.2-.1-1.8-.2l-.8.8c.8.3 1.7.4 2.6.4c5.7 0 8.1-4 8.1-4s-.6-2.4-3.1-3.9z\"/><path fill=\"currentColor\" d=\"M12 7.1c0-.3 0-.6-.1-.8L7.1 11c.3 0 .6.1.9.1c2.2 0 4-1.8 4-4zM15.3 0l-4.4 4.4C10.1 4.2 9.1 4 8 4C1.3 4 0 9.1 0 9.1s1 1.8 3.3 3L0 15.3v.7h.7L16 .7V0h-.7zM4 11.3C2.4 10.6 1.5 9.5 1.1 9c.3-.7 1.1-2.2 3.1-3.2c-.1.4-.2.8-.2 1.3c0 1.1.5 2.2 1.3 2.9L4 11.3zm2.2-3.4l-1 .2s-.3-.5-.3-1.2c0-.8.4-1.5.4-1.5c.5-.3 1.3-.3 1.3-.3s-.5.9-.5 1.7c-.1.7.1 1.1.1 1.1z\"/>"
},
"eyedropper": {
"body": "<path fill=\"currentColor\" d=\"M15 1c-1.8-1.8-3.7-.7-4.6.1c-.4.4-.7.9-.7 1.5c0 1.1-1.1 1.8-2.1 1.5L7.5 4l-.7.8l.7.7l-6 6l-.8 2.3l-.7.7L1.5 16l.8-.8l2.3-.8l6-6l.7.7l.7-.6l-.1-.2c-.3-1 .4-2.1 1.5-2.1c.6 0 1.1-.2 1.4-.6c.9-.9 2-2.8.2-4.6zM3.9 13.6l-2 .7l-.2.1l.1-.2l.7-2l5.8-5.8l1.5 1.5l-5.9 5.7z\"/>"
},
"facebook": {
"body": "<path fill=\"currentColor\" d=\"M7.2 16V8.5h-2V5.8h2V3.5C7.2 1.7 8.4 0 11.1 0c1.1 0 1.9.1 1.9.1l-.1 2.5h-1.7c-1 0-1.1.4-1.1 1.2v2H13l-.1 2.7h-2.8V16H7.2z\"/>"
},
"facebook-square": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm12.9 8.4h-2.1V14H8.7V8.4H7.2v-2h1.5V4.7c0-1.5.9-2.7 2.9-2.7c.8 0 1.4.1 1.4.1V4h-1.3c-.7 0-.8.3-.8.9v1.5H13l-.1 2z\"/>"
},
"factory": {
"body": "<path fill=\"currentColor\" d=\"M4.4 1.3c-.6.3-.8 1.1-.4 1.5c.5-.9 1.3-.6 2.5.4c.8.7 1.9.1 1.9.1s.2 1.2 1.7 1.4c1.7.2 2.3-.8 2.3-.8s.4 1 1.9.4c1.1-.4.7-1.1.7-1.1s1 0 1-.7c0-.9-1.1-.8-1.1-.8s.2-1-.9-1.1c-1-.1-1.3.5-1.3.5S12.4 0 10.9 0C9.5 0 9 1.3 9 1.3S8.6.7 7.4.7c-.9 0-1.3.7-1.3.7S5 .9 4.4 1.3z\"/><path fill=\"currentColor\" d=\"M12 12.1V10l-4 2.1V10H5.6L5 3H3l-.6 7H0v6h16v-6l-4 2.1zM6 14H2v-2h4v2z\"/>"
},
"family": {
"body": "<path fill=\"currentColor\" d=\"M9.5 7.5a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 9.5 7.5zM14.27 4h-2.54A1.73 1.73 0 0 0 10 5.73V9a1 1 0 0 0 1 1v6h4v-6a1 1 0 0 0 1-1V5.73A1.73 1.73 0 0 0 14.27 4z\"/><path fill=\"currentColor\" d=\"M15 2a2 2 0 1 1-3.999.001A2 2 0 0 1 15 2zM4.27 5H1.73a1.73 1.73 0 1 0 .001 3.461A1.73 1.73 0 0 0 1.73 5A1.73 1.73 0 0 0 0 6.73V9a1 1 0 0 0 1 1l-1 3h1v3h4v-3h1l-1-3a1 1 0 0 0 1-1V6.73A1.73 1.73 0 0 0 4.27 5z\"/><path fill=\"currentColor\" d=\"M5 3a2 2 0 1 1-3.999.001A2 2 0 0 1 5 3zm2 10v3h2v-3a1 1 0 0 0 1-1v-1.54A1.46 1.46 0 0 0 8.54 9H7.46A1.46 1.46 0 0 0 6 10.46V12a1 1 0 0 0 1 1z\"/>"
},
"fast-backward": {
"body": "<path fill=\"currentColor\" d=\"M16 15V1L9 8zm-7 0V1L2 8zM0 1h2v14H0V1z\"/>"
},
"fast-forward": {
"body": "<path fill=\"currentColor\" d=\"M0 1v14l7-7zm7 0v14l7-7zm7 0h2v14h-2V1z\"/>"
},
"female": {
"body": "<path fill=\"currentColor\" d=\"M10 2a2 2 0 1 1-3.999.001A2 2 0 0 1 10 2z\"/><path fill=\"currentColor\" d=\"M10 8V6.5l1.8 1.8c.3.3.7.3 1 0s.3-.8 0-1l-2.6-2.6c-.4-.5-1-.7-1.7-.7h-1c-.7 0-1.3.2-1.7.7L3.2 7.3c-.3.3-.3.8 0 1c.3.3.7.3 1 0L6 6.5V8l-4 5h4v3h4v-3h4l-4-5z\"/>"
},
"file": {
"body": "<path fill=\"currentColor\" d=\"M9 5h5v11H2V0h7v5zm1-1V0l4 4h-4z\"/>"
},
"file-add": {
"body": "<path fill=\"currentColor\" d=\"M12 15H2V1h6v4h4v1h1V4L9 0H1v16h12v-2h-1v1zM9 1l3 3H9V1z\"/><path fill=\"currentColor\" d=\"M13 7h-2v2H9v2h2v2h2v-2h2V9h-2V7z\"/>"
},
"file-code": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 5h4v10H3V1h6v4zm1-1V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M6.2 13h-.7l-2-2.5l2-2.5h.7l-2 2.5zm3.6 0h.7l2-2.5l-2-2.5h-.7l2 2.5zm-3.1 1h.6l2.1-7h-.8z\"/>"
},
"file-font": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 5h4v10H3V1h6v4zm1-1V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M5 7v2h2v5h2V9h2V7z\"/>"
},
"file-movie": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 5h4v10H3V1h6v4zm1-1V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M10 10V8H4v5h6v-2l2 2V8z\"/>"
},
"file-o": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 5h4v10H3V1h6v4zm1-1V1l3 3h-3z\"/>"
},
"file-picture": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 5h4v10H3V1h6v4zm1-1V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M4 11.5V14h8v-1.7s.1-1.3-1.3-1.5c-1.3-.2-1.5.4-2.5.5c-.8 0-.6-1.3-2.2-1.3c-1.2 0-2 1.5-2 1.5zm8-3a1.5 1.5 0 1 1-3.001-.001A1.5 1.5 0 0 1 12 8.5z\"/>"
},
"file-presentation": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zm3 15H3V1h6v4h4v10zM10 4V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M9 6H7v1H4v6h2v1h1v-1h2v1h1v-1h2V7H9V6zm2 2v4H5V8h6z\"/><path fill=\"currentColor\" d=\"M7 9v2l2-1z\"/>"
},
"file-process": {
"body": "<path fill=\"currentColor\" d=\"M12 0H5v6h.7l.2.7l.1.1V1h5v4h4v9H9l.3.5l-.5.5H16V4l-4-4zm0 4V1l3 3h-3zm-6.5 7.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0z\"/><path fill=\"currentColor\" d=\"M7.9 12.4L9 12v-1l-1.1-.4c-.1-.3-.2-.6-.4-.9l.5-1l-.7-.7l-1 .5c-.3-.2-.6-.3-.9-.4L5 7H4l-.4 1.1c-.3.1-.6.2-.9.4l-1-.5l-.7.7l.5 1.1c-.2.3-.3.6-.4.9L0 11v1l1.1.4c.1.3.2.6.4.9l-.5 1l.7.7l1.1-.5c.3.2.6.3.9.4L4 16h1l.4-1.1c.3-.1.6-.2.9-.4l1 .5l.7-.7l-.5-1.1c.2-.2.3-.5.4-.8zm-3.4 1.1c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2z\"/>"
},
"file-refresh": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zm3 15H3V1h6v4h4v10zM10 4V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M4.7 7.7L4 7v3h3L5.8 8.8C6.2 8 7.1 7.5 8 7.5c1.4 0 2.5 1.1 2.5 2.5H12c0-2.2-1.8-4-4-4c-1.3 0-2.5.7-3.3 1.7zm5.1 4.1c-.5.5-1.1.8-1.8.7c-1 0-1.9-.6-2.3-1.5H4.1c.4 1.7 2 3 3.8 3c1.1 0 2.1-.5 2.8-1.2L12 14v-3H9l.8.8z\"/>"
},
"file-remove": {
"body": "<path fill=\"currentColor\" d=\"M12 15H2V1h6v4h4v2.59l1-1V4L9 0H1v16h12v-2.59l-1-1V15zM9 1l3 3H9V1z\"/><path fill=\"currentColor\" d=\"m15 8l-1-1l-2 2l-2-2l-1 1l2 2l-2 2l1 1l2-2l2 2l1-1l-2-2l2-2z\"/>"
},
"file-search": {
"body": "<path fill=\"currentColor\" d=\"M12 13.47V15H2V1h6v4h4v.56c.386.229.716.504.996.825L13 4L9 0H1v16h12v-1.53zM9 1l3 3H9V1z\"/><path fill=\"currentColor\" d=\"m14.78 12.72l-1.92-1.92a.727.727 0 0 0-.325-.179a3.014 3.014 0 0 0 .468-1.618a3 3 0 1 0-1.371 2.52c.02.136.083.248.169.337l1.92 1.92a.75.75 0 0 0 1.059-1.061zM10 11a2 2 0 1 1-.001-3.999A2 2 0 0 1 10 11z\"/>"
},
"file-sound": {
"body": "<path fill=\"currentColor\" d=\"M11.4 10.5c0 1.2-.4 2.2-1 3l.4.5c.7-.9 1.2-2.1 1.2-3.5s-.5-2.6-1.2-3.5l-.4.5c.6.8 1 1.9 1 3z\"/><path fill=\"currentColor\" d=\"m9.9 8l-.4.5c.4.5.7 1.2.7 2s-.3 1.5-.7 2l.4.5c.5-.6.8-1.5.8-2.5s-.3-1.8-.8-2.5z\"/><path fill=\"currentColor\" d=\"m9.1 9l-.4.5c.2.3.3.6.3 1s-.1.7-.3 1l.4.5c.3-.4.5-.9.5-1.5S9.4 9.4 9.1 9z\"/><path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 5h4v10H3V1h6v4zm1-1V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M6 9H4v3h2l2 2V7z\"/>"
},
"file-start": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zm3 15H3V1h6v4h4v10zM10 4V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M5 6v6l6-3z\"/>"
},
"file-table": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 5h4v10H3V1h6v4zm1-1V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M4 7v6h8V7H4zm2 5H5v-1h1v1zm0-2H5V9h1v1zm3 2H7v-1h2v1zm0-2H7V9h2v1zm2 2h-1v-1h1v1zm0-2h-1V9h1v1z\"/>"
},
"file-text": {
"body": "<path fill=\"currentColor\" d=\"M10 0v4h4z\"/><path fill=\"currentColor\" d=\"M9 0H2v16h12V5H9V0zm3 12H4v-1h8v1zm0-2H4V9h8v1zm0-3v1H4V7h8z\"/>"
},
"file-text-o": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 5h4v10H3V1h6v4zm1-1V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M4 7h8v1H4V7zm0 2h8v1H4V9zm0 2h8v1H4v-1z\"/>"
},
"file-tree": {
"body": "<path fill=\"currentColor\" d=\"M16 10V6H5v1H3V4h9V0H0v4h2v10h3v2h11v-4H5v1H3V8h2v2z\"/>"
},
"file-tree-small": {
"body": "<path fill=\"currentColor\" d=\"M5 12v2h11V9H5v2H3V7h9V2H0v5h2v5z\"/>"
},
"file-tree-sub": {
"body": "<path fill=\"currentColor\" d=\"M8 11v1H7v-2h5V6H4v1H3V5h6V1H0v4h2v3h2v2h2v3h2v2h8v-4z\"/>"
},
"file-zip": {
"body": "<path fill=\"currentColor\" d=\"M10 0H2v16h12V4l-4-4zM9 15H5v-2.8l.7-2.2h2.4l.9 2.2V15zm4 0h-3v-3L9 9H7V8H5v1l-1 3v3H3V1h4v1h2v1H7v1h2v1h4v10zM10 4V1l3 3h-3z\"/><path fill=\"currentColor\" d=\"M5 6h2v1H5V6zm0-4h2v1H5V2zm0 2h2v1H5V4zm2 1h2v1H7V5zm0 2h2v1H7V7zm-1 5h2v2H6v-2z\"/>"
},
"fill": {
"body": "<path fill=\"currentColor\" d=\"M13 14.5c.468-2.207.985-4.05 1.604-5.846c.411 1.796.928 3.638 1.337 5.521C16 15.328 15.329 16 14.5 16s-1.5-.672-1.5-1.5zM8 1L6.56 2.44l-2-2a1.539 1.539 0 0 0-2.121 0a1.496 1.496 0 0 0 .001 2.119l2 2L0 8.999l7 7l8-8zm0 1.41L13.59 8H2.41l2.75-2.75a.49.49 0 0 0 .669-.672l.721-.718l1.54 1.53a.502.502 0 0 0 .71-.71L7.27 3.15zm-4.85-.56a.5.5 0 0 1 .355-.854c.138 0 .263.055.355.144l2 2l-.71.71z\"/>"
},
"film": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h1v-1h1v1h12v-1h1v1h1V0H0zm2 14H1v-1h1v1zm0-2H1v-1h1v1zm0-2H1V9h1v1zm0-2H1V7h1v1zm0-2H1V5h1v1zm0-2H1V3h1v1zm0-2H1V1h1v1zm11 13H3V9h10v6zm0-8H3V1h10v6zm2 7h-1v-1h1v1zm0-2h-1v-1h1v1zm0-2h-1V9h1v1zm0-2h-1V7h1v1zm0-2h-1V5h1v1zm0-2h-1V3h1v1zm0-2h-1V1h1v1z\"/>"
},
"filter": {
"body": "<path fill=\"currentColor\" d=\"M1 2h14v2L9 9v7l-2-2V9L1 4V2zm0-2h14v1H1V0z\"/>"
},
"fire": {
"body": "<path fill=\"currentColor\" d=\"M4.9 15.8S1 15.4 1 10.1C1 6 4.1 3.6 4.1 3.6S5.4 5 6.4 5.5C7.4 6.1 7.8 0 7.8 0S15 3.9 15 9.8c0 6.1-4 5.9-4 5.9s1.8-2.4 1.8-5.2c0-3-3.9-6.7-3.9-6.7s-.5 4.4-2.1 5c-1.6-.9-2.5-2.3-2.5-2.3s-3.7 5.8.6 9.3z\"/><path fill=\"currentColor\" d=\"M8.2 16.1c-2-.1-3.7-1.4-3.7-3.2s.7-2.6.7-2.6s.5 1 1.1 1.5s1.8.8 2.4.1c.6-.6.8-2.3.8-2.3s1.4 1.1 1.2 3c-.1 2-.9 3.5-2.5 3.5z\"/>"
},
"flag": {
"body": "<path fill=\"currentColor\" d=\"M4 2c0-1.1-.9-2-2-2S0 .9 0 2c0 .7.4 1.4 1 1.7V16h2V3.7c.6-.3 1-1 1-1.7zm0 2s1-3 3.6-3c2.7 0 2.3 1 4.4 1c2.4 0 4-1 4-1v8s-.7 2-4 2c-2.2 0-2.3-1-5-1c-2.3 0-3 2-3 2V4z\"/>"
},
"flag-checkered": {
"body": "<path fill=\"currentColor\" d=\"M2 0C.9 0 0 .9 0 2c0 .7.4 1.4 1 1.7V16h2V3.7c.6-.3 1-1 1-1.7c0-1.1-.9-2-2-2zm10 2c-2.1 0-1.8-1-4.4-1S4 4 4 4v8s.7-2 3-2c2.7 0 2.8 1 5 1c3.3 0 4-2 4-2V1s-1.6 1-4 1zm3 2.5c-.2.2-.8.4-2 .6V2.9c.8-.1 1.5-.2 2-.4v2zM5 7.9V5.3c.4-.6 1.1-1.1 2-1.1V2.1c.2-.1.4-.1.6-.1c1.2 0 1.6.2 2.1.4c.1.1.2.2.3.2v2.2c.5.2 1.1.4 2 .4c.4 0 .7 0 1-.1v2.6c-.3 0-.6.1-1 .1c-1.1 0-1.5-.2-2-.5v2.3C9.3 9.3 8.5 9 7 9V6.8c-.9.2-1.5.6-2 1.1zm8 2V7.7c1.1-.2 1.7-.6 2-.8v1.8c-.2.3-.7 1-2 1.2z\"/><path fill=\"currentColor\" d=\"M10 7.2V4.8s-1.2-.6-3-.6v2.6c1.7-.4 3 .4 3 .4z\"/>"
},
"flag-o": {
"body": "<path fill=\"currentColor\" d=\"M4 2c0-1.1-.9-2-2-2S0 .9 0 2c0 .7.4 1.4 1 1.7V16h2V3.7c.6-.3 1-1 1-1.7zm3.6 0c1.2 0 1.6.2 2.1.4c.5.3 1.1.6 2.3.6s2.2-.2 3-.5v6.3c-.2.3-.9 1.2-3 1.2c-.9 0-1.3-.2-1.9-.4C9.4 9.3 8.6 9 7 9c-.8 0-1.5.2-2 .5V4.2C5.2 3.7 6 2 7.6 2zM16 1s-1.6 1-4 1c-2.1 0-1.8-1-4.4-1S4 4 4 4v8s.7-2 3-2c2.7 0 2.8 1 5 1c3.3 0 4-2 4-2V1z\"/>"
},
"flash": {
"body": "<path fill=\"currentColor\" d=\"m16 8l-2.2-1.6L14.9 4l-2.7-.2l-.2-2.7l-2.4 1.1L8 0L6.4 2.2L4 1.1l-.2 2.7l-2.7.2l1.1 2.4L0 8l2.2 1.6L1.1 12l2.7.2l.2 2.7l2.4-1.1L8 16l1.6-2.2l2.4 1.1l.2-2.7l2.7-.2l-1.1-2.4L16 8z\"/>"
},
"flask": {
"body": "<path fill=\"currentColor\" d=\"M2 16h12l-4-8V1h1V0H5v1h1v7l-4 8zM9 1v7.2l1.9 3.8H5.1L7 8.2V1h2z\"/>"
},
"flight-landing": {
"body": "<path fill=\"currentColor\" d=\"M13.64 7c-.71-.2-1.89-.43-3.23-.67L6.59 2.09a2.268 2.268 0 0 0-.746-.544L4.65 1c-.09 0-.15 0-.1.11S6 4 6.84 5.7c-1.84-.29-3.5-.53-4.23-.63a.917.917 0 0 1-.608-.406L1.28 3.59a.925.925 0 0 0-.474-.358L0 3l.61 3.26c.067.34.318.609.644.699C2.58 7.34 6.07 8.3 8.78 8.88c6 1.28 6.8 1.28 7.12.91S15.23 7.41 13.64 7zM0 13h16v1H0v-1z\"/>"
},
"flight-takeoff": {
"body": "<path fill=\"currentColor\" d=\"M12.57 2.26c-.65.29-1.66.85-2.8 1.5L4.31 3a2.172 2.172 0 0 0-.916.064L2.209 3.4c-.1 0-.1.1 0 .14l4.56 2c-1.54.92-2.91 1.76-3.51 2.14a.858.858 0 0 1-.726.088L1.339 7.39a.864.864 0 0 0-.586.002l-.754.308l2.52 2.1a.879.879 0 0 0 .926.128C4.649 9.39 7.819 7.93 10.179 6.7c5.24-2.78 5.82-3.26 5.82-3.7c0-.69-2-1.4-3.43-.74zM0 13h16v1H0v-1z\"/>"
},
"flip-h": {
"body": "<path fill=\"currentColor\" d=\"m0 15l6-5l-6-4.9zm9-4.9l6 4.9V5l-6 5.1zm5 2.8l-3.4-2.8l3.4-3v5.8zM7 5h1v1H7V5zm0-2h1v1H7V3zm0 4h1v1H7V7zm0 2h1v1H7V9zm0 2h1v1H7v-1zm0 2h1v1H7v-1zm0 2h1v1H7v-1z\"/><path fill=\"currentColor\" d=\"M7.5 1c1.3 0 2.6.7 3.6 1.9L10 4h3V1l-1.2 1.2C10.6.8 9.1 0 7.5 0C5.6 0 3.9 1 2.6 2.9l.8.6C4.5 1.9 5.9 1 7.5 1z\"/>"
},
"flip-v": {
"body": "<path fill=\"currentColor\" d=\"m1 1l5 6l4.94-6H1zm4.94 9L1 16h10zm-2.82 5l2.83-3.44l3 3.44H3.12zM10 8h1v1h-1V8zm2 0h1v1h-1V8zM8 8h1v1H8V8zM6 8h1v1H6V8zM4 8h1v1H4V8zM2 8h1v1H2V8zM0 8h1v1H0V8z\"/><path fill=\"currentColor\" d=\"M15 8.47a4.807 4.807 0 0 1-1.879 3.632L12 11v3h3l-1.18-1.18A5.757 5.757 0 0 0 16 8.478V8.47a6.062 6.062 0 0 0-2.884-4.905l-.596.805a5.095 5.095 0 0 1 2.479 4.087z\"/>"
},
"folder": {
"body": "<path fill=\"currentColor\" d=\"M16 15H0V4h1l1-2h4l1 2h9z\"/>"
},
"folder-add": {
"body": "<path fill=\"currentColor\" d=\"M14 6V4H7L6 2H2L1 4H0v11h14v-1H1V5h.62l1-2h2.57l1.19 2H13v1h1z\"/><path fill=\"currentColor\" d=\"M14 7h-2v2h-2v2h2v2h2v-2h2V9h-2V7z\"/>"
},
"folder-o": {
"body": "<path fill=\"currentColor\" d=\"M7 4L6 2H2L1 4H0v11h16V4H7zm8 10H1V5h.6l1-2h2.6l1.2 2H15v9z\"/>"
},
"folder-open": {
"body": "<path fill=\"currentColor\" d=\"M14 6V4H7L6 2H2L1 4H0v9.5L3 6z\"/><path fill=\"currentColor\" d=\"M3.7 7L.5 15h12.8l2.5-8z\"/>"
},
"folder-open-o": {
"body": "<path fill=\"currentColor\" d=\"M14 6V4H7L6 2H2L1 4H0v11h14l2-9h-2zm.9 1l-1.6 7l-11.9-.1L3.7 7h11.2zM1 5h.6l1-2h2.6l1.2 2H13v1H3l-2 5.9V5z\"/>"
},
"folder-remove": {
"body": "<path fill=\"currentColor\" d=\"M13 12.41V14H1V5h.62l1-2h2.57l1.19 2H13v2.59l1-1V4H7L6 2H2L1 4H0v11h14v-1.59l-1-1z\"/><path fill=\"currentColor\" d=\"m16 8l-1-1l-2 2l-2-2l-1 1l2 2l-2 2l1 1l2-2l2 2l1-1l-2-2l2-2z\"/>"
},
"folder-search": {
"body": "<path fill=\"currentColor\" d=\"M13 13.47V14H1V5h.62l1-2h2.57l1.19 2H13v.91c.385.179.716.407 1.001.681L14 4H7L6 2H2L1 4H0v11h14v-.53z\"/><path fill=\"currentColor\" d=\"m15.78 12.72l-1.92-1.92a.727.727 0 0 0-.325-.179a3.014 3.014 0 0 0 .468-1.618a3 3 0 1 0-1.371 2.52c.02.136.083.248.169.337l1.92 1.92a.75.75 0 0 0 1.059-1.061zM11 11a2 2 0 1 1-.001-3.999A2 2 0 0 1 11 11z\"/>"
},
"font": {
"body": "<path fill=\"currentColor\" d=\"M12 16h3L9 0H7L1 16h3l1.9-5h4.2l1.9 5zM6.7 9L8 5.4L9.3 9H6.7z\"/>"
},
"form": {
"body": "<path fill=\"currentColor\" d=\"M15 2v2H6V2h9zm1-1H5v4h11V1zM0 1h4v4H0V1zm15 6v2H6V7h9zm1-1H5v4h11V6zM0 6h4v4H0V6zm15 6v2H6v-2h9zm1-1H5v4h11v-4zM0 11h4v4H0v-4z\"/>"
},
"forward": {
"body": "<path fill=\"currentColor\" d=\"M0 1v14l8-7zm8 0v14l8-7z\"/>"
},
"frown-o": {
"body": "<path fill=\"currentColor\" d=\"M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7s-7-3.1-7-7s3.1-7 7-7zm0-1C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8z\"/><path fill=\"currentColor\" d=\"M7 6a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm.3 6.3c-.7-1.1-2-1.8-3.3-1.8s-2.6.7-3.3 1.8l-.8-.6c.9-1.4 2.4-2.2 4.1-2.2s3.2.8 4.1 2.2l-.8.6z\"/>"
},
"funcion": {
"body": "<path fill=\"currentColor\" d=\"M10 0S7.9 0 7.3 3l-.4 2H5l-.5 1h2.2l-1.4 7c-.4 2-1.9 2-1.9 2h-1L2 16h3s2.1 0 2.7-3l1.4-7h2.4l.5-1H9.3l.4-2c.4-2 1.8-2 1.8-2h1l.5-1h-3z\"/>"
},
"funnel": {
"body": "<path fill=\"currentColor\" d=\"M6 11h4v4H6v-4zm7.6-6L16 1H0l2.4 4h11.2zM3 6l2.4 4h5.2L13 6H3z\"/>"
},
"gamepad": {
"body": "<path fill=\"currentColor\" d=\"M12.16 2a9.844 9.844 0 0 1-4.149 1a9.968 9.968 0 0 1-4.229-1.026C1.171 2 .001 3.17.001 5.84v6A2.19 2.19 0 0 0 2.191 14h.232a2.19 2.19 0 0 0 2.074-1.485C4.802 11.6 5.642 10 6.582 10h2.84c.94 0 1.78 1.6 2.08 2.5A2.194 2.194 0 0 0 13.58 14h.232c1.21 0 2.19-.98 2.19-2.19v-6c0-2.64-1.17-3.81-3.84-3.81zM5 7H4v1H3V7H2V6h1V5h1v1h1v1zm5.06 1.11a1.06 1.06 0 1 1 .001-2.121a1.06 1.06 0 0 1-.001 2.121zM13 8a1 1 0 1 1 0-2a1 1 0 0 1 0 2z\"/>"
},
"gavel": {
"body": "<path fill=\"currentColor\" d=\"M6.4 4.1c-.4-.4-.4-.9-.1-1.2L8.9.3c.3-.3.8-.3 1.2 0l.1.1c.3.3.3.8 0 1.2L7.6 4.1c-.3.3-.9.3-1.2 0zM12 9.7c-.4-.4-.4-.9-.1-1.3l2.6-2.6c.3-.3.8-.3 1.2 0l.1.1c.3.3.3.8 0 1.2l-2.6 2.6c-.4.3-.9.3-1.2 0zm-2-2L8.3 6c-.4-.4-.4-1 0-1.4l2.3-2.3c.4-.4 1-.4 1.4 0L13.7 4c.4.4.4 1 0 1.4l-2.3 2.3c-.4.4-1 .4-1.4 0zm-6 6.5c.6-.6 4-5.6 4.5-5.3c.4.2 1-.5 1-.5L7.6 6.5s-.7.6-.5 1c.3.5-4.7 3.9-5.3 4.5c0 0-2.8 2.2-1.4 3.6S4 14.2 4 14.2z\"/>"
},
"gift": {
"body": "<path fill=\"currentColor\" d=\"M10.1 5c2-.3 3.9-1.1 2.2-3.6c-.7-1-1.4-1.4-2-1.4c-1 0-1.7 1.1-2.3 2.2C7.4 1.1 6.7 0 5.7 0c-.6 0-1.3.4-2 1.4c-1.8 2.5.2 3.3 2.2 3.6H0v3h16V5h-5.9zm.2-4c.1 0 .5.1 1.2 1c.5.7.6 1.1.5 1.3c-.2.3-1.3.7-3.3.8c0-.2-.1-.4-.2-.6C9.1 2.1 9.8 1 10.3 1zM4 3.3c-.1-.2 0-.6.5-1.3c.7-.9 1.1-1 1.2-1c.5 0 1.2 1.1 1.8 2.5c-.1.2-.2.4-.2.6c-2-.1-3.1-.5-3.3-.8zM7 7V5h2v2H7zm2 8H7V9H1v7h14V9H9z\"/>"
},
"glass": {
"body": "<path fill=\"currentColor\" d=\"M11 15H9V7l6-7H0l6 7v8H4c-2 0-2 1-2 1h11s0-1-2-1zm1.9-14l-1.8 2H3.9L2.2 1h10.7zM7 15V7h1v8H7z\"/>"
},
"glasses": {
"body": "<path fill=\"currentColor\" d=\"M15.5 7h-.7c-.4-1.2-1.5-2-2.8-2s-2.4.9-2.8 2.1c-.3-.4-.7-.6-1.2-.6s-.9.2-1.2.6C6.4 5.9 5.3 5 4 5s-2.4.9-2.8 2H.5c-.3 0-.5.2-.5.5s.2.5.5.5H1c0 1.7 1.3 3 3 3c1.5 0 2.7-1.1 3-2.5c.3 0 .5-.2.5-.5s.2-.5.5-.5s.5.2.5.5s.2.5.5.5c.2 1.4 1.5 2.5 3 2.5c1.7 0 3-1.3 3-3h.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5zM4 10c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2zm8 0c-1.1 0-2-.9-2-2s.9-2 2-2s2 .9 2 2s-.9 2-2 2z\"/>"
},
"globe": {
"body": "<path fill=\"currentColor\" d=\"M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8s8-3.6 8-8s-3.6-8-8-8zm5.2 5.3c.4 0 .7.3 1.1.3c-.3.4-1.6.4-2-.1c.3-.1.5-.2.9-.2zM1 8c0-.4 0-.8.1-1.3c.1 0 .2.1.3.1c0 0 .1.1.1.2c0 .3.3.5.5.5c.8.1 1.1.8 1.8 1c.2.1.1.3 0 .5c-.6.8-.1 1.4.4 1.9c.5.4.5.8.6 1.4c0 .7.1 1.5.4 2.2C2.7 13.3 1 10.9 1 8zm7 7c-.7 0-1.5-.1-2.1-.3c-.1-.2-.1-.4 0-.6c.4-.8.8-1.5 1.3-2.2c.2-.2.4-.4.4-.7c0-.2.1-.5.2-.7c.3-.5.2-.8-.2-.9c-.8-.2-1.2-.9-1.8-1.2s-1.2-.5-1.7-.2c-.2.1-.5.2-.5-.1c0-.4-.5-.7-.4-1.1c-.1 0-.2 0-.3.1s-.2.2-.4.1c-.2-.2-.1-.4-.1-.6c.1-.2.2-.3.4-.4c.4-.1.8-.1 1 .4c.3-.9.9-1.4 1.5-1.8c0 0 .8-.7.9-.7s.2.2.4.3c.2 0 .3 0 .3-.2c.1-.5-.2-1.1-.6-1.2c0-.1.1-.1.1-.1c.3-.1.7-.3.6-.6c0-.4-.4-.6-.8-.6c-.2 0-.4 0-.6.1c-.4.2-.9.4-1.5.4C5.2 1.4 6.6 1 8 1h.8c-.6.1-1.2.3-1.6.5c.6.1.7.4.5.9c-.1.2 0 .4.2.5s.4.1.5-.1c.2-.3.6-.4.9-.5c.4-.1.7-.3 1-.7c0-.1.1-.1.2-.2c.6.2 1.2.6 1.8 1c-.1 0-.1.1-.2.1c-.2.2-.5.3-.2.7c.1.2 0 .3-.1.4c-.2.1-.3 0-.4-.1s-.1-.3-.4-.3c-.1.2-.4.3-.4.6c.5 0 .4.4.5.7c-.6.1-.8.4-.5.9c.1.2-.1.3-.2.4c-.4.6-.8 1-.8 1.7s.5 1.4 1.3 1.3c.9-.1.9-.1 1.2.7c0 .1.1.2.1.3c.1.2.2.4.1.6c-.3.8.1 1.4.4 2c.1.2.2.3.3.4c-1.3 1.4-3 2.2-5 2.2z\"/>"
},
"globe-wire": {
"body": "<path fill=\"currentColor\" d=\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm6.8 9.5c0 .5-.7.66-2 1a11.68 11.68 0 0 0 .229-1.98l2.001-.02c0 .36-.08.5-.16 1zm-13.6 0c-.1-.5-.15-.64-.2-1h2c.024.723.106 1.411.244 2.079C1.9 10.16 1.2 10 1.2 9.5zm0-3c0-.5.7-.66 2-1A11.835 11.835 0 0 0 3 7.489L1 7.5c0-.36.08-.5.16-1zM8.5 5c1.13.013 2.226.107 3.298.277c.047.643.165 1.41.201 2.199L8.5 7.501v-2.5zm0-1V1.06c1.17.27 2.2 1.47 2.84 3.15A24.21 24.21 0 0 0 8.523 4zm-1-2.94V4a25.617 25.617 0 0 0-2.968.214C5.3 2.53 6.33 1.33 7.5 1.06zM7.5 5v2.5H4c.031-.806.142-1.571.326-2.307c.932-.08 2.035-.177 3.158-.193zM4 8.5h3.5V11a22.663 22.663 0 0 1-3.298-.277c-.047-.643-.165-1.41-.201-2.199zM7.5 12v2.94c-1.17-.27-2.2-1.47-2.84-3.15a24.21 24.21 0 0 0 2.817.21zm1 2.94V12a25.617 25.617 0 0 0 2.968-.214C10.7 13.47 9.67 14.67 8.5 14.94zm0-3.94V8.5H12a11.247 11.247 0 0 1-.326 2.307c-.932.08-2.035.177-3.158.193zM15 7.5h-2a12.229 12.229 0 0 0-.244-2.079c1.354.399 2.014.559 2.014 1.079c.13.5.18.64.23 1zm-.7-2.59a9.585 9.585 0 0 0-1.726-.5c-.361-1.019-.809-1.898-1.389-2.672c1.355.726 2.413 1.811 3.067 3.131zM4.84 1.76a8.24 8.24 0 0 0-1.305 2.581c-.699.189-1.299.365-1.874.593c.751-1.39 1.823-2.475 3.139-3.156zm-3.11 9.33c.506.204 1.106.38 1.726.5c.361 1.019.809 1.898 1.389 2.672c-1.367-.722-2.436-1.807-3.097-3.131zm9.44 3.15a8.25 8.25 0 0 0 1.295-2.581c.699-.189 1.299-.365 1.874-.593c-.751 1.39-1.823 2.475-3.139 3.156z\"/>"
},
"golf": {
"body": "<path fill=\"currentColor\" d=\"M7 2a2 2 0 1 1-3.999.001A2 2 0 0 1 7 2z\"/><path fill=\"currentColor\" d=\"M9.8 1.8c-.2-.5-1.7-.1-2 .5c-.2.3-.2 1.2-1.2 1.9c-.8.5-1.6.5-1.6.5c-.3.6-.1 1.1.2 1.6c.5.9.6 1.8.7 2.8c.1 1.3-.5 2.4-2.3 3.2c-.8.3-1.3.9-1 1.9c0 0 2-.3 3.1-1.2c1.5-1.2 1.8-2.3 1.8-2.3s.1.7 0 1.9c-.1 1-.2 1.5-.4 2.2S7.4 16 8 16s1-.4 1-1l.3-1.9c.3-2.1 0-4.3-.8-6.3c0-.1-.1-.1-.1-.2c-.6-1.6.2-2.6.6-3c.3-.4 1.2-1.2.8-1.8zM12 0v10h1V4l3-2zm4 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0zM1 8.4l3.7-3.7l-.7-.3L.2 8s-.4.7.1 1.7s1.6.3 1.6.3c.4-.2.2-.4 0-.6s-.9-1-.9-1z\"/>"
},
"google-plus": {
"body": "<path fill=\"currentColor\" d=\"M16 3.9h-2.8V1.3h-.6v2.6H9.9v.8h2.7v2.6h.6V4.7H16zM6.9 9c-.4-.2-1.1-.9-1.1-1.3s.1-.7.8-1.2c.7-.5 1.2-1.2 1.2-2.1c0-1.1-.5-2.1-1.3-2.4h1.3l.9-.7H4.5C2.6 1.3.9 2.7.9 4.4s1.3 3 3.2 3h.4c-.2.2-.2.4-.2.7c0 .5.3.8.6 1.2h-.7c-2.3 0-4.1 1.5-4.1 3s2 2.5 4.3 2.5c2.6 0 4.1-1.5 4.1-3c-.1-1.3-.5-2-1.6-2.8zM4.7 6.9c-1.1 0-2.1-1.2-2.3-2.6S2.9 1.8 4 1.8S6.1 3 6.3 4.4S5.8 7 4.7 6.9zm-.4 7.2c-1.6 0-2.8-1-2.8-2.2s1.4-2.2 3-2.2c.4 0 .7.1 1 .2c.9.6 1.5.9 1.7 1.6c0 .1.1.3.1.4c0 1.2-.8 2.2-3 2.2z\"/>"
},
"google-plus-square": {
"body": "<path fill=\"currentColor\" d=\"M5 3.4c-.8 0-1.3.8-1.2 1.8c.1 1.1.9 1.9 1.7 2c.8 0 1.3-.8 1.2-1.9c-.1-1-.9-1.9-1.7-1.9zm.4 5.9c-1.2 0-2.3.7-2.3 1.6s.9 1.7 2.1 1.7c1.7 0 2.3-.7 2.3-1.6v-.3c-.1-.5-.6-.8-1.3-1.2c-.2-.2-.5-.2-.8-.2z\"/><path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm7.9 5.3c0 .7-.4 1.2-.9 1.6s-.6.6-.6.9c0 .3.5.8.8 1c.8.6 1.1 1.1 1.1 2c0 1.1-1.1 2.3-3.1 2.3c-1.7 0-3.2-.7-3.2-1.8C2 10.1 3.3 9 5.1 9h.5c-.2-.3-.4-.6-.4-.9c0-.2.1-.4.2-.6h-.3c-1.4 0-2.4-1-2.4-2.3C2.7 4 4 2.9 5.4 2.9h3.1l-.7.6h-1c.7.2 1.1 1 1.1 1.8zm6.1.2h-2.1v2h-.5v-2h-2V5h2V3h.5v2H14v.5z\"/>"
},
"grab": {
"body": "<path fill=\"currentColor\" d=\"M12.6 4H12c0-.2-.2-.6-.4-.8s-.5-.4-1.1-.4c-.2 0-.4 0-.6.1c-.1-.2-.2-.3-.3-.5c-.2-.2-.5-.4-1.1-.4c-.8 0-1.2.5-1.4 1c-.1 0-.3-.1-.5-.1c-.5 0-.8.2-1.1.4C5 3.9 5 4.7 5 4.8v.4c-.6 0-1.1.2-1.4.5C3 6.4 3 7.3 3 8.5v.7c0 1.4.7 2.1 1.4 2.8l.3.4C6 13.6 7.2 14 9.8 14c2.9 0 4.2-1.6 4.2-5.1V6.4c0-.7-.2-2.1-1.4-2.4zm-2.1-.2c.4 0 .5.4.5.6v.8c0 .3.2.5.4.5c.3 0 .5-.1.5-.4c0 0 0-.4.4-.3c.6.2.7 1.1.7 1.3v2.6c0 3.4-1.3 4.1-3.2 4.1c-2.4 0-3.3-.3-4.3-1.3l-.4-.4C4.4 10.6 4 10.2 4 9.2v-.6c0-1 0-1.8.3-2.1c.1-.2.4-.3.7-.3V7l-.3 1.2c0 .1 0 .1.1.1c.1.1.2 0 .2 0l1-1.2V5c0-.1 0-.6.2-.8c.1-.1.2-.2.4-.2c.3 0 .4.2.4.4v.4c0 .2.2.5.5.5S8 5 8 4.8V3.5c0-.1 0-.5.5-.5c.3 0 .5.2.5.5v1.2c0 .3.2.6.5.6s.5-.3.5-.5v-.5c0-.3.2-.5.5-.5z\"/>"
},
"grid": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm5 15H1v-4h4v4zm0-5H1V6h4v4zm0-5H1V1h4v4zm5 10H6v-4h4v4zm0-5H6V6h4v4zm0-5H6V1h4v4zm5 10h-4v-4h4v4zm0-5h-4V6h4v4zm0-5h-4V1h4v4z\"/>"
},
"grid-bevel": {
"body": "<path fill=\"currentColor\" d=\"M14 2V1H1v13h1v1h13V2h-1zM5 13H2v-3h3v3zm0-4H2V6h3v3zm0-4H2V2h3v3zm4 8H6v-3h3v3zm0-4H6V6h3v3zm0-4H6V2h3v3zm4 8h-3v-3h3v3zm0-4h-3V6h3v3zm0-4h-3V2h3v3z\"/>"
},
"grid-big": {
"body": "<path fill=\"currentColor\" d=\"M0 0h7v7H0V0zm9 0h7v7H9V0zM0 9h7v7H0V9zm9 0h7v7H9V9z\"/>"
},
"grid-big-o": {
"body": "<path fill=\"currentColor\" d=\"M0 7h7V0H0v7zm1-6h5v5H1V1zm8-1v7h7V0H9zm6 6h-5V1h5v5zM0 16h7V9H0v7zm1-6h5v5H1v-5zm8 6h7V9H9v7zm1-6h5v5h-5v-5z\"/>"
},
"grid-h": {
"body": "<path fill=\"currentColor\" d=\"M0 0v16h16V0H0zm5 15H1V1h4v14zm5 0H6V1h4v14zm5 0h-4V1h4v14z\"/>"
},
"grid-small": {
"body": "<path fill=\"currentColor\" d=\"M0 0h4v4H0V0zm0 6h4v4H0V6zm0 6h4v4H0v-4zM6 0h4v4H6V0zm0 6h4v4H6V6zm0 6h4v4H6v-4zm6-12h4v4h-4V0zm0 6h4v4h-4V6zm0 6h4v4h-4v-4z\"/>"
},
"grid-small-o": {
"body": "<path fill=\"currentColor\" d=\"M0 4h4V0H0v4zm1-3h2v2H1V1zm-1 9h4V6H0v4zm1-3h2v2H1V7zm-1 9h4v-4H0v4zm1-3h2v2H1v-2zm5-9h4V0H6v4zm1-3h2v2H7V1zm-1 9h4V6H6v4zm1-3h2v2H7V7zm-1 9h4v-4H6v4zm1-3h2v2H7v-2zm5-13v4h4V0h-4zm3 3h-2V1h2v2zm-3 7h4V6h-4v4zm1-3h2v2h-2V7zm-1 9h4v-4h-4v4zm1-3h2v2h-2v-2z\"/>"
},
"grid-v": {
"body": "<path fill=\"currentColor\" d=\"M16 0H0v16h16V0zM1 5V1h14v4H1zm0 5V6h14v4H1zm0 5v-4h14v4H1z\"/>"