@codemonster-ru/vueiconify 0.7.0 → 1.0.0
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/LICENSE.md +1 -1
- package/README.md +275 -0
- package/dist/index.css +1 -1
- package/dist/index.ts.mjs +2482 -337
- package/dist/index.ts.umd.js +2 -2
- package/dist/lib/components/_shared.d.ts +11 -0
- package/dist/lib/components/icon.vue.d.ts +13 -23
- package/dist/lib/iconCatalog.json.d.ts +500 -0
- package/dist/lib/iconCore.json.d.ts +59 -0
- package/dist/lib/iconDualStyleCore.json.d.ts +4 -0
- package/dist/lib/iconMeta.d.ts +26 -0
- package/dist/lib/iconMeta.json.d.ts +136 -0
- package/dist/lib/iconShowcase.json.d.ts +520 -0
- package/dist/lib/index.d.ts +3 -29
- package/package.json +35 -6
- package/dist/lib/components/bars.vue.d.ts +0 -2
- package/dist/lib/components/check.vue.d.ts +0 -2
- package/dist/lib/components/chevronDown.vue.d.ts +0 -2
- package/dist/lib/components/chevronLeft.vue.d.ts +0 -2
- package/dist/lib/components/chevronRight.vue.d.ts +0 -2
- package/dist/lib/components/chevronUp.vue.d.ts +0 -2
- package/dist/lib/components/circleHalf.vue.d.ts +0 -2
- package/dist/lib/components/circleNotch.vue.d.ts +0 -2
- package/dist/lib/components/house.vue.d.ts +0 -2
- package/dist/lib/components/magnifyingGlass.vue.d.ts +0 -2
- package/dist/lib/components/moon.vue.d.ts +0 -2
- package/dist/lib/components/rotateRight.vue.d.ts +0 -2
- package/dist/lib/components/sun.vue.d.ts +0 -2
- package/dist/lib/components/user.vue.d.ts +0 -2
- package/dist/lib/icons.json.d.ts +0 -20
- package/readme.md +0 -7
package/dist/index.ts.mjs
CHANGED
|
@@ -1,344 +1,2489 @@
|
|
|
1
|
-
import { openBlock as n, createElementBlock as l,
|
|
2
|
-
import './index.css';const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
i[c] = s;
|
|
6
|
-
return i;
|
|
7
|
-
}, m = {}, p = {
|
|
1
|
+
import { defineComponent as o, mergeDefaults as c, openBlock as n, createElementBlock as a, mergeProps as l, unref as r, createElementVNode as i, useId as p, createStaticVNode as C, useAttrs as M, computed as w, createBlock as H, resolveDynamicComponent as V } from "vue";
|
|
2
|
+
import './index.css';const d = {
|
|
3
|
+
size: 16
|
|
4
|
+
}, h = {
|
|
8
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
6
|
viewBox: "0 0 512 512",
|
|
10
|
-
fill: "none"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
},
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
},
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
})
|
|
141
|
-
],
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
)
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
7
|
+
fill: "none"
|
|
8
|
+
}, Z = ["width", "height"], S = /* @__PURE__ */ o({
|
|
9
|
+
__name: "activity",
|
|
10
|
+
props: /* @__PURE__ */ c({
|
|
11
|
+
size: {}
|
|
12
|
+
}, d),
|
|
13
|
+
setup(s) {
|
|
14
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
15
|
+
width: e.size,
|
|
16
|
+
height: e.size
|
|
17
|
+
}), t[0] || (t[0] = [
|
|
18
|
+
i("path", {
|
|
19
|
+
fill: "currentColor",
|
|
20
|
+
d: "M92 290c11.3 0 21.4 7 25.4 17.7l25.2 67.1 62.8-191.3c3.7-11.1 14.2-18.7 25.9-18.5 11.7.2 21.9 8.1 25.1 19.4l44.2 152.6 38.6-80.1c4.3-9 13.4-14.8 23.4-14.8H420c14.4 0 26 11.6 26 26s-11.6 26-26 26h-41.2l-61.4 127.5c-4.6 9.6-14.6 15.5-25.3 14.8-10.6-.6-19.9-7.5-22.9-17.7L230 283.2l-58.1 177c-3.6 10.9-13.9 18.5-25.4 18.5h-.4c-11.6-.2-21.9-7.5-25.9-18.4l-46.1-122.7H50c-14.4 0-26-11.6-26-26s11.6-26 26-26h42Z"
|
|
21
|
+
}, null, -1)
|
|
22
|
+
]), 16, Z));
|
|
23
|
+
}
|
|
24
|
+
}), R = ["width", "height"], x = /* @__PURE__ */ o({
|
|
25
|
+
__name: "alertCircle",
|
|
26
|
+
props: /* @__PURE__ */ c({
|
|
27
|
+
size: {}
|
|
28
|
+
}, d),
|
|
29
|
+
setup(s) {
|
|
30
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
31
|
+
width: e.size,
|
|
32
|
+
height: e.size
|
|
33
|
+
}), t[0] || (t[0] = [
|
|
34
|
+
i("path", {
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
d: "M256 460.8C142.88 460.8 51.2 369.12 51.2 256C51.2 142.88 142.88 51.2 256 51.2C369.12 51.2 460.8 142.88 460.8 256C460.8 369.12 369.12 460.8 256 460.8zM256 307.2C241.84 307.2 230.4 318.64 230.4 332.8C230.4 346.96 241.84 358.4 256 358.4C270.16 358.4 281.6 346.96 281.6 332.8C281.6 318.64 270.16 307.2 256 307.2zM256 153.6C241.44 153.6 229.84 166 230.88 180.56L236.8 263.76C237.52 273.84 245.92 281.6 255.92 281.6C266 281.6 274.32 273.84 275.04 263.76L280.96 180.56C282 166 270.48 153.6 255.84 153.6z"
|
|
37
|
+
}, null, -1)
|
|
38
|
+
]), 16, R));
|
|
39
|
+
}
|
|
40
|
+
}), D = ["width", "height"], I = /* @__PURE__ */ o({
|
|
41
|
+
__name: "archive",
|
|
42
|
+
props: /* @__PURE__ */ c({
|
|
43
|
+
size: {}
|
|
44
|
+
}, d),
|
|
45
|
+
setup(s) {
|
|
46
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
47
|
+
width: e.size,
|
|
48
|
+
height: e.size
|
|
49
|
+
}), t[0] || (t[0] = [
|
|
50
|
+
i("path", {
|
|
51
|
+
fill: "currentColor",
|
|
52
|
+
d: "M96 96H416C446.93 96 472 121.07 472 152V168C472 198.93 446.93 224 416 224H96C65.07 224 40 198.93 40 168V152C40 121.07 65.07 96 96 96Z"
|
|
53
|
+
}, null, -1),
|
|
54
|
+
i("path", {
|
|
55
|
+
fill: "currentColor",
|
|
56
|
+
d: "M78 264H434V392C434 433.97 399.97 468 358 468H154C112.03 468 78 433.97 78 392V264ZM188 320C170.33 320 156 334.33 156 352C156 369.67 170.33 384 188 384H324C341.67 384 356 369.67 356 352C356 334.33 341.67 320 324 320H188Z"
|
|
57
|
+
}, null, -1)
|
|
58
|
+
]), 16, D));
|
|
59
|
+
}
|
|
60
|
+
}), U = ["width", "height"], j = /* @__PURE__ */ o({
|
|
61
|
+
__name: "arrowDown",
|
|
62
|
+
props: /* @__PURE__ */ c({
|
|
63
|
+
size: {}
|
|
64
|
+
}, d),
|
|
65
|
+
setup(s) {
|
|
66
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
67
|
+
width: e.size,
|
|
68
|
+
height: e.size
|
|
69
|
+
}), t[0] || (t[0] = [
|
|
70
|
+
i("path", {
|
|
71
|
+
d: "M256 120v264M256 384l-98-98M256 384l98-98",
|
|
72
|
+
stroke: "currentColor",
|
|
73
|
+
"stroke-width": "52",
|
|
74
|
+
"stroke-linecap": "round",
|
|
75
|
+
"stroke-linejoin": "round",
|
|
76
|
+
fill: "none"
|
|
77
|
+
}, null, -1)
|
|
78
|
+
]), 16, U));
|
|
79
|
+
}
|
|
80
|
+
}), O = ["width", "height"], B = /* @__PURE__ */ o({
|
|
81
|
+
__name: "arrowLeft",
|
|
82
|
+
props: /* @__PURE__ */ c({
|
|
83
|
+
size: {}
|
|
84
|
+
}, d),
|
|
85
|
+
setup(s) {
|
|
86
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
87
|
+
width: e.size,
|
|
88
|
+
height: e.size
|
|
89
|
+
}), t[0] || (t[0] = [
|
|
90
|
+
i("path", {
|
|
91
|
+
d: "M392 256H128M128 256l98-98M128 256l98 98",
|
|
92
|
+
stroke: "currentColor",
|
|
93
|
+
"stroke-width": "52",
|
|
94
|
+
"stroke-linecap": "round",
|
|
95
|
+
"stroke-linejoin": "round",
|
|
96
|
+
fill: "none"
|
|
97
|
+
}, null, -1)
|
|
98
|
+
]), 16, O));
|
|
99
|
+
}
|
|
100
|
+
}), A = ["width", "height"], N = /* @__PURE__ */ o({
|
|
101
|
+
__name: "arrowRight",
|
|
102
|
+
props: /* @__PURE__ */ c({
|
|
103
|
+
size: {}
|
|
104
|
+
}, d),
|
|
105
|
+
setup(s) {
|
|
106
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
107
|
+
width: e.size,
|
|
108
|
+
height: e.size
|
|
109
|
+
}), t[0] || (t[0] = [
|
|
110
|
+
i("path", {
|
|
111
|
+
d: "M120 256h264M384 256l-98-98M384 256l-98 98",
|
|
112
|
+
stroke: "currentColor",
|
|
113
|
+
"stroke-width": "52",
|
|
114
|
+
"stroke-linecap": "round",
|
|
115
|
+
"stroke-linejoin": "round",
|
|
116
|
+
fill: "none"
|
|
117
|
+
}, null, -1)
|
|
118
|
+
]), 16, A));
|
|
119
|
+
}
|
|
120
|
+
}), P = ["width", "height"], q = /* @__PURE__ */ o({
|
|
121
|
+
__name: "arrowUp",
|
|
122
|
+
props: /* @__PURE__ */ c({
|
|
123
|
+
size: {}
|
|
124
|
+
}, d),
|
|
125
|
+
setup(s) {
|
|
126
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
127
|
+
width: e.size,
|
|
128
|
+
height: e.size
|
|
129
|
+
}), t[0] || (t[0] = [
|
|
130
|
+
i("path", {
|
|
131
|
+
d: "M256 392V128M256 128l-98 98M256 128l98 98",
|
|
132
|
+
stroke: "currentColor",
|
|
133
|
+
"stroke-width": "52",
|
|
134
|
+
"stroke-linecap": "round",
|
|
135
|
+
"stroke-linejoin": "round",
|
|
136
|
+
fill: "none"
|
|
137
|
+
}, null, -1)
|
|
138
|
+
]), 16, P));
|
|
139
|
+
}
|
|
140
|
+
}), G = ["width", "height"], E = /* @__PURE__ */ o({
|
|
141
|
+
__name: "ban",
|
|
142
|
+
props: /* @__PURE__ */ c({
|
|
143
|
+
size: {}
|
|
144
|
+
}, d),
|
|
145
|
+
setup(s) {
|
|
146
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
147
|
+
width: e.size,
|
|
148
|
+
height: e.size
|
|
149
|
+
}), t[0] || (t[0] = [
|
|
150
|
+
i("path", {
|
|
151
|
+
fill: "currentColor",
|
|
152
|
+
d: "M344.96 381.2L130.8 167.04C112.88 192.16 102.4 222.88 102.4 256C102.4 340.8 171.2 409.6 256 409.6C289.2 409.6 319.92 399.12 344.96 381.2zM381.2 344.96C399.12 319.84 409.6 289.12 409.6 256C409.6 171.2 340.8 102.4 256 102.4C222.8 102.4 192.08 112.88 167.04 130.8L381.2 344.96zM51.2 256C51.2 142.88 142.88 51.2 256 51.2C369.12 51.2 460.8 142.88 460.8 256C460.8 369.12 369.12 460.8 256 460.8C142.88 460.8 51.2 369.12 51.2 256z"
|
|
153
|
+
}, null, -1)
|
|
154
|
+
]), 16, G));
|
|
155
|
+
}
|
|
156
|
+
}), T = ["width", "height"], F = /* @__PURE__ */ o({
|
|
157
|
+
__name: "bars",
|
|
158
|
+
props: /* @__PURE__ */ c({
|
|
159
|
+
size: {}
|
|
160
|
+
}, d),
|
|
161
|
+
setup(s) {
|
|
162
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
163
|
+
width: e.size,
|
|
164
|
+
height: e.size
|
|
165
|
+
}), t[0] || (t[0] = [
|
|
166
|
+
i("path", {
|
|
167
|
+
d: "M108 132h296M108 256h296M108 380h296",
|
|
168
|
+
stroke: "currentColor",
|
|
169
|
+
"stroke-width": "56",
|
|
170
|
+
"stroke-linecap": "round",
|
|
171
|
+
"stroke-linejoin": "round",
|
|
172
|
+
fill: "none"
|
|
173
|
+
}, null, -1)
|
|
174
|
+
]), 16, T));
|
|
175
|
+
}
|
|
176
|
+
}), X = ["width", "height"], J = /* @__PURE__ */ o({
|
|
177
|
+
__name: "bell",
|
|
178
|
+
props: /* @__PURE__ */ c({
|
|
179
|
+
size: {}
|
|
180
|
+
}, d),
|
|
181
|
+
setup(s) {
|
|
182
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
183
|
+
width: e.size,
|
|
184
|
+
height: e.size
|
|
185
|
+
}), t[0] || (t[0] = [
|
|
186
|
+
i("path", {
|
|
187
|
+
fill: "currentColor",
|
|
188
|
+
d: "M256 42c19.9 0 36 16.1 36 36v9.5c65.8 16.5 114 76 114 146.8v51.2c0 34.5 12.4 67.8 35 94.1l7 8.1c17.7 20.7 3 52.3-24.3 52.3H88.3c-27.3 0-42-31.6-24.3-52.3l7-8.1c22.6-26.3 35-59.6 35-94.1v-51.2c0-70.8 48.2-130.3 114-146.8V78c0-19.9 16.1-36 36-36Z"
|
|
189
|
+
}, null, -1),
|
|
190
|
+
i("path", {
|
|
191
|
+
fill: "currentColor",
|
|
192
|
+
d: "M200 452h112c-9.3 35-32.9 60-56 60s-46.7-25-56-60Z"
|
|
193
|
+
}, null, -1)
|
|
194
|
+
]), 16, X));
|
|
195
|
+
}
|
|
196
|
+
}), K = ["width", "height"], W = /* @__PURE__ */ o({
|
|
197
|
+
__name: "bookmark",
|
|
198
|
+
props: /* @__PURE__ */ c({
|
|
199
|
+
size: {}
|
|
200
|
+
}, d),
|
|
201
|
+
setup(s) {
|
|
202
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
203
|
+
width: e.size,
|
|
204
|
+
height: e.size
|
|
205
|
+
}), t[0] || (t[0] = [
|
|
206
|
+
i("path", {
|
|
207
|
+
fill: "currentColor",
|
|
208
|
+
d: "M160 68h192c35.3 0 64 28.7 64 64v298.4c0 28.7-31.8 45.9-55.8 30.3L256 394.2l-104.2 66.5c-24 15.4-55.8-1.8-55.8-30.3V132c0-35.3 28.7-64 64-64Z"
|
|
209
|
+
}, null, -1)
|
|
210
|
+
]), 16, K));
|
|
211
|
+
}
|
|
212
|
+
}), Q = ["width", "height"], Y = /* @__PURE__ */ o({
|
|
213
|
+
__name: "briefcase",
|
|
214
|
+
props: /* @__PURE__ */ c({
|
|
215
|
+
size: {}
|
|
216
|
+
}, d),
|
|
217
|
+
setup(s) {
|
|
218
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
219
|
+
width: e.size,
|
|
220
|
+
height: e.size
|
|
221
|
+
}), t[0] || (t[0] = [
|
|
222
|
+
i("path", {
|
|
223
|
+
fill: "currentColor",
|
|
224
|
+
d: "M196 58H316C337.54 58 355 75.46 355 97V118H408C445.56 118 476 148.44 476 186V242H332V230C332 212.33 317.67 198 300 198H212C194.33 198 180 212.33 180 230V242H36V186C36 148.44 66.44 118 104 118H157V97C157 75.46 174.46 58 196 58ZM213 118H299V114C299 105.16 291.84 98 283 98H229C220.16 98 213 105.16 213 114V118Z"
|
|
225
|
+
}, null, -1),
|
|
226
|
+
i("path", {
|
|
227
|
+
fill: "currentColor",
|
|
228
|
+
d: "M36 290H180V314C180 331.67 194.33 346 212 346H300C317.67 346 332 331.67 332 314V290H476V386C476 423.56 445.56 454 408 454H104C66.44 454 36 423.56 36 386V290ZM236 254V290H276V254H236Z"
|
|
229
|
+
}, null, -1)
|
|
230
|
+
]), 16, Q));
|
|
231
|
+
}
|
|
232
|
+
}), e2 = ["width", "height"], t2 = /* @__PURE__ */ o({
|
|
233
|
+
__name: "building",
|
|
234
|
+
props: /* @__PURE__ */ c({
|
|
235
|
+
size: {}
|
|
236
|
+
}, d),
|
|
237
|
+
setup(s) {
|
|
238
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
239
|
+
width: e.size,
|
|
240
|
+
height: e.size
|
|
241
|
+
}), t[0] || (t[0] = [
|
|
242
|
+
i("path", {
|
|
243
|
+
fill: "currentColor",
|
|
244
|
+
"fill-rule": "evenodd",
|
|
245
|
+
"clip-rule": "evenodd",
|
|
246
|
+
d: "M136 48H376C408.03 48 434 73.97 434 106V406C434 438.03 408.03 464 376 464H136C103.97 464 78 438.03 78 406V106C78 73.97 103.97 48 136 48ZM170 136C158.95 136 150 144.95 150 156V192C150 203.05 158.95 212 170 212H206C217.05 212 226 203.05 226 192V156C226 144.95 217.05 136 206 136H170ZM306 136C294.95 136 286 144.95 286 156V192C286 203.05 294.95 212 306 212H342C353.05 212 362 203.05 362 192V156C362 144.95 353.05 136 342 136H306ZM170 264C158.95 264 150 272.95 150 284V320C150 331.05 158.95 340 170 340H206C217.05 340 226 331.05 226 320V284C226 272.95 217.05 264 206 264H170ZM306 264C294.95 264 286 272.95 286 284V320C286 331.05 294.95 340 306 340H342C353.05 340 362 331.05 362 320V284C362 272.95 353.05 264 342 264H306ZM238 360H274C296.09 360 314 377.91 314 400V464H198V400C198 377.91 215.91 360 238 360Z"
|
|
247
|
+
}, null, -1)
|
|
248
|
+
]), 16, e2));
|
|
249
|
+
}
|
|
250
|
+
}), i2 = ["width", "height"], s2 = /* @__PURE__ */ o({
|
|
251
|
+
__name: "calendar",
|
|
252
|
+
props: /* @__PURE__ */ c({
|
|
253
|
+
size: {}
|
|
254
|
+
}, d),
|
|
255
|
+
setup(s) {
|
|
256
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
257
|
+
width: e.size,
|
|
258
|
+
height: e.size
|
|
259
|
+
}), t[0] || (t[0] = [
|
|
260
|
+
i("path", {
|
|
261
|
+
fill: "currentColor",
|
|
262
|
+
d: "M156 44c19.9 0 36 16.1 36 36v28h128V80c0-19.9 16.1-36 36-36s36 16.1 36 36v28h18c39.8 0 72 32.2 72 72v52H30v-52c0-39.8 32.2-72 72-72h18V80c0-19.9 16.1-36 36-36Z"
|
|
263
|
+
}, null, -1),
|
|
264
|
+
i("path", {
|
|
265
|
+
fill: "currentColor",
|
|
266
|
+
d: "M30 268h452v120c0 44.2-35.8 80-80 80H110c-44.2 0-80-35.8-80-80V268Z"
|
|
267
|
+
}, null, -1)
|
|
268
|
+
]), 16, i2));
|
|
269
|
+
}
|
|
270
|
+
}), r2 = ["width", "height"], o2 = /* @__PURE__ */ o({
|
|
271
|
+
__name: "caretDown",
|
|
272
|
+
props: /* @__PURE__ */ c({
|
|
273
|
+
size: {}
|
|
274
|
+
}, d),
|
|
275
|
+
setup(s) {
|
|
276
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
277
|
+
width: e.size,
|
|
278
|
+
height: e.size
|
|
279
|
+
}), t[0] || (t[0] = [
|
|
280
|
+
i("path", {
|
|
281
|
+
fill: "currentColor",
|
|
282
|
+
d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
|
|
283
|
+
}, null, -1)
|
|
284
|
+
]), 16, r2));
|
|
285
|
+
}
|
|
286
|
+
}), n2 = ["width", "height"], l2 = /* @__PURE__ */ o({
|
|
287
|
+
__name: "caretLeft",
|
|
288
|
+
props: /* @__PURE__ */ c({
|
|
289
|
+
size: {}
|
|
290
|
+
}, d),
|
|
291
|
+
setup(s) {
|
|
292
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
293
|
+
width: e.size,
|
|
294
|
+
height: e.size
|
|
295
|
+
}), t[0] || (t[0] = [
|
|
296
|
+
i("g", { transform: "rotate(90 256 256)" }, [
|
|
297
|
+
i("path", {
|
|
298
|
+
fill: "currentColor",
|
|
299
|
+
d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
|
|
300
|
+
})
|
|
301
|
+
], -1)
|
|
302
|
+
]), 16, n2));
|
|
303
|
+
}
|
|
304
|
+
}), c2 = ["width", "height"], a2 = /* @__PURE__ */ o({
|
|
305
|
+
__name: "caretRight",
|
|
306
|
+
props: /* @__PURE__ */ c({
|
|
307
|
+
size: {}
|
|
308
|
+
}, d),
|
|
309
|
+
setup(s) {
|
|
310
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
311
|
+
width: e.size,
|
|
312
|
+
height: e.size
|
|
313
|
+
}), t[0] || (t[0] = [
|
|
314
|
+
i("g", { transform: "rotate(-90 256 256)" }, [
|
|
315
|
+
i("path", {
|
|
316
|
+
fill: "currentColor",
|
|
317
|
+
d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
|
|
318
|
+
})
|
|
319
|
+
], -1)
|
|
320
|
+
]), 16, c2));
|
|
321
|
+
}
|
|
322
|
+
}), d2 = ["width", "height"], h2 = /* @__PURE__ */ o({
|
|
323
|
+
__name: "caretUp",
|
|
324
|
+
props: /* @__PURE__ */ c({
|
|
325
|
+
size: {}
|
|
326
|
+
}, d),
|
|
327
|
+
setup(s) {
|
|
328
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
329
|
+
width: e.size,
|
|
330
|
+
height: e.size
|
|
331
|
+
}), t[0] || (t[0] = [
|
|
332
|
+
i("g", { transform: "rotate(180 256 256)" }, [
|
|
333
|
+
i("path", {
|
|
334
|
+
fill: "currentColor",
|
|
335
|
+
d: "M240.24 352.64C250.32 360.8 265.12 360.24 274.48 350.88L376.88 248.48C384.24 241.12 386.4 230.16 382.4 220.56C378.4 210.96 369.12 204.8 358.8 204.8L154 204.8C143.68 204.8 134.32 211.04 130.32 220.64C126.32 230.24 128.56 241.2 135.92 248.48L238.32 350.88L240.24 352.64z"
|
|
336
|
+
})
|
|
337
|
+
], -1)
|
|
338
|
+
]), 16, d2));
|
|
339
|
+
}
|
|
340
|
+
}), u2 = ["width", "height"], p2 = /* @__PURE__ */ o({
|
|
341
|
+
__name: "chartBar",
|
|
342
|
+
props: /* @__PURE__ */ c({
|
|
343
|
+
size: {}
|
|
344
|
+
}, d),
|
|
345
|
+
setup(s) {
|
|
346
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
347
|
+
width: e.size,
|
|
348
|
+
height: e.size
|
|
349
|
+
}), t[0] || (t[0] = [
|
|
350
|
+
i("path", {
|
|
351
|
+
fill: "currentColor",
|
|
352
|
+
d: "M76 64C90.36 64 102 75.64 102 90V388C102 397.94 110.06 406 120 406H420C434.36 406 446 417.64 446 432C446 446.36 434.36 458 420 458H120C81.34 458 50 426.66 50 388V90C50 75.64 61.64 64 76 64Z"
|
|
353
|
+
}, null, -1),
|
|
354
|
+
i("path", {
|
|
355
|
+
fill: "currentColor",
|
|
356
|
+
d: "M160 92H346C360.36 92 372 103.64 372 118C372 132.36 360.36 144 346 144H160C145.64 144 134 132.36 134 118C134 103.64 145.64 92 160 92Z"
|
|
357
|
+
}, null, -1),
|
|
358
|
+
i("path", {
|
|
359
|
+
fill: "currentColor",
|
|
360
|
+
d: "M160 186H284C298.36 186 310 197.64 310 212C310 226.36 298.36 238 284 238H160C145.64 238 134 226.36 134 212C134 197.64 145.64 186 160 186Z"
|
|
361
|
+
}, null, -1),
|
|
362
|
+
i("path", {
|
|
363
|
+
fill: "currentColor",
|
|
364
|
+
d: "M160 280H410C424.36 280 436 291.64 436 306C436 320.36 424.36 332 410 332H160C145.64 332 134 320.36 134 306C134 291.64 145.64 280 160 280Z"
|
|
365
|
+
}, null, -1)
|
|
366
|
+
]), 16, u2));
|
|
367
|
+
}
|
|
368
|
+
}), C2 = ["width", "height"], _2 = /* @__PURE__ */ o({
|
|
369
|
+
__name: "check",
|
|
370
|
+
props: /* @__PURE__ */ c({
|
|
371
|
+
size: {}
|
|
372
|
+
}, d),
|
|
373
|
+
setup(s) {
|
|
374
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
375
|
+
width: e.size,
|
|
376
|
+
height: e.size
|
|
377
|
+
}), t[0] || (t[0] = [
|
|
378
|
+
i("path", {
|
|
379
|
+
d: "M128 274 220 364 392 148",
|
|
380
|
+
stroke: "currentColor",
|
|
381
|
+
"stroke-width": "56",
|
|
382
|
+
"stroke-linecap": "round",
|
|
383
|
+
"stroke-linejoin": "round",
|
|
384
|
+
fill: "none"
|
|
385
|
+
}, null, -1)
|
|
386
|
+
]), 16, C2));
|
|
387
|
+
}
|
|
388
|
+
}), g2 = ["width", "height"], f2 = ["mask"], w2 = /* @__PURE__ */ o({
|
|
389
|
+
__name: "checkCircle",
|
|
390
|
+
props: /* @__PURE__ */ c({
|
|
391
|
+
size: {}
|
|
392
|
+
}, d),
|
|
393
|
+
setup(s) {
|
|
394
|
+
const e = `check-circle-mask-${p()}`;
|
|
395
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
396
|
+
width: t.size,
|
|
397
|
+
height: t.size
|
|
398
|
+
}), [
|
|
399
|
+
i("defs", null, [
|
|
400
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
401
|
+
i("rect", {
|
|
402
|
+
width: "512",
|
|
403
|
+
height: "512",
|
|
404
|
+
fill: "black"
|
|
405
|
+
}, null, -1),
|
|
406
|
+
i("circle", {
|
|
407
|
+
cx: "256",
|
|
408
|
+
cy: "256",
|
|
409
|
+
r: "182",
|
|
410
|
+
fill: "white"
|
|
411
|
+
}, null, -1),
|
|
412
|
+
i("path", {
|
|
413
|
+
d: "M333 176c11.5 0 20.8 9.3 20.8 20.8 0 5.5-2.1 10.8-6 14.8L241.3 334.9c-8.1 9.4-22.3 9.9-31 .4l-49.1-53.8c-7.7-8.4-7.1-21.6 1.3-29.3 8.4-7.7 21.6-7.1 29.3 1.3l33.1 36.2 91.9-106.2c4-4.6 9.7-7.3 15.8-7.3Z",
|
|
414
|
+
fill: "black"
|
|
415
|
+
}, null, -1)
|
|
416
|
+
]))
|
|
417
|
+
]),
|
|
418
|
+
i("rect", {
|
|
419
|
+
width: "512",
|
|
420
|
+
height: "512",
|
|
421
|
+
fill: "currentColor",
|
|
422
|
+
mask: `url(#${e})`
|
|
423
|
+
}, null, 8, f2)
|
|
424
|
+
], 16, g2));
|
|
425
|
+
}
|
|
426
|
+
}), m2 = ["width", "height"], k2 = /* @__PURE__ */ o({
|
|
427
|
+
__name: "chevronDown",
|
|
428
|
+
props: /* @__PURE__ */ c({
|
|
429
|
+
size: {}
|
|
430
|
+
}, d),
|
|
431
|
+
setup(s) {
|
|
432
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
433
|
+
width: e.size,
|
|
434
|
+
height: e.size
|
|
435
|
+
}), t[0] || (t[0] = [
|
|
436
|
+
i("g", { transform: "rotate(180 256 256)" }, [
|
|
437
|
+
i("path", {
|
|
438
|
+
fill: "currentColor",
|
|
439
|
+
d: "M237.92 135.52C247.92 125.52 264.16 125.52 274.16 135.52L427.76 289.12C437.76 299.12 437.76 315.36 427.76 325.36C417.76 335.36 401.52 335.36 391.52 325.36L256 189.84L120.48 325.28C110.48 335.28 94.24 335.28 84.24 325.28C74.24 315.28 74.24 299.04 84.24 289.04L237.84 135.44z"
|
|
440
|
+
})
|
|
441
|
+
], -1)
|
|
442
|
+
]), 16, m2));
|
|
443
|
+
}
|
|
444
|
+
}), z2 = ["width", "height"], y2 = /* @__PURE__ */ o({
|
|
445
|
+
__name: "chevronLeft",
|
|
446
|
+
props: /* @__PURE__ */ c({
|
|
447
|
+
size: {}
|
|
448
|
+
}, d),
|
|
449
|
+
setup(s) {
|
|
450
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
451
|
+
width: e.size,
|
|
452
|
+
height: e.size
|
|
453
|
+
}), t[0] || (t[0] = [
|
|
454
|
+
i("g", { transform: "rotate(-90 256 256)" }, [
|
|
455
|
+
i("path", {
|
|
456
|
+
fill: "currentColor",
|
|
457
|
+
d: "M237.92 135.52C247.92 125.52 264.16 125.52 274.16 135.52L427.76 289.12C437.76 299.12 437.76 315.36 427.76 325.36C417.76 335.36 401.52 335.36 391.52 325.36L256 189.84L120.48 325.28C110.48 335.28 94.24 335.28 84.24 325.28C74.24 315.28 74.24 299.04 84.24 289.04L237.84 135.44z"
|
|
458
|
+
})
|
|
459
|
+
], -1)
|
|
460
|
+
]), 16, z2));
|
|
461
|
+
}
|
|
462
|
+
}), v2 = ["width", "height"], L2 = /* @__PURE__ */ o({
|
|
463
|
+
__name: "chevronRight",
|
|
464
|
+
props: /* @__PURE__ */ c({
|
|
465
|
+
size: {}
|
|
466
|
+
}, d),
|
|
467
|
+
setup(s) {
|
|
468
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
469
|
+
width: e.size,
|
|
470
|
+
height: e.size
|
|
471
|
+
}), t[0] || (t[0] = [
|
|
472
|
+
i("g", { transform: "rotate(90 256 256)" }, [
|
|
473
|
+
i("path", {
|
|
474
|
+
fill: "currentColor",
|
|
475
|
+
d: "M237.92 135.52C247.92 125.52 264.16 125.52 274.16 135.52L427.76 289.12C437.76 299.12 437.76 315.36 427.76 325.36C417.76 335.36 401.52 335.36 391.52 325.36L256 189.84L120.48 325.28C110.48 335.28 94.24 335.28 84.24 325.28C74.24 315.28 74.24 299.04 84.24 289.04L237.84 135.44z"
|
|
476
|
+
})
|
|
477
|
+
], -1)
|
|
478
|
+
]), 16, v2));
|
|
479
|
+
}
|
|
480
|
+
}), b2 = ["width", "height"], $2 = /* @__PURE__ */ o({
|
|
481
|
+
__name: "chevronUp",
|
|
482
|
+
props: /* @__PURE__ */ c({
|
|
483
|
+
size: {}
|
|
484
|
+
}, d),
|
|
485
|
+
setup(s) {
|
|
486
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
487
|
+
width: e.size,
|
|
488
|
+
height: e.size
|
|
489
|
+
}), t[0] || (t[0] = [
|
|
490
|
+
i("path", {
|
|
491
|
+
fill: "currentColor",
|
|
492
|
+
d: "M237.92 135.52C247.92 125.52 264.16 125.52 274.16 135.52L427.76 289.12C437.76 299.12 437.76 315.36 427.76 325.36C417.76 335.36 401.52 335.36 391.52 325.36L256 189.84L120.48 325.28C110.48 335.28 94.24 335.28 84.24 325.28C74.24 315.28 74.24 299.04 84.24 289.04L237.84 135.44z"
|
|
493
|
+
}, null, -1)
|
|
494
|
+
]), 16, b2));
|
|
495
|
+
}
|
|
496
|
+
}), M2 = ["width", "height"], H2 = /* @__PURE__ */ o({
|
|
497
|
+
__name: "circleHalf",
|
|
498
|
+
props: /* @__PURE__ */ c({
|
|
499
|
+
size: {}
|
|
500
|
+
}, d),
|
|
501
|
+
setup(s) {
|
|
502
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
503
|
+
width: e.size,
|
|
504
|
+
height: e.size
|
|
505
|
+
}), t[0] || (t[0] = [
|
|
506
|
+
i("path", {
|
|
507
|
+
fill: "currentColor",
|
|
508
|
+
d: "M448 256c0-106-86-192-192-192l0 384c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"
|
|
509
|
+
}, null, -1)
|
|
510
|
+
]), 16, M2));
|
|
511
|
+
}
|
|
512
|
+
}), V2 = ["width", "height"], Z2 = /* @__PURE__ */ o({
|
|
513
|
+
__name: "circleNotch",
|
|
514
|
+
props: /* @__PURE__ */ c({
|
|
515
|
+
size: {}
|
|
516
|
+
}, d),
|
|
517
|
+
setup(s) {
|
|
518
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
519
|
+
width: e.size,
|
|
520
|
+
height: e.size
|
|
521
|
+
}), t[0] || (t[0] = [
|
|
522
|
+
i("path", {
|
|
523
|
+
fill: "currentColor",
|
|
524
|
+
d: "M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8-79.3 23.6-137.1 97.1-137.1 184.1 0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256 512 397.4 397.4 512 256 512S0 397.4 0 256c0-116 77.1-213.9 182.9-245.4 16.9-5 34.8 4.6 39.8 21.5z"
|
|
525
|
+
}, null, -1)
|
|
526
|
+
]), 16, V2));
|
|
527
|
+
}
|
|
528
|
+
}), S2 = ["width", "height"], R2 = /* @__PURE__ */ o({
|
|
529
|
+
__name: "clipboard",
|
|
530
|
+
props: /* @__PURE__ */ c({
|
|
531
|
+
size: {}
|
|
532
|
+
}, d),
|
|
533
|
+
setup(s) {
|
|
534
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
535
|
+
width: e.size,
|
|
536
|
+
height: e.size
|
|
537
|
+
}), t[0] || (t[0] = [
|
|
538
|
+
i("path", {
|
|
539
|
+
fill: "currentColor",
|
|
540
|
+
d: "M176 78C176 55.91 193.91 38 216 38H296C318.09 38 336 55.91 336 78V86H364C401.56 86 432 116.44 432 154V390C432 427.56 401.56 458 364 458H148C110.44 458 80 427.56 80 390V154C80 116.44 110.44 86 148 86H176V78ZM232 78C232 69.16 239.16 62 248 62H264C272.84 62 280 69.16 280 78V94H232V78Z"
|
|
541
|
+
}, null, -1),
|
|
542
|
+
i("path", {
|
|
543
|
+
fill: "currentColor",
|
|
544
|
+
d: "M190 130H322C339.67 130 354 144.33 354 162C354 179.67 339.67 194 322 194H190C172.33 194 158 179.67 158 162C158 144.33 172.33 130 190 130Z"
|
|
545
|
+
}, null, -1)
|
|
546
|
+
]), 16, S2));
|
|
547
|
+
}
|
|
548
|
+
}), x2 = ["width", "height"], D2 = /* @__PURE__ */ o({
|
|
549
|
+
__name: "clock",
|
|
550
|
+
props: /* @__PURE__ */ c({
|
|
551
|
+
size: {}
|
|
552
|
+
}, d),
|
|
553
|
+
setup(s) {
|
|
554
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
555
|
+
width: e.size,
|
|
556
|
+
height: e.size
|
|
557
|
+
}), t[0] || (t[0] = [
|
|
558
|
+
i("path", {
|
|
559
|
+
fill: "currentColor",
|
|
560
|
+
d: "M256 64C362.04 64 448 149.96 448 256C448 362.04 362.04 448 256 448C149.96 448 64 362.04 64 256C64 149.96 149.96 64 256 64ZM232 152V259.16C232 267.18 235.99 274.67 242.63 279.11L318.63 329.77C329.67 337.13 344.57 334.15 351.92 323.11C359.28 312.08 356.3 297.18 345.26 289.82L280 246.31V152C280 138.75 269.25 128 256 128C242.75 128 232 138.75 232 152Z"
|
|
561
|
+
}, null, -1)
|
|
562
|
+
]), 16, x2));
|
|
563
|
+
}
|
|
564
|
+
}), I2 = ["width", "height"], U2 = /* @__PURE__ */ o({
|
|
565
|
+
__name: "cloud",
|
|
566
|
+
props: /* @__PURE__ */ c({
|
|
567
|
+
size: {}
|
|
568
|
+
}, d),
|
|
569
|
+
setup(s) {
|
|
570
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
571
|
+
width: e.size,
|
|
572
|
+
height: e.size
|
|
573
|
+
}), t[0] || (t[0] = [
|
|
574
|
+
i("path", {
|
|
575
|
+
fill: "currentColor",
|
|
576
|
+
d: "M152 424h212c53 0 96-40.3 96-90s-43-90-96-90h-6.2c-13.6-45.8-56.4-78-106.8-78-57.3 0-103.7 41.5-110.8 95.2C96.8 267.5 62 303.2 62 348c0 42 40.3 76 90 76Z"
|
|
577
|
+
}, null, -1)
|
|
578
|
+
]), 16, I2));
|
|
579
|
+
}
|
|
580
|
+
}), j2 = ["width", "height"], O2 = /* @__PURE__ */ o({
|
|
581
|
+
__name: "code",
|
|
582
|
+
props: /* @__PURE__ */ c({
|
|
583
|
+
size: {}
|
|
584
|
+
}, d),
|
|
585
|
+
setup(s) {
|
|
586
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
587
|
+
width: e.size,
|
|
588
|
+
height: e.size
|
|
589
|
+
}), t[0] || (t[0] = [
|
|
590
|
+
i("path", {
|
|
591
|
+
d: "M170 176 86 252l84 76",
|
|
592
|
+
stroke: "currentColor",
|
|
593
|
+
"stroke-width": "52",
|
|
594
|
+
"stroke-linecap": "round",
|
|
595
|
+
"stroke-linejoin": "round",
|
|
596
|
+
fill: "none"
|
|
597
|
+
}, null, -1),
|
|
598
|
+
i("path", {
|
|
599
|
+
d: "M290 108 222 404",
|
|
600
|
+
stroke: "currentColor",
|
|
601
|
+
"stroke-width": "52",
|
|
602
|
+
"stroke-linecap": "round",
|
|
603
|
+
"stroke-linejoin": "round",
|
|
604
|
+
fill: "none"
|
|
605
|
+
}, null, -1),
|
|
606
|
+
i("path", {
|
|
607
|
+
d: "M342 176 426 252l-84 76",
|
|
608
|
+
stroke: "currentColor",
|
|
609
|
+
"stroke-width": "52",
|
|
610
|
+
"stroke-linecap": "round",
|
|
611
|
+
"stroke-linejoin": "round",
|
|
612
|
+
fill: "none"
|
|
613
|
+
}, null, -1)
|
|
614
|
+
]), 16, j2));
|
|
615
|
+
}
|
|
616
|
+
}), B2 = ["width", "height"], A2 = /* @__PURE__ */ o({
|
|
617
|
+
__name: "collapse",
|
|
618
|
+
props: /* @__PURE__ */ c({
|
|
619
|
+
size: {}
|
|
620
|
+
}, d),
|
|
621
|
+
setup(s) {
|
|
622
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
623
|
+
width: e.size,
|
|
624
|
+
height: e.size
|
|
625
|
+
}), t[0] || (t[0] = [
|
|
626
|
+
i("path", {
|
|
627
|
+
fill: "currentColor",
|
|
628
|
+
d: "M402.8 56.8C410.32 49.28 422.48 49.28 429.92 56.8L455.52 82.4C463.04 89.92 463.04 102.08 455.52 109.52L385.92 179.12L417.12 210.32C422.64 215.84 424.24 224.08 421.28 231.28C418.32 238.48 411.36 243.2 403.6 243.2L288.4 243.2C277.76 243.2 269.2 234.64 269.2 224L269.2 108.8C269.2 101.04 273.84 94 281.04 91.04C288.24 88.08 296.48 89.68 302 95.2L333.2 126.4L402.8 56.8zM109.2 268.8L224.4 268.8C235.04 268.8 243.6 277.36 243.6 288L243.6 403.2C243.6 410.96 238.96 418 231.76 420.96C224.56 423.92 216.32 422.32 210.8 416.8L179.6 385.6L110 455.2C102.48 462.72 90.32 462.72 82.88 455.2L57.28 429.6C49.76 422.08 49.76 409.92 57.28 402.48L126.88 332.88L95.68 301.68C90.16 296.16 88.56 287.92 91.52 280.72C94.48 273.52 101.44 268.8 109.2 268.8z"
|
|
629
|
+
}, null, -1)
|
|
630
|
+
]), 16, B2));
|
|
631
|
+
}
|
|
632
|
+
}), N2 = ["width", "height"], P2 = /* @__PURE__ */ o({
|
|
633
|
+
__name: "columns",
|
|
634
|
+
props: /* @__PURE__ */ c({
|
|
635
|
+
size: {}
|
|
636
|
+
}, d),
|
|
637
|
+
setup(s) {
|
|
638
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
639
|
+
width: e.size,
|
|
640
|
+
height: e.size
|
|
641
|
+
}), t[0] || (t[0] = [
|
|
642
|
+
i("path", {
|
|
643
|
+
fill: "currentColor",
|
|
644
|
+
d: "M76.8 128C76.8 99.76 99.76 76.8 128 76.8L384 76.8C412.24 76.8 435.2 99.76 435.2 128L435.2 384C435.2 412.24 412.24 435.2 384 435.2L128 435.2C99.76 435.2 76.8 412.24 76.8 384L76.8 128zM128 179.2L128 384L230.4 384L230.4 179.2L128 179.2zM384 179.2L281.6 179.2L281.6 384L384 384L384 179.2z"
|
|
645
|
+
}, null, -1)
|
|
646
|
+
]), 16, N2));
|
|
647
|
+
}
|
|
648
|
+
}), q2 = ["width", "height"], G2 = /* @__PURE__ */ o({
|
|
649
|
+
__name: "copy",
|
|
650
|
+
props: /* @__PURE__ */ c({
|
|
651
|
+
size: {}
|
|
652
|
+
}, d),
|
|
653
|
+
setup(s) {
|
|
654
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
655
|
+
width: e.size,
|
|
656
|
+
height: e.size
|
|
657
|
+
}), t[0] || (t[0] = [
|
|
658
|
+
i("path", {
|
|
659
|
+
fill: "currentColor",
|
|
660
|
+
d: "M236 76C201.76 76 174 103.76 174 138V354C174 388.24 201.76 416 236 416H400C434.24 416 462 388.24 462 354V187C462 170.12 454.98 153.99 442.62 142.26L392.83 95.01C381.29 84.05 365.99 78 350.07 78H236V76Z"
|
|
661
|
+
}, null, -1),
|
|
662
|
+
i("path", {
|
|
663
|
+
fill: "currentColor",
|
|
664
|
+
d: "M148 168C113.76 168 86 195.76 86 230V446C86 480.24 113.76 508 148 508H312C346.24 508 374 480.24 374 446V432H314V446C314 447.1 313.1 448 312 448H148C146.9 448 146 447.1 146 446V230C146 228.9 146.9 228 148 228H164V168H148Z"
|
|
665
|
+
}, null, -1)
|
|
666
|
+
]), 16, q2));
|
|
667
|
+
}
|
|
668
|
+
}), E2 = ["width", "height"], T2 = ["id"], F2 = ["mask"], X2 = /* @__PURE__ */ o({
|
|
669
|
+
__name: "cpu",
|
|
670
|
+
props: /* @__PURE__ */ c({
|
|
671
|
+
size: {}
|
|
672
|
+
}, d),
|
|
673
|
+
setup(s) {
|
|
674
|
+
const e = p();
|
|
675
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
676
|
+
width: t.size,
|
|
677
|
+
height: t.size
|
|
678
|
+
}), [
|
|
679
|
+
i("defs", null, [
|
|
680
|
+
i("mask", { id: r(e) }, u[0] || (u[0] = [
|
|
681
|
+
i("rect", {
|
|
682
|
+
width: "512",
|
|
683
|
+
height: "512",
|
|
684
|
+
fill: "black"
|
|
685
|
+
}, null, -1),
|
|
686
|
+
i("rect", {
|
|
687
|
+
x: "120",
|
|
688
|
+
y: "120",
|
|
689
|
+
width: "272",
|
|
690
|
+
height: "272",
|
|
691
|
+
rx: "54",
|
|
692
|
+
fill: "white"
|
|
693
|
+
}, null, -1),
|
|
694
|
+
i("rect", {
|
|
695
|
+
x: "192",
|
|
696
|
+
y: "192",
|
|
697
|
+
width: "128",
|
|
698
|
+
height: "128",
|
|
699
|
+
rx: "26",
|
|
700
|
+
fill: "black"
|
|
701
|
+
}, null, -1)
|
|
702
|
+
]), 8, T2)
|
|
703
|
+
]),
|
|
704
|
+
i("rect", {
|
|
705
|
+
width: "512",
|
|
706
|
+
height: "512",
|
|
707
|
+
fill: "currentColor",
|
|
708
|
+
mask: `url(#${r(e)})`
|
|
709
|
+
}, null, 8, F2),
|
|
710
|
+
u[1] || (u[1] = C('<rect x="202" y="40" width="36" height="64" rx="18" fill="currentColor"></rect><rect x="274" y="40" width="36" height="64" rx="18" fill="currentColor"></rect><rect x="202" y="408" width="36" height="64" rx="18" fill="currentColor"></rect><rect x="274" y="408" width="36" height="64" rx="18" fill="currentColor"></rect><rect x="40" y="202" width="64" height="36" rx="18" fill="currentColor"></rect><rect x="40" y="274" width="64" height="36" rx="18" fill="currentColor"></rect><rect x="408" y="202" width="64" height="36" rx="18" fill="currentColor"></rect><rect x="408" y="274" width="64" height="36" rx="18" fill="currentColor"></rect>', 8))
|
|
711
|
+
], 16, E2));
|
|
712
|
+
}
|
|
713
|
+
}), J2 = ["width", "height"], K2 = /* @__PURE__ */ o({
|
|
714
|
+
__name: "creditCard",
|
|
715
|
+
props: /* @__PURE__ */ c({
|
|
716
|
+
size: {}
|
|
717
|
+
}, d),
|
|
718
|
+
setup(s) {
|
|
719
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
720
|
+
width: e.size,
|
|
721
|
+
height: e.size
|
|
722
|
+
}), t[0] || (t[0] = [
|
|
723
|
+
i("path", {
|
|
724
|
+
fill: "currentColor",
|
|
725
|
+
d: "M116 92H396C433.56 92 464 122.44 464 160V180H48V160C48 122.44 78.44 92 116 92Z"
|
|
726
|
+
}, null, -1),
|
|
727
|
+
i("path", {
|
|
728
|
+
fill: "currentColor",
|
|
729
|
+
d: "M48 212H464V352C464 389.56 433.56 420 396 420H116C78.44 420 48 389.56 48 352V212ZM112 340C112 354.36 123.64 366 138 366H186C200.36 366 212 354.36 212 340C212 325.64 200.36 314 186 314H138C123.64 314 112 325.64 112 340ZM250 314C235.64 314 224 325.64 224 340C224 354.36 235.64 366 250 366H314C328.36 366 340 354.36 340 340C340 325.64 328.36 314 314 314H250Z"
|
|
730
|
+
}, null, -1)
|
|
731
|
+
]), 16, J2));
|
|
732
|
+
}
|
|
733
|
+
}), W2 = ["width", "height"], Q2 = /* @__PURE__ */ o({
|
|
734
|
+
__name: "database",
|
|
735
|
+
props: /* @__PURE__ */ c({
|
|
736
|
+
size: {}
|
|
737
|
+
}, d),
|
|
738
|
+
setup(s) {
|
|
739
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
740
|
+
width: e.size,
|
|
741
|
+
height: e.size
|
|
742
|
+
}), t[0] || (t[0] = [
|
|
743
|
+
i("path", {
|
|
744
|
+
fill: "currentColor",
|
|
745
|
+
d: "M256 56C166.6 56 96 83.48 96 118V170C96 204.52 166.6 232 256 232C345.4 232 416 204.52 416 170V118C416 83.48 345.4 56 256 56ZM256 104C326.57 104 368 121.01 368 128C368 134.99 326.57 152 256 152C185.43 152 144 134.99 144 128C144 121.01 185.43 104 256 104Z"
|
|
746
|
+
}, null, -1),
|
|
747
|
+
i("path", {
|
|
748
|
+
fill: "currentColor",
|
|
749
|
+
d: "M96 216.88C129.63 237.87 190.12 250 256 250C321.88 250 382.37 237.87 416 216.88V288C416 322.52 345.4 350 256 350C166.6 350 96 322.52 96 288V216.88Z"
|
|
750
|
+
}, null, -1),
|
|
751
|
+
i("path", {
|
|
752
|
+
fill: "currentColor",
|
|
753
|
+
d: "M96 334.88C129.63 355.87 190.12 368 256 368C321.88 368 382.37 355.87 416 334.88V394C416 428.52 345.4 456 256 456C166.6 456 96 428.52 96 394V334.88Z"
|
|
754
|
+
}, null, -1)
|
|
755
|
+
]), 16, W2));
|
|
756
|
+
}
|
|
757
|
+
}), Y2 = ["width", "height"], ee = /* @__PURE__ */ o({
|
|
758
|
+
__name: "download",
|
|
759
|
+
props: /* @__PURE__ */ c({
|
|
760
|
+
size: {}
|
|
761
|
+
}, d),
|
|
762
|
+
setup(s) {
|
|
763
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
764
|
+
width: e.size,
|
|
765
|
+
height: e.size
|
|
766
|
+
}), t[0] || (t[0] = [
|
|
767
|
+
i("path", {
|
|
768
|
+
fill: "currentColor",
|
|
769
|
+
d: "M282 80C282 65.64 270.36 54 256 54C241.64 54 230 65.64 230 80V248.24L196.38 214.62C186.23 204.47 169.77 204.47 159.62 214.62C149.47 224.77 149.47 241.23 159.62 251.38L237.62 329.38C247.77 339.53 264.23 339.53 274.38 329.38L352.38 251.38C362.53 241.23 362.53 224.77 352.38 214.62C342.23 204.47 325.77 204.47 315.62 214.62L282 248.24V80ZM136 312C107.28 312 84 335.28 84 364V404C84 432.72 107.28 456 136 456H376C404.72 456 428 432.72 428 404V364C428 335.28 404.72 312 376 312H338.77L302.67 348.1C276.11 374.66 232.89 374.66 206.33 348.1L170.23 312H136ZM364 358C378.36 358 390 369.64 390 384C390 398.36 378.36 410 364 410C349.64 410 338 398.36 338 384C338 369.64 349.64 358 364 358Z"
|
|
770
|
+
}, null, -1)
|
|
771
|
+
]), 16, Y2));
|
|
772
|
+
}
|
|
773
|
+
}), te = ["width", "height"], ie = /* @__PURE__ */ o({
|
|
774
|
+
__name: "ellipsis",
|
|
775
|
+
props: /* @__PURE__ */ c({
|
|
776
|
+
size: {}
|
|
777
|
+
}, d),
|
|
778
|
+
setup(s) {
|
|
779
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
780
|
+
width: e.size,
|
|
781
|
+
height: e.size
|
|
782
|
+
}), t[0] || (t[0] = [
|
|
783
|
+
i("circle", {
|
|
784
|
+
cx: "122",
|
|
785
|
+
cy: "256",
|
|
786
|
+
r: "45",
|
|
787
|
+
fill: "currentColor"
|
|
788
|
+
}, null, -1),
|
|
789
|
+
i("circle", {
|
|
790
|
+
cx: "256",
|
|
791
|
+
cy: "256",
|
|
792
|
+
r: "45",
|
|
793
|
+
fill: "currentColor"
|
|
794
|
+
}, null, -1),
|
|
795
|
+
i("circle", {
|
|
796
|
+
cx: "390",
|
|
797
|
+
cy: "256",
|
|
798
|
+
r: "45",
|
|
799
|
+
fill: "currentColor"
|
|
800
|
+
}, null, -1)
|
|
801
|
+
]), 16, te));
|
|
802
|
+
}
|
|
803
|
+
}), se = ["width", "height"], re = /* @__PURE__ */ o({
|
|
804
|
+
__name: "expand",
|
|
805
|
+
props: /* @__PURE__ */ c({
|
|
806
|
+
size: {}
|
|
807
|
+
}, d),
|
|
808
|
+
setup(s) {
|
|
809
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
810
|
+
width: e.size,
|
|
811
|
+
height: e.size
|
|
812
|
+
}), t[0] || (t[0] = [
|
|
813
|
+
i("path", {
|
|
814
|
+
fill: "currentColor",
|
|
815
|
+
d: "M326.4 51.2L441.6 51.2C452.24 51.2 460.8 59.76 460.8 70.4L460.8 185.6C460.8 193.36 456.16 200.4 448.96 203.36C441.76 206.32 433.52 204.72 428 199.2L396.8 168L327.2 237.6C319.68 245.12 307.52 245.12 300.08 237.6L274.48 212C266.96 204.48 266.96 192.32 274.48 184.88L344.08 115.28L312.88 84.08C307.36 78.56 305.76 70.32 308.72 63.12C311.68 55.92 318.64 51.2 326.4 51.2zM185.6 460.8L70.4 460.8C59.76 460.8 51.2 452.24 51.2 441.6L51.2 326.4C51.2 318.64 55.84 311.6 63.04 308.64C70.24 305.68 78.48 307.36 84 312.8L115.2 344L184.8 274.4C192.32 266.88 204.48 266.88 211.92 274.4L237.52 300C245.04 307.52 245.04 319.68 237.52 327.12L167.92 396.72L199.12 427.92C204.64 433.44 206.24 441.68 203.28 448.88C200.32 456.08 193.36 460.8 185.6 460.8z"
|
|
816
|
+
}, null, -1)
|
|
817
|
+
]), 16, se));
|
|
818
|
+
}
|
|
819
|
+
}), oe = ["width", "height"], ne = /* @__PURE__ */ o({
|
|
820
|
+
__name: "externalLink",
|
|
821
|
+
props: /* @__PURE__ */ c({
|
|
822
|
+
size: {}
|
|
823
|
+
}, d),
|
|
824
|
+
setup(s) {
|
|
825
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
826
|
+
width: e.size,
|
|
827
|
+
height: e.size
|
|
828
|
+
}), t[0] || (t[0] = [
|
|
829
|
+
i("path", {
|
|
830
|
+
fill: "currentColor",
|
|
831
|
+
d: "M304 64C289.64 64 278 75.64 278 90C278 104.36 289.64 116 304 116H371.24L218.62 268.62C208.47 278.77 208.47 295.23 218.62 305.38C228.77 315.53 245.23 315.53 255.38 305.38L408 152.76V220C408 234.36 419.64 246 434 246C448.36 246 460 234.36 460 220V90C460 75.64 448.36 64 434 64H304Z"
|
|
832
|
+
}, null, -1),
|
|
833
|
+
i("path", {
|
|
834
|
+
fill: "currentColor",
|
|
835
|
+
d: "M116 128C80.65 128 52 156.65 52 192V384C52 419.35 80.65 448 116 448H308C343.35 448 372 419.35 372 384V324C372 309.64 360.36 298 346 298C331.64 298 320 309.64 320 324V384C320 390.63 314.63 396 308 396H116C109.37 396 104 390.63 104 384V192C104 185.37 109.37 180 116 180H176C190.36 180 202 168.36 202 154C202 139.64 190.36 128 176 128H116Z"
|
|
836
|
+
}, null, -1)
|
|
837
|
+
]), 16, oe));
|
|
838
|
+
}
|
|
839
|
+
}), le = ["width", "height"], ce = ["mask"], ae = /* @__PURE__ */ o({
|
|
840
|
+
__name: "eye",
|
|
841
|
+
props: /* @__PURE__ */ c({
|
|
842
|
+
size: {}
|
|
843
|
+
}, d),
|
|
844
|
+
setup(s) {
|
|
845
|
+
const e = `eye-mask-${p()}`;
|
|
846
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
847
|
+
width: t.size,
|
|
848
|
+
height: t.size
|
|
849
|
+
}), [
|
|
850
|
+
i("defs", null, [
|
|
851
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
852
|
+
C('<rect width="512" height="512" fill="black"></rect><path d="M256 112c115 0 193 99 213 130 8 12 8 26 0 38-20 31-98 130-213 130S63 311 43 280c-8-12-8-26 0-38 20-31 98-130 213-130Z" fill="white"></path><circle cx="256" cy="261" r="96" fill="black"></circle><circle cx="256" cy="261" r="56" fill="white"></circle><circle cx="214" cy="219" r="44" fill="black"></circle>', 5)
|
|
853
|
+
]))
|
|
854
|
+
]),
|
|
855
|
+
i("rect", {
|
|
856
|
+
width: "512",
|
|
857
|
+
height: "512",
|
|
858
|
+
fill: "currentColor",
|
|
859
|
+
mask: `url(#${e})`
|
|
860
|
+
}, null, 8, ce)
|
|
861
|
+
], 16, le));
|
|
862
|
+
}
|
|
863
|
+
}), de = ["width", "height"], he = ["mask"], ue = /* @__PURE__ */ o({
|
|
864
|
+
__name: "eyeSlash",
|
|
865
|
+
props: /* @__PURE__ */ c({
|
|
866
|
+
size: {}
|
|
867
|
+
}, d),
|
|
868
|
+
setup(s) {
|
|
869
|
+
const e = `eye-slash-mask-${p()}`;
|
|
870
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
871
|
+
width: t.size,
|
|
872
|
+
height: t.size
|
|
873
|
+
}), [
|
|
874
|
+
i("defs", null, [
|
|
875
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
876
|
+
C('<rect width="512" height="512" fill="black"></rect><path d="M256 112c115 0 193 99 213 130 8 12 8 26 0 38-20 31-98 130-213 130S63 311 43 280c-8-12-8-26 0-38 20-31 98-130 213-130Z" fill="white"></path><circle cx="256" cy="261" r="96" fill="black"></circle><circle cx="256" cy="261" r="56" fill="white"></circle><circle cx="214" cy="219" r="44" fill="black"></circle><rect x="6" y="235" width="500" height="48" rx="24" transform="rotate(45 256 256)" fill="black"></rect>', 6)
|
|
877
|
+
]))
|
|
878
|
+
]),
|
|
879
|
+
i("rect", {
|
|
880
|
+
width: "512",
|
|
881
|
+
height: "512",
|
|
882
|
+
fill: "currentColor",
|
|
883
|
+
mask: `url(#${e})`
|
|
884
|
+
}, null, 8, he),
|
|
885
|
+
u[1] || (u[1] = i("rect", {
|
|
886
|
+
x: "6",
|
|
887
|
+
y: "235",
|
|
888
|
+
width: "500",
|
|
889
|
+
height: "48",
|
|
890
|
+
rx: "24",
|
|
891
|
+
transform: "rotate(45 256 256)",
|
|
892
|
+
fill: "currentColor"
|
|
893
|
+
}, null, -1))
|
|
894
|
+
], 16, de));
|
|
895
|
+
}
|
|
896
|
+
}), pe = ["width", "height"], Ce = ["id"], _e = ["mask"], ge = /* @__PURE__ */ o({
|
|
897
|
+
__name: "file",
|
|
898
|
+
props: /* @__PURE__ */ c({
|
|
899
|
+
size: {}
|
|
900
|
+
}, d),
|
|
901
|
+
setup(s) {
|
|
902
|
+
const e = p();
|
|
903
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
904
|
+
width: t.size,
|
|
905
|
+
height: t.size
|
|
906
|
+
}), [
|
|
907
|
+
i("defs", null, [
|
|
908
|
+
i("mask", { id: r(e) }, u[0] || (u[0] = [
|
|
909
|
+
i("rect", {
|
|
910
|
+
width: "512",
|
|
911
|
+
height: "512",
|
|
912
|
+
fill: "black"
|
|
913
|
+
}, null, -1),
|
|
914
|
+
i("path", {
|
|
915
|
+
fill: "white",
|
|
916
|
+
d: "M148 68h140c20.4 0 40 8.1 54.5 22.6l72.9 72.9A77 77 0 0 1 438 218v186c0 35.3-28.7 64-64 64H148c-35.3 0-64-28.7-64-64V132c0-35.3 28.7-64 64-64Z"
|
|
917
|
+
}, null, -1),
|
|
918
|
+
i("path", {
|
|
919
|
+
fill: "black",
|
|
920
|
+
d: "M280 90v78c0 13.3 10.7 24 24 24h78L280 90Z"
|
|
921
|
+
}, null, -1)
|
|
922
|
+
]), 8, Ce)
|
|
923
|
+
]),
|
|
924
|
+
i("rect", {
|
|
925
|
+
width: "512",
|
|
926
|
+
height: "512",
|
|
927
|
+
fill: "currentColor",
|
|
928
|
+
mask: `url(#${r(e)})`
|
|
929
|
+
}, null, 8, _e)
|
|
930
|
+
], 16, pe));
|
|
931
|
+
}
|
|
932
|
+
}), fe = ["width", "height"], we = /* @__PURE__ */ o({
|
|
933
|
+
__name: "fileText",
|
|
934
|
+
props: /* @__PURE__ */ c({
|
|
935
|
+
size: {}
|
|
936
|
+
}, d),
|
|
937
|
+
setup(s) {
|
|
938
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
939
|
+
width: e.size,
|
|
940
|
+
height: e.size
|
|
941
|
+
}), t[0] || (t[0] = [
|
|
942
|
+
i("path", {
|
|
943
|
+
fill: "currentColor",
|
|
944
|
+
d: "M148 68H300C320.17 68 339.52 76.01 353.78 90.22L405.78 142.22C419.99 156.48 428 175.83 428 196V404C428 439.35 399.35 468 364 468H148C112.65 468 84 439.35 84 404V132C84 96.65 112.65 68 148 68ZM276 120V186C276 203.67 290.33 218 308 218H374L276 120ZM180 252C162.33 252 148 266.33 148 284C148 301.67 162.33 316 180 316H332C349.67 316 364 301.67 364 284C364 266.33 349.67 252 332 252H180ZM180 348C162.33 348 148 362.33 148 380C148 397.67 162.33 412 180 412H300C317.67 412 332 397.67 332 380C332 362.33 317.67 348 300 348H180Z"
|
|
945
|
+
}, null, -1)
|
|
946
|
+
]), 16, fe));
|
|
947
|
+
}
|
|
948
|
+
}), me = ["width", "height"], ke = /* @__PURE__ */ o({
|
|
949
|
+
__name: "filter",
|
|
950
|
+
props: /* @__PURE__ */ c({
|
|
951
|
+
size: {}
|
|
952
|
+
}, d),
|
|
953
|
+
setup(s) {
|
|
954
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
955
|
+
width: e.size,
|
|
956
|
+
height: e.size
|
|
957
|
+
}), t[0] || (t[0] = [
|
|
958
|
+
i("path", {
|
|
959
|
+
fill: "currentColor",
|
|
960
|
+
d: "M84 96h344c13.2 0 25.2 7.8 30.7 19.8 5.5 12 3.4 26.1-5.2 36l-137.5 158V454c0 10.1-4.9 19.6-13.2 25.6-8.3 6-19 7.8-28.9 4.8a32 32 0 0 1-11.6-6.4l-52-46.8a31.9 31.9 0 0 1-10.3-23.8V309.8L54.5 151.8c-8.6-9.9-10.7-24-5.2-36C54.8 103.8 66.8 96 80 96h4Z"
|
|
961
|
+
}, null, -1)
|
|
962
|
+
]), 16, me));
|
|
963
|
+
}
|
|
964
|
+
}), ze = ["width", "height"], ye = /* @__PURE__ */ o({
|
|
965
|
+
__name: "folder",
|
|
966
|
+
props: /* @__PURE__ */ c({
|
|
967
|
+
size: {}
|
|
968
|
+
}, d),
|
|
969
|
+
setup(s) {
|
|
970
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
971
|
+
width: e.size,
|
|
972
|
+
height: e.size
|
|
973
|
+
}), t[0] || (t[0] = [
|
|
974
|
+
i("path", {
|
|
975
|
+
fill: "currentColor",
|
|
976
|
+
d: "M118 96h126c10 0 19.7 3.4 27.4 9.7l28.6 23.2c7.7 6.3 17.4 9.7 27.4 9.7H394c30.9 0 56 25.1 56 56V390c0 33.1-26.9 60-60 60H122c-33.1 0-60-26.9-60-60V156c0-33.1 26.9-60 60-60Z"
|
|
977
|
+
}, null, -1)
|
|
978
|
+
]), 16, ze));
|
|
979
|
+
}
|
|
980
|
+
}), ve = ["width", "height"], Le = /* @__PURE__ */ o({
|
|
981
|
+
__name: "folderOpen",
|
|
982
|
+
props: /* @__PURE__ */ c({
|
|
983
|
+
size: {}
|
|
984
|
+
}, d),
|
|
985
|
+
setup(s) {
|
|
986
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
987
|
+
width: e.size,
|
|
988
|
+
height: e.size
|
|
989
|
+
}), t[0] || (t[0] = [
|
|
990
|
+
i("path", {
|
|
991
|
+
fill: "currentColor",
|
|
992
|
+
d: "M108 108H240C253.82 108 267.3 112.49 278.39 120.79L314.8 148.09C320.34 152.25 327.07 154.5 334 154.5H430C467.56 154.5 498 184.94 498 222.5V234H172C131.84 234 96.3 259.96 83.93 298.17L63.39 361.61C54.42 348.95 50 333.67 50 316.5V166C50 133.97 75.97 108 108 108Z"
|
|
993
|
+
}, null, -1),
|
|
994
|
+
i("path", {
|
|
995
|
+
fill: "currentColor",
|
|
996
|
+
d: "M159 282H510C547.57 282 573.74 319.27 561.04 354.62L524.87 455.28C515.19 482.23 489.66 500 461.03 500H110C72.43 500 46.26 462.73 58.96 427.38L95.13 326.72C104.81 299.77 130.34 282 159 282Z"
|
|
997
|
+
}, null, -1)
|
|
998
|
+
]), 16, ve));
|
|
999
|
+
}
|
|
1000
|
+
}), be = ["width", "height"], $e = /* @__PURE__ */ o({
|
|
1001
|
+
__name: "funnelX",
|
|
1002
|
+
props: /* @__PURE__ */ c({
|
|
1003
|
+
size: {}
|
|
1004
|
+
}, d),
|
|
1005
|
+
setup(s) {
|
|
1006
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1007
|
+
width: e.size,
|
|
1008
|
+
height: e.size
|
|
1009
|
+
}), t[0] || (t[0] = [
|
|
1010
|
+
i("path", {
|
|
1011
|
+
fill: "currentColor",
|
|
1012
|
+
d: "M51.2 102.4C40.88 102.4 31.52 108.64 27.52 118.24C23.52 127.84 25.76 138.8 33.12 146.08L179.2 292.24L179.2 384C179.2 390.8 181.92 397.28 186.72 402.08L237.92 453.28C239.92 455.28 242.16 456.88 244.56 458.08C227.6 433.36 217.68 403.44 217.68 371.2C217.68 291.68 278.08 226.32 355.52 218.4L427.84 146.08C435.2 138.72 437.36 127.76 433.36 118.16C429.36 108.56 419.92 102.4 409.6 102.4L51.2 102.4zM371.2 486.4C434.8 486.4 486.4 434.8 486.4 371.2C486.4 307.6 434.8 256 371.2 256C307.6 256 256 307.6 256 371.2C256 434.8 307.6 486.4 371.2 486.4zM418.64 341.84L389.28 371.2L418.64 400.56C423.6 405.52 423.6 413.68 418.64 418.64C413.68 423.6 405.52 423.6 400.56 418.64L371.2 389.28L341.84 418.64C336.88 423.6 328.72 423.6 323.76 418.64C318.8 413.68 318.8 405.52 323.76 400.56L353.12 371.2L323.76 341.84C318.8 336.88 318.8 328.72 323.76 323.76C328.72 318.8 336.88 318.8 341.84 323.76L371.2 353.12L400.56 323.76C405.52 318.8 413.68 318.8 418.64 323.76C423.6 328.72 423.6 336.88 418.64 341.84z"
|
|
1013
|
+
}, null, -1)
|
|
1014
|
+
]), 16, be));
|
|
1015
|
+
}
|
|
1016
|
+
}), Me = ["width", "height"], He = ["mask"], Ve = /* @__PURE__ */ o({
|
|
1017
|
+
__name: "gear",
|
|
1018
|
+
props: /* @__PURE__ */ c({
|
|
1019
|
+
size: {}
|
|
1020
|
+
}, d),
|
|
1021
|
+
setup(s) {
|
|
1022
|
+
const e = `gear-mask-${p()}`;
|
|
1023
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
1024
|
+
width: t.size,
|
|
1025
|
+
height: t.size
|
|
1026
|
+
}), [
|
|
1027
|
+
i("defs", null, [
|
|
1028
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
1029
|
+
C('<rect width="512" height="512" fill="black"></rect><circle cx="256" cy="256" r="144" fill="white"></circle><rect x="204" y="36" width="104" height="140" rx="34" fill="white"></rect><rect x="204" y="36" width="104" height="140" rx="34" transform="rotate(60 256 256)" fill="white"></rect><rect x="204" y="36" width="104" height="140" rx="34" transform="rotate(120 256 256)" fill="white"></rect><rect x="204" y="36" width="104" height="140" rx="34" transform="rotate(180 256 256)" fill="white"></rect><rect x="204" y="36" width="104" height="140" rx="34" transform="rotate(240 256 256)" fill="white"></rect><rect x="204" y="36" width="104" height="140" rx="34" transform="rotate(300 256 256)" fill="white"></rect><circle cx="256" cy="256" r="52" fill="black"></circle>', 9)
|
|
1030
|
+
]))
|
|
1031
|
+
]),
|
|
1032
|
+
i("rect", {
|
|
1033
|
+
width: "512",
|
|
1034
|
+
height: "512",
|
|
1035
|
+
fill: "currentColor",
|
|
1036
|
+
mask: `url(#${e})`
|
|
1037
|
+
}, null, 8, He)
|
|
1038
|
+
], 16, Me));
|
|
1039
|
+
}
|
|
1040
|
+
}), Ze = ["width", "height"], Se = /* @__PURE__ */ o({
|
|
1041
|
+
__name: "globe",
|
|
1042
|
+
props: /* @__PURE__ */ c({
|
|
1043
|
+
size: {}
|
|
1044
|
+
}, d),
|
|
1045
|
+
setup(s) {
|
|
1046
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1047
|
+
width: e.size,
|
|
1048
|
+
height: e.size
|
|
1049
|
+
}), t[0] || (t[0] = [
|
|
1050
|
+
C('<path fill="currentColor" d="M256 72C287.53 72 313.02 140.24 318.17 232H193.83C198.98 140.24 224.47 72 256 72Z"></path><path fill="currentColor" d="M193.83 280H318.17C313.02 371.76 287.53 440 256 440C224.47 440 198.98 371.76 193.83 280Z"></path><path fill="currentColor" d="M194 100C157.27 132.34 132.69 177.03 127.87 232H72.93C81.57 177.38 112.59 130.05 157.68 104L194 100Z"></path><path fill="currentColor" d="M318 100L354.32 104C399.41 130.05 430.43 177.38 439.07 232H384.13C379.31 177.03 354.73 132.34 318 100Z"></path><path fill="currentColor" d="M72.93 280H127.87C132.69 334.97 157.27 379.66 194 412L157.68 408C112.59 381.95 81.57 334.62 72.93 280Z"></path><path fill="currentColor" d="M318 412C354.73 379.66 379.31 334.97 384.13 280H439.07C430.43 334.62 399.41 381.95 354.32 408L318 412Z"></path>', 6)
|
|
1051
|
+
]), 16, Ze));
|
|
1052
|
+
}
|
|
1053
|
+
}), Re = ["width", "height"], xe = /* @__PURE__ */ o({
|
|
1054
|
+
__name: "grid",
|
|
1055
|
+
props: /* @__PURE__ */ c({
|
|
1056
|
+
size: {}
|
|
1057
|
+
}, d),
|
|
1058
|
+
setup(s) {
|
|
1059
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1060
|
+
width: e.size,
|
|
1061
|
+
height: e.size
|
|
1062
|
+
}), t[0] || (t[0] = [
|
|
1063
|
+
i("path", {
|
|
1064
|
+
fill: "currentColor",
|
|
1065
|
+
d: "M384 76.8C412.24 76.8 435.2 99.76 435.2 128L435.2 384C435.2 412.24 412.24 435.2 384 435.2L128 435.2L122.8 434.96C96.96 432.32 76.8 410.48 76.8 384L76.8 128C76.8 99.76 99.76 76.8 128 76.8L384 76.8zM128 307.2L128 384L230.4 384L230.4 307.2L128 307.2zM281.6 307.2L281.6 384L384 384L384 307.2L281.6 307.2zM128 256L230.4 256L230.4 179.2L128 179.2L128 256zM281.6 256L384 256L384 179.2L281.6 179.2L281.6 256z"
|
|
1066
|
+
}, null, -1)
|
|
1067
|
+
]), 16, Re));
|
|
1068
|
+
}
|
|
1069
|
+
}), De = ["width", "height"], Ie = /* @__PURE__ */ o({
|
|
1070
|
+
__name: "hardDrive",
|
|
1071
|
+
props: /* @__PURE__ */ c({
|
|
1072
|
+
size: {}
|
|
1073
|
+
}, d),
|
|
1074
|
+
setup(s) {
|
|
1075
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1076
|
+
width: e.size,
|
|
1077
|
+
height: e.size
|
|
1078
|
+
}), t[0] || (t[0] = [
|
|
1079
|
+
i("path", {
|
|
1080
|
+
fill: "currentColor",
|
|
1081
|
+
d: "M118 74H394C429.35 74 458 102.65 458 138V244.63C440.8 235.31 420.89 230 399.75 230H112.25C91.11 230 71.2 235.31 54 244.63V138C54 102.65 82.65 74 118 74Z"
|
|
1082
|
+
}, null, -1),
|
|
1083
|
+
i("path", {
|
|
1084
|
+
fill: "currentColor",
|
|
1085
|
+
d: "M112.25 278H399.75C435.1 278 463.75 306.65 463.75 342V394C463.75 429.35 435.1 458 399.75 458H112.25C76.9 458 48.25 429.35 48.25 394V342C48.25 306.65 76.9 278 112.25 278ZM258 368C258 389.54 275.46 407 297 407C318.54 407 336 389.54 336 368C336 346.46 318.54 329 297 329C275.46 329 258 346.46 258 368ZM336 368C336 389.54 353.46 407 375 407C396.54 407 414 389.54 414 368C414 346.46 396.54 329 375 329C353.46 329 336 346.46 336 368Z"
|
|
1086
|
+
}, null, -1)
|
|
1087
|
+
]), 16, De));
|
|
1088
|
+
}
|
|
1089
|
+
}), Ue = ["width", "height"], je = /* @__PURE__ */ o({
|
|
1090
|
+
__name: "heart",
|
|
1091
|
+
props: /* @__PURE__ */ c({
|
|
1092
|
+
size: {}
|
|
1093
|
+
}, d),
|
|
1094
|
+
setup(s) {
|
|
1095
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1096
|
+
width: e.size,
|
|
1097
|
+
height: e.size
|
|
1098
|
+
}), t[0] || (t[0] = [
|
|
1099
|
+
i("path", {
|
|
1100
|
+
fill: "currentColor",
|
|
1101
|
+
d: "M256 448c-10.2 0-20.3-3.6-28.1-10.8L121.5 338.5C68.8 291 64 207.5 110.9 154.1 154.5 104.6 229.1 101 256 144.1 282.9 101 357.5 104.6 401.1 154.1c46.9 53.4 42.1 136.9-10.6 184.4L284.1 437.2c-7.8 7.2-17.9 10.8-28.1 10.8Z"
|
|
1102
|
+
}, null, -1)
|
|
1103
|
+
]), 16, Ue));
|
|
1104
|
+
}
|
|
1105
|
+
}), Oe = ["width", "height"], Be = /* @__PURE__ */ o({
|
|
1106
|
+
__name: "history",
|
|
1107
|
+
props: /* @__PURE__ */ c({
|
|
1108
|
+
size: {}
|
|
1109
|
+
}, d),
|
|
1110
|
+
setup(s) {
|
|
1111
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1112
|
+
width: e.size,
|
|
1113
|
+
height: e.size
|
|
1114
|
+
}), t[0] || (t[0] = [
|
|
1115
|
+
i("path", {
|
|
1116
|
+
fill: "currentColor",
|
|
1117
|
+
d: "M256 96C344.37 96 416 167.63 416 256C416 344.37 344.37 416 256 416C202.4 416 154.94 389.64 125.95 349.16C117.24 336.99 100.36 334.19 88.2 342.9C76.03 351.61 73.23 368.49 81.94 380.66C120.74 434.85 184.23 470 256 470C374.71 470 471 373.71 471 255C471 136.29 374.71 40 256 40C183.06 40 118.6 76.31 80 132.09V112C80 97.64 68.36 86 54 86C39.64 86 28 97.64 28 112V208C28 222.36 39.64 234 54 234H145C159.36 234 171 222.36 171 208C171 193.64 159.36 182 145 182H114.52C143.56 129.6 195.35 96 256 96ZM256 146C241.64 146 230 157.64 230 172V255C230 261.89 232.74 268.49 237.62 273.38L295.62 331.38C305.77 341.53 322.23 341.53 332.38 331.38C342.53 321.23 342.53 304.77 332.38 294.62L282 244.24V172C282 157.64 270.36 146 256 146Z"
|
|
1118
|
+
}, null, -1)
|
|
1119
|
+
]), 16, Oe));
|
|
1120
|
+
}
|
|
1121
|
+
}), Ae = ["width", "height"], Ne = ["id"], Pe = ["mask"], qe = /* @__PURE__ */ o({
|
|
1122
|
+
__name: "house",
|
|
1123
|
+
props: /* @__PURE__ */ c({
|
|
1124
|
+
size: {}
|
|
1125
|
+
}, d),
|
|
1126
|
+
setup(s) {
|
|
1127
|
+
const e = p();
|
|
1128
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
1129
|
+
width: t.size,
|
|
1130
|
+
height: t.size
|
|
1131
|
+
}), [
|
|
1132
|
+
i("defs", null, [
|
|
1133
|
+
i("mask", { id: r(e) }, u[0] || (u[0] = [
|
|
1134
|
+
i("rect", {
|
|
1135
|
+
width: "512",
|
|
1136
|
+
height: "512",
|
|
1137
|
+
fill: "black"
|
|
1138
|
+
}, null, -1),
|
|
1139
|
+
i("path", {
|
|
1140
|
+
fill: "white",
|
|
1141
|
+
d: "M236 84.3a28 28 0 0 1 40 0l160 152c18 17.1 5.9 47.7-18.8 47.7H392V404c0 35.3-28.7 64-64 64H184c-35.3 0-64-28.7-64-64V284H94.8c-24.7 0-36.8-30.6-18.8-47.7l160-152Z"
|
|
1142
|
+
}, null, -1),
|
|
1143
|
+
i("path", {
|
|
1144
|
+
fill: "black",
|
|
1145
|
+
d: "M256 250c30.9 0 56 25.1 56 56v86h-112v-86c0-30.9 25.1-56 56-56Z"
|
|
1146
|
+
}, null, -1)
|
|
1147
|
+
]), 8, Ne)
|
|
1148
|
+
]),
|
|
1149
|
+
i("rect", {
|
|
1150
|
+
width: "512",
|
|
1151
|
+
height: "512",
|
|
1152
|
+
fill: "currentColor",
|
|
1153
|
+
mask: `url(#${r(e)})`
|
|
1154
|
+
}, null, 8, Pe)
|
|
1155
|
+
], 16, Ae));
|
|
1156
|
+
}
|
|
1157
|
+
}), Ge = ["width", "height"], Ee = /* @__PURE__ */ o({
|
|
1158
|
+
__name: "inbox",
|
|
1159
|
+
props: /* @__PURE__ */ c({
|
|
1160
|
+
size: {}
|
|
1161
|
+
}, d),
|
|
1162
|
+
setup(s) {
|
|
1163
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1164
|
+
width: e.size,
|
|
1165
|
+
height: e.size
|
|
1166
|
+
}), t[0] || (t[0] = [
|
|
1167
|
+
i("path", {
|
|
1168
|
+
fill: "currentColor",
|
|
1169
|
+
d: "M113 70H399C430.45 70 457.09 92.89 461.56 124.02L484.62 284.95C484.93 287.07 485.09 289.22 485.09 291.36V402C485.09 433.48 459.57 459 428.09 459H83.91C52.43 459 26.91 433.48 26.91 402V291.36C26.91 289.22 27.07 287.07 27.38 284.95L50.44 124.02C54.91 92.89 81.55 70 113 70ZM126.46 127C115.8 127 106.76 134.81 105.25 145.37L85.82 280.91H131.75C145.57 280.91 158.21 288.73 164.38 301.08L178.24 328.8C183.03 338.37 192.82 344.41 203.52 344.41H308.48C319.18 344.41 328.97 338.37 333.76 328.8L347.62 301.08C353.79 288.73 366.43 280.91 380.25 280.91H426.18L406.75 145.37C405.24 134.81 396.2 127 385.54 127H126.46Z"
|
|
1170
|
+
}, null, -1)
|
|
1171
|
+
]), 16, Ge));
|
|
1172
|
+
}
|
|
1173
|
+
}), Te = ["width", "height"], Fe = /* @__PURE__ */ o({
|
|
1174
|
+
__name: "info",
|
|
1175
|
+
props: /* @__PURE__ */ c({
|
|
1176
|
+
size: {}
|
|
1177
|
+
}, d),
|
|
1178
|
+
setup(s) {
|
|
1179
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1180
|
+
width: e.size,
|
|
1181
|
+
height: e.size
|
|
1182
|
+
}), t[0] || (t[0] = [
|
|
1183
|
+
i("circle", {
|
|
1184
|
+
cx: "256",
|
|
1185
|
+
cy: "106",
|
|
1186
|
+
r: "42",
|
|
1187
|
+
fill: "currentColor"
|
|
1188
|
+
}, null, -1),
|
|
1189
|
+
i("path", {
|
|
1190
|
+
fill: "currentColor",
|
|
1191
|
+
d: "M214 182c-16.6 0-30 13.4-30 30s13.4 30 30 30h20v146h-24c-16.6 0-30 13.4-30 30s13.4 30 30 30h92c16.6 0 30-13.4 30-30s-13.4-30-30-30h-8V212c0-16.6-13.4-30-30-30h-50Z"
|
|
1192
|
+
}, null, -1)
|
|
1193
|
+
]), 16, Te));
|
|
1194
|
+
}
|
|
1195
|
+
}), Xe = ["width", "height"], Je = /* @__PURE__ */ o({
|
|
1196
|
+
__name: "key",
|
|
1197
|
+
props: /* @__PURE__ */ c({
|
|
1198
|
+
size: {}
|
|
1199
|
+
}, d),
|
|
1200
|
+
setup(s) {
|
|
1201
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1202
|
+
width: e.size,
|
|
1203
|
+
height: e.size
|
|
1204
|
+
}), t[0] || (t[0] = [
|
|
1205
|
+
i("path", {
|
|
1206
|
+
fill: "currentColor",
|
|
1207
|
+
d: "M320 332.8C397.76 332.8 460.8 269.76 460.8 192C460.8 114.24 397.76 51.2 320 51.2C242.24 51.2 179.2 114.24 179.2 192C179.2 206.96 181.52 221.44 185.84 234.96L56.8 364C53.2 367.6 51.2 372.48 51.2 377.6L51.2 441.6C51.2 452.24 59.76 460.8 70.4 460.8L134.4 460.8C145.04 460.8 153.6 452.24 153.6 441.6L153.6 409.6L185.6 409.6C196.24 409.6 204.8 401.04 204.8 390.4L204.8 358.4L236.8 358.4C241.92 358.4 246.8 356.4 250.4 352.8L277.04 326.16C290.56 330.48 305.04 332.8 320 332.8zM352 128C369.68 128 384 142.32 384 160C384 177.68 369.68 192 352 192C334.32 192 320 177.68 320 160C320 142.32 334.32 128 352 128z"
|
|
1208
|
+
}, null, -1)
|
|
1209
|
+
]), 16, Xe));
|
|
1210
|
+
}
|
|
1211
|
+
}), Ke = ["width", "height"], We = /* @__PURE__ */ o({
|
|
1212
|
+
__name: "layers",
|
|
1213
|
+
props: /* @__PURE__ */ c({
|
|
1214
|
+
size: {}
|
|
1215
|
+
}, d),
|
|
1216
|
+
setup(s) {
|
|
1217
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1218
|
+
width: e.size,
|
|
1219
|
+
height: e.size
|
|
1220
|
+
}), t[0] || (t[0] = [
|
|
1221
|
+
i("path", {
|
|
1222
|
+
fill: "currentColor",
|
|
1223
|
+
d: "M242.58 73.2C250.98 69.19 261.02 69.19 269.42 73.2L405.48 138.18C413.88 142.19 419.24 150.68 419.24 160C419.24 169.32 413.88 177.81 405.48 181.82L269.42 246.8C261.02 250.81 250.98 250.81 242.58 246.8L106.52 181.82C98.12 177.81 92.76 169.32 92.76 160C92.76 150.68 98.12 142.19 106.52 138.18L242.58 73.2Z"
|
|
1224
|
+
}, null, -1),
|
|
1225
|
+
i("path", {
|
|
1226
|
+
fill: "currentColor",
|
|
1227
|
+
d: "M126.45 233.12L232.24 283.63C247.2 290.77 264.8 290.77 279.76 283.63L385.55 233.12L406.72 243.22C415.12 247.23 420.48 255.72 420.48 265.04C420.48 274.36 415.12 282.85 406.72 286.86L270.66 351.84C262.26 355.85 252.22 355.85 243.82 351.84L107.76 286.86C99.36 282.85 94 274.36 94 265.04C94 255.72 99.36 247.23 107.76 243.22L126.45 233.12Z"
|
|
1228
|
+
}, null, -1),
|
|
1229
|
+
i("path", {
|
|
1230
|
+
fill: "currentColor",
|
|
1231
|
+
d: "M126.45 338.08L232.24 388.59C247.2 395.73 264.8 395.73 279.76 388.59L385.55 338.08L406.72 348.18C415.12 352.19 420.48 360.68 420.48 370C420.48 379.32 415.12 387.81 406.72 391.82L270.66 456.8C262.26 460.81 252.22 460.81 243.82 456.8L107.76 391.82C99.36 387.81 94 379.32 94 370C94 360.68 99.36 352.19 107.76 348.18L126.45 338.08Z"
|
|
1232
|
+
}, null, -1)
|
|
1233
|
+
]), 16, Ke));
|
|
1234
|
+
}
|
|
1235
|
+
}), Qe = ["width", "height"], Ye = /* @__PURE__ */ o({
|
|
1236
|
+
__name: "link",
|
|
1237
|
+
props: /* @__PURE__ */ c({
|
|
1238
|
+
size: {}
|
|
1239
|
+
}, d),
|
|
1240
|
+
setup(s) {
|
|
1241
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1242
|
+
width: e.size,
|
|
1243
|
+
height: e.size
|
|
1244
|
+
}), t[0] || (t[0] = [
|
|
1245
|
+
i("path", {
|
|
1246
|
+
fill: "currentColor",
|
|
1247
|
+
d: "M361.2 128C347.92 128 335.04 131.6 323.76 138.16C311.12 125.36 296.4 114.64 280.16 106.56C302.72 87.36 331.44 76.8 361.2 76.8C430.32 76.8 486.4 132.8 486.4 202C486.4 235.2 473.2 267.04 449.76 290.48L392.88 347.36C369.44 370.8 337.6 384 304.4 384C235.28 384 179.2 328 179.2 258.8C179.2 257.6 179.2 256.4 179.28 255.2C179.68 241.04 191.44 229.92 205.6 230.32C219.76 230.72 230.88 242.48 230.48 256.64C230.48 257.36 230.48 258.08 230.48 258.72C230.48 299.6 263.6 332.72 304.48 332.72C324.08 332.72 342.88 324.96 356.8 311.04L413.68 254.16C427.52 240.32 435.36 221.44 435.36 201.84C435.36 160.96 402.24 127.84 361.36 127.84zM245.76 189.84C244.24 189.2 242.72 188.32 241.36 187.36C231.28 182.16 219.76 179.2 207.68 179.2C188.08 179.2 169.28 186.96 155.36 200.88L98.48 257.76C84.64 271.6 76.8 290.48 76.8 310.08C76.8 350.96 109.92 384.08 150.8 384.08C164 384.08 176.88 380.56 188.16 374C200.8 386.8 215.52 397.52 231.84 405.6C209.28 424.72 180.64 435.36 150.8 435.36C81.68 435.36 25.6 379.36 25.6 310.16C25.6 276.96 38.8 245.12 62.24 221.68L119.12 164.8C142.56 141.36 174.4 128.16 207.6 128.16C276.88 128.16 332.8 184.64 332.8 253.68C332.8 254.72 332.8 255.76 332.8 256.8C332.48 270.96 320.72 282.08 306.56 281.76C292.4 281.44 281.28 269.68 281.6 255.52C281.6 254.88 281.6 254.32 281.6 253.68C281.6 226.72 267.2 203.04 245.76 190z"
|
|
1248
|
+
}, null, -1)
|
|
1249
|
+
]), 16, Qe));
|
|
1250
|
+
}
|
|
1251
|
+
}), e1 = ["width", "height"], t1 = /* @__PURE__ */ o({
|
|
1252
|
+
__name: "lock",
|
|
1253
|
+
props: /* @__PURE__ */ c({
|
|
1254
|
+
size: {}
|
|
1255
|
+
}, d),
|
|
1256
|
+
setup(s) {
|
|
1257
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1258
|
+
width: e.size,
|
|
1259
|
+
height: e.size
|
|
1260
|
+
}), t[0] || (t[0] = [
|
|
1261
|
+
i("path", {
|
|
1262
|
+
fill: "currentColor",
|
|
1263
|
+
d: "M256 44c48.6 0 88 39.4 88 88v52h8c35.3 0 64 28.7 64 64v176c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V248c0-35.3 28.7-64 64-64h8v-52c0-48.6 39.4-88 88-88Zm0 52c-19.9 0-36 16.1-36 36v52h72v-52c0-19.9-16.1-36-36-36Z"
|
|
1264
|
+
}, null, -1)
|
|
1265
|
+
]), 16, e1));
|
|
1266
|
+
}
|
|
1267
|
+
}), i1 = ["width", "height"], s1 = /* @__PURE__ */ o({
|
|
1268
|
+
__name: "logIn",
|
|
1269
|
+
props: /* @__PURE__ */ c({
|
|
1270
|
+
size: {}
|
|
1271
|
+
}, d),
|
|
1272
|
+
setup(s) {
|
|
1273
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1274
|
+
width: e.size,
|
|
1275
|
+
height: e.size
|
|
1276
|
+
}), t[0] || (t[0] = [
|
|
1277
|
+
i("path", {
|
|
1278
|
+
fill: "currentColor",
|
|
1279
|
+
d: "M332.8 128L384 128C398.16 128 409.6 139.44 409.6 153.6L409.6 358.4C409.6 372.56 398.16 384 384 384L332.8 384C318.64 384 307.2 395.44 307.2 409.6C307.2 423.76 318.64 435.2 332.8 435.2L384 435.2C426.4 435.2 460.8 400.8 460.8 358.4L460.8 153.6C460.8 111.2 426.4 76.8 384 76.8L332.8 76.8C318.64 76.8 307.2 88.24 307.2 102.4C307.2 116.56 318.64 128 332.8 128zM325.28 274.08C335.28 264.08 335.28 247.84 325.28 237.84L222.88 135.44C212.88 125.44 196.64 125.44 186.64 135.44C176.64 145.44 176.64 161.68 186.64 171.68L245.36 230.4L76.8 230.4C62.64 230.4 51.2 241.84 51.2 256C51.2 270.16 62.64 281.6 76.8 281.6L245.36 281.6L186.64 340.32C176.64 350.32 176.64 366.56 186.64 376.56C196.64 386.56 212.88 386.56 222.88 376.56L325.28 274.16z"
|
|
1280
|
+
}, null, -1)
|
|
1281
|
+
]), 16, i1));
|
|
1282
|
+
}
|
|
1283
|
+
}), r1 = ["width", "height"], o1 = /* @__PURE__ */ o({
|
|
1284
|
+
__name: "logOut",
|
|
1285
|
+
props: /* @__PURE__ */ c({
|
|
1286
|
+
size: {}
|
|
1287
|
+
}, d),
|
|
1288
|
+
setup(s) {
|
|
1289
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1290
|
+
width: e.size,
|
|
1291
|
+
height: e.size
|
|
1292
|
+
}), t[0] || (t[0] = [
|
|
1293
|
+
i("path", {
|
|
1294
|
+
fill: "currentColor",
|
|
1295
|
+
d: "M179.2 128C193.36 128 204.8 116.56 204.8 102.4C204.8 88.24 193.36 76.8 179.2 76.8L128 76.8C85.6 76.8 51.2 111.2 51.2 153.6L51.2 358.4C51.2 400.8 85.6 435.2 128 435.2L179.2 435.2C193.36 435.2 204.8 423.76 204.8 409.6C204.8 395.44 193.36 384 179.2 384L128 384C113.84 384 102.4 372.56 102.4 358.4L102.4 153.6C102.4 139.44 113.84 128 128 128L179.2 128z"
|
|
1296
|
+
}, null, -1),
|
|
1297
|
+
i("path", {
|
|
1298
|
+
fill: "currentColor",
|
|
1299
|
+
transform: "translate(-10 0) scale(0.8)",
|
|
1300
|
+
d: "M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L438.6 169.3C426.1 156.8 405.8 156.8 393.3 169.3C380.8 181.8 380.8 202.1 393.3 214.6L466.7 288L256 288C238.3 288 224 302.3 224 320C224 337.7 238.3 352 256 352L466.7 352L393.3 425.4C380.8 437.9 380.8 458.2 393.3 470.7C405.8 483.2 426.1 483.2 438.6 470.7L566.6 342.7z"
|
|
1301
|
+
}, null, -1)
|
|
1302
|
+
]), 16, r1));
|
|
1303
|
+
}
|
|
1304
|
+
}), n1 = ["width", "height"], l1 = /* @__PURE__ */ o({
|
|
1305
|
+
__name: "magnifyingGlass",
|
|
1306
|
+
props: /* @__PURE__ */ c({
|
|
1307
|
+
size: {}
|
|
1308
|
+
}, d),
|
|
1309
|
+
setup(s) {
|
|
1310
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1311
|
+
width: e.size,
|
|
1312
|
+
height: e.size
|
|
1313
|
+
}), t[0] || (t[0] = [
|
|
1314
|
+
i("path", {
|
|
1315
|
+
d: "M224 88a136 136 0 1 1 0 272 136 136 0 0 1 0-272Zm96.2 232.2 91.8 91.8",
|
|
1316
|
+
stroke: "currentColor",
|
|
1317
|
+
"stroke-width": "56",
|
|
1318
|
+
"stroke-linecap": "round",
|
|
1319
|
+
"stroke-linejoin": "round",
|
|
1320
|
+
fill: "none"
|
|
1321
|
+
}, null, -1)
|
|
1322
|
+
]), 16, n1));
|
|
1323
|
+
}
|
|
1324
|
+
}), c1 = ["width", "height"], a1 = ["id"], d1 = ["mask"], h1 = /* @__PURE__ */ o({
|
|
1325
|
+
__name: "mail",
|
|
1326
|
+
props: /* @__PURE__ */ c({
|
|
1327
|
+
size: {}
|
|
1328
|
+
}, d),
|
|
1329
|
+
setup(s) {
|
|
1330
|
+
const e = p();
|
|
1331
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
1332
|
+
width: t.size,
|
|
1333
|
+
height: t.size
|
|
1334
|
+
}), [
|
|
1335
|
+
i("defs", null, [
|
|
1336
|
+
i("mask", { id: r(e) }, u[0] || (u[0] = [
|
|
1337
|
+
i("rect", {
|
|
1338
|
+
width: "512",
|
|
1339
|
+
height: "512",
|
|
1340
|
+
fill: "black"
|
|
1341
|
+
}, null, -1),
|
|
1342
|
+
i("path", {
|
|
1343
|
+
fill: "white",
|
|
1344
|
+
d: "M110 108h292c43.1 0 78 34.9 78 78v156c0 43.1-34.9 78-78 78H110c-43.1 0-78-34.9-78-78V186c0-43.1 34.9-78 78-78Z"
|
|
1345
|
+
}, null, -1),
|
|
1346
|
+
i("path", {
|
|
1347
|
+
fill: "black",
|
|
1348
|
+
d: "M78 164 210.3 270c27.1 21.7 65.3 21.7 92.4 0L434 164v19L282 305c-15.2 12.2-36.6 12.2-51.8 0L78 183v-19Z"
|
|
1349
|
+
}, null, -1)
|
|
1350
|
+
]), 8, a1)
|
|
1351
|
+
]),
|
|
1352
|
+
i("rect", {
|
|
1353
|
+
width: "512",
|
|
1354
|
+
height: "512",
|
|
1355
|
+
fill: "currentColor",
|
|
1356
|
+
mask: `url(#${r(e)})`
|
|
1357
|
+
}, null, 8, d1)
|
|
1358
|
+
], 16, c1));
|
|
1359
|
+
}
|
|
1360
|
+
}), u1 = ["width", "height"], p1 = /* @__PURE__ */ o({
|
|
1361
|
+
__name: "message",
|
|
1362
|
+
props: /* @__PURE__ */ c({
|
|
1363
|
+
size: {}
|
|
1364
|
+
}, d),
|
|
1365
|
+
setup(s) {
|
|
1366
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1367
|
+
width: e.size,
|
|
1368
|
+
height: e.size
|
|
1369
|
+
}), t[0] || (t[0] = [
|
|
1370
|
+
i("path", {
|
|
1371
|
+
fill: "currentColor",
|
|
1372
|
+
d: "M136 88h240c48.6 0 88 39.4 88 88v112c0 48.6-39.4 88-88 88h-88l-94.4 69.3c-15.6 11.4-37.2.3-37.2-19V376h-20c-48.6 0-88-39.4-88-88V176c0-48.6 39.4-88 88-88Z"
|
|
1373
|
+
}, null, -1)
|
|
1374
|
+
]), 16, u1));
|
|
1375
|
+
}
|
|
1376
|
+
}), C1 = ["width", "height"], _1 = /* @__PURE__ */ o({
|
|
1377
|
+
__name: "minus",
|
|
1378
|
+
props: /* @__PURE__ */ c({
|
|
1379
|
+
size: {}
|
|
1380
|
+
}, d),
|
|
1381
|
+
setup(s) {
|
|
1382
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1383
|
+
width: e.size,
|
|
1384
|
+
height: e.size
|
|
1385
|
+
}), t[0] || (t[0] = [
|
|
1386
|
+
i("path", {
|
|
1387
|
+
d: "M108 256h296",
|
|
1388
|
+
stroke: "currentColor",
|
|
1389
|
+
"stroke-width": "56",
|
|
1390
|
+
"stroke-linecap": "round",
|
|
1391
|
+
"stroke-linejoin": "round",
|
|
1392
|
+
fill: "none"
|
|
1393
|
+
}, null, -1)
|
|
1394
|
+
]), 16, C1));
|
|
1395
|
+
}
|
|
1396
|
+
}), g1 = ["width", "height"], f1 = ["id"], w1 = ["mask"], m1 = /* @__PURE__ */ o({
|
|
1397
|
+
__name: "moon",
|
|
1398
|
+
props: /* @__PURE__ */ c({
|
|
1399
|
+
size: {}
|
|
1400
|
+
}, d),
|
|
1401
|
+
setup(s) {
|
|
1402
|
+
const e = p();
|
|
1403
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
1404
|
+
width: t.size,
|
|
1405
|
+
height: t.size
|
|
1406
|
+
}), [
|
|
1407
|
+
i("defs", null, [
|
|
1408
|
+
i("mask", { id: r(e) }, u[0] || (u[0] = [
|
|
1409
|
+
i("rect", {
|
|
1410
|
+
width: "512",
|
|
1411
|
+
height: "512",
|
|
1412
|
+
fill: "black"
|
|
1413
|
+
}, null, -1),
|
|
1414
|
+
i("circle", {
|
|
1415
|
+
cx: "224",
|
|
1416
|
+
cy: "256",
|
|
1417
|
+
r: "174",
|
|
1418
|
+
fill: "white"
|
|
1419
|
+
}, null, -1),
|
|
1420
|
+
i("circle", {
|
|
1421
|
+
cx: "326",
|
|
1422
|
+
cy: "220",
|
|
1423
|
+
r: "146",
|
|
1424
|
+
fill: "black"
|
|
1425
|
+
}, null, -1)
|
|
1426
|
+
]), 8, f1)
|
|
1427
|
+
]),
|
|
1428
|
+
i("rect", {
|
|
1429
|
+
width: "512",
|
|
1430
|
+
height: "512",
|
|
1431
|
+
fill: "currentColor",
|
|
1432
|
+
mask: `url(#${r(e)})`
|
|
1433
|
+
}, null, 8, w1)
|
|
1434
|
+
], 16, g1));
|
|
1435
|
+
}
|
|
1436
|
+
}), k1 = ["width", "height"], z1 = /* @__PURE__ */ o({
|
|
1437
|
+
__name: "pencil",
|
|
1438
|
+
props: /* @__PURE__ */ c({
|
|
1439
|
+
size: {}
|
|
1440
|
+
}, d),
|
|
1441
|
+
setup(s) {
|
|
1442
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1443
|
+
width: e.size,
|
|
1444
|
+
height: e.size
|
|
1445
|
+
}), t[0] || (t[0] = [
|
|
1446
|
+
i("path", {
|
|
1447
|
+
fill: "currentColor",
|
|
1448
|
+
d: "M80.32 333.76C83.6 322.08 89.76 311.44 98.4 302.8L243.36 157.84L270.48 130.72C283.76 144 311.52 171.76 353.68 213.92L380.8 241.04L353.68 268.16L208.72 413.12C200.16 421.68 189.44 427.92 177.76 431.2L75.52 459.68C68.88 461.52 61.68 459.68 56.8 454.72C51.92 449.76 50.08 442.64 51.92 436L80.32 333.76zM124.8 330.8C121.28 334.56 118.72 339.12 117.36 344.08L98.08 413.6L167.6 394.32C172.72 392.88 177.36 390.24 181.2 386.56L124.72 330.8zM408 213.92C394.72 200.64 366.96 172.88 324.8 130.72L297.6 103.6C318.8 82.4 330.72 70.48 333.52 67.68C344.32 56.8 359.04 50.72 374.4 50.72C389.76 50.72 404.48 56.8 415.28 67.68L443.84 96.24C454.72 107.12 460.8 121.84 460.8 137.12C460.8 152.4 454.72 167.2 443.84 178C441.04 180.8 429.12 192.72 407.92 213.92z"
|
|
1449
|
+
}, null, -1)
|
|
1450
|
+
]), 16, k1));
|
|
1451
|
+
}
|
|
1452
|
+
}), y1 = ["width", "height"], v1 = /* @__PURE__ */ o({
|
|
1453
|
+
__name: "phone",
|
|
1454
|
+
props: /* @__PURE__ */ c({
|
|
1455
|
+
size: {}
|
|
1456
|
+
}, d),
|
|
1457
|
+
setup(s) {
|
|
1458
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1459
|
+
width: e.size,
|
|
1460
|
+
height: e.size
|
|
1461
|
+
}), t[0] || (t[0] = [
|
|
1462
|
+
i("path", {
|
|
1463
|
+
fill: "currentColor",
|
|
1464
|
+
d: "M179.36 71.2C173.04 56.08 156.56 48.08 140.88 52.32L136.48 53.52C84.8 67.6 40.64 117.68 53.52 178.64C83.2 318.64 193.36 428.8 333.36 458.48C394.4 471.44 444.4 427.2 458.48 375.52L459.68 371.12C464 355.36 455.92 338.88 440.88 332.64L363.04 300.24C349.84 294.72 334.56 298.56 325.44 309.68L294.56 347.44C238.32 319.52 193.04 272.8 167.04 215.44L202.4 186.64C213.52 177.6 217.28 162.32 211.84 149.04L179.36 71.2z"
|
|
1465
|
+
}, null, -1)
|
|
1466
|
+
]), 16, y1));
|
|
1467
|
+
}
|
|
1468
|
+
}), L1 = ["width", "height"], b1 = /* @__PURE__ */ o({
|
|
1469
|
+
__name: "plug",
|
|
1470
|
+
props: /* @__PURE__ */ c({
|
|
1471
|
+
size: {}
|
|
1472
|
+
}, d),
|
|
1473
|
+
setup(s) {
|
|
1474
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1475
|
+
width: e.size,
|
|
1476
|
+
height: e.size
|
|
1477
|
+
}), t[0] || (t[0] = [
|
|
1478
|
+
C('<path fill="currentColor" d="M180 72C180 54.33 194.33 40 212 40C229.67 40 244 54.33 244 72V168H180V72Z"></path><path fill="currentColor" d="M324 72C324 54.33 338.33 40 356 40C373.67 40 388 54.33 388 72V168H324V72Z"></path><path fill="currentColor" d="M128 152H432C449.67 152 464 166.33 464 184C464 201.67 449.67 216 432 216H128C110.33 216 96 201.67 96 184C96 166.33 110.33 152 128 152Z"></path><path fill="currentColor" d="M128 216H432V268C432 350.84 364.84 418 282 418H278C195.16 418 128 350.84 128 268V216Z"></path><path fill="currentColor" d="M248 418H312V496C312 513.67 297.67 528 280 528C262.33 528 248 513.67 248 496V418Z"></path>', 5)
|
|
1479
|
+
]), 16, L1));
|
|
1480
|
+
}
|
|
1481
|
+
}), $1 = ["width", "height"], M1 = /* @__PURE__ */ o({
|
|
1482
|
+
__name: "plus",
|
|
1483
|
+
props: /* @__PURE__ */ c({
|
|
1484
|
+
size: {}
|
|
1485
|
+
}, d),
|
|
1486
|
+
setup(s) {
|
|
1487
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1488
|
+
width: e.size,
|
|
1489
|
+
height: e.size
|
|
1490
|
+
}), t[0] || (t[0] = [
|
|
1491
|
+
i("path", {
|
|
1492
|
+
d: "M256 108v296M108 256h296",
|
|
1493
|
+
stroke: "currentColor",
|
|
1494
|
+
"stroke-width": "56",
|
|
1495
|
+
"stroke-linecap": "round",
|
|
1496
|
+
"stroke-linejoin": "round",
|
|
1497
|
+
fill: "none"
|
|
1498
|
+
}, null, -1)
|
|
1499
|
+
]), 16, $1));
|
|
1500
|
+
}
|
|
1501
|
+
}), H1 = ["width", "height"], V1 = /* @__PURE__ */ o({
|
|
1502
|
+
__name: "question",
|
|
1503
|
+
props: /* @__PURE__ */ c({
|
|
1504
|
+
size: {}
|
|
1505
|
+
}, d),
|
|
1506
|
+
setup(s) {
|
|
1507
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1508
|
+
width: e.size,
|
|
1509
|
+
height: e.size
|
|
1510
|
+
}), t[0] || (t[0] = [
|
|
1511
|
+
i("path", {
|
|
1512
|
+
fill: "currentColor",
|
|
1513
|
+
d: "M248 72c-62.2 0-112 49.8-112 109 0 16.6 13.4 30 30 30s30-13.4 30-30c0-27.6 23.6-49 52-49 31 0 54 20 54 49 0 25.7-13.6 40.3-40.5 55.3C227.4 255.7 214 278.1 214 311v20c0 16.6 13.4 30 30 30s30-13.4 30-30v-14.1c0-18.7 5.9-28.9 36.7-46.1 33.1-18.4 51.3-45.2 51.3-89.8 0-62.2-48.6-109-114-109Z"
|
|
1514
|
+
}, null, -1),
|
|
1515
|
+
i("circle", {
|
|
1516
|
+
cx: "252",
|
|
1517
|
+
cy: "426",
|
|
1518
|
+
r: "34",
|
|
1519
|
+
fill: "currentColor"
|
|
1520
|
+
}, null, -1)
|
|
1521
|
+
]), 16, H1));
|
|
1522
|
+
}
|
|
1523
|
+
}), Z1 = ["width", "height"], S1 = /* @__PURE__ */ o({
|
|
1524
|
+
__name: "receipt",
|
|
1525
|
+
props: /* @__PURE__ */ c({
|
|
1526
|
+
size: {}
|
|
1527
|
+
}, d),
|
|
1528
|
+
setup(s) {
|
|
1529
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1530
|
+
width: e.size,
|
|
1531
|
+
height: e.size
|
|
1532
|
+
}), t[0] || (t[0] = [
|
|
1533
|
+
i("path", {
|
|
1534
|
+
fill: "currentColor",
|
|
1535
|
+
"fill-rule": "evenodd",
|
|
1536
|
+
"clip-rule": "evenodd",
|
|
1537
|
+
d: "M146 80C155.39 80 161.39 86.89 167.74 94.17L192 122L216.26 94.17C224.22 85.04 237.78 85.04 245.74 94.17L270 122L294.26 94.17C302.22 85.04 315.78 85.04 323.74 94.17L348 122L372.26 94.17C378.61 86.89 384.61 80 394 80C411.67 80 426 94.33 426 112V400C426 417.67 411.67 432 394 432C384.61 432 378.61 425.11 372.26 417.83L348 390L323.74 417.83C315.78 426.96 302.22 426.96 294.26 417.83L270 390L245.74 417.83C237.78 426.96 224.22 426.96 216.26 417.83L192 390L167.74 417.83C161.39 425.11 155.39 432 146 432C128.33 432 114 417.67 114 400V112C114 94.33 128.33 80 146 80ZM178 170C164.75 170 154 180.75 154 194C154 207.25 164.75 218 178 218H362C375.25 218 386 207.25 386 194C386 180.75 375.25 170 362 170H178ZM178 242C164.75 242 154 252.75 154 266C154 279.25 164.75 290 178 290H362C375.25 290 386 279.25 386 266C386 252.75 375.25 242 362 242H178ZM178 314C164.75 314 154 324.75 154 338C154 351.25 164.75 362 178 362H362C375.25 362 386 351.25 386 338C386 324.75 375.25 314 362 314H178Z"
|
|
1538
|
+
}, null, -1)
|
|
1539
|
+
]), 16, Z1));
|
|
1540
|
+
}
|
|
1541
|
+
}), R1 = ["width", "height"], x1 = /* @__PURE__ */ o({
|
|
1542
|
+
__name: "refresh",
|
|
1543
|
+
props: /* @__PURE__ */ c({
|
|
1544
|
+
size: {}
|
|
1545
|
+
}, d),
|
|
1546
|
+
setup(s) {
|
|
1547
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1548
|
+
width: e.size,
|
|
1549
|
+
height: e.size
|
|
1550
|
+
}), t[0] || (t[0] = [
|
|
1551
|
+
i("path", {
|
|
1552
|
+
fill: "currentColor",
|
|
1553
|
+
d: "M103.92 234C114.56 159.6 178.64 102.4 256 102.4C298.4 102.4 336.8 119.6 364.64 147.36C364.8 147.52 364.96 147.68 365.12 147.84L371.2 153.6L332.88 153.6C318.72 153.6 307.28 165.04 307.28 179.2C307.28 193.36 318.72 204.8 332.88 204.8L435.28 204.8C449.44 204.8 460.88 193.36 460.88 179.2L460.88 76.8C460.88 62.64 449.44 51.2 435.28 51.2C421.12 51.2 409.68 62.64 409.68 76.8L409.68 119.52L400.64 110.96C363.6 74.08 312.4 51.2 256 51.2C152.8 51.2 67.44 127.52 53.28 226.8C51.28 240.8 60.96 253.76 74.96 255.76C88.96 257.76 101.92 248 103.92 234.08zM458.72 285.2C460.72 271.2 450.96 258.24 437.04 256.24C423.12 254.24 410.08 264 408.08 277.92C397.44 352.32 333.36 409.52 256 409.52C213.6 409.52 175.2 392.32 147.36 364.56C147.2 364.4 147.04 364.24 146.88 364.08L140.8 358.32L179.12 358.32C193.28 358.32 204.72 346.88 204.72 332.72C204.72 318.56 193.28 307.12 179.12 307.12L76.8 307.2C70 307.2 63.44 309.92 58.64 314.8C53.84 319.68 51.12 326.16 51.2 333.04L52 434.64C52.08 448.8 63.68 460.16 77.84 460C92 459.84 103.36 448.32 103.2 434.16L102.88 392.96L111.44 401.04C148.48 437.92 199.6 460.8 256 460.8C359.2 460.8 444.56 384.48 458.72 285.2z"
|
|
1554
|
+
}, null, -1)
|
|
1555
|
+
]), 16, R1));
|
|
1556
|
+
}
|
|
1557
|
+
}), D1 = ["width", "height"], I1 = /* @__PURE__ */ o({
|
|
1558
|
+
__name: "rotateRight",
|
|
1559
|
+
props: /* @__PURE__ */ c({
|
|
1560
|
+
size: {}
|
|
1561
|
+
}, d),
|
|
1562
|
+
setup(s) {
|
|
1563
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1564
|
+
width: e.size,
|
|
1565
|
+
height: e.size
|
|
1566
|
+
}), t[0] || (t[0] = [
|
|
1567
|
+
i("path", {
|
|
1568
|
+
fill: "currentColor",
|
|
1569
|
+
d: "M488 192l-144 0c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l46.7-46.7c-75.3-58.6-184.3-53.3-253.5 15.9-75 75-75 196.5 0 271.5s196.5 75 271.5 0c8.2-8.2 15.5-16.9 21.9-26.1 10.1-14.5 30.1-18 44.6-7.9s18 30.1 7.9 44.6c-8.5 12.2-18.2 23.8-29.1 34.7-100 100-262.1 100-362 0S-25 175 75 75c94.3-94.3 243.7-99.6 344.3-16.2L471 7c6.9-6.9 17.2-8.9 26.2-5.2S512 14.3 512 24l0 144c0 13.3-10.7 24-24 24z"
|
|
1570
|
+
}, null, -1)
|
|
1571
|
+
]), 16, D1));
|
|
1572
|
+
}
|
|
1573
|
+
}), U1 = ["width", "height"], j1 = /* @__PURE__ */ o({
|
|
1574
|
+
__name: "send",
|
|
1575
|
+
props: /* @__PURE__ */ c({
|
|
1576
|
+
size: {}
|
|
1577
|
+
}, d),
|
|
1578
|
+
setup(s) {
|
|
1579
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1580
|
+
width: e.size,
|
|
1581
|
+
height: e.size
|
|
1582
|
+
}), t[0] || (t[0] = [
|
|
1583
|
+
i("path", {
|
|
1584
|
+
fill: "currentColor",
|
|
1585
|
+
d: "M454.72 30.16C462.56 27.36 471.2 29.36 477.12 35.2C483.04 41.04 484.96 49.76 482.16 57.6L339.76 455.12C335.76 466.24 325.28 473.6 313.52 473.6C302.16 473.6 291.92 466.72 287.68 456.24L236.32 329.84C232.72 321.04 234.32 310.96 240.48 303.76L316.08 213.84C320.16 208.96 319.84 201.84 315.36 197.36C310.88 192.88 303.68 192.56 298.88 196.64L208.96 272.08C201.68 278.16 191.68 279.76 182.88 276.24L56.08 224.64C45.6 220.4 38.72 210.16 38.72 198.8C38.72 187.04 46.08 176.56 57.2 172.56L454.72 30.16z"
|
|
1586
|
+
}, null, -1)
|
|
1587
|
+
]), 16, U1));
|
|
1588
|
+
}
|
|
1589
|
+
}), O1 = ["width", "height"], B1 = /* @__PURE__ */ o({
|
|
1590
|
+
__name: "server",
|
|
1591
|
+
props: /* @__PURE__ */ c({
|
|
1592
|
+
size: {}
|
|
1593
|
+
}, d),
|
|
1594
|
+
setup(s) {
|
|
1595
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1596
|
+
width: e.size,
|
|
1597
|
+
height: e.size
|
|
1598
|
+
}), t[0] || (t[0] = [
|
|
1599
|
+
i("path", {
|
|
1600
|
+
fill: "currentColor",
|
|
1601
|
+
"fill-rule": "evenodd",
|
|
1602
|
+
"clip-rule": "evenodd",
|
|
1603
|
+
d: "M120 120H392C427.35 120 456 148.65 456 184V200C456 235.35 427.35 264 392 264H120C84.65 264 56 235.35 56 200V184C56 148.65 84.65 120 120 120ZM280 192C280 209.67 294.33 224 312 224C329.67 224 344 209.67 344 192C344 174.33 329.67 160 312 160C294.33 160 280 174.33 280 192ZM352 192C352 209.67 366.33 224 384 224C401.67 224 416 209.67 416 192C416 174.33 401.67 160 384 160C366.33 160 352 174.33 352 192Z"
|
|
1604
|
+
}, null, -1),
|
|
1605
|
+
i("path", {
|
|
1606
|
+
fill: "currentColor",
|
|
1607
|
+
"fill-rule": "evenodd",
|
|
1608
|
+
"clip-rule": "evenodd",
|
|
1609
|
+
d: "M120 344H392C427.35 344 456 372.65 456 408V424C456 459.35 427.35 488 392 488H120C84.65 488 56 459.35 56 424V408C56 372.65 84.65 344 120 344ZM280 416C280 433.67 294.33 448 312 448C329.67 448 344 433.67 344 416C344 398.33 329.67 384 312 384C294.33 384 280 398.33 280 416ZM352 416C352 433.67 366.33 448 384 448C401.67 448 416 433.67 416 416C416 398.33 401.67 384 384 384C366.33 384 352 398.33 352 416Z"
|
|
1610
|
+
}, null, -1)
|
|
1611
|
+
]), 16, O1));
|
|
1612
|
+
}
|
|
1613
|
+
}), A1 = ["width", "height"], N1 = /* @__PURE__ */ o({
|
|
1614
|
+
__name: "share",
|
|
1615
|
+
props: /* @__PURE__ */ c({
|
|
1616
|
+
size: {}
|
|
1617
|
+
}, d),
|
|
1618
|
+
setup(s) {
|
|
1619
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1620
|
+
width: e.size,
|
|
1621
|
+
height: e.size
|
|
1622
|
+
}), t[0] || (t[0] = [
|
|
1623
|
+
C('<path d="M197 251L318 181" stroke="currentColor" stroke-width="44" stroke-linecap="round" stroke-linejoin="round" fill="none"></path><path d="M197 297L318 367" stroke="currentColor" stroke-width="44" stroke-linecap="round" stroke-linejoin="round" fill="none"></path><circle cx="148" cy="274" r="70" fill="currentColor"></circle><circle cx="352" cy="162" r="70" fill="currentColor"></circle><circle cx="352" cy="386" r="70" fill="currentColor"></circle>', 5)
|
|
1624
|
+
]), 16, A1));
|
|
1625
|
+
}
|
|
1626
|
+
}), P1 = ["width", "height"], q1 = /* @__PURE__ */ o({
|
|
1627
|
+
__name: "shield",
|
|
1628
|
+
props: /* @__PURE__ */ c({
|
|
1629
|
+
size: {}
|
|
1630
|
+
}, d),
|
|
1631
|
+
setup(s) {
|
|
1632
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1633
|
+
width: e.size,
|
|
1634
|
+
height: e.size
|
|
1635
|
+
}), t[0] || (t[0] = [
|
|
1636
|
+
i("path", {
|
|
1637
|
+
fill: "currentColor",
|
|
1638
|
+
d: "M256 58c10.7 0 21.4 2.2 31.2 6.7l120.7 54.6c18.6 8.4 30.5 27 30.5 47.4v53.8c0 118.8-70.3 227.2-179.2 276.3-2.1.9-4.4 1.4-6.7 1.4s-4.6-.5-6.7-1.4C137 447.7 66.8 339.3 66.8 220.5v-53.8c0-20.4 11.9-39 30.5-47.4L218 64.7c9.8-4.5 20.5-6.7 31.2-6.7h6.8Z"
|
|
1639
|
+
}, null, -1)
|
|
1640
|
+
]), 16, P1));
|
|
1641
|
+
}
|
|
1642
|
+
}), G1 = ["width", "height"], E1 = /* @__PURE__ */ o({
|
|
1643
|
+
__name: "sliders",
|
|
1644
|
+
props: /* @__PURE__ */ c({
|
|
1645
|
+
size: {}
|
|
1646
|
+
}, d),
|
|
1647
|
+
setup(s) {
|
|
1648
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1649
|
+
width: e.size,
|
|
1650
|
+
height: e.size
|
|
1651
|
+
}), t[0] || (t[0] = [
|
|
1652
|
+
i("path", {
|
|
1653
|
+
fill: "currentColor",
|
|
1654
|
+
d: "M76.8 102.4C62.64 102.4 51.2 113.84 51.2 128C51.2 142.16 62.64 153.6 76.8 153.6L146.16 153.6C156 176.24 178.56 192 204.8 192C231.04 192 253.6 176.24 263.44 153.6L435.2 153.6C449.36 153.6 460.8 142.16 460.8 128C460.8 113.84 449.36 102.4 435.2 102.4L263.44 102.4C253.6 79.76 231.04 64 204.8 64C178.56 64 156 79.76 146.16 102.4L76.8 102.4zM76.8 230.4C62.64 230.4 51.2 241.84 51.2 256C51.2 270.16 62.64 281.6 76.8 281.6L274.16 281.6C284 304.24 306.56 320 332.8 320C359.04 320 381.6 304.24 391.44 281.6L435.2 281.6C449.36 281.6 460.8 270.16 460.8 256C460.8 241.84 449.36 230.4 435.2 230.4L391.44 230.4C381.6 207.76 359.04 192 332.8 192C306.56 192 284 207.76 274.16 230.4L76.8 230.4zM76.8 358.4C62.64 358.4 51.2 369.84 51.2 384C51.2 398.16 62.64 409.6 76.8 409.6L120.56 409.6C130.4 432.24 152.96 448 179.2 448C205.44 448 228 432.24 237.84 409.6L435.2 409.6C449.36 409.6 460.8 398.16 460.8 384C460.8 369.84 449.36 358.4 435.2 358.4L237.84 358.4C228 335.76 205.44 320 179.2 320C152.96 320 130.4 335.76 120.56 358.4L76.8 358.4z"
|
|
1655
|
+
}, null, -1)
|
|
1656
|
+
]), 16, G1));
|
|
1657
|
+
}
|
|
1658
|
+
}), T1 = ["width", "height"], F1 = /* @__PURE__ */ o({
|
|
1659
|
+
__name: "sort",
|
|
1660
|
+
props: /* @__PURE__ */ c({
|
|
1661
|
+
size: {}
|
|
1662
|
+
}, d),
|
|
1663
|
+
setup(s) {
|
|
1664
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1665
|
+
width: e.size,
|
|
1666
|
+
height: e.size
|
|
1667
|
+
}), t[0] || (t[0] = [
|
|
1668
|
+
i("path", {
|
|
1669
|
+
fill: "currentColor",
|
|
1670
|
+
d: "M104.32 214.56C108.32 224.16 117.6 230.4 128 230.4L384 230.4C394.32 230.4 403.68 224.16 407.68 214.56C411.68 204.96 409.44 194 402.16 186.64L274.16 58.64C264.16 48.64 247.92 48.64 237.92 58.64L109.92 186.64C102.56 194 100.4 204.96 104.4 214.56zM104.32 297.36C100.32 306.96 102.56 317.92 109.84 325.28L237.84 453.28C247.84 463.28 264.08 463.28 274.08 453.28L402.08 325.28C409.44 317.92 411.6 306.96 407.6 297.36C403.6 287.76 394.32 281.6 384 281.6L128 281.6C117.68 281.6 108.32 287.84 104.32 297.44z"
|
|
1671
|
+
}, null, -1)
|
|
1672
|
+
]), 16, T1));
|
|
1673
|
+
}
|
|
1674
|
+
}), X1 = ["width", "height"], J1 = /* @__PURE__ */ o({
|
|
1675
|
+
__name: "sparkles",
|
|
1676
|
+
props: /* @__PURE__ */ c({
|
|
1677
|
+
size: {}
|
|
1678
|
+
}, d),
|
|
1679
|
+
setup(s) {
|
|
1680
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1681
|
+
width: e.size,
|
|
1682
|
+
height: e.size
|
|
1683
|
+
}), t[0] || (t[0] = [
|
|
1684
|
+
i("path", {
|
|
1685
|
+
fill: "currentColor",
|
|
1686
|
+
d: "M276 58c9.1 0 17.1 5.9 19.8 14.5l20.5 65.6c3.9 12.4 13.6 22.1 26 26l65.6 20.5c8.6 2.7 14.5 10.7 14.5 19.8s-5.9 17.1-14.5 19.8l-65.6 20.5c-12.4 3.9-22.1 13.6-26 26l-20.5 65.6c-2.7 8.6-10.7 14.5-19.8 14.5s-17.1-5.9-19.8-14.5l-20.5-65.6c-3.9-12.4-13.6-22.1-26-26l-65.6-20.5c-8.6-2.7-14.5-10.7-14.5-19.8s5.9-17.1 14.5-19.8l65.6-20.5c12.4-3.9 22.1-13.6 26-26l20.5-65.6C258.9 63.9 266.9 58 276 58Zm-138 256c8.3 0 15.6 5.4 18.1 13.3l8.8 28.1c2.1 6.8 7.4 12.1 14.2 14.2l28.1 8.8c7.9 2.5 13.3 9.8 13.3 18.1s-5.4 15.6-13.3 18.1l-28.1 8.8c-6.8 2.1-12.1 7.4-14.2 14.2l-8.8 28.1c-2.5 7.9-9.8 13.3-18.1 13.3s-15.6-5.4-18.1-13.3l-8.8-28.1c-2.1-6.8-7.4-12.1-14.2-14.2l-28.1-8.8c-7.9-2.5-13.3-9.8-13.3-18.1s5.4-15.6 13.3-18.1l28.1-8.8c6.8-2.1 12.1-7.4 14.2-14.2l8.8-28.1c2.5-7.9 9.8-13.3 18.1-13.3Z"
|
|
1687
|
+
}, null, -1)
|
|
1688
|
+
]), 16, X1));
|
|
1689
|
+
}
|
|
1690
|
+
}), K1 = ["width", "height"], W1 = /* @__PURE__ */ o({
|
|
1691
|
+
__name: "star",
|
|
1692
|
+
props: /* @__PURE__ */ c({
|
|
1693
|
+
size: {}
|
|
1694
|
+
}, d),
|
|
1695
|
+
setup(s) {
|
|
1696
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1697
|
+
width: e.size,
|
|
1698
|
+
height: e.size
|
|
1699
|
+
}), t[0] || (t[0] = [
|
|
1700
|
+
i("path", {
|
|
1701
|
+
fill: "currentColor",
|
|
1702
|
+
d: "M256 44c11.4 0 22 6.2 27.5 16.2l48.8 89 102.3 14.9c11.5 1.7 21 9.8 24.5 20.9 3.5 11 .3 23.1-8.2 31l-74 72.3 17.4 101.5c2 11.5-2.7 23.1-12.1 30.1-9.5 7-22.1 8.1-32.7 2.9L256 373.3l-94.2 49.5c-10.6 5.2-23.2 4.1-32.7-2.9-9.4-7-14.1-18.6-12.1-30.1l17.4-101.5-74-72.3c-8.5-7.9-11.7-20-8.2-31 3.5-11.1 13-19.2 24.5-20.9L178.9 149l49.6-89C234 50.2 244.6 44 256 44Z"
|
|
1703
|
+
}, null, -1)
|
|
1704
|
+
]), 16, K1));
|
|
1705
|
+
}
|
|
1706
|
+
}), Q1 = ["width", "height"], Y1 = ["mask"], e4 = /* @__PURE__ */ o({
|
|
1707
|
+
__name: "sun",
|
|
1708
|
+
props: /* @__PURE__ */ c({
|
|
1709
|
+
size: {}
|
|
1710
|
+
}, d),
|
|
1711
|
+
setup(s) {
|
|
1712
|
+
const e = `sun-mask-${p()}`;
|
|
1713
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
1714
|
+
width: t.size,
|
|
1715
|
+
height: t.size
|
|
1716
|
+
}), [
|
|
1717
|
+
i("defs", null, [
|
|
1718
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
1719
|
+
i("rect", {
|
|
1720
|
+
width: "512",
|
|
1721
|
+
height: "512",
|
|
1722
|
+
fill: "black"
|
|
1723
|
+
}, null, -1),
|
|
1724
|
+
i("path", {
|
|
1725
|
+
d: "M256 34 318 128 410 106 388 198 474 256 388 314 410 406 318 384 256 478 194 384 102 406 124 314 38 256 124 198 102 106 194 128Z",
|
|
1726
|
+
fill: "white",
|
|
1727
|
+
stroke: "white",
|
|
1728
|
+
"stroke-linejoin": "round",
|
|
1729
|
+
"stroke-width": "52"
|
|
1730
|
+
}, null, -1),
|
|
1731
|
+
i("circle", {
|
|
1732
|
+
cx: "256",
|
|
1733
|
+
cy: "256",
|
|
1734
|
+
r: "108",
|
|
1735
|
+
fill: "black"
|
|
1736
|
+
}, null, -1),
|
|
1737
|
+
i("circle", {
|
|
1738
|
+
cx: "256",
|
|
1739
|
+
cy: "256",
|
|
1740
|
+
r: "74",
|
|
1741
|
+
fill: "white"
|
|
1742
|
+
}, null, -1)
|
|
1743
|
+
]))
|
|
1744
|
+
]),
|
|
1745
|
+
i("rect", {
|
|
1746
|
+
width: "512",
|
|
1747
|
+
height: "512",
|
|
1748
|
+
fill: "currentColor",
|
|
1749
|
+
mask: `url(#${e})`
|
|
1750
|
+
}, null, 8, Y1)
|
|
1751
|
+
], 16, Q1));
|
|
1752
|
+
}
|
|
1753
|
+
}), t4 = ["width", "height"], i4 = /* @__PURE__ */ o({
|
|
1754
|
+
__name: "terminal",
|
|
1755
|
+
props: /* @__PURE__ */ c({
|
|
1756
|
+
size: {}
|
|
1757
|
+
}, d),
|
|
1758
|
+
setup(s) {
|
|
1759
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1760
|
+
width: e.size,
|
|
1761
|
+
height: e.size
|
|
1762
|
+
}), t[0] || (t[0] = [
|
|
1763
|
+
i("path", {
|
|
1764
|
+
fill: "currentColor",
|
|
1765
|
+
d: "M118.63 146.75C131.13 134.25 151.4 134.25 163.88 146.75L291.12 273.99C303.62 286.49 303.62 306.76 291.12 319.24L163.88 446.48C151.38 458.98 131.11 458.98 118.63 446.48C106.13 433.98 106.13 413.71 118.63 401.23L223.23 296.62L118.63 192.02C106.13 179.52 106.13 159.25 118.63 146.77V146.75Z"
|
|
1766
|
+
}, null, -1),
|
|
1767
|
+
i("path", {
|
|
1768
|
+
fill: "currentColor",
|
|
1769
|
+
d: "M288 392H480C497.67 392 512 406.33 512 424C512 441.67 497.67 456 480 456H288C270.33 456 256 441.67 256 424C256 406.33 270.33 392 288 392Z"
|
|
1770
|
+
}, null, -1)
|
|
1771
|
+
]), 16, t4));
|
|
1772
|
+
}
|
|
1773
|
+
}), s4 = ["width", "height"], r4 = /* @__PURE__ */ o({
|
|
1774
|
+
__name: "trash",
|
|
1775
|
+
props: /* @__PURE__ */ c({
|
|
1776
|
+
size: {}
|
|
1777
|
+
}, d),
|
|
1778
|
+
setup(s) {
|
|
1779
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1780
|
+
width: e.size,
|
|
1781
|
+
height: e.size
|
|
1782
|
+
}), t[0] || (t[0] = [
|
|
1783
|
+
i("path", {
|
|
1784
|
+
fill: "currentColor",
|
|
1785
|
+
d: "M194 70h124c16.5 0 31.2 10.5 36.3 26.1l8.6 25.9H428c17.7 0 32 14.3 32 32s-14.3 32-32 32H84c-17.7 0-32-14.3-32-32s14.3-32 32-32h65.1l8.6-25.9C162.8 80.5 177.5 70 194 70ZM112 218h288l-16.6 205.8c-2.1 26.3-24 46.2-50.4 46.2H179c-26.4 0-48.3-19.9-50.4-46.2L112 218Z"
|
|
1786
|
+
}, null, -1)
|
|
1787
|
+
]), 16, s4));
|
|
1788
|
+
}
|
|
1789
|
+
}), o4 = ["width", "height"], n4 = /* @__PURE__ */ o({
|
|
1790
|
+
__name: "unlock",
|
|
1791
|
+
props: /* @__PURE__ */ c({
|
|
1792
|
+
size: {}
|
|
1793
|
+
}, d),
|
|
1794
|
+
setup(s) {
|
|
1795
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1796
|
+
width: e.size,
|
|
1797
|
+
height: e.size
|
|
1798
|
+
}), t[0] || (t[0] = [
|
|
1799
|
+
i("path", {
|
|
1800
|
+
fill: "currentColor",
|
|
1801
|
+
d: "M160 184h192c35.3 0 64 28.7 64 64v176c0 35.3-28.7 64-64 64H160c-35.3 0-64-28.7-64-64V248c0-35.3 28.7-64 64-64Z"
|
|
1802
|
+
}, null, -1),
|
|
1803
|
+
i("path", {
|
|
1804
|
+
d: "M180 184v-56c0-48.6 34.7-88 77.5-88s77.5 39.4 77.5 88",
|
|
1805
|
+
stroke: "currentColor",
|
|
1806
|
+
"stroke-width": "56",
|
|
1807
|
+
"stroke-linecap": "round",
|
|
1808
|
+
"stroke-linejoin": "round",
|
|
1809
|
+
fill: "none"
|
|
1810
|
+
}, null, -1)
|
|
1811
|
+
]), 16, o4));
|
|
1812
|
+
}
|
|
1813
|
+
}), l4 = ["width", "height"], c4 = /* @__PURE__ */ o({
|
|
1814
|
+
__name: "upload",
|
|
1815
|
+
props: /* @__PURE__ */ c({
|
|
1816
|
+
size: {}
|
|
1817
|
+
}, d),
|
|
1818
|
+
setup(s) {
|
|
1819
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1820
|
+
width: e.size,
|
|
1821
|
+
height: e.size
|
|
1822
|
+
}), t[0] || (t[0] = [
|
|
1823
|
+
i("path", {
|
|
1824
|
+
fill: "currentColor",
|
|
1825
|
+
d: "M282 221.76V356C282 370.36 270.36 382 256 382C241.64 382 230 370.36 230 356V221.76L196.38 255.38C186.23 265.53 169.77 265.53 159.62 255.38C149.47 245.23 149.47 228.77 159.62 218.62L237.62 140.62C247.77 130.47 264.23 130.47 274.38 140.62L352.38 218.62C362.53 228.77 362.53 245.23 352.38 255.38C342.23 265.53 325.77 265.53 315.62 255.38L282 221.76ZM136 346H190C190 390.18 225.82 426 270 426H242C286.18 426 322 390.18 322 346H376C404.72 346 428 369.28 428 398V438C428 466.72 404.72 490 376 490H136C107.28 490 84 466.72 84 438V398C84 369.28 107.28 346 136 346ZM364 390C349.64 390 338 401.64 338 416C338 430.36 349.64 442 364 442C378.36 442 390 430.36 390 416C390 401.64 378.36 390 364 390Z"
|
|
1826
|
+
}, null, -1)
|
|
1827
|
+
]), 16, l4));
|
|
1828
|
+
}
|
|
1829
|
+
}), a4 = ["width", "height"], d4 = /* @__PURE__ */ o({
|
|
1830
|
+
__name: "user",
|
|
1831
|
+
props: /* @__PURE__ */ c({
|
|
1832
|
+
size: {}
|
|
1833
|
+
}, d),
|
|
1834
|
+
setup(s) {
|
|
1835
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1836
|
+
width: e.size,
|
|
1837
|
+
height: e.size
|
|
1838
|
+
}), t[0] || (t[0] = [
|
|
1839
|
+
i("circle", {
|
|
1840
|
+
cx: "256",
|
|
1841
|
+
cy: "156",
|
|
1842
|
+
r: "76",
|
|
1843
|
+
fill: "currentColor"
|
|
1844
|
+
}, null, -1),
|
|
1845
|
+
i("path", {
|
|
1846
|
+
fill: "currentColor",
|
|
1847
|
+
d: "M256 274c-94.6 0-172 68.8-172 153.1 0 22.6 18.3 40.9 40.9 40.9h262.2c22.6 0 40.9-18.3 40.9-40.9C428 342.8 350.6 274 256 274Z"
|
|
1848
|
+
}, null, -1)
|
|
1849
|
+
]), 16, a4));
|
|
1850
|
+
}
|
|
1851
|
+
}), h4 = ["width", "height"], u4 = /* @__PURE__ */ o({
|
|
1852
|
+
__name: "userCheck",
|
|
1853
|
+
props: /* @__PURE__ */ c({
|
|
1854
|
+
size: {}
|
|
1855
|
+
}, d),
|
|
1856
|
+
setup(s) {
|
|
1857
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1858
|
+
width: e.size,
|
|
1859
|
+
height: e.size
|
|
1860
|
+
}), t[0] || (t[0] = [
|
|
1861
|
+
i("circle", {
|
|
1862
|
+
cx: "224",
|
|
1863
|
+
cy: "168",
|
|
1864
|
+
r: "84",
|
|
1865
|
+
fill: "currentColor"
|
|
1866
|
+
}, null, -1),
|
|
1867
|
+
i("path", {
|
|
1868
|
+
fill: "currentColor",
|
|
1869
|
+
d: "M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"
|
|
1870
|
+
}, null, -1),
|
|
1871
|
+
i("path", {
|
|
1872
|
+
d: "M362 230 404 272 500 168",
|
|
1873
|
+
stroke: "currentColor",
|
|
1874
|
+
"stroke-width": "40",
|
|
1875
|
+
"stroke-linecap": "round",
|
|
1876
|
+
"stroke-linejoin": "round",
|
|
1877
|
+
fill: "none"
|
|
1878
|
+
}, null, -1)
|
|
1879
|
+
]), 16, h4));
|
|
1880
|
+
}
|
|
1881
|
+
}), p4 = ["width", "height"], C4 = /* @__PURE__ */ o({
|
|
1882
|
+
__name: "userMinus",
|
|
1883
|
+
props: /* @__PURE__ */ c({
|
|
1884
|
+
size: {}
|
|
1885
|
+
}, d),
|
|
1886
|
+
setup(s) {
|
|
1887
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1888
|
+
width: e.size,
|
|
1889
|
+
height: e.size
|
|
1890
|
+
}), t[0] || (t[0] = [
|
|
1891
|
+
i("circle", {
|
|
1892
|
+
cx: "224",
|
|
1893
|
+
cy: "168",
|
|
1894
|
+
r: "84",
|
|
1895
|
+
fill: "currentColor"
|
|
1896
|
+
}, null, -1),
|
|
1897
|
+
i("path", {
|
|
1898
|
+
fill: "currentColor",
|
|
1899
|
+
d: "M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"
|
|
1900
|
+
}, null, -1),
|
|
1901
|
+
i("rect", {
|
|
1902
|
+
x: "326",
|
|
1903
|
+
y: "198",
|
|
1904
|
+
width: "190",
|
|
1905
|
+
height: "52",
|
|
1906
|
+
rx: "26",
|
|
1907
|
+
fill: "currentColor"
|
|
1908
|
+
}, null, -1)
|
|
1909
|
+
]), 16, p4));
|
|
1910
|
+
}
|
|
1911
|
+
}), _4 = ["width", "height"], g4 = /* @__PURE__ */ o({
|
|
1912
|
+
__name: "userPlus",
|
|
1913
|
+
props: /* @__PURE__ */ c({
|
|
1914
|
+
size: {}
|
|
1915
|
+
}, d),
|
|
1916
|
+
setup(s) {
|
|
1917
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1918
|
+
width: e.size,
|
|
1919
|
+
height: e.size
|
|
1920
|
+
}), t[0] || (t[0] = [
|
|
1921
|
+
i("circle", {
|
|
1922
|
+
cx: "224",
|
|
1923
|
+
cy: "168",
|
|
1924
|
+
r: "84",
|
|
1925
|
+
fill: "currentColor"
|
|
1926
|
+
}, null, -1),
|
|
1927
|
+
i("path", {
|
|
1928
|
+
fill: "currentColor",
|
|
1929
|
+
d: "M196 324C104.32 324 30 398.32 30 490V512C30 529.67 44.33 544 62 544H386C403.67 544 418 529.67 418 512V490C418 398.32 343.68 324 252 324H196Z"
|
|
1930
|
+
}, null, -1),
|
|
1931
|
+
i("rect", {
|
|
1932
|
+
x: "394",
|
|
1933
|
+
y: "128",
|
|
1934
|
+
width: "52",
|
|
1935
|
+
height: "192",
|
|
1936
|
+
rx: "26",
|
|
1937
|
+
fill: "currentColor"
|
|
1938
|
+
}, null, -1),
|
|
1939
|
+
i("rect", {
|
|
1940
|
+
x: "324",
|
|
1941
|
+
y: "198",
|
|
1942
|
+
width: "192",
|
|
1943
|
+
height: "52",
|
|
1944
|
+
rx: "26",
|
|
1945
|
+
fill: "currentColor"
|
|
1946
|
+
}, null, -1)
|
|
1947
|
+
]), 16, _4));
|
|
1948
|
+
}
|
|
1949
|
+
}), f4 = ["width", "height"], w4 = /* @__PURE__ */ o({
|
|
1950
|
+
__name: "users",
|
|
1951
|
+
props: /* @__PURE__ */ c({
|
|
1952
|
+
size: {}
|
|
1953
|
+
}, d),
|
|
1954
|
+
setup(s) {
|
|
1955
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1956
|
+
width: e.size,
|
|
1957
|
+
height: e.size
|
|
1958
|
+
}), t[0] || (t[0] = [
|
|
1959
|
+
C('<circle cx="256" cy="146" r="76" fill="currentColor"></circle><circle cx="82" cy="202" r="50" fill="currentColor"></circle><circle cx="430" cy="202" r="50" fill="currentColor"></circle><path fill="currentColor" d="M128 404C128 335.52 183.52 280 252 280H260C328.48 280 384 335.52 384 404V424C384 437.25 373.25 448 360 448H152C138.75 448 128 437.25 128 424V404Z"></path><path fill="currentColor" d="M8 400C8 335.93 59.93 284 124 284H162C127.47 308.47 104 348.78 98 395.2V448H28C16.95 448 8 439.05 8 428V400Z"></path><g transform="translate(512 0) scale(-1 1)"><path fill="currentColor" d="M8 400C8 335.93 59.93 284 124 284H162C127.47 308.47 104 348.78 98 395.2V448H28C16.95 448 8 439.05 8 428V400Z"></path></g>', 6)
|
|
1960
|
+
]), 16, f4));
|
|
1961
|
+
}
|
|
1962
|
+
}), m4 = ["width", "height"], k4 = /* @__PURE__ */ o({
|
|
1963
|
+
__name: "wallet",
|
|
1964
|
+
props: /* @__PURE__ */ c({
|
|
1965
|
+
size: {}
|
|
1966
|
+
}, d),
|
|
1967
|
+
setup(s) {
|
|
1968
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
1969
|
+
width: e.size,
|
|
1970
|
+
height: e.size
|
|
1971
|
+
}), t[0] || (t[0] = [
|
|
1972
|
+
i("path", {
|
|
1973
|
+
fill: "currentColor",
|
|
1974
|
+
"fill-rule": "evenodd",
|
|
1975
|
+
"clip-rule": "evenodd",
|
|
1976
|
+
d: "M136 112H432C449.67 112 464 126.33 464 144C464 161.67 449.67 176 432 176H152C138.75 176 128 186.75 128 200C128 213.25 138.75 224 152 224H424C459.35 224 488 252.65 488 288V392C488 427.35 459.35 456 424 456H136C100.65 456 72 427.35 72 392V176C72 140.65 100.65 112 136 112ZM392 320C374.33 320 360 334.33 360 352C360 369.67 374.33 384 392 384C409.67 384 424 369.67 424 352C424 334.33 409.67 320 392 320Z"
|
|
1977
|
+
}, null, -1)
|
|
1978
|
+
]), 16, m4));
|
|
1979
|
+
}
|
|
1980
|
+
}), z4 = ["width", "height"], y4 = ["mask"], v4 = /* @__PURE__ */ o({
|
|
1981
|
+
__name: "warning",
|
|
1982
|
+
props: /* @__PURE__ */ c({
|
|
1983
|
+
size: {}
|
|
1984
|
+
}, d),
|
|
1985
|
+
setup(s) {
|
|
1986
|
+
const e = `warning-mask-${p()}`;
|
|
1987
|
+
return (t, u) => (n(), a("svg", l(r(h), {
|
|
1988
|
+
width: t.size,
|
|
1989
|
+
height: t.size
|
|
1990
|
+
}), [
|
|
1991
|
+
i("defs", null, [
|
|
1992
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
1993
|
+
i("rect", {
|
|
1994
|
+
width: "512",
|
|
1995
|
+
height: "512",
|
|
1996
|
+
fill: "black"
|
|
1997
|
+
}, null, -1),
|
|
1998
|
+
i("path", {
|
|
1999
|
+
d: "M256 58c13 0 24 7 31 21l145 274c9 17 7 33-5 47-10 11-24 18-41 18H126c-17 0-31-7-41-18-12-14-14-30-5-47L225 79c7-14 18-21 31-21Z",
|
|
2000
|
+
fill: "white"
|
|
2001
|
+
}, null, -1),
|
|
2002
|
+
i("rect", {
|
|
2003
|
+
x: "233",
|
|
2004
|
+
y: "146",
|
|
2005
|
+
width: "46",
|
|
2006
|
+
height: "132",
|
|
2007
|
+
rx: "23",
|
|
2008
|
+
fill: "black"
|
|
2009
|
+
}, null, -1),
|
|
2010
|
+
i("circle", {
|
|
2011
|
+
cx: "256",
|
|
2012
|
+
cy: "342",
|
|
2013
|
+
r: "25",
|
|
2014
|
+
fill: "black"
|
|
2015
|
+
}, null, -1)
|
|
2016
|
+
]))
|
|
2017
|
+
]),
|
|
2018
|
+
i("rect", {
|
|
2019
|
+
width: "512",
|
|
2020
|
+
height: "512",
|
|
2021
|
+
fill: "currentColor",
|
|
2022
|
+
mask: `url(#${e})`
|
|
2023
|
+
}, null, 8, y4)
|
|
2024
|
+
], 16, z4));
|
|
2025
|
+
}
|
|
2026
|
+
}), L4 = ["width", "height"], b4 = /* @__PURE__ */ o({
|
|
2027
|
+
__name: "xCircle",
|
|
2028
|
+
props: /* @__PURE__ */ c({
|
|
2029
|
+
size: {}
|
|
2030
|
+
}, d),
|
|
2031
|
+
setup(s) {
|
|
2032
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
2033
|
+
width: e.size,
|
|
2034
|
+
height: e.size
|
|
2035
|
+
}), t[0] || (t[0] = [
|
|
2036
|
+
i("path", {
|
|
2037
|
+
fill: "currentColor",
|
|
2038
|
+
d: "M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM167 167c9.4-9.4 24.6-9.4 33.9 0l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9z"
|
|
2039
|
+
}, null, -1)
|
|
2040
|
+
]), 16, L4));
|
|
2041
|
+
}
|
|
2042
|
+
}), $4 = ["width", "height"], M4 = /* @__PURE__ */ o({
|
|
2043
|
+
__name: "xmark",
|
|
2044
|
+
props: /* @__PURE__ */ c({
|
|
2045
|
+
size: {}
|
|
2046
|
+
}, d),
|
|
2047
|
+
setup(s) {
|
|
2048
|
+
return (e, t) => (n(), a("svg", l(r(h), {
|
|
2049
|
+
width: e.size,
|
|
2050
|
+
height: e.size
|
|
2051
|
+
}), t[0] || (t[0] = [
|
|
2052
|
+
i("path", {
|
|
2053
|
+
d: "M148 148 364 364M364 148 148 364",
|
|
2054
|
+
stroke: "currentColor",
|
|
2055
|
+
"stroke-width": "56",
|
|
2056
|
+
"stroke-linecap": "round",
|
|
2057
|
+
"stroke-linejoin": "round",
|
|
2058
|
+
fill: "none"
|
|
2059
|
+
}, null, -1)
|
|
2060
|
+
]), 16, $4));
|
|
2061
|
+
}
|
|
2062
|
+
}), H4 = [
|
|
2063
|
+
{
|
|
2064
|
+
id: "navigation",
|
|
2065
|
+
eyebrow: "Navigation",
|
|
2066
|
+
title: "Movement",
|
|
2067
|
+
description: "Directional controls, lists, and navigation affordances.",
|
|
2068
|
+
icons: [
|
|
2069
|
+
"arrowDown",
|
|
2070
|
+
"arrowLeft",
|
|
2071
|
+
"arrowRight",
|
|
2072
|
+
"arrowUp",
|
|
2073
|
+
"bars",
|
|
2074
|
+
"caretDown",
|
|
2075
|
+
"caretLeft",
|
|
2076
|
+
"caretRight",
|
|
2077
|
+
"caretUp",
|
|
2078
|
+
"chevronDown",
|
|
2079
|
+
"chevronLeft",
|
|
2080
|
+
"chevronRight",
|
|
2081
|
+
"chevronUp",
|
|
2082
|
+
"collapse",
|
|
2083
|
+
"columns",
|
|
2084
|
+
"expand",
|
|
2085
|
+
"grid"
|
|
2086
|
+
]
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
id: "actions",
|
|
2090
|
+
eyebrow: "Actions",
|
|
2091
|
+
title: "Editing And Commands",
|
|
2092
|
+
description: "Core verbs for create, update, remove, filtering, and quick actions.",
|
|
2093
|
+
icons: [
|
|
2094
|
+
"check",
|
|
2095
|
+
"clipboard",
|
|
2096
|
+
"copy",
|
|
2097
|
+
"download",
|
|
2098
|
+
"ellipsis",
|
|
2099
|
+
"externalLink",
|
|
2100
|
+
"filter",
|
|
2101
|
+
"funnelX",
|
|
2102
|
+
"link",
|
|
2103
|
+
"logIn",
|
|
2104
|
+
"logOut",
|
|
2105
|
+
"minus",
|
|
2106
|
+
"pencil",
|
|
2107
|
+
"plus",
|
|
2108
|
+
"refresh",
|
|
2109
|
+
"send",
|
|
2110
|
+
"sliders",
|
|
2111
|
+
"sort",
|
|
2112
|
+
"trash",
|
|
2113
|
+
"upload",
|
|
2114
|
+
"xmark"
|
|
2115
|
+
]
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
id: "objects",
|
|
2119
|
+
eyebrow: "Objects",
|
|
2120
|
+
title: "Interface Objects",
|
|
2121
|
+
description: "Product-level primitives for app chrome, files, and utilities.",
|
|
2122
|
+
icons: [
|
|
2123
|
+
"archive",
|
|
2124
|
+
"bell",
|
|
2125
|
+
"bookmark",
|
|
2126
|
+
"briefcase",
|
|
2127
|
+
"building",
|
|
2128
|
+
"calendar",
|
|
2129
|
+
"chartBar",
|
|
2130
|
+
"cloud",
|
|
2131
|
+
"code",
|
|
2132
|
+
"cpu",
|
|
2133
|
+
"creditCard",
|
|
2134
|
+
"database",
|
|
2135
|
+
"file",
|
|
2136
|
+
"fileText",
|
|
2137
|
+
"folder",
|
|
2138
|
+
"folderOpen",
|
|
2139
|
+
"gear",
|
|
2140
|
+
"globe",
|
|
2141
|
+
"hardDrive",
|
|
2142
|
+
"heart",
|
|
2143
|
+
"house",
|
|
2144
|
+
"inbox",
|
|
2145
|
+
"key",
|
|
2146
|
+
"layers",
|
|
2147
|
+
"lock",
|
|
2148
|
+
"magnifyingGlass",
|
|
2149
|
+
"mail",
|
|
2150
|
+
"message",
|
|
2151
|
+
"phone",
|
|
2152
|
+
"plug",
|
|
2153
|
+
"receipt",
|
|
2154
|
+
"server",
|
|
2155
|
+
"star",
|
|
2156
|
+
"terminal",
|
|
2157
|
+
"unlock",
|
|
2158
|
+
"user",
|
|
2159
|
+
"userCheck",
|
|
2160
|
+
"userMinus",
|
|
2161
|
+
"userPlus",
|
|
2162
|
+
"users",
|
|
2163
|
+
"share",
|
|
2164
|
+
"wallet"
|
|
2165
|
+
]
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
id: "feedback",
|
|
2169
|
+
eyebrow: "Feedback",
|
|
2170
|
+
title: "Status And Messaging",
|
|
2171
|
+
description: "Status, guidance, visibility, and trust-oriented system icons.",
|
|
2172
|
+
icons: [
|
|
2173
|
+
"activity",
|
|
2174
|
+
"alertCircle",
|
|
2175
|
+
"ban",
|
|
2176
|
+
"checkCircle",
|
|
2177
|
+
"circleHalf",
|
|
2178
|
+
"circleNotch",
|
|
2179
|
+
"clock",
|
|
2180
|
+
"eye",
|
|
2181
|
+
"eyeSlash",
|
|
2182
|
+
"history",
|
|
2183
|
+
"info",
|
|
2184
|
+
"moon",
|
|
2185
|
+
"question",
|
|
2186
|
+
"rotateRight",
|
|
2187
|
+
"shield",
|
|
2188
|
+
"sparkles",
|
|
2189
|
+
"sun",
|
|
2190
|
+
"warning",
|
|
2191
|
+
"xCircle"
|
|
2192
|
+
]
|
|
2193
|
+
}
|
|
2194
|
+
], V4 = { title: "Arrow Left", keywords: ["arrow", "left"], style: "solid" }, Z4 = { title: "Arrow Right", keywords: ["arrow", "right"], style: "solid" }, S4 = { title: "Bars", keywords: ["bars"], style: "solid" }, R4 = { title: "Bell", keywords: ["bell"], style: "solid" }, x4 = { title: "Bookmark", keywords: ["bookmark"], style: "solid" }, D4 = { title: "Calendar", keywords: ["calendar"], style: "solid" }, I4 = { title: "Caret Down", keywords: ["caret", "down"], style: "solid" }, U4 = { title: "Caret Left", keywords: ["caret", "left"], style: "solid" }, j4 = { title: "Caret Right", keywords: ["caret", "right"], style: "solid" }, O4 = { title: "Caret Up", keywords: ["caret", "up"], style: "solid" }, B4 = { title: "Check", keywords: ["check"], style: "solid" }, A4 = { title: "Chevron Down", keywords: ["chevron", "down"], style: "solid" }, N4 = { title: "Chevron Left", keywords: ["chevron", "left"], style: "solid" }, P4 = { title: "Chevron Right", keywords: ["chevron", "right"], style: "solid" }, q4 = { title: "Chevron Up", keywords: ["chevron", "up"], style: "solid" }, G4 = { title: "Circle Half", keywords: ["circle", "half"], style: "solid" }, E4 = { title: "Circle Notch", keywords: ["circle", "notch"], style: "solid" }, T4 = { title: "Copy", keywords: ["copy"], style: "solid" }, F4 = { title: "Download", keywords: ["download"], style: "solid" }, X4 = { title: "Ellipsis", keywords: ["ellipsis"], style: "solid" }, J4 = { title: "External Link", keywords: ["external", "link"], style: "solid" }, K4 = { title: "Eye", keywords: ["eye"], style: "solid" }, W4 = { title: "Eye Slash", keywords: ["eye", "slash"], style: "solid" }, Q4 = { title: "Filter", keywords: ["filter"], style: "solid" }, Y4 = { title: "Folder", keywords: ["folder"], style: "solid" }, e3 = { title: "Gear", keywords: ["gear"], style: "solid" }, t3 = { title: "Heart", keywords: ["heart"], style: "solid" }, i3 = { title: "House", keywords: ["house"], style: "solid" }, s3 = { title: "Info", keywords: ["info"], style: "solid" }, r3 = { title: "Link", keywords: ["link"], style: "solid" }, o3 = { title: "Lock", keywords: ["lock"], style: "solid" }, n3 = { title: "Magnifying Glass", keywords: ["magnifying", "glass"], style: "solid" }, l3 = { title: "Minus", keywords: ["minus"], style: "solid" }, c3 = { title: "Moon", keywords: ["moon"], style: "solid" }, a3 = { title: "Pencil", keywords: ["pencil"], style: "solid" }, d3 = { title: "Plus", keywords: ["plus"], style: "solid" }, h3 = { title: "Question", keywords: ["question"], style: "solid" }, u3 = { title: "Rotate Right", keywords: ["rotate", "right"], style: "solid" }, p3 = { title: "Shield", keywords: ["shield"], style: "solid" }, C3 = { title: "Star", keywords: ["star"], style: "solid" }, _3 = { title: "Sun", keywords: ["sun"], style: "solid" }, g3 = { title: "Trash", keywords: ["trash"], style: "solid" }, f3 = { title: "Upload", keywords: ["upload"], style: "solid" }, w3 = { title: "User", keywords: ["user"], style: "solid" }, m3 = { title: "Warning", keywords: ["warning"], style: "solid" }, k3 = { title: "Xmark", keywords: ["xmark"], style: "solid" }, z3 = { title: "Columns", keywords: ["columns"], style: "solid" }, y3 = { title: "Grid", keywords: ["grid"], style: "solid" }, v3 = { title: "Log In", keywords: ["log", "in"], style: "solid" }, L3 = { title: "Log Out", keywords: ["log", "out"], style: "solid" }, b3 = { title: "Sliders", keywords: ["sliders"], style: "solid" }, $3 = { title: "Sort", keywords: ["sort"], style: "solid" }, M3 = { title: "Chart Bar", keywords: ["chart", "bar"], style: "solid" }, H3 = { title: "Credit Card", keywords: ["credit", "card"], style: "solid" }, V3 = { title: "Database", keywords: ["database"], style: "solid" }, Z3 = { title: "Key", keywords: ["key"], style: "solid" }, S3 = { title: "Mail", keywords: ["mail"], style: "solid" }, R3 = { title: "Message", keywords: ["message"], style: "solid" }, x3 = { title: "Receipt", keywords: ["receipt"], style: "solid" }, D3 = { title: "Users", keywords: ["users"], style: "solid" }, I3 = { title: "Wallet", keywords: ["wallet"], style: "solid" }, U3 = { title: "Briefcase", keywords: ["briefcase"], style: "solid" }, j3 = { title: "Cloud", keywords: ["cloud"], style: "solid" }, O3 = { title: "Server", keywords: ["server"], style: "solid" }, B3 = { title: "Terminal", keywords: ["terminal"], style: "solid" }, A3 = { title: "Code", keywords: ["code"], style: "solid" }, N3 = { title: "Sparkles", keywords: ["sparkles"], style: "solid" }, P3 = { title: "Ban", keywords: ["ban"], style: "solid" }, q3 = { title: "Funnel X", keywords: ["funnel", "x"], style: "solid" }, G3 = { title: "Refresh", keywords: ["refresh"], style: "solid" }, E3 = { title: "Activity", keywords: ["activity"], style: "solid" }, T3 = { title: "Archive", keywords: ["archive"], style: "solid" }, F3 = { title: "Building", keywords: ["building"], style: "solid" }, X3 = { title: "Clock", keywords: ["clock"], style: "solid" }, J3 = { title: "File Text", keywords: ["file", "text"], style: "solid" }, K3 = { title: "Globe", keywords: ["globe"], style: "solid" }, W3 = { title: "History", keywords: ["history"], style: "solid" }, Q3 = { title: "User Minus", keywords: ["user", "minus"], style: "solid" }, Y3 = { title: "User Plus", keywords: ["user", "plus"], style: "solid" }, et = { title: "Alert Circle", keywords: ["alert", "circle"], style: "solid" }, tt = { title: "Arrow Down", keywords: ["arrow", "down"], style: "solid" }, it = { title: "Arrow Up", keywords: ["arrow", "up"], style: "solid" }, st = { title: "Check Circle", keywords: ["check", "circle"], style: "solid" }, rt = { title: "Collapse", keywords: ["collapse"], style: "solid" }, ot = { title: "Expand", keywords: ["expand"], style: "solid" }, nt = { title: "File", keywords: ["file"], style: "solid" }, lt = { title: "Folder Open", keywords: ["folder", "open"], style: "solid" }, ct = { title: "X Circle", keywords: ["x", "circle"], style: "solid" }, at = { title: "Cpu", keywords: ["cpu"], style: "solid" }, dt = { title: "Hard Drive", keywords: ["hard", "drive"], style: "solid" }, ht = { title: "Layers", keywords: ["layers"], style: "solid" }, ut = { title: "Share", keywords: ["share"], style: "solid" }, pt = { title: "Plug", keywords: ["plug"], style: "solid" }, Ct = { title: "Send", keywords: ["send"], style: "solid" }, _t = { title: "Inbox", keywords: ["inbox"], style: "solid" }, gt = { title: "Phone", keywords: ["phone"], style: "solid" }, ft = { title: "Unlock", keywords: ["unlock"], style: "solid" }, wt = { title: "User Check", keywords: ["user", "check"], style: "solid" }, mt = { title: "Clipboard", keywords: ["clipboard"], style: "solid" }, kt = {
|
|
2195
|
+
arrowLeft: V4,
|
|
2196
|
+
arrowRight: Z4,
|
|
2197
|
+
bars: S4,
|
|
2198
|
+
bell: R4,
|
|
2199
|
+
bookmark: x4,
|
|
2200
|
+
calendar: D4,
|
|
2201
|
+
caretDown: I4,
|
|
2202
|
+
caretLeft: U4,
|
|
2203
|
+
caretRight: j4,
|
|
2204
|
+
caretUp: O4,
|
|
2205
|
+
check: B4,
|
|
2206
|
+
chevronDown: A4,
|
|
2207
|
+
chevronLeft: N4,
|
|
2208
|
+
chevronRight: P4,
|
|
2209
|
+
chevronUp: q4,
|
|
2210
|
+
circleHalf: G4,
|
|
2211
|
+
circleNotch: E4,
|
|
2212
|
+
copy: T4,
|
|
2213
|
+
download: F4,
|
|
2214
|
+
ellipsis: X4,
|
|
2215
|
+
externalLink: J4,
|
|
2216
|
+
eye: K4,
|
|
2217
|
+
eyeSlash: W4,
|
|
2218
|
+
filter: Q4,
|
|
2219
|
+
folder: Y4,
|
|
2220
|
+
gear: e3,
|
|
2221
|
+
heart: t3,
|
|
2222
|
+
house: i3,
|
|
2223
|
+
info: s3,
|
|
2224
|
+
link: r3,
|
|
2225
|
+
lock: o3,
|
|
2226
|
+
magnifyingGlass: n3,
|
|
2227
|
+
minus: l3,
|
|
2228
|
+
moon: c3,
|
|
2229
|
+
pencil: a3,
|
|
2230
|
+
plus: d3,
|
|
2231
|
+
question: h3,
|
|
2232
|
+
rotateRight: u3,
|
|
2233
|
+
shield: p3,
|
|
2234
|
+
star: C3,
|
|
2235
|
+
sun: _3,
|
|
2236
|
+
trash: g3,
|
|
2237
|
+
upload: f3,
|
|
2238
|
+
user: w3,
|
|
2239
|
+
warning: m3,
|
|
2240
|
+
xmark: k3,
|
|
2241
|
+
columns: z3,
|
|
2242
|
+
grid: y3,
|
|
2243
|
+
logIn: v3,
|
|
2244
|
+
logOut: L3,
|
|
2245
|
+
sliders: b3,
|
|
2246
|
+
sort: $3,
|
|
2247
|
+
chartBar: M3,
|
|
2248
|
+
creditCard: H3,
|
|
2249
|
+
database: V3,
|
|
2250
|
+
key: Z3,
|
|
2251
|
+
mail: S3,
|
|
2252
|
+
message: R3,
|
|
2253
|
+
receipt: x3,
|
|
2254
|
+
users: D3,
|
|
2255
|
+
wallet: I3,
|
|
2256
|
+
briefcase: U3,
|
|
2257
|
+
cloud: j3,
|
|
2258
|
+
server: O3,
|
|
2259
|
+
terminal: B3,
|
|
2260
|
+
code: A3,
|
|
2261
|
+
sparkles: N3,
|
|
2262
|
+
ban: P3,
|
|
2263
|
+
funnelX: q3,
|
|
2264
|
+
refresh: G3,
|
|
2265
|
+
activity: E3,
|
|
2266
|
+
archive: T3,
|
|
2267
|
+
building: F3,
|
|
2268
|
+
clock: X3,
|
|
2269
|
+
fileText: J3,
|
|
2270
|
+
globe: K3,
|
|
2271
|
+
history: W3,
|
|
2272
|
+
userMinus: Q3,
|
|
2273
|
+
userPlus: Y3,
|
|
2274
|
+
alertCircle: et,
|
|
2275
|
+
arrowDown: tt,
|
|
2276
|
+
arrowUp: it,
|
|
2277
|
+
checkCircle: st,
|
|
2278
|
+
collapse: rt,
|
|
2279
|
+
expand: ot,
|
|
2280
|
+
file: nt,
|
|
2281
|
+
folderOpen: lt,
|
|
2282
|
+
xCircle: ct,
|
|
2283
|
+
cpu: at,
|
|
2284
|
+
hardDrive: dt,
|
|
2285
|
+
layers: ht,
|
|
2286
|
+
share: ut,
|
|
2287
|
+
plug: pt,
|
|
2288
|
+
send: Ct,
|
|
2289
|
+
inbox: _t,
|
|
2290
|
+
phone: gt,
|
|
2291
|
+
unlock: ft,
|
|
2292
|
+
userCheck: wt,
|
|
2293
|
+
clipboard: mt
|
|
2294
|
+
}, zt = [
|
|
2295
|
+
"arrowLeft",
|
|
2296
|
+
"arrowRight",
|
|
2297
|
+
"arrowUp",
|
|
2298
|
+
"arrowDown",
|
|
2299
|
+
"bars",
|
|
2300
|
+
"chevronDown",
|
|
2301
|
+
"chevronLeft",
|
|
2302
|
+
"chevronRight",
|
|
2303
|
+
"chevronUp",
|
|
2304
|
+
"columns",
|
|
2305
|
+
"grid",
|
|
2306
|
+
"check",
|
|
2307
|
+
"checkCircle",
|
|
2308
|
+
"xmark",
|
|
2309
|
+
"xCircle",
|
|
2310
|
+
"plus",
|
|
2311
|
+
"minus",
|
|
2312
|
+
"pencil",
|
|
2313
|
+
"trash",
|
|
2314
|
+
"copy",
|
|
2315
|
+
"download",
|
|
2316
|
+
"upload",
|
|
2317
|
+
"filter",
|
|
2318
|
+
"refresh",
|
|
2319
|
+
"send",
|
|
2320
|
+
"bell",
|
|
2321
|
+
"calendar",
|
|
2322
|
+
"gear",
|
|
2323
|
+
"house",
|
|
2324
|
+
"magnifyingGlass",
|
|
2325
|
+
"mail",
|
|
2326
|
+
"message",
|
|
2327
|
+
"user",
|
|
2328
|
+
"users",
|
|
2329
|
+
"creditCard",
|
|
2330
|
+
"receipt",
|
|
2331
|
+
"wallet",
|
|
2332
|
+
"database",
|
|
2333
|
+
"server",
|
|
2334
|
+
"terminal",
|
|
2335
|
+
"cloud",
|
|
2336
|
+
"file",
|
|
2337
|
+
"folder",
|
|
2338
|
+
"folderOpen",
|
|
2339
|
+
"fileText",
|
|
2340
|
+
"lock",
|
|
2341
|
+
"unlock",
|
|
2342
|
+
"warning",
|
|
2343
|
+
"alertCircle",
|
|
2344
|
+
"info",
|
|
2345
|
+
"question",
|
|
2346
|
+
"activity",
|
|
2347
|
+
"clock",
|
|
2348
|
+
"history"
|
|
2349
|
+
], yt = [], vt = /* @__PURE__ */ JSON.parse('[{"icon":"arrowLeft","status":"in_progress","note":"Rounded stroke-based left arrow aligned to the current reference direction."},{"icon":"arrowRight","status":"in_progress","note":"Mirrored rounded stroke arrow paired with the current left arrow."},{"icon":"arrowUp","status":"approved","note":"Vertical arrow aligned to the current stroke-based arrow family."},{"icon":"arrowDown","status":"approved","note":"Vertical down arrow matching the same rounded stroke construction."},{"icon":"check","status":"in_progress","note":"Solid-only check mark being aligned to the current rounded reference."},{"icon":"xmark","status":"in_progress","note":"Solid-only rounded x mark aligned to the same stroke-based reference family."},{"icon":"plus","status":"in_progress","note":"Rounded plus mark aligned to the current stroke-based control icon family."},{"icon":"minus","status":"in_progress","note":"Rounded minus mark aligned to the same control icon reference family."},{"icon":"copy","status":"in_progress","note":"Solid copy icon being simplified toward a cleaner stacked document silhouette."},{"icon":"clipboard","status":"in_progress","note":"Solid clipboard icon being simplified toward a cleaner board-and-clip silhouette."},{"icon":"magnifyingGlass","status":"in_progress","note":"Rounded search icon aligned to the current reference-led stroke family."},{"icon":"chevronDown","status":"in_progress","note":"Rounded chevron aligned to the same stroke-based reference family."},{"icon":"chevronUp","status":"in_progress","note":"Mirrored rounded chevron paired with the current down chevron."},{"icon":"chevronLeft","status":"in_progress","note":"Rounded left chevron aligned to the same stroke-based chevron family."},{"icon":"chevronRight","status":"in_progress","note":"Rounded right chevron mirrored from the same family."},{"icon":"bars","status":"in_progress","note":"Rounded menu bars aligned to the same stroke-based control family."},{"icon":"calendar","status":"in_progress","note":"Solid calendar being simplified toward a cleaner header-and-body silhouette."},{"icon":"user","status":"in_progress","note":"Solid user icon being simplified toward a cleaner head-and-shoulders silhouette."},{"icon":"mail","status":"in_progress","note":"Solid mail icon being simplified toward a cleaner envelope silhouette."},{"icon":"folder","status":"in_progress","note":"Solid folder being simplified toward a cleaner tabbed silhouette."},{"icon":"folderOpen","status":"in_progress","note":"Solid open-folder icon being simplified toward a cleaner layered folder silhouette."},{"icon":"file","status":"in_progress","note":"Solid file icon being simplified toward a cleaner folded-corner silhouette."},{"icon":"fileText","status":"in_progress","note":"Solid file-text icon being simplified toward a cleaner document-with-content silhouette."},{"icon":"house","status":"in_progress","note":"Solid house icon being simplified toward a cleaner roof-and-door silhouette."},{"icon":"bookmark","status":"in_progress","note":"Solid bookmark icon being simplified toward a cleaner ribbon silhouette."},{"icon":"star","status":"in_progress","note":"Solid star icon being simplified toward a cleaner five-point silhouette."},{"icon":"heart","status":"in_progress","note":"Solid heart icon being simplified toward a cleaner rounded silhouette."},{"icon":"sun","status":"in_progress","note":"Solid sun icon being simplified toward a cleaner ring-and-rays silhouette."},{"icon":"moon","status":"in_progress","note":"Solid moon icon being simplified toward a cleaner crescent silhouette."},{"icon":"info","status":"in_progress","note":"Solid info icon being simplified toward a cleaner lowercase-i silhouette."},{"icon":"warning","status":"in_progress","note":"Solid warning icon being simplified toward a cleaner alert triangle silhouette."},{"icon":"question","status":"in_progress","note":"Solid question icon being simplified toward a cleaner standalone question mark silhouette."},{"icon":"checkCircle","status":"in_progress","note":"Solid check-circle icon being simplified toward a cleaner confirmed state silhouette."},{"icon":"shield","status":"in_progress","note":"Solid shield icon being simplified toward a cleaner monolithic protective silhouette."},{"icon":"eye","status":"in_progress","note":"Solid eye icon being simplified toward a cleaner iris-and-highlight silhouette."},{"icon":"eyeSlash","status":"in_progress","note":"Solid eye-slash icon being simplified toward a cleaner crossed-out eye silhouette."},{"icon":"bell","status":"in_progress","note":"Solid bell being simplified toward a cleaner alert silhouette."},{"icon":"gear","status":"approved","note":"Current gear direction is acceptable and stable enough to keep."},{"icon":"message","status":"in_progress","note":"Solid message icon being simplified toward a cleaner chat bubble silhouette."},{"icon":"lock","status":"in_progress","note":"Solid lock being simplified toward a cleaner shackle-and-body silhouette."},{"icon":"unlock","status":"in_progress","note":"Solid unlock being simplified to match the new lock body with an open shackle."},{"icon":"archive","status":"in_progress","note":"Solid archive icon being simplified toward a cleaner box-and-lid silhouette."},{"icon":"inbox","status":"in_progress","note":"Solid inbox icon being simplified toward a cleaner tray-and-dropzone silhouette."},{"icon":"briefcase","status":"in_progress","note":"Solid briefcase icon being simplified toward a cleaner handle-and-latch silhouette."},{"icon":"building","status":"in_progress","note":"Solid building icon being simplified toward a cleaner facade-and-door silhouette."},{"icon":"chartBar","status":"in_progress","note":"Solid chart-bar icon being simplified toward a cleaner axis-and-horizontal-bars silhouette."},{"icon":"database","status":"in_progress","note":"Solid database icon being simplified toward a cleaner stacked-cylinder silhouette."},{"icon":"layers","status":"in_progress","note":"Solid layers icon being simplified toward a cleaner three-tier stacked silhouette."},{"icon":"creditCard","status":"in_progress","note":"Solid credit-card icon being simplified toward a cleaner stripe-and-details silhouette."},{"icon":"hardDrive","status":"in_progress","note":"Solid hard-drive icon being simplified toward a cleaner enclosure-and-indicators silhouette."},{"icon":"globe","status":"in_progress","note":"Solid globe icon being simplified toward a cleaner meridian-and-latitude silhouette."},{"icon":"receipt","status":"in_progress","note":"Solid receipt icon being simplified toward a cleaner serrated slip silhouette."},{"icon":"server","status":"in_progress","note":"Solid server icon being simplified toward a cleaner dual-rack silhouette."},{"icon":"terminal","status":"in_progress","note":"Solid terminal icon being simplified toward a cleaner chevron-and-command-line silhouette."},{"icon":"wallet","status":"in_progress","note":"Solid wallet icon being simplified toward a cleaner flap-and-button silhouette."},{"icon":"plug","status":"in_progress","note":"Solid plug icon being simplified toward a cleaner twin-prong silhouette."},{"icon":"share","status":"in_progress","note":"Solid share icon being simplified toward a cleaner tri-node connection silhouette."},{"icon":"code","status":"in_progress","note":"Solid code icon being simplified toward a cleaner chevrons-and-slash silhouette."},{"icon":"users","status":"in_progress","note":"Solid users icon being simplified toward a cleaner three-person group silhouette."},{"icon":"userPlus","status":"in_progress","note":"Solid user-plus icon being simplified toward a cleaner user silhouette with a separate plus action."},{"icon":"userMinus","status":"in_progress","note":"Solid user-minus icon being simplified toward a cleaner user silhouette with a separate minus action."},{"icon":"userCheck","status":"in_progress","note":"Solid user-check icon being simplified toward a cleaner user silhouette with a separate check action."},{"icon":"clock","status":"in_progress","note":"Solid clock icon being simplified toward a cleaner circular face with hour and minute hands."},{"icon":"history","status":"in_progress","note":"Solid history icon being simplified toward a cleaner return-arrow clock silhouette."},{"icon":"download","status":"in_progress","note":"Solid download icon being simplified toward a cleaner arrow-and-tray silhouette."},{"icon":"upload","status":"in_progress","note":"Solid upload icon being simplified toward a cleaner arrow-and-tray silhouette."},{"icon":"externalLink","status":"in_progress","note":"Solid external-link icon being simplified toward a cleaner box-and-outbound-arrow silhouette."},{"icon":"link","status":"in_progress","note":"Solid link icon being simplified toward a cleaner interlocking-chain silhouette."},{"icon":"refresh","status":"in_progress","note":"Solid refresh icon being simplified toward a cleaner two-arrow circular-cycle silhouette."},{"icon":"trash","status":"in_progress","note":"Solid trash icon being simplified toward a cleaner lid-and-bin silhouette."},{"icon":"filter","status":"in_progress","note":"Solid filter icon being simplified toward a cleaner funnel silhouette."},{"icon":"funnelX","status":"in_progress","note":"Solid funnel-x icon being simplified toward a cleaner filter-with-clear action silhouette."},{"icon":"sort","status":"in_progress","note":"Solid sort icon being simplified toward a cleaner dual-direction chevron silhouette."},{"icon":"sliders","status":"in_progress","note":"Solid sliders icon being simplified toward a cleaner three-track control silhouette."},{"icon":"ellipsis","status":"in_progress","note":"Solid ellipsis icon being simplified toward a cleaner three-dot horizontal action silhouette."},{"icon":"send","status":"in_progress","note":"Solid send icon being simplified toward a cleaner paper-plane silhouette."},{"icon":"logIn","status":"in_progress","note":"Solid log-in icon being simplified toward a cleaner enter-arrow and doorway silhouette."},{"icon":"logOut","status":"in_progress","note":"Solid log-out icon being simplified toward a cleaner exit-arrow and doorway silhouette."},{"icon":"pencil","status":"in_progress","note":"Solid pencil icon being simplified toward a cleaner edit-tool silhouette."},{"icon":"key","status":"in_progress","note":"Solid key icon being simplified toward a cleaner keyhead-and-shaft silhouette."},{"icon":"cloud","status":"in_progress","note":"Solid cloud icon being simplified toward a cleaner monolithic cloud silhouette."},{"icon":"phone","status":"in_progress","note":"Solid phone icon being simplified toward a cleaner handset-call silhouette."},{"icon":"cpu","status":"in_progress","note":"Solid cpu icon being simplified toward a cleaner chip-and-core silhouette."},{"icon":"grid","status":"in_progress","note":"Solid grid icon being simplified toward a cleaner four-cell layout silhouette."},{"icon":"columns","status":"in_progress","note":"Solid columns icon being simplified toward a cleaner two-column layout silhouette."},{"icon":"collapse","status":"in_progress","note":"Solid collapse icon being simplified toward a cleaner inward-diagonal action silhouette."},{"icon":"expand","status":"in_progress","note":"Solid expand icon being simplified toward a cleaner outward-diagonal action silhouette."},{"icon":"activity","status":"in_progress","note":"Solid activity icon being simplified toward a cleaner heartbeat waveform silhouette."},{"icon":"alertCircle","status":"in_progress","note":"Solid alert-circle icon being simplified toward a cleaner warning-in-circle silhouette."},{"icon":"ban","status":"in_progress","note":"Solid ban icon being simplified toward a cleaner prohibition-circle silhouette."},{"icon":"caretDown","status":"in_progress","note":"Solid caret-down icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretLeft","status":"in_progress","note":"Solid caret-left icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretRight","status":"in_progress","note":"Solid caret-right icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"caretUp","status":"in_progress","note":"Solid caret-up icon being simplified toward a cleaner directional triangle silhouette."},{"icon":"chevronUp","status":"in_progress","note":"Solid chevron-up icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronDown","status":"in_progress","note":"Solid chevron-down icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronLeft","status":"in_progress","note":"Solid chevron-left icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"chevronRight","status":"in_progress","note":"Solid chevron-right icon being simplified toward a cleaner directional-angle silhouette."},{"icon":"circleHalf","status":"in_progress","note":"Solid circle-half icon being simplified toward a cleaner split-circle silhouette."},{"icon":"circleNotch","status":"in_progress","note":"Solid circle-notch icon being simplified toward a cleaner loading-ring silhouette."},{"icon":"rotateRight","status":"in_progress","note":"Solid rotate-right icon being simplified toward a cleaner clockwise-refresh silhouette."},{"icon":"sparkles","status":"in_progress","note":"Solid sparkles icon being simplified toward a cleaner multi-star shine silhouette."},{"icon":"xCircle","status":"in_progress","note":"Solid x-circle icon being simplified toward a cleaner error-in-circle silhouette."}]'), Lt = H4, z = Lt.flatMap((s) => s.icons), bt = (s) => s.replace(/[A-Z]/g, (e) => `-${e.toLowerCase()}`), Zt = Object.freeze(
|
|
2350
|
+
Object.fromEntries(z.map((s) => [s, bt(s)]))
|
|
2351
|
+
), St = kt, Rt = zt, xt = yt, Dt = vt, m = "moon", $t = /* @__PURE__ */ o({
|
|
2352
|
+
inheritAttrs: !1,
|
|
300
2353
|
__name: "icon",
|
|
301
2354
|
props: {
|
|
302
|
-
icon: {
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
},
|
|
307
|
-
spin: {
|
|
308
|
-
type: Boolean,
|
|
309
|
-
default: !1
|
|
310
|
-
}
|
|
2355
|
+
icon: { default: m },
|
|
2356
|
+
spin: { type: Boolean, default: !1 },
|
|
2357
|
+
size: { default: 16 },
|
|
2358
|
+
style: { default: "solid" }
|
|
311
2359
|
},
|
|
312
|
-
setup(
|
|
313
|
-
const e =
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
2360
|
+
setup(s) {
|
|
2361
|
+
const e = /* @__PURE__ */ Object.assign({
|
|
2362
|
+
"./activity.vue": S,
|
|
2363
|
+
"./alertCircle.vue": x,
|
|
2364
|
+
"./archive.vue": I,
|
|
2365
|
+
"./arrowDown.vue": j,
|
|
2366
|
+
"./arrowLeft.vue": B,
|
|
2367
|
+
"./arrowRight.vue": N,
|
|
2368
|
+
"./arrowUp.vue": q,
|
|
2369
|
+
"./ban.vue": E,
|
|
2370
|
+
"./bars.vue": F,
|
|
2371
|
+
"./bell.vue": J,
|
|
2372
|
+
"./bookmark.vue": W,
|
|
2373
|
+
"./briefcase.vue": Y,
|
|
2374
|
+
"./building.vue": t2,
|
|
2375
|
+
"./calendar.vue": s2,
|
|
2376
|
+
"./caretDown.vue": o2,
|
|
2377
|
+
"./caretLeft.vue": l2,
|
|
2378
|
+
"./caretRight.vue": a2,
|
|
2379
|
+
"./caretUp.vue": h2,
|
|
2380
|
+
"./chartBar.vue": p2,
|
|
2381
|
+
"./check.vue": _2,
|
|
2382
|
+
"./checkCircle.vue": w2,
|
|
2383
|
+
"./chevronDown.vue": k2,
|
|
2384
|
+
"./chevronLeft.vue": y2,
|
|
2385
|
+
"./chevronRight.vue": L2,
|
|
2386
|
+
"./chevronUp.vue": $2,
|
|
2387
|
+
"./circleHalf.vue": H2,
|
|
2388
|
+
"./circleNotch.vue": Z2,
|
|
2389
|
+
"./clipboard.vue": R2,
|
|
2390
|
+
"./clock.vue": D2,
|
|
2391
|
+
"./cloud.vue": U2,
|
|
2392
|
+
"./code.vue": O2,
|
|
2393
|
+
"./collapse.vue": A2,
|
|
2394
|
+
"./columns.vue": P2,
|
|
2395
|
+
"./copy.vue": G2,
|
|
2396
|
+
"./cpu.vue": X2,
|
|
2397
|
+
"./creditCard.vue": K2,
|
|
2398
|
+
"./database.vue": Q2,
|
|
2399
|
+
"./download.vue": ee,
|
|
2400
|
+
"./ellipsis.vue": ie,
|
|
2401
|
+
"./expand.vue": re,
|
|
2402
|
+
"./externalLink.vue": ne,
|
|
2403
|
+
"./eye.vue": ae,
|
|
2404
|
+
"./eyeSlash.vue": ue,
|
|
2405
|
+
"./file.vue": ge,
|
|
2406
|
+
"./fileText.vue": we,
|
|
2407
|
+
"./filter.vue": ke,
|
|
2408
|
+
"./folder.vue": ye,
|
|
2409
|
+
"./folderOpen.vue": Le,
|
|
2410
|
+
"./funnelX.vue": $e,
|
|
2411
|
+
"./gear.vue": Ve,
|
|
2412
|
+
"./globe.vue": Se,
|
|
2413
|
+
"./grid.vue": xe,
|
|
2414
|
+
"./hardDrive.vue": Ie,
|
|
2415
|
+
"./heart.vue": je,
|
|
2416
|
+
"./history.vue": Be,
|
|
2417
|
+
"./house.vue": qe,
|
|
2418
|
+
"./icon.vue": Ht,
|
|
2419
|
+
"./inbox.vue": Ee,
|
|
2420
|
+
"./info.vue": Fe,
|
|
2421
|
+
"./key.vue": Je,
|
|
2422
|
+
"./layers.vue": We,
|
|
2423
|
+
"./link.vue": Ye,
|
|
2424
|
+
"./lock.vue": t1,
|
|
2425
|
+
"./logIn.vue": s1,
|
|
2426
|
+
"./logOut.vue": o1,
|
|
2427
|
+
"./magnifyingGlass.vue": l1,
|
|
2428
|
+
"./mail.vue": h1,
|
|
2429
|
+
"./message.vue": p1,
|
|
2430
|
+
"./minus.vue": _1,
|
|
2431
|
+
"./moon.vue": m1,
|
|
2432
|
+
"./pencil.vue": z1,
|
|
2433
|
+
"./phone.vue": v1,
|
|
2434
|
+
"./plug.vue": b1,
|
|
2435
|
+
"./plus.vue": M1,
|
|
2436
|
+
"./question.vue": V1,
|
|
2437
|
+
"./receipt.vue": S1,
|
|
2438
|
+
"./refresh.vue": x1,
|
|
2439
|
+
"./rotateRight.vue": I1,
|
|
2440
|
+
"./send.vue": j1,
|
|
2441
|
+
"./server.vue": B1,
|
|
2442
|
+
"./share.vue": N1,
|
|
2443
|
+
"./shield.vue": q1,
|
|
2444
|
+
"./sliders.vue": E1,
|
|
2445
|
+
"./sort.vue": F1,
|
|
2446
|
+
"./sparkles.vue": J1,
|
|
2447
|
+
"./star.vue": W1,
|
|
2448
|
+
"./sun.vue": e4,
|
|
2449
|
+
"./terminal.vue": i4,
|
|
2450
|
+
"./trash.vue": r4,
|
|
2451
|
+
"./unlock.vue": n4,
|
|
2452
|
+
"./upload.vue": c4,
|
|
2453
|
+
"./user.vue": d4,
|
|
2454
|
+
"./userCheck.vue": u4,
|
|
2455
|
+
"./userMinus.vue": C4,
|
|
2456
|
+
"./userPlus.vue": g4,
|
|
2457
|
+
"./users.vue": w4,
|
|
2458
|
+
"./wallet.vue": k4,
|
|
2459
|
+
"./warning.vue": v4,
|
|
2460
|
+
"./xCircle.vue": b4,
|
|
2461
|
+
"./xmark.vue": M4
|
|
2462
|
+
}), t = s, u = M(), f = (_) => _.includes("-") ? _.toLowerCase().replace(/-([a-z0-9])/g, (g, k) => k.toUpperCase()) : _, y = (_) => {
|
|
2463
|
+
const g = f(_), $ = `./${z.includes(g) ? g : m}.vue`;
|
|
2464
|
+
return e[$] ?? e[`./${m}.vue`];
|
|
2465
|
+
}, v = w(() => y(t.icon)), L = w(() => ({
|
|
2466
|
+
...u,
|
|
2467
|
+
size: t.size
|
|
2468
|
+
})), b = w(() => ({
|
|
2469
|
+
"vif-icon": !0,
|
|
2470
|
+
"vif-icon_animations_spin": t.spin
|
|
2471
|
+
}));
|
|
2472
|
+
return (_, g) => (n(), H(V(v.value), l(L.value, { class: b.value }), null, 16, ["class"]));
|
|
2473
|
+
}
|
|
2474
|
+
}), Mt = (s, e) => {
|
|
2475
|
+
const t = s.__vccOpts || s;
|
|
2476
|
+
for (const [u, f] of e)
|
|
2477
|
+
t[u] = f;
|
|
2478
|
+
return t;
|
|
2479
|
+
}, Ht = /* @__PURE__ */ Mt($t, [["__scopeId", "data-v-33e2b5c9"]]);
|
|
328
2480
|
export {
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
D as CmHouseIcon,
|
|
338
|
-
R1 as CmIcon,
|
|
339
|
-
O1 as CmMagnifyingGlass,
|
|
340
|
-
S as CmMoonIcon,
|
|
341
|
-
t1 as CmRotateRight,
|
|
342
|
-
C as CmSunIcon,
|
|
343
|
-
Z as CmUserIcon
|
|
2481
|
+
Ht as VueIconify,
|
|
2482
|
+
Rt as coreIconNames,
|
|
2483
|
+
xt as dualStyleCoreIconNames,
|
|
2484
|
+
St as iconCatalog,
|
|
2485
|
+
Lt as iconGroups,
|
|
2486
|
+
z as iconNames,
|
|
2487
|
+
Zt as icons,
|
|
2488
|
+
Dt as showcaseIconEntries
|
|
344
2489
|
};
|