forked from iconify/icon-sets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fluent-mdl2.json
5238 lines (5238 loc) · 824 KB
/
fluent-mdl2.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": "fluent-mdl2",
"info": {
"name": "Fluent UI MDL2",
"total": 1735,
"author": {
"name": "Microsoft Corporation",
"url": "https://github.com/microsoft/fluentui/tree/master/packages/react-icons-mdl2"
},
"license": {
"title": "MIT",
"spdx": "MIT",
"url": "https://github.com/microsoft/fluentui/blob/master/packages/react-icons-mdl2/LICENSE"
},
"samples": [
"flow",
"home",
"switch"
],
"height": 32,
"displayHeight": 16,
"category": "Archive / Unmaintained",
"palette": false
},
"lastModified": 1665649288,
"icons": {
"accept": {
"body": "<path fill=\"currentColor\" d=\"M640 1755L19 1133l90-90l531 530L1939 275l90 90L640 1755z\"/>"
},
"accept-medium": {
"body": "<path fill=\"currentColor\" d=\"m1902 196l121 120L683 1657L25 999l121-121l537 537L1902 196z\"/>"
},
"access-logo": {
"body": "<path fill=\"currentColor\" d=\"M1280 64q137 0 274 15q24 3 69 9t101 18t112 28t105 39t77 51t30 64v1472q0 35-30 63t-77 51t-104 39t-113 28t-100 19t-70 9q-137 15-274 15q-138 0-274-15q-24-2-69-9t-101-18t-112-28t-105-39t-77-51t-30-64v-224H85q-35 0-60-25t-25-60V597q0-35 25-60t60-25h427V288q0-35 30-63t77-51t104-39t113-28t100-18t70-10q136-15 274-15zm0 128q-65 0-145 4t-162 16t-161 29t-138 47q62 29 139 47t159 29t161 15t147 5q67 0 146-4t161-15t159-29t140-48q-60-28-138-46t-160-30t-163-15t-145-5zM403 1207h217l51 153h171L597 688H430l-248 672h170l51-153zm1517 532v-303q-66 29-147 48t-168 30t-170 17t-155 5q-73 0-145-4t-145-13q-23 17-51 17H640v203q29 23 78 41t108 31t125 21t126 14t115 8t88 2q35 0 88-2t114-7t127-14t124-22t109-31t78-41zm0-446V924q-66 29-147 48t-168 30t-170 17t-155 5q-64 0-128-3t-128-10v384q64 7 128 10t128 3q37 0 90-2t113-7t125-14t123-22t108-30t81-40zm0-512V412q-66 29-147 48t-168 30t-170 17t-155 5q-71 0-155-5t-170-16t-167-31t-148-48v100h299q35 0 60 25t25 60v286q64 7 128 10t128 3q37 0 90-2t113-7t125-14t123-22t108-30t81-40zM442 1077l69-209l67 209H442z\"/>"
},
"accessibilty-checker": {
"body": "<path fill=\"currentColor\" d=\"M128 128v1792h384v128H0V0h1115l549 549v91h-640V128H128zm1024 91v293h293l-293-293zm384 1061l-192 256l-192-256h128V768h128v512h128zm512 64l-256 192v-128h-192l96-128h96v-128l256 192zm-1401 64q9-81 39-155t82-139l91 91q-69 90-84 203H647zm128 128q15 113 84 203l-91 91q-51-64-81-138t-40-156h128zm377-505q-113 15-203 84l-91-91q64-51 138-81t156-40v128zm421 708q69-90 84-203h128q-9 81-39 155t-82 139l-91-91zm-293 174q113-15 203-84l91 91q-64 51-138 81t-156 40v-128zm-422 7l91-91q90 69 203 84v128q-81-9-155-39t-139-82z\"/>"
},
"account-activity": {
"body": "<path fill=\"currentColor\" d=\"M1792 256v1792H256V256h512q0-53 20-99t55-82t81-55t100-20q53 0 99 20t82 55t55 81t20 100h512zM640 384v128h768V384h-256V256q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50v128H640zm1024 0h-128v256H512V384H384v1536h1280V384zm-405 335q42 0 78 15t64 42t42 63t16 78q0 39-15 76t-43 65l-526 531l-358 68l75-351l526-530q28-28 65-42t76-15zm51 249q21-23 21-51q0-31-20-50t-52-20q-14 0-27 4t-23 15l-499 503l-27 126l129-25l498-502z\"/>"
},
"account-browser": {
"body": "<path fill=\"currentColor\" d=\"M2048 128v1664H0V128h2048zM128 256v256h1792V256H128zm1792 1408V640H128v1024h1792zm-710-464q46 26 82 62t62 79t40 93t14 102h-128q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100H640q0-52 14-101t39-93t62-80t83-62q-33-35-51-81t-19-95q0-53 20-99t55-82t81-55t100-20q53 0 99 20t82 55t55 81t20 100q0 49-18 95t-52 81zm-314-176q0 27 10 50t27 40t41 28t50 10q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50z\"/>"
},
"account-management": {
"body": "<path fill=\"currentColor\" d=\"M1148 1152q-83-62-179-95t-201-33q-88 0-170 23t-153 64t-129 100t-100 130t-65 153t-23 170H0q0-120 35-231t101-205t156-167t204-115q-56-35-100-82t-76-104t-47-119t-17-129q0-106 40-199t110-162T569 41T768 0q106 0 199 40t162 110t110 163t41 199q0 66-16 129t-48 119t-76 103t-101 83q60 23 113 54v152h-4zM384 512q0 80 30 149t82 122t122 83t150 30q79 0 149-30t122-82t83-122t30-150q0-79-30-149t-82-122t-123-83t-149-30q-80 0-149 30t-122 82t-83 123t-30 149zm1664 768v768H1024v-768h256v-256h512v256h256zm-640 0h256v-128h-256v128zm512 384h-128v128h-128v-128h-256v128h-128v-128h-128v256h768v-256zm0-256h-768v128h768v-128z\"/>"
},
"accounts": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t245 103t207 160t160 208t103 245t37 272q0 55-10 114t-32 117t-53 108t-74 89t-97 61t-118 23q-54 0-105-14t-96-42t-80-66t-61-88q-30 47-69 85t-85 67t-98 43t-110 15q-102 0-185-44t-141-117t-90-164t-32-187q0-95 31-187t90-164t142-116t185-45q95 0 176 41t144 112V512h128v640q0 53 20 99t55 82t81 55t100 20q44 0 80-18t65-49t50-70t34-83t20-85t7-79q0-123-32-237t-90-214t-141-182t-181-140t-214-91t-238-32q-123 0-237 32t-214 90t-182 141t-140 181t-91 214t-32 238q0 123 32 237t90 214t141 182t181 140t214 91t238 32q178 0 343-68l49 118q-94 39-192 58t-200 20q-141 0-272-36t-245-103t-207-160t-160-208t-103-244t-37-273q0-141 36-272t103-245t160-207t208-160T751 37t273-37zm-64 1408q75 0 134-34t101-90t63-123t22-137q0-68-22-136t-63-124t-100-89t-135-35q-75 0-134 34t-101 90t-63 123t-22 137q0 68 22 136t63 124t100 89t135 35z\"/>"
},
"action-center": {
"body": "<path fill=\"currentColor\" d=\"M0 0h2048v1664h-640l-384 384l-384-384H0V0zm1920 1536V128H128v1408h565l331 331l331-331h565z\"/>"
},
"activate-orders": {
"body": "<path fill=\"currentColor\" d=\"m2029 1453l-557 558l-269-270l90-90l179 178l467-466l90 90zM1024 640H640V512h384v128zm0 256H640V768h384v128zm-384 128h384v128H640v-128zM512 640H384V512h128v128zm0 256H384V768h128v128zm-128 128h128v128H384v-128zm768-384V128H256v1792h896v128H128V0h1115l549 549v731l-128 128V640h-512zm128-128h293l-293-293v293z\"/>"
},
"activity-feed": {
"body": "<path fill=\"currentColor\" d=\"M128 1088V768H0V128h1664v640H448l-320 320zm0-448h128v139l139-139h1141V256H128v384zm1920 384v640h-128v320l-320-320H384v-640h1664zm-128 128H512v384h1141l139 139v-139h128v-384z\"/>"
},
"add": {
"body": "<path fill=\"currentColor\" d=\"M2048 960v128h-960v960H960v-960H0V960h960V0h128v960h960z\"/>"
},
"add-bookmark": {
"body": "<path fill=\"currentColor\" d=\"m1024 1581l64 32q32 16 64 33v143l-128-64l-640 323V0h1280v1280h-128V128H512v1712q129-65 256-130t256-129zm896 83v128h-256v256h-128v-256h-256v-128h256v-256h128v256h256z\"/>"
},
"add-event": {
"body": "<path fill=\"currentColor\" d=\"M1664 128h384v1792H0V128h384V0h128v128h1024V0h128v128zM384 256H128v256h1792V256h-256v128h-128V256H512v128H384V256zM128 1792h1792V640H128v1152zm960-1024v384h384v128h-384v384H960v-384H576v-128h384V768h128z\"/>"
},
"add-favorite": {
"body": "<path fill=\"currentColor\" d=\"m1370 1536l-103-329l405-311h-502l-146-467l-138 467H384l397 311l-154 493l397-306l256 197v162l-256-197l-640 492l248-794L0 768h784L1024 0l240 768h784l-632 486l88 282h-134zm422-128v256h256v128h-256v256h-128v-256h-256v-128h256v-256h128z\"/>"
},
"add-favorite-fill": {
"body": "<path fill=\"currentColor\" d=\"m1860 832l-519 399l90 286l-23 19h-128v78l-39 28l-217-167l-519 399l202-643l-519-399h643l193-618l193 618h643z\"/>"
},
"add-friend": {
"body": "<path fill=\"currentColor\" d=\"M1536 1536h-13q-23-112-81-206t-141-162t-187-106t-218-38q-88 0-170 23t-153 64t-129 100t-100 130t-65 153t-23 170H128q0-120 35-231t101-205t156-167t204-115q-113-74-176-186t-64-248q0-106 40-199t109-163T696 40T896 0q106 0 199 40t163 109t110 163t40 200q0 66-16 129t-48 119t-75 103t-101 83q112 43 206 118t162 176v296zM512 512q0 80 30 149t82 122t122 83t150 30q79 0 149-30t122-82t83-122t30-150q0-79-30-149t-82-122t-123-83t-149-30q-80 0-149 30t-122 82t-83 123t-30 149zm1280 1152h256v128h-256v256h-128v-256h-256v-128h256v-256h128v256z\"/>"
},
"add-group": {
"body": "<path fill=\"currentColor\" d=\"M1250 1333q68 34 123 85t93 118h-157q-54-61-128-94t-157-34q-80 0-149 30t-122 82t-83 123t-30 149H512q0-73 20-141t57-129t91-108t118-81q-75-54-116-135t-42-174q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100H0q0-52 14-102t39-93t63-80t83-61q-34-35-52-81t-19-95q0-53 20-99t55-82t81-55t100-20q53 0 99 20t82 55t55 81t20 100q0 49-18 95t-53 81q42 23 75 55t60 70q27-40 62-72t76-54t87-35t95-12q48 0 94 12t87 34t77 55t62 72q26-38 59-70t76-55q-34-35-52-81t-19-95q0-53 20-99t55-82t81-55t100-20q53 0 99 20t82 55t55 81t20 100q0 49-18 95t-53 81q46 25 83 61t62 79t40 94t14 102h-128q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100q0 92-41 173t-117 136zm414-949q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10zM384 640q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10zm640 640q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100q0 53 20 99t55 82t81 55t100 20zm768 384h256v128h-256v256h-128v-256h-256v-128h256v-256h128v256z\"/>"
},
"add-home": {
"body": "<path fill=\"currentColor\" d=\"M768 1664v-640h512v768h-128v-640H896v640H256V987l-83 82l-90-90l941-942l941 942l-90 90l-83-82v293h-128V859l-640-640l-640 640v805h384zm1024 0h256v128h-256v256h-128v-256h-256v-128h256v-256h128v256z\"/>"
},
"add-in": {
"body": "<path fill=\"currentColor\" d=\"M1024 128v896h896v1024H0V128h1024zM896 1920v-768H128v768h768zm0-896V256H128v768h768zm896 128h-768v768h768v-768zm-128-768h384v128h-384v384h-128V512h-384V384h384V0h128v384z\"/>"
},
"add-link": {
"body": "<path fill=\"currentColor\" d=\"M768 1216q0 66 25 124t68 102t102 69t125 25h192v128h-192q-93 0-174-35t-142-96t-96-142t-36-175q0-93 35-174t96-142t142-96t175-36h64v128h-64q-66 0-124 25t-102 69t-69 102t-25 124zm768-320V768h64q93 0 174 35t142 96t96 142t36 175q0 88-33 169t-95 144v-313q0-66-25-124t-69-101t-102-69t-124-26h-64zM960 384q93 0 174 35t142 96t96 142t36 175q0 93-35 174t-96 142t-142 96t-175 36h-64v-128h64q66 0 124-25t101-68t69-102t26-125q0-66-25-124t-69-101t-102-69t-124-26H448q-66 0-124 25t-102 69t-69 102t-25 124q0 66 25 124t68 102t102 69t125 25h64v128h-64q-93 0-174-35t-142-96t-96-142T0 832q0-93 35-174t96-142t142-96t175-36h512zm1088 1280v128h-256v256h-128v-256h-256v-128h256v-256h128v256h256z\"/>"
},
"add-notes": {
"body": "<path fill=\"currentColor\" d=\"M0 256h2048v128H0V256zm0 640V768h2048v128H0zm0 512v-128h1280v128H0zm0 512v-128h1280v128H0zm1790-640v256h256v128h-256v256h-128v-256h-256v-128h256v-256h128z\"/>"
},
"add-online-meeting": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t245 103t207 160t160 208t103 245t37 272q0 99-19 195t-56 189h-309v-128h218q38-126 38-256q0-133-37-256h-363q8 64 12 127t4 129h-128q0-65-4-128t-13-128H657q-8 64-12 127t-5 129q0 65 4 128t13 128h623v128H679q8 39 23 92t37 110t50 112t65 100t78 71t92 27q30 0 57-11t51-30t44-41t37-46h67v222q-63 17-127 25t-129 9q-141 0-272-36t-245-103t-207-160t-160-208t-103-244t-37-273q0-141 36-272t103-245t160-207t208-160T751 37t273-37zM731 177q-85 29-161 75T427 357T308 487t-93 153h333q11-59 27-120t39-121t52-116t65-106zm0 1694q-36-49-65-105t-51-116t-39-121t-28-121H215q39 81 92 152t120 131t142 105t162 75zm-203-591q-8-64-12-127t-4-129q0-65 4-128t12-128H165q-37 123-37 256t37 256h363zm841-640q-8-39-23-92t-37-110t-50-112t-65-100t-78-71t-92-27q-49 0-91 27t-79 71t-64 99t-51 113t-37 110t-23 92h690zm464 0q-39-81-92-152t-120-131t-142-105t-162-75q36 49 65 105t51 116t39 121t28 121h333zm-297 896h384v128h-384v384h-128v-384h-384v-128h384v-384h128v384z\"/>"
},
"add-phone": {
"body": "<path fill=\"currentColor\" d=\"M1402 1307q39 0 76 15t65 43l191 191q28 28 43 65t15 76q0 39-15 76t-43 65l-96 96q-63 62-143 88t-166 26q-107 0-221-33t-228-94t-223-142t-207-179t-180-207t-143-223t-93-228T0 720q0-77 13-131t40-98t66-85t91-92q28-28 65-43t76-15q39 0 76 15t65 43l191 191q28 28 43 65t15 76q0 39-13 69t-32 56t-42 46t-42 40t-33 37t-13 39q0 29 21 50l478 478q21 21 50 21q21 0 39-13t37-32t39-42t46-42t55-33t71-13zm-71 613q60 0 101-11t74-34t65-54t72-73q21-21 21-50q0-30-21-51l-191-191q-21-21-51-21q-21 0-39 13t-37 32t-39 42t-45 42t-56 33t-70 13q-40 0-76-15t-65-44l-477-477q-28-28-43-64t-16-77q0-39 13-69t32-56t42-45t42-40t33-37t13-40q0-29-21-50L401 405q-21-21-50-21q-30 0-51 21q-41 41-73 72t-54 64t-33 75t-12 101q0 95 31 197t86 204t130 202t165 188t188 164t201 131t205 86t197 31zm717-1536v128h-384v384h-128V512h-384V384h384V0h128v384h384z\"/>"
},
"add-reaction": {
"body": "<path fill=\"currentColor\" d=\"M1792 896q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10q27 0 50 10t40 27t28 41t10 50q0 27-10 50t-27 40t-41 28t-50 10zm1408 128q0 142-36 272t-103 245t-160 207t-208 160t-245 103t-272 37q-142 0-272-36t-245-103t-207-160t-160-208t-103-245t-37-272q0-141 36-272t103-245t160-207t208-160t245-103t272-37q141 0 272 36t245 103t207 160t160 208t103 245t37 272zm-1024 896q123 0 237-32t214-90t182-141t140-181t91-214t32-238q0-123-32-237t-90-214t-141-182t-181-140t-214-91t-238-32q-124 0-238 32t-213 90t-182 141t-140 181t-91 214t-32 238q0 124 32 238t90 213t141 182t181 140t214 91t238 32zm384-1024q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10q27 0 50 10t40 27t28 41t10 50q0 27-10 50t-27 40t-41 28t-50 10zm-384 640q73 0 141-20t128-57t106-90t81-118l115 58q-41 81-101 147t-134 112t-159 71t-177 25q-92 0-177-25t-159-71t-134-112t-101-147l115-58q33 65 80 118t107 90t127 57t142 20zM512 512v384h384v128H512v384H384v-384H0V896h384V512h128z\"/>",
"width": 3200
},
"add-space-after": {
"body": "<path fill=\"currentColor\" d=\"M128 768V640h1792v128H128zm0-640h1792v128H128V128zm896 1414l163-163l90 90l-317 317l-317-317l90-90l163 163V896h128v646z\"/>"
},
"add-space-before": {
"body": "<path fill=\"currentColor\" d=\"M128 1792v-128h1792v128H128zm0-640h1792v128H128v-128zm1149-451l-317 317l-317-317l90-90l163 163V128h128v646l163-163l90 90z\"/>"
},
"add-to": {
"body": "<path fill=\"currentColor\" d=\"M1088 960h320v128h-320v320H960v-320H640V960h320V640h128v320zm-64-832q124 0 238 32t214 90t181 140t140 181t91 214t32 239q0 124-32 238t-90 214t-140 181t-181 140t-214 91t-239 32q-124 0-238-32t-214-90t-181-140t-140-181t-91-214t-32-239q0-124 32-238t90-214t140-181t181-140t214-91t239-32zm0 1664q106 0 204-27t183-78t156-120t120-155t77-184t28-204q0-106-27-204t-78-183t-120-156t-155-120t-184-77t-204-28q-106 0-204 27t-183 78t-156 120t-120 155t-77 184t-28 204q0 106 27 204t78 183t120 156t155 120t184 77t204 28z\"/>"
},
"add-to-shopping-list": {
"body": "<path fill=\"currentColor\" d=\"M640 896H512V768h128v128zm896 0H768V768h768v128zM512 1152h128v128H512v-128zm256 0h768v128H768v-128zM640 512H512V384h128v128zm896 0H768V384h768v128zm512 1152v128h-256v256h-128v-256h-256v-128h256v-256h128v256h256zm-1664 0h896v128H256V0h1536v1280h-128V128H384v1536z\"/>"
},
"add-work": {
"body": "<path fill=\"currentColor\" d=\"M2048 384v1024h-128V839l-640 321v120H768v-120L128 839v697h1152v128H0V384h640V256q0-27 10-50t27-40t41-28t50-10h512q27 0 50 10t40 27t28 41t10 50v128h640zm-1280 0h512V256H768v128zm384 640H896v128h256v-128zm768-327V512H128v185l640 319V896h512v120l640-319zm-128 839h256v128h-256v256h-128v-256h-256v-128h256v-256h128v256z\"/>"
},
"air-tickets": {
"body": "<path fill=\"currentColor\" d=\"M2048 640v1152H0V640h440q1 0 33-10t87-29t126-42t154-51t169-57t172-58t161-54t139-46t103-35t56-19l134 401h274zm-1206 0h797l-79-239l-718 239zm1078 128H128v896h1792V768zm-256 128v128h-128V896h128zm0 256v128h-128v-128h128zm0 384h-128v-128h128v128zm128-384h-128v-128h128v128zm0 256h-128v-128h128v128zM469 1280l-85-256h128l64 128h277l-85-256h128l128 256h256q26 0 45 19t19 45q0 26-19 45t-45 19h-256l-128 256H768l85-256H469z\"/>"
},
"airplane": {
"body": "<path fill=\"currentColor\" d=\"M1792 768q52 0 99 20t81 55t55 82t21 99q0 53-20 99t-55 81t-82 55t-99 21h-448l-384 768H512l256-768H512l-64 128H0l128-384L0 640h448l64 128h256L512 0h448l384 768h448zm0 384q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10h-527q-99-192-193-383T881 128H690q64 193 127 384t129 384H433l-64-128H178q21 64 41 128t44 128q-23 64-43 128t-42 128h191l64-128h513q-66 192-129 383t-127 385h191q97-193 191-384t193-384h527z\"/>"
},
"airplane-solid": {
"body": "<path fill=\"currentColor\" d=\"M1856 768q40 0 75 15t61 41t41 61t15 75q0 40-15 75t-41 61t-61 41t-75 15h-544l-384 768H662l256-768H256l-67 128H0l108-320L0 640h189l67 128h662L662 0h266l384 768h544z\"/>"
},
"alarm-clock": {
"body": "<path fill=\"currentColor\" d=\"M1408 1152v128H896V640h128v512h384zm240-1024q83 0 156 31t127 86t85 127t32 156q0 50-12 97t-35 91t-56 80t-74 64q25 71 37 144t12 148q0 162-56 313t-163 274l200 200l-90 90l-200-200q-122 106-273 162t-314 57q-162 0-313-56t-274-163l-200 200l-90-90l200-200q-106-122-162-273t-57-314q0-75 12-148t37-144q-41-27-74-64t-56-80t-35-90t-12-98q0-83 31-156t86-127t127-85t156-32q49 0 97 12t91 35t80 56t64 74q71-25 144-37t148-12q75 0 148 12t144 37q27-41 64-74t80-56t90-35t98-12zM400 256q-56 0-105 21t-87 59t-58 86t-22 106q0 62 26 117t75 94q64-124 161-221t221-161q-38-48-93-74t-118-27zm624 1664q159 0 298-60t244-165t165-244t61-299q0-159-60-298t-165-244t-244-165t-299-61q-159 0-298 60T482 609T317 853t-61 299q0 159 60 298t165 244t244 165t299 61zm795-1181q48-38 74-93t27-118q0-56-21-105t-59-87t-86-58t-106-22q-62 0-117 26t-94 75q124 64 221 161t161 221z\"/>"
},
"album": {
"body": "<path fill=\"currentColor\" d=\"M1856 256q40 0 75 15t61 41t41 61t15 75v1152q0 40-15 75t-41 61t-61 41t-75 15H0V256h1856zM128 1664h128V384H128v1280zM1920 448q0-26-19-45t-45-19H384v1280h1472q26 0 45-19t19-45V448zM768 640h768v384H768V640zm128 256h512V768H896v128z\"/>"
},
"album-remove": {
"body": "<path fill=\"currentColor\" d=\"M1856 256q40 0 75 15t61 41t41 61t15 75v768h-128V448q0-26-19-45t-45-19H384v1280h832v128H0V256h1856zM256 384H128v1280h128V384zm1280 640H768V640h768v384zm-128-256H896v128h512V768zm586 685l-226 227l226 226l-90 90l-226-226l-225 224l-90-90l224-224l-224-225l90-90l225 224l226-226l90 90z\"/>"
},
"alert-settings": {
"body": "<path fill=\"currentColor\" d=\"M1024 512v640H896V512h128zm-64 1280q17 0 32-1t33-3q21 65 56 124q-30 4-60 6t-61 2q-133 0-256-34t-229-96t-194-150t-150-194t-97-230T0 960q0-133 34-256t96-229t150-194t194-150t230-97T960 0q133 0 256 34t229 96t194 150t150 194t97 230t34 256q0 30-2 60t-6 61q-29-18-60-31t-64-25q1-17 2-32t2-33q0-114-30-220t-84-199t-130-169t-168-130t-199-84t-221-30q-115 0-221 30t-198 84t-169 130t-130 168t-84 199t-30 221q0 115 30 221t84 198t130 169t168 130t199 84t221 30zm-64-384v-128h128v128H896zm1024 192q0 31-6 61l124 51l-49 119l-124-52q-35 51-86 86l52 124l-119 49l-51-124q-30 6-61 6t-61-6l-51 124l-119-49l52-124q-51-35-86-86l-124 52l-49-119l124-51q-6-30-6-61t6-61l-124-51l49-119l124 52q35-51 86-86l-52-124l119-49l51 124q30-6 61-6t61 6l51-124l119 49l-52 124q51 35 86 86l124-52l49 119l-124 51q6 30 6 61zm-128 0q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75z\"/>"
},
"alert-solid": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272q0-141 36-272t104-244t160-207t207-161T752 37t272-37zm128 1536v-256H896v256h256zm0-384V512H896v640h256z\"/>"
},
"align-center": {
"body": "<path fill=\"currentColor\" d=\"M0 128h2048v128H0V128zm256 384h1536v128H256V512zm0 768h1536v128H256v-128zM0 1792v-128h2048v128H0zm0-768V896h2048v128H0z\"/>"
},
"align-horizontal-center": {
"body": "<path fill=\"currentColor\" d=\"M1792 1664h-768v384H896v-384H128v-512h768V896H384V384h512V0h128v384h512v512h-512v256h768v512zM512 768h896V512H512v256zm1152 512H256v256h1408v-256z\"/>"
},
"align-horizontal-left": {
"body": "<path fill=\"currentColor\" d=\"M0 0h128v2048H0V0zm1408 896H256V384h1152v512zm-128-384H384v256h896V512zm640 640v512H256v-512h1664zm-128 128H384v256h1408v-256z\"/>"
},
"align-horizontal-right": {
"body": "<path fill=\"currentColor\" d=\"M1920 0v2048h-128V0h128zM512 384h1152v512H512V384zm128 384h896V512H640v256zM0 1152h1664v512H0v-512zm128 384h1408v-256H128v256z\"/>"
},
"align-justify": {
"body": "<path fill=\"currentColor\" d=\"M2048 128v128H0V128h2048zM0 1664h2048v128H0v-128zm0-768h2048v128H0V896zm0-384h2048v128H0V512zm0 768h2048v128H0v-128z\"/>"
},
"align-left": {
"body": "<path fill=\"currentColor\" d=\"M2048 128v128H0V128h2048zm0 1664H0v-128h2048v128zm0-768H0V896h2048v128zm-512-384H0V512h1536v128zm0 768H0v-128h1536v128z\"/>"
},
"align-right": {
"body": "<path fill=\"currentColor\" d=\"M0 128h2048v128H0V128zm0 1664v-128h2048v128H0zm0-768V896h2048v128H0zm512-384V512h1536v128H512zm0 768v-128h1536v128H512z\"/>"
},
"align-vertical-bottom": {
"body": "<path fill=\"currentColor\" d=\"M2048 1792v128H0v-128h2048zm-384-128h-512V512h512v1152zM1536 640h-256v896h256V640zM896 1664H384V0h512v1664zM768 128H512v1408h256V128z\"/>"
},
"align-vertical-center": {
"body": "<path fill=\"currentColor\" d=\"M2048 1024h-384v512h-512v-512H896v768H384v-768H0V896h384V128h512v768h256V384h512v512h384v128zM768 256H512v1408h256V256zm768 256h-256v896h256V512z\"/>"
},
"align-vertical-top": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v128H0V0h2048zm-896 256h512v1152h-512V256zm128 1024h256V384h-256v896zM384 256h512v1664H384V256zm128 1536h256V384H512v1408z\"/>"
},
"all-apps": {
"body": "<path fill=\"currentColor\" d=\"M0 1408v-384h384v384H0zm128-256v128h128v-128H128zM0 896V512h384v384H0zm128-256v128h128V640H128zM0 384V0h384v384H0zm128-256v128h128V128H128zm512 640V640h1152v128H640zm896 384v128H640v-128h896zM640 128h1408v128H640V128zM0 1920v-384h384v384H0zm128-256v128h128v-128H128zm512 128v-128h1152v128H640z\"/>"
},
"all-apps-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M2048 1408v-384h-384v384h384zm-128-256v128h-128v-128h128zm128-256V512h-384v384h384zm-128-256v128h-128V640h128zm128-256V0h-384v384h384zm-128-256v128h-128V128h128zm-512 640V640H256v128h1152zm-896 384v128h896v-128H512zm896-1024H0v128h1408V128zm640 1792v-384h-384v384h384zm-128-256v128h-128v-128h128zm-512 128v-128H256v128h1152z\"/>"
},
"all-currency": {
"body": "<path fill=\"currentColor\" d=\"M959 1026q-48-2-99-12t-94-31q-17-8-27-23t-10-35q0-26 19-45t45-19q13 0 27 6q66 29 138 30V678q-37-13-71-32t-61-45t-43-61t-16-77q0-41 16-74t43-57t61-41t71-25q0-29 16-50t48-22q27 0 45 18t19 46q35 2 66 9t65 17l-44 120q-21-8-43-12t-44-6v200q34 12 68 32t62 47t45 61t17 74q0 44-15 80t-40 63t-61 45t-76 28q0 28-17 48t-47 20q-25 0-43-17t-20-41zm127-143q28-11 46-30t18-52q0-12-6-23t-16-20t-21-17t-21-14v156zM895 463q0 28 20 46t43 30V400q-3 1-13 5t-12 7q-14 5-26 20t-12 31zm745 351q92 36 167 96t128 137t83 169t30 191q0 88-23 170t-64 153t-100 129t-130 101t-153 65t-170 23q-104 0-202-33t-181-96q-84 63-182 96t-203 33q-89 0-170-23t-153-64t-129-100t-100-130t-65-153t-23-171q0-99 29-190t83-169t129-138t167-96q-24-84-24-173q0-88 23-170t64-153t100-129T701 88t153-65t170-23q88 0 170 23t153 65t129 100t100 130t65 153t23 170q0 89-24 173zm-616-686q-106 0-199 40T662 279T552 442t-40 199q0 106 40 199t109 163t163 110t200 41q106 0 199-40t163-110t110-163t40-200q0-106-40-199t-109-163t-163-110t-200-41zM640 1920q106 0 199-40t163-110t110-163t40-200q0-68-20-134q-54 9-108 9q-105 0-203-33t-183-97q-7 4-13 5q-88 26-133 91t-46 157v2h126q26 0 45 19t19 45q0 31-17 44t-41 18t-51 4t-46-2q35 59 93 92t128 34q29 0 54-6t52-17q13-5 26-5q26 0 45 18t19 45q0 29-22 47t-54 28t-65 14t-55 4q-61 0-117-18t-104-52t-84-80t-57-104q-16 0-31-3t-26-10t-19-19t-7-32q0-26 17-44t44-20q0-56 14-109t41-100t67-84t94-60q-23-29-43-60t-38-64q-74 29-133 77t-103 111t-66 136t-23 153q0 106 40 199t109 163t163 110t200 41zm768 0q106 0 199-40t163-110t110-163t40-200q0-79-23-152t-66-136t-103-110t-133-78q-38 74-93 136t-124 108l93 126l140-187q19-26 51-26q27 0 46 19t19 46q0 20-13 38l-180 239v105h41q22 0 42 4t33 18t14 42q0 28-13 41t-33 19t-42 5t-42-1v41q0 22-4 42t-18 33t-42 14q-28 0-41-13t-19-33t-5-42t1-42h-41q-22 0-41-4t-33-18t-13-42q0-28 13-41t32-19t42-5t41 1v-105l-142-194l-6 2q12 41 17 84t5 85q0 118-40 226t-119 197q64 44 136 67t151 23z\"/>"
},
"alt-text": {
"body": "<path fill=\"currentColor\" d=\"M1536 704q0-26 19-45t45-19q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45zM0 256h2048v1024h-128V384H128v677l448-447l640 640l256-256l283 282h-182l-101-102l-101 102h-310L576 794l-448 449v421h512v128H0V256zm768 1792v-640h1280v640H768zm128-512v384h1024v-384H896zm256 256v-128h512v128h-512z\"/>"
},
"amazon-web-services-logo": {
"body": "<path fill=\"currentColor\" d=\"M1504 912q0-8 3-15t13-7q5 0 14 3t15 6q39 15 76 23t80 9q21 0 45-3t44-13t33-27t13-44q0-27-16-44t-43-28t-58-20t-66-20t-62-27t-50-44q-17-23-25-46t-9-53q0-45 20-78t52-56t72-33t80-11q16 0 42 3t52 9t50 15t33 23q8 12 8 31v12q0 6-1 12q0 8-3 15t-13 7q-7 0-13-3t-13-6q-30-14-64-20t-67-6q-20 0-41 3t-40 11t-29 25t-12 41q0 33 24 51t61 31t79 24t79 32t61 52t25 87q0 50-21 86t-55 59t-78 35t-87 11q-16 0-47-3t-63-11t-60-18t-34-27q-3-6-4-13t-1-15v-13q0-6 1-12zM641 419q0-17 16-17h67q20 0 27 7t13 26l115 451l106-451q5-22 18-28t30-7q11 0 23 1t24 1q19 0 27 7t13 26l107 456l118-456q5-17 13-25t27-8h63q17 0 17 17q0 8-2 14t-4 14l-164 526q-7 23-20 29t-30 6q-11 0-23-1t-26-1q-20 0-27-7t-13-27l-105-439l-105 439q-5 23-18 30t-31 7q-11 0-23-1t-27-2q-20 0-27-8t-13-26L647 446q-2-6-4-13t-2-14zM468 669v-50q0-39-8-66t-25-43t-44-24t-66-7q-42 0-75 8t-72 24q-7 2-17 6t-18 5q-10 0-12-10t-3-22v-13q0-6 1-10v-12q0-7 4-12q9-13 37-24t61-18t65-12t48-4q115 0 175 52t60 171v221h2q0 14 1 30t6 30q2 5 6 14t9 20t8 19t4 12q0 6-9 15t-22 19t-25 15t-18 6q-10 0-20-10t-19-23t-16-27t-11-22q-79 94-200 94q-41 0-75-12t-60-35t-38-56t-14-76q0-49 19-85t50-61t73-36t87-12q38 0 75 6t76 15zm-3 105v-29q-31-8-62-12t-64-4q-27 0-51 5t-43 17t-30 32t-11 52q0 47 24 72t72 25q24 0 49-6t47-18t39-30t24-45q4-14 5-29t1-30zm1371 526q12 0 22 7t10 21q0 8-5 15t-11 12q-79 63-181 110t-214 80t-223 48t-212 16q-138 0-275-25t-268-74t-249-121T9 1222q-9-9-9-18q0-7 5-11t12-5q7 0 15 5q237 131 489 200t525 69q201 0 394-41t379-117q5-2 8-3t9-1zm212-79q0 38-10 81t-28 86t-43 79t-54 61q-4 3-8 5t-10 3q-11 0-11-12q0-8 10-35t24-63t23-73t11-67q0-19-8-29t-22-16t-29-6t-31-2h-16q-42 0-82 4t-82 9h-4q-5 0-9-2t-5-9q0-6 4-11t9-9q22-17 50-29t59-19t62-11t58-4q9 0 29 1t41 4t40 8t24 15q5 8 6 19t2 22z\"/>"
},
"analytics-query": {
"body": "<path fill=\"currentColor\" d=\"M2048 1024h-128q0-123-32-237t-90-214t-141-182t-181-140t-214-91t-238-32q-124 0-238 32t-213 90t-182 141t-140 181t-91 214t-32 238q0 124 32 238t90 213t141 182t181 140t214 91t238 32v128q-142 0-272-36t-245-103t-207-160t-160-208t-103-245t-37-272q0-141 36-272t103-245t160-207t208-160T752 37t272-37q141 0 272 36t245 103t207 160t160 208t103 245t37 272zM1024 384q133 0 249 50t204 137t137 203t50 250h-128q0-106-40-199t-110-162t-163-110t-199-41q-106 0-199 40T663 662T553 825t-41 199q0 103 38 196t112 166l-91 91q-91-91-139-208t-48-245q0-133 50-249t137-204t203-137t250-50zm0 384q53 0 99 20t82 55t55 81t20 100q0 53-20 99t-55 82t-81 55t-100 20q-53 0-99-20t-82-55t-55-81t-20-100q0-53 20-99t55-82t81-55t100-20zm0 384q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10z\"/>"
},
"analytics-report": {
"body": "<path fill=\"currentColor\" d=\"M128 1024q0 149 46 285t131 250t203 197t260 126v132q-169-44-310-138t-243-226t-158-291t-57-335q0-141 36-272t104-244t160-207t207-161T752 37t272-37q135 0 260 33t236 95t203 149t161 193t110 230t51 257l-154-154q-38-148-120-272t-198-214t-255-139t-294-50q-124 0-238 32t-213 90t-182 141t-140 181t-91 214t-32 238zm896-512q-106 0-199 40T663 662T553 825t-41 199q0 103 38 196t112 166l-91 91q-91-91-139-208t-48-245q0-88 23-170t64-153t100-129t130-100t153-65t170-23q75 0 147 17t137 51t123 80t102 108h-174q-70-62-155-95t-180-33zm603 256l421 421v859H896V768h731zm37 219v165h165l-165-165zm256 933v-640h-384V896h-512v1024h896zm-128-512v384h-128v-384h128zm-640 384v-512h128v512h-128zm256 0v-256h128v256h-128z\"/>"
},
"analytics-view": {
"body": "<path fill=\"currentColor\" d=\"M2048 128v1664H0V128h2048zM128 256v256h1792V256H128zm1792 1408V640H128v1024h1792zM256 896h128v640H256V896zm256 384h128v256H512v-256zm256-128h128v384H768v-384zm256-384h128v768h-128V768zm512 128h128v640h-128V896zm-256 256h128v384h-128v-384z\"/>"
},
"anchor-lock": {
"body": "<path fill=\"currentColor\" d=\"M1216 640q26 0 45 19t19 45q0 26-19 45t-45 19h-192v1017q33-3 65-11t63-20v136q-47 14-95 22t-97 8q-91 0-176-22t-160-64t-138-99t-111-129t-78-153t-38-173H128l192-256l192 256H391q11 100 54 187t110 154t154 110t187 54V768H704q-26 0-45-19t-19-45q0-26 19-45t45-19h192V500q-29-10-52-28t-40-41t-26-52t-10-59q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75q0 30-9 58t-26 52t-41 42t-52 28v140h192zM960 384q26 0 45-19t19-45q0-26-19-45t-45-19q-26 0-45 19t-19 45q0 26 19 45t45 19zm1088 1024v640h-768v-640h128v-128q0-53 20-99t55-82t81-55t100-20q53 0 99 20t82 55t55 81t20 100v128h128zm-512 0h256v-128q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50v128zm384 128h-512v384h512v-384z\"/>"
},
"android-logo": {
"body": "<path fill=\"currentColor\" d=\"M1229 186q64 33 117 80t91 106t60 127t21 141H384q0-73 21-141t59-126t92-106t118-81q-4-7-18-33t-31-55t-28-53t-13-28q0-17 16-17q11 0 16 9l89 162q118-52 246-52t247 52l89-162q4-9 16-9q16 0 16 17q0 4-12 28t-29 53t-30 55t-19 33zM704 384q26 0 45-19t19-45q0-26-19-45t-45-19q-26 0-45 19t-19 45q0 26 19 45t45 19zm512 0q26 0 45-19t19-45q0-26-19-45t-45-19q-26 0-45 19t-19 45q0 26 19 45t45 19zM384 704h1149v759q0 28-11 53t-29 43t-44 30t-53 11h-116v255q0 27-10 50t-27 41t-41 28t-50 10q-27 0-50-10t-40-28t-28-41t-10-50v-255H896v255q0 27-10 50t-27 41t-41 28t-51 10q-27 0-50-10t-40-28t-27-41t-10-50v-255H521q-29 0-53-10t-44-30t-29-43t-11-54V704zm-192 0q26 0 49 10t41 27t28 41t10 50v512q0 26-10 49t-27 41t-41 28t-50 10q-26 0-49-10t-41-27t-28-41t-10-50V832q0-26 10-49t27-41t41-28t50-10zm1536 0q26 0 49 10t41 27t28 41t10 50v512q0 26-10 49t-27 41t-41 28t-50 10q-26 0-49-10t-41-27t-28-41t-10-50V832q0-26 10-49t27-41t41-28t50-10z\"/>"
},
"annotation": {
"body": "<path fill=\"currentColor\" d=\"M1115 1024h677l-128 128H987l-314 313q45 36 70 88t25 111q0 53-20 99t-55 81t-82 55t-99 21q-53 0-99-20t-81-55t-55-81t-21-100q0-52 20-99t55-81t81-55t100-21l35 2l258-258H478q-35 59-94 93t-128 35q-53 0-99-20t-81-55t-55-81t-21-100q0-52 20-99t55-81t81-55t100-21q52 0 99 20t81 55t55 82t21 99h421l512-512h182l-512 512zm-859 128q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10zm256 640q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10zM1920 256h128v128h-128V256zM2048 0v128h-128V0h128zm-384 0h128v128h-128V0zm-128 128h-128V0h128v128zm-256 0h-128V0h128v128zm-256 0H896V0h128v128zm-256 0H640V0h128v128zm-256 0H384V0h128v128zm0 256H384V256h128v128zm0 256H384V512h128v128zm1408-128h128v128h-128V512zm0 256h128v128h-128V768zm0 256h128v128h-128v-128zm0 256h128v128h-128v-128zm0 256h128v128h-128v-128zm-256 0h128v128h-128v-128zm-256 0h128v128h-128v-128zm-256 0h128v128h-128v-128zm-256 0h128v128H896v-128z\"/>"
},
"apache-ivy-logo-32": {
"body": "<path fill=\"currentColor\" d=\"M2048 945q-17 20-31 42t-30 43q-24 34-50 68t-56 65t-64 57t-74 42q-44 18-92 31t-96 14q-11 0-21-2t-21-4q127 134 213 295t137 339q3 11 3 22q0 31-23 49t-53 19q-29 0-43-13t-25-38q-6-14-9-28t-9-29q-9-28-19-55t-22-55q-46-112-109-215t-147-192q-3 53-10 106t-20 104q-13 55-47 110t-80 107t-95 95t-96 76q-28-22-55-67t-51-97t-42-105t-29-87q-33 18-90 32t-128 26t-148 19t-149 15t-131 10t-96 5q15-36 38-90t53-117t64-129t71-125t72-105t69-72q-31-35-58-74t-54-79Q265 762 168 548T0 110q15-5 33-8t37-4t38-2t35-1q42 0 103 3t125 10t123 17t99 23q46 16 105 41t117 59t109 73t77 84q90-31 178-68t172-84t160-102t143-128q34 52 53 109t30 116t14 121t6 121q2 66 25 134t63 130t92 112t111 79z\"/>"
},
"apache-maven-logo": {
"body": "<path fill=\"currentColor\" d=\"M2021 183q9 0 15 6t7 16v4l-317 1565q-3 18-22 18h-274q-9 0-15-6t-7-16v-4l181-1063l-605 1078q-6 11-19 11H754q-8 0-13-5t-8-13L555 723L319 1775q-2 8-7 12t-14 5H27q-9 0-15-6t-7-16v-4L321 200q2-8 8-12t14-5h461q8 0 14 5t8 14l139 1047l543-1054q6-12 20-12h493z\"/>"
},
"archive": {
"body": "<path fill=\"currentColor\" d=\"M2048 128v640h-128v1152H128V768H0V128h2048zm-256 1664V768H256v1024h1536zm128-1152V256H128v384h1792zm-512 512H640v-128h768v128z\"/>"
},
"archive-undo": {
"body": "<path fill=\"currentColor\" d=\"M1728 1152q67 0 125 25t102 69t68 103t25 126q0 91-34 171t-97 146q-26 26-53 50t-54 48q-45 40-88 79t-88 79l-98-91q46-39 91-78t90-79q28-24 55-48t54-51q47-48 70-104t24-125q0-41-15-76t-42-61t-62-40t-76-15q-66 0-116 21t-92 58t-77 82t-69 95h293v128h-512v-512h128v286q46-61 91-113t96-90t115-61t146-22zM0 128h2048v640h-128v256h-128V768H256v1024h1152v128H128V768H0V128zm1920 512V256H128v384h1792zm-896 512H640v-128h384v128z\"/>"
},
"area-chart": {
"body": "<path fill=\"currentColor\" d=\"m256 1792l1664 1v128l-1792-1V129h128v1663zm1664-859v731H384V760l320-160l435 218l333-332l448 447zM704 744l-192 95v441h433l540-270l307 307V987l-320-321l-307 308l-461-230zm-192 792h1280v-37l-333-333l-484 242H512v128z\"/>"
},
"arrange-bring-forward": {
"body": "<path fill=\"currentColor\" d=\"M1664 1664H0V0h1664v1664zM1536 128H128v1408h1408V128zm512 640v1280H768v-256h128v128h1024V896h-128V768h256z\"/>"
},
"arrange-bring-to-front": {
"body": "<path fill=\"currentColor\" d=\"M1664 1664H384V384h1280v1280zM1536 512H512v1024h1024V512zM128 768h128v128H0V0h896v256H768V128H128v640zm1920 384v896h-896v-256h128v128h640v-640h-128v-128h256z\"/>"
},
"arrange-by-from": {
"body": "<path fill=\"currentColor\" d=\"M2048 632v464q-41-114-128-201v-36l-19 18q-24-22-50-40t-56-35l102-102l-873-436l-873 436l324 324h581q-16 31-28 62t-21 66H421L128 859v933h787q-25 61-39 128H0V632l1024-512l1024 512zm-284 957q65 32 117 80t90 109t57 129t20 141h-128q0-79-30-149t-82-122t-123-83t-149-30q-80 0-149 30t-122 82t-83 123t-30 149h-128q0-72 20-141t57-129t89-108t118-81q-74-55-115-136t-41-173q0-79 30-149t82-122t122-83t150-30q79 0 149 30t122 82t83 123t30 149q0 92-41 173t-115 136zm-484-309q0 53 20 99t55 82t81 55t100 20q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100z\"/>"
},
"arrange-send-backward": {
"body": "<path fill=\"currentColor\" d=\"M128 1536h512v128H0V0h1664v640h-128V128H128v1408zm1920-768v1280H768V768h1280zm-128 128H896v1024h1024V896z\"/>"
},
"arrange-send-to-back": {
"body": "<path fill=\"currentColor\" d=\"M512 1536h512v128H384v-640h128v512zM1536 512h-512V384h640v640h-128V512zM896 896H0V0h896v896zM768 128H128v640h640V128zm1280 1024v896h-896v-896h896zm-128 128h-640v640h640v-640z\"/>"
},
"arrivals": {
"body": "<path fill=\"currentColor\" d=\"M1920 1216q0 40-15 75t-41 61t-61 41t-75 15H128L0 896h384l32 128h256L512 384h320l320 640h576q40 0 75 15t61 41t41 61t15 75zm-1692 64h1500q26 0 45-19t19-45q0-26-19-45t-45-19h-655q-78-162-158-320T753 512h-77q40 161 79 320t81 320H316l-16-64l-16-64H164l64 256zm1820 384v128H640v-128h1408z\"/>"
},
"arrow-down-right-8": {
"body": "<path fill=\"currentColor\" d=\"M1792 256h256v1792H256v-256h1355L37 219L219 37l1573 1574V256z\"/>"
},
"arrow-down-right-mirrored-8": {
"body": "<path fill=\"currentColor\" d=\"M256 256H0v1792h1792v-256H437L2011 219L1829 37L256 1611V256z\"/>"
},
"arrow-tall-down-left": {
"body": "<path fill=\"currentColor\" d=\"M219 1920h933v128H0V896h128v933L1939 19l90 90L219 1920z\"/>"
},
"arrow-tall-down-right": {
"body": "<path fill=\"currentColor\" d=\"M2048 896v1152H896v-128h933L19 109l90-90l1811 1810V896h128z\"/>"
},
"arrow-tall-up-left": {
"body": "<path fill=\"currentColor\" d=\"M1939 2029L128 219v933H0V0h1152v128H219l1810 1811l-90 90z\"/>"
},
"arrow-tall-up-right": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v1152h-128V219L109 2029l-90-90L1829 128H896V0h1152z\"/>"
},
"arrow-up-right": {
"body": "<path fill=\"currentColor\" d=\"M384 256h1408v1408h-128V475L347 1792l-91-91L1573 384H384V256z\"/>"
},
"arrow-up-right-8": {
"body": "<path fill=\"currentColor\" d=\"M256 0h1792v1792h-256V437L219 2011L37 1829L1611 256H256V0z\"/>"
},
"arrow-up-right-mirrored-8": {
"body": "<path fill=\"currentColor\" d=\"M1792 0H0v1792h256V437l1573 1574l182-182L437 256h1355V0z\"/>"
},
"articles": {
"body": "<path fill=\"currentColor\" d=\"M1536 768v128H512V768h1024zm-256-512v128H512V256h768zm-256 1536v-640h512v640h-512zm128-512v384h256v-384h-256zm384-768v128H512V512h1024zM256 0h1536v2048H256V0zm1408 1920V128H384v1792h1280zm-768-256v128H512v-128h384zm0-512v128H512v-128h384zm0 256v128H512v-128h384z\"/>"
},
"ascending": {
"body": "<path fill=\"currentColor\" d=\"M1216 1024h512l-320 640h320v128h-512l320-640h-320v-128zm-704 614l163-163l90 90l-317 318l-317-318l90-90l163 163V128h128v1510zm811-870l-43 128h-128l256-768h128l256 768h-128l-43-128h-298zm149-448l-107 320h214l-107-320z\"/>"
},
"aspect-ratio": {
"body": "<path fill=\"currentColor\" d=\"M0 256h128v128H0V256zm0 256h128v128H0V512zm0 256h128v128H0V768zm0 256h128v128H0v-128zm0 512h128v128H0v-128zM256 256h128v128H256V256zm0 1280h128v128H256v-128zm1664 0h128v128h-128v-128zM0 1280h128v128H0v-128zm1920 0h128v128h-128v-128zm0-256h128v128h-128v-128zm0-256h128v128h-128V768zm0-256h128v128h-128V512zm128-256v128h-128V256h128zm-384 1280h128v128h-128v-128zm0-1280h128v128h-128V256zm-1152 0h1024v1408H512V256zm128 1280h768V384H640v1152z\"/>"
},
"assessment-group": {
"body": "<path fill=\"currentColor\" d=\"M640 1536H384v-256h256v256zm512 0H896v-256h256v256zm512-1024h-256V256h256v256zm0 1024h-256v-256h256v256zm-512-512H896V768h256v256zm512 0h-256V768h256v256zm256-768v1536H128V256h128v1408h1536V256h128z\"/>"
},
"assessment-group-template": {
"body": "<path fill=\"currentColor\" d=\"M256 1792h512v128H128V0h1792v1024h-128V512H256v1280zm0-1408h1536V128H256v256zm1792 768v896H896v-896h128v768h896v-768h128zm-384 512h128v128h-128v-128zm128-128h-128v-128h128v128zm0-256h-128v-128h128v128zm-384 384h128v128h-128v-128zm128-128h-128v-128h128v128zm-384 256v-128h128v128h-128z\"/>"
},
"asset-library": {
"body": "<path fill=\"currentColor\" d=\"M608 128q45 0 77 9t58 24t46 31t40 31t44 23t55 10h992q27 0 50 10t40 27t28 41t10 50v640h-128V384H928q-31 0-54 9t-44 24t-41 31t-45 31t-58 23t-78 10H128v1152h768v128H0V256q0-27 10-50t27-40t41-28t50-10h480zm0 256q24 0 42-4t33-13t29-20t32-27q-17-15-31-26t-30-20t-33-13t-42-5H128v128h480zm416 768h1024v896H1024v-896zm128 128v128h128v128h-128v128h128v128h-128v128h768v-128h-128v-128h128v-128h-128v-128h128v-128h-768zm-123-295q-17-41-53-65t-80-24v448q0 44-19 79t-52 61t-72 38t-81 14q-41 0-81-13t-72-39t-51-60t-20-80q0-44 19-79t52-61t72-38t81-14q51 0 96 18V768h128q41 0 79 12t72 34t58 53t42 69l-118 49zm-357 423q13 0 29-4t32-12t25-20t10-28q0-16-10-28t-25-20t-31-12t-30-4q-13 0-29 4t-32 12t-25 20t-10 28q0 16 10 28t25 20t31 12t30 4z\"/>"
},
"assign": {
"body": "<path fill=\"currentColor\" d=\"m2011 1728l-318 317l-90-90l163-163h-614v-128h614l-163-163l90-90l318 317zm-624 192l128 128H256V256h512q0-53 20-99t55-82t81-55t100-20q53 0 99 20t82 55t55 81t20 100h512v1073l-128-128V384h-128v256H512V384H384v1536h1003zM640 384v128h768V384h-256V256q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50v128H640z\"/>"
},
"assign-policy": {
"body": "<path fill=\"currentColor\" d=\"M384 1024v768h128v128H256V0h1536v1024H384zm0-896v768h1280V128H384zm768 384V384h128v256H768V384h128v128h256zm-512 640h1408v896H640v-896zm1211 128H837l507 262l507-262zM768 1920h1152v-539l-576 297l-576-297v539z\"/>"
},
"asterisk": {
"body": "<path fill=\"currentColor\" d=\"m1943 568l-791 456l791 456l-64 112l-791-457v913H960v-913l-791 457l-64-112l791-456l-791-456l64-112l791 457V0h128v913l791-457l64 112z\"/>"
},
"asterisk-solid": {
"body": "<path fill=\"currentColor\" d=\"m1280 1024l695 401l-128 222l-695-401v802H896v-802l-695 401l-128-222l695-401L73 623l128-222l695 401V0h256v802l695-401l128 222l-695 401z\"/>"
},
"attach": {
"body": "<path fill=\"currentColor\" d=\"M1536 384v1216q0 93-35 174t-96 142t-142 96t-175 36q-93 0-174-35t-142-96t-96-142t-36-175V320q0-66 25-124t69-101t102-69T960 0q66 0 124 25t101 69t69 102t26 124v1280q0 40-15 75t-41 61t-61 41t-75 15q-40 0-75-15t-61-41t-41-61t-15-75V512h128v1088q0 26 19 45t45 19q26 0 45-19t19-45V320q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75v1280q0 66 25 124t69 101t102 69t124 26q66 0 124-25t101-69t69-102t26-124V384h128z\"/>"
},
"australian-rules": {
"body": "<path fill=\"currentColor\" d=\"M1536 0q106 0 199 40t163 109t110 163t40 200q0 212-55 408t-155 367t-240 311t-311 240t-367 155t-408 55q-106 0-199-40t-163-109t-110-163t-40-200q0-212 55-408t155-367t240-311t311-240t367-155t408-55zm0 128q-194 0-373 50T827 320T541 541T321 826t-142 336t-51 374q0 60 18 117t53 105l447-446l-83-83q-19-19-19-45t19-45t45-19q26 0 45 19l83 82l101-101l-82-83q-19-19-19-45t19-45t45-19q26 0 45 19l83 83l102-102l-83-83q-19-19-19-45t19-45t45-19q26 0 45 19l83 82l101-101l-82-83q-19-19-19-45t19-45t45-19q26 0 45 19l83 83l446-447q-48-35-105-53t-117-18zM512 1920q194 0 373-50t336-142t286-221t220-285t142-336t51-374q0-60-18-117t-53-105l-447 446l83 83q19 19 19 45t-19 45t-45 19q-14 0-24-5t-21-14l-83-82l-101 101l82 83q19 19 19 45t-19 45t-45 19q-26 0-45-19l-83-83l-102 102l83 83q19 19 19 45t-19 45t-45 19q-14 0-24-5t-21-14l-83-82l-101 101l82 83q19 19 19 45t-19 45t-45 19q-26 0-45-19l-83-83l-446 447q48 35 105 53t117 18z\"/>"
},
"auto-deploy-settings": {
"body": "<path fill=\"currentColor\" d=\"M1914 1539q6 30 6 61t-6 61l124 51l-49 119l-124-52q-35 51-86 86l52 124l-119 49l-51-124q-30 6-61 6t-61-6l-51 124l-119-49l52-124q-51-35-86-86l-124 52l-49-119l124-51q-6-30-6-61t6-61l-124-51l49-119l124 52q35-51 86-86l-52-124l119-49l51 124q30-6 61-6t61 6l51-124l119 49l-52 124q51 35 86 86l124-52l49 119l-124 51zm-314 253q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15zm-704-512v128h130q-11 31-17 63t-11 65H512v-128h256v-128H0V256h1664v768h-128V384H128v768h1064q-62 57-107 128H896z\"/>"
},
"auto-enhance-off": {
"body": "<path fill=\"currentColor\" d=\"m1939 1235l90 90l-685 686l-365-366l90-90l275 274l595-594zM0 1984q0-26 19-45L1235 723q19-19 45-19t45 19t19 45q0 26-19 45L109 2029q-19 19-45 19t-45-19t-19-45zM1408 0h128v256h-128V0zm-207 395l-182-181l91-91l181 182l-90 90zm-49 245H896V512h256v128zm256 256h128v256h-128V896zm335-139l182 181l-91 91l-181-182l90-90zm305-245v128h-256V512h256zm-305-117l-90-90l181-182l91 91l-182 181zm-271 117q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19z\"/>"
},
"auto-enhance-on": {
"body": "<path fill=\"currentColor\" d=\"M0 1984q0-26 19-45L1235 723q19-19 45-19t45 19t19 45q0 26-19 45L109 2029q-19 19-45 19t-45-19t-19-45zM1408 0h128v256h-128V0zm-207 395l-182-181l91-91l181 182l-90 90zm-49 245H896V512h256v128zm256 256h128v256h-128V896zm335-139l182 181l-91 91l-181-182l90-90zm305-245v128h-256V512h256zm-305-117l-90-90l181-182l91 91l-182 181zm-271 117q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19z\"/>"
},
"auto-fill-template": {
"body": "<path fill=\"currentColor\" d=\"M2048 256v640H0V256h2048zm-128 128H128v384h1792V384zM0 1024h2048v640H0v-640zm128 512h1792v-384H128v384zm1408-896H256V512h1280v128zM256 1280h640v128H256v-128z\"/>"
},
"auto-fit-contents": {
"body": "<path fill=\"currentColor\" d=\"M0 2048V896h2048v1152h-128v-128h-512v128h-128v-128H768v128H640v-128H128v128H0zm1280-256v-384H768v384h512zm640 0v-384h-512v384h512zM128 1024v256h1792v-256H128zm0 384v384h512v-384H128zm0-896v256H0V128h128v256h384v128H128zm1792-384h128v640h-128V512h-512V384h512V128zM896 293l-91 91l-165-165l91-91l165 165zm384-74l-165 165l-91-91l165-165l91 91zm0 458l-91 91l-165-165l91-91l165 165zm-384-74L719 768l-79-91l165-165l91 91z\"/>"
},
"auto-fit-window": {
"body": "<path fill=\"currentColor\" d=\"M0 2048V896h2048v1152h-128v-128h-512v128h-128v-128H768v128H640v-128H128v128H0zm1280-256v-384H768v384h512zm640 0v-384h-512v384h512zM128 1024v256h1792v-256H128zm0 384v384h512v-384H128zm0-896v256H0V128h128v256h256v128H128zm1792-384h128v640h-128V512h-384V384h384V128zM797 768H669L1120 0h128L797 768zm-93-384q-40 0-75-15t-61-41t-41-61t-15-75q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75q0 40-15 75t-41 61t-61 41t-75 15zm0-288q-40 0-68 28t-28 68q0 40 28 68t68 28q40 0 68-28t28-68q0-40-28-68t-68-28zm320 480q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75q0 40-15 75t-41 61t-61 41t-75 15q-40 0-75-15t-61-41t-41-61t-15-75zm288 0q0-40-28-68t-68-28q-40 0-68 28t-28 68q0 40 28 68t68 28q40 0 68-28t28-68z\"/>"
},
"auto-height": {
"body": "<path fill=\"currentColor\" d=\"m448 102l365 365l-90 90l-211-210v549H384V347L173 557l-90-90l365-365zm275 1389l90 90l-365 365l-365-365l90-90l211 210v-549h128v549l211-210zM2048 256v1536H896v-128h1024V384H896V256h1152zm-384 256l-197 320h340l-626 704H927l165-384H856l320-640h488zm-425 448l196-320h-179l-192 384h222l-163 384l398-448h-282z\"/>"
},
"auto-racing": {
"body": "<path fill=\"currentColor\" d=\"M960 0q132 0 254 34t230 97t194 150t150 195t97 229t35 255q0 132-34 254t-97 230t-150 194t-195 150t-229 97t-255 35q-132 0-254-34t-230-97t-194-150t-150-195t-97-229T0 960q0-132 34-254t97-230t150-194t195-150t229-97T960 0zm0 1792q115 0 221-30t198-84t169-130t130-168t84-199t30-221q0-115-30-221t-84-198t-130-169t-168-130t-199-84t-221-30q-115 0-221 30t-198 84t-169 130t-130 168t-84 199t-30 221q0 115 30 221t84 198t130 169t168 130t199 84t221 30zm172-916q20 40 20 84q0 40-15 75t-41 61t-61 41t-75 15q-40 0-75-15t-61-41t-41-61t-15-75q0-40 15-75t41-61t61-41t75-15q44 0 84 20l-1-1l368-368l90 90l-368 368l-1-1zm-172 148q26 0 45-19t19-45q0-26-19-45t-45-19q-26 0-45 19t-19 45q0 26 19 45t45 19zm640-352q31 68 46 140t16 148q0 140-52 269t-152 229l-91-91q81-81 125-185t44-219q0-124-52-239l116-52zm-404-236q-115-52-239-52q-79 0-152 20t-137 59t-116 90t-89 117t-58 137t-21 153q0 115 44 220t125 187l-91 91q-100-100-153-228t-53-270q0-97 25-187t71-168t110-142t142-109t168-71t188-25q75 0 147 15t141 47l-52 116z\"/>"
},
"automate-flow": {
"body": "<path fill=\"currentColor\" d=\"M821 768h568L313 1792H56l304-640H0L535 128h612L821 768zm-559 896l807-768H613l325-640H613l-402 768h351l-304 640h4zM2048 640h-256v640h256v640h-640v-640h256v-256h-384l128-128h256V640h-256V0h640v640zm-128 768h-384v384h384v-384zm-384-896h384V128h-384v384z\"/>"
},
"away-status": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272q0-141 36-272t104-244t160-207t207-161T752 37t272-37zm512 1024h-512V384H896v768h640v-128z\"/>"
},
"b-i-dashboard": {
"body": "<path fill=\"currentColor\" d=\"M512 896h384v1152H512V896zm128 1024h128v-896H640v896zm384-768h384v896h-384v-896zm128 768h128v-640h-128v640zM0 1408h384v640H0v-640zm128 512h128v-384H128v384zM1536 640h384v1408h-384V640zm128 1280h128V768h-128v1152zM1389 621q19 41 19 83q0 40-15 75t-41 61t-61 41t-75 15q-40 0-75-15t-61-41t-41-61t-15-75v-12q0-6 1-12l-188-94q-26 26-61 40t-72 14q-42 0-83-19L365 877q19 41 19 83q0 40-15 75t-41 61t-61 41t-75 15q-40 0-75-15t-61-41t-41-61t-15-75q0-40 15-75t41-61t61-41t75-15q42 0 83 19l256-256q-19-41-19-83q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75v12q0 6-1 12l188 94q26-26 61-40t72-14q42 0 83 19l256-256q-19-41-19-83q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75q0 40-15 75t-41 61t-61 41t-75 15q-42 0-83-19l-256 256zM192 1024q26 0 45-19t19-45q0-26-19-45t-45-19q-26 0-45 19t-19 45q0 26 19 45t45 19zm1536-896q-26 0-45 19t-19 45q0 26 19 45t45 19q26 0 45-19t19-45q0-26-19-45t-45-19zM704 512q26 0 45-19t19-45q0-26-19-45t-45-19q-26 0-45 19t-19 45q0 26 19 45t45 19zm512 256q26 0 45-19t19-45q0-26-19-45t-45-19q-26 0-45 19t-19 45q0 26 19 45t45 19z\"/>"
},
"back": {
"body": "<path fill=\"currentColor\" d=\"M2048 1088H250l787 787l-90 90L6 1024L947 83l90 90l-787 787h1798v128z\"/>"
},
"back-to-window": {
"body": "<path fill=\"currentColor\" d=\"M256 1152h640v640H768v-421L93 2045l-90-90l674-675H256v-128zm1115-384h421v128h-640V256h128v421L1955 3l90 90l-674 675z\"/>"
},
"background-color": {
"body": "<path fill=\"currentColor\" d=\"M2048 256v1792H256v-640l128 128v384h1536V384h-768V256h896zM704 1562L102 960l538-539V192q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75v576H896V192q0-26-19-45t-45-19q-26 0-45 19t-19 45v283L347 896h842l65-64l-83-83l90-90l173 173l-730 730zm357-538H347l357 358l357-358zm417 786q-67 0-129-23t-111-64t-77-100t-29-129q0-43 12-84t35-77l293-461l286 450q23 38 36 79t13 87q0 67-26 126t-72 102t-105 69t-126 25zm-161-389q-22 33-22 71q0 36 15 64t41 49t57 30t65 11q33 0 64-11t54-33t38-50t15-64q0-41-24-79l-148-233l-155 245z\"/>"
},
"backlog": {
"body": "<path fill=\"currentColor\" d=\"M128 256h512v384H128V256zm128 256h256V384H256v128zM128 768h512v384H128V768zm128 256h256V896H256v128zm512-768h512v384H768V256zm128 256h256V384H896v128zm1024-256v384h-512V256h512zm-128 128h-256v128h256V384zM768 768h512v384H768V768zm128 256h256V896H896v128zm-768 256h512v384H128v-384zm128 256h256v-128H256v128z\"/>"
},
"backlog-board": {
"body": "<path fill=\"currentColor\" d=\"M256 384h512v384H256V384zm128 256h256V512H384v128zM256 896h512v384H256V896zm128 256h256v-128H384v128zm512-768h512v384H896V384zm128 256h256V512h-256v128zm512-256h512v384h-512V384zm128 256h256V512h-256v128zM896 896h512v384H896V896zm128 256h256v-128h-256v128zm512-256h512v384h-512V896zm128 256h256v-128h-256v128zM256 1408h512v384H256v-384zm128 256h256v-128H384v128zm1152-256h512v384h-512v-384zm128 256h256v-128h-256v128zm384-1536v128H128v1664H0V128h2048z\"/>"
},
"backlog-list": {
"body": "<path fill=\"currentColor\" d=\"M128 128h1792v512H128V128zm1664 384V256H256v256h1536zM512 1280V768h1408v512H512zm128-384v256h1152V896H640zM128 1920v-512h1792v512H128zm128-384v256h1536v-256H256z\"/>"
},
"badge": {
"body": "<path fill=\"currentColor\" d=\"M1792 641q0 23 12 52t29 60t37 57t34 44q72 86 108 178t36 206q0 108-46 200t-123 167q-38 37-85 71t-98 62t-105 50t-106 35q-114 28-219 64t-211 89q-16 8-31 8t-31-8q-105-53-210-89t-220-64q-52-13-105-34t-105-50t-99-63t-85-71q-76-74-122-166T0 1238q0-114 36-205t108-179q14-17 33-44t37-57t30-59t12-53q0-66-27-113t-75-90q-13-11-19-23t-6-30q0-25 18-43L402 83q9-9 21-14t25-5q15 0 25 5t21 15q42 38 87 56t103 18q37 0 78-8t79-25t72-40t57-55q11-14 23-22t31-8q18 0 30 8t24 22q22 31 56 54t72 40t80 25t78 9q57 0 102-18t88-56q11-10 21-15t24-5q28 0 47 19l255 259q18 18 18 43q0 17-6 29t-19 24q-48 42-75 89t-27 114zm-768 1207q81-42 165-72t172-54q24-7 48-12t48-12q52-14 106-37t106-55t97-71t80-87t54-101t20-114q0-73-15-123t-41-91t-59-82t-67-95q-14-21-27-45t-23-51t-17-52t-7-53q0-72 25-138t74-119l-167-169q-51 36-110 53t-122 18q-41 0-88-9t-92-25t-88-39t-72-51q-31 28-72 51t-88 39t-92 25t-88 9q-62 0-121-17t-111-54L285 384q48 53 73 119t26 138q0 26-6 52t-17 53t-24 50t-27 46q-34 54-67 94t-58 82t-41 92t-16 123q0 60 20 114t54 101t80 86t97 71t105 55t107 38q24 7 48 12t48 12q87 23 171 53t166 73z\"/>"
},
"balloons": {
"body": "<path fill=\"currentColor\" d=\"M1728 768q-26 0-45-19t-19-45q0-40-15-75t-41-61t-61-41t-75-15q-26 0-45-19t-19-45q0-26 19-45t45-19q66 0 124 25t102 68t69 102t25 125q0 26-19 45t-45 19zM576 256q66 0 124 25t102 68t69 102t25 125q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-40-15-75t-41-61t-61-41t-75-15q-26 0-45-19t-19-45q0-26 19-45t45-19zm960 1257q0 20-1 46t2 49t19 39t44 17q66 0 124 25t102 68t69 102t25 125q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-40-15-75t-41-61t-61-41t-75-15t-75-15t-61-41t-41-61t-15-75v-87q-139-66-247-173t-174-246q-66 94-154 168t-193 123v87q0 40 15 75t41 61t61 41t75 15h100q47 0 90 6t83 28t81 60q46 46 70 103t24 123q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-40-15-75t-41-61t-61-41t-75-15H832q-66 0-124-25t-102-68t-69-102t-25-125v-87q-117-55-212-140t-161-190T36 828T0 576q0-119 45-224t124-183T352 46T576 0q77 0 150 20t138 57t119 91t92 121q80-78 182-119t215-42q119 0 224 45t183 124t123 183t46 224q0 130-36 251t-102 227t-162 191t-212 140zm-960-239q103-47 185-119t141-164t90-196t32-219q0-93-35-174t-96-142t-142-96t-175-36q-93 0-174 35t-142 96t-96 142t-36 175q0 113 31 218t90 197t141 163t186 120zm492-319q25 74 65 141t91 124t114 103t134 79q103-47 185-119t141-164t90-196t32-219q0-93-35-174t-96-142t-142-96t-175-36q-100 0-189 42t-153 120q11 38 16 78t6 80q0 99-21 194t-63 185z\"/>"
},
"bank": {
"body": "<path fill=\"currentColor\" d=\"M1792 768v768q0 1 9 27t22 67t30 89t30 90t24 73t13 38H0q2-7 12-37t25-73t30-91t29-88t23-67t9-28V768H0V640l960-480l960 480v128h-128zM286 640h1348L960 303L286 640zm1250 128v768h128V768h-128zm-256 0v768h128V768h-128zm-256 0v768h128V768h-128zm-256 0v768h128V768H768zm-256 0v768h128V768H512zm-256 768h128V768H256v768zm1486 256l-42-128H220l-42 128h1564z\"/>"
},
"bank-solid": {
"body": "<path fill=\"currentColor\" d=\"M1920 640v128H0V640l960-480l960 480zM256 896v512H128V896h128zm256 0v512H384V896h128zm256 0v512H640V896h128zm256 0v512H896V896h128zm256 0v512h-128V896h128zm256 0v512h-128V896h128zm256 512h-128V896h128v512zm0 128l128 384H0l128-384h1664z\"/>"
},
"bar-chart-4": {
"body": "<path fill=\"currentColor\" d=\"M0 2048v-640h384v640H0zm512 0V896h384v1152H512zM1536 896h384v1152h-384V896zm-512 1152V384h384v1664h-384z\"/>"
},
"bar-chart-horizontal": {
"body": "<path fill=\"currentColor\" d=\"M1536 256v384H384V256h1152zm-128 256V384H512v128h896zm-128 256v384H384V768h896zm-128 256V896H512v128h640zm640 256v384H384v-384h1408zm-128 256v-128H512v128h1152zM256 1792h1664v128H128V128h128v1664z\"/>"
},
"bar-chart-vertical": {
"body": "<path fill=\"currentColor\" d=\"M768 512v1152H384V512h384zM640 1536V640H512v896h128zm640-768v896H896V768h384zm-128 768V896h-128v640h128zm640-1280v1408h-384V256h384zm-128 1280V384h-128v1152h128zM256 1792h1664v128H128V128h128v1664z\"/>"
},
"bar-chart-vertical-edit": {
"body": "<path fill=\"currentColor\" d=\"M1408 384v641l-128 128V256h384v531q-39 22-67 50t-61 61V384h-128zM640 512v1152H256V512h384zM512 1536V640H384v896h128zm1536-442q0 39-15 76t-43 65l-717 717l-377 94l94-377l717-716q29-29 64-43t77-14q42 0 78 15t64 41t42 63t16 79zm-128 0q0-32-20-51t-52-19q-14 0-27 4t-23 15l-692 692l-34 135l135-34l692-691q21-21 21-51zM896 1536h1l-25 25q-12 12-27 26q-5 20-9 39t-10 38h-58V768h384v513l-127 127h-1V896H896v640zM128 128v1664h666l-32 128H0V128h128z\"/>"
},
"bar-chart-vertical-fill": {
"body": "<path fill=\"currentColor\" d=\"M1280 768v896H896V768h384zm512-512v1408h-384V256h384zM256 1792h1664v128H128V128h128v1664zM768 512v1152H384V512h384z\"/>"
},
"bar-chart-vertical-filter": {
"body": "<path fill=\"currentColor\" d=\"M1408 384v768h-128V256h384v896h-128V384h-128zm-384 1152l128 128H768V768h384v384h-128V896H896v640h128zM640 512v1152H256V512h384zM512 1536V640H384v896h128zm640-256h896v152l-256 288v328h-384v-328l-256-288v-152zm512 392l234-264h-596l234 264v248h128v-248zM128 128v1664h1152v128H0V128h128z\"/>"
},
"bar-chart-vertical-filter-solid": {
"body": "<path fill=\"currentColor\" d=\"m1024 1536l128 128H768V768h384v384h-128v384zm640-1280v896h-384V256h384zM640 512v1152H256V512h384zM128 128v1664h1152v128H0V128h128zm1024 1152h896v152l-256 288v328h-384v-328l-256-288v-152z\"/>"
},
"baseball": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t245 103t207 160t160 208t103 245t37 272q0 141-36 272t-103 245t-160 207t-208 160t-245 103t-272 37q-141 0-272-36t-245-103t-207-160t-160-208t-103-244t-37-273q0-141 36-272t103-245t160-207t208-160T751 37t273-37zm0 1920q123 0 237-32t214-90t182-141t140-181t91-214t32-238q0-123-32-237t-90-214t-141-182t-181-140t-214-91t-238-32q-123 0-237 32t-214 90t-182 141t-140 181t-91 214t-32 238q0 123 32 237t90 214t141 182t181 140t214 91t238 32zM384 512q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm256 64q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm256 64q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm256 0q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm256-64q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm192 0q0-26 19-45t45-19q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45zm64 832q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm-256-64q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm-256-64q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm-256 0q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm-256 64q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19zm-256 64q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19z\"/>"
},
"beer-mug": {
"body": "<path fill=\"currentColor\" d=\"M1600 512q66 0 124 25t101 69t69 102t26 124v512q0 66-25 124t-69 102t-102 69t-124 25h-64v192q0 40-15 75t-41 61t-61 41t-75 15H320q-40 0-75-15t-61-41t-41-61t-15-75V477q-59-34-93-93T0 256q0-52 20-99t54-81t81-55t99-21h1154q53 0 99 20t82 55t55 81t20 100q0 35-9 69t-26 64t-41 56t-52 43v24h64zM255 128q-26 0-49 10t-41 27t-27 41t-10 50q0 40 23 73t62 47l43 15v569q0 26 19 45t45 19q26 0 45-19t19-45V576q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75v256q0 26 19 45t45 19q26 0 45-19t19-45V576q0-40 15-75t41-61t61-41t75-15h371q33-16 55-52t22-76q0-27-10-50t-27-40t-41-28t-50-10H255zm1153 1728v-76q-15 5-31 8t-33 4H320q-17 0-33-3t-31-9v76q0 26 19 45t45 19h1024q26 0 45-19t19-45zm-64-192q26 0 45-19t19-45V512h-320q-26 0-45 19t-19 45v256q0 40-15 75t-41 61t-61 41t-75 15q-40 0-75-15t-61-41t-41-61t-15-75V576q0-26-19-45t-45-19q-26 0-45 19t-19 45v384q0 40-15 75t-41 61t-61 41t-75 15q-33 0-64-11v459q0 26 19 45t45 19h192v-448q0-27 19-45t45-19q26 0 45 18t19 46v448h384v-576q0-27 19-45t45-19q26 0 45 18t19 46v576h192zm448-320V832q0-40-15-75t-41-61t-61-41t-75-15h-64v896h64q40 0 75-15t61-41t41-61t15-75z\"/>"
},
"bidi-ltr": {
"body": "<path fill=\"currentColor\" d=\"m128 486l666 666l-666 666V486zm128 1024l358-358l-358-358v716zM1792 256v1536h128v128h-640v-128h128v-768h-192q-93 0-174-35t-143-96t-96-142t-35-175q0-93 35-174t96-143t142-96t175-35h704v128h-128zm-384 640V256h-192q-66 0-124 25t-102 69t-69 102t-25 124q0 66 25 124t68 102t102 69t125 25h192zm256 896V256h-128v1536h128z\"/>"
},
"bidi-rtl": {
"body": "<path fill=\"currentColor\" d=\"M1152 128v128h-128v1536h128v128H512v-128h128v-768H448q-93 0-174-35t-143-96t-96-142T0 576q0-93 35-174t96-143t142-96t175-35h704zM640 896V256H448q-66 0-124 25t-102 69t-69 102t-25 124q0 66 25 124t68 102t102 69t125 25h192zm256 896V256H768v1536h128zM1920 486v1332l-666-666l666-666zm-128 308l-358 358l358 358V794z\"/>"
},
"birthday-cake": {
"body": "<path fill=\"currentColor\" d=\"M1920 1920v128H0v-128h128v-576q0-66 25-124t68-101t102-69t125-26h448V672q0-9 7-15t18-10t22-5t17-2q6 0 17 1t21 5t18 10t8 16v352h448q66 0 124 25t101 69t69 102t26 124v576h128zM448 1152q-37 0-70 13t-58 36t-42 54t-21 68q37 41 86 63t105 22q66 0 114-26t91-76q11-12 22-19t29-7q17 0 28 7t23 19q42 49 90 75t115 27q66 0 114-26t91-76q11-12 22-19t29-7q17 0 28 7t23 19q42 49 90 75t115 27q55 0 104-22t87-63q-4-36-20-67t-42-55t-59-36t-70-13H448zm-192 768h1408v-435q-48 24-93 37t-99 14q-72 0-137-24t-119-73q-54 48-119 72t-137 25q-72 0-137-24t-119-73q-54 48-119 72t-137 25q-54 0-99-13t-93-38v435zM960 512q-26 0-45-19t-19-45q0-12 8-31t18-40t21-40t17-30q6 11 16 30t21 40t19 40t8 31q0 26-19 45t-45 19z\"/>"
},
"bitbucket-logo-32": {
"body": "<path fill=\"currentColor\" d=\"M1981 64q28 0 47 19t20 47q0 7-1 11l-278 1723q-4 25-22 40t-44 16H367q-32 0-57-21t-31-54L1 141q-1-4-1-12q0-28 19-46t48-19h1914zm-638 624H697l116 608h426l104-608z\"/>"
},
"blob-storage": {
"body": "<path fill=\"currentColor\" d=\"M0 0h2048v2048H0V0zm1920 1920V512H128v1408h1792zm0-1536V128H128v256h1792zM768 1280v512H256v-512h512zm-128 384v-256H384v256h256zM1792 640v512h-512V640h512zm-128 384V768h-256v256h256zm-768 768v-512h896v512H896zm128-384v256h640v-256h-640zm128-768v512H256V640h896zm-128 384V768H384v256h640z\"/>"
},
"block-contact": {
"body": "<path fill=\"currentColor\" d=\"M1301 1110q-27 17-52 35t-49 42q-89-80-200-121t-232-42q-134 0-251 49t-203 136t-136 204t-50 251H0q0-120 35-232t100-206t156-167t206-114q-55-35-99-82t-76-104t-49-118t-17-129q0-106 40-199t110-162T569 41T768 0q106 0 199 40t162 110t110 163t41 199q0 66-17 128t-48 119t-76 103t-100 83q74 26 139 68t123 97zM384 512q0 79 30 149t83 122t122 82t149 31q79 0 149-30t122-83t82-122t31-149q0-79-30-149t-83-122t-122-82t-149-31q-79 0-149 30t-122 83t-82 122t-31 149zm1216 640q93 0 174 35t142 96t96 142t36 175q0 93-35 174t-96 142t-142 96t-175 36q-93 0-174-35t-142-96t-96-142t-36-175q0-93 35-174t96-142t142-96t175-36zm0 768q47 0 92-13t84-40l-443-443q-26 39-39 84t-14 92q0 66 25 124t69 101t102 69t124 26zm267-144q26-39 39-84t14-92q0-66-25-124t-69-101t-102-69t-124-26q-47 0-92 13t-84 40l443 443z\"/>"
},
"blocked": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 271 36t245 104t207 160t161 208t103 244t37 272q0 141-36 271t-104 245t-160 207t-208 161t-244 103t-272 37q-141 0-271-36t-245-104t-207-160t-161-208t-103-244t-37-272q0-141 36-271t104-245t160-207t208-161T752 37t272-37zm0 1920q164 0 313-56t274-163L347 437Q240 561 184 710t-56 314q0 124 32 238t90 214t140 181t181 140t214 91t239 32zm677-309q107-124 163-273t56-314q0-124-32-238t-90-214t-140-181t-181-140t-214-91t-239-32q-164 0-313 56T437 347l1264 1264z\"/>"
},
"blocked-12": {
"body": "<path fill=\"currentColor\" d=\"M939 171q129 0 249 33t224 95t190 146t147 190t94 225t34 249q0 129-33 249t-95 224t-146 191t-190 147t-225 94t-249 34q-130 0-250-33t-224-95t-190-147t-147-190t-94-224t-34-250q0-129 33-249t95-224t147-190t190-147t224-94t250-34zm0 1740q111 0 213-28t192-81t162-126t125-162t81-191t29-214q0-110-28-212t-81-192t-126-162t-163-126t-191-81t-213-29q-111 0-213 28t-192 81t-162 126t-125 162t-81 191t-29 214q0 111 28 213t81 192t125 162t163 126t191 80t214 29zm-470-887h939v171H469v-171z\"/>"
},
"blocked-2": {
"body": "<path fill=\"currentColor\" d=\"M960 0q132 0 255 34t229 97t194 150t150 194t97 230t35 255q0 132-34 255t-97 229t-150 194t-194 150t-230 97t-255 35q-132 0-255-34t-229-97t-194-150t-150-194t-97-229T0 960q0-132 34-255t97-229t150-194t194-150t229-97T960 0zm0 1792q115 0 221-29t199-84t168-130t130-168t84-199t30-222q0-115-29-221t-84-199t-130-168t-168-130t-199-84t-222-30q-115 0-221 29t-199 84t-168 130t-130 168t-84 199t-30 222q0 115 29 221t84 199t130 168t168 130t199 84t222 30zM384 896h1152v128H384V896z\"/>"
},
"blocked-2-solid": {
"body": "<path fill=\"currentColor\" d=\"M960 0q132 0 255 34t229 97t194 150t150 194t97 230t35 255q0 133-34 255t-97 229t-150 194t-194 150t-230 97t-255 35q-133 0-255-34t-229-97t-194-150t-150-194t-97-230T0 960q0-132 34-255t97-229t150-194t194-150t230-97T960 0zm576 1024V896H384v128h1152z\"/>"
},
"blocked-site": {
"body": "<path fill=\"currentColor\" d=\"m1314 674l-68-68l-286 286l-286-286l-68 68l286 286l-286 286l68 68l286-286l284 284l68-68l-284-284l286-286zM960 2045q-119-70-236-149t-224-171t-198-196t-159-223t-105-253T0 768V256q83 0 161-6t152-22t146-45t144-75q85-55 170-81T960 0q51 0 97 6t89 20t86 34t85 48q72 46 144 75t146 45t152 22t161 6v512q0 151-38 285t-105 253t-158 223t-198 195t-224 171t-237 150zM128 382v386q0 127 33 244t92 222t138 200t172 178t193 155t204 130q102-59 203-130t194-154t172-178t138-200t91-223t34-244V382q-149-8-285-48t-263-121q-68-44-135-64t-149-21q-81 0-148 20t-136 65q-126 81-262 121t-286 48z\"/>"
},
"blocked-site-solid-12": {
"body": "<path fill=\"currentColor\" d=\"M1877 250v501q0 144-37 274t-103 248t-155 221t-193 194t-219 168t-231 143q-116-61-230-138t-219-169t-194-197t-155-224t-103-248T0 751V250q84 0 159-5t147-22t142-44t143-75q42-26 83-45t83-33t87-19t95-7q51 0 96 6t87 20t83 33t83 47q71 45 141 73t142 44t148 21t158 6zm-438 1038l-349-349l351-352l-151-150l-351 351l-352-351l-150 150l351 352l-351 351l150 151l352-351l349 349l151-151z\"/>"
},
"blocked-solid": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 184-63 354t-183 311L359 246Q499 126 669 63t355-63zM0 1024q0-184 63-354t183-311l1443 1443q-140 120-310 183t-355 63q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272z\"/>"
},
"blog": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v1536H731l-475 475v-475H0V0h2048zM128 128v256h1792V128H128zm1792 1280V512H128v896h256v293l293-293h1243zm-640-768h512v640h-512V640zm128 512h256V768h-256v384zM256 768h896v128H256V768zm0 256h896v128H256v-128z\"/>"
},
"blowing-snow": {
"body": "<path fill=\"currentColor\" d=\"M1536 640q0 80-30 149t-82 122t-123 83t-149 30H0V896h1152q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100H768q0-79 30-149t82-122t122-83t150-30q79 0 149 30t122 82t83 123t30 149zm256 256q53 0 99 20t82 55t55 81t20 100q0 53-20 99t-55 82t-81 55t-100 20h-162q34 58 34 128q0 53-20 99t-55 82t-81 55t-100 20q-53 0-99-20t-82-55t-55-81t-20-100h128q0 26 10 49t27 41t41 28t50 10q26 0 49-10t41-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10H0v-128h1792q26 0 49-10t41-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50h-128q0-53 20-99t55-82t81-55t100-20zm-890 937q32 19 32 55q0 27-19 45t-45 19q-12 0-26-5t-27-14t-26-16t-23-14q0 19 1 44t-3 47t-18 38t-44 16q-30 0-44-15t-18-38t-4-48t2-44q-10 6-22 14t-26 16t-28 13t-26 6q-26 0-45-18t-19-46q0-36 32-55l70-41l-70-41q-32-19-32-55q0-27 18-45t46-19q13 0 26 5t27 13t26 16t23 15q0-19-1-44t2-47t19-38t44-16q30 0 43 15t18 38t4 48t-1 44q10-6 22-14t26-16t27-13t27-6q27 0 45 18t19 46q0 36-32 55l-70 41l70 41zM154 544q-26 0-45-18t-19-46q0-36 32-55l70-41l-70-41q-32-19-32-55q0-27 18-45t46-19q13 0 26 5t27 13t26 16t23 15q0-19-1-44t2-47t19-38t44-16q30 0 43 15t18 38t4 48t-1 44q10-6 22-14t26-16t27-13t27-6q26 0 45 18t20 46q0 18-9 32t-24 23l-70 41l70 41q15 9 24 23t9 32q0 26-19 45t-46 19q-12 0-26-5t-27-14t-26-16t-23-14q0 19 1 44t-3 47t-18 38t-44 16q-30 0-44-15t-18-38t-4-48t2-44q-10 6-22 14t-26 16t-28 13t-26 6z\"/>"
},
"blur": {
"body": "<path fill=\"currentColor\" d=\"M384 128H256V0h128v128zm256 0H512V0h128v128zm256 0H768V0h128v128zm256 256h-128V256h128v128zm256 256h-128V512h128v128zm256 256h-128V768h128v128zm-512-768h-128V0h128v128zm384 256h-128V256h128v128zm0 128V384h128v128h-128zm256 256h128v128h-128V768zM640 384H512V256h128v128zm256 0H768V256h128v128zm256 256h-128V512h128v128zm256 256h-128V768h128v128zM896 640H768V512h128v128zm256 256h-128V768h128v128zm256 256h-128v-128h128v128zM256 384V256h128v128H256zm128 128V384h128v128H384zm128 128V512h128v128H512zm128 128V640h128v128H640zm128 128V768h128v128H768zm128 128V896h128v128H896zm128 128v-128h128v128h-128zm128 128v-128h128v128h-128zm128 128v-128h128v128h-128zm128 128v-128h128v128h-128zm128 128v-128h128v128h-128zm128 0h128v128h128v128H0V0h128v128h128v128H128v1536h1536v-128zm128-128h128v128h-128v-128zm0-256h128v128h-128v-128zm0-256h128v128h-128v-128zm-128 384h-128v-128h128v128zm-128-384h128v128h-128v-128zm0-896h-128V0h128v128zm256 256h128v128h-128V384zM1920 0v128h-128V0h128z\"/>"
},
"boards": {
"body": "<path fill=\"currentColor\" d=\"M1664 512h256v1536H640v-256H384v-256H128V0h1280v256h256v256zM384 1408V256h896V128H256v1280h128zm256 256V512h896V384H512v1280h128zm1152 256V640H768v1280h1024z\"/>"
},
"bold": {
"body": "<path fill=\"currentColor\" d=\"M1255 901q92 0 173 35t142 95t96 142t35 173q0 92-35 173t-95 142t-142 96t-174 35H512V128h743q80 0 150 30t122 83t83 123t31 150q0 80-30 150t-82 123t-123 83t-151 31zm-208-535H896v475h151q49 0 92-19t76-51t51-75t19-93q0-49-19-92t-51-75t-75-51t-93-19zm59 1188q49 0 92-18t76-51t51-76t19-92q0-49-18-92t-51-76t-76-51t-93-19H896v475h210z\"/>"
},
"book-answers": {
"body": "<path fill=\"currentColor\" d=\"M384 0h1408v2048H384q-53 0-99-20t-82-55t-55-81t-20-100V256q0-53 20-99t55-82t81-55T384 0zm1280 1920v-256H384q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10h1280zm0-384V128H384q-27 0-50 10t-40 27t-28 41t-10 50v1314q60-34 128-34h1280zm-768-256V640h128v640H896zm0-768V384h128v128H896z\"/>"
},
"bookmark-report": {
"body": "<path fill=\"currentColor\" d=\"M0 1664v-640h384v640H0zM1920 384v384h-384V384h384zM1408 0v768h-256v896h-128V0h384zM512 1664V384h384v1280H512zm768-768h768v1152l-384-256l-384 256V896zm640 128h-512v785q65-43 128-85t128-86q65 42 128 85t128 86v-785z\"/>"
},
"bookmarks": {
"body": "<path fill=\"currentColor\" d=\"M0 512V384h128v128H0zm384-128h1664v128H384V384zM0 1664v-128h128v128H0zm384 0v-128h1664v128H384zm512-768V768h1152v128H896zm512 384v-128h640v128h-640z\"/>"
},
"bookmarks-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M2048 512V384h-128v128h128zm-384-128H0v128h1664V384zm384 1280v-128h-128v128h128zm-384 0v-128H0v128h1664zm-512-768V768H0v128h1152zm-512 384v-128H0v128h640z\"/>"
},
"border-dash": {
"body": "<path fill=\"currentColor\" d=\"M256 128H0V0h256v128zm384 0H384V0h256v128zm384 0H768V0h256v128zm384 0h-256V0h256v128zm384 0h-256V0h256v128zM0 256h128v256H0V256zm0 384h128v256H0V640zm0 384h128v256H0v-256zm0 384h128v256H0v-256zm0 384h128v256H0v-256zm1792 128h256v128h-256v-128zm-384 0h256v128h-256v-128zm-384 0h256v128h-256v-128zm-384 0h256v128H640v-128zm-384 0h256v128H256v-128zm1664-384h128v256h-128v-256zm0-384h128v256h-128v-256zm0-384h128v256h-128V768zm0-384h128v256h-128V384zM2048 0v256h-128V0h128z\"/>"
},
"border-dot": {
"body": "<path fill=\"currentColor\" d=\"M0 0h128v128H0V0zm384 0h128v128H384V0zm384 0h128v128H768V0zm384 0h128v128h-128V0zm384 0h128v128h-128V0zm512 0v128h-128V0h128zM0 1920h128v128H0v-128zm384 0h128v128H384v-128zm384 0h128v128H768v-128zm384 0h128v128h-128v-128zm384 0h128v128h-128v-128zM0 1536h128v128H0v-128zm0-384h128v128H0v-128zm0-384h128v128H0V768zm0-384h128v128H0V384zm1920 1152h128v128h-128v-128zm0-384h128v128h-128v-128zm0-384h128v128h-128V768zm0-384h128v128h-128V384zm0 1536h128v128h-128v-128z\"/>"
},
"box-addition-solid": {
"body": "<path fill=\"currentColor\" d=\"M1920 0v1920H0V0h1920zm-384 896h-512V384H896v512H384v128h512v512h128v-512h512V896z\"/>"
},
"box-checkmark-solid": {
"body": "<path fill=\"currentColor\" d=\"M1920 0v1920H0V0h1920zm-358 621l-135-135l-659 658l-275-274l-135 135l410 411l794-795z\"/>"
},
"box-logo": {
"body": "<path fill=\"currentColor\" d=\"M1057 644q79 0 148 30t122 82t82 121t30 149q0 79-30 148t-82 122t-121 82t-149 30q-53 0-103-14t-93-40t-80-64t-61-85q-25 47-61 84t-80 64t-94 41t-103 14q-77 0-146-29t-122-81t-83-119t-31-147V398q0-31 23-53t53-22q30 0 53 22t24 53v322q50-37 108-56t121-20q53 0 103 14t94 40t80 64t61 85q25-47 61-84t79-64t94-41t103-14zm-675 611q47 0 89-18t73-49t49-73t18-89q0-48-18-89t-49-73t-72-49t-90-18q-48 0-89 18t-73 49t-49 72t-18 90q0 47 18 89t49 73t73 49t89 18zm675 0q47 0 89-18t73-49t49-73t18-89q0-48-18-89t-49-73t-72-49t-90-18q-47 0-89 18t-73 49t-49 73t-18 89q0 47 18 89t49 73t73 49t89 18zm975 25q16 19 16 45q0 34-25 55t-59 21q-18 0-35-7t-30-22l-178-219l-179 219q-12 14-29 21t-36 8q-33 0-58-21t-26-55q0-24 16-45l207-255l-207-255q-16-21-16-45q0-17 7-31t18-24t27-15t31-6q18 0 36 7t30 22l179 220l178-220q11-14 30-21t37-8q16 0 30 5t26 16t19 25t7 30q0 24-16 45l-208 255l208 255z\"/>"
},
"box-multiply-solid": {
"body": "<path fill=\"currentColor\" d=\"M1920 0v1920H0V0h1920zm-847 960l342-342l-113-113l-342 342l-342-342l-113 113l342 342l-342 342l113 113l342-342l342 342l113-113l-342-342z\"/>"
},
"box-play-solid": {
"body": "<path fill=\"currentColor\" d=\"M1920 0v1920H0V0h1920zm-576 957L576 448v1024l768-515z\"/>"
},
"box-subtract-solid": {
"body": "<path fill=\"currentColor\" d=\"M1920 0v1920H0V0h1920zm-384 896H384v128h1152V896z\"/>"
},
"branch-commit": {
"body": "<path fill=\"currentColor\" d=\"M1408 960q0 83-29 158t-80 135t-121 99t-154 51v517H896v-517q-83-11-153-50t-122-99t-80-135t-29-159q0-83 29-158t80-135t121-99t154-51V0h128v517q83 11 153 50t122 99t80 135t29 159zm-448 320q66 0 124-25t101-68t69-102t26-125q0-66-25-124t-69-101t-102-69t-124-26q-66 0-124 25t-102 69t-69 102t-25 124q0 66 25 124t68 102t102 69t125 25z\"/>"
},
"branch-compare": {
"body": "<path fill=\"currentColor\" d=\"M1664 1414q56 12 103 41t81 70t53 94t19 109q0 66-25 124t-69 102t-102 69t-124 25q-66 0-124-25t-102-68t-69-102t-25-125q0-57 19-109t53-93t81-71t103-41V576q0-40-15-75t-41-61t-61-41t-75-15h-166l163 163l-90 90l-318-317L1251 3l90 90l-163 163h166q66 0 124 25t101 69t69 102t26 124v838zm-64 506q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15zm-803-509l318 317l-318 317l-90-90l163-163H704q-66 0-124-25t-102-68t-69-102t-25-125V634q-56-12-103-41t-81-70t-53-94t-19-109q0-66 25-124t68-101t102-69T448 0q66 0 124 25t101 69t69 102t26 124q0 57-19 109t-53 93t-81 71t-103 41v838q0 40 15 75t41 61t61 41t75 15h166l-163-163l90-90zM256 320q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75z\"/>"
},
"branch-fork": {
"body": "<path fill=\"currentColor\" d=\"m1946 1472l-365 365l-90-90l210-211H0v-128h384V512h933l-210-211l90-90l365 365l-365 365l-90-90l210-211H512v768h1189l-210-211l90-90l365 365z\"/>"
},
"branch-fork-2": {
"body": "<path fill=\"currentColor\" d=\"M1792 320q0 57-19 109t-54 94t-82 71t-104 40q-10 101-53 190t-110 157t-156 112t-190 56v265q56 12 103 41t81 70t53 94t19 109q0 66-25 124t-69 102t-102 69t-124 25q-66 0-124-25t-102-68t-69-102t-25-125q0-57 19-109t53-93t81-71t103-41v-265q-101-12-189-56T551 981T440 824t-53-190q-56-11-103-40t-82-70t-54-94t-20-110q0-66 25-124t68-101t102-69T448 0q66 0 124 25t101 69t69 102t26 124q0 56-18 107t-52 93t-80 71t-102 42q10 84 49 155t99 124t136 82t160 30q84 0 160-29t135-82t99-124t50-156q-55-12-101-41t-80-71t-52-93t-19-108q0-66 25-124t68-101t102-69t125-26q66 0 124 25t101 69t69 102t26 124zm-1536 0q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75zm896 1408q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75zm320-1216q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15z\"/>"
},
"branch-locked": {
"body": "<path fill=\"currentColor\" d=\"M2048 1408v640h-768v-640h128v-128q0-53 20-99t55-82t81-55t100-20q53 0 99 20t82 55t55 81t20 100v128h128zm-512 0h256v-128q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50v128zm384 128h-512v384h512v-384zm-384-832q0 58-19 110t-55 94t-83 71t-105 39q-11 57-39 105t-71 83t-94 54t-110 20H576q-32 0-61 10t-53 28t-42 43t-27 56q54 13 99 42t78 71t51 92t19 106q0 66-25 124t-69 102t-102 69t-124 25q-66 0-124-25t-101-68t-69-102t-25-125q0-57 19-108t52-94t81-71t103-40V633q-56-11-103-40t-80-71t-53-93T1 320q0-66 25-124T94 95t102-69T320 0q66 0 124 25t101 69t69 102t26 124q0 57-19 109t-53 93t-81 71t-103 40v585q42-32 91-49t101-17h384q32 0 61-10t53-28t42-43t27-56q-54-13-99-42t-78-70t-51-92t-19-107q0-66 25-124t68-101t102-69t125-26q66 0 124 25t101 69t69 102t26 124zM128 320q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75zm384 1408q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75zm704-832q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15z\"/>"
},
"branch-merge": {
"body": "<path fill=\"currentColor\" d=\"M1600 1024q66 0 124 25t101 69t69 102t26 124q0 66-25 124t-69 102t-102 69t-124 25q-57 0-109-19t-94-54t-71-82t-40-103q-99-6-192-36t-177-80t-153-118t-124-152v394q56 12 103 41t81 70t53 94t19 109q0 66-25 124t-69 102t-102 69t-124 25q-66 0-124-25t-102-68t-69-102t-25-125q0-57 19-109t53-93t81-71t103-41V634q-56-12-103-41t-81-70t-53-94t-19-109q0-66 25-124t68-101t102-69T576 0q66 0 124 25t101 69t69 102t26 124q0 57-19 108t-52 93t-81 71t-102 41q10 129 64 241t140 199t199 141t242 64q12-55 41-102t70-80t93-53t109-19zM384 320q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75zm384 1408q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75zm832-192q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15z\"/>"
},
"branch-pull-request": {
"body": "<path fill=\"currentColor\" d=\"M768 320q0 57-19 109t-53 93t-81 71t-103 41v780q56 12 103 41t81 70t53 94t19 109q0 66-25 124t-69 102t-102 69t-124 25q-66 0-124-25t-102-68t-69-102t-25-125q0-57 19-109t53-93t81-71t103-41V634q-56-12-103-41t-81-70t-53-94t-19-109q0-66 25-124t68-101t102-69T448 0q66 0 124 25t101 69t69 102t26 124zm-512 0q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75zm384 1408q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75zm1024-314q56 12 103 41t81 70t53 94t19 109q0 66-25 124t-69 102t-102 69t-124 25q-66 0-124-25t-102-68t-69-102t-25-125q0-57 19-109t53-93t81-71t103-41V576q0-40-15-75t-41-61t-61-41t-75-15h-166l163 163l-90 90l-318-317L1251 3l90 90l-163 163h166q66 0 124 25t101 69t69 102t26 124v838zm-64 506q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15z\"/>"
},
"branch-search": {
"body": "<path fill=\"currentColor\" d=\"M1274 1018q-11 57-39 105t-71 83t-94 54t-110 20H576q-32 0-61 10t-53 28t-42 43t-27 56q54 13 99 42t78 71t51 92t19 106q0 66-25 124t-69 102t-102 69t-124 25q-66 0-124-25t-101-68t-69-102t-25-125q0-57 19-108t52-94t81-71t103-40V633q-56-11-103-40t-80-71t-53-93T1 320q0-66 25-124T94 95t102-69T320 0q66 0 124 25t101 69t69 102t26 124q0 57-19 109t-53 93t-81 71t-103 40v585q42-32 91-49t101-17h384q32 0 61-10t53-28t42-43t27-56q-54-13-99-42t-78-70t-51-92t-19-107q0-66 25-124t68-101t102-69t125-26q66 0 124 25t101 69t69 102t26 124q0 58-19 110t-55 94t-83 71t-105 39zm-250-314q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75zM128 320q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75zm384 1408q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15q40 0 75-15t61-41t41-61t15-75zm1216-704q66 0 124 25t101 69t69 102t26 124q0 66-25 124t-69 102t-102 69t-124 25q-47 0-92-13t-84-40l-419 418q-19 19-45 19t-45-19t-19-45q0-26 19-45l418-419q-26-39-39-84t-14-92q0-66 25-124t68-101t102-69t125-26zm0 512q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15z\"/>"
},
"branch-shelveset": {
"body": "<path fill=\"currentColor\" d=\"M896 1019q-83-11-153-50t-122-99t-80-135t-29-159q0-93 35-174t96-143t142-96t175-35q93 0 174 35t143 96t96 142t35 175q0 83-29 158t-80 135t-121 99t-154 51v517H896v-517zm64-763q-66 0-124 25t-102 69t-69 102t-25 124q0 66 25 124t68 102t102 69t125 25q66 0 124-25t101-68t69-102t26-125q0-66-25-124t-69-101t-102-69t-124-26zm960 896v768H0v-768h128v640h1664v-640h128z\"/>"
},
"breadcrumb": {
"body": "<path fill=\"currentColor\" d=\"M256 512h1536v128H256V512zm384 512V896h1152v128H640zm384 384v-128h768v128h-768z\"/>"
},
"breakfast": {
"body": "<path fill=\"currentColor\" d=\"M1408 592q-26 0-45-19t-19-45q0-51 19-98t56-83l79-80q38-38 38-91q0-26 19-45t45-19q26 0 45 19t19 45q0 51-19 98t-56 83l-79 80q-38 38-38 91q0 26-19 45t-45 19zm-384 0q-26 0-45-19t-19-45q0-51 19-98t56-83l79-80q38-38 38-91q0-26 19-45t45-19q26 0 45 19t19 45q0 51-19 98t-56 83l-79 80q-38 38-38 91q0 26-19 45t-45 19zm832 176q40 0 75 15t61 41t41 61t15 75v384q0 40-15 75t-41 61t-61 41t-75 15h-57q-2 7-3 13t-4 12v39q0 66-25 124t-69 102t-102 69t-124 25h-384q-78 0-144-35t-110-93H334q-66 0-124-25t-102-68t-69-102t-25-125v-64h256q0-79 30-149t83-122t122-83t149-30q30 0 58 5t56 14V640h1024v128h64zM654 1152q-53 0-99 20t-82 55t-55 81t-20 100h370v-228q-26-13-54-20t-60-8zm-320 512h441q-7-29-7-64v-64H153q10 28 28 51t41 41t52 26t60 10zm463 67v1l1 2v-1l-1-2zm867-131V768H896v832q0 40 15 75t41 61t61 41t75 15h384q40 0 75-15t61-41t41-61t15-75zm256-256V960q0-26-19-45t-45-19h-64v512h64q26 0 45-19t19-45z\"/>"
},
"brightness": {
"body": "<path fill=\"currentColor\" d=\"M960 512q93 0 174 35t143 96t96 142t35 175q0 93-35 174t-96 143t-142 96t-175 35q-93 0-174-35t-143-96t-96-142t-35-175q0-93 35-174t96-143t142-96t175-35zm0 768q66 0 124-25t101-68t69-102t26-125q0-66-25-124t-69-101t-102-69t-124-26q-66 0-124 25t-102 69t-69 102t-25 124q0 66 25 124t68 102t102 69t125 25zm64-896H896V0h128v384zM896 1536h128v384H896v-384zm1024-640v128h-384V896h384zM384 1024H0V896h384v128zm123-426L236 326l90-90l272 271l-91 91zm906 724l271 272l-90 90l-272-271l91-91zm0-724l-91-91l272-271l90 90l-271 272zm-906 724l91 91l-272 271l-90-90l271-272z\"/>"
},
"broom": {
"body": "<path fill=\"currentColor\" d=\"M1984 0q26 0 45 19t19 45q0 26-19 45l-730 730q54 69 81 150t28 168q0 103-39 197t-112 168l-68 68l-227 454L4 1086l454-227l68-68q73-73 167-112t198-39q87 0 168 27t150 82l730-730q19-19 45-19zm-915 1543L505 979l-285 142l707 707l142-285zm83-98q61-60 94-130t34-158q0-81-30-151t-84-124t-123-83t-152-31q-87 0-157 33t-131 95l549 549z\"/>"
},
"browser-screen-shot": {
"body": "<path fill=\"currentColor\" d=\"M2048 128v896h-128V640H128v1024h512v128H0V128h2048zm-128 384V256H128v256h1792zm-165 640h293v896H768v-896h293l128-128h438l128 128zm165 128h-219l-128-128h-330l-128 128H896v640h1024v-640zm-512 0q53 0 99 20t82 55t55 81t20 100q0 53-20 99t-55 82t-81 55t-100 20q-53 0-99-20t-82-55t-55-81t-20-100q0-53 20-99t55-82t81-55t100-20zm0 384q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10z\"/>"
},
"browser-tab": {
"body": "<path fill=\"currentColor\" d=\"M1792 256v1792H128V0h896v256h768zm-128 128H896V128H256v1792h1408V384z\"/>"
},
"browser-tab-screenshot": {
"body": "<path fill=\"currentColor\" d=\"M256 1920h384v128H128V0h896v256h768v640h-128V384H896V128H256v1792zm1792-768v896H768v-896h293l128-128h438l128 128h293zm-128 128h-219l-128-128h-330l-128 128H896v640h1024v-640zm-512 0q53 0 99 20t82 55t55 81t20 100q0 53-20 99t-55 82t-81 55t-100 20q-53 0-99-20t-82-55t-55-81t-20-100q0-53 20-99t55-82t81-55t100-20zm0 384q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10z\"/>"
},
"brunch": {
"body": "<path fill=\"currentColor\" d=\"M1662 896q-4 72-15 140t-28 134t-40 131t-49 132q-9 23-14 51t-9 52h285v64q0 56-18 107t-52 92t-80 71t-100 42l22 136H878l16-128H320q-66 0-124-25t-102-68t-69-102t-25-125v-64h256q0-79 30-149t82-122t122-83t150-30q50 0 97 13t90 38q-27-97-43-195t-16-200q0-78 12-149t36-145h143L857 110l125-31l109 435h189q0-79 30-149t82-123t122-83t150-31q79 0 149 30t122 82t83 123t30 149q0 80-30 150t-83 122t-123 82t-150 30zm2-640q-53 0-100 20t-81 56t-55 82t-20 100h208q20 64 31 125t14 129q54 0 101-20t82-55t56-81t20-100q0-53-20-99t-55-82t-81-55t-100-20zM640 1280q-53 0-99 20t-82 55t-55 81t-20 100h512q0-53-20-99t-55-82t-81-55t-100-20zm286 384H139q10 29 28 52t42 41t52 26t59 9h591q4-32 9-64t6-64zm577 0q2 31 7 60t10 60q46-12 81-43t52-77h-150zm33-850q0-44-3-87t-14-85H913q-9 42-13 83t-4 84q0 58 8 127t22 139t35 136t45 121q29 63 40 128t11 135q0 82-11 163t-23 162h390q-12-75-26-149t-15-152q0-27 2-57t7-62t12-62t19-55q30-70 53-139t39-138t24-142t8-150z\"/>"
},
"brush": {
"body": "<path fill=\"currentColor\" d=\"M1803 128q51 0 95 19t78 53t52 77t20 96q0 49-18 93t-54 80q-303 303-605 606t-606 606q-6 61-33 114t-69 92t-98 61t-117 23H192q-40 0-75-15t-61-41t-41-61t-15-75v-64h64q26 0 45-19t19-45q0-61 22-116t62-98t92-70t114-33q303-303 606-605t606-606q35-35 79-53t94-19zM576 1435q55 24 98 67t67 98l116-116q-61-104-165-165l-116 116zm-128 485q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 55-29 102t-80 71q18 19 45 19h256zM1886 456q34-34 34-83q0-24-9-45t-25-38t-37-25t-46-9q-49 0-83 34l-935 936q99 66 165 165l936-935z\"/>"
},
"bucket-color": {
"body": "<path fill=\"currentColor\" d=\"m1690 960l-858 858l-730-730l666-667V192q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75v640h-128V192q0-26-19-45t-45-19q-26 0-45 19t-19 45v283l-549 549h1098l65-64l-211-211l90-90l301 301zm-858 678l485-486H347l485 486zm1147-48q20 35 30 74t10 80q0 61-22 116t-61 97t-92 66t-116 25q-62 0-116-24t-94-64t-63-95t-24-116q0-79 40-148l257-450l251 439zm-251 330q36 0 66-14t52-39t34-57t12-67q0-49-24-90l-140-244l-146 256q-23 40-23 84q0 35 13 66t37 54t53 37t66 14z\"/>"
},
"bucket-color-fill": {
"body": "<path fill=\"currentColor\" d=\"M192 1088h1280l-640 640l-640-640zm1731 534q32 56 32 122q0 47-16 90t-47 76t-71 54t-89 20q-49 0-92-18t-75-50t-51-75t-19-92q0-62 31-116l202-353l195 342z\"/>"
},
"buffer-time-after": {
"body": "<path fill=\"currentColor\" d=\"M1024 1728q-97 0-187-25t-168-71t-143-110t-110-142t-71-169t-25-187q0-97 25-187t71-168t110-143t142-110t169-71t187-25q97 0 187 25t168 71t143 110t110 142t71 169t25 187q0 97-25 187t-71 168t-110 143t-142 110t-169 71t-187 25zm0-1280q-119 0-224 45T617 617T494 800t-46 224q0 119 45 224t124 183t183 123t224 46q119 0 224-45t183-124t123-183t46-224q0-119-45-224t-124-183t-183-123t-224-46zm256 704H896V640h128v384h256v128zm468 596q-72 72-156 128t-176 94t-191 58t-201 20q-102 0-200-19t-191-58t-177-95t-156-128l90-90q128 127 291 194t343 68q180 0 343-67t291-195l90 90z\"/>"
},
"buffer-time-before": {
"body": "<path fill=\"currentColor\" d=\"M1024 320q97 0 187 25t168 71t143 110t110 142t71 169t25 187q0 97-25 187t-71 168t-110 143t-142 110t-169 71t-187 25q-97 0-187-25t-168-71t-143-110t-110-142t-71-169t-25-187q0-97 25-187t71-168t110-143t142-110t169-71t187-25zm0 1280q119 0 224-45t183-124t123-183t46-224q0-119-45-224t-124-183t-183-123t-224-46q-119 0-224 45T617 617T494 800t-46 224q0 119 45 224t124 183t183 123t224 46zm0-576h256v128H896V640h128v384zm634-634q-128-127-291-194t-343-68q-180 0-343 67T390 390l-90-90q72-72 156-128t176-94t191-58t201-20q102 0 200 19t191 58t177 95t156 128l-90 90z\"/>"
},
"buffer-time-both": {
"body": "<path fill=\"currentColor\" d=\"M1024 320q97 0 187 25t168 71t143 110t110 142t71 169t25 187q0 97-25 187t-71 168t-110 143t-142 110t-169 71t-187 25q-97 0-187-25t-168-71t-143-110t-110-142t-71-169t-25-187q0-97 25-187t71-168t110-143t142-110t169-71t187-25zm0 1280q119 0 224-45t183-124t123-183t46-224q0-119-45-224t-124-183t-183-123t-224-46q-119 0-224 45T617 617T494 800t-46 224q0 119 45 224t124 183t183 123t224 46zm0-576h256v128H896V640h128v384zm634-634q-128-127-291-194t-343-68q-180 0-343 67T390 390l-90-90q72-72 156-128t176-94t191-58t201-20q102 0 200 19t191 58t177 95t156 128l-90 90zM390 1658q128 127 291 194t343 68q180 0 343-67t291-195l90 90q-72 72-156 128t-176 94t-191 58t-201 20q-102 0-200-19t-191-58t-177-95t-156-128l90-90z\"/>"
},
"bug": {
"body": "<path fill=\"currentColor\" d=\"M1608 897q65 2 122 27t99 69t66 100t25 123v192h-128v-192q0-32-10-61t-29-54t-45-42t-57-27q6 29 9 59t4 61v256q0 7-1 13t-2 13l6-6q60 60 92 138t32 163q0 85-32 162t-92 138l-90-90q42-42 64-95t22-114q0-68-31-132q-31 100-90 183t-140 142t-176 92t-202 33q-105 0-201-33t-177-92t-139-142t-91-183q-31 64-31 132q0 60 22 113t64 96l-90 90q-60-60-92-137t-33-163q0-85 32-163t93-138l6 6q-1-7-2-13t-1-13v-256q0-30 3-60t10-60q-31 9-57 26t-44 42t-29 54t-11 62v192H128v-192q0-65 24-122t67-101t99-68t122-28q31-70 80-135q-57-10-105-38t-84-71t-55-94t-20-111V256h128v192q0 40 15 75t41 61t61 41t75 15h64v3q47-35 96-59q-15-32-23-66t-9-70q0-70 31-135L595 173l90-90l127 127q45-39 98-60t114-22q60 0 113 21t99 61l127-127l90 90l-140 140q31 65 31 135q0 35-8 69t-24 67q26 13 49 27t47 32v-3h64q40 0 75-15t61-41t41-61t15-75V256h128v192q0 58-20 110t-55 95t-83 70t-106 39q49 65 80 135zm-584-641q-40 0-75 15t-61 41t-41 61t-15 75q0 50 24 90q42-11 83-17t85-7q43 0 84 6t84 18q24-40 24-90q0-40-15-75t-41-61t-61-41t-75-15zm512 896q0-104-41-197t-110-163t-163-111t-198-41q-105 0-198 41T664 792T553 955t-41 197v256q0 106 40 199t110 162t163 110t199 41q106 0 199-40t162-110t110-163t41-199v-256z\"/>"
},
"bug-block": {
"body": "<path fill=\"currentColor\" d=\"M1024 1920q14 0 29-2t29-4q19 32 40 60t48 55q-36 8-72 13t-74 6q-105 0-201-33t-177-92t-139-142t-91-183q-31 64-31 132q0 60 22 113t64 96l-90 90q-60-60-92-137t-33-163q0-85 32-163t93-138l6 6q-1-7-2-13t-1-13v-256q0-30 3-60t10-60q-31 9-57 26t-44 42t-29 54t-11 62v192H128v-192q0-65 24-122t67-101t99-68t122-28q31-70 80-135q-57-10-105-38t-84-71t-55-94t-20-111V256h128v192q0 40 15 75t41 61t61 41t75 15h64v3q47-35 96-59q-15-32-23-66t-9-70q0-70 31-135L595 173l90-90l127 127q45-39 98-60t114-22q60 0 113 21t99 61l127-127l90 90l-140 140q31 65 31 135q0 35-8 69t-24 67q26 13 49 27t47 32v-3h64q40 0 75-15t61-41t41-61t15-75V256h128v192q0 58-20 110t-55 95t-83 70t-106 39q49 65 80 135q42 1 82 13t75 34t64 52t50 67q-65-34-135-52t-144-19q-23 0-44 3t-44 6q-25-79-73-145t-112-114t-142-75t-161-27q-105 0-198 41T664 792T553 955t-41 197v256q0 106 40 199t110 162t163 110t199 41zm0-1664q-40 0-75 15t-61 41t-41 61t-15 75q0 50 24 90q42-11 83-17t85-7q43 0 84 6t84 18q24-40 24-90q0-40-15-75t-41-61t-61-41t-75-15zm1024 1344q0 93-35 174t-96 143t-142 96t-175 35q-93 0-174-35t-143-96t-96-142t-35-175q0-93 35-174t96-143t142-96t175-35q93 0 174 35t143 96t96 142t35 175zm-768 0q0 66 25 124t68 102t102 69t125 25q47 0 92-13t84-40l-443-443q-26 39-39 84t-14 92zm587 176q26-39 39-84t14-92q0-66-25-124t-69-101t-102-69t-124-26q-47 0-92 13t-84 40l443 443z\"/>"
},
"bug-solid": {
"body": "<path fill=\"currentColor\" d=\"M704 448q0-72 30-135L595 173l90-90l126 126q45-39 99-60t114-21q60 0 114 21t99 60l126-126l90 90l-139 140q30 63 30 135q0 13-1 25t-4 25q-75-32-154-49t-161-17q-81 0-160 17t-155 49q-2-12-3-24t-2-26zm896 448q66 0 124 25t101 69t69 102t26 124v192h-128v-192q0-34-11-65t-33-57t-49-43t-63-24q19 62 24 125t5 128v72q0 36-1 72l3 4q61 66 93 138t32 163q0 85-32 162t-93 138l-90-90q42-42 64-97t23-114q0-67-29-128q-32 100-92 182t-140 142t-177 91t-202 33q-105 0-202-32t-177-92t-140-141t-92-183q-29 61-29 128q0 59 22 114t65 97l-90 90q-60-60-92-137t-33-163q0-91 32-163t93-138l3-4v-72q0-36-1-72q0-64 5-127t24-126q-34 6-62 23t-50 43t-32 57t-12 66v192H128v-192q0-66 25-124t68-101t102-69t125-26h22q40-69 97-128q-65-2-121-28t-99-69t-66-100t-25-123V256h128v192q0 40 15 75t41 61t61 41t75 15h169q133-64 279-64t279 64h169q40 0 75-15t61-41t41-61t15-75V256h128v192q0 65-24 122t-67 101t-98 69t-122 28q57 59 97 128h22z\"/>"
},
"bug-sync": {
"body": "<path fill=\"currentColor\" d=\"M1024 640q-105 0-198 41T664 792T553 955t-41 197v256q0 106 40 199t110 162t163 110t199 41v128q-105 0-201-33t-177-92t-139-142t-91-183q-31 64-31 132q0 60 22 113t64 96l-90 90q-60-60-92-137t-33-163q0-85 32-163t93-138l6 6q-1-7-2-13t-1-13v-256q0-30 3-60t10-60q-31 9-57 26t-44 42t-29 54t-11 62v192H128v-192q0-65 24-122t67-101t99-68t122-28q31-70 80-135q-57-10-105-38t-84-71t-55-94t-20-111V256h128v192q0 40 15 75t41 61t61 41t75 15h64v3q47-35 96-59q-15-32-23-66t-9-70q0-70 31-135L595 173l90-90l127 127q45-39 98-60t114-22q60 0 113 21t99 61l127-127l90 90l-140 140q31 65 31 135q0 35-8 69t-24 67q26 13 49 27t47 32v-3h64q40 0 75-15t61-41t41-61t15-75V256h128v192q0 58-20 110t-55 95t-83 70t-106 39q49 65 80 135q74 2 137 35t109 92h-336q-22-83-69-153t-113-122t-146-80t-166-29zm0-384q-40 0-75 15t-61 41t-41 61t-15 75q0 50 24 90q42-11 83-17t85-7q43 0 84 6t84 18q24-40 24-90q0-40-15-75t-41-61t-61-41t-75-15zm896 896h128v384h-384v-128h190q-45-60-112-94t-142-34q-59 0-111 20t-95 55t-70 85t-38 107l-127-22q14-81 54-149t98-118t133-78t156-28q91 0 174 35t146 102v-137zm-320 768q58 0 111-20t95-55t70-85t38-107l127 22q-14 81-54 149t-98 118t-133 78t-156 28q-91 0-174-35t-146-102v137h-128v-384h384v128h-190q45 60 112 94t142 34z\"/>"
},
"build": {
"body": "<path fill=\"currentColor\" d=\"M640 1280H384v-256h256v256zm1280-512v1152H128V768h128v640h1536V768h128zM896 1536H640v256h256v-256zm512 0h-256v256h256v-256zm-512-512h256v256H896v-256zm768 256h-256v-256h256v256zM960 922L659 621l90-90l147 146V0h128v677l147-146l90 90l-301 301z\"/>"
},
"build-definition": {
"body": "<path fill=\"currentColor\" d=\"M896 1920h128v128H0v-128h128v-832q0-76 28-143t76-119t114-84t142-37l608-627q35-36 82-57t98-21q36 0 72 10t68 29t57 46t41 61l384 858q17 37 17 83q0 40-14 75t-40 61t-61 42t-75 15q-57 0-104-31t-71-83l-251-562l-408 421q2 16 3 31t2 32v832zm498-1414l198 440l117-50l-220-493q-19 29-45 54t-50 49zm394 581q0-20-9-38t-17-36l-118 50q7 15 13 30t15 29t21 21t33 9q27 0 44-19t18-46zM644 727q62 23 113 65t85 99l530-546q18-19 27-42t9-49q0-26-10-49t-27-40t-40-27t-49-10q-56 0-94 39L644 727zM256 1920h512v-832q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100v832zm256-896q27 0 50 10t40 27t28 41t10 50q0 27-10 50t-27 40t-41 28t-50 10q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10zm0 128h64h-64zm896 640v-128h640v128h-640zm0-384h640v128h-640v-128zm-256 128v-128h128v128h-128zm256 512v-128h640v128h-640zm-256 0v-128h128v128h-128zm0-256v-128h128v128h-128z\"/>"
},
"build-issue": {
"body": "<path fill=\"currentColor\" d=\"m1905 1418l143 157v217h-128v-167l-101-112q-36 20-77 22l-78 89v168h-128v-216l72-82q-5-3-8-6t-8-8l-248-249l-192 193v496h128v128H640v-128h128v-576q0-38 14-73t42-63l384-384q27-27 62-41t74-15q38 0 73 14t63 42l384 384q27 27 41 62t15 74q0 40-15 74zm-862-247q61 29 90 90l256-256q19-19 19-45t-19-45t-45-19q-26 0-45 19l-256 256zm-147 749h128v-576q0-26-19-45t-45-19q-26 0-45 19t-19 45v576zm832-512q26 0 45-19t19-45q0-26-19-45l-256-256q-14 31-36 52t-47 46l249 248q19 19 45 19zm-1088 0v128H128V128h1152v512h-128V256H256v1152h384zm128-896v384H640V512h128zm-128 640v-128h128v128H640z\"/>"
},
"build-queue": {
"body": "<path fill=\"currentColor\" d=\"M2048 1024h-512v512h-512v512H0V1024h512V512h512V0h1024v1024zM896 1152H128v768h768v-768zm512-512H640v384h384v384h384V640zm512-512h-768v384h384v384h384V128z\"/>"
},
"build-queue-new": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v1024h-512v512h-512v512H0V1024h512V512h512V0h1024zM896 1152H128v768h768v-768zm512-512H640v384h384v384h384V640zm512-512h-768v384h384v384h384V128zm-128 1536h256v128h-256v256h-128v-256h-256v-128h256v-256h128v256z\"/>"
},
"bulk-upload": {
"body": "<path fill=\"currentColor\" d=\"M512 1920h1024v128H384v-256H128V0h859l402 402l403 403v91h-640V384H512v1536zm768-1152h293l-293-293v293zm-896 896V256h677L933 128H256v1536h128zm1344-410l317 317l-90 90l-163-162v549h-128v-549l-163 162l-90-90l317-317zm320-230v128h-640v-128h640z\"/>"
},
"bulleted-list": {
"body": "<path fill=\"currentColor\" d=\"M0 1280v-128h128v128H0zm0-384V768h128v128H0zm384 0V768h1664v128H384zM0 512V384h128v128H0zm384-128h1664v128H384V384zm0 896v-128h1664v128H384zM0 1664v-128h128v128H0zm384 0v-128h1664v128H384z\"/>"
},
"bulleted-list-2": {
"body": "<path fill=\"currentColor\" d=\"M2048 384v128H512V384h1536zM512 896h1536v128H512V896zm0 512h1536v128H512v-128zM0 256h384v384H0V256zm128 256h128V384H128v128zM0 768h384v384H0V768zm128 256h128V896H128v128zM0 1280h384v384H0v-384zm128 256h128v-128H128v128z\"/>"
},
"bulleted-list-2-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M0 384v128h1536V384H0zm1536 512H0v128h1536V896zm0 512H0v128h1536v-128zm512-1152h-384v384h384V256zm-128 256h-128V384h128v128zm128 256h-384v384h384V768zm-128 256h-128V896h128v128zm128 256h-384v384h384v-384zm-128 256h-128v-128h128v128z\"/>"
},
"bulleted-list-bullet": {
"body": "<path fill=\"currentColor\" d=\"M0 1664v-128h128v128H0zm0-384v-128h128v128H0zm0-896h128v128H0V384zm0 512V768h128v128H0z\"/>"
},
"bulleted-list-bullet-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M1920 1280v-128h128v128h-128zm0 384v-128h128v128h-128zm0-768V768h128v128h-128zm0-512h128v128h-128V384z\"/>"
},
"bulleted-list-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M2048 1280v-128h-128v128h128zm0-384V768h-128v128h128zm-384 0V768H0v128h1664zm384-384V384h-128v128h128zm-384-128H0v128h1664V384zm0 896v-128H0v128h1664zm384 384v-128h-128v128h128zm-384 0v-128H0v128h1664z\"/>"
},
"bulleted-list-text": {
"body": "<path fill=\"currentColor\" d=\"M384 1280v-128h1664v128H384zm0 384v-128h1664v128H384zm0-768V768h1664v128H384zm0-512h1664v128H384V384z\"/>"
},
"bulleted-list-text-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M0 1664v-128h1664v128H0zm0-384v-128h1664v128H0zm0-384V768h1664v128H0zm0-512h1664v128H0V384z\"/>"
},
"bulleted-tree-list": {
"body": "<path fill=\"currentColor\" d=\"M512 384h1536v128H512V384zm512 640V896h1024v128H1024zm0 512v-128h1024v128H1024zM0 640V256h384v384H0zm128-256v128h128V384H128zm384 768V768h384v384H512zm128-256v128h128V896H640zm-128 768v-384h384v384H512zm128-256v128h128v-128H640z\"/>"
},
"bullseye": {
"body": "<path fill=\"currentColor\" d=\"M1024 640q-80 0-149 30t-122 82t-83 123t-30 149q0 80 30 149t82 122t122 83t150 30q79 0 149-30t122-82t83-122t30-150q0-64-22-128h134q8 32 12 64t4 64q0 106-40 199t-110 162t-163 110t-199 41q-106 0-199-40t-162-110t-110-163t-40-199q0-106 40-199t109-162t163-110t199-41q32 0 64 4t64 12v134q-64-22-128-22zm866 155q30 113 30 229q0 123-32 237t-90 214t-141 182t-181 140t-214 91t-238 32q-123 0-237-32t-214-90t-182-141t-140-181t-91-214t-32-238q0-123 32-237t90-214t141-182t181-140t214-91t238-32q116 0 229 30l-101 101v8q-32-5-64-8t-64-3q-106 0-204 27t-183 78t-156 120t-120 155t-77 184t-28 204q0 106 27 204t78 183t120 156t155 120t184 77t204 28q106 0 204-27t183-78t156-120t120-155t77-184t28-204q0-32-3-64t-8-64h8l101-101zm-610-118V390L1664 6v378h378l-384 384h-287l-223 223q4 15 4 33q0 27-10 50t-27 40t-41 28t-50 10q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10q18 0 33 4l223-223zm128-37h197l128-128h-197V315l-128 128v197z\"/>"
},
"bullseye-target": {
"body": "<path fill=\"currentColor\" d=\"M1024 128q124 0 238 32t214 90t181 140t140 181t91 214t32 239q0 124-32 238t-90 214t-140 181t-181 140t-214 91t-239 32q-124 0-238-32t-214-90t-181-140t-140-181t-91-214t-32-239q0-124 32-238t90-214t140-181t181-140t214-91t239-32zm0 1664q106 0 204-27t183-78t156-120t120-155t77-184t28-204q0-106-27-204t-78-183t-120-156t-155-120t-184-77t-204-28q-106 0-204 27t-183 78t-156 120t-120 155t-77 184t-28 204q0 106 27 204t78 183t120 156t155 120t184 77t204 28zm0-1280q106 0 199 40t163 109t110 163t40 200q0 106-40 199t-109 163t-163 110t-200 40q-106 0-199-40t-163-109t-110-163t-40-200q0-106 40-199t109-163t163-110t200-40zm0 896q79 0 149-30t122-82t83-122t30-150q0-79-30-149t-82-122t-123-83t-149-30q-80 0-149 30t-122 82t-83 123t-30 149q0 80 30 149t82 122t122 83t150 30zm0-512q27 0 50 10t40 27t28 41t10 50q0 27-10 50t-27 40t-41 28t-50 10q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10z\"/>"
},
"bullseye-target-edit": {
"body": "<path fill=\"currentColor\" d=\"M2048 1094q0 39-15 76t-43 65l-717 717l-377 94l94-377l717-716q28-28 65-41t76-13q42 0 78 14t64 41t42 61t16 79zm-128 0q0-33-20-51t-52-18q-14 0-27 4t-23 14l-692 692l-34 135l135-34l692-691q21-21 21-51zm-682 101q23-38 32-82t10-89q0-79-30-149t-82-122t-123-83t-149-30q-80 0-150 30t-122 82t-82 122t-30 150q0 80 30 150t82 122t122 82t150 30q45 0 88-10t83-32l-170 170h-1q-107 0-200-40t-162-109t-110-163t-40-200q0-106 40-199t109-163t163-110t200-40q107 0 200 40t163 110t109 164t40 200l-170 169zm-442 590l-31 125q-110-15-209-56t-184-102t-154-142t-117-174t-74-198t-27-214q0-123 32-237t90-214t141-182t181-140t214-91t238-32q148 0 282 45t246 127t195 198t130 255q-32 10-60 22t-56 34q-36-123-108-225t-169-174t-214-113t-246-41q-106 0-204 27t-183 78t-156 120t-120 155t-77 184t-28 204q0 95 23 185t65 171t103 150t134 122t161 87t182 46zm228-761q0 27-10 50t-27 40t-41 28t-50 10q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10q27 0 50 10t40 27t28 41t10 50z\"/>"
},
"bus": {
"body": "<path fill=\"currentColor\" d=\"M1920 640v256h-128v960q0 34-3 68t-16 62t-38 45t-71 17q-25 0-53 1t-57-1t-55-8t-47-21t-32-38t-12-61H512q0 27-10 50t-27 40t-41 28t-50 10q-69 0-118-1t-79-17t-45-56t-14-118V896H0V640h128V320q0-40 15-75t41-61t61-41t75-15h1280q40 0 75 15t61 41t41 61t15 75v320h128zm-256 640H256v256h128v-40q0-22 4-42t18-33t42-13q28 0 41 13t19 32t5 42t-1 41h896v-40q0-22 4-42t18-33t42-13q28 0 41 13t19 32t5 42t-1 41h128v-256zm-768-128V640H256v512h640zm768-512h-640v512h640V640zM320 256q-26 0-45 19t-19 45v192h1408V320q0-26-19-45t-45-19H320zm1344 1536v-128H256v128h1408z\"/>"
},
"bus-solid": {
"body": "<path fill=\"currentColor\" d=\"M1920 640v256h-128v1024q0 27-10 50t-27 40t-41 28t-50 10h-128q-27 0-50-10t-40-27t-28-41t-10-50H512q0 27-10 50t-27 40t-41 28t-50 10H256q-27 0-50-10t-40-27t-28-41t-10-50V896H0V640h128V320q0-40 15-75t41-61t61-41t75-15h1280q40 0 75 15t61 41t41 61t15 75v320h128zM256 1152h640V640H256v512zm256 320q0-26-19-45t-45-19q-26 0-45 19t-19 45v64h128v-64zm1152 192H256v128h1408v-128zm-128-128v-64q0-26-19-45t-45-19q-26 0-45 19t-19 45v64h128zm128-896h-640v512h640V640z\"/>"
},
"business-hours-sign": {
"body": "<path fill=\"currentColor\" d=\"M1671 896q25 0 47 9t38 26t26 39t10 47v782q0 25-9 47t-26 38t-39 26t-47 10H249q-25 0-47-9t-38-26t-26-39t-10-47v-782q0-25 9-47t26-38t39-26t47-10h44l447-446q-18-29-27-62t-9-68q0-53 20-99t55-82t81-55t100-20q53 0 99 20t82 55t55 81t20 100q0 35-9 68t-27 62l447 446h44zM960 192q-27 0-50 10t-40 27t-28 41t-10 50q0 27 10 50t27 40t41 28t50 10q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10zM475 896h970l-355-356q-59 36-130 36q-35 0-68-9t-62-27L475 896zm1189 128H256v768h1408v-768zm-256 384H512v-128h896v128z\"/>"
},
"button-control": {
"body": "<path fill=\"currentColor\" d=\"M0 384h2048v1152H0V384zm1920 1024V512H128v896h1792zm-128-512v128H768V896h1024zM448 1152q-40 0-75-15t-61-41t-41-61t-15-75q0-40 15-75t41-61t61-41t75-15q40 0 75 15t61 41t41 61t15 75q0 40-15 75t-41 61t-61 41t-75 15zm0-256q-26 0-45 19t-19 45q0 26 19 45t45 19q26 0 45-19t19-45q0-26-19-45t-45-19z\"/>"
},
"c-plus-plus": {
"body": "<path fill=\"currentColor\" d=\"M1920 128v1792H128V128h1792zm-119 119H247v1554h1554V247zm-521 1033v-256h128v256h256v128h-256v256h-128v-256h-256v-128h256zm-640-256H384V896h256V640h128v256h256v128H768v256H640v-256z\"/>"
},
"c-plus-plus-language": {
"body": "<path fill=\"currentColor\" d=\"M1920 1408h-512v512h-128v-512H768v-128h512V768h128v512h512v128zM640 640v512H512V640H0V512h512V0h128v512h512v128H640z\"/>"
},
"c-r-m-processes": {
"body": "<path fill=\"currentColor\" d=\"M0 384h2048v1152H0V384zm128 1024h293l449-448l-449-448H128v896zm1792 0V512H603l447 448l-447 448h1317z\"/>"
},
"c-r-m-report": {
"body": "<path fill=\"currentColor\" d=\"M1536 1536h-384V384h384v1152zM1280 512v896h128V512h-128zm-256 1024H640V640h384v896zM768 768v640h128V768H768zM128 0h1792v1920H128v-384H0v-128h128V640H0V512h128V0zm1664 1792V128H256v384h128v128H256v768h128v128H256v256h1536z\"/>"
},
"c-r-m-services": {
"body": "<path fill=\"currentColor\" d=\"M1185 1179q-88-75-195-115t-222-40q-88 0-170 23t-153 64t-129 100t-100 130t-65 153t-23 170H0q0-120 35-231t101-205t156-167t204-115q-113-74-176-186t-64-248q0-106 40-199t109-163T568 40T768 0q106 0 199 40t163 109t110 163t40 200q0 66-16 129t-48 119t-75 103t-101 83q65 25 124 61t111 81l-90 91zM384 512q0 80 30 149t82 122t122 83t150 30q79 0 149-30t122-82t83-122t30-150q0-79-30-149t-82-122t-123-83t-149-30q-80 0-149 30t-122 82t-83 123t-30 149zm1344 256q66 0 124 25t101 69t69 102t26 124q0 66-25 124t-69 102t-102 69t-124 25q-23 0-45-3l-587 587q-27 27-62 41t-74 15q-40 0-75-15t-61-41t-41-61t-15-75q0-38 14-73t42-63l587-587q-3-22-3-45q0-66 25-124t68-101t102-69t125-26zm0 512q40 0 75-15t61-41t41-61t15-75q0-41-19-82l-146 146h-91v-91l146-146q-41-19-82-19q-40 0-75 15t-61 41t-41 61t-15 75q0 41 19 82l-640 641q-19 19-19 45t19 45t45 19q26 0 45-19l641-640q41 19 82 19z\"/>"
},
"c-s-s": {
"body": "<path fill=\"currentColor\" d=\"m1792 1064l128-128v856H0V128h1631q-40 26-73 60t-66 68H128v256h1108l-128 128H128v1024h1664v-600zm56-808q42 0 78 15t63 42t42 63t16 78q0 33-8 57t-21 46t-32 40t-40 41l-128 128l-541 542q-6 48-28 89t-56 72t-77 47t-92 18H384v-126h256q27 0 50-10t40-29t28-41t10-50q0-48 17-91t48-78t71-56t90-28l387-387l326-325q28-28 64-42t77-15zm-824 1150q26 0 49-10t41-27t28-41t10-50q0-26-10-49t-27-41t-41-28t-50-10q-26 0-49 10t-41 27t-28 41t-10 50q0 69-35 128h163zm338-365q-21-29-46-55t-55-46l-115 115q66 35 101 101l115-115zm537-536q21-21 21-51q0-29-21-50t-51-21q-31 0-51 20l-445 445q58 43 102 101l445-444z\"/>"
},
"cafe": {
"body": "<path fill=\"currentColor\" d=\"M1663 512q79 0 149 30t122 82t83 123t30 149q0 80-30 149t-82 122t-123 83t-149 30h-103q-44 77-105 142t-135 114h279q26 0 45 19t19 45q0 26-19 45t-45 19H191q-26 0-45-19t-19-45q0-26 19-45t45-19h279q-81-54-144-124t-108-152t-67-175t-24-189V512h1536zM895 1536q88 0 170-23t153-64t129-100t100-130t65-153t23-170V640H255v256q0 88 23 170t64 153t100 129t130 100t153 65t170 23zm768-384q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q0 65 1 130t-1 129t-12 127t-32 126h44z\"/>"
},
"cake": {
"body": "<path fill=\"currentColor\" d=\"M1216 256q-26 0-45-19t-19-45q0-12 8-31t18-40t21-40t17-30q6 11 16 30t21 40t19 40t8 31q0 26-19 45t-45 19zm832 640v1152H0V896l1152-384V352q0-9 7-15t18-10t21-5t18-2q7 0 17 1t21 5t18 10t8 16v117l256-85l512 512zm-832-128q-7 0-17-1t-21-5t-18-10t-8-16v-89L405 896h1462l-366-366l-221 74v132q0 9-7 15t-18 10t-21 5t-18 2zM128 1024v384h1792v-384H128zm1792 896v-384H128v384h1792z\"/>"
},
"calculator": {
"body": "<path fill=\"currentColor\" d=\"M256 0h1408v2048H256V0zm1280 1920V128H384v1792h1152zM1408 256v384H512V256h896zm-128 256V384H640v128h640zM640 896v128H512V896h128zm256 128V896h128v128H896zm384 0V896h128v128h-128zm-640 256v128H512v-128h128zm256 128v-128h128v128H896zm384 0v-128h128v128h-128zm-640 256v128H512v-128h128zm256 128v-128h128v128H896zm384 0v-128h128v128h-128z\"/>"
},
"calculator-addition": {
"body": "<path fill=\"currentColor\" d=\"M1920 896v128h-896v896H896v-896H0V896h896V0h128v896h896z\"/>"
},
"calculator-delta": {
"body": "<path fill=\"currentColor\" d=\"M896 768v128H769V768h127zm256-512v384H256V256h896zm-128 256V384H384v128h640zm-384 768v128H513v-128h127zm256-256v128H769v-128h127zm129 640v-128h76l-64 128h-12zm-512 0v-128h127v128H513zm383-384v128H769v-128h127zm-127 384v-128h127v128H769zm-513 0v-128h128v128H256zm896-896v128h-127V768h127zm0 512v128h-127v-128h127zm0-256v128h-127v-128h127zm-512 0v128H513v-128h127zM128 128v1664h845l-64 128H0V0h1408v922l-128 256V128H128zm512 640v128H513V768h127zm-256 0v128H256V768h128zm0 512v128H256v-128h128zm0-256v128H256v-128h128zm1152 0l512 1024H1024l512-1024zm0 286l-305 610h610l-305-610z\"/>"
},
"calculator-equal-to": {
"body": "<path fill=\"currentColor\" d=\"M0 1408v-128h1920v128H0zm0-896h1920v128H0V512z\"/>"
},
"calculator-group": {
"body": "<path fill=\"currentColor\" d=\"M1024 1280v-128h128v128h-128zm0 256v-128h128v128h-128zm384 256v-128h128v128h-128zm0-256v-128h128v128h-128zm-384 256v-128h128v128h-128zM1536 0v128H256v1664H128V0h1408zM768 1152v128H640v-128h128zm0 256v128H640v-128h128zm0 256v128H640v-128h128zM384 256h1408v1792H384V256zm1280 1664V384H512v1536h1152zM1536 512v384H640V512h896zm-128 256V640H768v128h640zm0 512v-128h128v128h-128z\"/>"
},
"calculator-multiply": {
"body": "<path fill=\"currentColor\" d=\"m1805 205l-755 755l755 755l-90 90l-755-755l-755 755l-90-90l755-755l-755-755l90-90l755 755l755-755l90 90z\"/>"
},
"calculator-not-equal-to": {
"body": "<path fill=\"currentColor\" d=\"m1432 640l-747 640h1235v128H536l-430 369l-84-98l317-271H0v-128h488l747-640H0V512h1384l430-369l84 98l-317 271h339v128h-488z\"/>"
},
"calculator-percentage": {
"body": "<path fill=\"currentColor\" d=\"M768 384q0 80-30 149t-82 122t-123 83t-149 30q-80 0-149-30t-122-82t-83-122T0 384q0-79 30-149t82-122t122-83T384 0q79 0 149 30t122 82t83 123t30 149zM384 640q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100q0 53 20 99t55 82t81 55t100 20zm1152 512q79 0 149 30t122 82t83 123t30 149q0 80-30 149t-82 122t-123 83t-149 30q-80 0-149-30t-122-82t-83-122t-30-150q0-79 30-149t82-122t122-83t150-30zm0 640q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100q0 53 20 99t55 82t81 55t100 20zM1512 0L552 1920H408L1368 0h144z\"/>"
},
"calculator-subtract": {
"body": "<path fill=\"currentColor\" d=\"M0 896h1920v128H0V896z\"/>"
},
"calendar": {
"body": "<path fill=\"currentColor\" d=\"M768 768h128v128H768V768zm384 768h128v128h-128v-128zm384-768h128v128h-128V768zm-384 0h128v128h-128V768zm-384 256h128v128H768v-128zm-384 0h128v128H384v-128zm1152 0h128v128h-128v-128zm-384 0h128v128h-128v-128zm-384 256h128v128H768v-128zm-384 0h128v128H384v-128zm1152 0h128v128h-128v-128zm-384 0h128v128h-128v-128zm-384 256h128v128H768v-128zm-384 0h128v128H384v-128zM2048 128v1792H0V128h384V0h128v128h1024V0h128v128h384zM128 256v256h1792V256h-256v128h-128V256H512v128H384V256H128zm1792 1536V640H128v1152h1792z\"/>"
},
"calendar-agenda": {
"body": "<path fill=\"currentColor\" d=\"M1664 128h384v1792H0V128h384V0h128v128h1024V0h128v128zM384 256H128v256h1792V256h-256v128h-128V256H512v128H384V256zM128 1792h1792V640H128v1152zm256-768V896h1280v128H384zm0 384v-128h1280v128H384z\"/>"
},
"calendar-day": {
"body": "<path fill=\"currentColor\" d=\"M1664 128h384v1792H0V128h384V0h128v128h1024V0h128v128zm256 1664V640H128v1152h1792zm0-1280V256h-256v128h-128V256H512v128H384V256H128v256h1792zm-256 512v640H384v-640h1280zm-128 512v-384H512v384h1024zm128-768v128H384V768h1280z\"/>"
},
"calendar-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M1280 768h-128v128h128V768zm-384 768H768v128h128v-128zM512 768H384v128h128V768zm384 0H768v128h128V768zm384 256h-128v128h128v-128zm384 0h-128v128h128v-128zm-1152 0H384v128h128v-128zm384 0H768v128h128v-128zm384 256h-128v128h128v-128zm384 0h-128v128h128v-128zm-1152 0H384v128h128v-128zm384 0H768v128h128v-128zm384 256h-128v128h128v-128zm384 0h-128v128h128v-128zM0 128v1792h2048V128h-384V0h-128v128H512V0H384v128H0zm1920 128v256H128V256h256v128h128V256h1024v128h128V256h256zM128 1792V640h1792v1152H128z\"/>"
},
"calendar-reply": {
"body": "<path fill=\"currentColor\" d=\"M896 896H768V768h128v128zm384 0h-128V768h128v128zm-384 256H768v-128h128v128zm-384 0H384v-128h128v128zm640-128h128v128h-128v-128zm512-128h-128V768h128v128zm-128 128h128v128h-128v-128zm-384 256h128v128h-128v-128zm-256 128H768v-128h128v128zm-384 0H384v-128h128v128zm256 128h128v128H768v-128zm-384 0h128v128H384v-128zM2048 128v1380q-28-26-60-44t-68-32V640H128v1152h1120l128 128H0V128h384V0h128v128h1024V0h128v128h384zm-128 384V256h-256v128h-128V256H512v128H384V256H128v256h1792zm-421 1024q50 0 110-2t122 0t118 14t101 40t71 78t27 126q0 53-20 99t-55 81t-82 55t-99 21v-128q27 0 50-10t40-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10h-293l162 163l-90 90l-317-317l317-317l90 90l-162 163z\"/>"
},
"calendar-settings": {
"body": "<path fill=\"currentColor\" d=\"M2048 128v1064q-57-62-128-107V640H128v1152h898q11 34 25 66t34 62H0V128h384V0h128v128h1024V0h128v128h384zm-128 128h-256v128h-128V256H512v128H384V256H128v256h1792V256zM896 1408H768v-128h128v128zm256-384h128v61q-47 30-88 67h-40v-128zm128-128h-128V768h128v128zm384 0h-128V768h128v128zM512 1408H384v-128h128v128zm-128 128h128v128H384v-128zm128-384H384v-128h128v128zm384-256H768V768h128v128zm-128 640h128v128H768v-128zm128-384H768v-128h128v128zm1142 336l-124 51q6 30 6 61t-6 61l124 51l-49 119l-124-52q-35 51-86 86l52 124l-119 49l-51-124q-30 6-61 6t-61-6l-51 124l-119-49l52-124q-51-35-86-86l-124 52l-49-119l124-51q-6-30-6-61t6-61l-124-51l49-119l124 52q35-51 86-86l-52-124l119-49l51 124q30-6 61-6t61 6l51-124l119 49l-52 124q51 35 86 86l124-52l49 119zm-438 304q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15z\"/>"
},
"calendar-settings-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M1280 896h-128V768h128v128zm-384 512H768v-128h128v128zM2048 128v1064q-57-62-128-107V640H128v1152h898q11 34 25 66t34 62H0V128h384V0h128v128h1024V0h128v128h384zm-128 128h-256v128h-128V256H512v128H384V256H128v256h1792V256zm-768 768h128v61q-47 30-88 67h-40v-128zm-768 256h128v128H384v-128zm128-384H384V768h128v128zm0 256H384v-128h128v128zm384-256H768V768h128v128zm-128 640h128v128H768v-128zm128-384H768v-128h128v128zm1142 336l-124 51q6 30 6 61t-6 61l124 51l-49 119l-124-52q-35 51-86 86l52 124l-119 49l-51-124q-30 6-61 6t-61-6l-51 124l-119-49l52-124q-51-35-86-86l-124 52l-49-119l124-51q-6-30-6-61t6-61l-124-51l49-119l124 52q35-51 86-86l-52-124l119-49l51 124q30-6 61-6t61 6l51-124l119 49l-52 124q51 35 86 86l124-52l49 119zm-438 304q40 0 75-15t61-41t41-61t15-75q0-40-15-75t-41-61t-61-41t-75-15q-40 0-75 15t-61 41t-41 61t-15 75q0 40 15 75t41 61t61 41t75 15z\"/>"
},
"calendar-week": {
"body": "<path fill=\"currentColor\" d=\"M1664 128h384v1792H0V128h384V0h128v128h1024V0h128v128zM384 256H128v256h1792V256h-256v128h-128V256H512v128H384V256zM128 1792h1792V640H128v1152zm640-128V768h128v896H768zm-384 0V768h128v896H384zm1152 0V768h128v896h-128zm-384 0V768h128v896h-128z\"/>"
},
"calendar-work-week": {
"body": "<path fill=\"currentColor\" d=\"M1664 128h384v1792H0V128h384V0h128v128h1024V0h128v128zM384 256H128v256h1792V256h-256v128h-128V256H512v128H384V256zM128 1792h1792V640H128v1152zm256-640V768h1280v384H384zm128-256v128h1024V896H512z\"/>"
},
"calendar-year": {
"body": "<path fill=\"currentColor\" d=\"M1664 512h256v1536H256V512h256V384h128v128h896V384h128v128zm128 128h-128v128h128V640zm-256 0H640v128h896V640zm-1024 0H384v128h128V640zM384 1920h1408V896H384v1024zM256 384V256H128v1408H0V128h256V0h128v128h896V0h128v128h256v128h-256v128h-128V256H384v128H256zm384 1024v-128h128v128H640zm256 0v-128h128v128H896zm256 0v-128h128v128h-128zm256 0v-128h128v128h-128zm-768 256v-128h128v128H640zm256 0v-128h128v128H896zm256 0v-128h128v128h-128zm-256-512v-128h128v128H896zm256 0v-128h128v128h-128zm256 0v-128h128v128h-128z\"/>"
},
"calories": {
"body": "<path fill=\"currentColor\" d=\"M1280 64q0 179 66 330t190 278t190 278t66 330q0 106-27 204t-78 183t-120 156t-155 120t-184 77t-204 28q-106 0-204-27t-183-78t-156-120t-120-155t-77-184t-28-204q0-84 18-165t52-155t84-141t113-121q7 38 19 78t28 80t38 76t46 67q20 25 52 25q27 0 45-19t19-46q0-11-3-20t-10-18q-28-41-49-81t-37-82t-23-87t-8-95q0-119 45-224t124-183T992 46t224-46h64v64zm-256 1856q133 0 249-50t204-137t137-203t50-250q0-151-56-281t-162-236q-130-131-204-289t-88-342q-83 11-153 50t-123 99t-81 135t-29 160q0 78 23 141t68 126q19 26 29 54t11 62q0 40-15 75t-42 61t-61 42t-75 15q-46 0-81-17t-62-46t-48-65t-40-72q-46 73-68 157t-23 171q0 133 50 249t137 204t203 137t250 50z\"/>"
},
"calories-add": {
"body": "<path fill=\"currentColor\" d=\"M384 1280q0 88 23 170t64 153t100 129t130 100t153 65t170 23q66 0 131-13t125-41v137q-123 45-256 45q-106 0-204-27t-183-78t-156-120t-120-155t-77-184t-28-204q0-84 18-165t52-155t84-140t113-122q6 37 18 78t29 81t38 77t46 65q22 25 52 25q27 0 45-19t19-46q0-11-3-20t-10-18q-56-82-86-163t-31-182q0-119 45-224t124-183T992 46t224-46h64v64q0 177 66 330t190 278t190 278t66 330h-128q0-152-56-281t-162-236q-130-132-204-288t-88-343q-83 11-153 50t-123 99t-81 135t-29 160q0 79 23 141t68 126q19 28 29 54t11 62q0 40-15 75t-42 61t-61 42t-75 15q-46 0-81-17t-62-46t-49-65t-39-72q-45 75-68 158t-23 170zm1664 384v128h-256v256h-128v-256h-256v-128h256v-256h128v256h256z\"/>"
},
"camera": {
"body": "<path fill=\"currentColor\" d=\"M2048 256v1536H0V256h549l128-128h694l128 128h549zm-128 128h-475l-128-128H731L603 384H128v1280h1792V384zm-896 128q106 0 199 40t163 109t110 163t40 200q0 106-40 199t-109 163t-163 110t-200 40q-106 0-199-40t-163-109t-110-163t-40-200q0-106 40-199t109-163t163-110t200-40zm0 896q79 0 149-30t122-83t82-122t31-149q0-79-30-149t-83-122t-122-82t-149-31q-79 0-149 30t-122 83t-82 122t-31 149q0 79 30 149t83 122t122 82t149 31zM320 512q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19z\"/>"
},
"campaign-template": {
"body": "<path fill=\"currentColor\" d=\"M2048 940v916l-517-74q-9 57-38 105t-71 85t-96 56t-110 20q-49 0-94-13t-83-39t-68-62t-50-81q-15-35-19-66t-4-66v-29q-30-5-67-11t-77-13t-76-10t-66-6h-14q-22 0-43 1t-43 1v-512q28 0 55 1t55 1h9q4 0 9-2l1408-202zm-644 824l-378-54q-2 5-2 9t0 9q0 40 15 75t41 61t61 41t75 15q34 0 65-11t57-33t42-49t24-63zm516-56v-620L640 1270v256l1280 182zM128 0v128H0V0h128zm0 256v128H0V256h128zm0 256v128H0V512h128zm0 256v128H0V768h128zm0 256v128H0v-128h128zm0 256v128H0v-128h128zm0 256v128H0v-128h128zM0 1792h128v128H0v-128zm128 256v-128h128v128H128zM384 0v128H256V0h128zm0 2048v-128h128v128H384zm256 0v-128h128v128H640zM640 0v128H512V0h128zm256 0v128H768V0h128zm256 0v128h-128V0h128zm256 0v128h-128V0h128zm128 256h-128V128h128v128zm0 128v128h-128V384h128zm-128 384V640h128v128h-128z\"/>"
},
"cancel": {
"body": "<path fill=\"currentColor\" d=\"m1115 1024l690 691l-90 90l-691-690l-691 690l-90-90l690-691l-690-691l90-90l691 690l691-690l90 90l-690 691z\"/>"
},
"canned-chat": {
"body": "<path fill=\"currentColor\" d=\"M0 128h2048v1408H731l-475 475v-475H0V128zm1920 1280V256H128v1152h256v293l293-293h1243zm-256-896v128H384V512h1280zm0 256v128H384V768h1280zm0 256v128H384v-128h1280z\"/>"
},
"car": {
"body": "<path fill=\"currentColor\" d=\"M384 1152q27 0 50 10t40 27t28 41t10 50q0 27-10 50t-27 40t-41 28t-50 10q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10zm1280 0q27 0 50 10t40 27t28 41t10 50q0 27-10 50t-27 40t-41 28t-50 10q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10zm347-256l-66 65q2 5 10 30t19 59t25 73t24 71t18 54t7 22v650q0 27-10 50t-27 40t-41 28t-50 10h-128q-27 0-50-10t-40-27t-28-41t-10-50H384q0 27-10 50t-27 40t-41 28t-50 10H128q-27 0-50-10t-40-27t-28-41t-10-50v-650l7-21l18-54l24-72q13-39 24-73t20-59t10-30l-66-65H0V768h91l57 58l74-223q16-49 46-89t71-69t87-45t100-16h996q52 0 99 16t88 44t70 69t47 90l74 223l57-58h91v128h-37zM526 512q-63 0-112 36t-70 95l-85 253h1530l-85-253q-20-59-69-95t-113-36H526zm882 1231l-104-207H744l-104 207v49h768v-49zm512 49v-502l-6-18q-6-18-15-47t-21-61t-21-63t-17-51t-9-26H217q-2 5-9 26t-17 50t-21 63t-20 62t-16 46t-6 19v502h384v-79l152-305h720l152 305v79h384z\"/>"
},
"caret-bottom-left-center-8": {
"body": "<path fill=\"currentColor\" d=\"M1717 1792H256V331l1461 1461zM512 1536h587L512 949v587z\"/>"
},
"caret-bottom-left-solid-8": {
"body": "<path fill=\"currentColor\" d=\"M1984 2048H0V64l1984 1984z\"/>"
},
"caret-bottom-right-center-8": {
"body": "<path fill=\"currentColor\" d=\"M1792 331v1461H331L1792 331zm-256 618l-587 587h587V949z\"/>"
},
"caret-bottom-right-solid-8": {
"body": "<path fill=\"currentColor\" d=\"M2048 64v1984H64L2048 64z\"/>"
},
"caret-down-8": {
"body": "<path fill=\"currentColor\" d=\"M0 512h2048L1024 1536L0 512zm618 256l406 406l406-406H618z\"/>"
},
"caret-down-solid-8": {
"body": "<path fill=\"currentColor\" d=\"M0 512h2048L1024 1536L0 512z\"/>"
},
"caret-hollow": {
"body": "<path fill=\"currentColor\" d=\"m640 293l731 731l-731 731V293zm128 310v842l421-421l-421-421z\"/>"
},
"caret-hollow-mirrored": {
"body": "<path fill=\"currentColor\" d=\"m1371 293l-731 731l731 731V293zm-128 310v842l-421-421l421-421z\"/>"
},
"caret-left-8": {
"body": "<path fill=\"currentColor\" d=\"M512 1024L1536 0v2048L512 1024zm768 406V618l-406 406l406 406z\"/>"
},
"caret-left-solid-8": {
"body": "<path fill=\"currentColor\" d=\"M512 1024L1536 0v2048L512 1024z\"/>"
},
"caret-right": {
"body": "<path fill=\"currentColor\" d=\"m506-26l1050 1050L506 2074V-26zm128 308v1484l741-742l-741-742z\"/>"
},
"caret-right-8": {
"body": "<path fill=\"currentColor\" d=\"m512 0l1024 1024L512 2048V0zm256 618v812l406-406l-406-406z\"/>"
},
"caret-right-solid-8": {
"body": "<path fill=\"currentColor\" d=\"m512 0l1024 1024L512 2048V0z\"/>"
},
"caret-solid": {
"body": "<path fill=\"currentColor\" d=\"m549 1536l987-987v987H549z\"/>"
},
"caret-solid-16": {
"body": "<path fill=\"currentColor\" d=\"M0 2048L2048 0v2048H0z\"/>"
},
"caret-solid-down": {
"body": "<path fill=\"currentColor\" d=\"M0 640h2048L1024 1664L0 640z\"/>"
},
"caret-solid-left": {
"body": "<path fill=\"currentColor\" d=\"M384 1024L1408 0v2048L384 1024z\"/>"
},
"caret-solid-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M1536 1536L549 549v987h987z\"/>"
},
"caret-solid-right": {
"body": "<path fill=\"currentColor\" d=\"m640 0l1024 1024L640 2048V0z\"/>"
},
"caret-solid-up": {
"body": "<path fill=\"currentColor\" d=\"m1024 384l1024 1024H0L1024 384z\"/>"
},
"caret-top-left-center-8": {
"body": "<path fill=\"currentColor\" d=\"M1717 256L256 1717V256h1461zM512 1099l587-587H512v587z\"/>"
},
"caret-top-left-solid-8": {
"body": "<path fill=\"currentColor\" d=\"M0 0h1984L0 1984V0z\"/>"
},
"caret-top-right-center-8": {
"body": "<path fill=\"currentColor\" d=\"M1792 256v1461L331 256h1461zm-256 256H949l587 587V512z\"/>"
},
"caret-top-right-solid-8": {
"body": "<path fill=\"currentColor\" d=\"M64 0h1984v1984L64 0z\"/>"
},
"caret-up-8": {
"body": "<path fill=\"currentColor\" d=\"m1024 512l1024 1024H0L1024 512zm0 362l-406 406h812l-406-406z\"/>"
},
"caret-up-solid-8": {
"body": "<path fill=\"currentColor\" d=\"m1024 512l1024 1024H0L1024 512z\"/>"
},
"cat": {
"body": "<path fill=\"currentColor\" d=\"M2048 576q0 40-15 75t-41 61t-61 41t-75 15h-64v640q0 66 11 131t34 129q46 8 84 31t67 56t44 76t16 89v40q0 22-4 42t-18 33t-42 13H512q-106 0-199-40t-162-110t-110-163t-41-199q0-79 30-149t82-122t122-83t150-30q26 0 49-10t41-27t28-41t10-50q0-27-10-50t-27-40t-41-28t-50-10V768q53 0 99 20t82 55t55 81t20 100q0 53-20 99t-55 82t-81 55t-100 20q-53 0-99 20t-82 55t-55 81t-20 100q0 80 30 149t82 122t122 83t150 30q26 0 49-10t41-27t28-41t10-50q0-198 69-369t205-315q117-124 177-274t61-322V384q0-79 30-149t82-122t122-83t150-30h128v113q0 17 9 33t26 24q61 30 121 60t122 61q49 25 77 71t29 101v113zm-128 1344q0-26-10-49t-27-41t-41-28t-50-10q-21 0-35-10t-24-29q-18-34-31-78t-21-90t-13-93t-4-84V768q0-27 10-50t27-40t41-28t50-10h40q22 0 42-4t33-18t13-42V463q0-17-9-33t-26-24q-61-30-121-60t-122-61q-45-23-72-64t-32-93q-53 0-100 20t-82 54t-55 81t-21 101v128q0 197-69 369t-205 315q-117 124-177 274t-61 322q0 34-9 66t-27 62h804q0-26-10-49t-27-41t-41-28t-50-10h-256v-128h256q8 0 15 1t16 2l-93-371l124-32l119 475q36 36 55 83t20 98h256zM1600 384q26 0 45 19t19 45q0 26-19 45t-45 19q-26 0-45-19t-19-45q0-26 19-45t45-19z\"/>"
},
"cell-phone": {
"body": "<path fill=\"currentColor\" d=\"M1536 0q27 0 50 10t40 27t28 41t10 50v1792q0 27-10 50t-27 40t-41 28t-50 10H512q-27 0-50-10t-40-27t-28-41t-10-50V128q0-27 10-50t27-40t41-28t50-10h1024zm0 128H512v1792h1024V128zM896 1664h256v128H896v-128z\"/>"
},
"certificate": {
"body": "<path fill=\"currentColor\" d=\"M896 1280q0 82-33 156t-95 130v458l-256-128l-256 128v-458q-61-55-94-129t-34-157q0-79 30-149t82-122t122-83t150-30q79 0 149 30t122 83t82 122t31 149zm-384 256q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100q0 53 20 99t55 82t81 55t100 20zm128 106q-61 22-123 22q-70 0-133-22v174l128-64l128 64v-174zM1920 549v1499H896v-128h896V640h-512V128H384v624q-33 8-65 20t-63 28V0h1115l549 549zm-219-37l-293-293v293h293z\"/>"
},
"certified-database": {
"body": "<path fill=\"currentColor\" d=\"M384 1600q0 19 13 35t27 28q46 38 114 63t143 39t148 21t131 6q81 0 161-8t159-28v130q-79 18-159 26t-161 8q-61 0-121-4t-121-15q-38-6-86-17t-100-28t-101-40t-88-55t-63-72t-24-89V448q0-49 24-89t62-71t88-55t101-41t100-28t87-17q60-10 120-14t122-5q61 0 121 4t121 15q37 6 86 17t100 28t101 40t88 55t63 72t24 89v320h-128V637q-58 37-130 62t-148 40t-153 22t-145 7q-68 0-144-6t-153-22t-149-41t-130-62v963zM960 256q-57 0-130 6t-148 20t-143 40t-115 63q-14 11-27 27t-13 36q0 19 13 35t27 28q46 38 114 63t143 39t148 21t131 6q57 0 130-6t148-20t143-40t114-63q14-11 27-27t14-36q0-19-13-35t-28-28q-46-38-114-63t-142-39t-148-21t-131-6zm1088 1024q0 82-34 156t-94 130v457l-256-128l-256 128v-457q-60-55-94-129t-34-157q0-79 30-149t82-122t122-83t150-30q79 0 149 30t122 82t83 123t30 149zm-256 362q-64 22-128 22t-128-22v174l128-64l128 64v-174zm-128-106q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100q0 53 20 99t55 82t81 55t100 20z\"/>"
},
"change-entitlements": {
"body": "<path fill=\"currentColor\" d=\"M128 1920h899l128 128H0V0h1115l549 549v219h-128V640h-512V128H128v1792zM1152 219v293h293l-293-293zM256 512h639v127H256V512zm1151 256v127H256V768h1151zM256 1024h767v127H256v-127zm768 256v127H256v-127h768zm-768 383v-127h768l-128 127H256zm1213-162l-163 162h614v129h-614l163 163l-90 90l-318-317l318-317l90 90zm297-349l-163-163l90-90l318 317l-318 317l-90-90l163-163h-614v-128h614z\"/>"
},
"chart": {
"body": "<path fill=\"currentColor\" d=\"M1408 512h512v512h-128V731l-576 575l-256-256l-704 705v37h1664v128H128V128h128v1445l704-703l256 256l485-486h-293V512z\"/>"
},
"chart-series": {
"body": "<path fill=\"currentColor\" d=\"M512 640h384v1280H0V384h512v256zM384 512H128v1280h256V512zm128 256v1024h256V768H512zm1536 128v1024h-896V128h512v768h384zm-512-640h-256v1536h256V256zm384 768h-256v768h256v-768z\"/>"
},
"chart-template": {
"body": "<path fill=\"currentColor\" d=\"M128 0v128H0V0h128zm0 256v128H0V256h128zm0 256v128H0V512h128zm0 256v128H0V768h128zm0 256v128H0v-128h128zm0 256v128H0v-128h128zm0 256v128H0v-128h128zM0 1792h128v128H0v-128zm128 256v-128h128v128H128zM384 0v128H256V0h128zm0 2048v-128h128v128H384zm256 0v-128h128v128H640zM640 0v128H512V0h128zm256 0v128H768V0h128zm256 0v128h-128V0h128zm256 0v128h-128V0h128zm128 256h-128V128h128v128zm0 128v128h-128V384h128zm-128 384V640h128v128h-128zm0 256V896h128v128h-128zm-256 256v-128h512v128h-512zm-128 640h896v128H896V1024h128v896zm128-512h384v128h-384v-128zm0 384v-128h640v128h-640z\"/>"
},
"chart-x-angle": {
"body": "<path fill=\"currentColor\" d=\"M384 347v1571q75-6 151-25t148-51t135-76t115-102H640v-128h512v512h-128v-293l-19 18q-143 137-315 206t-370 69h-64V37l1645 1646l-90 90L384 347z\"/>"
},
"chart-y-angle": {
"body": "<path fill=\"currentColor\" d=\"M2048 1024h-293l18 19q137 143 206 315t69 370v64H37L1683 147l90 90L347 1664h1571q-6-75-25-151t-51-148t-76-135t-102-115v293h-128V896h512v128z\"/>"
},
"chat": {
"body": "<path fill=\"currentColor\" d=\"M0 128h2048v1408H731l-475 475v-475H0V128zm1920 1280V256H128v1152h256v293l293-293h1243z\"/>"
},
"chat-bot": {
"body": "<path fill=\"currentColor\" d=\"M768 1024H640V896h128v128zm512 0h-128V896h128v128zm512-128v256h-128v320q0 40-15 75t-41 61t-61 41t-75 15h-264l-440 376v-376H448q-40 0-75-15t-61-41t-41-61t-15-75v-320H128V896h128V704q0-40 15-75t41-61t61-41t75-15h448V303q-29-17-46-47t-18-64q0-27 10-50t27-40t41-28t50-10q27 0 50 10t40 27t28 41t10 50q0 34-17 64t-47 47v209h448q40 0 75 15t61 41t41 61t15 75v192h128zm-256-192q0-26-19-45t-45-19H448q-26 0-45 19t-19 45v768q0 26 19 45t45 19h448v226l264-226h312q26 0 45-19t19-45V704zm-851 462q55 55 126 84t149 30q78 0 149-29t126-85l90 91q-73 73-167 112t-198 39q-103 0-197-39t-168-112l90-91z\"/>"
},
"chat-invite-friend": {
"body": "<path fill=\"currentColor\" d=\"M1762 1590q66 32 118 80t90 108t58 128t20 142h-128q0-79-30-149t-83-122t-122-82t-149-31q-79 0-149 30t-122 83t-82 122t-31 149h-128q0-73 20-141t57-128t90-108t119-81q-75-54-116-135t-42-175q0-79 30-149t82-122t122-83t150-30q79 0 149 30t122 82t83 123t30 149q0 93-41 174t-117 136zm-226-54q53 0 99-20t82-55t55-81t20-100q0-53-20-99t-55-82t-81-55t-100-20q-53 0-99 20t-82 55t-55 81t-20 100q0 53 20 99t55 82t81 55t100 20zm512-1408v1024q0-48-9-84t-25-67t-40-60t-54-63V256H128v1152h256v267l267-267h390q8 34 21 66t31 62H704l-448 448v-448H0V128h2048z\"/>"
},
"chat-solid": {
"body": "<path fill=\"currentColor\" d=\"M2048 128v1408H704l-448 448v-448H0V128h2048z\"/>"
},
"check-list": {
"body": "<path fill=\"currentColor\" d=\"M640 896V768h1408v128H640zm0-512h1408v128H640V384zm0 896v-128h1408v128H640zm0 384v-128h1408v128H640zM192 469l211-210l90 90l-301 301L19 477l90-90l83 82zm0 384l211-210l90 90l-301 301L19 861l90-90l83 82zm0 384l211-210l90 90l-301 301l-173-173l90-90l83 82zm0 384l211-210l90 90l-301 301l-173-173l90-90l83 82z\"/>"
},
"check-list-check": {
"body": "<path fill=\"currentColor\" d=\"M493 349L192 650L19 477l90-90l83 82l211-210l90 90zM192 1621l211-210l90 90l-301 301l-173-173l90-90l83 82zm0-768l211-210l90 90l-301 301L19 861l90-90l83 82zm0 384l211-210l90 90l-301 301l-173-173l90-90l83 82z\"/>"
},
"check-list-check-mirrored": {
"body": "<path fill=\"currentColor\" d=\"m1728 1621l211-210l90 90l-301 301l-173-173l90-90l83 82zm301-1272l-301 301l-173-173l90-90l83 82l211-210l90 90zm-301 504l211-210l90 90l-301 301l-173-173l90-90l83 82zm0 384l211-210l90 90l-301 301l-173-173l90-90l83 82z\"/>"
},
"check-list-text": {
"body": "<path fill=\"currentColor\" d=\"M640 1664v-128h1408v128H640zm0-384v-128h1408v128H640zm0-896h1408v128H640V384zm0 512V768h1408v128H640z\"/>"
},
"check-list-text-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M0 384h1408v128H0V384zm0 896v-128h1408v128H0zm0 384v-128h1408v128H0zm0-768V768h1408v128H0z\"/>"
},
"check-mark": {
"body": "<path fill=\"currentColor\" d=\"M1837 557L768 1627l-557-558l90-90l467 466l979-978l90 90z\"/>"
},
"checkbox": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v2048H0V0h2048zm-128 128H128v1792h1792V128z\"/>"
},
"checkbox-composite": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v2048H0V0h2048zm-128 128H128v1792h1792V128zM768 1627l-429-430l90-90l339 338l851-850l90 90l-941 942z\"/>"
},
"checkbox-composite-reversed": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v2048H0V0h2048zm-339 685l-90-90l-851 850l-339-338l-90 90l429 430l941-942z\"/>"
},
"checkbox-fill": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v2048H0V0h2048z\"/>"
},
"checkbox-indeterminate": {
"body": "<path fill=\"currentColor\" d=\"M1536 512v1024H512V512h1024z\"/>"
},
"checked-out-by-other-12": {
"body": "<path fill=\"currentColor\" d=\"M939 171q129 0 249 33t224 95t190 146t147 190t94 225t34 249q0 129-33 249t-95 224t-146 191t-190 147t-225 94t-249 34q-130 0-250-33t-224-95t-190-147t-147-190t-94-224t-34-250q0-129 33-249t95-224t147-190t190-147t224-94t250-34zm0 1740q111 0 213-28t192-81t162-126t125-162t81-191t29-214q0-110-28-212t-81-192t-126-162t-163-126t-191-81t-213-29q-111 0-213 28t-192 81t-162 126t-125 162t-81 191t-29 214q0 111 28 213t81 192t125 162t163 126t191 80t214 29zm256-1058h170v683H683v-171h391L537 828l121-120l537 537V853z\"/>"
},
"checked-out-by-you-12": {
"body": "<path fill=\"currentColor\" d=\"M939 171q129 0 248 33t224 95t190 147t147 190t95 224t34 249q0 129-33 248t-95 224t-147 191t-190 147t-224 95t-249 34q-129 0-249-33t-224-95t-190-147t-147-190t-95-225t-34-249q0-129 33-248t95-224t148-190t190-147t224-95t249-34zm426 1365V853h-170v361L673 693L522 843l522 522H683v171h682z\"/>"
},
"chevron-down": {
"body": "<path fill=\"currentColor\" d=\"m1939 467l90 90l-1005 1005L19 557l90-90l915 915l915-915z\"/>"
},
"chevron-down-end-6": {
"body": "<path fill=\"currentColor\" d=\"M1024 1265L7 249L249 7l775 776L1799 7l242 242l-1017 1016zm1024 442v341H0v-341h2048z\"/>"
},
"chevron-down-med": {
"body": "<path fill=\"currentColor\" d=\"M1024 1657L25 658l121-121l878 878l878-878l121 121l-999 999z\"/>"
},
"chevron-down-small": {
"body": "<path fill=\"currentColor\" d=\"m1799 349l242 241l-1017 1017L7 590l242-241l775 775l775-775z\"/>"
},
"chevron-fold-10": {
"body": "<path fill=\"currentColor\" d=\"m1024 1186l610 610l-145 145l-465-465l-465 465l-145-145l610-610zm0-324L414 252l145-145l465 465l465-465l145 145l-610 610z\"/>"
},
"chevron-left": {
"body": "<path fill=\"currentColor\" d=\"M1443 2045L421 1024L1443 3l90 90l-930 931l930 931l-90 90z\"/>"
},
"chevron-left-end-6": {
"body": "<path fill=\"currentColor\" d=\"m1265 1024l776 775l-242 242L783 1024L1799 7l242 242l-776 775zM0 0h341v2048H0V0z\"/>"
},
"chevron-left-med": {
"body": "<path fill=\"currentColor\" d=\"m1390 2023l-999-999l999-999l121 121l-878 878l878 878l-121 121z\"/>"
},
"chevron-left-small": {
"body": "<path fill=\"currentColor\" d=\"m1699 249l-775 775l775 775l-241 242L441 1024L1458 7l241 242z\"/>"
},
"chevron-right": {
"body": "<path fill=\"currentColor\" d=\"m515 1955l930-931L515 93l90-90l1022 1021L605 2045l-90-90z\"/>"
},
"chevron-right-end-6": {
"body": "<path fill=\"currentColor\" d=\"m249 7l1016 1017L249 2041L7 1799l776-775L7 249L249 7zm1799-7v2048h-341V0h341z\"/>"
},
"chevron-right-med": {
"body": "<path fill=\"currentColor\" d=\"m658 2023l-121-121l878-878l-878-878L658 25l999 999l-999 999z\"/>"
},
"chevron-right-small": {
"body": "<path fill=\"currentColor\" d=\"m590 7l1017 1017L590 2041l-241-242l775-775l-775-775L590 7z\"/>"
},
"chevron-unfold-10": {
"body": "<path fill=\"currentColor\" d=\"M559 815L414 670l610-610l610 610l-145 145l-465-465l-465 465zm930 418l145 145l-610 610l-610-610l145-145l465 465l465-465z\"/>"
},
"chevron-up": {
"body": "<path fill=\"currentColor\" d=\"m1955 1533l-931-930l-931 930l-90-90L1024 421l1021 1022l-90 90z\"/>"
},
"chevron-up-end-6": {
"body": "<path fill=\"currentColor\" d=\"m1024 783l1017 1016l-242 242l-775-776l-775 776L7 1799L1024 783zM2048 0v341H0V0h2048z\"/>"
},
"chevron-up-med": {
"body": "<path fill=\"currentColor\" d=\"m1902 1511l-878-878l-878 878l-121-121l999-999l999 999l-121 121z\"/>"
},
"chevron-up-small": {
"body": "<path fill=\"currentColor\" d=\"m1024 441l1017 1017l-242 241l-775-775l-775 775L7 1458L1024 441z\"/>"
},
"childof": {
"body": "<path fill=\"currentColor\" d=\"M1024 256v128H128V256h896zm557 723l365 365l-365 365l-90-90l210-211H512V512h128v768h1061l-210-211l90-90z\"/>"
},
"chopsticks": {
"body": "<path fill=\"currentColor\" d=\"M1920 709q0 26-19 45t-45 19H768v379h832q26 0 45 19t19 45q0 115-29 221t-84 199t-130 168t-168 130t-199 84t-222 30q-115 0-221-29t-199-84t-168-130t-130-168t-84-199t-30-222q0-26 19-45t45-19h576V773H512v187q0 26-19 45t-45 19q-26 0-45-19t-19-45V773H192q-26 0-45-19t-19-45q0-26 19-45t45-19h192V489l-40 8q-25 5-52 10t-51 9t-38 4q-26 0-45-19t-19-45q0-23 15-41t38-22l1659-292q4-1 11-1q26 0 45 19t19 45q0 23-15 41t-38 22L768 422v223h1088q26 0 45 19t19 45zM832 1920q136 0 258-49t216-135t155-203t72-253H131q12 136 72 253t154 203t217 135t258 49zM512 645h128V444l-128 23v178z\"/>"
},
"chrome-back": {
"body": "<path fill=\"currentColor\" d=\"M2048 1024H392l674 674l-144 145L0 922L922 0l144 145l-674 674h1656v205z\"/>"
},
"chrome-back-mirrored": {
"body": "<path fill=\"currentColor\" d=\"M7 1024h1656l-674 674l144 145l922-921L1133 0L989 145l674 674H7v205z\"/>"
},
"chrome-close": {
"body": "<path fill=\"currentColor\" d=\"m1169 1024l879 879l-145 145l-879-879l-879 879L0 1903l879-879L0 145L145 0l879 879L1903 0l145 145l-879 879z\"/>"
},
"chrome-full-screen": {
"body": "<path fill=\"currentColor\" d=\"M2048 0v819h-205V350L350 1843h469v205H0v-819h205v469L1698 205h-469V0h819z\"/>"
},
"chrome-minimize": {
"body": "<path fill=\"currentColor\" d=\"M2048 819v205H0V819h2048z\"/>"
},
"chrome-restore": {
"body": "<path fill=\"currentColor\" d=\"M2048 1638h-410v410H0V410h410V0h1638v1638zM1434 614H205v1229h1229V614zm409-409H614v205h1024v1024h205V205z\"/>"
},
"chronos-logo": {
"body": "<path fill=\"currentColor\" d=\"m1047 1002l-54-284h424l-370 284zM1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272q0-141 36-272t104-244t160-207t207-161T752 37t272-37zM255 1500q103-81 205-161t206-163q50-39 101-78t99-82l7-7v-7q-3-24-8-49t-9-49L701 169q-133 50-242 136T273 504T153 748t-43 275q0 126 34 246t100 228l11 3zm962 350q-23-108-45-214t-46-216q-15-72-30-142t-27-143q-1-5-1-10t-1-10q0-27 10-43t29-35q13-14 29-25t31-23q35-28 69-55t69-55q107-84 213-166t212-168L808 210q26 122 51 242t50 243q15 74 30 147t29 147q1 5 1 10t1 10q0 26-9 42t-27 33q-14 14-30 26t-32 25l-58 48q-29 24-60 47q-99 78-196 154t-198 154l857 312zm107 38q36-14 70-28t70-33q110-59 198-145t150-190t95-224t33-244q0-114-28-224t-83-211q-110 86-218 171t-218 173q-55 43-112 85t-109 91l-6 6v8q7 60 22 126t28 126q26 129 53 256t55 257zm-285-515l89 392l-662-241l219-151h354z\"/>"
},
"circle-addition": {
"body": "<path fill=\"currentColor\" d=\"M960 0q133 0 255 34t230 96t194 150t150 195t97 229t34 256q0 133-34 255t-96 230t-150 194t-195 150t-229 97t-256 34q-133 0-255-34t-230-96t-194-150t-150-195t-97-229T0 960q0-133 34-255t96-230t150-194t195-150t229-97T960 0zm0 1792q115 0 221-30t198-84t169-130t130-168t84-199t30-221q0-115-30-221t-84-198t-130-169t-168-130t-199-84t-221-30q-115 0-221 30t-198 84t-169 130t-130 168t-84 199t-30 221q0 115 30 221t84 198t130 169t168 130t199 84t221 30zm64-896h512v128h-512v512H896v-512H384V896h512V384h128v512z\"/>"
},
"circle-addition-solid": {
"body": "<path fill=\"currentColor\" d=\"M960 0q132 0 255 34t229 97t194 150t150 194t97 230t35 255q0 132-34 255t-97 229t-150 194t-194 150t-230 97t-255 35q-132 0-255-34t-229-97t-194-150t-150-194t-97-229T0 960q0-132 34-255t97-229t150-194t194-150t229-97T960 0zm576 896h-512V384H896v512H384v128h512v512h128v-512h512V896z\"/>"
},
"circle-fill": {
"body": "<path fill=\"currentColor\" d=\"M32 1024q0-137 35-264t100-237t155-200t201-155T760 68t264-36q137 0 264 35t237 100t200 155t155 201t100 237t36 264q0 137-35 264t-100 237t-155 200t-201 155t-237 100t-264 36q-137 0-264-35t-237-100t-200-155t-155-201t-100-237t-36-264z\"/>"
},
"circle-half-full": {
"body": "<path fill=\"currentColor\" d=\"M1024 128q124 0 238 32t214 90t181 140t140 181t91 214t32 239q0 124-32 238t-90 214t-140 181t-181 140t-214 91t-239 32q-124 0-238-32t-214-90t-181-140t-140-181t-91-214t-32-239q0-124 32-238t90-214t140-181t181-140t214-91t239-32zm0 128q-106 0-204 27t-183 78t-156 120t-120 155t-77 184t-28 204h1536q0-106-27-204t-78-183t-120-156t-155-120t-184-77t-204-28z\"/>"
},
"circle-pause": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272q0-141 36-272t104-244t160-207t207-161T752 37t272-37zm0 1920q124 0 238-32t214-90t181-140t140-181t91-214t32-239q0-124-32-238t-90-214t-140-181t-181-140t-214-91t-239-32q-124 0-238 32t-214 90t-181 140t-140 181t-91 214t-32 239q0 124 32 238t90 214t140 181t181 140t214 91t239 32zm128-1280h128v768h-128V640zm-384 0h128v768H768V640z\"/>"
},
"circle-pause-solid": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272q0-141 36-272t104-244t160-207t207-161T752 37t272-37zM896 640H768v768h128V640zm384 0h-128v768h128V640z\"/>"
},
"circle-plus": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-245-103t-207-160t-160-208t-103-244t-37-273q0-141 36-272t104-244t160-207t207-161T752 37t272-37zm0 1920q124 0 238-32t214-90t181-140t140-181t91-214t32-239q0-124-32-238t-90-214t-140-181t-181-140t-214-91t-239-32q-124 0-238 32t-214 90t-181 140t-140 181t-91 214t-32 239q0 124 32 238t90 214t140 182t181 140t214 90t239 32zm64-961h448v128h-448v449H960v-449H512V959h448V512h128v447z\"/>"
},
"circle-ring": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272q0-141 36-272t104-244t160-207t207-161T752 37t272-37zm0 1920q124 0 238-32t214-90t181-140t140-181t91-214t32-239q0-124-32-238t-90-214t-140-181t-181-140t-214-91t-239-32q-124 0-238 32t-214 90t-181 140t-140 181t-91 214t-32 239q0 124 32 238t90 214t140 181t181 140t214 91t239 32z\"/>"
},
"circle-shape": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272q0-141 36-272t104-244t160-207t207-161T752 37t272-37zm0 1920q124 0 238-32t214-90t181-140t140-181t91-214t32-239q0-124-32-238t-90-214t-140-181t-181-140t-214-91t-239-32q-124 0-238 32t-214 90t-181 140t-140 181t-91 214t-32 239q0 124 32 238t90 214t140 181t181 140t214 91t239 32z\"/>"
},
"circle-shape-solid": {
"body": "<path fill=\"currentColor\" d=\"M1024 0q141 0 272 36t244 104t207 160t161 207t103 245t37 272q0 141-36 272t-104 244t-160 207t-207 161t-245 103t-272 37q-141 0-272-36t-244-104t-207-160t-161-207t-103-245t-37-272q0-141 36-272t104-244t160-207t207-161T752 37t272-37z\"/>"
},
"circle-stop": {