forked from iconify/icon-sets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclarity.json
4486 lines (4486 loc) · 810 KB
/
clarity.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": "clarity",
"info": {
"name": "Clarity",
"total": 1103,
"author": {
"name": "VMware",
"url": "https://github.com/vmware/clarity"
},
"license": {
"title": "MIT",
"spdx": "MIT",
"url": "https://github.com/vmware/clarity-assets/blob/master/LICENSE"
},
"samples": [
"help-outline-badged",
"heart-broken-solid",
"shield-outline-alerted"
],
"height": 36,
"displayHeight": 18,
"category": "General",
"palette": false
},
"lastModified": 1656181600,
"icons": {
"accessibility-1-line": {
"body": "<path fill=\"currentColor\" d=\"M14.44 31.94a7.31 7.31 0 0 1-5.7-11.88l-1.42-1.42a9.3 9.3 0 0 0 13.1 13.11L19 30.33a7.29 7.29 0 0 1-4.56 1.61Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M25.36 1.67a4.12 4.12 0 1 0 4.11 4.11a4.12 4.12 0 0 0-4.11-4.11Zm0 6.23a2.12 2.12 0 1 1 2.11-2.12a2.12 2.12 0 0 1-2.11 2.12Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M26.56 18.18h-5a1 1 0 0 0-.24.05l3.09-3.55a2.83 2.83 0 0 0-.69-4.33l-8-4.6a1 1 0 0 0-1.12.08L9.83 9.58A1 1 0 0 0 9.66 11a1 1 0 0 0 .79.38a1 1 0 0 0 .61-.21l4.27-3.34l3.11 1.77l-5.08 5.78a9.28 9.28 0 0 0-4.53 1.83l1.43 1.43a7.3 7.3 0 0 1 10.16 10.17l1.42 1.43a9.27 9.27 0 0 0 .77-10.06h2.82l-.77 6.51a1 1 0 0 0 .88 1.11h.12a1 1 0 0 0 1-.88l.9-7.62a1 1 0 0 0-.25-.78a1 1 0 0 0-.75-.34Zm-6.37-7.56l2.52 1.46a.79.79 0 0 1 .4.59a.81.81 0 0 1-.2.69L19.75 17A9.17 9.17 0 0 0 16 15.45Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"accessibility-1-solid": {
"body": "<path fill=\"currentColor\" d=\"M14.77 31.94a7.31 7.31 0 0 1-5.7-11.88l-1.42-1.42a9.3 9.3 0 0 0 13.1 13.11l-1.42-1.42a7.29 7.29 0 0 1-4.56 1.61Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M26.65 2.1a3.12 3.12 0 1 0 3.11 3.12a3.12 3.12 0 0 0-3.11-3.12Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M26.81 18.18h-5.34q-.31-.33-.66-.63l4.38-4.86a2.14 2.14 0 0 0-.53-3.27L20.9 7.23l-3.85-2.16a1 1 0 0 0-1.11.08L11.15 8.9a1 1 0 0 0 1.23 1.58l4.27-3.34l2.87 1.63l-5.92 6.62a9.33 9.33 0 0 0-4.44 1.82l1.42 1.43a7.3 7.3 0 0 1 10.17 10.17l1.43 1.43A9.27 9.27 0 0 0 23 20.18h2.74l-.77 6.51a1 1 0 0 0 .87 1.11h.12a1 1 0 0 0 1-.88l.9-7.62a1 1 0 0 0-.25-.78a1 1 0 0 0-.8-.34Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"accessibility-2-line": {
"body": "<path fill=\"currentColor\" d=\"M30.06 11h-24a1 1 0 1 0 0 2H14v9.65l-3.75 10a1 1 0 0 0 .58 1.29a1.13 1.13 0 0 0 .36.06a1 1 0 0 0 .93-.65l3.5-9.35h4.76l3.52 9.35a1 1 0 0 0 .93.65a1.13 1.13 0 0 0 .36-.06a1 1 0 0 0 .58-1.29L22 22.68V13h8.06a1 1 0 1 0 0-2ZM20 22h-4v-9h4Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M18 10a4 4 0 1 0-4-4a4 4 0 0 0 4 4Zm0-6a2 2 0 1 1-2 2a2 2 0 0 1 2-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"accessibility-2-solid": {
"body": "<circle cx=\"17.96\" cy=\"5\" r=\"3\" fill=\"currentColor\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M30 10H6a1 1 0 0 0 0 2h8v8.36l-3.89 12.81a1 1 0 0 0 .66 1.25a1.55 1.55 0 0 0 .29 0a1 1 0 0 0 1-.71l3.29-10.84h5.38L24 33.75a1 1 0 0 0 1 .71a1.55 1.55 0 0 0 .29 0a1 1 0 0 0 .66-1.25L22 20.4V12h8a1 1 0 0 0 0-2Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"add-line": {
"body": "<path fill=\"currentColor\" d=\"M30 17H19V6a1 1 0 1 0-2 0v11H6a1 1 0 0 0-1 1a.91.91 0 0 0 1 .94h11V30a1 1 0 1 0 2 0V19h11a1 1 0 0 0 1-1a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"add-text-line": {
"body": "<path fill=\"currentColor\" d=\"M31 21H13a1 1 0 0 0 0 2h18a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M12 16a1 1 0 0 0 1 1h18a1 1 0 0 0 0-2H13a1 1 0 0 0-1 1Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M27 27H13a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M15.89 9a1 1 0 0 0-1-1H10V3.21a1 1 0 0 0-2 0V8H2.89a1 1 0 0 0 0 2H8v5.21a1 1 0 0 0 2 0V10h4.89a1 1 0 0 0 1-1Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"administrator-line": {
"body": "<path fill=\"currentColor\" d=\"M14.68 14.81a6.76 6.76 0 1 1 6.76-6.75a6.77 6.77 0 0 1-6.76 6.75Zm0-11.51a4.76 4.76 0 1 0 4.76 4.76a4.76 4.76 0 0 0-4.76-4.76Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M16.42 31.68A2.14 2.14 0 0 1 15.8 30H4v-5.78a14.81 14.81 0 0 1 11.09-4.68h.72a2.2 2.2 0 0 1 .62-1.85l.12-.11c-.47 0-1-.06-1.46-.06A16.47 16.47 0 0 0 2.2 23.26a1 1 0 0 0-.2.6V30a2 2 0 0 0 2 2h12.7Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M26.87 16.29a.37.37 0 0 1 .15 0a.42.42 0 0 0-.15 0Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"m33.68 23.32l-2-.61a7.21 7.21 0 0 0-.58-1.41l1-1.86A.38.38 0 0 0 32 19l-1.45-1.45a.36.36 0 0 0-.44-.07l-1.84 1a7.15 7.15 0 0 0-1.43-.61l-.61-2a.36.36 0 0 0-.36-.24h-2.05a.36.36 0 0 0-.35.26l-.61 2a7 7 0 0 0-1.44.6l-1.82-1a.35.35 0 0 0-.43.07L17.69 19a.38.38 0 0 0-.06.44l1 1.82a6.77 6.77 0 0 0-.63 1.43l-2 .6a.36.36 0 0 0-.26.35v2.05A.35.35 0 0 0 16 26l2 .61a7 7 0 0 0 .6 1.41l-1 1.91a.36.36 0 0 0 .06.43l1.45 1.45a.38.38 0 0 0 .44.07l1.87-1a7.09 7.09 0 0 0 1.4.57l.6 2a.38.38 0 0 0 .35.26h2.05a.37.37 0 0 0 .35-.26l.61-2.05a6.92 6.92 0 0 0 1.38-.57l1.89 1a.36.36 0 0 0 .43-.07L32 30.4a.35.35 0 0 0 0-.4l-1-1.88a7 7 0 0 0 .58-1.39l2-.61a.36.36 0 0 0 .26-.35v-2.1a.36.36 0 0 0-.16-.35ZM24.85 28a3.34 3.34 0 1 1 3.33-3.33A3.34 3.34 0 0 1 24.85 28Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"administrator-solid": {
"body": "<circle cx=\"14.67\" cy=\"8.3\" r=\"6\" fill=\"currentColor\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M16.44 31.82a2.15 2.15 0 0 1-.38-2.55l.53-1l-1.09-.33a2.14 2.14 0 0 1-1.5-2.1v-2.05a2.16 2.16 0 0 1 1.53-2.07l1.09-.33l-.52-1a2.17 2.17 0 0 1 .35-2.52a18.92 18.92 0 0 0-2.32-.16A15.58 15.58 0 0 0 2 23.07v7.75a1 1 0 0 0 1 1h13.44Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"m33.7 23.46l-2-.6a6.73 6.73 0 0 0-.58-1.42l1-1.86a.35.35 0 0 0-.07-.43l-1.45-1.46a.38.38 0 0 0-.43-.07l-1.85 1a7.74 7.74 0 0 0-1.43-.6l-.61-2a.38.38 0 0 0-.36-.25h-2.08a.38.38 0 0 0-.35.26l-.6 2a6.85 6.85 0 0 0-1.45.61l-1.81-1a.38.38 0 0 0-.44.06l-1.47 1.44a.37.37 0 0 0-.07.44l1 1.82a7.24 7.24 0 0 0-.65 1.43l-2 .61a.36.36 0 0 0-.26.35v2.05a.36.36 0 0 0 .26.35l2 .61a7.29 7.29 0 0 0 .6 1.41l-1 1.9a.37.37 0 0 0 .07.44L19.16 32a.38.38 0 0 0 .44.06l1.87-1a7.09 7.09 0 0 0 1.4.57l.6 2.05a.38.38 0 0 0 .36.26h2.05a.38.38 0 0 0 .35-.26l.6-2.05a6.68 6.68 0 0 0 1.38-.57l1.89 1a.38.38 0 0 0 .44-.06L32 30.55a.38.38 0 0 0 .06-.44l-1-1.88a6.92 6.92 0 0 0 .57-1.38l2-.61a.39.39 0 0 0 .27-.35v-2.07a.4.4 0 0 0-.2-.36Zm-8.83 4.72a3.34 3.34 0 1 1 3.33-3.34a3.34 3.34 0 0 1-3.33 3.34Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"airplane-line": {
"body": "<path fill=\"currentColor\" d=\"M35.77 8.16a2.43 2.43 0 0 0-1.9-2L28 4.87a4.5 4.5 0 0 0-3.65.79L7 18.3l-4.86-.2a1.86 1.86 0 0 0-1.23 3.31l5 3.93c.6.73 1 .59 10.93-4.82l.93 9.42a1.36 1.36 0 0 0 .85 1.18a1.43 1.43 0 0 0 .54.1a1.54 1.54 0 0 0 1-.41l2.39-2.18a1.52 1.52 0 0 0 .46-.83l2.19-11.9c3.57-2 6.95-3.88 9.36-5.25a2.43 2.43 0 0 0 1.21-2.49Zm-2.2.75c-2.5 1.42-6 3.41-9.76 5.47l-.41.23l-2.33 12.67l-1.47 1.34l-1.1-11.3l-1.33.68C10 22 7.61 23.16 6.79 23.52l-4.3-3.41l5.08.22l18-13.06a2.51 2.51 0 0 1 2-.45l5.85 1.26a.43.43 0 0 1 .35.37a.42.42 0 0 1-.2.46Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"m7 12.54l3.56 1l1.64-1.19l-4-1.16l1.8-1.1l5.47-.16l2.3-1.67L10 8.5a1.25 1.25 0 0 0-.7.17L6.67 10.2A1.28 1.28 0 0 0 7 12.54Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"airplane-solid": {
"body": "<path fill=\"currentColor\" d=\"M6.25 11.5L12 13.16l6.32-4.59l-9.07.26a.52.52 0 0 0-.25.08l-2.87 1.65a.51.51 0 0 0 .12.94Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M34.52 6.36L28.22 5a3.78 3.78 0 0 0-3.07.67L6.12 19.5l-4.57-.2a1.25 1.25 0 0 0-.83 2.22l4.45 3.53a.55.55 0 0 0 .53.09c1.27-.49 6-3 11.59-6.07l1.12 11.51a.55.55 0 0 0 .9.37l2.5-2.08a.76.76 0 0 0 .26-.45l2.37-13.29c4-2.22 7.82-4.37 10.51-5.89a1.55 1.55 0 0 0-.43-2.88Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alarm-clock-line": {
"body": "<path fill=\"currentColor\" d=\"M31.47 3.84a5.78 5.78 0 0 0-7.37-.63a16.08 16.08 0 0 1 8.2 7.65a5.73 5.73 0 0 0-.83-7.02Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M11.42 3.43a5.77 5.77 0 0 0-7.64.41a5.72 5.72 0 0 0-.38 7.64a16.08 16.08 0 0 1 8.02-8.05Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M16.4 4.09a14 14 0 0 0-8.29 23.79l-2.55 2.55A1 1 0 1 0 7 31.84l2.66-2.66a13.9 13.9 0 0 0 16.88-.08l2.74 2.74a1 1 0 0 0 1.41-1.41L28 27.78A14 14 0 0 0 16.4 4.09Zm3.18 25.81a12 12 0 1 1 10.34-10.34A12 12 0 0 1 19.58 29.9Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"m24.92 20.34l-6.06-3V9.5a.9.9 0 0 0-1.8 0v9l7.06 3.5a.9.9 0 1 0 .79-1.62Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alarm-clock-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M11.42 3.43a5.77 5.77 0 0 0-7.64.41a5.72 5.72 0 0 0-.38 7.64a16.08 16.08 0 0 1 8.02-8.05Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M18.86 9.5a.9.9 0 0 0-1.8 0v9l7.06 3.5a.9.9 0 1 0 .79-1.62l-6.06-3Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M28 27.78a13.88 13.88 0 0 0 3.77-12.38h-2a12.07 12.07 0 1 1-8.67-9l1-1.8a14 14 0 0 0-14 23.27l-2.54 2.56A1 1 0 1 0 7 31.84l2.66-2.66a13.9 13.9 0 0 0 16.88-.08l2.74 2.74a1 1 0 0 0 1.41-1.41Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alarm-clock-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M11.42 3.43a5.77 5.77 0 0 0-7.64.41a5.72 5.72 0 0 0-.38 7.64a16.08 16.08 0 0 1 8.02-8.05Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M18.86 9.5a.9.9 0 0 0-1.8 0v9l7.06 3.5a.9.9 0 1 0 .79-1.62l-6.06-3Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M28 27.78a13.89 13.89 0 0 0 3.21-14.39a7 7 0 0 1-2.11.05a12 12 0 1 1-6.54-6.54a7.54 7.54 0 0 1-.06-.9a7.52 7.52 0 0 1 .11-1.21a14 14 0 0 0-14.5 23.09l-2.55 2.55A1 1 0 1 0 7 31.84l2.66-2.66a13.9 13.9 0 0 0 16.88-.08l2.74 2.74a1 1 0 0 0 1.41-1.41Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alarm-clock-solid": {
"body": "<path fill=\"currentColor\" d=\"M31.47 3.84a5.78 5.78 0 0 0-7.37-.63a16.08 16.08 0 0 1 8.2 7.65a5.73 5.73 0 0 0-.83-7.02Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M11.42 3.43a5.77 5.77 0 0 0-7.64.41a5.72 5.72 0 0 0-.38 7.64a16.08 16.08 0 0 1 8.02-8.05Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M18 4a14 14 0 0 0-9.89 23.88l-2.55 2.55A1 1 0 1 0 7 31.84l2.66-2.66a13.9 13.9 0 0 0 16.88-.08l2.74 2.74a1 1 0 0 0 1.41-1.41L28 27.78A14 14 0 0 0 18 4Zm7.47 17.43a1 1 0 0 1-1.33.47L17 18.44V9.69a1 1 0 0 1 2 0v7.5l6 2.91a1 1 0 0 1 .49 1.33Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alarm-clock-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M11.42 3.43a5.77 5.77 0 0 0-7.64.41a5.72 5.72 0 0 0-.38 7.64a16.08 16.08 0 0 1 8.02-8.05Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M28 27.78a13.88 13.88 0 0 0 3.77-12.38h-9.54A3.69 3.69 0 0 1 19 13.56v-.16v3.78l6 2.92a1 1 0 1 1-.87 1.8L17 18.44V9.69a1 1 0 0 1 2 0V10v-.11l3-5.28A14 14 0 0 0 8 27.88l-2.44 2.55A1 1 0 1 0 7 31.84l2.66-2.66a13.9 13.9 0 0 0 16.88-.08l2.74 2.74a1 1 0 0 0 1.41-1.41Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alarm-clock-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M11.42 3.43a5.77 5.77 0 0 0-7.64.41a5.72 5.72 0 0 0-.38 7.64a16.08 16.08 0 0 1 8.02-8.05Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M28 27.78a13.89 13.89 0 0 0 3.21-14.39A7.46 7.46 0 0 1 22.5 6a7.52 7.52 0 0 1 .11-1.21a14 14 0 0 0-14.5 23.09l-2.55 2.55A1 1 0 1 0 7 31.84l2.66-2.66a13.9 13.9 0 0 0 16.88-.08l2.74 2.74a1 1 0 0 0 1.41-1.41Zm-2.52-6.35a1 1 0 0 1-1.33.47L17 18.44V9.69a1 1 0 0 1 2 0v7.5l6 2.91a1 1 0 0 1 .49 1.33Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alarm-off-line": {
"body": "<path fill=\"currentColor\" d=\"M31.47 3.84a5.78 5.78 0 0 0-7.37-.63a16.08 16.08 0 0 1 8.2 7.65a5.73 5.73 0 0 0-.83-7.02Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M25.33 21.54a.9.9 0 0 0-.41-1.2l-3.2-1.56L24.89 22a.89.89 0 0 0 .44-.46Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M18 8.6a.9.9 0 0 0-.9.9v4.6l1.8 1.81V9.5a.9.9 0 0 0-.9-.9Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M11.42 3.43a5.8 5.8 0 0 0-5.81-.81l2.69 2.7a16 16 0 0 1 3.12-1.89Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M18 4a13.91 13.91 0 0 0-8.3 2.75l1.42 1.43a12 12 0 0 1 16.7 16.72l1.42 1.43A14 14 0 0 0 18 4Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"m1.56 4.21l1.17 1.17a5.7 5.7 0 0 0 .67 6.1a15.78 15.78 0 0 1 2.06-3.36l1.42 1.43a13.94 13.94 0 0 0 1.23 18.33l-2.55 2.55A1 1 0 1 0 7 31.84l2.66-2.66a13.89 13.89 0 0 0 16.8 0l4.14 4.15L32 31.9L3 2.8ZM25 27.72A11.89 11.89 0 0 1 18 30A12 12 0 0 1 6 18a11.89 11.89 0 0 1 2.29-7Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alarm-off-solid": {
"body": "<path fill=\"currentColor\" d=\"M31.47 3.84a5.78 5.78 0 0 0-7.37-.63a16.08 16.08 0 0 1 8.2 7.65a5.73 5.73 0 0 0-.83-7.02Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M11.42 3.43a5.8 5.8 0 0 0-5.77-.82L8.33 5.3a16 16 0 0 1 3.09-1.87Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"m24.92 21.94l4.34 4.36A14 14 0 0 0 9.75 6.73L17 14V9.69a1 1 0 0 1 2 0V16l2.33 2.34L25 20.1a1 1 0 0 1 .47 1.33a1 1 0 0 1-.55.51Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"m1.61 4.21l1.12 1.13a5.73 5.73 0 0 0 .67 6.15A15.88 15.88 0 0 1 5.48 8.1l1.43 1.42a13.94 13.94 0 0 0 1.2 18.36l-2.55 2.55A1 1 0 1 0 7 31.84l2.66-2.66a13.89 13.89 0 0 0 16.83 0l4.16 4.17L32 31.9L3 2.8Z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alert-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2.5c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27C34 8.78 26.82 2.5 18 2.5Zm10.29 22.11a1 1 0 0 0-.32.73v5.34l-4.38-2.79a1 1 0 0 0-.83-.11a16 16 0 0 1-4.76.72c-7.72 0-14-5.38-14-12s6.28-12 14-12s14 5.38 14 12a11.08 11.08 0 0 1-3.71 8.11Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M18 20.63a1 1 0 0 0 1-1V8.48a1 1 0 1 0-2 0v11.13a1 1 0 0 0 1 1.02Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><circle cx=\"18\" cy=\"24.04\" r=\"1.33\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"alert-solid": {
"body": "<path fill=\"currentColor\" d=\"M18 2.5c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27C34 8.78 26.82 2.5 18 2.5Zm-1.07 6.63a1.41 1.41 0 1 1 2.81 0v9.77a1.41 1.41 0 1 1-2.81 0Zm1.41 17.35a1.87 1.87 0 1 1 1.87-1.87a1.87 1.87 0 0 1-1.87 1.86Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"align-bottom-line": {
"body": "<path fill=\"currentColor\" d=\"M34 30H2a1 1 0 0 0 0 2h32a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M16 5a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v23h10Zm-2 21H8V6h6Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M30 13a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v15h10Zm-2 13h-6V14h6Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"align-center-line": {
"body": "<path fill=\"currentColor\" d=\"M31 20H19v-4h6a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-6V2a1 1 0 0 0-2 0v4h-6a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6v4H5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12v4a1 1 0 0 0 2 0v-4h12a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1Zm-19-6V8h12v6Zm18 14H6v-6h24Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"align-left-line": {
"body": "<path fill=\"currentColor\" d=\"M5 1a1 1 0 0 0-1 1v32a1 1 0 0 0 2 0V2a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M31 20H8v10h23a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1Zm-1 8H10v-6h20Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M24 15V7a1 1 0 0 0-1-1H8v10h15a1 1 0 0 0 1-1Zm-2-1H10V8h12Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"align-left-text-line": {
"body": "<path fill=\"currentColor\" d=\"M20.25 26H6v2.2h14.25a1.1 1.1 0 0 0 0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M28 20H6v2.2h22a1.1 1.1 0 0 0 0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M22.6 15.1a1.1 1.1 0 0 0-1.1-1.1H6v2.2h15.5a1.1 1.1 0 0 0 1.1-1.1Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M29.25 8H6v2.2h23.25a1.1 1.1 0 1 0 0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"align-middle-line": {
"body": "<path fill=\"currentColor\" d=\"M34 17h-4v-6a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v6h-4V5a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v12H2a1 1 0 0 0 0 2h4v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V19h4v6a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-6h4a1 1 0 0 0 0-2ZM14 30H8V6h6Zm14-6h-6V12h6Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"align-right-line": {
"body": "<path fill=\"currentColor\" d=\"M31 1a1 1 0 0 0-1 1v32a1 1 0 0 0 2 0V2a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M4 21v8a1 1 0 0 0 1 1h23V20H5a1 1 0 0 0-1 1Zm2 1h20v6H6Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M12 7v8a1 1 0 0 0 1 1h15V6H13a1 1 0 0 0-1 1Zm2 1h12v6H14Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"align-right-text-line": {
"body": "<path fill=\"currentColor\" d=\"M14.65 27.1a1.1 1.1 0 0 0 1.1 1.1H30V26H15.75a1.1 1.1 0 0 0-1.1 1.1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M6.9 21.1A1.1 1.1 0 0 0 8 22.2h22V20H8a1.1 1.1 0 0 0-1.1 1.1Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M13.4 15.1a1.1 1.1 0 0 0 1.1 1.1H30V14H14.5a1.1 1.1 0 0 0-1.1 1.1Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M6.75 8a1.1 1.1 0 1 0 0 2.2H30V8Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"align-top-line": {
"body": "<path fill=\"currentColor\" d=\"M34 4H2a1 1 0 0 0 0 2h32a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M6 31a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8H6Zm2-21h6v20H8Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M20 23a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8H20Zm2-13h6v12h-6Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"analytics-line": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 29V7h28v22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"m15.62 15.222l-6.018 8.746l-4.052-3.584l1.06-1.198l2.698 2.386l6.326-9.192l6.75 10.015l6.754-8.925l1.276.966l-8.106 10.709z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"analytics-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-1.172 2H4v22h28V15.357h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"m15.62 15.222l-6.018 8.746l-4.052-3.584l1.06-1.198l2.698 2.386l6.326-9.192l6.75 10.015l5.333-7.047h2.007l-7.416 9.797Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"analytics-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M32 13.22V29H4V7h18.57a7.447 7.447 0 0 1-.07-1c.001-.335.024-.669.07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34c-.62.39-1.294.686-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"m15.62 15.222l-6.018 8.746l-4.052-3.584l1.06-1.198l2.698 2.386l6.326-9.192l6.75 10.015l6.754-8.925l1.276.966l-8.106 10.709z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"analytics-solid": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2Zm-9.44 20.94l-7.1-10.58l-6.34 9.28l-4.5-4L6 19.05l2.7 2.39l6.76-9.88l7.19 10.71l7-9.27l1.7 1.28Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"analytics-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-4.333 7.395c-.83 1.206-.031 2.85 1.439 2.956c.07.006.137.008.206.006h8.182L22.38 22.06L15.63 12l-6.35 9.28l-2.53-2.24l-1.33 1.49l4.23 3.75l5.96-8.72l6.67 9.94l7.679-10.143H34Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"analytics-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"m30.32 13.48l1.06.8l-8.82 11.66l-7.1-10.58l-6.34 9.28l-4.5-4L6 19.05l2.7 2.39l6.76-9.88l7.19 10.71l6.66-8.81A7.44 7.44 0 0 1 22.57 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34a7.45 7.45 0 0 1-3.68 1.14Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"angle-double-line": {
"body": "<path fill=\"currentColor\" d=\"M29 19.41a1 1 0 0 1-.71-.29L18 8.83L7.71 19.12a1 1 0 0 1-1.41-1.41L18 6l11.71 11.71a1 1 0 0 1-.71 1.7Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M29 30.41a1 1 0 0 1-.71-.29L18 19.83L7.71 30.12a1 1 0 0 1-1.41-1.41L18 17l11.71 11.71a1 1 0 0 1-.71 1.7Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"angle-line": {
"body": "<path fill=\"currentColor\" d=\"M29.52 22.52L18 10.6L6.48 22.52a1.7 1.7 0 0 0 2.45 2.36L18 15.49l9.08 9.39a1.7 1.7 0 0 0 2.45-2.36Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"animation-line": {
"body": "<path fill=\"currentColor\" d=\"M10.16 31.71a4.4 4.4 0 0 1-4.64-1a4.34 4.34 0 0 1-1.29-3.11a4.41 4.41 0 0 1 .18-1.2a11.61 11.61 0 0 1-1-2.56a6.4 6.4 0 0 0 9.33 8.63a11.55 11.55 0 0 1-2.58-.76Zm8.25-4.03a7.61 7.61 0 0 1-9.08-1.26a7.58 7.58 0 0 1-1.27-9.06a14.26 14.26 0 0 1-.37-2.85a9.58 9.58 0 0 0 .22 13.33a9.63 9.63 0 0 0 13.35.22a14.46 14.46 0 0 1-2.85-.38Z\"/><path fill=\"currentColor\" d=\"M21.66 26.21a12.1 12.1 0 1 1 8.57-3.54a12.11 12.11 0 0 1-8.57 3.54Zm0-22.21a10.11 10.11 0 0 0-10.12 10.11a10 10 0 0 0 3 7.14a10.12 10.12 0 0 0 14.31 0A10.11 10.11 0 0 0 21.66 4Zm7.86 18Z\"/>"
},
"animation-solid": {
"body": "<path fill=\"currentColor\" d=\"M3.5 23.77a6.41 6.41 0 0 0 9.33 8.67a11.65 11.65 0 0 1-9.33-8.67Z\"/><path fill=\"currentColor\" d=\"M7.68 14.53a9.6 9.6 0 0 0 13.4 13.7a14.11 14.11 0 0 1-13.4-13.7Z\"/><path fill=\"currentColor\" d=\"M21.78 2A12.12 12.12 0 1 1 9.66 14.15A12.12 12.12 0 0 1 21.78 2\"/>"
},
"application-line": {
"body": "<path fill=\"currentColor\" d=\"M5 7h2v2H5z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M9 7h2v2H9z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M13 7h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M32 4H4a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2ZM4 6h28v4.2H4Zm0 24V11.8h28V30Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"application-solid": {
"body": "<path fill=\"currentColor\" d=\"M32 4H4a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 6.2H4V6h28Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M5 7h2v2H5z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M9 7h2v2H9z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M13 7h2v2h-2z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"applications-line": {
"body": "<path fill=\"currentColor\" d=\"M8 8H4v2h6V4H8v4z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M19 8h-4v2h6V4h-2v4z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M30 4v4h-4v2h6V4h-2z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M8 19H4v2h6v-6H8v4z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M19 19h-4v2h6v-6h-2v4z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M30 19h-4v2h6v-6h-2v4z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"currentColor\" d=\"M8 30H4v2h6v-6H8v4z\" class=\"clr-i-outline clr-i-outline-path-7\"/><path fill=\"currentColor\" d=\"M19 30h-4v2h6v-6h-2v4z\" class=\"clr-i-outline clr-i-outline-path-8\"/><path fill=\"currentColor\" d=\"M30 30h-4v2h6v-6h-2v4z\" class=\"clr-i-outline clr-i-outline-path-9\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"applications-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M8 8H4v2h6V4H8v4z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M8 19H4v2h6v-6H8v4z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M19 19h-4v2h6v-6h-2v4z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M30 15v4h-4v2h6v-6h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M8 30H4v2h6v-6H8v4z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"/><path fill=\"currentColor\" d=\"M19 30h-4v2h6v-6h-2v4z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"/><path fill=\"currentColor\" d=\"M30 30h-4v2h6v-6h-2v4z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\"/><path fill=\"currentColor\" d=\"M19 8h-4v2h4v-.11l2-3.39V4h-2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"applications-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M8 8H4v2h6V4H8v4z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M19 8h-4v2h6V4h-2v4z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M8 19H4v2h6v-6H8v4z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M19 19h-4v2h6v-6h-2v4z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><path fill=\"currentColor\" d=\"M30 19h-4v2h6v-6h-2v4z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"/><path fill=\"currentColor\" d=\"M8 30H4v2h6v-6H8v4z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"/><path fill=\"currentColor\" d=\"M19 30h-4v2h6v-6h-2v4z\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged\"/><path fill=\"currentColor\" d=\"M30 30h-4v2h6v-6h-2v4z\" class=\"clr-i-outline--badged clr-i-outline-path-8--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-9--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"applications-solid": {
"body": "<path fill=\"currentColor\" d=\"M4 4h6v6H4z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M4 15h6v6H4z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M4 26h6v6H4z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M15 4h6v6h-6z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"currentColor\" d=\"M15 15h6v6h-6z\" class=\"clr-i-solid clr-i-solid-path-5\"/><path fill=\"currentColor\" d=\"M15 26h6v6h-6z\" class=\"clr-i-solid clr-i-solid-path-6\"/><path fill=\"currentColor\" d=\"M26 4h6v6h-6z\" class=\"clr-i-solid clr-i-solid-path-7\"/><path fill=\"currentColor\" d=\"M26 15h6v6h-6z\" class=\"clr-i-solid clr-i-solid-path-8\"/><path fill=\"currentColor\" d=\"M26 26h6v6h-6z\" class=\"clr-i-solid clr-i-solid-path-9\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"applications-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M4 4h6v6H4z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M4 15h6v6H4z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M4 26h6v6H4z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"/><path fill=\"currentColor\" d=\"M15 15h6v6h-6z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\"/><path fill=\"currentColor\" d=\"M15 26h6v6h-6z\" class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted\"/><path fill=\"currentColor\" d=\"M26 15h6v6h-6z\" class=\"clr-i-solid--alerted clr-i-solid-path-6--alerted\"/><path fill=\"currentColor\" d=\"M26 26h6v6h-6z\" class=\"clr-i-solid--alerted clr-i-solid-path-7--alerted\"/><path fill=\"currentColor\" d=\"M15 10h4v-.11l2-3.39V4h-6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-8--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-9--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"applications-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M4 4h6v6H4z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M4 15h6v6H4z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><path fill=\"currentColor\" d=\"M4 26h6v6H4z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"/><path fill=\"currentColor\" d=\"M15 4h6v6h-6z\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged\"/><path fill=\"currentColor\" d=\"M15 15h6v6h-6z\" class=\"clr-i-solid--badged clr-i-solid-path-5--badged\"/><path fill=\"currentColor\" d=\"M15 26h6v6h-6z\" class=\"clr-i-solid--badged clr-i-solid-path-6--badged\"/><path fill=\"currentColor\" d=\"M26 15h6v6h-6z\" class=\"clr-i-solid--badged clr-i-solid-path-7--badged\"/><path fill=\"currentColor\" d=\"M26 26h6v6h-6z\" class=\"clr-i-solid--badged clr-i-solid-path-8--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-9--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"archive-line": {
"body": "<path fill=\"currentColor\" d=\"M29 32H7V22H5v10a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V22h-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M14 24a1 1 0 0 0 1 1h6a1 1 0 0 0 0-2h-6a1 1 0 0 0-1 1Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M14 18H6v-4h4a3 3 0 0 1-.68-1.87s0-.09 0-.13H5.5A1.5 1.5 0 0 0 4 13.5V20h12Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M30.5 12h-3.84v.13A3 3 0 0 1 26 14h4v4h-8l-2 2h12v-6.5a1.5 1.5 0 0 0-1.5-1.5Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"m18 19.18l6.38-6.35A1 1 0 1 0 23 11.41l-4 3.95V3a1 1 0 1 0-2 0v12.4l-4-3.95a1 1 0 0 0-1.41 1.42Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"archive-solid": {
"body": "<path fill=\"currentColor\" d=\"M19.41 20.6L18 22l-1.41-1.4L16 20H5v12a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V20H20ZM22 24a1 1 0 0 1-1 1h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 1 1Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M30.5 12h-3.84v.13a3 3 0 0 1-.88 2.12L22 18h10v-4.5a1.5 1.5 0 0 0-1.5-1.5Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M10.2 14.25a3 3 0 0 1-.88-2.12s0-.09 0-.13H5.5A1.5 1.5 0 0 0 4 13.5V18h10Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"m18 19.18l6.38-6.35A1 1 0 1 0 23 11.41l-4 3.95V3a1 1 0 1 0-2 0v12.4l-4-3.95a1 1 0 0 0-1.41 1.42Z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"arrow-line": {
"body": "<path fill=\"currentColor\" d=\"M27.66 15.61L18 6l-9.66 9.61A1 1 0 1 0 9.75 17L17 9.81v19.13a1 1 0 1 0 2 0V9.81L26.25 17a1 1 0 0 0 1.41-1.42Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"assign-user-line": {
"body": "<path fill=\"currentColor\" d=\"M18 17a7.46 7.46 0 1 0-7.45-7.46A7.46 7.46 0 0 0 18 17Zm0-12.93a5.46 5.46 0 1 1-5.45 5.45A5.46 5.46 0 0 1 18 4.07Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M6 31.89v-6.12a16.13 16.13 0 0 1 12-5a16.61 16.61 0 0 1 8.71 2.33l1.35-1.51A18.53 18.53 0 0 0 18 18.74A17.7 17.7 0 0 0 4.21 24.8a1 1 0 0 0-.21.6v6.49A2.06 2.06 0 0 0 6 34h12.39l-1.9-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M30 31.89V32h-3.15l-1.8 2H30a2.06 2.06 0 0 0 2-2.07V26.2l-2 2.23Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M34.76 18.62a1 1 0 0 0-1.41.08l-11.62 13l-5.2-5.59a1 1 0 0 0-1.41-.11a1 1 0 0 0-.06 1.42l6.69 7.2L34.84 20a1 1 0 0 0-.08-1.38Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"assign-user-solid": {
"body": "<circle cx=\"17.99\" cy=\"10.36\" r=\"6.81\" fill=\"currentColor\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M12 26.65a2.8 2.8 0 0 1 4.85-1.8L20.71 29l6.84-7.63A16.81 16.81 0 0 0 18 18.55A16.13 16.13 0 0 0 5.5 24a1 1 0 0 0-.2.61V30a2 2 0 0 0 1.94 2h8.57l-3.07-3.3a2.81 2.81 0 0 1-.74-2.05Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M28.76 32a2 2 0 0 0 1.94-2v-3.76L25.57 32Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M33.77 18.62a1 1 0 0 0-1.42.08l-11.62 13l-5.2-5.59a1 1 0 0 0-1.41-.11a1 1 0 0 0 0 1.42l6.68 7.2L33.84 20a1 1 0 0 0-.07-1.38Z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"asterisk-line": {
"body": "<path fill=\"currentColor\" d=\"m28.89 20.91l-5-2.91l4.87-2.86a3.11 3.11 0 0 0 1.14-1.08a3 3 0 0 0-4.09-4.15L21 12.76V7a3 3 0 0 0-6 0v5.76l-4.85-2.85a3 3 0 1 0-3 5.18l5 2.91l-4.95 2.86a3.11 3.11 0 0 0-1.14 1.08a3 3 0 0 0 4.09 4.14L15 23.24v5.66a3 3 0 0 0 2 2.94A3 3 0 0 0 21 29v-5.76l4.85 2.85a3 3 0 1 0 3-5.18ZM28.24 24a1 1 0 0 1-1.37.36L19 19.75V29a1 1 0 0 1-2 0v-9.25l-7.87 4.61a1 1 0 0 1-1-1.72L16 18l-7.9-4.64a1 1 0 1 1 1-1.72l7.9 4.61V7a1 1 0 0 1 2 0v9.25l7.87-4.62a1 1 0 0 1 1 1.72L20 18l7.9 4.64a1 1 0 0 1 .34 1.36Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"asterisk-solid": {
"body": "<path fill=\"currentColor\" d=\"m28.89 20.91l-5-2.91l4.87-2.86a3.11 3.11 0 0 0 1.14-1.08a3 3 0 0 0-4.09-4.15L21 12.76V7a3 3 0 0 0-6 0v5.76l-4.85-2.85a3 3 0 1 0-3 5.18l5 2.91l-4.95 2.86a3.11 3.11 0 0 0-1.14 1.08a3 3 0 0 0 4.09 4.14L15 23.24v5.66a3 3 0 0 0 2 2.94A3 3 0 0 0 21 29v-5.76l4.85 2.85a3 3 0 1 0 3-5.18Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"atom-line": {
"body": "<path fill=\"currentColor\" d=\"M18 14.05a4 4 0 1 0 4 4a4 4 0 0 0-4-4Zm0 6.44a2.42 2.42 0 1 1 2.42-2.42A2.42 2.42 0 0 1 18 20.49Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M24.23 11.71a39.14 39.14 0 0 0-4.57-3.92a22.86 22.86 0 0 1 3.48-1.72c.32-.12.62-.21.92-.3a2.28 2.28 0 0 0 3.81-.46a3.31 3.31 0 0 1 1.92.84c1.19 1.19 1.22 3.59.1 6.58c.49.65.94 1.31 1.35 2c.17-.4.35-.79.49-1.18c1.47-3.85 1.28-7-.53-8.78a5.29 5.29 0 0 0-3.33-1.44a2.29 2.29 0 0 0-4.31.54c-.37.11-.74.22-1.13.37a25.79 25.79 0 0 0-4.57 2.35a26.21 26.21 0 0 0-4.58-2.39c-3.85-1.46-7-1.28-8.77.53c-1.66 1.67-1.93 4.44-.83 7.86a2.28 2.28 0 0 0 1.59 3.67c.32.61.67 1.22 1.06 1.82A25.54 25.54 0 0 0 4 22.66c-1.47 3.84-1.28 7 .53 8.77a5.63 5.63 0 0 0 4.12 1.51a13.34 13.34 0 0 0 4.65-1a26.21 26.21 0 0 0 4.58-2.35A25.79 25.79 0 0 0 22.43 32a14.16 14.16 0 0 0 3.65.9a2.3 2.3 0 0 0 4.38-.9a4.55 4.55 0 0 0 .74-.57c1.81-1.81 2-4.93.53-8.77a32.68 32.68 0 0 0-7.5-10.95ZM12.57 30.09c-3 1.15-5.45 1.13-6.65-.08s-1.23-3.62-.07-6.64a22.77 22.77 0 0 1 1.71-3.48a40.19 40.19 0 0 0 3.92 4.56c.43.43.87.85 1.31 1.25q.9-.46 1.83-1.05c-.58-.52-1.16-1-1.72-1.61a34 34 0 0 1-5.74-7.47a2.29 2.29 0 0 0-1.66-3.88c-.75-2.5-.62-4.49.43-5.54a3.72 3.72 0 0 1 2.72-.92a11.4 11.4 0 0 1 3.93.84a22.86 22.86 0 0 1 3.48 1.72a39.14 39.14 0 0 0-4.57 3.92c-.44.44-.87.9-1.29 1.36a20.27 20.27 0 0 0 1 1.85c.54-.61 1.09-1.21 1.68-1.8a36.33 36.33 0 0 1 5-4.17a36.88 36.88 0 0 1 4.95 4.17a36.26 36.26 0 0 1 4.17 5a37 37 0 0 1-4.17 5a30.68 30.68 0 0 1-10.26 6.97ZM29.79 30l-.16.13a2.27 2.27 0 0 0-3.5.72a12.57 12.57 0 0 1-3-.77a22 22 0 0 1-3.48-1.72a39.14 39.14 0 0 0 4.57-3.92a38.26 38.26 0 0 0 3.92-4.56a22.88 22.88 0 0 1 1.72 3.48C31 26.39 31 28.81 29.79 30Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"atom-solid": {
"body": "<path fill=\"currentColor\" d=\"M24.23 11.71a39.14 39.14 0 0 0-4.57-3.92a22.86 22.86 0 0 1 3.48-1.72c.32-.12.62-.21.92-.3a2.28 2.28 0 0 0 3.81-.46a3.31 3.31 0 0 1 1.92.84c1.19 1.19 1.22 3.59.1 6.58c.49.65.94 1.31 1.35 2c.17-.4.35-.79.49-1.18c1.47-3.85 1.28-7-.53-8.78a5.29 5.29 0 0 0-3.33-1.44a2.29 2.29 0 0 0-4.31.54c-.37.11-.74.22-1.13.37a25.79 25.79 0 0 0-4.57 2.35a26.21 26.21 0 0 0-4.58-2.39c-3.85-1.46-7-1.28-8.77.53c-1.66 1.67-1.93 4.44-.83 7.86a2.28 2.28 0 0 0 1.59 3.67c.32.61.67 1.22 1.06 1.82A25.54 25.54 0 0 0 4 22.66c-1.47 3.84-1.28 7 .53 8.77a5.63 5.63 0 0 0 4.12 1.51a13.34 13.34 0 0 0 4.65-1a26.21 26.21 0 0 0 4.58-2.35A25.79 25.79 0 0 0 22.43 32a14.16 14.16 0 0 0 3.65.9a2.3 2.3 0 0 0 4.38-.9a4.55 4.55 0 0 0 .74-.57c1.81-1.81 2-4.93.53-8.77a32.68 32.68 0 0 0-7.5-10.95ZM12.57 30.09c-3 1.15-5.45 1.13-6.65-.08s-1.23-3.62-.07-6.64a22.77 22.77 0 0 1 1.71-3.48a40.19 40.19 0 0 0 3.92 4.56c.43.43.87.85 1.31 1.25q.9-.46 1.83-1.05c-.58-.52-1.16-1-1.72-1.61a34 34 0 0 1-5.74-7.47a2.29 2.29 0 0 0-1.66-3.88c-.75-2.5-.62-4.49.43-5.54a3.72 3.72 0 0 1 2.72-.92a11.4 11.4 0 0 1 3.93.84a22.86 22.86 0 0 1 3.48 1.72a39.14 39.14 0 0 0-4.57 3.92c-.44.44-.87.9-1.29 1.36a20.27 20.27 0 0 0 1 1.85c.54-.61 1.09-1.21 1.68-1.8a36.33 36.33 0 0 1 5-4.17a36.88 36.88 0 0 1 4.95 4.17a36.26 36.26 0 0 1 4.17 5a37 37 0 0 1-4.17 5a30.68 30.68 0 0 1-10.26 6.97ZM29.79 30l-.16.13a2.27 2.27 0 0 0-3.5.72a12.57 12.57 0 0 1-3-.77a22 22 0 0 1-3.48-1.72a39.14 39.14 0 0 0 4.57-3.92a38.26 38.26 0 0 0 3.92-4.56a22.88 22.88 0 0 1 1.72 3.48C31 26.39 31 28.81 29.79 30Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><circle cx=\"17.99\" cy=\"18.07\" r=\"3.3\" fill=\"currentColor\" class=\"clr-i-solid clr-i-solid-path-2\" transform=\"rotate(-9.22 17.955 18.05)\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"attachment-line": {
"body": "<path fill=\"currentColor\" d=\"M8.42 32.6A6.3 6.3 0 0 1 4 30.79l-.13-.13A6.2 6.2 0 0 1 2 26.22a6.77 6.77 0 0 1 2-4.82L19.5 6.07a8.67 8.67 0 0 1 12.15-.35A8 8 0 0 1 34 11.44a9 9 0 0 1-2.7 6.36L17.37 31.6A1 1 0 1 1 16 30.18l13.89-13.8A7 7 0 0 0 32 11.44a6 6 0 0 0-1.76-4.3a6.67 6.67 0 0 0-9.34.35L5.45 22.82A4.78 4.78 0 0 0 4 26.22a4.21 4.21 0 0 0 1.24 3l.13.13a4.64 4.64 0 0 0 6.5-.21l13.35-13.2A2.7 2.7 0 0 0 26 14a2.35 2.35 0 0 0-.69-1.68a2.61 2.61 0 0 0-3.66.13l-9.2 9.12a1 1 0 1 1-1.41-1.42L20.28 11a4.62 4.62 0 0 1 6.48-.13A4.33 4.33 0 0 1 28 14a4.68 4.68 0 0 1-1.41 3.34L13.28 30.58a6.91 6.91 0 0 1-4.86 2.02Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"auto-line": {
"body": "<path fill=\"currentColor\" d=\"M15 17h3v2h-3z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M26.45 14.17A22.1 22.1 0 0 0 19.38 7a9.64 9.64 0 0 0-9-.7a8.6 8.6 0 0 0-4.82 6.4c-.08.47-.14.92-.2 1.36A4 4 0 0 0 2 18v6.13a2 2 0 0 0 2 2V18a2 2 0 0 1 2-2h18.73A7.28 7.28 0 0 1 32 23.27V24h-2a4.53 4.53 0 1 0 .33 2H32a2 2 0 0 0 2-2v-.73a9.28 9.28 0 0 0-7.55-9.1ZM11 14H6.93c0-.31.09-.63.15-1A6.52 6.52 0 0 1 11 8Zm2 0V7.58a8.17 8.17 0 0 1 5.36 1.16A19 19 0 0 1 23.9 14Zm12.8 14.38a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M14.17 24a4.53 4.53 0 1 0 .33 2h5.3v-.25A6 6 0 0 1 20 24ZM10 28.38a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"auto-solid": {
"body": "<path fill=\"currentColor\" d=\"M26.87 14.28a22.36 22.36 0 0 0-7.22-7.38a9.64 9.64 0 0 0-9-.7a8.6 8.6 0 0 0-4.82 6.4c-.08.49-.15 1-.21 1.4h-1A2.59 2.59 0 0 0 2 16.59v8.55a.86.86 0 0 0 .86.86h1.73v-.39a5.77 5.77 0 0 1 7.71-5.45l-1 1a4.56 4.56 0 0 0-4.34 1.58a3 3 0 0 0-.63.93A4.5 4.5 0 1 0 14.82 26h5.48v-.39a5.77 5.77 0 0 1 7.7-5.45l-1 1a4.56 4.56 0 0 0-4.34 1.58a3 3 0 0 0-.63.93a4.5 4.5 0 1 0 8.5 2.33h2.61a.86.86 0 0 0 .86-.86v-1.78a9.39 9.39 0 0 0-7.13-9.08ZM12 14H8c0-.35.1-.71.16-1.07a6.52 6.52 0 0 1 3.87-5Zm-1.64 14.36a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5ZM19 19h-3v-2h3Zm-6-5V7.47a8.16 8.16 0 0 1 5.4 1.15A19.15 19.15 0 0 1 24 14Zm13.06 14.36a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"avatar-line": {
"body": "<path fill=\"currentColor\" d=\"M18 17a7 7 0 1 0-7-7a7 7 0 0 0 7 7Zm0-12a5 5 0 1 1-5 5a5 5 0 0 1 5-5Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M30.47 24.37a17.16 17.16 0 0 0-24.93 0A2 2 0 0 0 5 25.74V31a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2v-5.26a2 2 0 0 0-.53-1.37ZM29 31H7v-5.27a15.17 15.17 0 0 1 22 0Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"avatar-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M30.47 24.37a17.16 17.16 0 0 0-24.93 0A2 2 0 0 0 5 25.74V31a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2v-5.26a2 2 0 0 0-.53-1.37ZM29 31H7v-5.27a15.17 15.17 0 0 1 22 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M18 17a7 7 0 0 0 4.45-1.6h-.22a3.68 3.68 0 0 1-2.23-.8a5 5 0 1 1 1.24-8.42l1-1.76A7 7 0 1 0 18 17Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"avatar-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M30.47 24.37a17.16 17.16 0 0 0-24.93 0A2 2 0 0 0 5 25.74V31a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2v-5.26a2 2 0 0 0-.53-1.37ZM29 31H7v-5.27a15.17 15.17 0 0 1 22 0Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M18 17a7 7 0 0 0 6.85-5.56a7.4 7.4 0 0 1-2.24-6.69A7 7 0 1 0 18 17Zm0-12a5 5 0 1 1-5 5a5 5 0 0 1 5-5Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"avatar-solid": {
"body": "<path fill=\"currentColor\" d=\"M30.61 24.52a17.16 17.16 0 0 0-25.22 0a1.51 1.51 0 0 0-.39 1v6A1.5 1.5 0 0 0 6.5 33h23a1.5 1.5 0 0 0 1.5-1.5v-6a1.51 1.51 0 0 0-.39-.98Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><circle cx=\"18\" cy=\"10\" r=\"7\" fill=\"currentColor\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"avatar-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M30.61 24.52a17.16 17.16 0 0 0-25.22 0a1.51 1.51 0 0 0-.39 1v6A1.5 1.5 0 0 0 6.5 33h23a1.5 1.5 0 0 0 1.5-1.5v-6a1.51 1.51 0 0 0-.39-.98Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M18 17a7 7 0 0 0 4.45-1.6h-.22A3.68 3.68 0 0 1 19 9.89l3.16-5.47A7 7 0 1 0 18 17Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"avatar-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M30.61 24.52a17.16 17.16 0 0 0-25.22 0a1.51 1.51 0 0 0-.39 1v6A1.5 1.5 0 0 0 6.5 33h23a1.5 1.5 0 0 0 1.5-1.5v-6a1.51 1.51 0 0 0-.39-.98Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M18 17a7 7 0 0 0 6.85-5.56a7.4 7.4 0 0 1-2.24-6.69A7 7 0 1 0 18 17Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"axis-chart-line": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 29V7h28v22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"m6.007 26.731l21.723-.001c.76-.06 1.18-.93.74-1.56a.974.974 0 0 0-.74-.43l-19.729-.004l.009-13.726c0-.78-.84-1.26-1.51-.87c-.31.17-.5.51-.5.87l.007 15.721Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"axis-chart-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-1.172 2H4v22h28V15.357h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"m6.007 26.731l21.723-.001c.76-.06 1.18-.93.74-1.56a.974.974 0 0 0-.74-.43l-19.729-.004l.009-13.726c0-.78-.84-1.26-1.51-.87c-.31.17-.5.51-.5.87l.007 15.721Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"axis-chart-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M32 13.22V29H4V7h18.57a7.447 7.447 0 0 1-.07-1c.001-.335.024-.669.07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34c-.62.39-1.294.686-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"m6.007 26.731l21.723-.001c.76-.06 1.18-.93.74-1.56a.974.974 0 0 0-.74-.43l-19.729-.004l.009-13.726c0-.78-.84-1.26-1.51-.87c-.31.17-.5.51-.5.87l.007 15.721Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"axis-chart-solid": {
"body": "<path fill=\"currentColor\" d=\"M34 7v22a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2ZM6.007 26.731l21.723-.001c.76-.06 1.18-.93.74-1.56a.974.974 0 0 0-.74-.43l-19.729-.004l.009-13.726c0-.78-.84-1.26-1.51-.87c-.31.17-.5.51-.5.87Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"axis-chart-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-4.333 7.395c-.83 1.206-.031 2.85 1.439 2.956c.07.006.137.008.206.006H34ZM6.007 26.731l21.723-.001c.76-.06 1.18-.93.74-1.56a.974.974 0 0 0-.74-.43l-19.729-.004l.009-13.726c0-.78-.84-1.26-1.51-.87c-.31.17-.5.51-.5.87Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"axis-chart-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M34 12.34V29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18.57a7.44 7.44 0 0 0 6.74 8.46l1.01.02A7.45 7.45 0 0 0 34 12.34ZM6.007 26.731l21.723-.001c.76-.06 1.18-.93.74-1.56a.974.974 0 0 0-.74-.43l-19.729-.004l.009-13.726c0-.78-.84-1.26-1.51-.87c-.31.17-.5.51-.5.87Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-line": {
"body": "<path fill=\"currentColor\" d=\"M6 22h24v2H6z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M30.84 13.37A1.94 1.94 0 0 0 28.93 12h-2.38a3 3 0 0 1-.14 2h2.54c1.05 2.94 2.77 7.65 3.05 8.48V30H4v-7.52C4.28 21.65 7.05 14 7.05 14h2.53a3 3 0 0 1-.14-2H7.07a1.92 1.92 0 0 0-1.9 1.32C2 22 2 22.1 2 22.33V30a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-7.67c0-.23 0-.33-3.16-8.96Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"m18 19.84l6.38-6.35A1 1 0 1 0 23 12.08L19 16V4a1 1 0 1 0-2 0v12l-4-3.95a1 1 0 0 0-1.41 1.42Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M6 22h24v2H6z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26 26h4v2h-4z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"m18 19.84l4.47-4.44h-.23a3.67 3.67 0 0 1-2-.61L19 16V4a1 1 0 1 0-2 0v12l-4-3.95a1 1 0 0 0-1.41 1.42Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M31.58 15.4h-2.12c1 2.85 2.31 6.37 2.54 7.08V30H4v-7.52C4.28 21.65 7.05 14 7.05 14h2.53a3 3 0 0 1-.14-2H7.07a1.92 1.92 0 0 0-1.9 1.32C2 22 2 22.1 2 22.33V30a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-7.67c0-.21 0-.33-2.42-6.93Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M6 22h24v2H6z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M26 26h4v2h-4z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"m18 19.84l6.38-6.35A1 1 0 1 0 23 12.08L19 16V4a1 1 0 1 0-2 0v12l-4-3.95a1 1 0 0 0-1.41 1.42Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M30.87 13.45a7.55 7.55 0 0 1-.87.05a7.46 7.46 0 0 1-3.35-.8a3 3 0 0 1-.24 1.3h2.54c1.05 2.94 2.77 7.65 3.05 8.48V30H4v-7.52C4.28 21.65 7.05 14 7.05 14h2.53a3 3 0 0 1-.14-2H7.07a1.92 1.92 0 0 0-1.9 1.32C2 22 2 22.1 2 22.33V30a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-7.67c0-.23 0-.33-3.13-8.88Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-restore-line": {
"body": "<path fill=\"currentColor\" d=\"M6 22h24v2H6z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M26 26h4v2h-4z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M13 9.92L17 6v13a1 1 0 1 0 2 0V6l4 3.95a1 1 0 1 0 1.38-1.45L18 2.16L11.61 8.5A1 1 0 0 0 13 9.92Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M30.84 13.37A1.94 1.94 0 0 0 28.93 12H21v2h7.95c1.05 2.94 2.77 7.65 3.05 8.48V30H4v-7.52C4.28 21.65 7.05 14 7.05 14H15v-2H7.07a1.92 1.92 0 0 0-1.9 1.32C2 22 2 22.1 2 22.33V30a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-7.67c0-.23 0-.33-3.16-8.96Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-restore-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M6 22h24v2H6z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26 26h4v2h-4z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M13 9.92L17 6v13a1 1 0 1 0 2 0V6l1.47 1.46l1-1.79L18 2.16L11.61 8.5A1 1 0 0 0 13 9.92Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M31.58 15.4h-2.12c1 2.85 2.31 6.37 2.54 7.08V30H4v-7.52C4.28 21.65 7.05 14 7.05 14H15v-2H7.07a1.92 1.92 0 0 0-1.9 1.32C2 22 2 22.1 2 22.33V30a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-7.67c0-.21 0-.33-2.42-6.93Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-restore-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M6 22h24v2H6z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M26 26h4v2h-4z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M13 9.92L17 6v13a1 1 0 1 0 2 0V6l4 3.95a1 1 0 0 0 .71.29h.11a7.46 7.46 0 0 1-1.25-3.52L18 2.16L11.61 8.5A1 1 0 0 0 13 9.92Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M30.87 13.45a7.55 7.55 0 0 1-.87.05a7.46 7.46 0 0 1-4.49-1.5H21v2h7.95c1.05 2.94 2.77 7.65 3.05 8.48V30H4v-7.52C4.28 21.65 7.05 14 7.05 14H15v-2H7.07a1.92 1.92 0 0 0-1.9 1.32C2 22 2 22.1 2 22.33V30a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-7.67c0-.23 0-.33-3.13-8.88Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-restore-solid": {
"body": "<path fill=\"currentColor\" d=\"M2 24v6a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6Zm28 5h-4v-2h4Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M30.84 13.37A1.94 1.94 0 0 0 28.93 12H21v6a3 3 0 1 1-6 0v-6H7.07a1.92 1.92 0 0 0-1.9 1.32c-2.31 6.36-2.93 8.11-3.1 8.68h31.86c-.16-.57-.79-2.31-3.09-8.63Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M13 9.92L17 6v12a1 1 0 1 0 2 0V6l4 3.95a1 1 0 1 0 1.38-1.45L18 2.16L11.61 8.5A1 1 0 0 0 13 9.92Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-restore-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M2 24v6a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6Zm28 5h-4v-2h4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M13 9.92L17 6v12a1 1 0 1 0 2 0V6l1.47 1.46l1-1.79L18 2.16L11.61 8.5A1 1 0 0 0 13 9.92Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M31.58 15.4h-9.35a3.62 3.62 0 0 1-1.23-.24V18a3 3 0 1 1-6 0v-6H7.07a1.92 1.92 0 0 0-1.9 1.32c-2.31 6.36-2.93 8.11-3.1 8.68h31.86c-.14-.51-.65-1.93-2.35-6.6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-restore-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M2 24v6a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6Zm28 5h-4v-2h4Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M13 9.92L17 6v12a1 1 0 1 0 2 0V6l4 3.95a1 1 0 0 0 .71.29h.11a7.46 7.46 0 0 1-1.25-3.52L18 2.16L11.61 8.5A1 1 0 0 0 13 9.92Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><path fill=\"currentColor\" d=\"M30.87 13.45a7.55 7.55 0 0 1-.87.05a7.46 7.46 0 0 1-4.49-1.5H21v6a3 3 0 1 1-6 0v-6H7.07a1.92 1.92 0 0 0-1.9 1.32c-2.31 6.36-2.93 8.11-3.1 8.68h31.86c-.16-.57-.78-2.3-3.06-8.55Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-solid": {
"body": "<path fill=\"currentColor\" d=\"m18 19.84l6.38-6.35A1 1 0 1 0 23 12.08L19 16V4a1 1 0 1 0-2 0v12l-4-3.95a1 1 0 0 0-1.41 1.42Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"m19.41 21.26l-.74.74h15.26c-.17-.57-.79-2.31-3.09-8.63A1.94 1.94 0 0 0 28.93 12h-2.38a3 3 0 0 1-.76 2.92Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"m16.58 21.26l-6.38-6.35A3 3 0 0 1 9.44 12H7.07a1.92 1.92 0 0 0-1.9 1.32c-2.31 6.36-2.93 8.11-3.1 8.68h15.26Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M2 24v6a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6Zm28 4h-4v-2h4Z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"m16.58 21.26l-6.38-6.35A3 3 0 0 1 9.44 12H7.07a1.92 1.92 0 0 0-1.9 1.32c-2.31 6.36-2.93 8.11-3.1 8.68h15.26Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M2 24v6a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6Zm28 4h-4v-2h4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M18.66 22h15.27c-.15-.51-.65-1.93-2.35-6.6H25.3l-5.89 5.86Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"/><path fill=\"currentColor\" d=\"m18 19.84l4.47-4.44h-.23a3.64 3.64 0 0 1-2-.61L19 16V4a1 1 0 1 0-2 0v12l-4-3.95a1 1 0 0 0-1.41 1.42Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-5--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"backup-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"m18 19.84l6.38-6.35A1 1 0 1 0 23 12.08L19 16V4a1 1 0 1 0-2 0v12l-4-3.95a1 1 0 0 0-1.41 1.42Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"m16.58 21.26l-6.38-6.35A3 3 0 0 1 9.44 12H7.07a1.92 1.92 0 0 0-1.9 1.32c-2.31 6.36-2.93 8.11-3.1 8.68h15.26Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><path fill=\"currentColor\" d=\"M2 24v6a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-6Zm28 4h-4v-2h4Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"/><path fill=\"currentColor\" d=\"M18.66 22h15.27c-.17-.57-.79-2.3-3.06-8.55a7.55 7.55 0 0 1-.87.05a7.46 7.46 0 0 1-3.35-.8a3 3 0 0 1-.86 2.21l-6.38 6.35Z\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-5--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"balance-line": {
"body": "<path fill=\"currentColor\" d=\"M24 33H12a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M17 9h2v22.5h-2z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M28 7H8a1 1 0 0 1 0-2h20a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M26.93 24.79a7.23 7.23 0 0 1-5.81-2.89l-.6-.8l1.59-1.21l.6.8a5.28 5.28 0 0 0 8.42 0l.6-.8l1.59 1.21l-.6.8a7.23 7.23 0 0 1-5.79 2.89Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M30.51 19.25a.8.8 0 0 1-.73-.48l-2.85-6.57l-2.85 6.57a.8.8 0 0 1-1.47-.64l3.59-8.26a.83.83 0 0 1 1.47 0l3.58 8.26a.8.8 0 0 1-.73 1.12Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M9.68 24.79a7.23 7.23 0 0 1-5.8-2.89l-.6-.8l1.58-1.2l.6.8a5.28 5.28 0 0 0 8.42 0l.6-.8l1.59 1.21l-.6.8a7.23 7.23 0 0 1-5.79 2.88Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"currentColor\" d=\"M13.26 19.25a.8.8 0 0 1-.73-.48L9.68 12.2l-2.84 6.57a.8.8 0 0 1-1.47-.64l3.58-8.26a.83.83 0 0 1 1.47 0L14 18.13a.8.8 0 0 1-.73 1.12Z\" class=\"clr-i-outline clr-i-outline-path-7\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"ban-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2ZM4 18a13.93 13.93 0 0 1 3.43-9.15l19.72 19.72A14 14 0 0 1 4 18Zm24.57 9.15L8.85 7.43a14 14 0 0 1 19.72 19.72Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bank-line": {
"body": "<path fill=\"currentColor\" d=\"M3.5 13.56L18 5.23l14.5 8.33a1 1 0 0 0 1-1.73L18 2.92L2.5 11.83a1 1 0 1 0 1 1.73Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M4 26a1 1 0 0 0 1 1h26a1 1 0 0 0 0-2h-3v-7.37h-2V25h-7v-7.37h-2V25h-7v-7.37H8V25H5a1 1 0 0 0-1 1Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M5.02 14h26v2h-26z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M33 29H3a1 1 0 0 0 0 2h30a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M22.15 11.58h3.21l-6.71-3.86a.8.8 0 0 0-.8 0l-6.72 3.86h3.21l3.9-2.24Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bank-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M4 26a1 1 0 0 0 1 1h26a1 1 0 0 0 0-2h-3v-7.37h-2V25h-7v-7.37h-2V25h-7v-7.37H8V25H5a1 1 0 0 0-1 1Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M33 29H3a1 1 0 0 0 0 2h30a1 1 0 0 0 0-2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M22.5 15a3.51 3.51 0 0 1-2.5-1H5v2h26v-1Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"m19.46 9.74l.68-1.17l-1.49-.85a.8.8 0 0 0-.8 0l-6.72 3.86h3.21l3.9-2.24l1.1.63c.05-.08.08-.16.12-.23Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M22.05 5.25L18 2.92L2.5 11.83a1 1 0 1 0 1 1.73L18 5.23L21.05 7Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bank-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M4 26a1 1 0 0 0 1 1h26a1 1 0 0 0 0-2h-3v-7.37h-2V25h-7v-7.37h-2V25h-7v-7.37H8V25H5a1 1 0 0 0-1 1Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M5.02 14h26v2h-26z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M33 29H3a1 1 0 0 0 0 2h30a1 1 0 0 0 0-2ZM22.15 11.58h3.21l-6.71-3.86a.8.8 0 0 0-.8 0l-6.72 3.86h3.21l3.9-2.24Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M22.5 6v-.48L18 2.92L2.5 11.83a1 1 0 1 0 1 1.73L18 5.23L22.77 8a7.49 7.49 0 0 1-.27-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><path fill=\"currentColor\" d=\"m31.94 13.24l.56.32a1 1 0 0 0 1.44-1.19a7.45 7.45 0 0 1-2 .87Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bank-solid": {
"body": "<path fill=\"currentColor\" d=\"m3.5 13.56l1.5-.88V16h26v-3.29l1.48.85a1 1 0 0 0 1-1.73L18 2.92L2.5 11.83a1 1 0 1 0 1 1.73Zm14.35-6.45a.8.8 0 0 1 .8 0L25.37 11h-3.22l-3.9-2.24l-3.9 2.24h-3.21Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M32.85 27H32v-.85A1.15 1.15 0 0 0 30.85 25H28v-7.37h-4V25h-4v-7.37h-4V25h-4v-7.37H8V25H5.15A1.15 1.15 0 0 0 4 26.15V27h-.85A1.15 1.15 0 0 0 2 28.15V31h32v-2.85A1.15 1.15 0 0 0 32.85 27Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bank-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M32.85 27H32v-.85A1.15 1.15 0 0 0 30.85 25H28v-7.37h-4V25h-4v-7.37h-4V25h-4v-7.37H8V25H5.15A1.15 1.15 0 0 0 4 26.15V27h-.85A1.15 1.15 0 0 0 2 28.15V31h32v-2.85A1.15 1.15 0 0 0 32.85 27Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M22.5 15a3.51 3.51 0 0 1-3-5.26l.14-.24l-1.35-.78L14.35 11h-3.21l6.72-3.86a.8.8 0 0 1 .8 0l1.75 1l1.65-2.86L18 2.92L2.5 11.83a1 1 0 1 0 1 1.73l1.5-.88V16h26v-1Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bank-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M32.85 27H32v-.85A1.15 1.15 0 0 0 30.85 25H28v-7.37h-4V25h-4v-7.37h-4V25h-4v-7.37H8V25H5.15A1.15 1.15 0 0 0 4 26.15V27h-.85A1.15 1.15 0 0 0 2 28.15V31h32v-2.85A1.15 1.15 0 0 0 32.85 27Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M30 13.5a7.47 7.47 0 0 1-5.61-2.5h-2.24l-3.9-2.24l-3.9 2.24h-3.21l6.72-3.86a.8.8 0 0 1 .8 0l5 2.87A7.45 7.45 0 0 1 22.5 6v-.48L18 2.92L2.5 11.83a1 1 0 1 0 1 1.73l1.5-.88V16h26v-2.58a7.53 7.53 0 0 1-1 .08Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><path fill=\"currentColor\" d=\"m31.94 13.24l.56.32a1 1 0 0 0 1.44-1.19a7.45 7.45 0 0 1-2 .87Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bar-chart-line": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 29V7h28v22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M7 10h6v16h-1.6V11.6H8.6V26H7Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M15 19h6v7h-1.6v-5.4h-2.8V26H15Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M23 16h6v10h-1.6v-8.4h-2.8V26H23Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bar-chart-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-1.172 2H4v22h28V15.357h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M7 10h6v16h-1.6V11.6H8.6V26H7Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M15 19h6v7h-1.6v-5.4h-2.8V26H15Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M23 16h6v10h-1.6v-8.4h-2.8V26H23Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bar-chart-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M32 13.22V29H4V7h18.57a7.447 7.447 0 0 1-.07-1c.001-.335.024-.669.07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34c-.62.39-1.294.686-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M7 10h6v16h-1.6V11.6H8.6V26H7Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M15 19h6v7h-1.6v-5.4h-2.8V26H15Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M23 16h6v10h-1.6v-8.4h-2.8V26H23Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bar-chart-solid": {
"body": "<path fill=\"currentColor\" d=\"M34 7v22a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2ZM7 26h6V10H7Zm8 0h6v-7h-6Zm8 0h6V16h-6Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bar-chart-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-4.333 7.395c-.83 1.206-.031 2.85 1.439 2.956c.07.006.137.008.206.006H34ZM7 26h6V10H7Zm8 0h6v-7h-6Zm8 0h6V16h-6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bar-chart-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M34 12.34V29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18.57a7.44 7.44 0 0 0 6.74 8.46l1.01.02A7.453 7.453 0 0 0 34 12.34ZM7 26h6V10H7Zm8 0h6v-7h-6Zm8 0h6V16h-6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bar-code-line": {
"body": "<path fill=\"currentColor\" d=\"M5 7a1 1 0 0 0-1 1v22a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M9 7a1 1 0 0 0-1 1v18a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M13 7a1 1 0 0 0-1 1v18a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M17 7a1 1 0 0 0-1 1v18a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M21 7a1 1 0 0 0-1 1v18a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M25 7a1 1 0 0 0-1 1v18a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"currentColor\" d=\"M29 7a1 1 0 0 0-1 1v18a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-7\"/><path fill=\"currentColor\" d=\"M33 7a1 1 0 0 0-1 1v22a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1Z\" class=\"clr-i-outline clr-i-outline-path-8\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bars-line": {
"body": "<path fill=\"currentColor\" d=\"M32 29H4a1 1 0 0 1 0-2h28a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M32 19H4a1 1 0 0 1 0-2h28a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M32 9H4a1 1 0 0 1 0-2h28a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"battery-line": {
"body": "<path fill=\"currentColor\" d=\"M18.59 11.77a1 1 0 0 0-1.73 1l2.5 4.34l-6.07-1l5.29 10.59a1 1 0 0 0 1.79-.89l-3.53-7.08l6.38 1.06Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M25.12 4H23v-.42A1.58 1.58 0 0 0 21.42 2h-6.84A1.58 1.58 0 0 0 13 3.58V4h-2.12A1.88 1.88 0 0 0 9 5.88v26.24A1.88 1.88 0 0 0 10.88 34h14.24A1.88 1.88 0 0 0 27 32.12V5.88A1.88 1.88 0 0 0 25.12 4ZM25 32H11V6h4V4h6v2h4Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"battery-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M18.59 11.77a1 1 0 0 0-1.73 1l2.5 4.34l-6.07-1l5.29 10.59a1 1 0 0 0 1.79-.89l-3.53-7.08l6.38 1.06Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"/><path fill=\"currentColor\" d=\"M25 15.4V32H11V6h4V4h6v2h.28l1.64-2.85A1.57 1.57 0 0 0 21.42 2h-6.84A1.58 1.58 0 0 0 13 3.58V4h-2.12A1.88 1.88 0 0 0 9 5.88v26.24A1.88 1.88 0 0 0 10.88 34h14.24A1.88 1.88 0 0 0 27 32.12V15.4Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"battery-outline-badged": {
"body": "<circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged clr-i-badge\"/><path fill=\"currentColor\" d=\"M18.59 11.77a1 1 0 0 0-1.73 1l2.5 4.34l-6.07-1l5.29 10.59a1 1 0 0 0 1.79-.89l-3.53-7.08l6.38 1.06Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M25 11.58V32H11V6h4V4h6v2h1.5a7.47 7.47 0 0 1 .5-2.62A1.57 1.57 0 0 0 21.42 2h-6.84A1.58 1.58 0 0 0 13 3.58V4h-2.12A1.88 1.88 0 0 0 9 5.88v26.24A1.88 1.88 0 0 0 10.88 34h14.24A1.88 1.88 0 0 0 27 32.12V12.87a7.5 7.5 0 0 1-2-1.29Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"battery-solid": {
"body": "<path fill=\"currentColor\" d=\"M22 4V2.62a.6.6 0 0 0-.58-.62h-6.84a.6.6 0 0 0-.58.62V4h-4a1.09 1.09 0 0 0-1 1.07v28a1 1 0 0 0 1 .93h16a1 1 0 0 0 1-.94v-28A1.09 1.09 0 0 0 26 4Zm-1.74 21.44a1.2 1.2 0 0 1-2.15 1.07l-5.46-10.95l6 1l-2.29-4a1.2 1.2 0 1 1 2.08-1.2l4.83 8.37l-6.37-1.03Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"battery-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted clr-i-alert\"/><path fill=\"currentColor\" d=\"M22.23 15.4a3.66 3.66 0 0 1-1.68-.4l2.76 4.79l-6.41-1.09l3.36 6.73a1.2 1.2 0 0 1-2.15 1.07l-5.46-10.94l6 1l-2.29-4a1.2 1.2 0 1 1 2.08-1.2l.09.15A3.66 3.66 0 0 1 19 9.89L22.45 4H22V2.62a.6.6 0 0 0-.58-.62h-6.84a.6.6 0 0 0-.58.62V4h-4a1.09 1.09 0 0 0-1 1.07v28a1 1 0 0 0 1 .93h16a1 1 0 0 0 1-.94V15.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"battery-solid-badged": {
"body": "<circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged clr-i-badge\"/><path fill=\"currentColor\" d=\"M22.5 6a7.49 7.49 0 0 1 .28-2H22V2.62a.6.6 0 0 0-.58-.62h-6.84a.6.6 0 0 0-.58.62V4h-4a1.09 1.09 0 0 0-1 1.07v28a1 1 0 0 0 1 .93h16a1 1 0 0 0 1-.94V12.87A7.5 7.5 0 0 1 22.5 6Zm-2.24 19.44a1.2 1.2 0 0 1-2.15 1.07l-5.46-10.95l6 1l-2.29-4a1.2 1.2 0 1 1 2.08-1.2l4.83 8.37l-6.37-1.03Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bell-curve-line": {
"body": "<path fill=\"currentColor\" d=\"M33 29H3a1 1 0 1 1 0-2h30a1 1 0 1 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M33 25h-.62a8.11 8.11 0 0 1-8-6.67C23.62 14.44 21.89 7.94 18 7.94s-5.69 6.51-6.38 10.39a8.11 8.11 0 0 1-8 6.65H3a1 1 0 1 1 0-2h.6a6.11 6.11 0 0 0 6-4.98c1.41-7.88 4.3-12 8.35-12s6.93 4.16 8.33 12a6.11 6.11 0 0 0 6 5H33a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bell-line": {
"body": "<path fill=\"currentColor\" d=\"M32.51 27.83A14.4 14.4 0 0 1 30 24.9a12.63 12.63 0 0 1-1.35-4.81v-4.94A10.81 10.81 0 0 0 19.21 4.4V3.11a1.33 1.33 0 1 0-2.67 0v1.31a10.81 10.81 0 0 0-9.33 10.73v4.94a12.63 12.63 0 0 1-1.35 4.81a14.4 14.4 0 0 1-2.47 2.93a1 1 0 0 0-.34.75v1.36a1 1 0 0 0 1 1h27.8a1 1 0 0 0 1-1v-1.36a1 1 0 0 0-.34-.75ZM5.13 28.94a16.17 16.17 0 0 0 2.44-3a14.24 14.24 0 0 0 1.65-5.85v-4.94a8.74 8.74 0 1 1 17.47 0v4.94a14.24 14.24 0 0 0 1.65 5.85a16.17 16.17 0 0 0 2.44 3Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M18 34.28A2.67 2.67 0 0 0 20.58 32h-5.26A2.67 2.67 0 0 0 18 34.28Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bell-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M18 34.28A2.67 2.67 0 0 0 20.58 32h-5.26A2.67 2.67 0 0 0 18 34.28Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M32.51 27.83A14.4 14.4 0 0 1 30 24.9a12.63 12.63 0 0 1-1.35-4.81v-4.94a10.92 10.92 0 0 0-.16-1.79a7.44 7.44 0 0 1-2.24-.84a8.89 8.89 0 0 1 .4 2.64v4.94a14.24 14.24 0 0 0 1.65 5.85a16.17 16.17 0 0 0 2.44 3H5.13a16.17 16.17 0 0 0 2.44-3a14.24 14.24 0 0 0 1.65-5.85v-4.95A8.8 8.8 0 0 1 18 6.31a8.61 8.61 0 0 1 4.76 1.44A7.49 7.49 0 0 1 22.5 6v-.63a10.58 10.58 0 0 0-3.32-1V3.11a1.33 1.33 0 1 0-2.67 0v1.31a10.81 10.81 0 0 0-9.3 10.73v4.94a12.63 12.63 0 0 1-1.35 4.81a14.4 14.4 0 0 1-2.47 2.93a1 1 0 0 0-.34.75v1.36a1 1 0 0 0 1 1h27.8a1 1 0 0 0 1-1v-1.36a1 1 0 0 0-.34-.75Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bell-solid": {
"body": "<path fill=\"currentColor\" d=\"m32.85 28.13l-.34-.3A14.37 14.37 0 0 1 30 24.9a12.63 12.63 0 0 1-1.35-4.81v-4.94A10.81 10.81 0 0 0 19.21 4.4V3.11a1.33 1.33 0 1 0-2.67 0v1.31a10.81 10.81 0 0 0-9.33 10.73v4.94a12.63 12.63 0 0 1-1.35 4.81a14.4 14.4 0 0 1-2.47 2.93l-.34.3v2.82h29.8Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M15.32 32a2.65 2.65 0 0 0 5.25 0Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bell-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M18 34.28A2.67 2.67 0 0 0 20.58 32h-5.26A2.67 2.67 0 0 0 18 34.28Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"m32.85 28.13l-.34-.3A14.37 14.37 0 0 1 30 24.9a12.63 12.63 0 0 1-1.35-4.81v-4.94a10.92 10.92 0 0 0-.16-1.79A7.5 7.5 0 0 1 22.5 6v-.63a10.57 10.57 0 0 0-3.32-1V3.11a1.33 1.33 0 1 0-2.67 0v1.31a10.81 10.81 0 0 0-9.3 10.73v4.94a12.63 12.63 0 0 1-1.35 4.81a14.4 14.4 0 0 1-2.47 2.93l-.34.3v2.82h29.8Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"beta-line": {
"body": "<path fill=\"currentColor\" d=\"M7.21 14.07h3a1.61 1.61 0 0 1 1.81 1.5a1.44 1.44 0 0 1-.84 1.34a1.67 1.67 0 0 1 1.1 1.53a1.75 1.75 0 0 1-2 1.63H7.21Zm2.71 2.42c.48 0 .82-.28.82-.67s-.34-.65-.82-.65H8.49v1.32Zm.2 2.48a.75.75 0 1 0 0-1.47H8.49V19Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M14.55 15.23v1.2h3v1.16h-3v1.32h3.33v1.16h-4.62v-6h4.62v1.16Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M20.41 15.23h-1.87v-1.16h5v1.16H21.7v4.84h-1.29Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M28 19.12h-2.68l-.38.95H23.5l2.44-6h1.44l2.45 6h-1.45ZM27.55 18l-.89-2.19l-.89 2.19Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M8.06 30a.84.84 0 0 1-.38-.08a1 1 0 0 1-.62-.92v-4h-4a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H13.48l-4.71 4.71a1 1 0 0 1-.71.29Zm-4-7h4a1 1 0 0 1 1 1v2.59l3.3-3.3a1 1 0 0 1 .7-.29h19V11h-28Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"beta-solid": {
"body": "<path fill=\"currentColor\" d=\"M25.8 18h1.7l-.8-2.2z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M10.4 17.5H8.5V19h1.6c.4.1.8-.2.9-.6c.1-.4-.2-.8-.6-.9z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M10.7 15.8c0-.4-.3-.7-.8-.7H8.5v1.3h1.4c.5.1.8-.2.8-.6z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M33.1 9h-30c-.6 0-1 .4-1 1v14c0 .6.4 1 1 1h4v4c0 .4.2.8.6.9c.1.1.2.1.4.1c.3 0 .5-.1.7-.3l4.7-4.7h19.6c.6 0 1-.4 1-1V10c0-.6-.5-1-1-1zM10.4 20.1H7.2v-6h3c.9-.1 1.7.5 1.8 1.4v.1c0 .6-.3 1.1-.8 1.3c.6.2 1.1.8 1.1 1.5c-.1 1-.9 1.7-1.9 1.7zm7.5-4.9h-3.3v1.2h3v1.2h-3v1.3h3.3v1.2h-4.6v-6h4.6v1.1zm3.8 4.9h-1.3v-4.8h-1.9v-1.2h5v1.2h-1.8v4.8zm6.7 0l-.4-1h-2.7l-.4 1h-1.4l2.4-6h1.4l2.5 6h-1.4z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bicycle-line": {
"body": "<path fill=\"currentColor\" d=\"M8.5 29.65a6.51 6.51 0 0 1-6.5-6.5a6.39 6.39 0 0 1 6.5-6.36a6.39 6.39 0 0 1 6.5 6.36a6.51 6.51 0 0 1-6.5 6.5Zm0-11a4.5 4.5 0 1 0 4.5 4.5a4.51 4.51 0 0 0-4.5-4.5Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M27.5 29.65a6.51 6.51 0 0 1-6.5-6.5a6.5 6.5 0 0 1 13 0a6.51 6.51 0 0 1-6.5 6.5Zm0-11a4.5 4.5 0 1 0 4.5 4.5a4.51 4.51 0 0 0-4.5-4.5Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M19 24.66H8a1 1 0 0 1-.89-1.45l5-10l1.78.9l-4.27 8.62H19Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M13 12.68h11v1.91H13z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M28 24.66a1 1 0 0 1-.94-.66l-4.77-13.34H20a1 1 0 0 1-1-1a1 1 0 0 1 1-.93h3a.94.94 0 0 1 .94.6l5 14a1 1 0 0 1-.6 1.27a1 1 0 0 1-.34.06Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M13 14.66a1 1 0 0 1-.71-.29l-1.7-1.71H8a1 1 0 0 1-1-1a.94.94 0 0 1 1-1h3a1.08 1.08 0 0 1 .75.27l2 2a1 1 0 0 1 0 1.41a1 1 0 0 1-.75.32Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bicycle-solid": {
"body": "<path fill=\"currentColor\" d=\"M15 21.9c-.2-2-1.2-3.8-2.9-4.9l-2.5 4.9H15z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M7.2 23.4c-.2-.3-.2-.7 0-1l3.2-6.3c-.6-.2-1.2-.2-1.8-.2C5 15.9 2 18.8 2 22.4s2.9 6.5 6.5 6.5c3 0 5.6-2.1 6.3-5H8c-.3 0-.7-.2-.8-.5z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M19 21.9h-4v.5c0 .5-.1 1-.2 1.5H19v-2z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M27.5 15.9c-.3 0-.6 0-.9.1l2.4 6.6c.2.5-.1 1.1-.6 1.3c-.1 0-.2.1-.3.1c-.4 0-.8-.3-.9-.7l-2.4-6.7c-3.2 1.6-4.5 5.5-3 8.7c1.6 3.2 5.5 4.5 8.7 3c3.2-1.6 4.5-5.5 3-8.7c-1.3-2.3-3.5-3.7-6-3.7z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"currentColor\" d=\"M24.7 16.7c.6-.3 1.3-.5 1.9-.6l-2.7-7.4c-.1-.5-.5-.7-.9-.8h-3c-.6 0-1 .5-1 1.1c0 .5.4.9 1 .9h2.3l.7 2h-9.6l-1.7-1.7c-.2-.1-.4-.2-.7-.2H8c-.6 0-1 .4-1 1s.4 1 1 1h2.6l1.2 1.2l-1.5 3c.6.2 1.3.5 1.8.8l1.6-3.2h10l1 2.9z\" class=\"clr-i-solid clr-i-solid-path-5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bitcoin-line": {
"body": "<path fill=\"currentColor\" d=\"M24.11 16.88A5.49 5.49 0 0 0 21 7V4a1 1 0 0 0-2 0v3h-3V4a1 1 0 0 0-2 0v3h-3a1 1 0 0 0-1 1v20a1 1 0 0 0 1 1h3v3a1 1 0 0 0 2 0v-3h3v3a1 1 0 0 0 2 0v-3h.08A6.07 6.07 0 0 0 27 22.81v-.62a6.25 6.25 0 0 0-2.89-5.31ZM12 9h8.69a3.59 3.59 0 0 1 3.43 2.36A3.51 3.51 0 0 1 20.79 16H12Zm13 13.81A4.08 4.08 0 0 1 21.06 27H12v-9h9.06A4.08 4.08 0 0 1 25 22.19Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bitcoin-solid": {
"body": "<path fill=\"currentColor\" d=\"M21.18 18.47H14.5v6h6.68a2.7 2.7 0 0 0 2.63-2.77v-.48a2.71 2.71 0 0 0-2.63-2.75Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M23 13.75a2.24 2.24 0 0 0-2.23-2.25H14.5V16h6.3a2.22 2.22 0 0 0 2.2-2.25Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm8.31 19.73A5.22 5.22 0 0 1 21.18 27H21v1.9a1 1 0 0 1-2 0V27h-2v1.9a1 1 0 0 1-2 0V27h-1.75A1.25 1.25 0 0 1 12 25.75V10.23A1.25 1.25 0 0 1 13.25 9H15V7.07a1 1 0 0 1 2 0V9h2V7.07a1 1 0 0 1 2 0V9a4.72 4.72 0 0 1 3.2 8a5.31 5.31 0 0 1 2.11 4.24Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"block-line": {
"body": "<path fill=\"currentColor\" d=\"m31.42 9.09l-13-6a1 1 0 0 0-.84 0l-13 6A1 1 0 0 0 4 10v17a1 1 0 0 0 .58.91l13 6a1 1 0 0 0 .84 0l13-6A1 1 0 0 0 32 27V10a1 1 0 0 0-.58-.91ZM18 5.1L28.61 10L18 14.9L7.39 10ZM6 11.56l11 5.08v14.8L6 26.36Zm13 19.88v-14.8l11-5.08v14.8Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"block-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M30 15.53v10.83l-11 5.08v-14.8l2.57-1.19a3.67 3.67 0 0 1-2.11-1.22L18 14.9L7.39 10L18 5.1l3.08 1.42l1-1.74l-3.66-1.69a1 1 0 0 0-.84 0l-13 6A1 1 0 0 0 4 10v17a1 1 0 0 0 .58.91l13 6a1 1 0 0 0 .84 0l13-6A1 1 0 0 0 32 27V15.53ZM17 31.44L6 26.36v-14.8l11 5.08Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.87 1.26l-5.72 9.91a1.28 1.28 0 0 0 1.1 1.92H33.7a1.28 1.28 0 0 0 1.1-1.92l-5.72-9.91a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"block-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M30 13.5v12.86l-11 5.08v-14.8l8.08-3.73a7.57 7.57 0 0 1-2-1.27L18 14.9L7.39 10L18 5.1l4.61 2.13A7.12 7.12 0 0 1 22.5 6a8 8 0 0 1 .07-1l-4.15-1.91a1 1 0 0 0-.84 0l-13 6A1 1 0 0 0 4 10v17a1 1 0 0 0 .58.91l13 6a1 1 0 0 0 .84 0l13-6A1 1 0 0 0 32 27V13.22a7.37 7.37 0 0 1-2 .28ZM17 31.44L6 26.36v-14.8l11 5.08Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"block-quote-line": {
"body": "<path fill=\"currentColor\" d=\"M11.86 16.55a4.31 4.31 0 0 0-2.11.56a14.44 14.44 0 0 1 4.36-6a1.1 1.1 0 0 0-1.4-1.7c-4 3.25-5.78 7.75-5.78 10.54A5.08 5.08 0 0 0 10 24.58a4.4 4.4 0 0 0 1.88.44a4.24 4.24 0 1 0 0-8.47Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M23 16.55a4.29 4.29 0 0 0-2.11.56a14.5 14.5 0 0 1 4.35-6a1.1 1.1 0 1 0-1.39-1.7c-4 3.25-5.78 7.75-5.78 10.54a5.08 5.08 0 0 0 3 4.61A4.37 4.37 0 0 0 23 25a4.24 4.24 0 1 0 0-8.47Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"block-solid": {
"body": "<path fill=\"currentColor\" d=\"m31.42 9.09l-13-6a1 1 0 0 0-.84 0l-13 6A1 1 0 0 0 4 10v17a1 1 0 0 0 .58.91l13 6a1 1 0 0 0 .84 0l13-6A1 1 0 0 0 32 27V10a1 1 0 0 0-.58-.91ZM18 14.9L7.39 10L18 5.1L28.61 10Zm12 11.46l-11 5.08v-14.8l11-5.08Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"block-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M30 15.38v11l-11 5.06v-14.8l2.79-1.29a3.68 3.68 0 0 1-2.25-1.16L18 14.9L7.39 10L18 5.1l3 1.39l1-1.75l-3.58-1.65a1 1 0 0 0-.84 0l-13 6A1 1 0 0 0 4 10v17a1 1 0 0 0 .58.91l13 6a1 1 0 0 0 .84 0l13-6A1 1 0 0 0 32 27V15.38Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.12L21.13 11a1.27 1.27 0 0 0 1.1 1.91h11.45a1.27 1.27 0 0 0 1.1-1.91l-5.72-9.88a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"block-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M30 13.5v12.86l-11 5.08v-14.8l8.08-3.73a7.57 7.57 0 0 1-2-1.27L18 14.9L7.39 10L18 5.1l4.61 2.13A7.12 7.12 0 0 1 22.5 6a8 8 0 0 1 .07-1l-4.15-1.91a1 1 0 0 0-.84 0l-13 6A1 1 0 0 0 4 10v17a1 1 0 0 0 .58.91l13 6a1 1 0 0 0 .84 0l13-6A1 1 0 0 0 32 27V13.22a7.37 7.37 0 0 1-2 .28Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"blocks-group-line": {
"body": "<path fill=\"currentColor\" d=\"m33.53 18.76l-6.93-3.19V6.43a1 1 0 0 0-.6-.9l-7.5-3.45a1 1 0 0 0-.84 0l-7.5 3.45a1 1 0 0 0-.58.91v9.14l-6.9 3.18a1 1 0 0 0-.58.91v9.78a1 1 0 0 0 .58.91l7.5 3.45a1 1 0 0 0 .84 0l7.08-3.26l7.08 3.26a1 1 0 0 0 .84 0l7.5-3.45a1 1 0 0 0 .58-.91v-9.78a1 1 0 0 0-.57-.91Zm-2.81.91L25.61 22l-5.11-2.33l5.11-2.35ZM18.1 4.08l5.11 2.35l-5.11 2.35L13 6.43Zm-7.5 13.23l5.11 2.35L10.6 22l-5.11-2.33Zm6.5 11.49l-6.5 3l-6.5-3v-7.57L10.18 24a1 1 0 0 0 .82 0l6.08-2.8Zm-5.5-13.23V8l6.08 2.8a1 1 0 0 0 .84 0L24.6 8v7.58l-6.5 3Zm20.51 13.24l-6.5 3l-6.51-3v-7.59L25.19 24a1 1 0 0 0 .81 0l6.08-2.8Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"blocks-group-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"m33.53 18.76l-6.93-3.19h-2l-6.5 3l-6.5-3V8l6.08 2.8a1 1 0 0 0 .84 0l.24-.11a4.17 4.17 0 0 1 .29-.65l1.33-2.31l-2.28 1l-5.1-2.3l5.1-2.35l3.47 1.6l1-1.73l-4.07-1.87a1 1 0 0 0-.84 0l-7.5 3.45a1 1 0 0 0-.58.91v9.14l-6.9 3.18a1 1 0 0 0-.58.91v9.78a1 1 0 0 0 .58.91l7.5 3.45a1 1 0 0 0 .84 0l7.08-3.26l7.08 3.26a1 1 0 0 0 .84 0l7.5-3.45a1 1 0 0 0 .58-.91v-9.78a1 1 0 0 0-.57-.91ZM10.6 17.31l5.11 2.35L10.6 22l-5.11-2.33Zm0 14.49l-6.5-3v-7.57L10.18 24a1 1 0 0 0 .82 0l6.08-2.8v7.6Zm15-14.48l5.11 2.35l-5.1 2.33l-5.11-2.33Zm0 14.49l-6.51-3v-7.59l6.1 2.78a1 1 0 0 0 .81 0l6.08-2.8v7.61Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.85 1.14l-5.72 9.91a1.27 1.27 0 0 0 1.1 1.95h11.45a1.27 1.27 0 0 0 1.1-1.91l-5.72-9.95a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"blocks-group-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"m33.53 18.76l-6.93-3.19V12.7a7.58 7.58 0 0 1-2-1.51v4.39l-6.5 3l-6.5-3V8l6.08 2.8a1 1 0 0 0 .84 0L23 8.72a7.05 7.05 0 0 1-.47-2l-4.47 2L13 6.43l5.1-2.35l4.44 2v-.09a7.55 7.55 0 0 1 .27-2l-4.3-2a1 1 0 0 0-.84 0l-7.5 3.45a1 1 0 0 0-.58.91v9.14l-6.9 3.18a1 1 0 0 0-.58.91v9.78a1 1 0 0 0 .58.91l7.5 3.45a1 1 0 0 0 .84 0l7.08-3.26l7.08 3.26a1 1 0 0 0 .84 0l7.5-3.45a1 1 0 0 0 .58-.91v-9.69a1 1 0 0 0-.58-.91ZM10.6 17.31l5.11 2.35L10.6 22l-5.11-2.33Zm0 14.49l-6.5-3v-7.57L10.18 24a1 1 0 0 0 .82 0l6.08-2.8v7.6Zm15-14.48l5.11 2.35l-5.1 2.33l-5.11-2.33Zm0 14.49l-6.51-3v-7.59l6.1 2.78a1 1 0 0 0 .81 0l6.08-2.8v7.61Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><circle cx=\"30.03\" cy=\"6.03\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"blocks-group-solid": {
"body": "<path fill=\"currentColor\" d=\"m33.53 18.76l-6.93-3.19V6.43a1 1 0 0 0-.6-.9l-7.5-3.45a1 1 0 0 0-.84 0l-7.5 3.45a1 1 0 0 0-.58.91v9.14l-6.9 3.18a1 1 0 0 0-.58.91v9.78a1 1 0 0 0 .58.91l7.5 3.45a1 1 0 0 0 .84 0l7.08-3.26l7.08 3.26a1 1 0 0 0 .84 0l7.5-3.45a1 1 0 0 0 .58-.91v-9.78a1 1 0 0 0-.57-.91ZM25.61 22l-5.11-2.33l5.11-2.35l5.11 2.35Zm-1-6.44l-6.44 3v-7.69a1 1 0 0 0 .35-.08L24.6 8v7.58ZM18.1 4.08l5.11 2.35l-5.11 2.35L13 6.43Zm-7.5 13.23l5.11 2.35L10.6 22l-5.11-2.33Zm6.5 11.49l-6.5 3v-7.69A1 1 0 0 0 11 24l6.08-2.8Zm15 0l-6.46 3v-7.69A1 1 0 0 0 26 24l6.08-2.8Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"blocks-group-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"m33.53 18.76l-6.93-3.19h-2l-6.43 3v-7.7a1.05 1.05 0 0 0 .35-.08l.14-.06A3.23 3.23 0 0 1 19 10l1.28-2.22l-2.14 1L13 6.43l5.1-2.35l3.39 1.56l1-1.73l-4-1.83a1 1 0 0 0-.84 0l-7.5 3.45a1 1 0 0 0-.58.91v9.14l-6.9 3.18a1 1 0 0 0-.58.91v9.78a1 1 0 0 0 .58.91l7.5 3.45a1 1 0 0 0 .84 0l7.08-3.26l7.08 3.26a1 1 0 0 0 .84 0l7.5-3.45a1 1 0 0 0 .58-.91v-9.78a1 1 0 0 0-.56-.91Zm-28 .91l5.11-2.36l5.11 2.35L10.6 22ZM10.6 31.8v-7.69A1.08 1.08 0 0 0 11 24l6.08-2.8v7.6Zm9.9-12.13l5.11-2.35l5.11 2.35L25.61 22Zm5.14 12.13v-7.69A.89.89 0 0 0 26 24l6.08-2.8v7.6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.89 1.14l-5.72 9.91a1.27 1.27 0 0 0 1.1 1.95h11.45a1.27 1.27 0 0 0 1.1-1.91L29.1 1.14a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"blocks-group-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"m33.53 18.76l-6.93-3.19v-2.88a7.66 7.66 0 0 1-2-1.47v4.34l-6.43 3v-7.69a1.05 1.05 0 0 0 .35-.08L23 8.73a7.65 7.65 0 0 1-.48-2l-4.42 2l-5.1-2.3l5.1-2.35l4.38 2V6a7.55 7.55 0 0 1 .27-2L18.5 2.08a1 1 0 0 0-.84 0l-7.5 3.45a1 1 0 0 0-.58.91v9.14l-6.9 3.18a1 1 0 0 0-.58.91v9.78a1 1 0 0 0 .58.91l7.5 3.45a1 1 0 0 0 .84 0l7.08-3.26l7.08 3.26a1 1 0 0 0 .84 0l7.5-3.45a1 1 0 0 0 .58-.91v-9.78a1 1 0 0 0-.57-.91Zm-28 .91l5.11-2.36l5.11 2.35L10.6 22ZM10.6 31.8v-7.69A1.08 1.08 0 0 0 11 24l6.08-2.8v7.6Zm9.9-12.13l5.11-2.35l5.11 2.35L25.61 22Zm5.14 12.13v-7.69A.89.89 0 0 0 26 24l6.08-2.8v7.6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"29.98\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bluetooth-line": {
"body": "<path fill=\"currentColor\" d=\"M26.64 25.27L19 17.53V3l6.21 6.4l-5.65 5.79L21 16.62l5.68-5.82a2 2 0 0 0 0-2.78l-6.2-6.32a2.08 2.08 0 0 0-1.63-.7A2 2 0 0 0 17 3v12.38l-6.95-7.11a1 1 0 0 0-1.43 1.39L16.79 18l-7.73 8a1 1 0 0 0 0 1.41a1 1 0 0 0 .7.29a1 1 0 0 0 .72-.31L17 20.68V33a2.07 2.07 0 0 0 .71 1.62A2 2 0 0 0 19 35a1.94 1.94 0 0 0 1.42-.6l6.23-6.38a2 2 0 0 0-.01-2.75ZM19 33.05V20.29l6.21 6.36Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bluetooth-off-line": {
"body": "<path fill=\"currentColor\" d=\"m19 3l6.22 6.4l-5.66 5.8L21 16.63l5.68-5.83a2 2 0 0 0 0-2.78l-6.2-6.32a2 2 0 0 0-1.63-.7A2 2 0 0 0 17 3v11.4l2 2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M4.77 5L3.36 6.42L15.89 19l-6.83 7a1 1 0 0 0 .71 1.7a1 1 0 0 0 .72-.31L17 20.68v12.26a2.08 2.08 0 0 0 .71 1.63A2 2 0 0 0 19 35a2 2 0 0 0 1.42-.6l5.41-5.54l3.54 3.53l1.4-1.39ZM19 33.05v-11l5.41 5.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bluetooth-off-solid": {
"body": "<path fill=\"currentColor\" d=\"M19.31 5.17L23.7 9.7l-3.59 3.71l2.24 2.29l4.09-4.22a2.56 2.56 0 0 0 0-3.56l-6-6.14a2.51 2.51 0 0 0-2.77-.59a2.54 2.54 0 0 0-1.6 2.36v10l3.21 3.21Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M4.5 5L3.09 6.42l12.08 12.09l-6.47 6.68a1.6 1.6 0 0 0 1.15 2.71a1.57 1.57 0 0 0 1.15-.49l5.11-5.27v10.31a2.54 2.54 0 0 0 1.6 2.36a2.44 2.44 0 0 0 .95.19a2.55 2.55 0 0 0 1.82-.77l5.12-5.29l3.49 3.48L30.5 31Zm15.31 25.83v-8.18l4 4Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bluetooth-solid": {
"body": "<path fill=\"currentColor\" d=\"m26.52 24.52l-5.65-5.83l-1.46-1.5v-12l4.38 4.51l-3.6 3.71l2.24 2.29l4.09-4.22a2.54 2.54 0 0 0 0-3.56l-5.95-6.14a2.54 2.54 0 0 0-4.37 1.77v10.31l-5.53-5.7a1.6 1.6 0 1 0-2.3 2.23L15.75 18l-7 7.19a1.6 1.6 0 0 0 0 2.26a1.63 1.63 0 0 0 1.12.45a1.58 1.58 0 0 0 1.15-.49l5.11-5.27v10.31a2.53 2.53 0 0 0 1.59 2.36a2.44 2.44 0 0 0 .95.19a2.56 2.56 0 0 0 1.83-.77l5.95-6.15a2.54 2.54 0 0 0 .07-3.56Zm-7.12 6.31v-9.06l4.39 4.53Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"boat-line": {
"body": "<path fill=\"currentColor\" d=\"M29.1 27.1c-1.1-.1-2.2.3-3.1 1.1c-1.1 1.1-2.9 1.1-4.1 0c-1-.7-2.1-1.1-3.3-1.1c-1.2-.1-2.4.3-3.3 1.1c-.6.5-1.3.8-2.1.8s-1.5-.3-2.1-.8c-1-.8-2.2-1.2-3.4-1.2s-2.4.4-3.4 1.2c-.6.5-1.5.8-2.3.8v2c1.3.1 2.6-.3 3.6-1.2c.6-.5 1.5-.8 2.3-.8c.7 0 1.5.3 2.1.8c1.8 1.6 4.6 1.6 6.5 0c.6-.5 1.3-.8 2.1-.8c.7 0 1.4.3 2 .8c1.9 1.6 4.6 1.6 6.5 0c.5-.5 1.3-.8 2-.8s1.4.3 1.9.8c.9.7 1.9 1.1 3 1.2v-2c-1 0-1.2-.4-1.7-.8c-.9-.7-2-1.1-3.2-1.1z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M6 23c0-.6.5-1 1.1-1H32l-3.5 3.1h.2c.8 0 1.6.2 2.2.5l2.5-2.2l.2-.2c.7-.8.6-2.1-.2-2.8c-.4-.2-.8-.4-1.3-.4h-25c-1.7 0-3 1.3-3 3v3.2c.5-.5 1.2-.8 1.9-1.1V23z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M8.9 19H15v-7.8c0-.6-.3-1.2-.8-1.6c-.9-.7-2.2-.5-2.8.4l-4.1 5.9c-.4.6-.4 1.4-.1 2.1c.3.6 1 1 1.7 1zm4.2-7.8L13 17H8.9l4.2-5.8z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M26 18c.4-.6.4-1.4 0-2L19.7 5.6c-.4-.6-1-1-1.7-1c-1.1 0-2 .9-2 2V19h8.3c.7 0 1.4-.4 1.7-1zM17.9 6.6l6.4 10.5h-6.4V6.6z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"boat-solid": {
"body": "<path fill=\"currentColor\" d=\"M34 31c-1.1-.1-2.1-.5-3-1.2c-.5-.5-1.2-.8-2-.8c-.7 0-1.5.3-2 .8c-.9.8-2 1.1-3.1 1.1c-1.2 0-2.4-.4-3.3-1.1c-1.2-1.1-3-1.1-4.1 0c-.9.8-2.1 1.2-3.4 1.2c-1.2 0-2.3-.4-3.2-1.2c-.6-.5-1.3-.8-2-.8c-.8 0-1.7.3-2.3.8c-1 .8-2.3 1.2-3.5 1.1V29c.8 0 1.7-.3 2.3-.9c1-.8 2.2-1.2 3.4-1.1c1.2 0 2.4.4 3.3 1.2c1.2 1.1 3 1.1 4.2 0c1.9-1.6 4.7-1.6 6.5 0c1.2 1.1 3 1.1 4.1 0c.9-.8 2.1-1.2 3.3-1.2c1.1 0 2.2.4 3 1.2c.6.5.8.8 1.8.8v2z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M4.1 26.2c.6-.5 1.2-.8 1.9-1V23c0-.6.4-1.1 1-1.1h25L28.4 25h.2c.8 0 1.6.2 2.2.5l2.5-2.2l.2-.2c.7-.9.5-2.1-.4-2.8c-.2-.2-.7-.3-1.1-.3H7c-1.7 0-3 1.3-3 3l.1 3.2z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M14.9 18.9h-6c-1.1 0-2-.9-2-2c0-.4.1-.8.4-1.2l4.1-5.8c.6-.9 1.9-1.1 2.8-.5c.5.4.8 1 .8 1.6v7.9z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M24.3 18.9H16V6.4c0-1.1.9-2 2-2c.7 0 1.3.4 1.7 1L26 15.8c.6 1 .2 2.2-.7 2.7c-.3.2-.7.3-1 .4z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bold-line": {
"body": "<path fill=\"currentColor\" d=\"M22.43 17.54a4.67 4.67 0 0 0 2.8-4.37v-.06a4.43 4.43 0 0 0-1.31-3.25a7.09 7.09 0 0 0-5.13-1.73h-7A1.71 1.71 0 0 0 10 9.86V26a1.72 1.72 0 0 0 1.74 1.74h7.33c4.37 0 7.25-1.88 7.25-5.38v-.06c0-2.66-1.59-3.98-3.89-4.76Zm-8.75-6.14h4.54c2 0 3.15.89 3.15 2.33v.06c0 1.68-1.36 2.49-3.38 2.49h-4.31ZM22.37 22c0 1.59-1.31 2.43-3.46 2.43h-5.23v-4.81h5c2.49 0 3.69.88 3.69 2.37Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bolt-line": {
"body": "<path fill=\"currentColor\" d=\"M10.52 34h-3a1 1 0 0 1-.88-1.44L12.55 21H6a1 1 0 0 1-.85-1.54l10.68-17a1 1 0 0 1 .81-.46h13.43a1 1 0 0 1 .77 1.69L21.78 14h5.38a1 1 0 0 1 .73 1.66l-16.63 18a1 1 0 0 1-.74.34Zm-1.34-2h.91l14.77-16h-5.27a1 1 0 0 1-.77-1.69L27.88 4H17.19L7.77 19h6.43a1 1 0 0 1 .88 1.44Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bolt-solid": {
"body": "<path fill=\"currentColor\" d=\"M30.8 2.29a.49.49 0 0 0-.45-.29H16.42a.5.5 0 0 0-.42.23l-10.71 17a.49.49 0 0 0 .41.77h7.67L6.6 33.25a.52.52 0 0 0 .46.75h3a.5.5 0 0 0 .37-.16L28 14.85a.5.5 0 0 0-.37-.85h-6.74l9.83-11.18a.49.49 0 0 0 .08-.53Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"book-line": {
"body": "<path fill=\"currentColor\" d=\"M10 5.2h18v1.55H10z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M29 8H9.86A1.89 1.89 0 0 1 8 6a2 2 0 0 1 1.86-2H29a1 1 0 0 0 0-2H9.86A4 4 0 0 0 6 6a4.14 4.14 0 0 0 0 .49a1 1 0 0 0 0 .24V30a4 4 0 0 0 3.86 4H29a1 1 0 0 0 1-1V9.07A1.07 1.07 0 0 0 29 8Zm-1 24H9.86A2 2 0 0 1 8 30V9.55a3.63 3.63 0 0 0 1.86.45H28Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"book-solid": {
"body": "<path fill=\"currentColor\" d=\"M10 5.2h18v1.55H10z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M29 8H9.86A1.89 1.89 0 0 1 8 6a2 2 0 0 1 1.86-2H29a1 1 0 1 0 0-2H9.86A4 4 0 0 0 6 6a4.14 4.14 0 0 0 0 .49a1 1 0 0 0 0 .24V30a4 4 0 0 0 3.86 4H29a1 1 0 0 0 1-1V9.07A1.07 1.07 0 0 0 29 8Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bookmark-line": {
"body": "<path fill=\"currentColor\" d=\"M26 34a2 2 0 0 1-1.41-.58L18 26.82l-6.54 6.52A2 2 0 0 1 8 31.93V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v28a2 2 0 0 1-2 2Zm0-2V4H10v27.93L18 24Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bookmark-solid": {
"body": "<path fill=\"currentColor\" d=\"M26 2H10a2 2 0 0 0-2 2v27.93a2 2 0 0 0 3.42 1.41l6.54-6.52l6.63 6.6A2 2 0 0 0 28 32V4a2 2 0 0 0-2-2Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"box-plot-line": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 29V7h28v22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M7 12h10v14H7V12Zm1.6 12.4h6.8v-5.6H8.6v5.6Zm6.8-10.8H8.6v3.6h6.8v-3.6Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M19 24h10V10H19v14Zm1.6-12.4h6.8v5.6h-6.8v-5.6Zm6.8 10.8h-6.8v-3.6h6.8v3.6Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"box-plot-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-1.172 2H4v22h28V15.357h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M7 12h10v14H7V12Zm1.6 12.4h6.8v-5.6H8.6v5.6Zm6.8-10.8H8.6v3.6h6.8v-3.6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M29 24H19v-8.655c.021.003 1.6.015 1.6.015v1.84h6.8v-1.84l1.6-.003V24Zm-1.6-5.2h-6.8v3.6h6.8v-3.6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"box-plot-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M32 13.22V29H4V7h18.57a7.447 7.447 0 0 1-.07-1c.001-.335.024-.669.07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34c-.62.39-1.294.686-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M7 12h10v14H7V12Zm1.6 12.4h6.8v-5.6H8.6v5.6Zm6.8-10.8H8.6v3.6h6.8v-3.6Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M19 10h4.728a7.456 7.456 0 0 0 1.362 1.6H20.6v5.6h6.8v-4.213c.509.19 1.045.326 1.6.4V24H19Zm8.4 8.8h-6.8v3.6h6.8Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"box-plot-solid": {
"body": "<path fill=\"currentColor\" d=\"M34 7v22a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2ZM7 26h10V12H7Zm2-7h6v5H9Zm6-2H9v-3h6Zm4 7h10V10H19Zm2-12h6v5h-6Zm6 10h-6v-3h6Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"box-plot-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-2.93 5H19v.048l-1.375 2.347c-.818 1.188-.054 2.802 1.375 2.95V24h10v-8.643h5ZM7 26h10V12H7Zm2-7h6v5H9Zm6-2H9v-3h6Zm12 0h-6v-1.643h6Zm0 5h-6v-3h6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"box-plot-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M34 12.34V29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18.57a7.404 7.404 0 0 0 1.063 5H19v14h10V13.427c.103.013.206.024.31.033l1.01.02A7.453 7.453 0 0 0 34 12.34ZM7 26h10V12H7Zm2-7h6v5H9Zm6-2H9v-3h6Zm6-5h4.472c.468.352.98.65 1.528.885V17h-6Zm6 10h-6v-3h6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"briefcase-line": {
"body": "<path fill=\"currentColor\" d=\"M32 28H4v-6.68a7.1 7.1 0 0 1-2-1.43V28a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-8.11a6.74 6.74 0 0 1-2 1.42Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M25 22.4a1 1 0 0 0 1-1v-5.46h-2V18H14v2h10v1.4a1 1 0 0 0 1 1Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M33 6h-9V4.38A2.42 2.42 0 0 0 21.55 2h-7.1A2.42 2.42 0 0 0 12 4.38V6H3a1 1 0 0 0-1 1v8a5 5 0 0 0 5 5h3v1.4a1 1 0 0 0 2 0v-5.46h-2V18H7a3 3 0 0 1-3-3V8h28v7a3 3 0 0 1-3 3h-1v2h1a5 5 0 0 0 5-5V7a1 1 0 0 0-1-1ZM22 6h-8V4.43a.45.45 0 0 1 .45-.43h7.11a.43.43 0 0 1 .44.42Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"briefcase-solid": {
"body": "<path fill=\"currentColor\" d=\"M30 18a4.06 4.06 0 0 0 4-4V6H24V4.43A2.44 2.44 0 0 0 21.55 2h-7.1A2.44 2.44 0 0 0 12 4.43V6H2v8a4.06 4.06 0 0 0 4.05 4h4v-2.08h2v5.7a1 1 0 1 1-2 0v-1.56H6.06A6.06 6.06 0 0 1 2 18.49v9.45a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2v-9.45a6 6 0 0 1-4.06 1.57H28V18ZM14 4.43a.45.45 0 0 1 .45-.43h7.1a.45.45 0 0 1 .45.43V6h-8Zm12 17.19a1 1 0 1 1-2 0v-1.56H14V18h10v-2.08h2Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bubble-chart-line": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 29V7h28v22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M29 18a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M15 14a4 4 0 1 1-8 0a4 4 0 0 1 8 0Zm-4-2.4a2.4 2.4 0 1 0 .001 4.801A2.4 2.4 0 0 0 11 11.6Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M21 23a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bubble-chart-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-1.172 2H4v22h28V15.357h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M29 18a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M15 14a4 4 0 1 1-8 0a4 4 0 0 1 8 0Zm-4-2.4a2.4 2.4 0 1 0 .001 4.801A2.4 2.4 0 0 0 11 11.6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M21 23a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bubble-chart-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M32 13.22V29H4V7h18.57a7.447 7.447 0 0 1-.07-1c.001-.335.024-.669.07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34c-.62.39-1.294.686-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M29 18a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M15 14a4 4 0 1 1-8 0a4 4 0 0 1 8 0Zm-4-2.4a2.4 2.4 0 1 0 .001 4.801A2.4 2.4 0 0 0 11 11.6Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M21 23a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bubble-chart-solid": {
"body": "<path fill=\"currentColor\" d=\"M34 7v22a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2Zm-23 3a4 4 0 1 0 0 8a4 4 0 0 0 0-8Zm15 5a3 3 0 1 0 0 6a3 3 0 0 0 0-6Zm-8 5a3 3 0 1 0 0 6a3 3 0 0 0 0-6Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bubble-chart-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-4.333 7.395c-.83 1.206-.031 2.85 1.439 2.956c.07.006.137.008.206.006h5.309a3 3 0 1 0 2.842 0H34ZM11 10a4 4 0 1 0 0 8a4 4 0 0 0 0-8Zm7 10a3 3 0 1 0 0 6a3 3 0 0 0 0-6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bubble-chart-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M34 12.34V29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18.57a7.44 7.44 0 0 0 6.74 8.46l1.01.02A7.45 7.45 0 0 0 34 12.34ZM11 10a4 4 0 1 0 0 8a4 4 0 0 0 0-8Zm15 5a3 3 0 1 0 0 6a3 3 0 0 0 0-6Zm-8 5a3 3 0 1 0 0 6a3 3 0 0 0 0-6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bubble-exclamation-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2.5c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27C34 8.78 26.82 2.5 18 2.5Zm10.29 22.11a1 1 0 0 0-.32.73v5.34l-4.38-2.79a1 1 0 0 0-.83-.11a16 16 0 0 1-4.76.72c-7.72 0-14-5.38-14-12s6.28-12 14-12s14 5.38 14 12a11.08 11.08 0 0 1-3.71 8.11Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M18 20.63a1 1 0 0 0 1-1V8.48a1 1 0 1 0-2 0v11.13a1 1 0 0 0 1 1.02Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><circle cx=\"18\" cy=\"24.04\" r=\"1.33\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bubble-exclamation-solid": {
"body": "<path fill=\"currentColor\" d=\"M18 2.5c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27C34 8.78 26.82 2.5 18 2.5Zm-1.07 6.63a1.41 1.41 0 1 1 2.81 0v9.77a1.41 1.41 0 1 1-2.81 0Zm1.41 17.35a1.87 1.87 0 1 1 1.87-1.87a1.87 1.87 0 0 1-1.87 1.86Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bug-line": {
"body": "<circle cx=\"23.56\" cy=\"17.74\" r=\"1.95\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-1\"/><circle cx=\"22.42\" cy=\"25.88\" r=\"1.58\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-2\"/><circle cx=\"12.86\" cy=\"17.74\" r=\"1.95\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-3\"/><circle cx=\"13.99\" cy=\"25.88\" r=\"1.58\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M30.83 20H29a19.29 19.29 0 0 0-1.18-5.73l1.46-.79a1 1 0 0 0-.95-1.76l-3 1.64A17.65 17.65 0 0 1 27 20.72c0 6.28-3.2 10.51-8.2 10.9V15h-1.6v16.62C12.22 31.21 9 27 9 20.72a17.74 17.74 0 0 1 1.73-7.34L7.7 11.72a1 1 0 0 0-.95 1.76l1.5.8A19.38 19.38 0 0 0 7.07 20h-1.9a1 1 0 0 0 0 2H7.1a14.62 14.62 0 0 0 1.66 6.17l-1.89 1.32A1 1 0 1 0 8 31.12l1.84-1.29A10.38 10.38 0 0 0 18 33.66a10.38 10.38 0 0 0 8.14-3.81L28 31.12a1 1 0 1 0 1.15-1.64l-1.86-1.3A14.61 14.61 0 0 0 28.94 22h1.89a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M11.51 5.36a1.67 1.67 0 0 0 1.07-.51A3.21 3.21 0 0 1 13.76 6a16.38 16.38 0 0 0-2.65 2.89a2 2 0 0 0 1.61 3.19h10.6A2 2 0 0 0 25.1 11a2 2 0 0 0-.17-2.1A16.34 16.34 0 0 0 22.25 6a3.21 3.21 0 0 1 1.17-1.11A1.68 1.68 0 1 0 23 3.27A4.77 4.77 0 0 0 21 5a5.81 5.81 0 0 0-2.93-1a5.83 5.83 0 0 0-3 1A4.77 4.77 0 0 0 13 3.27a1.68 1.68 0 1 0-1.49 2.09Zm6.49.71c1.45 0 3.53 1.57 5.31 4h-10.6c1.78-2.44 3.85-4 5.29-4Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bug-solid": {
"body": "<path fill=\"currentColor\" d=\"M30.83 20H29a19.29 19.29 0 0 0-1.18-5.73l1.46-.79a1 1 0 0 0-.95-1.76l-3 1.28H10.78L7.7 11.72a1 1 0 0 0-.95 1.76l1.5.8A19.38 19.38 0 0 0 7.07 20h-1.9a1 1 0 0 0 0 2H7.1a14.62 14.62 0 0 0 1.66 6.17l-1.89 1.32A1 1 0 1 0 8 31.12l1.84-1.29A10.29 10.29 0 0 0 17 33.6V15h2v18.6a10.29 10.29 0 0 0 7.16-3.75L28 31.12a1 1 0 1 0 1.15-1.64l-1.86-1.3A14.61 14.61 0 0 0 28.94 22h1.89a1 1 0 0 0 0-2Zm-19.92-2.26a1.95 1.95 0 1 1 1.95 1.95a1.95 1.95 0 0 1-1.95-1.95ZM14 27.46a1.58 1.58 0 1 1 1.58-1.58A1.58 1.58 0 0 1 14 27.46Zm8.43 0A1.58 1.58 0 1 1 24 25.88a1.58 1.58 0 0 1-1.58 1.58Zm1.13-7.77a1.95 1.95 0 1 1 1.95-1.95a1.95 1.95 0 0 1-1.95 1.95Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M11.23 5.26a1.67 1.67 0 0 0 .54-.32a5.9 5.9 0 0 1 .89.58a7.44 7.44 0 0 1 .95.94a18.48 18.48 0 0 0-2.82 3.24c-.4.57.09 1.28.86 1.28h12.79c.77 0 1.26-.71.86-1.28a18.38 18.38 0 0 0-2.88-3.28a7.28 7.28 0 0 1 .91-.9a5.9 5.9 0 0 1 .89-.58a1.69 1.69 0 1 0-.56-1.51a7.49 7.49 0 0 0-1.32.83a9.06 9.06 0 0 0-1.19 1.18A5.85 5.85 0 0 0 18 4.3a5.91 5.91 0 0 0-3.17 1.19a9.2 9.2 0 0 0-1.22-1.21a7.49 7.49 0 0 0-1.32-.83a1.68 1.68 0 1 0-1.11 1.83Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"building-line": {
"body": "<path fill=\"currentColor\" d=\"M31 8h-8v2h8v21h-8v2h10V10a2 2 0 0 0-2-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M19.88 3H6.12A2.12 2.12 0 0 0 4 5.12V33h18V5.12A2.12 2.12 0 0 0 19.88 3ZM20 31h-3v-3H9v3H6V5.12A.12.12 0 0 1 6.12 5h13.76a.12.12 0 0 1 .12.12Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M8 8h2v2H8z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M12 8h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M16 8h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M8 13h2v2H8z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"currentColor\" d=\"M12 13h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-7\"/><path fill=\"currentColor\" d=\"M16 13h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-8\"/><path fill=\"currentColor\" d=\"M8 18h2v2H8z\" class=\"clr-i-outline clr-i-outline-path-9\"/><path fill=\"currentColor\" d=\"M12 18h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-10\"/><path fill=\"currentColor\" d=\"M16 18h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-11\"/><path fill=\"currentColor\" d=\"M8 23h2v2H8z\" class=\"clr-i-outline clr-i-outline-path-12\"/><path fill=\"currentColor\" d=\"M12 23h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-13\"/><path fill=\"currentColor\" d=\"M16 23h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-14\"/><path fill=\"currentColor\" d=\"M23 13h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-15\"/><path fill=\"currentColor\" d=\"M27 13h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-16\"/><path fill=\"currentColor\" d=\"M23 18h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-17\"/><path fill=\"currentColor\" d=\"M27 18h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-18\"/><path fill=\"currentColor\" d=\"M23 23h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-19\"/><path fill=\"currentColor\" d=\"M27 23h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-20\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"building-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M8 8h2v2H8z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M12 8h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M16 8h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M8 13h2v2H8z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M12 13h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"/><path fill=\"currentColor\" d=\"M16 13h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"/><path fill=\"currentColor\" d=\"M8 18h2v2H8z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\"/><path fill=\"currentColor\" d=\"M12 18h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\"/><path fill=\"currentColor\" d=\"M16 18h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted\"/><path fill=\"currentColor\" d=\"M8 23h2v2H8z\" class=\"clr-i-outline--alerted clr-i-outline-path-10--alerted\"/><path fill=\"currentColor\" d=\"M12 23h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-11--alerted\"/><path fill=\"currentColor\" d=\"M16 23h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-12--alerted\"/><path fill=\"currentColor\" d=\"M23 18h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-13--alerted\"/><path fill=\"currentColor\" d=\"M27 18h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-14--alerted\"/><path fill=\"currentColor\" d=\"M23 23h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-15--alerted\"/><path fill=\"currentColor\" d=\"M27 23h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-16--alerted\"/><path fill=\"currentColor\" d=\"M20 31h-3v-3H9v3H6V5.12A.12.12 0 0 1 6.12 5h13.76a.12.12 0 0 1 .12.12v3.12l2-3.41A2.12 2.12 0 0 0 19.88 3H6.12A2.12 2.12 0 0 0 4 5.12V33h18V15.38a3.68 3.68 0 0 1-2-.74Z\" class=\"clr-i-outline--alerted clr-i-outline-path-17--alerted\"/><path fill=\"currentColor\" d=\"M31 15.4V31h-8v2h10V15.4h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-18--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-19--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"building-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M19.88 3H6.12A2.12 2.12 0 0 0 4 5.12V33h18V5.12A2.12 2.12 0 0 0 19.88 3ZM20 31h-3v-3H9v3H6V5.12A.12.12 0 0 1 6.12 5h13.76a.12.12 0 0 1 .12.12Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M8 8h2v2H8z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M12 8h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M16 8h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><path fill=\"currentColor\" d=\"M8 13h2v2H8z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"/><path fill=\"currentColor\" d=\"M12 13h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"/><path fill=\"currentColor\" d=\"M16 13h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged\"/><path fill=\"currentColor\" d=\"M8 18h2v2H8z\" class=\"clr-i-outline--badged clr-i-outline-path-8--badged\"/><path fill=\"currentColor\" d=\"M12 18h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-9--badged\"/><path fill=\"currentColor\" d=\"M16 18h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-10--badged\"/><path fill=\"currentColor\" d=\"M8 23h2v2H8z\" class=\"clr-i-outline--badged clr-i-outline-path-11--badged\"/><path fill=\"currentColor\" d=\"M12 23h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-12--badged\"/><path fill=\"currentColor\" d=\"M16 23h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-13--badged\"/><path fill=\"currentColor\" d=\"M23 13h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-14--badged\"/><path fill=\"currentColor\" d=\"M27 13h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-15--badged\"/><path fill=\"currentColor\" d=\"M23 18h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-16--badged\"/><path fill=\"currentColor\" d=\"M27 18h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-17--badged\"/><path fill=\"currentColor\" d=\"M23 23h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-18--badged\"/><path fill=\"currentColor\" d=\"M27 23h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-19--badged\"/><path fill=\"currentColor\" d=\"M31 13.43V31h-8v2h10V12.87a7.45 7.45 0 0 1-2 .56Z\" class=\"clr-i-outline--badged clr-i-outline-path-20--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-21--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"building-solid": {
"body": "<path fill=\"currentColor\" d=\"M31 8h-9v25h11V10a2 2 0 0 0-2-2Zm-5 17h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm4 10h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M17.88 3H6.12A2.12 2.12 0 0 0 4 5.12V33h5v-3h6v3h5V5.12A2.12 2.12 0 0 0 17.88 3ZM9 25H7v-2h2Zm0-5H7v-2h2Zm0-5H7v-2h2Zm0-5H7V8h2Zm4 15h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2V8h2Zm4 15h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2V8h2Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"building-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M17.88 3H6.12A2.12 2.12 0 0 0 4 5.12V33h5v-3h6v3h5V14.64a3.67 3.67 0 0 1-1-4.76l1-1.65V5.12A2.12 2.12 0 0 0 17.88 3ZM9 25H7v-2h2Zm0-5H7v-2h2Zm0-5H7v-2h2Zm0-5H7V8h2Zm4 15h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2V8h2Zm4 15h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2V8h2Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M22.23 15.4H22V33h11V15.4ZM26 25h-2v-2h2Zm0-5h-2v-2h2Zm4 5h-2v-2h2Zm0-5h-2v-2h2Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"building-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M17.88 3H6.12A2.12 2.12 0 0 0 4 5.12V33h5v-3h6v3h5V5.12A2.12 2.12 0 0 0 17.88 3ZM9 25H7v-2h2Zm0-5H7v-2h2Zm0-5H7v-2h2Zm0-5H7V8h2Zm4 15h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2V8h2Zm4 15h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2V8h2Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M30 13.5V15h-2v-1.78A7.5 7.5 0 0 1 22.78 8H22v25h11V12.87a7.47 7.47 0 0 1-3 .63ZM26 25h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm4 10h-2v-2h2Zm0-5h-2v-2h2Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bullet-list-line": {
"body": "<circle cx=\"5.21\" cy=\"9.17\" r=\"2\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-1\"/><circle cx=\"5.21\" cy=\"17.17\" r=\"2\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-2\"/><circle cx=\"5.21\" cy=\"25.17\" r=\"2\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M32.42 9a1 1 0 0 0-1-1H10v2h21.42a1 1 0 0 0 1-1Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M31.42 16H10v2h21.42a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M31.42 24H10v2h21.42a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bullseye-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2a15.92 15.92 0 0 0-4.25.59l.77 1.86a14.07 14.07 0 1 1-10 10l-1.86-.78A16 16 0 1 0 18 2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M7.45 15.7a10.81 10.81 0 1 0 8.3-8.26L16.37 9A9.24 9.24 0 1 1 9 16.32Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M18 22.09a4.08 4.08 0 0 1-4-3.68l-1.63-.68V18A5.69 5.69 0 1 0 18 12.31h-.24l.67 1.69a4.07 4.07 0 0 1-.43 8.09Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M8.2 13.34a.5.5 0 0 0 .35.15h3.65l5.37 5.37A1 1 0 0 0 19 17.44L13.53 12V8.51a.5.5 0 0 0-.15-.35L7.79 2.57a.5.5 0 0 0-.85.35v4H3a.5.5 0 0 0-.35.85Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bullseye-solid": {
"body": "<path fill=\"currentColor\" d=\"M19 18.85a1 1 0 0 1-1.41 0l-3-3a4 4 0 0 0-.68 2.15A4.09 4.09 0 1 0 18 13.91a4 4 0 0 0-2 .55l3 3a1 1 0 0 1 0 1.39Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M18 2a15.92 15.92 0 0 0-4.25.59l1.6 3.89a11.89 11.89 0 1 1-8.86 8.82l-3.88-1.62A16 16 0 1 0 18 2Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M8 15.94A10.17 10.17 0 1 0 16 8l1.69 4.11H18A5.88 5.88 0 1 1 12.12 18v-.35Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M8.2 13.34a.5.5 0 0 0 .35.15h3.65l2.35 2.35A4.09 4.09 0 0 1 16 14.46L13.53 12V8.51a.5.5 0 0 0-.15-.35L7.79 2.57a.5.5 0 0 0-.85.35v4H3a.5.5 0 0 0-.35.85Z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bundle-line": {
"body": "<path fill=\"currentColor\" d=\"m32.43 8.35l-13-6.21a1 1 0 0 0-.87 0l-15 7.24a1 1 0 0 0-.57.9v16.55a1 1 0 0 0 .6.92l13 6.19a1 1 0 0 0 .87 0l15-7.24a1 1 0 0 0 .57-.9V9.25a1 1 0 0 0-.6-.9ZM19 4.15l10.93 5.22l-5.05 2.44l-10.67-5.35Zm-2 11.49L6 10.41l5.9-2.85l10.7 5.35ZM5 12.13l11 5.27v14.06L5 26.2Zm13 19.32V17.36l13-6.29v14.1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"bundle-solid": {
"body": "<path fill=\"currentColor\" d=\"m32.43 8.35l-13-6.21a1 1 0 0 0-.87 0l-15 7.24a1 1 0 0 0-.57.9v16.55a1 1 0 0 0 .6.92l13 6.19a1 1 0 0 0 .87 0l15-7.24a1 1 0 0 0 .57-.9V9.25a1 1 0 0 0-.6-.9ZM19 4.15l10.93 5.22l-5.05 2.44l-10.67-5.35Zm-2 11.49L6 10.41l5.9-2.85l10.7 5.35Zm1 15.8V17.36l13-6.29v14.1Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"calculator-line": {
"body": "<path fill=\"currentColor\" d=\"M28 2H8a2 2 0 0 0-2 2v28a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM8 32V4h20v28Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M12 8h13.67V6H11a1 1 0 0 0-1 1v4.67h2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M12 16h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M24 16h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M18 16h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M12 22h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"currentColor\" d=\"M24 22h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-7\"/><path fill=\"currentColor\" d=\"M18 22h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-8\"/><path fill=\"currentColor\" d=\"M12 28h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-9\"/><path fill=\"currentColor\" d=\"M24 28h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-10\"/><path fill=\"currentColor\" d=\"M18 28h-2v2h4v-4h-2v2z\" class=\"clr-i-outline clr-i-outline-path-11\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"calculator-solid": {
"body": "<path fill=\"currentColor\" d=\"M28 2H8a2 2 0 0 0-2 2v28a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2ZM12 28h-2v-2h2Zm0-6h-2v-2h2Zm0-6h-2v-2h2Zm7 12h-2v-2h2Zm0-6h-2v-2h2Zm0-6h-2v-2h2Zm7 12h-2v-2h2Zm0-6h-2v-2h2Zm0-6h-2v-2h2Zm0-7H10V5h16Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"calendar-line": {
"body": "<path fill=\"currentColor\" d=\"M32.25 6H29v2h3v22H4V8h3V6H3.75A1.78 1.78 0 0 0 2 7.81v22.38A1.78 1.78 0 0 0 3.75 32h28.5A1.78 1.78 0 0 0 34 30.19V7.81A1.78 1.78 0 0 0 32.25 6Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M8 14h2v2H8z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M14 14h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M20 14h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M26 14h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M8 19h2v2H8z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"currentColor\" d=\"M14 19h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-7\"/><path fill=\"currentColor\" d=\"M20 19h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-8\"/><path fill=\"currentColor\" d=\"M26 19h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-9\"/><path fill=\"currentColor\" d=\"M8 24h2v2H8z\" class=\"clr-i-outline clr-i-outline-path-10\"/><path fill=\"currentColor\" d=\"M14 24h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-11\"/><path fill=\"currentColor\" d=\"M20 24h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-12\"/><path fill=\"currentColor\" d=\"M26 24h2v2h-2z\" class=\"clr-i-outline clr-i-outline-path-13\"/><path fill=\"currentColor\" d=\"M10 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z\" class=\"clr-i-outline clr-i-outline-path-14\"/><path fill=\"currentColor\" d=\"M26 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z\" class=\"clr-i-outline clr-i-outline-path-15\"/><path fill=\"currentColor\" d=\"M13 6h10v2H13z\" class=\"clr-i-outline clr-i-outline-path-16\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"calendar-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M33.68 15.4H32V30H4V8h3V6H3.75A1.78 1.78 0 0 0 2 7.81v22.38A1.78 1.78 0 0 0 3.75 32h28.5A1.78 1.78 0 0 0 34 30.19V15.38Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M8 14h2v2H8z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M14 14h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M8 19h2v2H8z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M14 19h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"/><path fill=\"currentColor\" d=\"M20 19h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"/><path fill=\"currentColor\" d=\"M26 19h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted\"/><path fill=\"currentColor\" d=\"M8 24h2v2H8z\" class=\"clr-i-outline--alerted clr-i-outline-path-8--alerted\"/><path fill=\"currentColor\" d=\"M14 24h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-9--alerted\"/><path fill=\"currentColor\" d=\"M20 24h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-10--alerted\"/><path fill=\"currentColor\" d=\"M26 24h2v2h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-11--alerted\"/><path fill=\"currentColor\" d=\"M10 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z\" class=\"clr-i-outline--alerted clr-i-outline-path-12--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-13--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"calendar-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M32 13.22V30H4V8h3V6H3.75A1.78 1.78 0 0 0 2 7.81v22.38A1.78 1.78 0 0 0 3.75 32h28.5A1.78 1.78 0 0 0 34 30.19V12.34a7.45 7.45 0 0 1-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M8 14h2v2H8z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M14 14h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M20 14h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><path fill=\"currentColor\" d=\"M26 14h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"/><path fill=\"currentColor\" d=\"M8 19h2v2H8z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"/><path fill=\"currentColor\" d=\"M14 19h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged\"/><path fill=\"currentColor\" d=\"M20 19h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-8--badged\"/><path fill=\"currentColor\" d=\"M26 19h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-9--badged\"/><path fill=\"currentColor\" d=\"M8 24h2v2H8z\" class=\"clr-i-outline--badged clr-i-outline-path-10--badged\"/><path fill=\"currentColor\" d=\"M14 24h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-11--badged\"/><path fill=\"currentColor\" d=\"M20 24h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-12--badged\"/><path fill=\"currentColor\" d=\"M26 24h2v2h-2z\" class=\"clr-i-outline--badged clr-i-outline-path-13--badged\"/><path fill=\"currentColor\" d=\"M10 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z\" class=\"clr-i-outline--badged clr-i-outline-path-14--badged\"/><path fill=\"currentColor\" d=\"M22.5 6H13v2h9.78a7.49 7.49 0 0 1-.28-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-15--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-16--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"calendar-solid": {
"body": "<path fill=\"currentColor\" d=\"M32.25 6h-4v3a2.2 2.2 0 1 1-4.4 0V6H12.2v3a2.2 2.2 0 0 1-4.4 0V6h-4A1.78 1.78 0 0 0 2 7.81v22.38A1.78 1.78 0 0 0 3.75 32h28.5A1.78 1.78 0 0 0 34 30.19V7.81A1.78 1.78 0 0 0 32.25 6ZM10 26H8v-2h2Zm0-5H8v-2h2Zm0-5H8v-2h2Zm6 10h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm6 10h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm6 10h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M10 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M26 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"calendar-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M33.68 15.4H22.23A3.68 3.68 0 0 1 19 9.89L21.29 6H12.2v3a2.2 2.2 0 0 1-4.4 0V6h-4A1.78 1.78 0 0 0 2 7.81v22.38A1.78 1.78 0 0 0 3.75 32h28.5A1.78 1.78 0 0 0 34 30.19V15.38ZM10 26H8v-2h2Zm0-5H8v-2h2Zm0-5H8v-2h2Zm6 10h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm6 10h-2v-2h2Zm0-5h-2v-2h2Zm6 5h-2v-2h2Zm0-5h-2v-2h2Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M10 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"calendar-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M10 10a1 1 0 0 0 1-1V3a1 1 0 0 0-2 0v6a1 1 0 0 0 1 1Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M30 13.5A7.5 7.5 0 0 1 22.5 6H12.2v3a2.2 2.2 0 0 1-4.4 0V6h-4A1.78 1.78 0 0 0 2 7.81v22.38A1.78 1.78 0 0 0 3.75 32h28.5A1.78 1.78 0 0 0 34 30.19V12.34a7.45 7.45 0 0 1-4 1.16ZM10 26H8v-2h2Zm0-5H8v-2h2Zm0-5H8v-2h2Zm6 10h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm6 10h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Zm6 10h-2v-2h2Zm0-5h-2v-2h2Zm0-5h-2v-2h2Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"camera-line": {
"body": "<path fill=\"currentColor\" d=\"M32 8h-7.3l-1.06-2.72A2 2 0 0 0 21.78 4h-7.56a2 2 0 0 0-1.87 1.28L11.3 8H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2Zm0 22H4V10h8.67l1.55-4h7.56l1.55 4H32Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M9 19a9 9 0 1 0 9-9a9 9 0 0 0-9 9Zm16.4 0a7.4 7.4 0 1 1-7.4-7.4a7.41 7.41 0 0 1 7.4 7.4Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M9.37 12.83a.8.8 0 0 0-.8-.8h-2.4a.8.8 0 0 0 0 1.6h2.4a.8.8 0 0 0 .8-.8Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M12.34 19a5.57 5.57 0 0 0 3.24 5l.85-1.37a4 4 0 1 1 4.11-6.61l.86-1.38A5.56 5.56 0 0 0 12.34 19Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"camera-solid": {
"body": "<path fill=\"currentColor\" d=\"M32 8h-7.3l-1.06-2.72A2 2 0 0 0 21.78 4h-7.56a2 2 0 0 0-1.87 1.28L11.3 8H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2ZM6.17 13.63a.8.8 0 0 1 0-1.6h2.4a.8.8 0 0 1 0 1.6ZM18 28a9 9 0 1 1 9-9a9 9 0 0 1-9 9Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M11.11 19.06a7.07 7.07 0 0 0 4.11 6.41l1.09-1.74a5 5 0 1 1 5.22-8.39l1.09-1.76a7.06 7.06 0 0 0-11.51 5.48Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"campervan-line": {
"body": "<path fill=\"currentColor\" d=\"M9.5 24C7.6 24 6 25.6 6 27.5S7.6 31 9.5 31s3.5-1.6 3.5-3.5S11.4 24 9.5 24zm0 5c-.8 0-1.5-.7-1.5-1.5S8.7 26 9.5 26s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M23.5 24c-1.9 0-3.5 1.6-3.5 3.5s1.5 3.5 3.5 3.5c1.9 0 3.5-1.6 3.5-3.5S25.4 24 23.5 24zm0 5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5s1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M33 20.1V20h-.1l-3.5-5.5C31 13.6 32 12 32 10.3v-.6C32 7.1 29.9 5 27.3 5h-8.5c-1.9 0-3.7 1.2-4.4 3H5c-1.7 0-3 1.3-3 3v17h2V11c0-.6.4-1 1-1h10.9l.1-.8c.3-1.3 1.4-2.2 2.7-2.2h8.5C28.8 7 30 8.2 30 9.7v.5c0 1.5-1.2 2.7-2.7 2.7H24v9h7.8l.2.3V25c0 .6-.4 1-1 1h-2v2h2c1.7 0 3-1.3 3-3v-3.3l-1-1.6zm-7-.1v-5h1.5l3.1 5H26z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M19 9h8v2h-8z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M20 22h2v-9h-7v15h2V15h3z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M6 20h7v-7H6v7zm2-5h3v3H8v-3z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"campervan-solid": {
"body": "<path fill=\"currentColor\" d=\"M9.5 24C7.6 24 6 25.6 6 27.5S7.6 31 9.5 31s3.5-1.6 3.5-3.5v-.1c0-1.9-1.6-3.4-3.5-3.4z\" class=\"clr-i-solid clr-i-solid-path-1\"/><circle cx=\"23.5\" cy=\"27.5\" r=\"3.5\" fill=\"currentColor\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M29.5 14.5C31 13.6 32 12 32 10.2v-.6C32 7 29.9 5 27.3 5h-8.5c-1.9 0-3.7 1.2-4.4 3H5c-1.7 0-3 1.3-3 3v17h2V11c0-.6.4-1 1-1h10.9l.1-.8c.3-1.3 1.4-2.2 2.7-2.2h8.5C28.8 7 30 8.2 30 9.7v.5c0 1.5-1.2 2.7-2.7 2.7H24v9h7.8l.2.3V25c0 .6-.4 1-1 1h-2v2h2c1.7 0 3-1.3 3-3v-3.3l-4.5-7.2z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M19 9h7.9v2H19z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"currentColor\" d=\"M20 22h1.9v-9H15v15h1.9V15H20z\" class=\"clr-i-solid clr-i-solid-path-5\"/><path fill=\"currentColor\" d=\"M6 13h6.9v7H6z\" class=\"clr-i-solid clr-i-solid-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cancel-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2ZM4 18a13.93 13.93 0 0 1 3.43-9.15l19.72 19.72A14 14 0 0 1 4 18Zm24.57 9.15L8.85 7.43a14 14 0 0 1 19.72 19.72Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"capacitor-line": {
"body": "<path fill=\"currentColor\" d=\"M15 34.06a1 1 0 0 1-1-1V3.15a1 1 0 1 1 2 0v29.91a1 1 0 0 1-1 1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M21 34.06a1 1 0 0 1-1-1V3.15a1 1 0 1 1 2 0v29.91a1 1 0 0 1-1 1Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M14.46 19H3a1 1 0 0 1 0-2h11.46a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M33 19H21.54a1 1 0 0 1 0-2H33a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"car-line": {
"body": "<path fill=\"currentColor\" d=\"M15 17h3v2h-3z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M26.45 14.17A22.1 22.1 0 0 0 19.38 7a9.64 9.64 0 0 0-9-.7a8.6 8.6 0 0 0-4.82 6.4c-.08.47-.14.92-.2 1.36A4 4 0 0 0 2 18v6.13a2 2 0 0 0 2 2V18a2 2 0 0 1 2-2h18.73A7.28 7.28 0 0 1 32 23.27V24h-2a4.53 4.53 0 1 0 .33 2H32a2 2 0 0 0 2-2v-.73a9.28 9.28 0 0 0-7.55-9.1ZM11 14H6.93c0-.31.09-.63.15-1A6.52 6.52 0 0 1 11 8Zm2 0V7.58a8.17 8.17 0 0 1 5.36 1.16A19 19 0 0 1 23.9 14Zm12.8 14.38a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M14.17 24a4.53 4.53 0 1 0 .33 2h5.3v-.25A6 6 0 0 1 20 24ZM10 28.38a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"car-solid": {
"body": "<path fill=\"currentColor\" d=\"M26.87 14.28a22.36 22.36 0 0 0-7.22-7.38a9.64 9.64 0 0 0-9-.7a8.6 8.6 0 0 0-4.82 6.4c-.08.49-.15 1-.21 1.4h-1A2.59 2.59 0 0 0 2 16.59v8.55a.86.86 0 0 0 .86.86h1.73v-.39a5.77 5.77 0 0 1 7.71-5.45l-1 1a4.56 4.56 0 0 0-4.34 1.58a3 3 0 0 0-.63.93A4.5 4.5 0 1 0 14.82 26h5.48v-.39a5.77 5.77 0 0 1 7.7-5.45l-1 1a4.56 4.56 0 0 0-4.34 1.58a3 3 0 0 0-.63.93a4.5 4.5 0 1 0 8.5 2.33h2.61a.86.86 0 0 0 .86-.86v-1.78a9.39 9.39 0 0 0-7.13-9.08ZM12 14H8c0-.35.1-.71.16-1.07a6.52 6.52 0 0 1 3.87-5Zm-1.64 14.36a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5ZM19 19h-3v-2h3Zm-6-5V7.47a8.16 8.16 0 0 1 5.4 1.15A19.15 19.15 0 0 1 24 14Zm13.06 14.36a2.5 2.5 0 1 1 2.5-2.5a2.5 2.5 0 0 1-2.5 2.5Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"caravan-line": {
"body": "<path fill=\"currentColor\" d=\"M13.5 21C11 21 9 23 9 25.5s2 4.5 4.5 4.5s4.5-2 4.5-4.5s-2-4.5-4.5-4.5zm0 7c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5s2.5 1.1 2.5 2.5s-1.1 2.5-2.5 2.5z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M33 24h-2v-7.5c0-.5-.1-1-.4-1.5l-4.2-7.5c-.5-1-1.5-1.5-2.6-1.5H5C3.3 6 2 7.3 2 9v14c0 1.7 1.3 3 3 3h2v-2H5c-.6 0-1-.4-1-1V9c0-.6.4-1 1-1h18.8c.4 0 .7.2.9.5l4.2 7.5c.1.1.1.3.1.5V24h-4V12h-7v8h2v-6h3v10h-3v2h13c.6 0 1-.4 1-1s-.4-1-1-1z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M16 12H7v6h9v-6zm-2 4H9v-2h5v2z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"caravan-solid": {
"body": "<path fill=\"currentColor\" d=\"M13.5 30C11 30 9 28 9 25.5s2-4.5 4.5-4.5s4.5 2 4.5 4.5s-2 4.5-4.5 4.5z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M33 24h-2v-7.5c0-.5-.1-1-.4-1.5l-4.2-7.5c-.5-1-1.5-1.5-2.6-1.5H5C3.3 6 2 7.3 2 9v14c0 1.7 1.3 3 3 3h2v-2H5c-.6 0-1-.4-1-1V9c0-.6.4-1 1-1h18.8c.4 0 .7.2.9.5l4.2 7.5c.1.1.1.3.1.5V24h-4V12h-7v8h2v-6h3v10h-3v2h13c.6 0 1-.4 1-1s-.4-1-1-1z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M16 18H7v-6h9v6z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"caret-line": {
"body": "<path fill=\"currentColor\" d=\"M29.52 22.52L18 10.6L6.48 22.52a1.7 1.7 0 0 0 2.45 2.36L18 15.49l9.08 9.39a1.7 1.7 0 0 0 2.45-2.36Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cd-dvd-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm0 30a14 14 0 1 1 14-14a14 14 0 0 1-14 14Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M22.33 18a4.46 4.46 0 1 0-4.45 4.46A4.46 4.46 0 0 0 22.33 18Zm-4.45 2.9a2.86 2.86 0 1 1 2.85-2.9a2.86 2.86 0 0 1-2.85 2.9Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M17.88 7.43H18V5.84h-.12a12.21 12.21 0 0 0-12.2 11.91h1.6a10.61 10.61 0 0 1 10.6-10.32Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M30.08 18h-1.59a10.61 10.61 0 0 1-10.24 10.63v1.6A12.22 12.22 0 0 0 30.09 18s-.01 0-.01 0Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M18 11V9.44h-.12a8.62 8.62 0 0 0-8.6 8.32h1.6a7 7 0 0 1 7-6.72Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M18.25 25v1.6a8.61 8.61 0 0 0 8.23-8.6h-1.6a7 7 0 0 1-6.63 7Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cd-dvd-solid": {
"body": "<path fill=\"currentColor\" d=\"M18.17 1.92a16 16 0 1 0 16 16a16 16 0 0 0-16-16ZM26.23 18h1.54a9.61 9.61 0 0 1-9.6 9.53H18V26h.17a8.07 8.07 0 0 0 8.06-8ZM6.05 18h-1.6v-.08A13.72 13.72 0 0 1 18 4.21v1.6A12.13 12.13 0 0 0 6.05 17.92Zm4.05 0H8.56v-.08A9.61 9.61 0 0 1 18 8.32v1.54a8.07 8.07 0 0 0-7.9 8.06Zm4.32-.08a3.75 3.75 0 1 1 3.75 3.75a3.75 3.75 0 0 1-3.75-3.75Zm3.75 13.71H18V30h.17a12.13 12.13 0 0 0 12.11-12h1.6a13.73 13.73 0 0 1-13.71 13.63Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"center-text-line": {
"body": "<path fill=\"currentColor\" d=\"M30.88 8H5.12a1.1 1.1 0 0 0 0 2.2h25.76a1.1 1.1 0 1 0 0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M25.5 16.2a1.1 1.1 0 1 0 0-2.2h-15a1.1 1.1 0 1 0 0 2.2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M30.25 20H5.75a1.1 1.1 0 0 0 0 2.2h24.5a1.1 1.1 0 0 0 0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M24.88 26H11.12a1.1 1.1 0 1 0 0 2.2h13.76a1.1 1.1 0 1 0 0-2.2Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"certificate-line": {
"body": "<path fill=\"currentColor\" d=\"M32 6H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h15l.57-.7l.93-1.14l-.09-.16H4V8h28v8.56a8.41 8.41 0 0 1 2 1.81V8a2 2 0 0 0-2-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M7 12h17v1.6H7z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M7 16h11v1.6H7z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M7 23h10v1.6H7z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M27.46 17.23a6.36 6.36 0 0 0-4.4 11l-1.94 2.37l.9 3.61l3.66-4.46a6.26 6.26 0 0 0 3.55 0l3.66 4.46l.9-3.61l-1.94-2.37a6.36 6.36 0 0 0-4.4-11Zm0 10.68a4.31 4.31 0 1 1 4.37-4.31a4.35 4.35 0 0 1-4.37 4.31Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"certificate-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M7 16h11v1.6H7z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M7 23h10v1.6H7z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M27.46 17.23a6.36 6.36 0 0 0-4.4 11l-1.94 2.37l.9 3.61l3.66-4.46a6.26 6.26 0 0 0 3.55 0l3.66 4.46l.9-3.61l-1.94-2.37a6.36 6.36 0 0 0-4.4-11Zm0 10.68a4.31 4.31 0 1 1 4.37-4.31a4.35 4.35 0 0 1-4.37 4.31Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M19 13.56a3.66 3.66 0 0 1-.43-1.56H7v1.6h12.07Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M33.68 15.4H32v1.16a8.41 8.41 0 0 1 2 1.81v-3Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"/><path fill=\"currentColor\" d=\"M4 28V8h16.14l1.15-2H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h15l.57-.7l.93-1.14l-.09-.16Z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-7--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"certificate-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M7 12h17v1.6H7z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M7 16h11v1.6H7z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M7 23h10v1.6H7z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M27.46 17.23a6.36 6.36 0 0 0-4.4 11l-1.94 2.37l.9 3.61l3.66-4.46a6.26 6.26 0 0 0 3.55 0l3.66 4.46l.9-3.61l-1.94-2.37a6.36 6.36 0 0 0-4.4-11Zm0 10.68a4.31 4.31 0 1 1 4.37-4.31a4.35 4.35 0 0 1-4.37 4.31Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><path fill=\"currentColor\" d=\"M32 13.22v3.34a8.41 8.41 0 0 1 2 1.81v-6a7.45 7.45 0 0 1-2 .85Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"/><path fill=\"currentColor\" d=\"M4 28V8h18.78a7.49 7.49 0 0 1-.28-2H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h15l.57-.7l.93-1.14l-.09-.16Z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"certificate-solid": {
"body": "<path fill=\"currentColor\" d=\"M19 30H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2v10.37a8.34 8.34 0 0 0-13.49 9.79l-.93 1.14ZM7 12v1.6h17V12Zm0 5.6h11V16H7Zm0 7h10V23H7Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M33.83 23.59a6.37 6.37 0 1 0-10.77 4.59l-1.94 2.37l.9 3.61l3.66-4.46a6.26 6.26 0 0 0 3.55 0l3.66 4.46l.9-3.61l-1.94-2.37a6.34 6.34 0 0 0 1.98-4.59Zm-10.74 0a4.37 4.37 0 1 1 4.37 4.31a4.35 4.35 0 0 1-4.36-4.31Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"certificate-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M33.83 23.59a6.37 6.37 0 1 0-10.77 4.59l-1.94 2.37l.9 3.61l3.66-4.46a6.26 6.26 0 0 0 3.55 0l3.66 4.46l.9-3.61l-1.94-2.37a6.34 6.34 0 0 0 1.98-4.59Zm-10.74 0a4.37 4.37 0 1 1 4.37 4.31a4.35 4.35 0 0 1-4.36-4.31Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M33.68 15.4h-4.43a8.36 8.36 0 0 1 4.75 3v-3Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M19.07 13.6H7V12h11.57A3.67 3.67 0 0 1 19 9.89L21.29 6H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h15l.57-.7l.93-1.14a8.34 8.34 0 0 1 5.16-12.76h-3.43a3.68 3.68 0 0 1-3.16-1.8ZM17 24.6H7V23h10Zm1-7H7V16h11Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"certificate-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M27.46 17.23a6.36 6.36 0 0 0-4.4 11l-1.94 2.37l.9 3.61l3.66-4.46a6.26 6.26 0 0 0 3.55 0l3.66 4.46l.9-3.61l-1.94-2.37a6.36 6.36 0 0 0-4.4-11Zm0 10.68a4.31 4.31 0 1 1 4.37-4.31a4.35 4.35 0 0 1-4.37 4.31Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M30 13.5A7.5 7.5 0 0 1 22.5 6H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h15l.57-.7l.93-1.14A8.34 8.34 0 0 1 34 18.37v-6a7.46 7.46 0 0 1-4 1.13ZM17 24.6H7V23h10Zm1-7H7V16h11Zm6-4H7V12h17Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"chat-bubble-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2.5c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27C34 8.78 26.82 2.5 18 2.5Zm10.29 22.11a1 1 0 0 0-.32.73v5.34l-4.38-2.79a1 1 0 0 0-.83-.11a16 16 0 0 1-4.76.72c-7.72 0-14-5.38-14-12s6.28-12 14-12s14 5.38 14 12a11.08 11.08 0 0 1-3.71 8.11Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M25 15.5H11a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M21.75 20.5h-7.5a1 1 0 0 0 0 2h7.5a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M11.28 12.5h13.44a1 1 0 0 0 0-2H11.28a1 1 0 0 0 0 2Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"chat-bubble-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M33.38 12.69a7.43 7.43 0 0 1-1.89.66A10.35 10.35 0 0 1 32 16.5a11.08 11.08 0 0 1-3.71 8.11a1 1 0 0 0-.32.73v5.34l-4.38-2.79a1 1 0 0 0-.83-.11a16 16 0 0 1-4.76.72c-7.72 0-14-5.38-14-12s6.28-12 14-12a16 16 0 0 1 4.55.66A7.44 7.44 0 0 1 23 3.22a18 18 0 0 0-5-.72c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27a12.32 12.32 0 0 0-.57-3.81Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M11 15.5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M14.25 20.5a1 1 0 0 0 0 2h7.5a1 1 0 0 0 0-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M10.28 11.5a1 1 0 0 0 1 1h13.44a1 1 0 0 0 .83-.47A7.53 7.53 0 0 1 24 10.5H11.28a1 1 0 0 0-1 1Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"chat-bubble-solid": {
"body": "<path fill=\"currentColor\" d=\"M18 2.5c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27C34 8.78 26.82 2.5 18 2.5Zm8 14a1 1 0 0 1-1 1H11a1 1 0 0 1 0-2h14a1 1 0 0 1 1 1Zm-3.25 5a1 1 0 0 1-1 1h-7.5a1 1 0 0 1 0-2h7.5a1 1 0 0 1 1 1Zm-12.47-10a1 1 0 0 1 1-1h13.44a1 1 0 0 1 0 2H11.28a1 1 0 0 1-1-1Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"chat-bubble-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M30 13.25a7.46 7.46 0 0 1-4.35-1.4a1 1 0 0 1-.93.65H11.28a1 1 0 0 1 0-2H24.2A7.46 7.46 0 0 1 23 3.2a18 18 0 0 0-5-.7c-8.82 0-16 6.28-16 14s7.18 14 16 14a18 18 0 0 0 4.88-.68l5.53 3.52a1 1 0 0 0 1.54-.84v-6.73a13 13 0 0 0 4-9.27a12.34 12.34 0 0 0-.68-4a7.46 7.46 0 0 1-3.27.75Zm-8.25 9.25h-7.5a1 1 0 0 1 0-2h7.5a1 1 0 0 1 0 2Zm3.25-5H11a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"5.75\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"check-circle-line": {
"body": "<path fill=\"currentColor\" d=\"M18 6a12 12 0 1 0 12 12A12 12 0 0 0 18 6Zm0 22a10 10 0 1 1 10-10a10 10 0 0 1-10 10Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"m16.34 23.74l-5-5a1 1 0 0 1 1.41-1.41l3.59 3.59l6.78-6.78a1 1 0 0 1 1.41 1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"check-circle-solid": {
"body": "<path fill=\"currentColor\" d=\"M30 18A12 12 0 1 1 18 6a12 12 0 0 1 12 12Zm-4.77-2.16a1.4 1.4 0 0 0-2-2l-6.77 6.77L13 17.16a1.4 1.4 0 0 0-2 2l5.45 5.45Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"check-line": {
"body": "<path fill=\"currentColor\" d=\"M13.72 27.69L3.29 17.27a1 1 0 0 1 1.41-1.41l9 9L31.29 7.29A1 1 0 0 1 32.7 8.7Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"checkbox-list-line": {
"body": "<path fill=\"currentColor\" d=\"M31.43 16H10v2h21.43a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M31.43 24H10v2h21.43a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M15.45 10h16a1 1 0 0 0 0-2h-14Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M17.5 3.42a1.09 1.09 0 0 0-1.55 0l-8.06 8.06l-3.38-3.64a1.1 1.1 0 1 0-1.61 1.5l4.94 5.3L17.5 5a1.1 1.1 0 0 0 0-1.58Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"child-arrow-line": {
"body": "<path fill=\"currentColor\" d=\"M24.82 15.8a1 1 0 0 0-1.41 0a1 1 0 0 0 0 1.41L27.2 21H9V3.78a1 1 0 1 0-2 0V21a2 2 0 0 0 2 2h18.15l-3.74 3.75a1 1 0 0 0 0 1.41a1 1 0 0 0 .7.29a1 1 0 0 0 .71-.29L31 22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"ci-cd-line": {
"body": "<path fill=\"currentColor\" d=\"M23.53 19.81a7.45 7.45 0 0 1-1.65-.18a10.48 10.48 0 0 1 .72 2.13h.93a9.52 9.52 0 0 0 3-.49l-.93-1.81a7.67 7.67 0 0 1-2.07.35Zm-5.17-1.94l-.36-.38a7.4 7.4 0 0 1-2.2-5.92a7.31 7.31 0 0 1 1.54-4L17.26 9a1 1 0 0 0 .91 1h.09a1 1 0 0 0 1-.91L19.6 5a1 1 0 0 0-.29-.79a1 1 0 0 0-.79-.21l-4.09.35a1 1 0 0 0 .17 2l1.29-.11a9.45 9.45 0 0 0-2.05 5.32a9.28 9.28 0 0 0 2.67 7.26l.31.37a7.33 7.33 0 0 1 2.06 4.91a7.39 7.39 0 0 1-.26 2.47l1.8.91a8.76 8.76 0 0 0 .45-3.51a9.28 9.28 0 0 0-2.51-6.1Zm14.04.04l-1.21.09a9.65 9.65 0 0 0-7.66-15.55a9.33 9.33 0 0 0-3 .49l.91 1.8a7.67 7.67 0 0 1 9.76 7.39a7.58 7.58 0 0 1-1.65 4.72l.1-1.54a1 1 0 1 0-2-.13l-.28 4.08a1 1 0 0 0 .31.78a.94.94 0 0 0 .69.28h.1l4.08-.42a1 1 0 0 0 .9-1.1a1 1 0 0 0-1.05-.89ZM4.07 20.44h.08l4.09-.35a1 1 0 1 0-.17-2l-1.39.12a7.63 7.63 0 0 1 4.52-1.49a7.9 7.9 0 0 1 1.63.18a10.23 10.23 0 0 1-.71-2.13h-.92a9.66 9.66 0 0 0-5.9 2l.12-1.31a1 1 0 0 0-.92-1.08a1 1 0 0 0-1.08.91l-.35 4.08a1 1 0 0 0 1 1.08Zm14.35 7.79l-4.09.27a1 1 0 0 0 .13 2l1.54-.11a7.71 7.71 0 0 1-12.54-6a7.6 7.6 0 0 1 .29-2L2 21.46a9.59 9.59 0 0 0-.47 2.95A9.7 9.7 0 0 0 17.19 32l-.12 1.18a1 1 0 0 0 .89 1.1h.11a1 1 0 0 0 1-.9l.42-4.06a1 1 0 0 0-1.06-1.1Z\"/>"
},
"circle-arrow-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm0 30a14 14 0 1 1 14-14a14 14 0 0 1-14 14Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"m18.08 8.26l-7.61 7.61a1 1 0 1 0 1.41 1.41l5.12-5.1v15a1 1 0 0 0 2 0V12l5.28 5.28a1 1 0 1 0 1.41-1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"circle-arrow-solid": {
"body": "<path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm8 15.57a1.43 1.43 0 0 1-2 0L19.4 13v14.14a1.4 1.4 0 0 1-2.8 0v-14l-4.43 4.43a1.4 1.4 0 0 1-2-2l7.91-7.87L26 15.59a1.4 1.4 0 0 1 0 1.98Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"circle-line": {
"body": "<path fill=\"currentColor\" d=\"M18 34a16 16 0 1 1 16-16a16 16 0 0 1-16 16Zm0-30a14 14 0 1 0 14 14A14 14 0 0 0 18 4Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"circle-solid": {
"body": "<path fill=\"currentColor\" d=\"M18 4a14 14 0 1 0 14 14A14 14 0 0 0 18 4Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clipboard-line": {
"body": "<path fill=\"currentColor\" d=\"M29.29 5H27v2h2v25H7V7h2V5H7a1.75 1.75 0 0 0-2 1.69v25.62A1.7 1.7 0 0 0 6.71 34h22.58A1.7 1.7 0 0 0 31 32.31V6.69A1.7 1.7 0 0 0 29.29 5Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M26 7.33A2.34 2.34 0 0 0 23.67 5h-1.8a4 4 0 0 0-7.75 0h-1.79A2.34 2.34 0 0 0 10 7.33V11h16ZM24 9H12V7.33a.33.33 0 0 1 .33-.33H16V6a2 2 0 0 1 4 0v1h3.67a.33.33 0 0 1 .33.33Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M11 14h14v2H11z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M11 18h14v2H11z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M11 22h14v2H11z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M11 26h14v2H11z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clipboard-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M11 14h14v2H11z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M11 18h14v2H11z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M11 22h14v2H11z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M11 26h14v2H11z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><path fill=\"currentColor\" d=\"M23.13 9H12V7.33a.33.33 0 0 1 .33-.33H16V6a2 2 0 0 1 4 0v1h2.57a7.52 7.52 0 0 1-.07-1a7.52 7.52 0 0 1 .07-1h-.7a4 4 0 0 0-7.75 0h-1.79A2.34 2.34 0 0 0 10 7.33V11h14.42a7.5 7.5 0 0 1-1.29-2Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"/><path fill=\"currentColor\" d=\"M30 13.5a7.52 7.52 0 0 1-1-.07V32H7V7h2V5H7a1.75 1.75 0 0 0-2 1.69v25.62A1.7 1.7 0 0 0 6.71 34h22.58A1.7 1.7 0 0 0 31 32.31V13.43a7.52 7.52 0 0 1-1 .07Z\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-7--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clipboard-solid": {
"body": "<path fill=\"currentColor\" d=\"M29.29 5h-7.12a4.45 4.45 0 0 0-4.11-3A4.46 4.46 0 0 0 14 5H7a1.75 1.75 0 0 0-2 1.69v25.62A1.7 1.7 0 0 0 6.71 34h22.58A1.7 1.7 0 0 0 31 32.31V6.69A1.7 1.7 0 0 0 29.29 5Zm-18 3a1 1 0 0 1 1-1h3.44v-.69a2.31 2.31 0 1 1 4.63 0V7h3.44a1 1 0 0 1 1 1v2H11.31ZM25 28H11v-2h14Zm0-4H11v-2h14Zm0-4H11v-2h14Zm0-4H11v-2h14Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clipboard-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M30 13.5a7.49 7.49 0 0 1-6.34-3.5H11.31V8a1 1 0 0 1 1-1h3.44v-.69a2.31 2.31 0 1 1 4.63 0V7h2.19a7.54 7.54 0 0 1-.07-1a7.52 7.52 0 0 1 .07-1h-.4a4.45 4.45 0 0 0-4.11-3A4.46 4.46 0 0 0 14 5H7a1.75 1.75 0 0 0-2 1.69v25.62A1.7 1.7 0 0 0 6.71 34h22.58A1.7 1.7 0 0 0 31 32.31V13.43a7.52 7.52 0 0 1-1 .07ZM25 28H11v-2h14Zm0-4H11v-2h14Zm0-4H11v-2h14Zm0-4H11v-2h14Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clock-line": {
"body": "<path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm0 30a14 14 0 1 1 14-14a14 14 0 0 1-14 14Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M18.92 18.4v-7.65a1 1 0 0 0-2 0v8.72l5.9 4a1 1 0 1 0 1.11-1.66Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M8 17.94a9.94 9.94 0 0 1 15.41-8.35l.85-1.36a11.55 11.55 0 1 0-8.53 21L16 27.7a10 10 0 0 1-8-9.76Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clock-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M18.92 10.75a1 1 0 0 0-2 0v8.72l5.9 4a1 1 0 1 0 1.11-1.66l-5-3.39Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M33.77 15.39h-2a14 14 0 1 1-9.68-10.78l1-1.76A16 16 0 1 0 34 18a16 16 0 0 0-.23-2.61Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M18 8a9.81 9.81 0 0 1 2 .23l.85-1.46a11.55 11.55 0 1 0-5.13 22.52L16 27.7A10 10 0 0 1 18 8Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clock-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M18.92 10.75a1 1 0 0 0-2 0v8.72l5.9 4a1 1 0 1 0 1.11-1.66l-5-3.39Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M33.12 12.81a7.44 7.44 0 0 1-1.91.58a14.05 14.05 0 1 1-8.6-8.6a7.44 7.44 0 0 1 .58-1.91a16.06 16.06 0 1 0 9.93 9.93Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M18 6.38a11.56 11.56 0 0 0-2.27 22.89L16 27.7a10 10 0 1 1 7.39-18.1a7.45 7.45 0 0 1-.78-2.23A11.45 11.45 0 0 0 18 6.38Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clock-solid": {
"body": "<path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm6.2 21.18a1 1 0 0 1-1.39.28l-5.9-4v-8.71a1 1 0 0 1 2 0v7.65l5 3.39a1 1 0 0 1 .29 1.39Zm-.35-14.95a11.39 11.39 0 1 0-8.54 20.83L15 30.63a13 13 0 1 1 9.7-23.77Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clock-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M33.77 15.39H22.23A3.69 3.69 0 0 1 19 13.56c0-.09-.09-.18-.13-.27v5.11l5 3.39a1 1 0 0 1-1.11 1.66l-5.9-4v-8.7a1 1 0 0 1 1.91-.41a3.65 3.65 0 0 1 .23-.45L20.74 7A11.19 11.19 0 0 0 18 6.6a11.39 11.39 0 0 0-2.69 22.47L15 30.63A13 13 0 0 1 18 5a12.8 12.8 0 0 1 3.57.51l1.53-2.66A16 16 0 1 0 34 18a16 16 0 0 0-.23-2.61Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clock-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M33.12 12.81a7.48 7.48 0 0 1-10.44-5.18A11.24 11.24 0 0 0 18 6.6a11.39 11.39 0 0 0-2.69 22.47L15 30.63A13 13 0 0 1 18 5a12.81 12.81 0 0 1 4.51.82a7.46 7.46 0 0 1 .68-2.94a16.06 16.06 0 1 0 9.93 9.93ZM24.2 23.18a1 1 0 0 1-1.39.28l-5.9-4v-8.71a1 1 0 0 1 2 0v7.65l5 3.39a1 1 0 0 1 .29 1.39Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clone-line": {
"body": "<path fill=\"currentColor\" d=\"M6 6h16v4h2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4v-2H6Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M30 12H14a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V14a2 2 0 0 0-2-2Zm0 18H14V14h16Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M21 28h2v-5h5v-2h-5v-5h-2v5h-5v2h5v5z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"clone-solid": {
"body": "<path fill=\"currentColor\" d=\"M24 10V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4V12a2 2 0 0 1 2-2Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M30 12H14a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V14a2 2 0 0 0-2-2Zm-2 11h-5v5h-2v-5h-5v-2h5v-5h2v5h5Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"close-line": {
"body": "<path fill=\"currentColor\" d=\"m19.41 18l8.29-8.29a1 1 0 0 0-1.41-1.41L18 16.59l-8.29-8.3a1 1 0 0 0-1.42 1.42l8.3 8.29l-8.3 8.29A1 1 0 1 0 9.7 27.7l8.3-8.29l8.29 8.29a1 1 0 0 0 1.41-1.41Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-chart-line": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 29V7h28v22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M20.971 11.243c2.343 2.343 1.393 7.092-2.122 10.606c-3.515 3.515-8.263 4.465-10.606 2.121c-2.344-2.343-1.394-7.092 2.121-10.606c3.515-3.515 8.264-4.464 10.607-2.121Zm-9.335 3.394c-2.812 2.812-3.761 6.421-2.121 8.061c1.64 1.64 5.249.691 8.061-2.121c2.812-2.812 3.762-6.421 2.121-8.061c-1.64-1.64-5.249-.691-8.061 2.121Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M28 22a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.4 1.4 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-chart-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-1.172 2H4v22h28V15.357h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M18.849 21.849c-3.515 3.515-8.263 4.465-10.606 2.121c-2.344-2.343-1.394-7.092 2.121-10.606c2.685-2.685 6.089-3.872 8.592-3.24l-.948 1.617c-1.828-.223-4.313.837-6.372 2.896c-2.812 2.812-3.761 6.421-2.121 8.061c1.64 1.64 5.249.691 8.061-2.121c1.652-1.652 2.661-3.579 2.88-5.22h1.764c-.214 2.12-1.382 4.504-3.371 6.492Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M28 22a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.399 1.399 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-chart-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M32 13.22V29H4V7h18.57a7.447 7.447 0 0 1-.07-1c.001-.335.024-.669.07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34c-.62.39-1.294.686-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M20.971 11.243c2.343 2.343 1.393 7.092-2.122 10.606c-3.515 3.515-8.263 4.465-10.606 2.121c-2.344-2.343-1.394-7.092 2.121-10.606c3.515-3.515 8.264-4.464 10.607-2.121Zm-9.335 3.394c-2.812 2.812-3.761 6.421-2.121 8.061c1.64 1.64 5.249.691 8.061-2.121c2.812-2.812 3.762-6.421 2.121-8.061c-1.64-1.64-5.249-.691-8.061 2.121Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M28 22a3 3 0 1 1-6 0a3 3 0 0 1 6 0Zm-3-1.4a1.399 1.399 0 1 0 0 2.8a1.4 1.4 0 0 0 0-2.8Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-chart-solid": {
"body": "<path fill=\"currentColor\" d=\"M34 7v22a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2Zm-23.636 6.364c-3.515 3.514-4.465 8.263-2.121 10.606c2.343 2.344 7.091 1.394 10.606-2.121c3.515-3.514 4.465-8.263 2.122-10.606s-7.092-1.394-10.607 2.121ZM25 19a3 3 0 1 0 0 6a3 3 0 0 0 0-6Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-chart-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-3.002 5.124c-2.503-.632-5.907.555-8.592 3.24c-3.515 3.514-4.465 8.263-2.121 10.606c2.343 2.344 7.091 1.394 10.606-2.121c1.989-1.988 3.157-4.372 3.371-6.492H34Zm-9-10a3 3 0 1 0 0 6a3 3 0 0 0 0-6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-chart-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M34 12.34V29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18.57a7.44 7.44 0 0 0 6.74 8.46l1.01.02A7.453 7.453 0 0 0 34 12.34Zm-23.636 1.024c-3.515 3.514-4.465 8.263-2.121 10.606c2.343 2.344 7.091 1.394 10.606-2.121c3.515-3.514 4.465-8.263 2.122-10.606s-7.092-1.394-10.607 2.121ZM25 19a3 3 0 1 0 0 6a3 3 0 0 0 0-6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-line": {
"body": "<path fill=\"currentColor\" d=\"M27.14 33H10.62C5.67 33 1 28.19 1 23.1a10 10 0 0 1 8-9.75a10.19 10.19 0 0 1 20.33 1.06a10.07 10.07 0 0 1-.33 2.25a8.29 8.29 0 0 1 6 8C35 29.1 31.33 33 27.14 33ZM19.09 6.23a8.24 8.24 0 0 0-8.19 8v.87l-.86.1A7.94 7.94 0 0 0 3 23.1c0 4 3.77 7.9 7.62 7.9h16.52c3.07 0 5.86-3 5.86-6.35a6.31 6.31 0 0 0-5.37-6.26l-1.18-.18l.39-1.13a8.18 8.18 0 0 0-7.75-10.85Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-network-line": {
"body": "<path fill=\"currentColor\" d=\"M30.71 15.18v-1A11.28 11.28 0 0 0 19.56 2.83h-.11a11.28 11.28 0 0 0-11 8.93a7.47 7.47 0 0 0 0 14.94h20.68a5.86 5.86 0 0 0 1.58-11.52Zm-1.58 9.52H8.46a5.47 5.47 0 1 1 0-10.94h1.69l.11-.87a9.27 9.27 0 0 1 18.45 1.3v1.55l-.07 1.15l.94.11a3.86 3.86 0 0 1-.43 7.71Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M29.58 31.18H18.85v-2.4h-2v2.4H6.08a1 1 0 0 0 0 2h23.5a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M29 16.66a10.14 10.14 0 0 0 .2-1.3h-2a8.28 8.28 0 0 1-.37 1.72l-.39 1.13l1.18.18a6.31 6.31 0 0 1 5.37 6.26C32.95 28 30.16 31 27.09 31H10.57c-3.84 0-7.62-3.91-7.62-7.9a7.94 7.94 0 0 1 7-7.89l.86-.1v-.87A8.16 8.16 0 0 1 21 6.47l1-1.8a10.19 10.19 0 0 0-13.09 8.69a10 10 0 0 0-8 9.75c0 5.09 4.67 9.9 9.62 9.9h16.56c4.19 0 7.86-3.9 7.86-8.35a8.29 8.29 0 0 0-5.95-8Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M29 16.66a10.07 10.07 0 0 0 .25-2.24v-1a7.45 7.45 0 0 1-2.1-.54a8 8 0 0 1-.3 4.16l-.39 1.13l1.18.18a6.31 6.31 0 0 1 5.37 6.26C32.95 28 30.16 31 27.09 31H10.57c-3.84 0-7.62-3.91-7.62-7.9a7.94 7.94 0 0 1 7-7.89l.86-.1v-.87a8.24 8.24 0 0 1 8.19-8a8.13 8.13 0 0 1 3.58.76a7.53 7.53 0 0 1-.08-1a7.51 7.51 0 0 1 .09-1.12A10.13 10.13 0 0 0 19 4.23a10.26 10.26 0 0 0-10.09 9.13a10 10 0 0 0-8 9.75c0 5.09 4.67 9.9 9.62 9.9h16.56c4.19 0 7.86-3.9 7.86-8.35a8.29 8.29 0 0 0-5.95-8Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-scale-line": {
"body": "<path fill=\"currentColor\" d=\"M6.32 11.11h1.52l.16-.87A7.19 7.19 0 0 1 15.07 4h.07a7.15 7.15 0 0 1 4.71 1.83a11.1 11.1 0 0 1 3.09.64A9.18 9.18 0 0 0 15.16 2h-.09a9.2 9.2 0 0 0-8.94 7.11a6.15 6.15 0 0 0-3.8 10.84A8.09 8.09 0 0 1 3 17.71a4.12 4.12 0 0 1-.81-2.44a4.16 4.16 0 0 1 4.13-4.16Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M10.4 16.91h1.52L12 16a7.19 7.19 0 0 1 7.12-6.25h.07a7.17 7.17 0 0 1 5.7 2.92a11.05 11.05 0 0 1 2.72.77a9.2 9.2 0 0 0-8.4-5.69h-.09a9.2 9.2 0 0 0-8.94 7.12a6.15 6.15 0 0 0-3.64 11a8.11 8.11 0 0 1 .79-2a4.14 4.14 0 0 1 3-7Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M32.42 24.47v-.62a9.18 9.18 0 0 0-18.13-2.16A6.16 6.16 0 0 0 14.48 34H31a4.88 4.88 0 0 0 1.46-9.53ZM31 32H14.48a4.16 4.16 0 1 1 0-8.32H16l.11-.87a7.19 7.19 0 0 1 7.12-6.25h.07a7.21 7.21 0 0 1 7.12 7.25v1.2l-.07 1.11l.94.11A2.88 2.88 0 0 1 31 32Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-solid": {
"body": "<path fill=\"currentColor\" d=\"M29 16.66a10.07 10.07 0 0 0 .25-2.24a10.19 10.19 0 0 0-20.34-1.06A10 10 0 0 0 1 23.1c0 5.09 4.62 9.9 9.57 9.9h16.52c4.19 0 7.91-3.9 7.91-8.35a8.29 8.29 0 0 0-6-7.99Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M29 16.66a10.15 10.15 0 0 0 .2-1.26h-7A3.68 3.68 0 0 1 19 9.89l3-5.21a10.19 10.19 0 0 0-13.09 8.68A10 10 0 0 0 1 23.1c0 5.09 4.62 9.9 9.57 9.9h16.52c4.19 0 7.91-3.9 7.91-8.35a8.29 8.29 0 0 0-6-7.99Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M29 16.66a10.07 10.07 0 0 0 .25-2.24v-1a7.44 7.44 0 0 1-6.6-8.58A10.13 10.13 0 0 0 19 4.23a10.26 10.26 0 0 0-10.09 9.13A10 10 0 0 0 1 23.1c0 5.09 4.62 9.9 9.57 9.9h16.52c4.19 0 7.91-3.9 7.91-8.35a8.29 8.29 0 0 0-6-7.99Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cloud-traffic-line": {
"body": "<path fill=\"currentColor\" d=\"M26.54 20.82a.88.88 0 0 0-.88-.88h-4.91l1.1-1.1a.88.88 0 0 0-1.25-1.24l-3.21 3.22L20.6 24a.88.88 0 1 0 1.25-1.24l-1.09-1.06h4.9a.88.88 0 0 0 .88-.88Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M29.27 21.7a.88.88 0 1 0 0-1.76h-.58a.88.88 0 1 0 0 1.76Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M32.21 20h-.06a.85.85 0 0 0-.85.88a.91.91 0 0 0 .91.88a.88.88 0 1 0 0-1.76Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M32.59 11a.88.88 0 0 0-1.25 1.24l1.1 1.1h-4.91a.88.88 0 1 0 0 1.76h4.9l-1.09 1.09a.88.88 0 0 0 1.25 1.24l3.21-3.22Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M24.5 15.07a.88.88 0 1 0 0-1.76h-.58a.88.88 0 1 0 0 1.76Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M21.9 14.27a.85.85 0 0 0-.85-.88H21a.88.88 0 1 0 0 1.76a.91.91 0 0 0 .9-.88Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"currentColor\" d=\"M30.36 23.65v.39a3.77 3.77 0 0 1-3.62 3.89H7.28a5.32 5.32 0 0 1-5.13-5.48A5.32 5.32 0 0 1 7.28 17h1.63l.09-.88a8.92 8.92 0 0 1 8.62-8h.08a8.49 8.49 0 0 1 6.56 3.29h2.37a10.55 10.55 0 0 0-8.91-5.25h-.11A10.82 10.82 0 0 0 7.22 15a7.28 7.28 0 0 0-7 7.43a7.27 7.27 0 0 0 7.08 7.43h19.47A5.72 5.72 0 0 0 32.35 24a3.77 3.77 0 0 0 0-.39Z\" class=\"clr-i-outline clr-i-outline-path-7\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cluster-line": {
"body": "<path fill=\"currentColor\" d=\"M31.36 8H27.5v2H31v20h-3.5v2H33V9.67A1.65 1.65 0 0 0 31.36 8Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M5 10h3.5V8H4.64A1.65 1.65 0 0 0 3 9.67V32h5.5v-2H5Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><ellipse cx=\"18.01\" cy=\"25.99\" fill=\"currentColor\" class=\"clr-i-outline clr-i-outline-path-3\" rx=\"1.8\" ry=\"1.79\"/><path fill=\"currentColor\" d=\"M24.32 4H11.68A1.68 1.68 0 0 0 10 5.68V32h16V5.68A1.68 1.68 0 0 0 24.32 4ZM24 30H12V6h12Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M13.5 9.21h9v1.6h-9z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cluster-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M5 10h3.5V8H4.64A1.65 1.65 0 0 0 3 9.67V32h5.5v-2H5Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><ellipse cx=\"18.01\" cy=\"25.99\" fill=\"currentColor\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\" rx=\"1.8\" ry=\"1.79\"/><path fill=\"currentColor\" d=\"m19 9.89l.39-.68H13.5v1.6h5.17a3.65 3.65 0 0 1 .33-.92Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M24 30H12V6h9.29l1.15-2H11.68A1.68 1.68 0 0 0 10 5.68V32h16V15.4h-2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M31 15.4V30h-3.5v2H33V15.4h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-6--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cluster-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M5 10h3.5V8H4.64A1.65 1.65 0 0 0 3 9.67V32h5.5v-2H5Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><ellipse cx=\"18.01\" cy=\"25.99\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\" rx=\"1.8\" ry=\"1.79\"/><path fill=\"currentColor\" d=\"M13.5 9.21h9v1.6h-9z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M24 10.49V30H12V6h10.5a7.49 7.49 0 0 1 .28-2h-11.1A1.68 1.68 0 0 0 10 5.68V32h16V12.34a7.53 7.53 0 0 1-2-1.85Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><path fill=\"currentColor\" d=\"M31 13.43V30h-3.5v2H33V12.87a7.45 7.45 0 0 1-2 .56Z\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-6--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cluster-solid": {
"body": "<path fill=\"currentColor\" d=\"M31.36 8H27.5v24H33V9.67A1.65 1.65 0 0 0 31.36 8Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M3 9.67V32h5.5V8H4.64A1.65 1.65 0 0 0 3 9.67Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M24.32 4H11.68A1.68 1.68 0 0 0 10 5.68V32h16V5.68A1.68 1.68 0 0 0 24.32 4ZM18 27.79A1.79 1.79 0 1 1 19.81 26A1.8 1.8 0 0 1 18 27.79Zm5-17.19H13V9h10Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cluster-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M3 9.67V32h5.5V8H4.64A1.65 1.65 0 0 0 3 9.67Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M27.5 15.4H33V32h-5.5z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M19 13.56a3.68 3.68 0 0 1-.31-3H13V9h6.56l2.89-5H11.68A1.68 1.68 0 0 0 10 5.68V32h16V15.4h-3.77A3.69 3.69 0 0 1 19 13.56Zm-1 14.23A1.79 1.79 0 1 1 19.81 26A1.8 1.8 0 0 1 18 27.79Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cluster-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M3 9.67V32h5.5V8H4.64A1.65 1.65 0 0 0 3 9.67Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M22.5 6a7.49 7.49 0 0 1 .28-2h-11.1A1.68 1.68 0 0 0 10 5.68V32h16V12.34A7.49 7.49 0 0 1 22.5 6ZM18 27.79A1.79 1.79 0 1 1 19.81 26A1.8 1.8 0 0 1 18 27.79Zm5-17.19H13V9h10Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><path fill=\"currentColor\" d=\"M30 13.5a7.47 7.47 0 0 1-2.5-.44V32H33V12.87a7.47 7.47 0 0 1-3 .63Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"code-line": {
"body": "<path fill=\"currentColor\" d=\"M13.71 12.59a1 1 0 0 0-1.39-.26l-6.53 4.45a1 1 0 0 0 0 1.65l6.53 4.45a1 1 0 1 0 1.13-1.65l-5.32-3.62L13.45 14a1 1 0 0 0 .26-1.41Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"m30.21 16.78l-6.53-4.45A1 1 0 1 0 22.55 14l5.32 3.63l-5.32 3.63a1 1 0 0 0 1.13 1.65l6.53-4.45a1 1 0 0 0 0-1.65Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M19.94 9.83a.9.9 0 0 0-1.09.66l-3.44 13.8a.9.9 0 0 0 .66 1.09h.22a.9.9 0 0 0 .87-.68l3.44-13.81a.9.9 0 0 0-.66-1.06Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"code-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M13.71 12.59a1 1 0 0 0-1.39-.26l-6.53 4.45a1 1 0 0 0 0 1.65l6.53 4.45a1 1 0 1 0 1.13-1.65l-5.32-3.62L13.45 14a1 1 0 0 0 .26-1.41Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"m18.56 11.62l-3.15 12.67a.9.9 0 0 0 .66 1.09h.22a.9.9 0 0 0 .87-.68l2.57-10.3a3.59 3.59 0 0 1-1.16-2.79Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"m30.21 16.78l-2-1.38h-3.57l3.24 2.21l-5.32 3.63a1 1 0 0 0 1.13 1.65l6.53-4.45a1 1 0 0 0 0-1.65Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"code-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M13.71 12.59a1 1 0 0 0-1.39-.26l-6.53 4.45a1 1 0 0 0 0 1.65l6.53 4.45a1 1 0 1 0 1.13-1.65l-5.32-3.62L13.45 14a1 1 0 0 0 .26-1.41Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"m30.21 16.78l-6.53-4.45A1 1 0 1 0 22.55 14l5.32 3.63l-5.32 3.63a1 1 0 0 0 1.13 1.65l6.53-4.45a1 1 0 0 0 0-1.65Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M19.94 9.83a.9.9 0 0 0-1.09.66l-3.44 13.8a.9.9 0 0 0 .66 1.09h.22a.9.9 0 0 0 .87-.68l3.44-13.81a.9.9 0 0 0-.66-1.06Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cog-line": {
"body": "<path fill=\"currentColor\" d=\"M18.1 11c-3.9 0-7 3.1-7 7s3.1 7 7 7s7-3.1 7-7s-3.1-7-7-7zm0 12c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 5-5 5z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"m32.8 14.7l-2.8-.9l-.6-1.5l1.4-2.6c.3-.6.2-1.4-.3-1.9l-2.4-2.4c-.5-.5-1.3-.6-1.9-.3l-2.6 1.4l-1.5-.6l-.9-2.8C21 2.5 20.4 2 19.7 2h-3.4c-.7 0-1.3.5-1.4 1.2L14 6c-.6.1-1.1.3-1.6.6L9.8 5.2c-.6-.3-1.4-.2-1.9.3L5.5 7.9c-.5.5-.6 1.3-.3 1.9l1.3 2.5c-.2.5-.4 1.1-.6 1.6l-2.8.9c-.6.2-1.1.8-1.1 1.5v3.4c0 .7.5 1.3 1.2 1.5l2.8.9l.6 1.5l-1.4 2.6c-.3.6-.2 1.4.3 1.9l2.4 2.4c.5.5 1.3.6 1.9.3l2.6-1.4l1.5.6l.9 2.9c.2.6.8 1.1 1.5 1.1h3.4c.7 0 1.3-.5 1.5-1.1l.9-2.9l1.5-.6l2.6 1.4c.6.3 1.4.2 1.9-.3l2.4-2.4c.5-.5.6-1.3.3-1.9l-1.4-2.6l.6-1.5l2.9-.9c.6-.2 1.1-.8 1.1-1.5v-3.4c0-.7-.5-1.4-1.2-1.6zm-.8 4.7l-3.6 1.1l-.1.5l-.9 2.1l-.3.5l1.8 3.3l-2 2l-3.3-1.8l-.5.3c-.7.4-1.4.7-2.1.9l-.5.1l-1.1 3.6h-2.8l-1.1-3.6l-.5-.1l-2.1-.9l-.5-.3l-3.3 1.8l-2-2l1.8-3.3l-.3-.5c-.4-.7-.7-1.4-.9-2.1l-.1-.5L4 19.4v-2.8l3.4-1l.2-.5c.2-.8.5-1.5.9-2.2l.3-.5l-1.7-3.3l2-2l3.2 1.8l.5-.3c.7-.4 1.4-.7 2.2-.9l.5-.2L16.6 4h2.8l1.1 3.5l.5.2c.7.2 1.4.5 2.1.9l.5.3l3.3-1.8l2 2l-1.8 3.3l.3.5c.4.7.7 1.4.9 2.1l.1.5l3.6 1.1v2.8z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cog-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M33.7 15.4h-5.3v.1l3.6 1.1v2.8l-3.6 1.1l-.1.5l-.9 2.1l-.3.5l1.8 3.3l-2 2l-3.3-1.8l-.5.3c-.7.4-1.4.7-2.1.9l-.5.1l-1.1 3.6h-2.8l-1.1-3.6l-.5-.1l-2.1-.9l-.5-.3l-3.3 1.8l-2-2l1.8-3.3l-.3-.5c-.4-.7-.7-1.4-.9-2.1l-.1-.5L4 19.4v-2.8l3.4-1l.2-.5c.2-.8.5-1.5.9-2.2l.3-.5l-1.7-3.3l2-2l3.2 1.8l.5-.3c.7-.4 1.4-.7 2.2-.9l.5-.2L16.6 4h2.8l1.1 3.4l1.4-2.3l-.6-2C21 2.4 20.4 2 19.7 2h-3.4c-.7 0-1.3.5-1.4 1.2L14 6c-.6.1-1.1.3-1.6.6L9.8 5.2c-.6-.3-1.4-.2-1.9.3L5.5 7.9c-.5.5-.6 1.3-.3 1.9l1.3 2.5c-.2.5-.4 1.1-.6 1.6l-2.8.9c-.6.2-1.1.8-1.1 1.5v3.4c0 .7.5 1.3 1.2 1.5l2.8.9l.6 1.5l-1.4 2.6c-.3.6-.2 1.4.3 1.9l2.4 2.4c.5.5 1.3.6 1.9.3l2.6-1.4l1.5.6l.9 2.9c.2.6.8 1.1 1.5 1.1h3.4c.7 0 1.3-.5 1.5-1.1l.9-2.9l1.5-.6l2.6 1.4c.6.3 1.4.2 1.9-.3l2.4-2.4c.5-.5.6-1.3.3-1.9l-1.4-2.6l.6-1.5l2.9-.9c.6-.2 1.1-.8 1.1-1.5v-3.4c0-.3-.1-.6-.3-.9z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M18.1 23c-2.8 0-5-2.2-5-5s2.2-5 5-5c.2 0 .5 0 .7.1c-.2-.6-.3-1.3-.2-2h-.5c-3.9 0-7 3.1-7 7s3.1 7 7 7s7-3.1 7-7c0-.9-.2-1.8-.5-2.6h-2.2c.5.8.7 1.6.7 2.5c0 2.8-2.2 5-5 5z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M26.9 1.1L21.1 11c-.4.6-.2 1.4.3 1.8c.2.2.5.2.8.2h11.5c.7 0 1.3-.5 1.3-1.2c0-.3-.1-.5-.2-.8l-5.7-9.9C28.7.5 28 .3 27.3.6c-.2.2-.3.4-.4.5z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cog-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M11.1 18c0 3.9 3.1 7 7 7s7-3.1 7-7s-3.1-7-7-7s-7 3.1-7 7zm12 0c0 2.8-2.2 5-5 5s-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"m32.8 14.7l-2.8-.9l-.1-.3c-.8 0-1.6-.2-2.4-.4c.3.6.6 1.3.8 1.9l.1.5l3.6 1.1v2.8l-3.6 1.1l-.1.5l-.9 2.1l-.3.5l1.8 3.3l-2 2l-3.3-1.8l-.5.3c-.7.4-1.4.7-2.1.9l-.5.1l-1.1 3.6h-2.8l-1.1-3.6l-.5-.1l-2.1-.9l-.5-.3l-3.3 1.8l-2-2l1.8-3.3l-.3-.5c-.4-.7-.7-1.4-.9-2.1l-.1-.5L4 19.4v-2.8l3.4-1l.2-.5c.2-.8.5-1.5.9-2.2l.3-.5l-1.7-3.3l2-2l3.2 1.8l.5-.3c.7-.4 1.4-.7 2.2-.9l.5-.2L16.6 4h2.8l1.1 3.5l.5.2c.7.2 1.3.5 1.9.8c-.3-.8-.4-1.6-.4-2.5l-.4-.2l-.9-2.8c-.2-.5-.8-1-1.5-1h-3.4c-.7 0-1.3.5-1.4 1.2L14 6c-.6.1-1.1.3-1.6.6L9.8 5.2c-.6-.3-1.4-.2-1.9.3L5.5 7.9c-.5.5-.6 1.3-.3 1.9l1.3 2.5c-.2.5-.4 1.1-.6 1.6l-2.8.9c-.6.2-1.1.8-1.1 1.5v3.4c0 .7.5 1.3 1.2 1.5l2.8.9l.6 1.5l-1.4 2.6c-.3.6-.2 1.4.3 1.9l2.4 2.4c.5.5 1.3.6 1.9.3l2.6-1.4l1.5.6l.9 2.9c.2.6.8 1.1 1.5 1.1h3.4c.7 0 1.3-.5 1.5-1.1l.9-2.9l1.5-.6l2.6 1.4c.6.3 1.4.2 1.9-.3l2.4-2.4c.5-.5.6-1.3.3-1.9l-1.4-2.6l.6-1.5l2.9-.9c.6-.2 1.1-.8 1.1-1.5v-3.4c0-.7-.5-1.4-1.2-1.6z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cog-solid": {
"body": "<path fill=\"currentColor\" d=\"m32.57 15.72l-3.35-1a11.65 11.65 0 0 0-.95-2.33l1.64-3.07a.61.61 0 0 0-.11-.72l-2.39-2.4a.61.61 0 0 0-.72-.11l-3.05 1.63a11.62 11.62 0 0 0-2.36-1l-1-3.31a.61.61 0 0 0-.59-.41h-3.38a.61.61 0 0 0-.58.43l-1 3.3a11.63 11.63 0 0 0-2.38 1l-3-1.62a.61.61 0 0 0-.72.11L6.2 8.59a.61.61 0 0 0-.11.72l1.62 3a11.63 11.63 0 0 0-1 2.37l-3.31 1a.61.61 0 0 0-.43.58v3.38a.61.61 0 0 0 .43.58l3.33 1a11.62 11.62 0 0 0 1 2.33l-1.64 3.14a.61.61 0 0 0 .11.72l2.39 2.39a.61.61 0 0 0 .72.11l3.09-1.65a11.65 11.65 0 0 0 2.3.94l1 3.37a.61.61 0 0 0 .58.43h3.38a.61.61 0 0 0 .58-.43l1-3.38a11.63 11.63 0 0 0 2.28-.94l3.11 1.66a.61.61 0 0 0 .72-.11l2.39-2.39a.61.61 0 0 0 .11-.72l-1.66-3.1a11.63 11.63 0 0 0 .95-2.29l3.37-1a.61.61 0 0 0 .43-.58v-3.41a.61.61 0 0 0-.37-.59ZM18 23.5a5.5 5.5 0 1 1 5.5-5.5a5.5 5.5 0 0 1-5.5 5.5Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cog-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"m32.57 15.72l-1.07-.32h-8.65A5.5 5.5 0 1 1 18 12.5a5.53 5.53 0 0 1 .65 0A3.68 3.68 0 0 1 19 9.89l2.09-3.62l-.86-2.83a.61.61 0 0 0-.54-.44h-3.38a.61.61 0 0 0-.58.43l-1 3.3a11.63 11.63 0 0 0-2.38 1l-3-1.62a.61.61 0 0 0-.72.11L6.2 8.59a.61.61 0 0 0-.11.72l1.62 3a11.63 11.63 0 0 0-1 2.37l-3.31 1a.61.61 0 0 0-.43.58v3.38a.61.61 0 0 0 .43.58l3.33 1a11.62 11.62 0 0 0 1 2.33l-1.64 3.14a.61.61 0 0 0 .11.72l2.39 2.39a.61.61 0 0 0 .72.11l3.09-1.65a11.65 11.65 0 0 0 2.3.94l1 3.37a.61.61 0 0 0 .58.43h3.38a.61.61 0 0 0 .58-.43l1-3.38a11.63 11.63 0 0 0 2.28-.94l3.11 1.66a.61.61 0 0 0 .72-.11l2.39-2.39a.61.61 0 0 0 .11-.72l-1.66-3.1a11.63 11.63 0 0 0 .95-2.29l3.37-1a.61.61 0 0 0 .43-.58v-3.41a.61.61 0 0 0-.37-.59Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cog-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"m32.57 15.72l-3.35-1a12.12 12.12 0 0 0-.47-1.32a7.49 7.49 0 0 1-6.14-6.16a11.82 11.82 0 0 0-1.33-.48l-1-3.31a.61.61 0 0 0-.59-.45h-3.38a.61.61 0 0 0-.58.43l-1 3.3a11.63 11.63 0 0 0-2.38 1l-3-1.62a.61.61 0 0 0-.72.11L6.2 8.59a.61.61 0 0 0-.11.72l1.62 3a11.63 11.63 0 0 0-1 2.37l-3.31 1a.61.61 0 0 0-.43.58v3.38a.61.61 0 0 0 .43.58l3.33 1a11.62 11.62 0 0 0 1 2.33l-1.64 3.14a.61.61 0 0 0 .11.72l2.39 2.39a.61.61 0 0 0 .72.11l3.09-1.65a11.65 11.65 0 0 0 2.3.94l1 3.37a.61.61 0 0 0 .58.43h3.38a.61.61 0 0 0 .58-.43l1-3.38a11.63 11.63 0 0 0 2.28-.94l3.11 1.66a.61.61 0 0 0 .72-.11l2.39-2.39a.61.61 0 0 0 .11-.72l-1.66-3.1a11.63 11.63 0 0 0 .95-2.29l3.37-1a.61.61 0 0 0 .43-.58v-3.41a.61.61 0 0 0-.37-.59ZM18 23.5a5.5 5.5 0 1 1 5.5-5.5a5.5 5.5 0 0 1-5.5 5.5Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"coin-bag-line": {
"body": "<path fill=\"currentColor\" d=\"M21.6 29a1 1 0 0 0-1-1h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 1-1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M22.54 24h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M22 32h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M32.7 32h-7a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M33.7 28h-7a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M33.74 26a28 28 0 0 0-2.82-10.12a20.24 20.24 0 0 0-6.32-7.17L27 3.42a1 1 0 0 0-.07-1a1 1 0 0 0-.8-.42H9.8a1 1 0 0 0-.91 1.42l2.45 5.31a20.33 20.33 0 0 0-6.28 7.15c-2.15 4-2.82 8.89-3 12.28a3.6 3.6 0 0 0 1 2.71a3.79 3.79 0 0 0 2.74 1.07H12V30H5.72a1.68 1.68 0 0 1-1.21-.52a1.62 1.62 0 0 1-.45-1.23c.14-2.61.69-7.58 2.76-11.45a18 18 0 0 1 6.26-6.8h1a30.81 30.81 0 0 0-1.87 2.92a22.78 22.78 0 0 0-1.47 3.34l1.37.92a24 24 0 0 1 1.49-3.47A29.1 29.1 0 0 1 16.05 10h1a21.45 21.45 0 0 1 1.41 5a22.54 22.54 0 0 1 .32 3.86l1.58-1.11a24.15 24.15 0 0 0-.32-3A24.82 24.82 0 0 0 18.76 10h.78l.91-2h-7.24l-1.85-4h13.21l-2.5 5.47a9.93 9.93 0 0 1 1.23.78a18.63 18.63 0 0 1 5.86 6.57A26.59 26.59 0 0 1 31.73 26Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"coin-bag-solid": {
"body": "<path fill=\"currentColor\" d=\"M24.89 26h7.86c-.66-8.71-4.41-14.12-9.22-17.32l2.19-4.78a1 1 0 0 0-.91-1.4H11.1a1 1 0 0 0-.91 1.4l1.2 2.6h10.12l-.9 2h-1.85A24.9 24.9 0 0 1 20 13.19a24.49 24.49 0 0 1 .32 3l-1.58 1.11a22.54 22.54 0 0 0-.32-3.86A21.74 21.74 0 0 0 17 8.5h-1a28.22 28.22 0 0 0-2.48 3.7a23.91 23.91 0 0 0-1.49 3.46l-1.37-.91a22.78 22.78 0 0 1 1.47-3.34a30.81 30.81 0 0 1 1.92-2.91H12.3l.08.17c-5.3 3.53-9.33 9.73-9.33 20.08a1.65 1.65 0 0 0 1.56 1.75h8a2.67 2.67 0 0 1 1.6-4.5a2.67 2.67 0 0 1-.37-1.34a2.7 2.7 0 0 1 2.7-2.7h6a2.7 2.7 0 0 1 2.7 2.7a2.63 2.63 0 0 1-.35 1.34Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M21.6 28.5a1 1 0 0 0-1-1h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 1-1Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M22.54 23.5h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M22 31.5h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2Z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"currentColor\" d=\"M32.7 31.5h-7a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2Z\" class=\"clr-i-solid clr-i-solid-path-5\"/><path fill=\"currentColor\" d=\"M33.7 27.5h-7a1 1 0 0 0 0 2h7a1 1 0 0 0 0-2Z\" class=\"clr-i-solid clr-i-solid-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"collapse-card-line": {
"body": "<path fill=\"currentColor\" d=\"M33 21H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1Zm-1 6H4v-4h28Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"m18 20.22l5.65-5.65a.81.81 0 0 0 0-1.14a.8.8 0 0 0-1.13 0L18 18l-4.52-4.52a.8.8 0 0 0-1.13 0a.81.81 0 0 0 0 1.14Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"m18 14.22l5.65-5.65a.81.81 0 0 0 0-1.14a.8.8 0 0 0-1.13 0L18 12l-4.52-4.57a.8.8 0 0 0-1.13 0a.81.81 0 0 0 0 1.14Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"collapse-card-solid": {
"body": "<rect width=\"32\" height=\"8\" x=\"2\" y=\"22\" fill=\"currentColor\" class=\"clr-i-solid clr-i-solid-path-1\" rx=\"1\" ry=\"1\"/><path fill=\"currentColor\" d=\"m18 20.7l-5.79-5.79a1 1 0 0 1 0-1.41a1 1 0 0 1 1.41 0L18 17.87l4.38-4.37a1 1 0 0 1 1.41 0a1 1 0 0 1 0 1.41Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"m18 14.5l-5.79-5.79a1 1 0 0 1 0-1.42a1 1 0 0 1 1.41 0L18 11.67l4.38-4.38a1 1 0 0 1 1.41 0a1 1 0 0 1 0 1.42Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"collapse-line": {
"body": "<path fill=\"currentColor\" d=\"M29 19.41a1 1 0 0 1-.71-.29L18 8.83L7.71 19.12a1 1 0 0 1-1.41-1.41L18 6l11.71 11.71a1 1 0 0 1-.71 1.7Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M29 30.41a1 1 0 0 1-.71-.29L18 19.83L7.71 30.12a1 1 0 0 1-1.41-1.41L18 17l11.71 11.71a1 1 0 0 1-.71 1.7Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"color-palette-line": {
"body": "<path fill=\"currentColor\" d=\"M21.54 23.05a3.22 3.22 0 0 1-3-1.77A3.05 3.05 0 0 1 18.5 19a3.74 3.74 0 0 1 1.95-2.06A3.4 3.4 0 0 1 25 18.3a3 3 0 0 1 .08 2.32a3.69 3.69 0 0 1-2 2.07a3.85 3.85 0 0 1-1.54.36Zm.54-4.91a2.41 2.41 0 0 0-1 .21A2.13 2.13 0 0 0 20 19.51a1.37 1.37 0 0 0 0 1.09a1.81 1.81 0 0 0 2.45.63a2.1 2.1 0 0 0 1.12-1.15a1.4 1.4 0 0 0 0-1.1a1.59 1.59 0 0 0-1.49-.84Zm-1.29-.52Z\"/><path fill=\"currentColor\" d=\"M16.19 33.87A13.72 13.72 0 0 1 6.4 30A13.86 13.86 0 0 1 2 20c0-4.4 2-8.84 5.68-12.5a18.2 18.2 0 0 1 13.1-5.37h.12c3.33 0 6.85 1.49 7.24 4.73c.21 1.77-.59 3.47-1.29 5c-.55 1.17-1.11 2.39-.72 2.81s1 .12 2.09-.2a6.27 6.27 0 0 1 3.38-.36a3 3 0 0 1 1.87 1.56c.94 1.83.47 4.67-.23 6.54A17.38 17.38 0 0 1 29 28.74a19.43 19.43 0 0 1-12.81 5.13Zm4.59-29.71A16.22 16.22 0 0 0 9.09 9C5.79 12.23 4 16.16 4 20a11.92 11.92 0 0 0 3.8 8.6c5.38 5.25 14.62 3.55 19.87-1.33a15.52 15.52 0 0 0 3.7-5.75c.7-1.9.84-3.92.32-4.92a1 1 0 0 0-.61-.55a4.86 4.86 0 0 0-2.29.35c-1.31.39-3 .89-4.12-.35c-1.32-1.4-.46-3.25.37-5a7.93 7.93 0 0 0 1.11-3.9c-.24-2-2.81-2.95-5.26-3Z\"/><path fill=\"currentColor\" d=\"M23.87 26.65A2.59 2.59 0 0 0 22.35 25l-.35-.1l-.46 1.53h.16a1 1 0 0 1 .6.61c.17.6-.41 1.31-1.26 1.55s-1.71-.07-1.88-.66l-1.54.43a2.83 2.83 0 0 0 2.84 1.91a4 4 0 0 0 1-.14a3 3 0 0 0 2.41-3.48Zm-8.8-1.06a2.73 2.73 0 0 0-2.24-1.84l-.27 1.58a1.12 1.12 0 0 1 1 .7c.17.59-.41 1.3-1.26 1.54a1.92 1.92 0 0 1-1.3-.05a1 1 0 0 1-.6-.61s0-.09 0-.13l-1.58.16a2 2 0 0 0 .06.41A2.59 2.59 0 0 0 10.37 29a3.36 3.36 0 0 0 1.31.25a3.7 3.7 0 0 0 1-.14a3 3 0 0 0 2.39-3.52Zm-4.29-6.42a2.59 2.59 0 0 0-1.52-1.65a2.91 2.91 0 0 0-.5-.16l-.37 1.56a1.21 1.21 0 0 1 .25.08a1 1 0 0 1 .6.6c.17.6-.41 1.31-1.26 1.55s-1.71-.06-1.88-.66a.86.86 0 0 1 0-.39l-1.56-.34a2.4 2.4 0 0 0 0 1.16a2.83 2.83 0 0 0 2.86 1.91a4 4 0 0 0 1-.14a3 3 0 0 0 2.38-3.52Zm2.67-7.77a2.59 2.59 0 0 0-1.52-1.65a1.17 1.17 0 0 0-.2-.06l-.52 1.51a.38.38 0 0 1 .1 0a1 1 0 0 1 .6.6c.17.6-.41 1.31-1.26 1.55a2.06 2.06 0 0 1-1.28-.05a1 1 0 0 1-.6-.61a.85.85 0 0 1 0-.32l-1.58-.19a2.3 2.3 0 0 0 .06.94a2.56 2.56 0 0 0 1.5 1.68a3.37 3.37 0 0 0 1.31.26a4 4 0 0 0 1-.14a3 3 0 0 0 2.39-3.52ZM21 6.78a2.56 2.56 0 0 0-1.52-1.65l-.3-.1l-.48 1.53h.15a1 1 0 0 1 .6.61c.17.6-.41 1.3-1.26 1.54s-1.71-.06-1.88-.65a.9.9 0 0 1 .06-.58l-1.48-.58a2.47 2.47 0 0 0-.12 1.63a2.84 2.84 0 0 0 2.84 1.91a3.58 3.58 0 0 0 1-.15A3 3 0 0 0 21 6.78Z\"/>"
},
"color-palette-solid": {
"body": "<path fill=\"currentColor\" d=\"M32.23 14.89c-2.1-.56-4.93 1.8-6.34.3c-1.71-1.82 2.27-5.53 1.86-8.92c-.33-2.78-3.51-4.08-6.66-4.1A18.5 18.5 0 0 0 7.74 7.59c-6.64 6.59-8.07 16-1.37 22.48c6.21 6 16.61 4.23 22.67-1.4a17.73 17.73 0 0 0 4.22-6.54c1.08-2.9 1.18-6.64-1.03-7.24ZM9.4 10.57a2.23 2.23 0 0 1 2.87 1.21a2.22 2.22 0 0 1-1.81 2.53a2.22 2.22 0 0 1-2.87-1.21a2.23 2.23 0 0 1 1.81-2.53ZM5.07 20.82a2.22 2.22 0 0 1 1.82-2.53a2.22 2.22 0 0 1 2.86 1.21A2.23 2.23 0 0 1 7.94 22a2.24 2.24 0 0 1-2.87-1.18Zm7 8.33a2.22 2.22 0 0 1-2.87-1.21a2.23 2.23 0 0 1 1.8-2.53a2.23 2.23 0 0 1 2.87 1.21A2.22 2.22 0 0 1 12 29.15ZM15 8.26a2.23 2.23 0 0 1 1.81-2.53a2.24 2.24 0 0 1 2.87 1.21a2.22 2.22 0 0 1-1.82 2.53A2.21 2.21 0 0 1 15 8.26Zm5.82 22.19a2.22 2.22 0 0 1-2.87-1.21a2.23 2.23 0 0 1 1.81-2.53a2.24 2.24 0 0 1 2.87 1.21a2.22 2.22 0 0 1-1.85 2.53Zm5-10.46a3.2 3.2 0 0 1-1.69 1.76a3.53 3.53 0 0 1-1.4.3a2.78 2.78 0 0 1-2.56-1.5a2.49 2.49 0 0 1-.07-2a3.2 3.2 0 0 1 1.69-1.76a3 3 0 0 1 4 1.2a2.54 2.54 0 0 1 0 2.01Z\"/>"
},
"color-picker-line": {
"body": "<path fill=\"currentColor\" d=\"M33 10.05a5.07 5.07 0 0 0 .1-7.17A5.06 5.06 0 0 0 26 3l-5.22 5.15a2.13 2.13 0 0 1-3 0l-.67-.67l-1.39 1.44l11.36 11.36l1.42-1.42l-.67-.67a2.13 2.13 0 0 1 0-3Zm-6.56 3.75a4.07 4.07 0 0 0-1.08 1.92l-5.08-5.08a4.07 4.07 0 0 0 1.92-1.08l5.16-5.17a3.09 3.09 0 0 1 4.35-.1a3.09 3.09 0 0 1-.1 4.35Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M7.3 31.51a2 2 0 1 1-2.83-2.83l14.11-14.11l-1.42-1.41L3.05 27.27a4 4 0 0 0-.68 4.8L.89 33.55a1 1 0 0 0 0 1.45a1 1 0 0 0 1.42 0l1.43-1.44a3.93 3.93 0 0 0 2.09.6a4.06 4.06 0 0 0 2.88-1.2l14.11-14.15l-1.41-1.41Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"color-picker-solid": {
"body": "<path fill=\"currentColor\" d=\"M33.73 2.11a4.09 4.09 0 0 0-5.76.1l-5.16 5.17a3.13 3.13 0 0 1-4.3.11l-1.42 1.42L27 18.79l1.42-1.42a3.18 3.18 0 0 1 .04-4.37l5.17-5.17a4.08 4.08 0 0 0 .1-5.72Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M22.18 16.79L7.46 31.51a2 2 0 1 1-2.82-2.83L19.35 14l-1.41-1.41L3.22 27.27a4 4 0 0 0-.68 4.8l-1.48 1.48a1 1 0 0 0 0 1.41a1 1 0 0 0 1.41 0l1.44-1.44a3.93 3.93 0 0 0 2.09.6a4.06 4.06 0 0 0 2.88-1.2L23.6 18.21Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"command-line": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 7h28v2.2H4Zm0 22V10.8h28V29Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M17 23h6v2h-6z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"m7 15.68l6.79 3.12L7 21.91v2.2l9.6-4.41v-1.81L7 13.48v2.2z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"command-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M17 23h6v2h-6z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"m7 24.11l9.6-4.41v-1.81L7 13.48v2.2l6.79 3.12L7 21.91v2.2z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M33.68 15.4H32V29H4V10.8h14.68a3.66 3.66 0 0 1 .32-.91l.4-.69H4V7h16.71l1.15-2H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V15.38Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"command-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M17 23h6v2h-6z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"m7 24.11l9.6-4.41v-1.81L7 13.48v2.2l6.79 3.12L7 21.91v2.2z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M32 13.22V29H4V10.8h20.24a7.51 7.51 0 0 1-1-1.6H4V7h18.57a7.52 7.52 0 0 1-.07-1a7.52 7.52 0 0 1 .07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34a7.45 7.45 0 0 1-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"command-solid": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM6.8 15.81v-2.64l10 4.59v2.08l-10 4.59v-2.65l6.51-3Zm16.6 9.59H17V23h6.4ZM4 9.2V7h28v2.2Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"command-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M33.68 15.4H22.23A3.68 3.68 0 0 1 19 9.89l.4-.69H4V7h16.71l1.15-2H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V15.38ZM16.8 19.83l-10 4.59v-2.64l6.51-3l-6.51-3v-2.61l10 4.59Zm6.6 5.57H17V23h6.4Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"command-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M30 13.5a7.49 7.49 0 0 1-6.78-4.3H4V7h18.57a7.52 7.52 0 0 1-.07-1a7.52 7.52 0 0 1 .07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34a7.46 7.46 0 0 1-4 1.16Zm-13.2 6.33l-10 4.59v-2.64l6.51-3l-6.51-3v-2.61l10 4.59Zm6.6 5.57H17V23h6.4Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"compass-line": {
"body": "<path fill=\"currentColor\" d=\"M20.82 15.31L10.46 9c-.46-.26-1.11.37-.86.84l6.15 10.56l10.56 6.15a.66.66 0 0 0 .84-.86Zm-4 4l3-3l4.55 7.44Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2Zm1 29.95v-2.42h-2v2.42A14 14 0 0 1 4.05 19h2.42v-2H4.05A14 14 0 0 1 17 4.05v2.42h2V4.05A14 14 0 0 1 31.95 17h-2.42v2h2.42A14 14 0 0 1 19 31.95Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"compass-solid": {
"body": "<path fill=\"currentColor\" d=\"M18 2a16 16 0 1 0 16 16A16 16 0 0 0 18 2ZM6.47 19H4.05c0-.33-.05-.66-.05-1s0-.67.05-1h2.42ZM17 4.05c.33 0 .66-.05 1-.05s.67 0 1 .05v2.42h-2Zm2 27.9c-.33 0-.66.05-1 .05s-.67 0-1-.05v-2.42h2Zm8-5.58a.59.59 0 0 1-.69.16l-10.56-6.15L9.6 9.82c-.25-.47.39-1.1.86-.84l10.37 6.33l6.33 10.37a.59.59 0 0 1-.16.69ZM29.53 19v-2h2.42c0 .33.05.66.05 1s0 .67-.05 1Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"m16.77 19.35l7.58 4.42l-4.55-7.44l-3.03 3.02z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"computer-line": {
"body": "<path fill=\"currentColor\" d=\"M9.6 22.88V10.6h14.8L25.98 9H8v13.88h1.6z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M6 7h24v16h2V6.5A1.5 1.5 0 0 0 30.5 5h-25A1.5 1.5 0 0 0 4 6.5V23h2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M1 25v3.4A2.6 2.6 0 0 0 3.6 31h28.74a2.6 2.6 0 0 0 2.6-2.6V25Zm32 3.4a.6.6 0 0 1-.6.6H3.56a.6.6 0 0 1-.6-.6v-1.87h9.95a1.64 1.64 0 0 0 1.5 1h7.13a1.64 1.64 0 0 0 1.5-1H33Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"computer-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M1 25v3.4A2.6 2.6 0 0 0 3.6 31h28.74a2.6 2.6 0 0 0 2.6-2.6V25Zm32 3.4a.6.6 0 0 1-.6.6H3.56a.6.6 0 0 1-.6-.6v-1.87h9.95a1.64 1.64 0 0 0 1.5 1h7.13a1.64 1.64 0 0 0 1.5-1H33Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M9.6 22.88V10.6h9.14a3.64 3.64 0 0 1 .26-.71l.56-.89H8v13.88Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M6 7h14.71l1.15-2H5.5A1.5 1.5 0 0 0 4 6.5V23h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted\"/><path fill=\"currentColor\" d=\"M30 15.4h2V23h-2z\" class=\"clr-i-outline--alerted clr-i-outline-path-4--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-5--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"computer-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M1 25v3.4A2.6 2.6 0 0 0 3.6 31h28.74a2.6 2.6 0 0 0 2.6-2.6V25Zm32 3.4a.6.6 0 0 1-.6.6H3.56a.6.6 0 0 1-.6-.6v-1.87h9.95a1.64 1.64 0 0 0 1.5 1h7.13a1.64 1.64 0 0 0 1.5-1H33Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M22.5 6a7.52 7.52 0 0 1 .07-1H5.5A1.5 1.5 0 0 0 4 6.5V23h2V7h16.57a7.52 7.52 0 0 1-.07-1Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><path fill=\"currentColor\" d=\"M30 13.5V23h2v-9.78a7.49 7.49 0 0 1-2 .28Z\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged\"/><path fill=\"currentColor\" d=\"M23.13 9H8v13.88h1.6V10.6h14.48a7.49 7.49 0 0 1-.95-1.6Z\" class=\"clr-i-outline--badged clr-i-outline-path-4--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-5--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"computer-solid": {
"body": "<path fill=\"currentColor\" d=\"M23.81 26c-.35.9-.94 1.5-1.61 1.5h-8.46c-.68 0-1.26-.6-1.61-1.5H1v1.75A2.45 2.45 0 0 0 3.6 30h28.8a2.45 2.45 0 0 0 2.6-2.25V26Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M7 10h22v14h3V7.57A1.54 1.54 0 0 0 30.5 6h-25A1.54 1.54 0 0 0 4 7.57V24h3Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"computer-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M23.81 26c-.35.9-.94 1.5-1.61 1.5h-8.46c-.68 0-1.26-.6-1.61-1.5H1v1.75A2.45 2.45 0 0 0 3.6 30h28.8a2.45 2.45 0 0 0 2.6-2.25V26Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M29 15.4h3V24h-3z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted\"/><path fill=\"currentColor\" d=\"M7 10h12v-.11L21.29 6H5.5A1.54 1.54 0 0 0 4 7.57V24h3Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-4--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"computer-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M23.81 26c-.35.9-.94 1.5-1.61 1.5h-8.46c-.68 0-1.26-.6-1.61-1.5H1v1.75A2.45 2.45 0 0 0 3.6 30h28.8a2.45 2.45 0 0 0 2.6-2.25V26Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><path fill=\"currentColor\" d=\"M7 10h16.66a7.46 7.46 0 0 1-1.16-4h-17A1.54 1.54 0 0 0 4 7.57V24h3Z\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged\"/><path fill=\"currentColor\" d=\"M32 13.22a7.14 7.14 0 0 1-3 .2V24h3Z\" class=\"clr-i-solid--badged clr-i-solid-path-3--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-4--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"connect-line": {
"body": "<path fill=\"currentColor\" d=\"M34 17h-5.77A6.25 6.25 0 0 0 22 12h-7.85a6.25 6.25 0 0 0-6.21 5H2v2h5.93a6.22 6.22 0 0 0 6.22 5H22a6.22 6.22 0 0 0 6.22-5H34Zm-16.92 5h-2.93a4.17 4.17 0 0 1-4.31-4a4.17 4.17 0 0 1 4.31-4h2.94ZM22 22h-3v-8h3a4.17 4.17 0 0 1 4.31 4A4.17 4.17 0 0 1 22 22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"connect-solid": {
"body": "<path fill=\"currentColor\" d=\"M17 12h-2.85a6.25 6.25 0 0 0-6.21 5H2v2h5.93a6.22 6.22 0 0 0 6.22 5H17Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M28.23 17A6.25 6.25 0 0 0 22 12h-3v12h3a6.22 6.22 0 0 0 6.22-5H34v-2Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"container-line": {
"body": "<path fill=\"currentColor\" d=\"M32 30H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2ZM4 8v20h28V8Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M9 25.3a.8.8 0 0 1-.8-.8v-13a.8.8 0 0 1 1.6 0v13a.8.8 0 0 1-.8.8Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M14.92 25.3a.8.8 0 0 1-.8-.8v-13a.8.8 0 0 1 1.6 0v13a.8.8 0 0 1-.8.8Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M21 25.3a.8.8 0 0 1-.8-.8v-13a.8.8 0 0 1 1.6 0v13a.8.8 0 0 1-.8.8Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M27 25.3a.8.8 0 0 1-.8-.8v-13a.8.8 0 0 1 1.6 0v13a.8.8 0 0 1-.8.8Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"container-solid": {
"body": "<path fill=\"currentColor\" d=\"M32 6H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2ZM9.63 24.23a.79.79 0 0 1-.81.77a.79.79 0 0 1-.82-.77V11.77a.79.79 0 0 1 .82-.77a.79.79 0 0 1 .81.77Zm6 0a.79.79 0 0 1-.82.77a.79.79 0 0 1-.81-.77V11.77a.79.79 0 0 1 .81-.77a.79.79 0 0 1 .82.77Zm6.21 0a.79.79 0 0 1-.82.77a.79.79 0 0 1-.81-.77V11.77a.79.79 0 0 1 .81-.77a.79.79 0 0 1 .82.77Zm6.12 0a.79.79 0 0 1-.82.77a.79.79 0 0 1-.81-.77V11.77a.79.79 0 0 1 .81-.77a.79.79 0 0 1 .82.77Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"container-volume-line": {
"body": "<path fill=\"currentColor\" d=\"M8 17.58a32.35 32.35 0 0 0 6.3.92a4.13 4.13 0 0 1 .92-1.37a30.94 30.94 0 0 1-7.22-1Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M6 28V8.19c.34-.76 4.31-2.11 11-2.11s10.67 1.35 11 2v.3c-.82.79-4.58 2.05-11.11 2.05A33.48 33.48 0 0 1 8 9.44v1.44a35.6 35.6 0 0 0 8.89 1c4.29 0 8.8-.58 11.11-1.82v5.07a5.3 5.3 0 0 1-1.81.88H30V8.12c0-3.19-8.17-4-13-4s-13 .85-13 4V28c0 2.63 5.39 3.68 10 4v-2c-4.87-.34-7.72-1.38-8-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M8 24.28a31.3 31.3 0 0 0 6 .89v-1.4a28.93 28.93 0 0 1-6-.93Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M32 18H18a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V20a2 2 0 0 0-2-2ZM18 32V20h14v12Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M21 21.7a.7.7 0 0 0-.7.7v7.49a.7.7 0 0 0 1.4 0V22.4a.7.7 0 0 0-.7-.7Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M25 21.82a.7.7 0 0 0-.7.7V30a.7.7 0 1 0 1.4 0v-7.48a.7.7 0 0 0-.7-.7Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"currentColor\" d=\"M29 21.7a.7.7 0 0 0-.7.7v7.49a.7.7 0 1 0 1.4 0V22.4a.7.7 0 0 0-.7-.7Z\" class=\"clr-i-outline clr-i-outline-path-7\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"container-volume-solid": {
"body": "<path fill=\"currentColor\" d=\"M32 18H18a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V20a2 2 0 0 0-2-2ZM18 32V20h14v12Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"currentColor\" d=\"M21 21.7a.7.7 0 0 0-.7.7v7.49a.7.7 0 0 0 1.4 0V22.4a.7.7 0 0 0-.7-.7Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"currentColor\" d=\"M25 21.82a.7.7 0 0 0-.7.7V30a.7.7 0 1 0 1.4 0v-7.48a.7.7 0 0 0-.7-.7Z\" class=\"clr-i-solid clr-i-solid-path-3\"/><path fill=\"currentColor\" d=\"M29 21.7a.7.7 0 0 0-.7.7v7.49a.7.7 0 1 0 1.4 0V22.4a.7.7 0 0 0-.7-.7Z\" class=\"clr-i-solid clr-i-solid-path-4\"/><path fill=\"currentColor\" d=\"M18 16h10V8.12c0-1.68-5.38-3-12-3s-12 1.32-12 3V28c0 1.5 4.33 2.75 10 3v-5.78a29.17 29.17 0 0 1-8-1.29v-1.49l.24.1A26.63 26.63 0 0 0 14 23.82V20a4 4 0 0 1 .29-1.47A29.19 29.19 0 0 1 6 17.23v-1.48l.24.09a29 29 0 0 0 9 1.32A4 4 0 0 1 18 16ZM6 10.54V9.05l.24.09A30.12 30.12 0 0 0 16 10.47a28.33 28.33 0 0 0 10-1.42v1.5a32.53 32.53 0 0 1-10 1.32a32.44 32.44 0 0 1-10-1.33Z\" class=\"clr-i-solid clr-i-solid-path-5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"contract-line": {
"body": "<path fill=\"currentColor\" d=\"M8 8.2h16v1.6H8zm0 8h8.086v1.6H8zm15.378-4H8v1.6h13.779l1.599-1.6zM12.793 29.072a2.47 2.47 0 0 0 2.195.824h7.803a.7.7 0 0 0 0-1.4h-7.803c-.911-.016-.749-.807-.621-1.052a3.962 3.962 0 0 0 .387-.915a1.183 1.183 0 0 0-.616-1.322a1.899 1.899 0 0 0-2.24.517c-.344.355-.822.898-1.28 1.426c.283-1.109.65-2.532 1.01-3.92a1.315 1.315 0 0 0-.755-1.626a1.425 1.425 0 0 0-1.775.793c-.432.831-3.852 6.562-3.886 6.62a.7.7 0 1 0 1.202.718c.128-.215 2.858-4.788 3.719-6.315c-.648 2.5-1.362 5.282-1.404 5.532a.869.869 0 0 0 .407.969a.92.92 0 0 0 1.106-.224c.126-.114.362-.385.957-1.076a62.093 62.093 0 0 1 1.703-1.921c.218-.23.35-.128.222.098a2.291 2.291 0 0 0-.33 2.274Z\"/><path fill=\"currentColor\" d=\"M28 21.695V32H4V4h24v4.993l1.33-1.33a4.304 4.304 0 0 1 .67-.54V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V21.427a2.91 2.91 0 0 1-2 .268Z\"/><path fill=\"currentColor\" d=\"m34.128 11.861l-.523-.523a1.898 1.898 0 0 0-.11-2.423a1.956 1.956 0 0 0-2.75.162L18.22 21.6l-.837 3.142a.234.234 0 0 0 .296.294l3.131-.847l11.692-11.692l.494.495a.371.371 0 0 1 0 .525l-4.917 4.917a.8.8 0 0 0 1.132 1.131l4.917-4.917a1.972 1.972 0 0 0 0-2.788Z\"/>"
},
"contract-solid": {
"body": "<path fill=\"currentColor\" d=\"m34.486 13.86l-.432-.432a3.17 3.17 0 0 0-.563-3.563a3.011 3.011 0 0 0-2.326-.87A3.438 3.438 0 0 0 30 9.272V2H2v32h28V17.82l3.09-3.09l.264.263a.371.371 0 0 1 0 .525l-2.353 2.354a.8.8 0 0 0 1.131 1.132l2.354-2.354a1.974 1.974 0 0 0 0-2.79ZM8 8.2h16.002v1.6H8Zm0 4h16.002v1.6H8Zm0 4h10.5v1.6H8Zm14.791 13.696h-7.803c-.902 0-1.746-.086-2.194-.824c-.459-.755-.003-1.632.33-2.274c.059-.113-.072-.253-.222-.098c-.44.452-1.14 1.266-1.703 1.92c-.595.692-.831.963-.957 1.077a.92.92 0 0 1-1.106.224a.869.869 0 0 1-.407-.969c.042-.25.756-3.032 1.403-5.533c-.86 1.527-3.59 6.1-3.718 6.315a.7.7 0 0 1-1.203-.718c.035-.057 3.455-5.788 3.886-6.62a1.425 1.425 0 0 1 1.776-.793a1.315 1.315 0 0 1 .755 1.626c-.36 1.388-.727 2.812-1.01 3.92c.457-.528.935-1.07 1.28-1.425a1.899 1.899 0 0 1 2.24-.517a1.183 1.183 0 0 1 .616 1.32a4.557 4.557 0 0 1-.388.916c-.267.555-.14 1.052.622 1.052h7.803a.7.7 0 0 1 0 1.4Zm-2.08-5.05l-2.604.687a.218.218 0 0 1-.216-.058a.215.215 0 0 1-.059-.216l.664-2.599l6.59-6.59l2.2 2.2Zm11.466-11.467l-3.76 3.76l-2.2-2.2l3.76-3.76a1.949 1.949 0 0 1 1.27-.586l.09-.003a1.423 1.423 0 0 1 1.022.407a1.7 1.7 0 0 1-.182 2.382Z\"/>"
},
"control-lun-line": {
"body": "<path fill=\"currentColor\" d=\"M8 24.59a25.5 25.5 0 0 0 2.75.59l1.21-1.41a24.13 24.13 0 0 1-4-.83Z\"/><path fill=\"currentColor\" d=\"M6 27.53V10.3c2.9 1.43 8.34 1.88 12 1.88s9.1-.45 12-1.88v5.11c-.91.82-5 2.13-12 2.13a34.81 34.81 0 0 1-10-1.21V18a40.86 40.86 0 0 0 10 1.16c3.46 0 9.13-.45 12-1.91v3.23h2V7.93c0-3.35-8.8-4.25-14-4.25S4 4.58 4 7.93v19.6c0 2 3.17 3.14 6.83 3.72l-2.45-2.57C7 28.28 6.13 27.84 6 27.53ZM18 5.68c7.15 0 11.53 1.44 12 2.25c-.46.81-4.84 2.25-12 2.25S6.31 8.69 6 8c.31-.82 4.71-2.32 12-2.32Z\"/><path fill=\"currentColor\" d=\"M32.09 22H15.46l-5.41 6.31L15.49 34h16.6a2 2 0 0 0 2-2v-8.07a2 2 0 0 0-2-1.93Zm0 10H16.34l-3.59-3.77L16.38 24h15.71v8Z\"/><path fill=\"currentColor\" d=\"M16.11 27a1 1 0 1 0 1 1a1 1 0 0 0-1-1Z\"/>"
},
"control-lun-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M8 24.59a25.5 25.5 0 0 0 2.75.59l1.21-1.41a24.13 24.13 0 0 1-4-.83ZM32.09 22H15.46l-5.41 6.31L15.49 34h16.6a2 2 0 0 0 2-2v-8.07a2 2 0 0 0-2-1.93Zm0 10H16.34l-3.59-3.77L16.38 24h15.71v8Z\"/><path fill=\"currentColor\" d=\"M16.11 27a1 1 0 1 0 1 1a1 1 0 0 0-1-1ZM6 27.53V10.3c2.9 1.43 8.34 1.88 12 1.88h.59a3.59 3.59 0 0 1 .32-2H18C10.71 10.18 6.31 8.69 6 8c.32-.8 4.72-2.3 12-2.3c1.22 0 2.35.05 3.41.12l1.1-1.91c-1.6-.15-3.17-.21-4.51-.21c-5.2 0-14 .9-14 4.25v19.6c0 2 3.17 3.14 6.83 3.72l-2.45-2.59C7 28.28 6.13 27.84 6 27.53Z\"/><path fill=\"currentColor\" d=\"M8 16.33V18a40.86 40.86 0 0 0 10 1.16c3.46 0 9.13-.45 12-1.91v3.23h2V15.4h-2c-.91.82-5 2.13-12 2.13a34.81 34.81 0 0 1-10-1.2ZM26.85 1.14l-5.72 9.91a1.27 1.27 0 0 0 1.1 1.95h11.45a1.27 1.27 0 0 0 1.1-1.91l-5.72-9.95a1.28 1.28 0 0 0-2.21 0Z\"/>"
},
"control-lun-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M8 24.59a25.5 25.5 0 0 0 2.75.59l1.21-1.41a24.13 24.13 0 0 1-4-.83ZM32.09 22H15.46l-5.41 6.31L15.49 34h16.6a2 2 0 0 0 2-2v-8.07a2 2 0 0 0-2-1.93Zm0 10H16.34l-3.59-3.77L16.38 24h15.71v8Z\"/><path fill=\"currentColor\" d=\"M16.11 27a1 1 0 1 0 1 1a1 1 0 0 0-1-1ZM18 17.54a34.81 34.81 0 0 1-10-1.21V18a40.86 40.86 0 0 0 10 1.16c3.46 0 9.13-.45 12-1.91v3.23h2v-7.26a7.32 7.32 0 0 1-2 .28v1.91c-.91.82-5 2.13-12 2.13Z\"/><path fill=\"currentColor\" d=\"M6 27.53V10.3c2.9 1.43 8.34 1.88 12 1.88a47.66 47.66 0 0 0 7.09-.52a7.45 7.45 0 0 1-1.51-1.8a47.4 47.4 0 0 1-5.58.32C10.71 10.18 6.31 8.69 6 8c.32-.8 4.72-2.3 12-2.3c1.66 0 3.16.08 4.51.21a7.56 7.56 0 0 1 .29-2c-1.7-.17-3.38-.24-4.8-.24c-5.2 0-14 .9-14 4.25v19.6c0 2 3.17 3.14 6.83 3.72l-2.45-2.56C7 28.28 6.13 27.84 6 27.53Z\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\"/>"
},
"control-lun-solid": {
"body": "<path fill=\"currentColor\" d=\"M16.11 27a1 1 0 1 0 1 1a1 1 0 0 0-1-1Z\"/><path fill=\"currentColor\" d=\"M32.09 21H32v-3.68c-1.9 2.93-10.46 3.3-14 3.3a42.43 42.43 0 0 1-10-1.06v-1.68A40.59 40.59 0 0 0 18 19c5 0 13.2-.82 14-3.82v-4.46c-2.21 3.36-10.49 3.46-14 3.46a42.12 42.12 0 0 1-10-1.07V11a40.59 40.59 0 0 0 10 1.14c5 0 13.28-.83 14-3.88v-.43c-.19-3.27-8.84-4.15-14-4.15S4.21 4.56 4 7.83v19.7c0 2.16 3.64 3.3 7.63 3.84l2.84 3l.59.62h17a3 3 0 0 0 3-3v-8.06A3 3 0 0 0 32.09 21ZM8 26.08V24.4a25.79 25.79 0 0 0 3.46.7l-1.24 1.44c-.76-.12-1.51-.27-2.22-.46ZM33.09 32a1 1 0 0 1-1 1H15.92l-4.52-4.77L15.92 23h16.17a1 1 0 0 1 1 1Z\"/>"
},
"control-lun-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M16.11 27a1 1 0 1 0 1 1a1 1 0 0 0-1-1Z\"/><path fill=\"currentColor\" d=\"M32.09 21H32v-3.68c-1.9 2.93-10.46 3.3-14 3.3a42.43 42.43 0 0 1-10-1.06v-1.68A40.59 40.59 0 0 0 18 19c4.85 0 12.8-.79 13.91-3.62h-9.68a3.68 3.68 0 0 1-2.73-1.23H18a42.12 42.12 0 0 1-10-1.04V11a40.59 40.59 0 0 0 10 1.14h.59a3.61 3.61 0 0 1 .46-2.29l3.46-6c-1.6-.15-3.17-.21-4.51-.21c-5.14 0-13.79.88-14 4.15v19.7c0 2.16 3.64 3.3 7.63 3.84l2.84 3l.59.62h17a3 3 0 0 0 3-3v-8.02A3 3 0 0 0 32.09 21ZM8 26.08V24.4a25.79 25.79 0 0 0 3.46.7l-1.24 1.44c-.76-.12-1.51-.27-2.22-.46ZM33.09 32a1 1 0 0 1-1 1H15.92l-4.52-4.77L15.92 23h16.17a1 1 0 0 1 1 1Z\"/><path fill=\"currentColor\" d=\"m26.85 1.14l-5.72 9.91a1.27 1.27 0 0 0 1.1 1.95h11.45a1.27 1.27 0 0 0 1.1-1.91l-5.72-9.95a1.28 1.28 0 0 0-2.21 0Z\"/>"
},
"control-lun-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M16.11 27a1 1 0 1 0 1 1a1 1 0 0 0-1-1Z\"/><path fill=\"currentColor\" d=\"M32.09 21H32v-3.68c-1.9 2.93-10.46 3.3-14 3.3a42.43 42.43 0 0 1-10-1.06v-1.68A40.59 40.59 0 0 0 18 19c5 0 13.2-.82 14-3.82v-2a7.34 7.34 0 0 1-4.12 0a39.47 39.47 0 0 1-9.88 1a42.12 42.12 0 0 1-10-1.07V11a40.59 40.59 0 0 0 10 1.14a47.76 47.76 0 0 0 7.09-.52a7.45 7.45 0 0 1-2.29-7.7c-1.7-.17-3.38-.24-4.8-.24c-5.14 0-13.79.88-14 4.15v19.7c0 2.16 3.64 3.3 7.63 3.84l2.84 3l.59.62h17a3 3 0 0 0 3-3v-8.06A3 3 0 0 0 32.09 21ZM8 26.08V24.4a25.79 25.79 0 0 0 3.46.7l-1.24 1.44c-.76-.12-1.51-.27-2.22-.46ZM33.09 32a1 1 0 0 1-1 1H15.92l-4.52-4.77L15.92 23h16.17a1 1 0 0 1 1 1Z\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\"/>"
},
"copy-line": {
"body": "<path fill=\"currentColor\" d=\"M29.5 7h-19A1.5 1.5 0 0 0 9 8.5v24a1.5 1.5 0 0 0 1.5 1.5h19a1.5 1.5 0 0 0 1.5-1.5v-24A1.5 1.5 0 0 0 29.5 7ZM29 32H11V9h18Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M26 3.5A1.5 1.5 0 0 0 24.5 2h-19A1.5 1.5 0 0 0 4 3.5v24A1.5 1.5 0 0 0 5.5 29H6V4h20Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"copy-solid": {
"body": "<path fill=\"currentColor\" d=\"M27 3.56A1.56 1.56 0 0 0 25.43 2H5.57A1.56 1.56 0 0 0 4 3.56v24.88A1.56 1.56 0 0 0 5.57 30h.52V4.07H27Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><rect width=\"23\" height=\"28\" x=\"8\" y=\"6\" fill=\"currentColor\" class=\"clr-i-solid clr-i-solid-path-2\" rx=\"1.5\" ry=\"1.5\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"copy-to-clipboard-line": {
"body": "<path fill=\"currentColor\" d=\"M22.6 4h-1.05a3.89 3.89 0 0 0-7.31 0h-.84A2.41 2.41 0 0 0 11 6.4V10h14V6.4A2.41 2.41 0 0 0 22.6 4Zm.4 4H13V6.25a.25.25 0 0 1 .25-.25h2.69l.12-1.11a1.24 1.24 0 0 1 .55-.89a2 2 0 0 1 3.15 1.18l.09.84h2.9a.25.25 0 0 1 .25.25Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M33.25 18.06H21.33l2.84-2.83a1 1 0 1 0-1.42-1.42l-5.25 5.25l5.25 5.25a1 1 0 0 0 .71.29a1 1 0 0 0 .71-1.7l-2.84-2.84h11.92a1 1 0 0 0 0-2Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M29 16h2V6.68A1.66 1.66 0 0 0 29.35 5h-2.27v2H29Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M29 31H7V7h2V5H6.64A1.66 1.66 0 0 0 5 6.67v24.65A1.66 1.66 0 0 0 6.65 33h22.71A1.66 1.66 0 0 0 31 31.33v-9.27h-2Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cpu-line": {
"body": "<path fill=\"currentColor\" d=\"M23.08 23.07h-11v1.5h11.75a.75.75 0 0 0 .75-.75V11.33h-1.5Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M32.2 18.15a.8.8 0 1 0 0-1.6H30v-5.4h2.2a.8.8 0 1 0 0-1.6H30V8.1A2.1 2.1 0 0 0 27.9 6h-1.55V3.8a.8.8 0 1 0-1.6 0V6h-5.4V3.8a.8.8 0 1 0-1.6 0V6h-5.4V3.8a.8.8 0 1 0-1.6 0V6H8.1A2.1 2.1 0 0 0 6 8.1v1.45H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v2.75A2.1 2.1 0 0 0 8.1 30h2.65v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h1.55a2.1 2.1 0 0 0 2.1-2.1v-2.75h2.2a.8.8 0 1 0 0-1.6H30v-5.4ZM28 27.9a.1.1 0 0 1-.1.1H8.1a.1.1 0 0 1-.1-.1V8.1a.1.1 0 0 1 .1-.1h19.8a.1.1 0 0 1 .1.1Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cpu-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M32.2 23.55H30v-5.4h2.2a.8.8 0 1 0 0-1.6H30V15.4h-2v12.5a.1.1 0 0 1-.1.1H8.1a.1.1 0 0 1-.1-.1V8.1a.1.1 0 0 1 .1-.1h12l1.15-2h-1.9V3.8a.8.8 0 1 0-1.6 0V6h-5.4V3.8a.8.8 0 1 0-1.6 0V6H8.1A2.1 2.1 0 0 0 6 8.1v1.45H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v2.75A2.1 2.1 0 0 0 8.1 30h2.65v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h1.55a2.1 2.1 0 0 0 2.1-2.1v-2.75h2.2a.8.8 0 1 0 0-1.6Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M12.06 24.57h11.77a.75.75 0 0 0 .75-.75V15.4h-1.5v7.67h-11Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cpu-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M12.06 24.57h11.77a.75.75 0 0 0 .75-.75V11.33h-1.5v11.74h-11Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M32.2 23.55H30v-5.4h2.2a.8.8 0 1 0 0-1.6H30V13.5a7.49 7.49 0 0 1-2-.28V27.9a.1.1 0 0 1-.1.1H8.1a.1.1 0 0 1-.1-.1V8.1a.1.1 0 0 1 .1-.1h14.68a7.49 7.49 0 0 1-.28-2h-3.15V3.8a.8.8 0 1 0-1.6 0V6h-5.4V3.8a.8.8 0 1 0-1.6 0V6H8.1A2.1 2.1 0 0 0 6 8.1v1.45H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v2.75A2.1 2.1 0 0 0 8.1 30h2.65v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h1.55a2.1 2.1 0 0 0 2.1-2.1v-2.75h2.2a.8.8 0 1 0 0-1.6Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cpu-solid": {
"body": "<path fill=\"currentColor\" d=\"M32.2 18.15a.8.8 0 1 0 0-1.6H30v-5.4h2.2a.8.8 0 1 0 0-1.6H30V8.1A2.1 2.1 0 0 0 27.9 6h-1.55V3.8a.8.8 0 1 0-1.6 0V6h-5.4V3.8a.8.8 0 1 0-1.6 0V6h-5.4V3.8a.8.8 0 1 0-1.6 0V6H8.1A2.1 2.1 0 0 0 6 8.1v1.45H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v2.75A2.1 2.1 0 0 0 8.1 30h2.65v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h1.55a2.1 2.1 0 0 0 2.1-2.1v-2.75h2.2a.8.8 0 1 0 0-1.6H30v-5.4ZM25 23.81A1.18 1.18 0 0 1 24 25H13v-2h10V11h2Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cpu-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M32.2 23.55H30v-5.4h2.2a.8.8 0 1 0 0-1.6H30V15.4h-5v8.41A1.18 1.18 0 0 1 24 25H13v-2h10v-7.6h-.77A3.68 3.68 0 0 1 19 9.89L21.29 6h-1.94V3.8a.8.8 0 1 0-1.6 0V6h-5.4V3.8a.8.8 0 1 0-1.6 0V6H8.1A2.1 2.1 0 0 0 6 8.1v1.45H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v2.75A2.1 2.1 0 0 0 8.1 30h2.65v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h1.55a2.1 2.1 0 0 0 2.1-2.1v-2.75h2.2a.8.8 0 1 0 0-1.6Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"M26.85 1.14L21.13 11a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cpu-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M32.2 23.55H30v-5.4h2.2a.8.8 0 1 0 0-1.6H30V13.5a7.46 7.46 0 0 1-5-1.92v12.23A1.18 1.18 0 0 1 24 25H13v-2h10V11h1.42a7.46 7.46 0 0 1-1.92-5h-3.15V3.8a.8.8 0 1 0-1.6 0V6h-5.4V3.8a.8.8 0 1 0-1.6 0V6H8.1A2.1 2.1 0 0 0 6 8.1v1.45H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v5.4H3.8a.8.8 0 1 0 0 1.6H6v2.75A2.1 2.1 0 0 0 8.1 30h2.65v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h5.4v2.2a.8.8 0 1 0 1.6 0V30h1.55a2.1 2.1 0 0 0 2.1-2.1v-2.75h2.2a.8.8 0 1 0 0-1.6Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"credit-card-line": {
"body": "<path fill=\"currentColor\" d=\"M32 6H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2Zm0 2v12H4V8ZM4 28v-4h28v4Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"credit-card-solid": {
"body": "<rect width=\"22\" height=\"30\" x=\"7\" y=\"3\" fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"clr-i-solid clr-i-solid-path-1\" rx=\".96\" ry=\".96\" transform=\"rotate(90 18 18)\"/><path fill=\"currentColor\" d=\"M32 6H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2Zm0 18H4v-4h28Z\" class=\"clr-i-solid clr-i-solid-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"crosshairs-line": {
"body": "<path fill=\"currentColor\" d=\"M18 29a11 11 0 1 1 11-11a11 11 0 0 1-11 11Zm0-20a9 9 0 1 0 9 9a9 9 0 0 0-9-9Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M18 23a5 5 0 1 1 5-5a5 5 0 0 1-5 5Zm0-8a3 3 0 1 0 3 3a3 3 0 0 0-3-3Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M18 9a1 1 0 0 1-1-1V2.8a1 1 0 0 1 2 0V8a1 1 0 0 1-1 1Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"currentColor\" d=\"M18 34a1 1 0 0 1-1-1v-5a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1Z\" class=\"clr-i-outline clr-i-outline-path-4\"/><path fill=\"currentColor\" d=\"M8 19H3.17a1 1 0 0 1 0-2H8a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-5\"/><path fill=\"currentColor\" d=\"M33.1 19H28a1 1 0 0 1 0-2h5.1a1 1 0 0 1 0 2Z\" class=\"clr-i-outline clr-i-outline-path-6\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"crown-line": {
"body": "<path fill=\"currentColor\" d=\"M4 13.33a1.39 1.39 0 1 0-1.4 1.39A1.39 1.39 0 0 0 4 13.33Zm27.81 2.51a20.35 20.35 0 0 0-4.58 1.43a22.7 22.7 0 0 0-3.48 2.1a17.69 17.69 0 0 1-1.75-2.8a47.65 47.65 0 0 1-2.8-7.69a1 1 0 0 0-1-.74a1 1 0 0 0-1 .74a46.71 46.71 0 0 1-2.8 7.69a17 17 0 0 1-1.76 2.8a22.7 22.7 0 0 0-3.48-2.1a20.66 20.66 0 0 0-4.58-1.43a1 1 0 0 0-1 .39a1 1 0 0 0-.09 1.05a50.13 50.13 0 0 1 4.33 13.89a1 1 0 0 0 1 .83h18.8a1 1 0 0 0 1-.83a50.15 50.15 0 0 1 4.26-13.89a1 1 0 0 0-.09-1.05a1 1 0 0 0-.98-.39ZM26.79 30H9.64a55.66 55.66 0 0 0-3.4-11.71a15.75 15.75 0 0 1 2.09.78a20 20 0 0 1 3.85 2.45a1 1 0 0 0 1.39-.09a19.28 19.28 0 0 0 2.67-4a43.46 43.46 0 0 0 2-4.89a41.74 41.74 0 0 0 2 4.89a19.92 19.92 0 0 0 2.66 4a1 1 0 0 0 1.4.09a19.21 19.21 0 0 1 3.85-2.45a14.77 14.77 0 0 1 2.09-.78A55.07 55.07 0 0 0 26.79 30Z\"/><circle cx=\"33.83\" cy=\"13.33\" r=\"1.39\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M18.22 6.39A1.39 1.39 0 1 0 16.84 5a1.39 1.39 0 0 0 1.38 1.39Zm.01 19.95a1.11 1.11 0 1 0 1.1 1.1a1.1 1.1 0 0 0-1.1-1.1Zm-5.65 0a1.11 1.11 0 1 0 1.1 1.1a1.1 1.1 0 0 0-1.1-1.1Zm11.31 0a1.11 1.11 0 1 0 1.1 1.1a1.1 1.1 0 0 0-1.1-1.1Z\"/>"
},
"crown-solid": {
"body": "<path fill=\"currentColor\" d=\"M2.6 11.93a1.4 1.4 0 1 0 1.4 1.4a1.4 1.4 0 0 0-1.4-1.4Z\"/><circle cx=\"33.83\" cy=\"13.33\" r=\"1.39\" fill=\"currentColor\"/><path fill=\"currentColor\" d=\"M18.22 6.39A1.39 1.39 0 1 0 16.84 5a1.39 1.39 0 0 0 1.38 1.39Zm13.41 9.71A18.61 18.61 0 0 0 28 17.34a21.57 21.57 0 0 0-4 2.49a19.2 19.2 0 0 1-2.26-3.49a48.92 48.92 0 0 1-2.52-6.58a1 1 0 0 0-1-.71a1 1 0 0 0-1 .71a48.42 48.42 0 0 1-2.52 6.58a18.69 18.69 0 0 1-2.26 3.48a22.81 22.81 0 0 0-4-2.48A18.83 18.83 0 0 0 4.9 16.1a1 1 0 0 0-1 .33a1 1 0 0 0-.13 1.07a55.9 55.9 0 0 1 4 13.5a1 1 0 0 0 1 .83h19a1 1 0 0 0 1-.83a55.9 55.9 0 0 1 4-13.5a1 1 0 0 0-.13-1.07a1 1 0 0 0-1.01-.33ZM11.08 28.55a1.11 1.11 0 1 1 1.1-1.11a1.11 1.11 0 0 1-1.1 1.11Zm7.15 0a1.11 1.11 0 0 1 0-2.21a1.11 1.11 0 0 1 0 2.21Zm7.16 0a1.11 1.11 0 1 1 1.1-1.11a1.11 1.11 0 0 1-1.1 1.11Z\"/>"
},
"cursor-arrow-line": {
"body": "<path fill=\"currentColor\" d=\"M14.58 32.31a1 1 0 0 1-.94-.65L4 5.65a1 1 0 0 1 1.25-1.28l26 9.68a1 1 0 0 1-.05 1.89l-8.36 2.57l8.3 8.3a1 1 0 0 1 0 1.41l-3.26 3.26a1 1 0 0 1-.71.29a1 1 0 0 1-.71-.29l-8.33-8.33l-2.6 8.45a1 1 0 0 1-.93.71Zm3.09-12a1 1 0 0 1 .71.29l8.79 8.79L29 27.51l-8.76-8.76a1 1 0 0 1 .41-1.66l7.13-2.2L6.6 7l7.89 21.2l2.22-7.2a1 1 0 0 1 .71-.68Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cursor-arrow-solid": {
"body": "<path fill=\"currentColor\" d=\"M29 12.36L3.88 3a1 1 0 0 0-1.29 1.28L12 29.44a1 1 0 0 0 1.89-.05l2.69-8.75l9.12 8.9a1 1 0 0 0 1.41 0l2.35-2.35a1 1 0 0 0 0-1.41l-9.09-8.86L29 14.25a1 1 0 0 0 0-1.89Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cursor-hand-click-line": {
"body": "<path fill=\"currentColor\" d=\"M30.4 17.6c-1.8-1.9-4.2-3.2-6.7-3.7c-1.1-.3-2.2-.5-3.3-.6c2.8-3.3 2.3-8.3-1-11.1s-8.3-2.3-11.1 1s-2.3 8.3 1 11.1c.6.5 1.2.9 1.8 1.1v2.2l-1.6-1.5c-1.4-1.4-3.7-1.4-5.2 0c-1.4 1.4-1.5 3.6-.1 5l4.6 5.4c.2 1.4.7 2.7 1.4 3.9c.5.9 1.2 1.8 1.9 2.5v1.9c0 .6.4 1 1 1h13.6c.5 0 1-.5 1-1v-2.6c1.9-2.3 2.9-5.2 2.9-8.1v-5.8c.1-.4 0-.6-.2-.7zm-22-9.4c0-3.3 2.7-5.9 6-5.8c3.3 0 5.9 2.7 5.8 6c0 1.8-.8 3.4-2.2 4.5v-5a3.4 3.4 0 0 0-3.4-3.2c-1.8-.1-3.4 1.4-3.4 3.2v5.2c-1.7-1-2.7-2.9-2.8-4.9zM28.7 24c.1 2.6-.8 5.1-2.5 7.1c-.2.2-.4.4-.4.7v2.1H14.2v-1.4c0-.3-.2-.6-.4-.8c-.7-.6-1.3-1.3-1.8-2.2c-.6-1-1-2.2-1.2-3.4c0-.2-.1-.4-.2-.6l-4.8-5.7c-.3-.3-.5-.7-.5-1.2c0-.4.2-.9.5-1.2c.7-.6 1.7-.6 2.4 0l2.9 2.9v3l1.9-1V7.9c.1-.7.7-1.3 1.5-1.2c.7 0 1.4.5 1.4 1.2v11.5l2 .4v-4.6c.1-.1.2-.1.3-.2c.7 0 1.4.1 2.1.2v5.1l1.6.3v-5.2l1.2.3c.5.1 1 .3 1.5.5v5l1.6.3v-4.6c.9.4 1.7 1 2.4 1.7l.1 5.4z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cursor-hand-grab-line": {
"body": "<path fill=\"currentColor\" d=\"M28.09 9.74a4 4 0 0 0-1.16.19c-.19-1.24-1.55-2.18-3.27-2.18a4 4 0 0 0-1.53.25A3.37 3.37 0 0 0 19 6.3a3.45 3.45 0 0 0-2.87 1.32a3.65 3.65 0 0 0-1.89-.51A3.05 3.05 0 0 0 11 9.89v.91c-1.06.4-4.11 1.8-4.91 4.84s.34 8 2.69 11.78a25.21 25.21 0 0 0 5.9 6.41a.9.9 0 0 0 .53.17h10.34a.92.92 0 0 0 .55-.19a13.13 13.13 0 0 0 3.75-6.13A25.8 25.8 0 0 0 31.41 18v-5.5a3.08 3.08 0 0 0-3.32-2.76ZM29.61 18a24 24 0 0 1-1.47 9.15a12.46 12.46 0 0 1-2.94 5.05h-9.73a23.75 23.75 0 0 1-5.2-5.72c-2.37-3.86-3-8.23-2.48-10.39A5.7 5.7 0 0 1 11 12.76v7.65a.9.9 0 0 0 1.8 0V9.89c0-.47.59-1 1.46-1s1.49.52 1.49 1v5.72h1.8v-6.8c0-.28.58-.71 1.46-.71s1.53.48 1.53.75v6.89h1.8V10l.17-.12a2.1 2.1 0 0 1 1.18-.32c.93 0 1.5.44 1.5.68v6.5H27v-4.87a1.91 1.91 0 0 1 1.12-.33c.86 0 1.52.51 1.52.94Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cursor-hand-line": {
"body": "<path fill=\"currentColor\" d=\"M30.74 15.19a13.66 13.66 0 0 0-6.87-3.83a26 26 0 0 0-5.87-.78v-5.3A3.4 3.4 0 0 0 14.5 2A3.4 3.4 0 0 0 11 5.28v10L9.4 13.7a3.77 3.77 0 0 0-5.28 0A3.67 3.67 0 0 0 3 16.33a3.6 3.6 0 0 0 1 2.56l4.66 5.52a11.53 11.53 0 0 0 1.43 4a10.12 10.12 0 0 0 2 2.54v1.92a1.07 1.07 0 0 0 1 1.08H27a1.07 1.07 0 0 0 1-1.08v-2.7a12.81 12.81 0 0 0 3-8.36v-6a1 1 0 0 0-.26-.62ZM29 21.86a10.72 10.72 0 0 1-2.6 7.26a1.11 1.11 0 0 0-.4.72V32H14.14v-1.48a1 1 0 0 0-.44-.83a7.26 7.26 0 0 1-1.82-2.23a9.14 9.14 0 0 1-1.2-3.52a1 1 0 0 0-.23-.59l-4.92-5.82a1.7 1.7 0 0 1 0-2.42a1.76 1.76 0 0 1 2.47 0l3 3v3.14l2-1V5.28A1.42 1.42 0 0 1 14.5 4A1.42 1.42 0 0 1 16 5.28v11.8l2 .43v-4.92a24.27 24.27 0 0 1 2.51.18V18l1.6.35V13c.41.08.83.17 1.26.28a14.88 14.88 0 0 1 1.53.49v5.15l1.6.35V14.5a11.06 11.06 0 0 1 2.5 1.73Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cursor-hand-open-line": {
"body": "<path fill=\"currentColor\" d=\"M31.46 8.57A3.11 3.11 0 0 0 27 5.75a3.19 3.19 0 0 0-4.66-2.64a3.29 3.29 0 0 0-6.42-.76a3.23 3.23 0 0 0-1.66-.46A3.27 3.27 0 0 0 11 5.18v12.66c-1.28-1.6-2.53-3.18-2.72-3.45a3.19 3.19 0 0 0-2.72-1.49a3.37 3.37 0 0 0-3.47 3.48C2.18 18.18 5.66 24.54 8 28c3.54 5.24 6.92 6 7.07 6h10.52a.92.92 0 0 0 .55-.19a13.13 13.13 0 0 0 3.75-6.13c1-3.09 1.53-7.53 1.58-13.56Zm-3.28 18.55a12.46 12.46 0 0 1-2.94 5.08h-9.91c-.47-.14-3.07-1.1-5.87-5.25s-5.52-9.68-5.57-10.66a1.5 1.5 0 0 1 .45-1.13a1.52 1.52 0 0 1 1.14-.46a1.43 1.43 0 0 1 1.32.71c.29.43 2.36 3 3.57 4.53l2.43-1.64V5.18a1.48 1.48 0 1 1 2.95 0v11.14h1.8v-13a1.51 1.51 0 0 1 3 0v13.13h1.8V6a1.43 1.43 0 1 1 2.85 0v11.44H27v-8.9a1.33 1.33 0 0 1 2.65 0v5.55c-.03 5.91-.51 10.12-1.47 13.03Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cursor-hand-solid": {
"body": "<path fill=\"currentColor\" d=\"M28.69 14.33v4.83l-2-.43v-5.49a16.19 16.19 0 0 0-2.33-.84v5.82l-2-.43V12c-1.1-.18-2.18-.3-3.08-.36v5.51l-2-.43V4.34a2.53 2.53 0 0 0-2.6-2.43a2.53 2.53 0 0 0-2.6 2.43v15.52l-2 1V15.6l-2.33-2.39a2.83 2.83 0 0 0-4 0a2.93 2.93 0 0 0 0 4.09l6 7.1a10.82 10.82 0 0 0 1.39 4.22a8.42 8.42 0 0 0 2.21 2.73v2.56h14.44v-3.29a12.54 12.54 0 0 0 3-8.5v-6a10 10 0 0 0-2.1-1.79Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"cursor-move-line": {
"body": "<path fill=\"currentColor\" d=\"M28.85 12.89a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l2.71 2.7H19V5.86l2.69 2.7a1 1 0 0 0 1.41 0a1 1 0 0 0 0-1.42L18 2l-5.11 5.15a1 1 0 0 0-.29.71a1 1 0 0 0 1.71.7L17 5.86V17H5.86l2.7-2.69a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0L2 18l5.14 5.11a1 1 0 0 0 .71.29a1 1 0 0 0 .7-1.71L5.86 19H17v11.14l-2.69-2.7a1 1 0 0 0-1.71.7a1 1 0 0 0 .29.71L18 34l5.11-5.14a1 1 0 0 0 0-1.42a1 1 0 0 0-1.41 0l-2.7 2.7V19h11.14l-2.7 2.69a1 1 0 0 0 .7 1.71a1 1 0 0 0 .71-.29L34 18Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"curve-chart-line": {
"body": "<path fill=\"currentColor\" d=\"M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 29V7h28v22Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M7 11.8a.8.8 0 1 1 0-1.6h6c2.404 0 3.368 1.707 4.653 6.278l.182.651l.184.651c1.313 4.595 2.53 6.42 4.981 6.42h6a.8.8 0 1 1 0 1.6h-6c-3.465 0-5.019-2.331-6.519-7.58a80.53 80.53 0 0 1-.186-.66l-.182-.649C15.043 13.105 14.305 11.8 13 11.8H7Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"curve-chart-outline-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-1.172 2H4v22h28V15.357h2Z\" class=\"clr-i-outline--alerted clr-i-outline-path-1--alerted\"/><path fill=\"currentColor\" d=\"M7 11.8a.8.8 0 1 1 0-1.6h6c2.404 0 3.368 1.707 4.653 6.278l.182.651l.184.651c1.313 4.595 2.53 6.42 4.981 6.42h6a.8.8 0 1 1 0 1.6h-6c-3.465 0-5.019-2.331-6.519-7.58a80.53 80.53 0 0 1-.186-.66l-.182-.649C15.043 13.105 14.305 11.8 13 11.8H7Z\" class=\"clr-i-outline--alerted clr-i-outline-path-2--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-outline--alerted clr-i-outline-path-3--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"curve-chart-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M32 13.22V29H4V7h18.57a7.447 7.447 0 0 1-.07-1c.001-.335.024-.669.07-1H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V12.34c-.62.39-1.294.686-2 .88Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M7 11.8a.8.8 0 1 1 0-1.6h6c2.404 0 3.368 1.707 4.653 6.278l.182.651l.184.651c1.313 4.595 2.53 6.42 4.981 6.42h6a.8.8 0 1 1 0 1.6h-6c-3.465 0-5.019-2.331-6.519-7.58a80.53 80.53 0 0 1-.186-.66l-.182-.649C15.043 13.105 14.305 11.8 13 11.8H7Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"curve-chart-solid": {
"body": "<path fill=\"currentColor\" d=\"M34 7v22a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h28a2 2 0 0 1 2 2Zm-21 5c1.817 0 2.674 1.499 4.039 6.275c.774 2.709 1.162 3.843 1.843 5.034C19.87 25.038 21.205 26 23 26h6a1 1 0 0 0 0-2h-6c-1.817 0-2.674-1.499-4.038-6.275c-.774-2.709-1.163-3.843-1.844-5.034C16.13 10.962 14.795 10 13 10H7a1 1 0 0 0 0 2Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"curve-chart-solid-alerted": {
"body": "<path fill=\"currentColor\" d=\"M34 29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h17.958l-4.333 7.395a1.885 1.885 0 0 0-.295.682a12.293 12.293 0 0 0-.212-.386C16.13 10.962 14.795 10 13 10H7a1 1 0 0 0 0 2h6c1.817 0 2.674 1.499 4.039 6.275c.774 2.709 1.162 3.843 1.843 5.034C19.87 25.038 21.205 26 23 26h6a1 1 0 0 0 0-2h-6c-1.817 0-2.674-1.499-4.038-6.275a58.93 58.93 0 0 0-.815-2.681c.26.171.57.282.917.307c.07.006.137.008.206.006H34Z\" class=\"clr-i-solid--alerted clr-i-solid-path-1--alerted\"/><path fill=\"currentColor\" d=\"m26.854 1.144l-5.72 9.86a1.28 1.28 0 0 0 1.1 2h11.45a1.28 1.28 0 0 0 1.1-2l-5.72-9.86a1.28 1.28 0 0 0-2.21 0Z\" class=\"clr-i-solid--alerted clr-i-solid-path-2--alerted clr-i-alert\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"curve-chart-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M34 12.34V29a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h18.57a7.44 7.44 0 0 0 6.74 8.46l1.01.02A7.45 7.45 0 0 0 34 12.34ZM13 12c1.817 0 2.674 1.499 4.039 6.275c.774 2.709 1.162 3.843 1.843 5.034C19.87 25.038 21.205 26 23 26h6a1 1 0 0 0 0-2h-6c-1.817 0-2.674-1.499-4.038-6.275c-.774-2.709-1.163-3.843-1.844-5.034C16.13 10.962 14.795 10 13 10H7a1 1 0 0 0 0 2Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"dashboard-line": {
"body": "<path fill=\"currentColor\" d=\"m25.18 12.32l-5.91 5.81a3 3 0 1 0 1.41 1.42l5.92-5.81Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M18 4.25A16.49 16.49 0 0 0 5.4 31.4l.3.35h24.6l.3-.35A16.49 16.49 0 0 0 18 4.25Zm11.34 25.5H6.66a14.43 14.43 0 0 1-3.11-7.84H7v-2H3.55A14.41 14.41 0 0 1 7 11.29l2.45 2.45l1.41-1.41l-2.43-2.46A14.41 14.41 0 0 1 17 6.29v3.5h2V6.3a14.47 14.47 0 0 1 13.4 13.61h-3.48v2h3.53a14.43 14.43 0 0 1-3.11 7.84Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"dashboard-outline-badged": {
"body": "<path fill=\"currentColor\" d=\"M15.85 18.69a3 3 0 1 0 4.83.85l5.92-5.81l-1.41-1.41l-5.91 5.81a3 3 0 0 0-3.43.56Z\" class=\"clr-i-outline--badged clr-i-outline-path-1--badged\"/><path fill=\"currentColor\" d=\"M32.58 13a7.45 7.45 0 0 1-2.06.44a14.4 14.4 0 0 1 1.93 6.43h-3.53v2h3.53a14.43 14.43 0 0 1-3.11 7.84H6.66a14.43 14.43 0 0 1-3.11-7.84H7v-2H3.55A14.41 14.41 0 0 1 7 11.29l2.45 2.45l1.41-1.41l-2.43-2.46A14.41 14.41 0 0 1 17 6.29v3.5h2V6.3a14.41 14.41 0 0 1 3.58.7a7.52 7.52 0 0 1-.08-1a7.52 7.52 0 0 1 .09-1.09A16.49 16.49 0 0 0 5.4 31.4l.3.35h24.6l.3-.35a16.45 16.45 0 0 0 2-18.36Z\" class=\"clr-i-outline--badged clr-i-outline-path-2--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-outline--badged clr-i-outline-path-3--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"dashboard-solid": {
"body": "<path fill=\"currentColor\" d=\"M18 4.25A16.49 16.49 0 0 0 5.4 31.4l.3.35h24.6l.3-.35A16.49 16.49 0 0 0 18 4.25Zm8.6 9.48l-5.92 5.81a3 3 0 1 1-1.41-1.42l5.91-5.81Zm-23 6.17H7v2H3.56c0-.39-.05-.77-.05-1.17s.02-.55.04-.83Zm4.88-10l2.46 2.46l-1.47 1.38L7 11.29a14.57 14.57 0 0 1 1.43-1.42ZM19 9.79h-2v-3.5h1c.37 0 .7 0 1 .05Zm13.49 10.95c0 .39 0 .79-.05 1.17h-3.52v-2h3.53c.02.27.04.55.04.83Z\" class=\"clr-i-solid clr-i-solid-path-1\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"dashboard-solid-badged": {
"body": "<path fill=\"currentColor\" d=\"M32.58 13a7.46 7.46 0 0 1-10-8.12A16.49 16.49 0 0 0 5.4 31.4l.3.35h24.6l.3-.35a16.45 16.45 0 0 0 2-18.36ZM17 6.29h1c.37 0 .7 0 1 .05v3.5h-2ZM7 21.91H3.56c0-.39-.05-.77-.05-1.17v-.83H7Zm2.51-8.16L7 11.29a14.57 14.57 0 0 1 1.43-1.42l2.46 2.46Zm10.62 9.19a3 3 0 1 1-.82-4.81l5.91-5.81l1.41 1.41l-5.92 5.81a3 3 0 0 1-.62 3.39Zm12.35-1h-3.56v-2h3.53v.83c0 .28.02.75-.01 1.14Z\" class=\"clr-i-solid--badged clr-i-solid-path-1--badged\"/><circle cx=\"30\" cy=\"6\" r=\"5\" fill=\"currentColor\" class=\"clr-i-solid--badged clr-i-solid-path-2--badged clr-i-badge\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"
},
"data-cluster-line": {
"body": "<path fill=\"currentColor\" d=\"M26.5 4.08c-3.73 0-7.5 1.32-7.5 3.83V9.5a18.75 18.75 0 0 1 2 .2V7.91c0-.65 2.09-1.84 5.5-1.84S32 7.27 32 7.91v10.33c0 .54-1.46 1.44-3.9 1.73v2c3.13-.32 5.9-1.6 5.9-3.75V7.91c0-2.51-3.77-3.83-7.5-3.83Z\" class=\"clr-i-outline clr-i-outline-path-1\"/><path fill=\"currentColor\" d=\"M4 18.24V7.91c0-.65 2.09-1.84 5.5-1.84S15 7.27 15 7.91V9.7a18.75 18.75 0 0 1 2-.2V7.91c0-2.52-3.77-3.84-7.5-3.84S2 5.4 2 7.91v10.33C2 20.4 4.77 21.67 7.9 22v-2C5.46 19.68 4 18.78 4 18.24Z\" class=\"clr-i-outline clr-i-outline-path-2\"/><path fill=\"currentColor\" d=\"M18 10.85c-4.93 0-8.65 1.88-8.65 4.38v12.31c0 2.5 3.72 4.38 8.65 4.38s8.65-1.88 8.65-4.38V15.23c0-2.5-3.72-4.38-8.65-4.38Zm6.65 7.67c-.85 1-3.42 2-6.65 2a14.49 14.49 0 0 1-4-.52v1.46a16.33 16.33 0 0 0 4 .47a12.76 12.76 0 0 0 6.65-1.56v3.12c-.85 1-3.42 2-6.65 2a14.49 14.49 0 0 1-4-.53v1.46a16.33 16.33 0 0 0 4 .47a12.76 12.76 0 0 0 6.65-1.56v2.29C24.65 28.57 22 30 18 30s-6.65-1.43-6.65-2.38V15.23c0-.95 2.65-2.38 6.65-2.38s6.65 1.43 6.65 2.38Z\" class=\"clr-i-outline clr-i-outline-path-3\"/><path fill=\"none\" d=\"M0 0h36v36H0z\"/>"