@iconify-json/tabler 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/icons.json +220 -6
- package/info.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
package/icons.json
CHANGED
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"a-b": {
|
|
14
14
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 16v-5.5a2.5 2.5 0 0 1 5 0V16m0-4H3m9-6v12m4-2V8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3\"/>"
|
|
15
15
|
},
|
|
16
|
+
"a-b-off": {
|
|
17
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 16v-5.5a2.5 2.5 0 0 1 5 0V16m0-4H3m9 0v6m0-12v2m4 0h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82M16 12V8M3 3l18 18\"/>"
|
|
18
|
+
},
|
|
16
19
|
"abacus": {
|
|
17
20
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3v18m14 0V3M5 7h14M5 15h14M8 13v4m3-4v4m5-4v4M14 5v4m-3-4v4M8 5v4M3 21h18\"/>"
|
|
18
21
|
},
|
|
@@ -25,6 +28,9 @@
|
|
|
25
28
|
"accessible": {
|
|
26
29
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"m10 16.5l2-3l2 3m-2-3v-2l3-1m-6 0l3 1\"/><circle cx=\"12\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"/></g>"
|
|
27
30
|
},
|
|
31
|
+
"accessible-off": {
|
|
32
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 16.5l2-3l2 3m-2-3V12m2.627-1.376L15 10.5m-6 0l2.231.744\"/><path d=\"M20.042 16.045A9 9 0 0 0 7.955 3.958M5.637 5.635a9 9 0 1 0 12.725 12.73\"/><path d=\"M12 8a.5.5 0 1 0-.5-.5M3 3l18 18\"/></g>"
|
|
33
|
+
},
|
|
28
34
|
"activity": {
|
|
29
35
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 12h4l3 8l4-16l3 8h4\"/>"
|
|
30
36
|
},
|
|
@@ -46,6 +52,9 @@
|
|
|
46
52
|
"adjustments-horizontal": {
|
|
47
53
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"14\" cy=\"6\" r=\"2\"/><path d=\"M4 6h8m4 0h4\"/><circle cx=\"8\" cy=\"12\" r=\"2\"/><path d=\"M4 12h2m4 0h10\"/><circle cx=\"17\" cy=\"18\" r=\"2\"/><path d=\"M4 18h11m4 0h1\"/></g>"
|
|
48
54
|
},
|
|
55
|
+
"adjustments-off": {
|
|
56
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"10\" r=\"2\"/><path d=\"M6 6v2m0 4v8\"/><circle cx=\"12\" cy=\"16\" r=\"2\"/><path d=\"M12 4v4m0 4v2m0 4v2\"/><circle cx=\"18\" cy=\"7\" r=\"2\"/><path d=\"M18 4v1m0 4v5m0 4v2M3 3l18 18\"/></g>"
|
|
57
|
+
},
|
|
49
58
|
"aerial-lift": {
|
|
50
59
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 5l16-2m-8 1v10M6.894 8H17.2c2.45 3 2.45 9-.2 12H6.894c-2.544-3-2.544-9 0-12zM5 14h14\"/>"
|
|
51
60
|
},
|
|
@@ -55,6 +64,9 @@
|
|
|
55
64
|
"alarm": {
|
|
56
65
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"7\"/><path d=\"M12 10v3h2M7 4L4.25 6M17 4l2.75 2\"/></g>"
|
|
57
66
|
},
|
|
67
|
+
"alarm-off": {
|
|
68
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7.587 7.566a7 7 0 1 0 9.833 9.864m1.35-2.645a7 7 0 0 0-8.536-8.56\"/><path d=\"M12 12v1h1M5.261 5.265L4.25 6M17 4l2.75 2M3 3l18 18\"/></g>"
|
|
69
|
+
},
|
|
58
70
|
"album": {
|
|
59
71
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"2\"/><path d=\"M12 4v7l2-2l2 2V4\"/></g>"
|
|
60
72
|
},
|
|
@@ -91,6 +103,9 @@
|
|
|
91
103
|
"angle": {
|
|
92
104
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 19H3l9-15m8.615 11.171h.015m-1.115-3.4h.015m-1.815-3.1h.015m-2.315-2.7h.015\"/>"
|
|
93
105
|
},
|
|
106
|
+
"antenna": {
|
|
107
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 4v8m-4-7.5v7M12 5v16M8 5.5v5M4 6v4m16-2H4\"/>"
|
|
108
|
+
},
|
|
94
109
|
"antenna-bars-1": {
|
|
95
110
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18v.01m4-.01v.01m4-.01v.01m4-.01v.01\"/>"
|
|
96
111
|
},
|
|
@@ -106,6 +121,9 @@
|
|
|
106
121
|
"antenna-bars-5": {
|
|
107
122
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18v-3m4 3v-6m4 6V9m4 9V6\"/>"
|
|
108
123
|
},
|
|
124
|
+
"antenna-bars-off": {
|
|
125
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18v-3m4 3v-6m4 6v-4m4 0V6M3 3l18 18\"/>"
|
|
126
|
+
},
|
|
109
127
|
"aperture": {
|
|
110
128
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"M3.6 15h10.55M6.551 4.938l3.26 10.034m7.221-10.336l-8.535 6.2M20.56 14.51l-8.536-6.2m.233 12.606l3.26-10.034\"/></g>"
|
|
111
129
|
},
|
|
@@ -115,6 +133,9 @@
|
|
|
115
133
|
"api-app": {
|
|
116
134
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 15H5.5a2.5 2.5 0 1 1 0-5H6m9 2v6.5a2.5 2.5 0 1 1-5 0V18m2-9h6.5a2.5 2.5 0 1 1 0 5H18m-9-2V5.5a2.5 2.5 0 0 1 5 0V6\"/>"
|
|
117
135
|
},
|
|
136
|
+
"api-app-off": {
|
|
137
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 15H5.5a2.5 2.5 0 1 1 0-5H6m9 5v3.5a2.5 2.5 0 1 1-5 0V18m3-9h5.5a2.5 2.5 0 1 1 0 5H18m-9-2V9m.042-3.957A2.5 2.5 0 0 1 14 5.5V6M3 3l18 18\"/>"
|
|
138
|
+
},
|
|
118
139
|
"app-window": {
|
|
119
140
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"14\" x=\"3\" y=\"5\" rx=\"2\"/><path d=\"M6 8h.01M9 8h.01\"/></g>"
|
|
120
141
|
},
|
|
@@ -124,9 +145,15 @@
|
|
|
124
145
|
"apps": {
|
|
125
146
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"6\" height=\"6\" x=\"4\" y=\"4\" rx=\"1\"/><rect width=\"6\" height=\"6\" x=\"4\" y=\"14\" rx=\"1\"/><rect width=\"6\" height=\"6\" x=\"14\" y=\"14\" rx=\"1\"/><path d=\"M14 7h6m-3-3v6\"/></g>"
|
|
126
147
|
},
|
|
148
|
+
"apps-off": {
|
|
149
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 4h1a1 1 0 0 1 1 1v1m-.29 3.704A.997.997 0 0 1 9 10H5a1 1 0 0 1-1-1V5c0-.276.111-.525.292-.706M18 14h1a1 1 0 0 1 1 1v1m-.29 3.704A.997.997 0 0 1 19 20h-4a1 1 0 0 1-1-1v-4c0-.276.111-.525.292-.706\"/><rect width=\"6\" height=\"6\" x=\"4\" y=\"14\" rx=\"1\"/><path d=\"M14 7h6m-3-3v6M3 3l18 18\"/></g>"
|
|
150
|
+
},
|
|
127
151
|
"archive": {
|
|
128
152
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"4\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8m-9 4h4\"/></g>"
|
|
129
153
|
},
|
|
154
|
+
"archive-off": {
|
|
155
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 4h11a2 2 0 1 1 0 4h-7M8 8H5a2 2 0 0 1-.826-3.822\"/><path d=\"M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 1.824-1.18M19 15V8m-9 4h2M3 3l18 18\"/></g>"
|
|
156
|
+
},
|
|
130
157
|
"armchair": {
|
|
131
158
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 11a2 2 0 0 1 2 2v2h10v-2a2 2 0 1 1 4 0v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2z\"/><path d=\"M5 11V6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v5M6 19v2m12-2v2\"/></g>"
|
|
132
159
|
},
|
|
@@ -481,6 +508,9 @@
|
|
|
481
508
|
"arrows-minimize": {
|
|
482
509
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 9h4V5M3 3l6 6m-4 6h4v4m-6 2l6-6m10-6h-4V5m0 4l6-6m-2 12h-4v4m0-4l6 6\"/>"
|
|
483
510
|
},
|
|
511
|
+
"arrows-random": {
|
|
512
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 21.004h-4v-4m0 4l5-5m-14.5-6.5l-3.5-2L5 4M3 7.504l6.83-1.87M4 16.004l4-1l1 4m-1-4l-3.5 6m16.5-16l-.5 4l-4-.5m4 .5l-4.5-5.5\"/>"
|
|
513
|
+
},
|
|
484
514
|
"arrows-right": {
|
|
485
515
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 17H3M18 4l3 3l-3 3m0 10l3-3l-3-3m3-7H3\"/>"
|
|
486
516
|
},
|
|
@@ -523,9 +553,15 @@
|
|
|
523
553
|
"artboard": {
|
|
524
554
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"8\" height=\"8\" x=\"8\" y=\"8\" rx=\"1\"/><path d=\"M3 8h1m-1 8h1M8 3v1m8-1v1m4 4h1m-1 8h1M8 20v1m8-1v1\"/></g>"
|
|
525
555
|
},
|
|
556
|
+
"artboard-off": {
|
|
557
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8h3a1 1 0 0 1 1 1v3m-.284 3.698A.997.997 0 0 1 15 16H9a1 1 0 0 1-1-1V9c0-.273.11-.52.287-.7M3 8h1m-1 8h1M8 3v1m8-1v1m4 4h1m-1 8h1M8 20v1m8-1v1M3 3l18 18\"/>"
|
|
558
|
+
},
|
|
526
559
|
"aspect-ratio": {
|
|
527
560
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"14\" x=\"3\" y=\"5\" rx=\"2\"/><path d=\"M7 12V9h3m7 3v3h-3\"/></g>"
|
|
528
561
|
},
|
|
562
|
+
"aspect-ratio-off": {
|
|
563
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 5h10a2 2 0 0 1 2 2v10m-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2\"/><path d=\"M7 12V9h2m8 3v1m-2 2h-1M3 3l18 18\"/></g>"
|
|
564
|
+
},
|
|
529
565
|
"asterisk": {
|
|
530
566
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 12l8-4.5M12 12v9m0-9L4 7.5m8 4.5l8 4.5M12 3v9m0 0l-8 4.5\"/>"
|
|
531
567
|
},
|
|
@@ -535,6 +571,9 @@
|
|
|
535
571
|
"at": {
|
|
536
572
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"4\"/><path d=\"M16 12v1.5a2.5 2.5 0 0 0 5 0V12a9 9 0 1 0-5.5 8.28\"/></g>"
|
|
537
573
|
},
|
|
574
|
+
"at-off": {
|
|
575
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9.174 9.17a4 4 0 0 0 5.646 5.668M16 12a4 4 0 0 0-4-4\"/><path d=\"M19.695 15.697A2.5 2.5 0 0 0 21 13.5V12A9 9 0 0 0 7.945 3.953M5.623 5.636A9 9 0 0 0 15.5 20.28M3 3l18 18\"/></g>"
|
|
576
|
+
},
|
|
538
577
|
"atom": {
|
|
539
578
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12v.01m7.071-7.081a4 10 45 0 0-9.9 4.243a4 10 45 0 0-4.242 9.9a4 10 45 0 0 9.9-4.244a4 10 45 0 0 4.242-9.9\"/><path d=\"M4.929 4.929a10 4 45 0 0 4.243 9.9a10 4 45 0 0 9.9 4.242a10 4 45 0 0-4.244-9.9a10 4 45 0 0-9.9-4.242\"/></g>"
|
|
540
579
|
},
|
|
@@ -604,6 +643,9 @@
|
|
|
604
643
|
"ballpen": {
|
|
605
644
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 6l7 7l-4 4\"/><path d=\"M5.828 18.172a2.828 2.828 0 0 0 4 0L20.414 7.586a2 2 0 0 0 0-2.829l-1.171-1.171a2 2 0 0 0-2.829 0L5.828 14.172a2.828 2.828 0 0 0 0 4zM4 20l1.768-1.768\"/></g>"
|
|
606
645
|
},
|
|
646
|
+
"ballpen-off": {
|
|
647
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 6l7 7l-2 2m-9-5l-4.172 4.172a2.828 2.828 0 1 0 4 4L14 14\"/><path d=\"m16 12l4.414-4.414a2 2 0 0 0 0-2.829l-1.171-1.171a2 2 0 0 0-2.829 0L12 8M4 20l1.768-1.768M3 3l18 18\"/></g>"
|
|
648
|
+
},
|
|
607
649
|
"ban": {
|
|
608
650
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"m5.7 5.7l12.6 12.6\"/></g>"
|
|
609
651
|
},
|
|
@@ -613,21 +655,37 @@
|
|
|
613
655
|
"barbell": {
|
|
614
656
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h1m3-4H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2m0-9v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zm3 5h6m0-5v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1zm3 1h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-2m4-4h-1\"/>"
|
|
615
657
|
},
|
|
658
|
+
"barbell-off": {
|
|
659
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 12h1m3-4H4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2\"/><path d=\"M6.298 6.288A.997.997 0 0 0 6 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1V9m0 3h3m3 3v2a1 1 0 0 0 1 1h1c.275 0 .523-.11.704-.29M18 14V7a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v4m3-3h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1m2-4h-1M3 3l18 18\"/></g>"
|
|
660
|
+
},
|
|
616
661
|
"barcode": {
|
|
617
662
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7V6a2 2 0 0 1 2-2h2M4 17v1a2 2 0 0 0 2 2h2m8-16h2a2 2 0 0 1 2 2v1m-4 13h2a2 2 0 0 0 2-2v-1M5 11h1v2H5zm5 0v2m4-2h1v2h-1zm5 0v2\"/>"
|
|
618
663
|
},
|
|
664
|
+
"barcode-off": {
|
|
665
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7V6c0-.552.224-1.052.586-1.414M4 17v1a2 2 0 0 0 2 2h2m8-16h2a2 2 0 0 1 2 2v1m-4 13h2c.551 0 1.05-.223 1.412-.584M5 11h1v2H5zm5 0v2m5-2v.01m4-.01v2M3 3l18 18\"/>"
|
|
666
|
+
},
|
|
619
667
|
"barell": {
|
|
620
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6.222 4h11.556C19.259 6.37 20 9.037 20 12s-.74 5.63-2.222 8H6.222C4.741 17.63 4 14.963 4 12s.74-5.63 2.222-8z\"/><path d=\"M15 4c.667 2.667 1 5.333 1 8s-.333 5.333-1 8M9 4c-.667 2.667-1 5.333-1 8s.333 5.333 1 8m-4.5-4h15m0-8h-15\"/></g>"
|
|
668
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6.222 4h11.556C19.259 6.37 20 9.037 20 12s-.74 5.63-2.222 8H6.222C4.741 17.63 4 14.963 4 12s.74-5.63 2.222-8z\"/><path d=\"M15 4c.667 2.667 1 5.333 1 8s-.333 5.333-1 8M9 4c-.667 2.667-1 5.333-1 8s.333 5.333 1 8m-4.5-4h15m0-8h-15\"/></g>",
|
|
669
|
+
"hidden": true
|
|
670
|
+
},
|
|
671
|
+
"barrel": {
|
|
672
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7.278 4h9.444a2 2 0 0 1 1.841 1.22C19.521 7.48 20 9.74 20 12c0 2.26-.479 4.52-1.437 6.78A2 2 0 0 1 16.722 20H7.278a2 2 0 0 1-1.841-1.22C4.479 16.52 4 14.26 4 12c0-2.26.479-4.52 1.437-6.78A2 2 0 0 1 7.278 4z\"/><path d=\"M14 4c.667 2.667 1 5.333 1 8s-.333 5.333-1 8M10 4c-.667 2.667-1 5.333-1 8s.333 5.333 1 8m-5.5-4h15m0-8h-15\"/></g>"
|
|
621
673
|
},
|
|
622
674
|
"barrier-block": {
|
|
623
675
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"9\" x=\"4\" y=\"7\" rx=\"1\"/><path d=\"M7 16v4m.5-4l9-9m-3 9L20 9.5m-16 4L10.5 7m6.5 9v4M5 20h4m6 0h4M17 7V5M7 7V5\"/></g>"
|
|
624
676
|
},
|
|
677
|
+
"barrier-block-off": {
|
|
678
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 7h8a1 1 0 0 1 1 1v7c0 .27-.107.516-.282.696M16 16H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h2m0 9v4m.5-4l4.244-4.244m2.001-2.001L16.5 7m-3 9l1.249-1.249m1.992-1.992L20 9.5m-16 4l4.752-4.752M17 17v3M5 20h4m6 0h4M17 7V5M3 3l18 18\"/>"
|
|
679
|
+
},
|
|
625
680
|
"baseline": {
|
|
626
681
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 20h16M8 16V8a4 4 0 1 1 8 0v8m-8-6h8\"/>"
|
|
627
682
|
},
|
|
628
683
|
"basket": {
|
|
629
684
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m7 10l5-6l5 6m4 0l-2 8a2 2.5 0 0 1-2 2H7a2 2.5 0 0 1-2-2l-2-8z\"/><circle cx=\"12\" cy=\"15\" r=\"2\"/></g>"
|
|
630
685
|
},
|
|
686
|
+
"basket-off": {
|
|
687
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m7 10l1.359-1.63m1.817-2.182L12 4l5 6m1.77 8.757c-.358.768-1.027 1.262-1.77 1.243H7c-.966.024-1.807-.817-2-2l-2-8h7\"/><path d=\"M14 10h7l-1.397 5.587\"/><circle cx=\"12\" cy=\"15\" r=\"2\"/><path d=\"m3 3l18 18\"/></g>"
|
|
688
|
+
},
|
|
631
689
|
"bath": {
|
|
632
690
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4v-3a1 1 0 0 1 1-1zm2 0V5a2 2 0 0 1 2-2h3v2.25M4 21l1-1.5M20 21l-1-1.5\"/>"
|
|
633
691
|
},
|
|
@@ -664,6 +722,9 @@
|
|
|
664
722
|
"beach": {
|
|
665
723
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M17.553 16.75a7.5 7.5 0 0 0-10.606 0M18 3.804A6 6 0 0 0 9.804 6l10.392 6A6 6 0 0 0 18 3.804z\"/><path d=\"M16.732 10C18.39 7.13 18.957 4.356 18 3.804C17.043 3.252 14.925 5.13 13.268 8M15 9l-3 5.196M3 19.25A2.4 2.4 0 0 1 4 19a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 1 .25\"/></g>"
|
|
666
724
|
},
|
|
725
|
+
"beach-off": {
|
|
726
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.071 15.102a7.502 7.502 0 0 0-8.124 1.648M10.27 6.269L20.196 12a6 6 0 0 0-10.32-6.123\"/><path d=\"M16.732 10C18.39 7.13 18.957 4.356 18 3.804C17.043 3.252 14.925 5.13 13.268 8M15 9l-.739 1.279m-1.467 2.541L12 14.196M3 19.25A2.4 2.4 0 0 1 4 19a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 1.135-.858M3 3l18 18\"/></g>"
|
|
727
|
+
},
|
|
667
728
|
"bed": {
|
|
668
729
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 7v11m0-4h18m0 4v-8a2 2 0 0 0-2-2h-8v6\"/><circle cx=\"7\" cy=\"10\" r=\"1\"/></g>"
|
|
669
730
|
},
|
|
@@ -703,12 +764,18 @@
|
|
|
703
764
|
"bike": {
|
|
704
765
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"18\" r=\"3\"/><circle cx=\"19\" cy=\"18\" r=\"3\"/><path d=\"M12 19v-4l-3-3l5-4l2 3h3\"/><circle cx=\"17\" cy=\"5\" r=\"1\"/></g>"
|
|
705
766
|
},
|
|
767
|
+
"bike-off": {
|
|
768
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"18\" r=\"3\"/><path d=\"M16.437 16.44a3 3 0 0 0 4.123 4.123M22 18a3 3 0 0 0-3-3m-7 4v-4l-3-3l1.665-1.332m2.215-1.772L14 8l2 3h3\"/><circle cx=\"17\" cy=\"5\" r=\"1\"/><path d=\"m3 3l18 18\"/></g>"
|
|
769
|
+
},
|
|
706
770
|
"binary": {
|
|
707
771
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 10V5h-1m8 14v-5h-1\"/><rect width=\"3\" height=\"5\" x=\"15\" y=\"5\" rx=\".5\"/><rect width=\"3\" height=\"5\" x=\"10\" y=\"14\" rx=\".5\"/><path d=\"M6 10h.01M6 19h.01\"/></g>"
|
|
708
772
|
},
|
|
709
773
|
"biohazard": {
|
|
710
774
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"2\"/><path d=\"M11.939 14c0 .173.048.351.056.533v.217a4.75 4.75 0 0 1-4.533 4.745h-.217m-4.75-4.75a4.75 4.75 0 0 1 7.737-3.693m6.513 8.443a4.75 4.75 0 0 1-4.69-5.503h-.06m1.764-2.944a4.75 4.75 0 0 1 7.731 3.477v.217m-11.195-3.813a4.75 4.75 0 0 1-1.828-7.624l.164-.172m6.718 0a4.75 4.75 0 0 1-1.665 7.798\"/></g>"
|
|
711
775
|
},
|
|
776
|
+
"biohazard-off": {
|
|
777
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10.586 10.586a2 2 0 1 0 2.836 2.82\"/><path d=\"M11.939 14c0 .173.048.351.056.533v.217a4.75 4.75 0 0 1-4.533 4.745h-.217m-4.75-4.75a4.75 4.75 0 0 1 7.737-3.693\"/><path d=\"M16.745 19.495a4.75 4.75 0 0 1-4.69-5.503h-.06m2.538-3.454a4.75 4.75 0 0 1 6.957 3.987v.217m-11.195-3.813a4.75 4.75 0 0 1-2.988-3.64m.66-3.324a4.75 4.75 0 0 1 .5-.66l.164-.172m6.718 0a4.75 4.75 0 0 1-.836 7.385M3 3l18 18\"/></g>"
|
|
778
|
+
},
|
|
712
779
|
"blockquote": {
|
|
713
780
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 15h15m0 4H6m9-8h6m0-4h-6M9 9h1a1 1 0 1 1-1 1V7.5a2 2 0 0 1 2-2M3 9h1a1 1 0 1 1-1 1V7.5a2 2 0 0 1 2-2\"/>"
|
|
714
781
|
},
|
|
@@ -730,6 +797,9 @@
|
|
|
730
797
|
"bold": {
|
|
731
798
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 5h6a3.5 3.5 0 0 1 0 7H7zm6 7h1a3.5 3.5 0 0 1 0 7H7v-7\"/>"
|
|
732
799
|
},
|
|
800
|
+
"bold-off": {
|
|
801
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5h4a3.5 3.5 0 0 1 2.222 6.204M12 12H7V7m10.107 10.112A3.5 3.5 0 0 1 14 19H7v-7M3 3l18 18\"/>"
|
|
802
|
+
},
|
|
733
803
|
"bolt": {
|
|
734
804
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 3v7h6l-8 11v-7H5l8-11\"/>"
|
|
735
805
|
},
|
|
@@ -739,6 +809,9 @@
|
|
|
739
809
|
"bone": {
|
|
740
810
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 3a3 3 0 0 1 3 3a3 3 0 1 1-2.12 5.122l-4.758 4.758a3 3 0 1 1-5.117 2.297L6 18l-.176-.005a3 3 0 1 1 2.298-5.115l4.758-4.758A3 3 0 0 1 15 3z\"/>"
|
|
741
811
|
},
|
|
812
|
+
"bone-off": {
|
|
813
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12.5 8.502l.38-.38A3 3 0 1 1 18 6a3 3 0 1 1-2.12 5.122l-.372.372M13.5 13.502l-2.378 2.378a3 3 0 1 1-5.117 2.297L6 18l-.176-.005a3 3 0 1 1 2.298-5.115l2.378-2.378M3 3l18 18\"/>"
|
|
814
|
+
},
|
|
742
815
|
"book": {
|
|
743
816
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0M3 6v13m9-13v13m9-13v13\"/>"
|
|
744
817
|
},
|
|
@@ -748,6 +821,9 @@
|
|
|
748
821
|
"book-download": {
|
|
749
822
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12v5\"/><path d=\"M13 16H6a2 2 0 0 0-2 2m11 1l3 3l3-3m-3 3v-9\"/></g>"
|
|
750
823
|
},
|
|
824
|
+
"book-off": {
|
|
825
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 19a9 9 0 0 1 9 0a8.999 8.999 0 0 1 5.899-1.096M3 6a8.995 8.995 0 0 1 2.114-.884m3.8-.21C9.984 5.076 11.03 5.44 12 6a9 9 0 0 1 9 0M3 6v13m9-13v2m0 4v7m9-13v11M3 3l18 18\"/>"
|
|
826
|
+
},
|
|
751
827
|
"book-upload": {
|
|
752
828
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12v5\"/><path d=\"M11 16H6a2 2 0 0 0-2 2m11-2l3-3l3 3m-3-3v9\"/></g>"
|
|
753
829
|
},
|
|
@@ -760,8 +836,14 @@
|
|
|
760
836
|
"bookmarks": {
|
|
761
837
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 7a2 2 0 0 1 2 2v12l-5-3l-5 3V9a2 2 0 0 1 2-2h6z\"/><path d=\"M9.265 4A2 2 0 0 1 11 3h6a2 2 0 0 1 2 2v12l-1-.6\"/></g>"
|
|
762
838
|
},
|
|
839
|
+
"bookmarks-off": {
|
|
840
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 7h2a2 2 0 0 1 2 2v2m0 4v6l-5-3l-5 3V9a2 2 0 0 1 2-2\"/><path d=\"M9.265 4A2 2 0 0 1 11 3h6a2 2 0 0 1 2 2v10M3 3l18 18\"/></g>"
|
|
841
|
+
},
|
|
763
842
|
"books": {
|
|
764
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"4\" height=\"16\" x=\"5\" y=\"4\" rx=\"1\"/><rect width=\"4\" height=\"16\" x=\"9\" y=\"4\" rx=\"1\"/><path d=\"M5 8h4m0
|
|
843
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"4\" height=\"16\" x=\"5\" y=\"4\" rx=\"1\"/><rect width=\"4\" height=\"16\" x=\"9\" y=\"4\" rx=\"1\"/><path d=\"M5 8h4m0 8h4m.803-11.44l2.184-.53c.562-.135 1.133.19 1.282.732l3.695 13.418a1.02 1.02 0 0 1-.634 1.219l-.133.041l-2.184.53c-.562.135-1.133-.19-1.282-.732L13.036 5.82a1.02 1.02 0 0 1 .634-1.219l.133-.041zM14 9l4-1m-2 8l3.923-.98\"/></g>"
|
|
844
|
+
},
|
|
845
|
+
"books-off": {
|
|
846
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 9v10a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5m3-1a1 1 0 0 1 1 1m0 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v4m0 4v6a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V9M5 8h3m1 8h4\"/><path d=\"M14.254 10.244L13.036 5.82a1.02 1.02 0 0 1 .634-1.219l.133-.041l2.184-.53c.562-.135 1.133.19 1.282.732l3.236 11.75m-.92 3.077l-1.572.38c-.562.136-1.133-.19-1.282-.731l-.952-3.458M14 9l4-1m1.207 7.199l.716-.18M3 3l18 18\"/></g>"
|
|
765
847
|
},
|
|
766
848
|
"border-all": {
|
|
767
849
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"2\"/><path d=\"M4 12h16m-8-8v16\"/></g>"
|
|
@@ -805,6 +887,9 @@
|
|
|
805
887
|
"bottle": {
|
|
806
888
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M10 5h4V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v2z\"/><path d=\"M14 3.5c0 1.626.507 3.212 1.45 4.537l.05.07a8.093 8.093 0 0 1 1.5 4.694V19a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-6.2c0-1.682.524-3.322 1.5-4.693l.05-.07A7.823 7.823 0 0 0 10 3.5\"/><path d=\"M7.003 14.803A2.4 2.4 0 0 0 8 14a2.4 2.4 0 0 1 2-1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2-1a2.4 2.4 0 0 1 1-.805\"/></g>"
|
|
807
889
|
},
|
|
890
|
+
"bow": {
|
|
891
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 3h4v4m0-4L6 18m-3 0h3v3m10.5-1c1.576-1.576 2.5-4.095 2.5-6.5C19 8.69 15.31 5 10.5 5C8.085 5 5.578 5.913 4 7.5L16.5 20z\"/>"
|
|
892
|
+
},
|
|
808
893
|
"box": {
|
|
809
894
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 3l8 4.5v9L12 21l-8-4.5v-9L12 3m0 9l8-4.5M12 12v9m0-9L4 7.5\"/>"
|
|
810
895
|
},
|
|
@@ -856,9 +941,15 @@
|
|
|
856
941
|
"braces": {
|
|
857
942
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 4a2 2 0 0 0-2 2v3a2 3 0 0 1-2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0-2 3v3a2 2 0 0 1-2 2\"/>"
|
|
858
943
|
},
|
|
944
|
+
"braces-off": {
|
|
945
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5.176 5.177C5.063 5.428 5 5.707 5 6v3c0 1.657-.895 3-2 3c1.105 0 2 1.343 2 3v3a2 2 0 0 0 2 2M17 4a2 2 0 0 1 2 2v3c0 1.657.895 3 2 3c-1.105 0-2 1.343-2 3m-.176 3.821A2 2 0 0 1 17 20M3 3l18 18\"/>"
|
|
946
|
+
},
|
|
859
947
|
"brackets": {
|
|
860
948
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 4H5v16h3m8-16h3v16h-3\"/>"
|
|
861
949
|
},
|
|
950
|
+
"brackets-off": {
|
|
951
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5v15h3m8-16h3v11m0 4v1h-3M3 3l18 18\"/>"
|
|
952
|
+
},
|
|
862
953
|
"brand-airbnb": {
|
|
863
954
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10c-2 0-3 1-3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5-.5s1.5-3.5.5-6s-2.333-5.5-5-9.5C13.666 3.5 13 3 11.997 3c-1 0-1.623.45-2.497 1.5c-2.667 4-4 7-5 9.5S3 18.5 5 20s3.5 1 4.5.5s1.5-1 2.5-2c1.506-1.965 3-4 3-5.5c0-2-1-3-3-3z\"/>"
|
|
864
955
|
},
|
|
@@ -1210,6 +1301,9 @@
|
|
|
1210
1301
|
"browser-check": {
|
|
1211
1302
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"1\"/><path d=\"M4 8h16M8 4v4m1.5 6.5L11 16l3-3\"/></g>"
|
|
1212
1303
|
},
|
|
1304
|
+
"browser-off": {
|
|
1305
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 4h11a1 1 0 0 1 1 1v11m-.288 3.702A.997.997 0 0 1 19 20H5a1 1 0 0 1-1-1V5c0-.276.112-.526.293-.707M4 8h4m4 0h8M3 3l18 18\"/>"
|
|
1306
|
+
},
|
|
1213
1307
|
"browser-plus": {
|
|
1214
1308
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"1\"/><path d=\"M4 8h16M8 4v4m2 6h4m-2-2v4\"/></g>"
|
|
1215
1309
|
},
|
|
@@ -1219,12 +1313,18 @@
|
|
|
1219
1313
|
"brush": {
|
|
1220
1314
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 21v-4a4 4 0 1 1 4 4H3\"/><path d=\"M21 3A16 16 0 0 0 8.2 13.2M21 3a16 16 0 0 1-10.2 12.8\"/><path d=\"M10.6 9a9 9 0 0 1 4.4 4.4\"/></g>"
|
|
1221
1315
|
},
|
|
1316
|
+
"brush-off": {
|
|
1317
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 17a4 4 0 1 1 4 4H3v-4z\"/><path d=\"M21 3a15.996 15.996 0 0 0-9.309 4.704M9.896 9.916A15.993 15.993 0 0 0 8.2 13.2M21 3a15.996 15.996 0 0 1-4.697 9.302m-2.195 1.786A15.993 15.993 0 0 1 10.8 15.8M3 3l18 18\"/></g>"
|
|
1318
|
+
},
|
|
1222
1319
|
"bucket": {
|
|
1223
1320
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m19 9l-2 9a2 2.5 0 0 1-2 2H9a2 2.5 0 0 1-2-2L5 9zM7 9a5 5 0 0 1 10 0\"/>"
|
|
1224
1321
|
},
|
|
1225
1322
|
"bug": {
|
|
1226
1323
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 9V8a3 3 0 0 1 6 0v1M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1-10 0v-3a6 6 0 0 1 1-3m-5 4h4m10 0h4m-9 7v-6m-8 5l3.35-2M20 19l-3.35-2M4 7l3.75 2.4M20 7l-3.75 2.4\"/>"
|
|
1227
1324
|
},
|
|
1325
|
+
"bug-off": {
|
|
1326
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.884 5.873A3 3 0 0 1 15 8v1m-2 0h3a6 6 0 0 1 1 3v1m-.298 3.705A5.002 5.002 0 0 1 7 15v-3a6 6 0 0 1 1-3h1m-6 4h4m10 0h4m-9 7v-6m-8 5l3.35-2M4 7l3.75 2.4M20 7l-3.75 2.4M3 3l18 18\"/>"
|
|
1327
|
+
},
|
|
1228
1328
|
"building": {
|
|
1229
1329
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 21h18M9 8h1m-1 4h1m-1 4h1m4-8h1m-1 4h1m-1 4h1M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16\"/>"
|
|
1230
1330
|
},
|
|
@@ -1289,7 +1389,7 @@
|
|
|
1289
1389
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 12h1m8-9v1m8 8h1M5.6 5.6l.7.7m12.1-.7l-.7.7M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0-1 3a2 2 0 0 1-4 0a3.5 3.5 0 0 0-1-3m.7 1h4.6\"/>"
|
|
1290
1390
|
},
|
|
1291
1391
|
"bulb-off": {
|
|
1292
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"
|
|
1392
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 12h1m8-9v1m8 8h1M5.6 5.6l.7.7m12.1-.7l-.7.7m-6.611.783a5 5 0 0 1 5.826 5.84m-1.378 2.611A5.012 5.012 0 0 1 15 16a3.5 3.5 0 0 0-1 3a2 2 0 1 1-4 0a3.5 3.5 0 0 0-1-3a5 5 0 0 1-.528-7.544M9.7 17h4.6M3 3l18 18\"/>"
|
|
1293
1393
|
},
|
|
1294
1394
|
"bulldozer": {
|
|
1295
1395
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"4\" cy=\"17\" r=\"2\"/><circle cx=\"13\" cy=\"17\" r=\"2\"/><path d=\"M18 13v6h3m-8 0H4m0-4h9m-5-3V7h2a3 3 0 0 1 3 3v5\"/><path d=\"M5 15v-2a1 1 0 0 1 1-1h7m5 5h-3\"/></g>"
|
|
@@ -1312,6 +1412,9 @@
|
|
|
1312
1412
|
"calculator": {
|
|
1313
1413
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"18\" x=\"4\" y=\"3\" rx=\"2\"/><rect width=\"8\" height=\"3\" x=\"8\" y=\"7\" rx=\"1\"/><path d=\"M8 14v.01m4-.01v.01m4-.01v.01M8 17v.01m4-.01v.01m4-.01v.01\"/></g>"
|
|
1314
1414
|
},
|
|
1415
|
+
"calculator-off": {
|
|
1416
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19.823 19.824A2 2 0 0 1 18 21H6a2 2 0 0 1-2-2V5c0-.295.064-.575.178-.827M7 3h11a2 2 0 0 1 2 2v11\"/><path d=\"M10 10H9a1 1 0 0 1-1-1V8m3-1h4a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1m-6 4v.01m4-.01v.01M8 17v.01m4-.01v.01m4-.01v.01M3 3l18 18\"/></g>"
|
|
1417
|
+
},
|
|
1315
1418
|
"calendar": {
|
|
1316
1419
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"5\" rx=\"2\"/><path d=\"M16 3v4M8 3v4m-4 4h16m-9 4h1m0 0v3\"/></g>"
|
|
1317
1420
|
},
|
|
@@ -1357,9 +1460,15 @@
|
|
|
1357
1460
|
"candy": {
|
|
1358
1461
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m7.05 11.293l4.243-4.243a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-4.243 4.243a2 2 0 0 1-2.828 0L7.05 14.12a2 2 0 0 1 0-2.828zm9.193-2.121l3.086-.772a1.5 1.5 0 0 0 .697-2.516L17.81 3.667a1.5 1.5 0 0 0-2.44.47L14.122 7.05\"/><path d=\"M9.172 16.243L8.4 19.329a1.5 1.5 0 0 1-2.516.697L3.667 17.81a1.5 1.5 0 0 1 .47-2.44l2.913-1.248\"/></g>"
|
|
1359
1462
|
},
|
|
1463
|
+
"candy-off": {
|
|
1464
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m11.174 7.17l.119-.12a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-.124.124m-1.996 1.996l-2.123 2.123a2 2 0 0 1-2.828 0L7.05 14.12a2 2 0 0 1 0-2.828L9.163 9.18m7.08-.008l3.086-.772a1.5 1.5 0 0 0 .697-2.516L17.81 3.667a1.5 1.5 0 0 0-2.44.47L14.122 7.05\"/><path d=\"M9.172 16.243L8.4 19.329a1.5 1.5 0 0 1-2.516.697L3.667 17.81a1.5 1.5 0 0 1 .47-2.44l2.913-1.248M3 3l18 18\"/></g>"
|
|
1465
|
+
},
|
|
1360
1466
|
"capture": {
|
|
1361
1467
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 8V6a2 2 0 0 1 2-2h2M4 16v2a2 2 0 0 0 2 2h2m8-16h2a2 2 0 0 1 2 2v2m-4 12h2a2 2 0 0 0 2-2v-2\"/><circle cx=\"12\" cy=\"12\" r=\"3\"/></g>"
|
|
1362
1468
|
},
|
|
1469
|
+
"capture-off": {
|
|
1470
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 16v2a2 2 0 0 0 2 2h2m8-16h2a2 2 0 0 1 2 2v2m-4 12h2c.554 0 1.055-.225 1.417-.589M9.87 9.887a3 3 0 0 0 4.255 4.23m.58-3.416a3.012 3.012 0 0 0-1.4-1.403M4 8V6c0-.548.22-1.044.577-1.405M3 3l18 18\"/>"
|
|
1471
|
+
},
|
|
1363
1472
|
"car": {
|
|
1364
1473
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"7\" cy=\"17\" r=\"2\"/><circle cx=\"17\" cy=\"17\" r=\"2\"/><path d=\"M5 17H3v-6l2-5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0H9m-6-6h15m-6 0V6\"/></g>"
|
|
1365
1474
|
},
|
|
@@ -1369,11 +1478,17 @@
|
|
|
1369
1478
|
"car-crash": {
|
|
1370
1479
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"10\" cy=\"17\" r=\"2\"/><path d=\"m7 6l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0H3m0-6h8m-6 0V6m2 0H3m11 2V6m5 6h2m-3.5 3.5L19 17m-1.5-8.5L19 7\"/></g>"
|
|
1371
1480
|
},
|
|
1481
|
+
"car-off": {
|
|
1482
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"7\" cy=\"17\" r=\"2\"/><path d=\"M15.584 15.588a2 2 0 0 0 2.828 2.83M5 17H3v-6l2-5h1m4 0h4l4 5h1a2 2 0 0 1 2 2v4m-6 0H9m-6-6h8m4 0h3m-6-3V6M3 3l18 18\"/></g>"
|
|
1483
|
+
},
|
|
1372
1484
|
"caravan": {
|
|
1373
1485
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"11\" cy=\"17\" r=\"2\"/><path d=\"M21 17h-8m-4 0H4a1 1 0 0 1-1-1V7a2 2 0 0 1 2-2h10l4 4v8\"/><rect width=\"6\" height=\"4\" x=\"6\" y=\"8\" rx=\"1\"/></g>"
|
|
1374
1486
|
},
|
|
1375
1487
|
"cardboards": {
|
|
1376
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3
|
|
1488
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 8v8.5A2.5 2.5 0 0 0 5.5 19h1.06a3 3 0 0 0 2.34-1.13l1.54-1.92a2 2 0 0 1 3.12 0l1.54 1.92A3 3 0 0 0 17.44 19h1.06a2.5 2.5 0 0 0 2.5-2.5V8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z\"/><circle cx=\"8\" cy=\"12\" r=\"1\"/><circle cx=\"16\" cy=\"12\" r=\"1\"/></g>"
|
|
1489
|
+
},
|
|
1490
|
+
"cardboards-off": {
|
|
1491
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M20.96 16.953c.026-.147.04-.298.04-.453V8a2 2 0 0 0-2-2h-9M6 6H5a2 2 0 0 0-2 2v8.5A2.5 2.5 0 0 0 5.5 19h1.06a3 3 0 0 0 2.34-1.13l1.54-1.92a2 2 0 0 1 3.12 0l1.54 1.92A3 3 0 0 0 17.44 19h1.06c.155 0 .307-.014.454-.041\"/><circle cx=\"8\" cy=\"12\" r=\"1\"/><path d=\"M16.714 12.7a1 1 0 0 0-1.417-1.411l1.417 1.41zM3 3l18 18\"/></g>"
|
|
1377
1492
|
},
|
|
1378
1493
|
"caret-down": {
|
|
1379
1494
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 9l6 6l6-6H6\"/>"
|
|
@@ -1399,9 +1514,15 @@
|
|
|
1399
1514
|
"cast": {
|
|
1400
1515
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 19h.01M7 19a4 4 0 0 0-4-4m8 4a8 8 0 0 0-8-8\"/><path d=\"M15 19h3a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3H6a3 3 0 0 0-2.8 2\"/></g>"
|
|
1401
1516
|
},
|
|
1517
|
+
"cast-off": {
|
|
1518
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 19h.01M7 19a4 4 0 0 0-4-4m8 4a8 8 0 0 0-8-8m12 8h3a3 3 0 0 0 .875-.13m1.997-2.002A3 3 0 0 0 21 16V8a3 3 0 0 0-3-3H9m-3.865.136A3 3 0 0 0 3.2 7M3 3l18 18\"/>"
|
|
1519
|
+
},
|
|
1402
1520
|
"ce": {
|
|
1403
1521
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4a8 8 0 1 0 0 16m9-16a8 8 0 1 0 0 16m-8-8h8\"/>"
|
|
1404
1522
|
},
|
|
1523
|
+
"ce-off": {
|
|
1524
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4a7.99 7.99 0 0 0-2.581.426M5.867 5.864A8 8 0 0 0 11 20m9-16a8.001 8.001 0 0 0-7.29 4.7M12 12a8 8 0 0 0 8 8m-4-8h4M3 3l18 18\"/>"
|
|
1525
|
+
},
|
|
1405
1526
|
"cell": {
|
|
1406
1527
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 4L4 6v5l4 2l4-2V6zm4 7l4 2l4-2V6l-4-2l-4 2m-4 7v5l4 2l4-2v-5\"/>"
|
|
1407
1528
|
},
|
|
@@ -1429,6 +1550,12 @@
|
|
|
1429
1550
|
"certificate-2": {
|
|
1430
1551
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"15\" r=\"3\"/><path d=\"M10 7h4m-4 11v4l2-1l2 1v-4\"/><path d=\"M10 19H8a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-2\"/></g>"
|
|
1431
1552
|
},
|
|
1553
|
+
"certificate-2-off": {
|
|
1554
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12a3 3 0 1 0 3 3m-4-8h3\"/><path d=\"M10 18v4l2-1l2 1v-4m-4 1H8a2 2 0 0 1-2-2V6m1.18-2.825C7.43 3.063 7.709 3 8 3h8a2 2 0 0 1 2 2v9m-.175 3.82A2 2 0 0 1 16 19h-2M3 3l18 18\"/></g>"
|
|
1555
|
+
},
|
|
1556
|
+
"certificate-off": {
|
|
1557
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.876 12.881a3 3 0 0 0 4.243 4.243m.588-3.42a3.012 3.012 0 0 0-1.437-1.423\"/><path d=\"M13 17.5V22l2-1.5l2 1.5v-4.5M10 19H5a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2m4 0h10a2 2 0 0 1 2 2v10M6 9h3m4 0h5M6 12h3m-3 3h2M3 3l18 18\"/></g>"
|
|
1558
|
+
},
|
|
1432
1559
|
"charging-pile": {
|
|
1433
1560
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m18 7l-1 1m-3 3h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0V9l-3-3M4 20V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v14\"/><path d=\"M9 11.5L7.5 14h3L9 16.5M3 20h12M4 8h10\"/></g>"
|
|
1434
1561
|
},
|
|
@@ -1477,6 +1604,12 @@
|
|
|
1477
1604
|
"chart-dots": {
|
|
1478
1605
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v18h18\"/><circle cx=\"9\" cy=\"9\" r=\"2\"/><circle cx=\"19\" cy=\"7\" r=\"2\"/><circle cx=\"14\" cy=\"15\" r=\"2\"/><path d=\"m10.16 10.62l2.34 2.88m2.588-.172l2.837-4.586\"/></g>"
|
|
1479
1606
|
},
|
|
1607
|
+
"chart-dots-2": {
|
|
1608
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 3v18h18\"/><circle cx=\"9\" cy=\"15\" r=\"2\"/><circle cx=\"13\" cy=\"5\" r=\"2\"/><circle cx=\"18\" cy=\"12\" r=\"2\"/><path d=\"m21 3l-6 1.5m-.887 2.15l2.771 3.695M16 12.5l-5 2\"/></g>"
|
|
1609
|
+
},
|
|
1610
|
+
"chart-dots-3": {
|
|
1611
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"5\" cy=\"7\" r=\"2\"/><circle cx=\"16\" cy=\"15\" r=\"2\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><path d=\"m9 17l5-1.5m-7.5-7l7.81 5.37M7 7l8-1\"/></g>"
|
|
1612
|
+
},
|
|
1480
1613
|
"chart-infographic": {
|
|
1481
1614
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"7\" cy=\"7\" r=\"4\"/><path d=\"M7 3v4h4M9 17v4m8-7v7m-4-8v8m8-9v9\"/></g>"
|
|
1482
1615
|
},
|
|
@@ -1633,6 +1766,9 @@
|
|
|
1633
1766
|
"circle-rectangle": {
|
|
1634
1767
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"M7 10h10v4H7z\"/></g>"
|
|
1635
1768
|
},
|
|
1769
|
+
"circle-rectangle-off": {
|
|
1770
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 10h3v3m-3 1H7v-4h3\"/><path d=\"M20.042 16.045A9 9 0 0 0 7.955 3.958M5.637 5.635a9 9 0 1 0 12.725 12.73M3 3l18 18\"/></g>"
|
|
1771
|
+
},
|
|
1636
1772
|
"circle-square": {
|
|
1637
1773
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"9.5\" cy=\"9.5\" r=\"6.5\"/><rect width=\"11\" height=\"11\" x=\"10\" y=\"10\" rx=\"2\"/></g>"
|
|
1638
1774
|
},
|
|
@@ -1663,6 +1799,9 @@
|
|
|
1663
1799
|
"clipboard-list": {
|
|
1664
1800
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"/><rect width=\"6\" height=\"4\" x=\"9\" y=\"3\" rx=\"2\"/><path d=\"M9 12h.01M13 12h2m-6 4h.01M13 16h2\"/></g>"
|
|
1665
1801
|
},
|
|
1802
|
+
"clipboard-off": {
|
|
1803
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.575 5.597A1.994 1.994 0 0 0 5 7v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2m0-4V7a2 2 0 0 0-2-2h-2\"/><path d=\"M9 5a2 2 0 0 1 2-2h2a2 2 0 1 1 0 4h-2M3 3l18 18\"/></g>"
|
|
1804
|
+
},
|
|
1666
1805
|
"clipboard-plus": {
|
|
1667
1806
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2\"/><rect width=\"6\" height=\"4\" x=\"9\" y=\"3\" rx=\"2\"/><path d=\"M10 14h4m-2-2v4\"/></g>"
|
|
1668
1807
|
},
|
|
@@ -1675,6 +1814,12 @@
|
|
|
1675
1814
|
"clock": {
|
|
1676
1815
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"M12 7v5l3 3\"/></g>"
|
|
1677
1816
|
},
|
|
1817
|
+
"clock-2": {
|
|
1818
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"1\"/><path d=\"M12 7v5l3 3M4 12h1m14 0h1m-8 7v1\"/></g>"
|
|
1819
|
+
},
|
|
1820
|
+
"clock-off": {
|
|
1821
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v1m8.042 8.045A9 9 0 0 0 7.955 3.958M5.637 5.635a9 9 0 1 0 12.725 12.73M3 3l18 18\"/>"
|
|
1822
|
+
},
|
|
1678
1823
|
"cloud": {
|
|
1679
1824
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 18a4.6 4.4 0 0 1 0-9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7H7\"/>"
|
|
1680
1825
|
},
|
|
@@ -1714,6 +1859,9 @@
|
|
|
1714
1859
|
"code-minus": {
|
|
1715
1860
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-9 7a2 2 0 0 1-2-2v-4l-1-1l1-1V7a2 2 0 0 1 2-2m12 14a2 2 0 0 0 2-2v-4l1-1l-1-1V7a2 2 0 0 0-2-2\"/>"
|
|
1716
1861
|
},
|
|
1862
|
+
"code-off": {
|
|
1863
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 8l-4 4l4 4m10-8l4 4l-2.5 2.5M14 4l-1.201 4.805m-.802 3.207L10 20M3 3l18 18\"/>"
|
|
1864
|
+
},
|
|
1717
1865
|
"code-plus": {
|
|
1718
1866
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-3-3v6m-6 4a2 2 0 0 1-2-2v-4l-1-1l1-1V7a2 2 0 0 1 2-2m12 14a2 2 0 0 0 2-2v-4l1-1l-1-1V7a2 2 0 0 0-2-2\"/>"
|
|
1719
1867
|
},
|
|
@@ -1723,12 +1871,21 @@
|
|
|
1723
1871
|
"coin": {
|
|
1724
1872
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"M14.8 9A2 2 0 0 0 13 8h-2a2 2 0 0 0 0 4h2a2 2 0 0 1 0 4h-2a2 2 0 0 1-1.8-1M12 6v2m0 8v2\"/></g>"
|
|
1725
1873
|
},
|
|
1874
|
+
"coin-off": {
|
|
1875
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14.8 9A2 2 0 0 0 13 8h-1M9.18 9.171A2 2 0 0 0 11 12h1m2.824 2.822A2 2 0 0 1 13 16h-2a2 2 0 0 1-1.8-1\"/><path d=\"M20.042 16.045A9 9 0 0 0 7.955 3.958M5.637 5.635a9 9 0 1 0 12.725 12.73M12 6v2m0 8v2M3 3l18 18\"/></g>"
|
|
1876
|
+
},
|
|
1726
1877
|
"color-picker": {
|
|
1727
1878
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 7l6 6M4 16L15.7 4.3a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4L8 20H4v-4z\"/>"
|
|
1728
1879
|
},
|
|
1880
|
+
"color-picker-off": {
|
|
1881
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 7l6 6m-4.999-5.001L15.7 4.3a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-3.702 3.702M14 14l-6 6H4v-4l6.002-6.002M3 3l18 18\"/>"
|
|
1882
|
+
},
|
|
1729
1883
|
"color-swatch": {
|
|
1730
1884
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M19 3h-4a2 2 0 0 0-2 2v12a4 4 0 0 0 8 0V5a2 2 0 0 0-2-2\"/><path d=\"m13 7.35l-2-2a2 2 0 0 0-2.828 0L5.344 8.178a2 2 0 0 0 0 2.828l9 9\"/><path d=\"M7.3 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h12m0-4v.01\"/></g>"
|
|
1731
1885
|
},
|
|
1886
|
+
"color-swatch-off": {
|
|
1887
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 13v4a4 4 0 0 0 6.832 2.825M21 17V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v4\"/><path d=\"m13 7.35l-2-2a2 2 0 0 0-2.11-.461M6.76 6.763L5.344 8.178a2 2 0 0 0 0 2.828l9 9\"/><path d=\"M7.3 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h12m0-4v.01M3 3l18 18\"/></g>"
|
|
1888
|
+
},
|
|
1732
1889
|
"column-insert-left": {
|
|
1733
1890
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm-9 8h4m-2-2v4\"/>"
|
|
1734
1891
|
},
|
|
@@ -1738,6 +1895,9 @@
|
|
|
1738
1895
|
"columns": {
|
|
1739
1896
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h5.5M4 10h5.5M4 14h5.5M4 18h5.5m5-12H20m-5.5 4H20m-5.5 4H20m-5.5 4H20\"/>"
|
|
1740
1897
|
},
|
|
1898
|
+
"columns-off": {
|
|
1899
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h2m-2 4h5.5M4 14h5.5M4 18h5.5m5-12H20m-5.5 4H20m-2 4h2m-5.5 4H18M3 3l18 18\"/>"
|
|
1900
|
+
},
|
|
1741
1901
|
"comet": {
|
|
1742
1902
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15.5 18.5l-3 1.5l.5-3.5l-2-2l3-.5l1.5-3l1.5 3l3 .5l-2 2l.5 3.5zM4 4l7 7M9 4l3.5 3.5M4 9l3.5 3.5\"/>"
|
|
1743
1903
|
},
|
|
@@ -1747,9 +1907,15 @@
|
|
|
1747
1907
|
"compass": {
|
|
1748
1908
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m8 16l2-6l6-2l-2 6l-6 2\"/><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"M12 3v2m0 14v2m-9-9h2m14 0h2\"/></g>"
|
|
1749
1909
|
},
|
|
1910
|
+
"compass-off": {
|
|
1911
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.999 9L16 8l-1.002 3.005M14 14l-6 2l2-6\"/><path d=\"M20.042 16.045A9 9 0 0 0 7.955 3.958M5.637 5.635a9 9 0 1 0 12.725 12.73M12 3v2m0 14v2m-9-9h2m14 0h2M3 3l18 18\"/></g>"
|
|
1912
|
+
},
|
|
1750
1913
|
"components": {
|
|
1751
1914
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 12l3 3l3-3l-3-3zm12 0l3 3l3-3l-3-3zM9 6l3 3l3-3l-3-3zm0 12l3 3l3-3l-3-3z\"/>"
|
|
1752
1915
|
},
|
|
1916
|
+
"components-off": {
|
|
1917
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 12l3 3l3-3l-3-3zm15.5 2.5L21 12l-3-3l-2.5 2.5m-3.001-2.999L15 6l-3-3l-2.5 2.5M9 18l3 3l3-3l-3-3zM3 3l18 18\"/>"
|
|
1918
|
+
},
|
|
1753
1919
|
"cone": {
|
|
1754
1920
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><ellipse cx=\"12\" cy=\"17\" rx=\"7\" ry=\"3\" transform=\"matrix(1 0 0 -1 0 34)\"/><path d=\"M19 17v-.5L12 4L5 16.5v.5\"/></g>"
|
|
1755
1921
|
},
|
|
@@ -1771,15 +1937,27 @@
|
|
|
1771
1937
|
"cookie": {
|
|
1772
1938
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 13v.01M12 17v.01M12 12v.01M16 14v.01M11 8v.01m2.148-4.534l2.667 1.104a4 4 0 0 0 4.656 6.14l.053.132a3 3 0 0 1 0 2.296c-.497.786-.838 1.404-1.024 1.852c-.189.456-.409 1.194-.66 2.216a3 3 0 0 1-1.624 1.623c-1.048.263-1.787.483-2.216.661c-.475.197-1.092.538-1.852 1.024a3 3 0 0 1-2.296 0C10.05 20.021 9.433 19.68 9 19.5c-.471-.195-1.21-.415-2.216-.66a3 3 0 0 1-1.623-1.624c-.265-1.052-.485-1.79-.661-2.216c-.198-.479-.54-1.096-1.024-1.852a3 3 0 0 1 0-2.296c.48-.744.82-1.361 1.024-1.852c.171-.413.391-1.152.66-2.216a3 3 0 0 1 1.624-1.623C7.816 4.905 8.554 4.685 9 4.5c.458-.19 1.075-.531 1.852-1.024a3 3 0 0 1 2.296 0z\"/>"
|
|
1773
1939
|
},
|
|
1940
|
+
"cookie-off": {
|
|
1941
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 13v.01M12 17v.01M12 12v.01m6.192 6.177a3 3 0 0 1-.976.652c-1.048.263-1.787.483-2.216.661c-.475.197-1.092.538-1.852 1.024a3 3 0 0 1-2.296 0C10.05 20.021 9.433 19.68 9 19.5c-.471-.195-1.21-.415-2.216-.66a3 3 0 0 1-1.623-1.624c-.265-1.052-.485-1.79-.661-2.216c-.198-.479-.54-1.096-1.024-1.852a3 3 0 0 1 0-2.296c.48-.744.82-1.361 1.024-1.852c.171-.413.391-1.152.66-2.216a3 3 0 0 1 .649-.971M8.63 4.639c.14-.049.263-.095.37-.139c.458-.19 1.075-.531 1.852-1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053.132a3 3 0 0 1 0 2.296c-.497.786-.838 1.404-1.024 1.852a6.579 6.579 0 0 0-.135.36M3 3l18 18\"/>"
|
|
1942
|
+
},
|
|
1774
1943
|
"copy": {
|
|
1775
1944
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"12\" height=\"12\" x=\"8\" y=\"8\" rx=\"2\"/><path d=\"M16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2\"/></g>"
|
|
1776
1945
|
},
|
|
1946
|
+
"copy-off": {
|
|
1947
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19.414 19.415A1.994 1.994 0 0 1 18 20h-8a2 2 0 0 1-2-2v-8c0-.554.225-1.055.589-1.417M12 8h6a2 2 0 0 1 2 2v6m-4-8V6a2 2 0 0 0-2-2H8m-3.418.59C4.222 4.95 4 5.45 4 6v8a2 2 0 0 0 2 2h2M3 3l18 18\"/>"
|
|
1948
|
+
},
|
|
1777
1949
|
"copyleft": {
|
|
1778
1950
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"M10 9.75a3.016 3.016 0 0 1 4.163.173a2.993 2.993 0 0 1 0 4.154A3.016 3.016 0 0 1 10 14.25\"/></g>"
|
|
1779
1951
|
},
|
|
1952
|
+
"copyleft-off": {
|
|
1953
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13.303 9.3a3.01 3.01 0 0 1 1.405 1.406m-.586 3.413A3.016 3.016 0 0 1 10 14.25\"/><path d=\"M20.042 16.045A9 9 0 0 0 7.955 3.958M5.637 5.635a9 9 0 1 0 12.725 12.73M3 3l18 18\"/></g>"
|
|
1954
|
+
},
|
|
1780
1955
|
"copyright": {
|
|
1781
1956
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"/><path d=\"M14 9.75a3.016 3.016 0 0 0-4.163.173a2.993 2.993 0 0 0 0 4.154A3.016 3.016 0 0 0 14 14.25\"/></g>"
|
|
1782
1957
|
},
|
|
1958
|
+
"copyright-off": {
|
|
1959
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 9.75a3.016 3.016 0 0 0-.711-.466m-3.41.596a2.993 2.993 0 0 0-.042 4.197A3.016 3.016 0 0 0 14 14.25\"/><path d=\"M20.042 16.045A9 9 0 0 0 7.955 3.958M5.637 5.635a9 9 0 1 0 12.725 12.73M3 3l18 18\"/></g>"
|
|
1960
|
+
},
|
|
1783
1961
|
"corner-down-left": {
|
|
1784
1962
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 6v6a3 3 0 0 1-3 3H5l4-4m0 8l-4-4\"/>"
|
|
1785
1963
|
},
|
|
@@ -1846,6 +2024,9 @@
|
|
|
1846
2024
|
"credit-card-off": {
|
|
1847
2025
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 3l18 18M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1-.128.87m-2.002 2.002A3 3 0 0 1 18 19H6a3 3 0 0 1-3-3V8a3 3 0 0 1 2.124-2.87M3 11h8m4 0h6M7 15h.01M11 15h2\"/>"
|
|
1848
2026
|
},
|
|
2027
|
+
"cricket": {
|
|
2028
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m11.105 18.79l-1.006.992a4.159 4.159 0 0 1-6.038-5.715l.157-.166L12.5 5.5L14 7l3.45-3.391a2.08 2.08 0 0 1 3.057 2.815l-.116.126L17 10l1.5 1.5l-3.668 3.617M10.5 7.5l6 6\"/><circle cx=\"14\" cy=\"18\" r=\"3\"/></g>"
|
|
2029
|
+
},
|
|
1849
2030
|
"crop": {
|
|
1850
2031
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 5v10a1 1 0 0 0 1 1h10\"/><path d=\"M5 8h10a1 1 0 0 1 1 1v10\"/></g>"
|
|
1851
2032
|
},
|
|
@@ -2596,6 +2777,9 @@
|
|
|
2596
2777
|
"forms": {
|
|
2597
2778
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3m7-14h7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-7M5 7H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h1m12-5h.01M13 12h.01\"/>"
|
|
2598
2779
|
},
|
|
2780
|
+
"fountain": {
|
|
2781
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 16v-5a2 2 0 1 0-4 0m10 5v-5a2 2 0 1 1 4 0\"/><path d=\"M12 16V6a3 3 0 0 1 6 0M6 6a3 3 0 0 1 6 0M3 16h18v2a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-2z\"/></g>"
|
|
2782
|
+
},
|
|
2599
2783
|
"frame": {
|
|
2600
2784
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7h16M4 17h16M7 4v16M17 4v16\"/>"
|
|
2601
2785
|
},
|
|
@@ -2747,7 +2931,10 @@
|
|
|
2747
2931
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 13V4.5a1.5 1.5 0 0 1 3 0V12\"/><path d=\"M17 11.5a1.5 1.5 0 0 1 3 0V16a6 6 0 0 1-6 6h-2h.208a6 6 0 0 1-5.012-2.7A69.74 69.74 0 0 1 7 19c-.312-.479-1.407-2.388-3.286-5.728a1.5 1.5 0 0 1 .536-2.022a1.867 1.867 0 0 1 2.28.28L8 13\"/><path d=\"M14 10.5a1.5 1.5 0 0 1 3 0V12m-6-6.5v-2a1.5 1.5 0 1 1 3 0V12\"/></g>"
|
|
2748
2932
|
},
|
|
2749
2933
|
"hanger": {
|
|
2750
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"
|
|
2934
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.004 6a2 2 0 1 0-4 0c.003 1.667.67 3 2.004 4H12l7.971 4.428A2 2 0 0 1 21 16.177V17a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-.823a2 2 0 0 1 1.029-1.749L12 10\"/>"
|
|
2935
|
+
},
|
|
2936
|
+
"hanger-2": {
|
|
2937
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 9l-7.971 4.428A2 2 0 0 0 3 15.177V16a2 2 0 0 0 2 2h1\"/><path d=\"M18 18h1a2 2 0 0 0 2-2v-.823a2 2 0 0 0-1.029-1.749L12 9c-1.457-.81-1.993-2.333-1.996-4a2 2 0 1 1 4 0\"/><rect width=\"12\" height=\"5\" x=\"6\" y=\"16\" rx=\"2\"/></g>"
|
|
2751
2938
|
},
|
|
2752
2939
|
"hash": {
|
|
2753
2940
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 9h14M5 15h14M11 4L7 20M17 4l-4 16\"/>"
|
|
@@ -2797,6 +2984,9 @@
|
|
|
2797
2984
|
"hexagon-off": {
|
|
2798
2985
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8.693 4.69l2.336-1.39a2.056 2.056 0 0 1 2 0l6 3.573H19a2 2 0 0 1 1 1.747v6.536c0 .246-.045.485-.13.707m-2.16 1.847l-4.739 3.027a2 2 0 0 1-1.942 0l-6-3.833A2 2 0 0 1 4 15.157V8.62a2 2 0 0 1 1.029-1.748l1.154-.687M3 3l18 18\"/>"
|
|
2799
2986
|
},
|
|
2987
|
+
"hexagons": {
|
|
2988
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 18v-5l4-2l4 2v5l-4 2zm4-7V6l4-2l4 2v5m-4 2l4-2l4 2v5l-4 2l-4-2\"/>"
|
|
2989
|
+
},
|
|
2800
2990
|
"hierarchy": {
|
|
2801
2991
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"5\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/><circle cx=\"19\" cy=\"19\" r=\"2\"/><path d=\"M6.5 17.5L12 13l5.5 4.5M12 7v6\"/></g>"
|
|
2802
2992
|
},
|
|
@@ -2896,6 +3086,9 @@
|
|
|
2896
3086
|
"lamp": {
|
|
2897
3087
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 20h6m-3 0v-8m-7 0h14l-4-8H9z\"/>"
|
|
2898
3088
|
},
|
|
3089
|
+
"lamp-2": {
|
|
3090
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 21h9m-4 0l-7-8l8.5-5.5\"/><path d=\"M13 14c-2.148-2.148-2.148-5.852 0-8c2.088-2.088 5.842-1.972 8 0l-8 8z\"/><path d=\"m11.742 7.574l-1.156-1.156a2 2 0 0 1 2.828-2.829l1.144 1.144m.942 7.262l.208.274a2.527 2.527 0 0 0 3.556 0c.939-.933.98-2.42.122-3.4L19.02 8.5\"/></g>"
|
|
3091
|
+
},
|
|
2899
3092
|
"language": {
|
|
2900
3093
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 5h7M9 3v2c0 4.418-2.239 8-5 8\"/><path d=\"M5 9c-.003 2.144 2.952 3.908 6.7 4m.3 7l4-9l4 9m-.9-2h-6.2\"/></g>"
|
|
2901
3094
|
},
|
|
@@ -3464,6 +3657,9 @@
|
|
|
3464
3657
|
"music": {
|
|
3465
3658
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"6\" cy=\"17\" r=\"3\"/><circle cx=\"16\" cy=\"17\" r=\"3\"/><path d=\"M9 17V4h10v13M9 8h10\"/></g>"
|
|
3466
3659
|
},
|
|
3660
|
+
"network": {
|
|
3661
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"9\" r=\"6\"/><path d=\"M12 3c1.333.333 2 2.333 2 6s-.667 5.667-2 6m0-12c-1.333.333-2 2.333-2 6s.667 5.667 2 6M6 9h12M3 19h7m4 0h7\"/><circle cx=\"12\" cy=\"19\" r=\"2\"/><path d=\"M12 15v2\"/></g>"
|
|
3662
|
+
},
|
|
3467
3663
|
"new-section": {
|
|
3468
3664
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-3-3v6M4 6V5a1 1 0 0 1 1-1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1-1 1h-1m-5 0h-2m-5 0H5a1 1 0 0 1-1-1v-1m0-5v-2m0-5\"/>"
|
|
3469
3665
|
},
|
|
@@ -3770,11 +3966,17 @@
|
|
|
3770
3966
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 8H5m0 4h7m0 4H5m11-2l4 4m0-4l-4 4\"/>"
|
|
3771
3967
|
},
|
|
3772
3968
|
"plug": {
|
|
3773
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"
|
|
3969
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.785 6L18 14.215l-2.054 2.054a5.81 5.81 0 1 1-8.215-8.215L9.785 6zM4 20l3.5-3.5M15 4l-3.5 3.5M20 9l-3.5 3.5\"/>"
|
|
3774
3970
|
},
|
|
3775
3971
|
"plug-connected": {
|
|
3776
3972
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1-5-5L7 12zm10 0l-5-5l1.5-1.5a3.536 3.536 0 1 1 5 5L17 12zM3 21l2.5-2.5m13-13L21 3m-11 8l-2 2m5 1l-2 2\"/>"
|
|
3777
3973
|
},
|
|
3974
|
+
"plug-connected-x": {
|
|
3975
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m20 16l-4 4m-9-8l5 5l-1.5 1.5a3.536 3.536 0 1 1-5-5L7 12zm10 0l-5-5l1.5-1.5a3.536 3.536 0 1 1 5 5L17 12zM3 21l2.5-2.5m13-13L21 3m-11 8l-2 2m5 1l-2 2m5 0l4 4\"/>"
|
|
3976
|
+
},
|
|
3977
|
+
"plug-x": {
|
|
3978
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.55 17.733a5.806 5.806 0 0 1-7.356-4.052a5.81 5.81 0 0 1 1.537-5.627L9.785 6l7.165 7.165M4 20l3.5-3.5M15 4l-3.5 3.5M20 9l-3.5 3.5M16 16l4 4m0-4l-4 4\"/>"
|
|
3979
|
+
},
|
|
3778
3980
|
"plus": {
|
|
3779
3981
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5v14m-7-7h14\"/>"
|
|
3780
3982
|
},
|
|
@@ -3964,6 +4166,9 @@
|
|
|
3964
4166
|
"roller-skating": {
|
|
3965
4167
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.905 5h3.418a1 1 0 0 1 .928.629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717.926A2.084 2.084 0 0 1 20 13.286V14a1 1 0 0 1-1 1H5.105a1 1 0 0 1-.995-1.1l.8-8a1 1 0 0 1 .995-.9z\"/><circle cx=\"8\" cy=\"17\" r=\"2\"/><circle cx=\"16\" cy=\"17\" r=\"2\"/></g>"
|
|
3966
4168
|
},
|
|
4169
|
+
"rollercoaster": {
|
|
4170
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 21a5.55 5.55 0 0 0 5.265-3.795L9 15a8.775 8.775 0 0 1 8.325-6H21m-1 0v12M8 21v-3m4 3V11m4-1.5V21M15 3h5v3h-5zM6 8l4-3l2 2.5l-4 3l-1.8-.5z\"/>"
|
|
4171
|
+
},
|
|
3967
4172
|
"rotate": {
|
|
3968
4173
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19.95 11a8 8 0 1 0-.5 4m.5 5v-5h-5\"/>"
|
|
3969
4174
|
},
|
|
@@ -4048,6 +4253,9 @@
|
|
|
4048
4253
|
"screen-share-off": {
|
|
4049
4254
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h9M7 20h10m-8-4v4m6-4v4m2-12l4-4m-4 0l4 4\"/>"
|
|
4050
4255
|
},
|
|
4256
|
+
"scribble": {
|
|
4257
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 15c2 3 4 4 7 4s7-3 7-7s-3-7-6-7s-5 1.5-5 4s2 5 6 5s8.408-2.453 10-5\"/>"
|
|
4258
|
+
},
|
|
4051
4259
|
"scuba-mask": {
|
|
4052
4260
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1-2.5 2.5H14a2 2 0 0 1-2-2a2 2 0 1 0-4 0a2 2 0 0 1-2 2h-.5A2.5 2.5 0 0 1 3 12.5V8a1 1 0 0 1 1-1z\"/><path d=\"M10 17a2 2 0 0 0 2 2h3.5a5.5 5.5 0 0 0 5.5-5.5V4\"/></g>"
|
|
4053
4261
|
},
|
|
@@ -4537,6 +4745,9 @@
|
|
|
4537
4745
|
"test-pipe": {
|
|
4538
4746
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 8.04L7.878 20.164a2.857 2.857 0 1 1-4.041-4.04L15.959 4M7 13h8m4 2l1.5 1.6a2 2 0 1 1-3 0L19 15zM15 3l6 6\"/>"
|
|
4539
4747
|
},
|
|
4748
|
+
"test-pipe-2": {
|
|
4749
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 3v15a3 3 0 0 1-6 0V3m0 9h6M8 3h8\"/>"
|
|
4750
|
+
},
|
|
4540
4751
|
"text-direction-ltr": {
|
|
4541
4752
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 19h14m-2 2l2-2l-2-2M16 4H9.5a3.5 3.5 0 0 0 0 7h.5m4 4V4m-4 11V4\"/>"
|
|
4542
4753
|
},
|
|
@@ -4680,6 +4891,9 @@
|
|
|
4680
4891
|
"triangle-square-circle": {
|
|
4681
4892
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 3l-4 7h8z\"/><circle cx=\"17\" cy=\"17\" r=\"3\"/><rect width=\"6\" height=\"6\" x=\"4\" y=\"14\" rx=\"1\"/></g>"
|
|
4682
4893
|
},
|
|
4894
|
+
"triangles": {
|
|
4895
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9.974 21h8.052a.975.975 0 0 0 .81-1.517l-4.025-6.048a.973.973 0 0 0-1.622 0l-4.025 6.048A.977.977 0 0 0 9.974 21z\"/><path d=\"M4.98 16h14.04c.542 0 .98-.443.98-.989a.995.995 0 0 0-.156-.534l-7.02-11.023a.974.974 0 0 0-1.648 0l-7.02 11.023a.994.994 0 0 0 .294 1.366a.973.973 0 0 0 .53.157z\"/></g>"
|
|
4896
|
+
},
|
|
4683
4897
|
"trident": {
|
|
4684
4898
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 6l2-2v3a7 7 0 0 0 14 0V4l2 2\"/><path d=\"M12 21V3l-2 2m4 0l-2-2\"/></g>"
|
|
4685
4899
|
},
|
package/info.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/tabler",
|
|
3
3
|
"description": "Tabler Icons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.1.
|
|
5
|
-
"iconSetVersion": "1.
|
|
4
|
+
"version": "1.1.8",
|
|
5
|
+
"iconSetVersion": "1.63.0",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|