@goodhood-web/ui 1.2.0-development.7 → 1.2.0-development.9
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 +12 -12
- package/index.mjs +303 -308
- package/lib/PlaceholderThumbnail/PlaceholderThumbnail.d.ts +1 -1
- package/lib/PlaceholderThumbnail/PlaceholderThumbnail.type.d.ts +3 -3
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/_functions.scss +5 -0
- package/styles/fonts/index.scss +0 -110
package/index.mjs
CHANGED
|
@@ -70,10 +70,10 @@ function Ir() {
|
|
|
70
70
|
ae.unshift("Warning: " + g), Function.prototype.apply.call(console[s], console, ae);
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
var F = !1, p = !1,
|
|
73
|
+
var F = !1, p = !1, U = !1, te = !1, N = !1, K;
|
|
74
74
|
K = Symbol.for("react.module.reference");
|
|
75
75
|
function re(s) {
|
|
76
|
-
return !!(typeof s == "string" || typeof s == "function" || s === o || s === i || N || s === a || s === d || s === f || te || s === v || F || p ||
|
|
76
|
+
return !!(typeof s == "string" || typeof s == "function" || s === o || s === i || N || s === a || s === d || s === f || te || s === v || F || p || U || typeof s == "object" && s !== null && (s.$$typeof === E || s.$$typeof === m || s.$$typeof === l || s.$$typeof === c || s.$$typeof === u || // This needs to include all possible module reference object
|
|
77
77
|
// types supported by any Flight configuration anywhere since
|
|
78
78
|
// we don't know which Flight build this will end up being used
|
|
79
79
|
// with.
|
|
@@ -89,7 +89,7 @@ function Ir() {
|
|
|
89
89
|
function ne(s) {
|
|
90
90
|
return s.displayName || "Context";
|
|
91
91
|
}
|
|
92
|
-
function
|
|
92
|
+
function q(s) {
|
|
93
93
|
if (s == null)
|
|
94
94
|
return null;
|
|
95
95
|
if (typeof s.tag == "number" && S("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof s == "function")
|
|
@@ -122,11 +122,11 @@ function Ir() {
|
|
|
122
122
|
return ue(s, s.render, "ForwardRef");
|
|
123
123
|
case m:
|
|
124
124
|
var A = s.displayName || null;
|
|
125
|
-
return A !== null ? A :
|
|
125
|
+
return A !== null ? A : q(s.type) || "Memo";
|
|
126
126
|
case E: {
|
|
127
127
|
var J = s, ae = J._payload, z = J._init;
|
|
128
128
|
try {
|
|
129
|
-
return
|
|
129
|
+
return q(z(ae));
|
|
130
130
|
} catch {
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
@@ -135,9 +135,9 @@ function Ir() {
|
|
|
135
135
|
return null;
|
|
136
136
|
}
|
|
137
137
|
var oe = Object.assign, b = 0, w, _, G, fe, y, T, H;
|
|
138
|
-
function
|
|
138
|
+
function j() {
|
|
139
139
|
}
|
|
140
|
-
|
|
140
|
+
j.__reactDisabledLog = !0;
|
|
141
141
|
function V() {
|
|
142
142
|
{
|
|
143
143
|
if (b === 0) {
|
|
@@ -145,7 +145,7 @@ function Ir() {
|
|
|
145
145
|
var s = {
|
|
146
146
|
configurable: !0,
|
|
147
147
|
enumerable: !0,
|
|
148
|
-
value:
|
|
148
|
+
value: j,
|
|
149
149
|
writable: !0
|
|
150
150
|
};
|
|
151
151
|
Object.defineProperties(console, {
|
|
@@ -161,7 +161,7 @@ function Ir() {
|
|
|
161
161
|
b++;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function Y() {
|
|
165
165
|
{
|
|
166
166
|
if (b--, b === 0) {
|
|
167
167
|
var s = {
|
|
@@ -196,18 +196,18 @@ function Ir() {
|
|
|
196
196
|
b < 0 && S("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
var I = C.ReactCurrentDispatcher,
|
|
199
|
+
var I = C.ReactCurrentDispatcher, W;
|
|
200
200
|
function B(s, g, R) {
|
|
201
201
|
{
|
|
202
|
-
if (
|
|
202
|
+
if (W === void 0)
|
|
203
203
|
try {
|
|
204
204
|
throw Error();
|
|
205
205
|
} catch (J) {
|
|
206
206
|
var A = J.stack.trim().match(/\n( *(at )?)/);
|
|
207
|
-
|
|
207
|
+
W = A && A[1] || "";
|
|
208
208
|
}
|
|
209
209
|
return `
|
|
210
|
-
` +
|
|
210
|
+
` + W + s;
|
|
211
211
|
}
|
|
212
212
|
}
|
|
213
213
|
var X = !1, D;
|
|
@@ -281,7 +281,7 @@ function Ir() {
|
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
} finally {
|
|
284
|
-
X = !1, I.current = ae,
|
|
284
|
+
X = !1, I.current = ae, Y(), Error.prepareStackTrace = J;
|
|
285
285
|
}
|
|
286
286
|
var Le = s ? s.displayName || s.name : "", on = Le ? B(Le) : "";
|
|
287
287
|
return typeof s == "function" && D.set(s, on), on;
|
|
@@ -322,17 +322,17 @@ function Ir() {
|
|
|
322
322
|
}
|
|
323
323
|
return "";
|
|
324
324
|
}
|
|
325
|
-
var
|
|
326
|
-
function
|
|
325
|
+
var ze = Object.prototype.hasOwnProperty, Ut = {}, Yt = C.ReactDebugCurrentFrame;
|
|
326
|
+
function Ke(s) {
|
|
327
327
|
if (s) {
|
|
328
328
|
var g = s._owner, R = Re(s.type, s._source, g ? g.type : null);
|
|
329
|
-
|
|
329
|
+
Yt.setExtraStackFrame(R);
|
|
330
330
|
} else
|
|
331
|
-
|
|
331
|
+
Yt.setExtraStackFrame(null);
|
|
332
332
|
}
|
|
333
333
|
function fr(s, g, R, A, J) {
|
|
334
334
|
{
|
|
335
|
-
var ae = Function.call.bind(
|
|
335
|
+
var ae = Function.call.bind(ze);
|
|
336
336
|
for (var z in s)
|
|
337
337
|
if (ae(s, z)) {
|
|
338
338
|
var Z = void 0;
|
|
@@ -345,7 +345,7 @@ function Ir() {
|
|
|
345
345
|
} catch (le) {
|
|
346
346
|
Z = le;
|
|
347
347
|
}
|
|
348
|
-
Z && !(Z instanceof Error) && (
|
|
348
|
+
Z && !(Z instanceof Error) && (Ke(J), 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).", A || "React class", R, z, typeof Z), Ke(null)), Z instanceof Error && !(Z.message in Ut) && (Ut[Z.message] = !0, Ke(J), S("Failed %s type: %s", R, Z.message), Ke(null));
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -381,7 +381,7 @@ function Ir() {
|
|
|
381
381
|
}, Xt, Gt, pt;
|
|
382
382
|
pt = {};
|
|
383
383
|
function gr(s) {
|
|
384
|
-
if (
|
|
384
|
+
if (ze.call(s, "ref")) {
|
|
385
385
|
var g = Object.getOwnPropertyDescriptor(s, "ref").get;
|
|
386
386
|
if (g && g.isReactWarning)
|
|
387
387
|
return !1;
|
|
@@ -389,7 +389,7 @@ function Ir() {
|
|
|
389
389
|
return s.ref !== void 0;
|
|
390
390
|
}
|
|
391
391
|
function vr(s) {
|
|
392
|
-
if (
|
|
392
|
+
if (ze.call(s, "key")) {
|
|
393
393
|
var g = Object.getOwnPropertyDescriptor(s, "key").get;
|
|
394
394
|
if (g && g.isReactWarning)
|
|
395
395
|
return !1;
|
|
@@ -398,8 +398,8 @@ function Ir() {
|
|
|
398
398
|
}
|
|
399
399
|
function wr(s, g) {
|
|
400
400
|
if (typeof s.ref == "string" && He.current && g && He.current.stateNode !== g) {
|
|
401
|
-
var R =
|
|
402
|
-
pt[R] || (S('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',
|
|
401
|
+
var R = q(He.current.type);
|
|
402
|
+
pt[R] || (S('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', q(He.current.type), s.ref), pt[R] = !0);
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
405
|
function yr(s, g) {
|
|
@@ -458,7 +458,7 @@ function Ir() {
|
|
|
458
458
|
var ae, z = {}, Z = null, he = null;
|
|
459
459
|
R !== void 0 && (Kt(R), Z = "" + R), vr(g) && (Kt(g.key), Z = "" + g.key), gr(g) && (he = g.ref, wr(g, J));
|
|
460
460
|
for (ae in g)
|
|
461
|
-
|
|
461
|
+
ze.call(g, ae) && !pr.hasOwnProperty(ae) && (z[ae] = g[ae]);
|
|
462
462
|
if (s && s.defaultProps) {
|
|
463
463
|
var le = s.defaultProps;
|
|
464
464
|
for (ae in le)
|
|
@@ -487,7 +487,7 @@ function Ir() {
|
|
|
487
487
|
function Qt() {
|
|
488
488
|
{
|
|
489
489
|
if (gt.current) {
|
|
490
|
-
var s =
|
|
490
|
+
var s = q(gt.current.type);
|
|
491
491
|
if (s)
|
|
492
492
|
return `
|
|
493
493
|
|
|
@@ -530,7 +530,7 @@ Check the top-level render call using <` + R + ">.");
|
|
|
530
530
|
return;
|
|
531
531
|
en[R] = !0;
|
|
532
532
|
var A = "";
|
|
533
|
-
s && s._owner && s._owner !== gt.current && (A = " It was passed a child from " +
|
|
533
|
+
s && s._owner && s._owner !== gt.current && (A = " It was passed a child from " + q(s._owner.type) + "."), $e(s), S('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', R, A), $e(null);
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
function nn(s, g) {
|
|
@@ -567,11 +567,11 @@ Check the top-level render call using <` + R + ">.");
|
|
|
567
567
|
else
|
|
568
568
|
return;
|
|
569
569
|
if (R) {
|
|
570
|
-
var A =
|
|
570
|
+
var A = q(g);
|
|
571
571
|
fr(R, s.props, "prop", A, s);
|
|
572
572
|
} else if (g.PropTypes !== void 0 && !vt) {
|
|
573
573
|
vt = !0;
|
|
574
|
-
var J =
|
|
574
|
+
var J = q(g);
|
|
575
575
|
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", J || "Unknown");
|
|
576
576
|
}
|
|
577
577
|
typeof g.getDefaultProps == "function" && !g.getDefaultProps.isReactClassApproved && S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
@@ -598,7 +598,7 @@ Check the top-level render call using <` + R + ">.");
|
|
|
598
598
|
var he = _r(J);
|
|
599
599
|
he ? Z += he : Z += Qt();
|
|
600
600
|
var le;
|
|
601
|
-
s === null ? le = "null" : mt(s) ? le = "array" : s !== void 0 && s.$$typeof === t ? (le = "<" + (
|
|
601
|
+
s === null ? le = "null" : mt(s) ? le = "array" : s !== void 0 && s.$$typeof === t ? (le = "<" + (q(s.type) || "Unknown") + " />", Z = " Did you accidentally export a JSX literal instead of a component?") : le = typeof s, S("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", le, Z);
|
|
602
602
|
}
|
|
603
603
|
var ce = xr(s, g, R, J, ae);
|
|
604
604
|
if (ce == null)
|
|
@@ -641,11 +641,11 @@ function se() {
|
|
|
641
641
|
return e;
|
|
642
642
|
}, se.apply(this, arguments);
|
|
643
643
|
}
|
|
644
|
-
function
|
|
644
|
+
function Wr(e) {
|
|
645
645
|
return typeof e == "string";
|
|
646
646
|
}
|
|
647
|
-
function
|
|
648
|
-
return e === void 0 ||
|
|
647
|
+
function jr(e, t, n) {
|
|
648
|
+
return e === void 0 || Wr(e) ? t : se({}, t, {
|
|
649
649
|
ownerState: se({}, t.ownerState, n)
|
|
650
650
|
});
|
|
651
651
|
}
|
|
@@ -683,7 +683,7 @@ function Dr(e) {
|
|
|
683
683
|
}, []);
|
|
684
684
|
return [o, i];
|
|
685
685
|
}
|
|
686
|
-
function
|
|
686
|
+
function jt(e, t) {
|
|
687
687
|
if (e == null)
|
|
688
688
|
return {};
|
|
689
689
|
var n = {}, o = Object.keys(e), a, i;
|
|
@@ -691,7 +691,7 @@ function Wt(e, t) {
|
|
|
691
691
|
a = o[i], !(t.indexOf(a) >= 0) && (n[a] = e[a]);
|
|
692
692
|
return n;
|
|
693
693
|
}
|
|
694
|
-
var Lt = { exports: {} },
|
|
694
|
+
var Lt = { exports: {} }, Xe = { exports: {} }, Q = {};
|
|
695
695
|
/** @license React v16.13.1
|
|
696
696
|
* react-is.production.min.js
|
|
697
697
|
*
|
|
@@ -708,8 +708,8 @@ function Zr() {
|
|
|
708
708
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, f = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, E = e ? Symbol.for("react.suspense_list") : 60120, v = e ? Symbol.for("react.memo") : 60115, k = e ? Symbol.for("react.lazy") : 60116, x = e ? Symbol.for("react.block") : 60121, $ = e ? Symbol.for("react.fundamental") : 60117, C = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
709
709
|
function L(p) {
|
|
710
710
|
if (typeof p == "object" && p !== null) {
|
|
711
|
-
var
|
|
712
|
-
switch (
|
|
711
|
+
var U = p.$$typeof;
|
|
712
|
+
switch (U) {
|
|
713
713
|
case t:
|
|
714
714
|
switch (p = p.type, p) {
|
|
715
715
|
case u:
|
|
@@ -728,11 +728,11 @@ function Zr() {
|
|
|
728
728
|
case l:
|
|
729
729
|
return p;
|
|
730
730
|
default:
|
|
731
|
-
return
|
|
731
|
+
return U;
|
|
732
732
|
}
|
|
733
733
|
}
|
|
734
734
|
case n:
|
|
735
|
-
return
|
|
735
|
+
return U;
|
|
736
736
|
}
|
|
737
737
|
}
|
|
738
738
|
}
|
|
@@ -777,7 +777,7 @@ var ee = {};
|
|
|
777
777
|
* LICENSE file in the root directory of this source tree.
|
|
778
778
|
*/
|
|
779
779
|
var cn;
|
|
780
|
-
function
|
|
780
|
+
function qr() {
|
|
781
781
|
return cn || (cn = 1, process.env.NODE_ENV !== "production" && function() {
|
|
782
782
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, o = e ? Symbol.for("react.fragment") : 60107, a = e ? Symbol.for("react.strict_mode") : 60108, i = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, u = e ? Symbol.for("react.async_mode") : 60111, d = e ? Symbol.for("react.concurrent_mode") : 60111, f = e ? Symbol.for("react.forward_ref") : 60112, m = e ? Symbol.for("react.suspense") : 60113, E = e ? Symbol.for("react.suspense_list") : 60120, v = e ? Symbol.for("react.memo") : 60115, k = e ? Symbol.for("react.lazy") : 60116, x = e ? Symbol.for("react.block") : 60121, $ = e ? Symbol.for("react.fundamental") : 60117, C = e ? Symbol.for("react.responder") : 60118, S = e ? Symbol.for("react.scope") : 60119;
|
|
783
783
|
function L(M) {
|
|
@@ -816,7 +816,7 @@ function Ur() {
|
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
|
-
var p = u,
|
|
819
|
+
var p = u, U = d, te = c, N = l, K = t, re = f, ue = o, ne = k, q = v, oe = n, b = i, w = a, _ = m, G = !1;
|
|
820
820
|
function fe(M) {
|
|
821
821
|
return G || (G = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), y(M) || F(M) === u;
|
|
822
822
|
}
|
|
@@ -829,19 +829,19 @@ function Ur() {
|
|
|
829
829
|
function H(M) {
|
|
830
830
|
return F(M) === l;
|
|
831
831
|
}
|
|
832
|
-
function
|
|
832
|
+
function j(M) {
|
|
833
833
|
return typeof M == "object" && M !== null && M.$$typeof === t;
|
|
834
834
|
}
|
|
835
835
|
function V(M) {
|
|
836
836
|
return F(M) === f;
|
|
837
837
|
}
|
|
838
|
-
function
|
|
838
|
+
function Y(M) {
|
|
839
839
|
return F(M) === o;
|
|
840
840
|
}
|
|
841
841
|
function I(M) {
|
|
842
842
|
return F(M) === k;
|
|
843
843
|
}
|
|
844
|
-
function
|
|
844
|
+
function W(M) {
|
|
845
845
|
return F(M) === v;
|
|
846
846
|
}
|
|
847
847
|
function B(M) {
|
|
@@ -856,12 +856,12 @@ function Ur() {
|
|
|
856
856
|
function de(M) {
|
|
857
857
|
return F(M) === m;
|
|
858
858
|
}
|
|
859
|
-
ee.AsyncMode = p, ee.ConcurrentMode =
|
|
859
|
+
ee.AsyncMode = p, ee.ConcurrentMode = U, ee.ContextConsumer = te, ee.ContextProvider = N, ee.Element = K, ee.ForwardRef = re, ee.Fragment = ue, ee.Lazy = ne, ee.Memo = q, ee.Portal = oe, ee.Profiler = b, ee.StrictMode = w, ee.Suspense = _, ee.isAsyncMode = fe, ee.isConcurrentMode = y, ee.isContextConsumer = T, ee.isContextProvider = H, ee.isElement = j, ee.isForwardRef = V, ee.isFragment = Y, ee.isLazy = I, ee.isMemo = W, ee.isPortal = B, ee.isProfiler = X, ee.isStrictMode = D, ee.isSuspense = de, ee.isValidElementType = L, ee.typeOf = F;
|
|
860
860
|
}()), ee;
|
|
861
861
|
}
|
|
862
862
|
var un;
|
|
863
|
-
function
|
|
864
|
-
return un || (un = 1, process.env.NODE_ENV === "production" ?
|
|
863
|
+
function Wn() {
|
|
864
|
+
return un || (un = 1, process.env.NODE_ENV === "production" ? Xe.exports = Zr() : Xe.exports = qr()), Xe.exports;
|
|
865
865
|
}
|
|
866
866
|
/*
|
|
867
867
|
object-assign
|
|
@@ -869,7 +869,7 @@ object-assign
|
|
|
869
869
|
@license MIT
|
|
870
870
|
*/
|
|
871
871
|
var yt, fn;
|
|
872
|
-
function
|
|
872
|
+
function Ur() {
|
|
873
873
|
if (fn)
|
|
874
874
|
return yt;
|
|
875
875
|
fn = 1;
|
|
@@ -924,18 +924,18 @@ function Nt() {
|
|
|
924
924
|
return Et = e, Et;
|
|
925
925
|
}
|
|
926
926
|
var bt, hn;
|
|
927
|
-
function
|
|
927
|
+
function jn() {
|
|
928
928
|
return hn || (hn = 1, bt = Function.call.bind(Object.prototype.hasOwnProperty)), bt;
|
|
929
929
|
}
|
|
930
930
|
var xt, mn;
|
|
931
|
-
function
|
|
931
|
+
function Yr() {
|
|
932
932
|
if (mn)
|
|
933
933
|
return xt;
|
|
934
934
|
mn = 1;
|
|
935
935
|
var e = function() {
|
|
936
936
|
};
|
|
937
937
|
if (process.env.NODE_ENV !== "production") {
|
|
938
|
-
var t = Nt(), n = {}, o =
|
|
938
|
+
var t = Nt(), n = {}, o = jn();
|
|
939
939
|
e = function(i) {
|
|
940
940
|
var l = "Warning: " + i;
|
|
941
941
|
typeof console < "u" && console.error(l);
|
|
@@ -982,7 +982,7 @@ function zr() {
|
|
|
982
982
|
if (pn)
|
|
983
983
|
return _t;
|
|
984
984
|
pn = 1;
|
|
985
|
-
var e =
|
|
985
|
+
var e = Wn(), t = Ur(), n = Nt(), o = jn(), a = Yr(), i = function() {
|
|
986
986
|
};
|
|
987
987
|
process.env.NODE_ENV !== "production" && (i = function(c) {
|
|
988
988
|
var u = "Warning: " + c;
|
|
@@ -1015,13 +1015,13 @@ function zr() {
|
|
|
1015
1015
|
arrayOf: L,
|
|
1016
1016
|
element: F(),
|
|
1017
1017
|
elementType: p(),
|
|
1018
|
-
instanceOf:
|
|
1018
|
+
instanceOf: U,
|
|
1019
1019
|
node: re(),
|
|
1020
1020
|
objectOf: N,
|
|
1021
1021
|
oneOf: te,
|
|
1022
1022
|
oneOfType: K,
|
|
1023
1023
|
shape: ne,
|
|
1024
|
-
exact:
|
|
1024
|
+
exact: q
|
|
1025
1025
|
};
|
|
1026
1026
|
function k(y, T) {
|
|
1027
1027
|
return y === T ? y !== 0 || 1 / y === 1 / T : y !== y && T !== T;
|
|
@@ -1033,33 +1033,33 @@ function zr() {
|
|
|
1033
1033
|
function $(y) {
|
|
1034
1034
|
if (process.env.NODE_ENV !== "production")
|
|
1035
1035
|
var T = {}, H = 0;
|
|
1036
|
-
function
|
|
1037
|
-
if (B = B || E, D = D ||
|
|
1036
|
+
function j(Y, I, W, B, X, D, de) {
|
|
1037
|
+
if (B = B || E, D = D || W, de !== n) {
|
|
1038
1038
|
if (u) {
|
|
1039
1039
|
var M = new Error(
|
|
1040
1040
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
1041
1041
|
);
|
|
1042
1042
|
throw M.name = "Invariant Violation", M;
|
|
1043
1043
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
1044
|
-
var pe = B + ":" +
|
|
1044
|
+
var pe = B + ":" + W;
|
|
1045
1045
|
!T[pe] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
1046
1046
|
H < 3 && (i(
|
|
1047
1047
|
"You are manually calling a React.PropTypes validation function for the `" + D + "` prop on `" + B + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
1048
1048
|
), T[pe] = !0, H++);
|
|
1049
1049
|
}
|
|
1050
1050
|
}
|
|
1051
|
-
return I[
|
|
1051
|
+
return I[W] == null ? Y ? I[W] === null ? new x("The " + X + " `" + D + "` is marked as required " + ("in `" + B + "`, but its value is `null`.")) : new x("The " + X + " `" + D + "` is marked as required in " + ("`" + B + "`, but its value is `undefined`.")) : null : y(I, W, B, X, D);
|
|
1052
1052
|
}
|
|
1053
|
-
var V =
|
|
1054
|
-
return V.isRequired =
|
|
1053
|
+
var V = j.bind(null, !1);
|
|
1054
|
+
return V.isRequired = j.bind(null, !0), V;
|
|
1055
1055
|
}
|
|
1056
1056
|
function C(y) {
|
|
1057
|
-
function T(H,
|
|
1058
|
-
var B = H[
|
|
1057
|
+
function T(H, j, V, Y, I, W) {
|
|
1058
|
+
var B = H[j], X = w(B);
|
|
1059
1059
|
if (X !== y) {
|
|
1060
1060
|
var D = _(B);
|
|
1061
1061
|
return new x(
|
|
1062
|
-
"Invalid " +
|
|
1062
|
+
"Invalid " + Y + " `" + I + "` of type " + ("`" + D + "` supplied to `" + V + "`, expected ") + ("`" + y + "`."),
|
|
1063
1063
|
{ expectedType: y }
|
|
1064
1064
|
);
|
|
1065
1065
|
}
|
|
@@ -1071,16 +1071,16 @@ function zr() {
|
|
|
1071
1071
|
return $(l);
|
|
1072
1072
|
}
|
|
1073
1073
|
function L(y) {
|
|
1074
|
-
function T(H,
|
|
1074
|
+
function T(H, j, V, Y, I) {
|
|
1075
1075
|
if (typeof y != "function")
|
|
1076
1076
|
return new x("Property `" + I + "` of component `" + V + "` has invalid PropType notation inside arrayOf.");
|
|
1077
|
-
var
|
|
1078
|
-
if (!Array.isArray(
|
|
1079
|
-
var B = w(
|
|
1080
|
-
return new x("Invalid " +
|
|
1077
|
+
var W = H[j];
|
|
1078
|
+
if (!Array.isArray(W)) {
|
|
1079
|
+
var B = w(W);
|
|
1080
|
+
return new x("Invalid " + Y + " `" + I + "` of type " + ("`" + B + "` supplied to `" + V + "`, expected an array."));
|
|
1081
1081
|
}
|
|
1082
|
-
for (var X = 0; X <
|
|
1083
|
-
var D = y(
|
|
1082
|
+
for (var X = 0; X < W.length; X++) {
|
|
1083
|
+
var D = y(W, X, V, Y, I + "[" + X + "]", n);
|
|
1084
1084
|
if (D instanceof Error)
|
|
1085
1085
|
return D;
|
|
1086
1086
|
}
|
|
@@ -1089,32 +1089,32 @@ function zr() {
|
|
|
1089
1089
|
return $(T);
|
|
1090
1090
|
}
|
|
1091
1091
|
function F() {
|
|
1092
|
-
function y(T, H,
|
|
1092
|
+
function y(T, H, j, V, Y) {
|
|
1093
1093
|
var I = T[H];
|
|
1094
1094
|
if (!c(I)) {
|
|
1095
|
-
var
|
|
1096
|
-
return new x("Invalid " + V + " `" +
|
|
1095
|
+
var W = w(I);
|
|
1096
|
+
return new x("Invalid " + V + " `" + Y + "` of type " + ("`" + W + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
1097
1097
|
}
|
|
1098
1098
|
return null;
|
|
1099
1099
|
}
|
|
1100
1100
|
return $(y);
|
|
1101
1101
|
}
|
|
1102
1102
|
function p() {
|
|
1103
|
-
function y(T, H,
|
|
1103
|
+
function y(T, H, j, V, Y) {
|
|
1104
1104
|
var I = T[H];
|
|
1105
1105
|
if (!e.isValidElementType(I)) {
|
|
1106
|
-
var
|
|
1107
|
-
return new x("Invalid " + V + " `" +
|
|
1106
|
+
var W = w(I);
|
|
1107
|
+
return new x("Invalid " + V + " `" + Y + "` of type " + ("`" + W + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
1108
1108
|
}
|
|
1109
1109
|
return null;
|
|
1110
1110
|
}
|
|
1111
1111
|
return $(y);
|
|
1112
1112
|
}
|
|
1113
|
-
function
|
|
1114
|
-
function T(H,
|
|
1115
|
-
if (!(H[
|
|
1116
|
-
var
|
|
1117
|
-
return new x("Invalid " +
|
|
1113
|
+
function U(y) {
|
|
1114
|
+
function T(H, j, V, Y, I) {
|
|
1115
|
+
if (!(H[j] instanceof y)) {
|
|
1116
|
+
var W = y.name || E, B = fe(H[j]);
|
|
1117
|
+
return new x("Invalid " + Y + " `" + I + "` of type " + ("`" + B + "` supplied to `" + V + "`, expected ") + ("instance of `" + W + "`."));
|
|
1118
1118
|
}
|
|
1119
1119
|
return null;
|
|
1120
1120
|
}
|
|
@@ -1125,28 +1125,28 @@ function zr() {
|
|
|
1125
1125
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
|
|
1126
1126
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
1127
1127
|
) : i("Invalid argument supplied to oneOf, expected an array.")), l;
|
|
1128
|
-
function T(H,
|
|
1129
|
-
for (var
|
|
1130
|
-
if (k(
|
|
1128
|
+
function T(H, j, V, Y, I) {
|
|
1129
|
+
for (var W = H[j], B = 0; B < y.length; B++)
|
|
1130
|
+
if (k(W, y[B]))
|
|
1131
1131
|
return null;
|
|
1132
1132
|
var X = JSON.stringify(y, function(de, M) {
|
|
1133
1133
|
var pe = _(M);
|
|
1134
1134
|
return pe === "symbol" ? String(M) : M;
|
|
1135
1135
|
});
|
|
1136
|
-
return new x("Invalid " +
|
|
1136
|
+
return new x("Invalid " + Y + " `" + I + "` of value `" + String(W) + "` " + ("supplied to `" + V + "`, expected one of " + X + "."));
|
|
1137
1137
|
}
|
|
1138
1138
|
return $(T);
|
|
1139
1139
|
}
|
|
1140
1140
|
function N(y) {
|
|
1141
|
-
function T(H,
|
|
1141
|
+
function T(H, j, V, Y, I) {
|
|
1142
1142
|
if (typeof y != "function")
|
|
1143
1143
|
return new x("Property `" + I + "` of component `" + V + "` has invalid PropType notation inside objectOf.");
|
|
1144
|
-
var
|
|
1144
|
+
var W = H[j], B = w(W);
|
|
1145
1145
|
if (B !== "object")
|
|
1146
|
-
return new x("Invalid " +
|
|
1147
|
-
for (var X in
|
|
1148
|
-
if (o(
|
|
1149
|
-
var D = y(
|
|
1146
|
+
return new x("Invalid " + Y + " `" + I + "` of type " + ("`" + B + "` supplied to `" + V + "`, expected an object."));
|
|
1147
|
+
for (var X in W)
|
|
1148
|
+
if (o(W, X)) {
|
|
1149
|
+
var D = y(W, X, V, Y, I + "." + X, n);
|
|
1150
1150
|
if (D instanceof Error)
|
|
1151
1151
|
return D;
|
|
1152
1152
|
}
|
|
@@ -1164,39 +1164,39 @@ function zr() {
|
|
|
1164
1164
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + G(H) + " at index " + T + "."
|
|
1165
1165
|
), l;
|
|
1166
1166
|
}
|
|
1167
|
-
function
|
|
1167
|
+
function j(V, Y, I, W, B) {
|
|
1168
1168
|
for (var X = [], D = 0; D < y.length; D++) {
|
|
1169
|
-
var de = y[D], M = de(V,
|
|
1169
|
+
var de = y[D], M = de(V, Y, I, W, B, n);
|
|
1170
1170
|
if (M == null)
|
|
1171
1171
|
return null;
|
|
1172
1172
|
M.data && o(M.data, "expectedType") && X.push(M.data.expectedType);
|
|
1173
1173
|
}
|
|
1174
1174
|
var pe = X.length > 0 ? ", expected one of type [" + X.join(", ") + "]" : "";
|
|
1175
|
-
return new x("Invalid " +
|
|
1175
|
+
return new x("Invalid " + W + " `" + B + "` supplied to " + ("`" + I + "`" + pe + "."));
|
|
1176
1176
|
}
|
|
1177
|
-
return $(
|
|
1177
|
+
return $(j);
|
|
1178
1178
|
}
|
|
1179
1179
|
function re() {
|
|
1180
|
-
function y(T, H,
|
|
1181
|
-
return oe(T[H]) ? null : new x("Invalid " + V + " `" +
|
|
1180
|
+
function y(T, H, j, V, Y) {
|
|
1181
|
+
return oe(T[H]) ? null : new x("Invalid " + V + " `" + Y + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
1182
1182
|
}
|
|
1183
1183
|
return $(y);
|
|
1184
1184
|
}
|
|
1185
|
-
function ue(y, T, H,
|
|
1185
|
+
function ue(y, T, H, j, V) {
|
|
1186
1186
|
return new x(
|
|
1187
|
-
(y || "React class") + ": " + T + " type `" + H + "." +
|
|
1187
|
+
(y || "React class") + ": " + T + " type `" + H + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + V + "`."
|
|
1188
1188
|
);
|
|
1189
1189
|
}
|
|
1190
1190
|
function ne(y) {
|
|
1191
|
-
function T(H,
|
|
1192
|
-
var
|
|
1191
|
+
function T(H, j, V, Y, I) {
|
|
1192
|
+
var W = H[j], B = w(W);
|
|
1193
1193
|
if (B !== "object")
|
|
1194
|
-
return new x("Invalid " +
|
|
1194
|
+
return new x("Invalid " + Y + " `" + I + "` of type `" + B + "` " + ("supplied to `" + V + "`, expected `object`."));
|
|
1195
1195
|
for (var X in y) {
|
|
1196
1196
|
var D = y[X];
|
|
1197
1197
|
if (typeof D != "function")
|
|
1198
|
-
return ue(V,
|
|
1199
|
-
var de = D(
|
|
1198
|
+
return ue(V, Y, I, X, _(D));
|
|
1199
|
+
var de = D(W, X, V, Y, I + "." + X, n);
|
|
1200
1200
|
if (de)
|
|
1201
1201
|
return de;
|
|
1202
1202
|
}
|
|
@@ -1204,22 +1204,22 @@ function zr() {
|
|
|
1204
1204
|
}
|
|
1205
1205
|
return $(T);
|
|
1206
1206
|
}
|
|
1207
|
-
function
|
|
1208
|
-
function T(H,
|
|
1209
|
-
var
|
|
1207
|
+
function q(y) {
|
|
1208
|
+
function T(H, j, V, Y, I) {
|
|
1209
|
+
var W = H[j], B = w(W);
|
|
1210
1210
|
if (B !== "object")
|
|
1211
|
-
return new x("Invalid " +
|
|
1212
|
-
var X = t({}, H[
|
|
1211
|
+
return new x("Invalid " + Y + " `" + I + "` of type `" + B + "` " + ("supplied to `" + V + "`, expected `object`."));
|
|
1212
|
+
var X = t({}, H[j], y);
|
|
1213
1213
|
for (var D in X) {
|
|
1214
1214
|
var de = y[D];
|
|
1215
1215
|
if (o(y, D) && typeof de != "function")
|
|
1216
|
-
return ue(V,
|
|
1216
|
+
return ue(V, Y, I, D, _(de));
|
|
1217
1217
|
if (!de)
|
|
1218
1218
|
return new x(
|
|
1219
|
-
"Invalid " +
|
|
1219
|
+
"Invalid " + Y + " `" + I + "` key `" + D + "` supplied to `" + V + "`.\nBad object: " + JSON.stringify(H[j], null, " ") + `
|
|
1220
1220
|
Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
1221
1221
|
);
|
|
1222
|
-
var M = de(
|
|
1222
|
+
var M = de(W, D, V, Y, I + "." + D, n);
|
|
1223
1223
|
if (M)
|
|
1224
1224
|
return M;
|
|
1225
1225
|
}
|
|
@@ -1242,14 +1242,14 @@ Valid keys: ` + JSON.stringify(Object.keys(y), null, " ")
|
|
|
1242
1242
|
return !0;
|
|
1243
1243
|
var T = m(y);
|
|
1244
1244
|
if (T) {
|
|
1245
|
-
var H = T.call(y),
|
|
1245
|
+
var H = T.call(y), j;
|
|
1246
1246
|
if (T !== y.entries) {
|
|
1247
|
-
for (; !(
|
|
1248
|
-
if (!oe(
|
|
1247
|
+
for (; !(j = H.next()).done; )
|
|
1248
|
+
if (!oe(j.value))
|
|
1249
1249
|
return !1;
|
|
1250
1250
|
} else
|
|
1251
|
-
for (; !(
|
|
1252
|
-
var V =
|
|
1251
|
+
for (; !(j = H.next()).done; ) {
|
|
1252
|
+
var V = j.value;
|
|
1253
1253
|
if (V && !oe(V[1]))
|
|
1254
1254
|
return !1;
|
|
1255
1255
|
}
|
|
@@ -1349,7 +1349,7 @@ function Kr() {
|
|
|
1349
1349
|
}, kt;
|
|
1350
1350
|
}
|
|
1351
1351
|
if (process.env.NODE_ENV !== "production") {
|
|
1352
|
-
var Xr =
|
|
1352
|
+
var Xr = Wn(), Gr = !0;
|
|
1353
1353
|
Lt.exports = zr()(Xr.isElement, Gr);
|
|
1354
1354
|
} else
|
|
1355
1355
|
Lt.exports = Kr()();
|
|
@@ -1406,7 +1406,7 @@ function no({
|
|
|
1406
1406
|
}, []);
|
|
1407
1407
|
return [c, u];
|
|
1408
1408
|
}
|
|
1409
|
-
function
|
|
1409
|
+
function je(...e) {
|
|
1410
1410
|
return r.useMemo(() => e.every((t) => t == null) ? null : (t) => {
|
|
1411
1411
|
e.forEach((n) => {
|
|
1412
1412
|
Ot(n, t);
|
|
@@ -1587,13 +1587,13 @@ function It(e) {
|
|
|
1587
1587
|
externalSlotProps: o,
|
|
1588
1588
|
ownerState: a,
|
|
1589
1589
|
skipResolvingSlotProps: i = !1
|
|
1590
|
-
} = e, l =
|
|
1590
|
+
} = e, l = jt(e, mo), c = i ? {} : Br(o, a), {
|
|
1591
1591
|
props: u,
|
|
1592
1592
|
internalRef: d
|
|
1593
1593
|
} = ho(se({}, l, {
|
|
1594
1594
|
externalSlotProps: c
|
|
1595
|
-
})), f =
|
|
1596
|
-
return
|
|
1595
|
+
})), f = je(d, c == null ? void 0 : c.ref, (t = e.additionalProps) == null ? void 0 : t.ref);
|
|
1596
|
+
return jr(n, se({}, u, {
|
|
1597
1597
|
ref: f
|
|
1598
1598
|
}), a);
|
|
1599
1599
|
}
|
|
@@ -1637,11 +1637,11 @@ function Zn(e, t) {
|
|
|
1637
1637
|
n[o] = Bt(e, o);
|
|
1638
1638
|
}), n;
|
|
1639
1639
|
}
|
|
1640
|
-
const
|
|
1640
|
+
const qn = "Badge";
|
|
1641
1641
|
function wo(e) {
|
|
1642
|
-
return Bt(
|
|
1642
|
+
return Bt(qn, e);
|
|
1643
1643
|
}
|
|
1644
|
-
Zn(
|
|
1644
|
+
Zn(qn, ["root", "badge", "invisible"]);
|
|
1645
1645
|
const yo = ["badgeContent", "children", "invisible", "max", "slotProps", "slots", "showZero"], Eo = (e) => {
|
|
1646
1646
|
const {
|
|
1647
1647
|
invisible: t
|
|
@@ -1650,7 +1650,7 @@ const yo = ["badgeContent", "children", "invisible", "max", "slotProps", "slots"
|
|
|
1650
1650
|
root: ["root"],
|
|
1651
1651
|
badge: ["badge", t && "invisible"]
|
|
1652
1652
|
}, In(wo));
|
|
1653
|
-
},
|
|
1653
|
+
}, Un = /* @__PURE__ */ r.forwardRef(function(t, n) {
|
|
1654
1654
|
var o, a;
|
|
1655
1655
|
const {
|
|
1656
1656
|
children: i,
|
|
@@ -1658,7 +1658,7 @@ const yo = ["badgeContent", "children", "invisible", "max", "slotProps", "slots"
|
|
|
1658
1658
|
slotProps: c = {},
|
|
1659
1659
|
slots: u = {},
|
|
1660
1660
|
showZero: d = !1
|
|
1661
|
-
} = t, f =
|
|
1661
|
+
} = t, f = jt(t, yo), {
|
|
1662
1662
|
badgeContent: m,
|
|
1663
1663
|
max: E,
|
|
1664
1664
|
displayValue: v,
|
|
@@ -1691,7 +1691,7 @@ const yo = ["badgeContent", "children", "invisible", "max", "slotProps", "slots"
|
|
|
1691
1691
|
}))]
|
|
1692
1692
|
}));
|
|
1693
1693
|
});
|
|
1694
|
-
process.env.NODE_ENV !== "production" && (
|
|
1694
|
+
process.env.NODE_ENV !== "production" && (Un.propTypes = {
|
|
1695
1695
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1696
1696
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1697
1697
|
// │ To update them, edit the TypeScript types and run `pnpm proptypes`. │
|
|
@@ -1765,7 +1765,7 @@ function bo(e = {}) {
|
|
|
1765
1765
|
}, p = (b) => (w) => {
|
|
1766
1766
|
var _;
|
|
1767
1767
|
k(w), E.current === !1 && C(!1), (_ = b.onBlur) == null || _.call(b, w);
|
|
1768
|
-
},
|
|
1768
|
+
}, U = (b) => (w) => {
|
|
1769
1769
|
var _;
|
|
1770
1770
|
if (d.current || (d.current = w.currentTarget), v(w), E.current === !0) {
|
|
1771
1771
|
var G;
|
|
@@ -1799,15 +1799,15 @@ function bo(e = {}) {
|
|
|
1799
1799
|
var G;
|
|
1800
1800
|
(G = b.onClick) == null || G.call(b, w);
|
|
1801
1801
|
}
|
|
1802
|
-
}, ne =
|
|
1803
|
-
return i !== void 0 && (
|
|
1802
|
+
}, ne = je(L, a, x, d), q = {};
|
|
1803
|
+
return i !== void 0 && (q.tabIndex = i), S === "BUTTON" ? (q.type = c ?? "button", n ? q["aria-disabled"] = t : q.disabled = t) : S === "INPUT" ? c && ["button", "submit", "reset"].includes(c) && (n ? q["aria-disabled"] = t : q.disabled = t) : S !== "" && (!o && !l && (q.role = "button", q.tabIndex = i ?? 0), t && (q["aria-disabled"] = t, q.tabIndex = n ? i ?? 0 : -1)), {
|
|
1804
1804
|
getRootProps: (b = {}) => {
|
|
1805
1805
|
const w = se({}, Oe(e), Oe(b)), _ = se({
|
|
1806
1806
|
type: c
|
|
1807
|
-
}, w,
|
|
1807
|
+
}, w, q, b, {
|
|
1808
1808
|
onBlur: p(w),
|
|
1809
1809
|
onClick: N(w),
|
|
1810
|
-
onFocus:
|
|
1810
|
+
onFocus: U(w),
|
|
1811
1811
|
onKeyDown: re(w),
|
|
1812
1812
|
onKeyUp: ue(w),
|
|
1813
1813
|
onMouseDown: K(w),
|
|
@@ -1822,10 +1822,10 @@ function bo(e = {}) {
|
|
|
1822
1822
|
rootRef: ne
|
|
1823
1823
|
};
|
|
1824
1824
|
}
|
|
1825
|
-
const
|
|
1826
|
-
process.env.NODE_ENV !== "production" && (
|
|
1825
|
+
const Yn = /* @__PURE__ */ r.createContext(void 0);
|
|
1826
|
+
process.env.NODE_ENV !== "production" && (Yn.displayName = "FormControlContext");
|
|
1827
1827
|
function xo() {
|
|
1828
|
-
return r.useContext(
|
|
1828
|
+
return r.useContext(Yn);
|
|
1829
1829
|
}
|
|
1830
1830
|
function _o(e = {}) {
|
|
1831
1831
|
const {
|
|
@@ -1854,7 +1854,7 @@ function _o(e = {}) {
|
|
|
1854
1854
|
} = r.useRef(x != null), F = r.useCallback((b) => {
|
|
1855
1855
|
process.env.NODE_ENV !== "production" && b && b.nodeName !== "INPUT" && !b.focus && console.error(["MUI: You have provided a `slots.input` to the input component", "that does not correctly handle the `ref` prop.", "Make sure the `ref` prop is called with a HTMLInputElement."].join(`
|
|
1856
1856
|
`));
|
|
1857
|
-
}, []), p = r.useRef(null),
|
|
1857
|
+
}, []), p = r.useRef(null), U = je(p, d, F), [te, N] = r.useState(!1);
|
|
1858
1858
|
r.useEffect(() => {
|
|
1859
1859
|
!f && E && te && (N(!1), a == null || a());
|
|
1860
1860
|
}, [f, E, te, a]);
|
|
@@ -1903,7 +1903,7 @@ function _o(e = {}) {
|
|
|
1903
1903
|
required: k,
|
|
1904
1904
|
disabled: E
|
|
1905
1905
|
}, b, {
|
|
1906
|
-
ref:
|
|
1906
|
+
ref: U
|
|
1907
1907
|
}, G);
|
|
1908
1908
|
},
|
|
1909
1909
|
getRootProps: (b = {}) => {
|
|
@@ -1912,12 +1912,12 @@ function _o(e = {}) {
|
|
|
1912
1912
|
onClick: ne(_)
|
|
1913
1913
|
});
|
|
1914
1914
|
},
|
|
1915
|
-
inputRef:
|
|
1915
|
+
inputRef: U,
|
|
1916
1916
|
required: k,
|
|
1917
1917
|
value: x
|
|
1918
1918
|
};
|
|
1919
1919
|
}
|
|
1920
|
-
const tt = Math.min, Se = Math.max, nt = Math.round,
|
|
1920
|
+
const tt = Math.min, Se = Math.max, nt = Math.round, Ge = Math.floor, _e = (e) => ({
|
|
1921
1921
|
x: e,
|
|
1922
1922
|
y: e
|
|
1923
1923
|
}), ko = {
|
|
@@ -1961,9 +1961,9 @@ function Co(e, t, n) {
|
|
|
1961
1961
|
}
|
|
1962
1962
|
function So(e) {
|
|
1963
1963
|
const t = rt(e);
|
|
1964
|
-
return [
|
|
1964
|
+
return [Wt(e), t, Wt(t)];
|
|
1965
1965
|
}
|
|
1966
|
-
function
|
|
1966
|
+
function Wt(e) {
|
|
1967
1967
|
return e.replace(/start|end/g, (t) => Ro[t]);
|
|
1968
1968
|
}
|
|
1969
1969
|
function Mo(e, t, n) {
|
|
@@ -1982,7 +1982,7 @@ function Mo(e, t, n) {
|
|
|
1982
1982
|
function To(e, t, n, o) {
|
|
1983
1983
|
const a = ut(e);
|
|
1984
1984
|
let i = Mo(Me(e), n === "start", o);
|
|
1985
|
-
return a && (i = i.map((l) => l + "-" + a), t && (i = i.concat(i.map(
|
|
1985
|
+
return a && (i = i.map((l) => l + "-" + a), t && (i = i.concat(i.map(Wt)))), i;
|
|
1986
1986
|
}
|
|
1987
1987
|
function rt(e) {
|
|
1988
1988
|
return e.replace(/left|right|bottom|top/g, (t) => ko[t]);
|
|
@@ -2192,26 +2192,26 @@ const Fo = function(e) {
|
|
|
2192
2192
|
return {};
|
|
2193
2193
|
const C = Me(a), S = Me(c) === c, L = await (u.isRTL == null ? void 0 : u.isRTL(d.floating)), F = E || (S || !x ? [rt(c)] : So(c));
|
|
2194
2194
|
!E && k !== "none" && F.push(...To(c, x, k, L));
|
|
2195
|
-
const p = [c, ...F],
|
|
2195
|
+
const p = [c, ...F], U = await Gn(t, $), te = [];
|
|
2196
2196
|
let N = ((o = i.flip) == null ? void 0 : o.overflows) || [];
|
|
2197
|
-
if (f && te.push(
|
|
2197
|
+
if (f && te.push(U[C]), m) {
|
|
2198
2198
|
const ne = Co(a, l, L);
|
|
2199
|
-
te.push(
|
|
2199
|
+
te.push(U[ne[0]], U[ne[1]]);
|
|
2200
2200
|
}
|
|
2201
2201
|
if (N = [...N, {
|
|
2202
2202
|
placement: a,
|
|
2203
2203
|
overflows: te
|
|
2204
2204
|
}], !te.every((ne) => ne <= 0)) {
|
|
2205
2205
|
var K, re;
|
|
2206
|
-
const ne = (((K = i.flip) == null ? void 0 : K.index) || 0) + 1,
|
|
2207
|
-
if (
|
|
2206
|
+
const ne = (((K = i.flip) == null ? void 0 : K.index) || 0) + 1, q = p[ne];
|
|
2207
|
+
if (q)
|
|
2208
2208
|
return {
|
|
2209
2209
|
data: {
|
|
2210
2210
|
index: ne,
|
|
2211
2211
|
overflows: N
|
|
2212
2212
|
},
|
|
2213
2213
|
reset: {
|
|
2214
|
-
placement:
|
|
2214
|
+
placement: q
|
|
2215
2215
|
}
|
|
2216
2216
|
};
|
|
2217
2217
|
let oe = (re = N.filter((b) => b.overflows[0] <= 0).sort((b, w) => b.overflows[1] - w.overflows[1])[0]) == null ? void 0 : re.placement;
|
|
@@ -2364,7 +2364,7 @@ function we(e) {
|
|
|
2364
2364
|
function bn(e) {
|
|
2365
2365
|
return typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof me(e).ShadowRoot;
|
|
2366
2366
|
}
|
|
2367
|
-
function
|
|
2367
|
+
function Ye(e) {
|
|
2368
2368
|
const {
|
|
2369
2369
|
overflow: t,
|
|
2370
2370
|
overflowX: n,
|
|
@@ -2421,13 +2421,13 @@ function Ve(e) {
|
|
|
2421
2421
|
}
|
|
2422
2422
|
function er(e) {
|
|
2423
2423
|
const t = Ve(e);
|
|
2424
|
-
return dt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : we(t) &&
|
|
2424
|
+
return dt(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : we(t) && Ye(t) ? t : er(t);
|
|
2425
2425
|
}
|
|
2426
|
-
function
|
|
2426
|
+
function Ue(e, t, n) {
|
|
2427
2427
|
var o;
|
|
2428
2428
|
t === void 0 && (t = []), n === void 0 && (n = !0);
|
|
2429
2429
|
const a = er(e), i = a === ((o = e.ownerDocument) == null ? void 0 : o.body), l = me(a);
|
|
2430
|
-
return i ? t.concat(l, l.visualViewport || [],
|
|
2430
|
+
return i ? t.concat(l, l.visualViewport || [], Ye(a) ? a : [], l.frameElement && n ? Ue(l.frameElement) : []) : t.concat(a, Ue(a, [], n));
|
|
2431
2431
|
}
|
|
2432
2432
|
function tr(e) {
|
|
2433
2433
|
const t = ve(e);
|
|
@@ -2439,11 +2439,11 @@ function tr(e) {
|
|
|
2439
2439
|
$: c
|
|
2440
2440
|
};
|
|
2441
2441
|
}
|
|
2442
|
-
function
|
|
2442
|
+
function qt(e) {
|
|
2443
2443
|
return be(e) ? e : e.contextElement;
|
|
2444
2444
|
}
|
|
2445
2445
|
function Ae(e) {
|
|
2446
|
-
const t =
|
|
2446
|
+
const t = qt(e);
|
|
2447
2447
|
if (!we(t))
|
|
2448
2448
|
return _e(1);
|
|
2449
2449
|
const n = t.getBoundingClientRect(), {
|
|
@@ -2465,15 +2465,15 @@ function nr(e) {
|
|
|
2465
2465
|
y: t.visualViewport.offsetTop
|
|
2466
2466
|
};
|
|
2467
2467
|
}
|
|
2468
|
-
function
|
|
2468
|
+
function Wo(e, t, n) {
|
|
2469
2469
|
return t === void 0 && (t = !1), !n || t && n !== me(e) ? !1 : t;
|
|
2470
2470
|
}
|
|
2471
2471
|
function Te(e, t, n, o) {
|
|
2472
2472
|
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
2473
|
-
const a = e.getBoundingClientRect(), i =
|
|
2473
|
+
const a = e.getBoundingClientRect(), i = qt(e);
|
|
2474
2474
|
let l = _e(1);
|
|
2475
2475
|
t && (o ? be(o) && (l = Ae(o)) : l = Ae(e));
|
|
2476
|
-
const c =
|
|
2476
|
+
const c = Wo(i, n, o) ? nr(i) : _e(0);
|
|
2477
2477
|
let u = (a.left + c.x) / l.x, d = (a.top + c.y) / l.y, f = a.width / l.x, m = a.height / l.y;
|
|
2478
2478
|
if (i) {
|
|
2479
2479
|
const E = me(i), v = o && be(o) ? me(o) : o;
|
|
@@ -2490,7 +2490,7 @@ function Te(e, t, n, o) {
|
|
|
2490
2490
|
y: d
|
|
2491
2491
|
});
|
|
2492
2492
|
}
|
|
2493
|
-
const
|
|
2493
|
+
const jo = [":popover-open", ":modal"];
|
|
2494
2494
|
function rr(e) {
|
|
2495
2495
|
let t = !1, n = 0, o = 0;
|
|
2496
2496
|
function a(i) {
|
|
@@ -2499,7 +2499,7 @@ function rr(e) {
|
|
|
2499
2499
|
} catch {
|
|
2500
2500
|
}
|
|
2501
2501
|
}
|
|
2502
|
-
if (
|
|
2502
|
+
if (jo.forEach((i) => {
|
|
2503
2503
|
a(i);
|
|
2504
2504
|
}), t) {
|
|
2505
2505
|
const i = Qn(e);
|
|
@@ -2525,7 +2525,7 @@ function No(e) {
|
|
|
2525
2525
|
scrollTop: 0
|
|
2526
2526
|
}, u = _e(1);
|
|
2527
2527
|
const d = _e(0), f = we(o);
|
|
2528
|
-
if ((f || !f && a !== "fixed") && ((ke(o) !== "body" ||
|
|
2528
|
+
if ((f || !f && a !== "fixed") && ((ke(o) !== "body" || Ye(i)) && (c = ht(o)), we(o))) {
|
|
2529
2529
|
const m = Te(o);
|
|
2530
2530
|
u = Ae(o), d.x = m.x + o.clientLeft, d.y = m.y + o.clientTop;
|
|
2531
2531
|
}
|
|
@@ -2599,27 +2599,27 @@ function ar(e, t) {
|
|
|
2599
2599
|
const n = Ve(e);
|
|
2600
2600
|
return n === t || !be(n) || dt(n) ? !1 : ve(n).position === "fixed" || ar(n, t);
|
|
2601
2601
|
}
|
|
2602
|
-
function
|
|
2602
|
+
function qo(e, t) {
|
|
2603
2603
|
const n = t.get(e);
|
|
2604
2604
|
if (n)
|
|
2605
2605
|
return n;
|
|
2606
|
-
let o =
|
|
2606
|
+
let o = Ue(e, [], !1).filter((c) => be(c) && ke(c) !== "body"), a = null;
|
|
2607
2607
|
const i = ve(e).position === "fixed";
|
|
2608
2608
|
let l = i ? Ve(e) : e;
|
|
2609
2609
|
for (; be(l) && !dt(l); ) {
|
|
2610
2610
|
const c = ve(l), u = Dt(l);
|
|
2611
|
-
!u && c.position === "fixed" && (a = null), (i ? !u && !a : !u && c.position === "static" && !!a && ["absolute", "fixed"].includes(a.position) ||
|
|
2611
|
+
!u && c.position === "fixed" && (a = null), (i ? !u && !a : !u && c.position === "static" && !!a && ["absolute", "fixed"].includes(a.position) || Ye(l) && !u && ar(e, l)) ? o = o.filter((f) => f !== l) : a = c, l = Ve(l);
|
|
2612
2612
|
}
|
|
2613
2613
|
return t.set(e, o), o;
|
|
2614
2614
|
}
|
|
2615
|
-
function
|
|
2615
|
+
function Uo(e) {
|
|
2616
2616
|
let {
|
|
2617
2617
|
element: t,
|
|
2618
2618
|
boundary: n,
|
|
2619
2619
|
rootBoundary: o,
|
|
2620
2620
|
strategy: a
|
|
2621
2621
|
} = e;
|
|
2622
|
-
const l = [...n === "clippingAncestors" ?
|
|
2622
|
+
const l = [...n === "clippingAncestors" ? qo(t, this._c) : [].concat(n), o], c = l[0], u = l.reduce((d, f) => {
|
|
2623
2623
|
const m = xn(t, f, a);
|
|
2624
2624
|
return d.top = Se(m.top, d.top), d.right = tt(m.right, d.right), d.bottom = tt(m.bottom, d.bottom), d.left = Se(m.left, d.left), d;
|
|
2625
2625
|
}, xn(t, c, a));
|
|
@@ -2630,7 +2630,7 @@ function Yo(e) {
|
|
|
2630
2630
|
y: u.top
|
|
2631
2631
|
};
|
|
2632
2632
|
}
|
|
2633
|
-
function
|
|
2633
|
+
function Yo(e) {
|
|
2634
2634
|
const {
|
|
2635
2635
|
width: t,
|
|
2636
2636
|
height: n
|
|
@@ -2648,7 +2648,7 @@ function zo(e, t, n, o) {
|
|
|
2648
2648
|
};
|
|
2649
2649
|
const d = _e(0);
|
|
2650
2650
|
if (a || !a && !l)
|
|
2651
|
-
if ((ke(t) !== "body" ||
|
|
2651
|
+
if ((ke(t) !== "body" || Ye(i)) && (u = ht(t)), a) {
|
|
2652
2652
|
const x = Te(t, !0, l, t);
|
|
2653
2653
|
d.x = x.x + t.clientLeft, d.y = x.y + t.clientTop;
|
|
2654
2654
|
} else
|
|
@@ -2691,11 +2691,11 @@ function Xo(e) {
|
|
|
2691
2691
|
const Go = {
|
|
2692
2692
|
convertOffsetParentRelativeRectToViewportRelativeRect: No,
|
|
2693
2693
|
getDocumentElement: xe,
|
|
2694
|
-
getClippingRect:
|
|
2694
|
+
getClippingRect: Uo,
|
|
2695
2695
|
getOffsetParent: sr,
|
|
2696
2696
|
getElementRects: Ko,
|
|
2697
2697
|
getClientRects: Ho,
|
|
2698
|
-
getDimensions:
|
|
2698
|
+
getDimensions: Yo,
|
|
2699
2699
|
getScale: Ae,
|
|
2700
2700
|
isElement: be,
|
|
2701
2701
|
isRTL: Xo
|
|
@@ -2717,17 +2717,17 @@ function Jo(e, t) {
|
|
|
2717
2717
|
} = e.getBoundingClientRect();
|
|
2718
2718
|
if (c || t(), !m || !E)
|
|
2719
2719
|
return;
|
|
2720
|
-
const v =
|
|
2720
|
+
const v = Ge(f), k = Ge(a.clientWidth - (d + m)), x = Ge(a.clientHeight - (f + E)), $ = Ge(d), S = {
|
|
2721
2721
|
rootMargin: -v + "px " + -k + "px " + -x + "px " + -$ + "px",
|
|
2722
2722
|
threshold: Se(0, tt(1, u)) || 1
|
|
2723
2723
|
};
|
|
2724
2724
|
let L = !0;
|
|
2725
2725
|
function F(p) {
|
|
2726
|
-
const
|
|
2727
|
-
if (
|
|
2726
|
+
const U = p[0].intersectionRatio;
|
|
2727
|
+
if (U !== u) {
|
|
2728
2728
|
if (!L)
|
|
2729
2729
|
return l();
|
|
2730
|
-
|
|
2730
|
+
U ? l(!1, U) : o = setTimeout(() => {
|
|
2731
2731
|
l(!1, 1e-7);
|
|
2732
2732
|
}, 100);
|
|
2733
2733
|
}
|
|
@@ -2754,7 +2754,7 @@ function kn(e, t, n, o) {
|
|
|
2754
2754
|
elementResize: l = typeof ResizeObserver == "function",
|
|
2755
2755
|
layoutShift: c = typeof IntersectionObserver == "function",
|
|
2756
2756
|
animationFrame: u = !1
|
|
2757
|
-
} = o, d =
|
|
2757
|
+
} = o, d = qt(e), f = a || i ? [...d ? Ue(d) : [], ...Ue(t)] : [];
|
|
2758
2758
|
f.forEach((C) => {
|
|
2759
2759
|
a && C.addEventListener("scroll", n, {
|
|
2760
2760
|
passive: !0
|
|
@@ -2864,23 +2864,23 @@ function n1(e) {
|
|
|
2864
2864
|
}), [E, v] = r.useState(o);
|
|
2865
2865
|
at(E, o) || v(o);
|
|
2866
2866
|
const [k, x] = r.useState(null), [$, C] = r.useState(null), S = r.useCallback((_) => {
|
|
2867
|
-
_ !==
|
|
2867
|
+
_ !== U.current && (U.current = _, x(_));
|
|
2868
2868
|
}, []), L = r.useCallback((_) => {
|
|
2869
2869
|
_ !== te.current && (te.current = _, C(_));
|
|
2870
|
-
}, []), F = i || k, p = l || $,
|
|
2871
|
-
if (!
|
|
2870
|
+
}, []), F = i || k, p = l || $, U = r.useRef(null), te = r.useRef(null), N = r.useRef(f), K = u != null, re = Cn(u), ue = Cn(a), ne = r.useCallback(() => {
|
|
2871
|
+
if (!U.current || !te.current)
|
|
2872
2872
|
return;
|
|
2873
2873
|
const _ = {
|
|
2874
2874
|
placement: t,
|
|
2875
2875
|
strategy: n,
|
|
2876
2876
|
middleware: E
|
|
2877
2877
|
};
|
|
2878
|
-
ue.current && (_.platform = ue.current), t1(
|
|
2878
|
+
ue.current && (_.platform = ue.current), t1(U.current, te.current, _).then((G) => {
|
|
2879
2879
|
const fe = {
|
|
2880
2880
|
...G,
|
|
2881
2881
|
isPositioned: !0
|
|
2882
2882
|
};
|
|
2883
|
-
|
|
2883
|
+
q.current && !at(N.current, fe) && (N.current = fe, Vn.flushSync(() => {
|
|
2884
2884
|
m(fe);
|
|
2885
2885
|
}));
|
|
2886
2886
|
});
|
|
@@ -2891,18 +2891,18 @@ function n1(e) {
|
|
|
2891
2891
|
isPositioned: !1
|
|
2892
2892
|
})));
|
|
2893
2893
|
}, [d]);
|
|
2894
|
-
const
|
|
2895
|
-
et(() => (
|
|
2896
|
-
|
|
2894
|
+
const q = r.useRef(!1);
|
|
2895
|
+
et(() => (q.current = !0, () => {
|
|
2896
|
+
q.current = !1;
|
|
2897
2897
|
}), []), et(() => {
|
|
2898
|
-
if (F && (
|
|
2898
|
+
if (F && (U.current = F), p && (te.current = p), F && p) {
|
|
2899
2899
|
if (re.current)
|
|
2900
2900
|
return re.current(F, p, ne);
|
|
2901
2901
|
ne();
|
|
2902
2902
|
}
|
|
2903
2903
|
}, [F, p, ne, re, K]);
|
|
2904
2904
|
const oe = r.useMemo(() => ({
|
|
2905
|
-
reference:
|
|
2905
|
+
reference: U,
|
|
2906
2906
|
floating: te,
|
|
2907
2907
|
setReference: S,
|
|
2908
2908
|
setFloating: L
|
|
@@ -2946,7 +2946,7 @@ const st = /* @__PURE__ */ r.forwardRef(function(t, n) {
|
|
|
2946
2946
|
children: o,
|
|
2947
2947
|
container: a,
|
|
2948
2948
|
disablePortal: i = !1
|
|
2949
|
-
} = t, [l, c] = r.useState(null), u =
|
|
2949
|
+
} = t, [l, c] = r.useState(null), u = je(/* @__PURE__ */ r.isValidElement(o) ? o.ref : null, n);
|
|
2950
2950
|
if (At(() => {
|
|
2951
2951
|
i || c(r1(a) || document.body);
|
|
2952
2952
|
}, [a, i]), At(() => {
|
|
@@ -3052,7 +3052,7 @@ const cr = /* @__PURE__ */ r.forwardRef(function(t, n) {
|
|
|
3052
3052
|
slotProps: v = {},
|
|
3053
3053
|
slots: k = {},
|
|
3054
3054
|
strategy: x = "absolute"
|
|
3055
|
-
} = t, $ =
|
|
3055
|
+
} = t, $ = jt(t, l1), {
|
|
3056
3056
|
refs: C,
|
|
3057
3057
|
elements: S,
|
|
3058
3058
|
floatingStyles: L,
|
|
@@ -3067,7 +3067,7 @@ const cr = /* @__PURE__ */ r.forwardRef(function(t, n) {
|
|
|
3067
3067
|
placement: E,
|
|
3068
3068
|
strategy: x,
|
|
3069
3069
|
whileElementsMounted: u ? void 0 : kn
|
|
3070
|
-
}),
|
|
3070
|
+
}), U = je(C.setFloating, n);
|
|
3071
3071
|
At(() => {
|
|
3072
3072
|
if (u && m && S.reference && S.floating)
|
|
3073
3073
|
return kn(S.reference, S.floating, F);
|
|
@@ -3083,14 +3083,14 @@ const cr = /* @__PURE__ */ r.forwardRef(function(t, n) {
|
|
|
3083
3083
|
}), {
|
|
3084
3084
|
contextValue: N,
|
|
3085
3085
|
hasExited: K
|
|
3086
|
-
} = s1(m), re = u && K ? "hidden" : void 0, ue = c1(te), ne = (o = k == null ? void 0 : k.root) != null ? o : "div",
|
|
3086
|
+
} = s1(m), re = u && K ? "hidden" : void 0, ue = c1(te), ne = (o = k == null ? void 0 : k.root) != null ? o : "div", q = It({
|
|
3087
3087
|
elementType: ne,
|
|
3088
3088
|
externalSlotProps: v.root,
|
|
3089
3089
|
externalForwardedProps: $,
|
|
3090
3090
|
ownerState: te,
|
|
3091
3091
|
className: ue.root,
|
|
3092
3092
|
additionalProps: {
|
|
3093
|
-
ref:
|
|
3093
|
+
ref: U,
|
|
3094
3094
|
role: "tooltip",
|
|
3095
3095
|
style: se({}, L, {
|
|
3096
3096
|
visibility: re
|
|
@@ -3106,7 +3106,7 @@ const cr = /* @__PURE__ */ r.forwardRef(function(t, n) {
|
|
|
3106
3106
|
value: oe,
|
|
3107
3107
|
children: /* @__PURE__ */ P.jsx(a1.Provider, {
|
|
3108
3108
|
value: N,
|
|
3109
|
-
children: /* @__PURE__ */ P.jsx(ne, se({},
|
|
3109
|
+
children: /* @__PURE__ */ P.jsx(ne, se({}, q, {
|
|
3110
3110
|
children: i
|
|
3111
3111
|
}))
|
|
3112
3112
|
})
|
|
@@ -3243,7 +3243,7 @@ function f1(e) {
|
|
|
3243
3243
|
}, p = (N) => (K) => {
|
|
3244
3244
|
var re;
|
|
3245
3245
|
k(K), v.current === !1 && S(!1), a == null || a(K), (re = N.onBlur) == null || re.call(N, K);
|
|
3246
|
-
},
|
|
3246
|
+
}, U = je($, L);
|
|
3247
3247
|
return {
|
|
3248
3248
|
checked: f,
|
|
3249
3249
|
disabled: !!o,
|
|
@@ -3253,7 +3253,7 @@ function f1(e) {
|
|
|
3253
3253
|
defaultChecked: n,
|
|
3254
3254
|
disabled: o,
|
|
3255
3255
|
readOnly: u,
|
|
3256
|
-
ref:
|
|
3256
|
+
ref: U,
|
|
3257
3257
|
required: d,
|
|
3258
3258
|
type: "checkbox"
|
|
3259
3259
|
}, N, {
|
|
@@ -3261,11 +3261,11 @@ function f1(e) {
|
|
|
3261
3261
|
onFocus: F(N),
|
|
3262
3262
|
onBlur: p(N)
|
|
3263
3263
|
}),
|
|
3264
|
-
inputRef:
|
|
3264
|
+
inputRef: U,
|
|
3265
3265
|
readOnly: !!u
|
|
3266
3266
|
};
|
|
3267
3267
|
}
|
|
3268
|
-
const d1 = "
|
|
3268
|
+
const d1 = "_baseBtn_i7aqx_108", Ct = {
|
|
3269
3269
|
baseBtn: d1
|
|
3270
3270
|
}, Ne = (e) => {
|
|
3271
3271
|
const { ariaLabel: t, ariaLabelledBy: n, children: o, className: a, disabled: i, role: l, selected: c } = e, { active: u, focusVisible: d, getRootProps: f } = bo({
|
|
@@ -3290,14 +3290,14 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3290
3290
|
children: o
|
|
3291
3291
|
}
|
|
3292
3292
|
);
|
|
3293
|
-
}, h1 = "
|
|
3293
|
+
}, h1 = "_root_eff9f_108", Sn = {
|
|
3294
3294
|
root: h1,
|
|
3295
|
-
"root--border-radius": "_root--border-
|
|
3296
|
-
}, m1 = (e, t) => On(e) && typeof e.type != "string" && t.includes(e.type), Ie = (e, t) => it.Children.toArray(e).filter((n) => m1(n, t)), p1 = "
|
|
3295
|
+
"root--border-radius": "_root--border-radius_eff9f_118"
|
|
3296
|
+
}, m1 = (e, t) => On(e) && typeof e.type != "string" && t.includes(e.type), Ie = (e, t) => it.Children.toArray(e).filter((n) => m1(n, t)), p1 = "_root_exex3_108", g1 = {
|
|
3297
3297
|
root: p1
|
|
3298
|
-
}, v1 = ({ children: e, className: t }) => /* @__PURE__ */ P.jsx("div", { className: ie(g1.root, t), children: e }), w1 = "
|
|
3298
|
+
}, v1 = ({ children: e, className: t }) => /* @__PURE__ */ P.jsx("div", { className: ie(g1.root, t), children: e }), w1 = "_iconComponent_1g3d7_108", y1 = {
|
|
3299
3299
|
iconComponent: w1
|
|
3300
|
-
}, E1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m14 21-8.93-8.93a.1.1 0 0 1 0-.14L14 3m-8 9h15" })), b1 = h(E1), x1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m12 21 8.93-8.93a.1.1 0 0 0 0-.14L12 3m8 9H5" })), _1 = h(x1), k1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M4 9v11a1 1 0 0 0 1.6.8l5.2-3.9a2 2 0 0 1 2.4 0l5.2 3.9A1 1 0 0 0 20 20V9M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4M4 9h16" })), R1 = h(k1), C1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { fill: "#201649", fillRule: "evenodd", d: "M5.5 2.5a2 2 0 0 0-2 2v3a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-3a2 2 0 0 0-2-2h-13Zm14 7.5h-15a1 1 0 0 0-1 1v10.07a1 1 0 0 0 1.577.817l6.346-4.48a1 1 0 0 1 1.154 0l6.346 4.48a1 1 0 0 0 1.577-.817V11a1 1 0 0 0-1-1Z", clipRule: "evenodd" })), S1 = h(C1), M1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M2.5 12h19m-19 6.5h19m-19-13h19" })), T1 = h(M1), P1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M2 9a2.5 2.5 0 0 1 2.5-2.5h1.77a.5.5 0 0 0 .38-.175L8.9 3.698A2 2 0 0 1 10.42 3h3.16a2 2 0 0 1 1.519.698l2.251 2.627a.5.5 0 0 0 .38.175h1.77A2.5 2.5 0 0 1 22 9v9a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 18V9Z" })), $1 = h(P1), L1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m4 13 4.859 4.859a.2.2 0 0 0 .282 0L20 7" })), F1 = h(L1), O1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m7 12.5 3 3 7-7m4.5 3.5a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Z" })), A1 = h(O1), V1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m21 8-8.93 8.93a.1.1 0 0 1-.14 0L3 8" })), I1 = h(V1), j1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m15 21-8.93-8.93a.1.1 0 0 1 0-.14L15 3" })), W1 = h(j1), N1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m9 3 8.93 8.93a.1.1 0 0 1 0 .14L9 21" })), H1 = h(N1), B1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m21 16-8.93-8.93a.1.1 0 0 0-.14 0L3 16" })), D1 = h(B1), Z1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M8 13.5h7M9 10h7m5 2a9 9 0 0 1-12.697 8.208 1.063 1.063 0 0 0-.632-.082l-3.953.74a.5.5 0 0 1-.584-.584l.74-3.953c.04-.213.008-.434-.082-.632A9 9 0 1 1 21 12Z" })), U1 = h(Z1), Y1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m4 20 8-8 8-8m0 16L4 4" })), q1 = h(Y1), z1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m8 16 8-8m0 8L8 8m13.5 4a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Z" })), K1 = h(z1), X1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m9.5 11.689 1.348 1.303c.644.622 1.66.622 2.304 0l1.348-1.303m-5 0L2.521 4.46M9.5 11.689l-6.979 7.85M21.48 4.461 14.5 11.689m0 0 6.979 7.85M20 20.5H4a2 2 0 0 1-2-2v-13a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2Z" })), G1 = h(X1), J1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 10.5v-4a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v4m18 0v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8m18 0H3M12 2v5m5-5v5M7 7V2" })), Q1 = h(J1), ea = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M13 3h7.9a.1.1 0 0 1 .1.1V11m-1-7L10 14M6 3H4a1 1 0 0 0-1 1v15a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-2" })), ta = h(ea), na = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { d: "M12 5C6.54245 5 2.84732 9.93477 1.80246 11.5176C1.60739 11.8131 1.60739 12.1869 1.80246 12.4824C2.84732 14.0652 6.54245 19 12 19C17.4576 19 21.1527 14.0652 22.1975 12.4824C22.3926 12.1869 22.3926 11.8131 22.1975 11.5176C21.1527 9.93477 17.4576 5 12 5Z", stroke: "#201649", strokeWidth: 1.5 }), /* @__PURE__ */ r.createElement("path", { d: "M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z", stroke: "#201649", strokeWidth: 1.5 })), ra = h(na), oa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m3.5 3.5 17 17M12 5C6.542 5 2.847 9.935 1.802 11.518a.868.868 0 0 0 0 .964C2.847 14.065 6.542 19 12 19s9.153-4.935 10.198-6.518a.868.868 0 0 0 0-.964C21.153 9.935 17.458 5 12 5Zm0 3a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z" })), aa = h(oa), sa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M19.178 3.5H4.822a1 1 0 0 0-.844 1.537l5.71 8.972A2 2 0 0 1 10 15.082v5.3a1 1 0 0 0 1.447.894l2-1a1 1 0 0 0 .553-.894v-4.3a2 2 0 0 1 .313-1.073l5.709-8.972a1 1 0 0 0-.844-1.537Z" })), ia = h(sa), la = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M21.5 12a9.5 9.5 0 0 1-9.5 9.5m9.5-9.5A9.5 9.5 0 0 0 12 2.5m9.5 9.5h-19m9.5 9.5A9.5 9.5 0 0 1 2.5 12m9.5 9.5v-19m0 19S6.5 17 6.5 12 12 2.5 12 2.5m0 19s5.5-4.5 5.5-9.5S12 2.5 12 2.5M2.5 12A9.5 9.5 0 0 1 12 2.5" })), ca = h(la), ua = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12.092 6.733C13.64 3.853 17.05 2.45 19.5 4.41c2.5 2 2.203 5.594.5 9-2.315 4.63-7.203 7.116-7.913 7.459a.178.178 0 0 1-.171-.006c-.7-.398-5.598-3.28-7.916-7.453-1.85-3.329-2-7 .5-9 2.45-1.96 5.86-.559 7.408 2.322a.105.105 0 0 0 .184 0Z" })), fa = h(ua), da = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M2.5 18a2 2 0 0 0 2 2h15a2 2 0 0 0 2-2v-3m-19 3V6a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v9m-19 3 4.293-4.293a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 0 1.414 0l3.879-3.879a2 2 0 0 1 2.828 0L21.5 15M7 9.5a.707.707 0 0 0 1-1 .707.707 0 0 0-1 1Z" })), ha = h(da), ma = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M19.5 14.5 7.053 20.954a1.62 1.62 0 0 1-1.892-.293L3.34 18.84a1.62 1.62 0 0 1-.293-1.892L9.5 4.5M21 16 8 3m6 1 1-2.5m5 8.5 2.5-1M11 19.5l1.1 1.833a.81.81 0 0 0 1.083.295l4.076-2.224a.81.81 0 0 0 .307-1.128L16.5 16.5M17 7l4-4" })), pa = h(ma), ga = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M5 9h-.5a2 2 0 0 1-1.846-2.77l1.09-2.615A1 1 0 0 1 4.667 3H9.5M5 9v4m0-4h3.5M5 13H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1m0-6h14m0-4h.5a2 2 0 0 0 1.846-2.77l-1.09-2.615A1 1 0 0 0 19.333 3H14.5M19 9v4m0-4h-3.5m3.5 4h1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1m0 0v2m0-2H5m0 0v2M9.5 3l-1 6m1-6h5m-6 6h7m-1-6 1 6" })), va = h(ga), wa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { fill: "#201649", d: "M6 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM13.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM19.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })), ya = h(wa), Ea = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { fill: "#201649", d: "M13.5 18a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 4.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z" })), ba = h(Ea), xa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m5.5 5.5 13 13m3-6.5a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Z" })), _a = h(xa), ka = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M8.833 18.667S8.833 22 12.167 22c3.333 0 3.333-3.333 3.333-3.333M5.5 8.003v3.235c0 2.344-1.14 4.265-2.048 6.322-.234.53.163 1.107.743 1.107h15.943c.58 0 .978-.576.743-1.107-.907-2.057-2.048-3.978-2.048-6.322V8.003A3.503 3.503 0 0 0 15.331 4.5a.324.324 0 0 1-.305-.24c-.179-.626-.838-2.26-2.86-2.26-2.02 0-2.68 1.634-2.858 2.26a.324.324 0 0 1-.305.24A3.503 3.503 0 0 0 5.5 8.003Z" })), Ra = h(ka), Ca = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m21 13-6.757 6.757a6.364 6.364 0 0 1-7.346 1.192v0a6.364 6.364 0 0 1-2.846-2.846v0a6.364 6.364 0 0 1 1.192-7.346L12.42 3.58a4.84 4.84 0 0 1 5.772-.808l.135.075A4.34 4.34 0 0 1 20.101 4.7v0a4.341 4.341 0 0 1-.814 5.012l-6.225 6.225a2.828 2.828 0 0 1-3.456.426v0a2.829 2.829 0 0 1-.97-.97v0a2.829 2.829 0 0 1 .426-3.456L14 7" })), Sa = h(Ca), Ma = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "m15 5 2.293-2.293a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414L19 9m-4-4L4.428 15.572a2 2 0 0 0-.547 1.022l-.822 4.112a.2.2 0 0 0 .235.235l4.112-.822a2 2 0 0 0 1.022-.547L19 9m-4-4 4 4" })), Ta = h(Ma), Pa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M18 8c0 5.436-4.925 11.692-5.85 12.82a.192.192 0 0 1-.3 0C10.926 19.693 6 13.437 6 8a6 6 0 1 1 12 0Z" })), $a = h(Pa), La = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 3.5v17M3.5 12h17" })), Fa = h(La), Oa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M7 12h10m-5 5V7m9.5 5a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Z" })), Aa = h(Oa), Va = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 8.5H5.5a2 2 0 0 0-2 2V18a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2v-7.5a2 2 0 0 0-2-2H16Zm0 0V5c0-3-4-3-4-3v0S8 2 8 5m4 8.5v1m.75.25v0a1.06 1.06 0 0 1-1.5 0v0a1.06 1.06 0 0 1 0-1.5v0a1.06 1.06 0 0 1 1.5 0v0a1.06 1.06 0 0 1 0 1.5Z" })), Ia = h(Va), ja = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m16 16 5 5m-3-10.5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z" })), Wa = h(ja), Na = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M3 7v11a2 2 0 0 0 2 2h11m-9-4s.745-4.204 3-6c2.787-2.22 4.5-2 9.5-2M16 3l4.646 4.646a.5.5 0 0 1 0 .708L16 13" })), Ha = h(Na), Ba = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "m14.341 3.341 6.305 6.305a.5.5 0 0 1 0 .708l-6.305 6.305a.2.2 0 0 1-.341-.142V13.06a.484.484 0 0 0-.554-.484c-1.077.162-3.477.596-4.946 1.424-2.297 1.294-4.273 4.651-5.094 6.198-.1.189-.406.115-.406-.1.002-4.415.112-6.83 3-9.598 2.292-2.197 4.29-2.93 7.5-2.995A.509.509 0 0 0 14 7V3.483a.2.2 0 0 1 .341-.142Z" })), Da = h(Ba), Za = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M5 4.5h16M11.5 11H21m0 6.5h-6m-8-9v11m4-3-3.93 3.93a.1.1 0 0 1-.14 0L3 16.5" })), Ua = h(Za), Ya = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M7.5 10h-4a1 1 0 0 0-1 1v7.5a1 1 0 0 0 1 1h4m0-9.5 3.4-7.285a.372.372 0 0 1 .337-.215 2.98 2.98 0 0 1 2.968 3.25l-.193 2.116a.123.123 0 0 0 .123.134h5.087a2 2 0 0 1 1.983 2.259l-.978 7.5a2 2 0 0 1-1.983 1.741H7.5m0-9.5v9.5" })), qa = h(Ya), za = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M19 6.5v13a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-13M3 6h5.5M21 6h-5.5m0 0V3.5a1 1 0 0 0-1-1h-5a1 1 0 0 0-1 1V6m7 0h-7m6 11.5V10m-5 7.5V10" })), Ka = h(za), Xa = {
|
|
3300
|
+
}, E1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m14 21-8.93-8.93a.1.1 0 0 1 0-.14L14 3m-8 9h15" })), b1 = h(E1), x1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m12 21 8.93-8.93a.1.1 0 0 0 0-.14L12 3m8 9H5" })), _1 = h(x1), k1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M4 9v11a1 1 0 0 0 1.6.8l5.2-3.9a2 2 0 0 1 2.4 0l5.2 3.9A1 1 0 0 0 20 20V9M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4M4 9h16" })), R1 = h(k1), C1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { fill: "#201649", fillRule: "evenodd", d: "M5.5 2.5a2 2 0 0 0-2 2v3a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-3a2 2 0 0 0-2-2h-13Zm14 7.5h-15a1 1 0 0 0-1 1v10.07a1 1 0 0 0 1.577.817l6.346-4.48a1 1 0 0 1 1.154 0l6.346 4.48a1 1 0 0 0 1.577-.817V11a1 1 0 0 0-1-1Z", clipRule: "evenodd" })), S1 = h(C1), M1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M2.5 12h19m-19 6.5h19m-19-13h19" })), T1 = h(M1), P1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M2 9a2.5 2.5 0 0 1 2.5-2.5h1.77a.5.5 0 0 0 .38-.175L8.9 3.698A2 2 0 0 1 10.42 3h3.16a2 2 0 0 1 1.519.698l2.251 2.627a.5.5 0 0 0 .38.175h1.77A2.5 2.5 0 0 1 22 9v9a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 18V9Z" })), $1 = h(P1), L1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m4 13 4.859 4.859a.2.2 0 0 0 .282 0L20 7" })), F1 = h(L1), O1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m7 12.5 3 3 7-7m4.5 3.5a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Z" })), A1 = h(O1), V1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m21 8-8.93 8.93a.1.1 0 0 1-.14 0L3 8" })), I1 = h(V1), W1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m15 21-8.93-8.93a.1.1 0 0 1 0-.14L15 3" })), j1 = h(W1), N1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m9 3 8.93 8.93a.1.1 0 0 1 0 .14L9 21" })), H1 = h(N1), B1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m21 16-8.93-8.93a.1.1 0 0 0-.14 0L3 16" })), D1 = h(B1), Z1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M8 13.5h7M9 10h7m5 2a9 9 0 0 1-12.697 8.208 1.063 1.063 0 0 0-.632-.082l-3.953.74a.5.5 0 0 1-.584-.584l.74-3.953c.04-.213.008-.434-.082-.632A9 9 0 1 1 21 12Z" })), q1 = h(Z1), U1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m4 20 8-8 8-8m0 16L4 4" })), Y1 = h(U1), z1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m8 16 8-8m0 8L8 8m13.5 4a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Z" })), K1 = h(z1), X1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m9.5 11.689 1.348 1.303c.644.622 1.66.622 2.304 0l1.348-1.303m-5 0L2.521 4.46M9.5 11.689l-6.979 7.85M21.48 4.461 14.5 11.689m0 0 6.979 7.85M20 20.5H4a2 2 0 0 1-2-2v-13a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2Z" })), G1 = h(X1), J1 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M21 10.5v-4a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v4m18 0v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8m18 0H3M12 2v5m5-5v5M7 7V2" })), Q1 = h(J1), ea = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M13 3h7.9a.1.1 0 0 1 .1.1V11m-1-7L10 14M6 3H4a1 1 0 0 0-1 1v15a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-2" })), ta = h(ea), na = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { d: "M12 5C6.54245 5 2.84732 9.93477 1.80246 11.5176C1.60739 11.8131 1.60739 12.1869 1.80246 12.4824C2.84732 14.0652 6.54245 19 12 19C17.4576 19 21.1527 14.0652 22.1975 12.4824C22.3926 12.1869 22.3926 11.8131 22.1975 11.5176C21.1527 9.93477 17.4576 5 12 5Z", stroke: "#201649", strokeWidth: 1.5 }), /* @__PURE__ */ r.createElement("path", { d: "M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12Z", stroke: "#201649", strokeWidth: 1.5 })), ra = h(na), oa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m3.5 3.5 17 17M12 5C6.542 5 2.847 9.935 1.802 11.518a.868.868 0 0 0 0 .964C2.847 14.065 6.542 19 12 19s9.153-4.935 10.198-6.518a.868.868 0 0 0 0-.964C21.153 9.935 17.458 5 12 5Zm0 3a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z" })), aa = h(oa), sa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M19.178 3.5H4.822a1 1 0 0 0-.844 1.537l5.71 8.972A2 2 0 0 1 10 15.082v5.3a1 1 0 0 0 1.447.894l2-1a1 1 0 0 0 .553-.894v-4.3a2 2 0 0 1 .313-1.073l5.709-8.972a1 1 0 0 0-.844-1.537Z" })), ia = h(sa), la = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M21.5 12a9.5 9.5 0 0 1-9.5 9.5m9.5-9.5A9.5 9.5 0 0 0 12 2.5m9.5 9.5h-19m9.5 9.5A9.5 9.5 0 0 1 2.5 12m9.5 9.5v-19m0 19S6.5 17 6.5 12 12 2.5 12 2.5m0 19s5.5-4.5 5.5-9.5S12 2.5 12 2.5M2.5 12A9.5 9.5 0 0 1 12 2.5" })), ca = h(la), ua = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12.092 6.733C13.64 3.853 17.05 2.45 19.5 4.41c2.5 2 2.203 5.594.5 9-2.315 4.63-7.203 7.116-7.913 7.459a.178.178 0 0 1-.171-.006c-.7-.398-5.598-3.28-7.916-7.453-1.85-3.329-2-7 .5-9 2.45-1.96 5.86-.559 7.408 2.322a.105.105 0 0 0 .184 0Z" })), fa = h(ua), da = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M2.5 18a2 2 0 0 0 2 2h15a2 2 0 0 0 2-2v-3m-19 3V6a2 2 0 0 1 2-2h15a2 2 0 0 1 2 2v9m-19 3 4.293-4.293a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 0 1.414 0l3.879-3.879a2 2 0 0 1 2.828 0L21.5 15M7 9.5a.707.707 0 0 0 1-1 .707.707 0 0 0-1 1Z" })), ha = h(da), ma = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M19.5 14.5 7.053 20.954a1.62 1.62 0 0 1-1.892-.293L3.34 18.84a1.62 1.62 0 0 1-.293-1.892L9.5 4.5M21 16 8 3m6 1 1-2.5m5 8.5 2.5-1M11 19.5l1.1 1.833a.81.81 0 0 0 1.083.295l4.076-2.224a.81.81 0 0 0 .307-1.128L16.5 16.5M17 7l4-4" })), pa = h(ma), ga = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M5 9h-.5a2 2 0 0 1-1.846-2.77l1.09-2.615A1 1 0 0 1 4.667 3H9.5M5 9v4m0-4h3.5M5 13H4a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1m0-6h14m0-4h.5a2 2 0 0 0 1.846-2.77l-1.09-2.615A1 1 0 0 0 19.333 3H14.5M19 9v4m0-4h-3.5m3.5 4h1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1m0 0v2m0-2H5m0 0v2M9.5 3l-1 6m1-6h5m-6 6h7m-1-6 1 6" })), va = h(ga), wa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { fill: "#201649", d: "M6 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM13.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM19.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })), ya = h(wa), Ea = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { fill: "#201649", d: "M13.5 18a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM12 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 4.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Z" })), ba = h(Ea), xa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m5.5 5.5 13 13m3-6.5a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Z" })), _a = h(xa), ka = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M8.833 18.667S8.833 22 12.167 22c3.333 0 3.333-3.333 3.333-3.333M5.5 8.003v3.235c0 2.344-1.14 4.265-2.048 6.322-.234.53.163 1.107.743 1.107h15.943c.58 0 .978-.576.743-1.107-.907-2.057-2.048-3.978-2.048-6.322V8.003A3.503 3.503 0 0 0 15.331 4.5a.324.324 0 0 1-.305-.24c-.179-.626-.838-2.26-2.86-2.26-2.02 0-2.68 1.634-2.858 2.26a.324.324 0 0 1-.305.24A3.503 3.503 0 0 0 5.5 8.003Z" })), Ra = h(ka), Ca = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m21 13-6.757 6.757a6.364 6.364 0 0 1-7.346 1.192v0a6.364 6.364 0 0 1-2.846-2.846v0a6.364 6.364 0 0 1 1.192-7.346L12.42 3.58a4.84 4.84 0 0 1 5.772-.808l.135.075A4.34 4.34 0 0 1 20.101 4.7v0a4.341 4.341 0 0 1-.814 5.012l-6.225 6.225a2.828 2.828 0 0 1-3.456.426v0a2.829 2.829 0 0 1-.97-.97v0a2.829 2.829 0 0 1 .426-3.456L14 7" })), Sa = h(Ca), Ma = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "m15 5 2.293-2.293a1 1 0 0 1 1.414 0l2.586 2.586a1 1 0 0 1 0 1.414L19 9m-4-4L4.428 15.572a2 2 0 0 0-.547 1.022l-.822 4.112a.2.2 0 0 0 .235.235l4.112-.822a2 2 0 0 0 1.022-.547L19 9m-4-4 4 4" })), Ta = h(Ma), Pa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M18 8c0 5.436-4.925 11.692-5.85 12.82a.192.192 0 0 1-.3 0C10.926 19.693 6 13.437 6 8a6 6 0 1 1 12 0Z" })), $a = h(Pa), La = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M12 3.5v17M3.5 12h17" })), Fa = h(La), Oa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M7 12h10m-5 5V7m9.5 5a9.5 9.5 0 1 1-19 0 9.5 9.5 0 0 1 19 0Z" })), Aa = h(Oa), Va = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M16 8.5H5.5a2 2 0 0 0-2 2V18a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2v-7.5a2 2 0 0 0-2-2H16Zm0 0V5c0-3-4-3-4-3v0S8 2 8 5m4 8.5v1m.75.25v0a1.06 1.06 0 0 1-1.5 0v0a1.06 1.06 0 0 1 0-1.5v0a1.06 1.06 0 0 1 1.5 0v0a1.06 1.06 0 0 1 0 1.5Z" })), Ia = h(Va), Wa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "m16 16 5 5m-3-10.5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z" })), ja = h(Wa), Na = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M3 7v11a2 2 0 0 0 2 2h11m-9-4s.745-4.204 3-6c2.787-2.22 4.5-2 9.5-2M16 3l4.646 4.646a.5.5 0 0 1 0 .708L16 13" })), Ha = h(Na), Ba = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "m14.341 3.341 6.305 6.305a.5.5 0 0 1 0 .708l-6.305 6.305a.2.2 0 0 1-.341-.142V13.06a.484.484 0 0 0-.554-.484c-1.077.162-3.477.596-4.946 1.424-2.297 1.294-4.273 4.651-5.094 6.198-.1.189-.406.115-.406-.1.002-4.415.112-6.83 3-9.598 2.292-2.197 4.29-2.93 7.5-2.995A.509.509 0 0 0 14 7V3.483a.2.2 0 0 1 .341-.142Z" })), Da = h(Ba), Za = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M5 4.5h16M11.5 11H21m0 6.5h-6m-8-9v11m4-3-3.93 3.93a.1.1 0 0 1-.14 0L3 16.5" })), qa = h(Za), Ua = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M7.5 10h-4a1 1 0 0 0-1 1v7.5a1 1 0 0 0 1 1h4m0-9.5 3.4-7.285a.372.372 0 0 1 .337-.215 2.98 2.98 0 0 1 2.968 3.25l-.193 2.116a.123.123 0 0 0 .123.134h5.087a2 2 0 0 1 1.983 2.259l-.978 7.5a2 2 0 0 1-1.983 1.741H7.5m0-9.5v9.5" })), Ya = h(Ua), za = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M19 6.5v13a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-13M3 6h5.5M21 6h-5.5m0 0V3.5a1 1 0 0 0-1-1h-5a1 1 0 0 0-1 1V6m7 0h-7m6 11.5V10m-5 7.5V10" })), Ka = h(za), Xa = {
|
|
3301
3301
|
arrow_left: b1,
|
|
3302
3302
|
arrow_right: _1,
|
|
3303
3303
|
bookmark: R1,
|
|
@@ -3307,11 +3307,11 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3307
3307
|
checkmark: F1,
|
|
3308
3308
|
checkmark_circle: A1,
|
|
3309
3309
|
chevron_down: I1,
|
|
3310
|
-
chevron_left:
|
|
3310
|
+
chevron_left: j1,
|
|
3311
3311
|
chevron_right: H1,
|
|
3312
3312
|
chevron_up: D1,
|
|
3313
|
-
comment_bubble:
|
|
3314
|
-
cross:
|
|
3313
|
+
comment_bubble: q1,
|
|
3314
|
+
cross: Y1,
|
|
3315
3315
|
cross_circle: K1,
|
|
3316
3316
|
envelope: G1,
|
|
3317
3317
|
event_calendar: Q1,
|
|
@@ -3334,13 +3334,13 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3334
3334
|
plus: Fa,
|
|
3335
3335
|
plus_circle: Aa,
|
|
3336
3336
|
privacy_lock: Ia,
|
|
3337
|
-
search:
|
|
3337
|
+
search: ja,
|
|
3338
3338
|
share_arrow: Ha,
|
|
3339
3339
|
share_arrow_outline: Da,
|
|
3340
|
-
sort:
|
|
3341
|
-
thanks:
|
|
3340
|
+
sort: qa,
|
|
3341
|
+
thanks: Ya,
|
|
3342
3342
|
trash_can: Ka
|
|
3343
|
-
}, Ga = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ja = h(Ga), Qa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), es = h(Qa), ts = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ns = h(ts), rs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), os = h(rs), as = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ss = h(as), is = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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__ */ r.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__ */ r.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" })), ls = h(is), cs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), us = h(cs), fs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ds = h(fs), hs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 16h24M4 23h24M4 9h24" })), ms = h(hs), ps = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), gs = h(ps), vs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ws = h(vs), ys = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Es = h(ys), bs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), xs = h(bs), _s = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ks = h(_s), Rs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Cs = h(Rs), Ss = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ms = h(Ss), Ts = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ps = h(Ts), $s = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ls = h($s), Fs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Os = h(Fs), As = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Vs = h(As), Is = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), js = h(Is), Ws = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ns = h(Ws), Hs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Bs = h(Hs), Ds = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Zs = h(Ds), Us = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ys = h(Us), qs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), zs = h(qs), Ks = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Xs = h(Ks), Gs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Js = h(Gs), Qs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), e0 = h(Qs), t0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), n0 = h(t0), r0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), o0 = h(r0), a0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), s0 = h(a0), i0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), l0 = h(i0), c0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), u0 = h(c0), f0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), d0 = h(f0), h0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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__ */ r.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 })), m0 = h(h0), p0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), g0 = h(p0), v0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), w0 = h(v0), y0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), E0 = h(y0), b0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), x0 = h(b0), _0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), k0 = h(_0), R0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), C0 = h(R0), S0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), M0 = h(S0), T0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), P0 = h(T0), $0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), L0 = h($0), F0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), O0 = h(F0), A0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), V0 = h(A0), I0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11 16h17m-17 7h17M11 9h17M7 9H5m2 7H5m2 7H5" })), j0 = h(I0), W0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: t, ...e }, /* @__PURE__ */ r.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" })), N0 = h(W0), H0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), B0 = h(H0), D0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Z0 = h(D0), U0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Y0 = h(U0), q0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), z0 = h(q0), K0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), X0 = h(K0), G0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), J0 = h(G0), Q0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ei = h(Q0), ti = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ni = h(ti), ri = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), oi = h(ri), ai = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), si = h(ai), ii = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), li = h(ii), ci = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ui = h(ci), fi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), di = h(fi), hi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), mi = h(hi), pi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), gi = h(pi), vi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), wi = h(vi), yi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ei = h(yi), bi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), xi = h(bi), _i = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ki = h(_i), Ri = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ci = h(Ri), Si = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.4, d: "M16 4.667v22.666M4.667 16h22.666" })), Mi = h(Si), Ti = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Pi = h(Ti), $i = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Li = h($i), Fi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Oi = h(Fi), Ai = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Vi = h(Ai), Ii = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ji = h(Ii), Wi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M21 16a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" })), Ni = h(Wi), Hi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Bi = h(Hi), Di = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Zi = h(Di), Ui = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Yi = h(Ui), qi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), zi = h(qi), Ki = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Xi = h(Ki), Gi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ji = h(Gi), Qi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), el = h(Qi), tl = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), nl = h(tl), rl = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ol = h(rl), al = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), sl = h(al), il = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ll = h(il), cl = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ul = h(cl), fl = {
|
|
3343
|
+
}, Ga = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ja = h(Ga), Qa = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), es = h(Qa), ts = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ns = h(ts), rs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), os = h(rs), as = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ss = h(as), is = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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__ */ r.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__ */ r.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" })), ls = h(is), cs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), us = h(cs), fs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ds = h(fs), hs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M4 16h24M4 23h24M4 9h24" })), ms = h(hs), ps = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), gs = h(ps), vs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ws = h(vs), ys = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Es = h(ys), bs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), xs = h(bs), _s = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ks = h(_s), Rs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Cs = h(Rs), Ss = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ms = h(Ss), Ts = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ps = h(Ts), $s = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ls = h($s), Fs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Os = h(Fs), As = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Vs = h(As), Is = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ws = h(Is), js = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ns = h(js), Hs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Bs = h(Hs), Ds = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Zs = h(Ds), qs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Us = h(qs), Ys = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), zs = h(Ys), Ks = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Xs = h(Ks), Gs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Js = h(Gs), Qs = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), e0 = h(Qs), t0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), n0 = h(t0), r0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), o0 = h(r0), a0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), s0 = h(a0), i0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), l0 = h(i0), c0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), u0 = h(c0), f0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), d0 = h(f0), h0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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__ */ r.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 })), m0 = h(h0), p0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), g0 = h(p0), v0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), w0 = h(v0), y0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), E0 = h(y0), b0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), x0 = h(b0), _0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), k0 = h(_0), R0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), C0 = h(R0), S0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), M0 = h(S0), T0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), P0 = h(T0), $0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), L0 = h($0), F0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), O0 = h(F0), A0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), V0 = h(A0), I0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.5, d: "M11 16h17m-17 7h17M11 9h17M7 9H5m2 7H5m2 7H5" })), W0 = h(I0), j0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: t, ...e }, /* @__PURE__ */ r.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" })), N0 = h(j0), H0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), B0 = h(H0), D0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Z0 = h(D0), q0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), U0 = h(q0), Y0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), z0 = h(Y0), K0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), X0 = h(K0), G0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), J0 = h(G0), Q0 = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ei = h(Q0), ti = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ni = h(ti), ri = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), oi = h(ri), ai = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), si = h(ai), ii = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), li = h(ii), ci = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ui = h(ci), fi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), di = h(fi), hi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), mi = h(hi), pi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), gi = h(pi), vi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), wi = h(vi), yi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ei = h(yi), bi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), xi = h(bi), _i = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ki = h(_i), Ri = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ci = h(Ri), Si = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.createElement("path", { stroke: "#201649", strokeLinecap: "round", strokeWidth: 1.4, d: "M16 4.667v22.666M4.667 16h22.666" })), Mi = h(Si), Ti = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Pi = h(Ti), $i = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Li = h($i), Fi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Oi = h(Fi), Ai = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Vi = h(Ai), Ii = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Wi = h(Ii), ji = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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__ */ r.createElement("path", { stroke: "#201649", strokeWidth: 1.5, d: "M21 16a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z" })), Ni = h(ji), Hi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Bi = h(Hi), Di = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Zi = h(Di), qi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ui = h(qi), Yi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), zi = h(Yi), Ki = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Xi = h(Ki), Gi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), Ji = h(Gi), Qi = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), el = h(Qi), tl = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), nl = h(tl), rl = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ol = h(rl), al = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), sl = h(al), il = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ll = h(il), cl = (e, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, fill: "none", ref: t, ...e }, /* @__PURE__ */ r.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" })), ul = h(cl), fl = {
|
|
3344
3344
|
address_book: Ja,
|
|
3345
3345
|
baby_toy: es,
|
|
3346
3346
|
bicycle: ns,
|
|
@@ -3361,11 +3361,11 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3361
3361
|
christmas_tree: Ls,
|
|
3362
3362
|
clipboard: Os,
|
|
3363
3363
|
clothing: Vs,
|
|
3364
|
-
cocktail:
|
|
3364
|
+
cocktail: Ws,
|
|
3365
3365
|
comment_bubble: Ns,
|
|
3366
3366
|
compass: Bs,
|
|
3367
3367
|
computer: Zs,
|
|
3368
|
-
couch:
|
|
3368
|
+
couch: Us,
|
|
3369
3369
|
credit_card: zs,
|
|
3370
3370
|
cross_circle: Xs,
|
|
3371
3371
|
cutlery: Js,
|
|
@@ -3388,11 +3388,11 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3388
3388
|
invite_neighbour: L0,
|
|
3389
3389
|
key: O0,
|
|
3390
3390
|
kitchen_pot: V0,
|
|
3391
|
-
list:
|
|
3391
|
+
list: W0,
|
|
3392
3392
|
log_in: N0,
|
|
3393
3393
|
log_out: B0,
|
|
3394
3394
|
loudspeaker: Z0,
|
|
3395
|
-
map:
|
|
3395
|
+
map: U0,
|
|
3396
3396
|
marketplace: z0,
|
|
3397
3397
|
miscellaneous_other: X0,
|
|
3398
3398
|
more_dots: J0,
|
|
@@ -3415,11 +3415,11 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3415
3415
|
post: Li,
|
|
3416
3416
|
privacy_lock: Oi,
|
|
3417
3417
|
qr_code: Vi,
|
|
3418
|
-
search:
|
|
3418
|
+
search: Wi,
|
|
3419
3419
|
settings_cog: Ni,
|
|
3420
3420
|
shopping_bag: Bi,
|
|
3421
3421
|
shopping_cart: Zi,
|
|
3422
|
-
special_place:
|
|
3422
|
+
special_place: Ui,
|
|
3423
3423
|
suitcase: zi,
|
|
3424
3424
|
supporter: Xi,
|
|
3425
3425
|
tennis_ball: Ji,
|
|
@@ -3432,7 +3432,7 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3432
3432
|
}, dl = {
|
|
3433
3433
|
24: Xa,
|
|
3434
3434
|
32: fl
|
|
3435
|
-
},
|
|
3435
|
+
}, We = ({
|
|
3436
3436
|
className: e,
|
|
3437
3437
|
name: t,
|
|
3438
3438
|
role: n = "presentation",
|
|
@@ -3450,12 +3450,12 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3450
3450
|
height: o
|
|
3451
3451
|
}
|
|
3452
3452
|
) : null;
|
|
3453
|
-
}, hl = "
|
|
3453
|
+
}, hl = "_iconButton_lxp7c_108", St = {
|
|
3454
3454
|
iconButton: hl,
|
|
3455
|
-
"iconButton--circular": "_iconButton--
|
|
3456
|
-
"iconButton--circular-small": "_iconButton--circular-
|
|
3457
|
-
"iconButton--circular-medium": "_iconButton--circular-
|
|
3458
|
-
"iconButton--circular-large": "_iconButton--circular-
|
|
3455
|
+
"iconButton--circular": "_iconButton--circular_lxp7c_128",
|
|
3456
|
+
"iconButton--circular-small": "_iconButton--circular-small_lxp7c_141",
|
|
3457
|
+
"iconButton--circular-medium": "_iconButton--circular-medium_lxp7c_145",
|
|
3458
|
+
"iconButton--circular-large": "_iconButton--circular-large_lxp7c_149"
|
|
3459
3459
|
}, ml = (e) => e === "small" ? "24" : "32", pl = ({
|
|
3460
3460
|
icon: e,
|
|
3461
3461
|
size: t = "medium",
|
|
@@ -3471,10 +3471,10 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3471
3471
|
[St[`iconButton--${n}`]]: n,
|
|
3472
3472
|
[St[`iconButton--${n}-${t}`]]: n
|
|
3473
3473
|
}),
|
|
3474
|
-
children: /* @__PURE__ */ P.jsx(
|
|
3474
|
+
children: /* @__PURE__ */ P.jsx(We, { size: a, name: e })
|
|
3475
3475
|
}
|
|
3476
3476
|
);
|
|
3477
|
-
}, gl = "
|
|
3477
|
+
}, gl = "_root_uwfhw_108", vl = "_title_uwfhw_116", Mn = {
|
|
3478
3478
|
root: gl,
|
|
3479
3479
|
title: vl
|
|
3480
3480
|
}, wl = ({
|
|
@@ -3484,7 +3484,7 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3484
3484
|
rightElement: o,
|
|
3485
3485
|
type: a = "h3"
|
|
3486
3486
|
}) => {
|
|
3487
|
-
const i = Ie(n, [
|
|
3487
|
+
const i = Ie(n, [We, pl]), l = Ie(o, [Ne]);
|
|
3488
3488
|
return /* @__PURE__ */ P.jsxs("header", { className: Mn.root, children: [
|
|
3489
3489
|
i,
|
|
3490
3490
|
/* @__PURE__ */ P.jsx(ye, { type: a, as: e, className: Mn.title, children: t }),
|
|
@@ -3514,7 +3514,7 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3514
3514
|
children: l
|
|
3515
3515
|
}
|
|
3516
3516
|
);
|
|
3517
|
-
}, yl = "
|
|
3517
|
+
}, yl = "_dividerContainer_1uaxj_108", El = "_dividerLine_1uaxj_113", Tn = {
|
|
3518
3518
|
dividerContainer: yl,
|
|
3519
3519
|
dividerLine: El
|
|
3520
3520
|
}, mc = ({ offsetLeft: e = 0, offsetRight: t = 0 }) => /* @__PURE__ */ P.jsx("div", { className: Tn.dividerContainer, children: /* @__PURE__ */ P.jsx(
|
|
@@ -3527,7 +3527,7 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3527
3527
|
},
|
|
3528
3528
|
role: "separator"
|
|
3529
3529
|
}
|
|
3530
|
-
) }), bl = "
|
|
3530
|
+
) }), bl = "_fieldset_vnuh4_108", xl = {
|
|
3531
3531
|
fieldset: bl
|
|
3532
3532
|
}, pc = ({ children: e, classname: t, disabled: n, form: o, name: a }) => {
|
|
3533
3533
|
const i = Fr.map(e, (l) => {
|
|
@@ -3553,27 +3553,27 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3553
3553
|
id: a,
|
|
3554
3554
|
children: n
|
|
3555
3555
|
}
|
|
3556
|
-
), _l = ({ alt: e, className: t, src: n }) => /* @__PURE__ */ P.jsx("img", { className: t, src: n, alt: e }), kl = "
|
|
3556
|
+
), _l = ({ alt: e, className: t, src: n }) => /* @__PURE__ */ P.jsx("img", { className: t, src: n, alt: e }), kl = "_labelPill_1ij88_108", Pn = {
|
|
3557
3557
|
labelPill: kl,
|
|
3558
|
-
"labelPill--small": "_labelPill--
|
|
3559
|
-
"labelPill--medium": "_labelPill--
|
|
3558
|
+
"labelPill--small": "_labelPill--small_1ij88_120",
|
|
3559
|
+
"labelPill--medium": "_labelPill--medium_1ij88_124"
|
|
3560
3560
|
}, Rl = {
|
|
3561
3561
|
medium: "detail-bold",
|
|
3562
3562
|
small: "detail-upper-case"
|
|
3563
3563
|
}, Cl = ({ className: e, label: t, size: n }) => {
|
|
3564
3564
|
const o = Pn[`labelPill--${n}`];
|
|
3565
3565
|
return /* @__PURE__ */ P.jsx("span", { className: ie(Pn.labelPill, o, e), children: /* @__PURE__ */ P.jsx(ye, { type: Rl[n], children: t }) });
|
|
3566
|
-
}, Sl = "
|
|
3566
|
+
}, Sl = "_legend_x7lnv_108", Ml = "_text_x7lnv_114", $n = {
|
|
3567
3567
|
legend: Sl,
|
|
3568
3568
|
text: Ml
|
|
3569
3569
|
}, vc = ({ className: e, headline: t, text: n }) => /* @__PURE__ */ P.jsxs("legend", { className: ie($n.legend, e), children: [
|
|
3570
3570
|
/* @__PURE__ */ P.jsx(ye, { type: "h5", children: t }),
|
|
3571
3571
|
n && /* @__PURE__ */ P.jsx(ye, { className: $n.text, type: "body-regular", as: "p", children: n })
|
|
3572
|
-
] }), Tl = "
|
|
3572
|
+
] }), Tl = "_menuItem_1gfbc_108", Pl = "_highlightFrame_1gfbc_120", $l = "_rightIcon_1gfbc_128", Ll = "_leftIcon_1gfbc_136", Ze = {
|
|
3573
3573
|
menuItem: Tl,
|
|
3574
3574
|
highlightFrame: Pl,
|
|
3575
3575
|
rightIcon: $l,
|
|
3576
|
-
"menuItem--selected": "_menuItem--
|
|
3576
|
+
"menuItem--selected": "_menuItem--selected_1gfbc_133",
|
|
3577
3577
|
leftIcon: Ll
|
|
3578
3578
|
}, wc = ({
|
|
3579
3579
|
isSelected: e,
|
|
@@ -3598,7 +3598,7 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3598
3598
|
a && /* @__PURE__ */ P.jsx("span", { className: Ze.rightIcon, children: a })
|
|
3599
3599
|
] })
|
|
3600
3600
|
}
|
|
3601
|
-
), Fl = "
|
|
3601
|
+
), Fl = "_navBar_ekff9_108", Ol = {
|
|
3602
3602
|
navBar: Fl
|
|
3603
3603
|
}, yc = ({ children: e, onChange: t, value: n }) => {
|
|
3604
3604
|
const [o, a] = Or(n || ""), i = (l) => {
|
|
@@ -3611,23 +3611,23 @@ const d1 = "_baseBtn_15mki_108", Ct = {
|
|
|
3611
3611
|
onChange: i
|
|
3612
3612
|
})
|
|
3613
3613
|
) });
|
|
3614
|
-
}, Al = "
|
|
3614
|
+
}, Al = "_h1_1lci6_108", Vl = "_h2_1lci6_121", Il = "_h3_1lci6_134", Wl = "_h4_1lci6_147", jl = "_h5_1lci6_160", Nl = "_h6_1lci6_173", Hl = "_h7_1lci6_186", Bl = "_h8_1lci6_199", Dl = {
|
|
3615
3615
|
h1: Al,
|
|
3616
3616
|
h2: Vl,
|
|
3617
3617
|
h3: Il,
|
|
3618
|
-
h4:
|
|
3619
|
-
h5:
|
|
3618
|
+
h4: Wl,
|
|
3619
|
+
h5: jl,
|
|
3620
3620
|
h6: Nl,
|
|
3621
3621
|
h7: Hl,
|
|
3622
3622
|
h8: Bl,
|
|
3623
|
-
"body-large": "_body-
|
|
3624
|
-
"body-regular": "_body-
|
|
3625
|
-
"body-semibold": "_body-
|
|
3626
|
-
"body-italic": "_body-
|
|
3627
|
-
"detail-medium": "_detail-
|
|
3628
|
-
"detail-bold": "_detail-
|
|
3629
|
-
"detail-upper-case": "_detail-upper-
|
|
3630
|
-
"detail-regular": "_detail-
|
|
3623
|
+
"body-large": "_body-large_1lci6_212",
|
|
3624
|
+
"body-regular": "_body-regular_1lci6_225",
|
|
3625
|
+
"body-semibold": "_body-semibold_1lci6_238",
|
|
3626
|
+
"body-italic": "_body-italic_1lci6_251",
|
|
3627
|
+
"detail-medium": "_detail-medium_1lci6_264",
|
|
3628
|
+
"detail-bold": "_detail-bold_1lci6_277",
|
|
3629
|
+
"detail-upper-case": "_detail-upper-case_1lci6_290",
|
|
3630
|
+
"detail-regular": "_detail-regular_1lci6_303"
|
|
3631
3631
|
};
|
|
3632
3632
|
function Zl(e) {
|
|
3633
3633
|
switch (e) {
|
|
@@ -3646,42 +3646,42 @@ function ye({ as: e, children: t, className: n, type: o }) {
|
|
|
3646
3646
|
const a = e || Zl(o);
|
|
3647
3647
|
return /* @__PURE__ */ P.jsx(a, { className: ie(Dl[o], n), children: t });
|
|
3648
3648
|
}
|
|
3649
|
-
const
|
|
3650
|
-
listItem:
|
|
3651
|
-
navItem:
|
|
3652
|
-
selector:
|
|
3653
|
-
"navItem--active": "_navItem--
|
|
3649
|
+
const ql = "_listItem_4dqbs_108", Ul = "_navItem_4dqbs_111", Yl = "_selector_4dqbs_125", zl = "_label_4dqbs_146", qe = {
|
|
3650
|
+
listItem: ql,
|
|
3651
|
+
navItem: Ul,
|
|
3652
|
+
selector: Yl,
|
|
3653
|
+
"navItem--active": "_navItem--active_4dqbs_133",
|
|
3654
3654
|
label: zl
|
|
3655
3655
|
}, Ec = ({ active: e, ariaLabel: t, icon: n, id: o, label: a, onChange: i }) => {
|
|
3656
3656
|
const l = () => {
|
|
3657
3657
|
i && i(o);
|
|
3658
3658
|
};
|
|
3659
|
-
return /* @__PURE__ */ P.jsx("li", { className:
|
|
3659
|
+
return /* @__PURE__ */ P.jsx("li", { className: qe.listItem, children: /* @__PURE__ */ P.jsxs(
|
|
3660
3660
|
Ne,
|
|
3661
3661
|
{
|
|
3662
|
-
className: ie(
|
|
3663
|
-
[
|
|
3662
|
+
className: ie(qe.navItem, {
|
|
3663
|
+
[qe["navItem--active"]]: e
|
|
3664
3664
|
}),
|
|
3665
3665
|
onClick: l,
|
|
3666
3666
|
"aria-label": t,
|
|
3667
3667
|
children: [
|
|
3668
|
-
/* @__PURE__ */ P.jsx("div", { className:
|
|
3668
|
+
/* @__PURE__ */ P.jsx("div", { className: qe.selector }),
|
|
3669
3669
|
n,
|
|
3670
|
-
a && /* @__PURE__ */ P.jsx(ye, { className:
|
|
3670
|
+
a && /* @__PURE__ */ P.jsx(ye, { className: qe.label, type: "detail-medium", as: "span", children: a })
|
|
3671
3671
|
]
|
|
3672
3672
|
}
|
|
3673
3673
|
) });
|
|
3674
|
-
}, Kl = "
|
|
3674
|
+
}, Kl = "_bubbleContent_1b7vq_108", Xl = "_bubble_1b7vq_108", Mt = {
|
|
3675
3675
|
bubbleContent: Kl,
|
|
3676
3676
|
bubble: Xl,
|
|
3677
|
-
"bubble--empty": "_bubble--
|
|
3677
|
+
"bubble--empty": "_bubble--empty_1b7vq_141"
|
|
3678
3678
|
}, Gl = 9, Ln = (e) => {
|
|
3679
3679
|
const { ariaLabel: t, children: n, value: o } = e, a = o === void 0, i = a ? void 0 : Math.max(0, o).toString(), l = ie({
|
|
3680
3680
|
[Mt["bubble--empty"]]: a,
|
|
3681
3681
|
[Mt.bubble]: !0
|
|
3682
3682
|
});
|
|
3683
3683
|
return /* @__PURE__ */ P.jsx(
|
|
3684
|
-
|
|
3684
|
+
Un,
|
|
3685
3685
|
{
|
|
3686
3686
|
badgeContent: i,
|
|
3687
3687
|
className: Mt.bubbleContent,
|
|
@@ -3692,31 +3692,26 @@ const Ul = "_listItem_v3qxs_108", Yl = "_navItem_v3qxs_111", ql = "_selector_v3q
|
|
|
3692
3692
|
children: n
|
|
3693
3693
|
}
|
|
3694
3694
|
);
|
|
3695
|
-
}, Jl = "
|
|
3695
|
+
}, Jl = "_wrapper_69m2j_108", Je = {
|
|
3696
3696
|
wrapper: Jl,
|
|
3697
|
-
"wrapper--
|
|
3698
|
-
"wrapper--
|
|
3699
|
-
"wrapper--
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
className: e,
|
|
3703
|
-
icon: t,
|
|
3704
|
-
variant: n
|
|
3705
|
-
}) => {
|
|
3706
|
-
const o = Ie(t, [je]);
|
|
3697
|
+
"wrapper--large": "_wrapper--large_69m2j_119",
|
|
3698
|
+
"wrapper--small": "_wrapper--small_69m2j_122",
|
|
3699
|
+
"wrapper--iconWrapper": "_wrapper--iconWrapper_69m2j_126"
|
|
3700
|
+
}, bc = ({ className: e, icon: t, size: n }) => {
|
|
3701
|
+
const o = Ie(t, [We]);
|
|
3707
3702
|
return /* @__PURE__ */ P.jsx(
|
|
3708
3703
|
"div",
|
|
3709
3704
|
{
|
|
3710
|
-
className: ie(
|
|
3705
|
+
className: ie(Je.wrapper, e, {
|
|
3706
|
+
[Je[`wrapper--${n}`]]: n
|
|
3707
|
+
}),
|
|
3711
3708
|
"data-testid": "placeholder-thumbnail",
|
|
3712
3709
|
children: /* @__PURE__ */ P.jsx(
|
|
3713
3710
|
"div",
|
|
3714
3711
|
{
|
|
3715
|
-
className: ie(
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
Ye["wrapper--iconWrapper"]
|
|
3719
|
-
),
|
|
3712
|
+
className: ie(Je.wrapper, {
|
|
3713
|
+
[Je["wrapper--iconWrapper"]]: n === "large"
|
|
3714
|
+
}),
|
|
3720
3715
|
children: o
|
|
3721
3716
|
}
|
|
3722
3717
|
)
|
|
@@ -3724,7 +3719,7 @@ const Ul = "_listItem_v3qxs_108", Yl = "_navItem_v3qxs_111", ql = "_selector_v3q
|
|
|
3724
3719
|
);
|
|
3725
3720
|
};
|
|
3726
3721
|
var ur = /* @__PURE__ */ ((e) => (e[e.lg = 16] = "lg", e[e.md = 12] = "md", e[e.sm = 8] = "sm", e[e.xl = 24] = "xl", e))(ur || {});
|
|
3727
|
-
const xc = ({ anchor: e, children: t, id: n, offset: o = "sm", open: a }) => /* @__PURE__ */ P.jsx(cr, { id: n, open: a, anchor: e, offset: ur[o], children: t }), Ql = "
|
|
3722
|
+
const xc = ({ anchor: e, children: t, id: n, offset: o = "sm", open: a }) => /* @__PURE__ */ P.jsx(cr, { id: n, open: a, anchor: e, offset: ur[o], children: t }), Ql = "_smartLink_us6ii_108", ec = "_smartLinkButton_us6ii_113", Fn = {
|
|
3728
3723
|
smartLink: Ql,
|
|
3729
3724
|
smartLinkButton: ec
|
|
3730
3725
|
};
|
|
@@ -3749,11 +3744,11 @@ function _c({
|
|
|
3749
3744
|
}
|
|
3750
3745
|
) : /* @__PURE__ */ P.jsx("a", { className: Fn.smartLink, href: a, target: l, onClick: i, children: n });
|
|
3751
3746
|
}
|
|
3752
|
-
const tc = "
|
|
3747
|
+
const tc = "_textButton_13f2c_108", Tt = {
|
|
3753
3748
|
textButton: tc,
|
|
3754
|
-
"textButton--green": "_textButton--
|
|
3755
|
-
"textButton--blue": "_textButton--
|
|
3756
|
-
"textButton--text": "_textButton--
|
|
3749
|
+
"textButton--green": "_textButton--green_13f2c_116",
|
|
3750
|
+
"textButton--blue": "_textButton--blue_13f2c_122",
|
|
3751
|
+
"textButton--text": "_textButton--text_13f2c_128"
|
|
3757
3752
|
}, nc = {
|
|
3758
3753
|
large: "h5",
|
|
3759
3754
|
medium: "body-semibold",
|
|
@@ -3771,7 +3766,7 @@ function kc({
|
|
|
3771
3766
|
size: u,
|
|
3772
3767
|
text: d
|
|
3773
3768
|
}) {
|
|
3774
|
-
const f = Ie(a, [
|
|
3769
|
+
const f = Ie(a, [We, Ln]), m = Ie(c, [We, Ln]);
|
|
3775
3770
|
return /* @__PURE__ */ P.jsxs(
|
|
3776
3771
|
Ne,
|
|
3777
3772
|
{
|
|
@@ -3797,16 +3792,16 @@ function kc({
|
|
|
3797
3792
|
}
|
|
3798
3793
|
);
|
|
3799
3794
|
}
|
|
3800
|
-
const rc = "
|
|
3795
|
+
const rc = "_wrapper_8in85_108", oc = "_textInputContainer_8in85_111", ac = "_textInput_8in85_111", Ce = {
|
|
3801
3796
|
wrapper: rc,
|
|
3802
3797
|
textInputContainer: oc,
|
|
3803
3798
|
textInput: ac,
|
|
3804
|
-
"textInput--medium": "_textInput--
|
|
3805
|
-
"textInput--small": "_textInput--
|
|
3806
|
-
"textInput--dark": "_textInput--
|
|
3807
|
-
"textInput--light": "_textInput--
|
|
3808
|
-
"textInput--error": "_textInput--
|
|
3809
|
-
"textInputContainer--errorMessage": "_textInputContainer--
|
|
3799
|
+
"textInput--medium": "_textInput--medium_8in85_151",
|
|
3800
|
+
"textInput--small": "_textInput--small_8in85_171",
|
|
3801
|
+
"textInput--dark": "_textInput--dark_8in85_190",
|
|
3802
|
+
"textInput--light": "_textInput--light_8in85_205",
|
|
3803
|
+
"textInput--error": "_textInput--error_8in85_223",
|
|
3804
|
+
"textInputContainer--errorMessage": "_textInputContainer--errorMessage_8in85_241"
|
|
3810
3805
|
}, Rc = ({
|
|
3811
3806
|
colorScheme: e,
|
|
3812
3807
|
errorMessage: t,
|
|
@@ -3846,21 +3841,21 @@ const rc = "_wrapper_z4wz8_108", oc = "_textInputContainer_z4wz8_111", ac = "_te
|
|
|
3846
3841
|
}
|
|
3847
3842
|
)
|
|
3848
3843
|
] });
|
|
3849
|
-
}, sc = "
|
|
3844
|
+
}, sc = "_root_75msq_115", Qe = {
|
|
3850
3845
|
root: sc,
|
|
3851
|
-
"root--24": "_root--
|
|
3852
|
-
"root--28": "_root--
|
|
3853
|
-
"root--32": "_root--
|
|
3854
|
-
"root--40": "_root--
|
|
3855
|
-
"root--48": "_root--
|
|
3856
|
-
"root--56": "_root--
|
|
3857
|
-
"root--64": "_root--
|
|
3858
|
-
"root--80": "_root--
|
|
3859
|
-
"root--120": "_root--
|
|
3860
|
-
"root--280": "_root--
|
|
3861
|
-
"root--square": "_root--
|
|
3862
|
-
"root--circular": "_root--
|
|
3863
|
-
"root--isPlaceholder": "_root--
|
|
3846
|
+
"root--24": "_root--24_75msq_122",
|
|
3847
|
+
"root--28": "_root--28_75msq_126",
|
|
3848
|
+
"root--32": "_root--32_75msq_130",
|
|
3849
|
+
"root--40": "_root--40_75msq_134",
|
|
3850
|
+
"root--48": "_root--48_75msq_138",
|
|
3851
|
+
"root--56": "_root--56_75msq_142",
|
|
3852
|
+
"root--64": "_root--64_75msq_146",
|
|
3853
|
+
"root--80": "_root--80_75msq_150",
|
|
3854
|
+
"root--120": "_root--120_75msq_154",
|
|
3855
|
+
"root--280": "_root--280_75msq_158",
|
|
3856
|
+
"root--square": "_root--square_75msq_162",
|
|
3857
|
+
"root--circular": "_root--circular_75msq_174",
|
|
3858
|
+
"root--isPlaceholder": "_root--isPlaceholder_75msq_177"
|
|
3864
3859
|
}, Cc = ({
|
|
3865
3860
|
alt: e,
|
|
3866
3861
|
isPlaceholder: t,
|
|
@@ -3878,8 +3873,8 @@ const rc = "_wrapper_z4wz8_108", oc = "_textInputContainer_z4wz8_111", ac = "_te
|
|
|
3878
3873
|
children: a && /* @__PURE__ */ P.jsx(_l, { src: a, alt: e })
|
|
3879
3874
|
}
|
|
3880
3875
|
);
|
|
3881
|
-
}, ic = "
|
|
3882
|
-
switch: "
|
|
3876
|
+
}, ic = "_slider_dcie4_114", lc = "_focusVisible_dcie4_136", Pt = {
|
|
3877
|
+
switch: "_switch_dcie4_108",
|
|
3883
3878
|
slider: ic,
|
|
3884
3879
|
focusVisible: lc
|
|
3885
3880
|
}, cc = (e) => {
|
|
@@ -3906,13 +3901,13 @@ const rc = "_wrapper_z4wz8_108", oc = "_textInputContainer_z4wz8_111", ac = "_te
|
|
|
3906
3901
|
}
|
|
3907
3902
|
)
|
|
3908
3903
|
] });
|
|
3909
|
-
}, uc = "
|
|
3904
|
+
}, uc = "_toggleInput_1dcet_108", fc = "_textLabel_1dcet_121", Fe = {
|
|
3910
3905
|
toggleInput: uc,
|
|
3911
3906
|
textLabel: fc,
|
|
3912
|
-
switch: "
|
|
3913
|
-
"toggleInput--checked": "_toggleInput--
|
|
3914
|
-
"toggleInput--disabled": "_toggleInput--
|
|
3915
|
-
"toggleInput--withBorder": "_toggleInput--
|
|
3907
|
+
switch: "_switch_1dcet_124",
|
|
3908
|
+
"toggleInput--checked": "_toggleInput--checked_1dcet_127",
|
|
3909
|
+
"toggleInput--disabled": "_toggleInput--disabled_1dcet_130",
|
|
3910
|
+
"toggleInput--withBorder": "_toggleInput--withBorder_1dcet_133"
|
|
3916
3911
|
}, Sc = ({
|
|
3917
3912
|
checked: e,
|
|
3918
3913
|
defaultChecked: t,
|
|
@@ -3930,7 +3925,7 @@ const rc = "_wrapper_z4wz8_108", oc = "_textInputContainer_z4wz8_111", ac = "_te
|
|
|
3930
3925
|
[Fe["toggleInput--disabled"]]: n
|
|
3931
3926
|
}),
|
|
3932
3927
|
children: [
|
|
3933
|
-
o && /* @__PURE__ */ P.jsx(
|
|
3928
|
+
o && /* @__PURE__ */ P.jsx(We, { name: o, size: "32" }),
|
|
3934
3929
|
/* @__PURE__ */ P.jsx(ye, { type: "body-large", className: Fe.textLabel, children: a }),
|
|
3935
3930
|
/* @__PURE__ */ P.jsx(
|
|
3936
3931
|
cc,
|
|
@@ -3953,7 +3948,7 @@ export {
|
|
|
3953
3948
|
mc as Divider,
|
|
3954
3949
|
pc as Fieldset,
|
|
3955
3950
|
gc as Form,
|
|
3956
|
-
|
|
3951
|
+
We as Icon,
|
|
3957
3952
|
pl as IconButton,
|
|
3958
3953
|
_l as Image,
|
|
3959
3954
|
Cl as LabelPill,
|