veloce-vue 0.19.0 → 0.21.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/components/Accordion.vue.d.ts +19 -1
- package/components/Badge.vue.d.ts +58 -0
- package/components/Button.vue.d.ts +7 -7
- package/components/Checkbox.vue.d.ts +1 -1
- package/components/Chip.vue.d.ts +81 -0
- package/components/Fieldset.vue.d.ts +62 -0
- package/components/Input.vue.d.ts +2 -2
- package/components/JsonRenderer.vue.d.ts +14 -0
- package/components/Layout.vue.d.ts +38 -0
- package/components/Message.vue.d.ts +154 -0
- package/components/MiniEditor.vue.d.ts +12 -0
- package/components/ProgressBar.vue.d.ts +70 -0
- package/components/ProgressSpinner.vue.d.ts +25 -0
- package/components/Select.vue.d.ts +1 -1
- package/components/Separator.vue.d.ts +3 -3
- package/components/Skeleton.vue.d.ts +51 -0
- package/components/Switch.vue.d.ts +1 -1
- package/components/icon/icons.d.ts +3 -0
- package/components/typography/Blockquote.vue.d.ts +151 -0
- package/components/typography/Code.vue.d.ts +160 -0
- package/components/typography/H1.vue.d.ts +151 -0
- package/components/typography/H2.vue.d.ts +151 -0
- package/components/typography/H3.vue.d.ts +151 -0
- package/components/typography/H4.vue.d.ts +151 -0
- package/components/typography/H5.vue.d.ts +151 -0
- package/components/typography/H6.vue.d.ts +151 -0
- package/components/typography/Label.vue.d.ts +160 -0
- package/components/typography/List.vue.d.ts +123 -0
- package/components/typography/P.vue.d.ts +151 -0
- package/components/typography/Span.vue.d.ts +151 -0
- package/exports/composables.d.ts +1 -0
- package/exports/toast.d.ts +4 -0
- package/exports/types.d.ts +54 -1
- package/exports/typography.d.ts +12 -0
- package/exports/ui.d.ts +10 -0
- package/exports/utils.d.ts +3 -0
- package/icons.js +1 -1
- package/{index-Cqxg4hfC.js → index-BLYh_r9b.js} +216 -167
- package/package.json +1 -1
- package/ui.js +4396 -2721
- package/veloce.css +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createElementBlock as r, openBlock as e, createElementVNode as n, createStaticVNode as i, defineComponent as
|
|
1
|
+
import { createElementBlock as r, openBlock as e, createElementVNode as n, createStaticVNode as i, defineComponent as a, computed as h, createBlock as _, renderSlot as g, resolveDynamicComponent as u, normalizeClass as p } from "vue";
|
|
2
2
|
const s = (o, t) => {
|
|
3
3
|
const l = o.__vccOpts || o;
|
|
4
4
|
for (const [c, d] of t)
|
|
@@ -10,7 +10,7 @@ const s = (o, t) => {
|
|
|
10
10
|
height: "24",
|
|
11
11
|
viewBox: "0 0 24 24"
|
|
12
12
|
};
|
|
13
|
-
function
|
|
13
|
+
function v(o, t) {
|
|
14
14
|
return e(), r("svg", x, [...t[0] || (t[0] = [
|
|
15
15
|
n("g", { fill: "none" }, [
|
|
16
16
|
n("path", {
|
|
@@ -29,7 +29,7 @@ function k(o, t) {
|
|
|
29
29
|
], -1)
|
|
30
30
|
])]);
|
|
31
31
|
}
|
|
32
|
-
const
|
|
32
|
+
const k = /* @__PURE__ */ s(f, [["render", v]]), m = {}, $ = {
|
|
33
33
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
34
|
width: "24",
|
|
35
35
|
height: "24",
|
|
@@ -81,14 +81,14 @@ function j(o, t) {
|
|
|
81
81
|
], -1)
|
|
82
82
|
])]);
|
|
83
83
|
}
|
|
84
|
-
const
|
|
84
|
+
const H = /* @__PURE__ */ s(C, [["render", j]]), V = {}, L = {
|
|
85
85
|
xmlns: "http://www.w3.org/2000/svg",
|
|
86
86
|
width: "24",
|
|
87
87
|
height: "24",
|
|
88
88
|
viewBox: "0 0 24 24"
|
|
89
89
|
};
|
|
90
90
|
function z(o, t) {
|
|
91
|
-
return e(), r("svg",
|
|
91
|
+
return e(), r("svg", L, [...t[0] || (t[0] = [
|
|
92
92
|
n("g", {
|
|
93
93
|
fill: "none",
|
|
94
94
|
stroke: "currentColor",
|
|
@@ -107,7 +107,7 @@ const A = /* @__PURE__ */ s(V, [["render", z]]), S = {}, b = {
|
|
|
107
107
|
height: "24",
|
|
108
108
|
viewBox: "0 0 24 24"
|
|
109
109
|
};
|
|
110
|
-
function
|
|
110
|
+
function Z(o, t) {
|
|
111
111
|
return e(), r("svg", b, [...t[0] || (t[0] = [
|
|
112
112
|
n("g", {
|
|
113
113
|
fill: "none",
|
|
@@ -121,14 +121,14 @@ function F(o, t) {
|
|
|
121
121
|
], -1)
|
|
122
122
|
])]);
|
|
123
123
|
}
|
|
124
|
-
const
|
|
124
|
+
const F = /* @__PURE__ */ s(S, [["render", Z]]), q = {}, I = {
|
|
125
125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
126
126
|
width: "24",
|
|
127
127
|
height: "24",
|
|
128
128
|
viewBox: "0 0 24 24"
|
|
129
129
|
};
|
|
130
|
-
function
|
|
131
|
-
return e(), r("svg",
|
|
130
|
+
function T(o, t) {
|
|
131
|
+
return e(), r("svg", I, [...t[0] || (t[0] = [
|
|
132
132
|
n("g", {
|
|
133
133
|
fill: "none",
|
|
134
134
|
stroke: "currentColor",
|
|
@@ -141,7 +141,7 @@ function I(o, t) {
|
|
|
141
141
|
], -1)
|
|
142
142
|
])]);
|
|
143
143
|
}
|
|
144
|
-
const P = /* @__PURE__ */ s(q, [["render",
|
|
144
|
+
const P = /* @__PURE__ */ s(q, [["render", T]]), R = {}, U = {
|
|
145
145
|
xmlns: "http://www.w3.org/2000/svg",
|
|
146
146
|
width: "24",
|
|
147
147
|
height: "24",
|
|
@@ -262,14 +262,14 @@ function dt(o, t) {
|
|
|
262
262
|
}, null, -1)
|
|
263
263
|
])]);
|
|
264
264
|
}
|
|
265
|
-
const ht = /* @__PURE__ */ s(lt, [["render", dt]]), wt = {},
|
|
265
|
+
const ht = /* @__PURE__ */ s(lt, [["render", dt]]), wt = {}, at = {
|
|
266
266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
267
267
|
width: "24",
|
|
268
268
|
height: "24",
|
|
269
269
|
viewBox: "0 0 24 24"
|
|
270
270
|
};
|
|
271
|
-
function
|
|
272
|
-
return e(), r("svg",
|
|
271
|
+
function _t(o, t) {
|
|
272
|
+
return e(), r("svg", at, [...t[0] || (t[0] = [
|
|
273
273
|
n("g", {
|
|
274
274
|
fill: "none",
|
|
275
275
|
stroke: "currentColor",
|
|
@@ -282,7 +282,7 @@ function at(o, t) {
|
|
|
282
282
|
], -1)
|
|
283
283
|
])]);
|
|
284
284
|
}
|
|
285
|
-
const gt = /* @__PURE__ */ s(wt, [["render",
|
|
285
|
+
const gt = /* @__PURE__ */ s(wt, [["render", _t]]), ut = {}, pt = {
|
|
286
286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
287
287
|
width: "24",
|
|
288
288
|
height: "24",
|
|
@@ -302,21 +302,21 @@ function ft(o, t) {
|
|
|
302
302
|
], -1)
|
|
303
303
|
])]);
|
|
304
304
|
}
|
|
305
|
-
const xt = /* @__PURE__ */ s(ut, [["render", ft]]),
|
|
305
|
+
const xt = /* @__PURE__ */ s(ut, [["render", ft]]), vt = {}, kt = {
|
|
306
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
307
307
|
width: "24",
|
|
308
308
|
height: "24",
|
|
309
309
|
viewBox: "-5 -8 24 24"
|
|
310
310
|
};
|
|
311
311
|
function mt(o, t) {
|
|
312
|
-
return e(), r("svg",
|
|
312
|
+
return e(), r("svg", kt, [...t[0] || (t[0] = [
|
|
313
313
|
n("path", {
|
|
314
314
|
fill: "currentColor",
|
|
315
315
|
d: "m7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364z"
|
|
316
316
|
}, null, -1)
|
|
317
317
|
])]);
|
|
318
318
|
}
|
|
319
|
-
const $t = /* @__PURE__ */ s(
|
|
319
|
+
const $t = /* @__PURE__ */ s(vt, [["render", mt]]), Mt = {}, yt = {
|
|
320
320
|
xmlns: "http://www.w3.org/2000/svg",
|
|
321
321
|
width: "24",
|
|
322
322
|
height: "24",
|
|
@@ -335,14 +335,14 @@ function Ct(o, t) {
|
|
|
335
335
|
], -1)
|
|
336
336
|
])]);
|
|
337
337
|
}
|
|
338
|
-
const Bt = /* @__PURE__ */ s(Mt, [["render", Ct]]), jt = {},
|
|
338
|
+
const Bt = /* @__PURE__ */ s(Mt, [["render", Ct]]), jt = {}, Ht = {
|
|
339
339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
340
340
|
width: "24",
|
|
341
341
|
height: "24",
|
|
342
342
|
viewBox: "0 0 24 24"
|
|
343
343
|
};
|
|
344
344
|
function Vt(o, t) {
|
|
345
|
-
return e(), r("svg",
|
|
345
|
+
return e(), r("svg", Ht, [...t[0] || (t[0] = [
|
|
346
346
|
n("g", {
|
|
347
347
|
fill: "none",
|
|
348
348
|
stroke: "currentColor",
|
|
@@ -354,7 +354,7 @@ function Vt(o, t) {
|
|
|
354
354
|
], -1)
|
|
355
355
|
])]);
|
|
356
356
|
}
|
|
357
|
-
const
|
|
357
|
+
const Lt = /* @__PURE__ */ s(jt, [["render", Vt]]), zt = {}, At = {
|
|
358
358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
359
359
|
width: "24",
|
|
360
360
|
height: "24",
|
|
@@ -373,14 +373,14 @@ function St(o, t) {
|
|
|
373
373
|
], -1)
|
|
374
374
|
])]);
|
|
375
375
|
}
|
|
376
|
-
const bt = /* @__PURE__ */ s(zt, [["render", St]]),
|
|
376
|
+
const bt = /* @__PURE__ */ s(zt, [["render", St]]), Zt = {}, Ft = {
|
|
377
377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
378
378
|
width: "24",
|
|
379
379
|
height: "24",
|
|
380
380
|
viewBox: "0 0 24 24"
|
|
381
381
|
};
|
|
382
382
|
function qt(o, t) {
|
|
383
|
-
return e(), r("svg",
|
|
383
|
+
return e(), r("svg", Ft, [...t[0] || (t[0] = [
|
|
384
384
|
n("g", {
|
|
385
385
|
fill: "none",
|
|
386
386
|
stroke: "currentColor",
|
|
@@ -396,7 +396,7 @@ function qt(o, t) {
|
|
|
396
396
|
], -1)
|
|
397
397
|
])]);
|
|
398
398
|
}
|
|
399
|
-
const
|
|
399
|
+
const It = /* @__PURE__ */ s(Zt, [["render", qt]]), Tt = {}, Pt = {
|
|
400
400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
401
401
|
width: "24",
|
|
402
402
|
height: "24",
|
|
@@ -420,7 +420,7 @@ function Rt(o, t) {
|
|
|
420
420
|
], -1)
|
|
421
421
|
])]);
|
|
422
422
|
}
|
|
423
|
-
const Ut = /* @__PURE__ */ s(
|
|
423
|
+
const Ut = /* @__PURE__ */ s(Tt, [["render", Rt]]), Dt = {}, Ot = {
|
|
424
424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
425
425
|
width: "24",
|
|
426
426
|
height: "24",
|
|
@@ -521,7 +521,7 @@ const dn = /* @__PURE__ */ s(sn, [["render", cn]]), hn = {}, wn = {
|
|
|
521
521
|
height: "24",
|
|
522
522
|
viewBox: "0 0 24 24"
|
|
523
523
|
};
|
|
524
|
-
function
|
|
524
|
+
function an(o, t) {
|
|
525
525
|
return e(), r("svg", wn, [...t[0] || (t[0] = [
|
|
526
526
|
n("g", {
|
|
527
527
|
fill: "none",
|
|
@@ -535,7 +535,7 @@ function _n(o, t) {
|
|
|
535
535
|
], -1)
|
|
536
536
|
])]);
|
|
537
537
|
}
|
|
538
|
-
const
|
|
538
|
+
const _n = /* @__PURE__ */ s(hn, [["render", an]]), gn = {}, un = {
|
|
539
539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
540
540
|
width: "24",
|
|
541
541
|
height: "24",
|
|
@@ -562,14 +562,14 @@ function pn(o, t) {
|
|
|
562
562
|
], -1)
|
|
563
563
|
])]);
|
|
564
564
|
}
|
|
565
|
-
const fn = /* @__PURE__ */ s(gn, [["render", pn]]), xn = {},
|
|
565
|
+
const fn = /* @__PURE__ */ s(gn, [["render", pn]]), xn = {}, vn = {
|
|
566
566
|
xmlns: "http://www.w3.org/2000/svg",
|
|
567
567
|
width: "24",
|
|
568
568
|
height: "24",
|
|
569
569
|
viewBox: "0 0 24 24"
|
|
570
570
|
};
|
|
571
|
-
function
|
|
572
|
-
return e(), r("svg",
|
|
571
|
+
function kn(o, t) {
|
|
572
|
+
return e(), r("svg", vn, [...t[0] || (t[0] = [
|
|
573
573
|
n("g", {
|
|
574
574
|
fill: "none",
|
|
575
575
|
stroke: "currentColor",
|
|
@@ -588,7 +588,7 @@ function vn(o, t) {
|
|
|
588
588
|
], -1)
|
|
589
589
|
])]);
|
|
590
590
|
}
|
|
591
|
-
const mn = /* @__PURE__ */ s(xn, [["render",
|
|
591
|
+
const mn = /* @__PURE__ */ s(xn, [["render", kn]]), $n = {}, Mn = {
|
|
592
592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
593
593
|
width: "24",
|
|
594
594
|
height: "24",
|
|
@@ -620,7 +620,7 @@ const Cn = /* @__PURE__ */ s($n, [["render", yn]]), Bn = {}, jn = {
|
|
|
620
620
|
height: "24",
|
|
621
621
|
viewBox: "0 0 24 24"
|
|
622
622
|
};
|
|
623
|
-
function
|
|
623
|
+
function Hn(o, t) {
|
|
624
624
|
return e(), r("svg", jn, [...t[0] || (t[0] = [
|
|
625
625
|
n("g", {
|
|
626
626
|
fill: "none",
|
|
@@ -635,7 +635,7 @@ function Ln(o, t) {
|
|
|
635
635
|
], -1)
|
|
636
636
|
])]);
|
|
637
637
|
}
|
|
638
|
-
const Vn = /* @__PURE__ */ s(Bn, [["render",
|
|
638
|
+
const Vn = /* @__PURE__ */ s(Bn, [["render", Hn]]), Ln = {}, zn = {
|
|
639
639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
640
640
|
width: "24",
|
|
641
641
|
height: "24",
|
|
@@ -655,14 +655,14 @@ function An(o, t) {
|
|
|
655
655
|
], -1)
|
|
656
656
|
])]);
|
|
657
657
|
}
|
|
658
|
-
const Sn = /* @__PURE__ */ s(
|
|
658
|
+
const Sn = /* @__PURE__ */ s(Ln, [["render", An]]), bn = {}, Zn = {
|
|
659
659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
660
660
|
width: "24",
|
|
661
661
|
height: "24",
|
|
662
662
|
viewBox: "0 0 24 24"
|
|
663
663
|
};
|
|
664
|
-
function
|
|
665
|
-
return e(), r("svg",
|
|
664
|
+
function Fn(o, t) {
|
|
665
|
+
return e(), r("svg", Zn, [...t[0] || (t[0] = [
|
|
666
666
|
n("g", {
|
|
667
667
|
fill: "none",
|
|
668
668
|
stroke: "currentColor",
|
|
@@ -676,14 +676,14 @@ function Zn(o, t) {
|
|
|
676
676
|
], -1)
|
|
677
677
|
])]);
|
|
678
678
|
}
|
|
679
|
-
const qn = /* @__PURE__ */ s(bn, [["render",
|
|
679
|
+
const qn = /* @__PURE__ */ s(bn, [["render", Fn]]), In = {}, Tn = {
|
|
680
680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
681
681
|
width: "24",
|
|
682
682
|
height: "24",
|
|
683
683
|
viewBox: "0 0 24 24"
|
|
684
684
|
};
|
|
685
685
|
function Pn(o, t) {
|
|
686
|
-
return e(), r("svg",
|
|
686
|
+
return e(), r("svg", Tn, [...t[0] || (t[0] = [
|
|
687
687
|
n("g", {
|
|
688
688
|
fill: "none",
|
|
689
689
|
stroke: "currentColor",
|
|
@@ -700,7 +700,7 @@ function Pn(o, t) {
|
|
|
700
700
|
], -1)
|
|
701
701
|
])]);
|
|
702
702
|
}
|
|
703
|
-
const Rn = /* @__PURE__ */ s(
|
|
703
|
+
const Rn = /* @__PURE__ */ s(In, [["render", Pn]]), Un = {}, Dn = {
|
|
704
704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
705
705
|
width: "24",
|
|
706
706
|
height: "24",
|
|
@@ -803,7 +803,7 @@ function wo(o, t) {
|
|
|
803
803
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><path d="M14 2v6h6"></path><path d="M10 10v2"></path><path d="M10 14v2"></path><path d="M16 10h.01"></path><path d="M16 14h.01"></path></g>', 1)
|
|
804
804
|
])]);
|
|
805
805
|
}
|
|
806
|
-
const
|
|
806
|
+
const ao = /* @__PURE__ */ s(co, [["render", wo]]), _o = {}, go = {
|
|
807
807
|
xmlns: "http://www.w3.org/2000/svg",
|
|
808
808
|
width: "24",
|
|
809
809
|
height: "24",
|
|
@@ -814,13 +814,13 @@ function uo(o, t) {
|
|
|
814
814
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z"></path><path d="M14 2v6h6"></path><path d="M16 13H8"></path><path d="M16 17H8"></path><path d="M10 9H8"></path></g>', 1)
|
|
815
815
|
])]);
|
|
816
816
|
}
|
|
817
|
-
const po = /* @__PURE__ */ s(
|
|
817
|
+
const po = /* @__PURE__ */ s(_o, [["render", uo]]), fo = {}, xo = {
|
|
818
818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
819
819
|
width: "24",
|
|
820
820
|
height: "24",
|
|
821
821
|
viewBox: "0 0 24 24"
|
|
822
822
|
};
|
|
823
|
-
function
|
|
823
|
+
function vo(o, t) {
|
|
824
824
|
return e(), r("svg", xo, [...t[0] || (t[0] = [
|
|
825
825
|
n("g", {
|
|
826
826
|
fill: "none",
|
|
@@ -835,7 +835,7 @@ function ko(o, t) {
|
|
|
835
835
|
], -1)
|
|
836
836
|
])]);
|
|
837
837
|
}
|
|
838
|
-
const
|
|
838
|
+
const ko = /* @__PURE__ */ s(fo, [["render", vo]]), mo = {}, $o = {
|
|
839
839
|
xmlns: "http://www.w3.org/2000/svg",
|
|
840
840
|
width: "24",
|
|
841
841
|
height: "24",
|
|
@@ -865,14 +865,14 @@ function jo(o, t) {
|
|
|
865
865
|
], -1)
|
|
866
866
|
])]);
|
|
867
867
|
}
|
|
868
|
-
const
|
|
868
|
+
const Ho = /* @__PURE__ */ s(Co, [["render", jo]]), Vo = {}, Lo = {
|
|
869
869
|
xmlns: "http://www.w3.org/2000/svg",
|
|
870
870
|
width: "24",
|
|
871
871
|
height: "24",
|
|
872
872
|
viewBox: "0 0 24 24"
|
|
873
873
|
};
|
|
874
874
|
function zo(o, t) {
|
|
875
|
-
return e(), r("svg",
|
|
875
|
+
return e(), r("svg", Lo, [...t[0] || (t[0] = [
|
|
876
876
|
n("g", {
|
|
877
877
|
fill: "none",
|
|
878
878
|
stroke: "currentColor",
|
|
@@ -890,7 +890,7 @@ const Ao = /* @__PURE__ */ s(Vo, [["render", zo]]), So = {}, bo = {
|
|
|
890
890
|
height: "24",
|
|
891
891
|
viewBox: "0 0 24 24"
|
|
892
892
|
};
|
|
893
|
-
function
|
|
893
|
+
function Zo(o, t) {
|
|
894
894
|
return e(), r("svg", bo, [...t[0] || (t[0] = [
|
|
895
895
|
n("g", {
|
|
896
896
|
fill: "none",
|
|
@@ -903,14 +903,14 @@ function Fo(o, t) {
|
|
|
903
903
|
], -1)
|
|
904
904
|
])]);
|
|
905
905
|
}
|
|
906
|
-
const
|
|
906
|
+
const Fo = /* @__PURE__ */ s(So, [["render", Zo]]), qo = {}, Io = {
|
|
907
907
|
xmlns: "http://www.w3.org/2000/svg",
|
|
908
908
|
width: "24",
|
|
909
909
|
height: "24",
|
|
910
910
|
viewBox: "0 0 24 24"
|
|
911
911
|
};
|
|
912
|
-
function
|
|
913
|
-
return e(), r("svg",
|
|
912
|
+
function To(o, t) {
|
|
913
|
+
return e(), r("svg", Io, [...t[0] || (t[0] = [
|
|
914
914
|
n("g", {
|
|
915
915
|
fill: "none",
|
|
916
916
|
stroke: "currentColor",
|
|
@@ -924,7 +924,7 @@ function Io(o, t) {
|
|
|
924
924
|
], -1)
|
|
925
925
|
])]);
|
|
926
926
|
}
|
|
927
|
-
const Po = /* @__PURE__ */ s(qo, [["render",
|
|
927
|
+
const Po = /* @__PURE__ */ s(qo, [["render", To]]), Ro = {}, Uo = {
|
|
928
928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
929
929
|
width: "24",
|
|
930
930
|
height: "24",
|
|
@@ -1044,14 +1044,14 @@ function de(o, t) {
|
|
|
1044
1044
|
], -1)
|
|
1045
1045
|
])]);
|
|
1046
1046
|
}
|
|
1047
|
-
const he = /* @__PURE__ */ s(le, [["render", de]]), we = {},
|
|
1047
|
+
const he = /* @__PURE__ */ s(le, [["render", de]]), we = {}, ae = {
|
|
1048
1048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1049
1049
|
width: "24",
|
|
1050
1050
|
height: "24",
|
|
1051
1051
|
viewBox: "0 0 24 24"
|
|
1052
1052
|
};
|
|
1053
|
-
function
|
|
1054
|
-
return e(), r("svg",
|
|
1053
|
+
function _e(o, t) {
|
|
1054
|
+
return e(), r("svg", ae, [...t[0] || (t[0] = [
|
|
1055
1055
|
n("g", {
|
|
1056
1056
|
fill: "none",
|
|
1057
1057
|
stroke: "currentColor",
|
|
@@ -1076,7 +1076,7 @@ function ae(o, t) {
|
|
|
1076
1076
|
], -1)
|
|
1077
1077
|
])]);
|
|
1078
1078
|
}
|
|
1079
|
-
const ge = /* @__PURE__ */ s(we, [["render",
|
|
1079
|
+
const ge = /* @__PURE__ */ s(we, [["render", _e]]), ue = {}, pe = {
|
|
1080
1080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1081
1081
|
width: "24",
|
|
1082
1082
|
height: "24",
|
|
@@ -1096,14 +1096,14 @@ function fe(o, t) {
|
|
|
1096
1096
|
], -1)
|
|
1097
1097
|
])]);
|
|
1098
1098
|
}
|
|
1099
|
-
const xe = /* @__PURE__ */ s(ue, [["render", fe]]),
|
|
1099
|
+
const xe = /* @__PURE__ */ s(ue, [["render", fe]]), ve = {}, ke = {
|
|
1100
1100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1101
1101
|
width: "24",
|
|
1102
1102
|
height: "24",
|
|
1103
1103
|
viewBox: "0 0 24 24"
|
|
1104
1104
|
};
|
|
1105
1105
|
function me(o, t) {
|
|
1106
|
-
return e(), r("svg",
|
|
1106
|
+
return e(), r("svg", ke, [...t[0] || (t[0] = [
|
|
1107
1107
|
n("g", {
|
|
1108
1108
|
fill: "none",
|
|
1109
1109
|
stroke: "currentColor",
|
|
@@ -1121,7 +1121,7 @@ function me(o, t) {
|
|
|
1121
1121
|
], -1)
|
|
1122
1122
|
])]);
|
|
1123
1123
|
}
|
|
1124
|
-
const $e = /* @__PURE__ */ s(
|
|
1124
|
+
const $e = /* @__PURE__ */ s(ve, [["render", me]]), Me = {}, ye = {
|
|
1125
1125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1126
1126
|
width: "24",
|
|
1127
1127
|
height: "24",
|
|
@@ -1146,14 +1146,14 @@ function Ce(o, t) {
|
|
|
1146
1146
|
], -1)
|
|
1147
1147
|
])]);
|
|
1148
1148
|
}
|
|
1149
|
-
const Be = /* @__PURE__ */ s(Me, [["render", Ce]]), je = {},
|
|
1149
|
+
const Be = /* @__PURE__ */ s(Me, [["render", Ce]]), je = {}, He = {
|
|
1150
1150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1151
1151
|
width: "24",
|
|
1152
1152
|
height: "24",
|
|
1153
1153
|
viewBox: "0 0 24 24"
|
|
1154
1154
|
};
|
|
1155
1155
|
function Ve(o, t) {
|
|
1156
|
-
return e(), r("svg",
|
|
1156
|
+
return e(), r("svg", He, [...t[0] || (t[0] = [
|
|
1157
1157
|
n("g", {
|
|
1158
1158
|
fill: "none",
|
|
1159
1159
|
stroke: "currentColor",
|
|
@@ -1173,7 +1173,7 @@ function Ve(o, t) {
|
|
|
1173
1173
|
], -1)
|
|
1174
1174
|
])]);
|
|
1175
1175
|
}
|
|
1176
|
-
const
|
|
1176
|
+
const Le = /* @__PURE__ */ s(je, [["render", Ve]]), ze = {}, Ae = {
|
|
1177
1177
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1178
1178
|
width: "24",
|
|
1179
1179
|
height: "24",
|
|
@@ -1193,14 +1193,14 @@ function Se(o, t) {
|
|
|
1193
1193
|
], -1)
|
|
1194
1194
|
])]);
|
|
1195
1195
|
}
|
|
1196
|
-
const be = /* @__PURE__ */ s(ze, [["render", Se]]),
|
|
1196
|
+
const be = /* @__PURE__ */ s(ze, [["render", Se]]), Ze = {}, Fe = {
|
|
1197
1197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1198
1198
|
width: "24",
|
|
1199
1199
|
height: "24",
|
|
1200
1200
|
viewBox: "0 0 24 24"
|
|
1201
1201
|
};
|
|
1202
1202
|
function qe(o, t) {
|
|
1203
|
-
return e(), r("svg",
|
|
1203
|
+
return e(), r("svg", Fe, [...t[0] || (t[0] = [
|
|
1204
1204
|
n("g", {
|
|
1205
1205
|
fill: "none",
|
|
1206
1206
|
stroke: "currentColor",
|
|
@@ -1214,7 +1214,7 @@ function qe(o, t) {
|
|
|
1214
1214
|
], -1)
|
|
1215
1215
|
])]);
|
|
1216
1216
|
}
|
|
1217
|
-
const
|
|
1217
|
+
const Ie = /* @__PURE__ */ s(Ze, [["render", qe]]), Te = {}, Pe = {
|
|
1218
1218
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1219
1219
|
width: "24",
|
|
1220
1220
|
height: "24",
|
|
@@ -1225,7 +1225,7 @@ function Re(o, t) {
|
|
|
1225
1225
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><line x1="8" x2="21" y1="6" y2="6"></line><line x1="8" x2="21" y1="12" y2="12"></line><line x1="8" x2="21" y1="18" y2="18"></line><line x1="3" x2="3.01" y1="6" y2="6"></line><line x1="3" x2="3.01" y1="12" y2="12"></line><line x1="3" x2="3.01" y1="18" y2="18"></line></g>', 1)
|
|
1226
1226
|
])]);
|
|
1227
1227
|
}
|
|
1228
|
-
const Ue = /* @__PURE__ */ s(
|
|
1228
|
+
const Ue = /* @__PURE__ */ s(Te, [["render", Re]]), De = {}, Oe = {
|
|
1229
1229
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1230
1230
|
width: "24",
|
|
1231
1231
|
height: "24",
|
|
@@ -1366,7 +1366,7 @@ function wr(o, t) {
|
|
|
1366
1366
|
], -1)
|
|
1367
1367
|
])]);
|
|
1368
1368
|
}
|
|
1369
|
-
const
|
|
1369
|
+
const ar = /* @__PURE__ */ s(dr, [["render", wr]]), _r = {}, gr = {
|
|
1370
1370
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1371
1371
|
width: "24",
|
|
1372
1372
|
height: "24",
|
|
@@ -1402,13 +1402,13 @@ function ur(o, t) {
|
|
|
1402
1402
|
], -1)
|
|
1403
1403
|
])]);
|
|
1404
1404
|
}
|
|
1405
|
-
const pr = /* @__PURE__ */ s(
|
|
1405
|
+
const pr = /* @__PURE__ */ s(_r, [["render", ur]]), fr = {}, xr = {
|
|
1406
1406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1407
1407
|
width: "24",
|
|
1408
1408
|
height: "24",
|
|
1409
1409
|
viewBox: "0 0 24 24"
|
|
1410
1410
|
};
|
|
1411
|
-
function
|
|
1411
|
+
function vr(o, t) {
|
|
1412
1412
|
return e(), r("svg", xr, [...t[0] || (t[0] = [
|
|
1413
1413
|
n("g", {
|
|
1414
1414
|
fill: "none",
|
|
@@ -1421,7 +1421,7 @@ function kr(o, t) {
|
|
|
1421
1421
|
], -1)
|
|
1422
1422
|
])]);
|
|
1423
1423
|
}
|
|
1424
|
-
const
|
|
1424
|
+
const kr = /* @__PURE__ */ s(fr, [["render", vr]]), mr = {}, $r = {
|
|
1425
1425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1426
1426
|
width: "24",
|
|
1427
1427
|
height: "24",
|
|
@@ -1451,14 +1451,14 @@ function jr(o, t) {
|
|
|
1451
1451
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"></path><path d="M19 10v2a7 7 0 0 1-14 0v-2"></path><line x1="12" x2="12" y1="19" y2="23"></line><line x1="8" x2="16" y1="23" y2="23"></line></g>', 1)
|
|
1452
1452
|
])]);
|
|
1453
1453
|
}
|
|
1454
|
-
const
|
|
1454
|
+
const Hr = /* @__PURE__ */ s(Cr, [["render", jr]]), Vr = {}, Lr = {
|
|
1455
1455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1456
1456
|
width: "24",
|
|
1457
1457
|
height: "24",
|
|
1458
1458
|
viewBox: "0 0 24 24"
|
|
1459
1459
|
};
|
|
1460
1460
|
function zr(o, t) {
|
|
1461
|
-
return e(), r("svg",
|
|
1461
|
+
return e(), r("svg", Lr, [...t[0] || (t[0] = [
|
|
1462
1462
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m1 1l22 22"></path><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" x2="12" y1="19" y2="23"></line><line x1="8" x2="16" y1="23" y2="23"></line></g>', 1)
|
|
1463
1463
|
])]);
|
|
1464
1464
|
}
|
|
@@ -1468,7 +1468,7 @@ const Ar = /* @__PURE__ */ s(Vr, [["render", zr]]), Sr = {}, br = {
|
|
|
1468
1468
|
height: "24",
|
|
1469
1469
|
viewBox: "0 0 24 24"
|
|
1470
1470
|
};
|
|
1471
|
-
function
|
|
1471
|
+
function Zr(o, t) {
|
|
1472
1472
|
return e(), r("svg", br, [...t[0] || (t[0] = [
|
|
1473
1473
|
n("g", {
|
|
1474
1474
|
fill: "none",
|
|
@@ -1481,14 +1481,14 @@ function Fr(o, t) {
|
|
|
1481
1481
|
], -1)
|
|
1482
1482
|
])]);
|
|
1483
1483
|
}
|
|
1484
|
-
const
|
|
1484
|
+
const Fr = /* @__PURE__ */ s(Sr, [["render", Zr]]), qr = {}, Ir = {
|
|
1485
1485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1486
1486
|
width: "24",
|
|
1487
1487
|
height: "24",
|
|
1488
1488
|
viewBox: "0 0 24 24"
|
|
1489
1489
|
};
|
|
1490
|
-
function
|
|
1491
|
-
return e(), r("svg",
|
|
1490
|
+
function Tr(o, t) {
|
|
1491
|
+
return e(), r("svg", Ir, [...t[0] || (t[0] = [
|
|
1492
1492
|
n("g", {
|
|
1493
1493
|
fill: "none",
|
|
1494
1494
|
stroke: "currentColor",
|
|
@@ -1500,7 +1500,7 @@ function Ir(o, t) {
|
|
|
1500
1500
|
], -1)
|
|
1501
1501
|
])]);
|
|
1502
1502
|
}
|
|
1503
|
-
const Pr = /* @__PURE__ */ s(qr, [["render",
|
|
1503
|
+
const Pr = /* @__PURE__ */ s(qr, [["render", Tr]]), Rr = {}, Ur = {
|
|
1504
1504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1505
1505
|
width: "24",
|
|
1506
1506
|
height: "24",
|
|
@@ -1625,14 +1625,14 @@ function d2(o, t) {
|
|
|
1625
1625
|
], -1)
|
|
1626
1626
|
])]);
|
|
1627
1627
|
}
|
|
1628
|
-
const h2 = /* @__PURE__ */ s(l2, [["render", d2]]), w2 = {},
|
|
1628
|
+
const h2 = /* @__PURE__ */ s(l2, [["render", d2]]), w2 = {}, a2 = {
|
|
1629
1629
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1630
1630
|
width: "24",
|
|
1631
1631
|
height: "24",
|
|
1632
1632
|
viewBox: "0 0 24 24"
|
|
1633
1633
|
};
|
|
1634
|
-
function
|
|
1635
|
-
return e(), r("svg",
|
|
1634
|
+
function _2(o, t) {
|
|
1635
|
+
return e(), r("svg", a2, [...t[0] || (t[0] = [
|
|
1636
1636
|
n("g", {
|
|
1637
1637
|
fill: "none",
|
|
1638
1638
|
stroke: "currentColor",
|
|
@@ -1655,7 +1655,7 @@ function a2(o, t) {
|
|
|
1655
1655
|
], -1)
|
|
1656
1656
|
])]);
|
|
1657
1657
|
}
|
|
1658
|
-
const g2 = /* @__PURE__ */ s(w2, [["render",
|
|
1658
|
+
const g2 = /* @__PURE__ */ s(w2, [["render", _2]]), u2 = {}, p2 = {
|
|
1659
1659
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1660
1660
|
width: "24",
|
|
1661
1661
|
height: "24",
|
|
@@ -1674,14 +1674,14 @@ function f2(o, t) {
|
|
|
1674
1674
|
], -1)
|
|
1675
1675
|
])]);
|
|
1676
1676
|
}
|
|
1677
|
-
const x2 = /* @__PURE__ */ s(u2, [["render", f2]]),
|
|
1677
|
+
const x2 = /* @__PURE__ */ s(u2, [["render", f2]]), v2 = {}, k2 = {
|
|
1678
1678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1679
1679
|
width: "24",
|
|
1680
1680
|
height: "24",
|
|
1681
1681
|
viewBox: "0 0 24 24"
|
|
1682
1682
|
};
|
|
1683
1683
|
function m2(o, t) {
|
|
1684
|
-
return e(), r("svg",
|
|
1684
|
+
return e(), r("svg", k2, [...t[0] || (t[0] = [
|
|
1685
1685
|
n("g", {
|
|
1686
1686
|
fill: "none",
|
|
1687
1687
|
stroke: "currentColor",
|
|
@@ -1693,7 +1693,7 @@ function m2(o, t) {
|
|
|
1693
1693
|
], -1)
|
|
1694
1694
|
])]);
|
|
1695
1695
|
}
|
|
1696
|
-
const $2 = /* @__PURE__ */ s(
|
|
1696
|
+
const $2 = /* @__PURE__ */ s(v2, [["render", m2]]), M2 = {}, y2 = {
|
|
1697
1697
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1698
1698
|
width: "24",
|
|
1699
1699
|
height: "24",
|
|
@@ -1713,14 +1713,14 @@ function C2(o, t) {
|
|
|
1713
1713
|
], -1)
|
|
1714
1714
|
])]);
|
|
1715
1715
|
}
|
|
1716
|
-
const B2 = /* @__PURE__ */ s(M2, [["render", C2]]), j2 = {},
|
|
1716
|
+
const B2 = /* @__PURE__ */ s(M2, [["render", C2]]), j2 = {}, H2 = {
|
|
1717
1717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1718
1718
|
width: "24",
|
|
1719
1719
|
height: "24",
|
|
1720
1720
|
viewBox: "0 0 24 24"
|
|
1721
1721
|
};
|
|
1722
1722
|
function V2(o, t) {
|
|
1723
|
-
return e(), r("svg",
|
|
1723
|
+
return e(), r("svg", H2, [...t[0] || (t[0] = [
|
|
1724
1724
|
n("g", {
|
|
1725
1725
|
fill: "none",
|
|
1726
1726
|
stroke: "currentColor",
|
|
@@ -1734,7 +1734,7 @@ function V2(o, t) {
|
|
|
1734
1734
|
], -1)
|
|
1735
1735
|
])]);
|
|
1736
1736
|
}
|
|
1737
|
-
const
|
|
1737
|
+
const L2 = /* @__PURE__ */ s(j2, [["render", V2]]), z2 = {}, A2 = {
|
|
1738
1738
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1739
1739
|
width: "24",
|
|
1740
1740
|
height: "24",
|
|
@@ -1762,18 +1762,18 @@ function S2(o, t) {
|
|
|
1762
1762
|
], -1)
|
|
1763
1763
|
])]);
|
|
1764
1764
|
}
|
|
1765
|
-
const b2 = /* @__PURE__ */ s(z2, [["render", S2]]),
|
|
1765
|
+
const b2 = /* @__PURE__ */ s(z2, [["render", S2]]), Z2 = {}, F2 = {
|
|
1766
1766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1767
1767
|
width: "24",
|
|
1768
1768
|
height: "24",
|
|
1769
1769
|
viewBox: "0 0 24 24"
|
|
1770
1770
|
};
|
|
1771
1771
|
function q2(o, t) {
|
|
1772
|
-
return e(), r("svg",
|
|
1772
|
+
return e(), r("svg", F2, [...t[0] || (t[0] = [
|
|
1773
1773
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 12a9 9 0 0 1 9-9a9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9a9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M3 21v-5h5"></path></g>', 1)
|
|
1774
1774
|
])]);
|
|
1775
1775
|
}
|
|
1776
|
-
const
|
|
1776
|
+
const I2 = /* @__PURE__ */ s(Z2, [["render", q2]]), T2 = {}, P2 = {
|
|
1777
1777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1778
1778
|
width: "24",
|
|
1779
1779
|
height: "24",
|
|
@@ -1784,7 +1784,7 @@ function R2(o, t) {
|
|
|
1784
1784
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m17 2l4 4l-4 4"></path><path d="M3 11v-1a4 4 0 0 1 4-4h14"></path><path d="m7 22l-4-4l4-4"></path><path d="M21 13v1a4 4 0 0 1-4 4H3"></path></g>', 1)
|
|
1785
1785
|
])]);
|
|
1786
1786
|
}
|
|
1787
|
-
const U2 = /* @__PURE__ */ s(
|
|
1787
|
+
const U2 = /* @__PURE__ */ s(T2, [["render", R2]]), D2 = {}, O2 = {
|
|
1788
1788
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1789
1789
|
width: "24",
|
|
1790
1790
|
height: "24",
|
|
@@ -1899,7 +1899,7 @@ function w1(o, t) {
|
|
|
1899
1899
|
], -1)
|
|
1900
1900
|
])]);
|
|
1901
1901
|
}
|
|
1902
|
-
const
|
|
1902
|
+
const a1 = /* @__PURE__ */ s(d1, [["render", w1]]), _1 = {}, g1 = {
|
|
1903
1903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1904
1904
|
width: "24",
|
|
1905
1905
|
height: "24",
|
|
@@ -1919,18 +1919,18 @@ function u1(o, t) {
|
|
|
1919
1919
|
], -1)
|
|
1920
1920
|
])]);
|
|
1921
1921
|
}
|
|
1922
|
-
const p1 = /* @__PURE__ */ s(
|
|
1922
|
+
const p1 = /* @__PURE__ */ s(_1, [["render", u1]]), f1 = {}, x1 = {
|
|
1923
1923
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1924
1924
|
width: "24",
|
|
1925
1925
|
height: "24",
|
|
1926
1926
|
viewBox: "0 0 24 24"
|
|
1927
1927
|
};
|
|
1928
|
-
function
|
|
1928
|
+
function v1(o, t) {
|
|
1929
1929
|
return e(), r("svg", x1, [...t[0] || (t[0] = [
|
|
1930
1930
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="20" height="8" x="2" y="2" rx="2" ry="2"></rect><rect width="20" height="8" x="2" y="14" rx="2" ry="2"></rect><line x1="6" x2="6.01" y1="6" y2="6"></line><line x1="6" x2="6.01" y1="18" y2="18"></line></g>', 1)
|
|
1931
1931
|
])]);
|
|
1932
1932
|
}
|
|
1933
|
-
const
|
|
1933
|
+
const k1 = /* @__PURE__ */ s(f1, [["render", v1]]), m1 = {}, $1 = {
|
|
1934
1934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1935
1935
|
width: "24",
|
|
1936
1936
|
height: "24",
|
|
@@ -1975,14 +1975,14 @@ function j1(o, t) {
|
|
|
1975
1975
|
], -1)
|
|
1976
1976
|
])]);
|
|
1977
1977
|
}
|
|
1978
|
-
const
|
|
1978
|
+
const H1 = /* @__PURE__ */ s(C1, [["render", j1]]), V1 = {}, L1 = {
|
|
1979
1979
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1980
1980
|
width: "24",
|
|
1981
1981
|
height: "24",
|
|
1982
1982
|
viewBox: "0 0 24 24"
|
|
1983
1983
|
};
|
|
1984
1984
|
function z1(o, t) {
|
|
1985
|
-
return e(), r("svg",
|
|
1985
|
+
return e(), r("svg", L1, [...t[0] || (t[0] = [
|
|
1986
1986
|
n("g", {
|
|
1987
1987
|
fill: "none",
|
|
1988
1988
|
stroke: "currentColor",
|
|
@@ -2000,19 +2000,19 @@ const A1 = /* @__PURE__ */ s(V1, [["render", z1]]), S1 = {}, b1 = {
|
|
|
2000
2000
|
height: "24",
|
|
2001
2001
|
viewBox: "0 0 24 24"
|
|
2002
2002
|
};
|
|
2003
|
-
function
|
|
2003
|
+
function Z1(o, t) {
|
|
2004
2004
|
return e(), r("svg", b1, [...t[0] || (t[0] = [
|
|
2005
2005
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M2 18h1.4a1.4 1.4 0 0 0 1.1-.5l9.5-9.5a1.4 1.4 0 0 1 2.2 0l2.8 2.8a1.4 1.4 0 0 0 2.2 0l4.1-4.1"></path><path d="M19 10h-5"></path><path d="M22 18h-1.4a1.4 1.4 0 0 1-1.1-.5l-9.5-9.5a1.4 1.4 0 0 0-2.2 0l-2.8 2.8a1.4 1.4 0 0 1-2.2 0L2.5 6.5"></path><path d="M5 14h5"></path></g>', 1)
|
|
2006
2006
|
])]);
|
|
2007
2007
|
}
|
|
2008
|
-
const
|
|
2008
|
+
const F1 = /* @__PURE__ */ s(S1, [["render", Z1]]), q1 = {}, I1 = {
|
|
2009
2009
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2010
2010
|
width: "24",
|
|
2011
2011
|
height: "24",
|
|
2012
2012
|
viewBox: "0 0 24 24"
|
|
2013
2013
|
};
|
|
2014
|
-
function
|
|
2015
|
-
return e(), r("svg",
|
|
2014
|
+
function T1(o, t) {
|
|
2015
|
+
return e(), r("svg", I1, [...t[0] || (t[0] = [
|
|
2016
2016
|
n("g", {
|
|
2017
2017
|
fill: "none",
|
|
2018
2018
|
stroke: "currentColor",
|
|
@@ -2031,7 +2031,7 @@ function I1(o, t) {
|
|
|
2031
2031
|
], -1)
|
|
2032
2032
|
])]);
|
|
2033
2033
|
}
|
|
2034
|
-
const P1 = /* @__PURE__ */ s(q1, [["render",
|
|
2034
|
+
const P1 = /* @__PURE__ */ s(q1, [["render", T1]]), R1 = {}, U1 = {
|
|
2035
2035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2036
2036
|
width: "24",
|
|
2037
2037
|
height: "24",
|
|
@@ -2125,14 +2125,14 @@ function d0(o, t) {
|
|
|
2125
2125
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11 5h10"></path><path d="M11 9h7"></path><path d="M11 13h4"></path><path d="M3 17l3 3l3-3"></path><path d="M6 18V4"></path></g>', 1)
|
|
2126
2126
|
])]);
|
|
2127
2127
|
}
|
|
2128
|
-
const h0 = /* @__PURE__ */ s(l0, [["render", d0]]), w0 = {},
|
|
2128
|
+
const h0 = /* @__PURE__ */ s(l0, [["render", d0]]), w0 = {}, a0 = {
|
|
2129
2129
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2130
2130
|
width: "24",
|
|
2131
2131
|
height: "24",
|
|
2132
2132
|
viewBox: "0 0 24 24"
|
|
2133
2133
|
};
|
|
2134
|
-
function
|
|
2135
|
-
return e(), r("svg",
|
|
2134
|
+
function _0(o, t) {
|
|
2135
|
+
return e(), r("svg", a0, [...t[0] || (t[0] = [
|
|
2136
2136
|
n("g", {
|
|
2137
2137
|
fill: "none",
|
|
2138
2138
|
stroke: "currentColor",
|
|
@@ -2150,7 +2150,7 @@ function a0(o, t) {
|
|
|
2150
2150
|
], -1)
|
|
2151
2151
|
])]);
|
|
2152
2152
|
}
|
|
2153
|
-
const g0 = /* @__PURE__ */ s(w0, [["render",
|
|
2153
|
+
const g0 = /* @__PURE__ */ s(w0, [["render", _0]]), u0 = {}, p0 = {
|
|
2154
2154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2155
2155
|
width: "24",
|
|
2156
2156
|
height: "24",
|
|
@@ -2169,14 +2169,14 @@ function f0(o, t) {
|
|
|
2169
2169
|
], -1)
|
|
2170
2170
|
])]);
|
|
2171
2171
|
}
|
|
2172
|
-
const x0 = /* @__PURE__ */ s(u0, [["render", f0]]),
|
|
2172
|
+
const x0 = /* @__PURE__ */ s(u0, [["render", f0]]), v0 = {}, k0 = {
|
|
2173
2173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2174
2174
|
width: "24",
|
|
2175
2175
|
height: "24",
|
|
2176
2176
|
viewBox: "0 0 24 24"
|
|
2177
2177
|
};
|
|
2178
2178
|
function m0(o, t) {
|
|
2179
|
-
return e(), r("svg",
|
|
2179
|
+
return e(), r("svg", k0, [...t[0] || (t[0] = [
|
|
2180
2180
|
n("g", {
|
|
2181
2181
|
fill: "none",
|
|
2182
2182
|
stroke: "currentColor",
|
|
@@ -2194,7 +2194,7 @@ function m0(o, t) {
|
|
|
2194
2194
|
], -1)
|
|
2195
2195
|
])]);
|
|
2196
2196
|
}
|
|
2197
|
-
const $0 = /* @__PURE__ */ s(
|
|
2197
|
+
const $0 = /* @__PURE__ */ s(v0, [["render", m0]]), M0 = {}, y0 = {
|
|
2198
2198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2199
2199
|
width: "20",
|
|
2200
2200
|
height: "20",
|
|
@@ -2208,14 +2208,14 @@ function C0(o, t) {
|
|
|
2208
2208
|
}, null, -1)
|
|
2209
2209
|
])]);
|
|
2210
2210
|
}
|
|
2211
|
-
const B0 = /* @__PURE__ */ s(M0, [["render", C0]]), j0 = {},
|
|
2211
|
+
const B0 = /* @__PURE__ */ s(M0, [["render", C0]]), j0 = {}, H0 = {
|
|
2212
2212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2213
2213
|
width: "24",
|
|
2214
2214
|
height: "24",
|
|
2215
2215
|
viewBox: "0 0 24 24"
|
|
2216
2216
|
};
|
|
2217
2217
|
function V0(o, t) {
|
|
2218
|
-
return e(), r("svg",
|
|
2218
|
+
return e(), r("svg", H0, [...t[0] || (t[0] = [
|
|
2219
2219
|
n("g", {
|
|
2220
2220
|
fill: "none",
|
|
2221
2221
|
stroke: "currentColor",
|
|
@@ -2233,7 +2233,7 @@ function V0(o, t) {
|
|
|
2233
2233
|
], -1)
|
|
2234
2234
|
])]);
|
|
2235
2235
|
}
|
|
2236
|
-
const
|
|
2236
|
+
const L0 = /* @__PURE__ */ s(j0, [["render", V0]]), z0 = {}, A0 = {
|
|
2237
2237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2238
2238
|
width: "24",
|
|
2239
2239
|
height: "24",
|
|
@@ -2254,14 +2254,14 @@ function S0(o, t) {
|
|
|
2254
2254
|
], -1)
|
|
2255
2255
|
])]);
|
|
2256
2256
|
}
|
|
2257
|
-
const b0 = /* @__PURE__ */ s(z0, [["render", S0]]),
|
|
2257
|
+
const b0 = /* @__PURE__ */ s(z0, [["render", S0]]), Z0 = {}, F0 = {
|
|
2258
2258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2259
2259
|
width: "24",
|
|
2260
2260
|
height: "24",
|
|
2261
2261
|
viewBox: "0 0 24 24"
|
|
2262
2262
|
};
|
|
2263
2263
|
function q0(o, t) {
|
|
2264
|
-
return e(), r("svg",
|
|
2264
|
+
return e(), r("svg", F0, [...t[0] || (t[0] = [
|
|
2265
2265
|
n("g", {
|
|
2266
2266
|
fill: "none",
|
|
2267
2267
|
stroke: "currentColor",
|
|
@@ -2279,7 +2279,7 @@ function q0(o, t) {
|
|
|
2279
2279
|
], -1)
|
|
2280
2280
|
])]);
|
|
2281
2281
|
}
|
|
2282
|
-
const
|
|
2282
|
+
const I0 = /* @__PURE__ */ s(Z0, [["render", q0]]), T0 = {}, P0 = {
|
|
2283
2283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2284
2284
|
width: "24",
|
|
2285
2285
|
height: "24",
|
|
@@ -2299,7 +2299,7 @@ function R0(o, t) {
|
|
|
2299
2299
|
], -1)
|
|
2300
2300
|
])]);
|
|
2301
2301
|
}
|
|
2302
|
-
const U0 = /* @__PURE__ */ s(
|
|
2302
|
+
const U0 = /* @__PURE__ */ s(T0, [["render", R0]]), D0 = {}, O0 = {
|
|
2303
2303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2304
2304
|
width: "24",
|
|
2305
2305
|
height: "24",
|
|
@@ -2422,7 +2422,7 @@ function ws(o, t) {
|
|
|
2422
2422
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m18.84 12.25l1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07a5.006 5.006 0 0 0-6.95 0l-1.72 1.71"></path><path d="m5.17 11.75l-1.71 1.71a5.004 5.004 0 0 0 .12 7.07a5.006 5.006 0 0 0 6.95 0l1.71-1.71"></path><line x1="8" x2="8" y1="2" y2="5"></line><line x1="2" x2="5" y1="8" y2="8"></line><line x1="16" x2="16" y1="19" y2="22"></line><line x1="19" x2="22" y1="16" y2="16"></line></g>', 1)
|
|
2423
2423
|
])]);
|
|
2424
2424
|
}
|
|
2425
|
-
const
|
|
2425
|
+
const as = /* @__PURE__ */ s(ds, [["render", ws]]), _s = {}, gs = {
|
|
2426
2426
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2427
2427
|
width: "24",
|
|
2428
2428
|
height: "24",
|
|
@@ -2449,13 +2449,13 @@ function us(o, t) {
|
|
|
2449
2449
|
], -1)
|
|
2450
2450
|
])]);
|
|
2451
2451
|
}
|
|
2452
|
-
const ps = /* @__PURE__ */ s(
|
|
2452
|
+
const ps = /* @__PURE__ */ s(_s, [["render", us]]), fs = {}, xs = {
|
|
2453
2453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2454
2454
|
width: "24",
|
|
2455
2455
|
height: "24",
|
|
2456
2456
|
viewBox: "0 0 24 24"
|
|
2457
2457
|
};
|
|
2458
|
-
function
|
|
2458
|
+
function vs(o, t) {
|
|
2459
2459
|
return e(), r("svg", xs, [...t[0] || (t[0] = [
|
|
2460
2460
|
n("g", {
|
|
2461
2461
|
fill: "none",
|
|
@@ -2470,7 +2470,7 @@ function ks(o, t) {
|
|
|
2470
2470
|
], -1)
|
|
2471
2471
|
])]);
|
|
2472
2472
|
}
|
|
2473
|
-
const
|
|
2473
|
+
const ks = /* @__PURE__ */ s(fs, [["render", vs]]), ms = {}, $s = {
|
|
2474
2474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2475
2475
|
width: "24",
|
|
2476
2476
|
height: "24",
|
|
@@ -2519,14 +2519,14 @@ function js(o, t) {
|
|
|
2519
2519
|
], -1)
|
|
2520
2520
|
])]);
|
|
2521
2521
|
}
|
|
2522
|
-
const
|
|
2522
|
+
const Hs = /* @__PURE__ */ s(Cs, [["render", js]]), Vs = {}, Ls = {
|
|
2523
2523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2524
2524
|
width: "24",
|
|
2525
2525
|
height: "24",
|
|
2526
2526
|
viewBox: "0 0 24 24"
|
|
2527
2527
|
};
|
|
2528
2528
|
function zs(o, t) {
|
|
2529
|
-
return e(), r("svg",
|
|
2529
|
+
return e(), r("svg", Ls, [...t[0] || (t[0] = [
|
|
2530
2530
|
n("g", {
|
|
2531
2531
|
fill: "none",
|
|
2532
2532
|
stroke: "currentColor",
|
|
@@ -2551,7 +2551,7 @@ const As = /* @__PURE__ */ s(Vs, [["render", zs]]), Ss = {}, bs = {
|
|
|
2551
2551
|
height: "24",
|
|
2552
2552
|
viewBox: "0 0 24 24"
|
|
2553
2553
|
};
|
|
2554
|
-
function
|
|
2554
|
+
function Zs(o, t) {
|
|
2555
2555
|
return e(), r("svg", bs, [...t[0] || (t[0] = [
|
|
2556
2556
|
n("g", {
|
|
2557
2557
|
fill: "none",
|
|
@@ -2566,14 +2566,14 @@ function Fs(o, t) {
|
|
|
2566
2566
|
], -1)
|
|
2567
2567
|
])]);
|
|
2568
2568
|
}
|
|
2569
|
-
const
|
|
2569
|
+
const Fs = /* @__PURE__ */ s(Ss, [["render", Zs]]), qs = {}, Is = {
|
|
2570
2570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2571
2571
|
width: "24",
|
|
2572
2572
|
height: "24",
|
|
2573
2573
|
viewBox: "0 0 24 24"
|
|
2574
2574
|
};
|
|
2575
|
-
function
|
|
2576
|
-
return e(), r("svg",
|
|
2575
|
+
function Ts(o, t) {
|
|
2576
|
+
return e(), r("svg", Is, [...t[0] || (t[0] = [
|
|
2577
2577
|
n("g", {
|
|
2578
2578
|
fill: "none",
|
|
2579
2579
|
stroke: "currentColor",
|
|
@@ -2586,7 +2586,7 @@ function Is(o, t) {
|
|
|
2586
2586
|
], -1)
|
|
2587
2587
|
])]);
|
|
2588
2588
|
}
|
|
2589
|
-
const Ps = /* @__PURE__ */ s(qs, [["render",
|
|
2589
|
+
const Ps = /* @__PURE__ */ s(qs, [["render", Ts]]), Rs = {}, Us = {
|
|
2590
2590
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2591
2591
|
width: "24",
|
|
2592
2592
|
height: "24",
|
|
@@ -2711,14 +2711,14 @@ function di(o, t) {
|
|
|
2711
2711
|
], -1)
|
|
2712
2712
|
])]);
|
|
2713
2713
|
}
|
|
2714
|
-
const hi = /* @__PURE__ */ s(li, [["render", di]]), wi = {},
|
|
2714
|
+
const hi = /* @__PURE__ */ s(li, [["render", di]]), wi = {}, ai = {
|
|
2715
2715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2716
2716
|
width: "24",
|
|
2717
2717
|
height: "24",
|
|
2718
2718
|
viewBox: "0 0 24 24"
|
|
2719
2719
|
};
|
|
2720
|
-
function
|
|
2721
|
-
return e(), r("svg",
|
|
2720
|
+
function _i(o, t) {
|
|
2721
|
+
return e(), r("svg", ai, [...t[0] || (t[0] = [
|
|
2722
2722
|
n("g", {
|
|
2723
2723
|
fill: "none",
|
|
2724
2724
|
stroke: "currentColor",
|
|
@@ -2730,7 +2730,7 @@ function ai(o, t) {
|
|
|
2730
2730
|
], -1)
|
|
2731
2731
|
])]);
|
|
2732
2732
|
}
|
|
2733
|
-
const gi = /* @__PURE__ */ s(wi, [["render",
|
|
2733
|
+
const gi = /* @__PURE__ */ s(wi, [["render", _i]]), ui = {}, pi = {
|
|
2734
2734
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2735
2735
|
width: "24",
|
|
2736
2736
|
height: "24",
|
|
@@ -2741,14 +2741,14 @@ function fi(o, t) {
|
|
|
2741
2741
|
i('<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="11" cy="11" r="8"></circle><path d="m21 21l-4.35-4.35"></path><path d="M11 8v6"></path><path d="M8 11h6"></path></g>', 1)
|
|
2742
2742
|
])]);
|
|
2743
2743
|
}
|
|
2744
|
-
const xi = /* @__PURE__ */ s(ui, [["render", fi]]),
|
|
2744
|
+
const xi = /* @__PURE__ */ s(ui, [["render", fi]]), vi = {}, ki = {
|
|
2745
2745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2746
2746
|
width: "24",
|
|
2747
2747
|
height: "24",
|
|
2748
2748
|
viewBox: "0 0 24 24"
|
|
2749
2749
|
};
|
|
2750
2750
|
function mi(o, t) {
|
|
2751
|
-
return e(), r("svg",
|
|
2751
|
+
return e(), r("svg", ki, [...t[0] || (t[0] = [
|
|
2752
2752
|
n("g", {
|
|
2753
2753
|
fill: "none",
|
|
2754
2754
|
stroke: "currentColor",
|
|
@@ -2766,12 +2766,58 @@ function mi(o, t) {
|
|
|
2766
2766
|
], -1)
|
|
2767
2767
|
])]);
|
|
2768
2768
|
}
|
|
2769
|
-
const $i = /* @__PURE__ */ s(
|
|
2770
|
-
|
|
2769
|
+
const $i = /* @__PURE__ */ s(vi, [["render", mi]]), Mi = {}, yi = {
|
|
2770
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2771
|
+
width: "16",
|
|
2772
|
+
height: "16",
|
|
2773
|
+
viewBox: "0 0 16 16"
|
|
2774
|
+
};
|
|
2775
|
+
function Ci(o, t) {
|
|
2776
|
+
return e(), r("svg", yi, [...t[0] || (t[0] = [
|
|
2777
|
+
n("path", {
|
|
2778
|
+
fill: "currentColor",
|
|
2779
|
+
d: "M4 2h4.5a3.501 3.501 0 0 1 2.852 5.53A3.499 3.499 0 0 1 9.5 14H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m1 7v3h4.5a1.5 1.5 0 0 0 0-3Zm3.5-2a1.5 1.5 0 0 0 0-3H5v3Z"
|
|
2780
|
+
}, null, -1)
|
|
2781
|
+
])]);
|
|
2782
|
+
}
|
|
2783
|
+
const Bi = /* @__PURE__ */ s(Mi, [["render", Ci]]), ji = {}, Hi = {
|
|
2784
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2785
|
+
width: "24",
|
|
2786
|
+
height: "24",
|
|
2787
|
+
viewBox: "0 0 24 24"
|
|
2788
|
+
};
|
|
2789
|
+
function Vi(o, t) {
|
|
2790
|
+
return e(), r("svg", Hi, [...t[0] || (t[0] = [
|
|
2791
|
+
n("path", {
|
|
2792
|
+
fill: "none",
|
|
2793
|
+
stroke: "currentColor",
|
|
2794
|
+
"stroke-linecap": "round",
|
|
2795
|
+
"stroke-linejoin": "round",
|
|
2796
|
+
"stroke-width": "2",
|
|
2797
|
+
d: "M11 5h6M7 19h6m1-14l-4 14"
|
|
2798
|
+
}, null, -1)
|
|
2799
|
+
])]);
|
|
2800
|
+
}
|
|
2801
|
+
const Li = /* @__PURE__ */ s(ji, [["render", Vi]]), zi = {}, Ai = {
|
|
2802
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2803
|
+
width: "16",
|
|
2804
|
+
height: "16",
|
|
2805
|
+
viewBox: "0 0 16 16"
|
|
2806
|
+
};
|
|
2807
|
+
function Si(o, t) {
|
|
2808
|
+
return e(), r("svg", Ai, [...t[0] || (t[0] = [
|
|
2809
|
+
n("path", {
|
|
2810
|
+
fill: "currentColor",
|
|
2811
|
+
d: "M2.5 1a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h9.002a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 1 0v3a1.5 1.5 0 0 1-1.001 1.415V7a2 2 0 0 1-2 2H11l.003 1.74a1.5 1.5 0 0 1-.69 1.265l-4.54 2.916a.5.5 0 0 1-.77-.421V9H5a2 2 0 0 1-2-2V5.915A1.5 1.5 0 0 1 2 4.5v-3a.5.5 0 0 1 .5-.5m3.503 8v4.585l3.77-2.422a.5.5 0 0 0 .23-.421L10 9zM4 7a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6H4z"
|
|
2812
|
+
}, null, -1)
|
|
2813
|
+
])]);
|
|
2814
|
+
}
|
|
2815
|
+
const bi = /* @__PURE__ */ s(zi, [["render", Si]]), w = {
|
|
2816
|
+
alert: k,
|
|
2771
2817
|
"alert-circle": y,
|
|
2772
|
-
archive:
|
|
2818
|
+
archive: H,
|
|
2773
2819
|
"arrow-down": A,
|
|
2774
|
-
"arrow-left":
|
|
2820
|
+
"arrow-left": F,
|
|
2775
2821
|
"arrow-right": P,
|
|
2776
2822
|
"arrow-up": O,
|
|
2777
2823
|
"at-sign": G,
|
|
@@ -2783,16 +2829,16 @@ const $i = /* @__PURE__ */ s(ki, [["render", mi]]), w = {
|
|
|
2783
2829
|
"check-square": xt,
|
|
2784
2830
|
"chevron-down": $t,
|
|
2785
2831
|
"chevron-left": Bt,
|
|
2786
|
-
"chevron-right":
|
|
2832
|
+
"chevron-right": Lt,
|
|
2787
2833
|
"chevron-up": bt,
|
|
2788
|
-
circle:
|
|
2834
|
+
circle: It,
|
|
2789
2835
|
clock: Ut,
|
|
2790
2836
|
close: Nt,
|
|
2791
2837
|
cloud: Jt,
|
|
2792
2838
|
"cloud-download": tn,
|
|
2793
2839
|
"cloud-upload": rn,
|
|
2794
2840
|
code: dn,
|
|
2795
|
-
command:
|
|
2841
|
+
command: _n,
|
|
2796
2842
|
copy: fn,
|
|
2797
2843
|
"credit-card": mn,
|
|
2798
2844
|
database: Cn,
|
|
@@ -2805,13 +2851,13 @@ const $i = /* @__PURE__ */ s(ki, [["render", mi]]), w = {
|
|
|
2805
2851
|
file: Yn,
|
|
2806
2852
|
"file-audio": eo,
|
|
2807
2853
|
"file-image": lo,
|
|
2808
|
-
"file-pdf":
|
|
2854
|
+
"file-pdf": ao,
|
|
2809
2855
|
"file-text": po,
|
|
2810
|
-
"file-video":
|
|
2856
|
+
"file-video": ko,
|
|
2811
2857
|
"file-zip": yo,
|
|
2812
|
-
filter:
|
|
2858
|
+
filter: Ho,
|
|
2813
2859
|
folder: Ao,
|
|
2814
|
-
"folder-open":
|
|
2860
|
+
"folder-open": Fo,
|
|
2815
2861
|
"folder-plus": Po,
|
|
2816
2862
|
grid: Oo,
|
|
2817
2863
|
hamburger: Go,
|
|
@@ -2823,22 +2869,22 @@ const $i = /* @__PURE__ */ s(ki, [["render", mi]]), w = {
|
|
|
2823
2869
|
inbox: xe,
|
|
2824
2870
|
info: $e,
|
|
2825
2871
|
key: Be,
|
|
2826
|
-
layout:
|
|
2872
|
+
layout: Le,
|
|
2827
2873
|
link: be,
|
|
2828
|
-
"link-2":
|
|
2874
|
+
"link-2": Ie,
|
|
2829
2875
|
list: Ue,
|
|
2830
2876
|
loading: Ne,
|
|
2831
2877
|
lock: Je,
|
|
2832
2878
|
"log-in": tr,
|
|
2833
2879
|
"log-out": rr,
|
|
2834
2880
|
mail: cr,
|
|
2835
|
-
maximize:
|
|
2881
|
+
maximize: ar,
|
|
2836
2882
|
menu: pr,
|
|
2837
|
-
"message-circle":
|
|
2883
|
+
"message-circle": kr,
|
|
2838
2884
|
"message-square": yr,
|
|
2839
|
-
mic:
|
|
2885
|
+
mic: Hr,
|
|
2840
2886
|
"mic-off": Ar,
|
|
2841
|
-
minimize:
|
|
2887
|
+
minimize: Fr,
|
|
2842
2888
|
minus: Pr,
|
|
2843
2889
|
moon: Or,
|
|
2844
2890
|
"more-horizontal": Gr,
|
|
@@ -2850,22 +2896,22 @@ const $i = /* @__PURE__ */ s(ki, [["render", mi]]), w = {
|
|
|
2850
2896
|
phone: x2,
|
|
2851
2897
|
play: $2,
|
|
2852
2898
|
plus: B2,
|
|
2853
|
-
printer:
|
|
2899
|
+
printer: L2,
|
|
2854
2900
|
"radio-button": b2,
|
|
2855
|
-
"refresh-cw":
|
|
2901
|
+
"refresh-cw": I2,
|
|
2856
2902
|
repeat: U2,
|
|
2857
2903
|
rewind: N2,
|
|
2858
2904
|
"rotate-ccw": J2,
|
|
2859
2905
|
"rotate-cw": t1,
|
|
2860
2906
|
save: r1,
|
|
2861
2907
|
scissors: c1,
|
|
2862
|
-
search:
|
|
2908
|
+
search: a1,
|
|
2863
2909
|
send: p1,
|
|
2864
|
-
server:
|
|
2910
|
+
server: k1,
|
|
2865
2911
|
settings: y1,
|
|
2866
|
-
share:
|
|
2912
|
+
share: H1,
|
|
2867
2913
|
shield: A1,
|
|
2868
|
-
shuffle:
|
|
2914
|
+
shuffle: F1,
|
|
2869
2915
|
sidebar: P1,
|
|
2870
2916
|
"skip-back": O1,
|
|
2871
2917
|
"skip-forward": G1,
|
|
@@ -2877,22 +2923,22 @@ const $i = /* @__PURE__ */ s(ki, [["render", mi]]), w = {
|
|
|
2877
2923
|
star: x0,
|
|
2878
2924
|
stop: $0,
|
|
2879
2925
|
sun: B0,
|
|
2880
|
-
tag:
|
|
2926
|
+
tag: L0,
|
|
2881
2927
|
tags: b0,
|
|
2882
|
-
terminal:
|
|
2928
|
+
terminal: I0,
|
|
2883
2929
|
"thumbs-down": U0,
|
|
2884
2930
|
"thumbs-up": N0,
|
|
2885
2931
|
"toggle-left": J0,
|
|
2886
2932
|
"toggle-right": ts,
|
|
2887
2933
|
trash: rs,
|
|
2888
2934
|
"trash-2": cs,
|
|
2889
|
-
unlink:
|
|
2935
|
+
unlink: as,
|
|
2890
2936
|
unlock: ps,
|
|
2891
|
-
upload:
|
|
2937
|
+
upload: ks,
|
|
2892
2938
|
user: ys,
|
|
2893
|
-
users:
|
|
2939
|
+
users: Hs,
|
|
2894
2940
|
video: As,
|
|
2895
|
-
"video-off":
|
|
2941
|
+
"video-off": Fs,
|
|
2896
2942
|
volume: Ps,
|
|
2897
2943
|
"volume-1": Os,
|
|
2898
2944
|
"volume-2": Gs,
|
|
@@ -2902,8 +2948,11 @@ const $i = /* @__PURE__ */ s(ki, [["render", mi]]), w = {
|
|
|
2902
2948
|
"x-circle": hi,
|
|
2903
2949
|
zap: gi,
|
|
2904
2950
|
"zoom-in": xi,
|
|
2905
|
-
"zoom-out": $i
|
|
2906
|
-
|
|
2951
|
+
"zoom-out": $i,
|
|
2952
|
+
bold: Bi,
|
|
2953
|
+
italic: Li,
|
|
2954
|
+
highlight: bi
|
|
2955
|
+
}, Ii = /* @__PURE__ */ a({
|
|
2907
2956
|
__name: "Icon",
|
|
2908
2957
|
props: {
|
|
2909
2958
|
icon: {},
|
|
@@ -2911,18 +2960,18 @@ const $i = /* @__PURE__ */ s(ki, [["render", mi]]), w = {
|
|
|
2911
2960
|
size: {}
|
|
2912
2961
|
},
|
|
2913
2962
|
setup(o) {
|
|
2914
|
-
const t = o, l = h(() => t.size ?? 24), c = h(() => t.icon ?
|
|
2915
|
-
return (d,
|
|
2963
|
+
const t = o, l = h(() => t.size ?? 24), c = h(() => t.icon ? Zi[t.icon] : "");
|
|
2964
|
+
return (d, Fi) => c.value ? (e(), _(u(c.value), {
|
|
2916
2965
|
key: 0,
|
|
2917
2966
|
class: p(["shrink-0", t.class]),
|
|
2918
2967
|
width: l.value,
|
|
2919
2968
|
height: l.value
|
|
2920
2969
|
}, null, 8, ["class", "width", "height"])) : g(d.$slots, "default", { key: 1 });
|
|
2921
2970
|
}
|
|
2922
|
-
}),
|
|
2971
|
+
}), Zi = w, Ti = Object.keys(w);
|
|
2923
2972
|
export {
|
|
2924
|
-
|
|
2925
|
-
|
|
2973
|
+
Zi as I,
|
|
2974
|
+
Ii as _,
|
|
2926
2975
|
s as a,
|
|
2927
|
-
|
|
2976
|
+
Ti as i
|
|
2928
2977
|
};
|