@codemonster-ru/vueiconify 1.0.0 → 1.1.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/README.md +3 -1
- package/dist/index.css +1 -1
- package/dist/index.ts.mjs +1143 -975
- package/dist/index.ts.umd.js +2 -2
- package/dist/lib/components/icon.vue.d.ts +2 -0
- package/dist/lib/iconCatalog.json.d.ts +10 -0
- package/dist/lib/iconMeta.json.d.ts +2 -0
- package/dist/lib/iconOpticalOffsets.json.d.ts +54 -0
- package/dist/lib/iconShowcase.json.d.ts +10 -0
- package/package.json +1 -1
package/dist/index.ts.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as n, mergeDefaults as a, openBlock as o, createElementBlock as l, mergeProps as c, unref as r, createElementVNode as i, useId as p, createStaticVNode as C, useAttrs as Z, computed as f, normalizeClass as x, normalizeStyle as R, createBlock as I, resolveDynamicComponent as D } from "vue";
|
|
2
2
|
import './index.css';const d = {
|
|
3
3
|
size: 16
|
|
4
4
|
}, h = {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
viewBox: "0 0 512 512",
|
|
7
7
|
fill: "none"
|
|
8
|
-
},
|
|
8
|
+
}, U = ["width", "height"], O = /* @__PURE__ */ n({
|
|
9
9
|
__name: "activity",
|
|
10
|
-
props: /* @__PURE__ */
|
|
10
|
+
props: /* @__PURE__ */ a({
|
|
11
11
|
size: {}
|
|
12
12
|
}, d),
|
|
13
13
|
setup(s) {
|
|
14
|
-
return (e, t) => (
|
|
14
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
15
15
|
width: e.size,
|
|
16
16
|
height: e.size
|
|
17
17
|
}), t[0] || (t[0] = [
|
|
@@ -19,51 +19,85 @@ import './index.css';const d = {
|
|
|
19
19
|
fill: "currentColor",
|
|
20
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
21
|
}, null, -1)
|
|
22
|
-
]), 16,
|
|
22
|
+
]), 16, U));
|
|
23
23
|
}
|
|
24
|
-
}),
|
|
24
|
+
}), j = ["width", "height"], q = ["mask"], B = /* @__PURE__ */ n({
|
|
25
25
|
__name: "alertCircle",
|
|
26
|
-
props: /* @__PURE__ */
|
|
26
|
+
props: /* @__PURE__ */ a({
|
|
27
27
|
size: {}
|
|
28
28
|
}, d),
|
|
29
29
|
setup(s) {
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
const e = `alert-circle-mask-${p()}`;
|
|
31
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
32
|
+
width: t.size,
|
|
33
|
+
height: t.size
|
|
34
|
+
}), [
|
|
35
|
+
i("defs", null, [
|
|
36
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
37
|
+
i("rect", {
|
|
38
|
+
width: "512",
|
|
39
|
+
height: "512",
|
|
40
|
+
fill: "black"
|
|
41
|
+
}, null, -1),
|
|
42
|
+
i("circle", {
|
|
43
|
+
cx: "256",
|
|
44
|
+
cy: "256",
|
|
45
|
+
r: "256",
|
|
46
|
+
fill: "white"
|
|
47
|
+
}, null, -1),
|
|
48
|
+
i("rect", {
|
|
49
|
+
x: "233",
|
|
50
|
+
y: "120",
|
|
51
|
+
width: "46",
|
|
52
|
+
height: "148",
|
|
53
|
+
rx: "23",
|
|
54
|
+
fill: "black"
|
|
55
|
+
}, null, -1),
|
|
56
|
+
i("circle", {
|
|
57
|
+
cx: "256",
|
|
58
|
+
cy: "352",
|
|
59
|
+
r: "31",
|
|
60
|
+
fill: "black"
|
|
61
|
+
}, null, -1)
|
|
62
|
+
]))
|
|
63
|
+
]),
|
|
64
|
+
i("rect", {
|
|
65
|
+
width: "512",
|
|
66
|
+
height: "512",
|
|
35
67
|
fill: "currentColor",
|
|
36
|
-
|
|
37
|
-
}, null,
|
|
38
|
-
]
|
|
68
|
+
mask: `url(#${e})`
|
|
69
|
+
}, null, 8, q)
|
|
70
|
+
], 16, j));
|
|
39
71
|
}
|
|
40
|
-
}),
|
|
72
|
+
}), A = ["width", "height"], N = /* @__PURE__ */ n({
|
|
41
73
|
__name: "archive",
|
|
42
|
-
props: /* @__PURE__ */
|
|
74
|
+
props: /* @__PURE__ */ a({
|
|
43
75
|
size: {}
|
|
44
76
|
}, d),
|
|
45
77
|
setup(s) {
|
|
46
|
-
return (e, t) => (
|
|
78
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
47
79
|
width: e.size,
|
|
48
80
|
height: e.size
|
|
49
81
|
}), t[0] || (t[0] = [
|
|
50
|
-
i("
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
82
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
83
|
+
i("path", {
|
|
84
|
+
fill: "currentColor",
|
|
85
|
+
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"
|
|
86
|
+
}),
|
|
87
|
+
i("path", {
|
|
88
|
+
fill: "currentColor",
|
|
89
|
+
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"
|
|
90
|
+
})
|
|
91
|
+
], -1)
|
|
92
|
+
]), 16, A));
|
|
59
93
|
}
|
|
60
|
-
}),
|
|
94
|
+
}), P = ["width", "height"], G = /* @__PURE__ */ n({
|
|
61
95
|
__name: "arrowDown",
|
|
62
|
-
props: /* @__PURE__ */
|
|
96
|
+
props: /* @__PURE__ */ a({
|
|
63
97
|
size: {}
|
|
64
98
|
}, d),
|
|
65
99
|
setup(s) {
|
|
66
|
-
return (e, t) => (
|
|
100
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
67
101
|
width: e.size,
|
|
68
102
|
height: e.size
|
|
69
103
|
}), t[0] || (t[0] = [
|
|
@@ -75,15 +109,15 @@ import './index.css';const d = {
|
|
|
75
109
|
"stroke-linejoin": "round",
|
|
76
110
|
fill: "none"
|
|
77
111
|
}, null, -1)
|
|
78
|
-
]), 16,
|
|
112
|
+
]), 16, P));
|
|
79
113
|
}
|
|
80
|
-
}),
|
|
114
|
+
}), T = ["width", "height"], E = /* @__PURE__ */ n({
|
|
81
115
|
__name: "arrowLeft",
|
|
82
|
-
props: /* @__PURE__ */
|
|
116
|
+
props: /* @__PURE__ */ a({
|
|
83
117
|
size: {}
|
|
84
118
|
}, d),
|
|
85
119
|
setup(s) {
|
|
86
|
-
return (e, t) => (
|
|
120
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
87
121
|
width: e.size,
|
|
88
122
|
height: e.size
|
|
89
123
|
}), t[0] || (t[0] = [
|
|
@@ -95,15 +129,15 @@ import './index.css';const d = {
|
|
|
95
129
|
"stroke-linejoin": "round",
|
|
96
130
|
fill: "none"
|
|
97
131
|
}, null, -1)
|
|
98
|
-
]), 16,
|
|
132
|
+
]), 16, T));
|
|
99
133
|
}
|
|
100
|
-
}),
|
|
134
|
+
}), X = ["width", "height"], F = /* @__PURE__ */ n({
|
|
101
135
|
__name: "arrowRight",
|
|
102
|
-
props: /* @__PURE__ */
|
|
136
|
+
props: /* @__PURE__ */ a({
|
|
103
137
|
size: {}
|
|
104
138
|
}, d),
|
|
105
139
|
setup(s) {
|
|
106
|
-
return (e, t) => (
|
|
140
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
107
141
|
width: e.size,
|
|
108
142
|
height: e.size
|
|
109
143
|
}), t[0] || (t[0] = [
|
|
@@ -115,15 +149,15 @@ import './index.css';const d = {
|
|
|
115
149
|
"stroke-linejoin": "round",
|
|
116
150
|
fill: "none"
|
|
117
151
|
}, null, -1)
|
|
118
|
-
]), 16,
|
|
152
|
+
]), 16, X));
|
|
119
153
|
}
|
|
120
|
-
}),
|
|
154
|
+
}), J = ["width", "height"], K = /* @__PURE__ */ n({
|
|
121
155
|
__name: "arrowUp",
|
|
122
|
-
props: /* @__PURE__ */
|
|
156
|
+
props: /* @__PURE__ */ a({
|
|
123
157
|
size: {}
|
|
124
158
|
}, d),
|
|
125
159
|
setup(s) {
|
|
126
|
-
return (e, t) => (
|
|
160
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
127
161
|
width: e.size,
|
|
128
162
|
height: e.size
|
|
129
163
|
}), t[0] || (t[0] = [
|
|
@@ -135,15 +169,15 @@ import './index.css';const d = {
|
|
|
135
169
|
"stroke-linejoin": "round",
|
|
136
170
|
fill: "none"
|
|
137
171
|
}, null, -1)
|
|
138
|
-
]), 16,
|
|
172
|
+
]), 16, J));
|
|
139
173
|
}
|
|
140
|
-
}),
|
|
174
|
+
}), Q = ["width", "height"], W = /* @__PURE__ */ n({
|
|
141
175
|
__name: "ban",
|
|
142
|
-
props: /* @__PURE__ */
|
|
176
|
+
props: /* @__PURE__ */ a({
|
|
143
177
|
size: {}
|
|
144
178
|
}, d),
|
|
145
179
|
setup(s) {
|
|
146
|
-
return (e, t) => (
|
|
180
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
147
181
|
width: e.size,
|
|
148
182
|
height: e.size
|
|
149
183
|
}), t[0] || (t[0] = [
|
|
@@ -151,35 +185,37 @@ import './index.css';const d = {
|
|
|
151
185
|
fill: "currentColor",
|
|
152
186
|
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
187
|
}, null, -1)
|
|
154
|
-
]), 16,
|
|
188
|
+
]), 16, Q));
|
|
155
189
|
}
|
|
156
|
-
}),
|
|
190
|
+
}), Y = ["width", "height"], e2 = /* @__PURE__ */ n({
|
|
157
191
|
__name: "bars",
|
|
158
|
-
props: /* @__PURE__ */
|
|
192
|
+
props: /* @__PURE__ */ a({
|
|
159
193
|
size: {}
|
|
160
194
|
}, d),
|
|
161
195
|
setup(s) {
|
|
162
|
-
return (e, t) => (
|
|
196
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
163
197
|
width: e.size,
|
|
164
198
|
height: e.size
|
|
165
199
|
}), t[0] || (t[0] = [
|
|
166
|
-
i("
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
200
|
+
i("g", { transform: "translate(-12.8 0) scale(1.05 1)" }, [
|
|
201
|
+
i("path", {
|
|
202
|
+
d: "M108 132h296M108 256h296M108 380h296",
|
|
203
|
+
stroke: "currentColor",
|
|
204
|
+
"stroke-width": "56",
|
|
205
|
+
"stroke-linecap": "round",
|
|
206
|
+
"stroke-linejoin": "round",
|
|
207
|
+
fill: "none"
|
|
208
|
+
})
|
|
209
|
+
], -1)
|
|
210
|
+
]), 16, Y));
|
|
175
211
|
}
|
|
176
|
-
}),
|
|
212
|
+
}), t2 = ["width", "height"], i2 = /* @__PURE__ */ n({
|
|
177
213
|
__name: "bell",
|
|
178
|
-
props: /* @__PURE__ */
|
|
214
|
+
props: /* @__PURE__ */ a({
|
|
179
215
|
size: {}
|
|
180
216
|
}, d),
|
|
181
217
|
setup(s) {
|
|
182
|
-
return (e, t) => (
|
|
218
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
183
219
|
width: e.size,
|
|
184
220
|
height: e.size
|
|
185
221
|
}), t[0] || (t[0] = [
|
|
@@ -191,105 +227,115 @@ import './index.css';const d = {
|
|
|
191
227
|
fill: "currentColor",
|
|
192
228
|
d: "M200 452h112c-9.3 35-32.9 60-56 60s-46.7-25-56-60Z"
|
|
193
229
|
}, null, -1)
|
|
194
|
-
]), 16,
|
|
230
|
+
]), 16, t2));
|
|
195
231
|
}
|
|
196
|
-
}),
|
|
232
|
+
}), s2 = ["width", "height"], r2 = /* @__PURE__ */ n({
|
|
197
233
|
__name: "bookmark",
|
|
198
|
-
props: /* @__PURE__ */
|
|
234
|
+
props: /* @__PURE__ */ a({
|
|
199
235
|
size: {}
|
|
200
236
|
}, d),
|
|
201
237
|
setup(s) {
|
|
202
|
-
return (e, t) => (
|
|
238
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
203
239
|
width: e.size,
|
|
204
240
|
height: e.size
|
|
205
241
|
}), t[0] || (t[0] = [
|
|
206
|
-
i("
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
242
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
243
|
+
i("path", {
|
|
244
|
+
fill: "currentColor",
|
|
245
|
+
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"
|
|
246
|
+
})
|
|
247
|
+
], -1)
|
|
248
|
+
]), 16, s2));
|
|
211
249
|
}
|
|
212
|
-
}),
|
|
250
|
+
}), o2 = ["width", "height"], n2 = /* @__PURE__ */ n({
|
|
213
251
|
__name: "briefcase",
|
|
214
|
-
props: /* @__PURE__ */
|
|
252
|
+
props: /* @__PURE__ */ a({
|
|
215
253
|
size: {}
|
|
216
254
|
}, d),
|
|
217
255
|
setup(s) {
|
|
218
|
-
return (e, t) => (
|
|
256
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
219
257
|
width: e.size,
|
|
220
258
|
height: e.size
|
|
221
259
|
}), t[0] || (t[0] = [
|
|
222
|
-
i("
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
260
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
261
|
+
i("path", {
|
|
262
|
+
fill: "currentColor",
|
|
263
|
+
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"
|
|
264
|
+
}),
|
|
265
|
+
i("path", {
|
|
266
|
+
fill: "currentColor",
|
|
267
|
+
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"
|
|
268
|
+
})
|
|
269
|
+
], -1)
|
|
270
|
+
]), 16, o2));
|
|
231
271
|
}
|
|
232
|
-
}),
|
|
272
|
+
}), l2 = ["width", "height"], c2 = /* @__PURE__ */ n({
|
|
233
273
|
__name: "building",
|
|
234
|
-
props: /* @__PURE__ */
|
|
274
|
+
props: /* @__PURE__ */ a({
|
|
235
275
|
size: {}
|
|
236
276
|
}, d),
|
|
237
277
|
setup(s) {
|
|
238
|
-
return (e, t) => (
|
|
278
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
239
279
|
width: e.size,
|
|
240
280
|
height: e.size
|
|
241
281
|
}), t[0] || (t[0] = [
|
|
242
|
-
i("
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
282
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
283
|
+
i("path", {
|
|
284
|
+
fill: "currentColor",
|
|
285
|
+
"fill-rule": "evenodd",
|
|
286
|
+
"clip-rule": "evenodd",
|
|
287
|
+
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"
|
|
288
|
+
})
|
|
289
|
+
], -1)
|
|
290
|
+
]), 16, l2));
|
|
249
291
|
}
|
|
250
|
-
}),
|
|
292
|
+
}), a2 = ["width", "height"], d2 = /* @__PURE__ */ n({
|
|
251
293
|
__name: "calendar",
|
|
252
|
-
props: /* @__PURE__ */
|
|
294
|
+
props: /* @__PURE__ */ a({
|
|
253
295
|
size: {}
|
|
254
296
|
}, d),
|
|
255
297
|
setup(s) {
|
|
256
|
-
return (e, t) => (
|
|
298
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
257
299
|
width: e.size,
|
|
258
300
|
height: e.size
|
|
259
301
|
}), t[0] || (t[0] = [
|
|
260
|
-
i("
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
302
|
+
i("g", { transform: "translate(0 -10.24) scale(1 1.04)" }, [
|
|
303
|
+
i("path", {
|
|
304
|
+
fill: "currentColor",
|
|
305
|
+
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"
|
|
306
|
+
}),
|
|
307
|
+
i("path", {
|
|
308
|
+
fill: "currentColor",
|
|
309
|
+
d: "M30 268h452v120c0 44.2-35.8 80-80 80H110c-44.2 0-80-35.8-80-80V268Z"
|
|
310
|
+
})
|
|
311
|
+
], -1)
|
|
312
|
+
]), 16, a2));
|
|
269
313
|
}
|
|
270
|
-
}),
|
|
314
|
+
}), h2 = ["width", "height"], u2 = /* @__PURE__ */ n({
|
|
271
315
|
__name: "caretDown",
|
|
272
|
-
props: /* @__PURE__ */
|
|
316
|
+
props: /* @__PURE__ */ a({
|
|
273
317
|
size: {}
|
|
274
318
|
}, d),
|
|
275
319
|
setup(s) {
|
|
276
|
-
return (e, t) => (
|
|
320
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
277
321
|
width: e.size,
|
|
278
322
|
height: e.size
|
|
279
323
|
}), t[0] || (t[0] = [
|
|
280
|
-
i("
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
324
|
+
i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
|
|
325
|
+
i("path", {
|
|
326
|
+
fill: "currentColor",
|
|
327
|
+
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"
|
|
328
|
+
})
|
|
329
|
+
], -1)
|
|
330
|
+
]), 16, h2));
|
|
285
331
|
}
|
|
286
|
-
}),
|
|
332
|
+
}), p2 = ["width", "height"], C2 = /* @__PURE__ */ n({
|
|
287
333
|
__name: "caretLeft",
|
|
288
|
-
props: /* @__PURE__ */
|
|
334
|
+
props: /* @__PURE__ */ a({
|
|
289
335
|
size: {}
|
|
290
336
|
}, d),
|
|
291
337
|
setup(s) {
|
|
292
|
-
return (e, t) => (
|
|
338
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
293
339
|
width: e.size,
|
|
294
340
|
height: e.size
|
|
295
341
|
}), t[0] || (t[0] = [
|
|
@@ -299,15 +345,15 @@ import './index.css';const d = {
|
|
|
299
345
|
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
346
|
})
|
|
301
347
|
], -1)
|
|
302
|
-
]), 16,
|
|
348
|
+
]), 16, p2));
|
|
303
349
|
}
|
|
304
|
-
}),
|
|
350
|
+
}), g2 = ["width", "height"], _2 = /* @__PURE__ */ n({
|
|
305
351
|
__name: "caretRight",
|
|
306
|
-
props: /* @__PURE__ */
|
|
352
|
+
props: /* @__PURE__ */ a({
|
|
307
353
|
size: {}
|
|
308
354
|
}, d),
|
|
309
355
|
setup(s) {
|
|
310
|
-
return (e, t) => (
|
|
356
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
311
357
|
width: e.size,
|
|
312
358
|
height: e.size
|
|
313
359
|
}), t[0] || (t[0] = [
|
|
@@ -317,82 +363,69 @@ import './index.css';const d = {
|
|
|
317
363
|
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
364
|
})
|
|
319
365
|
], -1)
|
|
320
|
-
]), 16,
|
|
366
|
+
]), 16, g2));
|
|
321
367
|
}
|
|
322
|
-
}),
|
|
368
|
+
}), f2 = ["width", "height"], w2 = /* @__PURE__ */ n({
|
|
323
369
|
__name: "caretUp",
|
|
324
|
-
props: /* @__PURE__ */
|
|
370
|
+
props: /* @__PURE__ */ a({
|
|
325
371
|
size: {}
|
|
326
372
|
}, d),
|
|
327
373
|
setup(s) {
|
|
328
|
-
return (e, t) => (
|
|
374
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
329
375
|
width: e.size,
|
|
330
376
|
height: e.size
|
|
331
377
|
}), t[0] || (t[0] = [
|
|
332
|
-
i("g", { transform: "rotate(180 256 256)" }, [
|
|
378
|
+
i("g", { transform: "translate(-12.8 -12.8) scale(1.05) rotate(180 256 256)" }, [
|
|
333
379
|
i("path", {
|
|
334
380
|
fill: "currentColor",
|
|
335
381
|
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
382
|
})
|
|
337
383
|
], -1)
|
|
338
|
-
]), 16,
|
|
384
|
+
]), 16, f2));
|
|
339
385
|
}
|
|
340
|
-
}),
|
|
386
|
+
}), m2 = ["width", "height"], k2 = /* @__PURE__ */ n({
|
|
341
387
|
__name: "chartBar",
|
|
342
|
-
props: /* @__PURE__ */
|
|
388
|
+
props: /* @__PURE__ */ a({
|
|
343
389
|
size: {}
|
|
344
390
|
}, d),
|
|
345
391
|
setup(s) {
|
|
346
|
-
return (e, t) => (
|
|
392
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
347
393
|
width: e.size,
|
|
348
394
|
height: e.size
|
|
349
395
|
}), t[0] || (t[0] = [
|
|
350
|
-
|
|
351
|
-
|
|
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));
|
|
396
|
+
C('<g transform="translate(-10.24 -10.24) scale(1.04)"><path fill="currentColor" 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"></path><path fill="currentColor" 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"></path><path fill="currentColor" 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"></path><path fill="currentColor" 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"></path></g>', 1)
|
|
397
|
+
]), 16, m2));
|
|
367
398
|
}
|
|
368
|
-
}),
|
|
399
|
+
}), y2 = ["width", "height"], v2 = /* @__PURE__ */ n({
|
|
369
400
|
__name: "check",
|
|
370
|
-
props: /* @__PURE__ */
|
|
401
|
+
props: /* @__PURE__ */ a({
|
|
371
402
|
size: {}
|
|
372
403
|
}, d),
|
|
373
404
|
setup(s) {
|
|
374
|
-
return (e, t) => (
|
|
405
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
375
406
|
width: e.size,
|
|
376
407
|
height: e.size
|
|
377
408
|
}), t[0] || (t[0] = [
|
|
378
|
-
i("
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
409
|
+
i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
|
|
410
|
+
i("path", {
|
|
411
|
+
d: "M128 274 220 364 392 148",
|
|
412
|
+
stroke: "currentColor",
|
|
413
|
+
"stroke-width": "56",
|
|
414
|
+
"stroke-linecap": "round",
|
|
415
|
+
"stroke-linejoin": "round",
|
|
416
|
+
fill: "none"
|
|
417
|
+
})
|
|
418
|
+
], -1)
|
|
419
|
+
]), 16, y2));
|
|
387
420
|
}
|
|
388
|
-
}),
|
|
421
|
+
}), z2 = ["width", "height"], L2 = ["mask"], $2 = /* @__PURE__ */ n({
|
|
389
422
|
__name: "checkCircle",
|
|
390
|
-
props: /* @__PURE__ */
|
|
423
|
+
props: /* @__PURE__ */ a({
|
|
391
424
|
size: {}
|
|
392
425
|
}, d),
|
|
393
426
|
setup(s) {
|
|
394
427
|
const e = `check-circle-mask-${p()}`;
|
|
395
|
-
return (t, u) => (
|
|
428
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
396
429
|
width: t.size,
|
|
397
430
|
height: t.size
|
|
398
431
|
}), [
|
|
@@ -406,12 +439,13 @@ import './index.css';const d = {
|
|
|
406
439
|
i("circle", {
|
|
407
440
|
cx: "256",
|
|
408
441
|
cy: "256",
|
|
409
|
-
r: "
|
|
442
|
+
r: "256",
|
|
410
443
|
fill: "white"
|
|
411
444
|
}, null, -1),
|
|
412
445
|
i("path", {
|
|
413
446
|
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"
|
|
447
|
+
fill: "black",
|
|
448
|
+
transform: "translate(256 256) scale(1.22) translate(-256 -256)"
|
|
415
449
|
}, null, -1)
|
|
416
450
|
]))
|
|
417
451
|
]),
|
|
@@ -420,16 +454,16 @@ import './index.css';const d = {
|
|
|
420
454
|
height: "512",
|
|
421
455
|
fill: "currentColor",
|
|
422
456
|
mask: `url(#${e})`
|
|
423
|
-
}, null, 8,
|
|
424
|
-
], 16,
|
|
457
|
+
}, null, 8, L2)
|
|
458
|
+
], 16, z2));
|
|
425
459
|
}
|
|
426
|
-
}),
|
|
460
|
+
}), b2 = ["width", "height"], M2 = /* @__PURE__ */ n({
|
|
427
461
|
__name: "chevronDown",
|
|
428
|
-
props: /* @__PURE__ */
|
|
462
|
+
props: /* @__PURE__ */ a({
|
|
429
463
|
size: {}
|
|
430
464
|
}, d),
|
|
431
465
|
setup(s) {
|
|
432
|
-
return (e, t) => (
|
|
466
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
433
467
|
width: e.size,
|
|
434
468
|
height: e.size
|
|
435
469
|
}), t[0] || (t[0] = [
|
|
@@ -439,15 +473,15 @@ import './index.css';const d = {
|
|
|
439
473
|
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
474
|
})
|
|
441
475
|
], -1)
|
|
442
|
-
]), 16,
|
|
476
|
+
]), 16, b2));
|
|
443
477
|
}
|
|
444
|
-
}),
|
|
478
|
+
}), H2 = ["width", "height"], V2 = /* @__PURE__ */ n({
|
|
445
479
|
__name: "chevronLeft",
|
|
446
|
-
props: /* @__PURE__ */
|
|
480
|
+
props: /* @__PURE__ */ a({
|
|
447
481
|
size: {}
|
|
448
482
|
}, d),
|
|
449
483
|
setup(s) {
|
|
450
|
-
return (e, t) => (
|
|
484
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
451
485
|
width: e.size,
|
|
452
486
|
height: e.size
|
|
453
487
|
}), t[0] || (t[0] = [
|
|
@@ -457,15 +491,15 @@ import './index.css';const d = {
|
|
|
457
491
|
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
492
|
})
|
|
459
493
|
], -1)
|
|
460
|
-
]), 16,
|
|
494
|
+
]), 16, H2));
|
|
461
495
|
}
|
|
462
|
-
}),
|
|
496
|
+
}), S2 = ["width", "height"], Z2 = /* @__PURE__ */ n({
|
|
463
497
|
__name: "chevronRight",
|
|
464
|
-
props: /* @__PURE__ */
|
|
498
|
+
props: /* @__PURE__ */ a({
|
|
465
499
|
size: {}
|
|
466
500
|
}, d),
|
|
467
501
|
setup(s) {
|
|
468
|
-
return (e, t) => (
|
|
502
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
469
503
|
width: e.size,
|
|
470
504
|
height: e.size
|
|
471
505
|
}), t[0] || (t[0] = [
|
|
@@ -475,15 +509,15 @@ import './index.css';const d = {
|
|
|
475
509
|
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
510
|
})
|
|
477
511
|
], -1)
|
|
478
|
-
]), 16,
|
|
512
|
+
]), 16, S2));
|
|
479
513
|
}
|
|
480
|
-
}),
|
|
514
|
+
}), x2 = ["width", "height"], R2 = /* @__PURE__ */ n({
|
|
481
515
|
__name: "chevronUp",
|
|
482
|
-
props: /* @__PURE__ */
|
|
516
|
+
props: /* @__PURE__ */ a({
|
|
483
517
|
size: {}
|
|
484
518
|
}, d),
|
|
485
519
|
setup(s) {
|
|
486
|
-
return (e, t) => (
|
|
520
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
487
521
|
width: e.size,
|
|
488
522
|
height: e.size
|
|
489
523
|
}), t[0] || (t[0] = [
|
|
@@ -491,15 +525,15 @@ import './index.css';const d = {
|
|
|
491
525
|
fill: "currentColor",
|
|
492
526
|
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
527
|
}, null, -1)
|
|
494
|
-
]), 16,
|
|
528
|
+
]), 16, x2));
|
|
495
529
|
}
|
|
496
|
-
}),
|
|
530
|
+
}), I2 = ["width", "height"], D2 = /* @__PURE__ */ n({
|
|
497
531
|
__name: "circleHalf",
|
|
498
|
-
props: /* @__PURE__ */
|
|
532
|
+
props: /* @__PURE__ */ a({
|
|
499
533
|
size: {}
|
|
500
534
|
}, d),
|
|
501
535
|
setup(s) {
|
|
502
|
-
return (e, t) => (
|
|
536
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
503
537
|
width: e.size,
|
|
504
538
|
height: e.size
|
|
505
539
|
}), t[0] || (t[0] = [
|
|
@@ -507,15 +541,15 @@ import './index.css';const d = {
|
|
|
507
541
|
fill: "currentColor",
|
|
508
542
|
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
543
|
}, null, -1)
|
|
510
|
-
]), 16,
|
|
544
|
+
]), 16, I2));
|
|
511
545
|
}
|
|
512
|
-
}),
|
|
546
|
+
}), U2 = ["width", "height"], O2 = /* @__PURE__ */ n({
|
|
513
547
|
__name: "circleNotch",
|
|
514
|
-
props: /* @__PURE__ */
|
|
548
|
+
props: /* @__PURE__ */ a({
|
|
515
549
|
size: {}
|
|
516
550
|
}, d),
|
|
517
551
|
setup(s) {
|
|
518
|
-
return (e, t) => (
|
|
552
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
519
553
|
width: e.size,
|
|
520
554
|
height: e.size
|
|
521
555
|
}), t[0] || (t[0] = [
|
|
@@ -523,15 +557,15 @@ import './index.css';const d = {
|
|
|
523
557
|
fill: "currentColor",
|
|
524
558
|
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
559
|
}, null, -1)
|
|
526
|
-
]), 16,
|
|
560
|
+
]), 16, U2));
|
|
527
561
|
}
|
|
528
|
-
}),
|
|
562
|
+
}), j2 = ["width", "height"], q2 = /* @__PURE__ */ n({
|
|
529
563
|
__name: "clipboard",
|
|
530
|
-
props: /* @__PURE__ */
|
|
564
|
+
props: /* @__PURE__ */ a({
|
|
531
565
|
size: {}
|
|
532
566
|
}, d),
|
|
533
567
|
setup(s) {
|
|
534
|
-
return (e, t) => (
|
|
568
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
535
569
|
width: e.size,
|
|
536
570
|
height: e.size
|
|
537
571
|
}), t[0] || (t[0] = [
|
|
@@ -543,15 +577,15 @@ import './index.css';const d = {
|
|
|
543
577
|
fill: "currentColor",
|
|
544
578
|
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
579
|
}, null, -1)
|
|
546
|
-
]), 16,
|
|
580
|
+
]), 16, j2));
|
|
547
581
|
}
|
|
548
|
-
}),
|
|
582
|
+
}), B2 = ["width", "height"], A2 = /* @__PURE__ */ n({
|
|
549
583
|
__name: "clock",
|
|
550
|
-
props: /* @__PURE__ */
|
|
584
|
+
props: /* @__PURE__ */ a({
|
|
551
585
|
size: {}
|
|
552
586
|
}, d),
|
|
553
587
|
setup(s) {
|
|
554
|
-
return (e, t) => (
|
|
588
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
555
589
|
width: e.size,
|
|
556
590
|
height: e.size
|
|
557
591
|
}), t[0] || (t[0] = [
|
|
@@ -559,15 +593,15 @@ import './index.css';const d = {
|
|
|
559
593
|
fill: "currentColor",
|
|
560
594
|
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
595
|
}, null, -1)
|
|
562
|
-
]), 16,
|
|
596
|
+
]), 16, B2));
|
|
563
597
|
}
|
|
564
|
-
}),
|
|
598
|
+
}), N2 = ["width", "height"], P2 = /* @__PURE__ */ n({
|
|
565
599
|
__name: "cloud",
|
|
566
|
-
props: /* @__PURE__ */
|
|
600
|
+
props: /* @__PURE__ */ a({
|
|
567
601
|
size: {}
|
|
568
602
|
}, d),
|
|
569
603
|
setup(s) {
|
|
570
|
-
return (e, t) => (
|
|
604
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
571
605
|
width: e.size,
|
|
572
606
|
height: e.size
|
|
573
607
|
}), t[0] || (t[0] = [
|
|
@@ -575,15 +609,15 @@ import './index.css';const d = {
|
|
|
575
609
|
fill: "currentColor",
|
|
576
610
|
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
611
|
}, null, -1)
|
|
578
|
-
]), 16,
|
|
612
|
+
]), 16, N2));
|
|
579
613
|
}
|
|
580
|
-
}),
|
|
614
|
+
}), G2 = ["width", "height"], T2 = /* @__PURE__ */ n({
|
|
581
615
|
__name: "code",
|
|
582
|
-
props: /* @__PURE__ */
|
|
616
|
+
props: /* @__PURE__ */ a({
|
|
583
617
|
size: {}
|
|
584
618
|
}, d),
|
|
585
619
|
setup(s) {
|
|
586
|
-
return (e, t) => (
|
|
620
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
587
621
|
width: e.size,
|
|
588
622
|
height: e.size
|
|
589
623
|
}), t[0] || (t[0] = [
|
|
@@ -611,15 +645,15 @@ import './index.css';const d = {
|
|
|
611
645
|
"stroke-linejoin": "round",
|
|
612
646
|
fill: "none"
|
|
613
647
|
}, null, -1)
|
|
614
|
-
]), 16,
|
|
648
|
+
]), 16, G2));
|
|
615
649
|
}
|
|
616
|
-
}),
|
|
650
|
+
}), E2 = ["width", "height"], X2 = /* @__PURE__ */ n({
|
|
617
651
|
__name: "collapse",
|
|
618
|
-
props: /* @__PURE__ */
|
|
652
|
+
props: /* @__PURE__ */ a({
|
|
619
653
|
size: {}
|
|
620
654
|
}, d),
|
|
621
655
|
setup(s) {
|
|
622
|
-
return (e, t) => (
|
|
656
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
623
657
|
width: e.size,
|
|
624
658
|
height: e.size
|
|
625
659
|
}), t[0] || (t[0] = [
|
|
@@ -627,15 +661,15 @@ import './index.css';const d = {
|
|
|
627
661
|
fill: "currentColor",
|
|
628
662
|
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
663
|
}, null, -1)
|
|
630
|
-
]), 16,
|
|
664
|
+
]), 16, E2));
|
|
631
665
|
}
|
|
632
|
-
}),
|
|
666
|
+
}), F2 = ["width", "height"], J2 = /* @__PURE__ */ n({
|
|
633
667
|
__name: "columns",
|
|
634
|
-
props: /* @__PURE__ */
|
|
668
|
+
props: /* @__PURE__ */ a({
|
|
635
669
|
size: {}
|
|
636
670
|
}, d),
|
|
637
671
|
setup(s) {
|
|
638
|
-
return (e, t) => (
|
|
672
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
639
673
|
width: e.size,
|
|
640
674
|
height: e.size
|
|
641
675
|
}), t[0] || (t[0] = [
|
|
@@ -643,15 +677,15 @@ import './index.css';const d = {
|
|
|
643
677
|
fill: "currentColor",
|
|
644
678
|
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
679
|
}, null, -1)
|
|
646
|
-
]), 16,
|
|
680
|
+
]), 16, F2));
|
|
647
681
|
}
|
|
648
|
-
}),
|
|
682
|
+
}), K2 = ["width", "height"], Q2 = /* @__PURE__ */ n({
|
|
649
683
|
__name: "copy",
|
|
650
|
-
props: /* @__PURE__ */
|
|
684
|
+
props: /* @__PURE__ */ a({
|
|
651
685
|
size: {}
|
|
652
686
|
}, d),
|
|
653
687
|
setup(s) {
|
|
654
|
-
return (e, t) => (
|
|
688
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
655
689
|
width: e.size,
|
|
656
690
|
height: e.size
|
|
657
691
|
}), t[0] || (t[0] = [
|
|
@@ -663,16 +697,16 @@ import './index.css';const d = {
|
|
|
663
697
|
fill: "currentColor",
|
|
664
698
|
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
699
|
}, null, -1)
|
|
666
|
-
]), 16,
|
|
700
|
+
]), 16, K2));
|
|
667
701
|
}
|
|
668
|
-
}),
|
|
702
|
+
}), W2 = ["width", "height"], Y2 = ["id"], ee = ["mask"], te = /* @__PURE__ */ n({
|
|
669
703
|
__name: "cpu",
|
|
670
|
-
props: /* @__PURE__ */
|
|
704
|
+
props: /* @__PURE__ */ a({
|
|
671
705
|
size: {}
|
|
672
706
|
}, d),
|
|
673
707
|
setup(s) {
|
|
674
708
|
const e = p();
|
|
675
|
-
return (t, u) => (
|
|
709
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
676
710
|
width: t.size,
|
|
677
711
|
height: t.size
|
|
678
712
|
}), [
|
|
@@ -699,68 +733,72 @@ import './index.css';const d = {
|
|
|
699
733
|
rx: "26",
|
|
700
734
|
fill: "black"
|
|
701
735
|
}, null, -1)
|
|
702
|
-
]), 8,
|
|
736
|
+
]), 8, Y2)
|
|
703
737
|
]),
|
|
704
738
|
i("rect", {
|
|
705
739
|
width: "512",
|
|
706
740
|
height: "512",
|
|
707
741
|
fill: "currentColor",
|
|
708
742
|
mask: `url(#${r(e)})`
|
|
709
|
-
}, null, 8,
|
|
743
|
+
}, null, 8, ee),
|
|
710
744
|
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,
|
|
745
|
+
], 16, W2));
|
|
712
746
|
}
|
|
713
|
-
}),
|
|
747
|
+
}), ie = ["width", "height"], se = /* @__PURE__ */ n({
|
|
714
748
|
__name: "creditCard",
|
|
715
|
-
props: /* @__PURE__ */
|
|
749
|
+
props: /* @__PURE__ */ a({
|
|
716
750
|
size: {}
|
|
717
751
|
}, d),
|
|
718
752
|
setup(s) {
|
|
719
|
-
return (e, t) => (
|
|
753
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
720
754
|
width: e.size,
|
|
721
755
|
height: e.size
|
|
722
756
|
}), t[0] || (t[0] = [
|
|
723
|
-
i("
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
757
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
758
|
+
i("path", {
|
|
759
|
+
fill: "currentColor",
|
|
760
|
+
d: "M116 92H396C433.56 92 464 122.44 464 160V180H48V160C48 122.44 78.44 92 116 92Z"
|
|
761
|
+
}),
|
|
762
|
+
i("path", {
|
|
763
|
+
fill: "currentColor",
|
|
764
|
+
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"
|
|
765
|
+
})
|
|
766
|
+
], -1)
|
|
767
|
+
]), 16, ie));
|
|
732
768
|
}
|
|
733
|
-
}),
|
|
769
|
+
}), re = ["width", "height"], oe = /* @__PURE__ */ n({
|
|
734
770
|
__name: "database",
|
|
735
|
-
props: /* @__PURE__ */
|
|
771
|
+
props: /* @__PURE__ */ a({
|
|
736
772
|
size: {}
|
|
737
773
|
}, d),
|
|
738
774
|
setup(s) {
|
|
739
|
-
return (e, t) => (
|
|
775
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
740
776
|
width: e.size,
|
|
741
777
|
height: e.size
|
|
742
778
|
}), t[0] || (t[0] = [
|
|
743
|
-
i("
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
779
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
780
|
+
i("path", {
|
|
781
|
+
fill: "currentColor",
|
|
782
|
+
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"
|
|
783
|
+
}),
|
|
784
|
+
i("path", {
|
|
785
|
+
fill: "currentColor",
|
|
786
|
+
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"
|
|
787
|
+
}),
|
|
788
|
+
i("path", {
|
|
789
|
+
fill: "currentColor",
|
|
790
|
+
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"
|
|
791
|
+
})
|
|
792
|
+
], -1)
|
|
793
|
+
]), 16, re));
|
|
756
794
|
}
|
|
757
|
-
}),
|
|
795
|
+
}), ne = ["width", "height"], le = /* @__PURE__ */ n({
|
|
758
796
|
__name: "download",
|
|
759
|
-
props: /* @__PURE__ */
|
|
797
|
+
props: /* @__PURE__ */ a({
|
|
760
798
|
size: {}
|
|
761
799
|
}, d),
|
|
762
800
|
setup(s) {
|
|
763
|
-
return (e, t) => (
|
|
801
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
764
802
|
width: e.size,
|
|
765
803
|
height: e.size
|
|
766
804
|
}), t[0] || (t[0] = [
|
|
@@ -768,15 +806,15 @@ import './index.css';const d = {
|
|
|
768
806
|
fill: "currentColor",
|
|
769
807
|
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
808
|
}, null, -1)
|
|
771
|
-
]), 16,
|
|
809
|
+
]), 16, ne));
|
|
772
810
|
}
|
|
773
|
-
}),
|
|
811
|
+
}), ce = ["width", "height"], ae = /* @__PURE__ */ n({
|
|
774
812
|
__name: "ellipsis",
|
|
775
|
-
props: /* @__PURE__ */
|
|
813
|
+
props: /* @__PURE__ */ a({
|
|
776
814
|
size: {}
|
|
777
815
|
}, d),
|
|
778
816
|
setup(s) {
|
|
779
|
-
return (e, t) => (
|
|
817
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
780
818
|
width: e.size,
|
|
781
819
|
height: e.size
|
|
782
820
|
}), t[0] || (t[0] = [
|
|
@@ -798,15 +836,15 @@ import './index.css';const d = {
|
|
|
798
836
|
r: "45",
|
|
799
837
|
fill: "currentColor"
|
|
800
838
|
}, null, -1)
|
|
801
|
-
]), 16,
|
|
839
|
+
]), 16, ce));
|
|
802
840
|
}
|
|
803
|
-
}),
|
|
841
|
+
}), de = ["width", "height"], he = /* @__PURE__ */ n({
|
|
804
842
|
__name: "expand",
|
|
805
|
-
props: /* @__PURE__ */
|
|
843
|
+
props: /* @__PURE__ */ a({
|
|
806
844
|
size: {}
|
|
807
845
|
}, d),
|
|
808
846
|
setup(s) {
|
|
809
|
-
return (e, t) => (
|
|
847
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
810
848
|
width: e.size,
|
|
811
849
|
height: e.size
|
|
812
850
|
}), t[0] || (t[0] = [
|
|
@@ -814,15 +852,15 @@ import './index.css';const d = {
|
|
|
814
852
|
fill: "currentColor",
|
|
815
853
|
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
854
|
}, null, -1)
|
|
817
|
-
]), 16,
|
|
855
|
+
]), 16, de));
|
|
818
856
|
}
|
|
819
|
-
}),
|
|
857
|
+
}), ue = ["width", "height"], pe = /* @__PURE__ */ n({
|
|
820
858
|
__name: "externalLink",
|
|
821
|
-
props: /* @__PURE__ */
|
|
859
|
+
props: /* @__PURE__ */ a({
|
|
822
860
|
size: {}
|
|
823
861
|
}, d),
|
|
824
862
|
setup(s) {
|
|
825
|
-
return (e, t) => (
|
|
863
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
826
864
|
width: e.size,
|
|
827
865
|
height: e.size
|
|
828
866
|
}), t[0] || (t[0] = [
|
|
@@ -834,22 +872,22 @@ import './index.css';const d = {
|
|
|
834
872
|
fill: "currentColor",
|
|
835
873
|
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
874
|
}, null, -1)
|
|
837
|
-
]), 16,
|
|
875
|
+
]), 16, ue));
|
|
838
876
|
}
|
|
839
|
-
}),
|
|
877
|
+
}), Ce = ["width", "height"], ge = ["mask"], _e = /* @__PURE__ */ n({
|
|
840
878
|
__name: "eye",
|
|
841
|
-
props: /* @__PURE__ */
|
|
879
|
+
props: /* @__PURE__ */ a({
|
|
842
880
|
size: {}
|
|
843
881
|
}, d),
|
|
844
882
|
setup(s) {
|
|
845
883
|
const e = `eye-mask-${p()}`;
|
|
846
|
-
return (t, u) => (
|
|
884
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
847
885
|
width: t.size,
|
|
848
886
|
height: t.size
|
|
849
887
|
}), [
|
|
850
888
|
i("defs", null, [
|
|
851
889
|
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>',
|
|
890
|
+
C('<rect width="512" height="512" fill="black"></rect><g transform="translate(-10.24 -10.24) scale(1.04)"><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></g>', 2)
|
|
853
891
|
]))
|
|
854
892
|
]),
|
|
855
893
|
i("rect", {
|
|
@@ -857,23 +895,23 @@ import './index.css';const d = {
|
|
|
857
895
|
height: "512",
|
|
858
896
|
fill: "currentColor",
|
|
859
897
|
mask: `url(#${e})`
|
|
860
|
-
}, null, 8,
|
|
861
|
-
], 16,
|
|
898
|
+
}, null, 8, ge)
|
|
899
|
+
], 16, Ce));
|
|
862
900
|
}
|
|
863
|
-
}),
|
|
901
|
+
}), fe = ["width", "height"], we = ["mask"], me = /* @__PURE__ */ n({
|
|
864
902
|
__name: "eyeSlash",
|
|
865
|
-
props: /* @__PURE__ */
|
|
903
|
+
props: /* @__PURE__ */ a({
|
|
866
904
|
size: {}
|
|
867
905
|
}, d),
|
|
868
906
|
setup(s) {
|
|
869
907
|
const e = `eye-slash-mask-${p()}`;
|
|
870
|
-
return (t, u) => (
|
|
908
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
871
909
|
width: t.size,
|
|
872
910
|
height: t.size
|
|
873
911
|
}), [
|
|
874
912
|
i("defs", null, [
|
|
875
913
|
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>',
|
|
914
|
+
C('<rect width="512" height="512" fill="black"></rect><g transform="translate(-10.24 -10.24) scale(1.04)"><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></g><rect x="6" y="235" width="500" height="48" rx="24" transform="rotate(45 256 256)" fill="black"></rect>', 3)
|
|
877
915
|
]))
|
|
878
916
|
]),
|
|
879
917
|
i("rect", {
|
|
@@ -881,7 +919,7 @@ import './index.css';const d = {
|
|
|
881
919
|
height: "512",
|
|
882
920
|
fill: "currentColor",
|
|
883
921
|
mask: `url(#${e})`
|
|
884
|
-
}, null, 8,
|
|
922
|
+
}, null, 8, we),
|
|
885
923
|
u[1] || (u[1] = i("rect", {
|
|
886
924
|
x: "6",
|
|
887
925
|
y: "235",
|
|
@@ -891,16 +929,16 @@ import './index.css';const d = {
|
|
|
891
929
|
transform: "rotate(45 256 256)",
|
|
892
930
|
fill: "currentColor"
|
|
893
931
|
}, null, -1))
|
|
894
|
-
], 16,
|
|
932
|
+
], 16, fe));
|
|
895
933
|
}
|
|
896
|
-
}),
|
|
934
|
+
}), ke = ["width", "height"], ye = ["id"], ve = ["mask"], ze = /* @__PURE__ */ n({
|
|
897
935
|
__name: "file",
|
|
898
|
-
props: /* @__PURE__ */
|
|
936
|
+
props: /* @__PURE__ */ a({
|
|
899
937
|
size: {}
|
|
900
938
|
}, d),
|
|
901
939
|
setup(s) {
|
|
902
940
|
const e = p();
|
|
903
|
-
return (t, u) => (
|
|
941
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
904
942
|
width: t.size,
|
|
905
943
|
height: t.size
|
|
906
944
|
}), [
|
|
@@ -911,47 +949,51 @@ import './index.css';const d = {
|
|
|
911
949
|
height: "512",
|
|
912
950
|
fill: "black"
|
|
913
951
|
}, null, -1),
|
|
914
|
-
i("
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
952
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
953
|
+
i("path", {
|
|
954
|
+
fill: "white",
|
|
955
|
+
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"
|
|
956
|
+
}),
|
|
957
|
+
i("path", {
|
|
958
|
+
fill: "black",
|
|
959
|
+
d: "M280 90v78c0 13.3 10.7 24 24 24h78L280 90Z"
|
|
960
|
+
})
|
|
961
|
+
], -1)
|
|
962
|
+
]), 8, ye)
|
|
923
963
|
]),
|
|
924
964
|
i("rect", {
|
|
925
965
|
width: "512",
|
|
926
966
|
height: "512",
|
|
927
967
|
fill: "currentColor",
|
|
928
968
|
mask: `url(#${r(e)})`
|
|
929
|
-
}, null, 8,
|
|
930
|
-
], 16,
|
|
969
|
+
}, null, 8, ve)
|
|
970
|
+
], 16, ke));
|
|
931
971
|
}
|
|
932
|
-
}),
|
|
972
|
+
}), Le = ["width", "height"], $e = /* @__PURE__ */ n({
|
|
933
973
|
__name: "fileText",
|
|
934
|
-
props: /* @__PURE__ */
|
|
974
|
+
props: /* @__PURE__ */ a({
|
|
935
975
|
size: {}
|
|
936
976
|
}, d),
|
|
937
977
|
setup(s) {
|
|
938
|
-
return (e, t) => (
|
|
978
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
939
979
|
width: e.size,
|
|
940
980
|
height: e.size
|
|
941
981
|
}), t[0] || (t[0] = [
|
|
942
|
-
i("
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
982
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
983
|
+
i("path", {
|
|
984
|
+
fill: "currentColor",
|
|
985
|
+
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"
|
|
986
|
+
})
|
|
987
|
+
], -1)
|
|
988
|
+
]), 16, Le));
|
|
947
989
|
}
|
|
948
|
-
}),
|
|
990
|
+
}), be = ["width", "height"], Me = /* @__PURE__ */ n({
|
|
949
991
|
__name: "filter",
|
|
950
|
-
props: /* @__PURE__ */
|
|
992
|
+
props: /* @__PURE__ */ a({
|
|
951
993
|
size: {}
|
|
952
994
|
}, d),
|
|
953
995
|
setup(s) {
|
|
954
|
-
return (e, t) => (
|
|
996
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
955
997
|
width: e.size,
|
|
956
998
|
height: e.size
|
|
957
999
|
}), t[0] || (t[0] = [
|
|
@@ -959,31 +1001,33 @@ import './index.css';const d = {
|
|
|
959
1001
|
fill: "currentColor",
|
|
960
1002
|
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
1003
|
}, null, -1)
|
|
962
|
-
]), 16,
|
|
1004
|
+
]), 16, be));
|
|
963
1005
|
}
|
|
964
|
-
}),
|
|
1006
|
+
}), He = ["width", "height"], Ve = /* @__PURE__ */ n({
|
|
965
1007
|
__name: "folder",
|
|
966
|
-
props: /* @__PURE__ */
|
|
1008
|
+
props: /* @__PURE__ */ a({
|
|
967
1009
|
size: {}
|
|
968
1010
|
}, d),
|
|
969
1011
|
setup(s) {
|
|
970
|
-
return (e, t) => (
|
|
1012
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
971
1013
|
width: e.size,
|
|
972
1014
|
height: e.size
|
|
973
1015
|
}), t[0] || (t[0] = [
|
|
974
|
-
i("
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
1016
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1017
|
+
i("path", {
|
|
1018
|
+
fill: "currentColor",
|
|
1019
|
+
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"
|
|
1020
|
+
})
|
|
1021
|
+
], -1)
|
|
1022
|
+
]), 16, He));
|
|
979
1023
|
}
|
|
980
|
-
}),
|
|
1024
|
+
}), Se = ["width", "height"], Ze = /* @__PURE__ */ n({
|
|
981
1025
|
__name: "folderOpen",
|
|
982
|
-
props: /* @__PURE__ */
|
|
1026
|
+
props: /* @__PURE__ */ a({
|
|
983
1027
|
size: {}
|
|
984
1028
|
}, d),
|
|
985
1029
|
setup(s) {
|
|
986
|
-
return (e, t) => (
|
|
1030
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
987
1031
|
width: e.size,
|
|
988
1032
|
height: e.size
|
|
989
1033
|
}), t[0] || (t[0] = [
|
|
@@ -995,15 +1039,15 @@ import './index.css';const d = {
|
|
|
995
1039
|
fill: "currentColor",
|
|
996
1040
|
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
1041
|
}, null, -1)
|
|
998
|
-
]), 16,
|
|
1042
|
+
]), 16, Se));
|
|
999
1043
|
}
|
|
1000
|
-
}),
|
|
1044
|
+
}), xe = ["width", "height"], Re = /* @__PURE__ */ n({
|
|
1001
1045
|
__name: "funnelX",
|
|
1002
|
-
props: /* @__PURE__ */
|
|
1046
|
+
props: /* @__PURE__ */ a({
|
|
1003
1047
|
size: {}
|
|
1004
1048
|
}, d),
|
|
1005
1049
|
setup(s) {
|
|
1006
|
-
return (e, t) => (
|
|
1050
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1007
1051
|
width: e.size,
|
|
1008
1052
|
height: e.size
|
|
1009
1053
|
}), t[0] || (t[0] = [
|
|
@@ -1011,16 +1055,16 @@ import './index.css';const d = {
|
|
|
1011
1055
|
fill: "currentColor",
|
|
1012
1056
|
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
1057
|
}, null, -1)
|
|
1014
|
-
]), 16,
|
|
1058
|
+
]), 16, xe));
|
|
1015
1059
|
}
|
|
1016
|
-
}),
|
|
1060
|
+
}), Ie = ["width", "height"], De = ["mask"], Ue = /* @__PURE__ */ n({
|
|
1017
1061
|
__name: "gear",
|
|
1018
|
-
props: /* @__PURE__ */
|
|
1062
|
+
props: /* @__PURE__ */ a({
|
|
1019
1063
|
size: {}
|
|
1020
1064
|
}, d),
|
|
1021
1065
|
setup(s) {
|
|
1022
1066
|
const e = `gear-mask-${p()}`;
|
|
1023
|
-
return (t, u) => (
|
|
1067
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1024
1068
|
width: t.size,
|
|
1025
1069
|
height: t.size
|
|
1026
1070
|
}), [
|
|
@@ -1034,29 +1078,40 @@ import './index.css';const d = {
|
|
|
1034
1078
|
height: "512",
|
|
1035
1079
|
fill: "currentColor",
|
|
1036
1080
|
mask: `url(#${e})`
|
|
1037
|
-
}, null, 8,
|
|
1038
|
-
], 16,
|
|
1081
|
+
}, null, 8, De)
|
|
1082
|
+
], 16, Ie));
|
|
1039
1083
|
}
|
|
1040
|
-
}),
|
|
1084
|
+
}), Oe = ["width", "height"], je = ["mask"], qe = /* @__PURE__ */ n({
|
|
1041
1085
|
__name: "globe",
|
|
1042
|
-
props: /* @__PURE__ */
|
|
1086
|
+
props: /* @__PURE__ */ a({
|
|
1043
1087
|
size: {}
|
|
1044
1088
|
}, d),
|
|
1045
1089
|
setup(s) {
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1090
|
+
const e = `globe-mask-${p()}`;
|
|
1091
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1092
|
+
width: t.size,
|
|
1093
|
+
height: t.size
|
|
1094
|
+
}), [
|
|
1095
|
+
i("defs", null, [
|
|
1096
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
1097
|
+
C('<rect width="512" height="512" fill="black"></rect><circle cx="256" cy="256" r="192" fill="white"></circle><rect x="246" y="94" width="20" height="324" rx="10" fill="black"></rect><rect x="80" y="247" width="352" height="18" rx="9" fill="black"></rect><path d="M214 96c-31 42-49 99-49 160s18 118 49 160" fill="none" stroke="black" stroke-linecap="round" stroke-width="16"></path><path d="M298 96c31 42 49 99 49 160s-18 118-49 160" fill="none" stroke="black" stroke-linecap="round" stroke-width="16"></path><path d="M110 188c36-16 85-24 146-24s110 8 146 24" fill="none" stroke="black" stroke-linecap="round" stroke-width="16"></path><path d="M110 324c36 16 85 24 146 24s110-8 146-24" fill="none" stroke="black" stroke-linecap="round" stroke-width="16"></path>', 8)
|
|
1098
|
+
]))
|
|
1099
|
+
]),
|
|
1100
|
+
i("rect", {
|
|
1101
|
+
width: "512",
|
|
1102
|
+
height: "512",
|
|
1103
|
+
fill: "currentColor",
|
|
1104
|
+
mask: `url(#${e})`
|
|
1105
|
+
}, null, 8, je)
|
|
1106
|
+
], 16, Oe));
|
|
1052
1107
|
}
|
|
1053
|
-
}),
|
|
1108
|
+
}), Be = ["width", "height"], Ae = /* @__PURE__ */ n({
|
|
1054
1109
|
__name: "grid",
|
|
1055
|
-
props: /* @__PURE__ */
|
|
1110
|
+
props: /* @__PURE__ */ a({
|
|
1056
1111
|
size: {}
|
|
1057
1112
|
}, d),
|
|
1058
1113
|
setup(s) {
|
|
1059
|
-
return (e, t) => (
|
|
1114
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1060
1115
|
width: e.size,
|
|
1061
1116
|
height: e.size
|
|
1062
1117
|
}), t[0] || (t[0] = [
|
|
@@ -1064,51 +1119,55 @@ import './index.css';const d = {
|
|
|
1064
1119
|
fill: "currentColor",
|
|
1065
1120
|
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
1121
|
}, null, -1)
|
|
1067
|
-
]), 16,
|
|
1122
|
+
]), 16, Be));
|
|
1068
1123
|
}
|
|
1069
|
-
}),
|
|
1124
|
+
}), Ne = ["width", "height"], Pe = /* @__PURE__ */ n({
|
|
1070
1125
|
__name: "hardDrive",
|
|
1071
|
-
props: /* @__PURE__ */
|
|
1126
|
+
props: /* @__PURE__ */ a({
|
|
1072
1127
|
size: {}
|
|
1073
1128
|
}, d),
|
|
1074
1129
|
setup(s) {
|
|
1075
|
-
return (e, t) => (
|
|
1130
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1076
1131
|
width: e.size,
|
|
1077
1132
|
height: e.size
|
|
1078
1133
|
}), t[0] || (t[0] = [
|
|
1079
|
-
i("
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1134
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1135
|
+
i("path", {
|
|
1136
|
+
fill: "currentColor",
|
|
1137
|
+
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"
|
|
1138
|
+
}),
|
|
1139
|
+
i("path", {
|
|
1140
|
+
fill: "currentColor",
|
|
1141
|
+
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"
|
|
1142
|
+
})
|
|
1143
|
+
], -1)
|
|
1144
|
+
]), 16, Ne));
|
|
1088
1145
|
}
|
|
1089
|
-
}),
|
|
1146
|
+
}), Ge = ["width", "height"], Te = /* @__PURE__ */ n({
|
|
1090
1147
|
__name: "heart",
|
|
1091
|
-
props: /* @__PURE__ */
|
|
1148
|
+
props: /* @__PURE__ */ a({
|
|
1092
1149
|
size: {}
|
|
1093
1150
|
}, d),
|
|
1094
1151
|
setup(s) {
|
|
1095
|
-
return (e, t) => (
|
|
1152
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1096
1153
|
width: e.size,
|
|
1097
1154
|
height: e.size
|
|
1098
1155
|
}), t[0] || (t[0] = [
|
|
1099
|
-
i("
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1156
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1157
|
+
i("path", {
|
|
1158
|
+
fill: "currentColor",
|
|
1159
|
+
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"
|
|
1160
|
+
})
|
|
1161
|
+
], -1)
|
|
1162
|
+
]), 16, Ge));
|
|
1104
1163
|
}
|
|
1105
|
-
}),
|
|
1164
|
+
}), Ee = ["width", "height"], Xe = /* @__PURE__ */ n({
|
|
1106
1165
|
__name: "history",
|
|
1107
|
-
props: /* @__PURE__ */
|
|
1166
|
+
props: /* @__PURE__ */ a({
|
|
1108
1167
|
size: {}
|
|
1109
1168
|
}, d),
|
|
1110
1169
|
setup(s) {
|
|
1111
|
-
return (e, t) => (
|
|
1170
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1112
1171
|
width: e.size,
|
|
1113
1172
|
height: e.size
|
|
1114
1173
|
}), t[0] || (t[0] = [
|
|
@@ -1116,16 +1175,16 @@ import './index.css';const d = {
|
|
|
1116
1175
|
fill: "currentColor",
|
|
1117
1176
|
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
1177
|
}, null, -1)
|
|
1119
|
-
]), 16,
|
|
1178
|
+
]), 16, Ee));
|
|
1120
1179
|
}
|
|
1121
|
-
}),
|
|
1180
|
+
}), Fe = ["width", "height"], Je = ["id"], Ke = ["mask"], Qe = /* @__PURE__ */ n({
|
|
1122
1181
|
__name: "house",
|
|
1123
|
-
props: /* @__PURE__ */
|
|
1182
|
+
props: /* @__PURE__ */ a({
|
|
1124
1183
|
size: {}
|
|
1125
1184
|
}, d),
|
|
1126
1185
|
setup(s) {
|
|
1127
1186
|
const e = p();
|
|
1128
|
-
return (t, u) => (
|
|
1187
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1129
1188
|
width: t.size,
|
|
1130
1189
|
height: t.size
|
|
1131
1190
|
}), [
|
|
@@ -1136,69 +1195,99 @@ import './index.css';const d = {
|
|
|
1136
1195
|
height: "512",
|
|
1137
1196
|
fill: "black"
|
|
1138
1197
|
}, null, -1),
|
|
1139
|
-
i("
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1198
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1199
|
+
i("path", {
|
|
1200
|
+
fill: "white",
|
|
1201
|
+
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"
|
|
1202
|
+
}),
|
|
1203
|
+
i("path", {
|
|
1204
|
+
fill: "black",
|
|
1205
|
+
d: "M256 250c30.9 0 56 25.1 56 56v86h-112v-86c0-30.9 25.1-56 56-56Z"
|
|
1206
|
+
})
|
|
1207
|
+
], -1)
|
|
1208
|
+
]), 8, Je)
|
|
1148
1209
|
]),
|
|
1149
1210
|
i("rect", {
|
|
1150
1211
|
width: "512",
|
|
1151
1212
|
height: "512",
|
|
1152
1213
|
fill: "currentColor",
|
|
1153
1214
|
mask: `url(#${r(e)})`
|
|
1154
|
-
}, null, 8,
|
|
1155
|
-
], 16,
|
|
1215
|
+
}, null, 8, Ke)
|
|
1216
|
+
], 16, Fe));
|
|
1156
1217
|
}
|
|
1157
|
-
}),
|
|
1218
|
+
}), We = ["width", "height"], Ye = /* @__PURE__ */ n({
|
|
1158
1219
|
__name: "inbox",
|
|
1159
|
-
props: /* @__PURE__ */
|
|
1220
|
+
props: /* @__PURE__ */ a({
|
|
1160
1221
|
size: {}
|
|
1161
1222
|
}, d),
|
|
1162
1223
|
setup(s) {
|
|
1163
|
-
return (e, t) => (
|
|
1224
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1164
1225
|
width: e.size,
|
|
1165
1226
|
height: e.size
|
|
1166
1227
|
}), t[0] || (t[0] = [
|
|
1167
|
-
i("
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1228
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1229
|
+
i("path", {
|
|
1230
|
+
fill: "currentColor",
|
|
1231
|
+
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"
|
|
1232
|
+
})
|
|
1233
|
+
], -1)
|
|
1234
|
+
]), 16, We));
|
|
1172
1235
|
}
|
|
1173
|
-
}),
|
|
1236
|
+
}), e1 = ["width", "height"], t1 = /* @__PURE__ */ n({
|
|
1174
1237
|
__name: "info",
|
|
1175
|
-
props: /* @__PURE__ */
|
|
1238
|
+
props: /* @__PURE__ */ a({
|
|
1176
1239
|
size: {}
|
|
1177
1240
|
}, d),
|
|
1178
1241
|
setup(s) {
|
|
1179
|
-
return (e, t) => (
|
|
1242
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1180
1243
|
width: e.size,
|
|
1181
1244
|
height: e.size
|
|
1182
1245
|
}), t[0] || (t[0] = [
|
|
1183
|
-
i("
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1246
|
+
i("g", { transform: "translate(-10.24 -6.4) scale(1.04)" }, [
|
|
1247
|
+
i("circle", {
|
|
1248
|
+
cx: "256",
|
|
1249
|
+
cy: "106",
|
|
1250
|
+
r: "42",
|
|
1251
|
+
fill: "currentColor"
|
|
1252
|
+
}),
|
|
1253
|
+
i("path", {
|
|
1254
|
+
fill: "currentColor",
|
|
1255
|
+
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"
|
|
1256
|
+
})
|
|
1257
|
+
], -1)
|
|
1258
|
+
]), 16, e1));
|
|
1259
|
+
}
|
|
1260
|
+
}), i1 = ["width", "height"], s1 = ["mask"], r1 = /* @__PURE__ */ n({
|
|
1261
|
+
__name: "infoCircle",
|
|
1262
|
+
props: /* @__PURE__ */ a({
|
|
1263
|
+
size: {}
|
|
1264
|
+
}, d),
|
|
1265
|
+
setup(s) {
|
|
1266
|
+
const e = `info-circle-mask-${p()}`;
|
|
1267
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1268
|
+
width: t.size,
|
|
1269
|
+
height: t.size
|
|
1270
|
+
}), [
|
|
1271
|
+
i("defs", null, [
|
|
1272
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
1273
|
+
C('<rect width="512" height="512" fill="black"></rect><circle cx="256" cy="256" r="256" fill="white"></circle><g transform="translate(50.88 97.78) scale(0.82 0.63)"><circle cx="256" cy="106" r="42" fill="black"></circle><path 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" fill="black"></path></g>', 3)
|
|
1274
|
+
]))
|
|
1275
|
+
]),
|
|
1276
|
+
i("rect", {
|
|
1277
|
+
width: "512",
|
|
1278
|
+
height: "512",
|
|
1190
1279
|
fill: "currentColor",
|
|
1191
|
-
|
|
1192
|
-
}, null,
|
|
1193
|
-
]
|
|
1280
|
+
mask: `url(#${e})`
|
|
1281
|
+
}, null, 8, s1)
|
|
1282
|
+
], 16, i1));
|
|
1194
1283
|
}
|
|
1195
|
-
}),
|
|
1284
|
+
}), o1 = ["width", "height"], n1 = /* @__PURE__ */ n({
|
|
1196
1285
|
__name: "key",
|
|
1197
|
-
props: /* @__PURE__ */
|
|
1286
|
+
props: /* @__PURE__ */ a({
|
|
1198
1287
|
size: {}
|
|
1199
1288
|
}, d),
|
|
1200
1289
|
setup(s) {
|
|
1201
|
-
return (e, t) => (
|
|
1290
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1202
1291
|
width: e.size,
|
|
1203
1292
|
height: e.size
|
|
1204
1293
|
}), t[0] || (t[0] = [
|
|
@@ -1206,39 +1295,41 @@ import './index.css';const d = {
|
|
|
1206
1295
|
fill: "currentColor",
|
|
1207
1296
|
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
1297
|
}, null, -1)
|
|
1209
|
-
]), 16,
|
|
1298
|
+
]), 16, o1));
|
|
1210
1299
|
}
|
|
1211
|
-
}),
|
|
1300
|
+
}), l1 = ["width", "height"], c1 = /* @__PURE__ */ n({
|
|
1212
1301
|
__name: "layers",
|
|
1213
|
-
props: /* @__PURE__ */
|
|
1302
|
+
props: /* @__PURE__ */ a({
|
|
1214
1303
|
size: {}
|
|
1215
1304
|
}, d),
|
|
1216
1305
|
setup(s) {
|
|
1217
|
-
return (e, t) => (
|
|
1306
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1218
1307
|
width: e.size,
|
|
1219
1308
|
height: e.size
|
|
1220
1309
|
}), t[0] || (t[0] = [
|
|
1221
|
-
i("
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1310
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1311
|
+
i("path", {
|
|
1312
|
+
fill: "currentColor",
|
|
1313
|
+
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"
|
|
1314
|
+
}),
|
|
1315
|
+
i("path", {
|
|
1316
|
+
fill: "currentColor",
|
|
1317
|
+
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"
|
|
1318
|
+
}),
|
|
1319
|
+
i("path", {
|
|
1320
|
+
fill: "currentColor",
|
|
1321
|
+
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"
|
|
1322
|
+
})
|
|
1323
|
+
], -1)
|
|
1324
|
+
]), 16, l1));
|
|
1234
1325
|
}
|
|
1235
|
-
}),
|
|
1326
|
+
}), a1 = ["width", "height"], d1 = /* @__PURE__ */ n({
|
|
1236
1327
|
__name: "link",
|
|
1237
|
-
props: /* @__PURE__ */
|
|
1328
|
+
props: /* @__PURE__ */ a({
|
|
1238
1329
|
size: {}
|
|
1239
1330
|
}, d),
|
|
1240
1331
|
setup(s) {
|
|
1241
|
-
return (e, t) => (
|
|
1332
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1242
1333
|
width: e.size,
|
|
1243
1334
|
height: e.size
|
|
1244
1335
|
}), t[0] || (t[0] = [
|
|
@@ -1246,15 +1337,15 @@ import './index.css';const d = {
|
|
|
1246
1337
|
fill: "currentColor",
|
|
1247
1338
|
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
1339
|
}, null, -1)
|
|
1249
|
-
]), 16,
|
|
1340
|
+
]), 16, a1));
|
|
1250
1341
|
}
|
|
1251
|
-
}),
|
|
1342
|
+
}), h1 = ["width", "height"], u1 = /* @__PURE__ */ n({
|
|
1252
1343
|
__name: "lock",
|
|
1253
|
-
props: /* @__PURE__ */
|
|
1344
|
+
props: /* @__PURE__ */ a({
|
|
1254
1345
|
size: {}
|
|
1255
1346
|
}, d),
|
|
1256
1347
|
setup(s) {
|
|
1257
|
-
return (e, t) => (
|
|
1348
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1258
1349
|
width: e.size,
|
|
1259
1350
|
height: e.size
|
|
1260
1351
|
}), t[0] || (t[0] = [
|
|
@@ -1262,15 +1353,15 @@ import './index.css';const d = {
|
|
|
1262
1353
|
fill: "currentColor",
|
|
1263
1354
|
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
1355
|
}, null, -1)
|
|
1265
|
-
]), 16,
|
|
1356
|
+
]), 16, h1));
|
|
1266
1357
|
}
|
|
1267
|
-
}),
|
|
1358
|
+
}), p1 = ["width", "height"], C1 = /* @__PURE__ */ n({
|
|
1268
1359
|
__name: "logIn",
|
|
1269
|
-
props: /* @__PURE__ */
|
|
1360
|
+
props: /* @__PURE__ */ a({
|
|
1270
1361
|
size: {}
|
|
1271
1362
|
}, d),
|
|
1272
1363
|
setup(s) {
|
|
1273
|
-
return (e, t) => (
|
|
1364
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1274
1365
|
width: e.size,
|
|
1275
1366
|
height: e.size
|
|
1276
1367
|
}), t[0] || (t[0] = [
|
|
@@ -1278,15 +1369,15 @@ import './index.css';const d = {
|
|
|
1278
1369
|
fill: "currentColor",
|
|
1279
1370
|
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
1371
|
}, null, -1)
|
|
1281
|
-
]), 16,
|
|
1372
|
+
]), 16, p1));
|
|
1282
1373
|
}
|
|
1283
|
-
}),
|
|
1374
|
+
}), g1 = ["width", "height"], _1 = /* @__PURE__ */ n({
|
|
1284
1375
|
__name: "logOut",
|
|
1285
|
-
props: /* @__PURE__ */
|
|
1376
|
+
props: /* @__PURE__ */ a({
|
|
1286
1377
|
size: {}
|
|
1287
1378
|
}, d),
|
|
1288
1379
|
setup(s) {
|
|
1289
|
-
return (e, t) => (
|
|
1380
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1290
1381
|
width: e.size,
|
|
1291
1382
|
height: e.size
|
|
1292
1383
|
}), t[0] || (t[0] = [
|
|
@@ -1299,15 +1390,15 @@ import './index.css';const d = {
|
|
|
1299
1390
|
transform: "translate(-10 0) scale(0.8)",
|
|
1300
1391
|
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
1392
|
}, null, -1)
|
|
1302
|
-
]), 16,
|
|
1393
|
+
]), 16, g1));
|
|
1303
1394
|
}
|
|
1304
|
-
}),
|
|
1395
|
+
}), f1 = ["width", "height"], w1 = /* @__PURE__ */ n({
|
|
1305
1396
|
__name: "magnifyingGlass",
|
|
1306
|
-
props: /* @__PURE__ */
|
|
1397
|
+
props: /* @__PURE__ */ a({
|
|
1307
1398
|
size: {}
|
|
1308
1399
|
}, d),
|
|
1309
1400
|
setup(s) {
|
|
1310
|
-
return (e, t) => (
|
|
1401
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1311
1402
|
width: e.size,
|
|
1312
1403
|
height: e.size
|
|
1313
1404
|
}), t[0] || (t[0] = [
|
|
@@ -1319,16 +1410,16 @@ import './index.css';const d = {
|
|
|
1319
1410
|
"stroke-linejoin": "round",
|
|
1320
1411
|
fill: "none"
|
|
1321
1412
|
}, null, -1)
|
|
1322
|
-
]), 16,
|
|
1413
|
+
]), 16, f1));
|
|
1323
1414
|
}
|
|
1324
|
-
}),
|
|
1415
|
+
}), m1 = ["width", "height"], k1 = ["id"], y1 = ["mask"], v1 = /* @__PURE__ */ n({
|
|
1325
1416
|
__name: "mail",
|
|
1326
|
-
props: /* @__PURE__ */
|
|
1417
|
+
props: /* @__PURE__ */ a({
|
|
1327
1418
|
size: {}
|
|
1328
1419
|
}, d),
|
|
1329
1420
|
setup(s) {
|
|
1330
1421
|
const e = p();
|
|
1331
|
-
return (t, u) => (
|
|
1422
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1332
1423
|
width: t.size,
|
|
1333
1424
|
height: t.size
|
|
1334
1425
|
}), [
|
|
@@ -1339,68 +1430,74 @@ import './index.css';const d = {
|
|
|
1339
1430
|
height: "512",
|
|
1340
1431
|
fill: "black"
|
|
1341
1432
|
}, null, -1),
|
|
1342
|
-
i("
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1433
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1434
|
+
i("path", {
|
|
1435
|
+
fill: "white",
|
|
1436
|
+
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"
|
|
1437
|
+
}),
|
|
1438
|
+
i("path", {
|
|
1439
|
+
fill: "black",
|
|
1440
|
+
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"
|
|
1441
|
+
})
|
|
1442
|
+
], -1)
|
|
1443
|
+
]), 8, k1)
|
|
1351
1444
|
]),
|
|
1352
1445
|
i("rect", {
|
|
1353
1446
|
width: "512",
|
|
1354
1447
|
height: "512",
|
|
1355
1448
|
fill: "currentColor",
|
|
1356
1449
|
mask: `url(#${r(e)})`
|
|
1357
|
-
}, null, 8,
|
|
1358
|
-
], 16,
|
|
1450
|
+
}, null, 8, y1)
|
|
1451
|
+
], 16, m1));
|
|
1359
1452
|
}
|
|
1360
|
-
}),
|
|
1453
|
+
}), z1 = ["width", "height"], L1 = /* @__PURE__ */ n({
|
|
1361
1454
|
__name: "message",
|
|
1362
|
-
props: /* @__PURE__ */
|
|
1455
|
+
props: /* @__PURE__ */ a({
|
|
1363
1456
|
size: {}
|
|
1364
1457
|
}, d),
|
|
1365
1458
|
setup(s) {
|
|
1366
|
-
return (e, t) => (
|
|
1459
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1367
1460
|
width: e.size,
|
|
1368
1461
|
height: e.size
|
|
1369
1462
|
}), t[0] || (t[0] = [
|
|
1370
|
-
i("
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1463
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1464
|
+
i("path", {
|
|
1465
|
+
fill: "currentColor",
|
|
1466
|
+
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"
|
|
1467
|
+
})
|
|
1468
|
+
], -1)
|
|
1469
|
+
]), 16, z1));
|
|
1375
1470
|
}
|
|
1376
|
-
}),
|
|
1471
|
+
}), $1 = ["width", "height"], b1 = /* @__PURE__ */ n({
|
|
1377
1472
|
__name: "minus",
|
|
1378
|
-
props: /* @__PURE__ */
|
|
1473
|
+
props: /* @__PURE__ */ a({
|
|
1379
1474
|
size: {}
|
|
1380
1475
|
}, d),
|
|
1381
1476
|
setup(s) {
|
|
1382
|
-
return (e, t) => (
|
|
1477
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1383
1478
|
width: e.size,
|
|
1384
1479
|
height: e.size
|
|
1385
1480
|
}), t[0] || (t[0] = [
|
|
1386
|
-
i("
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1481
|
+
i("g", { transform: "translate(-12.8 0) scale(1.05 1)" }, [
|
|
1482
|
+
i("path", {
|
|
1483
|
+
d: "M108 256h296",
|
|
1484
|
+
stroke: "currentColor",
|
|
1485
|
+
"stroke-width": "56",
|
|
1486
|
+
"stroke-linecap": "round",
|
|
1487
|
+
"stroke-linejoin": "round",
|
|
1488
|
+
fill: "none"
|
|
1489
|
+
})
|
|
1490
|
+
], -1)
|
|
1491
|
+
]), 16, $1));
|
|
1395
1492
|
}
|
|
1396
|
-
}),
|
|
1493
|
+
}), M1 = ["width", "height"], H1 = ["id"], V1 = ["mask"], S1 = /* @__PURE__ */ n({
|
|
1397
1494
|
__name: "moon",
|
|
1398
|
-
props: /* @__PURE__ */
|
|
1495
|
+
props: /* @__PURE__ */ a({
|
|
1399
1496
|
size: {}
|
|
1400
1497
|
}, d),
|
|
1401
1498
|
setup(s) {
|
|
1402
1499
|
const e = p();
|
|
1403
|
-
return (t, u) => (
|
|
1500
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1404
1501
|
width: t.size,
|
|
1405
1502
|
height: t.size
|
|
1406
1503
|
}), [
|
|
@@ -1411,35 +1508,37 @@ import './index.css';const d = {
|
|
|
1411
1508
|
height: "512",
|
|
1412
1509
|
fill: "black"
|
|
1413
1510
|
}, null, -1),
|
|
1414
|
-
i("
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1511
|
+
i("g", { transform: "rotate(-34 256 256)" }, [
|
|
1512
|
+
i("circle", {
|
|
1513
|
+
cx: "262",
|
|
1514
|
+
cy: "256",
|
|
1515
|
+
r: "174",
|
|
1516
|
+
fill: "white"
|
|
1517
|
+
}),
|
|
1518
|
+
i("circle", {
|
|
1519
|
+
cx: "356",
|
|
1520
|
+
cy: "256",
|
|
1521
|
+
r: "146",
|
|
1522
|
+
fill: "black"
|
|
1523
|
+
})
|
|
1524
|
+
], -1)
|
|
1525
|
+
]), 8, H1)
|
|
1427
1526
|
]),
|
|
1428
1527
|
i("rect", {
|
|
1429
1528
|
width: "512",
|
|
1430
1529
|
height: "512",
|
|
1431
1530
|
fill: "currentColor",
|
|
1432
1531
|
mask: `url(#${r(e)})`
|
|
1433
|
-
}, null, 8,
|
|
1434
|
-
], 16,
|
|
1532
|
+
}, null, 8, V1)
|
|
1533
|
+
], 16, M1));
|
|
1435
1534
|
}
|
|
1436
|
-
}),
|
|
1535
|
+
}), Z1 = ["width", "height"], x1 = /* @__PURE__ */ n({
|
|
1437
1536
|
__name: "pencil",
|
|
1438
|
-
props: /* @__PURE__ */
|
|
1537
|
+
props: /* @__PURE__ */ a({
|
|
1439
1538
|
size: {}
|
|
1440
1539
|
}, d),
|
|
1441
1540
|
setup(s) {
|
|
1442
|
-
return (e, t) => (
|
|
1541
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1443
1542
|
width: e.size,
|
|
1444
1543
|
height: e.size
|
|
1445
1544
|
}), t[0] || (t[0] = [
|
|
@@ -1447,15 +1546,15 @@ import './index.css';const d = {
|
|
|
1447
1546
|
fill: "currentColor",
|
|
1448
1547
|
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
1548
|
}, null, -1)
|
|
1450
|
-
]), 16,
|
|
1549
|
+
]), 16, Z1));
|
|
1451
1550
|
}
|
|
1452
|
-
}),
|
|
1551
|
+
}), R1 = ["width", "height"], I1 = /* @__PURE__ */ n({
|
|
1453
1552
|
__name: "phone",
|
|
1454
|
-
props: /* @__PURE__ */
|
|
1553
|
+
props: /* @__PURE__ */ a({
|
|
1455
1554
|
size: {}
|
|
1456
1555
|
}, d),
|
|
1457
1556
|
setup(s) {
|
|
1458
|
-
return (e, t) => (
|
|
1557
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1459
1558
|
width: e.size,
|
|
1460
1559
|
height: e.size
|
|
1461
1560
|
}), t[0] || (t[0] = [
|
|
@@ -1463,70 +1562,98 @@ import './index.css';const d = {
|
|
|
1463
1562
|
fill: "currentColor",
|
|
1464
1563
|
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
1564
|
}, null, -1)
|
|
1466
|
-
]), 16,
|
|
1565
|
+
]), 16, R1));
|
|
1467
1566
|
}
|
|
1468
|
-
}),
|
|
1567
|
+
}), D1 = ["width", "height"], U1 = /* @__PURE__ */ n({
|
|
1469
1568
|
__name: "plug",
|
|
1470
|
-
props: /* @__PURE__ */
|
|
1569
|
+
props: /* @__PURE__ */ a({
|
|
1471
1570
|
size: {}
|
|
1472
1571
|
}, d),
|
|
1473
1572
|
setup(s) {
|
|
1474
|
-
return (e, t) => (
|
|
1573
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1475
1574
|
width: e.size,
|
|
1476
1575
|
height: e.size
|
|
1477
1576
|
}), t[0] || (t[0] = [
|
|
1478
1577
|
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,
|
|
1578
|
+
]), 16, D1));
|
|
1480
1579
|
}
|
|
1481
|
-
}),
|
|
1580
|
+
}), O1 = ["width", "height"], j1 = /* @__PURE__ */ n({
|
|
1482
1581
|
__name: "plus",
|
|
1483
|
-
props: /* @__PURE__ */
|
|
1582
|
+
props: /* @__PURE__ */ a({
|
|
1484
1583
|
size: {}
|
|
1485
1584
|
}, d),
|
|
1486
1585
|
setup(s) {
|
|
1487
|
-
return (e, t) => (
|
|
1586
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1488
1587
|
width: e.size,
|
|
1489
1588
|
height: e.size
|
|
1490
1589
|
}), t[0] || (t[0] = [
|
|
1491
|
-
i("
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1590
|
+
i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
|
|
1591
|
+
i("path", {
|
|
1592
|
+
d: "M256 108v296M108 256h296",
|
|
1593
|
+
stroke: "currentColor",
|
|
1594
|
+
"stroke-width": "56",
|
|
1595
|
+
"stroke-linecap": "round",
|
|
1596
|
+
"stroke-linejoin": "round",
|
|
1597
|
+
fill: "none"
|
|
1598
|
+
})
|
|
1599
|
+
], -1)
|
|
1600
|
+
]), 16, O1));
|
|
1500
1601
|
}
|
|
1501
|
-
}),
|
|
1602
|
+
}), q1 = ["width", "height"], B1 = /* @__PURE__ */ n({
|
|
1502
1603
|
__name: "question",
|
|
1503
|
-
props: /* @__PURE__ */
|
|
1604
|
+
props: /* @__PURE__ */ a({
|
|
1504
1605
|
size: {}
|
|
1505
1606
|
}, d),
|
|
1506
1607
|
setup(s) {
|
|
1507
|
-
return (e, t) => (
|
|
1608
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1508
1609
|
width: e.size,
|
|
1509
1610
|
height: e.size
|
|
1510
1611
|
}), t[0] || (t[0] = [
|
|
1511
|
-
i("
|
|
1612
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1613
|
+
i("path", {
|
|
1614
|
+
fill: "currentColor",
|
|
1615
|
+
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"
|
|
1616
|
+
}),
|
|
1617
|
+
i("circle", {
|
|
1618
|
+
cx: "252",
|
|
1619
|
+
cy: "426",
|
|
1620
|
+
r: "34",
|
|
1621
|
+
fill: "currentColor"
|
|
1622
|
+
})
|
|
1623
|
+
], -1)
|
|
1624
|
+
]), 16, q1));
|
|
1625
|
+
}
|
|
1626
|
+
}), A1 = ["width", "height"], N1 = ["mask"], P1 = /* @__PURE__ */ n({
|
|
1627
|
+
__name: "questionCircle",
|
|
1628
|
+
props: /* @__PURE__ */ a({
|
|
1629
|
+
size: {}
|
|
1630
|
+
}, d),
|
|
1631
|
+
setup(s) {
|
|
1632
|
+
const e = `question-circle-mask-${p()}`;
|
|
1633
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1634
|
+
width: t.size,
|
|
1635
|
+
height: t.size
|
|
1636
|
+
}), [
|
|
1637
|
+
i("defs", null, [
|
|
1638
|
+
i("mask", { id: e }, u[0] || (u[0] = [
|
|
1639
|
+
C('<rect width="512" height="512" fill="black"></rect><circle cx="256" cy="256" r="256" fill="white"></circle><g transform="translate(48.96 92.36) scale(0.84 0.63)"><path 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" fill="black"></path><circle cx="252" cy="426" r="34" fill="black"></circle></g>', 3)
|
|
1640
|
+
]))
|
|
1641
|
+
]),
|
|
1642
|
+
i("rect", {
|
|
1643
|
+
width: "512",
|
|
1644
|
+
height: "512",
|
|
1512
1645
|
fill: "currentColor",
|
|
1513
|
-
|
|
1514
|
-
}, null,
|
|
1515
|
-
|
|
1516
|
-
cx: "252",
|
|
1517
|
-
cy: "426",
|
|
1518
|
-
r: "34",
|
|
1519
|
-
fill: "currentColor"
|
|
1520
|
-
}, null, -1)
|
|
1521
|
-
]), 16, H1));
|
|
1646
|
+
mask: `url(#${e})`
|
|
1647
|
+
}, null, 8, N1)
|
|
1648
|
+
], 16, A1));
|
|
1522
1649
|
}
|
|
1523
|
-
}),
|
|
1650
|
+
}), G1 = ["width", "height"], T1 = /* @__PURE__ */ n({
|
|
1524
1651
|
__name: "receipt",
|
|
1525
|
-
props: /* @__PURE__ */
|
|
1652
|
+
props: /* @__PURE__ */ a({
|
|
1526
1653
|
size: {}
|
|
1527
1654
|
}, d),
|
|
1528
1655
|
setup(s) {
|
|
1529
|
-
return (e, t) => (
|
|
1656
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1530
1657
|
width: e.size,
|
|
1531
1658
|
height: e.size
|
|
1532
1659
|
}), t[0] || (t[0] = [
|
|
@@ -1536,15 +1663,15 @@ import './index.css';const d = {
|
|
|
1536
1663
|
"clip-rule": "evenodd",
|
|
1537
1664
|
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
1665
|
}, null, -1)
|
|
1539
|
-
]), 16,
|
|
1666
|
+
]), 16, G1));
|
|
1540
1667
|
}
|
|
1541
|
-
}),
|
|
1668
|
+
}), E1 = ["width", "height"], X1 = /* @__PURE__ */ n({
|
|
1542
1669
|
__name: "refresh",
|
|
1543
|
-
props: /* @__PURE__ */
|
|
1670
|
+
props: /* @__PURE__ */ a({
|
|
1544
1671
|
size: {}
|
|
1545
1672
|
}, d),
|
|
1546
1673
|
setup(s) {
|
|
1547
|
-
return (e, t) => (
|
|
1674
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1548
1675
|
width: e.size,
|
|
1549
1676
|
height: e.size
|
|
1550
1677
|
}), t[0] || (t[0] = [
|
|
@@ -1552,15 +1679,15 @@ import './index.css';const d = {
|
|
|
1552
1679
|
fill: "currentColor",
|
|
1553
1680
|
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
1681
|
}, null, -1)
|
|
1555
|
-
]), 16,
|
|
1682
|
+
]), 16, E1));
|
|
1556
1683
|
}
|
|
1557
|
-
}),
|
|
1684
|
+
}), F1 = ["width", "height"], J1 = /* @__PURE__ */ n({
|
|
1558
1685
|
__name: "rotateRight",
|
|
1559
|
-
props: /* @__PURE__ */
|
|
1686
|
+
props: /* @__PURE__ */ a({
|
|
1560
1687
|
size: {}
|
|
1561
1688
|
}, d),
|
|
1562
1689
|
setup(s) {
|
|
1563
|
-
return (e, t) => (
|
|
1690
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1564
1691
|
width: e.size,
|
|
1565
1692
|
height: e.size
|
|
1566
1693
|
}), t[0] || (t[0] = [
|
|
@@ -1568,15 +1695,15 @@ import './index.css';const d = {
|
|
|
1568
1695
|
fill: "currentColor",
|
|
1569
1696
|
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
1697
|
}, null, -1)
|
|
1571
|
-
]), 16,
|
|
1698
|
+
]), 16, F1));
|
|
1572
1699
|
}
|
|
1573
|
-
}),
|
|
1700
|
+
}), K1 = ["width", "height"], Q1 = /* @__PURE__ */ n({
|
|
1574
1701
|
__name: "send",
|
|
1575
|
-
props: /* @__PURE__ */
|
|
1702
|
+
props: /* @__PURE__ */ a({
|
|
1576
1703
|
size: {}
|
|
1577
1704
|
}, d),
|
|
1578
1705
|
setup(s) {
|
|
1579
|
-
return (e, t) => (
|
|
1706
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1580
1707
|
width: e.size,
|
|
1581
1708
|
height: e.size
|
|
1582
1709
|
}), t[0] || (t[0] = [
|
|
@@ -1584,15 +1711,15 @@ import './index.css';const d = {
|
|
|
1584
1711
|
fill: "currentColor",
|
|
1585
1712
|
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
1713
|
}, null, -1)
|
|
1587
|
-
]), 16,
|
|
1714
|
+
]), 16, K1));
|
|
1588
1715
|
}
|
|
1589
|
-
}),
|
|
1716
|
+
}), W1 = ["width", "height"], Y1 = /* @__PURE__ */ n({
|
|
1590
1717
|
__name: "server",
|
|
1591
|
-
props: /* @__PURE__ */
|
|
1718
|
+
props: /* @__PURE__ */ a({
|
|
1592
1719
|
size: {}
|
|
1593
1720
|
}, d),
|
|
1594
1721
|
setup(s) {
|
|
1595
|
-
return (e, t) => (
|
|
1722
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1596
1723
|
width: e.size,
|
|
1597
1724
|
height: e.size
|
|
1598
1725
|
}), t[0] || (t[0] = [
|
|
@@ -1608,44 +1735,46 @@ import './index.css';const d = {
|
|
|
1608
1735
|
"clip-rule": "evenodd",
|
|
1609
1736
|
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
1737
|
}, null, -1)
|
|
1611
|
-
]), 16,
|
|
1738
|
+
]), 16, W1));
|
|
1612
1739
|
}
|
|
1613
|
-
}),
|
|
1740
|
+
}), e4 = ["width", "height"], t4 = /* @__PURE__ */ n({
|
|
1614
1741
|
__name: "share",
|
|
1615
|
-
props: /* @__PURE__ */
|
|
1742
|
+
props: /* @__PURE__ */ a({
|
|
1616
1743
|
size: {}
|
|
1617
1744
|
}, d),
|
|
1618
1745
|
setup(s) {
|
|
1619
|
-
return (e, t) => (
|
|
1746
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1620
1747
|
width: e.size,
|
|
1621
1748
|
height: e.size
|
|
1622
1749
|
}), t[0] || (t[0] = [
|
|
1623
1750
|
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,
|
|
1751
|
+
]), 16, e4));
|
|
1625
1752
|
}
|
|
1626
|
-
}),
|
|
1753
|
+
}), i4 = ["width", "height"], s4 = /* @__PURE__ */ n({
|
|
1627
1754
|
__name: "shield",
|
|
1628
|
-
props: /* @__PURE__ */
|
|
1755
|
+
props: /* @__PURE__ */ a({
|
|
1629
1756
|
size: {}
|
|
1630
1757
|
}, d),
|
|
1631
1758
|
setup(s) {
|
|
1632
|
-
return (e, t) => (
|
|
1759
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1633
1760
|
width: e.size,
|
|
1634
1761
|
height: e.size
|
|
1635
1762
|
}), t[0] || (t[0] = [
|
|
1636
|
-
i("
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1763
|
+
i("g", { transform: "translate(-15.36 -15.36) scale(1.06)" }, [
|
|
1764
|
+
i("path", {
|
|
1765
|
+
fill: "currentColor",
|
|
1766
|
+
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"
|
|
1767
|
+
})
|
|
1768
|
+
], -1)
|
|
1769
|
+
]), 16, i4));
|
|
1641
1770
|
}
|
|
1642
|
-
}),
|
|
1771
|
+
}), r4 = ["width", "height"], o4 = /* @__PURE__ */ n({
|
|
1643
1772
|
__name: "sliders",
|
|
1644
|
-
props: /* @__PURE__ */
|
|
1773
|
+
props: /* @__PURE__ */ a({
|
|
1645
1774
|
size: {}
|
|
1646
1775
|
}, d),
|
|
1647
1776
|
setup(s) {
|
|
1648
|
-
return (e, t) => (
|
|
1777
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1649
1778
|
width: e.size,
|
|
1650
1779
|
height: e.size
|
|
1651
1780
|
}), t[0] || (t[0] = [
|
|
@@ -1653,31 +1782,33 @@ import './index.css';const d = {
|
|
|
1653
1782
|
fill: "currentColor",
|
|
1654
1783
|
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
1784
|
}, null, -1)
|
|
1656
|
-
]), 16,
|
|
1785
|
+
]), 16, r4));
|
|
1657
1786
|
}
|
|
1658
|
-
}),
|
|
1787
|
+
}), n4 = ["width", "height"], l4 = /* @__PURE__ */ n({
|
|
1659
1788
|
__name: "sort",
|
|
1660
|
-
props: /* @__PURE__ */
|
|
1789
|
+
props: /* @__PURE__ */ a({
|
|
1661
1790
|
size: {}
|
|
1662
1791
|
}, d),
|
|
1663
1792
|
setup(s) {
|
|
1664
|
-
return (e, t) => (
|
|
1793
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1665
1794
|
width: e.size,
|
|
1666
1795
|
height: e.size
|
|
1667
1796
|
}), t[0] || (t[0] = [
|
|
1668
|
-
i("
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1797
|
+
i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
|
|
1798
|
+
i("path", {
|
|
1799
|
+
fill: "currentColor",
|
|
1800
|
+
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"
|
|
1801
|
+
})
|
|
1802
|
+
], -1)
|
|
1803
|
+
]), 16, n4));
|
|
1673
1804
|
}
|
|
1674
|
-
}),
|
|
1805
|
+
}), c4 = ["width", "height"], a4 = /* @__PURE__ */ n({
|
|
1675
1806
|
__name: "sparkles",
|
|
1676
|
-
props: /* @__PURE__ */
|
|
1807
|
+
props: /* @__PURE__ */ a({
|
|
1677
1808
|
size: {}
|
|
1678
1809
|
}, d),
|
|
1679
1810
|
setup(s) {
|
|
1680
|
-
return (e, t) => (
|
|
1811
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1681
1812
|
width: e.size,
|
|
1682
1813
|
height: e.size
|
|
1683
1814
|
}), t[0] || (t[0] = [
|
|
@@ -1685,32 +1816,34 @@ import './index.css';const d = {
|
|
|
1685
1816
|
fill: "currentColor",
|
|
1686
1817
|
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
1818
|
}, null, -1)
|
|
1688
|
-
]), 16,
|
|
1819
|
+
]), 16, c4));
|
|
1689
1820
|
}
|
|
1690
|
-
}),
|
|
1821
|
+
}), d4 = ["width", "height"], h4 = /* @__PURE__ */ n({
|
|
1691
1822
|
__name: "star",
|
|
1692
|
-
props: /* @__PURE__ */
|
|
1823
|
+
props: /* @__PURE__ */ a({
|
|
1693
1824
|
size: {}
|
|
1694
1825
|
}, d),
|
|
1695
1826
|
setup(s) {
|
|
1696
|
-
return (e, t) => (
|
|
1827
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1697
1828
|
width: e.size,
|
|
1698
1829
|
height: e.size
|
|
1699
1830
|
}), t[0] || (t[0] = [
|
|
1700
|
-
i("
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1831
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1832
|
+
i("path", {
|
|
1833
|
+
fill: "currentColor",
|
|
1834
|
+
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"
|
|
1835
|
+
})
|
|
1836
|
+
], -1)
|
|
1837
|
+
]), 16, d4));
|
|
1705
1838
|
}
|
|
1706
|
-
}),
|
|
1839
|
+
}), u4 = ["width", "height"], p4 = ["mask"], C4 = /* @__PURE__ */ n({
|
|
1707
1840
|
__name: "sun",
|
|
1708
|
-
props: /* @__PURE__ */
|
|
1841
|
+
props: /* @__PURE__ */ a({
|
|
1709
1842
|
size: {}
|
|
1710
1843
|
}, d),
|
|
1711
1844
|
setup(s) {
|
|
1712
1845
|
const e = `sun-mask-${p()}`;
|
|
1713
|
-
return (t, u) => (
|
|
1846
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1714
1847
|
width: t.size,
|
|
1715
1848
|
height: t.size
|
|
1716
1849
|
}), [
|
|
@@ -1747,16 +1880,16 @@ import './index.css';const d = {
|
|
|
1747
1880
|
height: "512",
|
|
1748
1881
|
fill: "currentColor",
|
|
1749
1882
|
mask: `url(#${e})`
|
|
1750
|
-
}, null, 8,
|
|
1751
|
-
], 16,
|
|
1883
|
+
}, null, 8, p4)
|
|
1884
|
+
], 16, u4));
|
|
1752
1885
|
}
|
|
1753
|
-
}),
|
|
1886
|
+
}), g4 = ["width", "height"], _4 = /* @__PURE__ */ n({
|
|
1754
1887
|
__name: "terminal",
|
|
1755
|
-
props: /* @__PURE__ */
|
|
1888
|
+
props: /* @__PURE__ */ a({
|
|
1756
1889
|
size: {}
|
|
1757
1890
|
}, d),
|
|
1758
1891
|
setup(s) {
|
|
1759
|
-
return (e, t) => (
|
|
1892
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1760
1893
|
width: e.size,
|
|
1761
1894
|
height: e.size
|
|
1762
1895
|
}), t[0] || (t[0] = [
|
|
@@ -1768,15 +1901,15 @@ import './index.css';const d = {
|
|
|
1768
1901
|
fill: "currentColor",
|
|
1769
1902
|
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
1903
|
}, null, -1)
|
|
1771
|
-
]), 16,
|
|
1904
|
+
]), 16, g4));
|
|
1772
1905
|
}
|
|
1773
|
-
}),
|
|
1906
|
+
}), f4 = ["width", "height"], w4 = /* @__PURE__ */ n({
|
|
1774
1907
|
__name: "trash",
|
|
1775
|
-
props: /* @__PURE__ */
|
|
1908
|
+
props: /* @__PURE__ */ a({
|
|
1776
1909
|
size: {}
|
|
1777
1910
|
}, d),
|
|
1778
1911
|
setup(s) {
|
|
1779
|
-
return (e, t) => (
|
|
1912
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1780
1913
|
width: e.size,
|
|
1781
1914
|
height: e.size
|
|
1782
1915
|
}), t[0] || (t[0] = [
|
|
@@ -1784,15 +1917,15 @@ import './index.css';const d = {
|
|
|
1784
1917
|
fill: "currentColor",
|
|
1785
1918
|
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
1919
|
}, null, -1)
|
|
1787
|
-
]), 16,
|
|
1920
|
+
]), 16, f4));
|
|
1788
1921
|
}
|
|
1789
|
-
}),
|
|
1922
|
+
}), m4 = ["width", "height"], k4 = /* @__PURE__ */ n({
|
|
1790
1923
|
__name: "unlock",
|
|
1791
|
-
props: /* @__PURE__ */
|
|
1924
|
+
props: /* @__PURE__ */ a({
|
|
1792
1925
|
size: {}
|
|
1793
1926
|
}, d),
|
|
1794
1927
|
setup(s) {
|
|
1795
|
-
return (e, t) => (
|
|
1928
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1796
1929
|
width: e.size,
|
|
1797
1930
|
height: e.size
|
|
1798
1931
|
}), t[0] || (t[0] = [
|
|
@@ -1808,15 +1941,15 @@ import './index.css';const d = {
|
|
|
1808
1941
|
"stroke-linejoin": "round",
|
|
1809
1942
|
fill: "none"
|
|
1810
1943
|
}, null, -1)
|
|
1811
|
-
]), 16,
|
|
1944
|
+
]), 16, m4));
|
|
1812
1945
|
}
|
|
1813
|
-
}),
|
|
1946
|
+
}), y4 = ["width", "height"], v4 = /* @__PURE__ */ n({
|
|
1814
1947
|
__name: "upload",
|
|
1815
|
-
props: /* @__PURE__ */
|
|
1948
|
+
props: /* @__PURE__ */ a({
|
|
1816
1949
|
size: {}
|
|
1817
1950
|
}, d),
|
|
1818
1951
|
setup(s) {
|
|
1819
|
-
return (e, t) => (
|
|
1952
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1820
1953
|
width: e.size,
|
|
1821
1954
|
height: e.size
|
|
1822
1955
|
}), t[0] || (t[0] = [
|
|
@@ -1824,148 +1957,129 @@ import './index.css';const d = {
|
|
|
1824
1957
|
fill: "currentColor",
|
|
1825
1958
|
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
1959
|
}, null, -1)
|
|
1827
|
-
]), 16,
|
|
1960
|
+
]), 16, y4));
|
|
1828
1961
|
}
|
|
1829
|
-
}),
|
|
1962
|
+
}), z4 = ["width", "height"], L4 = /* @__PURE__ */ n({
|
|
1830
1963
|
__name: "user",
|
|
1831
|
-
props: /* @__PURE__ */
|
|
1964
|
+
props: /* @__PURE__ */ a({
|
|
1832
1965
|
size: {}
|
|
1833
1966
|
}, d),
|
|
1834
1967
|
setup(s) {
|
|
1835
|
-
return (e, t) => (
|
|
1968
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1836
1969
|
width: e.size,
|
|
1837
1970
|
height: e.size
|
|
1838
1971
|
}), t[0] || (t[0] = [
|
|
1839
|
-
i("
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1972
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1973
|
+
i("circle", {
|
|
1974
|
+
cx: "256",
|
|
1975
|
+
cy: "156",
|
|
1976
|
+
r: "76",
|
|
1977
|
+
fill: "currentColor"
|
|
1978
|
+
}),
|
|
1979
|
+
i("path", {
|
|
1980
|
+
fill: "currentColor",
|
|
1981
|
+
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"
|
|
1982
|
+
})
|
|
1983
|
+
], -1)
|
|
1984
|
+
]), 16, z4));
|
|
1850
1985
|
}
|
|
1851
|
-
}),
|
|
1986
|
+
}), $4 = ["width", "height"], b4 = /* @__PURE__ */ n({
|
|
1852
1987
|
__name: "userCheck",
|
|
1853
|
-
props: /* @__PURE__ */
|
|
1988
|
+
props: /* @__PURE__ */ a({
|
|
1854
1989
|
size: {}
|
|
1855
1990
|
}, d),
|
|
1856
1991
|
setup(s) {
|
|
1857
|
-
return (e, t) => (
|
|
1992
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1858
1993
|
width: e.size,
|
|
1859
1994
|
height: e.size
|
|
1860
1995
|
}), t[0] || (t[0] = [
|
|
1861
|
-
i("
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1996
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
1997
|
+
i("circle", {
|
|
1998
|
+
cx: "224",
|
|
1999
|
+
cy: "168",
|
|
2000
|
+
r: "84",
|
|
2001
|
+
fill: "currentColor"
|
|
2002
|
+
}),
|
|
2003
|
+
i("path", {
|
|
2004
|
+
fill: "currentColor",
|
|
2005
|
+
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"
|
|
2006
|
+
}),
|
|
2007
|
+
i("path", {
|
|
2008
|
+
d: "M362 230 404 272 500 168",
|
|
2009
|
+
stroke: "currentColor",
|
|
2010
|
+
"stroke-width": "40",
|
|
2011
|
+
"stroke-linecap": "round",
|
|
2012
|
+
"stroke-linejoin": "round",
|
|
2013
|
+
fill: "none"
|
|
2014
|
+
})
|
|
2015
|
+
], -1)
|
|
2016
|
+
]), 16, $4));
|
|
1880
2017
|
}
|
|
1881
|
-
}),
|
|
2018
|
+
}), M4 = ["width", "height"], H4 = /* @__PURE__ */ n({
|
|
1882
2019
|
__name: "userMinus",
|
|
1883
|
-
props: /* @__PURE__ */
|
|
2020
|
+
props: /* @__PURE__ */ a({
|
|
1884
2021
|
size: {}
|
|
1885
2022
|
}, d),
|
|
1886
2023
|
setup(s) {
|
|
1887
|
-
return (e, t) => (
|
|
2024
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1888
2025
|
width: e.size,
|
|
1889
2026
|
height: e.size
|
|
1890
2027
|
}), t[0] || (t[0] = [
|
|
1891
|
-
i("
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
2028
|
+
i("g", { transform: "translate(-10.24 -10.24) scale(1.04)" }, [
|
|
2029
|
+
i("circle", {
|
|
2030
|
+
cx: "224",
|
|
2031
|
+
cy: "168",
|
|
2032
|
+
r: "84",
|
|
2033
|
+
fill: "currentColor"
|
|
2034
|
+
}),
|
|
2035
|
+
i("path", {
|
|
2036
|
+
fill: "currentColor",
|
|
2037
|
+
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"
|
|
2038
|
+
}),
|
|
2039
|
+
i("rect", {
|
|
2040
|
+
x: "326",
|
|
2041
|
+
y: "198",
|
|
2042
|
+
width: "190",
|
|
2043
|
+
height: "52",
|
|
2044
|
+
rx: "26",
|
|
2045
|
+
fill: "currentColor"
|
|
2046
|
+
})
|
|
2047
|
+
], -1)
|
|
2048
|
+
]), 16, M4));
|
|
1910
2049
|
}
|
|
1911
|
-
}),
|
|
2050
|
+
}), V4 = ["width", "height"], S4 = /* @__PURE__ */ n({
|
|
1912
2051
|
__name: "userPlus",
|
|
1913
|
-
props: /* @__PURE__ */
|
|
2052
|
+
props: /* @__PURE__ */ a({
|
|
1914
2053
|
size: {}
|
|
1915
2054
|
}, d),
|
|
1916
2055
|
setup(s) {
|
|
1917
|
-
return (e, t) => (
|
|
2056
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1918
2057
|
width: e.size,
|
|
1919
2058
|
height: e.size
|
|
1920
2059
|
}), t[0] || (t[0] = [
|
|
1921
|
-
|
|
1922
|
-
|
|
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));
|
|
2060
|
+
C('<g transform="translate(-10.24 -10.24) scale(1.04)"><circle cx="224" cy="168" r="84" fill="currentColor"></circle><path fill="currentColor" 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"></path><rect x="394" y="128" width="52" height="192" rx="26" fill="currentColor"></rect><rect x="324" y="198" width="192" height="52" rx="26" fill="currentColor"></rect></g>', 1)
|
|
2061
|
+
]), 16, V4));
|
|
1948
2062
|
}
|
|
1949
|
-
}),
|
|
2063
|
+
}), Z4 = ["width", "height"], x4 = /* @__PURE__ */ n({
|
|
1950
2064
|
__name: "users",
|
|
1951
|
-
props: /* @__PURE__ */
|
|
2065
|
+
props: /* @__PURE__ */ a({
|
|
1952
2066
|
size: {}
|
|
1953
2067
|
}, d),
|
|
1954
2068
|
setup(s) {
|
|
1955
|
-
return (e, t) => (
|
|
2069
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1956
2070
|
width: e.size,
|
|
1957
2071
|
height: e.size
|
|
1958
2072
|
}), 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>',
|
|
1960
|
-
]), 16,
|
|
2073
|
+
C('<g transform="translate(-10.24 -10.24) scale(1.04)"><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></g>', 1)
|
|
2074
|
+
]), 16, Z4));
|
|
1961
2075
|
}
|
|
1962
|
-
}),
|
|
2076
|
+
}), R4 = ["width", "height"], I4 = /* @__PURE__ */ n({
|
|
1963
2077
|
__name: "wallet",
|
|
1964
|
-
props: /* @__PURE__ */
|
|
2078
|
+
props: /* @__PURE__ */ a({
|
|
1965
2079
|
size: {}
|
|
1966
2080
|
}, d),
|
|
1967
2081
|
setup(s) {
|
|
1968
|
-
return (e, t) => (
|
|
2082
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
1969
2083
|
width: e.size,
|
|
1970
2084
|
height: e.size
|
|
1971
2085
|
}), t[0] || (t[0] = [
|
|
@@ -1975,44 +2089,22 @@ import './index.css';const d = {
|
|
|
1975
2089
|
"clip-rule": "evenodd",
|
|
1976
2090
|
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
2091
|
}, null, -1)
|
|
1978
|
-
]), 16,
|
|
2092
|
+
]), 16, R4));
|
|
1979
2093
|
}
|
|
1980
|
-
}),
|
|
2094
|
+
}), D4 = ["width", "height"], U4 = ["mask"], O4 = /* @__PURE__ */ n({
|
|
1981
2095
|
__name: "warning",
|
|
1982
|
-
props: /* @__PURE__ */
|
|
2096
|
+
props: /* @__PURE__ */ a({
|
|
1983
2097
|
size: {}
|
|
1984
2098
|
}, d),
|
|
1985
2099
|
setup(s) {
|
|
1986
2100
|
const e = `warning-mask-${p()}`;
|
|
1987
|
-
return (t, u) => (
|
|
2101
|
+
return (t, u) => (o(), l("svg", c(r(h), {
|
|
1988
2102
|
width: t.size,
|
|
1989
2103
|
height: t.size
|
|
1990
2104
|
}), [
|
|
1991
2105
|
i("defs", null, [
|
|
1992
2106
|
i("mask", { id: e }, u[0] || (u[0] = [
|
|
1993
|
-
|
|
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)
|
|
2107
|
+
C('<rect width="512" height="512" fill="black"></rect><g transform="translate(-12.8 -12.8) scale(1.05)"><path 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" fill="white"></path><rect x="233" y="146" width="46" height="132" rx="23" fill="black"></rect><circle cx="256" cy="342" r="25" fill="black"></circle></g>', 2)
|
|
2016
2108
|
]))
|
|
2017
2109
|
]),
|
|
2018
2110
|
i("rect", {
|
|
@@ -2020,16 +2112,16 @@ import './index.css';const d = {
|
|
|
2020
2112
|
height: "512",
|
|
2021
2113
|
fill: "currentColor",
|
|
2022
2114
|
mask: `url(#${e})`
|
|
2023
|
-
}, null, 8,
|
|
2024
|
-
], 16,
|
|
2115
|
+
}, null, 8, U4)
|
|
2116
|
+
], 16, D4));
|
|
2025
2117
|
}
|
|
2026
|
-
}),
|
|
2118
|
+
}), j4 = ["width", "height"], q4 = /* @__PURE__ */ n({
|
|
2027
2119
|
__name: "xCircle",
|
|
2028
|
-
props: /* @__PURE__ */
|
|
2120
|
+
props: /* @__PURE__ */ a({
|
|
2029
2121
|
size: {}
|
|
2030
2122
|
}, d),
|
|
2031
2123
|
setup(s) {
|
|
2032
|
-
return (e, t) => (
|
|
2124
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
2033
2125
|
width: e.size,
|
|
2034
2126
|
height: e.size
|
|
2035
2127
|
}), t[0] || (t[0] = [
|
|
@@ -2037,29 +2129,81 @@ import './index.css';const d = {
|
|
|
2037
2129
|
fill: "currentColor",
|
|
2038
2130
|
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
2131
|
}, null, -1)
|
|
2040
|
-
]), 16,
|
|
2132
|
+
]), 16, j4));
|
|
2041
2133
|
}
|
|
2042
|
-
}),
|
|
2134
|
+
}), B4 = ["width", "height"], A4 = /* @__PURE__ */ n({
|
|
2043
2135
|
__name: "xmark",
|
|
2044
|
-
props: /* @__PURE__ */
|
|
2136
|
+
props: /* @__PURE__ */ a({
|
|
2045
2137
|
size: {}
|
|
2046
2138
|
}, d),
|
|
2047
2139
|
setup(s) {
|
|
2048
|
-
return (e, t) => (
|
|
2140
|
+
return (e, t) => (o(), l("svg", c(r(h), {
|
|
2049
2141
|
width: e.size,
|
|
2050
2142
|
height: e.size
|
|
2051
2143
|
}), t[0] || (t[0] = [
|
|
2052
|
-
i("
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2144
|
+
i("g", { transform: "translate(-12.8 -12.8) scale(1.05)" }, [
|
|
2145
|
+
i("path", {
|
|
2146
|
+
d: "M148 148 364 364M364 148 148 364",
|
|
2147
|
+
stroke: "currentColor",
|
|
2148
|
+
"stroke-width": "56",
|
|
2149
|
+
"stroke-linecap": "round",
|
|
2150
|
+
"stroke-linejoin": "round",
|
|
2151
|
+
fill: "none"
|
|
2152
|
+
})
|
|
2153
|
+
], -1)
|
|
2154
|
+
]), 16, B4));
|
|
2155
|
+
}
|
|
2156
|
+
}), N4 = { x: 0.041, y: -0.1289 }, P4 = { x: 0, y: -0.0527 }, G4 = { x: 0, y: -0.041 }, T4 = { x: 0, y: -0.0225 }, E4 = { x: -1e-3, y: -0.0527 }, X4 = { x: 0.0498, y: -1e-3 }, F4 = { x: -0.0498, y: 1e-3 }, J4 = { x: 1e-3, y: 0.0527 }, K4 = { x: 0.0166, y: -98e-4 }, Q4 = { x: 0, y: -0.0498 }, W4 = { x: 0.0498, y: 0 }, Y4 = { x: -0.0498, y: 0 }, et = { x: 0, y: 0.0498 }, tt = { x: 0, y: 0.0156 }, it = { x: -98e-4, y: -0.0762 }, st = { x: -0.0352, y: -0.0703 }, rt = { x: -0.0107, y: -0.0244 }, ot = { x: 0, y: -0.0244 }, nt = { x: 39e-4, y: -0.0684 }, lt = { x: 0, y: -0.0342 }, ct = { x: -0.0732, y: -0.0938 }, at = { x: 0, y: -0.0752 }, dt = { x: 0, y: -0.0195 }, ht = { x: 0, y: -0.0508 }, ut = { x: 0, y: -0.0322 }, pt = { x: 0, y: -0.0166 }, Ct = { x: -1e-3, y: -0.0176 }, gt = { x: 0, y: -0.0195 }, _t = { x: 0.0117, y: 0.0117 }, ft = { x: 0, y: -0.0166 }, wt = { x: -1e-3, y: -0.0264 }, mt = { x: -0.0469, y: -0.0547 }, kt = { x: 0.0137, y: -0.0205 }, yt = { x: -0.0273, y: 0 }, vt = { x: 0, y: -0.0938 }, zt = { x: 0.0117, y: -0.0352 }, Lt = { x: 68e-4, y: -0.0449 }, $t = { x: 0.0332, y: -0.0244 }, bt = { x: 1e-3, y: 0.043 }, Mt = { x: -0.1064, y: -0.0791 }, Ht = { x: 0, y: -0.0273 }, Vt = { x: 0, y: 0.0117 }, St = { x: 0, y: -0.1084 }, Zt = { x: 0, y: -0.0371 }, xt = { x: -0.0303, y: -0.1123 }, Rt = { x: -0.0303, y: -0.1123 }, It = { x: -0.0303, y: -0.1123 }, Dt = { x: -0.0469, y: -0.0547 }, Ut = { x: 0, y: 0.0371 }, Ot = {
|
|
2157
|
+
activity: N4,
|
|
2158
|
+
archive: P4,
|
|
2159
|
+
bell: G4,
|
|
2160
|
+
bookmark: T4,
|
|
2161
|
+
caretDown: E4,
|
|
2162
|
+
caretLeft: X4,
|
|
2163
|
+
caretRight: F4,
|
|
2164
|
+
caretUp: J4,
|
|
2165
|
+
chartBar: K4,
|
|
2166
|
+
chevronDown: Q4,
|
|
2167
|
+
chevronLeft: W4,
|
|
2168
|
+
chevronRight: Y4,
|
|
2169
|
+
chevronUp: et,
|
|
2170
|
+
clipboard: tt,
|
|
2171
|
+
cloud: it,
|
|
2172
|
+
copy: st,
|
|
2173
|
+
file: rt,
|
|
2174
|
+
fileText: ot,
|
|
2175
|
+
filter: nt,
|
|
2176
|
+
folder: lt,
|
|
2177
|
+
folderOpen: ct,
|
|
2178
|
+
funnelX: at,
|
|
2179
|
+
hardDrive: dt,
|
|
2180
|
+
heart: ht,
|
|
2181
|
+
house: ut,
|
|
2182
|
+
inbox: pt,
|
|
2183
|
+
layers: Ct,
|
|
2184
|
+
lock: gt,
|
|
2185
|
+
magnifyingGlass: _t,
|
|
2186
|
+
mail: ft,
|
|
2187
|
+
message: wt,
|
|
2188
|
+
plug: mt,
|
|
2189
|
+
question: kt,
|
|
2190
|
+
receipt: yt,
|
|
2191
|
+
server: vt,
|
|
2192
|
+
share: zt,
|
|
2193
|
+
shield: Lt,
|
|
2194
|
+
sparkles: $t,
|
|
2195
|
+
star: bt,
|
|
2196
|
+
terminal: Mt,
|
|
2197
|
+
trash: Ht,
|
|
2198
|
+
unlock: Vt,
|
|
2199
|
+
upload: St,
|
|
2200
|
+
user: Zt,
|
|
2201
|
+
userCheck: xt,
|
|
2202
|
+
userMinus: Rt,
|
|
2203
|
+
userPlus: It,
|
|
2204
|
+
wallet: Dt,
|
|
2205
|
+
warning: Ut
|
|
2206
|
+
}, jt = [
|
|
2063
2207
|
{
|
|
2064
2208
|
id: "navigation",
|
|
2065
2209
|
eyebrow: "Navigation",
|
|
@@ -2181,8 +2325,10 @@ import './index.css';const d = {
|
|
|
2181
2325
|
"eyeSlash",
|
|
2182
2326
|
"history",
|
|
2183
2327
|
"info",
|
|
2328
|
+
"infoCircle",
|
|
2184
2329
|
"moon",
|
|
2185
2330
|
"question",
|
|
2331
|
+
"questionCircle",
|
|
2186
2332
|
"rotateRight",
|
|
2187
2333
|
"shield",
|
|
2188
2334
|
"sparkles",
|
|
@@ -2191,107 +2337,109 @@ import './index.css';const d = {
|
|
|
2191
2337
|
"xCircle"
|
|
2192
2338
|
]
|
|
2193
2339
|
}
|
|
2194
|
-
],
|
|
2195
|
-
arrowLeft:
|
|
2196
|
-
arrowRight:
|
|
2197
|
-
bars:
|
|
2198
|
-
bell:
|
|
2199
|
-
bookmark:
|
|
2200
|
-
calendar:
|
|
2201
|
-
caretDown:
|
|
2202
|
-
caretLeft:
|
|
2203
|
-
caretRight:
|
|
2204
|
-
caretUp:
|
|
2205
|
-
check:
|
|
2206
|
-
chevronDown:
|
|
2207
|
-
chevronLeft:
|
|
2208
|
-
chevronRight:
|
|
2209
|
-
chevronUp:
|
|
2210
|
-
circleHalf:
|
|
2211
|
-
circleNotch:
|
|
2212
|
-
copy:
|
|
2213
|
-
download:
|
|
2214
|
-
ellipsis:
|
|
2215
|
-
externalLink:
|
|
2216
|
-
eye:
|
|
2217
|
-
eyeSlash:
|
|
2218
|
-
filter:
|
|
2219
|
-
folder:
|
|
2220
|
-
gear:
|
|
2221
|
-
heart:
|
|
2222
|
-
house:
|
|
2223
|
-
info:
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2340
|
+
], qt = { title: "Arrow Left", keywords: ["arrow", "left"], style: "solid" }, Bt = { title: "Arrow Right", keywords: ["arrow", "right"], style: "solid" }, At = { title: "Bars", keywords: ["bars"], style: "solid" }, Nt = { title: "Bell", keywords: ["bell"], style: "solid" }, Pt = { title: "Bookmark", keywords: ["bookmark"], style: "solid" }, Gt = { title: "Calendar", keywords: ["calendar"], style: "solid" }, Tt = { title: "Caret Down", keywords: ["caret", "down"], style: "solid" }, Et = { title: "Caret Left", keywords: ["caret", "left"], style: "solid" }, Xt = { title: "Caret Right", keywords: ["caret", "right"], style: "solid" }, Ft = { title: "Caret Up", keywords: ["caret", "up"], style: "solid" }, Jt = { title: "Check", keywords: ["check"], style: "solid" }, Kt = { title: "Chevron Down", keywords: ["chevron", "down"], style: "solid" }, Qt = { title: "Chevron Left", keywords: ["chevron", "left"], style: "solid" }, Wt = { title: "Chevron Right", keywords: ["chevron", "right"], style: "solid" }, Yt = { title: "Chevron Up", keywords: ["chevron", "up"], style: "solid" }, e3 = { title: "Circle Half", keywords: ["circle", "half"], style: "solid" }, t3 = { title: "Circle Notch", keywords: ["circle", "notch"], style: "solid" }, i3 = { title: "Copy", keywords: ["copy"], style: "solid" }, s3 = { title: "Download", keywords: ["download"], style: "solid" }, r3 = { title: "Ellipsis", keywords: ["ellipsis"], style: "solid" }, o3 = { title: "External Link", keywords: ["external", "link"], style: "solid" }, n3 = { title: "Eye", keywords: ["eye"], style: "solid" }, l3 = { title: "Eye Slash", keywords: ["eye", "slash"], style: "solid" }, c3 = { title: "Filter", keywords: ["filter"], style: "solid" }, a3 = { title: "Folder", keywords: ["folder"], style: "solid" }, d3 = { title: "Gear", keywords: ["gear"], style: "solid" }, h3 = { title: "Heart", keywords: ["heart"], style: "solid" }, u3 = { title: "House", keywords: ["house"], style: "solid" }, p3 = { title: "Info", keywords: ["info"], style: "solid" }, C3 = { title: "Info Circle", keywords: ["info", "circle"], style: "solid" }, g3 = { title: "Link", keywords: ["link"], style: "solid" }, _3 = { title: "Lock", keywords: ["lock"], style: "solid" }, f3 = { title: "Magnifying Glass", keywords: ["magnifying", "glass"], style: "solid" }, w3 = { title: "Minus", keywords: ["minus"], style: "solid" }, m3 = { title: "Moon", keywords: ["moon"], style: "solid" }, k3 = { title: "Pencil", keywords: ["pencil"], style: "solid" }, y3 = { title: "Plus", keywords: ["plus"], style: "solid" }, v3 = { title: "Question", keywords: ["question"], style: "solid" }, z3 = { title: "Question Circle", keywords: ["question", "circle"], style: "solid" }, L3 = { title: "Rotate Right", keywords: ["rotate", "right"], style: "solid" }, $3 = { title: "Shield", keywords: ["shield"], style: "solid" }, b3 = { title: "Star", keywords: ["star"], style: "solid" }, M3 = { title: "Sun", keywords: ["sun"], style: "solid" }, H3 = { title: "Trash", keywords: ["trash"], style: "solid" }, V3 = { title: "Upload", keywords: ["upload"], style: "solid" }, S3 = { title: "User", keywords: ["user"], style: "solid" }, Z3 = { title: "Warning", keywords: ["warning"], style: "solid" }, x3 = { title: "Xmark", keywords: ["xmark"], style: "solid" }, R3 = { title: "Columns", keywords: ["columns"], style: "solid" }, I3 = { title: "Grid", keywords: ["grid"], style: "solid" }, D3 = { title: "Log In", keywords: ["log", "in"], style: "solid" }, U3 = { title: "Log Out", keywords: ["log", "out"], style: "solid" }, O3 = { title: "Sliders", keywords: ["sliders"], style: "solid" }, j3 = { title: "Sort", keywords: ["sort"], style: "solid" }, q3 = { title: "Chart Bar", keywords: ["chart", "bar"], style: "solid" }, B3 = { title: "Credit Card", keywords: ["credit", "card"], style: "solid" }, A3 = { title: "Database", keywords: ["database"], style: "solid" }, N3 = { title: "Key", keywords: ["key"], style: "solid" }, P3 = { title: "Mail", keywords: ["mail"], style: "solid" }, G3 = { title: "Message", keywords: ["message"], style: "solid" }, T3 = { title: "Receipt", keywords: ["receipt"], style: "solid" }, E3 = { title: "Users", keywords: ["users"], style: "solid" }, X3 = { title: "Wallet", keywords: ["wallet"], style: "solid" }, F3 = { title: "Briefcase", keywords: ["briefcase"], style: "solid" }, J3 = { title: "Cloud", keywords: ["cloud"], style: "solid" }, K3 = { title: "Server", keywords: ["server"], style: "solid" }, Q3 = { title: "Terminal", keywords: ["terminal"], style: "solid" }, W3 = { title: "Code", keywords: ["code"], style: "solid" }, Y3 = { title: "Sparkles", keywords: ["sparkles"], style: "solid" }, ei = { title: "Ban", keywords: ["ban"], style: "solid" }, ti = { title: "Funnel X", keywords: ["funnel", "x"], style: "solid" }, ii = { title: "Refresh", keywords: ["refresh"], style: "solid" }, si = { title: "Activity", keywords: ["activity"], style: "solid" }, ri = { title: "Archive", keywords: ["archive"], style: "solid" }, oi = { title: "Building", keywords: ["building"], style: "solid" }, ni = { title: "Clock", keywords: ["clock"], style: "solid" }, li = { title: "File Text", keywords: ["file", "text"], style: "solid" }, ci = { title: "Globe", keywords: ["globe"], style: "solid" }, ai = { title: "History", keywords: ["history"], style: "solid" }, di = { title: "User Minus", keywords: ["user", "minus"], style: "solid" }, hi = { title: "User Plus", keywords: ["user", "plus"], style: "solid" }, ui = { title: "Alert Circle", keywords: ["alert", "circle"], style: "solid" }, pi = { title: "Arrow Down", keywords: ["arrow", "down"], style: "solid" }, Ci = { title: "Arrow Up", keywords: ["arrow", "up"], style: "solid" }, gi = { title: "Check Circle", keywords: ["check", "circle"], style: "solid" }, _i = { title: "Collapse", keywords: ["collapse"], style: "solid" }, fi = { title: "Expand", keywords: ["expand"], style: "solid" }, wi = { title: "File", keywords: ["file"], style: "solid" }, mi = { title: "Folder Open", keywords: ["folder", "open"], style: "solid" }, ki = { title: "X Circle", keywords: ["x", "circle"], style: "solid" }, yi = { title: "Cpu", keywords: ["cpu"], style: "solid" }, vi = { title: "Hard Drive", keywords: ["hard", "drive"], style: "solid" }, zi = { title: "Layers", keywords: ["layers"], style: "solid" }, Li = { title: "Share", keywords: ["share"], style: "solid" }, $i = { title: "Plug", keywords: ["plug"], style: "solid" }, bi = { title: "Send", keywords: ["send"], style: "solid" }, Mi = { title: "Inbox", keywords: ["inbox"], style: "solid" }, Hi = { title: "Phone", keywords: ["phone"], style: "solid" }, Vi = { title: "Unlock", keywords: ["unlock"], style: "solid" }, Si = { title: "User Check", keywords: ["user", "check"], style: "solid" }, Zi = { title: "Clipboard", keywords: ["clipboard"], style: "solid" }, xi = {
|
|
2341
|
+
arrowLeft: qt,
|
|
2342
|
+
arrowRight: Bt,
|
|
2343
|
+
bars: At,
|
|
2344
|
+
bell: Nt,
|
|
2345
|
+
bookmark: Pt,
|
|
2346
|
+
calendar: Gt,
|
|
2347
|
+
caretDown: Tt,
|
|
2348
|
+
caretLeft: Et,
|
|
2349
|
+
caretRight: Xt,
|
|
2350
|
+
caretUp: Ft,
|
|
2351
|
+
check: Jt,
|
|
2352
|
+
chevronDown: Kt,
|
|
2353
|
+
chevronLeft: Qt,
|
|
2354
|
+
chevronRight: Wt,
|
|
2355
|
+
chevronUp: Yt,
|
|
2356
|
+
circleHalf: e3,
|
|
2357
|
+
circleNotch: t3,
|
|
2358
|
+
copy: i3,
|
|
2359
|
+
download: s3,
|
|
2360
|
+
ellipsis: r3,
|
|
2361
|
+
externalLink: o3,
|
|
2362
|
+
eye: n3,
|
|
2363
|
+
eyeSlash: l3,
|
|
2364
|
+
filter: c3,
|
|
2365
|
+
folder: a3,
|
|
2366
|
+
gear: d3,
|
|
2367
|
+
heart: h3,
|
|
2368
|
+
house: u3,
|
|
2369
|
+
info: p3,
|
|
2370
|
+
infoCircle: C3,
|
|
2371
|
+
link: g3,
|
|
2372
|
+
lock: _3,
|
|
2373
|
+
magnifyingGlass: f3,
|
|
2374
|
+
minus: w3,
|
|
2375
|
+
moon: m3,
|
|
2376
|
+
pencil: k3,
|
|
2377
|
+
plus: y3,
|
|
2378
|
+
question: v3,
|
|
2379
|
+
questionCircle: z3,
|
|
2380
|
+
rotateRight: L3,
|
|
2381
|
+
shield: $3,
|
|
2382
|
+
star: b3,
|
|
2383
|
+
sun: M3,
|
|
2384
|
+
trash: H3,
|
|
2385
|
+
upload: V3,
|
|
2386
|
+
user: S3,
|
|
2387
|
+
warning: Z3,
|
|
2388
|
+
xmark: x3,
|
|
2389
|
+
columns: R3,
|
|
2390
|
+
grid: I3,
|
|
2391
|
+
logIn: D3,
|
|
2392
|
+
logOut: U3,
|
|
2393
|
+
sliders: O3,
|
|
2394
|
+
sort: j3,
|
|
2395
|
+
chartBar: q3,
|
|
2396
|
+
creditCard: B3,
|
|
2397
|
+
database: A3,
|
|
2398
|
+
key: N3,
|
|
2399
|
+
mail: P3,
|
|
2400
|
+
message: G3,
|
|
2401
|
+
receipt: T3,
|
|
2402
|
+
users: E3,
|
|
2403
|
+
wallet: X3,
|
|
2404
|
+
briefcase: F3,
|
|
2405
|
+
cloud: J3,
|
|
2406
|
+
server: K3,
|
|
2407
|
+
terminal: Q3,
|
|
2408
|
+
code: W3,
|
|
2409
|
+
sparkles: Y3,
|
|
2410
|
+
ban: ei,
|
|
2411
|
+
funnelX: ti,
|
|
2412
|
+
refresh: ii,
|
|
2413
|
+
activity: si,
|
|
2414
|
+
archive: ri,
|
|
2415
|
+
building: oi,
|
|
2416
|
+
clock: ni,
|
|
2417
|
+
fileText: li,
|
|
2418
|
+
globe: ci,
|
|
2419
|
+
history: ai,
|
|
2420
|
+
userMinus: di,
|
|
2421
|
+
userPlus: hi,
|
|
2422
|
+
alertCircle: ui,
|
|
2423
|
+
arrowDown: pi,
|
|
2424
|
+
arrowUp: Ci,
|
|
2425
|
+
checkCircle: gi,
|
|
2426
|
+
collapse: _i,
|
|
2427
|
+
expand: fi,
|
|
2428
|
+
file: wi,
|
|
2429
|
+
folderOpen: mi,
|
|
2430
|
+
xCircle: ki,
|
|
2431
|
+
cpu: yi,
|
|
2432
|
+
hardDrive: vi,
|
|
2433
|
+
layers: zi,
|
|
2434
|
+
share: Li,
|
|
2435
|
+
plug: $i,
|
|
2436
|
+
send: bi,
|
|
2437
|
+
inbox: Mi,
|
|
2438
|
+
phone: Hi,
|
|
2439
|
+
unlock: Vi,
|
|
2440
|
+
userCheck: Si,
|
|
2441
|
+
clipboard: Zi
|
|
2442
|
+
}, Ri = [
|
|
2295
2443
|
"arrowLeft",
|
|
2296
2444
|
"arrowRight",
|
|
2297
2445
|
"arrowUp",
|
|
@@ -2346,144 +2494,164 @@ import './index.css';const d = {
|
|
|
2346
2494
|
"activity",
|
|
2347
2495
|
"clock",
|
|
2348
2496
|
"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(
|
|
2351
|
-
),
|
|
2497
|
+
], Ii = [], Di = /* @__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":"infoCircle","status":"in_progress","note":"Solid info-circle icon matching the current filled status-circle construction."},{"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":"questionCircle","status":"in_progress","note":"Solid question-circle icon matching the current filled status-circle construction."},{"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."}]'), Ui = jt, y = Ui.flatMap((s) => s.icons), Oi = (s) => s.replace(/[A-Z]/g, (e) => `-${e.toLowerCase()}`), Ni = Object.freeze(
|
|
2498
|
+
Object.fromEntries(y.map((s) => [s, Oi(s)]))
|
|
2499
|
+
), Pi = xi, Gi = Ri, Ti = Ii, Ei = Di, m = "moon", ji = /* @__PURE__ */ n({
|
|
2352
2500
|
inheritAttrs: !1,
|
|
2353
2501
|
__name: "icon",
|
|
2354
2502
|
props: {
|
|
2355
2503
|
icon: { default: m },
|
|
2356
2504
|
spin: { type: Boolean, default: !1 },
|
|
2357
2505
|
size: { default: 16 },
|
|
2358
|
-
style: { default: "solid" }
|
|
2506
|
+
style: { default: "solid" },
|
|
2507
|
+
inset: { default: 0 }
|
|
2359
2508
|
},
|
|
2360
2509
|
setup(s) {
|
|
2361
2510
|
const e = /* @__PURE__ */ Object.assign({
|
|
2362
|
-
"./activity.vue":
|
|
2363
|
-
"./alertCircle.vue":
|
|
2364
|
-
"./archive.vue":
|
|
2365
|
-
"./arrowDown.vue":
|
|
2366
|
-
"./arrowLeft.vue":
|
|
2367
|
-
"./arrowRight.vue":
|
|
2368
|
-
"./arrowUp.vue":
|
|
2369
|
-
"./ban.vue":
|
|
2370
|
-
"./bars.vue":
|
|
2371
|
-
"./bell.vue":
|
|
2372
|
-
"./bookmark.vue":
|
|
2373
|
-
"./briefcase.vue":
|
|
2374
|
-
"./building.vue":
|
|
2375
|
-
"./calendar.vue":
|
|
2376
|
-
"./caretDown.vue":
|
|
2377
|
-
"./caretLeft.vue":
|
|
2378
|
-
"./caretRight.vue":
|
|
2379
|
-
"./caretUp.vue":
|
|
2380
|
-
"./chartBar.vue":
|
|
2381
|
-
"./check.vue":
|
|
2382
|
-
"./checkCircle.vue":
|
|
2383
|
-
"./chevronDown.vue":
|
|
2384
|
-
"./chevronLeft.vue":
|
|
2385
|
-
"./chevronRight.vue":
|
|
2386
|
-
"./chevronUp.vue":
|
|
2387
|
-
"./circleHalf.vue":
|
|
2388
|
-
"./circleNotch.vue":
|
|
2389
|
-
"./clipboard.vue":
|
|
2390
|
-
"./clock.vue":
|
|
2391
|
-
"./cloud.vue":
|
|
2392
|
-
"./code.vue":
|
|
2393
|
-
"./collapse.vue":
|
|
2394
|
-
"./columns.vue":
|
|
2395
|
-
"./copy.vue":
|
|
2396
|
-
"./cpu.vue":
|
|
2397
|
-
"./creditCard.vue":
|
|
2398
|
-
"./database.vue":
|
|
2399
|
-
"./download.vue":
|
|
2400
|
-
"./ellipsis.vue":
|
|
2401
|
-
"./expand.vue":
|
|
2402
|
-
"./externalLink.vue":
|
|
2403
|
-
"./eye.vue":
|
|
2404
|
-
"./eyeSlash.vue":
|
|
2405
|
-
"./file.vue":
|
|
2406
|
-
"./fileText.vue":
|
|
2407
|
-
"./filter.vue":
|
|
2408
|
-
"./folder.vue":
|
|
2409
|
-
"./folderOpen.vue":
|
|
2410
|
-
"./funnelX.vue":
|
|
2411
|
-
"./gear.vue":
|
|
2412
|
-
"./globe.vue":
|
|
2413
|
-
"./grid.vue":
|
|
2414
|
-
"./hardDrive.vue":
|
|
2415
|
-
"./heart.vue":
|
|
2416
|
-
"./history.vue":
|
|
2417
|
-
"./house.vue":
|
|
2418
|
-
"./icon.vue":
|
|
2419
|
-
"./inbox.vue":
|
|
2420
|
-
"./info.vue":
|
|
2421
|
-
"./
|
|
2422
|
-
"./
|
|
2423
|
-
"./
|
|
2424
|
-
"./
|
|
2425
|
-
"./
|
|
2426
|
-
"./
|
|
2427
|
-
"./
|
|
2428
|
-
"./
|
|
2429
|
-
"./
|
|
2430
|
-
"./
|
|
2431
|
-
"./
|
|
2432
|
-
"./
|
|
2433
|
-
"./
|
|
2434
|
-
"./
|
|
2435
|
-
"./
|
|
2436
|
-
"./
|
|
2437
|
-
"./
|
|
2438
|
-
"./
|
|
2439
|
-
"./
|
|
2440
|
-
"./
|
|
2441
|
-
"./
|
|
2442
|
-
"./
|
|
2443
|
-
"./
|
|
2444
|
-
"./
|
|
2445
|
-
"./
|
|
2446
|
-
"./
|
|
2447
|
-
"./
|
|
2448
|
-
"./
|
|
2449
|
-
"./
|
|
2450
|
-
"./
|
|
2451
|
-
"./
|
|
2452
|
-
"./
|
|
2453
|
-
"./
|
|
2454
|
-
"./
|
|
2455
|
-
"./
|
|
2456
|
-
"./
|
|
2457
|
-
"./
|
|
2458
|
-
"./
|
|
2459
|
-
"./
|
|
2460
|
-
"./
|
|
2461
|
-
"./
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2511
|
+
"./activity.vue": O,
|
|
2512
|
+
"./alertCircle.vue": B,
|
|
2513
|
+
"./archive.vue": N,
|
|
2514
|
+
"./arrowDown.vue": G,
|
|
2515
|
+
"./arrowLeft.vue": E,
|
|
2516
|
+
"./arrowRight.vue": F,
|
|
2517
|
+
"./arrowUp.vue": K,
|
|
2518
|
+
"./ban.vue": W,
|
|
2519
|
+
"./bars.vue": e2,
|
|
2520
|
+
"./bell.vue": i2,
|
|
2521
|
+
"./bookmark.vue": r2,
|
|
2522
|
+
"./briefcase.vue": n2,
|
|
2523
|
+
"./building.vue": c2,
|
|
2524
|
+
"./calendar.vue": d2,
|
|
2525
|
+
"./caretDown.vue": u2,
|
|
2526
|
+
"./caretLeft.vue": C2,
|
|
2527
|
+
"./caretRight.vue": _2,
|
|
2528
|
+
"./caretUp.vue": w2,
|
|
2529
|
+
"./chartBar.vue": k2,
|
|
2530
|
+
"./check.vue": v2,
|
|
2531
|
+
"./checkCircle.vue": $2,
|
|
2532
|
+
"./chevronDown.vue": M2,
|
|
2533
|
+
"./chevronLeft.vue": V2,
|
|
2534
|
+
"./chevronRight.vue": Z2,
|
|
2535
|
+
"./chevronUp.vue": R2,
|
|
2536
|
+
"./circleHalf.vue": D2,
|
|
2537
|
+
"./circleNotch.vue": O2,
|
|
2538
|
+
"./clipboard.vue": q2,
|
|
2539
|
+
"./clock.vue": A2,
|
|
2540
|
+
"./cloud.vue": P2,
|
|
2541
|
+
"./code.vue": T2,
|
|
2542
|
+
"./collapse.vue": X2,
|
|
2543
|
+
"./columns.vue": J2,
|
|
2544
|
+
"./copy.vue": Q2,
|
|
2545
|
+
"./cpu.vue": te,
|
|
2546
|
+
"./creditCard.vue": se,
|
|
2547
|
+
"./database.vue": oe,
|
|
2548
|
+
"./download.vue": le,
|
|
2549
|
+
"./ellipsis.vue": ae,
|
|
2550
|
+
"./expand.vue": he,
|
|
2551
|
+
"./externalLink.vue": pe,
|
|
2552
|
+
"./eye.vue": _e,
|
|
2553
|
+
"./eyeSlash.vue": me,
|
|
2554
|
+
"./file.vue": ze,
|
|
2555
|
+
"./fileText.vue": $e,
|
|
2556
|
+
"./filter.vue": Me,
|
|
2557
|
+
"./folder.vue": Ve,
|
|
2558
|
+
"./folderOpen.vue": Ze,
|
|
2559
|
+
"./funnelX.vue": Re,
|
|
2560
|
+
"./gear.vue": Ue,
|
|
2561
|
+
"./globe.vue": qe,
|
|
2562
|
+
"./grid.vue": Ae,
|
|
2563
|
+
"./hardDrive.vue": Pe,
|
|
2564
|
+
"./heart.vue": Te,
|
|
2565
|
+
"./history.vue": Xe,
|
|
2566
|
+
"./house.vue": Qe,
|
|
2567
|
+
"./icon.vue": Bi,
|
|
2568
|
+
"./inbox.vue": Ye,
|
|
2569
|
+
"./info.vue": t1,
|
|
2570
|
+
"./infoCircle.vue": r1,
|
|
2571
|
+
"./key.vue": n1,
|
|
2572
|
+
"./layers.vue": c1,
|
|
2573
|
+
"./link.vue": d1,
|
|
2574
|
+
"./lock.vue": u1,
|
|
2575
|
+
"./logIn.vue": C1,
|
|
2576
|
+
"./logOut.vue": _1,
|
|
2577
|
+
"./magnifyingGlass.vue": w1,
|
|
2578
|
+
"./mail.vue": v1,
|
|
2579
|
+
"./message.vue": L1,
|
|
2580
|
+
"./minus.vue": b1,
|
|
2581
|
+
"./moon.vue": S1,
|
|
2582
|
+
"./pencil.vue": x1,
|
|
2583
|
+
"./phone.vue": I1,
|
|
2584
|
+
"./plug.vue": U1,
|
|
2585
|
+
"./plus.vue": j1,
|
|
2586
|
+
"./question.vue": B1,
|
|
2587
|
+
"./questionCircle.vue": P1,
|
|
2588
|
+
"./receipt.vue": T1,
|
|
2589
|
+
"./refresh.vue": X1,
|
|
2590
|
+
"./rotateRight.vue": J1,
|
|
2591
|
+
"./send.vue": Q1,
|
|
2592
|
+
"./server.vue": Y1,
|
|
2593
|
+
"./share.vue": t4,
|
|
2594
|
+
"./shield.vue": s4,
|
|
2595
|
+
"./sliders.vue": o4,
|
|
2596
|
+
"./sort.vue": l4,
|
|
2597
|
+
"./sparkles.vue": a4,
|
|
2598
|
+
"./star.vue": h4,
|
|
2599
|
+
"./sun.vue": C4,
|
|
2600
|
+
"./terminal.vue": _4,
|
|
2601
|
+
"./trash.vue": w4,
|
|
2602
|
+
"./unlock.vue": k4,
|
|
2603
|
+
"./upload.vue": v4,
|
|
2604
|
+
"./user.vue": L4,
|
|
2605
|
+
"./userCheck.vue": b4,
|
|
2606
|
+
"./userMinus.vue": H4,
|
|
2607
|
+
"./userPlus.vue": S4,
|
|
2608
|
+
"./users.vue": x4,
|
|
2609
|
+
"./wallet.vue": I4,
|
|
2610
|
+
"./warning.vue": O4,
|
|
2611
|
+
"./xCircle.vue": q4,
|
|
2612
|
+
"./xmark.vue": A4
|
|
2613
|
+
}), t = Ot, u = s, k = Z(), v = (g) => g.includes("-") ? g.toLowerCase().replace(/-([a-z0-9])/g, (_, w) => w.toUpperCase()) : g, L = (g) => {
|
|
2614
|
+
const _ = v(g), S = `./${y.includes(_) ? _ : m}.vue`;
|
|
2615
|
+
return e[S] ?? e[`./${m}.vue`];
|
|
2616
|
+
}, z = f(() => {
|
|
2617
|
+
const g = v(u.icon);
|
|
2618
|
+
return y.includes(g) ? g : m;
|
|
2619
|
+
}), $ = f(() => L(z.value)), b = f(() => ({
|
|
2620
|
+
...k,
|
|
2621
|
+
size: u.size
|
|
2622
|
+
})), M = f(() => ({
|
|
2623
|
+
"vif-icon": !0
|
|
2624
|
+
})), H = f(() => ({
|
|
2625
|
+
"vif-icon-wrapper": !0,
|
|
2626
|
+
"vif-icon-wrapper_animations_spin": u.spin
|
|
2627
|
+
})), V = f(() => {
|
|
2628
|
+
const _ = 1 - Math.min(Math.max(u.inset, -0.25), 0.49) * 2, w = t[z.value] ?? { x: 0, y: 0 };
|
|
2629
|
+
return {
|
|
2630
|
+
"--vif-icon-scale": String(_),
|
|
2631
|
+
"--vif-icon-offset-x": String(w.x),
|
|
2632
|
+
"--vif-icon-offset-y": String(w.y)
|
|
2633
|
+
};
|
|
2634
|
+
});
|
|
2635
|
+
return (g, _) => (o(), l("span", {
|
|
2636
|
+
class: x(H.value),
|
|
2637
|
+
style: R(V.value)
|
|
2638
|
+
}, [
|
|
2639
|
+
(o(), I(D($.value), c(b.value, { class: M.value }), null, 16, ["class"]))
|
|
2640
|
+
], 6));
|
|
2641
|
+
}
|
|
2642
|
+
}), qi = (s, e) => {
|
|
2475
2643
|
const t = s.__vccOpts || s;
|
|
2476
|
-
for (const [u,
|
|
2477
|
-
t[u] =
|
|
2644
|
+
for (const [u, k] of e)
|
|
2645
|
+
t[u] = k;
|
|
2478
2646
|
return t;
|
|
2479
|
-
},
|
|
2647
|
+
}, Bi = /* @__PURE__ */ qi(ji, [["__scopeId", "data-v-91124768"]]);
|
|
2480
2648
|
export {
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2649
|
+
Bi as VueIconify,
|
|
2650
|
+
Gi as coreIconNames,
|
|
2651
|
+
Ti as dualStyleCoreIconNames,
|
|
2652
|
+
Pi as iconCatalog,
|
|
2653
|
+
Ui as iconGroups,
|
|
2654
|
+
y as iconNames,
|
|
2655
|
+
Ni as icons,
|
|
2656
|
+
Ei as showcaseIconEntries
|
|
2489
2657
|
};
|