@goodhood-web/ui 1.6.0-development.5 → 1.6.0-development.7
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/index.js +9 -8
- package/index.mjs +331 -312
- package/lib/ButtonPrimary/ButtonPrimary.types.d.ts +2 -2
- package/lib/Icon/icons/32x32/index.d.ts +3 -0
- package/lib/Icon/icons/index.d.ts +3 -0
- package/lib/Markdown/Markdown.d.ts +1 -1
- package/lib/Modal/Backdrop/Backdrop.d.ts +1 -2
- package/lib/PlaceholderThumbnail/PlaceholderThumbnail.type.d.ts +2 -1
- package/lib/Popup/Popup.d.ts +1 -1
- package/lib/Popup/Popup.types.d.ts +1 -0
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -9,9 +9,9 @@ var Jt = (t, e, n) => {
|
|
|
9
9
|
throw TypeError("Cannot add the same private member more than once");
|
|
10
10
|
e instanceof WeakSet ? e.add(t) : e.set(t, n);
|
|
11
11
|
};
|
|
12
|
-
var
|
|
12
|
+
var gt = (t, e, n) => (ns(t, e, "access private method"), n);
|
|
13
13
|
import * as i from "react";
|
|
14
|
-
import
|
|
14
|
+
import Ir, { useState as Nr, useLayoutEffect as rs, useEffect as os, Children as Nt, isValidElement as Vr, cloneElement as xn, forwardRef as m } from "react";
|
|
15
15
|
import * as jr from "react-dom";
|
|
16
16
|
function ss(t) {
|
|
17
17
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -31,7 +31,7 @@ function as() {
|
|
|
31
31
|
if (Xn)
|
|
32
32
|
return Xe;
|
|
33
33
|
Xn = 1;
|
|
34
|
-
var t =
|
|
34
|
+
var t = Ir, e = Symbol.for("react.element"), n = Symbol.for("react.fragment"), r = Object.prototype.hasOwnProperty, o = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
35
35
|
function a(l, c, f) {
|
|
36
36
|
var d, h = {}, p = null, g = null;
|
|
37
37
|
f !== void 0 && (p = "" + f), c.key !== void 0 && (p = "" + c.key), c.ref !== void 0 && (g = c.ref);
|
|
@@ -57,7 +57,7 @@ var Ge = {};
|
|
|
57
57
|
var Gn;
|
|
58
58
|
function is() {
|
|
59
59
|
return Gn || (Gn = 1, process.env.NODE_ENV !== "production" && function() {
|
|
60
|
-
var t =
|
|
60
|
+
var t = Ir, e = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), a = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), f = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), p = Symbol.for("react.lazy"), g = Symbol.for("react.offscreen"), b = Symbol.iterator, k = "@@iterator";
|
|
61
61
|
function $(u) {
|
|
62
62
|
if (u === null || typeof u != "object")
|
|
63
63
|
return null;
|
|
@@ -334,8 +334,8 @@ function is() {
|
|
|
334
334
|
}
|
|
335
335
|
return "";
|
|
336
336
|
}
|
|
337
|
-
var
|
|
338
|
-
function
|
|
337
|
+
var pt = Object.prototype.hasOwnProperty, Vn = {}, jn = T.ReactDebugCurrentFrame;
|
|
338
|
+
function mt(u) {
|
|
339
339
|
if (u) {
|
|
340
340
|
var y = u._owner, P = Ae(u.type, u._source, y ? y.type : null);
|
|
341
341
|
jn.setExtraStackFrame(P);
|
|
@@ -344,7 +344,7 @@ function is() {
|
|
|
344
344
|
}
|
|
345
345
|
function Fo(u, y, P, I, oe) {
|
|
346
346
|
{
|
|
347
|
-
var ue = Function.call.bind(
|
|
347
|
+
var ue = Function.call.bind(pt);
|
|
348
348
|
for (var ee in u)
|
|
349
349
|
if (ue(u, ee)) {
|
|
350
350
|
var X = void 0;
|
|
@@ -357,7 +357,7 @@ function is() {
|
|
|
357
357
|
} catch (he) {
|
|
358
358
|
X = he;
|
|
359
359
|
}
|
|
360
|
-
X && !(X instanceof Error) && (
|
|
360
|
+
X && !(X instanceof Error) && (mt(oe), S("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", I || "React class", P, ee, typeof X), mt(null)), X instanceof Error && !(X.message in Vn) && (Vn[X.message] = !0, mt(oe), S("Failed %s type: %s", P, X.message), mt(null));
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
}
|
|
@@ -393,7 +393,7 @@ function is() {
|
|
|
393
393
|
}, Hn, Dn, Kt;
|
|
394
394
|
Kt = {};
|
|
395
395
|
function jo(u) {
|
|
396
|
-
if (
|
|
396
|
+
if (pt.call(u, "ref")) {
|
|
397
397
|
var y = Object.getOwnPropertyDescriptor(u, "ref").get;
|
|
398
398
|
if (y && y.isReactWarning)
|
|
399
399
|
return !1;
|
|
@@ -401,7 +401,7 @@ function is() {
|
|
|
401
401
|
return u.ref !== void 0;
|
|
402
402
|
}
|
|
403
403
|
function Bo(u) {
|
|
404
|
-
if (
|
|
404
|
+
if (pt.call(u, "key")) {
|
|
405
405
|
var y = Object.getOwnPropertyDescriptor(u, "key").get;
|
|
406
406
|
if (y && y.isReactWarning)
|
|
407
407
|
return !1;
|
|
@@ -470,7 +470,7 @@ function is() {
|
|
|
470
470
|
var ue, ee = {}, X = null, ge = null;
|
|
471
471
|
P !== void 0 && (Wn(P), X = "" + P), Bo(y) && (Wn(y.key), X = "" + y.key), jo(y) && (ge = y.ref, Wo(y, oe));
|
|
472
472
|
for (ue in y)
|
|
473
|
-
|
|
473
|
+
pt.call(y, ue) && !Vo.hasOwnProperty(ue) && (ee[ue] = y[ue]);
|
|
474
474
|
if (u && u.defaultProps) {
|
|
475
475
|
var he = u.defaultProps;
|
|
476
476
|
for (ue in he)
|
|
@@ -643,7 +643,7 @@ Check the top-level render call using <` + P + ">.");
|
|
|
643
643
|
}
|
|
644
644
|
process.env.NODE_ENV === "production" ? pn.exports = as() : pn.exports = is();
|
|
645
645
|
var R = pn.exports;
|
|
646
|
-
const
|
|
646
|
+
const ld = ({ children: t, className: e, id: n }) => /* @__PURE__ */ R.jsx("section", { className: e, id: n, children: /* @__PURE__ */ R.jsx("div", { children: /* @__PURE__ */ R.jsx("div", { children: t }) }) });
|
|
647
647
|
function Br(t) {
|
|
648
648
|
var e, n, r = "";
|
|
649
649
|
if (typeof t == "string" || typeof t == "number")
|
|
@@ -670,7 +670,7 @@ const ls = "_heading_1523r_106", cs = "_title_1523r_120", us = "_icon_1523r_133"
|
|
|
670
670
|
icon: us,
|
|
671
671
|
iconExpanded: ds,
|
|
672
672
|
panel: fs
|
|
673
|
-
},
|
|
673
|
+
}, cd = ({
|
|
674
674
|
accordionBtnClassName: t,
|
|
675
675
|
accordionPanelClassName: e,
|
|
676
676
|
children: n,
|
|
@@ -678,7 +678,7 @@ const ls = "_heading_1523r_106", cs = "_title_1523r_120", us = "_icon_1523r_133"
|
|
|
678
678
|
size: o,
|
|
679
679
|
title: s
|
|
680
680
|
}) => {
|
|
681
|
-
const [a, l] =
|
|
681
|
+
const [a, l] = Nr(!1), c = () => l((f) => !f);
|
|
682
682
|
return /* @__PURE__ */ R.jsxs("div", { className: ze[`accordionItem--${o}`], children: [
|
|
683
683
|
/* @__PURE__ */ R.jsxs(
|
|
684
684
|
"button",
|
|
@@ -792,7 +792,7 @@ function Hr(t, e) {
|
|
|
792
792
|
return t(...r) || e(...r);
|
|
793
793
|
};
|
|
794
794
|
}
|
|
795
|
-
var mn = { exports: {} },
|
|
795
|
+
var mn = { exports: {} }, wt = { exports: {} }, se = {};
|
|
796
796
|
/** @license React v16.13.1
|
|
797
797
|
* react-is.production.min.js
|
|
798
798
|
*
|
|
@@ -962,7 +962,7 @@ function bs() {
|
|
|
962
962
|
}
|
|
963
963
|
var tr;
|
|
964
964
|
function Dr() {
|
|
965
|
-
return tr || (tr = 1, process.env.NODE_ENV === "production" ?
|
|
965
|
+
return tr || (tr = 1, process.env.NODE_ENV === "production" ? wt.exports = vs() : wt.exports = bs()), wt.exports;
|
|
966
966
|
}
|
|
967
967
|
/*
|
|
968
968
|
object-assign
|
|
@@ -1491,7 +1491,7 @@ function Ms(t) {
|
|
|
1491
1491
|
e += "&args[]=" + encodeURIComponent(arguments[n]);
|
|
1492
1492
|
return "Minified MUI error #" + t + "; visit " + e + " for the full message.";
|
|
1493
1493
|
}
|
|
1494
|
-
function
|
|
1494
|
+
function Rt(t, e, n, r, o) {
|
|
1495
1495
|
if (process.env.NODE_ENV === "production")
|
|
1496
1496
|
return null;
|
|
1497
1497
|
const s = t[e], a = o || e;
|
|
@@ -1512,7 +1512,7 @@ function _n(t) {
|
|
|
1512
1512
|
function gn(t, e) {
|
|
1513
1513
|
typeof t == "function" ? t(e) : t && (t.current = e);
|
|
1514
1514
|
}
|
|
1515
|
-
const
|
|
1515
|
+
const Ct = typeof window < "u" ? i.useLayoutEffect : i.useEffect;
|
|
1516
1516
|
function $s({
|
|
1517
1517
|
controlled: t,
|
|
1518
1518
|
default: e,
|
|
@@ -1542,7 +1542,7 @@ function $s({
|
|
|
1542
1542
|
}
|
|
1543
1543
|
function cr(t) {
|
|
1544
1544
|
const e = i.useRef(t);
|
|
1545
|
-
return
|
|
1545
|
+
return Ct(() => {
|
|
1546
1546
|
e.current = t;
|
|
1547
1547
|
}), i.useRef((...n) => (
|
|
1548
1548
|
// @ts-expect-error hide `this`
|
|
@@ -1979,7 +1979,7 @@ function Js(t) {
|
|
|
1979
1979
|
function ea() {
|
|
1980
1980
|
return !0;
|
|
1981
1981
|
}
|
|
1982
|
-
function
|
|
1982
|
+
function St(t) {
|
|
1983
1983
|
const {
|
|
1984
1984
|
children: e,
|
|
1985
1985
|
disableAutoFocus: n = !1,
|
|
@@ -2060,7 +2060,7 @@ function Tt(t) {
|
|
|
2060
2060
|
})]
|
|
2061
2061
|
});
|
|
2062
2062
|
}
|
|
2063
|
-
process.env.NODE_ENV !== "production" && (
|
|
2063
|
+
process.env.NODE_ENV !== "production" && (St.propTypes = {
|
|
2064
2064
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
2065
2065
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
2066
2066
|
// │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
|
|
@@ -2114,7 +2114,7 @@ process.env.NODE_ENV !== "production" && (Tt.propTypes = {
|
|
|
2114
2114
|
*/
|
|
2115
2115
|
open: M.bool.isRequired
|
|
2116
2116
|
});
|
|
2117
|
-
process.env.NODE_ENV !== "production" && (
|
|
2117
|
+
process.env.NODE_ENV !== "production" && (St.propTypes = Yr(St.propTypes));
|
|
2118
2118
|
const eo = /* @__PURE__ */ i.createContext(void 0);
|
|
2119
2119
|
process.env.NODE_ENV !== "production" && (eo.displayName = "FormControlContext");
|
|
2120
2120
|
function ta() {
|
|
@@ -2210,7 +2210,7 @@ function na(t = {}) {
|
|
|
2210
2210
|
value: k
|
|
2211
2211
|
};
|
|
2212
2212
|
}
|
|
2213
|
-
const
|
|
2213
|
+
const Tt = Math.min, Ie = Math.max, Mt = Math.round, vt = Math.floor, $e = (t) => ({
|
|
2214
2214
|
x: t,
|
|
2215
2215
|
y: t
|
|
2216
2216
|
}), ra = {
|
|
@@ -2223,7 +2223,7 @@ const Mt = Math.min, Ie = Math.max, $t = Math.round, bt = Math.floor, $e = (t) =
|
|
|
2223
2223
|
end: "start"
|
|
2224
2224
|
};
|
|
2225
2225
|
function dr(t, e, n) {
|
|
2226
|
-
return Ie(t,
|
|
2226
|
+
return Ie(t, Tt(e, n));
|
|
2227
2227
|
}
|
|
2228
2228
|
function Wt(t, e) {
|
|
2229
2229
|
return typeof t == "function" ? t(e) : t;
|
|
@@ -2250,10 +2250,10 @@ function sa(t, e, n) {
|
|
|
2250
2250
|
n === void 0 && (n = !1);
|
|
2251
2251
|
const r = Ht(t), o = ro(t), s = no(o);
|
|
2252
2252
|
let a = o === "x" ? r === (n ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
|
|
2253
|
-
return e.reference[s] > e.floating[s] && (a =
|
|
2253
|
+
return e.reference[s] > e.floating[s] && (a = $t(a)), [a, $t(a)];
|
|
2254
2254
|
}
|
|
2255
2255
|
function aa(t) {
|
|
2256
|
-
const e =
|
|
2256
|
+
const e = $t(t);
|
|
2257
2257
|
return [vn(t), e, vn(e)];
|
|
2258
2258
|
}
|
|
2259
2259
|
function vn(t) {
|
|
@@ -2277,7 +2277,7 @@ function la(t, e, n, r) {
|
|
|
2277
2277
|
let s = ia(Ne(t), n === "start", r);
|
|
2278
2278
|
return o && (s = s.map((a) => a + "-" + o), e && (s = s.concat(s.map(vn)))), s;
|
|
2279
2279
|
}
|
|
2280
|
-
function
|
|
2280
|
+
function $t(t) {
|
|
2281
2281
|
return t.replace(/left|right|bottom|top/g, (e) => ra[e]);
|
|
2282
2282
|
}
|
|
2283
2283
|
function ca(t) {
|
|
@@ -2297,7 +2297,7 @@ function ua(t) {
|
|
|
2297
2297
|
left: t
|
|
2298
2298
|
};
|
|
2299
2299
|
}
|
|
2300
|
-
function
|
|
2300
|
+
function Pt(t) {
|
|
2301
2301
|
return {
|
|
2302
2302
|
...t,
|
|
2303
2303
|
top: t.y,
|
|
@@ -2431,7 +2431,7 @@ async function oo(t, e) {
|
|
|
2431
2431
|
elementContext: h = "floating",
|
|
2432
2432
|
altBoundary: p = !1,
|
|
2433
2433
|
padding: g = 0
|
|
2434
|
-
} = Wt(e, t), b = ua(g), $ = l[p ? h === "floating" ? "reference" : "floating" : h], T =
|
|
2434
|
+
} = Wt(e, t), b = ua(g), $ = l[p ? h === "floating" ? "reference" : "floating" : h], T = Pt(await s.getClippingRect({
|
|
2435
2435
|
element: (n = await (s.isElement == null ? void 0 : s.isElement($))) == null || n ? $ : $.contextElement || await (s.getDocumentElement == null ? void 0 : s.getDocumentElement(l.floating)),
|
|
2436
2436
|
boundary: f,
|
|
2437
2437
|
rootBoundary: d,
|
|
@@ -2446,7 +2446,7 @@ async function oo(t, e) {
|
|
|
2446
2446
|
} : {
|
|
2447
2447
|
x: 1,
|
|
2448
2448
|
y: 1
|
|
2449
|
-
}, w =
|
|
2449
|
+
}, w = Pt(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
2450
2450
|
elements: l,
|
|
2451
2451
|
rect: S,
|
|
2452
2452
|
offsetParent: _,
|
|
@@ -2483,7 +2483,7 @@ const fa = function(t) {
|
|
|
2483
2483
|
} = Wt(t, e);
|
|
2484
2484
|
if ((n = s.arrow) != null && n.alignmentOffset)
|
|
2485
2485
|
return {};
|
|
2486
|
-
const T = Ne(o), S = Ne(l) === l, _ = await (c.isRTL == null ? void 0 : c.isRTL(f.floating)), A = p || (S || !k ? [
|
|
2486
|
+
const T = Ne(o), S = Ne(l) === l, _ = await (c.isRTL == null ? void 0 : c.isRTL(f.floating)), A = p || (S || !k ? [$t(l)] : aa(l));
|
|
2487
2487
|
!p && b !== "none" && A.push(...la(l, k, b, _));
|
|
2488
2488
|
const w = [l, ...A], W = await oo(e, $), V = [];
|
|
2489
2489
|
let O = ((r = s.flip) == null ? void 0 : r.overflows) || [];
|
|
@@ -2657,7 +2657,7 @@ function Re(t) {
|
|
|
2657
2657
|
function pr(t) {
|
|
2658
2658
|
return typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof ve(t).ShadowRoot;
|
|
2659
2659
|
}
|
|
2660
|
-
function
|
|
2660
|
+
function dt(t) {
|
|
2661
2661
|
const {
|
|
2662
2662
|
overflow: e,
|
|
2663
2663
|
overflowX: n,
|
|
@@ -2714,18 +2714,18 @@ function Ye(t) {
|
|
|
2714
2714
|
}
|
|
2715
2715
|
function ao(t) {
|
|
2716
2716
|
const e = Ye(t);
|
|
2717
|
-
return Zt(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : Re(e) &&
|
|
2717
|
+
return Zt(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : Re(e) && dt(e) ? e : ao(e);
|
|
2718
2718
|
}
|
|
2719
2719
|
function lt(t, e, n) {
|
|
2720
2720
|
var r;
|
|
2721
2721
|
e === void 0 && (e = []), n === void 0 && (n = !0);
|
|
2722
2722
|
const o = ao(t), s = o === ((r = t.ownerDocument) == null ? void 0 : r.body), a = ve(o);
|
|
2723
|
-
return s ? e.concat(a, a.visualViewport || [],
|
|
2723
|
+
return s ? e.concat(a, a.visualViewport || [], dt(o) ? o : [], a.frameElement && n ? lt(a.frameElement) : []) : e.concat(o, lt(o, [], n));
|
|
2724
2724
|
}
|
|
2725
2725
|
function io(t) {
|
|
2726
2726
|
const e = xe(t);
|
|
2727
2727
|
let n = parseFloat(e.width) || 0, r = parseFloat(e.height) || 0;
|
|
2728
|
-
const o = Re(t), s = o ? t.offsetWidth : n, a = o ? t.offsetHeight : r, l =
|
|
2728
|
+
const o = Re(t), s = o ? t.offsetWidth : n, a = o ? t.offsetHeight : r, l = Mt(n) !== s || Mt(r) !== a;
|
|
2729
2729
|
return l && (n = s, r = a), {
|
|
2730
2730
|
width: n,
|
|
2731
2731
|
height: r,
|
|
@@ -2744,7 +2744,7 @@ function Ue(t) {
|
|
|
2744
2744
|
height: o,
|
|
2745
2745
|
$: s
|
|
2746
2746
|
} = io(e);
|
|
2747
|
-
let a = (s ?
|
|
2747
|
+
let a = (s ? Mt(n.width) : n.width) / r, l = (s ? Mt(n.height) : n.height) / o;
|
|
2748
2748
|
return (!a || !Number.isFinite(a)) && (a = 1), (!l || !Number.isFinite(l)) && (l = 1), {
|
|
2749
2749
|
x: a,
|
|
2750
2750
|
y: l
|
|
@@ -2776,7 +2776,7 @@ function Ve(t, e, n, r) {
|
|
|
2776
2776
|
c *= $.x, f *= $.y, d *= $.x, h *= $.y, c += _, f += A, b = ve(k), k = b.frameElement;
|
|
2777
2777
|
}
|
|
2778
2778
|
}
|
|
2779
|
-
return
|
|
2779
|
+
return Pt({
|
|
2780
2780
|
width: d,
|
|
2781
2781
|
height: h,
|
|
2782
2782
|
x: c,
|
|
@@ -2808,7 +2808,7 @@ function ka(t) {
|
|
|
2808
2808
|
scrollTop: 0
|
|
2809
2809
|
}, f = $e(1);
|
|
2810
2810
|
const d = $e(0), h = Re(r);
|
|
2811
|
-
if ((h || !h && !s) && ((Pe(r) !== "body" ||
|
|
2811
|
+
if ((h || !h && !s) && ((Pe(r) !== "body" || dt(a)) && (c = zt(r)), Re(r))) {
|
|
2812
2812
|
const p = Ve(r);
|
|
2813
2813
|
f = Ue(r), d.x = p.x + r.clientLeft, d.y = p.y + r.clientTop;
|
|
2814
2814
|
}
|
|
@@ -2876,7 +2876,7 @@ function mr(t, e, n) {
|
|
|
2876
2876
|
y: e.y - o.y
|
|
2877
2877
|
};
|
|
2878
2878
|
}
|
|
2879
|
-
return
|
|
2879
|
+
return Pt(r);
|
|
2880
2880
|
}
|
|
2881
2881
|
function fo(t, e) {
|
|
2882
2882
|
const n = Ye(t);
|
|
@@ -2891,7 +2891,7 @@ function Ra(t, e) {
|
|
|
2891
2891
|
let a = s ? Ye(t) : t;
|
|
2892
2892
|
for (; Se(a) && !Zt(a); ) {
|
|
2893
2893
|
const l = xe(a), c = Tn(a);
|
|
2894
|
-
!c && l.position === "fixed" && (o = null), (s ? !c && !o : !c && l.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) ||
|
|
2894
|
+
!c && l.position === "fixed" && (o = null), (s ? !c && !o : !c && l.position === "static" && !!o && ["absolute", "fixed"].includes(o.position) || dt(a) && !c && fo(t, a)) ? r = r.filter((d) => d !== a) : o = l, a = Ye(a);
|
|
2895
2895
|
}
|
|
2896
2896
|
return e.set(t, r), r;
|
|
2897
2897
|
}
|
|
@@ -2904,7 +2904,7 @@ function Ca(t) {
|
|
|
2904
2904
|
} = t;
|
|
2905
2905
|
const a = [...n === "clippingAncestors" ? Ra(e, this._c) : [].concat(n), r], l = a[0], c = a.reduce((f, d) => {
|
|
2906
2906
|
const h = mr(e, d, o);
|
|
2907
|
-
return f.top = Ie(h.top, f.top), f.right =
|
|
2907
|
+
return f.top = Ie(h.top, f.top), f.right = Tt(h.right, f.right), f.bottom = Tt(h.bottom, f.bottom), f.left = Ie(h.left, f.left), f;
|
|
2908
2908
|
}, mr(e, l, o));
|
|
2909
2909
|
return {
|
|
2910
2910
|
width: c.right - c.left,
|
|
@@ -2931,7 +2931,7 @@ function Ta(t, e, n) {
|
|
|
2931
2931
|
};
|
|
2932
2932
|
const c = $e(0);
|
|
2933
2933
|
if (r || !r && !s)
|
|
2934
|
-
if ((Pe(e) !== "body" ||
|
|
2934
|
+
if ((Pe(e) !== "body" || dt(o)) && (l = zt(e)), r) {
|
|
2935
2935
|
const h = Ve(e, !0, s, e);
|
|
2936
2936
|
c.x = h.x + e.clientLeft, c.y = h.y + e.clientTop;
|
|
2937
2937
|
} else
|
|
@@ -2999,9 +2999,9 @@ function La(t, e) {
|
|
|
2999
2999
|
} = t.getBoundingClientRect();
|
|
3000
3000
|
if (l || e(), !h || !p)
|
|
3001
3001
|
return;
|
|
3002
|
-
const g =
|
|
3002
|
+
const g = vt(d), b = vt(o.clientWidth - (f + h)), k = vt(o.clientHeight - (d + p)), $ = vt(f), S = {
|
|
3003
3003
|
rootMargin: -g + "px " + -b + "px " + -k + "px " + -$ + "px",
|
|
3004
|
-
threshold: Ie(0,
|
|
3004
|
+
threshold: Ie(0, Tt(1, c)) || 1
|
|
3005
3005
|
};
|
|
3006
3006
|
let _ = !0;
|
|
3007
3007
|
function A(w) {
|
|
@@ -3077,8 +3077,8 @@ const Aa = pa, Fa = fa, Oa = (t, e, n) => {
|
|
|
3077
3077
|
platform: s
|
|
3078
3078
|
});
|
|
3079
3079
|
};
|
|
3080
|
-
var
|
|
3081
|
-
function
|
|
3080
|
+
var _t = typeof document < "u" ? rs : os;
|
|
3081
|
+
function Lt(t, e) {
|
|
3082
3082
|
if (t === e)
|
|
3083
3083
|
return !0;
|
|
3084
3084
|
if (typeof t != typeof e)
|
|
@@ -3091,7 +3091,7 @@ function At(t, e) {
|
|
|
3091
3091
|
if (n = t.length, n !== e.length)
|
|
3092
3092
|
return !1;
|
|
3093
3093
|
for (r = n; r-- !== 0; )
|
|
3094
|
-
if (!
|
|
3094
|
+
if (!Lt(t[r], e[r]))
|
|
3095
3095
|
return !1;
|
|
3096
3096
|
return !0;
|
|
3097
3097
|
}
|
|
@@ -3102,7 +3102,7 @@ function At(t, e) {
|
|
|
3102
3102
|
return !1;
|
|
3103
3103
|
for (r = n; r-- !== 0; ) {
|
|
3104
3104
|
const s = o[r];
|
|
3105
|
-
if (!(s === "_owner" && t.$$typeof) && !
|
|
3105
|
+
if (!(s === "_owner" && t.$$typeof) && !Lt(t[s], e[s]))
|
|
3106
3106
|
return !1;
|
|
3107
3107
|
}
|
|
3108
3108
|
return !0;
|
|
@@ -3118,7 +3118,7 @@ function vr(t, e) {
|
|
|
3118
3118
|
}
|
|
3119
3119
|
function br(t) {
|
|
3120
3120
|
const e = i.useRef(t);
|
|
3121
|
-
return
|
|
3121
|
+
return _t(() => {
|
|
3122
3122
|
e.current = t;
|
|
3123
3123
|
}), e;
|
|
3124
3124
|
}
|
|
@@ -3144,7 +3144,7 @@ function Ia(t) {
|
|
|
3144
3144
|
middlewareData: {},
|
|
3145
3145
|
isPositioned: !1
|
|
3146
3146
|
}), [p, g] = i.useState(r);
|
|
3147
|
-
|
|
3147
|
+
Lt(p, r) || g(r);
|
|
3148
3148
|
const [b, k] = i.useState(null), [$, T] = i.useState(null), S = i.useCallback((x) => {
|
|
3149
3149
|
x !== W.current && (W.current = x, k(x));
|
|
3150
3150
|
}, []), _ = i.useCallback((x) => {
|
|
@@ -3162,21 +3162,21 @@ function Ia(t) {
|
|
|
3162
3162
|
...N,
|
|
3163
3163
|
isPositioned: !0
|
|
3164
3164
|
};
|
|
3165
|
-
j.current && !
|
|
3165
|
+
j.current && !Lt(O.current, fe) && (O.current = fe, jr.flushSync(() => {
|
|
3166
3166
|
h(fe);
|
|
3167
3167
|
}));
|
|
3168
3168
|
});
|
|
3169
3169
|
}, [p, e, n, ce]);
|
|
3170
|
-
|
|
3170
|
+
_t(() => {
|
|
3171
3171
|
f === !1 && O.current.isPositioned && (O.current.isPositioned = !1, h((x) => ({
|
|
3172
3172
|
...x,
|
|
3173
3173
|
isPositioned: !1
|
|
3174
3174
|
})));
|
|
3175
3175
|
}, [f]);
|
|
3176
3176
|
const j = i.useRef(!1);
|
|
3177
|
-
|
|
3177
|
+
_t(() => (j.current = !0, () => {
|
|
3178
3178
|
j.current = !1;
|
|
3179
|
-
}), []),
|
|
3179
|
+
}), []), _t(() => {
|
|
3180
3180
|
if (A && (W.current = A), w && (V.current = w), A && w) {
|
|
3181
3181
|
if (z.current)
|
|
3182
3182
|
return z.current(A, w, Y);
|
|
@@ -3229,9 +3229,9 @@ const ct = /* @__PURE__ */ i.forwardRef(function(e, n) {
|
|
|
3229
3229
|
container: o,
|
|
3230
3230
|
disablePortal: s = !1
|
|
3231
3231
|
} = e, [a, l] = i.useState(null), c = Le(/* @__PURE__ */ i.isValidElement(r) ? r.ref : null, n);
|
|
3232
|
-
if (
|
|
3232
|
+
if (Ct(() => {
|
|
3233
3233
|
s || l(Na(o) || document.body);
|
|
3234
|
-
}, [o, s]),
|
|
3234
|
+
}, [o, s]), Ct(() => {
|
|
3235
3235
|
if (a && !s)
|
|
3236
3236
|
return gn(n, a), () => {
|
|
3237
3237
|
gn(n, null);
|
|
@@ -3270,7 +3270,7 @@ process.env.NODE_ENV !== "production" && (ct.propTypes = {
|
|
|
3270
3270
|
* By default, it uses the body of the top-level document object,
|
|
3271
3271
|
* so it's simply `document.body` most of the time.
|
|
3272
3272
|
*/
|
|
3273
|
-
container: M.oneOfType([
|
|
3273
|
+
container: M.oneOfType([Rt, M.func]),
|
|
3274
3274
|
/**
|
|
3275
3275
|
* The `children` will be under the DOM hierarchy of the parent component.
|
|
3276
3276
|
* @default false
|
|
@@ -3353,7 +3353,7 @@ const vo = /* @__PURE__ */ i.forwardRef(function(e, n) {
|
|
|
3353
3353
|
strategy: k,
|
|
3354
3354
|
whileElementsMounted: c ? void 0 : wr
|
|
3355
3355
|
}), W = Le(T.setFloating, n);
|
|
3356
|
-
|
|
3356
|
+
Ct(() => {
|
|
3357
3357
|
if (c && h && S.reference && S.floating)
|
|
3358
3358
|
return wr(S.reference, S.floating, A);
|
|
3359
3359
|
}, [c, h, S, A]);
|
|
@@ -3408,7 +3408,7 @@ process.env.NODE_ENV !== "production" && (vo.propTypes = {
|
|
|
3408
3408
|
* or a function that returns either.
|
|
3409
3409
|
* It's used to set the position of the popup.
|
|
3410
3410
|
*/
|
|
3411
|
-
anchor: M.oneOfType([
|
|
3411
|
+
anchor: M.oneOfType([Rt, M.object, M.func]),
|
|
3412
3412
|
/**
|
|
3413
3413
|
* @ignore
|
|
3414
3414
|
*/
|
|
@@ -3417,7 +3417,7 @@ process.env.NODE_ENV !== "production" && (vo.propTypes = {
|
|
|
3417
3417
|
* An HTML element or function that returns one. The container will have the portal children appended to it.
|
|
3418
3418
|
* By default, it uses the body of the top-level document object, so it's `document.body` in these cases.
|
|
3419
3419
|
*/
|
|
3420
|
-
container: M.oneOfType([
|
|
3420
|
+
container: M.oneOfType([Rt, M.func]),
|
|
3421
3421
|
/**
|
|
3422
3422
|
* If `true`, the popup will be rendered where it is defined, without the use of portals.
|
|
3423
3423
|
* @default false
|
|
@@ -3789,7 +3789,7 @@ const Ja = ["children", "closeAfterTransition", "container", "disableAutoFocus",
|
|
|
3789
3789
|
container: a,
|
|
3790
3790
|
disablePortal: d,
|
|
3791
3791
|
children: /* @__PURE__ */ R.jsxs(C, G({}, v, {
|
|
3792
|
-
children: [!g && x ? /* @__PURE__ */ R.jsx(x, G({}, N)) : null, /* @__PURE__ */ R.jsx(
|
|
3792
|
+
children: [!g && x ? /* @__PURE__ */ R.jsx(x, G({}, N)) : null, /* @__PURE__ */ R.jsx(St, {
|
|
3793
3793
|
disableEnforceFocus: c,
|
|
3794
3794
|
disableAutoFocus: l,
|
|
3795
3795
|
disableRestoreFocus: h,
|
|
@@ -3824,7 +3824,7 @@ process.env.NODE_ENV !== "production" && (ko.propTypes = {
|
|
|
3824
3824
|
* By default, it uses the body of the top-level document object,
|
|
3825
3825
|
* so it's simply `document.body` most of the time.
|
|
3826
3826
|
*/
|
|
3827
|
-
container: M.oneOfType([
|
|
3827
|
+
container: M.oneOfType([Rt, M.func]),
|
|
3828
3828
|
/**
|
|
3829
3829
|
* If `true`, the modal will not automatically shift focus to itself when it opens, and
|
|
3830
3830
|
* replace it to the last focused element when it closes.
|
|
@@ -4091,7 +4091,7 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4091
4091
|
"primaryButton--primary": "_primaryButton--primary_1efri_131",
|
|
4092
4092
|
"primaryButton--transparent": "_primaryButton--transparent_1efri_137",
|
|
4093
4093
|
"primaryButton--loading": "_primaryButton--loading_1efri_145"
|
|
4094
|
-
},
|
|
4094
|
+
}, ud = ({
|
|
4095
4095
|
children: t,
|
|
4096
4096
|
className: e,
|
|
4097
4097
|
color: n = "primary",
|
|
@@ -4127,7 +4127,7 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4127
4127
|
]
|
|
4128
4128
|
}
|
|
4129
4129
|
);
|
|
4130
|
-
}, gi = (t, e) =>
|
|
4130
|
+
}, gi = (t, e) => Vr(t) && typeof t.type != "string" && e.includes(t.type), Ke = (t, e) => Nt.toArray(t).filter((n) => gi(n, e)), wi = "_root_1qsmv_106", yr = {
|
|
4131
4131
|
root: wi,
|
|
4132
4132
|
"root--border-radius": "_root--border-radius_1qsmv_116"
|
|
4133
4133
|
}, vi = "_root_12ijz_106", bi = {
|
|
@@ -4149,7 +4149,7 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4149
4149
|
/* @__PURE__ */ R.jsx(ye, { type: s, as: t, className: Er.title, children: n }),
|
|
4150
4150
|
l
|
|
4151
4151
|
] });
|
|
4152
|
-
},
|
|
4152
|
+
}, dd = ({
|
|
4153
4153
|
ariaLabel: t,
|
|
4154
4154
|
as: e = "section",
|
|
4155
4155
|
borderRadius: n,
|
|
@@ -4176,7 +4176,7 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4176
4176
|
}, _i = "_dividerContainer_1ttnp_106", Ri = "_dividerLine_1ttnp_111", _r = {
|
|
4177
4177
|
dividerContainer: _i,
|
|
4178
4178
|
dividerLine: Ri
|
|
4179
|
-
},
|
|
4179
|
+
}, fd = ({ offsetLeft: t = 0, offsetRight: e = 0 }) => /* @__PURE__ */ R.jsx("div", { className: _r.dividerContainer, children: /* @__PURE__ */ R.jsx(
|
|
4180
4180
|
"div",
|
|
4181
4181
|
{
|
|
4182
4182
|
className: _r.dividerLine,
|
|
@@ -4189,8 +4189,8 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4189
4189
|
) }), Ci = "_fieldset_jpaz4_106", Si = {
|
|
4190
4190
|
fieldset: Ci
|
|
4191
4191
|
}, Ti = ({ children: t, classname: e, disabled: n, form: r, name: o }) => {
|
|
4192
|
-
const s =
|
|
4193
|
-
if (
|
|
4192
|
+
const s = Nt.map(t, (a) => {
|
|
4193
|
+
if (Vr(a))
|
|
4194
4194
|
return xn(a, { disabled: n });
|
|
4195
4195
|
});
|
|
4196
4196
|
return /* @__PURE__ */ R.jsx(
|
|
@@ -4203,7 +4203,7 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4203
4203
|
children: s
|
|
4204
4204
|
}
|
|
4205
4205
|
);
|
|
4206
|
-
},
|
|
4206
|
+
}, hd = ({ ariaLabel: t, ariaLabelledBy: e, children: n, className: r, id: o }) => /* @__PURE__ */ R.jsx(
|
|
4207
4207
|
"form",
|
|
4208
4208
|
{
|
|
4209
4209
|
className: r,
|
|
@@ -4258,7 +4258,7 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4258
4258
|
sort: o1,
|
|
4259
4259
|
thanks: a1,
|
|
4260
4260
|
trash_can: l1
|
|
4261
|
-
}, u1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M8 7V6a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-1M8 7H5m3 0v6m0 0H5m3 0v6m0 0H5m3 0v6m0 0H5m12.5-10a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm0 0a5 5 0 0 0-5 5v1.146c0 .818.498 1.554 1.285 1.777.959.273 2.337.577 3.715.577 1.378 0 2.756-.304 3.715-.576.787-.224 1.285-.96 1.285-1.778V20a5 5 0 0 0-5-5Z" })), d1 = m(u1), f1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M15 16.745A6.968 6.968 0 0 1 11 18a6.973 6.973 0 0 1-3-.674m7-.58A7.039 7.039 0 0 0 16.745 15M15 16.745l7.244 8.74c.816.984 1.961 1.836 3.208 1.555.385-.087.758-.25 1.048-.54.29-.29.453-.663.54-1.048.28-1.247-.57-2.392-1.555-3.208L16.745 15m0 0A6.968 6.968 0 0 0 18 11c0-1.074-.242-2.09-.674-3M5 14.608A7 7 0 0 1 14.608 5M5 14.608a7.031 7.031 0 0 0 3 2.718m-3-2.718S7 14 8 13c1.698-1.698 1.41-4.41 3-6 1-1 3.608-2 3.608-2m0 0a7.031 7.031 0 0 1 2.718 3m0 0S15 9 14 10c-1.499 1.499-1.477 3.926-3 5.5-.954.986-3 1.826-3 1.826" })), h1 = m(f1), p1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m24.5 20.5-5-9m0 0H12l-4.5 9m12-9-1.276-2.553a1 1 0 0 1 .894-1.447H23.5a1 1 0 0 1 1 1V10m-18-2.5h2.882a1 1 0 0 1 .894.553L16.5 20.5m-9 5a5 5 0 1 1 0-10 5 5 0 0 1 0 10Zm12-5a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z" })), m1 = m(p1), g1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M6 12v14.08a1 1 0 0 0 1.573.819l7.28-5.096a2 2 0 0 1 2.294 0l7.28 5.096a1 1 0 0 0 1.573-.82V12M6 12V7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5M6 12h20" })), w1 = m(g1), v1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M24.5 27H8.75A1.75 1.75 0 0 1 7 25.25v0c0-.966.784-1.75 1.75-1.75H24a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-3M7 25V8a3 3 0 0 1 3-3h6m0 0v6.584a.2.2 0 0 0 .325.156l1.55-1.24a1 1 0 0 1 1.25 0l1.55 1.24a.2.2 0 0 0 .325-.156V5m-5 0h5" })), b1 = m(v1), k1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { fill: "#fff", d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16c0 1.81.4 3.525 1.117 5.064.083.177.118.373.094.567l-.634 5.236a.5.5 0 0 0 .556.556l5.236-.634c.194-.024.39.011.567.093A11.954 11.954 0 0 0 16 28Z" }), /* @__PURE__ */ i.createElement("path", { fill: "#FF9DE2", d: "M16.085 12.871c1.27-1.78 3.406-2.357 4.942-1.44 1.571.938 1.885 2.814.943 5.003-1.219 2.83-5.122 5.916-5.852 6.476a.193.193 0 0 1-.236 0c-.73-.56-4.633-3.646-5.852-6.476-.942-2.189-.628-4.065.943-5.003 1.525-.917 3.672-.34 4.942 1.44a.105.105 0 0 0 .17 0Z" }), /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 4C9.373 4 4 9.373 4 16c0 1.81.4 3.526 1.118 5.065.083.177.118.373.094.567l-.635 5.234a.5.5 0 0 0 .557.557l5.225-.639c.195-.023.391.012.569.095C12.468 27.598 14.188 28 16 28c6.627 0 12-5.373 12-12S22.627 4 16 4Z" })), x1 = m(k1), y1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 4C9.373 4 4 9.373 4 16c0 1.81.4 3.526 1.118 5.065.083.177.118.373.094.567l-.635 5.234a.5.5 0 0 0 .557.557l5.225-.639c.195-.023.391.012.569.095C12.468 27.598 14.188 28 16 28c6.627 0 12-5.373 12-12S22.627 4 16 4Z" })), E1 = m(y1), _1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 26.5h3m21 0h-3m-18 0V6.835a1 1 0 0 1 .821-.984l9-1.637A1 1 0 0 1 18 5.198V10M7 26.5h11m0 0V10m0 16.5h7M18 10h6a1 1 0 0 1 1 1v15.5M14.8 16h-.6a.2.2 0 0 1-.2-.2v-1.1c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2v1.1a.2.2 0 0 1-.2.2Zm-4 0h-.6a.2.2 0 0 1-.2-.2v-1.1c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2v1.1a.2.2 0 0 1-.2.2Zm4.2-5.8v1.1a.2.2 0 0 1-.2.2h-.6a.2.2 0 0 1-.2-.2v-1.1c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2Zm-4.2 1.3h-.6a.2.2 0 0 1-.2-.2v-1.1c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2v1.1a.2.2 0 0 1-.2.2Z" })), R1 = m(_1), C1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 16h24M4 23h24M4 9h24" })), S1 = m(C1), T1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M5 15.5v0a1.442 1.442 0 0 1-1.368-1.897l2.64-7.92A1 1 0 0 1 7.221 5h4.029M5 15.5v11a1 1 0 0 0 1 1h3a.5.5 0 0 0 .5-.5v-6.5a1 1 0 0 1 1-1H14a1 1 0 0 1 1 1V27a.5.5 0 0 0 .5.5H26a1 1 0 0 0 1-1v-11m-22 0h4.5m17.5 0v0c.984 0 1.679-.964 1.367-1.897l-2.64-7.92A1 1 0 0 0 24.78 5H20.75M27 15.5h-4M16 5v10.5M16 5h4.75M16 5h-4.75M16 15.5h7m-7 0H9.5M20.75 5 23 15.5M11.25 5 9.5 15.5m10 8h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5Z" })), M1 = m(T1), $1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M23 14.5v0a.7.7 0 0 0 .658-.94L22.24 9.658A1 1 0 0 0 21.3 9H10.7a1 1 0 0 0-.94.658L8.343 13.56A.7.7 0 0 0 9 14.5v0m14 0V21a1 1 0 0 1-1 1h-5.8a.2.2 0 0 1-.2-.2v-4.1a.2.2 0 0 0-.2-.2h-3.1a.2.2 0 0 0-.2.2v4.1a.2.2 0 0 1-.2.2H10a1 1 0 0 1-1-1v-6.5m14 0H9M28 16c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12Z" })), P1 = m($1), L1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M3.5 11.5A2.5 2.5 0 0 1 6 9h2.586a1 1 0 0 0 .707-.293l3.121-3.121A2 2 0 0 1 13.828 5h4.344a2 2 0 0 1 1.414.586l3.121 3.121a1 1 0 0 0 .707.293H26a2.5 2.5 0 0 1 2.5 2.5V23a3 3 0 0 1-3 3h-19a3 3 0 0 1-3-3V11.5Z" })), A1 = m(L1), F1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m27.5 28.5-23-23M16 11a6 6 0 1 1 0 12 6 6 0 0 1 0-12Zm2.172-6h-4.344a2 2 0 0 0-1.414.586L9.293 8.707A1 1 0 0 1 8.586 9H6a2.5 2.5 0 0 0-2.5 2.5V23a3 3 0 0 0 3 3h19a3 3 0 0 0 3-3V11.5A2.5 2.5 0 0 0 26 9h-2.586a1 1 0 0 1-.707-.293l-3.121-3.121A2 2 0 0 0 18.172 5Z" })), O1 = m(F1), I1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m6 14.5 2.27-6.053A3 3 0 0 1 11.079 6.5h9.842a3 3 0 0 1 2.809 1.947L26 14.5m-20 0L3.5 14m2.5.5v7m0-7h20m-16.5 7v3a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-3m3.5 0h13m-13 0H6m16.5 0v3a1 1 0 0 0 1 1H25a1 1 0 0 0 1-1v-3m-3.5 0H26m0-7 2.5-.5m-2.5.5v7M23 18v0a.5.5 0 0 1-.5.5H21a.5.5 0 0 1-.5-.5v0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 .5.5ZM9 18v0a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 .5.5v0a.5.5 0 0 1-.5.5H9.5A.5.5 0 0 1 9 18Z" })), N1 = m(I1), V1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m22 10 5-5m-5 5h5.5M22 10V4.5m0 5.5c-2.501-2.501-5.104-1.765-7.5.426M22 10c3.759 3.759.272 7.724-4.5 10.879m-3-10.453L18.074 14M14.5 10.426c-2.229 2.038-4.278 5.334-5.898 8.453m8.898 2c-3.643 2.408-8.034 4.344-10.523 5.354a.916.916 0 0 1-1.205-1.21 75.967 75.967 0 0 1 2.83-6.144m8.898 2-3-3m-5.898 1 1.62 1.621" })), j1 = m(V1), B1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M19.35 10a7.5 7.5 0 1 0-14.047 4.88c.12.237.159.508.09.764l-.804 3.022a.2.2 0 0 0 .245.245l3.022-.805c.256-.068.527-.029.763.09.432.219.887.397 1.362.53M27 18.5a8.5 8.5 0 1 0-5.309 7.88c.202-.081.424-.105.637-.057l4.862 1.107a.2.2 0 0 0 .24-.24l-1.107-4.862a1.067 1.067 0 0 1 .058-.637c.4-.985.619-2.062.619-3.191Z" })), W1 = m(B1), H1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m9.333 16.667 4 4 9.334-9.334M28 16c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12Z" })), D1 = m(H1), Z1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m19 11-2.555-1.277a1 1 0 0 0-.891-.002L12.975 11M19 11l-.485-2.912a.2.2 0 0 1 .04-.158l1.732-2.164a.2.2 0 0 0-.123-.322l-2.573-.429a.2.2 0 0 1-.139-.094l-1.28-2.135a.2.2 0 0 0-.344 0l-1.28 2.135a.2.2 0 0 1-.14.094l-2.572.429a.2.2 0 0 0-.123.322l1.73 2.164a.2.2 0 0 1 .041.159L12.975 11M19 11l2.5 4.063M12.975 11l-1.687 2.75m0 0S13.983 15.198 16 15.5c2.155.323 5.5-.438 5.5-.438M11.288 13.75 6.84 21M24 19.125l2.318 3.767c.344.56.063 1.284-.576 1.436-1.552.37-4.399.942-7.742 1.118m6-6.321S18.88 20.633 15.5 21c-3.362.365-8.66 0-8.66 0M24 19.125l-2.5-4.063M6.84 21l-1.16 1.893c-.344.559-.062 1.282.576 1.434 1.552.37 4.4.943 7.744 1.12m0 0a37.977 37.977 0 0 0 4 0m-4 0V28a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2.554" })), z1 = m(Z1), q1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 7v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7m10 0h2.5a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2h-15a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2H11m10 0v0a1.5 1.5 0 0 0-1.5-1.5h-.264a.509.509 0 0 1-.381-.186C18.512 4.913 17.56 4 16 4s-2.512.913-2.855 1.314a.509.509 0 0 1-.381.186H12.5A1.5 1.5 0 0 0 11 7v0m-1 6h12m-12 4h8m-8 4h10" })), U1 = m(q1), Y1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M9 11.5v2m14-2v2m0 0v12a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1v-12m14 0 2.722.389a1 1 0 0 0 1.07-.619l1.414-3.534a1 1 0 0 0-.355-1.19L23.758 5.68a1 1 0 0 0-.573-.181H20c-.552 0-1.005.455-1.168.982C18.56 7.357 17.852 8.5 16 8.5c-1.852 0-2.56-1.143-2.832-2.018-.163-.527-.616-.982-1.168-.982H8.815a1 1 0 0 0-.573.18L4.149 8.546a1 1 0 0 0-.355 1.191l1.414 3.534a1 1 0 0 0 1.07.619L9 13.5" })), K1 = m(Y1), Q1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 27h4m4 0h-4m0 0v-7m0 0 9.293-9.293c.63-.63.184-1.707-.707-1.707H10.874M16 20l-6.716-6.716M17.5 13l2.749-6.871a1 1 0 0 1 .928-.629H26M9 13h14M10.874 9A4.002 4.002 0 0 0 3 10a4 4 0 0 0 6.284 3.284M10.874 9h-3.46c-.89 0-1.337 1.077-.707 1.707l2.577 2.577" })), X1 = m(Q1), G1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11.111 17.833h8.556m-7.334-4.277h8.556M27 16c0 6.075-4.925 11-11 11-1.61 0-3.14-.346-4.52-.968a1.3 1.3 0 0 0-.771-.1l-4.832.904a.611.611 0 0 1-.713-.713l.904-4.832c.049-.26.01-.53-.1-.772A10.96 10.96 0 0 1 5 16C5 9.925 9.925 5 16 5s11 4.925 11 11Z" })), J1 = m(G1), ec = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M28 16c0 6.627-5.373 12-12 12m12-12c0-6.627-5.373-12-12-12m12 12h-2.5M16 28C9.373 28 4 22.627 4 16m12 12v-2.5M4 16C4 9.373 9.373 4 16 4M4 16h2.5M16 4v2.5M18 18l-4-4m4.656 4.148 3.316-7.46a.5.5 0 0 0-.66-.66l-7.46 3.316a1 1 0 0 0-.508.508l-3.316 7.46a.5.5 0 0 0 .66.66l7.46-3.316a1 1 0 0 0 .508-.508Z" })), tc = m(ec), nc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 21.5h9.5a2 2 0 0 0 2-2v-3m-11.5 5H6.5a2 2 0 0 1-2-2v-3m11.5 5v5m0 0h5m-5 0h-5m16.5-10V8a2 2 0 0 0-2-2h-19a2 2 0 0 0-2 2v8.5m23 0h-23" })), rc = m(nc), oc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M7 25h-.5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2v0M7 25v2m0-2h18m0 0h.5a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2v0M25 25v2M6.5 14H7a2 2 0 0 1 2 2v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4a2 2 0 0 1 2-2h.5m-19 0v-4a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v4" })), sc = m(oc), ac = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 13v10a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V13M4 13V9a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v4M4 13h24M7 10h8" })), ic = m(ac), lc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 11 11 21m0-10 10 10m7-5c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12Z" })), cc = m(lc), uc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeMiterlimit: 16, strokeWidth: 1.5, d: "M9 5.5H7a1 1 0 0 0-1 1v7.146a2 2 0 0 0 1.257 1.857l.551.22a1 1 0 0 1 .625 1.02l-.735 8.076A2 2 0 0 0 9.69 27h1.62a2 2 0 0 0 1.992-2.181l-.734-8.077a1 1 0 0 1 .624-1.019l.55-.22A2 2 0 0 0 15 13.646V6.5a1 1 0 0 0-1-1h-2m-3 0V12m0-6.5h3m0 0V12m11.437-6.777.422-.06a1 1 0 0 1 1.141.99V25a2 2 0 0 1-2 2h-1.06a2 2 0 0 1-1.962-2.392l1.23-6.152a1.785 1.785 0 0 0-1.086-2.007v0a1.738 1.738 0 0 1-1.105-1.658c.083-2.771.485-5.095 1.592-7.55.507-1.125 1.606-1.843 2.828-2.018Z" })), dc = m(uc), fc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m16.5 18 3-1m-3 1h-4m4 0-.583 2.46A2 2 0 0 1 13.971 22H11.5m8-5H22a2 2 0 0 0 1.6-.8l.5-.667a2 2 0 0 0 .4-1.2V13m-5 4V9m0 0H22a2 2 0 0 1 1.6.8l.5.667a2 2 0 0 1 .4 1.2V13m-5-4-2.789-1.394a1 1 0 0 0-.447-.106H6a1 1 0 0 0-1 1V17a1 1 0 0 0 1 1h1m0 0-2.148 7.732A1 1 0 0 0 5.816 27h3.44a1 1 0 0 0 .958-.713L11.5 22M7 18h5.5m0 0-1 4m13-9H28" })), hc = m(fc), pc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M23 25.748A11.946 11.946 0 0 1 16 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5 12 12c0 3-2 5-4.5 5-1.574 0-4-2-4-2m0 0v-6m0 6s-2.255 2.061-4 2c-2.625-.092-4.376-2.376-4.5-5-.13-2.772 2.274-5.533 4.5-5.5 1.299.019 2.64.287 3.5 1.5.253.356.5 1 .5 1m0-2.5V13" })), mc = m(pc), gc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m13 15.63 1.618 1.548a2 2 0 0 0 2.764 0L19 15.63m-6 0L5 7m8 8.63-8 9.323M27 7l-8 8.63m0 0 8 9.323M26 26H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z" })), wc = m(gc), vc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M10 4v6m6-6v6m6-6v6M5 13h22M5 13V8a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v5M5 13v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V13m-14 6.5 1.859 1.859a.2.2 0 0 0 .282 0L20 16.5" })), bc = m(vc), kc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M10 4v6m6-6v6m6-6v6M5 13h22M5 13V8a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v5M5 13v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V13m-15.5 5 1.84-1.38a.1.1 0 0 1 .16.08v5.8m6.5-.04h-3.237a.1.1 0 0 1-.075-.166l2.702-3.04A1.643 1.643 0 0 0 17 17l-.46.46" })), xc = m(kc), yc = (t, e) => /* @__PURE__ */ i.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M10 4V10M16 4V10M22 4V10M5.00002 13L5.00001 8C5.00001 7.44772 5.44773 7 6.00001 7H26C26.5523 7 27 7.44771 27 8L27 13M5.00002 13L5.00001 19.5M5.00002 13H10.5M27 13L27 19.5M27 13H21.5M27 19.5L27 25C27 25.5523 26.5523 26 26 26H21.5M27 19.5H5.00001M5.00001 19.5L5 25C5 25.5523 5.44772 26 6 26H10.5M16 13L16 26M16 13H21.5M16 13H10.5M16 26H21.5M16 26H10.5M21.5 13L21.5 26M10.5 26L10.5 13", stroke: "#201649", strokeWidth: 1.5, strokeLinecap: "round" })), Ec = m(yc), _c = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M10 4v6m6-6v6m6-6v6M5 13h22M5 13V8a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v5M5 13v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V13m-11 3.5v6m-3-3h6" })), Rc = m(_c), Cc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m9 27-4.293-4.293a1 1 0 0 1 0-1.414L9 17m-4 5h20a2 2 0 0 0 2-2v-3M22 5l4.293 4.293a1 1 0 0 1 0 1.414L22 15m4-5H7a2 2 0 0 0-2 2v3" })), Sc = m(Cc), Tc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M16 8C9.75068 8 5.0954 14.3762 4.16881 15.7437C4.06156 15.902 4.06156 16.098 4.16881 16.2563C5.0954 17.6238 9.75068 24 16 24C22.2493 24 26.9046 17.6238 27.8312 16.2563C27.9384 16.098 27.9384 15.902 27.8312 15.7437C26.9046 14.3762 22.2493 8 16 8Z", stroke: "#201649", strokeWidth: 1.5 }), /* @__PURE__ */ i.createElement("path", { d: "M21 16C21 13.2386 18.7614 11 16 11C13.2386 11 11 13.2386 11 16C11 18.7614 13.2386 21 16 21C18.7614 21 21 18.7614 21 16Z", stroke: "#201649", strokeWidth: 1.5 })), Mc = m(Tc), $c = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m5.5 5.5 21 21M16 8C9.75 8 5.095 14.376 4.169 15.744a.449.449 0 0 0 0 .512C5.095 17.624 9.75 24 16 24c6.25 0 10.905-6.376 11.831-7.744a.449.449 0 0 0 0-.512C26.905 14.376 22.25 8 16 8Zm0 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z" })), Pc = m($c), Lc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M6 16h20M6 16v9a1 1 0 0 0 1 1h9M6 16a1.5 1.5 0 0 1-1.5-1.5V11A1.5 1.5 0 0 1 6 9.5h10M26 16v9a1 1 0 0 1-1 1h-9m10-10a1.5 1.5 0 0 0 1.5-1.5V11A1.5 1.5 0 0 0 26 9.5H16M16 26V9.5m0 0 1.702-4.425a2.194 2.194 0 0 1 2.862-1.25c1.883.754 1.824 3.44-.09 4.109L16 9.5Zm0 0-1.702-4.425a2.194 2.194 0 0 0-2.863-1.25c-1.882.754-1.823 3.44.09 4.109L16 9.5Z" })), Ac = m(Lc), Fc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 0a6 6 0 0 0-6 6v3.558c0 .861.55 1.625 1.387 1.828 1.155.282 2.884.614 4.613.614 1.73 0 3.458-.332 4.613-.614.836-.203 1.387-.967 1.387-1.828V20a6 6 0 0 0-6-6Zm-8 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0 0c-2.761 0-4 2.239-4 5v1.264c0 .758.446 1.421 1.193 1.544C5.822 22.91 6.733 23 8 23c.73 0 1.402-.03 2-.075M8 15c1.126 0 2.164.372 3 1m13-1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0 0c2.761 0 4 2.239 4 5v1.264c0 .758-.445 1.421-1.193 1.544-.629.103-1.54.192-2.807.192-.73 0-1.402-.03-2-.075M24 15a4.978 4.978 0 0 0-3 1" })), Oc = m(Fc), Ic = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M2 17h6.882a.2.2 0 0 0 .175-.103l2.241-4.034a.2.2 0 0 1 .36.021l3.171 7.702a.2.2 0 0 0 .365.01l1.68-3.483a.2.2 0 0 1 .18-.113H21M6.5 6.923c4.185-3.591 8.803.672 9.429 1.286a.1.1 0 0 0 .142 0c.625-.614 5.243-4.877 9.43-1.286C30 10.784 27 17.063 24 20.563c-1.65 1.925-5.01 4.66-6.806 6.074a1.924 1.924 0 0 1-2.388 0C13.011 25.224 9.651 22.488 8 20.562c-3-3.5-6-9.778-1.5-13.639Z" })), Nc = m(Ic), Vc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16.082 8.886C18.587 5.468 22.532 4.022 25.5 6c3 2 3.24 5.805 1.5 10-2.318 5.589-9.879 11.19-10.888 11.92a.187.187 0 0 1-.224 0C14.88 27.19 7.318 21.589 5 16 3.26 11.805 3.5 8 6.5 6c2.967-1.978 6.913-.532 9.418 2.886.04.055.124.055.164 0Z" })), jc = m(Vc), Bc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "m25 17.5-8.293-8.293a1 1 0 0 0-1.414 0L7 17.5m18 0V26a1 1 0 0 1-1 1h-4.5a1 1 0 0 1-1-1v-5a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v5a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8.5m18 0s1 .5 2-.5c.757-.757.654-1.514.56-1.838a.653.653 0 0 0-.185-.282L16.69 4.66a1 1 0 0 0-1.382 0L4.626 14.88a.653.653 0 0 0-.186.282c-.094.323-.197 1.08.56 1.838 1 1 2 .5 2 .5" })), Wc = m(Bc), Hc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M4.5 23.5a2 2 0 0 0 2 2h19a2 2 0 0 0 2-2v-4m-23 4v-15a2 2 0 0 1 2-2h19a2 2 0 0 1 2 2v11m-23 4 4.793-4.793a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 0 1.414 0l5.879-5.879a2 2 0 0 1 2.828 0L27.5 19.5m-15-5.5a2.121 2.121 0 1 1-3-3 2.121 2.121 0 0 1 3 3Z" })), Dc = m(Hc), Zc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M14.5 14.5h1a.5.5 0 0 1 .5.5v6.5a.5.5 0 0 0 .5.5h1m-2-10.5a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1v-1m12 5.5c0-6.351-5.149-11.5-11.5-11.5S4.5 9.649 4.5 16 9.649 27.5 16 27.5c2.121 0 4.109-.574 5.815-1.576.265-.156.585-.197.876-.096l4.406 1.532c.16.056.313-.101.256-.26-.552-1.534-.98-3.116-1.423-4.682a1.041 1.041 0 0 1 .103-.793A11.448 11.448 0 0 0 27.5 16Z" })), zc = m(Zc), qc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 18a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 0c-3.866 0-7 2.5-7 7 0 .263.015.523.043.779M16 18c1.622 0 3.108.44 4.29 1.284M9.042 25.779A11.945 11.945 0 0 0 16 28c1.631 0 3.187-.326 4.605-.915M9.043 25.779C5.99 23.603 4 20.297 4 16 4 9.373 9.373 4 16 4s12 5.373 12 12c0 .599-.039 1.179-.113 1.739m0 0A5.973 5.973 0 0 0 25 17a5.99 5.99 0 0 0-4.71 2.284m7.597-1.545a6 6 0 1 1-7.282 9.346m0 0A5.979 5.979 0 0 1 19 23c0-1.404.482-2.695 1.29-3.716M25 20v3m0 0v3m0-3h3m-3 0h-3" })), Uc = m(qc), Yc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeMiterlimit: 16, strokeWidth: 1.5, d: "M28 11a7 7 0 1 0-13.854 1.43c.074.356-.013.73-.266.99L6.284 21.21a1 1 0 0 0-.284.698V25a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1.5a1 1 0 0 0 1-1v-.42c0-.734.767-1.217 1.43-.903.047.022.095.04.143.055A7 7 0 0 0 28 11Z" })), Kc = m(Yc), Qc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M26 15.5v-3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v3m20 0V23a4 4 0 0 1-4 4H10a4 4 0 0 1-4-4v-7.5m20 0 4-2m-24 2-4-2m14-10V8m-3.5-3.5V8m7-3.5V8" })), Xc = m(Qc), Gc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11 16h17m-17 7h17M11 9h17M7 9H5m2 7H5m2 7H5" })), Jc = m(Gc), e0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M11 11V7C11 5.89543 11.8954 5 13 5H24C25.1046 5 26 5.89543 26 7V25C26 26.1046 25.1046 27 24 27H13C11.8954 27 11 26.1046 11 25V21M17 11.5L20.7929 15.2929C21.1834 15.6834 21.1834 16.3166 20.7929 16.7071L17 20.5M4 16H21", stroke: "#201649", strokeWidth: 1.5, strokeLinecap: "round" })), t0 = m(e0), n0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 11V7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-4m-3.5-9.5-3.793 3.793a1 1 0 0 0 0 1.414L8.5 20.5m12-4.5h-16" })), r0 = m(n0), o0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m24.5 18.5-5 2.813M13.5 7.5 5.244 22.178a2 2 0 0 0 .329 2.395l1.854 1.854a2 2 0 0 0 2.395.33l9.678-5.445m3-11.812L26 6m0 14L12 6m6 .5L19 4m6.5 10 2.5-1M14 25l1.492 2.239a1 1 0 0 0 1.311.323l3.821-2.084a1 1 0 0 0 .4-1.355l-1.524-2.81" })), s0 = m(o0), a0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M12 26.5v-19m8-2v19M12.242 6.94l7.515-1.88a1 1 0 0 1 .485 0l7 1.75a1 1 0 0 1 .758.97v17.94a1 1 0 0 1-1.242.97l-6.515-1.63a1 1 0 0 0-.485 0l-7.515 1.88a1 1 0 0 1-.486 0l-7-1.75A1 1 0 0 1 4 24.22V6.28a1 1 0 0 1 1.243-.97l6.514 1.63a1 1 0 0 0 .486 0Z" })), i0 = m(a0), l0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M7 13h-.78a2 2 0 0 1-1.909-2.597l1.47-4.701A1 1 0 0 1 6.735 5H11m-4 8v4.5M7 13h3m-3 4.5H6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h1m0-7h18m0-4.5h.78a2 2 0 0 0 1.909-2.597l-1.47-4.701A1 1 0 0 0 25.265 5H21m4 8v4.5m0-4.5h-3m3 4.5h1a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-1m0 0V27m0-2.5H7m0 0V27m9-22v8m0-8h5m-5 0h-5m5 8h6m-6 0h-6m11-8 1 8M11 5l-1 8" })), c0 = m(l0), u0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M26.5 22a5 5 0 1 1-10 0 5 5 0 0 1 10 0ZM14.5 6a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V6ZM4.413 19.257l4.15-7.47a.5.5 0 0 1 .874 0l4.15 7.47a.5.5 0 0 1-.437.743h-8.3a.5.5 0 0 1-.437-.743Z" })), d0 = m(u0), f0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { fill: "#201649", d: "M8 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM26 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" })), h0 = m(f0), p0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { fill: "#201649", d: "M16 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM18 24a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" })), m0 = m(p0), g0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 22.5c0-1.657-2.047-3-4-3-1.953 0-4 1.047-4 3s2.047 3 4 3c1.953 0 4-1.343 4-3Zm0 0V11m13.5 10c0-1.657-2.047-3-4-3-1.953 0-4 1.047-4 3s2.047 3 4 3c1.953 0 4-1.343 4-3Zm0 0V9.5M12 11V6.895a1 1 0 0 1 .89-.994l11.5-1.278a1 1 0 0 1 1.11.994V9.5M12 11l13.5-1.5" })), w0 = m(g0), v0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 4v12.595m0 0V28.7m0-12.107 10.836-6.353M16 16.595 5.164 10.24m10.335-6.106-10 5.789A1 1 0 0 0 5 10.79v11.12a1 1 0 0 0 .498.866l2.791 1.62a.2.2 0 0 0 .3-.173V18.84a.1.1 0 0 1 .15-.086l2.942 1.708a1 1 0 0 1 .498.865v4.75a1 1 0 0 0 .501.867l2.821 1.625a1 1 0 0 0 .998 0l2.821-1.625a1 1 0 0 0 .501-.866v-4.85a1 1 0 0 1 .52-.878l2.921-1.602a.1.1 0 0 1 .148.087v5.39a.2.2 0 0 0 .301.172l2.791-1.62A1 1 0 0 0 27 21.91V10.789a1 1 0 0 0-.499-.865l-10-5.79a1 1 0 0 0-1.002 0Z" })), b0 = m(v0), k0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 0a6 6 0 0 1 6 6v3.56c0 .86-.55 1.623-1.387 1.826-1.155.282-2.884.614-4.613.614-1.729 0-3.458-.332-4.613-.614C15.551 25.183 15 24.42 15 23.56V21m6-7a6.001 6.001 0 0 0-5.5 3.598m0 0V14.51a1 1 0 0 0-.412-.809l-4.5-3.272a1 1 0 0 0-1.176 0l-4.5 3.272a1 1 0 0 0-.412.81V20a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1V20a1 1 0 0 0 1 1H15m.5-3.402A5.98 5.98 0 0 0 15 20v1" })), x0 = m(k0), y0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 24s0 4 4 4 4-4 4-4M8 11.203v3.883c0 2.813-1.369 5.118-2.458 7.586-.28.637.197 1.328.892 1.328h19.132c.696 0 1.173-.691.892-1.328C25.368 20.204 24 17.9 24 15.085v-3.882A4.203 4.203 0 0 0 19.797 7a.389.389 0 0 1-.366-.288C19.217 5.962 18.426 4 16 4s-3.217 1.961-3.431 2.712a.389.389 0 0 1-.366.288A4.203 4.203 0 0 0 8 11.203Z" })), E0 = m(y0), _0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M20 14.5h-8a1 1 0 0 1-1-1V8.945a1 1 0 0 1 .331-.743l4-3.6a1 1 0 0 1 1.338 0l4 3.6a1 1 0 0 1 .331.743V13.5a1 1 0 0 1-1 1ZM13.5 27h-8a1 1 0 0 1-1-1v-4.555a1 1 0 0 1 .331-.743l4-3.6a1 1 0 0 1 1.338 0l4 3.6a1 1 0 0 1 .331.743V26a1 1 0 0 1-1 1ZM26.5 27h-8a1 1 0 0 1-1-1v-4.555a1 1 0 0 1 .331-.743l4-3.6a1 1 0 0 1 1.338 0l4 3.6a1 1 0 0 1 .331.743V26a1 1 0 0 1-1 1Z" })), R0 = m(_0), C0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M25.5 11H20a1 1 0 0 1-1-1V4.5m7 6.914V27a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h11.586a1 1 0 0 1 .707.293l6.414 6.414a1 1 0 0 1 .293.707Z" })), S0 = m(C0), T0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M9 22V6a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v19a2 2 0 0 1-2 2H7.5M9 22H5.5a1 1 0 0 0-1 1v2a2 2 0 0 0 2 2h1M9 22v2.93a2 2 0 0 1-.89 1.664L7.5 27M13 9h10m-10 4h10m0 4H13" })), M0 = m(T0), $0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m27 17-7.858 7.858a8 8 0 0 1-8.465 1.833l-.119-.044a7.73 7.73 0 0 1-4.367-4.14v0a7.729 7.729 0 0 1 1.8-8.741l8.244-7.712a6.188 6.188 0 0 1 7.19-.913l.32.175a4.93 4.93 0 0 1 1.95 1.933v0a4.93 4.93 0 0 1-.824 5.88l-7.678 7.678a3.535 3.535 0 0 1-3.893.75v0a3.535 3.535 0 0 1-1.857-1.857v0a3.535 3.535 0 0 1 .75-3.893L18 10" })), P0 = m($0), L0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M4 14a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM25.5 11.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM23 7.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0ZM9 7.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM16 25c-1.04 0-2.2.473-3.22 1.043-1.578.881-3.681.637-4.7-.854-1.104-1.617-.375-3.847 1.283-4.887.824-.516 1.614-1.128 2.137-1.802.63-.811 1.097-2.003 1.42-3.07C13.34 14.05 14.56 13 16 13s2.66 1.05 3.08 2.43c.324 1.067.79 2.259 1.42 3.07.523.674 1.314 1.286 2.137 1.802 1.658 1.04 2.387 3.27 1.283 4.887-1.019 1.491-3.122 1.735-4.7.854C18.2 25.473 17.04 25 16 25Z" })), A0 = m(L0), F0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M27.5 27H4m10-4h13.5m0-4H20m1.132-8.596 2.121-2.121a1 1 0 0 0 0-1.415l-2.121-2.121a1 1 0 0 0-1.415 0l-2.12 2.121m3.535 3.536L8.607 22.929a1 1 0 0 1-.483.267c-1.102.255-3.107.621-3.843.754a.198.198 0 0 1-.23-.23c.132-.736.498-2.74.753-3.844a1 1 0 0 1 .267-.483L17.596 6.868m3.536 3.536-3.536-3.536" })), O0 = m(F0), I0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M12.601 19.5H8.386a2 2 0 0 0-1.873 1.298l-2.006 5.35a1 1 0 0 0 .936 1.352h21.114a1 1 0 0 0 .936-1.351l-2.006-5.351a2 2 0 0 0-1.873-1.298h-4.108m0 0C20.819 16.815 22 13.662 22 11a6 6 0 0 0-12 0c0 5.443 4.937 12.532 5.854 13.801a.19.19 0 0 0 .303.01c.482-.589 1.987-2.528 3.349-5.311ZM19 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" })), N0 = m(I0), V0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M20.634 7.189A5 5 0 0 1 27 12c0 5.383-4.024 10.766-4.852 11.816a.188.188 0 0 1-.298-.003 27.62 27.62 0 0 1-2.171-3.246m.955-13.378A5.988 5.988 0 0 0 16 5a5.988 5.988 0 0 0-4.634 2.189m9.268 0A5.975 5.975 0 0 1 22 11c0 3.392-1.079 6.784-2.321 9.567M11.366 7.189A5 5 0 0 0 5 12c0 5.383 4.024 10.766 4.852 11.816.077.098.221.095.298-.003a27.62 27.62 0 0 0 2.171-3.246m-.955-13.378A5.975 5.975 0 0 0 10 11c0 3.392 1.079 6.784 2.321 9.567m0 0c1.407 3.149 3.024 5.517 3.524 6.219a.189.189 0 0 0 .31 0c.5-.703 2.117-3.07 3.524-6.22M19 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" })), j0 = m(V0), B0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M15.5 17h8a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1h-.828a.2.2 0 0 0-.198.17l-.843 5.482a1 1 0 0 1-.989.848h-9.284a1 1 0 0 1-.989-.848l-.843-5.482a.2.2 0 0 0-.198-.17H8.5a1 1 0 0 1-1-1V18a1 1 0 0 1 1-1h7Zm0 0v-3m.5-1h3a6 6 0 0 0 6-6V4.5a.5.5 0 0 0-.5-.5H22a6 6 0 0 0-6 6v3Zm0 0-.5 1m.5-1 5-5m-5.5 6-2-2m0 0v-2a4 4 0 0 0-4-4H8a.5.5 0 0 0-.5.5V8a4 4 0 0 0 4 4h2Z" })), W0 = m(B0), H0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.4, d: "M16 4.667v22.666M4.667 16h22.666" })), D0 = m(H0), Z0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 9v14m-7-7h14m5 0c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12Z" })), z0 = m(Z0), q0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M23 23V10a1 1 0 0 0-1-1H8.5M23 23v3a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h2.5M23 23h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v3m6 5.5 1.793-1.793a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414L17.5 17.5m-3-3-5.264 5.264a1 1 0 0 0-.283.566l-.434 3.038a.1.1 0 0 0 .113.113l3.038-.434a1 1 0 0 0 .566-.283L17.5 17.5m-3-3 3 3" })), U0 = m(q0), Y0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 13V8.5c0-2.918-2.5-4-5-4s-5 1.082-5 4v1m5 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 0v2M27 15v11a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V15a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2Z" })), K0 = m(Y0), Q0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M21 13V8.5C21 5.58155 18.5 4.5 16 4.5C13.5 4.5 11 5.58155 11 8.5V13M16 22.5C17.6569 22.5 19 21.1569 19 19.5C19 17.8431 17.6569 16.5 16 16.5C14.3431 16.5 13 17.8431 13 19.5C13 21.1569 14.3431 22.5 16 22.5ZM16 22.5V24.5M27 15V26C27 27.1046 26.1046 28 25 28H7C5.89543 28 5 27.1046 5 26V15C5 13.8954 5.89543 13 7 13H25C26.1046 13 27 13.8954 27 15Z", stroke: "#201649", strokeWidth: 1.5, strokeLinecap: "round" })), X0 = m(Q0), G0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M20 27h6a1 1 0 0 0 1-1v-8M5 12.5V14a1 1 0 0 0 1 1h9a2 2 0 0 1 2 2v2M11.5 7V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3m10 3V9.5M15 5v4.5M11 12H9a1 1 0 0 1-1-1V8m7 1.5h-3m5 13V27m7-3h-3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2m-3-9.5h3a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5Zm-10 13H8a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5Zm3 1.5v-7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1ZM27 6v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1Z" })), J0 = m(G0), eu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m17 20 2 2 4.586 4.586a2 2 0 0 0 2.828 0l.172-.172a2 2 0 0 0 0-2.828L22 19l-2-2m1-5a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" })), tu = m(eu), nu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M26.572 10.318A.639.639 0 0 0 26 10a4 4 0 0 1-4-4 .639.639 0 0 0-.317-.572 11.93 11.93 0 0 0-1.858-.805c-.386-.13-.799.024-1.096.302A3.986 3.986 0 0 1 16 6a3.986 3.986 0 0 1-2.729-1.075c-.297-.278-.71-.432-1.096-.302a11.93 11.93 0 0 0-1.858.805A.638.638 0 0 0 10 6a4 4 0 0 1-4 4 .638.638 0 0 0-.572.317 11.935 11.935 0 0 0-.805 1.858c-.13.386.024.799.302 1.096A3.986 3.986 0 0 1 6 16a3.986 3.986 0 0 1-1.075 2.729c-.278.297-.432.71-.302 1.096.216.646.487 1.266.805 1.858A.638.638 0 0 0 6 22a4 4 0 0 1 4 4c0 .235.111.46.317.572.592.318 1.213.589 1.858.806.386.13.799-.025 1.096-.303A3.986 3.986 0 0 1 16 26c1.055 0 2.014.408 2.729 1.075.297.278.71.432 1.096.303a11.93 11.93 0 0 0 1.858-.806A.639.639 0 0 0 22 26a4 4 0 0 1 4-4c.234 0 .46-.111.572-.317.318-.592.589-1.212.806-1.858.13-.386-.025-.799-.303-1.096A3.986 3.986 0 0 1 26 16c0-1.055.408-2.014 1.075-2.729.278-.297.432-.71.302-1.096a11.93 11.93 0 0 0-.805-1.857Z" }), /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M21 16a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" })), ru = m(nu), ou = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11 14.5V8s0 0 0 0 0-4 5-4 5 4 5 4 0 0 0 0v6.5M8 10h16a1 1 0 0 1 1 1v12a4 4 0 0 1-4 4H11a4 4 0 0 1-4-4V11a1 1 0 0 1 1-1Z" })), su = m(ou), au = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 5h1.73a1 1 0 0 1 .967.744l4.205 15.884a.5.5 0 0 0 .483.372H12m11 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm0 0H12M7.559 9h18.783a.5.5 0 0 1 .482.634l-1.714 6.169A3 3 0 0 1 22.22 18H9.94M12 22a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z" })), iu = m(au), lu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21.5 20h2.823a1 1 0 0 1 .928.629l2.2 5.5a1 1 0 0 1-.928 1.371H5.477a1 1 0 0 1-.928-1.371l2.2-5.5A1 1 0 0 1 7.677 20H10.5M24 6c-2.465-1.48-5.902-.527-7.915 2.375a.104.104 0 0 1-.17 0C13.902 5.473 10.447 4.521 8 6c-2.5 1.5-3 4.5-1.5 8 1.985 4.632 8.444 9.692 9.385 10.413.07.054.16.054.23 0 .94-.72 7.4-5.781 9.385-10.413 1.5-3.5 1-6.5-1.5-8Z" })), cu = m(lu), uu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11.5 10h9m-9 0V8a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v2m-9 0h-2m11 0h2m-13 0h-3a2 2 0 0 0-2 2v11.5a2 2 0 0 0 2 2h3m0-15.5v15.5m0 0h13m0 0h3a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2h-3m0 15.5V10" })), du = m(uu), fu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M18.5 13.062s-.5-1.5-2.5-1.5c-1.717 0-2.697 1.106-2.94 3m0 0a7.87 7.87 0 0 0-.06 1c0 .485.059 1 .176 1.5m-.116-2.5H11m2.06 0h2.44m-2.324 2.5c.368 1.565 1.309 3 2.824 3 2 0 2.5-1.5 2.5-1.5m-5.324-1.5H15.5m-2.324 0H11M6.5 6.923c4.185-3.591 8.803.672 9.429 1.286a.1.1 0 0 0 .142 0c.625-.614 5.243-4.877 9.43-1.286C30 10.784 27 17.063 24 20.563c-1.65 1.925-5.01 4.66-6.806 6.074a1.924 1.924 0 0 1-2.388 0C13.011 25.224 9.651 22.488 8 20.562c-3-3.5-6-9.778-1.5-13.639Z" })), hu = m(fu), pu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M28 16c0 6.627-5.373 12-12 12m12-12c0-6.627-5.373-12-12-12m12 12s-5.53 1.53-8 4c-2.47 2.47-4 8-4 8m0 0C9.373 28 4 22.627 4 16m0 0C4 9.373 9.373 4 16 4M4 16s5.53-1.53 8-4c2.47-2.47 4-8 4-8" })), mu = m(pu), gu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M11.47 13.706H6.295C5.58 13.706 5 14.286 5 15v9.706C5 25.42 5.58 26 6.294 26h5.177m0-12.294 3.388-8.911a.457.457 0 0 1 .427-.295 3.655 3.655 0 0 1 3.618 4.172l-.38 2.657a.15.15 0 0 0 .148.171h6.358a2.588 2.588 0 0 1 2.564 2.942l-1.286 9.323A2.588 2.588 0 0 1 23.744 26H11.471m0-12.294V26" })), wu = m(gu), vu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M24 9v15a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3V9m19-.5h-7m-15 0h7m0 0V6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2.5m-8 0h8m-.5 5-7 7m0-7 7 7" })), bu = m(vu), ku = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M20.5 10.5v-3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h1m14.5-14h3.882a1 1 0 0 1 .894.553l2.618 5.236c.07.139.106.292.106.447V23.5a1 1 0 0 1-1 1h-4m-2.5-14v6m0 0h7m-7 0V22M6 24.5a2.5 2.5 0 0 0 5 0m-5 0a2.5 2.5 0 0 1 5 0m0 0h7m5 0a2.5 2.5 0 0 1-5 0m5 0c0-1.5-1-2.5-2.5-2.5M18 24.5c0-1.5 1-2.5 2.5-2.5" })), xu = m(ku), yu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M16 14.5a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 0a8 8 0 0 0-8 8v2.114c0 .834.517 1.578 1.316 1.814C10.821 26.87 13.41 27.5 16 27.5s5.18-.629 6.684-1.072c.8-.236 1.316-.98 1.316-1.814V22.5a8 8 0 0 0-8-8Z" })), Eu = m(yu), _u = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 0c-3.866 0-7 3.5-7 7 0 .263.015 1.523.043 1.779M16 17c3.866 0 6.957 3.5 7 7 .003.263-.015 1.523-.043 1.779m-13.914 0A11.945 11.945 0 0 0 16 28c2.593 0 4.995-.823 6.957-2.221m-13.914 0A11.985 11.985 0 0 1 4 16C4 9.373 9.373 4 16 4s12 5.373 12 12c0 4.034-1.99 7.603-5.043 9.779" })), Ru = m(_u), Cu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeMiterlimit: 16, strokeWidth: 1.5, d: "M16 25.5S11 21 11 16c0-3.881 3.013-7.461 4.361-8.869a.875.875 0 0 1 1.278 0C17.987 8.54 21 12.12 21 16c0 5-5 9.5-5 9.5Zm0 0c8.398 0 11.725-4.087 11.983-11.529a.926.926 0 0 0-.95-.966c-1.358.038-3.9.22-6.033 1.007M16 25.5c-8.267 0-11.713-4.137-11.983-11.529a.925.925 0 0 1 .95-.966c1.358.038 3.9.22 6.033 1.007" })), Su = m(Cu), Tu = {
|
|
4261
|
+
}, u1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M8 7V6a1 1 0 0 1 1-1h17a1 1 0 0 1 1 1v20a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-1M8 7H5m3 0v6m0 0H5m3 0v6m0 0H5m3 0v6m0 0H5m12.5-10a3 3 0 1 1 0-6 3 3 0 0 1 0 6Zm0 0a5 5 0 0 0-5 5v1.146c0 .818.498 1.554 1.285 1.777.959.273 2.337.577 3.715.577 1.378 0 2.756-.304 3.715-.576.787-.224 1.285-.96 1.285-1.778V20a5 5 0 0 0-5-5Z" })), d1 = m(u1), f1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M15 16.745A6.968 6.968 0 0 1 11 18a6.973 6.973 0 0 1-3-.674m7-.58A7.039 7.039 0 0 0 16.745 15M15 16.745l7.244 8.74c.816.984 1.961 1.836 3.208 1.555.385-.087.758-.25 1.048-.54.29-.29.453-.663.54-1.048.28-1.247-.57-2.392-1.555-3.208L16.745 15m0 0A6.968 6.968 0 0 0 18 11c0-1.074-.242-2.09-.674-3M5 14.608A7 7 0 0 1 14.608 5M5 14.608a7.031 7.031 0 0 0 3 2.718m-3-2.718S7 14 8 13c1.698-1.698 1.41-4.41 3-6 1-1 3.608-2 3.608-2m0 0a7.031 7.031 0 0 1 2.718 3m0 0S15 9 14 10c-1.499 1.499-1.477 3.926-3 5.5-.954.986-3 1.826-3 1.826" })), h1 = m(f1), p1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m24.5 20.5-5-9m0 0H12l-4.5 9m12-9-1.276-2.553a1 1 0 0 1 .894-1.447H23.5a1 1 0 0 1 1 1V10m-18-2.5h2.882a1 1 0 0 1 .894.553L16.5 20.5m-9 5a5 5 0 1 1 0-10 5 5 0 0 1 0 10Zm12-5a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z" })), m1 = m(p1), g1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M6 12v14.08a1 1 0 0 0 1.573.819l7.28-5.096a2 2 0 0 1 2.294 0l7.28 5.096a1 1 0 0 0 1.573-.82V12M6 12V7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5M6 12h20" })), w1 = m(g1), v1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M24.5 27H8.75A1.75 1.75 0 0 1 7 25.25v0c0-.966.784-1.75 1.75-1.75H24a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-3M7 25V8a3 3 0 0 1 3-3h6m0 0v6.584a.2.2 0 0 0 .325.156l1.55-1.24a1 1 0 0 1 1.25 0l1.55 1.24a.2.2 0 0 0 .325-.156V5m-5 0h5" })), b1 = m(v1), k1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { fill: "#fff", d: "M16 28c6.627 0 12-5.373 12-12S22.627 4 16 4 4 9.373 4 16c0 1.81.4 3.525 1.117 5.064.083.177.118.373.094.567l-.634 5.236a.5.5 0 0 0 .556.556l5.236-.634c.194-.024.39.011.567.093A11.954 11.954 0 0 0 16 28Z" }), /* @__PURE__ */ i.createElement("path", { fill: "#FF9DE2", d: "M16.085 12.871c1.27-1.78 3.406-2.357 4.942-1.44 1.571.938 1.885 2.814.943 5.003-1.219 2.83-5.122 5.916-5.852 6.476a.193.193 0 0 1-.236 0c-.73-.56-4.633-3.646-5.852-6.476-.942-2.189-.628-4.065.943-5.003 1.525-.917 3.672-.34 4.942 1.44a.105.105 0 0 0 .17 0Z" }), /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 4C9.373 4 4 9.373 4 16c0 1.81.4 3.526 1.118 5.065.083.177.118.373.094.567l-.635 5.234a.5.5 0 0 0 .557.557l5.225-.639c.195-.023.391.012.569.095C12.468 27.598 14.188 28 16 28c6.627 0 12-5.373 12-12S22.627 4 16 4Z" })), x1 = m(k1), y1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 4C9.373 4 4 9.373 4 16c0 1.81.4 3.526 1.118 5.065.083.177.118.373.094.567l-.635 5.234a.5.5 0 0 0 .557.557l5.225-.639c.195-.023.391.012.569.095C12.468 27.598 14.188 28 16 28c6.627 0 12-5.373 12-12S22.627 4 16 4Z" })), E1 = m(y1), _1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 26.5h3m21 0h-3m-18 0V6.835a1 1 0 0 1 .821-.984l9-1.637A1 1 0 0 1 18 5.198V10M7 26.5h11m0 0V10m0 16.5h7M18 10h6a1 1 0 0 1 1 1v15.5M14.8 16h-.6a.2.2 0 0 1-.2-.2v-1.1c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2v1.1a.2.2 0 0 1-.2.2Zm-4 0h-.6a.2.2 0 0 1-.2-.2v-1.1c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2v1.1a.2.2 0 0 1-.2.2Zm4.2-5.8v1.1a.2.2 0 0 1-.2.2h-.6a.2.2 0 0 1-.2-.2v-1.1c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2Zm-4.2 1.3h-.6a.2.2 0 0 1-.2-.2v-1.1c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2v1.1a.2.2 0 0 1-.2.2Z" })), R1 = m(_1), C1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 16h24M4 23h24M4 9h24" })), S1 = m(C1), T1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M5 15.5v0a1.442 1.442 0 0 1-1.368-1.897l2.64-7.92A1 1 0 0 1 7.221 5h4.029M5 15.5v11a1 1 0 0 0 1 1h3a.5.5 0 0 0 .5-.5v-6.5a1 1 0 0 1 1-1H14a1 1 0 0 1 1 1V27a.5.5 0 0 0 .5.5H26a1 1 0 0 0 1-1v-11m-22 0h4.5m17.5 0v0c.984 0 1.679-.964 1.367-1.897l-2.64-7.92A1 1 0 0 0 24.78 5H20.75M27 15.5h-4M16 5v10.5M16 5h4.75M16 5h-4.75M16 15.5h7m-7 0H9.5M20.75 5 23 15.5M11.25 5 9.5 15.5m10 8h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5Z" })), M1 = m(T1), $1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M23 14.5v0a.7.7 0 0 0 .658-.94L22.24 9.658A1 1 0 0 0 21.3 9H10.7a1 1 0 0 0-.94.658L8.343 13.56A.7.7 0 0 0 9 14.5v0m14 0V21a1 1 0 0 1-1 1h-5.8a.2.2 0 0 1-.2-.2v-4.1a.2.2 0 0 0-.2-.2h-3.1a.2.2 0 0 0-.2.2v4.1a.2.2 0 0 1-.2.2H10a1 1 0 0 1-1-1v-6.5m14 0H9M28 16c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12Z" })), P1 = m($1), L1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M3.5 11.5A2.5 2.5 0 0 1 6 9h2.586a1 1 0 0 0 .707-.293l3.121-3.121A2 2 0 0 1 13.828 5h4.344a2 2 0 0 1 1.414.586l3.121 3.121a1 1 0 0 0 .707.293H26a2.5 2.5 0 0 1 2.5 2.5V23a3 3 0 0 1-3 3h-19a3 3 0 0 1-3-3V11.5Z" })), A1 = m(L1), F1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m27.5 28.5-23-23M16 11a6 6 0 1 1 0 12 6 6 0 0 1 0-12Zm2.172-6h-4.344a2 2 0 0 0-1.414.586L9.293 8.707A1 1 0 0 1 8.586 9H6a2.5 2.5 0 0 0-2.5 2.5V23a3 3 0 0 0 3 3h19a3 3 0 0 0 3-3V11.5A2.5 2.5 0 0 0 26 9h-2.586a1 1 0 0 1-.707-.293l-3.121-3.121A2 2 0 0 0 18.172 5Z" })), O1 = m(F1), I1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m6 14.5 2.27-6.053A3 3 0 0 1 11.079 6.5h9.842a3 3 0 0 1 2.809 1.947L26 14.5m-20 0L3.5 14m2.5.5v7m0-7h20m-16.5 7v3a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-3m3.5 0h13m-13 0H6m16.5 0v3a1 1 0 0 0 1 1H25a1 1 0 0 0 1-1v-3m-3.5 0H26m0-7 2.5-.5m-2.5.5v7M23 18v0a.5.5 0 0 1-.5.5H21a.5.5 0 0 1-.5-.5v0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 .5.5ZM9 18v0a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 .5.5v0a.5.5 0 0 1-.5.5H9.5A.5.5 0 0 1 9 18Z" })), N1 = m(I1), V1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m22 10 5-5m-5 5h5.5M22 10V4.5m0 5.5c-2.501-2.501-5.104-1.765-7.5.426M22 10c3.759 3.759.272 7.724-4.5 10.879m-3-10.453L18.074 14M14.5 10.426c-2.229 2.038-4.278 5.334-5.898 8.453m8.898 2c-3.643 2.408-8.034 4.344-10.523 5.354a.916.916 0 0 1-1.205-1.21 75.967 75.967 0 0 1 2.83-6.144m8.898 2-3-3m-5.898 1 1.62 1.621" })), j1 = m(V1), B1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M19.35 10a7.5 7.5 0 1 0-14.047 4.88c.12.237.159.508.09.764l-.804 3.022a.2.2 0 0 0 .245.245l3.022-.805c.256-.068.527-.029.763.09.432.219.887.397 1.362.53M27 18.5a8.5 8.5 0 1 0-5.309 7.88c.202-.081.424-.105.637-.057l4.862 1.107a.2.2 0 0 0 .24-.24l-1.107-4.862a1.067 1.067 0 0 1 .058-.637c.4-.985.619-2.062.619-3.191Z" })), W1 = m(B1), H1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m9.333 16.667 4 4 9.334-9.334M28 16c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12Z" })), D1 = m(H1), Z1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m19 11-2.555-1.277a1 1 0 0 0-.891-.002L12.975 11M19 11l-.485-2.912a.2.2 0 0 1 .04-.158l1.732-2.164a.2.2 0 0 0-.123-.322l-2.573-.429a.2.2 0 0 1-.139-.094l-1.28-2.135a.2.2 0 0 0-.344 0l-1.28 2.135a.2.2 0 0 1-.14.094l-2.572.429a.2.2 0 0 0-.123.322l1.73 2.164a.2.2 0 0 1 .041.159L12.975 11M19 11l2.5 4.063M12.975 11l-1.687 2.75m0 0S13.983 15.198 16 15.5c2.155.323 5.5-.438 5.5-.438M11.288 13.75 6.84 21M24 19.125l2.318 3.767c.344.56.063 1.284-.576 1.436-1.552.37-4.399.942-7.742 1.118m6-6.321S18.88 20.633 15.5 21c-3.362.365-8.66 0-8.66 0M24 19.125l-2.5-4.063M6.84 21l-1.16 1.893c-.344.559-.062 1.282.576 1.434 1.552.37 4.4.943 7.744 1.12m0 0a37.977 37.977 0 0 0 4 0m-4 0V28a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2.554" })), z1 = m(Z1), q1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 7v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7m10 0h2.5a2 2 0 0 1 2 2v17a2 2 0 0 1-2 2h-15a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2H11m10 0v0a1.5 1.5 0 0 0-1.5-1.5h-.264a.509.509 0 0 1-.381-.186C18.512 4.913 17.56 4 16 4s-2.512.913-2.855 1.314a.509.509 0 0 1-.381.186H12.5A1.5 1.5 0 0 0 11 7v0m-1 6h12m-12 4h8m-8 4h10" })), U1 = m(q1), Y1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M9 11.5v2m14-2v2m0 0v12a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1v-12m14 0 2.722.389a1 1 0 0 0 1.07-.619l1.414-3.534a1 1 0 0 0-.355-1.19L23.758 5.68a1 1 0 0 0-.573-.181H20c-.552 0-1.005.455-1.168.982C18.56 7.357 17.852 8.5 16 8.5c-1.852 0-2.56-1.143-2.832-2.018-.163-.527-.616-.982-1.168-.982H8.815a1 1 0 0 0-.573.18L4.149 8.546a1 1 0 0 0-.355 1.191l1.414 3.534a1 1 0 0 0 1.07.619L9 13.5" })), K1 = m(Y1), Q1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 27h4m4 0h-4m0 0v-7m0 0 9.293-9.293c.63-.63.184-1.707-.707-1.707H10.874M16 20l-6.716-6.716M17.5 13l2.749-6.871a1 1 0 0 1 .928-.629H26M9 13h14M10.874 9A4.002 4.002 0 0 0 3 10a4 4 0 0 0 6.284 3.284M10.874 9h-3.46c-.89 0-1.337 1.077-.707 1.707l2.577 2.577" })), X1 = m(Q1), G1 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11.111 17.833h8.556m-7.334-4.277h8.556M27 16c0 6.075-4.925 11-11 11-1.61 0-3.14-.346-4.52-.968a1.3 1.3 0 0 0-.771-.1l-4.832.904a.611.611 0 0 1-.713-.713l.904-4.832c.049-.26.01-.53-.1-.772A10.96 10.96 0 0 1 5 16C5 9.925 9.925 5 16 5s11 4.925 11 11Z" })), J1 = m(G1), ec = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M28 16c0 6.627-5.373 12-12 12m12-12c0-6.627-5.373-12-12-12m12 12h-2.5M16 28C9.373 28 4 22.627 4 16m12 12v-2.5M4 16C4 9.373 9.373 4 16 4M4 16h2.5M16 4v2.5M18 18l-4-4m4.656 4.148 3.316-7.46a.5.5 0 0 0-.66-.66l-7.46 3.316a1 1 0 0 0-.508.508l-3.316 7.46a.5.5 0 0 0 .66.66l7.46-3.316a1 1 0 0 0 .508-.508Z" })), tc = m(ec), nc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 21.5h9.5a2 2 0 0 0 2-2v-3m-11.5 5H6.5a2 2 0 0 1-2-2v-3m11.5 5v5m0 0h5m-5 0h-5m16.5-10V8a2 2 0 0 0-2-2h-19a2 2 0 0 0-2 2v8.5m23 0h-23" })), rc = m(nc), oc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M7 25h-.5a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2v0M7 25v2m0-2h18m0 0h.5a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2v0M25 25v2M6.5 14H7a2 2 0 0 1 2 2v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4a2 2 0 0 1 2-2h.5m-19 0v-4a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v4" })), sc = m(oc), ac = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 13v10a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V13M4 13V9a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v4M4 13h24M7 10h8" })), ic = m(ac), lc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 11 11 21m0-10 10 10m7-5c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12Z" })), cc = m(lc), uc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeMiterlimit: 16, strokeWidth: 1.5, d: "M9 5.5H7a1 1 0 0 0-1 1v7.146a2 2 0 0 0 1.257 1.857l.551.22a1 1 0 0 1 .625 1.02l-.735 8.076A2 2 0 0 0 9.69 27h1.62a2 2 0 0 0 1.992-2.181l-.734-8.077a1 1 0 0 1 .624-1.019l.55-.22A2 2 0 0 0 15 13.646V6.5a1 1 0 0 0-1-1h-2m-3 0V12m0-6.5h3m0 0V12m11.437-6.777.422-.06a1 1 0 0 1 1.141.99V25a2 2 0 0 1-2 2h-1.06a2 2 0 0 1-1.962-2.392l1.23-6.152a1.785 1.785 0 0 0-1.086-2.007v0a1.738 1.738 0 0 1-1.105-1.658c.083-2.771.485-5.095 1.592-7.55.507-1.125 1.606-1.843 2.828-2.018Z" })), dc = m(uc), fc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m16.5 18 3-1m-3 1h-4m4 0-.583 2.46A2 2 0 0 1 13.971 22H11.5m8-5H22a2 2 0 0 0 1.6-.8l.5-.667a2 2 0 0 0 .4-1.2V13m-5 4V9m0 0H22a2 2 0 0 1 1.6.8l.5.667a2 2 0 0 1 .4 1.2V13m-5-4-2.789-1.394a1 1 0 0 0-.447-.106H6a1 1 0 0 0-1 1V17a1 1 0 0 0 1 1h1m0 0-2.148 7.732A1 1 0 0 0 5.816 27h3.44a1 1 0 0 0 .958-.713L11.5 22M7 18h5.5m0 0-1 4m13-9H28" })), hc = m(fc), pc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M23 25.748A11.946 11.946 0 0 1 16 28C9.373 28 4 22.627 4 16S9.373 4 16 4s12 5 12 12c0 3-2 5-4.5 5-1.574 0-4-2-4-2m0 0v-6m0 6s-2.255 2.061-4 2c-2.625-.092-4.376-2.376-4.5-5-.13-2.772 2.274-5.533 4.5-5.5 1.299.019 2.64.287 3.5 1.5.253.356.5 1 .5 1m0-2.5V13" })), mc = m(pc), gc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m13 15.63 1.618 1.548a2 2 0 0 0 2.764 0L19 15.63m-6 0L5 7m8 8.63-8 9.323M27 7l-8 8.63m0 0 8 9.323M26 26H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2Z" })), wc = m(gc), vc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M10 4v6m6-6v6m6-6v6M5 13h22M5 13V8a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v5M5 13v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V13m-14 6.5 1.859 1.859a.2.2 0 0 0 .282 0L20 16.5" })), bc = m(vc), kc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M10 4v6m6-6v6m6-6v6M5 13h22M5 13V8a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v5M5 13v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V13m-15.5 5 1.84-1.38a.1.1 0 0 1 .16.08v5.8m6.5-.04h-3.237a.1.1 0 0 1-.075-.166l2.702-3.04A1.643 1.643 0 0 0 17 17l-.46.46" })), xc = m(kc), yc = (t, e) => /* @__PURE__ */ i.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M10 4V10M16 4V10M22 4V10M5.00002 13L5.00001 8C5.00001 7.44772 5.44773 7 6.00001 7H26C26.5523 7 27 7.44771 27 8L27 13M5.00002 13L5.00001 19.5M5.00002 13H10.5M27 13L27 19.5M27 13H21.5M27 19.5L27 25C27 25.5523 26.5523 26 26 26H21.5M27 19.5H5.00001M5.00001 19.5L5 25C5 25.5523 5.44772 26 6 26H10.5M16 13L16 26M16 13H21.5M16 13H10.5M16 26H21.5M16 26H10.5M21.5 13L21.5 26M10.5 26L10.5 13", stroke: "#201649", strokeWidth: 1.5, strokeLinecap: "round" })), Ec = m(yc), _c = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M10 4v6m6-6v6m6-6v6M5 13h22M5 13V8a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v5M5 13v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V13m-11 3.5v6m-3-3h6" })), Rc = m(_c), Cc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m9 27-4.293-4.293a1 1 0 0 1 0-1.414L9 17m-4 5h20a2 2 0 0 0 2-2v-3M22 5l4.293 4.293a1 1 0 0 1 0 1.414L22 15m4-5H7a2 2 0 0 0-2 2v3" })), Sc = m(Cc), Tc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M16 8C9.75068 8 5.0954 14.3762 4.16881 15.7437C4.06156 15.902 4.06156 16.098 4.16881 16.2563C5.0954 17.6238 9.75068 24 16 24C22.2493 24 26.9046 17.6238 27.8312 16.2563C27.9384 16.098 27.9384 15.902 27.8312 15.7437C26.9046 14.3762 22.2493 8 16 8Z", stroke: "#201649", strokeWidth: 1.5 }), /* @__PURE__ */ i.createElement("path", { d: "M21 16C21 13.2386 18.7614 11 16 11C13.2386 11 11 13.2386 11 16C11 18.7614 13.2386 21 16 21C18.7614 21 21 18.7614 21 16Z", stroke: "#201649", strokeWidth: 1.5 })), Mc = m(Tc), $c = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m5.5 5.5 21 21M16 8C9.75 8 5.095 14.376 4.169 15.744a.449.449 0 0 0 0 .512C5.095 17.624 9.75 24 16 24c6.25 0 10.905-6.376 11.831-7.744a.449.449 0 0 0 0-.512C26.905 14.376 22.25 8 16 8Zm0 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10Z" })), Pc = m($c), Lc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M6 16h20M6 16v9a1 1 0 0 0 1 1h9M6 16a1.5 1.5 0 0 1-1.5-1.5V11A1.5 1.5 0 0 1 6 9.5h10M26 16v9a1 1 0 0 1-1 1h-9m10-10a1.5 1.5 0 0 0 1.5-1.5V11A1.5 1.5 0 0 0 26 9.5H16M16 26V9.5m0 0 1.702-4.425a2.194 2.194 0 0 1 2.862-1.25c1.883.754 1.824 3.44-.09 4.109L16 9.5Zm0 0-1.702-4.425a2.194 2.194 0 0 0-2.863-1.25c-1.882.754-1.823 3.44.09 4.109L16 9.5Z" })), Ac = m(Lc), Fc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 0a6 6 0 0 0-6 6v3.558c0 .861.55 1.625 1.387 1.828 1.155.282 2.884.614 4.613.614 1.73 0 3.458-.332 4.613-.614.836-.203 1.387-.967 1.387-1.828V20a6 6 0 0 0-6-6Zm-8 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0 0c-2.761 0-4 2.239-4 5v1.264c0 .758.446 1.421 1.193 1.544C5.822 22.91 6.733 23 8 23c.73 0 1.402-.03 2-.075M8 15c1.126 0 2.164.372 3 1m13-1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm0 0c2.761 0 4 2.239 4 5v1.264c0 .758-.445 1.421-1.193 1.544-.629.103-1.54.192-2.807.192-.73 0-1.402-.03-2-.075M24 15a4.978 4.978 0 0 0-3 1" })), Oc = m(Fc), Ic = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M2 17h6.882a.2.2 0 0 0 .175-.103l2.241-4.034a.2.2 0 0 1 .36.021l3.171 7.702a.2.2 0 0 0 .365.01l1.68-3.483a.2.2 0 0 1 .18-.113H21M6.5 6.923c4.185-3.591 8.803.672 9.429 1.286a.1.1 0 0 0 .142 0c.625-.614 5.243-4.877 9.43-1.286C30 10.784 27 17.063 24 20.563c-1.65 1.925-5.01 4.66-6.806 6.074a1.924 1.924 0 0 1-2.388 0C13.011 25.224 9.651 22.488 8 20.562c-3-3.5-6-9.778-1.5-13.639Z" })), Nc = m(Ic), Vc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16.082 8.886C18.587 5.468 22.532 4.022 25.5 6c3 2 3.24 5.805 1.5 10-2.318 5.589-9.879 11.19-10.888 11.92a.187.187 0 0 1-.224 0C14.88 27.19 7.318 21.589 5 16 3.26 11.805 3.5 8 6.5 6c2.967-1.978 6.913-.532 9.418 2.886.04.055.124.055.164 0Z" })), jc = m(Vc), Bc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "m25 17.5-8.293-8.293a1 1 0 0 0-1.414 0L7 17.5m18 0V26a1 1 0 0 1-1 1h-4.5a1 1 0 0 1-1-1v-5a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1v5a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8.5m18 0s1 .5 2-.5c.757-.757.654-1.514.56-1.838a.653.653 0 0 0-.185-.282L16.69 4.66a1 1 0 0 0-1.382 0L4.626 14.88a.653.653 0 0 0-.186.282c-.094.323-.197 1.08.56 1.838 1 1 2 .5 2 .5" })), Wc = m(Bc), Hc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M4.5 23.5a2 2 0 0 0 2 2h19a2 2 0 0 0 2-2v-4m-23 4v-15a2 2 0 0 1 2-2h19a2 2 0 0 1 2 2v11m-23 4 4.793-4.793a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 0 1.414 0l5.879-5.879a2 2 0 0 1 2.828 0L27.5 19.5m-15-5.5a2.121 2.121 0 1 1-3-3 2.121 2.121 0 0 1 3 3Z" })), Dc = m(Hc), Zc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M14.5 14.5h1a.5.5 0 0 1 .5.5v6.5a.5.5 0 0 0 .5.5h1m-2-10.5a.5.5 0 0 0 0-1m0 1a.5.5 0 0 1 0-1m0 1v-1m12 5.5c0-6.351-5.149-11.5-11.5-11.5S4.5 9.649 4.5 16 9.649 27.5 16 27.5c2.121 0 4.109-.574 5.815-1.576.265-.156.585-.197.876-.096l4.406 1.532c.16.056.313-.101.256-.26-.552-1.534-.98-3.116-1.423-4.682a1.041 1.041 0 0 1 .103-.793A11.448 11.448 0 0 0 27.5 16Z" })), zc = m(Zc), qc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 18a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 0c-3.866 0-7 2.5-7 7 0 .263.015.523.043.779M16 18c1.622 0 3.108.44 4.29 1.284M9.042 25.779A11.945 11.945 0 0 0 16 28c1.631 0 3.187-.326 4.605-.915M9.043 25.779C5.99 23.603 4 20.297 4 16 4 9.373 9.373 4 16 4s12 5.373 12 12c0 .599-.039 1.179-.113 1.739m0 0A5.973 5.973 0 0 0 25 17a5.99 5.99 0 0 0-4.71 2.284m7.597-1.545a6 6 0 1 1-7.282 9.346m0 0A5.979 5.979 0 0 1 19 23c0-1.404.482-2.695 1.29-3.716M25 20v3m0 0v3m0-3h3m-3 0h-3" })), Uc = m(qc), Yc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeMiterlimit: 16, strokeWidth: 1.5, d: "M28 11a7 7 0 1 0-13.854 1.43c.074.356-.013.73-.266.99L6.284 21.21a1 1 0 0 0-.284.698V25a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1.5a1 1 0 0 0 1-1v-.42c0-.734.767-1.217 1.43-.903.047.022.095.04.143.055A7 7 0 0 0 28 11Z" })), Kc = m(Yc), Qc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M26 15.5v-3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v3m20 0V23a4 4 0 0 1-4 4H10a4 4 0 0 1-4-4v-7.5m20 0 4-2m-24 2-4-2m14-10V8m-3.5-3.5V8m7-3.5V8" })), Xc = m(Qc), Gc = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11 16h17m-17 7h17M11 9h17M7 9H5m2 7H5m2 7H5" })), Jc = m(Gc), e0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M11 11V7C11 5.89543 11.8954 5 13 5H24C25.1046 5 26 5.89543 26 7V25C26 26.1046 25.1046 27 24 27H13C11.8954 27 11 26.1046 11 25V21M17 11.5L20.7929 15.2929C21.1834 15.6834 21.1834 16.3166 20.7929 16.7071L17 20.5M4 16H21", stroke: "#201649", strokeWidth: 1.5, strokeLinecap: "round" })), t0 = m(e0), n0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 11V7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H14a2 2 0 0 1-2-2v-4m-3.5-9.5-3.793 3.793a1 1 0 0 0 0 1.414L8.5 20.5m12-4.5h-16" })), r0 = m(n0), o0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m24.5 18.5-5 2.813M13.5 7.5 5.244 22.178a2 2 0 0 0 .329 2.395l1.854 1.854a2 2 0 0 0 2.395.33l9.678-5.445m3-11.812L26 6m0 14L12 6m6 .5L19 4m6.5 10 2.5-1M14 25l1.492 2.239a1 1 0 0 0 1.311.323l3.821-2.084a1 1 0 0 0 .4-1.355l-1.524-2.81" })), s0 = m(o0), a0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M12 26.5v-19m8-2v19M12.242 6.94l7.515-1.88a1 1 0 0 1 .485 0l7 1.75a1 1 0 0 1 .758.97v17.94a1 1 0 0 1-1.242.97l-6.515-1.63a1 1 0 0 0-.485 0l-7.515 1.88a1 1 0 0 1-.486 0l-7-1.75A1 1 0 0 1 4 24.22V6.28a1 1 0 0 1 1.243-.97l6.514 1.63a1 1 0 0 0 .486 0Z" })), i0 = m(a0), l0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M7 13h-.78a2 2 0 0 1-1.909-2.597l1.47-4.701A1 1 0 0 1 6.735 5H11m-4 8v4.5M7 13h3m-3 4.5H6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h1m0-7h18m0-4.5h.78a2 2 0 0 0 1.909-2.597l-1.47-4.701A1 1 0 0 0 25.265 5H21m4 8v4.5m0-4.5h-3m3 4.5h1a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-1m0 0V27m0-2.5H7m0 0V27m9-22v8m0-8h5m-5 0h-5m5 8h6m-6 0h-6m11-8 1 8M11 5l-1 8" })), c0 = m(l0), u0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M26.5 22a5 5 0 1 1-10 0 5 5 0 0 1 10 0ZM14.5 6a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V6ZM4.413 19.257l4.15-7.47a.5.5 0 0 1 .874 0l4.15 7.47a.5.5 0 0 1-.437.743h-8.3a.5.5 0 0 1-.437-.743Z" })), d0 = m(u0), f0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { fill: "#201649", d: "M8 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM26 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" })), h0 = m(f0), p0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { fill: "#201649", d: "M16 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM18 24a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" })), m0 = m(p0), g0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M13.75 16C13.75 14.7574 14.7574 13.75 16 13.75C17.2426 13.75 18.25 14.7574 18.25 16C18.25 17.2426 17.2426 18.25 16 18.25C14.7574 18.25 13.75 17.2426 13.75 16ZM22.75 16C22.75 14.7574 23.7574 13.75 25 13.75C26.2426 13.75 27.25 14.7574 27.25 16C27.25 17.2426 26.2426 18.25 25 18.25C23.7574 18.25 22.75 17.2426 22.75 16ZM4.75 16C4.75 14.7574 5.75736 13.75 7 13.75C8.24264 13.75 9.25 14.7574 9.25 16C9.25 17.2426 8.24264 18.25 7 18.25C5.75736 18.25 4.75 17.2426 4.75 16Z", stroke: "#201649", strokeWidth: 1.5 })), w0 = m(g0), v0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 22.5c0-1.657-2.047-3-4-3-1.953 0-4 1.047-4 3s2.047 3 4 3c1.953 0 4-1.343 4-3Zm0 0V11m13.5 10c0-1.657-2.047-3-4-3-1.953 0-4 1.047-4 3s2.047 3 4 3c1.953 0 4-1.343 4-3Zm0 0V9.5M12 11V6.895a1 1 0 0 1 .89-.994l11.5-1.278a1 1 0 0 1 1.11.994V9.5M12 11l13.5-1.5" })), b0 = m(v0), k0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 4v12.595m0 0V28.7m0-12.107 10.836-6.353M16 16.595 5.164 10.24m10.335-6.106-10 5.789A1 1 0 0 0 5 10.79v11.12a1 1 0 0 0 .498.866l2.791 1.62a.2.2 0 0 0 .3-.173V18.84a.1.1 0 0 1 .15-.086l2.942 1.708a1 1 0 0 1 .498.865v4.75a1 1 0 0 0 .501.867l2.821 1.625a1 1 0 0 0 .998 0l2.821-1.625a1 1 0 0 0 .501-.866v-4.85a1 1 0 0 1 .52-.878l2.921-1.602a.1.1 0 0 1 .148.087v5.39a.2.2 0 0 0 .301.172l2.791-1.62A1 1 0 0 0 27 21.91V10.789a1 1 0 0 0-.499-.865l-10-5.79a1 1 0 0 0-1.002 0Z" })), x0 = m(k0), y0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 0a6 6 0 0 1 6 6v3.56c0 .86-.55 1.623-1.387 1.826-1.155.282-2.884.614-4.613.614-1.729 0-3.458-.332-4.613-.614C15.551 25.183 15 24.42 15 23.56V21m6-7a6.001 6.001 0 0 0-5.5 3.598m0 0V14.51a1 1 0 0 0-.412-.809l-4.5-3.272a1 1 0 0 0-1.176 0l-4.5 3.272a1 1 0 0 0-.412.81V20a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1V20a1 1 0 0 0 1 1H15m.5-3.402A5.98 5.98 0 0 0 15 20v1" })), E0 = m(y0), _0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 24s0 4 4 4 4-4 4-4M8 11.203v3.883c0 2.813-1.369 5.118-2.458 7.586-.28.637.197 1.328.892 1.328h19.132c.696 0 1.173-.691.892-1.328C25.368 20.204 24 17.9 24 15.085v-3.882A4.203 4.203 0 0 0 19.797 7a.389.389 0 0 1-.366-.288C19.217 5.962 18.426 4 16 4s-3.217 1.961-3.431 2.712a.389.389 0 0 1-.366.288A4.203 4.203 0 0 0 8 11.203Z" })), R0 = m(_0), C0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M20 14.5h-8a1 1 0 0 1-1-1V8.945a1 1 0 0 1 .331-.743l4-3.6a1 1 0 0 1 1.338 0l4 3.6a1 1 0 0 1 .331.743V13.5a1 1 0 0 1-1 1ZM13.5 27h-8a1 1 0 0 1-1-1v-4.555a1 1 0 0 1 .331-.743l4-3.6a1 1 0 0 1 1.338 0l4 3.6a1 1 0 0 1 .331.743V26a1 1 0 0 1-1 1ZM26.5 27h-8a1 1 0 0 1-1-1v-4.555a1 1 0 0 1 .331-.743l4-3.6a1 1 0 0 1 1.338 0l4 3.6a1 1 0 0 1 .331.743V26a1 1 0 0 1-1 1Z" })), S0 = m(C0), T0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M25.5 11H20a1 1 0 0 1-1-1V4.5m7 6.914V27a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h11.586a1 1 0 0 1 .707.293l6.414 6.414a1 1 0 0 1 .293.707Z" })), M0 = m(T0), $0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M9 22V6a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v19a2 2 0 0 1-2 2H7.5M9 22H5.5a1 1 0 0 0-1 1v2a2 2 0 0 0 2 2h1M9 22v2.93a2 2 0 0 1-.89 1.664L7.5 27M13 9h10m-10 4h10m0 4H13" })), P0 = m($0), L0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m27 17-7.858 7.858a8 8 0 0 1-8.465 1.833l-.119-.044a7.73 7.73 0 0 1-4.367-4.14v0a7.729 7.729 0 0 1 1.8-8.741l8.244-7.712a6.188 6.188 0 0 1 7.19-.913l.32.175a4.93 4.93 0 0 1 1.95 1.933v0a4.93 4.93 0 0 1-.824 5.88l-7.678 7.678a3.535 3.535 0 0 1-3.893.75v0a3.535 3.535 0 0 1-1.857-1.857v0a3.535 3.535 0 0 1 .75-3.893L18 10" })), A0 = m(L0), F0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M4 14a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM25.5 11.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5ZM23 7.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0ZM9 7.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM16 25c-1.04 0-2.2.473-3.22 1.043-1.578.881-3.681.637-4.7-.854-1.104-1.617-.375-3.847 1.283-4.887.824-.516 1.614-1.128 2.137-1.802.63-.811 1.097-2.003 1.42-3.07C13.34 14.05 14.56 13 16 13s2.66 1.05 3.08 2.43c.324 1.067.79 2.259 1.42 3.07.523.674 1.314 1.286 2.137 1.802 1.658 1.04 2.387 3.27 1.283 4.887-1.019 1.491-3.122 1.735-4.7.854C18.2 25.473 17.04 25 16 25Z" })), O0 = m(F0), I0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M27.5 27H4m10-4h13.5m0-4H20m1.132-8.596 2.121-2.121a1 1 0 0 0 0-1.415l-2.121-2.121a1 1 0 0 0-1.415 0l-2.12 2.121m3.535 3.536L8.607 22.929a1 1 0 0 1-.483.267c-1.102.255-3.107.621-3.843.754a.198.198 0 0 1-.23-.23c.132-.736.498-2.74.753-3.844a1 1 0 0 1 .267-.483L17.596 6.868m3.536 3.536-3.536-3.536" })), N0 = m(I0), V0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M12.601 19.5H8.386a2 2 0 0 0-1.873 1.298l-2.006 5.35a1 1 0 0 0 .936 1.352h21.114a1 1 0 0 0 .936-1.351l-2.006-5.351a2 2 0 0 0-1.873-1.298h-4.108m0 0C20.819 16.815 22 13.662 22 11a6 6 0 0 0-12 0c0 5.443 4.937 12.532 5.854 13.801a.19.19 0 0 0 .303.01c.482-.589 1.987-2.528 3.349-5.311ZM19 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" })), j0 = m(V0), B0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M20.634 7.189A5 5 0 0 1 27 12c0 5.383-4.024 10.766-4.852 11.816a.188.188 0 0 1-.298-.003 27.62 27.62 0 0 1-2.171-3.246m.955-13.378A5.988 5.988 0 0 0 16 5a5.988 5.988 0 0 0-4.634 2.189m9.268 0A5.975 5.975 0 0 1 22 11c0 3.392-1.079 6.784-2.321 9.567M11.366 7.189A5 5 0 0 0 5 12c0 5.383 4.024 10.766 4.852 11.816.077.098.221.095.298-.003a27.62 27.62 0 0 0 2.171-3.246m-.955-13.378A5.975 5.975 0 0 0 10 11c0 3.392 1.079 6.784 2.321 9.567m0 0c1.407 3.149 3.024 5.517 3.524 6.219a.189.189 0 0 0 .31 0c.5-.703 2.117-3.07 3.524-6.22M19 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" })), W0 = m(B0), H0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M15.5 17h8a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1h-.828a.2.2 0 0 0-.198.17l-.843 5.482a1 1 0 0 1-.989.848h-9.284a1 1 0 0 1-.989-.848l-.843-5.482a.2.2 0 0 0-.198-.17H8.5a1 1 0 0 1-1-1V18a1 1 0 0 1 1-1h7Zm0 0v-3m.5-1h3a6 6 0 0 0 6-6V4.5a.5.5 0 0 0-.5-.5H22a6 6 0 0 0-6 6v3Zm0 0-.5 1m.5-1 5-5m-5.5 6-2-2m0 0v-2a4 4 0 0 0-4-4H8a.5.5 0 0 0-.5.5V8a4 4 0 0 0 4 4h2Z" })), D0 = m(H0), Z0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.4, d: "M16 4.667v22.666M4.667 16h22.666" })), z0 = m(Z0), q0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 9v14m-7-7h14m5 0c0 6.627-5.373 12-12 12S4 22.627 4 16 9.373 4 16 4s12 5.373 12 12Z" })), U0 = m(q0), Y0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M23 23V10a1 1 0 0 0-1-1H8.5M23 23v3a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h2.5M23 23h3a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H9.5a1 1 0 0 0-1 1v3m6 5.5 1.793-1.793a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414L17.5 17.5m-3-3-5.264 5.264a1 1 0 0 0-.283.566l-.434 3.038a.1.1 0 0 0 .113.113l3.038-.434a1 1 0 0 0 .566-.283L17.5 17.5m-3-3 3 3" })), K0 = m(Y0), Q0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 13V8.5c0-2.918-2.5-4-5-4s-5 1.082-5 4v1m5 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 0v2M27 15v11a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V15a2 2 0 0 1 2-2h18a2 2 0 0 1 2 2Z" })), X0 = m(Q0), G0 = (t, e) => /* @__PURE__ */ i.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { d: "M21 13V8.5C21 5.58155 18.5 4.5 16 4.5C13.5 4.5 11 5.58155 11 8.5V13M16 22.5C17.6569 22.5 19 21.1569 19 19.5C19 17.8431 17.6569 16.5 16 16.5C14.3431 16.5 13 17.8431 13 19.5C13 21.1569 14.3431 22.5 16 22.5ZM16 22.5V24.5M27 15V26C27 27.1046 26.1046 28 25 28H7C5.89543 28 5 27.1046 5 26V15C5 13.8954 5.89543 13 7 13H25C26.1046 13 27 13.8954 27 15Z", stroke: "#201649", strokeWidth: 1.5, strokeLinecap: "round" })), J0 = m(G0), eu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M20 27h6a1 1 0 0 0 1-1v-8M5 12.5V14a1 1 0 0 0 1 1h9a2 2 0 0 1 2 2v2M11.5 7V6a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3m10 3V9.5M15 5v4.5M11 12H9a1 1 0 0 1-1-1V8m7 1.5h-3m5 13V27m7-3h-3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2m-3-9.5h3a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5Zm-10 13H8a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5Zm3 1.5v-7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1ZM27 6v7a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1Z" })), tu = m(eu), nu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m17 20 2 2 4.586 4.586a2 2 0 0 0 2.828 0l.172-.172a2 2 0 0 0 0-2.828L22 19l-2-2m1-5a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" })), ru = m(nu), ou = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M26.572 10.318A.639.639 0 0 0 26 10a4 4 0 0 1-4-4 .639.639 0 0 0-.317-.572 11.93 11.93 0 0 0-1.858-.805c-.386-.13-.799.024-1.096.302A3.986 3.986 0 0 1 16 6a3.986 3.986 0 0 1-2.729-1.075c-.297-.278-.71-.432-1.096-.302a11.93 11.93 0 0 0-1.858.805A.638.638 0 0 0 10 6a4 4 0 0 1-4 4 .638.638 0 0 0-.572.317 11.935 11.935 0 0 0-.805 1.858c-.13.386.024.799.302 1.096A3.986 3.986 0 0 1 6 16a3.986 3.986 0 0 1-1.075 2.729c-.278.297-.432.71-.302 1.096.216.646.487 1.266.805 1.858A.638.638 0 0 0 6 22a4 4 0 0 1 4 4c0 .235.111.46.317.572.592.318 1.213.589 1.858.806.386.13.799-.025 1.096-.303A3.986 3.986 0 0 1 16 26c1.055 0 2.014.408 2.729 1.075.297.278.71.432 1.096.303a11.93 11.93 0 0 0 1.858-.806A.639.639 0 0 0 22 26a4 4 0 0 1 4-4c.234 0 .46-.111.572-.317.318-.592.589-1.212.806-1.858.13-.386-.025-.799-.303-1.096A3.986 3.986 0 0 1 26 16c0-1.055.408-2.014 1.075-2.729.278-.297.432-.71.302-1.096a11.93 11.93 0 0 0-.805-1.857Z" }), /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M21 16a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" })), su = m(ou), au = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11 14.5V8s0 0 0 0 0-4 5-4 5 4 5 4 0 0 0 0v6.5M8 10h16a1 1 0 0 1 1 1v12a4 4 0 0 1-4 4H11a4 4 0 0 1-4-4V11a1 1 0 0 1 1-1Z" })), iu = m(au), lu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 5h1.73a1 1 0 0 1 .967.744l4.205 15.884a.5.5 0 0 0 .483.372H12m11 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm0 0H12M7.559 9h18.783a.5.5 0 0 1 .482.634l-1.714 6.169A3 3 0 0 1 22.22 18H9.94M12 22a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z" })), cu = m(lu), uu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21.5 20h2.823a1 1 0 0 1 .928.629l2.2 5.5a1 1 0 0 1-.928 1.371H5.477a1 1 0 0 1-.928-1.371l2.2-5.5A1 1 0 0 1 7.677 20H10.5M24 6c-2.465-1.48-5.902-.527-7.915 2.375a.104.104 0 0 1-.17 0C13.902 5.473 10.447 4.521 8 6c-2.5 1.5-3 4.5-1.5 8 1.985 4.632 8.444 9.692 9.385 10.413.07.054.16.054.23 0 .94-.72 7.4-5.781 9.385-10.413 1.5-3.5 1-6.5-1.5-8Z" })), du = m(uu), fu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11.5 10h9m-9 0V8a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v2m-9 0h-2m11 0h2m-13 0h-3a2 2 0 0 0-2 2v11.5a2 2 0 0 0 2 2h3m0-15.5v15.5m0 0h13m0 0h3a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2h-3m0 15.5V10" })), hu = m(fu), pu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M18.5 13.062s-.5-1.5-2.5-1.5c-1.717 0-2.697 1.106-2.94 3m0 0a7.87 7.87 0 0 0-.06 1c0 .485.059 1 .176 1.5m-.116-2.5H11m2.06 0h2.44m-2.324 2.5c.368 1.565 1.309 3 2.824 3 2 0 2.5-1.5 2.5-1.5m-5.324-1.5H15.5m-2.324 0H11M6.5 6.923c4.185-3.591 8.803.672 9.429 1.286a.1.1 0 0 0 .142 0c.625-.614 5.243-4.877 9.43-1.286C30 10.784 27 17.063 24 20.563c-1.65 1.925-5.01 4.66-6.806 6.074a1.924 1.924 0 0 1-2.388 0C13.011 25.224 9.651 22.488 8 20.562c-3-3.5-6-9.778-1.5-13.639Z" })), mu = m(pu), gu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M28 16c0 6.627-5.373 12-12 12m12-12c0-6.627-5.373-12-12-12m12 12s-5.53 1.53-8 4c-2.47 2.47-4 8-4 8m0 0C9.373 28 4 22.627 4 16m0 0C4 9.373 9.373 4 16 4M4 16s5.53-1.53 8-4c2.47-2.47 4-8 4-8" })), wu = m(gu), vu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M11.47 13.706H6.295C5.58 13.706 5 14.286 5 15v9.706C5 25.42 5.58 26 6.294 26h5.177m0-12.294 3.388-8.911a.457.457 0 0 1 .427-.295 3.655 3.655 0 0 1 3.618 4.172l-.38 2.657a.15.15 0 0 0 .148.171h6.358a2.588 2.588 0 0 1 2.564 2.942l-1.286 9.323A2.588 2.588 0 0 1 23.744 26H11.471m0-12.294V26" })), bu = m(vu), ku = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M24 9v15a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3V9m19-.5h-7m-15 0h7m0 0V6a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2.5m-8 0h8m-.5 5-7 7m0-7 7 7" })), xu = m(ku), yu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M20.5 10.5v-3a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h1m14.5-14h3.882a1 1 0 0 1 .894.553l2.618 5.236c.07.139.106.292.106.447V23.5a1 1 0 0 1-1 1h-4m-2.5-14v6m0 0h7m-7 0V22M6 24.5a2.5 2.5 0 0 0 5 0m-5 0a2.5 2.5 0 0 1 5 0m0 0h7m5 0a2.5 2.5 0 0 1-5 0m5 0c0-1.5-1-2.5-2.5-2.5M18 24.5c0-1.5 1-2.5 2.5-2.5" })), Eu = m(yu), _u = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M16 14.5a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 0a8 8 0 0 0-8 8v2.114c0 .834.517 1.578 1.316 1.814C10.821 26.87 13.41 27.5 16 27.5s5.18-.629 6.684-1.072c.8-.236 1.316-.98 1.316-1.814V22.5a8 8 0 0 0-8-8Z" })), Ru = m(_u), Cu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0 0c-3.866 0-7 3.5-7 7 0 .263.015 1.523.043 1.779M16 17c3.866 0 6.957 3.5 7 7 .003.263-.015 1.523-.043 1.779m-13.914 0A11.945 11.945 0 0 0 16 28c2.593 0 4.995-.823 6.957-2.221m-13.914 0A11.985 11.985 0 0 1 4 16C4 9.373 9.373 4 16 4s12 5.373 12 12c0 4.034-1.99 7.603-5.043 9.779" })), Su = m(Cu), Tu = (t, e) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: e, ...t }, /* @__PURE__ */ i.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeMiterlimit: 16, strokeWidth: 1.5, d: "M16 25.5S11 21 11 16c0-3.881 3.013-7.461 4.361-8.869a.875.875 0 0 1 1.278 0C17.987 8.54 21 12.12 21 16c0 5-5 9.5-5 9.5Zm0 0c8.398 0 11.725-4.087 11.983-11.529a.926.926 0 0 0-.95-.966c-1.358.038-3.9.22-6.033 1.007M16 25.5c-8.267 0-11.713-4.137-11.983-11.529a.925.925 0 0 1 .95-.966c1.358.038 3.9.22 6.033 1.007" })), Mu = m(Tu), $u = {
|
|
4262
4262
|
address_book: d1,
|
|
4263
4263
|
baby_toy: h1,
|
|
4264
4264
|
bicycle: m1,
|
|
@@ -4316,42 +4316,43 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4316
4316
|
miscellaneous_other: d0,
|
|
4317
4317
|
more_dots: h0,
|
|
4318
4318
|
more_dots_alt: m0,
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4319
|
+
more_dots_outline: w0,
|
|
4320
|
+
music: b0,
|
|
4321
|
+
nebenan_de: x0,
|
|
4322
|
+
neighbour: E0,
|
|
4323
|
+
notification_bell: R0,
|
|
4324
|
+
organisation: S0,
|
|
4325
|
+
paper_form_empty: M0,
|
|
4326
|
+
paper_form_filled: P0,
|
|
4327
|
+
paperclip: A0,
|
|
4328
|
+
paw: O0,
|
|
4329
|
+
pencil: N0,
|
|
4330
|
+
pin: j0,
|
|
4331
|
+
pins: W0,
|
|
4332
|
+
plant: D0,
|
|
4333
|
+
plus: z0,
|
|
4334
|
+
plus_circle: U0,
|
|
4335
|
+
post: K0,
|
|
4336
|
+
privacy_lock: X0,
|
|
4337
|
+
privacy_lock_closed: J0,
|
|
4338
|
+
qr_code: tu,
|
|
4339
|
+
search: ru,
|
|
4340
|
+
settings_cog: su,
|
|
4341
|
+
shopping_bag: iu,
|
|
4342
|
+
shopping_cart: cu,
|
|
4343
|
+
special_place: du,
|
|
4344
|
+
suitcase: hu,
|
|
4345
|
+
supporter: mu,
|
|
4346
|
+
tennis_ball: wu,
|
|
4347
|
+
thanks: bu,
|
|
4348
|
+
trash_can: xu,
|
|
4349
|
+
truck: Eu,
|
|
4350
|
+
user: Ru,
|
|
4351
|
+
user_profile: Su,
|
|
4352
|
+
wellness: Mu
|
|
4353
|
+
}, Pu = {
|
|
4353
4354
|
24: c1,
|
|
4354
|
-
32:
|
|
4355
|
+
32: $u
|
|
4355
4356
|
}, je = ({
|
|
4356
4357
|
className: t,
|
|
4357
4358
|
name: e,
|
|
@@ -4359,7 +4360,7 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4359
4360
|
size: r = "32",
|
|
4360
4361
|
title: o
|
|
4361
4362
|
}) => {
|
|
4362
|
-
const a =
|
|
4363
|
+
const a = Pu[r][e];
|
|
4363
4364
|
return a ? /* @__PURE__ */ R.jsx(
|
|
4364
4365
|
a,
|
|
4365
4366
|
{
|
|
@@ -4370,13 +4371,13 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4370
4371
|
height: r
|
|
4371
4372
|
}
|
|
4372
4373
|
) : null;
|
|
4373
|
-
},
|
|
4374
|
-
iconButton:
|
|
4374
|
+
}, Lu = "_iconButton_18ves_106", un = {
|
|
4375
|
+
iconButton: Lu,
|
|
4375
4376
|
"iconButton--circular": "_iconButton--circular_18ves_127",
|
|
4376
4377
|
"iconButton--circular-small": "_iconButton--circular-small_18ves_140",
|
|
4377
4378
|
"iconButton--circular-medium": "_iconButton--circular-medium_18ves_144",
|
|
4378
4379
|
"iconButton--circular-large": "_iconButton--circular-large_18ves_148"
|
|
4379
|
-
},
|
|
4380
|
+
}, Au = (t) => t === "small" ? "24" : "32", Rr = ({
|
|
4380
4381
|
className: t,
|
|
4381
4382
|
icon: e,
|
|
4382
4383
|
iconClassName: n,
|
|
@@ -4384,7 +4385,7 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4384
4385
|
variant: o,
|
|
4385
4386
|
...s
|
|
4386
4387
|
}) => {
|
|
4387
|
-
const a =
|
|
4388
|
+
const a = Au(r);
|
|
4388
4389
|
return /* @__PURE__ */ R.jsx(
|
|
4389
4390
|
qt,
|
|
4390
4391
|
{
|
|
@@ -4396,27 +4397,27 @@ const mi = "_primaryButton_1efri_106", et = {
|
|
|
4396
4397
|
children: /* @__PURE__ */ R.jsx(je, { size: a, name: e, className: n })
|
|
4397
4398
|
}
|
|
4398
4399
|
);
|
|
4399
|
-
},
|
|
4400
|
-
labelPill:
|
|
4400
|
+
}, Fu = ({ alt: t, className: e, src: n }) => /* @__PURE__ */ R.jsx("img", { className: e, src: n, alt: t }), Ou = "_labelPill_pr5xi_106", Cr = {
|
|
4401
|
+
labelPill: Ou,
|
|
4401
4402
|
"labelPill--small": "_labelPill--small_pr5xi_118",
|
|
4402
4403
|
"labelPill--medium": "_labelPill--medium_pr5xi_122"
|
|
4403
|
-
},
|
|
4404
|
+
}, Iu = {
|
|
4404
4405
|
medium: "detail-bold",
|
|
4405
4406
|
small: "detail-upper-case"
|
|
4406
|
-
},
|
|
4407
|
+
}, Nu = ({ className: t, label: e, size: n }) => {
|
|
4407
4408
|
const r = Cr[`labelPill--${n}`];
|
|
4408
|
-
return /* @__PURE__ */ R.jsx("span", { className: re(Cr.labelPill, r, t), children: /* @__PURE__ */ R.jsx(ye, { type:
|
|
4409
|
-
},
|
|
4410
|
-
legend:
|
|
4411
|
-
text:
|
|
4412
|
-
},
|
|
4409
|
+
return /* @__PURE__ */ R.jsx("span", { className: re(Cr.labelPill, r, t), children: /* @__PURE__ */ R.jsx(ye, { type: Iu[n], children: e }) });
|
|
4410
|
+
}, Vu = "_legend_1hq4o_106", ju = "_text_1hq4o_112", Sr = {
|
|
4411
|
+
legend: Vu,
|
|
4412
|
+
text: ju
|
|
4413
|
+
}, pd = ({ className: t, headline: e, text: n }) => /* @__PURE__ */ R.jsxs("legend", { className: re(Sr.legend, t), children: [
|
|
4413
4414
|
/* @__PURE__ */ R.jsx(ye, { type: "h5", children: e }),
|
|
4414
4415
|
n && /* @__PURE__ */ R.jsx(ye, { className: Sr.text, type: "body-regular", as: "p", children: n })
|
|
4415
|
-
] }),
|
|
4416
|
-
wrapper:
|
|
4417
|
-
loadingSpinner:
|
|
4416
|
+
] }), Bu = "_wrapper_cbfi5_106", Wu = "_loadingSpinner_cbfi5_113", Tr = {
|
|
4417
|
+
wrapper: Bu,
|
|
4418
|
+
loadingSpinner: Wu,
|
|
4418
4419
|
"pulse-loader-size": "_pulse-loader-size_cbfi5_1"
|
|
4419
|
-
},
|
|
4420
|
+
}, md = () => /* @__PURE__ */ R.jsx("div", { className: Tr.wrapper, children: /* @__PURE__ */ R.jsx("aside", { className: Tr.loadingSpinner, children: /* @__PURE__ */ R.jsx("i", {}) }) });
|
|
4420
4421
|
function Pn() {
|
|
4421
4422
|
return {
|
|
4422
4423
|
async: !1,
|
|
@@ -4435,33 +4436,33 @@ let We = Pn();
|
|
|
4435
4436
|
function xo(t) {
|
|
4436
4437
|
We = t;
|
|
4437
4438
|
}
|
|
4438
|
-
const yo = /[&<>"']/,
|
|
4439
|
+
const yo = /[&<>"']/, Hu = new RegExp(yo.source, "g"), Eo = /[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/, Du = new RegExp(Eo.source, "g"), Zu = {
|
|
4439
4440
|
"&": "&",
|
|
4440
4441
|
"<": "<",
|
|
4441
4442
|
">": ">",
|
|
4442
4443
|
'"': """,
|
|
4443
4444
|
"'": "'"
|
|
4444
|
-
}, Mr = (t) =>
|
|
4445
|
+
}, Mr = (t) => Zu[t];
|
|
4445
4446
|
function we(t, e) {
|
|
4446
4447
|
if (e) {
|
|
4447
4448
|
if (yo.test(t))
|
|
4448
|
-
return t.replace(
|
|
4449
|
+
return t.replace(Hu, Mr);
|
|
4449
4450
|
} else if (Eo.test(t))
|
|
4450
|
-
return t.replace(
|
|
4451
|
+
return t.replace(Du, Mr);
|
|
4451
4452
|
return t;
|
|
4452
4453
|
}
|
|
4453
|
-
const
|
|
4454
|
-
function
|
|
4455
|
-
return t.replace(
|
|
4454
|
+
const zu = /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;
|
|
4455
|
+
function qu(t) {
|
|
4456
|
+
return t.replace(zu, (e, n) => (n = n.toLowerCase(), n === "colon" ? ":" : n.charAt(0) === "#" ? n.charAt(1) === "x" ? String.fromCharCode(parseInt(n.substring(2), 16)) : String.fromCharCode(+n.substring(1)) : ""));
|
|
4456
4457
|
}
|
|
4457
|
-
const
|
|
4458
|
+
const Uu = /(^|[^\[])\^/g;
|
|
4458
4459
|
function le(t, e) {
|
|
4459
4460
|
let n = typeof t == "string" ? t : t.source;
|
|
4460
4461
|
e = e || "";
|
|
4461
4462
|
const r = {
|
|
4462
4463
|
replace: (o, s) => {
|
|
4463
4464
|
let a = typeof s == "string" ? s : s.source;
|
|
4464
|
-
return a = a.replace(
|
|
4465
|
+
return a = a.replace(Uu, "$1"), n = n.replace(o, a), r;
|
|
4465
4466
|
},
|
|
4466
4467
|
getRegex: () => new RegExp(n, e)
|
|
4467
4468
|
};
|
|
@@ -4494,7 +4495,7 @@ function Pr(t, e) {
|
|
|
4494
4495
|
r[o] = r[o].trim().replace(/\\\|/g, "|");
|
|
4495
4496
|
return r;
|
|
4496
4497
|
}
|
|
4497
|
-
function
|
|
4498
|
+
function bt(t, e, n) {
|
|
4498
4499
|
const r = t.length;
|
|
4499
4500
|
if (r === 0)
|
|
4500
4501
|
return "";
|
|
@@ -4510,7 +4511,7 @@ function kt(t, e, n) {
|
|
|
4510
4511
|
}
|
|
4511
4512
|
return t.slice(0, r - o);
|
|
4512
4513
|
}
|
|
4513
|
-
function
|
|
4514
|
+
function Yu(t, e) {
|
|
4514
4515
|
if (t.indexOf(e[1]) === -1)
|
|
4515
4516
|
return -1;
|
|
4516
4517
|
let n = 0;
|
|
@@ -4545,7 +4546,7 @@ function Lr(t, e, n, r) {
|
|
|
4545
4546
|
text: we(a)
|
|
4546
4547
|
};
|
|
4547
4548
|
}
|
|
4548
|
-
function
|
|
4549
|
+
function Ku(t, e) {
|
|
4549
4550
|
const n = t.match(/^(\s+)(?:```)/);
|
|
4550
4551
|
if (n === null)
|
|
4551
4552
|
return e;
|
|
@@ -4560,7 +4561,7 @@ function Uu(t, e) {
|
|
|
4560
4561
|
}).join(`
|
|
4561
4562
|
`);
|
|
4562
4563
|
}
|
|
4563
|
-
class
|
|
4564
|
+
class At {
|
|
4564
4565
|
// set by the lexer
|
|
4565
4566
|
constructor(e) {
|
|
4566
4567
|
de(this, "options");
|
|
@@ -4585,7 +4586,7 @@ class Ft {
|
|
|
4585
4586
|
type: "code",
|
|
4586
4587
|
raw: n[0],
|
|
4587
4588
|
codeBlockStyle: "indented",
|
|
4588
|
-
text: this.options.pedantic ? r :
|
|
4589
|
+
text: this.options.pedantic ? r : bt(r, `
|
|
4589
4590
|
`)
|
|
4590
4591
|
};
|
|
4591
4592
|
}
|
|
@@ -4593,7 +4594,7 @@ class Ft {
|
|
|
4593
4594
|
fences(e) {
|
|
4594
4595
|
const n = this.rules.block.fences.exec(e);
|
|
4595
4596
|
if (n) {
|
|
4596
|
-
const r = n[0], o =
|
|
4597
|
+
const r = n[0], o = Ku(r, n[3] || "");
|
|
4597
4598
|
return {
|
|
4598
4599
|
type: "code",
|
|
4599
4600
|
raw: r,
|
|
@@ -4607,7 +4608,7 @@ class Ft {
|
|
|
4607
4608
|
if (n) {
|
|
4608
4609
|
let r = n[2].trim();
|
|
4609
4610
|
if (/#$/.test(r)) {
|
|
4610
|
-
const o =
|
|
4611
|
+
const o = bt(r, "#");
|
|
4611
4612
|
(this.options.pedantic || !o || / $/.test(o)) && (r = o.trim());
|
|
4612
4613
|
}
|
|
4613
4614
|
return {
|
|
@@ -4630,8 +4631,11 @@ class Ft {
|
|
|
4630
4631
|
blockquote(e) {
|
|
4631
4632
|
const n = this.rules.block.blockquote.exec(e);
|
|
4632
4633
|
if (n) {
|
|
4633
|
-
|
|
4634
|
-
`)
|
|
4634
|
+
let r = n[0].replace(/\n {0,3}((?:=+|-+) *)(?=\n|$)/g, `
|
|
4635
|
+
$1`);
|
|
4636
|
+
r = bt(r.replace(/^ *>[ \t]?/gm, ""), `
|
|
4637
|
+
`);
|
|
4638
|
+
const o = this.lexer.state.top;
|
|
4635
4639
|
this.lexer.state.top = !0;
|
|
4636
4640
|
const s = this.lexer.blockTokens(r);
|
|
4637
4641
|
return this.lexer.state.top = o, {
|
|
@@ -4826,11 +4830,11 @@ class Ft {
|
|
|
4826
4830
|
if (!this.options.pedantic && /^</.test(r)) {
|
|
4827
4831
|
if (!/>$/.test(r))
|
|
4828
4832
|
return;
|
|
4829
|
-
const a =
|
|
4833
|
+
const a = bt(r.slice(0, -1), "\\");
|
|
4830
4834
|
if ((r.length - a.length) % 2 === 0)
|
|
4831
4835
|
return;
|
|
4832
4836
|
} else {
|
|
4833
|
-
const a =
|
|
4837
|
+
const a = Yu(n[2], "()");
|
|
4834
4838
|
if (a > -1) {
|
|
4835
4839
|
const c = (n[0].indexOf("!") === 0 ? 5 : 4) + n[1].length + a;
|
|
4836
4840
|
n[2] = n[2].substring(0, a), n[0] = n[0].substring(0, c).trim(), n[3] = "";
|
|
@@ -4994,25 +4998,25 @@ class Ft {
|
|
|
4994
4998
|
}
|
|
4995
4999
|
}
|
|
4996
5000
|
}
|
|
4997
|
-
const
|
|
4998
|
-
blockquote:
|
|
4999
|
-
code:
|
|
5000
|
-
def:
|
|
5001
|
-
fences:
|
|
5002
|
-
heading:
|
|
5003
|
-
hr:
|
|
5004
|
-
html:
|
|
5001
|
+
const Qu = /^(?: *(?:\n|$))+/, Xu = /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, Gu = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, ft = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, Ju = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, _o = /(?:[*+-]|\d{1,9}[.)])/, Ro = le(/^(?!bull |blockCode|fences|blockquote|heading|html)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html))+?)\n {0,3}(=+|-+) *(?:\n+|$)/).replace(/bull/g, _o).replace(/blockCode/g, / {4}/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).getRegex(), Ln = /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, e2 = /^[^\n]+/, An = /(?!\s*\])(?:\\.|[^\[\]\\])+/, t2 = le(/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/).replace("label", An).replace("title", /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(), n2 = le(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g, _o).getRegex(), Ut = "address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul", Fn = /<!--(?:-?>|[\s\S]*?(?:-->|$))/, r2 = le("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))", "i").replace("comment", Fn).replace("tag", Ut).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(), Co = le(Ln).replace("hr", ft).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("|table", "").replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ut).getRegex(), o2 = le(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph", Co).getRegex(), On = {
|
|
5002
|
+
blockquote: o2,
|
|
5003
|
+
code: Xu,
|
|
5004
|
+
def: t2,
|
|
5005
|
+
fences: Gu,
|
|
5006
|
+
heading: Ju,
|
|
5007
|
+
hr: ft,
|
|
5008
|
+
html: r2,
|
|
5005
5009
|
lheading: Ro,
|
|
5006
|
-
list:
|
|
5007
|
-
newline:
|
|
5010
|
+
list: n2,
|
|
5011
|
+
newline: Qu,
|
|
5008
5012
|
paragraph: Co,
|
|
5009
5013
|
table: st,
|
|
5010
|
-
text:
|
|
5011
|
-
}, Ar = le("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",
|
|
5014
|
+
text: e2
|
|
5015
|
+
}, Ar = le("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr", ft).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("blockquote", " {0,3}>").replace("code", " {4}[^\\n]").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ut).getRegex(), s2 = {
|
|
5012
5016
|
...On,
|
|
5013
5017
|
table: Ar,
|
|
5014
|
-
paragraph: le(Ln).replace("hr",
|
|
5015
|
-
},
|
|
5018
|
+
paragraph: le(Ln).replace("hr", ft).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("table", Ar).replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ut).getRegex()
|
|
5019
|
+
}, a2 = {
|
|
5016
5020
|
...On,
|
|
5017
5021
|
html: le(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment", Fn).replace(/tag/g, "(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),
|
|
5018
5022
|
def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,
|
|
@@ -5020,33 +5024,33 @@ const Yu = /^(?: *(?:\n|$))+/, Ku = /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, Qu =
|
|
|
5020
5024
|
fences: st,
|
|
5021
5025
|
// fences not supported
|
|
5022
5026
|
lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,
|
|
5023
|
-
paragraph: le(Ln).replace("hr",
|
|
5027
|
+
paragraph: le(Ln).replace("hr", ft).replace("heading", ` *#{1,6} *[^
|
|
5024
5028
|
]`).replace("lheading", Ro).replace("|table", "").replace("blockquote", " {0,3}>").replace("|fences", "").replace("|list", "").replace("|html", "").replace("|tag", "").getRegex()
|
|
5025
|
-
}, So = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,
|
|
5029
|
+
}, So = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, i2 = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, To = /^( {2,}|\\)\n(?!\s*$)/, l2 = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/, ht = "\\p{P}\\p{S}", c2 = le(/^((?![*_])[\spunctuation])/, "u").replace(/punctuation/g, ht).getRegex(), u2 = /\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g, d2 = le(/^(?:\*+(?:((?!\*)[punct])|[^\s*]))|^_+(?:((?!_)[punct])|([^\s_]))/, "u").replace(/punct/g, ht).getRegex(), f2 = le("^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)[punct](\\*+)(?=[\\s]|$)|[^punct\\s](\\*+)(?!\\*)(?=[punct\\s]|$)|(?!\\*)[punct\\s](\\*+)(?=[^punct\\s])|[\\s](\\*+)(?!\\*)(?=[punct])|(?!\\*)[punct](\\*+)(?!\\*)(?=[punct])|[^punct\\s](\\*+)(?=[^punct\\s])", "gu").replace(/punct/g, ht).getRegex(), h2 = le("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)[punct](_+)(?=[\\s]|$)|[^punct\\s](_+)(?!_)(?=[punct\\s]|$)|(?!_)[punct\\s](_+)(?=[^punct\\s])|[\\s](_+)(?!_)(?=[punct])|(?!_)[punct](_+)(?!_)(?=[punct])", "gu").replace(/punct/g, ht).getRegex(), p2 = le(/\\([punct])/, "gu").replace(/punct/g, ht).getRegex(), m2 = le(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme", /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email", /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(), g2 = le(Fn).replace("(?:-->|$)", "-->").getRegex(), w2 = le("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment", g2).replace("attribute", /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(), Ft = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/, v2 = le(/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/).replace("label", Ft).replace("href", /<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/).replace("title", /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(), Mo = le(/^!?\[(label)\]\[(ref)\]/).replace("label", Ft).replace("ref", An).getRegex(), $o = le(/^!?\[(ref)\](?:\[\])?/).replace("ref", An).getRegex(), b2 = le("reflink|nolink(?!\\()", "g").replace("reflink", Mo).replace("nolink", $o).getRegex(), In = {
|
|
5026
5030
|
_backpedal: st,
|
|
5027
5031
|
// only used for GFM url
|
|
5028
|
-
anyPunctuation:
|
|
5029
|
-
autolink:
|
|
5030
|
-
blockSkip:
|
|
5032
|
+
anyPunctuation: p2,
|
|
5033
|
+
autolink: m2,
|
|
5034
|
+
blockSkip: u2,
|
|
5031
5035
|
br: To,
|
|
5032
|
-
code:
|
|
5036
|
+
code: i2,
|
|
5033
5037
|
del: st,
|
|
5034
|
-
emStrongLDelim:
|
|
5035
|
-
emStrongRDelimAst:
|
|
5036
|
-
emStrongRDelimUnd:
|
|
5038
|
+
emStrongLDelim: d2,
|
|
5039
|
+
emStrongRDelimAst: f2,
|
|
5040
|
+
emStrongRDelimUnd: h2,
|
|
5037
5041
|
escape: So,
|
|
5038
|
-
link:
|
|
5042
|
+
link: v2,
|
|
5039
5043
|
nolink: $o,
|
|
5040
|
-
punctuation:
|
|
5044
|
+
punctuation: c2,
|
|
5041
5045
|
reflink: Mo,
|
|
5042
|
-
reflinkSearch:
|
|
5043
|
-
tag:
|
|
5044
|
-
text:
|
|
5046
|
+
reflinkSearch: b2,
|
|
5047
|
+
tag: w2,
|
|
5048
|
+
text: l2,
|
|
5045
5049
|
url: st
|
|
5046
|
-
},
|
|
5050
|
+
}, k2 = {
|
|
5047
5051
|
...In,
|
|
5048
|
-
link: le(/^!?\[(label)\]\((.*?)\)/).replace("label",
|
|
5049
|
-
reflink: le(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",
|
|
5052
|
+
link: le(/^!?\[(label)\]\((.*?)\)/).replace("label", Ft).getRegex(),
|
|
5053
|
+
reflink: le(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", Ft).getRegex()
|
|
5050
5054
|
}, bn = {
|
|
5051
5055
|
...In,
|
|
5052
5056
|
escape: le(So).replace("])", "~|])").getRegex(),
|
|
@@ -5054,19 +5058,19 @@ const Yu = /^(?: *(?:\n|$))+/, Ku = /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/, Qu =
|
|
|
5054
5058
|
_backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,
|
|
5055
5059
|
del: /^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,
|
|
5056
5060
|
text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/
|
|
5057
|
-
},
|
|
5061
|
+
}, x2 = {
|
|
5058
5062
|
...bn,
|
|
5059
5063
|
br: le(To).replace("{2,}", "*").getRegex(),
|
|
5060
5064
|
text: le(bn.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
5061
|
-
},
|
|
5065
|
+
}, kt = {
|
|
5062
5066
|
normal: On,
|
|
5063
|
-
gfm:
|
|
5064
|
-
pedantic:
|
|
5067
|
+
gfm: s2,
|
|
5068
|
+
pedantic: a2
|
|
5065
5069
|
}, tt = {
|
|
5066
5070
|
normal: In,
|
|
5067
5071
|
gfm: bn,
|
|
5068
|
-
breaks:
|
|
5069
|
-
pedantic:
|
|
5072
|
+
breaks: x2,
|
|
5073
|
+
pedantic: k2
|
|
5070
5074
|
};
|
|
5071
5075
|
class Ee {
|
|
5072
5076
|
constructor(e) {
|
|
@@ -5075,23 +5079,23 @@ class Ee {
|
|
|
5075
5079
|
de(this, "state");
|
|
5076
5080
|
de(this, "tokenizer");
|
|
5077
5081
|
de(this, "inlineQueue");
|
|
5078
|
-
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e || We, this.options.tokenizer = this.options.tokenizer || new
|
|
5082
|
+
this.tokens = [], this.tokens.links = /* @__PURE__ */ Object.create(null), this.options = e || We, this.options.tokenizer = this.options.tokenizer || new At(), this.tokenizer = this.options.tokenizer, this.tokenizer.options = this.options, this.tokenizer.lexer = this, this.inlineQueue = [], this.state = {
|
|
5079
5083
|
inLink: !1,
|
|
5080
5084
|
inRawBlock: !1,
|
|
5081
5085
|
top: !0
|
|
5082
5086
|
};
|
|
5083
5087
|
const n = {
|
|
5084
|
-
block:
|
|
5088
|
+
block: kt.normal,
|
|
5085
5089
|
inline: tt.normal
|
|
5086
5090
|
};
|
|
5087
|
-
this.options.pedantic ? (n.block =
|
|
5091
|
+
this.options.pedantic ? (n.block = kt.pedantic, n.inline = tt.pedantic) : this.options.gfm && (n.block = kt.gfm, this.options.breaks ? n.inline = tt.breaks : n.inline = tt.gfm), this.tokenizer.rules = n;
|
|
5088
5092
|
}
|
|
5089
5093
|
/**
|
|
5090
5094
|
* Expose Rules
|
|
5091
5095
|
*/
|
|
5092
5096
|
static get rules() {
|
|
5093
5097
|
return {
|
|
5094
|
-
block:
|
|
5098
|
+
block: kt,
|
|
5095
5099
|
inline: tt
|
|
5096
5100
|
};
|
|
5097
5101
|
}
|
|
@@ -5291,7 +5295,7 @@ class Ee {
|
|
|
5291
5295
|
return n;
|
|
5292
5296
|
}
|
|
5293
5297
|
}
|
|
5294
|
-
class
|
|
5298
|
+
class Ot {
|
|
5295
5299
|
constructor(e) {
|
|
5296
5300
|
de(this, "options");
|
|
5297
5301
|
this.options = e || We;
|
|
@@ -5427,7 +5431,7 @@ class _e {
|
|
|
5427
5431
|
de(this, "options");
|
|
5428
5432
|
de(this, "renderer");
|
|
5429
5433
|
de(this, "textRenderer");
|
|
5430
|
-
this.options = e || We, this.options.renderer = this.options.renderer || new
|
|
5434
|
+
this.options = e || We, this.options.renderer = this.options.renderer || new Ot(), this.renderer = this.options.renderer, this.renderer.options = this.options, this.textRenderer = new Nn();
|
|
5431
5435
|
}
|
|
5432
5436
|
/**
|
|
5433
5437
|
* Static Parse Method
|
|
@@ -5464,7 +5468,7 @@ class _e {
|
|
|
5464
5468
|
}
|
|
5465
5469
|
case "heading": {
|
|
5466
5470
|
const a = s;
|
|
5467
|
-
r += this.renderer.heading(this.parseInline(a.tokens), a.depth,
|
|
5471
|
+
r += this.renderer.heading(this.parseInline(a.tokens), a.depth, qu(this.parseInline(a.tokens, this.textRenderer)));
|
|
5468
5472
|
continue;
|
|
5469
5473
|
}
|
|
5470
5474
|
case "code": {
|
|
@@ -5645,20 +5649,20 @@ de(at, "passThroughHooks", /* @__PURE__ */ new Set([
|
|
|
5645
5649
|
"postprocess",
|
|
5646
5650
|
"processAllTokens"
|
|
5647
5651
|
]));
|
|
5648
|
-
var ut, kn,
|
|
5649
|
-
class
|
|
5652
|
+
var ut, kn, It, Po;
|
|
5653
|
+
class y2 {
|
|
5650
5654
|
constructor(...e) {
|
|
5651
5655
|
Jt(this, ut);
|
|
5652
|
-
Jt(this,
|
|
5656
|
+
Jt(this, It);
|
|
5653
5657
|
de(this, "defaults", Pn());
|
|
5654
5658
|
de(this, "options", this.setOptions);
|
|
5655
|
-
de(this, "parse",
|
|
5656
|
-
de(this, "parseInline",
|
|
5659
|
+
de(this, "parse", gt(this, ut, kn).call(this, Ee.lex, _e.parse));
|
|
5660
|
+
de(this, "parseInline", gt(this, ut, kn).call(this, Ee.lexInline, _e.parseInline));
|
|
5657
5661
|
de(this, "Parser", _e);
|
|
5658
|
-
de(this, "Renderer",
|
|
5662
|
+
de(this, "Renderer", Ot);
|
|
5659
5663
|
de(this, "TextRenderer", Nn);
|
|
5660
5664
|
de(this, "Lexer", Ee);
|
|
5661
|
-
de(this, "Tokenizer",
|
|
5665
|
+
de(this, "Tokenizer", At);
|
|
5662
5666
|
de(this, "Hooks", at);
|
|
5663
5667
|
this.use(...e);
|
|
5664
5668
|
}
|
|
@@ -5716,7 +5720,7 @@ class k2 {
|
|
|
5716
5720
|
}
|
|
5717
5721
|
"childTokens" in s && s.childTokens && (n.childTokens[s.name] = s.childTokens);
|
|
5718
5722
|
}), o.extensions = n), r.renderer) {
|
|
5719
|
-
const s = this.defaults.renderer || new
|
|
5723
|
+
const s = this.defaults.renderer || new Ot(this.defaults);
|
|
5720
5724
|
for (const a in r.renderer) {
|
|
5721
5725
|
if (!(a in s))
|
|
5722
5726
|
throw new Error(`renderer '${a}' does not exist`);
|
|
@@ -5731,7 +5735,7 @@ class k2 {
|
|
|
5731
5735
|
o.renderer = s;
|
|
5732
5736
|
}
|
|
5733
5737
|
if (r.tokenizer) {
|
|
5734
|
-
const s = this.defaults.tokenizer || new
|
|
5738
|
+
const s = this.defaults.tokenizer || new At(this.defaults);
|
|
5735
5739
|
for (const a in r.tokenizer) {
|
|
5736
5740
|
if (!(a in s))
|
|
5737
5741
|
throw new Error(`tokenizer '${a}' does not exist`);
|
|
@@ -5789,7 +5793,7 @@ ut = new WeakSet(), kn = function(e, n) {
|
|
|
5789
5793
|
return (r, o) => {
|
|
5790
5794
|
const s = { ...o }, a = { ...this.defaults, ...s };
|
|
5791
5795
|
this.defaults.async === !0 && s.async === !1 && (a.silent || console.warn("marked(): The async option was set to true by an extension. The async: false option sent to parse will be ignored."), a.async = !0);
|
|
5792
|
-
const l =
|
|
5796
|
+
const l = gt(this, It, Po).call(this, !!a.silent, !!a.async);
|
|
5793
5797
|
if (typeof r > "u" || r === null)
|
|
5794
5798
|
return l(new Error("marked(): input parameter is undefined or null"));
|
|
5795
5799
|
if (typeof r != "string")
|
|
@@ -5806,7 +5810,7 @@ ut = new WeakSet(), kn = function(e, n) {
|
|
|
5806
5810
|
return l(c);
|
|
5807
5811
|
}
|
|
5808
5812
|
};
|
|
5809
|
-
},
|
|
5813
|
+
}, It = new WeakSet(), Po = function(e, n) {
|
|
5810
5814
|
return (r) => {
|
|
5811
5815
|
if (r.message += `
|
|
5812
5816
|
Please report this to https://github.com/markedjs/marked.`, e) {
|
|
@@ -5818,7 +5822,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
|
|
|
5818
5822
|
throw r;
|
|
5819
5823
|
};
|
|
5820
5824
|
};
|
|
5821
|
-
const Be = new
|
|
5825
|
+
const Be = new y2();
|
|
5822
5826
|
function ie(t, e) {
|
|
5823
5827
|
return Be.parse(t, e);
|
|
5824
5828
|
}
|
|
@@ -5836,11 +5840,11 @@ ie.walkTokens = function(t, e) {
|
|
|
5836
5840
|
ie.parseInline = Be.parseInline;
|
|
5837
5841
|
ie.Parser = _e;
|
|
5838
5842
|
ie.parser = _e.parse;
|
|
5839
|
-
ie.Renderer =
|
|
5843
|
+
ie.Renderer = Ot;
|
|
5840
5844
|
ie.TextRenderer = Nn;
|
|
5841
5845
|
ie.Lexer = Ee;
|
|
5842
5846
|
ie.lexer = Ee.lex;
|
|
5843
|
-
ie.Tokenizer =
|
|
5847
|
+
ie.Tokenizer = At;
|
|
5844
5848
|
ie.Hooks = at;
|
|
5845
5849
|
ie.parse = ie;
|
|
5846
5850
|
ie.options;
|
|
@@ -5850,16 +5854,22 @@ ie.walkTokens;
|
|
|
5850
5854
|
ie.parseInline;
|
|
5851
5855
|
_e.parse;
|
|
5852
5856
|
Ee.lex;
|
|
5853
|
-
function
|
|
5854
|
-
return /* @__PURE__ */ R.jsx(
|
|
5857
|
+
function gd({ className: t, text: e }) {
|
|
5858
|
+
return /* @__PURE__ */ R.jsx(
|
|
5859
|
+
"span",
|
|
5860
|
+
{
|
|
5861
|
+
className: t,
|
|
5862
|
+
dangerouslySetInnerHTML: { __html: ie.parse(e) }
|
|
5863
|
+
}
|
|
5864
|
+
);
|
|
5855
5865
|
}
|
|
5856
|
-
const
|
|
5857
|
-
menuItem:
|
|
5858
|
-
highlightFrame:
|
|
5859
|
-
rightIcon:
|
|
5866
|
+
const E2 = "_menuItem_14dl4_106", _2 = "_highlightFrame_14dl4_118", R2 = "_rightIcon_14dl4_126", C2 = "_leftIcon_14dl4_134", nt = {
|
|
5867
|
+
menuItem: E2,
|
|
5868
|
+
highlightFrame: _2,
|
|
5869
|
+
rightIcon: R2,
|
|
5860
5870
|
"menuItem--selected": "_menuItem--selected_14dl4_131",
|
|
5861
|
-
leftIcon:
|
|
5862
|
-
},
|
|
5871
|
+
leftIcon: C2
|
|
5872
|
+
}, wd = ({
|
|
5863
5873
|
isSelected: t,
|
|
5864
5874
|
labelPillText: e,
|
|
5865
5875
|
leftIcon: n,
|
|
@@ -5878,15 +5888,15 @@ const x2 = "_menuItem_14dl4_106", y2 = "_highlightFrame_14dl4_118", E2 = "_right
|
|
|
5878
5888
|
children: /* @__PURE__ */ R.jsxs("span", { className: re(nt.highlightFrame), children: [
|
|
5879
5889
|
/* @__PURE__ */ R.jsx("span", { className: nt.leftIcon, children: n }),
|
|
5880
5890
|
/* @__PURE__ */ R.jsx(ye, { type: t ? "h5" : "body-large", as: "span", children: a }),
|
|
5881
|
-
e && /* @__PURE__ */ R.jsx(
|
|
5891
|
+
e && /* @__PURE__ */ R.jsx(Nu, { label: e, size: "medium" }),
|
|
5882
5892
|
o && /* @__PURE__ */ R.jsx("span", { className: nt.rightIcon, children: o })
|
|
5883
5893
|
] })
|
|
5884
5894
|
}
|
|
5885
|
-
),
|
|
5886
|
-
bubbleContent:
|
|
5887
|
-
bubble:
|
|
5895
|
+
), S2 = "_bubbleContent_1mlh3_106", T2 = "_bubble_1mlh3_106", dn = {
|
|
5896
|
+
bubbleContent: S2,
|
|
5897
|
+
bubble: T2,
|
|
5888
5898
|
"bubble--empty": "_bubble--empty_1mlh3_140"
|
|
5889
|
-
},
|
|
5899
|
+
}, M2 = 9, Fr = (t) => {
|
|
5890
5900
|
const { ariaLabel: e, children: n, value: r } = t, o = r === void 0, s = o ? void 0 : Math.max(0, r).toString(), a = re({
|
|
5891
5901
|
[dn["bubble--empty"]]: o,
|
|
5892
5902
|
[dn.bubble]: !0
|
|
@@ -5896,24 +5906,24 @@ const x2 = "_menuItem_14dl4_106", y2 = "_highlightFrame_14dl4_118", E2 = "_right
|
|
|
5896
5906
|
{
|
|
5897
5907
|
badgeContent: s,
|
|
5898
5908
|
className: dn.bubbleContent,
|
|
5899
|
-
max:
|
|
5909
|
+
max: M2,
|
|
5900
5910
|
slotProps: { badge: { className: a } },
|
|
5901
5911
|
"aria-label": e,
|
|
5902
5912
|
role: "status",
|
|
5903
5913
|
children: n
|
|
5904
5914
|
}
|
|
5905
5915
|
);
|
|
5906
|
-
},
|
|
5907
|
-
textButton:
|
|
5916
|
+
}, $2 = "_textButton_17ryd_106", fn = {
|
|
5917
|
+
textButton: $2,
|
|
5908
5918
|
"textButton--green": "_textButton--green_17ryd_114",
|
|
5909
5919
|
"textButton--blue": "_textButton--blue_17ryd_120",
|
|
5910
5920
|
"textButton--text": "_textButton--text_17ryd_126"
|
|
5911
|
-
},
|
|
5921
|
+
}, P2 = {
|
|
5912
5922
|
large: "h5",
|
|
5913
5923
|
medium: "body-semibold",
|
|
5914
5924
|
small: "detail-bold"
|
|
5915
5925
|
};
|
|
5916
|
-
function
|
|
5926
|
+
function L2({
|
|
5917
5927
|
color: t,
|
|
5918
5928
|
disabled: e,
|
|
5919
5929
|
leftIcon: n,
|
|
@@ -5934,7 +5944,7 @@ function $2({
|
|
|
5934
5944
|
/* @__PURE__ */ R.jsx(
|
|
5935
5945
|
ye,
|
|
5936
5946
|
{
|
|
5937
|
-
type:
|
|
5947
|
+
type: P2[o],
|
|
5938
5948
|
as: "span",
|
|
5939
5949
|
className: re(fn.textButtonTypography),
|
|
5940
5950
|
children: s
|
|
@@ -5945,16 +5955,16 @@ function $2({
|
|
|
5945
5955
|
}
|
|
5946
5956
|
);
|
|
5947
5957
|
}
|
|
5948
|
-
const
|
|
5949
|
-
backdrop:
|
|
5950
|
-
}, Lo =
|
|
5958
|
+
const A2 = "_backdrop_4nnwx_106", F2 = {
|
|
5959
|
+
backdrop: A2
|
|
5960
|
+
}, Lo = m((t, e) => /* @__PURE__ */ R.jsx("div", { ref: e, ...t, className: F2.backdrop }));
|
|
5951
5961
|
Lo.displayName = "Backdrop";
|
|
5952
|
-
const
|
|
5953
|
-
modal:
|
|
5954
|
-
modalWrapper:
|
|
5955
|
-
modalHeader:
|
|
5956
|
-
modalFooter:
|
|
5957
|
-
},
|
|
5962
|
+
const O2 = "_modal_6agvp_106", I2 = "_modalWrapper_6agvp_114", N2 = "_modalHeader_6agvp_125", V2 = "_modalFooter_6agvp_147", xt = {
|
|
5963
|
+
modal: O2,
|
|
5964
|
+
modalWrapper: I2,
|
|
5965
|
+
modalHeader: N2,
|
|
5966
|
+
modalFooter: V2
|
|
5967
|
+
}, vd = ({
|
|
5958
5968
|
ariaLabel: t,
|
|
5959
5969
|
ariaLabelledBy: e,
|
|
5960
5970
|
closeButtonText: n = "Abbrechen",
|
|
@@ -5970,12 +5980,12 @@ const A2 = "_modal_6agvp_106", F2 = "_modalWrapper_6agvp_114", O2 = "_modalHeade
|
|
|
5970
5980
|
open: a,
|
|
5971
5981
|
onClose: s,
|
|
5972
5982
|
slots: { backdrop: Lo },
|
|
5973
|
-
className:
|
|
5974
|
-
children: /* @__PURE__ */ R.jsxs("div", { className:
|
|
5975
|
-
/* @__PURE__ */ R.jsx("div", { className:
|
|
5983
|
+
className: xt.modal,
|
|
5984
|
+
children: /* @__PURE__ */ R.jsxs("div", { className: xt.modalWrapper, children: [
|
|
5985
|
+
/* @__PURE__ */ R.jsx("div", { className: xt.modalHeader, children: o }),
|
|
5976
5986
|
r,
|
|
5977
|
-
/* @__PURE__ */ R.jsx("div", { className:
|
|
5978
|
-
|
|
5987
|
+
/* @__PURE__ */ R.jsx("div", { className: xt.modalFooter, children: /* @__PURE__ */ R.jsx(
|
|
5988
|
+
L2,
|
|
5979
5989
|
{
|
|
5980
5990
|
onClick: s,
|
|
5981
5991
|
color: "blue",
|
|
@@ -5985,26 +5995,26 @@ const A2 = "_modal_6agvp_106", F2 = "_modalWrapper_6agvp_114", O2 = "_modalHeade
|
|
|
5985
5995
|
) })
|
|
5986
5996
|
] })
|
|
5987
5997
|
}
|
|
5988
|
-
),
|
|
5989
|
-
navBar:
|
|
5990
|
-
},
|
|
5991
|
-
const [r, o] =
|
|
5998
|
+
), j2 = "_navBar_pjatm_106", B2 = {
|
|
5999
|
+
navBar: j2
|
|
6000
|
+
}, bd = ({ children: t, onChange: e, value: n }) => {
|
|
6001
|
+
const [r, o] = Nr(n || ""), s = (a) => {
|
|
5992
6002
|
e(a), o(a);
|
|
5993
6003
|
};
|
|
5994
|
-
return /* @__PURE__ */ R.jsx("ul", { className:
|
|
6004
|
+
return /* @__PURE__ */ R.jsx("ul", { className: B2.navBar, children: Nt.map(
|
|
5995
6005
|
t,
|
|
5996
6006
|
(a) => xn(a, {
|
|
5997
6007
|
active: a.props.id.toLowerCase() === r.toLowerCase(),
|
|
5998
6008
|
onChange: s
|
|
5999
6009
|
})
|
|
6000
6010
|
) });
|
|
6001
|
-
},
|
|
6002
|
-
listItem:
|
|
6003
|
-
navItem:
|
|
6004
|
-
selector:
|
|
6011
|
+
}, W2 = "_listItem_3we3l_106", H2 = "_navItem_3we3l_106", D2 = "_selector_3we3l_120", Z2 = "_label_3we3l_141", rt = {
|
|
6012
|
+
listItem: W2,
|
|
6013
|
+
navItem: H2,
|
|
6014
|
+
selector: D2,
|
|
6005
6015
|
"navItem--active": "_navItem--active_3we3l_128",
|
|
6006
|
-
label:
|
|
6007
|
-
},
|
|
6016
|
+
label: Z2
|
|
6017
|
+
}, kd = ({ active: t, ariaLabel: e, icon: n, id: r, label: o, onChange: s }) => {
|
|
6008
6018
|
const a = () => {
|
|
6009
6019
|
s && s(r);
|
|
6010
6020
|
};
|
|
@@ -6023,51 +6033,60 @@ const A2 = "_modal_6agvp_106", F2 = "_modalWrapper_6agvp_114", O2 = "_modalHeade
|
|
|
6023
6033
|
]
|
|
6024
6034
|
}
|
|
6025
6035
|
) });
|
|
6026
|
-
},
|
|
6027
|
-
wrapper:
|
|
6036
|
+
}, z2 = "_wrapper_s4007_106", yt = {
|
|
6037
|
+
wrapper: z2,
|
|
6028
6038
|
"wrapper--large": "_wrapper--large_s4007_117",
|
|
6029
6039
|
"wrapper--small": "_wrapper--small_s4007_120",
|
|
6030
6040
|
"wrapper--iconWrapper": "_wrapper--iconWrapper_s4007_124"
|
|
6031
|
-
},
|
|
6041
|
+
}, xd = ({ className: t, icon: e, size: n }) => {
|
|
6032
6042
|
const r = Ke(e, [je]);
|
|
6033
6043
|
return /* @__PURE__ */ R.jsx(
|
|
6034
6044
|
"div",
|
|
6035
6045
|
{
|
|
6036
|
-
className: re(
|
|
6037
|
-
[
|
|
6046
|
+
className: re(yt.wrapper, t, {
|
|
6047
|
+
[yt[`wrapper--${n}`]]: n
|
|
6038
6048
|
}),
|
|
6039
6049
|
"data-testid": "placeholder-thumbnail",
|
|
6040
6050
|
children: /* @__PURE__ */ R.jsx(
|
|
6041
6051
|
"div",
|
|
6042
6052
|
{
|
|
6043
|
-
className: re(
|
|
6044
|
-
[
|
|
6053
|
+
className: re(yt.wrapper, {
|
|
6054
|
+
[yt["wrapper--iconWrapper"]]: n === "large"
|
|
6045
6055
|
}),
|
|
6046
6056
|
children: r
|
|
6047
6057
|
}
|
|
6048
6058
|
)
|
|
6049
6059
|
}
|
|
6050
6060
|
);
|
|
6051
|
-
},
|
|
6052
|
-
base:
|
|
6061
|
+
}, q2 = "_base_1o08v_106", U2 = {
|
|
6062
|
+
base: q2
|
|
6053
6063
|
};
|
|
6054
6064
|
var Ao = /* @__PURE__ */ ((t) => (t[t.lg = 16] = "lg", t[t.md = 12] = "md", t[t.sm = 8] = "sm", t[t.xl = 24] = "xl", t))(Ao || {});
|
|
6055
|
-
const
|
|
6065
|
+
const yd = ({
|
|
6066
|
+
anchor: t,
|
|
6067
|
+
children: e,
|
|
6068
|
+
container: n,
|
|
6069
|
+
id: r,
|
|
6070
|
+
offset: o = "sm",
|
|
6071
|
+
open: s,
|
|
6072
|
+
placement: a
|
|
6073
|
+
}) => /* @__PURE__ */ R.jsx(
|
|
6056
6074
|
vo,
|
|
6057
6075
|
{
|
|
6058
|
-
className:
|
|
6059
|
-
id:
|
|
6060
|
-
open:
|
|
6076
|
+
className: U2.base,
|
|
6077
|
+
id: r,
|
|
6078
|
+
open: s,
|
|
6061
6079
|
anchor: t,
|
|
6062
|
-
offset: Ao[
|
|
6063
|
-
placement:
|
|
6080
|
+
offset: Ao[o],
|
|
6081
|
+
placement: a,
|
|
6082
|
+
container: n,
|
|
6064
6083
|
children: e
|
|
6065
6084
|
}
|
|
6066
|
-
),
|
|
6067
|
-
radio:
|
|
6085
|
+
), Y2 = "_radio_1xmmq_106", Or = {
|
|
6086
|
+
radio: Y2,
|
|
6068
6087
|
"radio--small": "_radio--small_1xmmq_124"
|
|
6069
6088
|
};
|
|
6070
|
-
function
|
|
6089
|
+
function Ed({
|
|
6071
6090
|
checked: t,
|
|
6072
6091
|
disabled: e,
|
|
6073
6092
|
id: n,
|
|
@@ -6096,31 +6115,31 @@ function xd({
|
|
|
6096
6115
|
/* @__PURE__ */ R.jsx("label", { htmlFor: n, className: l, children: r })
|
|
6097
6116
|
] });
|
|
6098
6117
|
}
|
|
6099
|
-
const
|
|
6100
|
-
radiobuttoncluster:
|
|
6118
|
+
const K2 = "_radiobuttoncluster_mfkyd_106", Q2 = {
|
|
6119
|
+
radiobuttoncluster: K2
|
|
6101
6120
|
};
|
|
6102
|
-
function
|
|
6121
|
+
function _d(t) {
|
|
6103
6122
|
const { children: e, disabled: n, onChange: r, value: o } = t;
|
|
6104
6123
|
function s(l) {
|
|
6105
6124
|
r(l);
|
|
6106
6125
|
}
|
|
6107
|
-
const a =
|
|
6126
|
+
const a = Nt.map(e, (l) => xn(l, {
|
|
6108
6127
|
checked: o === l.props.value,
|
|
6109
6128
|
onChange: s
|
|
6110
6129
|
}));
|
|
6111
|
-
return /* @__PURE__ */ R.jsx(Ti, { disabled: n, classname:
|
|
6130
|
+
return /* @__PURE__ */ R.jsx(Ti, { disabled: n, classname: Q2.radiobuttoncluster, children: a });
|
|
6112
6131
|
}
|
|
6113
|
-
const
|
|
6114
|
-
wrapper:
|
|
6115
|
-
textInputContainer:
|
|
6116
|
-
textInput:
|
|
6132
|
+
const X2 = "_wrapper_5atbg_106", G2 = "_textInputContainer_5atbg_109", J2 = "_textInput_5atbg_109", Fe = {
|
|
6133
|
+
wrapper: X2,
|
|
6134
|
+
textInputContainer: G2,
|
|
6135
|
+
textInput: J2,
|
|
6117
6136
|
"textInput--medium": "_textInput--medium_5atbg_149",
|
|
6118
6137
|
"textInput--small": "_textInput--small_5atbg_169",
|
|
6119
6138
|
"textInput--dark": "_textInput--dark_5atbg_188",
|
|
6120
6139
|
"textInput--light": "_textInput--light_5atbg_203",
|
|
6121
6140
|
"textInput--error": "_textInput--error_5atbg_221",
|
|
6122
6141
|
"textInputContainer--errorMessage": "_textInputContainer--errorMessage_5atbg_239"
|
|
6123
|
-
},
|
|
6142
|
+
}, Rd = ({
|
|
6124
6143
|
colorScheme: t,
|
|
6125
6144
|
errorMessage: e,
|
|
6126
6145
|
id: n,
|
|
@@ -6159,8 +6178,8 @@ const K2 = "_wrapper_5atbg_106", Q2 = "_textInputContainer_5atbg_109", X2 = "_te
|
|
|
6159
6178
|
}
|
|
6160
6179
|
)
|
|
6161
6180
|
] });
|
|
6162
|
-
},
|
|
6163
|
-
root:
|
|
6181
|
+
}, ed = "_root_tupki_113", Et = {
|
|
6182
|
+
root: ed,
|
|
6164
6183
|
"root--24": "_root--24_tupki_120",
|
|
6165
6184
|
"root--28": "_root--28_tupki_124",
|
|
6166
6185
|
"root--32": "_root--32_tupki_128",
|
|
@@ -6174,28 +6193,28 @@ const K2 = "_wrapper_5atbg_106", Q2 = "_textInputContainer_5atbg_109", X2 = "_te
|
|
|
6174
6193
|
"root--square": "_root--square_tupki_160",
|
|
6175
6194
|
"root--circular": "_root--circular_tupki_172",
|
|
6176
6195
|
"root--isPlaceholder": "_root--isPlaceholder_tupki_175"
|
|
6177
|
-
},
|
|
6196
|
+
}, Cd = ({
|
|
6178
6197
|
alt: t,
|
|
6179
6198
|
isPlaceholder: e,
|
|
6180
6199
|
shape: n,
|
|
6181
6200
|
size: r,
|
|
6182
6201
|
src: o
|
|
6183
6202
|
}) => {
|
|
6184
|
-
const s =
|
|
6203
|
+
const s = Et["root--isPlaceholder"];
|
|
6185
6204
|
return /* @__PURE__ */ R.jsx(
|
|
6186
6205
|
"div",
|
|
6187
6206
|
{
|
|
6188
|
-
className: re(
|
|
6207
|
+
className: re(Et.root, Et[`root--${r}`], Et[`root--${n}`], {
|
|
6189
6208
|
[s]: e
|
|
6190
6209
|
}),
|
|
6191
|
-
children: o && /* @__PURE__ */ R.jsx(
|
|
6210
|
+
children: o && /* @__PURE__ */ R.jsx(Fu, { src: o, alt: t })
|
|
6192
6211
|
}
|
|
6193
6212
|
);
|
|
6194
|
-
},
|
|
6213
|
+
}, td = "_slider_v0nwj_112", nd = "_focusVisible_v0nwj_134", hn = {
|
|
6195
6214
|
switch: "_switch_v0nwj_106",
|
|
6196
|
-
slider:
|
|
6197
|
-
focusVisible:
|
|
6198
|
-
},
|
|
6215
|
+
slider: td,
|
|
6216
|
+
focusVisible: nd
|
|
6217
|
+
}, rd = (t) => {
|
|
6199
6218
|
const { checked: e, disabled: n, focusVisible: r, getInputProps: o } = ti(t), { className: s, id: a } = t;
|
|
6200
6219
|
return /* @__PURE__ */ R.jsxs("span", { className: re(hn.switch, s), children: [
|
|
6201
6220
|
/* @__PURE__ */ R.jsx(
|
|
@@ -6219,14 +6238,14 @@ const K2 = "_wrapper_5atbg_106", Q2 = "_textInputContainer_5atbg_109", X2 = "_te
|
|
|
6219
6238
|
}
|
|
6220
6239
|
)
|
|
6221
6240
|
] });
|
|
6222
|
-
},
|
|
6223
|
-
toggleInput:
|
|
6224
|
-
textLabel:
|
|
6241
|
+
}, od = "_toggleInput_o6ptp_106", sd = "_textLabel_o6ptp_119", qe = {
|
|
6242
|
+
toggleInput: od,
|
|
6243
|
+
textLabel: sd,
|
|
6225
6244
|
switch: "_switch_o6ptp_122",
|
|
6226
6245
|
"toggleInput--checked": "_toggleInput--checked_o6ptp_125",
|
|
6227
6246
|
"toggleInput--disabled": "_toggleInput--disabled_o6ptp_128",
|
|
6228
6247
|
"toggleInput--withBorder": "_toggleInput--withBorder_o6ptp_131"
|
|
6229
|
-
},
|
|
6248
|
+
}, Sd = ({
|
|
6230
6249
|
checked: t,
|
|
6231
6250
|
defaultChecked: e,
|
|
6232
6251
|
disabled: n,
|
|
@@ -6246,7 +6265,7 @@ const K2 = "_wrapper_5atbg_106", Q2 = "_textInputContainer_5atbg_109", X2 = "_te
|
|
|
6246
6265
|
r && /* @__PURE__ */ R.jsx(je, { name: r, size: "32" }),
|
|
6247
6266
|
/* @__PURE__ */ R.jsx(ye, { type: "body-large", className: qe.textLabel, children: o }),
|
|
6248
6267
|
/* @__PURE__ */ R.jsx(
|
|
6249
|
-
|
|
6268
|
+
rd,
|
|
6250
6269
|
{
|
|
6251
6270
|
onChange: s,
|
|
6252
6271
|
disabled: n,
|
|
@@ -6259,37 +6278,37 @@ const K2 = "_wrapper_5atbg_106", Q2 = "_textInputContainer_5atbg_109", X2 = "_te
|
|
|
6259
6278
|
}
|
|
6260
6279
|
);
|
|
6261
6280
|
export {
|
|
6262
|
-
|
|
6263
|
-
|
|
6281
|
+
ld as Accordion,
|
|
6282
|
+
cd as AccordionItem,
|
|
6264
6283
|
ri as BaseButton,
|
|
6265
6284
|
qt as Button,
|
|
6266
|
-
|
|
6267
|
-
|
|
6285
|
+
ud as ButtonPrimary,
|
|
6286
|
+
dd as Card,
|
|
6268
6287
|
ki as CardBody,
|
|
6269
6288
|
Ei as CardHeader,
|
|
6270
|
-
|
|
6289
|
+
fd as Divider,
|
|
6271
6290
|
Ti as Fieldset,
|
|
6272
|
-
|
|
6291
|
+
hd as Form,
|
|
6273
6292
|
je as Icon,
|
|
6274
6293
|
Rr as IconButton,
|
|
6275
|
-
|
|
6276
|
-
|
|
6277
|
-
|
|
6278
|
-
|
|
6279
|
-
|
|
6280
|
-
|
|
6281
|
-
|
|
6282
|
-
|
|
6283
|
-
|
|
6294
|
+
Fu as Image,
|
|
6295
|
+
Nu as LabelPill,
|
|
6296
|
+
pd as Legend,
|
|
6297
|
+
md as Loader,
|
|
6298
|
+
gd as Markdown,
|
|
6299
|
+
wd as MenuItem,
|
|
6300
|
+
vd as Modal,
|
|
6301
|
+
bd as NavBar,
|
|
6302
|
+
kd as NavItem,
|
|
6284
6303
|
Fr as NotificationBubble,
|
|
6285
|
-
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6292
|
-
|
|
6293
|
-
|
|
6304
|
+
xd as PlaceholderThumbnail,
|
|
6305
|
+
yd as Popup,
|
|
6306
|
+
Ed as RadioButton,
|
|
6307
|
+
_d as RadioButtonCluster,
|
|
6308
|
+
L2 as TextButton,
|
|
6309
|
+
Rd as TextInput,
|
|
6310
|
+
Cd as Thumbnail,
|
|
6311
|
+
rd as Toggle,
|
|
6312
|
+
Sd as ToggleInput,
|
|
6294
6313
|
ye as Typography
|
|
6295
6314
|
};
|