@iconify-json/humbleicons 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +15 -0
- package/chars.json +1 -0
- package/icons.json +677 -0
- package/index.d.ts +8 -0
- package/index.js +9 -0
- package/index.mjs +6 -0
- package/info.json +23 -0
- package/metadata.json +1 -0
- package/package.json +28 -0
package/README.md
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
# Humbleicons
|
2
|
+
|
3
|
+
This package includes data for 223 icons
|
4
|
+
|
5
|
+
Each icon is in its own file, so you can bundle several icons from different icon sets without bundling entire icon sets.
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
```bash
|
10
|
+
npm install @iconify-json/humbleicons --save-dev
|
11
|
+
```
|
12
|
+
|
13
|
+
## Usage
|
14
|
+
|
15
|
+
This package can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
|
package/chars.json
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{}
|
package/icons.json
ADDED
@@ -0,0 +1,677 @@
|
|
1
|
+
{
|
2
|
+
"prefix": "humbleicons",
|
3
|
+
"icons": {
|
4
|
+
"activity": {
|
5
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 12h4l3-9l4 18l3-9h4\"/>"
|
6
|
+
},
|
7
|
+
"adjustments": {
|
8
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4v10m0 6v-.5M17.5 4v5m0 11v-5.56M6.5 4v2m0 14v-8.44M6.5 6a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3Zm5.5 8a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3Zm5.5-5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3Z\"/>"
|
9
|
+
},
|
10
|
+
"aid": {
|
11
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2h-2M8 8V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M8 8h8m-4 4v2m0 0v2m0-2h-2m2 0h2\"/>"
|
12
|
+
},
|
13
|
+
"align-objects-bottom": {
|
14
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 20H4m8-3V6m0 11l3-3m-3 3l-3-3\"/>"
|
15
|
+
},
|
16
|
+
"align-objects-center": {
|
17
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4v16m4-8h5m-3-3l-3 3l3 3M8 12H3m3-3l3 3l-3 3\"/>"
|
18
|
+
},
|
19
|
+
"align-objects-left": {
|
20
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 4v16m3-8h11M7 12l3-3m-3 3l3 3\"/>"
|
21
|
+
},
|
22
|
+
"align-objects-middle": {
|
23
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h16m-8-4V3M9 6l3 3l3-3m-3 10v5m-3-3l3-3l3 3\"/>"
|
24
|
+
},
|
25
|
+
"align-objects-right": {
|
26
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 4v16m-3-8H6m11 0l-3-3m3 3l-3 3\"/>"
|
27
|
+
},
|
28
|
+
"align-objects-top": {
|
29
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 4H4m8 3v11m0-11l3 3m-3-3l-3 3\"/>"
|
30
|
+
},
|
31
|
+
"align-text-center": {
|
32
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 6h16M7 10h10M4 14h16M9 18h6\"/>"
|
33
|
+
},
|
34
|
+
"align-text-justify": {
|
35
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 10h16M4 14h16M4 18h16\"/>"
|
36
|
+
},
|
37
|
+
"align-text-left": {
|
38
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 10h13M4 14h16M4 18h5.5\"/>"
|
39
|
+
},
|
40
|
+
"align-text-right": {
|
41
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M4 6h16M7 10h13M4 14h16m-6 4h6\"/>"
|
42
|
+
},
|
43
|
+
"archive": {
|
44
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M3 5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v3H3V5z\"/><path stroke-linecap=\"round\" d=\"M9.5 13h5\"/><path stroke-linejoin=\"round\" d=\"M4 8h16v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8z\"/></g>"
|
45
|
+
},
|
46
|
+
"arrow-down": {
|
47
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 4v16m-6-6l6 6l6-6\"/>"
|
48
|
+
},
|
49
|
+
"arrow-go-back": {
|
50
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 18h3.75a5.25 5.25 0 1 0 0-10.5H5M7.5 4L4 7.5L7.5 11\"/>"
|
51
|
+
},
|
52
|
+
"arrow-go-forward": {
|
53
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 18H9.25a5.25 5.25 0 1 1 0-10.5H19M16.5 4L20 7.5L16.5 11\"/>"
|
54
|
+
},
|
55
|
+
"arrow-join": {
|
56
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21 12l-3-3m3 3l-3 3m3-3h-5.929a5 5 0 0 0-3.535 1.464l-1.072 1.072A5 5 0 0 1 6.93 16H3m0-8h4.343a4 4 0 0 1 2.829 1.172l1.656 1.656A4 4 0 0 0 14.657 12H18\"/>"
|
57
|
+
},
|
58
|
+
"arrow-left": {
|
59
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 12H4m0 0l6-6m-6 6l6 6\"/>"
|
60
|
+
},
|
61
|
+
"arrow-left-down": {
|
62
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M17.657 6.343L6.343 17.657m0-8.485v8.485h8.485\"/>"
|
63
|
+
},
|
64
|
+
"arrow-left-up": {
|
65
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.657 17.9L6.343 6.585m0 0v8.485m0-8.485h8.485\"/>"
|
66
|
+
},
|
67
|
+
"arrow-main-split-side": {
|
68
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 17H4.603M21 17l-3-3m3 3l-3 3M4.603 17H3m1.603 0a6 6 0 0 0 5.145-2.913l2.504-4.174A6 6 0 0 1 17.397 7H21m0 0l-3 3m3-3l-3-3\"/>"
|
69
|
+
},
|
70
|
+
"arrow-right": {
|
71
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 12h16m0 0l-6 6m6-6l-6-6\"/>"
|
72
|
+
},
|
73
|
+
"arrow-right-down": {
|
74
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6.343 6.343l11.314 11.314m0 0H9.172m8.485 0V9.172\"/>"
|
75
|
+
},
|
76
|
+
"arrow-right-up": {
|
77
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.343 17.657L17.657 6.343m0 0v8.485m0-8.485H9.172\"/>"
|
78
|
+
},
|
79
|
+
"arrow-side-join-main": {
|
80
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 15h13.01m0 0a6 6 0 0 1-5.23-3.058l-1.06-1.884A6 6 0 0 0 4.49 7H3m13.01 8H21m0 0l-3 3m3-3l-3-3\"/>"
|
81
|
+
},
|
82
|
+
"arrow-split": {
|
83
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 12h4.597a5 5 0 0 1 3.904 1.877l.998 1.246A5 5 0 0 0 16.403 17H21m0 0l-3-3m3 3l-3 3m3-13h-5.078A4 4 0 0 0 12.8 8.501L11.201 10.5A4 4 0 0 1 8.078 12H6m15-5l-3-3m3 3l-3 3\"/>"
|
84
|
+
},
|
85
|
+
"arrow-up": {
|
86
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20V4m0 0l6 6m-6-6l-6 6\"/>"
|
87
|
+
},
|
88
|
+
"arrows": {
|
89
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 4v6m0 4v6\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.5 6.5L12 4l2.5 2.5m-5 11L12 20l2.5-2.5m-8-8L4 12l2.5 2.5m11-5L20 12l-2.5 2.5M5.5 12h13\"/></g>"
|
90
|
+
},
|
91
|
+
"arrows-horizontal": {
|
92
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 9l-3 3m0 0l3 3m-3-3h16m-3 3l3-3m0 0l-3-3\"/>"
|
93
|
+
},
|
94
|
+
"arrows-vertical": {
|
95
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 17l3 3m0 0l3-3m-3 3V4m3 3l-3-3m0 0L9 7\"/>"
|
96
|
+
},
|
97
|
+
"asterisk-simple": {
|
98
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 4l.005 7.993m0 0l7.603-2.465m-7.603 2.465l4.697 6.48m-4.697-6.48l-4.707 6.48m4.707-6.48L4.392 9.528\"/>"
|
99
|
+
},
|
100
|
+
"at-symbol": {
|
101
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 20.064A9 9 0 1 1 21 12v1.5a2.5 2.5 0 0 1-5 0V8m0 4a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z\"/>"
|
102
|
+
},
|
103
|
+
"ban": {
|
104
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"m5.5 5.5l13 13M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/>"
|
105
|
+
},
|
106
|
+
"bandage": {
|
107
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10v.001M14 12v.001M12 14v.001M10 12v.001M19 12l-7 7a4.95 4.95 0 1 1-7-7l7-7a4.95 4.95 0 0 1 7 7Z\"/>"
|
108
|
+
},
|
109
|
+
"bars": {
|
110
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 12h16M4 18h16\"/>"
|
111
|
+
},
|
112
|
+
"basket": {
|
113
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 10l1.36 8.164a1 1 0 0 0 .987.836h9.306a1 1 0 0 0 .986-.836L19 10M5 10h3m-3 0H4m15 0h-3m3 0h1M8 10l1-5m-1 5h8m0 0l-1-5m-6 9v1m6-1v1m-3-1v1\"/>"
|
114
|
+
},
|
115
|
+
"battery": {
|
116
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 10.5v3M6 17h10a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2Z\"/>"
|
117
|
+
},
|
118
|
+
"battery-charging": {
|
119
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 10.5v3M8.5 17H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h.5m9 10h.5a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2.5M10 7l-1 5.5l4-1l-1 5.5\"/>"
|
120
|
+
},
|
121
|
+
"battery-full": {
|
122
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 10.5v3M6 17h10a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2Z\"/><path fill=\"currentColor\" d=\"M15 10H7v4h8v-4Z\"/></g>"
|
123
|
+
},
|
124
|
+
"battery-half": {
|
125
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M21 10.5v3M6 17h10a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2Z\"/><path fill=\"currentColor\" d=\"M11 10H7v4h4v-4Z\"/></g>"
|
126
|
+
},
|
127
|
+
"bell": {
|
128
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 17h2m0 0h10M7 17v-6a5 5 0 0 1 10 0v6m0 0h2M11.5 5.5V4a.5.5 0 0 1 1 0v1.5M13 20a1 1 0 1 1-2 0h2z\"/>"
|
129
|
+
},
|
130
|
+
"bell-off": {
|
131
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 4l16 16M5 17h2m0 0h10M7 17v-6c0-1.126.372-2.164 1-3m3.5-2.5V4a.5.5 0 0 1 1 0v1.5M17 13v-2a5 5 0 0 0-6.5-4.771M13 20a1 1 0 1 1-2 0h2Z\"/>"
|
132
|
+
},
|
133
|
+
"bike": {
|
134
|
+
"body": "<path fill=\"currentColor\" d=\"m8.5 10.5l-.6-.8a1 1 0 0 0 .153 1.694L8.5 10.5Zm4 2l.99.141a1 1 0 0 0-.543-1.035l-.447.894Zm-1.49 3.359a1 1 0 1 0 1.98.282l-1.98-.282ZM12.5 7.5l.707-.707A1 1 0 0 0 11.9 6.7l.6.8ZM15 10l-.707.707A1 1 0 0 0 15 11v-1Zm2 1a1 1 0 1 0 0-2v2Zm-9 5a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4H8Zm-2 2a2 2 0 0 1-2-2H2a4 4 0 0 0 4 4v-2Zm-2-2a2 2 0 0 1 2-2v-2a4 4 0 0 0-4 4h2Zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2Zm2.053-2.606l4 2l.894-1.788l-4-2l-.894 1.788Zm3.457.965l-.5 3.5l1.98.282l.5-3.5l-1.98-.282ZM9.1 11.3l4-3l-1.2-1.6l-4 3l1.2 1.6Zm2.693-3.093l2.5 2.5l1.414-1.414l-2.5-2.5l-1.414 1.414ZM15 11h2V9h-2v2Zm5 5a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2Zm-2 2a2 2 0 0 1-2-2h-2a4 4 0 0 0 4 4v-2Zm-2-2a2 2 0 0 1 2-2v-2a4 4 0 0 0-4 4h2Zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2Zm-3-9v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2V5Zm0 0V3a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Z\"/>"
|
135
|
+
},
|
136
|
+
"bold": {
|
137
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 11.5V4h6.25A3.75 3.75 0 0 1 17 7.75v0a3.75 3.75 0 0 1-3.75 3.75H7Zm0 0V20h6.75A4.25 4.25 0 0 0 18 15.75v0a4.25 4.25 0 0 0-4.25-4.25H7Z\"/>"
|
138
|
+
},
|
139
|
+
"book": {
|
140
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M18 16V4H8a2 2 0 0 0-2 2v12\"/><path d=\"M18 20H8a2 2 0 1 1 0-4h10c-.673 1.613-.66 2.488 0 4z\"/></g>"
|
141
|
+
},
|
142
|
+
"book-open": {
|
143
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8.618V17.5m0-8.882a1 1 0 0 0-.553-.894l-.491-.246a7 7 0 0 0-4.12-.669l-.773.11A8 8 0 0 1 4.93 7H4v10h.38a8 8 0 0 0 2.197-.308l.553-.158a5 5 0 0 1 3.61.336l1.26.63m0-8.882a1 1 0 0 1 .553-.894l.491-.246a7 7 0 0 1 4.12-.669l.773.11c.375.054.753.081 1.131.081H20v10h-.38a8 8 0 0 1-2.197-.308l-.553-.158a5 5 0 0 0-3.61.336L12 17.5\"/>"
|
144
|
+
},
|
145
|
+
"bookmark": {
|
146
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 20V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v15l-6-3l-6 3z\"/>"
|
147
|
+
},
|
148
|
+
"box": {
|
149
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 21l7.794-4.5v-9M12 21l-7.794-4.5v-9M12 21v-9m7.794-4.5L12 3L4.206 7.5m15.588 0L12 12M4.206 7.5L12 12\"/>"
|
150
|
+
},
|
151
|
+
"briefcase": {
|
152
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 8V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M4 14l3.15.787a20 20 0 0 0 9.7 0L20 14\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8z\"/><circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\"/></g>"
|
153
|
+
},
|
154
|
+
"brush-big": {
|
155
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 16l4.5 4.5l4-4a.707.707 0 0 1 1 0M6 16l-2.5-2.5l4-4a.707.707 0 0 0 0-1M6 16l2-2m7.5 2.5a.707.707 0 0 0 1 0l2.293-2.293a1 1 0 0 0 0-1.414l-2.086-2.086a1 1 0 0 1 0-1.414l3.586-3.586a1 1 0 0 0 0-1.414l-.586-.586a1 1 0 0 0-1.414 0l-3.586 3.586a1 1 0 0 1-1.414 0l-2.086-2.086a1 1 0 0 0-1.414 0L7.5 7.5a.707.707 0 0 0 0 1m8 8l-8-8\"/>"
|
156
|
+
},
|
157
|
+
"bulb": {
|
158
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 18v-.107c0-.795-.496-1.488-1.117-1.984a5 5 0 1 1 6.235 0c-.622.497-1.118 1.189-1.118 1.984V18m-4 0v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2m-4 0h4m6-6h1M4 12H3m9-8V3m5.657 3.343l.707-.707m-12.02.707l-.708-.707M12 15v-2\"/>"
|
159
|
+
},
|
160
|
+
"bulb-off": {
|
161
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 18v-.107c0-.795-.496-1.488-1.117-1.984a5 5 0 1 1 6.235 0c-.622.497-1.118 1.189-1.118 1.984V18m-4 0v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2m-4 0h4m-2-3v-2\"/>"
|
162
|
+
},
|
163
|
+
"calendar": {
|
164
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M4 6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v4H4V6z\"/><path stroke-linecap=\"round\" d=\"M8 6.5v-3m8 3v-3\"/><path stroke-linejoin=\"round\" d=\"M4 10h16v9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-9z\"/></g>"
|
165
|
+
},
|
166
|
+
"camera": {
|
167
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M20 17V8a1 1 0 0 0-1-1h-2.382a1 1 0 0 1-.894-.553l-.448-.894A1 1 0 0 0 14.382 5H9.618a1 1 0 0 0-.894.553l-.448.894A1 1 0 0 1 7.382 7H5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1Z\"/><path d=\"M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z\"/></g>"
|
168
|
+
},
|
169
|
+
"camera-off": {
|
170
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"m3 5l16 16m1-3V8a1 1 0 0 0-1-1h-2.382a1 1 0 0 1-.894-.553l-.448-.894A1 1 0 0 0 14.382 5H9.721a1 1 0 0 0-.949.684L8.5 6.5M16 18H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1v0\"/><path d=\"M11 9.17A3 3 0 0 1 14.83 13\"/></g>"
|
171
|
+
},
|
172
|
+
"camera-video": {
|
173
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M16 16V8a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1z\"/><path stroke-linejoin=\"round\" d=\"m20 7l-4 3v4l4 3V7z\"/></g>"
|
174
|
+
},
|
175
|
+
"camera-video-off": {
|
176
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 5l14 14M9 7h6a1 1 0 0 1 1 1v5.5a1 1 0 0 0 .4.8L20 17V7l-4 3m-1 7H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1\"/>"
|
177
|
+
},
|
178
|
+
"car": {
|
179
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 11h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1h-1.5M17 11h-6.5m6.5 0l-2.417-4.029A2 2 0 0 0 12.868 6H10.5m0 0v5m0-5H7.64a2 2 0 0 0-1.962 1.608L5 11m5.5 0H5m.5 5H4a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2v0m.5 5a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m0 0h5m0 0a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0\"/>"
|
180
|
+
},
|
181
|
+
"cart": {
|
182
|
+
"body": "<g fill=\"none\"><circle cx=\"7.5\" cy=\"18.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"16.5\" cy=\"18.5\" r=\"1.5\" fill=\"currentColor\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5h2l.6 3m0 0L7 15h10l2-7H5.6z\"/></g>"
|
183
|
+
},
|
184
|
+
"chart": {
|
185
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M17 5v15m-5-9v9m-5-6v6\"/>"
|
186
|
+
},
|
187
|
+
"chat": {
|
188
|
+
"body": "<g fill=\"currentColor\"><path d=\"m4 19l-.93-.37a1 1 0 0 0 1.125 1.35L4 19zm4.706-.936l.474-.881l-.317-.17l-.352.07l.195.98zm-3.082-3.147l.93.37l.163-.414l-.196-.399l-.897.443zM19 12c0 3.246-2.853 6-6.53 6v2c4.641 0 8.53-3.514 8.53-8h-2zM5.941 12c0-3.246 2.854-6 6.53-6V4C7.83 4 3.94 7.514 3.94 12h2zm6.53-6C16.147 6 19 8.754 19 12h2c0-4.486-3.889-8-8.53-8v2zm0 12c-1.205 0-2.328-.3-3.291-.817l-.948 1.761A8.934 8.934 0 0 0 12.471 20v-2zm-8.276 1.98l4.706-.936l-.39-1.961l-4.706.936l.39 1.962zm2.326-5.506A5.564 5.564 0 0 1 5.94 12h-2c0 1.2.282 2.338.786 3.36l1.794-.886zm-1.826.073L3.07 18.631l1.858.738l1.624-4.083l-1.858-.739z\"/><circle cx=\"9\" cy=\"12\" r=\"1\"/><circle cx=\"12.5\" cy=\"12\" r=\"1\"/><circle cx=\"16\" cy=\"12\" r=\"1\"/></g>"
|
189
|
+
},
|
190
|
+
"chats": {
|
191
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.882 15C13.261 15 16 12.538 16 9.5S13.261 4 9.882 4C6.504 4 3.765 6.462 3.765 9.5c0 .818.198 1.594.554 2.292L3 15l3.824-.736A6.62 6.62 0 0 0 9.882 15Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.804 18.124a6.593 6.593 0 0 0 3.314.876a6.623 6.623 0 0 0 3.059-.736L21 19l-1.32-3.208a5.02 5.02 0 0 0 .555-2.292c0-1.245-.46-2.393-1.235-3.315c-.749-.89-1.792-1.569-3-1.92\"/><circle r=\"1\" fill=\"currentColor\" transform=\"matrix(-1 0 0 1 13 9.5)\"/><circle r=\"1\" fill=\"currentColor\" transform=\"matrix(-1 0 0 1 10 9.5)\"/><circle r=\"1\" fill=\"currentColor\" transform=\"matrix(-1 0 0 1 7 9.5)\"/></g>"
|
192
|
+
},
|
193
|
+
"check": {
|
194
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 14l4 4L19 8\"/>"
|
195
|
+
},
|
196
|
+
"check-circle": {
|
197
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8 13l2.5 2.5L16 10\"/><path d=\"M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/></g>"
|
198
|
+
},
|
199
|
+
"chevron-down": {
|
200
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m5 10l7 7l7-7\"/>"
|
201
|
+
},
|
202
|
+
"chevron-left": {
|
203
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 5l-7 7l7 7\"/>"
|
204
|
+
},
|
205
|
+
"chevron-right": {
|
206
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 5l7 7l-7 7\"/>"
|
207
|
+
},
|
208
|
+
"chevron-up": {
|
209
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 14l7-7l7 7\"/>"
|
210
|
+
},
|
211
|
+
"circle": {
|
212
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0z\"/>"
|
213
|
+
},
|
214
|
+
"clipboard": {
|
215
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 4H6a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-3M9 3h6v4H9V3z\"/>"
|
216
|
+
},
|
217
|
+
"clock": {
|
218
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.5V12l3.5 2m5.5-2a9 9 0 1 1-18 0a9 9 0 0 1 18 0z\"/>"
|
219
|
+
},
|
220
|
+
"cloud": {
|
221
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 9.036a3.485 3.485 0 0 1 1.975.99M4 12.5A3.5 3.5 0 0 0 7.5 16h9.75a2.75 2.75 0 0 0 .734-5.4A5 5 0 0 0 8.37 9.108A3.5 3.5 0 0 0 4 12.5z\"/>"
|
222
|
+
},
|
223
|
+
"cloud-sun": {
|
224
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 3.5V3m-6.5 7H3m11.596-4.596l.354-.354m-9.546.354L5.05 5.05M9 13.036a3.484 3.484 0 0 1 1.975.99M12.645 7a4 4 0 0 0-6.59 3.666M5 16.5A3.5 3.5 0 0 0 8.5 20h9.75a2.75 2.75 0 0 0 .734-5.4a5 5 0 0 0-9.614-1.491A3.504 3.504 0 0 0 5 16.5z\"/>"
|
225
|
+
},
|
226
|
+
"code": {
|
227
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"m7 8l-4 4l4 4\"/><path d=\"m10.5 18l3-12\"/><path stroke-linejoin=\"round\" d=\"m17 8l4 4l-4 4\"/></g>"
|
228
|
+
},
|
229
|
+
"coffee": {
|
230
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 12H4v4a4 4 0 0 0 4 4h5a4 4 0 0 0 4-4v-4zm0 0h2a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2h-2m-4-8s1-1 .5-2l-1-2C12 4 13 3 13 3M8.64 9s1-1 .5-2l-1-2c-.5-1 .5-2 .5-2\"/>"
|
231
|
+
},
|
232
|
+
"cog": {
|
233
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z\"/><path d=\"M10.47 4.32c.602-1.306 2.458-1.306 3.06 0l.218.473a1.684 1.684 0 0 0 2.112.875l.49-.18c1.348-.498 2.66.814 2.162 2.163l-.18.489a1.684 1.684 0 0 0 .875 2.112l.474.218c1.305.602 1.305 2.458 0 3.06l-.474.218a1.684 1.684 0 0 0-.875 2.112l.18.49c.498 1.348-.814 2.66-2.163 2.162l-.489-.18a1.684 1.684 0 0 0-2.112.875l-.218.473c-.602 1.306-2.458 1.306-3.06 0l-.218-.473a1.684 1.684 0 0 0-2.112-.875l-.49.18c-1.348.498-2.66-.814-2.163-2.163l.181-.489a1.684 1.684 0 0 0-.875-2.112l-.474-.218c-1.305-.602-1.305-2.458 0-3.06l.474-.218a1.684 1.684 0 0 0 .875-2.112l-.18-.49c-.498-1.348.814-2.66 2.163-2.163l.489.181a1.684 1.684 0 0 0 2.112-.875l.218-.474Z\"/></g>"
|
234
|
+
},
|
235
|
+
"columns-one-two-thirds": {
|
236
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 4v16m-5 0h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1z\"/>"
|
237
|
+
},
|
238
|
+
"columns-three-thirds": {
|
239
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 4v16m6-16v16M4 20h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1z\"/>"
|
240
|
+
},
|
241
|
+
"columns-two-halfs": {
|
242
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4v16m-8 0h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1z\"/>"
|
243
|
+
},
|
244
|
+
"corner-down-left": {
|
245
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"M20 5v6.5a3 3 0 0 1-3 3H5\"/><path d=\"M7.5 18L4 14.5L7.5 11\"/></g>"
|
246
|
+
},
|
247
|
+
"corner-down-right": {
|
248
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 5v6.5a3 3 0 0 0 3 3h12M16.5 18l3.5-3.5l-3.5-3.5\"/>"
|
249
|
+
},
|
250
|
+
"corner-left-down": {
|
251
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"M19 4h-6.5a3 3 0 0 0-3 3v12\"/><path d=\"M6 16.5L9.5 20l3.5-3.5\"/></g>"
|
252
|
+
},
|
253
|
+
"corner-left-up": {
|
254
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"M19 20h-6.5a3 3 0 0 1-3-3V5\"/><path d=\"M6 7.5L9.5 4L13 7.5\"/></g>"
|
255
|
+
},
|
256
|
+
"corner-right-down": {
|
257
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"M5 4h6.5a3 3 0 0 1 3 3v12\"/><path d=\"M18 16.5L14.5 20L11 16.5\"/></g>"
|
258
|
+
},
|
259
|
+
"corner-right-up": {
|
260
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"M5 20h6.5a3 3 0 0 0 3-3V5\"/><path d=\"M18 7.5L14.5 4L11 7.5\"/></g>"
|
261
|
+
},
|
262
|
+
"corner-top-left": {
|
263
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 19v-6.5a3 3 0 0 0-3-3H5M7.5 6L4 9.5L7.5 13\"/>"
|
264
|
+
},
|
265
|
+
"corner-up-right": {
|
266
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 19v-6.5a3 3 0 0 1 3-3h12M16.5 6L20 9.5L16.5 13\"/>"
|
267
|
+
},
|
268
|
+
"cpu": {
|
269
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 3v3m6-3v3m3 3h3m-3 6h3m-6 3v3m-6-3v3m-3-6H3m3-6H3m6.5 4.5v-3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1ZM7 18h10a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1Z\"/>"
|
270
|
+
},
|
271
|
+
"credit-card": {
|
272
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2M4 10h16M4 10v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6M7 15h5\"/>"
|
273
|
+
},
|
274
|
+
"crop": {
|
275
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 7h12a1 1 0 0 1 1 1v12M7 10v6a1 1 0 0 0 1 1h6M7 4v3m10 10h3\"/>"
|
276
|
+
},
|
277
|
+
"crown": {
|
278
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 18h14M5 14h14l1-9l-4 3l-4-5l-4 5l-4-3l1 9Z\"/>"
|
279
|
+
},
|
280
|
+
"currency-dollar-circle": {
|
281
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14.5 10l-.035-.139A2.457 2.457 0 0 0 12.082 8h-.522a1.841 1.841 0 0 0-.684 3.55l2.248.9A1.841 1.841 0 0 1 12.44 16h-.521a2.457 2.457 0 0 1-2.384-1.861L9.5 14M12 6v2m0 8v2m9-6a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/>"
|
282
|
+
},
|
283
|
+
"currency-euro-circle": {
|
284
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12a4 4 0 0 0 6.4 3.2M8 12a4 4 0 0 1 6.4-3.2M8 12h3m-3 0H7m14 0a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/>"
|
285
|
+
},
|
286
|
+
"currency-pound-circle": {
|
287
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 8.5l-.11-.164A3 3 0 0 0 12.395 7H12a3 3 0 0 0-3 3v3.757a3 3 0 0 1-.879 2.122L8 16h7m-7.5-4H12m9 0a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/>"
|
288
|
+
},
|
289
|
+
"dashboard": {
|
290
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M4 5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5Zm10 0a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V5ZM4 16a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3Zm10-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-6Z\"/>"
|
291
|
+
},
|
292
|
+
"database": {
|
293
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M20 12c0 1.657-3.582 3-8 3s-8-1.343-8-3m16 6c0 1.657-3.582 3-8 3s-8-1.343-8-3\"/><ellipse cx=\"12\" cy=\"6\" rx=\"8\" ry=\"3\"/><path d=\"M4 6v12M20 6v12\"/></g>"
|
294
|
+
},
|
295
|
+
"desktop": {
|
296
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 20h8m-4 0v-4M4 5h16a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1z\"/>"
|
297
|
+
},
|
298
|
+
"document": {
|
299
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 20V4a1 1 0 0 1 1-1h6.172a2 2 0 0 1 1.414.586l4.828 4.828A2 2 0 0 1 19 9.828V20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z\"/><path d=\"M12 3v6a1 1 0 0 0 1 1h6\"/></g>"
|
300
|
+
},
|
301
|
+
"document-add": {
|
302
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M14.5 15.5h-5M12 18v-5\"/><path d=\"M5 20V4a1 1 0 0 1 1-1h6.172a2 2 0 0 1 1.414.586l4.828 4.828A2 2 0 0 1 19 9.828V20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z\"/><path d=\"M12 3v6a1 1 0 0 0 1 1h6\"/></g>"
|
303
|
+
},
|
304
|
+
"document-remove": {
|
305
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M14.5 15.5h-5\"/><path d=\"M5 20V4a1 1 0 0 1 1-1h6.172a2 2 0 0 1 1.414.586l4.828 4.828A2 2 0 0 1 19 9.828V20a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z\"/><path d=\"M12 3v6a1 1 0 0 0 1 1h6\"/></g>"
|
306
|
+
},
|
307
|
+
"documents": {
|
308
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 3v7h7M6 7H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-1M8 4v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9.389a1 1 0 0 0-.263-.676l-4.94-5.389A1 1 0 0 0 14.06 3H9a1 1 0 0 0-1 1Z\"/>"
|
309
|
+
},
|
310
|
+
"dots-horizontal": {
|
311
|
+
"body": "<g fill=\"currentColor\"><rect width=\"4\" height=\"4\" x=\"3\" y=\"10\" rx=\"2\"/><rect width=\"4\" height=\"4\" x=\"10\" y=\"10\" rx=\"2\"/><rect width=\"4\" height=\"4\" x=\"17\" y=\"10\" rx=\"2\"/></g>"
|
312
|
+
},
|
313
|
+
"dots-vertical": {
|
314
|
+
"body": "<g fill=\"currentColor\"><rect width=\"4\" height=\"4\" x=\"10\" y=\"3\" rx=\"2\"/><rect width=\"4\" height=\"4\" x=\"10\" y=\"10\" rx=\"2\"/><rect width=\"4\" height=\"4\" x=\"10\" y=\"17\" rx=\"2\"/></g>"
|
315
|
+
},
|
316
|
+
"download": {
|
317
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 11.5V20m0 0l3-3m-3 3l-3-3M8 7.036a3.484 3.484 0 0 1 1.975.99M17.5 14c1.519 0 2.5-1.231 2.5-2.75a2.75 2.75 0 0 0-2.016-2.65A5 5 0 0 0 8.37 7.108a3.5 3.5 0 0 0-1.87 6.746\"/>"
|
318
|
+
},
|
319
|
+
"download-alt": {
|
320
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5v8.5m0 0l3-3m-3 3l-3-3M5 15v2a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-2\"/>"
|
321
|
+
},
|
322
|
+
"droplet": {
|
323
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 14v.5M12 4c-1.262 1.683-3.055 3.896-4.708 5.896c-2.288 2.767-1.796 6.907 1.115 9.009v0a6.137 6.137 0 0 0 7.186 0v0c2.91-2.102 3.403-6.242 1.116-9.009C15.055 7.896 13.262 5.683 12 4Z\"/>"
|
324
|
+
},
|
325
|
+
"duplicate": {
|
326
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 16H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1M9 20h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z\"/>"
|
327
|
+
},
|
328
|
+
"exchange-horizontal": {
|
329
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 17h12M4 17l3.5-3.5M4 17l3.5 3.5M7 7h13m0 0l-3.5-3.5M20 7l-3.5 3.5\"/>"
|
330
|
+
},
|
331
|
+
"exchange-vertical": {
|
332
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 20V8m0 12l-3.5-3.5M17 20l3.5-3.5M7 17V4m0 0L3.5 7.5M7 4l3.5 3.5\"/>"
|
333
|
+
},
|
334
|
+
"exclamation": {
|
335
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" d=\"M13.253 5.98L12 13.5l-1.253-7.52a1.27 1.27 0 1 1 2.506 0Z\"/><circle cx=\"12\" cy=\"19\" r=\"1\" stroke-width=\"2\"/></g>"
|
336
|
+
},
|
337
|
+
"exclamation-triangle": {
|
338
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v4m0 3v.01M5.313 20h13.374c1.505 0 2.471-1.6 1.77-2.931L13.77 4.363c-.75-1.425-2.79-1.425-3.54 0L3.543 17.068C2.842 18.4 3.808 20 5.313 20Z\"/>"
|
339
|
+
},
|
340
|
+
"expand": {
|
341
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 8.5V4m0 0h4.5M4 4l5.5 5.5m10.5-1V4m0 0h-4.5M20 4l-5.5 5.5M4 15.5V20m0 0h4.5M4 20l5.5-5.5m10.5 1V20m0 0h-4.5m4.5 0l-5.5-5.5\"/>"
|
342
|
+
},
|
343
|
+
"external-link": {
|
344
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6H7a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-5m-6 0l7.5-7.5M15 3h6v6\"/>"
|
345
|
+
},
|
346
|
+
"eye": {
|
347
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12c5.4-8 12.6-8 18 0c-5.4 8-12.6 8-18 0z\"/><path d=\"M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0z\"/></g>"
|
348
|
+
},
|
349
|
+
"eye-close": {
|
350
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 10a13.358 13.358 0 0 0 3 2.685M21 10a13.358 13.358 0 0 1-3 2.685m-8 1.624L9.5 16.5m.5-2.19a10.59 10.59 0 0 0 4 0m-4 0a11.275 11.275 0 0 1-4-1.625m8 1.624l.5 2.191m-.5-2.19a11.275 11.275 0 0 0 4-1.625m0 0l1.5 1.815M6 12.685L4.5 14.5\"/>"
|
351
|
+
},
|
352
|
+
"eye-off": {
|
353
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 5l16 16M11.148 9.123a3 3 0 0 1 3.722 3.752M8.41 6.878C12.674 4.762 17.267 6.47 21 12c-1.027 1.521-2.119 2.753-3.251 3.696m-2.509 1.59C11.076 19.142 6.631 17.38 3 12c1.01-1.496 2.083-2.713 3.196-3.65\"/>"
|
354
|
+
},
|
355
|
+
"fast-forward": {
|
356
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 15.196V8.804a1 1 0 0 1 1.53-.848l5.113 3.196a1 1 0 0 1 0 1.696L6.53 16.044A1 1 0 0 1 5 15.196Zm8 0V8.804a1 1 0 0 1 1.53-.848l5.113 3.196a1 1 0 0 1 0 1.696l-5.113 3.196a1 1 0 0 1-1.53-.848Z\"/>"
|
357
|
+
},
|
358
|
+
"fingerprint": {
|
359
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 21l1.726-2.761a8 8 0 0 0 1.06-2.671l.059-.291a8.002 8.002 0 0 0 .155-1.57V12m-9 3.5c.5-1 1-2.043 1-3.5c0-1.74.556-3.352 1.5-4.665m0 11.165c2-2 2.5-5.237 2.5-6.5a4 4 0 0 1 7.954-.61M19.5 17.5c.5-2 .5-4 .5-5.5A8 8 0 0 0 8 5.07M15.954 15c-.174 1.393-.666 3.181-1.954 5.5\"/>"
|
360
|
+
},
|
361
|
+
"flag": {
|
362
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"M6 5v15\"/><path stroke-linejoin=\"round\" d=\"M13 5.5V4H7a1 1 0 0 0-1 1v8h7v1.5h7v-9h-7zm0 0v3\"/></g>"
|
363
|
+
},
|
364
|
+
"flask": {
|
365
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M9.5 10V4h5v6l4.743 5.174A2.88 2.88 0 0 1 17.12 20H6.88a2.88 2.88 0 0 1-2.123-4.826L9.5 10z\"/><path stroke-linecap=\"round\" d=\"M8.5 4h7\"/><path d=\"M6 14c3.5 2 4 0 6 0s2.5 2 6 0\"/></g>"
|
366
|
+
},
|
367
|
+
"folder": {
|
368
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 18V6a2 2 0 0 1 2-2h4.539a2 2 0 0 1 1.562.75L12.2 6.126a1 1 0 0 0 .78.375H20a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\"/>"
|
369
|
+
},
|
370
|
+
"folder-add": {
|
371
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M3 18V6a2 2 0 0 1 2-2h4.539a2 2 0 0 1 1.562.75L12.2 6.126a1 1 0 0 0 .78.375H20a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\"/><path stroke-linecap=\"round\" d=\"M9.5 12.5h5M12 15v-5\"/></g>"
|
372
|
+
},
|
373
|
+
"folder-open": {
|
374
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 8V7a1 1 0 0 0-1-1h-5.586a1 1 0 0 1-.707-.293L8.293 4.293A1 1 0 0 0 7.586 4H4a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h14a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v6a2 2 0 0 1-2 2\"/>"
|
375
|
+
},
|
376
|
+
"folder-remove": {
|
377
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M3 18V6a2 2 0 0 1 2-2h4.539a2 2 0 0 1 1.562.75L12.2 6.126a1 1 0 0 0 .78.375H20a1 1 0 0 1 1 1V18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z\"/><path stroke-linecap=\"round\" d=\"M9.5 12.5h5\"/></g>"
|
378
|
+
},
|
379
|
+
"fork-knife": {
|
380
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 4v2a3 3 0 0 0 3 3m0 0V4m0 5v11M8 9a3 3 0 0 0 3-3V4m5 8V4c3 2 3 4 3 8h-3Zm0 0v8\"/>"
|
381
|
+
},
|
382
|
+
"funnel": {
|
383
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 4H4v2l6 6v8.5l4-2.5v-6l6-6V4z\"/>"
|
384
|
+
},
|
385
|
+
"gift": {
|
386
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9V6a3 3 0 1 0-3 3h3zm0 0V7a2 2 0 1 1 2 2h-2zm-7 4v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-7m-7-3v11m8-8v-3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3h16z\"/>"
|
387
|
+
},
|
388
|
+
"globe": {
|
389
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 0 1-9 9m9-9a9 9 0 0 0-9-9m9 9H3m9 9a9 9 0 0 1-9-9m9 9c1.933 0 3.5-4.03 3.5-9S13.933 3 12 3m0 18c-1.933 0-3.5-4.03-3.5-9s1.567-9 3.5-9m-9 9a9 9 0 0 1 9-9\"/>"
|
390
|
+
},
|
391
|
+
"heading": {
|
392
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 4v8m0 8v-8m10-8v8m0 8v-8m0 0H7M5 4h4m6 0h4m0 16h-4m-6 0H5\"/>"
|
393
|
+
},
|
394
|
+
"heart": {
|
395
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8c-1.574-1.635-4.46-2.135-6.035-.5c-1.573 1.635-1.34 3.836 0 5.752C7.306 15.168 9.41 16.89 12 19c2.59-2.11 4.694-3.832 6.035-5.748c1.34-1.916 1.573-4.117 0-5.752C16.46 5.865 13.574 6.365 12 8Z\"/>"
|
396
|
+
},
|
397
|
+
"home": {
|
398
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 10v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-9M6 10l6-6l6 6M6 10l-2 2m14-2l2 2m-10 1h4v4h-4v-4z\"/>"
|
399
|
+
},
|
400
|
+
"humbleicon": {
|
401
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M8 4a2 2 0 0 1 2 2v11a2 2 0 1 1-4 0V6a2 2 0 0 1 2-2zm8 8a2 2 0 0 1 2 2v3a2 2 0 1 1-4 0v-3a2 2 0 0 1 2-2z\"/><circle cx=\"16\" cy=\"6\" r=\"2\"/></g>"
|
402
|
+
},
|
403
|
+
"image": {
|
404
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m21 17l-3.293-3.293a1 1 0 0 0-1.414 0l-.586.586a1 1 0 0 1-1.414 0l-2.879-2.879a2 2 0 0 0-2.828 0L3 17M21 5v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1Zm-5 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0Z\"/>"
|
405
|
+
},
|
406
|
+
"images": {
|
407
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 19v-9a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm0 0l4.293-4.293a1 1 0 0 1 1.414 0L14 20M7 6V5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1m-7-4v.01\"/>"
|
408
|
+
},
|
409
|
+
"incognito": {
|
410
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M10 15.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Zm9 0a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m10 15l.211-.106a4 4 0 0 1 3.578 0L14 15m3-6l-1.65-4.125a1 1 0 0 0-1.245-.577l-1.473.491a2 2 0 0 1-1.264 0L9.894 4.3a1 1 0 0 0-1.245.576L7 9m-4 1c7.5-1 11-1 18 0\"/></g>"
|
411
|
+
},
|
412
|
+
"incognito-2": {
|
413
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Zm0 0l.211-.106a4 4 0 0 1 3.578 0L14 7.5m0 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 0 0-5 0Zm-2 6.303c5-3 5 3.5 9 1.767c-1 4.233-6 4.233-9 1.233c-3 3-8 3-9-1.233c4 1.733 4-4.767 9-1.767Z\"/>"
|
414
|
+
},
|
415
|
+
"info-circle": {
|
416
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 11h1v5.5m0 0h1.5m-1.5 0h-1.5M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Zm-9.5-4v-.5h.5V8h-.5Z\"/>"
|
417
|
+
},
|
418
|
+
"italic": {
|
419
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 20l4-16m2 0h-4m0 16H8\"/>"
|
420
|
+
},
|
421
|
+
"key": {
|
422
|
+
"body": "<g fill=\"none\"><circle cx=\"15.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 16l5.18-5.652C10.033 9.875 10 9.523 10 9a5 5 0 1 1 5 5c-.523 0-.868-.01-1.342-.158L12 15.5h-2v2H8v2H5V16Z\"/></g>"
|
423
|
+
},
|
424
|
+
"layers": {
|
425
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m4 8l8-4l8 4l-8 4l-8-4z\"/><path stroke-linecap=\"round\" d=\"m4 12l8 4l8-4M4 16l8 4l8-4\"/></g>"
|
426
|
+
},
|
427
|
+
"link": {
|
428
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"m12 17l-1.5 1.5a3.536 3.536 0 0 1-5 0v0a3.536 3.536 0 0 1 0-5l3-3a3.536 3.536 0 0 1 5 0v0\"/><path d=\"m12 7l1.5-1.5a3.536 3.536 0 0 1 5 0v0a3.536 3.536 0 0 1 0 5l-3 3a3.536 3.536 0 0 1-5 0v0\"/></g>"
|
429
|
+
},
|
430
|
+
"location": {
|
431
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0Z\"/><path d=\"M17.5 9.5c0 3.038-2 6.5-5.5 10.5c-3.5-4-5.5-7.462-5.5-10.5a5.5 5.5 0 1 1 11 0Z\"/></g>"
|
432
|
+
},
|
433
|
+
"lock": {
|
434
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 14v2m-4-6V8a4 4 0 1 1 8 0v2m-9 9h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1z\"/>"
|
435
|
+
},
|
436
|
+
"lock-open": {
|
437
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 15v2m-4-6V7a4 4 0 1 1 8 0M7 20h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1z\"/>"
|
438
|
+
},
|
439
|
+
"logout": {
|
440
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 12h-9.5m7.5 3l3-3l-3-3m-5-2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-1\"/>"
|
441
|
+
},
|
442
|
+
"mail": {
|
443
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M20 6H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z\"/><path stroke-linecap=\"round\" d=\"m3 8l7.89 5.26a2 2 0 0 0 2.22 0L21 8\"/></g>"
|
444
|
+
},
|
445
|
+
"mail-open": {
|
446
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M21 19V8.588a1 1 0 0 0-.514-.874l-7.03-3.905a3 3 0 0 0-2.913 0L3.514 7.714A1 1 0 0 0 3 8.588V19a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1z\"/><path stroke-linecap=\"round\" d=\"m3 10l7.89 5.26a2 2 0 0 0 2.22 0L21 10M9 14l-6 4m12-4l6 4\"/></g>"
|
447
|
+
},
|
448
|
+
"map": {
|
449
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.5 7v9.5m-7 .5V8.5M3.521 6.716l4.553-2.483a1 1 0 0 1 .872-.042l6.108 2.618a1 1 0 0 0 .872-.042l3.595-1.96A1 1 0 0 1 21 5.685v10.721a1 1 0 0 1-.521.878l-4.553 2.483a1 1 0 0 1-.872.042L8.946 17.19a1 1 0 0 0-.872.042l-3.595 1.96A1 1 0 0 1 3 18.315V7.595a1 1 0 0 1 .521-.878z\"/>"
|
450
|
+
},
|
451
|
+
"maximize": {
|
452
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 8V6a2 2 0 0 1 2-2h2m8 0h2a2 2 0 0 1 2 2v2m0 8v2a2 2 0 0 1-2 2h-2m-8 0H6a2 2 0 0 1-2-2v-2\"/>"
|
453
|
+
},
|
454
|
+
"microphone": {
|
455
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17.5 10.5A5.5 5.5 0 0 1 12 16m0 0a5.5 5.5 0 0 1-5.5-5.5M12 16v4m-4 0h4m0 0h4m-4-7a2.5 2.5 0 0 1-2.5-2.5v-4a2.5 2.5 0 0 1 5 0v4A2.5 2.5 0 0 1 12 13Z\"/>"
|
456
|
+
},
|
457
|
+
"microphone-off": {
|
458
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 4l16 16M6.5 10.5A5.5 5.5 0 0 0 12 16v4m-4 0h4m0 0h4M9.5 9V6.5a2.5 2.5 0 0 1 5 0v4a2.5 2.5 0 0 1-1.5 2.292m4.5-2.292c0 1.93-.803 3.523-2.309 4.504\"/>"
|
459
|
+
},
|
460
|
+
"minus": {
|
461
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M18 12H6\"/>"
|
462
|
+
},
|
463
|
+
"minus-circle": {
|
464
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M16 12H8\"/><path d=\"M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/></g>"
|
465
|
+
},
|
466
|
+
"mobile": {
|
467
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 17h4m3-12v14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1z\"/>"
|
468
|
+
},
|
469
|
+
"moon": {
|
470
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 14.12A7.78 7.78 0 0 1 9.88 4a7.782 7.782 0 0 0 2.9 15A7.782 7.782 0 0 0 20 14.12z\"/>"
|
471
|
+
},
|
472
|
+
"moustache": {
|
473
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12.57c-4 1.733-4-4.767-9-1.767c-5-3-5 3.5-9 1.767c1 4.233 6 4.233 9 1.233c3 3 8 3 9-1.233Z\"/>"
|
474
|
+
},
|
475
|
+
"music-note": {
|
476
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 18c0 1.105-1.12 2-2.5 2S4 19.105 4 18s1.12-2 2.5-2s2.5.895 2.5 2zm0 0V7l11-3v11m0 0c0 1.105-1.12 2-2.5 2s-2.5-.895-2.5-2s1.12-2 2.5-2s2.5.895 2.5 2z\"/>"
|
477
|
+
},
|
478
|
+
"navigation": {
|
479
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 11l14-6l-6 14l-2-6l-6-2Z\"/>"
|
480
|
+
},
|
481
|
+
"pause": {
|
482
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 6h4v12H6V6Zm8 0h4v12h-4V6Z\"/>"
|
483
|
+
},
|
484
|
+
"pencil": {
|
485
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m13.5 7.5l3 3M4 20v-3.5L15.293 5.207a1 1 0 0 1 1.414 0l2.086 2.086a1 1 0 0 1 0 1.414L7.5 20H4z\"/>"
|
486
|
+
},
|
487
|
+
"phone": {
|
488
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.515 4.621L9 4l2 3.5L9.5 9c1 2 3.5 4.5 5.5 5.5l1.5-1.5l3.5 2l-.621 2.485c-.223.89-1.029 1.534-1.928 1.351c-5.213-1.06-11.228-7.074-12.287-12.287c-.183-.9.46-1.705 1.35-1.928Z\"/>"
|
489
|
+
},
|
490
|
+
"phone-call": {
|
491
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.636 4A7.364 7.364 0 0 1 20 11.364M13 8a3 3 0 0 1 3 3M7 6l-2.485.621c-.89.223-1.534 1.029-1.352 1.928c1.06 5.213 7.075 11.228 12.288 12.287c.9.183 1.705-.46 1.928-1.35l.62-2.486l-3.5-2l-1.5 1.5c-2-1-4.5-3.5-5.5-5.5L9 9.5L7 6Z\"/>"
|
492
|
+
},
|
493
|
+
"phone-forward": {
|
494
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.36 6.75h7.779m0 0l-2.828 2.828m2.828-2.828l-2.828-2.828M8 5l-2.485.621c-.89.223-1.534 1.029-1.352 1.928c1.06 5.213 7.075 11.228 12.288 12.287c.9.183 1.705-.46 1.928-1.35l.62-2.486l-3.5-2l-1.5 1.5c-2-1-4.5-3.5-5.5-5.5L10 8.5L8 5Z\"/>"
|
495
|
+
},
|
496
|
+
"phone-incoming": {
|
497
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m20 4l-5.5 5.5m0 0v-4m0 4h4M8 5l-2.485.621c-.89.223-1.534 1.029-1.352 1.928c1.06 5.213 7.075 11.228 12.288 12.287c.9.183 1.705-.46 1.928-1.35l.62-2.486l-3.5-2l-1.5 1.5c-2-1-4.5-3.5-5.5-5.5L10 8.5L8 5Z\"/>"
|
498
|
+
},
|
499
|
+
"phone-missed": {
|
500
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 5l2 2m0 0l2 2m-2-2l2-2m-2 2l-2 2M8 5l-2.485.621c-.89.223-1.534 1.029-1.352 1.928c1.06 5.213 7.075 11.228 12.288 12.287c.9.183 1.705-.46 1.928-1.35l.62-2.486l-3.5-2l-1.5 1.5c-2-1-4.5-3.5-5.5-5.5L10 8.5L8 5Z\"/>"
|
501
|
+
},
|
502
|
+
"phone-off": {
|
503
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 13.906c.34.232.677.432 1 .594l1.5-1.5l3.5 2l-.621 2.485c-.223.89-1.03 1.534-1.93 1.351c-1.8-.366-3.695-1.323-5.449-2.634m-2.265-1.967C7.455 11.95 5.693 9.15 5.164 6.55c-.183-.9.46-1.706 1.35-1.929L9 4l2 3.5L9.5 9c.48.959 1.303 2.032 2.251 3M5 19L19 5\"/>"
|
504
|
+
},
|
505
|
+
"phone-outgoing": {
|
506
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.5 9.5L20 4m0 0v4m0-4h-4M8 5l-2.485.621c-.89.223-1.534 1.029-1.352 1.928c1.06 5.213 7.075 11.228 12.288 12.287c.9.183 1.705-.46 1.928-1.35l.62-2.486l-3.5-2l-1.5 1.5c-2-1-4.5-3.5-5.5-5.5L10 8.5L8 5Z\"/>"
|
507
|
+
},
|
508
|
+
"pie-chart": {
|
509
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.488 15A9.004 9.004 0 0 1 12 21A9 9 0 0 1 9 3.512M12 3a9 9 0 0 1 9 9h-9V3Z\"/>"
|
510
|
+
},
|
511
|
+
"play": {
|
512
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 17.259V6.741a1 1 0 0 1 1.504-.864l9.015 5.26a1 1 0 0 1 0 1.727l-9.015 5.259A1 1 0 0 1 7 17.259Z\"/>"
|
513
|
+
},
|
514
|
+
"plus": {
|
515
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 19V5m7 7H5\"/>"
|
516
|
+
},
|
517
|
+
"plus-circle": {
|
518
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"M12 16V8m4 4H8\"/><path d=\"M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/></g>"
|
519
|
+
},
|
520
|
+
"power": {
|
521
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7.5 7.638a7 7 0 1 0 9 0M12 4v7\"/>"
|
522
|
+
},
|
523
|
+
"print": {
|
524
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 17H5a1 1 0 0 1-1-1v-5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a1 1 0 0 1-1 1h-3M8 4h8v5H8V4zm0 11h8v4H8v-4z\"/><circle cx=\"7\" cy=\"12\" r=\"1\" fill=\"currentColor\"/></g>"
|
525
|
+
},
|
526
|
+
"radio": {
|
527
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5.636 18.364a9 9 0 0 1 0-12.728m12.728 0a9 9 0 0 1 0 12.728M8.111 15.889a5.5 5.5 0 0 1 0-7.778m7.778 0a5.5 5.5 0 0 1 0 7.778M14 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z\"/>"
|
528
|
+
},
|
529
|
+
"rain": {
|
530
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.857 13L12 19m-2.5-7l-.857 6m7.857-6l-.857 6M8 7.036a3.484 3.484 0 0 1 1.975.99M6 13.662A3.5 3.5 0 0 1 8.37 7.11a5.002 5.002 0 0 1 9.614 1.49a2.751 2.751 0 0 1 1.59 4.122\"/>"
|
531
|
+
},
|
532
|
+
"refresh": {
|
533
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 20v-5h-5M4 4v5h5m10.938 2A8.001 8.001 0 0 0 5.07 8m-1.008 5a8.001 8.001 0 0 0 14.868 3\"/>"
|
534
|
+
},
|
535
|
+
"rewind": {
|
536
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19.113 15.196V8.804a1 1 0 0 0-1.53-.848l-5.113 3.196a1 1 0 0 0 0 1.696l5.113 3.196a1 1 0 0 0 1.53-.848Zm-8 0V8.804a1 1 0 0 0-1.53-.848L4.47 11.152a1 1 0 0 0 0 1.696l5.113 3.196a1 1 0 0 0 1.53-.848Z\"/>"
|
537
|
+
},
|
538
|
+
"rocket": {
|
539
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 14l2.045-1.533C19.469 10.648 20.542 6.98 20 4c-2.981-.542-6.649.531-8.467 2.955L10 9m5 5l-3.5 2.5l-4-4L10 9m5 5v2.667a4 4 0 0 1-.8 2.4l-.7.933l-1-1M10 9H7.333a4 4 0 0 0-2.4.8L4 10.5l1 1M8.5 18L5 19l1.166-3.5m9.334-6a1 1 0 1 0 0-2a1 1 0 0 0 0 2Z\"/>"
|
540
|
+
},
|
541
|
+
"rss": {
|
542
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M13 19a8 8 0 0 0-8-8m14 8c0-7.732-6.268-14-14-14\"/><circle cx=\"6\" cy=\"18\" r=\"2\" fill=\"currentColor\"/></g>"
|
543
|
+
},
|
544
|
+
"save": {
|
545
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.828a2 2 0 0 0-.586-1.414l-1.828-1.828A2 2 0 0 0 16.172 4H15M8 4v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V4M8 4h7M7 17v-3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3\"/>"
|
546
|
+
},
|
547
|
+
"scissors": {
|
548
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 6c-3.573 2.225-5.943 3.854-8.55 6M20 18c-2.626-1.636-4.602-2.949-6.5-4.382M8.598 9.54a3 3 0 1 0-3.196-5.08a3 3 0 0 0 3.196 5.08Zm0 0A89.3 89.3 0 0 0 11.45 12m-2.852 2.46a3 3 0 1 0-3.196 5.079a3 3 0 0 0 3.196-5.078Zm0 0A89.287 89.287 0 0 1 11.45 12\"/>"
|
549
|
+
},
|
550
|
+
"search": {
|
551
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" d=\"m20 20l-6-6\"/><path d=\"M15 9.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0Z\"/></g>"
|
552
|
+
},
|
553
|
+
"share": {
|
554
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 5v8.5M15 7l-3-3l-3 3m-4 5v5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-5\"/>"
|
555
|
+
},
|
556
|
+
"share-alt": {
|
557
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.437 7.912a2.5 2.5 0 1 0 4.127-2.824a2.5 2.5 0 0 0-4.127 2.824Zm0 0l-4.96 3.394m0 0a3 3 0 1 0 .236 2.979m-.237-2.98c.33.483.524 1.066.524 1.695c0 .46-.103.895-.288 1.285m0 0l4.528 2.145m0 0a2.5 2.5 0 1 0 4.52 2.141a2.5 2.5 0 0 0-4.52-2.142Z\"/>"
|
558
|
+
},
|
559
|
+
"ship": {
|
560
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 17l.756.378a3 3 0 0 0 2.523.074l1.04-.446a3 3 0 0 1 2.363 0l1.04.446a3 3 0 0 0 2.523-.074l.413-.207a3 3 0 0 1 2.684 0l.547.273a3 3 0 0 0 2.29.163L21 17M5 14.5L4 10h4m10 4.5l2.5-4.5h-8.245H13.5m0 0l-.721-3H8v3m5.5 0H8m3 3h.1M10 4.5l-.2-.2a2 2 0 0 0-1.899-.525l-.336.084a2 2 0 0 1-1.118-.043L5.5 3.5\"/>"
|
561
|
+
},
|
562
|
+
"skip-backward": {
|
563
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5.5v13m3.48-5.636l9.016 5.259A1 1 0 0 0 19 17.259V6.741a1 1 0 0 0-1.504-.864l-9.015 5.26a1 1 0 0 0 0 1.727Z\"/>"
|
564
|
+
},
|
565
|
+
"skip-forward": {
|
566
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 5.5v13m-3.48-5.636l-9.016 5.259A1 1 0 0 1 5 17.259V6.741a1 1 0 0 1 1.504-.864l9.015 5.26a1 1 0 0 1 0 1.727Z\"/>"
|
567
|
+
},
|
568
|
+
"snow": {
|
569
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 13h.01M16 13h.01M13 14.5h.01M10 16h.01M16 16h.01M13 17.5h.01M8 7.036a3.484 3.484 0 0 1 1.975.99M6 13.662A3.5 3.5 0 0 1 8.37 7.11a5.002 5.002 0 0 1 9.614 1.49a2.751 2.751 0 0 1 1.59 4.122\"/>"
|
570
|
+
},
|
571
|
+
"square": {
|
572
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5z\"/>"
|
573
|
+
},
|
574
|
+
"star": {
|
575
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 2l2.939 5.955l6.572.955l-4.756 4.635l1.123 6.545L12 17l-5.878 3.09l1.123-6.545L2.489 8.91l6.572-.955L12 2Z\"/>"
|
576
|
+
},
|
577
|
+
"storm": {
|
578
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m13.5 10l-3 5h4l-3 5.5M8 8.036a3.484 3.484 0 0 1 1.975.99M7.5 15a3.5 3.5 0 1 1 .87-6.891a5.002 5.002 0 0 1 9.614 1.49A2.751 2.751 0 0 1 17.25 15\"/>"
|
579
|
+
},
|
580
|
+
"sun": {
|
581
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 4.5V3m0 18v-1.5m9-7.5h-1.5m-15 0H3m14.303-5.303l1.061-1.061M5.636 18.364l1.06-1.06m11.668 1.06l-1.06-1.06M6.696 6.696l-1.06-1.06M16 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0z\"/>"
|
582
|
+
},
|
583
|
+
"support": {
|
584
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"m18 18l-3-3M9 9L6 6m9 3l3-3M6 18l3-3m12-3a9 9 0 1 1-18 0a9 9 0 0 1 18 0zm-5 0a4 4 0 1 1-8 0a4 4 0 0 1 8 0z\"/>"
|
585
|
+
},
|
586
|
+
"switch-off": {
|
587
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z\"/><path d=\"M3 12a6 6 0 0 0 6 6h6a6 6 0 0 0 0-12H9a6 6 0 0 0-6 6Z\"/></g>"
|
588
|
+
},
|
589
|
+
"switch-on": {
|
590
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 6H9a6 6 0 1 0 0 12h6a6 6 0 0 0 0-12Z\"/><circle cx=\"15\" cy=\"12\" r=\"3\" fill=\"currentColor\"/></g>"
|
591
|
+
},
|
592
|
+
"tag": {
|
593
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10.586V5a1 1 0 0 1 1-1h5.586a1 1 0 0 1 .707.293l8.5 8.5a1 1 0 0 1 0 1.414l-5.586 5.586a1 1 0 0 1-1.414 0l-8.5-8.5A1 1 0 0 1 4 10.586z\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\"/></g>"
|
594
|
+
},
|
595
|
+
"tags": {
|
596
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 10.95V6a1 1 0 0 1 1-1h4.95a1 1 0 0 1 .707.293l7.636 7.636a1 1 0 0 1 0 1.415l-4.95 4.949a1 1 0 0 1-1.414 0l-7.636-7.636A1 1 0 0 1 3 10.948z\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15.636 20l5.657-5.656a1 1 0 0 0 0-1.415L13.363 5\"/><circle cx=\"6.5\" cy=\"8.5\" r=\"1.5\" fill=\"currentColor\"/></g>"
|
597
|
+
},
|
598
|
+
"text": {
|
599
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20V4m7 2V4H5v2m9 14h-4\"/>"
|
600
|
+
},
|
601
|
+
"times": {
|
602
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M6 18L18 6m0 12L6 6\"/>"
|
603
|
+
},
|
604
|
+
"times-circle": {
|
605
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/><path stroke-linecap=\"round\" d=\"m9 15l6-6m0 6L9 9\"/></g>"
|
606
|
+
},
|
607
|
+
"trash": {
|
608
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 6l.934 13.071A1 1 0 0 0 7.93 20h8.138a1 1 0 0 0 .997-.929L18 6m-6 5v4m8-9H4m4.5 0l.544-1.632A2 2 0 0 1 10.941 3h2.117a2 2 0 0 1 1.898 1.368L15.5 6\"/>"
|
609
|
+
},
|
610
|
+
"trending-down": {
|
611
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.5 17L13 9.5l-4 4l-6-6m13 10h4.95v-5\"/>"
|
612
|
+
},
|
613
|
+
"trending-up": {
|
614
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.5 7.5L13 15l-4-4l-6 6M16 7h4.95v5\"/>"
|
615
|
+
},
|
616
|
+
"triangle": {
|
617
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M11.125 2.584a1 1 0 0 1 1.75 0l8.805 15.932A1 1 0 0 1 20.805 20H3.195a1 1 0 0 1-.875-1.484l8.805-15.932z\"/>"
|
618
|
+
},
|
619
|
+
"truck": {
|
620
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 11.5V16a1 1 0 0 1-1 1h-1.5m2.5-5.5h-7m7 0l-1.736-3.906A1 1 0 0 0 18.35 7H14M5.5 17H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v1M5.5 17a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m0 0H14m0 0h.5m-.5 0v-5.5m.5 5.5a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0M14 11.5V7\"/>"
|
621
|
+
},
|
622
|
+
"underline": {
|
623
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 4v7a5 5 0 0 0 5 5v0a5 5 0 0 0 5-5V4M7 20h10\"/>"
|
624
|
+
},
|
625
|
+
"upload": {
|
626
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10v9m0-9l3 3m-3-3l-3 3m8.5 2c1.519 0 2.5-1.231 2.5-2.75a2.75 2.75 0 0 0-2.016-2.65A5 5 0 0 0 8.37 8.108a3.5 3.5 0 0 0-1.87 6.746\"/>"
|
627
|
+
},
|
628
|
+
"user": {
|
629
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 19v-1.25c0-2.071-1.919-3.75-4.286-3.75h-3.428C7.919 14 6 15.679 6 17.75V19m9-11a3 3 0 1 1-6 0a3 3 0 0 1 6 0z\"/>"
|
630
|
+
},
|
631
|
+
"user-add": {
|
632
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 11h3m0 0h3m-3 0v3m0-3V8m-3 11v-1.25c0-2.071-1.919-3.75-4.286-3.75H7.286C4.919 14 3 15.679 3 17.75V19m9-11a3 3 0 1 1-6 0a3 3 0 0 1 6 0z\"/>"
|
633
|
+
},
|
634
|
+
"user-asking": {
|
635
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 14H9.286C6.919 14 5 15.679 5 17.75V19M19 7v5a2 2 0 0 1-2 2h-2v5M14 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0z\"/>"
|
636
|
+
},
|
637
|
+
"user-remove": {
|
638
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 11h6m-6 8v-1.25c0-2.071-1.919-3.75-4.286-3.75H8.286C5.919 14 4 15.679 4 17.75V19m9-11a3 3 0 1 1-6 0a3 3 0 0 1 6 0z\"/>"
|
639
|
+
},
|
640
|
+
"users": {
|
641
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 19v-1.25C13 15.679 11.081 14 8.714 14H7.286C4.919 14 3 15.679 3 17.75V19m12.286-5h1.428C19.081 14 21 15.679 21 17.75V19M15 5.17a3 3 0 1 1 0 5.659M11 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0z\"/>"
|
642
|
+
},
|
643
|
+
"verified": {
|
644
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.5 12.5L11 15l4.5-4.5m-.595-5.512l-.48-.659a3 3 0 0 0-4.85 0l-.48.659l-.804-.127a3 3 0 0 0-3.43 3.43l.127.804l-.659.48a3 3 0 0 0 0 4.85l.659.48l-.127.804a3 3 0 0 0 3.43 3.43l.804-.127l.48.659a3 3 0 0 0 4.85 0l.48-.659l.804.127a3 3 0 0 0 3.43-3.43l-.127-.804l.659-.48a3 3 0 0 0 0-4.85l-.659-.48l.127-.804a3 3 0 0 0-3.43-3.43l-.804.127z\"/>"
|
645
|
+
},
|
646
|
+
"volume": {
|
647
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 9H7v6h3l5 4V5l-5 4z\"/>"
|
648
|
+
},
|
649
|
+
"volume-1": {
|
650
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M8 9H5v6h3l5 4V5L8 9z\"/><path stroke-linecap=\"round\" d=\"M17 8a5.657 5.657 0 0 1 0 8\"/></g>"
|
651
|
+
},
|
652
|
+
"volume-2": {
|
653
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M6 9H3v6h3l5 4V5L6 9z\"/><path stroke-linecap=\"round\" d=\"M18.5 5.5a9.192 9.192 0 0 1 0 13M15 8a5.657 5.657 0 0 1 0 8\"/></g>"
|
654
|
+
},
|
655
|
+
"volume-off": {
|
656
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M7 9H4v6h3l5 4V5L7 9z\"/><path stroke-linecap=\"round\" d=\"m16 9.5l5 5m0-5l-5 5\"/></g>"
|
657
|
+
},
|
658
|
+
"wifi": {
|
659
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 8.437c-5.115-4.583-12.885-4.583-18 0m15.333 2.982a9.501 9.501 0 0 0-12.666 0m10 2.981a5.5 5.5 0 0 0-7.334 0M12 18.5l1-1.118a1.5 1.5 0 0 0-2 0l1 1.118Z\"/>"
|
660
|
+
},
|
661
|
+
"wifi-off": {
|
662
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 4l16 16M9 5.336c4.143-.94 8.643.094 12 3.101m-8 .615a9.456 9.456 0 0 1 5.333 2.367m-10 2.981a5.491 5.491 0 0 1 4.345-1.358M3 8.437a13.445 13.445 0 0 1 3.206-2.134m-.54 5.116A9.446 9.446 0 0 1 9 9.484m3 9.016l1-1.118a1.5 1.5 0 0 0-2 0l1 1.118Z\"/>"
|
663
|
+
},
|
664
|
+
"wind": {
|
665
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8h9.11A1.89 1.89 0 0 0 16 6.11v0c0-1.615-1.894-2.486-3.12-1.435L12.5 5M3 12h14.902C19.06 12 20 12.94 20 14.098v0c0 2.152-2.853 2.91-3.92 1.041L16 15M5 16h6.11A1.89 1.89 0 0 1 13 17.89v0c0 1.615-1.894 2.486-3.12 1.435L9.5 19\"/>"
|
666
|
+
},
|
667
|
+
"zoom-in": {
|
668
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M16 10a6 6 0 1 1-12 0a6 6 0 0 1 12 0Z\"/><path stroke-linecap=\"round\" d=\"m20 20l-5-5m-7.5-5H10m0 0h2.5M10 10v2.5m0-2.5V7.5\"/></g>"
|
669
|
+
},
|
670
|
+
"zoom-out": {
|
671
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M16 10a6 6 0 1 1-12 0a6 6 0 0 1 12 0Z\"/><path stroke-linecap=\"round\" d=\"m20 20l-5-5m-7.5-5h5\"/></g>"
|
672
|
+
}
|
673
|
+
},
|
674
|
+
"lastModified": 1657347392,
|
675
|
+
"width": 24,
|
676
|
+
"height": 24
|
677
|
+
}
|
package/index.d.ts
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
import type { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars } from '@iconify/types';
|
2
|
+
|
3
|
+
export { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars };
|
4
|
+
|
5
|
+
export declare const icons: IconifyJSON;
|
6
|
+
export declare const info: IconifyInfo;
|
7
|
+
export declare const metadata: IconifyMetaData;
|
8
|
+
export declare const chars: IconifyChars;
|
package/index.js
ADDED
package/index.mjs
ADDED
package/info.json
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
{
|
2
|
+
"prefix": "humbleicons",
|
3
|
+
"name": "Humbleicons",
|
4
|
+
"total": 223,
|
5
|
+
"version": "1.7.0",
|
6
|
+
"author": {
|
7
|
+
"name": "Jiří Zralý",
|
8
|
+
"url": "https://github.com/zraly/humbleicons"
|
9
|
+
},
|
10
|
+
"license": {
|
11
|
+
"title": "MIT",
|
12
|
+
"spdx": "MIT",
|
13
|
+
"url": "https://github.com/zraly/humbleicons/blob/master/license"
|
14
|
+
},
|
15
|
+
"samples": [
|
16
|
+
"aid",
|
17
|
+
"droplet",
|
18
|
+
"rss"
|
19
|
+
],
|
20
|
+
"height": 24,
|
21
|
+
"category": "General",
|
22
|
+
"palette": false
|
23
|
+
}
|
package/metadata.json
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{}
|
package/package.json
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"name": "@iconify-json/humbleicons",
|
3
|
+
"description": "Humbleicons icon set in Iconify JSON format",
|
4
|
+
"version": "1.1.0",
|
5
|
+
"iconSetVersion": "1.7.0",
|
6
|
+
"main": "index.js",
|
7
|
+
"module": "index.mjs",
|
8
|
+
"types": "index.d.ts",
|
9
|
+
"homepage": "https://icon-sets.iconify.design/humbleicons/",
|
10
|
+
"bugs": "https://github.com/iconify/icon-sets/issues",
|
11
|
+
"license": "MIT",
|
12
|
+
"exports": {
|
13
|
+
"./*": "./*",
|
14
|
+
".": {
|
15
|
+
"require": "./index.js",
|
16
|
+
"import": "./index.mjs"
|
17
|
+
},
|
18
|
+
"./icons.json": "./icons.json",
|
19
|
+
"./info.json": "./info.json"
|
20
|
+
},
|
21
|
+
"iconSet": {
|
22
|
+
"icons": "icons.json",
|
23
|
+
"info": "info.json"
|
24
|
+
},
|
25
|
+
"dependencies": {
|
26
|
+
"@iconify/types": "*"
|
27
|
+
}
|
28
|
+
}
|