diff --git a/README.md b/README.md index f364479f..c1427037 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can test this package using the embedded storybook. Please follow these step To implement the MinIO Design System in your application, you can follow these steps: 1. Install the package by running `yarn add http://github.com/minio/mds#[Version]`. Replace `[Version]` with the version you want to install. -2. Import the required Geist & Geist Mono fonts in your application using your preferred method, Font Variants described as follows: +2. Import the required Geist & Geist Mono fonts in your application using your preferred method, Font Variants described as follows: ```css { @@ -101,6 +101,7 @@ To implement the MinIO Design System in your application, you can follow these s }, ``` + 3. Create an `mds.d.ts` file in the root of your project and add the following code and import it into your tsconfig.json file: ```typescript @@ -112,13 +113,12 @@ declare module "@emotion/react" { export type Theme = ThemeDefinition; } ``` + This is required to have the correct types for the theme object in your application. 4. Import the required components in your application. For example, to import the Button component, you can use `import { Button } from 'mds'`. 5. Use the imported component in your application. - - ## Build distribution files To create distribution files you can run `yarn build` or `make build` in source folder. This will create the required dist folders. diff --git a/dist/esm/assets/Geist-Black~qOvFQTkp.woff2 b/dist/esm/assets/Geist-Black~qOvFQTkp.woff2 deleted file mode 100644 index c8230cbc..00000000 Binary files a/dist/esm/assets/Geist-Black~qOvFQTkp.woff2 and /dev/null differ diff --git a/dist/esm/assets/Geist-Bold~bIXqnewY.woff2 b/dist/esm/assets/Geist-Bold~bIXqnewY.woff2 deleted file mode 100644 index d0562e48..00000000 Binary files a/dist/esm/assets/Geist-Bold~bIXqnewY.woff2 and /dev/null differ diff --git a/dist/esm/assets/Geist-Light~mFrpOtUv.woff2 b/dist/esm/assets/Geist-Light~mFrpOtUv.woff2 deleted file mode 100644 index 56611204..00000000 Binary files a/dist/esm/assets/Geist-Light~mFrpOtUv.woff2 and /dev/null differ diff --git a/dist/esm/assets/Geist-Medium~xvSHtfJJ.woff2 b/dist/esm/assets/Geist-Medium~xvSHtfJJ.woff2 deleted file mode 100644 index 76edd105..00000000 Binary files a/dist/esm/assets/Geist-Medium~xvSHtfJJ.woff2 and /dev/null differ diff --git a/dist/esm/assets/Geist-Regular~HBCtwmaC.woff2 b/dist/esm/assets/Geist-Regular~HBCtwmaC.woff2 deleted file mode 100644 index 2ebd0097..00000000 Binary files a/dist/esm/assets/Geist-Regular~HBCtwmaC.woff2 and /dev/null differ diff --git a/dist/esm/assets/Geist-SemiBold~HKwOtANj.woff2 b/dist/esm/assets/Geist-SemiBold~HKwOtANj.woff2 deleted file mode 100644 index a6c53e8b..00000000 Binary files a/dist/esm/assets/Geist-SemiBold~HKwOtANj.woff2 and /dev/null differ diff --git a/dist/esm/assets/Geist-Thin~zsMWvBSS.woff2 b/dist/esm/assets/Geist-Thin~zsMWvBSS.woff2 deleted file mode 100644 index a330c075..00000000 Binary files a/dist/esm/assets/Geist-Thin~zsMWvBSS.woff2 and /dev/null differ diff --git a/dist/esm/assets/Geist-UltraLight~mJMijQEE.woff2 b/dist/esm/assets/Geist-UltraLight~mJMijQEE.woff2 deleted file mode 100644 index 54168525..00000000 Binary files a/dist/esm/assets/Geist-UltraLight~mJMijQEE.woff2 and /dev/null differ diff --git a/dist/esm/assets/GeistMono-Regular~WhMCLXIx.woff2 b/dist/esm/assets/GeistMono-Regular~WhMCLXIx.woff2 deleted file mode 100644 index 1603e0eb..00000000 Binary files a/dist/esm/assets/GeistMono-Regular~WhMCLXIx.woff2 and /dev/null differ diff --git a/dist/esm/index.js b/dist/esm/index.js index 9bf86be3..2e253aa6 100644 --- a/dist/esm/index.js +++ b/dist/esm/index.js @@ -13,22 +13,13 @@ import t, { useImperativeHandle as u, Children as p, } from "react"; -import m from "./assets/Geist-Black~qOvFQTkp.woff2"; -import h from "./assets/Geist-Bold~bIXqnewY.woff2"; -import f from "./assets/Geist-Light~mFrpOtUv.woff2"; -import g from "./assets/Geist-Medium~xvSHtfJJ.woff2"; -import v from "./assets/Geist-Regular~HBCtwmaC.woff2"; -import w from "./assets/Geist-SemiBold~HKwOtANj.woff2"; -import L from "./assets/Geist-Thin~zsMWvBSS.woff2"; -import b from "./assets/Geist-UltraLight~mJMijQEE.woff2"; -import M from "./assets/GeistMono-Regular~WhMCLXIx.woff2"; -import * as H from "react-dom"; -import { createPortal as E, findDOMNode as R } from "react-dom"; +import * as m from "react-dom"; +import { createPortal as h, findDOMNode as f } from "react-dom"; import "./assets/index~lqppxyrZ.css"; -import y from "./assets/loginAnimationPoster~lBvYVwwP.png"; -import V from "./assets/videoBG~IEdWrpSd.mp4"; -const S = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 }, - T = { +import g from "./assets/loginAnimationPoster~lBvYVwwP.png"; +import v from "./assets/videoBG~IEdWrpSd.mp4"; +const w = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 }, + L = { sizeXXXS: 2, sizeXXS: 4, sizeXS: 8, @@ -39,15 +30,15 @@ const S = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 }, sizeXL: 32, sizeXXL: 48, }, - N = { + b = { borderRadiusXS: 2, borderRadiusSM: 4, borderRadius: 6, borderRadiusLG: 12, borderRadiusXLG: 16, }, - x = ["B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"], - _ = (e) => { + M = ["B", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "ZiB", "YiB"], + H = (e) => { if ("auto" === e || ("boolean" == typeof e && e)) return "100%"; if (!1 === e) return "initial"; let t = Math.floor(e); @@ -57,20 +48,20 @@ const S = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 }, ((t = 1), console.warn("Grid fraction cannot be smaller than 1")); return `${(100 * t) / 12}%`; }, - A = (e, t = !1, n = !0) => { + E = (e, t = !1, n = !0) => { let r; if (((r = "string" == typeof e ? parseInt(e, 10) : e), 0 === r)) - return { total: 0, unit: x[0] }; + return { total: 0, unit: M[0] }; const o = Math.floor(Math.log(r) / Math.log(1024)), i = t ? 1 : 0, l = r / Math.pow(1024, o), a = n ? Math.floor(l) : l; - return { total: parseFloat(a.toFixed(i)), unit: x[o] }; + return { total: parseFloat(a.toFixed(i)), unit: M[o] }; }, - Z = (e, t) => { + R = (e, t) => { if (e) return e instanceof Function ? e(t) : e; }; -var I = +var y = "undefined" != typeof globalThis ? globalThis : "undefined" != typeof window @@ -80,17 +71,17 @@ var I = : "undefined" != typeof self ? self : {}; -function k(e) { +function V(e) { return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e; } -var O, - B = { exports: {} }, - D = {}; -var P, - F, - U = {}; +var T, + S = { exports: {} }, + N = {}; +var x, + _, + A = {}; /** * @license React * react-jsx-runtime.development.js @@ -99,10 +90,10 @@ var P, * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */ function z() { + */ function Z() { return ( - P || - ((P = 1), + x || + ((x = 1), "production" !== process.env.NODE_ENV && (function () { var e = t, @@ -204,13 +195,13 @@ var P, R, y, V, - S = Object.assign, - T = 0; + T = Object.assign, + S = 0; function N() {} N.__reactDisabledLog = !0; var x, _ = f.ReactCurrentDispatcher; - function A(e, t, n) { + function Z(e, t, n) { if (void 0 === x) try { throw Error(); @@ -220,22 +211,22 @@ var P, } return "\n" + x + e; } - var Z, - I = !1, - k = "function" == typeof WeakMap ? WeakMap : Map; - function O(e, t) { - if (!e || I) return ""; + var I, + k = !1, + O = "function" == typeof WeakMap ? WeakMap : Map; + function B(e, t) { + if (!e || k) return ""; var n, - r = Z.get(e); + r = I.get(e); if (void 0 !== r) return r; - I = !0; + k = !0; var o, i = Error.prepareStackTrace; (Error.prepareStackTrace = void 0), (o = _.current), (_.current = null), (function () { - if (0 === T) { + if (0 === S) { (b = console.log), (M = console.info), (H = console.warn), @@ -259,7 +250,7 @@ var P, groupEnd: e, }); } - T++; + S++; })(); try { if (t) { @@ -317,7 +308,7 @@ var P, e.displayName && d.includes("") && (d = d.replace("", e.displayName)), - "function" == typeof e && Z.set(e, d), + "function" == typeof e && I.set(e, d), d ); } @@ -326,22 +317,22 @@ var P, } } } finally { - (I = !1), + (k = !1), (_.current = o), (function () { - if (0 == --T) { + if (0 == --S) { var e = { configurable: !0, enumerable: !0, writable: !0 }; Object.defineProperties(console, { - log: S({}, e, { value: b }), - info: S({}, e, { value: M }), - warn: S({}, e, { value: H }), - error: S({}, e, { value: E }), - group: S({}, e, { value: R }), - groupCollapsed: S({}, e, { value: y }), - groupEnd: S({}, e, { value: V }), + log: T({}, e, { value: b }), + info: T({}, e, { value: M }), + warn: T({}, e, { value: H }), + error: T({}, e, { value: E }), + group: T({}, e, { value: R }), + groupCollapsed: T({}, e, { value: y }), + groupEnd: T({}, e, { value: V }), }); } - T < 0 && + S < 0 && g( "disabledDepth fell below zero. This is a bug in React. Please file an issue.", ); @@ -349,47 +340,47 @@ var P, (Error.prepareStackTrace = i); } var u = e ? e.displayName || e.name : "", - p = u ? A(u) : ""; - return "function" == typeof e && Z.set(e, p), p; + p = u ? Z(u) : ""; + return "function" == typeof e && I.set(e, p), p; } - function B(e, t, n) { + function D(e, t, n) { if (null == e) return ""; if ("function" == typeof e) - return O(e, !(!(r = e.prototype) || !r.isReactComponent)); + return B(e, !(!(r = e.prototype) || !r.isReactComponent)); var r; - if ("string" == typeof e) return A(e); + if ("string" == typeof e) return Z(e); switch (e) { case c: - return A("Suspense"); + return Z("Suspense"); case d: - return A("SuspenseList"); + return Z("SuspenseList"); } if ("object" == typeof e) switch (e.$$typeof) { case s: - return O(e.render, !1); + return B(e.render, !1); case u: - return B(e.type, t, n); + return D(e.type, t, n); case p: var o = e, i = o._payload, l = o._init; try { - return B(l(i), t, n); + return D(l(i), t, n); } catch (e) {} } return ""; } - Z = new k(); - var D = Object.prototype.hasOwnProperty, - P = {}, - F = f.ReactDebugCurrentFrame; + I = new O(); + var P = Object.prototype.hasOwnProperty, + F = {}, + U = f.ReactDebugCurrentFrame; function z(e) { if (e) { var t = e._owner, - n = B(e.type, e._source, t ? t.type : null); - F.setExtraStackFrame(n); - } else F.setExtraStackFrame(null); + n = D(e.type, e._source, t ? t.type : null); + U.setExtraStackFrame(n); + } else U.setExtraStackFrame(null); } var G = Array.isArray; function $(e) { @@ -437,14 +428,14 @@ var P, s = null; for (l in (void 0 !== r && (j(r), (C = "" + r)), (function (e) { - if (D.call(e, "key")) { + if (P.call(e, "key")) { var t = Object.getOwnPropertyDescriptor(e, "key").get; if (t && t.isReactWarning) return !1; } return void 0 !== e.key; })(t) && (j(t.key), (C = "" + t.key)), (function (e) { - if (D.call(e, "ref")) { + if (P.call(e, "ref")) { var t = Object.getOwnPropertyDescriptor(e, "ref").get; if (t && t.isReactWarning) return !1; } @@ -469,7 +460,7 @@ var P, } })(t, i)), t)) - D.call(t, l) && !Q.hasOwnProperty(l) && (a[l] = t[l]); + P.call(t, l) && !Q.hasOwnProperty(l) && (a[l] = t[l]); if (e && e.defaultProps) { var c = e.defaultProps; for (l in c) void 0 === a[l] && (a[l] = c[l]); @@ -552,7 +543,7 @@ var P, function re(e) { if (e) { var t = e._owner, - n = B(e.type, e._source, t ? t.type : null); + n = D(e.type, e._source, t ? t.type : null); ne.setExtraStackFrame(n); } else ne.setExtraStackFrame(null); } @@ -633,7 +624,7 @@ var P, if (t) { var r = L(n); !(function (e, t, n, r, o) { - var i = Function.call.bind(D); + var i = Function.call.bind(P); for (var l in e) if (i(e, l)) { var a = void 0; @@ -674,8 +665,8 @@ var P, ), z(null)), a instanceof Error && - !(a.message in P) && - ((P[a.message] = !0), + !(a.message in F) && + ((F[a.message] = !0), z(o), g("Failed %s type: %s", n, a.message), z(null)); @@ -758,24 +749,24 @@ var P, ); else Ce(R, e); } - if (D.call(t, "key")) { + if (P.call(t, "key")) { var V = L(e), - S = Object.keys(t).filter(function (e) { + T = Object.keys(t).filter(function (e) { return "key" !== e; }), - T = - S.length > 0 - ? "{key: someKey, " + S.join(": ..., ") + ": ...}" + S = + T.length > 0 + ? "{key: someKey, " + T.join(": ..., ") + ": ...}" : "{key: someKey}"; - if (!ce[V + T]) + if (!ce[V + S]) g( 'A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />', - T, + S, V, - S.length > 0 ? "{" + S.join(": ..., ") + ": ...}" : "{}", + T.length > 0 ? "{" + T.join(": ..., ") + ": ...}" : "{}", V, ), - (ce[V + T] = !0); + (ce[V + S] = !0); } return ( e === o @@ -813,18 +804,18 @@ var P, pe = function (e, t, n) { return de(e, t, n, !0); }; - (U.Fragment = o), (U.jsx = ue), (U.jsxs = pe); + (A.Fragment = o), (A.jsx = ue), (A.jsxs = pe); })()), - U + A ); } -var G = - (F || - ((F = 1), +var I = + (_ || + ((_ = 1), "production" === process.env.NODE_ENV - ? (B.exports = (function () { - if (O) return D; - O = 1; + ? (S.exports = (function () { + if (T) return N; + T = 1; var e = t, n = Symbol.for("react.element"), r = Symbol.for("react.fragment"), @@ -854,11 +845,11 @@ var G = _owner: i.current, }; } - return (D.Fragment = r), (D.jsx = a), (D.jsxs = a), D; + return (N.Fragment = r), (N.jsx = a), (N.jsxs = a), N; })()) - : (B.exports = z())), - B.exports); -var $ = (function () { + : (S.exports = Z())), + S.exports); +var k = (function () { function e(e) { var t = this; (this._insertTag = function (e) { @@ -928,47 +919,47 @@ var $ = (function () { e ); })(), - W = "-ms-", - j = "-moz-", - q = "-webkit-", - Y = "comm", - K = "rule", - X = "decl", - Q = "@keyframes", - J = Math.abs, - ee = String.fromCharCode, - te = Object.assign; -function ne(e) { + O = "-ms-", + B = "-moz-", + D = "-webkit-", + P = "comm", + F = "rule", + U = "decl", + z = "@keyframes", + G = Math.abs, + $ = String.fromCharCode, + W = Object.assign; +function j(e) { return e.trim(); } -function re(e, t, n) { +function q(e, t, n) { return e.replace(t, n); } -function oe(e, t) { +function Y(e, t) { return e.indexOf(t); } -function ie(e, t) { +function K(e, t) { return 0 | e.charCodeAt(t); } -function le(e, t, n) { +function X(e, t, n) { return e.slice(t, n); } -function ae(e) { +function Q(e) { return e.length; } -function Ce(e) { +function J(e) { return e.length; } -function se(e, t) { +function ee(e, t) { return t.push(e), e; } -var ce = 1, - de = 1, - ue = 0, - pe = 0, - me = 0, - he = ""; -function fe(e, t, n, r, o, i, l) { +var te = 1, + ne = 1, + re = 0, + oe = 0, + ie = 0, + le = ""; +function ae(e, t, n, r, o, i, l) { return { value: e, root: t, @@ -976,35 +967,35 @@ function fe(e, t, n, r, o, i, l) { type: r, props: o, children: i, - line: ce, - column: de, + line: te, + column: ne, length: l, return: "", }; } -function ge(e, t) { - return te(fe("", null, null, "", null, null, 0), e, { length: -e.length }, t); +function Ce(e, t) { + return W(ae("", null, null, "", null, null, 0), e, { length: -e.length }, t); } -function ve() { +function se() { return ( - (me = pe > 0 ? ie(he, --pe) : 0), de--, 10 === me && ((de = 1), ce--), me + (ie = oe > 0 ? K(le, --oe) : 0), ne--, 10 === ie && ((ne = 1), te--), ie ); } -function we() { +function ce() { return ( - (me = pe < ue ? ie(he, pe++) : 0), de++, 10 === me && ((de = 1), ce++), me + (ie = oe < re ? K(le, oe++) : 0), ne++, 10 === ie && ((ne = 1), te++), ie ); } -function Le() { - return ie(he, pe); +function de() { + return K(le, oe); } -function be() { - return pe; +function ue() { + return oe; } -function Me(e, t) { - return le(he, e, t); +function pe(e, t) { + return X(le, e, t); } -function He(e) { +function me(e) { switch (e) { case 0: case 9: @@ -1036,58 +1027,58 @@ function He(e) { } return 0; } -function Ee(e) { - return (ce = de = 1), (ue = ae((he = e))), (pe = 0), []; +function he(e) { + return (te = ne = 1), (re = Q((le = e))), (oe = 0), []; } -function Re(e) { - return (he = ""), e; +function fe(e) { + return (le = ""), e; } -function ye(e) { - return ne(Me(pe - 1, Te(91 === e ? e + 2 : 40 === e ? e + 1 : e))); +function ge(e) { + return j(pe(oe - 1, Le(91 === e ? e + 2 : 40 === e ? e + 1 : e))); } -function Ve(e) { - for (; (me = Le()) && me < 33; ) we(); - return He(e) > 2 || He(me) > 3 ? "" : " "; +function ve(e) { + for (; (ie = de()) && ie < 33; ) ce(); + return me(e) > 2 || me(ie) > 3 ? "" : " "; } -function Se(e, t) { +function we(e, t) { for ( ; --t && - we() && - !(me < 48 || me > 102 || (me > 57 && me < 65) || (me > 70 && me < 97)); + ce() && + !(ie < 48 || ie > 102 || (ie > 57 && ie < 65) || (ie > 70 && ie < 97)); ); - return Me(e, be() + (t < 6 && 32 == Le() && 32 == we())); + return pe(e, ue() + (t < 6 && 32 == de() && 32 == ce())); } -function Te(e) { - for (; we(); ) - switch (me) { +function Le(e) { + for (; ce(); ) + switch (ie) { case e: - return pe; + return oe; case 34: case 39: - 34 !== e && 39 !== e && Te(me); + 34 !== e && 39 !== e && Le(ie); break; case 40: - 41 === e && Te(e); + 41 === e && Le(e); break; case 92: - we(); + ce(); } - return pe; + return oe; } -function Ne(e, t) { - for (; we() && e + me !== 57 && (e + me !== 84 || 47 !== Le()); ); - return "/*" + Me(t, pe - 1) + "*" + ee(47 === e ? e : we()); +function be(e, t) { + for (; ce() && e + ie !== 57 && (e + ie !== 84 || 47 !== de()); ); + return "/*" + pe(t, oe - 1) + "*" + $(47 === e ? e : ce()); } -function xe(e) { - for (; !He(Le()); ) we(); - return Me(e, pe); +function Me(e) { + for (; !me(de()); ) ce(); + return pe(e, oe); } -function _e(e) { - return Re(Ae("", null, null, null, [""], (e = Ee(e)), 0, [0], e)); +function He(e) { + return fe(Ee("", null, null, null, [""], (e = he(e)), 0, [0], e)); } -function Ae(e, t, n, r, o, i, l, a, C) { +function Ee(e, t, n, r, o, i, l, a, C) { for ( var s = 0, c = 0, @@ -1107,38 +1098,38 @@ function Ae(e, t, n, r, o, i, l, a, C) { f; ) - switch (((m = v), (v = we()))) { + switch (((m = v), (v = ce()))) { case 40: - if (108 != m && 58 == ie(H, d - 1)) { - -1 != oe((H += re(ye(v), "&", "&\f")), "&\f") && (g = -1); + if (108 != m && 58 == K(H, d - 1)) { + -1 != Y((H += q(ge(v), "&", "&\f")), "&\f") && (g = -1); break; } case 34: case 39: case 91: - H += ye(v); + H += ge(v); break; case 9: case 10: case 13: case 32: - H += Ve(m); + H += ve(m); break; case 92: - H += Se(be() - 1, 7); + H += we(ue() - 1, 7); continue; case 47: - switch (Le()) { + switch (de()) { case 42: case 47: - se(Ie(Ne(we(), be()), t, n), C); + ee(ye(be(ce(), ue()), t, n), C); break; default: H += "/"; } break; case 123 * h: - a[s++] = ae(H) * g; + a[s++] = Q(H) * g; case 125 * h: case 59: case 0: @@ -1147,13 +1138,13 @@ function Ae(e, t, n, r, o, i, l, a, C) { case 125: f = 0; case 59 + c: - -1 == g && (H = re(H, /\f/g, "")), + -1 == g && (H = q(H, /\f/g, "")), p > 0 && - ae(H) - d && - se( + Q(H) - d && + ee( p > 32 - ? ke(H + ";", r, n, d - 1) - : ke(re(H, " ", "") + ";", r, n, d - 2), + ? Ve(H + ";", r, n, d - 1) + : Ve(q(H, " ", "") + ";", r, n, d - 2), C, ); break; @@ -1161,21 +1152,21 @@ function Ae(e, t, n, r, o, i, l, a, C) { H += ";"; default: if ( - (se((M = Ze(H, t, n, s, c, o, a, w, (L = []), (b = []), d)), i), + (ee((M = Re(H, t, n, s, c, o, a, w, (L = []), (b = []), d)), i), 123 === v) ) - if (0 === c) Ae(H, t, M, M, L, i, d, a, b); + if (0 === c) Ee(H, t, M, M, L, i, d, a, b); else - switch (99 === u && 110 === ie(H, 3) ? 100 : u) { + switch (99 === u && 110 === K(H, 3) ? 100 : u) { case 100: case 108: case 109: case 115: - Ae( + Ee( e, M, M, - r && se(Ze(e, M, M, 0, 0, o, a, w, o, (L = []), d), b), + r && ee(Re(e, M, M, 0, 0, o, a, w, o, (L = []), d), b), o, b, d, @@ -1184,75 +1175,73 @@ function Ae(e, t, n, r, o, i, l, a, C) { ); break; default: - Ae(H, M, M, M, [""], b, 0, a, b); + Ee(H, M, M, M, [""], b, 0, a, b); } } (s = c = p = 0), (h = g = 1), (w = H = ""), (d = l); break; case 58: - (d = 1 + ae(H)), (p = m); + (d = 1 + Q(H)), (p = m); default: if (h < 1) if (123 == v) --h; - else if (125 == v && 0 == h++ && 125 == ve()) continue; - switch (((H += ee(v)), v * h)) { + else if (125 == v && 0 == h++ && 125 == se()) continue; + switch (((H += $(v)), v * h)) { case 38: g = c > 0 ? 1 : ((H += "\f"), -1); break; case 44: - (a[s++] = (ae(H) - 1) * g), (g = 1); + (a[s++] = (Q(H) - 1) * g), (g = 1); break; case 64: - 45 === Le() && (H += ye(we())), - (u = Le()), - (c = d = ae((w = H += xe(be())))), + 45 === de() && (H += ge(ce())), + (u = de()), + (c = d = Q((w = H += Me(ue())))), v++; break; case 45: - 45 === m && 2 == ae(H) && (h = 0); + 45 === m && 2 == Q(H) && (h = 0); } } return i; } -function Ze(e, t, n, r, o, i, l, a, C, s, c) { +function Re(e, t, n, r, o, i, l, a, C, s, c) { for ( - var d = o - 1, u = 0 === o ? i : [""], p = Ce(u), m = 0, h = 0, f = 0; + var d = o - 1, u = 0 === o ? i : [""], p = J(u), m = 0, h = 0, f = 0; m < r; ++m ) - for (var g = 0, v = le(e, d + 1, (d = J((h = l[m])))), w = e; g < p; ++g) - (w = ne(h > 0 ? u[g] + " " + v : re(v, /&\f/g, u[g]))) && (C[f++] = w); - return fe(e, t, n, 0 === o ? K : a, C, s, c); + for (var g = 0, v = X(e, d + 1, (d = G((h = l[m])))), w = e; g < p; ++g) + (w = j(h > 0 ? u[g] + " " + v : q(v, /&\f/g, u[g]))) && (C[f++] = w); + return ae(e, t, n, 0 === o ? F : a, C, s, c); } -function Ie(e, t, n) { - return fe(e, t, n, Y, ee(me), le(e, 2, -2), 0); +function ye(e, t, n) { + return ae(e, t, n, P, $(ie), X(e, 2, -2), 0); } -function ke(e, t, n, r) { - return fe(e, t, n, X, le(e, 0, r), le(e, r + 1, -1), r); +function Ve(e, t, n, r) { + return ae(e, t, n, U, X(e, 0, r), X(e, r + 1, -1), r); } -function Oe(e, t) { - for (var n = "", r = Ce(e), o = 0; o < r; o++) n += t(e[o], o, e, t) || ""; +function Te(e, t) { + for (var n = "", r = J(e), o = 0; o < r; o++) n += t(e[o], o, e, t) || ""; return n; } -function Be(e, t, n, r) { +function Se(e, t, n, r) { switch (e.type) { case "@layer": if (e.children.length) break; case "@import": - case X: + case U: return (e.return = e.return || e.value); - case Y: + case P: return ""; - case Q: - return (e.return = e.value + "{" + Oe(e.children, r) + "}"); - case K: + case z: + return (e.return = e.value + "{" + Te(e.children, r) + "}"); + case F: e.value = e.props.join(","); } - return ae((n = Oe(e.children, r))) - ? (e.return = e.value + "{" + n + "}") - : ""; + return Q((n = Te(e.children, r))) ? (e.return = e.value + "{" + n + "}") : ""; } -var De = function (e) { +var Ne = function (e) { var t = new WeakMap(); return function (n) { if (t.has(n)) return t.get(n); @@ -1260,49 +1249,49 @@ var De = function (e) { return t.set(n, r), r; }; }; -function Pe(e) { +function xe(e) { var t = Object.create(null); return function (n) { return void 0 === t[n] && (t[n] = e(n)), t[n]; }; } -var Fe = function (e, t, n) { +var _e = function (e, t, n) { for ( var r = 0, o = 0; - (r = o), (o = Le()), 38 === r && 12 === o && (t[n] = 1), !He(o); + (r = o), (o = de()), 38 === r && 12 === o && (t[n] = 1), !me(o); ) - we(); - return Me(e, pe); + ce(); + return pe(e, oe); }, - Ue = function (e, t) { - return Re( + Ae = function (e, t) { + return fe( (function (e, t) { var n = -1, r = 44; do { - switch (He(r)) { + switch (me(r)) { case 0: - 38 === r && 12 === Le() && (t[n] = 1), (e[n] += Fe(pe - 1, t, n)); + 38 === r && 12 === de() && (t[n] = 1), (e[n] += _e(oe - 1, t, n)); break; case 2: - e[n] += ye(r); + e[n] += ge(r); break; case 4: if (44 === r) { - (e[++n] = 58 === Le() ? "&\f" : ""), (t[n] = e[n].length); + (e[++n] = 58 === de() ? "&\f" : ""), (t[n] = e[n].length); break; } default: - e[n] += ee(r); + e[n] += $(r); } - } while ((r = we())); + } while ((r = ce())); return e; - })(Ee(e), t), + })(he(e), t), ); }, - ze = new WeakMap(), - Ge = function (e) { + Ze = new WeakMap(), + Ie = function (e) { if ("rule" === e.type && e.parent && !(e.length < 1)) { for ( var t = e.value, @@ -1312,10 +1301,10 @@ var Fe = function (e, t, n) { ) if (!(n = n.parent)) return; - if ((1 !== e.props.length || 58 === t.charCodeAt(0) || ze.get(n)) && !r) { - ze.set(e, !0); + if ((1 !== e.props.length || 58 === t.charCodeAt(0) || Ze.get(n)) && !r) { + Ze.set(e, !0); for ( - var o = [], i = Ue(t, o), l = n.props, a = 0, C = 0; + var o = [], i = Ae(t, o), l = n.props, a = 0, C = 0; a < i.length; a++ ) @@ -1324,7 +1313,7 @@ var Fe = function (e, t, n) { } } }, - $e = function (e) { + ke = function (e) { if ("decl" === e.type) { var t = e.value; 108 === t.charCodeAt(0) && @@ -1332,17 +1321,17 @@ var Fe = function (e, t, n) { ((e.return = ""), (e.value = "")); } }; -function We(e, t) { +function Oe(e, t) { switch ( (function (e, t) { - return 45 ^ ie(e, 0) - ? (((((((t << 2) ^ ie(e, 0)) << 2) ^ ie(e, 1)) << 2) ^ ie(e, 2)) << 2) ^ - ie(e, 3) + return 45 ^ K(e, 0) + ? (((((((t << 2) ^ K(e, 0)) << 2) ^ K(e, 1)) << 2) ^ K(e, 2)) << 2) ^ + K(e, 3) : 0; })(e, t) ) { case 5103: - return q + "print-" + e + e; + return D + "print-" + e + e; case 5737: case 4201: case 3177: @@ -1368,69 +1357,60 @@ function We(e, t) { case 5365: case 5621: case 3829: - return q + e + e; + return D + e + e; case 5349: case 4246: case 4810: case 6968: case 2756: - return q + e + j + e + W + e + e; + return D + e + B + e + O + e + e; case 6828: case 4268: - return q + e + W + e + e; + return D + e + O + e + e; case 6165: - return q + e + W + "flex-" + e + e; + return D + e + O + "flex-" + e + e; case 5187: return ( - q + e + re(e, /(\w+).+(:[^]+)/, q + "box-$1$2" + W + "flex-$1$2") + e + D + e + q(e, /(\w+).+(:[^]+)/, D + "box-$1$2" + O + "flex-$1$2") + e ); case 5443: - return q + e + W + "flex-item-" + re(e, /flex-|-self/, "") + e; + return D + e + O + "flex-item-" + q(e, /flex-|-self/, "") + e; case 4675: return ( - q + - e + - W + - "flex-line-pack" + - re(e, /align-content|flex-|-self/, "") + - e + D + e + O + "flex-line-pack" + q(e, /align-content|flex-|-self/, "") + e ); case 5548: - return q + e + W + re(e, "shrink", "negative") + e; + return D + e + O + q(e, "shrink", "negative") + e; case 5292: - return q + e + W + re(e, "basis", "preferred-size") + e; + return D + e + O + q(e, "basis", "preferred-size") + e; case 6060: return ( - q + + D + "box-" + - re(e, "-grow", "") + - q + + q(e, "-grow", "") + + D + e + - W + - re(e, "grow", "positive") + + O + + q(e, "grow", "positive") + e ); case 4554: - return q + re(e, /([^-])(transform)/g, "$1" + q + "$2") + e; + return D + q(e, /([^-])(transform)/g, "$1" + D + "$2") + e; case 6187: return ( - re( - re(re(e, /(zoom-|grab)/, q + "$1"), /(image-set)/, q + "$1"), - e, - "", - ) + e + q(q(q(e, /(zoom-|grab)/, D + "$1"), /(image-set)/, D + "$1"), e, "") + e ); case 5495: case 3959: - return re(e, /(image-set\([^]*)/, q + "$1$`$1"); + return q(e, /(image-set\([^]*)/, D + "$1$`$1"); case 4968: return ( - re( - re(e, /(.+:)(flex-)?(.*)/, q + "box-pack:$3" + W + "flex-pack:$3"), + q( + q(e, /(.+:)(flex-)?(.*)/, D + "box-pack:$3" + O + "flex-pack:$3"), /s.+-b[^;]+/, "justify", ) + - q + + D + e + e ); @@ -1438,7 +1418,7 @@ function We(e, t) { case 3583: case 4068: case 2532: - return re(e, /(.+)-inline(.+)/, q + "$1$2") + e; + return q(e, /(.+)-inline(.+)/, D + "$1$2") + e; case 8116: case 7059: case 5753: @@ -1451,74 +1431,74 @@ function We(e, t) { case 5789: case 5021: case 4765: - if (ae(e) - 1 - t > 6) - switch (ie(e, t + 1)) { + if (Q(e) - 1 - t > 6) + switch (K(e, t + 1)) { case 109: - if (45 !== ie(e, t + 4)) break; + if (45 !== K(e, t + 4)) break; case 102: return ( - re( + q( e, /(.+:)(.+)-([^]+)/, "$1" + - q + + D + "$2-$3$1" + - j + - (108 == ie(e, t + 3) ? "$3" : "$2-$3"), + B + + (108 == K(e, t + 3) ? "$3" : "$2-$3"), ) + e ); case 115: - return ~oe(e, "stretch") - ? We(re(e, "stretch", "fill-available"), t) + e + return ~Y(e, "stretch") + ? Oe(q(e, "stretch", "fill-available"), t) + e : e; } break; case 4949: - if (115 !== ie(e, t + 1)) break; + if (115 !== K(e, t + 1)) break; case 6444: - switch (ie(e, ae(e) - 3 - (~oe(e, "!important") && 10))) { + switch (K(e, Q(e) - 3 - (~Y(e, "!important") && 10))) { case 107: - return re(e, ":", ":" + q) + e; + return q(e, ":", ":" + D) + e; case 101: return ( - re( + q( e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + - q + - (45 === ie(e, 14) ? "inline-" : "") + + D + + (45 === K(e, 14) ? "inline-" : "") + "box$3$1" + - q + + D + "$2$3$1" + - W + + O + "$2box$3", ) + e ); } break; case 5936: - switch (ie(e, t + 11)) { + switch (K(e, t + 11)) { case 114: - return q + e + W + re(e, /[svh]\w+-[tblr]{2}/, "tb") + e; + return D + e + O + q(e, /[svh]\w+-[tblr]{2}/, "tb") + e; case 108: - return q + e + W + re(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e; + return D + e + O + q(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e; case 45: - return q + e + W + re(e, /[svh]\w+-[tblr]{2}/, "lr") + e; + return D + e + O + q(e, /[svh]\w+-[tblr]{2}/, "lr") + e; } - return q + e + W + e + e; + return D + e + O + e + e; } return e; } -var je = [ +var Be = [ function (e, t, n, r) { if (e.length > -1 && !e.return) switch (e.type) { - case X: - e.return = We(e.value, e.length); + case U: + e.return = Oe(e.value, e.length); break; - case Q: - return Oe([ge(e, { value: re(e.value, "@", "@" + q) })], r); - case K: + case z: + return Te([Ce(e, { value: q(e.value, "@", "@" + D) })], r); + case F: if (e.length) return (function (e, t) { return e.map(t).join(""); @@ -1530,18 +1510,18 @@ var je = [ ) { case ":read-only": case ":read-write": - return Oe( - [ge(e, { props: [re(t, /:(read-\w+)/, ":-moz-$1")] })], + return Te( + [Ce(e, { props: [q(t, /:(read-\w+)/, ":-moz-$1")] })], r, ); case "::placeholder": - return Oe( + return Te( [ - ge(e, { - props: [re(t, /:(plac\w+)/, ":" + q + "input-$1")], + Ce(e, { + props: [q(t, /:(plac\w+)/, ":" + D + "input-$1")], }), - ge(e, { props: [re(t, /:(plac\w+)/, ":-moz-$1")] }), - ge(e, { props: [re(t, /:(plac\w+)/, W + "input-$1")] }), + Ce(e, { props: [q(t, /:(plac\w+)/, ":-moz-$1")] }), + Ce(e, { props: [q(t, /:(plac\w+)/, O + "input-$1")] }), ], r, ); @@ -1551,7 +1531,7 @@ var je = [ } }, ], - qe = function (e) { + De = function (e) { var t = e.key; if ("css" === t) { var n = document.querySelectorAll("style[data-emotion]:not([data-s])"); @@ -1562,7 +1542,7 @@ var je = [ } var r, o, - i = e.stylisPlugins || je, + i = e.stylisPlugins || Be, l = {}, a = []; (r = e.container || document.head), @@ -1581,7 +1561,7 @@ var je = [ var C, s, c = [ - Be, + Se, ((s = function (e) { C.insert(e); }), @@ -1590,20 +1570,20 @@ var je = [ }), ], d = (function (e) { - var t = Ce(e); + var t = J(e); return function (n, r, o, i) { for (var l = "", a = 0; a < t; a++) l += e[a](n, r, o, i) || ""; return l; }; - })([Ge, $e].concat(i, c)); + })([Ie, ke].concat(i, c)); o = function (e, t, n, r) { (C = n), - Oe(_e(e ? e + "{" + t.styles + "}" : t.styles), d), + Te(He(e ? e + "{" + t.styles + "}" : t.styles), d), r && (u.inserted[t.name] = !0); }; var u = { key: t, - sheet: new $({ + sheet: new k({ key: t, container: r, nonce: e.nonce, @@ -1618,9 +1598,9 @@ var je = [ }; return u.sheet.hydrate(a), u; }; -function Ye() { +function Pe() { return ( - (Ye = Object.assign + (Pe = Object.assign ? Object.assign.bind() : function (e) { for (var t = 1; t < arguments.length; t++) { @@ -1629,17 +1609,17 @@ function Ye() { } return e; }), - Ye.apply(null, arguments) + Pe.apply(null, arguments) ); } -var Ke, - Xe = { exports: {} }, - Qe = {}; -var Je, - et, - tt, - nt, - rt = {}; +var Fe, + Ue = { exports: {} }, + ze = {}; +var Ge, + $e, + We, + je, + qe = {}; /** @license React v16.13.1 * react-is.development.js * @@ -1647,14 +1627,14 @@ var Je, * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */ function ot() { + */ function Ye() { return ( - et || - ((et = 1), + $e || + (($e = 1), "production" === process.env.NODE_ENV - ? (Xe.exports = (function () { - if (Ke) return Qe; - Ke = 1; + ? (Ue.exports = (function () { + if (Fe) return ze; + Fe = 1; var e = "function" == typeof Symbol && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, @@ -1708,57 +1688,57 @@ var Je, return w(e) === s; } return ( - (Qe.AsyncMode = C), - (Qe.ConcurrentMode = s), - (Qe.ContextConsumer = a), - (Qe.ContextProvider = l), - (Qe.Element = t), - (Qe.ForwardRef = c), - (Qe.Fragment = r), - (Qe.Lazy = m), - (Qe.Memo = p), - (Qe.Portal = n), - (Qe.Profiler = i), - (Qe.StrictMode = o), - (Qe.Suspense = d), - (Qe.isAsyncMode = function (e) { + (ze.AsyncMode = C), + (ze.ConcurrentMode = s), + (ze.ContextConsumer = a), + (ze.ContextProvider = l), + (ze.Element = t), + (ze.ForwardRef = c), + (ze.Fragment = r), + (ze.Lazy = m), + (ze.Memo = p), + (ze.Portal = n), + (ze.Profiler = i), + (ze.StrictMode = o), + (ze.Suspense = d), + (ze.isAsyncMode = function (e) { return L(e) || w(e) === C; }), - (Qe.isConcurrentMode = L), - (Qe.isContextConsumer = function (e) { + (ze.isConcurrentMode = L), + (ze.isContextConsumer = function (e) { return w(e) === a; }), - (Qe.isContextProvider = function (e) { + (ze.isContextProvider = function (e) { return w(e) === l; }), - (Qe.isElement = function (e) { + (ze.isElement = function (e) { return "object" == typeof e && null !== e && e.$$typeof === t; }), - (Qe.isForwardRef = function (e) { + (ze.isForwardRef = function (e) { return w(e) === c; }), - (Qe.isFragment = function (e) { + (ze.isFragment = function (e) { return w(e) === r; }), - (Qe.isLazy = function (e) { + (ze.isLazy = function (e) { return w(e) === m; }), - (Qe.isMemo = function (e) { + (ze.isMemo = function (e) { return w(e) === p; }), - (Qe.isPortal = function (e) { + (ze.isPortal = function (e) { return w(e) === n; }), - (Qe.isProfiler = function (e) { + (ze.isProfiler = function (e) { return w(e) === i; }), - (Qe.isStrictMode = function (e) { + (ze.isStrictMode = function (e) { return w(e) === o; }), - (Qe.isSuspense = function (e) { + (ze.isSuspense = function (e) { return w(e) === d; }), - (Qe.isValidElementType = function (e) { + (ze.isValidElementType = function (e) { return ( "string" == typeof e || "function" == typeof e || @@ -1781,13 +1761,13 @@ var Je, e.$$typeof === h)) ); }), - (Qe.typeOf = w), - Qe + (ze.typeOf = w), + ze ); })()) - : (Xe.exports = - (Je || - ((Je = 1), + : (Ue.exports = + (Ge || + ((Ge = 1), "production" !== process.env.NODE_ENV && (function () { var e = "function" == typeof Symbol && Symbol.for, @@ -1849,8 +1829,8 @@ var Je, R = c, y = r, V = m, - S = p, - T = n, + T = p, + S = n, N = i, x = o, _ = d, @@ -1858,20 +1838,20 @@ var Je, function Z(e) { return w(e) === s; } - (rt.AsyncMode = L), - (rt.ConcurrentMode = b), - (rt.ContextConsumer = M), - (rt.ContextProvider = H), - (rt.Element = E), - (rt.ForwardRef = R), - (rt.Fragment = y), - (rt.Lazy = V), - (rt.Memo = S), - (rt.Portal = T), - (rt.Profiler = N), - (rt.StrictMode = x), - (rt.Suspense = _), - (rt.isAsyncMode = function (e) { + (qe.AsyncMode = L), + (qe.ConcurrentMode = b), + (qe.ContextConsumer = M), + (qe.ContextProvider = H), + (qe.Element = E), + (qe.ForwardRef = R), + (qe.Fragment = y), + (qe.Lazy = V), + (qe.Memo = T), + (qe.Portal = S), + (qe.Profiler = N), + (qe.StrictMode = x), + (qe.Suspense = _), + (qe.isAsyncMode = function (e) { return ( A || ((A = !0), @@ -1881,43 +1861,43 @@ var Je, Z(e) || w(e) === C ); }), - (rt.isConcurrentMode = Z), - (rt.isContextConsumer = function (e) { + (qe.isConcurrentMode = Z), + (qe.isContextConsumer = function (e) { return w(e) === a; }), - (rt.isContextProvider = function (e) { + (qe.isContextProvider = function (e) { return w(e) === l; }), - (rt.isElement = function (e) { + (qe.isElement = function (e) { return ( "object" == typeof e && null !== e && e.$$typeof === t ); }), - (rt.isForwardRef = function (e) { + (qe.isForwardRef = function (e) { return w(e) === c; }), - (rt.isFragment = function (e) { + (qe.isFragment = function (e) { return w(e) === r; }), - (rt.isLazy = function (e) { + (qe.isLazy = function (e) { return w(e) === m; }), - (rt.isMemo = function (e) { + (qe.isMemo = function (e) { return w(e) === p; }), - (rt.isPortal = function (e) { + (qe.isPortal = function (e) { return w(e) === n; }), - (rt.isProfiler = function (e) { + (qe.isProfiler = function (e) { return w(e) === i; }), - (rt.isStrictMode = function (e) { + (qe.isStrictMode = function (e) { return w(e) === o; }), - (rt.isSuspense = function (e) { + (qe.isSuspense = function (e) { return w(e) === d; }), - (rt.isValidElementType = function (e) { + (qe.isValidElementType = function (e) { return ( "string" == typeof e || "function" == typeof e || @@ -1940,16 +1920,16 @@ var Je, e.$$typeof === h)) ); }), - (rt.typeOf = w); + (qe.typeOf = w); })()), - rt))), - Xe.exports + qe))), + Ue.exports ); } !(function () { - if (nt) return tt; - nt = 1; - var e = ot(), + if (je) return We; + je = 1; + var e = Ye(), t = { childContextTypes: !0, contextType: !0, @@ -1998,7 +1978,7 @@ var Je, s = Object.getOwnPropertyDescriptor, c = Object.getPrototypeOf, d = Object.prototype; - tt = function e(t, r, o) { + We = function e(t, r, o) { if ("string" != typeof r) { if (d) { var u = c(r); @@ -2019,7 +1999,7 @@ var Je, return t; }; })(); -function it(e, t, n) { +function Ke(e, t, n) { var r = ""; return ( n.split(" ").forEach(function (n) { @@ -2028,12 +2008,12 @@ function it(e, t, n) { r ); } -var lt = function (e, t, n) { +var Xe = function (e, t, n) { var r = e.key + "-" + t.name; !1 === n && void 0 === e.registered[r] && (e.registered[r] = t.styles); }, - at = function (e, t, n) { - lt(e, t, n); + Qe = function (e, t, n) { + Xe(e, t, n); var r = e.key + "-" + t.name; if (void 0 === e.inserted[t.name]) { var o = t; @@ -2042,7 +2022,7 @@ var lt = function (e, t, n) { } while (void 0 !== o); } }; -var Ct = { +var Je = { animationIterationCount: 1, aspectRatio: 1, borderImageOutset: 1, @@ -2091,31 +2071,31 @@ var Ct = { strokeOpacity: 1, strokeWidth: 1, }, - st = /[A-Z]|^ms/g, - ct = /_EMO_([^_]+?)_([^]*?)_EMO_/g, - dt = function (e) { + et = /[A-Z]|^ms/g, + tt = /_EMO_([^_]+?)_([^]*?)_EMO_/g, + nt = function (e) { return 45 === e.charCodeAt(1); }, - ut = function (e) { + rt = function (e) { return null != e && "boolean" != typeof e; }, - pt = Pe(function (e) { - return dt(e) ? e : e.replace(st, "-$&").toLowerCase(); + ot = xe(function (e) { + return nt(e) ? e : e.replace(et, "-$&").toLowerCase(); }), - mt = function (e, t) { + it = function (e, t) { switch (e) { case "animation": case "animationName": if ("string" == typeof t) - return t.replace(ct, function (e, t, n) { - return (ft = { name: t, styles: n, next: ft }), t; + return t.replace(tt, function (e, t, n) { + return (at = { name: t, styles: n, next: at }), t; }); } - return 1 === Ct[e] || dt(e) || "number" != typeof t || 0 === t + return 1 === Je[e] || nt(e) || "number" != typeof t || 0 === t ? t : t + "px"; }; -function ht(e, t, n) { +function lt(e, t, n) { if (null == n) return ""; var r = n; if (void 0 !== r.__emotion_styles) return r; @@ -2125,19 +2105,19 @@ function ht(e, t, n) { case "object": var o = n; if (1 === o.anim) - return (ft = { name: o.name, styles: o.styles, next: ft }), o.name; + return (at = { name: o.name, styles: o.styles, next: at }), o.name; var i = n; if (void 0 !== i.styles) { var l = i.next; if (void 0 !== l) for (; void 0 !== l; ) - (ft = { name: l.name, styles: l.styles, next: ft }), (l = l.next); + (at = { name: l.name, styles: l.styles, next: at }), (l = l.next); return i.styles + ";"; } return (function (e, t, n) { var r = ""; if (Array.isArray(n)) - for (var o = 0; o < n.length; o++) r += ht(e, t, n[o]) + ";"; + for (var o = 0; o < n.length; o++) r += lt(e, t, n[o]) + ";"; else for (var i in n) { var l = n[i]; @@ -2145,32 +2125,32 @@ function ht(e, t, n) { var a = l; null != t && void 0 !== t[a] ? (r += i + "{" + t[a] + "}") - : ut(a) && (r += pt(i) + ":" + mt(i, a) + ";"); + : rt(a) && (r += ot(i) + ":" + it(i, a) + ";"); } else if ( !Array.isArray(l) || "string" != typeof l[0] || (null != t && void 0 !== t[l[0]]) ) { - var C = ht(e, t, l); + var C = lt(e, t, l); switch (i) { case "animation": case "animationName": - r += pt(i) + ":" + C + ";"; + r += ot(i) + ":" + C + ";"; break; default: r += i + "{" + C + "}"; } } else for (var s = 0; s < l.length; s++) - ut(l[s]) && (r += pt(i) + ":" + mt(i, l[s]) + ";"); + rt(l[s]) && (r += ot(i) + ":" + it(i, l[s]) + ";"); } return r; })(e, t, n); case "function": if (void 0 !== e) { - var a = ft, + var a = at, C = n(e); - return (ft = a), ht(e, t, C); + return (at = a), lt(e, t, C); } } var s = n; @@ -2178,9 +2158,9 @@ function ht(e, t, n) { var c = t[s]; return void 0 !== c ? c : s; } -var ft, - gt = /label:\s*([^\s;{]+)\s*(;|$)/g; -function vt(e, t, n) { +var at, + Ct = /label:\s*([^\s;{]+)\s*(;|$)/g; +function st(e, t, n) { if ( 1 === e.length && "object" == typeof e[0] && @@ -2190,14 +2170,14 @@ function vt(e, t, n) { return e[0]; var r = !0, o = ""; - ft = void 0; + at = void 0; var i = e[0]; - null == i || void 0 === i.raw ? ((r = !1), (o += ht(n, t, i))) : (o += i[0]); + null == i || void 0 === i.raw ? ((r = !1), (o += lt(n, t, i))) : (o += i[0]); for (var l = 1; l < e.length; l++) { - if (((o += ht(n, t, e[l])), r)) o += i[l]; + if (((o += lt(n, t, e[l])), r)) o += i[l]; } - gt.lastIndex = 0; - for (var a, C = ""; null !== (a = gt.exec(o)); ) C += "-" + a[1]; + Ct.lastIndex = 0; + for (var a, C = ""; null !== (a = Ct.exec(o)); ) C += "-" + a[1]; var s = (function (e) { for (var t, n = 0, r = 0, o = e.length; o >= 4; ++r, o -= 4) @@ -2232,82 +2212,82 @@ function vt(e, t, n) { 0 ).toString(36); })(o) + C; - return { name: s, styles: o, next: ft }; + return { name: s, styles: o, next: at }; } -var wt = !!e.useInsertionEffect && e.useInsertionEffect, - Lt = - wt || +var ct = !!e.useInsertionEffect && e.useInsertionEffect, + dt = + ct || function (e) { return e(); }, - bt = wt || e.useLayoutEffect, - Mt = e.createContext( - "undefined" != typeof HTMLElement ? qe({ key: "css" }) : null, + ut = ct || e.useLayoutEffect, + pt = e.createContext( + "undefined" != typeof HTMLElement ? De({ key: "css" }) : null, ), - Ht = Mt.Provider, - Et = function (e) { + mt = pt.Provider, + ht = function (e) { return n(function (t, n) { - var o = r(Mt); + var o = r(pt); return e(t, o, n); }); }, - Rt = e.createContext({}), - yt = function () { - return e.useContext(Rt); + ft = e.createContext({}), + gt = function () { + return e.useContext(ft); }, - Vt = De(function (e) { - return De(function (t) { + vt = Ne(function (e) { + return Ne(function (t) { return (function (e, t) { - return "function" == typeof t ? t(e) : Ye({}, e, t); + return "function" == typeof t ? t(e) : Pe({}, e, t); })(e, t); }); }), - St = function (t) { - var n = e.useContext(Rt); + wt = function (t) { + var n = e.useContext(ft); return ( - t.theme !== n && (n = Vt(n)(t.theme)), - e.createElement(Rt.Provider, { value: n }, t.children) + t.theme !== n && (n = vt(n)(t.theme)), + e.createElement(ft.Provider, { value: n }, t.children) ); }, - Tt = {}.hasOwnProperty, - Nt = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", - xt = function (e, t) { + Lt = {}.hasOwnProperty, + bt = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", + Mt = function (e, t) { var n = {}; - for (var r in t) Tt.call(t, r) && (n[r] = t[r]); - return (n[Nt] = e), n; + for (var r in t) Lt.call(t, r) && (n[r] = t[r]); + return (n[bt] = e), n; }, - _t = function (e) { + Ht = function (e) { var t = e.cache, n = e.serialized, r = e.isStringTag; return ( - lt(t, n, r), - Lt(function () { - return at(t, n, r); + Xe(t, n, r), + dt(function () { + return Qe(t, n, r); }), null ); }, - At = Et(function (t, n, r) { + Et = ht(function (t, n, r) { var o = t.css; "string" == typeof o && void 0 !== n.registered[o] && (o = n.registered[o]); - var i = t[Nt], + var i = t[bt], l = [o], a = ""; "string" == typeof t.className - ? (a = it(n.registered, l, t.className)) + ? (a = Ke(n.registered, l, t.className)) : null != t.className && (a = t.className + " "); - var C = vt(l, void 0, e.useContext(Rt)); + var C = st(l, void 0, e.useContext(ft)); a += n.key + "-" + C.name; var s = {}; - for (var c in t) Tt.call(t, c) && "css" !== c && c !== Nt && (s[c] = t[c]); + for (var c in t) Lt.call(t, c) && "css" !== c && c !== bt && (s[c] = t[c]); return ( (s.className = a), r && (s.ref = r), e.createElement( e.Fragment, null, - e.createElement(_t, { + e.createElement(Ht, { cache: n, serialized: C, isStringTag: "string" == typeof i, @@ -2316,1580 +2296,1580 @@ var wt = !!e.useInsertionEffect && e.useInsertionEffect, ) ); }), - Zt = At, - It = G.Fragment; -function kt(e, t, n) { - return Tt.call(t, "css") ? G.jsx(Zt, xt(e, t), n) : G.jsx(e, t, n); + Rt = Et, + yt = I.Fragment; +function Vt(e, t, n) { + return Lt.call(t, "css") ? I.jsx(Rt, Mt(e, t), n) : I.jsx(e, t, n); } -function Ot(e, t, n) { - return Tt.call(t, "css") ? G.jsxs(Zt, xt(e, t), n) : G.jsxs(e, t, n); +function Tt(e, t, n) { + return Lt.call(t, "css") ? I.jsxs(Rt, Mt(e, t), n) : I.jsxs(e, t, n); } -const Bt = (e) => - kt("svg", { +const St = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33333 3.96667C4.59847 3.96667 4.84086 4.11648 4.95943 4.35363L6.95313 8.34102C6.95767 8.34964 6.96203 8.35837 6.96622 8.3672L7.95943 10.3536C8.13232 10.6994 7.99217 11.1199 7.64638 11.2928C7.3006 11.4657 6.88013 11.3255 6.70723 10.9797L5.90071 9.36667H2.76596L1.95943 10.9797C1.78654 11.3255 1.36607 11.4657 1.02028 11.2928C0.674498 11.1199 0.534341 10.6994 0.707233 10.3536L1.70045 8.36719C1.70463 8.35837 1.709 8.34964 1.71353 8.34103L3.70723 4.35363C3.82581 4.11648 4.06819 3.96667 4.33333 3.96667ZM3.46596 7.96667H5.20071L4.33333 6.23192L3.46596 7.96667ZM12 3.96667C12.3866 3.96667 12.7 4.28008 12.7 4.66667V8.97673L14.1717 7.50503C14.4451 7.23167 14.8883 7.23167 15.1616 7.50503C15.435 7.7784 15.435 8.22162 15.1616 8.49498L12.495 11.1616C12.3637 11.2929 12.1856 11.3667 12 11.3667C11.8143 11.3667 11.6363 11.2929 11.505 11.1616L8.83836 8.49498C8.56499 8.22162 8.56499 7.7784 8.83836 7.50503C9.11172 7.23167 9.55494 7.23167 9.82831 7.50503L11.3 8.97673V4.66667C11.3 4.28008 11.6134 3.96667 12 3.96667Z", fill: "currentColor", }), }), - Dt = (e) => - kt("svg", { + Nt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33333 3.96667C4.59847 3.96667 4.84086 4.11648 4.95943 4.35363L6.95313 8.34102C6.95767 8.34964 6.96203 8.35837 6.96622 8.3672L7.95943 10.3536C8.13233 10.6994 7.99217 11.1199 7.64638 11.2928C7.3006 11.4657 6.88013 11.3255 6.70723 10.9797L5.90071 9.36667H2.76596L1.95943 10.9797C1.78654 11.3255 1.36607 11.4657 1.02028 11.2928C0.6745 11.1199 0.534342 10.6994 0.707235 10.3536L1.70045 8.36719C1.70463 8.35837 1.709 8.34964 1.71353 8.34103L3.70723 4.35363C3.82581 4.11648 4.06819 3.96667 4.33333 3.96667ZM3.46596 7.96667H5.20071L4.33333 6.23192L3.46596 7.96667ZM12 3.96667C12.1857 3.96667 12.3637 4.04042 12.495 4.1717L15.1616 6.83837C15.435 7.11173 15.435 7.55495 15.1616 7.82832C14.8883 8.10168 14.4451 8.10168 14.1717 7.82832L12.7 6.35662V10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667C11.6134 11.3667 11.3 11.0533 11.3 10.6667V6.35662L9.82831 7.82832C9.55494 8.10168 9.11173 8.10168 8.83836 7.82832C8.56499 7.55495 8.56499 7.11173 8.83836 6.83837L11.505 4.1717C11.6363 4.04042 11.8143 3.96667 12 3.96667Z", fill: "currentColor", }), }), - Pt = (e) => - kt("svg", { + xt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6667 2.69999C10.6851 2.69999 10.7 2.68506 10.7 2.66665C10.7 2.64824 10.6851 2.63332 10.6667 2.63332C10.6483 2.63332 10.6333 2.64824 10.6333 2.66665C10.6333 2.68506 10.6483 2.69999 10.6667 2.69999ZM9.3 2.66665C9.3 1.91187 9.91188 1.29999 10.6667 1.29999C11.4215 1.29999 12.0333 1.91187 12.0333 2.66665C12.0333 3.42144 11.4215 4.03332 10.6667 4.03332C9.91188 4.03332 9.3 3.42144 9.3 2.66665ZM4.83836 2.83835C5.05794 2.61877 5.39592 2.5701 5.66853 2.71879L9.3352 4.71879C9.50821 4.81316 9.63342 4.97608 9.68009 5.16754C9.72676 5.35901 9.69057 5.56127 9.58039 5.72467L8.40622 7.46602C8.48508 7.52518 8.56192 7.58736 8.63657 7.65246C8.73263 7.73622 8.82437 7.82425 8.91159 7.91618L12.5516 7.30951C12.7718 7.27282 12.9962 7.34331 13.1559 7.49929C13.3155 7.65527 13.3912 7.87803 13.3596 8.09898L12.693 12.7656C12.6383 13.1484 12.2837 13.4143 11.901 13.3596C11.5183 13.3049 11.2524 12.9504 11.307 12.5677L11.8385 8.84768L9.73224 9.19872C9.7823 9.32431 9.82617 9.45271 9.86356 9.5835C10.0776 10.3321 10.0704 11.1267 9.84276 11.8713C9.72975 12.241 9.33842 12.4491 8.96871 12.3361C8.599 12.2231 8.3909 11.8317 8.50392 11.462C8.65252 10.9759 8.65724 10.4571 8.5175 9.96834C8.37775 9.47958 8.09953 9.0417 7.7164 8.70758C7.33328 8.37346 6.86163 8.15738 6.3584 8.08541C5.85517 8.01345 5.34186 8.08868 4.88045 8.30202C4.52954 8.46427 4.11355 8.31134 3.9513 7.96043C3.78905 7.60953 3.94199 7.19353 4.29289 7.03128C4.99962 6.70451 5.78582 6.58929 6.55659 6.69951C6.75711 6.72819 6.95435 6.7718 7.14678 6.82965L7.98968 5.5796L5.45795 4.19865L3.82831 5.8283C3.55495 6.10166 3.11173 6.10166 2.83836 5.8283C2.565 5.55493 2.565 5.11171 2.83836 4.83835L4.83836 2.83835ZM3.0313 8.99723C3.40101 9.11025 3.60911 9.50157 3.49609 9.87128C3.34749 10.3574 3.34277 10.8762 3.48251 11.365C3.62225 11.8537 3.90048 12.2916 4.2836 12.6257C4.66673 12.9598 5.13838 13.1759 5.64161 13.2479C6.14484 13.3199 6.65814 13.2446 7.11956 13.0313C7.47047 12.869 7.88646 13.022 8.04871 13.3729C8.21096 13.7238 8.05802 14.1398 7.70712 14.302C7.00039 14.6288 6.21419 14.744 5.44341 14.6338C4.67264 14.5236 3.95025 14.1926 3.36344 13.6809C2.77662 13.1691 2.35048 12.4984 2.13645 11.7498C1.92241 11.0012 1.92964 10.2066 2.15725 9.46202C2.27026 9.09231 2.66159 8.88422 3.0313 8.99723Z", fill: "currentColor", }), }), - Ft = (e) => - kt("svg", { + _t = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 1.29999C6.3013 1.29999 6.5688 1.49279 6.66408 1.77863L10 11.7864L11.3359 7.77863C11.4312 7.49279 11.6987 7.29999 12 7.29999H14.6667C15.0533 7.29999 15.3667 7.61339 15.3667 7.99999C15.3667 8.38659 15.0533 8.69999 14.6667 8.69999H12.5045L10.6641 14.2213C10.5688 14.5072 10.3013 14.7 10 14.7C9.6987 14.7 9.4312 14.5072 9.33592 14.2213L6 4.21358L4.66408 8.22135C4.5688 8.50719 4.3013 8.69999 4 8.69999H1.33333C0.946732 8.69999 0.633331 8.38659 0.633331 7.99999C0.633331 7.61339 0.946732 7.29999 1.33333 7.29999H3.49547L5.33592 1.77863C5.4312 1.49279 5.6987 1.29999 6 1.29999Z", fill: "currentColor", }), }), - Ut = (e) => - kt("svg", { + At = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 2.69999C2.49869 2.69999 2.3376 2.76671 2.21883 2.88549C2.10006 3.00426 2.03333 3.16535 2.03333 3.33332V9.99999C2.03333 10.168 2.10006 10.329 2.21883 10.4478C2.3376 10.5666 2.49869 10.6333 2.66666 10.6333H3.33333C3.71993 10.6333 4.03333 10.9467 4.03333 11.3333C4.03333 11.7199 3.71993 12.0333 3.33333 12.0333H2.66666C2.12739 12.0333 1.6102 11.8191 1.22888 11.4378C0.847557 11.0564 0.633331 10.5393 0.633331 9.99999V3.33332C0.633331 2.79405 0.847557 2.27686 1.22888 1.89554C1.6102 1.51421 2.12739 1.29999 2.66666 1.29999H13.3333C13.8726 1.29999 14.3898 1.51421 14.7711 1.89554C15.1524 2.27686 15.3667 2.79405 15.3667 3.33332V9.99999C15.3667 10.5393 15.1524 11.0564 14.7711 11.4378C14.3898 11.8191 13.8726 12.0333 13.3333 12.0333H12.6667C12.2801 12.0333 11.9667 11.7199 11.9667 11.3333C11.9667 10.9467 12.2801 10.6333 12.6667 10.6333H13.3333C13.5013 10.6333 13.6624 10.5666 13.7812 10.4478C13.8999 10.329 13.9667 10.168 13.9667 9.99999V3.33332C13.9667 3.16535 13.8999 3.00426 13.7812 2.88549C13.6624 2.76671 13.5013 2.69999 13.3333 2.69999H2.66666ZM8 9.29999C8.20774 9.29999 8.40476 9.39226 8.53775 9.55186L11.8711 13.5519C12.045 13.7605 12.0824 14.0509 11.9672 14.2969C11.852 14.5429 11.6049 14.7 11.3333 14.7H4.66666C4.39505 14.7 4.14796 14.5429 4.03275 14.2969C3.91755 14.0509 3.95503 13.7605 4.12891 13.5519L7.46224 9.55186C7.59524 9.39226 7.79225 9.29999 8 9.29999ZM6.16119 13.3H9.8388L8 11.0934L6.16119 13.3Z", fill: "currentColor", }), }), - zt = (e) => - kt("svg", { + Zt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 2.69999C2.49869 2.69999 2.3376 2.76671 2.21883 2.88549C2.10006 3.00426 2.03333 3.16535 2.03333 3.33332V6.66665C2.03333 6.83462 2.10006 6.99572 2.21883 7.11449C2.3376 7.23326 2.49869 7.29999 2.66666 7.29999H4C4.3866 7.29999 4.7 7.61339 4.7 7.99999C4.7 8.38659 4.3866 8.69999 4 8.69999H2.66666C2.12739 8.69999 1.6102 8.48576 1.22888 8.10444C0.847557 7.72311 0.633331 7.20593 0.633331 6.66665V3.33332C0.633331 2.79405 0.847557 2.27686 1.22888 1.89554C1.6102 1.51421 2.12739 1.29999 2.66666 1.29999H13.3333C13.8726 1.29999 14.3898 1.51421 14.7711 1.89554C15.1524 2.27686 15.3667 2.79405 15.3667 3.33332V6.66665C15.3667 7.20593 15.1524 7.72311 14.7711 8.10444C14.3898 8.48576 13.8726 8.69999 13.3333 8.69999H12C11.6134 8.69999 11.3 8.38659 11.3 7.99999C11.3 7.61339 11.6134 7.29999 12 7.29999H13.3333C13.5013 7.29999 13.6624 7.23326 13.7812 7.11449C13.8999 6.99572 13.9667 6.83462 13.9667 6.66665V3.33332C13.9667 3.16535 13.8999 3.00426 13.7812 2.88549C13.6624 2.76671 13.5013 2.69999 13.3333 2.69999H2.66666ZM3.3 5.33332C3.3 4.94672 3.6134 4.63332 4 4.63332H12C12.3866 4.63332 12.7 4.94672 12.7 5.33332C12.7 5.71992 12.3866 6.03332 12 6.03332H4C3.6134 6.03332 3.3 5.71992 3.3 5.33332ZM6.66666 7.29999C7.05326 7.29999 7.36666 7.61339 7.36666 7.99999V11.3289C7.37048 11.6635 7.29167 11.9938 7.13719 12.2907C6.98188 12.5891 6.75495 12.8444 6.47673 13.0335C6.19851 13.2227 5.87769 13.3399 5.54304 13.3746C5.20839 13.4092 4.87037 13.3603 4.55927 13.2322C4.24817 13.1041 3.97372 12.9008 3.76052 12.6406C3.54732 12.3803 3.40203 12.0712 3.33767 11.741C3.27332 11.4108 3.29191 11.0697 3.39179 10.7484C3.49166 10.4272 3.66969 10.1357 3.90993 9.90016C4.18598 9.6295 4.62917 9.63387 4.89983 9.90992C5.17049 10.186 5.16612 10.6292 4.89007 10.8998C4.81524 10.9732 4.75979 11.064 4.72868 11.164C4.69757 11.2641 4.69178 11.3703 4.71182 11.4732C4.73187 11.576 4.77712 11.6723 4.84353 11.7534C4.90994 11.8345 4.99542 11.8978 5.09232 11.9377C5.18922 11.9776 5.29451 11.9928 5.39874 11.982C5.50297 11.9712 5.6029 11.9347 5.68956 11.8758C5.77622 11.8169 5.84691 11.7374 5.89528 11.6444C5.94365 11.5514 5.9682 11.4479 5.96673 11.3432L5.9666 11.3333H5.96666V7.99999C5.96666 7.61339 6.28006 7.29999 6.66666 7.29999ZM9.33333 7.29999C9.71993 7.29999 10.0333 7.61339 10.0333 7.99999V13.0018C10.0424 13.1529 10.086 13.2999 10.161 13.4315C10.2378 13.5662 10.3453 13.6809 10.4747 13.7663C10.6732 13.8933 10.9113 13.9434 11.1443 13.9071C11.3781 13.8707 11.5905 13.7497 11.7412 13.5672C11.8918 13.3846 11.9702 13.1531 11.9616 12.9165C11.9529 12.68 11.8577 12.4549 11.6941 12.2838C11.4269 12.0044 11.4368 11.5613 11.7162 11.2941C11.9956 11.0269 12.4387 11.0368 12.7059 11.3162C13.1064 11.735 13.3394 12.2861 13.3606 12.8653C13.3818 13.4444 13.1899 14.0111 12.8211 14.4581C12.4523 14.9051 11.9323 15.2013 11.3597 15.2904C10.7871 15.3796 10.2017 15.2556 9.71441 14.9419L9.70946 14.9387L9.70948 14.9387C9.39378 14.7317 9.1317 14.4527 8.94475 14.1247C8.7578 13.7968 8.65133 13.4291 8.63406 13.052C8.63358 13.0413 8.63333 13.0307 8.63333 13.02V7.99999C8.63333 7.61339 8.94673 7.29999 9.33333 7.29999Z", fill: "currentColor", }), }), - Gt = (e) => - kt("svg", { + It = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3.96667C5.26514 3.96667 5.50753 4.11648 5.6261 4.35363L7.6198 8.34102C7.62434 8.34964 7.6287 8.35837 7.63289 8.3672L8.6261 10.3536C8.799 10.6994 8.65884 11.1199 8.31305 11.2928C7.96727 11.4657 7.5468 11.3255 7.37391 10.9797L6.56738 9.36667H3.43263L2.6261 10.9797C2.45321 11.3255 2.03274 11.4657 1.68695 11.2928C1.34117 11.1199 1.20101 10.6994 1.3739 10.3536L2.36712 8.36719C2.3713 8.35837 2.37567 8.34964 2.3802 8.34103L4.3739 4.35363C4.49248 4.11648 4.73486 3.96667 5 3.96667ZM4.13263 7.96667H5.86738L5 6.23192L4.13263 7.96667ZM12.3333 7.36667C12.077 7.36667 11.8311 7.46852 11.6498 7.64981C11.4685 7.83109 11.3667 8.07697 11.3667 8.33334V8.63334H13.3V8.33334C13.3 8.07697 13.1982 7.83109 13.0169 7.64981C12.8356 7.46852 12.5897 7.36667 12.3333 7.36667ZM14.7 8.33334C14.7 7.70566 14.4507 7.10369 14.0068 6.65986C13.563 6.21602 12.961 5.96667 12.3333 5.96667C11.7057 5.96667 11.1037 6.21602 10.6599 6.65986C10.216 7.10369 9.96667 7.70566 9.96667 8.33334V10.6667C9.96667 11.0533 10.2801 11.3667 10.6667 11.3667C11.0533 11.3667 11.3667 11.0533 11.3667 10.6667V10.0333H13.3V10.6667C13.3 11.0533 13.6134 11.3667 14 11.3667C14.3866 11.3667 14.7 11.0533 14.7 10.6667V8.33334Z", fill: "currentColor", }), }), - $t = (e) => - kt("svg", { + kt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.82831 1.50501C4.10167 1.77838 4.10167 2.2216 3.82831 2.49496L1.82831 4.49496C1.55494 4.76833 1.11172 4.76833 0.838357 4.49496C0.56499 4.2216 0.56499 3.77838 0.838357 3.50501L2.83836 1.50501C3.11172 1.23165 3.55494 1.23165 3.82831 1.50501ZM12.1717 1.50501C12.4451 1.23165 12.8883 1.23165 13.1616 1.50501L15.1616 3.50501C15.435 3.77838 15.435 4.2216 15.1616 4.49496C14.8883 4.76833 14.4451 4.76833 14.1717 4.49496L12.1717 2.49496C11.8983 2.2216 11.8983 1.77838 12.1717 1.50501ZM8 4.03332C5.44108 4.03332 3.36666 6.10773 3.36666 8.66665C3.36666 11.2256 5.44108 13.3 8 13.3C9.25844 13.3 10.3997 12.7983 11.2347 11.984C11.2434 11.9741 11.2525 11.9644 11.2619 11.9549C11.2743 11.9423 11.2871 11.9302 11.3002 11.9188C12.1246 11.0823 12.6333 9.93389 12.6333 8.66665C12.6333 6.10773 10.5589 4.03332 8 4.03332ZM12.7264 12.4171C13.5446 11.3873 14.0333 10.0841 14.0333 8.66665C14.0333 5.33454 11.3321 2.63332 8 2.63332C4.66788 2.63332 1.96666 5.33454 1.96666 8.66665C1.96666 10.09 2.45955 11.3982 3.28395 12.43L2.18022 13.4966C1.90222 13.7653 1.89465 14.2084 2.1633 14.4864C2.43196 14.7644 2.87511 14.772 3.15311 14.5034L4.27847 13.4158C5.30365 14.2203 6.5958 14.7 8 14.7C9.41024 14.7 10.7075 14.2161 11.7347 13.4054L12.8415 14.4981C13.1166 14.7697 13.5598 14.7669 13.8315 14.4918C14.1031 14.2167 14.1002 13.7735 13.8251 13.5019L12.7264 12.4171ZM10.495 6.83835C10.7683 7.11171 10.7683 7.55493 10.495 7.8283L7.82831 10.495C7.69703 10.6262 7.51898 10.7 7.33333 10.7C7.14768 10.7 6.96963 10.6262 6.83836 10.495L5.50502 9.16163C5.23166 8.88826 5.23166 8.44505 5.50502 8.17168C5.77839 7.89831 6.22161 7.89831 6.49497 8.17168L7.33333 9.01004L9.50502 6.83835C9.77839 6.56498 10.2216 6.56498 10.495 6.83835Z", fill: "currentColor", }), }), - Wt = (e) => - kt("svg", { + Ot = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.82834 1.50501C4.1017 1.77838 4.1017 2.2216 3.82834 2.49496L1.82834 4.49496C1.55497 4.76833 1.11175 4.76833 0.838387 4.49496C0.56502 4.2216 0.56502 3.77838 0.838387 3.50501L2.83839 1.50501C3.11175 1.23165 3.55497 1.23165 3.82834 1.50501ZM12.1717 1.50501C12.4451 1.23165 12.8883 1.23165 13.1617 1.50501L15.1617 3.50501C15.435 3.77838 15.435 4.2216 15.1617 4.49496C14.8883 4.76833 14.4451 4.76833 14.1717 4.49496L12.1717 2.49496C11.8984 2.2216 11.8984 1.77838 12.1717 1.50501ZM8.00003 4.03332C5.44111 4.03332 3.3667 6.10773 3.3667 8.66665C3.3667 11.2256 5.44111 13.3 8.00003 13.3C9.25847 13.3 10.3997 12.7983 11.2347 11.984C11.2434 11.9741 11.2525 11.9644 11.2619 11.9549C11.2743 11.9423 11.2871 11.9302 11.3002 11.9188C12.1246 11.0823 12.6334 9.93389 12.6334 8.66665C12.6334 6.10773 10.5589 4.03332 8.00003 4.03332ZM12.7264 12.4171C13.5446 11.3873 14.0334 10.0841 14.0334 8.66665C14.0334 5.33454 11.3321 2.63332 8.00003 2.63332C4.66791 2.63332 1.9667 5.33454 1.9667 8.66665C1.9667 10.09 2.45958 11.3982 3.28398 12.43L2.18025 13.4966C1.90225 13.7653 1.89468 14.2084 2.16333 14.4864C2.43199 14.7644 2.87514 14.772 3.15314 14.5034L4.2785 13.4158C5.30368 14.2203 6.59583 14.7 8.00003 14.7C9.41027 14.7 10.7075 14.2161 11.7348 13.4054L12.8416 14.4981C13.1167 14.7697 13.5599 14.7669 13.8315 14.4918C14.1031 14.2167 14.1003 13.7735 13.8252 13.5019L12.7264 12.4171ZM8.00003 5.29999C8.38663 5.29999 8.70003 5.61339 8.70003 5.99999V8.37671L9.82834 9.50501C10.1017 9.77838 10.1017 10.2216 9.82834 10.495C9.55497 10.7683 9.11175 10.7683 8.83839 10.495L7.50505 9.16163C7.37378 9.03035 7.30003 8.85231 7.30003 8.66665V5.99999C7.30003 5.61339 7.61343 5.29999 8.00003 5.29999Z", fill: "currentColor", }), }), - jt = (e) => - kt("svg", { + Bt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.82831 1.50501C4.10167 1.77838 4.10167 2.2216 3.82831 2.49496L1.82831 4.49496C1.55494 4.76833 1.11172 4.76833 0.838357 4.49496C0.56499 4.2216 0.56499 3.77838 0.838357 3.50501L2.83836 1.50501C3.11172 1.23165 3.55494 1.23165 3.82831 1.50501ZM12.1717 1.50501C12.4451 1.23165 12.8883 1.23165 13.1616 1.50501L15.1616 3.50501C15.435 3.77838 15.435 4.2216 15.1616 4.49496C14.8883 4.76833 14.4451 4.76833 14.1717 4.49496L12.1717 2.49496C11.8983 2.2216 11.8983 1.77838 12.1717 1.50501ZM8 4.03332C5.44108 4.03332 3.36666 6.10773 3.36666 8.66665C3.36666 11.2256 5.44108 13.3 8 13.3C9.25844 13.3 10.3997 12.7983 11.2347 11.984C11.2434 11.9741 11.2525 11.9644 11.2619 11.9549C11.2743 11.9423 11.2871 11.9302 11.3002 11.9188C12.1246 11.0823 12.6333 9.93389 12.6333 8.66665C12.6333 6.10773 10.5589 4.03332 8 4.03332ZM12.7264 12.4171C13.5446 11.3873 14.0333 10.0841 14.0333 8.66665C14.0333 5.33454 11.3321 2.63332 8 2.63332C4.66788 2.63332 1.96666 5.33454 1.96666 8.66665C1.96666 10.09 2.45955 11.3982 3.28395 12.43L2.18022 13.4966C1.90222 13.7653 1.89465 14.2084 2.1633 14.4864C2.43196 14.7644 2.87511 14.772 3.15311 14.5034L4.27847 13.4158C5.30365 14.2203 6.5958 14.7 8 14.7C9.41024 14.7 10.7075 14.2161 11.7347 13.4054L12.8415 14.4981C13.1166 14.7697 13.5598 14.7669 13.8315 14.4918C14.1031 14.2167 14.1002 13.7735 13.8251 13.5019L12.7264 12.4171ZM5.3 8.66665C5.3 8.28006 5.6134 7.96665 6 7.96665H10C10.3866 7.96665 10.7 8.28006 10.7 8.66665C10.7 9.05325 10.3866 9.36665 10 9.36665H6C5.6134 9.36665 5.3 9.05325 5.3 8.66665Z", fill: "currentColor", }), }), - qt = (e) => - kt("svg", { + Dt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838387 0.838357C1.11175 0.56499 1.55497 0.56499 1.82834 0.838357L3.16156 2.17158C3.1616 2.17162 3.16163 2.17165 3.16167 2.17169C3.16171 2.17173 3.16174 2.17176 3.16178 2.1718L5.06845 4.07847C5.07247 4.08239 5.07644 4.08637 5.08038 4.0904L12.5763 11.5863C12.5803 11.5903 12.5843 11.5942 12.5882 11.5982L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L12.1027 13.0926C11.6789 13.4917 11.1986 13.8282 10.6762 14.0909C9.92403 14.469 9.1011 14.6855 8.26027 14.7265C7.41945 14.7675 6.57935 14.6321 5.79398 14.329C5.22017 14.1076 4.68486 13.8002 4.20594 13.4185L3.16916 14.4874C2.89999 14.7649 2.45683 14.7716 2.17933 14.5025C1.90182 14.2333 1.89506 13.7901 2.16423 13.5126L3.2196 12.4246C2.85113 11.9549 2.55355 11.4321 2.33765 10.8727C2.03455 10.0873 1.89915 9.24724 1.94016 8.40642C1.98118 7.5656 2.19769 6.74266 2.57579 5.99052C2.83844 5.46805 3.17503 4.98777 3.57409 4.56401L2.6667 3.65661L1.82834 4.49497C1.55497 4.76834 1.11175 4.76834 0.838387 4.49497C0.56502 4.22161 0.56502 3.77839 0.838387 3.50502L1.67675 2.66666L0.838387 1.82831C0.56502 1.55494 0.56502 1.11172 0.838387 0.838357ZM4.56462 5.55454C4.27068 5.8724 4.02202 6.23066 3.82664 6.61933C3.53627 7.19693 3.37 7.82891 3.3385 8.47463C3.307 9.12034 3.41098 9.7655 3.64376 10.3686C3.86691 10.9468 4.2037 11.4741 4.63393 11.9195C4.64302 11.9275 4.65196 11.9357 4.66073 11.9442C4.67689 11.9599 4.69214 11.9761 4.70646 11.9929C5.16027 12.4422 5.70213 12.7929 6.29806 13.0229C6.90119 13.2557 7.54635 13.3597 8.19207 13.3282C8.83778 13.2967 9.46976 13.1304 10.0474 12.8401C10.436 12.6447 10.7943 12.396 11.1121 12.1021L4.56462 5.55454ZM12.1717 1.50502C12.4451 1.23166 12.8883 1.23166 13.1617 1.50502L15.1617 3.50502C15.435 3.77839 15.435 4.22161 15.1617 4.49497C14.8883 4.76834 14.4451 4.76834 14.1717 4.49497L12.1717 2.49497C11.8984 2.22161 11.8984 1.77839 12.1717 1.50502ZM7.0575 2.70857C7.99752 2.56011 8.95932 2.63614 9.86434 2.93042C10.7694 3.2247 11.5919 3.7289 12.2649 4.40183C12.9378 5.07476 13.442 5.89733 13.7363 6.80235C14.0306 7.70738 14.1066 8.66918 13.9581 9.60919C13.8978 9.99106 13.5394 10.2517 13.1575 10.1914C12.7756 10.1311 12.515 9.77267 12.5753 9.3908C12.6893 8.66891 12.6309 7.93029 12.4049 7.23528C12.1789 6.54026 11.7917 5.90856 11.2749 5.39178C10.7581 4.875 10.1264 4.4878 9.43142 4.2618C8.7364 4.0358 7.99778 3.97742 7.27589 4.09143C6.89402 4.15173 6.53557 3.89106 6.47526 3.50919C6.41496 3.12733 6.67563 2.76887 7.0575 2.70857Z", fill: "currentColor", }), }), - Yt = (e) => - kt("svg", { + Pt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.82834 1.50501C4.1017 1.77838 4.1017 2.2216 3.82834 2.49496L1.82834 4.49496C1.55497 4.76833 1.11175 4.76833 0.838387 4.49496C0.56502 4.2216 0.56502 3.77838 0.838387 3.50501L2.83839 1.50501C3.11175 1.23165 3.55497 1.23165 3.82834 1.50501ZM12.1717 1.50501C12.4451 1.23165 12.8883 1.23165 13.1617 1.50501L15.1617 3.50501C15.435 3.77838 15.435 4.2216 15.1617 4.49496C14.8883 4.76833 14.4451 4.76833 14.1717 4.49496L12.1717 2.49496C11.8984 2.2216 11.8984 1.77838 12.1717 1.50501ZM8.00003 4.03332C5.44111 4.03332 3.3667 6.10773 3.3667 8.66665C3.3667 11.2256 5.44111 13.3 8.00003 13.3C9.25847 13.3 10.3997 12.7983 11.2347 11.984C11.2434 11.9741 11.2525 11.9644 11.2619 11.9549C11.2743 11.9423 11.2871 11.9302 11.3002 11.9188C12.1246 11.0823 12.6334 9.93389 12.6334 8.66665C12.6334 6.10773 10.5589 4.03332 8.00003 4.03332ZM12.7264 12.4171C13.5446 11.3873 14.0334 10.0841 14.0334 8.66665C14.0334 5.33454 11.3321 2.63332 8.00003 2.63332C4.66791 2.63332 1.9667 5.33454 1.9667 8.66665C1.9667 10.09 2.45958 11.3982 3.28398 12.43L2.18025 13.4966C1.90225 13.7653 1.89468 14.2084 2.16333 14.4864C2.43199 14.7644 2.87514 14.772 3.15314 14.5034L4.2785 13.4158C5.30368 14.2203 6.59583 14.7 8.00003 14.7C9.41027 14.7 10.7075 14.2161 11.7348 13.4054L12.8416 14.4981C13.1167 14.7697 13.5599 14.7669 13.8315 14.4918C14.1031 14.2167 14.1003 13.7735 13.8252 13.5019L12.7264 12.4171ZM8.00003 5.96665C8.38663 5.96665 8.70003 6.28006 8.70003 6.66665V7.96665H10C10.3866 7.96665 10.7 8.28006 10.7 8.66665C10.7 9.05325 10.3866 9.36665 10 9.36665H8.70003V10.6667C8.70003 11.0533 8.38663 11.3667 8.00003 11.3667C7.61343 11.3667 7.30003 11.0533 7.30003 10.6667V9.36665H6.00003C5.61343 9.36665 5.30003 9.05325 5.30003 8.66665C5.30003 8.28006 5.61343 7.96665 6.00003 7.96665H7.30003V6.66665C7.30003 6.28006 7.61343 5.96665 8.00003 5.96665Z", fill: "currentColor", }), }), - Kt = (e) => - kt("svg", { + Ft = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633362 1.99999C0.633362 1.61339 0.946762 1.29999 1.33336 1.29999H14.6667C15.0533 1.29999 15.3667 1.61339 15.3667 1.99999V3.99999C15.3667 4.53926 15.1525 5.05645 14.7711 5.43777C14.3898 5.8191 13.8726 6.03332 13.3334 6.03332H13.2045L12.8171 7.48603C12.6767 8.21907 12.0463 8.69999 11.3334 8.69999H4.66669C3.95378 8.69999 3.32334 8.21907 3.18296 7.48604L2.79557 6.03332H2.6667C2.12742 6.03332 1.61024 5.8191 1.22891 5.43777C0.847587 5.05645 0.633362 4.53926 0.633362 3.99999V1.99999ZM3.34932 4.63332C3.33901 4.63309 3.32866 4.63309 3.3183 4.63332H2.6667C2.49872 4.63332 2.33763 4.5666 2.21886 4.44782C2.10009 4.32905 2.03336 4.16796 2.03336 3.99999V2.69999H13.9667V3.99999C13.9667 4.16796 13.9 4.32905 13.7812 4.44782C13.6624 4.5666 13.5013 4.63332 13.3334 4.63332H12.6818C12.6714 4.63309 12.661 4.63309 12.6507 4.63332H3.34932ZM4.24449 6.03332L4.54306 7.15296C4.5488 7.17448 4.55351 7.19627 4.55717 7.21824C4.56275 7.25172 4.5757 7.26725 4.58669 7.2763C4.5991 7.28652 4.62389 7.29999 4.66669 7.29999H11.3334C11.3762 7.29999 11.401 7.28652 11.4134 7.2763C11.4244 7.26725 11.4373 7.25172 11.4429 7.21824C11.4465 7.19627 11.4513 7.17448 11.457 7.15296L11.7556 6.03332H4.24449ZM5.33336 9.96665C5.71996 9.96665 6.03336 10.2801 6.03336 10.6667C6.03336 11.1849 5.92787 11.6013 5.75609 11.9591C5.5962 12.2923 5.38676 12.5539 5.22728 12.7531L5.2133 12.7706C5.04103 12.986 4.92481 13.1354 4.83943 13.3133C4.7612 13.4763 4.70003 13.6849 4.70003 14C4.70003 14.3866 4.38663 14.7 4.00003 14.7C3.61343 14.7 3.30003 14.3866 3.30003 14C3.30003 13.4817 3.40552 13.0654 3.5773 12.7075C3.7372 12.3744 3.94664 12.1127 4.10611 11.9135C4.11082 11.9076 4.11547 11.9018 4.12009 11.896C4.29236 11.6807 4.40858 11.5312 4.49396 11.3533C4.57219 11.1904 4.63336 10.9817 4.63336 10.6667C4.63336 10.2801 4.94676 9.96665 5.33336 9.96665ZM8.66669 9.96665C9.05329 9.96665 9.36669 10.2801 9.36669 10.6667C9.36669 11.1849 9.2612 11.6013 9.08943 11.9591C8.92953 12.2923 8.72009 12.5539 8.56061 12.7531C8.55591 12.759 8.55125 12.7648 8.54664 12.7706C8.37436 12.986 8.25815 13.1354 8.17276 13.3133C8.09453 13.4763 8.03336 13.6849 8.03336 14C8.03336 14.3866 7.71996 14.7 7.33336 14.7C6.94676 14.7 6.63336 14.3866 6.63336 14C6.63336 13.4817 6.73886 13.0654 6.91063 12.7075C7.07053 12.3744 7.27997 12.1127 7.43945 11.9135C7.44415 11.9076 7.44881 11.9018 7.45342 11.896C7.6257 11.6807 7.74191 11.5312 7.82729 11.3533C7.90552 11.1904 7.96669 10.9817 7.96669 10.6667C7.96669 10.2801 8.2801 9.96665 8.66669 9.96665ZM12 9.96665C12.3866 9.96665 12.7 10.2801 12.7 10.6667C12.7 11.1849 12.5945 11.6013 12.4228 11.9591C12.2629 12.2923 12.0534 12.5539 11.894 12.7531C11.8892 12.759 11.8846 12.7648 11.88 12.7706C11.7077 12.986 11.5915 13.1354 11.5061 13.3133C11.4279 13.4763 11.3667 13.6849 11.3667 14C11.3667 14.3866 11.0533 14.7 10.6667 14.7C10.2801 14.7 9.96669 14.3866 9.96669 14C9.96669 13.4817 10.0722 13.0654 10.244 12.7075C10.4039 12.3744 10.6133 12.1127 10.7728 11.9135C10.7775 11.9076 10.7821 11.9018 10.7868 11.896C10.959 11.6807 11.0752 11.5312 11.1606 11.3533C11.2389 11.1904 11.3 10.9817 11.3 10.6667C11.3 10.2801 11.6134 9.96665 12 9.96665Z", fill: "currentColor", }), }), - Xt = (e) => - kt("svg", { + Ut = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.69999C2.98354 2.69999 2.69999 2.98354 2.69999 3.33332V12.6667C2.69999 13.0164 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0164 2.69999 12.6667 2.69999H12.0333V7.33332C12.0333 7.61644 11.8628 7.87169 11.6012 7.98004C11.3396 8.08838 11.0385 8.02849 10.8383 7.8283L9.33332 6.32327L7.8283 7.8283C7.6281 8.02849 7.32701 8.08838 7.06544 7.98004C6.80387 7.87169 6.63332 7.61644 6.63332 7.33332V2.69999H3.33332ZM3.33332 1.29999C2.21034 1.29999 1.29999 2.21034 1.29999 3.33332V12.6667C1.29999 13.7896 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7896 14.7 12.6667V3.33332C14.7 2.21034 13.7896 1.29999 12.6667 1.29999H3.33332ZM8.03332 2.69999V5.64337L8.83835 4.83835C9.11171 4.56498 9.55493 4.56498 9.8283 4.83835L10.6333 5.64337V2.69999H8.03332Z", fill: "currentColor", }), }), - Qt = (e) => - kt("svg", { + zt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 1.22888C2.94357 0.847557 3.46075 0.633331 4.00003 0.633331H5.33336C5.87263 0.633331 6.38982 0.847557 6.77114 1.22888C7.15247 1.6102 7.36669 2.12739 7.36669 2.66666V5.33333C7.36669 5.71993 7.05329 6.03333 6.66669 6.03333C6.2801 6.03333 5.96669 5.71993 5.96669 5.33333V2.66666C5.96669 2.49869 5.89997 2.3376 5.7812 2.21883C5.66242 2.10006 5.50133 2.03333 5.33336 2.03333H4.00003C3.83206 2.03333 3.67097 2.10006 3.55219 2.21883C3.43342 2.3376 3.3667 2.49869 3.3667 2.66666V5.33333C3.3667 5.71993 3.05329 6.03333 2.6667 6.03333C2.2801 6.03333 1.9667 5.71993 1.9667 5.33333V2.66666C1.9667 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.6667 4.03333C10.32 4.03333 10.0334 4.31993 10.0334 4.66666V5.33333C10.0334 5.71993 9.71996 6.03333 9.33336 6.03333C8.94676 6.03333 8.63336 5.71993 8.63336 5.33333V4.66666C8.63336 3.54673 9.54676 2.63333 10.6667 2.63333H12C12.5393 2.63333 13.0565 2.84756 13.4378 3.22888C13.8191 3.6102 14.0334 4.12739 14.0334 4.66666V5.33333C14.0334 5.71993 13.72 6.03333 13.3334 6.03333C12.9468 6.03333 12.6334 5.71993 12.6334 5.33333V4.66666C12.6334 4.49869 12.5666 4.3376 12.4479 4.21883C12.3291 4.10006 12.168 4.03333 12 4.03333H10.6667ZM0.633362 8C0.633362 7.6134 0.946762 7.3 1.33336 7.3H14.6667C15.0533 7.3 15.3667 7.6134 15.3667 8C15.3667 8.3866 15.0533 8.7 14.6667 8.7H1.33336C0.946762 8.7 0.633362 8.3866 0.633362 8ZM2.6667 9.96666C3.05329 9.96666 3.3667 10.2801 3.3667 10.6667V13.3333C3.3667 13.5013 3.43342 13.6624 3.55219 13.7812C3.67097 13.8999 3.83206 13.9667 4.00003 13.9667H5.33336C5.50133 13.9667 5.66242 13.8999 5.7812 13.7812C5.89997 13.6624 5.96669 13.5013 5.96669 13.3333V10.6667C5.96669 10.2801 6.2801 9.96666 6.66669 9.96666C7.05329 9.96666 7.36669 10.2801 7.36669 10.6667V13.3333C7.36669 13.8726 7.15247 14.3898 6.77114 14.7711C6.38982 15.1524 5.87264 15.3667 5.33336 15.3667H4.00003C3.46075 15.3667 2.94357 15.1524 2.56224 14.7711C2.18092 14.3898 1.9667 13.8726 1.9667 13.3333V10.6667C1.9667 10.2801 2.2801 9.96666 2.6667 9.96666ZM9.33336 9.96666C9.71996 9.96666 10.0334 10.2801 10.0334 10.6667V11.3333C10.0334 11.5013 10.1001 11.6624 10.2189 11.7812C10.3376 11.8999 10.4987 11.9667 10.6667 11.9667H12C12.168 11.9667 12.3291 11.8999 12.4479 11.7812C12.5666 11.6624 12.6334 11.5013 12.6334 11.3333V10.6667C12.6334 10.2801 12.9468 9.96666 13.3334 9.96666C13.72 9.96666 14.0334 10.2801 14.0334 10.6667V11.3333C14.0334 11.8726 13.8191 12.3898 13.4378 12.7711C13.0565 13.1524 12.5393 13.3667 12 13.3667H10.6667C10.1274 13.3667 9.61024 13.1524 9.22891 12.7711C8.84759 12.3898 8.63336 11.8726 8.63336 11.3333V10.6667C8.63336 10.2801 8.94676 9.96666 9.33336 9.96666Z", fill: "currentColor", }), }), - Jt = (e) => - kt("svg", { + Gt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM3.96665 7.99999C3.96665 7.61339 4.28006 7.29999 4.66665 7.29999H11.3333C11.7199 7.29999 12.0333 7.61339 12.0333 7.99999C12.0333 8.38659 11.7199 8.69999 11.3333 8.69999H4.66665C4.28006 8.69999 3.96665 8.38659 3.96665 7.99999ZM2.63332 12C2.63332 11.6134 2.94672 11.3 3.33332 11.3H12.6667C13.0533 11.3 13.3667 11.6134 13.3667 12C13.3667 12.3866 13.0533 12.7 12.6667 12.7H3.33332C2.94672 12.7 2.63332 12.3866 2.63332 12Z", fill: "currentColor", }), }), - en = (e) => - kt("svg", { + $t = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 0.633331C8.38663 0.633331 8.70003 0.946732 8.70003 1.33333V14.6667C8.70003 15.0533 8.38663 15.3667 8.00003 15.3667C7.61343 15.3667 7.30003 15.0533 7.30003 14.6667V1.33333C7.30003 0.946732 7.61343 0.633331 8.00003 0.633331ZM2.6667 3.36666C2.31996 3.36666 2.03336 3.65326 2.03336 4V5.33333C2.03336 5.5013 2.10009 5.66239 2.21886 5.78116C2.33763 5.89994 2.49872 5.96666 2.6667 5.96666H5.33336C5.71996 5.96666 6.03336 6.28006 6.03336 6.66666C6.03336 7.05326 5.71996 7.36666 5.33336 7.36666H2.6667C2.12742 7.36666 1.61023 7.15244 1.22891 6.77111C0.847587 6.38979 0.633362 5.8726 0.633362 5.33333V4C0.633362 2.88007 1.54676 1.96666 2.6667 1.96666H5.33336C5.71996 1.96666 6.03336 2.28007 6.03336 2.66666C6.03336 3.05326 5.71996 3.36666 5.33336 3.36666H2.6667ZM9.96669 2.66666C9.96669 2.28007 10.2801 1.96666 10.6667 1.96666H13.3334C13.8726 1.96666 14.3898 2.18089 14.7711 2.56221C15.1525 2.94354 15.3667 3.46072 15.3667 4V5.33333C15.3667 5.87261 15.1525 6.38979 14.7711 6.77111C14.3898 7.15244 13.8726 7.36666 13.3334 7.36666H10.6667C10.2801 7.36666 9.96669 7.05326 9.96669 6.66666C9.96669 6.28006 10.2801 5.96666 10.6667 5.96666H13.3334C13.5013 5.96666 13.6624 5.89994 13.7812 5.78116C13.9 5.66239 13.9667 5.5013 13.9667 5.33333V4C13.9667 3.83203 13.9 3.67094 13.7812 3.55216C13.6624 3.43339 13.5013 3.36666 13.3334 3.36666H10.6667C10.2801 3.36666 9.96669 3.05326 9.96669 2.66666ZM4.66669 10.0333C4.31996 10.0333 4.03336 10.3199 4.03336 10.6667V12C4.03336 12.168 4.10009 12.3291 4.21886 12.4478C4.33763 12.5666 4.49872 12.6333 4.66669 12.6333H5.33336C5.71996 12.6333 6.03336 12.9467 6.03336 13.3333C6.03336 13.7199 5.71996 14.0333 5.33336 14.0333H4.66669C4.12742 14.0333 3.61023 13.8191 3.22891 13.4378C2.84759 13.0565 2.63336 12.5393 2.63336 12V10.6667C2.63336 9.54673 3.54676 8.63333 4.66669 8.63333H5.33336C5.71996 8.63333 6.03336 8.94673 6.03336 9.33333C6.03336 9.71993 5.71996 10.0333 5.33336 10.0333H4.66669ZM9.96669 9.33333C9.96669 8.94673 10.2801 8.63333 10.6667 8.63333H11.3334C11.8726 8.63333 12.3898 8.84756 12.7711 9.22888C13.1525 9.6102 13.3667 10.1274 13.3667 10.6667V12C13.3667 12.5393 13.1525 13.0565 12.7711 13.4378C12.3898 13.8191 11.8726 14.0333 11.3334 14.0333H10.6667C10.2801 14.0333 9.96669 13.7199 9.96669 13.3333C9.96669 12.9467 10.2801 12.6333 10.6667 12.6333H11.3334C11.5013 12.6333 11.6624 12.5666 11.7812 12.4478C11.9 12.3291 11.9667 12.168 11.9667 12V10.6667C11.9667 10.4987 11.9 10.3376 11.7812 10.2188C11.6624 10.1001 11.5013 10.0333 11.3334 10.0333H10.6667C10.2801 10.0333 9.96669 9.71993 9.96669 9.33333Z", fill: "currentColor", }), }), - tn = (e) => - kt("svg", { + Wt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99997 2.03333C3.65019 2.03333 3.36663 2.31688 3.36663 2.66666V10.6667C3.36663 11.0164 3.65019 11.3 3.99997 11.3H5.3333C5.68308 11.3 5.96663 11.0164 5.96663 10.6667V2.66666C5.96663 2.31688 5.68308 2.03333 5.3333 2.03333H3.99997ZM1.96663 2.66666C1.96663 1.54369 2.87699 0.633331 3.99997 0.633331H5.3333C6.45628 0.633331 7.36663 1.54369 7.36663 2.66666V10.6667C7.36663 11.7896 6.45628 12.7 5.3333 12.7H3.99997C2.87699 12.7 1.96663 11.7896 1.96663 10.6667V2.66666ZM10.6666 6.7C10.3169 6.7 10.0333 6.98355 10.0333 7.33333V10.6667C10.0333 11.0164 10.3169 11.3 10.6666 11.3H12C12.3497 11.3 12.6333 11.0164 12.6333 10.6667V7.33333C12.6333 6.98355 12.3497 6.7 12 6.7H10.6666ZM8.6333 7.33333C8.6333 6.21035 9.54365 5.3 10.6666 5.3H12C13.1229 5.3 14.0333 6.21035 14.0333 7.33333V10.6667C14.0333 11.7896 13.1229 12.7 12 12.7H10.6666C9.54365 12.7 8.6333 11.7896 8.6333 10.6667V7.33333ZM0.633301 14.6667C0.633301 14.2801 0.946701 13.9667 1.3333 13.9667H14.6666C15.0532 13.9667 15.3666 14.2801 15.3666 14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667H1.3333C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667Z", fill: "currentColor", }), }), - nn = (e) => - kt("svg", { + jt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6666 0.633331C15.0532 0.633331 15.3666 0.946732 15.3666 1.33333V14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667C14.28 15.3667 13.9666 15.0533 13.9666 14.6667V1.33333C13.9666 0.946732 14.28 0.633331 14.6666 0.633331ZM2.66663 3.36666C2.31685 3.36666 2.0333 3.65022 2.0333 4V5.33333C2.0333 5.68311 2.31685 5.96666 2.66663 5.96666H10.6666C11.0164 5.96666 11.3 5.68311 11.3 5.33333V4C11.3 3.65022 11.0164 3.36666 10.6666 3.36666H2.66663ZM0.633301 4C0.633301 2.87702 1.54366 1.96666 2.66663 1.96666H10.6666C11.7896 1.96666 12.7 2.87702 12.7 4V5.33333C12.7 6.45631 11.7896 7.36666 10.6666 7.36666H2.66663C1.54366 7.36666 0.633301 6.45631 0.633301 5.33333V4ZM7.3333 10.0333C6.98352 10.0333 6.69997 10.3169 6.69997 10.6667V12C6.69997 12.3498 6.98352 12.6333 7.3333 12.6333H10.6666C11.0164 12.6333 11.3 12.3498 11.3 12V10.6667C11.3 10.3169 11.0164 10.0333 10.6666 10.0333H7.3333ZM5.29997 10.6667C5.29997 9.54368 6.21032 8.63333 7.3333 8.63333H10.6666C11.7896 8.63333 12.7 9.54368 12.7 10.6667V12C12.7 13.123 11.7896 14.0333 10.6666 14.0333H7.3333C6.21032 14.0333 5.29997 13.123 5.29997 12V10.6667Z", fill: "currentColor", }), }), - rn = (e) => - kt("svg", { + qt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66667 0.633331C5.05327 0.633331 5.36667 0.946732 5.36667 1.33333V2.6336C6.47428 2.6514 7.36667 3.55482 7.36667 4.66666V11.3333C7.36667 12.4452 6.47428 13.3486 5.36667 13.3664V14.6667C5.36667 15.0533 5.05327 15.3667 4.66667 15.3667C4.28008 15.3667 3.96667 15.0533 3.96667 14.6667V13.3664C2.85907 13.3486 1.96667 12.4452 1.96667 11.3333V4.66666C1.96667 3.55482 2.85907 2.6514 3.96667 2.6336V1.33333C3.96667 0.946732 4.28008 0.633331 4.66667 0.633331ZM4.00001 4.03333C3.65023 4.03333 3.36667 4.31688 3.36667 4.66666V11.3333C3.36667 11.6831 3.65023 11.9667 4.00001 11.9667H5.33334C5.68312 11.9667 5.96667 11.6831 5.96667 11.3333V4.66666C5.96667 4.31688 5.68312 4.03333 5.33334 4.03333H4.00001ZM11.3333 0.633331C11.7199 0.633331 12.0333 0.946732 12.0333 1.33333V3.96693C13.1409 3.98473 14.0333 4.88815 14.0333 6V10C14.0333 11.1118 13.1409 12.0153 12.0333 12.0331V14.6667C12.0333 15.0533 11.7199 15.3667 11.3333 15.3667C10.9467 15.3667 10.6333 15.0533 10.6333 14.6667V12.0331C9.52574 12.0153 8.63334 11.1118 8.63334 10V6C8.63334 4.88815 9.52574 3.98473 10.6333 3.96693V1.33333C10.6333 0.946732 10.9467 0.633331 11.3333 0.633331ZM10.6667 5.36666C10.3169 5.36666 10.0333 5.65022 10.0333 6V10C10.0333 10.3498 10.3169 10.6333 10.6667 10.6333H12C12.3498 10.6333 12.6333 10.3498 12.6333 10V6C12.6333 5.65022 12.3498 5.36666 12 5.36666H10.6667Z", fill: "currentColor", }), }), - on = (e) => - kt("svg", { + Yt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66667 0.633331C7.05327 0.633331 7.36667 0.946732 7.36667 1.33333V14.6667C7.36667 15.0533 7.05327 15.3667 6.66667 15.3667C6.28008 15.3667 5.96667 15.0533 5.96667 14.6667V13.2661C5.76736 13.3314 5.55447 13.3667 5.33334 13.3667H4.00001C2.87703 13.3667 1.96667 12.4563 1.96667 11.3333V4.66666C1.96667 3.54369 2.87703 2.63333 4.00001 2.63333H5.33334C5.55447 2.63333 5.76736 2.66863 5.96667 2.7339V1.33333C5.96667 0.946732 6.28008 0.633331 6.66667 0.633331ZM5.96667 4.66666C5.96667 4.31688 5.68312 4.03333 5.33334 4.03333H4.00001C3.65023 4.03333 3.36667 4.31688 3.36667 4.66666V11.3333C3.36667 11.6831 3.65023 11.9667 4.00001 11.9667H5.33334C5.68312 11.9667 5.96667 11.6831 5.96667 11.3333V4.66666ZM13.3333 0.633331C13.7199 0.633331 14.0333 0.946732 14.0333 1.33333V14.6667C14.0333 15.0533 13.7199 15.3667 13.3333 15.3667C12.9467 15.3667 12.6333 15.0533 12.6333 14.6667V11.9328C12.434 11.998 12.2211 12.0333 12 12.0333H10.6667C9.5437 12.0333 8.63334 11.123 8.63334 10V6C8.63334 4.87702 9.5437 3.96666 10.6667 3.96666H12C12.2211 3.96666 12.434 4.00196 12.6333 4.06724V1.33333C12.6333 0.946732 12.9467 0.633331 13.3333 0.633331ZM12.6333 6C12.6333 5.65022 12.3498 5.36666 12 5.36666H10.6667C10.3169 5.36666 10.0333 5.65022 10.0333 6V10C10.0333 10.3498 10.3169 10.6333 10.6667 10.6333H12C12.3498 10.6333 12.6333 10.3498 12.6333 10V6Z", fill: "currentColor", }), }), - ln = (e) => - kt("svg", { + Kt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 0.633331C3.05327 0.633331 3.36667 0.946732 3.36667 1.33333V2.7339C3.56599 2.66863 3.77888 2.63333 4.00001 2.63333H5.33334C6.45632 2.63333 7.36667 3.54369 7.36667 4.66666V11.3333C7.36667 12.4563 6.45632 13.3667 5.33334 13.3667H4.00001C3.77888 13.3667 3.56599 13.3314 3.36667 13.2661V14.6667C3.36667 15.0533 3.05327 15.3667 2.66667 15.3667C2.28008 15.3667 1.96667 15.0533 1.96667 14.6667V1.33333C1.96667 0.946732 2.28008 0.633331 2.66667 0.633331ZM3.36667 11.3333C3.36667 11.6831 3.65023 11.9667 4.00001 11.9667H5.33334C5.68312 11.9667 5.96667 11.6831 5.96667 11.3333V4.66666C5.96667 4.31688 5.68312 4.03333 5.33334 4.03333H4.00001C3.65023 4.03333 3.36667 4.31688 3.36667 4.66666V11.3333ZM9.33334 0.633331C9.71994 0.633331 10.0333 0.946732 10.0333 1.33333V4.06724C10.2327 4.00196 10.4455 3.96666 10.6667 3.96666H12C13.123 3.96666 14.0333 4.87702 14.0333 6V10C14.0333 11.123 13.123 12.0333 12 12.0333H10.6667C10.4455 12.0333 10.2327 11.998 10.0333 11.9328V14.6667C10.0333 15.0533 9.71994 15.3667 9.33334 15.3667C8.94674 15.3667 8.63334 15.0533 8.63334 14.6667V1.33333C8.63334 0.946732 8.94674 0.633331 9.33334 0.633331ZM10.0333 10C10.0333 10.3498 10.3169 10.6333 10.6667 10.6333H12C12.3498 10.6333 12.6333 10.3498 12.6333 10V6C12.6333 5.65022 12.3498 5.36666 12 5.36666H10.6667C10.3169 5.36666 10.0333 5.65022 10.0333 6V10Z", fill: "currentColor", }), }), - an = (e) => - kt("svg", { + Xt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633331C8.38657 0.633331 8.69997 0.946732 8.69997 1.33333V14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667V1.33333C7.29997 0.946732 7.61337 0.633331 7.99997 0.633331ZM2.66663 4.03333C2.31685 4.03333 2.0333 4.31688 2.0333 4.66666V11.3333C2.0333 11.6831 2.31685 11.9667 2.66663 11.9667H3.99997C4.34975 11.9667 4.6333 11.6831 4.6333 11.3333V4.66666C4.6333 4.31688 4.34975 4.03333 3.99997 4.03333H2.66663ZM0.633301 4.66666C0.633301 3.54369 1.54366 2.63333 2.66663 2.63333H3.99997C5.12295 2.63333 6.0333 3.54369 6.0333 4.66666V11.3333C6.0333 12.4563 5.12295 13.3667 3.99997 13.3667H2.66663C1.54366 13.3667 0.633301 12.4563 0.633301 11.3333V4.66666ZM12 5.36666C11.6502 5.36666 11.3666 5.65022 11.3666 6V10C11.3666 10.3498 11.6502 10.6333 12 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 10V6C13.9666 5.65022 13.6831 5.36666 13.3333 5.36666H12ZM9.96663 6C9.96663 4.87702 10.877 3.96666 12 3.96666H13.3333C14.4563 3.96666 15.3666 4.87702 15.3666 6V10C15.3666 11.123 14.4563 12.0333 13.3333 12.0333H12C10.877 12.0333 9.96663 11.123 9.96663 10V6Z", fill: "currentColor", }), }), - Cn = (e) => - kt("svg", { + Qt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6666 0.633331C15.0532 0.633331 15.3666 0.946732 15.3666 1.33333V14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667C14.28 15.3667 13.9666 15.0533 13.9666 14.6667V1.33333C13.9666 0.946732 14.28 0.633331 14.6666 0.633331ZM2.66663 4.03333C2.31685 4.03333 2.0333 4.31688 2.0333 4.66666V11.3333C2.0333 11.6831 2.31685 11.9667 2.66663 11.9667H3.99997C4.34975 11.9667 4.6333 11.6831 4.6333 11.3333V4.66666C4.6333 4.31688 4.34975 4.03333 3.99997 4.03333H2.66663ZM0.633301 4.66666C0.633301 3.54369 1.54366 2.63333 2.66663 2.63333H3.99997C5.12295 2.63333 6.0333 3.54369 6.0333 4.66666V11.3333C6.0333 12.4563 5.12295 13.3667 3.99997 13.3667H2.66663C1.54366 13.3667 0.633301 12.4563 0.633301 11.3333V4.66666ZM9.3333 5.36666C8.98352 5.36666 8.69997 5.65022 8.69997 6V10C8.69997 10.3498 8.98352 10.6333 9.3333 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 10V6C11.3 5.65022 11.0164 5.36666 10.6666 5.36666H9.3333ZM7.29997 6C7.29997 4.87702 8.21032 3.96666 9.3333 3.96666H10.6666C11.7896 3.96666 12.7 4.87702 12.7 6V10C12.7 11.123 11.7896 12.0333 10.6666 12.0333H9.3333C8.21032 12.0333 7.29997 11.123 7.29997 10V6Z", fill: "currentColor", }), }), - sn = (e) => - kt("svg", { + Jt = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.3333 0.633331C1.7199 0.633331 2.0333 0.946732 2.0333 1.33333V14.6667C2.0333 15.0533 1.7199 15.3667 1.3333 15.3667C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667V1.33333C0.633301 0.946732 0.946701 0.633331 1.3333 0.633331ZM5.3333 4.03333C4.98352 4.03333 4.69997 4.31688 4.69997 4.66666V11.3333C4.69997 11.6831 4.98352 11.9667 5.3333 11.9667H6.66663C7.01641 11.9667 7.29997 11.6831 7.29997 11.3333V4.66666C7.29997 4.31688 7.01641 4.03333 6.66663 4.03333H5.3333ZM3.29997 4.66666C3.29997 3.54369 4.21032 2.63333 5.3333 2.63333H6.66663C7.78961 2.63333 8.69997 3.54369 8.69997 4.66666V11.3333C8.69997 12.4563 7.78961 13.3667 6.66663 13.3667H5.3333C4.21032 13.3667 3.29997 12.4563 3.29997 11.3333V4.66666ZM12 5.36666C11.6502 5.36666 11.3666 5.65022 11.3666 6V10C11.3666 10.3498 11.6502 10.6333 12 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 10V6C13.9666 5.65022 13.6831 5.36666 13.3333 5.36666H12ZM9.96663 6C9.96663 4.87702 10.877 3.96666 12 3.96666H13.3333C14.4563 3.96666 15.3666 4.87702 15.3666 6V10C15.3666 11.123 14.4563 12.0333 13.3333 12.0333H12C10.877 12.0333 9.96663 11.123 9.96663 10V6Z", fill: "currentColor", }), }), - cn = (e) => - kt("svg", { + en = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 0.633331C3.05327 0.633331 3.36667 0.946732 3.36667 1.33333V14.6667C3.36667 15.0533 3.05327 15.3667 2.66667 15.3667C2.28008 15.3667 1.96667 15.0533 1.96667 14.6667V1.33333C1.96667 0.946732 2.28008 0.633331 2.66667 0.633331ZM13.3333 0.633331C13.7199 0.633331 14.0333 0.946732 14.0333 1.33333V14.6667C14.0333 15.0533 13.7199 15.3667 13.3333 15.3667C12.9467 15.3667 12.6333 15.0533 12.6333 14.6667V1.33333C12.6333 0.946732 12.9467 0.633331 13.3333 0.633331ZM7.33334 5.36666C6.98356 5.36666 6.70001 5.65022 6.70001 6V10C6.70001 10.3498 6.98356 10.6333 7.33334 10.6333H8.66667C9.01646 10.6333 9.30001 10.3498 9.30001 10V6C9.30001 5.65022 9.01646 5.36666 8.66667 5.36666H7.33334ZM5.30001 6C5.30001 4.87702 6.21036 3.96666 7.33334 3.96666H8.66667C9.78965 3.96666 10.7 4.87702 10.7 6V10C10.7 11.123 9.78965 12.0333 8.66667 12.0333H7.33334C6.21036 12.0333 5.30001 11.123 5.30001 10V6Z", fill: "currentColor", }), }), - dn = (e) => - kt("svg", { + tn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 0.633331C2.38665 0.633331 2.70005 0.946732 2.70005 1.33333V2.7339C2.89936 2.66863 3.11225 2.63333 3.33338 2.63333H4.66672C5.78969 2.63333 6.70005 3.54369 6.70005 4.66666V11.3333C6.70005 12.4563 5.78969 13.3667 4.66672 13.3667H3.33338C3.11225 13.3667 2.89936 13.3314 2.70005 13.2661V14.6667C2.70005 15.0533 2.38665 15.3667 2.00005 15.3667C1.61345 15.3667 1.30005 15.0533 1.30005 14.6667V1.33333C1.30005 0.946732 1.61345 0.633331 2.00005 0.633331ZM2.70005 11.3333C2.70005 11.6831 2.9836 11.9667 3.33338 11.9667H4.66672C5.0165 11.9667 5.30005 11.6831 5.30005 11.3333V4.66666C5.30005 4.31688 5.0165 4.03333 4.66672 4.03333H3.33338C2.9836 4.03333 2.70005 4.31688 2.70005 4.66666V11.3333ZM14 0.633331C14.3866 0.633331 14.7 0.946732 14.7 1.33333V14.6667C14.7 15.0533 14.3866 15.3667 14 15.3667C13.6135 15.3667 13.3 15.0533 13.3 14.6667V11.9328C13.1007 11.998 12.8878 12.0333 12.6667 12.0333H11.3334C10.2104 12.0333 9.30005 11.123 9.30005 10V6C9.30005 4.87702 10.2104 3.96666 11.3334 3.96666H12.6667C12.8878 3.96666 13.1007 4.00196 13.3 4.06724V1.33333C13.3 0.946732 13.6135 0.633331 14 0.633331ZM13.3 6C13.3 5.65022 13.0165 5.36666 12.6667 5.36666H11.3334C10.9836 5.36666 10.7 5.65022 10.7 6V10C10.7 10.3498 10.9836 10.6333 11.3334 10.6333H12.6667C13.0165 10.6333 13.3 10.3498 13.3 10V6Z", fill: "currentColor", }), }), - un = (e) => - kt("svg", { + nn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 3.99999C1.30005 3.61339 1.61345 3.29999 2.00005 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H2.00005C1.61345 4.69999 1.30005 4.38659 1.30005 3.99999ZM1.30005 7.99999C1.30005 7.61339 1.61345 7.29999 2.00005 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H2.00005C1.61345 8.69999 1.30005 8.38659 1.30005 7.99999ZM1.30005 12C1.30005 11.6134 1.61345 11.3 2.00005 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H2.00005C1.61345 12.7 1.30005 12.3866 1.30005 12Z", fill: "currentColor", }), }), - pn = (e) => - kt("svg", { + rn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 3.99999C1.30005 3.61339 1.61345 3.29999 2.00005 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H2.00005C1.61345 4.69999 1.30005 4.38659 1.30005 3.99999ZM1.30005 7.99999C1.30005 7.61339 1.61345 7.29999 2.00005 7.29999H10C10.3866 7.29999 10.7 7.61339 10.7 7.99999C10.7 8.38659 10.3866 8.69999 10 8.69999H2.00005C1.61345 8.69999 1.30005 8.38659 1.30005 7.99999ZM1.30005 12C1.30005 11.6134 1.61345 11.3 2.00005 11.3H11.3334C11.72 11.3 12.0334 11.6134 12.0334 12C12.0334 12.3866 11.72 12.7 11.3334 12.7H2.00005C1.61345 12.7 1.30005 12.3866 1.30005 12Z", fill: "currentColor", }), }), - mn = (e) => - kt("svg", { + on = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 3.99999C1.30005 3.61339 1.61345 3.29999 2.00005 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H2.00005C1.61345 4.69999 1.30005 4.38659 1.30005 3.99999ZM5.30005 7.99999C5.30005 7.61339 5.61345 7.29999 6.00005 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H6.00005C5.61345 8.69999 5.30005 8.38659 5.30005 7.99999ZM3.96672 12C3.96672 11.6134 4.28012 11.3 4.66672 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H4.66672C4.28012 12.7 3.96672 12.3866 3.96672 12Z", fill: "currentColor", }), }), - hn = (e) => - kt("svg", { + ln = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633301 1.33333C0.633301 0.946732 0.946701 0.633331 1.3333 0.633331H14.6666C15.0532 0.633331 15.3666 0.946732 15.3666 1.33333C15.3666 1.71993 15.0532 2.03333 14.6666 2.03333H1.3333C0.946701 2.03333 0.633301 1.71993 0.633301 1.33333ZM3.99997 4.7C3.65019 4.7 3.36663 4.98355 3.36663 5.33333V13.3333C3.36663 13.6831 3.65019 13.9667 3.99997 13.9667H5.3333C5.68308 13.9667 5.96663 13.6831 5.96663 13.3333V5.33333C5.96663 4.98355 5.68308 4.7 5.3333 4.7H3.99997ZM1.96663 5.33333C1.96663 4.21035 2.87699 3.3 3.99997 3.3H5.3333C6.45628 3.3 7.36663 4.21035 7.36663 5.33333V13.3333C7.36663 14.4563 6.45628 15.3667 5.3333 15.3667H3.99997C2.87699 15.3667 1.96663 14.4563 1.96663 13.3333V5.33333ZM10.6666 4.7C10.3169 4.7 10.0333 4.98355 10.0333 5.33333V8.66666C10.0333 9.01644 10.3169 9.3 10.6666 9.3H12C12.3497 9.3 12.6333 9.01644 12.6333 8.66666V5.33333C12.6333 4.98355 12.3497 4.7 12 4.7H10.6666ZM8.6333 5.33333C8.6333 4.21035 9.54365 3.3 10.6666 3.3H12C13.1229 3.3 14.0333 4.21035 14.0333 5.33333V8.66666C14.0333 9.78964 13.1229 10.7 12 10.7H10.6666C9.54365 10.7 8.6333 9.78964 8.6333 8.66666V5.33333Z", fill: "currentColor", }), }), - fn = (e) => - kt("svg", { + an = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.3333 0.633331C1.7199 0.633331 2.0333 0.946732 2.0333 1.33333V14.6667C2.0333 15.0533 1.7199 15.3667 1.3333 15.3667C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667V1.33333C0.633301 0.946732 0.946701 0.633331 1.3333 0.633331ZM5.3333 3.36666C4.98352 3.36666 4.69997 3.65022 4.69997 4V5.33333C4.69997 5.68311 4.98352 5.96666 5.3333 5.96666H13.3333C13.6831 5.96666 13.9666 5.68311 13.9666 5.33333V4C13.9666 3.65022 13.6831 3.36666 13.3333 3.36666H5.3333ZM3.29997 4C3.29997 2.87702 4.21032 1.96666 5.3333 1.96666H13.3333C14.4563 1.96666 15.3666 2.87702 15.3666 4V5.33333C15.3666 6.45631 14.4563 7.36666 13.3333 7.36666H5.3333C4.21032 7.36666 3.29997 6.45631 3.29997 5.33333V4ZM5.3333 10.0333C4.98352 10.0333 4.69997 10.3169 4.69997 10.6667V12C4.69997 12.3498 4.98352 12.6333 5.3333 12.6333H8.66663C9.01641 12.6333 9.29997 12.3498 9.29997 12V10.6667C9.29997 10.3169 9.01641 10.0333 8.66663 10.0333H5.3333ZM3.29997 10.6667C3.29997 9.54368 4.21032 8.63333 5.3333 8.63333H8.66663C9.78961 8.63333 10.7 9.54368 10.7 10.6667V12C10.7 13.123 9.78961 14.0333 8.66663 14.0333H5.3333C4.21032 14.0333 3.29997 13.123 3.29997 12V10.6667Z", fill: "currentColor", }), }), - gn = (e) => - kt("svg", { + Cn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00001 3.36667C5.65023 3.36667 5.36667 3.65023 5.36667 4.00001V5.33334C5.36667 5.68312 5.65023 5.96667 6.00001 5.96667H10C10.3498 5.96667 10.6333 5.68312 10.6333 5.33334V4.00001C10.6333 3.65023 10.3498 3.36667 10 3.36667H6.00001ZM12.0331 3.96667C12.0153 2.85907 11.1119 1.96667 10 1.96667H6.00001C4.88816 1.96667 3.98475 2.85907 3.96694 3.96667H0.666675C0.280075 3.96667 -0.0333252 4.28008 -0.0333252 4.66667C-0.0333252 5.05327 0.280075 5.36667 0.666675 5.36667H3.96694C3.98475 6.47428 4.88816 7.36667 6.00001 7.36667H10C11.1119 7.36667 12.0153 6.47428 12.0331 5.36667H14.6667C15.0533 5.36667 15.3667 5.05327 15.3667 4.66667C15.3667 4.28008 15.0533 3.96667 14.6667 3.96667H12.0331ZM4.66667 10.0333C4.31689 10.0333 4.03334 10.3169 4.03334 10.6667V12C4.03334 12.3498 4.31689 12.6333 4.66667 12.6333H11.3333C11.6831 12.6333 11.9667 12.3498 11.9667 12V10.6667C11.9667 10.3169 11.6831 10.0333 11.3333 10.0333H4.66667ZM13.3664 10.6333C13.3486 9.52574 12.4452 8.63334 11.3333 8.63334H4.66667C3.55483 8.63334 2.65141 9.52574 2.63361 10.6333H1.33334C0.946742 10.6333 0.633341 10.9467 0.633341 11.3333C0.633341 11.7199 0.946742 12.0333 1.33334 12.0333H2.63361C2.65141 13.1409 3.55483 14.0333 4.66667 14.0333H11.3333C12.4452 14.0333 13.3486 13.1409 13.3664 12.0333H14.6667C15.0533 12.0333 15.3667 11.7199 15.3667 11.3333C15.3667 10.9467 15.0533 10.6333 14.6667 10.6333H13.3664Z", fill: "currentColor", }), }), - vn = (e) => - kt("svg", { + sn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99997 3.36667C5.65019 3.36667 5.36663 3.65023 5.36663 4.00001V5.33334C5.36663 5.68312 5.65019 5.96667 5.99997 5.96667H9.99997C10.3497 5.96667 10.6333 5.68312 10.6333 5.33334V4.00001C10.6333 3.65023 10.3497 3.36667 9.99997 3.36667H5.99997ZM11.9327 5.96667C11.998 5.76736 12.0333 5.55447 12.0333 5.33334V4.00001C12.0333 2.87703 11.1229 1.96667 9.99997 1.96667H5.99997C4.87699 1.96667 3.96663 2.87703 3.96663 4.00001V5.33334C3.96663 5.55447 4.00193 5.76736 4.06721 5.96667H1.3333C0.946701 5.96667 0.633301 6.28008 0.633301 6.66667C0.633301 7.05327 0.946701 7.36667 1.3333 7.36667H14.6666C15.0532 7.36667 15.3666 7.05327 15.3666 6.66667C15.3666 6.28008 15.0532 5.96667 14.6666 5.96667H11.9327ZM4.66663 10.0333C4.31685 10.0333 4.0333 10.3169 4.0333 10.6667V12C4.0333 12.3498 4.31685 12.6333 4.66663 12.6333H11.3333C11.6831 12.6333 11.9666 12.3498 11.9666 12V10.6667C11.9666 10.3169 11.6831 10.0333 11.3333 10.0333H4.66663ZM13.2661 12.6333C13.3313 12.434 13.3666 12.2211 13.3666 12V10.6667C13.3666 9.5437 12.4563 8.63334 11.3333 8.63334H4.66663C3.54365 8.63334 2.6333 9.5437 2.6333 10.6667V12C2.6333 12.2211 2.6686 12.434 2.73387 12.6333H1.3333C0.946701 12.6333 0.633301 12.9467 0.633301 13.3333C0.633301 13.7199 0.946701 14.0333 1.3333 14.0333H14.6666C15.0532 14.0333 15.3666 13.7199 15.3666 13.3333C15.3666 12.9467 15.0532 12.6333 14.6666 12.6333H13.2661Z", fill: "currentColor", }), }), - wn = (e) => - kt("svg", { + cn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633301 2.66667C0.633301 2.28008 0.946701 1.96667 1.3333 1.96667H14.6666C15.0532 1.96667 15.3666 2.28008 15.3666 2.66667C15.3666 3.05327 15.0532 3.36667 14.6666 3.36667H11.9327C11.998 3.56599 12.0333 3.77888 12.0333 4.00001V5.33334C12.0333 6.45632 11.1229 7.36667 9.99997 7.36667H5.99997C4.87699 7.36667 3.96663 6.45632 3.96663 5.33334V4.00001C3.96663 3.77888 4.00193 3.56599 4.06721 3.36667H1.3333C0.946701 3.36667 0.633301 3.05327 0.633301 2.66667ZM5.99997 3.36667C5.65019 3.36667 5.36663 3.65023 5.36663 4.00001V5.33334C5.36663 5.68312 5.65019 5.96667 5.99997 5.96667H9.99997C10.3497 5.96667 10.6333 5.68312 10.6333 5.33334V4.00001C10.6333 3.65023 10.3497 3.36667 9.99997 3.36667H5.99997ZM0.633301 9.33334C0.633301 8.94674 0.946701 8.63334 1.3333 8.63334H14.6666C15.0532 8.63334 15.3666 8.94674 15.3666 9.33334C15.3666 9.71994 15.0532 10.0333 14.6666 10.0333H13.2661C13.3313 10.2327 13.3666 10.4455 13.3666 10.6667V12C13.3666 13.123 12.4563 14.0333 11.3333 14.0333H4.66663C3.54365 14.0333 2.6333 13.123 2.6333 12V10.6667C2.6333 10.4455 2.6686 10.2327 2.73387 10.0333H1.3333C0.946701 10.0333 0.633301 9.71994 0.633301 9.33334ZM4.66663 10.0333C4.31685 10.0333 4.0333 10.3169 4.0333 10.6667V12C4.0333 12.3498 4.31685 12.6333 4.66663 12.6333H11.3333C11.6831 12.6333 11.9666 12.3498 11.9666 12V10.6667C11.9666 10.3169 11.6831 10.0333 11.3333 10.0333H4.66663Z", fill: "currentColor", }), }), - Ln = (e) => - kt("svg", { + dn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99997 2.03333C5.65019 2.03333 5.36663 2.31688 5.36663 2.66666V4C5.36663 4.34978 5.65019 4.63333 5.99997 4.63333H9.99997C10.3497 4.63333 10.6333 4.34978 10.6333 4V2.66666C10.6333 2.31688 10.3497 2.03333 9.99997 2.03333H5.99997ZM3.96663 2.66666C3.96663 1.54369 4.87699 0.633331 5.99997 0.633331H9.99997C11.1229 0.633331 12.0333 1.54369 12.0333 2.66666V4C12.0333 5.12298 11.1229 6.03333 9.99997 6.03333H5.99997C4.87699 6.03333 3.96663 5.12298 3.96663 4V2.66666ZM0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H14.6666C15.0532 7.3 15.3666 7.6134 15.3666 8C15.3666 8.3866 15.0532 8.7 14.6666 8.7H1.3333C0.946701 8.7 0.633301 8.3866 0.633301 8ZM4.66663 11.3667C4.31685 11.3667 4.0333 11.6502 4.0333 12V13.3333C4.0333 13.6831 4.31685 13.9667 4.66663 13.9667H11.3333C11.6831 13.9667 11.9666 13.6831 11.9666 13.3333V12C11.9666 11.6502 11.6831 11.3667 11.3333 11.3667H4.66663ZM2.6333 12C2.6333 10.877 3.54365 9.96666 4.66663 9.96666H11.3333C12.4563 9.96666 13.3666 10.877 13.3666 12V13.3333C13.3666 14.4563 12.4563 15.3667 11.3333 15.3667H4.66663C3.54365 15.3667 2.6333 14.4563 2.6333 13.3333V12Z", fill: "currentColor", }), }), - bn = (e) => - kt("svg", { + un = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99997 2.03333C5.65019 2.03333 5.36663 2.31688 5.36663 2.66666V4C5.36663 4.34978 5.65019 4.63333 5.99997 4.63333H9.99997C10.3497 4.63333 10.6333 4.34978 10.6333 4V2.66666C10.6333 2.31688 10.3497 2.03333 9.99997 2.03333H5.99997ZM3.96663 2.66666C3.96663 1.54369 4.87699 0.633331 5.99997 0.633331H9.99997C11.1229 0.633331 12.0333 1.54369 12.0333 2.66666V4C12.0333 5.12298 11.1229 6.03333 9.99997 6.03333H5.99997C4.87699 6.03333 3.96663 5.12298 3.96663 4V2.66666ZM4.66663 8.7C4.31685 8.7 4.0333 8.98355 4.0333 9.33333V10.6667C4.0333 11.0164 4.31685 11.3 4.66663 11.3H11.3333C11.6831 11.3 11.9666 11.0164 11.9666 10.6667V9.33333C11.9666 8.98355 11.6831 8.7 11.3333 8.7H4.66663ZM2.6333 9.33333C2.6333 8.21035 3.54365 7.3 4.66663 7.3H11.3333C12.4563 7.3 13.3666 8.21035 13.3666 9.33333V10.6667C13.3666 11.7896 12.4563 12.7 11.3333 12.7H4.66663C3.54365 12.7 2.6333 11.7896 2.6333 10.6667V9.33333ZM0.633301 14.6667C0.633301 14.2801 0.946701 13.9667 1.3333 13.9667H14.6666C15.0532 13.9667 15.3666 14.2801 15.3666 14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667H1.3333C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667Z", fill: "currentColor", }), }), - Mn = (e) => - kt("svg", { + pn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633301 1.33333C0.633301 0.946732 0.946701 0.633331 1.3333 0.633331H14.6666C15.0532 0.633331 15.3666 0.946732 15.3666 1.33333C15.3666 1.71993 15.0532 2.03333 14.6666 2.03333H1.3333C0.946701 2.03333 0.633301 1.71993 0.633301 1.33333ZM5.99997 4.7C5.65019 4.7 5.36663 4.98355 5.36663 5.33333V6.66666C5.36663 7.01644 5.65019 7.3 5.99997 7.3H9.99997C10.3497 7.3 10.6333 7.01644 10.6333 6.66666V5.33333C10.6333 4.98355 10.3497 4.7 9.99997 4.7H5.99997ZM3.96663 5.33333C3.96663 4.21035 4.87699 3.3 5.99997 3.3H9.99997C11.1229 3.3 12.0333 4.21035 12.0333 5.33333V6.66666C12.0333 7.78964 11.1229 8.7 9.99997 8.7H5.99997C4.87699 8.7 3.96663 7.78964 3.96663 6.66666V5.33333ZM4.66663 11.3667C4.31685 11.3667 4.0333 11.6502 4.0333 12V13.3333C4.0333 13.6831 4.31685 13.9667 4.66663 13.9667H11.3333C11.6831 13.9667 11.9666 13.6831 11.9666 13.3333V12C11.9666 11.6502 11.6831 11.3667 11.3333 11.3667H4.66663ZM2.6333 12C2.6333 10.877 3.54365 9.96666 4.66663 9.96666H11.3333C12.4563 9.96666 13.3666 10.877 13.3666 12V13.3333C13.3666 14.4563 12.4563 15.3667 11.3333 15.3667H4.66663C3.54365 15.3667 2.6333 14.4563 2.6333 13.3333V12Z", fill: "currentColor", }), }), - Hn = (e) => - kt("svg", { + mn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633301 2.66667C0.633301 2.28008 0.946701 1.96667 1.3333 1.96667H14.6666C15.0532 1.96667 15.3666 2.28008 15.3666 2.66667C15.3666 3.05327 15.0532 3.36667 14.6666 3.36667H1.3333C0.946701 3.36667 0.633301 3.05327 0.633301 2.66667ZM5.99997 6.70001C5.65019 6.70001 5.36663 6.98356 5.36663 7.33334V8.66667C5.36663 9.01646 5.65019 9.30001 5.99997 9.30001H9.99997C10.3497 9.30001 10.6333 9.01646 10.6333 8.66667V7.33334C10.6333 6.98356 10.3497 6.70001 9.99997 6.70001H5.99997ZM3.96663 7.33334C3.96663 6.21036 4.87699 5.30001 5.99997 5.30001H9.99997C11.1229 5.30001 12.0333 6.21036 12.0333 7.33334V8.66667C12.0333 9.78965 11.1229 10.7 9.99997 10.7H5.99997C4.87699 10.7 3.96663 9.78965 3.96663 8.66667V7.33334ZM0.633301 13.3333C0.633301 12.9467 0.946701 12.6333 1.3333 12.6333H14.6666C15.0532 12.6333 15.3666 12.9467 15.3666 13.3333C15.3666 13.7199 15.0532 14.0333 14.6666 14.0333H1.3333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333Z", fill: "currentColor", }), }), - En = (e) => - kt("svg", { + hn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633335 1.99999C0.633335 1.61339 0.946736 1.29999 1.33334 1.29999H14.6667C15.0533 1.29999 15.3667 1.61339 15.3667 1.99999C15.3667 2.38659 15.0533 2.69999 14.6667 2.69999H11.9328C11.998 2.8993 12.0333 3.11219 12.0333 3.33332V4.66665C12.0333 5.78963 11.123 6.69999 10 6.69999H6C4.87702 6.69999 3.96667 5.78963 3.96667 4.66665V3.33332C3.96667 3.11219 4.00197 2.8993 4.06724 2.69999H1.33334C0.946736 2.69999 0.633335 2.38659 0.633335 1.99999ZM6 2.69999C5.65022 2.69999 5.36667 2.98354 5.36667 3.33332V4.66665C5.36667 5.01643 5.65022 5.29999 6 5.29999H10C10.3498 5.29999 10.6333 5.01643 10.6333 4.66665V3.33332C10.6333 2.98354 10.3498 2.69999 10 2.69999H6ZM4.66667 10.7C4.31689 10.7 4.03333 10.9835 4.03333 11.3333V12.6667C4.03333 13.0164 4.31689 13.3 4.66667 13.3H11.3333C11.6831 13.3 11.9667 13.0164 11.9667 12.6667V11.3333C11.9667 10.9835 11.6831 10.7 11.3333 10.7H4.66667ZM13.2661 13.3C13.3314 13.1007 13.3667 12.8878 13.3667 12.6667V11.3333C13.3667 10.2103 12.4563 9.29999 11.3333 9.29999H4.66667C3.54369 9.29999 2.63334 10.2103 2.63334 11.3333V12.6667C2.63334 12.8878 2.66863 13.1007 2.73391 13.3H1.33334C0.946736 13.3 0.633335 13.6134 0.633335 14C0.633335 14.3866 0.946736 14.7 1.33334 14.7H14.6667C15.0533 14.7 15.3667 14.3866 15.3667 14C15.3667 13.6134 15.0533 13.3 14.6667 13.3H13.2661Z", fill: "currentColor", }), }), - Rn = (e) => - Ot("svg", { + fn = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M0.881248 4.19371V3.87496C0.887498 3.85621 0.887498 3.83746 0.887498 3.81246C0.893748 3.74371 0.931248 3.67496 0.987498 3.63746C1.06875 3.58121 1.15625 3.53121 1.24375 3.48121C1.4875 3.33746 1.7375 3.19996 1.9875 3.05621C2.2375 2.91246 2.49375 2.76246 2.74375 2.61871C3.09375 2.41871 3.45 2.21246 3.8 2.01246C4.1375 1.81871 4.48125 1.61871 4.81875 1.42496C5.225 1.18746 5.6375 0.949962 6.04375 0.718713C6.38125 0.524963 6.71875 0.324962 7.0625 0.131212C7.10625 0.106212 7.15 0.0812125 7.19375 0.0562125C7.26875 0.0187125 7.35625 -3.75127e-05 7.44375 0.0124625C7.475 0.0187125 7.5 0.0374625 7.5125 0.0624625C7.54375 0.106212 7.5625 0.156213 7.56875 0.212462C7.575 0.268712 7.58125 0.324962 7.58125 0.381212C7.58125 0.856212 7.5875 1.32496 7.58125 1.79996C7.58125 1.99371 7.56875 2.18121 7.575 2.37496C7.5875 2.70621 7.575 3.04371 7.58125 3.37496C7.5875 3.53121 7.50625 3.68121 7.3625 3.75621C7.075 3.92496 6.78125 4.08746 6.49375 4.24996C6.225 4.40621 5.9625 4.55621 5.69375 4.71246C5.4125 4.87496 5.13125 5.03746 4.85 5.19996C4.66875 5.30621 4.48125 5.41246 4.3 5.51871C4.2 5.56871 4.14375 5.67496 4.15 5.78746C4.15 6.21871 4.14375 6.64371 4.15 7.07496C4.1625 7.53746 4.1625 8.00621 4.15625 8.46871C4.15 8.93121 4.15625 9.38746 4.15 9.84996C4.15 9.88746 4.15625 9.93121 4.1625 9.96871C4.1875 10.05 4.24375 10.1187 4.31875 10.1562C4.6625 10.35 5 10.55 5.3375 10.7437C5.675 10.9375 6.00625 11.1312 6.34375 11.325C6.78125 11.575 7.21875 11.8312 7.65625 12.0812C7.73125 12.1312 7.8125 12.175 7.89375 12.2125C7.975 12.25 8.0625 12.2437 8.14375 12.2062C8.275 12.1375 8.39375 12.0625 8.51875 11.9875C8.83125 11.8062 9.15 11.6187 9.4625 11.4375C9.84375 11.2187 10.225 10.9937 10.6062 10.775C10.8312 10.6437 11.0562 10.5187 11.275 10.3875C11.2875 10.375 11.3062 10.3687 11.325 10.3625C11.3937 10.325 11.4812 10.325 11.5437 10.375C11.6937 10.4687 11.85 10.5562 12.0062 10.6437C12.3187 10.825 12.6312 11.0062 12.9437 11.1875C13.325 11.4062 13.7062 11.6312 14.0875 11.85C14.1937 11.9062 14.3 11.9687 14.4062 12.0375C14.5 12.0937 14.5312 12.2187 14.4687 12.3125C14.4562 12.3375 14.4312 12.3562 14.4062 12.375C14.3125 12.4375 14.2125 12.5 14.1125 12.55C13.8187 12.7187 13.525 12.8875 13.2375 13.0562C12.9812 13.2 12.7312 13.35 12.475 13.4937C12.225 13.6375 11.975 13.7812 11.725 13.925C11.4875 14.0625 11.25 14.2 11.0125 14.3312C10.8312 14.4375 10.65 14.5437 10.4625 14.65C10.2312 14.7812 10 14.9187 9.76875 15.05C9.55 15.175 9.33125 15.3062 9.1125 15.4312C8.875 15.5687 8.6375 15.7062 8.4 15.8437C8.33125 15.8875 8.25625 15.925 8.1875 15.9687C8.1375 16 8.08125 16.0125 8.025 16.0187H7.9875C7.86875 16.0187 7.775 15.9437 7.68125 15.8875C7.43125 15.7437 7.1875 15.6062 6.94375 15.4625C6.70625 15.325 6.475 15.1937 6.2375 15.0562C5.9375 14.8812 5.6375 14.7125 5.34375 14.5375L4.5625 14.0875C4.3125 13.9437 4.0625 13.8 3.8125 13.6562C3.56875 13.5187 3.325 13.375 3.08125 13.2375C2.8375 13.0937 2.59375 12.9562 2.35 12.8125C1.9625 12.5875 1.575 12.3687 1.1875 12.1375C1.125 12.1 1.0625 12.0687 1.00625 12.0312C0.931248 11.9875 0.887498 11.9125 0.887498 11.825C0.887498 11.8187 0.887498 11.8125 0.881248 11.8062V10.4937C0.887498 10.4812 0.887498 10.4625 0.887498 10.45C0.887498 9.58121 0.887498 8.71246 0.887498 7.83746C0.887498 6.64371 0.887498 5.45621 0.887498 4.26246C0.887498 4.23121 0.881248 4.21246 0.881248 4.19371Z", fill: "#157BFD", }), - kt("path", { + Vt("path", { d: "M15.1125 11.0687C15.1125 11.0875 15.1063 11.1125 15.1063 11.1312C15.0938 11.2187 15.0125 11.275 14.925 11.2625C14.9125 11.2625 14.9 11.2562 14.8813 11.25C14.8438 11.2312 14.8063 11.2125 14.7688 11.1937C13.9875 10.7562 13.2188 10.3062 12.4438 9.85623C12.3188 9.78123 12.1938 9.71248 12.0688 9.64373C11.9375 9.58123 11.8625 9.44372 11.875 9.30622C11.8813 8.38122 11.875 7.45623 11.8813 6.53123C11.8813 6.28748 11.8813 6.04373 11.8813 5.79998C11.8875 5.66248 11.8188 5.53748 11.6938 5.48123C10.6625 4.88748 9.63125 4.29373 8.6 3.69998C8.5125 3.65623 8.45625 3.55623 8.4625 3.45623C8.4625 3.19998 8.4625 2.94373 8.4625 2.69373C8.4625 1.88123 8.4625 1.06873 8.4625 0.249976C8.4625 0.237476 8.4625 0.218726 8.4625 0.199976C8.46875 0.106226 8.49375 0.0312256 8.59375 0.00622559H8.64375C8.7625 0.0124756 8.85 0.0812256 8.94375 0.137476C9.1625 0.262476 9.375 0.387476 9.5875 0.512476C9.80625 0.637476 10.0188 0.762476 10.2375 0.887476C10.4688 1.01873 10.6938 1.14998 10.925 1.28123C11.1313 1.39998 11.3313 1.51873 11.5375 1.63748C11.75 1.76248 11.9688 1.88748 12.1813 2.01248C12.3875 2.13123 12.5938 2.24998 12.7938 2.36873C13.025 2.49998 13.2563 2.63748 13.4875 2.76873C13.6938 2.88748 13.9 3.00623 14.1063 3.12498C14.3438 3.26248 14.5813 3.39998 14.8188 3.53123C14.8938 3.56873 14.9563 3.61248 15.0188 3.66873C15.075 3.71873 15.1 3.78748 15.1 3.86248C15.1 3.86873 15.1 3.88123 15.1063 3.88748V4.56248C15.1 4.58123 15.1 4.59373 15.1 4.61248C15.1 6.74998 15.1 8.88748 15.1 11.0187C15.1188 11.0375 15.1188 11.0562 15.1125 11.0687Z", fill: "#3A51DC", }), - kt("path", { + Vt("path", { d: "M9.88125 5.5C9.8125 5.575 9.75 5.64375 9.68125 5.70625C9.13125 6.275 8.58125 6.8375 8.03125 7.40625C7.9875 7.45 7.95 7.49375 7.90625 7.5375C7.8375 7.60625 7.8375 7.65625 7.90625 7.725C8.0375 7.86875 8.16875 8.0125 8.3 8.1625C8.8375 8.7625 9.36875 9.3625 9.90625 9.95625C9.9375 9.99375 9.96875 10.0375 10 10.075C9.99375 10.0875 9.9875 10.0875 9.98125 10.0875C9.75 10.0875 9.5125 10.0875 9.28125 10.0875C9.225 10.0875 9.175 10.0625 9.14375 10.0187C9.05625 9.91875 8.9625 9.81875 8.875 9.71875C8.3875 9.175 7.90625 8.63125 7.41875 8.09375C7.34375 8.0125 7.26875 7.925 7.19375 7.84375C7.1875 7.83125 7.175 7.81875 7.15625 7.8125C7.14375 7.88125 7.1375 7.94375 7.13125 8.0125C7.13125 8.625 7.13125 9.2375 7.13125 9.85C7.1375 9.90625 7.13125 9.95625 7.125 10.0062C7.11875 10.0562 7.075 10.0937 7.025 10.0937C7.0125 10.0937 6.99375 10.0937 6.98125 10.0937C6.86875 10.0812 6.75625 10.0812 6.64375 10.0937C6.53125 10.1 6.4875 10.0625 6.48125 9.94375C6.48125 9.7625 6.48125 9.575 6.48125 9.39375C6.48125 9.375 6.48125 9.35625 6.48125 9.3375C6.48125 8.25625 6.48125 7.175 6.48125 6.09375C6.48125 5.95625 6.48125 5.8125 6.48125 5.675C6.48125 5.65625 6.48125 5.6375 6.48125 5.61875C6.4875 5.53125 6.525 5.49375 6.6125 5.5C6.7375 5.50625 6.86875 5.50625 6.99375 5.5C7.0875 5.49375 7.13125 5.54375 7.13125 5.64375C7.13125 5.8875 7.125 6.125 7.125 6.36875C7.125 6.65625 7.125 6.94375 7.13125 7.2375C7.13125 7.275 7.1375 7.3125 7.1375 7.35C7.1375 7.36875 7.14375 7.38125 7.1625 7.3875C7.18125 7.39375 7.1875 7.38125 7.2 7.375C7.325 7.26875 7.4375 7.14375 7.55 7.03125C7.875 6.7 8.20625 6.36875 8.53125 6.03125C8.6625 5.9 8.79375 5.76875 8.925 5.63125C8.99375 5.55625 9.0875 5.5125 9.1875 5.5125C9.41875 5.5 9.64375 5.5 9.88125 5.5Z", fill: "#3C54DE", }), ], }), - yn = (e) => - kt("svg", { + gn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22888 2.56222C1.61021 2.1809 2.12739 1.96667 2.66667 1.96667H8C8.53927 1.96667 9.05646 2.1809 9.43778 2.56222C9.81911 2.94355 10.0333 3.46073 10.0333 4.00001V4.63334H10.9213C11.1751 4.63348 11.4241 4.70425 11.6399 4.83773C11.8556 4.97115 12.0299 5.16196 12.1433 5.3888C12.1433 5.38869 12.1434 5.3889 12.1433 5.3888L13.1635 7.42775L14.4319 7.85054C14.7039 7.94115 14.9405 8.11501 15.1083 8.34752C15.2761 8.58004 15.3664 8.85942 15.3667 9.14614L15.3667 11.3333C15.3667 11.6958 15.2227 12.0434 14.9664 12.2997C14.7101 12.556 14.3625 12.7 14 12.7H13.243C12.9577 13.4781 12.2103 14.0333 11.3333 14.0333C10.4563 14.0333 9.70901 13.4781 9.4237 12.7H6.5763C6.29099 13.4781 5.54367 14.0333 4.66667 14.0333C3.78967 14.0333 3.04235 13.4781 2.75703 12.7H2C1.63754 12.7 1.28992 12.556 1.03362 12.2997C0.77732 12.0434 0.633333 11.6958 0.633333 11.3333V4.00001C0.633333 3.46073 0.847559 2.94355 1.22888 2.56222ZM2.75704 11.3C3.04235 10.5219 3.78967 9.96667 4.66667 9.96667C5.54367 9.96667 6.29099 10.5219 6.5763 11.3H8.63333V4.00001C8.63333 3.83204 8.56661 3.67095 8.44783 3.55217C8.32906 3.4334 8.16797 3.36667 8 3.36667H2.66667C2.4987 3.36667 2.3376 3.4334 2.21883 3.55217C2.10006 3.67095 2.03333 3.83204 2.03333 4.00001V11.3H2.75704ZM10.0333 6.03334V10.4365C10.3858 10.1431 10.8389 9.96667 11.3333 9.96667C12.2103 9.96667 12.9577 10.5219 13.243 11.3H13.9667V9.17121L12.7073 8.75142C12.537 8.69455 12.3792 8.60456 12.2437 8.48684C12.1083 8.36922 11.9973 8.2261 11.9172 8.06563M10.0333 6.03334H10.9004H10.0333ZM5.33333 4.63334C5.71993 4.63334 6.03333 4.94674 6.03333 5.33334V5.96667H6.66667C7.05327 5.96667 7.36667 6.28008 7.36667 6.66667C7.36667 7.05327 7.05327 7.36667 6.66667 7.36667H6.03333V8.00001C6.03333 8.38661 5.71993 8.70001 5.33333 8.70001C4.94673 8.70001 4.63333 8.38661 4.63333 8.00001V7.36667H4C3.6134 7.36667 3.3 7.05327 3.3 6.66667C3.3 6.28008 3.6134 5.96667 4 5.96667H4.63333V5.33334C4.63333 4.94674 4.94673 4.63334 5.33333 4.63334ZM4.66667 11.3667C4.31689 11.3667 4.03333 11.6502 4.03333 12C4.03333 12.3498 4.31689 12.6333 4.66667 12.6333C5.01645 12.6333 5.3 12.3498 5.3 12C5.3 11.6502 5.01645 11.3667 4.66667 11.3667ZM11.3333 11.3667C10.9836 11.3667 10.7 11.6502 10.7 12C10.7 12.3498 10.9836 12.6333 11.3333 12.6333C11.6831 12.6333 11.9667 12.3498 11.9667 12C11.9667 11.6502 11.6831 11.3667 11.3333 11.3667Z", fill: "currentColor", }), }), - Vn = (e) => - kt("svg", { + vn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.75748 2.75749C5.26382 2.25114 5.95058 1.96667 6.66666 1.96667C7.38275 1.96667 8.0695 2.25114 8.57585 2.75749C9.0822 3.26383 9.36666 3.95059 9.36666 4.66667C9.36666 5.68223 8.88955 6.35811 8.24188 6.82363C7.73752 7.18613 7.09344 7.44248 6.53208 7.66591C6.5127 7.67362 6.49342 7.6813 6.47424 7.68894C7.16853 8.71126 8.25174 9.84031 9.89067 10.9591C10.4194 10.3252 10.7831 9.5495 10.9134 8.70001H10.6667C10.2801 8.70001 9.96666 8.38661 9.96666 8.00001C9.96666 7.61341 10.2801 7.30001 10.6667 7.30001H12.6667C13.0533 7.30001 13.3667 7.61341 13.3667 8.00001C13.3667 8.38661 13.0533 8.70001 12.6667 8.70001H12.3261C12.1946 9.82605 11.7503 10.8597 11.0829 11.7111C11.6552 12.0454 12.2815 12.3763 12.9663 12.7007C13.3157 12.8662 13.4648 13.2836 13.2993 13.633C13.1338 13.9824 12.7164 14.1315 12.367 13.966C11.5246 13.5669 10.7592 13.1544 10.065 12.7334C9.03656 13.5467 7.73934 14.0333 6.33333 14.0333C5.35203 14.0333 4.41092 13.6435 3.71704 12.9496C3.02315 12.2558 2.63333 11.3146 2.63333 10.3333C2.63333 9.1521 3.03767 8.3014 3.67961 7.67953C3.93537 7.43176 4.22234 7.22733 4.51856 7.05349C4.12936 6.16966 3.96666 5.35541 3.96666 4.66667C3.96666 3.95059 4.25113 3.26383 4.75748 2.75749ZM5.78833 6.45548C5.8743 6.42069 5.95792 6.38716 6.0392 6.35457C6.6136 6.12424 7.07181 5.9405 7.42479 5.68681C7.77711 5.43357 7.96666 5.15112 7.96666 4.66667C7.96666 4.32189 7.8297 3.99123 7.5859 3.74744C7.34211 3.50364 7.01145 3.36667 6.66666 3.36667C6.32188 3.36667 5.99122 3.50364 5.74743 3.74744C5.50363 3.99123 5.36666 4.32189 5.36666 4.66667C5.36666 5.13118 5.48093 5.74589 5.78833 6.45548ZM5.18755 8.2841C4.98684 8.40451 4.80811 8.5355 4.65372 8.68507C4.29566 9.03194 4.03333 9.51458 4.03333 10.3333C4.03333 10.9433 4.27565 11.5284 4.70699 11.9597C5.13832 12.391 5.72333 12.6333 6.33333 12.6333C7.24208 12.6333 8.09224 12.3677 8.80991 11.9102C7.1146 10.7054 5.9494 9.45969 5.18755 8.2841Z", fill: "currentColor", }), }), - Sn = (e) => - kt("svg", { + wn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 4.69999C3.16536 4.69999 3.00427 4.76671 2.8855 4.88549C2.76672 5.00426 2.7 5.16535 2.7 5.33332C2.7 5.5719 2.76484 5.90962 2.91973 6.31652C3.2389 6.12711 3.48933 5.97598 3.68738 5.80434C3.91272 5.60904 3.96666 5.47323 3.96666 5.33332C3.96666 5.16535 3.89994 5.00426 3.78117 4.88549C3.66239 4.76671 3.5013 4.69999 3.33333 4.69999ZM3.57255 7.55763C3.91008 7.35841 4.29865 7.12718 4.60428 6.8623C5.00394 6.51593 5.36666 6.02675 5.36666 5.33332C5.36666 4.79405 5.15244 4.27686 4.77111 3.89554C4.38979 3.51421 3.8726 3.29999 3.33333 3.29999C2.79406 3.29999 2.27687 3.51421 1.89555 3.89554C1.51422 4.27686 1.3 4.79405 1.3 5.33332C1.3 5.84505 1.4457 6.45494 1.731 7.10684C1.14653 7.59616 0.633331 8.28584 0.633331 9.33332C0.633331 10.8533 1.8134 12.0333 3.33333 12.0333C4.13618 12.0333 4.87895 11.8073 5.50254 11.4145C5.75763 11.5916 6.02552 11.765 6.30652 11.9336C6.63802 12.1325 7.06801 12.025 7.26691 11.6935C7.46581 11.362 7.35832 10.932 7.02681 10.7331C6.86652 10.6369 6.71127 10.5392 6.56096 10.4403C7.06819 9.766 7.36666 8.92267 7.36666 7.99999C7.36666 7.61339 7.05326 7.29999 6.66666 7.29999C6.28006 7.29999 5.96666 7.61339 5.96666 7.99999C5.96666 8.60996 5.77079 9.16442 5.43689 9.60553C4.67434 8.96638 4.08901 8.3062 3.65887 7.68487C3.62931 7.64218 3.60054 7.59976 3.57255 7.55763ZM2.42935 8.36664C2.17109 8.63727 2.03333 8.9366 2.03333 9.33332C2.03333 10.0801 2.5866 10.6333 3.33333 10.6333C3.67147 10.6333 3.99254 10.5731 4.28671 10.4626C3.54927 9.81096 2.9607 9.13597 2.5078 8.48177C2.48122 8.44338 2.45507 8.405 2.42935 8.36664ZM11.3333 4.69999C11.1654 4.69999 11.0043 4.76671 10.8855 4.88549C10.7667 5.00426 10.7 5.16535 10.7 5.33332C10.7 5.5719 10.7648 5.90962 10.9197 6.31652C11.2389 6.12711 11.4893 5.97598 11.6874 5.80434C11.9127 5.60904 11.9667 5.47323 11.9667 5.33332C11.9667 5.16535 11.8999 5.00426 11.7812 4.88549C11.6624 4.76671 11.5013 4.69999 11.3333 4.69999ZM11.5726 7.55763C11.9101 7.35841 12.2986 7.12718 12.6043 6.8623C13.0039 6.51593 13.3667 6.02675 13.3667 5.33332C13.3667 4.79405 13.1524 4.27686 12.7711 3.89554C12.3898 3.51421 11.8726 3.29999 11.3333 3.29999C10.7941 3.29999 10.2769 3.51421 9.89555 3.89554C9.51422 4.27686 9.3 4.79405 9.3 5.33332C9.3 5.84505 9.4457 6.45494 9.731 7.10684C9.14653 7.59616 8.63333 8.28584 8.63333 9.33332C8.63333 10.8533 9.8134 12.0333 11.3333 12.0333C12.1362 12.0333 12.8789 11.8073 13.5025 11.4145C13.7576 11.5916 14.0255 11.765 14.3065 11.9336C14.638 12.1325 15.068 12.025 15.2669 11.6935C15.4658 11.362 15.3583 10.932 15.0268 10.7331C14.8665 10.6369 14.7113 10.5392 14.561 10.4403C15.0682 9.766 15.3667 8.92267 15.3667 7.99999C15.3667 7.61339 15.0533 7.29999 14.6667 7.29999C14.2801 7.29999 13.9667 7.61339 13.9667 7.99999C13.9667 8.60996 13.7708 9.16442 13.4369 9.60553C12.6743 8.96638 12.089 8.3062 11.6589 7.68487C11.6293 7.64218 11.6005 7.59976 11.5726 7.55763ZM10.4293 8.36664C10.1711 8.63727 10.0333 8.9366 10.0333 9.33332C10.0333 10.0801 10.5866 10.6333 11.3333 10.6333C11.6715 10.6333 11.9925 10.5731 12.2867 10.4626C11.5493 9.81096 10.9607 9.13597 10.5078 8.48177C10.4812 8.44338 10.4551 8.405 10.4293 8.36664Z", fill: "currentColor", }), }), - Tn = (e) => - kt("svg", { + Ln = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C7.28203 2.03333 6.7 2.61536 6.7 3.33333C6.7 4.0513 7.28203 4.63333 8 4.63333C8.71797 4.63333 9.3 4.0513 9.3 3.33333C9.3 2.61536 8.71797 2.03333 8 2.03333ZM5.3 3.33333C5.3 1.84216 6.50883 0.633331 8 0.633331C9.49117 0.633331 10.7 1.84216 10.7 3.33333C10.7 4.5824 9.85182 5.63337 8.7 5.94171V13.9255C10.0247 13.769 11.2664 13.1718 12.2191 12.2191C13.1718 11.2664 13.769 10.0247 13.9255 8.7H12.6667C12.2801 8.7 11.9667 8.3866 11.9667 8C11.9667 7.6134 12.2801 7.3 12.6667 7.3H14.6667C15.0533 7.3 15.3667 7.6134 15.3667 8C15.3667 9.95376 14.5905 11.8275 13.209 13.209C11.8275 14.5905 9.95376 15.3667 8 15.3667C6.04624 15.3667 4.1725 14.5905 2.79098 13.209C1.40946 11.8275 0.633331 9.95376 0.633331 8C0.633331 7.81435 0.707081 7.6363 0.838357 7.50502C0.969632 7.37375 1.14768 7.3 1.33333 7.3H3.33333C3.71993 7.3 4.03333 7.6134 4.03333 8C4.03333 8.3866 3.71993 8.7 3.33333 8.7H2.07451C2.23097 10.0247 2.82822 11.2664 3.78093 12.2191C4.73363 13.1718 5.97534 13.769 7.3 13.9255V5.94171C6.14818 5.63337 5.3 4.5824 5.3 3.33333Z", fill: "currentColor", }), }), - Nn = (e) => - kt("svg", { + bn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM4.35006 5.07336C4.49364 4.71441 4.90102 4.53982 5.25997 4.6834L6.92664 5.35006C7.28559 5.49364 7.46018 5.90102 7.3166 6.25997C7.17302 6.61892 6.76564 6.79351 6.40669 6.64993L4.74002 5.98326C4.38108 5.83968 4.20648 5.43231 4.35006 5.07336ZM11.6499 5.07336C11.7935 5.43231 11.6189 5.83968 11.26 5.98326L9.5933 6.64993C9.23436 6.79351 8.82698 6.61892 8.6834 6.25997C8.53982 5.90102 8.71441 5.49364 9.07336 5.35006L10.74 4.6834C11.099 4.53982 11.5064 4.71441 11.6499 5.07336ZM5.62994 9.43388C6.16558 9.04432 6.97379 8.63333 8 8.63333C9.0262 8.63333 9.83441 9.04432 10.3701 9.43388C10.6392 9.62964 10.8473 9.82534 10.9898 9.974C11.0613 10.0486 11.1171 10.1123 11.1566 10.1594C11.1764 10.1829 11.1922 10.2024 11.2039 10.2172L11.2183 10.2357L11.2233 10.2422L11.2252 10.2447L11.226 10.2457C11.2261 10.246 11.2267 10.2467 10.6964 10.6444L11.2267 10.2467C11.4586 10.5559 11.3959 10.9947 11.0867 11.2267C10.7784 11.4579 10.3415 11.3964 10.109 11.0897C10.1082 11.0887 10.1074 11.0877 10.1067 11.0867L10.6667 10.6667C10.1067 11.0867 10.1065 11.0865 10.1067 11.0867L10.1073 11.0875L10.109 11.0897L10.1067 11.0867C10.1029 11.0819 10.0951 11.0723 10.0843 11.0594C10.0626 11.0336 10.0273 10.993 9.97898 10.9427C9.88186 10.8413 9.73577 10.7037 9.54661 10.5661C9.16558 10.289 8.64046 10.0333 8 10.0333C7.35954 10.0333 6.83441 10.289 6.45338 10.5661C6.26422 10.7037 6.11813 10.8413 6.02101 10.9427C5.97274 10.993 5.93741 11.0336 5.91574 11.0594C5.90492 11.0723 5.89758 11.0814 5.8938 11.0862L5.8914 11.0892L5.89219 11.0882M5.62994 9.43388C5.36078 9.62964 5.15269 9.82534 5.01023 9.974L5.62994 9.43388ZM5.01023 9.974C4.93871 10.0486 4.88289 10.1123 4.84337 10.1594L5.01023 9.974ZM4.84337 10.1594C4.82359 10.1829 4.80782 10.2024 4.79614 10.2172L4.84337 10.1594ZM4.79614 10.2172L4.78166 10.2357L4.79614 10.2172ZM4.78166 10.2357L4.77673 10.2422L4.78166 10.2357ZM4.77673 10.2422L4.77484 10.2447L4.77673 10.2422ZM4.77484 10.2447L4.77404 10.2457L4.77484 10.2447ZM4.77404 10.2457C4.77386 10.246 4.77333 10.2467 5.33333 10.6667L4.77404 10.2457ZM5.33333 10.6667L4.77333 10.2467C4.54137 10.5559 4.60405 10.9947 4.91333 11.2267C5.22159 11.4579 5.65884 11.3959 5.8914 11.0892", fill: "currentColor", }), }), - xn = (e) => - kt("svg", { + Mn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM4.63333 6C4.63333 5.6134 4.94673 5.3 5.33333 5.3H6.66666C7.05326 5.3 7.36666 5.6134 7.36666 6C7.36666 6.3866 7.05326 6.7 6.66666 6.7H5.33333C4.94673 6.7 4.63333 6.3866 4.63333 6ZM8.63333 6C8.63333 5.6134 8.94673 5.3 9.33333 5.3H10.6667C11.0533 5.3 11.3667 5.6134 11.3667 6C11.3667 6.3866 11.0533 6.7 10.6667 6.7H9.33333C8.94673 6.7 8.63333 6.3866 8.63333 6ZM4.63333 10C4.63333 9.6134 4.94673 9.3 5.33333 9.3H10.6667C11.0533 9.3 11.3667 9.6134 11.3667 10C11.3667 10.3866 11.0533 10.7 10.6667 10.7H5.33333C4.94673 10.7 4.63333 10.3866 4.63333 10Z", fill: "currentColor", }), }), - _n = (e) => - kt("svg", { + Hn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.97971 0.707233C5.3255 0.880126 5.46566 1.3006 5.29276 1.64638L4.13262 3.96667H5.90071L7.3739 1.02028C7.54679 0.674498 7.96726 0.534341 8.31305 0.707233C8.65883 0.880126 8.79899 1.3006 8.6261 1.64638L7.46596 3.96667H9.23404L10.7072 1.02028C10.8801 0.674498 11.3006 0.534341 11.6464 0.707233C11.9922 0.880126 12.1323 1.3006 11.9594 1.64638L10.7993 3.96667H12.5674L14.0406 1.02028C14.2135 0.674498 14.6339 0.534341 14.9797 0.707233C15.3255 0.880126 15.4657 1.3006 15.2928 1.64638L13.6329 4.96616C13.6287 4.97498 13.6243 4.98369 13.6198 4.9923L11.9594 8.31305C11.7865 8.65883 11.3661 8.79899 11.0203 8.6261C10.6745 8.45321 10.5343 8.03273 10.7072 7.68695L11.8674 5.36667H10.0993L8.6261 8.31305C8.45321 8.65883 8.03273 8.79899 7.68695 8.6261C7.34116 8.45321 7.20101 8.03273 7.3739 7.68695L8.53404 5.36667H6.76596L5.29276 8.31305C5.11987 8.65883 4.6994 8.79899 4.35362 8.6261C4.00783 8.45321 3.86767 8.03273 4.04057 7.68695L5.20071 5.36667H3.43262L1.95943 8.31305C1.78654 8.65883 1.36607 8.79899 1.02028 8.6261C0.674498 8.45321 0.534341 8.03273 0.707233 7.68695L2.36712 4.36718C2.3713 4.35836 2.37566 4.34963 2.3802 4.34102L4.04057 1.02028C4.21346 0.674498 4.63393 0.534341 4.97971 0.707233ZM8 9.96667C8.3866 9.96667 8.7 10.2801 8.7 10.6667V14.6667C8.7 15.0533 8.3866 15.3667 8 15.3667C7.6134 15.3667 7.3 15.0533 7.3 14.6667V10.6667C7.3 10.2801 7.6134 9.96667 8 9.96667Z", fill: "currentColor", }), }), - An = (e) => - kt("svg", { + En = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.36666 3.36667V7.30001H10C11.052 7.30001 12.061 6.88209 12.8049 6.1382C13.5409 5.40216 13.9578 4.40666 13.9665 3.36667H5.36666ZM5.3 8.6996C4.94961 8.69106 4.61538 8.54815 4.36695 8.29972C4.11848 8.05125 3.97557 7.71696 3.96707 7.36651C3.08607 7.35791 2.24301 7.00421 1.61941 6.3806C0.988033 5.74923 0.633331 4.8929 0.633331 4.00001C0.633331 3.63755 0.777319 3.28993 1.03362 3.03363C1.28992 2.77733 1.63753 2.63334 2 2.63334H4.15954C4.21692 2.53711 4.28639 2.44752 4.36695 2.36696C4.62325 2.11066 4.97087 1.96667 5.33333 1.96667H14C14.3625 1.96667 14.7101 2.11066 14.9664 2.36696C15.2227 2.62326 15.3667 2.97088 15.3667 3.33334C15.3667 4.75667 14.8012 6.1217 13.7948 7.12815C12.9548 7.96815 11.865 8.50094 10.7 8.65418V10.6335C11.404 10.6422 12.0774 10.9257 12.5759 11.4242C13.0822 11.9305 13.3667 12.6173 13.3667 13.3333C13.3667 13.6958 13.2227 14.0434 12.9664 14.2997C12.7101 14.556 12.3625 14.7 12 14.7H4C3.63754 14.7 3.28992 14.556 3.03362 14.2997C2.77732 14.0434 2.63333 13.6958 2.63333 13.3333C2.63333 12.6173 2.91779 11.9305 3.42414 11.4242C3.92263 10.9257 4.59596 10.6422 5.3 10.6335V8.6996ZM6.7 10.6333V8.70001H9.3V10.6333H6.7ZM5.33333 12.0333C4.98855 12.0333 4.65789 12.1703 4.41409 12.4141C4.17816 12.65 4.04228 12.9673 4.03376 13.3H11.9662C11.9577 12.9673 11.8218 12.65 11.5859 12.4141C11.3421 12.1703 11.0114 12.0333 10.6667 12.0333H5.33333ZM3.96666 4.03334H2.03361C2.04224 4.54287 2.2484 5.02969 2.60935 5.39065C2.97031 5.75161 3.45713 5.95777 3.96666 5.96639V4.03334Z", fill: "currentColor", }), }), - Zn = (e) => - kt("svg", { + Rn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.62004 5.41673C2.24404 6.19838 2.03336 7.07459 2.03336 8C2.03336 8.68908 2.15017 9.35087 2.36507 9.96666H5.24747L4.32256 8.36498C4.31677 8.3555 4.31123 8.34589 4.30591 8.33616L2.62004 5.41673ZM2.03549 3.67566C1.15351 4.89007 0.633362 6.38429 0.633362 8C0.633362 9.03178 0.845483 10.014 1.2285 10.9055C1.23863 10.9334 1.25048 10.9605 1.26394 10.9866C2.29734 13.3139 4.50146 15.0061 7.12879 15.3157C7.15997 15.3213 7.19132 15.3248 7.22263 15.3261C7.4781 15.3529 7.73746 15.3667 8.00003 15.3667C10.4078 15.3667 12.5457 14.2116 13.8899 12.4253C13.918 12.3937 13.9429 12.3599 13.9646 12.3243C14.8465 11.1099 15.3667 9.61571 15.3667 8C15.3667 6.96821 15.1546 5.98596 14.7716 5.09449C14.7614 5.06658 14.7496 5.0395 14.7361 5.01337C13.7027 2.68607 11.4986 0.99388 8.87127 0.684312C8.84009 0.678675 8.80873 0.675211 8.77742 0.673862C8.52195 0.647068 8.26259 0.633331 8.00003 0.633331C5.59231 0.633331 3.45437 1.78843 2.11014 3.57469C2.08206 3.60627 2.05713 3.64009 2.03549 3.67566ZM3.47951 4.10549L4.92007 6.60012L5.84991 4.98992C5.85223 4.98582 5.85458 4.98174 5.85697 4.97769L7.54747 2.05024C5.92389 2.172 4.48149 2.94349 3.47951 4.10549ZM9.11396 2.13713L7.67249 4.63333H9.5266C9.53512 4.63318 9.54364 4.63318 9.55216 4.63333H12.9268C12.052 3.35548 10.6929 2.43529 9.11396 2.13713ZM13.635 6.03333H10.7526L11.6775 7.63497C11.6833 7.64448 11.6888 7.65412 11.6942 7.66388L13.38 10.5833C13.756 9.80161 13.9667 8.92541 13.9667 8C13.9667 7.31092 13.8499 6.64912 13.635 6.03333ZM12.5205 11.8945L11.08 9.39987L10.1501 11.0101C10.1478 11.0142 10.1455 11.0182 10.1431 11.0223L8.45258 13.9498C10.0762 13.828 11.5186 13.0565 12.5205 11.8945ZM6.8861 13.8629L8.32757 11.3667H6.47346C6.46493 11.3668 6.45641 11.3668 6.4479 11.3667H3.07322C3.9481 12.6445 5.30719 13.5647 6.8861 13.8629ZM6.86413 9.96666H9.13602L10.2717 8.00008L9.13592 6.03333H6.86404L5.72841 7.99992L6.86413 9.96666Z", fill: "currentColor", }), }), - In = (e) => - kt("svg", { + yn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.0406 1.02028C6.21349 0.674498 6.63396 0.534341 6.97974 0.707233C7.78473 1.10972 8.39861 2.03808 8.61523 3.46999C8.74989 3.3919 8.89355 3.31258 9.04497 3.23575C9.66139 2.92299 10.438 2.63474 11.3268 2.63334C12.3729 2.61552 13.3838 3.01099 14.1402 3.73405C14.8981 4.45862 15.3389 5.45341 15.3665 6.50159L15.3667 6.52C15.3667 8.05147 14.8336 10.1865 14.0562 11.933C13.6658 12.8101 13.1954 13.6317 12.6657 14.2463C12.1561 14.8378 11.4784 15.3667 10.6667 15.3667C10.1262 15.3667 9.60718 15.1552 9.22096 14.9978C9.19108 14.9857 9.16199 14.9738 9.13376 14.9624C8.68639 14.7818 8.34635 14.66 8.00003 14.66C7.65371 14.66 7.31367 14.7818 6.8663 14.9624C6.83806 14.9738 6.80897 14.9857 6.77909 14.9978C6.39287 15.1552 5.87381 15.3667 5.33336 15.3667C4.5217 15.3667 3.844 14.8378 3.33434 14.2463C2.80469 13.6317 2.33428 12.8101 1.94385 11.933C1.1665 10.1865 0.633362 8.05147 0.633362 6.52L0.633568 6.50301C0.659047 5.45374 1.09934 4.45735 1.858 3.73207C2.61491 3.00846 3.62716 2.61358 4.67393 2.63334C5.56242 2.6349 6.33883 2.92308 6.95509 3.23575C7.02931 3.27341 7.10168 3.31167 7.17203 3.35009C6.97226 2.45105 6.58526 2.07524 6.35365 1.95943C6.00786 1.78654 5.8677 1.36607 6.0406 1.02028ZM4.6522 4.03318C3.97322 4.01912 3.31633 4.27474 2.82543 4.74403C2.33652 5.21143 2.05195 5.85284 2.03337 6.52874C2.03548 7.81066 2.50186 9.74381 3.22287 11.3637C3.58245 12.1715 3.98704 12.8591 4.39489 13.3324C4.82272 13.8289 5.14503 13.9667 5.33336 13.9667C5.58443 13.9667 5.86033 13.8588 6.34209 13.6643C6.76972 13.4916 7.34635 13.26 8.00003 13.26C8.65371 13.26 9.23034 13.4916 9.65796 13.6643C10.1397 13.8588 10.4156 13.9667 10.6667 13.9667C10.855 13.9667 11.1773 13.8289 11.6052 13.3324C12.013 12.8591 12.4176 12.1715 12.7772 11.3637C13.4981 9.74412 13.9644 7.81139 13.9667 6.52947C13.9466 5.8539 13.6614 5.21322 13.1727 4.74601C12.6819 4.27674 12.0254 4.02053 11.3464 4.03321L11.3334 4.03345V4.03333C10.7449 4.03333 10.1905 4.22444 9.67842 4.48425C9.42348 4.6136 9.18689 4.75582 8.96484 4.89452C8.91345 4.92662 8.86087 4.95982 8.80804 4.99319C8.64642 5.09524 8.48234 5.19885 8.34205 5.27742C8.12956 5.39641 7.8705 5.39641 7.65801 5.27742C7.51771 5.19885 7.35364 5.09524 7.19202 4.99319C7.13918 4.95982 7.08661 4.92662 7.03522 4.89452C6.81317 4.75582 6.57658 4.6136 6.32163 4.48425C5.80957 4.22444 5.25518 4.03333 4.66669 4.03333L4.6522 4.03318Z", fill: "currentColor", }), }), - kn = (e) => - kt("svg", { + Vn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 3.36667C2.31691 3.36667 2.03336 3.65023 2.03336 4.00001V4.63334H3.30003V3.36667H2.6667ZM2.6667 1.96667C1.54372 1.96667 0.633362 2.87703 0.633362 4.00001V12C0.633362 13.123 1.54372 14.0333 2.6667 14.0333H13.3334C14.4563 14.0333 15.3667 13.123 15.3667 12V4.00001C15.3667 2.87703 14.4563 1.96667 13.3334 1.96667H2.6667ZM4.70003 3.36667V4.63334H5.96669V3.36667H4.70003ZM7.36669 3.36667V4.63334H13.9667V4.00001C13.9667 3.65023 13.6831 3.36667 13.3334 3.36667H7.36669ZM13.9667 6.03334H2.03336V12C2.03336 12.3498 2.31691 12.6333 2.6667 12.6333H13.3334C13.6831 12.6333 13.9667 12.3498 13.9667 12V6.03334Z", fill: "currentColor", }), }), - On = (e) => - kt("svg", { + Tn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 3.36667C2.31691 3.36667 2.03336 3.65023 2.03336 4.00001V12C2.03336 12.3498 2.31691 12.6333 2.6667 12.6333H13.3334C13.6831 12.6333 13.9667 12.3498 13.9667 12V4.00001C13.9667 3.65023 13.6831 3.36667 13.3334 3.36667H2.6667ZM0.633362 4.00001C0.633362 2.87703 1.54372 1.96667 2.6667 1.96667H13.3334C14.4563 1.96667 15.3667 2.87703 15.3667 4.00001V12C15.3667 13.123 14.4563 14.0333 13.3334 14.0333H2.6667C1.54372 14.0333 0.633362 13.123 0.633362 12V4.00001ZM3.30003 5.33334C3.30003 4.94674 3.61343 4.63334 4.00003 4.63334H4.0067C4.39329 4.63334 4.7067 4.94674 4.7067 5.33334C4.7067 5.71994 4.39329 6.03334 4.0067 6.03334H4.00003C3.61343 6.03334 3.30003 5.71994 3.30003 5.33334ZM5.96669 5.33334C5.96669 4.94674 6.2801 4.63334 6.66669 4.63334H6.67336C7.05996 4.63334 7.37336 4.94674 7.37336 5.33334C7.37336 5.71994 7.05996 6.03334 6.67336 6.03334H6.66669C6.2801 6.03334 5.96669 5.71994 5.96669 5.33334ZM8.63336 5.33334C8.63336 4.94674 8.94676 4.63334 9.33336 4.63334H9.34003C9.72663 4.63334 10.04 4.94674 10.04 5.33334C10.04 5.71994 9.72663 6.03334 9.34003 6.03334H9.33336C8.94676 6.03334 8.63336 5.71994 8.63336 5.33334Z", fill: "currentColor", }), }), - Bn = (e) => - kt("svg", { + Sn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.03336 2.69999V4.63332H13.9667V2.69999H2.03336ZM14.0334 6.03292C14.7727 6.01522 15.3667 5.4103 15.3667 4.66665V2.66665C15.3667 1.91187 14.7548 1.29999 14 1.29999H2.00003C1.24524 1.29999 0.633362 1.91187 0.633362 2.66665V4.66665C0.633362 5.4103 1.22731 6.01522 1.9667 6.03292V12.6667C1.9667 13.2059 2.18092 13.7231 2.56224 14.1044C2.94357 14.4858 3.46075 14.7 4.00003 14.7H12C12.5393 14.7 13.0565 14.4858 13.4378 14.1044C13.8191 13.7231 14.0334 13.2059 14.0334 12.6667V6.03292ZM12.6334 6.03332H3.3667V12.6667C3.3667 12.8346 3.43342 12.9957 3.55219 13.1145C3.67097 13.2333 3.83206 13.3 4.00003 13.3H12C12.168 13.3 12.3291 13.2333 12.4479 13.1145C12.5666 12.9957 12.6334 12.8346 12.6334 12.6667V6.03332ZM5.96669 7.99999C5.96669 7.61339 6.2801 7.29999 6.66669 7.29999H9.33336C9.71996 7.29999 10.0334 7.61339 10.0334 7.99999C10.0334 8.38659 9.71996 8.69999 9.33336 8.69999H6.66669C6.2801 8.69999 5.96669 8.38659 5.96669 7.99999Z", fill: "currentColor", }), }), - Dn = (e) => - kt("svg", { + Nn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.03336 2.69999V4.63332H13.9667V2.69999H2.03336ZM14.0334 6.03292C14.7727 6.01522 15.3667 5.4103 15.3667 4.66665V2.66665C15.3667 1.91187 14.7548 1.29999 14 1.29999H2.00003C1.24524 1.29999 0.633362 1.91187 0.633362 2.66665V4.66665C0.633362 5.4103 1.22731 6.01522 1.9667 6.03292V12.6667C1.9667 13.2059 2.18092 13.7231 2.56224 14.1044C2.94357 14.4858 3.46075 14.7 4.00003 14.7H5.33336C5.71996 14.7 6.03336 14.3866 6.03336 14C6.03336 13.6134 5.71996 13.3 5.33336 13.3H4.00003C3.83206 13.3 3.67097 13.2333 3.55219 13.1145C3.43342 12.9957 3.3667 12.8346 3.3667 12.6667V6.03332H12.6334V12.6667C12.6334 12.8346 12.5666 12.9957 12.4479 13.1145C12.3291 13.2333 12.168 13.3 12 13.3H10.6667C10.2801 13.3 9.96669 13.6134 9.96669 14C9.96669 14.3866 10.2801 14.7 10.6667 14.7H12C12.5393 14.7 13.0565 14.4858 13.4378 14.1044C13.8191 13.7231 14.0334 13.2059 14.0334 12.6667V6.03292ZM8.00003 7.29999C8.18568 7.29999 8.36373 7.37374 8.495 7.50501L10.495 9.50501C10.7684 9.77838 10.7684 10.2216 10.495 10.495C10.2216 10.7683 9.77842 10.7683 9.50505 10.495L8.70003 9.68994V14C8.70003 14.3866 8.38663 14.7 8.00003 14.7C7.61343 14.7 7.30003 14.3866 7.30003 14V9.68994L6.495 10.495C6.22164 10.7683 5.77842 10.7683 5.50505 10.495C5.23169 10.2216 5.23169 9.77838 5.50505 9.50501L7.50505 7.50501C7.63633 7.37374 7.81438 7.29999 8.00003 7.29999Z", fill: "currentColor", }), }), - Pn = (e) => - kt("svg", { + xn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.03336 2.69999V4.63332H13.9667V2.69999H2.03336ZM14.0334 6.03292C14.7727 6.01522 15.3667 5.4103 15.3667 4.66665V2.66665C15.3667 1.91187 14.7548 1.29999 14 1.29999H2.00003C1.24524 1.29999 0.633362 1.91187 0.633362 2.66665V4.66665C0.633362 5.4103 1.22731 6.01522 1.9667 6.03292V12.6667C1.9667 13.2059 2.18092 13.7231 2.56224 14.1044C2.94357 14.4858 3.46075 14.7 4.00003 14.7H12C12.5393 14.7 13.0565 14.4858 13.4378 14.1044C13.8191 13.7231 14.0334 13.2059 14.0334 12.6667V6.03292ZM12.6334 6.03332H3.3667V12.6667C3.3667 12.8346 3.43342 12.9957 3.55219 13.1145C3.67097 13.2333 3.83206 13.3 4.00003 13.3H12C12.168 13.3 12.3291 13.2333 12.4479 13.1145C12.5666 12.9957 12.6334 12.8346 12.6334 12.6667V6.03332ZM5.83839 7.50501C6.11175 7.23165 6.55497 7.23165 6.82834 7.50501L8.00003 8.6767L9.17172 7.50501C9.44509 7.23165 9.8883 7.23165 10.1617 7.50501C10.435 7.77838 10.435 8.2216 10.1617 8.49496L8.98998 9.66665L10.1617 10.8383C10.435 11.1117 10.435 11.5549 10.1617 11.8283C9.8883 12.1017 9.44509 12.1017 9.17172 11.8283L8.00003 10.6566L6.82834 11.8283C6.55497 12.1017 6.11175 12.1017 5.83839 11.8283C5.56502 11.5549 5.56502 11.1117 5.83839 10.8383L7.01008 9.66665L5.83839 8.49496C5.56502 8.2216 5.56502 7.77838 5.83839 7.50501Z", fill: "currentColor", }), }), - Fn = (e) => - kt("svg", { + _n = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.99999 1.29999C2.38659 1.29999 2.69999 1.61339 2.69999 1.99999V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H1.99999C1.61339 14.7 1.29999 14.3866 1.29999 14V1.99999C1.29999 1.61339 1.61339 1.29999 1.99999 1.29999ZM12.9345 4.68661C13.1961 4.79495 13.3667 5.0502 13.3667 5.33332V11.3333C13.3667 11.7199 13.0533 12.0333 12.6667 12.0333H4.66665C4.28006 12.0333 3.96665 11.7199 3.96665 11.3333V7.99999C3.96665 7.81434 4.0404 7.63629 4.17168 7.50501L6.17168 5.50501C6.44505 5.23165 6.88826 5.23165 7.16163 5.50501L9.33332 7.6767L12.1717 4.83835C12.3719 4.63815 12.673 4.57826 12.9345 4.68661ZM11.9667 7.02327L9.8283 9.16163C9.55493 9.435 9.11171 9.435 8.83835 9.16163L6.66665 6.98994L5.36665 8.28994V10.6333H11.9667V7.02327Z", fill: "currentColor", }), }), - Un = (e) => - kt("svg", { + An = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.22893 2.56222C3.61026 2.1809 4.12744 1.96667 4.66672 1.96667H11.3334C11.8727 1.96667 12.3898 2.1809 12.7712 2.56222C13.1525 2.94355 13.3667 3.46073 13.3667 4.00001V5.4243C13.6414 5.52501 13.8937 5.68475 14.1045 5.89556C14.4858 6.27688 14.7 6.79407 14.7 7.33334V10.6667C14.7 11.2059 14.4858 11.7231 14.1045 12.1045C13.8937 12.3153 13.6414 12.475 13.3667 12.5757V13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333C12.2801 14.0333 11.9667 13.7199 11.9667 13.3333V12.7H4.03338V13.3333C4.03338 13.7199 3.71998 14.0333 3.33338 14.0333C2.94678 14.0333 2.63338 13.7199 2.63338 13.3333V12.5757C2.35875 12.475 2.10641 12.3153 1.8956 12.1045C1.51427 11.7231 1.30005 11.2059 1.30005 10.6667V7.33334C1.30005 6.79407 1.51427 6.27688 1.8956 5.89556C2.10641 5.68475 2.35875 5.52501 2.63338 5.4243V4.00001C2.63338 3.46073 2.84761 2.94355 3.22893 2.56222ZM4.03338 5.4243C4.30802 5.52501 4.56035 5.68475 4.77117 5.89556C5.15249 6.27688 5.36672 6.79407 5.36672 7.33334V7.96667H10.6334V7.33334C10.6334 6.79407 10.8476 6.27688 11.2289 5.89556C11.4397 5.68475 11.6921 5.52501 11.9667 5.4243V4.00001C11.9667 3.83204 11.9 3.67095 11.7812 3.55217C11.6624 3.4334 11.5014 3.36667 11.3334 3.36667H4.66672C4.49874 3.36667 4.33765 3.4334 4.21888 3.55217C4.10011 3.67095 4.03338 3.83204 4.03338 4.00001V5.4243ZM3.33338 6.70001C3.16541 6.70001 3.00432 6.76673 2.88555 6.88551C2.76677 7.00428 2.70005 7.16537 2.70005 7.33334V10.6667C2.70005 10.8346 2.76677 10.9957 2.88555 11.1145C3.00432 11.2333 3.16541 11.3 3.33338 11.3H12.6667C12.8347 11.3 12.9958 11.2333 13.1145 11.1145C13.2333 10.9957 13.3 10.8346 13.3 10.6667V7.33334C13.3 7.16537 13.2333 7.00428 13.1145 6.88551C12.9958 6.76673 12.8347 6.70001 12.6667 6.70001C12.4987 6.70001 12.3377 6.76673 12.2189 6.88551C12.1001 7.00428 12.0334 7.16537 12.0334 7.33334V8.66667C12.0334 9.05327 11.72 9.36667 11.3334 9.36667H4.66672C4.28012 9.36667 3.96672 9.05327 3.96672 8.66667V7.33334C3.96672 7.16537 3.89999 7.00428 3.78122 6.88551C3.66244 6.76673 3.50135 6.70001 3.33338 6.70001Z", fill: "currentColor", }), }), - zn = (e) => - kt("svg", { + Zn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.29999 3.33333C5.29999 2.94673 5.61339 2.63333 5.99999 2.63333H9.99999C10.3866 2.63333 10.7 2.94673 10.7 3.33333C10.7 3.71993 10.3866 4.03333 9.99999 4.03333H5.99999C5.61339 4.03333 5.29999 3.71993 5.29999 3.33333ZM5.29999 6C5.29999 5.6134 5.61339 5.3 5.99999 5.3H9.99999C10.3866 5.3 10.7 5.6134 10.7 6V7.3H12.6667C12.9498 7.3 13.205 7.47055 13.3134 7.73212C13.4217 7.99369 13.3618 8.29477 13.1616 8.49497L8.49496 13.1616C8.2216 13.435 7.77838 13.435 7.50501 13.1616L2.83835 8.49497C2.63815 8.29477 2.57826 7.99369 2.68661 7.73212C2.79495 7.47055 3.0502 7.3 3.33332 7.3H5.29999V6ZM6.69999 6.7V8C6.69999 8.3866 6.38659 8.7 5.99999 8.7H5.02327L7.99999 11.6767L10.9767 8.7H9.99999C9.61339 8.7 9.29999 8.3866 9.29999 8V6.7H6.69999Z", fill: "currentColor", }), }), - Gn = (e) => - kt("svg", { + In = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.29999 3.99999C5.29999 3.61339 5.61339 3.29999 5.99999 3.29999H9.99999C10.3866 3.29999 10.7 3.61339 10.7 3.99999V7.29999H12.6667C12.9498 7.29999 13.205 7.47054 13.3134 7.73211C13.4217 7.99368 13.3618 8.29476 13.1616 8.49496L8.49496 13.1616C8.36369 13.2929 8.18564 13.3667 7.99999 13.3667C7.81434 13.3667 7.63629 13.2929 7.50501 13.1616L2.83835 8.49496C2.63815 8.29476 2.57826 7.99368 2.68661 7.73211C2.79495 7.47054 3.0502 7.29999 3.33332 7.29999H5.29999V3.99999ZM6.69999 4.69999V7.99999C6.69999 8.38659 6.38659 8.69999 5.99999 8.69999H5.02327L7.99999 11.6767L10.9767 8.69999H9.99999C9.61339 8.69999 9.29999 8.38659 9.29999 7.99999V4.69999H6.69999Z", fill: "currentColor", }), }), - $n = (e) => - kt("svg", { + kn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.26785 2.68661C8.52942 2.79495 8.69997 3.0502 8.69997 3.33332V5.29999H9.99997C10.3866 5.29999 10.7 5.61339 10.7 5.99999V9.99999C10.7 10.3866 10.3866 10.7 9.99997 10.7H8.69997V12.6667C8.69997 12.9498 8.52942 13.205 8.26785 13.3134C8.00627 13.4217 7.70519 13.3618 7.50499 13.1616L2.83833 8.49496C2.56496 8.2216 2.56496 7.77838 2.83833 7.50501L7.50499 2.83835C7.70519 2.63815 8.00627 2.57826 8.26785 2.68661ZM4.32325 7.99999L7.29997 10.9767V9.99999C7.29997 9.61339 7.61337 9.29999 7.99997 9.29999H9.29997V6.69999H7.99997C7.61337 6.69999 7.29997 6.38659 7.29997 5.99999V5.02327L4.32325 7.99999ZM12.6666 5.29999C13.0532 5.29999 13.3666 5.61339 13.3666 5.99999V9.99999C13.3666 10.3866 13.0532 10.7 12.6666 10.7C12.28 10.7 11.9666 10.3866 11.9666 9.99999V5.99999C11.9666 5.61339 12.28 5.29999 12.6666 5.29999Z", fill: "currentColor", }), }), - Wn = (e) => - kt("svg", { + On = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.26785 2.68661C8.52942 2.79495 8.69997 3.0502 8.69997 3.33332V5.29999H12C12.3866 5.29999 12.7 5.61339 12.7 5.99999V9.99999C12.7 10.3866 12.3866 10.7 12 10.7H8.69997V12.6667C8.69997 12.9498 8.52942 13.205 8.26785 13.3134C8.00627 13.4217 7.70519 13.3618 7.50499 13.1616L2.83833 8.49496C2.70705 8.36369 2.6333 8.18564 2.6333 7.99999C2.6333 7.81434 2.70705 7.63629 2.83833 7.50501L7.50499 2.83835C7.70519 2.63815 8.00627 2.57826 8.26785 2.68661ZM4.32325 7.99999L7.29997 10.9767V9.99999C7.29997 9.61339 7.61337 9.29999 7.99997 9.29999H11.3V6.69999H7.99997C7.61337 6.69999 7.29997 6.38659 7.29997 5.99999V5.02327L4.32325 7.99999Z", fill: "currentColor", }), }), - jn = (e) => - kt("svg", { + Bn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.73209 2.68661C7.99366 2.57826 8.29474 2.63815 8.49494 2.83835L13.1616 7.50501C13.435 7.77838 13.435 8.2216 13.1616 8.49496L8.49494 13.1616C8.29474 13.3618 7.99366 13.4217 7.73209 13.3134C7.47052 13.205 7.29997 12.9498 7.29997 12.6667V10.7H5.99997C5.61337 10.7 5.29997 10.3866 5.29997 9.99999V5.99999C5.29997 5.61339 5.61337 5.29999 5.99997 5.29999H7.29997V3.33332C7.29997 3.0502 7.47052 2.79495 7.73209 2.68661ZM8.69997 5.02327V5.99999C8.69997 6.38659 8.38657 6.69999 7.99997 6.69999H6.69997V9.29999H7.99997C8.38657 9.29999 8.69997 9.61339 8.69997 9.99999V10.9767L11.6767 7.99999L8.69997 5.02327ZM3.3333 5.29999C3.7199 5.29999 4.0333 5.61339 4.0333 5.99999V9.99999C4.0333 10.3866 3.7199 10.7 3.3333 10.7C2.9467 10.7 2.6333 10.3866 2.6333 9.99999V5.99999C2.6333 5.61339 2.9467 5.29999 3.3333 5.29999Z", fill: "currentColor", }), }), - qn = (e) => - kt("svg", { + Dn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.73217 2.68661C7.99374 2.57826 8.29483 2.63815 8.49502 2.83835L13.1617 7.50501C13.293 7.63629 13.3667 7.81434 13.3667 7.99999C13.3667 8.18564 13.293 8.36369 13.1617 8.49496L8.49502 13.1616C8.29483 13.3618 7.99374 13.4217 7.73217 13.3134C7.4706 13.205 7.30005 12.9498 7.30005 12.6667V10.7H4.00005C3.61345 10.7 3.30005 10.3866 3.30005 9.99999V5.99999C3.30005 5.61339 3.61345 5.29999 4.00005 5.29999H7.30005V3.33332C7.30005 3.0502 7.4706 2.79495 7.73217 2.68661ZM8.70005 5.02327V5.99999C8.70005 6.38659 8.38665 6.69999 8.00005 6.69999H4.70005V9.29999H8.00005C8.38665 9.29999 8.70005 9.61339 8.70005 9.99999V10.9767L11.6768 7.99999L8.70005 5.02327Z", fill: "currentColor", }), }), - Yn = (e) => - kt("svg", { + Pn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50501 2.83836C7.77838 2.56499 8.2216 2.56499 8.49496 2.83836L13.1616 7.50502C13.3618 7.70522 13.4217 8.0063 13.3134 8.26788C13.205 8.52945 12.9498 8.7 12.6667 8.7H10.7V10C10.7 10.3866 10.3866 10.7 9.99999 10.7H5.99999C5.61339 10.7 5.29999 10.3866 5.29999 10V8.7H3.33332C3.0502 8.7 2.79495 8.52945 2.68661 8.26788C2.57826 8.0063 2.63815 7.70522 2.83835 7.50502L7.50501 2.83836ZM5.02327 7.3H5.99999C6.38659 7.3 6.69999 7.6134 6.69999 8V9.3H9.29999V8C9.29999 7.6134 9.61339 7.3 9.99999 7.3H10.9767L7.99999 4.32328L5.02327 7.3ZM5.29999 12.6667C5.29999 12.2801 5.61339 11.9667 5.99999 11.9667H9.99999C10.3866 11.9667 10.7 12.2801 10.7 12.6667C10.7 13.0533 10.3866 13.3667 9.99999 13.3667H5.99999C5.61339 13.3667 5.29999 13.0533 5.29999 12.6667Z", fill: "currentColor", }), }), - Kn = (e) => - kt("svg", { + Fn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.63333C8.18564 2.63333 8.36369 2.70708 8.49496 2.83836L13.1616 7.50502C13.3618 7.70522 13.4217 8.0063 13.3134 8.26788C13.205 8.52945 12.9498 8.7 12.6667 8.7H10.7V12C10.7 12.3866 10.3866 12.7 9.99999 12.7H5.99999C5.61339 12.7 5.29999 12.3866 5.29999 12V8.7H3.33332C3.0502 8.7 2.79495 8.52945 2.68661 8.26788C2.57826 8.0063 2.63815 7.70522 2.83835 7.50502L7.50501 2.83836C7.63629 2.70708 7.81434 2.63333 7.99999 2.63333ZM5.02327 7.3H5.99999C6.38659 7.3 6.69999 7.6134 6.69999 8V11.3H9.29999V8C9.29999 7.6134 9.61339 7.3 9.99999 7.3H10.9767L7.99999 4.32328L5.02327 7.3Z", fill: "currentColor", }), }), - Xn = (e) => - kt("svg", { + Un = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM11.3334 3.36667C10.9836 3.36667 10.7 3.65023 10.7 4.00001V5.33334C10.7 5.68312 10.9836 5.96667 11.3334 5.96667C11.6832 5.96667 11.9667 5.68312 11.9667 5.33334V4.00001C11.9667 3.65023 11.6832 3.36667 11.3334 3.36667ZM9.30005 4.00001C9.30005 2.87703 10.2104 1.96667 11.3334 1.96667C12.4564 1.96667 13.3667 2.87703 13.3667 4.00001V5.33334C13.3667 6.45632 12.4564 7.36667 11.3334 7.36667C10.2104 7.36667 9.30005 6.45632 9.30005 5.33334V4.00001ZM9.30005 9.33334C9.30005 8.94674 9.61345 8.63334 10 8.63334H11.3334C11.72 8.63334 12.0334 8.94674 12.0334 9.33334V12.6333H12.6667C13.0533 12.6333 13.3667 12.9467 13.3667 13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333H10C9.61345 14.0333 9.30005 13.7199 9.30005 13.3333C9.30005 12.9467 9.61345 12.6333 10 12.6333H10.6334V10.0333H10C9.61345 10.0333 9.30005 9.71994 9.30005 9.33334Z", fill: "currentColor", }), }), - Qn = (e) => - kt("svg", { + zn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM9.30005 2.66667C9.30005 2.28008 9.61345 1.96667 10 1.96667H11.3334C11.72 1.96667 12.0334 2.28008 12.0334 2.66667V5.96667H12.6667C13.0533 5.96667 13.3667 6.28008 13.3667 6.66667C13.3667 7.05327 13.0533 7.36667 12.6667 7.36667H10C9.61345 7.36667 9.30005 7.05327 9.30005 6.66667C9.30005 6.28008 9.61345 5.96667 10 5.96667H10.6334V3.36667H10C9.61345 3.36667 9.30005 3.05327 9.30005 2.66667ZM11.3334 10.0333C10.9836 10.0333 10.7 10.3169 10.7 10.6667V12C10.7 12.3498 10.9836 12.6333 11.3334 12.6333C11.6832 12.6333 11.9667 12.3498 11.9667 12V10.6667C11.9667 10.3169 11.6832 10.0333 11.3334 10.0333ZM9.30005 10.6667C9.30005 9.5437 10.2104 8.63334 11.3334 8.63334C12.4564 8.63334 13.3667 9.5437 13.3667 10.6667V12C13.3667 13.123 12.4564 14.0333 11.3334 14.0333C10.2104 14.0333 9.30005 13.123 9.30005 12V10.6667Z", fill: "currentColor", }), }), - Jn = (e) => - kt("svg", { + Gn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C5.03041 13.9596 4.85237 14.0333 4.66672 14.0333C4.48106 14.0333 4.30302 13.9596 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM11.6667 3.36667C11.4103 3.36667 11.1645 3.46852 10.9832 3.6498C10.8019 3.83109 10.7 4.07697 10.7 4.33334V4.63334H12.6334V4.33334C12.6334 4.07697 12.5315 3.83109 12.3503 3.6498C12.169 3.46852 11.9231 3.36667 11.6667 3.36667ZM14.0334 4.33334C14.0334 3.70566 13.784 3.10369 13.3402 2.65986C12.8964 2.21602 12.2944 1.96667 11.6667 1.96667C11.039 1.96667 10.4371 2.21602 9.99323 2.65986C9.54939 3.10369 9.30005 3.70566 9.30005 4.33334V6.66667C9.30005 7.05327 9.61345 7.36667 10 7.36667C10.3866 7.36667 10.7 7.05327 10.7 6.66667V6.03334H12.6334V6.66667C12.6334 7.05327 12.9468 7.36667 13.3334 7.36667C13.72 7.36667 14.0334 7.05327 14.0334 6.66667V4.33334ZM9.30005 9.33334C9.30005 8.94674 9.61345 8.63334 10 8.63334H13.3334C13.605 8.63334 13.8521 8.79046 13.9673 9.03643C14.0825 9.2824 14.045 9.57281 13.8711 9.78147L11.4946 12.6333H13.3334C13.72 12.6333 14.0334 12.9467 14.0334 13.3333C14.0334 13.7199 13.72 14.0333 13.3334 14.0333H10C9.72844 14.0333 9.48134 13.8762 9.36614 13.6302C9.25093 13.3843 9.28841 13.0939 9.46229 12.8852L11.8389 10.0333H10C9.61345 10.0333 9.30005 9.71994 9.30005 9.33334Z", fill: "currentColor", }), }), - er = (e) => - kt("svg", { + $n = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6333 1.99999C2.6333 1.61339 2.9467 1.29999 3.3333 1.29999H12.6666C13.0532 1.29999 13.3666 1.61339 13.3666 1.99999C13.3666 2.38659 13.0532 2.69999 12.6666 2.69999H3.3333C2.9467 2.69999 2.6333 2.38659 2.6333 1.99999ZM7.99997 3.96665C8.38657 3.96665 8.69997 4.28006 8.69997 4.66665V12.31L11.505 9.50501C11.7784 9.23165 12.2216 9.23165 12.4949 9.50501C12.7683 9.77838 12.7683 10.2216 12.4949 10.495L8.49494 14.495C8.36367 14.6262 8.18562 14.7 7.99997 14.7C7.81432 14.7 7.63627 14.6262 7.50499 14.495L3.50499 10.495C3.23163 10.2216 3.23163 9.77838 3.50499 9.50501C3.77836 9.23165 4.22158 9.23165 4.49494 9.50501L7.29997 12.31V4.66665C7.29997 4.28006 7.61337 3.96665 7.99997 3.96665Z", fill: "currentColor", }), }), - tr = (e) => - kt("svg", { + Wn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.63333C8.38657 2.63333 8.69997 2.94673 8.69997 3.33333V10.9767L12.1717 7.50502C12.445 7.23166 12.8882 7.23166 13.1616 7.50502C13.435 7.77839 13.435 8.22161 13.1616 8.49497L8.49494 13.1616C8.22157 13.435 7.77836 13.435 7.50499 13.1616L2.83833 8.49497C2.56496 8.22161 2.56496 7.77839 2.83833 7.50502C3.11169 7.23166 3.55491 7.23166 3.82828 7.50502L7.29997 10.9767V3.33333C7.29997 2.94673 7.61337 2.63333 7.99997 2.63333Z", fill: "currentColor", }), }), - nr = (e) => - kt("svg", { + jn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66667 3.96667C5.05327 3.96667 5.36667 4.28008 5.36667 4.66667V9.64339L10.8384 4.1717C11.1117 3.89833 11.5549 3.89833 11.8283 4.1717C12.1017 4.44507 12.1017 4.88828 11.8283 5.16165L6.35662 10.6333H11.3333C11.7199 10.6333 12.0333 10.9467 12.0333 11.3333C12.0333 11.7199 11.7199 12.0333 11.3333 12.0333H4.66667C4.28008 12.0333 3.96667 11.7199 3.96667 11.3333V4.66667C3.96667 4.28008 4.28008 3.96667 4.66667 3.96667Z", fill: "currentColor", }), }), - rr = (e) => - kt("svg", { + qn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM6.63338 2.66667C6.63338 2.28008 6.94678 1.96667 7.33338 1.96667H10C10.3866 1.96667 10.7 2.28008 10.7 2.66667C10.7 3.05327 10.3866 3.36667 10 3.36667H7.33338C6.94678 3.36667 6.63338 3.05327 6.63338 2.66667ZM6.63338 5.33334C6.63338 4.94674 6.94678 4.63334 7.33338 4.63334H12C12.3866 4.63334 12.7 4.94674 12.7 5.33334C12.7 5.71994 12.3866 6.03334 12 6.03334H7.33338C6.94678 6.03334 6.63338 5.71994 6.63338 5.33334ZM6.63338 8.00001C6.63338 7.61341 6.94678 7.30001 7.33338 7.30001H14C14.3866 7.30001 14.7 7.61341 14.7 8.00001C14.7 8.38661 14.3866 8.70001 14 8.70001H7.33338C6.94678 8.70001 6.63338 8.38661 6.63338 8.00001Z", fill: "currentColor", }), }), - or = (e) => - kt("svg", { + Yn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.1717 4.1717C4.44507 3.89833 4.88828 3.89833 5.16165 4.1717L10.6333 9.64339V4.66667C10.6333 4.28008 10.9467 3.96667 11.3333 3.96667C11.7199 3.96667 12.0333 4.28008 12.0333 4.66667V11.3333C12.0333 11.7199 11.7199 12.0333 11.3333 12.0333H4.66667C4.28008 12.0333 3.96667 11.7199 3.96667 11.3333C3.96667 10.9467 4.28008 10.6333 4.66667 10.6333H9.64339L4.1717 5.16165C3.89833 4.88828 3.89833 4.44507 4.1717 4.1717Z", fill: "currentColor", }), }), - ir = (e) => - kt("svg", { + Kn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633331C8.38657 0.633331 8.69997 0.946732 8.69997 1.33333V8.97671L12.1717 5.50502C12.445 5.23166 12.8882 5.23166 13.1616 5.50502C13.435 5.77839 13.435 6.22161 13.1616 6.49497L8.49494 11.1616C8.22157 11.435 7.77836 11.435 7.50499 11.1616L2.83833 6.49497C2.56496 6.22161 2.56496 5.77839 2.83833 5.50502C3.11169 5.23166 3.55491 5.23166 3.82828 5.50502L7.29997 8.97671V1.33333C7.29997 0.946732 7.61337 0.633331 7.99997 0.633331ZM7.99997 14.0333C8.01838 14.0333 8.0333 14.0184 8.0333 14C8.0333 13.9816 8.01838 13.9667 7.99997 13.9667C7.98156 13.9667 7.96663 13.9816 7.96663 14C7.96663 14.0184 7.98156 14.0333 7.99997 14.0333ZM6.6333 14C6.6333 13.2452 7.24518 12.6333 7.99997 12.6333C8.75476 12.6333 9.36663 13.2452 9.36663 14C9.36663 14.7548 8.75476 15.3667 7.99997 15.3667C7.24518 15.3667 6.6333 14.7548 6.6333 14Z", fill: "currentColor", }), }), - lr = (e) => - kt("svg", { + Xn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 1.29999C8.38657 1.29999 8.69997 1.61339 8.69997 1.99999V9.64337L11.505 6.83835C11.7784 6.56498 12.2216 6.56498 12.4949 6.83835C12.7683 7.11171 12.7683 7.55493 12.4949 7.8283L8.49494 11.8283C8.36367 11.9596 8.18562 12.0333 7.99997 12.0333C7.81432 12.0333 7.63627 11.9596 7.50499 11.8283L3.50499 7.8283C3.23163 7.55493 3.23163 7.11171 3.50499 6.83835C3.77836 6.56498 4.22158 6.56498 4.49494 6.83835L7.29997 9.64337V1.99999C7.29997 1.61339 7.61337 1.29999 7.99997 1.29999ZM2.6333 14C2.6333 13.6134 2.9467 13.3 3.3333 13.3H12.6666C13.0532 13.3 13.3666 13.6134 13.3666 14C13.3666 14.3866 13.0532 14.7 12.6666 14.7H3.3333C2.9467 14.7 2.6333 14.3866 2.6333 14Z", fill: "currentColor", }), }), - ar = (e) => - kt("svg", { + Qn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM10.8384 2.1717C11.1118 1.89833 11.555 1.89833 11.8284 2.1717L14.495 4.83837C14.7684 5.11173 14.7684 5.55495 14.495 5.82832C14.2217 6.10168 13.7784 6.10168 13.5051 5.82832L12.0334 4.35662V13.3333C12.0334 13.7199 11.72 14.0333 11.3334 14.0333C10.9468 14.0333 10.6334 13.7199 10.6334 13.3333V4.35662L9.16169 5.82832C8.88832 6.10168 8.44511 6.10168 8.17174 5.82832C7.89837 5.55495 7.89837 5.11173 8.17174 4.83837L10.8384 2.1717Z", fill: "currentColor", }), }), - Cr = (e) => - kt("svg", { + Jn = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C4.88832 14.1017 4.44511 14.1017 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM6.63338 2.66667C6.63338 2.28008 6.94678 1.96667 7.33338 1.96667H14C14.3866 1.96667 14.7 2.28008 14.7 2.66667C14.7 3.05327 14.3866 3.36667 14 3.36667H7.33338C6.94678 3.36667 6.63338 3.05327 6.63338 2.66667ZM6.63338 5.33334C6.63338 4.94674 6.94678 4.63334 7.33338 4.63334H12C12.3866 4.63334 12.7 4.94674 12.7 5.33334C12.7 5.71994 12.3866 6.03334 12 6.03334H7.33338C6.94678 6.03334 6.63338 5.71994 6.63338 5.33334ZM6.63338 8.00001C6.63338 7.61341 6.94678 7.30001 7.33338 7.30001H10C10.3866 7.30001 10.7 7.61341 10.7 8.00001C10.7 8.38661 10.3866 8.70001 10 8.70001H7.33338C6.94678 8.70001 6.63338 8.38661 6.63338 8.00001Z", fill: "currentColor", }), }), - sr = (e) => - kt("svg", { + er = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 1.96667C5.05331 1.96667 5.36672 2.28008 5.36672 2.66667V11.6434L6.83841 10.1717C7.11177 9.89833 7.55499 9.89833 7.82836 10.1717C8.10172 10.4451 8.10172 10.8883 7.82836 11.1616L5.16169 13.8283C5.03041 13.9596 4.85237 14.0333 4.66672 14.0333C4.48106 14.0333 4.30302 13.9596 4.17174 13.8283L1.50507 11.1616C1.23171 10.8883 1.23171 10.4451 1.50507 10.1717C1.77844 9.89833 2.22166 9.89833 2.49502 10.1717L3.96672 11.6434V2.66667C3.96672 2.28008 4.28012 1.96667 4.66672 1.96667ZM9.30005 2.66667C9.30005 2.28008 9.61345 1.96667 10 1.96667H13.3334C13.605 1.96667 13.8521 2.1238 13.9673 2.36977C14.0825 2.61574 14.045 2.90615 13.8711 3.1148L11.4946 5.96667H13.3334C13.72 5.96667 14.0334 6.28008 14.0334 6.66667C14.0334 7.05327 13.72 7.36667 13.3334 7.36667H10C9.72844 7.36667 9.48134 7.20955 9.36614 6.96358C9.25093 6.71761 9.28841 6.4272 9.46229 6.21855L11.8389 3.36667H10C9.61345 3.36667 9.30005 3.05327 9.30005 2.66667ZM11.6667 10.0333C11.4103 10.0333 11.1645 10.1352 10.9832 10.3165C10.8019 10.4978 10.7 10.7436 10.7 11V11.3H12.6334V11C12.6334 10.7436 12.5315 10.4978 12.3503 10.3165C12.169 10.1352 11.9231 10.0333 11.6667 10.0333ZM14.0334 11C14.0334 10.3723 13.784 9.77036 13.3402 9.32652C12.8964 8.88269 12.2944 8.63334 11.6667 8.63334C11.039 8.63334 10.4371 8.88269 9.99323 9.32652C9.54939 9.77036 9.30005 10.3723 9.30005 11V13.3333C9.30005 13.7199 9.61345 14.0333 10 14.0333C10.3866 14.0333 10.7 13.7199 10.7 13.3333V12.7H12.6334V13.3333C12.6334 13.7199 12.9468 14.0333 13.3334 14.0333C13.72 14.0333 14.0334 13.7199 14.0334 13.3333V11Z", fill: "currentColor", }), }), - cr = (e) => - kt("svg", { + tr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 2.63333C14.3866 2.63333 14.7 2.94673 14.7 3.33333V12.6667C14.7 13.0533 14.3866 13.3667 14 13.3667C13.6134 13.3667 13.3 13.0533 13.3 12.6667V3.33333C13.3 2.94673 13.6134 2.63333 14 2.63333ZM6.49497 3.50502C6.76834 3.77839 6.76834 4.22161 6.49497 4.49497L3.68995 7.3H11.3333C11.7199 7.3 12.0333 7.6134 12.0333 8C12.0333 8.3866 11.7199 8.7 11.3333 8.7H3.68995L6.49497 11.505C6.76834 11.7784 6.76834 12.2216 6.49497 12.495C6.22161 12.7683 5.77839 12.7683 5.50502 12.495L1.50502 8.49497C1.37375 8.3637 1.3 8.18565 1.3 8C1.3 7.81435 1.37375 7.6363 1.50502 7.50502L5.50502 3.50502C5.77839 3.23166 6.22161 3.23166 6.49497 3.50502Z", fill: "currentColor", }), }), - dr = (e) => - kt("svg", { + nr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.49497 2.83836C8.76834 3.11172 8.76834 3.55494 8.49497 3.82831L5.02328 7.3H12.6667C13.0533 7.3 13.3667 7.6134 13.3667 8C13.3667 8.3866 13.0533 8.7 12.6667 8.7H5.02328L8.49497 12.1717C8.76834 12.4451 8.76834 12.8883 8.49497 13.1616C8.22161 13.435 7.77839 13.435 7.50502 13.1616L2.83836 8.49497C2.56499 8.22161 2.56499 7.77839 2.83836 7.50502L7.50502 2.83836C7.77839 2.56499 8.22161 2.56499 8.49497 2.83836Z", fill: "currentColor", }), }), - ur = (e) => - kt("svg", { + rr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.82831 1.50501C6.10168 1.77838 6.10168 2.2216 5.82831 2.49496L4.35662 3.96665H13.3333C13.7199 3.96665 14.0333 4.28006 14.0333 4.66665C14.0333 5.05325 13.7199 5.36665 13.3333 5.36665H4.35662L5.82831 6.83835C6.10168 7.11171 6.10168 7.55493 5.82831 7.8283C5.55494 8.10166 5.11173 8.10166 4.83836 7.8283L2.17169 5.16163C1.89833 4.88826 1.89833 4.44505 2.17169 4.17168L4.83836 1.50501C5.11173 1.23165 5.55494 1.23165 5.82831 1.50501ZM10.1717 8.17168C10.4451 7.89831 10.8883 7.89831 11.1616 8.17168L13.8283 10.8383C14.1017 11.1117 14.1017 11.5549 13.8283 11.8283L11.1616 14.495C10.8883 14.7683 10.4451 14.7683 10.1717 14.495C9.89833 14.2216 9.89833 13.7784 10.1717 13.505L11.6434 12.0333H2.66667C2.28007 12.0333 1.96667 11.7199 1.96667 11.3333C1.96667 10.9467 2.28007 10.6333 2.66667 10.6333H11.6434L10.1717 9.16163C9.89833 8.88826 9.89833 8.44505 10.1717 8.17168Z", fill: "currentColor", }), }), - pr = (e) => - kt("svg", { + or = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 2.63333C2.3866 2.63333 2.7 2.94673 2.7 3.33333V12.6667C2.7 13.0533 2.3866 13.3667 2 13.3667C1.6134 13.3667 1.3 13.0533 1.3 12.6667V3.33333C1.3 2.94673 1.6134 2.63333 2 2.63333ZM9.16164 3.50502C9.43501 3.77839 9.43501 4.22161 9.16164 4.49497L6.35662 7.3H14C14.3866 7.3 14.7 7.6134 14.7 8C14.7 8.3866 14.3866 8.7 14 8.7H6.35662L9.16164 11.505C9.43501 11.7784 9.43501 12.2216 9.16164 12.495C8.88828 12.7683 8.44506 12.7683 8.1717 12.495L4.1717 8.49497C4.04042 8.3637 3.96667 8.18565 3.96667 8C3.96667 7.81435 4.04042 7.6363 4.1717 7.50502L8.1717 3.50502C8.44506 3.23166 8.88828 3.23166 9.16164 3.50502Z", fill: "currentColor", }), }), - mr = (e) => - kt("svg", { + ir = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 2.63333C2.3866 2.63333 2.7 2.94673 2.7 3.33333V12.6667C2.7 13.0533 2.3866 13.3667 2 13.3667C1.6134 13.3667 1.3 13.0533 1.3 12.6667V3.33333C1.3 2.94673 1.6134 2.63333 2 2.63333ZM9.50503 3.50502C9.7784 3.23166 10.2216 3.23166 10.495 3.50502L14.495 7.50502C14.6263 7.6363 14.7 7.81435 14.7 8C14.7 8.18565 14.6263 8.3637 14.495 8.49497L10.495 12.495C10.2216 12.7683 9.7784 12.7683 9.50503 12.495C9.23166 12.2216 9.23166 11.7784 9.50503 11.505L12.3101 8.7H4.66667C4.28007 8.7 3.96667 8.3866 3.96667 8C3.96667 7.6134 4.28007 7.3 4.66667 7.3H12.3101L9.50503 4.49497C9.23166 4.22161 9.23166 3.77839 9.50503 3.50502Z", fill: "currentColor", }), }), - hr = (e) => - kt("svg", { + lr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50502 2.83836C7.77839 2.56499 8.22161 2.56499 8.49497 2.83836L13.1616 7.50502C13.435 7.77839 13.435 8.22161 13.1616 8.49497L8.49497 13.1616C8.22161 13.435 7.77839 13.435 7.50502 13.1616C7.23166 12.8883 7.23166 12.4451 7.50502 12.1717L10.9767 8.7H3.33333C2.94673 8.7 2.63333 8.3866 2.63333 8C2.63333 7.6134 2.94673 7.3 3.33333 7.3H10.9767L7.50502 3.82831C7.23166 3.55494 7.23166 3.11172 7.50502 2.83836Z", fill: "currentColor", }), }), - fr = (e) => - kt("svg", { + ar = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.1717 1.50501C10.4451 1.23165 10.8883 1.23165 11.1616 1.50501L13.8283 4.17168C14.1017 4.44505 14.1017 4.88826 13.8283 5.16163L11.1616 7.8283C10.8883 8.10166 10.4451 8.10166 10.1717 7.8283C9.89833 7.55493 9.89833 7.11171 10.1717 6.83835L11.6434 5.36665H2.66667C2.28008 5.36665 1.96667 5.05325 1.96667 4.66665C1.96667 4.28006 2.28008 3.96665 2.66667 3.96665H11.6434L10.1717 2.49496C9.89833 2.2216 9.89833 1.77838 10.1717 1.50501ZM5.82832 8.17168C6.10168 8.44505 6.10168 8.88826 5.82832 9.16163L4.35662 10.6333H13.3333C13.7199 10.6333 14.0333 10.9467 14.0333 11.3333C14.0333 11.7199 13.7199 12.0333 13.3333 12.0333H4.35662L5.82832 13.505C6.10168 13.7784 6.10168 14.2216 5.82832 14.495C5.55495 14.7683 5.11173 14.7683 4.83837 14.495L2.1717 11.8283C1.89833 11.5549 1.89833 11.1117 2.1717 10.8383L4.83837 8.17168C5.11173 7.89831 5.55495 7.89831 5.82832 8.17168Z", fill: "currentColor", }), }), - gr = (e) => - kt("svg", { + Cr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 2.63333C14.3866 2.63333 14.7 2.94673 14.7 3.33333V12.6667C14.7 13.0533 14.3866 13.3667 14 13.3667C13.6134 13.3667 13.3 13.0533 13.3 12.6667V3.33333C13.3 2.94673 13.6134 2.63333 14 2.63333ZM6.83835 3.50502C7.11171 3.23166 7.55493 3.23166 7.8283 3.50502L11.8283 7.50502C11.9596 7.6363 12.0333 7.81435 12.0333 8C12.0333 8.18565 11.9596 8.3637 11.8283 8.49497L7.8283 12.495C7.55493 12.7683 7.11171 12.7683 6.83835 12.495C6.56498 12.2216 6.56498 11.7784 6.83835 11.505L9.64337 8.7H1.99999C1.61339 8.7 1.29999 8.3866 1.29999 8C1.29999 7.6134 1.61339 7.3 1.99999 7.3H9.64337L6.83835 4.49497C6.56498 4.22161 6.56498 3.77839 6.83835 3.50502Z", fill: "currentColor", }), }), - vr = (e) => - kt("svg", { + sr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.1717 1.50501C4.44507 1.23165 4.88828 1.23165 5.16165 1.50501L7.16165 3.50501C7.43502 3.77838 7.43502 4.2216 7.16165 4.49496C6.88828 4.76833 6.44507 4.76833 6.1717 4.49496L5.36667 3.68994V11.3333C5.36667 11.7199 5.05327 12.0333 4.66667 12.0333C4.28008 12.0333 3.96667 11.7199 3.96667 11.3333V3.68994L3.16165 4.49496C2.88828 4.76833 2.44507 4.76833 2.1717 4.49496C1.89833 4.2216 1.89833 3.77838 2.1717 3.50501L4.1717 1.50501ZM10.8384 1.50501C11.1117 1.23165 11.5549 1.23165 11.8283 1.50501L13.8283 3.50501C14.1017 3.77838 14.1017 4.2216 13.8283 4.49496C13.5549 4.76833 13.1117 4.76833 12.8384 4.49496L12.0333 3.68994V11.3333C12.0333 11.7199 11.7199 12.0333 11.3333 12.0333C10.9467 12.0333 10.6333 11.7199 10.6333 11.3333V3.68994L9.82832 4.49496C9.55495 4.76833 9.11173 4.76833 8.83837 4.49496C8.565 4.2216 8.565 3.77838 8.83837 3.50501L10.8384 1.50501ZM1.96667 14C1.96667 13.6134 2.28008 13.3 2.66667 13.3H13.3333C13.7199 13.3 14.0333 13.6134 14.0333 14C14.0333 14.3866 13.7199 14.7 13.3333 14.7H2.66667C2.28008 14.7 1.96667 14.3866 1.96667 14Z", fill: "currentColor", }), }), - wr = (e) => - kt("svg", { + cr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.17168 2.1717C4.44505 1.89833 4.88826 1.89833 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717ZM11.3333 3.36667C10.9835 3.36667 10.7 3.65023 10.7 4.00001V5.33334C10.7 5.68312 10.9835 5.96667 11.3333 5.96667C11.6831 5.96667 11.9667 5.68312 11.9667 5.33334V4.00001C11.9667 3.65023 11.6831 3.36667 11.3333 3.36667ZM9.29999 4.00001C9.29999 2.87703 10.2103 1.96667 11.3333 1.96667C12.4563 1.96667 13.3667 2.87703 13.3667 4.00001V5.33334C13.3667 6.45632 12.4563 7.36667 11.3333 7.36667C10.2103 7.36667 9.29999 6.45632 9.29999 5.33334V4.00001ZM9.29999 9.33334C9.29999 8.94674 9.61339 8.63334 9.99999 8.63334H11.3333C11.7199 8.63334 12.0333 8.94674 12.0333 9.33334V12.6333H12.6667C13.0533 12.6333 13.3667 12.9467 13.3667 13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333H9.99999C9.61339 14.0333 9.29999 13.7199 9.29999 13.3333C9.29999 12.9467 9.61339 12.6333 9.99999 12.6333H10.6333V10.0333H9.99999C9.61339 10.0333 9.29999 9.71994 9.29999 9.33334Z", fill: "currentColor", }), }), - Lr = (e) => - kt("svg", { + dr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.17168 2.1717C4.44505 1.89833 4.88826 1.89833 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717ZM9.99999 1.96667H11.3333C11.7199 1.96667 12.0333 2.28008 12.0333 2.66667V5.96667H12.6667C13.0533 5.96667 13.3667 6.28008 13.3667 6.66667C13.3667 7.05327 13.0533 7.36667 12.6667 7.36667H9.99999C9.61339 7.36667 9.29999 7.05327 9.29999 6.66667C9.29999 6.28008 9.61339 5.96667 9.99999 5.96667H10.6333V3.36667H9.99999C9.61339 3.36667 9.29999 3.05327 9.29999 2.66667C9.29999 2.28008 9.61339 1.96667 9.99999 1.96667ZM11.3333 10.0333C10.9835 10.0333 10.7 10.3169 10.7 10.6667V12C10.7 12.3498 10.9835 12.6333 11.3333 12.6333C11.6831 12.6333 11.9667 12.3498 11.9667 12V10.6667C11.9667 10.3169 11.6831 10.0333 11.3333 10.0333ZM9.29999 10.6667C9.29999 9.5437 10.2103 8.63334 11.3333 8.63334C12.4563 8.63334 13.3667 9.5437 13.3667 10.6667V12C13.3667 13.123 12.4563 14.0333 11.3333 14.0333C10.2103 14.0333 9.29999 13.123 9.29999 12V10.6667Z", fill: "currentColor", }), }), - br = (e) => - kt("svg", { + ur = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66665 1.96667C4.85231 1.96667 5.03035 2.04042 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717C4.30296 2.04042 4.481 1.96667 4.66665 1.96667ZM11.6667 3.36667C11.4103 3.36667 11.1644 3.46852 10.9831 3.6498C10.8018 3.83109 10.7 4.07697 10.7 4.33334V4.63334H12.6333V4.33334C12.6333 4.07697 12.5315 3.83109 12.3502 3.6498C12.1689 3.46852 11.923 3.36667 11.6667 3.36667ZM14.0333 4.33334C14.0333 3.70566 13.784 3.10369 13.3401 2.65986C12.8963 2.21602 12.2943 1.96667 11.6667 1.96667C11.039 1.96667 10.437 2.21602 9.99317 2.65986C9.54933 3.10369 9.29999 3.70566 9.29999 4.33334V6.66667C9.29999 7.05327 9.61339 7.36667 9.99999 7.36667C10.3866 7.36667 10.7 7.05327 10.7 6.66667V6.03334H12.6333V6.66667C12.6333 7.05327 12.9467 7.36667 13.3333 7.36667C13.7199 7.36667 14.0333 7.05327 14.0333 6.66667V4.33334ZM9.29999 9.33334C9.29999 8.94674 9.61339 8.63334 9.99999 8.63334H13.3333C13.6049 8.63334 13.852 8.79046 13.9672 9.03643C14.0824 9.2824 14.045 9.57281 13.8711 9.78147L11.4945 12.6333H13.3333C13.7199 12.6333 14.0333 12.9467 14.0333 13.3333C14.0333 13.7199 13.7199 14.0333 13.3333 14.0333H9.99999C9.72838 14.0333 9.48128 13.8762 9.36607 13.6302C9.25087 13.3843 9.28835 13.0939 9.46223 12.8852L11.8388 10.0333H9.99999C9.61339 10.0333 9.29999 9.71994 9.29999 9.33334Z", fill: "currentColor", }), }), - Mr = (e) => - kt("svg", { + pr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.17168 2.1717C4.44505 1.89833 4.88826 1.89833 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717ZM11.3333 1.96667C11.7199 1.96667 12.0333 2.28008 12.0333 2.66667V11.6434L13.505 10.1717C13.7784 9.89833 14.2216 9.89833 14.495 10.1717C14.7683 10.4451 14.7683 10.8883 14.495 11.1616L11.8283 13.8283C11.5549 14.1017 11.1117 14.1017 10.8383 13.8283L8.17168 11.1616C7.89831 10.8883 7.89831 10.4451 8.17168 10.1717C8.44505 9.89833 8.88826 9.89833 9.16163 10.1717L10.6333 11.6434V2.66667C10.6333 2.28008 10.9467 1.96667 11.3333 1.96667Z", fill: "currentColor", }), }), - Hr = (e) => - kt("svg", { + mr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50505 0.838357C7.77842 0.56499 8.22164 0.56499 8.495 0.838357L13.1617 5.50502C13.435 5.77839 13.435 6.22161 13.1617 6.49497C12.8883 6.76834 12.4451 6.76834 12.1717 6.49497L8.70003 3.02328V10.6667C8.70003 11.0533 8.38663 11.3667 8.00003 11.3667C7.61343 11.3667 7.30003 11.0533 7.30003 10.6667V3.02328L3.82834 6.49497C3.55497 6.76834 3.11175 6.76834 2.83839 6.49497C2.56502 6.22161 2.56502 5.77839 2.83839 5.50502L7.50505 0.838357ZM8.00003 14.0333C8.01844 14.0333 8.03336 14.0184 8.03336 14C8.03336 13.9816 8.01844 13.9667 8.00003 13.9667C7.98162 13.9667 7.96669 13.9816 7.96669 14C7.96669 14.0184 7.98162 14.0333 8.00003 14.0333ZM6.63336 14C6.63336 13.2452 7.24524 12.6333 8.00003 12.6333C8.75482 12.6333 9.36669 13.2452 9.36669 14C9.36669 14.7548 8.75482 15.3667 8.00003 15.3667C7.24524 15.3667 6.63336 14.7548 6.63336 14Z", fill: "currentColor", }), }), - Er = (e) => - kt("svg", { + hr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 1.29999C8.18568 1.29999 8.36373 1.37374 8.495 1.50501L12.495 5.50501C12.7684 5.77838 12.7684 6.2216 12.495 6.49496C12.2216 6.76833 11.7784 6.76833 11.5051 6.49496L8.70003 3.68994V11.3333C8.70003 11.7199 8.38663 12.0333 8.00003 12.0333C7.61343 12.0333 7.30003 11.7199 7.30003 11.3333V3.68994L4.495 6.49496C4.22164 6.76833 3.77842 6.76833 3.50505 6.49496C3.23169 6.2216 3.23169 5.77838 3.50505 5.50501L7.50505 1.50501C7.63633 1.37374 7.81438 1.29999 8.00003 1.29999ZM2.63336 14C2.63336 13.6134 2.94676 13.3 3.33336 13.3H12.6667C13.0533 13.3 13.3667 13.6134 13.3667 14C13.3667 14.3866 13.0533 14.7 12.6667 14.7H3.33336C2.94676 14.7 2.63336 14.3866 2.63336 14Z", fill: "currentColor", }), }), - Rr = (e) => - kt("svg", { + fr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50499 2.83836C7.77836 2.56499 8.22157 2.56499 8.49494 2.83836L13.1616 7.50502C13.435 7.77839 13.435 8.22161 13.1616 8.49497C12.8882 8.76834 12.445 8.76834 12.1717 8.49497L8.69997 5.02328V12.6667C8.69997 13.0533 8.38657 13.3667 7.99997 13.3667C7.61337 13.3667 7.29997 13.0533 7.29997 12.6667V5.02328L3.82828 8.49497C3.55491 8.76834 3.11169 8.76834 2.83833 8.49497C2.56496 8.22161 2.56496 7.77839 2.83833 7.50502L7.50499 2.83836Z", fill: "currentColor", }), }), - yr = (e) => - kt("svg", { + gr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.96667 4.66667C3.96667 4.28008 4.28008 3.96667 4.66667 3.96667H11.3333C11.7199 3.96667 12.0333 4.28008 12.0333 4.66667C12.0333 5.05327 11.7199 5.36667 11.3333 5.36667H6.35662L11.8283 10.8384C12.1017 11.1117 12.1017 11.5549 11.8283 11.8283C11.5549 12.1017 11.1117 12.1017 10.8384 11.8283L5.36667 6.35662V11.3333C5.36667 11.7199 5.05327 12.0333 4.66667 12.0333C4.28008 12.0333 3.96667 11.7199 3.96667 11.3333V4.66667Z", fill: "currentColor", }), }), - Vr = (e) => - kt("svg", { + vr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.17168 2.1717C4.44505 1.89833 4.88826 1.89833 5.16163 2.1717L7.8283 4.83837C8.10166 5.11173 8.10166 5.55495 7.8283 5.82832C7.55493 6.10168 7.11171 6.10168 6.83835 5.82832L5.36665 4.35662V13.3333C5.36665 13.7199 5.05325 14.0333 4.66665 14.0333C4.28006 14.0333 3.96665 13.7199 3.96665 13.3333V4.35662L2.49496 5.82832C2.2216 6.10168 1.77838 6.10168 1.50501 5.82832C1.23165 5.55495 1.23165 5.11173 1.50501 4.83837L4.17168 2.1717ZM9.99999 8.70001H7.33332C6.94672 8.70001 6.63332 8.38661 6.63332 8.00001C6.63332 7.61341 6.94672 7.30001 7.33332 7.30001H9.99999C10.3866 7.30001 10.7 7.61341 10.7 8.00001C10.7 8.38661 10.3866 8.70001 9.99999 8.70001ZM6.63332 10.6667C6.63332 10.2801 6.94672 9.96667 7.33332 9.96667H12C12.3866 9.96667 12.7 10.2801 12.7 10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667H7.33332C6.94672 11.3667 6.63332 11.0533 6.63332 10.6667ZM14 14.0333H7.33332C6.94672 14.0333 6.63332 13.7199 6.63332 13.3333C6.63332 12.9467 6.94672 12.6333 7.33332 12.6333H14C14.3866 12.6333 14.7 12.9467 14.7 13.3333C14.7 13.7199 14.3866 14.0333 14 14.0333Z", fill: "currentColor", }), }), - Sr = (e) => - kt("svg", { + wr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66667 5.36667C4.28008 5.36667 3.96667 5.05327 3.96667 4.66667C3.96667 4.28008 4.28008 3.96667 4.66667 3.96667H11.3333C11.7199 3.96667 12.0333 4.28008 12.0333 4.66667V11.3333C12.0333 11.7199 11.7199 12.0333 11.3333 12.0333C10.9467 12.0333 10.6333 11.7199 10.6333 11.3333V6.35662L5.16165 11.8283C4.88828 12.1017 4.44507 12.1017 4.1717 11.8283C3.89833 11.5549 3.89833 11.1117 4.1717 10.8384L9.64339 5.36667H4.66667Z", fill: "currentColor", }), }), - Tr = (e) => - kt("svg", { + Lr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6333 1.99999C2.6333 1.61339 2.9467 1.29999 3.3333 1.29999H12.6666C13.0532 1.29999 13.3666 1.61339 13.3666 1.99999C13.3666 2.38659 13.0532 2.69999 12.6666 2.69999H3.3333C2.9467 2.69999 2.6333 2.38659 2.6333 1.99999ZM7.99997 3.96665C8.18562 3.96665 8.36367 4.0404 8.49494 4.17168L12.4949 8.17168C12.7683 8.44505 12.7683 8.88826 12.4949 9.16163C12.2216 9.435 11.7784 9.435 11.505 9.16163L8.69997 6.3566V14C8.69997 14.3866 8.38657 14.7 7.99997 14.7C7.61337 14.7 7.29997 14.3866 7.29997 14V6.3566L4.49494 9.16163C4.22158 9.435 3.77836 9.435 3.50499 9.16163C3.23163 8.88826 3.23163 8.44505 3.50499 8.17168L7.50499 4.17168C7.63627 4.0404 7.81432 3.96665 7.99997 3.96665Z", fill: "currentColor", }), }), - Nr = (e) => - kt("svg", { + br = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.17174 2.1717C4.44511 1.89833 4.88832 1.89833 5.16169 2.1717L7.82836 4.83837C8.10172 5.11173 8.10172 5.55495 7.82836 5.82832C7.55499 6.10168 7.11177 6.10168 6.83841 5.82832L5.36672 4.35662V13.3333C5.36672 13.7199 5.05331 14.0333 4.66672 14.0333C4.28012 14.0333 3.96672 13.7199 3.96672 13.3333V4.35662L2.49502 5.82832C2.22166 6.10168 1.77844 6.10168 1.50507 5.82832C1.23171 5.55495 1.23171 5.11173 1.50507 4.83837L4.17174 2.1717ZM14 8.70001H7.33338C6.94678 8.70001 6.63338 8.38661 6.63338 8.00001C6.63338 7.61341 6.94678 7.30001 7.33338 7.30001H14C14.3866 7.30001 14.7 7.61341 14.7 8.00001C14.7 8.38661 14.3866 8.70001 14 8.70001ZM6.63338 10.6667C6.63338 10.2801 6.94678 9.96667 7.33338 9.96667H12C12.3866 9.96667 12.7 10.2801 12.7 10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667H7.33338C6.94678 11.3667 6.63338 11.0533 6.63338 10.6667ZM10 14.0333H7.33338C6.94678 14.0333 6.63338 13.7199 6.63338 13.3333C6.63338 12.9467 6.94678 12.6333 7.33338 12.6333H10C10.3866 12.6333 10.7 12.9467 10.7 13.3333C10.7 13.7199 10.3866 14.0333 10 14.0333Z", fill: "currentColor", }), }), - xr = (e) => - kt("svg", { + Mr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 1.96667C4.85237 1.96667 5.03041 2.04042 5.16169 2.1717L7.82836 4.83837C8.10172 5.11173 8.10172 5.55495 7.82836 5.82832C7.55499 6.10168 7.11177 6.10168 6.83841 5.82832L5.36672 4.35662V13.3333C5.36672 13.7199 5.05331 14.0333 4.66672 14.0333C4.28012 14.0333 3.96672 13.7199 3.96672 13.3333V4.35662L2.49502 5.82832C2.22166 6.10168 1.77844 6.10168 1.50507 5.82832C1.23171 5.55495 1.23171 5.11173 1.50507 4.83837L4.17174 2.1717C4.30302 2.04042 4.48106 1.96667 4.66672 1.96667ZM11.8389 3.36667H10C9.61345 3.36667 9.30005 3.05327 9.30005 2.66667C9.30005 2.28008 9.61345 1.96667 10 1.96667H13.3334C13.605 1.96667 13.8521 2.1238 13.9673 2.36977C14.0825 2.61574 14.045 2.90615 13.8711 3.1148L11.4946 5.96667H13.3334C13.72 5.96667 14.0334 6.28008 14.0334 6.66667C14.0334 7.05327 13.72 7.36667 13.3334 7.36667H10C9.72844 7.36667 9.48134 7.20955 9.36614 6.96358C9.25093 6.71761 9.28841 6.4272 9.46229 6.21855L11.8389 3.36667ZM11.6667 10.0333C11.4103 10.0333 11.1645 10.1352 10.9832 10.3165C10.8019 10.4978 10.7 10.7436 10.7 11V11.3H12.6334V11C12.6334 10.7436 12.5315 10.4978 12.3503 10.3165C12.169 10.1352 11.9231 10.0333 11.6667 10.0333ZM14.0334 11C14.0334 10.3723 13.784 9.77036 13.3402 9.32652C12.8964 8.88269 12.2944 8.63334 11.6667 8.63334C11.039 8.63334 10.4371 8.88269 9.99323 9.32652C9.54939 9.77036 9.30005 10.3723 9.30005 11V13.3333C9.30005 13.7199 9.61345 14.0333 10 14.0333C10.3866 14.0333 10.7 13.7199 10.7 13.3333V12.7H12.6334V13.3333C12.6334 13.7199 12.9468 14.0333 13.3334 14.0333C13.72 14.0333 14.0334 13.7199 14.0334 13.3333V11Z", fill: "currentColor", }), }), - _r = (e) => - kt("svg", { + Hr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 3.29999C8.38665 3.29999 8.70005 3.61339 8.70005 3.99999V6.78753L11.114 5.39377C11.4488 5.20047 11.877 5.31518 12.0703 5.64998C12.2636 5.98478 12.1489 6.4129 11.8141 6.6062L9.40002 7.99999L11.8141 9.39377C12.1489 9.58708 12.2636 10.0152 12.0703 10.35C11.877 10.6848 11.4488 10.7995 11.114 10.6062L8.70005 9.21244V12C8.70005 12.3866 8.38665 12.7 8.00005 12.7C7.61346 12.7 7.30005 12.3866 7.30005 12V9.21244L4.88606 10.6062C4.55126 10.7995 4.12314 10.6848 3.92984 10.35C3.73654 10.0152 3.85124 9.58708 4.18605 9.39377L6.60009 7.99999L4.18605 6.6062C3.85124 6.4129 3.73654 5.98478 3.92984 5.64998C4.12314 5.31518 4.55126 5.20047 4.88606 5.39377L7.30005 6.78753V3.99999C7.30005 3.61339 7.61346 3.29999 8.00005 3.29999Z", fill: "currentColor", }), }), - Ar = (e) => - kt("svg", { + Er = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.27394 3.55773C9.84598 3.99667 10.413 4.49214 10.9605 5.03727L10.9627 5.03945C11.5078 5.587 12.0033 6.154 12.4422 6.72604C12.6481 6.34626 12.8187 5.977 12.9519 5.62476C13.2027 4.96202 13.3099 4.39086 13.2957 3.9402C13.2817 3.4947 13.1529 3.20867 12.9729 3.02953L12.9704 3.0271L12.9704 3.02709C12.7913 2.84706 12.5053 2.71823 12.0598 2.70424C11.6091 2.69009 11.038 2.79724 10.3752 3.04803C10.023 3.18132 9.65372 3.35184 9.27394 3.55773ZM7.99997 2.67797C8.64036 2.2843 9.27369 1.96798 9.87973 1.73864C10.6528 1.4461 11.4129 1.28325 12.1037 1.30493C12.7991 1.32676 13.4643 1.53929 13.9617 2.03844C14.4607 2.53582 14.6732 3.20091 14.695 3.89627C14.7167 4.58707 14.5539 5.34715 14.2613 6.12025C14.032 6.72629 13.7157 7.35962 13.322 8C13.7157 8.64039 14.032 9.27372 14.2613 9.87976C14.5539 10.6529 14.7167 11.4129 14.695 12.1037C14.6732 12.7991 14.4607 13.4643 13.9616 13.9616C13.4642 14.4607 12.7991 14.6732 12.1037 14.6951C11.4129 14.7168 10.6528 14.5539 9.87973 14.2614C9.27369 14.032 8.64036 13.7157 7.99997 13.322C7.35959 13.7157 6.72626 14.032 6.12022 14.2614C5.34712 14.5539 4.58704 14.7168 3.89624 14.6951C3.20084 14.6732 2.53572 14.4607 2.03833 13.9616C1.53923 13.4643 1.32673 12.7991 1.3049 12.1037C1.28322 11.4129 1.44607 10.6529 1.73861 9.87976C1.96795 9.27372 2.28427 8.64039 2.67794 8C2.28427 7.35962 1.96795 6.72629 1.73861 6.12025C1.44607 5.34715 1.28322 4.58707 1.3049 3.89627C1.32673 3.20087 1.53923 2.53575 2.03833 2.03836C2.53572 1.53926 3.20084 1.32676 3.89624 1.30493C4.58704 1.28325 5.34712 1.4461 6.12022 1.73864C6.72626 1.96798 7.35959 2.2843 7.99997 2.67797ZM3.5577 6.72604C3.35181 6.34626 3.18129 5.977 3.048 5.62476C2.79721 4.96202 2.69006 4.39086 2.70421 3.9402C2.7182 3.4947 2.84703 3.20867 3.02706 3.02953L3.02707 3.02953L3.0295 3.02709C3.20864 2.84706 3.49467 2.71823 3.94017 2.70424C4.39083 2.69009 4.96199 2.79724 5.62473 3.04803C5.97697 3.18132 6.34623 3.35184 6.72601 3.55773C6.15397 3.99666 5.58697 4.49214 5.03943 5.03727L5.03942 5.03727L5.03724 5.03946C4.49211 5.587 3.99663 6.154 3.5577 6.72604ZM3.5577 9.27397C3.35181 9.65375 3.18129 10.023 3.048 10.3752C2.79721 11.038 2.69006 11.6092 2.70421 12.0598C2.7182 12.5053 2.84703 12.7913 3.02706 12.9705L3.0295 12.9729C3.20864 13.1529 3.49467 13.2818 3.94017 13.2958C4.39083 13.3099 4.96199 13.2028 5.62473 12.952C5.97697 12.8187 6.34623 12.6482 6.72601 12.4423C6.15397 12.0033 5.58697 11.5079 5.03943 10.9627L5.03724 10.9606C4.49211 10.413 3.99663 9.84601 3.5577 9.27397ZM9.27394 12.4423C9.65372 12.6482 10.023 12.8187 10.3752 12.952C11.038 13.2028 11.6091 13.3099 12.0598 13.2958C12.5053 13.2818 12.7913 13.1529 12.9704 12.9729L12.9729 12.9705C13.1529 12.7913 13.2817 12.5053 13.2957 12.0598C13.3099 11.6092 13.2027 11.038 12.9519 10.3752C12.8187 10.023 12.6481 9.65375 12.4422 9.27397C12.0033 9.84601 11.5078 10.413 10.9627 10.9606L10.9605 10.9627C10.413 11.5079 9.84598 12.0033 9.27394 12.4423ZM11.6433 8.00001C11.1756 7.34232 10.6155 6.6751 9.97166 6.02831C9.32487 5.38449 8.65766 4.82441 7.99997 4.35671C7.34229 4.82441 6.67507 5.38449 6.02828 6.02831C5.38446 6.6751 4.82438 7.34232 4.35668 8C4.82438 8.65769 5.38446 9.3249 6.02828 9.97169C6.67507 10.6155 7.34229 11.1756 7.99998 11.6433C8.65766 11.1756 9.32487 10.6155 9.97166 9.97169C10.6155 9.3249 11.1756 8.65769 11.6433 8.00001ZM7.99997 8.03334C8.01838 8.03334 8.03331 8.01841 8.03331 8C8.03331 7.98159 8.01838 7.96667 7.99997 7.96667C7.98156 7.96667 7.96664 7.98159 7.96664 8C7.96664 8.01841 7.98156 8.03334 7.99997 8.03334ZM6.63331 8C6.63331 7.24521 7.24518 6.63334 7.99997 6.63334C8.75476 6.63334 9.36664 7.24521 9.36664 8C9.36664 8.75479 8.75476 9.36667 7.99997 9.36667C7.24518 9.36667 6.63331 8.75479 6.63331 8Z", fill: "currentColor", }), }), - Zr = (e) => - kt("svg", { + Rr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.87781 1.32768C6.38088 0.624355 8.0774 0.449132 9.69249 0.830403C11.3076 1.21168 12.7466 2.1271 13.7765 3.42837C14.8063 4.72964 15.3666 6.34052 15.3666 8V8.66667C15.3666 9.38276 15.0822 10.0695 14.5758 10.5759C14.0695 11.0822 13.3827 11.3667 12.6666 11.3667C11.9506 11.3667 11.2638 11.0822 10.7575 10.5759C10.6602 10.4786 10.5711 10.3747 10.4907 10.2652C9.87487 10.9419 8.98703 11.3667 7.99998 11.3667C6.14062 11.3667 4.63331 9.85936 4.63331 8C4.63331 6.14065 6.14062 4.63334 7.99998 4.63334C8.7354 4.63334 9.41575 4.86914 9.96954 5.26927C10.0019 4.9127 10.3016 4.63334 10.6666 4.63334C11.0532 4.63334 11.3666 4.94674 11.3666 5.33334V8.66667C11.3666 9.01145 11.5036 9.34211 11.7474 9.58591C11.9912 9.82971 12.3219 9.96667 12.6666 9.96667C13.0114 9.96667 13.3421 9.82971 13.5859 9.58591C13.8297 9.34211 13.9666 9.01145 13.9666 8.66667V8C13.9666 6.6559 13.5128 5.35116 12.6787 4.29719C11.8445 3.24322 10.679 2.50176 9.37083 2.19295C8.06268 1.88414 6.68858 2.02606 5.47116 2.59573C4.25374 3.16539 3.26433 4.12942 2.66323 5.33163C2.06212 6.53384 1.88455 7.90379 2.15927 9.21952C2.43399 10.5353 3.14491 11.7197 4.17685 12.5809C5.20879 13.4422 6.50129 13.9297 7.84495 13.9647C9.1886 13.9996 10.5047 13.5798 11.58 12.7733C11.8893 12.5414 12.328 12.6041 12.56 12.9133C12.7919 13.2226 12.7293 13.6614 12.42 13.8933C11.0924 14.889 9.4675 15.4073 7.80857 15.3642C6.14965 15.3211 4.55388 14.7191 3.2798 13.6558C2.00573 12.5925 1.128 11.1301 0.78882 9.50566C0.449641 7.88121 0.668885 6.18982 1.41103 4.70553C2.15317 3.22124 3.37474 2.03101 4.87781 1.32768ZM9.96664 8C9.96664 6.91384 9.08614 6.03334 7.99998 6.03334C6.91382 6.03334 6.03331 6.91384 6.03331 8C6.03331 9.08616 6.91382 9.96667 7.99998 9.96667C9.08614 9.96667 9.96664 9.08616 9.96664 8Z", fill: "currentColor", }), }), - Ir = (e) => - kt("svg", { + yr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 1.29999C7.05323 1.29999 7.36663 1.61339 7.36663 1.99999V14C7.36663 14.3866 7.05323 14.7 6.66663 14.7C6.28003 14.7 5.96663 14.3866 5.96663 14V1.99999C5.96663 1.61339 6.28003 1.29999 6.66663 1.29999ZM12 2.63332C12.3866 2.63332 12.7 2.94672 12.7 3.33332V12C12.7 12.3866 12.3866 12.7 12 12.7C11.6134 12.7 11.3 12.3866 11.3 12V3.33332C11.3 2.94672 11.6134 2.63332 12 2.63332ZM3.99997 3.29999C4.38657 3.29999 4.69997 3.61339 4.69997 3.99999V11.3333C4.69997 11.7199 4.38657 12.0333 3.99997 12.0333C3.61337 12.0333 3.29997 11.7199 3.29997 11.3333V3.99999C3.29997 3.61339 3.61337 3.29999 3.99997 3.29999ZM9.3333 4.63332C9.7199 4.63332 10.0333 4.94672 10.0333 5.33332V9.99999C10.0333 10.3866 9.7199 10.7 9.3333 10.7C8.9467 10.7 8.6333 10.3866 8.6333 9.99999V5.33332C8.6333 4.94672 8.9467 4.63332 9.3333 4.63332ZM1.3333 5.96665C1.7199 5.96665 2.0333 6.28006 2.0333 6.66665V8.66665C2.0333 9.05325 1.7199 9.36665 1.3333 9.36665C0.946701 9.36665 0.633301 9.05325 0.633301 8.66665V6.66665C0.633301 6.28006 0.946701 5.96665 1.3333 5.96665ZM14.6666 5.96665C15.0532 5.96665 15.3666 6.28006 15.3666 6.66665V8.66665C15.3666 9.05325 15.0532 9.36665 14.6666 9.36665C14.28 9.36665 13.9666 9.05325 13.9666 8.66665V6.66665C13.9666 6.28006 14.28 5.96665 14.6666 5.96665Z", fill: "currentColor", }), }), - kr = (e) => - kt("svg", { + Vr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.3333 2.03333C9.16533 2.03333 9.00424 2.10006 8.88547 2.21883C8.76669 2.3376 8.69997 2.49869 8.69997 2.66666V13.3333C8.69997 13.8726 8.48574 14.3898 8.10442 14.7711C7.72309 15.1524 7.20591 15.3667 6.66663 15.3667C6.12736 15.3667 5.61017 15.1524 5.22885 14.7711C4.84753 14.3898 4.6333 13.8726 4.6333 13.3333V4.66666C4.6333 4.49869 4.56657 4.3376 4.4478 4.21883C4.32903 4.10006 4.16794 4.03333 3.99997 4.03333C3.832 4.03333 3.67091 4.10006 3.55213 4.21883C3.43336 4.3376 3.36663 4.49869 3.36663 4.66666V7.33333C3.36663 7.8726 3.15241 8.38979 2.77108 8.77111C2.38976 9.15244 1.87257 9.36666 1.3333 9.36666C0.946701 9.36666 0.633301 9.05326 0.633301 8.66666C0.633301 8.28006 0.946701 7.96666 1.3333 7.96666C1.50127 7.96666 1.66236 7.89994 1.78114 7.78116C1.89991 7.66239 1.96663 7.5013 1.96663 7.33333V4.66666C1.96663 4.12739 2.18086 3.6102 2.56218 3.22888C2.94351 2.84756 3.46069 2.63333 3.99997 2.63333C4.53924 2.63333 5.05643 2.84756 5.43775 3.22888C5.81908 3.6102 6.0333 4.12739 6.0333 4.66666V13.3333C6.0333 13.5013 6.10003 13.6624 6.2188 13.7812C6.33757 13.8999 6.49866 13.9667 6.66663 13.9667C6.8346 13.9667 6.99569 13.8999 7.11447 13.7812C7.23324 13.6624 7.29997 13.5013 7.29997 13.3333V2.66666C7.29997 2.12739 7.51419 1.6102 7.89552 1.22888C8.27684 0.847557 8.79403 0.633331 9.3333 0.633331C9.87257 0.633331 10.3898 0.847557 10.7711 1.22888C11.1524 1.6102 11.3666 2.12739 11.3666 2.66666V11.3333C11.3666 11.5013 11.4334 11.6624 11.5521 11.7812C11.6709 11.8999 11.832 11.9667 12 11.9667C12.1679 11.9667 12.329 11.8999 12.4478 11.7812C12.5666 11.6624 12.6333 11.5013 12.6333 11.3333V8.66666C12.6333 8.12739 12.8475 7.6102 13.2288 7.22888C13.6102 6.84756 14.1274 6.63333 14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333C15.3666 7.71993 15.0532 8.03333 14.6666 8.03333C14.4987 8.03333 14.3376 8.10006 14.2188 8.21883C14.1 8.3376 14.0333 8.49869 14.0333 8.66666V11.3333C14.0333 11.8726 13.8191 12.3898 13.4377 12.7711C13.0564 13.1524 12.5392 13.3667 12 13.3667C11.4607 13.3667 10.9435 13.1524 10.5622 12.7711C10.1809 12.3898 9.96663 11.8726 9.96663 11.3333V2.66666C9.96663 2.49869 9.89991 2.3376 9.78113 2.21883C9.66236 2.10006 9.50127 2.03333 9.3333 2.03333Z", fill: "currentColor", }), }), - Or = (e) => - kt("svg", { + Tr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 2.03333C6.17751 2.03333 4.70005 3.51079 4.70005 5.33333C4.70005 6.43604 5.24091 7.41242 6.07181 8.01167C6.08262 8.01893 6.0932 8.02647 6.10355 8.03428C6.6401 8.41172 7.29419 8.63333 8.00005 8.63333C8.7059 8.63333 9.36 8.41172 9.89655 8.03428C9.9069 8.02646 9.91747 8.01893 9.92828 8.01168C10.7592 7.41243 11.3 6.43604 11.3 5.33333C11.3 3.51079 9.82259 2.03333 8.00005 2.03333ZM11.0768 8.88643C12.0711 8.02465 12.7 6.75244 12.7 5.33333C12.7 2.73759 10.5958 0.633331 8.00005 0.633331C5.40431 0.633331 3.30005 2.73759 3.30005 5.33333C3.30005 6.75244 3.92899 8.02465 4.92333 8.88643L3.9763 14.5512C3.93127 14.8205 4.04695 15.0915 4.27262 15.2452C4.49828 15.3989 4.79273 15.4074 5.02686 15.2669L8.00005 13.483L10.9732 15.2669C11.2074 15.4074 11.5018 15.3989 11.7275 15.2452C11.9531 15.0915 12.0688 14.8205 12.0238 14.5512L11.0768 8.88643ZM9.79008 9.68044C9.23835 9.90788 8.63385 10.0333 8.00005 10.0333C7.36625 10.0333 6.76174 9.90788 6.21002 9.68044L5.60725 13.286L7.6399 12.0664C7.86158 11.9334 8.13852 11.9334 8.3602 12.0664L10.3929 13.286L9.79008 9.68044Z", fill: "currentColor", }), }), - Br = (e) => - kt("svg", { + Sr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.17173 1.50501C8.4451 1.23165 8.88831 1.23165 9.16168 1.50501L12.9567 5.29999H14.6667C14.8667 5.29999 15.0572 5.38557 15.1901 5.53514C15.3229 5.6847 15.3854 5.88395 15.3618 6.0826C15.202 7.42734 14.5944 8.67923 13.6369 9.6368C12.6793 10.5944 11.4274 11.2019 10.0826 11.3618C9.884 11.3854 9.68475 11.3229 9.53519 11.19C9.38562 11.0572 9.30004 10.8667 9.30004 10.6667V9.02327L4.16168 14.1616C3.76519 14.5581 3.22743 14.7809 2.6667 14.7809C2.10598 14.7809 1.56822 14.5581 1.17173 14.1616C0.775237 13.7651 0.55249 13.2274 0.55249 12.6667C0.55249 12.1059 0.775237 11.5682 1.17173 11.1717L6.34342 5.99999L5.50506 5.16163C5.37379 5.03035 5.30004 4.85231 5.30004 4.66665C5.30004 4.481 5.37379 4.30295 5.50506 4.17168L8.17173 1.50501ZM7.33337 6.98994L2.16168 12.1616C2.02774 12.2956 1.95249 12.4772 1.95249 12.6667C1.95249 12.8561 2.02774 13.0377 2.16168 13.1717C2.29562 13.3056 2.47728 13.3809 2.6667 13.3809C2.85612 13.3809 3.03779 13.3056 3.17173 13.1717L8.34342 7.99999L7.33337 6.98994ZM6.98999 4.66665L8.6667 2.98994L12.1717 6.49496C12.303 6.62624 12.4811 6.69999 12.6667 6.69999H13.8092C13.5901 7.43124 13.1925 8.10125 12.6469 8.64685C12.1013 9.19245 11.4313 9.59009 10.7 9.80912V8.66665C10.7 8.481 10.6263 8.30295 10.495 8.17168L6.98999 4.66665Z", fill: "currentColor", }), }), - Dr = (e) => - kt("svg", { + Nr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 1.96667C3.05327 1.96667 3.36667 2.28008 3.36667 2.66667V11.6434L6.83837 8.1717C7.11173 7.89833 7.55495 7.89833 7.82832 8.1717C8.10168 8.44507 8.10168 8.88828 7.82832 9.16165L4.35662 12.6333H13.3333C13.7199 12.6333 14.0333 12.9467 14.0333 13.3333C14.0333 13.7199 13.7199 14.0333 13.3333 14.0333H2.66667C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333V2.66667C1.96667 2.28008 2.28008 1.96667 2.66667 1.96667Z", fill: "currentColor", }), }), - Pr = (e) => - Ot("svg", { + xr = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - Ot("g", { + Tt("g", { clipPath: "url(#clip0_134_83)", children: [ - kt("path", { + Vt("path", { d: "M5.33749 0.481201H10.0625L5.16249 15.0062C5.05624 15.3125 4.77499 15.5187 4.44999 15.5187H0.768738C0.356238 15.5187 0.0187378 15.1812 0.0187378 14.7687C0.0187378 14.6875 0.0312378 14.6062 0.0562378 14.5312L4.62499 0.993701C4.73124 0.687451 5.01874 0.481201 5.33749 0.481201Z", fill: "url(#paint0_linear_134_83)", }), - kt("path", { + Vt("path", { d: "M12.2062 10.225H4.71249C4.51874 10.225 4.36874 10.3812 4.36874 10.5687C4.36874 10.6625 4.40624 10.7562 4.48124 10.825L9.29374 15.3187C9.43124 15.45 9.61874 15.525 9.81249 15.525H14.0562L12.2062 10.225Z", fill: "#0078D4", }), - kt("path", { + Vt("path", { d: "M5.33748 0.481226C5.01248 0.474976 4.72498 0.687476 4.62498 0.999976L0.0624807 14.5187C-0.0750193 14.9062 0.124981 15.3375 0.518731 15.4812C0.599981 15.5125 0.687481 15.525 0.774981 15.525H4.54373C4.83123 15.475 5.06873 15.275 5.16248 15L6.06873 12.3125L9.31873 15.3437C9.45623 15.4562 9.62498 15.5187 9.79998 15.5187H14.025L12.1687 10.225H6.76873L10.075 0.474976L5.33748 0.481226Z", fill: "url(#paint1_linear_134_83)", }), - kt("path", { + Vt("path", { d: "M11.375 0.987476C11.2687 0.681226 10.9875 0.474976 10.6625 0.474976H5.39374C5.71874 0.474976 6.00624 0.681226 6.10624 0.987476L10.675 14.525C10.8062 14.9187 10.5937 15.3437 10.2 15.4812C10.125 15.5062 10.0437 15.5187 9.96249 15.5187H15.225C15.6375 15.5187 15.975 15.1812 15.975 14.7687C15.975 14.6875 15.9625 14.6062 15.9375 14.5312L11.375 0.987476Z", fill: "url(#paint2_linear_134_83)", }), ], }), - Ot("defs", { + Tt("defs", { children: [ - Ot("linearGradient", { + Tt("linearGradient", { id: "paint0_linear_134_83", x1: "7.06165", y1: "1.5934", @@ -3897,11 +3877,11 @@ const Bt = (e) => y2: "16.0871", gradientUnits: "userSpaceOnUse", children: [ - kt("stop", { stopColor: "#114A8B" }), - kt("stop", { offset: "1", stopColor: "#0669BC" }), + Vt("stop", { stopColor: "#114A8B" }), + Vt("stop", { offset: "1", stopColor: "#0669BC" }), ], }), - Ot("linearGradient", { + Tt("linearGradient", { id: "paint1_linear_134_83", x1: "8.59416", y1: "8.3476", @@ -3909,14 +3889,14 @@ const Bt = (e) => y2: "8.73131", gradientUnits: "userSpaceOnUse", children: [ - kt("stop", { stopOpacity: "0.3" }), - kt("stop", { offset: "0.071", stopOpacity: "0.2" }), - kt("stop", { offset: "0.321", stopOpacity: "0.1" }), - kt("stop", { offset: "0.623", stopOpacity: "0.05" }), - kt("stop", { offset: "1", stopOpacity: "0" }), + Vt("stop", { stopOpacity: "0.3" }), + Vt("stop", { offset: "0.071", stopOpacity: "0.2" }), + Vt("stop", { offset: "0.321", stopOpacity: "0.1" }), + Vt("stop", { offset: "0.623", stopOpacity: "0.05" }), + Vt("stop", { offset: "1", stopOpacity: "0" }), ], }), - Ot("linearGradient", { + Tt("linearGradient", { id: "paint2_linear_134_83", x1: "8.00537", y1: "1.15736", @@ -3924,13 +3904,13 @@ const Bt = (e) => y2: "15.5051", gradientUnits: "userSpaceOnUse", children: [ - kt("stop", { stopColor: "#3CCBF4" }), - kt("stop", { offset: "1", stopColor: "#2892DF" }), + Vt("stop", { stopColor: "#3CCBF4" }), + Vt("stop", { offset: "1", stopColor: "#2892DF" }), ], }), - kt("clipPath", { + Vt("clipPath", { id: "clip0_134_83", - children: kt("rect", { + children: Vt("rect", { width: "16", height: "16", fill: "white", @@ -3940,551 +3920,551 @@ const Bt = (e) => }), ], }), - Fr = (e) => - kt("svg", { + _r = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99855 1.29999L7.99997 1.29999C8.78907 1.29999 9.52149 1.51626 10.0756 1.91525C10.6333 2.31677 11.0333 2.92796 11.0333 3.66666C11.0333 4.83767 10.2536 6.03332 8.99997 6.03332C8.62661 6.03332 8.2402 5.94167 7.92415 5.74055C7.60373 5.53665 7.29997 5.17385 7.29997 4.66666C7.29997 4.28006 7.61337 3.96666 7.99997 3.96666C8.35362 3.96666 8.64602 4.22892 8.69329 4.56956C8.75014 4.59974 8.85636 4.63332 8.99997 4.63332C9.21296 4.63332 9.6333 4.36231 9.6333 3.66666C9.6333 3.47202 9.53329 3.24988 9.25762 3.0514C8.97856 2.85047 8.54456 2.70012 8.00066 2.69999C6.78112 2.70262 5.5998 3.12574 4.65592 3.898C3.71185 4.67042 3.06311 5.74484 2.81916 6.93999C2.77553 7.15372 2.63475 7.3349 2.43842 7.42999C2.33134 7.48185 2.24104 7.56282 2.17785 7.66363C2.11467 7.76444 2.08115 7.88101 2.08115 7.99999C2.08115 8.11896 2.11467 8.23553 2.17785 8.33634C2.24104 8.43716 2.33134 8.51813 2.43842 8.56999C2.63257 8.66402 2.77252 8.84231 2.81774 9.05324C3.07197 10.239 3.72512 11.3016 4.66822 12.064C5.61131 12.8263 6.7873 13.2421 7.99997 13.2421C9.21263 13.2421 10.3886 12.8263 11.3317 12.064C12.2748 11.3016 12.928 10.239 13.1822 9.05324C13.2274 8.84231 13.3674 8.66402 13.5615 8.56999C13.6686 8.51813 13.7589 8.43715 13.8221 8.33634C13.8853 8.23553 13.9188 8.11896 13.9188 7.99999C13.9188 7.88101 13.8853 7.76444 13.8221 7.66363C13.7589 7.56282 13.6686 7.48185 13.5615 7.42999C13.363 7.33384 13.2214 7.14974 13.1794 6.93319C13.0166 6.0933 12.6529 5.30531 12.1194 4.63652C11.8783 4.33431 11.9279 3.89387 12.2301 3.65278C12.5323 3.41169 12.9728 3.46124 13.2138 3.76346C13.8228 4.52682 14.2567 5.41304 14.4868 6.35947C14.6937 6.51098 14.871 6.70094 15.0083 6.92011C15.2112 7.24376 15.3188 7.61801 15.3188 7.99999C15.3188 8.38197 15.2112 8.75622 15.0083 9.07987C14.8694 9.30148 14.6897 9.49324 14.4798 9.64558C14.1175 11.0238 13.3242 12.2536 12.2118 13.1527C11.0196 14.1164 9.53296 14.6421 7.99997 14.6421C6.46697 14.6421 4.98034 14.1164 3.78813 13.1527C2.67572 12.2536 1.88241 11.0238 1.52013 9.64558C1.31024 9.49324 1.13052 9.30148 0.991609 9.07987C0.788747 8.75621 0.681152 8.38196 0.681152 7.99999C0.681152 7.61801 0.788747 7.24376 0.991609 6.92011C1.12975 6.69971 1.30826 6.50885 1.51666 6.35692C1.86798 4.96795 2.6563 3.72516 3.76938 2.81446C4.96283 1.83801 6.45656 1.3031 7.99855 1.29999ZM5.29997 7.99999C5.29997 7.61339 5.61337 7.29999 5.99997 7.29999H6.00663C6.39323 7.29999 6.70663 7.61339 6.70663 7.99999C6.70663 8.38659 6.39323 8.69999 6.00663 8.69999H5.99997C5.61337 8.69999 5.29997 8.38659 5.29997 7.99999ZM9.29997 7.99999C9.29997 7.61339 9.61337 7.29999 9.99997 7.29999H10.0066C10.3932 7.29999 10.7066 7.61339 10.7066 7.99999C10.7066 8.38659 10.3932 8.69999 10.0066 8.69999H9.99997C9.61337 8.69999 9.29997 8.38659 9.29997 7.99999ZM6.06639 10.3065C6.26529 9.975 6.69527 9.86751 7.02678 10.0664C7.238 10.1931 7.57701 10.3 7.99997 10.3C8.42292 10.3 8.76193 10.1931 8.97315 10.0664C9.30466 9.86751 9.73464 9.975 9.93354 10.3065C10.1324 10.638 10.025 11.068 9.69345 11.2669C9.238 11.5402 8.64368 11.7 7.99997 11.7C7.35625 11.7 6.76193 11.5402 6.30649 11.2669C5.97498 11.068 5.86748 10.638 6.06639 10.3065Z", fill: "currentColor", }), }), - Ur = (e) => - kt("svg", { + Ar = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33334 2.03333C7.16537 2.03333 7.00428 2.10006 6.88551 2.21883C6.76673 2.3376 6.70001 2.49869 6.70001 2.66666V3.3H9.30001V2.66666C9.30001 2.49869 9.23328 2.3376 9.11451 2.21883C8.99574 2.10006 8.83465 2.03333 8.66667 2.03333H7.33334ZM10.7 3.30016V2.66666C10.7 2.12739 10.4858 1.6102 10.1045 1.22888C9.72313 0.847557 9.20595 0.633331 8.66667 0.633331H7.33334C6.79407 0.633331 6.27688 0.847557 5.89556 1.22888C5.51423 1.6102 5.30001 2.12739 5.30001 2.66666V3.30016C4.41916 3.30887 3.57626 3.66256 2.95275 4.28607C2.32138 4.91744 1.96667 5.77377 1.96667 6.66666V13.3333C1.96667 13.8726 2.1809 14.3898 2.56222 14.7711C2.94355 15.1524 3.46073 15.3667 4.00001 15.3667H12C12.5393 15.3667 13.0565 15.1524 13.4378 14.7711C13.8191 14.3898 14.0333 13.8726 14.0333 13.3333V6.66666C14.0333 5.77377 13.6786 4.91744 13.0473 4.28607C12.4238 3.66256 11.5809 3.30887 10.7 3.30016ZM5.33334 4.7C4.81175 4.7 4.31152 4.9072 3.9427 5.27602C3.57388 5.64484 3.36667 6.14507 3.36667 6.66666V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7812C3.67095 13.8999 3.83204 13.9667 4.00001 13.9667H4.63334V10.6667C4.63334 10.1274 4.84757 9.6102 5.22889 9.22888C5.61021 8.84756 6.1274 8.63333 6.66667 8.63333H9.33334C9.87262 8.63333 10.3898 8.84756 10.7711 9.22888C11.1524 9.6102 11.3667 10.1274 11.3667 10.6667V13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.66666C12.6333 6.14507 12.4261 5.64484 12.0573 5.27602C11.6885 4.9072 11.1883 4.7 10.6667 4.7H5.33334ZM9.96667 13.9667V12.7H6.03334V13.9667H9.96667ZM6.03334 11.3H9.96667V10.6667C9.96667 10.4987 9.89995 10.3376 9.78118 10.2188C9.6624 10.1001 9.50131 10.0333 9.33334 10.0333H6.66667C6.4987 10.0333 6.33761 10.1001 6.21884 10.2188C6.10007 10.3376 6.03334 10.4987 6.03334 10.6667V11.3ZM4.63334 6.66666C4.63334 6.28006 4.94674 5.96666 5.33334 5.96666H10.6667C11.0533 5.96666 11.3667 6.28006 11.3667 6.66666C11.3667 7.05326 11.0533 7.36666 10.6667 7.36666H5.33334C4.94674 7.36666 4.63334 7.05326 4.63334 6.66666Z", fill: "currentColor", }), }), - zr = (e) => - kt("svg", { + Zr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00006 2.03654C7.66992 2.03654 7.34511 2.11964 7.05554 2.27819C6.76597 2.43674 6.52098 2.66563 6.34314 2.94377C6.18451 3.19185 5.88758 3.31414 5.60025 3.24972C5.27714 3.17728 4.94098 3.1876 4.62292 3.27971C4.30486 3.37183 4.01521 3.54276 3.78082 3.77665C3.54644 4.01055 3.3749 4.29984 3.28212 4.61771C3.18934 4.93557 3.17832 5.27171 3.25009 5.59497C3.31404 5.88308 3.19044 6.18036 2.94106 6.33818C2.66079 6.51555 2.42993 6.76093 2.26996 7.05148C2.10999 7.34204 2.0261 7.66833 2.0261 8.00001C2.0261 8.33169 2.10999 8.65799 2.26996 8.94854C2.42993 9.2391 2.66079 9.48447 2.94106 9.66185C3.19044 9.81967 3.31404 10.1169 3.25009 10.4051C3.17832 10.7283 3.18934 11.0645 3.28212 11.3823C3.3749 11.7002 3.54644 11.9895 3.78082 12.2234C4.01521 12.4573 4.30486 12.6282 4.62292 12.7203C4.94098 12.8124 5.27714 12.8227 5.60025 12.7503C5.88817 12.6858 6.18564 12.8087 6.34401 13.0576C6.52162 13.3368 6.76681 13.5667 7.05687 13.726C7.34693 13.8852 7.67248 13.9687 8.00339 13.9687C8.33429 13.9687 8.65985 13.8852 8.94991 13.726C9.23997 13.5667 9.48516 13.3368 9.66276 13.0576C9.82085 12.8091 10.1176 12.6862 10.4051 12.75C10.7284 12.8217 11.0645 12.8107 11.3824 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9849 12.6282 11.6952 12.7204 11.3771C12.8125 11.0591 12.8228 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81556 13.0563 9.65693C13.3344 9.47909 13.5633 9.23409 13.7219 8.94453C13.8804 8.65496 13.9635 8.33014 13.9635 8.00001C13.9635 7.66988 13.8804 7.34506 13.7219 7.0555C13.5633 6.76593 13.3344 6.52094 13.0563 6.3431C12.8081 6.18438 12.6858 5.88724 12.7504 5.5998C12.8232 5.2762 12.8129 4.93945 12.7206 4.62089C12.6282 4.30233 12.4568 4.01229 12.2223 3.77776C11.9878 3.54322 11.6977 3.37182 11.3792 3.27948C11.0606 3.18714 10.7239 3.17688 10.4003 3.24963C10.1128 3.31426 9.81568 3.19198 9.65697 2.94377C9.47913 2.66563 9.23414 2.43674 8.94457 2.27819C8.65501 2.11964 8.33019 2.03654 8.00006 2.03654ZM6.38317 1.05022C6.87887 0.7788 7.43492 0.636536 8.00006 0.636536C8.56519 0.636536 9.12124 0.7788 9.61694 1.05022C9.97489 1.24621 10.2931 1.50499 10.5569 1.81297C10.9636 1.77965 11.3744 1.82048 11.7689 1.93483C12.3143 2.0929 12.8108 2.38632 13.2123 2.78781C13.6137 3.18929 13.9072 3.6858 14.0652 4.23114C14.1796 4.62564 14.2204 5.03642 14.1871 5.4432C14.4951 5.70702 14.7539 6.02518 14.9499 6.38313C15.2213 6.87883 15.3635 7.43487 15.3635 8.00001C15.3635 8.56515 15.2213 9.1212 14.9499 9.61689C14.7538 9.97493 14.495 10.2932 14.1869 10.557C14.2199 10.963 14.1791 11.3729 14.0651 11.7666C13.9074 12.3111 13.6148 12.8069 13.2144 13.2082C12.814 13.6094 12.3188 13.903 11.7746 14.0619C11.3812 14.1767 10.9714 14.2184 10.5654 14.1862C10.3014 14.4958 9.98263 14.7561 9.6237 14.9532C9.12716 15.2258 8.56985 15.3687 8.00339 15.3687C7.43693 15.3687 6.87962 15.2258 6.38307 14.9532C6.02442 14.7562 5.70585 14.4963 5.442 14.1869C5.03639 14.2198 4.62684 14.179 4.23347 14.0651C3.68899 13.9074 3.19315 13.6148 2.79191 13.2144C2.39067 12.814 2.09703 12.3187 1.9382 11.7746C1.82346 11.3815 1.78177 10.9721 1.81378 10.5664C1.50288 10.3025 1.24151 9.98332 1.04355 9.62377C0.769702 9.12638 0.626099 8.56781 0.626099 8.00001C0.626099 7.43222 0.769702 6.87365 1.04355 6.37626C1.24151 6.0167 1.50288 5.69757 1.81378 5.4336C1.78177 5.02796 1.82346 4.61853 1.9382 4.22544C2.09703 3.6813 2.39067 3.18607 2.79191 2.78567C3.19315 2.38527 3.68899 2.09266 4.23347 1.93497C4.62718 1.82095 5.0371 1.78014 5.44306 1.81317C5.70691 1.50511 6.02514 1.24625 6.38317 1.05022ZM8.00006 4.63335C8.38665 4.63335 8.70006 4.94675 8.70006 5.33335V8.00001C8.70006 8.38661 8.38665 8.70001 8.00006 8.70001C7.61346 8.70001 7.30006 8.38661 7.30006 8.00001V5.33335C7.30006 4.94675 7.61346 4.63335 8.00006 4.63335ZM7.30006 10.6667C7.30006 10.2801 7.61346 9.96668 8.00006 9.96668H8.00672C8.39332 9.96668 8.70672 10.2801 8.70672 10.6667C8.70672 11.0533 8.39332 11.3667 8.00672 11.3667H8.00006C7.61346 11.3667 7.30006 11.0533 7.30006 10.6667Z", fill: "currentColor", }), }), - Gr = (e) => - kt("svg", { + Ir = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM7.99993 3.96668C8.38653 3.96668 8.69993 4.28008 8.69993 4.66668V4.71629C8.88545 4.75825 9.06801 4.81607 9.24557 4.88962C9.93027 5.17323 10.5023 5.67485 10.8728 6.31668C11.0661 6.65148 10.9514 7.0796 10.6166 7.2729C10.2818 7.4662 9.85368 7.35148 9.66038 7.01668C9.44392 6.64175 9.10979 6.34872 8.70981 6.18305C8.70652 6.18169 8.70323 6.18033 8.69993 6.17899V9.82104C8.70323 9.81969 8.70652 9.81834 8.70981 9.81698C9.10979 9.6513 9.44392 9.35827 9.66038 8.98335C9.85368 8.64854 10.2818 8.53383 10.6166 8.72713C10.9514 8.92043 11.0661 9.34854 10.8728 9.68335C10.5023 10.3252 9.93027 10.8268 9.24557 11.1104C9.06801 11.184 8.88545 11.2418 8.69993 11.2837V11.3333C8.69993 11.7199 8.38653 12.0333 7.99993 12.0333C7.61333 12.0333 7.29993 11.7199 7.29993 11.3333V11.3019C7.22822 11.2876 7.15682 11.271 7.08584 11.252C6.36998 11.0601 5.73741 10.6375 5.28624 10.0495C4.83508 9.46154 4.59053 8.74113 4.59053 8.00001C4.59053 7.25889 4.83508 6.53848 5.28624 5.95052C5.73741 5.36255 6.36998 4.93988 7.08584 4.74806C7.15682 4.72904 7.22822 4.7124 7.29993 4.69812V4.66668C7.29993 4.28008 7.61333 3.96668 7.99993 3.96668ZM7.29993 6.14642C6.9429 6.27302 6.62888 6.50051 6.39694 6.80278C6.13339 7.14625 5.99053 7.56708 5.99053 8.00001C5.99053 8.43294 6.13339 8.85378 6.39694 9.19724C6.62888 9.49952 6.9429 9.72701 7.29993 9.8536V6.14642Z", fill: "currentColor", }), }), - $r = (e) => - kt("svg", { + kr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM10.4949 6.1717C10.7683 6.44507 10.7683 6.88829 10.4949 7.16165L7.82824 9.82832C7.55487 10.1017 7.11166 10.1017 6.83829 9.82832L5.50496 8.49499C5.23159 8.22162 5.23159 7.7784 5.50496 7.50504C5.77833 7.23167 6.22154 7.23167 6.49491 7.50504L7.33327 8.3434L9.50496 6.1717C9.77833 5.89834 10.2215 5.89834 10.4949 6.1717Z", fill: "currentColor", }), }), - Wr = (e) => - kt("svg", { + Or = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM7.99993 3.30001C8.38653 3.30001 8.69993 3.61341 8.69993 4.00001V4.63335H10.6666C11.0532 4.63335 11.3666 4.94675 11.3666 5.33335C11.3666 5.71994 11.0532 6.03335 10.6666 6.03335H8.69993V7.30001H9.33327C9.87254 7.30001 10.3897 7.51424 10.7711 7.89556C11.1524 8.27689 11.3666 8.79407 11.3666 9.33335C11.3666 9.87262 11.1524 10.3898 10.7711 10.7711C10.3897 11.1525 9.87254 11.3667 9.33327 11.3667H8.69993V12C8.69993 12.3866 8.38653 12.7 7.99993 12.7C7.61333 12.7 7.29993 12.3866 7.29993 12V11.3667H5.33327C4.94667 11.3667 4.63327 11.0533 4.63327 10.6667C4.63327 10.2801 4.94667 9.96668 5.33327 9.96668H7.29993V8.70001H6.6666C6.12733 8.70001 5.61014 8.48579 5.22882 8.10446C4.84749 7.72314 4.63327 7.20595 4.63327 6.66668C4.63327 6.1274 4.84749 5.61022 5.22882 5.2289C5.61014 4.84757 6.12733 4.63335 6.6666 4.63335H7.29993V4.00001C7.29993 3.61341 7.61333 3.30001 7.99993 3.30001ZM7.29993 6.03335H6.6666C6.49863 6.03335 6.33754 6.10007 6.21877 6.21884C6.09999 6.33762 6.03327 6.49871 6.03327 6.66668C6.03327 6.83465 6.09999 6.99574 6.21877 7.11451C6.33754 7.23329 6.49863 7.30001 6.6666 7.30001H7.29993V6.03335ZM8.69993 8.70001V9.96668H9.33327C9.50124 9.96668 9.66233 9.89995 9.7811 9.78118C9.89987 9.66241 9.9666 9.50132 9.9666 9.33335C9.9666 9.16537 9.89987 9.00428 9.7811 8.88551C9.66233 8.76674 9.50124 8.70001 9.33327 8.70001H8.69993Z", fill: "currentColor", }), }), - jr = (e) => - kt("svg", { + Br = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM6.80703 4.84186C7.4526 4.60343 8.15574 4.56857 8.82172 4.74197C9.48771 4.91537 10.0846 5.2887 10.5319 5.81168C10.7832 6.10547 10.7487 6.54734 10.4549 6.79863C10.1611 7.04992 9.71927 7.01547 9.46798 6.72168C9.20667 6.41618 8.85802 6.19809 8.46897 6.0968C8.07993 5.9955 7.66919 6.01587 7.29208 6.15515C6.91496 6.29443 6.58959 6.54594 6.35978 6.87579C6.26749 7.00826 6.1924 7.15081 6.13557 7.30001H7.99993C8.38653 7.30001 8.69993 7.61341 8.69993 8.00001C8.69993 8.38661 8.38653 8.70001 7.99993 8.70001H6.13557C6.1924 8.84922 6.26749 8.99177 6.35978 9.12424C6.58959 9.45409 6.91496 9.70559 7.29208 9.84487C7.66919 9.98415 8.07993 10.0045 8.46897 9.90323C8.85802 9.80193 9.20667 9.58385 9.46798 9.27835C9.71927 8.98456 10.1611 8.9501 10.4549 9.20139C10.7487 9.45268 10.7832 9.89456 10.5319 10.1883C10.0846 10.7113 9.48771 11.0847 8.82172 11.2581C8.15574 11.4315 7.4526 11.3966 6.80703 11.1582C6.16147 10.9197 5.60447 10.4892 5.21107 9.92453C4.95288 9.55392 4.77329 9.13722 4.68035 8.70001H4.6666C4.28 8.70001 3.9666 8.38661 3.9666 8.00001C3.9666 7.61341 4.28 7.30001 4.6666 7.30001H4.68035C4.77329 6.8628 4.95288 6.4461 5.21107 6.07549C5.60447 5.51083 6.16147 5.08029 6.80703 4.84186Z", fill: "currentColor", }), }), - qr = (e) => - kt("svg", { + Dr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM8.16638 5.38241C7.86379 5.33051 7.5526 5.38737 7.28791 5.54293C7.02323 5.69848 6.82215 5.94269 6.72027 6.2323C6.59198 6.597 6.19234 6.78864 5.82764 6.66035C5.46295 6.53206 5.27131 6.13241 5.3996 5.76772C5.61119 5.16622 6.02884 4.65902 6.57856 4.33594C7.12828 4.01287 7.77461 3.89477 8.40306 4.00256C9.03151 4.11036 9.60153 4.43709 10.0122 4.9249C10.4227 5.41253 10.6474 6.02965 10.6466 6.66704C10.6464 7.70511 9.87711 8.38764 9.33489 8.74911C9.04245 8.94408 8.75499 9.08731 8.5434 9.18135C8.43661 9.22881 8.34664 9.26484 8.28173 9.28957C8.24922 9.30196 8.22283 9.31157 8.20357 9.31842L8.18009 9.32664L8.17256 9.32921L8.16989 9.33011L8.16883 9.33047L8.16837 9.33062C8.16816 9.33069 8.16796 9.33076 7.9466 8.66668M10.6466 6.66704C10.6466 6.66727 10.6466 6.6675 10.6466 6.66772L9.9466 6.66668H10.6466C10.6466 6.6668 10.6466 6.66692 10.6466 6.66704ZM7.29993 11.3333C7.29993 10.9467 7.61333 10.6333 7.99993 10.6333H8.0066C8.3932 10.6333 8.7066 10.9467 8.7066 11.3333C8.7066 11.7199 8.3932 12.0333 8.0066 12.0333H7.99993C7.61333 12.0333 7.29993 11.7199 7.29993 11.3333Z", fill: "currentColor", }), }), - Yr = (e) => - kt("svg", { + Pr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502Z", fill: "currentColor", }), }), - Kr = (e) => - kt("svg", { + Fr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99993 2.03654C7.6698 2.03654 7.34498 2.11964 7.05542 2.27819C6.76585 2.43674 6.52086 2.66563 6.34302 2.94377C6.18439 3.19185 5.88746 3.31414 5.60013 3.24972C5.27702 3.17728 4.94086 3.1876 4.6228 3.27971C4.30474 3.37183 4.01509 3.54276 3.7807 3.77665C3.54631 4.01055 3.37478 4.29984 3.282 4.61771C3.18922 4.93557 3.1782 5.27171 3.24996 5.59497C3.31392 5.88308 3.19032 6.18036 2.94094 6.33818C2.66067 6.51555 2.42981 6.76093 2.26984 7.05148C2.10986 7.34204 2.02598 7.66833 2.02598 8.00001C2.02598 8.33169 2.10986 8.65799 2.26984 8.94854C2.42981 9.2391 2.66067 9.48447 2.94094 9.66185C3.19032 9.81967 3.31392 10.1169 3.24996 10.4051C3.1782 10.7283 3.18922 11.0645 3.282 11.3823C3.37478 11.7002 3.54631 11.9895 3.7807 12.2234C4.01509 12.4573 4.30474 12.6282 4.6228 12.7203C4.94086 12.8124 5.27702 12.8227 5.60013 12.7503C5.88804 12.6858 6.18552 12.8087 6.34389 13.0576C6.5215 13.3368 6.76669 13.5667 7.05675 13.726C7.34681 13.8852 7.67236 13.9687 8.00327 13.9687C8.33417 13.9687 8.65973 13.8852 8.94979 13.726C9.23985 13.5667 9.48503 13.3368 9.66264 13.0576C9.82072 12.8091 10.1174 12.6862 10.405 12.75C10.7282 12.8217 11.0644 12.8107 11.3822 12.7179C11.7001 12.6252 11.9894 12.4536 12.2233 12.2192C12.4572 11.9849 12.6281 11.6952 12.7202 11.3771C12.8123 11.0591 12.8227 10.7229 12.7502 10.3998C12.6858 10.1125 12.8081 9.81556 13.0562 9.65693C13.3343 9.47909 13.5632 9.23409 13.7218 8.94453C13.8803 8.65496 13.9634 8.33014 13.9634 8.00001C13.9634 7.66988 13.8803 7.34506 13.7218 7.0555C13.5632 6.76593 13.3343 6.52094 13.0562 6.3431C12.808 6.18438 12.6857 5.88724 12.7503 5.5998C12.8231 5.2762 12.8128 4.93945 12.7205 4.62089C12.6281 4.30233 12.4567 4.01229 12.2222 3.77776C11.9877 3.54322 11.6976 3.37182 11.3791 3.27948C11.0605 3.18714 10.7237 3.17688 10.4001 3.24963C10.1127 3.31426 9.81556 3.19198 9.65685 2.94377C9.47901 2.66563 9.23402 2.43674 8.94445 2.27819C8.65488 2.11964 8.33006 2.03654 7.99993 2.03654ZM6.38305 1.05022C6.87875 0.7788 7.43479 0.636536 7.99993 0.636536C8.56507 0.636536 9.12112 0.7788 9.61682 1.05022C9.97477 1.24621 10.2929 1.50499 10.5567 1.81297C10.9635 1.77965 11.3743 1.82048 11.7688 1.93483C12.3141 2.0929 12.8107 2.38632 13.2121 2.78781C13.6136 3.18929 13.907 3.6858 14.0651 4.23114C14.1795 4.62564 14.2203 5.03642 14.187 5.4432C14.495 5.70702 14.7537 6.02518 14.9497 6.38313C15.2211 6.87883 15.3634 7.43487 15.3634 8.00001C15.3634 8.56515 15.2211 9.1212 14.9497 9.61689C14.7537 9.97493 14.4948 10.2932 14.1868 10.557C14.2198 10.963 14.179 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2082C12.8139 13.6094 12.3186 13.903 11.7745 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3013 14.4958 9.98251 14.7561 9.62358 14.9532C9.12704 15.2258 8.56973 15.3687 8.00327 15.3687C7.4368 15.3687 6.8795 15.2258 6.38295 14.9532C6.0243 14.7562 5.70573 14.4963 5.44188 14.1869C5.03627 14.2198 4.62671 14.179 4.23334 14.0651C3.68887 13.9074 3.19303 13.6148 2.79179 13.2144C2.39055 12.814 2.0969 12.3187 1.93808 11.7746C1.82334 11.3815 1.78165 10.9721 1.81365 10.5664C1.50276 10.3025 1.24139 9.98332 1.04343 9.62377C0.76958 9.12638 0.625977 8.56781 0.625977 8.00001C0.625977 7.43222 0.76958 6.87365 1.04343 6.37626C1.24139 6.0167 1.50276 5.69757 1.81365 5.4336C1.78165 5.02796 1.82334 4.61853 1.93808 4.22544C2.0969 3.6813 2.39055 3.18607 2.79179 2.78567C3.19303 2.38527 3.68887 2.09266 4.23334 1.93497C4.62706 1.82095 5.03698 1.78014 5.44294 1.81317C5.70679 1.50511 6.02502 1.24625 6.38305 1.05022ZM4.63327 5.33335C4.63327 4.94675 4.94667 4.63335 5.33327 4.63335H10.6666C11.0532 4.63335 11.3666 4.94675 11.3666 5.33335C11.3666 5.71994 11.0532 6.03335 10.6666 6.03335H8.73247C9.00539 6.41255 9.19612 6.84412 9.29304 7.30001H10.6666C11.0532 7.30001 11.3666 7.61341 11.3666 8.00001C11.3666 8.38661 11.0532 8.70001 10.6666 8.70001H9.29304C9.15873 9.3318 8.84425 9.91688 8.38053 10.3806C8.32875 10.4324 8.27546 10.4823 8.22076 10.5303L8.80388 10.6469C9.18297 10.7228 9.42882 11.0915 9.35301 11.4706C9.27719 11.8497 8.90841 12.0956 8.52932 12.0198L5.19599 11.3531C4.84309 11.2825 4.60121 10.9558 4.63667 10.5977C4.67214 10.2396 4.97338 9.96668 5.33327 9.96668H5.99993C6.52153 9.96668 7.02176 9.75948 7.39058 9.39066C7.58859 9.19264 7.74002 8.95675 7.83781 8.70001H5.33327C4.94667 8.70001 4.63327 8.38661 4.63327 8.00001C4.63327 7.61341 4.94667 7.30001 5.33327 7.30001H7.83781C7.74002 7.04327 7.58859 6.80738 7.39058 6.60937C7.02176 6.24055 6.52153 6.03335 5.99993 6.03335H5.33327C4.94667 6.03335 4.63327 5.71994 4.63327 5.33335Z", fill: "currentColor", }), }), - Xr = (e) => - kt("svg", { + Ur = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03652C7.66987 2.03652 7.34505 2.11963 7.05549 2.27817C6.76592 2.43672 6.52093 2.66562 6.34309 2.94375C6.18446 3.19184 5.88753 3.31413 5.6002 3.24971C5.27709 3.17727 4.94092 3.18758 4.62287 3.2797C4.30481 3.37181 4.01516 3.54274 3.78077 3.77664C3.54638 4.01053 3.37485 4.29983 3.28207 4.61769C3.18929 4.93556 3.17827 5.2717 3.25003 5.59496C3.31399 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42988 6.76091 2.2699 7.05147C2.10993 7.34202 2.02605 7.66831 2.02605 8C2.02605 8.33168 2.10993 8.65797 2.2699 8.94853C2.42988 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31399 10.1169 3.25003 10.405C3.17827 10.7283 3.18929 11.0644 3.28207 11.3823C3.37485 11.7002 3.54638 11.9895 3.78077 12.2234C4.01516 12.4573 4.30481 12.6282 4.62287 12.7203C4.94092 12.8124 5.27709 12.8227 5.6002 12.7503C5.88811 12.6857 6.18559 12.8087 6.34396 13.0576C6.52157 13.3368 6.76676 13.5667 7.05681 13.7259C7.34687 13.8852 7.67243 13.9687 8.00333 13.9687C8.33424 13.9687 8.6598 13.8852 8.94985 13.7259C9.23991 13.5667 9.4851 13.3368 9.66271 13.0576C9.82079 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6858 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2223 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81563 3.19197 9.65692 2.94375C9.47908 2.66562 9.23408 2.43672 8.94452 2.27817C8.65495 2.11963 8.33013 2.03652 8 2.03652ZM6.38312 1.0502C6.87882 0.778785 7.43486 0.63652 8 0.63652C8.56514 0.63652 9.12119 0.778785 9.61689 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9074 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98258 14.7561 9.62365 14.9531C9.12711 15.2258 8.5698 15.3687 8.00333 15.3687C7.43687 15.3687 6.87956 15.2258 6.38302 14.9531C6.02437 14.7562 5.7058 14.4962 5.44195 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68894 13.9074 3.1931 13.6147 2.79186 13.2143C2.39062 12.8139 2.09697 12.3187 1.93815 11.7746C1.82341 11.3815 1.78171 10.9721 1.81372 10.5664C1.50283 10.3024 1.24146 9.9833 1.0435 9.62375C0.769649 9.12636 0.626045 8.56779 0.626045 8C0.626045 7.4322 0.769649 6.87363 1.0435 6.37624C1.24146 6.01669 1.50283 5.69755 1.81372 5.43359C1.78171 5.02794 1.82341 4.61852 1.93815 4.22542C2.09697 3.68128 2.39062 3.18605 2.79186 2.78565C3.1931 2.38525 3.68894 2.09264 4.23341 1.93496C4.62713 1.82093 5.03705 1.78013 5.44301 1.81316C5.70686 1.50509 6.02509 1.24624 6.38312 1.0502ZM7.3 5.33333C7.3 4.94673 7.6134 4.63333 8 4.63333H8.00667C8.39327 4.63333 8.70667 4.94673 8.70667 5.33333C8.70667 5.71993 8.39327 6.03333 8.00667 6.03333H8C7.6134 6.03333 7.3 5.71993 7.3 5.33333ZM8 7.3C8.3866 7.3 8.7 7.6134 8.7 8V10.6667C8.7 11.0533 8.3866 11.3667 8 11.3667C7.6134 11.3667 7.3 11.0533 7.3 10.6667V8C7.3 7.6134 7.6134 7.3 8 7.3Z", fill: "currentColor", }), }), - Qr = (e) => - kt("svg", { + zr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03652C7.66987 2.03652 7.34505 2.11963 7.05548 2.27817C6.76592 2.43672 6.52092 2.66562 6.34308 2.94375C6.18446 3.19184 5.88753 3.31413 5.6002 3.24971C5.27709 3.17727 4.94092 3.18758 4.62287 3.2797C4.30481 3.37181 4.01516 3.54274 3.78077 3.77664C3.54638 4.01053 3.37485 4.29983 3.28207 4.61769C3.18929 4.93556 3.17827 5.2717 3.25003 5.59496C3.31399 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10993 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10993 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31399 10.1169 3.25003 10.405C3.17827 10.7283 3.18929 11.0644 3.28207 11.3823C3.37485 11.7002 3.54638 11.9895 3.78077 12.2234C4.01516 12.4573 4.30481 12.6282 4.62287 12.7203C4.94092 12.8124 5.27709 12.8227 5.6002 12.7503C5.88811 12.6857 6.18559 12.8087 6.34396 13.0576C6.52157 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67243 13.9687 8.00333 13.9687C8.33424 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.4851 13.3368 9.66271 13.0576C9.82079 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6858 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2223 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81563 3.19197 9.65692 2.94375C9.47908 2.66562 9.23408 2.43672 8.94452 2.27817C8.65495 2.11963 8.33013 2.03652 8 2.03652ZM6.38312 1.0502C6.87881 0.778785 7.43486 0.63652 8 0.63652C8.56514 0.63652 9.12119 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9074 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98258 14.7561 9.62365 14.9531C9.1271 15.2258 8.5698 15.3687 8.00333 15.3687C7.43687 15.3687 6.87956 15.2258 6.38302 14.9531C6.02437 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68894 13.9074 3.1931 13.6147 2.79186 13.2143C2.39062 12.8139 2.09697 12.3187 1.93814 11.7746C1.82341 11.3815 1.78171 10.9721 1.81372 10.5664C1.50283 10.3024 1.24146 9.9833 1.0435 9.62375C0.769647 9.12636 0.626043 8.56779 0.626043 8C0.626043 7.4322 0.769647 6.87363 1.0435 6.37624C1.24146 6.01669 1.50283 5.69755 1.81372 5.43359C1.78171 5.02794 1.82341 4.61852 1.93814 4.22542C2.09697 3.68128 2.39062 3.18605 2.79186 2.78565C3.1931 2.38525 3.68894 2.09264 4.23341 1.93496C4.62712 1.82093 5.03705 1.78013 5.443 1.81316C5.70686 1.50509 6.02509 1.24624 6.38312 1.0502ZM5.50502 4.83836C5.77839 4.56499 6.22161 4.56499 6.49497 4.83836L8 6.34338L9.50502 4.83836C9.77839 4.56499 10.2216 4.56499 10.495 4.83836C10.7683 5.11172 10.7683 5.55494 10.495 5.8283L9.02328 7.3H10C10.3866 7.3 10.7 7.6134 10.7 8C10.7 8.3866 10.3866 8.7 10 8.7H8.7V9.96666H10C10.3866 9.96666 10.7 10.2801 10.7 10.6667C10.7 11.0533 10.3866 11.3667 10 11.3667H8.7V12C8.7 12.3866 8.3866 12.7 8 12.7C7.6134 12.7 7.3 12.3866 7.3 12V11.3667H6C5.6134 11.3667 5.3 11.0533 5.3 10.6667C5.3 10.2801 5.6134 9.96666 6 9.96666H7.3V8.7H6C5.6134 8.7 5.3 8.3866 5.3 8C5.3 7.6134 5.6134 7.3 6 7.3H6.97672L5.50502 5.8283C5.23166 5.55494 5.23166 5.11172 5.50502 4.83836Z", fill: "currentColor", }), }), - Jr = (e) => - kt("svg", { + Gr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03652C7.66987 2.03652 7.34505 2.11963 7.05549 2.27817C6.76592 2.43672 6.52093 2.66562 6.34309 2.94375C6.18446 3.19184 5.88753 3.31413 5.6002 3.24971C5.27709 3.17727 4.94092 3.18758 4.62287 3.2797C4.30481 3.37181 4.01516 3.54274 3.78077 3.77664C3.54638 4.01053 3.37485 4.29983 3.28207 4.61769C3.18929 4.93556 3.17827 5.2717 3.25003 5.59496C3.31399 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42988 6.76091 2.2699 7.05147C2.10993 7.34202 2.02605 7.66831 2.02605 8C2.02605 8.33168 2.10993 8.65797 2.2699 8.94853C2.42988 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31399 10.1169 3.25003 10.405C3.17827 10.7283 3.18929 11.0644 3.28207 11.3823C3.37485 11.7002 3.54638 11.9895 3.78077 12.2234C4.01516 12.4573 4.30481 12.6282 4.62287 12.7203C4.94092 12.8124 5.27709 12.8227 5.6002 12.7503C5.88811 12.6857 6.18559 12.8087 6.34396 13.0576C6.52157 13.3368 6.76676 13.5667 7.05681 13.7259C7.34687 13.8852 7.67243 13.9687 8.00333 13.9687C8.33424 13.9687 8.6598 13.8852 8.94985 13.7259C9.23991 13.5667 9.4851 13.3368 9.66271 13.0576C9.82079 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6858 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2223 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81563 3.19197 9.65692 2.94375C9.47908 2.66562 9.23408 2.43672 8.94452 2.27817C8.65495 2.11963 8.33013 2.03652 8 2.03652ZM6.38312 1.0502C6.87882 0.778785 7.43486 0.63652 8 0.63652C8.56514 0.63652 9.12119 0.778785 9.61689 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9074 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98258 14.7561 9.62365 14.9531C9.12711 15.2258 8.5698 15.3687 8.00333 15.3687C7.43687 15.3687 6.87956 15.2258 6.38302 14.9531C6.02437 14.7562 5.7058 14.4962 5.44195 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68894 13.9074 3.1931 13.6147 2.79186 13.2143C2.39062 12.8139 2.09697 12.3187 1.93815 11.7746C1.82341 11.3815 1.78171 10.9721 1.81372 10.5664C1.50283 10.3024 1.24146 9.9833 1.0435 9.62375C0.769649 9.12636 0.626045 8.56779 0.626045 8C0.626045 7.4322 0.769649 6.87363 1.0435 6.37624C1.24146 6.01669 1.50283 5.69755 1.81372 5.43359C1.78171 5.02794 1.82341 4.61852 1.93815 4.22542C2.09697 3.68128 2.39062 3.18605 2.79186 2.78565C3.1931 2.38525 3.68894 2.09264 4.23341 1.93496C4.62713 1.82093 5.03705 1.78013 5.44301 1.81316C5.70686 1.50509 6.02509 1.24624 6.38312 1.0502ZM4.63334 8C4.63334 7.6134 4.94674 7.3 5.33333 7.3H10.6667C11.0533 7.3 11.3667 7.6134 11.3667 8C11.3667 8.3866 11.0533 8.7 10.6667 8.7H5.33333C4.94674 8.7 4.63334 8.3866 4.63334 8Z", fill: "currentColor", }), }), - eo = (e) => - kt("svg", { + $r = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM5.99999 6.7C5.61339 6.7 5.29999 6.3866 5.29999 6C5.29999 5.6134 5.61339 5.3 5.99999 5.3H6.00666C6.39326 5.3 6.70666 5.6134 6.70666 6C6.70666 6.3866 6.39326 6.7 6.00666 6.7H5.99999ZM9.50502 5.50502C9.77839 5.23166 10.2216 5.23166 10.495 5.50502C10.7683 5.77839 10.7683 6.2216 10.495 6.49497L6.49497 10.495C6.2216 10.7683 5.77839 10.7683 5.50502 10.495C5.23165 10.2216 5.23165 9.77839 5.50502 9.50502L9.50502 5.50502ZM10.0067 10.7H9.99999C9.61339 10.7 9.29999 10.3866 9.29999 10C9.29999 9.6134 9.61339 9.3 9.99999 9.3H10.0067C10.3933 9.3 10.7067 9.6134 10.7067 10C10.7067 10.3866 10.3933 10.7 10.0067 10.7Z", fill: "currentColor", }), }), - to = (e) => - kt("svg", { + Wr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM7.99999 4.63333C8.38659 4.63333 8.69999 4.94673 8.69999 5.33333V7.3H10.6667C11.0533 7.3 11.3667 7.6134 11.3667 8C11.3667 8.3866 11.0533 8.7 10.6667 8.7H8.69999V10.6667C8.69999 11.0533 8.38659 11.3667 7.99999 11.3667C7.61339 11.3667 7.29999 11.0533 7.29999 10.6667V8.7H5.33333C4.94673 8.7 4.63333 8.3866 4.63333 8C4.63333 7.6134 4.94673 7.3 5.33333 7.3H7.29999V5.33333C7.29999 4.94673 7.61339 4.63333 7.99999 4.63333Z", fill: "currentColor", }), }), - no = (e) => - kt("svg", { + jr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM8.33333 5.36666C8.07695 5.36666 7.83108 5.46851 7.64979 5.64979C7.46851 5.83108 7.36666 6.07695 7.36666 6.33333V7.3H7.99999C8.38659 7.3 8.69999 7.6134 8.69999 8C8.69999 8.3866 8.38659 8.7 7.99999 8.7H7.36666V9.96666H9.99999C10.3866 9.96666 10.7 10.2801 10.7 10.6667C10.7 11.0533 10.3866 11.3667 9.99999 11.3667H5.33333C4.94673 11.3667 4.63333 11.0533 4.63333 10.6667C4.63333 10.2801 4.94673 9.96666 5.33333 9.96666H5.96666V8.7H5.33333C4.94673 8.7 4.63333 8.3866 4.63333 8C4.63333 7.6134 4.94673 7.3 5.33333 7.3H5.96666V6.33333C5.96666 5.70565 6.21601 5.10368 6.65984 4.65984C7.10368 4.21601 7.70565 3.96666 8.33333 3.96666C8.96101 3.96666 9.56298 4.21601 10.0068 4.65984C10.4506 5.10368 10.7 5.70565 10.7 6.33333C10.7 6.71993 10.3866 7.03333 9.99999 7.03333C9.61339 7.03333 9.29999 6.71993 9.29999 6.33333C9.29999 6.07695 9.19815 5.83108 9.01686 5.64979C8.83558 5.46851 8.5897 5.36666 8.33333 5.36666Z", fill: "currentColor", }), }), - ro = (e) => - kt("svg", { + qr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM6.63333 5.33333C6.63333 4.94673 6.94673 4.63333 7.33333 4.63333H9.33333C9.8726 4.63333 10.3898 4.84756 10.7711 5.22888C11.1524 5.6102 11.3667 6.12739 11.3667 6.66666C11.3667 7.20594 11.1524 7.72312 10.7711 8.10445C10.3898 8.48577 9.8726 8.7 9.33333 8.7H8.03333V9.96666H9.33333C9.71993 9.96666 10.0333 10.2801 10.0333 10.6667C10.0333 11.0533 9.71993 11.3667 9.33333 11.3667H8.03255C8.01515 11.7378 7.70875 12.0333 7.33333 12.0333C6.9579 12.0333 6.65151 11.7378 6.63411 11.3667H5.99999C5.61339 11.3667 5.29999 11.0533 5.29999 10.6667C5.29999 10.2801 5.61339 9.96666 5.99999 9.96666H6.63333V8.7H5.99999C5.61339 8.7 5.29999 8.3866 5.29999 8C5.29999 7.6134 5.61339 7.3 5.99999 7.3H6.63333V5.33333ZM8.03333 7.3H9.33333C9.5013 7.3 9.66239 7.23327 9.78116 7.1145C9.89993 6.99572 9.96666 6.83463 9.96666 6.66666C9.96666 6.49869 9.89993 6.3376 9.78116 6.21883C9.66239 6.10006 9.5013 6.03333 9.33333 6.03333H8.03333V7.3Z", fill: "currentColor", }), }), - oo = (e) => - kt("svg", { + Yr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM6.63333 5.33333C6.63333 4.94673 6.94673 4.63333 7.33333 4.63333H9.99999C10.3866 4.63333 10.7 4.94673 10.7 5.33333C10.7 5.71993 10.3866 6.03333 9.99999 6.03333H8.03333V7.3H9.33333C9.71993 7.3 10.0333 7.6134 10.0333 8C10.0333 8.3866 9.71993 8.7 9.33333 8.7H8.03333V9.96666H8.66666C9.05326 9.96666 9.36666 10.2801 9.36666 10.6667C9.36666 11.0533 9.05326 11.3667 8.66666 11.3667H8.03255C8.01515 11.7378 7.70875 12.0333 7.33333 12.0333C6.9579 12.0333 6.65151 11.7378 6.63411 11.3667H5.99999C5.61339 11.3667 5.29999 11.0533 5.29999 10.6667C5.29999 10.2801 5.61339 9.96666 5.99999 9.96666H6.63333V5.33333Z", fill: "currentColor", }), }), - io = (e) => - kt("svg", { + Kr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.03652C7.66986 2.03652 7.34504 2.11963 7.05548 2.27817C6.76591 2.43672 6.52092 2.66562 6.34308 2.94375C6.18445 3.19184 5.88752 3.31413 5.60019 3.24971C5.27708 3.17727 4.94092 3.18758 4.62286 3.2797C4.3048 3.37181 4.01515 3.54274 3.78076 3.77664C3.54638 4.01053 3.37484 4.29983 3.28206 4.61769C3.18928 4.93556 3.17826 5.2717 3.25002 5.59496C3.31398 5.88307 3.19038 6.18034 2.941 6.33816C2.66073 6.51554 2.42987 6.76091 2.2699 7.05147C2.10992 7.34202 2.02604 7.66831 2.02604 8C2.02604 8.33168 2.10992 8.65797 2.2699 8.94853C2.42987 9.23908 2.66073 9.48446 2.941 9.66183C3.19038 9.81965 3.31398 10.1169 3.25002 10.405C3.17826 10.7283 3.18928 11.0644 3.28206 11.3823C3.37484 11.7002 3.54638 11.9895 3.78076 12.2234C4.01515 12.4573 4.3048 12.6282 4.62286 12.7203C4.94092 12.8124 5.27708 12.8227 5.60019 12.7503C5.88811 12.6857 6.18558 12.8087 6.34395 13.0576C6.52156 13.3368 6.76675 13.5667 7.05681 13.7259C7.34687 13.8852 7.67242 13.9687 8.00333 13.9687C8.33423 13.9687 8.65979 13.8852 8.94985 13.7259C9.23991 13.5667 9.48509 13.3368 9.6627 13.0576C9.82078 12.8091 10.1175 12.6861 10.405 12.75C10.7283 12.8217 11.0644 12.8107 11.3823 12.7179C11.7002 12.6252 11.9895 12.4536 12.2234 12.2192C12.4573 11.9848 12.6282 11.6952 12.7203 11.3771C12.8124 11.0591 12.8227 10.7229 12.7503 10.3998C12.6859 10.1125 12.8082 9.81554 13.0562 9.65691C13.3344 9.47907 13.5633 9.23408 13.7218 8.94451C13.8804 8.65495 13.9635 8.33013 13.9635 8C13.9635 7.66987 13.8804 7.34505 13.7218 7.05548C13.5633 6.76591 13.3344 6.52092 13.0562 6.34308C12.808 6.18437 12.6857 5.88723 12.7504 5.59978C12.8231 5.27618 12.8129 4.93944 12.7205 4.62087C12.6282 4.30231 12.4568 4.01227 12.2222 3.77774C11.9877 3.54321 11.6977 3.3718 11.3791 3.27947C11.0606 3.18713 10.7238 3.17686 10.4002 3.24961C10.1128 3.31424 9.81562 3.19197 9.65691 2.94375C9.47907 2.66562 9.23408 2.43672 8.94451 2.27817C8.65494 2.11963 8.33012 2.03652 7.99999 2.03652ZM6.38311 1.0502C6.87881 0.778785 7.43485 0.63652 7.99999 0.63652C8.56513 0.63652 9.12118 0.778785 9.61688 1.0502C9.97483 1.24619 10.293 1.50498 10.5568 1.81295C10.9636 1.77964 11.3744 1.82047 11.7689 1.93481C12.3142 2.09288 12.8107 2.38631 13.2122 2.78779C13.6137 3.18928 13.9071 3.68578 14.0652 4.23112C14.1795 4.62562 14.2204 5.03641 14.187 5.44318C14.495 5.707 14.7538 6.02516 14.9498 6.38311C15.2212 6.87881 15.3635 7.43486 15.3635 8C15.3635 8.56514 15.2212 9.12118 14.9498 9.61688C14.7538 9.97491 14.4949 10.2931 14.1868 10.557C14.2199 10.9629 14.1791 11.3729 14.065 11.7666C13.9073 12.3111 13.6147 12.8069 13.2143 13.2081C12.8139 13.6094 12.3187 13.903 11.7746 14.0619C11.3811 14.1767 10.9713 14.2184 10.5653 14.1862C10.3014 14.4958 9.98257 14.7561 9.62364 14.9531C9.1271 15.2258 8.56979 15.3687 8.00333 15.3687C7.43686 15.3687 6.87956 15.2258 6.38301 14.9531C6.02436 14.7562 5.70579 14.4962 5.44194 14.1869C5.03633 14.2198 4.62678 14.179 4.23341 14.065C3.68893 13.9074 3.19309 13.6147 2.79185 13.2143C2.39061 12.8139 2.09696 12.3187 1.93814 11.7746C1.8234 11.3815 1.78171 10.9721 1.81372 10.5664C1.50282 10.3024 1.24145 9.9833 1.04349 9.62375C0.769641 9.12636 0.626038 8.56779 0.626038 8C0.626038 7.4322 0.769641 6.87363 1.04349 6.37624C1.24145 6.01669 1.50282 5.69755 1.81372 5.43359C1.78171 5.02794 1.8234 4.61852 1.93814 4.22542C2.09696 3.68128 2.39061 3.18605 2.79185 2.78565C3.19309 2.38525 3.68893 2.09264 4.23341 1.93496C4.62712 1.82093 5.03704 1.78013 5.443 1.81316C5.70685 1.50509 6.02508 1.24624 6.38311 1.0502ZM5.50502 5.50502C5.77839 5.23166 6.2216 5.23166 6.49497 5.50502L7.99999 7.01005L9.50502 5.50502C9.77839 5.23166 10.2216 5.23166 10.495 5.50502C10.7683 5.77839 10.7683 6.2216 10.495 6.49497L8.98994 8L10.495 9.50502C10.7683 9.77839 10.7683 10.2216 10.495 10.495C10.2216 10.7683 9.77839 10.7683 9.50502 10.495L7.99999 8.98995L6.49497 10.495C6.2216 10.7683 5.77839 10.7683 5.50502 10.495C5.23165 10.2216 5.23165 9.77839 5.50502 9.50502L7.01004 8L5.50502 6.49497C5.23165 6.2216 5.23165 5.77839 5.50502 5.50502Z", fill: "currentColor", }), }), - lo = (e) => - kt("svg", { + Xr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.89558 1.22888C8.2769 0.847557 8.79409 0.633331 9.33336 0.633331H10C10.5393 0.633331 11.0565 0.847557 11.4378 1.22888C11.8191 1.6102 12.0334 2.12739 12.0334 2.66666V3.3H13.3334C14.0882 3.3 14.7 3.91188 14.7 4.66666V8.66666C14.7 9.42145 14.0882 10.0333 13.3334 10.0333H6.00003C5.24524 10.0333 4.63336 9.42145 4.63336 8.66666V4.66666C4.63336 3.91188 5.24524 3.3 6.00003 3.3H7.30003V2.66666C7.30003 2.12739 7.51425 1.6102 7.89558 1.22888ZM7.30003 4.7H6.03336V8.63333H7.30003V4.7ZM8.70003 8.63333V4.7H10.6334V8.63333H8.70003ZM12.0334 8.63333H13.3V4.7H12.0334V8.63333ZM10.6334 3.3H8.70003V2.66666C8.70003 2.49869 8.76675 2.3376 8.88553 2.21883C9.0043 2.10006 9.16539 2.03333 9.33336 2.03333H10C10.168 2.03333 10.3291 2.10006 10.4479 2.21883C10.5666 2.3376 10.6334 2.49869 10.6334 2.66666V3.3ZM0.633362 3.33333C0.633362 2.94673 0.946762 2.63333 1.33336 2.63333C1.87264 2.63333 2.38982 2.84756 2.77115 3.22888C3.15247 3.6102 3.3667 4.12739 3.3667 4.66666V10.6667C3.3667 10.8346 3.43342 10.9957 3.55219 11.1145C3.67097 11.2333 3.83206 11.3 4.00003 11.3H14.6667C15.0533 11.3 15.3667 11.6134 15.3667 12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H13.9328C13.9981 12.8993 14.0334 13.1122 14.0334 13.3333C14.0334 14.4563 13.123 15.3667 12 15.3667C10.877 15.3667 9.96669 14.4563 9.96669 13.3333C9.96669 13.1122 10.002 12.8993 10.0673 12.7H7.93279C7.99806 12.8993 8.03336 13.1122 8.03336 13.3333C8.03336 14.4563 7.12301 15.3667 6.00003 15.3667C4.87705 15.3667 3.9667 14.4563 3.9667 13.3333C3.9667 13.1122 4.00199 12.8993 4.06727 12.7H4.00003C3.46075 12.7 2.94357 12.4858 2.56224 12.1044C2.18092 11.7231 1.9667 11.2059 1.9667 10.6667V4.66666C1.9667 4.49869 1.89997 4.3376 1.7812 4.21883C1.66242 4.10006 1.50133 4.03333 1.33336 4.03333C0.946762 4.03333 0.633362 3.71993 0.633362 3.33333ZM6.00003 12.7C5.65025 12.7 5.36669 12.9836 5.36669 13.3333C5.36669 13.6831 5.65025 13.9667 6.00003 13.9667C6.34981 13.9667 6.63336 13.6831 6.63336 13.3333C6.63336 12.9836 6.34981 12.7 6.00003 12.7ZM12 12.7C11.6502 12.7 11.3667 12.9836 11.3667 13.3333C11.3667 13.6831 11.6502 13.9667 12 13.9667C12.3498 13.9667 12.6334 13.6831 12.6334 13.3333C12.6334 12.9836 12.3498 12.7 12 12.7Z", fill: "currentColor", }), }), - ao = (e) => - kt("svg", { + Qr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99996 1.30005C8.38656 1.30005 8.69996 1.61345 8.69996 2.00005V2.89165C9.95753 3.46404 11.5944 3.96356 12.6568 3.96662C12.6601 3.96658 12.6634 3.96655 12.6666 3.96655C12.6702 3.96655 12.6738 3.96658 12.6774 3.96663H14C14.3866 3.96663 14.7 4.28003 14.7 4.66663C14.7 5.05323 14.3866 5.36663 14 5.36663H13.3666V5.39167C14.5185 5.70001 15.3666 6.75098 15.3666 8.00005C15.3666 9.49122 14.1578 10.7 12.6666 10.7C11.1755 10.7 9.96664 9.49122 9.96664 8.00005C9.96664 6.75098 10.8148 5.70001 11.9666 5.39167V5.32159C10.9309 5.19764 9.72885 4.83281 8.69996 4.41499V13.3H11.3333C11.7199 13.3 12.0333 13.6134 12.0333 14C12.0333 14.3866 11.7199 14.7 11.3333 14.7L7.99996 14.7L4.66664 14.7C4.28005 14.7 3.96664 14.3866 3.96664 14C3.96664 13.6134 4.28005 13.3 4.66664 13.3H7.29996V4.41499C6.27108 4.83281 5.06899 5.19763 4.0333 5.32159V6.72493C5.18512 7.03326 6.0333 8.08423 6.0333 9.3333C6.0333 10.8245 4.82447 12.0333 3.3333 12.0333C1.84213 12.0333 0.633301 10.8245 0.633301 9.3333C0.633301 8.08423 1.48148 7.03326 2.6333 6.72493V5.36663H1.99996C1.61336 5.36663 1.29996 5.05323 1.29996 4.66663C1.29996 4.28003 1.61336 3.96663 1.99996 3.96663H3.32251L3.3333 3.96655L3.34311 3.96662C4.40559 3.96355 6.0424 3.46404 7.29996 2.89165V2.00005C7.29996 1.61345 7.61336 1.30005 7.99996 1.30005ZM12.6666 6.70005C11.9487 6.70005 11.3666 7.28208 11.3666 8.00005C11.3666 8.71802 11.9487 9.30005 12.6666 9.30005C13.3846 9.30005 13.9666 8.71802 13.9666 8.00005C13.9666 7.28208 13.3846 6.70005 12.6666 6.70005ZM3.3333 8.0333C2.61533 8.0333 2.0333 8.61533 2.0333 9.3333C2.0333 10.0513 2.61533 10.6333 3.3333 10.6333C4.05127 10.6333 4.6333 10.0513 4.6333 9.3333C4.6333 8.61533 4.05127 8.0333 3.3333 8.0333Z", fill: "currentColor", }), }), - Co = (e) => - kt("svg", { + Jr = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.76672 3.7133C9.24853 5.20677 9.18262 6.71955 8.68422 8.07492C9.03621 8.3575 9.35552 8.70421 9.63141 9.11922C10.0795 8.97127 10.5496 8.89656 11.0237 8.89906C11.2044 8.19693 11.3 7.44714 11.3 6.66666C11.3 5.95427 11.0345 4.72784 10.5128 3.68916C9.96723 2.6028 9.30971 2.03333 8.6667 2.03333C8.63958 2.03333 8.62281 2.03589 8.61403 2.03783C8.6023 2.05572 8.57056 2.115 8.55199 2.25171C8.50578 2.59197 8.57966 3.12352 8.76672 3.7133ZM12.4037 9.13054C12.5985 8.34106 12.7 7.51232 12.7 6.66666C12.7 5.71239 12.3723 4.27216 11.7639 3.06084C11.1795 1.89719 10.1704 0.633331 8.6667 0.633331C8.24493 0.633331 7.86185 0.782057 7.58156 1.09104C7.32095 1.37834 7.20882 1.73866 7.16473 2.06329C7.07765 2.70439 7.22027 3.46887 7.43284 4.13847L7.43283 4.13847L7.43389 4.14176C7.78587 5.23182 7.76793 6.35113 7.44072 7.37777C7.12803 7.26443 6.80309 7.18575 6.47067 7.1399C5.07568 6.94748 3.58743 7.3343 2.3194 8.05889C1.98374 8.2507 1.86712 8.6783 2.05892 9.01396C2.25073 9.34962 2.67833 9.46624 3.01399 9.27443C4.07929 8.66569 5.25771 8.38585 6.27938 8.52677C6.47245 8.5534 6.66125 8.59507 6.84426 8.65316C6.08188 9.85739 4.83807 10.8138 3.24752 11.2518L3.24549 11.2523C3.08456 11.2972 2.93137 11.3372 2.78291 11.3756C2.76486 11.3803 2.74683 11.385 2.72882 11.3896C2.60076 11.4228 2.47393 11.4556 2.35471 11.4883C2.08913 11.5611 1.81113 11.6464 1.56606 11.7698C1.3111 11.8981 1.05733 12.0845 0.877131 12.3769C0.697864 12.6678 0.633362 12.9955 0.633362 13.3333C0.633362 13.8781 0.857707 14.3202 1.22752 14.6363C1.56914 14.9283 2.00292 15.087 2.41182 15.1819C3.20892 15.3668 4.19273 15.3667 4.96229 15.3667L5.0067 15.3667C8.33347 15.3667 10.8118 13.3036 11.9713 10.4623C12.1812 10.535 12.3831 10.6313 12.573 10.7499C13.0075 11.0215 13.3643 11.401 13.6086 11.8515C13.8529 12.302 13.9763 12.8081 13.9668 13.3204C13.9597 13.7069 14.2672 14.0261 14.6538 14.0332C15.0403 14.0403 15.3594 13.7328 15.3666 13.3462C15.3805 12.5921 15.1988 11.8472 14.8393 11.1842C14.4798 10.5211 13.9546 9.9625 13.315 9.56274C13.0278 9.38322 12.7218 9.23849 12.4037 9.13054ZM10.5022 10.3412C10.2072 10.3915 9.92032 10.4863 9.65166 10.6234C9.48541 10.7083 9.29213 10.7233 9.1148 10.665C8.93746 10.6067 8.79074 10.48 8.70726 10.313C8.51931 9.93715 8.29509 9.62742 8.04253 9.37668C7.09102 10.8869 5.54585 12.0708 3.62022 12.6013C3.44652 12.6496 3.28319 12.6923 3.1339 12.7309C3.11533 12.7357 3.09703 12.7405 3.079 12.7451C2.94968 12.7786 2.8337 12.8086 2.72514 12.8384C2.47135 12.908 2.30809 12.9636 2.19566 13.0202C2.09346 13.0717 2.07327 13.1044 2.06901 13.1114L2.06897 13.1114C2.06386 13.1197 2.03336 13.1712 2.03336 13.3333C2.03336 13.4553 2.06818 13.5131 2.13712 13.572C2.23425 13.6551 2.4188 13.7463 2.72824 13.8181C3.35239 13.9629 4.18255 13.9667 5.0067 13.9667C7.48097 13.9667 9.46227 12.5183 10.5022 10.3412Z", fill: "currentColor", }), }), - so = (e) => - kt("svg", { + eo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.31494 4.30486C2.51238 5.32105 2.03336 6.60458 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C9.39544 13.9667 10.679 13.4876 11.6952 12.6851L3.31494 4.30486ZM2.64901 2.93693C1.3996 4.25695 0.633362 6.03899 0.633362 8C0.633362 12.0685 3.93153 15.3667 8.00003 15.3667C9.96104 15.3667 11.7431 14.6004 13.0631 13.351C13.1225 13.3193 13.1783 13.2784 13.2283 13.2283C13.2784 13.1782 13.3193 13.1225 13.351 13.0631C14.6005 11.743 15.3667 9.96101 15.3667 8C15.3667 3.9315 12.0685 0.633331 8.00003 0.633331C6.03902 0.633331 4.25698 1.39957 2.93696 2.64898C2.87757 2.68071 2.8218 2.72161 2.77172 2.77169C2.72164 2.82177 2.68074 2.87754 2.64901 2.93693ZM4.30489 3.31491L12.6851 11.6951C13.4877 10.6789 13.9667 9.39541 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333C6.60461 2.03333 5.32108 2.51235 4.30489 3.31491Z", fill: "currentColor", }), }), - co = (e) => - kt("svg", { + to = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 4.7C2.31691 4.7 2.03336 4.98356 2.03336 5.33334V10.6667C2.03336 11.0164 2.31691 11.3 2.6667 11.3H13.3334C13.6831 11.3 13.9667 11.0165 13.9667 10.6667V5.33334C13.9667 4.98356 13.6831 4.7 13.3334 4.7H2.6667ZM0.633362 5.33334C0.633362 4.21036 1.54372 3.3 2.6667 3.3H13.3334C14.4563 3.3 15.3667 4.21036 15.3667 5.33334V10.6667C15.3667 11.7896 14.4563 12.7 13.3334 12.7H2.6667C1.54372 12.7 0.633362 11.7896 0.633362 10.6667V5.33334ZM8.00003 7.36667C7.65025 7.36667 7.36669 7.65022 7.36669 8C7.36669 8.34978 7.65025 8.63334 8.00003 8.63334C8.34981 8.63334 8.63336 8.34978 8.63336 8C8.63336 7.65022 8.34981 7.36667 8.00003 7.36667ZM5.96669 8C5.96669 6.87702 6.87705 5.96667 8.00003 5.96667C9.12301 5.96667 10.0334 6.87702 10.0334 8C10.0334 9.12298 9.12301 10.0333 8.00003 10.0333C6.87705 10.0333 5.96669 9.12298 5.96669 8ZM3.30003 8C3.30003 7.6134 3.61343 7.3 4.00003 7.3H4.0067C4.39329 7.3 4.7067 7.6134 4.7067 8C4.7067 8.3866 4.39329 8.7 4.0067 8.7H4.00003C3.61343 8.7 3.30003 8.3866 3.30003 8ZM11.3 8C11.3 7.6134 11.6134 7.3 12 7.3H12.0067C12.3933 7.3 12.7067 7.6134 12.7067 8C12.7067 8.3866 12.3933 8.7 12.0067 8.7H12C11.6134 8.7 11.3 8.3866 11.3 8Z", fill: "currentColor", }), }), - uo = (e) => - kt("svg", { + no = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 1.96666C8.38659 1.96666 8.69999 2.28006 8.69999 2.66666V13.3333C8.69999 13.7199 8.38659 14.0333 7.99999 14.0333C7.61339 14.0333 7.29999 13.7199 7.29999 13.3333V2.66666C7.29999 2.28006 7.61339 1.96666 7.99999 1.96666ZM12 5.96666C12.3866 5.96666 12.7 6.28006 12.7 6.66666V13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333C11.6134 14.0333 11.3 13.7199 11.3 13.3333V6.66666C11.3 6.28006 11.6134 5.96666 12 5.96666ZM3.99999 8.63333C4.38659 8.63333 4.69999 8.94673 4.69999 9.33333V13.3333C4.69999 13.7199 4.38659 14.0333 3.99999 14.0333C3.61339 14.0333 3.29999 13.7199 3.29999 13.3333V9.33333C3.29999 8.94673 3.61339 8.63333 3.99999 8.63333Z", fill: "currentColor", }), }), - po = (e) => - kt("svg", { + ro = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.99999 1.3C2.38659 1.3 2.69999 1.6134 2.69999 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H1.99999C1.61339 14.7 1.29999 14.3866 1.29999 14V2C1.29999 1.6134 1.61339 1.3 1.99999 1.3ZM8.66665 2.63334C9.05325 2.63334 9.36665 2.94674 9.36665 3.33334V11.3333C9.36665 11.7199 9.05325 12.0333 8.66665 12.0333C8.28006 12.0333 7.96665 11.7199 7.96665 11.3333V3.33334C7.96665 2.94674 8.28006 2.63334 8.66665 2.63334ZM12 5.3C12.3866 5.3 12.7 5.6134 12.7 6V11.3333C12.7 11.7199 12.3866 12.0333 12 12.0333C11.6134 12.0333 11.3 11.7199 11.3 11.3333V6C11.3 5.6134 11.6134 5.3 12 5.3ZM5.33332 8.63334C5.71992 8.63334 6.03332 8.94674 6.03332 9.33334V11.3333C6.03332 11.7199 5.71992 12.0333 5.33332 12.0333C4.94672 12.0333 4.63332 11.7199 4.63332 11.3333V9.33334C4.63332 8.94674 4.94672 8.63334 5.33332 8.63334Z", fill: "currentColor", }), }), - mo = (e) => - kt("svg", { + oo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.99999 1.3C2.38659 1.3 2.69999 1.6134 2.69999 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H1.99999C1.61339 14.7 1.29999 14.3866 1.29999 14V2C1.29999 1.6134 1.61339 1.3 1.99999 1.3ZM12 2.63334C12.3866 2.63334 12.7 2.94674 12.7 3.33334V11.3333C12.7 11.7199 12.3866 12.0333 12 12.0333C11.6134 12.0333 11.3 11.7199 11.3 11.3333V3.33334C11.3 2.94674 11.6134 2.63334 12 2.63334ZM8.66665 5.3C9.05325 5.3 9.36665 5.6134 9.36665 6V11.3333C9.36665 11.7199 9.05325 12.0333 8.66665 12.0333C8.28006 12.0333 7.96665 11.7199 7.96665 11.3333V6C7.96665 5.6134 8.28006 5.3 8.66665 5.3ZM5.33332 8.63334C5.71992 8.63334 6.03332 8.94674 6.03332 9.33334V11.3333C6.03332 11.7199 5.71992 12.0333 5.33332 12.0333C4.94672 12.0333 4.63332 11.7199 4.63332 11.3333V9.33334C4.63332 8.94674 4.94672 8.63334 5.33332 8.63334Z", fill: "currentColor", }), }), - ho = (e) => - kt("svg", { + io = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 1.3C2.38665 1.3 2.70005 1.6134 2.70005 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V2C1.30005 1.6134 1.61345 1.3 2.00005 1.3ZM10.7 4.03334V10.6333H11.9667V4.03334H10.7ZM9.30005 4C9.30005 3.24521 9.91193 2.63334 10.6667 2.63334H12C12.7548 2.63334 13.3667 3.24521 13.3667 4V10.6667C13.3667 11.4215 12.7548 12.0333 12 12.0333H10.6667C9.91193 12.0333 9.30005 11.4215 9.30005 10.6667V4ZM5.36672 7.36667V10.6333H6.63338V7.36667H5.36672ZM3.96672 7.33334C3.96672 6.57855 4.57859 5.96667 5.33338 5.96667H6.66672C7.4215 5.96667 8.03338 6.57855 8.03338 7.33334V10.6667C8.03338 11.4215 7.4215 12.0333 6.66672 12.0333H5.33338C4.57859 12.0333 3.96672 11.4215 3.96672 10.6667V7.33334Z", fill: "currentColor", }), }), - fo = (e) => - kt("svg", { + lo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 1.3C2.38665 1.3 2.70005 1.6134 2.70005 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V2C1.30005 1.6134 1.61345 1.3 2.00005 1.3ZM5.36672 4.03334V5.3H11.9667V4.03334H5.36672ZM3.96672 4C3.96672 3.24521 4.57859 2.63334 5.33338 2.63334H12C12.7548 2.63334 13.3667 3.24521 13.3667 4V5.33334C13.3667 6.08813 12.7548 6.7 12 6.7H5.33338C4.57859 6.7 3.96672 6.08813 3.96672 5.33334V4ZM5.36672 9.36667V10.6333H8.63338V9.36667H5.36672ZM3.96672 9.33334C3.96672 8.57855 4.57859 7.96667 5.33338 7.96667H8.66672C9.4215 7.96667 10.0334 8.57855 10.0334 9.33334V10.6667C10.0334 11.4215 9.4215 12.0333 8.66672 12.0333H5.33338C4.57859 12.0333 3.96672 11.4215 3.96672 10.6667V9.33334Z", fill: "currentColor", }), }), - go = (e) => - kt("svg", { + ao = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 1.3C2.38665 1.3 2.70005 1.6134 2.70005 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V2C1.30005 1.6134 1.61345 1.3 2.00005 1.3ZM3.96672 4C3.96672 3.6134 4.28012 3.3 4.66672 3.3H6.66672C7.05331 3.3 7.36672 3.6134 7.36672 4C7.36672 4.3866 7.05331 4.7 6.66672 4.7H4.66672C4.28012 4.7 3.96672 4.3866 3.96672 4ZM3.96672 7.33334C3.96672 6.94674 4.28012 6.63334 4.66672 6.63334H12.6667C13.0533 6.63334 13.3667 6.94674 13.3667 7.33334C13.3667 7.71994 13.0533 8.03334 12.6667 8.03334H4.66672C4.28012 8.03334 3.96672 7.71994 3.96672 7.33334ZM3.96672 10.6667C3.96672 10.2801 4.28012 9.96667 4.66672 9.96667H10C10.3866 9.96667 10.7 10.2801 10.7 10.6667C10.7 11.0533 10.3866 11.3667 10 11.3667H4.66672C4.28012 11.3667 3.96672 11.0533 3.96672 10.6667Z", fill: "currentColor", }), }), - vo = (e) => - kt("svg", { + Co = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.96666C12.3866 1.96666 12.7 2.28006 12.7 2.66666V13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333C11.6134 14.0333 11.3 13.7199 11.3 13.3333V2.66666C11.3 2.28006 11.6134 1.96666 12 1.96666ZM8.00005 5.96666C8.38665 5.96666 8.70005 6.28006 8.70005 6.66666V13.3333C8.70005 13.7199 8.38665 14.0333 8.00005 14.0333C7.61345 14.0333 7.30005 13.7199 7.30005 13.3333V6.66666C7.30005 6.28006 7.61345 5.96666 8.00005 5.96666ZM4.00005 9.96666C4.38665 9.96666 4.70005 10.2801 4.70005 10.6667V13.3333C4.70005 13.7199 4.38665 14.0333 4.00005 14.0333C3.61345 14.0333 3.30005 13.7199 3.30005 13.3333V10.6667C3.30005 10.2801 3.61345 9.96666 4.00005 9.96666Z", fill: "currentColor", }), }), - wo = (e) => - kt("svg", { + so = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 2.63333C2.38665 2.63333 2.70005 2.94673 2.70005 3.33333V12.6667C2.70005 13.0533 2.38665 13.3667 2.00005 13.3667C1.61345 13.3667 1.30005 13.0533 1.30005 12.6667V3.33333C1.30005 2.94673 1.61345 2.63333 2.00005 2.63333ZM5.33338 2.63333C5.71998 2.63333 6.03338 2.94673 6.03338 3.33333V12.6667C6.03338 13.0533 5.71998 13.3667 5.33338 13.3667C4.94678 13.3667 4.63338 13.0533 4.63338 12.6667V3.33333C4.63338 2.94673 4.94678 2.63333 5.33338 2.63333ZM8.00005 2.63333C8.38665 2.63333 8.70005 2.94673 8.70005 3.33333V12.6667C8.70005 13.0533 8.38665 13.3667 8.00005 13.3667C7.61345 13.3667 7.30005 13.0533 7.30005 12.6667V3.33333C7.30005 2.94673 7.61345 2.63333 8.00005 2.63333ZM11.3334 2.63333C11.72 2.63333 12.0334 2.94673 12.0334 3.33333V12.6667C12.0334 13.0533 11.72 13.3667 11.3334 13.3667C10.9468 13.3667 10.6334 13.0533 10.6334 12.6667V3.33333C10.6334 2.94673 10.9468 2.63333 11.3334 2.63333ZM14 2.63333C14.3866 2.63333 14.7 2.94673 14.7 3.33333V12.6667C14.7 13.0533 14.3866 13.3667 14 13.3667C13.6135 13.3667 13.3 13.0533 13.3 12.6667V3.33333C13.3 2.94673 13.6135 2.63333 14 2.63333Z", fill: "currentColor", }), }), - Lo = (e) => - Ot("svg", { + co = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M5.12134 4.57114L5.16578 5.59336L4.45467 6.92669L3.34356 9.10447L3.12134 10.9267L3.92134 13.5045L5.74356 14.5267H8.49912L11.0769 12.5711L12.2324 9.50447L9.56578 6.26003L8.81023 4.43781L5.12134 4.57114Z", fill: "#ECEFF1", }), - kt("path", { + Vt("path", { d: "M11.4324 7.10445C10.7213 6.08223 10.1436 5.46001 9.83245 4.17112C9.52134 2.88223 9.92134 3.23778 9.65467 2.12667C9.52134 1.54889 9.29911 1.14889 9.07689 0.837783C8.81022 0.526672 8.49911 0.348894 8.32134 0.30445C7.92134 0.0822275 6.988 -0.273328 5.83245 0.348894C4.63245 0.971116 4.76578 2.30445 4.988 5.01556C4.988 5.19334 4.94356 5.41556 4.85467 5.59334C4.67689 5.99334 4.36578 6.34889 4.09911 6.66001C3.788 7.10445 3.47689 7.54889 3.25467 8.03778C2.72134 9.06001 2.23245 10.3489 2.36578 10.8378C2.588 10.7933 5.388 15.06 5.388 15.1489C5.56578 15.1045 6.32134 15.1045 6.988 15.1045C7.92134 15.06 8.45467 15.0156 9.21022 15.1933C9.21022 15.06 9.16578 14.9267 9.16578 14.7933C9.16578 14.5267 9.21022 14.3045 9.25467 13.9933C9.29911 13.7711 9.34356 13.5489 9.388 13.2822C8.94356 13.6822 8.14356 14.1267 7.388 14.26C6.72134 14.3933 5.61022 14.1711 5.07689 13.5045C5.12134 13.5045 5.21022 13.5044 5.25467 13.46C5.388 13.4156 5.52134 13.3711 5.56578 13.2822C5.69911 13.06 5.61022 12.8378 5.52134 12.7044C5.43245 12.5711 4.76578 12.0822 4.45467 11.8156C4.14356 11.5489 3.96578 11.4156 3.788 11.2378C3.788 11.2378 3.52134 10.9711 3.43245 10.8822C3.34356 10.7933 3.29911 10.7044 3.25467 10.66C3.16578 10.4378 3.12134 10.1711 3.16578 9.81556C3.21022 9.32667 3.388 8.92667 3.61022 8.48223C3.69911 8.30445 3.92134 7.94889 3.92134 7.94889C3.92134 7.94889 3.16578 9.81556 3.56578 10.3933C3.56578 10.3933 3.61022 9.81556 3.788 9.23778C3.92134 8.83778 4.14356 8.26 4.41022 7.94889C4.67689 7.63778 5.34356 6.48223 5.388 5.77112C5.388 5.46001 5.43245 5.14889 5.43245 4.92667C5.25467 4.74889 8.36578 4.30445 8.54356 4.79334C8.588 4.97112 9.21022 6.57112 9.56578 7.41556C9.74356 7.81556 9.96578 8.17112 10.0991 8.61556C10.2324 9.10445 10.3213 9.77112 10.3213 10.4378C10.3213 10.5711 10.3213 10.7933 10.2769 11.0156C10.3658 11.0156 12.0991 9.14889 10.0547 7.59334C10.0547 7.59334 11.2991 8.17112 11.3436 9.32667C11.388 10.26 10.988 11.0156 10.8991 11.1489C10.9436 11.1489 11.8324 11.5489 11.8769 11.5489C12.0547 11.5489 12.4102 11.4156 12.4102 11.4156C12.4547 11.2822 12.588 10.9267 12.588 10.7933C12.8991 9.77112 12.1436 8.12667 11.4324 7.10445Z", fill: "#263238", }), - kt("path", { + Vt("path", { d: "M5.78786 4.1709C6.10696 4.1709 6.36564 3.77294 6.36564 3.28202C6.36564 2.7911 6.10696 2.39313 5.78786 2.39313C5.46876 2.39313 5.21008 2.7911 5.21008 3.28202C5.21008 3.77294 5.46876 4.1709 5.78786 4.1709Z", fill: "#ECEFF1", }), - kt("path", { + Vt("path", { d: "M7.78786 4.25978C8.20514 4.25978 8.54341 3.80211 8.54341 3.23755C8.54341 2.673 8.20514 2.21533 7.78786 2.21533C7.37058 2.21533 7.0323 2.673 7.0323 3.23755C7.0323 3.80211 7.37058 4.25978 7.78786 4.25978Z", fill: "#ECEFF1", }), - kt("path", { + Vt("path", { d: "M6.11064 3.34287C6.0737 3.05064 5.90557 2.83121 5.7351 2.85276C5.56464 2.87431 5.45639 3.12867 5.49333 3.42089C5.53027 3.71312 5.6984 3.93255 5.86886 3.911C6.03933 3.88945 6.14757 3.63509 6.11064 3.34287Z", fill: "#212121", }), - kt("path", { + Vt("path", { d: "M7.74343 3.99314C7.98889 3.99314 8.18787 3.73446 8.18787 3.41536C8.18787 3.09627 7.98889 2.83759 7.74343 2.83759C7.49797 2.83759 7.29898 3.09627 7.29898 3.41536C7.29898 3.73446 7.49797 3.99314 7.74343 3.99314Z", fill: "#212121", }), - kt("path", { + Vt("path", { d: "M13.6545 13.1931C13.4768 13.1042 13.1656 12.9709 12.899 12.5709C12.7656 12.3487 12.8101 11.7265 12.5879 11.4598C12.4545 11.282 12.2768 11.3709 12.2323 11.3709C11.8323 11.4598 10.899 12.082 10.2768 11.3709C10.1879 11.282 10.0545 11.1487 9.83231 11.1487C9.61009 11.1487 9.5212 11.2376 9.43231 11.4153C9.34342 11.5931 9.34342 11.7265 9.34342 12.1709C9.34342 12.5265 9.34342 12.9265 9.29897 13.2376C9.21009 13.9931 9.07675 14.4376 9.07675 14.882C9.07675 15.3709 9.21009 15.682 9.38786 15.8153C9.5212 15.9487 9.74342 16.0376 10.2323 16.0376C10.7212 16.0376 11.0323 15.8598 11.3434 15.5487C11.5656 15.3265 11.7434 15.2376 12.3656 14.7931C12.8545 14.482 13.6101 14.082 13.7434 13.9487C13.8323 13.8598 13.9656 13.8153 13.9656 13.5487C13.9656 13.3265 13.7879 13.2376 13.6545 13.1931Z", fill: "#FFC107", }), - kt("path", { + Vt("path", { d: "M4.72119 13.3265C4.27675 12.6154 4.2323 12.4821 3.92119 12.0376C3.65452 11.5932 3.07674 10.7487 2.72119 10.7487C2.45452 10.7487 2.32119 10.8821 2.14341 11.0598C1.96563 11.2376 1.78786 11.6376 1.47674 11.8598C1.21008 12.0821 0.454522 12.0376 0.276744 12.3043C0.0989667 12.5709 0.454523 12.9709 0.454523 13.6376C0.454523 13.9043 0.2323 14.0821 0.187856 14.2598C0.143411 14.4821 0.0989668 14.6154 0.187856 14.7932C0.365633 15.0598 0.587856 15.1487 2.09897 15.4598C2.89897 15.6376 3.65452 16.0821 4.14341 16.1265C4.6323 16.1709 5.47674 16.1265 5.47674 14.9265C5.52119 14.2154 5.12119 14.0376 4.72119 13.3265Z", fill: "#FFC107", }), - kt("path", { + Vt("path", { d: "M5.56564 5.28203C5.29897 5.10425 5.07675 4.92647 5.07675 4.65981C5.07675 4.39314 5.25453 4.30425 5.5212 4.08203C5.56564 4.03758 6.05453 3.59314 6.54342 3.59314C7.03231 3.59314 7.61009 3.90425 7.83231 3.99314C8.23231 4.08203 8.63231 4.17092 8.58786 4.48203C8.54342 4.92647 8.49897 5.01536 8.05453 5.23758C7.74342 5.32647 7.16564 5.81536 6.76564 5.81536C6.58786 5.81536 6.3212 5.81536 6.14342 5.77092C6.01008 5.72647 5.78786 5.50425 5.56564 5.28203Z", fill: "#FFC107", }), - kt("path", { + Vt("path", { d: "M5.47674 4.92645C5.56563 5.01534 5.69897 5.10423 5.8323 5.14867C5.92119 5.19312 6.05452 5.23756 6.05452 5.23756C6.2323 5.23756 6.36563 5.23756 6.45452 5.23756C6.67674 5.23756 6.98785 5.14867 7.29897 4.97089C7.61008 4.83756 7.65452 4.74867 7.87674 4.65978C8.09897 4.52645 8.32119 4.39312 8.2323 4.34867C8.14341 4.30423 8.05452 4.34867 7.74341 4.52645C7.47674 4.70423 7.25452 4.79312 6.98785 4.92645C6.85452 4.97089 6.67674 5.05978 6.54341 5.05978C6.41008 5.05978 6.27674 5.05978 6.14341 5.05978C6.01008 5.05978 5.92119 5.01534 5.78785 4.97089C5.69897 4.92645 5.65452 4.882 5.61008 4.882C5.52119 4.83756 5.34341 4.65978 5.25452 4.61534C5.25452 4.61534 5.16563 4.61534 5.21008 4.65978C5.34341 4.79312 5.38785 4.83756 5.47674 4.92645Z", fill: "#634703", }), - kt("path", { + Vt("path", { d: "M6.81007 3.94869C6.85452 4.03758 6.94341 4.03758 6.98785 4.08202C7.0323 4.12647 7.07674 4.12647 7.07674 4.12647C7.12119 4.08202 7.07674 3.99313 7.0323 3.99313C7.0323 3.90424 6.81007 3.90424 6.81007 3.94869Z", fill: "#634703", }), - kt("path", { + Vt("path", { d: "M6.09897 4.03757C6.09897 4.08201 6.18786 4.12646 6.18786 4.08201C6.2323 4.03757 6.27675 3.99312 6.32119 3.99312C6.41008 3.94868 6.36564 3.90424 6.2323 3.90424C6.14341 3.94868 6.14341 3.99312 6.09897 4.03757Z", fill: "#634703", }), - kt("path", { + Vt("path", { d: "M10.4102 11.9044C10.4102 11.9489 10.4102 11.9933 10.4102 12.0378C10.4991 12.2155 10.7213 12.26 10.8991 12.26C11.1658 12.26 11.4325 12.0822 11.5658 11.9044C11.5658 11.86 11.6102 11.8155 11.6547 11.7711C11.7436 11.6378 11.788 11.5489 11.8325 11.5044C11.8325 11.5044 11.788 11.46 11.788 11.4155C11.7436 11.3266 11.6102 11.2378 11.4325 11.1933C11.2991 11.1489 11.0769 11.1044 10.988 11.1044C10.588 11.06 10.3658 11.1933 10.2325 11.3266C10.2325 11.3266 10.2769 11.3266 10.2769 11.3711C10.3658 11.46 10.4102 11.5489 10.4102 11.6822C10.4547 11.7711 10.4102 11.8155 10.4102 11.9044Z", fill: "#455A64", }), ], }), - bo = (e) => - kt("svg", { + uo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 1.96666C8.26515 1.96666 8.50753 2.11646 8.62611 2.35361L11.2865 7.67436C11.291 7.68297 11.2954 7.69168 11.2995 7.70049L12.6261 10.3536C12.799 10.6994 12.6588 11.1199 12.3131 11.2928C11.9673 11.4657 11.5468 11.3255 11.3739 10.9797L10.2341 8.69999H5.76597L4.62611 10.9797C4.45321 11.3255 4.03274 11.4657 3.68696 11.2928C3.34117 11.1199 3.20102 10.6994 3.37391 10.3536L4.70046 7.70051C4.70464 7.69168 4.709 7.68296 4.71354 7.67435L7.37391 2.35361C7.49248 2.11646 7.73487 1.96666 8.00001 1.96666ZM6.46597 7.29999H9.53405L8.00001 4.23191L6.46597 7.29999ZM1.96667 13.3333C1.96667 12.9467 2.28008 12.6333 2.66667 12.6333H13.3333C13.7199 12.6333 14.0333 12.9467 14.0333 13.3333C14.0333 13.7199 13.7199 14.0333 13.3333 14.0333H2.66667C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333Z", fill: "currentColor", }), }), - Mo = (e) => - Ot("svg", { + po = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.513 6.12171C4.67313 6.47359 4.51769 6.88866 4.16581 7.04879L2.08288 7.99668L7.74364 10.5763C7.82616 10.614 7.91601 10.6336 8.0067 10.6336C8.09739 10.6336 8.18702 10.6141 8.26953 10.5764L13.9304 8.0033L11.8425 7.05293C11.4907 6.89277 11.3353 6.47769 11.4954 6.12583C11.6556 5.77396 12.0707 5.61856 12.4225 5.77872L14.5669 6.75481C14.8075 6.86191 15.012 7.03627 15.1559 7.25693C15.3007 7.47895 15.3777 7.73828 15.3777 8.00332C15.3777 8.26837 15.3007 8.52769 15.1559 8.74972C15.012 8.97044 14.8074 9.14484 14.5667 9.25194L8.85053 11.8502C8.58576 11.9709 8.2977 12.0336 8.0067 12.0336C7.71562 12.0336 7.42793 11.9711 7.16309 11.8503L1.44633 9.24511C1.20581 9.13799 1.00132 8.96367 0.857491 8.74305C0.712739 8.52103 0.63567 8.2617 0.63567 7.99666C0.63567 7.73161 0.712739 7.47229 0.857491 7.25026C1.00136 7.02959 1.20592 6.85523 1.44651 6.74812L3.58592 5.77453C3.9378 5.6144 4.35287 5.76984 4.513 6.12171Z", fill: "currentColor", }), - kt("path", { + Vt("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.00002 2C8.36821 2 8.66668 2.29848 8.66668 2.66667V2.75067C8.91136 2.81364 9.14245 2.91047 9.35466 3.03587L9.52861 2.86192C9.78896 2.60157 10.2111 2.60157 10.4714 2.86192C10.7318 3.12227 10.7318 3.54438 10.4714 3.80473L10.2975 3.97868C10.4229 4.19088 10.5197 4.42198 10.5827 4.66666H10.6667C11.0349 4.66666 11.3334 4.96513 11.3334 5.33332C11.3334 5.70151 11.0349 5.99999 10.6667 5.99999H10.5827C10.5197 6.24467 10.4229 6.47576 10.2975 6.68797L10.4714 6.86191C10.7318 7.12226 10.7318 7.54437 10.4714 7.80472C10.2111 8.06507 9.78896 8.06507 9.52861 7.80472L9.35466 7.63078C9.14245 7.75617 8.91137 7.853 8.66668 7.91598V7.99999C8.66668 8.36818 8.36821 8.66666 8.00002 8.66666C7.63183 8.66666 7.33335 8.36818 7.33335 7.99999V7.91598C7.08867 7.853 6.85758 7.75617 6.64537 7.63078L6.47142 7.80472C6.21107 8.06507 5.78896 8.06507 5.52861 7.80472C5.26826 7.54437 5.26826 7.12226 5.52861 6.86191L5.70256 6.68797C5.57717 6.47576 5.48034 6.24467 5.41736 5.99999H5.33339C4.9652 5.99999 4.66672 5.70151 4.66672 5.33332C4.66672 4.96513 4.9652 4.66666 5.33339 4.66666H5.41736C5.48034 4.42198 5.57717 4.19089 5.70256 3.97868L5.52861 3.80473C5.26826 3.54438 5.26826 3.12227 5.52861 2.86192C5.78896 2.60157 6.21107 2.60157 6.47142 2.86192L6.64537 3.03587C6.85758 2.91048 7.08867 2.81364 7.33335 2.75067V2.66667C7.33335 2.29848 7.63183 2 8.00002 2ZM7.03382 4.41449C7.04205 4.40704 7.05015 4.39934 7.05809 4.39139C7.06603 4.38345 7.07373 4.37536 7.08119 4.36713C7.31967 4.14027 7.64204 4.00078 7.99698 3.99999L8.00002 4L8.00325 3.99999C8.3581 4.00083 8.68039 4.1403 8.91882 4.3671C8.92628 4.37534 8.93399 4.38344 8.94194 4.39139C8.94989 4.39935 8.958 4.40705 8.96624 4.41452C9.19373 4.65368 9.33335 4.97719 9.33335 5.33332C9.33335 5.68944 9.19374 6.01295 8.96626 6.25211C8.95801 6.25958 8.9499 6.26729 8.94194 6.27525C8.93399 6.28321 8.92627 6.29131 8.9188 6.29956C8.67965 6.52704 8.35614 6.66666 8.00002 6.66666C7.64388 6.66666 7.32036 6.52703 7.08121 6.29954C7.07374 6.2913 7.06604 6.2832 7.05809 6.27525C7.05014 6.2673 7.04204 6.25959 7.0338 6.25213C6.8076 6.01434 6.66828 5.69313 6.6667 5.3394L6.66672 5.33332L6.6667 5.32725C6.66828 4.9735 6.80761 4.65229 7.03382 4.41449Z", fill: "currentColor", }), - kt("path", { + Vt("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0.69588 11.4775C0.855595 11.1254 1.27048 10.9695 1.62254 11.1292L7.73718 13.9031C7.81969 13.9408 7.90933 13.9602 8.00002 13.9602C8.09071 13.9602 8.18034 13.9408 8.26285 13.9031L8.26416 13.9025L14.3775 11.1292C14.7296 10.9695 15.1444 11.1254 15.3042 11.4775C15.4639 11.8295 15.3079 12.2444 14.9559 12.4041L8.84385 15.1769C8.57917 15.2975 8.29088 15.3602 8.00002 15.3602C7.70915 15.3602 7.42168 15.2978 7.15699 15.1772L1.04416 12.4041C0.692094 12.2444 0.536164 11.8295 0.69588 11.4775Z", @@ -4492,349 +4472,349 @@ const Bt = (e) => }), ], }), - Ho = (e) => - kt("svg", { + mo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96663 3C1.96663 2.06874 2.73537 1.3 3.66663 1.3C3.68571 1.3 3.70478 1.30078 3.7238 1.30234C4.15256 1.33747 4.55176 1.53382 4.8412 1.85129L5.99997 3.01005L6.17166 2.83836C6.44503 2.56499 6.88824 2.56499 7.16161 2.83836C7.43498 3.11173 7.43498 3.55494 7.16161 3.82831L6.49519 4.49473L5.82828 5.16164C5.55491 5.43501 5.11169 5.43501 4.83833 5.16164C4.56496 4.88828 4.56496 4.44506 4.83833 4.1717L5.01002 4L3.83833 2.82831C3.8284 2.81839 3.81878 2.80817 3.80947 2.79766C3.7647 2.74716 3.70442 2.71344 3.63857 2.70149C3.49215 2.71698 3.36663 2.85136 3.36663 3V7.3H14.6666C15.0532 7.3 15.3666 7.6134 15.3666 8C15.3666 8.3866 15.0532 8.7 14.6666 8.7H14.0333V11.3333C14.0333 11.8726 13.8191 12.3898 13.4377 12.7711C13.0643 13.1446 12.5605 13.3578 12.0333 13.3664V14C12.0333 14.3866 11.7199 14.7 11.3333 14.7C10.9467 14.7 10.6333 14.3866 10.6333 14V13.3667H5.36663V14C5.36663 14.3866 5.05323 14.7 4.66663 14.7C4.28003 14.7 3.96663 14.3866 3.96663 14V13.3664C3.43942 13.3578 2.93564 13.1446 2.56218 12.7711C2.18086 12.3898 1.96663 11.8726 1.96663 11.3333V8.7H1.3333C0.946701 8.7 0.633301 8.3866 0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H1.96663V3ZM3.36663 8.7V11.3333C3.36663 11.5013 3.43336 11.6624 3.55213 11.7812C3.67091 11.8999 3.832 11.9667 3.99997 11.9667H12C12.1679 11.9667 12.329 11.8999 12.4478 11.7812C12.5666 11.6624 12.6333 11.5013 12.6333 11.3333V8.7H3.36663Z", fill: "currentColor", }), }), - Eo = (e) => - kt("svg", { + ho = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.69345 4.06643C8.02495 4.26533 8.13245 4.69531 7.93355 5.02682L6.56963 7.30001H7.99997C8.25216 7.30001 8.48485 7.43566 8.60911 7.65512C8.73336 7.87457 8.72996 8.1439 8.60021 8.36015L6.60021 11.6935C6.40131 12.025 5.97133 12.1325 5.63982 11.9336C5.30831 11.7347 5.20082 11.3047 5.39972 10.9732L6.76363 8.70001H5.3333C5.08111 8.70001 4.84841 8.56435 4.72416 8.3449C4.59991 8.12544 4.6033 7.85611 4.73306 7.63986L6.73306 4.30653C6.93196 3.97502 7.36194 3.86753 7.69345 4.06643ZM1.22885 4.56222C1.61017 4.1809 2.12736 3.96667 2.66663 3.96667H3.99997C4.38657 3.96667 4.69997 4.28007 4.69997 4.66667C4.69997 5.05327 4.38657 5.36667 3.99997 5.36667H2.66663C2.49866 5.36667 2.33757 5.4334 2.2188 5.55217C2.10003 5.67095 2.0333 5.83204 2.0333 6.00001V10C2.0333 10.168 2.10003 10.3291 2.2188 10.4478C2.33757 10.5666 2.49866 10.6333 2.66663 10.6333H3.3333C3.7199 10.6333 4.0333 10.9467 4.0333 11.3333C4.0333 11.7199 3.7199 12.0333 3.3333 12.0333H2.66663C2.12736 12.0333 1.61017 11.8191 1.22885 11.4378C0.847526 11.0565 0.633301 10.5393 0.633301 10V6.00001C0.633301 5.46073 0.847526 4.94355 1.22885 4.56222ZM9.29997 4.66667C9.29997 4.28007 9.61337 3.96667 9.99997 3.96667H10.6666C11.2059 3.96667 11.7231 4.1809 12.1044 4.56222C12.4857 4.94355 12.7 5.46073 12.7 6.00001V10C12.7 10.5393 12.4857 11.0565 12.1044 11.4378C11.7231 11.8191 11.2059 12.0333 10.6666 12.0333H9.3333C8.9467 12.0333 8.6333 11.7199 8.6333 11.3333C8.6333 10.9467 8.9467 10.6333 9.3333 10.6333H10.6666C10.8346 10.6333 10.9957 10.5666 11.1145 10.4478C11.2332 10.3291 11.3 10.168 11.3 10V6.00001C11.3 5.83204 11.2332 5.67095 11.1145 5.55217C10.9957 5.4334 10.8346 5.36667 10.6666 5.36667H9.99997C9.61337 5.36667 9.29997 5.05327 9.29997 4.66667ZM14.6666 6.63334C15.0532 6.63334 15.3666 6.94674 15.3666 7.33334V8.66667C15.3666 9.05327 15.0532 9.36667 14.6666 9.36667C14.28 9.36667 13.9666 9.05327 13.9666 8.66667V7.33334C13.9666 6.94674 14.28 6.63334 14.6666 6.63334Z", fill: "currentColor", }), }), - Ro = (e) => - kt("svg", { + fo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 5.36666C2.31685 5.36666 2.0333 5.65021 2.0333 5.99999V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 9.99999V5.99999C11.3 5.65021 11.0164 5.36666 10.6666 5.36666H2.66663ZM0.633301 5.99999C0.633301 4.87701 1.54366 3.96666 2.66663 3.96666H10.6666C11.7896 3.96666 12.7 4.87701 12.7 5.99999V9.99999C12.7 11.123 11.7896 12.0333 10.6666 12.0333H2.66663C1.54366 12.0333 0.633301 11.123 0.633301 9.99999V5.99999ZM3.99997 6.63333C4.38657 6.63333 4.69997 6.94673 4.69997 7.33333V8.66666C4.69997 9.05326 4.38657 9.36666 3.99997 9.36666C3.61337 9.36666 3.29997 9.05326 3.29997 8.66666V7.33333C3.29997 6.94673 3.61337 6.63333 3.99997 6.63333ZM6.66663 6.63333C7.05323 6.63333 7.36663 6.94673 7.36663 7.33333V8.66666C7.36663 9.05326 7.05323 9.36666 6.66663 9.36666C6.28003 9.36666 5.96663 9.05326 5.96663 8.66666V7.33333C5.96663 6.94673 6.28003 6.63333 6.66663 6.63333ZM9.3333 6.63333C9.7199 6.63333 10.0333 6.94673 10.0333 7.33333V8.66666C10.0333 9.05326 9.7199 9.36666 9.3333 9.36666C8.9467 9.36666 8.6333 9.05326 8.6333 8.66666V7.33333C8.6333 6.94673 8.9467 6.63333 9.3333 6.63333ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333Z", fill: "currentColor", }), }), - yo = (e) => - kt("svg", { + go = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 5.36666C2.31685 5.36666 2.0333 5.65021 2.0333 5.99999V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 9.99999V5.99999C11.3 5.65021 11.0164 5.36666 10.6666 5.36666H2.66663ZM0.633301 5.99999C0.633301 4.87701 1.54366 3.96666 2.66663 3.96666H10.6666C11.7896 3.96666 12.7 4.87701 12.7 5.99999V9.99999C12.7 11.123 11.7896 12.0333 10.6666 12.0333H2.66663C1.54366 12.0333 0.633301 11.123 0.633301 9.99999V5.99999ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333Z", fill: "currentColor", }), }), - Vo = (e) => - kt("svg", { + vo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 5.36666C2.31685 5.36666 2.0333 5.65021 2.0333 5.99999V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 9.99999V5.99999C11.3 5.65021 11.0164 5.36666 10.6666 5.36666H2.66663ZM0.633301 5.99999C0.633301 4.87701 1.54366 3.96666 2.66663 3.96666H10.6666C11.7896 3.96666 12.7 4.87701 12.7 5.99999V9.99999C12.7 11.123 11.7896 12.0333 10.6666 12.0333H2.66663C1.54366 12.0333 0.633301 11.123 0.633301 9.99999V5.99999ZM3.99997 6.63333C4.38657 6.63333 4.69997 6.94673 4.69997 7.33333V8.66666C4.69997 9.05326 4.38657 9.36666 3.99997 9.36666C3.61337 9.36666 3.29997 9.05326 3.29997 8.66666V7.33333C3.29997 6.94673 3.61337 6.63333 3.99997 6.63333ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333Z", fill: "currentColor", }), }), - So = (e) => - kt("svg", { + wo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 5.36666C2.31685 5.36666 2.0333 5.65021 2.0333 5.99999V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H10.6666C11.0164 10.6333 11.3 10.3498 11.3 9.99999V5.99999C11.3 5.65021 11.0164 5.36666 10.6666 5.36666H2.66663ZM0.633301 5.99999C0.633301 4.87701 1.54366 3.96666 2.66663 3.96666H10.6666C11.7896 3.96666 12.7 4.87701 12.7 5.99999V9.99999C12.7 11.123 11.7896 12.0333 10.6666 12.0333H2.66663C1.54366 12.0333 0.633301 11.123 0.633301 9.99999V5.99999ZM3.99997 6.63333C4.38657 6.63333 4.69997 6.94673 4.69997 7.33333V8.66666C4.69997 9.05326 4.38657 9.36666 3.99997 9.36666C3.61337 9.36666 3.29997 9.05326 3.29997 8.66666V7.33333C3.29997 6.94673 3.61337 6.63333 3.99997 6.63333ZM6.66663 6.63333C7.05323 6.63333 7.36663 6.94673 7.36663 7.33333V8.66666C7.36663 9.05326 7.05323 9.36666 6.66663 9.36666C6.28003 9.36666 5.96663 9.05326 5.96663 8.66666V7.33333C5.96663 6.94673 6.28003 6.63333 6.66663 6.63333ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333Z", fill: "currentColor", }), }), - To = (e) => - kt("svg", { + Lo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 4.56221C1.61017 4.18089 2.12736 3.96666 2.66663 3.96666H3.99997C4.38657 3.96666 4.69997 4.28006 4.69997 4.66666C4.69997 5.05326 4.38657 5.36666 3.99997 5.36666H2.66663C2.49866 5.36666 2.33757 5.43339 2.2188 5.55216C2.10003 5.67093 2.0333 5.83202 2.0333 5.99999V9.99999C2.0333 10.1057 2.09318 10.2699 2.24494 10.4217C2.3967 10.5734 2.56096 10.6333 2.66663 10.6333H3.99997C4.38657 10.6333 4.69997 10.9467 4.69997 11.3333C4.69997 11.7199 4.38657 12.0333 3.99997 12.0333H2.66663C2.10564 12.0333 1.60323 11.7599 1.25499 11.4116C0.906751 11.0634 0.633301 10.561 0.633301 9.99999V5.99999C0.633301 5.46072 0.847526 4.94353 1.22885 4.56221ZM6.66663 3.96666C7.05323 3.96666 7.36663 4.28006 7.36663 4.66666V8.66666C7.36663 9.05326 7.05323 9.36666 6.66663 9.36666C6.28003 9.36666 5.96663 9.05326 5.96663 8.66666V4.66666C5.96663 4.28006 6.28003 3.96666 6.66663 3.96666ZM8.6333 4.66666C8.6333 4.28006 8.9467 3.96666 9.3333 3.96666H10.6666C11.2059 3.96666 11.7231 4.18089 12.1044 4.56221C12.4857 4.94353 12.7 5.46072 12.7 5.99999V9.99999C12.7 10.561 12.4265 11.0634 12.0783 11.4116C11.73 11.7599 11.2276 12.0333 10.6666 12.0333H9.3333C8.9467 12.0333 8.6333 11.7199 8.6333 11.3333C8.6333 10.9467 8.9467 10.6333 9.3333 10.6333H10.6666C10.7723 10.6333 10.9366 10.5734 11.0883 10.4217C11.2401 10.2699 11.3 10.1057 11.3 9.99999V5.99999C11.3 5.83202 11.2332 5.67093 11.1145 5.55216C10.9957 5.43339 10.8346 5.36666 10.6666 5.36666H9.3333C8.9467 5.36666 8.6333 5.05326 8.6333 4.66666ZM14.6666 6.63333C15.0532 6.63333 15.3666 6.94673 15.3666 7.33333V8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666C14.28 9.36666 13.9666 9.05326 13.9666 8.66666V7.33333C13.9666 6.94673 14.28 6.63333 14.6666 6.63333ZM6.66663 10.6333C7.05323 10.6333 7.36663 10.9467 7.36663 11.3333V11.34C7.36663 11.7266 7.05323 12.04 6.66663 12.04C6.28003 12.04 5.96663 11.7266 5.96663 11.34V11.3333C5.96663 10.9467 6.28003 10.6333 6.66663 10.6333Z", fill: "currentColor", }), }), - No = (e) => - kt("svg", { + bo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.30005 2C2.30005 1.6134 2.61345 1.3 3.00005 1.3H13C13.3866 1.3 13.7 1.6134 13.7 2C13.7 2.3866 13.3866 2.7 13 2.7H12.7V12.6667C12.7 13.2059 12.4858 13.7231 12.1045 14.1045C11.7232 14.4858 11.206 14.7 10.6667 14.7H5.33338C4.79411 14.7 4.27692 14.4858 3.8956 14.1045C3.51427 13.7231 3.30005 13.2059 3.30005 12.6667V2.7H3.00005C2.61345 2.7 2.30005 2.3866 2.30005 2ZM4.70005 2.7V8.63334H11.3V2.7H4.70005ZM11.3 10.0333H4.70005V12.6667C4.70005 12.8346 4.76677 12.9957 4.88555 13.1145C5.00432 13.2333 5.16541 13.3 5.33338 13.3H10.6667C10.8347 13.3 10.9958 13.2333 11.1145 13.1145C11.2333 12.9957 11.3 12.8346 11.3 12.6667V10.0333Z", fill: "currentColor", }), }), - xo = (e) => - kt("svg", { + Mo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.97839 1.475C8.92285 0.816435 10.0762 0.527462 11.2196 0.662911C12.363 0.79836 13.4169 1.34881 14.1813 2.20981C14.9458 3.07082 15.3676 4.18248 15.3667 5.33387L14.6667 5.33334H15.3667C15.3667 5.33351 15.3667 5.33369 15.3667 5.33387C15.3664 10.8747 10.8747 15.3664 5.33388 15.3667L5.33334 14.6667V15.3667C5.33352 15.3667 5.3337 15.3667 5.33388 15.3667M4.23564 6.09592L4.39652 6.76769L4.23564 6.09592C4.23564 6.09592 4.23564 6.09592 4.23564 6.09592ZM4.23564 6.09592C4.79184 5.96271 5.22013 5.78993 5.50503 5.50503C5.78984 5.22022 5.96264 4.79145 6.09592 4.23564L6.77626 4.39857L6.09597 4.23545C6.09595 4.23552 6.09594 4.23558 6.09592 4.23564C6.36409 3.11591 7.03394 2.13357 7.97839 1.475M11.0549 2.05319C10.2521 1.95809 9.44228 2.16098 8.77916 2.62338C8.49766 2.81967 8.25091 3.05692 8.04573 3.32512C8.26655 3.49438 8.46634 3.69099 8.64001 3.91097C8.9786 4.33985 9.20771 4.8447 9.30755 5.38193C9.40739 5.91915 9.37497 6.47261 9.21309 6.9945C9.05121 7.5164 8.76473 7.99104 8.37838 8.37746C7.99204 8.76388 7.51744 9.05045 6.99558 9.21243C6.47371 9.37442 5.92027 9.40694 5.38302 9.3072C4.84578 9.20746 4.34088 8.97844 3.91194 8.63994C3.69178 8.4662 3.49502 8.26629 3.32564 8.04533C3.05723 8.25059 2.8198 8.49748 2.62339 8.77915C2.16099 9.44228 1.95809 10.2521 2.0532 11.0549C2.1483 11.8577 2.53478 12.5977 3.13932 13.1344C3.74386 13.6711 4.52438 13.9673 5.33281 13.9667H5.33334C10.1014 13.9667 13.9667 10.1014 13.9667 5.33334V5.3328C13.9673 4.52438 13.6711 3.74385 13.1344 3.13931C12.5977 2.53478 11.8577 2.14829 11.0549 2.05319ZM4.65528 7.43447C4.69502 7.47158 4.73636 7.50711 4.77923 7.54093C5.0298 7.73868 5.32474 7.87245 5.63857 7.93072C5.95241 7.98899 6.27571 7.96999 6.58056 7.87536C6.88541 7.78074 7.16265 7.61334 7.38834 7.38761C7.61402 7.16188 7.78137 6.88461 7.87594 6.57974C7.97051 6.27487 7.98944 5.95156 7.93112 5.63774C7.87279 5.32392 7.73896 5.029 7.54117 4.77847C7.50732 4.7356 7.47178 4.69424 7.43465 4.6545C7.2842 5.25286 7.03533 5.95463 6.49498 6.49498C5.95494 7.03502 5.25427 7.28393 4.65528 7.43447Z", fill: "currentColor", }), }), - _o = (e) => - kt("svg", { + Ho = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.4923 2.13677C10.7838 1.95371 10.0346 2.01129 9.3625 2.30046C8.84065 2.52497 8.38822 2.87919 8.0462 3.32601C8.49145 3.66709 8.84819 4.11642 9.07912 4.63667C9.23597 4.99002 9.07667 5.40362 8.72332 5.56047C8.36996 5.71731 7.95637 5.55801 7.79952 5.20466C7.60086 4.7571 7.24314 4.39921 6.79568 4.20033C6.4424 4.04331 6.2833 3.62963 6.44032 3.27636C6.45952 3.23317 6.48254 3.19289 6.50883 3.15574C6.52115 3.12203 6.53623 3.08884 6.55415 3.05645C7.05867 2.14459 7.85193 1.42627 8.80922 1.01442C9.76651 0.602578 10.8335 0.520568 11.8425 0.781289C12.8515 1.04201 13.7452 1.63067 14.3831 2.45472C15.021 3.2787 15.367 4.2913 15.3667 5.33333M0.838346 0.838357C1.11171 0.56499 1.55493 0.56499 1.8283 0.838357L6.49466 5.50472L8.38007 7.39013L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8883 15.435 14.445 15.435 14.1717 15.1616L11.9165 12.9065C11.1014 13.6163 10.1754 14.1904 9.17386 14.6052C7.95603 15.1095 6.65057 15.3683 5.33244 15.3667L5.33332 14.6668L5.33386 15.3667C5.33338 15.3667 5.33291 15.3667 5.33244 15.3667C4.18155 15.3672 3.07045 14.9454 2.2098 14.1813C1.34879 13.4169 0.798345 12.363 0.662896 11.2196C0.527446 10.0762 0.81642 8.92284 1.47499 7.97838C2.13355 7.03393 3.11589 6.36408 4.23562 6.09591C4.48237 6.03682 4.70393 5.96994 4.89898 5.88894L5.93861 6.92857C5.5184 7.18392 5.06228 7.33226 4.65363 7.43488C4.60842 7.39247 4.56529 7.34802 4.52439 7.30166C4.52439 7.30166 4.52439 7.30167 4.52439 7.30166C4.39177 7.15137 4.28243 6.98115 4.20072 6.7966C4.04421 6.4431 3.63076 6.28342 3.27726 6.43993C2.92376 6.59644 2.76407 7.00989 2.92059 7.36339C3.0284 7.60691 3.16432 7.83586 3.32495 8.04584C3.05681 8.251 2.81961 8.49771 2.62337 8.77915C2.16097 9.44227 1.95807 10.2521 2.05317 11.0549C2.14828 11.8577 2.53476 12.5977 3.1393 13.1344C3.74383 13.6711 4.52436 13.9673 5.33279 13.9667H5.3342C6.46791 13.9681 7.59074 13.7455 8.63818 13.3117C9.46969 12.9674 10.2407 12.4953 10.9238 11.9138L7.83344 8.8234C7.57479 8.99148 7.29333 9.12382 6.99659 9.21588C6.47426 9.37793 5.92032 9.41029 5.38267 9.31017C4.84502 9.21005 4.33986 8.98046 3.91087 8.64126C3.69079 8.46724 3.49416 8.26706 3.32495 8.04584C3.6886 7.7676 4.10916 7.56579 4.56169 7.45741C4.59203 7.45015 4.6227 7.44264 4.65363 7.43488C4.69386 7.47261 4.73575 7.50872 4.77921 7.54308C5.02981 7.74123 5.3249 7.87535 5.63897 7.93383C5.95304 7.99232 6.27663 7.97341 6.58176 7.87875C6.65787 7.85514 6.73226 7.82699 6.80456 7.79452L5.93861 6.92857M4.89898 5.88894L0.838346 1.82831C0.564979 1.55494 0.564979 1.11172 0.838346 0.838357M11.4923 2.13677C12.2007 2.31983 12.8282 2.73314 13.2761 3.31173L11.4923 2.13677ZM13.2761 3.31173C13.724 3.89032 13.9669 4.60137 13.9667 5.33307L13.2761 3.31173ZM13.9667 5.33307C13.9667 6.82099 13.5905 8.21961 12.9292 9.43981L13.9667 5.33307ZM15.3667 5.33333C15.3666 7.05997 14.9295 8.68712 14.1601 10.1068C13.9759 10.4467 13.551 10.573 13.2111 10.3888C12.8712 10.2046 12.745 9.77971 12.9292 9.43981", fill: "currentColor", }), }), - Ao = (e) => - kt("svg", { + Eo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99997 3.36666C3.832 3.36666 3.67091 3.43339 3.55213 3.55216C3.43336 3.67093 3.36663 3.83202 3.36663 3.99999V5.96666H7.29997V3.36666H3.99997ZM3.99997 1.96666C3.46069 1.96666 2.94351 2.18089 2.56218 2.56221C2.18086 2.94353 1.96663 3.46072 1.96663 3.99999V6.09095C1.692 6.19166 1.43966 6.3514 1.22885 6.56221C0.847526 6.94353 0.633301 7.46072 0.633301 7.99999V13.3333C0.633301 13.7199 0.946701 14.0333 1.3333 14.0333C1.7199 14.0333 2.0333 13.7199 2.0333 13.3333V12.7H13.9666V13.3333C13.9666 13.7199 14.28 14.0333 14.6666 14.0333C15.0532 14.0333 15.3666 13.7199 15.3666 13.3333V7.99999C15.3666 7.46072 15.1524 6.94353 14.7711 6.56221C14.5603 6.3514 14.3079 6.19166 14.0333 6.09095V3.99999C14.0333 3.46072 13.8191 2.94353 13.4377 2.56221C13.0564 2.18089 12.5392 1.96666 12 1.96666H3.99997ZM8.69997 3.36666V5.96666H12.6333V3.99999C12.6333 3.83202 12.5666 3.67093 12.4478 3.55216C12.329 3.43339 12.1679 3.36666 12 3.36666H8.69997ZM2.66663 7.36666C2.49866 7.36666 2.33757 7.43339 2.2188 7.55216C2.10003 7.67093 2.0333 7.83202 2.0333 7.99999V11.3H13.9666V7.99999C13.9666 7.83202 13.8999 7.67093 13.7811 7.55216C13.6624 7.43339 13.5013 7.36666 13.3333 7.36666H2.66663Z", fill: "currentColor", }), }), - Zo = (e) => - kt("svg", { + Ro = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.3333 1.96666C1.7199 1.96666 2.0333 2.28006 2.0333 2.66666V4.63333H13.3333C13.8726 4.63333 14.3898 4.84755 14.7711 5.22888C15.1524 5.6102 15.3666 6.12739 15.3666 6.66666V13.3333C15.3666 13.7199 15.0532 14.0333 14.6666 14.0333C14.28 14.0333 13.9666 13.7199 13.9666 13.3333V12.0333H2.0333V13.3333C2.0333 13.7199 1.7199 14.0333 1.3333 14.0333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333V2.66666C0.633301 2.28006 0.946701 1.96666 1.3333 1.96666ZM2.0333 6.03333V10.6333H3.29997V6.03333H2.0333ZM4.69997 6.03333V10.6333H13.9666V6.66666C13.9666 6.49869 13.8999 6.3376 13.7811 6.21883C13.6624 6.10005 13.5013 6.03333 13.3333 6.03333H4.69997Z", fill: "currentColor", }), }), - Io = (e) => - kt("svg", { + yo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66672 3.36666C4.49874 3.36666 4.33765 3.43339 4.21888 3.55216C4.10011 3.67093 4.03338 3.83202 4.03338 3.99999V5.96666H11.9667V3.99999C11.9667 3.83202 11.9 3.67093 11.7812 3.55216C11.6624 3.43339 11.5014 3.36666 11.3334 3.36666H4.66672ZM13.3667 6.09095V3.99999C13.3667 3.46072 13.1525 2.94353 12.7712 2.56221C12.3898 2.18089 11.8727 1.96666 11.3334 1.96666H4.66672C4.12744 1.96666 3.61026 2.18088 3.22893 2.56221C2.84761 2.94353 2.63338 3.46072 2.63338 3.99999V6.09095C2.35875 6.19166 2.10641 6.3514 1.8956 6.56221C1.51427 6.94353 1.30005 7.46072 1.30005 7.99999V13.3333C1.30005 13.7199 1.61345 14.0333 2.00005 14.0333C2.38665 14.0333 2.70005 13.7199 2.70005 13.3333V12.7H13.3V13.3333C13.3 13.7199 13.6135 14.0333 14 14.0333C14.3866 14.0333 14.7 13.7199 14.7 13.3333V7.99999C14.7 7.46072 14.4858 6.94353 14.1045 6.56221C13.8937 6.3514 13.6414 6.19166 13.3667 6.09095ZM13.3 11.3V7.99999C13.3 7.83202 13.2333 7.67093 13.1145 7.55216C12.9958 7.43339 12.8347 7.36666 12.6667 7.36666H3.33338C3.16541 7.36666 3.00432 7.43339 2.88555 7.55216C2.76677 7.67093 2.70005 7.83202 2.70005 7.99999V11.3H13.3Z", fill: "currentColor", }), }), - ko = (e) => - kt("svg", { + Vo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.33343 0.633332C7.25506 0.632776 6.20501 0.978573 5.33797 1.61979L8.33343 0.633332ZM8.33301 2.03333C7.55448 2.03287 6.79638 2.28249 6.17043 2.74541C5.54447 3.20833 5.08377 3.86008 4.85619 4.60461C4.85338 4.61383 4.85037 4.62299 4.84717 4.63209C4.67832 5.11256 4.56161 5.50597 4.45695 5.85877C4.45201 5.87542 4.44709 5.89198 4.4422 5.90846C4.33573 6.26716 4.23368 6.60825 4.09773 6.93386C3.80802 7.62775 3.3867 8.20006 2.53742 8.97149C2.52867 8.97944 2.51971 8.98717 2.51057 8.99467C2.30333 9.16456 2.15366 9.39435 2.08205 9.65259C2.01043 9.91082 2.02037 10.1849 2.1105 10.4372C2.20063 10.6896 2.36655 10.9079 2.58555 11.0624C2.80455 11.2168 3.06592 11.2998 3.3339 11.3C5.81638 11.2999 8.59468 10.1711 10.4853 8.59558C10.4945 8.58792 10.5039 8.58051 10.5134 8.57333C11.1235 8.11579 11.5741 7.47789 11.8015 6.75001C12.0289 6.02212 12.0215 5.24115 11.7803 4.5177C11.7528 4.43504 11.7223 4.3536 11.6891 4.27353C11.6877 4.27034 11.6864 4.26713 11.6851 4.26393C11.427 3.6473 11.003 3.11205 10.4579 2.71915C9.83925 2.27327 9.09559 2.03333 8.33301 2.03333ZM13.1215 7.21886C12.8034 8.20003 12.1914 9.06012 11.3681 9.68232C9.25914 11.4342 6.17809 12.7 3.33343 12.7C3.29964 12.7 3.26542 12.6993 3.23174 12.698L3.5062 13.247C3.61396 13.4628 3.77986 13.6448 3.98496 13.7718C4.18989 13.8988 4.42607 13.9662 4.66712 13.9667C7.14963 13.9666 9.92799 12.8378 11.8186 11.2622C11.828 11.2545 11.8375 11.247 11.8472 11.2397C12.2986 10.9016 12.665 10.463 12.9172 9.95856C13.1694 9.45413 13.3005 8.89784 13.3001 8.33387L13.3001 8.33121C13.3012 7.96792 13.2476 7.60662 13.1412 7.25945L13.1215 7.21886ZM0.963636 11.2914C0.896876 11.1688 0.83943 11.0407 0.792063 10.9081C0.604868 10.384 0.584227 9.81477 0.732966 9.27845C0.879984 8.74832 1.18538 8.27591 1.60808 7.92429C2.34973 7.24889 2.61985 6.83986 2.80581 6.39447C2.90819 6.14925 2.9903 5.87992 3.10008 5.51008C3.10533 5.4924 3.11062 5.47455 3.11597 5.45651C3.2196 5.10713 3.34361 4.68906 3.52171 4.18116C3.83848 3.15567 4.47481 2.25814 5.33797 1.61979M0.963636 11.2914C0.966957 11.2987 0.970412 11.3059 0.974002 11.313L2.25381 13.8727C2.47763 14.3208 2.8219 14.6982 3.24776 14.962C3.67373 15.2259 4.16473 15.366 4.66581 15.3667C7.51038 15.3667 10.5923 14.101 12.7012 12.3491C13.3201 11.8822 13.8226 11.2783 14.1694 10.5847C14.5188 9.88592 14.7005 9.11537 14.7001 8.33417C14.7001 8.33459 14.7001 8.33502 14.7001 8.33545L14.0001 8.33333L14.7001 8.33279C14.7001 8.33325 14.7001 8.33371 14.7001 8.33417C14.7016 7.80875 14.6205 7.28636 14.4599 6.78607C14.4498 6.75443 14.4374 6.72356 14.4229 6.69368L12.9715 3.71136C12.6135 2.86221 12.0281 2.12514 11.2765 1.58341C10.4196 0.965802 9.3897 0.63342 8.33343 0.633332M8.33343 4.7C7.79956 4.7 7.36677 5.13279 7.36677 5.66667C7.36677 6.20054 7.79956 6.63333 8.33343 6.63333C8.86731 6.63333 9.3001 6.20054 9.3001 5.66667C9.3001 5.13279 8.86731 4.7 8.33343 4.7ZM5.96677 5.66667C5.96677 4.35959 7.02636 3.3 8.33343 3.3C9.64051 3.3 10.7001 4.35959 10.7001 5.66667C10.7001 6.97374 9.64051 8.03333 8.33343 8.03333C7.02636 8.03333 5.96677 6.97374 5.96677 5.66667Z", fill: "currentColor", }), }), - Oo = (e) => - kt("svg", { + To = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.15985 2.75247C5.96629 2.88658 5.68873 3.03333 5.33338 3.03333C4.90685 3.03333 4.52819 2.91824 4.25977 2.83665C3.95358 2.74358 3.80071 2.7 3.66672 2.7C3.41034 2.7 3.16446 2.80184 2.98318 2.98313C2.80189 3.16441 2.70005 3.41029 2.70005 3.66666C2.70005 3.92304 2.80189 4.16892 2.98318 4.3502C3.16446 4.53149 3.41034 4.63333 3.66672 4.63333C3.79746 4.63333 3.93421 4.59233 4.23744 4.49816C4.5094 4.4137 4.88477 4.3 5.33338 4.3C5.73748 4.3 6.05611 4.39526 6.30077 4.46841C6.33125 4.47752 6.36058 4.48629 6.38878 4.49449C6.63832 4.56703 6.90226 4.63333 7.33338 4.63333C7.7645 4.63333 8.02845 4.56703 8.27798 4.49449C8.30619 4.48629 8.33552 4.47752 8.36599 4.46841C8.61065 4.39526 8.92928 4.3 9.33338 4.3C9.78199 4.3 10.1574 4.4137 10.4293 4.49816C10.7326 4.59233 10.8693 4.63333 11 4.63333C11.2564 4.63333 11.5023 4.53149 11.6836 4.3502C11.8649 4.16892 11.9667 3.92304 11.9667 3.66666C11.9667 3.41029 11.8649 3.16441 11.6836 2.98313C11.5023 2.80184 11.2564 2.7 11 2.7C10.8693 2.7 10.7326 2.741 10.4293 2.83517C10.1574 2.91963 9.78199 3.03333 9.33338 3.03333C8.97682 3.03333 8.6966 2.89525 8.49155 2.75544C8.34286 2.65406 8.19274 2.52035 8.08273 2.42235C8.05726 2.39967 8.03395 2.3789 8.0133 2.36089C7.75734 2.13768 7.5893 2.03333 7.33338 2.03333C7.07263 2.03333 6.89122 2.14278 6.63069 2.36545C6.60722 2.38551 6.5802 2.40919 6.55049 2.43523C6.44159 2.53068 6.29672 2.65764 6.15985 2.75247ZM5.72108 1.30121C6.04555 1.02389 6.55413 0.633331 7.33338 0.633331C8.11747 0.633331 8.61609 1.02899 8.93347 1.30577C8.981 1.34722 9.02139 1.38303 9.05684 1.41445C9.15323 1.4999 9.21303 1.55291 9.28022 1.59872C9.31294 1.62103 9.33176 1.63004 9.34015 1.63331C9.55555 1.63223 9.75214 1.57952 10.0141 1.49816C10.0337 1.49207 10.0543 1.4856 10.0756 1.47886C10.3088 1.40543 10.6435 1.3 11 1.3C11.6277 1.3 12.2297 1.54934 12.6735 1.99318C13.1174 2.43701 13.3667 3.03899 13.3667 3.66666C13.3667 4.29434 13.1174 4.89631 12.6735 5.34015C12.4852 5.52844 12.2685 5.68173 12.0334 5.79583V6.63354C12.7374 6.64222 13.4108 6.92566 13.9092 7.42414C14.4156 7.93049 14.7 8.61725 14.7 9.33333C14.7 10.0494 14.4156 10.7362 13.9092 11.2425C13.4108 11.741 12.7374 12.0244 12.0334 12.0331V13.3333C12.0334 13.8726 11.8192 14.3898 11.4378 14.7711C11.0565 15.1524 10.5393 15.3667 10 15.3667H4.66672C4.12744 15.3667 3.61026 15.1524 3.22893 14.7711C2.84761 14.3898 2.63338 13.8726 2.63338 13.3333V5.79583C2.39828 5.68173 2.18152 5.52844 1.99323 5.34015C1.54939 4.89631 1.30005 4.29434 1.30005 3.66666C1.30005 3.03899 1.54939 2.43701 1.99323 1.99318C2.43707 1.54934 3.03904 1.3 3.66672 1.3C4.0245 1.3 4.36961 1.40595 4.61098 1.48005C4.63002 1.48589 4.64842 1.49154 4.66612 1.49692C4.9355 1.5788 5.12564 1.62943 5.31166 1.63312C5.3212 1.62827 5.33775 1.61887 5.36254 1.60169C5.42864 1.55589 5.48661 1.50518 5.5755 1.42741C5.61626 1.39175 5.66353 1.35039 5.72108 1.30121ZM5.30151 1.63771C5.30151 1.6377 5.3019 1.63754 5.30266 1.6373L5.30151 1.63771ZM4.03338 5.99983V13.3333C4.03338 13.5013 4.10011 13.6624 4.21888 13.7812C4.33765 13.8999 4.49875 13.9667 4.66672 13.9667H10C10.168 13.9667 10.3291 13.8999 10.4479 13.7812C10.5667 13.6624 10.6334 13.5013 10.6334 13.3333V5.99983C10.4194 5.96274 10.2263 5.90192 10.0756 5.85446C10.0543 5.84773 10.0337 5.84126 10.0141 5.83517C9.7494 5.75296 9.55144 5.7 9.33338 5.7C9.14264 5.7 9.01537 5.73731 8.76015 5.81213C8.73141 5.82056 8.70104 5.82946 8.66878 5.83884C8.34498 5.93297 7.94226 6.03333 7.33338 6.03333C6.7245 6.03333 6.32178 5.93297 5.99798 5.83884C5.96572 5.82946 5.93536 5.82056 5.90661 5.81213C5.6514 5.73731 5.52413 5.7 5.33338 5.7C5.11533 5.7 4.91737 5.75296 4.65266 5.83517C4.63304 5.84126 4.61251 5.84773 4.59112 5.85446C4.44046 5.90192 4.24737 5.96274 4.03338 5.99983ZM12.0334 8.03376V10.6329C12.3661 10.6244 12.6834 10.4885 12.9193 10.2526C13.1631 10.0088 13.3 9.67811 13.3 9.33333C13.3 8.98855 13.1631 8.65789 12.9193 8.41409C12.6834 8.17816 12.3661 8.04228 12.0334 8.03376ZM6.00005 7.3C6.38665 7.3 6.70005 7.6134 6.70005 8V12C6.70005 12.3866 6.38665 12.7 6.00005 12.7C5.61345 12.7 5.30005 12.3866 5.30005 12V8C5.30005 7.6134 5.61345 7.3 6.00005 7.3ZM8.66672 7.3C9.05331 7.3 9.36672 7.6134 9.36672 8V12C9.36672 12.3866 9.05331 12.7 8.66672 12.7C8.28012 12.7 7.96672 12.3866 7.96672 12V8C7.96672 7.6134 8.28012 7.3 8.66672 7.3Z", fill: "currentColor", }), }), - Bo = (e) => - kt("svg", { + So = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L2.98273 1.99281L5.49997 4.51005C5.51312 4.52223 5.52581 4.53492 5.53802 4.5481L9.16131 8.17139C9.16111 8.17119 9.16151 8.17159 9.16131 8.17139L11.8279 10.838C11.8281 10.8382 11.8284 10.8385 11.8287 10.8387L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L12.0333 13.0233V13.3333C12.0333 13.8726 11.8191 14.3898 11.4377 14.7711C11.0564 15.1524 10.5392 15.3667 9.99997 15.3667H4.66663C4.12736 15.3667 3.61017 15.1524 3.22885 14.7711C2.84753 14.3898 2.6333 13.8726 2.6333 13.3333V5.79598C2.53622 5.74888 2.44211 5.69502 2.35168 5.63462C1.96241 5.37457 1.659 5.00491 1.47983 4.57241C1.30067 4.1399 1.2538 3.66398 1.34516 3.20483C1.38994 2.97974 1.46696 2.76365 1.57285 2.56283L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM2.69994 3.68992C2.70279 3.80841 2.72742 3.92599 2.77325 4.03662C2.84643 4.21327 2.97036 4.36426 3.12936 4.47048C3.28186 4.57235 3.46005 4.62865 3.64307 4.63305L2.69994 3.68992ZM4.80069 5.79067C4.7395 5.80849 4.67508 5.82848 4.60459 5.85036C4.57812 5.85857 4.55079 5.86706 4.52244 5.87579C4.38678 5.91759 4.21988 5.96784 4.0333 6.00016V13.3333C4.0333 13.5013 4.10003 13.6624 4.2188 13.7812C4.33757 13.8999 4.49866 13.9667 4.66663 13.9667H9.99997C10.1679 13.9667 10.329 13.8999 10.4478 13.7812C10.5666 13.6624 10.6333 13.5013 10.6333 13.3333V11.6233L9.36663 10.3566V12C9.36663 12.3866 9.05323 12.7 8.66663 12.7C8.28003 12.7 7.96663 12.3866 7.96663 12V8.95661L4.80069 5.79067ZM6.53085 2.45221C6.44717 2.52551 6.34327 2.61653 6.23966 2.69472C5.93109 2.92762 5.49214 2.86627 5.25924 2.55769C5.02635 2.24912 5.0877 1.81017 5.39627 1.57727C5.45579 1.53235 5.51502 1.4806 5.59983 1.40649C5.61659 1.39184 5.63436 1.37632 5.65332 1.3598C5.75811 1.26854 5.89055 1.15537 6.04366 1.04955C6.36304 0.828833 6.78189 0.633331 7.3333 0.633331C8.11738 0.633331 8.61601 1.02899 8.93338 1.30577C8.98092 1.34722 9.02131 1.38303 9.05676 1.41445C9.15315 1.4999 9.21295 1.55291 9.28014 1.59872C9.31286 1.62103 9.33168 1.63004 9.34007 1.63331C9.55547 1.63223 9.75206 1.57952 10.014 1.49816C10.0336 1.49207 10.0542 1.4856 10.0756 1.47886C10.3087 1.40543 10.6434 1.3 11 1.3C11.6276 1.3 12.2296 1.54934 12.6735 1.99318C13.1173 2.43701 13.3666 3.03899 13.3666 3.66666C13.3666 4.29434 13.1173 4.89631 12.6735 5.34015C12.4852 5.52844 12.2684 5.68173 12.0333 5.79583V6.63353C12.471 6.63891 12.9011 6.75065 13.2863 6.95935C13.6813 7.17336 14.0167 7.48255 14.262 7.8589C14.5074 8.23525 14.6549 8.66687 14.6913 9.11465C14.7277 9.56243 14.6518 10.0122 14.4704 10.4232C14.3143 10.7769 13.9011 10.9372 13.5474 10.7811C13.1937 10.625 13.0335 10.2118 13.1895 9.8581C13.2768 9.6602 13.3134 9.44364 13.2959 9.22804C13.2784 9.01244 13.2073 8.80463 13.0892 8.62342C12.9711 8.44221 12.8096 8.29334 12.6194 8.1903C12.4292 8.08726 12.2163 8.03331 12 8.03333H11.9169C11.7915 8.22218 11.577 8.34666 11.3333 8.34666C10.9467 8.34666 10.6333 8.03326 10.6333 7.64666V5.99983C10.4193 5.96274 10.2262 5.90192 10.0756 5.85446C10.0542 5.84773 10.0336 5.84126 10.014 5.83517C9.75018 5.75323 9.55266 5.70035 9.33545 5.7C9.20961 5.70096 9.08447 5.71889 8.96341 5.75331C8.59155 5.85904 8.20439 5.6433 8.09866 5.27144C7.99292 4.89958 8.20866 4.51242 8.58052 4.40669C8.82405 4.33744 9.07585 4.30156 9.32903 4.30001L9.3333 4.29998C9.78191 4.3 10.1573 4.4137 10.4292 4.49816C10.7325 4.59233 10.8692 4.63333 11 4.63333C11.2563 4.63333 11.5022 4.53149 11.6835 4.3502C11.8648 4.16892 11.9666 3.92304 11.9666 3.66666C11.9666 3.41029 11.8648 3.16441 11.6835 2.98313C11.5022 2.80184 11.2563 2.7 11 2.7C10.8692 2.7 10.7325 2.741 10.4292 2.83517C10.1573 2.91963 9.78191 3.03333 9.3333 3.03333C8.97674 3.03333 8.69652 2.89525 8.49146 2.75544C8.34278 2.65406 8.19266 2.52035 8.08265 2.42235C8.05718 2.39967 8.03387 2.3789 8.01322 2.36089C7.75726 2.13768 7.58922 2.03333 7.3333 2.03333C7.14138 2.03333 6.99556 2.0935 6.83961 2.20128C6.75505 2.25971 6.67216 2.329 6.57278 2.41554C6.5595 2.42711 6.54548 2.43939 6.53085 2.45221ZM5.99997 9.03333C6.38657 9.03333 6.69997 9.34673 6.69997 9.73333V12C6.69997 12.3866 6.38657 12.7 5.99997 12.7C5.61337 12.7 5.29997 12.3866 5.29997 12V9.73333C5.29997 9.34673 5.61337 9.03333 5.99997 9.03333Z", fill: "currentColor", }), }), - Do = (e) => - Ot("svg", { + No = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M7.99998 2.0333C6.18658 2.0333 4.69998 3.5199 4.69998 5.3333C4.69998 7.76977 4.17693 9.38739 3.61451 10.4185C3.57371 10.4933 3.53278 10.5649 3.49192 10.6333H12.5274C12.4572 10.5186 12.3863 10.3951 12.3157 10.2627C12.1337 9.9216 12.2628 9.49758 12.6039 9.31565C12.945 9.13373 13.369 9.26277 13.551 9.60389C13.79 10.0522 14.0243 10.357 14.1898 10.5432C14.2727 10.6365 14.3386 10.7003 14.3796 10.7376C14.4002 10.7563 14.4144 10.7684 14.4215 10.7742L14.4258 10.7777C14.6626 10.9592 14.7586 11.2711 14.6641 11.5547C14.5688 11.8405 14.3013 12.0333 14 12.0333H1.99998C1.69151 12.0333 1.41941 11.8314 1.33002 11.5361C1.24163 11.2442 1.3525 10.9291 1.60313 10.7567L1.60444 10.7557C1.6091 10.7522 1.62052 10.7435 1.63779 10.7291C1.67231 10.7004 1.73027 10.6488 1.80431 10.5706C1.95204 10.4147 2.1657 10.151 2.38545 9.7481C2.82303 8.94588 3.29998 7.5635 3.29998 5.3333C3.29998 2.7467 5.41338 0.633301 7.99998 0.633301C8.53977 0.633301 9.01465 0.711438 9.48801 0.869222C9.85477 0.991476 10.053 1.3879 9.93073 1.75466C9.80847 2.12142 9.41205 2.31963 9.04529 2.19738C8.71864 2.0885 8.39352 2.0333 7.99998 2.0333Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M6.5294 13.3865C6.86817 13.2003 7.29379 13.3239 7.48005 13.6627C7.53124 13.7558 7.6065 13.8334 7.69796 13.8875C7.78942 13.9416 7.89373 13.9702 7.99998 13.9702C8.10624 13.9702 8.21054 13.9416 8.302 13.8875C8.39347 13.8334 8.46872 13.7558 8.51991 13.6627C8.70617 13.3239 9.13179 13.2003 9.47057 13.3865C9.80934 13.5728 9.93298 13.9984 9.74672 14.3372C9.57473 14.65 9.3219 14.9109 9.01464 15.0926C8.70738 15.2743 8.35696 15.3702 7.99998 15.3702C7.64301 15.3702 7.29259 15.2743 6.98533 15.0926C6.67806 14.9109 6.42523 14.65 6.25325 14.3372C6.06699 13.9984 6.19063 13.5728 6.5294 13.3865Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M9.96666 3.3333C9.96666 2.9467 10.2801 2.6333 10.6667 2.6333H14.2222C14.3171 2.6333 14.4076 2.65219 14.4902 2.68642C14.5709 2.7198 14.6466 2.76892 14.7126 2.83378L14.7217 2.84292C14.8457 2.96921 14.9222 3.14233 14.9222 3.3333V6.88886C14.9222 7.27546 14.6088 7.58886 14.2222 7.58886C13.8356 7.58886 13.5222 7.27546 13.5222 6.88886V5.02325L11.1616 7.38383C10.8883 7.6572 10.4451 7.6572 10.1717 7.38383C9.89832 7.11046 9.89832 6.66725 10.1717 6.39388L12.5323 4.0333H10.6667C10.2801 4.0333 9.96666 3.7199 9.96666 3.3333Z", fill: "currentColor", }), ], }), - Po = (e) => - kt("svg", { + xo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C6.1866 2.03333 4.7 3.51993 4.7 5.33333C4.7 7.7698 4.17695 9.38742 3.61453 10.4185C3.57373 10.4933 3.5328 10.5649 3.49194 10.6333H12.5275C12.4572 10.5186 12.3863 10.3952 12.3157 10.2627C12.1338 9.92163 12.2628 9.49761 12.6039 9.31568C12.945 9.13376 13.3691 9.2628 13.551 9.60392C13.7901 10.0522 14.0243 10.357 14.1899 10.5433C14.2727 10.6365 14.3387 10.7003 14.3797 10.7377C14.4002 10.7563 14.4145 10.7684 14.4215 10.7742C14.4236 10.7759 14.425 10.7771 14.4258 10.7778C14.4259 10.7778 14.4259 10.7778 14.4259 10.7778C14.6626 10.9592 14.7586 11.2712 14.6641 11.5547C14.5688 11.8405 14.3013 12.0333 14 12.0333H2C1.69153 12.0333 1.41942 11.8314 1.33004 11.5362C1.24165 11.2443 1.35252 10.9291 1.60315 10.7567C1.60558 10.755 1.60803 10.7534 1.61049 10.7517C1.6106 10.7516 1.61071 10.7516 1.61083 10.7515C1.61082 10.7515 1.61082 10.7515 1.61081 10.7515L1.61049 10.7517L1.60996 10.7521L1.60839 10.7531L1.60579 10.7549L1.60266 10.7571C1.60211 10.7574 1.60196 10.7576 1.6022 10.7574C1.60236 10.7573 1.60267 10.757 1.60315 10.7567C1.6035 10.7564 1.60394 10.7561 1.60446 10.7557C1.60912 10.7523 1.62054 10.7436 1.63781 10.7292C1.67233 10.7004 1.73029 10.6488 1.80433 10.5707C1.95206 10.4147 2.16572 10.151 2.38547 9.74813C2.82305 8.94591 3.3 7.56353 3.3 5.33333C3.3 2.74673 5.4134 0.633331 8 0.633331C8.53979 0.633331 9.01467 0.711468 9.48803 0.869253C9.85479 0.991506 10.053 1.38793 9.93075 1.75469C9.80849 2.12145 9.41207 2.31966 9.04531 2.19741C8.71866 2.08853 8.39354 2.03333 8 2.03333ZM12 4.03333C11.282 4.03333 10.7 4.61536 10.7 5.33333C10.7 6.0513 11.282 6.63333 12 6.63333C12.718 6.63333 13.3 6.0513 13.3 5.33333C13.3 4.61536 12.718 4.03333 12 4.03333ZM9.3 5.33333C9.3 3.84216 10.5088 2.63333 12 2.63333C13.4912 2.63333 14.7 3.84216 14.7 5.33333C14.7 6.8245 13.4912 8.03333 12 8.03333C10.5088 8.03333 9.3 6.8245 9.3 5.33333ZM6.52942 13.3866C6.86819 13.2003 7.29381 13.324 7.48007 13.6627C7.53126 13.7559 7.60652 13.8335 7.69798 13.8876C7.78944 13.9417 7.89375 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80936 13.5729 9.93299 13.9985 9.74674 14.3372C9.57475 14.6501 9.32192 14.9109 9.01466 15.0927C8.7074 15.2744 8.35697 15.3702 8 15.3702C7.64303 15.3702 7.29261 15.2744 6.98534 15.0927C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.06701 13.9985 6.19064 13.5729 6.52942 13.3866Z", fill: "currentColor", }), }), - Fo = (e) => - kt("svg", { + _o = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.03333 6C2.03333 3.80927 3.80927 2.03333 6 2.03333C8.19073 2.03333 9.96666 3.80927 9.96666 6C9.96666 8.19073 8.19073 9.96666 6 9.96666C3.80927 9.96666 2.03333 8.19073 2.03333 6ZM6 0.633331C3.03607 0.633331 0.633331 3.03607 0.633331 6C0.633331 7.77998 1.4999 9.35756 2.83417 10.3339C2.30961 10.7016 1.96667 11.3108 1.96667 12V13.3333C1.96667 14.4563 2.87702 15.3667 4 15.3667H8C9.12298 15.3667 10.0333 14.4563 10.0333 13.3333V13.3269C10.8298 13.2351 11.4684 12.9976 11.9377 12.7554C12.1208 12.6609 12.278 12.5657 12.4091 12.4783C12.6864 12.62 13.0005 12.7 13.3333 12.7C14.4563 12.7 15.3667 11.7896 15.3667 10.6667C15.3667 9.54369 14.4563 8.63333 13.3333 8.63333C12.2104 8.63333 11.3 9.54369 11.3 10.6667C11.3 10.936 11.3524 11.1931 11.4475 11.4283C11.4003 11.4556 11.3497 11.4834 11.2956 11.5113C10.9867 11.6707 10.5642 11.8341 10.0316 11.9149C10.0047 11.2608 9.6687 10.6864 9.16583 10.3339C10.5001 9.35756 11.3667 7.77998 11.3667 6C11.3667 3.03607 8.96393 0.633331 6 0.633331ZM8.63333 12.665V12C8.63333 11.6502 8.34978 11.3667 8 11.3667H4C3.65022 11.3667 3.36667 11.6502 3.36667 12V13.3333C3.36667 13.6831 3.65022 13.9667 4 13.9667H8C8.34978 13.9667 8.63333 13.6831 8.63333 13.3333V12.6683C8.63333 12.6678 8.63333 12.6672 8.63333 12.6667C8.63333 12.6661 8.63333 12.6656 8.63333 12.665ZM12.9574 11.1764C13.0625 11.2541 13.1926 11.3 13.3333 11.3C13.6831 11.3 13.9667 11.0164 13.9667 10.6667C13.9667 10.3169 13.6831 10.0333 13.3333 10.0333C12.9836 10.0333 12.7 10.3169 12.7 10.6667C12.7 10.8074 12.7459 10.9375 12.8236 11.0426C12.8484 11.0615 12.8723 11.0823 12.895 11.105C12.9177 11.1277 12.9385 11.1516 12.9574 11.1764ZM13.153 2.34113C12.9732 1.99888 12.55 1.86718 12.2078 2.04696C11.8655 2.22675 11.7338 2.64995 11.9136 2.9922C12.3668 3.85495 12.6234 4.9084 12.6334 6.00632C12.6369 6.39291 12.9531 6.70346 13.3397 6.69997C13.7262 6.69647 14.0368 6.38025 14.0333 5.99367C14.0216 4.69445 13.7192 3.41889 13.153 2.34113ZM5.3 6C5.3 5.6134 5.6134 5.3 6 5.3H6.00667C6.39327 5.3 6.70667 5.6134 6.70667 6C6.70667 6.3866 6.39327 6.7 6.00667 6.7H6C5.6134 6.7 5.3 6.3866 5.3 6Z", fill: "currentColor", }), }), - Uo = (e) => - kt("svg", { + Ao = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 2.03333C7.1248 2.03333 6.28543 2.38101 5.66656 2.99988C5.04769 3.61875 4.70001 4.45812 4.70001 5.33333C4.70001 7.7698 4.17696 9.38742 3.61454 10.4185C3.57374 10.4933 3.53281 10.5649 3.49195 10.6333H12.5081C12.4672 10.5649 12.4263 10.4933 12.3855 10.4185C11.8231 9.38742 11.3 7.7698 11.3 5.33333C11.3 4.45812 10.9523 3.61875 10.3335 2.99988C9.71459 2.38101 8.87522 2.03333 8.00001 2.03333ZM14.3969 10.7567L14.3955 10.7557C14.3909 10.7523 14.3795 10.7436 14.3622 10.7292C14.3277 10.7004 14.2697 10.6488 14.1957 10.5707C14.048 10.4147 13.8343 10.151 13.6145 9.74814C13.177 8.94591 12.7 7.56353 12.7 5.33333C12.7 4.08681 12.2048 2.89135 11.3234 2.00993C10.442 1.12851 9.24653 0.633331 8.00001 0.633331C6.75349 0.633331 5.55803 1.12851 4.67661 2.00993C3.79519 2.89135 3.30001 4.08681 3.30001 5.33333C3.30001 7.56353 2.82306 8.94591 2.38548 9.74814C2.16573 10.151 1.95207 10.4147 1.80434 10.5707C1.7303 10.6488 1.67234 10.7004 1.63782 10.7292C1.62055 10.7436 1.60913 10.7523 1.60447 10.7557L1.60316 10.7567C1.35253 10.9291 1.24166 11.2443 1.33005 11.5362C1.41943 11.8314 1.69154 12.0333 2.00001 12.0333H14C14.3085 12.0333 14.5806 11.8314 14.67 11.5362C14.7584 11.2443 14.6475 10.9291 14.3969 10.7567ZM6.52943 13.3866C6.8682 13.2003 7.29382 13.324 7.48008 13.6627C7.53127 13.7559 7.60653 13.8335 7.69799 13.8876C7.78945 13.9417 7.89376 13.9702 8.00001 13.9702C8.10626 13.9702 8.21057 13.9417 8.30203 13.8876C8.39349 13.8335 8.46875 13.7559 8.51994 13.6627C8.7062 13.324 9.13182 13.2003 9.47059 13.3866C9.80937 13.5729 9.933 13.9985 9.74675 14.3372C9.57476 14.6501 9.32193 14.9109 9.01467 15.0927C8.7074 15.2744 8.35698 15.3702 8.00001 15.3702C7.64304 15.3702 7.29261 15.2744 6.98535 15.0927C6.67809 14.9109 6.42526 14.6501 6.25327 14.3372C6.06702 13.9985 6.19065 13.5729 6.52943 13.3866Z", fill: "currentColor", }), }), - zo = (e) => - kt("svg", { + Zo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C6.1866 2.03333 4.7 3.51993 4.7 5.33333C4.7 7.7698 4.17694 9.38742 3.61452 10.4185C3.57372 10.4933 3.53279 10.5649 3.49193 10.6333H12.5102C12.1617 10.0475 11.8117 9.23687 11.5817 8.14421C11.502 7.7659 11.7441 7.39466 12.1225 7.31501C12.5008 7.23537 12.872 7.47748 12.9516 7.85579C13.199 9.03066 13.5943 9.77482 13.9042 10.2115C14.0599 10.4309 14.1963 10.5759 14.2858 10.6608C14.3307 10.7033 14.3639 10.7309 14.3821 10.7453C14.3898 10.7515 14.3949 10.7552 14.3969 10.7567C14.6475 10.9292 14.7583 11.2443 14.67 11.5362C14.5806 11.8314 14.3085 12.0333 14 12.0333H2C1.69153 12.0333 1.41942 11.8314 1.33003 11.5362C1.24164 11.2443 1.35251 10.9291 1.60315 10.7567C1.60558 10.755 1.60803 10.7534 1.61049 10.7517C1.6106 10.7516 1.61071 10.7516 1.61082 10.7515C1.61082 10.7515 1.61081 10.7515 1.61081 10.7515L1.61049 10.7517L1.60996 10.7521L1.60839 10.7531L1.60578 10.7549L1.60266 10.7571C1.60211 10.7574 1.60196 10.7576 1.6022 10.7574C1.60235 10.7573 1.60267 10.757 1.60315 10.7567C1.6035 10.7564 1.60393 10.7561 1.60446 10.7557C1.60911 10.7523 1.62054 10.7436 1.6378 10.7292C1.67232 10.7004 1.73028 10.6488 1.80433 10.5707C1.95205 10.4147 2.16571 10.151 2.38547 9.74813C2.82305 8.94591 3.3 7.56353 3.3 5.33333C3.3 2.74673 5.4134 0.633331 8 0.633331C9.41213 0.633331 10.6612 1.26119 11.516 2.19366C11.7772 2.47864 11.758 2.92144 11.473 3.18267C11.188 3.44391 10.7452 3.42465 10.484 3.13967C9.87209 2.47214 8.98786 2.03333 8 2.03333ZM9.3 5.33333C9.3 4.94673 9.6134 4.63333 10 4.63333H14C14.3866 4.63333 14.7 4.94673 14.7 5.33333C14.7 5.71993 14.3866 6.03333 14 6.03333H10C9.6134 6.03333 9.3 5.71993 9.3 5.33333ZM6.52941 13.3866C6.86819 13.2003 7.29381 13.324 7.48007 13.6627C7.53126 13.7559 7.60651 13.8335 7.69797 13.8876C7.78944 13.9417 7.89374 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80935 13.5729 9.93299 13.9985 9.74673 14.3372C9.57475 14.6501 9.32192 14.9109 9.01465 15.0927C8.70739 15.2744 8.35697 15.3702 8 15.3702C7.64302 15.3702 7.2926 15.2744 6.98534 15.0927C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.067 13.9985 6.19064 13.5729 6.52941 13.3866Z", fill: "currentColor", }), }), - Go = (e) => - kt("svg", { + Io = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838357 0.838357C1.11172 0.56499 1.55494 0.56499 1.82831 0.838357L4.68374 3.69379C4.69121 3.70093 4.69851 3.70823 4.70563 3.71568L11.8281 10.8382C11.8283 10.8383 11.8284 10.8384 11.8285 10.8385L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L11.0434 12.0333H2C1.69153 12.0333 1.41942 11.8314 1.33003 11.5362C1.24165 11.2443 1.35251 10.9291 1.60314 10.7567C1.60314 10.7567 1.60315 10.7567 1.60315 10.7567C1.6035 10.7564 1.60394 10.7561 1.60446 10.7557C1.60912 10.7523 1.62054 10.7436 1.63781 10.7292C1.67232 10.7004 1.73029 10.6488 1.80433 10.5707C1.95206 10.4147 2.16571 10.151 2.38547 9.74813C2.82281 8.94635 3.29947 7.56505 3.3 5.33701C3.29679 5.02004 3.33312 4.70452 3.40771 4.39766L0.838357 1.82831C0.56499 1.55494 0.56499 1.11172 0.838357 0.838357ZM4.69627 5.68622C4.64855 7.92719 4.14934 9.43804 3.61452 10.4185C3.57372 10.4933 3.53279 10.5649 3.49194 10.6333H9.64338L4.69627 5.68622ZM1.61082 10.7515C1.61082 10.7515 1.61082 10.7515 1.61081 10.7515L1.61049 10.7517C1.6106 10.7516 1.61071 10.7516 1.61082 10.7515ZM9.56267 2.43409C9.03843 2.15224 8.44771 2.01743 7.85309 2.04392C7.25848 2.07042 6.68209 2.25725 6.185 2.58461C5.86212 2.79724 5.42801 2.70787 5.21538 2.385C5.00275 2.06213 5.09212 1.62801 5.415 1.41538C6.12298 0.949136 6.94389 0.683051 7.79077 0.645312C8.63765 0.607573 9.47897 0.799585 10.2256 1.20101C10.9723 1.60243 11.5964 2.19833 12.032 2.92557C12.4676 3.65281 12.6984 4.48433 12.7 5.33205L12.7 5.33267C12.701 6.40033 12.8287 7.4641 13.0803 8.50169C13.1714 8.8774 12.9407 9.25583 12.565 9.34695C12.1893 9.43806 11.8108 9.20735 11.7197 8.83164C11.442 7.68653 11.3011 6.51253 11.3 5.33423C11.3 5.33415 11.3 5.33407 11.3 5.33399L11.9999 5.33333L11.3 5.33461C11.3 5.33448 11.3 5.33436 11.3 5.33423C11.2988 4.73915 11.1368 4.15546 10.831 3.64496C10.5252 3.13434 10.0869 2.71595 9.56267 2.43409ZM6.52941 13.3866C6.86819 13.2003 7.29381 13.324 7.48007 13.6627C7.53126 13.7559 7.60652 13.8335 7.69798 13.8876C7.78944 13.9417 7.89374 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80935 13.5729 9.93299 13.9985 9.74673 14.3372C9.57475 14.6501 9.32192 14.9109 9.01465 15.0927C8.70739 15.2744 8.35697 15.3702 8 15.3702C7.64302 15.3702 7.2926 15.2744 6.98534 15.0927C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.067 13.9985 6.19064 13.5729 6.52941 13.3866Z", fill: "currentColor", }), }), - $o = (e) => - Ot("svg", { + ko = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C6.1866 2.03333 4.7 3.51993 4.7 5.33333C4.7 7.7698 4.17694 9.38742 3.61452 10.4185C3.57372 10.4933 3.53279 10.5649 3.49193 10.6333H12.4907C12.4067 10.495 12.3227 10.344 12.2406 10.1797C12.0677 9.83393 12.2078 9.41346 12.5536 9.24057C12.8994 9.06767 13.3199 9.20783 13.4928 9.55362C13.7277 10.0235 13.9718 10.3358 14.1463 10.5237C14.2337 10.6178 14.3041 10.6813 14.3477 10.7178C14.3696 10.7361 14.3847 10.7477 14.3918 10.7531C14.3935 10.7543 14.3948 10.7552 14.3956 10.7558C14.6471 10.9281 14.7585 11.2438 14.67 11.5362C14.5806 11.8314 14.3085 12.0333 14 12.0333H2C1.69153 12.0333 1.41942 11.8314 1.33003 11.5362C1.24164 11.2442 1.35251 10.9291 1.60315 10.7567C1.60599 10.7547 1.60884 10.7528 1.61171 10.7509L2 11.3333C1.61171 10.7509 1.61125 10.7512 1.61081 10.7515L1.60996 10.7521L1.60839 10.7531L1.60578 10.7549L1.60315 10.7567C1.60193 10.7576 1.60224 10.7573 1.60315 10.7567C1.6035 10.7564 1.60394 10.7561 1.60446 10.7557C1.60911 10.7523 1.62054 10.7436 1.6378 10.7292C1.67232 10.7004 1.73028 10.6488 1.80433 10.5707C1.95205 10.4147 2.16571 10.151 2.38547 9.74813C2.82305 8.94591 3.3 7.56353 3.3 5.33333C3.3 2.74673 5.4134 0.633331 8 0.633331C8.77081 0.633331 9.49039 0.790188 10.2066 1.18809C10.5446 1.37584 10.6663 1.802 10.4786 2.13995C10.2908 2.4779 9.86466 2.59966 9.52671 2.41191C9.04293 2.14314 8.56252 2.03333 8 2.03333Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.52941 13.3866C6.86819 13.2003 7.29381 13.324 7.48006 13.6627C7.53126 13.7559 7.60651 13.8335 7.69797 13.8876C7.78944 13.9417 7.89374 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80935 13.5729 9.93299 13.9985 9.74673 14.3372C9.57475 14.6501 9.32192 14.9109 9.01465 15.0927C8.70739 15.2744 8.35697 15.3702 8 15.3702C7.64302 15.3702 7.2926 15.2744 6.98534 15.0927C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.067 13.9985 6.19064 13.5729 6.52941 13.3866Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.3 5.33333C9.3 4.94673 9.6134 4.63333 10 4.63333H14C14.3866 4.63333 14.7 4.94673 14.7 5.33333C14.7 5.71993 14.3866 6.03333 14 6.03333H10C9.6134 6.03333 9.3 5.71993 9.3 5.33333Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.63333C12.3866 2.63333 12.7 2.94673 12.7 3.33333V7.33333C12.7 7.71993 12.3866 8.03333 12 8.03333C11.6134 8.03333 11.3 7.71993 11.3 7.33333V3.33333C11.3 2.94673 11.6134 2.63333 12 2.63333Z", @@ -4842,979 +4822,979 @@ const Bt = (e) => }), ], }), - Wo = (e) => - kt("svg", { + Oo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.07034 0.76145C3.38618 0.984396 3.46149 1.42117 3.23854 1.73701C2.50457 2.77679 2.03333 3.97196 2.03333 5.33333C2.03333 5.71993 1.71993 6.03333 1.33333 6.03333C0.946732 6.03333 0.633331 5.71993 0.633331 5.33333C0.633331 3.62803 1.22875 2.15653 2.09479 0.92965C2.31773 0.613811 2.7545 0.538505 3.07034 0.76145ZM12.9297 0.76145C13.2455 0.538505 13.6823 0.613811 13.9052 0.92965C14.7712 2.15653 15.3667 3.62803 15.3667 5.33333C15.3667 5.71993 15.0533 6.03333 14.6667 6.03333C14.2801 6.03333 13.9667 5.71993 13.9667 5.33333C13.9667 3.97196 13.4954 2.77679 12.7615 1.73701C12.5385 1.42117 12.6138 0.984396 12.9297 0.76145ZM8 2.03333C7.12478 2.03333 6.28542 2.38101 5.66655 2.99988C5.04768 3.61875 4.7 4.45811 4.7 5.33333C4.7 7.7698 4.17695 9.38742 3.61452 10.4185C3.57372 10.4933 3.53279 10.5649 3.49194 10.6333H12.5081C12.4672 10.5649 12.4263 10.4933 12.3855 10.4185C11.823 9.38742 11.3 7.7698 11.3 5.33333C11.3 4.45811 10.9523 3.61875 10.3335 2.99988C9.71458 2.38101 8.87521 2.03333 8 2.03333ZM14.3969 10.7567C14.3965 10.7564 14.3961 10.7561 14.3955 10.7557C14.3909 10.7523 14.3795 10.7436 14.3622 10.7292C14.3277 10.7004 14.2697 10.6488 14.1957 10.5707C14.0479 10.4147 13.8343 10.151 13.6145 9.74813C13.1769 8.9459 12.7 7.56352 12.7 5.33333C12.7 4.08681 12.2048 2.89135 11.3234 2.00993C10.442 1.1285 9.24652 0.633328 8 0.633328C6.75348 0.633328 5.55802 1.12851 4.6766 2.00993C3.79517 2.89135 3.3 4.08681 3.3 5.33333C3.3 7.56352 2.82305 8.9459 2.38547 9.74813C2.16571 10.151 1.95206 10.4147 1.80433 10.5707C1.73029 10.6488 1.67232 10.7004 1.63781 10.7292C1.62054 10.7436 1.60912 10.7523 1.60446 10.7557C1.60394 10.7561 1.6035 10.7564 1.60315 10.7567C1.60315 10.7567 1.60314 10.7567 1.60314 10.7567C1.35251 10.9291 1.24165 11.2443 1.33003 11.5362C1.41942 11.8314 1.69153 12.0333 2 12.0333H14C14.3085 12.0333 14.5806 11.8314 14.67 11.5362C14.7583 11.2443 14.6475 10.9291 14.3969 10.7567ZM6.52941 13.3866C6.86819 13.2003 7.29381 13.324 7.48007 13.6627C7.53126 13.7559 7.60652 13.8335 7.69798 13.8876C7.78944 13.9417 7.89374 13.9702 8 13.9702C8.10625 13.9702 8.21056 13.9417 8.30202 13.8876C8.39348 13.8335 8.46874 13.7559 8.51993 13.6627C8.70619 13.324 9.13181 13.2003 9.47058 13.3866C9.80935 13.5729 9.93299 13.9985 9.74673 14.3372C9.57475 14.6501 9.32192 14.9109 9.01465 15.0926C8.70739 15.2744 8.35697 15.3702 8 15.3702C7.64302 15.3702 7.2926 15.2744 6.98534 15.0926C6.67808 14.9109 6.42525 14.6501 6.25326 14.3372C6.067 13.9985 6.19064 13.5729 6.52941 13.3866Z", fill: "currentColor", }), }), - jo = (e) => - kt("svg", { + Bo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69999 2.7V5.96667H9.96665V2.7H2.69999ZM1.29999 2.66667C1.29999 1.91188 1.91187 1.3 2.66665 1.3H9.99999C10.7548 1.3 11.3667 1.91188 11.3667 2.66667V6C11.3667 6.75479 10.7548 7.36667 9.99999 7.36667H2.66665C1.91187 7.36667 1.29999 6.75479 1.29999 6V2.66667ZM14.1717 5.50503C14.445 5.23166 14.8883 5.23166 15.1616 5.50503C15.435 5.7784 15.435 6.22161 15.1616 6.49498L13.6566 8L15.1616 9.50503C15.435 9.7784 15.435 10.2216 15.1616 10.495C14.8883 10.7683 14.445 10.7683 14.1717 10.495L12.1717 8.49498C11.8983 8.22161 11.8983 7.7784 12.1717 7.50503L14.1717 5.50503ZM2.69999 10.0333V13.3H9.96665V10.0333H2.69999ZM1.29999 10C1.29999 9.24521 1.91187 8.63334 2.66665 8.63334H9.99999C10.7548 8.63334 11.3667 9.24521 11.3667 10V13.3333C11.3667 14.0881 10.7548 14.7 9.99999 14.7H2.66665C1.91187 14.7 1.29999 14.0881 1.29999 13.3333V10Z", fill: "currentColor", }), }), - qo = (e) => - kt("svg", { + Do = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03333 2.7V5.96667H13.3V2.7H6.03333ZM4.63333 2.66667C4.63333 1.91188 5.24521 1.3 6 1.3H13.3333C14.0881 1.3 14.7 1.91188 14.7 2.66667V6C14.7 6.75479 14.0881 7.36667 13.3333 7.36667H6C5.24521 7.36667 4.63333 6.75479 4.63333 6V2.66667ZM0.838357 5.50503C1.11172 5.23166 1.55494 5.23166 1.82831 5.50503L3.82831 7.50503C4.10167 7.7784 4.10167 8.22161 3.82831 8.49498L1.82831 10.495C1.55494 10.7683 1.11172 10.7683 0.838357 10.495C0.56499 10.2216 0.56499 9.7784 0.838357 9.50503L2.34338 8L0.838357 6.49498C0.56499 6.22161 0.56499 5.7784 0.838357 5.50503ZM6.03333 10.0333V13.3H13.3V10.0333H6.03333ZM4.63333 10C4.63333 9.24521 5.24521 8.63334 6 8.63334H13.3333C14.0881 8.63334 14.7 9.24521 14.7 10V13.3333C14.7 14.0881 14.0881 14.7 13.3333 14.7H6C5.24521 14.7 4.63333 14.0881 4.63333 13.3333V10Z", fill: "currentColor", }), }), - Yo = (e) => - kt("svg", { + Po = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69999 2.7V9.96667H5.96665V2.7H2.69999ZM1.29999 2.66667C1.29999 1.91188 1.91187 1.3 2.66665 1.3H5.99999C6.75478 1.3 7.36665 1.91188 7.36665 2.66667V10C7.36665 10.7548 6.75478 11.3667 5.99999 11.3667H2.66665C1.91187 11.3667 1.29999 10.7548 1.29999 10V2.66667ZM10.0333 2.7V9.96667H13.3V2.7H10.0333ZM8.63332 2.66667C8.63332 1.91188 9.2452 1.3 9.99999 1.3H13.3333C14.0881 1.3 14.7 1.91188 14.7 2.66667V10C14.7 10.7548 14.0881 11.3667 13.3333 11.3667H9.99999C9.2452 11.3667 8.63332 10.7548 8.63332 10V2.66667ZM7.50501 12.1717C7.77838 11.8983 8.2216 11.8983 8.49496 12.1717L10.495 14.1717C10.7683 14.4451 10.7683 14.8883 10.495 15.1616C10.2216 15.435 9.77838 15.435 9.50501 15.1616L7.99999 13.6566L6.49496 15.1616C6.2216 15.435 5.77838 15.435 5.50501 15.1616C5.23165 14.8883 5.23165 14.4451 5.50501 14.1717L7.50501 12.1717Z", fill: "currentColor", }), }), - Ko = (e) => - kt("svg", { + Fo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.50501 0.838357C5.77838 0.56499 6.2216 0.56499 6.49496 0.838357L7.99999 2.34338L9.50501 0.838357C9.77838 0.56499 10.2216 0.56499 10.495 0.838357C10.7683 1.11172 10.7683 1.55494 10.495 1.82831L8.49496 3.82831C8.2216 4.10167 7.77838 4.10167 7.50501 3.82831L5.50501 1.82831C5.23165 1.55494 5.23165 1.11172 5.50501 0.838357ZM2.69999 6.03333V13.3H5.96665V6.03333H2.69999ZM1.29999 6C1.29999 5.24521 1.91187 4.63333 2.66665 4.63333H5.99999C6.75478 4.63333 7.36665 5.24521 7.36665 6V13.3333C7.36665 14.0881 6.75478 14.7 5.99999 14.7H2.66665C1.91187 14.7 1.29999 14.0881 1.29999 13.3333V6ZM10.0333 6.03333V13.3H13.3V6.03333H10.0333ZM8.63332 6C8.63332 5.24521 9.2452 4.63333 9.99999 4.63333H13.3333C14.0881 4.63333 14.7 5.24521 14.7 6V13.3333C14.7 14.0881 14.0881 14.7 13.3333 14.7H9.99999C9.2452 14.7 8.63332 14.0881 8.63332 13.3333V6Z", fill: "currentColor", }), }), - Xo = (e) => - kt("svg", { + Uo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 3.36666C10.0184 3.36666 10.0334 3.35174 10.0334 3.33333C10.0334 3.31492 10.0184 3.29999 10 3.29999C9.98162 3.29999 9.96669 3.31492 9.96669 3.33333C9.96669 3.35174 9.98162 3.36666 10 3.36666ZM8.63336 3.33333C8.63336 2.57854 9.24524 1.96666 10 1.96666C10.7548 1.96666 11.3667 2.57854 11.3667 3.33333C11.3667 4.08812 10.7548 4.69999 10 4.69999C9.24524 4.69999 8.63336 4.08812 8.63336 3.33333ZM8.78488 4.64337C8.97451 4.67586 9.14241 4.78496 9.24913 4.94504L10.3747 6.63333H11.3334C11.72 6.63333 12.0334 6.94673 12.0334 7.33333C12.0334 7.71992 11.72 8.03333 11.3334 8.03333H10C9.76598 8.03333 9.54742 7.91636 9.41759 7.72162L8.49472 6.33731L7.06571 7.40906L8.495 8.83835C8.62628 8.96963 8.70003 9.14767 8.70003 9.33333V11.6667C8.70003 12.0533 8.38663 12.3667 8.00003 12.3667C7.61343 12.3667 7.30003 12.0533 7.30003 11.6667V9.62328L5.50505 7.8283C5.36156 7.68481 5.2874 7.48612 5.30179 7.2837C5.31617 7.08129 5.41769 6.89508 5.58003 6.77333L8.24669 4.77333C8.40061 4.65789 8.59525 4.61089 8.78488 4.64337ZM3.6667 10.0333C2.76463 10.0333 2.03336 10.7646 2.03336 11.6667C2.03336 12.5687 2.76463 13.3 3.6667 13.3C4.56876 13.3 5.30003 12.5687 5.30003 11.6667C5.30003 10.7646 4.56876 10.0333 3.6667 10.0333ZM0.633362 11.6667C0.633362 9.99139 1.99143 8.63333 3.6667 8.63333C5.34196 8.63333 6.70003 9.99139 6.70003 11.6667C6.70003 13.3419 5.34196 14.7 3.6667 14.7C1.99143 14.7 0.633362 13.3419 0.633362 11.6667ZM12.3334 10.0333C11.4313 10.0333 10.7 10.7646 10.7 11.6667C10.7 12.5687 11.4313 13.3 12.3334 13.3C13.2354 13.3 13.9667 12.5687 13.9667 11.6667C13.9667 10.7646 13.2354 10.0333 12.3334 10.0333ZM9.30003 11.6667C9.30003 9.99139 10.6581 8.63333 12.3334 8.63333C14.0086 8.63333 15.3667 9.99139 15.3667 11.6667C15.3667 13.3419 14.0086 14.7 12.3334 14.7C10.6581 14.7 9.30003 13.3419 9.30003 11.6667Z", fill: "currentColor", }), }), - Qo = (e) => - kt("svg", { + zo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 3.36666C4.98354 3.36666 4.69999 3.65021 4.69999 3.99999V5.33333C4.69999 5.68311 4.98354 5.96666 5.33332 5.96666C5.6831 5.96666 5.96665 5.68311 5.96665 5.33333V3.99999C5.96665 3.65021 5.6831 3.36666 5.33332 3.36666ZM3.29999 3.99999C3.29999 2.87701 4.21034 1.96666 5.33332 1.96666C6.4563 1.96666 7.36665 2.87701 7.36665 3.99999V5.33333C7.36665 6.45631 6.4563 7.36666 5.33332 7.36666C4.21034 7.36666 3.29999 6.45631 3.29999 5.33333V3.99999ZM8.63332 2.66666C8.63332 2.28006 8.94672 1.96666 9.33332 1.96666H10.6667C11.0533 1.96666 11.3667 2.28006 11.3667 2.66666V5.96666H12C12.3866 5.96666 12.7 6.28006 12.7 6.66666C12.7 7.05326 12.3866 7.36666 12 7.36666H9.33332C8.94672 7.36666 8.63332 7.05326 8.63332 6.66666C8.63332 6.28006 8.94672 5.96666 9.33332 5.96666H9.96665V3.36666H9.33332C8.94672 3.36666 8.63332 3.05326 8.63332 2.66666ZM3.29999 9.33333C3.29999 8.94673 3.61339 8.63333 3.99999 8.63333H5.33332C5.71992 8.63333 6.03332 8.94673 6.03332 9.33333V12.6333H6.66665C7.05325 12.6333 7.36665 12.9467 7.36665 13.3333C7.36665 13.7199 7.05325 14.0333 6.66665 14.0333H3.99999C3.61339 14.0333 3.29999 13.7199 3.29999 13.3333C3.29999 12.9467 3.61339 12.6333 3.99999 12.6333H4.63332V10.0333H3.99999C3.61339 10.0333 3.29999 9.71993 3.29999 9.33333ZM10.6667 10.0333C10.3169 10.0333 10.0333 10.3169 10.0333 10.6667V12C10.0333 12.3498 10.3169 12.6333 10.6667 12.6333C11.0164 12.6333 11.3 12.3498 11.3 12V10.6667C11.3 10.3169 11.0164 10.0333 10.6667 10.0333ZM8.63332 10.6667C8.63332 9.54368 9.54368 8.63333 10.6667 8.63333C11.7896 8.63333 12.7 9.54368 12.7 10.6667V12C12.7 13.123 11.7896 14.0333 10.6667 14.0333C9.54368 14.0333 8.63332 13.123 8.63332 12V10.6667Z", fill: "currentColor", }), }), - Jo = (e) => - kt("svg", { + Go = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.70375 1.60805C5.0675 1.739 5.25622 2.14003 5.12527 2.50378C4.63838 3.85624 5.11383 5.31362 6.30584 6.13999L6.70326 6.36708C7.05522 6.07536 7.50712 5.90001 7.99998 5.90001C8.49284 5.90001 8.94474 6.07536 9.29671 6.36708L9.69412 6.13999C10.8861 5.31362 11.3616 3.85624 10.8747 2.50378C10.7437 2.14003 10.9325 1.739 11.2962 1.60805C11.66 1.4771 12.061 1.66582 12.1919 2.02957C12.6339 3.25729 12.5236 4.54717 11.9613 5.62988C13.192 5.68454 14.3736 6.25883 15.2107 7.2929C15.454 7.59338 15.4076 8.03416 15.1071 8.27741C14.8066 8.52066 14.3658 8.47426 14.1226 8.17378C13.2 7.03409 11.6987 6.70906 10.3963 7.35121L10.0021 7.57645C10.0226 7.69232 10.0333 7.81158 10.0333 7.93334C10.0333 8.81034 9.47809 9.55766 8.69998 9.84297V10.3197C8.75974 11.7767 9.84032 12.9595 11.2398 13.1748C11.6219 13.2336 11.884 13.591 11.8252 13.9731C11.7664 14.3552 11.409 14.6173 11.0269 14.5585C9.73644 14.36 8.63351 13.6033 7.96894 12.5413C7.30906 13.5556 6.25216 14.2951 4.97309 14.4919C4.59098 14.5507 4.23357 14.2886 4.17479 13.9064C4.116 13.5243 4.3781 13.1669 4.76021 13.1081C6.14153 12.8956 7.17949 11.7257 7.29998 10.3051V9.84297C6.52187 9.55766 5.96665 8.81034 5.96665 7.93334C5.96665 7.81158 5.97735 7.69232 5.99786 7.57645L5.61448 7.35738C4.30029 6.76907 2.78682 7.10417 1.86667 8.18669C1.61629 8.48126 1.17453 8.51708 0.879961 8.2667C0.585396 8.01632 0.549577 7.57455 0.799957 7.27999C1.64372 6.28733 2.8304 5.73422 4.06281 5.67564C3.47963 4.58363 3.3598 3.27464 3.80803 2.02957C3.93898 1.66582 4.34001 1.4771 4.70375 1.60805ZM7.40601 7.71304C7.38056 7.78165 7.36665 7.85587 7.36665 7.93334C7.36665 8.28312 7.6502 8.56667 7.99998 8.56667C8.34976 8.56667 8.63331 8.28312 8.63331 7.93334C8.63331 7.85587 8.61941 7.78165 8.59395 7.71304C8.56877 7.68254 8.54584 7.64948 8.52554 7.61397C8.50835 7.58388 8.49364 7.55306 8.48134 7.52173C8.36518 7.38602 8.19262 7.30001 7.99998 7.30001C7.80734 7.30001 7.63479 7.38601 7.51863 7.52173C7.50633 7.55306 7.49161 7.58388 7.47442 7.61397C7.45413 7.64948 7.4312 7.68254 7.40601 7.71304ZM6.8627 2.9136C7.61999 2.76214 8.37997 2.76214 9.13726 2.9136C9.51635 2.98942 9.76221 3.3582 9.68639 3.73729C9.61057 4.11638 9.24179 4.36223 8.8627 4.28641C8.28666 4.1712 7.71331 4.1712 7.13726 4.28641C6.75817 4.36223 6.38939 4.11638 6.31357 3.73729C6.23776 3.3582 6.48361 2.98942 6.8627 2.9136ZM3.44529 8.60259C3.81205 8.48034 4.20847 8.67855 4.33073 9.04531C4.50329 9.56302 4.78593 10.0627 5.16162 10.4384C5.43499 10.7117 5.43499 11.1549 5.16162 11.4283C4.88826 11.7017 4.44504 11.7017 4.17167 11.4283C3.61403 10.8707 3.23 10.1703 3.00257 9.48803C2.88032 9.12127 3.07853 8.72485 3.44529 8.60259ZM12.5547 8.60259C12.9214 8.72485 13.1196 9.12127 12.9974 9.48803C12.77 10.1703 12.3859 10.8707 11.8283 11.4283C11.5549 11.7017 11.1117 11.7017 10.8383 11.4283C10.565 11.1549 10.565 10.7117 10.8383 10.4384C11.214 10.0627 11.4967 9.56302 11.6692 9.04531C11.7915 8.67855 12.1879 8.48034 12.5547 8.60259Z", fill: "currentColor", }), }), - ei = (e) => - kt("svg", { + $o = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.58308 1.47211C10.2621 1.24128 10.9971 1.2333 11.6809 1.44936C12.3648 1.66541 12.9618 2.0942 13.3849 2.67325C13.6969 3.10015 13.9023 3.59226 13.988 4.10878L14.8365 4.3209C15.1481 4.3988 15.3667 4.67879 15.3667 5C15.3667 5.32121 15.1481 5.60119 14.8365 5.6791L14.0334 5.87987V6.66666C14.0334 8.2668 13.3977 9.8014 12.2662 10.9329C11.6295 11.5696 10.8652 12.0493 10.0334 12.347V14C10.0334 14.3866 9.71996 14.7 9.33336 14.7C8.94676 14.7 8.63336 14.3866 8.63336 14V12.6667C8.42393 12.6888 8.21256 12.7 8.00003 12.7H7.36669V14C7.36669 14.3866 7.05329 14.7 6.66669 14.7C6.28009 14.7 5.96669 14.3866 5.96669 14V12.7H4.66673C4.66671 12.7 4.66675 12.7 4.66673 12.7H2.63183L1.90665 13.735C1.68481 14.0516 1.2483 14.1285 0.931686 13.9066C0.615068 13.6848 0.538235 13.2483 0.760074 12.9317L1.67474 11.6262C1.68651 11.6076 1.69913 11.5896 1.71256 11.5722L7.90602 2.73268C7.9059 2.73286 7.90615 2.7325 7.90602 2.73268C8.31649 2.14486 8.90427 1.70288 9.58308 1.47211ZM3.61274 11.3L4.66666 11.3C4.66744 11.3 4.66822 11.3 4.66901 11.3C5.3464 11.2995 6.00725 11.0905 6.56181 10.7014C7.11701 10.3119 7.53871 9.76078 7.76952 9.12305C8.00033 8.48532 8.02904 7.79196 7.85174 7.13733C7.74225 6.73306 7.55748 6.35569 7.30944 6.02393L3.61274 11.3ZM8.14187 4.83585C8.64216 5.38536 9.00719 6.04813 9.20306 6.77135C9.45557 7.7037 9.41468 8.69121 9.08595 9.5995C8.85407 10.2402 8.48691 10.8195 8.01316 11.3C9.23726 11.2965 10.4105 10.8088 11.2763 9.94293C12.1452 9.07401 12.6334 7.8955 12.6334 6.66666V5.34796C12.6331 5.33783 12.6331 5.32772 12.6334 5.31765V4.66666L12.6334 4.66482C12.6345 4.24587 12.5018 3.83752 12.2546 3.49927C12.0074 3.16101 11.6587 2.91053 11.2592 2.78432C10.8597 2.65811 10.4303 2.66277 10.0337 2.79761C9.63704 2.93246 9.29382 3.19044 9.05403 3.53398L8.14187 4.83585ZM9.96669 4.66666C9.96669 4.28007 10.2801 3.96666 10.6667 3.96666H10.6734C11.06 3.96666 11.3734 4.28007 11.3734 4.66666C11.3734 5.05326 11.06 5.36666 10.6734 5.36666H10.6667C10.2801 5.36666 9.96669 5.05326 9.96669 4.66666Z", fill: "currentColor", }), }), - ti = (e) => - kt("svg", { + Wo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.19222 1.06863C7.57295 1.13577 7.82716 1.49883 7.76002 1.87956L7.64998 2.50362L8.89775 2.72366L9.008 2.09956C9.07525 1.71885 9.43839 1.46475 9.8191 1.532C10.1998 1.59925 10.4539 1.96239 10.3867 2.3431L10.2658 3.02741C10.922 3.27101 11.4286 3.6784 11.7692 4.19082C12.2121 4.85728 12.3422 5.65334 12.2126 6.38813C12.083 7.12292 11.6886 7.82648 11.0445 8.30124C10.9472 8.37291 10.8454 8.43858 10.7391 8.49789C10.8184 8.58978 10.8915 8.68615 10.9582 8.78654C11.401 9.45304 11.531 10.2491 11.4014 10.9838C11.2717 11.7186 10.8773 12.4221 10.2332 12.8969C9.73817 13.2618 9.12317 13.4714 8.42363 13.4761L8.30344 14.1604C8.23656 14.5412 7.87367 14.7957 7.4929 14.7288C7.11213 14.6619 6.85767 14.299 6.92455 13.9182L7.03421 13.2938L5.78604 13.0737L5.67602 13.6976C5.60889 14.0783 5.24582 14.3325 4.8651 14.2654C4.48437 14.1982 4.23016 13.8352 4.2973 13.4544L4.40733 12.8305L3.78506 12.7207C3.40434 12.6535 3.15014 12.2904 3.2173 11.9097C3.28446 11.529 3.64754 11.2748 4.02826 11.342L4.65046 11.4517L6.02812 3.63922L5.4051 3.52936C5.02437 3.46222 4.77016 3.09916 4.8373 2.71843C4.90443 2.33771 5.2675 2.08349 5.64822 2.15063L6.27125 2.26049L6.3813 1.63643C6.44843 1.25571 6.8115 1.00149 7.19222 1.06863ZM7.40685 3.88235L6.83957 7.09927L8.77742 7.44061C9.42699 7.55524 9.89553 7.40888 10.2138 7.17427C10.5424 6.93213 10.7609 6.55915 10.8339 6.14502C10.9069 5.7309 10.8291 5.30566 10.6032 4.96573C10.3855 4.6382 9.99859 4.34187 9.35532 4.22596C9.3514 4.22534 9.34748 4.22468 9.34356 4.22399C9.33939 4.22325 9.33524 4.22248 9.33111 4.22167L7.40685 3.88235ZM6.59645 8.478L6.02917 11.6949L7.96618 12.0366C7.96616 12.0366 7.96621 12.0366 7.96618 12.0366C8.61572 12.1511 9.08414 12.0047 9.40248 11.77C9.73105 11.5278 9.94958 11.1548 10.0226 10.7406C10.0957 10.3265 10.018 9.90124 9.79211 9.56126C9.57326 9.23185 9.18327 8.93398 8.53367 8.81934C8.52952 8.81861 8.52538 8.81784 8.52126 8.81704L6.59645 8.478Z", fill: "currentColor", }), }), - ni = (e) => - kt("svg", { + jo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00003 2.03333C3.8093 2.03333 2.03336 3.80927 2.03336 6C2.03336 7.71301 3.11921 9.1724 4.64016 9.72743C4.77758 6.98044 6.98047 4.77755 9.72746 4.64013C9.17244 3.11919 7.71304 2.03333 6.00003 2.03333ZM11.226 4.77401C10.6715 2.40086 8.54216 0.633331 6.00003 0.633331C3.0361 0.633331 0.633362 3.03607 0.633362 6C0.633362 8.54213 2.40089 10.6714 4.77404 11.226C5.3286 13.5991 7.4579 15.3667 10 15.3667C12.964 15.3667 15.3667 12.9639 15.3667 10C15.3667 7.45787 13.5992 5.32857 11.226 4.77401ZM6.0335 9.96652C6.05139 7.80235 7.80238 6.05136 9.96655 6.03347C9.94866 8.19764 8.19767 9.94863 6.0335 9.96652ZM6.2726 11.3599C9.01959 11.2224 11.2225 9.01955 11.3599 6.27256C12.8808 6.82759 13.9667 8.28698 13.9667 10C13.9667 12.1907 12.1908 13.9667 10 13.9667C8.28701 13.9667 6.82762 12.8808 6.2726 11.3599Z", fill: "currentColor", }), }), - ri = (e) => - kt("svg", { + qo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29997 2C1.29997 1.6134 1.61337 1.3 1.99997 1.3H14C14.3866 1.3 14.7 1.6134 14.7 2C14.7 2.3866 14.3866 2.7 14 2.7H3.36663V10.757C4.14475 11.0423 4.69997 11.7897 4.69997 12.6667C4.69997 13.7896 3.78961 14.7 2.66663 14.7C1.54366 14.7 0.633301 13.7896 0.633301 12.6667C0.633301 11.7897 1.18852 11.0423 1.96663 10.757V2.69922C1.59551 2.68182 1.29997 2.37543 1.29997 2ZM4.6333 4.66667C4.6333 4.28007 4.9467 3.96667 5.3333 3.96667H13.3333C13.7199 3.96667 14.0333 4.28007 14.0333 4.66667C14.0333 5.05327 13.7199 5.36667 13.3333 5.36667H5.3333C4.9467 5.36667 4.6333 5.05327 4.6333 4.66667ZM4.6333 7.33334C4.6333 6.94674 4.9467 6.63334 5.3333 6.63334H13.3333C13.7199 6.63334 14.0333 6.94674 14.0333 7.33334C14.0333 7.71994 13.7199 8.03334 13.3333 8.03334H5.3333C4.9467 8.03334 4.6333 7.71994 4.6333 7.33334ZM4.6333 10C4.6333 9.6134 4.9467 9.3 5.3333 9.3H13.3333C13.7199 9.3 14.0333 9.6134 14.0333 10C14.0333 10.3866 13.7199 10.7 13.3333 10.7H5.3333C4.9467 10.7 4.6333 10.3866 4.6333 10ZM2.66663 12.0333C2.31685 12.0333 2.0333 12.3169 2.0333 12.6667C2.0333 13.0164 2.31685 13.3 2.66663 13.3C3.01641 13.3 3.29997 13.0164 3.29997 12.6667C3.29997 12.3169 3.01641 12.0333 2.66663 12.0333ZM5.96663 12.6667C5.96663 12.2801 6.28003 11.9667 6.66663 11.9667H13.3333C13.7199 11.9667 14.0333 12.2801 14.0333 12.6667C14.0333 13.0533 13.7199 13.3667 13.3333 13.3667H6.66663C6.28003 13.3667 5.96663 13.0533 5.96663 12.6667Z", fill: "currentColor", }), }), - oi = (e) => - kt("svg", { + Yo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0334 2.7V5.96667H13.3V2.7H10.0334ZM8.63338 2.66667C8.63338 1.91188 9.24526 1.3 10 1.3H13.3334C14.0882 1.3 14.7 1.91188 14.7 2.66667V6C14.7 6.75479 14.0882 7.36667 13.3334 7.36667H10C9.24526 7.36667 8.63338 6.75479 8.63338 6V2.66667ZM1.70034 4.36696C1.95664 4.11066 2.30425 3.96667 2.66672 3.96667H6.00005C6.36251 3.96667 6.71013 4.11066 6.96643 4.36696C7.22273 4.62326 7.36672 4.97087 7.36672 5.33334V8.63334H10.6667C11.0292 8.63334 11.3768 8.77732 11.6331 9.03362C11.8894 9.28992 12.0334 9.63754 12.0334 10V13.3333C12.0334 13.6958 11.8894 14.0434 11.6331 14.2997C11.3768 14.556 11.0292 14.7 10.6667 14.7H2.66672C2.30425 14.7 1.95664 14.556 1.70034 14.2997C1.44404 14.0434 1.30005 13.6958 1.30005 13.3333V5.33334C1.30005 4.97087 1.44404 4.62326 1.70034 4.36696ZM2.70005 10.0333V13.3H5.96672V10.0333H2.70005ZM5.96672 8.63334H2.70005V5.36667H5.96672V8.63334ZM7.36672 10.0333V13.3H10.6334V10.0333H7.36672Z", fill: "currentColor", }), }), - ii = (e) => - kt("svg", { + Ko = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.73217 0.686621C7.99374 0.578274 8.29483 0.638163 8.49502 0.838362L11.8284 4.17169C11.9596 4.30297 12.0334 4.48102 12.0334 4.66667C12.0334 4.85232 11.9596 5.03037 11.8284 5.16164L8.99 8L11.8284 10.8384C11.9596 10.9696 12.0334 11.1477 12.0334 11.3333C12.0334 11.519 11.9596 11.697 11.8284 11.8283L8.49502 15.1616C8.29483 15.3618 7.99374 15.4217 7.73217 15.3134C7.4706 15.205 7.30005 14.9498 7.30005 14.6667V9.68995L5.16169 11.8283C4.88832 12.1017 4.44511 12.1017 4.17174 11.8283C3.89837 11.5549 3.89837 11.1117 4.17174 10.8384L7.0101 8L4.17174 5.16164C3.89837 4.88828 3.89837 4.44506 4.17174 4.17169C4.44511 3.89833 4.88832 3.89833 5.16169 4.17169L7.30005 6.31005V1.33334C7.30005 1.05021 7.4706 0.794968 7.73217 0.686621ZM8.70005 9.68995L10.3434 11.3333L8.70005 12.9767V9.68995ZM8.70005 6.31005V3.02329L10.3434 4.66667L8.70005 6.31005ZM1.30005 8C1.30005 7.6134 1.61345 7.3 2.00005 7.3H4.00005C4.38665 7.3 4.70005 7.6134 4.70005 8C4.70005 8.3866 4.38665 8.7 4.00005 8.7H2.00005C1.61345 8.7 1.30005 8.3866 1.30005 8ZM11.3 8C11.3 7.6134 11.6135 7.3 12 7.3H14C14.3866 7.3 14.7 7.6134 14.7 8C14.7 8.3866 14.3866 8.7 14 8.7H12C11.6135 8.7 11.3 8.3866 11.3 8Z", fill: "currentColor", }), }), - li = (e) => - kt("svg", { + Xo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.73213 0.686621C7.9937 0.578274 8.29478 0.638163 8.49498 0.838362L11.8283 4.17169C12.1017 4.44506 12.1017 4.88828 11.8283 5.16164L8.98996 8L11.8283 10.8384C12.1017 11.1117 12.1017 11.5549 11.8283 11.8283L8.49498 15.1616C8.29478 15.3618 7.9937 15.4217 7.73213 15.3134C7.47056 15.205 7.30001 14.9498 7.30001 14.6667V9.68995L5.16165 11.8283C4.88828 12.1017 4.44507 12.1017 4.1717 11.8283C3.89833 11.5549 3.89833 11.1117 4.1717 10.8384L7.01006 8L4.1717 5.16164C3.89833 4.88828 3.89833 4.44506 4.1717 4.17169C4.44507 3.89833 4.88828 3.89833 5.16165 4.17169L7.30001 6.31005V1.33334C7.30001 1.05021 7.47056 0.794968 7.73213 0.686621ZM8.70001 9.68995L10.3434 11.3333L8.70001 12.9767V9.68995ZM8.70001 6.31005V3.02329L10.3434 4.66667L8.70001 6.31005Z", fill: "currentColor", }), }), - ai = (e) => - kt("svg", { + Qo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.73209 0.686621C7.99366 0.578274 8.29474 0.638163 8.49494 0.838362L11.8283 4.17169C12.1016 4.44506 12.1016 4.88828 11.8283 5.16164L10.1616 6.82831C9.88824 7.10168 9.44503 7.10168 9.17166 6.82831C8.89829 6.55494 8.89829 6.11173 9.17166 5.83836L10.3434 4.66667L8.69997 3.02329V4.33334C8.69997 4.71994 8.38657 5.03334 7.99997 5.03334C7.61337 5.03334 7.29997 4.71994 7.29997 4.33334V1.33334C7.29997 1.05021 7.47052 0.794968 7.73209 0.686621ZM0.838326 0.838362C1.11169 0.564995 1.55491 0.564995 1.82828 0.838362L8.49103 7.50112C8.49359 7.50363 8.49612 7.50617 8.49864 7.50872L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L11.3333 12.3233L8.49494 15.1616C8.29474 15.3618 7.99366 15.4217 7.73209 15.3134C7.47052 15.205 7.29997 14.9498 7.29997 14.6667V9.68995L5.16161 11.8283C4.88824 12.1017 4.44503 12.1017 4.17166 11.8283C3.89829 11.5549 3.89829 11.1117 4.17166 10.8384L7.01002 8L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.838362ZM8.69997 9.68995V12.9767L10.3434 11.3333L8.69997 9.68995Z", fill: "currentColor", }), }), - Ci = (e) => - kt("svg", { + Jo = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.73213 0.686621C7.9937 0.578274 8.29478 0.638163 8.49498 0.838362L11.8283 4.17169C11.9596 4.30297 12.0333 4.48102 12.0333 4.66667C12.0333 4.85232 11.9596 5.03037 11.8283 5.16164L8.98996 8L11.8283 10.8384C11.9596 10.9696 12.0333 11.1477 12.0333 11.3333C12.0333 11.519 11.9596 11.697 11.8283 11.8283L8.49498 15.1616C8.29478 15.3618 7.9937 15.4217 7.73213 15.3134C7.47056 15.205 7.30001 14.9498 7.30001 14.6667V9.68995L5.16165 11.8283C4.88828 12.1017 4.44507 12.1017 4.1717 11.8283C3.89833 11.5549 3.89833 11.1117 4.1717 10.8384L7.01006 8L4.1717 5.16164C3.89833 4.88828 3.89833 4.44506 4.1717 4.17169C4.44507 3.89833 4.88828 3.89833 5.16165 4.17169L7.30001 6.31005V1.33334C7.30001 1.05021 7.47056 0.794968 7.73213 0.686621ZM8.70001 9.68995L10.3434 11.3333L8.70001 12.9767V9.68995ZM8.70001 6.31005V3.02329L10.3434 4.66667L8.70001 6.31005ZM13.3914 5.61864C13.6646 5.34512 14.1079 5.34487 14.3814 5.61809C14.6944 5.93076 14.9427 6.30206 15.1121 6.71077C15.2816 7.11948 15.3688 7.55757 15.3688 8C15.3688 8.44244 15.2816 8.88053 15.1121 9.28924C14.9427 9.69794 14.6944 10.0692 14.3814 10.3819C14.1079 10.6551 13.6646 10.6549 13.3914 10.3814C13.1182 10.1079 13.1185 9.66463 13.392 9.39142C13.5748 9.20877 13.7199 8.99187 13.8189 8.75312C13.9178 8.51437 13.9688 8.25845 13.9688 8C13.9688 7.74155 13.9178 7.48564 13.8189 7.24689C13.7199 7.00814 13.5748 6.79124 13.392 6.60859C13.1185 6.33537 13.1182 5.89216 13.3914 5.61864ZM11.3 8C11.3 7.6134 11.6134 7.3 12 7.3H12.0067C12.3933 7.3 12.7067 7.6134 12.7067 8C12.7067 8.3866 12.3933 8.7 12.0067 8.7H12C11.6134 8.7 11.3 8.3866 11.3 8Z", fill: "currentColor", }), }), - si = (e) => - kt("svg", { + ei = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.30005 2.66666C3.30005 2.28006 3.61345 1.96666 4.00005 1.96666H9.33338C10.2263 1.96666 11.0826 2.32136 11.714 2.95273C12.3453 3.58411 12.7 4.44043 12.7 5.33333C12.7 6.22622 12.3453 7.08255 11.714 7.71392C11.7024 7.72553 11.6907 7.73704 11.6789 7.74846C11.9333 7.89479 12.1695 8.07496 12.3806 8.28607C13.012 8.91744 13.3667 9.77376 13.3667 10.6667C13.3667 11.5596 13.012 12.4159 12.3806 13.0473C11.7493 13.6786 10.8929 14.0333 10 14.0333H4.00005C3.61345 14.0333 3.30005 13.7199 3.30005 13.3333V2.66666ZM9.33338 7.29999C9.85497 7.29999 10.3552 7.09279 10.724 6.72397C11.0928 6.35515 11.3 5.85492 11.3 5.33333C11.3 4.81173 11.0928 4.3115 10.724 3.94268C10.3552 3.57386 9.85497 3.36666 9.33338 3.36666H4.70005V7.29999H9.33338ZM4.70005 8.69999H10C10.5216 8.69999 11.0219 8.90719 11.3907 9.27602C11.7595 9.64484 11.9667 10.1451 11.9667 10.6667C11.9667 11.1883 11.7595 11.6885 11.3907 12.0573C11.0219 12.4261 10.5216 12.6333 10 12.6333H4.70005V8.69999Z", fill: "currentColor", }), }), - ci = (e) => - kt("svg", { + ti = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98487 0.906259C7.29362 0.728355 7.6437 0.634705 8.00005 0.634705C8.3564 0.634705 8.70648 0.728355 9.01522 0.906259C9.01572 0.906545 9.01622 0.906832 9.01672 0.90712L13.6834 3.57378C13.9922 3.75207 14.2487 4.00843 14.4271 4.31713C14.6056 4.62584 14.6997 4.97605 14.7 5.33262L14.7 10.6667C14.6997 11.0232 14.6056 11.3742 14.4271 11.6829C14.2487 11.9916 13.9922 12.2479 13.6834 12.4262L13.6807 12.4278L9.01672 15.0929C9.01621 15.0932 9.0157 15.0935 9.01518 15.0938C8.70645 15.2717 8.35639 15.3653 8.00005 15.3653C7.64371 15.3653 7.29364 15.2717 6.98491 15.0938C6.9844 15.0935 6.98389 15.0932 6.98338 15.0929L2.31942 12.4278L2.31672 12.4262C2.00792 12.2479 1.75143 11.9916 1.57299 11.6829C1.39454 11.3742 1.30041 11.024 1.30005 10.6674L1.30005 5.33334C1.30041 4.97677 1.39454 4.62584 1.57299 4.31713C1.75143 4.00843 2.00792 3.75207 2.31672 3.57379L2.31941 3.57223L6.98338 0.90712C6.98388 0.906832 6.98438 0.906545 6.98487 0.906259ZM8.00005 2.0347C7.88888 2.0347 7.77966 2.06397 7.68338 2.11955L7.68068 2.12111L3.01672 4.78622C3.01635 4.78643 3.01599 4.78664 3.01562 4.78685C2.91993 4.84236 2.84043 4.92197 2.78506 5.01776C2.72953 5.11383 2.70021 5.22281 2.70005 5.33377V10.6662C2.70021 10.7772 2.72953 10.8862 2.78506 10.9823C2.84042 11.078 2.9199 11.1576 3.01557 11.2131C3.01595 11.2133 3.01633 11.2136 3.01672 11.2138L7.68339 13.8804C7.77966 13.936 7.88888 13.9653 8.00005 13.9653C8.11122 13.9653 8.22044 13.936 8.31672 13.8805L8.31942 13.8789L12.9834 11.2138C12.9838 11.2136 12.9841 11.2134 12.9845 11.2131C13.0802 11.1576 13.1597 11.078 13.215 10.9823C13.2705 10.8863 13.2998 10.7774 13.3 10.6666C13.3 10.6664 13.3 10.6668 13.3 10.6666L13.3 5.33406C13.3 5.33385 13.3 5.33426 13.3 5.33406C13.2998 5.22321 13.2705 5.11373 13.215 5.01776C13.1597 4.92196 13.0802 4.84235 12.9844 4.78684C12.9841 4.78663 12.9837 4.78643 12.9834 4.78622L8.31671 2.11956C8.22043 2.06397 8.11122 2.0347 8.00005 2.0347ZM8.00005 6.03334C6.91389 6.03334 6.03338 6.91384 6.03338 8C6.03338 9.08616 6.91389 9.96667 8.00005 9.96667C9.08621 9.96667 9.96672 9.08616 9.96672 8C9.96672 6.91384 9.08621 6.03334 8.00005 6.03334ZM4.63338 8C4.63338 6.14065 6.14069 4.63334 8.00005 4.63334C9.85941 4.63334 11.3667 6.14065 11.3667 8C11.3667 9.85936 9.85941 11.3667 8.00005 11.3667C6.14069 11.3667 4.63338 9.85936 4.63338 8Z", fill: "currentColor", }), }), - di = (e) => - kt("svg", { + ni = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3604 2.29616C11.3602 2.29632 11.3606 2.296 11.3604 2.29616L10.7528 2.90377C11.716 3.47654 12.5234 4.28394 13.0962 5.24715L13.7059 4.63749C13.7898 4.55388 13.8563 4.45453 13.9018 4.34513C13.9472 4.23573 13.9706 4.11845 13.9706 3.99999C13.9706 3.88154 13.9472 3.76425 13.9018 3.65486C13.8563 3.54546 13.7898 3.44611 13.7059 3.36249L13.172 2.8286L12.6395 2.29616C12.6394 2.29601 12.6397 2.29632 12.6395 2.29616C12.4697 2.12737 12.2395 2.03216 12 2.03216C11.7605 2.03216 11.5303 2.12738 11.3604 2.29616ZM13.6666 1.34338L13.6283 1.30502L13.6271 1.30382C13.1948 0.87365 12.6098 0.632156 12 0.632156C11.3901 0.632156 10.8051 0.87365 10.3729 1.30382L10.3717 1.30502L9.38882 2.28786C8.74111 2.0793 8.05036 1.96666 7.3333 1.96666C3.63299 1.96666 0.633301 4.96635 0.633301 8.66666C0.633301 12.367 3.63299 15.3667 7.3333 15.3667C11.0336 15.3667 14.0333 12.367 14.0333 8.66666C14.0333 7.9496 13.9207 7.25885 13.7121 6.61114L14.6941 5.62916C14.694 5.62926 14.6942 5.62906 14.6941 5.62916C14.9084 5.41554 15.0787 5.16145 15.1947 4.88201C15.3108 4.60244 15.3706 4.30271 15.3706 3.99999C15.3706 3.69728 15.3108 3.39755 15.1947 3.11798C15.0787 2.83858 14.9087 2.58483 14.6945 2.37123C14.6944 2.3711 14.6946 2.37137 14.6945 2.37123L14.6566 2.33333L15.1616 1.8283C15.435 1.55493 15.435 1.11172 15.1616 0.838352C14.8882 0.564985 14.445 0.564985 14.1717 0.838352L13.6666 1.34338ZM12.2284 6.63138C12.2409 6.67379 12.2575 6.71526 12.2781 6.75515C12.5075 7.34814 12.6333 7.99271 12.6333 8.66666C12.6333 11.5938 10.2604 13.9667 7.3333 13.9667C4.40619 13.9667 2.0333 11.5938 2.0333 8.66666C2.0333 5.73955 4.40619 3.36666 7.3333 3.36666C8.00725 3.36666 8.65182 3.49245 9.24481 3.72184C9.2847 3.7425 9.32617 3.75906 9.36858 3.77153C10.6589 4.30863 11.6913 5.34105 12.2284 6.63138Z", fill: "currentColor", }), }), - ui = (e) => - kt("svg", { + ri = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.32648 1.32651C9.77032 0.882676 10.3723 0.633331 11 0.633331C11.6276 0.633331 12.2296 0.882676 12.6735 1.32651C13.0359 1.68897 13.2687 2.15689 13.3418 2.65814C13.8431 2.73131 14.311 2.96406 14.6735 3.32651C15.1173 3.77035 15.3666 4.37232 15.3666 5C15.3666 5.62768 15.1173 6.22965 14.6735 6.67348C14.2296 7.11732 13.6276 7.36666 13 7.36666C12.774 7.36666 12.5615 7.31881 12.4068 7.27994C12.3375 7.26254 12.2809 7.24742 12.2307 7.23401C12.1463 7.21146 12.0799 7.19372 12.0015 7.17799C11.8983 7.15731 11.8491 7.15803 11.8295 7.16038C11.8291 7.16077 11.8287 7.16119 11.8283 7.16164L7.16161 11.8283C7.16116 11.8288 7.16074 11.8292 7.16035 11.8296C7.158 11.8491 7.15728 11.8984 7.17796 12.0015C7.19369 12.0799 7.21143 12.1463 7.23398 12.2308C7.24739 12.281 7.26251 12.3376 7.27991 12.4068C7.31878 12.5615 7.36663 12.774 7.36663 13C7.36663 13.6277 7.11729 14.2296 6.67345 14.6735C6.22962 15.1173 5.62765 15.3667 4.99997 15.3667C4.37229 15.3667 3.77032 15.1173 3.32648 14.6735C2.96403 14.311 2.73128 13.8431 2.65811 13.3419C2.15686 13.2687 1.68894 13.0359 1.32648 12.6735C0.882645 12.2296 0.633301 11.6277 0.633301 11C0.633301 10.3723 0.882645 9.77035 1.32648 9.32651C1.77032 8.88268 2.37229 8.63333 2.99997 8.63333C3.22595 8.63333 3.43843 8.68118 3.59315 8.72006C3.66241 8.73746 3.71899 8.75257 3.7692 8.76598C3.85363 8.78853 3.92004 8.80627 3.99846 8.822C4.1016 8.84269 4.15088 8.84196 4.17039 8.83961C4.17079 8.83922 4.17121 8.83881 4.17166 8.83836L8.83833 4.17169C8.83878 4.17124 8.83919 4.17082 8.83958 4.17042C8.84193 4.15091 8.84266 4.10163 8.82197 3.99849C8.80624 3.92007 8.7885 3.85366 8.76595 3.76923C8.75254 3.71902 8.73743 3.66244 8.72003 3.59318C8.68115 3.43846 8.6333 3.22598 8.6333 3C8.6333 2.37232 8.88264 1.77035 9.32648 1.32651ZM11 2.03333C10.7436 2.03333 10.4977 2.13518 10.3164 2.31646C10.1351 2.49775 10.0333 2.74362 10.0333 3C10.0333 3.04402 10.0438 3.11653 10.0778 3.25202C10.0849 3.28029 10.0943 3.31562 10.1049 3.3554C10.1333 3.46264 10.1704 3.60224 10.1946 3.72317C10.2677 4.08733 10.3148 4.67513 9.82827 5.16164L5.16161 9.82831C4.6751 10.3148 4.0873 10.2677 3.72314 10.1947C3.60221 10.1704 3.46261 10.1334 3.35537 10.1049C3.31559 10.0943 3.28026 10.085 3.25199 10.0779C3.1165 10.0438 3.04399 10.0333 2.99997 10.0333C2.74359 10.0333 2.49772 10.1352 2.31643 10.3165C2.13515 10.4977 2.0333 10.7436 2.0333 11C2.0333 11.2564 2.13515 11.5022 2.31643 11.6835C2.49772 11.8648 2.74359 11.9667 2.99997 11.9667C3.57323 11.9667 4.0333 12.4267 4.0333 13C4.0333 13.2564 4.13515 13.5022 4.31643 13.6835C4.49772 13.8648 4.74359 13.9667 4.99997 13.9667C5.25634 13.9667 5.50222 13.8648 5.6835 13.6835C5.86479 13.5022 5.96663 13.2564 5.96663 13C5.96663 12.956 5.95615 12.8835 5.92211 12.748C5.91501 12.7197 5.90563 12.6844 5.89507 12.6446C5.86661 12.5374 5.82956 12.3977 5.8053 12.2768C5.73226 11.9127 5.68515 11.3249 6.17166 10.8384L10.8383 6.17169C11.3248 5.68518 11.9126 5.73229 12.2768 5.80533C12.3977 5.82959 12.5373 5.86664 12.6446 5.8951C12.6843 5.90566 12.7197 5.91504 12.7479 5.92214C12.8834 5.95618 12.9559 5.96666 13 5.96666C13.2563 5.96666 13.5022 5.86482 13.6835 5.68353C13.8648 5.50225 13.9666 5.25637 13.9666 5C13.9666 4.74362 13.8648 4.49775 13.6835 4.31646C13.5022 4.13518 13.2563 4.03333 13 4.03333C12.7259 4.03333 12.4631 3.92446 12.2693 3.73067C12.0755 3.53689 11.9666 3.27405 11.9666 3C11.9666 2.74362 11.8648 2.49775 11.6835 2.31646C11.5022 2.13518 11.2563 2.03333 11 2.03333Z", fill: "currentColor", }), }), - pi = (e) => - kt("svg", { + oi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM8.00001 3.3C8.25121 3.3 8.48315 3.4346 8.60778 3.6527L11.2744 8.31937C11.4663 8.65503 11.3496 9.08263 11.014 9.27443C10.6783 9.46624 10.2507 9.34962 10.0589 9.01396L9.49854 8.03333H6.50147L5.94111 9.01396C5.7493 9.34962 5.32171 9.46624 4.98604 9.27443C4.65038 9.08263 4.53376 8.65503 4.72557 8.31937L5.38849 7.15926C5.42011 7.03572 5.48459 6.92533 5.57208 6.83798L7.39224 3.6527C7.51687 3.4346 7.74881 3.3 8.00001 3.3ZM7.30147 6.63333H8.69854L8.00001 5.41089L7.30147 6.63333Z", fill: "currentColor", }), }), - mi = (e) => - kt("svg", { + ii = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM8.00001 3.3C8.38661 3.3 8.70001 3.6134 8.70001 4V8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666C7.61341 9.36666 7.30001 9.05326 7.30001 8.66666V4C7.30001 3.6134 7.61341 3.3 8.00001 3.3ZM5.33334 4.63333C5.71994 4.63333 6.03334 4.94673 6.03334 5.33333V7.33333C6.03334 7.71993 5.71994 8.03333 5.33334 8.03333C4.94674 8.03333 4.63334 7.71993 4.63334 7.33333V5.33333C4.63334 4.94673 4.94674 4.63333 5.33334 4.63333ZM10.6667 4.63333C11.0533 4.63333 11.3667 4.94673 11.3667 5.33333V7.33333C11.3667 7.71993 11.0533 8.03333 10.6667 8.03333C10.2801 8.03333 9.96667 7.71993 9.96667 7.33333V5.33333C9.96667 4.94673 10.2801 4.63333 10.6667 4.63333Z", fill: "currentColor", }), }), - hi = (e) => - kt("svg", { + li = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM10.495 4.50502C10.7683 4.77839 10.7683 5.22161 10.495 5.49497L7.82832 8.16164C7.55495 8.43501 7.11173 8.43501 6.83837 8.16164L5.50503 6.82831C5.23167 6.55494 5.23167 6.11172 5.50503 5.83836C5.7784 5.56499 6.22162 5.56499 6.49498 5.83836L7.33334 6.67671L9.50503 4.50502C9.7784 4.23166 10.2216 4.23166 10.495 4.50502Z", fill: "currentColor", }), }), - fi = (e) => - kt("svg", { + ai = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.03333C2.49866 2.03333 2.33757 2.10006 2.2188 2.21883C2.10003 2.3376 2.0333 2.49869 2.0333 2.66666V8.73448C2.23588 8.66807 2.44946 8.63333 2.66663 8.63333H3.3333C3.7199 8.63333 4.0333 8.94673 4.0333 9.33333C4.0333 9.71993 3.7199 10.0333 3.3333 10.0333H2.66663C2.49866 10.0333 2.33757 10.1001 2.2188 10.2188C2.10003 10.3376 2.0333 10.4987 2.0333 10.6667C2.0333 10.8346 2.10003 10.9957 2.2188 11.1145C2.33757 11.2333 2.49866 11.3 2.66663 11.3H3.3333C3.7199 11.3 4.0333 11.6134 4.0333 12C4.0333 12.3866 3.7199 12.7 3.3333 12.7H2.66663C2.12736 12.7 1.61017 12.4858 1.22885 12.1044C0.847526 11.7231 0.633301 11.2059 0.633301 10.6667V2.66666C0.633301 2.12739 0.847526 1.6102 1.22885 1.22888C1.61017 0.847557 2.12736 0.633331 2.66663 0.633331H9.99997C10.3866 0.633331 10.7 0.946732 10.7 1.33333C10.7 1.71993 10.3866 2.03333 9.99997 2.03333H2.66663ZM5.89552 3.89555C6.27684 3.51422 6.79403 3.3 7.3333 3.3H14.6666C15.0532 3.3 15.3666 3.6134 15.3666 4V14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667H7.3333C6.79403 15.3667 6.27684 15.1524 5.89552 14.7711C5.51419 14.3898 5.29997 13.8726 5.29997 13.3333V5.33333C5.29997 4.79406 5.51419 4.27687 5.89552 3.89555ZM6.69997 11.4011V5.33333C6.69997 5.16536 6.76669 5.00427 6.88547 4.8855C7.00424 4.76672 7.16533 4.7 7.3333 4.7H13.9666V11.3H7.3333C7.11613 11.3 6.90254 11.3347 6.69997 11.4011ZM13.9666 12.7H7.3333C7.16533 12.7 7.00424 12.7667 6.88547 12.8855C6.76669 13.0043 6.69997 13.1654 6.69997 13.3333C6.69997 13.5013 6.76669 13.6624 6.88547 13.7812C7.00424 13.8999 7.16533 13.9667 7.3333 13.9667H13.9666V12.7Z", fill: "currentColor", }), }), - gi = (e) => - kt("svg", { + Ci = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V3.33333C3.36667 3.71993 3.05327 4.03333 2.66667 4.03333C2.28008 4.03333 1.96667 3.71993 1.96667 3.33333V3C1.96667 2.37232 2.21602 1.77035 2.65986 1.32651C3.10369 0.882676 3.70566 0.633331 4.33334 0.633331H5.33334C5.71994 0.633331 6.03334 0.946732 6.03334 1.33333C6.03334 1.71993 5.71994 2.03333 5.33334 2.03333H4.33334ZM7.30001 1.33333C7.30001 0.946732 7.61341 0.633331 8.00001 0.633331H9.33334C9.71994 0.633331 10.0333 0.946732 10.0333 1.33333C10.0333 1.71993 9.71994 2.03333 9.33334 2.03333H8.00001C7.61341 2.03333 7.30001 1.71993 7.30001 1.33333ZM11.3 1.33333C11.3 0.946732 11.6134 0.633331 12 0.633331H13.3333C13.7199 0.633331 14.0333 0.946732 14.0333 1.33333V2.66666C14.0333 3.05326 13.7199 3.36666 13.3333 3.36666C12.9467 3.36666 12.6333 3.05326 12.6333 2.66666V2.03333H12C11.6134 2.03333 11.3 1.71993 11.3 1.33333ZM13.3333 4.63333C13.7199 4.63333 14.0333 4.94673 14.0333 5.33333V7.33333C14.0333 7.71993 13.7199 8.03333 13.3333 8.03333C12.9467 8.03333 12.6333 7.71993 12.6333 7.33333V5.33333C12.6333 4.94673 12.9467 4.63333 13.3333 4.63333ZM2.66667 5.3C3.05327 5.3 3.36667 5.6134 3.36667 6V7.33333C3.36667 7.71993 3.05327 8.03333 2.66667 8.03333C2.28008 8.03333 1.96667 7.71993 1.96667 7.33333V6C1.96667 5.6134 2.28008 5.3 2.66667 5.3ZM2.66667 9.3C3.05327 9.3 3.36667 9.6134 3.36667 10V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H5.33334C5.71994 10.6333 6.03334 10.9467 6.03334 11.3333C6.03334 11.7199 5.71994 12.0333 5.33334 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H5.33334C5.71994 13.9667 6.03334 14.2801 6.03334 14.6667C6.03334 15.0533 5.71994 15.3667 5.33334 15.3667H4.33334C3.70566 15.3667 3.10369 15.1173 2.65986 14.6735C2.21602 14.2296 1.96667 13.6277 1.96667 13V10C1.96667 9.6134 2.28008 9.3 2.66667 9.3ZM13.3333 9.3C13.7199 9.3 14.0333 9.6134 14.0333 10V11.3333C14.0333 11.7199 13.7199 12.0333 13.3333 12.0333H12C11.6134 12.0333 11.3 11.7199 11.3 11.3333C11.3 10.9467 11.6134 10.6333 12 10.6333H12.6333V10C12.6333 9.6134 12.9467 9.3 13.3333 9.3ZM7.30001 11.3333C7.30001 10.9467 7.61341 10.6333 8.00001 10.6333H9.33334C9.71994 10.6333 10.0333 10.9467 10.0333 11.3333C10.0333 11.7199 9.71994 12.0333 9.33334 12.0333H8.00001C7.61341 12.0333 7.30001 11.7199 7.30001 11.3333ZM7.30001 14.6667C7.30001 14.2801 7.61341 13.9667 8.00001 13.9667H9.33334C9.71994 13.9667 10.0333 14.2801 10.0333 14.6667C10.0333 15.0533 9.71994 15.3667 9.33334 15.3667H8.00001C7.61341 15.3667 7.30001 15.0533 7.30001 14.6667ZM11.3 14.6667C11.3 14.2801 11.6134 13.9667 12 13.9667H13.3333C13.7199 13.9667 14.0333 14.2801 14.0333 14.6667C14.0333 15.0533 13.7199 15.3667 13.3333 15.3667H12C11.6134 15.3667 11.3 15.0533 11.3 14.6667Z", fill: "currentColor", }), }), - vi = (e) => - kt("svg", { + si = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM8.00001 3.96666C8.38661 3.96666 8.70001 4.28006 8.70001 4.66666V6.97672L9.50503 6.17169C9.7784 5.89832 10.2216 5.89832 10.495 6.17169C10.7683 6.44506 10.7683 6.88827 10.495 7.16164L8.49498 9.16164C8.22162 9.43501 7.7784 9.43501 7.50503 9.16164L5.50503 7.16164C5.23167 6.88827 5.23167 6.44506 5.50503 6.17169C5.7784 5.89832 6.22162 5.89832 6.49498 6.17169L7.30001 6.97672V4.66666C7.30001 4.28006 7.61341 3.96666 8.00001 3.96666Z", fill: "currentColor", }), }), - wi = (e) => - kt("svg", { + ci = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V2.03333H4.33322ZM14.0332 1.33333C14.0332 0.946732 13.7198 0.633331 13.3332 0.633331H4.33322C3.70554 0.633331 3.10357 0.882676 2.65973 1.32651C2.2159 1.77035 1.96655 2.37232 1.96655 3V13C1.96655 13.6277 2.2159 14.2296 2.65973 14.6735C3.10357 15.1173 3.70554 15.3667 4.33322 15.3667H13.3332C13.7198 15.3667 14.0332 15.0533 14.0332 14.6667V1.33333ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM7.99989 4.7C7.47829 4.7 6.97806 4.9072 6.60924 5.27602C6.24819 5.63707 6.04202 6.12406 6.03349 6.63374C6.77276 6.65158 7.36655 7.25644 7.36655 8C7.36655 8.75479 6.75467 9.36666 5.99989 9.36666C5.2451 9.36666 4.63322 8.75479 4.63322 8V6.66666C4.63322 5.77377 4.98792 4.91744 5.61929 4.28607C6.25067 3.6547 7.10699 3.3 7.99989 3.3C8.89278 3.3 9.74911 3.6547 10.3805 4.28607C11.0119 4.91744 11.3666 5.77377 11.3666 6.66666V8C11.3666 8.75479 10.7547 9.36666 9.99989 9.36666C9.2451 9.36666 8.63322 8.75479 8.63322 8C8.63322 7.25644 9.22702 6.65158 9.96628 6.63374C9.95775 6.12406 9.75158 5.63707 9.39053 5.27602C9.02171 4.9072 8.52148 4.7 7.99989 4.7ZM9.96655 8C9.96655 8.01841 9.98148 8.03333 9.99989 8.03333C10.0183 8.03333 10.0332 8.01841 10.0332 8H9.96655ZM5.96655 8C5.96655 8.01841 5.98148 8.03333 5.99989 8.03333C6.0183 8.03333 6.03322 8.01841 6.03322 8H5.96655Z", fill: "currentColor", }), }), - Li = (e) => - kt("svg", { + di = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V2.03333H4.33322ZM14.0332 1.33333C14.0332 0.946732 13.7198 0.633331 13.3332 0.633331H4.33322C3.70554 0.633331 3.10357 0.882676 2.65973 1.32651C2.2159 1.77035 1.96655 2.37232 1.96655 3V13C1.96655 13.6277 2.2159 14.2296 2.65973 14.6735C3.10357 15.1173 3.70554 15.3667 4.33322 15.3667H13.3332C13.7198 15.3667 14.0332 15.0533 14.0332 14.6667V1.33333ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM4.63322 5.46666C4.63322 4.28006 5.61329 3.3 6.79989 3.3C7.2469 3.3 7.65552 3.40777 7.99989 3.63051C8.34425 3.40777 8.75288 3.3 9.19989 3.3C10.3865 3.3 11.3666 4.28006 11.3666 5.46666C11.3666 6.13622 11.0801 6.70974 10.6949 7.09497C10.6883 7.10157 10.6815 7.10803 10.6747 7.11436C10.2443 7.51166 9.69656 8.02617 9.25524 8.44251C9.03484 8.65043 8.84145 8.83342 8.70318 8.96441L8.48206 9.17411L7.99989 8.66666L7.51774 9.17414L7.45819 9.11748L7.29459 8.96147C7.15555 8.8287 6.96114 8.64265 6.73952 8.4294C6.29714 8.00371 5.74318 7.46657 5.30491 7.02831C4.93219 6.65559 4.63322 6.08518 4.63322 5.46666ZM7.99989 8.66666L7.51774 9.17414C7.78791 9.43081 8.21189 9.43078 8.48206 9.17411L7.99989 8.66666ZM8.00183 7.7006C8.09134 7.61597 8.1899 7.52286 8.29453 7.42416C8.73255 7.01093 9.27885 6.49771 9.71322 6.09659C9.85724 5.94839 9.96655 5.72549 9.96655 5.46666C9.96655 5.05326 9.61329 4.7 9.19989 4.7C8.87047 4.7 8.70329 4.80683 8.58232 4.98829C8.4525 5.18303 8.23393 5.3 7.99989 5.3C7.76584 5.3 7.54728 5.18303 7.41745 4.98829C7.29648 4.80683 7.1293 4.7 6.79989 4.7C6.38649 4.7 6.03322 5.05326 6.03322 5.46666C6.03322 5.64815 6.13425 5.87774 6.29486 6.03836C6.72326 6.46675 7.2693 6.99629 7.71025 7.4206C7.81449 7.5209 7.91268 7.61516 8.00183 7.7006Z", fill: "currentColor", }), }), - bi = (e) => - kt("svg", { + ui = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333Z", fill: "currentColor", }), }), - Mi = (e) => - kt("svg", { + pi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H6.1766L9.57158 7.23836C10.3783 6.43166 11.6215 6.43166 12.4282 7.23836L12.6332 7.44338V2.03333H4.33322ZM14.0332 9.13254V1.33333C14.0332 0.946732 13.7198 0.633331 13.3332 0.633331H4.33322C3.70554 0.633331 3.10357 0.882676 2.65973 1.32651C2.2159 1.77035 1.96655 2.37232 1.96655 3V13C1.96655 13.6277 2.2159 14.2296 2.65973 14.6735C3.10357 15.1173 3.70554 15.3667 4.33322 15.3667H13.3332C13.7198 15.3667 14.0332 15.0533 14.0332 14.6667V9.13412C14.0332 9.13359 14.0332 9.13307 14.0332 9.13254ZM12.6332 9.42328L11.4382 8.22831C11.1783 7.96834 10.8215 7.96834 10.5615 8.22831L8.1565 10.6333H12.6332V9.42328ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM6.66655 4.7C6.31677 4.7 6.03322 4.98355 6.03322 5.33333C6.03322 5.68311 6.31677 5.96666 6.66655 5.96666C7.01633 5.96666 7.29989 5.68311 7.29989 5.33333C7.29989 4.98355 7.01633 4.7 6.66655 4.7ZM4.63322 5.33333C4.63322 4.21035 5.54357 3.3 6.66655 3.3C7.78953 3.3 8.69989 4.21035 8.69989 5.33333C8.69989 6.45631 7.78953 7.36666 6.66655 7.36666C5.54357 7.36666 4.63322 6.45631 4.63322 5.33333Z", fill: "currentColor", }), }), - Hi = (e) => - kt("svg", { + mi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V5.33333C12.6332 4.94673 12.9466 4.63333 13.3332 4.63333C13.7198 4.63333 14.0332 4.94673 14.0332 5.33333V14.6667C14.0332 15.0533 13.7198 15.3667 13.3332 15.3667H4.33322C3.70554 15.3667 3.10357 15.1173 2.65973 14.6735C2.2159 14.2296 1.96655 13.6277 1.96655 13V3C1.96655 2.37232 2.2159 1.77035 2.65973 1.32651C3.10357 0.882676 3.70554 0.633331 4.33322 0.633331H9.33322C9.71982 0.633331 10.0332 0.946732 10.0332 1.33333C10.0332 1.71993 9.71982 2.03333 9.33322 2.03333H4.33322ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM12.8382 0.838357C13.1116 0.56499 13.5548 0.56499 13.8282 0.838357C14.1016 1.11172 14.1016 1.55494 13.8282 1.82831L13.6565 2L13.8282 2.17169C14.1016 2.44506 14.1016 2.88827 13.8282 3.16164C13.5548 3.43501 13.1116 3.43501 12.8382 3.16164L12.6666 2.98995L11.1785 4.47804C11.2992 4.73803 11.3666 5.02781 11.3666 5.33333C11.3666 6.45631 10.4562 7.36666 9.33322 7.36666C8.21024 7.36666 7.29989 6.45631 7.29989 5.33333C7.29989 4.21035 8.21024 3.3 9.33322 3.3C9.63874 3.3 9.92852 3.36738 10.1885 3.48809L12.8382 0.838357ZM9.33322 4.7C8.98344 4.7 8.69989 4.98355 8.69989 5.33333C8.69989 5.68311 8.98344 5.96666 9.33322 5.96666C9.683 5.96666 9.96655 5.68311 9.96655 5.33333C9.96655 4.98355 9.683 4.7 9.33322 4.7Z", fill: "currentColor", }), }), - Ei = (e) => - kt("svg", { + hi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V10C12.6332 9.6134 12.9466 9.3 13.3332 9.3C13.7198 9.3 14.0332 9.6134 14.0332 10V14.6667C14.0332 15.0533 13.7198 15.3667 13.3332 15.3667H4.33322C3.70554 15.3667 3.10357 15.1173 2.65973 14.6735C2.2159 14.2296 1.96655 13.6277 1.96655 13V3C1.96655 2.37232 2.2159 1.77035 2.65973 1.32651C3.10357 0.882676 3.70554 0.633331 4.33322 0.633331H6.66655C7.05315 0.633331 7.36655 0.946732 7.36655 1.33333C7.36655 1.71993 7.05315 2.03333 6.66655 2.03333H4.33322ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333ZM9.22877 1.22888C9.61009 0.847557 10.1273 0.633331 10.6666 0.633331C11.2058 0.633331 11.723 0.847557 12.1043 1.22888C12.4857 1.6102 12.6999 2.12739 12.6999 2.66666V3.3004C13.4393 3.31809 14.0332 3.92302 14.0332 4.66666V6.66666C14.0332 7.42145 13.4213 8.03333 12.6666 8.03333H8.66655C7.91176 8.03333 7.29989 7.42145 7.29989 6.66666V4.66666C7.29989 3.92302 7.89383 3.31809 8.63322 3.3004V2.66666C8.63322 2.12739 8.84745 1.6102 9.22877 1.22888ZM8.69989 4.7V6.63333H12.6332V4.7H8.69989ZM11.2999 3.3H10.0332V2.66666C10.0332 2.49869 10.0999 2.3376 10.2187 2.21883C10.3375 2.10006 10.4986 2.03333 10.6666 2.03333C10.8345 2.03333 10.9956 2.10006 11.1144 2.21883C11.2332 2.3376 11.2999 2.49869 11.2999 2.66666V3.3Z", fill: "currentColor", }), }), - Ri = (e) => - kt("svg", { + fi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555ZM10.495 4.83836C10.7684 5.11173 10.7684 5.55494 10.495 5.82831L7.82834 8.49498C7.69706 8.62625 7.51901 8.7 7.33336 8.7C7.14771 8.7 6.96966 8.62625 6.83839 8.49498L5.50505 7.16164C5.23169 6.88828 5.23169 6.44506 5.50505 6.17169C5.77842 5.89833 6.22164 5.89833 6.495 6.17169L7.33336 7.01005L9.50505 4.83836C9.77842 4.56499 10.2216 4.56499 10.495 4.83836Z", fill: "currentColor", }), }), - yi = (e) => - kt("svg", { + gi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33322 2.03333C4.07684 2.03333 3.83097 2.13518 3.64968 2.31646C3.4684 2.49775 3.36655 2.74362 3.36655 3V10.8398C3.6678 10.705 3.99682 10.6333 4.33322 10.6333H12.6332V2.03333H11.3666V6.66666C11.3666 6.94979 11.196 7.20503 10.9344 7.31338C10.6729 7.42173 10.3718 7.36184 10.1716 7.16164L8.66655 5.65661L7.16153 7.16164C6.96133 7.36184 6.66025 7.42173 6.39867 7.31338C6.1371 7.20503 5.96655 6.94979 5.96655 6.66666V2.03333H4.33322ZM4.33322 0.633331C3.70554 0.633331 3.10357 0.882676 2.65973 1.32651C2.2159 1.77035 1.96655 2.37232 1.96655 3V13C1.96655 13.6277 2.2159 14.2296 2.65973 14.6735C3.10357 15.1173 3.70554 15.3667 4.33322 15.3667H13.3332C13.7198 15.3667 14.0332 15.0533 14.0332 14.6667V1.33333C14.0332 0.946732 13.7198 0.633331 13.3332 0.633331H4.33322ZM7.36655 2.03333V4.97671L8.17158 4.17169C8.44494 3.89832 8.88816 3.89832 9.16153 4.17169L9.96655 4.97671V2.03333H7.36655ZM12.6332 12.0333H4.33322C4.07684 12.0333 3.83097 12.1352 3.64968 12.3165C3.4684 12.4977 3.36655 12.7436 3.36655 13C3.36655 13.2564 3.4684 13.5022 3.64968 13.6835C3.83097 13.8648 4.07684 13.9667 4.33322 13.9667H12.6332V12.0333Z", fill: "currentColor", }), }), - Vi = (e) => - kt("svg", { + vi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555Z", fill: "currentColor", }), }), - Si = (e) => - kt("svg", { + wi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555ZM5.30003 6.66667C5.30003 6.28007 5.61343 5.96667 6.00003 5.96667H10C10.3866 5.96667 10.7 6.28007 10.7 6.66667C10.7 7.05327 10.3866 7.36667 10 7.36667H6.00003C5.61343 7.36667 5.30003 7.05327 5.30003 6.66667Z", fill: "currentColor", }), }), - Ti = (e) => - kt("svg", { + Li = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555ZM8.00003 3.96667C8.38663 3.96667 8.70003 4.28007 8.70003 4.66667V5.96667H10C10.3866 5.96667 10.7 6.28007 10.7 6.66667C10.7 7.05327 10.3866 7.36667 10 7.36667H8.70003V8.66667C8.70003 9.05327 8.38663 9.36667 8.00003 9.36667C7.61343 9.36667 7.30003 9.05327 7.30003 8.66667V7.36667H6.00003C5.61343 7.36667 5.30003 7.05327 5.30003 6.66667C5.30003 6.28007 5.61343 5.96667 6.00003 5.96667H7.30003V4.66667C7.30003 4.28007 7.61343 3.96667 8.00003 3.96667Z", fill: "currentColor", }), }), - Ni = (e) => - kt("svg", { + bi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.6667 2.7C4.49872 2.7 4.33763 2.76673 4.21886 2.8855C4.10009 3.00427 4.03336 3.16537 4.03336 3.33334V12.7938L7.65273 10.7256C7.86793 10.6026 8.13212 10.6026 8.34733 10.7256L11.9667 12.7938V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5013 2.7 11.3334 2.7H4.6667ZM3.22891 1.89555C3.61024 1.51423 4.12742 1.3 4.6667 1.3H11.3334C11.8726 1.3 12.3898 1.51423 12.7711 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V14C13.3667 14.2495 13.2339 14.4802 13.018 14.6054C12.8022 14.7307 12.536 14.7316 12.3194 14.6078L8.00003 12.1396L3.68066 14.6078C3.46401 14.7316 3.19783 14.7307 2.98201 14.6054C2.76619 14.4802 2.63336 14.2495 2.63336 14V3.33334C2.63336 2.79406 2.84759 2.27688 3.22891 1.89555ZM5.83839 4.50503C6.11175 4.23166 6.55497 4.23166 6.82834 4.50503L8.00003 5.67672L9.17172 4.50503C9.44509 4.23166 9.8883 4.23166 10.1617 4.50503C10.435 4.7784 10.435 5.22161 10.1617 5.49498L8.98998 6.66667L10.1617 7.83836C10.435 8.11173 10.435 8.55494 10.1617 8.82831C9.8883 9.10168 9.44509 9.10168 9.17172 8.82831L8.00003 7.65662L6.82834 8.82831C6.55497 9.10168 6.11175 9.10168 5.83839 8.82831C5.56502 8.55494 5.56502 8.11173 5.83839 7.83836L7.01008 6.66667L5.83839 5.49498C5.56502 5.22161 5.56502 4.7784 5.83839 4.50503Z", fill: "currentColor", }), }), - xi = (e) => - kt("svg", { + Mi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33333 2.03333C4.07696 2.03333 3.83108 2.13518 3.6498 2.31646C3.46851 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66791 10.705 3.99693 10.6333 4.33333 10.6333H12.6333V2.03333H4.33333ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33333C3.70565 0.633331 3.10368 0.882676 2.65985 1.32651C2.21601 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21601 14.2296 2.65985 14.6735C3.10368 15.1173 3.70565 15.3667 4.33333 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33333C4.07696 12.0333 3.83108 12.1352 3.6498 12.3165C3.46851 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46851 13.5022 3.6498 13.6835C3.83108 13.8648 4.07696 13.9667 4.33333 13.9667H12.6333V12.0333ZM5.3 6.66666C5.3 6.28006 5.6134 5.96666 6 5.96666H10C10.3866 5.96666 10.7 6.28006 10.7 6.66666C10.7 7.05326 10.3866 7.36666 10 7.36666H6C5.6134 7.36666 5.3 7.05326 5.3 6.66666Z", fill: "currentColor", }), }), - _i = (e) => - kt("svg", { + Hi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633333 2C0.633333 1.6134 0.946734 1.3 1.33333 1.3H5.33333C6.41636 1.3 7.38332 1.81684 8 2.61631C8.61669 1.81684 9.58364 1.3 10.6667 1.3H14.6667C15.0533 1.3 15.3667 1.6134 15.3667 2V4C15.3667 4.3866 15.0533 4.7 14.6667 4.7C14.2801 4.7 13.9667 4.3866 13.9667 4V2.7H10.6667C9.5866 2.7 8.7 3.5866 8.7 4.66667V11.6202C9.08302 11.4153 9.52491 11.3 10 11.3H13.9667V10.4667C13.9667 10.0801 14.2801 9.76667 14.6667 9.76667C15.0533 9.76667 15.3667 10.0801 15.3667 10.4667V12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H10C9.25327 12.7 8.7 13.2533 8.7 14C8.7 14.3866 8.3866 14.7 8 14.7C7.6134 14.7 7.3 14.3866 7.3 14C7.3 13.2533 6.74673 12.7 6 12.7H1.33333C0.946734 12.7 0.633333 12.3866 0.633333 12V2ZM7.3 11.6202C6.91698 11.4153 6.47509 11.3 6 11.3H2.03333V2.7H5.33333C6.4134 2.7 7.3 3.5866 7.3 4.66667V11.6202ZM15.1616 6.17169C15.435 6.44506 15.435 6.88828 15.1616 7.16164L12.495 9.82831C12.3637 9.95959 12.1857 10.0333 12 10.0333C11.8143 10.0333 11.6363 9.95959 11.505 9.82831L10.1717 8.49498C9.89832 8.22161 9.89832 7.7784 10.1717 7.50503C10.4451 7.23166 10.8883 7.23166 11.1616 7.50503L12 8.34339L14.1717 6.17169C14.4451 5.89833 14.8883 5.89833 15.1616 6.17169Z", fill: "currentColor", }), }), - Ai = (e) => - kt("svg", { + Ei = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633331 2C0.633331 1.6134 0.946732 1.3 1.33333 1.3H5.33333C6.22623 1.3 7.08255 1.6547 7.71392 2.28608C7.81673 2.38888 7.9122 2.49765 8 2.61157C8.08779 2.49765 8.18327 2.38888 8.28607 2.28608C8.91744 1.6547 9.77377 1.3 10.6667 1.3H14.6667C15.0533 1.3 15.3667 1.6134 15.3667 2V12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H10C9.65522 12.7 9.32456 12.837 9.08076 13.0808C8.83696 13.3246 8.7 13.6552 8.7 14C8.7 14.3866 8.3866 14.7 8 14.7C7.6134 14.7 7.3 14.3866 7.3 14C7.3 13.6552 7.16303 13.3246 6.91924 13.0808C6.67544 12.837 6.34478 12.7 6 12.7H1.33333C0.946732 12.7 0.633331 12.3866 0.633331 12V2ZM7.3 11.6336C6.90515 11.4167 6.45859 11.3 6 11.3H2.03333V2.7H5.33333C5.85492 2.7 6.35515 2.9072 6.72397 3.27603C7.0928 3.64485 7.3 4.14508 7.3 4.66667V11.6336ZM8.7 11.6336C9.09485 11.4167 9.54141 11.3 10 11.3H13.9667V2.7H10.6667C10.1451 2.7 9.64484 2.9072 9.27602 3.27603C8.9072 3.64485 8.7 4.14508 8.7 4.66667V11.6336Z", fill: "currentColor", }), }), - Zi = (e) => - kt("svg", { + Ri = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633331 2C0.633331 1.6134 0.946732 1.3 1.33333 1.3H5.33333C6.22623 1.3 7.08255 1.6547 7.71392 2.28608C7.81673 2.38888 7.9122 2.49765 8 2.61157C8.08779 2.49765 8.18327 2.38888 8.28607 2.28608C8.91744 1.6547 9.77377 1.3 10.6667 1.3H14.6667C15.0533 1.3 15.3667 1.6134 15.3667 2V12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H10C9.65522 12.7 9.32456 12.837 9.08076 13.0808C8.83696 13.3246 8.7 13.6552 8.7 14C8.7 14.3866 8.3866 14.7 8 14.7C7.6134 14.7 7.3 14.3866 7.3 14C7.3 13.6552 7.16303 13.3246 6.91924 13.0808C6.67544 12.837 6.34478 12.7 6 12.7H1.33333C0.946732 12.7 0.633331 12.3866 0.633331 12V2ZM7.3 11.6336C6.90515 11.4167 6.45859 11.3 6 11.3H2.03333V2.7H5.33333C5.85492 2.7 6.35515 2.9072 6.72397 3.27603C7.0928 3.64485 7.3 4.14508 7.3 4.66667V11.6336ZM8.7 11.6336C9.09485 11.4167 9.54141 11.3 10 11.3H13.9667V2.7H10.6667C10.1451 2.7 9.64484 2.9072 9.27602 3.27603C8.9072 3.64485 8.7 4.14508 8.7 4.66667V11.6336ZM3.3 5.33334C3.3 4.94674 3.6134 4.63334 4 4.63334H5.33333C5.71993 4.63334 6.03333 4.94674 6.03333 5.33334C6.03333 5.71994 5.71993 6.03334 5.33333 6.03334H4C3.6134 6.03334 3.3 5.71994 3.3 5.33334ZM9.96666 5.33334C9.96666 4.94674 10.2801 4.63334 10.6667 4.63334H12C12.3866 4.63334 12.7 4.94674 12.7 5.33334C12.7 5.71994 12.3866 6.03334 12 6.03334H10.6667C10.2801 6.03334 9.96666 5.71994 9.96666 5.33334ZM3.3 8C3.3 7.6134 3.6134 7.3 4 7.3H5.33333C5.71993 7.3 6.03333 7.6134 6.03333 8C6.03333 8.3866 5.71993 8.7 5.33333 8.7H4C3.6134 8.7 3.3 8.3866 3.3 8ZM9.96666 8C9.96666 7.6134 10.2801 7.3 10.6667 7.3H12C12.3866 7.3 12.7 7.6134 12.7 8C12.7 8.3866 12.3866 8.7 12 8.7H10.6667C10.2801 8.7 9.96666 8.3866 9.96666 8Z", fill: "currentColor", }), }), - Ii = (e) => - kt("svg", { + yi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33333 2.03333C4.07695 2.03333 3.83107 2.13518 3.64979 2.31646C3.4685 2.49775 3.36666 2.74362 3.36666 3V10.8398C3.66791 10.705 3.99692 10.6333 4.33333 10.6333H12.6333V2.03333H4.33333ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33333C3.70565 0.633331 3.10368 0.882676 2.65984 1.32651C2.216 1.77035 1.96666 2.37232 1.96666 3V13C1.96666 13.6277 2.216 14.2296 2.65984 14.6735C3.10368 15.1173 3.70565 15.3667 4.33333 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33333C4.07695 12.0333 3.83107 12.1352 3.64979 12.3165C3.4685 12.4977 3.36666 12.7436 3.36666 13C3.36666 13.2564 3.4685 13.5022 3.64979 13.6835C3.83107 13.8648 4.07695 13.9667 4.33333 13.9667H12.6333V12.0333ZM7.99999 3.96666C8.38659 3.96666 8.69999 4.28006 8.69999 4.66666V5.96666H9.99999C10.3866 5.96666 10.7 6.28006 10.7 6.66666C10.7 7.05326 10.3866 7.36666 9.99999 7.36666H8.69999V8.66666C8.69999 9.05326 8.38659 9.36666 7.99999 9.36666C7.61339 9.36666 7.29999 9.05326 7.29999 8.66666V7.36666H5.99999C5.61339 7.36666 5.29999 7.05326 5.29999 6.66666C5.29999 6.28006 5.61339 5.96666 5.99999 5.96666H7.29999V4.66666C7.29999 4.28006 7.61339 3.96666 7.99999 3.96666Z", fill: "currentColor", }), }), - ki = (e) => - kt("svg", { + Vi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM4.63334 4.66666C4.63334 4.28006 4.94674 3.96666 5.33334 3.96666H9.33334C9.71994 3.96666 10.0333 4.28006 10.0333 4.66666C10.0333 5.05326 9.71994 5.36666 9.33334 5.36666H5.33334C4.94674 5.36666 4.63334 5.05326 4.63334 4.66666ZM4.63334 7.33333C4.63334 6.94673 4.94674 6.63333 5.33334 6.63333H10.6667C11.0533 6.63333 11.3667 6.94673 11.3667 7.33333C11.3667 7.71993 11.0533 8.03333 10.6667 8.03333H5.33334C4.94674 8.03333 4.63334 7.71993 4.63334 7.33333Z", fill: "currentColor", }), }), - Oi = (e) => - kt("svg", { + Ti = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM4.63334 4C4.63334 3.6134 4.94674 3.3 5.33334 3.3H10.6667C11.0533 3.3 11.3667 3.6134 11.3667 4V5.33333C11.3667 5.71993 11.0533 6.03333 10.6667 6.03333C10.2801 6.03333 9.96667 5.71993 9.96667 5.33333V4.7H8.70001V7.96666H9.33334C9.71994 7.96666 10.0333 8.28006 10.0333 8.66666C10.0333 9.05326 9.71994 9.36666 9.33334 9.36666H6.66667C6.28008 9.36666 5.96667 9.05326 5.96667 8.66666C5.96667 8.28006 6.28008 7.96666 6.66667 7.96666H7.30001V4.7H6.03334V5.33333C6.03334 5.71993 5.71994 6.03333 5.33334 6.03333C4.94674 6.03333 4.63334 5.71993 4.63334 5.33333V4Z", fill: "currentColor", }), }), - Bi = (e) => - kt("svg", { + Si = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H12C11.6134 2.03333 11.3 1.71993 11.3 1.33333C11.3 0.946732 11.6134 0.633331 12 0.633331H13.3333C13.7199 0.633331 14.0333 0.946732 14.0333 1.33333V14.6667C14.0333 15.0533 13.7199 15.3667 13.3333 15.3667H4.33334C3.70566 15.3667 3.10369 15.1173 2.65986 14.6735C2.21602 14.2296 1.96667 13.6277 1.96667 13V3C1.96667 2.37232 2.21602 1.77035 2.65986 1.32651C3.10369 0.882676 3.70566 0.633331 4.33334 0.633331C4.71994 0.633331 5.03334 0.946732 5.03334 1.33333C5.03334 1.71993 4.71994 2.03333 4.33334 2.03333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM7.50503 0.838357C7.7784 0.56499 8.22162 0.56499 8.49498 0.838357L10.495 2.83836C10.7683 3.11172 10.7683 3.55494 10.495 3.82831C10.2216 4.10167 9.7784 4.10167 9.50503 3.82831L8.00001 2.32328L6.49498 3.82831C6.22162 4.10167 5.7784 4.10167 5.50503 3.82831C5.23167 3.55494 5.23167 3.11172 5.50503 2.83836L7.50503 0.838357ZM7.30001 6.35661L6.49498 7.16164C6.22162 7.43501 5.7784 7.43501 5.50503 7.16164C5.23167 6.88827 5.23167 6.44506 5.50503 6.17169L7.50503 4.17169C7.7784 3.89832 8.22162 3.89832 8.49498 4.17169L10.495 6.17169C10.7683 6.44506 10.7683 6.88827 10.495 7.16164C10.2216 7.43501 9.7784 7.43501 9.50503 7.16164L8.70001 6.35661V8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666C7.61341 9.36666 7.30001 9.05326 7.30001 8.66666V6.35661Z", fill: "currentColor", }), }), - Di = (e) => - kt("svg", { + Ni = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM7.50503 4.17169C7.7784 3.89832 8.22162 3.89832 8.49498 4.17169L10.495 6.17169C10.7683 6.44506 10.7683 6.88827 10.495 7.16164C10.2216 7.43501 9.7784 7.43501 9.50503 7.16164L8.70001 6.35661V8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666C7.61341 9.36666 7.30001 9.05326 7.30001 8.66666V6.35661L6.49498 7.16164C6.22162 7.43501 5.7784 7.43501 5.50503 7.16164C5.23167 6.88827 5.23167 6.44506 5.50503 6.17169L7.50503 4.17169Z", fill: "currentColor", }), }), - Pi = (e) => - kt("svg", { + xi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM8.00001 4.7C7.65023 4.7 7.36667 4.98355 7.36667 5.33333C7.36667 5.68311 7.65023 5.96666 8.00001 5.96666C8.34979 5.96666 8.63334 5.68311 8.63334 5.33333C8.63334 4.98355 8.34979 4.7 8.00001 4.7ZM9.64646 6.52674C9.88982 6.19158 10.0333 5.77921 10.0333 5.33333C10.0333 4.21035 9.12299 3.3 8.00001 3.3C6.87703 3.3 5.96667 4.21035 5.96667 5.33333C5.96667 5.77921 6.11019 6.19158 6.35356 6.52674C6.26158 6.59752 6.17378 6.67452 6.09082 6.75748C5.58447 7.26382 5.30001 7.95058 5.30001 8.66666C5.30001 9.05326 5.61341 9.36666 6.00001 9.36666C6.38661 9.36666 6.70001 9.05326 6.70001 8.66666C6.70001 8.32188 6.83697 7.99122 7.08077 7.74743C7.32457 7.50363 7.65523 7.36666 8.00001 7.36666C8.34479 7.36666 8.67545 7.50363 8.91925 7.74743C9.16304 7.99122 9.30001 8.32188 9.30001 8.66666C9.30001 9.05326 9.61341 9.36666 10 9.36666C10.3866 9.36666 10.7 9.05326 10.7 8.66666C10.7 7.95058 10.4155 7.26382 9.9092 6.75748C9.82624 6.67452 9.73844 6.59752 9.64646 6.52674Z", fill: "currentColor", }), }), - Fi = (e) => - kt("svg", { + _i = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33334 2.03333C4.07697 2.03333 3.83109 2.13518 3.6498 2.31646C3.46852 2.49775 3.36667 2.74362 3.36667 3V10.8398C3.66792 10.705 3.99694 10.6333 4.33334 10.6333H12.6333V2.03333H4.33334ZM14.0333 1.33333C14.0333 0.946732 13.7199 0.633331 13.3333 0.633331H4.33334C3.70566 0.633331 3.10369 0.882676 2.65986 1.32651C2.21602 1.77035 1.96667 2.37232 1.96667 3V13C1.96667 13.6277 2.21602 14.2296 2.65986 14.6735C3.10369 15.1173 3.70566 15.3667 4.33334 15.3667H13.3333C13.7199 15.3667 14.0333 15.0533 14.0333 14.6667V1.33333ZM12.6333 12.0333H4.33334C4.07697 12.0333 3.83109 12.1352 3.6498 12.3165C3.46852 12.4977 3.36667 12.7436 3.36667 13C3.36667 13.2564 3.46852 13.5022 3.6498 13.6835C3.83109 13.8648 4.07697 13.9667 4.33334 13.9667H12.6333V12.0333ZM5.83837 4.17169C6.11173 3.89832 6.55495 3.89832 6.82832 4.17169L8.00001 5.34338L9.1717 4.17169C9.44507 3.89832 9.88828 3.89832 10.1616 4.17169C10.435 4.44506 10.435 4.88827 10.1616 5.16164L8.98996 6.33333L10.1616 7.50502C10.435 7.77839 10.435 8.22161 10.1616 8.49497C9.88828 8.76834 9.44507 8.76834 9.1717 8.49497L8.00001 7.32328L6.82832 8.49497C6.55495 8.76834 6.11173 8.76834 5.83837 8.49497C5.565 8.22161 5.565 7.77839 5.83837 7.50502L7.01006 6.33333L5.83837 5.16164C5.565 4.88827 5.565 4.44506 5.83837 4.17169Z", fill: "currentColor", }), }), - Ui = (e) => - kt("svg", { + Ai = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99997 2.7C3.832 2.7 3.67091 2.76673 3.55213 2.8855C3.43336 3.00427 3.36663 3.16537 3.36663 3.33334V5.3H4.63408C4.65148 4.92888 4.95788 4.63334 5.3333 4.63334C5.70873 4.63334 6.01512 4.92888 6.03252 5.3H7.30075C7.31814 4.92888 7.62454 4.63334 7.99997 4.63334C8.37539 4.63334 8.68179 4.92888 8.69919 5.3H9.96741C9.98481 4.92888 10.2912 4.63334 10.6666 4.63334C11.0421 4.63334 11.3485 4.92888 11.3659 5.3H12.6333V3.33334C12.6333 3.16537 12.5666 3.00428 12.4478 2.8855C12.329 2.76673 12.1679 2.7 12 2.7H3.99997ZM14.0333 5.4237V3.33334C14.0333 2.79406 13.8191 2.27688 13.4377 1.89555C13.0564 1.51423 12.5392 1.3 12 1.3H3.99997C3.46069 1.3 2.94351 1.51423 2.56218 1.89555C2.18086 2.27688 1.96663 2.79406 1.96663 3.33334V5.4237C1.18852 5.70902 0.633301 6.45634 0.633301 7.33334V12.6667C0.633301 13.7896 1.54366 14.7 2.66663 14.7H13.3333C14.4563 14.7 15.3666 13.7896 15.3666 12.6667V7.33334C15.3666 6.45634 14.8114 5.70902 14.0333 5.4237ZM2.66663 6.7C2.31685 6.7 2.0333 6.98356 2.0333 7.33334V12.6667C2.0333 13.0164 2.31685 13.3 2.66663 13.3H13.3333C13.6831 13.3 13.9666 13.0165 13.9666 12.6667V7.33334C13.9666 6.98356 13.6831 6.7 13.3333 6.7H2.66663ZM5.3333 9.36667C4.98352 9.36667 4.69997 9.65022 4.69997 10C4.69997 10.3498 4.98352 10.6333 5.3333 10.6333C5.68308 10.6333 5.96663 10.3498 5.96663 10C5.96663 9.65022 5.68308 9.36667 5.3333 9.36667ZM3.29997 10C3.29997 8.87702 4.21032 7.96667 5.3333 7.96667C6.45628 7.96667 7.36663 8.87702 7.36663 10C7.36663 11.123 6.45628 12.0333 5.3333 12.0333C4.21032 12.0333 3.29997 11.123 3.29997 10ZM10.6666 9.36667C10.3169 9.36667 10.0333 9.65022 10.0333 10C10.0333 10.3498 10.3169 10.6333 10.6666 10.6333C11.0164 10.6333 11.3 10.3498 11.3 10C11.3 9.65022 11.0164 9.36667 10.6666 9.36667ZM8.6333 10C8.6333 8.87702 9.54365 7.96667 10.6666 7.96667C11.7896 7.96667 12.7 8.87702 12.7 10C12.7 11.123 11.7896 12.0333 10.6666 12.0333C9.54365 12.0333 8.6333 11.123 8.6333 10Z", fill: "currentColor", }), }), - zi = (e) => - kt("svg", { + Zi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.6333 2.66667C4.6333 2.28007 4.9467 1.96667 5.3333 1.96667H7.99997C8.38657 1.96667 8.69997 2.28007 8.69997 2.66667V4.63333H12C13.1229 4.63333 14.0333 5.54369 14.0333 6.66667V8.63333H14.6666C15.0532 8.63333 15.3666 8.94673 15.3666 9.33333C15.3666 9.71993 15.0532 10.0333 14.6666 10.0333H14.0333V12C14.0333 13.123 13.1229 14.0333 12 14.0333H3.99997C2.87699 14.0333 1.96663 13.123 1.96663 12V10.0333H1.3333C0.946701 10.0333 0.633301 9.71993 0.633301 9.33333C0.633301 8.94673 0.946701 8.63333 1.3333 8.63333H1.96663V6.66667C1.96663 5.54369 2.87699 4.63333 3.99997 4.63333H7.29997V3.36667H5.3333C4.9467 3.36667 4.6333 3.05327 4.6333 2.66667ZM3.99997 6.03333C3.65019 6.03333 3.36663 6.31689 3.36663 6.66667V12C3.36663 12.3498 3.65019 12.6333 3.99997 12.6333H12C12.3497 12.6333 12.6333 12.3498 12.6333 12V6.66667C12.6333 6.31689 12.3497 6.03333 12 6.03333H3.99997ZM5.99997 7.96667C6.38657 7.96667 6.69997 8.28007 6.69997 8.66667V10C6.69997 10.3866 6.38657 10.7 5.99997 10.7C5.61337 10.7 5.29997 10.3866 5.29997 10V8.66667C5.29997 8.28007 5.61337 7.96667 5.99997 7.96667ZM9.99997 7.96667C10.3866 7.96667 10.7 8.28007 10.7 8.66667V10C10.7 10.3866 10.3866 10.7 9.99997 10.7C9.61337 10.7 9.29997 10.3866 9.29997 10V8.66667C9.29997 8.28007 9.61337 7.96667 9.99997 7.96667Z", fill: "currentColor", }), }), - Gi = (e) => - kt("svg", { + Ii = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.6333 1.33333C4.6333 0.946732 4.9467 0.633331 5.3333 0.633331H7.99997C8.38657 0.633331 8.69997 0.946732 8.69997 1.33333V3.3H12C12.5392 3.3 13.0564 3.51422 13.4377 3.89555C13.8191 4.27687 14.0333 4.79406 14.0333 5.33333V7.3H14.6666C15.0532 7.3 15.3666 7.6134 15.3666 8C15.3666 8.3866 15.0532 8.7 14.6666 8.7H14.0333V10.6667C14.0333 11.2059 13.8191 11.7231 13.4377 12.1044C13.0564 12.4858 12.5392 12.7 12 12.7H5.62325L3.16161 15.1616C2.96141 15.3618 2.66033 15.4217 2.39876 15.3134C2.13718 15.205 1.96663 14.9498 1.96663 14.6667V8.7H1.3333C0.946701 8.7 0.633301 8.3866 0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H1.96663V5.33333C1.96663 4.79406 2.18086 4.27687 2.56218 3.89555C2.94351 3.51422 3.46069 3.3 3.99997 3.3H7.29997V2.03333H5.3333C4.9467 2.03333 4.6333 1.71993 4.6333 1.33333ZM3.99997 4.7C3.832 4.7 3.67091 4.76672 3.55213 4.8855C3.43336 5.00427 3.36663 5.16536 3.36663 5.33333V12.9767L4.83833 11.505C4.9696 11.3737 5.14765 11.3 5.3333 11.3H12C12.1679 11.3 12.329 11.2333 12.4478 11.1145C12.5666 10.9957 12.6333 10.8346 12.6333 10.6667V5.33333C12.6333 5.16536 12.5666 5.00427 12.4478 4.8855C12.329 4.76672 12.1679 4.7 12 4.7H3.99997ZM5.99997 6.63333C6.38657 6.63333 6.69997 6.94673 6.69997 7.33333V8.66666C6.69997 9.05326 6.38657 9.36666 5.99997 9.36666C5.61337 9.36666 5.29997 9.05326 5.29997 8.66666V7.33333C5.29997 6.94673 5.61337 6.63333 5.99997 6.63333ZM9.99997 6.63333C10.3866 6.63333 10.7 6.94673 10.7 7.33333V8.66666C10.7 9.05326 10.3866 9.36666 9.99997 9.36666C9.61337 9.36666 9.29997 9.05326 9.29997 8.66666V7.33333C9.29997 6.94673 9.61337 6.63333 9.99997 6.63333Z", fill: "currentColor", }), }), - $i = (e) => - kt("svg", { + ki = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.9528 1.14663C7.26905 0.956633 7.63103 0.856255 7.99997 0.856255C8.3689 0.856255 8.73089 0.956633 9.04713 1.14663L11.0468 2.34642C11.3469 2.52676 11.5958 2.78177 11.7686 3.08635C11.9413 3.39093 12.0325 3.73496 12.0333 4.08513L12.0333 4.08667L12.0333 6.60384L14.3803 8.01322C14.6805 8.19356 14.9291 8.44843 15.1019 8.75301C15.2747 9.05759 15.3659 9.40163 15.3666 9.7518L15.3666 9.75333L15.3666 11.9133L15.3666 11.9149C15.3659 12.265 15.2747 12.6091 15.1019 12.9137C14.9291 13.2182 14.6806 13.473 14.3805 13.6534L12.3805 14.8534C12.087 15.0297 11.7542 15.1288 11.4129 15.1422C11.3868 15.1451 11.3602 15.1467 11.3333 15.1467C11.3064 15.1467 11.2798 15.1451 11.2537 15.1422C10.9126 15.1288 10.58 15.0298 10.2867 14.8537L7.99997 13.4828L5.7138 14.8534C5.42049 15.0295 5.08729 15.1288 4.74628 15.1422C4.72014 15.1451 4.69356 15.1467 4.66663 15.1467C4.6397 15.1467 4.61313 15.1451 4.58699 15.1422C4.24576 15.1288 3.91292 15.0297 3.61947 14.8534L1.61982 13.6536C1.31966 13.4732 1.0708 13.2182 0.89803 12.9137C0.725257 12.6091 0.63407 12.265 0.633302 11.9149L0.633301 11.9133V9.75333L0.633302 9.7518C0.63407 9.40163 0.725257 9.05759 0.89803 8.75301C1.0708 8.44843 1.31931 8.19364 1.61947 8.0133L3.96663 6.60384V4.08667L3.96664 4.08513C3.9674 3.73496 4.05859 3.39093 4.23136 3.08635C4.40414 2.78177 4.65264 2.52697 4.9528 2.34663L6.9528 1.14663ZM4.66678 7.81642L2.69728 8.9991L4.66701 10.1834L6.63941 9L4.66678 7.81642ZM7.29997 10.2363L5.36663 11.3963V13.4292L7.29997 12.2702V10.2363ZM8.69997 12.2702L10.6333 13.4292V11.3963L8.69997 10.2363V12.2702ZM9.36052 9L11.3329 10.1834L13.3027 8.9991L11.3332 7.81642L9.36052 9ZM10.6333 6.60367V4.56679L8.69997 5.72924V7.76367L10.6333 6.60367ZM7.29997 7.76367V5.72924L5.36663 4.56679V6.60367L7.29997 7.76367ZM6.03076 3.33253L7.67345 2.34691C7.77195 2.28773 7.88505 2.25625 7.99997 2.25625C8.11488 2.25625 8.22763 2.28752 8.32613 2.3467L9.96918 3.33253L7.99997 4.51655L6.03076 3.33253ZM13.9666 10.2335V11.9125C13.9663 12.0213 13.9379 12.1282 13.8842 12.2229C13.8304 12.3177 13.7531 12.397 13.6597 12.4532C13.6596 12.4532 13.6597 12.4531 13.6597 12.4532L12.0333 13.429V11.3959L13.9666 10.2335ZM3.96663 13.429V11.3959L2.0333 10.2335V11.9124C2.03365 12.0213 2.06204 12.1282 2.11576 12.2229C2.16957 12.3178 2.24697 12.3971 2.34047 12.4533L3.96663 13.429Z", fill: "currentColor", }), }), - Wi = (e) => - kt("svg", { + Oi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98487 0.906251C7.29362 0.728347 7.6437 0.634697 8.00005 0.634697C8.3564 0.634697 8.70648 0.728347 9.01522 0.906251C9.01572 0.906538 9.01622 0.906825 9.01672 0.907112L13.6834 3.57377C13.9922 3.75206 14.2487 4.00842 14.4271 4.31713C14.6056 4.62584 14.6997 4.97604 14.7 5.33261L14.7 10.6667C14.6997 11.0232 14.6056 11.3742 14.4271 11.6829C14.2487 11.9916 13.9922 12.2479 13.6834 12.4262L13.6807 12.4278L9.01672 15.0929C9.01621 15.0932 9.0157 15.0935 9.01518 15.0938C8.72225 15.2625 8.39211 15.3555 8.0547 15.3646C8.03667 15.366 8.01844 15.3667 8.00005 15.3667C7.98166 15.3667 7.96343 15.366 7.9454 15.3646C7.60799 15.3555 7.27784 15.2625 6.98491 15.0938C6.9844 15.0935 6.98389 15.0932 6.98338 15.0929L2.31942 12.4278L2.31672 12.4262C2.00792 12.2479 1.75143 11.9916 1.57299 11.6829C1.39454 11.3742 1.30041 11.024 1.30005 10.6674L1.30005 5.33333C1.30041 4.97676 1.39454 4.62584 1.57299 4.31713C1.75143 4.00842 2.00792 3.75206 2.31672 3.57378L2.31941 3.57222L6.98338 0.907112C6.98388 0.906825 6.98438 0.906538 6.98487 0.906251ZM8.70005 13.6614V8.40507L13.3 5.76139L13.3 10.6659C13.3 10.6657 13.3 10.6662 13.3 10.6659C13.2998 10.7768 13.2705 10.8863 13.215 10.9822C13.1597 11.078 13.0802 11.1576 12.9845 11.2131C12.9841 11.2133 12.9838 11.2136 12.9834 11.2138L8.70005 13.6614ZM12.5841 4.55809L8.31671 2.11955C8.22043 2.06397 8.11122 2.0347 8.00005 2.0347C7.88888 2.0347 7.77966 2.06396 7.68338 2.11955L7.68068 2.12111L3.41595 4.55809L8.00005 7.19263L12.5841 4.55809ZM7.30005 8.40507V13.6614L3.01672 11.2138C3.01633 11.2136 3.01595 11.2133 3.01557 11.2131C2.9199 11.1576 2.84042 11.078 2.78506 10.9822C2.72953 10.8862 2.70021 10.7772 2.70005 10.6662V5.76139L7.30005 8.40507Z", fill: "currentColor", }), }), - ji = (e) => - kt("svg", { + Bi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.72469 0.66135C7.90634 0.623992 8.09369 0.623992 8.27533 0.66135C8.48558 0.704591 8.67327 0.809781 8.81809 0.890942C8.83177 0.898613 8.84508 0.906068 8.85798 0.913237L9.83996 1.45878C10.1779 1.64653 10.2997 2.07269 10.1119 2.41064C9.92417 2.74859 9.49801 2.87035 9.16006 2.6826L8.17808 2.13706C8.08656 2.08621 8.03642 2.05861 8.00001 2.04045C7.9636 2.05861 7.91346 2.08621 7.82194 2.13706L6.83996 2.6826C6.50201 2.87035 6.07585 2.74859 5.8881 2.41064C5.70035 2.07269 5.82211 1.64653 6.16006 1.45878L7.14204 0.913237C7.15495 0.906069 7.16825 0.898613 7.18194 0.890943C7.32675 0.809781 7.51445 0.704591 7.72469 0.66135ZM11.8881 3.39741C12.0759 3.05946 12.502 2.9377 12.84 3.12545L13.7913 3.65398C13.805 3.66156 13.8191 3.66934 13.8336 3.67734C13.9381 3.73486 14.0637 3.80397 14.1814 3.89459C14.3581 3.94201 14.5161 4.0582 14.6119 4.23074C14.7017 4.39239 14.7207 4.57423 14.6791 4.7405C14.7012 4.8874 14.7006 5.0307 14.7001 5.14998C14.7001 5.16658 14.7 5.18271 14.7 5.19832V6.23736C14.7 6.62396 14.3866 6.93736 14 6.93736C13.6134 6.93736 13.3 6.62396 13.3 6.23736V5.76035L12.84 6.01594C12.502 6.20368 12.0758 6.08192 11.8881 5.74398C11.7004 5.40603 11.8221 4.97986 12.1601 4.79212L12.5586 4.57069L12.1601 4.34927C11.8221 4.16152 11.7004 3.73536 11.8881 3.39741ZM3.16006 3.12545C3.49801 2.9377 3.92417 3.05946 4.11192 3.39741C4.29967 3.73536 4.17791 4.16152 3.83996 4.34927L3.4414 4.57069L3.83996 4.79212C4.17791 4.97986 4.29967 5.40603 4.11192 5.74398C3.92417 6.08192 3.49801 6.20368 3.16006 6.01594L2.70001 5.76035V6.23736C2.70001 6.62396 2.38661 6.93736 2.00001 6.93736C1.61341 6.93736 1.30001 6.62396 1.30001 6.23736V5.19832C1.30001 5.18271 1.29995 5.16658 1.29988 5.14998C1.29942 5.0307 1.29886 4.8874 1.32092 4.7405C1.2793 4.57423 1.29829 4.39239 1.3881 4.23074C1.48396 4.0582 1.64197 3.94201 1.81865 3.89459C1.93635 3.80397 2.06189 3.73486 2.16638 3.67735C2.18092 3.66934 2.19506 3.66156 2.20871 3.65398L3.16006 3.12545ZM5.8881 6.73074C6.07585 6.39279 6.50201 6.27103 6.83996 6.45878L8.00001 7.10325L9.16006 6.45878C9.49801 6.27103 9.92417 6.39279 10.1119 6.73074C10.2997 7.06869 10.1779 7.49485 9.83996 7.6826L8.70001 8.31591V9.57069C8.70001 9.95729 8.38661 10.2707 8.00001 10.2707C7.61341 10.2707 7.30001 9.95729 7.30001 9.57069V8.31591L6.16006 7.6826C5.82211 7.49485 5.70035 7.06869 5.8881 6.73074ZM2.00001 8.87069C2.38661 8.87069 2.70001 9.18409 2.70001 9.57069V10.6097C2.70001 10.7203 2.70025 10.781 2.70225 10.8242C2.73897 10.8469 2.79191 10.8765 2.88861 10.9303L3.83996 11.4588C4.17791 11.6465 4.29967 12.0727 4.11192 12.4106C3.92417 12.7486 3.49801 12.8704 3.16006 12.6826L2.20871 12.1541C2.19506 12.1465 2.18093 12.1387 2.16639 12.1307C2.01305 12.0463 1.81438 11.9369 1.66168 11.7712C1.52983 11.6282 1.43005 11.4586 1.36901 11.2738C1.29831 11.0599 1.2992 10.8331 1.29988 10.6581C1.29995 10.6415 1.30001 10.6253 1.30001 10.6097V9.57069C1.30001 9.18409 1.61341 8.87069 2.00001 8.87069ZM14 8.87069C14.3866 8.87069 14.7 9.18409 14.7 9.57069V10.6097C14.7 10.6253 14.7001 10.6415 14.7001 10.6581C14.7008 10.8331 14.7017 11.0599 14.631 11.2738C14.57 11.4586 14.4702 11.6282 14.3383 11.7712C14.1856 11.9369 13.987 12.0463 13.8336 12.1307C13.8191 12.1387 13.805 12.1465 13.7913 12.1541L12.84 12.6826C12.502 12.8704 12.0759 12.7486 11.8881 12.4106C11.7004 12.0727 11.8221 11.6465 12.1601 11.4588L13.1114 10.9303C13.2081 10.8765 13.261 10.8469 13.2978 10.8242C13.2998 10.781 13.3 10.7203 13.3 10.6097V9.57069C13.3 9.18409 13.6134 8.87069 14 8.87069ZM7.30001 12.904C7.30001 12.5174 7.61341 12.204 8.00001 12.204C8.38661 12.204 8.70001 12.5174 8.70001 12.904V13.381L9.16006 13.1254C9.49801 12.9377 9.92417 13.0595 10.1119 13.3974C10.2997 13.7354 10.1779 14.1615 9.83996 14.3493L8.85798 14.8948C8.84508 14.902 8.83177 14.9094 8.81809 14.9171C8.72002 14.9721 8.6023 15.038 8.47123 15.0883C8.34685 15.2016 8.1815 15.2707 8.00001 15.2707C7.81852 15.2707 7.65317 15.2016 7.52879 15.0883C7.39772 15.038 7.28 14.9721 7.18194 14.9171C7.16825 14.9094 7.15495 14.902 7.14204 14.8948L6.16006 14.3493C5.82211 14.1615 5.70035 13.7354 5.8881 13.3974C6.07585 13.0595 6.50201 12.9377 6.83996 13.1254L7.30001 13.381V12.904Z", fill: "currentColor", }), }), - qi = (e) => - kt("svg", { + Di = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.8956 1.89555C2.27692 1.51423 2.79411 1.3 3.33338 1.3C3.71998 1.3 4.03338 1.6134 4.03338 2C4.03338 2.3866 3.71998 2.7 3.33338 2.7C3.16541 2.7 3.00432 2.76673 2.88555 2.8855C2.76677 3.00428 2.70005 3.16537 2.70005 3.33334C2.70005 3.71994 2.38665 4.03334 2.00005 4.03334C1.61345 4.03334 1.30005 3.71994 1.30005 3.33334C1.30005 2.79406 1.51427 2.27688 1.8956 1.89555ZM5.30005 2C5.30005 1.6134 5.61345 1.3 6.00005 1.3H6.66672C7.05331 1.3 7.36672 1.6134 7.36672 2C7.36672 2.3866 7.05331 2.7 6.66672 2.7H6.00005C5.61345 2.7 5.30005 2.3866 5.30005 2ZM8.63338 2C8.63338 1.6134 8.94678 1.3 9.33338 1.3H10C10.3866 1.3 10.7 1.6134 10.7 2C10.7 2.3866 10.3866 2.7 10 2.7H9.33338C8.94678 2.7 8.63338 2.3866 8.63338 2ZM11.9667 2C11.9667 1.6134 12.2801 1.3 12.6667 1.3C13.206 1.3 13.7232 1.51423 14.1045 1.89555C14.4858 2.27688 14.7 2.79406 14.7 3.33334C14.7 3.71994 14.3866 4.03334 14 4.03334C13.6135 4.03334 13.3 3.71994 13.3 3.33334C13.3 3.16537 13.2333 3.00428 13.1145 2.8855C12.9958 2.76673 12.8347 2.7 12.6667 2.7C12.2801 2.7 11.9667 2.3866 11.9667 2ZM2.00005 5.3C2.38665 5.3 2.70005 5.6134 2.70005 6V6.66667C2.70005 7.05327 2.38665 7.36667 2.00005 7.36667C1.61345 7.36667 1.30005 7.05327 1.30005 6.66667V6C1.30005 5.6134 1.61345 5.3 2.00005 5.3ZM14 5.3C14.3866 5.3 14.7 5.6134 14.7 6V6.66667C14.7 7.05327 14.3866 7.36667 14 7.36667C13.6135 7.36667 13.3 7.05327 13.3 6.66667V6C13.3 5.6134 13.6135 5.3 14 5.3ZM2.00005 8.63334C2.38665 8.63334 2.70005 8.94674 2.70005 9.33334V10C2.70005 10.3866 2.38665 10.7 2.00005 10.7C1.61345 10.7 1.30005 10.3866 1.30005 10V9.33334C1.30005 8.94674 1.61345 8.63334 2.00005 8.63334ZM14 8.63334C14.3866 8.63334 14.7 8.94674 14.7 9.33334V10C14.7 10.3866 14.3866 10.7 14 10.7C13.6135 10.7 13.3 10.3866 13.3 10V9.33334C13.3 8.94674 13.6135 8.63334 14 8.63334ZM2.00005 11.9667C2.38665 11.9667 2.70005 12.2801 2.70005 12.6667C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3C3.71998 13.3 4.03338 13.6134 4.03338 14C4.03338 14.3866 3.71998 14.7 3.33338 14.7C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7231 1.30005 13.2059 1.30005 12.6667C1.30005 12.2801 1.61345 11.9667 2.00005 11.9667ZM14 11.9667C14.3866 11.9667 14.7 12.2801 14.7 12.6667C14.7 13.2059 14.4858 13.7231 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7C12.2801 14.7 11.9667 14.3866 11.9667 14C11.9667 13.6134 12.2801 13.3 12.6667 13.3C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667C13.3 12.2801 13.6135 11.9667 14 11.9667ZM5.30005 14C5.30005 13.6134 5.61345 13.3 6.00005 13.3H6.66672C7.05331 13.3 7.36672 13.6134 7.36672 14C7.36672 14.3866 7.05331 14.7 6.66672 14.7H6.00005C5.61345 14.7 5.30005 14.3866 5.30005 14ZM8.63338 14C8.63338 13.6134 8.94678 13.3 9.33338 13.3H10C10.3866 13.3 10.7 13.6134 10.7 14C10.7 14.3866 10.3866 14.7 10 14.7H9.33338C8.94678 14.7 8.63338 14.3866 8.63338 14Z", fill: "currentColor", }), }), - Yi = (e) => - kt("svg", { + Pi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.22893 1.89555C3.61026 1.51423 4.12744 1.3 4.66672 1.3H5.33338C5.71998 1.3 6.03338 1.6134 6.03338 2C6.03338 2.3866 5.71998 2.7 5.33338 2.7H4.66672C4.49874 2.7 4.33765 2.76673 4.21888 2.8855C4.10011 3.00428 4.03338 3.16537 4.03338 3.33334V6.66667C4.03338 7.15818 3.85543 7.63133 3.5352 8C3.85543 8.36868 4.03338 8.84183 4.03338 9.33334V12.6667C4.03338 13.0134 4.31998 13.3 4.66672 13.3H5.33338C5.71998 13.3 6.03338 13.6134 6.03338 14C6.03338 14.3866 5.71998 14.7 5.33338 14.7H4.66672C3.54678 14.7 2.63338 13.7866 2.63338 12.6667V9.33334C2.63338 9.16537 2.56666 9.00428 2.44788 8.8855C2.32911 8.76673 2.16802 8.7 2.00005 8.7C1.61345 8.7 1.30005 8.3866 1.30005 8C1.30005 7.6134 1.61345 7.3 2.00005 7.3C2.16802 7.3 2.32911 7.23328 2.44788 7.1145C2.56666 6.99573 2.63338 6.83464 2.63338 6.66667V3.33334C2.63338 2.79406 2.84761 2.27688 3.22893 1.89555ZM9.96672 2C9.96672 1.6134 10.2801 1.3 10.6667 1.3H11.3334C11.8727 1.3 12.3898 1.51423 12.7712 1.89555C13.1525 2.27688 13.3667 2.79406 13.3667 3.33334V6.66667C13.3667 6.83464 13.4334 6.99573 13.5522 7.1145C13.671 7.23328 13.8321 7.3 14 7.3C14.3866 7.3 14.7 7.6134 14.7 8C14.7 8.3866 14.3866 8.7 14 8.7C13.6533 8.7 13.3667 8.9866 13.3667 9.33334V12.6667C13.3667 13.2059 13.1525 13.7231 12.7712 14.1045C12.3898 14.4858 11.8727 14.7 11.3334 14.7H10.6667C10.2801 14.7 9.96672 14.3866 9.96672 14C9.96672 13.6134 10.2801 13.3 10.6667 13.3H11.3334C11.5014 13.3 11.6624 13.2333 11.7812 13.1145C11.9 12.9957 11.9667 12.8346 11.9667 12.6667V9.33334C11.9667 8.82458 12.1552 8.35844 12.4659 8.00119C12.1451 7.63235 11.9667 7.15871 11.9667 6.66667V3.33334C11.9667 3.16537 11.9 3.00428 11.7812 2.8855C11.6624 2.76673 11.5014 2.7 11.3334 2.7H10.6667C10.2801 2.7 9.96672 2.3866 9.96672 2Z", fill: "currentColor", }), }), - Ki = (e) => - kt("svg", { + Fi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6333 2C2.6333 1.6134 2.9467 1.3 3.3333 1.3H5.3333C5.7199 1.3 6.0333 1.6134 6.0333 2C6.0333 2.3866 5.7199 2.7 5.3333 2.7H4.0333V13.3H5.3333C5.7199 13.3 6.0333 13.6134 6.0333 14C6.0333 14.3866 5.7199 14.7 5.3333 14.7H3.3333C2.9467 14.7 2.6333 14.3866 2.6333 14V2ZM9.96663 2C9.96663 1.6134 10.28 1.3 10.6666 1.3H12.6666C13.0532 1.3 13.3666 1.6134 13.3666 2V14C13.3666 14.3866 13.0532 14.7 12.6666 14.7H10.6666C10.28 14.7 9.96663 14.3866 9.96663 14C9.96663 13.6134 10.28 13.3 10.6666 13.3H11.9666V2.7H10.6666C10.28 2.7 9.96663 2.3866 9.96663 2Z", fill: "currentColor", }), }), - Xi = (e) => - kt("svg", { + Ui = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.94376 0.628028C6.30366 0.620526 6.66142 0.685067 6.99601 0.817855C7.33059 0.950642 7.63525 1.149 7.89206 1.40125C8.14886 1.6535 8.35264 1.95456 8.49139 2.28672C8.63001 2.61855 8.70094 2.97474 8.70002 3.33436C8.70002 3.3347 8.70002 3.33505 8.70001 3.3354L8.00002 3.33333H8.70002V3.33436V4.63333H8.00002C7.61342 4.63333 7.30002 4.94673 7.30002 5.33333V3.33333L7.30002 3.33127C7.30053 3.15795 7.26638 2.98628 7.19957 2.82635C7.13276 2.66642 7.03465 2.52147 6.911 2.40001C6.78736 2.27856 6.64067 2.18306 6.47957 2.11912C6.31847 2.05519 6.14622 2.02411 5.97293 2.02772C5.79965 2.03134 5.62884 2.06956 5.47055 2.14015C5.31225 2.21075 5.16967 2.31228 5.05119 2.43878C4.93271 2.56528 4.84073 2.7142 4.78064 2.87677C4.72056 3.03934 4.69359 3.21229 4.70132 3.38544L4.70144 3.38808C4.71 3.59769 4.76918 3.80212 4.8739 3.98391C5.06688 4.3189 4.95176 4.7469 4.61678 4.93988C4.28179 5.13287 3.85378 5.01775 3.6608 4.68276C3.60823 4.5915 3.56118 4.49749 3.51981 4.40125C3.71739 4.25953 3.93994 4.1554 4.17633 4.09462L3.8277 2.73872C3.65811 2.78233 3.49268 2.83896 3.33282 2.90791C3.36046 2.73216 3.40548 2.55914 3.46746 2.39143C3.59225 2.05378 3.7833 1.7445 4.02938 1.48176C4.27545 1.21903 4.57157 1.00815 4.90034 0.861536C5.2291 0.714922 5.58386 0.635529 5.94376 0.628028ZM1.48318 7.0964C1.37676 6.78767 1.31552 6.46417 1.30219 6.13595C1.28146 5.62555 1.37714 5.11712 1.582 4.64918C1.78686 4.18123 2.09552 3.76604 2.48459 3.43504C2.7403 3.21751 3.02633 3.04009 3.33282 2.90791M1.48318 7.0964C1.24154 7.36826 1.04473 7.67839 0.901427 8.0153C0.686728 8.52005 0.598611 9.06962 0.644739 9.61619C0.690868 10.1628 0.869846 10.6898 1.1661 11.1514C1.38064 11.4857 1.65198 11.7784 1.96674 12.0168C1.96854 12.3244 2.01247 12.6309 2.09789 12.9279C2.2251 13.3701 2.44163 13.7816 2.7341 14.1369C3.02657 14.4921 3.38877 14.7837 3.79833 14.9935C4.2079 15.2033 4.65613 15.327 5.11534 15.3568C5.57455 15.3866 6.035 15.3219 6.46824 15.1668C6.90149 15.0116 7.29833 14.7694 7.63426 14.4548C7.9702 14.1403 8.23809 13.7603 8.42139 13.3382C8.51083 13.1323 8.57921 12.9184 8.62584 12.7H12C12.168 12.7 12.3291 12.7667 12.4479 12.8855C12.5457 12.9834 12.6083 13.11 12.6272 13.2456C12.4259 13.4341 12.3 13.7024 12.3 14C12.3 14.5707 12.7627 15.0333 13.3333 15.0333C13.904 15.0333 14.3667 14.5707 14.3667 14C14.3667 13.6983 14.2374 13.4267 14.0311 13.2378C14.0074 12.7333 13.7965 12.2543 13.4378 11.8956C13.0565 11.5142 12.5393 11.3 12 11.3H8.70002V9.36667H9.90656C10.0954 9.57161 10.366 9.7 10.6667 9.7C11.2374 9.7 11.7 9.23736 11.7 8.66667C11.7 8.09597 11.2374 7.63333 10.6667 7.63333C10.366 7.63333 10.0954 7.76173 9.90656 7.96667H8.70002V6.03333H12.5732C12.7621 6.23828 13.0327 6.36667 13.3333 6.36667C13.904 6.36667 14.3667 5.90403 14.3667 5.33333C14.3667 4.76264 13.904 4.3 13.3333 4.3C13.0327 4.3 12.7621 4.42839 12.5732 4.63333H11.3667V3.33333C11.3667 3.17971 11.4225 3.03184 11.5229 2.91683C11.6656 2.99126 11.8279 3.03333 12 3.03333C12.5707 3.03333 13.0333 2.5707 13.0333 2C13.0333 1.42931 12.5707 0.966668 12 0.966668C11.6039 0.966668 11.2598 1.18959 11.0864 1.51683C10.8943 1.61341 10.7171 1.7407 10.5622 1.89555C10.1809 2.27687 9.96668 2.79406 9.96668 3.33333V4.63333H8.70002V5.99424C8.70004 5.99767 8.70004 6.0011 8.70002 6.00454M8.70002 6.03333C8.69994 6.03493 8.69907 6.03652 8.69898 6.03811C8.66116 6.73172 8.42891 7.3999 8.02988 7.96667M7.30002 8.66667V5.97966C7.30039 5.97374 7.30073 5.96782 7.30105 5.96189C7.30689 5.85495 7.33643 5.75492 7.38431 5.66664C7.33055 5.56754 7.30002 5.454 7.30002 5.33333V5.97966C7.27212 6.42748 7.11383 6.85751 6.84447 7.21667C6.57154 7.58058 6.19683 7.85538 5.76772 8.00634C5.40303 8.13463 5.21139 8.53427 5.33968 8.89896C5.46798 9.26365 5.86762 9.45529 6.23231 9.327C6.62038 9.19048 6.9808 8.991 7.30002 8.73847L7.30002 11.9993C7.29967 12.2679 7.24428 12.5341 7.13726 12.7805C7.03018 13.0271 6.87369 13.2491 6.67745 13.4328C6.48121 13.6166 6.24939 13.7581 5.99631 13.8487C5.74322 13.9393 5.47425 13.9771 5.206 13.9597C4.93774 13.9423 4.67591 13.8701 4.43666 13.7475C4.19741 13.6249 3.98583 13.4546 3.81498 13.2471C3.67068 13.0718 3.55803 12.8731 3.48173 12.6599C3.65266 12.6866 3.82603 12.7001 4.00034 12.7C4.38694 12.6998 4.7002 12.3863 4.70002 11.9997C4.69984 11.6131 4.38629 11.2998 3.99969 11.3C3.6616 11.3002 3.32845 11.2125 3.03277 11.0457M2.68868 11.6553L3.38291 11.7451C3.34845 12.0117 3.36901 12.2825 3.44333 12.5408C3.45488 12.581 3.46769 12.6207 3.48173 12.6599C3.39163 12.6459 3.30221 12.6282 3.21369 12.6069C2.91065 12.534 2.6181 12.4192 2.34479 12.265L2.68868 11.6553ZM3.03277 11.0457C2.75381 10.8882 2.51736 10.6649 2.34434 10.3953C2.17128 10.1256 2.06673 9.81774 2.03978 9.49846C2.01283 9.17917 2.06431 8.85814 2.18973 8.56328C2.31514 8.26843 2.51071 8.00868 2.7594 7.80664C2.84808 7.73441 2.94481 7.66916 3.04769 7.61206C3.38573 7.42447 3.50768 6.99836 3.32008 6.66033C3.19482 6.43463 2.96324 6.30526 2.72254 6.30004C2.71124 6.22704 2.70405 6.1533 2.70103 6.07914C2.68892 5.78098 2.74482 5.48398 2.86449 5.21062C2.98416 4.93727 3.16446 4.69473 3.39175 4.50138C3.43312 4.46618 3.47585 4.43279 3.51981 4.40125C3.3902 4.09973 3.31629 3.77625 3.30266 3.44658M2.68868 11.6553L3.03277 11.0457L2.68868 11.6553ZM7.30002 8.66667V8.73847V8.66667ZM7.30002 8.73847C7.30114 8.73758 7.30226 8.73669 7.30339 8.7358L7.30002 8.73847ZM2.68868 11.6553L3.03277 11.0457L2.68868 11.6553Z", fill: "currentColor", }), }), - Qi = (e) => - kt("svg", { + zi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.93611 0.639497C6.29534 0.630991 6.65266 0.694277 6.98712 0.825646C7.32158 0.957015 7.62645 1.15382 7.88387 1.40454C7.92387 1.4435 7.9626 1.48364 8.00002 1.5249C8.03743 1.48364 8.07616 1.4435 8.11617 1.40454C8.37358 1.15382 8.67846 0.957015 9.01291 0.825646C9.34737 0.694277 9.70469 0.630991 10.0639 0.639497C10.4232 0.648003 10.7771 0.728131 11.1049 0.875182C11.4328 1.02223 11.728 1.23325 11.9733 1.49587C12.2185 1.75849 12.4089 2.06742 12.5332 2.40456C12.5949 2.57171 12.6397 2.74412 12.6672 2.91925C12.9737 3.05143 13.2597 3.22884 13.5154 3.44637C13.9045 3.77737 14.2132 4.19256 14.418 4.6605C14.6229 5.12845 14.7186 5.63688 14.6978 6.14728C14.6845 6.4755 14.6233 6.799 14.5169 7.10773C14.7585 7.37959 14.9553 7.68972 15.0986 8.02663C15.3133 8.53138 15.4014 9.08095 15.3553 9.62752C15.3092 10.1741 15.1302 10.7011 14.8339 11.1628C14.6194 11.497 14.3481 11.7897 14.0333 12.0281C14.0295 12.6812 13.8357 13.3227 13.4706 13.872C13.0216 14.5476 12.3438 15.0383 11.5618 15.254C10.7798 15.4697 9.94625 15.3957 9.21442 15.0458C8.73474 14.8165 8.31991 14.4787 8.00002 14.0636C7.68012 14.4787 7.26529 14.8165 6.78561 15.0458C6.05379 15.3957 5.22023 15.4697 4.43825 15.254C3.65626 15.0383 2.97844 14.5476 2.52945 13.872C2.16437 13.3227 1.97054 12.6812 1.96673 12.0281C1.65197 11.7897 1.38064 11.497 1.1661 11.1628C0.869846 10.7011 0.690868 10.1741 0.644739 9.62752C0.598611 9.08095 0.686728 8.53138 0.901427 8.02663C1.04473 7.68972 1.24154 7.37959 1.48318 7.10773C1.37676 6.799 1.31552 6.4755 1.30219 6.14728C1.28146 5.63688 1.37714 5.12845 1.582 4.6605C1.78686 4.19256 2.09552 3.77737 2.48459 3.44637C2.7403 3.22884 3.02633 3.05142 3.33281 2.91924C3.36035 2.74412 3.40515 2.57171 3.46679 2.40456C3.59111 2.06742 3.78149 1.75849 4.02675 1.49587C4.27201 1.23325 4.56722 1.02223 4.89509 0.875182C5.22296 0.72813 5.57688 0.648003 5.93611 0.639497ZM3.52355 4.40991C3.47827 4.44223 3.43429 4.47652 3.39175 4.51271C3.16446 4.70606 2.98416 4.9486 2.86449 5.22195C2.74482 5.49531 2.68892 5.79231 2.70103 6.09047C2.70389 6.16078 2.71051 6.23072 2.72081 6.3C2.96213 6.30464 3.19452 6.43408 3.32008 6.66032C3.50768 6.99835 3.38573 7.42446 3.04769 7.61206C2.97178 7.65419 2.89877 7.70128 2.82914 7.75302C2.80764 7.77596 2.78438 7.79768 2.7594 7.81797C2.51071 8.02001 2.31514 8.27976 2.18973 8.57461C2.06431 8.86947 2.01283 9.1905 2.03978 9.50979C2.06673 9.82907 2.17128 10.1369 2.34434 10.4066C2.49899 10.6476 2.70418 10.8515 2.94521 11.0046C2.97485 11.0163 3.00404 11.0302 3.03258 11.0463C3.32771 11.2128 3.66085 11.3002 3.99969 11.3C4.38629 11.2998 4.69984 11.6131 4.70002 11.9997C4.7002 12.3863 4.38694 12.6998 4.00034 12.7C3.82466 12.7001 3.64987 12.6864 3.47752 12.6594C3.53128 12.8127 3.6042 12.9598 3.69543 13.0971C3.95771 13.4917 4.35367 13.7784 4.81047 13.9044C5.26727 14.0304 5.7542 13.9872 6.1817 13.7828C6.60612 13.5799 6.94362 13.2316 7.13316 12.8013C7.16313 12.7249 7.1865 12.6462 7.203 12.5658L7.20435 12.5593L7.20438 12.5593C7.26399 12.2825 7.45222 12.1188 7.59919 12.0403C7.74112 11.9646 7.88494 11.9417 8.0001 11.9417C8.11537 11.9417 8.25869 11.9646 8.40008 12.0398C8.54615 12.1174 8.7339 12.2794 8.79522 12.5543L8.79805 12.5669L8.79793 12.5669C8.81425 12.6471 8.8374 12.7257 8.86712 12.8018C9.05671 13.2319 9.3941 13.5799 9.81833 13.7828C10.2458 13.9872 10.7328 14.0304 11.1896 13.9044C11.6464 13.7784 12.0423 13.4917 12.3046 13.0971C12.3958 12.9598 12.4688 12.8127 12.5225 12.6594C12.3502 12.6864 12.1754 12.7001 11.9997 12.7C11.6131 12.6998 11.2998 12.3863 11.3 11.9997C11.3002 11.6131 11.6137 11.2998 12.0003 11.3C12.3392 11.3002 12.6723 11.2128 12.9675 11.0463C12.996 11.0302 13.0252 11.0163 13.0548 11.0046C13.2959 10.8515 13.501 10.6476 13.6557 10.4066C13.8288 10.1369 13.9333 9.82907 13.9603 9.50979C13.9872 9.1905 13.9357 8.86947 13.8103 8.57461C13.6849 8.27976 13.4893 8.02001 13.2406 7.81797C13.2157 7.79768 13.1924 7.77596 13.1709 7.75302C13.1013 7.70128 13.0283 7.65419 12.9523 7.61206C12.6143 7.42446 12.4924 6.99835 12.68 6.66032C12.8055 6.43408 13.0379 6.30464 13.2792 6.3C13.2895 6.23072 13.2961 6.16078 13.299 6.09047C13.3111 5.79231 13.2552 5.49531 13.1355 5.22195C13.0159 4.9486 12.8356 4.70606 12.6083 4.51271C12.5658 4.47655 12.5219 4.44229 12.4766 4.41C12.436 4.50335 12.3901 4.59457 12.339 4.68319C12.1458 5.01804 11.7177 5.13285 11.3828 4.93963C11.048 4.74641 10.9332 4.31832 11.1264 3.98347C11.228 3.80739 11.2868 3.61002 11.2983 3.40723C11.2984 3.40374 11.2986 3.40025 11.2987 3.39676C11.3064 3.22392 11.2796 3.05127 11.2197 2.88895C11.1599 2.72662 11.0682 2.57788 10.9501 2.45143C10.832 2.32499 10.6899 2.22339 10.532 2.15258C10.3742 2.08178 10.2037 2.0432 10.0308 2.0391C9.85782 2.03501 9.68578 2.06548 9.52474 2.12873C9.36371 2.19198 9.21692 2.28674 9.09297 2.40746C8.96903 2.52817 8.87043 2.67241 8.80296 2.83172C8.73548 2.99103 8.70048 3.16221 8.70001 3.33522C8.69897 3.72108 8.38588 4.03333 8.00002 4.03333C7.61416 4.03333 7.30106 3.72108 7.30002 3.33522C7.29955 3.16221 7.26455 2.99103 7.19708 2.83172C7.1296 2.67241 7.031 2.52817 6.90706 2.40746C6.78312 2.28674 6.63633 2.19198 6.47529 2.12873C6.31426 2.06548 6.14221 2.03501 5.96925 2.0391C5.79629 2.0432 5.62588 2.08178 5.46802 2.15258C5.31016 2.22339 5.16802 2.32499 5.04993 2.45143C4.93184 2.57788 4.84018 2.72662 4.78032 2.88895C4.72371 3.04244 4.69662 3.20515 4.70037 3.36853C4.70081 3.37502 4.70117 3.38153 4.70143 3.38807C4.71 3.59769 4.76918 3.80212 4.8739 3.98391C5.06688 4.31889 4.95176 4.7469 4.61678 4.93988C4.28179 5.13286 3.85378 5.01774 3.6608 4.68276C3.60981 4.59424 3.56401 4.50313 3.52355 4.40991ZM6.64905 4.89366C7.00233 4.73665 7.416 4.89575 7.57302 5.24903L7.60821 5.32822C7.73613 5.30962 7.86695 5.3 8.00002 5.3C8.11134 5.3 8.22109 5.30674 8.32889 5.31982L8.36035 5.24903C8.51736 4.89575 8.93103 4.73665 9.28431 4.89366C9.63759 5.05068 9.7967 5.46435 9.63968 5.81763L9.62737 5.84534C9.80979 5.98334 9.97415 6.14397 10.1163 6.32306L10.1824 6.29366C10.5357 6.13665 10.9493 6.29575 11.1064 6.64903C11.2634 7.00231 11.1043 7.41599 10.751 7.573L10.6718 7.60819C10.6904 7.73611 10.7 7.86693 10.7 8C10.7 8.11132 10.6933 8.22107 10.6802 8.32887L10.751 8.36033C11.1043 8.51734 11.2634 8.93102 11.1064 9.28429C10.9493 9.63757 10.5357 9.79668 10.1824 9.63967L10.1547 9.62735C10.0167 9.80977 9.85604 9.97413 9.67696 10.1162L9.70635 10.1824C9.86336 10.5356 9.70426 10.9493 9.35098 11.1063C8.9977 11.2633 8.58403 11.1042 8.42702 10.751L8.39182 10.6718C8.26391 10.6904 8.13309 10.7 8.00002 10.7C7.88869 10.7 7.77894 10.6933 7.67115 10.6802L7.63969 10.751C7.48267 11.1042 7.069 11.2633 6.71572 11.1063C6.36244 10.9493 6.20334 10.5356 6.36035 10.1824L6.37267 10.1547C6.19024 10.0167 6.02589 9.85603 5.88378 9.67694L5.81765 9.70633C5.46437 9.86335 5.0507 9.70424 4.89368 9.35096C4.73667 8.99768 4.89577 8.58401 5.24905 8.427L5.32824 8.3918C5.30964 8.26389 5.30002 8.13307 5.30002 8C5.30002 7.88867 5.30675 7.77892 5.31984 7.67113L5.24905 7.63967C4.89577 7.48265 4.73667 7.06898 4.89368 6.7157C5.0507 6.36242 5.46437 6.20332 5.81765 6.36033L5.84536 6.37265C5.98336 6.19022 6.14399 6.02587 6.32308 5.88376L6.29368 5.81763C6.13667 5.46435 6.29577 5.05068 6.64905 4.89366ZM8.00002 6.7C7.28205 6.7 6.70002 7.28203 6.70002 8C6.70002 8.71797 7.28205 9.3 8.00002 9.3C8.71799 9.3 9.30002 8.71797 9.30002 8C9.30002 7.28203 8.71799 6.7 8.00002 6.7Z", fill: "currentColor", }), }), - Ji = (e) => - kt("svg", { + Gi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.94376 0.628028C6.30366 0.620526 6.66142 0.685067 6.99601 0.817855C7.33059 0.950642 7.63525 1.149 7.89206 1.40125C7.92916 1.4377 7.96516 1.47516 8.00002 1.5136C8.03487 1.47516 8.07087 1.4377 8.10798 1.40125C8.36478 1.149 8.66944 0.950642 9.00403 0.817855C9.33862 0.685067 9.69638 0.620526 10.0563 0.628028C10.4162 0.635529 10.7709 0.714922 11.0997 0.861536C11.4285 1.00815 11.7246 1.21903 11.9707 1.48176C12.2167 1.74449 12.4078 2.05378 12.5326 2.39143C12.5946 2.55914 12.6396 2.73216 12.6672 2.90791C12.9737 3.04009 13.2597 3.21751 13.5154 3.43504C13.9045 3.76604 14.2132 4.18123 14.418 4.64918C14.6229 5.11712 14.7186 5.62555 14.6978 6.13595C14.6845 6.46417 14.6233 6.78767 14.5169 7.0964C14.7585 7.36826 14.9553 7.67839 15.0986 8.0153C15.3133 8.52005 15.4014 9.06962 15.3553 9.61619C15.3092 10.1628 15.1302 10.6898 14.8339 11.1514C14.6194 11.4857 14.3481 11.7784 14.0333 12.0168C14.0315 12.3244 13.9876 12.6309 13.9021 12.9279C13.7749 13.3701 13.5584 13.7816 13.2659 14.1369C12.9735 14.4921 12.6113 14.7837 12.2017 14.9935C11.7921 15.2033 11.3439 15.327 10.8847 15.3568C10.4255 15.3866 9.96504 15.3219 9.53179 15.1668C9.09855 15.0116 8.7017 14.7694 8.36577 14.4548C8.23286 14.3304 8.1106 14.1957 8.00002 14.0522C7.88944 14.1957 7.76718 14.3304 7.63426 14.4548C7.29833 14.7694 6.90149 15.0116 6.46824 15.1668C6.035 15.3219 5.57455 15.3866 5.11534 15.3568C4.65613 15.327 4.2079 15.2033 3.79833 14.9935C3.38877 14.7837 3.02657 14.4921 2.7341 14.1369C2.44163 13.7816 2.2251 13.3701 2.09789 12.9279C2.01247 12.6309 1.96854 12.3244 1.96674 12.0168C1.65198 11.7784 1.38064 11.4857 1.1661 11.1514C0.869846 10.6898 0.690868 10.1628 0.644739 9.61619C0.598611 9.06962 0.686728 8.52005 0.901427 8.0153C1.04473 7.67839 1.24154 7.36826 1.48318 7.0964C1.37676 6.78767 1.31552 6.46417 1.30219 6.13595C1.28146 5.62555 1.37714 5.11712 1.582 4.64918C1.78686 4.18123 2.09552 3.76604 2.48459 3.43504C2.7403 3.21751 3.02633 3.04009 3.33282 2.90791C3.36046 2.73216 3.40548 2.55914 3.46746 2.39143C3.59225 2.05378 3.7833 1.7445 4.02938 1.48176C4.27545 1.21903 4.57157 1.00815 4.90034 0.861536C5.2291 0.714922 5.58386 0.635529 5.94376 0.628028ZM3.51981 4.40125C3.47585 4.43279 3.43312 4.46618 3.39175 4.50138C3.16446 4.69473 2.98416 4.93727 2.86449 5.21062C2.74482 5.48398 2.68892 5.78098 2.70103 6.07914C2.70405 6.1533 2.71124 6.22704 2.72254 6.30004C2.96324 6.30526 3.19482 6.43463 3.32008 6.66033C3.50768 6.99836 3.38573 7.42447 3.04769 7.61206C2.94481 7.66916 2.84875 7.73387 2.76007 7.8061L2.7594 7.80664C2.51071 8.00868 2.31514 8.26843 2.18973 8.56328C2.06431 8.85814 2.01283 9.17917 2.03978 9.49846C2.06673 9.81774 2.17128 10.1256 2.34434 10.3953C2.51736 10.6649 2.75362 10.8881 3.03258 11.0456M3.51981 4.40125C3.56118 4.49749 3.60823 4.5915 3.6608 4.68276C3.85378 5.01775 4.28179 5.13287 4.61678 4.93988C4.95176 4.7469 5.06688 4.3189 4.8739 3.98391C4.76918 3.80212 4.71 3.59769 4.70144 3.38808L4.70132 3.38544C4.69359 3.21229 4.72056 3.03934 4.78064 2.87677C4.84073 2.7142 4.93271 2.56528 5.05119 2.43878C5.16967 2.31228 5.31225 2.21075 5.47055 2.14015C5.62884 2.06956 5.79965 2.03134 5.97293 2.02772C6.14622 2.02411 6.31847 2.05519 6.47957 2.11912C6.64067 2.18306 6.78736 2.27856 6.911 2.40001C7.03465 2.52147 7.13276 2.66642 7.19957 2.82635C7.26518 2.9834 7.29929 3.15178 7.30001 3.32192C7.3 3.32607 7.30001 3.33021 7.30002 3.33436V5.97966C7.27212 6.42748 7.11383 6.85751 6.84447 7.21667C6.57154 7.58058 6.19683 7.85538 5.76772 8.00634C5.40303 8.13463 5.21139 8.53427 5.33968 8.89896C5.46798 9.26365 5.86762 9.45529 6.23231 9.327C6.62038 9.19048 6.9808 8.991 7.30002 8.73847L7.30002 11.9993C7.30002 11.9994 7.30002 11.9995 7.30002 11.9997C7.29967 12.2683 7.24428 12.5341 7.13726 12.7805C7.03018 13.0271 6.87369 13.2491 6.67745 13.4328C6.48121 13.6166 6.24939 13.7581 5.99631 13.8487C5.74322 13.9393 5.47425 13.9771 5.206 13.9597C4.93774 13.9423 4.67591 13.8701 4.43666 13.7475C4.19741 13.6249 3.98583 13.4546 3.81498 13.2471C3.67068 13.0718 3.55803 12.8731 3.48173 12.6599C3.65266 12.6866 3.82603 12.7001 4.00034 12.7C4.38694 12.6998 4.7002 12.3863 4.70002 11.9997C4.69984 11.6131 4.38629 11.2998 3.99969 11.3C3.6616 11.3002 3.32845 11.2125 3.03277 11.0457M8.70002 11.9997C8.70036 12.2683 8.75575 12.5341 8.86278 12.7805C8.96985 13.0271 9.12635 13.2491 9.32258 13.4328C9.51882 13.6166 9.75064 13.7581 10.0037 13.8487C10.2568 13.9393 10.5258 13.9771 10.794 13.9597C11.0623 13.9423 11.3241 13.8701 11.5634 13.7475C11.8026 13.6249 12.0142 13.4546 12.1851 13.2471C12.3294 13.0718 12.442 12.8731 12.5183 12.6599C12.3474 12.6866 12.174 12.7001 11.9997 12.7C11.6131 12.6998 11.2998 12.3863 11.3 11.9997C11.3002 11.6131 11.6137 11.2998 12.0003 11.3C12.3385 11.3002 12.6717 11.2124 12.9675 11.0456C13.2464 10.8881 13.4827 10.6649 13.6557 10.3953C13.8288 10.1256 13.9333 9.81774 13.9603 9.49846C13.9872 9.17917 13.9357 8.85814 13.8103 8.56328C13.6849 8.26843 13.4893 8.00868 13.2406 7.80664L13.24 7.8061C13.1513 7.73387 13.0552 7.66916 12.9523 7.61206C12.6143 7.42447 12.4924 6.99836 12.68 6.66033C12.8052 6.43463 13.0368 6.30526 13.2775 6.30004C13.2888 6.22704 13.296 6.1533 13.299 6.07914C13.3111 5.78098 13.2552 5.48398 13.1355 5.21062C13.0159 4.93727 12.8356 4.69473 12.6083 4.50138C12.5669 4.4662 12.5242 4.43282 12.4803 4.4013C12.4389 4.49763 12.3917 4.59177 12.339 4.6832C12.1458 5.01804 11.7177 5.13285 11.3828 4.93963C11.048 4.74641 10.9332 4.31832 11.1264 3.98347C11.2308 3.80256 11.2899 3.59826 11.2986 3.38764L11.2987 3.38544C11.3064 3.21229 11.2795 3.03934 11.2194 2.87677C11.1593 2.7142 11.0673 2.56528 10.9488 2.43878C10.8304 2.31228 10.6878 2.21075 10.5295 2.14015C10.3712 2.06956 10.2004 2.03134 10.0271 2.02772C9.85382 2.02411 9.68156 2.05519 9.52046 2.11912C9.35936 2.18306 9.21268 2.27856 9.08903 2.40001C8.96538 2.52147 8.86727 2.66642 8.80046 2.82635C8.73486 2.9834 8.70074 3.15178 8.70002 3.32192C8.70003 3.32607 8.70003 3.33021 8.70002 3.33436V5.97966C8.72791 6.42748 8.8862 6.85751 9.15557 7.21667C9.4285 7.58058 9.80321 7.85538 10.2323 8.00634C10.597 8.13463 10.7886 8.53427 10.6603 8.89896C10.5321 9.26365 10.1324 9.45529 9.76772 9.327C9.37965 9.19048 9.01923 8.991 8.70002 8.73847L8.70002 11.9993C8.70002 11.9994 8.70002 11.9995 8.70002 11.9997Z", fill: "currentColor", }), }), - el = (e) => - kt("svg", { + $i = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.7C2.9836 2.7 2.70005 2.98356 2.70005 3.33334V5.3H4.63338V2.7H3.33338ZM3.33338 1.3C2.2104 1.3 1.30005 2.21036 1.30005 3.33334V12.6667C1.30005 13.7896 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7896 14.7 12.6667V3.33334C14.7 2.21036 13.7897 1.3 12.6667 1.3H3.33338ZM6.03338 2.7V5.3H9.96672V2.7H6.03338ZM11.3667 2.7V5.3H13.3V3.33334C13.3 2.98356 13.0165 2.7 12.6667 2.7H11.3667ZM13.3 6.7H8.70005V9.3H13.3V6.7ZM13.3 10.7H11.3667V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V10.7ZM9.96672 13.3V10.7H6.03338V13.3H9.96672ZM4.63338 13.3V10.7H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H4.63338ZM2.70005 9.3H7.30005V6.7H2.70005V9.3Z", fill: "currentColor", }), }), - tl = (e) => - kt("svg", { + Wi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.22893 1.22888C5.61025 0.847557 6.12744 0.633331 6.66671 0.633331H9.33338C9.87265 0.633331 10.3898 0.847557 10.7712 1.22888C11.1525 1.6102 11.3667 2.12739 11.3667 2.66666V3.3H13.3334C14.4564 3.3 15.3667 4.21035 15.3667 5.33333V8.65562C15.3668 8.66256 15.3668 8.66949 15.3667 8.67641V12C15.3667 13.123 14.4564 14.0333 13.3334 14.0333H2.66671C1.54373 14.0333 0.633378 13.123 0.633378 12V8.67643C0.633275 8.66949 0.633275 8.66255 0.633378 8.65561V5.33333C0.633378 4.21035 1.54373 3.3 2.66671 3.3H4.63338V2.66666C4.63338 2.12739 4.8476 1.6102 5.22893 1.22888ZM2.66671 4.7C2.31693 4.7 2.03338 4.98355 2.03338 5.33333V8.28272C3.82618 9.38396 5.89119 9.96887 8.00004 9.96887C10.1089 9.96887 12.1739 9.38396 13.9667 8.28272V5.33333C13.9667 4.98355 13.6832 4.7 13.3334 4.7H2.66671ZM9.96671 3.3H6.03338V2.66666C6.03338 2.49869 6.1001 2.3376 6.21888 2.21883C6.33765 2.10006 6.49874 2.03333 6.66671 2.03333H9.33338C9.50135 2.03333 9.66244 2.10006 9.78121 2.21883C9.89998 2.3376 9.96671 2.49869 9.96671 2.66666V3.3ZM13.9667 9.89314C12.1328 10.8594 10.0855 11.3689 8.00004 11.3689C5.91457 11.3689 3.86729 10.8594 2.03338 9.89314V12C2.03338 12.3498 2.31693 12.6333 2.66671 12.6333H13.3334C13.6832 12.6333 13.9667 12.3498 13.9667 12V9.89314ZM7.30004 8C7.30004 7.6134 7.61345 7.3 8.00004 7.3H8.00671C8.39331 7.3 8.70671 7.6134 8.70671 8C8.70671 8.3866 8.39331 8.7 8.00671 8.7H8.00004C7.61345 8.7 7.30004 8.3866 7.30004 8Z", fill: "currentColor", }), }), - nl = (e) => - kt("svg", { + ji = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.22885 1.22888C5.61017 0.847557 6.12736 0.633331 6.66663 0.633331H9.3333C9.87257 0.633331 10.3898 0.847557 10.7711 1.22888C11.1524 1.6102 11.3666 2.12739 11.3666 2.66666V3.3H13.3333C14.4563 3.3 15.3666 4.21035 15.3666 5.33333V12C15.3666 13.123 14.4563 14.0333 13.3333 14.0333H2.66663C1.54366 14.0333 0.633301 13.123 0.633301 12V5.33333C0.633301 4.21035 1.54366 3.3 2.66663 3.3H4.6333V2.66666C4.6333 2.12739 4.84753 1.6102 5.22885 1.22888ZM4.6333 4.7H2.66663C2.31685 4.7 2.0333 4.98355 2.0333 5.33333V12C2.0333 12.3498 2.31685 12.6333 2.66663 12.6333H4.6333V4.7ZM6.0333 12.6333V4.7H9.96663V12.6333H6.0333ZM11.3666 12.6333H13.3333C13.6831 12.6333 13.9666 12.3498 13.9666 12V5.33333C13.9666 4.98355 13.6831 4.7 13.3333 4.7H11.3666V12.6333ZM9.96663 3.3H6.0333V2.66666C6.0333 2.49869 6.10003 2.3376 6.2188 2.21883C6.33757 2.10006 6.49866 2.03333 6.66663 2.03333H9.3333C9.50127 2.03333 9.66236 2.10006 9.78113 2.21883C9.89991 2.3376 9.96663 2.49869 9.96663 2.66666V3.3Z", fill: "currentColor", }), }), - rl = (e) => - kt("svg", { + qi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.22885 1.22888C5.61017 0.847557 6.12736 0.633331 6.66663 0.633331H9.3333C9.87257 0.633331 10.3898 0.847557 10.7711 1.22888C11.1524 1.6102 11.3666 2.12739 11.3666 2.66666V3.3H13.3333C14.4563 3.3 15.3666 4.21035 15.3666 5.33333V12C15.3666 13.123 14.4563 14.0333 13.3333 14.0333H2.66663C1.54366 14.0333 0.633301 13.123 0.633301 12V5.33333C0.633301 4.21035 1.54366 3.3 2.66663 3.3H4.6333V2.66666C4.6333 2.12739 4.84753 1.6102 5.22885 1.22888ZM4.69997 4.7H11.3V12.6333H4.69997V4.7ZM3.29997 4.7H2.66663C2.31685 4.7 2.0333 4.98355 2.0333 5.33333V12C2.0333 12.3498 2.31685 12.6333 2.66663 12.6333H3.29997V4.7ZM12.7 12.6333H13.3333C13.6831 12.6333 13.9666 12.3498 13.9666 12V5.33333C13.9666 4.98355 13.6831 4.7 13.3333 4.7H12.7V12.6333ZM9.96663 3.3H6.0333V2.66666C6.0333 2.49869 6.10003 2.3376 6.2188 2.21883C6.33757 2.10006 6.49866 2.03333 6.66663 2.03333H9.3333C9.50127 2.03333 9.66236 2.10006 9.78113 2.21883C9.89991 2.3376 9.96663 2.49869 9.96663 2.66666V3.3ZM7.99997 6.63333C8.38657 6.63333 8.69997 6.94673 8.69997 7.33333V7.96666H9.3333C9.7199 7.96666 10.0333 8.28007 10.0333 8.66667C10.0333 9.05326 9.7199 9.36666 9.3333 9.36666H8.69997V10C8.69997 10.3866 8.38657 10.7 7.99997 10.7C7.61337 10.7 7.29997 10.3866 7.29997 10V9.36666H6.66663C6.28003 9.36666 5.96663 9.05326 5.96663 8.66667C5.96663 8.28007 6.28003 7.96666 6.66663 7.96666H7.29997V7.33333C7.29997 6.94673 7.61337 6.63333 7.99997 6.63333Z", fill: "currentColor", }), }), - ol = (e) => - kt("svg", { + Yi = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.03333C2.49866 2.03333 2.33757 2.10006 2.2188 2.21883C2.10003 2.3376 2.0333 2.49869 2.0333 2.66666V5.33333C2.0333 5.5013 2.10003 5.66239 2.2188 5.78116C2.33757 5.89994 2.49866 5.96666 2.66663 5.96666C3.05323 5.96666 3.36663 6.28006 3.36663 6.66666C3.36663 7.05326 3.05323 7.36666 2.66663 7.36666C2.12736 7.36666 1.61017 7.15244 1.22885 6.77111C0.847526 6.38979 0.633301 5.8726 0.633301 5.33333V2.66666C0.633301 2.12739 0.847526 1.6102 1.22885 1.22888C1.61017 0.847557 2.12736 0.633331 2.66663 0.633331H5.3333C5.87257 0.633331 6.38976 0.847557 6.77108 1.22888C7.15241 1.6102 7.36663 2.12739 7.36663 2.66666C7.36663 3.05326 7.05323 3.36666 6.66663 3.36666C6.28003 3.36666 5.96663 3.05326 5.96663 2.66666C5.96663 2.49869 5.89991 2.3376 5.78113 2.21883C5.66236 2.10006 5.50127 2.03333 5.3333 2.03333H2.66663ZM6.66663 6.03333C6.31685 6.03333 6.0333 6.31688 6.0333 6.66666V9.33333C6.0333 9.68311 6.31685 9.96666 6.66663 9.96666H9.3333C9.68308 9.96666 9.96663 9.68311 9.96663 9.33333V6.66666C9.96663 6.31688 9.68308 6.03333 9.3333 6.03333H6.66663ZM4.6333 6.66666C4.6333 5.54368 5.54365 4.63333 6.66663 4.63333H9.3333C10.4563 4.63333 11.3666 5.54368 11.3666 6.66666V9.33333C11.3666 10.4563 10.4563 11.3667 9.3333 11.3667H6.66663C5.54365 11.3667 4.6333 10.4563 4.6333 9.33333V6.66666ZM12.6333 9.33333C12.6333 8.94673 12.9467 8.63333 13.3333 8.63333C13.8726 8.63333 14.3898 8.84756 14.7711 9.22888C15.1524 9.6102 15.3666 10.1274 15.3666 10.6667V13.3333C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3667 13.3333 15.3667H10.6666C10.1274 15.3667 9.61017 15.1524 9.22885 14.7711C8.84753 14.3898 8.6333 13.8726 8.6333 13.3333C8.6333 12.9467 8.9467 12.6333 9.3333 12.6333C9.7199 12.6333 10.0333 12.9467 10.0333 13.3333C10.0333 13.5013 10.1 13.6624 10.2188 13.7812C10.3376 13.8999 10.4987 13.9667 10.6666 13.9667H13.3333C13.5013 13.9667 13.6624 13.8999 13.7811 13.7812C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V10.6667C13.9666 10.4987 13.8999 10.3376 13.7811 10.2188C13.6624 10.1001 13.5013 10.0333 13.3333 10.0333C12.9467 10.0333 12.6333 9.71993 12.6333 9.33333Z", fill: "currentColor", }), }), - il = (e) => - kt("svg", { + Ki = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2396 2.77152C13.0922 2.71118 12.9344 2.68076 12.7752 2.68203C12.616 2.68329 12.4587 2.71622 12.3123 2.77889C12.166 2.84155 12.0336 2.93271 11.9228 3.04705L11.9148 3.05535L6.53474 8.42862C6.2612 8.70181 5.81799 8.70154 5.54479 8.428C5.27159 8.15447 5.27187 7.71125 5.5454 7.43805L10.9216 2.06849C11.1607 1.82284 11.4461 1.62689 11.7612 1.49193C12.0783 1.35615 12.4192 1.28481 12.7641 1.28207C13.109 1.27933 13.451 1.34524 13.7702 1.47597C14.0894 1.6067 14.3793 1.79962 14.6232 2.04351C14.8671 2.2874 15.06 2.57738 15.1908 2.89656C15.3215 3.21574 15.3874 3.55774 15.3847 3.90264C15.3819 4.24755 15.3106 4.58846 15.1748 4.90552C15.0399 5.22061 14.844 5.50589 14.5984 5.74496L9.22899 11.1277C8.95596 11.4014 8.51275 11.4019 8.23904 11.1289C7.96534 10.8559 7.96479 10.4127 8.23782 10.139L13.6196 4.74382C13.734 4.63306 13.8252 4.50072 13.8879 4.35439C13.9505 4.20805 13.9834 4.05071 13.9847 3.89152C13.986 3.73234 13.9556 3.57449 13.8952 3.42718C13.8349 3.27986 13.7458 3.14603 13.6333 3.03346C13.5207 2.9209 13.3869 2.83185 13.2396 2.77152ZM2.01342 11.963C2.01895 10.4723 3.21905 9.26 4.7134 9.26H4.71572C5.07117 9.26118 5.4229 9.33236 5.75084 9.46947C6.07878 9.60659 6.3765 9.80695 6.627 10.0591C6.8775 10.3113 7.07588 10.6103 7.21081 10.9392C7.34559 11.2677 7.41443 11.6194 7.4134 11.9745C7.41278 13.8494 5.90415 15.3667 4.04674 15.3667C2.76367 15.3667 1.65402 14.5977 0.882133 13.812C0.810041 13.7393 0.721572 13.6266 0.67221 13.4692C0.617867 13.296 0.626773 13.1183 0.684845 12.9607C0.781552 12.6983 0.990225 12.5572 1.06064 12.5104C1.15872 12.4453 1.26838 12.3908 1.35116 12.3508C1.39917 12.3276 1.43654 12.3101 1.47205 12.2934C1.5163 12.2726 1.55767 12.2531 1.61316 12.2259C1.79089 12.1386 1.90866 12.0667 1.97913 12.0005C1.99817 11.9827 2.00841 11.97 2.01342 11.963ZM7.4134 11.9745C7.4134 11.9749 7.4134 11.9753 7.4134 11.9757L6.7134 11.9733H7.4134C7.4134 11.9737 7.4134 11.9741 7.4134 11.9745ZM4.71223 10.66C3.99724 10.6606 3.4134 11.2424 3.4134 11.9733C3.4134 12.4443 3.18253 12.7911 2.93726 13.0213C2.79112 13.1585 2.6265 13.2676 2.47535 13.3538C2.98528 13.7342 3.52627 13.9667 4.04674 13.9667C5.12228 13.9667 6.0134 13.0846 6.0134 11.9733L6.01341 11.971C6.01398 11.7994 5.98074 11.6294 5.91561 11.4706C5.85047 11.3119 5.7547 11.1675 5.63376 11.0458C5.51283 10.924 5.36911 10.8273 5.21079 10.7611C5.05283 10.6951 4.88344 10.6607 4.71223 10.66ZM1.83491 13.6768C1.83635 13.6759 1.83813 13.6748 1.84033 13.6734C1.8271 13.6838 1.82311 13.6847 1.83491 13.6768Z", fill: "currentColor", }), }), - ll = (e) => - Ot("svg", { + Xi = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M1.33333 0.633301C0.946732 0.633301 0.633331 0.946701 0.633331 1.3333V3.66663C0.633331 4.05323 0.946732 4.36663 1.33333 4.36663H1.48458L2.19317 10.7439C2.23256 11.0984 2.53221 11.3666 2.88889 11.3666H3.66666C4.05326 11.3666 4.36666 11.0532 4.36666 10.6666C4.36666 10.28 4.05326 9.96661 3.66666 9.96661H3.51542L2.80683 3.58931C2.76495 3.21236 2.43106 2.93874 2.05562 2.96881C2.04822 2.96823 2.04079 2.96776 2.03333 2.96741V2.0333H9.96666V2.66663C9.96666 3.05323 10.2801 3.36663 10.6667 3.36663C11.0533 3.36663 11.3667 3.05323 11.3667 2.66663V1.3333C11.3667 0.946701 11.0533 0.633301 10.6667 0.633301H1.33333Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M7.74444 10C7.74444 9.61345 8.05784 9.30005 8.44444 9.30005H11.5555C11.9421 9.30005 12.2555 9.61345 12.2555 10C12.2555 10.3866 11.9421 10.7 11.5555 10.7H8.44444C8.05784 10.7 7.74444 10.3866 7.74444 10Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M9.22223 11.6333C8.83563 11.6333 8.52223 11.9467 8.52223 12.3333C8.52223 12.7199 8.83563 13.0333 9.22223 13.0333H10.7778C11.1644 13.0333 11.4778 12.7199 11.4778 12.3333C11.4778 11.9467 11.1644 11.6333 10.7778 11.6333H9.22223Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33333 4.6333C4.94673 4.6333 4.63333 4.9467 4.63333 5.3333V7.66663C4.63333 8.05323 4.94673 8.36663 5.33333 8.36663H5.48459L6.19317 14.7439C6.23256 15.0984 6.53221 15.3666 6.88889 15.3666H13.1111C13.4678 15.3666 13.7674 15.0984 13.8068 14.7439L14.5154 8.36663H14.6667C15.0533 8.36663 15.3667 8.05323 15.3667 7.66663V5.3333C15.3667 4.9467 15.0533 4.6333 14.6667 4.6333H5.33333ZM13.8889 6.96655L13.8996 6.96663H13.9667V6.0333H6.03333V6.96663H6.10045L6.11111 6.96655H13.8889ZM7.51542 13.9666L6.89321 8.36663H13.1068L12.4846 13.9666H7.51542Z", @@ -5822,23 +5802,23 @@ const Bt = (e) => }), ], }), - al = (e) => - Ot("svg", { + Qi = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M5.3 7.99999C5.3 7.61339 5.6134 7.29999 6 7.29999H10C10.3866 7.29999 10.7 7.61339 10.7 7.99999C10.7 8.38659 10.3866 8.69999 10 8.69999H6C5.6134 8.69999 5.3 8.38659 5.3 7.99999Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M7 10.3C6.6134 10.3 6.3 10.6134 6.3 11C6.3 11.3866 6.6134 11.7 7 11.7H9C9.3866 11.7 9.7 11.3866 9.7 11C9.7 10.6134 9.3866 10.3 9 10.3H7Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 1.29999C1.6134 1.29999 1.3 1.61339 1.3 1.99999V4.99999C1.3 5.38659 1.6134 5.69999 2 5.69999H2.37347L3.30428 14.0773C3.34367 14.4318 3.64332 14.7 4 14.7H12C12.3567 14.7 12.6563 14.4318 12.6957 14.0773L13.6265 5.69999H14C14.3866 5.69999 14.7 5.38659 14.7 4.99999V1.99999C14.7 1.61339 14.3866 1.29999 14 1.29999H2ZM12.2179 5.69999H3.78209L4.62653 13.3H11.3735L12.2179 5.69999ZM13.3 4.29999V2.69999H2.7V4.29999H13.3Z", @@ -5846,25 +5826,25 @@ const Bt = (e) => }), ], }), - Cl = (e) => - Ot("svg", { + Ji = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.99999 0.633301C1.61339 0.633301 1.29999 0.946701 1.29999 1.3333V4.3333C1.29999 4.7199 1.61339 5.0333 1.99999 5.0333H2.37346L2.55427 6.6606C2.59696 7.04484 2.94306 7.32171 3.32729 7.27902C3.71153 7.23633 3.9884 6.89023 3.94571 6.506L3.78207 5.0333H12.2179L11.3735 12.6333H11.3333C10.9467 12.6333 10.6333 12.9467 10.6333 13.3333C10.6333 13.7199 10.9467 14.0333 11.3333 14.0333H12C12.3567 14.0333 12.6563 13.7651 12.6957 13.4106L13.6265 5.0333H14C14.3866 5.0333 14.7 4.7199 14.7 4.3333V1.3333C14.7 0.946701 14.3866 0.633301 14 0.633301H1.99999ZM13.3 3.6333V2.0333H2.69999V3.6333H13.3Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M4.31103 8.37552C4.56763 8.66468 4.54124 9.10711 4.25208 9.36372C3.98364 9.60193 3.76674 9.89249 3.61468 10.2176C3.46262 10.5426 3.37863 10.8954 3.36784 11.2541C3.35706 11.6128 3.41972 11.9699 3.55198 12.3036C3.68424 12.6372 3.8833 12.9402 4.13694 13.1941C4.39059 13.4481 4.69346 13.6474 5.02696 13.78C5.36046 13.9126 5.71755 13.9757 6.07631 13.9653C6.43506 13.9549 6.78789 13.8713 7.11315 13.7196C7.43841 13.5679 7.72922 13.3513 7.96773 13.0831C8.22465 12.7942 8.66711 12.7683 8.95599 13.0252C9.24486 13.2822 9.27077 13.7246 9.01385 14.0135C8.64853 14.4242 8.20311 14.756 7.70494 14.9883C7.20676 15.2207 6.66635 15.3488 6.11688 15.3647C5.5674 15.3806 5.02048 15.2841 4.50968 15.081C3.99887 14.8779 3.53498 14.5725 3.14649 14.1836C2.75799 13.7947 2.45309 13.3305 2.25052 12.8195C2.04794 12.3085 1.95196 11.7615 1.96848 11.212C1.98499 10.6626 2.11365 10.1223 2.34655 9.6244C2.57945 9.12648 2.91168 8.68143 3.32283 8.31657C3.61199 8.05997 4.05442 8.08636 4.31103 8.37552Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99999 7.30005C5.61339 7.30005 5.29999 7.61345 5.29999 8.00005V11.3332C5.29999 11.7198 5.61339 12.0332 5.99999 12.0332H9.33332C9.51897 12.0332 9.69702 11.9595 9.8283 11.8282C9.95957 11.6969 10.0333 11.5189 10.0333 11.3332C10.0333 10.2636 9.60837 9.2377 8.85197 8.48134C8.09558 7.72497 7.06968 7.30005 5.99999 7.30005ZM6.69999 10.6332V8.79478C7.13557 8.9149 7.53694 9.14621 7.86205 9.4713C8.18714 9.79639 8.41845 10.1977 8.53858 10.6332H6.69999Z", @@ -5872,714 +5852,714 @@ const Bt = (e) => }), ], }), - sl = (e) => - kt("svg", { + el = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.83833 0.838357C5.11169 0.56499 5.55491 0.56499 5.82828 0.838357L6.64779 1.65788C6.74137 1.60379 6.83831 1.55525 6.93812 1.51259C7.27376 1.36915 7.63497 1.2952 7.99997 1.2952C8.36496 1.2952 8.72618 1.36915 9.06181 1.51259C9.16162 1.55525 9.25856 1.60379 9.35214 1.65788L10.1717 0.838357C10.445 0.56499 10.8882 0.56499 11.1616 0.838357C11.435 1.11172 11.435 1.55494 11.1616 1.82831L10.3413 2.64858C10.4147 2.77587 10.4777 2.90924 10.5295 3.04745C10.6559 3.38391 10.7138 3.74213 10.7 4.10115V4.25654C11.0743 4.4228 11.4187 4.65752 11.7139 4.95274C11.7989 5.03771 11.8788 5.12676 11.9536 5.21943C12.6923 4.96685 13.28 4.22948 13.28 3.33333C13.28 2.94673 13.5934 2.63333 13.98 2.63333C14.3666 2.63333 14.68 2.94673 14.68 3.33333C14.68 4.762 13.7958 5.98033 12.589 6.47594C12.6621 6.75344 12.7 7.04143 12.7 7.33333V7.96666H14.6666C15.0532 7.96666 15.3666 8.28007 15.3666 8.66667C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666H12.6998C12.6963 9.87559 12.6109 10.3659 12.4563 10.8249C13.761 11.2953 14.7 12.5622 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7C13.6134 14.7 13.3 14.3866 13.3 14C13.3 13.0974 12.6521 12.3031 11.8032 12.0878C10.9472 13.265 9.55961 14.0333 7.99997 14.0333C6.44032 14.0333 5.05272 13.265 4.19674 12.0878C3.34779 12.3031 2.69997 13.0974 2.69997 14C2.69997 14.3866 2.38657 14.7 1.99997 14.7C1.61337 14.7 1.29997 14.3866 1.29997 14C1.29997 12.5622 2.23895 11.2953 3.54366 10.8249C3.38903 10.3659 3.30366 9.87559 3.30008 9.36666H1.3333C0.946701 9.36666 0.633301 9.05326 0.633301 8.66667C0.633301 8.28007 0.946701 7.96666 1.3333 7.96666H3.29997V7.33333C3.29997 7.04259 3.33757 6.75573 3.4101 6.47925C2.18948 5.98622 1.29997 4.76706 1.29997 3.33333C1.29997 2.94673 1.61337 2.63333 1.99997 2.63333C2.38657 2.63333 2.69997 2.94673 2.69997 3.33333C2.69997 4.22982 3.28913 4.97034 4.04473 5.22142C4.11996 5.12804 4.20046 5.03832 4.28604 4.95274C4.58125 4.65752 4.92565 4.4228 5.29997 4.25654V4.10114C5.28615 3.74213 5.34406 3.38391 5.47039 3.04745C5.52228 2.90924 5.58527 2.77587 5.6586 2.64858L4.83833 1.82831C4.56496 1.55494 4.56496 1.11172 4.83833 0.838357ZM7.0308 3.12776C6.92275 3.24821 6.83801 3.38784 6.78105 3.53955C6.72964 3.67647 6.70175 3.82087 6.69833 3.96666H9.30161C9.29819 3.82087 9.27029 3.67647 9.21888 3.53955C9.16192 3.38784 9.07718 3.24821 8.96913 3.12776C8.95164 3.11337 8.93468 3.09799 8.91833 3.08164C8.90164 3.06495 8.88597 3.04763 8.87132 3.02975C8.76504 2.93404 8.64355 2.85633 8.51163 2.79995C8.3499 2.73083 8.17585 2.6952 7.99997 2.6952C7.82409 2.6952 7.65003 2.73083 7.4883 2.79995C7.35638 2.85633 7.23489 2.93404 7.12862 3.02975C7.11397 3.04763 7.0983 3.06495 7.08161 3.08164C7.06526 3.09799 7.0483 3.11337 7.0308 3.12776ZM9.77987 5.41803C9.63462 5.38416 9.48486 5.36666 9.3333 5.36666H6.66663C6.51507 5.36666 6.36531 5.38416 6.22006 5.41803C6.19089 5.42768 6.16087 5.43547 6.13014 5.44125C5.81013 5.532 5.51538 5.7033 5.27599 5.94269C4.90717 6.31151 4.69997 6.81174 4.69997 7.33333V9.33333C4.69997 10.9068 5.81918 12.2342 7.29997 12.5579V7.33333C7.29997 6.94673 7.61337 6.63333 7.99997 6.63333C8.38657 6.63333 8.69997 6.94673 8.69997 7.33333V12.5579C10.1808 12.2342 11.3 10.9068 11.3 9.33333V7.33333C11.3 6.81174 11.0928 6.31151 10.7239 5.94269C10.4846 5.7033 10.1898 5.532 9.86979 5.44125C9.83906 5.43547 9.80904 5.42768 9.77987 5.41803Z", fill: "currentColor", }), }), - cl = (e) => - kt("svg", { + tl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.84362 0.833119C5.11988 0.562676 5.56307 0.567391 5.83351 0.84365L6.64105 1.66855C6.8924 1.52215 7.16713 1.41653 7.45512 1.35719C7.97995 1.24906 8.52509 1.29954 9.02114 1.50221C9.13396 1.5483 9.24307 1.60179 9.34786 1.66216L10.1717 0.838357C10.445 0.56499 10.8882 0.56499 11.1616 0.838357C11.435 1.11172 11.435 1.55494 11.1616 1.82831L10.3382 2.65167C10.5743 3.06052 10.6996 3.52517 10.7 3.99942L10.7 4L10.7 4.25654C11.0743 4.4228 11.4187 4.65752 11.7139 4.95274C11.7989 5.03771 11.8788 5.12676 11.9536 5.21943C12.6923 4.96685 13.28 4.22948 13.28 3.33333C13.28 2.94673 13.5934 2.63333 13.98 2.63333C14.3666 2.63333 14.68 2.94673 14.68 3.33333C14.68 4.762 13.7958 5.98033 12.589 6.47594C12.6621 6.75344 12.7 7.04143 12.7 7.33333V7.96666H14.6666C15.0532 7.96666 15.3666 8.28006 15.3666 8.66666C15.3666 9.05326 15.0532 9.36666 14.6666 9.36666H12C11.6134 9.36666 11.3 9.05326 11.3 8.66666V7.33333C11.3 6.81174 11.0928 6.31151 10.7239 5.94269C10.4846 5.7033 10.1898 5.532 9.86979 5.44125C9.83906 5.43547 9.80905 5.42768 9.77988 5.41803C9.63462 5.38416 9.48486 5.36666 9.3333 5.36666H8.46663C8.08003 5.36666 7.76663 5.05326 7.76663 4.66666C7.76663 4.28007 8.08003 3.96666 8.46663 3.96666H9.2995C9.29287 3.72053 9.21646 3.48108 9.07883 3.27635C9.03325 3.20854 8.9816 3.14552 8.92471 3.08795C8.92257 3.08586 8.92044 3.08376 8.91833 3.08164C8.9164 3.07972 8.91449 3.07779 8.9126 3.07585C8.79234 2.9573 8.64951 2.86271 8.49164 2.79821C8.2528 2.70063 7.99033 2.67633 7.73764 2.72839C7.48494 2.78045 7.25345 2.90653 7.07263 3.09058C6.94087 3.22469 6.76069 3.30017 6.57267 3.3C6.38466 3.29983 6.20461 3.22403 6.07309 3.08968L4.83309 1.82301C4.56264 1.54675 4.56736 1.10356 4.84362 0.833119ZM0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L5.61871 4.62879C5.62479 4.63465 5.63078 4.64064 5.63667 4.64676L8.49464 7.50472C8.49484 7.50492 8.49504 7.50512 8.49524 7.50532L11.9047 10.9148C11.912 10.9217 11.9191 10.9288 11.926 10.9361L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L11.4964 12.4864C11.0119 13.0257 10.4063 13.4487 9.72453 13.7177C8.76902 14.0946 7.71636 14.1481 6.72756 13.87C5.73877 13.5919 4.86829 12.9976 4.24928 12.1779C4.22752 12.1491 4.2061 12.12 4.18504 12.0908C3.34185 12.3104 2.69997 13.1015 2.69997 14C2.69997 14.3866 2.38657 14.7 1.99997 14.7C1.61337 14.7 1.29997 14.3866 1.29997 14C1.29997 12.5638 2.23689 11.2981 3.53937 10.8265C3.38399 10.3585 3.30224 9.866 3.3 9.36666H1.3333C0.946701 9.36666 0.633301 9.05326 0.633301 8.66666C0.633301 8.28006 0.946701 7.96666 1.3333 7.96666H3.29997V7.33558C3.29666 6.79232 3.42488 6.25631 3.67369 5.77333C3.79656 5.53482 3.94704 5.31274 4.12139 5.11137L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM5.11573 6.10571C5.04069 6.20193 4.97452 6.30525 4.91825 6.41447C4.77269 6.69704 4.69778 7.01069 4.69995 7.32855L4.69998 7.33333H4.69997V8.66608C4.69997 8.66628 4.69997 8.66647 4.69997 8.66666C4.69997 8.66686 4.69997 8.66705 4.69997 8.66725V9.33333L4.69996 9.33546C4.69826 9.89452 4.83856 10.4421 5.10418 10.9281C5.13035 10.9649 5.15307 11.0044 5.17185 11.0461C5.23141 11.1451 5.29634 11.2413 5.3665 11.3342C5.80112 11.9097 6.41231 12.327 7.10657 12.5223C7.17068 12.5403 7.23518 12.5564 7.29997 12.5704V8.28995L5.11573 6.10571ZM8.69997 9.68995V12.5704C8.87331 12.5328 9.04417 12.4811 9.21082 12.4153C9.71306 12.2172 10.1564 11.9 10.5044 11.4944L8.69997 9.68995Z", fill: "currentColor", }), }), - dl = (e) => - kt("svg", { + nl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.83833 0.838357C5.11169 0.56499 5.55491 0.56499 5.82828 0.838357L6.64779 1.65788C6.74137 1.60379 6.83831 1.55525 6.93812 1.51259C7.27376 1.36915 7.63497 1.2952 7.99997 1.2952C8.36496 1.2952 8.72618 1.36915 9.06181 1.51259C9.16163 1.55525 9.25856 1.60379 9.35214 1.65788L10.1717 0.838357C10.445 0.56499 10.8882 0.56499 11.1616 0.838357C11.435 1.11172 11.435 1.55494 11.1616 1.82831L10.3413 2.64858C10.4147 2.77587 10.4777 2.90924 10.5295 3.04745C10.6559 3.38391 10.7138 3.74213 10.7 4.10115V4.25654C11.0743 4.4228 11.4187 4.65752 11.7139 4.95274C11.7989 5.03771 11.8788 5.12676 11.9536 5.21943C12.6923 4.96685 13.28 4.22948 13.28 3.33333C13.28 2.94673 13.5934 2.63333 13.98 2.63333C14.3666 2.63333 14.68 2.94673 14.68 3.33333C14.68 4.762 13.7958 5.98033 12.589 6.47594C12.6621 6.75344 12.7 7.04143 12.7 7.33333C12.7 7.71993 12.3866 8.03333 12 8.03333C11.6134 8.03333 11.3 7.71993 11.3 7.33333C11.3 6.81174 11.0928 6.31151 10.7239 5.94269C10.4846 5.7033 10.1898 5.532 9.86979 5.44125C9.83906 5.43547 9.80905 5.42768 9.77988 5.41803C9.63462 5.38416 9.48486 5.36666 9.3333 5.36666H6.66663C6.51507 5.36666 6.36531 5.38416 6.22006 5.41803C6.19089 5.42768 6.16087 5.43547 6.13014 5.44125C5.81013 5.532 5.51538 5.7033 5.27599 5.94269C4.90717 6.31151 4.69997 6.81174 4.69997 7.33333V9.33234C4.70137 9.79998 4.80019 10.2622 4.99012 10.6896C5.03035 10.7801 5.07449 10.8686 5.12236 10.9549C5.136 10.9761 5.14853 10.9981 5.15988 11.0208C5.33247 11.3162 5.54944 11.5841 5.80379 11.815C6.09004 12.0749 6.11145 12.5176 5.85161 12.8038C5.59176 13.0901 5.14906 13.1115 4.86281 12.8516C4.61005 12.6222 4.38336 12.3669 4.18617 12.0905C3.34243 12.3097 2.69997 13.1011 2.69997 14C2.69997 14.3866 2.38657 14.7 1.99997 14.7C1.61337 14.7 1.29997 14.3866 1.29997 14C1.29997 12.5625 2.23867 11.2957 3.54308 10.8251C3.38702 10.3554 3.30479 9.86337 3.30016 9.36666H1.3333C0.946701 9.36666 0.633301 9.05326 0.633301 8.66667C0.633301 8.28007 0.946701 7.96666 1.3333 7.96666H3.29997V7.33333C3.29997 7.04259 3.33757 6.75573 3.4101 6.47925C2.18948 5.98622 1.29997 4.76706 1.29997 3.33333C1.29997 2.94673 1.61337 2.63333 1.99997 2.63333C2.38657 2.63333 2.69997 2.94673 2.69997 3.33333C2.69997 4.22982 3.28913 4.97034 4.04473 5.22142C4.11996 5.12804 4.20046 5.03832 4.28604 4.95274C4.58126 4.65752 4.92565 4.4228 5.29997 4.25654V4.10114C5.28615 3.74213 5.34406 3.3839 5.47039 3.04745C5.52228 2.90924 5.58527 2.77587 5.6586 2.64858L4.83833 1.82831C4.56496 1.55494 4.56496 1.11172 4.83833 0.838357ZM7.0308 3.12776C6.92275 3.24821 6.83801 3.38784 6.78105 3.53955C6.72964 3.67647 6.70175 3.82087 6.69833 3.96666H9.30161C9.29819 3.82087 9.27029 3.67647 9.21888 3.53955C9.16192 3.38784 9.07719 3.24821 8.96913 3.12776C8.95164 3.11337 8.93468 3.09799 8.91833 3.08164C8.90164 3.06495 8.88597 3.04763 8.87132 3.02975C8.76504 2.93404 8.64355 2.85633 8.51163 2.79995C8.3499 2.73083 8.17585 2.6952 7.99997 2.6952C7.82409 2.6952 7.65003 2.73083 7.4883 2.79995C7.35638 2.85633 7.23489 2.93404 7.12862 3.02975C7.11397 3.04763 7.0983 3.06495 7.08161 3.08164C7.06526 3.09799 7.0483 3.11337 7.0308 3.12776ZM8.69997 9.26291V13.4038L12.0124 11.3333L8.69997 9.26291ZM7.83237 7.69753C7.9937 7.60812 8.17603 7.56351 8.36042 7.56835C8.54481 7.57319 8.72455 7.6273 8.88097 7.72507L12.7996 10.1744C12.7996 10.1744 12.7996 10.1744 12.7996 10.1744C12.9962 10.2972 13.1583 10.4681 13.2706 10.6708C13.383 10.8735 13.442 11.1015 13.442 11.3333C13.442 11.5651 13.383 11.7931 13.2706 11.9959C13.1583 12.1986 12.9962 12.3694 12.7997 12.4923C12.7996 12.4923 12.7997 12.4922 12.7997 12.4923L8.88099 14.9416C8.72457 15.0393 8.54482 15.0935 8.36042 15.0983C8.17603 15.1032 7.9937 15.0585 7.83237 14.9691C7.67104 14.8797 7.53658 14.7487 7.44296 14.5898C7.34934 14.4309 7.29997 14.2498 7.29997 14.0653V8.60133C7.29997 8.41688 7.34934 8.23579 7.44296 8.07685C7.53658 7.91793 7.67104 7.78695 7.83237 7.69753Z", fill: "currentColor", }), }), - ul = (e) => - kt("svg", { + rl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.3333 2.03333C5.16533 2.03333 5.00424 2.10006 4.88547 2.21883C4.76669 2.3376 4.69997 2.49869 4.69997 2.66666V13.9667H11.3V2.66666C11.3 2.49869 11.2332 2.3376 11.1145 2.21883C10.9957 2.10006 10.8346 2.03333 10.6666 2.03333H5.3333ZM12.7 5.3V2.66666C12.7 2.12739 12.4857 1.6102 12.1044 1.22888C11.7231 0.847557 11.2059 0.633331 10.6666 0.633331H5.3333C4.79403 0.633331 4.27684 0.847557 3.89552 1.22888C3.51419 1.6102 3.29997 2.12739 3.29997 2.66666V7.3H2.66663C2.12736 7.3 1.61017 7.51422 1.22885 7.89555C0.847526 8.27687 0.633301 8.79406 0.633301 9.33333V13.3333C0.633301 13.8726 0.847526 14.3898 1.22885 14.7711C1.61017 15.1524 2.12736 15.3667 2.66663 15.3667H13.3333C13.8726 15.3667 14.3898 15.1524 14.7711 14.7711C15.1524 14.3898 15.3666 13.8726 15.3666 13.3333V7.33333C15.3666 6.79406 15.1524 6.27687 14.7711 5.89555C14.3898 5.51422 13.8726 5.3 13.3333 5.3H12.7ZM12.7 6.7V13.9667H13.3333C13.5013 13.9667 13.6624 13.8999 13.7811 13.7812C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V7.33333C13.9666 7.16536 13.8999 7.00427 13.7811 6.8855C13.6624 6.76672 13.5013 6.7 13.3333 6.7H12.7ZM3.29997 8.7H2.66663C2.49866 8.7 2.33757 8.76672 2.2188 8.8855C2.10003 9.00427 2.0333 9.16536 2.0333 9.33333V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7812C2.33757 13.8999 2.49866 13.9667 2.66663 13.9667H3.29997V8.7ZM5.96663 4C5.96663 3.6134 6.28003 3.3 6.66663 3.3H9.3333C9.7199 3.3 10.0333 3.6134 10.0333 4C10.0333 4.3866 9.7199 4.7 9.3333 4.7H6.66663C6.28003 4.7 5.96663 4.3866 5.96663 4ZM5.96663 6.66666C5.96663 6.28006 6.28003 5.96666 6.66663 5.96666H9.3333C9.7199 5.96666 10.0333 6.28006 10.0333 6.66666C10.0333 7.05326 9.7199 7.36666 9.3333 7.36666H6.66663C6.28003 7.36666 5.96663 7.05326 5.96663 6.66666ZM5.96663 9.33333C5.96663 8.94673 6.28003 8.63333 6.66663 8.63333H9.3333C9.7199 8.63333 10.0333 8.94673 10.0333 9.33333C10.0333 9.71993 9.7199 10.0333 9.3333 10.0333H6.66663C6.28003 10.0333 5.96663 9.71993 5.96663 9.33333ZM5.96663 12C5.96663 11.6134 6.28003 11.3 6.66663 11.3H9.3333C9.7199 11.3 10.0333 11.6134 10.0333 12C10.0333 12.3866 9.7199 12.7 9.3333 12.7H6.66663C6.28003 12.7 5.96663 12.3866 5.96663 12Z", fill: "currentColor", }), }), - pl = (e) => - kt("svg", { + ol = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99989 2.03333C3.65011 2.03333 3.36655 2.31688 3.36655 2.66666V13.3333C3.36655 13.6831 3.65011 13.9667 3.99989 13.9667H5.29989V12C5.29989 11.6134 5.61329 11.3 5.99989 11.3H9.99989C10.3865 11.3 10.6999 11.6134 10.6999 12V13.9667H11.9999C12.3497 13.9667 12.6332 13.6831 12.6332 13.3333V2.66666C12.6332 2.31688 12.3497 2.03333 11.9999 2.03333H3.99989ZM11.9999 15.3667C13.1229 15.3667 14.0332 14.4563 14.0332 13.3333V2.66666C14.0332 1.54369 13.1229 0.633331 11.9999 0.633331H3.99989C2.87691 0.633331 1.96655 1.54369 1.96655 2.66666V13.3333C1.96655 14.4563 2.87691 15.3667 3.99989 15.3667H11.9999ZM9.29989 13.9667V12.7H6.69989V13.9667H9.29989ZM4.63322 4C4.63322 3.6134 4.94662 3.3 5.33322 3.3H5.33989C5.72649 3.3 6.03989 3.6134 6.03989 4C6.03989 4.3866 5.72649 4.7 5.33989 4.7H5.33322C4.94662 4.7 4.63322 4.3866 4.63322 4ZM7.29989 4C7.29989 3.6134 7.61329 3.3 7.99989 3.3H8.00655C8.39315 3.3 8.70655 3.6134 8.70655 4C8.70655 4.3866 8.39315 4.7 8.00655 4.7H7.99989C7.61329 4.7 7.29989 4.3866 7.29989 4ZM9.96655 4C9.96655 3.6134 10.28 3.3 10.6666 3.3H10.6732C11.0598 3.3 11.3732 3.6134 11.3732 4C11.3732 4.3866 11.0598 4.7 10.6732 4.7H10.6666C10.28 4.7 9.96655 4.3866 9.96655 4ZM4.63322 6.66666C4.63322 6.28006 4.94662 5.96666 5.33322 5.96666H5.33989C5.72649 5.96666 6.03989 6.28006 6.03989 6.66666C6.03989 7.05326 5.72649 7.36666 5.33989 7.36666H5.33322C4.94662 7.36666 4.63322 7.05326 4.63322 6.66666ZM7.29989 6.66666C7.29989 6.28006 7.61329 5.96666 7.99989 5.96666H8.00655C8.39315 5.96666 8.70655 6.28006 8.70655 6.66666C8.70655 7.05326 8.39315 7.36666 8.00655 7.36666H7.99989C7.61329 7.36666 7.29989 7.05326 7.29989 6.66666ZM9.96655 6.66666C9.96655 6.28006 10.28 5.96666 10.6666 5.96666H10.6732C11.0598 5.96666 11.3732 6.28006 11.3732 6.66666C11.3732 7.05326 11.0598 7.36666 10.6732 7.36666H10.6666C10.28 7.36666 9.96655 7.05326 9.96655 6.66666ZM4.63322 9.33333C4.63322 8.94673 4.94662 8.63333 5.33322 8.63333H5.33989C5.72649 8.63333 6.03989 8.94673 6.03989 9.33333C6.03989 9.71993 5.72649 10.0333 5.33989 10.0333H5.33322C4.94662 10.0333 4.63322 9.71993 4.63322 9.33333ZM7.29989 9.33333C7.29989 8.94673 7.61329 8.63333 7.99989 8.63333H8.00655C8.39315 8.63333 8.70655 8.94673 8.70655 9.33333C8.70655 9.71993 8.39315 10.0333 8.00655 10.0333H7.99989C7.61329 10.0333 7.29989 9.71993 7.29989 9.33333ZM9.96655 9.33333C9.96655 8.94673 10.28 8.63333 10.6666 8.63333H10.6732C11.0598 8.63333 11.3732 8.94673 11.3732 9.33333C11.3732 9.71993 11.0598 10.0333 10.6732 10.0333H10.6666C10.28 10.0333 9.96655 9.71993 9.96655 9.33333Z", fill: "currentColor", }), }), - ml = (e) => - kt("svg", { + il = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 2.7C3.65022 2.7 3.36667 2.98355 3.36667 3.33333V3.98484C3.36687 3.9946 3.36687 4.00435 3.36667 4.01408V6.63333H12.6333V4.01408C12.6331 4.00435 12.6331 3.9946 12.6333 3.98484V3.33333C12.6333 2.98355 12.3498 2.7 12 2.7H4ZM14.0333 3.56738V3.33333C14.0333 2.21035 13.123 1.3 12 1.3H4C2.87702 1.3 1.96667 2.21035 1.96667 3.33333V3.56738L1.02028 4.04057C0.674498 4.21346 0.534341 4.63393 0.707233 4.97972C0.880125 5.3255 1.3006 5.46566 1.64638 5.29277L1.96667 5.13262V11.3333C1.96667 12.2103 2.52189 12.9577 3.3 13.243V14C3.3 14.3866 3.6134 14.7 4 14.7C4.3866 14.7 4.7 14.3866 4.7 14V13.3667H11.3V14C11.3 14.3866 11.6134 14.7 12 14.7C12.3866 14.7 12.7 14.3866 12.7 14V13.243C13.4781 12.9577 14.0333 12.2103 14.0333 11.3333V5.13262L14.3536 5.29277C14.6994 5.46566 15.1199 5.3255 15.2928 4.97972C15.4657 4.63393 15.3255 4.21346 14.9797 4.04057L14.0333 3.56738ZM12.6333 8.03333H3.36667V11.3333C3.36667 11.6831 3.65022 11.9667 4 11.9667H12C12.3498 11.9667 12.6333 11.6831 12.6333 11.3333V8.03333ZM5.96667 4C5.96667 3.6134 6.28007 3.3 6.66667 3.3H9.33333C9.71993 3.3 10.0333 3.6134 10.0333 4C10.0333 4.3866 9.71993 4.7 9.33333 4.7H6.66667C6.28007 4.7 5.96667 4.3866 5.96667 4ZM4.63333 10C4.63333 9.6134 4.94673 9.3 5.33333 9.3H5.34C5.7266 9.3 6.04 9.6134 6.04 10C6.04 10.3866 5.7266 10.7 5.34 10.7H5.33333C4.94673 10.7 4.63333 10.3866 4.63333 10ZM9.96667 10C9.96667 9.6134 10.2801 9.3 10.6667 9.3H10.6733C11.0599 9.3 11.3733 9.6134 11.3733 10C11.3733 10.3866 11.0599 10.7 10.6733 10.7H10.6667C10.2801 10.7 9.96667 10.3866 9.96667 10Z", fill: "currentColor", }), }), - hl = (e) => - kt("svg", { + ll = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22888 3.89555C1.61021 3.51422 2.12739 3.3 2.66667 3.3H12C13.0577 3.3 13.9861 4.05091 14.2705 4.99886L14.2742 5.01123L15.0197 7.67411C15.0645 7.75927 15.0924 7.8548 15.0986 7.95617L15.2074 8.34459L15.2124 8.36356C15.2148 8.37288 15.2171 8.38235 15.2195 8.39196C15.2817 8.64004 15.3667 8.97916 15.3667 9.33333C15.3667 9.68751 15.2817 10.0266 15.2195 10.2747C15.2171 10.2843 15.2148 10.2938 15.2124 10.3031L15.2087 10.3175C15.1072 10.6895 14.9727 11.1603 14.8642 11.5359C14.8098 11.7242 14.7617 11.8895 14.7271 12.0077L14.6718 12.1966C14.5842 12.4945 14.3105 12.7 14 12.7H12.5763C12.291 13.4781 11.5437 14.0333 10.6667 14.0333C9.78967 14.0333 9.04235 13.4781 8.75703 12.7H6.5763C6.29099 13.4781 5.54367 14.0333 4.66667 14.0333C3.78967 14.0333 3.04235 13.4781 2.75703 12.7H1.33333C0.946734 12.7 0.633333 12.3866 0.633333 12V5.33333C0.633333 4.79406 0.847559 4.27687 1.22888 3.89555ZM2.03333 8.7V11.3H2.75703C3.04235 10.5219 3.78967 9.96667 4.66667 9.96667C5.54367 9.96667 6.29099 10.5219 6.5763 11.3H8.75703C9.04235 10.5219 9.78967 9.96667 10.6667 9.96667C11.5437 9.96667 12.291 10.5219 12.5763 11.3H13.475C13.4891 11.2513 13.5039 11.2003 13.5192 11.1474C13.6266 10.7755 13.7577 10.3166 13.856 9.95634C13.9257 9.67737 13.9667 9.49737 13.9667 9.33333C13.9667 9.16974 13.9259 8.99026 13.8566 8.71258L13.8531 8.7H2.03333ZM4.63333 7.3H2.03333V5.33333C2.03333 5.16536 2.10006 5.00427 2.21883 4.8855C2.3376 4.76673 2.4987 4.7 2.66667 4.7H4.63333V7.3ZM6.03333 7.3H9.3V4.7H6.03333V7.3ZM10.7 4.7V7.3H13.4611L12.9279 5.39592C12.8102 5.0129 12.4072 4.7 12 4.7H10.7ZM4.66667 11.3667C4.31689 11.3667 4.03333 11.6502 4.03333 12C4.03333 12.3498 4.31689 12.6333 4.66667 12.6333C5.01645 12.6333 5.3 12.3498 5.3 12C5.3 11.6502 5.01645 11.3667 4.66667 11.3667ZM10.6667 11.3667C10.3169 11.3667 10.0333 11.6502 10.0333 12C10.0333 12.3498 10.3169 12.6333 10.6667 12.6333C11.0164 12.6333 11.3 12.3498 11.3 12C11.3 11.6502 11.0164 11.3667 10.6667 11.3667Z", fill: "currentColor", }), }), - fl = (e) => - kt("svg", { + al = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.63334 1.33333C8.63334 0.946734 8.94674 0.633333 9.33334 0.633333H9.34C9.7266 0.633333 10.04 0.946734 10.04 1.33333C10.04 1.71993 9.7266 2.03333 9.34 2.03333H9.33334C8.94674 2.03333 8.63334 1.71993 8.63334 1.33333ZM5.96667 2C5.96667 1.6134 6.28007 1.3 6.66667 1.3H6.67334C7.05994 1.3 7.37334 1.6134 7.37334 2C7.37334 2.3866 7.05994 2.7 6.67334 2.7H6.66667C6.28007 2.7 5.96667 2.3866 5.96667 2ZM15.3458 2.49689C15.4395 2.87195 15.2115 3.252 14.8364 3.34577L8.7 4.87988V7.3H11.3333C12.8245 7.3 14.0333 8.50883 14.0333 10V12.6667C14.0333 14.1578 12.8245 15.3667 11.3333 15.3667H4.66667C3.1755 15.3667 1.96667 14.1578 1.96667 12.6667V10C1.96667 8.50883 3.1755 7.3 4.66667 7.3H7.3V5.22988L1.50311 6.6791C1.12806 6.77286 0.748001 6.54483 0.654237 6.16977C0.560473 5.79472 0.788505 5.41466 1.16356 5.3209L7.81499 3.65804C7.82472 3.65538 7.83454 3.65293 7.84444 3.65068L14.4969 1.98757C14.872 1.8938 15.252 2.12183 15.3458 2.49689ZM6.7 8.7V10.6333H9.3V8.7H6.7ZM10.7 8.7V10.6333H12.6333V10C12.6333 9.28203 12.0513 8.7 11.3333 8.7H10.7ZM12.6333 12.0333H3.36667V12.6667C3.36667 13.3846 3.9487 13.9667 4.66667 13.9667H11.3333C12.0513 13.9667 12.6333 13.3846 12.6333 12.6667V12.0333ZM3.36667 10.6333H5.3V8.7H4.66667C3.9487 8.7 3.36667 9.28203 3.36667 10V10.6333Z", fill: "currentColor", }), }), - gl = (e) => - kt("svg", { + Cl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 1.3C2.3866 1.3 2.7 1.6134 2.7 2V2.63333H3.96666V2C3.96666 1.6134 4.28006 1.3 4.66666 1.3C5.05326 1.3 5.36666 1.6134 5.36666 2V2.63411C5.73779 2.65151 6.03333 2.95791 6.03333 3.33333V4.66667C6.03333 5.20594 5.81911 5.72313 5.43778 6.10445C5.06432 6.47791 4.56054 6.69109 4.03333 6.69973V11.6667C4.03333 12.0999 4.20541 12.5153 4.51172 12.8216C4.81803 13.1279 5.23348 13.3 5.66666 13.3C6.09985 13.3 6.5153 13.1279 6.82161 12.8216C7.12791 12.5153 7.3 12.0999 7.3 11.6667V4.33333C7.3 3.52884 7.61958 2.7573 8.18844 2.18844C8.7573 1.61958 9.52884 1.3 10.3333 1.3C11.1378 1.3 11.9094 1.61958 12.4782 2.18844C13.0471 2.7573 13.3667 3.52884 13.3667 4.33333V9.30027C13.8939 9.30891 14.3977 9.52209 14.7711 9.89555C15.1524 10.2769 15.3667 10.7941 15.3667 11.3333V12.6667C15.3667 13.0421 15.0711 13.3485 14.7 13.3659V14C14.7 14.3866 14.3866 14.7 14 14.7C13.6134 14.7 13.3 14.3866 13.3 14V13.3667H12.0333V14C12.0333 14.3866 11.7199 14.7 11.3333 14.7C10.9467 14.7 10.6333 14.3866 10.6333 14V13.3659C10.2622 13.3485 9.96666 13.0421 9.96666 12.6667V11.3333C9.96666 10.7941 10.1809 10.2769 10.5622 9.89555C10.9357 9.52209 11.4394 9.30891 11.9667 9.30027V4.33333C11.9667 3.90015 11.7946 3.4847 11.4883 3.17839C11.182 2.87208 10.7665 2.7 10.3333 2.7C9.90014 2.7 9.4847 2.87208 9.17839 3.17839C8.87208 3.4847 8.7 3.90015 8.7 4.33333V11.6667C8.7 12.4712 8.38041 13.2427 7.81155 13.8116C7.24269 14.3804 6.47115 14.7 5.66666 14.7C4.86217 14.7 4.09063 14.3804 3.52177 13.8116C2.95291 13.2427 2.63333 12.4712 2.63333 11.6667V6.69973C2.10612 6.69109 1.60234 6.47791 1.22888 6.10445C0.847557 5.72313 0.633331 5.20594 0.633331 4.66667V3.33333C0.633331 2.95791 0.928877 2.65151 1.3 2.63411V2C1.3 1.6134 1.6134 1.3 2 1.3ZM2.03333 4.03333V4.66667C2.03333 4.83464 2.10006 4.99573 2.21883 5.1145C2.3376 5.23327 2.49869 5.3 2.66666 5.3H4C4.16797 5.3 4.32906 5.23327 4.44783 5.1145C4.56661 4.99573 4.63333 4.83464 4.63333 4.66667V4.03333H2.03333ZM12 10.7C11.832 10.7 11.6709 10.7667 11.5522 10.8855C11.4334 11.0043 11.3667 11.1654 11.3667 11.3333V11.9667H13.9667V11.3333C13.9667 11.1654 13.8999 11.0043 13.7812 10.8855C13.6624 10.7667 13.5013 10.7 13.3333 10.7H12Z", fill: "currentColor", }), }), - vl = (e) => - kt("svg", { + sl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.96666 2.66667C3.96666 2.28007 4.28006 1.96667 4.66666 1.96667H4.67333C5.05993 1.96667 5.37333 2.28007 5.37333 2.66667C5.37333 3.05327 5.05993 3.36667 4.67333 3.36667H4.66666C4.28006 3.36667 3.96666 3.05327 3.96666 2.66667ZM7.3 2.66667C7.3 2.28007 7.6134 1.96667 8 1.96667H8.00666C8.39326 1.96667 8.70666 2.28007 8.70666 2.66667C8.70666 3.05327 8.39326 3.36667 8.00666 3.36667H8C7.6134 3.36667 7.3 3.05327 7.3 2.66667ZM10.6333 2.66667C10.6333 2.28007 10.9467 1.96667 11.3333 1.96667H11.34C11.7266 1.96667 12.04 2.28007 12.04 2.66667C12.04 3.05327 11.7266 3.36667 11.34 3.36667H11.3333C10.9467 3.36667 10.6333 3.05327 10.6333 2.66667ZM4.66666 4.63333C5.05326 4.63333 5.36666 4.94673 5.36666 5.33333V6.63333H7.3V5.33333C7.3 4.94673 7.6134 4.63333 8 4.63333C8.3866 4.63333 8.7 4.94673 8.7 5.33333V6.63333H10.6333V5.33333C10.6333 4.94673 10.9467 4.63333 11.3333 4.63333C11.7199 4.63333 12.0333 4.94673 12.0333 5.33333V6.63361C12.5605 6.64224 13.0643 6.85542 13.4378 7.22888C13.8191 7.61021 14.0333 8.12739 14.0333 8.66667V10.6526C14.0335 10.6623 14.0335 10.6721 14.0333 10.6819V13.3H14.6667C15.0533 13.3 15.3667 13.6134 15.3667 14C15.3667 14.3866 15.0533 14.7 14.6667 14.7H1.33333C0.946732 14.7 0.633331 14.3866 0.633331 14C0.633331 13.6134 0.946732 13.3 1.33333 13.3H1.96666V10.6807C1.96646 10.671 1.96646 10.6613 1.96666 10.6515V8.66667C1.96666 8.12739 2.18089 7.61021 2.56221 7.22888C2.93567 6.85542 3.43945 6.64224 3.96666 6.63361V5.33333C3.96666 4.94673 4.28006 4.63333 4.66666 4.63333ZM4 8.03333C3.83203 8.03333 3.67094 8.10006 3.55216 8.21883C3.43339 8.33761 3.36666 8.4987 3.36666 8.66667V9.37449C3.55606 9.3276 3.76685 9.3 4 9.3C4.75163 9.3 5.34368 9.77652 5.71387 10.0745C5.7334 10.0902 5.75232 10.1054 5.77062 10.1201C6.23906 10.4948 6.45796 10.6333 6.66666 10.6333C6.87537 10.6333 7.09426 10.4948 7.56271 10.1201C7.581 10.1054 7.59992 10.0902 7.61946 10.0745C7.98965 9.77652 8.5817 9.3 9.33333 9.3C10.085 9.3 10.677 9.77652 11.0472 10.0745C11.0667 10.0902 11.0857 10.1054 11.104 10.1201C11.5724 10.4948 11.7913 10.6333 12 10.6333C12.33 10.6333 12.5112 10.5279 12.6044 10.4534C12.6148 10.4451 12.6244 10.4368 12.6333 10.4288V8.66667C12.6333 8.4987 12.5666 8.33761 12.4478 8.21883C12.3291 8.10006 12.168 8.03333 12 8.03333H4ZM12.6333 11.9588C12.4439 12.0057 12.2331 12.0333 12 12.0333C11.2484 12.0333 10.6563 11.5568 10.2861 11.2589C10.2666 11.2431 10.2477 11.2279 10.2294 11.2133C9.76093 10.8385 9.54203 10.7 9.33333 10.7C9.12463 10.7 8.90573 10.8385 8.43728 11.2133C8.41899 11.2279 8.40007 11.2431 8.38053 11.2589C8.01035 11.5568 7.41829 12.0333 6.66666 12.0333C5.91504 12.0333 5.32298 11.5568 4.9528 11.2589C4.93326 11.2431 4.91434 11.2279 4.89604 11.2133C4.4276 10.8385 4.2087 10.7 4 10.7C3.67004 10.7 3.48878 10.8054 3.39562 10.8799C3.38522 10.8883 3.37558 10.8965 3.36666 10.9045V13.3H12.6333V11.9588Z", fill: "currentColor", }), }), - wl = (e) => - kt("svg", { + cl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.92349 1.43252C9.13476 1.27994 9.4133 1.25736 9.64639 1.3739C11.0775 2.08947 12.318 3.15484 13.2044 4.21854C13.6485 4.75149 14.0141 5.29633 14.2719 5.81195C14.5234 6.31492 14.7 6.84481 14.7 7.33333V13.3333C14.7 13.6924 14.5773 14.046 14.3116 14.3116C14.046 14.5773 13.6924 14.7 13.3333 14.7H2.66667C2.3076 14.7 1.95397 14.5773 1.68836 14.3116C1.42275 14.046 1.3 13.6924 1.3 13.3333V7.33333C1.3 7.11112 1.40552 6.9021 1.58431 6.77013L3.99264 4.99255C3.97555 4.88644 3.96667 4.77759 3.96667 4.66667C3.96667 3.54369 4.87702 2.63333 6 2.63333C6.33973 2.63333 6.66 2.71665 6.9415 2.86397L8.92349 1.43252ZM6.37618 4.1571C6.41543 4.20877 6.46056 4.25349 6.50995 4.29101C6.5875 4.39611 6.63334 4.52603 6.63334 4.66667C6.63334 5.01645 6.34978 5.3 6 5.3C5.65022 5.3 5.36667 5.01645 5.36667 4.66667C5.36667 4.31689 5.65022 4.03333 6 4.03333C6.14087 4.03333 6.27099 4.07932 6.37618 4.1571ZM7.88708 3.90799L9.38997 2.82257C10.4733 3.4326 11.4274 4.27303 12.1289 5.1148C12.5181 5.58185 12.8192 6.037 13.0197 6.43805C13.2266 6.85175 13.3 7.15519 13.3 7.33333V13.3H2.7V12.0333H10.6667C11.0533 12.0333 11.3667 11.7199 11.3667 11.3333C11.3667 10.9467 11.0533 10.6333 10.6667 10.6333H2.7V9.36667H10.6667C11.0533 9.36667 11.3667 9.05327 11.3667 8.66667C11.3667 8.28007 11.0533 7.96667 10.6667 7.96667H2.7V7.68669L4.68751 6.21972C5.04169 6.51935 5.49975 6.7 6 6.7C7.12298 6.7 8.03334 5.78965 8.03334 4.66667C8.03334 4.39848 7.98142 4.14242 7.88708 3.90799Z", fill: "currentColor", }), }), - Ll = (e) => - kt("svg", { + dl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00001 2.03333C3.65023 2.03333 3.36667 2.31689 3.36667 2.66667V13.3333C3.36667 13.6831 3.65023 13.9667 4.00001 13.9667H12C12.3498 13.9667 12.6333 13.6831 12.6333 13.3333V2.66667C12.6333 2.31689 12.3498 2.03333 12 2.03333H4.00001ZM1.96667 2.66667C1.96667 1.54369 2.87703 0.633333 4.00001 0.633333H12C13.123 0.633333 14.0333 1.54369 14.0333 2.66667V13.3333C14.0333 14.4563 13.123 15.3667 12 15.3667H4.00001C2.87703 15.3667 1.96667 14.4563 1.96667 13.3333V2.66667ZM4.63334 4C4.63334 3.6134 4.94674 3.3 5.33334 3.3H10.6667C11.0533 3.3 11.3667 3.6134 11.3667 4C11.3667 4.3866 11.0533 4.7 10.6667 4.7H5.33334C4.94674 4.7 4.63334 4.3866 4.63334 4ZM4.63334 6.66667C4.63334 6.28007 4.94674 5.96667 5.33334 5.96667H5.34001C5.72661 5.96667 6.04001 6.28007 6.04001 6.66667C6.04001 7.05327 5.72661 7.36667 5.34001 7.36667H5.33334C4.94674 7.36667 4.63334 7.05327 4.63334 6.66667ZM7.30001 6.66667C7.30001 6.28007 7.61341 5.96667 8.00001 5.96667H8.00667C8.39327 5.96667 8.70668 6.28007 8.70668 6.66667C8.70668 7.05327 8.39327 7.36667 8.00667 7.36667H8.00001C7.61341 7.36667 7.30001 7.05327 7.30001 6.66667ZM9.96667 6.66667C9.96667 6.28007 10.2801 5.96667 10.6667 5.96667H10.6733C11.0599 5.96667 11.3733 6.28007 11.3733 6.66667C11.3733 7.05327 11.0599 7.36667 10.6733 7.36667H10.6667C10.2801 7.36667 9.96667 7.05327 9.96667 6.66667ZM4.63334 9.33333C4.63334 8.94673 4.94674 8.63333 5.33334 8.63333H5.34001C5.72661 8.63333 6.04001 8.94673 6.04001 9.33333C6.04001 9.71993 5.72661 10.0333 5.34001 10.0333H5.33334C4.94674 10.0333 4.63334 9.71993 4.63334 9.33333ZM7.30001 9.33333C7.30001 8.94673 7.61341 8.63333 8.00001 8.63333H8.00667C8.39327 8.63333 8.70668 8.94673 8.70668 9.33333C8.70668 9.71993 8.39327 10.0333 8.00667 10.0333H8.00001C7.61341 10.0333 7.30001 9.71993 7.30001 9.33333ZM10.6667 8.63333C11.0533 8.63333 11.3667 8.94673 11.3667 9.33333V12C11.3667 12.3866 11.0533 12.7 10.6667 12.7C10.2801 12.7 9.96667 12.3866 9.96667 12V9.33333C9.96667 8.94673 10.2801 8.63333 10.6667 8.63333ZM4.63334 12C4.63334 11.6134 4.94674 11.3 5.33334 11.3H5.34001C5.72661 11.3 6.04001 11.6134 6.04001 12C6.04001 12.3866 5.72661 12.7 5.34001 12.7H5.33334C4.94674 12.7 4.63334 12.3866 4.63334 12ZM7.30001 12C7.30001 11.6134 7.61341 11.3 8.00001 11.3H8.00667C8.39327 11.3 8.70668 11.6134 8.70668 12C8.70668 12.3866 8.39327 12.7 8.00667 12.7H8.00001C7.61341 12.7 7.30001 12.3866 7.30001 12Z", fill: "currentColor", }), }), - bl = (e) => - kt("svg", { + ul = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V9.33333C14.7 9.71993 14.3866 10.0333 14 10.0333C13.6134 10.0333 13.3 9.71993 13.3 9.33333V7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H8.66665C9.05325 13.9667 9.36665 14.2801 9.36665 14.6667C9.36665 15.0533 9.05325 15.3667 8.66665 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM15.1616 11.505C15.435 11.7784 15.435 12.2216 15.1616 12.495L12.495 15.1616C12.2216 15.435 11.7784 15.435 11.505 15.1616L10.1717 13.8283C9.89831 13.5549 9.89831 13.1117 10.1717 12.8384C10.445 12.565 10.8883 12.565 11.1616 12.8384L12 13.6767L14.1717 11.505C14.445 11.2317 14.8883 11.2317 15.1616 11.505Z", fill: "currentColor", }), }), - Ml = (e) => - kt("svg", { + pl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7896 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C2.98354 3.36667 2.69999 3.65022 2.69999 4V5.96667H13.3V4C13.3 3.65022 13.0164 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM10.495 8.83836C10.7683 9.11172 10.7683 9.55494 10.495 9.82831L7.8283 12.495C7.55493 12.7683 7.11171 12.7683 6.83835 12.495L5.50501 11.1616C5.23165 10.8883 5.23165 10.4451 5.50501 10.1717C5.77838 9.89832 6.2216 9.89832 6.49496 10.1717L7.33332 11.01L9.50501 8.83836C9.77838 8.56499 10.2216 8.56499 10.495 8.83836Z", fill: "currentColor", }), }), - Hl = (e) => - kt("svg", { + ml = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V5C14.7 5.3866 14.3866 5.7 14 5.7C13.6134 5.7 13.3 5.3866 13.3 5V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H5.33332C5.71992 5.96667 6.03332 6.28007 6.03332 6.66667C6.03332 7.05327 5.71992 7.36667 5.33332 7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H5.66665C6.05325 13.9667 6.36665 14.2801 6.36665 14.6667C6.36665 15.0533 6.05325 15.3667 5.66665 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM10.6667 7.36667C8.84411 7.36667 7.36665 8.84413 7.36665 10.6667C7.36665 12.4892 8.84411 13.9667 10.6667 13.9667C12.4892 13.9667 13.9667 12.4892 13.9667 10.6667C13.9667 8.84413 12.4892 7.36667 10.6667 7.36667ZM5.96665 10.6667C5.96665 8.07093 8.07092 5.96667 10.6667 5.96667C13.2624 5.96667 15.3667 8.07093 15.3667 10.6667C15.3667 13.2624 13.2624 15.3667 10.6667 15.3667C8.07092 15.3667 5.96665 13.2624 5.96665 10.6667ZM10.6667 8.63333C11.0533 8.63333 11.3667 8.94673 11.3667 9.33333V10.5302L12.1039 11.1201C12.4058 11.3616 12.4548 11.8021 12.2133 12.104C11.9718 12.4058 11.5313 12.4548 11.2294 12.2133L10.2294 11.4133C10.0633 11.2804 9.96665 11.0793 9.96665 10.8667V9.33333C9.96665 8.94673 10.2801 8.63333 10.6667 8.63333Z", fill: "currentColor", }), }), - El = (e) => - kt("svg", { + hl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7896 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C2.98354 3.36667 2.69999 3.65022 2.69999 4V5.96667H13.3V4C13.3 3.65022 13.0164 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM4.63332 9.33333C4.63332 8.94673 4.94672 8.63333 5.33332 8.63333H5.33999C5.72659 8.63333 6.03999 8.94673 6.03999 9.33333C6.03999 9.71993 5.72659 10.0333 5.33999 10.0333H5.33332C4.94672 10.0333 4.63332 9.71993 4.63332 9.33333ZM7.29999 9.33333C7.29999 8.94673 7.61339 8.63333 7.99999 8.63333H8.00665C8.39325 8.63333 8.70665 8.94673 8.70665 9.33333C8.70665 9.71993 8.39325 10.0333 8.00665 10.0333H7.99999C7.61339 10.0333 7.29999 9.71993 7.29999 9.33333ZM9.96665 9.33333C9.96665 8.94673 10.2801 8.63333 10.6667 8.63333H10.6733C11.0599 8.63333 11.3733 8.94673 11.3733 9.33333C11.3733 9.71993 11.0599 10.0333 10.6733 10.0333H10.6667C10.2801 10.0333 9.96665 9.71993 9.96665 9.33333ZM4.63332 12C4.63332 11.6134 4.94672 11.3 5.33332 11.3H5.33999C5.72659 11.3 6.03999 11.6134 6.03999 12C6.03999 12.3866 5.72659 12.7 5.33999 12.7H5.33332C4.94672 12.7 4.63332 12.3866 4.63332 12ZM7.29999 12C7.29999 11.6134 7.61339 11.3 7.99999 11.3H8.00665C8.39325 11.3 8.70665 11.6134 8.70665 12C8.70665 12.3866 8.39325 12.7 8.00665 12.7H7.99999C7.61339 12.7 7.29999 12.3866 7.29999 12ZM9.96665 12C9.96665 11.6134 10.2801 11.3 10.6667 11.3H10.6733C11.0599 11.3 11.3733 11.6134 11.3733 12C11.3733 12.3866 11.0599 12.7 10.6733 12.7H10.6667C10.2801 12.7 9.96665 12.3866 9.96665 12Z", fill: "currentColor", }), }), - Rl = (e) => - kt("svg", { + fl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V11.3333C14.7 11.519 14.6262 11.697 14.495 11.8283L11.1616 15.1616C11.0304 15.2929 10.8523 15.3667 10.6667 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H9.29999V12C9.29999 11.4607 9.51421 10.9435 9.89554 10.5622C10.2769 10.1809 10.794 9.96667 11.3333 9.96667H13.3V7.36667ZM12.9767 11.3667H11.3333C11.1654 11.3667 11.0043 11.4334 10.8855 11.5522C10.7667 11.6709 10.7 11.832 10.7 12V13.6434L12.9767 11.3667Z", fill: "currentColor", }), }), - yl = (e) => - kt("svg", { + gl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V6.66667C14.7 7.05327 14.3866 7.36667 14 7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H7.99999C8.38659 13.9667 8.69999 14.2801 8.69999 14.6667C8.69999 15.0533 8.38659 15.3667 7.99999 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM12.1618 8.80534C12.5841 8.63021 13.0487 8.58372 13.4974 8.67175C13.9477 8.76013 14.3617 8.98008 14.6871 9.3038C14.7092 9.3258 14.7297 9.34911 14.7484 9.37356C15.6199 10.3032 15.5847 11.7633 14.5637 12.7929L14.5582 12.7985L12.1582 15.1651C11.8853 15.4341 11.4469 15.4338 11.1745 15.1644L8.77627 12.7929C7.73536 11.7434 7.70897 10.2393 8.64632 9.31039C8.85745 9.09956 9.10712 8.92388 9.40283 8.80494C9.82626 8.63064 10.2918 8.58553 10.7409 8.67535C11.0761 8.74238 11.3908 8.88231 11.6635 9.08356C11.8162 8.97104 11.9831 8.87731 12.1618 8.80534ZM13.2278 10.0456C13.0492 10.0105 12.8642 10.0292 12.6963 10.0993L12.6867 10.1033C12.5772 10.1471 12.4766 10.2134 12.3883 10.3016L12.1616 10.5283C11.8911 10.7989 11.4534 10.802 11.1789 10.5354L10.9375 10.3009C10.8089 10.1719 10.645 10.0839 10.4664 10.0482C10.2877 10.0124 10.1026 10.0305 9.93424 10.1002L9.92665 10.1033C9.82465 10.1441 9.72931 10.2073 9.63496 10.3016L9.63234 10.3043C9.30481 10.6283 9.21199 11.2422 9.76812 11.8048L11.6673 13.6829L13.5722 11.8045C14.1244 11.2456 14.0318 10.6316 13.701 10.3043C13.6854 10.2889 13.6707 10.2728 13.6568 10.2562C13.5351 10.1497 13.3872 10.0768 13.2278 10.0456Z", fill: "currentColor", }), }), - Vl = (e) => - kt("svg", { + vl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7897 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V4C1.30005 2.87702 2.2104 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C2.9836 3.36667 2.70005 3.65022 2.70005 4V5.96667H13.3V4C13.3 3.65022 13.0165 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM13.3 7.36667H2.70005V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V7.36667Z", fill: "currentColor", }), }), - Sl = (e) => - kt("svg", { + wl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7896 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C2.98354 3.36667 2.69999 3.65022 2.69999 4V5.96667H13.3V4C13.3 3.65022 13.0164 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM5.96665 10.6667C5.96665 10.2801 6.28006 9.96667 6.66665 9.96667H9.33332C9.71992 9.96667 10.0333 10.2801 10.0333 10.6667C10.0333 11.0533 9.71992 11.3667 9.33332 11.3667H6.66665C6.28006 11.3667 5.96665 11.0533 5.96665 10.6667Z", fill: "currentColor", }), }), - Tl = (e) => - kt("svg", { + Ll = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.2059 1.96667 13.7231 2.18089 14.1044 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V8.66667C14.7 9.05326 14.3866 9.36667 14 9.36667C13.6134 9.36667 13.3 9.05326 13.3 8.66667V7.36667H2.69999V13.3333C2.69999 13.5013 2.76671 13.6624 2.88549 13.7812C3.00426 13.8999 3.16535 13.9667 3.33332 13.9667H8.66665C9.05325 13.9667 9.36665 14.2801 9.36665 14.6667C9.36665 15.0533 9.05325 15.3667 8.66665 15.3667H3.33332C2.79405 15.3667 2.27686 15.1524 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3333V4C1.29999 3.46073 1.51421 2.94354 1.89554 2.56222C2.27686 2.18089 2.79405 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C3.16535 3.36667 3.00426 3.43339 2.88549 3.55217C2.76671 3.67094 2.69999 3.83203 2.69999 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9957 3.43339 12.8346 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM9.96665 12.6667C9.96665 12.2801 10.2801 11.9667 10.6667 11.9667H14.6667C15.0533 11.9667 15.3667 12.2801 15.3667 12.6667C15.3667 13.0533 15.0533 13.3667 14.6667 13.3667H10.6667C10.2801 13.3667 9.96665 13.0533 9.96665 12.6667Z", fill: "currentColor", }), }), - Nl = (e) => - kt("svg", { + bl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838387 0.838358C1.11175 0.564991 1.55497 0.564991 1.82834 0.838358L3.28372 2.29374C3.29149 2.30116 3.2991 2.30877 3.30655 2.31657L7.16145 6.17147C7.16131 6.17133 7.1616 6.17162 7.16145 6.17147L14.3634 13.3735C14.3713 13.3809 14.3789 13.3886 14.3864 13.3964L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13.9325 14.9224C13.8805 14.9639 13.8263 15.003 13.7701 15.0395C13.4419 15.2522 13.0593 15.3658 12.6682 15.3667L12.6667 15.3667H3.33336C2.79409 15.3667 2.2769 15.1524 1.89558 14.7711C1.51425 14.3898 1.30003 13.8726 1.30003 13.3333V3.9884C1.30649 3.59849 1.42503 3.21867 1.64134 2.89421C1.67623 2.84187 1.71344 2.79133 1.75279 2.74271L0.838387 1.82831C0.56502 1.55494 0.56502 1.11173 0.838387 0.838358ZM2.76089 3.75081C2.72303 3.83067 2.70217 3.91788 2.70003 4.00687V5.96667H4.97675L2.76089 3.75081ZM6.37675 7.36667H2.70003V13.3333C2.70003 13.5013 2.76675 13.6624 2.88553 13.7812C3.0043 13.8999 3.16539 13.9667 3.33336 13.9667H12.666C12.7545 13.9664 12.8416 13.9475 12.9218 13.9118L6.37675 7.36667ZM9.96669 1.96667V1.33333C9.96669 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.206 1.96667 13.7232 2.18089 14.1045 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V10.3333C14.7 10.7199 14.3866 11.0333 14 11.0333C13.6134 11.0333 13.3 10.7199 13.3 10.3333V7.36667H10.3334C9.94676 7.36667 9.63336 7.05327 9.63336 6.66667C9.63336 6.28007 9.94676 5.96667 10.3334 5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9958 3.43339 12.8347 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96669 4.3866 9.96669 4V3.36667H6.33336C5.94676 3.36667 5.63336 3.05327 5.63336 2.66667C5.63336 2.28007 5.94676 1.96667 6.33336 1.96667H9.96669Z", fill: "currentColor", }), }), - xl = (e) => - kt("svg", { + Ml = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633333C5.71992 0.633333 6.03332 0.946734 6.03332 1.33333V1.96667H9.96665V1.33333C9.96665 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7896 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96667 3.33332 1.96667H4.63332V1.33333C4.63332 0.946734 4.94672 0.633333 5.33332 0.633333ZM4.63332 3.36667H3.33332C2.98354 3.36667 2.69999 3.65022 2.69999 4V5.96667H13.3V4C13.3 3.65022 13.0164 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96665 4.3866 9.96665 4V3.36667H6.03332V4C6.03332 4.3866 5.71992 4.7 5.33332 4.7C4.94672 4.7 4.63332 4.3866 4.63332 4V3.36667ZM13.3 7.36667H2.69999V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM7.99999 8.63333C8.38659 8.63333 8.69999 8.94673 8.69999 9.33333V9.96667H9.33332C9.71992 9.96667 10.0333 10.2801 10.0333 10.6667C10.0333 11.0533 9.71992 11.3667 9.33332 11.3667H8.69999V12C8.69999 12.3866 8.38659 12.7 7.99999 12.7C7.61339 12.7 7.29999 12.3866 7.29999 12V11.3667H6.66665C6.28006 11.3667 5.96665 11.0533 5.96665 10.6667C5.96665 10.2801 6.28006 9.96667 6.66665 9.96667H7.29999V9.33333C7.29999 8.94673 7.61339 8.63333 7.99999 8.63333Z", fill: "currentColor", }), }), - _l = (e) => - kt("svg", { + Hl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.206 1.96667 13.7232 2.18089 14.1045 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V8.66667C14.7 9.05326 14.3866 9.36667 14 9.36667C13.6135 9.36667 13.3 9.05326 13.3 8.66667V7.36667H2.70005V13.3333C2.70005 13.5013 2.76677 13.6624 2.88555 13.7812C3.00432 13.8999 3.16541 13.9667 3.33338 13.9667H8.66672C9.05331 13.9667 9.36672 14.2801 9.36672 14.6667C9.36672 15.0533 9.05331 15.3667 8.66672 15.3667H3.33338C2.79411 15.3667 2.27692 15.1524 1.8956 14.7711C1.51427 14.3898 1.30005 13.8726 1.30005 13.3333V4C1.30005 3.46073 1.51427 2.94354 1.8956 2.56222C2.27692 2.18089 2.79411 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C3.16541 3.36667 3.00432 3.43339 2.88555 3.55217C2.76677 3.67094 2.70005 3.83203 2.70005 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9958 3.43339 12.8347 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM12.6667 9.96667C13.0533 9.96667 13.3667 10.2801 13.3667 10.6667V11.9667H14.6667C15.0533 11.9667 15.3667 12.2801 15.3667 12.6667C15.3667 13.0533 15.0533 13.3667 14.6667 13.3667H13.3667V14.6667C13.3667 15.0533 13.0533 15.3667 12.6667 15.3667C12.2801 15.3667 11.9667 15.0533 11.9667 14.6667V13.3667H10.6667C10.2801 13.3667 9.96672 13.0533 9.96672 12.6667C9.96672 12.2801 10.2801 11.9667 10.6667 11.9667H11.9667V10.6667C11.9667 10.2801 12.2801 9.96667 12.6667 9.96667Z", fill: "currentColor", }), }), - Al = (e) => - kt("svg", { + El = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7897 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V4C1.30005 2.87702 2.2104 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C2.9836 3.36667 2.70005 3.65022 2.70005 4V5.96667H13.3V4C13.3 3.65022 13.0165 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM13.3 7.36667H2.70005V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM3.96672 9.33333C3.96672 8.94673 4.28012 8.63333 4.66672 8.63333H4.67338C5.05998 8.63333 5.37338 8.94673 5.37338 9.33333C5.37338 9.71993 5.05998 10.0333 4.67338 10.0333H4.66672C4.28012 10.0333 3.96672 9.71993 3.96672 9.33333ZM6.63338 9.33333C6.63338 8.94673 6.94678 8.63333 7.33338 8.63333H11.3334C11.72 8.63333 12.0334 8.94673 12.0334 9.33333C12.0334 9.71993 11.72 10.0333 11.3334 10.0333H7.33338C6.94678 10.0333 6.63338 9.71993 6.63338 9.33333ZM3.96672 12C3.96672 11.6134 4.28012 11.3 4.66672 11.3H8.66672C9.05331 11.3 9.36672 11.6134 9.36672 12C9.36672 12.3866 9.05331 12.7 8.66672 12.7H4.66672C4.28012 12.7 3.96672 12.3866 3.96672 12ZM10.6334 12C10.6334 11.6134 10.9468 11.3 11.3334 11.3H11.34C11.7266 11.3 12.04 11.6134 12.04 12C12.04 12.3866 11.7266 12.7 11.34 12.7H11.3334C10.9468 12.7 10.6334 12.3866 10.6334 12Z", fill: "currentColor", }), }), - Zl = (e) => - kt("svg", { + Rl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.206 1.96667 13.7232 2.18089 14.1045 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V8C14.7 8.3866 14.3866 8.7 14 8.7C13.6135 8.7 13.3 8.3866 13.3 8V7.36667H2.70005V13.3333C2.70005 13.5013 2.76677 13.6624 2.88555 13.7812C3.00432 13.8999 3.16541 13.9667 3.33338 13.9667H8.33338C8.71998 13.9667 9.03338 14.2801 9.03338 14.6667C9.03338 15.0533 8.71998 15.3667 8.33338 15.3667H3.33338C2.79411 15.3667 2.27692 15.1524 1.8956 14.7711C1.51427 14.3898 1.30005 13.8726 1.30005 13.3333V4C1.30005 3.46073 1.51427 2.94354 1.8956 2.56222C2.27692 2.18089 2.79411 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C3.16541 3.36667 3.00432 3.43339 2.88555 3.55217C2.76677 3.67094 2.70005 3.83203 2.70005 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9958 3.43339 12.8347 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM12 10.7C11.2821 10.7 10.7 11.282 10.7 12C10.7 12.718 11.2821 13.3 12 13.3C12.718 13.3 13.3 12.718 13.3 12C13.3 11.282 12.718 10.7 12 10.7ZM9.30005 12C9.30005 10.5088 10.5089 9.3 12 9.3C13.4912 9.3 14.7 10.5088 14.7 12C14.7 12.4915 14.5687 12.9523 14.3393 13.3493L15.1617 14.1717C15.4351 14.4451 15.4351 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13.3493 14.3392C12.9523 14.5687 12.4915 14.7 12 14.7C10.5089 14.7 9.30005 13.4912 9.30005 12Z", fill: "currentColor", }), }), - Il = (e) => - kt("svg", { + yl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.206 1.96667 13.7232 2.18089 14.1045 2.56222C14.4858 2.94354 14.7 3.46073 14.7 4V8.66667C14.7 9.05326 14.3866 9.36667 14 9.36667C13.6135 9.36667 13.3 9.05326 13.3 8.66667V7.36667H2.70005V13.3333C2.70005 13.5013 2.76677 13.6624 2.88555 13.7812C3.00432 13.8999 3.16541 13.9667 3.33338 13.9667H8.66672C9.05331 13.9667 9.36672 14.2801 9.36672 14.6667C9.36672 15.0533 9.05331 15.3667 8.66672 15.3667H3.33338C2.79411 15.3667 2.27692 15.1524 1.8956 14.7711C1.51427 14.3898 1.30005 13.8726 1.30005 13.3333V4C1.30005 3.46073 1.51427 2.94354 1.8956 2.56222C2.27692 2.18089 2.79411 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C3.16541 3.36667 3.00432 3.43339 2.88555 3.55217C2.76677 3.67094 2.70005 3.83203 2.70005 4V5.96667H13.3V4C13.3 3.83203 13.2333 3.67094 13.1145 3.55217C12.9958 3.43339 12.8347 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM10.8384 10.8384C11.1118 10.565 11.555 10.565 11.8284 10.8384L13 12.01L14.1717 10.8384C14.4451 10.565 14.8883 10.565 15.1617 10.8384C15.4351 11.1117 15.4351 11.5549 15.1617 11.8283L13.99 13L15.1617 14.1717C15.4351 14.4451 15.4351 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13 13.9899L11.8284 15.1616C11.555 15.435 11.1118 15.435 10.8384 15.1616C10.565 14.8883 10.565 14.4451 10.8384 14.1717L12.0101 13L10.8384 11.8283C10.565 11.5549 10.565 11.1117 10.8384 10.8384Z", fill: "currentColor", }), }), - kl = (e) => - kt("svg", { + Vl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33338 0.633333C5.71998 0.633333 6.03338 0.946734 6.03338 1.33333V1.96667H9.96672V1.33333C9.96672 0.946734 10.2801 0.633333 10.6667 0.633333C11.0533 0.633333 11.3667 0.946734 11.3667 1.33333V1.96667H12.6667C13.7897 1.96667 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V4C1.30005 2.87702 2.2104 1.96667 3.33338 1.96667H4.63338V1.33333C4.63338 0.946734 4.94678 0.633333 5.33338 0.633333ZM4.63338 3.36667H3.33338C2.9836 3.36667 2.70005 3.65022 2.70005 4V5.96667H13.3V4C13.3 3.65022 13.0165 3.36667 12.6667 3.36667H11.3667V4C11.3667 4.3866 11.0533 4.7 10.6667 4.7C10.2801 4.7 9.96672 4.3866 9.96672 4V3.36667H6.03338V4C6.03338 4.3866 5.71998 4.7 5.33338 4.7C4.94678 4.7 4.63338 4.3866 4.63338 4V3.36667ZM13.3 7.36667H2.70005V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V7.36667ZM6.17174 8.83836C6.44511 8.56499 6.88832 8.56499 7.16169 8.83836L8.00005 9.67672L8.83841 8.83836C9.11177 8.56499 9.55499 8.56499 9.82836 8.83836C10.1017 9.11172 10.1017 9.55494 9.82836 9.82831L8.99 10.6667L9.82836 11.505C10.1017 11.7784 10.1017 12.2216 9.82836 12.495C9.55499 12.7683 9.11177 12.7683 8.83841 12.495L8.00005 11.6566L7.16169 12.495C6.88832 12.7683 6.44511 12.7683 6.17174 12.495C5.89837 12.2216 5.89837 11.7784 6.17174 11.505L7.0101 10.6667L6.17174 9.82831C5.89837 9.55494 5.89837 9.11172 6.17174 8.83836Z", fill: "currentColor", }), }), - Ol = (e) => - kt("svg", { + Tl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.79555 2.21854C5.92854 2.05894 6.12555 1.96667 6.3333 1.96667H9.66663C9.87438 1.96667 10.0714 2.05894 10.2044 2.21854L11.6612 3.96667H13.3333C13.8726 3.96667 14.3898 4.18089 14.7711 4.56222C15.1524 4.94354 15.3666 5.46073 15.3666 6V12C15.3666 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0565 0.633301 12.5393 0.633301 12V6C0.633301 5.46073 0.847526 4.94354 1.22885 4.56222C1.61017 4.18089 2.12736 3.96667 2.66663 3.96667H4.33877L5.79555 2.21854ZM6.66116 3.36667L5.20439 5.1148C5.07139 5.27439 4.87438 5.36667 4.66663 5.36667H2.66663C2.49866 5.36667 2.33757 5.43339 2.2188 5.55217C2.10003 5.67094 2.0333 5.83203 2.0333 6V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.3291 13.9666 12.168 13.9666 12V6C13.9666 5.83203 13.8999 5.67094 13.7811 5.55217C13.6624 5.43339 13.5013 5.36667 13.3333 5.36667H11.3333C11.1256 5.36667 10.9285 5.27439 10.7955 5.1148L9.33877 3.36667H6.66116ZM7.99997 7.36667C7.282 7.36667 6.69997 7.9487 6.69997 8.66667C6.69997 9.38464 7.282 9.96667 7.99997 9.96667C8.71794 9.96667 9.29997 9.38464 9.29997 8.66667C9.29997 7.9487 8.71794 7.36667 7.99997 7.36667ZM5.29997 8.66667C5.29997 7.1755 6.5088 5.96667 7.99997 5.96667C9.49114 5.96667 10.7 7.1755 10.7 8.66667C10.7 10.1578 9.49114 11.3667 7.99997 11.3667C6.5088 11.3667 5.29997 10.1578 5.29997 8.66667Z", fill: "currentColor", }), }), - Bl = (e) => - kt("svg", { + Sl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838358C1.11169 0.564991 1.55491 0.564991 1.82828 0.838358L5.16128 4.17137C5.1615 4.17158 5.16172 4.1718 5.16193 4.17202L13.8279 12.838C13.8282 12.8382 13.8284 12.8385 13.8286 12.8387L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L13.0434 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0565 0.633301 12.5393 0.633301 12V6C0.633301 5.46073 0.847526 4.94354 1.22885 4.56222C1.61017 4.18089 2.12736 3.96667 2.66663 3.96667H2.97668L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.838358ZM4.37668 5.36667H2.66663C2.49866 5.36667 2.33757 5.43339 2.2188 5.55217C2.10003 5.67094 2.0333 5.83203 2.0333 6V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H11.6434L9.74393 10.7339C9.5359 10.9168 9.30058 11.067 9.04602 11.1787C8.71556 11.3237 8.35937 11.401 7.99852 11.4061C7.63766 11.4111 7.27947 11.3437 6.9451 11.2079C6.61073 11.0721 6.30697 10.8707 6.05179 10.6155C5.7966 10.3603 5.59516 10.0566 5.45938 9.7222C5.32359 9.38783 5.25622 9.02963 5.26124 8.66878C5.26625 8.30793 5.34356 7.95174 5.48859 7.62128C5.60031 7.36672 5.75047 7.1314 5.93339 6.92337L4.37668 5.36667ZM6.92759 7.91758C6.865 7.99959 6.81223 8.08896 6.77057 8.1839C6.70074 8.34301 6.66352 8.5145 6.6611 8.68825C6.65868 8.86199 6.69112 9.03446 6.7565 9.19545C6.82188 9.35645 6.91887 9.5027 7.04174 9.62556C7.1646 9.74843 7.31086 9.84542 7.47185 9.9108C7.63284 9.97618 7.80531 10.0086 7.97905 10.0062C8.15279 10.0038 8.32429 9.96656 8.4834 9.89673C8.57834 9.85507 8.66771 9.8023 8.74972 9.73971L6.92759 7.91758ZM5.6333 2.66667C5.6333 2.28007 5.9467 1.96667 6.3333 1.96667H9.66663C9.87438 1.96667 10.0714 2.05894 10.2044 2.21854L11.6612 3.96667H13.3333C13.8726 3.96667 14.3898 4.18089 14.7711 4.56222C15.1524 4.94354 15.3666 5.46073 15.3666 6V11C15.3666 11.3866 15.0532 11.7 14.6666 11.7C14.28 11.7 13.9666 11.3866 13.9666 11V6C13.9666 5.83203 13.8999 5.67094 13.7811 5.55217C13.6624 5.43339 13.5013 5.36667 13.3333 5.36667H11.3333C11.1256 5.36667 10.9285 5.27439 10.7955 5.1148L9.33877 3.36667H6.3333C5.9467 3.36667 5.6333 3.05327 5.6333 2.66667Z", fill: "currentColor", }), }), - Dl = (e) => - kt("svg", { + Nl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 1.3C2.38665 1.3 2.70005 1.6134 2.70005 2V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V2C1.30005 1.6134 1.61345 1.3 2.00005 1.3ZM11.3334 1.3C11.72 1.3 12.0334 1.6134 12.0334 2V2.63373C12.7728 2.65143 13.3667 3.25635 13.3667 4V8C13.3667 8.74365 12.7728 9.34857 12.0334 9.36627V10.6667C12.0334 11.0533 11.72 11.3667 11.3334 11.3667C10.9468 11.3667 10.6334 11.0533 10.6334 10.6667V9.36627C9.89399 9.34857 9.30005 8.74365 9.30005 8V4C9.30005 3.25635 9.89399 2.65143 10.6334 2.63373V2C10.6334 1.6134 10.9468 1.3 11.3334 1.3ZM10.7 4.03333V7.96667H11.9667V4.03333H10.7ZM6.00005 2.63333C6.38665 2.63333 6.70005 2.94673 6.70005 3.33333V5.3004C7.43944 5.3181 8.03338 5.92302 8.03338 6.66667V9.33333C8.03338 10.077 7.43944 10.6819 6.70005 10.6996V11.3333C6.70005 11.7199 6.38665 12.0333 6.00005 12.0333C5.61345 12.0333 5.30005 11.7199 5.30005 11.3333V10.6996C4.56066 10.6819 3.96672 10.077 3.96672 9.33333V6.66667C3.96672 5.92302 4.56066 5.3181 5.30005 5.3004V3.33333C5.30005 2.94673 5.61345 2.63333 6.00005 2.63333ZM5.36672 6.7V9.3H6.63338V6.7H5.36672Z", fill: "currentColor", }), }), - Pl = (e) => - kt("svg", { + xl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1794 2.07116L12.4437 4.32407C12.4481 4.33186 12.4523 4.3397 12.4564 4.34758C12.5356 4.49203 12.5972 4.64592 12.6395 4.80595C12.7081 5.0652 12.7247 5.33544 12.6883 5.60113C12.652 5.86681 12.5635 6.12269 12.4279 6.35402C12.3856 6.42608 12.358 6.50577 12.3467 6.58853C12.3354 6.67128 12.3406 6.75546 12.3619 6.83621C12.3833 6.91695 12.4204 6.99268 12.4711 7.05903C12.5219 7.12538 12.5852 7.18104 12.6575 7.2228C12.7299 7.26457 12.8098 7.29161 12.8926 7.30238C12.9754 7.31314 13.0596 7.30742 13.1402 7.28553C13.2208 7.26365 13.2963 7.22604 13.3623 7.17486C13.4283 7.12369 13.4835 7.05996 13.5248 6.98735L13.527 6.98353C13.9646 6.22492 14.083 5.32352 13.8561 4.47763C13.6291 3.63174 13.0754 2.91066 12.3168 2.473C11.9621 2.26836 11.5762 2.13353 11.1794 2.07116ZM10.2808 3.33067L9.6428 2.19384C9.02744 2.39449 8.48679 2.77091 8.08586 3.27317L8.74271 4.58688L8.91236 4.3098C9.0442 4.08121 9.21931 3.88042 9.42793 3.71868C9.63986 3.55439 9.8822 3.43363 10.141 3.36337C10.1873 3.35081 10.2339 3.33991 10.2808 3.33067ZM7.88108 5.99411L7.21067 4.65329L6.06158 6.5239L6.69861 7.92535L7.88108 5.99411ZM5.816 9.36686L5.17774 7.96271L4.0492 9.79987L4.72424 11.1499L5.816 9.36686ZM5.20078 13.0527C5.24731 12.9978 5.28471 12.9363 5.31214 12.8708L10.1116 5.03219C10.1156 5.02574 10.1194 5.01922 10.1232 5.01265C10.1645 4.94004 10.2197 4.87631 10.2857 4.82514C10.3517 4.77396 10.4272 4.73635 10.5078 4.71447C10.5884 4.69258 10.6725 4.68686 10.7554 4.69762C10.8382 4.70839 10.9181 4.73543 10.9904 4.77719C11.0627 4.81896 11.1261 4.87462 11.1768 4.94096C11.2276 5.00731 11.2647 5.08304 11.286 5.16379C11.3074 5.24454 11.3125 5.32872 11.3012 5.41147C11.2899 5.49422 11.2623 5.57392 11.2201 5.64598C11.0845 5.87731 10.996 6.13319 10.9596 6.39887C10.9233 6.66455 10.9399 6.9348 11.0084 7.19405C11.077 7.4533 11.1961 7.69643 11.359 7.90944C11.5219 8.12246 11.7253 8.30115 11.9575 8.43523C12.1898 8.56931 12.4462 8.65613 12.7121 8.6907C12.9781 8.72526 13.2482 8.70688 13.507 8.63663C13.7658 8.56637 14.0081 8.44561 14.22 8.28131C14.4313 8.11751 14.6082 7.91365 14.7406 7.68141C15.363 6.60154 15.5312 5.31872 15.2083 4.11485C14.8851 2.91034 14.0967 1.88354 13.0165 1.26034C11.9362 0.637129 10.6527 0.468565 9.44817 0.791726C8.34477 1.08776 7.3905 1.77421 6.759 2.71776C6.69432 2.78585 6.64476 2.86568 6.61213 2.95179C6.60762 2.95945 6.60314 2.96714 6.59868 2.97484L4.72979 6.01721C4.68596 6.06964 4.6503 6.12797 4.62361 6.19006L0.870194 12.3003C0.866321 12.3066 0.862548 12.3129 0.858877 12.3194C0.589957 12.79 0.519001 13.3481 0.661617 13.8711C0.804233 14.394 1.14874 14.8388 1.61935 15.1078C2.08996 15.3767 2.64812 15.4476 3.17105 15.305C3.42998 15.2344 3.67246 15.1135 3.88465 14.9492C4.09376 14.7872 4.26942 14.5863 4.40191 14.3574L5.20078 13.0527ZM3.86261 12.5572L3.18631 11.2046L2.06997 13.0219C1.98894 13.1684 1.96816 13.3409 2.01229 13.5027C2.05721 13.6674 2.16572 13.8075 2.31394 13.8922C2.46217 13.9769 2.63798 13.9993 2.80269 13.9544C2.88424 13.9321 2.96062 13.894 3.02745 13.8423C3.09428 13.7905 3.15027 13.7261 3.19221 13.6527C3.19571 13.6466 3.19931 13.6405 3.203 13.6345L3.86261 12.5572Z", fill: "currentColor", }), }), - Fl = (e) => - kt("svg", { + _l = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0248 0.704963C11.2204 0.608981 11.4494 0.609484 11.6445 0.706321L12.5612 1.16134C12.7395 1.25104 12.9361 1.29849 13.1357 1.3H14C14.3866 1.3 14.7 1.6134 14.7 2V2.86667C14.7 3.07349 14.745 3.26376 14.8301 3.42236C14.8336 3.42889 14.837 3.43548 14.8403 3.44212L15.2936 4.35545C15.3905 4.55055 15.391 4.77961 15.295 4.97513C15.199 5.17065 15.0175 5.31036 14.8039 5.35307L12.4074 5.83238C12.5967 6.3087 12.6927 6.81711 12.6902 7.32996C12.6875 7.85865 12.58 8.38155 12.374 8.86845C12.1685 9.35423 11.8689 9.79455 11.4925 10.1641L10.164 11.4925C9.79452 11.8689 9.3542 12.1685 8.86842 12.3741C8.38152 12.5801 7.85861 12.6875 7.32993 12.6902C6.81708 12.6928 6.30867 12.5967 5.83235 12.4074L5.35304 14.8039C5.31032 15.0175 5.17062 15.1991 4.9751 15.295C4.77958 15.391 4.55052 15.3905 4.35542 15.2937L3.44208 14.8403L3.4387 14.8387C3.26041 14.749 3.06387 14.7015 2.86431 14.7H1.99997C1.61337 14.7 1.29997 14.3866 1.29997 14V13.1357C1.29846 12.9361 1.25102 12.7396 1.16131 12.5613L1.15961 12.5579L0.706289 11.6445C0.609451 11.4494 0.608949 11.2204 0.70493 11.0249C0.800912 10.8293 0.982438 10.6896 1.19602 10.6469L3.59256 10.1676C3.40325 9.6913 3.30719 9.18289 3.30978 8.67003C3.31245 8.14135 3.4199 7.61845 3.62591 7.13155C3.83145 6.6458 4.13101 6.2055 4.50736 5.83599L5.83596 4.50739C6.20547 4.13104 6.64576 3.83148 7.13152 3.62595C7.61841 3.41993 8.14132 3.31248 8.67 3.30981C9.18285 3.30722 9.69127 3.40328 10.1676 3.59259L10.6469 1.19605C10.6896 0.982471 10.8293 0.800944 11.0248 0.704963ZM11.6008 4.56597C11.5738 4.53738 11.5465 4.50916 11.5186 4.48134C11.4908 4.45351 11.4626 4.42612 11.434 4.39916L11.8405 2.36657L11.932 2.41199C11.9326 2.41229 11.9333 2.4126 11.9339 2.41291C12.3049 2.59921 12.7139 2.69745 13.129 2.69999L13.3 2.7V2.86667C13.3 3.26946 13.3867 3.68852 13.5908 4.07367L13.6334 4.15945L11.6008 4.56597ZM8.6333 4.71039C8.30459 4.71758 7.9801 4.78706 7.67706 4.91528C7.56997 4.96059 7.46628 5.01293 7.36663 5.07187V11.2896C7.69534 11.2824 8.01984 11.2129 8.32288 11.0847C8.42996 11.0394 8.53365 10.9871 8.6333 10.9281V4.71039ZM10.0333 9.64338V5.08353C10.2131 5.19201 10.3795 5.32211 10.5287 5.47128C10.7717 5.71428 10.9641 6.00304 11.0948 6.32086C11.2255 6.63867 11.2919 6.97925 11.2902 7.32289C11.2884 7.66654 11.2186 8.00643 11.0847 8.32291C10.9508 8.63939 10.7555 8.92619 10.51 9.16672L10.0333 9.64338ZM5.96663 10.9165V6.35662L5.48994 6.83331C5.2445 7.07384 5.04916 7.36061 4.91525 7.67709C4.78134 7.99357 4.7115 8.33346 4.70976 8.6771C4.70803 9.02075 4.77443 9.36132 4.90514 9.67914C5.03584 9.99696 5.22826 10.2857 5.47125 10.5287C5.62042 10.6779 5.78684 10.808 5.96663 10.9165ZM4.39913 11.434L2.36654 11.8405L2.41195 11.9321C2.41226 11.9327 2.41257 11.9333 2.41288 11.9339C2.59918 12.3049 2.69742 12.7139 2.69995 13.1291L2.69998 13.1333L2.69997 13.3H2.8709C3.2861 13.3025 3.69512 13.4008 4.06615 13.5871C4.06673 13.5874 4.06732 13.5877 4.0679 13.588L4.15942 13.6334L4.56594 11.6008C4.53734 11.5739 4.50913 11.5465 4.4813 11.5187C4.45348 11.4908 4.42608 11.4626 4.39913 11.434Z", fill: "currentColor", }), }), - Ul = (e) => - kt("svg", { + Al = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838358C1.11169 0.564991 1.55491 0.564991 1.82828 0.838358L7.16139 6.17147C7.16125 6.17133 7.16154 6.17162 7.16139 6.17147L9.82796 8.83805C9.82775 8.83784 9.82817 8.83825 9.82796 8.83805L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L10.3333 11.3233L10.1566 11.5C9.40392 12.2376 8.39052 12.6484 7.33667 12.643C6.81995 12.6404 6.31397 12.5379 5.84459 12.3462L5.35304 14.8039C5.31026 15.0178 5.17021 15.1996 4.97427 15.2954C4.77833 15.3913 4.5489 15.3904 4.35377 15.2929L3.44243 14.8375C3.2621 14.7473 3.06294 14.7001 2.8613 14.7C2.86121 14.7 2.86139 14.7 2.8613 14.7H1.99997C1.61337 14.7 1.29997 14.3866 1.29997 14L1.29997 13.1389C1.29997 13.1389 1.29997 13.139 1.29997 13.1389C1.29984 12.9373 1.25282 12.7382 1.1626 12.5578L0.70711 11.6462C0.609615 11.4511 0.608659 11.2216 0.704525 11.0257C0.800392 10.8298 0.982121 10.6897 1.19602 10.6469L3.65376 10.1554C3.46207 9.68599 3.35953 9.18002 3.35692 8.6633C3.3516 7.60945 3.76239 6.59607 4.50002 5.84338L4.50497 5.83833L4.67668 5.66667L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.838358ZM5.66663 6.65662L5.49757 6.82568C5.01958 7.31468 4.75345 7.97234 4.7569 8.65623C4.76036 9.34123 5.03401 9.9972 5.51839 10.4816C5.65519 10.6184 5.80568 10.7384 5.96663 10.8402V6.95662L5.66663 6.65662ZM7.36663 8.35662V11.2431C7.81412 11.2414 8.24968 11.1244 8.6333 10.9082V9.62328L7.36663 8.35662ZM4.47646 11.4186L2.36899 11.8401L2.41467 11.9315C2.41462 11.9314 2.41472 11.9316 2.41467 11.9315C2.60202 12.3061 2.6998 12.7195 2.69997 13.1384V13.3H2.8613C3.28017 13.3002 3.69354 13.3978 4.06817 13.5851L4.15991 13.631L4.5814 11.5235C4.56361 11.5064 4.54595 11.489 4.52844 11.4715C4.51094 11.454 4.49361 11.4364 4.47646 11.4186ZM11.0257 0.704558C11.2216 0.608691 11.451 0.609647 11.6462 0.707143L12.5575 1.16248C12.7378 1.25269 12.937 1.29988 13.1386 1.3C13.1386 1.3 13.1387 1.3 13.1386 1.3H14C14.3866 1.3 14.7 1.6134 14.7 2V2.86105C14.7 2.86096 14.7 2.86115 14.7 2.86105C14.7001 3.06269 14.7471 3.26182 14.8373 3.44215L15.2928 4.3538C15.3903 4.54893 15.3913 4.77836 15.2954 4.9743C15.1995 5.17024 15.0178 5.31029 14.8039 5.35307L12.377 5.83845C12.4308 5.972 12.4776 6.10872 12.5168 6.24806C12.7026 6.90707 12.7161 7.60276 12.5559 8.26846C12.4654 8.64433 12.0874 8.87569 11.7115 8.78523C11.3356 8.69477 11.1043 8.31674 11.1947 7.94087C11.2988 7.50829 11.2901 7.05621 11.1694 6.62797C11.0486 6.19972 10.8199 5.80966 10.5052 5.49517C10.3624 5.3523 10.2037 5.22676 10.0333 5.1214V5.562C10.0333 5.9486 9.7199 6.262 9.3333 6.262C8.9467 6.262 8.6333 5.9486 8.6333 5.562V4.73333C8.44059 4.73583 8.24798 4.75977 8.05909 4.80523C7.68323 4.89569 7.30519 4.66433 7.21473 4.28846C7.12427 3.91259 7.35564 3.53456 7.73151 3.4441C8.3972 3.28388 9.09289 3.29732 9.75191 3.48313C9.89125 3.52241 10.028 3.56913 10.1615 3.62295L10.6469 1.19605C10.6897 0.982153 10.8297 0.800424 11.0257 0.704558ZM11.5621 4.57372L13.6309 4.15994L13.5853 4.06851C13.5852 4.06841 13.5853 4.06862 13.5853 4.06851C13.3979 3.69388 13.3001 3.28048 13.3 2.86161V2.7H13.1386C12.7198 2.69983 12.3064 2.60221 11.9318 2.41486L11.84 2.36902L11.4262 4.43792C11.4495 4.46006 11.4724 4.48249 11.4951 4.50522C11.5177 4.5278 11.54 4.55064 11.5621 4.57372Z", fill: "currentColor", }), }), - zl = (e) => - kt("svg", { + Zl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.55998 0.913333C8.42778 0.737069 8.22031 0.633333 7.99998 0.633333C7.77965 0.633333 7.57218 0.737069 7.43998 0.913333C6.60798 2.02267 6.20084 3.31651 6.04515 4.62242C5.6801 4.38767 5.28248 4.17201 4.87057 3.98665C3.97841 3.58518 2.96187 3.3 1.99998 3.3C1.61338 3.3 1.29998 3.6134 1.29998 4C1.29998 4.90105 1.83431 5.88926 2.39084 6.65984C2.63953 7.00419 2.91627 7.33717 3.19801 7.63596C2.92511 7.74508 2.65626 7.87458 2.4068 8.0149C2.03709 8.22286 1.67581 8.47331 1.37539 8.75495C1.08254 9.0295 0.804041 9.37423 0.669238 9.77864C0.554111 10.124 0.722947 10.5 1.05757 10.6434C2.19099 11.1292 3.18554 11.3244 3.94251 11.3907C3.47109 12.2849 3.29998 13.2337 3.29998 14C3.29998 14.3866 3.61338 14.7 3.99998 14.7C5.30137 14.7 6.40361 14.1812 7.30005 13.5295V14.6667C7.30005 15.0533 7.61345 15.3667 8.00005 15.3667C8.38665 15.3667 8.70005 15.0533 8.70005 14.6667V13.5296C9.59647 14.1813 10.6987 14.7 12 14.7C12.3866 14.7 12.7 14.3866 12.7 14C12.7 13.2337 12.5289 12.2849 12.0575 11.3907C12.8144 11.3244 13.809 11.1292 14.9424 10.6434C15.277 10.5 15.4459 10.124 15.3307 9.77864C15.1959 9.37423 14.9174 9.0295 14.6246 8.75495C14.3242 8.47331 13.9629 8.22286 13.5932 8.0149C13.3437 7.87458 13.0749 7.74508 12.802 7.63596C13.0837 7.33717 13.3604 7.00419 13.6091 6.65984C14.1657 5.88926 14.7 4.90105 14.7 4C14.7 3.6134 14.3866 3.3 14 3.3C13.0381 3.3 12.0216 3.58518 11.1294 3.98665C10.7175 4.17201 10.3199 4.38767 9.95481 4.62242C9.79912 3.31651 9.39199 2.02267 8.55998 0.913333ZM8.50058 11.5106C9.27857 12.2876 10.1824 12.9745 11.2239 13.2118C11.0907 12.5137 10.7706 11.7606 10.1717 11.1616C9.95356 10.9435 9.90392 10.6083 10.0495 10.3364C10.1505 10.1477 10.3289 10.0203 10.5297 9.98015C10.6171 9.9627 10.7086 9.96176 10.7999 9.97946L10.8046 9.98029C10.811 9.98139 10.8235 9.98345 10.8418 9.98607C10.8785 9.99131 10.9386 9.99881 11.0201 10.0054C11.1832 10.0186 11.4317 10.0283 11.7505 10.0095C12.2145 9.98225 12.8283 9.89477 13.5465 9.66972C13.366 9.51879 13.1473 9.37038 12.9068 9.2351C12.2878 8.88693 11.6612 8.7 11.3333 8.7C11.0248 8.7 10.7527 8.49808 10.6634 8.20285C10.574 7.90762 10.6884 7.58867 10.945 7.41756C11.3555 7.14394 11.9651 6.54508 12.4742 5.84016C12.7392 5.47316 12.9466 5.11907 13.0873 4.80274C12.6325 4.89862 12.1609 5.05771 11.7039 5.26334C10.9301 5.61154 10.2559 6.06736 9.82829 6.49497C9.62809 6.69517 9.32701 6.75506 9.06544 6.64672C8.80387 6.53837 8.63332 6.28312 8.63332 6C8.63332 4.81538 8.45531 3.68054 7.99998 2.69579C7.54466 3.68054 7.36665 4.81538 7.36665 6C7.36665 6.28312 7.1961 6.53837 6.93453 6.64672C6.67296 6.75506 6.37187 6.69517 6.17167 6.49497C5.74406 6.06736 5.06983 5.61154 4.29606 5.26334C3.8391 5.05771 3.36742 4.89862 2.9127 4.80274C3.05335 5.11907 3.26074 5.47316 3.52579 5.84016C4.03491 6.54508 4.6445 7.14394 5.05494 7.41756C5.3116 7.58867 5.426 7.90762 5.33661 8.20285C5.24722 8.49808 4.97512 8.7 4.66665 8.7C4.33873 8.7 3.71215 8.88693 3.09317 9.2351C2.85267 9.37038 2.63397 9.51879 2.45349 9.66972C3.17162 9.89477 3.78544 9.98225 4.24942 10.0095C4.56829 10.0283 4.81679 10.0186 4.97987 10.0054C5.06138 9.99881 5.12144 9.99131 5.15815 9.98607C5.1765 9.98345 5.18899 9.98139 5.19539 9.98029L5.20008 9.97946C5.29135 9.96176 5.38292 9.9627 5.47025 9.98015C5.67107 10.0203 5.8495 10.1477 5.95049 10.3364C6.09604 10.6083 6.04641 10.9435 5.82829 11.1616C5.22936 11.7606 4.90927 12.5137 4.77605 13.2118C5.82003 12.974 6.72575 12.2843 7.50501 11.505C7.52877 11.4813 7.55406 11.4594 7.58065 11.4395C7.69754 11.3519 7.84273 11.3 8.00005 11.3C8.19619 11.3 8.37349 11.3807 8.50058 11.5106Z", fill: "currentColor", }), }), - Gl = (e) => - kt("svg", { + Il = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 4.03333C2.9836 4.03333 2.70005 4.31689 2.70005 4.66667V11.3333C2.70005 11.6831 2.9836 11.9667 3.33338 11.9667H12.6667C13.0165 11.9667 13.3 11.6831 13.3 11.3333V4.66667C13.3 4.31689 13.0165 4.03333 12.6667 4.03333H3.33338ZM1.30005 4.66667C1.30005 3.54369 2.2104 2.63333 3.33338 2.63333H12.6667C13.7897 2.63333 14.7 3.54369 14.7 4.66667V11.3333C14.7 12.4563 13.7897 13.3667 12.6667 13.3667H3.33338C2.2104 13.3667 1.30005 12.4563 1.30005 11.3333V4.66667ZM3.96672 7.33333C3.96672 6.94673 4.28012 6.63333 4.66672 6.63333H6.00005C6.38665 6.63333 6.70005 6.94673 6.70005 7.33333C6.70005 7.71993 6.38665 8.03333 6.00005 8.03333H4.66672C4.28012 8.03333 3.96672 7.71993 3.96672 7.33333ZM7.96672 7.33333C7.96672 6.94673 8.28012 6.63333 8.66672 6.63333H11.3334C11.72 6.63333 12.0334 6.94673 12.0334 7.33333C12.0334 7.71993 11.72 8.03333 11.3334 8.03333H8.66672C8.28012 8.03333 7.96672 7.71993 7.96672 7.33333ZM3.96672 10C3.96672 9.6134 4.28012 9.3 4.66672 9.3H7.33338C7.71998 9.3 8.03338 9.6134 8.03338 10C8.03338 10.3866 7.71998 10.7 7.33338 10.7H4.66672C4.28012 10.7 3.96672 10.3866 3.96672 10ZM9.30005 10C9.30005 9.6134 9.61345 9.3 10 9.3H11.3334C11.72 9.3 12.0334 9.6134 12.0334 10C12.0334 10.3866 11.72 10.7 11.3334 10.7H10C9.61345 10.7 9.30005 10.3866 9.30005 10Z", fill: "currentColor", }), }), - $l = (e) => - kt("svg", { + kl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838358C1.11169 0.564991 1.55491 0.564991 1.82828 0.838358L3.82809 2.83817C3.82821 2.8383 3.82834 2.83842 3.82846 2.83854L7.82799 6.83807C7.82818 6.83826 7.82837 6.83845 7.82857 6.83865L13.1612 12.1713C13.1615 12.1716 13.1617 12.1718 13.162 12.1721L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L12.3767 13.3667H3.3333C2.79403 13.3667 2.27684 13.1524 1.89552 12.7711C1.51419 12.3898 1.29997 11.8726 1.29997 11.3333V4.66667C1.29997 4.12739 1.51419 3.61021 1.89552 3.22888C1.9532 3.1712 2.01399 3.11734 2.07749 3.06747L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.838358ZM3.09138 4.08136C3.01509 4.11289 2.94497 4.15933 2.88547 4.21883C2.76669 4.3376 2.69997 4.4987 2.69997 4.66667V11.3333C2.69997 11.5013 2.76669 11.6624 2.88547 11.7812C3.00424 11.8999 3.16533 11.9667 3.3333 11.9667H10.9767L7.04335 8.03333H4.66663C4.28003 8.03333 3.96663 7.71993 3.96663 7.33333C3.96663 6.94673 4.28003 6.63333 4.66663 6.63333H5.64335L3.09138 4.08136ZM6.29997 3.33333C6.29997 2.94673 6.61337 2.63333 6.99997 2.63333H12.6666C13.2059 2.63333 13.7231 2.84756 14.1044 3.22888C14.4857 3.61021 14.7 4.12739 14.7 4.66667V10.3333C14.7 10.7199 14.3866 11.0333 14 11.0333C13.6134 11.0333 13.3 10.7199 13.3 10.3333V4.66667C13.3 4.4987 13.2332 4.33761 13.1145 4.21883C12.9957 4.10006 12.8346 4.03333 12.6666 4.03333H6.99997C6.61337 4.03333 6.29997 3.71993 6.29997 3.33333ZM10.3 7.33333C10.3 6.94673 10.6134 6.63333 11 6.63333H11.3333C11.7199 6.63333 12.0333 6.94673 12.0333 7.33333C12.0333 7.71993 11.7199 8.03333 11.3333 8.03333H11C10.6134 8.03333 10.3 7.71993 10.3 7.33333ZM3.96663 10C3.96663 9.6134 4.28003 9.3 4.66663 9.3H6.3333C6.7199 9.3 7.0333 9.6134 7.0333 10C7.0333 10.3866 6.7199 10.7 6.3333 10.7H4.66663C4.28003 10.7 3.96663 10.3866 3.96663 10Z", fill: "currentColor", }), }), - Wl = (e) => - kt("svg", { + Ol = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.61937 3.61941C2.25075 2.98803 3.10707 2.63333 3.99997 2.63333H9.3333C10.2262 2.63333 11.0825 2.98803 11.7139 3.61941C12.3453 4.25078 12.7 5.1071 12.7 6V11.9667H13.9666V11.3333C13.9666 10.9467 14.28 10.6333 14.6666 10.6333C15.0532 10.6333 15.3666 10.9467 15.3666 11.3333V12.6667C15.3666 13.0533 15.0532 13.3667 14.6666 13.3667H7.24293C6.95762 14.1448 6.2103 14.7 5.3333 14.7C4.4563 14.7 3.70898 14.1448 3.42367 13.3667H2.66663C2.12736 13.3667 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V6C0.633301 5.1071 0.988002 4.25078 1.61937 3.61941ZM2.0333 9.36667V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7812C2.33757 11.8999 2.49866 11.9667 2.66663 11.9667H3.42367C3.70898 11.1886 4.4563 10.6333 5.3333 10.6333C5.55443 10.6333 5.76732 10.6686 5.96663 10.7339V6C5.96663 5.6134 6.28003 5.3 6.66663 5.3H9.3333C9.7199 5.3 10.0333 5.6134 10.0333 6V11.9667H11.3V6C11.3 5.47841 11.0928 4.97818 10.7239 4.60936C10.3551 4.24053 9.85489 4.03333 9.3333 4.03333H3.99997C3.47837 4.03333 2.97815 4.24054 2.60932 4.60936C2.41131 4.80737 2.25988 5.04326 2.16209 5.3H3.99997C4.38657 5.3 4.69997 5.6134 4.69997 6V8.66667C4.69997 9.05327 4.38657 9.36667 3.99997 9.36667H2.0333ZM8.6333 11.9667V6.7H7.36663V11.9667H8.6333ZM5.96663 12.6667C5.96663 12.3169 5.68308 12.0333 5.3333 12.0333C4.98352 12.0333 4.69997 12.3169 4.69997 12.6667C4.69997 13.0164 4.98352 13.3 5.3333 13.3C5.68308 13.3 5.96663 13.0164 5.96663 12.6667ZM3.29997 6.7H2.0333V7.96667H3.29997V6.7Z", fill: "currentColor", }), }), - jl = (e) => - kt("svg", { + Bl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { d: "M13 6L8 11L3 6H13Z", fill: "currentColor" }), + children: Vt("path", { d: "M13 6L8 11L3 6H13Z", fill: "currentColor" }), }), - ql = (e) => - kt("svg", { + Dl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.35328 5.73211C2.46162 5.47054 2.71687 5.29999 2.99999 5.29999H13C13.2831 5.29999 13.5384 5.47054 13.6467 5.73211C13.7551 5.99368 13.6952 6.29476 13.495 6.49496L8.49497 11.495C8.2216 11.7683 7.77839 11.7683 7.50502 11.495L2.50502 6.49496C2.30482 6.29476 2.24493 5.99368 2.35328 5.73211ZM4.68994 6.69999L7.99999 10.01L11.31 6.69999H4.68994Z", fill: "currentColor", }), }), - Yl = (e) => - kt("svg", { + Pl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.60724 2.63333H10.4376C10.8485 2.63735 11.2486 2.76582 11.5851 3.00176C11.9186 3.23565 12.1742 3.56428 12.3187 3.945L12.9186 5.42483L13.5051 4.83836C13.7784 4.56499 14.2217 4.56499 14.495 4.83836C14.7684 5.11173 14.7684 5.55494 14.495 5.82831L13.9226 6.40075C14.396 6.77304 14.7 7.35101 14.7 8V10.6667C14.7 11.5437 14.1448 12.291 13.3667 12.5763V13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333C12.2801 14.0333 11.9667 13.7199 11.9667 13.3333V12.7H4.03338V13.3333C4.03338 13.7199 3.71998 14.0333 3.33338 14.0333C2.94678 14.0333 2.63338 13.7199 2.63338 13.3333V12.5763C1.85527 12.291 1.30005 11.5437 1.30005 10.6667V8C1.30005 7.35101 1.6041 6.77304 2.07752 6.40075L1.50507 5.82831C1.23171 5.55494 1.23171 5.11173 1.50507 4.83836C1.77844 4.56499 2.22166 4.56499 2.49502 4.83836L3.07767 5.42101L3.68141 3.91147C3.6814 3.91149 3.68142 3.91144 3.68141 3.91147C3.83525 3.52672 4.103 3.19808 4.44875 2.96969C4.79206 2.74293 5.19601 2.62569 5.60724 2.63333ZM4.36725 5.96667L4.98133 4.43128C5.02925 4.31143 5.11267 4.209 5.22037 4.13786C5.32807 4.06672 5.45494 4.03019 5.58398 4.03315L5.60005 4.03333H10.4267C10.5537 4.03513 10.6773 4.07509 10.7813 4.14805C10.8861 4.22154 10.9662 4.32506 11.011 4.44497L11.018 4.46299L11.6276 5.96667H4.36725ZM3.33338 7.36667C2.9836 7.36667 2.70005 7.65022 2.70005 8V10.6667C2.70005 11.0164 2.9836 11.3 3.33338 11.3H12.6667C13.0165 11.3 13.3 11.0164 13.3 10.6667V8C13.3 7.65022 13.0165 7.36667 12.6667 7.36667H3.33338ZM3.96672 9.33333C3.96672 8.94673 4.28012 8.63333 4.66672 8.63333H4.67338C5.05998 8.63333 5.37338 8.94673 5.37338 9.33333C5.37338 9.71993 5.05998 10.0333 4.67338 10.0333H4.66672C4.28012 10.0333 3.96672 9.71993 3.96672 9.33333ZM10.6334 9.33333C10.6334 8.94673 10.9468 8.63333 11.3334 8.63333H11.34C11.7266 8.63333 12.04 8.94673 12.04 9.33333C12.04 9.71993 11.7266 10.0333 11.34 10.0333H11.3334C10.9468 10.0333 10.6334 9.71993 10.6334 9.33333Z", fill: "currentColor", }), }), - Kl = (e) => - kt("svg", { + Fl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.79972 4.90652C2.07595 4.44614 2.60332 3.96667 3.3333 3.96667H7.99997C8.6777 3.96667 9.22775 4.25913 9.63725 4.58673C9.65742 4.60286 9.67668 4.6201 9.69494 4.63836C10.0021 4.94549 10.3742 5.33458 10.6668 5.64396C10.8127 5.79817 10.9399 5.93373 11.0311 6.03118C11.0591 6.03752 11.0895 6.04442 11.1221 6.05186C11.311 6.09488 11.5753 6.15572 11.8775 6.22707C12.477 6.36863 13.234 6.55353 13.8463 6.72339C14.6628 6.93245 15.3666 7.72494 15.3666 8.66667V10.6667C15.3666 11.0257 15.2439 11.3794 14.9783 11.645C14.7127 11.9106 14.359 12.0333 14 12.0333H13.2429C12.9576 12.8114 12.2103 13.3667 11.3333 13.3667C10.4563 13.3667 9.70898 12.8114 9.42367 12.0333H6.57627C6.29095 12.8114 5.54363 13.3667 4.66663 13.3667C3.78963 13.3667 3.04231 12.8114 2.757 12.0333H1.99997C1.64089 12.0333 1.28727 11.9106 1.02166 11.645C0.756047 11.3794 0.633301 11.0257 0.633301 10.6667V8C0.633301 7.65056 0.69114 7.30353 0.804472 6.97297C0.813515 6.9466 0.824126 6.92079 0.836248 6.89568L1.76958 4.96234C1.77878 4.94329 1.78884 4.92466 1.79972 4.90652ZM2.757 10.6333C3.04231 9.85522 3.78963 9.3 4.66663 9.3C5.54363 9.3 6.29095 9.85522 6.57627 10.6333H9.42367C9.70898 9.85522 10.4563 9.3 11.3333 9.3C12.2103 9.3 12.9576 9.85522 13.2429 10.6333H13.9666V8.66667C13.9666 8.41218 13.7428 8.14058 13.4969 8.0791L13.4793 8.07446C12.8929 7.91158 12.1537 7.73078 11.5558 7.5896C11.2579 7.51928 10.9973 7.45929 10.8112 7.41689C10.7181 7.3957 10.6438 7.37892 10.5928 7.36747L10.5148 7.35001C10.3762 7.31921 10.2503 7.24701 10.1537 7.14298L10.1161 7.10257L10.0107 6.98967C9.9207 6.89352 9.79453 6.75907 9.64977 6.60604C9.36864 6.30884 9.02151 5.9459 8.73406 5.65743C8.48694 5.46637 8.24608 5.36667 7.99997 5.36667H3.3333C3.26598 5.36667 3.13464 5.41645 3.01461 5.6036L2.11674 7.46348C2.06147 7.63688 2.0333 7.81785 2.0333 8V10.6333H2.757ZM4.66663 10.7C4.31685 10.7 4.0333 10.9836 4.0333 11.3333C4.0333 11.6831 4.31685 11.9667 4.66663 11.9667C5.01641 11.9667 5.29997 11.6831 5.29997 11.3333C5.29997 10.9836 5.01641 10.7 4.66663 10.7ZM11.3333 10.7C10.9835 10.7 10.7 10.9836 10.7 11.3333C10.7 11.6831 10.9835 11.9667 11.3333 11.9667C11.6831 11.9667 11.9666 11.6831 11.9666 11.3333C11.9666 10.9836 11.6831 10.7 11.3333 10.7Z", fill: "currentColor", }), }), - Xl = (e) => - kt("svg", { + Ul = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.96672 1.33333C5.96672 0.946734 6.28012 0.633333 6.66672 0.633333H9.33338C9.71998 0.633333 10.0334 0.946734 10.0334 1.33333C10.0334 1.71993 9.71998 2.03333 9.33338 2.03333H6.66672C6.28012 2.03333 5.96672 1.71993 5.96672 1.33333ZM5.60724 2.63333H10.4376C10.8485 2.63735 11.2486 2.76582 11.5851 3.00176C11.9186 3.23565 12.1742 3.56428 12.3187 3.945L12.9186 5.42483L13.5051 4.83836C13.7784 4.56499 14.2217 4.56499 14.495 4.83836C14.7684 5.11173 14.7684 5.55494 14.495 5.82831L13.9226 6.40075C14.396 6.77304 14.7 7.35101 14.7 8V10.6667C14.7 11.5437 14.1448 12.291 13.3667 12.5763V13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333C12.2801 14.0333 11.9667 13.7199 11.9667 13.3333V12.7H4.03338V13.3333C4.03338 13.7199 3.71998 14.0333 3.33338 14.0333C2.94678 14.0333 2.63338 13.7199 2.63338 13.3333V12.5763C1.85527 12.291 1.30005 11.5437 1.30005 10.6667V8C1.30005 7.35101 1.6041 6.77304 2.07752 6.40075L1.50507 5.82831C1.23171 5.55494 1.23171 5.11173 1.50507 4.83836C1.77844 4.56499 2.22166 4.56499 2.49502 4.83836L3.07767 5.42101L3.68141 3.91147C3.6814 3.91149 3.68142 3.91144 3.68141 3.91147C3.83525 3.52672 4.103 3.19808 4.44875 2.96969C4.79206 2.74293 5.19601 2.62569 5.60724 2.63333ZM4.36725 5.96667L4.98133 4.43128C5.02925 4.31143 5.11267 4.209 5.22037 4.13786C5.32807 4.06672 5.45494 4.03019 5.58398 4.03315L5.60005 4.03333H10.4267C10.5537 4.03513 10.6773 4.07509 10.7813 4.14805C10.8861 4.22154 10.9662 4.32506 11.011 4.44497L11.018 4.46299L11.6276 5.96667H4.36725ZM3.33338 7.36667C2.9836 7.36667 2.70005 7.65022 2.70005 8V10.6667C2.70005 11.0164 2.9836 11.3 3.33338 11.3H12.6667C13.0165 11.3 13.3 11.0164 13.3 10.6667V8C13.3 7.65022 13.0165 7.36667 12.6667 7.36667H3.33338ZM3.96672 9.33333C3.96672 8.94673 4.28012 8.63333 4.66672 8.63333H4.67338C5.05998 8.63333 5.37338 8.94673 5.37338 9.33333C5.37338 9.71993 5.05998 10.0333 4.67338 10.0333H4.66672C4.28012 10.0333 3.96672 9.71993 3.96672 9.33333ZM10.6334 9.33333C10.6334 8.94673 10.9468 8.63333 11.3334 8.63333H11.34C11.7266 8.63333 12.04 8.94673 12.04 9.33333C12.04 9.71993 11.7266 10.0333 11.34 10.0333H11.3334C10.9468 10.0333 10.6334 9.71993 10.6334 9.33333Z", fill: "currentColor", }), }), - Ql = (e) => - kt("svg", { + zl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.33322 3.96667C9.71982 3.96667 10.0332 4.28007 10.0332 4.66667V5.633C10.4189 5.42075 10.8619 5.3 11.3332 5.3C12.8244 5.3 14.0332 6.50883 14.0332 8C14.0332 9.49117 12.8244 10.7 11.3332 10.7C10.8297 10.7 10.3583 10.5622 9.95485 10.3221C9.83827 10.5466 9.60366 10.7 9.33322 10.7C8.94662 10.7 8.63322 10.3866 8.63322 10V4.66667C8.63322 4.28007 8.94662 3.96667 9.33322 3.96667ZM10.0332 8C10.0332 8.71797 10.6152 9.3 11.3332 9.3C12.0512 9.3 12.6332 8.71797 12.6332 8C12.6332 7.28203 12.0512 6.7 11.3332 6.7C10.6152 6.7 10.0332 7.28203 10.0332 8ZM4.66655 6.7C3.94858 6.7 3.36655 7.28203 3.36655 8C3.36655 8.71797 3.94858 9.3 4.66655 9.3C5.38452 9.3 5.96655 8.71797 5.96655 8C5.96655 7.28203 5.38452 6.7 4.66655 6.7ZM6.04492 5.67786C5.64145 5.43784 5.1701 5.3 4.66655 5.3C3.17538 5.3 1.96655 6.50883 1.96655 8C1.96655 9.49117 3.17538 10.7 4.66655 10.7C5.1701 10.7 5.64144 10.5622 6.04492 10.3221C6.1615 10.5466 6.39612 10.7 6.66655 10.7C7.05315 10.7 7.36655 10.3866 7.36655 10V6C7.36655 5.6134 7.05315 5.3 6.66655 5.3C6.39612 5.3 6.1615 5.45336 6.04492 5.67786Z", fill: "currentColor", }), }), - Jl = (e) => - kt("svg", { + Gl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66662 3.96667C4.93177 3.96667 5.17415 4.11647 5.29272 4.35362L7.28643 8.34102C7.29096 8.34964 7.29532 8.35836 7.29951 8.36718L7.95939 9.68695C8.13228 10.0327 7.99213 10.4532 7.64634 10.6261C7.30056 10.799 6.88008 10.6588 6.70719 10.313L6.234 9.36667H3.09925L2.62606 10.313C2.45316 10.6588 2.03269 10.799 1.68691 10.6261C1.34112 10.4532 1.20097 10.0327 1.37386 9.68695L2.03374 8.36718C2.03793 8.35836 2.04229 8.34964 2.04682 8.34102L4.04053 4.35362C4.1591 4.11647 4.40148 3.96667 4.66662 3.96667ZM3.79925 7.96667H5.534L4.66662 6.23191L3.79925 7.96667ZM12 6.7C11.282 6.7 10.7 7.28203 10.7 8C10.7 8.71797 11.282 9.3 12 9.3C12.7179 9.3 13.3 8.71797 13.3 8C13.3 7.28203 12.7179 6.7 12 6.7ZM13.3783 5.67786C12.9749 5.43784 12.5035 5.3 12 5.3C10.5088 5.3 9.29996 6.50883 9.29996 8C9.29996 9.49117 10.5088 10.7 12 10.7C12.5035 10.7 12.9749 10.5622 13.3783 10.3221C13.4949 10.5466 13.7295 10.7 14 10.7C14.3866 10.7 14.7 10.3866 14.7 10V6C14.7 5.6134 14.3866 5.3 14 5.3C13.7295 5.3 13.4949 5.45336 13.3783 5.67786Z", fill: "currentColor", }), }), - ea = (e) => - kt("svg", { + $l = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66667 3.96667C4.93181 3.96667 5.17419 4.11647 5.29277 4.35362L7.28647 8.34102C7.291 8.34964 7.29536 8.35836 7.29955 8.36718L7.95943 9.68695C8.13232 10.0327 7.99217 10.4532 7.64638 10.6261C7.3006 10.799 6.88013 10.6588 6.70723 10.313L6.23404 9.36667H3.09929L2.6261 10.313C2.45321 10.6588 2.03274 10.799 1.68695 10.6261C1.34117 10.4532 1.20101 10.0327 1.3739 9.68695L2.03378 8.36718C2.03797 8.35836 2.04233 8.34964 2.04687 8.34102L4.04057 4.35362C4.15914 4.11647 4.40153 3.96667 4.66667 3.96667ZM3.79929 7.96667H5.53404L4.66667 6.23191L3.79929 7.96667ZM9.3 4.66667C9.3 4.28007 9.6134 3.96667 10 3.96667H12.6667C13.2059 3.96667 13.7231 4.18089 14.1044 4.56222C14.4858 4.94354 14.7 5.46073 14.7 6C14.7 6.41096 14.5756 6.8091 14.3476 7.14405C14.3784 7.17133 14.4085 7.19961 14.4378 7.22888C14.8191 7.61021 15.0333 8.12739 15.0333 8.66667C15.0333 9.20594 14.8191 9.72313 14.4378 10.1045C14.0565 10.4858 13.5393 10.7 13 10.7H10C9.6134 10.7 9.3 10.3866 9.3 10V4.66667ZM10.7 8.03333V9.3H13C13.168 9.3 13.3291 9.23327 13.4478 9.1145C13.5666 8.99573 13.6333 8.83464 13.6333 8.66667C13.6333 8.4987 13.5666 8.33761 13.4478 8.21883C13.3291 8.10006 13.168 8.03333 13 8.03333H10.7ZM12.6667 6.63333H10.7V5.36667H12.6667C12.8346 5.36667 12.9957 5.43339 13.1145 5.55217C13.2333 5.67094 13.3 5.83203 13.3 6C13.3 6.16797 13.2333 6.32906 13.1145 6.44783C12.9957 6.56661 12.8346 6.63333 12.6667 6.63333Z", fill: "currentColor", }), }), - ta = (e) => - kt("svg", { + Wl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 3.36667C2.31689 3.36667 2.03333 3.65022 2.03333 4V12C2.03333 12.3498 2.31689 12.6333 2.66667 12.6333H3.44886L3.78471 11.2419C3.86707 10.8751 4.0735 10.5478 4.36927 10.3154C4.66482 10.0832 5.03136 9.96008 5.40699 9.96667H10.5875C10.9451 9.95546 11.2967 10.062 11.588 10.2701C11.8839 10.4814 12.1008 10.7854 12.2043 11.1339C12.2083 11.1473 12.2119 11.1607 12.215 11.1743L12.5555 12.6333H13.3333C13.6831 12.6333 13.9667 12.3498 13.9667 12V4C13.9667 3.65022 13.6831 3.36667 13.3333 3.36667H2.66667ZM12.0142 14.0333H13.3333C14.4563 14.0333 15.3667 13.123 15.3667 12V4C15.3667 2.87702 14.4563 1.96667 13.3333 1.96667H2.66667C1.54369 1.96667 0.633333 2.87702 0.633333 4V12C0.633333 13.123 1.54369 14.0333 2.66667 14.0333H3.9856C3.99561 14.0335 4.00559 14.0335 4.01553 14.0333H11.9846C11.9944 14.0335 12.0043 14.0335 12.0142 14.0333ZM11.1179 12.6333L10.858 11.5195C10.8419 11.4753 10.8128 11.4368 10.7743 11.4093C10.732 11.3791 10.6809 11.3639 10.629 11.3661C10.6193 11.3665 10.6097 11.3667 10.6 11.3667H5.4L5.38378 11.3665C5.32966 11.3652 5.27678 11.3828 5.23422 11.4163C5.19165 11.4497 5.16203 11.4969 5.15045 11.5498L5.14712 11.5642L4.88907 12.6333H11.1179ZM5.33333 6.03333C4.98355 6.03333 4.7 6.31689 4.7 6.66667C4.7 7.01645 4.98355 7.3 5.33333 7.3C5.68311 7.3 5.96667 7.01645 5.96667 6.66667C5.96667 6.31689 5.68311 6.03333 5.33333 6.03333ZM7.26609 7.3C7.33137 7.10069 7.36667 6.8878 7.36667 6.66667C7.36667 5.54369 6.45631 4.63333 5.33333 4.63333C4.21035 4.63333 3.3 5.54369 3.3 6.66667C3.3 7.78965 4.21035 8.7 5.33333 8.7H10.6667C11.7896 8.7 12.7 7.78965 12.7 6.66667C12.7 5.54369 11.7896 4.63333 10.6667 4.63333C9.54369 4.63333 8.63333 5.54369 8.63333 6.66667C8.63333 6.8878 8.66863 7.10069 8.7339 7.3H7.26609ZM10.6667 7.3C11.0164 7.3 11.3 7.01645 11.3 6.66667C11.3 6.31689 11.0164 6.03333 10.6667 6.03333C10.3169 6.03333 10.0333 6.31689 10.0333 6.66667C10.0333 7.01645 10.3169 7.3 10.6667 7.3Z", fill: "currentColor", }), }), - na = (e) => - kt("svg", { + jl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 3.36667C2.4987 3.36667 2.33761 3.43339 2.21883 3.55217C2.10006 3.67094 2.03333 3.83203 2.03333 4V5.33333C2.03333 5.71993 1.71993 6.03333 1.33333 6.03333C0.946735 6.03333 0.633334 5.71993 0.633334 5.33333V4C0.633334 3.46073 0.847559 2.94354 1.22888 2.56222C1.61021 2.18089 2.12739 1.96667 2.66667 1.96667H13.3333C13.8726 1.96667 14.3898 2.18089 14.7711 2.56222C15.1524 2.94354 15.3667 3.46073 15.3667 4V12C15.3667 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H9.33333C8.94673 14.0333 8.63333 13.7199 8.63333 13.3333C8.63333 12.9467 8.94673 12.6333 9.33333 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.8999 12.3291 13.9667 12.168 13.9667 12V4C13.9667 3.83203 13.8999 3.67094 13.7812 3.55217C13.6624 3.43339 13.5013 3.36667 13.3333 3.36667H2.66667ZM0.637243 7.92613C0.678039 7.54169 1.02276 7.26311 1.4072 7.30391C2.93136 7.46565 4.35399 8.14509 5.43778 9.22888C6.52158 10.3127 7.20101 11.7353 7.36276 13.2595C7.40356 13.6439 7.12498 13.9886 6.74054 14.0294C6.3561 14.0702 6.01137 13.7916 5.97058 13.4072C5.84263 12.2015 5.30517 11.0762 4.44783 10.2188C3.5905 9.3615 2.46514 8.82404 1.25946 8.69609C0.875024 8.65529 0.596446 8.31057 0.637243 7.92613ZM0.645167 10.5385C0.715952 10.1584 1.08144 9.90772 1.4615 9.9785C2.26224 10.1276 2.99907 10.5157 3.57501 11.0917C4.15096 11.6676 4.53903 12.4044 4.68817 13.2052C4.75895 13.5852 4.50823 13.9507 4.12817 14.0215C3.7481 14.0923 3.38262 13.8416 3.31183 13.4615C3.21447 12.9387 2.9611 12.4576 2.58506 12.0816C2.20903 11.7056 1.72797 11.4522 1.20517 11.3548C0.825103 11.284 0.574383 10.9186 0.645167 10.5385ZM0.633334 13.3333C0.633334 12.9467 0.946735 12.6333 1.33333 12.6333H1.34C1.7266 12.6333 2.04 12.9467 2.04 13.3333C2.04 13.7199 1.7266 14.0333 1.34 14.0333H1.33333C0.946735 14.0333 0.633334 13.7199 0.633334 13.3333Z", fill: "currentColor", }), }), - ra = (e) => - kt("svg", { + ql = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0.633335C4.3866 0.633335 4.7 0.946736 4.7 1.33334V1.96667H5.96666V1.33334C5.96666 0.946736 6.28006 0.633335 6.66666 0.633335C7.05326 0.633335 7.36666 0.946736 7.36666 1.33334V1.96667H8.63333V1.33334C8.63333 0.946736 8.94673 0.633335 9.33333 0.633335C9.71993 0.633335 10.0333 0.946736 10.0333 1.33334V1.96667H11.3V1.33334C11.3 0.946736 11.6134 0.633335 12 0.633335C12.3866 0.633335 12.7 0.946736 12.7 1.33334V6.63333H13.9667V6C13.9667 5.6134 14.2801 5.3 14.6667 5.3C15.0533 5.3 15.3667 5.6134 15.3667 6V13.3333C15.3667 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3667 13.3333 15.3667H2.66666C2.12739 15.3667 1.6102 15.1524 1.22888 14.7711C0.847557 14.3898 0.633331 13.8726 0.633331 13.3333V6C0.633331 5.6134 0.946732 5.3 1.33333 5.3C1.71993 5.3 2.03333 5.6134 2.03333 6V6.63333H3.3V1.33334C3.3 0.946736 3.6134 0.633335 4 0.633335ZM2.03333 8.03333V13.3333C2.03333 13.5013 2.10006 13.6624 2.21883 13.7812C2.3376 13.8999 2.49869 13.9667 2.66666 13.9667H5.3V12C5.3 11.2839 5.58446 10.5972 6.09081 10.0908C6.59716 9.58446 7.28391 9.3 8 9.3C8.71608 9.3 9.40284 9.58446 9.90919 10.0908C10.4155 10.5972 10.7 11.2839 10.7 12V13.9667H13.3333C13.5013 13.9667 13.6624 13.8999 13.7812 13.7812C13.8999 13.6624 13.9667 13.5013 13.9667 13.3333V8.03333H2.03333ZM11.3 6.63333H4.7V3.36667H11.3V6.63333ZM9.3 13.9667V12C9.3 11.6552 9.16303 11.3246 8.91924 11.0808C8.67544 10.837 8.34478 10.7 8 10.7C7.65522 10.7 7.32456 10.837 7.08076 11.0808C6.83696 11.3246 6.7 11.6552 6.7 12V13.9667H9.3Z", fill: "currentColor", }), }), - oa = (e) => - Ot("svg", { + Yl = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33334 8.63333C5.71994 8.63333 6.03334 8.94673 6.03334 9.33333V9.66667C6.03334 10.0533 5.71994 10.3667 5.33334 10.3667C4.94674 10.3667 4.63334 10.0533 4.63334 9.66667V9.33333C4.63334 8.94673 4.94674 8.63333 5.33334 8.63333Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6667 8.63333C11.0533 8.63333 11.3667 8.94673 11.3667 9.33333V9.66667C11.3667 10.0533 11.0533 10.3667 10.6667 10.3667C10.2801 10.3667 9.96667 10.0533 9.96667 9.66667V9.33333C9.96667 8.94673 10.2801 8.63333 10.6667 8.63333Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.85329 10.5655C6.96163 10.3039 7.21688 10.1333 7.5 10.1333H8.5C8.78313 10.1333 9.03837 10.3039 9.14672 10.5655C9.25507 10.827 9.19518 11.1281 8.99498 11.3283L8.49498 11.8283C8.22161 12.1017 7.7784 12.1017 7.50503 11.8283L7.00503 11.3283C6.80483 11.1281 6.74494 10.827 6.85329 10.5655Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.92187 2.73305C6.34458 2.18431 5.58801 1.75455 4.82658 1.48904C3.93862 1.17942 2.91815 1.05031 2.07425 1.33726C1.72033 1.45761 1.5538 1.74981 1.47953 1.93313C1.40051 2.1282 1.36501 2.34418 1.34778 2.53984C1.31273 2.93796 1.33997 3.4273 1.39679 3.92012C1.49717 4.79084 1.70397 5.78725 1.9277 6.54767C1.58999 7.1784 1.29312 8.03783 1.29312 9.13163C1.29312 11.6744 3.61616 14.713 7.99654 14.719C7.99895 14.719 8.00135 14.719 8.00375 14.719C8.00569 14.719 8.00763 14.719 8.00957 14.719C12.3899 14.713 14.713 11.6744 14.713 9.13163C14.713 8.03783 14.4161 7.1784 14.0784 6.54768C14.3021 5.78725 14.5089 4.79084 14.6093 3.92012C14.6661 3.4273 14.6934 2.93796 14.6583 2.53984C14.6411 2.34418 14.6056 2.1282 14.5266 1.93313C14.4523 1.74981 14.2858 1.45761 13.9319 1.33727C13.088 1.05031 12.0675 1.17942 11.1795 1.48905C10.4181 1.75455 9.66153 2.18431 9.08424 2.73305C9.07242 2.73095 9.0604 2.72886 9.04818 2.72677C8.78288 2.68143 8.41411 2.63652 8.00312 2.64087C7.59207 2.63651 7.22326 2.68142 6.95793 2.72677C6.94571 2.72886 6.93369 2.73095 6.92187 2.73305ZM8.00306 3.81645L7.99998 4.04093C7.69109 4.0367 7.40474 4.07071 7.19378 4.10676C7.0893 4.12462 7.00585 4.14253 6.95043 4.15546C6.92278 4.16191 6.90228 4.16707 6.88984 4.1703L6.87737 4.1736C6.87693 4.17372 6.87659 4.17382 6.87635 4.17388C6.8761 4.17395 6.87639 4.17387 6.87635 4.17388L6.44689 4.29557L6.15545 3.95555C5.75384 3.48701 5.09063 3.06378 4.36564 2.81098C3.74579 2.59485 3.17117 2.53391 2.74811 2.60699C2.74606 2.62419 2.74414 2.64272 2.74239 2.66262C2.71953 2.92222 2.73493 3.30309 2.78758 3.75979C2.89214 4.66685 3.1259 5.72796 3.35152 6.41233L3.45351 6.7217L3.28251 6.99896C2.99085 7.47183 2.69312 8.17349 2.69312 9.13163C2.69312 10.8437 4.33167 13.3163 8.00365 13.319C11.6748 13.3158 13.313 10.8435 13.313 9.13163C13.313 8.17349 13.0153 7.47183 12.7236 6.99896L12.5526 6.7217L12.6546 6.41233C12.8802 5.72796 13.114 4.66685 13.2185 3.75979C13.2712 3.3031 13.2866 2.92222 13.2637 2.66262C13.262 2.64272 13.26 2.62419 13.258 2.60699C12.8349 2.53391 12.2603 2.59485 11.6405 2.81099C10.9155 3.06378 10.2523 3.48702 9.85066 3.95555L9.55922 4.29557L9.1302 4.174C9.12996 4.17394 9.12917 4.17372 9.12874 4.1736L9.11627 4.17031C9.10383 4.16707 9.08333 4.16191 9.05568 4.15546C9.00026 4.14254 8.91681 4.12462 8.81233 4.10676C8.60137 4.07071 8.31502 4.0367 8.00613 4.04093L8.00306 3.81645Z", @@ -6587,658 +6567,658 @@ const Bt = (e) => }), ], }), - ia = (e) => - kt("svg", { + Kl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.29025 3.363C4.12694 3.35114 3.96289 3.37156 3.80748 3.4231C3.65207 3.47464 3.50833 3.55629 3.38448 3.66339C3.26107 3.77009 3.15982 3.89998 3.08644 4.04568L2.16654 5.90549C2.01952 6.20059 1.99537 6.5419 2.09939 6.85475C2.20333 7.16739 2.4268 7.42615 2.72094 7.57452L9.0204 10.7273L9.64125 9.48558C9.64524 9.47718 9.6494 9.46884 9.65374 9.46059L10.5338 7.7005C10.538 7.69169 10.5423 7.68297 10.5469 7.67437L11.061 6.64614L4.76004 3.49265C4.6137 3.41918 4.45355 3.37487 4.29025 3.363ZM9.95942 11.9797L10.3799 11.1388L11.764 13.0739C11.9068 13.2735 12.1436 13.3838 12.3883 13.3645C12.633 13.3452 12.8497 13.1992 12.9594 12.9797L15.2928 8.31305C15.4013 8.09606 15.3897 7.83836 15.2621 7.63199C15.1346 7.42562 14.9093 7.3 14.6667 7.3H12.2993L12.6261 6.64638C12.7989 6.30069 12.6589 5.88033 12.3133 5.70736L5.38696 2.24086C5.07642 2.08503 4.73824 1.99186 4.3917 1.96668C4.045 1.94149 3.69674 1.98484 3.3668 2.09426C3.03686 2.20368 2.7317 2.37703 2.46876 2.60439C2.20582 2.83176 1.99023 3.1087 1.83433 3.41939L0.913448 5.28118L0.912971 5.28213C0.601268 5.9084 0.550175 6.63261 0.770891 7.29645C0.991719 7.96064 1.46665 8.5103 2.09176 8.82517L2.09337 8.82598L5.05661 10.309L4.64623 11.1937C4.44171 11.6346 4.00835 11.9245 3.5228 11.9454L2.03333 12.0095V11.3333C2.03333 10.9467 1.71993 10.6333 1.33333 10.6333C0.946732 10.6333 0.633331 10.9467 0.633331 11.3333V14C0.633331 14.3866 0.946732 14.7 1.33333 14.7C1.71993 14.7 2.03333 14.3866 2.03333 14V13.4108L3.58296 13.3441C4.59142 13.3007 5.49147 12.6985 5.91623 11.7828L6.30911 10.9359L9.02003 12.2926C9.1861 12.3758 9.37838 12.3895 9.55456 12.3308C9.73074 12.2721 9.87638 12.1458 9.95942 11.9797ZM12.2268 11.3145L11.088 9.72247L11.5993 8.7H13.534L12.2268 11.3145ZM4.66667 5.3C4.28008 5.3 3.96667 5.6134 3.96667 6C3.96667 6.3866 4.28008 6.7 4.66667 6.7H4.67334C5.05994 6.7 5.37334 6.3866 5.37334 6C5.37334 5.6134 5.05994 5.3 4.67334 5.3H4.66667Z", fill: "currentColor", }), }), - la = (e) => - kt("svg", { + Xl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.495 3.50502C12.7683 3.77839 12.7683 4.22161 12.495 4.49497L5.16164 11.8283C4.88827 12.1017 4.44506 12.1017 4.17169 11.8283L0.838357 8.49497C0.56499 8.22161 0.56499 7.77839 0.838357 7.50502C1.11172 7.23166 1.55494 7.23166 1.82831 7.50502L4.66666 10.3434L11.505 3.50502C11.7784 3.23166 12.2216 3.23166 12.495 3.50502ZM15.1616 6.17169C15.435 6.44506 15.435 6.88827 15.1616 7.16164L10.1616 12.1616C9.88827 12.435 9.44506 12.435 9.17169 12.1616L8.17169 11.1616C7.89832 10.8883 7.89832 10.4451 8.17169 10.1717C8.44506 9.89832 8.88827 9.89832 9.16164 10.1717L9.66666 10.6767L14.1717 6.17169C14.4451 5.89832 14.8883 5.89832 15.1616 6.17169Z", fill: "currentColor", }), }), - aa = (e) => - kt("svg", { + Ql = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8283 3.50502C14.1017 3.77839 14.1017 4.22161 13.8283 4.49497L6.49498 11.8283C6.22162 12.1017 5.7784 12.1017 5.50503 11.8283L2.1717 8.49497C1.89833 8.22161 1.89833 7.77839 2.1717 7.50502C2.44507 7.23166 2.88828 7.23166 3.16165 7.50502L6.00001 10.3434L12.8384 3.50502C13.1117 3.23166 13.5549 3.23166 13.8283 3.50502Z", fill: "currentColor", }), }), - Ca = (e) => - kt("svg", { + Jl = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.78203 1.9619C6.44051 1.52835 7.21162 1.29729 8.00001 1.29729C8.78841 1.29729 9.55952 1.52835 10.218 1.9619C10.7405 2.30594 11.174 2.76551 11.4863 3.3025C12.1062 3.33011 12.71 3.52877 13.2285 3.88109C13.8849 4.32705 14.3627 4.99055 14.5775 5.75448C14.7923 6.51842 14.7304 7.33367 14.4026 8.05638C14.0748 8.77909 13.5023 9.36279 12.7861 9.70446L12.4847 9.07272L12.7872 9.7039C12.7452 9.72405 12.7178 9.74989 12.7049 9.76754C12.7026 9.77069 12.701 9.77312 12.7 9.77486V13.3333C12.7 13.6958 12.556 14.0434 12.2997 14.2997C12.0434 14.556 11.6958 14.7 11.3333 14.7H4.66668C4.30422 14.7 3.9566 14.556 3.7003 14.2997C3.444 14.0434 3.30001 13.6958 3.30001 13.3333V9.77468C3.29899 9.77293 3.29744 9.7705 3.29515 9.76737C3.28216 9.74958 3.25463 9.72359 3.21251 9.7031C2.49735 9.36101 1.92584 8.77751 1.59867 8.05538C1.27135 7.33292 1.20961 6.51809 1.42434 5.75456C1.63908 4.99102 2.11648 4.32782 2.7724 3.88188C3.29061 3.52956 3.89395 3.33072 4.51353 3.30276C4.82593 2.76566 5.25941 2.306 5.78203 1.9619ZM4.70001 12.0333V13.3H11.3V12.0333H4.70001ZM11.3 10.6333H4.70001V9.766C4.70001 9.12044 4.26214 8.65478 3.81916 8.44136L3.8172 8.44043C3.39917 8.24063 3.0651 7.89966 2.8739 7.47762C2.68269 7.05559 2.64662 6.5796 2.77206 6.13358C2.8975 5.68756 3.17638 5.30014 3.55954 5.03964C3.9427 4.77914 4.40552 4.66228 4.86642 4.70966C5.17074 4.74095 5.46013 4.57099 5.58103 4.28996C5.78445 3.81713 6.12199 3.41427 6.55191 3.13121C6.98182 2.84815 7.48528 2.69729 8.00001 2.69729C8.51475 2.69729 9.0182 2.84815 9.44812 3.13121C9.87804 3.41427 10.2156 3.81713 10.419 4.28996C10.54 4.57115 10.8296 4.74112 11.1341 4.70961C11.5952 4.66189 12.0583 4.77859 12.4417 5.0391C12.8252 5.29962 13.1043 5.6872 13.2298 6.13346C13.3552 6.57972 13.3191 7.05596 13.1276 7.47813C12.9361 7.90031 12.6017 8.24128 12.1833 8.44087L12.1821 8.44143C11.7375 8.65456 11.3 9.12085 11.3 9.76667V10.6333Z", fill: "currentColor", }), }), - sa = (e) => - kt("svg", { + ea = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.31616 1.18394C7.38638 0.862487 7.671 0.633335 8.00003 0.633335C10.0954 0.633335 11.9139 1.4887 13.2036 2.54199C13.8495 3.06944 14.3776 3.65818 14.7494 4.23736C15.111 4.80067 15.3667 5.42083 15.3667 6C15.3667 6.3866 15.0533 6.7 14.6667 6.7C13.31 6.7 12.1298 6.3784 11.0638 5.73266C11.2743 6.2497 11.4642 6.76365 11.6186 7.2514C11.7251 7.58753 11.8179 7.92098 11.8886 8.24116C12.0981 8.17443 12.3105 8.13563 12.5238 8.12539C13.0843 8.09848 13.5995 8.2716 14.0259 8.56951C14.8644 9.15528 15.3667 10.2183 15.3667 11.3333C15.3667 12.403 14.9418 13.4289 14.1854 14.1853C13.429 14.9417 12.4031 15.3667 11.3334 15.3667C10.2637 15.3667 9.23776 14.9417 8.48136 14.1853C8.30183 14.0058 8.14097 13.8111 8.00003 13.6042C7.85909 13.8111 7.69823 14.0058 7.51869 14.1853C6.7623 14.9417 5.7364 15.3667 4.66669 15.3667C3.59699 15.3667 2.57109 14.9417 1.8147 14.1853C1.0583 13.4289 0.633362 12.403 0.633362 11.3333C0.633362 10.2183 1.13571 9.15528 1.97412 8.56951C2.40053 8.2716 2.91578 8.09848 3.4763 8.12539C3.84765 8.14321 4.2163 8.24764 4.57195 8.43538C5.3193 7.59574 5.87357 6.44077 6.29817 5.19286C6.72322 3.94361 6.9957 2.67423 7.21779 1.63962C7.25163 1.48198 7.2843 1.32978 7.31616 1.18394ZM6.48206 8.17901C6.8013 8.25033 7.09708 8.38633 7.35927 8.56951C7.60249 8.73944 7.81743 8.94954 8.00003 9.18942C8.18262 8.94954 8.39756 8.73944 8.64079 8.56951C9.06719 8.2716 9.58244 8.09848 10.143 8.12539C10.2375 8.12993 10.3318 8.14008 10.4258 8.15578C10.3845 8.00287 10.3371 7.84204 10.2839 7.67402C10.0661 6.98623 9.76503 6.22274 9.42708 5.46276C9.06824 4.6558 8.67504 3.86869 8.30738 3.1959C8.12817 3.96362 7.90788 4.80816 7.62355 5.64381C7.33185 6.50114 6.96315 7.38009 6.48206 8.17901ZM9.40863 2.19208C10.5396 2.44809 11.5371 2.98851 12.3181 3.62634C12.8631 4.0714 13.2879 4.55224 13.5713 4.99368C13.6242 5.07619 13.671 5.15524 13.712 5.23058C12.8439 5.09828 12.0886 4.77703 11.3871 4.26773C10.7051 3.77254 10.0582 3.08801 9.40863 2.19208ZM8.70003 11.3333C8.70003 12.0317 8.97747 12.7015 9.47131 13.1954C9.96516 13.6892 10.635 13.9667 11.3334 13.9667C12.0318 13.9667 12.7016 13.6892 13.1954 13.1954C13.6893 12.7015 13.9667 12.0317 13.9667 11.3333C13.9667 10.6083 13.6357 10.0047 13.2241 9.71716C13.0255 9.57841 12.8116 9.51318 12.5909 9.52378C12.3702 9.53437 12.0912 9.6235 11.7706 9.87994C11.515 10.0845 11.1517 10.0845 10.8961 9.87994C10.5755 9.6235 10.2966 9.53437 10.0758 9.52378C9.85511 9.51318 9.6412 9.57841 9.4426 9.71716C9.03102 10.0047 8.70003 10.6083 8.70003 11.3333ZM7.30003 11.3333C7.30003 10.6083 6.96904 10.0047 6.55745 9.71716C6.35886 9.57841 6.14494 9.51318 5.92421 9.52378C5.70349 9.53437 5.42454 9.6235 5.10398 9.87994C4.84833 10.0845 4.48506 10.0845 4.22941 9.87994C3.90885 9.6235 3.6299 9.53437 3.40918 9.52378C3.18845 9.51318 2.97453 9.57841 2.77594 9.71716C2.36435 10.0047 2.03336 10.6083 2.03336 11.3333C2.03336 12.0317 2.3108 12.7015 2.80465 13.1954C3.29849 13.6892 3.96829 13.9667 4.66669 13.9667C5.3651 13.9667 6.0349 13.6892 6.52874 13.1954C7.02259 12.7015 7.30003 12.0317 7.30003 11.3333Z", fill: "currentColor", }), }), - ca = (e) => - kt("svg", { + ta = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.50501 5.50502C3.77838 5.23166 4.2216 5.23166 4.49496 5.50502L7.99999 9.01005L11.505 5.50502C11.7784 5.23166 12.2216 5.23166 12.495 5.50502C12.7683 5.77839 12.7683 6.22161 12.495 6.49497L8.49496 10.495C8.2216 10.7683 7.77838 10.7683 7.50501 10.495L3.50501 6.49497C3.23165 6.22161 3.23165 5.77839 3.50501 5.50502Z", fill: "currentColor", }), }), - da = (e) => - kt("svg", { + na = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66667 3.3C5.05327 3.3 5.36667 3.6134 5.36667 4V12C5.36667 12.3866 5.05327 12.7 4.66667 12.7C4.28008 12.7 3.96667 12.3866 3.96667 12V4C3.96667 3.6134 4.28008 3.3 4.66667 3.3ZM10.8384 3.50502C11.1117 3.23166 11.5549 3.23166 11.8283 3.50502C12.1017 3.77839 12.1017 4.22161 11.8283 4.49497L8.32329 8L11.8283 11.505C12.1017 11.7784 12.1017 12.2216 11.8283 12.495C11.5549 12.7683 11.1117 12.7683 10.8384 12.495L6.83837 8.49497C6.565 8.22161 6.565 7.77839 6.83837 7.50502L10.8384 3.50502Z", fill: "currentColor", }), }), - ua = (e) => - kt("svg", { + ra = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.1717 3.50502C4.44507 3.23166 4.88828 3.23166 5.16165 3.50502L9.16165 7.50502C9.43502 7.77839 9.43502 8.22161 9.16165 8.49497L5.16165 12.495C4.88828 12.7683 4.44507 12.7683 4.1717 12.495C3.89833 12.2216 3.89833 11.7784 4.1717 11.505L7.67673 8L4.1717 4.49497C3.89833 4.22161 3.89833 3.77839 4.1717 3.50502ZM11.3333 3.3C11.7199 3.3 12.0333 3.6134 12.0333 4V12C12.0333 12.3866 11.7199 12.7 11.3333 12.7C10.9467 12.7 10.6333 12.3866 10.6333 12V4C10.6333 3.6134 10.9467 3.3 11.3333 3.3Z", fill: "currentColor", }), }), - pa = (e) => - kt("svg", { + oa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.495 3.50502C10.7683 3.77839 10.7683 4.22161 10.495 4.49497L6.98994 8L10.495 11.505C10.7683 11.7784 10.7683 12.2216 10.495 12.495C10.2216 12.7683 9.77838 12.7683 9.50501 12.495L5.50501 8.49497C5.23165 8.22161 5.23165 7.77839 5.50501 7.50502L9.50501 3.50502C9.77838 3.23166 10.2216 3.23166 10.495 3.50502Z", fill: "currentColor", }), }), - ma = (e) => - kt("svg", { + ia = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.50501 3.50502C5.77838 3.23166 6.2216 3.23166 6.49496 3.50502L10.495 7.50502C10.7683 7.77839 10.7683 8.22161 10.495 8.49497L6.49496 12.495C6.2216 12.7683 5.77838 12.7683 5.50501 12.495C5.23165 12.2216 5.23165 11.7784 5.50501 11.505L9.01004 8L5.50501 4.49497C5.23165 4.22161 5.23165 3.77839 5.50501 3.50502Z", fill: "currentColor", }), }), - ha = (e) => - kt("svg", { + la = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.1717 3.50502C4.44507 3.23166 4.88828 3.23166 5.16165 3.50502L8.00001 6.34338L10.8384 3.50502C11.1117 3.23166 11.5549 3.23166 11.8283 3.50502C12.1017 3.77839 12.1017 4.22161 11.8283 4.49497L8.49498 7.82831C8.36371 7.95958 8.18566 8.03333 8.00001 8.03333C7.81436 8.03333 7.63631 7.95958 7.50503 7.82831L4.1717 4.49497C3.89833 4.22161 3.89833 3.77839 4.1717 3.50502ZM4.1717 8.17169C4.44507 7.89832 4.88828 7.89832 5.16165 8.17169L8.00001 11.01L10.8384 8.17169C11.1117 7.89832 11.5549 7.89832 11.8283 8.17169C12.1017 8.44506 12.1017 8.88827 11.8283 9.16164L8.49498 12.495C8.36371 12.6262 8.18566 12.7 8.00001 12.7C7.81436 12.7 7.63631 12.6262 7.50503 12.495L4.1717 9.16164C3.89833 8.88827 3.89833 8.44506 4.1717 8.17169Z", fill: "currentColor", }), }), - fa = (e) => - kt("svg", { + aa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.1717 2.17169C4.44507 1.89833 4.88828 1.89833 5.16165 2.17169L8.00001 5.01005L10.8384 2.17169C11.1117 1.89833 11.5549 1.89833 11.8283 2.17169C12.1017 2.44506 12.1017 2.88827 11.8283 3.16164L8.49498 6.49498C8.36371 6.62625 8.18566 6.7 8.00001 6.7C7.81436 6.7 7.63631 6.62625 7.50503 6.49498L4.1717 3.16164C3.89833 2.88827 3.89833 2.44506 4.1717 2.17169ZM8.00001 9.3C8.18566 9.3 8.36371 9.37375 8.49498 9.50503L11.8283 12.8384C12.1017 13.1117 12.1017 13.5549 11.8283 13.8283C11.5549 14.1017 11.1117 14.1017 10.8384 13.8283L8.00001 10.99L5.16165 13.8283C4.88828 14.1017 4.44507 14.1017 4.1717 13.8283C3.89833 13.5549 3.89833 13.1117 4.1717 12.8384L7.50503 9.50503C7.63631 9.37375 7.81436 9.3 8.00001 9.3Z", fill: "currentColor", }), }), - ga = (e) => - kt("svg", { + Ca = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.82836 4.17169C8.10172 4.44506 8.10172 4.88827 7.82836 5.16164L4.99 8L7.82836 10.8384C8.10172 11.1117 8.10172 11.5549 7.82836 11.8283C7.55499 12.1017 7.11177 12.1017 6.83841 11.8283L3.50507 8.49498C3.3738 8.3637 3.30005 8.18565 3.30005 8C3.30005 7.81435 3.3738 7.6363 3.50507 7.50503L6.83841 4.17169C7.11177 3.89833 7.55499 3.89833 7.82836 4.17169ZM12.495 4.17169C12.7684 4.44506 12.7684 4.88827 12.495 5.16164L9.65666 8L12.495 10.8384C12.7684 11.1117 12.7684 11.5549 12.495 11.8283C12.2217 12.1017 11.7784 12.1017 11.5051 11.8283L8.17174 8.49498C8.04047 8.3637 7.96672 8.18565 7.96672 8C7.96672 7.81435 8.04047 7.6363 8.17174 7.50503L11.5051 4.17169C11.7784 3.89833 12.2217 3.89833 12.495 4.17169Z", fill: "currentColor", }), }), - va = (e) => - kt("svg", { + sa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.49498 4.17169C6.76835 4.44506 6.76835 4.88827 6.49498 5.16164L3.65662 8L6.49498 10.8384C6.76835 11.1117 6.76835 11.5549 6.49498 11.8283C6.22162 12.1017 5.7784 12.1017 5.50503 11.8283L2.1717 8.49498C2.04042 8.3637 1.96667 8.18565 1.96667 8C1.96667 7.81435 2.04042 7.6363 2.1717 7.50503L5.50503 4.17169C5.7784 3.89833 6.22162 3.89833 6.49498 4.17169ZM9.50503 4.17169C9.7784 3.89833 10.2216 3.89833 10.495 4.17169L13.8283 7.50503C13.9596 7.6363 14.0333 7.81435 14.0333 8C14.0333 8.18565 13.9596 8.3637 13.8283 8.49498L10.495 11.8283C10.2216 12.1017 9.7784 12.1017 9.50503 11.8283C9.23167 11.5549 9.23167 11.1117 9.50503 10.8384L12.3434 8L9.50503 5.16164C9.23167 4.88827 9.23167 4.44506 9.50503 4.17169Z", fill: "currentColor", }), }), - wa = (e) => - kt("svg", { + ca = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.50507 4.17169C3.77844 3.89833 4.22166 3.89833 4.49502 4.17169L7.82836 7.50503C7.95963 7.6363 8.03338 7.81435 8.03338 8C8.03338 8.18565 7.95963 8.3637 7.82836 8.49498L4.49502 11.8283C4.22166 12.1017 3.77844 12.1017 3.50507 11.8283C3.23171 11.5549 3.23171 11.1117 3.50507 10.8384L6.34343 8L3.50507 5.16164C3.23171 4.88827 3.23171 4.44506 3.50507 4.17169ZM8.17174 4.17169C8.44511 3.89833 8.88832 3.89833 9.16169 4.17169L12.495 7.50503C12.6263 7.6363 12.7 7.81435 12.7 8C12.7 8.18565 12.6263 8.3637 12.495 8.49498L9.16169 11.8283C8.88832 12.1017 8.44511 12.1017 8.17174 11.8283C7.89837 11.5549 7.89837 11.1117 8.17174 10.8384L11.0101 8L8.17174 5.16164C7.89837 4.88827 7.89837 4.44506 8.17174 4.17169Z", fill: "currentColor", }), }), - La = (e) => - kt("svg", { + da = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1717 4.17169C2.44507 3.89833 2.88828 3.89833 3.16165 4.17169L6.49498 7.50503C6.62626 7.6363 6.70001 7.81435 6.70001 8C6.70001 8.18565 6.62626 8.3637 6.49498 8.49498L3.16165 11.8283C2.88828 12.1017 2.44507 12.1017 2.1717 11.8283C1.89833 11.5549 1.89833 11.1117 2.1717 10.8384L5.01006 8L2.1717 5.16164C1.89833 4.88827 1.89833 4.44506 2.1717 4.17169ZM13.8283 4.17169C14.1017 4.44506 14.1017 4.88827 13.8283 5.16164L10.99 8L13.8283 10.8384C14.1017 11.1117 14.1017 11.5549 13.8283 11.8283C13.5549 12.1017 13.1117 12.1017 12.8384 11.8283L9.50503 8.49498C9.37376 8.3637 9.30001 8.18565 9.30001 8C9.30001 7.81435 9.37376 7.6363 9.50503 7.50503L12.8384 4.17169C13.1117 3.89833 13.5549 3.89833 13.8283 4.17169Z", fill: "currentColor", }), }), - ba = (e) => - kt("svg", { + ua = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 1.96667C8.18566 1.96667 8.36371 2.04042 8.49498 2.17169L11.8283 5.50503C12.1017 5.77839 12.1017 6.22161 11.8283 6.49498C11.5549 6.76834 11.1117 6.76834 10.8384 6.49498L8.00001 3.65662L5.16165 6.49498C4.88828 6.76834 4.44507 6.76834 4.1717 6.49498C3.89833 6.22161 3.89833 5.77839 4.1717 5.50503L7.50503 2.17169C7.63631 2.04042 7.81436 1.96667 8.00001 1.96667ZM4.1717 9.50503C4.44507 9.23166 4.88828 9.23166 5.16165 9.50503L8.00001 12.3434L10.8384 9.50503C11.1117 9.23166 11.5549 9.23166 11.8283 9.50503C12.1017 9.77839 12.1017 10.2216 11.8283 10.495L8.49498 13.8283C8.36371 13.9596 8.18566 14.0333 8.00001 14.0333C7.81436 14.0333 7.63631 13.9596 7.50503 13.8283L4.1717 10.495C3.89833 10.2216 3.89833 9.77839 4.1717 9.50503Z", fill: "currentColor", }), }), - Ma = (e) => - kt("svg", { + pa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 3.3C8.18566 3.3 8.36371 3.37375 8.49498 3.50502L11.8283 6.83836C12.1017 7.11173 12.1017 7.55494 11.8283 7.82831C11.5549 8.10167 11.1117 8.10167 10.8384 7.82831L8.00001 4.98995L5.16165 7.82831C4.88828 8.10167 4.44507 8.10167 4.1717 7.82831C3.89833 7.55494 3.89833 7.11173 4.1717 6.83836L7.50503 3.50502C7.63631 3.37375 7.81436 3.3 8.00001 3.3ZM8.00001 7.96667C8.18566 7.96667 8.36371 8.04042 8.49498 8.17169L11.8283 11.505C12.1017 11.7784 12.1017 12.2216 11.8283 12.495C11.5549 12.7683 11.1117 12.7683 10.8384 12.495L8.00001 9.65662L5.16165 12.495C4.88828 12.7683 4.44507 12.7683 4.1717 12.495C3.89833 12.2216 3.89833 11.7784 4.1717 11.505L7.50503 8.17169C7.63631 8.04042 7.81436 7.96667 8.00001 7.96667Z", fill: "currentColor", }), }), - Ha = (e) => - kt("svg", { + ma = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50501 5.50502C7.77838 5.23166 8.2216 5.23166 8.49496 5.50502L12.495 9.50502C12.7683 9.77839 12.7683 10.2216 12.495 10.495C12.2216 10.7683 11.7784 10.7683 11.505 10.495L7.99999 6.98995L4.49496 10.495C4.2216 10.7683 3.77838 10.7683 3.50501 10.495C3.23165 10.2216 3.23165 9.77839 3.50501 9.50502L7.50501 5.50502Z", fill: "currentColor", }), }), - Ea = (e) => - kt("svg", { + ha = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.62027 5.41613C2.24408 6.19793 2.0333 7.07435 2.0333 8C2.0333 10.9145 4.12298 13.341 6.8858 13.8628L8.33515 11.3502C8.2249 11.3611 8.11308 11.3667 7.99997 11.3667C6.70341 11.3667 5.57804 10.6337 5.01556 9.55961L2.62027 5.41613ZM2.03543 3.67567C1.15345 4.89008 0.633301 6.3843 0.633301 8C0.633301 11.7737 3.47085 14.8847 7.12873 15.3157C7.15991 15.3213 7.19126 15.3248 7.22258 15.3261C7.47804 15.3529 7.7374 15.3667 7.99997 15.3667C12.0685 15.3667 15.3666 12.0685 15.3666 8C15.3666 6.96821 15.1545 5.98597 14.7715 5.0945C14.7614 5.06659 14.7495 5.0395 14.7361 5.01337C13.5903 2.43297 11.0053 0.633335 7.99997 0.633335C5.59224 0.633335 3.45431 1.78843 2.11008 3.5747C2.082 3.60627 2.05707 3.6401 2.03543 3.67567ZM3.4796 4.10531L4.93045 6.61505C5.45852 5.44649 6.63428 4.63333 7.99997 4.63333H12.9268C11.8519 3.06342 10.0462 2.03334 7.99997 2.03334C6.19308 2.03334 4.57378 2.83651 3.4796 4.10531ZM13.6349 6.03333H10.7328C11.1317 6.5866 11.3666 7.26586 11.3666 8C11.3666 8.66199 11.1756 9.27934 10.8456 9.79994L8.45183 13.9498C11.536 13.7189 13.9666 11.1433 13.9666 8C13.9666 7.31092 13.8498 6.64913 13.6349 6.03333ZM9.72912 8.9377C9.88059 8.65897 9.96663 8.33954 9.96663 8C9.96663 6.91384 9.08613 6.03333 7.99997 6.03333C6.91381 6.03333 6.0333 6.91384 6.0333 8C6.0333 8.32131 6.11035 8.62463 6.24699 8.89247L6.29932 8.983C6.30818 8.99831 6.31638 9.01382 6.32395 9.02949C6.67008 9.59178 7.29124 9.96667 7.99997 9.96667C8.69193 9.96667 9.30042 9.60931 9.65096 9.06908L9.70028 8.98357C9.70938 8.96779 9.71901 8.9525 9.72912 8.9377Z", fill: "currentColor", }), }), - Ra = (e) => - kt("svg", { + fa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.68692 0.707236C7.88399 0.608701 8.11595 0.608701 8.31302 0.707236L12.313 2.70724C12.5502 2.82581 12.7 3.06819 12.7 3.33333V4.23404L14.9797 5.3739C15.2168 5.49248 15.3666 5.73486 15.3666 6V13.3333C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3667 13.3333 15.3667H2.66663C2.12736 15.3667 1.61017 15.1524 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3333V6C0.633301 5.73486 0.783102 5.49248 1.02025 5.3739L3.29997 4.23404V3.33333C3.29997 3.06819 3.44977 2.82581 3.68692 2.70724L7.68692 0.707236ZM4.69997 4.68075C4.70017 4.67102 4.70017 4.66127 4.69997 4.65151V3.76596L7.99997 2.11596L11.3 3.76596V4.65151C11.2998 4.66127 11.2998 4.67102 11.3 4.68075V13.9667H10.0333V12C10.0333 11.4607 9.81907 10.9435 9.43775 10.5622C9.05643 10.1809 8.53924 9.96667 7.99997 9.96667C7.46069 9.96667 6.94351 10.1809 6.56218 10.5622C6.18086 10.9435 5.96663 11.4607 5.96663 12V13.9667H4.69997V4.68075ZM3.29997 5.79929L2.0333 6.43263V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7812C2.33757 13.8999 2.49866 13.9667 2.66663 13.9667H3.29997V5.79929ZM7.36663 13.9667H8.6333V12C8.6333 11.832 8.56657 11.6709 8.4478 11.5522C8.32903 11.4334 8.16794 11.3667 7.99997 11.3667C7.832 11.3667 7.67091 11.4334 7.55213 11.5522C7.43336 11.6709 7.36663 11.832 7.36663 12V13.9667ZM12.7 13.9667H13.3333C13.5013 13.9667 13.6624 13.8999 13.7811 13.7812C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V6.43263L12.7 5.79929V13.9667ZM7.99997 3.96667C8.38657 3.96667 8.69997 4.28007 8.69997 4.66667V5.3H9.3333C9.7199 5.3 10.0333 5.6134 10.0333 6C10.0333 6.3866 9.7199 6.7 9.3333 6.7H8.69997V8C8.69997 8.3866 8.38657 8.7 7.99997 8.7C7.61337 8.7 7.29997 8.3866 7.29997 8V6.7H6.66663C6.28003 6.7 5.96663 6.3866 5.96663 6C5.96663 5.6134 6.28003 5.3 6.66663 5.3H7.29997V4.66667C7.29997 4.28007 7.61337 3.96667 7.99997 3.96667Z", fill: "currentColor", }), }), - ya = (e) => - kt("svg", { + ga = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6666 1.3C11.0532 1.3 11.3666 1.6134 11.3666 2C11.3666 2.31508 11.4278 2.5237 11.506 2.68667C11.5914 2.86456 11.7076 3.01403 11.8799 3.22938C11.8845 3.23515 11.8892 3.24097 11.8939 3.24685C12.0534 3.44608 12.2628 3.70772 12.4227 4.04084C12.5945 4.3987 12.7 4.81508 12.7 5.33333C12.7 5.71993 12.3866 6.03333 12 6.03333C11.6134 6.03333 11.3 5.71993 11.3 5.33333C11.3 5.01825 11.2388 4.80963 11.1606 4.64666C11.0752 4.46877 10.959 4.3193 10.7867 4.10395C10.7821 4.09819 10.7774 4.09237 10.7727 4.08649C10.6132 3.88727 10.4038 3.62562 10.2439 3.29249C10.0721 2.93463 9.96663 2.51825 9.96663 2C9.96663 1.6134 10.28 1.3 10.6666 1.3ZM13.3333 1.3C13.7199 1.3 14.0333 1.6134 14.0333 2C14.0333 2.31508 14.0945 2.5237 14.1727 2.68667C14.2581 2.86456 14.3743 3.01403 14.5466 3.22938L14.5605 3.24684C14.72 3.44607 14.9295 3.70771 15.0894 4.04084C15.2611 4.3987 15.3666 4.81508 15.3666 5.33333C15.3666 5.71993 15.0532 6.03333 14.6666 6.03333C14.28 6.03333 13.9666 5.71993 13.9666 5.33333C13.9666 5.01825 13.9055 4.80963 13.8272 4.64666C13.7418 4.46877 13.6256 4.3193 13.4534 4.10395L13.4394 4.08649C13.2799 3.88727 13.0705 3.62562 12.9106 3.29249C12.7388 2.93463 12.6333 2.51825 12.6333 2C12.6333 1.6134 12.9467 1.3 13.3333 1.3ZM0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H12C12.3866 7.3 12.7 7.6134 12.7 8C12.7 8.3866 12.3866 8.7 12 8.7H5.36663V9.96667H12C12.3866 9.96667 12.7 10.2801 12.7 10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667H1.3333C0.946701 11.3667 0.633301 11.0533 0.633301 10.6667V8ZM3.96663 9.96667V8.7H2.0333V9.96667H3.96663ZM14.6666 7.3C15.0532 7.3 15.3666 7.6134 15.3666 8V10.6667C15.3666 11.0533 15.0532 11.3667 14.6666 11.3667C14.28 11.3667 13.9666 11.0533 13.9666 10.6667V8C13.9666 7.6134 14.28 7.3 14.6666 7.3Z", fill: "currentColor", }), }), - Va = (e) => - kt("svg", { + va = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.83836C1.11169 0.564993 1.55491 0.564993 1.82828 0.83836L8.49464 7.50472C8.49444 7.50452 8.49484 7.50493 8.49464 7.50472L11.1613 10.1714C11.1611 10.1712 11.1615 10.1716 11.1613 10.1714L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L10.3767 11.3667H1.3333C0.946701 11.3667 0.633301 11.0533 0.633301 10.6667V8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H6.31002L0.838326 1.82831C0.564959 1.55494 0.564959 1.11173 0.838326 0.83836ZM7.71002 8.7H5.36663V9.96667H8.97668L7.71002 8.7ZM3.96663 9.96667V8.7H2.0333V9.96667H3.96663ZM10.6666 1.3C11.0532 1.3 11.3666 1.6134 11.3666 2C11.3666 2.31509 11.4278 2.5237 11.506 2.68667C11.5914 2.86456 11.7076 3.01403 11.8799 3.22938C11.8845 3.23515 11.8892 3.24097 11.8939 3.24685C12.0534 3.44608 12.2628 3.70772 12.4227 4.04084C12.5945 4.3987 12.7 4.81509 12.7 5.33333C12.7 5.71993 12.3866 6.03333 12 6.03333C11.6134 6.03333 11.3 5.71993 11.3 5.33333C11.3 5.01825 11.2388 4.80964 11.1606 4.64666C11.0752 4.46878 10.959 4.3193 10.7867 4.10395C10.7821 4.09819 10.7774 4.09237 10.7727 4.08649C10.6132 3.88727 10.4038 3.62562 10.2439 3.2925C10.0721 2.93464 9.96663 2.51825 9.96663 2C9.96663 1.6134 10.28 1.3 10.6666 1.3ZM13.3333 1.3C13.7199 1.3 14.0333 1.6134 14.0333 2C14.0333 2.31509 14.0945 2.5237 14.1727 2.68667C14.2581 2.86456 14.3743 3.01403 14.5466 3.22938L14.5605 3.24684C14.72 3.44607 14.9295 3.70772 15.0894 4.04084C15.2611 4.3987 15.3666 4.81509 15.3666 5.33333C15.3666 5.71993 15.0532 6.03333 14.6666 6.03333C14.28 6.03333 13.9666 5.71993 13.9666 5.33333C13.9666 5.01825 13.9055 4.80964 13.8272 4.64666C13.7418 4.46878 13.6256 4.3193 13.4534 4.10395L13.4394 4.08649C13.2799 3.88727 13.0705 3.62562 12.9106 3.2925C12.7388 2.93464 12.6333 2.51825 12.6333 2C12.6333 1.6134 12.9467 1.3 13.3333 1.3ZM10.9666 8C10.9666 7.6134 11.28 7.3 11.6666 7.3H12C12.3866 7.3 12.7 7.6134 12.7 8C12.7 8.3866 12.3866 8.7 12 8.7H11.6666C11.28 8.7 10.9666 8.3866 10.9666 8ZM13.9666 8C13.9666 7.6134 14.28 7.3 14.6666 7.3C15.0532 7.3 15.3666 7.6134 15.3666 8V10.6667C15.3666 11.0533 15.0532 11.3667 14.6666 11.3667C14.28 11.3667 13.9666 11.0533 13.9666 10.6667V8Z", fill: "currentColor", }), }), - Sa = (e) => - kt("svg", { + wa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03334C4.70467 2.03334 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03334 7.99997 2.03334ZM0.633301 8C0.633301 3.9315 3.93147 0.633335 7.99997 0.633335C12.0685 0.633335 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 4.63333C8.38657 4.63333 8.69997 4.94674 8.69997 5.33333V8C8.69997 8.3866 8.38657 8.7 7.99997 8.7C7.61337 8.7 7.29997 8.3866 7.29997 8V5.33333C7.29997 4.94674 7.61337 4.63333 7.99997 4.63333ZM7.29997 10.6667C7.29997 10.2801 7.61337 9.96667 7.99997 9.96667H8.00663C8.39323 9.96667 8.70663 10.2801 8.70663 10.6667C8.70663 11.0533 8.39323 11.3667 8.00663 11.3667H7.99997C7.61337 11.3667 7.29997 11.0533 7.29997 10.6667Z", fill: "currentColor", }), }), - Ta = (e) => - kt("svg", { + La = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03334C4.70467 2.03334 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03334 7.99997 2.03334ZM0.633301 8C0.633301 3.9315 3.93147 0.633335 7.99997 0.633335C12.0685 0.633335 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 4.63333C8.38657 4.63333 8.69997 4.94674 8.69997 5.33333V8.97672L10.1717 7.50503C10.445 7.23166 10.8882 7.23166 11.1616 7.50503C11.435 7.77839 11.435 8.22161 11.1616 8.49498L8.49494 11.1616C8.22157 11.435 7.77836 11.435 7.50499 11.1616L4.83833 8.49498C4.56496 8.22161 4.56496 7.77839 4.83833 7.50503C5.11169 7.23166 5.55491 7.23166 5.82828 7.50503L7.29997 8.97672V5.33333C7.29997 4.94674 7.61337 4.63333 7.99997 4.63333Z", fill: "currentColor", }), }), - Na = (e) => - kt("svg", { + ba = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03334C4.70467 2.03334 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03334 7.99997 2.03334ZM0.633301 8C0.633301 3.9315 3.93147 0.633335 7.99997 0.633335C12.0685 0.633335 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM8.49494 4.83836C8.76831 5.11173 8.76831 5.55494 8.49494 5.82831L7.02325 7.3H10.6666C11.0532 7.3 11.3666 7.6134 11.3666 8C11.3666 8.3866 11.0532 8.7 10.6666 8.7H7.02325L8.49494 10.1717C8.76831 10.4451 8.76831 10.8883 8.49494 11.1616C8.22157 11.435 7.77836 11.435 7.50499 11.1616L4.83833 8.49498C4.56496 8.22161 4.56496 7.77839 4.83833 7.50503L7.50499 4.83836C7.77836 4.56499 8.22157 4.56499 8.49494 4.83836Z", fill: "currentColor", }), }), - xa = (e) => - kt("svg", { + Ma = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.16401 2.14798C8.00659 1.91776 6.80689 2.03592 5.71662 2.48752C4.62636 2.93912 3.69449 3.70389 3.03887 4.6851C2.38324 5.66631 2.0333 6.81991 2.0333 8C2.0333 8.3866 1.7199 8.7 1.3333 8.7C0.946701 8.7 0.633301 8.3866 0.633301 8C0.633301 6.54301 1.06535 5.11874 1.87481 3.9073C2.68427 2.69586 3.83478 1.75165 5.18087 1.19409C6.52695 0.636523 8.00814 0.490639 9.43713 0.774883C10.8661 1.05913 12.1787 1.76073 13.209 2.79098C14.2392 3.82123 14.9408 5.13384 15.2251 6.56284C15.5093 7.99183 15.3634 9.47302 14.8059 10.8191C14.2483 12.1652 13.3041 13.3157 12.0927 14.1252C10.8812 14.9346 9.45696 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667C7.29997 14.2801 7.61337 13.9667 7.99997 13.9667C9.18006 13.9667 10.3337 13.6167 11.3149 12.9611C12.2961 12.3055 13.0608 11.3736 13.5124 10.2833C13.9641 9.19308 14.0822 7.99338 13.852 6.83596C13.6218 5.67854 13.0535 4.61538 12.219 3.78093C11.3846 2.94648 10.3214 2.37821 9.16401 2.14798ZM7.50499 7.50503C7.77836 7.23166 8.22157 7.23166 8.49494 7.50503C8.76831 7.77839 8.76831 8.22161 8.49494 8.49498L3.02325 13.9667H5.3333C5.7199 13.9667 6.0333 14.2801 6.0333 14.6667C6.0333 15.0533 5.7199 15.3667 5.3333 15.3667H1.3333C0.946701 15.3667 0.633301 15.0533 0.633301 14.6667V10.6667C0.633301 10.2801 0.946701 9.96667 1.3333 9.96667C1.7199 9.96667 2.0333 10.2801 2.0333 10.6667V12.9767L7.50499 7.50503Z", fill: "currentColor", }), }), - _a = (e) => - kt("svg", { + Ha = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2833 2.48752C9.19305 2.03592 7.99335 1.91776 6.83593 2.14798C5.67851 2.37821 4.61535 2.94648 3.7809 3.78093C2.94645 4.61538 2.37818 5.67854 2.14795 6.83596C1.91773 7.99338 2.03589 9.19308 2.48749 10.2833C2.93909 11.3736 3.70386 12.3055 4.68507 12.9611C5.66628 13.6167 6.81988 13.9667 7.99997 13.9667C8.38657 13.9667 8.69997 14.2801 8.69997 14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C6.54298 15.3667 5.11871 14.9346 3.90727 14.1252C2.69583 13.3157 1.75162 12.1652 1.19406 10.8191C0.636493 9.47302 0.490608 7.99183 0.774853 6.56284C1.0591 5.13384 1.7607 3.82123 2.79095 2.79098C3.8212 1.76073 5.13381 1.05913 6.56281 0.774883C7.9918 0.490639 9.47299 0.636523 10.8191 1.19409C12.1652 1.75165 13.3157 2.69586 14.1251 3.9073C14.9346 5.11874 15.3666 6.54301 15.3666 8C15.3666 8.3866 15.0532 8.7 14.6666 8.7C14.28 8.7 13.9666 8.3866 13.9666 8C13.9666 6.81991 13.6167 5.66631 12.9611 4.6851C12.3054 3.70389 11.3736 2.93912 10.2833 2.48752ZM7.505 7.50503C7.77836 7.23166 8.22158 7.23166 8.49495 7.50503L13.9666 12.9767V10.6667C13.9666 10.2801 14.28 9.96667 14.6666 9.96667C15.0532 9.96667 15.3666 10.2801 15.3666 10.6667V14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667H10.6666C10.28 15.3667 9.96664 15.0533 9.96664 14.6667C9.96664 14.2801 10.28 13.9667 10.6666 13.9667H12.9767L7.505 8.49498C7.23163 8.22161 7.23163 7.77839 7.505 7.50503Z", fill: "currentColor", }), }), - Aa = (e) => - kt("svg", { + Ea = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633301 1.33334C0.633301 0.946736 0.946701 0.633335 1.3333 0.633335H5.3333C5.7199 0.633335 6.0333 0.946736 6.0333 1.33334C6.0333 1.71993 5.7199 2.03334 5.3333 2.03334H3.02325L8.49494 7.50503C8.76831 7.77839 8.76831 8.22161 8.49494 8.49498C8.22157 8.76834 7.77836 8.76834 7.50499 8.49498L2.0333 3.02328V5.33333C2.0333 5.71993 1.7199 6.03333 1.3333 6.03333C0.946701 6.03333 0.633301 5.71993 0.633301 5.33333V1.33334ZM11.3149 3.0389C10.3337 2.38327 9.18006 2.03334 7.99997 2.03334C7.61337 2.03334 7.29997 1.71993 7.29997 1.33334C7.29997 0.946736 7.61337 0.633335 7.99997 0.633335C9.45696 0.633335 10.8812 1.06538 12.0927 1.87484C13.3041 2.6843 14.2483 3.83482 14.8059 5.1809C15.3634 6.52698 15.5093 8.00817 15.2251 9.43717C14.9408 10.8662 14.2392 12.1788 13.209 13.209C12.1787 14.2393 10.8661 14.9409 9.43713 15.2251C8.00814 15.5094 6.52695 15.3635 5.18087 14.8059C3.83478 14.2483 2.68427 13.3041 1.87481 12.0927C1.06535 10.8813 0.633301 9.45699 0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3C1.7199 7.3 2.0333 7.6134 2.0333 8C2.0333 9.1801 2.38324 10.3337 3.03887 11.3149C3.69449 12.2961 4.62636 13.0609 5.71662 13.5125C6.80689 13.9641 8.00659 14.0822 9.16401 13.852C10.3214 13.6218 11.3846 13.0535 12.219 12.2191C13.0535 11.3846 13.6218 10.3215 13.852 9.16404C14.0822 8.00662 13.9641 6.80692 13.5124 5.71666C13.0608 4.62639 12.2961 3.69453 11.3149 3.0389Z", fill: "currentColor", }), }), - Za = (e) => - kt("svg", { + Ra = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03334C6.81988 2.03334 5.66628 2.38327 4.68507 3.0389C3.70386 3.69453 2.93909 4.62639 2.48749 5.71666C2.03589 6.80692 1.91773 8.00662 2.14795 9.16404C2.37818 10.3215 2.94645 11.3846 3.7809 12.2191C4.61535 13.0535 5.67851 13.6218 6.83593 13.852C7.99335 14.0822 9.19305 13.9641 10.2833 13.5125C11.3736 13.0609 12.3054 12.2961 12.9611 11.3149C13.6167 10.3337 13.9666 9.1801 13.9666 8C13.9666 7.6134 14.28 7.3 14.6666 7.3C15.0532 7.3 15.3666 7.6134 15.3666 8C15.3666 9.45699 14.9346 10.8813 14.1251 12.0927C13.3157 13.3041 12.1652 14.2483 10.8191 14.8059C9.47299 15.3635 7.9918 15.5094 6.56281 15.2251C5.13381 14.9409 3.8212 14.2393 2.79095 13.209C1.7607 12.1788 1.0591 10.8662 0.774853 9.43717C0.490608 8.00817 0.636493 6.52698 1.19406 5.1809C1.75162 3.83482 2.69583 2.6843 3.90727 1.87484C5.11871 1.06538 6.54298 0.633335 7.99997 0.633335C8.38657 0.633335 8.69997 0.946736 8.69997 1.33334C8.69997 1.71993 8.38657 2.03334 7.99997 2.03334ZM10.6666 2.03334C10.28 2.03334 9.96664 1.71993 9.96664 1.33334C9.96664 0.946736 10.28 0.633335 10.6666 0.633335H14.6666C15.0532 0.633335 15.3666 0.946736 15.3666 1.33334V5.33333C15.3666 5.71993 15.0532 6.03333 14.6666 6.03333C14.28 6.03333 13.9666 5.71993 13.9666 5.33333V3.02328L8.49495 8.49498C8.22158 8.76834 7.77836 8.76834 7.505 8.49498C7.23163 8.22161 7.23163 7.77839 7.505 7.50503L12.9767 2.03334H10.6666Z", fill: "currentColor", }), }), - Ia = (e) => - kt("svg", { + ya = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03334C4.70467 2.03334 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03334 7.99997 2.03334ZM0.633301 8C0.633301 3.9315 3.93147 0.633335 7.99997 0.633335C12.0685 0.633335 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.50499 5.82831C7.23163 5.55494 7.23163 5.11173 7.50499 4.83836C7.77836 4.56499 8.22157 4.56499 8.49494 4.83836L11.1616 7.50503C11.435 7.77839 11.435 8.22161 11.1616 8.49498L8.49494 11.1616C8.22157 11.435 7.77836 11.435 7.50499 11.1616C7.23163 10.8883 7.23163 10.4451 7.50499 10.1717L8.97668 8.7H5.3333C4.9467 8.7 4.6333 8.3866 4.6333 8C4.6333 7.6134 4.9467 7.3 5.3333 7.3H8.97668L7.50499 5.82831Z", fill: "currentColor", }), }), - ka = (e) => - kt("svg", { + Va = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03334C4.70467 2.03334 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03334 7.99997 2.03334ZM0.633301 8C0.633301 3.9315 3.93147 0.633335 7.99997 0.633335C12.0685 0.633335 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM4.83833 7.50503L7.50499 4.83836C7.77836 4.56499 8.22157 4.56499 8.49494 4.83836L11.1616 7.50503C11.435 7.77839 11.435 8.22161 11.1616 8.49498C10.8882 8.76834 10.445 8.76834 10.1717 8.49498L8.69997 7.02328V10.6667C8.69997 11.0533 8.38657 11.3667 7.99997 11.3667C7.61337 11.3667 7.29997 11.0533 7.29997 10.6667V7.02328L5.82828 8.49498C5.55491 8.76834 5.11169 8.76834 4.83833 8.49498C4.56496 8.22161 4.56496 7.77839 4.83833 7.50503Z", fill: "currentColor", }), }), - Oa = (e) => - kt("svg", { + Ta = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4284 2.54607C9.25313 2.02239 7.94006 1.89266 6.68503 2.17622C5.43 2.45978 4.30025 3.14143 3.46428 4.11952C2.6283 5.09761 2.13089 6.31972 2.04624 7.6036C1.96158 8.88748 2.2942 10.1643 2.99451 11.2437C3.69481 12.3231 4.72527 13.1472 5.9322 13.5931C7.13913 14.039 8.45787 14.0828 9.69173 13.718C10.9256 13.3532 12.0085 12.5993 12.7789 11.5688C13.5493 10.5382 13.9659 9.28626 13.9666 7.9996V7.38667C13.9666 7.00007 14.28 6.68667 14.6666 6.68667C15.0532 6.68667 15.3666 7.00007 15.3666 7.38667V8C15.3657 9.58856 14.8513 11.1347 13.9002 12.407C12.949 13.6793 11.6121 14.6101 10.0887 15.0605C8.56531 15.511 6.93715 15.4569 5.44703 14.9063C3.95691 14.3558 2.68466 13.3384 1.82004 12.0057C0.95542 10.6731 0.544747 9.09661 0.649269 7.51148C0.753792 5.92636 1.36791 4.41749 2.40003 3.20991C3.43216 2.00233 4.82699 1.16073 6.37649 0.810641C7.926 0.46055 9.54716 0.620721 10.9982 1.26727C11.3513 1.42461 11.51 1.83844 11.3527 2.19157C11.1954 2.5447 10.7815 2.70341 10.4284 2.54607ZM15.1616 2.17169C15.435 2.44506 15.435 2.88827 15.1616 3.16164L8.49495 9.82831C8.36367 9.95958 8.18562 10.0333 7.99997 10.0333C7.81432 10.0333 7.63627 9.95958 7.505 9.82831L5.505 7.82831C5.23163 7.55494 5.23163 7.11173 5.505 6.83836C5.77836 6.56499 6.22158 6.56499 6.49495 6.83836L7.99997 8.34338L14.1717 2.17169C14.445 1.89832 14.8882 1.89832 15.1616 2.17169Z", fill: "currentColor", }), }), - Ba = (e) => - kt("svg", { + Sa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03334C4.70467 2.03334 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03334 7.99997 2.03334ZM0.633301 8C0.633301 3.9315 3.93147 0.633335 7.99997 0.633335C12.0685 0.633335 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM10.4949 6.17169C10.7683 6.44506 10.7683 6.88828 10.4949 7.16164L7.82828 9.82831C7.55491 10.1017 7.11169 10.1017 6.83833 9.82831L5.50499 8.49498C5.23163 8.22161 5.23163 7.77839 5.50499 7.50503C5.77836 7.23166 6.22157 7.23166 6.49494 7.50503L7.3333 8.34338L9.50499 6.17169C9.77836 5.89833 10.2216 5.89833 10.4949 6.17169Z", fill: "currentColor", }), }), - Da = (e) => - kt("svg", { + Na = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03334 4.7047 2.03334 8C2.03334 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633335 8C0.633335 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633335 12.0685 0.633335 8ZM4.83836 6.17169C5.11173 5.89832 5.55494 5.89832 5.82831 6.17169L8 8.34338L10.1717 6.17169C10.4451 5.89832 10.8883 5.89832 11.1616 6.17169C11.435 6.44506 11.435 6.88827 11.1616 7.16164L8.49498 9.82831C8.22161 10.1017 7.77839 10.1017 7.50503 9.82831L4.83836 7.16164C4.56499 6.88827 4.56499 6.44506 4.83836 6.17169Z", fill: "currentColor", }), }), - Pa = (e) => - kt("svg", { + xa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633333 8C0.633333 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633333 12.0685 0.633333 8ZM9.82831 4.83836C10.1017 5.11172 10.1017 5.55494 9.82831 5.82831L7.65662 8L9.82831 10.1717C10.1017 10.4451 10.1017 10.8883 9.82831 11.1616C9.55494 11.435 9.11172 11.435 8.83836 11.1616L6.17169 8.49497C5.89832 8.22161 5.89832 7.77839 6.17169 7.50502L8.83836 4.83836C9.11172 4.56499 9.55494 4.56499 9.82831 4.83836Z", fill: "currentColor", }), }), - Fa = (e) => - kt("svg", { + _a = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM6.17169 4.83836C6.44506 4.56499 6.88827 4.56499 7.16164 4.83836L9.82831 7.50502C10.1017 7.77839 10.1017 8.22161 9.82831 8.49497L7.16164 11.1616C6.88827 11.435 6.44506 11.435 6.17169 11.1616C5.89832 10.8883 5.89832 10.4451 6.17169 10.1717L8.34338 8L6.17169 5.82831C5.89832 5.55494 5.89832 5.11172 6.17169 4.83836Z", fill: "currentColor", }), }), - Ua = (e) => - kt("svg", { + Aa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM8 7.65661L5.82831 9.82831C5.55494 10.1017 5.11172 10.1017 4.83836 9.82831C4.56499 9.55494 4.56499 9.11172 4.83836 8.83836L7.50502 6.17169C7.77839 5.89832 8.22161 5.89832 8.49497 6.17169L11.1616 8.83836C11.435 9.11172 11.435 9.55494 11.1616 9.82831C10.8883 10.1017 10.4451 10.1017 10.1717 9.82831L8 7.65661Z", fill: "currentColor", }), }), - za = (e) => - kt("svg", { + Za = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.13366 2.14191C8.38483 1.99699 7.61516 1.99699 6.86633 2.14191C6.48677 2.21537 6.11954 1.96722 6.04608 1.58766C5.97263 1.20811 6.22077 0.840869 6.60033 0.767415C7.52487 0.588494 8.47513 0.588494 9.39966 0.767415C9.77922 0.840869 10.0274 1.20811 9.95391 1.58766C9.88046 1.96722 9.51322 2.21537 9.13366 2.14191ZM4.86162 2.07683C5.07729 2.39768 4.99202 2.83262 4.67117 3.04829C4.03623 3.47507 3.4893 4.01997 3.06017 4.65332C2.84331 4.97337 2.40806 5.05702 2.08801 4.84017C1.76796 4.62331 1.6843 4.18806 1.90116 3.86801C2.43099 3.08606 3.10625 2.4133 3.89016 1.88638C4.21101 1.67071 4.64595 1.75598 4.86162 2.07683ZM11.1598 2.08801C11.3767 1.76796 11.8119 1.6843 12.132 1.90116C12.9139 2.43099 13.5867 3.10625 14.1136 3.89016C14.3293 4.21101 14.244 4.64595 13.9232 4.86162C13.6023 5.07729 13.1674 4.99202 12.9517 4.67117C12.5249 4.03623 11.98 3.4893 11.3467 3.06017C11.0266 2.84331 10.943 2.40806 11.1598 2.08801ZM1.58766 6.04608C1.96722 6.11954 2.21537 6.48677 2.14191 6.86633C1.99699 7.61516 1.99699 8.38483 2.14191 9.13366C2.21537 9.51322 1.96722 9.88046 1.58766 9.95391C1.20811 10.0274 0.840869 9.77922 0.767415 9.39966C0.588494 8.47513 0.588494 7.52487 0.767415 6.60033C0.840869 6.22077 1.20811 5.97263 1.58766 6.04608ZM14.4123 6.04608C14.7919 5.97263 15.1591 6.22077 15.2326 6.60033C15.4115 7.52487 15.4115 8.47513 15.2326 9.39966C15.1591 9.77922 14.7919 10.0274 14.4123 9.95391C14.0328 9.88046 13.7846 9.51322 13.8581 9.13366C14.003 8.38483 14.003 7.61516 13.8581 6.86633C13.7846 6.48677 14.0328 6.11954 14.4123 6.04608ZM2.07683 11.1384C2.39768 10.9227 2.83262 11.008 3.04829 11.3288C3.47507 11.9638 4.01997 12.5107 4.65332 12.9398C4.97337 13.1567 5.05702 13.5919 4.84017 13.912C4.62331 14.232 4.18806 14.3157 3.86801 14.0988C3.08606 13.569 2.4133 12.8937 1.88638 12.1098C1.67071 11.789 1.75598 11.354 2.07683 11.1384ZM13.912 11.1598C14.232 11.3767 14.3157 11.8119 14.0988 12.132C13.569 12.9139 12.8937 13.5867 12.1098 14.1136C11.789 14.3293 11.354 14.244 11.1384 13.9232C10.9227 13.6023 11.008 13.1674 11.3288 12.9517C11.9638 12.5249 12.5107 11.98 12.9398 11.3467C13.1567 11.0266 13.5919 10.943 13.912 11.1598ZM6.04608 14.4123C6.11954 14.0328 6.48677 13.7846 6.86633 13.8581C7.61516 14.003 8.38483 14.003 9.13366 13.8581C9.51322 13.7846 9.88046 14.0328 9.95391 14.4123C10.0274 14.7919 9.77922 15.1591 9.39966 15.2326C8.47513 15.4115 7.52487 15.4115 6.60033 15.2326C6.22077 15.1591 5.97263 14.7919 6.04608 14.4123Z", fill: "currentColor", }), }), - Ga = (e) => - kt("svg", { + Ia = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM8 5.36666C8.01841 5.36666 8.03333 5.35174 8.03333 5.33333C8.03333 5.31492 8.01841 5.3 8 5.3C7.98159 5.3 7.96666 5.31492 7.96666 5.33333C7.96666 5.35174 7.98159 5.36666 8 5.36666ZM6.63333 5.33333C6.63333 4.57854 7.24521 3.96666 8 3.96666C8.75479 3.96666 9.36666 4.57854 9.36666 5.33333C9.36666 6.08812 8.75479 6.7 8 6.7C7.24521 6.7 6.63333 6.08812 6.63333 5.33333ZM4.63333 8C4.63333 7.6134 4.94673 7.3 5.33333 7.3H10.6667C11.0533 7.3 11.3667 7.6134 11.3667 8C11.3667 8.3866 11.0533 8.7 10.6667 8.7H5.33333C4.94673 8.7 4.63333 8.3866 4.63333 8ZM8 10.7C8.01841 10.7 8.03333 10.6851 8.03333 10.6667C8.03333 10.6483 8.01841 10.6333 8 10.6333C7.98159 10.6333 7.96666 10.6483 7.96666 10.6667C7.96666 10.6851 7.98159 10.7 8 10.7ZM6.63333 10.6667C6.63333 9.91187 7.24521 9.3 8 9.3C8.75479 9.3 9.36666 9.91187 9.36666 10.6667C9.36666 11.4215 8.75479 12.0333 8 12.0333C7.24521 12.0333 6.63333 11.4215 6.63333 10.6667Z", fill: "currentColor", }), }), - $a = (e) => - kt("svg", { + ka = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM8 3.3C8.3866 3.3 8.7 3.6134 8.7 4V4.63333H10.6667C11.0533 4.63333 11.3667 4.94673 11.3667 5.33333C11.3667 5.71993 11.0533 6.03333 10.6667 6.03333H8.7V7.3H9.33333C9.8726 7.3 10.3898 7.51422 10.7711 7.89555C11.1524 8.27687 11.3667 8.79406 11.3667 9.33333C11.3667 9.8726 11.1524 10.3898 10.7711 10.7711C10.3898 11.1524 9.8726 11.3667 9.33333 11.3667H8.7V12C8.7 12.3866 8.3866 12.7 8 12.7C7.6134 12.7 7.3 12.3866 7.3 12V11.3667H5.33333C4.94673 11.3667 4.63333 11.0533 4.63333 10.6667C4.63333 10.2801 4.94673 9.96666 5.33333 9.96666H7.3V8.7H6.66666C6.12739 8.7 5.6102 8.48577 5.22888 8.10445C4.84756 7.72312 4.63333 7.20594 4.63333 6.66666C4.63333 6.12739 4.84756 5.6102 5.22888 5.22888C5.6102 4.84756 6.12739 4.63333 6.66666 4.63333H7.3V4C7.3 3.6134 7.6134 3.3 8 3.3ZM7.3 6.03333H6.66666C6.49869 6.03333 6.3376 6.10006 6.21883 6.21883C6.10006 6.3376 6.03333 6.49869 6.03333 6.66666C6.03333 6.83463 6.10006 6.99572 6.21883 7.1145C6.3376 7.23327 6.49869 7.3 6.66666 7.3H7.3V6.03333ZM8.7 8.7V9.96666H9.33333C9.5013 9.96666 9.66239 9.89994 9.78116 9.78116C9.89994 9.66239 9.96666 9.5013 9.96666 9.33333C9.96666 9.16536 9.89994 9.00427 9.78116 8.8855C9.66239 8.76672 9.5013 8.7 9.33333 8.7H8.7Z", fill: "currentColor", }), }), - Wa = (e) => - kt("svg", { + Oa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.13272 2.1404C8.38461 1.99456 7.61537 1.99456 6.86726 2.1404C6.4878 2.21437 6.12023 1.96673 6.04626 1.58727C5.97228 1.20781 6.21993 0.840236 6.59939 0.766264C7.52442 0.585938 8.47556 0.585938 9.40059 0.766264C9.78005 0.840236 10.0277 1.20781 9.95372 1.58727C9.87975 1.96673 9.51217 2.21437 9.13272 2.1404ZM4.85466 2.0834C5.07001 2.40446 4.98432 2.83931 4.66326 3.05467C4.02822 3.48062 3.48151 4.02531 3.05321 4.65875C2.83666 4.97901 2.4015 5.06309 2.08123 4.84655C1.76097 4.63 1.67689 4.19484 1.89344 3.87458C2.42281 3.09166 3.09852 2.41845 3.88339 1.892C4.20445 1.67664 4.6393 1.76233 4.85466 2.0834ZM11.1534 2.08124C11.37 1.76098 11.8052 1.6769 12.1254 1.89345C12.9083 2.42281 13.5815 3.09852 14.108 3.8834C14.3233 4.20446 14.2377 4.63931 13.9166 4.85467C13.5955 5.07002 13.1607 4.98433 12.9453 4.66327C12.5194 4.02823 11.9747 3.48152 11.3412 3.05322C11.021 2.83667 10.9369 2.4015 11.1534 2.08124ZM1.58726 6.04626C1.96672 6.12024 2.21436 6.48781 2.14039 6.86727C1.99455 7.61538 1.99455 8.38461 2.14039 9.13273C2.21436 9.51218 1.96672 9.87976 1.58726 9.95373C1.2078 10.0277 0.840228 9.78006 0.766257 9.4006C0.58593 8.47557 0.58593 7.52442 0.766257 6.59939C0.840228 6.21994 1.2078 5.97229 1.58726 6.04626ZM14.4127 6.04626C14.7922 5.97229 15.1598 6.21994 15.2337 6.59939C15.414 7.52442 15.414 8.47557 15.2337 9.4006C15.1598 9.78006 14.7922 10.0277 14.4127 9.95373C14.0333 9.87976 13.7856 9.51218 13.8596 9.13273C14.0054 8.38461 14.0054 7.61538 13.8596 6.86727C13.7856 6.48781 14.0333 6.12024 14.4127 6.04626ZM7.99999 8.03333C8.0184 8.03333 8.03332 8.01841 8.03332 8C8.03332 7.98159 8.0184 7.96666 7.99999 7.96666C7.98158 7.96666 7.96666 7.98159 7.96666 8C7.96666 8.01841 7.98158 8.03333 7.99999 8.03333ZM6.63332 8C6.63332 7.24521 7.2452 6.63333 7.99999 6.63333C8.75478 6.63333 9.36666 7.24521 9.36666 8C9.36666 8.75479 8.75478 9.36666 7.99999 9.36666C7.2452 9.36666 6.63332 8.75479 6.63332 8ZM2.08339 11.1453C2.40445 10.93 2.8393 11.0157 3.05466 11.3367C3.48061 11.9718 4.0253 12.5185 4.65875 12.9468C4.97901 13.1633 5.06309 13.5985 4.84654 13.9188C4.63 14.239 4.19483 14.3231 3.87457 14.1065C3.09165 13.5772 2.41845 12.9015 1.89199 12.1166C1.67663 11.7955 1.76233 11.3607 2.08339 11.1453ZM13.9187 11.1534C14.239 11.37 14.3231 11.8052 14.1065 12.1254C13.5772 12.9083 12.9015 13.5815 12.1166 14.108C11.7955 14.3234 11.3607 14.2377 11.1453 13.9166C10.93 13.5955 11.0157 13.1607 11.3367 12.9453C11.9718 12.5194 12.5185 11.9747 12.9468 11.3412C13.1633 11.021 13.5985 10.9369 13.9187 11.1534ZM6.04623 14.4129C6.12013 14.0334 6.48766 13.7857 6.86713 13.8596C7.61534 14.0053 8.38464 14.0053 9.13285 13.8596C9.51232 13.7857 9.87985 14.0334 9.95375 14.4129C10.0276 14.7923 9.77993 15.1599 9.40046 15.2338C8.4755 15.4139 7.52448 15.4139 6.59952 15.2338C6.22005 15.1599 5.97233 14.7923 6.04623 14.4129Z", fill: "currentColor", }), }), - ja = (e) => - kt("svg", { + Ba = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM8 8.03333C8.01841 8.03333 8.03333 8.01841 8.03333 8C8.03333 7.98159 8.01841 7.96666 8 7.96666C7.98159 7.96666 7.96666 7.98159 7.96666 8C7.96666 8.01841 7.98159 8.03333 8 8.03333ZM6.63333 8C6.63333 7.24521 7.24521 6.63333 8 6.63333C8.75479 6.63333 9.36666 7.24521 9.36666 8C9.36666 8.75479 8.75479 9.36666 8 9.36666C7.24521 9.36666 6.63333 8.75479 6.63333 8Z", fill: "currentColor", }), }), - qa = (e) => - kt("svg", { + Da = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM3.9667 8C3.9667 7.6134 4.2801 7.3 4.66669 7.3H4.67336C5.05996 7.3 5.37336 7.6134 5.37336 8C5.37336 8.3866 5.05996 8.7 4.67336 8.7H4.66669C4.2801 8.7 3.9667 8.3866 3.9667 8ZM7.30003 8C7.30003 7.6134 7.61343 7.3 8.00003 7.3H8.00669C8.39329 7.3 8.70669 7.6134 8.70669 8C8.70669 8.3866 8.39329 8.7 8.00669 8.7H8.00003C7.61343 8.7 7.30003 8.3866 7.30003 8ZM10.6334 8C10.6334 7.6134 10.9468 7.3 11.3334 7.3H11.34C11.7266 7.3 12.04 7.6134 12.04 8C12.04 8.3866 11.7266 8.7 11.34 8.7H11.3334C10.9468 8.7 10.6334 8.3866 10.6334 8Z", fill: "currentColor", }), }), - Ya = (e) => - kt("svg", { + Pa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM3.9667 6.66666C3.9667 6.28006 4.2801 5.96666 4.66669 5.96666H11.3334C11.72 5.96666 12.0334 6.28006 12.0334 6.66666C12.0334 7.05326 11.72 7.36666 11.3334 7.36666H4.66669C4.2801 7.36666 3.9667 7.05326 3.9667 6.66666ZM3.9667 9.33333C3.9667 8.94673 4.2801 8.63333 4.66669 8.63333H11.3334C11.72 8.63333 12.0334 8.94673 12.0334 9.33333C12.0334 9.71993 11.72 10.0333 11.3334 10.0333H4.66669C4.2801 10.0333 3.9667 9.71993 3.9667 9.33333Z", fill: "currentColor", }), }), - Ka = (e) => - kt("svg", { + Fa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2602 3.00193C10.2905 2.36966 9.15777 2.03312 8.00016 2.03333C7.61356 2.0334 7.3001 1.72006 7.30003 1.33346C7.29996 0.94686 7.6133 0.633402 7.9999 0.633331C9.42914 0.633071 10.8276 1.04858 12.0248 1.8292C13.222 2.60983 14.1663 3.72187 14.7426 5.02979C15.3188 6.3377 15.5022 7.785 15.2703 9.1953C15.0384 10.6056 14.4012 11.918 13.4365 12.9725C13.1755 13.2577 12.7328 13.2774 12.4475 13.0165C12.1623 12.7555 12.1426 12.3127 12.4036 12.0275C13.1849 11.1734 13.701 10.1104 13.8888 8.96814C14.0767 7.82586 13.9282 6.65361 13.4614 5.59426C12.9947 4.53491 12.2298 3.63421 11.2602 3.00193ZM4.21823 2.46552C4.4685 2.76019 4.4325 3.20194 4.13784 3.4522C3.95025 3.61152 3.7727 3.7823 3.60621 3.96355C3.34468 4.24826 2.90186 4.26704 2.61715 4.00551C2.33244 3.74398 2.31365 3.30116 2.57518 3.01645C2.78074 2.79267 2.99995 2.58183 3.23155 2.38513C3.52622 2.13486 3.96797 2.17086 4.21823 2.46552ZM8.00003 4.63333C8.38663 4.63333 8.70003 4.94673 8.70003 5.33333V7.3H10.6667C11.0533 7.3 11.3667 7.6134 11.3667 8C11.3667 8.3866 11.0533 8.7 10.6667 8.7H8.70003V10.6667C8.70003 11.0533 8.38663 11.3667 8.00003 11.3667C7.61343 11.3667 7.30003 11.0533 7.30003 10.6667V8.7H5.33336C4.94676 8.7 4.63336 8.3866 4.63336 8C4.63336 7.6134 4.94676 7.3 5.33336 7.3H7.30003V5.33333C7.30003 4.94673 7.61343 4.63333 8.00003 4.63333ZM1.88544 5.25172C2.25268 5.37253 2.45245 5.76817 2.33164 6.13541C2.14151 6.71337 2.04091 7.31702 2.03331 7.92541C2.02848 8.31197 1.71119 8.62144 1.32462 8.61661C0.938053 8.61178 0.62859 8.29449 0.633418 7.90792C0.642798 7.15679 0.767012 6.4115 1.00175 5.69792C1.12256 5.33068 1.5182 5.13091 1.88544 5.25172ZM1.60766 10.0247C1.96221 9.87058 2.37457 10.0331 2.52867 10.3876C2.8637 11.1584 3.35779 11.8497 3.97857 12.4163C4.26413 12.6769 4.28435 13.1197 4.02374 13.4052C3.76313 13.6908 3.32037 13.711 3.03482 13.4504C2.26838 12.7509 1.65836 11.8974 1.24472 10.9457C1.09061 10.5912 1.2531 10.1788 1.60766 10.0247ZM11.4828 13.7274C11.6481 14.0769 11.4988 14.4942 11.1493 14.6595C9.38637 15.4932 7.36481 15.5938 5.52779 14.9394C5.16361 14.8097 4.97355 14.4093 5.10329 14.0451C5.23303 13.6809 5.63343 13.4909 5.99761 13.6206C7.48551 14.1507 9.12289 14.0691 10.5508 13.3939C10.9003 13.2286 11.3176 13.3779 11.4828 13.7274Z", fill: "currentColor", }), }), - Xa = (e) => - kt("svg", { + Ua = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("circle", { + children: Vt("circle", { fillRule: "evenodd", clipRule: "evenodd", cx: "8", @@ -7248,915 +7228,915 @@ const Bt = (e) => fill: "currentColor", }), }), - Qa = (e) => - kt("svg", { + za = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.73059 1.00122C7.33974 0.48375 9.07791 0.5354 10.6535 1.14751C11.0139 1.28751 11.1925 1.69313 11.0525 2.05349C10.9125 2.41385 10.5069 2.59249 10.1465 2.45249C8.87036 1.95671 7.46253 1.91487 6.15918 2.334C4.85584 2.75313 3.73628 3.60773 2.98831 4.75443C2.24035 5.90113 1.90948 7.27017 2.05121 8.6319C2.19295 9.99362 2.79866 11.2652 3.76675 12.2333C4.73483 13.2013 6.00639 13.8071 7.36811 13.9488C8.72983 14.0905 10.0989 13.7597 11.2456 13.0117C12.3923 12.2637 13.2469 11.1442 13.666 9.84083C14.0851 8.53748 14.0433 7.12965 13.5475 5.85349C13.4075 5.49313 13.5862 5.08751 13.9465 4.94751C14.3069 4.80751 14.7125 4.98615 14.8525 5.34651C15.4646 6.9221 15.5163 8.66026 14.9988 10.2694C14.4813 11.8786 13.4262 13.2608 12.0104 14.1843C10.5947 15.1078 8.90441 15.5163 7.22318 15.3413C5.54194 15.1663 3.97203 14.4184 2.7768 13.2232C1.58157 12.028 0.833727 10.4581 0.658735 8.77683C0.483744 7.0956 0.892245 5.40533 1.81571 3.98957C2.73918 2.57381 4.12143 1.5187 5.73059 1.00122ZM13.1616 2.83836C13.435 3.11173 13.435 3.55494 13.1616 3.82831L9.84525 7.14471C9.96596 7.4047 10.0333 7.69448 10.0333 8C10.0333 9.12298 9.12299 10.0333 8.00001 10.0333C6.87703 10.0333 5.96667 9.12298 5.96667 8C5.96667 6.87702 6.87703 5.96667 8.00001 5.96667C8.30552 5.96667 8.5953 6.03405 8.8553 6.15476L12.1717 2.83836C12.4451 2.56499 12.8883 2.56499 13.1616 2.83836ZM8.37596 7.49027C8.27081 7.41259 8.14077 7.36667 8.00001 7.36667C7.65023 7.36667 7.36667 7.65022 7.36667 8C7.36667 8.34978 7.65023 8.63333 8.00001 8.63333C8.34979 8.63333 8.63334 8.34978 8.63334 8C8.63334 7.85924 8.58742 7.7292 8.50974 7.62405C8.48491 7.60513 8.46105 7.58433 8.43837 7.56164C8.41568 7.53896 8.39488 7.5151 8.37596 7.49027Z", fill: "currentColor", }), }), - Ja = (e) => - kt("svg", { + Ga = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.16647 5.3824C7.86388 5.33049 7.55269 5.38736 7.28801 5.54291C7.02333 5.69847 6.82224 5.94268 6.72036 6.23229C6.59207 6.59698 6.19243 6.78862 5.82774 6.66033C5.46305 6.53204 5.2714 6.1324 5.39969 5.76771C5.61129 5.16621 6.02893 4.659 6.57865 4.33593C7.12838 4.01285 7.7747 3.89475 8.40315 4.00255C9.03161 4.11034 9.60163 4.43708 10.0123 4.92488C10.4229 5.41269 10.6476 6.03008 10.6467 6.66771L9.94669 6.66666H10.6467C10.6467 6.66701 10.6467 6.66736 10.6467 6.66771C10.6462 7.70539 9.87708 8.3877 9.33498 8.7491C9.04254 8.94406 8.75508 9.08729 8.54349 9.18133C8.4367 9.22879 8.34674 9.26483 8.28183 9.28956C8.24932 9.30194 8.22292 9.31155 8.20366 9.3184L8.18019 9.32662L8.17266 9.32919L8.16999 9.3301L8.16893 9.33045L8.16847 9.3306C8.16826 9.33068 8.16805 9.33074 7.94669 8.66666L8.16805 9.33074C7.80129 9.453 7.40487 9.25478 7.28262 8.88802C7.1605 8.52168 7.35812 8.12574 7.72408 8.003C7.72414 8.00299 7.72419 8.00297 7.72425 8.00295L7.72465 8.00282L7.72468 8.0028L7.72474 8.00278C7.72482 8.00276 7.7249 8.00273 7.72497 8.00271C7.72516 8.00268 7.72684 8.00712 7.93429 8.62944L7.72534 8.00259C7.72521 8.00263 7.72509 8.00267 7.72497 8.00271C7.72497 8.00271 7.72497 8.00271 7.72497 8.00271L7.72474 8.00278C7.72458 8.00284 7.72441 8.00289 7.72425 8.00295L7.72413 8.00299L7.72408 8.003L7.72366 8.00315C7.72378 8.00311 7.72412 8.00299 7.72468 8.0028L7.73465 7.9993C7.74468 7.99573 7.76126 7.98972 7.78344 7.98127C7.8279 7.96433 7.89419 7.93787 7.9749 7.902C8.13831 7.82937 8.35085 7.7226 8.5584 7.58423C9.01612 7.27908 9.24669 6.96172 9.24669 6.66666L9.2467 6.66562C9.24715 6.35861 9.13894 6.06135 8.94123 5.82648C8.74352 5.59162 8.46906 5.4343 8.16647 5.3824ZM7.30003 11.3333C7.30003 10.9467 7.61343 10.6333 8.00003 10.6333H8.00669C8.39329 10.6333 8.70669 10.9467 8.70669 11.3333C8.70669 11.7199 8.39329 12.0333 8.00669 12.0333H8.00003C7.61343 12.0333 7.30003 11.7199 7.30003 11.3333Z", fill: "currentColor", }), }), - eC = (e) => - kt("svg", { + $a = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8Z", fill: "currentColor", }), }), - tC = (e) => - kt("svg", { + Wa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM4.63336 8C4.63336 7.6134 4.94676 7.3 5.33336 7.3H10.6667C11.0533 7.3 11.3667 7.6134 11.3667 8C11.3667 8.3866 11.0533 8.7 10.6667 8.7H5.33336C4.94676 8.7 4.63336 8.3866 4.63336 8Z", fill: "currentColor", }), }), - nC = (e) => - kt("svg", { + ja = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838386 0.838357C1.11175 0.56499 1.55497 0.56499 1.82834 0.838357L13.2149 12.2249L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L12.6965 13.6864C12.1323 14.1524 11.5008 14.5327 10.8224 14.8137C9.92756 15.1843 8.96854 15.3751 8.00003 15.3751C7.03152 15.3751 6.07249 15.1843 5.1777 14.8137C4.28292 14.4431 3.46989 13.8998 2.78505 13.215C2.10021 12.5301 1.55697 11.7171 1.18633 10.8223C0.815701 9.92754 0.624939 8.96851 0.624939 8C0.624939 7.03149 0.815701 6.07246 1.18633 5.17767C1.46736 4.49921 1.84763 3.86775 2.31362 3.30354L0.838386 1.82831C0.565019 1.55494 0.565019 1.11172 0.838386 0.838357ZM3.30912 4.29904C2.96968 4.72928 2.69034 5.20507 2.47977 5.71343C2.17949 6.43836 2.02494 7.21534 2.02494 8C2.02494 8.78466 2.17949 9.56163 2.47977 10.2866C2.78004 11.0115 3.22016 11.6702 3.775 12.225C4.32984 12.7799 4.98853 13.22 5.71346 13.5203C6.43839 13.8205 7.21537 13.9751 8.00003 13.9751C8.78469 13.9751 9.56166 13.8205 10.2866 13.5203C10.795 13.3097 11.2707 13.0303 11.701 12.6909L3.30912 4.29904ZM9.21671 2.16352C8.08159 1.92548 6.9017 2.02342 5.82136 2.44536C5.46125 2.58601 5.05531 2.4081 4.91466 2.048C4.77401 1.68789 4.95192 1.28195 5.31203 1.1413C6.64585 0.620346 8.1026 0.499426 9.50406 0.79333C10.9055 1.08723 12.191 1.78322 13.2031 2.79615C14.2153 3.80908 14.9102 5.09505 15.2031 6.49674C15.4959 7.89843 15.3738 9.35508 14.8519 10.6885C14.7109 11.0485 14.3049 11.2261 13.9449 11.0852C13.5849 10.9442 13.4073 10.5382 13.5482 10.1782C13.971 9.09815 14.0698 7.91833 13.8327 6.78303C13.5955 5.64772 13.0326 4.60615 12.2128 3.78572C11.393 2.96529 10.3518 2.40157 9.21671 2.16352Z", fill: "currentColor", }), }), - rC = (e) => - kt("svg", { + qa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM5.29997 4.66666C5.29997 4.28006 5.61337 3.96666 5.99997 3.96666H8.66663C9.38272 3.96666 10.0695 4.25113 10.5758 4.75748C11.0822 5.26382 11.3666 5.95058 11.3666 6.66666C11.3666 7.38275 11.0822 8.0695 10.5758 8.57585C10.0695 9.0822 9.38272 9.36666 8.66663 9.36666H6.69997V11.3333C6.69997 11.7199 6.38657 12.0333 5.99997 12.0333C5.61337 12.0333 5.29997 11.7199 5.29997 11.3333V4.66666ZM6.69997 7.96666H8.66663C9.01142 7.96666 9.34208 7.8297 9.58587 7.5859C9.82967 7.34211 9.96663 7.01145 9.96663 6.66666C9.96663 6.32188 9.82967 5.99122 9.58587 5.74743C9.34208 5.50363 9.01142 5.36666 8.66663 5.36666H6.69997V7.96666Z", fill: "currentColor", }), }), - oC = (e) => - kt("svg", { + Ya = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.31494 4.30486C2.51238 5.32105 2.03336 6.60458 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C9.39544 13.9667 10.679 13.4876 11.6952 12.6851L8.17203 9.16195C8.17182 9.16174 8.17224 9.16216 8.17203 9.16195L3.31494 4.30486ZM4.30489 3.31491L5.36397 4.37399C5.47478 4.13355 5.71792 3.96666 6.00003 3.96666H8.66669C9.38278 3.96666 10.0695 4.25113 10.5759 4.75748C11.0822 5.26382 11.3667 5.95058 11.3667 6.66666C11.3667 7.38275 11.0822 8.0695 10.5759 8.57585C10.4037 8.74799 10.2108 8.89448 10.0029 9.01288L12.6851 11.6951C13.4877 10.6789 13.9667 9.39541 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333C6.60461 2.03333 5.32108 2.51235 4.30489 3.31491ZM8.92976 7.93977C9.17648 7.88879 9.4051 7.76673 9.58593 7.5859C9.82973 7.34211 9.96669 7.01145 9.96669 6.66666C9.96669 6.32188 9.82973 5.99122 9.58593 5.74743C9.34214 5.50363 9.01148 5.36666 8.66669 5.36666H6.70003V5.71005L8.92976 7.93977ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM6.00003 9.07333C6.38663 9.07333 6.70003 9.38673 6.70003 9.77333V11.3333C6.70003 11.7199 6.38663 12.0333 6.00003 12.0333C5.61343 12.0333 5.30003 11.7199 5.30003 11.3333V9.77333C5.30003 9.38673 5.61343 9.07333 6.00003 9.07333Z", fill: "currentColor", }), }), - iC = (e) => - kt("svg", { + Ka = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM6.66663 5.3C7.05323 5.3 7.36663 5.6134 7.36663 6V10C7.36663 10.3866 7.05323 10.7 6.66663 10.7C6.28003 10.7 5.96663 10.3866 5.96663 10V6C5.96663 5.6134 6.28003 5.3 6.66663 5.3ZM9.3333 5.3C9.7199 5.3 10.0333 5.6134 10.0333 6V10C10.0333 10.3866 9.7199 10.7 9.3333 10.7C8.9467 10.7 8.6333 10.3866 8.6333 10V6C8.6333 5.6134 8.9467 5.3 9.3333 5.3Z", fill: "currentColor", }), }), - lC = (e) => - kt("svg", { + Xa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM5.29997 6C5.29997 5.6134 5.61337 5.3 5.99997 5.3H6.00663C6.39323 5.3 6.70663 5.6134 6.70663 6C6.70663 6.3866 6.39323 6.7 6.00663 6.7H5.99997C5.61337 6.7 5.29997 6.3866 5.29997 6ZM9.50499 5.50502C9.77836 5.23166 10.2216 5.23166 10.4949 5.50502C10.7683 5.77839 10.7683 6.22161 10.4949 6.49497L6.49494 10.495C6.22157 10.7683 5.77836 10.7683 5.50499 10.495C5.23163 10.2216 5.23163 9.77839 5.50499 9.50502L9.50499 5.50502ZM10.0066 10.7H9.99997C9.61337 10.7 9.29997 10.3866 9.29997 10C9.29997 9.6134 9.61337 9.3 9.99997 9.3H10.0066C10.3932 9.3 10.7066 9.6134 10.7066 10C10.7066 10.3866 10.3932 10.7 10.0066 10.7Z", fill: "currentColor", }), }), - aC = (e) => - kt("svg", { + Qa = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM6.33633 4.71616C6.56394 4.59435 6.84012 4.6077 7.05492 4.7509L11.0549 7.41756C11.2497 7.54739 11.3666 7.76595 11.3666 8C11.3666 8.23404 11.2497 8.45261 11.0549 8.58243L7.05492 11.2491C6.84012 11.3923 6.56394 11.4056 6.33633 11.2838C6.10872 11.162 5.96663 10.9248 5.96663 10.6667V5.33333C5.96663 5.07517 6.10872 4.83797 6.33633 4.71616ZM7.36663 6.64129V9.3587L9.40469 8L7.36663 6.64129Z", fill: "currentColor", }), }), - CC = (e) => - kt("svg", { + Ja = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 4.63333C8.38657 4.63333 8.69997 4.94673 8.69997 5.33333V7.3H10.6666C11.0532 7.3 11.3666 7.6134 11.3666 8C11.3666 8.3866 11.0532 8.7 10.6666 8.7H8.69997V10.6667C8.69997 11.0533 8.38657 11.3667 7.99997 11.3667C7.61337 11.3667 7.29997 11.0533 7.29997 10.6667V8.7H5.3333C4.9467 8.7 4.6333 8.3866 4.6333 8C4.6333 7.6134 4.9467 7.3 5.3333 7.3H7.29997V5.33333C7.29997 4.94673 7.61337 4.63333 7.99997 4.63333Z", fill: "currentColor", }), }), - sC = (e) => - kt("svg", { + eC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 3.96666C8.38657 3.96666 8.69997 4.28006 8.69997 4.66666V8C8.69997 8.3866 8.38657 8.7 7.99997 8.7C7.61337 8.7 7.29997 8.3866 7.29997 8V4.66666C7.29997 4.28006 7.61337 3.96666 7.99997 3.96666ZM5.7533 5.44C6.06258 5.67196 6.12526 6.11072 5.8933 6.42C5.59988 6.81123 5.42119 7.27644 5.37727 7.76351C5.33336 8.25057 5.42594 8.74025 5.64464 9.17766C5.86335 9.61507 6.19954 9.98294 6.61554 10.24C7.03155 10.4971 7.51093 10.6333 7.99997 10.6333C8.48901 10.6333 8.96839 10.4971 9.38439 10.24C9.8004 9.98294 10.1366 9.61507 10.3553 9.17766C10.574 8.74025 10.6666 8.25057 10.6227 7.76351C10.5787 7.27644 10.4001 6.81123 10.1066 6.42C9.87467 6.11072 9.93735 5.67196 10.2466 5.44C10.5559 5.20804 10.9947 5.27072 11.2266 5.58C11.6761 6.17923 11.9497 6.89177 12.017 7.63778C12.0843 8.38379 11.9425 9.1338 11.6075 9.80376C11.2725 10.4737 10.7576 11.0372 10.1204 11.431C9.48325 11.8247 8.749 12.0333 7.99997 12.0333C7.25093 12.0333 6.51669 11.8247 5.87952 11.431C5.24235 11.0372 4.72742 10.4737 4.39244 9.80376C4.05746 9.1338 3.91566 8.38379 3.98293 7.63778C4.0502 6.89177 4.32388 6.17923 4.7733 5.58C5.00526 5.27072 5.44402 5.20804 5.7533 5.44Z", fill: "currentColor", }), }), - cC = (e) => - kt("svg", { + tC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 9.39541 2.51232 10.6789 3.31488 11.6951L11.6951 3.31491C10.6789 2.51235 9.39538 2.03333 7.99997 2.03333ZM12.6906 2.31943C11.4165 1.26619 9.78214 0.633331 7.99997 0.633331C3.93147 0.633331 0.633301 3.9315 0.633301 8C0.633301 9.78217 1.26616 11.4165 2.3194 12.6906L0.838326 14.1717C0.564959 14.4451 0.564959 14.8883 0.838326 15.1616C1.11169 15.435 1.55491 15.435 1.82828 15.1616L3.30935 13.6806C4.58343 14.7338 6.21779 15.3667 7.99997 15.3667C12.0685 15.3667 15.3666 12.0685 15.3666 8C15.3666 6.21782 14.7338 4.58346 13.6805 3.30938L15.1616 1.82831C15.435 1.55494 15.435 1.11172 15.1616 0.838357C14.8882 0.56499 14.445 0.56499 14.1717 0.838357L12.6906 2.31943ZM12.6851 4.30486L4.30483 12.6851C5.32102 13.4876 6.60455 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 6.60458 13.4876 5.32105 12.6851 4.30486Z", fill: "currentColor", }), }), - dC = (e) => - kt("svg", { + nC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM10.4949 5.50502C10.7683 5.77839 10.7683 6.22161 10.4949 6.49497L6.49494 10.495C6.22157 10.7683 5.77836 10.7683 5.50499 10.495C5.23163 10.2216 5.23163 9.77839 5.50499 9.50502L9.50499 5.50502C9.77836 5.23166 10.2216 5.23166 10.4949 5.50502Z", fill: "currentColor", }), }), - uC = (e) => - kt("svg", { + rC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM5.29997 6C5.29997 5.6134 5.61337 5.3 5.99997 5.3H9.99997C10.3866 5.3 10.7 5.6134 10.7 6V10C10.7 10.3866 10.3866 10.7 9.99997 10.7H5.99997C5.61337 10.7 5.29997 10.3866 5.29997 10V6ZM6.69997 6.7V9.3H9.29997V6.7H6.69997Z", fill: "currentColor", }), }), - pC = (e) => - kt("svg", { + oC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 9.74798 2.78496 11.3204 3.98268 12.4117C4.03895 11.9664 4.24146 11.5496 4.56218 11.2289C4.94351 10.8476 5.46069 10.6333 5.99997 10.6333H9.99997C10.5392 10.6333 11.0564 10.8476 11.4377 11.2289C11.7585 11.5496 11.961 11.9664 12.0173 12.4117C13.215 11.3204 13.9666 9.74798 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM10.6333 13.3556V12.6667C10.6333 12.4987 10.5666 12.3376 10.4478 12.2188C10.329 12.1001 10.1679 12.0333 9.99997 12.0333H5.99997C5.832 12.0333 5.67091 12.1001 5.55213 12.2188C5.43336 12.3376 5.36663 12.4987 5.36663 12.6667V13.3556C6.16086 13.7469 7.05475 13.9667 7.99997 13.9667C8.94519 13.9667 9.83907 13.7469 10.6333 13.3556ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 5.36666C7.282 5.36666 6.69997 5.94869 6.69997 6.66666C6.69997 7.38463 7.282 7.96666 7.99997 7.96666C8.71794 7.96666 9.29997 7.38463 9.29997 6.66666C9.29997 5.94869 8.71794 5.36666 7.99997 5.36666ZM5.29997 6.66666C5.29997 5.1755 6.5088 3.96666 7.99997 3.96666C9.49114 3.96666 10.7 5.1755 10.7 6.66666C10.7 8.15783 9.49114 9.36666 7.99997 9.36666C6.5088 9.36666 5.29997 8.15783 5.29997 6.66666Z", fill: "currentColor", }), }), - mC = (e) => - kt("svg", { + iC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 9.50686 2.59189 10.8833 3.51329 11.9334C3.73773 11.2141 4.13396 10.5525 4.67657 10.0099C5.00388 9.68261 5.37451 9.40856 5.77497 9.19335C5.07493 8.57641 4.6333 7.67311 4.6333 6.66666C4.6333 4.80731 6.14061 3.3 7.99997 3.3C9.85933 3.3 11.3666 4.80731 11.3666 6.66666C11.3666 7.67311 10.925 8.57641 10.225 9.19335C10.6254 9.40856 10.9961 9.68261 11.3234 10.0099C11.866 10.5525 12.2622 11.2141 12.4866 11.9334C13.408 10.8833 13.9666 9.50686 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM11.2814 12.9841C11.202 12.2373 10.8694 11.5359 10.3334 10.9999C9.71455 10.381 8.87518 10.0333 7.99997 10.0333C7.12475 10.0333 6.28538 10.381 5.66651 10.9999C5.13053 11.5359 4.79796 12.2373 4.71849 12.9841C5.65993 13.6052 6.78773 13.9667 7.99997 13.9667C9.2122 13.9667 10.34 13.6052 11.2814 12.9841ZM7.99997 8.63333C9.08613 8.63333 9.96663 7.75282 9.96663 6.66666C9.96663 5.5805 9.08613 4.7 7.99997 4.7C6.91381 4.7 6.0333 5.5805 6.0333 6.66666C6.0333 7.75282 6.91381 8.63333 7.99997 8.63333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8Z", fill: "currentColor", }), }), - hC = (e) => - kt("svg", { + lC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM5.50499 5.50502C5.77836 5.23166 6.22157 5.23166 6.49494 5.50502L7.99997 7.01005L9.50499 5.50502C9.77836 5.23166 10.2216 5.23166 10.4949 5.50502C10.7683 5.77839 10.7683 6.22161 10.4949 6.49497L8.98992 8L10.4949 9.50502C10.7683 9.77839 10.7683 10.2216 10.4949 10.495C10.2216 10.7683 9.77836 10.7683 9.50499 10.495L7.99997 8.98995L6.49494 10.495C6.22157 10.7683 5.77836 10.7683 5.50499 10.495C5.23163 10.2216 5.23163 9.77839 5.50499 9.50502L7.01002 8L5.50499 6.49497C5.23163 6.22161 5.23163 5.77839 5.50499 5.50502Z", fill: "currentColor", }), }), - fC = (e) => - kt("svg", { + aC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.7C2.9836 2.7 2.70005 2.98356 2.70005 3.33334V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H3.96672V11.3333C3.96672 10.7941 4.18094 10.2769 4.56227 9.89555C4.94359 9.51423 5.46077 9.3 6.00005 9.3H8.09042C8.37573 8.52189 9.12305 7.96667 10 7.96667C11.123 7.96667 12.0334 8.87702 12.0334 10C12.0334 11.123 11.123 12.0333 10 12.0333C9.12305 12.0333 8.37573 11.4781 8.09042 10.7H6.00005C5.83208 10.7 5.67099 10.7667 5.55221 10.8855C5.43344 11.0043 5.36672 11.1654 5.36672 11.3333V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33334C13.3 2.98356 13.0165 2.7 12.6667 2.7H12.0334V4.66667C12.0334 5.20594 11.8192 5.72313 11.4378 6.10445C11.0565 6.48578 10.5393 6.7 10 6.7H7.90968C7.62437 7.47812 6.87705 8.03334 6.00005 8.03334C4.87707 8.03334 3.96672 7.12298 3.96672 6C3.96672 4.87702 4.87707 3.96667 6.00005 3.96667C6.87705 3.96667 7.62437 4.52189 7.90968 5.3H10C10.168 5.3 10.3291 5.23328 10.4479 5.1145C10.5667 4.99573 10.6334 4.83464 10.6334 4.66667V2.7H3.33338ZM3.33338 1.3C2.2104 1.3 1.30005 2.21036 1.30005 3.33334V12.6667C1.30005 13.7896 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7896 14.7 12.6667V3.33334C14.7 2.21036 13.7897 1.3 12.6667 1.3H3.33338ZM6.00005 5.36667C5.65027 5.36667 5.36672 5.65022 5.36672 6C5.36672 6.34978 5.65027 6.63334 6.00005 6.63334C6.34983 6.63334 6.63338 6.34978 6.63338 6C6.63338 5.65022 6.34983 5.36667 6.00005 5.36667ZM10 9.36667C9.65027 9.36667 9.36672 9.65022 9.36672 10C9.36672 10.3498 9.65027 10.6333 10 10.6333C10.3498 10.6333 10.6334 10.3498 10.6334 10C10.6334 9.65022 10.3498 9.36667 10 9.36667Z", fill: "currentColor", }), }), - gC = (e) => - kt("svg", { + CC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.71499 2.04189C3.71075 2.04016 3.7062 2.03933 3.70162 2.03945C3.69704 2.03956 3.69254 2.04061 3.68839 2.04255C3.68566 2.04382 3.68312 2.04544 3.68084 2.04739C2.53844 3.44561 1.9546 5.21785 2.04259 7.02178C2.13092 8.8327 2.89 10.546 4.17204 11.828C5.45408 13.11 7.16734 13.8691 8.97827 13.9575C10.7846 14.0456 12.5591 13.4601 13.9581 12.3147C13.9595 12.3133 13.9606 12.3116 13.9614 12.3098C13.9626 12.3073 13.9633 12.3045 13.9633 12.3018C13.9634 12.299 13.9629 12.2962 13.9618 12.2936C13.9608 12.291 13.9592 12.2887 13.9571 12.2868L13.9449 12.2748L13.06 11.3894C11.9965 12.1905 10.6916 12.6214 9.34743 12.603C7.77417 12.5815 6.27155 11.9462 5.15997 10.8327C4.04839 9.71915 3.41579 8.21541 3.39705 6.64212C3.38106 5.30016 3.81276 3.99817 4.61321 2.93703L3.72625 2.04949C3.72305 2.04622 3.71923 2.04361 3.71499 2.04189ZM6.11957 2.46382C6.09841 2.43667 6.07499 2.41073 6.0493 2.38628C6.03238 2.37018 6.01487 2.35509 5.99683 2.341L4.72406 1.06741C4.587 0.928133 4.4229 0.818343 4.24184 0.744798C4.05942 0.670703 3.86368 0.634987 3.66685 0.639877C3.47001 0.644767 3.2763 0.690159 3.09778 0.773222C2.91926 0.856285 2.75977 0.975238 2.62926 1.12266C2.62358 1.12908 2.61802 1.1356 2.61258 1.14221C1.24062 2.81158 0.538977 4.93175 0.64425 7.08998C0.749523 9.24821 1.65418 11.29 3.18209 12.818C4.71 14.3459 6.75183 15.2505 8.91006 15.3558C11.0683 15.4611 13.1885 14.7594 14.8578 13.3875L14.8703 13.3769C15.0205 13.2475 15.1419 13.0881 15.2267 12.909C15.3116 12.7298 15.358 12.5349 15.3629 12.3367C15.3679 12.1386 15.3313 11.9416 15.2555 11.7584C15.181 11.5783 15.0702 11.4155 14.9301 11.2802L9.86754 6.21424C9.84268 6.18492 9.81545 6.15768 9.78615 6.1328L6.11957 2.46382ZM5.61554 3.94001C5.1991 4.54393 4.93172 5.23872 4.83609 5.96667H7.64087L5.61554 3.94001ZM7.64342 7.36667H4.86556C4.98842 8.07082 5.27274 8.73752 5.69624 9.31385L7.64342 7.36667ZM6.68616 10.3038C7.26243 10.7273 7.92913 11.0117 8.63337 11.1346V8.35662L6.68616 10.3038ZM10.0334 8.36073V11.1641C10.7603 11.0687 11.4543 10.8019 12.0577 10.3864L10.0334 8.36073Z", fill: "currentColor", }), }), - vC = (e) => - kt("svg", { + sC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.457 2.07366L9.461 2.66508L10.5808 4.10993L12.5885 3.5263L12.2628 2.46781C12.1801 2.19217 11.8479 1.97035 11.457 2.07366ZM10.3568 5.63299C10.4711 5.62924 10.5853 5.59755 10.6886 5.53654L13.662 4.67217C13.8421 4.61982 13.9937 4.4974 14.0827 4.33234C14.1717 4.16728 14.1908 3.97339 14.1357 3.79414L13.603 2.06294C13.2851 1.00836 12.1546 0.432243 11.0824 0.724664L11.0678 0.72884L8.23836 1.56718C8.12487 1.57167 8.0116 1.60373 7.9092 1.66471L2.06776 3.39551L2.06548 3.39619C1.00926 3.71305 0.431958 4.84443 0.724619 5.91751C0.7303 5.93835 0.736942 5.9589 0.744523 5.97912L1.29995 7.46027V12.6667C1.29995 13.2059 1.51418 13.7231 1.8955 14.1044C2.27683 14.4858 2.79401 14.7 3.33329 14.7H12.6666C13.2059 14.7 13.7231 14.4858 14.1044 14.1044C14.4857 13.7231 14.7 13.2059 14.7 12.6667V7.33333C14.7 6.94673 14.3866 6.63333 14 6.63333H6.91563L10.3568 5.63299ZM9.13521 4.53015L8.02055 3.09188L5.31402 3.89381L6.44212 5.31303L9.13521 4.53015ZM4.98939 5.73533L3.86653 4.3227L2.46776 4.73714C2.46747 4.73723 2.46805 4.73706 2.46776 4.73714C2.19732 4.81883 1.97814 5.14095 2.06851 5.52256L2.42757 6.48005L4.98939 5.73533ZM2.69995 8.03333V12.6667C2.69995 12.8346 2.76668 12.9957 2.88545 13.1145C3.00423 13.2333 3.16532 13.3 3.33329 13.3H12.6666C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2332 12.9957 13.3 12.8346 13.3 12.6667V8.03333H2.69995Z", fill: "currentColor", }), }), - wC = (e) => - kt("svg", { + cC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03322 2.03333V3.3H9.96655V2.03333H6.03322ZM11.3662 1.96666C11.3485 1.22728 10.7435 0.633331 9.99989 0.633331H5.99989C5.25624 0.633331 4.65132 1.22728 4.63362 1.96666H3.99989C3.46061 1.96666 2.94343 2.18089 2.5621 2.56221C2.18078 2.94354 1.96655 3.46072 1.96655 4V13.3333C1.96655 13.8726 2.18078 14.3898 2.5621 14.7711C2.94343 15.1524 3.46061 15.3667 3.99989 15.3667H11.9999C12.5392 15.3667 13.0563 15.1524 13.4377 14.7711C13.819 14.3898 14.0332 13.8726 14.0332 13.3333V4C14.0332 3.46072 13.819 2.94354 13.4377 2.56221C13.0563 2.18089 12.5392 1.96666 11.9999 1.96666H11.3662ZM11.3662 3.36666C11.3485 4.10605 10.7435 4.7 9.99989 4.7H5.99989C5.25624 4.7 4.65132 4.10605 4.63362 3.36666H3.99989C3.83192 3.36666 3.67082 3.43339 3.55205 3.55216C3.43328 3.67094 3.36655 3.83203 3.36655 4V13.3333C3.36655 13.5013 3.43328 13.6624 3.55205 13.7812C3.67083 13.8999 3.83192 13.9667 3.99989 13.9667H11.9999C12.1679 13.9667 12.3289 13.8999 12.4477 13.7812C12.5665 13.6624 12.6332 13.5013 12.6332 13.3333V4C12.6332 3.83203 12.5665 3.67094 12.4477 3.55216C12.3289 3.43339 12.1679 3.36666 11.9999 3.36666H11.3662ZM10.4949 7.50502C10.7682 7.77839 10.7682 8.22161 10.4949 8.49497L7.82819 11.1616C7.55483 11.435 7.11161 11.435 6.83824 11.1616L5.50491 9.82831C5.23154 9.55494 5.23154 9.11172 5.50491 8.83836C5.77828 8.56499 6.22149 8.56499 6.49486 8.83836L7.33322 9.67671L9.50491 7.50502C9.77828 7.23166 10.2215 7.23166 10.4949 7.50502Z", fill: "currentColor", }), }), - LC = (e) => - kt("svg", { + dC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03322 2.03333V3.3H9.96655V2.03333H6.03322ZM11.3662 1.96666C11.3485 1.22728 10.7435 0.633331 9.99989 0.633331H5.99989C5.25624 0.633331 4.65132 1.22728 4.63362 1.96666H3.99989C3.46061 1.96666 2.94343 2.18089 2.5621 2.56221C2.18078 2.94354 1.96655 3.46072 1.96655 4V13.3333C1.96655 13.8726 2.18078 14.3898 2.5621 14.7711C2.94343 15.1524 3.46061 15.3667 3.99989 15.3667H11.9999C12.5392 15.3667 13.0563 15.1524 13.4377 14.7711C13.819 14.3898 14.0332 13.8726 14.0332 13.3333V12C14.0332 11.6134 13.7198 11.3 13.3332 11.3C12.9466 11.3 12.6332 11.6134 12.6332 12V13.3333C12.6332 13.5013 12.5665 13.6624 12.4477 13.7812C12.3289 13.8999 12.1679 13.9667 11.9999 13.9667H3.99989C3.83192 13.9667 3.67083 13.8999 3.55205 13.7812C3.43328 13.6624 3.36655 13.5013 3.36655 13.3333V4C3.36655 3.83203 3.43328 3.67094 3.55205 3.55216C3.67082 3.43339 3.83192 3.36666 3.99989 3.36666H4.63362C4.65132 4.10605 5.25624 4.7 5.99989 4.7H9.99989C10.7435 4.7 11.3485 4.10605 11.3662 3.36666H11.9999C12.1679 3.36666 12.3289 3.43339 12.4477 3.55216C12.5665 3.67094 12.6332 3.83203 12.6332 4V6.66666C12.6332 7.05326 12.9466 7.36666 13.3332 7.36666C13.7198 7.36666 14.0332 7.05326 14.0332 6.66666V4C14.0332 3.46072 13.819 2.94354 13.4377 2.56221C13.0563 2.18089 12.5392 1.96666 11.9999 1.96666H11.3662ZM10.4949 6.17169C10.7682 6.44506 10.7682 6.88827 10.4949 7.16164L9.02317 8.63333H13.9999C14.3865 8.63333 14.6999 8.94673 14.6999 9.33333C14.6999 9.71993 14.3865 10.0333 13.9999 10.0333H9.02317L10.4949 11.505C10.7682 11.7784 10.7682 12.2216 10.4949 12.495C10.2215 12.7683 9.77828 12.7683 9.50491 12.495L6.83824 9.82831C6.56488 9.55494 6.56488 9.11172 6.83824 8.83836L9.50491 6.17169C9.77828 5.89832 10.2215 5.89832 10.4949 6.17169Z", fill: "currentColor", }), }), - bC = (e) => - kt("svg", { + uC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03333 2.03333V3.3H9.96666V2.03333H6.03333ZM11.3663 1.96666C11.3486 1.22728 10.7436 0.633331 9.99999 0.633331H5.99999C5.25635 0.633331 4.65142 1.22728 4.63372 1.96666H3.99999C3.46072 1.96666 2.94353 2.18089 2.56221 2.56221C2.18089 2.94354 1.96666 3.46072 1.96666 4V13.3333C1.96666 13.8726 2.18089 14.3898 2.56221 14.7711C2.94353 15.1524 3.46072 15.3667 3.99999 15.3667H12C12.5393 15.3667 13.0565 15.1524 13.4378 14.7711C13.8191 14.3898 14.0333 13.8726 14.0333 13.3333V4C14.0333 3.46072 13.8191 2.94354 13.4378 2.56221C13.0565 2.18089 12.5393 1.96666 12 1.96666H11.3663ZM11.3663 3.36666C11.3486 4.10605 10.7436 4.7 9.99999 4.7H5.99999C5.25635 4.7 4.65142 4.10605 4.63372 3.36666H3.99999C3.83202 3.36666 3.67093 3.43339 3.55216 3.55216C3.43339 3.67094 3.36666 3.83203 3.36666 4V13.3333C3.36666 13.5013 3.43339 13.6624 3.55216 13.7812C3.67093 13.8999 3.83202 13.9667 3.99999 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V4C12.6333 3.83203 12.5666 3.67094 12.4478 3.55216C12.3291 3.43339 12.168 3.36666 12 3.36666H11.3663Z", fill: "currentColor", }), }), - MC = (e) => - kt("svg", { + pC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03322 2.03333V3.3H9.96655V2.03333H6.03322ZM11.3662 1.96666C11.3485 1.22728 10.7435 0.633331 9.99989 0.633331H5.99989C5.25624 0.633331 4.65132 1.22728 4.63362 1.96666H3.99989C3.46061 1.96666 2.94343 2.18089 2.5621 2.56221C2.18078 2.94354 1.96655 3.46072 1.96655 4V13.3333C1.96655 13.8726 2.18078 14.3898 2.5621 14.7711C2.94343 15.1524 3.46061 15.3667 3.99989 15.3667H11.9999C12.5392 15.3667 13.0563 15.1524 13.4377 14.7711C13.819 14.3898 14.0332 13.8726 14.0332 13.3333V4C14.0332 3.46072 13.819 2.94354 13.4377 2.56221C13.0563 2.18089 12.5392 1.96666 11.9999 1.96666H11.3662ZM11.3662 3.36666C11.3485 4.10605 10.7435 4.7 9.99989 4.7H5.99989C5.25624 4.7 4.65132 4.10605 4.63362 3.36666H3.99989C3.83192 3.36666 3.67082 3.43339 3.55205 3.55216C3.43328 3.67094 3.36655 3.83203 3.36655 4V13.3333C3.36655 13.5013 3.43328 13.6624 3.55205 13.7812C3.67083 13.8999 3.83192 13.9667 3.99989 13.9667H11.9999C12.1679 13.9667 12.3289 13.8999 12.4477 13.7812C12.5665 13.6624 12.6332 13.5013 12.6332 13.3333V4C12.6332 3.83203 12.5665 3.67094 12.4477 3.55216C12.3289 3.43339 12.1679 3.36666 11.9999 3.36666H11.3662ZM4.63322 7.33333C4.63322 6.94673 4.94662 6.63333 5.33322 6.63333H5.33989C5.72649 6.63333 6.03989 6.94673 6.03989 7.33333C6.03989 7.71993 5.72649 8.03333 5.33989 8.03333H5.33322C4.94662 8.03333 4.63322 7.71993 4.63322 7.33333ZM7.29989 7.33333C7.29989 6.94673 7.61329 6.63333 7.99989 6.63333H10.6666C11.0532 6.63333 11.3666 6.94673 11.3666 7.33333C11.3666 7.71993 11.0532 8.03333 10.6666 8.03333H7.99989C7.61329 8.03333 7.29989 7.71993 7.29989 7.33333ZM4.63322 10.6667C4.63322 10.2801 4.94662 9.96666 5.33322 9.96666H5.33989C5.72649 9.96666 6.03989 10.2801 6.03989 10.6667C6.03989 11.0533 5.72649 11.3667 5.33989 11.3667H5.33322C4.94662 11.3667 4.63322 11.0533 4.63322 10.6667ZM7.29989 10.6667C7.29989 10.2801 7.61329 9.96666 7.99989 9.96666H10.6666C11.0532 9.96666 11.3666 10.2801 11.3666 10.6667C11.3666 11.0533 11.0532 11.3667 10.6666 11.3667H7.99989C7.61329 11.3667 7.29989 11.0533 7.29989 10.6667Z", fill: "currentColor", }), }), - HC = (e) => - kt("svg", { + mC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03322 2.03333V3.3H9.96655V2.03333H6.03322ZM11.3662 1.96666C11.3485 1.22728 10.7435 0.633331 9.99989 0.633331H5.99989C5.25624 0.633331 4.65132 1.22728 4.63362 1.96666H3.99989C3.46061 1.96666 2.94343 2.18089 2.5621 2.56221C2.18078 2.94354 1.96655 3.46072 1.96655 4V13.3333C1.96655 13.8726 2.18078 14.3898 2.5621 14.7711C2.94343 15.1524 3.46061 15.3667 3.99989 15.3667H11.9999C12.5392 15.3667 13.0563 15.1524 13.4377 14.7711C13.819 14.3898 14.0332 13.8726 14.0332 13.3333V4C14.0332 3.46072 13.819 2.94354 13.4377 2.56221C13.0563 2.18089 12.5392 1.96666 11.9999 1.96666H11.3662ZM11.3662 3.36666C11.3485 4.10605 10.7435 4.7 9.99989 4.7H5.99989C5.25624 4.7 4.65132 4.10605 4.63362 3.36666H3.99989C3.83192 3.36666 3.67082 3.43339 3.55205 3.55216C3.43328 3.67094 3.36655 3.83203 3.36655 4V13.3333C3.36655 13.5013 3.43328 13.6624 3.55205 13.7812C3.67083 13.8999 3.83192 13.9667 3.99989 13.9667H11.9999C12.1679 13.9667 12.3289 13.8999 12.4477 13.7812C12.5665 13.6624 12.6332 13.5013 12.6332 13.3333V4C12.6332 3.83203 12.5665 3.67094 12.4477 3.55216C12.3289 3.43339 12.1679 3.36666 11.9999 3.36666H11.3662ZM5.29989 9.33333C5.29989 8.94673 5.61329 8.63333 5.99989 8.63333H9.99989C10.3865 8.63333 10.6999 8.94673 10.6999 9.33333C10.6999 9.71993 10.3865 10.0333 9.99989 10.0333H5.99989C5.61329 10.0333 5.29989 9.71993 5.29989 9.33333Z", fill: "currentColor", }), }), - EC = (e) => - kt("svg", { + hC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.03351 1.03362C5.28981 0.777319 5.63742 0.633331 5.99989 0.633331H9.99989C10.359 0.633331 10.7126 0.756078 10.9782 1.02169C11.2356 1.27908 11.3588 1.61911 11.3662 1.96666H11.9999C12.5392 1.96666 13.0563 2.18089 13.4377 2.56221C13.819 2.94354 14.0332 3.46072 14.0332 4V5.33333C14.0332 5.71993 13.7198 6.03333 13.3332 6.03333C12.9466 6.03333 12.6332 5.71993 12.6332 5.33333V4C12.6332 3.83203 12.5665 3.67094 12.4477 3.55216C12.3289 3.43339 12.1679 3.36666 11.9999 3.36666H11.3662C11.3588 3.71422 11.2356 4.05425 10.9782 4.31164C10.7126 4.57725 10.359 4.7 9.99989 4.7H5.99989C5.64081 4.7 5.28719 4.57725 5.02158 4.31164C4.76419 4.05425 4.64096 3.71422 4.63357 3.36666H3.99989C3.83192 3.36666 3.67082 3.43339 3.55205 3.55216C3.43328 3.67094 3.36655 3.83203 3.36655 4V13.3333C3.36655 13.5013 3.43328 13.6624 3.55205 13.7812C3.67083 13.8999 3.83192 13.9667 3.99989 13.9667H11.9999C12.1679 13.9667 12.3289 13.8999 12.4477 13.7812C12.5665 13.6624 12.6332 13.5013 12.6332 13.3333C12.6332 12.9467 12.9466 12.6333 13.3332 12.6333C13.7198 12.6333 14.0332 12.9467 14.0332 13.3333C14.0332 13.8726 13.819 14.3898 13.4377 14.7711C13.0563 15.1524 12.5392 15.3667 11.9999 15.3667H3.99989C3.46061 15.3667 2.94343 15.1524 2.5621 14.7711C2.18078 14.3898 1.96655 13.8726 1.96655 13.3333V4C1.96655 3.46072 2.18078 2.94354 2.5621 2.56221C2.94343 2.18089 3.46061 1.96666 3.99989 1.96666H4.63363C4.64216 1.61628 4.78507 1.28205 5.03351 1.03362ZM6.03322 3.3H9.96655V2.03333H6.03322V3.3ZM10.8382 6.17169C11.1116 5.89832 11.5548 5.89832 11.8282 6.17169L14.4949 8.83836C14.7682 9.11172 14.7682 9.55494 14.4949 9.82831L11.8282 12.495C11.5548 12.7683 11.1116 12.7683 10.8382 12.495C10.5649 12.2216 10.5649 11.7784 10.8382 11.505L12.3099 10.0333H7.33322C6.94662 10.0333 6.63322 9.71993 6.63322 9.33333C6.63322 8.94673 6.94662 8.63333 7.33322 8.63333H12.3099L10.8382 7.16164C10.5649 6.88827 10.5649 6.44506 10.8382 6.17169Z", fill: "currentColor", }), }), - RC = (e) => - kt("svg", { + fC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03333 2.03333V3.3H9.96667V2.03333H6.03333ZM11.3663 1.96666C11.3486 1.22728 10.7436 0.633331 10 0.633331H6C5.25635 0.633331 4.65143 1.22728 4.63373 1.96666H4C3.46073 1.96666 2.94354 2.18089 2.56222 2.56221C2.18089 2.94354 1.96667 3.46072 1.96667 4V9C1.96667 9.3866 2.28007 9.7 2.66667 9.7C3.05327 9.7 3.36667 9.3866 3.36667 9V4C3.36667 3.83203 3.43339 3.67094 3.55217 3.55216C3.67094 3.43339 3.83203 3.36666 4 3.36666H4.63373C4.65143 4.10605 5.25635 4.7 6 4.7H10C10.7436 4.7 11.3486 4.10605 11.3663 3.36666H12C12.168 3.36666 12.3291 3.43339 12.4478 3.55216C12.5666 3.67094 12.6333 3.83203 12.6333 4V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H8.33333C7.94673 13.9667 7.63333 14.2801 7.63333 14.6667C7.63333 15.0533 7.94673 15.3667 8.33333 15.3667H12C12.5393 15.3667 13.0565 15.1524 13.4378 14.7711C13.8191 14.3898 14.0333 13.8726 14.0333 13.3333V4C14.0333 3.46072 13.8191 2.94354 13.4378 2.56221C13.0565 2.18089 12.5393 1.96666 12 1.96666H11.3663ZM7.93333 8.68578C7.74391 8.68578 7.56225 8.76103 7.42831 8.89497L3.96541 12.3579L3.62872 13.7046L4.97546 13.3679L8.43836 9.90502C8.5723 9.77108 8.64755 9.58942 8.64755 9.4C8.64755 9.21058 8.5723 9.02891 8.43836 8.89497C8.30442 8.76103 8.12275 8.68578 7.93333 8.68578ZM6.43836 7.90502C6.83485 7.50853 7.37261 7.28578 7.93333 7.28578C8.49406 7.28578 9.03182 7.50853 9.42831 7.90502C9.8248 8.30151 10.0475 8.83927 10.0475 9.4C10.0475 9.96072 9.8248 10.4985 9.42831 10.895L5.82831 14.495C5.7386 14.5847 5.62619 14.6483 5.50311 14.6791L2.83644 15.3458C2.5979 15.4054 2.34556 15.3355 2.17169 15.1616C1.99783 14.9878 1.92793 14.7354 1.98757 14.4969L2.65423 11.8302C2.685 11.7071 2.74865 11.5947 2.83836 11.505L6.43836 7.90502Z", fill: "currentColor", }), }), - yC = (e) => - kt("svg", { + gC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03322 2.03333V3.3H9.96655V2.03333H6.03322ZM11.3662 1.96666C11.3485 1.22728 10.7435 0.633331 9.99989 0.633331H5.99989C5.25624 0.633331 4.65132 1.22728 4.63362 1.96666H3.99989C3.46061 1.96666 2.94343 2.18089 2.5621 2.56221C2.18078 2.94354 1.96655 3.46072 1.96655 4V13.3333C1.96655 13.8726 2.18078 14.3898 2.5621 14.7711C2.94343 15.1524 3.46061 15.3667 3.99989 15.3667H11.9999C12.5392 15.3667 13.0563 15.1524 13.4377 14.7711C13.819 14.3898 14.0332 13.8726 14.0332 13.3333V13C14.0332 12.6134 13.7198 12.3 13.3332 12.3C12.9466 12.3 12.6332 12.6134 12.6332 13V13.3333C12.6332 13.5013 12.5665 13.6624 12.4477 13.7812C12.3289 13.8999 12.1679 13.9667 11.9999 13.9667H3.99989C3.83192 13.9667 3.67083 13.8999 3.55205 13.7812C3.43328 13.6624 3.36655 13.5013 3.36655 13.3333V4C3.36655 3.83203 3.43328 3.67094 3.55205 3.55216C3.67082 3.43339 3.83192 3.36666 3.99989 3.36666H4.63362C4.65132 4.10605 5.25624 4.7 5.99989 4.7H9.99989C10.7435 4.7 11.3485 4.10605 11.3662 3.36666H11.9995C12.1105 3.36684 12.2194 3.39616 12.3155 3.45168C12.4116 3.50726 12.4915 3.58715 12.547 3.68333C12.7403 4.01814 13.1684 4.13285 13.5032 3.93955C13.838 3.74625 13.9527 3.31814 13.7594 2.98333C13.5812 2.67453 13.3248 2.41804 13.0161 2.2396C12.7074 2.06116 12.3572 1.96703 12.0006 1.96666H11.3662ZM13.2666 6.68578C13.0771 6.68578 12.8955 6.76103 12.7615 6.89497L9.96529 9.69121L9.62861 11.0379L10.9753 10.7013L13.7716 7.90502C13.9055 7.77108 13.9808 7.58942 13.9808 7.4C13.9808 7.21058 13.9055 7.02891 13.7716 6.89497C13.6376 6.76103 13.456 6.68578 13.2666 6.68578ZM11.7716 5.90502C12.1681 5.50853 12.7058 5.28578 13.2666 5.28578C13.8273 5.28578 14.365 5.50853 14.7615 5.90502C15.158 6.30151 15.3808 6.83927 15.3808 7.4C15.3808 7.96072 15.158 8.49848 14.7615 8.89497L11.8282 11.8283C11.7385 11.918 11.6261 11.9817 11.503 12.0124L8.83633 12.6791C8.59778 12.7387 8.34544 12.6688 8.17158 12.495C7.99771 12.3211 7.92782 12.0688 7.98745 11.8302L8.65412 9.16356C8.68489 9.04047 8.74853 8.92807 8.83824 8.83836L11.7716 5.90502ZM4.63322 12C4.63322 11.6134 4.94662 11.3 5.33322 11.3H5.99989C6.38649 11.3 6.69989 11.6134 6.69989 12C6.69989 12.3866 6.38649 12.7 5.99989 12.7H5.33322C4.94662 12.7 4.63322 12.3866 4.63322 12Z", fill: "currentColor", }), }), - VC = (e) => - kt("svg", { + vC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03333 2.03333V3.3H9.96667V2.03333H6.03333ZM11.3663 1.96666C11.3486 1.22728 10.7436 0.633331 10 0.633331H6C5.25635 0.633331 4.65143 1.22728 4.63373 1.96666H4C3.46073 1.96666 2.94354 2.18089 2.56222 2.56221C2.18089 2.94354 1.96667 3.46072 1.96667 4V13.3333C1.96667 13.8726 2.18089 14.3898 2.56222 14.7711C2.94354 15.1524 3.46073 15.3667 4 15.3667H12C12.5393 15.3667 13.0565 15.1524 13.4378 14.7711C13.8191 14.3898 14.0333 13.8726 14.0333 13.3333V4C14.0333 3.46072 13.8191 2.94354 13.4378 2.56221C13.0565 2.18089 12.5393 1.96666 12 1.96666H11.3663ZM11.3663 3.36666C11.3486 4.10605 10.7436 4.7 10 4.7H6C5.25635 4.7 4.65143 4.10605 4.63373 3.36666H4C3.83203 3.36666 3.67094 3.43339 3.55217 3.55216C3.43339 3.67094 3.36667 3.83203 3.36667 4V13.3333C3.36667 13.5013 3.43339 13.6624 3.55217 13.7812C3.67094 13.8999 3.83203 13.9667 4 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V4C12.6333 3.83203 12.5666 3.67094 12.4478 3.55216C12.3291 3.43339 12.168 3.36666 12 3.36666H11.3663ZM8 6.63333C8.3866 6.63333 8.7 6.94673 8.7 7.33333V8.63333H10C10.3866 8.63333 10.7 8.94673 10.7 9.33333C10.7 9.71993 10.3866 10.0333 10 10.0333H8.7V11.3333C8.7 11.7199 8.3866 12.0333 8 12.0333C7.6134 12.0333 7.3 11.7199 7.3 11.3333V10.0333H6C5.6134 10.0333 5.3 9.71993 5.3 9.33333C5.3 8.94673 5.6134 8.63333 6 8.63333H7.3V7.33333C7.3 6.94673 7.6134 6.63333 8 6.63333Z", fill: "currentColor", }), }), - SC = (e) => - kt("svg", { + wC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03333 2.03333V3.3H9.96667V2.03333H6.03333ZM11.3663 1.96666C11.3486 1.22728 10.7436 0.633331 10 0.633331H6C5.25635 0.633331 4.65143 1.22728 4.63373 1.96666H4C3.46073 1.96666 2.94354 2.18089 2.56222 2.56221C2.18089 2.94354 1.96667 3.46072 1.96667 4V13.3333C1.96667 13.8726 2.18089 14.3898 2.56222 14.7711C2.94354 15.1524 3.46073 15.3667 4 15.3667H12C12.5393 15.3667 13.0565 15.1524 13.4378 14.7711C13.8191 14.3898 14.0333 13.8726 14.0333 13.3333V4C14.0333 3.46072 13.8191 2.94354 13.4378 2.56221C13.0565 2.18089 12.5393 1.96666 12 1.96666H11.3663ZM11.3663 3.36666C11.3486 4.10605 10.7436 4.7 10 4.7H6C5.25635 4.7 4.65143 4.10605 4.63373 3.36666H4C3.83203 3.36666 3.67094 3.43339 3.55217 3.55216C3.43339 3.67094 3.36667 3.83203 3.36667 4V13.3333C3.36667 13.5013 3.43339 13.6624 3.55217 13.7812C3.67094 13.8999 3.83203 13.9667 4 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V4C12.6333 3.83203 12.5666 3.67094 12.4478 3.55216C12.3291 3.43339 12.168 3.36666 12 3.36666H11.3663ZM5.3 7.33333C5.3 6.94673 5.6134 6.63333 6 6.63333H10C10.3866 6.63333 10.7 6.94673 10.7 7.33333V8C10.7 8.3866 10.3866 8.7 10 8.7C9.62458 8.7 9.31818 8.40445 9.30078 8.03333H8.7V10.6341C9.07112 10.6515 9.36667 10.9579 9.36667 11.3333C9.36667 11.7199 9.05327 12.0333 8.66667 12.0333H7.33333C6.94673 12.0333 6.63333 11.7199 6.63333 11.3333C6.63333 10.9579 6.92888 10.6515 7.3 10.6341V8.03333H6.69922C6.68182 8.40445 6.37543 8.7 6 8.7C5.6134 8.7 5.3 8.3866 5.3 8V7.33333Z", fill: "currentColor", }), }), - TC = (e) => - kt("svg", { + LC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03333 2.03333V3.3H9.96666V2.03333H6.03333ZM11.3663 1.96666C11.3486 1.22728 10.7436 0.633331 9.99999 0.633331H5.99999C5.25635 0.633331 4.65142 1.22728 4.63372 1.96666H3.99999C3.46072 1.96666 2.94353 2.18089 2.56221 2.56221C2.18089 2.94354 1.96666 3.46072 1.96666 4V13.3333C1.96666 13.8726 2.18089 14.3898 2.56221 14.7711C2.94353 15.1524 3.46072 15.3667 3.99999 15.3667H12C12.5393 15.3667 13.0565 15.1524 13.4378 14.7711C13.8191 14.3898 14.0333 13.8726 14.0333 13.3333V4C14.0333 3.46072 13.8191 2.94354 13.4378 2.56221C13.0565 2.18089 12.5393 1.96666 12 1.96666H11.3663ZM11.3663 3.36666C11.3486 4.10605 10.7436 4.7 9.99999 4.7H5.99999C5.25635 4.7 4.65142 4.10605 4.63372 3.36666H3.99999C3.83202 3.36666 3.67093 3.43339 3.55216 3.55216C3.43339 3.67094 3.36666 3.83203 3.36666 4V13.3333C3.36666 13.5013 3.43339 13.6624 3.55216 13.7812C3.67093 13.8999 3.83202 13.9667 3.99999 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V4C12.6333 3.83203 12.5666 3.67094 12.4478 3.55216C12.3291 3.43339 12.168 3.36666 12 3.36666H11.3663ZM5.50502 7.82831C5.23165 7.55494 5.23165 7.11172 5.50502 6.83836C5.77839 6.56499 6.2216 6.56499 6.49497 6.83836L7.99999 8.34338L9.50502 6.83836C9.77839 6.56499 10.2216 6.56499 10.495 6.83836C10.7683 7.11172 10.7683 7.55494 10.495 7.82831L8.98994 9.33333L10.495 10.8384C10.7683 11.1117 10.7683 11.5549 10.495 11.8283C10.2216 12.1017 9.77839 12.1017 9.50502 11.8283L7.99999 10.3233L6.49497 11.8283C6.2216 12.1017 5.77839 12.1017 5.50502 11.8283C5.23165 11.5549 5.23165 11.1117 5.50502 10.8384L7.01004 9.33333L5.50502 7.82831Z", fill: "currentColor", }), }), - NC = (e) => - kt("svg", { + bC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM8 3.3C8.3866 3.3 8.7 3.6134 8.7 4V5.55924L9.07307 4.96233C9.27796 4.6345 9.70983 4.53484 10.0377 4.73973C10.3655 4.94463 10.4652 5.37649 10.2603 5.70433L8.5936 8.371C8.42809 8.63581 8.1072 8.75896 7.80702 8.67287C7.50684 8.58678 7.3 8.31227 7.3 8V4C7.3 3.6134 7.6134 3.3 8 3.3Z", fill: "currentColor", }), }), - xC = (e) => - kt("svg", { + MC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM8 3.3C8.3866 3.3 8.7 3.6134 8.7 4V6.86737L10.3536 6.04057C10.6994 5.86767 11.1199 6.00783 11.2928 6.35361C11.4657 6.6994 11.3255 7.11987 10.9797 7.29276L8.31305 8.6261C8.09606 8.73459 7.83836 8.723 7.63199 8.59545C7.42561 8.46791 7.3 8.2426 7.3 8V4C7.3 3.6134 7.6134 3.3 8 3.3Z", fill: "currentColor", }), }), - _C = (e) => - kt("svg", { + HC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM8 3.3C8.3866 3.3 8.7 3.6134 8.7 4V7.3H11C11.3866 7.3 11.7 7.6134 11.7 8C11.7 8.3866 11.3866 8.7 11 8.7H8C7.6134 8.7 7.3 8.3866 7.3 8V4C7.3 3.6134 7.6134 3.3 8 3.3Z", fill: "currentColor", }), }), - AC = (e) => - kt("svg", { + EC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03333 4.7047 2.03333 8C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8ZM8 3.3C8.3866 3.3 8.7 3.6134 8.7 4V7.56737L10.9797 8.70723C11.3255 8.88012 11.4657 9.3006 11.2928 9.64638C11.1199 9.99216 10.6994 10.1323 10.3536 9.95943L7.68695 8.6261C7.4498 8.50752 7.3 8.26514 7.3 8V4C7.3 3.6134 7.6134 3.3 8 3.3Z", fill: "currentColor", }), }), - ZC = (e) => - kt("svg", { + RC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.00003 3.3C8.38663 3.3 8.70003 3.6134 8.70003 4V7.79924L10.2603 10.2957C10.4652 10.6235 10.3655 11.0554 10.0377 11.2603C9.70986 11.4652 9.27799 11.3655 9.0731 11.0377L7.40643 8.371C7.3369 8.25974 7.30003 8.13119 7.30003 8V4C7.30003 3.6134 7.61343 3.3 8.00003 3.3Z", fill: "currentColor", }), }), - IC = (e) => - kt("svg", { + yC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.00003 3.3C8.38663 3.3 8.70003 3.6134 8.70003 4V11C8.70003 11.3866 8.38663 11.7 8.00003 11.7C7.61343 11.7 7.30003 11.3866 7.30003 11V4C7.30003 3.6134 7.61343 3.3 8.00003 3.3Z", fill: "currentColor", }), }), - kC = (e) => - kt("svg", { + VC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.00003 3.3C8.38663 3.3 8.70003 3.6134 8.70003 4V8C8.70003 8.13119 8.66316 8.25974 8.59363 8.371L6.92696 11.0377C6.72206 11.3655 6.2902 11.4652 5.96236 11.2603C5.63453 11.0554 5.53487 10.6235 5.73976 10.2957L7.30003 7.79924V4C7.30003 3.6134 7.61343 3.3 8.00003 3.3Z", fill: "currentColor", }), }), - OC = (e) => - kt("svg", { + TC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.00003 3.3C8.38663 3.3 8.70003 3.6134 8.70003 4V8C8.70003 8.26514 8.55023 8.50752 8.31308 8.6261L5.64641 9.95943C5.30063 10.1323 4.88016 9.99216 4.70726 9.64638C4.53437 9.3006 4.67453 8.88012 5.02031 8.70723L7.30003 7.56737V4C7.30003 3.6134 7.61343 3.3 8.00003 3.3Z", fill: "currentColor", }), }), - BC = (e) => - kt("svg", { + SC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.00003 3.3C8.38663 3.3 8.70003 3.6134 8.70003 4V8C8.70003 8.3866 8.38663 8.7 8.00003 8.7H5.00003C4.61343 8.7 4.30003 8.3866 4.30003 8C4.30003 7.6134 4.61343 7.3 5.00003 7.3H7.30003V4C7.30003 3.6134 7.61343 3.3 8.00003 3.3Z", fill: "currentColor", }), }), - DC = (e) => - kt("svg", { + NC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.00003 3.3C8.38663 3.3 8.70003 3.6134 8.70003 4V8C8.70003 8.2426 8.57441 8.46791 8.36804 8.59545C8.16167 8.723 7.90397 8.73459 7.68698 8.6261L5.02031 7.29276C4.67453 7.11987 4.53437 6.6994 4.70726 6.35361C4.88016 6.00783 5.30063 5.86767 5.64641 6.04057L7.30003 6.86737V4C7.30003 3.6134 7.61343 3.3 8.00003 3.3Z", fill: "currentColor", }), }), - PC = (e) => - kt("svg", { + xC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.00003 3.3C8.38663 3.3 8.70003 3.6134 8.70003 4V8C8.70003 8.31227 8.49318 8.58678 8.19301 8.67287C7.89283 8.75896 7.57194 8.63581 7.40643 8.371L5.73976 5.70433C5.53487 5.37649 5.63453 4.94463 5.96236 4.73973C6.2902 4.53484 6.72206 4.6345 6.92696 4.96233L7.30003 5.55924V4C7.30003 3.6134 7.61343 3.3 8.00003 3.3Z", fill: "currentColor", }), }), - FC = (e) => - kt("svg", { + _C = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM8.00003 3.3C8.38663 3.3 8.70003 3.6134 8.70003 4V8C8.70003 8.3866 8.38663 8.7 8.00003 8.7C7.61343 8.7 7.30003 8.3866 7.30003 8V4C7.30003 3.6134 7.61343 3.3 8.00003 3.3Z", fill: "currentColor", }), }), - UC = (e) => - kt("svg", { + AC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 3.3C8.38657 3.3 8.69997 3.6134 8.69997 4V7.56737L10.9797 8.70723C11.3255 8.88012 11.4656 9.3006 11.2927 9.64638C11.1198 9.99216 10.6994 10.1323 10.3536 9.95943L7.68692 8.6261C7.44977 8.50752 7.29997 8.26514 7.29997 8V4C7.29997 3.6134 7.61337 3.3 7.99997 3.3Z", fill: "currentColor", }), }), - zC = (e) => - kt("svg", { + ZC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.41328 2.96528C6.84465 2.74899 6.2339 2.66639 5.62825 2.72387C5.0226 2.78135 4.43829 2.97736 3.9205 3.29676C3.40272 3.61616 2.96534 4.05038 2.64219 4.56583C2.31905 5.08128 2.11879 5.66416 2.05692 6.26937C1.99505 6.87459 2.07322 7.48593 2.28538 8.05611C2.49754 8.62628 2.838 9.14002 3.28045 9.55758C3.5616 9.82293 3.57442 10.266 3.30907 10.5471C3.04373 10.8283 2.6007 10.8411 2.31954 10.5757C1.72094 10.0108 1.26031 9.31575 0.973265 8.54433C0.686225 7.77292 0.58047 6.94581 0.66418 6.12699C0.74789 5.30817 1.01882 4.51957 1.45602 3.8222C1.89322 3.12482 2.48496 2.53735 3.18549 2.10522C3.88603 1.6731 4.67657 1.4079 5.49597 1.33013C6.31538 1.25236 7.1417 1.36412 7.91101 1.65675C8.68033 1.94938 9.37202 2.41504 9.9326 3.01772C10.3726 3.49081 10.7226 4.03837 10.9671 4.63333H11.6761C12.4604 4.6439 13.221 4.90351 13.8482 5.37456C14.4754 5.8456 14.9366 6.50377 15.1654 7.25404C15.3941 8.00432 15.3785 8.80787 15.1208 9.5487C14.8631 10.2895 14.3766 10.9293 13.7316 11.3756C13.4137 11.5956 12.9777 11.5162 12.7577 11.1983C12.5377 10.8804 12.6171 10.4444 12.935 10.2244C13.3359 9.94693 13.6383 9.54924 13.7985 9.08873C13.9587 8.62821 13.9684 8.12871 13.8262 7.66232C13.6841 7.19593 13.3973 6.7868 13.0075 6.49399C12.6188 6.20206 12.1476 6.04082 11.6616 6.03333H10.4733C10.1641 6.03333 9.89153 5.83045 9.80278 5.53425C9.62816 4.95148 9.32184 4.41668 8.90749 3.97122C8.49315 3.52576 7.9819 3.18157 7.41328 2.96528ZM9.15469 8.20259C9.52144 8.32484 9.71966 8.72126 9.5974 9.08802L9.57908 9.143C9.77995 9.28807 9.96006 9.46008 10.1141 9.65375L10.2067 9.61673C10.5656 9.47315 10.973 9.64774 11.1166 10.0067C11.2602 10.3656 11.0856 10.773 10.7266 10.9166L10.6714 10.9387C10.6902 11.0675 10.7 11.1993 10.7 11.3333C10.7 11.4241 10.6955 11.5137 10.6868 11.6022L10.688 11.6026C11.0548 11.7248 11.253 12.1213 11.1307 12.488C11.0085 12.8548 10.6121 13.053 10.2453 12.9307L10.1903 12.9124C10.0453 13.1133 9.87324 13.2934 9.67957 13.4475L9.71659 13.54C9.86017 13.899 9.68558 14.3064 9.32663 14.4499C8.96769 14.5935 8.56031 14.4189 8.41673 14.06L8.39462 14.0047C8.26581 14.0236 8.13404 14.0333 7.99999 14.0333C7.90926 14.0333 7.81958 14.0289 7.73115 14.0201L7.73074 14.0214C7.60849 14.3881 7.21206 14.5863 6.8453 14.4641C6.47854 14.3418 6.28033 13.9454 6.40258 13.5786L6.42091 13.5237C6.22004 13.3786 6.03992 13.2066 5.88585 13.0129L5.7933 13.0499C5.43435 13.1935 5.02697 13.0189 4.88339 12.66C4.73981 12.301 4.9144 11.8936 5.27335 11.7501L5.32863 11.728C5.30976 11.5991 5.29999 11.4674 5.29999 11.3333C5.29999 11.2426 5.30447 11.1529 5.31321 11.0645L5.31197 11.0641C4.94521 10.9418 4.74699 10.5454 4.86925 10.1786C4.9915 9.81188 5.38792 9.61367 5.75468 9.73592L5.80966 9.75424C5.95473 9.55338 6.12674 9.37326 6.32041 9.21919L6.28339 9.12664C6.13981 8.76769 6.3144 8.36031 6.67335 8.21673C7.0323 8.07315 7.43968 8.24774 7.58326 8.60669L7.60537 8.66196C7.73418 8.6431 7.86595 8.63333 7.99999 8.63333C8.09072 8.63333 8.1804 8.63781 8.26883 8.64655L8.26925 8.64531C8.3915 8.27855 8.78792 8.08033 9.15469 8.20259ZM7.32468 10.2223C7.37012 10.214 7.41542 10.2011 7.45997 10.1833C7.52176 10.1585 7.57809 10.126 7.62827 10.0873C7.74605 10.0522 7.87082 10.0333 7.99999 10.0333C8.47065 10.0333 8.8829 10.2835 9.11105 10.658C9.11932 10.7035 9.13224 10.7488 9.15006 10.7933C9.17478 10.8551 9.20731 10.9114 9.24607 10.9616C9.28115 11.0794 9.29999 11.2042 9.29999 11.3333C9.29999 11.804 9.04987 12.2162 8.6753 12.4444C8.62986 12.4527 8.58456 12.4656 8.54002 12.4834C8.47823 12.5081 8.4219 12.5406 8.37172 12.5794C8.25394 12.6145 8.12917 12.6333 7.99999 12.6333C7.52933 12.6333 7.11709 12.3832 6.88893 12.0086C6.88066 11.9632 6.86774 11.9179 6.84993 11.8734C6.82521 11.8116 6.79267 11.7552 6.75392 11.7051C6.71883 11.5873 6.69999 11.4625 6.69999 11.3333C6.69999 10.8627 6.95011 10.4504 7.32468 10.2223Z", fill: "currentColor", }), }), - GC = (e) => - kt("svg", { + IC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.45131 2.97615C6.89105 2.75619 6.28808 2.6666 5.68807 2.71419C5.08806 2.76178 4.50675 2.94528 3.98816 3.25081C3.46958 3.55633 3.02732 3.97587 2.6949 4.47763C2.36247 4.9794 2.14858 5.55023 2.06945 6.1469C1.99031 6.74357 2.04799 7.35042 2.23813 7.92149C2.42826 8.49257 2.74586 9.01288 3.16687 9.44303C3.43729 9.71931 3.43253 10.1625 3.15625 10.4329C2.87996 10.7033 2.43677 10.6986 2.16636 10.4223C1.59675 9.84033 1.16706 9.13638 0.909817 8.36375C0.652574 7.59112 0.574532 6.77008 0.6816 5.96283C0.788668 5.15557 1.07804 4.38326 1.5278 3.70441C1.97755 3.02555 2.5759 2.45794 3.27751 2.04459C3.97913 1.63123 4.76561 1.38295 5.57738 1.31857C6.38916 1.25419 7.20495 1.37539 7.96294 1.67299C8.72094 1.97059 9.40128 2.43678 9.95242 3.03626C10.3837 3.50531 10.7269 4.04634 10.9675 4.63333H11.6665C11.6665 4.63333 11.6666 4.63333 11.6665 4.63333C12.4604 4.63326 13.2333 4.8885 13.8709 5.36136C14.5086 5.83423 14.9772 6.49966 15.2077 7.25935C15.4381 8.01903 15.4181 8.83269 15.1506 9.58013C14.883 10.3276 14.3822 10.9691 13.7221 11.4101C13.4006 11.6248 12.9659 11.5383 12.7512 11.2168C12.5365 10.8953 12.623 10.4606 12.9445 10.2459C13.3548 9.97181 13.6662 9.57299 13.8324 9.10837C13.9987 8.64374 14.0112 8.13796 13.8679 7.66572C13.7247 7.19348 13.4334 6.77984 13.037 6.48589C12.6406 6.19194 12.1602 6.03327 11.6667 6.03333H10.4733C10.1638 6.03333 9.89108 5.83012 9.80254 5.5336C9.63034 4.95686 9.32915 4.42688 8.92179 3.98378C8.51443 3.54069 8.01157 3.19611 7.45131 2.97615ZM7.99995 7.3C8.38655 7.3 8.69995 7.6134 8.69995 8V12.31L10.1716 10.8384C10.445 10.565 10.8882 10.565 11.1616 10.8384C11.435 11.1117 11.435 11.5549 11.1616 11.8283L8.49492 14.495C8.36365 14.6262 8.1856 14.7 7.99995 14.7C7.8143 14.7 7.63625 14.6262 7.50497 14.495L4.83831 11.8283C4.56494 11.5549 4.56494 11.1117 4.83831 10.8384C5.11167 10.565 5.55489 10.565 5.82826 10.8384L7.29995 12.31V8C7.29995 7.6134 7.61335 7.3 7.99995 7.3Z", fill: "currentColor", }), }), - $C = (e) => - kt("svg", { + kC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.45131 2.97615C6.89105 2.75619 6.28808 2.6666 5.68807 2.71419C5.08806 2.76178 4.50675 2.94528 3.98816 3.25081C3.46958 3.55633 3.02732 3.97587 2.6949 4.47763C2.36247 4.9794 2.14858 5.55023 2.06945 6.1469C1.99031 6.74357 2.04799 7.35042 2.23813 7.92149C2.42826 8.49257 2.74586 9.01288 3.16687 9.44303C3.43729 9.71931 3.43253 10.1625 3.15625 10.4329C2.87996 10.7033 2.43677 10.6986 2.16636 10.4223C1.59675 9.84033 1.16706 9.13638 0.909817 8.36375C0.652574 7.59112 0.574532 6.77008 0.6816 5.96283C0.788668 5.15557 1.07804 4.38326 1.5278 3.70441C1.97755 3.02555 2.5759 2.45794 3.27751 2.04459C3.97913 1.63123 4.76561 1.38295 5.57738 1.31857C6.38916 1.25419 7.20495 1.37539 7.96294 1.67299C8.72094 1.97059 9.40128 2.43678 9.95242 3.03626C10.3837 3.50531 10.7269 4.04634 10.9675 4.63333H11.6665C11.6665 4.63333 11.6666 4.63333 11.6665 4.63333C12.4604 4.63326 13.2333 4.8885 13.8709 5.36136C14.5086 5.83423 14.9772 6.49966 15.2077 7.25935C15.4381 8.01903 15.4181 8.83269 15.1506 9.58013C14.883 10.3276 14.3822 10.9691 13.7221 11.4101C13.4006 11.6248 12.9659 11.5383 12.7512 11.2168C12.5365 10.8953 12.623 10.4606 12.9445 10.2459C13.3548 9.97181 13.6662 9.57299 13.8324 9.10837C13.9987 8.64374 14.0112 8.13796 13.8679 7.66572C13.7247 7.19348 13.4334 6.77984 13.037 6.48589C12.6406 6.19194 12.1602 6.03327 11.6667 6.03333H10.4733C10.1638 6.03333 9.89108 5.83012 9.80254 5.5336C9.63034 4.95686 9.32915 4.42688 8.92179 3.98378C8.51443 3.54069 8.01157 3.19611 7.45131 2.97615ZM5.33328 8.63333C5.71988 8.63333 6.03328 8.94673 6.03328 9.33333V10C6.03328 10.3866 5.71988 10.7 5.33328 10.7C4.94668 10.7 4.63328 10.3866 4.63328 10V9.33333C4.63328 8.94673 4.94668 8.63333 5.33328 8.63333ZM10.6666 8.63333C11.0532 8.63333 11.3666 8.94673 11.3666 9.33333V10C11.3666 10.3866 11.0532 10.7 10.6666 10.7C10.28 10.7 9.96661 10.3866 9.96661 10V9.33333C9.96661 8.94673 10.28 8.63333 10.6666 8.63333ZM7.99995 9.96666C8.38655 9.96666 8.69995 10.2801 8.69995 10.6667V11.3333C8.69995 11.7199 8.38655 12.0333 7.99995 12.0333C7.61335 12.0333 7.29995 11.7199 7.29995 11.3333V10.6667C7.29995 10.2801 7.61335 9.96666 7.99995 9.96666ZM5.33328 11.9667C5.71988 11.9667 6.03328 12.2801 6.03328 12.6667V13.3333C6.03328 13.7199 5.71988 14.0333 5.33328 14.0333C4.94668 14.0333 4.63328 13.7199 4.63328 13.3333V12.6667C4.63328 12.2801 4.94668 11.9667 5.33328 11.9667ZM10.6666 11.9667C11.0532 11.9667 11.3666 12.2801 11.3666 12.6667V13.3333C11.3666 13.7199 11.0532 14.0333 10.6666 14.0333C10.28 14.0333 9.96661 13.7199 9.96661 13.3333V12.6667C9.96661 12.2801 10.28 11.9667 10.6666 11.9667ZM7.99995 13.3C8.38655 13.3 8.69995 13.6134 8.69995 14V14.6667C8.69995 15.0533 8.38655 15.3667 7.99995 15.3667C7.61335 15.3667 7.29995 15.0533 7.29995 14.6667V14C7.29995 13.6134 7.61335 13.3 7.99995 13.3Z", fill: "currentColor", }), }), - WC = (e) => - kt("svg", { + OC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.45131 2.97615C6.89105 2.75619 6.28808 2.6666 5.68807 2.71419C5.08806 2.76178 4.50675 2.94528 3.98816 3.25081C3.46958 3.55633 3.02732 3.97587 2.6949 4.47763C2.36247 4.9794 2.14858 5.55023 2.06945 6.1469C1.99031 6.74357 2.04799 7.35042 2.23813 7.92149C2.42826 8.49257 2.74586 9.01288 3.16687 9.44303C3.43729 9.71931 3.43253 10.1625 3.15625 10.4329C2.87996 10.7033 2.43677 10.6986 2.16636 10.4223C1.59675 9.84033 1.16706 9.13638 0.909817 8.36375C0.652574 7.59112 0.574532 6.77008 0.6816 5.96283C0.788668 5.15557 1.07804 4.38326 1.5278 3.70441C1.97755 3.02555 2.5759 2.45794 3.27751 2.04459C3.97913 1.63123 4.76561 1.38295 5.57738 1.31857C6.38916 1.25419 7.20495 1.37539 7.96294 1.67299C8.72094 1.97059 9.40128 2.43678 9.95242 3.03626C10.3837 3.50531 10.7269 4.04634 10.9675 4.63333H11.6665C11.6665 4.63333 11.6666 4.63333 11.6665 4.63333C12.4604 4.63326 13.2333 4.8885 13.8709 5.36136C14.5086 5.83423 14.9772 6.49966 15.2077 7.25935C15.4381 8.01903 15.4181 8.83269 15.1506 9.58013C14.883 10.3276 14.3822 10.9691 13.7221 11.4101C13.4006 11.6248 12.9659 11.5383 12.7512 11.2168C12.5365 10.8953 12.623 10.4606 12.9445 10.2459C13.3548 9.97181 13.6662 9.57299 13.8324 9.10837C13.9987 8.64374 14.0112 8.13796 13.8679 7.66572C13.7247 7.19348 13.4334 6.77984 13.037 6.48589C12.6406 6.19194 12.1602 6.03327 11.6667 6.03333H10.4733C10.1638 6.03333 9.89108 5.83012 9.80254 5.5336C9.63034 4.95686 9.32915 4.42688 8.92179 3.98378C8.51443 3.54069 8.01157 3.19611 7.45131 2.97615ZM3.96662 11.3333C3.96662 10.9467 4.28002 10.6333 4.66662 10.6333H10.6666C11.0532 10.6333 11.3666 10.9467 11.3666 11.3333C11.3666 11.7199 11.0532 12.0333 10.6666 12.0333H4.66662C4.28002 12.0333 3.96662 11.7199 3.96662 11.3333ZM5.29995 14C5.29995 13.6134 5.61335 13.3 5.99995 13.3H11.3333C11.7199 13.3 12.0333 13.6134 12.0333 14C12.0333 14.3866 11.7199 14.7 11.3333 14.7H5.99995C5.61335 14.7 5.29995 14.3866 5.29995 14Z", fill: "currentColor", }), }), - jC = (e) => - kt("svg", { + BC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.45131 2.97615C6.89105 2.75619 6.28808 2.6666 5.68807 2.71419C5.08806 2.76178 4.50675 2.94528 3.98816 3.25081C3.46958 3.55633 3.02732 3.97587 2.6949 4.47763C2.36247 4.9794 2.14858 5.55023 2.06945 6.1469C1.99031 6.74357 2.04799 7.35042 2.23813 7.92149C2.42826 8.49257 2.74586 9.01288 3.16687 9.44303C3.43729 9.71931 3.43253 10.1625 3.15625 10.4329C2.87996 10.7033 2.43677 10.6986 2.16636 10.4223C1.59675 9.84033 1.16706 9.13638 0.909817 8.36375C0.652574 7.59112 0.574532 6.77008 0.6816 5.96283C0.788668 5.15557 1.07804 4.38326 1.5278 3.70441C1.97755 3.02555 2.5759 2.45794 3.27751 2.04459C3.97913 1.63123 4.76561 1.38295 5.57738 1.31857C6.38916 1.25419 7.20495 1.37539 7.96294 1.67299C8.72094 1.97059 9.40128 2.43678 9.95242 3.03626C10.3837 3.50531 10.7269 4.04634 10.9675 4.63333H11.6665C11.6665 4.63333 11.6666 4.63333 11.6665 4.63333C12.4604 4.63326 13.2333 4.8885 13.8709 5.36136C14.5086 5.83423 14.9772 6.49966 15.2077 7.25935C15.4381 8.01903 15.4181 8.83269 15.1506 9.58013C14.883 10.3276 14.3822 10.9691 13.7221 11.4101C13.4006 11.6248 12.9659 11.5383 12.7512 11.2168C12.5365 10.8953 12.623 10.4606 12.9445 10.2459C13.3548 9.97181 13.6662 9.57299 13.8324 9.10837C13.9987 8.64374 14.0112 8.13796 13.8679 7.66572C13.7247 7.19348 13.4334 6.77984 13.037 6.48589C12.6406 6.19194 12.1602 6.03327 11.6667 6.03333H10.4733C10.1638 6.03333 9.89108 5.83012 9.80254 5.5336C9.63034 4.95686 9.32915 4.42688 8.92179 3.98378C8.51443 3.54069 8.01157 3.19611 7.45131 2.97615ZM5.33328 8.63333C5.71988 8.63333 6.03328 8.94673 6.03328 9.33333V10.6667C6.03328 11.0533 5.71988 11.3667 5.33328 11.3667C4.94668 11.3667 4.63328 11.0533 4.63328 10.6667V9.33333C4.63328 8.94673 4.94668 8.63333 5.33328 8.63333ZM10.6666 8.63333C11.0532 8.63333 11.3666 8.94673 11.3666 9.33333V10.6667C11.3666 11.0533 11.0532 11.3667 10.6666 11.3667C10.28 11.3667 9.96661 11.0533 9.96661 10.6667V9.33333C9.96661 8.94673 10.28 8.63333 10.6666 8.63333ZM7.99995 9.96666C8.38655 9.96666 8.69995 10.2801 8.69995 10.6667V12C8.69995 12.3866 8.38655 12.7 7.99995 12.7C7.61335 12.7 7.29995 12.3866 7.29995 12V10.6667C7.29995 10.2801 7.61335 9.96666 7.99995 9.96666ZM4.63328 13.3333C4.63328 12.9467 4.94668 12.6333 5.33328 12.6333H5.33995C5.72655 12.6333 6.03995 12.9467 6.03995 13.3333C6.03995 13.7199 5.72655 14.0333 5.33995 14.0333H5.33328C4.94668 14.0333 4.63328 13.7199 4.63328 13.3333ZM9.96661 13.3333C9.96661 12.9467 10.28 12.6333 10.6666 12.6333H10.6733C11.0599 12.6333 11.3733 12.9467 11.3733 13.3333C11.3733 13.7199 11.0599 14.0333 10.6733 14.0333H10.6666C10.28 14.0333 9.96661 13.7199 9.96661 13.3333ZM7.29995 14.6667C7.29995 14.2801 7.61335 13.9667 7.99995 13.9667H8.00662C8.39322 13.9667 8.70662 14.2801 8.70662 14.6667C8.70662 15.0533 8.39322 15.3667 8.00662 15.3667H7.99995C7.61335 15.3667 7.29995 15.0533 7.29995 14.6667Z", fill: "currentColor", }), }), - qC = (e) => - kt("svg", { + DC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.69357 4.09423C5.96926 3.96583 5.2235 4.04137 4.53965 4.31241C3.85579 4.58345 3.26077 5.03931 2.82109 5.62906C2.3814 6.2188 2.11436 6.91919 2.04982 7.65197C1.98528 8.38474 2.12577 9.12102 2.4556 9.77855C2.78543 10.4361 3.2916 10.9889 3.91755 11.3753C4.54344 11.7617 5.26445 11.9664 5.99999 11.9667C5.99993 11.9667 6.00005 11.9667 5.99999 11.9667H11.6667C12.2767 11.9667 12.8617 11.7243 13.293 11.293C13.7243 10.8617 13.9667 10.2767 13.9667 9.66667C13.9667 9.05667 13.7243 8.47166 13.293 8.04032C12.8617 7.60899 12.2767 7.36667 11.6667 7.36667H10.4733C10.1638 7.36667 9.89095 7.16333 9.80251 6.86667C9.59233 6.16172 9.19027 5.5291 8.64125 5.03951C8.09224 4.54991 7.41789 4.22263 6.69357 4.09423ZM4.02381 3.0109C4.94903 2.6442 5.95799 2.542 6.93795 2.71572C7.9179 2.88944 8.83025 3.33224 9.57304 3.99463C10.1835 4.53899 10.6596 5.21403 10.9677 5.96667H11.6667C12.648 5.96667 13.5891 6.35649 14.283 7.05037C14.9768 7.74426 15.3667 8.68537 15.3667 9.66667C15.3667 10.648 14.9768 11.5891 14.283 12.283C13.5891 12.9768 12.648 13.3667 11.6667 13.3667H5.99999C5.00476 13.3664 4.02901 13.0894 3.18214 12.5666C2.33527 12.0438 1.65045 11.2959 1.20421 10.4063C0.757977 9.51668 0.567899 8.52053 0.655221 7.52913C0.742543 6.53773 1.10383 5.59014 1.6987 4.79225C2.29357 3.99436 3.09859 3.37761 4.02381 3.0109Z", fill: "currentColor", }), }), - YC = (e) => - kt("svg", { + PC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.12042 2.86282C6.48622 2.67638 5.81548 2.6514 5.16917 2.79013C4.52286 2.92887 3.92146 3.22693 3.41964 3.65722C2.91783 4.08751 2.5315 4.63639 2.29578 5.25397C2.06006 5.87155 1.98242 6.53825 2.06991 7.19347C2.1574 7.84869 2.40725 8.47166 2.79676 9.00575C3.18627 9.53984 3.70307 9.96813 4.30021 10.2517C4.64944 10.4175 4.79811 10.835 4.63228 11.1843C4.46645 11.5335 4.04892 11.6822 3.69969 11.5163C2.8918 11.1327 2.19259 10.5533 1.66561 9.83068C1.13863 9.10808 0.800598 8.26524 0.682226 7.37877C0.563854 6.49229 0.6689 5.59029 0.987817 4.75474C1.30673 3.91919 1.82941 3.17659 2.50834 2.59443C3.18726 2.01227 4.00092 1.60902 4.87534 1.42131C5.74977 1.23361 6.65724 1.26742 7.51528 1.51966C8.37331 1.77189 9.15471 2.23457 9.78844 2.86562C10.2966 3.37164 10.6969 3.97305 10.9675 4.63334H11.6661M9.02676 7.39976C9.35827 7.59866 9.46576 8.02865 9.26686 8.36015L7.90295 10.6333H9.33328C9.58547 10.6333 9.81817 10.769 9.94242 10.9884C10.0667 11.2079 10.0633 11.4772 9.93353 11.6935L7.93353 15.0268C7.73462 15.3583 7.30464 15.4658 6.97313 15.2669C6.64163 15.068 6.53413 14.638 6.73304 14.3065L8.09695 12.0333H6.66661C6.41442 12.0333 6.18173 11.8977 6.05747 11.6782C5.93322 11.4588 5.93662 11.1894 6.06637 10.9732L8.06637 7.63986C8.26527 7.30835 8.69526 7.20086 9.02676 7.39976Z", fill: "currentColor", }), }), - KC = (e) => - kt("svg", { + FC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.313 2.39791C11.4219 2.65966 11.3621 2.96119 11.1617 3.16163C10.7625 3.56079 10.5383 4.10217 10.5383 4.66666C10.5383 4.94617 10.5933 5.22294 10.7003 5.48117C10.8072 5.73941 10.964 5.97404 11.1617 6.17168C11.3593 6.36933 11.5939 6.52611 11.8522 6.63307C12.1104 6.74003 12.3872 6.79509 12.6667 6.79509C13.2312 6.79509 13.7726 6.57084 14.1717 6.17168C14.3719 5.9715 14.673 5.9116 14.9345 6.01993C15.1961 6.12825 15.3666 6.38346 15.3667 6.66656C15.3668 7.4917 15.1497 8.30232 14.7372 9.01694C14.3247 9.73155 13.7313 10.325 13.0167 10.7375C12.6819 10.9308 12.2538 10.8161 12.0605 10.4813C11.8672 10.1465 11.9819 9.71841 12.3167 9.52511C12.8184 9.23543 13.235 8.81878 13.5247 8.31702C13.5746 8.2305 13.6205 8.14198 13.6622 8.05174C13.3417 8.146 13.0067 8.19509 12.6667 8.19509C12.2033 8.19509 11.7445 8.10382 11.3164 7.9265C10.8883 7.74918 10.4994 7.48928 10.1717 7.16163C9.84407 6.83399 9.58417 6.44502 9.40685 6.01693C9.22953 5.58884 9.13826 5.13002 9.13826 4.66666C9.13826 4.32874 9.18673 3.99583 9.27983 3.6772C9.01655 3.80028 8.76883 3.95846 8.54389 4.14909C7.9501 4.6523 7.55329 5.3492 7.42356 6.11666C7.35913 6.49785 6.99788 6.75463 6.61669 6.6902C6.2355 6.62577 5.97871 6.26452 6.04315 5.88333C6.2279 4.79029 6.79306 3.79773 7.63876 3.08104C8.48446 2.36434 9.55627 1.96963 10.6648 1.96666C10.9483 1.9659 11.2042 2.13617 11.313 2.39791ZM5.29775 8.77656C4.81399 8.65729 4.30632 8.6777 3.83371 8.83544C3.36109 8.99317 2.94292 9.28175 2.62777 9.66765C2.31261 10.0536 2.1134 10.521 2.05328 11.0156C1.99315 11.5102 2.07458 12.0117 2.2881 12.4618C2.50162 12.912 2.83848 13.2924 3.25954 13.5587C3.68056 13.8251 4.1685 13.9665 4.66669 13.9667C4.66664 13.9667 4.66674 13.9667 4.66669 13.9667H8.66669C9.01147 13.9667 9.34213 13.8297 9.58593 13.5859C9.82972 13.3421 9.96669 13.0114 9.96669 12.6667C9.96669 12.3219 9.82972 11.9912 9.58593 11.7474C9.34213 11.5036 9.01147 11.3667 8.66669 11.3667H7.93335C7.60072 11.3667 7.31402 11.1326 7.2475 10.8067C7.14785 10.3185 6.91175 9.86859 6.56662 9.50924C6.2215 9.14989 5.7815 8.89583 5.29775 8.77656ZM3.3905 7.50744C4.11438 7.26585 4.89194 7.23458 5.63288 7.41726C6.37383 7.59994 7.04774 7.98908 7.57635 8.53948C7.96998 8.94933 8.27101 9.43607 8.4621 9.96666H8.66669C9.38277 9.96666 10.0695 10.2511 10.5759 10.7575C11.0822 11.2638 11.3667 11.9506 11.3667 12.6667C11.3667 13.3827 11.0822 14.0695 10.5759 14.5758C10.0695 15.0822 9.38277 15.3667 8.66669 15.3667H4.66669C3.90356 15.3665 3.15599 15.1499 2.51107 14.7419C1.86615 14.3339 1.35021 13.7513 1.02318 13.0618C0.696138 12.3723 0.571421 11.6042 0.66351 10.8466C0.755599 10.0891 1.06072 9.37317 1.54342 8.7821C2.02613 8.19103 2.66662 7.74904 3.3905 7.50744Z", fill: "currentColor", }), }), - XC = (e) => - kt("svg", { + UC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.30247 3.66194C9.02804 3.78652 8.76999 3.94899 8.53638 4.14639C7.94065 4.6498 7.54239 5.34786 7.41219 6.11685C7.34764 6.49803 6.98632 6.75471 6.60515 6.69017C6.22397 6.62563 5.96729 6.26431 6.03183 5.88313C6.21726 4.78803 6.78441 3.79394 7.63277 3.07706C8.48112 2.36018 9.5559 1.9668 10.6666 1.96666C10.9481 1.96662 11.2022 2.13519 11.3116 2.39454C11.421 2.65388 11.3645 2.95354 11.168 3.15515C10.7774 3.55608 10.5604 4.09473 10.5641 4.65448C10.5677 5.21423 10.7917 5.75001 11.1875 6.14582C11.5833 6.54163 12.1191 6.76561 12.6789 6.76925C13.2386 6.77289 13.7773 6.55591 14.1782 6.16529C14.3798 5.96887 14.6794 5.9123 14.9388 6.0217C15.1981 6.1311 15.3667 6.38519 15.3667 6.66666C15.3667 8.40644 14.4207 9.92594 13.017 10.7374C12.6823 10.9308 12.2541 10.8163 12.0606 10.4816C11.8672 10.1469 11.9817 9.71876 12.3164 9.52529C12.9109 9.18163 13.3874 8.65848 13.6727 8.0305C13.3496 8.1239 13.012 8.17145 12.6697 8.16922C11.7419 8.16318 10.8537 7.7919 10.1976 7.13577C9.54143 6.47964 9.17015 5.59148 9.16411 4.66359C9.16189 4.32174 9.20931 3.98463 9.30247 3.66194ZM4.73469 8.70209C4.34004 8.69204 3.94818 8.77084 3.58811 8.93268C3.22803 9.09451 2.90894 9.33523 2.65446 9.63703C2.39997 9.93883 2.2166 10.294 2.1179 10.6762C2.01921 11.0585 2.00771 11.458 2.08427 11.8453C2.16083 12.2325 2.32349 12.5977 2.56021 12.9136C2.79202 13.223 2.72913 13.6617 2.41975 13.8935C2.11036 14.1253 1.67163 14.0625 1.43981 13.7531C1.07725 13.2692 0.828117 12.71 0.710853 12.1168C0.59359 11.5236 0.611193 10.9117 0.762361 10.3262C0.913528 9.74076 1.19439 9.19679 1.58417 8.73454C1.97396 8.27229 2.46268 7.90359 3.01419 7.65572C3.5657 7.40785 4.16589 7.28715 4.77035 7.30255C5.3748 7.31795 5.96806 7.46906 6.50623 7.74469C7.04441 8.02033 7.51372 8.41344 7.87946 8.89494C8.12749 9.22148 8.32358 9.58301 8.46189 9.96666H8.66636M4.66668 11.9667C5.05328 11.9667 5.36668 12.2801 5.36668 12.6667V14C5.36668 14.3866 5.05328 14.7 4.66668 14.7C4.28008 14.7 3.96668 14.3866 3.96668 14V12.6667C3.96668 12.2801 4.28008 11.9667 4.66668 11.9667ZM7.33334 12.6333C7.71994 12.6333 8.03334 12.9467 8.03334 13.3333V14.6667C8.03334 15.0533 7.71994 15.3667 7.33334 15.3667C6.94674 15.3667 6.63334 15.0533 6.63334 14.6667V13.3333C6.63334 12.9467 6.94674 12.6333 7.33334 12.6333Z", fill: "currentColor", }), }), - QC = (e) => - kt("svg", { + zC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838352 0.838357C1.11172 0.56499 1.55493 0.56499 1.8283 0.838357L4.33808 3.34814C4.34586 3.35556 4.35348 3.36318 4.36094 3.37099L13.0236 12.0337C13.0303 12.0401 13.0368 12.0466 13.0432 12.0532L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L12.3191 13.3091C12.1039 13.3475 11.8854 13.3668 11.6662 13.3667H6.00029C4.79748 13.3671 3.6291 12.9635 2.68317 12.2205C1.73716 11.4775 1.0682 10.4382 0.783657 9.26947C0.499113 8.10069 0.615482 6.87021 1.11409 5.77551C1.48255 4.96655 2.04394 4.26641 2.74311 3.73306L3.74519 4.73515C3.15715 5.1409 2.68687 5.69998 2.38816 6.35581C2.01962 7.16494 1.93361 8.07443 2.14392 8.9383C2.35424 9.80217 2.84869 10.5703 3.54791 11.1195C4.24714 11.6687 5.11059 11.967 5.9997 11.9667L10.9767 11.9667L3.74519 4.73515M2.74311 3.73306L0.838352 1.82831C0.564985 1.55494 0.564985 1.11172 0.838352 0.838357M5.97389 3.27962C6.02933 2.89702 6.38443 2.6318 6.76703 2.68723C7.78104 2.83415 8.73189 3.26799 9.50742 3.93758C10.1488 4.49133 10.6481 5.1872 10.9675 5.96666H11.6665C11.6665 5.96666 11.6666 5.96666 11.6665 5.96666C12.2963 5.96657 12.9157 6.1272 13.466 6.43335C14.0164 6.73953 14.4795 7.18111 14.8114 7.71629C15.1434 8.25147 15.3333 8.86252 15.3631 9.4916C15.3929 10.1207 15.2616 10.7469 14.9817 11.3111C14.8099 11.6574 14.3899 11.7989 14.0435 11.6271C13.6972 11.4552 13.5558 11.0352 13.7276 10.6889C13.9016 10.3382 13.9832 9.94889 13.9647 9.55784C13.9461 9.16679 13.8281 8.78695 13.6217 8.45427C13.4154 8.12159 13.1275 7.84709 12.7854 7.65677C12.4433 7.46644 12.0583 7.36659 11.6668 7.36666H10.4733C10.1639 7.36666 9.89116 7.16349 9.8026 6.86699C9.5858 6.1411 9.16592 5.49235 8.5925 4.99726C8.01908 4.50217 7.31603 4.18139 6.56628 4.07276C6.18368 4.01733 5.91846 3.66223 5.97389 3.27962Z", fill: "currentColor", }), }), - JC = (e) => - kt("svg", { + GC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.45131 2.97615C6.89105 2.75619 6.28808 2.6666 5.68807 2.71419C5.08806 2.76178 4.50675 2.94528 3.98816 3.25081C3.46958 3.55633 3.02732 3.97587 2.6949 4.47763C2.36247 4.9794 2.14858 5.55023 2.06945 6.1469C1.99031 6.74357 2.04799 7.35042 2.23813 7.92149C2.42826 8.49257 2.74586 9.01288 3.16687 9.44303C3.43729 9.71931 3.43253 10.1625 3.15625 10.4329C2.87996 10.7033 2.43677 10.6986 2.16636 10.4223C1.59675 9.84033 1.16706 9.13638 0.909817 8.36375C0.652574 7.59112 0.574532 6.77008 0.6816 5.96283C0.788668 5.15557 1.07804 4.38326 1.5278 3.70441C1.97755 3.02555 2.5759 2.45794 3.27751 2.04459C3.97913 1.63123 4.76561 1.38295 5.57738 1.31857C6.38916 1.25419 7.20495 1.37539 7.96294 1.67299C8.72094 1.97059 9.40128 2.43678 9.95242 3.03626C10.3837 3.50531 10.7269 4.04634 10.9675 4.63333H11.6665C11.6665 4.63333 11.6666 4.63333 11.6665 4.63333C12.4604 4.63326 13.2333 4.8885 13.8709 5.36136C14.5086 5.83423 14.9772 6.49966 15.2077 7.25935C15.4381 8.01903 15.4181 8.83269 15.1506 9.58013C14.883 10.3276 14.3822 10.9691 13.7221 11.4101C13.4006 11.6248 12.9659 11.5383 12.7512 11.2168C12.5365 10.8953 12.623 10.4606 12.9445 10.2459C13.3548 9.97181 13.6662 9.57299 13.8324 9.10837C13.9987 8.64374 14.0112 8.13796 13.8679 7.66572C13.7247 7.19348 13.4334 6.77984 13.037 6.48589C12.6406 6.19194 12.1602 6.03327 11.6667 6.03333H10.4733C10.1638 6.03333 9.89108 5.83012 9.80254 5.5336C9.63034 4.95686 9.32915 4.42688 8.92179 3.98378C8.51443 3.54069 8.01157 3.19611 7.45131 2.97615ZM5.33328 8.63333C5.71988 8.63333 6.03328 8.94673 6.03328 9.33333V13.3333C6.03328 13.7199 5.71988 14.0333 5.33328 14.0333C4.94668 14.0333 4.63328 13.7199 4.63328 13.3333V9.33333C4.63328 8.94673 4.94668 8.63333 5.33328 8.63333ZM10.6666 8.63333C11.0532 8.63333 11.3666 8.94673 11.3666 9.33333V13.3333C11.3666 13.7199 11.0532 14.0333 10.6666 14.0333C10.28 14.0333 9.96661 13.7199 9.96661 13.3333V9.33333C9.96661 8.94673 10.28 8.63333 10.6666 8.63333ZM7.99995 9.96666C8.38655 9.96666 8.69995 10.2801 8.69995 10.6667V14.6667C8.69995 15.0533 8.38655 15.3667 7.99995 15.3667C7.61335 15.3667 7.29995 15.0533 7.29995 14.6667V10.6667C7.29995 10.2801 7.61335 9.96666 7.99995 9.96666Z", fill: "currentColor", }), }), - es = (e) => - kt("svg", { + $C = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.45131 2.97615C6.89105 2.75619 6.28808 2.6666 5.68807 2.71419C5.08806 2.76178 4.50675 2.94528 3.98816 3.25081C3.46958 3.55633 3.02732 3.97587 2.6949 4.47763C2.36247 4.9794 2.14858 5.55023 2.06945 6.1469C1.99031 6.74357 2.04799 7.35042 2.23813 7.92149C2.42826 8.49257 2.74586 9.01288 3.16687 9.44303C3.43729 9.71931 3.43253 10.1625 3.15625 10.4329C2.87996 10.7033 2.43677 10.6986 2.16636 10.4223C1.59675 9.84033 1.16706 9.13638 0.909817 8.36375C0.652574 7.59112 0.574532 6.77008 0.6816 5.96283C0.788668 5.15557 1.07804 4.38326 1.5278 3.70441C1.97755 3.02555 2.5759 2.45794 3.27751 2.04459C3.97913 1.63123 4.76561 1.38295 5.57738 1.31857C6.38916 1.25419 7.20495 1.37539 7.96294 1.67299C8.72094 1.97059 9.40128 2.43678 9.95242 3.03626C10.3837 3.50531 10.7269 4.04634 10.9675 4.63333H11.6665C11.6665 4.63333 11.6666 4.63333 11.6665 4.63333C12.4604 4.63326 13.2333 4.8885 13.8709 5.36136C14.5086 5.83423 14.9772 6.49966 15.2077 7.25935C15.4381 8.01903 15.4181 8.83269 15.1506 9.58013C14.883 10.3276 14.3822 10.9691 13.7221 11.4101C13.4006 11.6248 12.9659 11.5383 12.7512 11.2168C12.5365 10.8953 12.623 10.4606 12.9445 10.2459C13.3548 9.97181 13.6662 9.57299 13.8324 9.10837C13.9987 8.64374 14.0112 8.13796 13.8679 7.66572C13.7247 7.19348 13.4334 6.77984 13.037 6.48589C12.6406 6.19194 12.1602 6.03327 11.6667 6.03333H10.4733C10.1638 6.03333 9.89108 5.83012 9.80254 5.5336C9.63034 4.95686 9.32915 4.42688 8.92179 3.98378C8.51443 3.54069 8.01157 3.19611 7.45131 2.97615ZM6.27569 8.02326C6.63103 8.17555 6.79564 8.58707 6.64335 8.94241L4.64335 13.6091C4.49106 13.9644 4.07955 14.129 3.72421 13.9767C3.36886 13.8244 3.20426 13.4129 3.35655 13.0576L5.35655 8.39092C5.50884 8.03558 5.92035 7.87097 6.27569 8.02326ZM11.609 8.02326C11.9644 8.17555 12.129 8.58707 11.9767 8.94241L9.97668 13.6091C9.82439 13.9644 9.41288 14.129 9.05754 13.9767C8.7022 13.8244 8.53759 13.4129 8.68988 13.0576L10.6899 8.39092C10.8422 8.03558 11.2537 7.87097 11.609 8.02326ZM8.40903 9.35659C8.76437 9.50888 8.92897 9.9204 8.77668 10.2757L6.77668 14.9424C6.6244 15.2977 6.21288 15.4624 5.85754 15.3101C5.5022 15.1578 5.33759 14.7463 5.48988 14.3909L7.48988 9.72425C7.64217 9.36891 8.05368 9.20431 8.40903 9.35659Z", fill: "currentColor", }), }), - ts = (e) => - kt("svg", { + WC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.45131 2.97615C6.89105 2.75619 6.28808 2.6666 5.68807 2.71419C5.08806 2.76178 4.50675 2.94528 3.98816 3.25081C3.46958 3.55633 3.02732 3.97587 2.6949 4.47763C2.36247 4.9794 2.14858 5.55023 2.06945 6.1469C1.99031 6.74357 2.04799 7.35042 2.23813 7.92149C2.42826 8.49257 2.74586 9.01288 3.16687 9.44303C3.43729 9.71931 3.43253 10.1625 3.15625 10.4329C2.87996 10.7033 2.43677 10.6986 2.16636 10.4223C1.59675 9.84033 1.16706 9.13638 0.909817 8.36375C0.652574 7.59112 0.574532 6.77008 0.6816 5.96283C0.788668 5.15557 1.07804 4.38326 1.5278 3.70441C1.97755 3.02555 2.5759 2.45794 3.27751 2.04459C3.97913 1.63123 4.76561 1.38295 5.57738 1.31857C6.38916 1.25419 7.20495 1.37539 7.96294 1.67299C8.72094 1.97059 9.40128 2.43678 9.95242 3.03626C10.3837 3.50531 10.7269 4.04634 10.9675 4.63333H11.6665C11.6665 4.63333 11.6666 4.63333 11.6665 4.63333C12.4604 4.63326 13.2333 4.8885 13.8709 5.36136C14.5086 5.83423 14.9772 6.49966 15.2077 7.25935C15.4381 8.01903 15.4181 8.83269 15.1506 9.58013C14.883 10.3276 14.3822 10.9691 13.7221 11.4101C13.4006 11.6248 12.9659 11.5383 12.7512 11.2168C12.5365 10.8953 12.623 10.4606 12.9445 10.2459C13.3548 9.97181 13.6662 9.57299 13.8324 9.10837C13.9987 8.64374 14.0112 8.13796 13.8679 7.66572C13.7247 7.19348 13.4334 6.77984 13.037 6.48589C12.6406 6.19194 12.1602 6.03327 11.6667 6.03333H10.4733C10.1638 6.03333 9.89108 5.83012 9.80254 5.5336C9.63034 4.95686 9.32915 4.42688 8.92179 3.98378C8.51443 3.54069 8.01157 3.19611 7.45131 2.97615ZM4.63328 10C4.63328 9.6134 4.94668 9.3 5.33328 9.3H5.33995C5.72655 9.3 6.03995 9.6134 6.03995 10C6.03995 10.3866 5.72655 10.7 5.33995 10.7H5.33328C4.94668 10.7 4.63328 10.3866 4.63328 10ZM9.96661 10C9.96661 9.6134 10.28 9.3 10.6666 9.3H10.6733C11.0599 9.3 11.3733 9.6134 11.3733 10C11.3733 10.3866 11.0599 10.7 10.6733 10.7H10.6666C10.28 10.7 9.96661 10.3866 9.96661 10ZM7.29995 11.3333C7.29995 10.9467 7.61335 10.6333 7.99995 10.6333H8.00662C8.39322 10.6333 8.70662 10.9467 8.70662 11.3333C8.70662 11.7199 8.39322 12.0333 8.00662 12.0333H7.99995C7.61335 12.0333 7.29995 11.7199 7.29995 11.3333ZM4.63328 12.6667C4.63328 12.2801 4.94668 11.9667 5.33328 11.9667H5.33995C5.72655 11.9667 6.03995 12.2801 6.03995 12.6667C6.03995 13.0533 5.72655 13.3667 5.33995 13.3667H5.33328C4.94668 13.3667 4.63328 13.0533 4.63328 12.6667ZM9.96661 12.6667C9.96661 12.2801 10.28 11.9667 10.6666 11.9667H10.6733C11.0599 11.9667 11.3733 12.2801 11.3733 12.6667C11.3733 13.0533 11.0599 13.3667 10.6733 13.3667H10.6666C10.28 13.3667 9.96661 13.0533 9.96661 12.6667ZM7.29995 14C7.29995 13.6134 7.61335 13.3 7.99995 13.3H8.00662C8.39322 13.3 8.70662 13.6134 8.70662 14C8.70662 14.3866 8.39322 14.7 8.00662 14.7H7.99995C7.61335 14.7 7.29995 14.3866 7.29995 14Z", fill: "currentColor", }), }), - ns = (e) => - kt("svg", { + jC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00002 0.633331C8.38662 0.633331 8.70002 0.946732 8.70002 1.33333V2.66666C8.70002 3.05326 8.38662 3.36666 8.00002 3.36666C7.61342 3.36666 7.30002 3.05326 7.30002 2.66666V1.33333C7.30002 0.946732 7.61342 0.633331 8.00002 0.633331ZM2.79171 2.79169C3.06508 2.51832 3.5083 2.51832 3.78166 2.79169L4.72166 3.73169C4.99503 4.00506 4.99503 4.44827 4.72166 4.72164C4.4483 4.99501 4.00508 4.99501 3.73171 4.72164L2.79171 3.78164C2.51835 3.50827 2.51835 3.06506 2.79171 2.79169ZM13.2083 2.79169C13.4817 3.06506 13.4817 3.50827 13.2083 3.78164L12.2683 4.72164C11.995 4.99501 11.5517 4.99501 11.2784 4.72164C11.005 4.44827 11.005 4.00506 11.2784 3.73169L12.2184 2.79169C12.4917 2.51832 12.935 2.51832 13.2083 2.79169ZM6.33513 5.07295C6.88785 4.7584 7.51836 4.60684 8.15366 4.63581C8.78895 4.66478 9.40305 4.87309 9.92485 5.23663C10.4467 5.60018 10.8548 6.10408 11.1021 6.69C11.3493 7.27592 11.4256 7.91989 11.322 8.54735C11.259 8.92878 10.8988 9.18695 10.5173 9.12398C10.1359 9.06101 9.87773 8.70075 9.9407 8.31931C10.0012 7.95278 9.95667 7.5766 9.81223 7.23433C9.66779 6.89206 9.42936 6.5977 9.12454 6.38533C8.81973 6.17297 8.461 6.05128 8.08988 6.03435C7.71877 6.01743 7.35045 6.10597 7.02758 6.28971C6.69158 6.48093 6.26419 6.36355 6.07297 6.02755C5.88176 5.69155 5.99913 5.26416 6.33513 5.07295ZM5.29775 8.77656C4.81399 8.65729 4.30632 8.67771 3.83371 8.83544C3.36109 8.99317 2.94292 9.28175 2.62777 9.66766C2.31261 10.0536 2.1134 10.521 2.05328 11.0156C1.99315 11.5102 2.07458 12.0117 2.2881 12.4618C2.50162 12.912 2.83848 13.2924 3.25954 13.5587C3.68056 13.8251 4.1685 13.9665 4.66669 13.9667C4.66664 13.9667 4.66674 13.9667 4.66669 13.9667H8.66669C9.01147 13.9667 9.34213 13.8297 9.58593 13.5859C9.82972 13.3421 9.96669 13.0114 9.96669 12.6667C9.96669 12.3219 9.82972 11.9912 9.58593 11.7474C9.34213 11.5036 9.01147 11.3667 8.66669 11.3667H7.93335C7.60072 11.3667 7.31402 11.1326 7.2475 10.8067C7.14785 10.3185 6.91175 9.8686 6.56662 9.50925C6.2215 9.1499 5.7815 8.89583 5.29775 8.77656ZM3.3905 7.50745C4.11438 7.26586 4.89194 7.23459 5.63288 7.41727C6.37383 7.59995 7.04774 7.98909 7.57635 8.53948C7.96998 8.94933 8.27101 9.43607 8.4621 9.96666H8.66669C9.38277 9.96666 10.0695 10.2511 10.5759 10.7575C11.0822 11.2638 11.3667 11.9506 11.3667 12.6667C11.3667 13.3827 11.0822 14.0695 10.5759 14.5759C10.0695 15.0822 9.38277 15.3667 8.66669 15.3667H4.66669C3.90356 15.3665 3.15599 15.1499 2.51107 14.7419C1.86615 14.3339 1.35021 13.7513 1.02318 13.0618C0.696138 12.3723 0.571421 11.6042 0.66351 10.8466C0.755599 10.0891 1.06072 9.37318 1.54342 8.78211C2.02613 8.19104 2.66662 7.74904 3.3905 7.50745ZM12.6334 8C12.6334 7.6134 12.9468 7.3 13.3334 7.3H14.6667C15.0533 7.3 15.3667 7.6134 15.3667 8C15.3667 8.3866 15.0533 8.7 14.6667 8.7H13.3334C12.9468 8.7 12.6334 8.3866 12.6334 8Z", fill: "currentColor", }), }), - rs = (e) => - kt("svg", { + qC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 0.633331C8.38661 0.633331 8.70001 0.946732 8.70001 1.33333V2.66666C8.70001 3.05326 8.38661 3.36666 8.00001 3.36666C7.61341 3.36666 7.30001 3.05326 7.30001 2.66666V1.33333C7.30001 0.946732 7.61341 0.633331 8.00001 0.633331ZM2.7917 2.79169C3.06507 2.51832 3.50828 2.51832 3.78165 2.79169L4.72165 3.73169C4.99502 4.00506 4.99502 4.44827 4.72165 4.72164C4.44828 4.99501 4.00507 4.99501 3.7317 4.72164L2.7917 3.78164C2.51833 3.50827 2.51833 3.06506 2.7917 2.79169ZM13.2083 2.79169C13.4817 3.06506 13.4817 3.50827 13.2083 3.78164L12.2683 4.72164C11.995 4.99501 11.5517 4.99501 11.2784 4.72164C11.005 4.44827 11.005 4.00506 11.2784 3.73169L12.2184 2.79169C12.4917 2.51832 12.9349 2.51832 13.2083 2.79169ZM6.33512 5.07295C6.88784 4.7584 7.51835 4.60684 8.15364 4.63581C8.78894 4.66478 9.40304 4.87309 9.92484 5.23663C10.4466 5.60018 10.8548 6.10408 11.1021 6.69C11.3493 7.27592 11.4256 7.91989 11.322 8.54735C11.259 8.92878 10.8988 9.18695 10.5173 9.12398C10.1359 9.06101 9.87772 8.70075 9.94069 8.31931C10.0012 7.95278 9.95666 7.5766 9.81222 7.23433C9.66777 6.89206 9.42934 6.5977 9.12453 6.38533C8.81972 6.17297 8.46098 6.05128 8.08987 6.03435C7.71876 6.01743 7.35044 6.10597 7.02757 6.28971C6.69157 6.48093 6.26417 6.36355 6.07296 6.02755C5.88175 5.69155 5.99912 5.26416 6.33512 5.07295ZM12.6333 8C12.6333 7.6134 12.9467 7.3 13.3333 7.3H14.6667C15.0533 7.3 15.3667 7.6134 15.3667 8C15.3667 8.3866 15.0533 8.7 14.6667 8.7H13.3333C12.9467 8.7 12.6333 8.3866 12.6333 8ZM4.73469 8.7021C4.34004 8.69204 3.94818 8.77085 3.58811 8.93268C3.22803 9.09451 2.90894 9.33523 2.65446 9.63703C2.39997 9.93883 2.2166 10.294 2.1179 10.6762C2.01921 11.0585 2.00771 11.458 2.08427 11.8453C2.16083 12.2326 2.32349 12.5977 2.56021 12.9136C2.79202 13.223 2.72913 13.6617 2.41975 13.8935C2.11036 14.1253 1.67163 14.0625 1.43981 13.7531C1.07725 13.2692 0.828117 12.71 0.710853 12.1168C0.59359 11.5236 0.611193 10.9117 0.762361 10.3262C0.913528 9.74076 1.19439 9.19679 1.58417 8.73454C1.97396 8.27229 2.46268 7.90359 3.01419 7.65572C3.5657 7.40785 4.16589 7.28715 4.77035 7.30255C5.3748 7.31795 5.96806 7.46906 6.50623 7.7447C7.04441 8.02033 7.51372 8.41344 7.87946 8.89494C8.12749 9.22149 8.32358 9.58301 8.46189 9.96666H8.66565M4.66668 11.9667C5.05328 11.9667 5.36668 12.2801 5.36668 12.6667V14C5.36668 14.3866 5.05328 14.7 4.66668 14.7C4.28008 14.7 3.96668 14.3866 3.96668 14V12.6667C3.96668 12.2801 4.28008 11.9667 4.66668 11.9667ZM7.33334 12.6333C7.71994 12.6333 8.03334 12.9467 8.03334 13.3333V14.6667C8.03334 15.0533 7.71994 15.3667 7.33334 15.3667C6.94674 15.3667 6.63334 15.0533 6.63334 14.6667V13.3333C6.63334 12.9467 6.94674 12.6333 7.33334 12.6333Z", fill: "currentColor", }), }), - os = (e) => - kt("svg", { + YC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.45131 2.97615C6.89105 2.75619 6.28808 2.6666 5.68807 2.71419C5.08806 2.76178 4.50675 2.94528 3.98816 3.25081C3.46958 3.55633 3.02732 3.97587 2.6949 4.47763C2.36247 4.9794 2.14858 5.55023 2.06945 6.1469C1.99031 6.74357 2.04799 7.35042 2.23813 7.92149C2.42826 8.49257 2.74586 9.01288 3.16687 9.44303C3.43729 9.71931 3.43253 10.1625 3.15625 10.4329C2.87996 10.7033 2.43677 10.6986 2.16636 10.4223C1.59675 9.84033 1.16706 9.13638 0.909817 8.36375C0.652574 7.59112 0.574532 6.77008 0.6816 5.96283C0.788668 5.15557 1.07804 4.38326 1.5278 3.70441C1.97755 3.02555 2.5759 2.45794 3.27751 2.04459C3.97913 1.63123 4.76561 1.38295 5.57738 1.31857C6.38916 1.25419 7.20495 1.37539 7.96294 1.67299C8.72094 1.97059 9.40128 2.43678 9.95242 3.03626C10.3837 3.50531 10.7269 4.04634 10.9675 4.63333H11.6665C11.6665 4.63333 11.6666 4.63333 11.6665 4.63333C12.4604 4.63326 13.2333 4.8885 13.8709 5.36136C14.5086 5.83423 14.9772 6.49966 15.2077 7.25935C15.4381 8.01903 15.4181 8.83269 15.1506 9.58013C14.883 10.3276 14.3822 10.9691 13.7221 11.4101C13.4006 11.6248 12.9659 11.5383 12.7512 11.2168C12.5365 10.8953 12.623 10.4606 12.9445 10.2459C13.3548 9.97181 13.6662 9.57299 13.8324 9.10837C13.9987 8.64374 14.0112 8.13796 13.8679 7.66572C13.7247 7.19348 13.4334 6.77984 13.037 6.48589C12.6406 6.19194 12.1602 6.03327 11.6667 6.03333H10.4733C10.1638 6.03333 9.89108 5.83012 9.80254 5.5336C9.63034 4.95686 9.32915 4.42688 8.92179 3.98378C8.51443 3.54069 8.01157 3.19611 7.45131 2.97615ZM7.99995 7.3C8.1856 7.3 8.36365 7.37375 8.49492 7.50502L11.1616 10.1717C11.435 10.4451 11.435 10.8883 11.1616 11.1616C10.8882 11.435 10.445 11.435 10.1716 11.1616L8.69995 9.68995V14C8.69995 14.3866 8.38655 14.7 7.99995 14.7C7.61335 14.7 7.29995 14.3866 7.29995 14V9.68995L5.82826 11.1616C5.55489 11.435 5.11167 11.435 4.83831 11.1616C4.56494 10.8883 4.56494 10.4451 4.83831 10.1717L7.50497 7.50502C7.63625 7.37375 7.8143 7.3 7.99995 7.3Z", fill: "currentColor", }), }), - is = (e) => - kt("svg", { + KC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.4632 1.30618C8.44731 1.26021 9.41806 1.54826 10.2178 2.12357C10.8709 2.59335 11.3786 3.23214 11.6895 3.96666H12.6667C13.3827 3.96666 14.0695 4.25113 14.5758 4.75748C15.0822 5.26382 15.3667 5.95058 15.3667 6.66666C15.3667 7.05326 15.0533 7.36666 14.6667 7.36666C14.2801 7.36666 13.9667 7.05326 13.9667 6.66666C13.9667 6.32188 13.8297 5.99122 13.5859 5.74742C13.3421 5.50363 13.0114 5.36666 12.6667 5.36666H11.1953C10.8824 5.36666 10.6075 5.15901 10.522 4.85803C10.339 4.21411 9.94368 3.65097 9.40026 3.26006C8.85684 2.86915 8.19723 2.67342 7.52854 2.70466C6.85985 2.7359 6.22137 2.99228 5.71676 3.43215C5.51548 3.60762 5.34022 3.80816 5.19449 4.02764C5.77028 3.9401 6.35917 3.94645 6.93795 4.04905C7.9179 4.22277 8.83025 4.66557 9.57304 5.32796C10.1835 5.87232 10.6596 6.54736 10.9677 7.3H11.6667C12.1526 7.3 12.6337 7.3957 13.0826 7.58164C13.5315 7.76758 13.9394 8.04013 14.283 8.3837C14.6265 8.72728 14.8991 9.13516 15.085 9.58407C15.271 10.033 15.3667 10.5141 15.3667 11C15.3667 11.4859 15.271 11.967 15.085 12.4159C14.8991 12.8648 14.6265 13.2727 14.283 13.6163C13.9394 13.9599 13.5315 14.2324 13.0826 14.4184C12.6337 14.6043 12.1526 14.7 11.6667 14.7H5.99999C5.00476 14.6997 4.02901 14.4227 3.18214 13.9C2.33527 13.3772 1.65045 12.6292 1.20421 11.7396C0.757977 10.85 0.567899 9.85386 0.655221 8.86246C0.742543 7.87106 1.10383 6.92347 1.6987 6.12558C2.16136 5.50501 2.75116 4.99401 3.42575 4.62501C3.64011 3.75443 4.1179 2.96867 4.79681 2.37684C5.53944 1.72947 6.4791 1.35216 7.4632 1.30618ZM6.69358 5.42756C5.96926 5.29916 5.2235 5.3747 4.53965 5.64574C3.85579 5.91678 3.26077 6.37264 2.82109 6.96239C2.3814 7.55213 2.11436 8.25252 2.04982 8.98529C1.98528 9.71807 2.12577 10.4544 2.4556 11.1119C2.78543 11.7694 3.2916 12.3223 3.91755 12.7087C4.54344 13.095 5.26445 13.2998 5.99999 13.3C5.99993 13.3 6.00005 13.3 5.99999 13.3H11.6667C11.9687 13.3 12.2678 13.2405 12.5468 13.1249C12.8259 13.0093 13.0794 12.8399 13.293 12.6263C13.5066 12.4128 13.676 12.1592 13.7916 11.8802C13.9072 11.6011 13.9667 11.302 13.9667 11C13.9667 10.698 13.9072 10.3989 13.7916 10.1198C13.676 9.84078 13.5066 9.58723 13.293 9.37365C13.0794 9.16008 12.8259 8.99066 12.5468 8.87507C12.2678 8.75949 11.9687 8.7 11.6667 8.7H10.4733C10.1638 8.7 9.89095 8.49666 9.80251 8.2C9.59233 7.49505 9.19027 6.86243 8.64125 6.37284C8.09224 5.88324 7.41789 5.55596 6.69358 5.42756Z", fill: "currentColor", }), }), - ls = (e) => - kt("svg", { + XC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.63325 2.70639C6.47362 2.69564 6.31347 2.71733 6.16246 2.77017C6.01144 2.823 5.87269 2.90587 5.75458 3.01379C5.63646 3.12171 5.54143 3.25243 5.47522 3.39808C5.409 3.54372 5.37297 3.70127 5.36931 3.86122C5.36564 4.02117 5.39441 4.1802 5.45388 4.32873C5.51332 4.47719 5.60221 4.61209 5.71519 4.72528C5.71523 4.72532 5.71528 4.72537 5.71533 4.72541L7.99997 7.01006L10.2846 4.72541C10.2847 4.72537 10.2847 4.72532 10.2847 4.72527C10.3977 4.61209 10.4866 4.47719 10.5461 4.32873C10.6055 4.1802 10.6343 4.02116 10.6306 3.86122C10.627 3.70127 10.5909 3.54372 10.5247 3.39808C10.4585 3.25243 10.3635 3.12171 10.2454 3.01379C10.1272 2.90587 9.98849 2.823 9.83748 2.77017C9.68646 2.71733 9.52631 2.69564 9.36668 2.70639C9.20705 2.71714 9.05126 2.76011 8.90869 2.83271C8.76612 2.90531 8.63973 3.00604 8.53715 3.12882C8.40415 3.288 8.2074 3.38001 7.99997 3.38001C7.79253 3.38001 7.59578 3.288 7.46278 3.12882C7.3602 3.00604 7.23382 2.90531 7.09125 2.83271C6.94868 2.76011 6.79288 2.71714 6.63325 2.70639ZM3.97029 3.97033C3.9688 3.92333 3.96859 3.87624 3.96967 3.82912C3.97768 3.48015 4.05628 3.13642 4.20075 2.81865C4.34522 2.50089 4.55255 2.21568 4.81025 1.98023C5.06794 1.74478 5.37066 1.56397 5.70014 1.4487C6.02962 1.33344 6.37904 1.2861 6.72731 1.30955C7.07558 1.333 7.4155 1.42676 7.72655 1.58516C7.82111 1.63331 7.91241 1.68713 7.99997 1.74625C8.08753 1.68713 8.17883 1.63331 8.27338 1.58516C8.58444 1.42676 8.92435 1.333 9.27262 1.30955C9.6209 1.2861 9.97031 1.33344 10.2998 1.4487C10.6293 1.56397 10.932 1.74478 11.1897 1.98023C11.4474 2.21568 11.6547 2.50089 11.7992 2.81865C11.9437 3.13642 12.0223 3.48015 12.0303 3.82912C12.0313 3.87625 12.0311 3.92333 12.0296 3.97033C12.0766 3.96884 12.1237 3.96863 12.1709 3.96971C12.5198 3.97771 12.8636 4.05632 13.1813 4.20079C13.4991 4.34525 13.7843 4.55259 14.0197 4.81029C14.2552 5.06798 14.436 5.3707 14.5513 5.70018C14.6665 6.02966 14.7139 6.37908 14.6904 6.72735C14.667 7.07562 14.5732 7.41554 14.4148 7.72659C14.3667 7.82115 14.3128 7.91244 14.2537 8.00001", fill: "currentColor", }), }), - as = (e) => - kt("svg", { + QC = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.04712 1.101C6.65345 0.797833 7.32205 0.639999 7.99995 0.639999C8.67785 0.639999 9.34645 0.797833 9.95278 1.101C10.5591 1.40417 11.0865 1.84434 11.4933 2.38667C11.9 2.92899 12.1749 3.55856 12.2962 4.22553C12.3736 4.65134 12.387 5.08492 12.3373 5.51214C12.7885 5.65688 13.2147 5.87461 13.5984 6.15814C14.1809 6.58853 14.6472 7.15703 14.9553 7.81246C15.2633 8.46788 15.4036 9.18965 15.3633 9.91276C15.3231 10.6359 15.1036 11.3376 14.7247 11.9548C14.3458 12.572 13.8193 13.0852 13.1927 13.4483C12.566 13.8114 11.8589 14.013 11.135 14.0348C10.4111 14.0566 9.69318 13.898 9.0458 13.5734C8.92737 13.514 8.81199 13.4494 8.69995 13.3798V14.6667C8.69995 15.0533 8.38655 15.3667 7.99995 15.3667C7.61335 15.3667 7.29995 15.0533 7.29995 14.6667V13.3756C7.1871 13.4455 7.07087 13.5103 6.95156 13.5698C6.30419 13.8929 5.58669 14.0501 4.86355 14.0272C4.14041 14.0043 3.43428 13.8021 2.80864 13.4387C2.18299 13.0754 1.65744 12.5622 1.27921 11.9455C0.900983 11.3287 0.681934 10.6276 0.641751 9.90521C0.601567 9.18282 0.74151 8.46177 1.049 7.80686C1.35649 7.15194 1.82189 6.5837 2.40338 6.15319C2.78629 5.86969 3.21164 5.65178 3.662 5.50661C3.61297 5.08118 3.62663 4.6495 3.70372 4.22553C3.82499 3.55856 4.09987 2.92899 4.50662 2.38667C4.91336 1.84434 5.44078 1.40417 6.04712 1.101ZM7.99995 2.04C7.53939 2.04 7.08515 2.14723 6.67322 2.3532C6.26128 2.55917 5.90295 2.85822 5.62662 3.22667C5.35028 3.59511 5.16352 4.02284 5.08114 4.47597C4.99875 4.9291 5.02299 5.39519 5.15195 5.83733C5.20874 6.03204 5.17829 6.2418 5.06848 6.41232C4.95867 6.58284 4.78031 6.69735 4.57955 6.72621C4.09301 6.79615 3.63147 6.98589 3.23642 7.27837C2.84136 7.57086 2.52518 7.95692 2.31627 8.40186C2.10736 8.8468 2.01229 9.33667 2.03959 9.82746C2.06689 10.3182 2.21571 10.7946 2.47267 11.2136C2.72964 11.6326 3.08669 11.9812 3.51175 12.2281C3.9368 12.4749 4.41654 12.6123 4.90783 12.6279C5.39913 12.6434 5.88659 12.5367 6.32641 12.3172C6.76622 12.0977 7.14461 11.7723 7.42755 11.3704C7.55884 11.1839 7.77274 11.0731 8.00081 11.0733C8.22888 11.0736 8.44252 11.185 8.57334 11.3718C8.85558 11.7748 9.23362 12.1014 9.67344 12.3219C10.1133 12.5425 10.601 12.6503 11.0928 12.6354C11.5846 12.6206 12.065 12.4837 12.4908 12.237C12.9165 11.9903 13.2742 11.6416 13.5316 11.2223C13.7891 10.803 13.9382 10.3262 13.9655 9.83496C13.9929 9.34369 13.8976 8.85333 13.6883 8.40804C13.4789 7.96275 13.1622 7.57652 12.7664 7.28412C12.3707 6.99171 11.9085 6.80233 11.4213 6.73302C11.0763 6.68393 10.82 6.3885 10.82 6.04V6.03333C10.82 5.967 10.8294 5.90101 10.8479 5.83733C10.9769 5.39519 11.0012 4.9291 10.9188 4.47597C10.8364 4.02284 10.6496 3.59511 10.3733 3.22667C10.0969 2.85822 9.73862 2.55917 9.32668 2.3532C8.91475 2.14723 8.46051 2.04 7.99995 2.04Z", fill: "currentColor", }), }), - Cs = (e) => - Ot("svg", { + JC = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M7.99999 5.30005C8.38659 5.30005 8.69999 5.61345 8.69999 6.00005V7.30005H9.99999C10.3866 7.30005 10.7 7.61345 10.7 8.00005C10.7 8.38665 10.3866 8.70005 9.99999 8.70005H8.69999V10C8.69999 10.3866 8.38659 10.7 7.99999 10.7C7.61339 10.7 7.29999 10.3866 7.29999 10V8.70005H5.99999C5.61339 8.70005 5.29999 8.38665 5.29999 8.00005C5.29999 7.61345 5.61339 7.30005 5.99999 7.30005H7.29999V6.00005C7.29999 5.61345 7.61339 5.30005 7.99999 5.30005Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.64999 0.727083C7.86657 0.60204 8.13341 0.60204 8.34999 0.727083L14.1235 4.06042C14.3401 4.18546 14.4735 4.41655 14.4735 4.66663V11.3333C14.4735 11.5834 14.3401 11.8145 14.1235 11.9395L8.34999 15.2729C8.13341 15.3979 7.86657 15.3979 7.64999 15.2729L1.87649 11.9395C1.65991 11.8145 1.52649 11.5834 1.52649 11.3333V4.66663C1.52649 4.41655 1.65991 4.18546 1.87649 4.06042L7.64999 0.727083ZM2.92649 5.07078V10.9292L7.99999 13.8583L13.0735 10.9292V5.07078L7.99999 2.14159L2.92649 5.07078Z", @@ -8164,19 +8144,19 @@ const Bt = (e) => }), ], }), - ss = (e) => - Ot("svg", { + es = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.64999 0.727083C7.86657 0.60204 8.13341 0.60204 8.34999 0.727083L14.1235 4.06042C14.3401 4.18546 14.4735 4.41655 14.4735 4.66663V11.3333C14.4735 11.5834 14.3401 11.8145 14.1235 11.9395L8.34999 15.2729C8.13341 15.3979 7.86657 15.3979 7.64999 15.2729L1.87649 11.9395C1.65991 11.8145 1.52649 11.5834 1.52649 11.3333V4.66663C1.52649 4.41655 1.65991 4.18546 1.87649 4.06042L7.64999 0.727083ZM2.92649 5.07078V10.9292L7.99999 13.8583L13.0735 10.9292V5.07078L7.99999 2.14159L2.92649 5.07078Z", @@ -8184,79 +8164,79 @@ const Bt = (e) => }), ], }), - cs = (e) => - Ot("svg", { + ts = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M7.64996 0.727083C7.86654 0.60204 8.13338 0.60204 8.34996 0.727083L14.1235 4.06042C14.34 4.18546 14.4735 4.41655 14.4735 4.66663V11.3333C14.4735 11.5834 14.34 11.8145 14.1235 11.9395L8.34996 15.2729C8.13338 15.3979 7.86654 15.3979 7.64996 15.2729L1.87646 11.9395C1.65988 11.8145 1.52646 11.5834 1.52646 11.3333V10.3333C1.52646 9.9467 1.83986 9.6333 2.22646 9.6333C2.61306 9.6333 2.92646 9.9467 2.92646 10.3333V10.9292L7.99996 13.8583L13.0735 10.9292V5.07078L7.99996 2.14159L2.92646 5.07078V5.66663C2.92646 6.05323 2.61306 6.36663 2.22646 6.36663C1.83986 6.36663 1.52646 6.05323 1.52646 5.66663V4.66663C1.52646 4.41655 1.65988 4.18546 1.87646 4.06042L7.64996 0.727083Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M0.633301 8.00005C0.633301 7.61345 0.946701 7.30005 1.3333 7.30005H6.97674L5.61937 5.94269C5.34601 5.66932 5.34601 5.22611 5.61937 4.95274C5.89274 4.67937 6.33596 4.67937 6.60932 4.95274L9.16161 7.50503C9.43498 7.77839 9.43498 8.22161 9.16161 8.49497L6.60932 11.0473C6.33596 11.3206 5.89274 11.3206 5.61937 11.0473C5.34601 10.7739 5.34601 10.3307 5.61937 10.0573L6.97664 8.70005H1.3333C0.946701 8.70005 0.633301 8.38665 0.633301 8.00005Z", fill: "currentColor", }), ], }), - ds = (e) => - Ot("svg", { + ns = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M8.33332 0.755973C8.12705 0.636884 7.87292 0.636884 7.66665 0.755973L6.42947 1.47026C6.11061 1.65435 6.00136 2.06208 6.18545 2.38094C6.36955 2.6998 6.77728 2.80905 7.09614 2.62496L7.99998 2.10312L8.90383 2.62496C9.22269 2.80905 9.63042 2.6998 9.81451 2.38094C9.99861 2.06208 9.88936 1.65435 9.5705 1.47026L8.33332 0.755973Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M3.79699 4.52972C4.11586 4.34563 4.22511 3.9379 4.04101 3.61904C3.85692 3.30018 3.44919 3.19093 3.13033 3.37502L1.89315 4.08931C1.68688 4.20839 1.55981 4.42848 1.55981 4.66666V6.09523C1.55981 6.46342 1.85829 6.76189 2.22648 6.76189C2.59467 6.76189 2.89315 6.46342 2.89315 6.09523V5.05156L3.79699 4.52972Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M12.8696 3.37502C12.5508 3.19093 12.1431 3.30018 11.959 3.61904C11.7749 3.9379 11.8841 4.34563 12.203 4.52972L13.1068 5.05156V6.09523C13.1068 6.46342 13.4053 6.76189 13.7735 6.76189C14.1417 6.76189 14.4402 6.46342 14.4402 6.09523V4.66666C14.4402 4.42848 14.3131 4.20839 14.1068 4.08931L12.8696 3.37502Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M2.89315 9.90475C2.89315 9.53656 2.59467 9.23808 2.22648 9.23808C1.85829 9.23808 1.55981 9.53656 1.55981 9.90475V11.3333C1.55981 11.5715 1.68688 11.7916 1.89315 11.9107L3.13033 12.625C3.44919 12.8091 3.85692 12.6998 4.04101 12.3809C4.22511 12.0621 4.11586 11.6544 3.79699 11.4703L2.89315 10.9484V9.90475Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M14.4402 9.90475C14.4402 9.53656 14.1417 9.23809 13.7735 9.23809C13.4053 9.23809 13.1068 9.53656 13.1068 9.90475V10.9484L12.203 11.4703C11.8841 11.6544 11.7749 12.0621 11.959 12.3809C12.1431 12.6998 12.5508 12.8091 12.8696 12.625L14.1068 11.9107C14.3131 11.7916 14.4402 11.5715 14.4402 11.3333V9.90475Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M7.09614 13.375C6.77728 13.1909 6.36955 13.3002 6.18545 13.619C6.00136 13.9379 6.11061 14.3456 6.42947 14.5297L7.66665 15.244C7.87292 15.3631 8.12705 15.3631 8.33332 15.244L9.5705 14.5297C9.88936 14.3456 9.99861 13.9379 9.81451 13.619C9.63042 13.3002 9.22269 13.1909 8.90383 13.375L7.99998 13.8969L7.09614 13.375Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z", fill: "currentColor", }), ], }), - us = (e) => - Ot("svg", { + rs = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M5.64995 1.39383C5.86653 1.26879 6.13337 1.26879 6.34995 1.39383L7.50465 2.0605C7.83946 2.2538 7.95417 2.68191 7.76087 3.01672C7.56757 3.35152 7.13946 3.46623 6.80466 3.27293L5.99995 2.80834L2.08115 5.07086V9.5959L2.88585 10.0605C3.22066 10.2538 3.33537 10.6819 3.14207 11.0167C2.94877 11.3515 2.52066 11.4662 2.18585 11.2729L1.03115 10.6063C0.814572 10.4812 0.681152 10.2501 0.681152 10V4.66672C0.681152 4.41663 0.814572 4.18554 1.03115 4.0605L5.64995 1.39383Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M10.6666 9.33333C10.6666 10.0697 10.0697 10.6667 9.3333 10.6667C8.59692 10.6667 7.99997 10.0697 7.99997 9.33333C7.99997 8.59695 8.59692 8 9.3333 8C10.0697 8 10.6666 8.59695 10.6666 9.33333Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.9833 3.39383C9.19988 3.26879 9.46672 3.26879 9.6833 3.39383L14.3021 6.0605C14.5187 6.18554 14.6521 6.41663 14.6521 6.66672V12C14.6521 12.2501 14.5187 12.4812 14.3021 12.6063L9.6833 15.2729C9.46672 15.398 9.19988 15.398 8.9833 15.2729L4.3645 12.6063C4.14792 12.4812 4.0145 12.2501 4.0145 12V6.66672C4.0145 6.41663 4.14792 6.18554 4.3645 6.0605L8.9833 3.39383ZM5.4145 7.07086V11.5959L9.3333 13.8584L13.2521 11.5959V7.07086L9.3333 4.80834L5.4145 7.07086Z", @@ -8264,2767 +8244,2767 @@ const Bt = (e) => }), ], }), - ps = (e) => - kt("svg", { + os = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.34998 1.39383C8.1334 1.26879 7.86656 1.26879 7.64998 1.39383L5.91793 2.39383C5.70135 2.51887 5.56793 2.74996 5.56793 3.00005V5.00005C5.56793 5.25013 5.70135 5.48122 5.91793 5.60627L7.29999 6.4042V8.10782L5.86611 8.93567L4.34998 8.06033C4.1334 7.93529 3.86656 7.93529 3.64998 8.06034L1.91793 9.06034C1.70135 9.18538 1.56793 9.41647 1.56793 9.66655V11.6666C1.56793 11.9166 1.70135 12.1477 1.91793 12.2728L3.64998 13.2728C3.86656 13.3978 4.1334 13.3978 4.34998 13.2728L6.08203 12.2728C6.29861 12.1477 6.43203 11.9166 6.43203 11.6666V10.2255L7.86601 9.39761L9.38203 10.2729C9.44166 10.3073 9.50424 10.332 9.56793 10.3474V11.6666C9.56793 11.9166 9.70135 12.1477 9.91793 12.2728L11.65 13.2728C11.8666 13.3978 12.1334 13.3978 12.35 13.2728L14.082 12.2728C14.2986 12.1477 14.432 11.9166 14.432 11.6666V9.66655C14.432 9.41647 14.2986 9.18538 14.082 9.06034L12.35 8.06034C12.1334 7.93529 11.8666 7.93529 11.65 8.06034L9.99988 9.01302L8.69999 8.26253V6.40419L10.082 5.60627C10.2986 5.48122 10.432 5.25013 10.432 5.00005V3.00005C10.432 2.74996 10.2986 2.51887 10.082 2.39383L8.34998 1.39383ZM6.96793 3.40419L7.99998 2.80834L9.03203 3.40419V4.5959L7.99998 5.19176L6.96793 4.5959V3.40419ZM10.9679 11.2624V10.0707L12 9.47484L13.032 10.0707V11.2624L12 11.8583L10.9679 11.2624ZM3.99998 9.47484L2.96793 10.0707V11.2624L3.99998 11.8583L5.03203 11.2624V10.0707L3.99998 9.47484Z", fill: "currentColor", }), }), - ms = (e) => - kt("svg", { + is = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.82828 3.50503C6.10164 3.7784 6.10164 4.22161 5.82828 4.49498L2.32325 8L5.82828 11.505C6.10164 11.7784 6.10164 12.2216 5.82828 12.495C5.55491 12.7683 5.11169 12.7683 4.83833 12.495L0.838326 8.49498C0.564959 8.22161 0.564959 7.7784 0.838326 7.50503L4.83833 3.50503C5.11169 3.23166 5.55491 3.23166 5.82828 3.50503ZM10.1717 3.50503C10.445 3.23166 10.8882 3.23166 11.1616 3.50503L15.1616 7.50503C15.435 7.7784 15.435 8.22161 15.1616 8.49498L11.1616 12.495C10.8882 12.7683 10.445 12.7683 10.1717 12.495C9.89829 12.2216 9.89829 11.7784 10.1717 11.505L13.6767 8L10.1717 4.49498C9.89829 4.22161 9.89829 3.7784 10.1717 3.50503Z", fill: "currentColor", }), }), - hs = (e) => - kt("svg", { + ls = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.61851 0.746421C7.85049 0.595635 8.14951 0.595635 8.38149 0.746421L15.0482 5.07975C15.2468 5.20888 15.3667 5.42973 15.3667 5.66666V10.3333C15.3667 10.5703 15.2468 10.7911 15.0482 10.9202L8.38149 15.2536C8.14951 15.4044 7.85049 15.4044 7.61851 15.2536L0.951843 10.9202C0.753188 10.7911 0.633335 10.5703 0.633335 10.3333V5.66666C0.633335 5.42973 0.753188 5.20888 0.951843 5.07975L7.61851 0.746421ZM2.03334 7.01112L3.44601 8L2.03334 8.98887V7.01112ZM2.5847 10.3118L7.3 13.3768V10.6978L4.66667 8.85446L2.5847 10.3118ZM5.88732 8L8 9.47887L10.1127 8L8 6.52112L5.88732 8ZM8.7 5.30221L11.3333 7.14554L13.4153 5.68816L8.7 2.62321V5.30221ZM7.3 2.62321V5.30221L4.66667 7.14554L2.5847 5.68816L7.3 2.62321ZM13.9667 7.01112L12.554 8L13.9667 8.98887V7.01112ZM13.4153 10.3118L11.3333 8.85446L8.7 10.6978V13.3768L13.4153 10.3118Z", fill: "currentColor", }), }), - fs = (e) => - kt("svg", { + as = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98483 0.906259C7.29357 0.728355 7.64365 0.634705 8 0.634705C8.35635 0.634705 8.70643 0.728355 9.01517 0.906259C9.01567 0.906545 9.01617 0.906832 9.01667 0.90712L11.141 2.12101C11.2843 2.15053 11.4179 2.22462 11.5195 2.33732L13.6833 3.57378C13.9333 3.7181 14.149 3.91358 14.3168 4.14657C14.3582 4.18838 14.3951 4.23614 14.4259 4.2895C14.4524 4.33535 14.4732 4.38296 14.4884 4.43148C14.627 4.71107 14.6997 5.01939 14.7 5.33262L14.7 7.9866C14.7002 7.99511 14.7002 8.00361 14.7 8.0121V10.6667C14.6996 11.0232 14.6055 11.3742 14.4271 11.6829C14.2486 11.9916 13.9921 12.2479 13.6833 12.4262L13.6806 12.4278L11.5191 13.6629C11.421 13.7713 11.2894 13.8489 11.1406 13.8792L9.01667 15.0929C9.01616 15.0932 9.01565 15.0935 9.01514 15.0938C8.80186 15.2167 8.56886 15.2993 8.32769 15.3387C8.22992 15.3906 8.11839 15.42 8 15.42C7.88161 15.42 7.77008 15.3906 7.67231 15.3387C7.43114 15.2993 7.19814 15.2167 6.98486 15.0938C6.98435 15.0935 6.98384 15.0932 6.98333 15.0929L4.85938 13.8792C4.7106 13.8489 4.57898 13.7713 4.48086 13.6629L2.31937 12.4278L2.31667 12.4262C2.00787 12.2479 1.75138 11.9916 1.57294 11.6829C1.39449 11.3742 1.30037 11.024 1.3 10.6674L1.3 8.01213C1.29984 8.00362 1.29984 7.9951 1.3 7.98658V5.33334C1.30032 5.02011 1.37299 4.71107 1.51162 4.43148C1.52681 4.38296 1.54755 4.33535 1.57407 4.2895C1.60494 4.23614 1.64178 4.18838 1.68325 4.14657C1.85101 3.91358 2.0667 3.71811 2.31667 3.57379L2.31937 3.57223L4.48047 2.33732C4.58208 2.22462 4.7157 2.15053 4.85901 2.12101L6.98333 0.90712C6.98383 0.906832 6.98433 0.906545 6.98483 0.906259ZM5.03288 3.63411L3.4262 4.55221L8 7.19799L12.5738 4.55221L10.9671 3.63411L8.35019 5.14611C8.13351 5.2713 7.86649 5.2713 7.64981 5.14611L5.03288 3.63411ZM9.56017 2.83013L8.31666 2.11956C8.22038 2.06397 8.11117 2.0347 8 2.0347C7.88883 2.0347 7.77961 2.06397 7.68333 2.11955L7.68063 2.12111L6.43983 2.83013L8 3.73156L9.56017 2.83013ZM13.3 5.74949L8.7 8.41043V13.6614L10.3 12.7471V9.73334C10.3 9.48333 10.4333 9.2523 10.6498 9.12723L13.3 7.59601V5.74949ZM13.3 9.21289L11.7 10.1373V11.9471L12.9833 11.2138C12.9837 11.2136 12.9841 11.2134 12.9845 11.2131C13.0801 11.1576 13.1596 11.078 13.215 10.9823C13.2705 10.8863 13.2998 10.7774 13.3 10.6666C13.3 10.6664 13.3 10.6668 13.3 10.6666V9.21289ZM7.3 13.6614V8.41043L2.7 5.74949V7.59601L5.35019 9.12723C5.56667 9.2523 5.7 9.48333 5.7 9.73334V12.7471L7.3 13.6614ZM4.3 11.9471V10.1373L2.7 9.21289V10.6662C2.70016 10.7772 2.72948 10.8862 2.78501 10.9823C2.84037 11.078 2.91985 11.1576 3.01552 11.2131C3.0159 11.2133 3.01628 11.2136 3.01667 11.2138L4.3 11.9471Z", fill: "currentColor", }), }), - gs = (e) => - kt("svg", { + Cs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.87543 1.99853C10.2444 2.11384 10.4501 2.50645 10.3348 2.87546L7.00144 13.5421C6.88612 13.9111 6.49351 14.1168 6.12451 14.0015C5.75551 13.8862 5.54985 13.4935 5.66516 13.1245L8.9985 2.45787C9.11381 2.08887 9.50642 1.88321 9.87543 1.99853ZM4.49494 4.83836C4.76831 5.11172 4.76831 5.55494 4.49494 5.8283L2.32325 8L4.49494 10.1717C4.76831 10.4451 4.76831 10.8883 4.49494 11.1616C4.22158 11.435 3.77836 11.435 3.50499 11.1616L0.838326 8.49497C0.564959 8.2216 0.564959 7.77839 0.838326 7.50502L3.50499 4.83836C3.77836 4.56499 4.22158 4.56499 4.49494 4.83836ZM11.505 4.83836C11.7784 4.56499 12.2216 4.56499 12.4949 4.83836L15.1616 7.50502C15.435 7.77839 15.435 8.2216 15.1616 8.49497L12.4949 11.1616C12.2216 11.435 11.7784 11.435 11.505 11.1616C11.2316 10.8883 11.2316 10.4451 11.505 10.1717L13.6767 8L11.505 5.8283C11.2316 5.55494 11.2316 5.11172 11.505 4.83836Z", fill: "currentColor", }), }), - vs = (e) => - kt("svg", { + ss = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0.633331C4.3866 0.633331 4.7 0.946732 4.7 1.33333V2.66666C4.7 3.05326 4.3866 3.36666 4 3.36666C3.6134 3.36666 3.3 3.05326 3.3 2.66666V1.33333C3.3 0.946732 3.6134 0.633331 4 0.633331ZM6.66667 0.633331C7.05327 0.633331 7.36667 0.946732 7.36667 1.33333V2.66666C7.36667 3.05326 7.05327 3.36666 6.66667 3.36666C6.28007 3.36666 5.96667 3.05326 5.96667 2.66666V1.33333C5.96667 0.946732 6.28007 0.633331 6.66667 0.633331ZM9.33334 0.633331C9.71994 0.633331 10.0333 0.946732 10.0333 1.33333V2.66666C10.0333 3.05326 9.71994 3.36666 9.33334 3.36666C8.94674 3.36666 8.63334 3.05326 8.63334 2.66666V1.33333C8.63334 0.946732 8.94674 0.633331 9.33334 0.633331ZM1.3 5.33333C1.3 4.94673 1.6134 4.63333 2 4.63333H12C12.8929 4.63333 13.7492 4.98803 14.3806 5.6194C15.012 6.25078 15.3667 7.1071 15.3667 8C15.3667 8.89289 15.012 9.74922 14.3806 10.3806C13.757 11.0041 12.9141 11.3578 12.0332 11.3665C12.0245 12.2474 11.6708 13.0904 11.0473 13.7139C10.4159 14.3453 9.55957 14.7 8.66667 14.7H4.66667C3.77377 14.7 2.91745 14.3453 2.28608 13.7139C1.6547 13.0826 1.3 12.2262 1.3 11.3333V5.33333ZM12.0333 9.96638C12.5429 9.95776 13.0297 9.7516 13.3906 9.39064C13.7595 9.02182 13.9667 8.52159 13.9667 8C13.9667 7.47841 13.7595 6.97818 13.3906 6.60935C13.0297 6.2484 12.5429 6.04224 12.0333 6.03361V9.96638ZM10.6333 6.03333V11.3333C10.6333 11.8549 10.4261 12.3552 10.0573 12.724C9.68849 13.0928 9.18826 13.3 8.66667 13.3H4.66667C4.14508 13.3 3.64485 13.0928 3.27603 12.724C2.9072 12.3552 2.7 11.8549 2.7 11.3333V6.03333H10.6333Z", fill: "currentColor", }), }), - ws = (e) => - kt("svg", { + cs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633331C8.3866 0.633331 8.7 0.946732 8.7 1.33333V2.00739C9.28497 2.0757 9.85403 2.22902 10.3898 2.46016L10.7273 1.87635C10.9208 1.54165 11.3489 1.42716 11.6836 1.62063C12.0183 1.8141 12.1328 2.24227 11.9394 2.57698L11.6023 3.16009C11.8359 3.33393 12.0579 3.52545 12.2662 3.73379C12.4745 3.94212 12.6661 4.16412 12.8399 4.39768L13.423 4.06063C13.7577 3.86715 14.1859 3.98165 14.3794 4.31635C14.5728 4.65106 14.4583 5.07923 14.1236 5.2727L13.5398 5.61016C13.771 6.14597 13.9243 6.71503 13.9926 7.3H14.6667C15.0533 7.3 15.3667 7.6134 15.3667 8C15.3667 8.3866 15.0533 8.7 14.6667 8.7H13.9926C13.9243 9.28497 13.771 9.85403 13.5398 10.3898L14.1236 10.7273C14.4583 10.9208 14.5728 11.3489 14.3794 11.6836C14.1859 12.0183 13.7577 12.1328 13.423 11.9394L12.8399 11.6023C12.6661 11.8359 12.4745 12.0579 12.2662 12.2662C12.0579 12.4745 11.8359 12.6661 11.6023 12.8399L11.9394 13.423C12.1328 13.7577 12.0183 14.1859 11.6836 14.3794C11.3489 14.5728 10.9208 14.4583 10.7273 14.1236L10.3898 13.5398C9.85403 13.771 9.28497 13.9243 8.7 13.9926V14.6667C8.7 15.0533 8.3866 15.3667 8 15.3667C7.6134 15.3667 7.3 15.0533 7.3 14.6667V13.9926C6.71488 13.9243 6.14569 13.7709 5.60977 13.5397L5.27292 14.1233C5.07966 14.4581 4.65156 14.5728 4.31673 14.3796C3.98191 14.1863 3.86715 13.7582 4.06041 13.4234L4.39734 12.8397C4.16391 12.6659 3.94202 12.4744 3.73379 12.2662C3.52545 12.0579 3.33393 11.8359 3.16009 11.6023L2.57698 11.9394C2.24227 12.1328 1.8141 12.0183 1.62063 11.6836C1.42716 11.3489 1.54165 10.9208 1.87635 10.7273L2.46016 10.3898C2.22902 9.85403 2.0757 9.28497 2.00739 8.7H1.33333C0.946732 8.7 0.633331 8.3866 0.633331 8C0.633331 7.6134 0.946732 7.3 1.33333 7.3H2.00739C2.0757 6.71503 2.22902 6.14597 2.46016 5.61016L1.87635 5.2727C1.54165 5.07923 1.42716 4.65106 1.62063 4.31635C1.8141 3.98165 2.24227 3.86715 2.57698 4.06063L3.16009 4.39768C3.33393 4.16412 3.52545 3.94212 3.73379 3.73379C3.94202 3.52555 4.16391 3.33411 4.39734 3.16034L4.06041 2.5766C3.86715 2.24177 3.98191 1.81367 4.31673 1.62041C4.65156 1.42715 5.07966 1.54191 5.27292 1.87673L5.60977 2.46033C6.14569 2.2291 6.71488 2.07572 7.3 2.00739V1.33333C7.3 0.946732 7.6134 0.633331 8 0.633331ZM5.10345 4.38366C4.97135 4.48946 4.84455 4.60292 4.72374 4.72374C3.85482 5.59265 3.36666 6.77116 3.36666 8C3.36666 9.22883 3.85482 10.4073 4.72374 11.2763C4.84455 11.3971 4.97135 11.5105 5.10344 11.6163L6.43883 9.30278C6.135 8.9387 5.96666 8.47803 5.96666 8C5.96666 7.52197 6.135 7.06129 6.43883 6.69722L5.10345 4.38366ZM7.65104 5.99682L6.31584 3.68359C6.84759 3.47611 7.41815 3.36666 8 3.36666C9.22883 3.36666 10.4073 3.85482 11.2763 4.72374C11.9784 5.42592 12.432 6.33028 12.5802 7.3H9.90904C9.80833 7.02536 9.64859 6.77303 9.43778 6.56221C9.05646 6.18089 8.53927 5.96666 8 5.96666C7.88223 5.96666 7.76552 5.97688 7.65104 5.99682ZM7.65897 7.46632C7.66712 7.46203 7.67522 7.45757 7.68326 7.45292C7.69157 7.44813 7.69974 7.44319 7.70777 7.43811C7.79721 7.3916 7.89732 7.36666 8 7.36666C8.16797 7.36666 8.32906 7.43339 8.44783 7.55216C8.5666 7.67094 8.63333 7.83203 8.63333 8C8.63333 8.16797 8.5666 8.32906 8.44783 8.44783C8.32906 8.5666 8.16797 8.63333 8 8.63333C7.89732 8.63333 7.79721 8.6084 7.70777 8.56188C7.69974 8.55681 7.69157 8.55187 7.68326 8.54707C7.67522 8.54243 7.66712 8.53796 7.65897 8.53367C7.62066 8.5092 7.58481 8.48048 7.55216 8.44783C7.43339 8.32906 7.36666 8.16797 7.36666 8C7.36666 7.83203 7.43339 7.67094 7.55216 7.55216C7.58481 7.51951 7.62066 7.4908 7.65897 7.46632ZM7.65104 10.0032L6.31584 12.3164C6.84759 12.5239 7.41815 12.6333 8 12.6333C9.22883 12.6333 10.4073 12.1452 11.2763 11.2763C11.9784 10.5741 12.432 9.66971 12.5802 8.7H9.90904C9.80833 8.97463 9.64859 9.22697 9.43778 9.43778C9.05646 9.8191 8.53927 10.0333 8 10.0333C7.88223 10.0333 7.76552 10.0231 7.65104 10.0032Z", fill: "currentColor", }), }), - Ls = (e) => - kt("svg", { + ds = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33333 2.03333C3.51079 2.03333 2.03333 3.51079 2.03333 5.33333C2.03333 7.15587 3.51079 8.63333 5.33333 8.63333C7.15587 8.63333 8.63333 7.15587 8.63333 5.33333C8.63333 3.51079 7.15587 2.03333 5.33333 2.03333ZM0.633331 5.33333C0.633331 2.73759 2.73759 0.633331 5.33333 0.633331C7.92907 0.633331 10.0333 2.73759 10.0333 5.33333C10.0333 7.92907 7.92907 10.0333 5.33333 10.0333C2.73759 10.0333 0.633331 7.92907 0.633331 5.33333ZM3.96666 4C3.96666 3.6134 4.28006 3.3 4.66666 3.3H5.33333C5.71993 3.3 6.03333 3.6134 6.03333 4V6.66666C6.03333 7.05326 5.71993 7.36666 5.33333 7.36666C4.94673 7.36666 4.63333 7.05326 4.63333 6.66666V4.69922C4.26221 4.68182 3.96666 4.37542 3.96666 4ZM11.4041 6.6688C11.5391 6.30656 11.9423 6.12238 12.3045 6.25743C13.045 6.5335 13.7039 6.99183 14.2204 7.59004C14.7368 8.18824 15.094 8.90701 15.2591 9.67987C15.4241 10.4527 15.3916 11.2547 15.1645 12.0117C14.9375 12.7686 14.5232 13.4561 13.96 14.0106C13.3969 14.565 12.703 14.9685 11.9426 15.1837C11.1822 15.3989 10.3798 15.4189 9.60961 15.2418C8.83943 15.0648 8.12632 14.6964 7.53624 14.1707C6.94617 13.645 6.49818 12.979 6.2337 12.2343C6.10431 11.87 6.29476 11.4697 6.65906 11.3404C7.02337 11.211 7.42358 11.4014 7.55297 11.7657C7.73867 12.2886 8.05321 12.7562 8.46752 13.1253C8.88183 13.4944 9.38252 13.7531 9.92329 13.8774C10.4641 14.0018 11.0275 13.9877 11.5614 13.8366C12.0953 13.6855 12.5824 13.4022 12.9779 13.0129C13.3733 12.6236 13.6641 12.1409 13.8235 11.6094C13.983 11.078 14.0058 10.5149 13.8899 9.97222C13.7741 9.42957 13.5232 8.92491 13.1606 8.50489C12.798 8.08487 12.3354 7.76307 11.8155 7.56923C11.4532 7.43418 11.269 7.03104 11.4041 6.6688ZM10.6485 8.75486C10.9238 8.48344 11.367 8.48658 11.6385 8.76188L12.1051 9.23521C12.3752 9.50913 12.3736 9.94964 12.1016 10.2216L10.2216 12.1016C9.94827 12.375 9.50506 12.375 9.23169 12.1016C8.95832 11.8283 8.95832 11.3851 9.23169 11.1117L10.6207 9.72271C10.3705 9.44628 10.3805 9.01914 10.6485 8.75486Z", fill: "currentColor", }), }), - bs = (e) => - Ot("svg", { + us = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M13.9 6.00002C13.9 6.38662 13.5866 6.70002 13.2 6.70002H9.99996C9.61336 6.70002 9.29996 6.38662 9.29996 6.00002V2.80002C9.29996 2.41342 9.61336 2.10002 9.99996 2.10002C10.3866 2.10002 10.7 2.41342 10.7 2.80002V4.31007L13.505 1.50504C13.7783 1.23168 14.2216 1.23168 14.4949 1.50504C14.7683 1.77841 14.7683 2.22163 14.4949 2.49499L11.6899 5.30002H13.2C13.5866 5.30002 13.9 5.61342 13.9 6.00002Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M1.50498 13.505C1.23162 13.7784 1.23162 14.2216 1.50498 14.495C1.77835 14.7684 2.22157 14.7684 2.49493 14.495L5.29996 11.69V13.2C5.29996 13.5866 5.61336 13.9 5.99996 13.9C6.38656 13.9 6.69996 13.5866 6.69996 13.2V10C6.69996 9.61342 6.38656 9.30002 5.99996 9.30002H2.79996C2.41336 9.30002 2.09996 9.61342 2.09996 10C2.09996 10.3866 2.41336 10.7 2.79996 10.7H4.31001L1.50498 13.505Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M13.505 14.495C13.7783 14.7684 14.2216 14.7684 14.4949 14.495C14.7683 14.2216 14.7683 13.7784 14.4949 13.505L11.6899 10.7H13.2C13.5866 10.7 13.9 10.3866 13.9 10C13.9 9.61342 13.5866 9.30002 13.2 9.30002H9.99996C9.61336 9.30002 9.29996 9.61342 9.29996 10V13.2C9.29996 13.5866 9.61336 13.9 9.99996 13.9C10.3866 13.9 10.7 13.5866 10.7 13.2V11.69L13.505 14.495Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M5.99996 6.70002C6.38656 6.70002 6.69996 6.38662 6.69996 6.00002V2.80002C6.69996 2.41342 6.38656 2.10002 5.99996 2.10002C5.61336 2.10002 5.29996 2.41342 5.29996 2.80002V4.31007L2.49493 1.50504C2.22157 1.23168 1.77835 1.23168 1.50498 1.50504C1.23162 1.77841 1.23162 2.22163 1.50498 2.49499L4.31001 5.30002H2.79996C2.41336 5.30002 2.09996 5.61342 2.09996 6.00002C2.09996 6.38662 2.41336 6.70002 2.79996 6.70002H5.99996Z", fill: "currentColor", }), ], }), - Ms = (e) => - kt("svg", { + ps = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.7C2.98354 2.7 2.69999 2.98356 2.69999 3.33334V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H7.29999V2.7H3.33332ZM3.33332 1.3C2.21034 1.3 1.29999 2.21036 1.29999 3.33334V12.6667C1.29999 13.7896 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7896 14.7 12.6667V3.33334C14.7 2.21036 13.7896 1.3 12.6667 1.3H3.33332ZM8.69999 2.7V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33334C13.3 2.98356 13.0164 2.7 12.6667 2.7H8.69999Z", fill: "currentColor", }), }), - Hs = (e) => - kt("svg", { + ms = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.7C2.98354 2.7 2.69999 2.98356 2.69999 3.33334V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H5.29999V2.7H3.33332ZM3.33332 1.3C2.21034 1.3 1.29999 2.21036 1.29999 3.33334V12.6667C1.29999 13.7896 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7896 14.7 12.6667V3.33334C14.7 2.21036 13.7896 1.3 12.6667 1.3H3.33332ZM6.69999 2.7V13.3H9.29999V2.7H6.69999ZM10.7 2.7V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33334C13.3 2.98356 13.0164 2.7 12.6667 2.7H10.7Z", fill: "currentColor", }), }), - Es = (e) => - kt("svg", { + hs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.7C2.98354 2.7 2.69999 2.98356 2.69999 3.33334V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H4.29999V2.7H3.33332ZM3.33332 1.3C2.21034 1.3 1.29999 2.21036 1.29999 3.33334V12.6667C1.29999 13.7896 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7896 14.7 12.6667V3.33334C14.7 2.21036 13.7896 1.3 12.6667 1.3H3.33332ZM5.69999 2.7V13.3H7.29999V2.7H5.69999ZM8.69999 2.7V13.3H10.3V2.7H8.69999ZM11.7 2.7V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33334C13.3 2.98356 13.0164 2.7 12.6667 2.7H11.7Z", fill: "currentColor", }), }), - Rs = (e) => - kt("svg", { + fs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 2.03333C2.31688 2.03333 2.03333 2.31688 2.03333 2.66666V5.33333C2.03333 5.68311 2.31688 5.96666 2.66666 5.96666H5.33333C5.68311 5.96666 5.96666 5.68311 5.96666 5.33333V2.66666C5.96666 2.31688 5.68311 2.03333 5.33333 2.03333H2.66666ZM0.633331 2.66666C0.633331 1.54369 1.54369 0.633331 2.66666 0.633331H5.33333C6.45631 0.633331 7.36666 1.54369 7.36666 2.66666V5.33333C7.36666 6.45631 6.45631 7.36666 5.33333 7.36666H2.66666C1.54369 7.36666 0.633331 6.45631 0.633331 5.33333V2.66666ZM8.63333 1.33333C8.63333 0.946732 8.94673 0.633331 9.33333 0.633331C10.4533 0.633331 11.3667 1.54673 11.3667 2.66666V5.33333C11.3667 6.45326 10.4533 7.36666 9.33333 7.36666C8.94673 7.36666 8.63333 7.05326 8.63333 6.66666C8.63333 6.28006 8.94673 5.96666 9.33333 5.96666C9.68007 5.96666 9.96666 5.68007 9.96666 5.33333V2.66666C9.96666 2.31993 9.68007 2.03333 9.33333 2.03333C8.94673 2.03333 8.63333 1.71993 8.63333 1.33333ZM12.6333 1.33333C12.6333 0.946732 12.9467 0.633331 13.3333 0.633331C14.4533 0.633331 15.3667 1.54673 15.3667 2.66666V5.33333C15.3667 6.45326 14.4533 7.36666 13.3333 7.36666C12.9467 7.36666 12.6333 7.05326 12.6333 6.66666C12.6333 6.28006 12.9467 5.96666 13.3333 5.96666C13.6801 5.96666 13.9667 5.68007 13.9667 5.33333V2.66666C13.9667 2.31993 13.6801 2.03333 13.3333 2.03333C12.9467 2.03333 12.6333 1.71993 12.6333 1.33333ZM1.33333 8.63333C1.71993 8.63333 2.03333 8.94673 2.03333 9.33333V10C2.03333 10.7467 2.5866 11.3 3.33333 11.3H4.97671L4.17169 10.495C3.89832 10.2216 3.89832 9.77839 4.17169 9.50502C4.44506 9.23166 4.88827 9.23166 5.16164 9.50502L7.16164 11.505C7.43501 11.7784 7.43501 12.2216 7.16164 12.495L5.16164 14.495C4.88827 14.7683 4.44506 14.7683 4.17169 14.495C3.89832 14.2216 3.89832 13.7784 4.17169 13.505L4.97671 12.7H3.33333C1.8134 12.7 0.633331 11.5199 0.633331 10V9.33333C0.633331 8.94673 0.946732 8.63333 1.33333 8.63333ZM10.6667 10.0333C10.3169 10.0333 10.0333 10.3169 10.0333 10.6667V13.3333C10.0333 13.6831 10.3169 13.9667 10.6667 13.9667H13.3333C13.6831 13.9667 13.9667 13.6831 13.9667 13.3333V10.6667C13.9667 10.3169 13.6831 10.0333 13.3333 10.0333H10.6667ZM8.63333 10.6667C8.63333 9.54368 9.54368 8.63333 10.6667 8.63333H13.3333C14.4563 8.63333 15.3667 9.54368 15.3667 10.6667V13.3333C15.3667 14.4563 14.4563 15.3667 13.3333 15.3667H10.6667C9.54368 15.3667 8.63333 14.4563 8.63333 13.3333V10.6667Z", fill: "currentColor", }), }), - ys = (e) => - kt("svg", { + gs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.47325 1.35188C3.99699 1.2477 4.53987 1.30117 5.03323 1.50553C5.5266 1.70989 5.94828 2.05595 6.24496 2.49996C6.54164 2.94398 6.69999 3.46599 6.69999 4V5.3H9.29999V4C9.29999 3.46599 9.45834 2.94398 9.75502 2.49996C10.0517 2.05595 10.4734 1.70989 10.9667 1.50553C11.4601 1.30117 12.003 1.2477 12.5267 1.35188C13.0505 1.45606 13.5316 1.71321 13.9092 2.09082C14.2868 2.46842 14.5439 2.94951 14.6481 3.47326C14.7523 3.99701 14.6988 4.53989 14.4945 5.03325C14.2901 5.52661 13.944 5.94829 13.5 6.24497C13.056 6.54165 12.534 6.7 12 6.7H10.7V9.3H12C12.534 9.3 13.056 9.45836 13.5 9.75504C13.944 10.0517 14.2901 10.4734 14.4945 10.9668C14.6988 11.4601 14.7523 12.003 14.6481 12.5267C14.5439 13.0505 14.2868 13.5316 13.9092 13.9092C13.5316 14.2868 13.0505 14.5439 12.5267 14.6481C12.003 14.7523 11.4601 14.6988 10.9667 14.4945C10.4734 14.2901 10.0517 13.9441 9.75502 13.5C9.45834 13.056 9.29999 12.534 9.29999 12V10.7H6.69999V12C6.69999 12.534 6.54164 13.056 6.24496 13.5C5.94828 13.9441 5.5266 14.2901 5.03323 14.4945C4.53987 14.6988 3.99699 14.7523 3.47325 14.6481C2.9495 14.5439 2.4684 14.2868 2.0908 13.9092C1.7132 13.5316 1.45605 13.0505 1.35187 12.5267C1.24769 12.003 1.30116 11.4601 1.50551 10.9668C1.70987 10.4734 2.05594 10.0517 2.49995 9.75504C2.94396 9.45836 3.46598 9.3 3.99999 9.3H5.29999V6.7H3.99999C3.46598 6.7 2.94396 6.54165 2.49995 6.24497C2.05594 5.94829 1.70987 5.52661 1.50551 5.03325C1.30116 4.53989 1.24769 3.99701 1.35187 3.47326C1.45605 2.94951 1.7132 2.46842 2.0908 2.09082C2.4684 1.71321 2.9495 1.45606 3.47325 1.35188ZM5.29999 5.3V4C5.29999 3.74289 5.22375 3.49155 5.0809 3.27776C4.93805 3.06398 4.73502 2.89735 4.49748 2.79896C4.25993 2.70057 3.99855 2.67482 3.74637 2.72498C3.4942 2.77514 3.26256 2.89896 3.08075 3.08077C2.89894 3.26257 2.77513 3.49421 2.72497 3.74639C2.67481 3.99856 2.70055 4.25995 2.79895 4.49749C2.89734 4.73504 3.06396 4.93807 3.27775 5.08091C3.49153 5.22376 3.74287 5.3 3.99999 5.3H5.29999ZM6.69999 6.7V9.3H9.29999V6.7H6.69999ZM5.29999 10.7H3.99999C3.74287 10.7 3.49153 10.7762 3.27775 10.9191C3.06396 11.0619 2.89734 11.265 2.79895 11.5025C2.70055 11.7401 2.67481 12.0014 2.72497 12.2536C2.77513 12.5058 2.89894 12.7374 3.08075 12.9192C3.26256 13.1011 3.4942 13.2249 3.74637 13.275C3.99855 13.3252 4.25993 13.2994 4.49748 13.201C4.73502 13.1027 4.93805 12.936 5.0809 12.7222C5.22375 12.5085 5.29999 12.2571 5.29999 12V10.7ZM10.7 10.7V12C10.7 12.2571 10.7762 12.5085 10.9191 12.7222C11.0619 12.936 11.265 13.1027 11.5025 13.201C11.74 13.2994 12.0014 13.3252 12.2536 13.275C12.5058 13.2249 12.7374 13.1011 12.9192 12.9192C13.101 12.7374 13.2249 12.5058 13.275 12.2536C13.3252 12.0014 13.2994 11.7401 13.201 11.5025C13.1026 11.265 12.936 11.0619 12.7222 10.9191C12.5084 10.7762 12.2571 10.7 12 10.7H10.7ZM10.7 5.3H12C12.2571 5.3 12.5084 5.22376 12.7222 5.08091C12.936 4.93807 13.1026 4.73504 13.201 4.49749C13.2994 4.25995 13.3252 3.99856 13.275 3.74639C13.2249 3.49421 13.101 3.26257 12.9192 3.08077C12.7374 2.89896 12.5058 2.77514 12.2536 2.72498C12.0014 2.67482 11.74 2.70057 11.5025 2.79896C11.265 2.89735 11.0619 3.06398 10.9191 3.27776C10.7762 3.49155 10.7 3.74289 10.7 4V5.3Z", fill: "currentColor", }), }), - Vs = (e) => - kt("svg", { + vs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03333C4.70473 2.03333 2.03336 4.7047 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8.00003 2.03333ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8ZM11.3217 4.67836C11.5092 4.86584 11.5746 5.14316 11.4908 5.39469L10.0774 9.63469C10.0078 9.84371 9.84374 10.0077 9.63472 10.0774L5.39472 11.4907C5.14319 11.5746 4.86587 11.5091 4.67839 11.3216C4.4909 11.1342 4.42544 10.8568 4.50928 10.6053L5.92262 6.3653C5.99229 6.15628 6.15631 5.99226 6.36534 5.92259L10.6053 4.50925C10.8569 4.42541 11.1342 4.49087 11.3217 4.67836ZM7.14009 7.14006L6.28016 9.71987L8.85996 8.85993L9.7199 6.28013L7.14009 7.14006Z", fill: "currentColor", }), }), - Ss = (e) => - kt("svg", { + ws = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50505 0.838357C7.77842 0.56499 8.22164 0.56499 8.495 0.838357L10.8283 3.17169C11.1017 3.44506 11.1017 3.88827 10.8283 4.16164L8.495 6.49497C8.22164 6.76834 7.77842 6.76834 7.50505 6.49497L5.17172 4.16164C4.89835 3.88827 4.89835 3.44506 5.17172 3.17169L7.50505 0.838357ZM6.65664 3.66666L8.00003 5.01005L9.34341 3.66666L8.00003 2.32328L6.65664 3.66666ZM3.17172 5.17169C3.44509 4.89832 3.8883 4.89832 4.16167 5.17169L6.495 7.50502C6.76837 7.77839 6.76837 8.22161 6.495 8.49497L4.16167 10.8283C3.8883 11.1017 3.44509 11.1017 3.17172 10.8283L0.838387 8.49497C0.56502 8.22161 0.56502 7.77839 0.838387 7.50502L3.17172 5.17169ZM11.8384 5.17169C12.1118 4.89832 12.555 4.89832 12.8283 5.17169L15.1617 7.50502C15.435 7.77839 15.435 8.22161 15.1617 8.49497L12.8283 10.8283C12.555 11.1017 12.1118 11.1017 11.8384 10.8283L9.50505 8.49497C9.23169 8.22161 9.23169 7.77839 9.50505 7.50502L11.8384 5.17169ZM2.32331 8L3.66669 9.34338L5.01008 8L3.66669 6.65661L2.32331 8ZM10.99 8L12.3334 9.34338L13.6767 8L12.3334 6.65661L10.99 8ZM6.65664 12.3333L8.00003 13.6767L9.34341 12.3333L8.00003 10.9899L6.65664 12.3333ZM7.50505 9.50502C7.77842 9.23166 8.22164 9.23166 8.495 9.50502L10.8283 11.8384C11.1017 12.1117 11.1017 12.5549 10.8283 12.8283L8.495 15.1616C8.22164 15.435 7.77842 15.435 7.50505 15.1616L5.17172 12.8283C4.89835 12.5549 4.89835 12.1117 5.17172 11.8384L7.50505 9.50502Z", fill: "currentColor", }), }), - Ts = (e) => - kt("svg", { + Ls = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66669 2.03333C4.31691 2.03333 4.03336 2.31688 4.03336 2.66666V5.33333C4.03336 5.68311 4.31691 5.96666 4.66669 5.96666H11.3334C11.6831 5.96666 11.9667 5.68311 11.9667 5.33333V2.66666C11.9667 2.31688 11.6831 2.03333 11.3334 2.03333H4.66669ZM2.63336 2.66666C2.63336 1.54369 3.54372 0.633331 4.66669 0.633331H11.3334C12.4563 0.633331 13.3667 1.54369 13.3667 2.66666V5.33333C13.3667 6.45631 12.4563 7.36666 11.3334 7.36666H4.66669C3.54372 7.36666 2.63336 6.45631 2.63336 5.33333V2.66666ZM2.6667 10.0333C2.31691 10.0333 2.03336 10.3169 2.03336 10.6667V13.3333C2.03336 13.6831 2.31691 13.9667 2.6667 13.9667H13.3334C13.6831 13.9667 13.9667 13.6831 13.9667 13.3333V10.6667C13.9667 10.3169 13.6831 10.0333 13.3334 10.0333H2.6667ZM0.633362 10.6667C0.633362 9.54368 1.54372 8.63333 2.6667 8.63333H13.3334C14.4563 8.63333 15.3667 9.54368 15.3667 10.6667V13.3333C15.3667 14.4563 14.4563 15.3667 13.3334 15.3667H2.6667C1.54372 15.3667 0.633362 14.4563 0.633362 13.3333V10.6667ZM3.30003 12C3.30003 11.6134 3.61343 11.3 4.00003 11.3H5.33336C5.71996 11.3 6.03336 11.6134 6.03336 12C6.03336 12.3866 5.71996 12.7 5.33336 12.7H4.00003C3.61343 12.7 3.30003 12.3866 3.30003 12ZM7.30003 12C7.30003 11.6134 7.61343 11.3 8.00003 11.3H12C12.3866 11.3 12.7 11.6134 12.7 12C12.7 12.3866 12.3866 12.7 12 12.7H8.00003C7.61343 12.7 7.30003 12.3866 7.30003 12Z", fill: "currentColor", }), }), - Ns = (e) => - kt("svg", { + bs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.96669 2.66666C5.96669 2.28006 6.2801 1.96666 6.66669 1.96666H9.33336C9.71996 1.96666 10.0334 2.28006 10.0334 2.66666C10.0334 3.05326 9.71996 3.36666 9.33336 3.36666H8.70003V4.67405C10.0424 4.83082 11.301 5.43522 12.2662 6.40045C13.2588 7.39297 13.8698 8.69569 14.0049 10.0807C14.2905 10.1807 14.5531 10.3441 14.7711 10.5622C15.1525 10.9435 15.3667 11.4607 15.3667 12V12.6667C15.3667 13.0291 15.2227 13.3767 14.9664 13.633C14.7101 13.8893 14.3625 14.0333 14 14.0333H2.00003C1.63757 14.0333 1.28995 13.8893 1.03365 13.633C0.777349 13.3767 0.633362 13.0291 0.633362 12.6667V12C0.633362 11.4607 0.847587 10.9435 1.22891 10.5622C1.447 10.3441 1.70952 10.1807 1.99519 10.0807C2.13029 8.69569 2.7413 7.39297 3.73382 6.40045C4.69904 5.43522 5.95764 4.83082 7.30003 4.67405V3.36666H6.66669C6.2801 3.36666 5.96669 3.05326 5.96669 2.66666ZM3.41986 9.96666H12.5802C12.432 8.99694 11.9785 8.09258 11.2763 7.3904C10.4074 6.52148 9.22886 6.03333 8.00003 6.03333C6.77119 6.03333 5.59269 6.52148 4.72377 7.3904C4.02158 8.09258 3.56806 8.99694 3.41986 9.96666ZM2.6667 11.3667C2.49873 11.3667 2.33763 11.4334 2.21886 11.5522C2.10009 11.6709 2.03336 11.832 2.03336 12V12.6333H13.9667V12C13.9667 11.832 13.9 11.6709 13.7812 11.5522C13.6624 11.4334 13.5013 11.3667 13.3334 11.3667H2.6667Z", fill: "currentColor", }), }), - xs = (e) => - kt("svg", { + Ms = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.27417 0.845921C7.4917 0.709571 7.74325 0.637253 7.99999 0.637253C8.25672 0.637253 8.50827 0.70957 8.72581 0.845921C8.94183 0.981318 9.11563 1.17442 9.22763 1.40335L14.5242 11.9833C14.6323 12.1844 14.7 12.4123 14.7 12.6667C14.7 13.2492 14.3452 13.6928 13.9618 13.9949C13.5705 14.3033 13.0476 14.5504 12.464 14.745C11.2894 15.1365 9.71114 15.3667 7.99999 15.3667C6.28883 15.3667 4.71062 15.1365 3.53599 14.745C2.95233 14.5504 2.42951 14.3033 2.03822 13.9949C1.65482 13.6928 1.29999 13.2492 1.29999 12.6667C1.29999 12.4123 1.36763 12.1844 1.47576 11.9833L6.77235 1.40335C6.88435 1.17441 7.05815 0.981316 7.27417 0.845921ZM2.70764 12.65L2.71217 12.6409C2.73183 12.6039 2.78142 12.5352 2.90478 12.438C3.12072 12.2678 3.47658 12.0839 3.97871 11.9165C4.97565 11.5842 6.39743 11.3667 7.99999 11.3667C9.60254 11.3667 11.0243 11.5842 12.0213 11.9165C12.5234 12.0839 12.8793 12.2678 13.0952 12.438C13.2186 12.5352 13.2681 12.6039 13.2878 12.6409L13.2923 12.65C13.2958 12.6573 13.2978 12.6628 13.2989 12.6667C13.2923 12.6883 13.2581 12.767 13.0952 12.8954C12.8793 13.0655 12.5234 13.2494 12.0213 13.4168C11.0243 13.7491 9.60254 13.9667 7.99999 13.9667C6.39743 13.9667 4.97565 13.7491 3.97871 13.4168C3.47658 13.2494 3.12072 13.0655 2.90478 12.8954C2.74192 12.767 2.70764 12.6883 2.70104 12.6667C2.7022 12.6628 2.70422 12.6573 2.70764 12.65ZM12.2218 10.5117C11.0767 10.1669 9.59617 9.96666 7.99999 9.96666C6.4038 9.96666 4.9233 10.1669 3.77814 10.5117L7.99999 2.07851L12.2218 10.5117Z", fill: "currentColor", }), }), - _s = (e) => - kt("svg", { + Hs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66669 1.3C5.05329 1.3 5.36669 1.6134 5.36669 2V3.3H10.6334V2C10.6334 1.6134 10.9468 1.3 11.3334 1.3C11.72 1.3 12.0334 1.6134 12.0334 2V3.3H14C14.7548 3.3 15.3667 3.91188 15.3667 4.66667V8.66667C15.3667 9.42146 14.7548 10.0333 14 10.0333H12.0334V14C12.0334 14.3866 11.72 14.7 11.3334 14.7C10.9468 14.7 10.6334 14.3866 10.6334 14V10.0333H5.36669V14C5.36669 14.3866 5.05329 14.7 4.66669 14.7C4.2801 14.7 3.9667 14.3866 3.9667 14V10.0333H2.00003C1.24524 10.0333 0.633362 9.42146 0.633362 8.66667V4.66667C0.633362 3.91188 1.24524 3.3 2.00003 3.3H3.9667V2C3.9667 1.6134 4.2801 1.3 4.66669 1.3ZM3.02331 4.7L6.95664 8.63334H8.97675L5.04341 4.7H3.02331ZM7.02331 4.7L10.9566 8.63334H12.9767L9.04341 4.7H7.02331ZM11.0233 4.7L13.9667 7.64339V4.7H11.0233ZM4.97675 8.63334L2.03336 5.68995V8.63334H4.97675Z", fill: "currentColor", }), }), - As = (e) => - kt("svg", { + Es = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33338 0.633331C5.71998 0.633331 6.03338 0.946732 6.03338 1.33333V1.96666H9.96672V1.33333C9.96672 0.946732 10.2801 0.633331 10.6667 0.633331C11.0533 0.633331 11.3667 0.946732 11.3667 1.33333V1.96666H12.6667C13.7897 1.96666 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V4C1.30005 2.87702 2.2104 1.96666 3.33338 1.96666H4.63338V1.33333C4.63338 0.946732 4.94678 0.633331 5.33338 0.633331ZM3.33338 3.36666C2.9836 3.36666 2.70005 3.65022 2.70005 4V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V4C13.3 3.65022 13.0165 3.36666 12.6667 3.36666H3.33338ZM8.00005 6.03333C7.65027 6.03333 7.36672 6.31688 7.36672 6.66666C7.36672 7.01644 7.65027 7.3 8.00005 7.3C8.34983 7.3 8.63338 7.01644 8.63338 6.66666C8.63338 6.31688 8.34983 6.03333 8.00005 6.03333ZM5.96672 6.66666C5.96672 5.54368 6.87707 4.63333 8.00005 4.63333C9.12303 4.63333 10.0334 5.54368 10.0334 6.66666C10.0334 7.78964 9.12303 8.7 8.00005 8.7C6.87707 8.7 5.96672 7.78964 5.96672 6.66666ZM4.56227 10.5622C4.94359 10.1809 5.46077 9.96666 6.00005 9.96666H10C10.5393 9.96666 11.0565 10.1809 11.4378 10.5622C11.8192 10.9435 12.0334 11.4607 12.0334 12C12.0334 12.3866 11.72 12.7 11.3334 12.7C10.9468 12.7 10.6334 12.3866 10.6334 12C10.6334 11.832 10.5667 11.6709 10.4479 11.5522C10.3291 11.4334 10.168 11.3667 10 11.3667H6.00005C5.83208 11.3667 5.67099 11.4334 5.55221 11.5522C5.43344 11.6709 5.36672 11.832 5.36672 12C5.36672 12.3866 5.05331 12.7 4.66672 12.7C4.28012 12.7 3.96672 12.3866 3.96672 12C3.96672 11.4607 4.18094 10.9435 4.56227 10.5622Z", fill: "currentColor", }), }), - Zs = (e) => - kt("svg", { + Rs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 0.633331C5.71992 0.633331 6.03332 0.946732 6.03332 1.33333V1.96666H9.96665V1.33333C9.96665 0.946732 10.2801 0.633331 10.6667 0.633331C11.0533 0.633331 11.3667 0.946732 11.3667 1.33333V1.96666H12.6667C13.7896 1.96666 14.7 2.87702 14.7 4V13.3333C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3333V4C1.29999 2.87702 2.21034 1.96666 3.33332 1.96666H4.63332V1.33333C4.63332 0.946732 4.94672 0.633331 5.33332 0.633331ZM3.33332 3.36666C2.98354 3.36666 2.69999 3.65022 2.69999 4V13.3333C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3333V4C13.3 3.65022 13.0164 3.36666 12.6667 3.36666H3.33332ZM7.99999 6.03333C7.28202 6.03333 6.69999 6.61536 6.69999 7.33333C6.69999 8.0513 7.28202 8.63333 7.99999 8.63333C8.71796 8.63333 9.29999 8.0513 9.29999 7.33333C9.29999 6.61536 8.71796 6.03333 7.99999 6.03333ZM9.91833 9.23332C10.4016 8.74546 10.7 8.07425 10.7 7.33333C10.7 5.84216 9.49116 4.63333 7.99999 4.63333C6.50882 4.63333 5.29999 5.84216 5.29999 7.33333C5.29999 8.07425 5.59842 8.74546 6.08165 9.23332C5.91745 9.34717 5.76263 9.47616 5.61939 9.6194C4.98802 10.2508 4.63332 11.1071 4.63332 12C4.63332 12.3866 4.94672 12.7 5.33332 12.7C5.71992 12.7 6.03332 12.3866 6.03332 12C6.03332 11.4784 6.24052 10.9782 6.60934 10.6094C6.97817 10.2405 7.47839 10.0333 7.99999 10.0333C8.52158 10.0333 9.02181 10.2405 9.39063 10.6094C9.75945 10.9782 9.96665 11.4784 9.96665 12C9.96665 12.3866 10.2801 12.7 10.6667 12.7C11.0533 12.7 11.3667 12.3866 11.3667 12C11.3667 11.1071 11.012 10.2508 10.3806 9.6194C10.2373 9.47616 10.0825 9.34717 9.91833 9.23332Z", fill: "currentColor", }), }), - Is = (e) => - kt("svg", { + ys = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.45404 0.924788C8.7322 0.766667 9.04667 0.683533 9.36663 0.683533C9.6866 0.683533 10.0011 0.766667 10.2792 0.924788C10.2868 0.929102 10.2943 0.933557 10.3017 0.938152L14.5017 3.53815C14.5194 3.54911 14.5366 3.56085 14.5533 3.57334C14.7776 3.74153 15.01 4.00491 15.1686 4.32508C15.1817 4.34334 15.194 4.36239 15.2055 4.38221C15.2539 4.46565 15.2831 4.55494 15.2945 4.64497C15.3403 4.80019 15.3666 4.96408 15.3666 5.13334V9.46667C15.3666 9.79845 15.2425 10.122 15.0943 10.3728C14.9431 10.6286 14.7178 10.8923 14.4268 11.0669L14.419 11.0716L7.54592 15.0753C7.26775 15.2334 6.95326 15.3165 6.6333 15.3165C6.31334 15.3165 5.99887 15.2333 5.7207 15.0752C5.71311 15.0709 5.70561 15.0665 5.69819 15.0619L1.49819 12.4619C1.48049 12.4509 1.46329 12.4392 1.44663 12.4267C1.21045 12.2495 1.01772 11.9944 0.88544 11.7519C0.755744 11.5141 0.633301 11.1954 0.633301 10.8667V6.46667C0.633301 6.3059 0.657956 6.14476 0.704088 5.98934C0.715179 5.8889 0.748291 5.7893 0.805103 5.6977C0.821546 5.67119 0.839473 5.64616 0.858709 5.62265C1.03224 5.31131 1.29653 5.05134 1.61806 4.90686L8.45404 0.924788ZM2.0333 7.28322V10.866C2.03329 10.866 2.0333 10.8659 2.0333 10.866C2.03341 10.866 2.03463 10.886 2.04753 10.9275C2.06126 10.9716 2.08363 11.0249 2.11449 11.0815C2.17298 11.1887 2.23611 11.2616 2.27187 11.2943L5.96663 13.5815V9.72288L2.0333 7.28322ZM7.36663 9.73662V13.5595L8.6333 12.8216V9.00216L7.36663 9.73662ZM10.0333 8.1904V12.0061L11.3 11.2682V7.45594L10.0333 8.1904ZM12.7 6.64418V10.4527L13.7089 9.86496C13.7516 9.83842 13.8247 9.76935 13.889 9.66056C13.9192 9.60944 13.9406 9.5608 13.9535 9.52074C13.9654 9.48392 13.9665 9.4655 13.9666 9.46551C13.9666 9.46544 13.9666 9.46551 13.9666 9.46551L13.9666 5.90972L12.7 6.64418ZM13.4978 4.56323L9.57856 2.13701C9.51348 2.10193 9.44067 2.08353 9.36663 2.08353C9.29019 2.08353 9.21504 2.10315 9.14838 2.14049L2.57323 5.97067L6.67876 8.51714L13.4978 4.56323Z", fill: "currentColor", }), }), - ks = (e) => - Ot("svg", { + Vs = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.25572 1.18138C8.91507 0.769291 9.7517 0.769291 10.411 1.18138L14.411 3.68138C15.0056 4.05295 15.3667 4.70457 15.3667 5.40565V9.26099C15.3667 9.96206 15.0056 10.6137 14.411 10.9853L10.411 13.4853C9.7517 13.8973 8.91507 13.8973 8.25572 13.4853L3.94238 10.7894C3.5428 10.5397 3.30005 10.1017 3.30005 9.63049V5.40565C3.30005 4.70458 3.66121 4.05295 4.25572 3.68138L8.25572 1.18138ZM9.66905 2.36858C9.46368 2.24023 9.20309 2.24023 8.99772 2.36858L5.23153 4.72245L9.05755 7.01807L10.1444 6.39702L13.1689 4.556L9.66905 2.36858ZM4.70005 6.03623L8.63342 8.39625V12.0704L4.70005 9.61201V6.03623ZM11.3001 11.2787L10.0334 12.0703V8.07288L10.8474 7.60776L10.864 7.59793L11.3001 7.33251V11.2787ZM12.7001 10.4037V6.48034L13.9667 5.70935V9.26099C13.9667 9.47935 13.8542 9.68232 13.669 9.79805L12.7001 10.4037Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M2.70005 6.00005C2.70005 5.61345 2.38665 5.30005 2.00005 5.30005C1.61345 5.30005 1.30005 5.61345 1.30005 6.00005V10.6054C1.30005 11.2973 1.65186 11.9417 2.23384 12.3158L6.28818 14.9222C6.61338 15.1313 7.04648 15.0371 7.25554 14.7119C7.4646 14.3867 7.37044 13.9536 7.04525 13.7446L2.9909 11.1382C2.80963 11.0217 2.70005 10.8209 2.70005 10.6054V6.00005Z", fill: "currentColor", }), ], }), - Os = (e) => - kt("svg", { + Ts = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.50499 3.50502C7.63627 3.37375 7.81432 3.3 7.99997 3.3C9.24648 3.3 10.4419 3.79518 11.3234 4.6766C12.2048 5.55802 12.7 6.75348 12.7 8C12.7 9.24651 12.2048 10.442 11.3234 11.3234C10.4419 12.2048 9.24648 12.7 7.99997 12.7C7.61337 12.7 7.29997 12.3866 7.29997 12V4C7.29997 3.81435 7.37372 3.6363 7.50499 3.50502ZM8.69997 4.77508V11.2249C9.31394 11.0916 9.88227 10.7846 10.3334 10.3335C10.9523 9.71458 11.3 8.87521 11.3 8C11.3 7.12478 10.9523 6.28542 10.3334 5.66655C9.88227 5.21539 9.31394 4.90836 8.69997 4.77508Z", fill: "currentColor", }), }), - Bs = (e) => - kt("svg", { + Ss = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.90727 1.87484C5.11871 1.06538 6.54298 0.633331 7.99997 0.633331C8.22214 0.633331 8.43111 0.738795 8.56309 0.917517C8.69506 1.09624 8.73435 1.327 8.66897 1.53933C8.56376 1.88103 8.55368 2.24495 8.63983 2.59195C8.72598 2.93896 8.9051 3.25591 9.15791 3.50872C9.41073 3.76154 9.72768 3.94065 10.0747 4.0268C10.4217 4.11295 10.7856 4.10288 11.1273 3.99766C11.3752 3.92134 11.6449 3.98831 11.8283 4.17169C12.0117 4.35507 12.0786 4.62481 12.0023 4.87266C11.8971 5.21436 11.887 5.57829 11.9732 5.92529C12.0593 6.27229 12.2384 6.58924 12.4912 6.84206C12.7441 7.09487 13.061 7.27399 13.408 7.36014C13.755 7.44629 14.1189 7.43621 14.4606 7.33099C14.673 7.26561 14.9037 7.30491 15.0825 7.43688C15.2612 7.56885 15.3666 7.77783 15.3666 8C15.3666 9.45699 14.9346 10.8813 14.1251 12.0927C13.3157 13.3041 12.1652 14.2483 10.8191 14.8059C9.47299 15.3635 7.9918 15.5094 6.56281 15.2251C5.13381 14.9409 3.8212 14.2393 2.79095 13.209C1.7607 12.1788 1.0591 10.8662 0.774853 9.43716C0.490608 8.00817 0.636493 6.52698 1.19406 5.1809C1.75162 3.83481 2.69583 2.6843 3.90727 1.87484ZM7.18201 2.08966C6.29215 2.21281 5.43787 2.53589 4.68507 3.0389C3.70386 3.69452 2.93909 4.62639 2.48749 5.71665C2.03589 6.80692 1.91773 8.00662 2.14795 9.16404C2.37818 10.3215 2.94645 11.3846 3.7809 12.2191C4.61535 13.0535 5.67851 13.6218 6.83593 13.852C7.99335 14.0822 9.19305 13.9641 10.2833 13.5125C11.3736 13.0609 12.3054 12.2961 12.9611 11.3149C13.4641 10.5621 13.7872 9.70782 13.9103 8.81796C13.6287 8.82034 13.3465 8.78738 13.0707 8.71889C12.4767 8.57141 11.9341 8.26479 11.5013 7.83201C11.0685 7.39922 10.7619 6.85664 10.6144 6.26262C10.5509 6.00686 10.518 5.74574 10.5154 5.48458C10.2542 5.48201 9.99311 5.44905 9.73735 5.38555C9.14333 5.23808 8.60075 4.93146 8.16796 4.49867C7.73518 4.06589 7.42856 3.52331 7.28108 2.92929C7.21259 2.65342 7.17963 2.37131 7.18201 2.08966ZM5.66664 4.96666C6.05324 4.96666 6.36664 5.28006 6.36664 5.66666V5.67333C6.36664 6.05993 6.05324 6.37333 5.66664 6.37333C5.28004 6.37333 4.96664 6.05993 4.96664 5.67333V5.66666C4.96664 5.28006 5.28004 4.96666 5.66664 4.96666ZM7.99997 7.3C8.38657 7.3 8.69997 7.6134 8.69997 8V8.00666C8.69997 8.39326 8.38657 8.70666 7.99997 8.70666C7.61337 8.70666 7.29997 8.39326 7.29997 8.00666V8C7.29997 7.6134 7.61337 7.3 7.99997 7.3ZM4.66664 8.63333C5.05324 8.63333 5.36664 8.94673 5.36664 9.33333V9.34C5.36664 9.7266 5.05324 10.04 4.66664 10.04C4.28004 10.04 3.96664 9.7266 3.96664 9.34V9.33333C3.96664 8.94673 4.28004 8.63333 4.66664 8.63333ZM10.6666 9.63333C11.0532 9.63333 11.3666 9.94673 11.3666 10.3333V10.34C11.3666 10.7266 11.0532 11.04 10.6666 11.04C10.28 11.04 9.96664 10.7266 9.96664 10.34V10.3333C9.96664 9.94673 10.28 9.63333 10.6666 9.63333ZM7.3333 10.6333C7.7199 10.6333 8.0333 10.9467 8.0333 11.3333V11.34C8.0333 11.7266 7.7199 12.04 7.3333 12.04C6.94671 12.04 6.6333 11.7266 6.6333 11.34V11.3333C6.6333 10.9467 6.94671 10.6333 7.3333 10.6333Z", fill: "currentColor", }), }), - Ds = (e) => - kt("svg", { + Ns = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.28506 2.03983C8.20255 2.0276 8.11844 2.03178 8.03755 2.05215L8.03476 2.05285L6.74441 2.3721C6.744 2.3722 6.74359 2.37231 6.74319 2.37241C6.66295 2.3928 6.58748 2.42874 6.52106 2.47818C6.4543 2.52787 6.39799 2.59023 6.35535 2.66169C6.31271 2.73315 6.28457 2.81232 6.27254 2.89467C6.26051 2.97701 6.26482 3.06092 6.28524 3.1416L6.28596 3.14444L6.41762 3.67404L8.93933 3.04362L8.80753 2.51644L8.80705 2.51448C8.78705 2.4335 8.75125 2.35727 8.70171 2.29016C8.65217 2.22305 8.58986 2.16639 8.51836 2.12343C8.44686 2.08047 8.36757 2.05206 8.28506 2.03983ZM10.2975 2.70407L13.1635 1.98757C13.5386 1.8938 13.9186 2.12184 14.0124 2.49689C14.1062 2.87195 13.8781 3.252 13.5031 3.34577L2.83641 6.01243C2.46135 6.1062 2.0813 5.87817 1.98753 5.50311C1.89377 5.12805 2.1218 4.748 2.49686 4.65423L5.05942 4.01359L4.92761 3.48344C4.86242 3.22492 4.8487 2.95611 4.88724 2.69229C4.92587 2.42792 5.01621 2.17375 5.15312 1.94431C5.29003 1.71487 5.47081 1.51467 5.68513 1.35514C5.89946 1.19561 6.14312 1.07988 6.40219 1.01457L6.40517 1.01382L7.69572 0.69452C7.69623 0.694393 7.69673 0.694266 7.69724 0.694139C7.95647 0.629081 8.22599 0.615767 8.49038 0.654965C8.75529 0.694239 9.00982 0.785456 9.23938 0.923378C9.46893 1.0613 9.66898 1.24321 9.82804 1.45866C9.98688 1.67382 10.1017 1.9182 10.166 2.1778C10.166 2.17815 10.1661 2.1785 10.1662 2.17885L10.2975 2.70407ZM0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H14.6666C15.0532 7.3 15.3666 7.6134 15.3666 8C15.3666 8.3866 15.0532 8.7 14.6666 8.7H14.0333V13.3333C14.0333 13.8726 13.8191 14.3898 13.4377 14.7711C13.0564 15.1524 12.5392 15.3667 12 15.3667H3.99997C3.46069 15.3667 2.94351 15.1524 2.56218 14.7711C2.18086 14.3898 1.96663 13.8726 1.96663 13.3333V8.7H1.3333C0.946701 8.7 0.633301 8.3866 0.633301 8ZM3.36663 8.7V13.3333C3.36663 13.5013 3.43336 13.6624 3.55213 13.7812C3.67091 13.8999 3.832 13.9667 3.99997 13.9667H12C12.1679 13.9667 12.329 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V8.7H3.36663Z", fill: "currentColor", }), }), - Ps = (e) => - kt("svg", { + xs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.03333C2.3199 2.03333 2.0333 2.31993 2.0333 2.66666V9.33333C2.0333 9.68007 2.3199 9.96666 2.66663 9.96666C3.05323 9.96666 3.36663 10.2801 3.36663 10.6667C3.36663 11.0533 3.05323 11.3667 2.66663 11.3667C1.5467 11.3667 0.633301 10.4533 0.633301 9.33333V2.66666C0.633301 1.54673 1.5467 0.633331 2.66663 0.633331H9.3333C10.4532 0.633331 11.3666 1.54673 11.3666 2.66666C11.3666 3.05326 11.0532 3.36666 10.6666 3.36666C10.28 3.36666 9.96663 3.05326 9.96663 2.66666C9.96663 2.31993 9.68003 2.03333 9.3333 2.03333H2.66663ZM6.66663 6.03333C6.31685 6.03333 6.0333 6.31688 6.0333 6.66666V13.3333C6.0333 13.6831 6.31685 13.9667 6.66663 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3333V6.66666C13.9666 6.31688 13.6831 6.03333 13.3333 6.03333H6.66663ZM4.6333 6.66666C4.6333 5.54368 5.54365 4.63333 6.66663 4.63333H13.3333C14.4563 4.63333 15.3666 5.54368 15.3666 6.66666V13.3333C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H6.66663C5.54365 15.3667 4.6333 14.4563 4.6333 13.3333V6.66666ZM12.4949 8.17169C12.7683 8.44506 12.7683 8.88827 12.4949 9.16164L9.82827 11.8283C9.55491 12.1017 9.11169 12.1017 8.83833 11.8283L7.50499 10.495C7.23163 10.2216 7.23163 9.77839 7.50499 9.50502C7.77836 9.23166 8.22157 9.23166 8.49494 9.50502L9.3333 10.3434L11.505 8.17169C11.7784 7.89832 12.2216 7.89832 12.4949 8.17169Z", fill: "currentColor", }), }), - Fs = (e) => - kt("svg", { + _s = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.03333C2.3199 2.03333 2.0333 2.31993 2.0333 2.66666V9.33333C2.0333 9.68007 2.3199 9.96666 2.66663 9.96666C3.05323 9.96666 3.36663 10.2801 3.36663 10.6667C3.36663 11.0533 3.05323 11.3667 2.66663 11.3667C1.5467 11.3667 0.633301 10.4533 0.633301 9.33333V2.66666C0.633301 1.54673 1.5467 0.633331 2.66663 0.633331H9.3333C10.4532 0.633331 11.3666 1.54673 11.3666 2.66666C11.3666 3.05326 11.0532 3.36666 10.6666 3.36666C10.28 3.36666 9.96663 3.05326 9.96663 2.66666C9.96663 2.31993 9.68003 2.03333 9.3333 2.03333H2.66663ZM6.66663 6.03333C6.31685 6.03333 6.0333 6.31688 6.0333 6.66666V13.3333C6.0333 13.6831 6.31685 13.9667 6.66663 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3333V6.66666C13.9666 6.31688 13.6831 6.03333 13.3333 6.03333H6.66663ZM4.6333 6.66666C4.6333 5.54368 5.54365 4.63333 6.66663 4.63333H13.3333C14.4563 4.63333 15.3666 5.54368 15.3666 6.66666V13.3333C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H6.66663C5.54365 15.3667 4.6333 14.4563 4.6333 13.3333V6.66666Z", fill: "currentColor", }), }), - Us = (e) => - kt("svg", { + As = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.34244 4.69775C7.99541 4.56815 8.67214 4.63504 9.2871 4.88996C9.90206 5.14489 10.4276 5.5764 10.7974 6.12997C11.1672 6.68353 11.3645 7.33429 11.3645 8C11.3645 8.6657 11.1672 9.31646 10.7974 9.87003C10.4276 10.4236 9.90206 10.8551 9.2871 11.11C8.67214 11.365 7.99541 11.4318 7.34244 11.3022C6.68948 11.1726 6.08959 10.8524 5.6186 10.3819C5.34508 10.1087 5.34484 9.66548 5.61805 9.39196C5.89127 9.11845 6.33448 9.1182 6.608 9.39141C6.88313 9.66624 7.23356 9.85333 7.615 9.92904C7.99643 10.0047 8.39175 9.96567 8.75099 9.81675C9.11022 9.66783 9.41724 9.41576 9.63324 9.09239C9.84925 8.76902 9.96454 8.38887 9.96454 8C9.96454 7.61112 9.84925 7.23097 9.63324 6.9076C9.41724 6.58423 9.11022 6.33216 8.75099 6.18324C8.39175 6.03433 7.99643 5.99525 7.615 6.07096C7.23356 6.14667 6.88313 6.33376 6.608 6.60858C6.33448 6.8818 5.89127 6.88155 5.61805 6.60803C5.34484 6.33451 5.34508 5.8913 5.6186 5.61808C6.08959 5.14762 6.68948 4.82735 7.34244 4.69775Z", fill: "currentColor", }), }), - zs = (e) => - kt("svg", { + Zs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.03333C2.3199 2.03333 2.0333 2.31993 2.0333 2.66666V9.33333C2.0333 9.68007 2.3199 9.96666 2.66663 9.96666C3.05323 9.96666 3.36663 10.2801 3.36663 10.6667C3.36663 11.0533 3.05323 11.3667 2.66663 11.3667C1.5467 11.3667 0.633301 10.4533 0.633301 9.33333V2.66666C0.633301 1.54673 1.5467 0.633331 2.66663 0.633331H9.3333C10.4532 0.633331 11.3666 1.54673 11.3666 2.66666C11.3666 3.05326 11.0532 3.36666 10.6666 3.36666C10.28 3.36666 9.96663 3.05326 9.96663 2.66666C9.96663 2.31993 9.68003 2.03333 9.3333 2.03333H2.66663ZM6.66663 6.03333C6.31685 6.03333 6.0333 6.31688 6.0333 6.66666V13.3333C6.0333 13.6831 6.31685 13.9667 6.66663 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3333V6.66666C13.9666 6.31688 13.6831 6.03333 13.3333 6.03333H6.66663ZM4.6333 6.66666C4.6333 5.54368 5.54365 4.63333 6.66663 4.63333H13.3333C14.4563 4.63333 15.3666 5.54368 15.3666 6.66666V13.3333C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H6.66663C5.54365 15.3667 4.6333 14.4563 4.6333 13.3333V6.66666ZM7.29997 10C7.29997 9.6134 7.61337 9.3 7.99997 9.3H12C12.3866 9.3 12.7 9.6134 12.7 10C12.7 10.3866 12.3866 10.7 12 10.7H7.99997C7.61337 10.7 7.29997 10.3866 7.29997 10Z", fill: "currentColor", }), }), - Gs = (e) => - kt("svg", { + Is = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.03333C2.3199 2.03333 2.0333 2.31993 2.0333 2.66666V9.33333C2.0333 9.68007 2.3199 9.96666 2.66663 9.96666C3.05323 9.96666 3.36663 10.2801 3.36663 10.6667C3.36663 11.0533 3.05323 11.3667 2.66663 11.3667C1.5467 11.3667 0.633301 10.4533 0.633301 9.33333V2.66666C0.633301 1.54673 1.5467 0.633331 2.66663 0.633331H9.3333C10.4532 0.633331 11.3666 1.54673 11.3666 2.66666C11.3666 3.05326 11.0532 3.36666 10.6666 3.36666C10.28 3.36666 9.96663 3.05326 9.96663 2.66666C9.96663 2.31993 9.68003 2.03333 9.3333 2.03333H2.66663ZM6.66663 6.03333C6.31685 6.03333 6.0333 6.31688 6.0333 6.66666V13.3333C6.0333 13.6831 6.31685 13.9667 6.66663 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3333V6.66666C13.9666 6.31688 13.6831 6.03333 13.3333 6.03333H6.66663ZM4.6333 6.66666C4.6333 5.54368 5.54365 4.63333 6.66663 4.63333H13.3333C14.4563 4.63333 15.3666 5.54368 15.3666 6.66666V13.3333C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H6.66663C5.54365 15.3667 4.6333 14.4563 4.6333 13.3333V6.66666ZM9.99997 7.3C10.3866 7.3 10.7 7.6134 10.7 8V9.3H12C12.3866 9.3 12.7 9.6134 12.7 10C12.7 10.3866 12.3866 10.7 12 10.7H10.7V12C10.7 12.3866 10.3866 12.7 9.99997 12.7C9.61337 12.7 9.29997 12.3866 9.29997 12V10.7H7.99997C7.61337 10.7 7.29997 10.3866 7.29997 10C7.29997 9.6134 7.61337 9.3 7.99997 9.3H9.29997V8C9.29997 7.6134 9.61337 7.3 9.99997 7.3Z", fill: "currentColor", }), }), - $s = (e) => - kt("svg", { + ks = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM8.38494 6.07096C8.0035 5.99525 7.60818 6.03433 7.24895 6.18324C6.88971 6.33216 6.58269 6.58423 6.36669 6.9076C6.15069 7.23097 6.0354 7.61112 6.0354 8C6.0354 8.38887 6.15069 8.76902 6.36669 9.09239C6.58269 9.41576 6.88971 9.66783 7.24895 9.81675C7.60818 9.96567 8.0035 10.0047 8.38494 9.92904C8.76637 9.85333 9.1168 9.66624 9.39193 9.39141C9.66545 9.1182 10.1087 9.11845 10.3819 9.39196C10.6551 9.66548 10.6549 10.1087 10.3813 10.3819C9.91035 10.8524 9.31046 11.1726 8.65749 11.3022C8.00452 11.4318 7.32779 11.365 6.71283 11.11C6.09787 10.8551 5.57229 10.4236 5.20252 9.87003C4.83276 9.31646 4.6354 8.6657 4.6354 8C4.6354 7.33429 4.83276 6.68353 5.20252 6.12997C5.57229 5.5764 6.09787 5.14489 6.71283 4.88996C7.32779 4.63504 8.00452 4.56815 8.65749 4.69775C9.31046 4.82735 9.91035 5.14762 10.3813 5.61808C10.6549 5.8913 10.6551 6.33451 10.3819 6.60803C10.1087 6.88155 9.66545 6.8818 9.39193 6.60858C9.1168 6.33376 8.76637 6.14667 8.38494 6.07096Z", fill: "currentColor", }), }), - Ws = (e) => - kt("svg", { + Os = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.03333C2.3199 2.03333 2.0333 2.31993 2.0333 2.66666V9.33333C2.0333 9.68007 2.3199 9.96666 2.66663 9.96666C3.05323 9.96666 3.36663 10.2801 3.36663 10.6667C3.36663 11.0533 3.05323 11.3667 2.66663 11.3667C1.5467 11.3667 0.633301 10.4533 0.633301 9.33333V2.66666C0.633301 1.54673 1.5467 0.633331 2.66663 0.633331H9.3333C10.4532 0.633331 11.3666 1.54673 11.3666 2.66666C11.3666 3.05326 11.0532 3.36666 10.6666 3.36666C10.28 3.36666 9.96663 3.05326 9.96663 2.66666C9.96663 2.31993 9.68003 2.03333 9.3333 2.03333H2.66663ZM6.66663 6.03333C6.31685 6.03333 6.0333 6.31688 6.0333 6.66666V13.3333C6.0333 13.6831 6.31685 13.9667 6.66663 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3333V6.66666C13.9666 6.31688 13.6831 6.03333 13.3333 6.03333H6.66663ZM4.6333 6.66666C4.6333 5.54368 5.54365 4.63333 6.66663 4.63333H13.3333C14.4563 4.63333 15.3666 5.54368 15.3666 6.66666V13.3333C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H6.66663C5.54365 15.3667 4.6333 14.4563 4.6333 13.3333V6.66666ZM12.4949 7.50502C12.7683 7.77839 12.7683 8.22161 12.4949 8.49497L8.49494 12.495C8.22157 12.7683 7.77836 12.7683 7.50499 12.495C7.23163 12.2216 7.23163 11.7784 7.50499 11.505L11.505 7.50502C11.7784 7.23166 12.2216 7.23166 12.4949 7.50502Z", fill: "currentColor", }), }), - js = (e) => - kt("svg", { + Bs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.03333C2.3199 2.03333 2.0333 2.31993 2.0333 2.66666V9.33333C2.0333 9.68007 2.3199 9.96666 2.66663 9.96666C3.05323 9.96666 3.36663 10.2801 3.36663 10.6667C3.36663 11.0533 3.05323 11.3667 2.66663 11.3667C1.5467 11.3667 0.633301 10.4533 0.633301 9.33333V2.66666C0.633301 1.54673 1.5467 0.633331 2.66663 0.633331H9.3333C10.4532 0.633331 11.3666 1.54673 11.3666 2.66666C11.3666 3.05326 11.0532 3.36666 10.6666 3.36666C10.28 3.36666 9.96663 3.05326 9.96663 2.66666C9.96663 2.31993 9.68003 2.03333 9.3333 2.03333H2.66663ZM6.66663 6.03333C6.31685 6.03333 6.0333 6.31688 6.0333 6.66666V13.3333C6.0333 13.6831 6.31685 13.9667 6.66663 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3333V6.66666C13.9666 6.31688 13.6831 6.03333 13.3333 6.03333H6.66663ZM4.6333 6.66666C4.6333 5.54368 5.54365 4.63333 6.66663 4.63333H13.3333C14.4563 4.63333 15.3666 5.54368 15.3666 6.66666V13.3333C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H6.66663C5.54365 15.3667 4.6333 14.4563 4.6333 13.3333V6.66666ZM7.50499 7.50502C7.77836 7.23166 8.22157 7.23166 8.49494 7.50502L9.99997 9.01005L11.505 7.50502C11.7784 7.23166 12.2216 7.23166 12.4949 7.50502C12.7683 7.77839 12.7683 8.22161 12.4949 8.49497L10.9899 10L12.4949 11.505C12.7683 11.7784 12.7683 12.2216 12.4949 12.495C12.2216 12.7683 11.7784 12.7683 11.505 12.495L9.99997 10.9899L8.49494 12.495C8.22157 12.7683 7.77836 12.7683 7.50499 12.495C7.23163 12.2216 7.23163 11.7784 7.50499 11.505L9.01002 10L7.50499 8.49497C7.23163 8.22161 7.23163 7.77839 7.50499 7.50502Z", fill: "currentColor", }), }), - qs = (e) => - kt("svg", { + Ds = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.3333 1.96666C13.7199 1.96666 14.0333 2.28006 14.0333 2.66666V7.33333C14.0333 8.22622 13.6786 9.08255 13.0473 9.71392C12.4159 10.3453 11.5596 10.7 10.6667 10.7H4.35662L6.49498 12.8384C6.76835 13.1117 6.76835 13.5549 6.49498 13.8283C6.22162 14.1017 5.7784 14.1017 5.50503 13.8283L2.1717 10.495C1.89833 10.2216 1.89833 9.77839 2.1717 9.50502L5.50503 6.17168C5.7784 5.89832 6.22162 5.89832 6.49498 6.17168C6.76835 6.44505 6.76835 6.88827 6.49498 7.16163L4.35662 9.29999H10.6667C11.1883 9.29999 11.6885 9.09279 12.0573 8.72397C12.4261 8.35515 12.6333 7.85492 12.6333 7.33333V2.66666C12.6333 2.28006 12.9467 1.96666 13.3333 1.96666Z", fill: "currentColor", }), }), - Ys = (e) => - kt("svg", { + Ps = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 1.96666C3.05327 1.96666 3.36667 2.28006 3.36667 2.66666V7.33333C3.36667 7.85492 3.57388 8.35515 3.9427 8.72397C4.31152 9.09279 4.81175 9.29999 5.33334 9.29999H11.6434L9.50503 7.16163C9.23167 6.88827 9.23167 6.44505 9.50503 6.17168C9.7784 5.89832 10.2216 5.89832 10.495 6.17168L13.8283 9.50502C14.1017 9.77839 14.1017 10.2216 13.8283 10.495L10.495 13.8283C10.2216 14.1017 9.7784 14.1017 9.50503 13.8283C9.23167 13.5549 9.23167 13.1117 9.50503 12.8384L11.6434 10.7H5.33334C4.44045 10.7 3.58412 10.3453 2.95275 9.71392C2.32138 9.08255 1.96667 8.22622 1.96667 7.33333V2.66666C1.96667 2.28006 2.28008 1.96666 2.66667 1.96666Z", fill: "currentColor", }), }), - Ks = (e) => - kt("svg", { + Fs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.28608 2.95273C6.91745 2.32136 7.77378 1.96666 8.66667 1.96666H13.3333C13.7199 1.96666 14.0333 2.28006 14.0333 2.66666C14.0333 3.05326 13.7199 3.36666 13.3333 3.36666H8.66667C8.14508 3.36666 7.64485 3.57386 7.27603 3.94268C6.90721 4.3115 6.70001 4.81173 6.70001 5.33333V11.6434L8.83837 9.50502C9.11173 9.23165 9.55495 9.23165 9.82832 9.50502C10.1017 9.77839 10.1017 10.2216 9.82832 10.495L6.49498 13.8283C6.22162 14.1017 5.7784 14.1017 5.50503 13.8283L2.1717 10.495C1.89833 10.2216 1.89833 9.77839 2.1717 9.50502C2.44507 9.23165 2.88828 9.23165 3.16165 9.50502L5.30001 11.6434V5.33333C5.30001 4.44043 5.65471 3.58411 6.28608 2.95273Z", fill: "currentColor", }), }), - Xs = (e) => - kt("svg", { + Us = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.50491 2.17168C5.77828 1.89832 6.22149 1.89832 6.49486 2.17168L9.82819 5.50502C10.1016 5.77839 10.1016 6.2216 9.82819 6.49497C9.55483 6.76833 9.11161 6.76833 8.83824 6.49497L6.69989 4.35661V10.6667C6.69989 11.1883 6.90709 11.6885 7.27591 12.0573C7.64473 12.4261 8.14496 12.6333 8.66655 12.6333H13.3332C13.7198 12.6333 14.0332 12.9467 14.0332 13.3333C14.0332 13.7199 13.7198 14.0333 13.3332 14.0333H8.66655C7.77366 14.0333 6.91733 13.6786 6.28596 13.0473C5.65459 12.4159 5.29989 11.5596 5.29989 10.6667V4.35661L3.16153 6.49497C2.88816 6.76833 2.44494 6.76833 2.17158 6.49497C1.89821 6.2216 1.89821 5.77839 2.17158 5.50502L5.50491 2.17168Z", fill: "currentColor", }), }), - Qs = (e) => - kt("svg", { + zs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96655 2.66666C1.96655 2.28006 2.27995 1.96666 2.66655 1.96666H7.33322C8.22611 1.96666 9.08244 2.32136 9.71381 2.95273C10.3452 3.58411 10.6999 4.44043 10.6999 5.33333V11.6434L12.8382 9.50502C13.1116 9.23165 13.5548 9.23165 13.8282 9.50502C14.1016 9.77839 14.1016 10.2216 13.8282 10.495L10.4949 13.8283C10.2215 14.1017 9.77828 14.1017 9.50491 13.8283L6.17158 10.495C5.89821 10.2216 5.89821 9.77839 6.17158 9.50502C6.44494 9.23165 6.88816 9.23165 7.16153 9.50502L9.29989 11.6434V5.33333C9.29989 4.81173 9.09268 4.3115 8.72386 3.94268C8.35504 3.57386 7.85481 3.36666 7.33322 3.36666H2.66655C2.27995 3.36666 1.96655 3.05326 1.96655 2.66666Z", fill: "currentColor", }), }), - Js = (e) => - kt("svg", { + Gs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.50491 2.17168C9.77828 1.89832 10.2215 1.89832 10.4949 2.17168L13.8282 5.50502C14.1016 5.77839 14.1016 6.2216 13.8282 6.49497C13.5548 6.76833 13.1116 6.76833 12.8382 6.49497L10.6999 4.35661V10.6667C10.6999 11.5596 10.3452 12.4159 9.71381 13.0473C9.08244 13.6786 8.22612 14.0333 7.33322 14.0333H2.66655C2.27995 14.0333 1.96655 13.7199 1.96655 13.3333C1.96655 12.9467 2.27995 12.6333 2.66655 12.6333H7.33322C7.85481 12.6333 8.35504 12.4261 8.72386 12.0573C9.09268 11.6885 9.29989 11.1883 9.29989 10.6667V4.35661L7.16153 6.49497C6.88816 6.76833 6.44494 6.76833 6.17158 6.49497C5.89821 6.2216 5.89821 5.77839 6.17158 5.50502L9.50491 2.17168Z", fill: "currentColor", }), }), - ec = (e) => - kt("svg", { + $s = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.49486 2.17168C6.76823 2.44505 6.76823 2.88827 6.49486 3.16163L4.3565 5.29999H10.6666C11.5594 5.29999 12.4158 5.65469 13.0471 6.28607C13.6785 6.91744 14.0332 7.77376 14.0332 8.66666V13.3333C14.0332 13.7199 13.7198 14.0333 13.3332 14.0333C12.9466 14.0333 12.6332 13.7199 12.6332 13.3333V8.66666C12.6332 8.14507 12.426 7.64484 12.0572 7.27602C11.6884 6.90719 11.1881 6.69999 10.6666 6.69999H4.3565L6.49486 8.83835C6.76823 9.11172 6.76823 9.55493 6.49486 9.8283C6.22149 10.1017 5.77828 10.1017 5.50491 9.8283L2.17158 6.49497C1.89821 6.2216 1.89821 5.77839 2.17158 5.50502L5.50491 2.17168C5.77828 1.89832 6.22149 1.89832 6.49486 2.17168Z", fill: "currentColor", }), }), - tc = (e) => - kt("svg", { + Ws = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.50491 2.17168C9.77828 1.89832 10.2215 1.89832 10.4949 2.17168L13.8282 5.50502C14.1016 5.77839 14.1016 6.2216 13.8282 6.49497L10.4949 9.8283C10.2215 10.1017 9.77828 10.1017 9.50491 9.8283C9.23154 9.55493 9.23154 9.11172 9.50491 8.83835L11.6433 6.69999H5.33322C4.81163 6.69999 4.3114 6.90719 3.94258 7.27602C3.57375 7.64484 3.36655 8.14507 3.36655 8.66666V13.3333C3.36655 13.7199 3.05315 14.0333 2.66655 14.0333C2.27995 14.0333 1.96655 13.7199 1.96655 13.3333V8.66666C1.96655 7.77376 2.32125 6.91744 2.95263 6.28607C3.584 5.65469 4.44032 5.29999 5.33322 5.29999H11.6433L9.50491 3.16163C9.23154 2.88827 9.23154 2.44505 9.50491 2.17168Z", fill: "currentColor", }), }), - nc = (e) => - kt("svg", { + js = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99997 0.633331C6.38657 0.633331 6.69997 0.946732 6.69997 1.33333V1.96666H9.29997V1.33333C9.29997 0.946732 9.61337 0.633331 9.99997 0.633331C10.3866 0.633331 10.7 0.946732 10.7 1.33333V1.96666H12C13.1229 1.96666 14.0333 2.87702 14.0333 4V5.3H14.6666C15.0532 5.3 15.3666 5.6134 15.3666 6C15.3666 6.3866 15.0532 6.7 14.6666 6.7H14.0333V9.3H14.6666C15.0532 9.3 15.3666 9.6134 15.3666 10C15.3666 10.3866 15.0532 10.7 14.6666 10.7H14.0333V12C14.0333 13.123 13.1229 14.0333 12 14.0333H10.7V14.6667C10.7 15.0533 10.3866 15.3667 9.99997 15.3667C9.61337 15.3667 9.29997 15.0533 9.29997 14.6667V14.0333H6.69997V14.6667C6.69997 15.0533 6.38657 15.3667 5.99997 15.3667C5.61337 15.3667 5.29997 15.0533 5.29997 14.6667V14.0333H3.99997C2.87699 14.0333 1.96663 13.123 1.96663 12V10.7H1.3333C0.946701 10.7 0.633301 10.3866 0.633301 10C0.633301 9.6134 0.946701 9.3 1.3333 9.3H1.96663V6.7H1.3333C0.946701 6.7 0.633301 6.3866 0.633301 6C0.633301 5.6134 0.946701 5.3 1.3333 5.3H1.96663V4C1.96663 2.87702 2.87699 1.96666 3.99997 1.96666H5.29997V1.33333C5.29997 0.946732 5.61337 0.633331 5.99997 0.633331ZM3.99997 3.36666C3.65019 3.36666 3.36663 3.65022 3.36663 4V12C3.36663 12.3498 3.65019 12.6333 3.99997 12.6333H12C12.3497 12.6333 12.6333 12.3498 12.6333 12V4C12.6333 3.65022 12.3497 3.36666 12 3.36666H3.99997ZM6.69997 6.7V9.3H9.29997V6.7H6.69997ZM5.29997 6.66666C5.29997 5.91187 5.91184 5.3 6.66663 5.3H9.3333C10.0881 5.3 10.7 5.91187 10.7 6.66666V9.33333C10.7 10.0881 10.0881 10.7 9.3333 10.7H6.66663C5.91184 10.7 5.29997 10.0881 5.29997 9.33333V6.66666Z", fill: "currentColor", }), }), - rc = (e) => - kt("svg", { + qs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03333C4.7047 2.03333 2.03334 4.7047 2.03334 8C2.03334 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8C13.9667 4.7047 11.2953 2.03333 8 2.03333ZM0.633335 8C0.633335 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633335 12.0685 0.633335 8ZM5.18458 5.42937C5.77283 5.2613 6.40176 5.30887 6.95803 5.56352C7.30955 5.72443 7.46406 6.13984 7.30315 6.49136C7.14223 6.84288 6.72682 6.99739 6.37531 6.83648C6.12246 6.72073 5.83658 6.69911 5.56919 6.7755C5.30229 6.85176 5.07134 7.02068 4.9178 7.2519C4.77234 7.47428 4.69487 7.73425 4.69487 8C4.69487 8.26629 4.77266 8.52678 4.91869 8.74946L4.92909 8.7658C5.07314 8.9993 5.29926 9.17054 5.56307 9.24592C5.82688 9.32129 6.10934 9.29536 6.35501 9.1732C6.70118 9.00108 7.12134 9.14217 7.29346 9.48834C7.46558 9.83451 7.32449 10.2547 6.97832 10.4268C6.41998 10.7044 5.77803 10.7634 5.17846 10.5921C4.58202 10.4216 4.07035 10.0356 3.74273 9.50917C3.45049 9.06015 3.29487 8.53588 3.29487 8C3.29487 7.46092 3.45235 6.93358 3.74798 6.48279L3.74969 6.48018L3.7497 6.48018C4.08747 5.9701 4.59634 5.59744 5.18458 5.42937ZM9.85125 5.42937C10.4395 5.2613 11.0684 5.30887 11.6247 5.56352C11.9762 5.72443 12.1307 6.13984 11.9698 6.49136C11.8089 6.84288 11.3935 6.99739 11.042 6.83648C10.7891 6.72073 10.5032 6.69911 10.2359 6.7755C9.96898 6.85175 9.73805 7.02065 9.58451 7.25183C9.43903 7.47422 9.36153 7.73422 9.36153 8C9.36153 8.26629 9.43933 8.52678 9.58536 8.74946L9.59575 8.7658C9.73981 8.9993 9.96593 9.17054 10.2297 9.24592C10.4935 9.32129 10.776 9.29536 11.0217 9.1732C11.3678 9.00108 11.788 9.14217 11.9601 9.48834C12.1323 9.83451 11.9912 10.2547 11.645 10.4268C11.0866 10.7044 10.4447 10.7634 9.84513 10.5921C9.24869 10.4216 8.73702 10.0356 8.40939 9.50917C8.11716 9.06015 7.96153 8.53588 7.96153 8C7.96153 7.46092 8.11902 6.93358 8.41464 6.48279L8.41636 6.48018C8.75414 5.9701 9.26301 5.59744 9.85125 5.42937Z", fill: "currentColor", }), }), - oc = (e) => - kt("svg", { + Ys = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 4.03333C2.31689 4.03333 2.03333 4.31688 2.03333 4.66666V5.96666H13.9667V4.66666C13.9667 4.31688 13.6831 4.03333 13.3333 4.03333H2.66667ZM15.3667 4.66666C15.3667 3.54369 14.4563 2.63333 13.3333 2.63333H2.66667C1.54369 2.63333 0.633333 3.54369 0.633333 4.66666V11.3333C0.633333 12.4563 1.54369 13.3667 2.66667 13.3667H13.3333C14.4563 13.3667 15.3667 12.4563 15.3667 11.3333V4.66666ZM13.9667 7.36666H2.03333V11.3333C2.03333 11.6831 2.31689 11.9667 2.66667 11.9667H13.3333C13.6831 11.9667 13.9667 11.6831 13.9667 11.3333V7.36666Z", fill: "currentColor", }), }), - ic = (e) => - kt("svg", { + Ks = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.77292 1.0069C3.11782 0.763007 3.53195 0.633331 4 0.633331C4.50821 0.633331 4.95152 0.776 5.2972 1.07607C5.63194 1.36664 5.8067 1.74574 5.90197 2.09489C6.02031 2.52856 6.03956 3.02925 6.03904 3.44617C6.17783 3.50961 6.30638 3.59357 6.42356 3.6978C6.69567 3.93983 6.86156 4.25204 6.97775 4.53321L7.50722 5.7457C8.24235 5.74114 8.94235 6.14308 9.39816 6.59406C9.85785 7.04888 10.2687 7.75123 10.2593 8.49494L11.4668 9.02224C11.748 9.13843 12.0602 9.30433 12.3022 9.57644C12.4064 9.69361 12.4904 9.82216 12.5538 9.96096C12.9707 9.96043 13.4714 9.97969 13.9051 10.098C14.2543 10.1933 14.6334 10.3681 14.9239 10.7028C15.224 11.0485 15.3667 11.4918 15.3667 12C15.3667 12.468 15.237 12.8822 14.9931 13.2271C14.7541 13.5651 14.4315 13.8002 14.0969 13.9629C13.5862 14.2112 12.9918 14.318 12.4446 14.3528C12.3765 14.4874 12.2909 14.6151 12.1839 14.7325C11.7313 15.2288 11.061 15.3667 10.3333 15.3667C10.3224 15.3667 10.3115 15.3664 10.3006 15.3659C9.08749 15.3092 7.92599 14.876 6.97505 14.1321C6.9159 14.159 6.85505 14.1829 6.79259 14.2038C6.35541 14.3496 5.89966 14.3242 5.48419 14.2183C4.6655 14.0098 3.84167 13.4502 3.19339 12.8042C2.54547 12.1585 1.98232 11.3363 1.77547 10.5152C1.67034 10.0978 1.64774 9.64037 1.79833 9.20157C1.81895 9.14149 1.84243 9.08292 1.8687 9.02593C1.12431 8.07481 0.690819 6.91292 0.634095 5.69935C0.633586 5.68846 0.633331 5.67756 0.633331 5.66666C0.633331 4.93899 0.771153 4.26869 1.26751 3.81609C1.3849 3.70905 1.51255 3.62352 1.64716 3.55537C1.68198 3.00822 1.78881 2.41379 2.03713 1.90307C2.1998 1.56852 2.4349 1.24593 2.77292 1.0069ZM3.07879 3.3H4.63729C4.63498 2.99017 4.61831 2.70881 4.55135 2.46344C4.49996 2.27509 4.43472 2.18127 4.37946 2.1333C4.33514 2.09483 4.23846 2.03333 4 2.03333C3.80137 2.03333 3.67384 2.08449 3.58124 2.14997C3.48176 2.22032 3.38353 2.33564 3.29619 2.51526C3.19152 2.73054 3.12039 3.00121 3.07879 3.3ZM3.40659 9.35192C3.22609 9.45247 3.15564 9.55953 3.12252 9.65603C3.08439 9.76712 3.07309 9.93511 3.13306 10.1732C3.25643 10.6629 3.63869 11.2715 4.1816 11.8125C4.72416 12.3531 5.33658 12.736 5.82977 12.8617C6.07023 12.9229 6.23932 12.9125 6.34967 12.8757C6.44419 12.8442 6.54612 12.7779 6.64132 12.6069C6.64123 12.6071 6.6414 12.6067 6.64132 12.6069L8.78774 8.73401L8.78914 8.7315C8.92309 8.49211 8.86725 8.03821 8.4135 7.58927C7.95723 7.13783 7.49554 7.08473 7.26661 7.21191L3.40659 9.35192C3.40673 9.35184 3.40644 9.352 3.40659 9.35192ZM7.95759 13.12C8.65288 13.6269 9.48363 13.923 10.3497 13.9666C10.9419 13.9644 11.1025 13.8407 11.1494 13.7892C11.2108 13.7219 11.3 13.542 11.3 13V10.6667C11.3 10.6043 11.2908 10.57 11.2848 10.5533C11.2791 10.5378 11.2712 10.5239 11.2561 10.5069C11.2186 10.4647 11.1308 10.3978 10.9273 10.3141L10.9132 10.3082L9.78821 9.81691L7.95759 13.12ZM2.88038 8.04289C2.37323 7.34751 2.07705 6.51656 2.03336 5.65032C2.0356 5.05806 2.15931 4.89754 2.21082 4.85058C2.27813 4.7892 2.45796 4.7 3 4.7H5.33333C5.39574 4.7 5.42996 4.70916 5.44665 4.71524C5.46217 4.7209 5.47612 4.72876 5.49311 4.74387C5.53528 4.78138 5.60221 4.86915 5.68587 5.07274L5.69183 5.0868L6.18312 6.21184L2.88038 8.04289ZM12.7 12.9212C12.9988 12.8796 13.2695 12.8085 13.4847 12.7038C13.6644 12.6165 13.7797 12.5182 13.85 12.4188C13.9155 12.3262 13.9667 12.1986 13.9667 12C13.9667 11.7615 13.9052 11.6649 13.8667 11.6205C13.8187 11.5653 13.7249 11.5 13.5366 11.4486C13.2912 11.3817 13.0098 11.365 12.7 11.3627V12.9212Z", fill: "currentColor", }), }), - lc = (e) => - kt("svg", { + Xs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0.633331C4.3866 0.633331 4.7 0.946732 4.7 1.33333V3.3H10.6667C11.2059 3.3 11.7231 3.51422 12.1044 3.89555C12.4858 4.27687 12.7 4.79406 12.7 5.33333V11.3H14.6667C15.0533 11.3 15.3667 11.6134 15.3667 12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H12.7V14.6667C12.7 15.0533 12.3866 15.3667 12 15.3667C11.6134 15.3667 11.3 15.0533 11.3 14.6667V12.7H5.33333C4.79406 12.7 4.27687 12.4858 3.89555 12.1044C3.51422 11.7231 3.3 11.2059 3.3 10.6667V4.7H1.33333C0.946732 4.7 0.633331 4.3866 0.633331 4C0.633331 3.6134 0.946732 3.3 1.33333 3.3H3.3V1.33333C3.3 0.946732 3.6134 0.633331 4 0.633331ZM4.7 4.7V10.6667C4.7 10.8346 4.76672 10.9957 4.8855 11.1145C5.00427 11.2333 5.16536 11.3 5.33333 11.3H11.3V5.33333C11.3 5.16536 11.2333 5.00427 11.1145 4.8855C10.9957 4.76672 10.8346 4.7 10.6667 4.7H4.7Z", fill: "currentColor", }), }), - ac = (e) => - kt("svg", { + Qs = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.07396 7.3H4C4.3866 7.3 4.7 7.6134 4.7 8C4.7 8.3866 4.3866 8.7 4 8.7H2.07396C2.39367 11.4358 4.56416 13.6063 7.3 13.926V12C7.3 11.6134 7.6134 11.3 8 11.3C8.3866 11.3 8.7 11.6134 8.7 12V13.926C11.4358 13.6063 13.6063 11.4358 13.926 8.7H12C11.6134 8.7 11.3 8.3866 11.3 8C11.3 7.6134 11.6134 7.3 12 7.3H13.926C13.6063 4.56416 11.4358 2.39367 8.7 2.07396V4C8.7 4.3866 8.3866 4.7 8 4.7C7.6134 4.7 7.3 4.3866 7.3 4V2.07396C4.56416 2.39366 2.39366 4.56416 2.07396 7.3ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8Z", fill: "currentColor", }), }), - Cc = (e) => - kt("svg", { + Js = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.89555 1.22888C6.27687 0.847557 6.79406 0.633331 7.33333 0.633331H8.66666C9.20594 0.633331 9.72312 0.847557 10.1044 1.22888C10.4858 1.6102 10.7 2.12739 10.7 2.66666V5.3H13.3333C13.8726 5.3 14.3898 5.51422 14.7711 5.89555C15.1524 6.27687 15.3667 6.79406 15.3667 7.33333V8.66666C15.3667 9.20594 15.1524 9.72312 14.7711 10.1044C14.3898 10.4858 13.8726 10.7 13.3333 10.7H10.7V13.3333C10.7 13.8726 10.4858 14.3898 10.1044 14.7711C9.72312 15.1524 9.20594 15.3667 8.66666 15.3667H7.33333C6.2134 15.3667 5.3 14.4533 5.3 13.3333V10.7H2.66666C1.54673 10.7 0.633331 9.7866 0.633331 8.66666V7.33333C0.633331 6.79406 0.847557 6.27687 1.22888 5.89555C1.6102 5.51422 2.12739 5.3 2.66666 5.3H5.3V2.66666C5.3 2.12739 5.51422 1.6102 5.89555 1.22888ZM7.33333 2.03333C7.16536 2.03333 7.00427 2.10006 6.8855 2.21883C6.76672 2.3376 6.7 2.49869 6.7 2.66666V6C6.7 6.3866 6.3866 6.7 6 6.7H2.66666C2.49869 6.7 2.3376 6.76672 2.21883 6.8855C2.10006 7.00427 2.03333 7.16536 2.03333 7.33333V8.66666C2.03333 9.0134 2.31993 9.3 2.66666 9.3H6C6.3866 9.3 6.7 9.6134 6.7 10V13.3333C6.7 13.6801 6.9866 13.9667 7.33333 13.9667H8.66666C8.83463 13.9667 8.99572 13.8999 9.1145 13.7812C9.23327 13.6624 9.3 13.5013 9.3 13.3333V10C9.3 9.6134 9.6134 9.3 10 9.3H13.3333C13.5013 9.3 13.6624 9.23327 13.7812 9.1145C13.8999 8.99572 13.9667 8.83463 13.9667 8.66666V7.33333C13.9667 7.16536 13.8999 7.00427 13.7812 6.8855C13.6624 6.76672 13.5013 6.7 13.3333 6.7H10C9.6134 6.7 9.3 6.3866 9.3 6V2.66666C9.3 2.49869 9.23327 2.3376 9.1145 2.21883C8.99573 2.10006 8.83463 2.03333 8.66666 2.03333H7.33333Z", fill: "currentColor", }), }), - sc = (e) => - kt("svg", { + ec = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.47428 1.44851C7.63351 1.35442 7.81506 1.30478 8.00001 1.30478C8.18496 1.30478 8.36651 1.35442 8.52574 1.44851C8.68496 1.54261 8.81601 1.67771 8.90521 1.83972L8.91144 1.85105L10.856 5.54283L13.6666 3.13507L13.6803 3.12362C13.85 2.98561 14.0591 2.905 14.2775 2.8934C14.4959 2.88179 14.7124 2.93978 14.8957 3.05903C15.0791 3.17828 15.2199 3.35263 15.2978 3.55698C15.3758 3.76133 15.3869 3.98515 15.3295 4.19622L15.3287 4.19929L13.4395 11.0295C13.4394 11.0297 13.4395 11.0294 13.4395 11.0295C13.3604 11.3159 13.19 11.5691 12.9543 11.75C12.7185 11.9311 12.4302 12.0303 12.1329 12.0327L12.1273 12.0327L3.86846 12.0327C3.57098 12.0306 3.28231 11.9315 3.04626 11.7505C2.81032 11.5695 2.63983 11.3165 2.56066 11.0299C2.56063 11.0298 2.5607 11.03 2.56066 11.0299L0.671162 4.19689C0.613813 3.98582 0.62492 3.762 0.702874 3.55765C0.780827 3.35329 0.921613 3.17894 1.10496 3.0597C1.28832 2.94045 1.50478 2.88245 1.72319 2.89406C1.94159 2.90567 2.15069 2.98628 2.32037 3.12429L2.33415 3.13579L5.144 5.54349L7.0947 1.83967C7.18391 1.67765 7.31506 1.54261 7.47428 1.44851ZM8.00004 3.12503L9.64068 6.23958L9.64472 6.24714C9.74093 6.42448 9.87521 6.57832 10.0379 6.69762C10.2006 6.81691 10.3877 6.8987 10.5858 6.93711C10.7839 6.97552 10.988 6.9696 11.1835 6.91978C11.379 6.86995 11.5611 6.77746 11.7166 6.64894L13.6587 4.98533L12.0967 10.6327H3.90336L2.34195 4.98614L4.27387 6.64156L4.28343 6.6496C4.43896 6.77813 4.62101 6.87062 4.81652 6.92045C5.01203 6.97027 5.21614 6.97619 5.41421 6.93778C5.61228 6.89937 5.79939 6.81758 5.9621 6.69828C6.12481 6.57899 6.25909 6.42515 6.3553 6.2478L8.00004 3.12503ZM12.0899 10.6572C12.0898 10.6573 12.0899 10.657 12.0899 10.6572V10.6572ZM2.63334 14C2.63334 13.6134 2.94674 13.3 3.33334 13.3H12.6667C13.0533 13.3 13.3667 13.6134 13.3667 14C13.3667 14.3866 13.0533 14.7 12.6667 14.7H3.33334C2.94674 14.7 2.63334 14.3866 2.63334 14Z", fill: "currentColor", }), }), - cc = (e) => - kt("svg", { + tc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9098 1.22463C10.0165 0.570231 8.81428 0.527556 7.87689 1.11697L1.5464 5.0975C1.35579 5.21735 1.19405 5.37169 1.06722 5.54957C1.00537 5.59818 0.950738 5.65813 0.906606 5.72865C0.828485 5.85348 0.794546 5.99344 0.800577 6.13021C0.768204 6.26168 0.751312 6.39801 0.751312 6.53664V10.7215C0.751312 11.2544 1.00121 11.7565 1.42638 12.0778L4.97582 14.76C5.38686 15.0707 5.86651 15.2497 6.35709 15.2947C6.45043 15.3408 6.55552 15.3667 6.66666 15.3667C6.79294 15.3667 6.91142 15.3332 7.01371 15.2747C7.36855 15.2203 7.71563 15.0946 8.03289 14.8966L14.5602 10.824C15.0579 10.5135 15.3603 9.96834 15.3603 9.38173V5.34712C15.3603 5.09708 15.3053 4.85395 15.2031 4.63314C15.1892 4.55331 15.1611 4.47456 15.1179 4.40047C15.0547 4.29221 14.9669 4.20721 14.8658 4.14841C14.8039 4.0862 14.7369 4.02842 14.665 3.97576L10.9098 1.22463ZM13.2543 4.67773L10.0824 2.35398C9.6523 2.0389 9.07344 2.01836 8.62211 2.30215L2.70055 6.02554L6.67928 8.51546L13.2543 4.67773ZM2.15131 7.33337V10.7215C2.15131 10.8155 2.19541 10.9041 2.27044 10.9608L5.81988 13.6431C5.86705 13.6788 5.9161 13.7108 5.96666 13.7392V9.72104L2.15131 7.33337ZM7.36666 13.6622L13.8191 9.63625C13.907 9.58146 13.9603 9.48525 13.9603 9.38173V5.88664L7.36666 9.73528V13.6622Z", fill: "currentColor", }), }), - dc = (e) => - kt("svg", { + nc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.97619 1.21825C8.03244 0.88072 8.32448 0.633331 8.66666 0.633331H10C10.3866 0.633331 10.7 0.946732 10.7 1.33333C10.7 1.71993 10.3866 2.03333 10 2.03333H9.25965L8.82632 4.63333H11.9882C11.9954 4.63322 12.0028 4.63322 12.0101 4.63333H12.6667C13.0533 4.63333 13.3667 4.94673 13.3667 5.33333C13.3667 5.71993 13.0533 6.03333 12.6667 6.03333H12.6093L11.5531 13.618C11.4841 14.1065 11.2397 14.5533 10.8656 14.875C10.4925 15.1959 10.0157 15.3706 9.52363 15.3667H6.50303C6.011 15.3706 5.53419 15.1959 5.16106 14.875C4.78708 14.5534 4.54277 14.1068 4.47362 13.6185C4.4736 13.6183 4.47365 13.6186 4.47362 13.6185L3.39268 6.03333H3.33333C2.94673 6.03333 2.63333 5.71993 2.63333 5.33333C2.63333 4.94673 2.94673 4.63333 3.33333 4.63333H3.98973C3.99718 4.63321 4.00461 4.63321 4.01202 4.63333H7.40701L7.97619 1.21825ZM7.98849 6.03333H4.80683L5.24175 9.08527C5.59924 9.00552 5.96527 8.96499 6.33333 8.96499C6.99848 8.96499 7.65699 9.09735 8.27048 9.35437C8.71265 9.53961 9.18726 9.63501 9.66666 9.63501C10.0228 9.63501 10.3764 9.58235 10.7159 9.47931L11.1958 6.03333H8.01318C8.00498 6.03348 7.99675 6.03348 7.98849 6.03333ZM10.5092 10.9637C10.2315 11.011 9.9497 11.035 9.66666 11.035C9.00151 11.035 8.34301 10.9026 7.72952 10.6456C7.28735 10.4604 6.81274 10.365 6.33333 10.365C6.03138 10.365 5.73134 10.4028 5.4401 10.4771L5.85966 13.4212C5.88117 13.5734 5.95739 13.7134 6.07392 13.8136C6.19044 13.9138 6.33943 13.9682 6.49311 13.9667L6.5 13.9666L9.53355 13.9667C9.68723 13.9682 9.83622 13.9138 9.95274 13.8136C10.0691 13.7135 10.1452 13.5746 10.1668 13.4227C10.1668 13.4229 10.1668 13.4225 10.1668 13.4227L10.5092 10.9637Z", fill: "currentColor", }), }), - uc = (e) => - kt("svg", { + rc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.50501 1.50501C1.77838 1.23165 2.2216 1.23165 2.49496 1.50501L4.25739 3.26744C5.2859 2.45297 6.58615 1.96665 7.99999 1.96665C9.41382 1.96665 10.7141 2.45297 11.7426 3.26744L13.505 1.50501C13.7784 1.23165 14.2216 1.23165 14.495 1.50501C14.7683 1.77838 14.7683 2.2216 14.495 2.49496L12.7325 4.25739C13.547 5.2859 14.0333 6.58615 14.0333 7.99999C14.0333 9.41382 13.547 10.7141 12.7325 11.7426L14.495 13.505C14.7683 13.7784 14.7683 14.2216 14.495 14.495C14.2216 14.7683 13.7784 14.7683 13.505 14.495L11.7426 12.7325C10.7141 13.547 9.41382 14.0333 7.99999 14.0333C6.58615 14.0333 5.2859 13.547 4.25739 12.7325L2.49496 14.495C2.2216 14.7683 1.77838 14.7683 1.50501 14.495C1.23165 14.2216 1.23165 13.7784 1.50501 13.505L3.26744 11.7426C2.45297 10.7141 1.96665 9.41382 1.96665 7.99999C1.96665 6.58615 2.45297 5.2859 3.26744 4.25739L1.50501 2.49496C1.23165 2.2216 1.23165 1.77838 1.50501 1.50501ZM7.99999 3.36665C5.44107 3.36665 3.36665 5.44107 3.36665 7.99999C3.36665 10.5589 5.44107 12.6333 7.99999 12.6333C10.5589 12.6333 12.6333 10.5589 12.6333 7.99999C12.6333 5.44107 10.5589 3.36665 7.99999 3.36665Z", fill: "currentColor", }), }), - pc = (e) => - kt("svg", { + oc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69999 5.07188V12.6617C2.70377 12.6767 2.73141 12.7546 2.89557 12.8867C3.10539 13.0555 3.45932 13.2437 3.97871 13.4168C5.01286 13.7615 6.45991 13.9667 7.99999 13.9667C9.54006 13.9667 10.9871 13.7615 12.0213 13.4168C12.5407 13.2437 12.8946 13.0555 13.1044 12.8867C13.2686 12.7546 13.2962 12.6767 13.3 12.6617V5.07188C13.0434 5.19956 12.7616 5.31242 12.464 5.41162C11.2894 5.80317 9.71114 6.03333 7.99999 6.03333C6.28883 6.03333 4.71062 5.80317 3.53599 5.41162C3.23838 5.31242 2.95659 5.19956 2.69999 5.07188ZM14.7 3.33333V12.6667C14.7 13.2311 14.3632 13.6707 13.9821 13.9774C13.5946 14.2893 13.0698 14.543 12.464 14.745C11.2477 15.1504 9.64251 15.3667 7.99999 15.3667C6.35746 15.3667 4.75227 15.1504 3.53599 14.745C2.93016 14.543 2.40541 14.2893 2.01785 13.9774C1.63676 13.6707 1.29999 13.2311 1.29999 12.6667V3.33333C1.29999 2.75078 1.65482 2.3072 2.03822 2.00505C2.42951 1.69668 2.95233 1.44959 3.53599 1.25504C4.71062 0.863495 6.28883 0.633331 7.99999 0.633331C9.71114 0.633331 11.2894 0.863495 12.464 1.25504C13.0476 1.44959 13.5705 1.69668 13.9618 2.00505C14.3452 2.3072 14.7 2.75078 14.7 3.33333ZM13.2989 3.33333C13.2923 3.31165 13.2581 3.23298 13.0952 3.10463C12.8793 2.93445 12.5234 2.75057 12.0213 2.5832C11.0243 2.25088 9.60254 2.03333 7.99999 2.03333C6.39743 2.03333 4.97565 2.25088 3.97871 2.5832C3.47658 2.75057 3.12072 2.93445 2.90478 3.10463C2.74192 3.23298 2.70764 3.31165 2.70104 3.33333C2.70764 3.35501 2.74192 3.43369 2.90478 3.56203C3.12072 3.73222 3.47658 3.91609 3.97871 4.08347C4.97565 4.41578 6.39743 4.63333 7.99999 4.63333C9.60254 4.63333 11.0243 4.41578 12.0213 4.08347C12.5234 3.91609 12.8793 3.73222 13.0952 3.56203C13.2581 3.43369 13.2923 3.35501 13.2989 3.33333Z", fill: "currentColor", }), }), - mc = (e) => - kt("svg", { + ic = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69999 5.07188V7.33028C2.70286 7.34397 2.7279 7.42494 2.90348 7.56407C3.11756 7.73371 3.47108 7.91724 3.97165 8.08435C4.96556 8.41617 6.38706 8.63333 7.99999 8.63333C9.61292 8.63333 11.0344 8.41617 12.0283 8.08435C12.5289 7.91724 12.8824 7.73371 13.0965 7.56407C13.2721 7.42494 13.2971 7.34397 13.3 7.33028V5.07188C13.0434 5.19956 12.7616 5.31242 12.464 5.41162C11.2894 5.80317 9.71114 6.03333 7.99999 6.03333C6.28883 6.03333 4.71062 5.80317 3.53599 5.41162C3.23838 5.31242 2.95659 5.19956 2.69999 5.07188ZM14.7 3.33333V7.33333C14.7 7.91406 14.3491 8.35776 13.966 8.66134C13.5759 8.97045 13.0544 9.21775 12.4717 9.41231C11.4599 9.75007 10.1462 9.96725 8.69999 10.0205V11.4237C9.25986 11.629 9.70433 12.0735 9.90962 12.6333H14C14.3866 12.6333 14.7 12.9467 14.7 13.3333C14.7 13.7199 14.3866 14.0333 14 14.0333H9.90962C9.62431 14.8114 8.87699 15.3667 7.99999 15.3667C7.12299 15.3667 6.37567 14.8114 6.09036 14.0333H1.99999C1.61339 14.0333 1.29999 13.7199 1.29999 13.3333C1.29999 12.9467 1.61339 12.6333 1.99999 12.6333H6.09036C6.29564 12.0735 6.74012 11.629 7.29999 11.4237V10.0205C5.85373 9.96725 4.54005 9.75007 3.52832 9.41231C2.94556 9.21775 2.42408 8.97045 2.03399 8.66134C1.65089 8.35776 1.29999 7.91406 1.29999 7.33333V3.33333C1.29999 2.75078 1.65482 2.3072 2.03822 2.00505C2.42951 1.69668 2.95233 1.44959 3.53599 1.25504C4.71062 0.863495 6.28883 0.633331 7.99999 0.633331C9.71114 0.633331 11.2894 0.863495 12.464 1.25504C13.0476 1.44959 13.5705 1.69668 13.9618 2.00505C14.3452 2.3072 14.7 2.75078 14.7 3.33333ZM13.2989 3.33333C13.2923 3.31165 13.2581 3.23298 13.0952 3.10463C12.8793 2.93445 12.5234 2.75057 12.0213 2.5832C11.0243 2.25088 9.60254 2.03333 7.99999 2.03333C6.39743 2.03333 4.97565 2.25088 3.97871 2.5832C3.47658 2.75057 3.12072 2.93445 2.90478 3.10463C2.74192 3.23298 2.70764 3.31165 2.70104 3.33333C2.70764 3.35501 2.74192 3.43369 2.90478 3.56203C3.12072 3.73222 3.47658 3.91609 3.97871 4.08347C4.97565 4.41578 6.39743 4.63333 7.99999 4.63333C9.60254 4.63333 11.0243 4.41578 12.0213 4.08347C12.5234 3.91609 12.8793 3.73222 13.0952 3.56203C13.2581 3.43369 13.2923 3.35501 13.2989 3.33333ZM13.3003 7.32819C13.3003 7.3282 13.3003 7.32869 13.3001 7.32967L13.3003 7.32819ZM2.69966 7.32819C2.69969 7.32819 2.69978 7.32866 2.69986 7.32961L2.69966 7.32819ZM7.99999 12.7C7.65021 12.7 7.36665 12.9836 7.36665 13.3333C7.36665 13.6831 7.65021 13.9667 7.99999 13.9667C8.34977 13.9667 8.63332 13.6831 8.63332 13.3333C8.63332 12.9836 8.34977 12.7 7.99999 12.7Z", fill: "currentColor", }), }), - hc = (e) => - kt("svg", { + lc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69999 5.07188V7.99838C2.70269 8.00849 2.71484 8.03992 2.76123 8.09432C2.83819 8.18459 2.98412 8.30567 3.23126 8.43863C3.72677 8.70522 4.4866 8.94379 5.44754 9.10271C5.82896 9.16579 6.08702 9.52613 6.02394 9.90754C5.96086 10.289 5.60053 10.547 5.21911 10.4839C4.24225 10.3224 3.36772 10.0727 2.69999 9.73988V12.6635C2.70339 12.6765 2.72153 12.7233 2.80229 12.8042C2.92265 12.9248 3.13886 13.0739 3.48199 13.2266C4.16687 13.5315 5.17936 13.7726 6.38135 13.89C6.76612 13.9275 7.04758 14.2699 7.01001 14.6547C6.97244 15.0395 6.63007 15.3209 6.2453 15.2833C4.95719 15.1576 3.78307 14.8931 2.91266 14.5056C2.47814 14.3122 2.09547 14.0778 1.81147 13.7933C1.52539 13.5067 1.29977 13.1258 1.29999 12.6667M2.69932 12.6598C2.6994 12.6598 2.69965 12.6609 2.69982 12.6629C2.69932 12.6609 2.69924 12.6598 2.69932 12.6598ZM1.29999 8.00466C1.29999 8.00286 1.29999 8.00105 1.29999 7.99924V3.33333C1.29999 2.75078 1.65482 2.3072 2.03822 2.00505C2.42951 1.69668 2.95233 1.44959 3.53599 1.25504C4.71062 0.863495 6.28884 0.633331 7.99999 0.633331C9.71114 0.633331 11.2894 0.863495 12.464 1.25504C13.0476 1.44959 13.5705 1.69668 13.9618 2.00505C14.3452 2.3072 14.7 2.75078 14.7 3.33333V6.2C14.7 6.5866 14.3866 6.9 14 6.9C13.6134 6.9 13.3 6.5866 13.3 6.2V5.07188C13.0434 5.19956 12.7616 5.31242 12.464 5.41162C11.2894 5.80317 9.71114 6.03333 7.99999 6.03333C6.28884 6.03333 4.71062 5.80317 3.53599 5.41162C3.23838 5.31242 2.95659 5.19956 2.69999 5.07188M13.2989 3.33333C13.2923 3.35501 13.2581 3.43369 13.0952 3.56203C12.8793 3.73222 12.5234 3.91609 12.0213 4.08347C11.0243 4.41578 9.60254 4.63333 7.99999 4.63333C6.39744 4.63333 4.97565 4.41578 3.97871 4.08347C3.47658 3.91609 3.12073 3.73222 2.90478 3.56203C2.74192 3.43369 2.70764 3.35501 2.70105 3.33333C2.70764 3.31165 2.74192 3.23298 2.90478 3.10463C3.12073 2.93445 3.47658 2.75057 3.97871 2.5832C4.97565 2.25088 6.39744 2.03333 7.99999 2.03333C9.60254 2.03333 11.0243 2.25088 12.0213 2.5832C12.5234 2.75057 12.8793 2.93445 13.0952 3.10463C13.2581 3.23298 13.2923 3.31165 13.2989 3.33333ZM1.29999 8.00466V12.6664V8.00466ZM7.99999 7.3C8.38659 7.3 8.69999 7.6134 8.69999 8V8.97671L8.89835 8.77836C9.6048 8.0719 10.5876 7.63333 11.6667 7.63333C12.648 7.63333 13.5891 8.02315 14.283 8.71704C14.9768 9.41092 15.3667 10.352 15.3667 11.3333C15.3667 12.1799 15.1003 13.0049 14.6053 13.6917C14.1104 14.3784 13.4119 14.892 12.6088 15.1597C11.8057 15.4274 10.9387 15.4356 10.1307 15.1832C9.32269 14.9308 8.61457 14.4306 8.10666 13.7533C7.8747 13.4441 7.93738 13.0053 8.24666 12.7733C8.55594 12.5414 8.9947 12.6041 9.22666 12.9133C9.55827 13.3555 10.0206 13.6821 10.5481 13.8469C11.0757 14.0117 11.6417 14.0063 12.1661 13.8315C12.6904 13.6568 13.1464 13.3214 13.4696 12.8731C13.7928 12.4247 13.9667 11.886 13.9667 11.3333C13.9667 10.7233 13.7243 10.1383 13.293 9.70699C12.8617 9.27565 12.2767 9.03333 11.6667 9.03333C10.9723 9.03333 10.3418 9.31476 9.8883 9.7683L9.68994 9.96666H10.6667C11.0533 9.96666 11.3667 10.2801 11.3667 10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667H7.99999C7.61339 11.3667 7.29999 11.0533 7.29999 10.6667V8C7.29999 7.6134 7.61339 7.3 7.99999 7.3Z", fill: "currentColor", }), }), - fc = (e) => - kt("svg", { + ac = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69999 5.07188V7.99501C2.70377 8.01002 2.73141 8.08791 2.89557 8.22002C3.10539 8.38887 3.45932 8.577 3.97871 8.75013C5.01286 9.09485 6.45991 9.3 7.99999 9.3C9.54006 9.3 10.9871 9.09485 12.0213 8.75013C12.5407 8.577 12.8946 8.38887 13.1044 8.22002C13.2686 8.08792 13.2962 8.01003 13.3 7.99501V5.07188C13.0434 5.19956 12.7616 5.31242 12.464 5.41162C11.2894 5.80317 9.71114 6.03333 7.99999 6.03333C6.28883 6.03333 4.71062 5.80317 3.53599 5.41162C3.23838 5.31242 2.95659 5.19956 2.69999 5.07188ZM14.7 3.33333V12.6667C14.7 13.2311 14.3632 13.6707 13.9821 13.9774C13.5946 14.2893 13.0698 14.543 12.464 14.745C11.2477 15.1504 9.64251 15.3667 7.99999 15.3667C6.35746 15.3667 4.75227 15.1504 3.53599 14.745C2.93016 14.543 2.40541 14.2893 2.01785 13.9774C1.63676 13.6707 1.29999 13.2311 1.29999 12.6667V3.33333C1.29999 2.75078 1.65482 2.3072 2.03822 2.00505C2.42951 1.69668 2.95233 1.44959 3.53599 1.25504C4.71062 0.863495 6.28883 0.633331 7.99999 0.633331C9.71114 0.633331 11.2894 0.863495 12.464 1.25504C13.0476 1.44959 13.5705 1.69668 13.9618 2.00505C14.3452 2.3072 14.7 2.75078 14.7 3.33333ZM2.69999 9.73818V12.6617C2.70377 12.6767 2.73141 12.7546 2.89557 12.8867C3.10539 13.0555 3.45932 13.2437 3.97871 13.4168C5.01286 13.7615 6.45991 13.9667 7.99999 13.9667C9.54006 13.9667 10.9871 13.7615 12.0213 13.4168C12.5407 13.2437 12.8946 13.0555 13.1044 12.8867C13.2686 12.7546 13.2962 12.6767 13.3 12.6617V9.73818C13.0459 9.86485 12.765 9.97797 12.464 10.0783C11.2477 10.4837 9.64251 10.7 7.99999 10.7C6.35746 10.7 4.75227 10.4837 3.53599 10.0783C3.23502 9.97797 2.95406 9.86485 2.69999 9.73818ZM13.2989 3.33333C13.2923 3.31165 13.2581 3.23298 13.0952 3.10463C12.8793 2.93445 12.5234 2.75057 12.0213 2.5832C11.0243 2.25088 9.60254 2.03333 7.99999 2.03333C6.39743 2.03333 4.97565 2.25088 3.97871 2.5832C3.47658 2.75057 3.12072 2.93445 2.90478 3.10463C2.74192 3.23298 2.70764 3.31165 2.70104 3.33333C2.70764 3.35501 2.74192 3.43369 2.90478 3.56203C3.12072 3.73222 3.47658 3.91609 3.97871 4.08347C4.97565 4.41578 6.39743 4.63333 7.99999 4.63333C9.60254 4.63333 11.0243 4.41578 12.0213 4.08347C12.5234 3.91609 12.8793 3.73222 13.0952 3.56203C13.2581 3.43369 13.2923 3.35501 13.2989 3.33333Z", fill: "currentColor", }), }), - gc = (e) => - kt("svg", { + Cc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69998 5.07188V7.99483C2.70186 8.00183 2.70905 8.02114 2.73275 8.05431C2.77653 8.11561 2.86512 8.20628 3.02736 8.31369C3.35548 8.53092 3.88034 8.74815 4.59021 8.92393C5.29194 9.0977 6.11895 9.21733 7.00495 9.2691C7.89002 9.32081 8.79903 9.30274 9.65688 9.21682C10.0416 9.17829 10.3846 9.45889 10.4232 9.84356C10.4617 10.2282 10.1811 10.5713 9.79641 10.6098C8.86325 10.7033 7.88025 10.7226 6.92329 10.6667C5.96724 10.6109 5.05317 10.4809 4.2537 10.2829C3.67247 10.139 3.14325 9.95707 2.69998 9.73609V12.6714C2.70198 12.6788 2.70944 12.6984 2.73363 12.732C2.77955 12.7959 2.87299 12.8902 3.04442 13.0013C3.39074 13.2259 3.94401 13.448 4.68761 13.624C5.42282 13.798 6.2856 13.9132 7.20247 13.9559C8.11855 13.9986 9.05084 13.967 9.91805 13.8648C10.302 13.8196 10.6499 14.0941 10.6952 14.4781C10.7404 14.862 10.4658 15.2099 10.0819 15.2552C9.13545 15.3667 8.12648 15.4004 7.13736 15.3544C6.14904 15.3084 5.19853 15.1836 4.36519 14.9863C3.54024 14.7911 2.8157 14.5217 2.28264 14.1759C1.77438 13.8463 1.29432 13.3449 1.29998 12.6633V8.00034C1.29998 8.00008 1.29998 8.00061 1.29998 8.00034L1.29998 3.33333C1.29998 2.75078 1.65481 2.3072 2.0382 2.00505C2.42949 1.69668 2.95232 1.44959 3.53598 1.25504C4.71061 0.863495 6.28882 0.633331 7.99998 0.633331C9.71113 0.633331 11.2893 0.863495 12.464 1.25504C13.0476 1.44959 13.5705 1.69668 13.9617 2.00505C14.3451 2.3072 14.7 2.75078 14.7 3.33333V5.33333C14.7 5.71993 14.3866 6.03333 14 6.03333C13.6134 6.03333 13.3 5.71993 13.3 5.33333V5.07188C13.0434 5.19956 12.7616 5.31242 12.464 5.41162C11.2893 5.80317 9.71113 6.03333 7.99998 6.03333C6.28882 6.03333 4.71061 5.80317 3.53598 5.41162C3.23837 5.31242 2.95658 5.19956 2.69998 5.07188ZM13.2989 3.33333C13.2923 3.35501 13.258 3.43369 13.0952 3.56203C12.8792 3.73222 12.5234 3.91609 12.0213 4.08347C11.0243 4.41578 9.60253 4.63333 7.99998 4.63333C6.39742 4.63333 4.97564 4.41578 3.97869 4.08347C3.47657 3.91609 3.12071 3.73222 2.90477 3.56203C2.74191 3.43369 2.70763 3.35501 2.70103 3.33333C2.70763 3.31165 2.74191 3.23298 2.90477 3.10463C3.12071 2.93445 3.47657 2.75057 3.97869 2.5832C4.97564 2.25088 6.39742 2.03333 7.99998 2.03333C9.60253 2.03333 11.0243 2.25088 12.0213 2.5832C12.5234 2.75057 12.8792 2.93445 13.0952 3.10463C13.258 3.23297 13.2923 3.31165 13.2989 3.33333ZM2.69935 12.6681C2.69943 12.6681 2.69983 12.6697 2.69998 12.6714L2.69935 12.6681ZM14.3601 7.39975C14.6916 7.59866 14.7991 8.02864 14.6002 8.36014L13.2363 10.6333H14.6666C14.9188 10.6333 15.1515 10.769 15.2758 10.9884C15.4 11.2079 15.3966 11.4772 15.2669 11.6935L13.2669 15.0268C13.068 15.3583 12.638 15.4658 12.3065 15.2669C11.975 15.068 11.8675 14.638 12.0664 14.3065L13.4303 12.0333H12C11.7478 12.0333 11.5151 11.8977 11.3908 11.6782C11.2666 11.4588 11.27 11.1894 11.3997 10.9732L13.3997 7.63985C13.5986 7.30834 14.0286 7.20085 14.3601 7.39975Z", fill: "currentColor", }), }), - vc = (e) => - kt("svg", { + sc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.85091 0.633336C1.85623 0.633338 1.86148 0.63334 1.86664 0.63334H3.46664C3.4718 0.63334 3.47705 0.633338 3.48238 0.633336C3.56144 0.633303 3.6576 0.633263 3.74258 0.640206C3.84145 0.648285 3.98499 0.669141 4.13577 0.745967C4.3302 0.845036 4.48828 1.00312 4.58735 1.19755C4.66418 1.34833 4.68503 1.49187 4.69311 1.59074C4.70005 1.67572 4.70001 1.77188 4.69998 1.85094C4.69998 1.85627 4.69998 1.86151 4.69998 1.86667V3.46667C4.69998 3.47183 4.69998 3.47708 4.69998 3.48241C4.70001 3.56147 4.70005 3.65763 4.69311 3.74261C4.68503 3.84148 4.66418 3.98502 4.58735 4.1358C4.48828 4.33023 4.3302 4.48831 4.13577 4.58738C3.98499 4.66421 3.84145 4.68506 3.74258 4.69314C3.6576 4.70008 3.56144 4.70004 3.48238 4.70001C3.47705 4.70001 3.4718 4.70001 3.46664 4.70001H1.86664C1.86148 4.70001 1.85624 4.70001 1.85091 4.70001C1.77185 4.70004 1.67569 4.70008 1.59071 4.69314C1.49184 4.68506 1.3483 4.66421 1.19752 4.58738C1.00309 4.48831 0.845005 4.33023 0.745936 4.1358C0.66911 3.98502 0.648254 3.84148 0.640176 3.74261C0.633233 3.65763 0.633273 3.56147 0.633305 3.48241C0.633308 3.47708 0.63331 3.47183 0.63331 3.46667V1.86667C0.63331 1.86151 0.633308 1.85626 0.633305 1.85094C0.633273 1.77188 0.633233 1.67572 0.640176 1.59074C0.648254 1.49187 0.66911 1.34833 0.745936 1.19755C0.845005 1.00312 1.00309 0.845036 1.19752 0.745967C1.3483 0.669141 1.49184 0.648285 1.59071 0.640206C1.67569 0.633263 1.77185 0.633303 1.85091 0.633336ZM2.03331 2.03334V3.30001H3.29998V2.03334H2.03331ZM7.18424 3.3C7.18957 3.3 7.19482 3.30001 7.19998 3.30001H8.79998C8.80514 3.30001 8.81038 3.3 8.81571 3.3C8.89477 3.29997 8.99093 3.29993 9.07591 3.30687C9.17478 3.31495 9.31832 3.33581 9.4691 3.41263C9.66353 3.5117 9.82161 3.66978 9.92068 3.86422C9.99751 4.015 10.0184 4.15853 10.0264 4.25741C10.0334 4.34238 10.0333 4.43854 10.0333 4.5176C10.0333 4.52293 10.0333 4.52818 10.0333 4.53334V6.13334C10.0333 6.1385 10.0333 6.14375 10.0333 6.14908C10.0333 6.22814 10.0334 6.3243 10.0264 6.40928C10.0184 6.50815 9.99751 6.65168 9.92068 6.80246C9.82161 6.9969 9.66353 7.15498 9.4691 7.25405C9.31832 7.33087 9.17478 7.35173 9.07591 7.35981C8.99094 7.36675 8.89478 7.36671 8.81571 7.36668C8.81039 7.36668 8.80514 7.36667 8.79998 7.36667H7.19998C7.19481 7.36667 7.18956 7.36668 7.18424 7.36668C7.10518 7.36671 7.00902 7.36675 6.92404 7.35981C6.82517 7.35173 6.68163 7.33087 6.53085 7.25405C6.33642 7.15498 6.17834 6.9969 6.07927 6.80246C6.00244 6.65168 5.98159 6.50815 5.97351 6.40928C5.96657 6.3243 5.96661 6.22814 5.96664 6.14908C5.96664 6.14375 5.96664 6.1385 5.96664 6.13334V4.53334C5.96664 4.52818 5.96664 4.52293 5.96664 4.5176C5.96661 4.43854 5.96657 4.34238 5.97351 4.25741C5.98159 4.15853 6.00244 4.015 6.07927 3.86422C6.17834 3.66978 6.33642 3.5117 6.53085 3.41263C6.68163 3.33581 6.82517 3.31495 6.92404 3.30687C7.00902 3.29993 7.10518 3.29997 7.18424 3.3ZM7.36664 4.70001V5.96667H8.63331V4.70001H7.36664ZM12.5176 5.96667C12.5229 5.96667 12.5281 5.96667 12.5333 5.96667L14.1333 5.96667C14.1385 5.96667 14.1437 5.96667 14.149 5.96667C14.2281 5.96664 14.3243 5.9666 14.4092 5.97354C14.5081 5.98162 14.6517 6.00248 14.8024 6.0793C14.9969 6.17837 15.1549 6.33645 15.254 6.53088C15.3308 6.68166 15.3517 6.8252 15.3598 6.92407C15.3667 7.00905 15.3667 7.10521 15.3666 7.18427V14.1491C15.3667 14.2281 15.3667 14.3243 15.3598 14.4093C15.3517 14.5081 15.3308 14.6517 15.254 14.8025C15.1549 14.9969 14.9969 15.155 14.8024 15.254C14.6517 15.3309 14.5081 15.3517 14.4092 15.3598C14.3243 15.3668 14.2281 15.3667 14.149 15.3667L7.18424 15.3667C7.10518 15.3667 7.00902 15.3667 6.92404 15.3598C6.82517 15.3517 6.68163 15.3309 6.53085 15.254C6.33642 15.155 6.17834 14.9969 6.07927 14.8025C6.00244 14.6517 5.98159 14.5081 5.97351 14.4093C5.96657 14.3243 5.96661 14.2281 5.96664 14.1491C5.96664 14.1438 5.96664 14.1385 5.96664 14.1333V12.5333C5.96664 12.5282 5.96664 12.5229 5.96664 12.5176C5.96661 12.4385 5.96657 12.3424 5.97351 12.2574C5.98159 12.1585 6.00244 12.015 6.07927 11.8642C6.17834 11.6698 6.33642 11.5117 6.53085 11.4126C6.68163 11.3358 6.82517 11.315 6.92404 11.3069C7.00902 11.2999 7.10518 11.3 7.18424 11.3C7.18957 11.3 7.19481 11.3 7.19998 11.3H8.63331V9.86667C8.63331 9.86151 8.63331 9.85626 8.6333 9.85094C8.63327 9.77188 8.63323 9.67571 8.64018 9.59074C8.64825 9.49187 8.66911 9.34833 8.74594 9.19755C8.84501 9.00312 9.00309 8.84504 9.19752 8.74597C9.3483 8.66914 9.49184 8.64828 9.59071 8.64021C9.67568 8.63326 9.77184 8.6333 9.85091 8.63334C9.85623 8.63334 9.86148 8.63334 9.86664 8.63334H11.3V7.20001C11.3 7.19485 11.3 7.1896 11.3 7.18427C11.2999 7.10521 11.2999 7.00905 11.3068 6.92407C11.3149 6.8252 11.3358 6.68166 11.4126 6.53088C11.5117 6.33645 11.6698 6.17837 11.8642 6.0793C12.015 6.00247 12.1585 5.98162 12.2574 5.97354C12.3424 5.9666 12.4385 5.96664 12.5176 5.96667ZM12.7 7.36667L12.7 8.81574C12.7 8.8948 12.7001 8.99097 12.6931 9.07594C12.685 9.17481 12.6642 9.31835 12.5873 9.46913C12.4883 9.66356 12.3302 9.82164 12.1358 9.92071C11.985 9.99754 11.8415 10.0184 11.7426 10.0265C11.6576 10.0334 11.5614 10.0334 11.4824 10.0333C11.4771 10.0333 11.4718 10.0333 11.4666 10.0333H10.0333V11.4667C10.0333 11.4718 10.0333 11.4771 10.0333 11.4824C10.0333 11.5615 10.0334 11.6576 10.0264 11.7426C10.0184 11.8415 9.99751 11.985 9.92068 12.1358C9.82161 12.3302 9.66353 12.4883 9.4691 12.5874C9.31832 12.6642 9.17478 12.6851 9.07591 12.6931C8.99094 12.7001 8.89477 12.7 8.81571 12.7L7.36664 12.7V13.9667L13.9666 13.9667V7.36667L12.7 7.36667ZM2.51757 7.3C2.5229 7.3 2.52815 7.30001 2.53331 7.30001H4.13331C4.13847 7.30001 4.14372 7.3 4.14905 7.3C4.22811 7.29997 4.32427 7.29993 4.40924 7.30687C4.50812 7.31495 4.65165 7.33581 4.80243 7.41263C4.99687 7.5117 5.15495 7.66978 5.25402 7.86422C5.33084 8.015 5.3517 8.15853 5.35978 8.2574C5.36672 8.34238 5.36668 8.43855 5.36665 8.51761C5.36665 8.52294 5.36664 8.52818 5.36664 8.53334V10.1333C5.36664 10.1385 5.36665 10.1437 5.36665 10.1491C5.36668 10.2281 5.36672 10.3243 5.35978 10.4093C5.3517 10.5081 5.33084 10.6517 5.25402 10.8025C5.15495 10.9969 4.99687 11.155 4.80243 11.254C4.65165 11.3309 4.50812 11.3517 4.40924 11.3598C4.32427 11.3668 4.22811 11.3667 4.14905 11.3667C4.14372 11.3667 4.13847 11.3667 4.13331 11.3667H2.53331C2.52815 11.3667 2.5229 11.3667 2.51757 11.3667C2.43851 11.3667 2.34235 11.3668 2.25737 11.3598C2.1585 11.3517 2.01497 11.3309 1.86419 11.254C1.66975 11.155 1.51167 10.9969 1.4126 10.8025C1.33578 10.6517 1.31492 10.5081 1.30684 10.4093C1.2999 10.3243 1.29994 10.2281 1.29997 10.1491C1.29997 10.1437 1.29998 10.1385 1.29998 10.1333V8.53334C1.29998 8.52818 1.29997 8.52293 1.29997 8.51761C1.29994 8.43854 1.2999 8.34238 1.30684 8.2574C1.31492 8.15853 1.33578 8.015 1.4126 7.86422C1.51167 7.66978 1.66975 7.5117 1.86419 7.41263C2.01497 7.33581 2.1585 7.31495 2.25737 7.30687C2.34235 7.29993 2.43851 7.29997 2.51757 7.3ZM2.69998 8.70001V9.96667H3.96664V8.70001H2.69998Z", fill: "currentColor", }), }), - wc = (e) => - kt("svg", { + cc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.50505 2.83836C5.63633 2.70708 5.81438 2.63333 6.00003 2.63333H13.3334C13.8726 2.63333 14.3898 2.84756 14.7711 3.22888C15.1525 3.6102 15.3667 4.12739 15.3667 4.66666V11.3333C15.3667 11.8726 15.1525 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3667 13.3334 13.3667H6.00003C5.81438 13.3667 5.63633 13.2929 5.50505 13.1616L0.838387 8.49497C0.56502 8.22161 0.56502 7.77839 0.838387 7.50502L5.50505 2.83836ZM6.28998 4.03333L2.32331 8L6.28998 11.9667H13.3334C13.5013 11.9667 13.6624 11.8999 13.7812 11.7812C13.9 11.6624 13.9667 11.5013 13.9667 11.3333V4.66666C13.9667 4.49869 13.9 4.3376 13.7812 4.21883C13.6624 4.10006 13.5013 4.03333 13.3334 4.03333H6.28998ZM7.50505 5.50502C7.77842 5.23166 8.22164 5.23166 8.495 5.50502L10 7.01005L11.5051 5.50502C11.7784 5.23166 12.2216 5.23166 12.495 5.50502C12.7684 5.77839 12.7684 6.22161 12.495 6.49497L10.99 8L12.495 9.50502C12.7684 9.77839 12.7684 10.2216 12.495 10.495C12.2216 10.7683 11.7784 10.7683 11.5051 10.495L10 8.98995L8.495 10.495C8.22164 10.7683 7.77842 10.7683 7.50505 10.495C7.23169 10.2216 7.23169 9.77839 7.50505 9.50502L9.01008 8L7.50505 6.49497C7.23169 6.22161 7.23169 5.77839 7.50505 5.50502Z", fill: "currentColor", }), }), - Lc = (e) => - kt("svg", { + dc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.38389 2.51948C7.37264 2.56671 7.36669 2.61599 7.36669 2.66666C7.36669 3.01645 7.65025 3.3 8.00003 3.3C8.34981 3.3 8.63336 3.01645 8.63336 2.66666C8.63336 2.61599 8.62741 2.56671 8.61617 2.51948C8.57355 2.45507 8.54148 2.38357 8.52193 2.30778C8.40772 2.142 8.21656 2.03333 8.00003 2.03333C7.78349 2.03333 7.59234 2.142 7.47812 2.30778C7.45858 2.38357 7.42651 2.45507 7.38389 2.51948ZM6.00395 3.05611C3.67923 3.85375 2.03336 6.06844 2.03336 8.66667C2.03336 8.83464 2.10009 8.99573 2.21886 9.1145C2.24644 9.14208 2.27631 9.16686 2.30802 9.18865C2.38346 9.20814 2.4548 9.24007 2.51916 9.28258C2.5671 9.29406 2.61659 9.3 2.6667 9.3C2.83467 9.3 2.99576 9.23327 3.11453 9.1145C3.2333 8.99573 3.30003 8.83464 3.30003 8.66667V8C3.30003 7.46072 3.51425 6.94354 3.89558 6.56221C4.2769 6.18089 4.79409 5.96666 5.33336 5.96666C5.87264 5.96666 6.38982 6.18089 6.77114 6.56221C7.15247 6.94354 7.36669 7.46072 7.36669 8V10.6667C7.36669 10.8346 7.43342 10.9957 7.55219 11.1145C7.67097 11.2333 7.83206 11.3 8.00003 11.3C8.168 11.3 8.32909 11.2333 8.44786 11.1145C8.56664 10.9957 8.63336 10.8346 8.63336 10.6667V8C8.63336 7.46072 8.84759 6.94354 9.22891 6.56221C9.61024 6.18089 10.1274 5.96666 10.6667 5.96666C11.206 5.96666 11.7232 6.18089 12.1045 6.56221C12.4858 6.94354 12.7 7.46072 12.7 8V8.66667C12.7 8.83463 12.7668 8.99573 12.8855 9.1145C13.0043 9.23327 13.1654 9.3 13.3334 9.3C13.3835 9.3 13.433 9.29406 13.4809 9.28258C13.5453 9.24007 13.6166 9.20815 13.692 9.18865C13.7237 9.16686 13.7536 9.14209 13.7812 9.1145C13.9 8.99573 13.9667 8.83463 13.9667 8.66667C13.9667 6.06844 12.3208 3.85375 9.9961 3.05611C9.81442 3.99279 8.98981 4.7 8.00003 4.7C7.01024 4.7 6.18564 3.99279 6.00395 3.05611ZM9.67485 1.51333C12.9644 2.24444 15.3667 5.18535 15.3667 8.66667C15.3667 9.20594 15.1525 9.72312 14.7711 10.1044C14.678 10.1976 14.5767 10.2808 14.4689 10.3534C14.1017 11.7149 13.3132 12.9292 12.2119 13.8194C11.0196 14.7831 9.53302 15.3088 8.00003 15.3088C6.46704 15.3088 4.98041 14.7831 3.78819 13.8194C2.68686 12.9292 1.89831 11.7149 1.53114 10.3534C1.42339 10.2808 1.32209 10.1976 1.22891 10.1044C0.847587 9.72312 0.633362 9.20594 0.633362 8.66667C0.633362 5.18535 3.03564 2.24444 6.32521 1.51333C6.69198 0.981726 7.30532 0.633331 8.00003 0.633331C8.69474 0.633331 9.30807 0.981727 9.67485 1.51333ZM3.10937 10.6512C3.44644 11.4583 3.98019 12.1744 4.66828 12.7306C5.61137 13.4929 6.78736 13.9088 8.00003 13.9088C9.21269 13.9088 10.3887 13.4929 11.3318 12.7306C12.0199 12.1744 12.5536 11.4583 12.8907 10.6512C12.5167 10.5678 12.1708 10.3796 11.8956 10.1044C11.5143 9.72312 11.3 9.20594 11.3 8.66667V8C11.3 7.83203 11.2333 7.67094 11.1145 7.55216C10.9958 7.43339 10.8347 7.36666 10.6667 7.36666C10.4987 7.36666 10.3376 7.43339 10.2189 7.55216C10.1001 7.67094 10.0334 7.83203 10.0334 8V10.6667C10.0334 11.2059 9.81913 11.7231 9.43781 12.1044C9.05649 12.4858 8.5393 12.7 8.00003 12.7C7.46075 12.7 6.94357 12.4858 6.56224 12.1044C6.18092 11.7231 5.96669 11.2059 5.96669 10.6667V8C5.96669 7.83203 5.89997 7.67094 5.7812 7.55216C5.66242 7.43339 5.50133 7.36666 5.33336 7.36666C5.16539 7.36666 5.0043 7.43339 4.88553 7.55216C4.76675 7.67094 4.70003 7.83203 4.70003 8V8.66667C4.70003 9.20594 4.4858 9.72312 4.10448 10.1044C3.82928 10.3796 3.48332 10.5678 3.10937 10.6512Z", fill: "currentColor", }), }), - bc = (e) => - kt("svg", { + uc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.7752 2.87961C3.79222 2.90075 3.81027 2.92068 3.82924 2.93936C3.91527 3.0475 3.96667 3.18442 3.96667 3.33334C3.96667 3.48964 3.91006 3.63271 3.81621 3.74317C3.80327 3.75435 3.79065 3.76608 3.77836 3.77836C3.76608 3.79065 3.75435 3.80327 3.74317 3.81621C3.63271 3.91006 3.48964 3.96667 3.33334 3.96667C3.18442 3.96667 3.0475 3.91527 2.93936 3.82924C2.92068 3.81027 2.90075 3.79222 2.87961 3.7752C2.76847 3.66109 2.70001 3.50521 2.70001 3.33334C2.70001 2.98356 2.98356 2.70001 3.33334 2.70001C3.50521 2.70001 3.66109 2.76847 3.7752 2.87961ZM5.2647 2.69575C5.33087 2.89629 5.36667 3.11063 5.36667 3.33334C5.36667 3.63886 5.29929 3.92864 5.17858 4.18863L11.8114 10.8214C12.0714 10.7007 12.3612 10.6333 12.6667 10.6333C12.8894 10.6333 13.1037 10.6691 13.3043 10.7353C13.8324 9.71298 14.0558 8.55508 13.9399 7.40101C13.8024 6.03129 13.1956 4.75126 12.2222 3.77786C11.2488 2.80446 9.96872 2.19758 8.599 2.06009C7.44494 1.94425 6.28703 2.16764 5.2647 2.69575ZM14.4139 11.626C15.1618 10.3047 15.4854 8.78025 15.3329 7.26118C15.1632 5.57009 14.4139 3.9897 13.2121 2.78791C12.0103 1.58611 10.4299 0.836841 8.73883 0.667094C7.21976 0.514615 5.69531 0.838178 4.37405 1.58616C4.0696 1.40442 3.71366 1.30001 3.33334 1.30001C2.21036 1.30001 1.30001 2.21036 1.30001 3.33334C1.30001 3.71366 1.40442 4.0696 1.58616 4.37405C0.838178 5.69531 0.514615 7.21976 0.667094 8.73883C0.836841 10.4299 1.58611 12.0103 2.78791 13.2121C3.9897 14.4139 5.57009 15.1632 7.26118 15.3329C8.78025 15.4854 10.3047 15.1618 11.626 14.4139C11.9304 14.5956 12.2863 14.7 12.6667 14.7C13.7897 14.7 14.7 13.7897 14.7 12.6667C14.7 12.2863 14.5956 11.9304 14.4139 11.626ZM13.0607 12.1708C13.0793 12.1897 13.0993 12.2078 13.1204 12.2248C13.2315 12.3389 13.3 12.4948 13.3 12.6667C13.3 13.0165 13.0165 13.3 12.6667 13.3C12.4948 13.3 12.3389 13.2315 12.2248 13.1204C12.2078 13.0993 12.1897 13.0793 12.1708 13.0607C12.0847 12.9525 12.0333 12.8156 12.0333 12.6667C12.0333 12.5104 12.09 12.3673 12.1838 12.2568C12.1967 12.2457 12.2094 12.2339 12.2216 12.2216C12.2339 12.2094 12.2457 12.1967 12.2568 12.1838C12.3673 12.09 12.5104 12.0333 12.6667 12.0333C12.8156 12.0333 12.9525 12.0847 13.0607 12.1708ZM10.8214 11.8114L4.18863 5.17858C3.92864 5.29929 3.63886 5.36667 3.33334 5.36667C3.11063 5.36667 2.89629 5.33087 2.69575 5.2647C2.16764 6.28703 1.94425 7.44494 2.06009 8.599C2.19758 9.96872 2.80446 11.2488 3.77786 12.2222C4.75126 13.1956 6.03129 13.8024 7.40101 13.9399C8.55508 14.0558 9.71298 13.8324 10.7353 13.3043C10.6691 13.1037 10.6333 12.8894 10.6333 12.6667C10.6333 12.3612 10.7007 12.0714 10.8214 11.8114Z", fill: "currentColor", }), }), - Mc = (e) => - kt("svg", { + pc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.51509 1.1744C7.33519 0.3543 8.66484 0.354301 9.48494 1.1744L14.8256 6.51509C15.6457 7.33519 15.6457 8.66484 14.8256 9.48494L9.48494 14.8256C8.66484 15.6457 7.33519 15.6457 6.51509 14.8256L1.1744 9.48494C0.3543 8.66484 0.354302 7.33519 1.1744 6.51509L6.51509 1.1744ZM8.49499 2.16435C8.22162 1.89098 7.77841 1.89098 7.50504 2.16435L2.16435 7.50504C1.89098 7.77841 1.89098 8.22162 2.16435 8.49499L7.50504 13.8357C7.77841 14.109 8.22162 14.109 8.49499 13.8357L13.8357 8.49499C14.109 8.22162 14.109 7.77841 13.8357 7.50504L8.49499 2.16435Z", fill: "currentColor", }), }), - Hc = (e) => - kt("svg", { + mc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.48494 1.17437C8.66484 0.354271 7.33519 0.35427 6.51509 1.17437L1.1744 6.51506C0.354302 7.33516 0.3543 8.66481 1.1744 9.48491L6.51509 14.8256C7.33519 15.6457 8.66484 15.6457 9.48494 14.8256L14.8256 9.48491C15.6457 8.66481 15.6457 7.33516 14.8256 6.51506L9.48494 1.17437ZM7.50504 2.16432C7.77841 1.89095 8.22162 1.89095 8.49499 2.16432L13.8357 7.50501C14.109 7.77838 14.109 8.22159 13.8357 8.49496L8.49499 13.8356C8.22162 14.109 7.77841 14.109 7.50504 13.8356L2.16435 8.49496C1.89098 8.22159 1.89098 7.77838 2.16435 7.50501L7.50504 2.16432ZM6.13336 5.43331C5.74676 5.43331 5.43336 5.74671 5.43336 6.13331C5.43336 6.51991 5.74676 6.83331 6.13336 6.83331H6.14003C6.52663 6.83331 6.84003 6.51991 6.84003 6.13331C6.84003 5.74671 6.52663 5.43331 6.14003 5.43331H6.13336ZM10.1616 5.83835C10.435 6.11172 10.435 6.55493 10.1616 6.8283L6.82829 10.1616C6.55492 10.435 6.11171 10.435 5.83834 10.1616C5.56497 9.88827 5.56497 9.44505 5.83834 9.17168L9.17167 5.83835C9.44504 5.56498 9.88826 5.56498 10.1616 5.83835ZM9.79999 9.16665C9.41339 9.16665 9.09999 9.48005 9.09999 9.86665C9.09999 10.2533 9.41339 10.5667 9.79999 10.5667H9.80666C10.1933 10.5667 10.5067 10.2533 10.5067 9.86665C10.5067 9.48005 10.1933 9.16665 9.80666 9.16665H9.79999Z", fill: "currentColor", }), }), - Ec = (e) => - kt("svg", { + hc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM7.30005 7.99999C7.30005 7.61339 7.61345 7.29999 8.00005 7.29999H8.00672C8.39331 7.29999 8.70672 7.61339 8.70672 7.99999C8.70672 8.38659 8.39331 8.69999 8.00672 8.69999H8.00005C7.61345 8.69999 7.30005 8.38659 7.30005 7.99999Z", fill: "currentColor", }), }), - Rc = (e) => - kt("svg", { + fc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM9.30005 5.99999C9.30005 5.61339 9.61345 5.29999 10 5.29999H10.0067C10.3933 5.29999 10.7067 5.61339 10.7067 5.99999C10.7067 6.38659 10.3933 6.69999 10.0067 6.69999H10C9.61345 6.69999 9.30005 6.38659 9.30005 5.99999ZM5.30005 9.99999C5.30005 9.61339 5.61345 9.29999 6.00005 9.29999H6.00672C6.39331 9.29999 6.70672 9.61339 6.70672 9.99999C6.70672 10.3866 6.39331 10.7 6.00672 10.7H6.00005C5.61345 10.7 5.30005 10.3866 5.30005 9.99999Z", fill: "currentColor", }), }), - yc = (e) => - kt("svg", { + gc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM9.96672 5.33332C9.96672 4.94672 10.2801 4.63332 10.6667 4.63332H10.6734C11.06 4.63332 11.3734 4.94672 11.3734 5.33332C11.3734 5.71992 11.06 6.03332 10.6734 6.03332H10.6667C10.2801 6.03332 9.96672 5.71992 9.96672 5.33332ZM7.30005 7.99999C7.30005 7.61339 7.61345 7.29999 8.00005 7.29999H8.00672C8.39331 7.29999 8.70672 7.61339 8.70672 7.99999C8.70672 8.38659 8.39331 8.69999 8.00672 8.69999H8.00005C7.61345 8.69999 7.30005 8.38659 7.30005 7.99999ZM4.63338 10.6667C4.63338 10.2801 4.94678 9.96665 5.33338 9.96665H5.34005C5.72665 9.96665 6.04005 10.2801 6.04005 10.6667C6.04005 11.0533 5.72665 11.3667 5.34005 11.3667H5.33338C4.94678 11.3667 4.63338 11.0533 4.63338 10.6667Z", fill: "currentColor", }), }), - Vc = (e) => - kt("svg", { + vc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM4.63338 5.33332C4.63338 4.94672 4.94678 4.63332 5.33338 4.63332H5.34005C5.72665 4.63332 6.04005 4.94672 6.04005 5.33332C6.04005 5.71992 5.72665 6.03332 5.34005 6.03332H5.33338C4.94678 6.03332 4.63338 5.71992 4.63338 5.33332ZM9.96672 5.33332C9.96672 4.94672 10.2801 4.63332 10.6667 4.63332H10.6734C11.06 4.63332 11.3734 4.94672 11.3734 5.33332C11.3734 5.71992 11.06 6.03332 10.6734 6.03332H10.6667C10.2801 6.03332 9.96672 5.71992 9.96672 5.33332ZM4.63338 10.6667C4.63338 10.2801 4.94678 9.96665 5.33338 9.96665H5.34005C5.72665 9.96665 6.04005 10.2801 6.04005 10.6667C6.04005 11.0533 5.72665 11.3667 5.34005 11.3667H5.33338C4.94678 11.3667 4.63338 11.0533 4.63338 10.6667ZM9.96672 10.6667C9.96672 10.2801 10.2801 9.96665 10.6667 9.96665H10.6734C11.06 9.96665 11.3734 10.2801 11.3734 10.6667C11.3734 11.0533 11.06 11.3667 10.6734 11.3667H10.6667C10.2801 11.3667 9.96672 11.0533 9.96672 10.6667Z", fill: "currentColor", }), }), - Sc = (e) => - kt("svg", { + wc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM4.63338 5.33332C4.63338 4.94672 4.94678 4.63332 5.33338 4.63332H5.34005C5.72665 4.63332 6.04005 4.94672 6.04005 5.33332C6.04005 5.71992 5.72665 6.03332 5.34005 6.03332H5.33338C4.94678 6.03332 4.63338 5.71992 4.63338 5.33332ZM9.96672 5.33332C9.96672 4.94672 10.2801 4.63332 10.6667 4.63332H10.6734C11.06 4.63332 11.3734 4.94672 11.3734 5.33332C11.3734 5.71992 11.06 6.03332 10.6734 6.03332H10.6667C10.2801 6.03332 9.96672 5.71992 9.96672 5.33332ZM7.30005 7.99999C7.30005 7.61339 7.61345 7.29999 8.00005 7.29999H8.00672C8.39331 7.29999 8.70672 7.61339 8.70672 7.99999C8.70672 8.38659 8.39331 8.69999 8.00672 8.69999H8.00005C7.61345 8.69999 7.30005 8.38659 7.30005 7.99999ZM4.63338 10.6667C4.63338 10.2801 4.94678 9.96665 5.33338 9.96665H5.34005C5.72665 9.96665 6.04005 10.2801 6.04005 10.6667C6.04005 11.0533 5.72665 11.3667 5.34005 11.3667H5.33338C4.94678 11.3667 4.63338 11.0533 4.63338 10.6667ZM9.96672 10.6667C9.96672 10.2801 10.2801 9.96665 10.6667 9.96665H10.6734C11.06 9.96665 11.3734 10.2801 11.3734 10.6667C11.3734 11.0533 11.06 11.3667 10.6734 11.3667H10.6667C10.2801 11.3667 9.96672 11.0533 9.96672 10.6667Z", fill: "currentColor", }), }), - Tc = (e) => - kt("svg", { + Lc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM4.63338 5.33332C4.63338 4.94672 4.94678 4.63332 5.33338 4.63332H5.34005C5.72665 4.63332 6.04005 4.94672 6.04005 5.33332C6.04005 5.71992 5.72665 6.03332 5.34005 6.03332H5.33338C4.94678 6.03332 4.63338 5.71992 4.63338 5.33332ZM9.96672 5.33332C9.96672 4.94672 10.2801 4.63332 10.6667 4.63332H10.6734C11.06 4.63332 11.3734 4.94672 11.3734 5.33332C11.3734 5.71992 11.06 6.03332 10.6734 6.03332H10.6667C10.2801 6.03332 9.96672 5.71992 9.96672 5.33332ZM4.63338 7.99999C4.63338 7.61339 4.94678 7.29999 5.33338 7.29999H5.34005C5.72665 7.29999 6.04005 7.61339 6.04005 7.99999C6.04005 8.38659 5.72665 8.69999 5.34005 8.69999H5.33338C4.94678 8.69999 4.63338 8.38659 4.63338 7.99999ZM9.96672 7.99999C9.96672 7.61339 10.2801 7.29999 10.6667 7.29999H10.6734C11.06 7.29999 11.3734 7.61339 11.3734 7.99999C11.3734 8.38659 11.06 8.69999 10.6734 8.69999H10.6667C10.2801 8.69999 9.96672 8.38659 9.96672 7.99999ZM4.63338 10.6667C4.63338 10.2801 4.94678 9.96665 5.33338 9.96665H5.34005C5.72665 9.96665 6.04005 10.2801 6.04005 10.6667C6.04005 11.0533 5.72665 11.3667 5.34005 11.3667H5.33338C4.94678 11.3667 4.63338 11.0533 4.63338 10.6667ZM9.96672 10.6667C9.96672 10.2801 10.2801 9.96665 10.6667 9.96665H10.6734C11.06 9.96665 11.3734 10.2801 11.3734 10.6667C11.3734 11.0533 11.06 11.3667 10.6734 11.3667H10.6667C10.2801 11.3667 9.96672 11.0533 9.96672 10.6667Z", fill: "currentColor", }), }), - Nc = (e) => - kt("svg", { + bc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.47788 1.20012C8.88082 0.836819 9.4041 0.635742 9.94663 0.635742C10.4892 0.635742 11.0125 0.836819 11.4154 1.20012C11.4229 1.20694 11.4303 1.21391 11.4376 1.22105L14.7709 4.50105C14.7809 4.51083 14.7905 4.5209 14.7998 4.53125C15.1631 4.93418 15.3642 5.45747 15.3642 6C15.3642 6.54254 15.1631 7.06582 14.7998 7.46875C14.7918 7.47771 14.7835 7.48645 14.7749 7.49498L12.4416 9.82831C12.1682 10.1017 11.725 10.1017 11.4517 9.82831C11.1783 9.55494 11.1783 9.11173 11.4517 8.83836L13.7702 6.51983C13.8952 6.37569 13.9642 6.19115 13.9642 6C13.9642 5.80965 13.8958 5.62585 13.7718 5.48198L10.4683 2.23134C10.3239 2.10532 10.1386 2.03574 9.94663 2.03574C9.75549 2.03574 9.57095 2.10475 9.42681 2.22977L7.16161 4.49498C6.88824 4.76834 6.44503 4.76834 6.17166 4.49498C5.89829 4.22161 5.89829 3.77839 6.17166 3.50503L8.45166 1.22503C8.46018 1.2165 8.46893 1.2082 8.47788 1.20012ZM9.29997 4C9.29997 3.6134 9.61337 3.3 9.99997 3.3H10.0066C10.3932 3.3 10.7066 3.6134 10.7066 4C10.7066 4.3866 10.3932 4.7 10.0066 4.7H9.99997C9.61337 4.7 9.29997 4.3866 9.29997 4ZM11.3 6C11.3 5.6134 11.6134 5.3 12 5.3H12.0066C12.3932 5.3 12.7066 5.6134 12.7066 6C12.7066 6.3866 12.3932 6.7 12.0066 6.7H12C11.6134 6.7 11.3 6.3866 11.3 6ZM2.66663 7.36667C2.31685 7.36667 2.0333 7.65022 2.0333 8V13.3333C2.0333 13.6831 2.31685 13.9667 2.66663 13.9667H7.99997C8.34975 13.9667 8.6333 13.6831 8.6333 13.3333V8C8.6333 7.65022 8.34975 7.36667 7.99997 7.36667H2.66663ZM0.633301 8C0.633301 6.87702 1.54366 5.96667 2.66663 5.96667H7.99997C9.12295 5.96667 10.0333 6.87702 10.0333 8V13.3333C10.0333 14.4563 9.12295 15.3667 7.99997 15.3667H2.66663C1.54366 15.3667 0.633301 14.4563 0.633301 13.3333V8ZM6.66663 10.0333C6.28003 10.0333 5.96663 9.71993 5.96663 9.33333C5.96663 8.94674 6.28003 8.63333 6.66663 8.63333H6.6733C7.0599 8.63333 7.3733 8.94674 7.3733 9.33333C7.3733 9.71993 7.0599 10.0333 6.6733 10.0333H6.66663ZM3.29997 12C3.29997 11.6134 3.61337 11.3 3.99997 11.3H4.00663C4.39323 11.3 4.70663 11.6134 4.70663 12C4.70663 12.3866 4.39323 12.7 4.00663 12.7H3.99997C3.61337 12.7 3.29997 12.3866 3.29997 12Z", fill: "currentColor", }), }), - xc = (e) => - kt("svg", { + Mc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 1.29999C8.38657 1.29999 8.69997 1.61339 8.69997 1.99999V5.96665H12.6666C13.0532 5.96665 13.3666 6.28006 13.3666 6.66665C13.3666 7.05325 13.0532 7.36665 12.6666 7.36665H8.69997V11.3333C8.69997 11.7199 8.38657 12.0333 7.99997 12.0333C7.61337 12.0333 7.29997 11.7199 7.29997 11.3333V7.36665H3.3333C2.9467 7.36665 2.6333 7.05325 2.6333 6.66665C2.6333 6.28006 2.9467 5.96665 3.3333 5.96665H7.29997V1.99999C7.29997 1.61339 7.61337 1.29999 7.99997 1.29999ZM2.6333 14C2.6333 13.6134 2.9467 13.3 3.3333 13.3H12.6666C13.0532 13.3 13.3666 13.6134 13.3666 14C13.3666 14.3866 13.0532 14.7 12.6666 14.7H3.3333C2.9467 14.7 2.6333 14.3866 2.6333 14Z", fill: "currentColor", }), }), - _c = (e) => - kt("svg", { + Hc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 6.03333C6.91381 6.03333 6.0333 6.91384 6.0333 8C6.0333 9.08616 6.91381 9.96666 7.99997 9.96666C9.08613 9.96666 9.96663 9.08616 9.96663 8C9.96663 6.91384 9.08613 6.03333 7.99997 6.03333ZM4.6333 8C4.6333 6.14064 6.14061 4.63333 7.99997 4.63333C9.85933 4.63333 11.3666 6.14064 11.3666 8C11.3666 9.85936 9.85933 11.3667 7.99997 11.3667C6.14061 11.3667 4.6333 9.85936 4.6333 8ZM7.29997 8C7.29997 7.6134 7.61337 7.3 7.99997 7.3H8.00663C8.39323 7.3 8.70663 7.6134 8.70663 8C8.70663 8.3866 8.39323 8.7 8.00663 8.7H7.99997C7.61337 8.7 7.29997 8.3866 7.29997 8Z", fill: "currentColor", }), }), - Ac = (e) => - kt("svg", { + Ec = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM5.71793 4.72913C5.97798 5.01519 5.9569 5.4579 5.67084 5.71796C5.08581 6.24979 4.69997 7.06065 4.69997 8C4.69997 8.3866 4.38657 8.7 3.99997 8.7C3.61337 8.7 3.29997 8.3866 3.29997 8C3.29997 6.67268 3.84745 5.48353 4.7291 4.68204C5.01516 4.42198 5.45787 4.44307 5.71793 4.72913ZM7.99997 7.36666C7.65019 7.36666 7.36663 7.65022 7.36663 8C7.36663 8.34978 7.65019 8.63333 7.99997 8.63333C8.34975 8.63333 8.6333 8.34978 8.6333 8C8.6333 7.65022 8.34975 7.36666 7.99997 7.36666ZM5.96663 8C5.96663 6.87702 6.87699 5.96666 7.99997 5.96666C9.12295 5.96666 10.0333 6.87702 10.0333 8C10.0333 9.12298 9.12295 10.0333 7.99997 10.0333C6.87699 10.0333 5.96663 9.12298 5.96663 8ZM12 7.3C12.3866 7.3 12.7 7.6134 12.7 8C12.7 9.32731 12.1525 10.5165 11.2708 11.318C10.9848 11.578 10.5421 11.5569 10.282 11.2709C10.022 10.9848 10.043 10.5421 10.3291 10.282C10.9141 9.7502 11.3 8.93935 11.3 8C11.3 7.6134 11.6134 7.3 12 7.3Z", fill: "currentColor", }), }), - Zc = (e) => - kt("svg", { + Rc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM8.00005 5.36665C6.5457 5.36665 5.36672 6.54564 5.36672 7.99999C5.36672 9.45434 6.5457 10.6333 8.00005 10.6333C9.4544 10.6333 10.6334 9.45434 10.6334 7.99999C10.6334 6.54564 9.4544 5.36665 8.00005 5.36665ZM3.96672 7.99999C3.96672 5.77244 5.7725 3.96665 8.00005 3.96665C10.2276 3.96665 12.0334 5.77244 12.0334 7.99999C12.0334 10.2275 10.2276 12.0333 8.00005 12.0333C5.7725 12.0333 3.96672 10.2275 3.96672 7.99999ZM7.30005 7.99999C7.30005 7.61339 7.61345 7.29999 8.00005 7.29999H8.00672C8.39331 7.29999 8.70672 7.61339 8.70672 7.99999C8.70672 8.38659 8.39331 8.69999 8.00672 8.69999H8.00005C7.61345 8.69999 7.30005 8.38659 7.30005 7.99999Z", fill: "currentColor", }), }), - Ic = (e) => - kt("svg", { + yc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.70467 2.03333 2.0333 4.7047 2.0333 8C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8C13.9666 4.7047 11.2953 2.03333 7.99997 2.03333ZM0.633301 8C0.633301 3.9315 3.93147 0.633331 7.99997 0.633331C12.0685 0.633331 15.3666 3.9315 15.3666 8C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8ZM7.99997 7.36666C7.65019 7.36666 7.36663 7.65022 7.36663 8C7.36663 8.34978 7.65019 8.63333 7.99997 8.63333C8.34975 8.63333 8.6333 8.34978 8.6333 8C8.6333 7.65022 8.34975 7.36666 7.99997 7.36666ZM5.96663 8C5.96663 6.87702 6.87699 5.96666 7.99997 5.96666C9.12295 5.96666 10.0333 6.87702 10.0333 8C10.0333 9.12298 9.12295 10.0333 7.99997 10.0333C6.87699 10.0333 5.96663 9.12298 5.96663 8Z", fill: "currentColor", }), }), - kc = (e) => - kt("svg", { + Vc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 4.03333C8.01838 4.03333 8.0333 4.01841 8.0333 4C8.0333 3.98159 8.01838 3.96666 7.99997 3.96666C7.98156 3.96666 7.96663 3.98159 7.96663 4C7.96663 4.01841 7.98156 4.03333 7.99997 4.03333ZM6.6333 4C6.6333 3.24521 7.24518 2.63333 7.99997 2.63333C8.75476 2.63333 9.36663 3.24521 9.36663 4C9.36663 4.75479 8.75476 5.36666 7.99997 5.36666C7.24518 5.36666 6.6333 4.75479 6.6333 4ZM2.6333 8C2.6333 7.6134 2.9467 7.3 3.3333 7.3H12.6666C13.0532 7.3 13.3666 7.6134 13.3666 8C13.3666 8.3866 13.0532 8.7 12.6666 8.7H3.3333C2.9467 8.7 2.6333 8.3866 2.6333 8ZM7.99997 12.0333C8.01838 12.0333 8.0333 12.0184 8.0333 12C8.0333 11.9816 8.01838 11.9667 7.99997 11.9667C7.98156 11.9667 7.96663 11.9816 7.96663 12C7.96663 12.0184 7.98156 12.0333 7.99997 12.0333ZM6.6333 12C6.6333 11.2452 7.24518 10.6333 7.99997 10.6333C8.75476 10.6333 9.36663 11.2452 9.36663 12C9.36663 12.7548 8.75476 13.3667 7.99997 13.3667C7.24518 13.3667 6.6333 12.7548 6.6333 12Z", fill: "currentColor", }), }), - Oc = (e) => - kt("svg", { + Tc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4682 0.813006C10.7556 1.07161 10.7789 1.51421 10.5203 1.80158C10.4568 1.87216 10.3955 1.94268 10.3364 2.01315L11.8283 3.50503C12.1016 3.7784 12.1016 4.22161 11.8283 4.49498C11.5549 4.76835 11.1117 4.76835 10.8383 4.49498L9.53378 3.19043C9.36506 3.50581 9.23091 3.82103 9.12407 4.13676C9.1369 4.14786 9.14943 4.15951 9.16161 4.1717L9.82828 4.83836C10.1016 5.11173 10.1016 5.55494 9.82828 5.82831C9.55491 6.10168 9.1117 6.10168 8.83833 5.82831L8.71749 5.70747C8.57368 5.93073 8.30844 6.06196 8.02843 6.02146C7.64581 5.96612 7.38051 5.61108 7.43585 5.22846C7.64508 3.78195 8.17422 2.31572 9.47964 0.865091C9.73825 0.577719 10.1808 0.5544 10.4682 0.813006ZM15.187 5.53174C15.4456 5.8191 15.4223 6.26171 15.1349 6.52032C12.7127 8.7002 10.2551 8.7001 8.04308 8.7L7.99997 8.7C7.19425 8.7 6.4215 8.70189 5.66804 8.79051C5.74327 9.03113 5.68557 9.30435 5.49495 9.49498C5.22158 9.76835 4.77837 9.76835 4.505 9.49498L4.13462 9.1246C3.81799 9.23178 3.50319 9.36602 3.18913 9.53414C3.43465 9.80901 3.42548 10.2311 3.16161 10.495C2.88825 10.7683 2.44503 10.7683 2.17167 10.495L2.0131 10.3364C1.94263 10.3956 1.87212 10.4568 1.80157 10.5203C1.51421 10.7789 1.0716 10.7556 0.812989 10.4683C0.554375 10.1809 0.577681 9.7383 0.865044 9.47969C3.28725 7.29981 5.74483 7.29991 7.95687 7.3L7.99997 7.3C8.8057 7.3 9.57845 7.29811 10.3319 7.2095C10.2567 6.96887 10.3144 6.69566 10.505 6.50503C10.7784 6.23166 11.2216 6.23166 11.4949 6.50503L11.8653 6.87541C12.182 6.76822 12.4968 6.63399 12.8108 6.46587C12.5653 6.191 12.5745 5.76889 12.8383 5.50503C13.1117 5.23166 13.5549 5.23166 13.8283 5.50503L13.9868 5.6636C14.0573 5.60446 14.1278 5.54318 14.1984 5.47969C14.4857 5.22107 14.9283 5.24438 15.187 5.53174ZM6.17167 10.1717C6.44503 9.89833 6.88825 9.89833 7.16161 10.1717L7.28245 10.2925C7.42627 10.0693 7.69151 9.93805 7.97151 9.97855C8.35413 10.0339 8.61944 10.3889 8.5641 10.7715C8.35487 12.2181 7.82573 13.6843 6.52031 15.1349C6.2617 15.4223 5.8191 15.4456 5.53173 15.187C5.24436 14.9284 5.22104 14.4858 5.47964 14.1984C5.54315 14.1278 5.60443 14.0573 5.66355 13.9869L4.17167 12.495C3.8983 12.2216 3.8983 11.7784 4.17167 11.505C4.44503 11.2317 4.88825 11.2317 5.16161 11.505L6.46617 12.8096C6.63453 12.4948 6.76848 12.1803 6.87522 11.8652L6.17167 11.1616C5.8983 10.8883 5.8983 10.4451 6.17167 10.1717Z", fill: "currentColor", }), }), - Bc = (e) => - kt("svg", { + Sc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4682 0.813031C10.7556 1.07165 10.7789 1.51426 10.5203 1.80161C10.4567 1.8722 10.3955 1.94271 10.3364 2.01314L11.8283 3.50503C12.1016 3.7784 12.1016 4.22161 11.8283 4.49498C11.5549 4.76835 11.1117 4.76835 10.8383 4.49498L9.53386 3.19051C9.365 3.50633 9.23133 3.82106 9.12507 4.13515L9.82828 4.83836C10.1016 5.11173 10.1016 5.55494 9.82828 5.82831C9.55491 6.10168 9.1117 6.10168 8.83833 5.82831L7.83833 4.82831C7.66083 4.65081 7.59196 4.39184 7.65785 4.14961C7.95763 3.04748 8.50398 1.94916 9.47967 0.865062C9.73829 0.577705 10.1809 0.55441 10.4682 0.813031ZM0.838332 0.838363C1.1117 0.564996 1.55491 0.564996 1.82828 0.838363L8.49465 7.50473C8.49485 7.50493 8.49505 7.50513 8.49525 7.50533L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L7.71025 8.70023C7.00842 8.70172 6.33077 8.71257 5.66804 8.79051C5.74327 9.03113 5.68558 9.30435 5.49495 9.49498C5.22158 9.76835 4.77837 9.76835 4.505 9.49498L4.13459 9.12457C3.81795 9.23175 3.50315 9.36599 3.18909 9.5341C3.43465 9.80896 3.42549 10.2311 3.16161 10.495C2.88825 10.7683 2.44503 10.7683 2.17167 10.495L2.01308 10.3364C1.94263 10.3955 1.87214 10.4568 1.80161 10.5203C1.51426 10.7789 1.07166 10.7556 0.813024 10.4683C0.554389 10.181 0.577661 9.73836 0.865006 9.47972C2.71042 7.81869 4.57686 7.42337 6.33935 7.32933L0.838332 1.82831C0.564965 1.55495 0.564965 1.11173 0.838332 0.838363ZM15.1869 5.53173C15.4456 5.81909 15.4223 6.26169 15.1349 6.52031C14.0508 7.496 12.9525 8.04235 11.8504 8.34213C11.6081 8.40802 11.3492 8.33915 11.1717 8.16164L10.505 7.49498C10.2316 7.22161 10.2316 6.7784 10.505 6.50503C10.7784 6.23166 11.2216 6.23166 11.4949 6.50503L11.8648 6.87491C12.1793 6.76853 12.4943 6.63467 12.8105 6.46554C12.5653 6.19067 12.5746 5.76879 12.8383 5.50503C13.1117 5.23166 13.5549 5.23166 13.8283 5.50503L13.9868 5.66358C14.0573 5.6045 14.1278 5.54323 14.1984 5.4797C14.4857 5.22108 14.9283 5.24437 15.1869 5.53173ZM6.17167 10.1717C6.44503 9.89833 6.88825 9.89833 7.16161 10.1717L8.16161 11.1717C8.33912 11.3492 8.40799 11.6082 8.3421 11.8504C8.04232 12.9525 7.49597 14.0508 6.52028 15.1349C6.26166 15.4223 5.81906 15.4456 5.5317 15.187C5.24434 14.9284 5.22105 14.4858 5.47967 14.1984C5.5432 14.1278 5.60447 14.0573 5.66355 13.9869L4.17167 12.495C3.8983 12.2216 3.8983 11.7784 4.17167 11.505C4.44503 11.2317 4.88825 11.2317 5.16161 11.505L6.46608 12.8095C6.63494 12.4937 6.76862 12.1789 6.87488 11.8649L6.17167 11.1616C5.8983 10.8883 5.8983 10.4451 6.17167 10.1717Z", fill: "currentColor", }), }), - Dc = (e) => - kt("svg", { + Nc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 3.36667C2.31685 3.36667 2.0333 3.65023 2.0333 4.00001V4.63334H13.9666V4.00001C13.9666 3.65023 13.6831 3.36667 13.3333 3.36667H2.66663ZM15.3666 4.00001C15.3666 2.87703 14.4563 1.96667 13.3333 1.96667H2.66663C1.54366 1.96667 0.633301 2.87703 0.633301 4.00001V12C0.633301 13.123 1.54366 14.0333 2.66663 14.0333H13.3333C14.4563 14.0333 15.3666 13.123 15.3666 12V4.00001ZM13.9666 6.03334H2.0333V12C2.0333 12.3498 2.31685 12.6333 2.66663 12.6333H13.3333C13.6831 12.6333 13.9666 12.3498 13.9666 12V6.03334ZM3.29997 10.6667C3.29997 10.2801 3.61337 9.96667 3.99997 9.96667H12C12.3866 9.96667 12.7 10.2801 12.7 10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667H3.99997C3.61337 11.3667 3.29997 11.0533 3.29997 10.6667Z", fill: "currentColor", }), }), - Pc = (e) => - kt("svg", { + xc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.20594 2.6783C7.46984 2.64724 7.73553 2.6322 8.00155 2.63332C8.33273 2.6334 8.65188 2.65947 8.95866 2.70969C9.13133 2.29452 9.44215 1.95032 9.81779 1.70801C10.3994 1.3328 11.1617 1.17638 11.9596 1.30949M10.0239 3.92468C9.85795 4.17482 9.54226 4.29849 9.23979 4.20789C8.8668 4.09616 8.45462 4.03332 7.99999 4.03332H7.99686V4.03332C7.65474 4.03179 7.31331 4.06424 6.9776 4.13019C6.90835 4.1438 6.83949 4.14668 6.77272 4.14001C6.73813 4.14526 6.70271 4.14799 6.66666 4.14799C6.28006 4.14799 5.96665 3.83459 5.96665 3.44799C5.96665 3.26869 5.86677 3.05573 5.60129 2.88447C5.33684 2.71389 4.93259 2.60964 4.44858 2.69044L4.44828 2.69049C4.19607 2.73248 3.92462 2.89667 3.64299 3.22439C3.36257 3.5507 3.11488 3.99114 2.91092 4.47447C2.70871 4.95366 2.56144 5.44643 2.46997 5.85494C2.42431 6.05886 2.39401 6.23531 2.37734 6.37291C2.36944 6.4381 2.36555 6.48712 2.36367 6.52174C2.36484 6.52285 2.36605 6.52399 2.36729 6.52516C2.4224 6.57674 2.52356 6.64565 2.67172 6.70208C2.96245 6.81281 3.38246 6.85571 3.8586 6.67774C4.45164 6.45577 4.79975 5.99906 5.00924 5.42623C5.14202 5.06315 5.544 4.87646 5.90708 5.00924C6.27016 5.14202 6.45685 5.544 6.32407 5.90708C6.02156 6.73425 5.43767 7.58155 4.34938 7.9889L4.34914 7.98899C4.06232 8.09623 3.78039 8.15854 3.50956 8.18429C3.41412 8.68461 3.3662 9.19323 3.36665 9.70336L3.36666 9.70399C3.36665 10.8687 3.85543 11.7379 4.64973 12.3357C5.46421 12.9486 6.63779 13.3 7.99999 13.3C9.36218 13.3 10.5358 12.9486 11.3502 12.3357C12.1445 11.7379 12.6333 10.8687 12.6333 9.70399C12.6333 9.20944 12.5746 8.68278 12.4544 8.15655C12.2503 8.123 12.0409 8.06828 11.8288 7.98899L11.8286 7.9889C10.7124 7.57112 10.2118 6.69442 9.92391 5.90708C9.79112 5.544 9.97781 5.14202 10.3409 5.00924C10.704 4.87646 11.106 5.06315 11.2387 5.42623C11.4628 6.03889 11.7542 6.4662 12.3194 6.67774C12.5575 6.76673 12.7815 6.8005 12.9824 6.79817C12.9892 6.79795 12.996 6.79783 13.0028 6.79781C13.1953 6.79321 13.3659 6.75556 13.5063 6.70208C13.6544 6.64565 13.7556 6.57674 13.8107 6.52516C13.8119 6.52399 13.8131 6.52285 13.8143 6.52174C13.8124 6.48712 13.8085 6.4381 13.8006 6.37291C13.784 6.23531 13.7537 6.05886 13.708 5.85494C13.6165 5.44643 13.4693 4.95366 13.2671 4.47447C13.0631 3.99114 12.8154 3.5507 12.535 3.22439C12.2534 2.89667 11.9819 2.73248 11.7297 2.69049L11.7294 2.69044C11.2454 2.60964 10.8411 2.71389 10.5767 2.88447C10.3112 3.05573 10.2113 3.26869 10.2113 3.44799C10.2113 3.63215 10.1402 3.7997 10.0239 3.92468ZM13.8464 6.48573C13.8466 6.48575 13.8456 6.48744 13.8431 6.49073C13.845 6.48735 13.8463 6.48571 13.8464 6.48573ZM13.8654 8.05916C13.9777 8.61527 14.0333 9.17151 14.0333 9.70399C14.0333 11.3206 13.3281 12.5994 12.1921 13.4543C11.0762 14.294 9.58313 14.7 7.99999 14.7C6.41685 14.7 4.92376 14.294 3.80791 13.4543C2.67196 12.5994 1.96675 11.3208 1.96665 9.70433C1.96616 9.12891 2.01811 8.55513 2.12163 7.99006C1.84885 7.87968 1.60419 7.72848 1.41062 7.5473C1.2195 7.36842 1.01092 7.09533 0.971144 6.7458L0.971135 6.74572C0.937759 6.45214 1.00392 5.99507 1.1038 5.54904C1.2112 5.06938 1.38243 4.49565 1.62106 3.93017C1.85793 3.36883 2.17341 2.78645 2.5812 2.31192C2.98771 1.83888 3.52942 1.42429 4.21807 1.30954M1.96665 9.70433C1.96665 9.70421 1.96665 9.7041 1.96665 9.70399H2.66665L1.96666 9.70462C1.96665 9.70452 1.96665 9.70442 1.96665 9.70433ZM13.8654 8.05916C13.9128 8.04395 13.9592 8.02767 14.0046 8.0104C14.2981 7.89858 14.5616 7.73987 14.7674 7.5473C14.9585 7.36842 15.1671 7.09533 15.2068 6.7458L15.2068 6.74572C15.2402 6.45214 15.1741 5.99507 15.0742 5.54904C14.9668 5.06938 14.7955 4.49565 14.5569 3.93017C14.32 3.36883 14.0046 2.78645 13.5968 2.31192C13.1903 1.83888 12.6486 1.42429 11.9599 1.30954M2.33156 6.48573C2.3317 6.48571 2.33295 6.48735 2.3349 6.49073C2.33239 6.48744 2.33142 6.48575 2.33156 6.48573ZM8.00155 2.63332C8.00207 2.63333 8.0026 2.63333 8.00312 2.63333L7.99999 3.33332V2.63332C8.00051 2.63332 8.00103 2.63332 8.00155 2.63332ZM7.20594 2.6783C7.03087 2.27716 6.72632 1.94419 6.36019 1.70801C5.77854 1.3328 5.01624 1.17638 4.21836 1.30949M5.33332 8.63332C5.71992 8.63332 6.03332 8.94672 6.03332 9.33332V9.66666C6.03332 10.0533 5.71992 10.3667 5.33332 10.3667C4.94672 10.3667 4.63332 10.0533 4.63332 9.66666V9.33332C4.63332 8.94672 4.94672 8.63332 5.33332 8.63332ZM10.6667 8.63332C11.0533 8.63332 11.3667 8.94672 11.3667 9.33332V9.66666C11.3667 10.0533 11.0533 10.3667 10.6667 10.3667C10.2801 10.3667 9.96665 10.0533 9.96665 9.66666V9.33332C9.96665 8.94672 10.2801 8.63332 10.6667 8.63332ZM6.85327 10.5654C6.96162 10.3039 7.21687 10.1333 7.49999 10.1333H8.49999C8.78311 10.1333 9.03836 10.3039 9.1467 10.5654C9.25505 10.827 9.19516 11.1281 8.99496 11.3283L8.49496 11.8283C8.2216 12.1017 7.77838 12.1017 7.50501 11.8283L7.00501 11.3283C6.80482 11.1281 6.74493 10.827 6.85327 10.5654Z", fill: "currentColor", }), }), - Fc = (e) => - kt("svg", { + _c = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 0.633331C8.38665 0.633331 8.70005 0.946732 8.70005 1.33333V2.63333H11.3334C11.72 2.63333 12.0334 2.94673 12.0334 3.33333C12.0334 3.71993 11.72 4.03333 11.3334 4.03333H8.70005V7.3H9.66672C10.4712 7.3 11.2427 7.61958 11.8116 8.18844C12.3805 8.7573 12.7 9.52884 12.7 10.3333C12.7 11.1378 12.3805 11.9094 11.8116 12.4782C11.2427 13.0471 10.4712 13.3667 9.66672 13.3667H8.70005V14.6667C8.70005 15.0533 8.38665 15.3667 8.00005 15.3667C7.61345 15.3667 7.30005 15.0533 7.30005 14.6667V13.3667H4.00005C3.61345 13.3667 3.30005 13.0533 3.30005 12.6667C3.30005 12.2801 3.61345 11.9667 4.00005 11.9667H7.30005V8.7H6.33338C5.52889 8.7 4.75735 8.38041 4.18849 7.81155C3.61963 7.24269 3.30005 6.47115 3.30005 5.66666C3.30005 4.86217 3.61963 4.09063 4.18849 3.52177C4.75735 2.95291 5.52889 2.63333 6.33338 2.63333H7.30005V1.33333C7.30005 0.946732 7.61345 0.633331 8.00005 0.633331ZM7.30005 4.03333H6.33338C5.9002 4.03333 5.48475 4.20541 5.17844 4.51172C4.87213 4.81803 4.70005 5.23348 4.70005 5.66666C4.70005 6.09985 4.87213 6.5153 5.17844 6.82161C5.48475 7.12791 5.9002 7.3 6.33338 7.3H7.30005V4.03333ZM8.70005 8.7V11.9667H9.66672C10.0999 11.9667 10.5153 11.7946 10.8217 11.4883C11.128 11.182 11.3 10.7665 11.3 10.3333C11.3 9.90014 11.128 9.4847 10.8217 9.17839C10.5153 8.87208 10.0999 8.7 9.66672 8.7H8.70005Z", fill: "currentColor", }), }), - Uc = (e) => - kt("svg", { + Ac = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.72144 0.981961C7.28264 0.479704 8.9668 0.512766 10.5071 1.07591C10.7001 1.14649 10.8524 1.29836 10.9235 1.49122C10.9946 1.68409 10.9773 1.89845 10.8763 2.07745C10.767 2.27116 10.7105 2.49024 10.7127 2.71267C10.7149 2.93509 10.7757 3.15301 10.8888 3.34451C11.002 3.53601 11.1636 3.69434 11.3574 3.80356C11.5511 3.91279 11.7703 3.96906 11.9927 3.96672L12 3.96664V3.96668H12.0667C12.2769 3.96668 12.476 4.06116 12.609 4.22402C12.7419 4.38687 12.7946 4.60085 12.7525 4.80682C12.7242 4.9457 12.7267 5.08912 12.7599 5.22692C12.7931 5.36472 12.8563 5.49352 12.9448 5.60421C13.0333 5.7149 13.1452 5.80476 13.2723 5.86742C13.3974 5.92906 13.5343 5.9629 13.6736 5.96666C13.7517 5.96607 13.8449 5.95563 13.9314 5.93529C13.9748 5.92507 14.0109 5.91367 14.0386 5.90278C14.0654 5.89223 14.0774 5.88487 14.0784 5.88427C14.0784 5.88423 14.0785 5.88422 14.0784 5.88425C14.2692 5.75703 14.5103 5.73136 14.7236 5.81552C14.9369 5.89969 15.0955 6.08301 15.1481 6.30624C15.524 7.90259 15.3564 9.57872 14.672 11.0691C13.9875 12.5594 12.8253 13.7788 11.3695 14.5339C9.91374 15.2891 8.24758 15.5368 6.63504 15.238C5.02251 14.9391 3.5558 14.1107 2.46732 12.884C1.37883 11.6573 0.730812 10.1024 0.625927 8.46579C0.521041 6.82914 0.965289 5.2043 1.88828 3.84869C2.81128 2.49307 4.16024 1.48422 5.72144 0.981961ZM9.36178 2.19078C8.30437 1.93857 7.19339 1.97908 6.1502 2.31469C4.88569 2.7215 3.7931 3.53862 3.04551 4.63661C2.29793 5.73459 1.93811 7.05064 2.02306 8.37625C2.10801 9.70186 2.63288 10.9612 3.5145 11.9548C4.39613 12.9484 5.58409 13.6193 6.89017 13.8614C8.19626 14.1035 9.54577 13.9028 10.7249 13.2912C11.904 12.6795 12.8454 11.6919 13.3997 10.4848C13.8509 9.50236 14.0248 8.42026 13.9097 7.35445C13.8233 7.36291 13.7413 7.36668 13.6667 7.36668H13.6529L13.6529 7.36654C13.3059 7.35969 12.9647 7.27661 12.6534 7.12319C12.3421 6.96978 12.0684 6.74978 11.8516 6.47878C11.6348 6.20779 11.4802 5.89244 11.3989 5.55506C11.3779 5.46805 11.3619 5.38012 11.351 5.2917C11.1137 5.23417 10.8844 5.14407 10.6699 5.02316C10.262 4.79321 9.92178 4.45989 9.68355 4.05673C9.44532 3.65358 9.31745 3.19479 9.31281 2.72653C9.31103 2.54601 9.32758 2.36654 9.36178 2.19078ZM8.00005 6.70001C7.28208 6.70001 6.70005 7.28204 6.70005 8.00001C6.70005 8.71799 7.28208 9.30001 8.00005 9.30001C8.71802 9.30001 9.30005 8.71799 9.30005 8.00001C9.30005 7.28204 8.71802 6.70001 8.00005 6.70001ZM5.30005 8.00001C5.30005 6.50885 6.50888 5.30001 8.00005 5.30001C9.49122 5.30001 10.7 6.50885 10.7 8.00001C10.7 9.49118 9.49122 10.7 8.00005 10.7C6.50888 10.7 5.30005 9.49118 5.30005 8.00001Z", fill: "currentColor", }), }), - zc = (e) => - kt("svg", { + Zc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89552 2.56222C4.27684 2.1809 4.79403 1.96667 5.3333 1.96667H10.6666C11.2059 1.96667 11.7231 2.1809 12.1044 2.56222C12.4857 2.94355 12.7 3.46073 12.7 4.00001V12.6333H14.6666C15.0532 12.6333 15.3666 12.9467 15.3666 13.3333C15.3666 13.7199 15.0532 14.0333 14.6666 14.0333H1.3333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333C0.633301 12.9467 0.946701 12.6333 1.3333 12.6333H3.29997V4.00001C3.29997 3.46073 3.51419 2.94355 3.89552 2.56222ZM4.69997 12.6333H11.3V4.00001C11.3 3.83204 11.2332 3.67095 11.1145 3.55217C10.9957 3.4334 10.8346 3.36667 10.6666 3.36667H5.3333C5.16533 3.36667 5.00424 3.4334 4.88547 3.55217C4.76669 3.67095 4.69997 3.83204 4.69997 4.00001V12.6333ZM9.3333 7.30001C9.7199 7.30001 10.0333 7.61341 10.0333 8.00001V8.00667C10.0333 8.39327 9.7199 8.70668 9.3333 8.70668C8.9467 8.70668 8.6333 8.39327 8.6333 8.00667V8.00001C8.6333 7.61341 8.9467 7.30001 9.3333 7.30001Z", fill: "currentColor", }), }), - Gc = (e) => - kt("svg", { + Ic = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.17975 2.42711C7.17974 2.42712 7.17976 2.42711 7.17975 2.42711L4.51311 3.09377C4.3761 3.12802 4.25443 3.20709 4.16751 3.3184C4.0806 3.42968 4.03338 3.56681 4.03333 3.70801C4.03333 3.70797 4.03333 3.70804 4.03333 3.70801V12.7868L7.96667 13.7698L7.96667 3.0418L8.07527 3.04134C8.01727 2.94998 7.97986 2.84427 7.96956 2.73073C7.96765 2.70964 7.96667 2.68827 7.96667 2.66667C7.96667 2.28007 8.28007 1.96667 8.66667 1.96667H9.05934C9.09601 2.02556 9.12973 2.08641 9.16031 2.14902C9.29605 2.42688 9.36647 2.73236 9.36667 3.04088V3.36667H8.66667C8.41805 3.36667 8.19946 3.23668 8.07527 3.04134M11.3 12.6333V4.00001C11.3 3.83204 11.2333 3.67095 11.1145 3.55217C10.9957 3.4334 10.8346 3.36667 10.6667 3.36667H9.36667V12.6333H11.3ZM12.7 12.6333V4.00001C12.7 3.46073 12.4858 2.94355 12.1045 2.56222C11.7231 2.1809 11.2059 1.96667 10.6667 1.96667H9.05934C8.93347 1.76454 8.77276 1.58562 8.58418 1.43847C8.34066 1.24846 8.05705 1.11642 7.75488 1.05239C7.4527 0.988349 7.13991 0.993997 6.84025 1.0689L4.17358 1.73557C4.17358 1.73557 4.17359 1.73557 4.17358 1.73557C3.7337 1.84553 3.34317 2.09936 3.0641 2.45672C2.78503 2.81409 2.6334 3.25448 2.63334 3.7079V12.6333H1.33334C0.946736 12.6333 0.633335 12.9467 0.633335 13.3333C0.633335 13.7199 0.946736 14.0333 1.33334 14.0333H3.24719L7.66894 15.1385C7.87036 15.1887 8.08091 15.1925 8.28397 15.1493C8.48704 15.1062 8.6776 15.0174 8.84121 14.8896C9.00482 14.7618 9.13717 14.5984 9.22822 14.4119C9.28677 14.2919 9.32726 14.1643 9.34871 14.0333H14.6667C15.0533 14.0333 15.3667 13.7199 15.3667 13.3333C15.3667 12.9467 15.0533 12.6333 14.6667 12.6333H12.7ZM7.96667 3.0418C7.96654 2.94538 7.9444 2.84953 7.90239 2.76354C7.86016 2.6771 7.79879 2.60141 7.72294 2.54223C7.64709 2.48304 7.55875 2.44191 7.46463 2.42197C7.37052 2.40202 7.27308 2.40379 7.17975 2.42711M6.66667 7.30001C7.05327 7.30001 7.36667 7.61341 7.36667 8.00001V8.00667C7.36667 8.39327 7.05327 8.70667 6.66667 8.70667C6.28007 8.70667 5.96667 8.39327 5.96667 8.00667V8.00001C5.96667 7.61341 6.28007 7.30001 6.66667 7.30001Z", fill: "currentColor", }), }), - $c = (e) => - kt("svg", { + kc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.06667 8.10001C8.08508 8.10001 8.1 8.08509 8.1 8.06668C8.1 8.04827 8.08508 8.03335 8.06667 8.03335C8.04826 8.03335 8.03333 8.04827 8.03333 8.06668C8.03333 8.08509 8.04826 8.10001 8.06667 8.10001ZM6.7 8.06668C6.7 7.31189 7.31188 6.70001 8.06667 6.70001C8.82146 6.70001 9.43333 7.31189 9.43333 8.06668C9.43333 8.82147 8.82146 9.43335 8.06667 9.43335C7.31188 9.43335 6.7 8.82147 6.7 8.06668Z", fill: "currentColor", }), }), - Wc = (e) => - kt("svg", { + Oc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1.29999C8.3866 1.29999 8.7 1.61339 8.7 1.99999V8.31004L10.8384 6.17168C11.1117 5.89831 11.5549 5.89831 11.8283 6.17168C12.1017 6.44505 12.1017 6.88826 11.8283 7.16163L8.49498 10.495C8.22161 10.7683 7.7784 10.7683 7.50503 10.495L4.17169 7.16163C3.89833 6.88826 3.89833 6.44505 4.17169 6.17168C4.44506 5.89831 4.88828 5.89831 5.16164 6.17168L7.3 8.31004V1.99999C7.3 1.61339 7.6134 1.29999 8 1.29999ZM2 9.29999C2.3866 9.29999 2.7 9.61339 2.7 9.99999V12.6667C2.7 12.8346 2.76673 12.9957 2.8855 13.1145C3.00428 13.2333 3.16537 13.3 3.33334 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V9.99999C13.3 9.61339 13.6134 9.29999 14 9.29999C14.3866 9.29999 14.7 9.61339 14.7 9.99999V12.6667C14.7 13.2059 14.4858 13.7231 14.1045 14.1044C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33334C2.79406 14.7 2.27688 14.4858 1.89555 14.1044C1.51423 13.7231 1.3 13.2059 1.3 12.6667V9.99999C1.3 9.61339 1.6134 9.29999 2 9.29999Z", fill: "currentColor", }), }), - jc = (e) => - kt("svg", { + Bc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 2.69999C7.65023 2.69999 7.36667 2.98354 7.36667 3.33332C7.36667 3.55678 7.4824 3.75321 7.65719 3.86594C7.66815 3.87138 7.67903 3.87713 7.68981 3.8832C7.70103 3.8895 7.712 3.89607 7.72273 3.90289C7.80648 3.94374 7.90056 3.96665 8.00001 3.96665C8.34979 3.96665 8.63334 3.6831 8.63334 3.33332C8.63334 2.98354 8.34979 2.69999 8.00001 2.69999ZM6.45348 4.65349C6.14995 4.29826 5.96667 3.83719 5.96667 3.33332C5.96667 2.21034 6.87703 1.29999 8.00001 1.29999C9.12298 1.29999 10.0333 2.21034 10.0333 3.33332C10.0333 3.8352 9.85151 4.2946 9.55014 4.64926L10.5572 6.44415C10.7463 6.78131 10.6263 7.20797 10.2892 7.39714C9.95202 7.5863 9.52535 7.46632 9.33619 7.12916L8.33219 5.33965C8.2241 5.35742 8.11313 5.36665 8.00001 5.36665C7.88879 5.36665 7.77966 5.35773 7.6733 5.34055L5.71478 8.8229C7.85532 9.75647 10.4156 9.31992 12.1636 7.51326C12.4324 7.23541 12.8756 7.22809 13.1534 7.49691C13.4312 7.76572 13.4386 8.20888 13.1698 8.48672C10.9677 10.7627 7.7103 11.2833 5.02546 10.0485L2.61013 14.3431C2.42062 14.6801 1.99383 14.7996 1.65686 14.6101C1.3199 14.4206 1.20037 13.9938 1.38988 13.6568L3.8165 9.34218C3.46993 9.09168 3.13967 8.80653 2.83026 8.48672C2.56144 8.20888 2.56876 7.76572 2.84661 7.49691C3.12445 7.22809 3.56761 7.23541 3.83642 7.51326C4.04913 7.73311 4.27386 7.93267 4.5084 8.11194L6.45348 4.65349ZM12.2168 10.8299C12.5538 10.6404 12.9806 10.7599 13.1701 11.0968L14.6101 13.6568C14.7996 13.9938 14.6801 14.4206 14.3432 14.6101C14.0062 14.7996 13.5794 14.6801 13.3899 14.3432L11.9499 11.7832C11.7604 11.4462 11.8799 11.0194 12.2168 10.8299Z", fill: "currentColor", }), }), - qc = (e) => - kt("svg", { + Dc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.4991 2.84662C7.41736 2.96922 7.36666 3.12249 7.36666 3.33333C7.36666 3.75777 7.38047 4.15982 7.40635 4.54041C7.41823 4.582 7.4264 4.6253 7.43046 4.66996C7.43513 4.72136 7.43412 4.77198 7.42795 4.82118C7.60551 6.88685 8.1462 8.29069 8.7491 9.19504C9.31693 10.0468 9.91615 10.4314 10.3288 10.5694C10.4037 10.576 10.4753 10.5944 10.5416 10.6227C10.5878 10.63 10.6297 10.6333 10.6667 10.6333C11.0211 10.6333 11.8303 10.3259 12.5842 9.19504C13.322 8.08833 13.9667 6.2336 13.9667 3.33333C13.9667 3.12249 13.916 2.96922 13.8342 2.84662C13.7496 2.71964 13.6039 2.58458 13.3536 2.45943C12.8332 2.19923 11.9642 2.03333 10.6667 2.03333C9.36908 2.03333 8.50011 2.19923 7.97971 2.45943C7.72942 2.58458 7.58376 2.71964 7.4991 2.84662ZM10.9263 12.0177C11.8504 11.9079 12.9157 11.2218 13.7491 9.97162C14.678 8.57833 15.3667 6.43306 15.3667 3.33333C15.3667 2.87751 15.2507 2.44744 14.9991 2.07004C14.7504 1.69703 14.3961 1.41542 13.9797 1.20723C13.1668 0.800762 12.0358 0.633331 10.6667 0.633331C9.29758 0.633331 8.16656 0.800762 7.35362 1.20723C6.93724 1.41542 6.58291 1.69703 6.33423 2.07004C6.08263 2.44744 5.96666 2.87751 5.96666 3.33333C5.96666 3.61509 5.97236 3.88897 5.9834 4.15511C5.28925 4.32755 4.53158 4.65986 3.67248 5.11468C3.66583 5.1182 3.65923 5.12183 3.6527 5.12556C2.45212 5.81161 1.55445 6.52866 1.05565 7.29213C0.800439 7.68276 0.637036 8.10498 0.610598 8.55132C0.583907 9.00193 0.699849 9.4293 0.928393 9.81888C2.47835 12.5046 4.15315 14.0185 5.65672 14.761C7.12722 15.4871 8.50554 15.4982 9.34752 15.0077C10.1265 14.5703 10.7636 13.4964 10.9263 12.0177ZM9.54564 11.7628C9.05019 11.5316 8.54725 11.1526 8.0857 10.6274C7.91414 10.7554 7.68629 10.8034 7.46552 10.7371C7.1918 10.655 6.84292 10.8141 6.742 11.1842C6.64028 11.5572 6.25546 11.7771 5.88248 11.6753C5.50951 11.5736 5.28961 11.1888 5.39133 10.8158C5.62726 9.95073 6.37269 9.36924 7.19713 9.31832C6.99537 8.93485 6.81081 8.50736 6.64945 8.03312C6.2708 8.02398 5.96666 7.71418 5.96666 7.33333C5.96666 7.08291 6.09817 6.8632 6.29589 6.73949C6.21772 6.37287 6.1519 5.98484 6.10015 5.57461C5.6269 5.71799 5.055 5.96734 4.33753 6.34669C3.21069 6.99174 2.54463 7.57274 2.22768 8.05786C2.07456 8.29223 2.01713 8.48251 2.00815 8.6341C1.99948 8.78036 2.03294 8.93539 2.13669 9.11175L2.13968 9.11685L2.13966 9.11686C3.58932 11.6296 5.08063 12.9151 6.27661 13.5057C7.5018 14.1107 8.35304 13.9684 8.64508 13.7966L8.66005 13.7881C8.91906 13.6442 9.43539 13.0239 9.54564 11.7628ZM8.63333 4C8.63333 3.6134 8.94673 3.3 9.33333 3.3H9.34C9.7266 3.3 10.04 3.6134 10.04 4C10.04 4.3866 9.7266 4.7 9.34 4.7H9.33333C8.94673 4.7 8.63333 4.3866 8.63333 4ZM11.3 4C11.3 3.6134 11.6134 3.3 12 3.3H12.0067C12.3933 3.3 12.7067 3.6134 12.7067 4C12.7067 4.3866 12.3933 4.7 12.0067 4.7H12C11.6134 4.7 11.3 4.3866 11.3 4ZM9.23836 6.10502C9.51172 5.83166 9.95494 5.83166 10.2283 6.10502C10.4883 6.36499 10.8451 6.36499 11.105 6.10502C11.3784 5.83166 11.8216 5.83166 12.095 6.10502C12.3683 6.37839 12.3683 6.82161 12.095 7.09497C11.2883 7.90167 10.0451 7.90167 9.23836 7.09497C8.96499 6.82161 8.96499 6.37839 9.23836 6.10502ZM3.63333 8.73333C3.63333 8.34673 3.94673 8.03333 4.33333 8.03333H4.34C4.7266 8.03333 5.04 8.34673 5.04 8.73333C5.04 9.11993 4.7266 9.43333 4.34 9.43333H4.33333C3.94673 9.43333 3.63333 9.11993 3.63333 8.73333Z", fill: "currentColor", }), }), - Yc = (e) => - kt("svg", { + Pc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.03347 7.95841C2.03338 7.97226 2.03333 7.98612 2.03333 8C2.03333 9.46579 2.56188 10.8081 3.43879 11.8468C4.9456 10.0986 6.68622 8.84106 8.63708 8.16589C8.53731 7.92414 8.43477 7.68778 8.32881 7.45518C8.25324 7.28929 8.17582 7.12505 8.09628 6.96188C6.33908 7.50398 4.33572 7.79105 2.03347 7.95841ZM2.21303 6.54087C4.23311 6.383 5.94767 6.12831 7.42832 5.70031C6.87536 4.73227 6.22225 3.748 5.41311 2.62176C3.83833 3.38059 2.6479 4.8107 2.21303 6.54087ZM6.79928 2.15419C7.57522 3.25001 8.2188 4.23973 8.7739 5.23628C9.90938 4.77315 10.893 4.16788 11.7685 3.37383C10.7411 2.53585 9.42923 2.03333 8 2.03333C7.58871 2.03333 7.18715 2.07494 6.79928 2.15419ZM12.7433 4.37974C11.7529 5.28545 10.6528 5.96745 9.42023 6.48398C9.4822 6.61333 9.54304 6.74353 9.60285 6.87481C9.7402 7.17632 9.87173 7.48282 9.99865 7.79704C11.2452 7.54964 12.5679 7.52636 13.9614 7.74795C13.9089 6.48394 13.4631 5.32149 12.7433 4.37974ZM13.8561 9.1494C12.6764 8.94985 11.5555 8.94695 10.4943 9.12966C10.8638 10.2077 11.2035 11.4005 11.5518 12.7948C12.7238 11.9252 13.5659 10.636 13.8561 9.1494ZM10.2871 13.5126C9.89867 11.9249 9.53129 10.6236 9.13288 9.47616C7.39515 10.0678 5.83619 11.1961 4.46152 12.8047C5.45153 13.535 6.67535 13.9667 8 13.9667C8.81024 13.9667 9.58275 13.8052 10.2871 13.5126ZM0.633331 8C0.633331 3.9315 3.9315 0.633331 8 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8Z", fill: "currentColor", }), }), - Kc = (e) => - kt("svg", { + Fc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 2.03333C2.49869 2.03333 2.3376 2.10006 2.21883 2.21883C2.10006 2.3376 2.03333 2.49869 2.03333 2.66666V5.33333C2.03333 5.5013 2.10006 5.66239 2.21883 5.78116C2.3376 5.89994 2.49869 5.96666 2.66666 5.96666H3.31763C3.32772 5.96644 3.33783 5.96644 3.34798 5.96666H5.9843C5.99438 5.96644 6.0045 5.96644 6.01464 5.96666H8.63333V2.03333H2.66666ZM10.033 1.96666C10.0256 1.61911 9.90236 1.27908 9.64497 1.02169C9.37936 0.756078 9.02574 0.633331 8.66666 0.633331H2.66666C2.12739 0.633331 1.6102 0.847557 1.22888 1.22888C0.847557 1.6102 0.633331 2.12739 0.633331 2.66666V5.33333C0.633331 5.8726 0.847557 6.38979 1.22888 6.77111C1.55638 7.09862 1.9841 7.30286 2.43996 7.35399L1.4246 11.4154C1.27756 11.4789 1.14078 11.5693 1.02169 11.6884C0.756078 11.954 0.633331 12.3076 0.633331 12.6667C0.633331 14.1866 1.8134 15.3667 3.33333 15.3667H6.66666C7.02574 15.3667 7.37936 15.2439 7.64497 14.9783C7.91058 14.7127 8.03333 14.3591 8.03333 14V12.6667C8.03333 12.3076 7.91058 11.954 7.64497 11.6884C7.37936 11.4227 7.02574 11.3 6.66666 11.3H5.56321L5.87987 10.0333H7.33333C7.6924 10.0333 8.04603 9.91058 8.31164 9.64497C8.57725 9.37936 8.7 9.02574 8.7 8.66666V7.36631C9.04755 7.35893 9.38758 7.23569 9.64497 6.97831C9.90236 6.72092 10.0256 6.38088 10.033 6.03333H11.3333C11.6958 6.03333 12.0434 5.88934 12.2997 5.63304C12.5481 5.38461 12.6911 5.05038 12.6996 4.7H14.6667C15.0533 4.7 15.3667 4.3866 15.3667 4C15.3667 3.6134 15.0533 3.3 14.6667 3.3H12.6996C12.6911 2.94962 12.5481 2.61539 12.2997 2.36695C12.0434 2.11065 11.6958 1.96666 11.3333 1.96666H10.033ZM10.0333 3.36666V4.63333H11.3V3.36666H10.0333ZM7.3 7.36666H6.54654L6.22987 8.63333H7.3V7.36666ZM4.65804 9.14832L5.10345 7.36666H3.87987L2.89654 11.3H4.12012L4.65068 9.17777C4.65292 9.16787 4.65538 9.15805 4.65804 9.14832ZM4.65201 12.7H2.0337C2.0499 13.4298 2.59775 13.9667 3.33333 13.9667H6.63333V12.7H4.68237C4.67228 12.7002 4.66216 12.7002 4.65201 12.7Z", fill: "currentColor", }), }), - Xc = (e) => - kt("svg", { + Uc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1.29999C8.33367 1.29999 8.62096 1.53551 8.6864 1.86271C8.98612 3.3613 9.8939 4.81867 11.104 5.78671C12.563 6.95397 13.3667 8.40724 13.3667 9.99999C13.3667 11.4233 12.8012 12.7883 11.7948 13.7948C10.7884 14.8012 9.42333 15.3667 8 15.3667C6.57667 15.3667 5.21164 14.8012 4.20519 13.7948C3.19875 12.7883 2.63333 11.4233 2.63333 9.99999C2.63333 8.40724 3.43697 6.95397 4.89604 5.78671C6.1061 4.81867 7.01387 3.3613 7.31359 1.86271C7.37903 1.53551 7.66632 1.29999 8 1.29999ZM8 4.11043C7.4618 5.18192 6.68857 6.14557 5.77062 6.87993C4.56302 7.84601 4.03333 8.92606 4.03333 9.99999C4.03333 11.052 4.45125 12.061 5.19514 12.8048C5.93903 13.5487 6.94797 13.9667 8 13.9667C9.05202 13.9667 10.061 13.5487 10.8049 12.8048C11.5487 12.061 11.9667 11.052 11.9667 9.99999C11.9667 8.92606 11.437 7.84601 10.2294 6.87993C9.31143 6.14557 8.5382 5.18192 8 4.11043Z", fill: "currentColor", }), }), - Qc = (e) => - kt("svg", { + zc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.3362 1.31333C9.66879 1.3147 9.9545 1.54991 10.0197 1.87604C10.3194 3.37464 11.2272 4.83201 12.4373 5.80005C13.8959 6.96695 14.6995 8.4197 14.7 10.0119C14.7041 11.0715 14.3936 12.1086 13.8079 12.9916C13.2218 13.8751 12.3867 14.5647 11.4083 14.973C10.4299 15.3813 9.35234 15.4899 8.31216 15.285C7.27198 15.0801 6.31606 14.571 5.56557 13.8222C5.2919 13.5491 5.2914 13.1059 5.56446 12.8322C5.83752 12.5586 6.28073 12.5581 6.55441 12.8311C7.10863 13.3841 7.81456 13.7601 8.58271 13.9114C9.35086 14.0627 10.1466 13.9825 10.8692 13.681C11.5917 13.3795 12.2084 12.8702 12.6412 12.2178C13.0739 11.5654 13.3032 10.7991 13.3 10.0162L13.3 10.0133C13.3 8.9394 12.7703 7.85934 11.5627 6.89327C10.6442 6.15846 9.87057 5.19408 9.33233 4.1218C9.22076 4.34354 9.09878 4.56031 8.96669 4.77136C8.76158 5.09907 8.32965 5.19846 8.00195 4.99336C7.67424 4.78825 7.57485 4.35632 7.77996 4.02862C8.19458 3.36615 8.48849 2.63544 8.64807 1.87039C8.71598 1.54481 9.00361 1.31196 9.3362 1.31333ZM4.66665 2.83332C5.00033 2.83332 5.28762 3.06885 5.35306 3.39604C5.51303 4.1959 5.99554 4.97526 6.63581 5.49759C7.52082 6.21957 8.03332 7.13851 8.03332 8.16666C8.03332 10.0242 6.52893 11.5667 4.66665 11.5667C2.80438 11.5667 1.29999 10.0242 1.29999 8.16666C1.29999 7.15076 1.80082 6.21489 2.7027 5.49338C3.34138 4.98244 3.81937 4.20043 3.98025 3.39604C4.04569 3.06885 4.33298 2.83332 4.66665 2.83332ZM4.6688 5.35948C4.37238 5.82736 4.00177 6.24701 3.57727 6.5866C2.94582 7.09176 2.69999 7.64922 2.69999 8.16666C2.69999 9.26913 3.5956 10.1667 4.66665 10.1667C5.73771 10.1667 6.63332 9.26913 6.63332 8.16666C6.63332 7.64814 6.38582 7.10041 5.75083 6.5824C5.33385 6.24222 4.96529 5.825 4.6688 5.35948Z", fill: "currentColor", }), }), - Jc = (e) => - kt("svg", { + Gc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838387 0.838357C1.11175 0.56499 1.55497 0.56499 1.82834 0.838357L3.69147 2.70149C4.90943 2.23367 6.40401 1.96666 8.00003 1.96666C9.59605 1.96666 11.0906 2.23367 12.3086 2.70149L14.1717 0.838357C14.4451 0.56499 14.8883 0.56499 15.1617 0.838357C15.435 1.11172 15.435 1.55494 15.1617 1.82831L13.6311 3.3589C14.6245 3.99566 15.3667 4.88769 15.3667 6V11.3333C15.3667 12.6168 14.3641 13.648 13.0271 14.3165C11.6574 15.0013 9.84879 15.3667 8.00003 15.3667C6.15126 15.3667 4.34267 15.0013 2.97293 14.3165C1.63595 13.648 0.633362 12.6168 0.633362 11.3333V6C0.633362 4.88769 1.3756 3.99566 2.36898 3.3589L0.838387 1.82831C0.56502 1.55494 0.56502 1.11172 0.838387 0.838357ZM3.38932 4.37924C2.41306 4.91838 2.03336 5.52045 2.03336 6C2.03336 6.51249 2.46702 7.16491 3.59903 7.73092C4.68918 8.27599 6.24419 8.63333 8.00003 8.63333C9.75587 8.63333 11.3109 8.27599 12.401 7.73092C13.533 7.16491 13.9667 6.51249 13.9667 6C13.9667 5.52045 13.587 4.91838 12.6107 4.37924L9.82834 7.16164C9.55497 7.43501 9.11175 7.43501 8.83839 7.16164C8.56502 6.88827 8.56502 6.44506 8.83839 6.17169L11.2055 3.8046C10.2833 3.53014 9.18762 3.36666 8.00003 3.36666C6.81244 3.36666 5.71672 3.53014 4.79458 3.8046L7.16167 6.17169C7.43504 6.44506 7.43504 6.88827 7.16167 7.16164C6.8883 7.43501 6.44509 7.43501 6.17172 7.16164L3.38932 4.37924ZM13.9667 8.40863C13.6783 8.62471 13.3602 8.81656 13.0271 8.98312C12.7193 9.13705 12.3867 9.27622 12.0334 9.39916V13.2334C12.1606 13.1796 12.2832 13.1231 12.401 13.0643C13.5645 12.4825 13.9667 11.818 13.9667 11.3333V8.40863ZM10.6334 13.6785V9.77824C10.0218 9.90169 9.37274 9.98273 8.70003 10.0161V13.9472C9.37834 13.9094 10.0308 13.8173 10.6334 13.6785ZM7.30003 13.9472V10.0161C6.62731 9.98273 5.97821 9.90169 5.36669 9.77824V13.6785C5.96925 13.8173 6.62172 13.9094 7.30003 13.9472ZM3.9667 13.2334V9.39916C3.61335 9.27622 3.2808 9.13705 2.97293 8.98312C2.63981 8.81656 2.32172 8.62471 2.03336 8.40863V11.3333C2.03336 11.818 2.43553 12.4825 3.59903 13.0643C3.71681 13.1231 3.8395 13.1796 3.9667 13.2334Z", fill: "currentColor", }), }), - ed = (e) => - kt("svg", { + $c = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.0717 2.96164C11.9339 1.82378 9.57821 1.94508 7.77499 3.74831L7.77414 3.74915C5.97138 5.54576 5.85203 7.90537 6.99281 9.03619L6.99852 9.04185L6.99849 9.04188C7.58174 9.63346 8.4757 9.88826 9.47732 9.73818C9.39402 8.67659 9.85934 7.53738 10.7117 6.68502C11.5639 5.83286 12.7062 5.36812 13.7684 5.45045C13.9156 4.44464 13.6615 3.55144 13.0717 2.96164ZM6.78546 2.75793C8.88892 0.654832 12.1596 0.0696722 14.0617 1.97169C15.2326 3.14264 15.4488 4.87511 14.9707 6.4739C14.9154 6.6586 14.7865 6.81235 14.6142 6.89887C14.4419 6.98539 14.2416 6.99704 14.0604 6.93105C13.4415 6.70558 12.4777 6.89888 11.7017 7.67497C10.9249 8.45176 10.7325 9.40889 10.9577 10.0271C11.0235 10.2076 11.0122 10.4072 10.9264 10.5791C10.8407 10.751 10.6881 10.8801 10.5043 10.9362C9.62007 11.206 8.68977 11.2598 7.83763 11.0523L6.90606 11.9839C6.95706 12.1308 6.99362 12.2829 7.01491 12.4379C7.06324 12.7897 7.03178 13.1478 6.92288 13.4858C6.81397 13.8238 6.63041 14.1329 6.38579 14.3903C6.14117 14.6477 5.84176 14.8468 5.50976 14.9728C5.17775 15.0987 4.82166 15.1483 4.46787 15.118C4.11408 15.0876 3.77165 14.978 3.46597 14.7973C3.16028 14.6166 2.89918 14.3695 2.702 14.0742C2.59654 13.9162 2.51081 13.7466 2.44627 13.5693C2.18956 13.4769 1.94962 13.3402 1.73781 13.1643C1.39867 12.8827 1.14518 12.5117 1.00608 12.0934C0.866973 11.6751 0.847807 11.2262 0.950753 10.7976C1.05354 10.3696 1.27394 9.97896 1.58705 9.66969C1.97194 9.28608 2.47713 9.04659 3.01779 8.99149C3.36148 8.95647 3.70618 8.99731 4.02843 9.1083L4.96725 8.16948C4.54229 6.3912 5.27072 4.26777 6.78546 2.75793ZM5.58346 9.53317L4.66832 10.4483C4.43357 10.6831 4.0662 10.7206 3.78879 10.5382C3.60304 10.4161 3.38088 10.3617 3.15973 10.3843C2.93858 10.4068 2.73195 10.5049 2.57466 10.662L2.57149 10.6651L2.57148 10.6651C2.44379 10.791 2.35392 10.9502 2.31204 11.1245C2.27017 11.2989 2.27796 11.4815 2.33455 11.6516C2.39113 11.8218 2.49425 11.9727 2.6322 12.0873C2.77016 12.2018 2.93744 12.2755 3.1151 12.2998C3.42514 12.3423 3.6693 12.5855 3.71312 12.8953C3.73343 13.0389 3.78579 13.1761 3.86633 13.2968C3.94686 13.4174 4.05351 13.5183 4.17837 13.5921C4.30322 13.6659 4.44309 13.7107 4.5876 13.7231C4.73211 13.7355 4.87755 13.7152 5.01316 13.6638C5.14876 13.6123 5.27106 13.531 5.37097 13.4259C5.47089 13.3208 5.54586 13.1945 5.59035 13.0565C5.63483 12.9184 5.64768 12.7721 5.62794 12.6284C5.6082 12.4847 5.55638 12.3473 5.47632 12.2264C5.2926 11.9489 5.3297 11.5804 5.56504 11.345L6.47731 10.4327C6.31128 10.3131 6.15313 10.1782 6.00436 10.0276C5.84736 9.87169 5.70724 9.70639 5.58346 9.53317Z", fill: "currentColor", }), }), - td = (e) => - kt("svg", { + Wc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.495 0.838357C4.76837 1.11172 4.76837 1.55494 4.495 1.82831L1.82834 4.49497C1.55497 4.76834 1.11175 4.76834 0.838387 4.49497C0.56502 4.22161 0.56502 3.77839 0.838387 3.50502L1.67675 2.66666L1.50505 2.49497C1.23169 2.22161 1.23169 1.77839 1.50505 1.50502C1.77842 1.23166 2.22164 1.23166 2.495 1.50502L2.6667 1.67672L3.50505 0.838357C3.77842 0.56499 4.22164 0.56499 4.495 0.838357ZM7.16167 1.50502C7.43504 1.77839 7.43504 2.22161 7.16167 2.49497L5.32331 4.33333L11.6667 10.6767L13.5051 8.83836C13.7784 8.56499 14.2216 8.56499 14.495 8.83836C14.7684 9.11172 14.7684 9.55494 14.495 9.82831L9.82834 14.495C9.55497 14.7683 9.11175 14.7683 8.83839 14.495C8.56502 14.2216 8.56502 13.7784 8.83839 13.505L10.6767 11.6667L4.33336 5.32328L2.495 7.16164C2.22164 7.43501 1.77842 7.43501 1.50505 7.16164C1.23169 6.88827 1.23169 6.44506 1.50505 6.17169L6.17172 1.50502C6.44509 1.23166 6.8883 1.23166 7.16167 1.50502ZM15.1617 11.505C15.435 11.7784 15.435 12.2216 15.1617 12.495L14.3233 13.3333L14.495 13.505C14.7684 13.7784 14.7684 14.2216 14.495 14.495C14.2216 14.7683 13.7784 14.7683 13.5051 14.495L13.3334 14.3233L12.495 15.1616C12.2216 15.435 11.7784 15.435 11.5051 15.1616C11.2317 14.8883 11.2317 14.4451 11.5051 14.1717L14.1717 11.505C14.4451 11.2317 14.8883 11.2317 15.1617 11.505Z", fill: "currentColor", }), }), - nd = (e) => - kt("svg", { + jc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.33332 2.03333C7.3697 2.03333 6.44555 2.41613 5.76417 3.09751C5.08278 3.77889 4.69999 4.70304 4.69999 5.66666C4.69999 6.05326 4.38659 6.36666 3.99999 6.36666C3.61339 6.36666 3.29999 6.05326 3.29999 5.66666C3.29999 4.33174 3.83028 3.05149 4.77422 2.10756C5.71815 1.16363 6.9984 0.633331 8.33332 0.633331C9.66824 0.633331 10.9485 1.16363 11.8924 2.10756C12.8364 3.05149 13.3667 4.33174 13.3667 5.66666C13.3667 6.7942 13.0817 7.67252 12.6364 8.38998C12.1997 9.09354 11.6274 9.6106 11.1148 10.0378C10.9983 10.1348 10.8873 10.2256 10.7815 10.3121C10.3947 10.6284 10.0781 10.8873 9.82313 11.1847C9.52974 11.527 9.36665 11.8712 9.36665 12.3333C9.36665 12.7317 9.2882 13.1261 9.13576 13.4941C8.98332 13.8622 8.75988 14.1966 8.47821 14.4782C8.19654 14.7599 7.86215 14.9833 7.49413 15.1358C7.12611 15.2882 6.73166 15.3667 6.33332 15.3667C5.93498 15.3667 5.54054 15.2882 5.17251 15.1358C4.8045 14.9833 4.4701 14.7599 4.18843 14.4782C3.90676 14.1966 3.68333 13.8622 3.53089 13.4941C3.37845 13.1261 3.29999 12.7317 3.29999 12.3333C3.29999 11.9467 3.61339 11.6333 3.99999 11.6333C4.38659 11.6333 4.69999 11.9467 4.69999 12.3333C4.69999 12.5478 4.74224 12.7602 4.82432 12.9584C4.9064 13.1565 5.02671 13.3366 5.17838 13.4883C5.33005 13.6399 5.51011 13.7603 5.70827 13.8423C5.90644 13.9244 6.11883 13.9667 6.33332 13.9667C6.54781 13.9667 6.7602 13.9244 6.95837 13.8423C7.15654 13.7603 7.33659 13.6399 7.48826 13.4883C7.63993 13.3366 7.76024 13.1565 7.84232 12.9584C7.92441 12.7602 7.96665 12.5478 7.96665 12.3333C7.96665 11.4621 8.30357 10.8063 8.76017 10.2736C9.10436 9.87206 9.54671 9.51147 9.94551 9.18638C10.0396 9.10972 10.1312 9.03503 10.2185 8.96224C10.7059 8.55606 11.1336 8.15645 11.4469 7.65168C11.7516 7.16081 11.9667 6.53913 11.9667 5.66666C11.9667 4.70304 11.5839 3.77889 10.9025 3.09751C10.2211 2.41613 9.29694 2.03333 8.33332 2.03333ZM6.65984 3.99318C7.10367 3.54934 7.70564 3.3 8.33332 3.3C8.961 3.3 9.56297 3.54934 10.0068 3.99318C10.4506 4.43701 10.7 5.03899 10.7 5.66666C10.7 6.05326 10.3866 6.36666 9.99999 6.36666C9.61339 6.36666 9.29999 6.05326 9.29999 5.66666C9.29999 5.41029 9.19814 5.16441 9.01686 4.98313C8.83557 4.80184 8.5897 4.7 8.33332 4.7C8.07695 4.7 7.83107 4.80184 7.64978 4.98313C7.4685 5.16441 7.36665 5.41029 7.36665 5.66666V5.75762C7.64129 5.85833 7.89363 6.01807 8.10444 6.22888C8.48576 6.6102 8.69999 7.12739 8.69999 7.66666C8.69999 8.20594 8.48576 8.72312 8.10444 9.10445C7.72311 9.48577 7.20593 9.7 6.66665 9.7C6.28006 9.7 5.96665 9.3866 5.96665 9C5.96665 8.6134 6.28006 8.3 6.66665 8.3C6.83462 8.3 6.99572 8.23327 7.11449 8.1145C7.23326 7.99572 7.29999 7.83463 7.29999 7.66666C7.29999 7.49869 7.23326 7.3376 7.11449 7.21883C6.99572 7.10006 6.83462 7.03333 6.66665 7.03333C6.28006 7.03333 5.96665 6.71993 5.96665 6.33333V5.66666C5.96665 5.03899 6.216 4.43701 6.65984 3.99318Z", fill: "currentColor", }), }), - rd = (e) => - kt("svg", { + qc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.021 2.44517C9.4336 2.13705 8.77303 1.99563 8.11095 2.03624C7.44886 2.07685 6.81053 2.29793 6.26516 2.67551C5.9473 2.89558 5.51123 2.81631 5.29117 2.49845C5.07111 2.1806 5.15038 1.74453 5.46823 1.52447C6.22375 1.00139 7.10805 0.695119 8.02524 0.638866C8.94244 0.582614 9.85754 0.778525 10.6713 1.20536C11.4851 1.63219 12.1665 2.27366 12.6416 3.0602C13.1168 3.84675 13.3675 4.74837 13.3667 5.66729L12.667 5.66666H13.3667C13.3667 5.66687 13.3667 5.66708 13.3667 5.66729C13.3666 6.89503 13.0305 7.81923 12.5177 8.5686C12.2994 8.88767 11.8638 8.96935 11.5447 8.75104C11.2257 8.53273 11.144 8.09711 11.3623 7.77805C11.7162 7.26088 11.9667 6.61194 11.9667 5.66666L11.9667 5.66603C11.9673 5.0027 11.7863 4.35187 11.4433 3.78409C11.1003 3.21632 10.6084 2.75328 10.021 2.44517ZM0.838387 0.838349C1.11175 0.564982 1.55497 0.564982 1.82834 0.838349L4.72414 3.73415C4.7313 3.74101 4.7383 3.74801 4.74514 3.75515L8.36344 7.37346C8.37128 7.38094 8.37893 7.38859 8.38638 7.39639L10.5157 9.52567C10.5193 9.52926 10.523 9.53289 10.5266 9.53656L15.1617 14.1717C15.435 14.445 15.435 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L10.0019 10.9918C9.58268 11.4127 9.36669 11.8 9.36669 12.3333C9.36669 12.7317 9.28824 13.1261 9.1358 13.4941C8.98336 13.8622 8.75992 14.1965 8.47825 14.4782C8.19658 14.7599 7.86219 14.9833 7.49417 15.1358C7.12615 15.2882 6.73171 15.3667 6.33336 15.3667C5.93502 15.3667 5.54058 15.2882 5.17256 15.1358C4.80454 14.9833 4.47014 14.7599 4.18847 14.4782C3.9068 14.1965 3.68337 13.8621 3.53093 13.4941C3.37849 13.1261 3.30003 12.7317 3.30003 12.3333C3.30003 11.9467 3.61343 11.6333 4.00003 11.6333C4.38663 11.6333 4.70003 11.9467 4.70003 12.3333C4.70003 12.5478 4.74228 12.7602 4.82436 12.9584C4.90644 13.1565 5.02675 13.3366 5.17842 13.4883C5.33009 13.6399 5.51015 13.7602 5.70831 13.8423C5.90648 13.9244 6.11887 13.9667 6.33336 13.9667C6.54785 13.9667 6.76024 13.9244 6.95841 13.8423C7.15658 13.7602 7.33663 13.6399 7.4883 13.4883C7.63997 13.3366 7.76028 13.1565 7.84236 12.9584C7.92445 12.7602 7.96669 12.5478 7.96669 12.3333C7.96669 11.2886 8.4478 10.5676 9.01159 10.0015L7.93249 8.9224C7.88046 8.96394 7.82627 9.00301 7.77008 9.03944C7.44189 9.25223 7.05929 9.36584 6.66816 9.36665C6.28156 9.36746 5.9675 9.05472 5.9667 8.66812C5.96589 8.28152 6.27864 7.96746 6.66523 7.96666C6.75403 7.96647 6.84141 7.94763 6.92185 7.91176L4.69966 5.68957C4.68757 6.06557 4.37896 6.36666 4.00003 6.36666C3.61343 6.36666 3.30003 6.05326 3.30003 5.66666C3.30003 5.24294 3.35359 4.83234 3.45119 4.4411L0.838387 1.8283C0.56502 1.55493 0.56502 1.11172 0.838387 0.838349ZM7.63336 3.99999C7.63336 3.61339 7.94676 3.29999 8.33336 3.29999C8.96104 3.29999 9.56301 3.54934 10.0068 3.99317C10.4507 4.43701 10.7 5.03898 10.7 5.66666C10.7 6.05326 10.3866 6.36666 10 6.36666C9.61343 6.36666 9.30003 6.05326 9.30003 5.66666C9.30003 5.41028 9.19818 5.16441 9.0169 4.98312C8.83561 4.80184 8.58974 4.69999 8.33336 4.69999C7.94676 4.69999 7.63336 4.38659 7.63336 3.99999Z", fill: "currentColor", }), }), - od = (e) => - kt("svg", { + Yc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.19061 6.63333H3.33336C3.87264 6.63333 4.38982 6.84756 4.77115 7.22888C5.15247 7.6102 5.36669 8.12739 5.36669 8.66666V9.33333C5.36669 9.5013 5.43342 9.66239 5.55219 9.78116C5.67097 9.89994 5.83206 9.96666 6.00003 9.96666C6.5393 9.96666 7.05649 10.1809 7.43781 10.5622C7.81914 10.9435 8.03336 11.4607 8.03336 12V13.9666C8.46817 13.9642 8.89196 13.9153 9.30003 13.8246V11.3333C9.30003 10.7941 9.51425 10.2769 9.89558 9.89555C10.2769 9.51422 10.7941 9.3 11.3334 9.3H13.8247C13.9177 8.88151 13.9667 8.44648 13.9667 8C13.9667 7.31092 13.8499 6.64912 13.635 6.03333H12C11.6533 6.03333 11.3667 6.31993 11.3667 6.66666C11.3667 7.20594 11.1525 7.72312 10.7711 8.10445C10.3898 8.48577 9.87263 8.7 9.33336 8.7C8.21343 8.7 7.30003 7.7866 7.30003 6.66666C7.30003 6.49869 7.2333 6.3376 7.11453 6.21883C6.99576 6.10006 6.83466 6.03333 6.66669 6.03333C5.95061 6.03333 5.26385 5.74887 4.75751 5.24252C4.31241 4.79743 4.03877 4.21293 3.97907 3.59165C3.10545 4.38896 2.46968 5.44247 2.19061 6.63333ZM5.36669 2.64438V3.33333C5.36669 3.67811 5.50366 4.00877 5.74746 4.25257C5.99125 4.49637 6.32191 4.63333 6.66669 4.63333C7.20597 4.63333 7.72315 4.84756 8.10448 5.22888C8.4858 5.6102 8.70003 6.12739 8.70003 6.66666C8.70003 7.0134 8.98663 7.3 9.33336 7.3C9.50133 7.3 9.66242 7.23327 9.78119 7.1145C9.89997 6.99572 9.96669 6.83463 9.96669 6.66666C9.96669 5.54673 10.8801 4.63333 12 4.63333H12.9268C11.852 3.06342 10.0463 2.03333 8.00003 2.03333C7.05481 2.03333 6.16092 2.25312 5.36669 2.64438ZM14.7361 5.01337C13.5903 2.43297 11.0053 0.633331 8.00003 0.633331C3.93153 0.633331 0.633362 3.9315 0.633362 8C0.633362 12.0685 3.93153 15.3667 8.00003 15.3667C12.0685 15.3667 15.3667 12.0685 15.3667 8C15.3667 6.96821 15.1546 5.98596 14.7716 5.09449C14.7614 5.06658 14.7496 5.0395 14.7361 5.01337ZM13.3223 10.7H11.3334C11.1654 10.7 11.0043 10.7667 10.8855 10.8855C10.7668 11.0043 10.7 11.1654 10.7 11.3333V13.3222C11.8278 12.749 12.749 11.8278 13.3223 10.7ZM6.63336 13.8094V12C6.63336 11.832 6.56664 11.6709 6.44786 11.5522C6.32909 11.4334 6.168 11.3667 6.00003 11.3667C5.46075 11.3667 4.94357 11.1524 4.56224 10.7711C4.18092 10.3898 3.9667 9.8726 3.9667 9.33333V8.66666C3.9667 8.49869 3.89997 8.3376 3.7812 8.21883C3.66242 8.10006 3.50133 8.03333 3.33336 8.03333H2.03345C2.04883 10.8437 4.00709 13.194 6.63336 13.8094Z", fill: "currentColor", }), }), - id = (e) => - kt("svg", { + Kc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.3314 1.61202C5.44661 0.971481 6.71134 0.63341 7.99995 0.633331C8.38655 0.633308 8.69997 0.946689 8.69999 1.33329C8.70002 1.71989 8.38663 2.03331 8.00004 2.03333C7.08446 2.03339 6.18377 2.24411 5.36666 2.64607V3.33333C5.36666 3.67811 5.50362 4.00877 5.74742 4.25257C5.99122 4.49637 6.32188 4.63333 6.66666 4.63333C7.05326 4.63333 7.36666 4.94673 7.36666 5.33333C7.36666 5.71993 7.05326 6.03333 6.66666 6.03333C5.95057 6.03333 5.26382 5.74887 4.75747 5.24252C4.31247 4.79752 4.03884 4.21317 3.97907 3.59204C3.4474 4.07709 3.00552 4.65647 2.67754 5.30402C2.46265 5.72829 2.30028 6.17467 2.19236 6.63333H3.33333C3.8726 6.63333 4.38979 6.84756 4.77111 7.22888C5.15243 7.61021 5.36666 8.12739 5.36666 8.66667V9.33333C5.36666 9.5013 5.43339 9.66239 5.55216 9.78117C5.67093 9.89994 5.83202 9.96666 5.99999 9.96666C6.53927 9.96666 7.05645 10.1809 7.43778 10.5622C7.8191 10.9435 8.03333 11.4607 8.03333 12V13.9666C8.34786 13.9648 8.66296 13.9382 8.9757 13.8864C9.08455 13.8684 9.19268 13.8474 9.29999 13.8234V11.3333C9.29999 10.7941 9.51422 10.2769 9.89554 9.89555C10.2769 9.51422 10.7941 9.3 11.3333 9.3H14.36C14.5829 9.3 14.7925 9.40616 14.9244 9.58587C15.0562 9.76558 15.0946 9.99736 15.0278 10.21C14.6193 11.5088 13.8589 12.669 12.8309 13.5618C12.0711 14.2217 11.1871 14.7165 10.2351 15.0195C10.2187 15.0254 10.202 15.0306 10.185 15.0353C9.86502 15.1347 9.53748 15.2124 9.20454 15.2676C8.56517 15.3735 7.91778 15.3941 7.27887 15.3312C7.2678 15.3304 7.25681 15.3293 7.24589 15.3279C6.55388 15.2567 5.87218 15.0874 5.22177 14.8225C3.96082 14.309 2.86685 13.456 2.06133 12.3584C1.25581 11.2607 0.770254 9.96126 0.658561 8.60433C0.622431 8.16538 0.625879 7.72598 0.667904 7.29123C0.669054 7.27185 0.670993 7.25268 0.673688 7.23375C0.766687 6.34456 1.02119 5.47583 1.4286 4.67144C2.04379 3.45683 2.98355 2.43647 4.14356 1.72365C4.1964 1.69118 4.2496 1.6594 4.30315 1.62833C4.31243 1.62268 4.32185 1.61724 4.3314 1.61202ZM2.03382 8.03333C2.03467 8.18523 2.04132 8.33739 2.05384 8.48948C2.14431 9.58853 2.53759 10.641 3.19002 11.5301C3.84246 12.4191 4.72852 13.11 5.74983 13.5259C6.03769 13.6432 6.33311 13.7373 6.63333 13.8079V12C6.63333 11.832 6.5666 11.6709 6.44783 11.5522C6.32905 11.4334 6.16796 11.3667 5.99999 11.3667C5.46072 11.3667 4.94353 11.1524 4.56221 10.7711C4.18089 10.3898 3.96666 9.87261 3.96666 9.33333V8.66667C3.96666 8.49869 3.89993 8.3376 3.78116 8.21883C3.66239 8.10006 3.5013 8.03333 3.33333 8.03333H2.03382ZM10.7 13.321C11.1342 13.1007 11.5419 12.8271 11.9129 12.5048C12.4968 11.9977 12.9741 11.3841 13.3212 10.7H11.3333C11.1654 10.7 11.0043 10.7667 10.8855 10.8855C10.7667 11.0043 10.7 11.1654 10.7 11.3333V13.321ZM10.5622 1.22888C10.9435 0.847557 11.4607 0.633331 12 0.633331C12.5393 0.633331 13.0565 0.847557 13.4378 1.22888C13.8191 1.6102 14.0333 2.12739 14.0333 2.66666V3.3004C14.7727 3.31809 15.3667 3.92302 15.3667 4.66666V6.66666C15.3667 7.42145 14.7548 8.03333 14 8.03333H9.99999C9.2452 8.03333 8.63333 7.42145 8.63333 6.66666V4.66666C8.63333 3.92302 9.22727 3.3181 9.96666 3.3004V2.66666C9.96666 2.12739 10.1809 1.6102 10.5622 1.22888ZM10.0333 4.7V6.63333H13.9667V4.7H10.0333ZM12.6333 3.3H11.3667V2.66666C11.3667 2.49869 11.4334 2.3376 11.5522 2.21883C11.6709 2.10006 11.832 2.03333 12 2.03333C12.168 2.03333 12.3291 2.10006 12.4478 2.21883C12.5666 2.3376 12.6333 2.49869 12.6333 2.66666V3.3Z", fill: "currentColor", }), }), - ld = (e) => - kt("svg", { + Xc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.50222 2.22289C3.93187 2.88739 2.03336 5.22198 2.03336 8C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C10.778 13.9667 13.1126 12.0682 13.7771 9.49781C13.0264 9.87751 12.1904 10.0807 11.3334 10.0807C9.89747 10.0807 8.52038 9.5103 7.50505 8.49497C6.48972 7.47964 5.91932 6.10256 5.91932 4.66666C5.91932 3.80965 6.12251 2.97359 6.50222 2.22289ZM8.29749 2.04062C7.66866 2.76753 7.31932 3.69909 7.31932 4.66666C7.31932 5.73126 7.74222 6.75224 8.495 7.50502C9.24778 8.2578 10.2688 8.68071 11.3334 8.68071C12.3009 8.68071 13.2325 8.33136 13.9594 7.70253C13.8092 4.64397 11.3561 2.19078 8.29749 2.04062ZM0.633362 8C0.633362 3.9315 3.93153 0.633331 8.00003 0.633331C12.0685 0.633331 15.3667 3.9315 15.3667 8C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8Z", fill: "currentColor", }), }), - ad = (e) => - kt("svg", { + Qc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.64727 2.96724C3.05107 3.53032 2.69997 4.33943 2.69997 5.33333C2.69997 5.55114 2.74946 5.77284 2.8281 6.12507C2.83516 6.15668 2.84245 6.18934 2.84997 6.22315C2.93585 6.60963 3.0333 7.08735 3.0333 7.66666C3.0333 8.4705 2.73465 8.95447 2.50578 9.32536C2.4807 9.366 2.45646 9.40528 2.43355 9.44348C2.23267 9.77827 2.0333 10.155 2.0333 11C2.0333 11.9025 2.47412 12.6213 3.1985 13.1387C3.93707 13.6663 4.9558 13.9667 5.99997 13.9667C6.49501 13.9667 6.83516 13.8793 7.09242 13.7658C7.3553 13.6498 7.5658 13.4923 7.80184 13.2956C7.84214 13.262 7.8836 13.2266 7.92646 13.1901C8.37257 12.8097 8.97039 12.3 9.99997 12.3C11.4111 12.3 12.3791 11.9846 12.9915 11.4367C13.589 10.9021 13.9666 10.0385 13.9666 8.66666C13.9666 8.06594 13.8789 7.66795 13.755 7.38509C13.6345 7.11015 13.4621 6.90319 13.2241 6.70834C12.9709 6.50106 12.6626 6.32127 12.2544 6.085L12.2536 6.08454C11.8595 5.85642 11.3955 5.58788 10.9136 5.22692C10.3969 4.83984 10.0259 4.40973 9.71739 4.01319C9.61009 3.87528 9.51545 3.74893 9.4268 3.63059C9.24503 3.38793 9.08846 3.17892 8.89968 2.97289C8.64309 2.69284 8.36735 2.46981 7.99466 2.31003C7.61645 2.14788 7.09709 2.03333 6.3333 2.03333C5.14697 2.03333 4.24596 2.40181 3.64727 2.96724ZM2.686 1.94942C3.58731 1.09818 4.85297 0.633331 6.3333 0.633331C7.23618 0.633331 7.95265 0.768779 8.54631 1.0233C9.1455 1.28018 9.57768 1.64049 9.93192 2.02711C10.1689 2.28574 10.3926 2.58394 10.5947 2.85347C10.6741 2.95927 10.7501 3.06064 10.8223 3.15348C11.0973 3.50693 11.3797 3.82682 11.753 4.10641C12.1608 4.41187 12.5582 4.64321 12.9557 4.87333L12.9893 4.89275C13.3634 5.10923 13.7636 5.34079 14.1109 5.62499C14.4836 5.93014 14.8109 6.30651 15.0373 6.82324C15.2602 7.33204 15.3666 7.93406 15.3666 8.66666C15.3666 10.2948 14.9109 11.5979 13.9251 12.48C12.9541 13.3487 11.5888 13.7 9.99997 13.7C9.49915 13.7 9.2708 13.8913 8.80621 14.2807C8.77155 14.3097 8.73559 14.3398 8.6981 14.3711C8.43413 14.5911 8.10297 14.8502 7.65752 15.0467C7.20644 15.2457 6.67159 15.3667 5.99997 15.3667C4.7108 15.3667 3.3962 15.0004 2.38477 14.2779C1.35915 13.5454 0.633301 12.4308 0.633301 11C0.633301 9.84504 0.933929 9.22173 1.23306 8.72318C1.25995 8.67836 1.28548 8.63633 1.30965 8.59655C1.52621 8.24005 1.6333 8.06377 1.6333 7.66666C1.6333 7.24597 1.56408 6.89036 1.4833 6.52685C1.47517 6.49026 1.46667 6.45269 1.45796 6.41423C1.38586 6.09575 1.29997 5.71638 1.29997 5.33333C1.29997 3.9939 1.7822 2.80301 2.686 1.94942ZM7.66663 6.7C6.76457 6.7 6.0333 7.43127 6.0333 8.33333C6.0333 9.2354 6.76457 9.96666 7.66663 9.96666C8.5687 9.96666 9.29997 9.2354 9.29997 8.33333C9.29997 7.43127 8.5687 6.7 7.66663 6.7ZM4.6333 8.33333C4.6333 6.65807 5.99137 5.3 7.66663 5.3C9.3419 5.3 10.7 6.65807 10.7 8.33333C10.7 10.0086 9.3419 11.3667 7.66663 11.3667C5.99137 11.3667 4.6333 10.0086 4.6333 8.33333Z", fill: "currentColor", }), }), - Cd = (e) => - kt("svg", { + Jc = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.13171 3.18644C5.09129 1.83489 6.46073 0.650647 7.99209 0.633392H8.00786C9.53922 0.650647 10.9087 1.83489 11.8682 3.18644C12.8529 4.57328 13.5656 6.35099 13.6976 7.94215C13.8283 9.50839 13.6118 11.3255 12.7531 12.7836C11.8679 14.2868 10.3305 15.348 8.00559 15.3667L7.99436 15.3667L7.99436 15.3667C5.66949 15.348 4.1321 14.2868 3.2468 12.7836C2.38812 11.3255 2.17162 9.50839 2.30237 7.94215M4.13171 3.18644C3.14715 4.57316 2.43448 6.35069 2.30241 7.94175L4.13171 3.18644ZM5.27325 3.99692C4.40955 5.21342 3.8056 6.75571 3.69758 8.05788L3.69755 8.05828C3.5817 9.44528 3.78857 10.9447 4.45315 12.0731C5.09053 13.1554 6.17491 13.9504 7.99998 13.9667C9.82504 13.9504 10.9094 13.1554 11.5468 12.0731C12.2114 10.9447 12.4182 9.44528 12.3024 8.05828L12.3024 8.05788C12.1944 6.75571 11.5904 5.21342 10.7267 3.99692C9.84075 2.74908 8.83375 2.04714 7.99998 2.03341C7.1662 2.04714 6.1592 2.74908 5.27325 3.99692Z", fill: "currentColor", }), }), - sd = (e) => - kt("svg", { + ed = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L4.75044 3.76052C4.75785 3.76761 4.76509 3.77485 4.77214 3.78222L12.7338 11.7439C12.7416 11.7513 12.7491 11.7588 12.7564 11.7665L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L12.3663 13.3563C11.4491 14.5463 10.027 15.3505 8.00556 15.3666L7.99435 15.3667L7.99435 15.3666C5.66948 15.348 4.13209 14.2868 3.24679 12.7836C2.38804 11.3254 2.17157 9.50807 2.3024 7.94174C2.39898 6.77662 2.80616 5.5173 3.39764 4.38762L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM4.44237 5.43235C4.03274 6.31121 3.7658 7.23414 3.69758 8.05778L3.69754 8.05826C3.58169 9.44526 3.78856 10.9446 4.45314 12.0731C5.09053 13.1554 6.17491 13.9504 7.99999 13.9666C9.65668 13.9519 10.7077 13.2948 11.3654 12.3553L4.44237 5.43235ZM7.99189 0.633378L8.00785 0.633376C9.53921 0.65063 10.9087 1.83487 11.8682 3.18642C12.8528 4.57316 13.5655 6.35071 13.6975 7.94178M8.00005 2.0334C7.52392 2.04136 6.98196 2.27021 6.41467 2.73804C6.11641 2.98401 5.67523 2.94162 5.42926 2.64337C5.18329 2.34511 5.22567 1.90392 5.52393 1.65795C6.2388 1.06841 7.08328 0.643862 7.99189 0.633378M8.00005 2.0334C8.83381 2.04717 9.84077 2.7491 10.7267 3.99691C11.5904 5.2134 12.1943 6.75569 12.3024 8.05786L12.3024 8.05856C12.3347 8.44326 12.3413 8.82969 12.3222 9.21527C12.303 9.6014 12.6005 9.92996 12.9866 9.94914C13.3727 9.96831 13.7013 9.67085 13.7204 9.28472C13.7427 8.83718 13.735 8.38866 13.6976 7.94213", fill: "currentColor", }), }), - cd = (e) => - kt("svg", { + td = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 8.03333C3.35175 8.03333 3.36667 8.01841 3.36667 8C3.36667 7.98159 3.35175 7.96666 3.33334 7.96666C3.31493 7.96666 3.30001 7.98159 3.30001 8C3.30001 8.01841 3.31493 8.03333 3.33334 8.03333ZM1.96667 8C1.96667 7.24521 2.57855 6.63333 3.33334 6.63333C4.08813 6.63333 4.70001 7.24521 4.70001 8C4.70001 8.75479 4.08813 9.36666 3.33334 9.36666C2.57855 9.36666 1.96667 8.75479 1.96667 8ZM8.00001 8.03333C8.01842 8.03333 8.03334 8.01841 8.03334 8C8.03334 7.98159 8.01842 7.96666 8.00001 7.96666C7.9816 7.96666 7.96667 7.98159 7.96667 8C7.96667 8.01841 7.9816 8.03333 8.00001 8.03333ZM6.63334 8C6.63334 7.24521 7.24522 6.63333 8.00001 6.63333C8.7548 6.63333 9.36667 7.24521 9.36667 8C9.36667 8.75479 8.7548 9.36666 8.00001 9.36666C7.24522 9.36666 6.63334 8.75479 6.63334 8ZM12.6667 8.03333C12.6851 8.03333 12.7 8.01841 12.7 8C12.7 7.98159 12.6851 7.96666 12.6667 7.96666C12.6483 7.96666 12.6333 7.98159 12.6333 8C12.6333 8.01841 12.6483 8.03333 12.6667 8.03333ZM11.3 8C11.3 7.24521 11.9119 6.63333 12.6667 6.63333C13.4215 6.63333 14.0333 7.24521 14.0333 8C14.0333 8.75479 13.4215 9.36666 12.6667 9.36666C11.9119 9.36666 11.3 8.75479 11.3 8Z", fill: "currentColor", }), }), - dd = (e) => - kt("svg", { + nd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 3.36667C8.01838 3.36667 8.0333 3.35175 8.0333 3.33334C8.0333 3.31493 8.01838 3.30001 7.99997 3.30001C7.98156 3.30001 7.96663 3.31493 7.96663 3.33334C7.96663 3.35175 7.98156 3.36667 7.99997 3.36667ZM6.6333 3.33334C6.6333 2.57855 7.24518 1.96667 7.99997 1.96667C8.75476 1.96667 9.36663 2.57855 9.36663 3.33334C9.36663 4.08813 8.75476 4.70001 7.99997 4.70001C7.24518 4.70001 6.6333 4.08813 6.6333 3.33334ZM7.99997 8.03334C8.01838 8.03334 8.0333 8.01842 8.0333 8.00001C8.0333 7.9816 8.01838 7.96667 7.99997 7.96667C7.98156 7.96667 7.96663 7.9816 7.96663 8.00001C7.96663 8.01842 7.98156 8.03334 7.99997 8.03334ZM6.6333 8.00001C6.6333 7.24522 7.24518 6.63334 7.99997 6.63334C8.75476 6.63334 9.36663 7.24522 9.36663 8.00001C9.36663 8.7548 8.75476 9.36667 7.99997 9.36667C7.24518 9.36667 6.6333 8.7548 6.6333 8.00001ZM7.99997 12.7C8.01838 12.7 8.0333 12.6851 8.0333 12.6667C8.0333 12.6483 8.01838 12.6333 7.99997 12.6333C7.98156 12.6333 7.96663 12.6483 7.96663 12.6667C7.96663 12.6851 7.98156 12.7 7.99997 12.7ZM6.6333 12.6667C6.6333 11.9119 7.24518 11.3 7.99997 11.3C8.75476 11.3 9.36663 11.9119 9.36663 12.6667C9.36663 13.4215 8.75476 14.0333 7.99997 14.0333C7.24518 14.0333 6.6333 13.4215 6.6333 12.6667Z", fill: "currentColor", }), }), - ud = (e) => - kt("svg", { + rd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6333 5.99999C2.6333 5.61339 2.9467 5.29999 3.3333 5.29999H12.6666C13.0532 5.29999 13.3666 5.61339 13.3666 5.99999C13.3666 6.38659 13.0532 6.69999 12.6666 6.69999H3.3333C2.9467 6.69999 2.6333 6.38659 2.6333 5.99999ZM2.6333 9.99999C2.6333 9.61339 2.9467 9.29999 3.3333 9.29999H12.6666C13.0532 9.29999 13.3666 9.61339 13.3666 9.99999C13.3666 10.3866 13.0532 10.7 12.6666 10.7H3.3333C2.9467 10.7 2.6333 10.3866 2.6333 9.99999Z", fill: "currentColor", }), }), - pd = (e) => - kt("svg", { + od = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1616 2.83836C13.435 3.11172 13.435 3.55494 13.1616 3.82831L11.6899 5.3H12.6666C13.0532 5.3 13.3666 5.6134 13.3666 6C13.3666 6.3866 13.0532 6.7 12.6666 6.7H10.2899L7.68992 9.3H12.6666C13.0532 9.3 13.3666 9.6134 13.3666 10C13.3666 10.3866 13.0532 10.7 12.6666 10.7H6.28992L3.82828 13.1616C3.55491 13.435 3.11169 13.435 2.83833 13.1616C2.56496 12.8883 2.56496 12.4451 2.83833 12.1717L4.31002 10.7H3.3333C2.9467 10.7 2.6333 10.3866 2.6333 10C2.6333 9.6134 2.9467 9.3 3.3333 9.3H5.71002L8.31002 6.7H3.3333C2.9467 6.7 2.6333 6.3866 2.6333 6C2.6333 5.6134 2.9467 5.3 3.3333 5.3H9.71002L12.1717 2.83836C12.445 2.56499 12.8882 2.56499 13.1616 2.83836Z", fill: "currentColor", }), }), - md = (e) => - kt("svg", { + id = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.94634 2.93495C9.63818 2.59255 9.10356 2.55304 8.69496 2.96165L4.32327 7.33334L9.33332 12.3434L13.705 7.9717C13.7137 7.96302 13.7226 7.95457 13.7317 7.94636C14.0741 7.63821 14.1136 7.10358 13.705 6.69498L9.97167 2.96165C9.963 2.95297 9.95455 2.94407 9.94634 2.93495ZM8.31003 13.3L3.33332 8.32329L2.29496 9.36165C2.28628 9.37032 2.27738 9.37877 2.26826 9.38698C1.92586 9.69514 1.88636 10.2298 2.29496 10.6384L4.9566 13.3H8.31003ZM2.83793 6.83877C2.83807 6.83864 2.83821 6.8385 2.83834 6.83836C2.83848 6.83823 2.83861 6.83809 2.83875 6.83795L7.70501 1.9717C8.62511 1.0516 10.0804 1.00788 10.9735 1.98358L14.695 5.70503C15.6151 6.62513 15.6588 8.08047 14.6831 8.97354L10.3566 13.3H14.6666C15.0532 13.3 15.3666 13.6134 15.3666 14C15.3666 14.3866 15.0532 14.7 14.6666 14.7H4.66665C4.481 14.7 4.30295 14.6263 4.17168 14.495L1.30501 11.6283C0.384906 10.7082 0.341192 9.25287 1.3169 8.3598L2.83793 6.83877Z", fill: "currentColor", }), }), - hd = (e) => - kt("svg", { + ld = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.19791 1.96664L9.19791 1.96668C10.6541 1.96231 12.0593 2.50277 13.1373 3.48183C13.4235 3.74175 13.4448 4.18445 13.1849 4.47063C12.9249 4.75682 12.4822 4.77811 12.196 4.51819C11.3776 3.77485 10.311 3.36418 9.20546 3.36666C8.60688 3.37463 8.01571 3.50021 7.46557 3.73626C6.9144 3.97275 6.41521 4.3155 5.99651 4.74493C5.64712 5.10329 5.35948 5.51615 5.14456 5.96667H10.6667C11.0533 5.96667 11.3667 6.28007 11.3667 6.66667C11.3667 7.05327 11.0533 7.36667 10.6667 7.36667H4.73482C4.709 7.57332 4.69729 7.78194 4.69995 7.99109L4.70006 8.00001H4.70001C4.70001 8.2149 4.71432 8.42632 4.74198 8.63334H8.66667C9.05327 8.63334 9.36667 8.94674 9.36667 9.33334C9.36667 9.71994 9.05327 10.0333 8.66667 10.0333H5.15816C5.89444 11.5746 7.4383 12.6333 9.20001 12.6333C10.3411 12.6333 11.3842 12.1773 12.2111 11.4685C12.5046 11.2169 12.9466 11.2509 13.1982 11.5445C13.4497 11.838 13.4158 12.2799 13.1222 12.5315C12.0825 13.4227 10.7256 14.0333 9.20001 14.0333C6.63416 14.0333 4.4628 12.3525 3.64628 10.0333H2.66667C2.28008 10.0333 1.96667 9.71994 1.96667 9.33334C1.96667 8.94674 2.28008 8.63334 2.66667 8.63334H3.3325C3.31117 8.42646 3.30016 8.21664 3.30001 8.00446C3.29745 7.79113 3.30634 7.57824 3.32651 7.36667H2.66667C2.28008 7.36667 1.96667 7.05327 1.96667 6.66667C1.96667 6.28007 2.28008 5.96667 2.66667 5.96667H3.63287C3.6618 5.88378 3.69259 5.80145 3.72522 5.71976C4.01589 4.99202 4.44706 4.32867 4.99411 3.76759C5.54117 3.20651 6.19339 2.75868 6.91353 2.44969C7.63368 2.1407 8.40763 1.97658 9.1912 1.96673L9.19791 1.96664Z", fill: "currentColor", }), }), - fd = (e) => - kt("svg", { + ad = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 1.99999C1.30005 1.61339 1.61345 1.29999 2.00005 1.29999H5.20005C5.58665 1.29999 5.90005 1.61339 5.90005 1.99999C5.90005 2.38659 5.58665 2.69999 5.20005 2.69999H3.69L6.49502 5.50501C6.76839 5.77838 6.76839 6.2216 6.49502 6.49496C6.22166 6.76833 5.77844 6.76833 5.50507 6.49496L2.70005 3.68994V5.19999C2.70005 5.58659 2.38665 5.89999 2.00005 5.89999C1.61345 5.89999 1.30005 5.58659 1.30005 5.19999V1.99999ZM10.1 1.99999C10.1 1.61339 10.4135 1.29999 10.8 1.29999H14C14.3866 1.29999 14.7 1.61339 14.7 1.99999V5.19999C14.7 5.58659 14.3866 5.89999 14 5.89999C13.6135 5.89999 13.3 5.58659 13.3 5.19999V3.68994L10.495 6.49496C10.2217 6.76833 9.77844 6.76833 9.50507 6.49496C9.23171 6.2216 9.23171 5.77838 9.50507 5.50501L12.3101 2.69999H10.8C10.4135 2.69999 10.1 2.38659 10.1 1.99999ZM6.49502 9.50501C6.76839 9.77838 6.76839 10.2216 6.49502 10.495L3.69 13.3H5.20005C5.58665 13.3 5.90005 13.6134 5.90005 14C5.90005 14.3866 5.58665 14.7 5.20005 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V10.8C1.30005 10.4134 1.61345 10.1 2.00005 10.1C2.38665 10.1 2.70005 10.4134 2.70005 10.8V12.31L5.50507 9.50501C5.77844 9.23165 6.22166 9.23165 6.49502 9.50501ZM9.50507 9.50501C9.77844 9.23165 10.2217 9.23165 10.495 9.50501L13.3 12.31V10.8C13.3 10.4134 13.6135 10.1 14 10.1C14.3866 10.1 14.7 10.4134 14.7 10.8V14C14.7 14.3866 14.3866 14.7 14 14.7H10.8C10.4135 14.7 10.1 14.3866 10.1 14C10.1 13.6134 10.4135 13.3 10.8 13.3H12.3101L9.50507 10.495C9.23171 10.2216 9.23171 9.77838 9.50507 9.50501Z", fill: "currentColor", }), }), - gd = (e) => - kt("svg", { + Cd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 2.69999C9.61345 2.69999 9.30005 2.38659 9.30005 1.99999C9.30005 1.61339 9.61345 1.29999 10 1.29999H14C14.3866 1.29999 14.7 1.61339 14.7 1.99999V5.99999C14.7 6.38659 14.3866 6.69999 14 6.69999C13.6135 6.69999 13.3 6.38659 13.3 5.99999V3.68994L7.16169 9.8283C6.88832 10.1017 6.44511 10.1017 6.17174 9.8283C5.89837 9.55493 5.89837 9.11171 6.17174 8.83835L12.3101 2.69999H10ZM3.33338 4.69999C3.16541 4.69999 3.00432 4.76671 2.88555 4.88549C2.76677 5.00426 2.70005 5.16535 2.70005 5.33332V12.6667C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H10.6667C10.8347 13.3 10.9958 13.2333 11.1145 13.1145C11.2333 12.9957 11.3 12.8346 11.3 12.6667V8.66665C11.3 8.28006 11.6135 7.96665 12 7.96665C12.3866 7.96665 12.7 8.28006 12.7 8.66665V12.6667C12.7 13.2059 12.4858 13.7231 12.1045 14.1044C11.7232 14.4858 11.206 14.7 10.6667 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1044C1.51427 13.7231 1.30005 13.2059 1.30005 12.6667V5.33332C1.30005 4.79405 1.51427 4.27686 1.8956 3.89554C2.27692 3.51421 2.79411 3.29999 3.33338 3.29999H7.33338C7.71998 3.29999 8.03338 3.61339 8.03338 3.99999C8.03338 4.38659 7.71998 4.69999 7.33338 4.69999H3.33338Z", fill: "currentColor", }), }), - vd = (e) => - kt("svg", { + sd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.11214 8C2.16553 8.10173 2.23476 8.22755 2.32022 8.37113C2.562 8.77731 2.92932 9.31827 3.42959 9.85702C4.43054 10.935 5.92434 11.9667 7.99997 11.9667C10.0756 11.9667 11.5694 10.935 12.5703 9.85702C13.0706 9.31827 13.4379 8.77731 13.6797 8.37113C13.7652 8.22755 13.8344 8.10173 13.8878 8C13.8344 7.89826 13.7652 7.77245 13.6797 7.62887C13.4379 7.22268 13.0706 6.68173 12.5703 6.14298C11.5694 5.06503 10.0756 4.03333 7.99997 4.03333C5.92434 4.03333 4.43054 5.06503 3.42959 6.14298C2.92932 6.68173 2.562 7.22268 2.32022 7.62887C2.23476 7.77245 2.16553 7.89826 2.11214 8ZM14.6666 8C15.31 7.72425 15.3099 7.72397 15.3098 7.72367L15.3087 7.72127L15.3067 7.71658L15.3004 7.70218C15.2951 7.69038 15.2878 7.67425 15.2785 7.65406C15.2599 7.61368 15.233 7.55703 15.1977 7.48643C15.1271 7.34533 15.0226 7.14786 14.8827 6.91279C14.6037 6.44398 14.1793 5.81827 13.5963 5.19035C12.4305 3.93496 10.591 2.63333 7.99997 2.63333C5.40893 2.63333 3.5694 3.93496 2.40368 5.19035C1.82061 5.81827 1.39627 6.44398 1.11721 6.91279C0.97729 7.14786 0.872805 7.34533 0.802254 7.48643C0.766952 7.55703 0.740067 7.61368 0.721418 7.65406C0.712091 7.67425 0.704817 7.69038 0.699573 7.70218L0.693225 7.71658L0.691185 7.72127L0.690448 7.72298C0.690319 7.72328 0.689899 7.72425 1.3333 8L0.689899 7.72425C0.614435 7.90034 0.614435 8.09966 0.689899 8.27574L1.3333 8C0.689899 8.27574 0.68977 8.27544 0.689899 8.27574L0.690448 8.27702L0.691185 8.27873L0.693225 8.28342L0.699573 8.29782C0.704817 8.30961 0.712091 8.32575 0.721418 8.34594C0.740067 8.38631 0.766952 8.44296 0.802254 8.51357C0.872805 8.65467 0.97729 8.85213 1.11721 9.0872C1.39627 9.55602 1.82061 10.1817 2.40368 10.8096C3.5694 12.065 5.40893 13.3667 7.99997 13.3667C10.591 13.3667 12.4305 12.065 13.5963 10.8096C14.1793 10.1817 14.6037 9.55602 14.8827 9.0872C15.0226 8.85213 15.1271 8.65467 15.1977 8.51357C15.233 8.44296 15.2599 8.38631 15.2785 8.34594C15.2878 8.32575 15.2951 8.30961 15.3004 8.29782L15.3067 8.28342L15.3087 8.27873L15.3095 8.27702C15.3096 8.27672 15.31 8.27574 14.6666 8ZM14.6666 8L15.31 8.27574C15.3855 8.09966 15.3852 7.89975 15.3098 7.72367L14.6666 8ZM7.99997 6.7C7.282 6.7 6.69997 7.28203 6.69997 8C6.69997 8.71797 7.282 9.3 7.99997 9.3C8.71794 9.3 9.29997 8.71797 9.29997 8C9.29997 7.28203 8.71794 6.7 7.99997 6.7ZM5.29997 8C5.29997 6.50883 6.5088 5.3 7.99997 5.3C9.49114 5.3 10.7 6.50883 10.7 8C10.7 9.49117 9.49114 10.7 7.99997 10.7C6.5088 10.7 5.29997 9.49117 5.29997 8Z", fill: "currentColor", }), }), - wd = (e) => - kt("svg", { + cd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L4.89164 3.90172C4.89802 3.90786 4.9043 3.91414 4.91048 3.92056L7.07886 6.08894C7.08049 6.09055 7.08211 6.09218 7.08373 6.09381L9.9062 8.91628C9.9078 8.91787 9.9094 8.91946 9.91098 8.92106L12.0779 11.088C12.0846 11.0944 12.0911 11.101 12.0976 11.1077L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L11.4855 12.4754C10.4204 13.0616 9.22111 13.3698 7.99917 13.3667C5.40856 13.3664 3.56928 12.0649 2.40368 10.8096C1.82061 10.1817 1.39627 9.55602 1.11721 9.0872C0.97729 8.85213 0.872805 8.65467 0.802254 8.51357C0.766952 8.44296 0.740067 8.38631 0.721418 8.34594C0.712091 8.32575 0.704817 8.30961 0.699573 8.29782L0.693225 8.28342L0.691185 8.27873L0.690448 8.27702C0.690319 8.27672 0.689899 8.27574 1.3333 8L0.689899 8.27574C0.610847 8.09129 0.614763 7.88177 0.700654 7.7004C1.32047 6.39157 2.22338 5.24109 3.34006 4.33004L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM4.33594 5.32592C3.4155 6.05104 2.65785 6.96317 2.11371 8.00299C2.16688 8.10419 2.23559 8.22895 2.32022 8.37113C2.562 8.77731 2.92932 9.31827 3.42959 9.85701C4.43054 10.935 5.92434 11.9667 7.99997 11.9667L8.00184 11.9667C8.84844 11.9689 9.68157 11.7857 10.444 11.434L9.36157 10.3516C9.2613 10.413 9.15689 10.4681 9.04897 10.5161C8.71777 10.6637 8.36024 10.7431 7.99771 10.7495C7.63518 10.7559 7.27507 10.6892 6.93888 10.5534C6.60268 10.4176 6.29728 10.2155 6.04089 9.95907C5.7845 9.70269 5.58238 9.39728 5.44659 9.06109C5.31079 8.72489 5.2441 8.36479 5.2505 8.00225C5.25689 7.63972 5.33625 7.2822 5.48382 6.951C5.5319 6.84307 5.58692 6.73867 5.64841 6.63839L4.33594 5.32592ZM6.70069 7.69067C6.66931 7.79983 6.65229 7.91288 6.65028 8.02695C6.6472 8.2015 6.67931 8.37489 6.74469 8.53676C6.81008 8.69863 6.90739 8.84568 7.03084 8.96912C7.15428 9.09257 7.30133 9.18989 7.4632 9.25527C7.62508 9.32065 7.79846 9.35276 7.97301 9.34968C8.08709 9.34767 8.20014 9.33066 8.30929 9.29927L6.70069 7.69067ZM7.99917 13.3667C7.99881 13.3667 7.99845 13.3667 7.99809 13.3667L7.99997 12.6668L7.99917 13.3667C7.99944 13.3667 7.99891 13.3667 7.99917 13.3667ZM7.99866 2.63333L7.99997 2.63333C10.591 2.63333 12.4305 3.93496 13.5963 5.19035C14.1793 5.81827 14.6037 6.44398 14.8827 6.91279C15.0226 7.14786 15.1271 7.34532 15.1977 7.48643C15.233 7.55703 15.2599 7.61368 15.2785 7.65406C15.2878 7.67425 15.2951 7.69038 15.3004 7.70218L15.3067 7.71658L15.3087 7.72127L15.3095 7.72298C15.3096 7.72328 15.31 7.72425 14.6666 8L15.31 7.72425C15.3886 7.90752 15.3852 8.11559 15.3009 8.29625C14.979 8.98524 14.5754 9.63298 14.0987 10.2255C13.8563 10.5267 13.4157 10.5744 13.1145 10.3321C12.8133 10.0897 12.7656 9.64907 13.0079 9.34786C13.3454 8.9284 13.6399 8.47644 13.8872 7.99883C13.8339 7.8973 13.7648 7.7719 13.6797 7.62887C13.4379 7.22268 13.0706 6.68173 12.5703 6.14298C11.5695 5.06515 10.0759 4.03355 8.00064 4.03333C7.7463 4.03383 7.49223 4.04985 7.23984 4.08129C6.85621 4.12909 6.50647 3.85684 6.45867 3.47321C6.41087 3.08957 6.68312 2.73983 7.06676 2.69203C7.37591 2.65352 7.68712 2.63391 7.99866 2.63333Z", fill: "currentColor", }), }), - Ld = (e) => - kt("svg", { + dd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.14801 1.81467C7.90441 1.05827 8.9303 0.633331 10 0.633331H12C12.3866 0.633331 12.7 0.946732 12.7 1.33333V4C12.7 4.3866 12.3866 4.7 12 4.7H10.0333V5.96666H12C12.2156 5.96666 12.4191 6.06597 12.5518 6.23588C12.6844 6.40578 12.7314 6.62732 12.6791 6.83644L12.0124 9.50311C11.9345 9.81472 11.6545 10.0333 11.3333 10.0333H10.0333V14.6667C10.0333 15.0533 9.71994 15.3667 9.33334 15.3667H6.66667C6.28008 15.3667 5.96667 15.0533 5.96667 14.6667V10.0333H4.66667C4.28008 10.0333 3.96667 9.71993 3.96667 9.33333V6.66666C3.96667 6.28006 4.28008 5.96666 4.66667 5.96666H5.96667V4.66666C5.96667 3.59696 6.39161 2.57106 7.14801 1.81467ZM10 2.03333C9.3016 2.03333 8.63181 2.31077 8.13796 2.80462C7.64411 3.29846 7.36667 3.96826 7.36667 4.66666V6.66666C7.36667 7.05326 7.05327 7.36666 6.66667 7.36666H5.36667V8.63333H6.66667C7.05327 8.63333 7.36667 8.94673 7.36667 9.33333V13.9667H8.63334V9.33333C8.63334 8.94673 8.94674 8.63333 9.33334 8.63333H10.7868L11.1035 7.36666H9.33334C8.94674 7.36666 8.63334 7.05326 8.63334 6.66666V4.66666C8.63334 4.3042 8.77733 3.95658 9.03363 3.70029C9.28993 3.44399 9.63755 3.3 10 3.3H11.3V2.03333H10Z", fill: "currentColor", }), }), - bd = (e) => - kt("svg", { + ud = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.22888C1.61017 0.847557 2.12736 0.633331 2.66663 0.633331H3.99997C4.53924 0.633331 5.05643 0.847557 5.43775 1.22888C5.81908 1.6102 6.0333 2.12739 6.0333 2.66666V7.30643L9.5931 4.76372C9.80647 4.61131 10.0871 4.59093 10.3203 4.71091C10.5534 4.8309 10.7 5.07112 10.7 5.33333V7.30643L14.2598 4.76372C14.4731 4.61131 14.7538 4.59093 14.9869 4.71091C15.2201 4.8309 15.3666 5.07112 15.3666 5.33333V13.3333C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3667 13.3333 15.3667H2.66663C2.12736 15.3667 1.61017 15.1524 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3333V2.66666C0.633301 2.12739 0.847526 1.6102 1.22885 1.22888ZM2.66663 2.03333C2.49866 2.03333 2.33757 2.10006 2.2188 2.21883C2.10003 2.3376 2.0333 2.49869 2.0333 2.66666V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7812C2.33757 13.8999 2.49866 13.9667 2.66663 13.9667H13.3333C13.5013 13.9667 13.6624 13.8999 13.7811 13.7812C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V6.69356L10.4068 9.23628C10.1935 9.38868 9.91281 9.40906 9.67966 9.28908C9.44651 9.1691 9.29997 8.92887 9.29997 8.66666V6.69356L5.74017 9.23628C5.5268 9.38868 5.24614 9.40906 5.01299 9.28908C4.77984 9.1691 4.6333 8.92887 4.6333 8.66666V2.66666C4.6333 2.49869 4.56657 2.3376 4.4478 2.21883C4.32903 2.10006 4.16794 2.03333 3.99997 2.03333H2.66663ZM3.96663 12C3.96663 11.6134 4.28003 11.3 4.66663 11.3H5.3333C5.7199 11.3 6.0333 11.6134 6.0333 12C6.0333 12.3866 5.7199 12.7 5.3333 12.7H4.66663C4.28003 12.7 3.96663 12.3866 3.96663 12ZM7.29997 12C7.29997 11.6134 7.61337 11.3 7.99997 11.3H8.66663C9.05323 11.3 9.36663 11.6134 9.36663 12C9.36663 12.3866 9.05323 12.7 8.66663 12.7H7.99997C7.61337 12.7 7.29997 12.3866 7.29997 12ZM10.6333 12C10.6333 11.6134 10.9467 11.3 11.3333 11.3H12C12.3866 11.3 12.7 11.6134 12.7 12C12.7 12.3866 12.3866 12.7 12 12.7H11.3333C10.9467 12.7 10.6333 12.3866 10.6333 12Z", fill: "currentColor", }), }), - Md = (e) => - kt("svg", { + pd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.87218 2.03903C8.46551 2.01807 8.05641 2.07122 7.66529 2.19796C7.04926 2.39759 6.50417 2.77125 6.09582 3.27384C5.68748 3.77644 5.43332 4.38647 5.36404 5.03033C5.29475 5.67418 5.4133 6.32432 5.70537 6.90229C5.82987 7.14866 5.79796 7.44519 5.62389 7.65943C5.44981 7.87366 5.16609 7.9656 4.89945 7.89416L2.03897 7.12777C2.01801 7.53444 2.07116 7.94354 2.1979 8.33466C2.39753 8.95069 2.77119 9.49578 3.27378 9.90413C3.77637 10.3125 4.38641 10.5666 5.03027 10.6359C5.67412 10.7052 6.32426 10.5867 6.90223 10.2946C7.1486 10.1701 7.44513 10.202 7.65937 10.3761C7.8736 10.5501 7.96553 10.8339 7.8941 11.1005L7.12771 13.961C7.53438 13.9819 7.94348 13.9288 8.3346 13.802C8.95063 13.6024 9.49572 13.2288 9.90406 12.7262C10.3124 12.2236 10.5666 11.6135 10.6359 10.9697C10.7051 10.3258 10.5866 9.67569 10.2945 9.09772C10.17 8.85135 10.2019 8.55482 10.376 8.34058C10.5501 8.12635 10.8338 8.03441 11.1004 8.10585L13.9609 8.87224C13.9819 8.46557 13.9287 8.05647 13.802 7.66535C13.6024 7.04932 13.2287 6.50423 12.7261 6.09589C12.2235 5.68754 11.6135 5.43338 10.9696 5.3641C10.3258 5.29481 9.67562 5.41336 9.09766 5.70543C8.85129 5.82993 8.55476 5.79802 8.34052 5.62395C8.12629 5.44987 8.03435 5.16615 8.10579 4.89952L8.87218 2.03903ZM7.23371 0.866146C8.10683 0.583206 9.04318 0.559022 9.92974 0.796512C10.1091 0.844552 10.262 0.961866 10.3548 1.12264C10.4476 1.28342 10.4728 1.4745 10.4248 1.65383L9.79192 4.01587C10.228 3.93964 10.6747 3.92428 11.1194 3.97213C12.032 4.07033 12.8966 4.43055 13.6089 5.00932C14.3213 5.58808 14.8509 6.36065 15.1338 7.23377C15.4167 8.10689 15.4409 9.04324 15.2034 9.9298C15.1554 10.1091 15.0381 10.262 14.8773 10.3549C14.7165 10.4477 14.5255 10.4729 14.3461 10.4248L11.9841 9.79198C12.0603 10.228 12.0757 10.6748 12.0278 11.1195C11.9296 12.032 11.5694 12.8966 10.9906 13.609C10.4119 14.3213 9.6393 14.8509 8.76618 15.1339C7.89306 15.4168 6.95671 15.441 6.07015 15.2035C5.89082 15.1555 5.73791 15.0381 5.64508 14.8774C5.55224 14.7166 5.52708 14.5255 5.57512 14.3462L6.20797 11.9841C5.77193 12.0604 5.32515 12.0757 4.88048 12.0279C3.96793 11.9297 3.1033 11.5695 2.39096 10.9907C1.67863 10.4119 1.14902 9.63936 0.866085 8.76624C0.583145 7.89312 0.558961 6.95677 0.796451 6.07021C0.844491 5.89088 0.961805 5.73797 1.12258 5.64514C1.28336 5.5523 1.47444 5.52714 1.65377 5.57519L4.01581 6.20803C3.93958 5.772 3.92422 5.32521 3.97207 4.88054C4.07027 3.96799 4.43049 3.10336 5.00926 2.39102C5.58802 1.67869 6.36059 1.14909 7.23371 0.866146ZM7.99994 7.3C8.38654 7.3 8.69994 7.61341 8.69994 8.00001V8.00667C8.69994 8.39327 8.38654 8.70667 7.99994 8.70667C7.61334 8.70667 7.29994 8.39327 7.29994 8.00667V8.00001C7.29994 7.61341 7.61334 7.3 7.99994 7.3Z", fill: "currentColor", }), }), - Hd = (e) => - kt("svg", { + md = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.02575 2.70452C1.26592 2.58705 1.55202 2.61665 1.76306 2.78079L7.76306 7.44746C7.85113 7.51596 7.92032 7.60348 7.96663 7.70186V3.33334C7.96663 3.06598 8.11892 2.82198 8.35909 2.70452C8.59926 2.58705 8.88536 2.61665 9.09639 2.78079L15.0964 7.44746C15.2669 7.58008 15.3666 7.78399 15.3666 8C15.3666 8.21602 15.2669 8.41993 15.0964 8.55255L9.09639 13.2192C8.88536 13.3834 8.59926 13.413 8.35909 13.2955C8.11892 13.178 7.96663 12.934 7.96663 12.6667V8.29815C7.92032 8.39653 7.85113 8.48405 7.76306 8.55255L1.76306 13.2192C1.55202 13.3834 1.26592 13.413 1.02575 13.2955C0.785587 13.178 0.633301 12.934 0.633301 12.6667V3.33334C0.633301 3.06598 0.785587 2.82198 1.02575 2.70452ZM2.0333 4.76458V11.2354L6.19313 8L2.0333 4.76458ZM9.36663 4.76458V11.2354L13.5265 8L9.36663 4.76458Z", fill: "currentColor", }), }), - Ed = (e) => - kt("svg", { + hd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33833 2.00503C8.22016 1.12319 9.41619 0.627777 10.6633 0.627777C11.9104 0.627777 13.1064 1.12319 13.9883 2.00503C14.8701 2.88686 15.3655 4.08289 15.3655 5.33C15.3655 6.57699 14.8702 7.77291 13.9885 8.65472C13.9884 8.65481 13.9884 8.65489 13.9883 8.65498L12.2209 10.4276C12.1847 10.4745 12.1426 10.5166 12.0959 10.553L9.49568 13.1609C9.36434 13.2926 9.18598 13.3667 8.99997 13.3667H3.62325L1.82828 15.1616C1.55491 15.435 1.11169 15.435 0.838326 15.1616C0.564959 14.8883 0.564959 14.4451 0.838326 14.1717L2.6333 12.3767V7C2.6333 6.81435 2.70705 6.6363 2.83833 6.50503L7.33833 2.00503ZM5.02325 11.9667H8.70941L9.97233 10.7H6.28992L5.02325 11.9667ZM5.50481 9.50521L4.0333 10.9767V7.28995L8.32828 2.99498C8.94756 2.37569 9.7875 2.02778 10.6633 2.02778C11.5391 2.02778 12.379 2.37569 12.9983 2.99498C13.6176 3.61426 13.9655 4.4542 13.9655 5.33C13.9655 6.20581 13.6176 7.04574 12.9983 7.66503L12.9976 7.66576L11.3682 9.3H7.68992L11.1616 5.82831C11.435 5.55494 11.435 5.11173 11.1616 4.83836C10.8882 4.56499 10.445 4.56499 10.1717 4.83836L5.50518 9.50484C5.50505 9.50496 5.50493 9.50509 5.50481 9.50521Z", fill: "currentColor", }), }), - Rd = (e) => - kt("svg", { + fd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 1.29999C2.85229 1.29999 3.03033 1.37374 3.16161 1.50501L4.49494 2.83835C4.62622 2.96962 4.69997 3.14767 4.69997 3.33332V4.63332H5.96663V3.33332C5.96663 3.14767 6.04038 2.96962 6.17166 2.83835L7.50499 1.50501C7.63627 1.37374 7.81432 1.29999 7.99997 1.29999C8.18562 1.29999 8.36367 1.37374 8.49494 1.50501L9.82827 2.83835C9.95955 2.96962 10.0333 3.14767 10.0333 3.33332V4.63332H11.3V3.33332C11.3 3.14767 11.3737 2.96962 11.505 2.83835L12.8383 1.50501C12.9696 1.37374 13.1476 1.29999 13.3333 1.29999C13.519 1.29999 13.697 1.37374 13.8283 1.50501L15.1616 2.83835C15.2929 2.96962 15.3666 3.14767 15.3666 3.33332V13.3333C15.3666 13.6924 15.2439 14.046 14.9783 14.3116C14.7127 14.5772 14.359 14.7 14 14.7H12.6666C12.3076 14.7 11.9539 14.5772 11.6883 14.3116C11.4227 14.046 11.3 13.6924 11.3 13.3333V12.7H10.0333V13.3333C10.0333 13.6924 9.91055 14.046 9.64494 14.3116C9.37933 14.5772 9.02571 14.7 8.66663 14.7H7.3333C6.97423 14.7 6.6206 14.5772 6.35499 14.3116C6.08938 14.046 5.96663 13.6924 5.96663 13.3333V12.7H4.69997V13.3333C4.69997 13.6924 4.57722 14.046 4.31161 14.3116C4.046 14.5772 3.69237 14.7 3.3333 14.7H1.99997C1.64089 14.7 1.28727 14.5772 1.02166 14.3116C0.756047 14.046 0.633301 13.6924 0.633301 13.3333V3.33332C0.633301 3.14767 0.707051 2.96962 0.838326 2.83835L2.17166 1.50501C2.30293 1.37374 2.48098 1.29999 2.66663 1.29999ZM4.69997 11.3H5.96663V6.03332H4.69997V11.3ZM3.29997 13.3H2.0333V3.62327L2.66663 2.98994L3.29997 3.62327V13.3ZM7.36663 13.3H8.6333V3.62327L7.99997 2.98994L7.36663 3.62327V13.3ZM10.0333 6.03332V11.3H11.3V6.03332H10.0333ZM12.7 13.3H13.9666V3.62327L13.3333 2.98994L12.7 3.62327V13.3Z", fill: "currentColor", }), }), - yd = (e) => - kt("svg", { + gd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.30005 2.74095V4C7.30005 4.3866 7.61345 4.7 8.00005 4.7C8.38665 4.7 8.70005 4.3866 8.70005 4V2.74095C9.52456 2.85081 10.3151 3.15373 11.0056 3.62915C11.4661 3.94616 11.8707 4.33209 12.2069 4.77081L11.1194 5.39223C10.7838 5.58403 10.6671 6.01163 10.8589 6.34729C11.0508 6.68296 11.4784 6.79957 11.814 6.60777L12.9042 5.98479C12.9203 6.02409 12.936 6.06362 12.9512 6.10337C13.3342 7.1061 13.4037 8.20148 13.1505 9.24458C13.0866 9.5079 13.0029 9.76475 12.9006 10.0131L11.814 9.39223C11.4784 9.20042 11.0508 9.31704 10.8589 9.6527C10.6671 9.98836 10.7838 10.416 11.1194 10.6078L12.2011 11.2259C12.0022 11.4844 11.7789 11.7253 11.5334 11.9449C11.2452 12.2026 11.2206 12.6452 11.4783 12.9333C11.736 13.2215 12.1786 13.2461 12.4667 12.9884C12.8253 12.6677 13.1463 12.3111 13.4256 11.9256L13.4528 11.9411C13.7884 12.1329 14.216 12.0163 14.4078 11.6806C14.5996 11.345 14.483 10.9174 14.1473 10.7256L14.1241 10.7123C14.2861 10.3472 14.4159 9.96665 14.511 9.57478C14.8311 8.25615 14.7432 6.87142 14.259 5.60382C14.218 5.49642 14.1743 5.39029 14.128 5.28551L14.1473 5.27443C14.483 5.08263 14.5996 4.65503 14.4078 4.31937C14.216 3.98371 13.7884 3.86709 13.4528 4.05889L13.4312 4.0712C12.985 3.45352 12.4342 2.91298 11.7995 2.47603C10.8751 1.83957 9.8089 1.44767 8.70005 1.33119C8.69889 0.945576 8.38594 0.633331 8.00005 0.633331C7.61417 0.633331 7.30121 0.945576 7.30005 1.33119C6.19121 1.44767 5.12497 1.83957 4.20056 2.47603C3.56591 2.91298 3.01509 3.45352 2.56889 4.0712L2.54735 4.05889C2.21169 3.86709 1.78409 3.98371 1.59228 4.31937C1.40047 4.65503 1.51709 5.08263 1.85275 5.27443L1.87214 5.28551C1.82582 5.39029 1.78212 5.49642 1.7411 5.60382C1.25692 6.87142 1.16903 8.25615 1.48908 9.57478C1.58418 9.96665 1.71399 10.3472 1.87601 10.7123L1.85275 10.7256C1.51709 10.9174 1.40047 11.345 1.59228 11.6806C1.78409 12.0163 2.21169 12.1329 2.54735 11.9411L2.57449 11.9256C2.8538 12.3111 3.17483 12.6677 3.53338 12.9884C3.82154 13.2461 4.26407 13.2215 4.5218 12.9333C4.77953 12.6452 4.75487 12.2026 4.46672 11.9449C4.2212 11.7253 3.99792 11.4844 3.79903 11.2259L4.88068 10.6078C5.21634 10.416 5.33296 9.98836 5.14115 9.6527C4.94935 9.31704 4.52175 9.20042 4.18609 9.39223L3.09951 10.0131C2.9972 9.76475 2.91349 9.5079 2.84958 9.24458C2.59641 8.20148 2.66593 7.1061 3.04894 6.10337C3.06412 6.06362 3.07977 6.02409 3.09587 5.98479L4.18609 6.60777C4.52175 6.79957 4.94935 6.68296 5.14115 6.34729C5.33296 6.01163 5.21634 5.58403 4.88068 5.39223L3.7932 4.77081C4.12939 4.33209 4.53405 3.94616 4.99448 3.62915C5.685 3.15373 6.47555 2.85081 7.30005 2.74095ZM8.00005 7.36666C7.65027 7.36666 7.36672 7.65022 7.36672 8C7.36672 8.34978 7.65027 8.63333 8.00005 8.63333C8.34983 8.63333 8.63338 8.34978 8.63338 8C8.63338 7.65022 8.34983 7.36666 8.00005 7.36666ZM5.96672 8C5.96672 6.87702 6.87707 5.96666 8.00005 5.96666C9.12303 5.96666 10.0334 6.87702 10.0334 8C10.0334 8.78925 9.5837 9.47348 8.92657 9.81045L10.4852 13.9667H10.6667C11.0533 13.9667 11.3667 14.2801 11.3667 14.6667C11.3667 15.0533 11.0533 15.3667 10.6667 15.3667H10.0164C10.0055 15.3669 9.99472 15.3669 9.98393 15.3667H6.01617C6.00538 15.3669 5.99456 15.3669 5.98373 15.3667H5.33338C4.94678 15.3667 4.63338 15.0533 4.63338 14.6667C4.63338 14.2801 4.94678 13.9667 5.33338 13.9667H5.51495L7.07353 9.81045C6.4164 9.47348 5.96672 8.78926 5.96672 8ZM8.00005 11.3269L7.01015 13.9667H8.98995L8.00005 11.3269Z", fill: "currentColor", }), }), - Vd = (e) => - kt("svg", { + vd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.66663 2.03333C5.23345 2.03333 4.818 2.20541 4.51169 2.51172C4.20538 2.81803 4.0333 3.23348 4.0333 3.66666C4.0333 4.09985 4.20538 4.5153 4.51169 4.82161C4.818 5.12792 5.23345 5.3 5.66663 5.3H7.29997V2.03333H5.66663ZM8.69997 2.03333V5.3H10.3333C10.5478 5.3 10.7602 5.25775 10.9584 5.17567C11.1565 5.09359 11.3366 4.97327 11.4882 4.82161C11.6399 4.66994 11.7602 4.48988 11.8423 4.29171C11.9244 4.09355 11.9666 3.88116 11.9666 3.66666C11.9666 3.45217 11.9244 3.23978 11.8423 3.04162C11.7602 2.84345 11.6399 2.66339 11.4882 2.51172C11.3366 2.36005 11.1565 2.23974 10.9584 2.15766C10.7602 2.07558 10.5478 2.03333 10.3333 2.03333H8.69997ZM12.2715 6C12.3431 5.9405 12.4121 5.87763 12.4782 5.81155C12.7599 5.52988 12.9833 5.19549 13.1357 4.82747C13.2882 4.45945 13.3666 4.06501 13.3666 3.66666C13.3666 3.26832 13.2882 2.87388 13.1357 2.50586C12.9833 2.13784 12.7599 1.80345 12.4782 1.52177C12.1965 1.2401 11.8621 1.01667 11.4941 0.86423C11.1261 0.711791 10.7316 0.633331 10.3333 0.633331H5.66663C4.86214 0.633331 4.0906 0.952914 3.52174 1.52177C2.95288 2.09063 2.6333 2.86217 2.6333 3.66666C2.6333 4.47115 2.95288 5.24269 3.52174 5.81155C3.58797 5.87779 3.65695 5.94064 3.72841 6C3.65695 6.05936 3.58797 6.12221 3.52174 6.18844C2.95288 6.7573 2.6333 7.52884 2.6333 8.33333C2.6333 9.13782 2.95288 9.90936 3.52174 10.4782C3.58797 10.5445 3.65695 10.6073 3.72841 10.6667C3.65695 10.726 3.58797 10.7889 3.52174 10.8551C2.95288 11.424 2.6333 12.1955 2.6333 13C2.6333 13.8045 2.95288 14.576 3.52174 15.1449C4.0906 15.7137 4.86214 16.0333 5.66663 16.0333C6.47112 16.0333 7.24266 15.7137 7.81152 15.1449C8.38038 14.576 8.69997 13.8045 8.69997 13V10.8894C8.84959 10.985 9.00767 11.0675 9.17249 11.1358C9.54051 11.2882 9.93496 11.3667 10.3333 11.3667C10.7316 11.3667 11.1261 11.2882 11.4941 11.1358C11.8621 10.9833 12.1965 10.7599 12.4782 10.4782C12.7599 10.1965 12.9833 9.86216 13.1357 9.49414C13.2882 9.12612 13.3666 8.73168 13.3666 8.33333C13.3666 7.93499 13.2882 7.54055 13.1357 7.17252C12.9833 6.80451 12.7599 6.47011 12.4782 6.18844C12.4121 6.12237 12.3431 6.0595 12.2715 6ZM7.29997 9.96666V6.7H5.66663C5.23345 6.7 4.818 6.87208 4.51169 7.17839C4.20538 7.4847 4.0333 7.90014 4.0333 8.33333C4.0333 8.76652 4.20538 9.18196 4.51169 9.48827C4.818 9.79458 5.23345 9.96666 5.66663 9.96666H7.29997ZM7.29997 11.3667H5.66663C5.23345 11.3667 4.818 11.5387 4.51169 11.8451C4.20538 12.1514 4.0333 12.5668 4.0333 13C4.0333 13.4332 4.20538 13.8486 4.51169 14.1549C4.818 14.4612 5.23345 14.6333 5.66663 14.6333C6.09982 14.6333 6.51527 14.4612 6.82157 14.1549C7.12788 13.8486 7.29997 13.4332 7.29997 13V11.3667ZM10.3333 6.7C10.1188 6.7 9.90642 6.74225 9.70825 6.82433C9.51009 6.90641 9.33003 7.02672 9.17836 7.17839C9.02669 7.33006 8.90638 7.51012 8.8243 7.70828C8.74221 7.90645 8.69997 8.11884 8.69997 8.33333C8.69997 8.54782 8.74221 8.76022 8.8243 8.95838C8.90638 9.15655 9.02669 9.3366 9.17836 9.48827C9.33003 9.63994 9.51009 9.76025 9.70825 9.84233C9.90642 9.92442 10.1188 9.96666 10.3333 9.96666C10.5478 9.96666 10.7602 9.92442 10.9584 9.84233C11.1565 9.76025 11.3366 9.63994 11.4882 9.48827C11.6399 9.3366 11.7602 9.15655 11.8423 8.95838C11.9244 8.76021 11.9666 8.54782 11.9666 8.33333C11.9666 8.11884 11.9244 7.90645 11.8423 7.70828C11.7602 7.51012 11.6399 7.33006 11.4882 7.17839C11.3366 7.02672 11.1565 6.90641 10.9584 6.82433C10.7602 6.74225 10.5478 6.7 10.3333 6.7Z", fill: "currentColor", }), }), - Sd = (e) => - kt("svg", { + wd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5621 1.22888C2.94343 0.847557 3.46061 0.633331 3.99989 0.633331H9.99989C10.1855 0.633331 10.3636 0.707081 10.4949 0.838357L13.8282 4.17169C13.9595 4.30297 14.0332 4.48101 14.0332 4.66666V13.3333C14.0332 13.8726 13.819 14.3898 13.4377 14.7711C13.0563 15.1524 12.5392 15.3667 11.9999 15.3667H10.6666C10.28 15.3667 9.96655 15.0533 9.96655 14.6667C9.96655 14.2801 10.28 13.9667 10.6666 13.9667H11.9999C12.1679 13.9667 12.3289 13.8999 12.4477 13.7812C12.5665 13.6624 12.6332 13.5013 12.6332 13.3333V6.03333H10.6666C10.1273 6.03333 9.61009 5.81911 9.22877 5.43778C8.84745 5.05646 8.63322 4.53927 8.63322 4V2.03333H3.99989C3.83192 2.03333 3.67082 2.10006 3.55205 2.21883C3.43328 2.3376 3.36655 2.49869 3.36655 2.66666V14.6667C3.36655 15.0533 3.05315 15.3667 2.66655 15.3667C2.27995 15.3667 1.96655 15.0533 1.96655 14.6667V2.66666C1.96655 2.12739 2.18078 1.6102 2.5621 1.22888ZM10.0332 2.35661V4C10.0332 4.16797 10.0999 4.32906 10.2187 4.44783C10.3375 4.56661 10.4986 4.63333 10.6666 4.63333H12.3099L10.0332 2.35661ZM6.66655 3.3C7.05315 3.3 7.36655 3.6134 7.36655 4V4.66666C7.36655 5.05326 7.05315 5.36666 6.66655 5.36666C6.27995 5.36666 5.96655 5.05326 5.96655 4.66666V4C5.96655 3.6134 6.27995 3.3 6.66655 3.3ZM6.66655 6.63333C7.05315 6.63333 7.36655 6.94673 7.36655 7.33333V8C7.36655 8.3866 7.05315 8.7 6.66655 8.7C6.27995 8.7 5.96655 8.3866 5.96655 8V7.33333C5.96655 6.94673 6.27995 6.63333 6.66655 6.63333ZM6.66655 9.96666C7.05315 9.96666 7.36655 10.2801 7.36655 10.6667V11.4237C8.14466 11.709 8.69989 12.4563 8.69989 13.3333C8.69989 14.4563 7.78953 15.3667 6.66655 15.3667C5.54357 15.3667 4.63322 14.4563 4.63322 13.3333C4.63322 12.4563 5.18844 11.709 5.96655 11.4237V10.6667C5.96655 10.2801 6.27995 9.96666 6.66655 9.96666ZM6.66655 12.7C6.31677 12.7 6.03322 12.9836 6.03322 13.3333C6.03322 13.6831 6.31677 13.9667 6.66655 13.9667C7.01633 13.9667 7.29989 13.6831 7.29989 13.3333C7.29989 12.9836 7.01633 12.7 6.66655 12.7Z", fill: "currentColor", }), }), - Td = (e) => - kt("svg", { + Ld = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94354 0.847557 3.46073 0.633331 4 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.66667C2.28007 15.3667 1.96667 15.0533 1.96667 14.6667C1.96667 14.2801 2.28007 13.9667 2.66667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.61021 5.81911 9.22889 5.43778C8.84756 5.05646 8.63334 4.53927 8.63334 4V2.03333H4C3.83203 2.03333 3.67094 2.10006 3.55217 2.21883C3.43339 2.3376 3.36667 2.49869 3.36667 2.66666V4C3.36667 4.3866 3.05327 4.7 2.66667 4.7C2.28007 4.7 1.96667 4.3866 1.96667 4V2.66666C1.96667 2.12739 2.18089 1.6102 2.56222 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0333 2.35661ZM4 7.36666C3.47841 7.36666 2.97818 7.57387 2.60936 7.94269C2.24054 8.31151 2.03334 8.81174 2.03334 9.33333V9.96706C2.77272 9.98476 3.36667 10.5897 3.36667 11.3333C3.36667 12.0881 2.75479 12.7 2 12.7C1.24521 12.7 0.633335 12.0881 0.633335 11.3333V9.33333C0.633335 8.44044 0.988037 7.58411 1.61941 6.95274C2.25078 6.32137 3.10711 5.96666 4 5.96666C4.8929 5.96666 5.74922 6.32137 6.38059 6.95274C7.01197 7.58411 7.36667 8.44044 7.36667 9.33333V11.3333C7.36667 12.0881 6.75479 12.7 6 12.7C5.24521 12.7 4.63334 12.0881 4.63334 11.3333C4.63334 10.5897 5.22728 9.98476 5.96667 9.96706V9.33333C5.96667 8.81174 5.75947 8.31151 5.39065 7.94269C5.02182 7.57387 4.52159 7.36666 4 7.36666ZM5.96667 11.3333C5.96667 11.3517 5.98159 11.3667 6 11.3667C6.01841 11.3667 6.03334 11.3517 6.03334 11.3333H5.96667ZM1.96667 11.3333C1.96667 11.3517 1.98159 11.3667 2 11.3667C2.01841 11.3667 2.03334 11.3517 2.03334 11.3333H1.96667Z", fill: "currentColor", }), }), - Nd = (e) => - kt("svg", { + bd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94354 0.847557 3.46073 0.633331 4 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H11.6667C11.2801 15.3667 10.9667 15.0533 10.9667 14.6667C10.9667 14.2801 11.2801 13.9667 11.6667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.61021 5.81911 9.22888 5.43778C8.84756 5.05646 8.63333 4.53927 8.63333 4V2.03333H4C3.83203 2.03333 3.67094 2.10006 3.55217 2.21883C3.43339 2.3376 3.36667 2.49869 3.36667 2.66666V4.66666C3.36667 5.05326 3.05327 5.36666 2.66667 5.36666C2.28007 5.36666 1.96667 5.05326 1.96667 4.66666V2.66666C1.96667 2.12739 2.18089 1.6102 2.56222 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0333 2.35661ZM5.33333 7.36666C4.45812 7.36666 3.61875 7.71434 2.99988 8.33321C2.38101 8.95208 2.03333 9.79145 2.03333 10.6667V10.7345C2.23591 10.6681 2.4495 10.6333 2.66667 10.6333C3.20594 10.6333 3.72313 10.8476 4.10445 11.2289C4.48577 11.6102 4.7 12.1274 4.7 12.6667V13.3333C4.7 13.8726 4.48577 14.3898 4.10445 14.7711C3.72313 15.1524 3.20594 15.3667 2.66667 15.3667C2.12739 15.3667 1.61021 15.1524 1.22888 14.7711C0.847559 14.3898 0.633333 13.8726 0.633333 13.3333V10.6667C0.633333 9.42015 1.12851 8.22468 2.00993 7.34326C2.89135 6.46184 4.08682 5.96666 5.33333 5.96666C6.57985 5.96666 7.77531 6.46184 8.65674 7.34326C9.53816 8.22468 10.0333 9.42015 10.0333 10.6667V13.3333C10.0333 13.8726 9.81911 14.3898 9.43778 14.7711C9.05646 15.1524 8.53927 15.3667 8 15.3667C7.46073 15.3667 6.94354 15.1524 6.56222 14.7711C6.18089 14.3898 5.96667 13.8726 5.96667 13.3333V12.6667C5.96667 12.1274 6.18089 11.6102 6.56222 11.2289C6.94354 10.8476 7.46073 10.6333 8 10.6333C8.21717 10.6333 8.43076 10.6681 8.63333 10.7345V10.6667C8.63333 9.79145 8.28566 8.95208 7.66679 8.33321C7.04792 7.71434 6.20855 7.36666 5.33333 7.36666ZM8.63333 12.6667C8.63333 12.4987 8.56661 12.3376 8.44783 12.2188C8.32906 12.1001 8.16797 12.0333 8 12.0333C7.83203 12.0333 7.67094 12.1001 7.55217 12.2188C7.43339 12.3376 7.36667 12.4987 7.36667 12.6667V13.3333C7.36667 13.5013 7.43339 13.6624 7.55217 13.7812C7.67094 13.8999 7.83203 13.9667 8 13.9667C8.16797 13.9667 8.32906 13.8999 8.44783 13.7812C8.56661 13.6624 8.63333 13.5013 8.63333 13.3333V12.6667ZM2.03333 12.6667V13.3333C2.03333 13.5013 2.10006 13.6624 2.21883 13.7812C2.33761 13.8999 2.4987 13.9667 2.66667 13.9667C2.83464 13.9667 2.99573 13.8999 3.1145 13.7812C3.23327 13.6624 3.3 13.5013 3.3 13.3333V12.6667C3.3 12.4987 3.23327 12.3376 3.1145 12.2188C2.99573 12.1001 2.83464 12.0333 2.66667 12.0333C2.4987 12.0333 2.33761 12.1001 2.21883 12.2188C2.10006 12.3376 2.03333 12.4987 2.03333 12.6667Z", fill: "currentColor", }), }), - xd = (e) => - kt("svg", { + Md = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94354 0.847557 3.46073 0.633331 4 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4C3.46073 15.3667 2.94354 15.1524 2.56222 14.7711C2.18089 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.18089 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63333 2.03333V4C8.63333 4.53927 8.84756 5.05646 9.22888 5.43778C9.61021 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4C3.83203 13.9667 3.67094 13.8999 3.55217 13.7812C3.43339 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.43339 2.3376 3.55217 2.21883C3.67094 2.10006 3.83203 2.03333 4 2.03333H8.63333ZM5.33333 5.96666C5.71993 5.96666 6.03333 6.28006 6.03333 6.66666V10.31L7.50503 8.83836C7.77839 8.56499 8.22161 8.56499 8.49498 8.83836C8.76834 9.11172 8.76834 9.55494 8.49498 9.82831L7.02328 11.3H10.6667C11.0533 11.3 11.3667 11.6134 11.3667 12C11.3667 12.3866 11.0533 12.7 10.6667 12.7H5.33333C4.94673 12.7 4.63333 12.3866 4.63333 12V6.66666C4.63333 6.28006 4.94673 5.96666 5.33333 5.96666Z", fill: "currentColor", }), }), - _d = (e) => - kt("svg", { + Hd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56221 1.22888C2.94353 0.847557 3.46072 0.633331 3.99999 0.633331H9.99999C10.1856 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H3.99999C3.46072 15.3667 2.94353 15.1524 2.56221 14.7711C2.18089 14.3898 1.96666 13.8726 1.96666 13.3333V2.66666C1.96666 2.12739 2.18089 1.6102 2.56221 1.22888ZM12.31 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.31ZM8.63333 2.03333H3.99999C3.83202 2.03333 3.67093 2.10006 3.55216 2.21883C3.43339 2.3376 3.36666 2.49869 3.36666 2.66666V13.3333C3.36666 13.5013 3.43339 13.6624 3.55216 13.7812C3.67093 13.8999 3.83202 13.9667 3.99999 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.6528 6.03333 10.639 6.03319 10.6252 6.03291C10.6741 6.23617 10.7 6.44839 10.7 6.66666C10.7 7.33258 10.4589 7.94219 10.0593 8.41298L10.6887 11.8748C10.7329 12.1181 10.6455 12.3668 10.4586 12.5288C10.2718 12.6909 10.0133 12.7423 9.77863 12.6641L7.99999 12.0712L6.22135 12.6641C5.98671 12.7423 5.7282 12.6909 5.54135 12.5288C5.3545 12.3668 5.26704 12.1181 5.31128 11.8748L5.9407 8.41298C5.54107 7.94219 5.29999 7.33258 5.29999 6.66666C5.29999 5.1755 6.50882 3.96666 7.99999 3.96666C8.21826 3.96666 8.43048 3.99256 8.63375 4.04146C8.63347 4.02765 8.63333 4.01383 8.63333 4V2.03333ZM7.21152 9.24972L6.90018 10.9621L7.77863 10.6693C7.92232 10.6214 8.07767 10.6214 8.22135 10.6693L9.0998 10.9621L8.78847 9.24972C8.53904 9.32576 8.27429 9.36666 7.99999 9.36666C7.72569 9.36666 7.46095 9.32576 7.21152 9.24972ZM7.99999 5.36666C7.28202 5.36666 6.69999 5.94869 6.69999 6.66666C6.69999 7.38463 7.28202 7.96666 7.99999 7.96666C8.71796 7.96666 9.29999 7.38463 9.29999 6.66666C9.29999 5.94869 8.71796 5.36666 7.99999 5.36666Z", fill: "currentColor", }), }), - Ad = (e) => - kt("svg", { + Ed = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56221 1.22888C2.94354 0.847557 3.46072 0.633331 4 0.633331H10C10.1856 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H8C7.6134 15.3667 7.3 15.0533 7.3 14.6667C7.3 14.2801 7.6134 13.9667 8 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.6102 5.81911 9.22888 5.43778C8.84756 5.05646 8.63333 4.53927 8.63333 4V2.03333H4C3.83203 2.03333 3.67094 2.10006 3.55216 2.21883C3.43339 2.3376 3.36666 2.49869 3.36666 2.66666V4.66666C3.36666 5.05326 3.05326 5.36666 2.66666 5.36666C2.28006 5.36666 1.96666 5.05326 1.96666 4.66666V2.66666C1.96666 2.12739 2.18089 1.6102 2.56221 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.31L10.0333 2.35661ZM1.42414 7.42414C1.93049 6.91779 2.61725 6.63333 3.33333 6.63333C3.6879 6.63333 4.039 6.70317 4.36658 6.83886C4.69416 6.97454 4.9918 7.17342 5.24252 7.42414C5.49324 7.67486 5.69212 7.97251 5.82781 8.30009C5.96349 8.62766 6.03333 8.97876 6.03333 9.33333C6.03333 9.6879 5.96349 10.039 5.82781 10.3666C5.72043 10.6258 5.57349 10.8663 5.39261 11.0796L6.02204 14.5414C6.06628 14.7848 5.97882 15.0334 5.79197 15.1955C5.60512 15.3575 5.34662 15.409 5.11197 15.3307L3.33333 14.7379L1.55469 15.3307C1.32005 15.409 1.06154 15.3575 0.87469 15.1955C0.687837 15.0334 0.600377 14.7848 0.644622 14.5414L1.27405 11.0796C0.861931 10.5936 0.633331 9.97526 0.633331 9.33333C0.633331 8.61725 0.917794 7.93049 1.42414 7.42414ZM2.54499 11.9157L2.23352 13.6287L3.11197 13.3359C3.25566 13.288 3.411 13.288 3.55469 13.3359L4.43314 13.6287L4.12168 11.9157C3.86662 11.9935 3.60096 12.0333 3.33333 12.0333C3.0637 12.0333 2.79823 11.993 2.54499 11.9157ZM3.33333 8.03333C2.98855 8.03333 2.65789 8.17029 2.41409 8.41409C2.17029 8.65789 2.03333 8.98855 2.03333 9.33333C2.03333 9.67811 2.17029 10.0088 2.41409 10.2526C2.65789 10.4964 2.98855 10.6333 3.33333 10.6333C3.50405 10.6333 3.6731 10.5997 3.83082 10.5344C3.98854 10.469 4.13185 10.3733 4.25257 10.2526C4.37329 10.1319 4.46904 9.98854 4.53437 9.83082C4.59971 9.6731 4.63333 9.50405 4.63333 9.33333C4.63333 9.16261 4.59971 8.99356 4.53437 8.83584C4.46904 8.67812 4.37329 8.53481 4.25257 8.41409C4.13185 8.29338 3.98854 8.19762 3.83082 8.13229C3.6731 8.06696 3.50405 8.03333 3.33333 8.03333Z", fill: "currentColor", }), }), - Zd = (e) => - kt("svg", { + Rd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM8.00001 7.3C8.38661 7.3 8.70001 7.6134 8.70001 8V12C8.70001 12.3866 8.38661 12.7 8.00001 12.7C7.61341 12.7 7.30001 12.3866 7.30001 12V8C7.30001 7.6134 7.61341 7.3 8.00001 7.3ZM10.6667 9.3C11.0533 9.3 11.3667 9.6134 11.3667 10V12C11.3667 12.3866 11.0533 12.7 10.6667 12.7C10.2801 12.7 9.96667 12.3866 9.96667 12V10C9.96667 9.6134 10.2801 9.3 10.6667 9.3ZM5.33334 10.6333C5.71994 10.6333 6.03334 10.9467 6.03334 11.3333V12C6.03334 12.3866 5.71994 12.7 5.33334 12.7C4.94674 12.7 4.63334 12.3866 4.63334 12V11.3333C4.63334 10.9467 4.94674 10.6333 5.33334 10.6333Z", fill: "currentColor", }), }), - Id = (e) => - kt("svg", { + yd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM10.6667 7.3C11.0533 7.3 11.3667 7.6134 11.3667 8V12C11.3667 12.3866 11.0533 12.7 10.6667 12.7C10.2801 12.7 9.96667 12.3866 9.96667 12V8C9.96667 7.6134 10.2801 7.3 10.6667 7.3ZM8.00001 8.63333C8.38661 8.63333 8.70001 8.94673 8.70001 9.33333V12C8.70001 12.3866 8.38661 12.7 8.00001 12.7C7.61341 12.7 7.30001 12.3866 7.30001 12V9.33333C7.30001 8.94673 7.61341 8.63333 8.00001 8.63333ZM5.33334 9.96666C5.71994 9.96666 6.03334 10.2801 6.03334 10.6667V12C6.03334 12.3866 5.71994 12.7 5.33334 12.7C4.94674 12.7 4.63334 12.3866 4.63334 12V10.6667C4.63334 10.2801 4.94674 9.96666 5.33334 9.96666Z", fill: "currentColor", }), }), - kd = (e) => - kt("svg", { + Vd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94354 0.847557 3.46073 0.633331 4 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H9.66667C9.28007 15.3667 8.96667 15.0533 8.96667 14.6667C8.96667 14.2801 9.28007 13.9667 9.66667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.61021 5.81911 9.22888 5.43778C8.84756 5.05646 8.63333 4.53927 8.63333 4V2.03333H4C3.83203 2.03333 3.67094 2.10006 3.55217 2.21883C3.43339 2.3376 3.36667 2.49869 3.36667 2.66666V5.33333C3.36667 5.71993 3.05327 6.03333 2.66667 6.03333C2.28007 6.03333 1.96667 5.71993 1.96667 5.33333V2.66666C1.96667 2.12739 2.18089 1.6102 2.56222 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0333 2.35661ZM3.62772 6.92177C3.94133 6.73913 4.29811 6.64375 4.66102 6.64554C5.02394 6.64733 5.37976 6.74621 5.69156 6.93193L5.69377 6.93326L7.71346 8.14641C7.71336 8.14635 7.71357 8.14647 7.71346 8.14641C8.02403 8.33281 8.27948 8.59898 8.45281 8.91704C8.62419 9.23153 8.70942 9.58564 8.7 9.94351V12.089C8.70406 12.4488 8.61252 12.8034 8.43469 13.1164C8.2575 13.4282 8.001 13.6876 7.69126 13.8683L5.70568 15.0783C5.43475 15.2361 5.13152 15.3287 4.82002 15.3498C4.77067 15.3608 4.71935 15.3667 4.66667 15.3667C4.60829 15.3667 4.55158 15.3595 4.49736 15.3461C4.19573 15.3185 3.90327 15.2238 3.64178 15.0681L3.63956 15.0667L1.61987 13.8536C1.61977 13.8535 1.61997 13.8536 1.61987 13.8536C1.3093 13.6672 1.05385 13.401 0.880525 13.083C0.709149 12.7685 0.623913 12.4144 0.633334 12.0565V9.91102C0.629277 9.55114 0.720815 9.1966 0.898643 8.88362C1.07584 8.57176 1.33235 8.31236 1.6421 8.1317L3.62772 6.92177ZM2.03333 10.5793V12.0667C2.03333 12.0742 2.03321 12.0818 2.03296 12.0894C2.0293 12.2022 2.05584 12.3139 2.10984 12.413C2.16385 12.5121 2.24335 12.595 2.34013 12.6531L3.96667 13.6301V11.7311L2.03333 10.5793ZM5.36667 11.7311V13.6455L6.96905 12.6689L6.9834 12.6604C7.08099 12.6041 7.16179 12.5227 7.21745 12.4248C7.27312 12.3268 7.30164 12.2157 7.30007 12.1031L7.29993 12.0933L7.3 10.5793L5.36667 11.7311ZM6.81399 9.23927L4.66667 10.5185L2.51711 9.23794L4.33723 8.12871C4.4337 8.07368 4.54299 8.04497 4.65413 8.04552C4.76684 8.04608 4.87735 8.0767 4.97427 8.13422C4.97398 8.13406 4.97455 8.13439 4.97427 8.13422L6.81399 9.23927Z", fill: "currentColor", }), }), - Od = (e) => - kt("svg", { + Td = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5622 1.22888C2.94353 0.847557 3.46071 0.633331 3.99999 0.633331H9.99999C10.1856 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1524 12.5393 15.3667 12 15.3667H2.66665C2.28006 15.3667 1.96665 15.0533 1.96665 14.6667C1.96665 14.2801 2.28006 13.9667 2.66665 13.9667H12C12.168 13.9667 12.329 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.61019 5.81911 9.22887 5.43778C8.84755 5.05646 8.63332 4.53927 8.63332 4V2.03333H3.99999C3.83202 2.03333 3.67093 2.10006 3.55215 2.21883C3.43338 2.3376 3.36665 2.49869 3.36665 2.66666V5.33333C3.36665 5.71993 3.05325 6.03333 2.66665 6.03333C2.28006 6.03333 1.96665 5.71993 1.96665 5.33333V2.66666C1.96665 2.12739 2.18088 1.6102 2.5622 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.31L10.0333 2.35661ZM6.49496 8.17169C6.76833 8.44506 6.76833 8.88827 6.49496 9.16164L3.8283 11.8283C3.55493 12.1017 3.11171 12.1017 2.83835 11.8283L1.50501 10.495C1.23165 10.2216 1.23165 9.77839 1.50501 9.50502C1.77838 9.23166 2.2216 9.23166 2.49496 9.50502L3.33332 10.3434L5.50501 8.17169C5.77838 7.89832 6.2216 7.89832 6.49496 8.17169Z", fill: "currentColor", }), }), - Bd = (e) => - kt("svg", { + Sd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM10.495 8.17169C10.7683 8.44506 10.7683 8.88827 10.495 9.16164L7.82832 11.8283C7.55495 12.1017 7.11173 12.1017 6.83837 11.8283L5.50503 10.495C5.23167 10.2216 5.23167 9.77839 5.50503 9.50502C5.7784 9.23166 6.22162 9.23166 6.49498 9.50502L7.33334 10.3434L9.50503 8.17169C9.7784 7.89832 10.2216 7.89832 10.495 8.17169Z", fill: "currentColor", }), }), - Dd = (e) => - kt("svg", { + Nd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 1.22888C2.94357 0.847557 3.46076 0.633331 4.00003 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H10.6667C10.2801 15.3667 9.96669 15.0533 9.96669 14.6667C9.96669 14.2801 10.2801 13.9667 10.6667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61024 5.81911 9.22891 5.43778C8.84759 5.05646 8.63336 4.53927 8.63336 4V2.03333H4.00003C3.83206 2.03333 3.67097 2.10006 3.55219 2.21883C3.43342 2.3376 3.3667 2.49869 3.3667 2.66666V4.66666C3.3667 5.05326 3.05329 5.36666 2.6667 5.36666C2.2801 5.36666 1.9667 5.05326 1.9667 4.66666V2.66666C1.9667 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM5.33336 7.36666C3.51082 7.36666 2.03336 8.84412 2.03336 10.6667C2.03336 12.4892 3.51082 13.9667 5.33336 13.9667C7.1559 13.9667 8.63336 12.4892 8.63336 10.6667C8.63336 8.84412 7.1559 7.36666 5.33336 7.36666ZM0.633362 10.6667C0.633362 8.07093 2.73762 5.96666 5.33336 5.96666C7.9291 5.96666 10.0334 8.07093 10.0334 10.6667C10.0334 13.2624 7.9291 15.3667 5.33336 15.3667C2.73762 15.3667 0.633362 13.2624 0.633362 10.6667ZM5.33336 8.63333C5.71996 8.63333 6.03336 8.94673 6.03336 9.33333V10.5055L6.78149 11.1289C7.07848 11.3764 7.11861 11.8178 6.87112 12.1148C6.62362 12.4118 6.18223 12.4519 5.88523 12.2044L4.88523 11.3711C4.72564 11.2381 4.63336 11.0411 4.63336 10.8333V9.33333C4.63336 8.94673 4.94676 8.63333 5.33336 8.63333Z", fill: "currentColor", }), }), - Pd = (e) => - kt("svg", { + xd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 1.22888C2.94357 0.847557 3.46076 0.633331 4.00003 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.6667C2.2801 15.3667 1.9667 15.0533 1.9667 14.6667C1.9667 14.2801 2.2801 13.9667 2.6667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61024 5.81911 9.22891 5.43778C8.84759 5.05646 8.63336 4.53927 8.63336 4V2.03333H4.00003C3.83206 2.03333 3.67097 2.10006 3.55219 2.21883C3.43342 2.3376 3.3667 2.49869 3.3667 2.66666V5.33333C3.3667 5.71993 3.05329 6.03333 2.6667 6.03333C2.2801 6.03333 1.9667 5.71993 1.9667 5.33333V2.66666C1.9667 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM3.82834 7.50502C4.1017 7.77839 4.1017 8.22161 3.82834 8.49497L2.32331 10L3.82834 11.505C4.1017 11.7784 4.1017 12.2216 3.82834 12.495C3.55497 12.7683 3.11175 12.7683 2.83839 12.495L0.838387 10.495C0.707112 10.3637 0.633362 10.1856 0.633362 10C0.633362 9.81435 0.707112 9.6363 0.838387 9.50502L2.83839 7.50502C3.11175 7.23166 3.55497 7.23166 3.82834 7.50502ZM5.50505 7.50502C5.77842 7.23166 6.22164 7.23166 6.495 7.50502L8.495 9.50502C8.62628 9.6363 8.70003 9.81435 8.70003 10C8.70003 10.1856 8.62628 10.3637 8.495 10.495L6.495 12.495C6.22164 12.7683 5.77842 12.7683 5.50505 12.495C5.23169 12.2216 5.23169 11.7784 5.50505 11.505L7.01008 10L5.50505 8.49497C5.23169 8.22161 5.23169 7.77839 5.50505 7.50502Z", fill: "currentColor", }), }), - Fd = (e) => - kt("svg", { + _d = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM7.16165 8.17169C7.43502 8.44506 7.43502 8.88827 7.16165 9.16164L6.32329 10L7.16165 10.8384C7.43502 11.1117 7.43502 11.5549 7.16165 11.8283C6.88828 12.1017 6.44507 12.1017 6.1717 11.8283L4.83837 10.495C4.70709 10.3637 4.63334 10.1856 4.63334 10C4.63334 9.81435 4.70709 9.6363 4.83837 9.50502L6.1717 8.17169C6.44507 7.89832 6.88828 7.89832 7.16165 8.17169ZM8.83837 9.16164C8.565 8.88827 8.565 8.44506 8.83837 8.17169C9.11173 7.89832 9.55495 7.89832 9.82832 8.17169L11.1616 9.50502C11.2929 9.6363 11.3667 9.81435 11.3667 10C11.3667 10.1856 11.2929 10.3637 11.1616 10.495L9.82832 11.8283C9.55495 12.1017 9.11173 12.1017 8.83837 11.8283C8.565 11.5549 8.565 11.1117 8.83837 10.8384L9.67673 10L8.83837 9.16164Z", fill: "currentColor", }), }), - Ud = (e) => - kt("svg", { + Ad = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 1.22888C2.94357 0.847557 3.46076 0.633331 4.00003 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.6667C2.2801 15.3667 1.9667 15.0533 1.9667 14.6667C1.9667 14.2801 2.2801 13.9667 2.6667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61024 5.81911 9.22891 5.43778C8.84759 5.05646 8.63336 4.53927 8.63336 4V2.03333H4.00003C3.83206 2.03333 3.67097 2.10006 3.55219 2.21883C3.43342 2.3376 3.3667 2.49869 3.3667 2.66666V4C3.3667 4.3866 3.05329 4.7 2.6667 4.7C2.2801 4.7 1.9667 4.3866 1.9667 4V2.66666C1.9667 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM4.00003 5.96666C4.38663 5.96666 4.70003 6.28006 4.70003 6.66666V6.72496C4.93 6.78652 5.14786 6.87768 5.34929 6.99412L5.50505 6.83836C5.77842 6.56499 6.22164 6.56499 6.495 6.83836C6.76837 7.11172 6.76837 7.55494 6.495 7.82831L6.33924 7.98407C6.45568 8.18549 6.54684 8.40336 6.6084 8.63333H6.6667C7.05329 8.63333 7.36669 8.94673 7.36669 9.33333C7.36669 9.71993 7.05329 10.0333 6.6667 10.0333H6.6084C6.54684 10.2633 6.45568 10.4812 6.33924 10.6826L6.495 10.8384C6.76837 11.1117 6.76837 11.5549 6.495 11.8283C6.22164 12.1017 5.77842 12.1017 5.50505 11.8283L5.34929 11.6725C5.14786 11.789 4.93 11.8801 4.70003 11.9417V12C4.70003 12.3866 4.38663 12.7 4.00003 12.7C3.61343 12.7 3.30003 12.3866 3.30003 12V11.9417C3.07006 11.8801 2.85219 11.789 2.65076 11.6725L2.495 11.8283C2.22164 12.1017 1.77842 12.1017 1.50505 11.8283C1.23169 11.5549 1.23169 11.1117 1.50505 10.8384L1.66081 10.6826C1.54438 10.4812 1.45321 10.2633 1.39165 10.0333H1.33336C0.946762 10.0333 0.633362 9.71993 0.633362 9.33333C0.633362 8.94673 0.946762 8.63333 1.33336 8.63333H1.39165C1.45321 8.40336 1.54438 8.18549 1.66081 7.98407L1.50505 7.82831C1.23169 7.55494 1.23169 7.11172 1.50505 6.83836C1.77842 6.56499 2.22164 6.56499 2.495 6.83836L2.65076 6.99412C2.85219 6.87768 3.07006 6.78652 3.30003 6.72496V6.66666C3.30003 6.28006 3.61343 5.96666 4.00003 5.96666ZM3.05714 8.43836C3.06546 8.4308 3.07364 8.42301 3.08167 8.41497C3.0897 8.40694 3.0975 8.39876 3.10506 8.39044C3.33815 8.16912 3.65323 8.03333 4.00003 8.03333C4.34682 8.03333 4.6619 8.16913 4.895 8.39044C4.90256 8.39876 4.91035 8.40694 4.91839 8.41497C4.92642 8.42301 4.9346 8.4308 4.94292 8.43836C5.16423 8.67146 5.30003 8.98654 5.30003 9.33333C5.30003 9.68013 5.16423 9.99521 4.94291 10.2283C4.9346 10.2359 4.92642 10.2437 4.91839 10.2517C4.91035 10.2597 4.90256 10.2679 4.895 10.2762C4.66191 10.4975 4.34683 10.6333 4.00003 10.6333C3.65323 10.6333 3.33815 10.4975 3.10506 10.2762C3.0975 10.2679 3.0897 10.2597 3.08167 10.2517C3.07364 10.2437 3.06546 10.2359 3.05714 10.2283C2.83582 9.99521 2.70003 9.68013 2.70003 9.33333C2.70003 8.98654 2.83582 8.67146 3.05714 8.43836Z", fill: "currentColor", }), }), - zd = (e) => - kt("svg", { + Zd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM4.00001 2.03333C3.83204 2.03333 3.67095 2.10006 3.55217 2.21883C3.4334 2.3376 3.36667 2.49869 3.36667 2.66666V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7812C3.67095 13.8999 3.83204 13.9667 4.00001 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V4.95661L9.71006 2.03333H4.00001ZM8.00001 3.96666C8.38661 3.96666 8.70001 4.28006 8.70001 4.66666V5.96666H10C10.3866 5.96666 10.7 6.28006 10.7 6.66666C10.7 7.05326 10.3866 7.36666 10 7.36666H8.70001V8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666C7.61341 9.36666 7.30001 9.05326 7.30001 8.66666V7.36666H6.00001C5.61341 7.36666 5.30001 7.05326 5.30001 6.66666C5.30001 6.28006 5.61341 5.96666 6.00001 5.96666H7.30001V4.66666C7.30001 4.28006 7.61341 3.96666 8.00001 3.96666ZM5.30001 11.3333C5.30001 10.9467 5.61341 10.6333 6.00001 10.6333H10C10.3866 10.6333 10.7 10.9467 10.7 11.3333C10.7 11.7199 10.3866 12.0333 10 12.0333H6.00001C5.61341 12.0333 5.30001 11.7199 5.30001 11.3333Z", fill: "currentColor", }), }), - Gd = (e) => - kt("svg", { + Id = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 1.22888C2.94357 0.847557 3.46076 0.633331 4.00003 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.6667C2.2801 15.3667 1.9667 15.0533 1.9667 14.6667C1.9667 14.2801 2.2801 13.9667 2.6667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61024 5.81911 9.22891 5.43778C8.84759 5.05646 8.63336 4.53927 8.63336 4V2.03333H4.00003C3.83206 2.03333 3.67097 2.10006 3.55219 2.21883C3.43342 2.3376 3.3667 2.49869 3.3667 2.66666V5.33333C3.3667 5.71993 3.05329 6.03333 2.6667 6.03333C2.2801 6.03333 1.9667 5.71993 1.9667 5.33333V2.66666C1.9667 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM2.6667 8.7C2.31691 8.7 2.03336 8.98355 2.03336 9.33333V10.6667C2.03336 11.0164 2.31691 11.3 2.6667 11.3C3.01648 11.3 3.30003 11.0164 3.30003 10.6667V9.33333C3.30003 8.98355 3.01648 8.7 2.6667 8.7ZM0.633362 9.33333C0.633362 8.21035 1.54372 7.3 2.6667 7.3C3.78967 7.3 4.70003 8.21035 4.70003 9.33333V10.6667C4.70003 11.7896 3.78967 12.7 2.6667 12.7C1.54372 12.7 0.633362 11.7896 0.633362 10.6667V9.33333ZM5.9667 8C5.9667 7.6134 6.2801 7.3 6.6667 7.3H8.00003C8.38663 7.3 8.70003 7.6134 8.70003 8V11.3H9.33336C9.71996 11.3 10.0334 11.6134 10.0334 12C10.0334 12.3866 9.71996 12.7 9.33336 12.7H6.6667C6.2801 12.7 5.9667 12.3866 5.9667 12C5.9667 11.6134 6.2801 11.3 6.6667 11.3H7.30003V8.7H6.6667C6.2801 8.7 5.9667 8.3866 5.9667 8Z", fill: "currentColor", }), }), - $d = (e) => - kt("svg", { + kd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM8.00001 7.3C8.38661 7.3 8.70001 7.6134 8.70001 8V10.31L9.50503 9.50502C9.7784 9.23166 10.2216 9.23166 10.495 9.50502C10.7683 9.77839 10.7683 10.2216 10.495 10.495L8.49498 12.495C8.22162 12.7683 7.7784 12.7683 7.50503 12.495L5.50503 10.495C5.23167 10.2216 5.23167 9.77839 5.50503 9.50502C5.7784 9.23166 6.22162 9.23166 6.49498 9.50502L7.30001 10.31V8C7.30001 7.6134 7.61341 7.3 8.00001 7.3Z", fill: "currentColor", }), }), - Wd = (e) => - kt("svg", { + Od = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56226 1.22888C2.94358 0.847557 3.46077 0.633331 4.00004 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.66671C2.28011 15.3667 1.96671 15.0533 1.96671 14.6667C1.96671 14.2801 2.28011 13.9667 2.66671 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61025 5.81911 9.22893 5.43778C8.8476 5.05646 8.63338 4.53927 8.63338 4V2.03333H4.00004C3.83207 2.03333 3.67098 2.10006 3.55221 2.21883C3.43344 2.3376 3.36671 2.49869 3.36671 2.66666V4C3.36671 4.3866 3.05331 4.7 2.66671 4.7C2.28011 4.7 1.96671 4.3866 1.96671 4V2.66666C1.96671 2.12739 2.18093 1.6102 2.56226 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM4.81706 6.14068C5.24127 5.96252 5.7089 5.91452 6.1605 6.0028C6.6128 6.09122 7.02852 6.31235 7.35465 6.63799C7.37642 6.65973 7.39662 6.68276 7.41516 6.70689C8.28657 7.63654 8.25146 9.09668 7.2304 10.1262L7.22491 10.1318L4.82488 12.4984C4.55205 12.7675 4.11363 12.7672 3.84118 12.4977L1.44299 10.1263C0.402077 9.07668 0.375687 7.57262 1.31306 6.6437C1.52418 6.43288 1.77385 6.25721 2.06955 6.13827C2.49299 5.96398 2.95857 5.91887 3.40764 6.00868C3.74302 6.07576 4.05796 6.21584 4.33082 6.41733C4.48246 6.30395 4.64676 6.21134 4.81706 6.14068ZM5.8919 7.37679C5.71254 7.34173 5.52679 7.36088 5.35836 7.4318L5.35436 7.43349C5.24605 7.4783 5.14848 7.54448 5.07256 7.62385C5.06664 7.63004 5.0606 7.63612 5.05446 7.64209L4.82113 7.86876C4.54949 8.13263 4.11726 8.13263 3.84563 7.86876L3.60419 7.63422C3.47561 7.50522 3.31169 7.41721 3.13308 7.38149C2.95447 7.34577 2.76928 7.36387 2.60096 7.4335L2.59337 7.43664C2.49137 7.47744 2.39603 7.54063 2.30168 7.63497L2.29907 7.63759C1.97153 7.96168 1.87871 8.57553 2.43486 9.13818L4.33406 11.0162L6.23886 9.13788C6.79108 8.57893 6.69857 7.96498 6.36769 7.63758C6.35187 7.62193 6.33688 7.6056 6.32274 7.58867C6.20067 7.48138 6.05207 7.4081 5.8919 7.37679Z", fill: "currentColor", }), }), - jd = (e) => - kt("svg", { + Bd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334Z", fill: "currentColor", }), }), - qd = (e) => - kt("svg", { + Dd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V11.3325C14.0333 11.3331 14.0333 11.3336 14.0333 11.3342V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.6333 9.70005V6.03333H10.6667C10.1274 6.03333 9.61022 5.81911 9.22889 5.43778C8.84757 5.05646 8.63334 4.53927 8.63334 4V2.03333H4.00001C3.83204 2.03333 3.67095 2.10006 3.55217 2.21883C3.4334 2.3376 3.36667 2.49869 3.36667 2.66666V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7812C3.67095 13.8999 3.83204 13.9667 4.00001 13.9667H5.71006L9.70237 9.97436C10.1349 9.54185 10.7216 9.29883 11.3333 9.29883C11.8004 9.29883 12.2529 9.4405 12.6333 9.70005ZM7.68996 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V11.6233L11.9744 10.9643C11.9744 10.9643 11.9744 10.9644 11.9744 10.9643C11.8044 10.7944 11.5738 10.6988 11.3333 10.6988C11.0929 10.6988 10.8623 10.7943 10.6923 10.9643C10.6923 10.9643 10.6923 10.9643 10.6923 10.9643L7.68996 13.9667ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0333 2.35661ZM6.66667 7.36666C6.31689 7.36666 6.03334 7.65022 6.03334 8C6.03334 8.34978 6.31689 8.63333 6.66667 8.63333C7.01646 8.63333 7.30001 8.34978 7.30001 8C7.30001 7.65022 7.01646 7.36666 6.66667 7.36666ZM4.63334 8C4.63334 6.87702 5.5437 5.96666 6.66667 5.96666C7.78965 5.96666 8.70001 6.87702 8.70001 8C8.70001 9.12298 7.78965 10.0333 6.66667 10.0333C5.5437 10.0333 4.63334 9.12298 4.63334 8Z", fill: "currentColor", }), }), - Yd = (e) => - kt("svg", { + Pd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56218 1.22888C2.94351 0.847557 3.46069 0.633331 3.99997 0.633331H9.99997C10.1856 0.633331 10.3637 0.707081 10.4949 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1524 12.5392 15.3667 12 15.3667H2.66663C2.28003 15.3667 1.96663 15.0533 1.96663 14.6667C1.96663 14.2801 2.28003 13.9667 2.66663 13.9667H12C12.1679 13.9667 12.329 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6666C10.1274 6.03333 9.61017 5.81911 9.22885 5.43778C8.84753 5.05646 8.6333 4.53927 8.6333 4V2.03333H3.99997C3.832 2.03333 3.67091 2.10006 3.55213 2.21883C3.43336 2.3376 3.36663 2.49869 3.36663 2.66666V5.33333C3.36663 5.71993 3.05323 6.03333 2.66663 6.03333C2.28003 6.03333 1.96663 5.71993 1.96663 5.33333V2.66666C1.96663 2.12739 2.18086 1.6102 2.56218 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6666 4.63333H12.31L10.0333 2.35661ZM5.50499 7.50502C5.77836 7.23166 6.22158 7.23166 6.49494 7.50502L8.49494 9.50502C8.62622 9.6363 8.69997 9.81435 8.69997 10C8.69997 10.1856 8.62622 10.3637 8.49494 10.495L6.49494 12.495C6.22158 12.7683 5.77836 12.7683 5.50499 12.495C5.23163 12.2216 5.23163 11.7784 5.50499 11.505L6.31002 10.7H1.3333C0.946701 10.7 0.633301 10.3866 0.633301 10C0.633301 9.6134 0.946701 9.3 1.3333 9.3H6.31002L5.50499 8.49497C5.23163 8.22161 5.23163 7.77839 5.50499 7.50502Z", fill: "currentColor", }), }), - Kd = (e) => - kt("svg", { + Fd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56218 1.22888C2.94351 0.847557 3.46069 0.633331 3.99997 0.633331H9.99997C10.1856 0.633331 10.3637 0.707081 10.4949 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1524 12.5392 15.3667 12 15.3667H2.66663C2.28003 15.3667 1.96663 15.0533 1.96663 14.6667C1.96663 14.2801 2.28003 13.9667 2.66663 13.9667H12C12.1679 13.9667 12.329 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6666C10.1274 6.03333 9.61017 5.81911 9.22885 5.43778C8.84753 5.05646 8.6333 4.53927 8.6333 4V2.03333H3.99997C3.832 2.03333 3.67091 2.10006 3.55213 2.21883C3.43336 2.3376 3.36663 2.49869 3.36663 2.66666V5.33333C3.36663 5.71993 3.05323 6.03333 2.66663 6.03333C2.28003 6.03333 1.96663 5.71993 1.96663 5.33333V2.66666C1.96663 2.12739 2.18086 1.6102 2.56218 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6666 4.63333H12.31L10.0333 2.35661ZM1.70025 7.70028C1.95655 7.44399 2.30417 7.3 2.66663 7.3C3.05323 7.3 3.36663 7.6134 3.36663 8C3.36663 8.37542 3.07109 8.68182 2.69997 8.69922V9.33333C2.69997 9.56881 2.6392 9.79802 2.52634 10C2.6392 10.202 2.69997 10.4312 2.69997 10.6667V11.3008C3.07109 11.3182 3.36663 11.6246 3.36663 12C3.36663 12.3866 3.05323 12.7 2.66663 12.7C2.30417 12.7 1.95656 12.556 1.70025 12.2997C1.44395 12.0434 1.29997 11.6958 1.29997 11.3333V10.6992C0.928846 10.6818 0.633301 10.3754 0.633301 10C0.633301 9.62457 0.928846 9.31818 1.29997 9.30078V8.66666C1.29997 8.3042 1.44396 7.95658 1.70025 7.70028ZM4.6333 8C4.6333 7.6134 4.9467 7.3 5.3333 7.3C5.69576 7.3 6.04338 7.44399 6.29968 7.70028C6.55598 7.95658 6.69997 8.3042 6.69997 8.66666V9.30078C7.07109 9.31818 7.36663 9.62457 7.36663 10C7.36663 10.3754 7.07109 10.6818 6.69997 10.6992V11.3333C6.69997 11.6958 6.55598 12.0434 6.29968 12.2997C6.04338 12.556 5.69576 12.7 5.3333 12.7C4.9467 12.7 4.6333 12.3866 4.6333 12C4.6333 11.6246 4.92885 11.3182 5.29997 11.3008V10.6667C5.29997 10.4312 5.36074 10.202 5.4736 10C5.36074 9.79802 5.29997 9.56881 5.29997 9.33333V8.69922C4.92885 8.68182 4.6333 8.37542 4.6333 8Z", fill: "currentColor", }), }), - Xd = (e) => - kt("svg", { + Ud = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM5.7003 7.70028C5.9566 7.44399 6.30421 7.3 6.66667 7.3C7.05327 7.3 7.36667 7.6134 7.36667 8C7.36667 8.37542 7.07113 8.68182 6.70001 8.69922V9.33333C6.70001 9.56881 6.63924 9.79802 6.52638 10C6.63924 10.202 6.70001 10.4312 6.70001 10.6667V11.3008C7.07113 11.3182 7.36667 11.6246 7.36667 12C7.36667 12.3866 7.05327 12.7 6.66667 12.7C6.30421 12.7 5.9566 12.556 5.7003 12.2997C5.444 12.0434 5.30001 11.6958 5.30001 11.3333V10.6992C4.92889 10.6818 4.63334 10.3754 4.63334 10C4.63334 9.62457 4.92889 9.31818 5.30001 9.30078V8.66666C5.30001 8.3042 5.444 7.95658 5.7003 7.70028ZM8.63334 8C8.63334 7.6134 8.94674 7.3 9.33334 7.3C9.6958 7.3 10.0434 7.44399 10.2997 7.70028C10.556 7.95658 10.7 8.3042 10.7 8.66666V9.30078C11.0711 9.31818 11.3667 9.62457 11.3667 10C11.3667 10.3754 11.0711 10.6818 10.7 10.6992V11.3333C10.7 11.6958 10.556 12.0434 10.2997 12.2997C10.0434 12.556 9.6958 12.7 9.33334 12.7C8.94674 12.7 8.63334 12.3866 8.63334 12C8.63334 11.6246 8.92889 11.3182 9.30001 11.3008V10.6667C9.30001 10.4312 9.36078 10.202 9.47364 10C9.36078 9.79802 9.30001 9.56881 9.30001 9.33333V8.69922C8.92889 8.68182 8.63334 8.37542 8.63334 8Z", fill: "currentColor", }), }), - Qd = (e) => - kt("svg", { + zd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56218 1.22888C2.94351 0.847557 3.46069 0.633331 3.99997 0.633331H9.99997C10.1856 0.633331 10.3637 0.707081 10.4949 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1524 12.5392 15.3667 12 15.3667H2.66663C2.28003 15.3667 1.96663 15.0533 1.96663 14.6667C1.96663 14.2801 2.28003 13.9667 2.66663 13.9667H12C12.1679 13.9667 12.329 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6666C10.1274 6.03333 9.61017 5.81911 9.22885 5.43778C8.84753 5.05646 8.6333 4.53927 8.6333 4V2.03333H3.99997C3.832 2.03333 3.67091 2.10006 3.55213 2.21883C3.43336 2.3376 3.36663 2.49869 3.36663 2.66666V6.66666C3.36663 7.05326 3.05323 7.36666 2.66663 7.36666C2.28003 7.36666 1.96663 7.05326 1.96663 6.66666V2.66666C1.96663 2.12739 2.18086 1.6102 2.56218 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6666 4.63333H12.31L10.0333 2.35661ZM6.17166 6.17169C6.44503 5.89832 6.88824 5.89832 7.16161 6.17169C7.43498 6.44506 7.43498 6.88827 7.16161 7.16164L6.98992 7.33333L7.16161 7.50502C7.43498 7.77839 7.43498 8.22161 7.16161 8.49497C6.88824 8.76834 6.44503 8.76834 6.17166 8.49497L5.99997 8.32328L4.51187 9.81137C4.63259 10.0714 4.69997 10.3611 4.69997 10.6667C4.69997 11.7896 3.78961 12.7 2.66663 12.7C1.54366 12.7 0.633301 11.7896 0.633301 10.6667C0.633301 9.54368 1.54366 8.63333 2.66663 8.63333C2.97215 8.63333 3.26193 8.70071 3.52192 8.82143L5.50459 6.83876C5.50446 6.83889 5.50473 6.83862 5.50459 6.83876C5.50473 6.83862 5.50526 6.83809 5.50539 6.83795L6.17166 6.17169ZM2.66663 10.0333C2.31685 10.0333 2.0333 10.3169 2.0333 10.6667C2.0333 11.0164 2.31685 11.3 2.66663 11.3C3.01641 11.3 3.29997 11.0164 3.29997 10.6667C3.29997 10.3169 3.01641 10.0333 2.66663 10.0333Z", fill: "currentColor", }), }), - Jd = (e) => - kt("svg", { + Gd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM4.00001 2.03333C3.83204 2.03333 3.67095 2.10006 3.55217 2.21883C3.4334 2.3376 3.36667 2.49869 3.36667 2.66666V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7812C3.67095 13.8999 3.83204 13.9667 4.00001 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V4.95661L9.71006 2.03333H4.00001ZM11.1616 6.17169C11.435 6.44506 11.435 6.88827 11.1616 7.16164L10.99 7.33333L11.1616 7.50502C11.435 7.77839 11.435 8.22161 11.1616 8.49497C10.8883 8.76834 10.4451 8.76834 10.1717 8.49497L10 8.32328L8.51191 9.81137C8.63263 10.0714 8.70001 10.3611 8.70001 10.6667C8.70001 11.7896 7.78965 12.7 6.66667 12.7C5.5437 12.7 4.63334 11.7896 4.63334 10.6667C4.63334 9.54368 5.5437 8.63333 6.66667 8.63333C6.97219 8.63333 7.26197 8.70071 7.52196 8.82143L10.1717 6.17169C10.4451 5.89832 10.8883 5.89832 11.1616 6.17169ZM6.66667 10.0333C6.31689 10.0333 6.03334 10.3169 6.03334 10.6667C6.03334 11.0164 6.31689 11.3 6.66667 11.3C7.01646 11.3 7.30001 11.0164 7.30001 10.6667C7.30001 10.3169 7.01646 10.0333 6.66667 10.0333Z", fill: "currentColor", }), }), - eu = (e) => - kt("svg", { + $d = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM11.1616 8.17169C11.435 8.44506 11.435 8.88827 11.1616 9.16164L8.82832 11.495C8.55495 11.7683 8.11173 11.7683 7.83837 11.495L7.00001 10.6566L5.82832 11.8283C5.55495 12.1017 5.11173 12.1017 4.83837 11.8283C4.565 11.5549 4.565 11.1117 4.83837 10.8384L6.50503 9.17169C6.7784 8.89832 7.22162 8.89832 7.49498 9.17169L8.33334 10.01L10.1717 8.17169C10.4451 7.89832 10.8883 7.89832 11.1616 8.17169Z", fill: "currentColor", }), }), - tu = (e) => - kt("svg", { + Wd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56218 1.22888C2.94351 0.847557 3.46069 0.633331 3.99997 0.633331H9.99997C10.1856 0.633331 10.3637 0.707081 10.4949 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1524 12.5392 15.3667 12 15.3667H2.66663C2.28003 15.3667 1.96663 15.0533 1.96663 14.6667C1.96663 14.2801 2.28003 13.9667 2.66663 13.9667H12C12.1679 13.9667 12.329 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6666C10.1274 6.03333 9.61017 5.81911 9.22885 5.43778C8.84753 5.05646 8.6333 4.53927 8.6333 4V2.03333H3.99997C3.832 2.03333 3.67091 2.10006 3.55213 2.21883C3.43336 2.3376 3.36663 2.49869 3.36663 2.66666V3.33333C3.36663 3.71993 3.05323 4.03333 2.66663 4.03333C2.28003 4.03333 1.96663 3.71993 1.96663 3.33333V2.66666C1.96663 2.12739 2.18086 1.6102 2.56218 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6666 4.63333H12.31L10.0333 2.35661ZM2.56218 5.89555C2.94351 5.51422 3.46069 5.3 3.99997 5.3C4.53924 5.3 5.05643 5.51422 5.43775 5.89555C5.81908 6.27687 6.0333 6.79406 6.0333 7.33333V7.96706C6.77269 7.98476 7.36663 8.58968 7.36663 9.33333V11.3333C7.36663 12.0881 6.75476 12.7 5.99997 12.7H1.99997C1.24518 12.7 0.633301 12.0881 0.633301 11.3333V9.33333C0.633301 8.58968 1.22725 7.98476 1.96663 7.96706V7.33333C1.96663 6.79406 2.18086 6.27687 2.56218 5.89555ZM2.0333 9.36666V11.3H5.96663V9.36666H2.0333ZM4.6333 7.96666H3.36663V7.33333C3.36663 7.16536 3.43336 7.00427 3.55213 6.8855C3.67091 6.76672 3.832 6.7 3.99997 6.7C4.16794 6.7 4.32903 6.76672 4.4478 6.8855C4.56658 7.00427 4.6333 7.16536 4.6333 7.33333V7.96666Z", fill: "currentColor", }), }), - nu = (e) => - kt("svg", { + jd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM4.00001 2.03333C3.83204 2.03333 3.67095 2.10006 3.55217 2.21883C3.4334 2.3376 3.36667 2.49869 3.36667 2.66666V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7812C3.67095 13.8999 3.83204 13.9667 4.00001 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V4.95661L9.71006 2.03333H4.00001ZM8.00001 6.03333C7.83204 6.03333 7.67095 6.10006 7.55217 6.21883C7.4334 6.3376 7.36667 6.49869 7.36667 6.66666V7.3H8.63334V6.66666C8.63334 6.49869 8.56662 6.3376 8.44784 6.21883C8.32907 6.10006 8.16798 6.03333 8.00001 6.03333ZM10.0333 7.3004V6.66666C10.0333 6.12739 9.81912 5.6102 9.43779 5.22888C9.05647 4.84756 8.53928 4.63333 8.00001 4.63333C7.46073 4.63333 6.94355 4.84756 6.56222 5.22888C6.1809 5.6102 5.96667 6.12739 5.96667 6.66666V7.3004C5.22729 7.31809 4.63334 7.92302 4.63334 8.66666V11.3333C4.63334 12.0881 5.24522 12.7 6.00001 12.7H10C10.7548 12.7 11.3667 12.0881 11.3667 11.3333V8.66666C11.3667 7.92302 10.7727 7.31809 10.0333 7.3004ZM6.03334 8.7V11.3H9.96667V8.7H6.03334Z", fill: "currentColor", }), }), - ru = (e) => - kt("svg", { + qd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56226 1.22888C2.94359 0.847557 3.46078 0.633331 4.00005 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8284 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8192 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.66672C2.28012 15.3667 1.96672 15.0533 1.96672 14.6667C1.96672 14.2801 2.28012 13.9667 2.66672 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5667 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61026 5.81911 9.22893 5.43778C8.84761 5.05646 8.63338 4.53927 8.63338 4V2.03333H4.00005C3.83208 2.03333 3.67099 2.10006 3.55221 2.21883C3.43344 2.3376 3.36672 2.49869 3.36672 2.66666V5.33333C3.36672 5.71993 3.05331 6.03333 2.66672 6.03333C2.28012 6.03333 1.96672 5.71993 1.96672 5.33333V2.66666C1.96672 2.12739 2.18094 1.6102 2.56226 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3377 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM1.30005 10C1.30005 9.6134 1.61345 9.3 2.00005 9.3H6.00005C6.38665 9.3 6.70005 9.6134 6.70005 10C6.70005 10.3866 6.38665 10.7 6.00005 10.7H2.00005C1.61345 10.7 1.30005 10.3866 1.30005 10Z", fill: "currentColor", }), }), - ou = (e) => - kt("svg", { + Yd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM5.30001 10C5.30001 9.6134 5.61341 9.3 6.00001 9.3H10C10.3866 9.3 10.7 9.6134 10.7 10C10.7 10.3866 10.3866 10.7 10 10.7H6.00001C5.61341 10.7 5.30001 10.3866 5.30001 10Z", fill: "currentColor", }), }), - iu = (e) => - kt("svg", { + Kd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00001 2.03333C3.83204 2.03333 3.67095 2.10006 3.55217 2.21883C3.4334 2.3376 3.36667 2.49869 3.36667 2.66666V8.26666C3.36667 8.65326 3.05327 8.96666 2.66667 8.96666C2.28008 8.96666 1.96667 8.65326 1.96667 8.26666V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H9.66667C9.85233 0.633331 10.0304 0.707081 10.1616 0.838357L13.8283 4.50502C13.9596 4.6363 14.0333 4.81435 14.0333 5V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H7.00001C6.61341 15.3667 6.30001 15.0533 6.30001 14.6667C6.30001 14.2801 6.61341 13.9667 7.00001 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V5.28995L9.37673 2.03333H4.00001ZM11.1202 5.4668C11.2766 5.5998 11.3667 5.79473 11.3667 6V10.6667C11.3667 11.7896 10.4563 12.7 9.33334 12.7C8.21036 12.7 7.30001 11.7896 7.30001 10.6667C7.30001 9.54368 8.21036 8.63333 9.33334 8.63333C9.55447 8.63333 9.76736 8.66863 9.96667 8.7339V6.82293L6.03334 7.4621V12C6.03334 13.123 5.12299 14.0333 4.00001 14.0333C2.87703 14.0333 1.96667 13.123 1.96667 12C1.96667 10.877 2.87703 9.96666 4.00001 9.96666C4.22114 9.96666 4.43403 10.002 4.63334 10.0672V6.86666C4.63334 6.5234 4.88225 6.23079 5.22106 6.17573L10.5544 5.30906C10.757 5.27614 10.9639 5.3338 11.1202 5.4668ZM4.63334 12C4.63334 11.6502 4.34979 11.3667 4.00001 11.3667C3.65023 11.3667 3.36667 11.6502 3.36667 12C3.36667 12.3498 3.65023 12.6333 4.00001 12.6333C4.34979 12.6333 4.63334 12.3498 4.63334 12ZM9.96667 10.6667C9.96667 10.3169 9.68312 10.0333 9.33334 10.0333C8.98356 10.0333 8.70001 10.3169 8.70001 10.6667C8.70001 11.0164 8.98356 11.3 9.33334 11.3C9.68312 11.3 9.96667 11.0164 9.96667 10.6667Z", fill: "currentColor", }), }), - lu = (e) => - kt("svg", { + Xd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99997 2.03333C3.832 2.03333 3.67091 2.10006 3.55213 2.21883C3.43336 2.3376 3.36663 2.49869 3.36663 2.66666V4.66666C3.36663 5.05326 3.05323 5.36666 2.66663 5.36666C2.28003 5.36666 1.96663 5.05326 1.96663 4.66666V2.66666C1.96663 2.12739 2.18086 1.6102 2.56218 1.22888C2.94351 0.847557 3.46069 0.633331 3.99997 0.633331H9.99997C10.1856 0.633331 10.3637 0.707081 10.4949 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1524 12.5392 15.3667 12 15.3667L4.08256 15.366C3.6971 15.4066 3.30767 15.3362 2.96038 15.1625C2.59811 14.9814 2.29819 14.6962 2.09907 14.3435C1.90901 14.0068 2.02785 13.5798 2.3645 13.3898C2.70115 13.1997 3.12814 13.3185 3.3182 13.6552C3.38022 13.7651 3.47364 13.8539 3.58648 13.9103C3.69932 13.9667 3.82643 13.9882 3.95153 13.9719C3.98154 13.968 4.01177 13.966 4.04203 13.966L12 13.9667C11.9999 13.9667 12 13.9667 12 13.9667C12.1679 13.9667 12.329 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6666C10.1274 6.03333 9.61017 5.81911 9.22885 5.43778C8.84753 5.05646 8.6333 4.53927 8.6333 4V2.03333H3.99997ZM10.0333 2.35661V4C10.0333 4.16797 10.1 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6666 4.63333H12.31L10.0333 2.35661ZM3.82828 6.83836C4.10164 7.11172 4.10164 7.55494 3.82828 7.82831L3.02325 8.63333H7.99997C8.38657 8.63333 8.69997 8.94673 8.69997 9.33333C8.69997 9.71993 8.38657 10.0333 7.99997 10.0333H3.02325L3.82828 10.8384C4.10164 11.1117 4.10164 11.5549 3.82828 11.8283C3.55491 12.1017 3.11169 12.1017 2.83833 11.8283L0.838326 9.82831C0.564959 9.55494 0.564959 9.11172 0.838326 8.83836L2.83833 6.83836C3.11169 6.56499 3.55491 6.56499 3.82828 6.83836Z", fill: "currentColor", }), }), - au = (e) => - kt("svg", { + Qd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 1.22888C2.94356 0.847557 3.46075 0.633331 4.00002 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H8.00002C7.61342 15.3667 7.30002 15.0533 7.30002 14.6667C7.30002 14.2801 7.61342 13.9667 8.00002 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61023 5.81911 9.22891 5.43778C8.84758 5.05646 8.63336 4.53927 8.63336 4V2.03333H4.00002C3.83205 2.03333 3.67096 2.10006 3.55219 2.21883C3.43342 2.3376 3.36669 2.49869 3.36669 2.66666V9.33333C3.36669 9.71993 3.05329 10.0333 2.66669 10.0333C2.28009 10.0333 1.96669 9.71993 1.96669 9.33333V2.66666C1.96669 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM7.93336 8.68578C7.74394 8.68578 7.56227 8.76103 7.42833 8.89497L3.96543 12.3579L3.62875 13.7046L4.97548 13.3679L8.43838 9.90502C8.57232 9.77108 8.64757 9.58942 8.64757 9.4C8.64757 9.21058 8.57232 9.02891 8.43838 8.89497C8.30444 8.76103 8.12278 8.68578 7.93336 8.68578ZM6.43838 7.90502C6.83487 7.50853 7.37263 7.28578 7.93336 7.28578C8.49408 7.28578 9.03184 7.50853 9.42833 7.90502C9.82482 8.30151 10.0476 8.83927 10.0476 9.4C10.0476 9.96072 9.82482 10.4985 9.42833 10.895L5.82833 14.495C5.73862 14.5847 5.62621 14.6483 5.50313 14.6791L2.83646 15.3458C2.59792 15.4054 2.34558 15.3355 2.17171 15.1616C1.99785 14.9878 1.92795 14.7354 1.98759 14.4969L2.65426 11.8302C2.68503 11.7071 2.74867 11.5947 2.83838 11.505L6.43838 7.90502Z", fill: "currentColor", }), }), - Cu = (e) => - kt("svg", { + Jd = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L12.495 2.83836C12.7683 3.11172 12.7683 3.55494 12.495 3.82831C12.2216 4.10167 11.7784 4.10167 11.505 3.82831L9.71006 2.03333H4.00001C3.83204 2.03333 3.67095 2.10006 3.55217 2.21883C3.4334 2.3376 3.36667 2.49869 3.36667 2.66666V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7812C3.67095 13.8999 3.83204 13.9667 4.00001 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333C12.6333 12.9467 12.9467 12.6333 13.3333 12.6333C13.7199 12.6333 14.0333 12.9467 14.0333 13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM13.2667 6.68578C13.0773 6.68578 12.8956 6.76103 12.7616 6.89497L9.96542 9.69121L9.62873 11.0379L10.9755 10.7013L13.7717 7.90502C13.9056 7.77108 13.9809 7.58942 13.9809 7.4C13.9809 7.21058 13.9056 7.02891 13.7717 6.89497C13.6378 6.76103 13.4561 6.68578 13.2667 6.68578ZM11.7717 5.90502C12.1682 5.50853 12.7059 5.28578 13.2667 5.28578C13.8274 5.28578 14.3652 5.50853 14.7616 5.90502C15.1581 6.30151 15.3809 6.83927 15.3809 7.4C15.3809 7.96072 15.1581 8.49848 14.7616 8.89497L11.8283 11.8283C11.7386 11.918 11.6262 11.9817 11.5031 12.0124L8.83645 12.6791C8.59791 12.7387 8.34557 12.6688 8.1717 12.495C7.99783 12.3211 7.92794 12.0688 7.98758 11.8302L8.65424 9.16356C8.68501 9.04047 8.74866 8.92807 8.83837 8.83836L11.7717 5.90502ZM4.63334 12C4.63334 11.6134 4.94674 11.3 5.33334 11.3H6.00001C6.38661 11.3 6.70001 11.6134 6.70001 12C6.70001 12.3866 6.38661 12.7 6.00001 12.7H5.33334C4.94674 12.7 4.63334 12.3866 4.63334 12Z", fill: "currentColor", }), }), - su = (e) => - kt("svg", { + eu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56223 1.22888C2.94356 0.847557 3.46074 0.633331 4.00002 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H10.6667C10.2801 15.3667 9.96668 15.0533 9.96668 14.6667C9.96668 14.2801 10.2801 13.9667 10.6667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.61022 5.81911 9.2289 5.43778C8.84757 5.05646 8.63335 4.53927 8.63335 4V2.03333H4.00002C3.83204 2.03333 3.67095 2.10006 3.55218 2.21883C3.43341 2.3376 3.36668 2.49869 3.36668 2.66666V5C3.36668 5.3866 3.05328 5.7 2.66668 5.7C2.28008 5.7 1.96668 5.3866 1.96668 5V2.66666C1.96668 2.12739 2.18091 1.6102 2.56223 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0333 2.35661ZM4.63335 6.66666C4.63335 6.28006 4.94675 5.96666 5.33335 5.96666C6.57987 5.96666 7.77533 6.46184 8.65675 7.34326C9.53817 8.22468 10.0333 9.42015 10.0333 10.6667C10.0333 10.8523 9.9596 11.0304 9.82832 11.1616C9.69705 11.2929 9.519 11.3667 9.33335 11.3667H5.33335C4.94675 11.3667 4.63335 11.0533 4.63335 10.6667V6.66666ZM6.03335 7.44175V9.96666H8.55826C8.42498 9.35269 8.11795 8.78436 7.6668 8.33321C7.21565 7.88206 6.64732 7.57503 6.03335 7.44175ZM3.20158 7.21003C3.45819 7.49919 3.4318 7.94162 3.14265 8.19823C2.80625 8.49676 2.53443 8.8609 2.34388 9.2683C2.15332 9.6757 2.04806 10.1177 2.03455 10.5673C2.02103 11.0169 2.09956 11.4644 2.2653 11.8825C2.43105 12.3006 2.68051 12.6805 2.99836 12.9987C3.31622 13.3169 3.69577 13.5667 4.1137 13.7329C4.53163 13.8991 4.97912 13.9781 5.42869 13.9651C5.87826 13.952 6.32042 13.8472 6.72802 13.6571C7.13562 13.467 7.50006 13.1956 7.79895 12.8595C8.05586 12.5706 8.49832 12.5447 8.7872 12.8016C9.07609 13.0585 9.102 13.501 8.84508 13.7899C8.41939 14.2685 7.90035 14.6551 7.31983 14.9259C6.73931 15.1967 6.10956 15.3459 5.46926 15.3645C4.82897 15.383 4.19163 15.2705 3.5964 15.0338C3.00117 14.7971 2.4606 14.4413 2.00789 13.9881C1.55518 13.5349 1.19989 12.9939 0.963832 12.3985C0.727775 11.803 0.615934 11.1655 0.635178 10.5252C0.654423 9.88497 0.804346 9.25538 1.07574 8.67515C1.34714 8.09492 1.73427 7.57628 2.21338 7.1511C2.50254 6.89449 2.94497 6.92088 3.20158 7.21003Z", fill: "currentColor", }), }), - cu = (e) => - kt("svg", { + tu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56226 1.22888C2.94359 0.847557 3.46078 0.633331 4.00005 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8284 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8192 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.66672C2.28012 15.3667 1.96672 15.0533 1.96672 14.6667C1.96672 14.2801 2.28012 13.9667 2.66672 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5667 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61026 5.81911 9.22893 5.43778C8.84761 5.05646 8.63338 4.53927 8.63338 4V2.03333H4.00005C3.83208 2.03333 3.67099 2.10006 3.55221 2.21883C3.43344 2.3376 3.36672 2.49869 3.36672 2.66666V5.33333C3.36672 5.71993 3.05331 6.03333 2.66672 6.03333C2.28012 6.03333 1.96672 5.71993 1.96672 5.33333V2.66666C1.96672 2.12739 2.18094 1.6102 2.56226 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3377 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM4.00005 7.3C4.38665 7.3 4.70005 7.6134 4.70005 8V9.3H6.00005C6.38665 9.3 6.70005 9.6134 6.70005 10C6.70005 10.3866 6.38665 10.7 6.00005 10.7H4.70005V12C4.70005 12.3866 4.38665 12.7 4.00005 12.7C3.61345 12.7 3.30005 12.3866 3.30005 12V10.7H2.00005C1.61345 10.7 1.30005 10.3866 1.30005 10C1.30005 9.6134 1.61345 9.3 2.00005 9.3H3.30005V8C3.30005 7.6134 3.61345 7.3 4.00005 7.3Z", fill: "currentColor", }), }), - du = (e) => - kt("svg", { + nu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5621 1.22888C2.94343 0.847557 3.46061 0.633331 3.99989 0.633331H9.99989C10.1855 0.633331 10.3636 0.707081 10.4949 0.838357L13.8282 4.17169C13.9595 4.30297 14.0332 4.48101 14.0332 4.66666V13.3333C14.0332 13.8726 13.819 14.3898 13.4377 14.7711C13.0563 15.1524 12.5392 15.3667 11.9999 15.3667H3.99989C3.46061 15.3667 2.94343 15.1524 2.5621 14.7711C2.18078 14.3898 1.96655 13.8726 1.96655 13.3333V2.66666C1.96655 2.12739 2.18078 1.6102 2.5621 1.22888ZM12.3099 4.63333L10.0332 2.35661V4C10.0332 4.16797 10.0999 4.32906 10.2187 4.44783C10.3375 4.56661 10.4986 4.63333 10.6666 4.63333H12.3099ZM8.63322 2.03333V4C8.63322 4.53927 8.84745 5.05646 9.22877 5.43778C9.61009 5.81911 10.1273 6.03333 10.6666 6.03333H12.6332V13.3333C12.6332 13.5013 12.5665 13.6624 12.4477 13.7812C12.3289 13.8999 12.1679 13.9667 11.9999 13.9667H3.99989C3.83192 13.9667 3.67083 13.8999 3.55205 13.7812C3.43328 13.6624 3.36655 13.5013 3.36655 13.3333V2.66666C3.36655 2.49869 3.43328 2.3376 3.55205 2.21883C3.67082 2.10006 3.83192 2.03333 3.99989 2.03333H8.63322ZM7.99989 7.3C8.38649 7.3 8.69989 7.6134 8.69989 8V9.3H9.99989C10.3865 9.3 10.6999 9.6134 10.6999 10C10.6999 10.3866 10.3865 10.7 9.99989 10.7H8.69989V12C8.69989 12.3866 8.38649 12.7 7.99989 12.7C7.61329 12.7 7.29989 12.3866 7.29989 12V10.7H5.99989C5.61329 10.7 5.29989 10.3866 5.29989 10C5.29989 9.6134 5.61329 9.3 5.99989 9.3H7.29989V8C7.29989 7.6134 7.61329 7.3 7.99989 7.3Z", fill: "currentColor", }), }), - uu = (e) => - kt("svg", { + ru = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5621 1.22888C2.94343 0.847557 3.46061 0.633331 3.99989 0.633331H9.99989C10.1855 0.633331 10.3636 0.707081 10.4949 0.838357L13.8282 4.17169C13.9595 4.30297 14.0332 4.48101 14.0332 4.66666V13.3333C14.0332 13.8726 13.819 14.3898 13.4377 14.7711C13.0563 15.1524 12.5392 15.3667 11.9999 15.3667H3.99989C3.46061 15.3667 2.94343 15.1524 2.5621 14.7711C2.18078 14.3898 1.96655 13.8726 1.96655 13.3333V2.66666C1.96655 2.12739 2.18078 1.6102 2.5621 1.22888ZM3.99989 2.03333C3.83192 2.03333 3.67082 2.10006 3.55205 2.21883C3.43328 2.3376 3.36655 2.49869 3.36655 2.66666V13.3333C3.36655 13.5013 3.43328 13.6624 3.55205 13.7812C3.67083 13.8999 3.83192 13.9667 3.99989 13.9667H11.9999C12.1679 13.9667 12.3289 13.8999 12.4477 13.7812C12.5665 13.6624 12.6332 13.5013 12.6332 13.3333V4.95661L9.70994 2.03333H3.99989ZM8.07371 6.72016C7.91611 6.69591 7.75495 6.7262 7.61691 6.80601C7.60468 6.81308 7.59224 6.81978 7.5796 6.8261C7.50812 6.86184 7.39588 6.97325 7.29265 7.17971C7.11976 7.5255 6.69929 7.66566 6.3535 7.49276C6.00772 7.31987 5.86756 6.8994 6.04045 6.55361C6.20156 6.23141 6.48347 5.81685 6.93384 5.5839C7.34402 5.35202 7.82049 5.26473 8.28659 5.33644C8.75938 5.40918 9.19318 5.64115 9.5162 5.99399C9.53161 6.01082 9.54619 6.0284 9.55989 6.04666C9.80595 6.37475 10.0332 6.78784 10.0332 7.33333C10.0332 8.14082 9.42596 8.65694 9.05818 8.90519C8.85065 9.04528 8.64798 9.14867 8.49988 9.21655C8.42486 9.25093 8.36141 9.27731 8.31515 9.29565C8.29196 9.30484 8.27292 9.31208 8.25873 9.31736L8.2411 9.32382L8.23513 9.32596L8.23288 9.32675L8.23152 9.32723C8.23132 9.3273 8.23113 9.32736 7.99989 8.66666L8.23152 9.32723C7.86663 9.45494 7.4669 9.2628 7.33919 8.89791C7.21173 8.53376 7.40296 8.13531 7.7664 8.00675M7.7664 8.00675L7.77099 8.00506C7.77633 8.00308 7.78594 7.99945 7.79921 7.99419C7.82586 7.98362 7.86658 7.96677 7.91656 7.94386C8.01846 7.89716 8.14912 7.82972 8.27492 7.7448C8.57381 7.54305 8.63322 7.39251 8.63322 7.33333C8.63322 7.21829 8.59771 7.10409 8.4624 6.91721C8.3573 6.81203 8.2212 6.74285 8.07371 6.72016M7.7664 8.00675L7.76738 8.00641L7.7664 8.00675ZM7.29989 11.3333C7.29989 10.9467 7.61329 10.6333 7.99989 10.6333H8.00655C8.39315 10.6333 8.70655 10.9467 8.70655 11.3333C8.70655 11.7199 8.39315 12.0333 8.00655 12.0333H7.99989C7.61329 12.0333 7.29989 11.7199 7.29989 11.3333Z", fill: "currentColor", }), }), - pu = (e) => - kt("svg", { + ou = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5621 1.22888C2.94343 0.847557 3.46061 0.633331 3.99989 0.633331H9.99989C10.1855 0.633331 10.3636 0.707081 10.4949 0.838357L13.8282 4.17169C13.9595 4.30297 14.0332 4.48101 14.0332 4.66666V6.66666C14.0332 7.05326 13.7198 7.36666 13.3332 7.36666C12.9466 7.36666 12.6332 7.05326 12.6332 6.66666V6.03333H10.6666C10.1273 6.03333 9.61009 5.81911 9.22877 5.43778C8.84745 5.05646 8.63322 4.53927 8.63322 4V2.03333H3.99989C3.83192 2.03333 3.67082 2.10006 3.55205 2.21883C3.43328 2.3376 3.36655 2.49869 3.36655 2.66666V13.3333C3.36655 13.5013 3.43328 13.6624 3.55205 13.7812C3.67083 13.8999 3.83192 13.9667 3.99989 13.9667H6.66655C7.05315 13.9667 7.36655 14.2801 7.36655 14.6667C7.36655 15.0533 7.05315 15.3667 6.66655 15.3667H3.99989C3.46061 15.3667 2.94343 15.1524 2.5621 14.7711C2.18078 14.3898 1.96655 13.8726 1.96655 13.3333V2.66666C1.96655 2.12739 2.18078 1.6102 2.5621 1.22888ZM10.0332 2.35661V4C10.0332 4.16797 10.0999 4.32906 10.2187 4.44783C10.3375 4.56661 10.4986 4.63333 10.6666 4.63333H12.3099L10.0332 2.35661ZM9.22877 9.22888C9.61009 8.84756 10.1273 8.63333 10.6666 8.63333C11.0532 8.63333 11.3666 8.94673 11.3666 9.33333C11.3666 9.71993 11.0532 10.0333 10.6666 10.0333C10.4986 10.0333 10.3375 10.1001 10.2187 10.2188C10.0999 10.3376 10.0332 10.4987 10.0332 10.6667C10.0332 11.0533 9.71982 11.3667 9.33322 11.3667C8.94662 11.3667 8.63322 11.0533 8.63322 10.6667C8.63322 10.1274 8.84745 9.6102 9.22877 9.22888ZM13.3332 10.0333C12.9466 10.0333 12.6332 9.71993 12.6332 9.33333C12.6332 8.94673 12.9466 8.63333 13.3332 8.63333C13.8725 8.63333 14.3897 8.84756 14.771 9.22888C15.1523 9.6102 15.3666 10.1274 15.3666 10.6667C15.3666 11.0533 15.0532 11.3667 14.6666 11.3667C14.28 11.3667 13.9666 11.0533 13.9666 10.6667C13.9666 10.4987 13.8998 10.3376 13.7811 10.2188C13.6623 10.1001 13.5012 10.0333 13.3332 10.0333ZM9.33322 12.6333C9.71982 12.6333 10.0332 12.9467 10.0332 13.3333C10.0332 13.5013 10.0999 13.6624 10.2187 13.7812C10.3375 13.8999 10.4986 13.9667 10.6666 13.9667C11.0532 13.9667 11.3666 14.2801 11.3666 14.6667C11.3666 15.0533 11.0532 15.3667 10.6666 15.3667C10.1273 15.3667 9.61009 15.1524 9.22877 14.7711C8.84745 14.3898 8.63322 13.8726 8.63322 13.3333C8.63322 12.9467 8.94662 12.6333 9.33322 12.6333ZM14.6666 12.6333C15.0532 12.6333 15.3666 12.9467 15.3666 13.3333C15.3666 13.8726 15.1523 14.3898 14.771 14.7711C14.3897 15.1524 13.8725 15.3667 13.3332 15.3667C12.9466 15.3667 12.6332 15.0533 12.6332 14.6667C12.6332 14.2801 12.9466 13.9667 13.3332 13.9667C13.5012 13.9667 13.6623 13.8999 13.7811 13.7812C13.8998 13.6624 13.9666 13.5013 13.9666 13.3333C13.9666 12.9467 14.28 12.6333 14.6666 12.6333Z", fill: "currentColor", }), }), - mu = (e) => - kt("svg", { + iu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5621 1.22888C2.94343 0.847557 3.46061 0.633331 3.99989 0.633331H9.99989C10.1855 0.633331 10.3636 0.707081 10.4949 0.838357L13.8282 4.17169C13.9595 4.30297 14.0332 4.48101 14.0332 4.66666V13.3333C14.0332 13.8726 13.819 14.3898 13.4377 14.7711C13.0563 15.1524 12.5392 15.3667 11.9999 15.3667H3.99989C3.46061 15.3667 2.94343 15.1524 2.5621 14.7711C2.18078 14.3898 1.96655 13.8726 1.96655 13.3333V2.66666C1.96655 2.12739 2.18078 1.6102 2.5621 1.22888ZM12.3099 4.63333L10.0332 2.35661V4C10.0332 4.16797 10.0999 4.32906 10.2187 4.44783C10.3375 4.56661 10.4986 4.63333 10.6666 4.63333H12.3099ZM8.63322 2.03333V4C8.63322 4.53927 8.84745 5.05646 9.22877 5.43778C9.61009 5.81911 10.1273 6.03333 10.6666 6.03333H12.6332V13.3333C12.6332 13.5013 12.5665 13.6624 12.4477 13.7812C12.3289 13.8999 12.1679 13.9667 11.9999 13.9667H3.99989C3.83192 13.9667 3.67083 13.8999 3.55205 13.7812C3.43328 13.6624 3.36655 13.5013 3.36655 13.3333V2.66666C3.36655 2.49869 3.43328 2.3376 3.55205 2.21883C3.67082 2.10006 3.83192 2.03333 3.99989 2.03333H8.63322ZM7.66655 8.7C7.13268 8.7 6.69989 9.13279 6.69989 9.66666C6.69989 10.2005 7.13268 10.6333 7.66655 10.6333C8.20043 10.6333 8.63322 10.2005 8.63322 9.66666C8.63322 9.13279 8.20043 8.7 7.66655 8.7ZM5.29989 9.66666C5.29989 8.35959 6.35948 7.3 7.66655 7.3C8.97363 7.3 10.0332 8.35959 10.0332 9.66666C10.0332 10.0654 9.93463 10.4411 9.76049 10.7707L10.4949 11.505C10.7682 11.7784 10.7682 12.2216 10.4949 12.495C10.2215 12.7683 9.77828 12.7683 9.50491 12.495L8.77054 11.7606C8.44094 11.9347 8.06526 12.0333 7.66655 12.0333C6.35948 12.0333 5.29989 10.9737 5.29989 9.66666Z", fill: "currentColor", }), }), - hu = (e) => - kt("svg", { + lu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94354 0.847557 3.46073 0.633331 4 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H3.99667L3.9949 15.3667C3.63885 15.3658 3.28927 15.2714 2.98114 15.093C2.67302 14.9145 2.41714 14.6583 2.23912 14.35C2.04582 14.0152 2.16053 13.5871 2.49534 13.3938C2.83014 13.2005 3.25826 13.3152 3.45155 13.65C3.50701 13.746 3.5867 13.8258 3.68268 13.8814C3.77839 13.9368 3.88695 13.9662 3.99755 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.61021 5.81911 9.22889 5.43778C8.84756 5.05646 8.63334 4.53927 8.63334 4V2.03333H4C3.83203 2.03333 3.67094 2.10006 3.55217 2.21883C3.43339 2.3376 3.36667 2.49869 3.36667 2.66666V4.66666C3.36667 5.05326 3.05327 5.36666 2.66667 5.36666C2.28007 5.36666 1.96667 5.05326 1.96667 4.66666V2.66666C1.96667 2.12739 2.18089 1.6102 2.56222 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0333 2.35661ZM3.33334 8.03333C2.61536 8.03333 2.03334 8.61536 2.03334 9.33333C2.03334 10.0513 2.61536 10.6333 3.33334 10.6333C4.05131 10.6333 4.63334 10.0513 4.63334 9.33333C4.63334 8.61536 4.05131 8.03333 3.33334 8.03333ZM0.633335 9.33333C0.633335 7.84216 1.84217 6.63333 3.33334 6.63333C4.8245 6.63333 6.03334 7.84216 6.03334 9.33333C6.03334 9.82482 5.90202 10.2856 5.67255 10.6826L6.49498 11.505C6.76834 11.7784 6.76834 12.2216 6.49498 12.495C6.22161 12.7683 5.77839 12.7683 5.50503 12.495L4.6826 11.6725C4.28563 11.902 3.82482 12.0333 3.33334 12.0333C1.84217 12.0333 0.633335 10.8245 0.633335 9.33333Z", fill: "currentColor", }), }), - fu = (e) => - kt("svg", { + au = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00005 2.03333C5.83208 2.03333 5.67099 2.10006 5.55221 2.21883C5.43344 2.3376 5.36672 2.49869 5.36672 2.66666V10.6667C5.36672 10.8346 5.43344 10.9957 5.55221 11.1145C5.67099 11.2333 5.83208 11.3 6.00005 11.3H12C12.168 11.3 12.3291 11.2333 12.4479 11.1145C12.5667 10.9957 12.6334 10.8346 12.6334 10.6667V5.36666H11.3334C10.7941 5.36666 10.2769 5.15244 9.8956 4.77111C9.51427 4.38979 9.30005 3.8726 9.30005 3.33333V2.03333H6.00005ZM6.00005 0.633331C5.46078 0.633331 4.94359 0.847557 4.56226 1.22888C4.18094 1.6102 3.96672 2.12739 3.96672 2.66666V10.6667C3.96672 11.2059 4.18094 11.7231 4.56226 12.1044C4.94359 12.4858 5.46077 12.7 6.00005 12.7H12C12.5393 12.7 13.0565 12.4858 13.4378 12.1044C13.8192 11.7231 14.0334 11.2059 14.0334 10.6667V4C14.0334 3.81435 13.9596 3.6363 13.8284 3.50502L11.1617 0.838357C11.0304 0.707081 10.8524 0.633331 10.6667 0.633331H6.00005ZM10.7 2.35661L12.3101 3.96666H11.3334C11.1654 3.96666 11.0043 3.89994 10.8855 3.78117C10.7668 3.66239 10.7 3.5013 10.7 3.33333V2.35661ZM2.00005 4.36666C2.38665 4.36666 2.70005 4.68007 2.70005 5.06666V13.6C2.70005 13.6972 2.73868 13.7905 2.80744 13.8593C2.87621 13.928 2.96947 13.9667 3.06672 13.9667H9.60005C9.98665 13.9667 10.3 14.2801 10.3 14.6667C10.3 15.0533 9.98665 15.3667 9.60005 15.3667H3.06672C2.59817 15.3667 2.14881 15.1805 1.81749 14.8492C1.48618 14.5179 1.30005 14.0685 1.30005 13.6V5.06666C1.30005 4.68007 1.61345 4.36666 2.00005 4.36666Z", fill: "currentColor", }), }), - gu = (e) => - kt("svg", { + Cu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94354 0.847557 3.46073 0.633331 4 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4C3.46073 15.3667 2.94354 15.1524 2.56222 14.7711C2.18089 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.18089 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63333 2.03333V4C8.63333 4.53927 8.84756 5.05646 9.22888 5.43778C9.61021 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4C3.83203 13.9667 3.67094 13.8999 3.55217 13.7812C3.43339 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.43339 2.3376 3.55217 2.21883C3.67094 2.10006 3.83203 2.03333 4 2.03333H8.63333ZM5.96745 8.7C5.98485 9.07112 6.29124 9.36666 6.66667 9.36666C7.04209 9.36666 7.34849 9.07112 7.36589 8.7H10.6667C11.0533 8.7 11.3667 8.3866 11.3667 8C11.3667 7.6134 11.0533 7.3 10.6667 7.3H7.36589C7.34849 6.92888 7.04209 6.63333 6.66667 6.63333C6.29124 6.63333 5.98485 6.92888 5.96745 7.3H5.33333C4.94673 7.3 4.63333 7.6134 4.63333 8C4.63333 8.3866 4.94673 8.7 5.33333 8.7H5.96745ZM8.63411 12.0333C8.65151 12.4045 8.95791 12.7 9.33333 12.7C9.70876 12.7 10.0152 12.4045 10.0326 12.0333H10.6667C11.0533 12.0333 11.3667 11.7199 11.3667 11.3333C11.3667 10.9467 11.0533 10.6333 10.6667 10.6333H10.0326C10.0152 10.2622 9.70876 9.96666 9.33333 9.96666C8.95791 9.96666 8.65151 10.2622 8.63411 10.6333H5.33333C4.94673 10.6333 4.63333 10.9467 4.63333 11.3333C4.63333 11.7199 4.94673 12.0333 5.33333 12.0333H8.63411Z", fill: "currentColor", }), }), - vu = (e) => - kt("svg", { + su = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94354 0.847557 3.46073 0.633331 4 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4C3.46073 15.3667 2.94354 15.1524 2.56222 14.7711C2.18089 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.18089 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63333 2.03333V4C8.63333 4.53927 8.84756 5.05646 9.22888 5.43778C9.61021 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4C3.83203 13.9667 3.67094 13.8999 3.55217 13.7812C3.43339 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.43339 2.3376 3.55217 2.21883C3.67094 2.10006 3.83203 2.03333 4 2.03333H8.63333ZM4.63333 8.66666C4.63333 8.28006 4.94673 7.96666 5.33333 7.96666H6.66667C7.05327 7.96666 7.36667 8.28006 7.36667 8.66666C7.36667 9.05326 7.05327 9.36666 6.66667 9.36666H5.33333C4.94673 9.36666 4.63333 9.05326 4.63333 8.66666ZM8.63333 8.66666C8.63333 8.28006 8.94673 7.96666 9.33333 7.96666H10.6667C11.0533 7.96666 11.3667 8.28006 11.3667 8.66666C11.3667 9.05326 11.0533 9.36666 10.6667 9.36666H9.33333C8.94673 9.36666 8.63333 9.05326 8.63333 8.66666ZM4.63333 11.3333C4.63333 10.9467 4.94673 10.6333 5.33333 10.6333H6.66667C7.05327 10.6333 7.36667 10.9467 7.36667 11.3333C7.36667 11.7199 7.05327 12.0333 6.66667 12.0333H5.33333C4.94673 12.0333 4.63333 11.7199 4.63333 11.3333ZM8.63333 11.3333C8.63333 10.9467 8.94673 10.6333 9.33333 10.6333H10.6667C11.0533 10.6333 11.3667 10.9467 11.3667 11.3333C11.3667 11.7199 11.0533 12.0333 10.6667 12.0333H9.33333C8.94673 12.0333 8.63333 11.7199 8.63333 11.3333Z", fill: "currentColor", }), }), - wu = (e) => - kt("svg", { + cu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.33334 2.03333C8.1866 2.03333 8.03334 2.1866 8.03334 2.33333V8.33333C8.03334 8.48006 8.1866 8.63333 8.33334 8.63333H13C13.1467 8.63333 13.3 8.48006 13.3 8.33333V5.36666H12C11.4607 5.36666 10.9435 5.15244 10.5622 4.77111C10.1809 4.38979 9.96667 3.8726 9.96667 3.33333V2.03333H8.33334ZM8.33334 0.633331C7.4134 0.633331 6.63334 1.4134 6.63334 2.33333V8.33333C6.63334 9.25326 7.4134 10.0333 8.33334 10.0333H13C13.9199 10.0333 14.7 9.25326 14.7 8.33333V4C14.7 3.81435 14.6263 3.6363 14.495 3.50502L11.8283 0.838357C11.697 0.707081 11.519 0.633331 11.3333 0.633331H8.33334ZM11.3667 2.35661L12.9767 3.96666H12C11.832 3.96666 11.6709 3.89994 11.5522 3.78117C11.4334 3.66239 11.3667 3.5013 11.3667 3.33333V2.35661ZM4.66667 4.63333C5.05327 4.63333 5.36667 4.94673 5.36667 5.33333V11.1603C5.37205 11.1697 5.37983 11.1815 5.39026 11.1951C5.40207 11.2104 5.41522 11.2253 5.42831 11.2384C5.4414 11.2514 5.45623 11.2646 5.47159 11.2764C5.48515 11.2868 5.49702 11.2946 5.50638 11.3H10C10.3866 11.3 10.7 11.6134 10.7 12C10.7 12.3866 10.3866 12.7 10 12.7H5.46667C4.98734 12.7 4.61713 12.4071 4.43836 12.2283C4.25959 12.0495 3.96667 11.6793 3.96667 11.2V5.33333C3.96667 4.94673 4.28007 4.63333 4.66667 4.63333ZM2 7.3C2.3866 7.3 2.7 7.6134 2.7 8V13.827C2.70539 13.8363 2.71316 13.8482 2.72359 13.8617C2.7354 13.8771 2.74855 13.8919 2.76164 13.905C2.77474 13.9181 2.78957 13.9313 2.80493 13.9431C2.81848 13.9535 2.83035 13.9613 2.83971 13.9667H7.33334C7.71994 13.9667 8.03334 14.2801 8.03334 14.6667C8.03334 15.0533 7.71994 15.3667 7.33334 15.3667H2.8C2.32067 15.3667 1.95047 15.0737 1.7717 14.895C1.59292 14.7162 1.3 14.346 1.3 13.8667V8C1.3 7.6134 1.6134 7.3 2 7.3Z", fill: "currentColor", }), }), - Lu = (e) => - kt("svg", { + du = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99999 2.03333C3.83202 2.03333 3.67093 2.10006 3.55216 2.21883C3.43339 2.3376 3.36666 2.49869 3.36666 2.66666V7.33333C3.36666 7.71993 3.05326 8.03333 2.66666 8.03333C2.28006 8.03333 1.96666 7.71993 1.96666 7.33333V2.66666C1.96666 2.12739 2.18089 1.6102 2.56221 1.22888C2.94353 0.847557 3.46072 0.633331 3.99999 0.633331H9.99999C10.1856 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H3.99999C3.46072 15.3667 2.94353 15.1524 2.56221 14.7711C2.18089 14.3898 1.96666 13.8726 1.96666 13.3333V11.3333C1.96666 10.7941 2.18089 10.2769 2.56221 9.89555C2.94353 9.51422 3.46072 9.3 3.99999 9.3H6.97671L6.17168 8.49497C5.89832 8.22161 5.89832 7.77839 6.17168 7.50502C6.44505 7.23166 6.88827 7.23166 7.16163 7.50502L9.16163 9.50502C9.29291 9.6363 9.36666 9.81435 9.36666 10C9.36666 10.1856 9.29291 10.3637 9.16163 10.495L7.16163 12.495C6.88827 12.7683 6.44505 12.7683 6.17168 12.495C5.89832 12.2216 5.89832 11.7784 6.17168 11.505L6.97671 10.7H3.99999C3.83202 10.7 3.67093 10.7667 3.55216 10.8855C3.43339 11.0043 3.36666 11.1654 3.36666 11.3333V13.3333C3.36666 13.5013 3.43339 13.6624 3.55216 13.7812C3.67093 13.8999 3.83202 13.9667 3.99999 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.6102 5.81911 9.22888 5.43778C8.84755 5.05646 8.63333 4.53927 8.63333 4V2.03333H3.99999ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.31L10.0333 2.35661Z", fill: "currentColor", }), }), - bu = (e) => - kt("svg", { + uu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM4.83837 7.50502C5.11173 7.23166 5.55495 7.23166 5.82832 7.50502L7.16165 8.83836C7.29292 8.96963 7.36667 9.14768 7.36667 9.33333C7.36667 9.51898 7.29292 9.69703 7.16165 9.82831L5.82832 11.1616C5.55495 11.435 5.11173 11.435 4.83837 11.1616C4.565 10.8883 4.565 10.4451 4.83837 10.1717L5.67673 9.33333L4.83837 8.49497C4.565 8.22161 4.565 7.77839 4.83837 7.50502ZM7.30001 12C7.30001 11.6134 7.61341 11.3 8.00001 11.3H10.6667C11.0533 11.3 11.3667 11.6134 11.3667 12C11.3667 12.3866 11.0533 12.7 10.6667 12.7H8.00001C7.61341 12.7 7.30001 12.3866 7.30001 12Z", fill: "currentColor", }), }), - Mu = (e) => - kt("svg", { + pu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM4.63334 6C4.63334 5.6134 4.94674 5.3 5.33334 5.3H6.66667C7.05327 5.3 7.36667 5.6134 7.36667 6C7.36667 6.3866 7.05327 6.7 6.66667 6.7H5.33334C4.94674 6.7 4.63334 6.3866 4.63334 6ZM4.63334 8.66666C4.63334 8.28006 4.94674 7.96666 5.33334 7.96666H10.6667C11.0533 7.96666 11.3667 8.28006 11.3667 8.66666C11.3667 9.05326 11.0533 9.36666 10.6667 9.36666H5.33334C4.94674 9.36666 4.63334 9.05326 4.63334 8.66666ZM4.63334 11.3333C4.63334 10.9467 4.94674 10.6333 5.33334 10.6333H10.6667C11.0533 10.6333 11.3667 10.9467 11.3667 11.3333C11.3667 11.7199 11.0533 12.0333 10.6667 12.0333H5.33334C4.94674 12.0333 4.63334 11.7199 4.63334 11.3333Z", fill: "currentColor", }), }), - Hu = (e) => - kt("svg", { + mu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56221 1.22888C2.94354 0.847557 3.46072 0.633331 4 0.633331H10C10.1856 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.66666C2.28007 15.3667 1.96666 15.0533 1.96666 14.6667C1.96666 14.2801 2.28007 13.9667 2.66666 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.6102 5.81911 9.22888 5.43778C8.84756 5.05646 8.63333 4.53927 8.63333 4V2.03333H4C3.83203 2.03333 3.67094 2.10006 3.55216 2.21883C3.43339 2.3376 3.36666 2.49869 3.36666 2.66666V5.33333C3.36666 5.71993 3.05326 6.03333 2.66666 6.03333C2.28007 6.03333 1.96666 5.71993 1.96666 5.33333V2.66666C1.96666 2.12739 2.18089 1.6102 2.56221 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.31L10.0333 2.35661ZM0.633331 8C0.633331 7.6134 0.946732 7.3 1.33333 7.3H5.33333C5.71993 7.3 6.03333 7.6134 6.03333 8V8.66666C6.03333 9.05326 5.71993 9.36666 5.33333 9.36666C4.95791 9.36666 4.65151 9.07112 4.63411 8.7H4.03333V11.3008C4.40445 11.3182 4.7 11.6246 4.7 12C4.7 12.3866 4.3866 12.7 4 12.7H2.66666C2.28007 12.7 1.96666 12.3866 1.96666 12C1.96666 11.6246 2.26221 11.3182 2.63333 11.3008V8.7H2.03255C2.01515 9.07112 1.70876 9.36666 1.33333 9.36666C0.946732 9.36666 0.633331 9.05326 0.633331 8.66666V8Z", fill: "currentColor", }), }), - Eu = (e) => - kt("svg", { + hu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM5.30001 8C5.30001 7.6134 5.61341 7.3 6.00001 7.3H10C10.3866 7.3 10.7 7.6134 10.7 8V8.66666C10.7 9.05326 10.3866 9.36666 10 9.36666C9.62458 9.36666 9.31819 9.07112 9.30079 8.7H8.70001V11.3008C9.07113 11.3182 9.36667 11.6246 9.36667 12C9.36667 12.3866 9.05327 12.7 8.66667 12.7H7.33334C6.94674 12.7 6.63334 12.3866 6.63334 12C6.63334 11.6246 6.92889 11.3182 7.30001 11.3008V8.7H6.69923C6.68183 9.07112 6.37543 9.36666 6.00001 9.36666C5.61341 9.36666 5.30001 9.05326 5.30001 8.66666V8Z", fill: "currentColor", }), }), - Ru = (e) => - kt("svg", { + fu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM7.50503 7.50502C7.7784 7.23166 8.22162 7.23166 8.49498 7.50502L10.495 9.50502C10.7683 9.77839 10.7683 10.2216 10.495 10.495C10.2216 10.7683 9.7784 10.7683 9.50503 10.495L8.70001 9.68995V12C8.70001 12.3866 8.38661 12.7 8.00001 12.7C7.61341 12.7 7.30001 12.3866 7.30001 12V9.68995L6.49498 10.495C6.22162 10.7683 5.7784 10.7683 5.50503 10.495C5.23167 10.2216 5.23167 9.77839 5.50503 9.50502L7.50503 7.50502Z", fill: "currentColor", }), }), - yu = (e) => - kt("svg", { + gu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 1.22888C2.94357 0.847557 3.46076 0.633331 4.00003 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H2.6667C2.2801 15.3667 1.9667 15.0533 1.9667 14.6667C1.9667 14.2801 2.2801 13.9667 2.6667 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61024 5.81911 9.22891 5.43778C8.84759 5.05646 8.63336 4.53927 8.63336 4V2.03333H4.00003C3.83206 2.03333 3.67097 2.10006 3.55219 2.21883C3.43342 2.3376 3.3667 2.49869 3.3667 2.66666V5.33333C3.3667 5.71993 3.05329 6.03333 2.6667 6.03333C2.2801 6.03333 1.9667 5.71993 1.9667 5.33333V2.66666C1.9667 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM9.6727 7.38775C9.89527 7.51111 10.0334 7.74553 10.0334 8V12C10.0334 12.2545 9.89527 12.4889 9.6727 12.6122C9.45013 12.7356 9.17815 12.7285 8.96236 12.5936L7.34409 11.5822C7.2271 12.2181 6.66983 12.7 6.00003 12.7H2.00003C1.24524 12.7 0.633362 12.0881 0.633362 11.3333V8.66666C0.633362 7.91187 1.24524 7.3 2.00003 7.3H6.00003C6.66983 7.3 7.2271 7.78185 7.34409 8.41782L8.96236 7.4064C9.17815 7.27153 9.45013 7.26439 9.6727 7.38775ZM5.9667 9.65585C5.96657 9.6635 5.96657 9.67115 5.9667 9.6788V10.3212C5.96657 10.3288 5.96657 10.3365 5.9667 10.3441V11.3H2.03336V8.7H5.9667V9.65585ZM7.45412 10L8.63336 10.737V9.26297L7.45412 10Z", fill: "currentColor", }), }), - Vu = (e) => - kt("svg", { + vu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM6.32179 6.72419C6.54124 6.59994 6.81057 6.60333 7.02682 6.73309L10.3602 8.73309C10.571 8.85959 10.7 9.08745 10.7 9.33333C10.7 9.57922 10.571 9.80707 10.3602 9.93358L7.02682 11.9336C6.81057 12.0633 6.54124 12.0667 6.32179 11.9425C6.10233 11.8182 5.96667 11.5855 5.96667 11.3333V7.33333C5.96667 7.08114 6.10233 6.84844 6.32179 6.72419ZM7.36667 8.56966V10.097L8.63945 9.33333L7.36667 8.56966Z", fill: "currentColor", }), }), - Su = (e) => - kt("svg", { + wu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM9.58001 7.44C9.88929 7.20804 10.328 7.27072 10.56 7.58C11.0836 8.27815 11.3667 9.1273 11.3667 10C11.3667 10.8727 11.0836 11.7218 10.56 12.42C10.328 12.7293 9.88929 12.792 9.58001 12.56C9.27073 12.328 9.20805 11.8893 9.44001 11.58C9.78187 11.1242 9.96667 10.5698 9.96667 10C9.96667 9.43022 9.78187 8.87582 9.44001 8.42C9.20805 8.11072 9.27073 7.67196 9.58001 7.44ZM7.24667 8.44C7.55595 8.20804 7.99472 8.27072 8.22667 8.58C8.53392 8.98966 8.70001 9.48792 8.70001 10C8.70001 10.5121 8.53392 11.0103 8.22667 11.42C7.99472 11.7293 7.55595 11.792 7.24667 11.56C6.9374 11.328 6.87472 10.8893 7.10667 10.58C7.23217 10.4127 7.30001 10.2092 7.30001 10C7.30001 9.79084 7.23217 9.58732 7.10667 9.42C6.87472 9.11072 6.9374 8.67196 7.24667 8.44ZM4.63334 10C4.63334 9.6134 4.94674 9.3 5.33334 9.3H5.34001C5.72661 9.3 6.04001 9.6134 6.04001 10C6.04001 10.3866 5.72661 10.7 5.34001 10.7H5.33334C4.94674 10.7 4.63334 10.3866 4.63334 10Z", fill: "currentColor", }), }), - Tu = (e) => - kt("svg", { + Lu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 1.22888C2.94357 0.847557 3.46076 0.633331 4.00003 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0334 4.48101 14.0334 4.66666V13.3333C14.0334 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00003C3.64311 15.3667 3.29247 15.2727 2.98337 15.0942C2.67428 14.9158 2.4176 14.6591 2.23914 14.35C2.04584 14.0152 2.16056 13.5871 2.49536 13.3938C2.83017 13.2005 3.25828 13.3152 3.45158 13.65C3.50717 13.7463 3.58711 13.8262 3.68339 13.8818C3.77966 13.9374 3.88886 13.9667 4.00003 13.9667C4.00002 13.9667 4.00003 13.9667 4.00003 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4479 13.7812C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V6.03333H10.6667C10.1274 6.03333 9.61024 5.81911 9.22891 5.43778C8.84759 5.05646 8.63336 4.53927 8.63336 4V2.03333H4.00003C3.83206 2.03333 3.67097 2.10006 3.55219 2.21883C3.43342 2.3376 3.3667 2.49869 3.3667 2.66666V4.66666C3.3667 5.05326 3.05329 5.36666 2.6667 5.36666C2.2801 5.36666 1.9667 5.05326 1.9667 4.66666V2.66666C1.9667 2.12739 2.18092 1.6102 2.56224 1.22888ZM10.0334 2.35661V4C10.0334 4.16797 10.1001 4.32906 10.2189 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101L10.0334 2.35661ZM4.997 6.04949C5.22461 6.17131 5.36669 6.40851 5.36669 6.66666V12C5.36669 12.2582 5.22461 12.4954 4.997 12.6172C4.76939 12.739 4.4932 12.7256 4.27841 12.5824L2.45475 11.3667H1.33336C0.946762 11.3667 0.633362 11.0533 0.633362 10.6667V8C0.633362 7.6134 0.946762 7.3 1.33336 7.3H2.45475L4.27841 6.08423C4.4932 5.94103 4.76939 5.92768 4.997 6.04949ZM3.9667 7.97463L3.05499 8.58243C2.94 8.65909 2.80489 8.7 2.6667 8.7H2.03336V9.96666H2.6667C2.80489 9.96666 2.94 10.0076 3.05499 10.0842L3.9667 10.692V7.97463ZM6.91336 6.77333C7.22264 6.54137 7.6614 6.60405 7.89336 6.91333C8.41698 7.61149 8.70003 8.46064 8.70003 9.33333C8.70003 10.206 8.41698 11.0552 7.89336 11.7533C7.6614 12.0626 7.22264 12.1253 6.91336 11.8933C6.60408 11.6614 6.5414 11.2226 6.77336 10.9133C7.11523 10.4575 7.30003 9.90311 7.30003 9.33333C7.30003 8.76356 7.11523 8.20915 6.77336 7.75333C6.5414 7.44405 6.60408 7.00529 6.91336 6.77333Z", fill: "currentColor", }), }), - Nu = (e) => - kt("svg", { + bu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM4.00001 2.03333C3.83204 2.03333 3.67095 2.10006 3.55217 2.21883C3.4334 2.3376 3.36667 2.49869 3.36667 2.66666V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7812C3.67095 13.8999 3.83204 13.9667 4.00001 13.9667H12C12.168 13.9667 12.3291 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V4.95661L9.71006 2.03333H4.00001ZM8.00001 5.3C8.38661 5.3 8.70001 5.6134 8.70001 6V8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666C7.61341 9.36666 7.30001 9.05326 7.30001 8.66666V6C7.30001 5.6134 7.61341 5.3 8.00001 5.3ZM7.30001 11.3333C7.30001 10.9467 7.61341 10.6333 8.00001 10.6333H8.00667C8.39327 10.6333 8.70668 10.9467 8.70668 11.3333C8.70668 11.7199 8.39327 12.0333 8.00667 12.0333H8.00001C7.61341 12.0333 7.30001 11.7199 7.30001 11.3333Z", fill: "currentColor", }), }), - xu = (e) => - kt("svg", { + Mu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5622 1.22888C2.94353 0.847557 3.46071 0.633331 3.99999 0.633331H9.99999C10.1856 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1524 12.5393 15.3667 12 15.3667H2.66665C2.28006 15.3667 1.96665 15.0533 1.96665 14.6667C1.96665 14.2801 2.28006 13.9667 2.66665 13.9667H12C12.168 13.9667 12.329 13.8999 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V6.03333H10.6667C10.1274 6.03333 9.61019 5.81911 9.22887 5.43778C8.84755 5.05646 8.63332 4.53927 8.63332 4V2.03333H3.99999C3.83202 2.03333 3.67093 2.10006 3.55215 2.21883C3.43338 2.3376 3.36665 2.49869 3.36665 2.66666V5.33333C3.36665 5.71993 3.05325 6.03333 2.66665 6.03333C2.28006 6.03333 1.96665 5.71993 1.96665 5.33333V2.66666C1.96665 2.12739 2.18088 1.6102 2.5622 1.22888ZM10.0333 2.35661V4C10.0333 4.16797 10.1 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.31L10.0333 2.35661ZM1.50501 7.83836C1.77838 7.56499 2.2216 7.56499 2.49496 7.83836L3.66665 9.01005L4.83835 7.83836C5.11171 7.56499 5.55493 7.56499 5.8283 7.83836C6.10166 8.11172 6.10166 8.55494 5.8283 8.82831L4.6566 10L5.8283 11.1717C6.10166 11.4451 6.10166 11.8883 5.8283 12.1616C5.55493 12.435 5.11171 12.435 4.83835 12.1616L3.66665 10.9899L2.49496 12.1616C2.2216 12.435 1.77838 12.435 1.50501 12.1616C1.23165 11.8883 1.23165 11.4451 1.50501 11.1717L2.67671 10L1.50501 8.82831C1.23165 8.55494 1.23165 8.11172 1.50501 7.83836Z", fill: "currentColor", }), }), - _u = (e) => - kt("svg", { + Hu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56222 1.22888C2.94355 0.847557 3.46073 0.633331 4.00001 0.633331H10C10.1857 0.633331 10.3637 0.707081 10.495 0.838357L13.8283 4.17169C13.9596 4.30297 14.0333 4.48101 14.0333 4.66666V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3667 12 15.3667H4.00001C3.46073 15.3667 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V2.66666C1.96667 2.12739 2.1809 1.6102 2.56222 1.22888ZM12.3101 4.63333L10.0333 2.35661V4C10.0333 4.16797 10.1001 4.32906 10.2188 4.44783C10.3376 4.56661 10.4987 4.63333 10.6667 4.63333H12.3101ZM8.63334 2.03333V4C8.63334 4.53927 8.84757 5.05646 9.22889 5.43778C9.61022 5.81911 10.1274 6.03333 10.6667 6.03333H12.6333V13.3333C12.6333 13.5013 12.5666 13.6624 12.4478 13.7812C12.3291 13.8999 12.168 13.9667 12 13.9667H4.00001C3.83204 13.9667 3.67095 13.8999 3.55217 13.7812C3.4334 13.6624 3.36667 13.5013 3.36667 13.3333V2.66666C3.36667 2.49869 3.4334 2.3376 3.55217 2.21883C3.67095 2.10006 3.83204 2.03333 4.00001 2.03333H8.63334ZM5.83837 7.83836C6.11173 7.56499 6.55495 7.56499 6.82832 7.83836L8.00001 9.01005L9.1717 7.83836C9.44507 7.56499 9.88828 7.56499 10.1616 7.83836C10.435 8.11172 10.435 8.55494 10.1616 8.82831L8.98996 10L10.1616 11.1717C10.435 11.4451 10.435 11.8883 10.1616 12.1616C9.88828 12.435 9.44507 12.435 9.1717 12.1616L8.00001 10.9899L6.82832 12.1616C6.55495 12.435 6.11173 12.435 5.83837 12.1616C5.565 11.8883 5.565 11.4451 5.83837 11.1717L7.01006 10L5.83837 8.82831C5.565 8.55494 5.565 8.11172 5.83837 7.83836Z", fill: "currentColor", }), }), - Au = (e) => - kt("svg", { + Eu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V4.29999H3.96672V2.69999H3.33338ZM3.33338 1.29999C2.2104 1.29999 1.30005 2.21034 1.30005 3.33332V12.6667C1.30005 13.7896 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7896 14.7 12.6667V3.33332C14.7 2.21034 13.7897 1.29999 12.6667 1.29999H3.33338ZM5.36672 2.69999V7.29999H10.6334V2.69999H5.36672ZM12.0334 2.69999V4.29999H13.3V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H12.0334ZM13.3 5.69999H12.0334V7.29999H13.3V5.69999ZM13.3 8.69999H12.0334V10.3H13.3V8.69999ZM13.3 11.7H12.0334V13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V11.7ZM10.6334 13.3V8.69999H5.36672V13.3H10.6334ZM3.96672 13.3V11.7H2.70005V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H3.96672ZM2.70005 10.3H3.96672V8.69999H2.70005V10.3ZM2.70005 7.29999H3.96672V5.69999H2.70005V7.29999Z", fill: "currentColor", }), }), - Zu = (e) => - kt("svg", { + Ru = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.698328 1.70537C0.813029 1.45816 1.06078 1.29999 1.33331 1.29999H14.6666C14.9392 1.29999 15.1869 1.45816 15.3016 1.70537C15.4163 1.95259 15.3771 2.2439 15.2011 2.452L10.0333 8.56296V14C10.0333 14.2426 9.90769 14.4679 9.70132 14.5954C9.49495 14.723 9.23725 14.7346 9.02026 14.6261L6.35359 13.2928C6.11644 13.1742 5.96664 12.9318 5.96664 12.6667V8.56296L0.798811 2.452C0.622833 2.2439 0.583627 1.95259 0.698328 1.70537ZM2.84202 2.69999L7.20114 7.85465C7.30801 7.98101 7.36664 8.14116 7.36664 8.30665V12.234L8.63331 12.8674V8.30665C8.63331 8.14116 8.69195 7.98101 8.79881 7.85465L13.1579 2.69999H2.84202Z", fill: "currentColor", }), }), - Iu = (e) => - kt("svg", { + yu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.698328 1.70537C0.813029 1.45816 1.06078 1.29999 1.33331 1.29999H8.67531C9.06191 1.29999 9.37531 1.61339 9.37531 1.99999C9.37531 2.38659 9.06191 2.69999 8.67531 2.69999H2.84202L7.20114 7.85465C7.30801 7.98101 7.36664 8.14116 7.36664 8.30665V12.234L8.63331 12.8674V8.30665C8.63331 8.14012 8.69268 7.97904 8.80076 7.85235L9.40076 7.14902C9.65167 6.8549 10.0935 6.81987 10.3876 7.07077C10.6817 7.32168 10.7168 7.76351 10.4659 8.05763L10.0333 8.56467V14C10.0333 14.2426 9.90769 14.4679 9.70132 14.5954C9.49495 14.723 9.23725 14.7346 9.02026 14.6261L6.35359 13.2928C6.11644 13.1742 5.96664 12.9318 5.96664 12.6667V8.56296L0.798811 2.452C0.622833 2.2439 0.583627 1.95259 0.698328 1.70537ZM10.8383 1.50501C11.1117 1.23165 11.5549 1.23165 11.8283 1.50501L13 2.67671L14.1717 1.50501C14.445 1.23165 14.8883 1.23165 15.1616 1.50501C15.435 1.77838 15.435 2.2216 15.1616 2.49496L13.9899 3.66665L15.1616 4.83835C15.435 5.11171 15.435 5.55493 15.1616 5.8283C14.8883 6.10166 14.445 6.10166 14.1717 5.8283L13 4.6566L11.8283 5.8283C11.5549 6.10166 11.1117 6.10166 10.8383 5.8283C10.565 5.55493 10.565 5.11171 10.8383 4.83835L12.01 3.66665L10.8383 2.49496C10.565 2.2216 10.565 1.77838 10.8383 1.50501Z", fill: "currentColor", }), }), - ku = (e) => - kt("svg", { + Vu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03333C4.7199 2.03333 2.0333 4.71993 2.0333 8C2.0333 8.3866 1.7199 8.7 1.3333 8.7C0.946701 8.7 0.633301 8.3866 0.633301 8C0.633301 3.94673 3.9467 0.633331 7.99997 0.633331C9.14361 0.633331 10.2715 0.8996 11.2944 1.41105C12.3173 1.9225 13.2071 2.66509 13.8933 3.58C14.1253 3.88928 14.0626 4.32804 13.7533 4.56C13.444 4.79196 13.0053 4.72928 12.7733 4.42C12.2175 3.67896 11.4968 3.0775 10.6683 2.66325C9.83984 2.249 8.92626 2.03333 7.99997 2.03333ZM8.0005 4.69743C7.42105 4.69734 6.85179 4.84982 6.34997 5.13955C6.01516 5.33285 5.58705 5.21814 5.39375 4.88333C5.20045 4.54853 5.31516 4.12041 5.64997 3.92711C6.36468 3.51447 7.17544 3.2973 8.00072 3.29743C8.826 3.29756 9.63669 3.515 10.3513 3.92787C11.0659 4.34073 11.6591 4.93448 12.0714 5.64939C12.4837 6.3643 12.7005 7.17517 12.7 8.00045L12 8H12.7V8.00045V8.00112C12.7 8.31492 12.7 8.78842 12.6864 9.35019C12.6771 9.73668 12.3563 10.0424 11.9698 10.0331C11.5833 10.0238 11.2775 9.70296 11.2868 9.31647C11.3 8.77225 11.3 8.31287 11.3 8V7.99955C11.3003 7.4201 11.1481 6.85077 10.8586 6.34881C10.5692 5.84685 10.1526 5.42996 9.65088 5.14008C9.14916 4.85019 8.57995 4.69753 8.0005 4.69743ZM4.45741 6.0058C4.8224 6.13326 5.01495 6.53246 4.8875 6.89744C4.76591 7.24562 4.69997 7.61437 4.69997 8C4.69997 10.0562 4.35985 12.134 3.99738 13.2214C3.87513 13.5881 3.4787 13.7863 3.11194 13.6641C2.74518 13.5418 2.54697 13.1454 2.66922 12.7786C2.97342 11.866 3.29997 9.94375 3.29997 8C3.29997 7.45229 3.39402 6.92771 3.56577 6.43589C3.69323 6.0709 4.09243 5.87834 4.45741 6.0058ZM14.3942 5.98063C14.7731 5.90379 15.1425 6.14866 15.2193 6.52755C15.2532 6.69473 15.2739 6.9667 15.288 7.25099C15.3031 7.55393 15.3131 7.92561 15.316 8.323C15.3219 9.11294 15.3001 10.0336 15.2298 10.7363C15.1914 11.121 14.8483 11.4017 14.4636 11.3632C14.079 11.3247 13.7983 10.9817 13.8368 10.597C13.8998 9.96638 13.9217 9.10239 13.9161 8.33333C13.9133 7.95122 13.9037 7.59981 13.8898 7.32071C13.8749 7.02296 13.857 6.85393 13.8473 6.80578C13.7704 6.4269 14.0153 6.05746 14.3942 5.98063ZM6.56218 6.56221C6.94351 6.18089 7.46069 5.96666 7.99997 5.96666C8.38657 5.96666 8.69997 6.28006 8.69997 6.66666C8.69997 7.05326 8.38657 7.36666 7.99997 7.36666C7.832 7.36666 7.67091 7.43339 7.55213 7.55216C7.43336 7.67094 7.36663 7.83203 7.36663 8C7.36663 8.71492 7.2973 9.73564 7.1893 10.7414C7.14802 11.1258 6.80295 11.4039 6.41856 11.3627C6.03417 11.3214 5.75603 10.9763 5.7973 10.5919C5.90263 9.61102 5.96663 8.64508 5.96663 8C5.96663 7.46072 6.18086 6.94354 6.56218 6.56221ZM9.3333 8.04666C9.7199 8.04666 10.0333 8.36006 10.0333 8.74666V8.75474C10.0333 9.54494 10.0333 10.6304 9.94787 11.7308C9.863 12.8239 9.69013 13.9927 9.31657 14.9266C9.17299 15.2856 8.76561 15.4602 8.40666 15.3166C8.04771 15.173 7.87312 14.7656 8.0167 14.4067C8.30981 13.6739 8.47026 12.6761 8.55207 11.6225C8.63301 10.58 8.6333 9.54246 8.6333 8.74666C8.6333 8.36006 8.9467 8.04666 9.3333 8.04666ZM0.633301 10.6667C0.633301 10.2801 0.946701 9.96666 1.3333 9.96666H1.33997C1.72657 9.96666 2.03997 10.2801 2.03997 10.6667C2.03997 11.0533 1.72657 11.3667 1.33997 11.3667H1.3333C0.946701 11.3667 0.633301 11.0533 0.633301 10.6667ZM11.9277 11.3033C12.3125 11.3407 12.5941 11.6829 12.5567 12.0677C12.5062 12.5875 12.2925 13.7532 12.213 14.1506C12.1372 14.5297 11.7684 14.7756 11.3894 14.6997C11.0103 14.6239 10.7644 14.2551 10.8402 13.876C10.9208 13.4734 11.1205 12.3725 11.1633 11.9323C11.2007 11.5475 11.5429 11.2659 11.9277 11.3033ZM6.26828 12.644C6.649 12.7112 6.90317 13.0743 6.83598 13.455C6.76178 13.8755 6.62511 14.2926 6.50785 14.6504C6.48188 14.7297 6.45686 14.8061 6.43368 14.8789C6.31646 15.2473 5.92279 15.4509 5.55439 15.3337C5.18599 15.2165 4.98237 14.8228 5.09959 14.4544C5.13051 14.3572 5.16077 14.2645 5.18994 14.175C5.30434 13.8243 5.40202 13.5248 5.45729 13.2117C5.52447 12.831 5.88757 12.5768 6.26828 12.644Z", fill: "currentColor", }), }), - Ou = (e) => - kt("svg", { + Tu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.03359 1.03362C7.28989 0.777319 7.6375 0.633331 7.99997 0.633331H9.3333C9.69576 0.633331 10.0434 0.777319 10.2997 1.03362C10.3802 1.11418 10.4497 1.20377 10.5071 1.3H12C12.3866 1.3 12.7 1.6134 12.7 2C12.7 2.3866 12.3866 2.7 12 2.7H10.7V3.98337C10.8218 4.0757 10.9379 4.17674 11.0472 4.28607C11.6786 4.91744 12.0333 5.77377 12.0333 6.66666V13.3333C12.0333 13.8726 11.8191 14.3898 11.4378 14.7711C11.0564 15.1524 10.5392 15.3667 9.99997 15.3667H7.3333C6.79403 15.3667 6.27684 15.1524 5.89552 14.7711C5.51419 14.3898 5.29997 13.8726 5.29997 13.3333V9.36666H4.0333V13.3333C4.0333 13.7199 3.7199 14.0333 3.3333 14.0333C2.9467 14.0333 2.6333 13.7199 2.6333 13.3333V6C2.6333 4.75348 3.12848 3.55802 4.0099 2.6766C4.76689 1.9196 5.75552 1.4475 6.80919 1.3293C6.86967 1.22192 6.94491 1.1223 7.03359 1.03362ZM6.6333 2.77508C6.01933 2.90836 5.451 3.21539 4.99985 3.66655C4.38098 4.28542 4.0333 5.12478 4.0333 6V7.96666H5.29997V6.66666C5.29997 5.77377 5.65467 4.91744 6.28604 4.28607C6.39538 4.17674 6.51145 4.0757 6.6333 3.98337V2.77508ZM8.0333 3.36009C8.24058 3.32039 8.45256 3.3 8.66663 3.3C8.88071 3.3 9.09269 3.32039 9.29997 3.36009V2.03333H8.0333V3.36009ZM6.69997 11.3H10.6333V6.66666C10.6333 6.14507 10.4261 5.64484 10.0573 5.27602C9.68846 4.9072 9.18823 4.7 8.66663 4.7C8.14504 4.7 7.64481 4.9072 7.27599 5.27602C6.90717 5.64484 6.69997 6.14507 6.69997 6.66666V11.3ZM10.6333 12.7H6.69997V13.3333C6.69997 13.5013 6.76669 13.6624 6.88547 13.7812C7.00424 13.8999 7.16533 13.9667 7.3333 13.9667H9.99997C10.1679 13.9667 10.329 13.8999 10.4478 13.7812C10.5666 13.6624 10.6333 13.5013 10.6333 13.3333V12.7Z", fill: "currentColor", }), }), - Bu = (e) => - kt("svg", { + Su = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.61325 2.84919C9.49839 2.75232 9.35283 2.69944 9.20258 2.69999L9.19998 2.7H6.77771C7.02312 3.07198 7.23792 3.46316 7.39973 3.85513C8.18248 3.52199 9.0194 3.32479 9.84162 3.30218L9.82958 3.22883C9.82952 3.22852 9.82947 3.2282 9.82942 3.22789C9.80446 3.08006 9.72787 2.94587 9.61325 2.84919ZM11.2851 3.45288L11.2107 2.99985L11.2104 2.99784C11.1308 2.52204 10.8846 2.09004 10.5159 1.77902C10.1475 1.4683 9.68071 1.29855 9.19881 1.3H9.19998V1.99993L9.19739 1.3C9.19786 1.3 9.19834 1.3 9.19881 1.3M9.40888 4.73897C8.55285 4.84969 7.66892 5.19212 6.90653 5.71298C6.02644 6.31426 5.35898 7.11743 5.06428 8.0003C5.35898 8.88591 6.02643 9.68893 6.90622 10.2893C7.66841 10.8094 8.55249 11.1509 9.40897 11.2612C8.89941 10.2559 8.62967 9.13931 8.62967 8C8.62967 6.86075 8.89938 5.74425 9.40888 4.73897ZM9.84162 12.6978C9.20062 12.6803 8.55055 12.5569 7.92411 12.3458C7.85405 12.6745 7.74879 12.9945 7.6104 13.3H9.19998L9.20258 13.3C9.35283 13.3006 9.49839 13.2477 9.61325 13.1508C9.72786 13.0541 9.80445 12.92 9.82941 12.7721C9.82947 12.7718 9.82952 12.7715 9.82958 12.7712L9.84162 12.6978ZM6.60468 11.7512C6.43788 11.6555 6.27508 11.5535 6.11708 11.4457C5.74499 11.1918 5.39347 10.9011 5.07589 10.5778C4.93772 10.9439 4.74863 11.2858 4.50502 11.594C3.90865 12.3487 3.032 12.8429 1.93388 13.024C1.66367 13.0686 1.3923 12.9515 1.23934 12.7243C0.787717 12.0536 0.61359 11.0525 0.634334 10.1506C0.650886 9.43094 0.794673 8.63441 1.13742 7.99834C0.798122 7.36286 0.655855 6.5677 0.639334 5.84943C0.618611 4.94839 0.790787 3.94851 1.23755 3.27837C1.3901 3.04954 1.66252 2.93124 1.93388 2.97599C3.032 3.15709 3.90865 3.65134 4.50502 4.40597C4.74911 4.71484 4.93846 5.05738 5.0767 5.42436C5.394 5.10141 5.74513 4.81091 6.11677 4.55701C6.13111 4.54721 6.14549 4.53746 6.15991 4.52776M3.96489 6.99074C3.94434 6.27957 3.74422 5.70122 3.40661 5.27402C3.13398 4.92904 2.74452 4.64783 2.21011 4.47713C2.09638 4.83042 2.0271 5.30139 2.03896 5.81723C2.05662 6.58493 2.24897 7.2322 2.5146 7.55614C2.72688 7.81502 2.72614 8.18797 2.51284 8.446C2.24521 8.76974 2.0516 9.41611 2.03396 10.1828C2.02208 10.6993 2.09239 11.1707 2.20761 11.5237C2.7433 11.353 3.13356 11.0715 3.40661 10.726C3.74396 10.2991 3.94404 9.72129 3.96485 9.01085C3.8389 8.74586 3.73528 8.46955 3.65767 8.18303C3.62515 8.063 3.6252 7.93648 3.6578 7.81648C3.73541 7.53079 3.839 7.25517 3.96489 6.99074ZM6.60468 11.7512C6.52775 12.4105 6.25159 13.0344 5.80833 13.537C5.62632 13.7433 5.5821 14.0372 5.69531 14.288C5.80851 14.5388 6.05815 14.7 6.33332 14.7H9.19881M11.2851 12.5476C13.3584 12.0365 14.7698 10.2964 15.3423 8.18303C15.3748 8.063 15.3748 7.93648 15.3422 7.81648C14.7698 5.70976 13.3588 3.96544 11.2851 3.45288M10.9758 11.1789C10.3601 10.2362 10.0297 9.13206 10.0297 8C10.0297 6.86811 10.36 5.76409 10.9755 4.82152C12.3937 5.18868 13.4433 6.36269 13.9386 8.00027C13.4436 9.64175 12.3944 10.8129 10.9758 11.1789ZM12 7.3C12.3866 7.3 12.7 7.6134 12.7 8V8.33333C12.7 8.71993 12.3866 9.03333 12 9.03333C11.6134 9.03333 11.3 8.71993 11.3 8.33333V8C11.3 7.6134 11.6134 7.3 12 7.3Z", fill: "currentColor", }), }), - Du = (e) => - kt("svg", { + Nu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.93329 11.0272L1.9334 11.027L1.93353 11.0268L1.93542 11.0237L1.94588 11.0067C1.95568 10.9909 1.97111 10.9662 1.99202 10.9335C2.03386 10.8682 2.09757 10.7709 2.182 10.6483C2.35102 10.4027 2.60208 10.0571 2.92592 9.66352C3.10587 9.4448 3.30693 9.21296 3.52749 8.97636C3.93492 9.33513 4.38244 9.68517 4.86633 10.0022C6.15613 10.8472 7.74142 11.4811 9.53064 11.3759C11.3309 11.27 13.2347 10.4219 15.1616 8.49499C15.435 8.22162 15.435 7.77841 15.1616 7.50504C13.2347 5.57814 11.3309 4.73004 9.53064 4.62414C7.74142 4.51889 6.15613 5.15279 4.86633 5.99783C4.38244 6.31486 3.93492 6.6649 3.52749 7.02367C3.30693 6.78707 3.10587 6.55523 2.92592 6.33651C2.60208 5.94292 2.35102 5.59729 2.182 5.35177C2.09757 5.22914 2.03386 5.13185 1.99202 5.06649C1.97111 5.03381 1.95568 5.00915 1.94588 4.99332L1.93542 4.97631L1.9334 4.97298C1.93329 4.9728 1.93322 4.97269 1.9332 4.97265L1.93319 4.97264M4.53794 8.00002C4.87708 8.29297 5.24334 8.57549 5.63357 8.83116C6.76044 9.56945 8.05015 10.0606 9.44843 9.97831C10.6954 9.90496 12.1112 9.37082 13.6483 8.00001C12.1112 6.6292 10.6954 6.09507 9.44843 6.02172C8.05015 5.93947 6.76044 6.43058 5.63357 7.16887C5.24334 7.42454 4.87708 7.70706 4.53794 8.00002ZM2.52369 8.00001C2.27188 7.7309 2.04505 7.46938 1.84482 7.22602C1.49157 6.79669 1.21659 6.41837 1.02884 6.14565C0.934883 6.00917 0.862522 5.89877 0.812892 5.82124C0.78807 5.78246 0.768913 5.75187 0.755562 5.7303L0.7399 5.70482L0.735364 5.69735L0.733924 5.69497L0.733412 5.69412C0.733214 5.69379 0.733039 5.6935 1.33328 5.33335M2.52369 8.00001C2.27188 8.26913 2.04505 8.53065 1.84482 8.77401C1.49157 9.20334 1.21659 9.58166 1.02884 9.85438C0.934883 9.99086 0.862522 10.1013 0.812892 10.1788C0.78807 10.2176 0.768913 10.2482 0.755562 10.2697L0.7399 10.2952L0.735364 10.3027L0.733924 10.3051L0.733412 10.3059C0.733214 10.3062 0.733039 10.3065 1.33328 10.6667L0.733039 10.3065C0.534136 10.638 0.641631 11.068 0.973137 11.2669C1.30451 11.4658 1.73429 11.3584 1.93329 11.0272", fill: "currentColor", }), }), - Pu = (e) => - kt("svg", { + xu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.99003 1.01673C3.49832 0.813419 4.25444 0.633331 5.33334 0.633331C6.46878 0.633331 7.40942 1.00972 8.22131 1.33459C8.23423 1.33976 8.24712 1.34492 8.25998 1.35006C9.10598 1.68846 9.82019 1.96666 10.6667 1.96666C11.5878 1.96666 12.165 1.81342 12.49 1.6834C12.6532 1.61814 12.756 1.55747 12.8096 1.52173C12.8349 1.50489 12.8496 1.49333 12.8549 1.48905C13.0549 1.3017 13.3467 1.24787 13.6012 1.35328C13.8628 1.46163 14.0333 1.71687 14.0333 2V10C14.0333 10.1856 13.9596 10.3637 13.8283 10.495L13.3333 10C13.8283 10.495 13.828 10.4953 13.8276 10.4957L13.8268 10.4965L13.8253 10.498L13.822 10.5012L13.8145 10.5084C13.8092 10.5135 13.8031 10.5192 13.7962 10.5254C13.7825 10.5379 13.7658 10.5525 13.7458 10.569C13.7058 10.6019 13.653 10.6421 13.5862 10.6866C13.4523 10.7759 13.2635 10.8819 13.01 10.9833C12.5017 11.1866 11.7456 11.3667 10.6667 11.3667C9.53124 11.3667 8.5906 10.9903 7.77871 10.6654L7.74003 10.6499C6.89403 10.3115 6.17983 10.0333 5.33334 10.0333C4.41224 10.0333 3.83503 10.1866 3.50998 10.3166C3.45567 10.3383 3.40803 10.3595 3.36667 10.3795V14.6667C3.36667 15.0533 3.05327 15.3667 2.66667 15.3667C2.28008 15.3667 1.96667 15.0533 1.96667 14.6667V2C1.96667 1.81435 2.04042 1.6363 2.1717 1.50502L2.66667 2C2.1717 1.50502 2.17207 1.50466 2.17243 1.50429L2.17318 1.50354L2.17474 1.502L2.17805 1.49875L2.1855 1.49156C2.19084 1.48647 2.19693 1.48078 2.20378 1.47455C2.21749 1.46209 2.23425 1.44746 2.25423 1.431C2.29422 1.39807 2.34698 1.35794 2.4138 1.3134C2.5477 1.22413 2.73651 1.11814 2.99003 1.01673ZM3.36667 2.3795V8.88628C3.85053 8.74224 4.49434 8.63333 5.33334 8.63333C6.46878 8.63333 7.40942 9.00972 8.22131 9.33459C8.23423 9.33976 8.24712 9.34492 8.25998 9.35006C9.10598 9.68846 9.82019 9.96666 10.6667 9.96666C11.5878 9.96666 12.165 9.81342 12.49 9.6834C12.5444 9.66167 12.592 9.64045 12.6333 9.62049V3.11372C12.1495 3.25776 11.5057 3.36666 10.6667 3.36666C9.53123 3.36666 8.5906 2.99028 7.77871 2.6654C7.76578 2.66023 7.75289 2.65508 7.74003 2.64993C6.89403 2.31153 6.17983 2.03333 5.33334 2.03333C4.41224 2.03333 3.83503 2.18658 3.50998 2.3166C3.45567 2.33832 3.40803 2.35954 3.36667 2.3795Z", fill: "currentColor", }), }), - Fu = (e) => - kt("svg", { + _u = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L3.16145 2.17153C3.16134 2.17142 3.16155 2.17164 3.16145 2.17153L11.1613 10.1714C11.1611 10.1712 11.1615 10.1716 11.1613 10.1714L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L10.368 11.358C9.36477 11.3001 8.5183 10.9614 7.77867 10.6654L7.73999 10.6499C6.89399 10.3115 6.17979 10.0333 5.3333 10.0333C4.4122 10.0333 3.83499 10.1866 3.50994 10.3166C3.45562 10.3383 3.40799 10.3595 3.36663 10.3795V14.6667C3.36663 15.0533 3.05323 15.3667 2.66663 15.3667C2.28003 15.3667 1.96663 15.0533 1.96663 14.6667V2.95661L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM3.36663 4.35661V8.88628C3.85049 8.74224 4.4943 8.63333 5.3333 8.63333C6.46874 8.63333 7.40938 9.00972 8.22127 9.33459C8.23419 9.33976 8.24708 9.34492 8.25994 9.35006C8.31602 9.3725 8.37152 9.39466 8.42652 9.4165L3.36663 4.35661ZM4.6333 1.33333C4.6333 0.946732 4.9467 0.633331 5.3333 0.633331C6.46874 0.633331 7.40938 1.00972 8.22127 1.33459C8.23419 1.33976 8.24708 1.34492 8.25994 1.35006C9.10594 1.68846 9.82015 1.96666 10.6666 1.96666C11.5877 1.96666 12.1649 1.81342 12.49 1.6834C12.6531 1.61814 12.756 1.55747 12.8096 1.52173C12.8349 1.50489 12.8496 1.49332 12.8548 1.48904C13.0548 1.3017 13.3467 1.24787 13.6012 1.35328C13.8628 1.46163 14.0333 1.71687 14.0333 2V9.33333C14.0333 9.71993 13.7199 10.0333 13.3333 10.0333C12.9467 10.0333 12.6333 9.71993 12.6333 9.33333V3.11372C12.1494 3.25776 11.5056 3.36666 10.6666 3.36666C9.53119 3.36666 8.59056 2.99028 7.77867 2.6654C7.76574 2.66023 7.75285 2.65508 7.73999 2.64993C6.89399 2.31153 6.17979 2.03333 5.3333 2.03333C4.9467 2.03333 4.6333 1.71993 4.6333 1.33333Z", fill: "currentColor", }), }), - Uu = (e) => - kt("svg", { + Au = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.7014 0.737877C11.9077 0.865421 12.0333 1.09073 12.0333 1.33333V7.98592C12.0335 7.99565 12.0335 8.0054 12.0333 8.01515V14.6667C12.0333 15.0533 11.7199 15.3667 11.3333 15.3667C10.9467 15.3667 10.6333 15.0533 10.6333 14.6667V8.43262L4.35363 5.29276C4.11648 5.17419 3.96667 4.93181 3.96667 4.66667C3.96667 4.40152 4.11648 4.15914 4.35363 4.04057L11.0203 0.707233C11.2373 0.598737 11.495 0.610332 11.7014 0.737877ZM10.6333 6.86737V2.46596L6.23192 4.66667L10.6333 6.86737Z", fill: "currentColor", }), }), - zu = (e) => - kt("svg", { + Zu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.29869 0.737877C4.50507 0.610332 4.76276 0.598737 4.97976 0.707233L11.6464 4.04057C11.8836 4.15914 12.0334 4.40152 12.0334 4.66667C12.0334 4.93181 11.8836 5.17419 11.6464 5.29276L5.36671 8.43262V14.6667C5.36671 15.0533 5.05331 15.3667 4.66671 15.3667C4.28011 15.3667 3.96671 15.0533 3.96671 14.6667V8.01516C3.9665 8.0054 3.9665 7.99565 3.96671 7.98592V1.33333C3.96671 1.09073 4.09232 0.865421 4.29869 0.737877ZM5.36671 6.86737L9.76813 4.66667L5.36671 2.46596V6.86737Z", fill: "currentColor", }), }), - Gu = (e) => - kt("svg", { + Iu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.225 1.33716C8.46155 1.41747 8.63738 1.61775 8.68637 1.86272C8.98609 3.36132 9.89387 4.81868 11.1039 5.78673C12.563 6.95398 13.3666 8.40726 13.3666 10C13.3666 10.7048 13.2278 11.4026 12.9581 12.0537C12.6884 12.7048 12.2931 13.2965 11.7948 13.7948C11.2964 14.2931 10.7048 14.6885 10.0537 14.9582C9.40259 15.2279 8.70473 15.3667 7.99997 15.3667C7.29521 15.3667 6.59735 15.2279 5.94623 14.9582C5.29512 14.6885 4.7035 14.2931 4.20516 13.7948C3.70682 13.2965 3.31151 12.7048 3.04181 12.0537C2.77211 11.4026 2.6333 10.7048 2.6333 10C2.6333 9.07708 2.9732 8.16059 3.45419 7.56168C3.64019 7.33008 3.9521 7.24109 4.2323 7.33968C4.5125 7.43827 4.69997 7.70296 4.69997 8C4.69997 8.25638 4.80181 8.50225 4.9831 8.68354C5.16438 8.86482 5.41026 8.96667 5.66663 8.96667C5.92301 8.96667 6.16889 8.86482 6.35017 8.68354C6.53146 8.50225 6.6333 8.25638 6.6333 8C6.6333 7.43474 6.49658 7.17823 6.25067 6.71684C6.18766 6.59861 6.11748 6.46694 6.04059 6.31317M8.225 1.33716C7.98844 1.25685 7.72702 1.30869 7.53901 1.4732L8.225 1.33716ZM7.16792 4.18786C6.99958 4.65547 7.01539 5.13253 7.29267 5.68683L7.29273 5.68695C7.34119 5.78387 7.39416 5.88147 7.44878 5.98211C7.72065 6.48306 8.0333 7.05914 8.0333 8C8.0333 8.62768 7.78396 9.22965 7.34012 9.67349C6.89628 10.1173 6.29431 10.3667 5.66663 10.3667C5.06465 10.3667 4.48631 10.1373 4.04843 9.72701C4.03857 9.81724 4.0333 9.90851 4.0333 10C4.0333 10.5209 4.1359 11.0367 4.33525 11.518C4.53459 11.9992 4.82677 12.4365 5.19511 12.8049C5.56345 13.1732 6.00073 13.4654 6.48199 13.6647C6.96325 13.8641 7.47906 13.9667 7.99997 13.9667C8.52088 13.9667 9.03669 13.8641 9.51794 13.6647C9.9992 13.4654 10.4365 13.1732 10.8048 12.8049C11.1732 12.4365 11.4653 11.9992 11.6647 11.518C11.864 11.0367 11.9666 10.5209 11.9666 10C11.9666 8.92608 11.4369 7.84602 10.2293 6.87994C9.09722 5.97424 8.18521 4.71976 7.66277 3.34434C7.42621 3.64079 7.26391 3.92122 7.16792 4.18786ZM7.53901 1.4732C6.75573 2.15857 6.14526 2.89539 5.85068 3.71364L7.53901 1.4732ZM5.85068 3.71364C5.54437 4.56449 5.6032 5.43872 6.04053 6.31305L5.85068 3.71364Z", fill: "currentColor", }), }), - $u = (e) => - kt("svg", { + ku = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.4347 4.24432C7.65202 4.45616 7.81926 4.71407 7.92399 4.99916C8.03182 5.29268 8.07051 5.60712 8.03703 5.91802C8.00355 6.22893 7.89881 6.52792 7.73097 6.79176C7.56312 7.05559 7.33668 7.27716 7.06926 7.43924C6.80184 7.60131 6.50064 7.69952 6.18908 7.72623C5.98166 7.74402 5.77337 7.72979 5.57139 7.6846C5.70239 7.99713 5.89371 8.28444 6.13798 8.52871C6.63182 9.02256 7.30162 9.3 8.00003 9.3C8.69843 9.3 9.36823 9.02256 9.86207 8.52871C10.3547 8.03604 10.632 7.36825 10.6334 6.67165C10.6222 5.97887 10.3384 5.31833 9.84343 4.8333L9.83836 4.82833L9.83838 4.82831C9.7325 4.72242 9.59464 4.6147 9.43605 4.49077C8.92097 4.08829 8.18723 3.51494 7.62018 2.27886C7.46991 2.40503 7.32463 2.56557 7.21554 2.74579C7.0806 2.96875 7.0144 3.19795 7.02968 3.42354C7.04421 3.63815 7.13663 3.91638 7.4347 4.24432ZM6.9198 1.05153C7.2123 0.842263 7.61096 0.633331 8.00003 0.633331C8.30133 0.633331 8.56882 0.826132 8.6641 1.11197C9.10273 2.42784 9.62113 2.83788 10.1915 3.28903C10.3966 3.4513 10.6085 3.61888 10.8258 3.83584C11.5842 4.58029 12.0182 5.59401 12.0333 6.65669L12.0334 6.66666H12.0334C12.0334 7.73637 11.6084 8.76226 10.852 9.51866C10.0956 10.2751 9.06973 10.7 8.00003 10.7C6.93032 10.7 5.90442 10.2751 5.14803 9.51866C4.39163 8.76226 3.96669 7.73637 3.96669 6.66666C3.96669 6.65837 3.96668 6.64982 3.96667 6.64101C3.96642 6.45426 3.96603 6.15505 4.06928 5.8453C4.16633 5.55415 4.44172 5.36017 4.74856 5.36683C5.05539 5.37349 5.3221 5.57925 5.40642 5.87434C5.43318 5.96799 5.48118 6.05421 5.54669 6.12629C5.61219 6.19837 5.69344 6.25437 5.78411 6.28993C5.87479 6.3255 5.97244 6.33967 6.06948 6.33135C6.16653 6.32303 6.26034 6.29244 6.34364 6.24196C6.42693 6.19148 6.49746 6.12246 6.54974 6.04028C6.60202 5.95811 6.63465 5.86498 6.64507 5.76814C6.6555 5.6713 6.64345 5.57336 6.60987 5.48194C6.57628 5.39051 6.52206 5.30807 6.45142 5.24101C6.44025 5.23041 6.42944 5.21944 6.419 5.20813C5.92741 4.67558 5.6723 4.10042 5.63287 3.51812C5.59398 2.94371 5.76945 2.43125 6.01784 2.02087C6.26456 1.61325 6.59616 1.28308 6.9198 1.05153ZM2.66029 11.8077C2.7665 11.436 3.15394 11.2207 3.52566 11.3269L8.00003 12.6053L12.4744 11.3269C12.8461 11.2207 13.2336 11.436 13.3398 11.8077C13.446 12.1794 13.2307 12.5669 12.859 12.6731L10.5481 13.3333L12.859 13.9936C13.2307 14.0998 13.446 14.4872 13.3398 14.859C13.2336 15.2307 12.8461 15.4459 12.4744 15.3397L8.00003 14.0613L3.52566 15.3397C3.15394 15.4459 2.7665 15.2307 2.66029 14.859C2.55409 14.4872 2.76933 14.0998 3.14105 13.9936L5.45199 13.3333L3.14105 12.6731C2.76933 12.5669 2.55409 12.1794 2.66029 11.8077Z", fill: "currentColor", }), }), - Wu = (e) => - Ot("svg", { + Ou = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M7.99992 8.66668C8.36811 8.66668 8.66659 8.3682 8.66659 8.00001C8.66659 7.63182 8.36811 7.33334 7.99992 7.33334C7.63173 7.33334 7.33325 7.63182 7.33325 8.00001C7.33325 8.3682 7.63173 8.66668 7.99992 8.66668Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.30005 1.33333C3.30005 0.946732 3.61345 0.633331 4.00005 0.633331H12C12.3866 0.633331 12.7 0.946732 12.7 1.33333V3.99999C12.7 4.95739 12.1875 5.46953 11.8464 5.81027L11.8284 5.82831C11.5024 6.15428 11.3667 6.30778 11.3667 6.66666V13.3333C11.3667 13.8726 11.1525 14.3898 10.7712 14.7711C10.3898 15.1524 9.87266 15.3667 9.33338 15.3667H6.66672C6.12744 15.3667 5.61026 15.1524 5.22893 14.7711C4.84761 14.3898 4.63338 13.8726 4.63338 13.3333V6.66666C4.63338 6.30778 4.49772 6.15428 4.17174 5.82831L4.15369 5.81027C3.81264 5.46952 3.30005 4.9574 3.30005 4V1.33333ZM11.3 2.03333V3.29999H4.70005V2.03333H11.3ZM10.9744 4.69999H5.02571C5.06674 4.743 5.11201 4.78867 5.16169 4.83836L5.17974 4.85639C5.52079 5.19714 6.03338 5.70926 6.03338 6.66666V13.3333C6.03338 13.5013 6.10011 13.6624 6.21888 13.7812C6.33765 13.8999 6.49875 13.9667 6.66672 13.9667H9.33338C9.50135 13.9667 9.66244 13.8999 9.78122 13.7812C9.89999 13.6624 9.96672 13.5013 9.96672 13.3333V6.66666C9.96672 5.70926 10.4793 5.19714 10.8204 4.85639L10.8384 4.83836C10.8881 4.78867 10.9334 4.743 10.9744 4.69999Z", @@ -11032,367 +11012,367 @@ const Bt = (e) => }), ], }), - ju = (e) => - kt("svg", { + Bu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L4.49471 3.50479C4.49487 3.50495 4.49502 3.5051 4.49517 3.50525L11.1613 10.1714C11.1615 10.1716 11.1617 10.1718 11.1619 10.172L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L11.3666 12.3566V13.3333C11.3666 13.8726 11.1524 14.3898 10.7711 14.7711C10.3898 15.1524 9.87257 15.3667 9.3333 15.3667H6.66663C6.12736 15.3667 5.61017 15.1524 5.22885 14.7711C4.84753 14.3898 4.6333 13.8726 4.6333 13.3333V6.66666C4.6333 6.30778 4.49764 6.15428 4.17166 5.82831C4.1657 5.82235 4.15968 5.81633 4.15361 5.81027C3.8512 5.50813 3.41393 5.07126 3.31872 4.3087L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM6.0333 7.02328V13.3333C6.0333 13.5013 6.10003 13.6624 6.2188 13.7812C6.33757 13.8999 6.49866 13.9667 6.66663 13.9667H9.3333C9.50127 13.9667 9.66236 13.8999 9.78113 13.7812C9.89991 13.6624 9.96663 13.5013 9.96663 13.3333V10.9566L6.0333 7.02328ZM11.3 2.03333H4.66663C4.28003 2.03333 3.96663 1.71993 3.96663 1.33333C3.96663 0.946732 4.28003 0.633331 4.66663 0.633331H12C12.3866 0.633331 12.7 0.946732 12.7 1.33333V4C12.7 4.9574 12.1874 5.46952 11.8463 5.81027C11.8403 5.81633 11.8342 5.82235 11.8283 5.82831C11.5023 6.15428 11.3666 6.30778 11.3666 6.66666V7.33333C11.3666 7.71993 11.0532 8.03333 10.6666 8.03333C10.28 8.03333 9.96663 7.71993 9.96663 7.33333V6.66666C9.96663 5.70926 10.4792 5.19714 10.8203 4.85639C10.8264 4.85033 10.8324 4.84432 10.8383 4.83836C10.888 4.78868 10.9333 4.743 10.9743 4.7H7.3333C6.9467 4.7 6.6333 4.3866 6.6333 4C6.6333 3.6134 6.9467 3.3 7.3333 3.3H11.3V2.03333Z", fill: "currentColor", }), }), - qu = (e) => - kt("svg", { + Du = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.9668 1.33333C4.9668 0.946732 5.2802 0.633331 5.6668 0.633331H10.3335C10.7201 0.633331 11.0335 0.946732 11.0335 1.33333C11.0335 1.71993 10.7201 2.03333 10.3335 2.03333H10.0779V5.86556C10.0779 6.05939 10.1212 6.25076 10.2047 6.42567L13.3606 13.0357C13.8993 14.1639 13.0767 15.4681 11.8265 15.4681H3.86785C2.6176 15.4681 1.79506 14.1639 2.33374 13.0357L5.48961 6.42567C5.57312 6.25076 5.61646 6.05939 5.61646 5.86556V2.03155C5.25336 2.00575 4.9668 1.70301 4.9668 1.33333ZM7.01646 2.03333H8.67787V5.86556C8.67787 6.26812 8.76789 6.66558 8.94133 7.02886L10.344 9.96667H5.35038L6.753 7.02886C6.92645 6.66558 7.01646 6.26812 7.01646 5.86556V2.03333ZM4.68196 11.3667L3.59713 13.6389C3.50207 13.838 3.64722 14.0681 3.86785 14.0681H11.8265C12.0471 14.0681 12.1923 13.838 12.0972 13.6389L11.0124 11.3667H4.68196Z", fill: "currentColor", }), }), - Yu = (e) => - kt("svg", { + Pu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838357C1.11169 0.56499 1.55491 0.56499 1.82828 0.838357L7.1502 6.16028C7.15805 6.16777 7.16571 6.17543 7.17316 6.18324L11.1612 10.1713C11.1615 10.1716 11.1617 10.1718 11.162 10.1721L12.4887 11.4988C12.4965 11.5063 12.5042 11.5139 12.5117 11.5218L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L13.5242 14.5142C13.4952 14.5856 13.4601 14.6548 13.4191 14.7207C13.2957 14.9197 13.1232 15.0835 12.9182 15.1966C12.714 15.3093 12.4844 15.3678 12.2513 15.3667C12.2503 15.3667 12.2494 15.3667 12.2484 15.3666L12.2533 14.6667V15.3667H12.2513H3.74863C3.74959 15.3667 3.75056 15.3667 3.75152 15.3666L3.74663 14.6667V15.3667H3.74863C3.51549 15.3678 3.28593 15.3093 3.08178 15.1966C2.87678 15.0835 2.70428 14.9197 2.5808 14.7207C2.45733 14.5218 2.38704 14.2945 2.37666 14.0606C2.36629 13.827 2.41602 13.5947 2.52108 13.3859C2.52094 13.3861 2.52123 13.3856 2.52108 13.3859L5.81476 6.80474L0.838326 1.82831C0.564959 1.55494 0.564959 1.11172 0.838326 0.838357ZM6.85813 7.84811L5.79784 9.96666H8.97668L6.85813 7.84811ZM10.3767 11.3667H5.09718L3.79595 13.9667H12.204L11.4301 12.4201L10.3767 11.3667ZM5.96663 2.03333H5.66663C5.28003 2.03333 4.96663 1.71993 4.96663 1.33333C4.96663 0.946732 5.28003 0.633331 5.66663 0.633331H10.3333C10.7199 0.633331 11.0333 0.946732 11.0333 1.33333C11.0333 1.71993 10.7199 2.03333 10.3333 2.03333H10.0333V5.562C10.0333 5.9486 9.7199 6.262 9.3333 6.262C8.9467 6.262 8.6333 5.9486 8.6333 5.562V2.03333H7.36663V2.89533C7.36663 3.28193 7.05323 3.59533 6.66663 3.59533C6.28003 3.59533 5.96663 3.28193 5.96663 2.89533V2.03333Z", fill: "currentColor", }), }), - Ku = (e) => - kt("svg", { + Fu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.43023 0.633345C9.39853 0.62895 9.36614 0.626678 9.33323 0.626678C9.30032 0.626678 9.26793 0.62895 9.23623 0.633345H5.66656C5.27996 0.633345 4.96656 0.946746 4.96656 1.33335C4.96656 1.71994 5.27996 2.03335 5.66656 2.03335H5.96656V5.71876C5.036 6.12969 4.24769 6.81502 3.71102 7.68873C3.15527 8.59351 2.90172 9.64768 2.98066 10.6997C2.98139 10.7154 2.98264 10.731 2.98439 10.7464C2.99455 10.8667 3.00906 10.987 3.02799 11.107C3.21473 12.2915 3.81818 13.3703 4.72968 14.1494C5.64117 14.9284 6.80084 15.3565 7.9999 15.3565C9.19895 15.3565 10.3586 14.9284 11.2701 14.1494C12.1816 13.3703 12.7851 12.2915 12.9718 11.107C12.9907 10.987 13.0052 10.8667 13.0154 10.7464C13.0172 10.731 13.0184 10.7154 13.0191 10.6997C13.0981 9.64769 12.8445 8.59352 12.2888 7.68873C11.7521 6.81502 10.9638 6.12969 10.0332 5.71876V2.03335H10.3332C10.7198 2.03335 11.0332 1.71994 11.0332 1.33335C11.0332 0.946746 10.7198 0.633345 10.3332 0.633345H9.43023ZM11.6157 9.96668C11.5621 9.4228 11.386 8.89392 11.0958 8.42147C10.6428 7.68395 9.9414 7.13237 9.11785 6.86605C8.82896 6.77263 8.63323 6.50363 8.63323 6.20001V2.03335H7.36656V6.18397C7.36687 6.19701 7.3668 6.21002 7.36638 6.22298C7.35874 6.55742 7.11653 6.83392 6.79784 6.89439C6.01069 7.17034 5.34147 7.70918 4.90396 8.42147C4.61376 8.89392 4.43771 9.42279 4.38409 9.96668H11.6157ZM4.51965 11.3667C4.71909 12.0318 5.1062 12.6295 5.63927 13.0851C6.29724 13.6475 7.13435 13.9565 7.9999 13.9565C8.86544 13.9565 9.70255 13.6475 10.3605 13.0851C10.8936 12.6295 11.2807 12.0318 11.4801 11.3667H4.51965Z", fill: "currentColor", }), }), - Xu = (e) => - kt("svg", { + Uu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 0.633331C8.38665 0.633331 8.70005 0.946732 8.70005 1.33333V2.66666C8.70005 3.05326 8.38665 3.36666 8.00005 3.36666C7.61345 3.36666 7.30005 3.05326 7.30005 2.66666V1.33333C7.30005 0.946732 7.61345 0.633331 8.00005 0.633331ZM1.73217 4.01995C1.99374 3.9116 2.29482 3.97149 2.49502 4.17169L5.82836 7.50502C5.95963 7.6363 6.03338 7.81435 6.03338 8C6.03338 8.18565 5.95963 8.3637 5.82836 8.49497L2.49502 11.8283C2.29482 12.0285 1.99374 12.0884 1.73217 11.98C1.4706 11.8717 1.30005 11.6165 1.30005 11.3333V4.66666C1.30005 4.38354 1.4706 4.1283 1.73217 4.01995ZM14.2679 4.01995C14.5295 4.1283 14.7 4.38354 14.7 4.66666V11.3333C14.7 11.6165 14.5295 11.8717 14.2679 11.98C14.0064 12.0884 13.7053 12.0285 13.5051 11.8283L10.1717 8.49497C10.0405 8.3637 9.96672 8.18565 9.96672 8C9.96672 7.81435 10.0405 7.6363 10.1717 7.50502L13.5051 4.17169C13.7053 3.97149 14.0064 3.9116 14.2679 4.01995ZM2.70005 6.35661V9.64338L4.34343 8L2.70005 6.35661ZM11.6567 8L13.3 9.64338V6.35661L11.6567 8ZM8.00005 4.63333C8.38665 4.63333 8.70005 4.94673 8.70005 5.33333V6.66666C8.70005 7.05326 8.38665 7.36666 8.00005 7.36666C7.61345 7.36666 7.30005 7.05326 7.30005 6.66666V5.33333C7.30005 4.94673 7.61345 4.63333 8.00005 4.63333ZM8.00005 8.63333C8.38665 8.63333 8.70005 8.94673 8.70005 9.33333V10.6667C8.70005 11.0533 8.38665 11.3667 8.00005 11.3667C7.61345 11.3667 7.30005 11.0533 7.30005 10.6667V9.33333C7.30005 8.94673 7.61345 8.63333 8.00005 8.63333ZM8.00005 12.6333C8.38665 12.6333 8.70005 12.9467 8.70005 13.3333V14.6667C8.70005 15.0533 8.38665 15.3667 8.00005 15.3667C7.61345 15.3667 7.30005 15.0533 7.30005 14.6667V13.3333C7.30005 12.9467 7.61345 12.6333 8.00005 12.6333Z", fill: "currentColor", }), }), - Qu = (e) => - kt("svg", { + zu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633362C8.3866 0.633362 8.7 0.946762 8.7 1.33336V2.6667C8.7 3.05329 8.3866 3.3667 8 3.3667C7.6134 3.3667 7.3 3.05329 7.3 2.6667V1.33336C7.3 0.946762 7.6134 0.633362 8 0.633362ZM1.89555 1.89558C2.27687 1.51425 2.79406 1.30003 3.33333 1.30003H5.33333C5.71993 1.30003 6.03333 1.61343 6.03333 2.00003C6.03333 2.38663 5.71993 2.70003 5.33333 2.70003H3.33333C3.16536 2.70003 3.00427 2.76675 2.8855 2.88553C2.76673 3.0043 2.7 3.16539 2.7 3.33336V12.6667C2.7 13.0134 2.9866 13.3 3.33333 13.3H5.33333C5.71993 13.3 6.03333 13.6134 6.03333 14C6.03333 14.3866 5.71993 14.7 5.33333 14.7H3.33333C2.2134 14.7 1.3 13.7866 1.3 12.6667V3.33336C1.3 2.79409 1.51422 2.2769 1.89555 1.89558ZM9.96667 2.00003C9.96667 1.61343 10.2801 1.30003 10.6667 1.30003H12.6667C13.2059 1.30003 13.7231 1.51425 14.1044 1.89558C14.4858 2.2769 14.7 2.79409 14.7 3.33336V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H10.6667C10.2801 14.7 9.96667 14.3866 9.96667 14C9.96667 13.6134 10.2801 13.3 10.6667 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V3.33336C13.3 3.16539 13.2333 3.0043 13.1145 2.88553C12.9957 2.76675 12.8346 2.70003 12.6667 2.70003H10.6667C10.2801 2.70003 9.96667 2.38663 9.96667 2.00003ZM8 4.63336C8.3866 4.63336 8.7 4.94676 8.7 5.33336V6.66669C8.7 7.05329 8.3866 7.36669 8 7.36669C7.6134 7.36669 7.3 7.05329 7.3 6.66669V5.33336C7.3 4.94676 7.6134 4.63336 8 4.63336ZM8 8.63336C8.3866 8.63336 8.7 8.94676 8.7 9.33336V10.6667C8.7 11.0533 8.3866 11.3667 8 11.3667C7.6134 11.3667 7.3 11.0533 7.3 10.6667V9.33336C7.3 8.94676 7.6134 8.63336 8 8.63336ZM8 12.6334C8.3866 12.6334 8.7 12.9468 8.7 13.3334V14.6667C8.7 15.0533 8.3866 15.3667 8 15.3667C7.6134 15.3667 7.3 15.0533 7.3 14.6667V13.3334C7.3 12.9468 7.6134 12.6334 8 12.6334Z", fill: "currentColor", }), }), - Ju = (e) => - kt("svg", { + Gu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.01995 1.73211C4.1283 1.47054 4.38354 1.29999 4.66667 1.29999H11.3333C11.6165 1.29999 11.8717 1.47054 11.98 1.73211C12.0884 1.99368 12.0285 2.29476 11.8283 2.49496L8.49497 5.8283C8.3637 5.95957 8.18565 6.03332 8 6.03332C7.81435 6.03332 7.6363 5.95957 7.50502 5.8283L4.17169 2.49496C3.97149 2.29476 3.9116 1.99368 4.01995 1.73211ZM6.35662 2.69999L8 4.34337L9.64338 2.69999H6.35662ZM0.633333 7.99999C0.633333 7.61339 0.946734 7.29999 1.33333 7.29999H2.66667C3.05327 7.29999 3.36667 7.61339 3.36667 7.99999C3.36667 8.38659 3.05327 8.69999 2.66667 8.69999H1.33333C0.946734 8.69999 0.633333 8.38659 0.633333 7.99999ZM4.63333 7.99999C4.63333 7.61339 4.94673 7.29999 5.33333 7.29999H6.66667C7.05327 7.29999 7.36667 7.61339 7.36667 7.99999C7.36667 8.38659 7.05327 8.69999 6.66667 8.69999H5.33333C4.94673 8.69999 4.63333 8.38659 4.63333 7.99999ZM8.63333 7.99999C8.63333 7.61339 8.94673 7.29999 9.33333 7.29999H10.6667C11.0533 7.29999 11.3667 7.61339 11.3667 7.99999C11.3667 8.38659 11.0533 8.69999 10.6667 8.69999H9.33333C8.94673 8.69999 8.63333 8.38659 8.63333 7.99999ZM12.6333 7.99999C12.6333 7.61339 12.9467 7.29999 13.3333 7.29999H14.6667C15.0533 7.29999 15.3667 7.61339 15.3667 7.99999C15.3667 8.38659 15.0533 8.69999 14.6667 8.69999H13.3333C12.9467 8.69999 12.6333 8.38659 12.6333 7.99999ZM8 9.96665C8.18565 9.96665 8.3637 10.0404 8.49497 10.1717L11.8283 13.505C12.0285 13.7052 12.0884 14.0063 11.98 14.2679C11.8717 14.5294 11.6165 14.7 11.3333 14.7H4.66667C4.38354 14.7 4.1283 14.5294 4.01995 14.2679C3.9116 14.0063 3.97149 13.7052 4.17169 13.505L7.50502 10.1717C7.6363 10.0404 7.81435 9.96665 8 9.96665ZM6.35662 13.3H9.64338L8 11.6566L6.35662 13.3Z", fill: "currentColor", }), }), - ep = (e) => - kt("svg", { + $u = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.89555 1.89554C2.27687 1.51421 2.79406 1.29999 3.33333 1.29999H12.6667C13.2059 1.29999 13.7231 1.51421 14.1044 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V5.33332C14.7 5.71992 14.3866 6.03332 14 6.03332C13.6134 6.03332 13.3 5.71992 13.3 5.33332V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9957 2.76671 12.8346 2.69999 12.6667 2.69999H3.33333C3.16536 2.69999 3.00427 2.76671 2.8855 2.88549C2.76672 3.00426 2.7 3.16535 2.7 3.33332V5.33332C2.7 5.71992 2.3866 6.03332 2 6.03332C1.6134 6.03332 1.3 5.71992 1.3 5.33332V3.33332C1.3 2.79405 1.51422 2.27686 1.89555 1.89554ZM0.633331 7.99999C0.633331 7.61339 0.946732 7.29999 1.33333 7.29999H2.66666C3.05326 7.29999 3.36666 7.61339 3.36666 7.99999C3.36666 8.38659 3.05326 8.69999 2.66666 8.69999H1.33333C0.946732 8.69999 0.633331 8.38659 0.633331 7.99999ZM4.63333 7.99999C4.63333 7.61339 4.94673 7.29999 5.33333 7.29999H6.66666C7.05326 7.29999 7.36666 7.61339 7.36666 7.99999C7.36666 8.38659 7.05326 8.69999 6.66666 8.69999H5.33333C4.94673 8.69999 4.63333 8.38659 4.63333 7.99999ZM8.63333 7.99999C8.63333 7.61339 8.94673 7.29999 9.33333 7.29999H10.6667C11.0533 7.29999 11.3667 7.61339 11.3667 7.99999C11.3667 8.38659 11.0533 8.69999 10.6667 8.69999H9.33333C8.94673 8.69999 8.63333 8.38659 8.63333 7.99999ZM12.6333 7.99999C12.6333 7.61339 12.9467 7.29999 13.3333 7.29999H14.6667C15.0533 7.29999 15.3667 7.61339 15.3667 7.99999C15.3667 8.38659 15.0533 8.69999 14.6667 8.69999H13.3333C12.9467 8.69999 12.6333 8.38659 12.6333 7.99999ZM2 9.96665C2.3866 9.96665 2.7 10.2801 2.7 10.6667V12.6667C2.7 12.8346 2.76672 12.9957 2.8855 13.1145C3.00427 13.2333 3.16536 13.3 3.33333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V10.6667C13.3 10.2801 13.6134 9.96665 14 9.96665C14.3866 9.96665 14.7 10.2801 14.7 10.6667V12.6667C14.7 13.2059 14.4858 13.7231 14.1044 14.1044C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33333C2.79406 14.7 2.27687 14.4858 1.89555 14.1044C1.51422 13.7231 1.3 13.2059 1.3 12.6667V10.6667C1.3 10.2801 1.6134 9.96665 2 9.96665Z", fill: "currentColor", }), }), - tp = (e) => - kt("svg", { + Wu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.47325 0.685243C5.997 0.581063 6.53988 0.634532 7.03324 0.838888C7.40333 0.992184 7.73309 1.22522 8 1.51952C8.26691 1.22522 8.59666 0.992184 8.96675 0.838888C9.46011 0.634532 10.003 0.581063 10.5267 0.685243C11.0505 0.789423 11.5316 1.04657 11.9092 1.42417C12.2868 1.80178 12.5439 2.28287 12.6481 2.80662C12.7523 3.33037 12.6988 3.87325 12.4945 4.36661C12.3412 4.7367 12.1081 5.06645 11.8138 5.33336C12.1081 5.60028 12.3412 5.93003 12.4945 6.30012C12.6988 6.79348 12.7523 7.33636 12.6481 7.86011C12.5439 8.38386 12.2868 8.86495 11.9092 9.24255C11.5316 9.62015 11.0505 9.8773 10.5267 9.98148C10.003 10.0857 9.46011 10.0322 8.96675 9.82784C8.87526 9.78994 8.78622 9.74717 8.7 9.6998V11.7252C8.76138 11.678 8.82459 11.6322 8.88959 11.588C9.86552 10.9241 11.1895 10.6334 12.6667 10.6334C13.0533 10.6334 13.3667 10.9468 13.3667 11.3334C13.3667 12.6726 12.7882 13.7242 11.7771 14.412C10.8011 15.076 9.47715 15.3667 8 15.3667C6.52284 15.3667 5.19885 15.076 4.22293 14.412C3.21184 13.7242 2.63333 12.6726 2.63333 11.3334C2.63333 10.9468 2.94673 10.6334 3.33333 10.6334C4.81049 10.6334 6.13448 10.9241 7.1104 11.588C7.1754 11.6322 7.23861 11.678 7.3 11.7252V9.6998C7.21377 9.74717 7.12474 9.78994 7.03324 9.82784C6.53988 10.0322 5.997 10.0857 5.47325 9.98148C4.94951 9.8773 4.46841 9.62015 4.09081 9.24255C3.71321 8.86495 3.45606 8.38386 3.35188 7.86011C3.2477 7.33636 3.30117 6.79348 3.50552 6.30012C3.65882 5.93003 3.89186 5.60028 4.18616 5.33336C3.89186 5.06645 3.65882 4.7367 3.50552 4.36661C3.30117 3.87325 3.2477 3.33037 3.35188 2.80662C3.45606 2.28287 3.71321 1.80178 4.09081 1.42417C4.46841 1.04657 4.94951 0.789423 5.47325 0.685243ZM6.09037 4.63336H6C5.74288 4.63336 5.49154 4.55712 5.27776 4.41427C5.06397 4.27143 4.89735 4.0684 4.79895 3.83085C4.70056 3.59331 4.67482 3.33192 4.72498 3.07975C4.77514 2.82757 4.89895 2.59593 5.08076 2.41412C5.26257 2.23232 5.49421 2.1085 5.74638 2.05834C5.99856 2.00818 6.25994 2.03393 6.49749 2.13232C6.73503 2.23071 6.93806 2.39734 7.08091 2.61112C7.22375 2.82491 7.3 3.07625 7.3 3.33336V3.42373C6.74013 3.62902 6.29565 4.07349 6.09037 4.63336ZM6.09037 6.03336H6C5.74288 6.03336 5.49154 6.10961 5.27776 6.25245C5.06397 6.3953 4.89735 6.59833 4.79895 6.83587C4.70056 7.07342 4.67482 7.33481 4.72498 7.58698C4.77514 7.83916 4.89895 8.07079 5.08076 8.2526C5.26257 8.43441 5.49421 8.55822 5.74638 8.60838C5.99856 8.65854 6.25994 8.6328 6.49749 8.53441C6.73503 8.43601 6.93806 8.26939 7.08091 8.0556C7.22375 7.84182 7.3 7.59048 7.3 7.33336V7.24299C6.74013 7.03771 6.29565 6.59323 6.09037 6.03336ZM8.7 7.33336C8.7 7.59048 8.77624 7.84182 8.91909 8.0556C9.06193 8.26939 9.26497 8.43601 9.50251 8.53441C9.74005 8.6328 10.0014 8.65854 10.2536 8.60838C10.5058 8.55822 10.7374 8.43441 10.9192 8.2526C11.101 8.07079 11.2249 7.83916 11.275 7.58698C11.3252 7.33481 11.2994 7.07342 11.201 6.83587C11.1026 6.59833 10.936 6.3953 10.7222 6.25245C10.5085 6.10961 10.2571 6.03336 10 6.03336H9.90963C9.70434 6.59323 9.25987 7.03771 8.7 7.24299V7.33336ZM9.90963 4.63336C9.70434 4.07349 9.25987 3.62902 8.7 3.42373V3.33336C8.7 3.07625 8.77624 2.82491 8.91909 2.61112C9.06193 2.39734 9.26497 2.23071 9.50251 2.13232C9.74005 2.03393 10.0014 2.00818 10.2536 2.05834C10.5058 2.1085 10.7374 2.23232 10.9192 2.41412C11.101 2.59593 11.2249 2.82757 11.275 3.07975C11.3252 3.33192 11.2994 3.59331 11.201 3.83085C11.1026 4.06839 10.936 4.27143 10.7222 4.41427C10.5085 4.55712 10.2571 4.63336 10 4.63336H9.90963ZM7.20358 13.932C7.05885 13.4268 6.75551 13.0398 6.32293 12.7455C5.80447 12.3928 5.06713 12.1535 4.12975 12.0681C4.27448 12.5732 4.57782 12.9602 5.0104 13.2545C5.52886 13.6072 6.2662 13.8466 7.20358 13.932ZM8.79642 13.932C9.73379 13.8466 10.4711 13.6072 10.9896 13.2545C11.4222 12.9602 11.7255 12.5732 11.8702 12.0681C10.9329 12.1535 10.1955 12.3928 9.67707 12.7455C9.24448 13.0398 8.94114 13.4268 8.79642 13.932ZM8 4.70003C7.65022 4.70003 7.36666 4.98358 7.36666 5.33336C7.36666 5.68314 7.65022 5.9667 8 5.9667C8.34978 5.9667 8.63333 5.68314 8.63333 5.33336C8.63333 4.98358 8.34978 4.70003 8 4.70003Z", fill: "currentColor", }), }), - np = (e) => - kt("svg", { + ju = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.88018 2.87507C5.45991 2.70098 4.99745 2.65544 4.5513 2.74418C4.10514 2.83293 3.69532 3.05198 3.37366 3.37364C3.052 3.6953 2.83294 4.10513 2.7442 4.55128C2.65545 4.99744 2.701 5.45989 2.87508 5.88016C3.04916 6.30043 3.34396 6.65964 3.72219 6.91237C4.10043 7.1651 4.54511 7.29999 5 7.29999H5.39163C5.45319 7.07002 5.54436 6.85215 5.66079 6.65073L4.83836 5.8283C4.565 5.55493 4.565 5.11172 4.83836 4.83835C5.11173 4.56498 5.55495 4.56498 5.82831 4.83835L6.65074 5.66078C6.85217 5.54434 7.07003 5.45318 7.3 5.39161V4.99999C7.3 4.54509 7.16511 4.10041 6.91238 3.72218C6.65966 3.34394 6.30045 3.04915 5.88018 2.87507ZM8.00001 2.83435C7.59889 2.27868 7.0507 1.84457 6.41593 1.58164C5.73985 1.30159 4.9959 1.22832 4.27817 1.37108C3.56044 1.51385 2.90116 1.86624 2.38371 2.38369C1.86626 2.90115 1.51386 3.56043 1.3711 4.27816C1.22833 4.99589 1.30161 5.73983 1.58165 6.41592C1.84458 7.05069 2.2787 7.59887 2.83436 7.99999C2.2787 8.40111 1.84458 8.94929 1.58165 9.58406C1.30161 10.2601 1.22833 11.0041 1.3711 11.7218C1.51386 12.4396 1.86626 13.0988 2.38371 13.6163C2.90116 14.1337 3.56044 14.4861 4.27817 14.6289C4.9959 14.7717 5.73985 14.6984 6.41593 14.4183C7.0507 14.1554 7.59889 13.7213 8.00001 13.1656C8.40112 13.7213 8.94931 14.1554 9.58408 14.4183C10.2602 14.6984 11.0041 14.7717 11.7218 14.6289C12.4396 14.4861 13.0988 14.1337 13.6163 13.6163C14.1338 13.0988 14.4861 12.4396 14.6289 11.7218C14.7717 11.0041 14.6984 10.2601 14.4184 9.58406C14.1554 8.94929 13.7213 8.40111 13.1656 7.99999C13.7213 7.59887 14.1554 7.05069 14.4184 6.41592C14.6984 5.73983 14.7717 4.99589 14.6289 4.27816C14.4861 3.56043 14.1338 2.90115 13.6163 2.38369C13.0988 1.86624 12.4396 1.51385 11.7218 1.37108C11.0041 1.22832 10.2602 1.30159 9.58408 1.58164C8.9493 1.84457 8.40112 2.27868 8.00001 2.83435ZM11 7.29999C11.4549 7.29999 11.8996 7.1651 12.2778 6.91237C12.656 6.65964 12.9508 6.30043 13.1249 5.88016C13.299 5.45989 13.3446 4.99744 13.2558 4.55128C13.1671 4.10513 12.948 3.6953 12.6264 3.37364C12.3047 3.05198 11.8949 2.83293 11.4487 2.74418C11.0026 2.65544 10.5401 2.70098 10.1198 2.87507C9.69956 3.04915 9.34035 3.34394 9.08762 3.72218C8.8349 4.10041 8.7 4.54509 8.7 4.99999V5.39161C8.92998 5.45318 9.14784 5.54434 9.34927 5.66078L10.1717 4.83835C10.4451 4.56498 10.8883 4.56498 11.1616 4.83835C11.435 5.11172 11.435 5.55493 11.1616 5.8283L10.3392 6.65073C10.4557 6.85215 10.5468 7.07002 10.6084 7.29999H11ZM10.6084 8.69999H11C11.4549 8.69999 11.8996 8.83488 12.2778 9.08761C12.656 9.34034 12.9508 9.69955 13.1249 10.1198C13.299 10.5401 13.3446 11.0025 13.2558 11.4487C13.1671 11.8949 12.948 12.3047 12.6264 12.6263C12.3047 12.948 11.8949 13.1671 11.4487 13.2558C11.0026 13.3445 10.5401 13.299 10.1198 13.1249C9.69956 12.9508 9.34035 12.656 9.08762 12.2778C8.8349 11.8996 8.7 11.4549 8.7 11V10.6084C8.92998 10.5468 9.14784 10.4556 9.34927 10.3392L10.1717 11.1616C10.4451 11.435 10.8883 11.435 11.1616 11.1616C11.435 10.8883 11.435 10.445 11.1616 10.1717L10.3392 9.34925C10.4557 9.14783 10.5468 8.92996 10.6084 8.69999ZM8.94289 8.89496C9.16421 8.66187 9.3 8.34679 9.3 7.99999C9.3 7.65319 9.16421 7.33812 8.9429 7.10503C8.93458 7.09746 8.9264 7.08967 8.91836 7.08163C8.91033 7.0736 8.90253 7.06542 8.89497 7.0571C8.66188 6.83578 8.3468 6.69999 8 6.69999C7.65321 6.69999 7.33813 6.83578 7.10504 7.05709C7.09748 7.06541 7.08968 7.0736 7.08165 7.08163C7.07361 7.08967 7.06543 7.09747 7.05711 7.10503C6.8358 7.33812 6.7 7.6532 6.7 7.99999C6.7 8.34678 6.8358 8.66186 7.05711 8.89495C7.06543 8.90252 7.07361 8.91031 7.08165 8.91835C7.08968 8.92638 7.09748 8.93456 7.10504 8.94288C7.33813 9.1642 7.65321 9.29999 8 9.29999C8.3468 9.29999 8.66188 9.1642 8.89497 8.94288C8.90253 8.93456 8.91033 8.92638 8.91836 8.91835C8.9264 8.91032 8.93458 8.90252 8.94289 8.89496ZM5.66079 9.34925L4.83836 10.1717C4.565 10.445 4.565 10.8883 4.83836 11.1616C5.11173 11.435 5.55495 11.435 5.82831 11.1616L6.65074 10.3392C6.85217 10.4556 7.07003 10.5468 7.3 10.6084V11C7.3 11.4549 7.16511 11.8996 6.91238 12.2778C6.65966 12.656 6.30045 12.9508 5.88018 13.1249C5.45991 13.299 4.99745 13.3445 4.5513 13.2558C4.10514 13.1671 3.69532 12.948 3.37366 12.6263C3.052 12.3047 2.83294 11.8949 2.7442 11.4487C2.65545 11.0025 2.701 10.5401 2.87508 10.1198C3.04916 9.69955 3.34396 9.34034 3.72219 9.08761C4.10043 8.83488 4.54511 8.69999 5 8.69999H5.39163C5.45319 8.92996 5.54436 9.14783 5.66079 9.34925Z", fill: "currentColor", }), }), - rp = (e) => - kt("svg", { + qu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.69999C3.16535 2.69999 3.00426 2.76671 2.88549 2.88549C2.76671 3.00426 2.69999 3.16535 2.69999 3.33332V4.66665C2.69999 5.05325 2.38659 5.36665 1.99999 5.36665C1.61339 5.36665 1.29999 5.05325 1.29999 4.66665V3.33332C1.29999 2.79405 1.51421 2.27686 1.89554 1.89554C2.27686 1.51421 2.79405 1.29999 3.33332 1.29999H4.66665C5.05325 1.29999 5.36665 1.61339 5.36665 1.99999C5.36665 2.38659 5.05325 2.69999 4.66665 2.69999H3.33332ZM10.6333 1.99999C10.6333 1.61339 10.9467 1.29999 11.3333 1.29999H12.6667C13.2059 1.29999 13.7231 1.51421 14.1044 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V4.66665C14.7 5.05325 14.3866 5.36665 14 5.36665C13.6134 5.36665 13.3 5.05325 13.3 4.66665V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9957 2.76671 12.8346 2.69999 12.6667 2.69999H11.3333C10.9467 2.69999 10.6333 2.38659 10.6333 1.99999ZM7.99999 6.69999C7.28202 6.69999 6.69999 7.28202 6.69999 7.99999C6.69999 8.71796 7.28202 9.29999 7.99999 9.29999C8.71796 9.29999 9.29999 8.71796 9.29999 7.99999C9.29999 7.28202 8.71796 6.69999 7.99999 6.69999ZM5.29999 7.99999C5.29999 6.50882 6.50882 5.29999 7.99999 5.29999C9.49116 5.29999 10.7 6.50882 10.7 7.99999C10.7 9.49116 9.49116 10.7 7.99999 10.7C6.50882 10.7 5.29999 9.49116 5.29999 7.99999ZM1.99999 10.6333C2.38659 10.6333 2.69999 10.9467 2.69999 11.3333V12.6667C2.69999 12.8346 2.76671 12.9957 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6134 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1044C1.51421 13.7231 1.29999 13.2059 1.29999 12.6667V11.3333C1.29999 10.9467 1.61339 10.6333 1.99999 10.6333ZM14 10.6333C14.3866 10.6333 14.7 10.9467 14.7 11.3333V12.6667C14.7 13.2059 14.4858 13.7231 14.1044 14.1044C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6134 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V11.3333C13.3 10.9467 13.6134 10.6333 14 10.6333Z", fill: "currentColor", }), }), - op = (e) => - Ot("svg", { + Yu = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M1.22888 1.89554C1.6102 1.51421 2.12739 1.29999 2.66666 1.29999H5.28666C5.62329 1.30004 5.95475 1.38367 6.25109 1.54337C6.54612 1.70237 6.79726 1.93183 6.98217 2.21129L7.52467 3.015C7.58293 3.10346 7.6624 3.17593 7.7559 3.22572C7.84939 3.27552 7.95388 3.30106 8.0598 3.30002L8.06666 3.29995L13.3333 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3667 4.79405 15.3667 5.33332V11.9928L15.3667 11.9951C15.3693 12.3741 15.266 12.7462 15.0684 13.0695C14.8708 13.3929 14.5868 13.6546 14.2484 13.8251C13.9031 13.9991 13.4822 13.8602 13.3082 13.515C13.1343 13.1697 13.2731 12.7488 13.6184 12.5749C13.7238 12.5217 13.8123 12.4402 13.8738 12.3395C13.9345 12.2402 13.9666 12.1262 13.9667 12.0099L13.9667 12V5.33332C13.9667 5.16535 13.8999 5.00426 13.7812 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.06974C7.73097 4.70268 7.39688 4.62068 7.09783 4.46142C6.79897 4.30227 6.5446 4.071 6.3578 3.78865L5.81534 2.98501C5.75768 2.89744 5.67921 2.82554 5.58691 2.7758C5.49464 2.72607 5.39148 2.70002 5.28666 2.69999H2.66666C2.49869 2.69999 2.3376 2.76671 2.21883 2.88549C2.10006 3.00426 2.03333 3.16535 2.03333 3.33332V12C2.03333 12.168 2.10006 12.329 2.21883 12.4478C2.3376 12.5666 2.49869 12.6333 2.66666 12.6333H6.06666C6.45326 12.6333 6.76666 12.9467 6.76666 13.3333C6.76666 13.7199 6.45326 14.0333 6.06666 14.0333H2.66666C2.12739 14.0333 1.6102 13.8191 1.22888 13.4378C0.847557 13.0564 0.633331 12.5393 0.633331 12V3.33332C0.633331 2.79405 0.847557 2.27686 1.22888 1.89554Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.29999 10.7571C8.52189 11.0424 7.96667 11.7897 7.96667 12.6667C7.96667 13.7897 8.87703 14.7 10 14.7C11.123 14.7 12.0333 13.7897 12.0333 12.6667C12.0333 11.7897 11.4781 11.0424 10.7 10.7571V9.99999C10.7 9.61339 10.3866 9.29999 9.99999 9.29999C9.61339 9.29999 9.29999 9.61339 9.29999 9.99999V10.7571ZM9.36667 12.6667C9.36667 12.3169 9.65023 12.0334 10 12.0334C10.3498 12.0334 10.6333 12.3169 10.6333 12.6667C10.6333 13.0165 10.3498 13.3 10 13.3C9.65023 13.3 9.36667 13.0165 9.36667 12.6667Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M9.99999 5.96667C10.3866 5.96667 10.7 6.28008 10.7 6.66667V7.33334C10.7 7.71994 10.3866 8.03334 9.99999 8.03334C9.61339 8.03334 9.29999 7.71994 9.29999 7.33334V6.66667C9.29999 6.28008 9.61339 5.96667 9.99999 5.96667Z", fill: "currentColor", }), ], }), - ip = (e) => - kt("svg", { + Ku = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22891 1.89554C1.61024 1.51421 2.12742 1.29999 2.6667 1.29999H5.28669C5.62332 1.30004 5.95478 1.38367 6.25112 1.54337C6.54616 1.70238 6.79731 1.93184 6.98222 2.21132L7.5247 3.015C7.58296 3.10346 7.66243 3.17593 7.75593 3.22572C7.84942 3.27551 7.95391 3.30106 8.05983 3.30002L8.06669 3.29995L13.3334 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332V12C15.3667 12.5393 15.1525 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3334 14.0333H2.6667C2.12742 14.0333 1.61023 13.8191 1.22891 13.4378C0.847587 13.0564 0.633362 12.5393 0.633362 12V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554ZM2.6667 2.69999C2.49872 2.69999 2.33763 2.76671 2.21886 2.88549C2.10009 3.00426 2.03336 3.16535 2.03336 3.33332V12C2.03336 12.168 2.10009 12.329 2.21886 12.4478C2.33763 12.5666 2.49872 12.6333 2.6667 12.6333H13.3334C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.9 12.329 13.9667 12.168 13.9667 12V5.33332C13.9667 5.16535 13.9 5.00426 13.7812 4.88549C13.6624 4.76671 13.5013 4.69999 13.3334 4.69999H8.06977C7.731 4.70268 7.39691 4.62068 7.09786 4.46142C6.799 4.30227 6.54464 4.07101 6.35783 3.78865L5.81538 2.98501C5.75771 2.89744 5.67924 2.82554 5.58694 2.7758C5.49467 2.72607 5.39151 2.70002 5.28669 2.69999C5.28666 2.69999 5.28673 2.69999 5.28669 2.69999H2.6667ZM10.495 6.83835C10.7684 7.11171 10.7684 7.55493 10.495 7.8283L7.82834 10.495C7.55497 10.7683 7.11175 10.7683 6.83839 10.495L5.50505 9.16163C5.23169 8.88826 5.23169 8.44505 5.50505 8.17168C5.77842 7.89831 6.22164 7.89831 6.495 8.17168L7.33336 9.01004L9.50505 6.83835C9.77842 6.56498 10.2216 6.56498 10.495 6.83835Z", fill: "currentColor", }), }), - lp = (e) => - kt("svg", { + Xu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.57746 2.77425C5.48397 2.72446 5.37948 2.69892 5.27356 2.69996L5.2667 2.70002L2.6667 2.69999C2.49872 2.69999 2.33763 2.76672 2.21886 2.88549C2.10009 3.00426 2.03336 3.16535 2.03336 3.33332V12C2.03336 12.168 2.10009 12.3291 2.21886 12.4478C2.33763 12.5666 2.49872 12.6333 2.6667 12.6333H4.66669C5.05329 12.6333 5.36669 12.9467 5.36669 13.3333C5.36669 13.7199 5.05329 14.0333 4.66669 14.0333H2.6667C2.12742 14.0333 1.61023 13.8191 1.22891 13.4378C0.847588 13.0564 0.633362 12.5393 0.633362 12V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554C1.61024 1.51422 2.12742 1.29999 2.6667 1.29999H5.26363C5.60239 1.2973 5.93648 1.3793 6.23553 1.53855C6.53439 1.69771 6.78875 1.92897 6.97556 2.21132L7.51801 3.01497C7.57568 3.10253 7.65415 3.17444 7.74645 3.22418C7.83872 3.27391 7.94188 3.29995 8.04669 3.29999C8.04666 3.29999 8.04673 3.29999 8.04669 3.29999H13.3334C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332C15.3667 5.71992 15.0533 6.03332 14.6667 6.03332C14.2801 6.03332 13.9667 5.71992 13.9667 5.33332C13.9667 5.16535 13.9 5.00426 13.7812 4.88549C13.6624 4.76672 13.5013 4.69999 13.3334 4.69999H8.04669C7.71007 4.69994 7.3786 4.6163 7.08227 4.4566C6.78723 4.2976 6.53608 4.06814 6.35117 3.78866L5.80869 2.98498C5.75043 2.89651 5.67096 2.82404 5.57746 2.77425ZM10.6667 7.36666C8.84415 7.36666 7.36669 8.84412 7.36669 10.6667C7.36669 12.4892 8.84415 13.9667 10.6667 13.9667C12.4892 13.9667 13.9667 12.4892 13.9667 10.6667C13.9667 8.84412 12.4892 7.36666 10.6667 7.36666ZM5.96669 10.6667C5.96669 8.07092 8.07096 5.96666 10.6667 5.96666C13.2624 5.96666 15.3667 8.07092 15.3667 10.6667C15.3667 13.2624 13.2624 15.3667 10.6667 15.3667C8.07096 15.3667 5.96669 13.2624 5.96669 10.6667ZM10.6667 8.63332C11.0533 8.63332 11.3667 8.94672 11.3667 9.33332V10.3767L11.8283 10.8383C12.1017 11.1117 12.1017 11.5549 11.8283 11.8283C11.555 12.1017 11.1118 12.1017 10.8384 11.8283L10.1717 11.1616C10.0404 11.0304 9.96669 10.8523 9.96669 10.6667V9.33332C9.96669 8.94672 10.2801 8.63332 10.6667 8.63332Z", fill: "currentColor", }), }), - ap = (e) => - kt("svg", { + Qu = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22891 1.89554C1.61024 1.51421 2.12742 1.29999 2.6667 1.29999H5.28669C5.62332 1.30004 5.95478 1.38367 6.25112 1.54337C6.54616 1.70238 6.79731 1.93184 6.98222 2.21132L7.5247 3.015C7.58296 3.10346 7.66243 3.17593 7.75593 3.22572C7.84942 3.27551 7.95391 3.30106 8.05983 3.30002L8.06669 3.29995L13.3334 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332V12C15.3667 12.5393 15.1525 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3334 14.0333H2.6667C2.12742 14.0333 1.61023 13.8191 1.22891 13.4378C0.847587 13.0564 0.633362 12.5393 0.633362 12V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554ZM2.03336 7.36665V12C2.03336 12.168 2.10009 12.329 2.21886 12.4478C2.33763 12.5666 2.49872 12.6333 2.6667 12.6333H13.3334C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.9 12.329 13.9667 12.168 13.9667 12V7.36665H2.03336ZM13.9667 5.96665H2.03336V3.33332C2.03336 3.16535 2.10009 3.00426 2.21886 2.88549C2.33763 2.76671 2.49872 2.69999 2.6667 2.69999H5.28658C5.28654 2.69999 5.28662 2.69999 5.28658 2.69999C5.39139 2.70002 5.49467 2.72607 5.58694 2.7758C5.67924 2.82554 5.75774 2.89742 5.81541 2.98499L6.35783 3.78865C6.54464 4.07101 6.799 4.30227 7.09786 4.46142C7.39691 4.62068 7.731 4.70268 8.06977 4.69999H13.3334C13.5013 4.69999 13.6624 4.76671 13.7812 4.88549C13.9 5.00426 13.9667 5.16535 13.9667 5.33332V5.96665Z", fill: "currentColor", }), }), - Cp = (e) => - kt("svg", { + Ju = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.57746 2.77425C5.48397 2.72446 5.37948 2.69892 5.27356 2.69996L5.2667 2.70002L2.6667 2.69999C2.49872 2.69999 2.33763 2.76672 2.21886 2.88549C2.10009 3.00426 2.03336 3.16535 2.03336 3.33332V12C2.03336 12.168 2.10009 12.3291 2.21886 12.4478C2.33763 12.5666 2.49873 12.6333 2.6667 12.6333H6.86669C7.25329 12.6333 7.56669 12.9467 7.56669 13.3333C7.56669 13.7199 7.25329 14.0333 6.86669 14.0333H2.6667C2.12742 14.0333 1.61023 13.8191 1.22891 13.4378C0.847588 13.0564 0.633362 12.5393 0.633362 12V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554C1.61024 1.51422 2.12742 1.29999 2.6667 1.29999H5.26363C5.60239 1.2973 5.93648 1.3793 6.23553 1.53855C6.53439 1.69771 6.78875 1.92897 6.97556 2.21132L7.51801 3.01497C7.57568 3.10253 7.65415 3.17444 7.74645 3.22418C7.83872 3.27391 7.94188 3.29995 8.04669 3.29999C8.04666 3.29999 8.04673 3.29999 8.04669 3.29999H13.3334C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332V7.53332C15.3667 7.91992 15.0533 8.23332 14.6667 8.23332C14.2801 8.23332 13.9667 7.91992 13.9667 7.53332V5.33332C13.9667 5.16535 13.9 5.00426 13.7812 4.88549C13.6624 4.76672 13.5013 4.69999 13.3334 4.69999H8.04669C7.71007 4.69994 7.3786 4.6163 7.08227 4.4566C6.78723 4.2976 6.53608 4.06814 6.35117 3.78866L5.80869 2.98498C5.75043 2.89651 5.67096 2.82404 5.57746 2.77425ZM13.1547 8.86925C13.5215 8.9915 13.7197 9.38792 13.5974 9.75468L13.5791 9.80966C13.78 9.95473 13.9601 10.1267 14.1142 10.3204L14.2067 10.2834C14.5657 10.1398 14.973 10.3144 15.1166 10.6734C15.2602 11.0323 15.0856 11.4397 14.7267 11.5833L14.6714 11.6054C14.6903 11.7342 14.7 11.8659 14.7 12C14.7 12.0907 14.6956 12.1804 14.6868 12.2688L14.6881 12.2692C15.0548 12.3915 15.253 12.7879 15.1308 13.1547C15.0085 13.5214 14.6121 13.7197 14.2453 13.5974L14.1904 13.5791C14.0453 13.7799 13.8733 13.9601 13.6796 14.1141L13.7166 14.2067C13.8602 14.5656 13.6856 14.973 13.3267 15.1166C12.9677 15.2602 12.5603 15.0856 12.4168 14.7266L12.3947 14.6714C12.2658 14.6902 12.1341 14.7 12 14.7C11.9093 14.7 11.8196 14.6955 11.7312 14.6868L11.7308 14.688C11.6085 15.0548 11.2121 15.253 10.8453 15.1307C10.4786 15.0085 10.2804 14.6121 10.4026 14.2453L10.4209 14.1903C10.2201 14.0453 10.04 13.8732 9.88589 13.6796L9.79333 13.7166C9.43439 13.8602 9.02701 13.6856 8.88343 13.3266C8.73985 12.9677 8.91444 12.5603 9.27339 12.4167L9.32866 12.3946C9.3098 12.2658 9.30003 12.134 9.30003 12C9.30003 11.9093 9.3045 11.8196 9.31324 11.7312L9.312 11.7307C8.94524 11.6085 8.74703 11.2121 8.86928 10.8453C8.99154 10.4785 9.38796 10.2803 9.75472 10.4026L9.8097 10.4209C9.95476 10.22 10.1268 10.0399 10.3204 9.88585L10.2834 9.7933C10.1398 9.43435 10.3144 9.02697 10.6734 8.88339C11.0323 8.73981 11.4397 8.9144 11.5833 9.27335L11.6054 9.32862C11.7342 9.30976 11.866 9.29999 12 9.29999C12.0908 9.29999 12.1804 9.30447 12.2689 9.31321L12.2693 9.31197C12.3915 8.94521 12.788 8.74699 13.1547 8.86925ZM11.3247 10.8889C11.3702 10.8807 11.4155 10.8677 11.46 10.8499C11.5218 10.8252 11.5781 10.7927 11.6283 10.7539C11.7461 10.7188 11.8709 10.7 12 10.7C12.4707 10.7 12.8829 10.9501 13.1111 11.3247C13.1194 11.3701 13.1323 11.4154 13.1501 11.46C13.1748 11.5218 13.2073 11.5781 13.2461 11.6283C13.2812 11.746 13.3 11.8708 13.3 12C13.3 12.4707 13.0499 12.8829 12.6753 13.111C12.6299 13.1193 12.5846 13.1322 12.5401 13.1501C12.4783 13.1748 12.4219 13.2073 12.3718 13.2461C12.254 13.2812 12.1292 13.3 12 13.3C11.5294 13.3 11.1171 13.0499 10.889 12.6753C10.8807 12.6299 10.8678 12.5846 10.85 12.54C10.8252 12.4782 10.7927 12.4219 10.754 12.3717C10.7189 12.2539 10.7 12.1292 10.7 12C10.7 11.5293 10.9501 11.1171 11.3247 10.8889Z", fill: "currentColor", }), }), - sp = (e) => - kt("svg", { + ep = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22891 1.89554C1.61024 1.51421 2.12742 1.29999 2.6667 1.29999H5.29032C5.62522 1.30172 5.95451 1.38616 6.24893 1.54579C6.54142 1.70436 6.7905 1.93227 6.97435 2.20949L7.52473 3.01494C7.58211 3.10206 7.66003 3.17372 7.75173 3.22344C7.84301 3.27293 7.94504 3.29921 8.04885 3.29999H13.3334C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332V12C15.3667 12.5393 15.1525 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3334 14.0333H2.6667C1.54676 14.0333 0.633362 13.1199 0.633362 12V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554ZM2.6667 2.69999C2.49872 2.69999 2.33763 2.76671 2.21886 2.88549C2.10009 3.00426 2.03336 3.16535 2.03336 3.33332V12C2.03336 12.3467 2.31996 12.6333 2.6667 12.6333H13.3334C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.9 12.329 13.9667 12.168 13.9667 12V5.33332C13.9667 5.16535 13.9 5.00426 13.7812 4.88549C13.6624 4.76671 13.5013 4.69999 13.3334 4.69999H8.04307C7.70817 4.69826 7.37888 4.61382 7.08446 4.45419C6.79197 4.29561 6.54289 4.0677 6.35905 3.79048L5.80865 2.98503C5.75128 2.89791 5.67336 2.82625 5.58166 2.77654C5.49039 2.72705 5.38836 2.70077 5.28455 2.69999H2.6667ZM8.00003 8.69999C8.01844 8.69999 8.03336 8.68506 8.03336 8.66665C8.03336 8.64824 8.01844 8.63332 8.00003 8.63332C7.98162 8.63332 7.96669 8.64824 7.96669 8.66665C7.96669 8.68506 7.98162 8.69999 8.00003 8.69999ZM6.63336 8.66665C6.63336 7.91186 7.24524 7.29999 8.00003 7.29999C8.75482 7.29999 9.36669 7.91186 9.36669 8.66665C9.36669 9.42144 8.75482 10.0333 8.00003 10.0333C7.24524 10.0333 6.63336 9.42144 6.63336 8.66665Z", fill: "currentColor", }), }), - cp = (e) => - kt("svg", { + tp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22891 1.89554C1.61024 1.51421 2.12742 1.29999 2.6667 1.29999H5.28669C5.62332 1.30004 5.95478 1.38367 6.25112 1.54337C6.54616 1.70238 6.79731 1.93184 6.98222 2.21132L7.5247 3.015C7.58296 3.10346 7.66243 3.17593 7.75593 3.22572C7.84942 3.27551 7.95391 3.30106 8.05983 3.30002L8.06669 3.29995L13.3334 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332V12C15.3667 12.5393 15.1525 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3334 14.0333H2.6667C2.12742 14.0333 1.61023 13.8191 1.22891 13.4378C0.847587 13.0564 0.633362 12.5393 0.633362 12V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554ZM2.6667 2.69999C2.49872 2.69999 2.33763 2.76671 2.21886 2.88549C2.10009 3.00426 2.03336 3.16535 2.03336 3.33332V12C2.03336 12.168 2.10009 12.329 2.21886 12.4478C2.33763 12.5666 2.49872 12.6333 2.6667 12.6333H13.3334C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.9 12.329 13.9667 12.168 13.9667 12V5.33332C13.9667 5.16535 13.9 5.00426 13.7812 4.88549C13.6624 4.76671 13.5013 4.69999 13.3334 4.69999H8.06977C7.731 4.70268 7.39691 4.62068 7.09786 4.46142C6.799 4.30227 6.54464 4.07101 6.35783 3.78865L5.81538 2.98501C5.75771 2.89744 5.67924 2.82554 5.58694 2.7758C5.49467 2.72607 5.39151 2.70002 5.28669 2.69999C5.28666 2.69999 5.28673 2.69999 5.28669 2.69999H2.6667ZM8.00003 5.96665C8.38663 5.96665 8.70003 6.28005 8.70003 6.66665V8.9767L9.50505 8.17168C9.77842 7.89831 10.2216 7.89831 10.495 8.17168C10.7684 8.44505 10.7684 8.88826 10.495 9.16163L8.495 11.1616C8.22164 11.435 7.77842 11.435 7.50505 11.1616L5.50505 9.16163C5.23169 8.88826 5.23169 8.44505 5.50505 8.17168C5.77842 7.89831 6.22164 7.89831 6.495 8.17168L7.30003 8.9767V6.66665C7.30003 6.28005 7.61343 5.96665 8.00003 5.96665Z", fill: "currentColor", }), }), - dp = (e) => - kt("svg", { + np = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.57746 2.77425C5.48397 2.72446 5.37948 2.69892 5.27356 2.69996L5.2667 2.70002L2.6667 2.69999C2.49872 2.69999 2.33763 2.76672 2.21886 2.88549C2.10009 3.00426 2.03336 3.16535 2.03336 3.33332V12C2.03336 12.168 2.10009 12.3291 2.21886 12.4478C2.33763 12.5666 2.49872 12.6333 2.6667 12.6333H6.00003C6.38663 12.6333 6.70003 12.9467 6.70003 13.3333C6.70003 13.7199 6.38663 14.0333 6.00003 14.0333H2.6667C2.12742 14.0333 1.61023 13.8191 1.22891 13.4378C0.847588 13.0564 0.633362 12.5393 0.633362 12V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554C1.61024 1.51422 2.12742 1.29999 2.6667 1.29999H5.26363C5.60239 1.2973 5.93648 1.3793 6.23553 1.53855C6.53439 1.69771 6.78875 1.92897 6.97556 2.21132L7.51801 3.01497C7.57568 3.10253 7.65415 3.17444 7.74645 3.22418C7.83872 3.27391 7.94188 3.29995 8.04669 3.29999C8.04666 3.29999 8.04673 3.29999 8.04669 3.29999H13.3334C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332V8.66666C15.3667 9.05326 15.0533 9.36666 14.6667 9.36666C14.2801 9.36666 13.9667 9.05326 13.9667 8.66666V5.33332C13.9667 5.16535 13.9 5.00426 13.7812 4.88549C13.6624 4.76672 13.5013 4.69999 13.3334 4.69999H8.04669C7.71007 4.69994 7.3786 4.6163 7.08227 4.4566C6.78723 4.2976 6.53608 4.06814 6.35117 3.78866L5.80869 2.98498C5.75043 2.89651 5.67096 2.82404 5.57746 2.77425ZM8.66669 7.36666C8.31691 7.36666 8.03336 7.65021 8.03336 7.99999C8.03336 8.34977 8.31691 8.63332 8.66669 8.63332C9.01647 8.63332 9.30003 8.34977 9.30003 7.99999C9.30003 7.65021 9.01647 7.36666 8.66669 7.36666ZM6.63336 7.99999C6.63336 6.87701 7.54372 5.96666 8.66669 5.96666C9.78967 5.96666 10.7 6.87701 10.7 7.99999C10.7 8.85586 10.1712 9.58823 9.42253 9.8882C9.63315 10.9135 10.4199 11.7002 11.4451 11.9108C11.7451 11.1621 12.4775 10.6333 13.3334 10.6333C14.4563 10.6333 15.3667 11.5437 15.3667 12.6667C15.3667 13.7896 14.4563 14.7 13.3334 14.7C12.4408 14.7 11.6826 14.1249 11.409 13.3251C10.6313 13.2143 9.93012 12.8876 9.36669 12.4061V14.6667C9.36669 15.0533 9.05329 15.3667 8.66669 15.3667C8.2801 15.3667 7.96669 15.0533 7.96669 14.6667V9.90962C7.18858 9.62431 6.63336 8.87699 6.63336 7.99999ZM13.3334 12.0333C12.9836 12.0333 12.7 12.3169 12.7 12.6667C12.7 13.0164 12.9836 13.3 13.3334 13.3C13.6831 13.3 13.9667 13.0164 13.9667 12.6667C13.9667 12.3169 13.6831 12.0333 13.3334 12.0333Z", fill: "currentColor", }), }), - up = (e) => - kt("svg", { + rp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22891 1.89554C1.61024 1.51421 2.12742 1.29999 2.6667 1.29999H5.28669C5.62332 1.30004 5.95478 1.38367 6.25112 1.54337C6.54616 1.70238 6.79731 1.93184 6.98222 2.21132L7.5247 3.015C7.58296 3.10346 7.66243 3.17593 7.75593 3.22572C7.84942 3.27551 7.95391 3.30106 8.05983 3.30002L8.06669 3.29995L13.3334 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332V12C15.3667 12.5393 15.1525 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3334 14.0333H2.6667C2.12742 14.0333 1.61023 13.8191 1.22891 13.4378C0.847587 13.0564 0.633362 12.5393 0.633362 12V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554ZM2.6667 2.69999C2.49872 2.69999 2.33763 2.76671 2.21886 2.88549C2.10009 3.00426 2.03336 3.16535 2.03336 3.33332V12C2.03336 12.168 2.10009 12.329 2.21886 12.4478C2.33763 12.5666 2.49872 12.6333 2.6667 12.6333H13.3334C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.9 12.329 13.9667 12.168 13.9667 12V5.33332C13.9667 5.16535 13.9 5.00426 13.7812 4.88549C13.6624 4.76671 13.5013 4.69999 13.3334 4.69999H8.06977C7.731 4.70268 7.39691 4.62068 7.09786 4.46142C6.799 4.30227 6.54464 4.07101 6.35783 3.78865L5.81538 2.98501C5.75771 2.89744 5.67924 2.82554 5.58694 2.7758C5.49467 2.72607 5.39151 2.70002 5.28669 2.69999C5.28666 2.69999 5.28673 2.69999 5.28669 2.69999H2.6667ZM8.00003 8.03332C7.65025 8.03332 7.36669 8.31687 7.36669 8.66665C7.36669 9.01643 7.65025 9.29999 8.00003 9.29999C8.34981 9.29999 8.63336 9.01643 8.63336 8.66665C8.63336 8.31687 8.34981 8.03332 8.00003 8.03332ZM6.0904 7.96665C6.37571 7.18854 7.12303 6.63332 8.00003 6.63332C8.87703 6.63332 9.62435 7.18854 9.90966 7.96665H11.3334C11.72 7.96665 12.0334 8.28005 12.0334 8.66665C12.0334 9.05325 11.72 9.36665 11.3334 9.36665H9.90966C9.62435 10.1448 8.87703 10.7 8.00003 10.7C7.12303 10.7 6.37571 10.1448 6.0904 9.36665H4.66669C4.2801 9.36665 3.9667 9.05325 3.9667 8.66665C3.9667 8.28005 4.2801 7.96665 4.66669 7.96665H6.0904Z", fill: "currentColor", }), }), - pp = (e) => - kt("svg", { + op = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5774 2.77425C5.48391 2.72446 5.37942 2.69892 5.2735 2.69996L5.26663 2.70002L2.66663 2.69999C2.49866 2.69999 2.33757 2.76672 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H7.3333C7.7199 12.6333 8.0333 12.9467 8.0333 13.3333C8.0333 13.7199 7.7199 14.0333 7.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847527 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554C1.61017 1.51422 2.12736 1.29999 2.66663 1.29999H5.26357C5.60233 1.2973 5.93642 1.3793 6.23547 1.53855C6.53433 1.69771 6.78869 1.92897 6.97549 2.21132L7.51795 3.01497C7.57562 3.10253 7.65409 3.17444 7.74639 3.22418C7.83866 3.27391 7.94182 3.29995 8.04663 3.29999C8.04659 3.29999 8.04667 3.29999 8.04663 3.29999H13.3333C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V6.33332C15.3666 6.71992 15.0532 7.03332 14.6666 7.03332C14.28 7.03332 13.9666 6.71992 13.9666 6.33332V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76672 13.5013 4.69999 13.3333 4.69999H8.04663C7.71001 4.69994 7.37854 4.6163 7.08221 4.4566C6.78717 4.2976 6.53602 4.06814 6.3511 3.78866L5.80862 2.98498C5.75037 2.89651 5.6709 2.82404 5.5774 2.77425ZM13.3979 9.43402C13.2857 9.38766 13.1654 9.36397 13.0439 9.36433C12.9225 9.36468 12.8024 9.38906 12.6904 9.43608C12.5785 9.48309 12.4769 9.5518 12.3916 9.63824L12.3883 9.64164L12.1616 9.8683C11.8937 10.1362 11.4614 10.1423 11.186 9.88223L10.946 9.65557C10.941 9.65083 10.936 9.64602 10.9312 9.64113C10.8457 9.55551 10.7442 9.48757 10.6325 9.44122C10.5207 9.39487 10.4009 9.37102 10.28 9.37102C10.159 9.37102 10.0392 9.39487 9.92747 9.44122C9.81573 9.48757 9.71423 9.55551 9.62877 9.64113L9.62562 9.64427C9.30196 9.96449 9.20873 10.5841 9.76 11.1367L11.6659 13.0162L13.5652 11.1382C14.1198 10.5771 14.0309 9.96753 13.6983 9.63496C13.6126 9.54902 13.5101 9.48039 13.3979 9.43402ZM13.0399 7.96433C13.3461 7.96344 13.6494 8.02318 13.9324 8.14009C14.2152 8.25692 14.4721 8.42852 14.6883 8.64502C15.6219 9.57867 15.5999 11.0746 14.557 12.1262L14.5522 12.1311L12.1588 14.4977C11.8864 14.7671 11.448 14.7674 11.1751 14.4984L8.77513 12.1317L8.77166 12.1283C7.7253 11.0819 7.71164 9.57019 8.63944 8.65057C8.85459 8.4354 9.10998 8.26466 9.39106 8.14806C9.67284 8.03118 9.97491 7.97102 10.28 7.97102C10.585 7.97102 10.8871 8.03118 11.1689 8.14806C11.3432 8.22038 11.5077 8.31354 11.6588 8.4252C11.8096 8.31259 11.974 8.21849 12.1484 8.14527C12.4307 8.02671 12.7337 7.96522 13.0399 7.96433Z", fill: "currentColor", }), }), - mp = (e) => - kt("svg", { + ip = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.89554C1.61017 1.51421 2.12736 1.29999 2.66663 1.29999H5.28663C5.62326 1.30004 5.95472 1.38367 6.25106 1.54337C6.5461 1.70238 6.79724 1.93184 6.98216 2.21132L7.52464 3.015C7.5829 3.10346 7.66237 3.17593 7.75587 3.22572C7.84936 3.27551 7.95385 3.30106 8.05977 3.30002L8.06663 3.29995L13.3333 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554ZM2.66663 2.69999C2.49866 2.69999 2.33757 2.76671 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.329 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.06971C7.73094 4.70268 7.39685 4.62068 7.0978 4.46142C6.79894 4.30227 6.54458 4.07101 6.35777 3.78865L5.81531 2.98501C5.75765 2.89744 5.67918 2.82554 5.58688 2.7758C5.49461 2.72607 5.39144 2.70002 5.28663 2.69999C5.2866 2.69999 5.28667 2.69999 5.28663 2.69999H2.66663Z", fill: "currentColor", }), }), - hp = (e) => - kt("svg", { + lp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5774 2.77425C5.48391 2.72446 5.37942 2.69892 5.2735 2.69996L5.26663 2.70002L2.66663 2.69999C2.49866 2.69999 2.33757 2.76672 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V5.99999C2.0333 6.38659 1.7199 6.69999 1.3333 6.69999C0.946701 6.69999 0.633301 6.38659 0.633301 5.99999V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554C1.61017 1.51422 2.12736 1.29999 2.66663 1.29999H5.26357C5.60233 1.2973 5.93642 1.3793 6.23547 1.53855C6.53433 1.69771 6.78869 1.92897 6.97549 2.21132L7.51795 3.01497C7.57562 3.10253 7.65409 3.17444 7.74639 3.22418C7.83866 3.27391 7.94182 3.29995 8.04663 3.29999C8.04659 3.29999 8.04667 3.29999 8.04663 3.29999H13.3333C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847527 13.0564 0.633301 12.5393 0.633301 12V11.3333C0.633301 10.9467 0.946701 10.6333 1.3333 10.6333C1.7199 10.6333 2.0333 10.9467 2.0333 11.3333V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.3291 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76672 13.5013 4.69999 13.3333 4.69999H8.04663C7.71001 4.69994 7.37854 4.6163 7.08221 4.4566C6.78717 4.2976 6.53602 4.06814 6.3511 3.78866L5.80862 2.98498C5.75037 2.89651 5.6709 2.82404 5.5774 2.77425ZM5.50499 6.17168C5.77836 5.89832 6.22157 5.89832 6.49494 6.17168L8.49494 8.17168C8.76831 8.44505 8.76831 8.88827 8.49494 9.16163L6.49494 11.1616C6.22157 11.435 5.77836 11.435 5.50499 11.1616C5.23163 10.8883 5.23163 10.4451 5.50499 10.1717L6.31002 9.36666H1.3333C0.946701 9.36666 0.633301 9.05326 0.633301 8.66666C0.633301 8.28006 0.946701 7.96666 1.3333 7.96666H6.31002L5.50499 7.16163C5.23163 6.88827 5.23163 6.44505 5.50499 6.17168Z", fill: "currentColor", }), }), - fp = (e) => - kt("svg", { + ap = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.89554C1.61017 1.51421 2.12736 1.29999 2.66663 1.29999H5.29026C5.62516 1.30172 5.95445 1.38616 6.24887 1.54579C6.54136 1.70436 6.79044 1.93227 6.97429 2.20949L7.52467 3.01494C7.58205 3.10206 7.65996 3.17372 7.75167 3.22344C7.84294 3.27293 7.94498 3.29921 8.04879 3.29999H13.3333C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C1.5467 14.0333 0.633301 13.1199 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554ZM2.66663 2.69999C2.49866 2.69999 2.33757 2.76671 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.3467 2.3199 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.04301C7.70811 4.69826 7.37882 4.61382 7.0844 4.45419C6.79191 4.29561 6.54283 4.0677 6.35898 3.79048L5.80859 2.98503C5.75122 2.89791 5.6733 2.82625 5.5816 2.77654C5.49033 2.72705 5.38829 2.70077 5.28449 2.69999H2.66663ZM5.3333 5.96665C5.7199 5.96665 6.0333 6.28005 6.0333 6.66665V9.33332C6.0333 9.71992 5.7199 10.0333 5.3333 10.0333C4.9467 10.0333 4.6333 9.71992 4.6333 9.33332V6.66665C4.6333 6.28005 4.9467 5.96665 5.3333 5.96665ZM7.99997 5.96665C8.38657 5.96665 8.69997 6.28005 8.69997 6.66665V7.99999C8.69997 8.38659 8.38657 8.69999 7.99997 8.69999C7.61337 8.69999 7.29997 8.38659 7.29997 7.99999V6.66665C7.29997 6.28005 7.61337 5.96665 7.99997 5.96665ZM10.6666 5.96665C11.0532 5.96665 11.3666 6.28005 11.3666 6.66665V10.6667C11.3666 11.0533 11.0532 11.3667 10.6666 11.3667C10.28 11.3667 9.96663 11.0533 9.96663 10.6667V6.66665C9.96663 6.28005 10.28 5.96665 10.6666 5.96665Z", fill: "currentColor", }), }), - gp = (e) => - Ot("svg", { + Cp = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1616 7.16153C11.435 6.88816 11.435 6.44494 11.1616 6.17158C10.8882 5.89821 10.445 5.89821 10.1717 6.17158L7.52187 8.82137C7.26189 8.70067 6.97213 8.6333 6.66663 8.6333C5.54366 8.6333 4.6333 9.54366 4.6333 10.6666C4.6333 11.7896 5.54366 12.7 6.66663 12.7C7.78961 12.7 8.69997 11.7896 8.69997 10.6666C8.69997 10.3611 8.63258 10.0713 8.51185 9.81129L9.99993 8.3232L10.1717 8.49494C10.445 8.76831 10.8882 8.76831 11.1616 8.49494C11.435 8.22158 11.435 7.77836 11.1616 7.50499L10.9899 7.33326L11.1616 7.16153ZM6.0333 10.6666C6.0333 10.3169 6.31685 10.0333 6.66663 10.0333C7.01642 10.0333 7.29997 10.3169 7.29997 10.6666C7.29997 11.0164 7.01642 11.3 6.66663 11.3C6.31685 11.3 6.0333 11.0164 6.0333 10.6666Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.09926 3.96663L11.4953 3.96663C12.031 3.96662 12.4751 3.96661 12.8372 3.9962C13.214 4.02699 13.5634 4.09326 13.8924 4.26091C14.4004 4.51977 14.8135 4.93282 15.0724 5.44086C15.24 5.7699 15.3063 6.11924 15.3371 6.49603C15.3667 6.8582 15.3666 7.30228 15.3666 7.83792V10.8287C15.3666 11.3643 15.3667 11.8084 15.3371 12.1706C15.3063 12.5474 15.24 12.8967 15.0724 13.2257C14.8135 13.7338 14.4004 14.1468 13.8924 14.4057C13.5634 14.5733 13.214 14.6396 12.8372 14.6704C12.4751 14.7 12.031 14.7 11.4953 14.7H4.50464C3.96898 14.7 3.52488 14.7 3.1627 14.6704C2.78591 14.6396 2.43657 14.5733 2.10753 14.4057C1.59949 14.1468 1.18644 13.7338 0.927585 13.2257C0.759931 12.8967 0.693661 12.5474 0.662876 12.1706C0.633286 11.8084 0.633293 11.3643 0.633301 10.8287V4.10659C0.633289 3.75605 0.633278 3.45165 0.653793 3.20056C0.675496 2.93494 0.7236 2.66792 0.854923 2.41018C1.04987 2.02759 1.36093 1.71653 1.74352 1.52158C2.00126 1.39026 2.26828 1.34216 2.5339 1.32045C2.785 1.29994 3.08937 1.29995 3.43992 1.29996L6.09945 1.29988C6.49314 1.29932 6.84675 1.29882 7.17227 1.4111C7.45719 1.50937 7.7167 1.66976 7.93202 1.88065C8.17802 2.12159 8.33571 2.4381 8.51128 2.79048L9.09926 3.96663ZM6.01483 2.69996C6.54419 2.69996 6.64189 2.7091 6.71577 2.73458C6.80451 2.76519 6.88534 2.81514 6.95241 2.88083C7.00824 2.93551 7.06011 3.01883 7.29684 3.49229L7.53401 3.96663H2.03339C2.03381 3.67458 2.03618 3.47325 2.04914 3.31457C2.06377 3.13552 2.08833 3.07325 2.10233 3.04577C2.16305 2.9266 2.25994 2.82971 2.37911 2.76899C2.40659 2.75499 2.46886 2.73043 2.64791 2.7158C2.83513 2.70051 3.08172 2.69996 3.46664 2.69996H6.01483ZM8.6818 5.36663C8.67204 5.36683 8.66229 5.36683 8.65256 5.36663H2.0333V10.8C2.0333 11.3716 2.03385 11.7582 2.05823 12.0566C2.08194 12.3468 2.12466 12.4914 2.17499 12.5902C2.29963 12.8348 2.4985 13.0336 2.74312 13.1583C2.8419 13.2086 2.98649 13.2513 3.27671 13.275C3.5751 13.2994 3.9617 13.3 4.5333 13.3H11.4666C12.0382 13.3 12.4248 13.2994 12.7232 13.275C13.0134 13.2513 13.158 13.2086 13.2568 13.1583C13.5014 13.0336 13.7003 12.8348 13.8249 12.5902C13.8753 12.4914 13.918 12.3468 13.9417 12.0566C13.9661 11.7582 13.9666 11.3716 13.9666 10.8V7.86663C13.9666 7.29503 13.9661 6.90842 13.9417 6.61004C13.918 6.31982 13.8753 6.17523 13.8249 6.07644C13.7003 5.83183 13.5014 5.63296 13.2568 5.50832C13.158 5.45799 13.0134 5.41527 12.7232 5.39155C12.4248 5.36717 12.0382 5.36663 11.4666 5.36663H8.6818Z", @@ -11400,63 +11380,63 @@ const Bt = (e) => }), ], }), - vp = (e) => - kt("svg", { + sp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5774 2.77425C5.48391 2.72446 5.37942 2.69892 5.2735 2.69996L5.26663 2.70002L2.66663 2.69999C2.49866 2.69999 2.33757 2.76672 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H6.66663C7.05323 12.6333 7.36663 12.9467 7.36663 13.3333C7.36663 13.7199 7.05323 14.0333 6.66663 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847527 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554C1.61017 1.51422 2.12736 1.29999 2.66663 1.29999H5.26357C5.60233 1.2973 5.93642 1.3793 6.23547 1.53855C6.53433 1.69771 6.78869 1.92897 6.97549 2.21132L7.51795 3.01497C7.57562 3.10253 7.65409 3.17444 7.74639 3.22418C7.83866 3.27391 7.94182 3.29995 8.04663 3.29999C8.04659 3.29999 8.04667 3.29999 8.04663 3.29999H13.3333C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V6.66666C15.3666 7.05326 15.0532 7.36666 14.6666 7.36666C14.28 7.36666 13.9666 7.05326 13.9666 6.66666V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76672 13.5013 4.69999 13.3333 4.69999H8.04663C7.71001 4.69994 7.37854 4.6163 7.08221 4.4566C6.78717 4.2976 6.53602 4.06814 6.3511 3.78866L5.80862 2.98498C5.75037 2.89651 5.6709 2.82404 5.5774 2.77425ZM15.1616 8.83835C15.435 9.11172 15.435 9.55493 15.1616 9.8283L14.9899 9.99999L15.1616 10.1717C15.435 10.445 15.435 10.8883 15.1616 11.1616C14.8882 11.435 14.445 11.435 14.1717 11.1616L14 10.9899L12.5119 12.478C12.6326 12.738 12.7 13.0278 12.7 13.3333C12.7 14.4563 11.7896 15.3667 10.6666 15.3667C9.54365 15.3667 8.6333 14.4563 8.6333 13.3333C8.6333 12.2103 9.54365 11.3 10.6666 11.3C10.9722 11.3 11.2619 11.3674 11.5219 11.4881L13.5046 9.50545C13.5044 9.50559 13.5047 9.5053 13.5046 9.50545C13.5047 9.5053 13.5053 9.50473 13.5054 9.50458L14.1717 8.83835C14.445 8.56498 14.8882 8.56498 15.1616 8.83835ZM10.6666 12.7C10.3169 12.7 10.0333 12.9835 10.0333 13.3333C10.0333 13.6831 10.3169 13.9667 10.6666 13.9667C11.0164 13.9667 11.3 13.6831 11.3 13.3333C11.3 12.9835 11.0164 12.7 10.6666 12.7Z", fill: "currentColor", }), }), - wp = (e) => - kt("svg", { + cp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5774 2.77425C5.48391 2.72446 5.37942 2.69892 5.2735 2.69996L5.26663 2.70002L2.66663 2.69999C2.49866 2.69999 2.33757 2.76672 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H6.66663C7.05323 12.6333 7.36663 12.9467 7.36663 13.3333C7.36663 13.7199 7.05323 14.0333 6.66663 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847527 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554C1.61017 1.51422 2.12736 1.29999 2.66663 1.29999H5.26357C5.60233 1.2973 5.93642 1.3793 6.23547 1.53855C6.53433 1.69771 6.78869 1.92897 6.97549 2.21132L7.51795 3.01497C7.57562 3.10253 7.65409 3.17444 7.74639 3.22418C7.83866 3.27391 7.94182 3.29995 8.04663 3.29999C8.04659 3.29999 8.04667 3.29999 8.04663 3.29999H13.3333C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V6.99999C15.3666 7.38659 15.0532 7.69999 14.6666 7.69999C14.28 7.69999 13.9666 7.38659 13.9666 6.99999V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76672 13.5013 4.69999 13.3333 4.69999H8.04663C7.71001 4.69994 7.37854 4.6163 7.08221 4.4566C6.78717 4.2976 6.53602 4.06814 6.3511 3.78866L5.80862 2.98498C5.75037 2.89651 5.6709 2.82404 5.5774 2.77425ZM10.5622 8.56221C10.9435 8.18088 11.4607 7.96666 12 7.96666C12.5392 7.96666 13.0564 8.18088 13.4377 8.56221C13.8191 8.94353 14.0333 9.46072 14.0333 9.99999V10.6337C14.7727 10.6514 15.3666 11.2563 15.3666 12V14C15.3666 14.7548 14.7548 15.3667 14 15.3667H9.99997C9.24518 15.3667 8.6333 14.7548 8.6333 14V12C8.6333 11.2563 9.22725 10.6514 9.96663 10.6337V9.99999C9.96663 9.46072 10.1809 8.94353 10.5622 8.56221ZM10.0333 12.0333V13.9667H13.9666V12.0333H10.0333ZM12.6333 10.6333H11.3666V9.99999C11.3666 9.83202 11.4334 9.67093 11.5521 9.55216C11.6709 9.43338 11.832 9.36666 12 9.36666C12.1679 9.36666 12.329 9.43338 12.4478 9.55216C12.5666 9.67093 12.6333 9.83202 12.6333 9.99999V10.6333Z", fill: "currentColor", }), }), - Lp = (e) => - kt("svg", { + dp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.89554C1.61017 1.51421 2.12736 1.29999 2.66663 1.29999H5.28663C5.62326 1.30004 5.95472 1.38367 6.25106 1.54337C6.5461 1.70238 6.79724 1.93184 6.98216 2.21132L7.52464 3.015C7.5829 3.10346 7.66237 3.17593 7.75587 3.22572C7.84936 3.27551 7.95385 3.30106 8.05977 3.30002L8.06663 3.29995L13.3333 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554ZM2.66663 2.69999C2.49866 2.69999 2.33757 2.76671 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.329 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.06971C7.73094 4.70268 7.39685 4.62068 7.0978 4.46142C6.79894 4.30227 6.54458 4.07101 6.35777 3.78865L5.81531 2.98501C5.75765 2.89744 5.67918 2.82554 5.58688 2.7758C5.49461 2.72607 5.39144 2.70002 5.28663 2.69999C5.2866 2.69999 5.28667 2.69999 5.28663 2.69999H2.66663ZM5.29997 8.66665C5.29997 8.28005 5.61337 7.96665 5.99997 7.96665H9.99997C10.3866 7.96665 10.7 8.28005 10.7 8.66665C10.7 9.05325 10.3866 9.36665 9.99997 9.36665H5.99997C5.61337 9.36665 5.29997 9.05325 5.29997 8.66665Z", fill: "currentColor", }), }), - bp = (e) => - Ot("svg", { + up = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.33331 10.0333C9.35172 10.0333 9.36664 10.0184 9.36664 10C9.36664 9.98159 9.35172 9.96667 9.33331 9.96667C9.3149 9.96667 9.29997 9.98159 9.29997 10C9.29997 10.0184 9.3149 10.0333 9.33331 10.0333ZM7.96664 10C7.96664 9.24521 8.57852 8.63333 9.33331 8.63333C10.0881 8.63333 10.7 9.24521 10.7 10C10.7 10.7548 10.0881 11.3667 9.33331 11.3667C8.57852 11.3667 7.96664 10.7548 7.96664 10Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.24237 2.89738C2.16933 2.95927 2.07187 3.09352 2.07187 3.50886V11.4982C2.07187 12.2117 2.2328 12.4568 2.3253 12.5444C2.42226 12.6362 2.60928 12.7143 3.03479 12.7143H11.6568C12.117 12.7143 12.425 12.662 12.6139 12.5861C12.7796 12.5196 12.8044 12.4589 12.8163 12.4221C12.9886 11.8877 13.524 9.83729 13.8709 8.4863C14.0121 7.93634 13.9104 7.67736 13.8289 7.57012C13.7478 7.46339 13.5565 7.33593 13.139 7.33593H6.74028C6.14913 7.33593 5.86617 7.40369 5.73966 7.45916C5.71632 7.49374 5.68587 7.54204 5.64843 7.60541C5.55283 7.76723 5.43509 7.98721 5.30809 8.23676C5.05527 8.73356 4.78429 9.31088 4.61229 9.69042C4.45272 10.0426 4.0379 10.1986 3.68577 10.0391C3.33364 9.8795 3.17754 9.46468 3.33712 9.11255C3.51462 8.72085 3.79499 8.12325 4.06037 7.60179C4.19247 7.34221 4.32554 7.09222 4.44309 6.89327C4.50137 6.79462 4.56188 6.69819 4.62115 6.61569C4.66154 6.55947 4.76145 6.42098 4.90597 6.32462C5.36275 6.02008 6.00004 5.93593 6.74028 5.93593H12.6093C12.5993 5.71374 12.5819 5.526 12.5567 5.36688C12.5134 5.09445 12.4532 4.94858 12.4021 4.86972C12.3488 4.78726 12.2433 4.66074 11.6568 4.66074H7.93322C7.34862 4.66074 6.8876 4.49001 6.53841 4.16608C6.22162 3.87222 6.05569 3.4993 5.94986 3.26146L5.9493 3.2602C5.82146 2.97288 5.7663 2.85302 5.69187 2.77202L5.69057 2.77061C5.66362 2.74123 5.61712 2.69053 5.42072 2.69053H3.25165C2.60777 2.69053 2.34611 2.80947 2.24237 2.89738ZM14.0149 6.0708C14.0059 5.73167 13.9831 5.42321 13.9393 5.1473C13.8798 4.77241 13.7751 4.41441 13.5776 4.10918C13.1338 3.42342 12.4079 3.26074 11.6568 3.26074H7.93322C7.64115 3.26074 7.53957 3.18519 7.49053 3.1397C7.40965 3.06467 7.34175 2.94582 7.22839 2.69106C7.22004 2.6723 7.21121 2.65213 7.20185 2.63076C7.1088 2.41838 6.96351 2.08677 6.7227 1.82472C6.40999 1.48444 5.98029 1.29053 5.42072 1.29053H3.25165C2.50372 1.29053 1.82549 1.4156 1.33729 1.82928C0.818403 2.26898 0.671875 2.89389 0.671875 3.50886V11.4982C0.671875 12.3755 0.863404 13.0883 1.36287 13.5611C1.85787 14.0297 2.50231 14.1143 3.03479 14.1143H11.6568C12.1908 14.1143 12.7053 14.0581 13.1354 13.8854C13.5888 13.7034 13.9798 13.3755 14.1486 12.8519C14.3378 12.2656 14.8869 10.1587 15.2269 8.83447C15.4291 8.04684 15.3772 7.2936 14.9435 6.723C14.6989 6.40105 14.3743 6.19196 14.0149 6.0708Z", @@ -11464,861 +11444,861 @@ const Bt = (e) => }), ], }), - Mp = (e) => - kt("svg", { + pp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.24237 2.89738C2.16933 2.95927 2.07187 3.09352 2.07187 3.50886V11.4982C2.07187 12.2117 2.2328 12.4568 2.3253 12.5444C2.42226 12.6362 2.60928 12.7143 3.03479 12.7143H11.6568C12.117 12.7143 12.425 12.662 12.6139 12.5861C12.7796 12.5196 12.8044 12.4589 12.8163 12.4221C12.9886 11.8877 13.524 9.83729 13.8709 8.4863C14.0121 7.93634 13.9104 7.67736 13.8289 7.57012C13.7478 7.46339 13.5565 7.33593 13.139 7.33593H6.74028C6.14913 7.33593 5.86617 7.40369 5.73966 7.45916C5.71632 7.49374 5.68587 7.54204 5.64843 7.60541C5.55283 7.76723 5.43509 7.98721 5.30809 8.23676C5.05527 8.73356 4.78429 9.31088 4.61229 9.69042C4.45272 10.0426 4.0379 10.1986 3.68577 10.0391C3.33364 9.8795 3.17754 9.46468 3.33712 9.11255C3.51462 8.72085 3.79499 8.12325 4.06037 7.60179C4.19247 7.34221 4.32554 7.09222 4.44309 6.89327C4.50137 6.79462 4.56188 6.69819 4.62115 6.61569C4.66154 6.55947 4.76145 6.42098 4.90597 6.32462C5.36275 6.02008 6.00004 5.93593 6.74028 5.93593H12.6093C12.5993 5.71374 12.5819 5.526 12.5567 5.36688C12.5134 5.09445 12.4532 4.94858 12.4021 4.86972C12.3488 4.78726 12.2433 4.66074 11.6568 4.66074H7.93322C7.34862 4.66074 6.8876 4.49001 6.53841 4.16608C6.22162 3.87222 6.05569 3.4993 5.94986 3.26146L5.9493 3.2602C5.82146 2.97288 5.7663 2.85302 5.69187 2.77202L5.69057 2.77061C5.66362 2.74123 5.61712 2.69053 5.42072 2.69053H3.25165C2.60777 2.69053 2.34611 2.80947 2.24237 2.89738ZM14.0149 6.0708C14.0059 5.73167 13.9831 5.42321 13.9393 5.1473C13.8798 4.77241 13.7751 4.41441 13.5776 4.10918C13.1338 3.42342 12.4079 3.26074 11.6568 3.26074H7.93322C7.64115 3.26074 7.53957 3.18519 7.49053 3.1397C7.40965 3.06467 7.34175 2.94582 7.22839 2.69106C7.22004 2.6723 7.21121 2.65213 7.20185 2.63076C7.1088 2.41838 6.96351 2.08677 6.7227 1.82472C6.40999 1.48444 5.98029 1.29053 5.42072 1.29053H3.25165C2.50372 1.29053 1.82549 1.4156 1.33729 1.82928C0.818403 2.26898 0.671875 2.89389 0.671875 3.50886V11.4982C0.671875 12.3755 0.863404 13.0883 1.36287 13.5611C1.85787 14.0297 2.50231 14.1143 3.03479 14.1143H11.6568C12.1908 14.1143 12.7053 14.0581 13.1354 13.8854C13.5888 13.7034 13.9798 13.3755 14.1486 12.8519C14.3378 12.2656 14.8869 10.1587 15.2269 8.83447C15.4291 8.04684 15.3772 7.2936 14.9435 6.723C14.6989 6.40105 14.3743 6.19196 14.0149 6.0708Z", fill: "currentColor", }), }), - Hp = (e) => - kt("svg", { + mp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.57745 2.77425C5.48395 2.72446 5.37946 2.69892 5.27354 2.69996L5.26668 2.70002L2.66668 2.69999C2.49871 2.69999 2.33762 2.76672 2.21885 2.88549C2.10007 3.00426 2.03335 3.16535 2.03335 3.33332V4.99999C2.03335 5.38659 1.71995 5.69999 1.33335 5.69999C0.946749 5.69999 0.633348 5.38659 0.633348 4.99999V3.33332C0.633348 2.79405 0.847573 2.27686 1.2289 1.89554C1.61022 1.51422 2.12741 1.29999 2.66668 1.29999H5.26361C5.60238 1.2973 5.93646 1.3793 6.23551 1.53855C6.53437 1.69771 6.78874 1.92897 6.97554 2.21132L7.518 3.01497C7.57567 3.10253 7.65414 3.17444 7.74644 3.22418C7.83871 3.27391 7.94187 3.29995 8.04668 3.29999C8.04664 3.29999 8.04672 3.29999 8.04668 3.29999H13.3333C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1525 4.27686 15.3667 4.79405 15.3667 5.33332V12C15.3667 12.5393 15.1525 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.67656C2.21905 14.045 1.77083 13.9021 1.40451 13.6273C1.03493 13.3501 0.770751 12.9553 0.655486 12.508C0.559029 12.1336 0.784325 11.7519 1.1587 11.6555C1.53307 11.559 1.91475 11.7843 2.01121 12.1587C2.04711 12.298 2.1294 12.421 2.24451 12.5073C2.35963 12.5937 2.50072 12.6382 2.64454 12.6337C2.65192 12.6334 2.6593 12.6333 2.66668 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.9 12.3291 13.9667 12.168 13.9667 12V5.33332C13.9667 5.16535 13.9 5.00426 13.7812 4.88549C13.6624 4.76672 13.5013 4.69999 13.3333 4.69999H8.04668C7.71005 4.69994 7.37859 4.6163 7.08226 4.4566C6.78721 4.2976 6.53607 4.06814 6.35115 3.78866L5.80867 2.98498C5.75042 2.89651 5.67094 2.82404 5.57745 2.77425ZM3.82832 6.17168C4.10169 6.44505 4.10169 6.88827 3.82832 7.16163L3.0233 7.96666H8.00001C8.38661 7.96666 8.70001 8.28006 8.70001 8.66666C8.70001 9.05326 8.38661 9.36666 8.00001 9.36666H3.0233L3.82832 10.1717C4.10169 10.4451 4.10169 10.8883 3.82832 11.1616C3.55496 11.435 3.11174 11.435 2.83837 11.1616L0.838373 9.16163C0.565006 8.88827 0.565006 8.44505 0.838373 8.17168L2.83837 6.17168C3.11174 5.89832 3.55496 5.89832 3.82832 6.17168Z", fill: "currentColor", }), }), - Ep = (e) => - kt("svg", { + hp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66665 2.69999C2.49868 2.69999 2.33759 2.76671 2.21881 2.88549C2.10004 3.00426 2.03332 3.16535 2.03332 3.33332V7.66665C2.03332 8.05325 1.71991 8.36665 1.33332 8.36665C0.946716 8.36665 0.633316 8.05325 0.633316 7.66665V3.33332C0.633316 2.79405 0.847541 2.27686 1.22887 1.89554C1.61019 1.51421 2.12738 1.29999 2.66665 1.29999H5.26665C5.95613 1.29999 6.57981 1.60779 6.98242 2.2117L7.51575 3.0117C7.64648 3.20779 7.82279 3.29999 8.06665 3.29999H13.3333C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H6.99998C6.61338 14.0333 6.29998 13.7199 6.29998 13.3333C6.29998 12.9467 6.61338 12.6333 6.99998 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.06665C7.37717 4.69999 6.75348 4.39218 6.35088 3.78828L5.81755 2.98828C5.68682 2.79218 5.5105 2.69999 5.26665 2.69999H2.66665ZM6.59998 7.35244C6.41056 7.35244 6.2289 7.42769 6.09496 7.56163L2.63206 11.0245L2.29537 12.3713L3.64211 12.0346L7.10501 8.57168C7.17133 8.50536 7.22394 8.42662 7.25983 8.33997C7.29572 8.25332 7.3142 8.16045 7.3142 8.06665C7.3142 7.97286 7.29572 7.87999 7.25983 7.79334C7.22394 7.70668 7.17133 7.62795 7.10501 7.56163C7.03869 7.49531 6.95995 7.4427 6.8733 7.40681C6.78665 7.37091 6.69377 7.35244 6.59998 7.35244ZM5.10501 6.57168C5.5015 6.17519 6.03926 5.95244 6.59998 5.95244C6.87762 5.95244 7.15255 6.00713 7.40906 6.11338C7.66557 6.21962 7.89863 6.37536 8.09496 6.57168C8.29128 6.768 8.44701 7.00107 8.55326 7.25758C8.65951 7.51409 8.7142 7.78901 8.7142 8.06665C8.7142 8.3443 8.65951 8.61922 8.55326 8.87573C8.44701 9.13224 8.29128 9.36531 8.09496 9.56163L4.49496 13.1616C4.40525 13.2513 4.29284 13.315 4.16976 13.3458L1.50309 14.0124C1.26455 14.0721 1.01221 14.0022 0.838341 13.8283C0.664475 13.6544 0.59458 13.4021 0.654216 13.1635L1.32088 10.4969C1.35165 10.3738 1.4153 10.2614 1.50501 10.1717L5.10501 6.57168Z", fill: "currentColor", }), }), - Rp = (e) => - kt("svg", { + fp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.89554C1.61017 1.51421 2.12736 1.29999 2.66663 1.29999H5.28663C5.62326 1.30004 5.95472 1.38367 6.25106 1.54337C6.5461 1.70238 6.79724 1.93184 6.98216 2.21132L7.52464 3.015C7.5829 3.10346 7.66237 3.17593 7.75587 3.22572C7.84936 3.27551 7.95385 3.30106 8.05977 3.30002L8.06663 3.29995L13.3333 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554ZM2.66663 2.69999C2.49866 2.69999 2.33757 2.76671 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.329 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.06971C7.73094 4.70268 7.39685 4.62068 7.0978 4.46142C6.79894 4.30227 6.54458 4.07101 6.35777 3.78865L5.81531 2.98501C5.75765 2.89744 5.67918 2.82554 5.58688 2.7758C5.49461 2.72607 5.39144 2.70002 5.28663 2.69999C5.2866 2.69999 5.28667 2.69999 5.28663 2.69999H2.66663ZM7.99997 5.96665C8.38657 5.96665 8.69997 6.28005 8.69997 6.66665V7.96665H9.99997C10.3866 7.96665 10.7 8.28005 10.7 8.66665C10.7 9.05325 10.3866 9.36665 9.99997 9.36665H8.69997V10.6667C8.69997 11.0533 8.38657 11.3667 7.99997 11.3667C7.61337 11.3667 7.29997 11.0533 7.29997 10.6667V9.36665H5.99997C5.61337 9.36665 5.29997 9.05325 5.29997 8.66665C5.29997 8.28005 5.61337 7.96665 5.99997 7.96665H7.29997V6.66665C7.29997 6.28005 7.61337 5.96665 7.99997 5.96665Z", fill: "currentColor", }), }), - yp = (e) => - kt("svg", { + gp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.89554C1.61017 1.51421 2.12736 1.29999 2.66663 1.29999H5.29026C5.62516 1.30172 5.95445 1.38616 6.24887 1.54579C6.54136 1.70436 6.79044 1.93227 6.97429 2.20949L7.52467 3.01494C7.58205 3.10206 7.65996 3.17372 7.75167 3.22344C7.84294 3.27293 7.94498 3.29921 8.04879 3.29999H13.3333C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C1.5467 14.0333 0.633301 13.1199 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554ZM8.69997 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.04301C7.70811 4.69826 7.37882 4.61382 7.0844 4.45419C6.79191 4.29561 6.54283 4.0677 6.35898 3.79048L5.80859 2.98503C5.75122 2.89791 5.6733 2.82625 5.5816 2.77654C5.49033 2.72705 5.38829 2.70077 5.28449 2.69999H2.66663C2.49866 2.69999 2.33757 2.76671 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.3467 2.3199 12.6333 2.66663 12.6333H7.29997V10.5763C6.52186 10.291 5.96663 9.54365 5.96663 8.66665C5.96663 7.54367 6.87699 6.63332 7.99997 6.63332C9.12295 6.63332 10.0333 7.54367 10.0333 8.66665C10.0333 9.54365 9.47808 10.291 8.69997 10.5763V12.6333ZM7.99997 8.03332C7.65019 8.03332 7.36663 8.31687 7.36663 8.66665C7.36663 9.01643 7.65019 9.29999 7.99997 9.29999C8.34975 9.29999 8.6333 9.01643 8.6333 8.66665C8.6333 8.31687 8.34975 8.03332 7.99997 8.03332Z", fill: "currentColor", }), }), - Vp = (e) => - kt("svg", { + vp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.89554C1.61017 1.51421 2.12736 1.29999 2.66663 1.29999H5.28663C5.62326 1.30004 5.95472 1.38367 6.25106 1.54337C6.5461 1.70238 6.79724 1.93184 6.98216 2.21132L7.52464 3.015C7.5829 3.10346 7.66237 3.17593 7.75587 3.22572C7.84936 3.27551 7.95385 3.30106 8.05977 3.30002L8.06663 3.29995L13.3333 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554ZM2.66663 2.69999C2.49866 2.69999 2.33757 2.76671 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.329 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.06971C7.73094 4.70268 7.39685 4.62068 7.0978 4.46142C6.79894 4.30227 6.54458 4.07101 6.35777 3.78865L5.81531 2.98501C5.75765 2.89744 5.67918 2.82554 5.58688 2.7758C5.49461 2.72607 5.39144 2.70002 5.28663 2.69999C5.2866 2.69999 5.28667 2.69999 5.28663 2.69999H2.66663ZM7.66663 7.36665C7.13276 7.36665 6.69997 7.79945 6.69997 8.33332C6.69997 8.8672 7.13276 9.29999 7.66663 9.29999C8.20051 9.29999 8.6333 8.8672 8.6333 8.33332C8.6333 7.79945 8.20051 7.36665 7.66663 7.36665ZM5.29997 8.33332C5.29997 7.02625 6.35956 5.96665 7.66663 5.96665C8.97371 5.96665 10.0333 7.02625 10.0333 8.33332C10.0333 8.73203 9.93471 9.10771 9.76057 9.43731L10.4949 10.1717C10.7683 10.445 10.7683 10.8883 10.4949 11.1616C10.2216 11.435 9.77836 11.435 9.50499 11.1616L8.77062 10.4273C8.44102 10.6014 8.06534 10.7 7.66663 10.7C6.35956 10.7 5.29997 9.64039 5.29997 8.33332Z", fill: "currentColor", }), }), - Sp = (e) => - kt("svg", { + wp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5774 2.77425C5.48391 2.72446 5.37942 2.69892 5.2735 2.69996L5.26663 2.70002L2.66663 2.69999C2.49866 2.69999 2.33757 2.76672 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H7.1333C7.5199 12.6333 7.8333 12.9467 7.8333 13.3333C7.8333 13.7199 7.5199 14.0333 7.1333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847527 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554C1.61017 1.51422 2.12736 1.29999 2.66663 1.29999H5.26357C5.60233 1.2973 5.93642 1.3793 6.23547 1.53855C6.53433 1.69771 6.78869 1.92897 6.97549 2.21132L7.51795 3.01497C7.57562 3.10253 7.65409 3.17444 7.74639 3.22418C7.83866 3.27391 7.94182 3.29995 8.04663 3.29999C8.04659 3.29999 8.04667 3.29999 8.04663 3.29999H13.3333C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V8.06666C15.3666 8.45326 15.0532 8.76666 14.6666 8.76666C14.28 8.76666 13.9666 8.45326 13.9666 8.06666V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76672 13.5013 4.69999 13.3333 4.69999H8.04663C7.71001 4.69994 7.37854 4.6163 7.08221 4.4566C6.78717 4.2976 6.53602 4.06814 6.3511 3.78866L5.80862 2.98498C5.75037 2.89651 5.6709 2.82404 5.5774 2.77425ZM11.3333 10.0333C10.6153 10.0333 10.0333 10.6154 10.0333 11.3333C10.0333 12.0513 10.6153 12.6333 11.3333 12.6333C12.0513 12.6333 12.6333 12.0513 12.6333 11.3333C12.6333 10.6154 12.0513 10.0333 11.3333 10.0333ZM8.6333 11.3333C8.6333 9.84216 9.84213 8.63332 11.3333 8.63332C12.8245 8.63332 14.0333 9.84216 14.0333 11.3333C14.0333 11.8248 13.902 12.2856 13.6725 12.6826L14.4949 13.505C14.7683 13.7784 14.7683 14.2216 14.4949 14.495C14.2216 14.7683 13.7784 14.7683 13.505 14.495L12.6826 13.6725C12.2856 13.902 11.8248 14.0333 11.3333 14.0333C9.84213 14.0333 8.6333 12.8245 8.6333 11.3333Z", fill: "currentColor", }), }), - Tp = (e) => - kt("svg", { + Lp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89552 2.56222C4.27684 2.1809 4.79403 1.96667 5.3333 1.96667H7.9533C8.28993 1.96673 8.62139 2.05036 8.91772 2.21006C9.21277 2.36907 9.46391 2.59853 9.64883 2.87801L10.1913 3.68168C10.2496 3.77015 10.329 3.84262 10.4225 3.89241C10.516 3.9422 10.6205 3.96775 10.7264 3.96671L10.7333 3.96664L13.3333 3.96667C13.8726 3.96667 14.3898 4.1809 14.7711 4.56222C15.1524 4.94355 15.3666 5.46073 15.3666 6.00001V10C15.3666 10.5393 15.1524 11.0565 14.7711 11.4378C14.3898 11.8191 13.8726 12.0333 13.3333 12.0333H5.3333C4.79403 12.0333 4.27684 11.8191 3.89552 11.4378C3.51419 11.0565 3.29997 10.5393 3.29997 10V4.00001C3.29997 3.46073 3.51419 2.94355 3.89552 2.56222ZM5.3333 3.36667C5.16533 3.36667 5.00424 3.4334 4.88547 3.55217C4.76669 3.67095 4.69997 3.83204 4.69997 4.00001V10C4.69997 10.168 4.76669 10.3291 4.88547 10.4478C5.00424 10.5666 5.16533 10.6333 5.3333 10.6333H13.3333C13.5013 10.6333 13.6624 10.5666 13.7811 10.4478C13.8999 10.3291 13.9666 10.168 13.9666 10V6.00001C13.9666 5.83204 13.8999 5.67095 13.7811 5.55217C13.6624 5.4334 13.5013 5.36667 13.3333 5.36667H10.7364C10.3976 5.36936 10.0635 5.28737 9.76447 5.12811C9.46561 4.96895 9.21124 4.73769 9.02444 4.45534L8.48198 3.6517C8.42431 3.56413 8.34584 3.49223 8.25354 3.44248C8.16128 3.39276 8.05811 3.36671 7.9533 3.36667C7.95326 3.36667 7.95334 3.36667 7.9533 3.36667H5.3333ZM1.3333 4.63334C1.7199 4.63334 2.0333 4.94674 2.0333 5.33334V12.6667C2.0333 12.8346 2.10003 12.9957 2.2188 13.1145C2.33757 13.2333 2.49866 13.3 2.66663 13.3H12C12.3866 13.3 12.7 13.6134 12.7 14C12.7 14.3866 12.3866 14.7 12 14.7H2.66663C2.12736 14.7 1.61017 14.4858 1.22885 14.1045C0.847526 13.7231 0.633301 13.2059 0.633301 12.6667V5.33334C0.633301 4.94674 0.946701 4.63334 1.3333 4.63334Z", fill: "currentColor", }), }), - Np = (e) => - kt("svg", { + bp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5774 2.77425C5.48391 2.72446 5.37942 2.69892 5.2735 2.69996L5.26663 2.70002L2.66663 2.69999C2.49866 2.69999 2.33757 2.76672 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V5.99999C2.0333 6.38659 1.7199 6.69999 1.3333 6.69999C0.946701 6.69999 0.633301 6.38659 0.633301 5.99999V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554C1.61017 1.51422 2.12736 1.29999 2.66663 1.29999H5.26357C5.60233 1.2973 5.93642 1.3793 6.23547 1.53855C6.53433 1.69771 6.78869 1.92897 6.97549 2.21132L7.51795 3.01497C7.57562 3.10253 7.65409 3.17444 7.74639 3.22418C7.83866 3.27391 7.94182 3.29995 8.04663 3.29999C8.04659 3.29999 8.04667 3.29999 8.04663 3.29999H13.3333C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847527 13.0564 0.633301 12.5393 0.633301 12V9.99999C0.633301 9.46072 0.847526 8.94353 1.22885 8.56221C1.61017 8.18088 2.12736 7.96666 2.66663 7.96666H5.64335L4.83833 7.16163C4.56496 6.88827 4.56496 6.44505 4.83833 6.17168C5.11169 5.89832 5.55491 5.89832 5.82828 6.17168L7.82828 8.17168C8.10164 8.44505 8.10164 8.88827 7.82828 9.16163L5.82828 11.1616C5.55491 11.435 5.11169 11.435 4.83833 11.1616C4.56496 10.8883 4.56496 10.4451 4.83833 10.1717L5.64335 9.36666H2.66663C2.49866 9.36666 2.33757 9.43338 2.2188 9.55216C2.10003 9.67093 2.0333 9.83202 2.0333 9.99999V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.3291 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76672 13.5013 4.69999 13.3333 4.69999H8.04663C7.71001 4.69994 7.37854 4.6163 7.08221 4.4566C6.78717 4.2976 6.53602 4.06814 6.3511 3.78866L5.80862 2.98498C5.75037 2.89651 5.6709 2.82404 5.5774 2.77425Z", fill: "currentColor", }), }), - xp = (e) => - kt("svg", { + Mp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5774 2.77425C5.48391 2.72446 5.37942 2.69892 5.2735 2.69996L5.26663 2.70002L2.66663 2.69999C2.49866 2.69999 2.33757 2.76672 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H5.99997C6.38657 12.6333 6.69997 12.9467 6.69997 13.3333C6.69997 13.7199 6.38657 14.0333 5.99997 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847527 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554C1.61017 1.51422 2.12736 1.29999 2.66663 1.29999H5.26357C5.60233 1.2973 5.93642 1.3793 6.23547 1.53855C6.53433 1.69771 6.78869 1.92897 6.97549 2.21132L7.51795 3.01497C7.57562 3.10253 7.65409 3.17444 7.74639 3.22418C7.83866 3.27391 7.94182 3.29995 8.04663 3.29999C8.04659 3.29999 8.04667 3.29999 8.04663 3.29999H13.3333C13.8726 3.29999 14.3898 3.51422 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V5.66666C15.3666 6.05326 15.0532 6.36666 14.6666 6.36666C14.28 6.36666 13.9666 6.05326 13.9666 5.66666V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76672 13.5013 4.69999 13.3333 4.69999H8.04663C7.71001 4.69994 7.37854 4.6163 7.08221 4.4566C6.78717 4.2976 6.53602 4.06814 6.3511 3.78866L5.80862 2.98498C5.75037 2.89651 5.6709 2.82404 5.5774 2.77425ZM7.99997 5.96666C8.38657 5.96666 8.69997 6.28006 8.69997 6.66666V7.61142C9.12991 7.24087 9.63391 6.96468 10.1794 6.80185C10.7948 6.61813 11.4451 6.58404 12.0764 6.7024C12.7076 6.82075 13.3015 7.08815 13.8085 7.48232C14.3156 7.8765 14.7212 8.38607 14.9916 8.96863C15.1543 9.31929 15.002 9.73551 14.6513 9.89827C14.3007 10.061 13.8844 9.90869 13.7217 9.55802C13.5452 9.17767 13.2803 8.84498 12.9493 8.58763C12.6182 8.33027 12.2305 8.15569 11.8184 8.07842C11.4063 8.00114 10.9816 8.0234 10.5798 8.14335C10.2429 8.24393 9.93021 8.41076 9.65976 8.63332H10.6666C11.0532 8.63332 11.3666 8.94672 11.3666 9.33332C11.3666 9.71992 11.0532 10.0333 10.6666 10.0333H7.99997C7.61337 10.0333 7.29997 9.71992 7.29997 9.33332V6.66666C7.29997 6.28006 7.61337 5.96666 7.99997 5.96666ZM11.3 12C11.3 11.6134 11.6134 11.3 12 11.3H14.6666C15.0532 11.3 15.3666 11.6134 15.3666 12V14.6667C15.3666 15.0533 15.0532 15.3667 14.6666 15.3667C14.28 15.3667 13.9666 15.0533 13.9666 14.6667V13.7219C13.5367 14.0924 13.0327 14.3686 12.4872 14.5315C11.8718 14.7152 11.2215 14.7493 10.5902 14.6309C9.95896 14.5126 9.36511 14.2452 8.85805 13.851C8.351 13.4568 7.94541 12.9472 7.67502 12.3647C7.51227 12.014 7.6646 11.5978 8.01527 11.435C8.36594 11.2723 8.78215 11.4246 8.94491 11.7753C9.12144 12.1556 9.38625 12.4883 9.7173 12.7457C10.0484 13.003 10.4361 13.1776 10.8482 13.2549C11.2603 13.3322 11.685 13.3099 12.0868 13.19C12.4237 13.0894 12.7364 12.9226 13.0068 12.7H12C11.6134 12.7 11.3 12.3866 11.3 12Z", fill: "currentColor", }), }), - _p = (e) => - kt("svg", { + Hp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 1.29999C2.38665 1.29999 2.70005 1.61339 2.70005 1.99999V3.33332C2.70005 3.50129 2.76677 3.66238 2.88555 3.78116C3.00432 3.89993 3.16541 3.96665 3.33338 3.96665H5.33338C5.71998 3.96665 6.03338 4.28006 6.03338 4.66665C6.03338 5.05325 5.71998 5.36665 5.33338 5.36665H3.33338C3.11621 5.36665 2.90262 5.33191 2.70005 5.26551V10.6667C2.70005 10.8346 2.76677 10.9957 2.88555 11.1145C3.00432 11.2333 3.16541 11.3 3.33338 11.3H5.33338C5.71998 11.3 6.03338 11.6134 6.03338 12C6.03338 12.3866 5.71998 12.7 5.33338 12.7H3.33338C2.79411 12.7 2.27692 12.4858 1.8956 12.1044C1.51427 11.7231 1.30005 11.2059 1.30005 10.6667V1.99999C1.30005 1.61339 1.61345 1.29999 2.00005 1.29999ZM7.70034 1.70028C7.95664 1.44398 8.30425 1.29999 8.66672 1.29999H10C10.2122 1.29999 10.4215 1.34939 10.6112 1.44427C10.801 1.53915 10.9661 1.67692 11.0934 1.84665L11.6834 2.63332H13.3334C13.6958 2.63332 14.0435 2.77731 14.2998 3.03361C14.5561 3.28991 14.7 3.63753 14.7 3.99999V5.99999C14.7 6.36245 14.5561 6.71007 14.2998 6.96637C14.0435 7.22267 13.6958 7.36665 13.3334 7.36665H8.66672C8.30425 7.36665 7.95664 7.22267 7.70034 6.96637C7.44404 6.71007 7.30005 6.36245 7.30005 5.99999V2.66665C7.30005 2.30419 7.44404 1.95657 7.70034 1.70028ZM11.6934 2.64665C11.6933 2.6466 11.6934 2.64671 11.6934 2.64665V2.64665ZM8.70005 2.69999V5.96665H13.3V4.03332H11.6667C11.4545 4.03332 11.2453 3.98392 11.0555 3.88904C10.8658 3.79415 10.7007 3.65639 10.5734 3.48665L9.98338 2.69999H8.70005ZM9.91907 8.63332C10.1853 8.63268 10.4459 8.70981 10.6689 8.85525C10.8869 8.9974 11.0596 9.19873 11.167 9.43546L11.4295 9.96665H13.3334C13.6958 9.96665 14.0435 10.1106 14.2998 10.3669C14.5561 10.6232 14.7 10.9709 14.7 11.3333V13.3333C14.7 13.6958 14.5561 14.0434 14.2998 14.2997C14.0435 14.556 13.6958 14.7 13.3334 14.7H8.66672C8.30425 14.7 7.95664 14.556 7.70034 14.2997C7.44404 14.0434 7.30005 13.6958 7.30005 13.3333V9.99999C7.30005 9.63752 7.44404 9.28991 7.70034 9.03361C7.95664 8.77731 8.30425 8.63332 8.66672 8.63332H9.91907ZM9.90093 10.0333H8.70005V13.3H13.3V11.3667H11.3909C11.1409 11.3634 10.8965 11.2915 10.6844 11.159C10.4724 11.0264 10.3007 10.8383 10.1882 10.6149L10.1858 10.6101L9.90581 10.0434C9.90416 10.0401 9.90253 10.0367 9.90093 10.0333Z", fill: "currentColor", }), }), - Ap = (e) => - kt("svg", { + Ep = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.89554C1.61017 1.51421 2.12736 1.29999 2.66663 1.29999H5.28663C5.62326 1.30004 5.95472 1.38367 6.25106 1.54337C6.5461 1.70238 6.79724 1.93184 6.98216 2.21132L7.52464 3.015C7.5829 3.10346 7.66237 3.17593 7.75587 3.22572C7.84936 3.27551 7.95385 3.30106 8.05977 3.30002L8.06663 3.29995L13.3333 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554ZM2.66663 2.69999C2.49866 2.69999 2.33757 2.76671 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.329 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.06971C7.73094 4.70268 7.39685 4.62068 7.0978 4.46142C6.79894 4.30227 6.54458 4.07101 6.35777 3.78865L5.81531 2.98501C5.75765 2.89744 5.67918 2.82554 5.58688 2.7758C5.49461 2.72607 5.39144 2.70002 5.28663 2.69999C5.2866 2.69999 5.28667 2.69999 5.28663 2.69999H2.66663ZM7.50499 6.17168C7.77836 5.89831 8.22157 5.89831 8.49494 6.17168L10.4949 8.17168C10.7683 8.44505 10.7683 8.88826 10.4949 9.16163C10.2216 9.435 9.77836 9.435 9.50499 9.16163L8.69997 8.3566V10.6667C8.69997 11.0533 8.38657 11.3667 7.99997 11.3667C7.61337 11.3667 7.29997 11.0533 7.29997 10.6667V8.3566L6.49494 9.16163C6.22157 9.435 5.77836 9.435 5.50499 9.16163C5.23163 8.88826 5.23163 8.44505 5.50499 8.17168L7.50499 6.17168Z", fill: "currentColor", }), }), - Zp = (e) => - kt("svg", { + Rp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.89554C1.61017 1.51421 2.12736 1.29999 2.66663 1.29999H5.28663C5.62326 1.30004 5.95472 1.38367 6.25106 1.54337C6.5461 1.70238 6.79724 1.93184 6.98216 2.21132L7.52464 3.015C7.5829 3.10346 7.66237 3.17593 7.75587 3.22572C7.84936 3.27551 7.95385 3.30106 8.05977 3.30002L8.06663 3.29995L13.3333 3.29999C13.8726 3.29999 14.3898 3.51421 14.7711 3.89554C15.1524 4.27686 15.3666 4.79405 15.3666 5.33332V12C15.3666 12.5393 15.1524 13.0564 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0564 0.633301 12.5393 0.633301 12V3.33332C0.633301 2.79405 0.847526 2.27686 1.22885 1.89554ZM2.66663 2.69999C2.49866 2.69999 2.33757 2.76671 2.2188 2.88549C2.10003 3.00426 2.0333 3.16535 2.0333 3.33332V12C2.0333 12.168 2.10003 12.329 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.329 13.9666 12.168 13.9666 12V5.33332C13.9666 5.16535 13.8999 5.00426 13.7811 4.88549C13.6624 4.76671 13.5013 4.69999 13.3333 4.69999H8.06971C7.73094 4.70268 7.39685 4.62068 7.0978 4.46142C6.79894 4.30227 6.54458 4.07101 6.35777 3.78865L5.81531 2.98501C5.75765 2.89744 5.67918 2.82554 5.58688 2.7758C5.49461 2.72607 5.39144 2.70002 5.28663 2.69999C5.2866 2.69999 5.28667 2.69999 5.28663 2.69999H2.66663ZM5.83833 6.50501C6.11169 6.23165 6.55491 6.23165 6.82828 6.50501L7.99997 7.6767L9.17166 6.50501C9.44503 6.23165 9.88824 6.23165 10.1616 6.50501C10.435 6.77838 10.435 7.22159 10.1616 7.49496L8.98992 8.66665L10.1616 9.83835C10.435 10.1117 10.435 10.5549 10.1616 10.8283C9.88824 11.1017 9.44503 11.1017 9.17166 10.8283L7.99997 9.6566L6.82828 10.8283C6.55491 11.1017 6.11169 11.1017 5.83833 10.8283C5.56496 10.5549 5.56496 10.1117 5.83833 9.83835L7.01002 8.66665L5.83833 7.49496C5.56496 7.22159 5.56496 6.77838 5.83833 6.50501Z", fill: "currentColor", }), }), - Ip = (e) => - kt("svg", { + yp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633362C8.3866 0.633362 8.7 0.946762 8.7 1.33336V2.6667C8.7 3.05329 8.3866 3.3667 8 3.3667C7.6134 3.3667 7.3 3.05329 7.3 2.6667V1.33336C7.3 0.946762 7.6134 0.633362 8 0.633362ZM8 4.63336C8.3866 4.63336 8.7 4.94676 8.7 5.33336V6.66669C8.7 7.05329 8.3866 7.36669 8 7.36669C7.6134 7.36669 7.3 7.05329 7.3 6.66669V5.33336C7.3 4.94676 7.6134 4.63336 8 4.63336ZM2.83836 5.50505C3.11172 5.23169 3.55494 5.23169 3.82831 5.50505L5.82831 7.50505C6.10167 7.77842 6.10167 8.22164 5.82831 8.495L3.82831 10.495C3.55494 10.7684 3.11172 10.7684 2.83836 10.495C2.56499 10.2216 2.56499 9.77842 2.83836 9.50505L3.64338 8.70003H1.33333C0.946732 8.70003 0.633331 8.38663 0.633331 8.00003C0.633331 7.61343 0.946732 7.30003 1.33333 7.30003H3.64338L2.83836 6.495C2.56499 6.22164 2.56499 5.77842 2.83836 5.50505ZM13.1616 5.50505C13.435 5.77842 13.435 6.22164 13.1616 6.495L12.3566 7.30003H14.6667C15.0533 7.30003 15.3667 7.61343 15.3667 8.00003C15.3667 8.38663 15.0533 8.70003 14.6667 8.70003H12.3566L13.1616 9.50505C13.435 9.77842 13.435 10.2216 13.1616 10.495C12.8883 10.7684 12.4451 10.7684 12.1717 10.495L10.1717 8.495C9.89832 8.22164 9.89832 7.77842 10.1717 7.50505L12.1717 5.50505C12.4451 5.23169 12.8883 5.23169 13.1616 5.50505ZM8 8.63336C8.3866 8.63336 8.7 8.94676 8.7 9.33336V10.6667C8.7 11.0533 8.3866 11.3667 8 11.3667C7.6134 11.3667 7.3 11.0533 7.3 10.6667V9.33336C7.3 8.94676 7.6134 8.63336 8 8.63336ZM8 12.6334C8.3866 12.6334 8.7 12.9468 8.7 13.3334V14.6667C8.7 15.0533 8.3866 15.3667 8 15.3667C7.6134 15.3667 7.3 15.0533 7.3 14.6667V13.3334C7.3 12.9468 7.6134 12.6334 8 12.6334Z", fill: "currentColor", }), }), - kp = (e) => - kt("svg", { + Vp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633362C8.3866 0.633362 8.7 0.946762 8.7 1.33336V3.64341L9.50502 2.83839C9.77839 2.56502 10.2216 2.56502 10.495 2.83839C10.7683 3.11175 10.7683 3.55497 10.495 3.82834L8.49497 5.82834C8.22161 6.1017 7.77839 6.1017 7.50502 5.82834L5.50502 3.82834C5.23166 3.55497 5.23166 3.11175 5.50502 2.83839C5.77839 2.56502 6.22161 2.56502 6.49497 2.83839L7.3 3.64341V1.33336C7.3 0.946762 7.6134 0.633362 8 0.633362ZM0.633331 8.00003C0.633331 7.61343 0.946732 7.30003 1.33333 7.30003H2.66666C3.05326 7.30003 3.36666 7.61343 3.36666 8.00003C3.36666 8.38663 3.05326 8.70003 2.66666 8.70003H1.33333C0.946732 8.70003 0.633331 8.38663 0.633331 8.00003ZM4.63333 8.00003C4.63333 7.61343 4.94673 7.30003 5.33333 7.30003H6.66666C7.05326 7.30003 7.36666 7.61343 7.36666 8.00003C7.36666 8.38663 7.05326 8.70003 6.66666 8.70003H5.33333C4.94673 8.70003 4.63333 8.38663 4.63333 8.00003ZM8.63333 8.00003C8.63333 7.61343 8.94673 7.30003 9.33333 7.30003H10.6667C11.0533 7.30003 11.3667 7.61343 11.3667 8.00003C11.3667 8.38663 11.0533 8.70003 10.6667 8.70003H9.33333C8.94673 8.70003 8.63333 8.38663 8.63333 8.00003ZM12.6333 8.00003C12.6333 7.61343 12.9467 7.30003 13.3333 7.30003H14.6667C15.0533 7.30003 15.3667 7.61343 15.3667 8.00003C15.3667 8.38663 15.0533 8.70003 14.6667 8.70003H13.3333C12.9467 8.70003 12.6333 8.38663 12.6333 8.00003ZM5.50502 12.1717L7.50502 10.1717C7.77839 9.89835 8.22161 9.89835 8.49497 10.1717L10.495 12.1717C10.7683 12.4451 10.7683 12.8883 10.495 13.1617C10.2216 13.435 9.77839 13.435 9.50502 13.1617L8.7 12.3566V14.6667C8.7 15.0533 8.3866 15.3667 8 15.3667C7.6134 15.3667 7.3 15.0533 7.3 14.6667V12.3566L6.49497 13.1617C6.22161 13.435 5.77839 13.435 5.50502 13.1617C5.23166 12.8883 5.23166 12.4451 5.50502 12.1717Z", fill: "currentColor", }), }), - Op = (e) => - kt("svg", { + Tp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.34398 3.03164C2.93082 3.67494 2.70877 4.5408 2.69994 5.34108L2.69994 5.34176C2.69126 6.06445 2.83182 6.56412 2.99506 7.09647C3.00474 7.12803 3.01455 7.15985 3.02446 7.19196C3.09804 7.43049 3.17658 7.6851 3.23984 7.96669H4.82588C4.96007 7.41518 5.14527 6.89558 5.31795 6.41112C5.32552 6.3899 5.33306 6.36874 5.34057 6.34765C5.67947 5.39618 5.96665 4.56394 5.96665 3.6667C5.96665 3.16839 5.87149 2.72462 5.69808 2.43099C5.54834 2.17743 5.34787 2.03336 4.99999 2.03336C4.29346 2.03336 3.74705 2.40403 3.34398 3.03164ZM4.63404 9.36669H3.36665V10.6667C3.36665 10.8347 3.43338 10.9958 3.55215 11.1145C3.67093 11.2333 3.83202 11.3 3.99999 11.3C4.16796 11.3 4.32905 11.2333 4.44782 11.1145C4.56659 10.9958 4.63332 10.8347 4.63332 10.6667V9.45336C4.63332 9.42441 4.63356 9.39552 4.63404 9.36669ZM2.166 2.27509C2.75626 1.35603 3.69984 0.633362 4.99999 0.633362C5.89877 0.633362 6.53163 1.08929 6.90356 1.71907C7.25182 2.30877 7.36665 3.03167 7.36665 3.6667C7.36665 4.83202 6.99408 5.8779 6.66842 6.79211L6.6594 6.81741C6.31869 7.77395 6.03332 8.58796 6.03332 9.45336V10.6667C6.03332 11.206 5.81909 11.7232 5.43777 12.1045C5.05645 12.4858 4.53926 12.7 3.99999 12.7C3.46071 12.7 2.94353 12.4858 2.5622 12.1045C2.18088 11.7232 1.96665 11.206 1.96665 10.6667V9.08003C1.96665 8.51644 1.83986 8.10366 1.67643 7.57158C1.66987 7.55022 1.66325 7.52867 1.65658 7.50692C1.48151 6.936 1.28876 6.2691 1.30003 5.3253C1.31126 4.31234 1.58589 3.17834 2.166 2.27509ZM1.30003 5.3253C1.30003 5.32519 1.30004 5.32508 1.30004 5.32496L1.99999 5.33336L1.30003 5.32564C1.30003 5.32553 1.30003 5.32541 1.30003 5.3253ZM9.09641 4.38574C9.46834 3.75596 10.1012 3.30003 11 3.30003C12.3001 3.30003 13.2437 4.02269 13.834 4.94175C14.414 5.84491 14.6886 6.97875 14.6999 7.99163M9.09641 4.38574C8.74816 4.97544 8.63332 5.69833 8.63332 6.33336L9.09641 4.38574ZM10.3019 5.09765C10.1285 5.39129 10.0333 5.83506 10.0333 6.33336C10.0333 7.2306 10.3205 8.06284 10.6594 9.01432C10.6669 9.03541 10.6745 9.05656 10.682 9.07778C10.8547 9.56224 11.0399 10.0818 11.1741 10.6334H12.7601C12.8234 10.3518 12.9019 10.0972 12.9755 9.85863C12.9854 9.82651 12.9952 9.79469 13.0049 9.76314C13.1682 9.23079 13.3087 8.73112 13.3 8.00843L13.3 8.00775C13.2912 7.20746 13.0692 6.34161 12.656 5.6983C12.2529 5.0707 11.7065 4.70003 11 4.70003C10.6521 4.70003 10.4516 4.8441 10.3019 5.09765ZM12.6333 12.0334H11.3659C11.3664 12.0622 11.3667 12.0911 11.3667 12.12V13.3334C11.3667 13.5013 11.4334 13.6624 11.5522 13.7812C11.6709 13.9 11.832 13.9667 12 13.9667C12.168 13.9667 12.329 13.9 12.4478 13.7812C12.5666 13.6624 12.6333 13.5013 12.6333 13.3334V12.0334ZM8.63332 6.33336C8.63332 7.49869 9.00589 8.54457 9.33156 9.45878L8.63332 6.33336ZM9.33156 9.45878L9.34057 9.48407L9.33156 9.45878ZM9.34057 9.48407C9.68128 10.4406 9.96665 11.2546 9.96665 12.12L9.34057 9.48407ZM14.3235 10.2382C14.1601 10.7703 14.0333 11.1831 14.0333 11.7467V13.3334C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1525 12.5393 15.3667 12 15.3667C11.4607 15.3667 10.9435 15.1525 10.5622 14.7711C10.1809 14.3898 9.96665 13.8726 9.96665 13.3334V12.12M14.3235 10.2382C14.3301 10.2169 14.3367 10.1953 14.3434 10.1736L14.3235 10.2382ZM14.3434 10.1736C14.5184 9.60274 14.7112 8.93593 14.6999 7.99231L14.3434 10.1736Z", fill: "currentColor", }), }), - Bp = (e) => - kt("svg", { + Sp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6667 0.633362C11.0533 0.633362 11.3667 0.946762 11.3667 1.33336V6.66588C11.3667 6.66642 11.3667 6.66697 11.3667 6.66751V11.9667H14.6667C15.0533 11.9667 15.3667 12.2801 15.3667 12.6667C15.3667 13.0533 15.0533 13.3667 14.6667 13.3667H10.6667C10.6367 13.3667 10.6073 13.3648 10.5783 13.3612C10.2945 14.1422 9.54574 14.7 8.66667 14.7C7.78967 14.7 7.04235 14.1448 6.75703 13.3667H5.33333C5.30341 13.3667 5.27392 13.3648 5.24498 13.3612C4.96119 14.1422 4.21241 14.7 3.33333 14.7C2.21035 14.7 1.3 13.7897 1.3 12.6667V9.33336C1.3 8.79409 1.51422 8.2769 1.89555 7.89558C2.26901 7.52212 2.77279 7.30893 3.3 7.3003V4.6667C3.3 3.54676 4.2134 2.63336 5.33333 2.63336H7.33333C7.51898 2.63336 7.69703 2.70711 7.82831 2.83839L9.96667 4.97675V1.33336C9.96667 0.946762 10.2801 0.633362 10.6667 0.633362ZM9.96667 6.95665L7.04338 4.03336H5.33333C4.9866 4.03336 4.7 4.31996 4.7 4.6667V7.30003H8C8.3866 7.30003 8.7 7.61343 8.7 8.00003C8.7 8.38663 8.3866 8.70003 8 8.70003H3.33333C3.16536 8.70003 3.00427 8.76675 2.8855 8.88553C2.76673 9.0043 2.7 9.16539 2.7 9.33336V10.7339C2.89931 10.6687 3.1122 10.6334 3.33333 10.6334C4.21241 10.6334 4.96119 11.1912 5.24498 11.9722C5.27392 11.9686 5.30341 11.9667 5.33333 11.9667H6.75703C7.04235 11.1886 7.78967 10.6334 8.66667 10.6334C9.16106 10.6334 9.61423 10.8098 9.96667 11.1032V6.95665ZM2.7 12.6667C2.7 13.0165 2.98355 13.3 3.33333 13.3C3.68311 13.3 3.96667 13.0165 3.96667 12.6667C3.96667 12.3169 3.68311 12.0334 3.33333 12.0334C2.98355 12.0334 2.7 12.3169 2.7 12.6667ZM8.66667 12.0334C8.31689 12.0334 8.03333 12.3169 8.03333 12.6667C8.03333 13.0165 8.31689 13.3 8.66667 13.3C9.01645 13.3 9.3 13.0165 9.3 12.6667C9.3 12.3169 9.01645 12.0334 8.66667 12.0334Z", fill: "currentColor", }), }), - Dp = (e) => - kt("svg", { + Np = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.50503 4.1717C9.77839 3.89833 10.2216 3.89833 10.495 4.1717L13.8283 7.50503C14.1017 7.7784 14.1017 8.22162 13.8283 8.49498L10.495 11.8283C10.2216 12.1017 9.77839 12.1017 9.50503 11.8283C9.23166 11.5549 9.23166 11.1117 9.50503 10.8384L11.6434 8.70001H5.33333C4.81174 8.70001 4.31151 8.90721 3.94269 9.27603C3.57387 9.64485 3.36667 10.1451 3.36667 10.6667V12C3.36667 12.3866 3.05327 12.7 2.66667 12.7C2.28007 12.7 1.96667 12.3866 1.96667 12V10.6667C1.96667 9.77378 2.32137 8.91745 2.95274 8.28608C3.58411 7.65471 4.44044 7.30001 5.33333 7.30001H11.6434L9.50503 5.16165C9.23166 4.88828 9.23166 4.44507 9.50503 4.1717Z", fill: "currentColor", }), }), - Pp = (e) => - kt("svg", { + xp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0.633362C4.3866 0.633362 4.7 0.946762 4.7 1.33336V3.30003H11.3V1.33336C11.3 0.946762 11.6134 0.633362 12 0.633362C12.3866 0.633362 12.7 0.946762 12.7 1.33336V3.30003H14.6667C15.0533 3.30003 15.3667 3.61343 15.3667 4.00003C15.3667 4.38663 15.0533 4.70003 14.6667 4.70003H12.7V11.3H14.6667C15.0533 11.3 15.3667 11.6134 15.3667 12C15.3667 12.3866 15.0533 12.7 14.6667 12.7H12.7V14.6667C12.7 15.0533 12.3866 15.3667 12 15.3667C11.6134 15.3667 11.3 15.0533 11.3 14.6667V12.7H4.7V14.6667C4.7 15.0533 4.3866 15.3667 4 15.3667C3.6134 15.3667 3.3 15.0533 3.3 14.6667V12.7H1.33333C0.946732 12.7 0.633331 12.3866 0.633331 12C0.633331 11.6134 0.946732 11.3 1.33333 11.3H3.3V4.70003H1.33333C0.946732 4.70003 0.633331 4.38663 0.633331 4.00003C0.633331 3.61343 0.946732 3.30003 1.33333 3.30003H3.3V1.33336C3.3 0.946762 3.6134 0.633362 4 0.633362ZM4.7 4.70003V11.3H11.3V4.70003H4.7Z", fill: "currentColor", }), }), - Fp = (e) => - kt("svg", { + _p = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.68662 1.06548C2.79497 0.803911 3.05021 0.633362 3.33334 0.633362H12.6667C13.0533 0.633362 13.3667 0.946762 13.3667 1.33336V6.00003C13.3667 6.38663 13.0533 6.70003 12.6667 6.70003H9.68995L13.1616 10.1717C13.3618 10.3719 13.4217 10.673 13.3134 10.9346C13.205 11.1961 12.9498 11.3667 12.6667 11.3667H8.7V15.3334C8.7 15.6165 8.52945 15.8717 8.26788 15.9801C8.00631 16.0884 7.70523 16.0285 7.50503 15.8283L2.83836 11.1617C2.70709 11.0304 2.63334 10.8523 2.63334 10.6667V6.00003C2.63334 5.61343 2.94674 5.30003 3.33334 5.30003H6.31005L2.83836 1.82834C2.63816 1.62814 2.57827 1.32706 2.68662 1.06548ZM8.28995 5.30003H11.9667V2.03336H5.02329L8.28995 5.30003ZM7.71005 6.70003H4.03334V9.96669H10.9767L7.71005 6.70003ZM5.02329 11.3667L7.3 13.6434V11.3667H5.02329Z", fill: "currentColor", }), }), - Up = (e) => - kt("svg", { + Ap = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.03336C4.7047 2.03336 2.03333 4.70473 2.03333 8.00003C2.03333 11.2953 4.7047 13.9667 8 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8.00003C13.9667 4.70473 11.2953 2.03336 8 2.03336ZM0.633331 8.00003C0.633331 3.93153 3.9315 0.633362 8 0.633362C12.0685 0.633362 15.3667 3.93153 15.3667 8.00003C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633331 12.0685 0.633331 8.00003ZM5.3 6.00003C5.3 5.61343 5.6134 5.30003 6 5.30003H6.00666C6.39326 5.30003 6.70666 5.61343 6.70666 6.00003C6.70666 6.38663 6.39326 6.70003 6.00666 6.70003H6C5.6134 6.70003 5.3 6.38663 5.3 6.00003ZM9.3 6.00003C9.3 5.61343 9.6134 5.30003 10 5.30003H10.0067C10.3933 5.30003 10.7067 5.61343 10.7067 6.00003C10.7067 6.38663 10.3933 6.70003 10.0067 6.70003H10C9.6134 6.70003 9.3 6.38663 9.3 6.00003ZM5.62994 9.43391C6.16558 9.04436 6.97379 8.63336 8 8.63336C9.0262 8.63336 9.83441 9.04436 10.3701 9.43391C10.6392 9.62967 10.8473 9.82537 10.9898 9.97403C11.0613 10.0487 11.1171 10.1123 11.1566 10.1594C11.1764 10.183 11.1922 10.2025 11.2039 10.2172L11.2183 10.2357L11.2233 10.2422L11.2252 10.2447L11.226 10.2458C11.2261 10.246 11.2267 10.2467 10.6964 10.6444L11.2267 10.2467C11.4586 10.556 11.3959 10.9947 11.0867 11.2267C10.7784 11.4579 10.3415 11.3964 10.109 11.0898C10.1082 11.0888 10.1074 11.0877 10.1067 11.0867L10.6667 10.6667C10.1067 11.0867 10.1065 11.0865 10.1067 11.0867L10.1073 11.0875L10.109 11.0898L10.1067 11.0867C10.1029 11.0819 10.0951 11.0723 10.0843 11.0594C10.0626 11.0336 10.0273 10.9931 9.97898 10.9427C9.88186 10.8414 9.73577 10.7037 9.54661 10.5661C9.16558 10.289 8.64046 10.0334 8 10.0334C7.35954 10.0334 6.83441 10.289 6.45338 10.5661C6.26422 10.7037 6.11813 10.8414 6.02101 10.9427C5.97274 10.9931 5.93741 11.0336 5.91574 11.0594C5.90492 11.0723 5.89758 11.0814 5.8938 11.0862L5.8914 11.0893L5.89219 11.0882M5.62994 9.43391C5.36078 9.62967 5.15269 9.82537 5.01023 9.97403L5.62994 9.43391ZM5.01023 9.97403C4.93871 10.0487 4.88289 10.1123 4.84337 10.1594L5.01023 9.97403ZM4.84337 10.1594C4.82359 10.183 4.80782 10.2025 4.79614 10.2172L4.84337 10.1594ZM4.79614 10.2172L4.78166 10.2357L4.79614 10.2172ZM4.78166 10.2357L4.77673 10.2422L4.78166 10.2357ZM4.77673 10.2422L4.77484 10.2447L4.77673 10.2422ZM4.77484 10.2447L4.77404 10.2458L4.77484 10.2447ZM4.77404 10.2458C4.77386 10.246 4.77333 10.2467 5.33333 10.6667L4.77404 10.2458ZM5.33333 10.6667L4.77333 10.2467C4.54137 10.556 4.60405 10.9947 4.91333 11.2267C5.22159 11.4579 5.65884 11.3959 5.8914 11.0893", fill: "currentColor", }), }), - zp = (e) => - kt("svg", { + Zp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5622 1.22891C2.94353 0.847587 3.46071 0.633362 3.99999 0.633362H7.99999C8.53926 0.633362 9.05645 0.847587 9.43777 1.22891C9.8191 1.61023 10.0333 2.12742 10.0333 2.6667V7.96669H10.6667C11.2059 7.96669 11.7231 8.18092 12.1044 8.56224C12.4858 8.94357 12.7 9.46075 12.7 10V11.3334C12.7 11.5013 12.7667 11.6624 12.8855 11.7812C13.0043 11.9 13.1654 11.9667 13.3333 11.9667C13.5013 11.9667 13.6624 11.9 13.7812 11.7812C13.8999 11.6624 13.9667 11.5013 13.9667 11.3334V6.55336C13.9667 6.46979 13.9502 6.38648 13.9182 6.3093C13.8861 6.23213 13.8391 6.16206 13.7798 6.10314L13.7783 6.10167L11.505 3.82834C11.2316 3.55497 11.2316 3.11175 11.505 2.83839C11.7784 2.56502 12.2216 2.56502 12.495 2.83839L14.7668 5.11025C14.7671 5.11055 14.7674 5.11084 14.7677 5.11114C14.9576 5.30011 15.1082 5.52475 15.211 5.77213C15.314 6.01991 15.3669 6.28561 15.3667 6.55392V11.3334C15.3667 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1525 13.8726 13.3667 13.3333 13.3667C12.794 13.3667 12.2769 13.1525 11.8955 12.7711C11.5142 12.3898 11.3 11.8726 11.3 11.3334V10C11.3 9.83206 11.2333 9.67097 11.1145 9.55219C10.9957 9.43342 10.8346 9.36669 10.6667 9.36669H10.0333V13.9675C10.4044 13.9849 10.7 14.2913 10.7 14.6667C10.7 15.0533 10.3866 15.3667 9.99999 15.3667H1.99999C1.61339 15.3667 1.29999 15.0533 1.29999 14.6667C1.29999 14.2913 1.59553 13.9849 1.96665 13.9675V2.6667C1.96665 2.12742 2.18088 1.61024 2.5622 1.22891ZM3.36665 6.70003V13.9667H8.63332V6.70003H3.36665ZM8.63332 5.30003H3.36665V2.6667C3.36665 2.49872 3.43338 2.33763 3.55215 2.21886C3.67093 2.10009 3.83202 2.03336 3.99999 2.03336H7.99999C8.16796 2.03336 8.32905 2.10009 8.44782 2.21886C8.5666 2.33763 8.63332 2.49873 8.63332 2.6667V5.30003Z", fill: "currentColor", }), }), - Gp = (e) => - kt("svg", { + Ip = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.69999C3.16535 2.69999 3.00426 2.76671 2.88549 2.88549C2.76671 3.00426 2.69999 3.16535 2.69999 3.33332V4.66665C2.69999 5.05325 2.38659 5.36665 1.99999 5.36665C1.61339 5.36665 1.29999 5.05325 1.29999 4.66665V3.33332C1.29999 2.79405 1.51421 2.27686 1.89554 1.89554C2.27686 1.51421 2.79405 1.29999 3.33332 1.29999H4.66665C5.05325 1.29999 5.36665 1.61339 5.36665 1.99999C5.36665 2.38659 5.05325 2.69999 4.66665 2.69999H3.33332ZM10.6333 1.99999C10.6333 1.61339 10.9467 1.29999 11.3333 1.29999H12.6667C13.2059 1.29999 13.7231 1.51421 14.1044 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V4.66665C14.7 5.05325 14.3866 5.36665 14 5.36665C13.6134 5.36665 13.3 5.05325 13.3 4.66665V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9957 2.76671 12.8346 2.69999 12.6667 2.69999H11.3333C10.9467 2.69999 10.6333 2.38659 10.6333 1.99999ZM5.36665 6.03332V9.96665H10.6333V6.03332H5.36665ZM3.96665 5.99999C3.96665 5.2452 4.57853 4.63332 5.33332 4.63332H10.6667C11.4214 4.63332 12.0333 5.2452 12.0333 5.99999V9.99999C12.0333 10.7548 11.4214 11.3667 10.6667 11.3667H5.33332C4.57853 11.3667 3.96665 10.7548 3.96665 9.99999V5.99999ZM1.99999 10.6333C2.38659 10.6333 2.69999 10.9467 2.69999 11.3333V12.6667C2.69999 12.8346 2.76671 12.9957 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6134 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1044C1.51421 13.7231 1.29999 13.2059 1.29999 12.6667V11.3333C1.29999 10.9467 1.61339 10.6333 1.99999 10.6333ZM14 10.6333C14.3866 10.6333 14.7 10.9467 14.7 11.3333V12.6667C14.7 13.2059 14.4858 13.7231 14.1044 14.1044C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6134 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V11.3333C13.3 10.9467 13.6134 10.6333 14 10.6333Z", fill: "currentColor", }), }), - $p = (e) => - kt("svg", { + kp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.69999C7.65022 2.69999 7.36666 2.98354 7.36666 3.33332V12.6667C7.36666 13.0164 7.65022 13.3 8 13.3H13.3333C13.6831 13.3 13.9667 13.0164 13.9667 12.6667V3.33332C13.9667 2.98354 13.6831 2.69999 13.3333 2.69999H8ZM5.96666 3.33332C5.96666 2.21034 6.87702 1.29999 8 1.29999H13.3333C14.4563 1.29999 15.3667 2.21034 15.3667 3.33332V12.6667C15.3667 13.7896 14.4563 14.7 13.3333 14.7H8C6.87702 14.7 5.96666 13.7896 5.96666 12.6667V3.33332ZM4 2.63332C4.3866 2.63332 4.7 2.94672 4.7 3.33332V12.6667C4.7 13.0533 4.3866 13.3667 4 13.3667C3.6134 13.3667 3.3 13.0533 3.3 12.6667V3.33332C3.3 2.94672 3.6134 2.63332 4 2.63332ZM1.33333 3.96665C1.71993 3.96665 2.03333 4.28006 2.03333 4.66665V11.3333C2.03333 11.7199 1.71993 12.0333 1.33333 12.0333C0.946732 12.0333 0.633331 11.7199 0.633331 11.3333V4.66665C0.633331 4.28006 0.946732 3.96665 1.33333 3.96665Z", fill: "currentColor", }), }), - Wp = (e) => - kt("svg", { + Op = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.33333 1.29999C1.71993 1.29999 2.03333 1.61339 2.03333 1.99999V14C2.03333 14.3866 1.71993 14.7 1.33333 14.7C0.946732 14.7 0.633331 14.3866 0.633331 14V1.99999C0.633331 1.61339 0.946732 1.29999 1.33333 1.29999ZM5.33333 2.69999C4.98355 2.69999 4.7 2.98354 4.7 3.33332V12.6667C4.7 13.0164 4.98355 13.3 5.33333 13.3H10.6667C11.0164 13.3 11.3 13.0164 11.3 12.6667V3.33332C11.3 2.98354 11.0164 2.69999 10.6667 2.69999H5.33333ZM3.3 3.33332C3.3 2.21034 4.21035 1.29999 5.33333 1.29999H10.6667C11.7896 1.29999 12.7 2.21034 12.7 3.33332V12.6667C12.7 13.7896 11.7896 14.7 10.6667 14.7H5.33333C4.21035 14.7 3.3 13.7896 3.3 12.6667V3.33332ZM14.6667 1.29999C15.0533 1.29999 15.3667 1.61339 15.3667 1.99999V14C15.3667 14.3866 15.0533 14.7 14.6667 14.7C14.2801 14.7 13.9667 14.3866 13.9667 14V1.99999C13.9667 1.61339 14.2801 1.29999 14.6667 1.29999Z", fill: "currentColor", }), }), - jp = (e) => - kt("svg", { + Bp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.69999C2.98354 2.69999 2.69999 2.98354 2.69999 3.33332V9.99999C2.69999 10.3498 2.98354 10.6333 3.33332 10.6333H12.6667C13.0164 10.6333 13.3 10.3498 13.3 9.99999V3.33332C13.3 2.98354 13.0164 2.69999 12.6667 2.69999H3.33332ZM1.29999 3.33332C1.29999 2.21034 2.21034 1.29999 3.33332 1.29999H12.6667C13.7896 1.29999 14.7 2.21034 14.7 3.33332V9.99999C14.7 11.123 13.7896 12.0333 12.6667 12.0333H3.33332C2.21034 12.0333 1.29999 11.123 1.29999 9.99999V3.33332ZM1.96665 14C1.96665 13.6134 2.28006 13.3 2.66665 13.3H3.33332C3.71992 13.3 4.03332 13.6134 4.03332 14C4.03332 14.3866 3.71992 14.7 3.33332 14.7H2.66665C2.28006 14.7 1.96665 14.3866 1.96665 14ZM5.29999 14C5.29999 13.6134 5.61339 13.3 5.99999 13.3H6.66665C7.05325 13.3 7.36665 13.6134 7.36665 14C7.36665 14.3866 7.05325 14.7 6.66665 14.7H5.99999C5.61339 14.7 5.29999 14.3866 5.29999 14ZM8.63332 14C8.63332 13.6134 8.94672 13.3 9.33332 13.3H9.99999C10.3866 13.3 10.7 13.6134 10.7 14C10.7 14.3866 10.3866 14.7 9.99999 14.7H9.33332C8.94672 14.7 8.63332 14.3866 8.63332 14ZM11.9667 14C11.9667 13.6134 12.2801 13.3 12.6667 13.3H13.3333C13.7199 13.3 14.0333 13.6134 14.0333 14C14.0333 14.3866 13.7199 14.7 13.3333 14.7H12.6667C12.2801 14.7 11.9667 14.3866 11.9667 14Z", fill: "currentColor", }), }), - qp = (e) => - kt("svg", { + Dp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.96665 1.33336C3.96665 0.946762 4.28006 0.633362 4.66665 0.633362H11.3333C11.7199 0.633362 12.0333 0.946762 12.0333 1.33336C12.0333 1.71996 11.7199 2.03336 11.3333 2.03336H4.66665C4.28006 2.03336 3.96665 1.71996 3.96665 1.33336ZM2.63332 4.00003C2.63332 3.61343 2.94672 3.30003 3.33332 3.30003H12.6667C13.0533 3.30003 13.3667 3.61343 13.3667 4.00003C13.3667 4.38663 13.0533 4.70003 12.6667 4.70003H3.33332C2.94672 4.70003 2.63332 4.38663 2.63332 4.00003ZM3.33332 7.36669C2.98354 7.36669 2.69999 7.65025 2.69999 8.00003V13.3334C2.69999 13.6831 2.98354 13.9667 3.33332 13.9667H12.6667C13.0164 13.9667 13.3 13.6831 13.3 13.3334V8.00003C13.3 7.65025 13.0164 7.36669 12.6667 7.36669H3.33332ZM1.29999 8.00003C1.29999 6.87705 2.21034 5.96669 3.33332 5.96669H12.6667C13.7896 5.96669 14.7 6.87705 14.7 8.00003V13.3334C14.7 14.4563 13.7896 15.3667 12.6667 15.3667H3.33332C2.21034 15.3667 1.29999 14.4563 1.29999 13.3334V8.00003Z", fill: "currentColor", }), }), - Yp = (e) => - kt("svg", { + Pp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 1.33336C1.29999 0.946762 1.61339 0.633362 1.99999 0.633362H14C14.3866 0.633362 14.7 0.946762 14.7 1.33336C14.7 1.71996 14.3866 2.03336 14 2.03336H1.99999C1.61339 2.03336 1.29999 1.71996 1.29999 1.33336ZM3.33332 4.70003C2.98354 4.70003 2.69999 4.98358 2.69999 5.33336V10.6667C2.69999 11.0165 2.98354 11.3 3.33332 11.3H12.6667C13.0164 11.3 13.3 11.0165 13.3 10.6667V5.33336C13.3 4.98358 13.0164 4.70003 12.6667 4.70003H3.33332ZM1.29999 5.33336C1.29999 4.21038 2.21034 3.30003 3.33332 3.30003H12.6667C13.7896 3.30003 14.7 4.21038 14.7 5.33336V10.6667C14.7 11.7897 13.7896 12.7 12.6667 12.7H3.33332C2.21034 12.7 1.29999 11.7897 1.29999 10.6667V5.33336ZM1.29999 14.6667C1.29999 14.2801 1.61339 13.9667 1.99999 13.9667H14C14.3866 13.9667 14.7 14.2801 14.7 14.6667C14.7 15.0533 14.3866 15.3667 14 15.3667H1.99999C1.61339 15.3667 1.29999 15.0533 1.29999 14.6667Z", fill: "currentColor", }), }), - Kp = (e) => - kt("svg", { + Fp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1984 3.50067C2.81682 2.94257 3.62018 2.63356 4.4532 2.63336H11.5467C12.3798 2.63358 13.1835 2.94271 13.8019 3.50098C14.4191 4.05807 14.8082 4.82375 14.8945 5.6505C14.8989 5.68797 14.8999 5.69984 14.9005 5.70743C14.9011 5.71394 14.9014 5.7173 14.9033 5.73097L14.9052 5.74449L14.9055 5.74848C14.9581 6.18576 15.3667 9.58596 15.3667 10.6667C15.3667 11.3828 15.0822 12.0695 14.5759 12.5759C14.0695 13.0822 13.3828 13.3667 12.6667 13.3667C11.7093 13.3667 11.1972 12.8541 10.8564 12.5131C10.8504 12.507 10.8443 12.501 10.8384 12.495L9.89572 11.5523C9.77701 11.4336 9.61593 11.3668 9.44803 11.3667M4.45336 4.03336C3.96681 4.03352 3.49758 4.21402 3.13637 4.54001C2.77511 4.86602 2.54755 5.3144 2.49767 5.79845L2.4968 5.80694C2.49581 5.81553 2.49501 5.82272 2.49389 5.83359C2.4934 5.83834 2.49284 5.84378 2.49216 5.85035C2.49036 5.8675 2.48787 5.89072 2.48442 5.9166C2.42481 6.41276 2.03336 9.6948 2.03336 10.6667C2.03336 11.0115 2.17033 11.3421 2.41412 11.5859C2.65792 11.8297 2.98858 11.9667 3.33336 11.9667C3.69225 11.9667 3.84574 11.831 4.17172 11.5051L5.11431 10.5625C5.11429 10.5625 5.11434 10.5624 5.11431 10.5625C5.49554 10.1812 6.01268 9.96681 6.55188 9.96669H9.44803C9.98722 9.96681 10.5044 10.1811 10.8857 10.5624C10.8856 10.5624 10.8857 10.5624 10.8857 10.5624L11.8283 11.5051C12.1543 11.831 12.3078 11.9667 12.6667 11.9667C13.0115 11.9667 13.3421 11.8297 13.5859 11.5859C13.8297 11.3421 13.9667 11.0115 13.9667 10.6667C13.9667 9.69478 13.5758 6.41706 13.5158 5.91758C13.5122 5.8912 13.5097 5.86744 13.5079 5.85068C13.5073 5.8445 13.5067 5.83936 13.5063 5.83492C13.5051 5.82376 13.5044 5.81702 13.5035 5.80915L13.5023 5.79894C13.4525 5.31481 13.2251 4.86631 12.8638 4.54019C12.5026 4.21411 12.0333 4.03353 11.5467 4.03336M4.45336 4.03336C4.45331 4.03336 4.45342 4.03336 4.45336 4.03336V4.03336ZM11.5467 4.03336H4.45336H11.5467ZM2.1984 3.50067C1.58107 4.05779 1.1918 4.82362 1.1055 5.65058L2.1984 3.50067ZM1.1055 5.65058C1.10166 5.68411 1.10043 5.69737 1.09961 5.70625C1.09884 5.71459 1.09842 5.71906 1.09653 5.73284L1.09465 5.74769C1.04249 6.18167 0.633362 9.58597 0.633362 10.6667C0.633362 11.3828 0.917825 12.0695 1.42417 12.5759C1.93052 13.0822 2.61728 13.3667 3.33336 13.3667C4.29076 13.3667 4.80289 12.8541 5.14363 12.5131C5.1497 12.507 5.15571 12.501 5.16167 12.495L6.10434 11.5523C6.22305 11.4336 6.38413 11.3668 6.55203 11.3667C6.55198 11.3667 6.55208 11.3667 6.55203 11.3667H9.44803M5.33336 5.30003C5.71996 5.30003 6.03336 5.61343 6.03336 6.00003V6.63336H6.66669C7.05329 6.63336 7.36669 6.94676 7.36669 7.33336C7.36669 7.71996 7.05329 8.03336 6.66669 8.03336H6.03336V8.66669C6.03336 9.05329 5.71996 9.36669 5.33336 9.36669C4.94676 9.36669 4.63336 9.05329 4.63336 8.66669V8.03336H4.00003C3.61343 8.03336 3.30003 7.71996 3.30003 7.33336C3.30003 6.94676 3.61343 6.63336 4.00003 6.63336H4.63336V6.00003C4.63336 5.61343 4.94676 5.30003 5.33336 5.30003ZM11.3 6.66669C11.3 6.2801 11.6134 5.9667 12 5.9667H12.0067C12.3933 5.9667 12.7067 6.2801 12.7067 6.66669C12.7067 7.05329 12.3933 7.36669 12.0067 7.36669H12C11.6134 7.36669 11.3 7.05329 11.3 6.66669ZM9.30003 8.00003C9.30003 7.61343 9.61343 7.30003 10 7.30003H10.0067C10.3933 7.30003 10.7067 7.61343 10.7067 8.00003C10.7067 8.38663 10.3933 8.70003 10.0067 8.70003H10C9.61343 8.70003 9.30003 8.38663 9.30003 8.00003Z", fill: "currentColor", }), }), - Xp = (e) => - kt("svg", { + Up = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 4.69999C2.31691 4.69999 2.03336 4.98354 2.03336 5.33332V10.6667C2.03336 11.0164 2.31691 11.3 2.6667 11.3H13.3334C13.6831 11.3 13.9667 11.0164 13.9667 10.6667V5.33332C13.9667 4.98354 13.6831 4.69999 13.3334 4.69999H2.6667ZM0.633362 5.33332C0.633362 4.21034 1.54372 3.29999 2.6667 3.29999H13.3334C14.4563 3.29999 15.3667 4.21034 15.3667 5.33332V10.6667C15.3667 11.7896 14.4563 12.7 13.3334 12.7H2.6667C1.54372 12.7 0.633362 11.7896 0.633362 10.6667V5.33332ZM5.33336 5.96665C5.71996 5.96665 6.03336 6.28006 6.03336 6.66665V7.29999H6.66669C7.05329 7.29999 7.36669 7.61339 7.36669 7.99999C7.36669 8.38659 7.05329 8.69999 6.66669 8.69999H6.03336V9.33332C6.03336 9.71992 5.71996 10.0333 5.33336 10.0333C4.94676 10.0333 4.63336 9.71992 4.63336 9.33332V8.69999H4.00003C3.61343 8.69999 3.30003 8.38659 3.30003 7.99999C3.30003 7.61339 3.61343 7.29999 4.00003 7.29999H4.63336V6.66665C4.63336 6.28006 4.94676 5.96665 5.33336 5.96665ZM11.3 7.33332C11.3 6.94672 11.6134 6.63332 12 6.63332H12.0067C12.3933 6.63332 12.7067 6.94672 12.7067 7.33332C12.7067 7.71992 12.3933 8.03332 12.0067 8.03332H12C11.6134 8.03332 11.3 7.71992 11.3 7.33332ZM9.30003 8.66665C9.30003 8.28006 9.61343 7.96665 10 7.96665H10.0067C10.3933 7.96665 10.7067 8.28006 10.7067 8.66665C10.7067 9.05325 10.3933 9.36665 10.0067 9.36665H10C9.61343 9.36665 9.30003 9.05325 9.30003 8.66665Z", fill: "currentColor", }), }), - Qp = (e) => - kt("svg", { + zp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.63332 3.99999C4.63332 3.61339 4.94672 3.29999 5.33332 3.29999H12C12.3866 3.29999 12.7 3.61339 12.7 3.99999C12.7 4.38659 12.3866 4.69999 12 4.69999H5.33332C4.94672 4.69999 4.63332 4.38659 4.63332 3.99999ZM3.29999 7.99999C3.29999 7.61339 3.61339 7.29999 3.99999 7.29999H9.99999C10.3866 7.29999 10.7 7.61339 10.7 7.99999C10.7 8.38659 10.3866 8.69999 9.99999 8.69999H3.99999C3.61339 8.69999 3.29999 8.38659 3.29999 7.99999ZM6.63332 12C6.63332 11.6134 6.94672 11.3 7.33332 11.3H12C12.3866 11.3 12.7 11.6134 12.7 12C12.7 12.3866 12.3866 12.7 12 12.7H7.33332C6.94672 12.7 6.63332 12.3866 6.63332 12Z", fill: "currentColor", }), }), - Jp = (e) => - kt("svg", { + Gp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 3.36637C6.95263 3.36637 5.92369 3.64208 5.01663 4.16579C4.10957 4.6895 3.35634 5.44275 2.83267 6.34983C2.30899 7.25692 2.03332 8.28587 2.03336 9.33326C2.0334 10.3807 2.30915 11.4096 2.8329 12.3166C3.02621 12.6514 2.91152 13.0795 2.57673 13.2729C2.24193 13.4662 1.81381 13.3515 1.6205 13.0167C0.973862 11.8968 0.633411 10.6265 0.633362 9.33332C0.633313 8.04016 0.973667 6.76978 1.62021 5.64986C2.26676 4.52995 3.19672 3.59995 4.31661 2.95336C5.43651 2.30677 6.70688 1.96637 8.00003 1.96637C9.29318 1.96637 10.5635 2.30677 11.6834 2.95336C12.8033 3.59995 13.7333 4.52995 14.3798 5.64986C15.0264 6.76978 15.3667 8.04016 15.3667 9.33332C15.3666 10.6265 15.0262 11.8968 14.3796 13.0167C14.1862 13.3515 13.7581 13.4662 13.4233 13.2729C13.0885 13.0795 12.9738 12.6514 13.1672 12.3166C13.6909 11.4096 13.9667 10.3807 13.9667 9.33326C13.9667 8.28587 13.6911 7.25692 13.1674 6.34983C12.6437 5.44275 11.8905 4.6895 10.9834 4.16579C10.0764 3.64208 9.04742 3.36637 8.00003 3.36637ZM11.1617 6.17169C11.435 6.44505 11.435 6.88827 11.1617 7.16164L8.495 9.8283C8.22164 10.1017 7.77842 10.1017 7.50505 9.8283C7.23169 9.55494 7.23169 9.11172 7.50505 8.83835L10.1717 6.17169C10.4451 5.89832 10.8883 5.89832 11.1617 6.17169Z", fill: "currentColor", }), }), - em = (e) => - kt("svg", { + $p = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.82831 0.838387C10.1017 1.11175 10.1017 1.55497 9.82831 1.82834L9.65661 2.00003L14 6.34341L14.1717 6.17172C14.4451 5.89835 14.8883 5.89835 15.1616 6.17172C15.435 6.44509 15.435 6.8883 15.1616 7.16167L11.829 10.4943C11.8288 10.4945 11.8292 10.4941 11.829 10.4943C11.8288 10.4945 11.8278 10.4955 11.8276 10.4957L11.1616 11.1617C10.8883 11.435 10.4451 11.435 10.1717 11.1617C9.89832 10.8883 9.89832 10.4451 10.1717 10.1717L10.3434 10L9.66666 9.32331L4.8283 14.1617C4.43181 14.5582 3.89405 14.7809 3.33333 14.7809C2.77261 14.7809 2.23485 14.5582 1.83835 14.1617C1.44186 13.7652 1.21912 13.2274 1.21912 12.6667C1.21912 12.106 1.44186 11.5682 1.83836 11.1717L6.67671 6.33336L6 5.65664L5.8283 5.82834C5.55494 6.1017 5.11172 6.1017 4.83836 5.82834C4.56499 5.55497 4.56499 5.11175 4.83836 4.83839L5.5048 4.17194L8.17139 1.50535L8.83836 0.838387C9.11172 0.56502 9.55494 0.56502 9.82831 0.838387ZM8.66666 2.98998L6.98995 4.6667L8.16122 5.83797C8.16108 5.83783 8.16136 5.83811 8.16122 5.83797C8.16136 5.83811 8.16192 5.83866 8.16205 5.8388L11.3333 9.01008L13.01 7.33336L8.66666 2.98998ZM8.67671 8.33336L7.66666 7.32331L2.8283 12.1617C2.69436 12.2956 2.61912 12.4773 2.61912 12.6667C2.61912 12.8561 2.69436 13.0378 2.8283 13.1717C2.96225 13.3057 3.14391 13.3809 3.33333 13.3809C3.52275 13.3809 3.70441 13.3057 3.83836 13.1717L8.67671 8.33336Z", fill: "currentColor", }), }), - tm = (e) => - kt("svg", { + Wp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.31922 1.30002H3.99997C3.76592 1.30002 3.54736 1.41699 3.41753 1.61173L0.750867 5.61173C0.584499 5.86128 0.595598 6.18909 0.778465 6.42682L7.44513 15.0935C7.57764 15.2657 7.78264 15.3667 7.99997 15.3667C8.2173 15.3667 8.4223 15.2657 8.5548 15.0935L15.2215 6.42682C15.4043 6.18909 15.4154 5.86128 15.2491 5.61173L12.5824 1.61173C12.4526 1.41699 12.234 1.30002 12 1.30002H8.68072C8.67098 1.29981 8.66123 1.29981 8.65147 1.30002H7.34847C7.3387 1.29981 7.32895 1.29981 7.31922 1.30002ZM8.23401 2.70002H7.76592L6.46592 5.30002H9.53401L8.23401 2.70002ZM9.79926 2.70002L11.0993 5.30002H13.3587L11.6253 2.70002H9.79926ZM13.245 6.70002H11.1836L9.80937 11.1664L13.245 6.70002ZM7.99997 12.2864L9.71886 6.70002H6.28107L7.99997 12.2864ZM4.90068 5.30002L6.20068 2.70002H4.3746L2.64126 5.30002H4.90068ZM2.75491 6.70002H4.8163L6.19056 11.1664L2.75491 6.70002Z", fill: "currentColor", }), }), - nm = (e) => - kt("svg", { + jp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.7338 2.40048C4.86527 1.26901 6.39987 0.633362 8.00001 0.633362C9.60015 0.633362 11.1347 1.26901 12.2662 2.40048C13.3977 3.53195 14.0333 5.06656 14.0333 6.66669V14.6667C14.0333 14.9498 13.8628 15.2051 13.6012 15.3134C13.3396 15.4218 13.0386 15.3619 12.8384 15.1617L11.3333 13.6566L10.1616 14.8283C9.88828 15.1017 9.44507 15.1017 9.1717 14.8283L8.00001 13.6566L6.82832 14.8283C6.55495 15.1017 6.11173 15.1017 5.83837 14.8283L4.66667 13.6566L3.16165 15.1617C2.96145 15.3619 2.66037 15.4218 2.3988 15.3134C2.13722 15.2051 1.96667 14.9498 1.96667 14.6667V6.66669C1.96667 5.06656 2.60233 3.53195 3.7338 2.40048ZM8.00001 2.03336C6.77117 2.03336 5.59267 2.52152 4.72375 3.39043C3.85483 4.25935 3.36667 5.43786 3.36667 6.66669V12.9767L4.1717 12.1717C4.44507 11.8984 4.88828 11.8984 5.16165 12.1717L6.33334 13.3434L7.50503 12.1717C7.7784 11.8984 8.22162 11.8984 8.49498 12.1717L9.66667 13.3434L10.8384 12.1717C11.1117 11.8984 11.5549 11.8984 11.8283 12.1717L12.6333 12.9767V6.66669C12.6333 5.43786 12.1452 4.25935 11.2763 3.39043C10.4074 2.52152 9.22884 2.03336 8.00001 2.03336ZM5.30001 6.66669C5.30001 6.2801 5.61341 5.96669 6.00001 5.96669H6.00667C6.39327 5.96669 6.70668 6.2801 6.70668 6.66669C6.70668 7.05329 6.39327 7.36669 6.00667 7.36669H6.00001C5.61341 7.36669 5.30001 7.05329 5.30001 6.66669ZM9.30001 6.66669C9.30001 6.2801 9.61341 5.96669 10 5.96669H10.0067C10.3933 5.96669 10.7067 6.2801 10.7067 6.66669C10.7067 7.05329 10.3933 7.36669 10.0067 7.36669H10C9.61341 7.36669 9.30001 7.05329 9.30001 6.66669Z", fill: "currentColor", }), }), - rm = (e) => - kt("svg", { + qp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.28823 3.36369C5.85292 2.88001 5.40475 2.69303 5.01224 2.69987L5.00005 2.70009C4.74367 2.70009 4.4978 2.80182 4.31651 2.98311C4.13523 3.16439 4.03338 3.41027 4.03338 3.66665C4.03338 3.92302 4.13523 4.1689 4.31651 4.35018C4.4978 4.53147 4.74367 4.63331 5.00005 4.63331H7.04564C6.83847 4.1158 6.57805 3.68571 6.28823 3.36369ZM7.30005 6.03331V7.29998H2.70005V6.03331H7.30005ZM2.8398 4.63331C2.705 4.33207 2.63338 4.00305 2.63338 3.66665C2.63338 3.03897 2.88273 2.437 3.32656 1.99316C3.76895 1.55078 4.36843 1.30161 4.99388 1.29999C5.88525 1.28648 6.69531 1.72321 7.32885 2.42714C7.58051 2.70677 7.80478 3.02804 8.00005 3.38145C8.19531 3.02804 8.41959 2.70677 8.67125 2.42714C9.30479 1.72321 10.1148 1.28648 11.0062 1.29999C11.6317 1.30161 12.2312 1.55078 12.6735 1.99316C13.1174 2.437 13.3667 3.03897 13.3667 3.66665C13.3667 4.00305 13.2951 4.33207 13.1603 4.63331H13.3334C14.0882 4.63331 14.7 5.24519 14.7 5.99998V7.33331C14.7 8.07696 14.1061 8.68188 13.3667 8.69958V12.6666C13.3667 13.2059 13.1525 13.7231 12.7712 14.1044C12.3898 14.4858 11.8727 14.7 11.3334 14.7H4.66672C4.12744 14.7 3.61026 14.4858 3.22893 14.1044C2.84761 13.7231 2.63338 13.2059 2.63338 12.6666V8.69958C1.89399 8.68188 1.30005 8.07696 1.30005 7.33331V5.99998C1.30005 5.24519 1.91193 4.63331 2.66672 4.63331H2.8398ZM4.03338 8.69998V12.6666C4.03338 12.8346 4.10011 12.9957 4.21888 13.1145C4.33765 13.2333 4.49875 13.3 4.66672 13.3H7.30005V8.69998H4.03338ZM8.70005 8.69998V13.3H11.3334C11.5014 13.3 11.6624 13.2333 11.7812 13.1145C11.9 12.9957 11.9667 12.8346 11.9667 12.6666V8.69998H8.70005ZM13.3 7.29998V6.03331H8.70005V7.29998H13.3ZM11 4.63331C11.2564 4.63331 11.5023 4.53147 11.6836 4.35018C11.8649 4.1689 11.9667 3.92302 11.9667 3.66665C11.9667 3.41027 11.8649 3.16439 11.6836 2.98311C11.5023 2.80182 11.2564 2.69998 11 2.69998H10.9879C10.5953 2.69314 10.1472 2.88001 9.71186 3.36369C9.42205 3.68571 9.16163 4.1158 8.95446 4.63331H11Z", fill: "currentColor", }), }), - om = (e) => - kt("svg", { + Yp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 1.29999C4.38665 1.29999 4.70005 1.61339 4.70005 1.99999V9.39161C5.61728 9.63715 6.34195 10.3536 6.5991 11.266C7.78427 11.1313 8.89601 10.5994 9.74771 9.74765C10.5994 8.89595 11.1313 7.78421 11.2661 6.59904C10.1316 6.27931 9.30005 5.23676 9.30005 3.99999C9.30005 2.50882 10.5089 1.29999 12 1.29999C13.4912 1.29999 14.7 2.50882 14.7 3.99999C14.7 5.25928 13.8379 6.31722 12.6717 6.61578C12.5286 8.16687 11.8482 9.62709 10.7377 10.7376C9.62715 11.8481 8.16693 12.5285 6.61584 12.6716C6.31728 13.8379 5.25934 14.7 4.00005 14.7C2.50888 14.7 1.30005 13.4912 1.30005 12C1.30005 10.7509 2.14823 9.69995 3.30005 9.39161V1.99999C3.30005 1.61339 3.61345 1.29999 4.00005 1.29999ZM12 2.69999C11.2821 2.69999 10.7 3.28202 10.7 3.99999C10.7 4.71796 11.2821 5.29999 12 5.29999C12.718 5.29999 13.3 4.71796 13.3 3.99999C13.3 3.28202 12.718 2.69999 12 2.69999ZM4.00005 10.7C3.28208 10.7 2.70005 11.282 2.70005 12C2.70005 12.718 3.28208 13.3 4.00005 13.3C4.71802 13.3 5.30005 12.718 5.30005 12C5.30005 11.282 4.71802 10.7 4.00005 10.7Z", fill: "currentColor", }), }), - im = (e) => - kt("svg", { + Kp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 1.29999C4.38665 1.29999 4.70005 1.61339 4.70005 1.99999V5.90117C4.87287 5.67771 5.06054 5.46426 5.26243 5.26237C6.37311 4.15169 7.83359 3.47124 9.38493 3.32826C9.50422 2.86393 9.74611 2.43555 10.0909 2.0908C10.5972 1.58445 11.284 1.29999 12 1.29999C12.7161 1.29999 13.4029 1.58445 13.9092 2.0908C14.4156 2.59715 14.7 3.2839 14.7 3.99999C14.7 4.71607 14.4156 5.40283 13.9092 5.90918C13.4029 6.41552 12.7161 6.69999 12 6.69999C11.284 6.69999 10.5972 6.41552 10.0909 5.90918C9.76154 5.57986 9.52608 5.17423 9.40169 4.73385C8.21626 4.86851 7.10426 5.40045 6.25238 6.25232C5.40051 7.10419 4.86858 8.2162 4.73391 9.40163C5.17429 9.52602 5.57992 9.76148 5.90924 10.0908C6.41559 10.5971 6.70005 11.2839 6.70005 12C6.70005 12.7161 6.41559 13.4028 5.90924 13.9092C5.40289 14.4155 4.71613 14.7 4.00005 14.7C3.28396 14.7 2.59721 14.4155 2.09086 13.9092C1.58451 13.4028 1.30005 12.7161 1.30005 12C1.30005 11.2839 1.58451 10.5971 2.09086 10.0908C2.4286 9.75306 2.84661 9.51403 3.30005 9.3923V1.99999C3.30005 1.61339 3.61345 1.29999 4.00005 1.29999ZM12 2.69999C11.6553 2.69999 11.3246 2.83695 11.0808 3.08075C10.837 3.32455 10.7 3.65521 10.7 3.99999C10.7 4.34477 10.837 4.67543 11.0808 4.91923C11.3246 5.16302 11.6553 5.29999 12 5.29999C12.3448 5.29999 12.6755 5.16302 12.9193 4.91923C13.1631 4.67543 13.3 4.34477 13.3 3.99999C13.3 3.65521 13.1631 3.32455 12.9193 3.08075C12.6755 2.83695 12.3448 2.69999 12 2.69999ZM4.00005 10.7C3.65527 10.7 3.32461 10.837 3.08081 11.0807C2.83701 11.3245 2.70005 11.6552 2.70005 12C2.70005 12.3448 2.83701 12.6754 3.08081 12.9192C3.32461 13.163 3.65527 13.3 4.00005 13.3C4.34483 13.3 4.67549 13.163 4.91929 12.9192C5.16309 12.6754 5.30005 12.3448 5.30005 12C5.30005 11.6552 5.16309 11.3245 4.91929 11.0807C4.67549 10.837 4.34483 10.7 4.00005 10.7ZM12 9.29999C12.3866 9.29999 12.7 9.61339 12.7 9.99999V11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H12.7V14C12.7 14.3866 12.3866 14.7 12 14.7C11.6135 14.7 11.3 14.3866 11.3 14V12.7H10C9.61345 12.7 9.30005 12.3866 9.30005 12C9.30005 11.6134 9.61345 11.3 10 11.3H11.3V9.99999C11.3 9.61339 11.6135 9.29999 12 9.29999Z", fill: "currentColor", }), }), - lm = (e) => - kt("svg", { + Xp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 6.69999C7.28208 6.69999 6.70005 7.28202 6.70005 7.99999C6.70005 8.71796 7.28208 9.29999 8.00005 9.29999C8.71802 9.29999 9.30005 8.71796 9.30005 7.99999C9.30005 7.28202 8.71802 6.69999 8.00005 6.69999ZM5.39167 7.29999C5.70001 6.14817 6.75098 5.29999 8.00005 5.29999C9.24912 5.29999 10.3001 6.14817 10.6084 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H10.6084C10.3001 9.85181 9.24912 10.7 8.00005 10.7C6.75098 10.7 5.70001 9.85181 5.39167 8.69999H2.00005C1.61345 8.69999 1.30005 8.38659 1.30005 7.99999C1.30005 7.61339 1.61345 7.29999 2.00005 7.29999H5.39167Z", fill: "currentColor", }), }), - am = (e) => - kt("svg", { + Qp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 1.29999C8.38665 1.29999 8.70005 1.61339 8.70005 1.99999V5.39161C9.85187 5.69995 10.7 6.75092 10.7 7.99999C10.7 9.24906 9.85187 10.3 8.70005 10.6084V14C8.70005 14.3866 8.38665 14.7 8.00005 14.7C7.61345 14.7 7.30005 14.3866 7.30005 14V10.6084C6.14823 10.3 5.30005 9.24906 5.30005 7.99999C5.30005 6.75092 6.14823 5.69995 7.30005 5.39161V1.99999C7.30005 1.61339 7.61345 1.29999 8.00005 1.29999ZM8.00005 6.69999C7.28208 6.69999 6.70005 7.28202 6.70005 7.99999C6.70005 8.71796 7.28208 9.29999 8.00005 9.29999C8.71802 9.29999 9.30005 8.71796 9.30005 7.99999C9.30005 7.28202 8.71802 6.69999 8.00005 6.69999Z", fill: "currentColor", }), }), - Cm = (e) => - kt("svg", { + Jp = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3333 2.69999C2.61533 2.69999 2.0333 3.28202 2.0333 3.99999C2.0333 4.71796 2.61533 5.29999 3.3333 5.29999C4.05127 5.29999 4.6333 4.71796 4.6333 3.99999C4.6333 3.28202 4.05127 2.69999 3.3333 2.69999ZM0.633301 3.99999C0.633301 2.50882 1.84213 1.29999 3.3333 1.29999C4.82447 1.29999 6.0333 2.50882 6.0333 3.99999C6.0333 5.24906 5.18512 6.30003 4.0333 6.60836V10.6667C4.0333 10.8346 4.10003 10.9957 4.2188 11.1145C4.33757 11.2333 4.49866 11.3 4.66663 11.3H6.31002L5.50499 10.495C5.23163 10.2216 5.23163 9.77838 5.50499 9.50501C5.77836 9.23165 6.22157 9.23165 6.49494 9.50501L8.49494 11.505C8.76831 11.7784 8.76831 12.2216 8.49494 12.495L6.49494 14.495C6.22157 14.7683 5.77836 14.7683 5.50499 14.495C5.23163 14.2216 5.23163 13.7784 5.50499 13.505L6.31002 12.7H4.66663C4.12736 12.7 3.61017 12.4858 3.22885 12.1044C2.84753 11.7231 2.6333 11.2059 2.6333 10.6667V6.60836C1.48148 6.30003 0.633301 5.24906 0.633301 3.99999ZM10.4949 1.50501C10.7683 1.77838 10.7683 2.2216 10.4949 2.49496L9.68992 3.29999H11.3333C11.8726 3.29999 12.3898 3.51421 12.7711 3.89554C13.1524 4.27686 13.3666 4.79405 13.3666 5.33332V9.39161C14.5185 9.69995 15.3666 10.7509 15.3666 12C15.3666 13.4912 14.1578 14.7 12.6666 14.7C11.1755 14.7 9.96663 13.4912 9.96663 12C9.96663 10.7509 10.8148 9.69995 11.9666 9.39161V5.33332C11.9666 5.16535 11.8999 5.00426 11.7811 4.88549C11.6624 4.76671 11.5013 4.69999 11.3333 4.69999H9.68992L10.4949 5.50501C10.7683 5.77838 10.7683 6.2216 10.4949 6.49496C10.2216 6.76833 9.77836 6.76833 9.50499 6.49496L7.50499 4.49496C7.23163 4.2216 7.23163 3.77838 7.50499 3.50501L9.50499 1.50501C9.77836 1.23165 10.2216 1.23165 10.4949 1.50501ZM12.6666 10.7C11.9487 10.7 11.3666 11.282 11.3666 12C11.3666 12.718 11.9487 13.3 12.6666 13.3C13.3846 13.3 13.9666 12.718 13.9666 12C13.9666 11.282 13.3846 10.7 12.6666 10.7Z", fill: "currentColor", }), }), - sm = (e) => - kt("svg", { + em = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 2.69999C3.28208 2.69999 2.70005 3.28202 2.70005 3.99999C2.70005 4.71796 3.28208 5.29999 4.00005 5.29999C4.71802 5.29999 5.30005 4.71796 5.30005 3.99999C5.30005 3.28202 4.71802 2.69999 4.00005 2.69999ZM1.30005 3.99999C1.30005 2.50882 2.50888 1.29999 4.00005 1.29999C5.49122 1.29999 6.70005 2.50882 6.70005 3.99999C6.70005 5.24906 5.85187 6.30003 4.70005 6.60836V10.6667C4.70005 10.8346 4.76677 10.9957 4.88555 11.1145C5.00432 11.2333 5.16541 11.3 5.33338 11.3H7.33338C7.71998 11.3 8.03338 11.6134 8.03338 12C8.03338 12.3866 7.71998 12.7 7.33338 12.7H5.33338C4.79411 12.7 4.27692 12.4858 3.8956 12.1044C3.51427 11.7231 3.30005 11.2059 3.30005 10.6667V6.60836C2.14823 6.30003 1.30005 5.24906 1.30005 3.99999ZM7.96672 3.99999C7.96672 3.61339 8.28012 3.29999 8.66672 3.29999H10.6667C11.206 3.29999 11.7232 3.51421 12.1045 3.89554C12.4858 4.27686 12.7 4.79405 12.7 5.33332V9.39161C13.8519 9.69995 14.7 10.7509 14.7 12C14.7 13.4912 13.4912 14.7 12 14.7C10.5089 14.7 9.30005 13.4912 9.30005 12C9.30005 10.7509 10.1482 9.69995 11.3 9.39161V5.33332C11.3 5.16535 11.2333 5.00426 11.1145 4.88549C10.9958 4.76671 10.8347 4.69999 10.6667 4.69999H8.66672C8.28012 4.69999 7.96672 4.38659 7.96672 3.99999ZM12 10.7C11.2821 10.7 10.7 11.282 10.7 12C10.7 12.718 11.2821 13.3 12 13.3C12.718 13.3 13.3 12.718 13.3 12C13.3 11.282 12.718 10.7 12 10.7Z", fill: "currentColor", }), }), - cm = (e) => - kt("svg", { + tm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 2.69999C3.28208 2.69999 2.70005 3.28202 2.70005 3.99999C2.70005 4.71796 3.28208 5.29999 4.00005 5.29999C4.71802 5.29999 5.30005 4.71796 5.30005 3.99999C5.30005 3.28202 4.71802 2.69999 4.00005 2.69999ZM1.30005 3.99999C1.30005 2.50882 2.50888 1.29999 4.00005 1.29999C5.49122 1.29999 6.70005 2.50882 6.70005 3.99999C6.70005 5.24906 5.85187 6.30003 4.70005 6.60836V7.29999H11.3V6.60836C10.1482 6.30003 9.30005 5.24906 9.30005 3.99999C9.30005 2.50882 10.5089 1.29999 12 1.29999C13.4912 1.29999 14.7 2.50882 14.7 3.99999C14.7 5.24906 13.8519 6.30003 12.7 6.60836V7.33332C12.7 7.69239 12.5773 8.04602 12.3117 8.31163C12.0461 8.57724 11.6925 8.69999 11.3334 8.69999H8.70005V9.39161C9.85187 9.69995 10.7 10.7509 10.7 12C10.7 13.4912 9.49122 14.7 8.00005 14.7C6.50888 14.7 5.30005 13.4912 5.30005 12C5.30005 10.7509 6.14823 9.69995 7.30005 9.39161V8.69999H4.66672C4.30764 8.69999 3.95402 8.57724 3.68841 8.31163C3.4228 8.04602 3.30005 7.69239 3.30005 7.33332V6.60836C2.14823 6.30003 1.30005 5.24906 1.30005 3.99999ZM12 2.69999C11.2821 2.69999 10.7 3.28202 10.7 3.99999C10.7 4.71796 11.2821 5.29999 12 5.29999C12.718 5.29999 13.3 4.71796 13.3 3.99999C13.3 3.28202 12.718 2.69999 12 2.69999ZM8.00005 10.7C7.28208 10.7 6.70005 11.282 6.70005 12C6.70005 12.718 7.28208 13.3 8.00005 13.3C8.71802 13.3 9.30005 12.718 9.30005 12C9.30005 11.282 8.71802 10.7 8.00005 10.7Z", fill: "currentColor", }), }), - dm = (e) => - kt("svg", { + nm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3333 2.69999C2.61533 2.69999 2.0333 3.28202 2.0333 3.99999C2.0333 4.71796 2.61533 5.29999 3.3333 5.29999C4.05127 5.29999 4.6333 4.71796 4.6333 3.99999C4.6333 3.28202 4.05127 2.69999 3.3333 2.69999ZM0.633301 3.99999C0.633301 2.50882 1.84213 1.29999 3.3333 1.29999C4.82447 1.29999 6.0333 2.50882 6.0333 3.99999C6.0333 5.24906 5.18512 6.30003 4.0333 6.60836V9.39161C5.18512 9.69995 6.0333 10.7509 6.0333 12C6.0333 13.4912 4.82447 14.7 3.3333 14.7C1.84213 14.7 0.633301 13.4912 0.633301 12C0.633301 10.7509 1.48148 9.69995 2.6333 9.39161V6.60836C1.48148 6.30003 0.633301 5.24906 0.633301 3.99999ZM7.99997 1.29999C8.38657 1.29999 8.69997 1.61339 8.69997 1.99999V14C8.69997 14.3866 8.38657 14.7 7.99997 14.7C7.61337 14.7 7.29997 14.3866 7.29997 14V1.99999C7.29997 1.61339 7.61337 1.29999 7.99997 1.29999ZM12.6666 2.69999C11.9487 2.69999 11.3666 3.28202 11.3666 3.99999C11.3666 4.71796 11.9487 5.29999 12.6666 5.29999C13.3846 5.29999 13.9666 4.71796 13.9666 3.99999C13.9666 3.28202 13.3846 2.69999 12.6666 2.69999ZM9.96663 3.99999C9.96663 2.50882 11.1755 1.29999 12.6666 1.29999C14.1578 1.29999 15.3666 2.50882 15.3666 3.99999C15.3666 5.25947 14.5043 6.31754 13.3378 6.61592C13.2698 7.3458 13.0823 8.061 12.7816 8.73257C12.3968 9.59199 11.8352 10.3606 11.1333 10.9884C10.8451 11.2461 10.4026 11.2215 10.1449 10.9333C9.88715 10.6452 9.91181 10.2026 10.2 9.94491C10.7552 9.44832 11.1995 8.84028 11.5039 8.16044C11.7262 7.66384 11.8703 7.13707 11.9321 6.59886C10.7979 6.27893 9.96663 5.23653 9.96663 3.99999ZM3.3333 10.7C2.61533 10.7 2.0333 11.282 2.0333 12C2.0333 12.718 2.61533 13.3 3.3333 13.3C4.05127 13.3 4.6333 12.718 4.6333 12C4.6333 11.282 4.05127 10.7 3.3333 10.7Z", fill: "currentColor", }), }), - um = (e) => - kt("svg", { + rm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3333 0.633362V1.33336C3.3333 0.633362 3.33382 0.633362 3.33433 0.633363L3.33538 0.633365L3.33752 0.633374L3.34199 0.633414L3.35166 0.633584L3.37389 0.634374C3.39 0.635129 3.40867 0.636382 3.42989 0.638371C3.47234 0.642351 3.52484 0.649264 3.5873 0.660976C3.71235 0.684423 3.87638 0.726916 4.07909 0.802931C4.43563 0.936635 4.91044 1.17349 5.5038 1.5918C7.15477 1.31388 8.84516 1.31388 10.4961 1.5918C11.0895 1.17349 11.5643 0.936635 11.9208 0.802931C12.1236 0.726916 12.2876 0.684423 12.4126 0.660976C12.4751 0.649264 12.5276 0.642351 12.57 0.638371C12.5913 0.636382 12.6099 0.635129 12.626 0.634374L12.6483 0.633584L12.6579 0.633414L12.6624 0.633374L12.6646 0.633365L12.6656 0.633363C12.6661 0.633362 12.6666 0.633362 12.6666 1.33336V0.633362C12.9894 0.633362 13.2704 0.854115 13.3468 1.16776C13.5352 1.94167 13.5571 2.74534 13.4123 3.52615C13.8688 4.27507 14.085 5.14273 14.0333 6.02228C14.0226 8.37464 12.3287 9.82564 10.4577 10.2421C10.6764 10.8083 10.7617 11.4227 10.7 12.0369V14.6667C10.7 15.0533 10.3866 15.3667 9.99997 15.3667C9.61337 15.3667 9.29997 15.0533 9.29997 14.6667V12C9.29997 11.9742 9.3014 11.9484 9.30424 11.9228C9.3767 11.2703 9.18962 10.6155 8.78341 10.0998C8.6175 9.88922 8.58647 9.60231 8.70354 9.36109C8.8206 9.11986 9.06517 8.96669 9.3333 8.96669C11.0716 8.96669 12.6333 7.83268 12.6333 6.00003C12.6333 5.98511 12.6338 5.9702 12.6347 5.95532C12.6778 5.28249 12.4898 4.62232 12.0974 4.07409C11.9788 3.90835 11.9383 3.69913 11.9865 3.5011C12.0863 3.09105 12.1239 2.66991 12.0993 2.2515C11.8437 2.37858 11.5061 2.57874 11.0866 2.89336C10.9293 3.01136 10.7296 3.05773 10.5364 3.02114C8.86245 2.7041 7.13749 2.7041 5.46356 3.02114C5.27034 3.05773 5.07063 3.01136 4.9133 2.89336C4.4888 2.57499 4.14817 2.37383 3.89151 2.247C3.86448 2.66311 3.90419 3.08196 4.01063 3.49C4.06313 3.69125 4.02342 3.90543 3.90225 4.07449C3.51117 4.62013 3.32135 5.28448 3.36514 5.95437C3.36614 5.96957 3.36663 5.9848 3.36663 6.00003C3.36663 7.83268 4.92831 8.96669 6.66663 8.96669C6.9354 8.96669 7.18044 9.12058 7.29717 9.36268C7.4139 9.60477 7.38171 9.89233 7.21433 10.1026C7.01085 10.3583 6.86098 10.6486 6.77346 10.9575C6.68527 11.2688 6.65894 11.5972 6.69555 11.9215C6.69849 11.9476 6.69997 11.9738 6.69997 12V14.6667C6.69997 15.0533 6.38657 15.3667 5.99997 15.3667C5.61337 15.3667 5.29997 15.0533 5.29997 14.6667V12.9763C4.86715 13.0758 4.46914 13.097 4.09841 13.0482C3.45742 12.9637 2.97626 12.6799 2.60149 12.3797C2.41794 12.2326 2.25497 12.0776 2.11597 11.9429C2.09258 11.9202 2.07009 11.8984 2.04834 11.8773C1.93361 11.7658 1.83956 11.6744 1.74438 11.5921C1.51901 11.3973 1.41087 11.3667 1.3333 11.3667C0.946701 11.3667 0.633301 11.0533 0.633301 10.6667C0.633301 10.2801 0.946701 9.96669 1.3333 9.96669C1.9224 9.96669 2.35509 10.2694 2.65993 10.533C2.78892 10.6445 2.91715 10.7692 3.03094 10.8799C3.05113 10.8996 3.07088 10.9188 3.09008 10.9374C3.22528 11.0683 3.34825 11.1841 3.47678 11.287C3.72617 11.4868 3.97377 11.6197 4.28132 11.6602C4.52105 11.6918 4.8427 11.6731 5.28105 11.5291C5.28991 11.2076 5.33829 10.8871 5.42648 10.5759C5.45864 10.4624 5.49602 10.3507 5.53839 10.2412C3.66907 9.82371 1.97752 8.37324 1.96669 6.02274C1.9141 5.14637 2.131 4.27739 2.58442 3.53118C2.42892 2.74507 2.45276 1.93562 2.65597 1.15667C2.73638 0.848435 3.01475 0.633362 3.3333 0.633362Z", fill: "currentColor", }), }), - pm = (e) => - kt("svg", { + om = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.80943 1.30006C4.03389 1.29196 4.25439 1.3634 4.43171 1.50232C4.45955 1.52413 4.48569 1.54801 4.50992 1.57377C4.61485 1.68533 4.69207 1.81983 4.73556 1.9664L6.05121 5.91335H9.95144L11.297 1.94205C11.3015 1.92891 11.3063 1.91591 11.3116 1.90306C11.3796 1.73562 11.4927 1.59026 11.6382 1.48306L11.653 1.47244C11.8189 1.35682 12.017 1.29651 12.2192 1.30013C12.2463 1.30061 12.2734 1.30267 12.3003 1.3063C12.491 1.33203 12.6691 1.41485 12.8114 1.54323C12.9363 1.6464 13.0339 1.77914 13.0951 1.92973C13.1008 1.94371 13.1061 1.95787 13.1108 1.97219L15.332 8.64226C15.4147 8.8951 15.4091 9.16857 15.316 9.4178C15.2268 9.6566 15.0624 9.85957 14.848 9.99637L8.40526 14.5708C8.16298 14.7428 7.83849 14.7431 7.59588 14.5716L1.10344 9.98083C0.898359 9.83269 0.745682 9.62317 0.66742 9.38259C0.589158 9.14201 0.589382 8.88277 0.668058 8.64233L0.669715 8.63726L2.9164 1.94394C2.92103 1.93016 2.92608 1.91653 2.93155 1.90306C2.99962 1.73562 3.11268 1.59026 3.25822 1.48306L3.27305 1.47244C3.43076 1.3625 3.61765 1.30257 3.80943 1.30006ZM3.82077 3.64922L4.8826 6.83471C4.97788 7.12055 5.24538 7.31335 5.54668 7.31335H10.4533C10.7534 7.31335 11.02 7.12215 11.1163 6.83799L12.1952 3.65381L13.9483 8.9182L7.99918 13.1421L2.04709 8.93344L3.82077 3.64922Z", fill: "currentColor", }), }), - mm = (e) => - kt("svg", { + im = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 2.69999C3.28208 2.69999 2.70005 3.28202 2.70005 3.99999C2.70005 4.71796 3.28208 5.29999 4.00005 5.29999C4.71802 5.29999 5.30005 4.71796 5.30005 3.99999C5.30005 3.28202 4.71802 2.69999 4.00005 2.69999ZM1.30005 3.99999C1.30005 2.50882 2.50888 1.29999 4.00005 1.29999C5.49122 1.29999 6.70005 2.50882 6.70005 3.99999C6.70005 5.23676 5.8685 6.27931 4.73399 6.59904C4.86878 7.78421 5.40067 8.89595 6.25238 9.74765C7.10409 10.5994 8.21583 11.1313 9.401 11.266C9.72073 10.1315 10.7633 9.29999 12 9.29999C13.4912 9.29999 14.7 10.5088 14.7 12C14.7 13.4912 13.4912 14.7 12 14.7C10.7408 14.7 9.68282 13.8379 9.38426 12.6716C7.83317 12.5285 6.37295 11.8481 5.26243 10.7376C5.06054 10.5357 4.87287 10.3223 4.70005 10.0988V14C4.70005 14.3866 4.38665 14.7 4.00005 14.7C3.61345 14.7 3.30005 14.3866 3.30005 14V6.60836C2.14823 6.30003 1.30005 5.24906 1.30005 3.99999ZM12 10.7C11.2821 10.7 10.7 11.282 10.7 12C10.7 12.718 11.2821 13.3 12 13.3C12.718 13.3 13.3 12.718 13.3 12C13.3 11.282 12.718 10.7 12 10.7Z", fill: "currentColor", }), }), - hm = (e) => - kt("svg", { + lm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3333 2.69999C2.61533 2.69999 2.0333 3.28202 2.0333 3.99999C2.0333 4.71796 2.61533 5.29999 3.3333 5.29999C4.05127 5.29999 4.6333 4.71796 4.6333 3.99999C4.6333 3.28202 4.05127 2.69999 3.3333 2.69999ZM0.633301 3.99999C0.633301 2.50882 1.84213 1.29999 3.3333 1.29999C4.82447 1.29999 6.0333 2.50882 6.0333 3.99999C6.0333 5.24906 5.18512 6.30003 4.0333 6.60836V14C4.0333 14.3866 3.7199 14.7 3.3333 14.7C2.9467 14.7 2.6333 14.3866 2.6333 14V6.60836C1.48148 6.30003 0.633301 5.24906 0.633301 3.99999ZM10.4949 1.50501C10.7683 1.77838 10.7683 2.2216 10.4949 2.49496L9.68992 3.29999H11.3333C11.8726 3.29999 12.3898 3.51421 12.7711 3.89554C13.1524 4.27686 13.3666 4.79405 13.3666 5.33332V9.39161C14.5185 9.69995 15.3666 10.7509 15.3666 12C15.3666 13.4912 14.1578 14.7 12.6666 14.7C11.1755 14.7 9.96663 13.4912 9.96663 12C9.96663 10.7509 10.8148 9.69995 11.9666 9.39161V5.33332C11.9666 5.16535 11.8999 5.00426 11.7811 4.88549C11.6624 4.76671 11.5013 4.69999 11.3333 4.69999H9.68992L10.4949 5.50501C10.7683 5.77838 10.7683 6.2216 10.4949 6.49496C10.2216 6.76833 9.77836 6.76833 9.50499 6.49496L7.50499 4.49496C7.23163 4.2216 7.23163 3.77838 7.50499 3.50501L9.50499 1.50501C9.77836 1.23165 10.2216 1.23165 10.4949 1.50501ZM12.6666 10.7C11.9487 10.7 11.3666 11.282 11.3666 12C11.3666 12.718 11.9487 13.3 12.6666 13.3C13.3846 13.3 13.9666 12.718 13.9666 12C13.9666 11.282 13.3846 10.7 12.6666 10.7Z", fill: "currentColor", }), }), - fm = (e) => - kt("svg", { + am = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 2.69999C3.28208 2.69999 2.70005 3.28202 2.70005 3.99999C2.70005 4.71796 3.28208 5.29999 4.00005 5.29999C4.71802 5.29999 5.30005 4.71796 5.30005 3.99999C5.30005 3.28202 4.71802 2.69999 4.00005 2.69999ZM1.30005 3.99999C1.30005 2.50882 2.50888 1.29999 4.00005 1.29999C5.49122 1.29999 6.70005 2.50882 6.70005 3.99999C6.70005 5.24906 5.85187 6.30003 4.70005 6.60836V14C4.70005 14.3866 4.38665 14.7 4.00005 14.7C3.61345 14.7 3.30005 14.3866 3.30005 14V6.60836C2.14823 6.30003 1.30005 5.24906 1.30005 3.99999ZM9.50507 1.50501C9.77844 1.23165 10.2217 1.23165 10.495 1.50501L12 3.01004L13.5051 1.50501C13.7784 1.23165 14.2217 1.23165 14.495 1.50501C14.7684 1.77838 14.7684 2.2216 14.495 2.49496L12.99 3.99999L14.495 5.50501C14.7684 5.77838 14.7684 6.2216 14.495 6.49496C14.2217 6.76833 13.7784 6.76833 13.5051 6.49496L12 4.98994L10.495 6.49496C10.2217 6.76833 9.77844 6.76833 9.50507 6.49496C9.23171 6.2216 9.23171 5.77838 9.50507 5.50501L11.0101 3.99999L9.50507 2.49496C9.23171 2.2216 9.23171 1.77838 9.50507 1.50501ZM12 6.96665C12.3866 6.96665 12.7 7.28006 12.7 7.66665V9.39161C13.8519 9.69995 14.7 10.7509 14.7 12C14.7 13.4912 13.4912 14.7 12 14.7C10.5089 14.7 9.30005 13.4912 9.30005 12C9.30005 10.7509 10.1482 9.69995 11.3 9.39161V7.66665C11.3 7.28006 11.6135 6.96665 12 6.96665ZM12 10.7C11.2821 10.7 10.7 11.282 10.7 12C10.7 12.718 11.2821 13.3 12 13.3C12.718 13.3 13.3 12.718 13.3 12C13.3 11.282 12.718 10.7 12 10.7Z", fill: "currentColor", }), }), - gm = (e) => - kt("svg", { + Cm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3333 2.69999C2.61533 2.69999 2.0333 3.28202 2.0333 3.99999C2.0333 4.71796 2.61533 5.29999 3.3333 5.29999C4.05127 5.29999 4.6333 4.71796 4.6333 3.99999C4.6333 3.28202 4.05127 2.69999 3.3333 2.69999ZM0.633301 3.99999C0.633301 2.50882 1.84213 1.29999 3.3333 1.29999C4.82447 1.29999 6.0333 2.50882 6.0333 3.99999C6.0333 5.24906 5.18512 6.30003 4.0333 6.60836V14C4.0333 14.3866 3.7199 14.7 3.3333 14.7C2.9467 14.7 2.6333 14.3866 2.6333 14V6.60836C1.48148 6.30003 0.633301 5.24906 0.633301 3.99999ZM10.4949 1.50501C10.7683 1.77838 10.7683 2.2216 10.4949 2.49496L9.68992 3.29999H11.3333C11.8726 3.29999 12.3898 3.51421 12.7711 3.89554C13.1524 4.27686 13.3666 4.79405 13.3666 5.33332V7.33332C13.3666 7.71992 13.0532 8.03332 12.6666 8.03332C12.28 8.03332 11.9666 7.71992 11.9666 7.33332V5.33332C11.9666 5.16535 11.8999 5.00426 11.7811 4.88549C11.6624 4.76671 11.5013 4.69999 11.3333 4.69999H9.68992L10.4949 5.50501C10.7683 5.77838 10.7683 6.2216 10.4949 6.49496C10.2216 6.76833 9.77836 6.76833 9.50499 6.49496L7.50499 4.49496C7.23163 4.2216 7.23163 3.77838 7.50499 3.50501L9.50499 1.50501C9.77836 1.23165 10.2216 1.23165 10.4949 1.50501ZM12.6666 9.29999C13.0532 9.29999 13.3666 9.61339 13.3666 9.99999V11.3H14.6666C15.0532 11.3 15.3666 11.6134 15.3666 12C15.3666 12.3866 15.0532 12.7 14.6666 12.7H13.3666V14C13.3666 14.3866 13.0532 14.7 12.6666 14.7C12.28 14.7 11.9666 14.3866 11.9666 14V12.7H10.6666C10.28 12.7 9.96663 12.3866 9.96663 12C9.96663 11.6134 10.28 11.3 10.6666 11.3H11.9666V9.99999C11.9666 9.61339 12.28 9.29999 12.6666 9.29999Z", fill: "currentColor", }), }), - vm = (e) => - kt("svg", { + sm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 2.69999C3.28208 2.69999 2.70005 3.28202 2.70005 3.99999C2.70005 4.71796 3.28208 5.29999 4.00005 5.29999C4.71802 5.29999 5.30005 4.71796 5.30005 3.99999C5.30005 3.28202 4.71802 2.69999 4.00005 2.69999ZM1.30005 3.99999C1.30005 2.50882 2.50888 1.29999 4.00005 1.29999C5.49122 1.29999 6.70005 2.50882 6.70005 3.99999C6.70005 5.24906 5.85187 6.30003 4.70005 6.60836V14C4.70005 14.3866 4.38665 14.7 4.00005 14.7C3.61345 14.7 3.30005 14.3866 3.30005 14V6.60836C2.14823 6.30003 1.30005 5.24906 1.30005 3.99999ZM7.96672 3.99999C7.96672 3.61339 8.28012 3.29999 8.66672 3.29999H10.6667C11.206 3.29999 11.7232 3.51421 12.1045 3.89554C12.4858 4.27686 12.7 4.79405 12.7 5.33332V7.33332C12.7 7.71992 12.3866 8.03332 12 8.03332C11.6135 8.03332 11.3 7.71992 11.3 7.33332V5.33332C11.3 5.16535 11.2333 5.00426 11.1145 4.88549C10.9958 4.76671 10.8347 4.69999 10.6667 4.69999H8.66672C8.28012 4.69999 7.96672 4.38659 7.96672 3.99999ZM12 9.29999C12.3866 9.29999 12.7 9.61339 12.7 9.99999V11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H12.7V14C12.7 14.3866 12.3866 14.7 12 14.7C11.6135 14.7 11.3 14.3866 11.3 14V12.7H10C9.61345 12.7 9.30005 12.3866 9.30005 12C9.30005 11.6134 9.61345 11.3 10 11.3H11.3V9.99999C11.3 9.61339 11.6135 9.29999 12 9.29999Z", fill: "currentColor", }), }), - wm = (e) => - kt("svg", { + cm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 2.69999C3.28208 2.69999 2.70005 3.28202 2.70005 3.99999C2.70005 4.71796 3.28208 5.29999 4.00005 5.29999C4.71802 5.29999 5.30005 4.71796 5.30005 3.99999C5.30005 3.28202 4.71802 2.69999 4.00005 2.69999ZM1.30005 3.99999C1.30005 2.50882 2.50888 1.29999 4.00005 1.29999C5.49122 1.29999 6.70005 2.50882 6.70005 3.99999C6.70005 5.24906 5.85187 6.30003 4.70005 6.60836V14C4.70005 14.3866 4.38665 14.7 4.00005 14.7C3.61345 14.7 3.30005 14.3866 3.30005 14V6.60836C2.14823 6.30003 1.30005 5.24906 1.30005 3.99999ZM12 2.63332C12.3866 2.63332 12.7 2.94672 12.7 3.33332V3.99999C12.7 4.38659 12.3866 4.69999 12 4.69999C11.6135 4.69999 11.3 4.38659 11.3 3.99999V3.33332C11.3 2.94672 11.6135 2.63332 12 2.63332ZM12 5.96665C12.3866 5.96665 12.7 6.28006 12.7 6.66665V7.33332C12.7 7.71992 12.3866 8.03332 12 8.03332C11.6135 8.03332 11.3 7.71992 11.3 7.33332V6.66665C11.3 6.28006 11.6135 5.96665 12 5.96665ZM12 10.7C11.2821 10.7 10.7 11.282 10.7 12C10.7 12.718 11.2821 13.3 12 13.3C12.718 13.3 13.3 12.718 13.3 12C13.3 11.282 12.718 10.7 12 10.7ZM9.30005 12C9.30005 10.5088 10.5089 9.29999 12 9.29999C13.4912 9.29999 14.7 10.5088 14.7 12C14.7 13.4912 13.4912 14.7 12 14.7C10.5089 14.7 9.30005 13.4912 9.30005 12Z", fill: "currentColor", }), }), - Lm = (e) => - kt("svg", { + dm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 2.69999C3.28208 2.69999 2.70005 3.28202 2.70005 3.99999C2.70005 4.71796 3.28208 5.29999 4.00005 5.29999C4.71802 5.29999 5.30005 4.71796 5.30005 3.99999C5.30005 3.28202 4.71802 2.69999 4.00005 2.69999ZM1.30005 3.99999C1.30005 2.50882 2.50888 1.29999 4.00005 1.29999C5.49122 1.29999 6.70005 2.50882 6.70005 3.99999C6.70005 5.24906 5.85187 6.30003 4.70005 6.60836V14C4.70005 14.3866 4.38665 14.7 4.00005 14.7C3.61345 14.7 3.30005 14.3866 3.30005 14V6.60836C2.14823 6.30003 1.30005 5.24906 1.30005 3.99999ZM7.96672 3.99999C7.96672 3.61339 8.28012 3.29999 8.66672 3.29999H10.6667C11.206 3.29999 11.7232 3.51421 12.1045 3.89554C12.4858 4.27686 12.7 4.79405 12.7 5.33332V9.39161C13.8519 9.69995 14.7 10.7509 14.7 12C14.7 13.4912 13.4912 14.7 12 14.7C10.5089 14.7 9.30005 13.4912 9.30005 12C9.30005 10.7509 10.1482 9.69995 11.3 9.39161V5.33332C11.3 5.16535 11.2333 5.00426 11.1145 4.88549C10.9958 4.76671 10.8347 4.69999 10.6667 4.69999H8.66672C8.28012 4.69999 7.96672 4.38659 7.96672 3.99999ZM12 10.7C11.2821 10.7 10.7 11.282 10.7 12C10.7 12.718 11.2821 13.3 12 13.3C12.718 13.3 13.3 12.718 13.3 12C13.3 11.282 12.718 10.7 12 10.7Z", fill: "currentColor", }), }), - bm = (e) => - kt("svg", { + um = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.96576 4.9688C4.1766 4.58207 4.34548 4.36851 4.52093 4.24048C4.68137 4.12341 4.90928 4.03336 5.3333 4.03336C5.7199 4.03336 6.0333 3.71996 6.0333 3.33336C6.0333 2.94676 5.7199 2.63336 5.3333 2.63336C4.69066 2.63336 4.1519 2.77665 3.69567 3.10957C3.2589 3.4283 2.96523 3.87376 2.71697 4.33483C2.706 4.3552 2.69605 4.3761 2.68715 4.39746L1.02048 8.39746C1.00725 8.42921 0.996539 8.46137 0.988245 8.49373C0.761126 8.94696 0.633301 9.45856 0.633301 10C0.633301 11.8594 2.14061 13.3667 3.99997 13.3667C5.85933 13.3667 7.36663 11.8594 7.36663 10C7.36663 9.83206 7.43336 9.67097 7.55213 9.55219C7.67091 9.43342 7.832 9.36669 7.99997 9.36669C8.16794 9.36669 8.32903 9.43342 8.4478 9.55219C8.56657 9.67097 8.6333 9.83206 8.6333 10C8.6333 11.8594 10.1406 13.3667 12 13.3667C13.8593 13.3667 15.3666 11.8594 15.3666 10C15.3666 9.45856 15.2388 8.94696 15.0117 8.49373C15.0034 8.46137 14.9927 8.42921 14.9795 8.39746L13.3128 4.39746C13.3039 4.3761 13.2939 4.3552 13.283 4.33483C13.0256 3.85692 12.7134 3.41795 12.2721 3.1044C11.8162 2.78052 11.2843 2.63336 10.6666 2.63336C10.28 2.63336 9.96663 2.94676 9.96663 3.33336C9.96663 3.71996 10.28 4.03336 10.6666 4.03336C11.049 4.03336 11.2837 4.11954 11.4612 4.24565C11.6483 4.37861 11.8314 4.59821 12.0343 4.96903L12.764 6.72044C12.5185 6.66347 12.2628 6.63336 12 6.63336C10.765 6.63336 9.68539 7.29828 9.09952 8.28964C8.77407 8.08042 8.39288 7.96669 7.99997 7.96669C7.60705 7.96669 7.22587 8.08042 6.90041 8.28964C6.31455 7.29828 5.23491 6.63336 3.99997 6.63336C3.73716 6.63336 3.48139 6.66347 3.23591 6.72044L3.96576 4.9688ZM5.96663 10C5.96663 8.91387 5.08613 8.03336 3.99997 8.03336C2.91381 8.03336 2.0333 8.91387 2.0333 10C2.0333 11.0862 2.91381 11.9667 3.99997 11.9667C5.08613 11.9667 5.96663 11.0862 5.96663 10ZM10.0333 10C10.0333 11.0862 10.9138 11.9667 12 11.9667C13.0861 11.9667 13.9666 11.0862 13.9666 10C13.9666 8.91387 13.0861 8.03336 12 8.03336C10.9138 8.03336 10.0333 8.91387 10.0333 10Z", fill: "currentColor", }), }), - Mm = (e) => - kt("svg", { + pm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.81323 1.53146C2.94597 1.38411 3.13499 1.29999 3.33331 1.29999H12.6666C12.865 1.29999 13.0541 1.38417 13.1869 1.53161C13.3196 1.67905 13.3836 1.8759 13.3628 2.0732L12.1561 13.5465C12.1034 14.0463 11.8674 14.509 11.4938 14.8451C11.1203 15.181 10.6357 15.3668 10.1333 15.3667C10.1332 15.3667 10.1334 15.3667 10.1333 15.3667H5.86842M4.11035 2.69999L4.54994 6.90299C5.00971 6.72586 5.501 6.63332 5.99998 6.63332C6.87267 6.63332 7.72183 6.91637 8.41998 7.43999C8.8758 7.78185 9.43021 7.96665 9.99998 7.96665C10.4873 7.96665 10.9633 7.83148 11.3761 7.57849L11.8892 2.69999H4.11035ZM11.2075 9.18166C10.8192 9.3035 10.4122 9.36665 9.99998 9.36665C9.12729 9.36665 8.27814 9.0836 7.57998 8.55999C7.12416 8.21812 6.56976 8.03332 5.99998 8.03332C5.54385 8.03332 5.09757 8.15176 4.70383 8.37439L5.22945 13.3998C5.22944 13.3998 5.22945 13.3999 5.22945 13.3998C5.24598 13.5559 5.31993 13.7006 5.43691 13.8053C5.55394 13.91 5.70572 13.9675 5.86278 13.9667L5.86665 13.9666L10.1333 13.9667C10.2898 13.9667 10.4412 13.9089 10.5576 13.8042C10.6739 13.6995 10.7474 13.5555 10.7639 13.3998L11.2075 9.18166Z", fill: "currentColor", }), }), - Hm = (e) => - kt("svg", { + mm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.07396 7.30003H4.65698C4.77918 5.49352 5.37215 3.75664 6.36792 2.25932C4.08307 2.90764 2.35638 4.88325 2.07396 7.30003ZM8 2.39633C6.87712 3.79891 6.20097 5.50777 6.06068 7.30003H9.93932C9.79903 5.50777 9.12287 3.79891 8 2.39633ZM9.93932 8.70003H6.06068C6.20097 10.4923 6.87712 12.2011 8 13.6037C9.12287 12.2011 9.79903 10.4923 9.93932 8.70003ZM6.36792 13.7407C5.37215 12.2434 4.77918 10.5065 4.65698 8.70003H2.07396C2.35638 11.1168 4.08307 13.0924 6.36792 13.7407ZM9.63208 13.7407C10.6278 12.2434 11.2208 10.5065 11.343 8.70003H13.926C13.6436 11.1168 11.9169 13.0924 9.63208 13.7407ZM13.926 7.30003H11.343C11.2208 5.49352 10.6278 3.75664 9.63208 2.25932C11.9169 2.90764 13.6436 4.88325 13.926 7.30003ZM0.633333 8.00003C0.633333 3.93153 3.9315 0.633362 8 0.633362C12.0685 0.633362 15.3667 3.93153 15.3667 8.00003C15.3667 12.0685 12.0685 15.3667 8 15.3667C3.9315 15.3667 0.633333 12.0685 0.633333 8.00003Z", fill: "currentColor", }), }), - Em = (e) => - kt("svg", { + hm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.14381 1.72435C5.30363 1.01135 6.63836 0.633717 7.99982 0.633362C8.27987 0.633289 8.53301 0.80014 8.64337 1.05753C8.75372 1.31493 8.70004 1.61332 8.5069 1.81612C7.08068 3.31365 6.22095 5.25241 6.06068 7.30003H7C7.3866 7.30003 7.7 7.61343 7.7 8.00003C7.7 8.38663 7.3866 8.70003 7 8.70003H6.06068C6.20097 10.4923 6.87711 12.2011 7.99997 13.6037C8.87333 12.5126 9.48189 11.2295 9.77248 9.85522C9.85245 9.47698 10.2239 9.2352 10.6021 9.31517C10.9804 9.39515 11.2222 9.7666 11.1422 10.1448C10.8698 11.433 10.3558 12.652 9.63285 13.7394C10.4721 13.5009 11.2516 13.0804 11.9144 12.5047C12.7469 11.7816 13.3628 10.842 13.6936 9.79003C13.8096 9.42124 14.2025 9.21629 14.5713 9.33227C14.9401 9.44825 15.1451 9.84124 15.0291 10.21C14.6207 11.5088 13.8603 12.6689 12.8324 13.5617C11.8046 14.4545 10.5494 15.0449 9.20624 15.2676C7.86311 15.4902 6.48456 15.3362 5.22362 14.8228C3.96269 14.3093 2.8687 13.4565 2.06311 12.359C1.25752 11.2614 0.771837 9.96213 0.659979 8.60527C0.64478 8.4209 0.636564 8.23644 0.635256 8.05229C0.633983 8.03503 0.633335 8.01761 0.633335 8.00003C0.633335 7.98245 0.633983 7.96503 0.635256 7.94778C0.643306 6.81229 0.913844 5.69083 1.42944 4.67246C2.04442 3.45781 2.98398 2.43735 4.14381 1.72435ZM2.07628 8.70003C2.1971 9.72288 2.58086 10.6984 3.19172 11.5306C3.84421 12.4195 4.73029 13.1103 5.75159 13.5261C5.95307 13.6082 6.15826 13.6789 6.36621 13.7382C5.37147 12.2414 4.77911 10.5055 4.65698 8.70003H2.07628ZM4.65698 7.30003H2.07628C2.15805 6.60782 2.36086 5.93219 2.67848 5.30485C3.17658 4.32104 3.93758 3.49451 4.87699 2.91701C5.34337 2.63031 5.84468 2.41055 6.36621 2.2619C5.37147 3.75863 4.77911 5.49456 4.65698 7.30003ZM10.5622 1.22891C10.9435 0.847587 11.4607 0.633362 12 0.633362C12.5393 0.633362 13.0565 0.847587 13.4378 1.22891C13.8191 1.61024 14.0333 2.12742 14.0333 2.6667V3.30043C14.7727 3.31813 15.3667 3.92305 15.3667 4.6667V6.6667C15.3667 7.42148 14.7548 8.03336 14 8.03336H10C9.24521 8.03336 8.63333 7.42148 8.63333 6.6667V4.6667C8.63333 3.92305 9.22728 3.31813 9.96667 3.30043V2.6667C9.96667 2.12742 10.1809 1.61024 10.5622 1.22891ZM10.0333 4.70003V6.63336H13.9667V4.70003H10.0333ZM12.6333 3.30003H11.3667V2.6667C11.3667 2.49872 11.4334 2.33763 11.5522 2.21886C11.6709 2.10009 11.832 2.03336 12 2.03336C12.168 2.03336 12.3291 2.10009 12.4478 2.21886C12.5666 2.33763 12.6333 2.49872 12.6333 2.6667V3.30003Z", fill: "currentColor", }), }), - Rm = (e) => - kt("svg", { + fm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.63198 0.737907C7.83836 0.610362 8.09605 0.598768 8.31305 0.707264L13.6464 3.37393C13.8835 3.4925 14.0333 3.73489 14.0333 4.00003C14.0333 4.26517 13.8835 4.50755 13.6464 4.62613L8.7 7.09932V8.6667C8.7 9.0533 8.3866 9.3667 8 9.3667C7.6134 9.3667 7.3 9.0533 7.3 8.6667V6.68185C7.29979 6.6721 7.29979 6.66235 7.3 6.65262V1.33336C7.3 1.09076 7.42561 0.865452 7.63198 0.737907ZM8.7 5.53407L11.7681 4.00003L8.7 2.46599V5.53407ZM5.96814 2.97775C6.1395 3.32429 5.99749 3.74414 5.65094 3.91551C4.74072 4.3656 3.97895 5.0677 3.45627 5.93827C2.93359 6.80884 2.672 7.81124 2.70262 8.82621C2.73324 9.84117 3.05478 10.826 3.62899 11.6635C4.20319 12.5009 5.0059 13.1558 5.94159 13.5503C6.87729 13.9447 7.9066 14.062 8.90705 13.8882C9.9075 13.7145 10.837 13.257 11.5849 12.5702C12.3329 11.8834 12.8677 10.9962 13.126 10.0142C13.3842 9.03214 13.3549 7.99659 13.0415 7.03073C12.9222 6.663 13.1236 6.26818 13.4913 6.14887C13.859 6.02955 14.2538 6.23094 14.3732 6.59866C14.7693 7.81966 14.8064 9.12875 14.4799 10.3702C14.1535 11.6117 13.4773 12.7332 12.5318 13.6014C11.5863 14.4696 10.4113 15.048 9.14659 15.2676C7.88187 15.4872 6.58067 15.3389 5.39781 14.8403C4.21495 14.3417 3.20021 13.5138 2.47432 12.4551C1.74844 11.3964 1.34196 10.1515 1.30326 8.86842C1.26455 7.58535 1.59524 6.31817 2.25599 5.21764C2.91674 4.1171 3.87972 3.22954 5.03038 2.66055C5.37693 2.48919 5.79677 2.6312 5.96814 2.97775ZM5.75511 6.10503C6.0642 6.33723 6.12653 6.77605 5.89433 7.08514C5.63042 7.43644 5.45861 7.84819 5.39455 8.28288C5.33048 8.71757 5.37621 9.16138 5.52756 9.57388C5.67891 9.98637 5.93107 10.3544 6.26106 10.6445C6.59106 10.9347 6.9884 11.1376 7.41689 11.2348C7.84537 11.3321 8.29138 11.3206 8.71428 11.2013C9.13719 11.0821 9.52353 10.859 9.83812 10.5522C10.1527 10.2455 10.3855 9.8649 10.5154 9.44515C10.6453 9.02539 10.6681 8.57981 10.5817 8.14901C10.5056 7.76996 10.7513 7.40105 11.1304 7.32503C11.5094 7.24901 11.8783 7.49467 11.9543 7.87372C12.0867 8.53356 12.0518 9.21603 11.8529 9.85894C11.654 10.5019 11.2973 11.0848 10.8155 11.5546C10.3336 12.0244 9.7419 12.3662 9.09417 12.5488C8.44644 12.7314 7.76331 12.7491 7.10701 12.6001C6.45072 12.4512 5.84214 12.1403 5.3367 11.696C4.83126 11.2517 4.44505 10.6879 4.21323 10.0561C3.98142 9.42432 3.91139 8.74456 4.00951 8.07876C4.10762 7.41297 4.37078 6.78232 4.775 6.24425C5.0072 5.93516 5.44601 5.87282 5.75511 6.10503Z", fill: "currentColor", }), }), - ym = (e) => - Ot("svg", { + gm = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.15 8.84998L13.7937 10.9562V11.7437L9.83749 9.46247L10.15 8.84998Z", fill: "#4285F4", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.38749 9.31874L2.21874 11.7312L1.96249 11.0875L6.02499 8.73749L6.38749 9.31874Z", fill: "#669DF6", }), - kt("path", { + Vt("path", { d: "M8.33125 1.02502H7.64375V5.65002H8.33125V1.02502Z", fill: "#AECBFA", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 4V12L8.00625 16L15 12V4L8.00625 0L1 4ZM13.5125 11.1125L8.00625 14.225L2.5 11.1125V4.8875L8.00625 1.775L13.5063 4.8875V11.1125H13.5125Z", fill: "#AECBFA", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.9875 7.59999L11.175 5.76874L7.9875 3.92499L4.8125 5.76874L7.9875 7.59999Z", fill: "#AECBFA", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.61875 8.2375L4.53125 6.40625V10.0813L7.61875 11.9125V8.2375Z", fill: "#669DF6", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.3875 8.2375V11.9125L11.475 10.0813V6.40625L8.3875 8.2375Z", @@ -12326,321 +12306,321 @@ const Bt = (e) => }), ], }), - Vm = (e) => - kt("svg", { + vm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.56221 3.89554C6.94354 3.51421 7.46072 3.29999 8 3.29999C8.53927 3.29999 9.05646 3.51421 9.43778 3.89554C9.53531 3.99306 9.6219 4.09948 9.69678 4.21287C9.99188 4.05273 10.3248 3.96665 10.6667 3.96665C11.2059 3.96665 11.7231 4.18088 12.1044 4.5622C12.3481 4.80584 12.5235 5.10493 12.6184 5.42981C12.8449 5.34476 13.0868 5.29999 13.3333 5.29999C13.8726 5.29999 14.3898 5.51421 14.7711 5.89554C15.1524 6.27686 15.3667 6.79405 15.3667 7.33332V9.33332C15.3667 10.9335 14.731 12.4681 13.5995 13.5995C12.4681 14.731 10.9335 15.3667 9.33333 15.3667H6.66666C5.06652 15.3667 3.53192 14.731 2.40045 13.5995C1.26898 12.4681 0.633331 10.9335 0.633331 9.33332C0.633331 8.79405 0.847557 8.27686 1.22888 7.89554C1.6102 7.51421 2.12739 7.29999 2.66666 7.29999C2.88383 7.29999 3.09742 7.33473 3.3 7.40114V5.99999C3.3 5.46071 3.51422 4.94353 3.89555 4.5622C4.27687 4.18088 4.79406 3.96665 5.33333 3.96665C5.67516 3.96665 6.00811 4.05273 6.30321 4.21287C6.37809 4.09948 6.46469 3.99306 6.56221 3.89554ZM7.36666 6.66665C7.36666 7.05325 7.05326 7.36665 6.66666 7.36665C6.28006 7.36665 5.96666 7.05325 5.96666 6.66665V5.99999C5.96666 5.83202 5.89994 5.67093 5.78116 5.55215C5.66239 5.43338 5.5013 5.36665 5.33333 5.36665C5.16536 5.36665 5.00427 5.43338 4.8855 5.55215C4.76672 5.67093 4.7 5.83202 4.7 5.99999V9.33332C4.7 9.71992 4.3866 10.0333 4 10.0333C3.6134 10.0333 3.3 9.71992 3.3 9.33332C3.3 9.16535 3.23327 9.00426 3.1145 8.88549C2.99573 8.76671 2.83463 8.69999 2.66666 8.69999C2.49869 8.69999 2.3376 8.76671 2.21883 8.88549C2.10006 9.00426 2.03333 9.16535 2.03333 9.33332C2.03333 10.5622 2.52148 11.7407 3.3904 12.6096C4.25932 13.4785 5.43783 13.9667 6.66666 13.9667H9.33333C10.5622 13.9667 11.7407 13.4785 12.6096 12.6096C13.4785 11.7407 13.9667 10.5622 13.9667 9.33332V7.33332C13.9667 7.16535 13.8999 7.00426 13.7812 6.88549C13.6624 6.76671 13.5013 6.69999 13.3333 6.69999C13.1654 6.69999 13.0043 6.76671 12.8855 6.88549C12.7667 7.00426 12.7 7.16535 12.7 7.33332V7.66665C12.7 8.05325 12.3866 8.36665 12 8.36665C11.6134 8.36665 11.3 8.05325 11.3 7.66665V5.99999C11.3 5.83202 11.2333 5.67093 11.1145 5.55215C10.9957 5.43338 10.8346 5.36665 10.6667 5.36665C10.4987 5.36665 10.3376 5.43338 10.2188 5.55215C10.1001 5.67093 10.0333 5.83202 10.0333 5.99999V6.93332C10.0333 7.31992 9.71993 7.63332 9.33333 7.63332C8.94673 7.63332 8.63333 7.31992 8.63333 6.93332V5.33332C8.63333 5.16535 8.5666 5.00426 8.44783 4.88549C8.32906 4.76671 8.16797 4.69999 8 4.69999C7.83203 4.69999 7.67094 4.76671 7.55216 4.88549C7.43339 5.00426 7.36666 5.16535 7.36666 5.33332V6.66665Z", fill: "currentColor", }), }), - Sm = (e) => - kt("svg", { + wm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.15673 2.81623C7.42148 2.69556 7.70905 2.63312 8.00001 2.63312C8.29104 2.63312 8.57869 2.69559 8.8435 2.81633C8.84339 2.81627 8.84361 2.81638 8.8435 2.81633L14.5489 5.4151C14.7905 5.51853 14.9972 5.68944 15.1441 5.90745C15.2936 6.12918 15.3748 6.38989 15.3775 6.65728C15.3782 6.71988 15.3745 6.7822 15.3667 6.84383V10.6667C15.3667 11.0533 15.0533 11.3667 14.6667 11.3667C14.2801 11.3667 13.9667 11.0533 13.9667 10.6667V8.19224L12.7 8.76703V10.6667C12.7 11.5965 11.9784 12.2886 11.1415 12.707C10.2718 13.1418 9.14153 13.3667 8.00001 13.3667C6.85848 13.3667 5.72816 13.1418 4.85853 12.707C4.02164 12.2886 3.30001 11.5965 3.30001 10.6667V8.75845L1.44686 7.9134C1.206 7.80661 1.00109 7.63245 0.856875 7.41184C0.71153 7.18951 0.634125 6.92965 0.634125 6.66402C0.634125 6.3984 0.71153 6.13853 0.856875 5.9162C1.00115 5.69552 1.20615 5.52131 1.44713 5.41453L7.15673 2.81623ZM4.70001 9.39686V10.6667C4.70001 10.7977 4.82123 11.1231 5.48463 11.4548C6.11528 11.7701 7.01979 11.9667 8.00001 11.9667C8.98022 11.9667 9.88473 11.7701 10.5154 11.4548C11.1788 11.1231 11.3 10.7977 11.3 10.6667V9.40233L8.84384 10.5169C8.84355 10.517 8.84412 10.5168 8.84384 10.5169C8.57917 10.6375 8.29086 10.7003 8.00001 10.7003C7.70886 10.7003 7.42112 10.6377 7.15624 10.5169C7.15622 10.5169 7.15626 10.5169 7.15624 10.5169L4.70001 9.39686ZM13.9299 6.67152L8.26318 4.09039C8.18067 4.05275 8.0907 4.03312 8.00001 4.03312C7.90932 4.03312 7.81968 4.05259 7.73717 4.09023L2.08137 6.66405L7.73711 9.24312C7.81962 9.28075 7.90932 9.30026 8.00001 9.30026C8.09069 9.30026 8.18033 9.28078 8.26284 9.24315L8.26408 9.24258L13.9299 6.67152Z", fill: "currentColor", }), }), - Tm = (e) => - kt("svg", { + Lm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.9345 0.686606C15.1961 0.794952 15.3667 1.0502 15.3667 1.33332V3.33332C15.3667 3.71992 15.0533 4.03332 14.6667 4.03332C14.2801 4.03332 13.9667 3.71992 13.9667 3.33332V3.02327L12.856 4.13393C13.9792 4.46089 14.8 5.49792 14.8 6.72665C14.8 7.7728 14.205 8.67998 13.335 9.12828C13.6081 9.55025 13.7667 10.0533 13.7667 10.5933C13.7667 12.0845 12.5578 13.2933 11.0667 13.2933C10.5266 13.2933 10.0236 13.1348 9.60162 12.8617C9.15332 13.7317 8.24614 14.3267 7.2 14.3267C6.66104 14.3267 6.15897 14.1687 5.73753 13.8967C5.29013 14.7694 4.38148 15.3667 3.33333 15.3667C1.84216 15.3667 0.633331 14.1578 0.633331 12.6667C0.633331 11.6185 1.23058 10.7099 2.10332 10.2625C1.83124 9.84101 1.67333 9.33894 1.67333 8.79999C1.67333 7.75385 2.2683 6.84667 3.13832 6.39836C2.86522 5.97639 2.70666 5.47337 2.70666 4.93332C2.70666 3.44215 3.9155 2.23332 5.40666 2.23332C5.94671 2.23332 6.44973 2.39188 6.8717 2.66498C7.32001 1.79496 8.22719 1.19999 9.27333 1.19999C10.5021 1.19999 11.5391 2.02077 11.8661 3.14398L14.1717 0.838346C14.3719 0.638148 14.673 0.578259 14.9345 0.686606ZM10.2383 4.77116C10.4465 4.54063 10.5733 4.23512 10.5733 3.89999C10.5733 3.18202 9.9913 2.59999 9.27333 2.59999C8.55536 2.59999 7.97333 3.18202 7.97333 3.89999C7.97333 4.61796 8.55536 5.19999 9.27333 5.19999C9.60846 5.19999 9.91398 5.07317 10.1445 4.86492C10.175 4.83291 10.2062 4.80164 10.2383 4.77116ZM5.60188 8.37386C5.42547 7.86518 4.94205 7.49999 4.37333 7.49999C3.65536 7.49999 3.07333 8.08202 3.07333 8.79999C3.07333 9.51796 3.65536 10.1 4.37333 10.1C4.70847 10.1 5.01398 9.97317 5.24451 9.76491C5.27499 9.73291 5.30625 9.70165 5.33825 9.67116C5.54652 9.44064 5.67333 9.13512 5.67333 8.79999C5.67333 8.71638 5.66544 8.63461 5.65036 8.55539C5.63216 8.49573 5.61598 8.43519 5.60188 8.37386ZM6.23507 10.7555C6.26708 10.725 6.29834 10.6937 6.32882 10.6617C6.55935 10.4535 6.86486 10.3267 7.2 10.3267C7.28361 10.3267 7.36538 10.3345 7.4446 10.3496C7.50426 10.3678 7.56479 10.384 7.62612 10.3981C8.1348 10.5745 8.5 11.0579 8.5 11.6267C8.5 12.3446 7.91797 12.9267 7.2 12.9267C6.48203 12.9267 5.9 12.3446 5.9 11.6267C5.9 11.2915 6.02681 10.986 6.23507 10.7555ZM7.00478 8.19278C6.99069 8.13145 6.9745 8.07091 6.95631 8.01125C6.94122 7.93203 6.93333 7.85027 6.93333 7.76665C6.93333 7.04868 7.51536 6.46665 8.23333 6.46665C8.9513 6.46665 9.53333 7.04868 9.53333 7.76665C9.53333 8.48462 8.9513 9.06665 8.23333 9.06665C8.14972 9.06665 8.06795 9.05876 7.98873 9.04368C7.92907 9.02548 7.86854 9.0093 7.80721 8.9952C7.43202 8.86509 7.13489 8.56796 7.00478 8.19278ZM11.1351 5.85548C10.9268 6.08601 10.8 6.39152 10.8 6.72665C10.8 7.44462 11.382 8.02665 12.1 8.02665C12.818 8.02665 13.4 7.44462 13.4 6.72665C13.4 6.00868 12.818 5.42665 12.1 5.42665C11.7649 5.42665 11.4593 5.55347 11.2288 5.76173C11.1983 5.79374 11.1671 5.825 11.1351 5.85548ZM5.40666 3.63332C4.68869 3.63332 4.10666 4.21535 4.10666 4.93332C4.10666 5.65129 4.68869 6.23332 5.40666 6.23332C6.12463 6.23332 6.70666 5.65129 6.70666 4.93332C6.70666 4.21535 6.12463 3.63332 5.40666 3.63332ZM11.0667 9.29332C10.3487 9.29332 9.76666 9.87535 9.76666 10.5933C9.76666 11.3113 10.3487 11.8933 11.0667 11.8933C11.7846 11.8933 12.3667 11.3113 12.3667 10.5933C12.3667 9.87535 11.7846 9.29332 11.0667 9.29332ZM3.33333 11.3667C2.61536 11.3667 2.03333 11.9487 2.03333 12.6667C2.03333 13.3846 2.61536 13.9667 3.33333 13.9667C4.0513 13.9667 4.63333 13.3846 4.63333 12.6667C4.63333 11.9487 4.0513 11.3667 3.33333 11.3667Z", fill: "currentColor", }), }), - Nm = (e) => - kt("svg", { + bm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.69999C2.98354 2.69999 2.69999 2.98354 2.69999 3.33332V7.29999H7.29999V2.69999H3.33332ZM3.33332 1.29999C2.21034 1.29999 1.29999 2.21034 1.29999 3.33332V12.6667C1.29999 13.7896 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7896 14.7 12.6667V3.33332C14.7 2.21034 13.7896 1.29999 12.6667 1.29999H3.33332ZM8.69999 2.69999V7.29999H13.3V3.33332C13.3 2.98354 13.0164 2.69999 12.6667 2.69999H8.69999ZM13.3 8.69999H8.69999V13.3H12.6667C13.0164 13.3 13.3 13.0164 13.3 12.6667V8.69999ZM7.29999 13.3V8.69999H2.69999V12.6667C2.69999 13.0164 2.98354 13.3 3.33332 13.3H7.29999Z", fill: "currentColor", }), }), - xm = (e) => - kt("svg", { + Mm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.69999C2.98354 2.69999 2.69999 2.98354 2.69999 3.33332V5.29999H5.29999V2.69999H3.33332ZM3.33332 1.29999C2.21034 1.29999 1.29999 2.21034 1.29999 3.33332V12.6667C1.29999 13.7896 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7896 14.7 12.6667V3.33332C14.7 2.21034 13.7896 1.29999 12.6667 1.29999H3.33332ZM6.69999 2.69999V5.29999H9.29999V2.69999H6.69999ZM10.7 2.69999V5.29999H13.3V3.33332C13.3 2.98354 13.0164 2.69999 12.6667 2.69999H10.7ZM13.3 6.69999H10.7V9.29999H13.3V6.69999ZM13.3 10.7H10.7V13.3H12.6667C13.0164 13.3 13.3 13.0164 13.3 12.6667V10.7ZM9.29999 13.3V10.7H6.69999V13.3H9.29999ZM5.29999 13.3V10.7H2.69999V12.6667C2.69999 13.0164 2.98354 13.3 3.33332 13.3H5.29999ZM2.69999 9.29999H5.29999V6.69999H2.69999V9.29999ZM6.69999 6.69999V9.29999H9.29999V6.69999H6.69999Z", fill: "currentColor", }), }), - _m = (e) => - kt("svg", { + Hm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 6.03336C3.35175 6.03336 3.36667 6.01844 3.36667 6.00003C3.36667 5.98162 3.35175 5.9667 3.33334 5.9667C3.31493 5.9667 3.30001 5.98162 3.30001 6.00003C3.30001 6.01844 3.31493 6.03336 3.33334 6.03336ZM1.96667 6.00003C1.96667 5.24524 2.57855 4.63336 3.33334 4.63336C4.08813 4.63336 4.70001 5.24524 4.70001 6.00003C4.70001 6.75482 4.08813 7.3667 3.33334 7.3667C2.57855 7.3667 1.96667 6.75482 1.96667 6.00003ZM8.00001 6.03336C8.01842 6.03336 8.03334 6.01844 8.03334 6.00003C8.03334 5.98162 8.01842 5.9667 8.00001 5.9667C7.9816 5.9667 7.96667 5.98162 7.96667 6.00003C7.96667 6.01844 7.9816 6.03336 8.00001 6.03336ZM6.63334 6.00003C6.63334 5.24524 7.24522 4.63336 8.00001 4.63336C8.7548 4.63336 9.36667 5.24524 9.36667 6.00003C9.36667 6.75482 8.7548 7.3667 8.00001 7.3667C7.24522 7.3667 6.63334 6.75482 6.63334 6.00003ZM12.6667 6.03336C12.6851 6.03336 12.7 6.01844 12.7 6.00003C12.7 5.98162 12.6851 5.9667 12.6667 5.9667C12.6483 5.9667 12.6333 5.98162 12.6333 6.00003C12.6333 6.01844 12.6483 6.03336 12.6667 6.03336ZM11.3 6.00003C11.3 5.24524 11.9119 4.63336 12.6667 4.63336C13.4215 4.63336 14.0333 5.24524 14.0333 6.00003C14.0333 6.75482 13.4215 7.3667 12.6667 7.3667C11.9119 7.3667 11.3 6.75482 11.3 6.00003ZM3.33334 10.0334C3.35175 10.0334 3.36667 10.0184 3.36667 10C3.36667 9.98162 3.35175 9.9667 3.33334 9.9667C3.31493 9.9667 3.30001 9.98162 3.30001 10C3.30001 10.0184 3.31493 10.0334 3.33334 10.0334ZM1.96667 10C1.96667 9.24524 2.57855 8.63336 3.33334 8.63336C4.08813 8.63336 4.70001 9.24524 4.70001 10C4.70001 10.7548 4.08813 11.3667 3.33334 11.3667C2.57855 11.3667 1.96667 10.7548 1.96667 10ZM8.00001 10.0334C8.01842 10.0334 8.03334 10.0184 8.03334 10C8.03334 9.98162 8.01842 9.9667 8.00001 9.9667C7.9816 9.9667 7.96667 9.98162 7.96667 10C7.96667 10.0184 7.9816 10.0334 8.00001 10.0334ZM6.63334 10C6.63334 9.24524 7.24522 8.63336 8.00001 8.63336C8.7548 8.63336 9.36667 9.24524 9.36667 10C9.36667 10.7548 8.7548 11.3667 8.00001 11.3667C7.24522 11.3667 6.63334 10.7548 6.63334 10ZM12.6667 10.0334C12.6851 10.0334 12.7 10.0184 12.7 10C12.7 9.98162 12.6851 9.9667 12.6667 9.9667C12.6483 9.9667 12.6333 9.98162 12.6333 10C12.6333 10.0184 12.6483 10.0334 12.6667 10.0334ZM11.3 10C11.3 9.24524 11.9119 8.63336 12.6667 8.63336C13.4215 8.63336 14.0333 9.24524 14.0333 10C14.0333 10.7548 13.4215 11.3667 12.6667 11.3667C11.9119 11.3667 11.3 10.7548 11.3 10Z", fill: "currentColor", }), }), - Am = (e) => - kt("svg", { + Em = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 3.36667C3.35175 3.36667 3.36667 3.35175 3.36667 3.33334C3.36667 3.31493 3.35175 3.30001 3.33334 3.30001C3.31493 3.30001 3.30001 3.31493 3.30001 3.33334C3.30001 3.35175 3.31493 3.36667 3.33334 3.36667ZM1.96667 3.33334C1.96667 2.57855 2.57855 1.96667 3.33334 1.96667C4.08813 1.96667 4.70001 2.57855 4.70001 3.33334C4.70001 4.08813 4.08813 4.70001 3.33334 4.70001C2.57855 4.70001 1.96667 4.08813 1.96667 3.33334ZM8.00001 3.36667C8.01842 3.36667 8.03334 3.35175 8.03334 3.33334C8.03334 3.31493 8.01842 3.30001 8.00001 3.30001C7.9816 3.30001 7.96667 3.31493 7.96667 3.33334C7.96667 3.35175 7.9816 3.36667 8.00001 3.36667ZM6.63334 3.33334C6.63334 2.57855 7.24522 1.96667 8.00001 1.96667C8.7548 1.96667 9.36667 2.57855 9.36667 3.33334C9.36667 4.08813 8.7548 4.70001 8.00001 4.70001C7.24522 4.70001 6.63334 4.08813 6.63334 3.33334ZM12.6667 3.36667C12.6851 3.36667 12.7 3.35175 12.7 3.33334C12.7 3.31493 12.6851 3.30001 12.6667 3.30001C12.6483 3.30001 12.6333 3.31493 12.6333 3.33334C12.6333 3.35175 12.6483 3.36667 12.6667 3.36667ZM11.3 3.33334C11.3 2.57855 11.9119 1.96667 12.6667 1.96667C13.4215 1.96667 14.0333 2.57855 14.0333 3.33334C14.0333 4.08813 13.4215 4.70001 12.6667 4.70001C11.9119 4.70001 11.3 4.08813 11.3 3.33334ZM3.33334 8.03334C3.35175 8.03334 3.36667 8.01842 3.36667 8.00001C3.36667 7.9816 3.35175 7.96667 3.33334 7.96667C3.31493 7.96667 3.30001 7.9816 3.30001 8.00001C3.30001 8.01842 3.31493 8.03334 3.33334 8.03334ZM1.96667 8.00001C1.96667 7.24522 2.57855 6.63334 3.33334 6.63334C4.08813 6.63334 4.70001 7.24522 4.70001 8.00001C4.70001 8.7548 4.08813 9.36667 3.33334 9.36667C2.57855 9.36667 1.96667 8.7548 1.96667 8.00001ZM8.00001 8.03334C8.01842 8.03334 8.03334 8.01842 8.03334 8.00001C8.03334 7.9816 8.01842 7.96667 8.00001 7.96667C7.9816 7.96667 7.96667 7.9816 7.96667 8.00001C7.96667 8.01842 7.9816 8.03334 8.00001 8.03334ZM6.63334 8.00001C6.63334 7.24522 7.24522 6.63334 8.00001 6.63334C8.7548 6.63334 9.36667 7.24522 9.36667 8.00001C9.36667 8.7548 8.7548 9.36667 8.00001 9.36667C7.24522 9.36667 6.63334 8.7548 6.63334 8.00001ZM12.6667 8.03334C12.6851 8.03334 12.7 8.01842 12.7 8.00001C12.7 7.9816 12.6851 7.96667 12.6667 7.96667C12.6483 7.96667 12.6333 7.9816 12.6333 8.00001C12.6333 8.01842 12.6483 8.03334 12.6667 8.03334ZM11.3 8.00001C11.3 7.24522 11.9119 6.63334 12.6667 6.63334C13.4215 6.63334 14.0333 7.24522 14.0333 8.00001C14.0333 8.7548 13.4215 9.36667 12.6667 9.36667C11.9119 9.36667 11.3 8.7548 11.3 8.00001ZM3.33334 12.7C3.35175 12.7 3.36667 12.6851 3.36667 12.6667C3.36667 12.6483 3.35175 12.6333 3.33334 12.6333C3.31493 12.6333 3.30001 12.6483 3.30001 12.6667C3.30001 12.6851 3.31493 12.7 3.33334 12.7ZM1.96667 12.6667C1.96667 11.9119 2.57855 11.3 3.33334 11.3C4.08813 11.3 4.70001 11.9119 4.70001 12.6667C4.70001 13.4215 4.08813 14.0333 3.33334 14.0333C2.57855 14.0333 1.96667 13.4215 1.96667 12.6667ZM8.00001 12.7C8.01842 12.7 8.03334 12.6851 8.03334 12.6667C8.03334 12.6483 8.01842 12.6333 8.00001 12.6333C7.9816 12.6333 7.96667 12.6483 7.96667 12.6667C7.96667 12.6851 7.9816 12.7 8.00001 12.7ZM6.63334 12.6667C6.63334 11.9119 7.24522 11.3 8.00001 11.3C8.7548 11.3 9.36667 11.9119 9.36667 12.6667C9.36667 13.4215 8.7548 14.0333 8.00001 14.0333C7.24522 14.0333 6.63334 13.4215 6.63334 12.6667ZM12.6667 12.7C12.6851 12.7 12.7 12.6851 12.7 12.6667C12.7 12.6483 12.6851 12.6333 12.6667 12.6333C12.6483 12.6333 12.6333 12.6483 12.6333 12.6667C12.6333 12.6851 12.6483 12.7 12.6667 12.7ZM11.3 12.6667C11.3 11.9119 11.9119 11.3 12.6667 11.3C13.4215 11.3 14.0333 11.9119 14.0333 12.6667C14.0333 13.4215 13.4215 14.0333 12.6667 14.0333C11.9119 14.0333 11.3 13.4215 11.3 12.6667Z", fill: "currentColor", }), }), - Zm = (e) => - kt("svg", { + Rm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00003 3.36667C6.01844 3.36667 6.03336 3.35175 6.03336 3.33334C6.03336 3.31493 6.01844 3.30001 6.00003 3.30001C5.98162 3.30001 5.9667 3.31493 5.9667 3.33334C5.9667 3.35175 5.98162 3.36667 6.00003 3.36667ZM4.63336 3.33334C4.63336 2.57855 5.24524 1.96667 6.00003 1.96667C6.75482 1.96667 7.3667 2.57855 7.3667 3.33334C7.3667 4.08813 6.75482 4.70001 6.00003 4.70001C5.24524 4.70001 4.63336 4.08813 4.63336 3.33334ZM10 3.36667C10.0184 3.36667 10.0334 3.35175 10.0334 3.33334C10.0334 3.31493 10.0184 3.30001 10 3.30001C9.98162 3.30001 9.9667 3.31493 9.9667 3.33334C9.9667 3.35175 9.98162 3.36667 10 3.36667ZM8.63336 3.33334C8.63336 2.57855 9.24524 1.96667 10 1.96667C10.7548 1.96667 11.3667 2.57855 11.3667 3.33334C11.3667 4.08813 10.7548 4.70001 10 4.70001C9.24524 4.70001 8.63336 4.08813 8.63336 3.33334ZM6.00003 8.03334C6.01844 8.03334 6.03336 8.01842 6.03336 8.00001C6.03336 7.9816 6.01844 7.96667 6.00003 7.96667C5.98162 7.96667 5.9667 7.9816 5.9667 8.00001C5.9667 8.01842 5.98162 8.03334 6.00003 8.03334ZM4.63336 8.00001C4.63336 7.24522 5.24524 6.63334 6.00003 6.63334C6.75482 6.63334 7.3667 7.24522 7.3667 8.00001C7.3667 8.7548 6.75482 9.36667 6.00003 9.36667C5.24524 9.36667 4.63336 8.7548 4.63336 8.00001ZM10 8.03334C10.0184 8.03334 10.0334 8.01842 10.0334 8.00001C10.0334 7.9816 10.0184 7.96667 10 7.96667C9.98162 7.96667 9.9667 7.9816 9.9667 8.00001C9.9667 8.01842 9.98162 8.03334 10 8.03334ZM8.63336 8.00001C8.63336 7.24522 9.24524 6.63334 10 6.63334C10.7548 6.63334 11.3667 7.24522 11.3667 8.00001C11.3667 8.7548 10.7548 9.36667 10 9.36667C9.24524 9.36667 8.63336 8.7548 8.63336 8.00001ZM6.00003 12.7C6.01844 12.7 6.03336 12.6851 6.03336 12.6667C6.03336 12.6483 6.01844 12.6333 6.00003 12.6333C5.98162 12.6333 5.9667 12.6483 5.9667 12.6667C5.9667 12.6851 5.98162 12.7 6.00003 12.7ZM4.63336 12.6667C4.63336 11.9119 5.24524 11.3 6.00003 11.3C6.75482 11.3 7.3667 11.9119 7.3667 12.6667C7.3667 13.4215 6.75482 14.0333 6.00003 14.0333C5.24524 14.0333 4.63336 13.4215 4.63336 12.6667ZM10 12.7C10.0184 12.7 10.0334 12.6851 10.0334 12.6667C10.0334 12.6483 10.0184 12.6333 10 12.6333C9.98162 12.6333 9.9667 12.6483 9.9667 12.6667C9.9667 12.6851 9.98162 12.7 10 12.7ZM8.63336 12.6667C8.63336 11.9119 9.24524 11.3 10 11.3C10.7548 11.3 11.3667 11.9119 11.3667 12.6667C11.3667 13.4215 10.7548 14.0333 10 14.0333C9.24524 14.0333 8.63336 13.4215 8.63336 12.6667Z", fill: "currentColor", }), }), - Im = (e) => - kt("svg", { + ym = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.69999C2.98659 2.69999 2.69999 2.98659 2.69999 3.33332V4.66665C2.69999 5.05325 2.38659 5.36665 1.99999 5.36665C1.61339 5.36665 1.29999 5.05325 1.29999 4.66665V3.33332C1.29999 2.21339 2.21339 1.29999 3.33332 1.29999H4.66665C5.05325 1.29999 5.36665 1.61339 5.36665 1.99999C5.36665 2.38659 5.05325 2.69999 4.66665 2.69999H3.33332ZM10.6333 1.99999C10.6333 1.61339 10.9467 1.29999 11.3333 1.29999H12.6667C13.7866 1.29999 14.7 2.21339 14.7 3.33332V4.66665C14.7 5.05325 14.3866 5.36665 14 5.36665C13.6134 5.36665 13.3 5.05325 13.3 4.66665V3.33332C13.3 2.98659 13.0134 2.69999 12.6667 2.69999H11.3333C10.9467 2.69999 10.6333 2.38659 10.6333 1.99999ZM5.36665 5.36665V7.29999H8.63332V5.36665H5.36665ZM10.0333 7.29999V5.33332C10.0333 4.57853 9.42144 3.96665 8.66665 3.96665H5.33332C4.57853 3.96665 3.96665 4.57853 3.96665 5.33332V7.33332C3.96665 8.08811 4.57853 8.69999 5.33332 8.69999H5.96665V10.6667C5.96665 11.4214 6.57853 12.0333 7.33332 12.0333H10.6667C11.4214 12.0333 12.0333 11.4214 12.0333 10.6667V8.66665C12.0333 7.91187 11.4214 7.29999 10.6667 7.29999H10.0333ZM7.36665 8.69999V10.6333H10.6333V8.69999H7.36665ZM1.99999 10.6333C2.38659 10.6333 2.69999 10.9467 2.69999 11.3333V12.6667C2.69999 13.0134 2.98659 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6134 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.21339 14.7 1.29999 13.7866 1.29999 12.6667V11.3333C1.29999 10.9467 1.61339 10.6333 1.99999 10.6333ZM14 10.6333C14.3866 10.6333 14.7 10.9467 14.7 11.3333V12.6667C14.7 13.7866 13.7866 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6134 10.9467 13.3 11.3333 13.3H12.6667C13.0134 13.3 13.3 13.0134 13.3 12.6667V11.3333C13.3 10.9467 13.6134 10.6333 14 10.6333Z", fill: "currentColor", }), }), - km = (e) => - kt("svg", { + Vm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9767 1.03343C12.2322 0.783023 12.5756 0.642761 12.9334 0.642761C13.2911 0.642761 13.6346 0.783022 13.89 1.03343L13.895 1.03833L14.9666 2.10997C15.217 2.36545 15.3573 2.70894 15.3573 3.06667C15.3573 3.42439 15.217 3.76786 14.9666 4.02333L14.9617 4.02833L13.8283 5.16164C13.6971 5.29292 13.519 5.36667 13.3334 5.36667H11.6233L10.6461 6.3439C11.1014 6.99752 11.3667 7.79683 11.3667 8.66667C11.3667 9.77734 10.6382 10.7394 9.68969 11.1706L9.68434 11.173L9.07994 11.4416C8.96861 11.4902 8.87359 11.5697 8.80621 11.6708C8.73966 11.7706 8.70284 11.8873 8.70002 12.0072C8.69812 12.8975 8.34363 13.7509 7.71395 14.3806C7.08258 15.012 6.22626 15.3667 5.33336 15.3667C2.74676 15.3667 0.633362 13.2533 0.633362 10.6667C0.633362 9.77377 0.988063 8.91745 1.61944 8.28607C2.24911 7.65639 3.10254 7.3019 3.99284 7.30001C4.11274 7.29718 4.2294 7.26037 4.32924 7.19381C4.4303 7.12644 4.50986 7.03142 4.55843 6.9201L4.56035 6.9157L4.82942 6.31033C5.26057 5.36178 6.22269 4.63333 7.33336 4.63333C8.20319 4.63333 9.00251 4.8986 9.65613 5.35395L10.6334 4.37672V2.66667C10.6334 2.48101 10.7071 2.30297 10.8384 2.17169L11.9767 1.03343ZM12.0334 3.96667H13.0434L13.9434 3.06667L12.9334 2.05662L12.0334 2.95662V3.96667ZM8.64141 6.36867C8.25849 6.15449 7.81309 6.03333 7.33336 6.03333C6.8448 6.03333 6.34105 6.37048 6.10506 6.88722L5.84055 7.48237C5.68453 7.83873 5.42954 8.14287 5.10582 8.35868C4.78136 8.57499 4.40153 8.69344 4.01163 8.6999L4.00003 8.7001C3.47844 8.7001 2.97821 8.9072 2.60939 9.27602C2.24056 9.64484 2.03336 10.1451 2.03336 10.6667C2.03336 12.4801 3.51996 13.9667 5.33336 13.9667C5.85495 13.9667 6.35518 13.7595 6.72401 13.3906C7.09283 13.0218 7.30003 12.5216 7.30003 12V11.9884C7.30649 11.5985 7.42503 11.2187 7.64134 10.8942C7.85715 10.5705 8.16128 10.3155 8.51763 10.1595L9.11282 9.89496C9.62956 9.65897 9.96669 9.15522 9.96669 8.66667C9.96669 8.18694 9.84553 7.74154 9.63136 7.35862L8.69917 8.29081C8.69974 8.30491 8.70003 8.31909 8.70003 8.33333C8.70003 8.90403 8.23739 9.36667 7.6667 9.36667C7.096 9.36667 6.63336 8.90403 6.63336 8.33333C6.63336 7.76264 7.096 7.3 7.6667 7.3C7.68094 7.3 7.69512 7.30029 7.70922 7.30086L8.64141 6.36867ZM7.30172 8.36883C7.31845 8.543 7.45703 8.68157 7.6312 8.6983C7.56148 8.66495 7.49614 8.6194 7.43839 8.56164C7.38063 8.50388 7.33508 8.43854 7.30172 8.36883ZM4.83839 12.495L3.50505 11.1616C3.23169 10.8883 3.23169 10.4451 3.50505 10.1717C3.77842 9.89832 4.22164 9.89832 4.495 10.1717L5.82834 11.505C6.1017 11.7784 6.1017 12.2216 5.82834 12.495C5.55497 12.7683 5.11175 12.7683 4.83839 12.495Z", fill: "currentColor", }), }), - Om = (e) => - kt("svg", { + Tm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0712 0.595542C11.3913 0.481487 11.7323 0.437734 12.0709 0.46726C12.4095 0.496786 12.7378 0.598898 13.0334 0.76665C13.329 0.934401 13.585 1.16386 13.784 1.4394C13.8946 1.59248 13.9861 1.75779 14.0569 1.93165C14.2358 2.00035 14.4062 2.0907 14.5641 2.20109C14.8459 2.39801 15.0815 2.65395 15.2543 2.9511C15.4272 3.24826 15.5333 3.5795 15.5652 3.9218C15.5971 4.26409 15.5541 4.60924 15.4392 4.93323C15.3242 5.25722 15.14 5.55229 14.8995 5.79791C14.659 6.04353 14.3678 6.23382 14.0463 6.35554C13.7248 6.47727 13.3806 6.52751 13.0377 6.50276C12.8787 6.49129 12.7216 6.4638 12.569 6.42099L11.844 7.146C11.8543 7.18284 11.8641 7.2199 11.8736 7.25716C12.0702 8.03093 12.0831 8.87373 11.9293 9.73286C11.7755 10.5921 11.4567 11.4598 10.9989 12.2889C10.5408 13.1184 9.94888 13.8997 9.25766 14.591C8.47591 15.3727 7.30121 15.5177 6.13338 15.2258C4.95743 14.9319 3.76063 14.1996 2.78049 13.2195C1.80036 12.2394 1.06811 11.0426 0.774194 9.86662C0.482314 8.6988 0.627297 7.52409 1.40904 6.74235C2.10026 6.05113 2.88161 5.45923 3.71112 5.00114C4.54024 4.54327 5.40786 4.22447 6.26714 4.07069C7.12627 3.91694 7.96907 3.92979 8.74285 4.1264C8.78025 4.1359 8.81744 4.14582 8.85441 4.15616L9.57793 3.43229C9.53741 3.27969 9.51215 3.12299 9.50279 2.96447C9.48276 2.62518 9.53604 2.28555 9.65902 1.96869C9.782 1.65183 9.97178 1.36517 10.2155 1.12823C10.4591 0.891278 10.751 0.709597 11.0712 0.595542ZM8.77078 5.60132C8.78266 5.60636 8.79465 5.61104 8.80674 5.61539C9.1794 5.76378 9.49975 5.97439 9.76268 6.23733C10.0244 6.49902 10.2343 6.81761 10.3825 7.18802C10.3881 7.20401 10.3943 7.21983 10.4011 7.23546C10.4458 7.35262 10.4844 7.47483 10.5167 7.60192C10.6573 8.15522 10.6751 8.79395 10.5512 9.48624C10.4388 10.1142 10.213 10.7678 9.87909 11.4142C9.57674 10.2551 8.85176 9.07934 7.88621 8.1138C6.92066 7.14825 5.74486 6.42326 4.58585 6.12091C5.23223 5.787 5.88583 5.56117 6.51377 5.44879C7.20605 5.3249 7.84479 5.3427 8.39808 5.48328C8.52744 5.51615 8.65172 5.5556 8.77078 5.60132ZM8.26771 13.601C8.57753 13.2912 8.7568 12.6964 8.53429 11.8061C8.31381 10.924 7.73515 9.94264 6.89626 9.10375C6.05737 8.26485 5.07601 7.6862 4.19386 7.46572C3.30357 7.2432 2.70882 7.42247 2.39899 7.7323C2.08917 8.04212 1.9099 8.63688 2.13241 9.52716C2.3529 10.4093 2.93155 11.3907 3.77044 12.2296C4.60934 13.0685 5.5907 13.6471 6.47285 13.8676C7.36313 14.0901 7.95789 13.9108 8.26771 13.601ZM11.2132 5.79682C11.0763 5.60103 10.9226 5.41735 10.7526 5.24738C10.5827 5.07746 10.3991 4.92385 10.2034 4.78691L10.8884 4.10151C11.1059 3.88397 11.1558 3.54999 11.0116 3.27835C10.9465 3.15574 10.9085 3.02054 10.9004 2.88196C10.8922 2.74337 10.9139 2.60465 10.9642 2.47523C11.0144 2.3458 11.0919 2.22872 11.1914 2.13194C11.291 2.03516 11.4102 1.96095 11.541 1.91436C11.6717 1.86778 11.811 1.84991 11.9493 1.86197C12.0876 1.87403 12.2217 1.91574 12.3424 1.98425C12.4632 2.05277 12.5678 2.14649 12.649 2.25904C12.7303 2.37159 12.7864 2.50032 12.8135 2.63648C12.8697 2.9193 13.0936 3.13869 13.3775 3.18918C13.5158 3.21377 13.6471 3.26819 13.7622 3.34866C13.8774 3.42912 13.9736 3.5337 14.0442 3.65512C14.1149 3.77654 14.1582 3.9119 14.1713 4.05177C14.1843 4.19164 14.1667 4.33267 14.1198 4.46505C14.0728 4.59744 13.9975 4.71801 13.8992 4.81838C13.801 4.91874 13.682 4.9965 13.5506 5.04624C13.4192 5.09598 13.2786 5.1165 13.1385 5.10639C12.9984 5.09628 12.8622 5.05578 12.7393 4.9877C12.4662 4.83636 12.1258 4.88422 11.905 5.10501L11.2132 5.79682ZM4.50504 9.83835C4.77841 9.56498 5.22163 9.56498 5.49499 9.83835L6.16166 10.505C6.43503 10.7784 6.43503 11.2216 6.16166 11.495C5.88829 11.7683 5.44508 11.7683 5.17171 11.495L4.50504 10.8283C4.23168 10.5549 4.23168 10.1117 4.50504 9.83835Z", fill: "currentColor", }), }), - Bm = (e) => - kt("svg", { + Sm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.3467 1.72189C5.45133 1.45001 5.71342 1.27136 6.00473 1.27333L8.36325 1.28933C8.3632 1.28933 8.3633 1.28933 8.36325 1.28933C9.59852 1.29748 10.7811 1.79163 11.6548 2.66486L13.1616 4.17167C13.2929 4.30295 13.3667 4.481 13.3667 4.66665V5.44783C13.3667 5.44778 13.3667 5.44788 13.3667 5.44783C13.3667 5.61574 13.4335 5.77689 13.5522 5.8956L14.3603 6.70369C14.6213 6.57669 14.9449 6.62158 15.1616 6.83834C15.435 7.11171 15.435 7.55492 15.1616 7.82829L14.8288 8.16113C14.8286 8.1613 14.8289 8.16097 14.8288 8.16113C14.8286 8.1613 14.828 8.16195 14.8278 8.16211L12.829 10.1609C12.8288 10.1612 12.8292 10.1607 12.829 10.1609C12.8288 10.1612 12.8278 10.1621 12.8276 10.1623L12.495 10.495C12.2216 10.7683 11.7784 10.7683 11.505 10.495C11.2882 10.2782 11.2434 9.95463 11.3704 9.69364L10.5623 8.88562C10.4811 8.80435 10.3799 8.74735 10.2704 8.71951L4.91296 14.077C4.51647 14.4734 3.97871 14.6962 3.41799 14.6962C2.85726 14.6962 2.3195 14.4734 1.92301 14.077C1.52652 13.6805 1.30377 13.1427 1.30377 12.582C1.30377 12.0213 1.52652 11.4835 1.92301 11.087L7.29999 5.71003V5.60045C7.29966 5.11715 7.19691 4.63941 6.9985 4.19871C6.8001 3.75802 6.51054 3.36438 6.14892 3.04375L6.14756 3.04254L5.53423 2.49587C5.31675 2.30204 5.24206 1.99377 5.3467 1.72189ZM7.66665 7.32327L2.91296 12.077C2.77902 12.2109 2.70377 12.3926 2.70377 12.582C2.70377 12.7714 2.77902 12.9531 2.91296 13.087C3.0469 13.2209 3.22857 13.2962 3.41799 13.2962C3.6074 13.2962 3.78907 13.2209 3.92301 13.087L8.6767 8.33332L7.66665 7.32327ZM9.62327 7.29998H10.1147C10.6538 7.3001 11.1711 7.51437 11.5523 7.89567C11.5523 7.89565 11.5523 7.8957 11.5523 7.89567L12.3333 8.6767L13.3434 7.66665L12.5624 6.8857C12.5624 6.88567 12.5624 6.88572 12.5624 6.8857C12.1811 6.50447 11.9668 5.98733 11.9667 5.44813V4.9566L10.6652 3.6551C10.0517 3.04195 9.22141 2.695 8.35405 2.6893L7.71654 2.68498C7.9371 2.97499 8.12468 3.28989 8.27509 3.62397C8.55472 4.24507 8.69953 4.91838 8.69999 5.59952V6.3767L9.62327 7.29998Z", fill: "currentColor", }), }), - Dm = (e) => - kt("svg", { + Nm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00003 2.03336C3.28206 2.03336 2.70003 2.61539 2.70003 3.33336C2.70003 4.05133 3.28206 4.63336 4.00003 4.63336C4.718 4.63336 5.30003 4.05133 5.30003 3.33336C5.30003 2.61539 4.718 2.03336 4.00003 2.03336ZM1.30003 3.33336C1.30003 1.84219 2.50886 0.633362 4.00003 0.633362C5.4912 0.633362 6.70003 1.84219 6.70003 3.33336C6.70003 4.82453 5.4912 6.03336 4.00003 6.03336C2.50886 6.03336 1.30003 4.82453 1.30003 3.33336ZM10.6667 4.7667C9.98554 4.7667 9.43336 5.31888 9.43336 6.00003C9.43336 6.68118 9.98554 7.23336 10.6667 7.23336C10.9582 7.23336 11.2261 7.13222 11.4372 6.96312L11.5697 6.84004C11.7747 6.61983 11.9 6.32457 11.9 6.00003C11.9 5.31888 11.3478 4.7667 10.6667 4.7667ZM13.2991 5.92939C13.2617 4.50769 12.0974 3.36669 10.6667 3.36669C9.21235 3.36669 8.03336 4.54568 8.03336 6.00003C8.03336 6.21836 8.05993 6.43049 8.11002 6.63336H6.6667C6.13774 6.63336 5.58359 6.80692 5.2127 7.263L2.00895 10.3523L1.82834 10.1717C1.55497 9.89835 1.11175 9.89835 0.838387 10.1717C0.56502 10.4451 0.56502 10.8883 0.838387 11.1617L1.50387 11.8272C1.50478 11.8281 1.50569 11.829 1.5066 11.8299L4.16787 14.4912C4.17075 14.4941 4.17364 14.497 4.17655 14.4998L4.83839 15.1617C5.11175 15.435 5.55497 15.435 5.82834 15.1617C6.1017 14.8883 6.1017 14.4451 5.82834 14.1717L5.69074 14.0341L6.19431 13.5935C6.23096 13.5614 6.26415 13.5256 6.29336 13.4867C6.32307 13.4471 6.41469 13.3667 6.6667 13.3667H9.33336C10.2289 13.3667 11.0888 13.0412 11.7049 12.3525L14.7475 9.44212C14.7481 9.44157 14.7487 9.44101 14.7493 9.44045C15.1404 9.06996 15.3686 8.55944 15.3838 8.02085C15.3991 7.48146 15.1994 6.9581 14.8288 6.5659C14.4582 6.17371 13.9469 5.94481 13.4075 5.92957C13.3713 5.92854 13.3351 5.92849 13.2991 5.92939ZM12.3589 8.01774C12.4265 7.96097 12.4913 7.90086 12.5528 7.83767L12.9097 7.50632L12.9142 7.50212C13.0365 7.38652 13.1997 7.32425 13.368 7.32901C13.5362 7.33376 13.6957 7.40516 13.8113 7.52748C13.9269 7.64981 13.9891 7.81305 13.9844 7.98129C13.9796 8.14953 13.9082 8.309 13.7859 8.4246L10.7162 11.3608C10.7012 11.3752 10.6869 11.3901 10.6732 11.4057C10.3574 11.7666 9.89383 11.9667 9.33336 11.9667H6.6667C6.14358 11.9667 5.59581 12.1364 5.22504 12.5813L4.69859 13.042L2.99906 11.3424L6.21926 8.23725C6.24616 8.21131 6.27094 8.18326 6.29336 8.15336C6.32307 8.11375 6.41469 8.03336 6.6667 8.03336H8.6667C8.83467 8.03336 8.99576 8.10009 9.11453 8.21886C9.2333 8.33763 9.30003 8.49872 9.30003 8.66669C9.30003 8.83466 9.2333 8.99576 9.11453 9.11453C8.99576 9.2333 8.83467 9.30003 8.6667 9.30003H7.33336C6.94676 9.30003 6.63336 9.61343 6.63336 10C6.63336 10.3866 6.94676 10.7 7.33336 10.7H8.6667C9.18329 10.7 9.67961 10.5034 10.0556 10.1517C10.0742 10.1376 10.0922 10.1225 10.1097 10.1063L12.3589 8.01774Z", fill: "currentColor", }), }), - Pm = (e) => - kt("svg", { + xm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3895 1.27095C11.9277 1.0902 12.5112 1.09649 13.0454 1.2888C13.5796 1.4811 14.0332 1.84816 14.3327 2.33048C14.6252 2.80166 14.754 3.35587 14.6997 3.90709C14.6888 4.5035 14.4381 5.01346 14.1432 5.42301C14.3997 5.53162 14.6337 5.69279 14.8288 5.8992C15.1994 6.29139 15.3991 6.81475 15.3838 7.35415C15.3686 7.89273 15.1404 8.40325 14.7493 8.77375C14.7487 8.7743 14.7481 8.77486 14.7475 8.77542L11.7049 11.6858C11.0888 12.3745 10.2289 12.7 9.33336 12.7H6.6667C6.41469 12.7 6.32307 12.7804 6.29336 12.82C6.26415 12.8589 6.23096 12.8947 6.19432 12.9268L5.69074 13.3674L5.82834 13.505C6.1017 13.7784 6.1017 14.2216 5.82834 14.495C5.55497 14.7683 5.11175 14.7683 4.83839 14.495L4.17654 13.8331C4.17363 13.8303 4.17075 13.8274 4.16789 13.8245L1.5064 11.163C1.50562 11.1622 1.50484 11.1614 1.50406 11.1606L0.838387 10.495C0.56502 10.2216 0.56502 9.77838 0.838387 9.50501C1.11175 9.23165 1.55497 9.23165 1.82834 9.50501L2.00895 9.68562L5.2127 6.59629C5.58359 6.14021 6.13774 5.96665 6.6667 5.96665H7.60368C7.1913 5.5025 6.63981 4.82529 6.63342 3.8832C6.61147 3.34335 6.76134 2.81029 7.06169 2.36083C7.36507 1.90682 7.80601 1.56203 8.31978 1.37708C8.83355 1.19212 9.39307 1.17674 9.91623 1.33319C10.1741 1.41031 10.4164 1.52716 10.6351 1.67814C10.8599 1.50155 11.1147 1.36325 11.3895 1.27095ZM10.0557 9.485C9.67961 9.83674 9.18329 10.0333 8.6667 10.0333H7.33336C6.94676 10.0333 6.63336 9.71992 6.63336 9.33332C6.63336 8.94672 6.94676 8.63332 7.33336 8.63332H8.6667C8.83467 8.63332 8.99576 8.5666 9.11453 8.44782C9.2333 8.32905 9.30003 8.16796 9.30003 7.99999C9.30003 7.83202 9.2333 7.67093 9.11453 7.55215C8.99576 7.43338 8.83467 7.36665 8.6667 7.36665H6.6667C6.41469 7.36665 6.32307 7.44704 6.29336 7.48666C6.27094 7.51655 6.24616 7.54461 6.21926 7.57055L2.99906 10.6757L4.6986 12.3753L5.22504 11.9146C5.59581 11.4697 6.14358 11.3 6.6667 11.3H9.33336C9.89383 11.3 10.3574 11.0999 10.6732 10.739C10.6869 10.7234 10.7012 10.7085 10.7162 10.6941L13.7859 7.75788C13.9082 7.64228 13.9796 7.48283 13.9844 7.31459C13.9891 7.14635 13.9269 6.98311 13.8113 6.86078C13.6957 6.73845 13.5362 6.66706 13.368 6.6623C13.1997 6.65754 13.0365 6.71982 12.9142 6.83542L12.9097 6.83963L11.6125 8.04412L11.1617 8.49496C11.1106 8.54605 11.0535 8.58761 10.9928 8.61961L10.1097 9.43961C10.0922 9.4558 10.0742 9.47092 10.0557 9.485ZM10.6596 7.01716L12.5051 5.17168C12.992 4.68475 13.3 4.27523 13.3 3.86666C13.3 3.84007 13.3015 3.81352 13.3046 3.78711C13.3332 3.53641 13.2764 3.28338 13.1433 3.06901C13.0102 2.85464 12.8086 2.69151 12.5712 2.60604C12.3338 2.52057 12.0744 2.51777 11.8352 2.59811C11.596 2.67844 11.391 2.8372 11.2533 3.04865C11.1286 3.24008 10.9184 3.35863 10.6901 3.36626C10.4618 3.3739 10.2441 3.26964 10.1069 3.08696C9.95883 2.88973 9.7514 2.74517 9.5151 2.6745C9.27879 2.60383 9.02605 2.61077 8.79399 2.69432C8.56192 2.77786 8.36275 2.9336 8.22571 3.13868C8.08867 3.34375 8.02098 3.58735 8.03259 3.83373C8.0331 3.8447 8.03336 3.85567 8.03336 3.86666C8.03336 4.32872 8.30752 4.64161 8.79788 5.20125C8.81221 5.21761 8.82673 5.23417 8.84143 5.25096L10.6596 7.01716Z", fill: "currentColor", }), }), - Fm = (e) => - kt("svg", { + _m = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.955 4.48223C12.3469 4.11309 12.8692 3.91431 13.4075 3.92952C13.9469 3.94477 14.4581 4.17367 14.8287 4.56586C15.1994 4.95806 15.399 5.48142 15.3838 6.02081C15.3685 6.5594 15.1403 7.06992 14.7492 7.44041C14.7486 7.44097 14.748 7.44153 14.7474 7.44208L11.7048 10.3524C11.0887 11.0412 10.2288 11.3667 9.3333 11.3667H6.66663C6.41463 11.3667 6.32301 11.447 6.2933 11.4867C6.26409 11.5256 6.23089 11.5614 6.19425 11.5935L5.69068 12.0341L5.82828 12.1717C6.10164 12.445 6.10164 12.8883 5.82828 13.1616C5.55491 13.435 5.11169 13.435 4.83833 13.1616L4.17646 12.4998C4.17357 12.4969 4.17069 12.494 4.16784 12.4911L1.50642 9.82972C1.50559 9.82889 1.50475 9.82806 1.50392 9.82723L0.838326 9.16163C0.564959 8.88826 0.564959 8.44505 0.838326 8.17168C1.11169 7.89831 1.55491 7.89831 1.82828 8.17168L2.00889 8.35229L5.21264 5.26295C5.58353 4.80688 6.13768 4.63332 6.66663 4.63332H8.66663C9.20591 4.63332 9.72309 4.84755 10.1044 5.22887C10.2769 5.40139 10.4153 5.60173 10.515 5.81934L11.955 4.48223ZM10.0556 8.15166C9.67955 8.5034 9.18323 8.69999 8.66663 8.69999H7.3333C6.9467 8.69999 6.6333 8.38659 6.6333 7.99999C6.6333 7.61339 6.9467 7.29999 7.3333 7.29999H8.66663C8.8346 7.29999 8.9957 7.23326 9.11447 7.11449C9.23324 6.99571 9.29997 6.83462 9.29997 6.66665C9.29997 6.49868 9.23324 6.33759 9.11447 6.21882C8.9957 6.10005 8.8346 6.03332 8.66663 6.03332H6.66663C6.41463 6.03332 6.32301 6.11371 6.2933 6.15332C6.27088 6.18322 6.2461 6.21127 6.2192 6.23721L2.999 9.3424L4.69853 11.0419L5.22498 10.5813C5.59575 10.1364 6.14352 9.96665 6.66663 9.96665H9.3333C9.89377 9.96665 10.3574 9.76658 10.6732 9.4057C10.6868 9.39011 10.7011 9.37513 10.7161 9.3608L13.7858 6.42455C13.9082 6.30894 13.9796 6.14949 13.9843 5.98125C13.9891 5.81301 13.9268 5.64977 13.8112 5.52744C13.6956 5.40512 13.5361 5.33372 13.3679 5.32897C13.1997 5.32421 13.0364 5.38648 12.9141 5.50208L12.9096 5.50629L10.1096 8.10628C10.0922 8.12246 10.0741 8.13759 10.0556 8.15166Z", fill: "currentColor", }), }), - Um = (e) => - kt("svg", { + Am = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.56225 1.22891C6.94358 0.847587 7.46076 0.633362 8.00004 0.633362C8.53931 0.633362 9.0565 0.847587 9.43782 1.22891C9.68145 1.47254 9.85687 1.77164 9.95179 2.09652C10.1782 2.01147 10.4202 1.9667 10.6667 1.9667C11.206 1.9667 11.7232 2.18092 12.1045 2.56224C12.3481 2.80588 12.5235 3.10497 12.6185 3.42985C12.8449 3.3448 13.0868 3.30003 13.3334 3.30003C13.8726 3.30003 14.3898 3.51425 14.7712 3.89558C15.1525 4.2769 15.3667 4.79409 15.3667 5.33336V9.33336C15.3667 10.9335 14.731 12.4681 13.5996 13.5996C12.4681 14.731 10.9335 15.3667 9.33337 15.3667H8.00004C5.9452 15.3667 4.63549 14.7179 3.5134 13.6033L3.51173 13.6017L1.11173 11.2017C1.10332 11.1933 1.09512 11.1846 1.08715 11.1758C0.737354 10.7884 0.549933 10.2813 0.563696 9.75953C0.577459 9.23775 0.79135 8.74125 1.16109 8.37282C1.53082 8.00439 2.02808 7.79226 2.5499 7.78034C2.80794 7.77445 3.06221 7.81774 3.30004 7.90547V4.00003C3.30004 3.46075 3.51426 2.94357 3.89559 2.56224C4.27691 2.18092 4.7941 1.9667 5.33337 1.9667C5.57991 1.9667 5.82184 2.01147 6.04828 2.09652C6.1432 1.77164 6.31862 1.47254 6.56225 1.22891ZM5.9667 4.00003V7.00003C5.9667 7.38663 6.2801 7.70003 6.6667 7.70003C7.0533 7.70003 7.3667 7.38663 7.3667 7.00003V2.6667C7.3667 2.49872 7.43343 2.33763 7.5522 2.21886C7.67098 2.10009 7.83207 2.03336 8.00004 2.03336C8.16801 2.03336 8.3291 2.10009 8.44787 2.21886C8.56664 2.33763 8.63337 2.49872 8.63337 2.6667V6.66669C8.63337 7.05329 8.94677 7.36669 9.33337 7.36669C9.71997 7.36669 10.0334 7.05329 10.0334 6.66669V4.00003C10.0334 3.83206 10.1001 3.67097 10.2189 3.55219C10.3376 3.43342 10.4987 3.3667 10.6667 3.3667C10.8347 3.3667 10.9958 3.43342 11.1145 3.55219C11.2333 3.67097 11.3 3.83206 11.3 4.00003V7.33336C11.3 7.71996 11.6134 8.03336 12 8.03336C12.3866 8.03336 12.7 7.71996 12.7 7.33336V5.33336C12.7 5.16539 12.7668 5.0043 12.8855 4.88553C13.0043 4.76675 13.1654 4.70003 13.3334 4.70003C13.5013 4.70003 13.6624 4.76675 13.7812 4.88553C13.9 5.0043 13.9667 5.16539 13.9667 5.33336V9.33336C13.9667 10.5622 13.4785 11.7407 12.6096 12.6096C11.7407 13.4785 10.5622 13.9667 9.33337 13.9667H8.00004C6.32212 13.9667 5.36525 13.4692 4.50091 12.6109C4.50061 12.6107 4.50031 12.6104 4.50001 12.6101L2.11662 10.2267C2.01387 10.1075 1.95905 9.95411 1.96321 9.79644C1.9675 9.63392 2.03412 9.47927 2.14928 9.36452C2.26444 9.24976 2.41933 9.18369 2.58186 9.17998C2.73988 9.17637 2.89336 9.23197 3.0123 9.33557L4.17173 10.495C4.4451 10.7684 4.88831 10.7684 5.16168 10.495C5.43504 10.2216 5.43504 9.77842 5.16168 9.50505L4.70004 9.04341V4.00003C4.70004 3.83206 4.76676 3.67097 4.88554 3.55219C5.00431 3.43342 5.1654 3.3667 5.33337 3.3667C5.50134 3.3667 5.66243 3.43342 5.7812 3.55219C5.89998 3.67097 5.9667 3.83206 5.9667 4.00003Z", fill: "currentColor", }), }), - zm = (e) => - kt("svg", { + Zm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89559 1.89554C4.27691 1.51421 4.7941 1.29999 5.33337 1.29999C5.87264 1.29999 6.38983 1.51421 6.77115 1.89554C7.15248 2.27686 7.3667 2.79405 7.3667 3.33332V4.0678C7.56928 4.0014 7.78287 3.96665 8.00004 3.96665C8.53931 3.96665 9.0565 4.18088 9.43782 4.5622C9.53535 4.65973 9.62194 4.76614 9.69682 4.87954C9.99192 4.7194 10.3249 4.63332 10.6667 4.63332C10.8839 4.63332 11.0975 4.66806 11.3 4.73447V4.66665C11.3 4.12738 11.5143 3.61019 11.8956 3.22887C12.2769 2.84755 12.7941 2.63332 13.3334 2.63332C13.8726 2.63332 14.3898 2.84755 14.7712 3.22887C15.1525 3.61019 15.3667 4.12738 15.3667 4.66665V9.33332C15.3667 10.9335 14.731 12.4681 13.5996 13.5995C12.4681 14.731 10.9335 15.3667 9.33337 15.3667H8.00004C5.9452 15.3667 4.63549 14.7178 3.5134 13.6033L3.51173 13.6016L1.11173 11.2016C1.10332 11.1932 1.09512 11.1846 1.08715 11.1758C0.737354 10.7884 0.549933 10.2813 0.563696 9.75949C0.577459 9.23771 0.79135 8.74121 1.16109 8.37278C1.53082 8.00435 2.02808 7.79222 2.5499 7.7803C2.80794 7.77441 3.06221 7.8177 3.30004 7.90543V3.33332C3.30004 2.79405 3.51426 2.27686 3.89559 1.89554ZM3.50525 9.82848L4.17173 10.495C4.4451 10.7683 4.88831 10.7683 5.16168 10.495C5.43504 10.2216 5.43504 9.77838 5.16168 9.50501L4.70004 9.04337V3.33332C4.70004 3.16535 4.76676 3.00426 4.88554 2.88549C5.00431 2.76671 5.1654 2.69999 5.33337 2.69999C5.50134 2.69999 5.66243 2.76671 5.7812 2.88549C5.89998 3.00426 5.9667 3.16535 5.9667 3.33332V7.33332C5.9667 7.71992 6.2801 8.03332 6.6667 8.03332C7.0533 8.03332 7.3667 7.71992 7.3667 7.33332V5.99999C7.3667 5.83202 7.43343 5.67093 7.5522 5.55215C7.67098 5.43338 7.83207 5.36665 8.00004 5.36665C8.16801 5.36665 8.3291 5.43338 8.44787 5.55215C8.56664 5.67093 8.63337 5.83202 8.63337 5.99999V7.59999C8.63337 7.98659 8.94677 8.29999 9.33337 8.29999C9.71997 8.29999 10.0334 7.98659 10.0334 7.59999V6.66665C10.0334 6.49868 10.1001 6.33759 10.2189 6.21882C10.3376 6.10005 10.4987 6.03332 10.6667 6.03332C10.8347 6.03332 10.9958 6.10005 11.1145 6.21882C11.2333 6.33759 11.3 6.49868 11.3 6.66665V8.33332C11.3 8.71992 11.6134 9.03332 12 9.03332C12.3866 9.03332 12.7 8.71992 12.7 8.33332V4.66665C12.7 4.49868 12.7668 4.33759 12.8855 4.21882C13.0043 4.10005 13.1654 4.03332 13.3334 4.03332C13.5013 4.03332 13.6624 4.10005 13.7812 4.21882C13.9 4.33759 13.9667 4.49868 13.9667 4.66665V9.33332C13.9667 10.5622 13.4785 11.7407 12.6096 12.6096C11.7407 13.4785 10.5622 13.9667 9.33337 13.9667H8.00004C6.32203 13.9667 5.36515 13.4691 4.50077 12.6108C4.50052 12.6105 4.50026 12.6103 4.50001 12.61L2.11662 10.2266C2.01387 10.1074 1.95905 9.95407 1.96321 9.79641C1.9675 9.63388 2.03412 9.47923 2.14928 9.36448C2.26444 9.24972 2.41933 9.18365 2.58186 9.17994C2.73988 9.17633 2.89336 9.23193 3.0123 9.33553L3.50525 9.82848C3.50537 9.82861 3.50512 9.82836 3.50525 9.82848Z", fill: "currentColor", }), }), - Gm = (e) => - kt("svg", { + Im = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633362C8.38657 0.633362 8.69997 0.946762 8.69997 1.33336V2.00003C8.69997 2.02358 8.6988 2.04686 8.69653 2.06981C9.72765 2.20309 10.7042 2.63033 11.506 3.30751C12.3335 4.00649 12.9296 4.93367 13.2246 5.96669H13.3333C13.7199 5.96669 14.0333 6.2801 14.0333 6.66669C14.0333 7.05329 13.7199 7.36669 13.3333 7.36669H12.6783C12.6699 7.36684 12.6616 7.36684 12.6533 7.36669H3.34662C3.33832 7.36684 3.33 7.36684 3.32165 7.36669H2.66663C2.28003 7.36669 1.96663 7.05329 1.96663 6.66669C1.96663 6.2801 2.28003 5.96669 2.66663 5.96669H2.77538C3.0703 4.93367 3.66645 4.00649 4.49398 3.30751C5.29571 2.63033 6.27229 2.20309 7.3034 2.06981C7.30113 2.04686 7.29997 2.02358 7.29997 2.00003V1.33336C7.29997 0.946762 7.61337 0.633362 7.99997 0.633362ZM4.25258 5.96669H11.7474C11.5038 5.35477 11.1123 4.80759 10.6026 4.37705C9.87471 3.76226 8.95272 3.42498 7.99997 3.42498C7.04721 3.42498 6.12522 3.76226 5.39736 4.37705C4.88763 4.80759 4.49617 5.35477 4.25258 5.96669ZM0.633301 9.33336C0.633301 8.94676 0.946701 8.63336 1.3333 8.63336H9.3333C9.87257 8.63336 10.3898 8.84759 10.7711 9.22891C10.953 9.41087 11.0969 9.62375 11.1977 9.85522L11.9274 9.21668C12.3159 8.84851 12.8335 8.64724 13.3691 8.65663C13.9111 8.66614 14.4271 8.89054 14.8035 9.28048C15.18 9.67041 15.3862 10.1939 15.3767 10.7359C15.3672 11.2778 15.1428 11.7938 14.7529 12.1703L14.7396 12.1827L12.3662 14.3584C11.7504 15.0431 10.8929 15.3667 9.99997 15.3667H7.3333C6.44315 15.3667 5.5882 15.0451 4.97287 14.3648L4.0333 13.5427V14C4.0333 14.3866 3.7199 14.7 3.3333 14.7H1.3333C0.946701 14.7 0.633301 14.3866 0.633301 14C0.633301 13.6134 0.946701 13.3 1.3333 13.3H2.6333V12.0034C2.63329 12.001 2.63329 11.9985 2.6333 11.9961V10.0334H1.3333C0.946701 10.0334 0.633301 9.71996 0.633301 9.33336ZM4.0333 10.0334V11.6824L5.92759 13.3399C5.95097 13.3604 5.97297 13.3824 5.99344 13.4057C6.30921 13.7666 6.77283 13.9667 7.3333 13.9667H9.99997C10.5604 13.9667 11.0241 13.7666 11.3398 13.4057C11.3567 13.3864 11.3747 13.368 11.3936 13.3507L13.7857 11.1579C13.9053 11.0398 13.974 10.8795 13.9769 10.7113C13.9799 10.5406 13.915 10.3757 13.7964 10.2529C13.6778 10.1301 13.5153 10.0594 13.3446 10.0564C13.1739 10.0534 13.009 10.1184 12.8862 10.2369C12.878 10.2449 12.8695 10.2526 12.8609 10.2602L10.855 12.0153C10.828 12.0458 10.8 12.0755 10.7711 12.1045C10.3898 12.4858 9.87257 12.7 9.3333 12.7H7.99997C7.61337 12.7 7.29997 12.3866 7.29997 12C7.29997 11.6134 7.61337 11.3 7.99997 11.3H9.3333C9.46939 11.3 9.60097 11.2562 9.70918 11.1764C9.73726 11.1396 9.76944 11.1049 9.80568 11.0732L9.84713 11.037C9.92433 10.9298 9.96663 10.8004 9.96663 10.6667C9.96663 10.4987 9.89991 10.3376 9.78113 10.2189C9.66236 10.1001 9.50127 10.0334 9.3333 10.0334H4.0333Z", fill: "currentColor", }), }), - $m = (e) => - kt("svg", { + km = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2208 3.14749C10.6172 2.78664 9.91058 2.63741 9.21268 2.72341C8.51494 2.80939 7.8658 3.12559 7.36797 3.62196C7.36786 3.62208 7.36809 3.62185 7.36797 3.62196L5.49495 5.49499C5.361 5.62893 5.28576 5.8106 5.28576 6.00002C5.28576 6.18944 5.361 6.3711 5.49495 6.50504C5.62889 6.63899 5.81055 6.71423 5.99997 6.71423C6.18939 6.71423 6.37105 6.63899 6.505 6.50504L7.09166 5.91838C7.59791 5.41276 8.28447 5.12845 8.99997 5.12845C9.71547 5.12845 10.4017 5.41245 10.908 5.91807L13.4949 8.50504C13.5362 8.54633 13.5756 8.58914 13.6131 8.63335H13.9001L13.433 3.49476L12.978 3.58627L12.9753 3.58682C12.4799 3.6844 11.966 3.59419 11.5335 3.33381C11.5329 3.33343 11.5322 3.33304 11.5316 3.33265L11.2208 3.14749ZM13.3055 2.09236L13.3028 2.06339C13.2678 1.67838 13.5516 1.3379 13.9366 1.30289C14.3216 1.26789 14.6621 1.55163 14.6971 1.93664L15.3638 9.26998C15.3816 9.46584 15.3162 9.66016 15.1835 9.80539C15.0509 9.95062 14.8633 10.0334 14.6666 10.0334H14.1139C14.1053 10.582 13.8836 11.1064 13.4949 11.495C13.0985 11.8915 12.5607 12.1142 12 12.1142C11.9114 12.1142 11.8234 12.1087 11.7364 12.0978C11.7096 12.2268 11.6706 12.3534 11.6199 12.4758C11.5137 12.7323 11.3579 12.9653 11.1616 13.1617C10.9653 13.358 10.7322 13.5137 10.4757 13.62C10.2192 13.7262 9.94428 13.7809 9.66664 13.7809C9.38899 13.7809 9.11407 13.7262 8.85756 13.62C8.77246 13.5847 8.68993 13.544 8.61047 13.4982C8.50549 13.7436 8.35401 13.9693 8.16161 14.1617C7.76512 14.5582 7.22736 14.7809 6.66664 14.7809C6.10591 14.7809 5.56815 14.5582 5.17166 14.1617L0.838329 9.82833C0.691431 9.68143 0.61737 9.47687 0.636179 9.26998L1.30285 1.93664C1.33785 1.55163 1.67833 1.26789 2.06335 1.30289C2.41575 1.33493 2.68331 1.6229 2.69926 1.96669H7.22468C7.77493 1.63108 8.39368 1.41375 9.04145 1.33392C10.0483 1.20985 11.0678 1.42506 11.9385 1.94549C11.9383 1.94536 11.9388 1.94562 11.9385 1.94549L12.255 2.13404C12.3895 2.21522 12.5494 2.24352 12.7036 2.21344C12.7039 2.21336 12.7043 2.21329 12.7047 2.21322L13.3055 2.09236ZM5.64335 3.36669H2.57861L2.06011 9.07021L6.16161 13.1717C6.29555 13.3057 6.47722 13.3809 6.66664 13.3809C6.85606 13.3809 7.03772 13.3057 7.17166 13.1717C7.3056 13.0378 7.38085 12.8561 7.38085 12.6667C7.38085 12.4773 7.3056 12.2956 7.17166 12.1617C7.17155 12.1615 7.17178 12.1618 7.17166 12.1617L6.83833 11.8283C6.56496 11.555 6.56496 11.1117 6.83833 10.8384C7.1117 10.565 7.55491 10.565 7.82828 10.8384L9.16161 12.1717C9.22793 12.238 9.30667 12.2906 9.39332 12.3265C9.47997 12.3624 9.57285 12.3809 9.66664 12.3809C9.76043 12.3809 9.8533 12.3624 9.93995 12.3265C10.0266 12.2906 10.1053 12.238 10.1717 12.1717C10.238 12.1054 10.2906 12.0267 10.3265 11.94C10.3624 11.8534 10.3809 11.7605 10.3809 11.6667C10.3809 11.5729 10.3624 11.48 10.3265 11.3934C10.2906 11.3067 10.238 11.228 10.1717 11.1617C10.1716 11.1616 10.1717 11.1617 10.1717 11.1617L8.83833 9.82833C8.56496 9.55496 8.56496 9.11174 8.83833 8.83838C9.1117 8.56501 9.55491 8.56501 9.82828 8.83838L11.4949 10.505C11.6289 10.639 11.8105 10.7142 12 10.7142C12.1894 10.7142 12.3711 10.639 12.505 10.505C12.6389 10.3711 12.7142 10.1894 12.7142 10C12.7142 9.8106 12.6389 9.62893 12.505 9.49499L9.91864 6.90864C9.91853 6.90853 9.91874 6.90874 9.91864 6.90864C9.67492 6.66538 9.34433 6.52845 8.99997 6.52845C8.65547 6.52845 8.32505 6.66519 8.0813 6.90864L7.49495 7.49499C7.09845 7.89149 6.56069 8.11423 5.99997 8.11423C5.43925 8.11423 4.90149 7.89149 4.505 7.49499C4.1085 7.0985 3.88576 6.56074 3.88576 6.00002C3.88576 5.43929 4.1085 4.90154 4.505 4.50504L5.64335 3.36669Z", fill: "currentColor", }), }), - Wm = (e) => - kt("svg", { + Om = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633362C8.38657 0.633362 8.69997 0.946762 8.69997 1.33336V4.97675L10.1717 3.50505C10.445 3.23169 10.8882 3.23169 11.1616 3.50505C11.435 3.77842 11.435 4.22164 11.1616 4.495L8.49494 7.16167C8.22157 7.43504 7.77836 7.43504 7.50499 7.16167L4.83833 4.495C4.56496 4.22164 4.56496 3.77842 4.83833 3.50505C5.11169 3.23169 5.55491 3.23169 5.82828 3.50505L7.29997 4.97675V1.33336C7.29997 0.946762 7.61337 0.633362 7.99997 0.633362ZM2.66663 10.0334C2.31685 10.0334 2.0333 10.3169 2.0333 10.6667V13.3334C2.0333 13.6831 2.31685 13.9667 2.66663 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3334V10.6667C13.9666 10.3169 13.6831 10.0334 13.3333 10.0334H2.66663ZM0.633301 10.6667C0.633301 9.54372 1.54366 8.63336 2.66663 8.63336H13.3333C14.4563 8.63336 15.3666 9.54372 15.3666 10.6667V13.3334C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H2.66663C1.54366 15.3667 0.633301 14.4563 0.633301 13.3334V10.6667ZM3.29997 12C3.29997 11.6134 3.61337 11.3 3.99997 11.3H4.00663C4.39323 11.3 4.70663 11.6134 4.70663 12C4.70663 12.3866 4.39323 12.7 4.00663 12.7H3.99997C3.61337 12.7 3.29997 12.3866 3.29997 12ZM5.96663 12C5.96663 11.6134 6.28003 11.3 6.66663 11.3H6.6733C7.0599 11.3 7.3733 11.6134 7.3733 12C7.3733 12.3866 7.0599 12.7 6.6733 12.7H6.66663C6.28003 12.7 5.96663 12.3866 5.96663 12Z", fill: "currentColor", }), }), - jm = (e) => - kt("svg", { + Bm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.82663 1.96667L11.1733 1.96667C11.5516 1.96688 11.9227 2.0726 12.2442 2.27196C12.5654 2.47114 12.8247 2.75589 12.993 3.09424C12.9932 3.09455 12.9934 3.09486 12.9935 3.09518L15.2926 7.6866C15.3413 7.78389 15.3666 7.8912 15.3666 8.00001V12C15.3666 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0565 0.633301 12.5393 0.633301 12V8.00001C0.633301 7.8912 0.658666 7.78389 0.707384 7.6866L3.00643 3.09518C3.0066 3.09483 3.00677 3.09449 3.00694 3.09414C3.17529 2.75583 3.4346 2.47112 3.75576 2.27196C4.07725 2.0726 4.44835 1.96688 4.82663 1.96667ZM4.82683 3.36667C4.70906 3.36677 4.59366 3.3997 4.49357 3.46176C4.39343 3.52386 4.3126 3.61266 4.26017 3.71817L4.25922 3.72009L2.46666 7.30001H13.5333L11.7407 3.72009L11.7398 3.71817C11.6873 3.61266 11.6065 3.52386 11.5064 3.46176C11.4063 3.3997 11.2909 3.36677 11.1731 3.36667H4.82683ZM13.9666 8.70001H2.0333V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.3291 13.9666 12.168 13.9666 12V8.70001ZM3.29997 10.6667C3.29997 10.2801 3.61337 9.96667 3.99997 9.96667H4.00663C4.39323 9.96667 4.70663 10.2801 4.70663 10.6667C4.70663 11.0533 4.39323 11.3667 4.00663 11.3667H3.99997C3.61337 11.3667 3.29997 11.0533 3.29997 10.6667ZM5.96663 10.6667C5.96663 10.2801 6.28003 9.96667 6.66663 9.96667H6.6733C7.0599 9.96667 7.3733 10.2801 7.3733 10.6667C7.3733 11.0533 7.0599 11.3667 6.6733 11.3667H6.66663C6.28003 11.3667 5.96663 11.0533 5.96663 10.6667Z", fill: "currentColor", }), }), - qm = (e) => - Ot("svg", { + Dm = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M2.66663 6.0333C2.31685 6.0333 2.0333 6.31685 2.0333 6.66663V9.3333C2.0333 9.68308 2.31685 9.96663 2.66663 9.96663H5.99997C6.38657 9.96663 6.69997 10.28 6.69997 10.6666C6.69997 11.0532 6.38657 11.3666 5.99997 11.3666H2.66663C1.54366 11.3666 0.633301 10.4563 0.633301 9.3333V6.66663C0.633301 5.54366 1.54366 4.6333 2.66663 4.6333H13.3333C14.4563 4.6333 15.3666 5.54366 15.3666 6.66663V9.3333C15.3666 9.7199 15.0532 10.0333 14.6666 10.0333C14.28 10.0333 13.9666 9.7199 13.9666 9.3333V6.66663C13.9666 6.31685 13.6831 6.0333 13.3333 6.0333H2.66663Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M3.29996 8.00005C3.29996 7.61345 3.61336 7.30005 3.99996 7.30005H4.00662C4.39322 7.30005 4.70662 7.61345 4.70662 8.00005C4.70662 8.38665 4.39322 8.70005 4.00662 8.70005H3.99996C3.61336 8.70005 3.29996 8.38665 3.29996 8.00005Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M6.66664 7.30005C6.28005 7.30005 5.96664 7.61345 5.96664 8.00005C5.96664 8.38665 6.28005 8.70005 6.66664 8.70005H6.67331C7.05991 8.70005 7.37331 8.38665 7.37331 8.00005C7.37331 7.61345 7.05991 7.30005 6.67331 7.30005H6.66664Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.0059 11.3492C13.2353 10.9523 13.3666 10.4915 13.3666 10C13.3666 8.50888 12.1578 7.30005 10.6666 7.30005C9.17548 7.30005 7.96664 8.50888 7.96664 10C7.96664 11.4912 9.17548 12.7 10.6666 12.7C11.1582 12.7 11.619 12.5687 12.016 12.3392L12.8384 13.1616C13.1118 13.435 13.555 13.435 13.8283 13.1616C14.1017 12.8882 14.1017 12.445 13.8283 12.1716L13.0059 11.3492ZM10.6666 8.70005C9.94867 8.70005 9.36664 9.28208 9.36664 10C9.36664 10.718 9.94867 11.3 10.6666 11.3C10.9769 11.3 11.2617 11.1914 11.4852 11.0101C11.5101 10.973 11.5389 10.9378 11.5717 10.905C11.6045 10.8722 11.6397 10.8434 11.6767 10.8185C11.858 10.595 11.9666 10.3102 11.9666 10C11.9666 9.28208 11.3846 8.70005 10.6666 8.70005Z", @@ -12648,1035 +12628,1035 @@ const Bt = (e) => }), ], }), - Ym = (e) => - kt("svg", { + Pm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50499 0.838387C7.77836 0.56502 8.22157 0.56502 8.49494 0.838387L11.1616 3.50505C11.435 3.77842 11.435 4.22164 11.1616 4.495C10.8882 4.76837 10.445 4.76837 10.1717 4.495L8.69997 3.02331V6.66669C8.69997 7.05329 8.38657 7.36669 7.99997 7.36669C7.61337 7.36669 7.29997 7.05329 7.29997 6.66669V3.02331L5.82828 4.495C5.55491 4.76837 5.11169 4.76837 4.83833 4.495C4.56496 4.22164 4.56496 3.77842 4.83833 3.50505L7.50499 0.838387ZM2.66663 10.0334C2.31685 10.0334 2.0333 10.3169 2.0333 10.6667V13.3334C2.0333 13.6831 2.31685 13.9667 2.66663 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3334V10.6667C13.9666 10.3169 13.6831 10.0334 13.3333 10.0334H2.66663ZM0.633301 10.6667C0.633301 9.54372 1.54366 8.63336 2.66663 8.63336H13.3333C14.4563 8.63336 15.3666 9.54372 15.3666 10.6667V13.3334C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H2.66663C1.54366 15.3667 0.633301 14.4563 0.633301 13.3334V10.6667ZM3.29997 12C3.29997 11.6134 3.61337 11.3 3.99997 11.3H4.00663C4.39323 11.3 4.70663 11.6134 4.70663 12C4.70663 12.3866 4.39323 12.7 4.00663 12.7H3.99997C3.61337 12.7 3.29997 12.3866 3.29997 12ZM5.96663 12C5.96663 11.6134 6.28003 11.3 6.66663 11.3H6.6733C7.0599 11.3 7.3733 11.6134 7.3733 12C7.3733 12.3866 7.0599 12.7 6.6733 12.7H6.66663C6.28003 12.7 5.96663 12.3866 5.96663 12Z", fill: "currentColor", }), }), - Km = (e) => - kt("svg", { + Fm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.36663 3.36667V6.66667C7.36663 7.05327 7.05323 7.36667 6.66663 7.36667C6.28003 7.36667 5.96663 7.05327 5.96663 6.66667V4.77509C5.35266 4.90837 4.78433 5.21541 4.33318 5.66656C3.71431 6.28543 3.36663 7.12479 3.36663 8.00001V9.30001H12.6333V8.00001C12.6333 7.12479 12.2856 6.28543 11.6668 5.66656C11.2156 5.21541 10.6473 4.90837 10.0333 4.77509V6.66667C10.0333 7.05327 9.7199 7.36667 9.3333 7.36667C8.9467 7.36667 8.6333 7.05327 8.6333 6.66667V3.36667H7.36663ZM10.0333 3.35241V3.33334C10.0333 2.97088 9.88931 2.62326 9.63301 2.36696C9.37671 2.11066 9.0291 1.96667 8.66663 1.96667H7.3333C6.97084 1.96667 6.62322 2.11066 6.36692 2.36696C6.11062 2.62326 5.96663 2.97088 5.96663 3.33334V3.35241C4.97916 3.50113 4.05795 3.96189 3.34323 4.67661C2.46181 5.55803 1.96663 6.75349 1.96663 8.00001V9.30041C1.61625 9.30895 1.28202 9.45186 1.03359 9.7003C0.777288 9.9566 0.633301 10.3042 0.633301 10.6667V12C0.633301 12.3625 0.777288 12.7101 1.03359 12.9664C1.28989 13.2227 1.63751 13.3667 1.99997 13.3667H14C14.3624 13.3667 14.71 13.2227 14.9663 12.9664C15.2226 12.7101 15.3666 12.3625 15.3666 12V10.6667C15.3666 10.3042 15.2226 9.9566 14.9663 9.7003C14.7179 9.45186 14.3837 9.30895 14.0333 9.30041V8.00001C14.0333 6.75349 13.5381 5.55803 12.6567 4.67661C11.942 3.96189 11.0208 3.50113 10.0333 3.35241ZM2.0333 10.7V11.9667H13.9666V10.7H2.0333Z", fill: "currentColor", }), }), - Xm = (e) => - kt("svg", { + Um = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.74398 1.30427C7.12821 1.34696 7.40509 1.69306 7.36239 2.07729L7.00432 5.29999H9.5957L9.97096 1.92269C10.0136 1.53845 10.3597 1.26158 10.744 1.30427C11.1282 1.34696 11.4051 1.69306 11.3624 2.07729L11.0043 5.29999H13.3333C13.7199 5.29999 14.0333 5.61339 14.0333 5.99999C14.0333 6.38659 13.7199 6.69999 13.3333 6.69999H10.8488L10.5599 9.29999H13.3333C13.7199 9.29999 14.0333 9.61339 14.0333 9.99999C14.0333 10.3866 13.7199 10.7 13.3333 10.7H10.4043L10.0291 14.0773C9.98637 14.4615 9.64027 14.7384 9.25604 14.6957C8.8718 14.653 8.59493 14.3069 8.63762 13.9227L8.9957 10.7H6.40432L6.02906 14.0773C5.98637 14.4615 5.64027 14.7384 5.25604 14.6957C4.8718 14.653 4.59493 14.3069 4.63762 13.9227L4.9957 10.7H2.66667C2.28008 10.7 1.96667 10.3866 1.96667 9.99999C1.96667 9.61339 2.28008 9.29999 2.66667 9.29999H5.15126L5.44015 6.69999H2.66667C2.28008 6.69999 1.96667 6.38659 1.96667 5.99999C1.96667 5.61339 2.28008 5.29999 2.66667 5.29999H5.5957L5.97096 1.92269C6.01365 1.53845 6.35974 1.26158 6.74398 1.30427ZM6.84876 6.69999L6.55987 9.29999H9.15126L9.44015 6.69999H6.84876Z", fill: "currentColor", }), }), - Qm = (e) => - kt("svg", { + zm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.966675C8.38657 0.966675 8.69997 1.28008 8.69997 1.66667V3.33334C8.69997 3.71994 8.38657 4.03334 7.99997 4.03334C7.61337 4.03334 7.29997 3.71994 7.29997 3.33334V1.66667C7.29997 1.28008 7.61337 0.966675 7.99997 0.966675ZM2.97166 3.63837C3.24503 3.365 3.68824 3.365 3.96161 3.63837L4.89494 4.5717C5.16831 4.84507 5.16831 5.28828 4.89494 5.56165C4.62157 5.83502 4.17836 5.83502 3.90499 5.56165L2.97166 4.62832C2.69829 4.35495 2.69829 3.91173 2.97166 3.63837ZM13.0283 3.63837C13.3016 3.91173 13.3016 4.35495 13.0283 4.62832L12.0949 5.56165C11.8216 5.83502 11.3784 5.83502 11.105 5.56165C10.8316 5.28828 10.8316 4.84507 11.105 4.5717L12.0383 3.63837C12.3117 3.365 12.7549 3.365 13.0283 3.63837ZM5.61937 6.28608C6.25075 5.65471 7.10707 5.30001 7.99997 5.30001C8.89286 5.30001 9.74919 5.65471 10.3806 6.28608C11.0119 6.91745 11.3666 7.77378 11.3666 8.66667C11.3666 9.05327 11.0532 9.36667 10.6666 9.36667C10.28 9.36667 9.96663 9.05327 9.96663 8.66667C9.96663 8.14508 9.75943 7.64485 9.39061 7.27603C9.02179 6.90721 8.52156 6.70001 7.99997 6.70001C7.47837 6.70001 6.97815 6.90721 6.60932 7.27603C6.2405 7.64485 6.0333 8.14508 6.0333 8.66667C6.0333 9.05327 5.7199 9.36667 5.3333 9.36667C4.9467 9.36667 4.6333 9.05327 4.6333 8.66667C4.6333 7.77378 4.988 6.91745 5.61937 6.28608ZM0.633301 8.66667C0.633301 8.28008 0.946701 7.96667 1.3333 7.96667H2.66663C3.05323 7.96667 3.36663 8.28008 3.36663 8.66667C3.36663 9.05327 3.05323 9.36667 2.66663 9.36667H1.3333C0.946701 9.36667 0.633301 9.05327 0.633301 8.66667ZM12.6333 8.66667C12.6333 8.28008 12.9467 7.96667 13.3333 7.96667H14.6666C15.0532 7.96667 15.3666 8.28008 15.3666 8.66667C15.3666 9.05327 15.0532 9.36667 14.6666 9.36667H13.3333C12.9467 9.36667 12.6333 9.05327 12.6333 8.66667ZM0.633301 11.3333C0.633301 10.9467 0.946701 10.6333 1.3333 10.6333H14.6666C15.0532 10.6333 15.3666 10.9467 15.3666 11.3333C15.3666 11.7199 15.0532 12.0333 14.6666 12.0333H1.3333C0.946701 12.0333 0.633301 11.7199 0.633301 11.3333ZM0.633301 14C0.633301 13.6134 0.946701 13.3 1.3333 13.3H14.6666C15.0532 13.3 15.3666 13.6134 15.3666 14C15.3666 14.3866 15.0532 14.7 14.6666 14.7H1.3333C0.946701 14.7 0.633301 14.3866 0.633301 14Z", fill: "currentColor", }), }), - Jm = (e) => - kt("svg", { + Gm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.03359 5.03365C1.28989 4.77735 1.6375 4.63336 1.99997 4.63336H14C14.3624 4.63336 14.71 4.77735 14.9663 5.03365C15.2226 5.28995 15.3666 5.63757 15.3666 6.00003V8.6667C15.3666 9.02916 15.2226 9.37677 14.9663 9.63307C14.71 9.88937 14.3624 10.0334 14 10.0334H13.6232L12.4949 11.1617C12.3637 11.2929 12.1856 11.3667 12 11.3667H3.99997C3.81432 11.3667 3.63627 11.2929 3.50499 11.1617L2.37668 10.0334H1.99997C1.6375 10.0334 1.28989 9.88937 1.03359 9.63307C0.777288 9.37677 0.633301 9.02916 0.633301 8.6667V6.00003C0.633301 5.63757 0.777288 5.28995 1.03359 5.03365ZM2.0333 6.03336V8.63336H2.66663C2.85229 8.63336 3.03033 8.70711 3.16161 8.83839L4.28992 9.9667H11.71L12.8383 8.83839C12.9696 8.70711 13.1476 8.63336 13.3333 8.63336H13.9666V6.03336H2.0333ZM4.29997 8.00003C4.29997 7.61343 4.61337 7.30003 4.99997 7.30003H11C11.3866 7.30003 11.7 7.61343 11.7 8.00003C11.7 8.38663 11.3866 8.70003 11 8.70003H4.99997C4.61337 8.70003 4.29997 8.38663 4.29997 8.00003Z", fill: "currentColor", }), }), - eh = (e) => - kt("svg", { + $m = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 3.29999C3.05327 3.29999 3.36667 3.61339 3.36667 3.99999V7.29999H7.30001V3.99999C7.30001 3.61339 7.61341 3.29999 8.00001 3.29999C8.38661 3.29999 8.70001 3.61339 8.70001 3.99999V12C8.70001 12.3866 8.38661 12.7 8.00001 12.7C7.61341 12.7 7.30001 12.3866 7.30001 12V8.69999H3.36667V12C3.36667 12.3866 3.05327 12.7 2.66667 12.7C2.28008 12.7 1.96667 12.3866 1.96667 12V3.99999C1.96667 3.61339 2.28008 3.29999 2.66667 3.29999ZM13.6636 6.04948C13.8913 6.1713 14.0333 6.4085 14.0333 6.66665V12C14.0333 12.3866 13.7199 12.7 13.3333 12.7C12.9467 12.7 12.6333 12.3866 12.6333 12V7.97462L11.7216 8.58242C11.4 8.79687 10.9654 8.70995 10.7509 8.38828C10.5365 8.06661 10.6234 7.632 10.9451 7.41755L12.9451 6.08422C13.1599 5.94102 13.436 5.92767 13.6636 6.04948Z", fill: "currentColor", }), }), - th = (e) => - kt("svg", { + Wm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 3.29999C3.05327 3.29999 3.36667 3.61339 3.36667 3.99999V7.29999H7.30001V3.99999C7.30001 3.61339 7.61341 3.29999 8.00001 3.29999C8.38661 3.29999 8.70001 3.61339 8.70001 3.99999V12C8.70001 12.3866 8.38661 12.7 8.00001 12.7C7.61341 12.7 7.30001 12.3866 7.30001 12V8.69999H3.36667V12C3.36667 12.3866 3.05327 12.7 2.66667 12.7C2.28008 12.7 1.96667 12.3866 1.96667 12V3.99999C1.96667 3.61339 2.28008 3.29999 2.66667 3.29999ZM13.388 6.25258C14.133 6.5009 14.7 7.15774 14.7 7.99999C14.7 8.68623 14.4596 9.19178 14.0883 9.57851C13.8063 9.87229 13.4426 10.0951 13.1639 10.2658C13.1194 10.293 13.0771 10.3189 13.0377 10.3436C12.7133 10.5463 12.4811 10.7161 12.3161 10.943C12.2475 11.0373 12.1831 11.1523 12.1331 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H11.3333C10.9467 12.7 10.6333 12.3866 10.6333 12C10.6333 11.2061 10.8354 10.5986 11.1839 10.1195C11.5189 9.65887 11.9534 9.37034 12.2957 9.15639C12.3513 9.12163 12.4037 9.08917 12.4532 9.05853C12.7417 8.87986 12.9307 8.76276 13.0784 8.60897C13.2071 8.47486 13.3 8.31375 13.3 7.99999C13.3 7.84223 13.2003 7.66574 12.9453 7.58073C12.6985 7.49845 12.2681 7.50725 11.7533 7.89332C11.4441 8.12528 11.0053 8.0626 10.7733 7.75332C10.5414 7.44404 10.6041 7.00528 10.9133 6.77332C11.7319 6.15939 12.6349 6.00153 13.388 6.25258Z", fill: "currentColor", }), }), - nh = (e) => - kt("svg", { + jm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 3.29999C3.05327 3.29999 3.36667 3.61339 3.36667 3.99999V7.29999H7.30001V3.99999C7.30001 3.61339 7.61341 3.29999 8.00001 3.29999C8.38661 3.29999 8.70001 3.61339 8.70001 3.99999V12C8.70001 12.3866 8.38661 12.7 8.00001 12.7C7.61341 12.7 7.30001 12.3866 7.30001 12V8.69999H3.36667V12C3.36667 12.3866 3.05327 12.7 2.66667 12.7C2.28008 12.7 1.96667 12.3866 1.96667 12V3.99999C1.96667 3.61339 2.28008 3.29999 2.66667 3.29999ZM12.9597 7.50809C12.7387 7.40382 12.3997 7.38093 12.0216 7.60334C11.6884 7.79936 11.2593 7.68812 11.0633 7.3549C10.8673 7.02168 10.9785 6.59265 11.3118 6.39663C12.067 5.95238 12.8947 5.92949 13.557 6.24189C14.2138 6.55172 14.7 7.19755 14.7 7.99999C14.7 8.49149 14.5221 8.96465 14.2018 9.33332C14.5221 9.70199 14.7 10.1751 14.7 10.6667C14.7 11.5363 14.2104 12.2896 13.4539 12.63C12.6846 12.9762 11.7494 12.8537 10.9133 12.2267C10.6041 11.9947 10.5414 11.5559 10.7733 11.2467C11.0053 10.9374 11.4441 10.8747 11.7533 11.1067C12.2506 11.4796 12.6487 11.4571 12.8794 11.3533C13.123 11.2437 13.3 10.997 13.3 10.6667C13.3 10.4987 13.2333 10.3376 13.1145 10.2188C12.9957 10.1 12.8346 10.0333 12.6667 10.0333C12.2801 10.0333 11.9667 9.71992 11.9667 9.33332C11.9667 8.94672 12.2801 8.63332 12.6667 8.63332C12.8346 8.63332 12.9957 8.5666 13.1145 8.44782C13.2333 8.32905 13.3 8.16796 13.3 7.99999C13.3 7.80242 13.1862 7.61492 12.9597 7.50809Z", fill: "currentColor", }), }), - rh = (e) => - kt("svg", { + qm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 3.29999C3.05327 3.29999 3.36667 3.61339 3.36667 3.99999V7.29999H7.30001V3.99999C7.30001 3.61339 7.61341 3.29999 8.00001 3.29999C8.38661 3.29999 8.70001 3.61339 8.70001 3.99999V12C8.70001 12.3866 8.38661 12.7 8.00001 12.7C7.61341 12.7 7.30001 12.3866 7.30001 12V8.69999H3.36667V12C3.36667 12.3866 3.05327 12.7 2.66667 12.7C2.28008 12.7 1.96667 12.3866 1.96667 12V3.99999C1.96667 3.61339 2.28008 3.29999 2.66667 3.29999ZM11.3333 5.96665C11.7199 5.96665 12.0333 6.28006 12.0333 6.66665V8.63332H13.3V6.66665C13.3 6.28006 13.6134 5.96665 14 5.96665C14.3866 5.96665 14.7 6.28006 14.7 6.66665V12C14.7 12.3866 14.3866 12.7 14 12.7C13.6134 12.7 13.3 12.3866 13.3 12V10.0333H11.3333C10.9467 10.0333 10.6333 9.71992 10.6333 9.33332V6.66665C10.6333 6.28006 10.9467 5.96665 11.3333 5.96665Z", fill: "currentColor", }), }), - oh = (e) => - kt("svg", { + Ym = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66655 3.29999C3.05315 3.29999 3.36655 3.61339 3.36655 3.99999V7.29999H7.29989V3.99999C7.29989 3.61339 7.61329 3.29999 7.99989 3.29999C8.38649 3.29999 8.69989 3.61339 8.69989 3.99999V12C8.69989 12.3866 8.38649 12.7 7.99989 12.7C7.61329 12.7 7.29989 12.3866 7.29989 12V8.69999H3.36655V12C3.36655 12.3866 3.05315 12.7 2.66655 12.7C2.27995 12.7 1.96655 12.3866 1.96655 12V3.99999C1.96655 3.61339 2.27995 3.29999 2.66655 3.29999ZM10.6332 6.66665C10.6332 6.28006 10.9466 5.96665 11.3332 5.96665H13.9999C14.3865 5.96665 14.6999 6.28006 14.6999 6.66665C14.6999 7.05325 14.3865 7.36665 13.9999 7.36665H12.0332V7.96665H12.1999C13.5327 7.96665 14.6999 8.96169 14.6999 10.3333C14.6999 11.705 13.5327 12.7 12.1999 12.7C11.7586 12.7 11.3847 12.6083 11.0202 12.4261C10.6744 12.2532 10.5342 11.8327 10.7071 11.4869C10.88 11.1412 11.3005 11.001 11.6463 11.1739C11.8151 11.2583 11.9745 11.3 12.1999 11.3C12.8671 11.3 13.2999 10.8284 13.2999 10.3333C13.2999 9.83829 12.8671 9.36665 12.1999 9.36665H11.3332C10.9466 9.36665 10.6332 9.05325 10.6332 8.66665V6.66665Z", fill: "currentColor", }), }), - ih = (e) => - kt("svg", { + Km = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66655 3.29999C3.05315 3.29999 3.36655 3.61339 3.36655 3.99999V7.29999H7.29989V3.99999C7.29989 3.61339 7.61329 3.29999 7.99989 3.29999C8.38649 3.29999 8.69989 3.61339 8.69989 3.99999V12C8.69989 12.3866 8.38649 12.7 7.99989 12.7C7.61329 12.7 7.29989 12.3866 7.29989 12V8.69999H3.36655V12C3.36655 12.3866 3.05315 12.7 2.66655 12.7C2.27995 12.7 1.96655 12.3866 1.96655 12V3.99999C1.96655 3.61339 2.27995 3.29999 2.66655 3.29999ZM13.8282 6.17168C14.1016 6.44505 14.1016 6.88826 13.8282 7.16163C13.2722 7.71766 12.8698 8.18083 12.5874 8.63483C12.6136 8.63383 12.64 8.63332 12.6666 8.63332C13.7895 8.63332 14.6999 9.54368 14.6999 10.6667C14.6999 11.7896 13.7895 12.7 12.6666 12.7C11.5436 12.7 10.6332 11.7896 10.6332 10.6667C10.6332 9.7288 10.8235 8.9474 11.2156 8.21224C11.5984 7.49436 12.1575 6.85239 12.8382 6.17168C13.1116 5.89831 13.5548 5.89831 13.8282 6.17168ZM12.0332 10.6667C12.0332 11.0164 12.3168 11.3 12.6666 11.3C13.0163 11.3 13.2999 11.0164 13.2999 10.6667C13.2999 10.3169 13.0163 10.0333 12.6666 10.0333C12.3168 10.0333 12.0332 10.3169 12.0332 10.6667Z", fill: "currentColor", }), }), - lh = (e) => - kt("svg", { + Xm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 1.96667C4.38665 1.96667 4.70005 2.28008 4.70005 2.66667V7.30001H11.3V2.66667C11.3 2.28008 11.6134 1.96667 12 1.96667C12.3866 1.96667 12.7 2.28008 12.7 2.66667V13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333C11.6134 14.0333 11.3 13.7199 11.3 13.3333V8.70001H4.70005V13.3333C4.70005 13.7199 4.38665 14.0333 4.00005 14.0333C3.61345 14.0333 3.30005 13.7199 3.30005 13.3333V2.66667C3.30005 2.28008 3.61345 1.96667 4.00005 1.96667Z", fill: "currentColor", }), }), - ah = (e) => - kt("svg", { + Qm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 2.69999C6.5944 2.69999 5.24633 3.25838 4.25238 4.25232C3.25844 5.24626 2.70005 6.59434 2.70005 7.99999V8.63332H4.00005C4.53932 8.63332 5.05651 8.84755 5.43783 9.22887C5.81916 9.6102 6.03338 10.1274 6.03338 10.6667V12.6667C6.03338 13.2059 5.81916 13.7231 5.43783 14.1044C5.05651 14.4858 4.53932 14.7 4.00005 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1044C1.51427 13.7231 1.30005 13.2059 1.30005 12.6667V7.99999C1.30005 6.22304 2.00594 4.51887 3.26243 3.26237C4.51893 2.00588 6.2231 1.29999 8.00005 1.29999C9.777 1.29999 11.4812 2.00588 12.7377 3.26237C13.9942 4.51887 14.7 6.22304 14.7 7.99999V12.6667C14.7 13.2059 14.4858 13.7231 14.1045 14.1044C13.7232 14.4858 13.206 14.7 12.6667 14.7H12C11.4608 14.7 10.9436 14.4858 10.5623 14.1044C10.1809 13.7231 9.96671 13.2059 9.96672 12.6667V10.6667C9.96671 10.1274 10.1809 9.6102 10.5623 9.22887C10.9436 8.84755 11.4608 8.63332 12 8.63332H13.3V7.99999C13.3 6.59434 12.7417 5.24626 11.7477 4.25232C10.7538 3.25838 9.4057 2.69999 8.00005 2.69999ZM13.3 10.0333H12C11.8321 10.0333 11.671 10.1 11.5522 10.2188C11.4334 10.3376 11.3667 10.4987 11.3667 10.6667V12.6667C11.3667 12.8346 11.4334 12.9957 11.5522 13.1145C11.671 13.2333 11.8321 13.3 12 13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V10.0333ZM2.70005 10.0333V12.6667C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H4.00005C4.16802 13.3 4.32911 13.2333 4.44788 13.1145C4.56666 12.9957 4.63338 12.8346 4.63338 12.6667V10.6667C4.63338 10.4987 4.56666 10.3376 4.44788 10.2188C4.32911 10.1 4.16802 10.0333 4.00005 10.0333H2.70005Z", fill: "currentColor", }), }), - Ch = (e) => - kt("svg", { + Jm = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 2.03336C7.30404 2.03336 6.61485 2.17045 5.97183 2.4368C5.3288 2.70315 4.74453 3.09355 4.25238 3.5857C3.76023 4.07785 3.36984 4.66211 3.10349 5.30514C2.92692 5.73141 2.80716 6.17798 2.74648 6.63336H4.00005C4.53932 6.63336 5.05651 6.84759 5.43783 7.22891C5.81916 7.61023 6.03338 8.12742 6.03338 8.66669V10.6667C6.03338 11.206 5.81916 11.7232 5.43783 12.1045C5.05651 12.4858 4.53932 12.7 4.00005 12.7H3.33338C2.79411 12.7 2.27692 12.4858 1.8956 12.1045C1.51427 11.7232 1.30005 11.206 1.30005 10.6667V7.33336C1.30005 6.45351 1.47335 5.58226 1.81006 4.76938C2.14676 3.9565 2.64028 3.2179 3.26243 2.59575C3.88459 1.97359 4.62319 1.48008 5.43607 1.14337C6.24895 0.806662 7.12019 0.633362 8.00005 0.633362C8.87991 0.633362 9.75115 0.806662 10.564 1.14337C11.3769 1.48008 12.1155 1.97359 12.7377 2.59575C13.3598 3.2179 13.8533 3.9565 14.19 4.76938C14.5267 5.58226 14.7 6.45351 14.7 7.33336V12C14.7 12.8929 14.3453 13.7492 13.714 14.3806C13.0826 15.012 12.2263 15.3667 11.3334 15.3667H8.00005C7.61345 15.3667 7.30005 15.0533 7.30005 14.6667C7.30005 14.2801 7.61345 13.9667 8.00005 13.9667H11.3334C11.855 13.9667 12.3552 13.7595 12.724 13.3907C12.94 13.1747 13.1005 12.9137 13.1965 12.6298C13.0252 12.676 12.8472 12.7 12.6667 12.7H12C11.4608 12.7 10.9436 12.4858 10.5623 12.1045C10.1809 11.7232 9.96671 11.206 9.96672 10.6667V8.66669C9.96671 8.12742 10.1809 7.61023 10.5623 7.22891C10.9436 6.84759 11.4608 6.63336 12 6.63336H13.2536C13.1929 6.17798 13.0732 5.73141 12.8966 5.30514C12.6303 4.66211 12.2399 4.07785 11.7477 3.5857C11.2556 3.09355 10.6713 2.70315 10.0283 2.4368C9.38525 2.17045 8.69605 2.03336 8.00005 2.03336ZM13.3 8.03336H12C11.8321 8.03336 11.671 8.10009 11.5522 8.21886C11.4334 8.33763 11.3667 8.49872 11.3667 8.66669V10.6667C11.3667 10.8347 11.4334 10.9958 11.5522 11.1145C11.671 11.2333 11.8321 11.3 12 11.3H12.6667C12.8347 11.3 12.9958 11.2333 13.1145 11.1145C13.2333 10.9958 13.3 10.8347 13.3 10.6667V8.03336ZM2.70005 8.03336V10.6667C2.70005 10.8347 2.76677 10.9958 2.88555 11.1145C3.00432 11.2333 3.16541 11.3 3.33338 11.3H4.00005C4.16802 11.3 4.32911 11.2333 4.44788 11.1145C4.56666 10.9958 4.63338 10.8347 4.63338 10.6667V8.66669C4.63338 8.49872 4.56666 8.33763 4.44788 8.21886C4.32911 8.10009 4.16802 8.03336 4.00005 8.03336H2.70005Z", fill: "currentColor", }), }), - sh = (e) => - kt("svg", { + eh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.91227 2.57895C2.73118 1.76005 3.84186 1.29999 4.99997 1.29999C5.65676 1.29999 6.25686 1.39395 6.84448 1.64988C7.24883 1.82599 7.62643 2.06973 7.99997 2.38265C8.37351 2.06973 8.7511 1.82599 9.15545 1.64988C9.74307 1.39395 10.3432 1.29999 11 1.29999C12.1581 1.29999 13.2688 1.76005 14.0877 2.57895C14.9066 3.39786 15.3666 4.50854 15.3666 5.66665C15.3666 7.50959 14.1504 8.85919 13.1591 9.83083L8.49494 14.495C8.36367 14.6262 8.18562 14.7 7.99997 14.7C7.81432 14.7 7.63627 14.6262 7.50499 14.495L2.8425 9.83247C1.83937 8.86227 0.633301 7.51455 0.633301 5.66665C0.633301 4.50854 1.09336 3.39786 1.91227 2.57895ZM6.98308 3.36026C6.73726 3.1675 6.50915 3.03086 6.28545 2.93343C5.91641 2.77269 5.51651 2.69999 4.99997 2.69999C4.21316 2.69999 3.45858 3.01255 2.90222 3.5689C2.34586 4.12526 2.0333 4.87985 2.0333 5.66665C2.0333 6.88279 2.82379 7.8672 3.81982 8.83003L3.82835 8.83828L7.99997 13.01L12.1767 8.83331C13.1716 7.85847 13.9666 6.87549 13.9666 5.66665C13.9666 4.87985 13.6541 4.12526 13.0977 3.5689C12.5414 3.01255 11.7868 2.69999 11 2.69999C10.4834 2.69999 10.0835 2.77269 9.71448 2.93343C9.34092 3.09613 8.95504 3.36819 8.49494 3.8283L7.65658 4.66665L9.16161 6.17168C9.43498 6.44505 9.43498 6.88826 9.16161 7.16163L8.32325 7.99999L8.49494 8.17168C8.76831 8.44505 8.76831 8.88826 8.49494 9.16163C8.22157 9.435 7.77836 9.435 7.50499 9.16163L6.83833 8.49496C6.56496 8.2216 6.56496 7.77838 6.83833 7.50501L7.67668 6.66665L6.17166 5.16163C5.89829 4.88826 5.89829 4.44505 6.17166 4.17168L6.98308 3.36026Z", fill: "currentColor", }), }), - ch = (e) => - kt("svg", { + th = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.9123 2.57895C2.73121 1.76005 3.84189 1.29999 5 1.29999C5.6568 1.29999 6.2569 1.39395 6.84452 1.64988C7.24887 1.82599 7.62646 2.06973 8 2.38265C8.37354 2.06973 8.75113 1.82599 9.15548 1.64988C9.74311 1.39395 10.3432 1.29999 11 1.29999C12.1581 1.29999 13.2688 1.76005 14.0877 2.57895C14.9066 3.39786 15.3667 4.50854 15.3667 5.66665C15.3667 6.67414 15.0032 7.53419 14.5117 8.26566C14.4953 8.29378 14.4767 8.32104 14.456 8.34722C14.0595 8.91881 13.5882 9.41023 13.1591 9.83083L12.4956 10.4943C12.4954 10.4945 12.4958 10.4941 12.4956 10.4943C12.4954 10.4945 12.4945 10.4954 12.4943 10.4956L10.4954 12.4945C10.4953 12.4947 10.4956 12.4944 10.4954 12.4945C10.4953 12.4947 10.4947 12.4953 10.4945 12.4954L8.49498 14.495C8.3637 14.6262 8.18565 14.7 8 14.7C7.81435 14.7 7.6363 14.6262 7.50503 14.495L2.84253 9.83247C1.83941 8.86227 0.633335 7.51455 0.633335 5.66665C0.633335 4.50854 1.09339 3.39786 1.9123 2.57895ZM10 11.01L9.16164 10.1717C8.88828 9.89831 8.44506 9.89831 8.17169 10.1717C7.89833 10.445 7.89833 10.8883 8.17169 11.1616L9.01005 12L8 13.01L3.82831 8.83835L3.81985 8.83003C2.82382 7.8672 2.03334 6.88279 2.03334 5.66665C2.03334 4.87985 2.34589 4.12526 2.90225 3.5689C3.45861 3.01255 4.21319 2.69999 5 2.69999C5.51654 2.69999 5.91644 2.77269 6.28548 2.93343C6.50918 3.03086 6.7373 3.1675 6.98312 3.36026L5.5335 4.80988C5.53315 4.81023 5.5328 4.81058 5.53245 4.81093C5.33195 5.01025 5.17279 5.24721 5.06412 5.50822C4.95526 5.76968 4.89922 6.0501 4.89922 6.33332C4.89922 6.61654 4.95526 6.89696 5.06412 7.15842C5.17281 7.41948 5.33201 7.65649 5.53257 7.85584C6.34585 8.66821 7.64132 8.69228 8.49395 7.92785L9.87706 6.65838C9.8775 6.65798 9.87794 6.65758 9.87838 6.65718C10.0953 6.46094 10.3774 6.35225 10.67 6.35225C10.9632 6.35225 11.2458 6.46138 11.4629 6.65838L11.4654 6.66064L12.9576 8.00156C12.7221 8.28272 12.4574 8.55836 12.1768 8.83334L12 9.01004L11.1616 8.17168C10.8883 7.89831 10.4451 7.89831 10.1717 8.17168C9.89833 8.44505 9.89833 8.88826 10.1717 9.16163L11.0101 9.99999L10 11.01ZM13.7239 6.80791C13.8784 6.4472 13.9667 6.06946 13.9667 5.66665C13.9667 4.87985 13.6541 4.12526 13.0978 3.5689C12.5414 3.01255 11.7868 2.69999 11 2.69999C10.4835 2.69999 10.0836 2.77269 9.71452 2.93343C9.34095 3.09613 8.95508 3.36819 8.49498 3.8283L6.51984 5.80343C6.44993 5.87284 6.39444 5.95538 6.35658 6.04633C6.31871 6.13727 6.29922 6.23481 6.29922 6.33332C6.29922 6.43183 6.31871 6.52937 6.35658 6.62031C6.39444 6.71126 6.44993 6.79381 6.51984 6.86321L6.52164 6.86501C6.80096 7.14433 7.24981 7.16066 7.55681 6.88775L8.93627 5.62158C9.41096 5.19085 10.029 4.95225 10.67 4.95225C11.3104 4.95225 11.9278 5.19039 12.4023 5.62033C12.4028 5.62075 12.4033 5.62117 12.4037 5.62159L13.7239 6.80791Z", fill: "currentColor", }), }), - dh = (e) => - kt("svg", { + nh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.9123 2.57895C2.73121 1.76005 3.84189 1.29999 5 1.29999C5.65679 1.29999 6.25689 1.39395 6.84451 1.64988C7.24886 1.82599 7.62646 2.06973 8 2.38265C8.37354 2.06973 8.75113 1.82599 9.15548 1.64988C9.7431 1.39395 10.3432 1.29999 11 1.29999C12.1581 1.29999 13.2688 1.76005 14.0877 2.57895C14.9066 3.39786 15.3667 4.50854 15.3667 5.66665C15.3667 7.50959 14.1504 8.85919 13.1591 9.83083L8.49497 14.495C8.3637 14.6262 8.18565 14.7 8 14.7C7.81435 14.7 7.6363 14.6262 7.50502 14.495L2.84253 9.83247C1.8394 8.86227 0.633331 7.51455 0.633331 5.66665C0.633331 4.50854 1.09339 3.39786 1.9123 2.57895ZM5 2.69999C4.21319 2.69999 3.45861 3.01255 2.90225 3.5689C2.34589 4.12526 2.03333 4.87985 2.03333 5.66665C2.03333 6.88279 2.82382 7.8672 3.81985 8.83003L3.82838 8.83828L8 13.01L12.1767 8.83331C13.1716 7.85847 13.9667 6.87549 13.9667 5.66665C13.9667 4.87985 13.6541 4.12526 13.0977 3.5689C12.5414 3.01255 11.7868 2.69999 11 2.69999C10.4835 2.69999 10.0836 2.77269 9.71451 2.93343C9.34095 3.09613 8.95508 3.36819 8.49497 3.8283C8.3637 3.95957 8.18565 4.03332 8 4.03332C7.81435 4.03332 7.6363 3.95957 7.50502 3.8283C7.04492 3.36819 6.65905 3.09613 6.28548 2.93343C5.91644 2.77269 5.51654 2.69999 5 2.69999Z", fill: "currentColor", }), }), - uh = (e) => - kt("svg", { + rh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838358 0.838387C1.11173 0.56502 1.55494 0.56502 1.82831 0.838387L11.4943 10.5044C11.4945 10.5046 11.4948 10.5048 11.495 10.5051C11.4952 10.5053 11.4954 10.5055 11.4956 10.5057L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8883 15.435 14.4451 15.435 14.1717 15.1617L11 11.99L8.49497 14.495C8.22161 14.7684 7.77839 14.7684 7.50502 14.495L2.84252 9.8325C1.83939 8.86229 0.633333 7.51458 0.633333 5.66669L0.633333 5.66614C0.633862 4.99893 0.787279 4.34071 1.0818 3.74203C1.26018 3.37945 1.48743 3.04455 1.75627 2.74625L0.838358 1.82834C0.564991 1.55497 0.564991 1.11175 0.838358 0.838387ZM2.74818 3.73816C2.5864 3.92679 2.44842 4.1356 2.33802 4.36003C2.13797 4.76668 2.03374 5.21376 2.03333 5.66695C2.03344 6.88297 2.82389 7.86731 3.81985 8.83007L3.82838 8.83832L3.82831 8.83839L8 13.0101L10.01 11L2.74818 3.73816ZM9.71452 2.93347C9.34095 3.09617 8.95508 3.36823 8.49497 3.82834C8.36331 3.96 8.18462 4.03378 7.99843 4.03336C7.81223 4.03294 7.63388 3.95836 7.50281 3.82611C6.83426 3.15154 6.30189 2.86775 5.70847 2.75423C5.32876 2.68159 5.07983 2.31488 5.15247 1.93517C5.22511 1.55545 5.59181 1.30652 5.97153 1.37916C6.71887 1.52213 7.3615 1.84406 8.00137 2.38155C8.37446 2.06918 8.75163 1.82582 9.15548 1.64992C9.7431 1.39399 10.3432 1.30003 11 1.30003C12.1581 1.30003 13.2688 1.76009 14.0877 2.579C14.9066 3.3979 15.3667 4.50858 15.3667 5.66669C15.3667 7.37893 14.3143 8.66206 13.3852 9.60474C13.1138 9.88008 12.6706 9.88329 12.3953 9.61191C12.12 9.34053 12.1167 8.89733 12.3881 8.62199C13.2857 7.71133 13.9667 6.78113 13.9667 5.66669C13.9667 4.87989 13.6541 4.1253 13.0977 3.56894C12.5414 3.01259 11.7868 2.70003 11 2.70003C10.4835 2.70003 10.0836 2.77273 9.71452 2.93347Z", fill: "currentColor", }), }), - ph = (e) => - kt("svg", { + oh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.9123 2.57895C2.73121 1.76005 3.84189 1.29999 5 1.29999C5.65679 1.29999 6.25689 1.39395 6.84451 1.64988C7.24886 1.82599 7.62646 2.06973 8 2.38265C8.37354 2.06973 8.75113 1.82599 9.15548 1.64988C9.7431 1.39395 10.3432 1.29999 11 1.29999C12.1581 1.29999 13.2688 1.76005 14.0877 2.57895C14.9066 3.39786 15.3667 4.50854 15.3667 5.66665C15.3667 6.71777 14.971 7.6084 14.4471 8.35995C14.4289 8.39027 14.4085 8.4191 14.386 8.44621C14.0048 8.97578 13.5633 9.43471 13.1591 9.83083L8.49497 14.495C8.3637 14.6262 8.18565 14.7 8 14.7C7.81435 14.7 7.6363 14.6262 7.50502 14.495L2.84253 9.83247C2.43368 9.43703 1.99111 8.97889 1.61023 8.44972C1.58535 8.42008 1.56289 8.38835 1.54314 8.35482C1.02278 7.60527 0.633331 6.71672 0.633331 5.66665C0.633331 4.50854 1.09339 3.39786 1.9123 2.57895ZM3.68678 8.69999C3.73068 8.74339 3.77506 8.78673 3.81985 8.83003L3.82838 8.83828L8 13.01L12.1767 8.83331C12.2221 8.78889 12.267 8.74447 12.3115 8.69999H10.3333C10.0533 8.69999 9.80023 8.53311 9.68993 8.27573L9.46551 7.75208L8.67306 10.5256C8.59216 10.8088 8.3427 11.011 8.04893 11.0316C7.75517 11.0522 7.47993 10.8867 7.36033 10.6176L6.4992 8.68008C6.44561 8.69315 6.38999 8.69999 6.33333 8.69999H3.68678ZM5.90071 7.29999H2.52649C2.22011 6.79421 2.03333 6.25781 2.03333 5.66665C2.03333 4.87985 2.34589 4.12526 2.90225 3.5689C3.45861 3.01255 4.21319 2.69999 5 2.69999C5.51654 2.69999 5.91644 2.77269 6.28548 2.93343C6.65905 3.09613 7.04492 3.36819 7.50502 3.8283C7.6363 3.95957 7.81435 4.03332 8 4.03332C8.18565 4.03332 8.3637 3.95957 8.49497 3.8283C8.95508 3.36819 9.34095 3.09613 9.71451 2.93343C10.0836 2.77269 10.4835 2.69999 11 2.69999C11.7868 2.69999 12.5414 3.01255 13.0977 3.5689C13.6541 4.12526 13.9667 4.87985 13.9667 5.66665C13.9667 6.25643 13.7774 6.79244 13.468 7.29999H10.7949L9.97673 5.39091C9.86005 5.11866 9.58466 4.94932 9.28905 4.96806C8.99345 4.98679 8.74164 5.18955 8.66026 5.47435L7.85661 8.28715L7.30633 7.04902C7.19632 6.80149 6.95337 6.63965 6.68256 6.6335C6.41175 6.62735 6.16171 6.77799 6.04057 7.02027L5.90071 7.29999Z", fill: "currentColor", }), }), - mh = (e) => - kt("svg", { + ih = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.72162 0.750879C8.04329 0.965326 8.13021 1.39993 7.91577 1.7216C7.64243 2.13161 7.64 2.33684 7.65219 2.4283C7.66908 2.55494 7.73518 2.67414 7.91577 2.94502C7.92255 2.9552 7.92956 2.96567 7.93676 2.97644C8.09185 3.20819 8.33869 3.57707 8.40219 4.0533C8.47333 4.58684 8.3091 5.13161 7.91577 5.7216C7.70132 6.04327 7.26671 6.1302 6.94504 5.91575C6.62337 5.7013 6.53645 5.26669 6.7509 4.94502C7.02423 4.53502 7.02667 4.32978 7.01447 4.23833C6.99759 4.11169 6.93148 3.99248 6.7509 3.7216C6.74411 3.71143 6.7371 3.70096 6.7299 3.69019C6.57481 3.45843 6.32797 3.08956 6.26447 2.61333C6.19333 2.07978 6.35757 1.53502 6.7509 0.945024C6.96534 0.623354 7.39995 0.536432 7.72162 0.750879ZM10.7216 0.750879C11.0433 0.965326 11.1302 1.39993 10.9158 1.7216C10.6424 2.13161 10.64 2.33684 10.6522 2.4283C10.6691 2.55494 10.7352 2.67414 10.9158 2.94502C10.9225 2.9552 10.9296 2.96567 10.9368 2.97644C11.0918 3.20819 11.3387 3.57706 11.4022 4.0533C11.4733 4.58684 11.3091 5.13161 10.9158 5.7216C10.7013 6.04327 10.2667 6.1302 9.94504 5.91575C9.62337 5.7013 9.53645 5.26669 9.7509 4.94502C10.0242 4.53502 10.0267 4.32978 10.0145 4.23833C9.99759 4.11169 9.93148 3.99248 9.7509 3.7216C9.74411 3.71143 9.7371 3.70096 9.7299 3.69019C9.57481 3.45843 9.32797 3.08956 9.26447 2.61333C9.19333 2.07978 9.35757 1.53502 9.7509 0.945024C9.96534 0.623354 10.4 0.536432 10.7216 0.750879ZM2.66666 4.69998C2.49869 4.69998 2.3376 4.76671 2.21883 4.88548C2.10006 5.00425 2.03333 5.16534 2.03333 5.33331V12C2.03333 12.168 2.10006 12.329 2.21883 12.4478C2.3376 12.5666 2.49869 12.6333 2.66666 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.8999 12.329 13.9667 12.1679 13.9667 12V5.33331C13.9667 5.16534 13.8999 5.00425 13.7812 4.88548C13.6624 4.76671 13.5013 4.69998 13.3333 4.69998C12.9467 4.69998 12.6333 4.38658 12.6333 3.99998C12.6333 3.61338 12.9467 3.29998 13.3333 3.29998C13.8726 3.29998 14.3898 3.51421 14.7711 3.89553C15.1524 4.27685 15.3667 4.79404 15.3667 5.33331V12C15.3667 12.5393 15.1524 13.0564 14.7711 13.4378C14.3977 13.8112 13.8939 14.0244 13.3667 14.033V14.6666C13.3667 15.0532 13.0533 15.3666 12.6667 15.3666C12.2801 15.3666 11.9667 15.0532 11.9667 14.6666V14.0333H4.03333V14.6666C4.03333 15.0532 3.71993 15.3666 3.33333 15.3666C2.94673 15.3666 2.63333 15.0532 2.63333 14.6666V14.033C2.10612 14.0244 1.60234 13.8112 1.22888 13.4378C0.847557 13.0564 0.633331 12.5393 0.633331 12V5.33331C0.633331 4.79404 0.847557 4.27685 1.22888 3.89553C1.6102 3.51421 2.12739 3.29998 2.66666 3.29998H4.66666C5.05326 3.29998 5.36666 3.61338 5.36666 3.99998C5.36666 4.38658 5.05326 4.69998 4.66666 4.69998H2.66666ZM3.3 6.66665C3.3 6.28005 3.6134 5.96665 4 5.96665H4.00666C4.39326 5.96665 4.70666 6.28005 4.70666 6.66665C4.70666 7.05325 4.39326 7.36665 4.00666 7.36665H4C3.6134 7.36665 3.3 7.05325 3.3 6.66665ZM6.66666 7.29998C7.05326 7.29998 7.36666 7.61338 7.36666 7.99998V10.6666C7.36666 11.0532 7.05326 11.3666 6.66666 11.3666C6.28006 11.3666 5.96666 11.0532 5.96666 10.6666V7.99998C5.96666 7.61338 6.28006 7.29998 6.66666 7.29998ZM9.33333 7.29998C9.71993 7.29998 10.0333 7.61338 10.0333 7.99998V10.6666C10.0333 11.0532 9.71993 11.3666 9.33333 11.3666C8.94673 11.3666 8.63333 11.0532 8.63333 10.6666V7.99998C8.63333 7.61338 8.94673 7.29998 9.33333 7.29998ZM12 7.29998C12.3866 7.29998 12.7 7.61338 12.7 7.99998V10.6666C12.7 11.0532 12.3866 11.3666 12 11.3666C11.6134 11.3666 11.3 11.0532 11.3 10.6666V7.99998C11.3 7.61338 11.6134 7.29998 12 7.29998ZM3.3 9.33331C3.3 8.94671 3.6134 8.63331 4 8.63331H4.00666C4.39326 8.63331 4.70666 8.94671 4.70666 9.33331C4.70666 9.71991 4.39326 10.0333 4.00666 10.0333H4C3.6134 10.0333 3.3 9.71991 3.3 9.33331Z", fill: "currentColor", }), }), - hh = (e) => - kt("svg", { + lh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98481 0.906259C7.29356 0.728355 7.64364 0.634705 7.99999 0.634705C8.35634 0.634705 8.70642 0.728355 9.01516 0.906259C9.01566 0.906545 9.01616 0.906832 9.01665 0.90712L13.6833 3.57378C13.9921 3.75207 14.2486 4.00843 14.4271 4.31713C14.6055 4.62584 14.6996 4.97605 14.7 5.33262L14.7 10.6667C14.6996 11.0232 14.6055 11.3742 14.4271 11.6829C14.2486 11.9916 13.9921 12.2479 13.6833 12.4262L13.6806 12.4278L9.01665 15.0929C9.01614 15.0932 9.01563 15.0935 9.01512 15.0938C8.70639 15.2717 8.35632 15.3653 7.99999 15.3653C7.64365 15.3653 7.29358 15.2717 6.98485 15.0938C6.98434 15.0935 6.98383 15.0932 6.98332 15.0929L2.31936 12.4278L2.31665 12.4262C2.00785 12.2479 1.75137 11.9916 1.57292 11.6829C1.39448 11.3742 1.30035 11.024 1.29999 10.6674L1.29999 5.33334C1.30035 4.97677 1.39448 4.62584 1.57292 4.31713C1.75137 4.00843 2.00786 3.75207 2.31665 3.57379L2.31935 3.57223L6.98332 0.90712C6.98382 0.906832 6.98432 0.906545 6.98481 0.906259ZM7.99999 2.0347C7.88881 2.0347 7.7796 2.06397 7.68332 2.11955L7.68062 2.12111L3.01665 4.78622C3.01629 4.78643 3.01593 4.78664 3.01556 4.78685C2.91987 4.84236 2.84037 4.92197 2.785 5.01776C2.72947 5.11383 2.70015 5.22281 2.69999 5.33377V10.6662C2.70015 10.7772 2.72947 10.8862 2.785 10.9823C2.84036 11.078 2.91984 11.1576 3.01551 11.2131C3.01589 11.2133 3.01627 11.2136 3.01665 11.2138L7.68332 13.8804C7.7796 13.936 7.88882 13.9653 7.99999 13.9653C8.11116 13.9653 8.22037 13.936 8.31665 13.8805L8.31936 13.8789L12.9833 11.2138C12.9837 11.2136 12.9841 11.2134 12.9844 11.2131C13.0801 11.1576 13.1596 11.078 13.215 10.9823C13.2705 10.8863 13.2998 10.7774 13.3 10.6666C13.3 10.6664 13.3 10.6668 13.3 10.6666L13.3 5.33406C13.3 5.33385 13.3 5.33426 13.3 5.33406C13.2998 5.22321 13.2705 5.11373 13.215 5.01776C13.1596 4.92196 13.0801 4.84235 12.9844 4.78684C12.984 4.78663 12.9837 4.78643 12.9833 4.78622L8.31665 2.11956C8.22037 2.06397 8.11116 2.0347 7.99999 2.0347Z", fill: "currentColor", }), }), - fh = (e) => - kt("svg", { + ah = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.8283 2.1717C10.1017 2.44507 10.1017 2.88828 9.8283 3.16165L6.76456 6.22538C6.64977 6.34355 6.58551 6.50185 6.58551 6.66667C6.58551 6.8315 6.64976 6.98979 6.76456 7.10796L10.2254 10.5688C10.3436 10.6836 10.5018 10.7478 10.6667 10.7478C10.8315 10.7478 10.9898 10.6836 11.108 10.5688L14.1717 7.50503C14.445 7.23167 14.8883 7.23167 15.1616 7.50503C15.435 7.7784 15.435 8.22162 15.1616 8.49498L12.09 11.5666C11.7099 11.9392 11.1989 12.1478 10.6667 12.1478C10.5167 12.1478 10.3684 12.1312 10.2242 12.0991L8.49496 13.8283C8.36369 13.9596 8.18564 14.0333 7.99999 14.0333H1.99999C1.61339 14.0333 1.29999 13.7199 1.29999 13.3333V11.3333C1.29999 11.1477 1.37374 10.9696 1.50501 10.8384L5.23423 7.10915C5.20209 6.96498 5.18551 6.81667 5.18551 6.66667C5.18551 6.13444 5.39419 5.62343 5.76675 5.24334L5.77165 5.23834L8.83835 2.1717C9.11171 1.89833 9.55493 1.89833 9.8283 2.1717ZM5.99999 8.32329L2.69999 11.6233V12.6333H7.71004L9.01004 11.3333L5.99999 8.32329Z", fill: "currentColor", }), }), - gh = (e) => - kt("svg", { + Ch = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99735 1.3L7.99999 1.29999C9.32512 1.29999 10.6205 1.69294 11.7223 2.42915C12.8241 3.16535 13.6829 4.21175 14.19 5.43601C14.6971 6.66028 14.8298 8.00742 14.5712 9.3071C14.3127 10.6068 13.6746 11.8006 12.7376 12.7376C11.8006 13.6746 10.6068 14.3127 9.30709 14.5713C8.00742 14.8298 6.66027 14.6971 5.43601 14.19C4.21174 13.6829 3.16535 12.8241 2.42914 11.7223C1.69294 10.6205 1.29999 9.32513 1.29999 7.99999C1.29999 7.61339 1.61339 7.29999 1.99999 7.29999C2.38659 7.29999 2.69999 7.61339 2.69999 7.99999C2.69999 9.04823 3.01083 10.0729 3.5932 10.9445C4.17557 11.8161 5.00332 12.4954 5.97177 12.8966C6.94021 13.2977 8.00587 13.4027 9.03397 13.1982C10.0621 12.9937 11.0064 12.4889 11.7477 11.7477C12.4889 11.0064 12.9936 10.0621 13.1982 9.03397C13.4027 8.00587 13.2977 6.94022 12.8966 5.97177C12.4954 5.00332 11.8161 4.17558 10.9445 3.5932C10.0733 3.01108 9.04909 2.70025 8.0013 2.69999C6.50697 2.70595 5.07265 3.28845 3.99732 4.32594L3.68994 4.63333H5.33332C5.71992 4.63333 6.03332 4.94673 6.03332 5.33333C6.03332 5.71993 5.71992 6.03333 5.33332 6.03333H1.99999C1.61339 6.03333 1.29999 5.71993 1.29999 5.33333V1.99999C1.29999 1.61339 1.61339 1.29999 1.99999 1.29999C2.38659 1.29999 2.69999 1.61339 2.69999 1.99999V3.64338L3.02005 3.32331C4.35591 2.03191 6.13935 1.30699 7.99735 1.3ZM7.99999 3.96666C8.38659 3.96666 8.69999 4.28006 8.69999 4.66666V7.56737L10.9797 8.70723C11.3255 8.88012 11.4656 9.30059 11.2928 9.64638C11.1199 9.99216 10.6994 10.1323 10.3536 9.95942L7.68694 8.62609C7.44979 8.50752 7.29999 8.26513 7.29999 7.99999V4.66666C7.29999 4.28006 7.61339 3.96666 7.99999 3.96666Z", fill: "currentColor", }), }), - vh = (e) => - kt("svg", { + sh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.57023 0.780815C7.82301 0.584211 8.17697 0.584211 8.42975 0.780815L14.4297 5.44748C14.6003 5.5801 14.7 5.78401 14.7 6.00003V13.3334C14.7 13.8726 14.4858 14.3898 14.1044 14.7711C13.7231 15.1525 13.2059 15.3667 12.6667 15.3667H3.33332C2.79405 15.3667 2.27686 15.1525 1.89554 14.7711C1.51421 14.3898 1.29999 13.8726 1.29999 13.3334V6.00003C1.29999 5.78401 1.39972 5.5801 1.57023 5.44748L7.57023 0.780815ZM6.69999 13.9667H9.29999V8.70003H6.69999V13.9667ZM10.7 13.9667V8.00003C10.7 7.61343 10.3866 7.30003 9.99999 7.30003H5.99999C5.61339 7.30003 5.29999 7.61343 5.29999 8.00003V13.9667H3.33332C3.16535 13.9667 3.00426 13.9 2.88549 13.7812C2.76671 13.6624 2.69999 13.5013 2.69999 13.3334V6.34239L7.99999 2.22016L13.3 6.34239V13.3334C13.3 13.5013 13.2333 13.6624 13.1145 13.7812C12.9957 13.9 12.8346 13.9667 12.6667 13.9667H10.7Z", fill: "currentColor", }), }), - wh = (e) => - kt("svg", { + ch = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.858335 9.97525C0.343737 8.17529 0.453477 5.77683 2.34183 3.33183L1.50696 2.49696C1.39756 2.38897 1.31057 2.2604 1.25101 2.11865C1.19088 1.97556 1.15991 1.82191 1.15991 1.6667C1.15991 1.51148 1.19088 1.35783 1.25101 1.21474C1.31114 1.07164 1.39922 0.941988 1.51008 0.833362C1.78622 0.562799 2.22942 0.567322 2.49998 0.843464C2.71276 1.06063 2.75541 1.38112 2.6296 1.6397L3.30123 2.31133C4.18837 1.57022 5.45966 0.91181 6.91816 0.685198C8.73042 0.403622 10.8177 0.792508 12.7758 2.47434C13.1298 2.77843 13.1879 3.30629 12.9204 3.67406C13.6156 4.49894 14.2175 5.39893 14.7148 6.35772C14.7203 6.36833 14.7255 6.37909 14.7305 6.38997C14.8134 6.57213 14.8507 6.77173 14.8393 6.97154C14.8278 7.17136 14.7679 7.36538 14.6647 7.53687C14.6404 7.57734 14.6138 7.61626 14.5851 7.65348C14.9074 8.41207 15.1495 9.20287 15.3071 10.013L15.3098 10.0264C15.3388 10.1931 15.3326 10.364 15.2916 10.5282C15.2507 10.6924 15.1759 10.8462 15.0721 10.9797C15.02 11.0466 14.9612 11.1077 14.8968 11.1621C15.1499 12.0752 15.2984 13.0147 15.3391 13.9627C15.3501 14.1445 15.3228 14.3265 15.259 14.4971C15.1938 14.6712 15.0921 14.8293 14.9607 14.9607C14.8293 15.0921 14.6712 15.1938 14.4971 15.259C14.3244 15.3236 14.1399 15.3508 13.9559 15.3386C13.2892 15.2993 12.1949 15.1945 11.1576 14.9021C11.1043 14.9645 11.0448 15.0214 10.9797 15.0721C10.8462 15.1759 10.6924 15.2507 10.5282 15.2916C10.364 15.3325 10.1931 15.3387 10.0265 15.3096L10.0129 15.3073C9.20283 15.1496 8.41205 14.9074 7.65345 14.5851C7.61624 14.6137 7.57733 14.6403 7.53687 14.6647C7.36538 14.7679 7.17136 14.8278 6.97154 14.8392C6.77173 14.8507 6.57213 14.8133 6.38997 14.7304C6.37909 14.7255 6.36833 14.7202 6.35772 14.7147C5.42924 14.2332 4.5559 13.6535 3.7525 12.986C3.50401 13.1201 3.25551 13.0952 3.10183 13.0564C2.93967 13.0154 2.79682 12.9392 2.68229 12.8641C2.45009 12.712 2.21777 12.4871 2.00329 12.2257C1.56906 11.6965 1.12853 10.9203 0.858335 9.97525ZM2.2044 9.59041C1.78016 8.10649 1.85335 6.00831 3.78534 3.77793C3.79888 3.76418 3.81175 3.75001 3.82393 3.73546C4.48917 3.03545 5.69592 2.2919 7.13311 2.0686C8.3957 1.87243 9.84724 2.07473 11.2942 3.09238C10.5627 3.44661 9.86856 3.53087 9.28869 3.53826C9.02925 3.54156 8.82413 3.53095 8.62555 3.52068C8.51611 3.51502 8.40861 3.50946 8.29514 3.50639C8.16281 3.50281 7.98904 3.5019 7.82705 3.5334C7.68227 3.56155 7.34289 3.65507 7.17211 4.0121C7.06515 4.23569 7.07335 4.46785 7.08108 4.58372C7.09059 4.72629 7.11686 4.87813 7.14444 5.01647C7.16894 5.13934 7.19908 5.27346 7.22858 5.40473L7.24146 5.46208C7.27584 5.61545 7.30976 5.76928 7.33948 5.92432C7.40006 6.24043 7.43573 6.52565 7.42601 6.76344C7.41613 7.00513 7.36238 7.12024 7.31975 7.172C7.22343 7.28894 6.98864 7.40827 6.51688 7.41298C6.06914 7.41745 5.55172 7.3141 5.10771 7.17051C4.43752 6.95376 3.64176 7.40027 3.60163 8.19057C3.56379 8.93554 3.48507 9.85325 3.35162 10.6164C3.29559 10.9368 3.23272 11.2131 3.16517 11.4308C3.1396 11.4021 3.11303 11.3711 3.0856 11.3377C2.77305 10.9567 2.42212 10.3519 2.2044 9.59041ZM4.51647 11.7991C5.20656 12.3878 5.95572 12.9038 6.75208 13.3387C6.81497 12.056 6.53616 10.4436 5.89501 8.77535C5.5777 8.73665 5.26649 8.67121 4.981 8.5932C4.93648 9.30318 4.8576 10.1318 4.73069 10.8575C4.67303 11.1873 4.60294 11.5107 4.51647 11.7991ZM7.36102 8.70552C7.53784 9.20763 7.68617 9.70808 7.80517 10.2006C8.73751 10.466 9.86243 10.5706 10.6096 10.6096L10.6062 10.5478C10.5946 10.4885 10.5905 10.427 10.5949 10.3647C10.546 9.6322 10.4343 8.64031 10.2 7.80754C9.72037 7.69157 9.23334 7.54737 8.74476 7.3754C8.68177 7.61237 8.57519 7.84984 8.40038 8.06208C8.11719 8.4059 7.74467 8.6009 7.36102 8.70552ZM8.08079 11.7081C8.14706 12.2539 8.17248 12.7803 8.15577 13.2772C8.76911 13.5413 9.40664 13.7457 10.0595 13.8874C10.0754 13.2514 9.95597 12.5144 9.84217 11.9594C9.31384 11.9131 8.69309 11.8364 8.08079 11.7081ZM3.00099 11.816L3.00251 11.8142C3.00151 11.8155 3.001 11.8161 3.00099 11.816ZM11.7284 4.43416C10.826 4.83411 9.97951 4.92957 9.30653 4.93815C9.03771 4.94157 8.76709 4.92981 8.55473 4.91939C8.56693 4.97494 8.58012 5.03368 8.5942 5.09634L8.60754 5.15581C8.6422 5.31039 8.68029 5.48258 8.71445 5.66078C8.72838 5.7335 8.74199 5.80878 8.75467 5.88602C9.47533 6.16731 10.1871 6.37899 10.8671 6.52363C10.8827 6.52636 10.8981 6.52961 10.9134 6.53338C11.7924 6.71681 12.6174 6.78785 13.3388 6.75214C12.8865 5.92398 12.3465 5.14688 11.7284 4.43416ZM11.7061 8.0822C11.8335 8.69291 11.9113 9.31372 11.9585 9.84257C12.5166 9.95638 13.2524 10.0754 13.8875 10.0596L13.8896 10.0696C13.9165 10.0637 13.9434 10.0594 13.9702 10.0567C13.9428 10.0579 13.9152 10.0589 13.8875 10.0596C13.7457 9.40669 13.5413 8.76919 13.2773 8.15589C12.7798 8.17289 12.2527 8.14807 11.7061 8.0822ZM8.47742 4.46069C8.47762 4.4609 8.47771 4.46504 8.47712 4.47246C8.47693 4.46419 8.47723 4.46048 8.47742 4.46069ZM11.2563 11.8918C11.5355 11.7615 11.7613 11.5359 11.8917 11.2567C12.3642 11.3466 12.9486 11.4348 13.5251 11.4559C13.7555 12.2635 13.8935 13.0951 13.9362 13.9347C13.2733 13.891 12.3129 13.7839 11.4561 13.5314C11.4355 12.9523 11.3467 12.3652 11.2563 11.8918ZM14.62 10.1467L14.4432 10.1811L14.4391 10.1782L14.62 10.1467ZM14.0983 10.0488C14.0883 10.0497 14.0785 10.0513 14.0689 10.0538C14.0581 10.0533 14.0473 10.0531 14.0365 10.0532C14.0572 10.0519 14.0778 10.0504 14.0983 10.0488Z", fill: "currentColor", }), }), - Lh = (e) => - kt("svg", { + dh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.92673 2.10261C7.88018 1.93693 6.8084 2.05292 5.82153 2.43866C5.46146 2.5794 5.05547 2.4016 4.91473 2.04153C4.77399 1.68146 4.95179 1.27547 5.31186 1.13473C6.53028 0.658479 7.85354 0.515273 9.14564 0.719833C10.4377 0.924394 11.6521 1.46934 12.6638 2.29866C12.9667 2.54613 13.1488 2.92278 13.1151 3.32381C13.1021 3.47765 13.058 3.62326 12.9873 3.75418C13.6542 4.55714 14.2335 5.42991 14.7147 6.35772C14.7203 6.36835 14.7255 6.37912 14.7305 6.39001C14.8134 6.57217 14.8507 6.77177 14.8393 6.97159C14.8278 7.1714 14.7679 7.36543 14.6647 7.53691C14.6394 7.57889 14.6118 7.61921 14.5819 7.65769C14.8328 8.24938 15.1883 9.18571 15.3187 10.0412L15.3207 10.0542L15.3206 10.0542C15.3785 10.4885 15.2088 10.9507 14.8198 11.2213C14.5024 11.4421 14.0662 11.3638 13.8454 11.0464C13.6503 10.7661 13.6887 10.3929 13.9192 10.1575C13.7966 9.45687 13.4908 8.66708 13.272 8.15604C12.5329 8.18076 11.7323 8.11311 10.9075 7.95403C10.5279 7.88082 10.2795 7.51374 10.3527 7.13414C10.4259 6.75453 10.793 6.50615 11.1726 6.57936C11.954 6.73007 12.6892 6.78417 13.3388 6.75212C12.8961 5.94178 12.3696 5.1803 11.768 4.48016C10.6438 4.79595 9.12167 4.97991 8.12102 5.01948C7.73473 5.03476 7.40919 4.73399 7.39391 4.34769C7.37863 3.96139 7.6794 3.63585 8.0657 3.62058C9.04976 3.58166 10.4817 3.39469 11.4333 3.12036C10.6883 2.59478 9.83101 2.24578 8.92673 2.10261ZM0.838387 0.838388C1.11175 0.565021 1.55497 0.565021 1.82834 0.838388L3.7814 2.79146C3.78148 2.79153 3.78155 2.7916 3.78162 2.79167C3.78172 2.79178 3.78183 2.79188 3.78194 2.79199L11.6265 10.6366C11.6279 10.638 11.6293 10.6393 11.6307 10.6407L14.9609 13.971C14.9615 13.9715 14.9621 13.9721 14.9627 13.9727L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1617C14.9472 15.3762 14.6281 15.4224 14.3686 15.3002C14.2339 15.335 14.0943 15.3481 13.955 15.3386C13.2886 15.2992 12.1956 15.1945 11.1593 14.9026C10.8965 15.211 10.4853 15.3768 10.0562 15.3208L10.0412 15.3187C9.1857 15.1883 8.24938 14.8328 7.65769 14.5819C7.61921 14.6118 7.57889 14.6394 7.53691 14.6647C7.36542 14.7679 7.1714 14.8278 6.97158 14.8393C6.77177 14.8507 6.57217 14.8134 6.39001 14.7305L6.38796 14.7295C5.48374 14.3144 4.49098 13.5909 3.75817 12.9852C3.62622 13.0571 3.47921 13.102 3.32381 13.1151C2.92227 13.1489 2.54517 12.9662 2.29772 12.6626C1.142 11.2488 0.55256 9.45618 0.64375 7.63238C0.723234 6.04271 1.31487 4.52817 2.32035 3.3103L0.838387 1.82834C0.56502 1.55497 0.56502 1.11175 0.838387 0.838388ZM3.31588 4.30583C2.55262 5.27378 2.10413 6.4597 2.042 7.70229C1.97534 9.03563 2.3578 10.3484 3.1213 11.4336C3.25436 10.974 3.36893 10.3931 3.45634 9.7861C3.57375 8.9707 3.63336 8.17176 3.63336 7.6667C3.63336 7.44141 3.74179 7.22989 3.9247 7.09837C4.10761 6.96685 4.34264 6.93139 4.55621 7.00311C5.11962 7.19232 5.75678 7.36596 6.4126 7.42034C6.41886 7.42058 6.42511 7.4209 6.43135 7.4213L3.31588 4.30583ZM5.89309 8.77021C5.57854 8.72611 5.27717 8.6636 4.99444 8.59241C4.9624 9.02586 4.91104 9.50648 4.84205 9.98563C4.7555 10.5867 4.63677 11.2176 4.48232 11.7655C5.1147 12.3026 5.98189 12.9536 6.75154 13.3496C6.81679 12.059 6.53759 10.4447 5.89309 8.77021ZM8.15595 13.272C8.17236 12.7758 8.14702 12.2515 8.0812 11.7082C8.69338 11.8364 9.31399 11.9132 9.84221 11.9594C9.9568 12.5184 10.0771 13.2619 10.0592 13.9009C9.38399 13.7683 8.64322 13.4806 8.15595 13.272ZM11.4562 13.5314C11.905 13.6637 12.3823 13.7561 12.8304 13.8203L11.3317 12.3217C11.3918 12.6994 11.4414 13.1174 11.4562 13.5314ZM9.53115 10.5211L7.76839 8.75834C7.74298 8.76372 7.71735 8.76833 7.69154 8.77214C7.5932 8.78753 7.49514 8.8 7.39749 8.80976C7.55857 9.27705 7.69486 9.74234 7.80568 10.2008C8.35296 10.3565 8.96657 10.4569 9.53115 10.5211Z", fill: "currentColor", }), }), - bh = (e) => - kt("svg", { + uh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89558 1.22891C4.2769 0.847587 4.79409 0.633362 5.33336 0.633362H10.6667C11.206 0.633362 11.7232 0.847587 12.1045 1.22891C12.4858 1.61023 12.7 2.12742 12.7 2.6667V7.30003H13.3334C13.8726 7.30003 14.3898 7.51425 14.7711 7.89558C15.1525 8.2769 15.3667 8.79409 15.3667 9.33336V13.3334C15.3667 13.8726 15.1525 14.3898 14.7711 14.7711C14.3898 15.1525 13.8726 15.3667 13.3334 15.3667H2.6667C2.12742 15.3667 1.61023 15.1525 1.22891 14.7711C0.847587 14.3898 0.633362 13.8726 0.633362 13.3334V7.33336C0.633362 6.79409 0.847587 6.2769 1.22891 5.89558C1.61023 5.51425 2.12742 5.30003 2.6667 5.30003H3.30003V2.6667C3.30003 2.12742 3.51425 1.61024 3.89558 1.22891ZM3.30003 6.70003H2.6667C2.49872 6.70003 2.33763 6.76675 2.21886 6.88553C2.10009 7.0043 2.03336 7.16539 2.03336 7.33336V13.3334C2.03336 13.5013 2.10009 13.6624 2.21886 13.7812C2.33763 13.9 2.49872 13.9667 2.6667 13.9667H3.30003V6.70003ZM4.70003 13.9667V2.6667C4.70003 2.49872 4.76675 2.33763 4.88553 2.21886C5.0043 2.10009 5.16539 2.03336 5.33336 2.03336H10.6667C10.8347 2.03336 10.9958 2.10009 11.1145 2.21886C11.2333 2.33763 11.3 2.49872 11.3 2.6667V13.9667H4.70003ZM12.7 13.9667H13.3334C13.5013 13.9667 13.6624 13.9 13.7812 13.7812C13.9 13.6624 13.9667 13.5013 13.9667 13.3334V9.33336C13.9667 9.16539 13.9 9.0043 13.7812 8.88553C13.6624 8.76675 13.5013 8.70003 13.3334 8.70003H12.7V13.9667ZM8.00003 3.30003C8.38663 3.30003 8.70003 3.61343 8.70003 4.00003V4.63336H9.33336C9.71996 4.63336 10.0334 4.94676 10.0334 5.33336C10.0334 5.71996 9.71996 6.03336 9.33336 6.03336H8.70003V6.66669C8.70003 7.05329 8.38663 7.36669 8.00003 7.36669C7.61343 7.36669 7.30003 7.05329 7.30003 6.66669V6.03336H6.66669C6.2801 6.03336 5.96669 5.71996 5.96669 5.33336C5.96669 4.94676 6.2801 4.63336 6.66669 4.63336H7.30003V4.00003C7.30003 3.61343 7.61343 3.30003 8.00003 3.30003ZM5.96669 9.33336C5.96669 8.94676 6.2801 8.63336 6.66669 8.63336H9.33336C9.71996 8.63336 10.0334 8.94676 10.0334 9.33336C10.0334 9.71996 9.71996 10.0334 9.33336 10.0334H6.66669C6.2801 10.0334 5.96669 9.71996 5.96669 9.33336ZM5.96669 12C5.96669 11.6134 6.2801 11.3 6.66669 11.3H9.33336C9.71996 11.3 10.0334 11.6134 10.0334 12C10.0334 12.3866 9.71996 12.7 9.33336 12.7H6.66669C6.2801 12.7 5.96669 12.3866 5.96669 12Z", fill: "currentColor", }), }), - Mh = (e) => - kt("svg", { + ph = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00001 2.03336C3.65023 2.03336 3.36667 2.31691 3.36667 2.6667V13.3334C3.36667 13.6831 3.65023 13.9667 4.00001 13.9667H5.96667V11.3659C5.76561 11.3562 5.57022 11.2603 5.44001 11.0867C5.20805 10.7774 5.27073 10.3387 5.58001 10.1067C6.27816 9.58308 7.12732 9.30003 8.00001 9.30003C8.8727 9.30003 9.72185 9.58308 10.42 10.1067C10.7293 10.3387 10.792 10.7774 10.56 11.0867C10.4298 11.2603 10.2344 11.3562 10.0333 11.3659V13.9667H12C12.3498 13.9667 12.6333 13.6831 12.6333 13.3334V2.6667C12.6333 2.31691 12.3498 2.03336 12 2.03336H4.00001ZM12 15.3667C13.123 15.3667 14.0333 14.4563 14.0333 13.3334V2.6667C14.0333 1.54372 13.123 0.633362 12 0.633362H4.00001C2.87703 0.633362 1.96667 1.54372 1.96667 2.6667V13.3334C1.96667 14.4563 2.87703 15.3667 4.00001 15.3667H12ZM8.63334 13.9667V10.7773C8.42739 10.7263 8.21479 10.7 8.00001 10.7C7.78523 10.7 7.57263 10.7263 7.36667 10.7773V13.9667H8.63334ZM4.63334 4.66669C4.63334 4.2801 4.94674 3.9667 5.33334 3.9667H5.34001C5.72661 3.9667 6.04001 4.2801 6.04001 4.66669C6.04001 5.05329 5.72661 5.36669 5.34001 5.36669H5.33334C4.94674 5.36669 4.63334 5.05329 4.63334 4.66669ZM7.30001 4.66669C7.30001 4.2801 7.61341 3.9667 8.00001 3.9667H8.00667C8.39327 3.9667 8.70668 4.2801 8.70668 4.66669C8.70668 5.05329 8.39327 5.36669 8.00667 5.36669H8.00001C7.61341 5.36669 7.30001 5.05329 7.30001 4.66669ZM9.96667 4.66669C9.96667 4.2801 10.2801 3.9667 10.6667 3.9667H10.6733C11.0599 3.9667 11.3733 4.2801 11.3733 4.66669C11.3733 5.05329 11.0599 5.36669 10.6733 5.36669H10.6667C10.2801 5.36669 9.96667 5.05329 9.96667 4.66669ZM4.63334 7.33336C4.63334 6.94676 4.94674 6.63336 5.33334 6.63336H5.34001C5.72661 6.63336 6.04001 6.94676 6.04001 7.33336C6.04001 7.71996 5.72661 8.03336 5.34001 8.03336H5.33334C4.94674 8.03336 4.63334 7.71996 4.63334 7.33336ZM7.30001 7.33336C7.30001 6.94676 7.61341 6.63336 8.00001 6.63336H8.00667C8.39327 6.63336 8.70668 6.94676 8.70668 7.33336C8.70668 7.71996 8.39327 8.03336 8.00667 8.03336H8.00001C7.61341 8.03336 7.30001 7.71996 7.30001 7.33336ZM9.96667 7.33336C9.96667 6.94676 10.2801 6.63336 10.6667 6.63336H10.6733C11.0599 6.63336 11.3733 6.94676 11.3733 7.33336C11.3733 7.71996 11.0599 8.03336 10.6733 8.03336H10.6667C10.2801 8.03336 9.96667 7.71996 9.96667 7.33336Z", fill: "currentColor", }), }), - Hh = (e) => - kt("svg", { + mh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.63336 1.33336C2.63336 0.946762 2.94676 0.633362 3.33336 0.633362H12.6667C13.0533 0.633362 13.3667 0.946762 13.3667 1.33336C13.3667 1.71996 13.0533 2.03336 12.6667 2.03336H12.0334V4.1147C12.0332 4.65392 11.8189 5.17118 11.4376 5.55241L8.98998 8.00003L11.4376 10.4476C11.8189 10.8289 12.0332 11.346 12.0334 11.8852V13.9667H12.6667C13.0533 13.9667 13.3667 14.2801 13.3667 14.6667C13.3667 15.0533 13.0533 15.3667 12.6667 15.3667H3.33336C2.94676 15.3667 2.63336 15.0533 2.63336 14.6667C2.63336 14.2801 2.94676 13.9667 3.33336 13.9667H3.9667V11.8854C3.96681 11.3461 4.18111 10.8289 4.56246 10.4476L7.01008 8.00003L4.56246 5.55241C4.56244 5.55239 4.56249 5.55244 4.56246 5.55241C4.18116 5.17118 3.96681 4.65404 3.9667 4.11484V2.03336H3.33336C2.94676 2.03336 2.63336 1.71996 2.63336 1.33336ZM5.3667 2.03336V4.11455C5.3667 4.1145 5.3667 4.1146 5.3667 4.11455C5.36677 4.28245 5.43352 4.4436 5.55226 4.56231L8.00003 7.01008L10.4477 4.56239C10.5665 4.44368 10.6333 4.2826 10.6334 4.1147C10.6334 4.11465 10.6334 4.11474 10.6334 4.1147V2.03336H5.3667ZM8.00003 8.98998L5.55234 11.4377C5.43359 11.5564 5.36677 11.7175 5.3667 11.8854C5.3667 11.8853 5.3667 11.8854 5.3667 11.8854V13.9667H10.6334V11.8855C10.6334 11.8855 10.6334 11.8856 10.6334 11.8855C10.6333 11.7176 10.5665 11.5565 10.4478 11.4377L8.00003 8.98998Z", fill: "currentColor", }), }), - Eh = (e) => - kt("svg", { + hh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.8392 1.53089C7.20722 1.37845 7.60167 1.29999 8.00001 1.29999C8.39835 1.29999 8.79279 1.37845 9.16081 1.53089C9.52884 1.68333 9.86323 1.90676 10.1449 2.18843C10.4266 2.4701 10.65 2.80449 10.8024 3.17251C10.8736 3.34435 10.9287 3.52194 10.9671 3.703C11.217 3.75669 11.46 3.84192 11.69 3.95729C12.1121 4.169 12.4789 4.47633 12.7613 4.85481C13.0436 5.23329 13.2337 5.67247 13.3165 6.13737C13.3457 6.30185 13.3612 6.46793 13.3631 6.63395C13.7359 6.64956 14.0333 6.95671 14.0333 7.33332C14.0333 9.88795 11.8778 11.7669 8.70001 12.0073V13.3H10.6667C11.0533 13.3 11.3667 13.6134 11.3667 14C11.3667 14.3866 11.0533 14.7 10.6667 14.7H5.33334C4.94674 14.7 4.63334 14.3866 4.63334 14C4.63334 13.6134 4.94674 13.3 5.33334 13.3H7.30001V12.0073C4.12217 11.7669 1.96667 9.88795 1.96667 7.33332C1.96667 6.95895 2.26056 6.65323 2.6302 6.63425C2.63209 6.46814 2.64762 6.30195 2.6769 6.13737C2.75961 5.67247 2.94971 5.23329 3.23208 4.85481C3.51445 4.47633 3.88128 4.169 4.30336 3.95729C4.53551 3.84085 4.78085 3.7551 5.03321 3.70151C5.07165 3.52096 5.12659 3.34387 5.19757 3.17251C5.35001 2.80449 5.57345 2.4701 5.85512 2.18843C6.13679 1.90676 6.47118 1.68333 6.8392 1.53089ZM6.47586 3.74618C6.66412 3.79852 6.8475 3.8691 7.02332 3.95729C7.39817 4.14531 7.72944 4.40874 7.99668 4.73045C8.26391 4.40874 8.59518 4.14531 8.97003 3.95729C9.14772 3.86816 9.33314 3.79702 9.52352 3.74451C9.51883 3.73238 9.51399 3.7203 9.50901 3.70827C9.42693 3.51011 9.30662 3.33005 9.15495 3.17838C9.00328 3.02671 8.82322 2.9064 8.62506 2.82432C8.42689 2.74224 8.2145 2.69999 8.00001 2.69999C7.78552 2.69999 7.57312 2.74224 7.37496 2.82432C7.17679 2.9064 6.99674 3.02671 6.84507 3.17838C6.6934 3.33005 6.57309 3.51011 6.491 3.70827C6.48579 3.72085 6.48074 3.73349 6.47586 3.74618ZM7.29629 6.63332C7.29448 6.54948 7.2862 6.46565 7.27143 6.38258C7.22689 6.13225 7.12453 5.89577 6.97248 5.69197C6.82044 5.48818 6.62291 5.32269 6.39564 5.20869C6.16836 5.09469 5.91761 5.03533 5.66334 5.03533C5.40908 5.03533 5.15832 5.09469 4.93105 5.20869C4.70377 5.32269 4.50624 5.48818 4.3542 5.69197C4.20216 5.89577 4.09979 6.13225 4.05526 6.38258C4.04048 6.46565 4.0322 6.54948 4.03039 6.63332H7.29629ZM3.45741 8.03332C3.82705 9.43377 5.32816 10.6333 8.00001 10.6333C10.6719 10.6333 12.173 9.43377 12.5426 8.03332H8.10903C8.09835 8.03357 8.0877 8.03357 8.07708 8.03332H7.91627C7.90565 8.03357 7.895 8.03357 7.88432 8.03332H3.45741ZM8.69706 6.63332H11.963C11.9611 6.54948 11.9529 6.46565 11.9381 6.38258C11.8936 6.13225 11.7912 5.89577 11.6391 5.69197C11.4871 5.48818 11.2896 5.32269 11.0623 5.20869C10.835 5.09469 10.5843 5.03533 10.33 5.03533C10.0757 5.03533 9.82499 5.09469 9.59771 5.20869C9.37044 5.32269 9.17291 5.48818 9.02087 5.69197C8.86882 5.89577 8.76646 6.13225 8.72192 6.38258C8.70715 6.46565 8.69887 6.54948 8.69706 6.63332Z", fill: "currentColor", }), }), - Rh = (e) => - kt("svg", { + fh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.14803 1.8147C5.90443 1.0583 6.93032 0.633362 8.00003 0.633362C9.06973 0.633362 10.0956 1.0583 10.852 1.8147C11.4677 2.43035 11.8637 3.22454 11.9898 4.07558C12.2813 4.17502 12.5492 4.34034 12.7711 4.56224C13.1525 4.94357 13.3667 5.46075 13.3667 6.00003C13.3667 6.5393 13.1525 7.05649 12.7711 7.43781C12.5104 7.69859 12.186 7.88122 11.8346 7.97063L9.26459 14.4901L9.25736 14.5077C9.15234 14.7542 8.97716 14.9645 8.75361 15.1122C8.53005 15.26 8.268 15.3387 8.00003 15.3387C7.73206 15.3387 7.47 15.26 7.24645 15.1122C7.0229 14.9645 6.84772 14.7542 6.74269 14.5077L6.73547 14.4901L4.16548 7.97063C3.81401 7.88122 3.48969 7.69859 3.22891 7.43781C2.84759 7.05649 2.63336 6.5393 2.63336 6.00003C2.63336 5.46075 2.84759 4.94357 3.22891 4.56224C3.45082 4.34034 3.71873 4.17502 4.01023 4.07558C4.13631 3.22454 4.53238 2.43035 5.14803 1.8147ZM5.69506 8.03336L8.00003 13.8805L10.305 8.03336H5.69506ZM8.00003 2.03336C7.30162 2.03336 6.63183 2.3108 6.13798 2.80465C5.64413 3.29849 5.3667 3.96829 5.3667 4.6667C5.3667 5.05329 5.05329 5.36669 4.6667 5.36669C4.49872 5.36669 4.33763 5.43342 4.21886 5.55219C4.10009 5.67097 4.03336 5.83206 4.03336 6.00003C4.03336 6.168 4.10009 6.32909 4.21886 6.44786C4.33763 6.56664 4.49873 6.63336 4.6667 6.63336H11.3334C11.5013 6.63336 11.6624 6.56664 11.7812 6.44786C11.9 6.32909 11.9667 6.168 11.9667 6.00003C11.9667 5.83206 11.9 5.67097 11.7812 5.55219C11.6624 5.43342 11.5013 5.36669 11.3334 5.36669C11.1477 5.36669 10.9697 5.29294 10.8384 5.16167C10.7071 5.03039 10.6334 4.85235 10.6334 4.6667C10.6334 3.96829 10.3559 3.29849 9.86208 2.80465C9.36823 2.3108 8.69843 2.03336 8.00003 2.03336Z", fill: "currentColor", }), }), - yh = (e) => - kt("svg", { + gh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.69999C3.16535 2.69999 3.00426 2.76671 2.88549 2.88549C2.76671 3.00426 2.69999 3.16535 2.69999 3.33332V12.6667C2.69999 12.8346 2.76671 12.9957 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H3.71004L9.56235 7.44768L9.5624 7.44763C9.94123 7.06887 10.4542 6.85492 10.9899 6.85225C11.5256 6.84959 12.0407 7.05843 12.4233 7.4334L12.4283 7.43832L12.4283 7.43835L13.3 8.31004V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9957 2.76671 12.8346 2.69999 12.6667 2.69999H3.33332ZM5.68994 13.3H6.86665C7.25325 13.3 7.56665 13.6134 7.56665 14C7.56665 14.3866 7.25325 14.7 6.86665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1044C1.51421 13.7231 1.29999 13.2059 1.29999 12.6667V3.33332C1.29999 2.79405 1.51421 2.27686 1.89554 1.89554C2.27686 1.51421 2.79405 1.29999 3.33332 1.29999H12.6667C13.2059 1.29999 13.7231 1.51421 14.1044 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.2831 14.5294 10.5384 14.2679 10.6467C14.0063 10.7551 13.7052 10.6952 13.505 10.495L11.4413 8.43122C11.3223 8.3157 11.1628 8.25141 10.9969 8.25223C10.8301 8.25306 10.6703 8.31969 10.5523 8.43763C10.5523 8.43765 10.5523 8.43766 10.5522 8.43768L5.68994 13.3ZM5.99999 5.36665C5.65021 5.36665 5.36665 5.65021 5.36665 5.99999C5.36665 6.34977 5.65021 6.63332 5.99999 6.63332C6.34977 6.63332 6.63332 6.34977 6.63332 5.99999C6.63332 5.65021 6.34977 5.36665 5.99999 5.36665ZM3.96665 5.99999C3.96665 4.87701 4.87701 3.96665 5.99999 3.96665C7.12297 3.96665 8.03332 4.87701 8.03332 5.99999C8.03332 7.12297 7.12297 8.03332 5.99999 8.03332C4.87701 8.03332 3.96665 7.12297 3.96665 5.99999ZM11.3333 10.3C11.7199 10.3 12.0333 10.6134 12.0333 11V12.9767L12.8383 12.1717C13.1117 11.8983 13.5549 11.8983 13.8283 12.1717C14.1017 12.445 14.1017 12.8883 13.8283 13.1616L11.8283 15.1616C11.5549 15.435 11.1117 15.435 10.8383 15.1616L8.83835 13.1616C8.56498 12.8883 8.56498 12.445 8.83835 12.1717C9.11171 11.8983 9.55493 11.8983 9.8283 12.1717L10.6333 12.9767V11C10.6333 10.6134 10.9467 10.3 11.3333 10.3Z", fill: "currentColor", }), }), - Vh = (e) => - kt("svg", { + vh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H3.7101L9.56241 7.44768L9.56248 7.4476C9.94379 7.06641 10.4609 6.85227 11 6.85227C11.5392 6.85227 12.0563 7.06641 12.4376 7.4476L12.4377 7.44768L13.3 8.31004V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM13.3 10.2899L11.4478 8.4377C11.329 8.31897 11.168 8.25227 11 8.25227C10.8321 8.25227 10.6711 8.31894 10.5524 8.43763C10.5523 8.43765 10.5523 8.43768 10.5523 8.4377L5.69 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V10.2899ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM6.00005 5.36665C5.65027 5.36665 5.36672 5.65021 5.36672 5.99999C5.36672 6.34977 5.65027 6.63332 6.00005 6.63332C6.34983 6.63332 6.63338 6.34977 6.63338 5.99999C6.63338 5.65021 6.34983 5.36665 6.00005 5.36665ZM3.96672 5.99999C3.96672 4.87701 4.87707 3.96665 6.00005 3.96665C7.12303 3.96665 8.03338 4.87701 8.03338 5.99999C8.03338 7.12297 7.12303 8.03332 6.00005 8.03332C4.87707 8.03332 3.96672 7.12297 3.96672 5.99999Z", fill: "currentColor", }), }), - Sh = (e) => - kt("svg", { + wh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.6667C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H3.7101L9.56241 7.44768L9.56248 7.4476C9.94379 7.06641 10.4609 6.85227 11 6.85227C11.5392 6.85227 12.0563 7.06641 12.4376 7.4476L12.4377 7.44768L13.3 8.31004V5.99999C13.3 5.61339 13.6135 5.29999 14 5.29999C14.3866 5.29999 14.7 5.61339 14.7 5.99999V12.6667C14.7 13.2059 14.4858 13.7231 14.1045 14.1044C13.7232 14.4858 13.206 14.7 12.6667 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1044C1.51427 13.7231 1.30005 13.2059 1.30005 12.6667V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H8.00005C8.38665 1.29999 8.70005 1.61339 8.70005 1.99999C8.70005 2.38659 8.38665 2.69999 8.00005 2.69999H3.33338ZM13.3 10.2899L11.4478 8.4377C11.329 8.31897 11.168 8.25227 11 8.25227C10.8321 8.25227 10.6711 8.31894 10.5524 8.43763C10.5523 8.43765 10.5523 8.43768 10.5523 8.4377L5.69 13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V10.2899ZM9.96672 3.33332C9.96672 2.94672 10.2801 2.63332 10.6667 2.63332H14.6667C15.0533 2.63332 15.3667 2.94672 15.3667 3.33332C15.3667 3.71992 15.0533 4.03332 14.6667 4.03332H10.6667C10.2801 4.03332 9.96672 3.71992 9.96672 3.33332ZM6.00005 5.36665C5.65027 5.36665 5.36672 5.65021 5.36672 5.99999C5.36672 6.34977 5.65027 6.63332 6.00005 6.63332C6.34983 6.63332 6.63338 6.34977 6.63338 5.99999C6.63338 5.65021 6.34983 5.36665 6.00005 5.36665ZM3.96672 5.99999C3.96672 4.87701 4.87707 3.96665 6.00005 3.96665C7.12303 3.96665 8.03338 4.87701 8.03338 5.99999C8.03338 7.12297 7.12303 8.03332 6.00005 8.03332C4.87707 8.03332 3.96672 7.12297 3.96672 5.99999Z", fill: "currentColor", }), }), - Th = (e) => - kt("svg", { + Lh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838387C1.11169 0.56502 1.55491 0.56502 1.82828 0.838387L2.88783 1.89794C2.88882 1.89893 2.8898 1.89991 2.89078 1.9009L5.54809 4.5582L7.43453 6.44464C7.43439 6.4445 7.43467 6.44478 7.43453 6.44464C7.43467 6.44478 7.43522 6.44533 7.43536 6.44547L9.49451 8.50462C9.49436 8.50447 9.49465 8.50476 9.49451 8.50462C9.49465 8.50476 9.49523 8.50534 9.49538 8.50549L14.1006 13.1107C14.1014 13.1115 14.1022 13.1123 14.1029 13.1131L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8882 15.435 14.445 15.435 14.1717 15.1617L13.5219 14.5119C13.2599 14.6339 12.9692 14.7 12.6666 14.7H4.00079C4.00024 14.7 3.99969 14.7 3.99915 14.7H3.3333C2.79403 14.7 2.27684 14.4858 1.89552 14.1045C1.51419 13.7232 1.29997 13.206 1.29997 12.6667V3.33187C1.30054 3.06472 1.35392 2.80033 1.45704 2.55389C1.46747 2.52895 1.47839 2.50426 1.48979 2.4798L0.838326 1.82834C0.564959 1.55497 0.564959 1.11175 0.838326 0.838387ZM2.69997 3.68998V12.6667C2.69997 12.8347 2.76669 12.9958 2.88547 13.1145C3.00424 13.2333 3.16533 13.3 3.3333 13.3H3.71002L8.01002 9.00003L6.85211 7.84212C6.82668 7.85391 6.80099 7.86519 6.77504 7.87593C6.52825 7.97816 6.26375 8.03077 5.99663 8.03077C5.72952 8.03077 5.46501 7.97816 5.21823 7.87593C4.97144 7.77371 4.74721 7.62388 4.55833 7.435C4.36944 7.24612 4.21962 7.02189 4.11739 6.7751C4.01517 6.52832 3.96256 6.26381 3.96256 5.99669C3.96256 5.72958 4.01517 5.46507 4.11739 5.21829C4.12814 5.19234 4.13941 5.16665 4.1512 5.14121L2.69997 3.68998ZM8.99997 9.98998L5.68992 13.3H12.31L8.99997 9.98998ZM5.29997 2.00003C5.29997 1.61343 5.61337 1.30003 5.99997 1.30003H12.6666C13.2059 1.30003 13.7231 1.51425 14.1044 1.89558C14.4857 2.2769 14.7 2.79409 14.7 3.33336V10C14.7 10.2832 14.5294 10.5384 14.2678 10.6467C14.0063 10.7551 13.7052 10.6952 13.505 10.495L11.505 8.495C11.2316 8.22164 11.2316 7.77842 11.505 7.50505C11.7784 7.23169 12.2216 7.23169 12.4949 7.50505L13.3 8.31008V3.33336C13.3 3.16539 13.2332 3.0043 13.1145 2.88553C12.9957 2.76675 12.8346 2.70003 12.6666 2.70003H5.99997C5.61337 2.70003 5.29997 2.38663 5.29997 2.00003Z", fill: "currentColor", }), }), - Nh = (e) => - kt("svg", { + bh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6667 0.633362C13.0533 0.633362 13.3667 0.946762 13.3667 1.33336V2.63336H14.6667C15.0533 2.63336 15.3667 2.94676 15.3667 3.33336C15.3667 3.71996 15.0533 4.03336 14.6667 4.03336H13.3667V5.33336C13.3667 5.71996 13.0533 6.03336 12.6667 6.03336C12.2801 6.03336 11.9667 5.71996 11.9667 5.33336V4.03336H10.6667C10.2801 4.03336 9.96672 3.71996 9.96672 3.33336C9.96672 2.94676 10.2801 2.63336 10.6667 2.63336H11.9667V1.33336C11.9667 0.946762 12.2801 0.633362 12.6667 0.633362ZM3.33338 2.70003C3.16541 2.70003 3.00432 2.76675 2.88555 2.88553C2.76677 3.0043 2.70005 3.16539 2.70005 3.33336V12.6667C2.70005 12.8347 2.76677 12.9958 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H3.7101L9.56241 7.44772L9.56248 7.44765C9.94379 7.06645 10.4609 6.85231 11 6.85231C11.5392 6.85231 12.0563 7.06645 12.4376 7.44765L12.4377 7.44772L13.3 8.31008V8.00003C13.3 7.61343 13.6135 7.30003 14 7.30003C14.3866 7.30003 14.7 7.61343 14.7 8.00003V12.6667C14.7 13.206 14.4858 13.7232 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7H4.00087C4.00032 14.7 3.99978 14.7 3.99923 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7232 1.30005 13.206 1.30005 12.6667V3.33336C1.30005 2.79409 1.51427 2.2769 1.8956 1.89558C2.27692 1.51425 2.79411 1.30003 3.33338 1.30003H8.00005C8.38665 1.30003 8.70005 1.61343 8.70005 2.00003C8.70005 2.38663 8.38665 2.70003 8.00005 2.70003H3.33338ZM5.69 13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V10.29L11.4478 8.43774C11.4478 8.43772 11.4478 8.43769 11.4477 8.43767C11.329 8.31899 11.168 8.25231 11 8.25231C10.8321 8.25231 10.6711 8.31899 10.5524 8.43767C10.5523 8.43769 10.5523 8.43772 10.5523 8.43774L5.69 13.3ZM6.00005 5.36669C5.65027 5.36669 5.36672 5.65025 5.36672 6.00003C5.36672 6.34981 5.65027 6.63336 6.00005 6.63336C6.34983 6.63336 6.63338 6.34981 6.63338 6.00003C6.63338 5.65025 6.34983 5.36669 6.00005 5.36669ZM3.96672 6.00003C3.96672 4.87705 4.87707 3.9667 6.00005 3.9667C7.12303 3.9667 8.03338 4.87705 8.03338 6.00003C8.03338 7.12301 7.12303 8.03336 6.00005 8.03336C4.87707 8.03336 3.96672 7.12301 3.96672 6.00003Z", fill: "currentColor", }), }), - xh = (e) => - kt("svg", { + Mh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.3333 2.03336C4.98352 2.03336 4.69997 2.31691 4.69997 2.6667V10.6667C4.69997 11.0165 4.98352 11.3 5.3333 11.3H7.04335L11.0357 7.30772C11.4682 6.87521 12.0549 6.6322 12.6666 6.6322C13.1337 6.6322 13.5862 6.77387 13.9666 7.03341V2.6667C13.9666 2.31691 13.6831 2.03336 13.3333 2.03336H5.3333ZM13.9666 8.95664L13.3077 8.29771C13.1377 8.1277 12.9071 8.0322 12.6666 8.0322C12.4262 8.0322 12.1956 8.12769 12.0256 8.29767C12.0256 8.29768 12.0256 8.29766 12.0256 8.29767L9.02325 11.3H13.3333C13.6831 11.3 13.9666 11.0165 13.9666 10.6667V8.95664ZM7.33412 12.7H13.3333C14.4563 12.7 15.3666 11.7897 15.3666 10.6667V2.6667C15.3666 1.54372 14.4563 0.633362 13.3333 0.633362H5.3333C4.21032 0.633362 3.29997 1.54372 3.29997 2.6667V10.6667C3.29997 11.7897 4.21032 12.7 5.3333 12.7H7.33248C7.33303 12.7 7.33357 12.7 7.33412 12.7ZM1.3333 3.30003C1.7199 3.30003 2.0333 3.61343 2.0333 4.00003V13.3334C2.0333 13.5013 2.10003 13.6624 2.2188 13.7812C2.33757 13.9 2.49866 13.9667 2.66663 13.9667H12C12.3866 13.9667 12.7 14.2801 12.7 14.6667C12.7 15.0533 12.3866 15.3667 12 15.3667H2.66663C2.12736 15.3667 1.61017 15.1525 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3334V4.00003C0.633301 3.61343 0.946701 3.30003 1.3333 3.30003ZM7.99997 4.70003C7.65019 4.70003 7.36663 4.98358 7.36663 5.33336C7.36663 5.68314 7.65019 5.96669 7.99997 5.96669C8.34975 5.96669 8.6333 5.68314 8.6333 5.33336C8.6333 4.98358 8.34975 4.70003 7.99997 4.70003ZM5.96663 5.33336C5.96663 4.21038 6.87699 3.30003 7.99997 3.30003C9.12295 3.30003 10.0333 4.21038 10.0333 5.33336C10.0333 6.45634 9.12295 7.36669 7.99997 7.36669C6.87699 7.36669 5.96663 6.45634 5.96663 5.33336Z", fill: "currentColor", }), }), - _h = (e) => - kt("svg", { + Hh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.6667C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H3.7101L9.56241 7.44768L9.56246 7.44763C9.94129 7.06887 10.4543 6.85492 10.99 6.85225C11.5257 6.84959 12.0408 7.05843 12.4234 7.4334L12.4284 7.43832L12.4284 7.43835L13.3 8.31004V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM5.69 13.3H6.86672C7.25331 13.3 7.56672 13.6134 7.56672 14C7.56672 14.3866 7.25331 14.7 6.86672 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1044C1.51427 13.7231 1.30005 13.2059 1.30005 12.6667V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.2831 14.5295 10.5384 14.2679 10.6467C14.0064 10.7551 13.7053 10.6952 13.5051 10.495L11.4413 8.43122C11.3224 8.3157 11.1628 8.25141 10.9969 8.25223C10.8301 8.25306 10.6704 8.31969 10.5524 8.43763C10.5523 8.43765 10.5523 8.43766 10.5523 8.43768L5.69 13.3ZM6.00005 5.36665C5.65027 5.36665 5.36672 5.65021 5.36672 5.99999C5.36672 6.34977 5.65027 6.63332 6.00005 6.63332C6.34983 6.63332 6.63338 6.34977 6.63338 5.99999C6.63338 5.65021 6.34983 5.36665 6.00005 5.36665ZM3.96672 5.99999C3.96672 4.87701 4.87707 3.96665 6.00005 3.96665C7.12303 3.96665 8.03338 4.87701 8.03338 5.99999C8.03338 7.12297 7.12303 8.03332 6.00005 8.03332C4.87707 8.03332 3.96672 7.12297 3.96672 5.99999ZM10.8384 10.505C11.1118 10.2316 11.555 10.2316 11.8284 10.505L13.8284 12.505C14.1017 12.7784 14.1017 13.2216 13.8284 13.495C13.555 13.7683 13.1118 13.7683 12.8384 13.495L12.0334 12.6899V14.6667C12.0334 15.0533 11.72 15.3667 11.3334 15.3667C10.9468 15.3667 10.6334 15.0533 10.6334 14.6667V12.6899L9.82836 13.495C9.55499 13.7683 9.11177 13.7683 8.83841 13.495C8.56504 13.2216 8.56504 12.7784 8.83841 12.505L10.8384 10.505Z", fill: "currentColor", }), }), - Ah = (e) => - kt("svg", { + Eh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 1.29999C8.38657 1.29999 8.69997 1.61339 8.69997 1.99999V8.31004L10.1717 6.83835C10.445 6.56498 10.8882 6.56498 11.1616 6.83835C11.435 7.11171 11.435 7.55493 11.1616 7.8283L8.49494 10.495C8.36367 10.6262 8.18562 10.7 7.99997 10.7C7.81432 10.7 7.63627 10.6262 7.50499 10.495L4.83833 7.8283C4.56496 7.55493 4.56496 7.11171 4.83833 6.83835C5.11169 6.56498 5.55491 6.56498 5.82828 6.83835L7.29997 8.31004V1.99999C7.29997 1.61339 7.61337 1.29999 7.99997 1.29999ZM1.22885 3.22887C1.61017 2.84755 2.12736 2.63332 2.66663 2.63332H5.3333C5.7199 2.63332 6.0333 2.94672 6.0333 3.33332C6.0333 3.71992 5.7199 4.03332 5.3333 4.03332H2.66663C2.49866 4.03332 2.33757 4.10005 2.2188 4.21882C2.10003 4.33759 2.0333 4.49868 2.0333 4.66665V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7812C2.33757 11.8999 2.49866 11.9667 2.66663 11.9667H13.3333C13.5013 11.9667 13.6624 11.8999 13.7811 11.7812C13.8999 11.6624 13.9666 11.5013 13.9666 11.3333V4.66665C13.9666 4.49868 13.8999 4.33759 13.7811 4.21882C13.6624 4.10005 13.5013 4.03332 13.3333 4.03332H10.6666C10.28 4.03332 9.96663 3.71992 9.96663 3.33332C9.96663 2.94672 10.28 2.63332 10.6666 2.63332H13.3333C13.8726 2.63332 14.3898 2.84755 14.7711 3.22887C15.1524 3.61019 15.3666 4.12738 15.3666 4.66665V11.3333C15.3666 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3667 13.3333 13.3667H2.66663C2.12736 13.3667 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V4.66665C0.633301 4.12738 0.847526 3.61019 1.22885 3.22887Z", fill: "currentColor", }), }), - Zh = (e) => - kt("svg", { + Rh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.82663 1.96667L11.1733 1.96667C11.5516 1.96688 11.9227 2.0726 12.2442 2.27196C12.5654 2.47114 12.8247 2.75589 12.993 3.09424C12.9932 3.09455 12.9934 3.09486 12.9935 3.09518L15.2926 7.6866C15.3413 7.78389 15.3666 7.8912 15.3666 8.00001V12C15.3666 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8191 13.8726 14.0333 13.3333 14.0333H2.66663C2.12736 14.0333 1.61017 13.8191 1.22885 13.4378C0.847526 13.0565 0.633301 12.5393 0.633301 12V8.00001C0.633301 7.8912 0.658666 7.78389 0.707384 7.6866L3.00643 3.09518C3.0066 3.09483 3.00677 3.09449 3.00694 3.09414C3.17529 2.75583 3.4346 2.47112 3.75576 2.27196C4.07725 2.0726 4.44835 1.96688 4.82663 1.96667ZM4.82683 3.36667C4.70906 3.36677 4.59366 3.3997 4.49357 3.46176C4.39343 3.52386 4.3126 3.61266 4.26017 3.71817L4.25922 3.72009L2.46666 7.30001H5.3333C5.56735 7.30001 5.78591 7.41698 5.91574 7.61172L7.04126 9.30001H8.95867L10.0842 7.61172C10.214 7.41698 10.4326 7.30001 10.6666 7.30001H13.5333L11.7407 3.72009L11.7398 3.71817C11.6873 3.61266 11.6065 3.52386 11.5064 3.46176C11.4063 3.3997 11.2909 3.36677 11.1731 3.36667H4.82683ZM13.9666 8.70001H11.0413L9.91574 10.3883C9.78591 10.583 9.56735 10.7 9.3333 10.7H6.66663C6.43259 10.7 6.21402 10.583 6.0842 10.3883L4.95867 8.70001H2.0333V12C2.0333 12.168 2.10003 12.3291 2.2188 12.4478C2.33757 12.5666 2.49866 12.6333 2.66663 12.6333H13.3333C13.5013 12.6333 13.6624 12.5666 13.7811 12.4478C13.8999 12.3291 13.9666 12.168 13.9666 12V8.70001Z", fill: "currentColor", }), }), - Ih = (e) => - kt("svg", { + yh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.63338 3.99999C6.63338 3.61339 6.94678 3.29999 7.33338 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H7.33338C6.94678 4.69999 6.63338 4.38659 6.63338 3.99999ZM5.16169 4.83835C5.43506 5.11171 5.43506 5.55493 5.16169 5.8283L2.99 7.99999L5.16169 10.1717C5.43506 10.445 5.43506 10.8883 5.16169 11.1616C4.88832 11.435 4.44511 11.435 4.17174 11.1616L1.50507 8.49496C1.23171 8.2216 1.23171 7.77838 1.50507 7.50501L4.17174 4.83835C4.44511 4.56498 4.88832 4.56498 5.16169 4.83835ZM7.33338 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H7.33338C6.94678 8.69999 6.63338 8.38659 6.63338 7.99999C6.63338 7.61339 6.94678 7.29999 7.33338 7.29999ZM6.63338 12C6.63338 11.6134 6.94678 11.3 7.33338 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H7.33338C6.94678 12.7 6.63338 12.3866 6.63338 12Z", fill: "currentColor", }), }), - kh = (e) => - kt("svg", { + Vh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.63338 3.99999C6.63338 3.61339 6.94678 3.29999 7.33338 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H7.33338C6.94678 4.69999 6.63338 4.38659 6.63338 3.99999ZM1.50507 4.83835C1.77844 4.56498 2.22166 4.56498 2.49502 4.83835L5.16169 7.50501C5.43506 7.77838 5.43506 8.2216 5.16169 8.49496L2.49502 11.1616C2.22166 11.435 1.77844 11.435 1.50507 11.1616C1.23171 10.8883 1.23171 10.445 1.50507 10.1717L3.67677 7.99999L1.50507 5.8283C1.23171 5.55493 1.23171 5.11171 1.50507 4.83835ZM7.33338 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H7.33338C6.94678 8.69999 6.63338 8.38659 6.63338 7.99999C6.63338 7.61339 6.94678 7.29999 7.33338 7.29999ZM6.63338 12C6.63338 11.6134 6.94678 11.3 7.33338 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H7.33338C6.94678 12.7 6.63338 12.3866 6.63338 12Z", fill: "currentColor", }), }), - Oh = (e) => - kt("svg", { + Th = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.29995 1.99999C3.29995 1.61339 3.61335 1.29999 3.99995 1.29999H12C12.3866 1.29999 12.7 1.61339 12.7 1.99999C12.7 2.38659 12.3866 2.69999 12 2.69999H9.12827C9.5869 3.26305 9.86651 3.93843 9.97783 4.63332H12C12.3866 4.63332 12.7 4.94672 12.7 5.33332C12.7 5.71992 12.3866 6.03332 12 6.03332H9.97783C9.85825 6.77975 9.5445 7.50368 9.02325 8.09006C8.32833 8.87181 7.30106 9.36665 5.99995 9.36665H5.76506L10.1464 13.4902C10.4279 13.7552 10.4413 14.1982 10.1764 14.4797C9.9114 14.7613 9.46839 14.7747 9.18686 14.5097L3.5202 9.17639C3.31121 8.9797 3.24346 8.67538 3.34925 8.4086C3.45505 8.14183 3.71296 7.96665 3.99995 7.96665H5.99995C6.92118 7.96665 7.56066 7.62817 7.9769 7.15992C8.25561 6.84639 8.44988 6.45635 8.55141 6.03332H3.99995C3.61335 6.03332 3.29995 5.71992 3.29995 5.33332C3.29995 4.94672 3.61335 4.63332 3.99995 4.63332H8.55141C8.44988 4.2103 8.25561 3.82026 7.9769 3.50672C7.56066 3.03847 6.92118 2.69999 5.99995 2.69999H3.99995C3.61335 2.69999 3.29995 2.38659 3.29995 1.99999Z", fill: "currentColor", }), }), - Bh = (e) => - kt("svg", { + Sh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.61937 5.61944C2.25075 4.98806 3.10707 4.63336 3.99997 4.63336C5.44386 4.63336 6.77379 5.46375 7.99997 6.88247C9.22615 5.46375 10.5561 4.63336 12 4.63336C12.8929 4.63336 13.7492 4.98806 14.3806 5.61944C15.0119 6.25081 15.3666 7.10713 15.3666 8.00003C15.3666 8.89292 15.0119 9.74925 14.3806 10.3806C13.7492 11.012 12.8929 11.3667 12 11.3667C10.5561 11.3667 9.22615 10.5363 7.99997 9.11759C6.77379 10.5363 5.44386 11.3667 3.99997 11.3667C3.10707 11.3667 2.25075 11.012 1.61937 10.3806C0.988002 9.74925 0.633301 8.89292 0.633301 8.00003C0.633301 7.10713 0.988002 6.25081 1.61937 5.61944ZM7.11114 8.00003C5.95518 6.59071 4.91412 6.03336 3.99997 6.03336C3.47837 6.03336 2.97815 6.24056 2.60932 6.60939C2.2405 6.97821 2.0333 7.47844 2.0333 8.00003C2.0333 8.52162 2.2405 9.02185 2.60932 9.39067C2.97815 9.75949 3.47837 9.9667 3.99997 9.9667C4.91412 9.9667 5.95518 9.40934 7.11114 8.00003ZM8.88879 8.00003C10.0448 9.40934 11.0858 9.9667 12 9.9667C12.5216 9.9667 13.0218 9.75949 13.3906 9.39067C13.7594 9.02185 13.9666 8.52162 13.9666 8.00003C13.9666 7.47844 13.7594 6.97821 13.3906 6.60939C13.0218 6.24056 12.5216 6.03336 12 6.03336C11.0858 6.03336 10.0448 6.59071 8.88879 8.00003Z", fill: "currentColor", }), }), - Dh = (e) => - kt("svg", { + Nh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03336C4.70467 2.03336 2.0333 4.70473 2.0333 8.00003C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8.00003C13.9666 4.70473 11.2953 2.03336 7.99997 2.03336ZM0.633301 8.00003C0.633301 3.93153 3.93147 0.633362 7.99997 0.633362C12.0685 0.633362 15.3666 3.93153 15.3666 8.00003C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8.00003ZM7.29997 5.33336C7.29997 4.94676 7.61337 4.63336 7.99997 4.63336H8.00663C8.39323 4.63336 8.70663 4.94676 8.70663 5.33336C8.70663 5.71996 8.39323 6.03336 8.00663 6.03336H7.99997C7.61337 6.03336 7.29997 5.71996 7.29997 5.33336ZM7.99997 7.30003C8.38657 7.30003 8.69997 7.61343 8.69997 8.00003V10.6667C8.69997 11.0533 8.38657 11.3667 7.99997 11.3667C7.61337 11.3667 7.29997 11.0533 7.29997 10.6667V8.00003C7.29997 7.61343 7.61337 7.30003 7.99997 7.30003Z", fill: "currentColor", }), }), - Ph = (e) => - kt("svg", { + xh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.9836 2.69999 2.70005 2.98354 2.70005 3.33332V12.6667C2.70005 13.0164 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0164 13.3 12.6667V3.33332C13.3 2.98354 13.0165 2.69999 12.6667 2.69999H3.33338ZM1.30005 3.33332C1.30005 2.21034 2.2104 1.29999 3.33338 1.29999H12.6667C13.7897 1.29999 14.7 2.21034 14.7 3.33332V12.6667C14.7 13.7896 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7896 1.30005 12.6667V3.33332ZM3.96672 4.66665C3.96672 4.28006 4.28012 3.96665 4.66672 3.96665H4.67338C5.05998 3.96665 5.37338 4.28006 5.37338 4.66665C5.37338 5.05325 5.05998 5.36665 4.67338 5.36665H4.66672C4.28012 5.36665 3.96672 5.05325 3.96672 4.66665ZM10.6334 4.66665C10.6334 4.28006 10.9468 3.96665 11.3334 3.96665H11.34C11.7266 3.96665 12.04 4.28006 12.04 4.66665C12.04 5.05325 11.7266 5.36665 11.34 5.36665H11.3334C10.9468 5.36665 10.6334 5.05325 10.6334 4.66665ZM3.96672 11.3333C3.96672 10.9467 4.28012 10.6333 4.66672 10.6333H4.67338C5.05998 10.6333 5.37338 10.9467 5.37338 11.3333C5.37338 11.7199 5.05998 12.0333 4.67338 12.0333H4.66672C4.28012 12.0333 3.96672 11.7199 3.96672 11.3333ZM10.6334 11.3333C10.6334 10.9467 10.9468 10.6333 11.3334 10.6333H11.34C11.7266 10.6333 12.04 10.9467 12.04 11.3333C12.04 11.7199 11.7266 12.0333 11.34 12.0333H11.3334C10.9468 12.0333 10.6334 11.7199 10.6334 11.3333Z", fill: "currentColor", }), }), - Fh = (e) => - kt("svg", { + _h = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66663 2.03336C3.21228 2.03336 2.0333 3.21235 2.0333 4.66669V11.3334C2.0333 12.7877 3.21228 13.9667 4.66663 13.9667H11.3333C12.7876 13.9667 13.9666 12.7877 13.9666 11.3334V4.66669C13.9666 3.21235 12.7876 2.03336 11.3333 2.03336H4.66663ZM0.633301 4.66669C0.633301 2.43915 2.43909 0.633362 4.66663 0.633362H11.3333C13.5608 0.633362 15.3666 2.43915 15.3666 4.66669V11.3334C15.3666 13.5609 13.5608 15.3667 11.3333 15.3667H4.66663C2.43909 15.3667 0.633301 13.5609 0.633301 11.3334V4.66669ZM10.9666 4.33336C10.9666 3.94676 11.28 3.63336 11.6666 3.63336H11.6733C12.0599 3.63336 12.3733 3.94676 12.3733 4.33336C12.3733 4.71996 12.0599 5.03336 11.6733 5.03336H11.6666C11.28 5.03336 10.9666 4.71996 10.9666 4.33336ZM8.31729 6.02579C7.9081 5.96511 7.4902 6.035 7.12302 6.22553C6.75585 6.41605 6.45809 6.71749 6.27212 7.08699C6.08614 7.45649 6.0214 7.87522 6.08712 8.28363C6.15284 8.69204 6.34566 9.06932 6.63817 9.36183C6.93067 9.65433 7.30796 9.84715 7.71637 9.91287C8.12477 9.97859 8.54351 9.91386 8.913 9.72788C9.2825 9.5419 9.58395 9.24415 9.77447 8.87697C9.96499 8.5098 10.0349 8.09189 9.97421 7.68271C9.91231 7.26532 9.71782 6.8789 9.41945 6.58054C9.12109 6.28218 8.73468 6.08768 8.31729 6.02579ZM6.47822 4.98285C7.10678 4.65671 7.82217 4.53706 8.52265 4.64093C9.23715 4.74689 9.89864 5.07983 10.4094 5.59059C10.9202 6.10135 11.2531 6.76284 11.3591 7.47735C11.4629 8.17782 11.3433 8.89322 11.0171 9.52177C10.691 10.1503 10.175 10.66 9.54243 10.9784C8.9099 11.2968 8.19309 11.4076 7.49395 11.2951C6.79481 11.1826 6.14894 10.8525 5.64822 10.3518C5.14749 9.85105 4.8174 9.20519 4.7049 8.50605C4.5924 7.80691 4.70322 7.09009 5.02159 6.45756C5.33996 5.82503 5.84967 5.309 6.47822 4.98285Z", fill: "currentColor", }), }), - Uh = (e) => - kt("svg", { + Ah = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.96663 2.66667C5.96663 2.28008 6.28003 1.96667 6.66663 1.96667H12.6666C13.0532 1.96667 13.3666 2.28008 13.3666 2.66667C13.3666 3.05327 13.0532 3.36667 12.6666 3.36667H10.4851L7.01007 12.6333H9.3333C9.7199 12.6333 10.0333 12.9467 10.0333 13.3333C10.0333 13.7199 9.7199 14.0333 9.3333 14.0333H3.3333C2.9467 14.0333 2.6333 13.7199 2.6333 13.3333C2.6333 12.9467 2.9467 12.6333 3.3333 12.6333H5.51487L8.98987 3.36667H6.66663C6.28003 3.36667 5.96663 3.05327 5.96663 2.66667Z", fill: "currentColor", }), }), - zh = (e) => - kt("svg", { + Zh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96655 6.66669C1.96655 3.34676 4.67995 0.633362 7.99989 0.633362C11.3198 0.633362 14.0332 3.34676 14.0332 6.66669C14.0332 7.05329 13.7198 7.36669 13.3332 7.36669C12.9466 7.36669 12.6332 7.05329 12.6332 6.66669C12.6332 4.11996 10.5466 2.03336 7.99989 2.03336C5.45315 2.03336 3.36655 4.11996 3.36655 6.66669C3.36655 9.21343 5.45315 11.3 7.99989 11.3H11.6433L10.1716 9.82834C9.89821 9.55497 9.89821 9.11175 10.1716 8.83839C10.4449 8.56502 10.8882 8.56502 11.1615 8.83839L13.8282 11.5051C13.9595 11.6363 14.0332 11.8144 14.0332 12C14.0332 12.1857 13.9595 12.3637 13.8282 12.495L11.1615 15.1617C10.8882 15.435 10.4449 15.435 10.1716 15.1617C9.89821 14.8883 9.89821 14.4451 10.1716 14.1717L11.6433 12.7H7.99989C4.67995 12.7 1.96655 9.98663 1.96655 6.66669Z", fill: "currentColor", }), }), - Gh = (e) => - kt("svg", { + Ih = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99989 2.03336C5.45315 2.03336 3.36655 4.11996 3.36655 6.66669C3.36655 7.05329 3.05315 7.36669 2.66655 7.36669C2.27995 7.36669 1.96655 7.05329 1.96655 6.66669C1.96655 3.34676 4.67995 0.633362 7.99989 0.633362C11.3198 0.633362 14.0332 3.34676 14.0332 6.66669C14.0332 9.98663 11.3198 12.7 7.99989 12.7H4.3565L5.82819 14.1717C6.10156 14.4451 6.10156 14.8883 5.82819 15.1617C5.55483 15.435 5.11161 15.435 4.83824 15.1617L2.17158 12.495C2.0403 12.3637 1.96655 12.1857 1.96655 12C1.96655 11.8144 2.0403 11.6363 2.17158 11.5051L4.83824 8.83839C5.11161 8.56502 5.55483 8.56502 5.82819 8.83839C6.10156 9.11175 6.10156 9.55497 5.82819 9.82834L4.3565 11.3H7.99989C10.5466 11.3 12.6332 9.21343 12.6332 6.66669C12.6332 4.11996 10.5466 2.03336 7.99989 2.03336Z", fill: "currentColor", }), }), - $h = (e) => - kt("svg", { + kh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.52526 1.48563C3.80933 1.22341 4.25219 1.24112 4.51441 1.5252L8.00005 5.3013L11.4857 1.5252C11.7479 1.24112 12.1908 1.22341 12.4748 1.48563C12.7589 1.74785 12.7766 2.19071 12.5144 2.47479L8.70005 6.60701V6.63333H12.0001C12.3867 6.63333 12.7001 6.94673 12.7001 7.33332C12.7001 7.71992 12.3867 8.03332 12.0001 8.03332H8.70005V9.29999H12.0001C12.3867 9.29999 12.7001 9.61339 12.7001 9.99999C12.7001 10.3866 12.3867 10.7 12.0001 10.7H8.70005V14C8.70005 14.3866 8.38665 14.7 8.00005 14.7C7.61345 14.7 7.30005 14.3866 7.30005 14V10.7H4.00005C3.61345 10.7 3.30005 10.3866 3.30005 9.99999C3.30005 9.61339 3.61345 9.29999 4.00005 9.29999H7.30005V8.03332H4.00005C3.61345 8.03332 3.30005 7.71992 3.30005 7.33332C3.30005 6.94673 3.61345 6.63333 4.00005 6.63333H7.30005V6.60701L3.48569 2.47479C3.22347 2.19071 3.24118 1.74785 3.52526 1.48563Z", fill: "currentColor", }), }), - Wh = (e) => - kt("svg", { + Oh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 2.69999C7.28208 2.69999 6.70005 3.28202 6.70005 3.99999C6.70005 4.71796 7.28208 5.29999 8.00005 5.29999C8.71802 5.29999 9.30005 4.71796 9.30005 3.99999C9.30005 3.28202 8.71802 2.69999 8.00005 2.69999ZM5.30005 3.99999C5.30005 2.50882 6.50888 1.29999 8.00005 1.29999C9.49122 1.29999 10.7 2.50882 10.7 3.99999C10.7 5.24906 9.85187 6.30003 8.70005 6.60836V9.29999H12.6667C13.206 9.29999 13.7232 9.51421 14.1045 9.89554C14.4858 10.2769 14.7 10.794 14.7 11.3333V12.6667C14.7 13.2059 14.4858 13.7231 14.1045 14.1044C13.7232 14.4858 13.206 14.7 12.6667 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1044C1.51427 13.7231 1.30005 13.2059 1.30005 12.6667V11.3333C1.30005 10.794 1.51427 10.2769 1.8956 9.89554C2.26906 9.52208 2.77284 9.30889 3.30005 9.30026V8.66665C3.30005 8.28006 3.61345 7.96665 4.00005 7.96665C4.38665 7.96665 4.70005 8.28006 4.70005 8.66665V9.29999H7.30005V6.60836C6.14823 6.30003 5.30005 5.24906 5.30005 3.99999ZM3.33338 10.7C3.16541 10.7 3.00432 10.7667 2.88555 10.8855C2.76677 11.0043 2.70005 11.1654 2.70005 11.3333V12.6667C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V11.3333C13.3 11.1654 13.2333 11.0043 13.1145 10.8855C12.9958 10.7667 12.8347 10.7 12.6667 10.7H3.33338Z", fill: "currentColor", }), }), - jh = (e) => - kt("svg", { + Bh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00005 2.63336C4.38665 2.63336 4.70005 2.94676 4.70005 3.33336V10.6667C4.70005 11.0533 4.38665 11.3667 4.00005 11.3667C3.61345 11.3667 3.30005 11.0533 3.30005 10.6667V3.33336C3.30005 2.94676 3.61345 2.63336 4.00005 2.63336ZM8.00005 2.63336C8.38665 2.63336 8.70005 2.94676 8.70005 3.33336V7.33336C8.70005 7.71996 8.38665 8.03336 8.00005 8.03336C7.61345 8.03336 7.30005 7.71996 7.30005 7.33336V3.33336C7.30005 2.94676 7.61345 2.63336 8.00005 2.63336ZM12 2.63336C12.3866 2.63336 12.7 2.94676 12.7 3.33336V12.6667C12.7 13.0533 12.3866 13.3667 12 13.3667C11.6134 13.3667 11.3 13.0533 11.3 12.6667V3.33336C11.3 2.94676 11.6134 2.63336 12 2.63336Z", fill: "currentColor", }), }), - qh = (e) => - kt("svg", { + Dh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 3.36667C2.31688 3.36667 2.03333 3.65023 2.03333 4.00001V12C2.03333 12.3498 2.31688 12.6333 2.66666 12.6333H13.3333C13.6831 12.6333 13.9667 12.3498 13.9667 12V4.00001C13.9667 3.65023 13.6831 3.36667 13.3333 3.36667H2.66666ZM0.633331 4.00001C0.633331 2.87703 1.54369 1.96667 2.66666 1.96667H13.3333C14.4563 1.96667 15.3667 2.87703 15.3667 4.00001V12C15.3667 13.123 14.4563 14.0333 13.3333 14.0333H2.66666C1.54369 14.0333 0.633331 13.123 0.633331 12V4.00001ZM3.3 5.33334C3.3 4.94674 3.6134 4.63334 4 4.63334H4.00666C4.39326 4.63334 4.70666 4.94674 4.70666 5.33334C4.70666 5.71994 4.39326 6.03334 4.00666 6.03334H4C3.6134 6.03334 3.3 5.71994 3.3 5.33334ZM5.96666 5.33334C5.96666 4.94674 6.28006 4.63334 6.66666 4.63334H6.67333C7.05993 4.63334 7.37333 4.94674 7.37333 5.33334C7.37333 5.71994 7.05993 6.03334 6.67333 6.03334H6.66666C6.28006 6.03334 5.96666 5.71994 5.96666 5.33334ZM8.63333 5.33334C8.63333 4.94674 8.94673 4.63334 9.33333 4.63334H9.34C9.7266 4.63334 10.04 4.94674 10.04 5.33334C10.04 5.71994 9.7266 6.03334 9.34 6.03334H9.33333C8.94673 6.03334 8.63333 5.71994 8.63333 5.33334ZM11.3 5.33334C11.3 4.94674 11.6134 4.63334 12 4.63334H12.0067C12.3933 4.63334 12.7067 4.94674 12.7067 5.33334C12.7067 5.71994 12.3933 6.03334 12.0067 6.03334H12C11.6134 6.03334 11.3 5.71994 11.3 5.33334ZM4.63333 8.00001C4.63333 7.61341 4.94673 7.30001 5.33333 7.30001H5.34C5.7266 7.30001 6.04 7.61341 6.04 8.00001C6.04 8.38661 5.7266 8.70001 5.34 8.70001H5.33333C4.94673 8.70001 4.63333 8.38661 4.63333 8.00001ZM7.3 8.00001C7.3 7.61341 7.6134 7.30001 8 7.30001H8.00666C8.39326 7.30001 8.70666 7.61341 8.70666 8.00001C8.70666 8.38661 8.39326 8.70001 8.00666 8.70001H8C7.6134 8.70001 7.3 8.38661 7.3 8.00001ZM9.96666 8.00001C9.96666 7.61341 10.2801 7.30001 10.6667 7.30001H10.6733C11.0599 7.30001 11.3733 7.61341 11.3733 8.00001C11.3733 8.38661 11.0599 8.70001 10.6733 8.70001H10.6667C10.2801 8.70001 9.96666 8.38661 9.96666 8.00001ZM3.96666 10.6667C3.96666 10.2801 4.28006 9.96667 4.66666 9.96667H11.3333C11.7199 9.96667 12.0333 10.2801 12.0333 10.6667C12.0333 11.0533 11.7199 11.3667 11.3333 11.3667H4.66666C4.28006 11.3667 3.96666 11.0533 3.96666 10.6667Z", fill: "currentColor", }), }), - Yh = (e) => - kt("svg", { + Ph = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 3.36667C2.31688 3.36667 2.03333 3.65023 2.03333 4.00001V7.30001H13.9667V4.00001C13.9667 3.65023 13.6831 3.36667 13.3333 3.36667H2.66666ZM15.3667 4.00001C15.3667 2.87703 14.4563 1.96667 13.3333 1.96667H2.66666C1.54369 1.96667 0.633331 2.87703 0.633331 4.00001V12C0.633331 13.123 1.54369 14.0333 2.66666 14.0333H13.3333C14.4563 14.0333 15.3667 13.123 15.3667 12V4.00001ZM13.9667 8.70001H12.7V10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667C11.6134 11.3667 11.3 11.0533 11.3 10.6667V8.70001H10.0333V10.6667C10.0333 11.0533 9.71993 11.3667 9.33333 11.3667C8.94673 11.3667 8.63333 11.0533 8.63333 10.6667V8.70001H7.36666V10.6667C7.36666 11.0533 7.05326 11.3667 6.66666 11.3667C6.28006 11.3667 5.96666 11.0533 5.96666 10.6667V8.70001H4.7V10.6667C4.7 11.0533 4.3866 11.3667 4 11.3667C3.6134 11.3667 3.3 11.0533 3.3 10.6667V8.70001H2.03333V12C2.03333 12.3498 2.31688 12.6333 2.66666 12.6333H13.3333C13.6831 12.6333 13.9667 12.3498 13.9667 12V8.70001ZM3.3 5.33334C3.3 4.94674 3.6134 4.63334 4 4.63334H6.66666C7.05326 4.63334 7.36666 4.94674 7.36666 5.33334C7.36666 5.71994 7.05326 6.03334 6.66666 6.03334H4C3.6134 6.03334 3.3 5.71994 3.3 5.33334ZM8.63333 5.33334C8.63333 4.94674 8.94673 4.63334 9.33333 4.63334H9.34C9.7266 4.63334 10.04 4.94674 10.04 5.33334C10.04 5.71994 9.7266 6.03334 9.34 6.03334H9.33333C8.94673 6.03334 8.63333 5.71994 8.63333 5.33334ZM11.3 5.33334C11.3 4.94674 11.6134 4.63334 12 4.63334H12.0067C12.3933 4.63334 12.7067 4.94674 12.7067 5.33334C12.7067 5.71994 12.3933 6.03334 12.0067 6.03334H12C11.6134 6.03334 11.3 5.71994 11.3 5.33334Z", fill: "currentColor", }), }), - Kh = (e) => - kt("svg", { + Fh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.495 0.838387C14.7683 1.11175 14.7683 1.55497 14.495 1.82834L13.6566 2.6667L15.1616 4.17172C15.435 4.44509 15.435 4.8883 15.1616 5.16167L12.8283 7.495C12.697 7.62628 12.519 7.70003 12.3333 7.70003C12.1477 7.70003 11.9696 7.62628 11.8384 7.495L10.3333 5.98998L8.54297 7.78034C9.06126 8.49834 9.36667 9.38019 9.36667 10.3334C9.36667 12.745 7.41164 14.7 5 14.7C2.58836 14.7 0.633333 12.745 0.633333 10.3334C0.633333 7.92172 2.58836 5.9667 5 5.9667C5.95318 5.9667 6.83502 6.2721 7.55302 6.79039L13.505 0.838387C13.7784 0.56502 14.2216 0.56502 14.495 0.838387ZM12.6667 3.65664L11.3233 5.00003L12.3333 6.01008L13.6767 4.6667L12.6667 3.65664ZM5 7.36669C3.36155 7.36669 2.03333 8.69492 2.03333 10.3334C2.03333 11.9718 3.36155 13.3 5 13.3C6.63844 13.3 7.96667 11.9718 7.96667 10.3334C7.96667 8.69492 6.63844 7.36669 5 7.36669Z", fill: "currentColor", }), }), - Xh = (e) => - kt("svg", { + Uh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.68388 1.37747C8.64928 0.771813 9.79164 0.511706 10.9241 0.639703C12.0565 0.7677 13.112 1.27622 13.9179 2.08209C14.7238 2.88795 15.2323 3.94344 15.3603 5.07589C15.4883 6.20834 15.2282 7.3507 14.6225 8.31611C14.0168 9.28151 13.1015 10.0128 12.0262 10.3903C11.0927 10.7181 10.0867 10.7624 9.13349 10.5231L8.49494 11.1617C8.36367 11.2929 8.18562 11.3667 7.99997 11.3667H7.36663V12.6667C7.36663 13.0533 7.05323 13.3667 6.66663 13.3667H5.36663V14.6667C5.36663 15.0533 5.05323 15.3667 4.66663 15.3667H1.99997C1.64089 15.3667 1.28727 15.2439 1.02166 14.9783C0.756047 14.7127 0.633301 14.3591 0.633301 14V12C0.633301 11.8144 0.707051 11.6363 0.838326 11.505L5.47687 6.86649C5.23761 5.91329 5.28193 4.90727 5.60966 3.97381C5.98719 2.89849 6.71847 1.98314 7.68388 1.37747ZM10.7669 2.03084C9.94939 1.93845 9.12477 2.12621 8.42789 2.56341C7.73101 3.00061 7.20313 3.66136 6.93061 4.43758C6.65808 5.2138 6.65705 6.05953 6.92767 6.83641C7.01601 7.09 6.95149 7.37177 6.76161 7.56166L2.0333 12.29V13.9667H3.96663V12.6667C3.96663 12.2801 4.28003 11.9667 4.66663 11.9667H5.96663V10.6667C5.96663 10.2801 6.28003 9.96668 6.66663 9.96668H7.71002L8.43832 9.23837C8.62821 9.04849 8.90998 8.98397 9.16357 9.07231C9.94045 9.34293 10.7862 9.3419 11.5624 9.06937C12.3386 8.79685 12.9994 8.26897 13.4366 7.57209C13.8738 6.87521 14.0615 6.05059 13.9691 5.23312C13.8767 4.41566 13.5097 3.65375 12.9279 3.07204C12.3462 2.49032 11.5843 2.12324 10.7669 2.03084ZM9.96663 5.00001C9.96663 4.42932 10.4293 3.96668 11 3.96668C11.5707 3.96668 12.0333 4.42932 12.0333 5.00001C12.0333 5.57071 11.5707 6.03335 11 6.03335C10.4293 6.03335 9.96663 5.57071 9.96663 5.00001ZM11 5.36668C11.2025 5.36668 11.3666 5.20252 11.3666 5.00001C11.3666 4.79751 11.2025 4.63335 11 4.63335C10.7975 4.63335 10.6333 4.79751 10.6333 5.00001C10.6333 5.20252 10.7975 5.36668 11 5.36668Z", fill: "currentColor", }), }), - Qh = (e) => - kt("svg", { + zh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0384 2.295C9.71173 1.96837 9.08828 1.96837 8.76164 2.295L6.29498 4.76167C5.96834 5.0883 5.96834 5.71175 6.29498 6.03838L9.96164 9.70505C10.2883 10.0317 10.9117 10.0317 11.2384 9.70505L13.705 7.23838C14.0317 6.91175 14.0317 6.2883 13.705 5.96167L10.0384 2.295ZM7.77169 1.30505C8.64506 0.431683 10.1549 0.431683 11.0283 1.30505L14.695 4.97172C15.5683 5.84508 15.5683 7.35497 14.695 8.22833L12.2283 10.695C11.3549 11.5684 9.84506 11.5684 8.97169 10.695L8.96667 10.69L8.49498 11.1617C8.3637 11.2929 8.18565 11.3667 8 11.3667H7.36667V12.6667C7.36667 13.0533 7.05327 13.3667 6.66667 13.3667H5.36667V14.6667C5.36667 15.0533 5.05327 15.3667 4.66667 15.3667H2C1.64093 15.3667 1.28731 15.2439 1.02169 14.9783C0.756082 14.7127 0.633335 14.3591 0.633335 14V12C0.633335 11.8144 0.707085 11.6363 0.83836 11.505L5.31005 7.03336L5.30503 7.02833C4.43166 6.15496 4.43166 4.64508 5.30503 3.77172L7.77169 1.30505ZM6.3 8.02331L2.03334 12.29V13.9667H3.96667V12.6667C3.96667 12.2801 4.28007 11.9667 4.66667 11.9667H5.96667V10.6667C5.96667 10.2801 6.28007 9.96669 6.66667 9.96669H7.71005L7.97672 9.70002L6.3 8.02331ZM8.83836 4.17172C9.11173 3.89835 9.55494 3.89835 9.82831 4.17172L11.8283 6.17172C12.1017 6.44508 12.1017 6.8883 11.8283 7.16167C11.5549 7.43503 11.1117 7.43503 10.8384 7.16167L8.83836 5.16167C8.56499 4.8883 8.56499 4.44508 8.83836 4.17172Z", fill: "currentColor", }), }), - Jh = (e) => - Ot("svg", { + Gh = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M7.94375 0.262513C7.8 0.268763 7.6625 0.306263 7.5375 0.362513L1.99375 3.01876C1.70625 3.15626 1.49375 3.41876 1.41875 3.73126L0.05 9.68126C-0.0125 9.95626 0.0375 10.25 0.19375 10.4875C0.2125 10.5188 0.23125 10.5438 0.25625 10.5688L4.09375 15.3375C4.29375 15.5875 4.6 15.7313 4.925 15.7313H11.0813C11.4 15.7313 11.7063 15.5875 11.9125 15.3375L15.75 10.5625C15.95 10.3125 16.025 9.98751 15.9563 9.67501L14.5875 3.72501C14.5125 3.41251 14.3062 3.15001 14.0125 3.01251L8.45625 0.368763C8.3 0.293763 8.125 0.256263 7.94375 0.262513Z", fill: "#326CE5", }), - kt("path", { + Vt("path", { d: "M8 2.28754C7.81875 2.28754 7.66875 2.45004 7.66875 2.65629C7.66875 2.66254 7.66875 2.66254 7.66875 2.66254C7.66875 2.68754 7.66875 2.72504 7.66875 2.75004C7.675 2.85629 7.69375 2.96254 7.7125 3.06254C7.74375 3.26254 7.75625 3.46254 7.75 3.66254C7.73125 3.73129 7.69375 3.78754 7.64375 3.83129L7.6375 3.96879C7.4375 3.98754 7.2375 4.01879 7.0375 4.06254C6.20625 4.25004 5.45 4.68129 4.86875 5.30004C4.83125 5.27504 4.76875 5.23129 4.75 5.21254C4.68125 5.23129 4.6125 5.22504 4.55 5.19379C4.3875 5.07504 4.2375 4.93754 4.1 4.78754C4.03125 4.70629 3.95625 4.63129 3.88125 4.55629C3.8625 4.53754 3.83125 4.51254 3.80625 4.50004C3.7375 4.44379 3.6625 4.41879 3.575 4.41254C3.475 4.40629 3.375 4.45004 3.3125 4.53129C3.2 4.67504 3.2375 4.89379 3.39375 5.01879C3.39375 5.01879 3.4 5.01879 3.4 5.02504C3.41875 5.04379 3.45 5.06254 3.46875 5.08129C3.55625 5.13754 3.65 5.19379 3.74375 5.24379C3.91875 5.34379 4.0875 5.45629 4.2375 5.58754C4.275 5.64379 4.3 5.71254 4.30625 5.78129L4.4125 5.87504C3.825 6.75629 3.5875 7.81879 3.7375 8.86879L3.6 8.90629C3.5625 8.96254 3.5125 9.01254 3.45625 9.05004C3.2625 9.10004 3.0625 9.13754 2.8625 9.15004C2.75625 9.15004 2.65 9.16254 2.54375 9.17504C2.51875 9.18129 2.48125 9.18754 2.45625 9.19379H2.45C2.25625 9.24379 2.13125 9.41879 2.16875 9.60004C2.21875 9.78129 2.4125 9.89379 2.6 9.84379H2.60625H2.6125C2.6375 9.83754 2.675 9.83129 2.7 9.82504C2.8 9.79379 2.9 9.75629 3 9.71254C3.1875 9.63754 3.38125 9.58129 3.58125 9.54379C3.65 9.55004 3.71875 9.56879 3.775 9.61254L3.91875 9.58754C4.24375 10.5938 4.925 11.4438 5.83125 11.975L5.76875 12.1188C5.79375 12.175 5.80625 12.2438 5.8 12.3063C5.71875 12.4938 5.61875 12.675 5.5 12.8438C5.4375 12.9313 5.375 13.0188 5.325 13.1063C5.3125 13.1313 5.29375 13.1688 5.28125 13.1938C5.1875 13.35 5.2375 13.5563 5.39375 13.65C5.55 13.7438 5.75625 13.6938 5.85 13.5375C5.8625 13.5188 5.86875 13.5 5.875 13.4813C5.8875 13.4563 5.90625 13.4188 5.91875 13.3938C5.95625 13.2938 5.9875 13.1938 6.0125 13.0875C6.1 12.8688 6.15 12.6375 6.26875 12.4938C6.30625 12.4563 6.35625 12.4313 6.4125 12.425L6.4875 12.2875C7.475 12.6688 8.5625 12.6688 9.55 12.2938C9.56875 12.3313 9.6125 12.4063 9.61875 12.4188C9.6875 12.4313 9.75 12.4688 9.7875 12.5188C9.88125 12.7 9.95625 12.8813 10.0125 13.075C10.0375 13.1813 10.0688 13.2813 10.1063 13.3813C10.1188 13.4063 10.1375 13.4375 10.15 13.4688C10.2375 13.65 10.4438 13.7375 10.6063 13.6563C10.775 13.5625 10.8375 13.3563 10.75 13.1875C10.7375 13.1625 10.7188 13.125 10.7063 13.1C10.65 13.0063 10.5938 12.9188 10.5313 12.8375C10.4188 12.675 10.3188 12.4938 10.2375 12.3125C10.2188 12.2438 10.2313 12.175 10.2625 12.1188C10.2438 12.075 10.225 12.0313 10.2063 11.9875C11.1188 11.45 11.8 10.5938 12.1188 9.58129C12.1625 9.58754 12.2375 9.60004 12.2625 9.60629C12.3125 9.56254 12.3813 9.53754 12.45 9.53754C12.65 9.57504 12.8438 9.63129 13.0313 9.70629C13.1313 9.75004 13.225 9.78754 13.3313 9.81879C13.3563 9.82504 13.3875 9.83129 13.4188 9.83754H13.425H13.4313C13.6063 9.89379 13.7938 9.80004 13.85 9.62504C13.9063 9.45004 13.8125 9.26254 13.6375 9.20629C13.6188 9.20004 13.6 9.19379 13.575 9.19379C13.5438 9.18754 13.5063 9.17504 13.4813 9.16879C13.375 9.15629 13.2688 9.14379 13.1625 9.14379C12.9625 9.13129 12.7625 9.10004 12.5688 9.04379C12.5063 9.01254 12.4563 8.96254 12.425 8.90004L12.2938 8.86254C12.4375 7.81879 12.1938 6.75629 11.6 5.87504C11.6375 5.84379 11.7 5.78754 11.7188 5.76879C11.7125 5.70004 11.7375 5.63129 11.7813 5.58129C11.9313 5.45004 12.1 5.33129 12.275 5.23754C12.3688 5.18754 12.4625 5.13754 12.55 5.07504C12.5688 5.05629 12.6 5.03129 12.625 5.01879C12.7813 4.89379 12.8188 4.67504 12.7063 4.53129C12.575 4.38754 12.3563 4.37504 12.2125 4.50004C12.1875 4.51879 12.1563 4.54379 12.1375 4.55629C12.0625 4.63129 11.9875 4.70629 11.9188 4.78754C11.7813 4.93754 11.6313 5.07504 11.4688 5.19379C11.4063 5.21879 11.3375 5.22504 11.2688 5.21879L11.1438 5.30629C10.4188 4.54379 9.4375 4.06879 8.3875 3.97504C8.3875 3.93129 8.38125 3.85004 8.38125 3.82504C8.325 3.78754 8.2875 3.72504 8.275 3.65629C8.26875 3.45629 8.28125 3.25629 8.3125 3.05629C8.33125 2.95004 8.35 2.84379 8.35625 2.74379C8.35625 2.71879 8.35625 2.68129 8.35625 2.65004C8.33125 2.45629 8.18125 2.28754 8 2.28754ZM7.58125 4.86254L7.48125 6.60629L7.475 6.61254C7.46875 6.77504 7.33125 6.90004 7.16875 6.89379C7.1125 6.89379 7.05625 6.87504 7.00625 6.83754L5.58125 5.81879C6.0375 5.37504 6.60625 5.06254 7.225 4.91879C7.35 4.90004 7.4625 4.87504 7.58125 4.86254ZM8.41875 4.86254C9.16875 4.95629 9.86875 5.29379 10.4063 5.81879L8.9875 6.82504H8.98125C8.85 6.91879 8.66875 6.89379 8.575 6.76254C8.54375 6.71879 8.51875 6.66254 8.51875 6.60629L8.41875 4.86254ZM5.06875 6.46879L6.375 7.63129V7.63754C6.49375 7.74379 6.5125 7.93129 6.40625 8.05004C6.36875 8.09379 6.31875 8.12504 6.2625 8.13754V8.14379L4.59375 8.62504C4.5 7.88129 4.66875 7.11879 5.06875 6.46879ZM10.925 6.47504C11.325 7.11879 11.5 7.87504 11.425 8.63129L9.74375 8.15004V8.14379C9.5875 8.10004 9.49375 7.93754 9.5375 7.78129C9.55 7.72504 9.58125 7.67504 9.625 7.63754V7.63129L10.925 6.47504ZM7.73125 7.72504H8.2625L8.59375 8.13754L8.475 8.65629L7.99375 8.88754L7.5125 8.65629L7.39375 8.13754L7.73125 7.72504ZM9.44375 9.14379C9.46875 9.14379 9.4875 9.14379 9.5125 9.15004V9.14379L11.2375 9.43754C10.9813 10.1563 10.4938 10.7688 9.85625 11.175L9.1875 9.55629C9.125 9.40629 9.19375 9.23754 9.34375 9.16879C9.375 9.15629 9.4125 9.15004 9.44375 9.14379ZM6.54375 9.15629C6.70625 9.15629 6.83125 9.29379 6.83125 9.45629C6.83125 9.49379 6.825 9.53129 6.80625 9.56879L6.8125 9.57504L6.15 11.1813C5.5125 10.775 5.025 10.1688 4.76875 9.45629L6.48125 9.16254V9.16879C6.50625 9.15629 6.525 9.15629 6.54375 9.15629ZM7.9875 9.85629C8.1 9.85004 8.2 9.91254 8.25625 10.0125H8.2625L9.10625 11.5375C8.99375 11.575 8.88125 11.6063 8.76875 11.6313C8.15 11.775 7.5 11.7375 6.89375 11.5375L7.7375 10.0125C7.7875 9.91879 7.8875 9.86254 7.9875 9.85629Z", fill: "white", }), - kt("path", { + Vt("path", { d: "M8 2.28125C8.09375 2.28125 8.18125 2.325 8.2375 2.39375C8.3 2.46875 8.3375 2.5625 8.3375 2.6625C8.3375 2.675 8.3375 2.68125 8.3375 2.69375C8.3375 2.7125 8.3375 2.7375 8.3375 2.75625C8.33125 2.825 8.325 2.9 8.3125 2.96875C8.30625 3 8.3 3.0375 8.29375 3.075V3.09375C8.2625 3.2875 8.25 3.48125 8.25625 3.675C8.26875 3.73125 8.3 3.7875 8.34375 3.81875C8.35 3.825 8.35625 3.83125 8.3625 3.8375V3.84375C8.3625 3.86875 8.36875 3.9375 8.36875 3.9875C8.8875 4.0375 9.4 4.175 9.86875 4.40625C10.3375 4.63125 10.7562 4.94375 11.1187 5.31875L11.2437 5.23125C11.25 5.23125 11.2562 5.23125 11.2625 5.23125C11.2812 5.23125 11.3 5.23125 11.325 5.23125C11.3687 5.23125 11.4062 5.225 11.4437 5.20625C11.6 5.0875 11.7437 4.95625 11.8812 4.8125L11.8937 4.8C11.9187 4.775 11.9437 4.75 11.9625 4.725C12.0062 4.66875 12.0562 4.61875 12.1125 4.56875C12.125 4.55625 12.15 4.54375 12.1687 4.525L12.1875 4.50625C12.2562 4.45 12.3437 4.41875 12.4375 4.41875C12.5375 4.41875 12.6312 4.4625 12.6937 4.5375C12.75 4.6125 12.775 4.70625 12.7562 4.79375C12.7375 4.8875 12.6875 4.975 12.6125 5.0375C12.6062 5.04375 12.5937 5.05 12.5875 5.05625C12.5687 5.06875 12.55 5.0875 12.5375 5.09375C12.4812 5.1375 12.4187 5.16875 12.3562 5.2C12.325 5.21875 12.2937 5.23125 12.2625 5.25C12.0875 5.35 11.925 5.4625 11.7687 5.59375C11.7312 5.6375 11.7062 5.69375 11.7125 5.75C11.7125 5.75625 11.7125 5.76875 11.7125 5.775C11.7062 5.78125 11.6812 5.8 11.6625 5.81875C11.6437 5.8375 11.6187 5.85625 11.6 5.875C12.1875 6.75 12.4312 7.8125 12.2875 8.85625L12.4187 8.89375C12.4187 8.9 12.425 8.9 12.4312 8.90625C12.4625 8.9625 12.5062 9.00625 12.5625 9.03125C12.7562 9.08125 12.95 9.1125 13.15 9.125H13.1562C13.1937 9.125 13.2312 9.13125 13.2625 9.13125C13.3312 9.13125 13.4062 9.1375 13.475 9.15C13.4937 9.15625 13.5125 9.15625 13.5375 9.1625C13.55 9.16875 13.5625 9.16875 13.575 9.16875C13.6687 9.1875 13.75 9.24375 13.8062 9.325C13.8625 9.4 13.8812 9.49375 13.8562 9.58125C13.8125 9.7375 13.6687 9.84375 13.5062 9.8375C13.475 9.8375 13.45 9.83125 13.4187 9.83125C13.4187 9.83125 13.4187 9.83125 13.4125 9.83125C13.4125 9.83125 13.4125 9.83125 13.4062 9.83125C13.3937 9.83125 13.3875 9.825 13.375 9.825C13.3562 9.81875 13.3375 9.81875 13.3187 9.8125C13.25 9.79375 13.1812 9.76875 13.1187 9.7375C13.0875 9.725 13.0562 9.7125 13.0187 9.69375L13.0062 9.6875C12.825 9.6125 12.6312 9.55625 12.4375 9.51875C12.4312 9.51875 12.425 9.51875 12.4187 9.51875C12.3687 9.51875 12.3187 9.5375 12.275 9.575C12.2687 9.58125 12.2625 9.5875 12.2562 9.5875H12.25C12.225 9.58125 12.1562 9.56875 12.1125 9.5625C11.7937 10.5688 11.1125 11.425 10.2062 11.9625C10.2125 11.975 10.2187 11.9875 10.2187 12C10.2312 12.0312 10.2375 12.0562 10.2562 12.0875V12.0938V12.1C10.2562 12.1063 10.25 12.1187 10.25 12.125C10.225 12.175 10.2187 12.2375 10.2312 12.2937C10.3125 12.475 10.4125 12.6562 10.525 12.8188C10.5437 12.85 10.5687 12.8813 10.5875 12.9062C10.6312 12.9625 10.6687 13.0188 10.7062 13.0813C10.7125 13.1 10.725 13.125 10.7375 13.1438C10.7437 13.1562 10.7437 13.1625 10.75 13.1687C10.7937 13.2562 10.8 13.3562 10.775 13.45C10.75 13.5375 10.6875 13.6125 10.6062 13.65C10.5625 13.6687 10.5187 13.6812 10.4687 13.6812C10.325 13.675 10.1937 13.5875 10.1375 13.4563C10.1312 13.45 10.1312 13.4375 10.125 13.4312C10.1125 13.4125 10.1062 13.3875 10.0937 13.3687C10.0687 13.3 10.0437 13.2375 10.025 13.1687C10.0187 13.1375 10.0062 13.1 9.99375 13.0688V13.0625C9.9375 12.875 9.8625 12.6875 9.76875 12.5125C9.7375 12.4625 9.68125 12.4312 9.625 12.4187C9.61875 12.4187 9.6125 12.4125 9.6 12.4125C9.59375 12.4 9.58125 12.3812 9.56875 12.3562C9.55625 12.3313 9.54375 12.3125 9.53125 12.2937C8.54375 12.6625 7.45625 12.6625 6.475 12.2875L6.4 12.4187H6.39375C6.34375 12.425 6.29375 12.45 6.25625 12.4875C6.175 12.5875 6.125 12.7313 6.06875 12.8813C6.04375 12.9438 6.025 13.0125 6 13.0813C5.9875 13.1188 5.98125 13.15 5.96875 13.1875C5.95 13.2563 5.93125 13.325 5.9 13.3875C5.89375 13.4062 5.88125 13.425 5.875 13.4438C5.86875 13.45 5.86875 13.4625 5.8625 13.4688C5.8 13.6 5.675 13.6875 5.53125 13.6875C5.4875 13.6875 5.4375 13.675 5.39375 13.6562C5.3125 13.6187 5.25 13.5437 5.225 13.4563C5.2 13.3625 5.20625 13.2625 5.25 13.175C5.25625 13.1625 5.2625 13.1562 5.2625 13.1438C5.275 13.125 5.28125 13.1 5.2875 13.0875C5.31875 13.025 5.3625 12.9625 5.40625 12.9062C5.425 12.8813 5.45 12.85 5.46875 12.8188C5.5875 12.65 5.6875 12.4688 5.76875 12.2812C5.775 12.2188 5.76875 12.1562 5.7375 12.1L5.79375 11.9563C4.8875 11.4187 4.2125 10.575 3.8875 9.575L3.74375 9.6L3.73125 9.59375C3.68125 9.5625 3.63125 9.54375 3.56875 9.5375C3.5625 9.5375 3.5625 9.5375 3.55625 9.5375C3.3625 9.575 3.175 9.63125 2.9875 9.70625L2.975 9.7125C2.94375 9.725 2.90625 9.7375 2.875 9.75C2.8125 9.78125 2.74375 9.80625 2.675 9.825C2.65625 9.83125 2.6375 9.83125 2.6125 9.8375L2.5875 9.84375C2.5875 9.84375 2.5875 9.84375 2.58125 9.84375C2.58125 9.84375 2.58125 9.84375 2.575 9.84375C2.54375 9.85 2.51875 9.85625 2.4875 9.85625C2.325 9.8625 2.18125 9.75625 2.1375 9.6C2.11875 9.5125 2.1375 9.41875 2.1875 9.34375C2.24375 9.2625 2.325 9.20625 2.41875 9.1875L2.44375 9.18125C2.4625 9.175 2.4875 9.16875 2.50625 9.16875C2.575 9.15625 2.64375 9.15 2.71875 9.15C2.75625 9.15 2.7875 9.15 2.825 9.14375H2.83125C3.03125 9.13125 3.225 9.1 3.41875 9.05C3.46875 9.01875 3.5125 8.975 3.54375 8.925C3.55 8.91875 3.55 8.9125 3.55625 8.90625L3.69375 8.86875C3.54375 7.825 3.7875 6.7625 4.36875 5.88125L4.2625 5.7875C4.2625 5.78125 4.2625 5.775 4.2625 5.775C4.25625 5.7125 4.2375 5.65625 4.2 5.60625C4.05 5.475 3.88125 5.3625 3.70625 5.2625C3.675 5.24375 3.64375 5.225 3.6125 5.2125C3.55 5.18125 3.4875 5.14375 3.43125 5.10625C3.41875 5.09375 3.4 5.08125 3.38125 5.06875L3.3625 5.05C3.2875 4.9875 3.23125 4.9 3.21875 4.80625C3.2 4.7125 3.225 4.625 3.28125 4.55C3.34375 4.475 3.4375 4.43125 3.5375 4.43125C3.54375 4.43125 3.54375 4.43125 3.55 4.43125C3.6375 4.4375 3.71875 4.46875 3.7875 4.51875L3.80625 4.53125C3.825 4.54375 3.84375 4.5625 3.8625 4.575C3.91875 4.625 3.9625 4.675 4.0125 4.725C4.0375 4.75 4.05625 4.775 4.08125 4.80625L4.0875 4.8125C4.21875 4.95625 4.36875 5.09375 4.525 5.2125C4.55625 5.23125 4.59375 5.24375 4.625 5.24375C4.65 5.24375 4.66875 5.24375 4.69375 5.2375C4.7 5.2375 4.7125 5.2375 4.71875 5.23125H4.725C4.74375 5.24375 4.8 5.2875 4.8375 5.3125C5.41875 4.69375 6.175 4.2625 7.00625 4.075C7.2 4.03125 7.4 4 7.6 3.98125L7.60625 3.84375C7.65625 3.8 7.69375 3.74375 7.7125 3.675C7.71875 3.475 7.70625 3.275 7.675 3.08125V3.075C7.66875 3.0375 7.6625 3.00625 7.65625 2.96875C7.64375 2.9 7.63125 2.83125 7.63125 2.75625C7.63125 2.7375 7.63125 2.71875 7.63125 2.7C7.63125 2.6875 7.63125 2.68125 7.63125 2.675C7.63125 2.675 7.63125 2.675 7.63125 2.66875V2.6625C7.6625 2.45 7.8125 2.28125 8 2.28125ZM8.35 3.8375C8.34375 3.83125 8.3375 3.825 8.33125 3.825C8.28125 3.7875 8.25 3.73125 8.2375 3.66875C8.23125 3.475 8.24375 3.275 8.275 3.08125V3.0625C8.28125 3.025 8.2875 2.9875 8.29375 2.95625C8.30625 2.8875 8.31875 2.81875 8.31875 2.75C8.31875 2.73125 8.31875 2.7125 8.31875 2.6875C8.31875 2.675 8.31875 2.6625 8.31875 2.65625C8.31875 2.5625 8.2875 2.46875 8.225 2.4C8.16875 2.33125 8.08125 2.29375 7.99375 2.29375C7.8125 2.29375 7.66875 2.45625 7.66875 2.65625C7.66875 2.65625 7.66875 2.65625 7.66875 2.6625V2.66875C7.66875 2.675 7.66875 2.6875 7.66875 2.69375C7.66875 2.7125 7.66875 2.7375 7.66875 2.75C7.675 2.81875 7.68125 2.8875 7.69375 2.95625C7.7 2.9875 7.70625 3.025 7.7125 3.0625V3.06875C7.74375 3.26875 7.75625 3.46875 7.75 3.66875C7.73125 3.7375 7.69375 3.79375 7.64375 3.84375L7.6375 3.9875H7.63125C7.43125 4.00625 7.23125 4.0375 7.03125 4.08125C6.2 4.26875 5.45 4.7 4.86875 5.31875L4.8625 5.325L4.85625 5.31875C4.825 5.29375 4.7625 5.25 4.7375 5.2375C4.73125 5.2375 4.725 5.2375 4.71875 5.2375C4.69375 5.24375 4.675 5.24375 4.65 5.24375C4.6125 5.24375 4.575 5.23125 4.5375 5.2125C4.375 5.09375 4.23125 4.9625 4.09375 4.8125C4.06875 4.7875 4.04375 4.75625 4.025 4.73125C3.98125 4.675 3.93125 4.625 3.88125 4.58125C3.86875 4.56875 3.84375 4.55 3.825 4.5375L3.80625 4.525C3.74375 4.475 3.6625 4.44375 3.58125 4.4375C3.575 4.4375 3.575 4.4375 3.56875 4.4375C3.475 4.4375 3.38125 4.475 3.325 4.55C3.26875 4.61875 3.25 4.70625 3.2625 4.79375C3.28125 4.8875 3.33125 4.96875 3.4 5.025L3.41875 5.04375C3.4375 5.05625 3.45625 5.075 3.46875 5.08125C3.525 5.11875 3.5875 5.15625 3.65 5.1875C3.68125 5.20625 3.7125 5.21875 3.74375 5.2375C3.91875 5.3375 4.0875 5.45625 4.2375 5.5875C4.275 5.6375 4.3 5.7 4.30625 5.76875C4.30625 5.775 4.30625 5.775 4.30625 5.78125L4.4125 5.88125L4.40625 5.8875C3.81875 6.76875 3.58125 7.83125 3.73125 8.875V8.88125L3.5875 8.925L3.575 8.9375C3.54375 8.9875 3.49375 9.0375 3.44375 9.06875C3.25 9.11875 3.05625 9.15 2.85625 9.16875H2.85C2.8125 9.175 2.775 9.175 2.74375 9.175C2.675 9.175 2.60625 9.18125 2.5375 9.19375C2.51875 9.2 2.5 9.2 2.475 9.20625L2.45 9.2125C2.3625 9.23125 2.28125 9.2875 2.225 9.3625C2.175 9.43125 2.15625 9.525 2.175 9.60625C2.2125 9.75625 2.35625 9.85625 2.5125 9.85C2.54375 9.85 2.56875 9.85 2.59375 9.84375C2.59375 9.84375 2.59375 9.84375 2.6 9.84375C2.6 9.84375 2.6 9.84375 2.60625 9.84375L2.63125 9.8375C2.65 9.83125 2.675 9.83125 2.69375 9.825C2.7625 9.80625 2.825 9.78125 2.89375 9.75C2.925 9.7375 2.95625 9.725 2.99375 9.70625L3.00625 9.7C3.19375 9.625 3.38125 9.56875 3.575 9.53125C3.58125 9.53125 3.58125 9.53125 3.5875 9.53125C3.65 9.5375 3.70625 9.55625 3.75625 9.59375L3.76875 9.6L3.91875 9.575V9.58125C4.24375 10.5813 4.925 11.4312 5.83125 11.9688L5.8375 11.975L5.775 12.125C5.8 12.1812 5.8125 12.25 5.80625 12.3125C5.725 12.5 5.625 12.6812 5.50625 12.8562C5.4875 12.8875 5.4625 12.9188 5.44375 12.9438C5.4 13 5.3625 13.0562 5.33125 13.1187C5.325 13.1312 5.3125 13.1562 5.30625 13.175C5.3 13.1875 5.29375 13.2 5.29375 13.2063C5.25625 13.2875 5.24375 13.3875 5.26875 13.475C5.29375 13.5563 5.35 13.6312 5.43125 13.6687C5.46875 13.6875 5.5125 13.7 5.5625 13.7C5.7 13.6937 5.825 13.6125 5.88125 13.4875C5.8875 13.4812 5.8875 13.4688 5.89375 13.4625C5.90625 13.4437 5.9125 13.425 5.91875 13.4062C5.94375 13.3438 5.96875 13.275 5.98125 13.2063C5.9875 13.175 6 13.1375 6.0125 13.1C6.0375 13.0375 6.0625 12.9688 6.08125 12.9062C6.13125 12.75 6.18125 12.6063 6.26875 12.5063C6.30625 12.4688 6.35625 12.4438 6.4125 12.4375L6.4875 12.3H6.49375C7.475 12.675 8.5625 12.6812 9.55 12.3062H9.55625L9.5625 12.3125C9.575 12.3313 9.5875 12.3563 9.6 12.3813C9.6125 12.4062 9.625 12.425 9.63125 12.4375C9.6375 12.4375 9.64375 12.4438 9.65 12.4438C9.7125 12.4563 9.7625 12.4937 9.8 12.5437C9.89375 12.7188 9.96875 12.9062 10.025 13.0938V13.1C10.0375 13.1375 10.0437 13.1687 10.0562 13.2C10.075 13.2688 10.0937 13.3375 10.125 13.4C10.1312 13.4187 10.1437 13.4375 10.1562 13.4625C10.1625 13.4688 10.1625 13.4812 10.1687 13.4875C10.225 13.6125 10.35 13.6937 10.4875 13.7C10.5312 13.7 10.575 13.6875 10.6187 13.6687C10.7 13.6312 10.7562 13.5625 10.7812 13.475C10.8062 13.3875 10.8 13.2875 10.7562 13.2063C10.75 13.2 10.75 13.1875 10.7437 13.1812C10.7312 13.1625 10.725 13.1375 10.7125 13.1187C10.6812 13.0562 10.6375 13 10.6 12.9438C10.5812 12.9188 10.5562 12.8875 10.5375 12.8562C10.425 12.6875 10.325 12.5125 10.2437 12.325C10.225 12.2688 10.2312 12.2 10.2625 12.15C10.2625 12.1437 10.2687 12.1375 10.2687 12.1313C10.2562 12.1063 10.2437 12.075 10.2312 12.0437C10.225 12.025 10.2187 12.0125 10.2125 12V11.9937L10.2187 11.9875C11.1312 11.45 11.8062 10.5938 12.1312 9.5875V9.58125H12.1375C12.1812 9.5875 12.25 9.6 12.275 9.60625C12.2812 9.6 12.2875 9.6 12.2937 9.59375C12.3375 9.55625 12.3875 9.5375 12.4437 9.5375C12.45 9.5375 12.4562 9.5375 12.4625 9.5375C12.6562 9.575 12.85 9.63125 13.0312 9.70625L13.0437 9.7125C13.0812 9.725 13.1125 9.7375 13.1437 9.75625C13.2062 9.7875 13.275 9.8125 13.3375 9.83125C13.35 9.8375 13.375 9.8375 13.3937 9.84375C13.4062 9.84375 13.4125 9.85 13.425 9.85C13.425 9.85 13.425 9.85 13.4312 9.85C13.4312 9.85 13.4312 9.85 13.4375 9.85C13.4625 9.85625 13.4937 9.85625 13.5187 9.85625C13.675 9.8625 13.8125 9.7625 13.8562 9.6125C13.875 9.525 13.8562 9.4375 13.8062 9.36875C13.75 9.29375 13.675 9.2375 13.5812 9.21875C13.5687 9.21875 13.5562 9.2125 13.5437 9.2125C13.525 9.20625 13.5 9.2 13.4812 9.2C13.4125 9.1875 13.3437 9.18125 13.275 9.18125C13.2375 9.18125 13.2062 9.18125 13.1687 9.175H13.1625C12.9625 9.1625 12.7687 9.13125 12.575 9.075C12.5187 9.04375 12.4687 9 12.4375 8.94375L12.4312 8.93125L12.2937 8.89375V8.8875C12.4375 7.84375 12.1937 6.78125 11.6062 5.90625L11.6 5.9L11.6062 5.89375C11.625 5.875 11.65 5.85625 11.675 5.83125C11.6937 5.8125 11.7125 5.79375 11.725 5.7875C11.725 5.78125 11.725 5.775 11.725 5.76875C11.725 5.70625 11.7437 5.64375 11.7875 5.6C11.9437 5.46875 12.1062 5.35 12.2812 5.25C12.3125 5.23125 12.3437 5.2125 12.375 5.2C12.4375 5.16875 12.5 5.13125 12.5562 5.09375C12.5687 5.08125 12.5875 5.06875 12.6062 5.05625C12.6125 5.05 12.625 5.04375 12.6312 5.0375C12.7062 4.98125 12.7562 4.89375 12.7687 4.80625C12.7875 4.71875 12.7625 4.63125 12.7062 4.5625C12.6437 4.4875 12.5562 4.45 12.4625 4.45C12.375 4.45 12.2937 4.48125 12.225 4.5375L12.2062 4.55625C12.1875 4.56875 12.1687 4.5875 12.1562 4.6C12.1062 4.65 12.0562 4.7 12.0062 4.75C11.9812 4.775 11.9625 4.8 11.9375 4.83125L11.925 4.84375C11.7937 4.9875 11.6437 5.11875 11.4875 5.2375C11.45 5.25625 11.4062 5.26875 11.3625 5.2625C11.3375 5.2625 11.3187 5.2625 11.3 5.2625H11.2875L11.1562 5.35625L11.15 5.35C10.7937 4.975 10.3687 4.6625 9.9 4.4375C9.43125 4.20625 8.91875 4.06875 8.4 4.01875H8.39375V4.0125C8.35625 3.94375 8.35 3.86875 8.35 3.8375ZM8.40625 4.85625H8.4125C9.1625 4.95 9.8625 5.2875 10.4062 5.81875L10.4125 5.825L10.4062 5.83125L8.9875 6.8375H8.98125C8.84375 6.93125 8.65625 6.9 8.5625 6.7625C8.53125 6.71875 8.5125 6.6625 8.50625 6.60625L8.40625 4.85625ZM10.3937 5.81875C9.85625 5.3 9.16875 4.9625 8.425 4.86875L8.525 6.59375V6.6C8.53125 6.75625 8.6625 6.88125 8.825 6.86875C8.88125 6.86875 8.9375 6.85 8.98125 6.8125H8.9875H8.99375L10.3937 5.81875ZM7.59375 4.85625L7.49375 6.6125L7.4875 6.61875C7.475 6.78125 7.3375 6.9125 7.16875 6.9C7.1125 6.89375 7.05625 6.875 7.0125 6.84375H7.00625L5.56875 5.825L5.575 5.81875C5.8 5.6 6.05 5.4125 6.325 5.2625C6.60625 5.10625 6.9125 4.99375 7.23125 4.91875C7.35 4.89375 7.46875 4.875 7.5875 4.85625H7.59375ZM7.475 6.6L7.575 4.875C7.45625 4.8875 7.34375 4.9125 7.23125 4.9375C6.91875 5.00625 6.6125 5.125 6.33125 5.28125C6.0625 5.43125 5.8125 5.6125 5.59375 5.83125L7.0125 6.8375H7.01875C7.14375 6.93125 7.325 6.9 7.41875 6.775C7.45 6.73125 7.46875 6.675 7.475 6.61875V6.6125V6.6ZM5.0625 6.4625L6.375 7.6375V7.64375C6.5 7.75625 6.50625 7.94375 6.4 8.06875C6.3625 8.1125 6.3125 8.14375 6.2625 8.15625V8.1625H6.25625L4.575 8.65V8.64375C4.49375 7.8875 4.6625 7.125 5.0625 6.475V6.4625ZM6.3625 7.6375L5.06875 6.48125C4.675 7.125 4.50625 7.875 4.5875 8.625L6.24375 8.14375V8.1375H6.25C6.4 8.09375 6.49375 7.9375 6.45 7.7875C6.4375 7.73125 6.40625 7.6875 6.3625 7.65H6.35625L6.3625 7.6375ZM10.925 6.4625L10.9312 6.46875C11.3312 7.1125 11.5062 7.875 11.4312 8.63125V8.6375L9.7375 8.15V8.14375C9.58125 8.1 9.4875 7.93125 9.53125 7.76875C9.55 7.7125 9.575 7.66875 9.61875 7.63125V7.625H9.625L10.925 6.4625ZM11.4187 8.61875C11.4875 7.875 11.3125 7.125 10.925 6.48125L9.6375 7.63125V7.6375H9.63125C9.5125 7.74375 9.5 7.91875 9.60625 8.0375C9.64375 8.08125 9.69375 8.1125 9.74375 8.125H9.75V8.13125L11.4187 8.61875ZM7.73125 7.71875H8.275L8.60625 8.1375L8.4875 8.6625L8 8.89375L7.5125 8.65625L7.39375 8.13125L7.73125 7.71875ZM8.2625 7.7375H7.7375L7.4125 8.14375L7.53125 8.65625L8.00625 8.88125L8.48125 8.65625L8.6 8.14375L8.2625 7.7375ZM9.45625 9.1375C9.475 9.1375 9.49375 9.1375 9.50625 9.14375V9.1375H9.5125L11.25 9.43125L11.2437 9.4375C10.9875 10.1562 10.5 10.7687 9.85625 11.1812L9.85 11.1875L9.175 9.55625C9.1125 9.4 9.1875 9.225 9.3375 9.1625C9.36875 9.15 9.4 9.14375 9.4375 9.1375C9.45 9.1375 9.45 9.1375 9.45625 9.1375ZM9.5125 9.1625C9.35625 9.13125 9.20625 9.2375 9.175 9.39375C9.1625 9.45 9.16875 9.50625 9.19375 9.55625V9.5625L9.85625 11.1687C10.4875 10.7625 10.9687 10.1562 11.225 9.45L9.5125 9.1625ZM6.5375 9.14375C6.70625 9.14375 6.8375 9.28125 6.8375 9.45C6.8375 9.4875 6.83125 9.525 6.8125 9.55625L6.81875 9.5625V9.56875L6.15 11.1812L6.14375 11.175C5.50625 10.7688 5.01875 10.1563 4.7625 9.44375L4.75625 9.4375L6.48125 9.14375V9.15C6.50625 9.15 6.51875 9.14375 6.5375 9.14375ZM6.8 9.56875L6.79375 9.5625V9.55625C6.85625 9.4125 6.7875 9.24375 6.64375 9.18125C6.6125 9.16875 6.575 9.15625 6.5375 9.15625C6.51875 9.15625 6.5 9.15625 6.48125 9.1625H6.475V9.15625L4.775 9.44375C5.03125 10.1438 5.5125 10.7437 6.1375 11.15L6.8 9.56875ZM8 9.85C8.10625 9.85 8.20625 9.90625 8.2625 10.0063H8.26875V10.0125L9.11875 11.5437H9.1125C9.00625 11.5813 8.8875 11.6125 8.775 11.6375C8.525 11.6937 8.2625 11.725 8.00625 11.725C7.63125 11.725 7.25625 11.6625 6.9 11.5437H6.89375L7.74375 10.0063C7.79375 9.9125 7.8875 9.85625 7.99375 9.85C7.99375 9.85 7.99375 9.85 8 9.85ZM8.25625 10.0188H8.25V10.0125C8.2 9.91875 8.10625 9.8625 8 9.8625H7.9875C7.8875 9.86875 7.79375 9.925 7.74375 10.0125V10.0188L6.90625 11.5312C7.25625 11.65 7.625 11.7125 8 11.7125C8.25625 11.7125 8.5125 11.6812 8.76875 11.625C8.88125 11.6 8.99375 11.5688 9.09375 11.5312L8.25625 10.0188Z", fill: "white", }), ], }), - ef = (e) => - kt("svg", { + $h = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { d: "M3.18329 3.4166H5.78769L6.97677 6.23002L1.46143 12.8484L3.30515 14.3849L8.02805 8.7174L10.3137 14.1253L14.6781 12.816L13.9885 10.5172L11.6862 11.2079L7.37889 1.0166H3.18329V3.4166Z", fill: "currentColor", }), }), - tf = (e) => - kt("svg", { + Wh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633362C8.3866 0.633362 8.7 0.946762 8.7 1.33336V3.9667H12C12.2766 3.9667 12.5273 4.12961 12.6397 4.3824L15.3063 10.3824C15.4026 10.5989 15.3827 10.8495 15.2536 11.0481C15.1245 11.2468 14.9036 11.3667 14.6667 11.3667H10.6998C10.6982 11.4794 10.6897 11.5922 10.674 11.7045C10.6142 12.1319 10.4528 12.5388 10.2033 12.891C9.95386 13.2432 9.62361 13.5304 9.24025 13.7287C8.85689 13.9269 8.43159 14.0304 8 14.0304C7.56841 14.0304 7.14311 13.9269 6.75975 13.7287C6.37639 13.5304 6.04614 13.2432 5.79669 12.891C5.54723 12.5388 5.38584 12.1319 5.32604 11.7045C5.31034 11.5922 5.30176 11.4794 5.30024 11.3667H1.33333C1.09638 11.3667 0.875509 11.2468 0.746389 11.0481C0.617269 10.8495 0.597429 10.5989 0.693665 10.3824L3.36033 4.3824C3.47268 4.12961 3.72337 3.9667 4 3.9667H7.3V1.33336C7.3 0.946762 7.6134 0.633362 8 0.633362ZM4.45491 5.36669L2.41047 9.96669H6.09706C6.10788 9.96644 6.11872 9.96644 6.12959 9.96669H9.87041C9.88128 9.96644 9.89212 9.96644 9.90294 9.96669H13.5895L11.5451 5.36669H4.45491ZM9.29949 11.3667H6.70051C6.70185 11.4147 6.70585 11.4627 6.71254 11.5105C6.74133 11.7163 6.81904 11.9122 6.93915 12.0818C7.05925 12.2514 7.21826 12.3897 7.40284 12.4851C7.58742 12.5806 7.7922 12.6304 8 12.6304C8.2078 12.6304 8.41257 12.5806 8.59716 12.4851C8.78174 12.3897 8.94074 12.2514 9.06085 12.0818C9.18096 11.9122 9.25867 11.7163 9.28746 11.5105C9.29415 11.4627 9.29815 11.4147 9.29949 11.3667Z", fill: "currentColor", }), }), - nf = (e) => - kt("svg", { + jh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.83835 0.838387C7.11171 0.56502 7.55493 0.56502 7.8283 0.838387L9.70004 2.71013L14.1923 3.99363C14.4308 4.06177 14.6154 4.25101 14.6776 4.49111C14.7398 4.7312 14.6703 4.98629 14.495 5.16167L9.16163 10.495C8.98625 10.6704 8.73116 10.7399 8.49107 10.6776C8.25097 10.6154 8.06173 10.4308 7.99359 10.1923L6.71009 5.70008L6.33332 5.32331L3.51839 8.13825L5.09928 11.3H5.99999C6.53926 11.3 7.05645 11.5143 7.43777 11.8956C7.81909 12.2769 8.03332 12.7941 8.03332 13.3334V14.6667C8.03332 15.0533 7.71992 15.3667 7.33332 15.3667H1.99999C1.61339 15.3667 1.29999 15.0533 1.29999 14.6667V13.3334C1.29999 12.2134 2.21339 11.3 3.33332 11.3H3.53403L2.04056 8.31308C1.90581 8.04359 1.95863 7.71811 2.17168 7.50505L5.34337 4.33336L4.83835 3.82834C4.70707 3.69706 4.63332 3.51901 4.63332 3.33336C4.63332 3.14771 4.70707 2.96966 4.83835 2.83839L6.83835 0.838387ZM7.33332 4.34341L8.34337 3.33336L7.33332 2.32331L6.32327 3.33336L7.33332 4.34341ZM9.53705 4.11958L8.11954 5.53709L9.0129 8.66384L12.6638 5.01294L9.53705 4.11958ZM4.65258 12.7H3.33332C2.98659 12.7 2.69999 12.9866 2.69999 13.3334V13.9667H6.63332V13.3334C6.63332 13.1654 6.5666 13.0043 6.44782 12.8855C6.32905 12.7668 6.16796 12.7 5.99999 12.7H4.68181C4.67206 12.7002 4.66231 12.7002 4.65258 12.7Z", fill: "currentColor", }), }), - rf = (e) => - kt("svg", { + qh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.35659 1.05762C5.46689 0.80024 5.71997 0.633362 5.99999 0.633362H9.99999C10.28 0.633362 10.5331 0.80024 10.6434 1.05762L12.6434 5.72428C12.7361 5.94056 12.7139 6.18893 12.5844 6.38537C12.4548 6.58181 12.2353 6.70003 12 6.70003H8.69999V13.9667H9.99999C10.3866 13.9667 10.7 14.2801 10.7 14.6667C10.7 15.0533 10.3866 15.3667 9.99999 15.3667H5.99999C5.61339 15.3667 5.29999 15.0533 5.29999 14.6667C5.29999 14.2801 5.61339 13.9667 5.99999 13.9667H7.29999V6.70003H3.99999C3.76469 6.70003 3.54513 6.58181 3.4156 6.38537C3.28607 6.18893 3.2639 5.94056 3.35659 5.72428L5.35659 1.05762ZM10.9384 5.30003L9.53841 2.03336H6.46157L5.06157 5.30003H10.9384Z", fill: "currentColor", }), }), - of = (e) => - kt("svg", { + Yh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.68341 1.07339C4.78972 0.807627 5.04711 0.633362 5.33334 0.633362H10.6667C10.9529 0.633362 11.2103 0.807627 11.3166 1.07339L13.9833 7.74005C14.0695 7.95572 14.0432 8.20013 13.913 8.39247C13.7828 8.58481 13.5656 8.70003 13.3333 8.70003H8.70001V11.3H9.33334C9.87262 11.3 10.3898 11.5143 10.7711 11.8956C11.1525 12.2769 11.3667 12.7941 11.3667 13.3334V14.6667C11.3667 15.0533 11.0533 15.3667 10.6667 15.3667H5.33334C4.94675 15.3667 4.63334 15.0533 4.63334 14.6667V13.3334C4.63334 12.2134 5.54675 11.3 6.66668 11.3H7.30001V8.70003H2.66668C2.4344 8.70003 2.21725 8.58481 2.08703 8.39247C1.95681 8.20013 1.93048 7.95572 2.01674 7.74005L4.68341 1.07339ZM12.2994 7.30003L10.1928 2.03336H5.80727L3.7006 7.30003H12.2994ZM6.66668 12.7C6.31994 12.7 6.03334 12.9866 6.03334 13.3334V13.9667H9.96668V13.3334C9.96668 13.1654 9.89995 13.0043 9.78118 12.8855C9.66241 12.7668 9.50131 12.7 9.33334 12.7H6.66668Z", fill: "currentColor", }), }), - lf = (e) => - kt("svg", { + Kh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96667 1.99999C1.96667 1.61339 2.28008 1.29999 2.66667 1.29999H4.00001C4.53928 1.29999 5.05647 1.51421 5.43779 1.89554C5.81125 2.269 6.02444 2.77277 6.03307 3.29999H8.00001C8.53928 3.29999 9.05647 3.51421 9.43779 3.89554C9.81912 4.27686 10.0333 4.79405 10.0333 5.33332V7.96665H11.3333C11.6134 7.96665 11.8664 8.13353 11.9767 8.39091L13.9767 13.0576C14.0694 13.2739 14.0473 13.5222 13.9177 13.7187C13.7882 13.9151 13.5686 14.0333 13.3333 14.0333H5.33334C5.09804 14.0333 4.87848 13.9151 4.74895 13.7187C4.61942 13.5222 4.59725 13.2739 4.68994 13.0576L6.68994 8.39091C6.80025 8.13353 7.05332 7.96665 7.33334 7.96665H8.63334V5.33332C8.63334 5.16535 8.56662 5.00426 8.44784 4.88549C8.32907 4.76671 8.16798 4.69999 8.00001 4.69999H6.03307C6.02444 5.2272 5.81125 5.73098 5.43779 6.10444C5.05647 6.48576 4.53928 6.69999 4.00001 6.69999H2.66667C2.28008 6.69999 1.96667 6.38659 1.96667 5.99999V1.99999ZM4.63334 3.33332C4.63334 3.16535 4.56662 3.00426 4.44784 2.88549C4.32907 2.76671 4.16798 2.69999 4.00001 2.69999H3.36667V5.29999H4.00001C4.16798 5.29999 4.32907 5.23326 4.44784 5.11449C4.56662 4.99572 4.63334 4.83462 4.63334 4.66665V3.33332ZM7.79492 9.36665L6.39492 12.6333H12.2718L10.8718 9.36665H7.79492Z", fill: "currentColor", }), }), - af = (e) => - kt("svg", { + Xh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.68994 2.39093C6.80025 2.13355 7.05332 1.96667 7.33334 1.96667H11.3333C11.6134 1.96667 11.8664 2.13355 11.9767 2.39093L13.9767 7.0576C14.0694 7.27387 14.0473 7.52225 13.9177 7.71868C13.7882 7.91512 13.5686 8.03334 13.3333 8.03334H10.0333V10.6667C10.0333 11.2059 9.81912 11.7231 9.43779 12.1045C9.05647 12.4858 8.53928 12.7 8.00001 12.7H6.03307C6.02444 13.2272 5.81125 13.731 5.43779 14.1045C5.05647 14.4858 4.53928 14.7 4.00001 14.7H2.66667C2.28008 14.7 1.96667 14.3866 1.96667 14V10C1.96667 9.61341 2.28008 9.30001 2.66667 9.30001H4.00001C4.53928 9.30001 5.05647 9.51423 5.43779 9.89556C5.81125 10.269 6.02444 10.7728 6.03307 11.3H8.00001C8.16798 11.3 8.32907 11.2333 8.44784 11.1145C8.56662 10.9957 8.63334 10.8346 8.63334 10.6667V8.03334H5.33334C5.09804 8.03334 4.87848 7.91512 4.74895 7.71868C4.61942 7.52225 4.59725 7.27387 4.68994 7.0576L6.68994 2.39093ZM12.2718 6.63334L10.8718 3.36667H7.79492L6.39492 6.63334H12.2718ZM4.63334 11.3333C4.63334 11.1654 4.56662 11.0043 4.44784 10.8855C4.32907 10.7667 4.16798 10.7 4.00001 10.7H3.36667V13.3H4.00001C4.16798 13.3 4.32907 13.2333 4.44784 13.1145C4.56662 12.9957 4.63334 12.8346 4.63334 12.6667V11.3333Z", fill: "currentColor", }), }), - Cf = (e) => - kt("svg", { + Qh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.62899 0.739763C7.85598 0.597895 8.144 0.597895 8.37099 0.739763L13.7043 4.0731C13.9691 4.2386 14.0923 4.5595 14.0062 4.85967C13.9201 5.15985 13.6456 5.36669 13.3333 5.36669H2.66665C2.35438 5.36669 2.07987 5.15985 1.99378 4.85967C1.90769 4.5595 2.03085 4.2386 2.29566 4.0731L7.62899 0.739763ZM5.10741 3.9667H10.8926L7.99999 2.15884L5.10741 3.9667ZM3.99999 6.63336C4.38659 6.63336 4.69999 6.94676 4.69999 7.33336V12C4.69999 12.3866 4.38659 12.7 3.99999 12.7C3.61339 12.7 3.29999 12.3866 3.29999 12V7.33336C3.29999 6.94676 3.61339 6.63336 3.99999 6.63336ZM6.66665 6.63336C7.05325 6.63336 7.36665 6.94676 7.36665 7.33336V12C7.36665 12.3866 7.05325 12.7 6.66665 12.7C6.28006 12.7 5.96665 12.3866 5.96665 12V7.33336C5.96665 6.94676 6.28006 6.63336 6.66665 6.63336ZM9.33332 6.63336C9.71992 6.63336 10.0333 6.94676 10.0333 7.33336V12C10.0333 12.3866 9.71992 12.7 9.33332 12.7C8.94672 12.7 8.63332 12.3866 8.63332 12V7.33336C8.63332 6.94676 8.94672 6.63336 9.33332 6.63336ZM12 6.63336C12.3866 6.63336 12.7 6.94676 12.7 7.33336V12C12.7 12.3866 12.3866 12.7 12 12.7C11.6134 12.7 11.3 12.3866 11.3 12V7.33336C11.3 6.94676 11.6134 6.63336 12 6.63336ZM1.29999 14.6667C1.29999 14.2801 1.61339 13.9667 1.99999 13.9667H14C14.3866 13.9667 14.7 14.2801 14.7 14.6667C14.7 15.0533 14.3866 15.3667 14 15.3667H1.99999C1.61339 15.3667 1.29999 15.0533 1.29999 14.6667Z", fill: "currentColor", }), }), - sf = (e) => - kt("svg", { + Jh = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.63201 0.737907C7.83838 0.610362 8.09608 0.598768 8.31307 0.707263L12.3131 2.70726C12.5502 2.82584 12.7 3.06822 12.7 3.33336C12.7 3.5985 12.5502 3.84089 12.3131 3.95946L8.70002 5.76599V8.00003C8.70002 8.38663 8.38662 8.70003 8.00002 8.70003C7.61342 8.70003 7.30002 8.38663 7.30002 8.00003V5.34852C7.29982 5.33876 7.29982 5.32902 7.30002 5.31928V1.33336C7.30002 1.09076 7.42564 0.865452 7.63201 0.737907ZM8.70002 4.20074L10.4348 3.33336L8.70002 2.46599V4.20074ZM4.01684 7.93893C3.9913 7.95151 3.96646 7.96567 3.94249 7.98137L1.32155 9.4777C1.32118 9.47791 1.3208 9.47812 1.32043 9.47833C1.1106 9.59751 0.936064 9.77012 0.814566 9.97863C0.692852 10.1875 0.628723 10.4249 0.628723 10.6667C0.628723 10.9085 0.692852 11.1459 0.814566 11.3548C0.936027 11.5632 1.1105 11.7358 1.32025 11.855C1.32068 11.8552 1.32112 11.8554 1.32155 11.8557L6.98336 15.0929C6.98386 15.0932 6.98436 15.0935 6.98487 15.0938C7.2936 15.2717 7.64368 15.3653 8.00002 15.3653C8.35637 15.3653 8.70644 15.2717 9.01517 15.0938C9.01568 15.0935 9.01618 15.0932 9.01669 15.0929L14.6785 11.8557C14.679 11.8554 14.6794 11.8552 14.6799 11.8549C14.8896 11.7357 15.064 11.5632 15.1855 11.3548C15.3072 11.1459 15.3713 10.9085 15.3713 10.6667C15.3713 10.4249 15.3072 10.1875 15.1855 9.97863C15.064 9.77011 14.8894 9.59749 14.6796 9.47831C14.6796 9.4783 14.6796 9.47833 14.6796 9.47831C14.6792 9.47812 14.6788 9.47789 14.6785 9.4777L12.0936 8.00666C12.0464 7.97124 11.9951 7.94221 11.9412 7.91994L11.0129 7.39165C10.6769 7.20043 10.2495 7.3178 10.0583 7.6538C9.8792 7.96853 9.97084 8.36344 10.2593 8.56933L8.00153 9.86124L5.73597 8.56605C6.02853 8.36088 6.12195 7.9628 5.94126 7.6463C5.74959 7.31057 5.32203 7.19378 4.9863 7.38546L4.01684 7.93893ZM6.59176 10.6679L4.32766 9.37357L2.06259 10.6667L4.32911 11.9626L6.59176 10.6679ZM5.7391 12.7688L8.00185 11.4741L10.2638 12.7672L8.31924 13.879L8.31669 13.8805C8.22041 13.9361 8.11119 13.9653 8.00002 13.9653C7.88885 13.9653 7.77964 13.9361 7.68336 13.8805L5.7391 12.7688ZM11.6741 11.9608L9.41162 10.6674L11.6689 9.37577L13.9374 10.6668L11.6741 11.9608Z", fill: "currentColor", }), }), - cf = (e) => - kt("svg", { + ef = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.9667 1.33336C3.9667 0.946762 4.2801 0.633362 4.66669 0.633362H5.33336C5.71996 0.633362 6.03336 0.946762 6.03336 1.33336C6.03336 1.71996 5.71996 2.03336 5.33336 2.03336H4.66669C4.2801 2.03336 3.9667 1.71996 3.9667 1.33336ZM7.99045 2.63336H1.33336C0.946762 2.63336 0.633362 2.94676 0.633362 3.33336C0.633362 3.71996 0.946762 4.03336 1.33336 4.03336H6.69207L6.12271 4.8874L5.00003 6.01008L3.82834 4.83839C3.55497 4.56502 3.11175 4.56502 2.83839 4.83839C2.56502 5.11175 2.56502 5.55497 2.83839 5.82834L4.01008 7.00003L2.17172 8.83839C1.89835 9.11175 1.89835 9.55497 2.17172 9.82834C2.44509 10.1017 2.8883 10.1017 3.16167 9.82834L5.00003 7.98998L6.83839 9.82834C7.11175 10.1017 7.55497 10.1017 7.82834 9.82834C8.1017 9.55497 8.1017 9.11175 7.82834 8.83839L5.98998 7.00003L7.16167 5.82834C7.19426 5.79574 7.22356 5.76001 7.24913 5.72165L8.37466 4.03336H9.33336C9.71996 4.03336 10.0334 3.71996 10.0334 3.33336C10.0334 2.94676 9.71996 2.63336 9.33336 2.63336H8.01089C8.00407 2.63326 7.99726 2.63326 7.99045 2.63336ZM11.3334 7.30003C11.5985 7.30003 11.8409 7.44983 11.9595 7.68698L13.9532 11.6744C13.9577 11.683 13.9621 11.6917 13.9662 11.7005L15.2928 14.3536C15.4657 14.6994 15.3255 15.1199 14.9797 15.2928C14.634 15.4657 14.2135 15.3255 14.0406 14.9797L12.9007 12.7H9.76599L8.62613 14.9797C8.45323 15.3255 8.03276 15.4657 7.68698 15.2928C7.34119 15.1199 7.20104 14.6994 7.37393 14.3536L8.70048 11.7005C8.70466 11.6917 8.70902 11.683 8.71356 11.6744L10.7073 7.68698C10.8258 7.44983 11.0682 7.30003 11.3334 7.30003ZM10.466 11.3H12.2007L11.3334 9.56528L10.466 11.3Z", fill: "currentColor", }), }), - df = (e) => - kt("svg", { + tf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99999 2.79999C2.78496 2.79999 1.79999 3.78496 1.79999 4.99999V10.3864L1.0553 12.6205C0.796285 13.3976 1.37465 14.2 2.19372 14.2H13.8063C14.6254 14.2 15.2037 13.3976 14.9447 12.6205L14.2 10.3863V4.99999C14.2 3.78496 13.215 2.79999 12 2.79999H3.99999ZM12.9955 11.2H3.00454L2.4712 12.8H13.5288L12.9955 11.2ZM12.8 9.79999V4.99999C12.8 4.55816 12.4418 4.19999 12 4.19999H3.99999C3.55816 4.19999 3.19999 4.55816 3.19999 4.99999V9.79999H12.8Z", fill: "currentColor", }), }), - uf = (e) => - kt("svg", { + nf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33336 3.36667C2.98358 3.36667 2.70003 3.65023 2.70003 4.00001V9.33334C2.70003 9.68312 2.98358 9.96667 3.33336 9.96667H12.6667C13.0165 9.96667 13.3 9.68312 13.3 9.33334V4.00001C13.3 3.65023 13.0165 3.36667 12.6667 3.36667H3.33336ZM1.30003 4.00001C1.30003 2.87703 2.21038 1.96667 3.33336 1.96667H12.6667C13.7897 1.96667 14.7 2.87703 14.7 4.00001V9.33334C14.7 10.4563 13.7897 11.3667 12.6667 11.3667H3.33336C2.21038 11.3667 1.30003 10.4563 1.30003 9.33334V4.00001ZM0.633362 13.3333C0.633362 12.9467 0.946762 12.6333 1.33336 12.6333H14.6667C15.0533 12.6333 15.3667 12.9467 15.3667 13.3333C15.3667 13.7199 15.0533 14.0333 14.6667 14.0333H1.33336C0.946762 14.0333 0.633362 13.7199 0.633362 13.3333Z", fill: "currentColor", }), }), - pf = (e) => - kt("svg", { + rf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03336C4.56613 2.03336 2.03336 4.25765 2.03336 6.66669V6.66682C2.03323 7.40816 2.24802 8.13209 2.64952 8.75181C2.86696 8.67415 3.09806 8.63336 3.33336 8.63336C3.87264 8.63336 4.38982 8.84759 4.77115 9.22891C5.15247 9.61024 5.36669 10.1274 5.36669 10.6667C5.36669 10.7304 5.36371 10.7937 5.35782 10.8566C6.19878 11.1643 7.09044 11.3151 7.98834 11.3001L8.00003 11.2999V11.3C11.4339 11.3 13.9667 9.07574 13.9667 6.66669C13.9667 4.25765 11.4339 2.03336 8.00003 2.03336ZM4.75111 12.1242C4.55973 12.3104 4.33545 12.4553 4.09211 12.5532C4.13849 12.769 4.21197 12.9789 4.31137 13.1777C4.4942 13.5433 4.75964 13.8614 5.08669 14.1067C5.39597 14.3387 5.45865 14.7774 5.2267 15.0867C4.99474 15.396 4.55597 15.4587 4.2467 15.2267C3.74577 14.851 3.3392 14.3638 3.05917 13.8038C2.86788 13.4212 2.73924 13.0118 2.67691 12.5911C2.38541 12.4917 2.11749 12.3264 1.89558 12.1045C1.51425 11.7232 1.30003 11.206 1.30003 10.6667C1.30003 10.3085 1.39452 9.96012 1.5697 9.65478C0.96044 8.7784 0.633192 7.73581 0.633362 6.66669M4.75111 12.1242C5.78815 12.522 6.89295 12.7179 8.00589 12.7C11.9029 12.6974 15.3667 10.1226 15.3667 6.66669C15.3667 3.20907 11.8995 0.633362 8.00003 0.633362C4.10065 0.633362 0.633448 3.20901 0.633362 6.66657M3.33336 10.0334C3.16539 10.0334 3.0043 10.1001 2.88553 10.2189C2.76675 10.3376 2.70003 10.4987 2.70003 10.6667C2.70003 10.8347 2.76675 10.9958 2.88553 11.1145C3.0043 11.2333 3.16539 11.3 3.33336 11.3C3.50133 11.3 3.66242 11.2333 3.7812 11.1145C3.89997 10.9958 3.9667 10.8347 3.9667 10.6667C3.9667 10.4987 3.89997 10.3376 3.7812 10.2189C3.66242 10.1001 3.50133 10.0334 3.33336 10.0334Z", fill: "currentColor", }), }), - mf = (e) => - Ot("svg", { + of = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.03336 6.66395C2.03973 7.4059 2.26124 8.12851 2.66881 8.74501C2.88059 8.67177 3.10498 8.63336 3.33332 8.63336C3.87259 8.63336 4.38978 8.84759 4.7711 9.22891C5.15243 9.61024 5.36665 10.1274 5.36665 10.6667C5.36665 10.7171 5.36478 10.7673 5.36108 10.8173C5.82179 10.9934 6.29364 11.1234 6.77399 11.2027C7.15543 11.2656 7.41361 11.6259 7.35065 12.0073C7.2877 12.3888 6.92745 12.6469 6.54601 12.584C5.9397 12.4839 5.35018 12.3176 4.78145 12.0941L4.7711 12.1045C4.57543 12.3002 4.34397 12.4518 4.09211 12.5531C4.13849 12.769 4.21198 12.9789 4.31137 13.1777C4.4942 13.5433 4.75965 13.8614 5.0867 14.1067C5.39597 14.3386 5.45865 14.7774 5.2267 15.0867C4.99474 15.3959 4.55597 15.4586 4.2467 15.2267C3.74577 14.851 3.3392 14.3638 3.05917 13.8038C2.86789 13.4212 2.73925 13.0118 2.67692 12.5912C2.3854 12.4917 2.11746 12.3264 1.89554 12.1045C1.51421 11.7232 1.29999 11.206 1.29999 10.6667C1.29999 10.3008 1.39863 9.94499 1.58119 9.63495C0.972912 8.7672 0.641735 7.73412 0.633383 6.6722L0.633362 6.6667C0.633362 3.19554 4.08751 0.633362 8.00003 0.633362C11.9125 0.633362 15.3667 3.19554 15.3667 6.6667L15.3665 6.68216C15.3551 7.20086 15.2702 7.71532 15.1144 8.21021C14.9983 8.57897 14.6053 8.78381 14.2365 8.66773C13.8678 8.55165 13.6629 8.15861 13.779 7.78985C13.8943 7.42356 13.9575 7.04288 13.9667 6.65901C13.9614 4.23984 11.4439 2.03336 8.00003 2.03336C4.55385 2.03336 2.03526 4.24284 2.03336 6.66395ZM3.78116 11.1145C3.66362 11.2321 3.50466 11.2986 3.33859 11.3L3.33336 11.3L3.32799 11.3C3.16195 11.2986 3.003 11.232 2.88549 11.1145C2.76671 10.9958 2.69999 10.8347 2.69999 10.6667C2.69999 10.4987 2.76671 10.3376 2.88549 10.2189C3.00426 10.1001 3.16535 10.0334 3.33332 10.0334C3.50129 10.0334 3.66238 10.1001 3.78116 10.2189C3.89993 10.3376 3.96665 10.4987 3.96665 10.6667C3.96665 10.8347 3.89993 10.9958 3.78116 11.1145Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.3054 6.78618C9.72726 6.2606 8.79999 6.67079 8.79999 7.45213V14.3395C8.79999 15.2299 9.95489 15.5796 10.4488 14.8387L11.8746 12.7H14.4827C15.3053 12.7 15.6968 11.6874 15.0881 11.1341L10.3054 6.78618ZM10.2 12.6881V8.5824L13.1894 11.3H11.7676C11.3664 11.3 10.9917 11.5005 10.7691 11.8344L10.2 12.6881Z", @@ -13684,2465 +13664,2465 @@ const Bt = (e) => }), ], }), - hf = (e) => - kt("svg", { + lf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03336C4.70467 2.03336 2.0333 4.70473 2.0333 8.00003C2.0333 11.2953 4.70467 13.9667 7.99997 13.9667C11.2953 13.9667 13.9666 11.2953 13.9666 8.00003C13.9666 4.70473 11.2953 2.03336 7.99997 2.03336ZM0.633301 8.00003C0.633301 3.93153 3.93147 0.633362 7.99997 0.633362C12.0685 0.633362 15.3666 3.93153 15.3666 8.00003C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8.00003ZM5.29997 6.00003C5.29997 5.61343 5.61337 5.30003 5.99997 5.30003H6.00663C6.39323 5.30003 6.70663 5.61343 6.70663 6.00003C6.70663 6.38663 6.39323 6.70003 6.00663 6.70003H5.99997C5.61337 6.70003 5.29997 6.38663 5.29997 6.00003ZM9.29997 6.00003C9.29997 5.61343 9.61337 5.30003 9.99997 5.30003H10.0066C10.3932 5.30003 10.7066 5.61343 10.7066 6.00003C10.7066 6.38663 10.3932 6.70003 10.0066 6.70003H9.99997C9.61337 6.70003 9.29997 6.38663 9.29997 6.00003ZM3.46536 8.21482C3.59836 8.05746 3.79393 7.96669 3.99997 7.96669H12C12.206 7.96669 12.4016 8.05746 12.5346 8.21482C12.6676 8.37218 12.7245 8.58014 12.6902 8.78329C12.5033 9.88969 11.9267 10.8927 11.0647 11.6111C10.2052 12.3273 9.11849 12.7134 7.99997 12.7001C6.88144 12.7134 5.79472 12.3273 4.93522 11.6111C4.07322 10.8927 3.49665 9.88969 3.30975 8.78329C3.27543 8.58014 3.33235 8.37218 3.46536 8.21482ZM4.9402 9.36669C5.14416 9.8151 5.44748 10.2156 5.83148 10.5355C6.43671 11.0399 7.20242 11.3111 7.99019 11.3001H8.00975C8.79751 11.3111 9.56322 11.0399 10.1685 10.5355C10.5524 10.2156 10.8558 9.8151 11.0597 9.36669H4.9402Z", fill: "currentColor", }), }), - ff = (e) => - kt("svg", { + af = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99996 2.02805C7.88879 2.02805 7.77957 2.05732 7.68329 2.1129L7.68129 2.11406L2.0624 5.33335L5.58811 7.35338C5.64302 7.3761 5.69521 7.40586 5.7432 7.44223L7.6833 8.5538C7.77957 8.60939 7.88879 8.63865 7.99996 8.63865C8.11113 8.63865 8.22035 8.60939 8.31663 8.5538L8.31864 8.55264L10.2567 7.44223C10.3047 7.40586 10.3569 7.3761 10.4118 7.35338L13.9375 5.33335L8.31663 2.11291C8.22035 2.05732 8.11113 2.02805 7.99996 2.02805ZM10.6862 8.8097L9.01663 9.76624C9.01629 9.76643 9.01596 9.76662 9.01562 9.76681C8.70676 9.9449 8.3565 10.0387 7.99996 10.0387C7.64342 10.0387 7.29316 9.9449 6.9843 9.76681C6.98396 9.76662 6.98363 9.76643 6.98329 9.76624L5.31376 8.8097L2.06247 10.6667L7.6833 13.8871C7.77957 13.9427 7.88879 13.972 7.99996 13.972C8.11113 13.972 8.22035 13.9427 8.31663 13.8871L8.31864 13.886L13.9375 10.6667L10.6862 8.8097ZM3.90457 8.00231L1.32149 6.52235C1.32094 6.52204 1.32038 6.52172 1.31983 6.52141C1.11024 6.40224 0.935898 6.22974 0.814505 6.02142C0.692791 5.81254 0.628662 5.57511 0.628662 5.33335C0.628662 5.0916 0.692791 4.85417 0.814505 4.64529C0.935898 4.43696 1.11024 4.26446 1.31982 4.1453L6.98329 0.900467C6.98367 0.900251 6.98404 0.900036 6.98441 0.899821C7.29325 0.721778 7.64347 0.628052 7.99996 0.628052C8.35646 0.628052 8.70668 0.721778 9.01551 0.899821C9.01588 0.900036 9.01626 0.900251 9.01663 0.900467L14.6784 4.14435C14.679 4.14467 14.6795 4.14498 14.6801 4.1453C14.8897 4.26446 15.064 4.43696 15.1854 4.64529C15.3071 4.85417 15.3713 5.0916 15.3713 5.33335C15.3713 5.57511 15.3071 5.81253 15.1854 6.02142C15.064 6.22975 14.8897 6.40224 14.6801 6.52141C14.6795 6.52172 14.679 6.52204 14.6784 6.52235L12.0954 8.00231L14.6784 9.47768C14.6788 9.47792 14.6793 9.47815 14.6797 9.47839C14.8894 9.59756 15.0639 9.77015 15.1854 9.97862C15.3071 10.1875 15.3713 10.4249 15.3713 10.6667C15.3713 10.9084 15.3071 11.1459 15.1854 11.3547C15.064 11.5631 14.8897 11.7356 14.6801 11.8547C14.6795 11.8551 14.679 11.8554 14.6784 11.8557L9.01663 15.0996C9.0162 15.0998 9.01578 15.1001 9.01536 15.1003C8.70656 15.2783 8.3564 15.372 7.99996 15.372C7.64352 15.372 7.29336 15.2783 6.98457 15.1003C6.98414 15.1001 6.98372 15.0998 6.98329 15.0996L1.32149 11.8557C1.32094 11.8554 1.32038 11.8551 1.31982 11.8547C1.11024 11.7356 0.935897 11.5631 0.814505 11.3547C0.692791 11.1459 0.628662 10.9084 0.628662 10.6667C0.628662 10.4249 0.692791 10.1875 0.814505 9.97862C0.935987 9.77014 1.1105 9.59754 1.32029 9.47837C1.32069 9.47814 1.32109 9.47791 1.32149 9.47768L3.90457 8.00231Z", fill: "currentColor", }), }), - gf = (e) => - kt("svg", { + Cf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.15671 0.816227C7.42146 0.695561 7.70903 0.633118 7.99998 0.633118C8.29096 0.633118 8.57855 0.69557 8.84331 0.816252L14.5669 3.42151C14.8075 3.52862 15.012 3.70297 15.1559 3.92363C15.3006 4.14565 15.3777 4.40498 15.3777 4.67002C15.3777 4.93507 15.3006 5.19439 15.1559 5.41642C15.012 5.63714 14.8073 5.81153 14.5667 5.91863L13.6433 6.33832L14.5599 6.75471C14.8006 6.86181 15.0053 7.03621 15.1492 7.25696C15.2939 7.47899 15.371 7.73831 15.371 8.00336C15.371 8.2684 15.2939 8.52773 15.1492 8.74975C15.0053 8.97048 14.8007 9.14487 14.56 9.25197L13.64 9.67014L14.56 10.0881C14.8007 10.1952 15.0053 10.3696 15.1492 10.5903C15.2939 10.8123 15.371 11.0716 15.371 11.3367C15.371 11.6017 15.2939 11.8611 15.1492 12.0831C15.0053 12.3038 14.8007 12.4782 14.56 12.5853L8.84207 15.1844C8.57855 15.3037 8.2926 15.3654 8.00332 15.3654C7.71404 15.3654 7.42809 15.3037 7.16457 15.1844L1.42217 12.5736C1.18738 12.4632 0.988883 12.2882 0.849826 12.0692C0.710769 11.8502 0.636925 11.5961 0.636925 11.3367C0.636925 11.0773 0.710769 10.8232 0.849826 10.6042C0.988883 10.3851 1.18741 10.2102 1.4222 10.0999L1.42894 10.0967L2.36491 9.66886L1.42217 9.24024C1.18738 9.12987 0.988883 8.95491 0.849826 8.73589C0.710769 8.51687 0.636925 8.26279 0.636925 8.00336C0.636925 7.74392 0.710769 7.48985 0.849826 7.27082C0.988883 7.0518 1.18741 6.87689 1.4222 6.76652L1.42894 6.76335L2.37048 6.33298L1.44626 5.9118C1.20575 5.80468 1.00127 5.63036 0.857442 5.40975C0.712689 5.18773 0.63562 4.9284 0.63562 4.66336C0.63562 4.39831 0.71269 4.13898 0.857442 3.91696C1.00131 3.69629 1.20586 3.52193 1.44645 3.41483L7.15671 0.816227ZM4.05679 7.10145L2.08406 8.00326L4.31269 9.01651C4.33329 9.02473 4.35351 9.03392 4.37327 9.04406L7.74207 10.5757C7.7419 10.5756 7.74224 10.5758 7.74207 10.5757C7.82401 10.6127 7.9134 10.6321 8.00332 10.6321C8.09317 10.6321 8.18199 10.613 8.26388 10.576C8.26365 10.5761 8.26411 10.5759 8.26388 10.576L11.5651 9.07545C11.6197 9.04088 11.6788 9.01406 11.7406 8.99568L13.9237 8.00336L11.9514 7.10739L8.85048 8.5169C8.8502 8.51702 8.85076 8.51677 8.85048 8.5169M11.5497 5.75214L8.27032 7.24277C8.18781 7.2804 8.09734 7.30026 8.00665 7.30026C7.91596 7.30026 7.82633 7.28078 7.74382 7.24315L2.08283 4.66337L7.73659 2.09048C7.8191 2.05285 7.90929 2.03312 7.99998 2.03312C8.09067 2.03312 8.18031 2.05259 8.26282 2.09023L13.9304 4.67L11.7583 5.65733C11.6842 5.67728 11.6137 5.70927 11.5497 5.75214ZM11.9481 10.4392L8.84207 11.851C8.57855 11.9704 8.2926 12.0321 8.00332 12.0321C7.71404 12.0321 7.42809 11.9704 7.16457 11.851L7.1636 11.8506L4.05318 10.4364L2.08406 11.3366L7.74207 13.909C7.7419 13.9089 7.74224 13.9091 7.74207 13.909C7.82401 13.946 7.9134 13.9654 8.00332 13.9654C8.09329 13.9654 8.18223 13.9462 8.26422 13.9092C8.2641 13.9092 8.26433 13.9091 8.26422 13.9092L13.9237 11.3367L11.9481 10.4392ZM4.05679 7.10145L7.16282 8.5169C7.16274 8.51686 7.16289 8.51693 7.16282 8.5169", fill: "currentColor", }), }), - vf = (e) => - kt("svg", { + sf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.15674 0.816227C7.42149 0.695561 7.70906 0.633118 8.00002 0.633118C8.291 0.633118 8.57858 0.69557 8.84335 0.816252L14.5669 3.42151C14.8075 3.52862 15.012 3.70297 15.1559 3.92363C15.3006 4.14565 15.3777 4.40498 15.3777 4.67002C15.3777 4.93507 15.3006 5.19439 15.1559 5.41642C15.012 5.63714 14.8074 5.81153 14.5667 5.91863L8.85052 8.5169C8.85042 8.51694 8.85061 8.51685 8.85052 8.5169C8.58569 8.63764 8.29774 8.70026 8.00668 8.70026C7.71552 8.70026 7.42775 8.63773 7.16285 8.5169L1.44629 5.9118C1.20579 5.80468 1.0013 5.63036 0.857475 5.40975C0.712722 5.18773 0.635653 4.9284 0.635653 4.66336C0.635653 4.39831 0.712722 4.13898 0.857475 3.91696C1.00134 3.69629 1.2059 3.52193 1.44649 3.41482L7.15674 0.816227ZM8.00002 2.03312C7.90933 2.03312 7.8197 2.05259 7.73718 2.09023L2.08287 4.66337L7.74363 7.24304C7.82614 7.28068 7.916 7.30026 8.00668 7.30026C8.09737 7.30026 8.187 7.28078 8.26952 7.24315L13.9304 4.67L8.26335 2.09046C8.18084 2.05282 8.09071 2.03312 8.00002 2.03312ZM0.69588 8.14416C0.855595 7.7921 1.27048 7.63617 1.62254 7.79588L7.73718 10.5698C7.81969 10.6074 7.90933 10.6269 8.00002 10.6269C8.09071 10.6269 8.18034 10.6074 8.26285 10.5698L8.26416 10.5692L14.3775 7.79588C14.7296 7.63617 15.1444 7.7921 15.3042 8.14416C15.4639 8.49623 15.3079 8.91111 14.9559 9.07083L8.84385 11.8436C8.84369 11.8436 8.84401 11.8435 8.84385 11.8436C8.57907 11.9643 8.29101 12.0269 8.00002 12.0269C7.70903 12.0269 7.42143 11.9645 7.15665 11.8438C7.15649 11.8437 7.1568 11.8438 7.15665 11.8438L1.04416 9.07083C0.692094 8.91111 0.536164 8.49623 0.69588 8.14416ZM0.69588 11.4775C0.855595 11.1254 1.27048 10.9695 1.62254 11.1292L7.73718 13.9031C7.81969 13.9408 7.90933 13.9603 8.00002 13.9603C8.09071 13.9603 8.18034 13.9408 8.26285 13.9031L8.26416 13.9025L14.3775 11.1292C14.7296 10.9695 15.1444 11.1254 15.3042 11.4775C15.4639 11.8296 15.3079 12.2444 14.9559 12.4042L8.84385 15.1769C8.84369 15.177 8.84401 15.1768 8.84385 15.1769C8.57907 15.2976 8.29101 15.3603 8.00002 15.3603C7.70903 15.3603 7.42143 15.2978 7.15665 15.1771C7.15649 15.177 7.1568 15.1772 7.15665 15.1771L1.04416 12.4042C0.692094 12.2444 0.536164 11.8296 0.69588 11.4775Z", fill: "currentColor", }), }), - wf = (e) => - kt("svg", { + cf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.70005 2.69999V7.29999H5.96672V2.69999H2.70005ZM1.30005 2.66665C1.30005 1.91187 1.91193 1.29999 2.66672 1.29999H6.00005C6.75484 1.29999 7.36672 1.91187 7.36672 2.66665V7.33332C7.36672 8.08811 6.75484 8.69999 6.00005 8.69999H2.66672C1.91193 8.69999 1.30005 8.08811 1.30005 7.33332V2.66665ZM10.0334 2.69999V4.63332H13.3V2.69999H10.0334ZM8.63338 2.66665C8.63338 1.91187 9.24526 1.29999 10 1.29999H13.3334C14.0882 1.29999 14.7 1.91187 14.7 2.66665V4.66665C14.7 5.42144 14.0882 6.03332 13.3334 6.03332H10C9.24526 6.03332 8.63338 5.42144 8.63338 4.66665V2.66665ZM10.0334 8.69999V13.3H13.3V8.69999H10.0334ZM8.63338 8.66665C8.63338 7.91187 9.24526 7.29999 10 7.29999H13.3334C14.0882 7.29999 14.7 7.91187 14.7 8.66665V13.3333C14.7 14.0881 14.0882 14.7 13.3334 14.7H10C9.24526 14.7 8.63338 14.0881 8.63338 13.3333V8.66665ZM2.70005 11.3667V13.3H5.96672V11.3667H2.70005ZM1.30005 11.3333C1.30005 10.5785 1.91193 9.96665 2.66672 9.96665H6.00005C6.75484 9.96665 7.36672 10.5785 7.36672 11.3333V13.3333C7.36672 14.0881 6.75484 14.7 6.00005 14.7H2.66672C1.91193 14.7 1.30005 14.0881 1.30005 13.3333V11.3333Z", fill: "currentColor", }), }), - Lf = (e) => - kt("svg", { + df = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.70005 2.69999V5.96665H5.96672V2.69999H2.70005ZM1.30005 2.66665C1.30005 1.91187 1.91193 1.29999 2.66672 1.29999H6.00005C6.75484 1.29999 7.36672 1.91187 7.36672 2.66665V5.99999C7.36672 6.75478 6.75484 7.36665 6.00005 7.36665H2.66672C1.91193 7.36665 1.30005 6.75478 1.30005 5.99999V2.66665ZM10.0334 2.69999V5.96665H13.3V2.69999H10.0334ZM8.63338 2.66665C8.63338 1.91187 9.24526 1.29999 10 1.29999H13.3334C14.0882 1.29999 14.7 1.91187 14.7 2.66665V5.99999C14.7 6.75478 14.0882 7.36665 13.3334 7.36665H10C9.24526 7.36665 8.63338 6.75478 8.63338 5.99999V2.66665ZM2.70005 10.0333V13.3H5.96672V10.0333H2.70005ZM1.30005 9.99999C1.30005 9.2452 1.91193 8.63332 2.66672 8.63332H6.00005C6.75484 8.63332 7.36672 9.2452 7.36672 9.99999V13.3333C7.36672 14.0881 6.75484 14.7 6.00005 14.7H2.66672C1.91193 14.7 1.30005 14.0881 1.30005 13.3333V9.99999ZM10.0334 10.0333V13.3H13.3V10.0333H10.0334ZM8.63338 9.99999C8.63338 9.2452 9.24526 8.63332 10 8.63332H13.3334C14.0882 8.63332 14.7 9.2452 14.7 9.99999V13.3333C14.7 14.0881 14.0882 14.7 13.3334 14.7H10C9.24526 14.7 8.63338 14.0881 8.63338 13.3333V9.99999Z", fill: "currentColor", }), }), - bf = (e) => - kt("svg", { + uf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.70005 2.69999V5.96665H5.96672V2.69999H2.70005ZM1.30005 2.66665C1.30005 1.91187 1.91193 1.29999 2.66672 1.29999H6.00005C6.75484 1.29999 7.36672 1.91187 7.36672 2.66665V5.99999C7.36672 6.75478 6.75484 7.36665 6.00005 7.36665H2.66672C1.91193 7.36665 1.30005 6.75478 1.30005 5.99999V2.66665ZM8.63338 2.66665C8.63338 2.28006 8.94678 1.96665 9.33338 1.96665H14C14.3866 1.96665 14.7 2.28006 14.7 2.66665C14.7 3.05325 14.3866 3.36665 14 3.36665H9.33338C8.94678 3.36665 8.63338 3.05325 8.63338 2.66665ZM8.63338 5.99999C8.63338 5.61339 8.94678 5.29999 9.33338 5.29999H14C14.3866 5.29999 14.7 5.61339 14.7 5.99999C14.7 6.38659 14.3866 6.69999 14 6.69999H9.33338C8.94678 6.69999 8.63338 6.38659 8.63338 5.99999ZM2.70005 10.0333V13.3H5.96672V10.0333H2.70005ZM1.30005 9.99999C1.30005 9.2452 1.91193 8.63332 2.66672 8.63332H6.00005C6.75484 8.63332 7.36672 9.2452 7.36672 9.99999V13.3333C7.36672 14.0881 6.75484 14.7 6.00005 14.7H2.66672C1.91193 14.7 1.30005 14.0881 1.30005 13.3333V9.99999ZM8.63338 9.99999C8.63338 9.61339 8.94678 9.29999 9.33338 9.29999H14C14.3866 9.29999 14.7 9.61339 14.7 9.99999C14.7 10.3866 14.3866 10.7 14 10.7H9.33338C8.94678 10.7 8.63338 10.3866 8.63338 9.99999ZM8.63338 13.3333C8.63338 12.9467 8.94678 12.6333 9.33338 12.6333H14C14.3866 12.6333 14.7 12.9467 14.7 13.3333C14.7 13.7199 14.3866 14.0333 14 14.0333H9.33338C8.94678 14.0333 8.63338 13.7199 8.63338 13.3333Z", fill: "currentColor", }), }), - Mf = (e) => - kt("svg", { + pf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.70005 2.69999V13.3H5.96672V2.69999H2.70005ZM1.30005 2.66665C1.30005 1.91187 1.91193 1.29999 2.66672 1.29999H6.00005C6.75484 1.29999 7.36672 1.91187 7.36672 2.66665V13.3333C7.36672 14.0881 6.75484 14.7 6.00005 14.7H2.66672C1.91193 14.7 1.30005 14.0881 1.30005 13.3333V2.66665ZM10.0334 2.69999V5.96665H13.3V2.69999H10.0334ZM8.63338 2.66665C8.63338 1.91187 9.24526 1.29999 10 1.29999H13.3334C14.0882 1.29999 14.7 1.91187 14.7 2.66665V5.99999C14.7 6.75478 14.0882 7.36665 13.3334 7.36665H10C9.24526 7.36665 8.63338 6.75478 8.63338 5.99999V2.66665ZM10.0334 10.0333V13.3H13.3V10.0333H10.0334ZM8.63338 9.99999C8.63338 9.2452 9.24526 8.63332 10 8.63332H13.3334C14.0882 8.63332 14.7 9.2452 14.7 9.99999V13.3333C14.7 14.0881 14.0882 14.7 13.3334 14.7H10C9.24526 14.7 8.63338 14.0881 8.63338 13.3333V9.99999Z", fill: "currentColor", }), }), - Hf = (e) => - kt("svg", { + mf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.70005 2.69999V5.96665H13.3V2.69999H2.70005ZM1.30005 2.66665C1.30005 1.91187 1.91193 1.29999 2.66672 1.29999H13.3334C14.0882 1.29999 14.7 1.91187 14.7 2.66665V5.99999C14.7 6.75478 14.0882 7.36665 13.3334 7.36665H2.66672C1.91193 7.36665 1.30005 6.75478 1.30005 5.99999V2.66665ZM2.70005 10.0333V13.3H5.96672V10.0333H2.70005ZM1.30005 9.99999C1.30005 9.2452 1.91193 8.63332 2.66672 8.63332H6.00005C6.75484 8.63332 7.36672 9.2452 7.36672 9.99999V13.3333C7.36672 14.0881 6.75484 14.7 6.00005 14.7H2.66672C1.91193 14.7 1.30005 14.0881 1.30005 13.3333V9.99999ZM10.0334 10.0333V13.3H13.3V10.0333H10.0334ZM8.63338 9.99999C8.63338 9.2452 9.24526 8.63332 10 8.63332H13.3334C14.0882 8.63332 14.7 9.2452 14.7 9.99999V13.3333C14.7 14.0881 14.0882 14.7 13.3334 14.7H10C9.24526 14.7 8.63338 14.0881 8.63338 13.3333V9.99999Z", fill: "currentColor", }), }), - Ef = (e) => - kt("svg", { + hf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.70005 2.69999V5.96665H13.3V2.69999H2.70005ZM1.30005 2.66665C1.30005 1.91187 1.91193 1.29999 2.66672 1.29999H13.3334C14.0882 1.29999 14.7 1.91187 14.7 2.66665V5.99999C14.7 6.75478 14.0882 7.36665 13.3334 7.36665H2.66672C1.91193 7.36665 1.30005 6.75478 1.30005 5.99999V2.66665ZM2.70005 10.0333V13.3H7.30005V10.0333H2.70005ZM1.30005 9.99999C1.30005 9.2452 1.91193 8.63332 2.66672 8.63332H7.33338C8.08817 8.63332 8.70005 9.2452 8.70005 9.99999V13.3333C8.70005 14.0881 8.08817 14.7 7.33338 14.7H2.66672C1.91193 14.7 1.30005 14.0881 1.30005 13.3333V9.99999ZM11.3667 10.0333V13.3H13.3V10.0333H11.3667ZM9.96672 9.99999C9.96672 9.2452 10.5786 8.63332 11.3334 8.63332H13.3334C14.0882 8.63332 14.7 9.2452 14.7 9.99999V13.3333C14.7 14.0881 14.0882 14.7 13.3334 14.7H11.3334C10.5786 14.7 9.96672 14.0881 9.96672 13.3333V9.99999Z", fill: "currentColor", }), }), - Rf = (e) => - kt("svg", { + ff = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.09495 5.3H5.47848C5.59084 4.26732 5.90682 3.27096 6.40409 2.36747C5.21355 2.89129 4.3294 3.98323 4.09495 5.3ZM8.0001 2.44978C7.40637 3.29613 7.02485 4.27393 6.88856 5.3H9.11268C8.97619 4.27407 8.59415 3.29624 8.0001 2.44978ZM9.11268 6.7C8.97619 7.72593 8.59415 8.70375 8.0001 9.55021C7.40637 8.70387 7.02485 7.72607 6.88856 6.7H9.11268ZM5.47848 6.7H4.09495C4.3294 8.01677 5.21355 9.10871 6.40409 9.63253C5.90682 8.72903 5.59084 7.73268 5.47848 6.7ZM8.70005 11.3214C11.3332 10.9784 13.3667 8.72668 13.3667 6C13.3667 3.03607 10.964 0.633331 8.00005 0.633331C5.03612 0.633331 2.63338 3.03607 2.63338 6C2.63338 8.72668 4.66687 10.9784 7.30005 11.3214V11.4237C6.74018 11.629 6.2957 12.0735 6.09042 12.6333H2.00005C1.61345 12.6333 1.30005 12.9467 1.30005 13.3333C1.30005 13.7199 1.61345 14.0333 2.00005 14.0333H6.09042C6.37573 14.8114 7.12305 15.3667 8.00005 15.3667C8.87705 15.3667 9.62437 14.8114 9.90968 14.0333H14C14.3866 14.0333 14.7 13.7199 14.7 13.3333C14.7 12.9467 14.3866 12.6333 14 12.6333H9.90968C9.70439 12.0735 9.25992 11.629 8.70005 11.4237V11.3214ZM9.59641 9.63235C10.0939 8.72898 10.4103 7.7327 10.5228 6.7H11.9051C11.6707 8.01662 10.7867 9.10846 9.59641 9.63235ZM11.9051 5.3H10.5228C10.4103 4.26729 10.0939 3.27102 9.59641 2.36764C10.7867 2.89153 11.6707 3.98338 11.9051 5.3ZM8.00005 12.7C7.65027 12.7 7.36672 12.9836 7.36672 13.3333C7.36672 13.6831 7.65027 13.9667 8.00005 13.9667C8.34983 13.9667 8.63338 13.6831 8.63338 13.3333C8.63338 12.9836 8.34983 12.7 8.00005 12.7Z", fill: "currentColor", }), }), - yf = (e) => - kt("svg", { + gf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.7417 0.63735C12.9786 0.662912 13.1862 0.807179 13.2927 1.02026C13.9818 2.3984 14.7 3.96491 14.7 6.66664C14.7 10.7322 11.1877 14.0328 7.33413 14.0333C5.98837 14.0371 4.6903 13.5351 3.69722 12.6268C3.39295 12.3485 3.12413 12.0383 2.89424 11.7033C2.32854 12.2983 2.0333 13.0941 2.0333 14C2.0333 14.3866 1.7199 14.7 1.3333 14.7C0.946701 14.7 0.633301 14.3866 0.633301 14C0.633301 12.5405 1.20725 11.269 2.24006 10.3998C2.1007 9.99147 2.01007 9.56476 1.97239 9.12826C1.85659 7.78702 2.24912 6.45125 3.0721 5.38587C3.8935 4.32255 5.08383 3.60611 6.40776 3.37795C8.31753 3.0093 9.43887 2.75146 10.2475 2.40232C11.0085 2.07374 11.5059 1.65754 12.1217 0.893882C12.2713 0.70844 12.5049 0.611788 12.7417 0.63735ZM4.05713 10.9236C4.22515 11.1664 4.42095 11.3915 4.64207 11.5937C5.37632 12.2653 6.33615 12.6363 7.33118 12.6333L7.3333 12.6333C10.4394 12.6333 13.3 9.93415 13.3 6.66664C13.3 4.83816 12.9404 3.62427 12.4831 2.57817C11.9999 3.04172 11.4783 3.39579 10.8025 3.68763C9.82873 4.10806 8.55184 4.39001 6.66594 4.75396L6.65118 4.75664C5.67035 4.92421 4.78833 5.45428 4.18003 6.24173C3.57174 7.02918 3.28161 8.01649 3.3672 9.00784C3.386 9.22562 3.42263 9.4401 3.47613 9.64934C3.81853 9.5049 4.18839 9.3917 4.58378 9.31335M4.05713 10.9236C4.3024 10.8232 4.56889 10.7435 4.85602 10.6866L4.85616 10.6866C5.74884 10.5095 6.63511 10.1463 7.37938 9.74673C8.1182 9.35012 8.76429 8.89227 9.16161 8.49495C9.43498 8.22158 9.43498 7.77837 9.16161 7.505C8.88824 7.23163 8.44503 7.23163 8.17166 7.505C7.90231 7.77435 7.38174 8.1565 6.71722 8.51322C6.0582 8.867 5.30452 9.17038 4.58391 9.31332M7.33413 14.0333C7.33385 14.0333 7.33358 14.0333 7.3333 14.0333V13.3333L7.33542 14.0333C7.33499 14.0333 7.33456 14.0333 7.33413 14.0333Z", fill: "currentColor", }), }), - Vf = (e) => - kt("svg", { + vf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.30439 0.713377C8.8126 0.593711 9.34309 0.607248 9.84454 0.752677C10.139 0.838066 10.4175 0.967228 10.6713 1.13483C11.1579 0.820669 11.7285 0.649855 12.3166 0.649855C12.715 0.649855 13.1094 0.728317 13.4775 0.880762C13.8455 1.03321 14.1799 1.25665 14.4616 1.53833C14.7433 1.82001 14.9667 2.15442 15.1192 2.52245C15.2716 2.89049 15.3501 3.28495 15.3501 3.68331C15.3501 4.08166 15.2716 4.47612 15.1192 4.84416C15.0491 5.01338 14.964 5.17549 14.8651 5.32864C15.0327 5.58241 15.1619 5.86096 15.2473 6.15539C15.3927 6.65684 15.4062 7.18733 15.2866 7.69554C15.1669 8.20374 14.9181 8.67246 14.5642 9.05633C14.3788 9.25742 14.1679 9.43166 13.9376 9.57507C14.0175 9.88418 14.0485 10.2055 14.028 10.5272C13.9917 11.0972 13.7951 11.6454 13.461 12.1086C13.1269 12.5719 12.6687 12.9314 12.1393 13.1458C11.8009 13.2828 11.4422 13.357 11.0805 13.3665C10.9423 13.6819 10.7561 13.9755 10.5274 14.2361C10.165 14.6492 9.707 14.9673 9.19337 15.1627C8.67974 15.358 8.12611 15.4246 7.5808 15.3568C7.03549 15.2889 6.51508 15.0886 6.065 14.7733C6.03803 14.7544 6.01242 14.7336 5.98837 14.7111C5.44293 14.2008 4.72751 13.9122 3.9818 13.9004C3.26752 14.0122 2.79498 14.3918 2.10056 14.9497C1.99506 15.0345 1.88445 15.1234 1.76708 15.216C1.48784 15.4365 1.0876 15.4125 0.836789 15.1601C0.585974 14.9077 0.564381 14.5073 0.786599 14.2295C0.849121 14.1513 0.909711 14.0761 0.968325 14.0033C1.57806 13.2463 1.97401 12.7547 2.10851 11.9573C2.14858 11.6825 2.08513 11.3823 1.9187 11.0277C1.74971 10.6677 1.50621 10.3144 1.23693 9.92374L1.22693 9.90922C0.917537 9.45992 0.721791 8.94192 0.656865 8.40027C0.591938 7.85863 0.659606 7.30932 0.854044 6.79962C1.04848 6.28992 1.36387 5.83511 1.77305 5.47433C2.03095 5.24693 2.32125 5.06118 2.63337 4.92259C2.64253 4.55985 2.71674 4.2 2.85417 3.8606C3.06855 3.33119 3.42805 2.87306 3.8913 2.53894C4.35454 2.20482 4.90271 2.00827 5.47272 1.97193C5.79445 1.95142 6.11575 1.98241 6.42486 2.06231C6.56827 1.83206 6.74251 1.62113 6.9436 1.43575C7.32747 1.08186 7.79619 0.833043 8.30439 0.713377ZM9.45458 2.09727C9.18457 2.01896 8.89892 2.01167 8.62527 2.07611C8.35162 2.14054 8.09923 2.27452 7.89253 2.46508C7.68583 2.65563 7.53182 2.89632 7.44539 3.16384C7.38139 3.36195 7.23251 3.5213 7.0392 3.5986C6.84588 3.6759 6.62818 3.66314 6.44522 3.56378C6.17495 3.41701 5.86874 3.34952 5.56181 3.36909C5.25488 3.38866 4.95971 3.49449 4.71027 3.6744C4.46083 3.85432 4.26725 4.101 4.15182 4.38607C4.03638 4.67114 4.00378 4.983 4.05776 5.28578C4.12263 5.64968 3.89339 6.0013 3.53426 6.08876C3.22463 6.16417 2.93797 6.31368 2.69894 6.52443C2.45991 6.73519 2.27568 7.00087 2.1621 7.29861C2.04852 7.59636 2.00899 7.91724 2.04691 8.23365C2.08483 8.54996 2.19902 8.85232 2.37965 9.11472M12.3166 2.04985C11.8834 2.04985 11.4679 2.22195 11.1616 2.52828C11.0294 2.66045 10.8499 2.73427 10.663 2.7333C10.4761 2.73232 10.2973 2.65664 10.1665 2.5231C9.96981 2.32225 9.72459 2.17558 9.45458 2.09727M12.3166 2.04985C12.5311 2.04985 12.7435 2.09211 12.9417 2.17419L12.3166 2.04985ZM12.9417 2.17419C13.1399 2.25628 13.32 2.3766 13.4716 2.52828L12.9417 2.17419ZM13.4716 2.52828C13.6233 2.67996 13.7436 2.86003 13.8257 3.05821L13.4716 2.52828ZM13.8257 3.05821C13.9078 3.25639 13.9501 3.4688 13.9501 3.68331L13.8257 3.05821ZM13.9501 3.68331C13.9501 3.89782 13.9078 4.11022 13.8257 4.3084L13.9501 3.68331ZM11.8283 4.17167C12.1016 4.44503 12.1016 4.88825 11.8283 5.16161L4.4586 12.5313C5.3667 12.6401 6.22286 13.0296 6.90423 13.6513C7.15873 13.8213 7.44959 13.9296 7.75371 13.9675C8.07226 14.0071 8.39567 13.9682 8.69571 13.8541C8.99575 13.74 9.2633 13.5542 9.47499 13.3129C9.68669 13.0716 9.8361 12.7821 9.91019 12.4698C9.99587 12.1085 10.3487 11.877 10.7141 11.9422C11.0169 11.9962 11.3288 11.9635 11.6139 11.8481C11.8989 11.7327 12.1456 11.5391 12.3255 11.2897C12.5054 11.0402 12.6113 10.7451 12.6308 10.4381C12.6504 10.1312 12.5829 9.82498 12.4361 9.55471C12.3368 9.37175 12.324 9.15405 12.4013 8.96074C12.4786 8.76742 12.638 8.61855 12.8361 8.55454C13.1036 8.46811 13.3443 8.3141 13.5349 8.1074C13.7254 7.9007 13.8594 7.64831 13.9238 7.37466C13.9883 7.10101 13.981 6.81536 13.9027 6.54535C13.8244 6.27534 13.6777 6.03012 13.4768 5.83341C13.3433 5.70262 13.2676 5.52386 13.2666 5.33695C13.2657 5.15004 13.3395 4.9705 13.4716 4.83833C13.6233 4.68665 13.7436 4.50658 13.8257 4.3084M3.50433 11.5057L10.8383 4.17167C11.1117 3.8983 11.5549 3.8983 11.8283 4.17167M3.50433 11.5057C3.46151 11.1153 3.33692 10.7543 3.18605 10.4329C2.96683 9.96584 2.66497 9.5283 2.4153 9.16641C2.40335 9.14909 2.39135 9.13169 2.37965 9.11472", fill: "currentColor", }), }), - Sf = (e) => - kt("svg", { + wf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.70005 2.69999V13.3H3.96672V2.69999H2.70005ZM2.66672 1.29999C1.91193 1.29999 1.30005 1.91187 1.30005 2.66665V13.3333C1.30005 14.0881 1.91193 14.7 2.66672 14.7H6.66672C7.4215 14.7 8.03338 14.0881 8.03338 13.3333V7.20759L10.4085 13.7715C10.4111 13.7788 10.4139 13.7861 10.4168 13.7933C10.6737 14.4357 11.4486 14.874 12.1828 14.5874L13.442 14.1235L13.46 14.1166C14.1018 13.8599 14.5398 13.0864 14.255 12.3528L10.5916 2.22848C10.589 2.22117 10.5862 2.2139 10.5833 2.20668C10.3264 1.56427 9.55153 1.12598 8.81731 1.41255L7.7332 1.81195C7.48273 1.49982 7.09806 1.29999 6.66672 1.29999H2.66672ZM5.36672 2.69999V13.3H6.63338V2.69999H5.36672ZM8.06542 3.18155L11.715 13.2678L12.9347 12.8184L9.28505 2.73221L8.06542 3.18155ZM9.32669 2.71659C9.32561 2.71702 9.32455 2.71743 9.32349 2.71782L9.32669 2.71659Z", fill: "currentColor", }), }), - Tf = (e) => - kt("svg", { + Lf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 1.96667C3.05327 1.96667 3.36667 2.28008 3.36667 2.66667V13.3333C3.36667 13.7199 3.05327 14.0333 2.66667 14.0333C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333V2.66667C1.96667 2.28008 2.28008 1.96667 2.66667 1.96667ZM10.4744 3.32694C10.8461 3.22073 11.2335 3.43598 11.3397 3.8077L14.0064 13.141C14.1126 13.5128 13.8974 13.9002 13.5256 14.0064C13.1539 14.1126 12.7665 13.8974 12.6603 13.5256L9.99361 4.19231C9.8874 3.82059 10.1026 3.43315 10.4744 3.32694ZM8.00001 3.30001C8.38661 3.30001 8.70001 3.61341 8.70001 4.00001V13.3333C8.70001 13.7199 8.38661 14.0333 8.00001 14.0333C7.61341 14.0333 7.30001 13.7199 7.30001 13.3333V4.00001C7.30001 3.61341 7.61341 3.30001 8.00001 3.30001ZM5.33334 4.63334C5.71994 4.63334 6.03334 4.94674 6.03334 5.33334V13.3333C6.03334 13.7199 5.71994 14.0333 5.33334 14.0333C4.94674 14.0333 4.63334 13.7199 4.63334 13.3333V5.33334C4.63334 4.94674 4.94674 4.63334 5.33334 4.63334Z", fill: "currentColor", }), }), - Nf = (e) => - kt("svg", { + bf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.31488 4.30489C2.51232 5.32108 2.0333 6.60461 2.0333 8.00003C2.0333 9.39544 2.51232 10.679 3.31488 11.6952L5.17614 9.8339C4.83279 9.30629 4.6333 8.67645 4.6333 8.00003C4.6333 7.3236 4.83279 6.69377 5.17614 6.16615L3.31488 4.30489ZM4.30483 3.31494L6.16609 5.1762C6.69371 4.83285 7.32354 4.63336 7.99997 4.63336C8.67639 4.63336 9.30622 4.83285 9.83384 5.1762L11.6951 3.31494C10.6789 2.51238 9.39538 2.03336 7.99997 2.03336C6.60455 2.03336 5.32102 2.51238 4.30483 3.31494ZM12.6851 4.30489L10.8238 6.16615C11.1671 6.69377 11.3666 7.3236 11.3666 8.00003C11.3666 8.67645 11.1671 9.30629 10.8238 9.8339L12.6851 11.6952C13.4876 10.679 13.9666 9.39544 13.9666 8.00003C13.9666 6.60461 13.4876 5.32108 12.6851 4.30489ZM11.6951 12.6851L9.83384 10.8239C9.30622 11.1672 8.67639 11.3667 7.99997 11.3667C7.32354 11.3667 6.69371 11.1672 6.16609 10.8239L4.30483 12.6851C5.32102 13.4877 6.60455 13.9667 7.99997 13.9667C9.39538 13.9667 10.6789 13.4877 11.6951 12.6851ZM0.633301 8.00003C0.633301 3.93153 3.93147 0.633362 7.99997 0.633362C12.0685 0.633362 15.3666 3.93153 15.3666 8.00003C15.3666 12.0685 12.0685 15.3667 7.99997 15.3667C3.93147 15.3667 0.633301 12.0685 0.633301 8.00003ZM7.99997 6.03336C6.91381 6.03336 6.0333 6.91387 6.0333 8.00003C6.0333 9.08619 6.91381 9.96669 7.99997 9.96669C9.08613 9.96669 9.96663 9.08619 9.96663 8.00003C9.96663 6.91387 9.08613 6.03336 7.99997 6.03336Z", fill: "currentColor", }), }), - xf = (e) => - kt("svg", { + Mf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 3.36667C6.91998 3.36667 6.03338 4.25327 6.03338 5.33334V7.30001H6.66672C7.05331 7.30001 7.36672 7.61341 7.36672 8.00001C7.36672 8.38661 7.05331 8.70001 6.66672 8.70001H6.03338V12.6333H6.66672C7.05331 12.6333 7.36672 12.9467 7.36672 13.3333C7.36672 13.7199 7.05331 14.0333 6.66672 14.0333H4.00005C3.61345 14.0333 3.30005 13.7199 3.30005 13.3333C3.30005 12.9467 3.61345 12.6333 4.00005 12.6333H4.63338V8.70001H4.00005C3.61345 8.70001 3.30005 8.38661 3.30005 8.00001C3.30005 7.61341 3.61345 7.30001 4.00005 7.30001H4.63338V5.33334C4.63338 3.48008 6.14678 1.96667 8.00005 1.96667C9.2562 1.96667 10.3496 2.63852 10.938 3.6473C11.1328 3.98123 11.02 4.40986 10.6861 4.60465C10.3522 4.79945 9.92353 4.68665 9.72874 4.35272C9.38386 3.76149 8.7439 3.36667 8.00005 3.36667ZM8.63338 8.00001C8.63338 7.61341 8.94678 7.30001 9.33338 7.30001H10.6667C11.0533 7.30001 11.3667 7.61341 11.3667 8.00001V12.6333H12C12.3866 12.6333 12.7 12.9467 12.7 13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333H9.33338C8.94678 14.0333 8.63338 13.7199 8.63338 13.3333C8.63338 12.9467 8.94678 12.6333 9.33338 12.6333H9.96672V8.70001H9.33338C8.94678 8.70001 8.63338 8.38661 8.63338 8.00001Z", fill: "currentColor", }), }), - _f = (e) => - kt("svg", { + Hf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.67665 2.00996C5.55807 1.12854 6.75353 0.633362 8.00005 0.633362C9.24657 0.633362 10.442 1.12854 11.3235 2.00996C12.2049 2.89138 12.7 4.08684 12.7 5.33336C12.7 6.36695 12.3051 7.42561 11.483 8.17372C11.0042 8.65449 10.7805 9.00049 10.6865 9.47064C10.6106 9.84973 10.2419 10.0956 9.86277 10.0198C9.48368 9.94395 9.23782 9.57517 9.31364 9.19608C9.4855 8.33682 9.92547 7.75133 10.5051 7.17172C10.5138 7.16304 10.5227 7.1546 10.5318 7.14639C11.0331 6.69523 11.3 6.02698 11.3 5.33336C11.3 4.45815 10.9524 3.61878 10.3335 2.99991C9.71463 2.38104 8.87526 2.03336 8.00005 2.03336C7.12483 2.03336 6.28547 2.38104 5.6666 2.99991C5.04773 3.61878 4.70005 4.45815 4.70005 5.33336C4.70005 5.863 4.79043 6.46712 5.49502 7.17172C6.00105 7.67775 6.51342 8.33089 6.68646 9.19608C6.76227 9.57517 6.51642 9.94395 6.13733 10.0198C5.75824 10.0956 5.38946 9.84973 5.31364 9.47064C5.22001 9.0025 4.93238 8.58897 4.50507 8.16167C3.47634 7.13293 3.30005 6.13705 3.30005 5.33336C3.30005 4.08684 3.79523 2.89138 4.67665 2.00996ZM5.30005 12C5.30005 11.6134 5.61345 11.3 6.00005 11.3H10C10.3866 11.3 10.7 11.6134 10.7 12C10.7 12.3866 10.3866 12.7 10 12.7H6.00005C5.61345 12.7 5.30005 12.3866 5.30005 12ZM5.96672 14.6667C5.96672 14.2801 6.28012 13.9667 6.66672 13.9667H9.33338C9.71998 13.9667 10.0334 14.2801 10.0334 14.6667C10.0334 15.0533 9.71998 15.3667 9.33338 15.3667H6.66672C6.28012 15.3667 5.96672 15.0533 5.96672 14.6667Z", fill: "currentColor", }), }), - Af = (e) => - kt("svg", { + Ef = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838387C1.11169 0.56502 1.55491 0.56502 1.82828 0.838387L4.68353 3.69364C4.69117 3.70094 4.69862 3.7084 4.7059 3.71601L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8882 15.435 14.445 15.435 14.1717 15.1617L4.69896 5.68897C4.70879 5.76015 4.72182 5.83106 4.73808 5.90149C4.84895 6.38192 5.10431 6.81686 5.4698 7.1478C5.47838 7.15556 5.48676 7.16354 5.49494 7.17172C6.00097 7.67775 6.51334 8.33089 6.68637 9.19608C6.76219 9.57517 6.51634 9.94395 6.13725 10.0198C5.75816 10.0956 5.38938 9.84973 5.31356 9.47064C5.22076 9.00664 4.93737 8.59629 4.5163 8.173C3.94617 7.65167 3.54771 6.96935 3.37393 6.21629C3.23457 5.61239 3.24502 4.98605 3.4011 4.39111L0.838326 1.82834C0.564959 1.55497 0.564959 1.11175 0.838326 0.838387ZM7.79074 0.645342C8.63762 0.607603 9.47894 0.799615 10.2256 1.20104C10.9722 1.60247 11.5964 2.19836 12.032 2.9256C12.4676 3.65284 12.6984 4.48436 12.7 5.33208L12.7 5.33336C12.7 6.29764 12.3751 7.19836 11.7232 7.93175C11.4663 8.2207 11.0239 8.24672 10.7349 7.98988C10.446 7.73304 10.4199 7.29059 10.6768 7.00164C11.0914 6.53521 11.2998 5.96951 11.3 5.3341C11.2988 4.73908 11.1367 4.15545 10.831 3.64499C10.5251 3.13437 10.0869 2.71598 9.56264 2.43413C9.03839 2.15227 8.44768 2.01746 7.85306 2.04395C7.25845 2.07045 6.68206 2.25728 6.18497 2.58464C5.86209 2.79727 5.42798 2.7079 5.21535 2.38503C5.00272 2.06216 5.09209 1.62804 5.41497 1.41541C6.12295 0.949167 6.94386 0.683082 7.79074 0.645342ZM5.29997 12C5.29997 11.6134 5.61337 11.3 5.99997 11.3H9.99997C10.3866 11.3 10.7 11.6134 10.7 12C10.7 12.3866 10.3866 12.7 9.99997 12.7H5.99997C5.61337 12.7 5.29997 12.3866 5.29997 12ZM6.66663 15.3667C6.28003 15.3667 5.96663 15.0533 5.96663 14.6667C5.96663 14.2801 6.28003 13.9667 6.66663 13.9667H9.3333C9.7199 13.9667 10.0333 14.2801 10.0333 14.6667C10.0333 15.0533 9.7199 15.3667 9.3333 15.3667H6.66663Z", fill: "currentColor", }), }), - Zf = (e) => - kt("svg", { + Rf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 1.29999C2.38665 1.29999 2.70005 1.61339 2.70005 1.99999V13.3H14C14.3866 13.3 14.7 13.6134 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V1.99999C1.30005 1.61339 1.61345 1.29999 2.00005 1.29999ZM13.1617 5.50501C13.4351 5.77838 13.4351 6.2216 13.1617 6.49496L9.82836 9.8283C9.55499 10.1017 9.11177 10.1017 8.83841 9.8283L6.66672 7.6566L5.16169 9.16163C4.88832 9.435 4.44511 9.435 4.17174 9.16163C3.89837 8.88826 3.89837 8.44505 4.17174 8.17168L6.17174 6.17168C6.44511 5.89831 6.88832 5.89831 7.16169 6.17168L9.33338 8.34337L12.1717 5.50501C12.4451 5.23165 12.8883 5.23165 13.1617 5.50501Z", fill: "currentColor", }), }), - If = (e) => - kt("svg", { + yf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66663 5.36667C3.96823 5.36667 3.29843 5.64411 2.80459 6.13796C2.31074 6.63181 2.0333 7.3016 2.0333 8.00001C2.0333 8.69841 2.31074 9.36821 2.80459 9.86206C3.29843 10.3559 3.96823 10.6333 4.66663 10.6333H5.99997C6.38657 10.6333 6.69997 10.9467 6.69997 11.3333C6.69997 11.7199 6.38657 12.0333 5.99997 12.0333H4.66663C3.59693 12.0333 2.57103 11.6084 1.81464 10.852C1.05824 10.0956 0.633301 9.06971 0.633301 8.00001C0.633301 6.9303 1.05824 5.90441 1.81464 5.14801C2.57103 4.39161 3.59693 3.96667 4.66663 3.96667H5.99997C6.38657 3.96667 6.69997 4.28008 6.69997 4.66667C6.69997 5.05327 6.38657 5.36667 5.99997 5.36667H4.66663ZM9.29997 4.66667C9.29997 4.28008 9.61337 3.96667 9.99997 3.96667H11.3333C12.403 3.96667 13.4289 4.39161 14.1853 5.14801C14.9417 5.90441 15.3666 6.9303 15.3666 8.00001C15.3666 9.06971 14.9417 10.0956 14.1853 10.852C13.4289 11.6084 12.403 12.0333 11.3333 12.0333H9.99997C9.61337 12.0333 9.29997 11.7199 9.29997 11.3333C9.29997 10.9467 9.61337 10.6333 9.99997 10.6333H11.3333C12.0317 10.6333 12.7015 10.3559 13.1953 9.86206C13.6892 9.36821 13.9666 8.69841 13.9666 8.00001C13.9666 7.3016 13.6892 6.63181 13.1953 6.13796C12.7015 5.64411 12.0317 5.36667 11.3333 5.36667H9.99997C9.61337 5.36667 9.29997 5.05327 9.29997 4.66667ZM4.6333 8.00001C4.6333 7.61341 4.9467 7.30001 5.3333 7.30001H10.6666C11.0532 7.30001 11.3666 7.61341 11.3666 8.00001C11.3666 8.38661 11.0532 8.70001 10.6666 8.70001H5.3333C4.9467 8.70001 4.6333 8.38661 4.6333 8.00001Z", fill: "currentColor", }), }), - kf = (e) => - kt("svg", { + Vf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838387C1.11169 0.56502 1.55491 0.56502 1.82828 0.838387L5.16137 4.17148C5.16153 4.17164 5.16169 4.1718 5.16185 4.17196L8.49459 7.50471C8.49483 7.50494 8.49506 7.50517 8.49529 7.5054L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8882 15.435 14.445 15.435 14.1717 15.1617L7.71002 8.70003H5.3333C4.9467 8.70003 4.6333 8.38663 4.6333 8.00003C4.6333 7.61343 4.9467 7.30003 5.3333 7.30003H6.31002L4.39113 5.38114C3.79399 5.44394 3.23306 5.70951 2.80459 6.13798C2.31074 6.63183 2.0333 7.30162 2.0333 8.00003C2.0333 8.69843 2.31074 9.36823 2.80459 9.86208C3.29843 10.3559 3.96823 10.6334 4.66663 10.6334H5.99997C6.38657 10.6334 6.69997 10.9468 6.69997 11.3334C6.69997 11.72 6.38657 12.0334 5.99997 12.0334H4.66663C3.59693 12.0334 2.57103 11.6084 1.81464 10.852C1.05824 10.0956 0.633301 9.06973 0.633301 8.00003C0.633301 6.93032 1.05824 5.90443 1.81464 5.14803C2.22255 4.74011 2.70885 4.4286 3.23813 4.22814L0.838326 1.82834C0.564959 1.55497 0.564959 1.11175 0.838326 0.838387ZM9.29997 4.66669C9.29997 4.2801 9.61337 3.9667 9.99997 3.9667H11.3333C12.0823 3.9667 12.8166 4.17528 13.4538 4.56907C14.0909 4.96286 14.6058 5.52631 14.9408 6.19627C15.2758 6.86623 15.4176 7.61623 15.3503 8.36224C15.2831 9.10826 15.0094 9.8208 14.56 10.42C14.328 10.7293 13.8892 10.792 13.58 10.56C13.2707 10.3281 13.208 9.88931 13.44 9.58003C13.7334 9.18879 13.9121 8.72358 13.956 8.23652C13.9999 7.74945 13.9073 7.25978 13.6886 6.82237C13.4699 6.38495 13.1337 6.01709 12.7177 5.75998C12.3017 5.50288 11.8223 5.36669 11.3333 5.36669H9.99997C9.61337 5.36669 9.29997 5.05329 9.29997 4.66669Z", fill: "currentColor", }), }), - Of = (e) => - kt("svg", { + Tf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 2.03336C2.31689 2.03336 2.03334 2.31691 2.03334 2.6667C2.03334 3.01648 2.31689 3.30003 2.66667 3.30003C3.01645 3.30003 3.3 3.01648 3.3 2.6667C3.3 2.31691 3.01645 2.03336 2.66667 2.03336ZM0.633335 2.6667C0.633335 1.54372 1.54369 0.633362 2.66667 0.633362C3.78965 0.633362 4.7 1.54372 4.7 2.6667C4.7 3.78967 3.78965 4.70003 2.66667 4.70003C1.54369 4.70003 0.633335 3.78967 0.633335 2.6667ZM10.6667 6.03336C9.79145 6.03336 8.95209 6.38104 8.33322 6.99991C7.71435 7.61878 7.36667 8.45815 7.36667 9.33336V13.3H8.63333V9.33336C8.63333 8.79409 8.84756 8.2769 9.22888 7.89558C9.61021 7.51425 10.1274 7.30003 10.6667 7.30003C11.2059 7.30003 11.7231 7.51425 12.1045 7.89558C12.4858 8.2769 12.7 8.79409 12.7 9.33336V13.3H13.9667V9.33336C13.9667 8.45815 13.619 7.61878 13.0001 6.99991C12.3813 6.38104 11.5419 6.03336 10.6667 6.03336ZM7.34327 6.00996C8.22469 5.12854 9.42015 4.63336 10.6667 4.63336C11.9132 4.63336 13.1086 5.12854 13.9901 6.00996C14.8715 6.89138 15.3667 8.08684 15.3667 9.33336V14C15.3667 14.3866 15.0533 14.7 14.6667 14.7H12C11.6134 14.7 11.3 14.3866 11.3 14V9.33336C11.3 9.16539 11.2333 9.0043 11.1145 8.88553C10.9957 8.76675 10.8346 8.70003 10.6667 8.70003C10.4987 8.70003 10.3376 8.76675 10.2188 8.88553C10.1001 9.0043 10.0333 9.16539 10.0333 9.33336V14C10.0333 14.3866 9.71993 14.7 9.33333 14.7H6.66667C6.28007 14.7 5.96667 14.3866 5.96667 14V9.33336C5.96667 8.08684 6.46185 6.89138 7.34327 6.00996ZM0.633335 6.00003C0.633335 5.61343 0.946736 5.30003 1.33334 5.30003H4C4.3866 5.30003 4.7 5.61343 4.7 6.00003V14C4.7 14.3866 4.3866 14.7 4 14.7H1.33334C0.946736 14.7 0.633335 14.3866 0.633335 14V6.00003ZM2.03334 6.70003V13.3H3.3V6.70003H2.03334Z", fill: "currentColor", }), }), - Bf = (e) => - kt("svg", { + Sf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.49364 1.80982C9.25434 1.07511 10.2732 0.668575 11.3307 0.677765C12.3882 0.686954 13.3998 1.11114 14.1476 1.85895C14.8955 2.60676 15.3196 3.61837 15.3288 4.6759C15.338 5.73343 14.9315 6.75225 14.1968 7.51295L14.1883 7.5217L12.1883 9.52154C12.1883 9.52157 12.1884 9.52151 12.1883 9.52154C11.7795 9.93053 11.2873 10.2469 10.7455 10.449C10.2036 10.6512 9.62458 10.7344 9.0477 10.6931C8.47082 10.6518 7.90957 10.4869 7.40202 10.2096C6.89447 9.93228 6.45249 9.54907 6.10607 9.08594C5.8745 8.77636 5.93774 8.33768 6.24732 8.10612C6.5569 7.87455 6.99558 7.93779 7.22714 8.24737C7.45332 8.54974 7.74188 8.79994 8.07326 8.98098C8.40463 9.16203 8.77107 9.26969 9.14771 9.29666C9.52435 9.32364 9.90239 9.26929 10.2562 9.13732C10.61 9.00534 10.9312 8.79882 11.1982 8.53177L13.1937 6.53623C13.6709 6.04002 13.9349 5.3766 13.9289 4.68806C13.9229 3.99761 13.6459 3.33714 13.1577 2.8489C12.6695 2.36066 12.009 2.08371 11.3185 2.07771C10.6297 2.07173 9.96594 2.33592 9.46965 2.81353L8.3268 3.94973C8.05264 4.2223 7.60942 4.22101 7.33686 3.94685C7.06429 3.67269 7.06558 3.22947 7.33974 2.9569L8.49364 1.80982ZM5.25439 5.55094C5.79627 5.3488 6.37529 5.26557 6.95218 5.30688C7.52906 5.3482 8.09031 5.5131 8.59786 5.7904C9.10541 6.06769 9.54738 6.4509 9.89381 6.91403C10.1254 7.22361 10.0621 7.66229 9.75256 7.89385C9.44298 8.12542 9.0043 8.06218 8.77274 7.7526C8.54656 7.45023 8.25799 7.20003 7.92662 7.01899C7.59524 6.83794 7.22881 6.73028 6.85217 6.70331C6.47552 6.67633 6.09749 6.73068 5.74369 6.86265C5.3899 6.99463 5.06863 7.20115 4.80167 7.4682L2.80613 9.46374C2.32896 9.95995 2.06501 10.6234 2.071 11.3119C2.077 12.0024 2.35394 12.6628 2.84218 13.1511C3.33043 13.6393 3.9909 13.9163 4.68135 13.9223C5.36989 13.9282 6.0333 13.6643 6.52951 13.1871L7.66496 12.0517C7.93833 11.7783 8.38155 11.7783 8.65491 12.0517C8.92828 12.325 8.92828 12.7683 8.65491 13.0416L7.50631 14.1902C6.74561 14.9249 5.72671 15.3314 4.66918 15.3222C3.61166 15.313 2.60005 14.8888 1.85223 14.141C1.10442 13.3932 0.680241 12.3816 0.671051 11.3241C0.661861 10.2665 1.0684 9.24772 1.8031 8.48702L1.81156 8.47827L3.81154 6.47843C3.81151 6.47846 3.81157 6.4784 3.81154 6.47843C4.22041 6.06944 4.71254 5.75307 5.25439 5.55094Z", fill: "currentColor", }), }), - Df = (e) => - kt("svg", { + Nf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.49497 2.83839C6.76834 3.11175 6.76834 3.55497 6.49497 3.82834L3.82831 6.495C3.55494 6.76837 3.11172 6.76837 2.83836 6.495L1.50502 5.16167C1.23166 4.8883 1.23166 4.44509 1.50502 4.17172C1.77839 3.89835 2.22161 3.89835 2.49497 4.17172L3.33333 5.01008L5.50502 2.83839C5.77839 2.56502 6.22161 2.56502 6.49497 2.83839ZM7.96667 4.00003C7.96667 3.61343 8.28007 3.30003 8.66667 3.30003H14C14.3866 3.30003 14.7 3.61343 14.7 4.00003C14.7 4.38663 14.3866 4.70003 14 4.70003H8.66667C8.28007 4.70003 7.96667 4.38663 7.96667 4.00003ZM7.96667 8.00003C7.96667 7.61343 8.28007 7.30003 8.66667 7.30003H14C14.3866 7.30003 14.7 7.61343 14.7 8.00003C14.7 8.38663 14.3866 8.70003 14 8.70003H8.66667C8.28007 8.70003 7.96667 8.38663 7.96667 8.00003ZM6.49497 9.50505C6.76834 9.77842 6.76834 10.2216 6.49497 10.495L3.82831 13.1617C3.55494 13.435 3.11172 13.435 2.83836 13.1617L1.50502 11.8283C1.23166 11.555 1.23166 11.1118 1.50502 10.8384C1.77839 10.565 2.22161 10.565 2.49497 10.8384L3.33333 11.6767L5.50502 9.50505C5.77839 9.23169 6.22161 9.23169 6.49497 9.50505ZM7.96667 12C7.96667 11.6134 8.28007 11.3 8.66667 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H8.66667C8.28007 12.7 7.96667 12.3866 7.96667 12Z", fill: "currentColor", }), }), - Pf = (e) => - kt("svg", { + xf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.50503 2.83839C1.7784 2.56502 2.22161 2.56502 2.49498 2.83839L4.16164 4.50505C4.29292 4.63633 4.36667 4.81438 4.36667 5.00003C4.36667 5.18568 4.29292 5.36373 4.16164 5.495L2.49498 7.16167C2.22161 7.43504 1.7784 7.43504 1.50503 7.16167C1.23166 6.8883 1.23166 6.44509 1.50503 6.17172L2.67672 5.00003L1.50503 3.82834C1.23166 3.55497 1.23166 3.11175 1.50503 2.83839ZM5.96667 4.00003C5.96667 3.61343 6.28007 3.30003 6.66667 3.30003H14C14.3866 3.30003 14.7 3.61343 14.7 4.00003C14.7 4.38663 14.3866 4.70003 14 4.70003H6.66667C6.28007 4.70003 5.96667 4.38663 5.96667 4.00003ZM5.96667 8.00003C5.96667 7.61343 6.28007 7.30003 6.66667 7.30003H14C14.3866 7.30003 14.7 7.61343 14.7 8.00003C14.7 8.38663 14.3866 8.70003 14 8.70003H6.66667C6.28007 8.70003 5.96667 8.38663 5.96667 8.00003ZM1.50503 8.83839C1.7784 8.56502 2.22161 8.56502 2.49498 8.83839L4.16164 10.5051C4.29292 10.6363 4.36667 10.8144 4.36667 11C4.36667 11.1857 4.29292 11.3637 4.16164 11.495L2.49498 13.1617C2.22161 13.435 1.7784 13.435 1.50503 13.1617C1.23166 12.8883 1.23166 12.4451 1.50503 12.1717L2.67672 11L1.50503 9.82834C1.23166 9.55497 1.23166 9.11175 1.50503 8.83839ZM5.96667 12C5.96667 11.6134 6.28007 11.3 6.66667 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H6.66667C6.28007 12.7 5.96667 12.3866 5.96667 12Z", fill: "currentColor", }), }), - Ff = (e) => - kt("svg", { + _f = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.3 3.99999C1.3 3.61339 1.6134 3.29999 2 3.29999H10.6667C11.0533 3.29999 11.3667 3.61339 11.3667 3.99999C11.3667 4.38659 11.0533 4.69999 10.6667 4.69999H2C1.6134 4.69999 1.3 4.38659 1.3 3.99999ZM14 3.29999C14.3866 3.29999 14.7 3.61339 14.7 3.99999V10.6667C14.7 11.2059 14.4858 11.7231 14.1045 12.1044C13.7231 12.4858 13.2059 12.7 12.6667 12.7H11.0233L11.1616 12.8383C11.435 13.1117 11.435 13.5549 11.1616 13.8283C10.8883 14.1017 10.4451 14.1017 10.1717 13.8283L8.83836 12.495C8.70709 12.3637 8.63334 12.1856 8.63334 12C8.63334 11.8143 8.70709 11.6363 8.83836 11.505L10.1717 10.1717C10.4451 9.89831 10.8883 9.89831 11.1616 10.1717C11.435 10.445 11.435 10.8883 11.1616 11.1616L11.0233 11.3H12.6667C12.8346 11.3 12.9957 11.2333 13.1145 11.1145C13.2333 10.9957 13.3 10.8346 13.3 10.6667V3.99999C13.3 3.61339 13.6134 3.29999 14 3.29999ZM1.3 7.99999C1.3 7.61339 1.6134 7.29999 2 7.29999H10.6667C11.0533 7.29999 11.3667 7.61339 11.3667 7.99999C11.3667 8.38659 11.0533 8.69999 10.6667 8.69999H2C1.6134 8.69999 1.3 8.38659 1.3 7.99999ZM1.3 12C1.3 11.6134 1.6134 11.3 2 11.3H6.66667C7.05327 11.3 7.36667 11.6134 7.36667 12C7.36667 12.3866 7.05327 12.7 6.66667 12.7H2C1.6134 12.7 1.3 12.3866 1.3 12Z", fill: "currentColor", }), }), - Uf = (e) => - kt("svg", { + Af = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.3 3.99999C1.3 3.61339 1.6134 3.29999 2 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H2C1.6134 4.69999 1.3 4.38659 1.3 3.99999ZM3.96667 7.99999C3.96667 7.61339 4.28007 7.29999 4.66667 7.29999H11.3333C11.7199 7.29999 12.0333 7.61339 12.0333 7.99999C12.0333 8.38659 11.7199 8.69999 11.3333 8.69999H4.66667C4.28007 8.69999 3.96667 8.38659 3.96667 7.99999ZM5.96667 12C5.96667 11.6134 6.28007 11.3 6.66667 11.3H9.33334C9.71994 11.3 10.0333 11.6134 10.0333 12C10.0333 12.3866 9.71994 12.7 9.33334 12.7H6.66667C6.28007 12.7 5.96667 12.3866 5.96667 12Z", fill: "currentColor", }), }), - zf = (e) => - kt("svg", { + Zf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H2.00665C2.39325 3.29999 2.70665 3.61339 2.70665 3.99999C2.70665 4.38659 2.39325 4.69999 2.00665 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM4.63332 3.99999C4.63332 3.61339 4.94672 3.29999 5.33332 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H5.33332C4.94672 4.69999 4.63332 4.38659 4.63332 3.99999ZM1.29999 7.99999C1.29999 7.61339 1.61339 7.29999 1.99999 7.29999H2.00665C2.39325 7.29999 2.70665 7.61339 2.70665 7.99999C2.70665 8.38659 2.39325 8.69999 2.00665 8.69999H1.99999C1.61339 8.69999 1.29999 8.38659 1.29999 7.99999ZM4.63332 7.99999C4.63332 7.61339 4.94672 7.29999 5.33332 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H5.33332C4.94672 8.69999 4.63332 8.38659 4.63332 7.99999ZM1.29999 12C1.29999 11.6134 1.61339 11.3 1.99999 11.3H2.00665C2.39325 11.3 2.70665 11.6134 2.70665 12C2.70665 12.3866 2.39325 12.7 2.00665 12.7H1.99999C1.61339 12.7 1.29999 12.3866 1.29999 12ZM4.63332 12C4.63332 11.6134 4.94672 11.3 5.33332 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H5.33332C4.94672 12.7 4.63332 12.3866 4.63332 12Z", fill: "currentColor", }), }), - Gf = (e) => - kt("svg", { + If = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H10.6667C11.0533 3.29999 11.3667 3.61339 11.3667 3.99999C11.3667 4.38659 11.0533 4.69999 10.6667 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM1.29999 7.99999C1.29999 7.61339 1.61339 7.29999 1.99999 7.29999H7.33332C7.71992 7.29999 8.03332 7.61339 8.03332 7.99999C8.03332 8.38659 7.71992 8.69999 7.33332 8.69999H1.99999C1.61339 8.69999 1.29999 8.38659 1.29999 7.99999ZM9.29999 7.99999C9.29999 7.61339 9.61339 7.29999 9.99999 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H9.99999C9.61339 8.69999 9.29999 8.38659 9.29999 7.99999ZM1.29999 12C1.29999 11.6134 1.61339 11.3 1.99999 11.3H10.6667C11.0533 11.3 11.3667 11.6134 11.3667 12C11.3667 12.3866 11.0533 12.7 10.6667 12.7H1.99999C1.61339 12.7 1.29999 12.3866 1.29999 12Z", fill: "currentColor", }), }), - $f = (e) => - kt("svg", { + kf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H10.6667C11.0533 3.29999 11.3667 3.61339 11.3667 3.99999C11.3667 4.38659 11.0533 4.69999 10.6667 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM14 3.29999C14.3866 3.29999 14.7 3.61339 14.7 3.99999V9.99999C14.7 10.0401 14.6966 10.0794 14.6901 10.1176C14.6967 10.1891 14.7 10.261 14.7 10.3333C14.7 10.961 14.4506 11.563 14.0068 12.0068C13.563 12.4506 12.961 12.7 12.3333 12.7C11.7056 12.7 11.1037 12.4506 10.6598 12.0068C10.216 11.563 9.96665 10.961 9.96665 10.3333C9.96665 9.70564 10.216 9.10367 10.6598 8.65983C11.1037 8.216 11.7056 7.96665 12.3333 7.96665C12.6697 7.96665 12.9987 8.03828 13.3 8.17307V3.99999C13.3 3.61339 13.6134 3.29999 14 3.29999ZM1.29999 7.99999C1.29999 7.61339 1.61339 7.29999 1.99999 7.29999H7.99999C8.38659 7.29999 8.69999 7.61339 8.69999 7.99999C8.69999 8.38659 8.38659 8.69999 7.99999 8.69999H1.99999C1.61339 8.69999 1.29999 8.38659 1.29999 7.99999ZM12.3333 9.36665C12.0769 9.36665 11.8311 9.4685 11.6498 9.64978C11.4685 9.83107 11.3667 10.0769 11.3667 10.3333C11.3667 10.5897 11.4685 10.8356 11.6498 11.0169C11.8311 11.1981 12.0769 11.3 12.3333 11.3C12.5897 11.3 12.8356 11.1981 13.0169 11.0169C13.1981 10.8356 13.3 10.5897 13.3 10.3333C13.3 10.0769 13.1981 9.83107 13.0169 9.64978C12.8356 9.4685 12.5897 9.36665 12.3333 9.36665ZM1.29999 12C1.29999 11.6134 1.61339 11.3 1.99999 11.3H7.99999C8.38659 11.3 8.69999 11.6134 8.69999 12C8.69999 12.3866 8.38659 12.7 7.99999 12.7H1.99999C1.61339 12.7 1.29999 12.3866 1.29999 12Z", fill: "currentColor", }), }), - Wf = (e) => - kt("svg", { + Of = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96668 3.99999C1.96668 3.61339 2.28008 3.29999 2.66668 3.29999H3.33334C3.71994 3.29999 4.03334 3.61339 4.03334 3.99999V5.96743C4.40446 5.98483 4.70001 6.29123 4.70001 6.66665C4.70001 7.05325 4.38661 7.36665 4.00001 7.36665H2.66668C2.28008 7.36665 1.96668 7.05325 1.96668 6.66665C1.96668 6.29123 2.26222 5.98483 2.63334 5.96743V4.69921C2.26222 4.68181 1.96668 4.37541 1.96668 3.99999ZM5.96668 3.99999C5.96668 3.61339 6.28008 3.29999 6.66668 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H6.66668C6.28008 4.69999 5.96668 4.38659 5.96668 3.99999ZM5.96668 7.99999C5.96668 7.61339 6.28008 7.29999 6.66668 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H6.66668C6.28008 8.69999 5.96668 8.38659 5.96668 7.99999ZM3.89639 8.66556C4.39016 8.91244 4.70001 9.409 4.70001 9.99999C4.70001 10.3951 4.50684 10.7131 4.35168 10.92C4.25125 11.0539 4.13346 11.1835 4.02078 11.3003C4.39777 11.3113 4.70001 11.6203 4.70001 12C4.70001 12.3866 4.38661 12.7 4.00001 12.7H2.66668C2.28008 12.7 1.96668 12.3866 1.96668 12C1.96668 11.6049 2.15985 11.2869 2.31501 11.08C2.4703 10.8729 2.66714 10.6762 2.82237 10.521C2.82775 10.5156 2.83309 10.5103 2.83837 10.505C3.01418 10.3292 3.14236 10.1991 3.23168 10.08C3.27318 10.0246 3.29145 9.9906 3.29886 9.97498C3.296 9.94576 3.28868 9.93362 3.28749 9.93166C3.28569 9.92871 3.28229 9.92375 3.27029 9.91775C3.24742 9.90632 3.14812 9.87522 2.97973 9.95942C2.63394 10.1323 2.21347 9.99216 2.04058 9.64637C1.86768 9.30059 2.00784 8.88011 2.35363 8.70722C2.8519 8.45809 3.41927 8.42699 3.89639 8.66556ZM5.96668 12C5.96668 11.6134 6.28008 11.3 6.66668 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H6.66668C6.28008 12.7 5.96668 12.3866 5.96668 12Z", fill: "currentColor", }), }), - jf = (e) => - kt("svg", { + Bf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H10.6667C11.0533 3.29999 11.3667 3.61339 11.3667 3.99999C11.3667 4.38659 11.0533 4.69999 10.6667 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM12 5.29999C12.3866 5.29999 12.7 5.61339 12.7 5.99999V7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H12.7V9.99999C12.7 10.3866 12.3866 10.7 12 10.7C11.6134 10.7 11.3 10.3866 11.3 9.99999V8.69999H9.99999C9.61339 8.69999 9.29999 8.38659 9.29999 7.99999C9.29999 7.61339 9.61339 7.29999 9.99999 7.29999H11.3V5.99999C11.3 5.61339 11.6134 5.29999 12 5.29999ZM1.29999 7.99999C1.29999 7.61339 1.61339 7.29999 1.99999 7.29999H7.33332C7.71992 7.29999 8.03332 7.61339 8.03332 7.99999C8.03332 8.38659 7.71992 8.69999 7.33332 8.69999H1.99999C1.61339 8.69999 1.29999 8.38659 1.29999 7.99999ZM1.29999 12C1.29999 11.6134 1.61339 11.3 1.99999 11.3H10.6667C11.0533 11.3 11.3667 11.6134 11.3667 12C11.3667 12.3866 11.0533 12.7 10.6667 12.7H1.99999C1.61339 12.7 1.29999 12.3866 1.29999 12Z", fill: "currentColor", }), }), - qf = (e) => - kt("svg", { + Df = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM7.33332 5.96665C7.71992 5.96665 8.03332 6.28006 8.03332 6.66665V7.64337L8.23168 7.44501C8.93814 6.73856 9.92096 6.29999 11 6.29999C11.9813 6.29999 12.9224 6.68981 13.6163 7.38369C14.3102 8.07758 14.7 9.01869 14.7 9.99999C14.7 10.8465 14.4336 11.6716 13.9387 12.3583C13.4437 13.0451 12.7452 13.5586 11.9421 13.8263C11.139 14.094 10.2721 14.1023 9.46405 13.8499C8.65602 13.5975 7.9479 13.0972 7.43999 12.42C7.20803 12.1107 7.27071 11.6719 7.57999 11.44C7.88927 11.208 8.32803 11.2707 8.55999 11.58C8.8916 12.0221 9.35393 12.3487 9.88148 12.5135C10.409 12.6783 10.9751 12.673 11.4994 12.4982C12.0237 12.3234 12.4798 11.9881 12.8029 11.5397C13.1261 11.0914 13.3 10.5527 13.3 9.99999C13.3 9.38999 13.0577 8.80498 12.6263 8.37364C12.195 7.94231 11.61 7.69999 11 7.69999C10.3057 7.69999 9.67517 7.98142 9.22163 8.43496L9.02327 8.63332H9.99999C10.3866 8.63332 10.7 8.94672 10.7 9.33332C10.7 9.71992 10.3866 10.0333 9.99999 10.0333H7.33332C6.94672 10.0333 6.63332 9.71992 6.63332 9.33332V6.66665C6.63332 6.28006 6.94672 5.96665 7.33332 5.96665ZM1.29999 7.99999C1.29999 7.61339 1.61339 7.29999 1.99999 7.29999H4.66665C5.05325 7.29999 5.36665 7.61339 5.36665 7.99999C5.36665 8.38659 5.05325 8.69999 4.66665 8.69999H1.99999C1.61339 8.69999 1.29999 8.38659 1.29999 7.99999ZM1.29999 12C1.29999 11.6134 1.61339 11.3 1.99999 11.3H4.66665C5.05325 11.3 5.36665 11.6134 5.36665 12C5.36665 12.3866 5.05325 12.7 4.66665 12.7H1.99999C1.61339 12.7 1.29999 12.3866 1.29999 12Z", fill: "currentColor", }), }), - Yf = (e) => - kt("svg", { + Pf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1616 2.1717C11.435 2.44507 11.435 2.88828 11.1616 3.16165L11.0233 3.30001H12.6667C13.2059 3.30001 13.7231 3.51423 14.1044 3.89556C14.4858 4.27688 14.7 4.79407 14.7 5.33334V12C14.7 12.3866 14.3866 12.7 14 12.7C13.6134 12.7 13.3 12.3866 13.3 12V5.33334C13.3 5.16537 13.2333 5.00428 13.1145 4.88551C12.9957 4.76673 12.8346 4.70001 12.6667 4.70001H11.0233L11.1616 4.83837C11.435 5.11173 11.435 5.55495 11.1616 5.82832C10.8883 6.10168 10.445 6.10168 10.1717 5.82832L8.83835 4.49498C8.70707 4.36371 8.63332 4.18566 8.63332 4.00001C8.63332 3.81436 8.70707 3.63631 8.83835 3.50503L10.1717 2.1717C10.445 1.89833 10.8883 1.89833 11.1616 2.1717ZM1.29999 4.00001C1.29999 3.61341 1.61339 3.30001 1.99999 3.30001H6.66665C7.05325 3.30001 7.36665 3.61341 7.36665 4.00001C7.36665 4.38661 7.05325 4.70001 6.66665 4.70001H1.99999C1.61339 4.70001 1.29999 4.38661 1.29999 4.00001ZM1.29999 8.00001C1.29999 7.61341 1.61339 7.30001 1.99999 7.30001H10.6667C11.0533 7.30001 11.3667 7.61341 11.3667 8.00001C11.3667 8.38661 11.0533 8.70001 10.6667 8.70001H1.99999C1.61339 8.70001 1.29999 8.38661 1.29999 8.00001ZM1.29999 12C1.29999 11.6134 1.61339 11.3 1.99999 11.3H10.6667C11.0533 11.3 11.3667 11.6134 11.3667 12C11.3667 12.3866 11.0533 12.7 10.6667 12.7H1.99999C1.61339 12.7 1.29999 12.3866 1.29999 12Z", fill: "currentColor", }), }), - Kf = (e) => - kt("svg", { + Ff = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69999 4.03336V6.63336H5.29999V4.03336H2.69999ZM1.29999 4.00003C1.29999 3.24524 1.91187 2.63336 2.66665 2.63336H5.33332C6.08811 2.63336 6.69999 3.24524 6.69999 4.00003V6.66669C6.69999 7.42148 6.08811 8.03336 5.33332 8.03336H2.66665C1.91187 8.03336 1.29999 7.42148 1.29999 6.66669V4.00003ZM7.96665 4.00003C7.96665 3.61343 8.28006 3.30003 8.66665 3.30003H14C14.3866 3.30003 14.7 3.61343 14.7 4.00003C14.7 4.38663 14.3866 4.70003 14 4.70003H8.66665C8.28006 4.70003 7.96665 4.38663 7.96665 4.00003ZM7.96665 8.00003C7.96665 7.61343 8.28006 7.30003 8.66665 7.30003H14C14.3866 7.30003 14.7 7.61343 14.7 8.00003C14.7 8.38663 14.3866 8.70003 14 8.70003H8.66665C8.28006 8.70003 7.96665 8.38663 7.96665 8.00003ZM6.49496 9.50505C6.76833 9.77842 6.76833 10.2216 6.49496 10.495L3.8283 13.1617C3.55493 13.435 3.11171 13.435 2.83835 13.1617L1.50501 11.8283C1.23165 11.555 1.23165 11.1118 1.50501 10.8384C1.77838 10.565 2.2216 10.565 2.49496 10.8384L3.33332 11.6767L5.50501 9.50505C5.77838 9.23169 6.2216 9.23169 6.49496 9.50505ZM7.96665 12C7.96665 11.6134 8.28006 11.3 8.66665 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H8.66665C8.28006 12.7 7.96665 12.3866 7.96665 12Z", fill: "currentColor", }), }), - Xf = (e) => - kt("svg", { + Uf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.99999 3.29999C2.38659 3.29999 2.69999 3.61339 2.69999 3.99999V6.66665C2.69999 7.01339 2.98659 7.29999 3.33332 7.29999H5.33332C5.71992 7.29999 6.03332 7.61339 6.03332 7.99999C6.03332 8.38659 5.71992 8.69999 5.33332 8.69999H3.33332C3.11236 8.69999 2.89944 8.66443 2.69999 8.59875V10.6667C2.69999 11.0134 2.98659 11.3 3.33332 11.3H5.33332C5.71992 11.3 6.03332 11.6134 6.03332 12C6.03332 12.3866 5.71992 12.7 5.33332 12.7H3.33332C2.21339 12.7 1.29999 11.7866 1.29999 10.6667V3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999ZM4.63332 3.99999C4.63332 3.61339 4.94672 3.29999 5.33332 3.29999H14C14.3866 3.29999 14.7 3.61339 14.7 3.99999C14.7 4.38659 14.3866 4.69999 14 4.69999H5.33332C4.94672 4.69999 4.63332 4.38659 4.63332 3.99999ZM7.96665 7.99999C7.96665 7.61339 8.28006 7.29999 8.66665 7.29999H14C14.3866 7.29999 14.7 7.61339 14.7 7.99999C14.7 8.38659 14.3866 8.69999 14 8.69999H8.66665C8.28006 8.69999 7.96665 8.38659 7.96665 7.99999ZM7.96665 12C7.96665 11.6134 8.28006 11.3 8.66665 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H8.66665C8.28006 12.7 7.96665 12.3866 7.96665 12Z", fill: "currentColor", }), }), - Qf = (e) => - kt("svg", { + zf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H10.6667C11.0533 3.29999 11.3667 3.61339 11.3667 3.99999C11.3667 4.38659 11.0533 4.69999 10.6667 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM1.29999 7.99999C1.29999 7.61339 1.61339 7.29999 1.99999 7.29999H7.99999C8.38659 7.29999 8.69999 7.61339 8.69999 7.99999C8.69999 8.38659 8.38659 8.69999 7.99999 8.69999H1.99999C1.61339 8.69999 1.29999 8.38659 1.29999 7.99999ZM10.3218 7.39085C10.5412 7.26659 10.8105 7.26999 11.0268 7.39974L14.3601 9.39974C14.571 9.52625 14.7 9.7541 14.7 9.99999C14.7 10.2459 14.571 10.4737 14.3601 10.6002L11.0268 12.6002C10.8105 12.73 10.5412 12.7334 10.3218 12.6091C10.1023 12.4849 9.96665 12.2522 9.96665 12V7.99999C9.96665 7.7478 10.1023 7.5151 10.3218 7.39085ZM11.3667 9.23632V10.7637L12.6394 9.99999L11.3667 9.23632ZM1.29999 12C1.29999 11.6134 1.61339 11.3 1.99999 11.3H7.99999C8.38659 11.3 8.69999 11.6134 8.69999 12C8.69999 12.3866 8.38659 12.7 7.99999 12.7H1.99999C1.61339 12.7 1.29999 12.3866 1.29999 12Z", fill: "currentColor", }), }), - Jf = (e) => - kt("svg", { + Gf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 3.99999C1.29999 3.61339 1.61339 3.29999 1.99999 3.29999H10.6667C11.0533 3.29999 11.3667 3.61339 11.3667 3.99999C11.3667 4.38659 11.0533 4.69999 10.6667 4.69999H1.99999C1.61339 4.69999 1.29999 4.38659 1.29999 3.99999ZM9.50501 6.17168C9.77838 5.89831 10.2216 5.89831 10.495 6.17168L11.3333 7.01004L12.1717 6.17168C12.445 5.89831 12.8883 5.89831 13.1616 6.17168C13.435 6.44505 13.435 6.88826 13.1616 7.16163L12.3233 7.99999L13.1616 8.83835C13.435 9.11171 13.435 9.55493 13.1616 9.8283C12.8883 10.1017 12.445 10.1017 12.1717 9.8283L11.3333 8.98994L10.495 9.8283C10.2216 10.1017 9.77838 10.1017 9.50501 9.8283C9.23165 9.55493 9.23165 9.11171 9.50501 8.83835L10.3434 7.99999L9.50501 7.16163C9.23165 6.88826 9.23165 6.44505 9.50501 6.17168ZM1.29999 7.99999C1.29999 7.61339 1.61339 7.29999 1.99999 7.29999H7.33332C7.71992 7.29999 8.03332 7.61339 8.03332 7.99999C8.03332 8.38659 7.71992 8.69999 7.33332 8.69999H1.99999C1.61339 8.69999 1.29999 8.38659 1.29999 7.99999ZM1.29999 12C1.29999 11.6134 1.61339 11.3 1.99999 11.3H10.6667C11.0533 11.3 11.3667 11.6134 11.3667 12C11.3667 12.3866 11.0533 12.7 10.6667 12.7H1.99999C1.61339 12.7 1.29999 12.3866 1.29999 12Z", fill: "currentColor", }), }), - eg = (e) => - kt("svg", { + $f = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.63769 2.95905C8.57323 2.61321 7.4266 2.61323 6.36215 2.9591C5.2977 3.30497 4.37006 3.97894 3.71219 4.88443C3.05433 5.78991 2.7 6.88041 2.69999 7.99964C2.69998 9.11888 3.05429 10.2094 3.71215 11.1149C4.37 12.0204 5.29763 12.6944 6.36208 13.0402C7.42652 13.3861 8.57315 13.3862 9.63762 13.0403C10.7021 12.6945 11.6297 12.0206 12.2877 11.1151C12.9456 10.2097 13.2999 9.11918 13.3 7.99994C13.3 7.61334 13.6134 7.29996 14 7.29998C14.3866 7.3 14.7 7.61341 14.7 8.00001C14.6999 9.41489 14.2519 10.7934 13.4202 11.9381C12.5885 13.0827 11.4158 13.9346 10.0702 14.3718C8.72455 14.809 7.27504 14.809 5.92942 14.3717C4.5838 13.9345 3.41114 13.0824 2.57951 11.9378C1.74788 10.7931 1.29998 9.41452 1.29999 7.99963C1.3 6.58475 1.74792 5.20619 2.57957 4.06153C3.41121 2.91686 4.58388 2.06486 5.92951 1.62762C7.27514 1.19039 8.72465 1.19037 10.0703 1.62757C10.438 1.74703 10.6392 2.14193 10.5197 2.50961C10.4003 2.87729 10.0054 3.07851 9.63769 2.95905Z", fill: "currentColor", }), }), - tg = (e) => - kt("svg", { + Wf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633362C8.38657 0.633362 8.69997 0.946762 8.69997 1.33336V4.00003C8.69997 4.38663 8.38657 4.70003 7.99997 4.70003C7.61337 4.70003 7.29997 4.38663 7.29997 4.00003V1.33336C7.29997 0.946762 7.61337 0.633362 7.99997 0.633362ZM2.79166 2.79172C3.06503 2.51835 3.50824 2.51835 3.78161 2.79172L5.66828 4.67839C5.94164 4.95175 5.94164 5.39497 5.66828 5.66834C5.39491 5.9417 4.95169 5.9417 4.67833 5.66834L2.79166 3.78167C2.51829 3.5083 2.51829 3.06509 2.79166 2.79172ZM13.2083 2.79172C13.4816 3.06509 13.4816 3.5083 13.2083 3.78167L11.3216 5.66834C11.0482 5.9417 10.605 5.9417 10.3317 5.66834C10.0583 5.39497 10.0583 4.95175 10.3317 4.67839L12.2183 2.79172C12.4917 2.51835 12.9349 2.51835 13.2083 2.79172ZM0.633301 8.00003C0.633301 7.61343 0.946701 7.30003 1.3333 7.30003H3.99997C4.38657 7.30003 4.69997 7.61343 4.69997 8.00003C4.69997 8.38663 4.38657 8.70003 3.99997 8.70003H1.3333C0.946701 8.70003 0.633301 8.38663 0.633301 8.00003ZM11.3 8.00003C11.3 7.61343 11.6134 7.30003 12 7.30003H14.6666C15.0532 7.30003 15.3666 7.61343 15.3666 8.00003C15.3666 8.38663 15.0532 8.70003 14.6666 8.70003H12C11.6134 8.70003 11.3 8.38663 11.3 8.00003ZM5.66828 10.3317C5.94164 10.6051 5.94164 11.0483 5.66828 11.3217L3.78161 13.2083C3.50824 13.4817 3.06503 13.4817 2.79166 13.2083C2.51829 12.935 2.51829 12.4918 2.79166 12.2184L4.67833 10.3317C4.95169 10.0584 5.39491 10.0584 5.66828 10.3317ZM10.3317 10.3317C10.605 10.0584 11.0482 10.0584 11.3216 10.3317L13.2083 12.2184C13.4816 12.4918 13.4816 12.935 13.2083 13.2083C12.9349 13.4817 12.4917 13.4817 12.2183 13.2083L10.3317 11.3217C10.0583 11.0483 10.0583 10.6051 10.3317 10.3317ZM7.99997 11.3C8.38657 11.3 8.69997 11.6134 8.69997 12V14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667V12C7.29997 11.6134 7.61337 11.3 7.99997 11.3Z", fill: "currentColor", }), }), - ng = (e) => - kt("svg", { + jf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633362C8.38657 0.633362 8.69997 0.946762 8.69997 1.33336V2.6786C11.104 2.99176 13.0082 4.89595 13.3214 7.30003H14.6666C15.0532 7.30003 15.3666 7.61343 15.3666 8.00003C15.3666 8.38663 15.0532 8.70003 14.6666 8.70003H13.3214C13.0082 11.1041 11.104 13.0083 8.69997 13.3215V14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667V13.3215C4.89589 13.0083 2.9917 11.1041 2.67854 8.70003H1.3333C0.946701 8.70003 0.633301 8.38663 0.633301 8.00003C0.633301 7.61343 0.946701 7.30003 1.3333 7.30003H2.67854C2.9917 4.89595 4.89589 2.99176 7.29997 2.6786V1.33336C7.29997 0.946762 7.61337 0.633362 7.99997 0.633362ZM7.99997 4.03336C5.80924 4.03336 4.0333 5.8093 4.0333 8.00003C4.0333 10.1908 5.80924 11.9667 7.99997 11.9667C10.1907 11.9667 11.9666 10.1908 11.9666 8.00003C11.9666 5.8093 10.1907 4.03336 7.99997 4.03336ZM7.99997 6.70003C7.282 6.70003 6.69997 7.28206 6.69997 8.00003C6.69997 8.718 7.282 9.30003 7.99997 9.30003C8.71794 9.30003 9.29997 8.718 9.29997 8.00003C9.29997 7.28206 8.71794 6.70003 7.99997 6.70003ZM5.29997 8.00003C5.29997 6.50886 6.5088 5.30003 7.99997 5.30003C9.49114 5.30003 10.7 6.50886 10.7 8.00003C10.7 9.4912 9.49114 10.7 7.99997 10.7C6.5088 10.7 5.29997 9.4912 5.29997 8.00003Z", fill: "currentColor", }), }), - rg = (e) => - kt("svg", { + qf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633362C8.38657 0.633362 8.69997 0.946762 8.69997 1.33336V2.6786C11.104 2.99176 13.0082 4.89595 13.3214 7.30003H14.6666C15.0532 7.30003 15.3666 7.61343 15.3666 8.00003C15.3666 8.38663 15.0532 8.70003 14.6666 8.70003H13.3214C13.0082 11.1041 11.104 13.0083 8.69997 13.3215V14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667V13.3215C4.89589 13.0083 2.9917 11.1041 2.67854 8.70003H1.3333C0.946701 8.70003 0.633301 8.38663 0.633301 8.00003C0.633301 7.61343 0.946701 7.30003 1.3333 7.30003H2.67854C2.9917 4.89595 4.89589 2.99176 7.29997 2.6786V1.33336C7.29997 0.946762 7.61337 0.633362 7.99997 0.633362ZM7.99997 4.03336C5.80924 4.03336 4.0333 5.8093 4.0333 8.00003C4.0333 10.1908 5.80924 11.9667 7.99997 11.9667C10.1907 11.9667 11.9666 10.1908 11.9666 8.00003C11.9666 5.8093 10.1907 4.03336 7.99997 4.03336Z", fill: "currentColor", }), }), - og = (e) => - kt("svg", { + Yf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838387C1.11169 0.56502 1.55491 0.56502 1.82828 0.838387L5.23477 4.24488L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8882 15.435 14.445 15.435 14.1717 15.1617L11.2304 12.2204C10.51 12.7861 9.64857 13.1845 8.69997 13.3178V14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667V13.3216C4.89389 13.0089 2.99107 11.1061 2.67842 8.70003H1.3333C0.946701 8.70003 0.633301 8.38663 0.633301 8.00003C0.633301 7.61343 0.946701 7.30003 1.3333 7.30003H2.68217C2.81554 6.35142 3.21392 5.49003 3.77955 4.76956L0.838326 1.82834C0.564959 1.55497 0.564959 1.11175 0.838326 0.838387ZM4.77884 5.76886C4.30954 6.41702 4.0333 7.18243 4.0333 8.00003C4.0333 10.1934 5.80657 11.9667 7.99997 11.9667C8.81756 11.9667 9.58298 11.6905 10.2311 11.2211L4.77884 5.76886ZM7.99997 0.633362C8.38657 0.633362 8.69997 0.946762 8.69997 1.33336V2.67848C11.106 2.99114 13.0089 4.89395 13.3215 7.30003H14.6666C15.0532 7.30003 15.3666 7.61343 15.3666 8.00003C15.3666 8.38663 15.0532 8.70003 14.6666 8.70003H13.3193C13.282 8.97498 13.2229 9.2454 13.1435 9.50881C13.0319 9.87895 12.6413 10.0885 12.2712 9.97688C11.901 9.86525 11.6915 9.47471 11.8031 9.10458C11.9104 8.74894 11.9666 8.37699 11.9666 8.00003C11.9666 5.80663 10.1934 4.03336 7.99997 4.03336C7.623 4.03336 7.25106 4.08962 6.89542 4.19688C6.52529 4.30851 6.13474 4.09895 6.02312 3.72881C5.91149 3.35868 6.12105 2.96814 6.49118 2.85651C6.75459 2.77707 7.02501 2.71804 7.29997 2.68071V1.33336C7.29997 0.946762 7.61337 0.633362 7.99997 0.633362Z", fill: "currentColor", }), }), - ig = (e) => - kt("svg", { + Kf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 2.03336C7.30165 2.03336 6.63185 2.3108 6.138 2.80465C5.64416 3.29849 5.36672 3.96829 5.36672 4.6667V6.63336H10.6334V4.66669C10.6334 3.96829 10.3559 3.29849 9.8621 2.80465C9.36825 2.3108 8.69845 2.03336 8.00005 2.03336ZM12.0334 6.63336V4.66669C12.0334 3.59699 11.6084 2.57109 10.852 1.8147C10.0956 1.0583 9.06976 0.633362 8.00005 0.633362C6.93034 0.633362 5.90445 1.0583 5.14805 1.8147C4.39165 2.57109 3.96672 3.59699 3.96672 4.66669V6.63336H3.33338C2.2104 6.63336 1.30005 7.54372 1.30005 8.66669V13.3334C1.30005 14.4563 2.2104 15.3667 3.33338 15.3667H12.6667C13.7897 15.3667 14.7 14.4563 14.7 13.3334V8.66669C14.7 7.54372 13.7897 6.63336 12.6667 6.63336H12.0334ZM3.33338 8.03336C2.9836 8.03336 2.70005 8.31691 2.70005 8.66669V13.3334C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3334V8.66669C13.3 8.31691 13.0165 8.03336 12.6667 8.03336H3.33338Z", fill: "currentColor", }), }), - lg = (e) => - kt("svg", { + Xf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 2.03336C7.30165 2.03336 6.63185 2.3108 6.138 2.80465C5.64416 3.29849 5.36672 3.96829 5.36672 4.6667V5.96669H10.6334V4.66669C10.6334 3.96829 10.3559 3.29849 9.8621 2.80465C9.36825 2.3108 8.69845 2.03336 8.00005 2.03336ZM12.0334 5.96669V4.66669C12.0334 3.59699 11.6084 2.57109 10.852 1.8147C10.0956 1.0583 9.06976 0.633362 8.00005 0.633362C6.93034 0.633362 5.90445 1.0583 5.14805 1.8147C4.39165 2.57109 3.96672 3.59699 3.96672 4.66669V5.96669H3.33338C2.2104 5.96669 1.30005 6.87705 1.30005 8.00003V13.3334C1.30005 14.4563 2.2104 15.3667 3.33338 15.3667H12.6667C13.7897 15.3667 14.7 14.4563 14.7 13.3334V8.00003C14.7 6.87705 13.7897 5.96669 12.6667 5.96669H12.0334ZM3.33338 7.36669C2.9836 7.36669 2.70005 7.65025 2.70005 8.00003V13.3334C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3334V8.00003C13.3 7.65025 13.0165 7.36669 12.6667 7.36669H3.33338ZM8.00005 10.7C8.01846 10.7 8.03338 10.6851 8.03338 10.6667C8.03338 10.6483 8.01846 10.6334 8.00005 10.6334C7.98164 10.6334 7.96672 10.6483 7.96672 10.6667C7.96672 10.6851 7.98164 10.7 8.00005 10.7ZM6.63338 10.6667C6.63338 9.91191 7.24526 9.30003 8.00005 9.30003C8.75484 9.30003 9.36672 9.91191 9.36672 10.6667C9.36672 11.4215 8.75484 12.0334 8.00005 12.0334C7.24526 12.0334 6.63338 11.4215 6.63338 10.6667Z", fill: "currentColor", }), }), - ag = (e) => - kt("svg", { + Qf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.00772 2.23391C8.47217 2.01209 7.8784 1.97319 7.31848 2.12322C6.75857 2.27325 6.2638 2.60383 5.91092 3.0637C5.55804 3.52357 5.36675 4.08702 5.36672 4.66667C5.36672 4.66668 5.36672 4.66669 5.36672 4.6667V5.96667H12.6667C13.7897 5.96667 14.7 6.87703 14.7 8V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V8C1.30005 6.87703 2.2104 5.96667 3.33338 5.96667H3.96672V4.66667V4.66664C3.96675 3.7788 4.25974 2.91578 4.80024 2.21142C5.34074 1.50705 6.09854 1.00071 6.95613 0.770921C7.81372 0.541128 8.72317 0.600723 9.54344 0.940463C10.3637 1.2802 11.049 1.8811 11.4929 2.64997C11.6862 2.98477 11.5715 3.41289 11.2367 3.60621C10.902 3.79952 10.4738 3.68483 10.2805 3.35004C9.99066 2.84805 9.54326 2.45572 9.00772 2.23391ZM4.66589 7.36667H3.33338C2.9836 7.36667 2.70005 7.65022 2.70005 8V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V8C13.3 7.65022 13.0165 7.36667 12.6667 7.36667H4.66754C4.66727 7.36667 4.66699 7.36667 4.66672 7.36667C4.66644 7.36667 4.66617 7.36667 4.66589 7.36667ZM8.00005 10.7C8.01846 10.7 8.03338 10.6851 8.03338 10.6667C8.03338 10.6483 8.01846 10.6333 8.00005 10.6333C7.98164 10.6333 7.96672 10.6483 7.96672 10.6667C7.96672 10.6851 7.98164 10.7 8.00005 10.7ZM6.63338 10.6667C6.63338 9.91188 7.24526 9.3 8.00005 9.3C8.75484 9.3 9.36672 9.91188 9.36672 10.6667C9.36672 11.4215 8.75484 12.0333 8.00005 12.0333C7.24526 12.0333 6.63338 11.4215 6.63338 10.6667Z", fill: "currentColor", }), }), - Cg = (e) => - kt("svg", { + Jf = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.56186 2.54313C9.03608 2.15581 8.38514 1.97768 7.7354 2.04331C7.08567 2.10894 6.48349 2.41365 6.04578 2.89829C5.60808 3.38292 5.36606 4.01291 5.36671 4.66595L5.36672 6.63332H12.6667C13.7897 6.63332 14.7 7.54368 14.7 8.66666V13.3333C14.7 14.4563 13.7897 15.3667 12.6667 15.3667H3.33338C2.2104 15.3667 1.30005 14.4563 1.30005 13.3333V8.66666C1.30005 7.54368 2.2104 6.63332 3.33338 6.63332H3.96672V4.66699M3.33338 8.03332C2.9836 8.03332 2.70005 8.31688 2.70005 8.66666V13.3333C2.70005 13.6831 2.9836 13.9667 3.33338 13.9667H12.6667C13.0165 13.9667 13.3 13.6831 13.3 13.3333V8.66666C13.3 8.31688 13.0165 8.03332 12.6667 8.03332H3.33338Z", fill: "currentColor", }), }), - sg = (e) => - kt("svg", { + eg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.30005 1.99999C9.30005 1.61339 9.61345 1.29999 10 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V12.6667C14.7 13.2059 14.4858 13.7231 14.1045 14.1044C13.7232 14.4858 13.206 14.7 12.6667 14.7H10C9.61345 14.7 9.30005 14.3866 9.30005 14C9.30005 13.6134 9.61345 13.3 10 13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H10C9.61345 2.69999 9.30005 2.38659 9.30005 1.99999ZM6.17174 4.17168C6.44511 3.89831 6.88832 3.89831 7.16169 4.17168L10.495 7.50501C10.7684 7.77838 10.7684 8.2216 10.495 8.49496L7.16169 11.8283C6.88832 12.1017 6.44511 12.1017 6.17174 11.8283C5.89837 11.5549 5.89837 11.1117 6.17174 10.8383L8.3101 8.69999H2.00005C1.61345 8.69999 1.30005 8.38659 1.30005 7.99999C1.30005 7.61339 1.61345 7.29999 2.00005 7.29999H8.3101L6.17174 5.16163C5.89837 4.88826 5.89837 4.44505 6.17174 4.17168Z", fill: "currentColor", }), }), - cg = (e) => - kt("svg", { + tg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.6667C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H6.00005C6.38665 13.3 6.70005 13.6134 6.70005 14C6.70005 14.3866 6.38665 14.7 6.00005 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1044C1.51427 13.7231 1.30005 13.2059 1.30005 12.6667V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H6.00005C6.38665 1.29999 6.70005 1.61339 6.70005 1.99999C6.70005 2.38659 6.38665 2.69999 6.00005 2.69999H3.33338ZM10.1717 4.17168C10.4451 3.89831 10.8883 3.89831 11.1617 4.17168L14.495 7.50501C14.7684 7.77838 14.7684 8.2216 14.495 8.49496L11.1617 11.8283C10.8883 12.1017 10.4451 12.1017 10.1717 11.8283C9.89837 11.5549 9.89837 11.1117 10.1717 10.8383L12.3101 8.69999H6.00005C5.61345 8.69999 5.30005 8.38659 5.30005 7.99999C5.30005 7.61339 5.61345 7.29999 6.00005 7.29999H12.3101L10.1717 5.16163C9.89837 4.88826 9.89837 4.44505 10.1717 4.17168Z", fill: "currentColor", }), }), - dg = (e) => - kt("svg", { + ng = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33338 2.69999C4.77446 2.69999 2.70005 4.7744 2.70005 7.33332C2.70005 9.89224 4.77446 11.9667 7.33338 11.9667C7.47985 11.9667 7.62473 11.9599 7.76773 11.9466C6.85583 11.7689 6.0098 11.3232 5.34331 10.6567C4.46189 9.7753 3.96672 8.57984 3.96672 7.33332C3.96672 6.44043 4.32142 5.5841 4.95279 4.95273C5.58416 4.32136 6.44049 3.96665 7.33338 3.96665C8.22628 3.96665 9.0826 4.32136 9.71397 4.95273C10.3453 5.5841 10.7 6.44043 10.7 7.33332C10.7 7.8726 10.4858 8.38978 10.1045 8.7711C9.72318 9.15243 9.20599 9.36665 8.66672 9.36665C8.12744 9.36665 7.61026 9.15243 7.22893 8.7711C6.84761 8.38978 6.63338 7.8726 6.63338 7.33332C6.63338 6.94672 6.94678 6.63332 7.33338 6.63332C7.71998 6.63332 8.03338 6.94672 8.03338 7.33332C8.03338 7.50129 8.10011 7.66238 8.21888 7.78116C8.33765 7.89993 8.49875 7.96665 8.66672 7.96665C8.83469 7.96665 8.99578 7.89993 9.11455 7.78116C9.23332 7.66238 9.30005 7.50129 9.30005 7.33332C9.30005 6.81173 9.09285 6.3115 8.72403 5.94268C8.3552 5.57386 7.85497 5.36665 7.33338 5.36665C6.81179 5.36665 6.31156 5.57386 5.94274 5.94268C5.57392 6.3115 5.36672 6.81173 5.36672 7.33332C5.36672 8.20854 5.71439 9.0479 6.33326 9.66677C6.95213 10.2856 7.7915 10.6333 8.66672 10.6333C9.54193 10.6333 10.3813 10.2856 11.0002 9.66677C11.619 9.0479 11.9667 8.20854 11.9667 7.33332C11.9667 4.7744 9.8923 2.69999 7.33338 2.69999ZM11.076 12.0659C10.0475 12.8803 8.74722 13.3667 7.33338 13.3667C4.00126 13.3667 1.30005 10.6654 1.30005 7.33332C1.30005 4.0012 4.00126 1.29999 7.33338 1.29999C10.6655 1.29999 13.3667 4.0012 13.3667 7.33332C13.3667 8.74715 12.8804 10.0474 12.0659 11.0759L14.495 13.505C14.7684 13.7784 14.7684 14.2216 14.495 14.495C14.2217 14.7683 13.7784 14.7683 13.5051 14.495L11.076 12.0659Z", fill: "currentColor", }), }), - ug = (e) => - kt("svg", { + rg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66667 2.03336C6.4987 2.03336 6.33761 2.10009 6.21884 2.21886C6.10007 2.33763 6.03334 2.49873 6.03334 2.6667V3.30003H9.96667V2.6667C9.96667 2.49873 9.89995 2.33763 9.78118 2.21886C9.6624 2.10009 9.50131 2.03336 9.33334 2.03336H6.66667ZM11.3667 3.30003V2.6667C11.3667 2.12742 11.1524 1.61023 10.7711 1.22891C10.3898 0.847587 9.87261 0.633362 9.33334 0.633362H6.66667C6.1274 0.633362 5.61022 0.847587 5.22889 1.22891C4.84757 1.61023 4.63334 2.12742 4.63334 2.6667V3.30003H4.00001C3.46073 3.30003 2.94355 3.51425 2.56222 3.89558C2.1809 4.2769 1.96667 4.79409 1.96667 5.33336V12C1.96667 12.5393 2.1809 13.0565 2.56222 13.4378C2.79641 13.672 3.08184 13.8432 3.39216 13.9404C3.65034 14.7669 4.42179 15.3667 5.33334 15.3667C6.21034 15.3667 6.95766 14.8115 7.24297 14.0334H8.75704C9.04235 14.8115 9.78967 15.3667 10.6667 15.3667C11.5782 15.3667 12.3497 14.7669 12.6079 13.9404C12.9182 13.8432 13.2036 13.672 13.4378 13.4378C13.8191 13.0565 14.0333 12.5393 14.0333 12V5.33336C14.0333 4.79409 13.8191 4.2769 13.4378 3.89558C13.0565 3.51425 12.5393 3.30003 12 3.30003H11.3667ZM9.96667 4.70003H6.03334V11.4237C6.59321 11.629 7.03769 12.0735 7.24297 12.6334H8.75704C8.96233 12.0735 9.40681 11.629 9.96667 11.4237V4.70003ZM11.3667 11.4237V4.70003H12C12.168 4.70003 12.3291 4.76675 12.4478 4.88553C12.5666 5.0043 12.6333 5.16539 12.6333 5.33336V12C12.6333 12.1521 12.5787 12.2984 12.4802 12.4129C12.2487 11.9577 11.8509 11.6013 11.3667 11.4237ZM4.63334 11.4237V4.70003H4.00001C3.83204 4.70003 3.67095 4.76675 3.55217 4.88553C3.4334 5.0043 3.36667 5.16539 3.36667 5.33336V12C3.36667 12.1521 3.42134 12.2984 3.51978 12.4129C3.75128 11.9577 4.14916 11.6013 4.63334 11.4237ZM5.33334 12.7C4.98356 12.7 4.70001 12.9836 4.70001 13.3334C4.70001 13.6831 4.98356 13.9667 5.33334 13.9667C5.68312 13.9667 5.96667 13.6831 5.96667 13.3334C5.96667 12.9836 5.68312 12.7 5.33334 12.7ZM10.6667 12.7C10.3169 12.7 10.0333 12.9836 10.0333 13.3334C10.0333 13.6831 10.3169 13.9667 10.6667 13.9667C11.0165 13.9667 11.3 13.6831 11.3 13.3334C11.3 12.9836 11.0165 12.7 10.6667 12.7Z", fill: "currentColor", }), }), - pg = (e) => - kt("svg", { + og = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.31451 3.32877L4.31956 5.32964L6.00584 7.01592L7.76616 5.26386C7.78764 5.24247 7.8105 5.22251 7.83457 5.20409C8.24393 4.89083 8.75313 4.73692 9.26746 4.77098C9.7818 4.80503 10.2663 5.02473 10.6307 5.38922C10.9952 5.7537 11.2149 6.23817 11.249 6.7525C11.283 7.26684 11.1291 7.77604 10.8159 8.18539C10.7968 8.21034 10.776 8.23398 10.7538 8.25614L8.99579 10.0059L10.6629 11.673L12.6572 9.67287C13.4158 8.81876 13.8208 7.70753 13.7893 6.56514C13.7577 5.41671 13.2873 4.32403 12.475 3.51166C11.6626 2.69929 10.5699 2.22895 9.42149 2.1973C8.27943 2.16583 7.16852 2.57057 6.31451 3.32877ZM11.2137 13.1034L13.6623 10.6476C13.6712 10.6387 13.6798 10.6296 13.6881 10.6203C14.6933 9.49774 15.2303 8.03281 15.1888 6.52657C15.1473 5.02032 14.5304 3.58719 13.4649 2.52171C12.3994 1.45623 10.9663 0.839346 9.46006 0.797833C7.95382 0.756319 6.48889 1.29333 5.36634 2.29851C5.3565 2.30732 5.34692 2.3164 5.33759 2.32576L0.837594 6.83909C0.564918 7.11257 0.565245 7.55522 0.838326 7.82831L3.50499 10.495C3.77791 10.7679 4.22022 10.7684 4.49378 10.4961L8.7161 6.29364C8.8503 6.20163 9.01188 6.15712 9.17497 6.16792C9.35072 6.17955 9.51626 6.25462 9.6408 6.37917C9.76534 6.50371 9.84041 6.66925 9.85205 6.84499C9.86281 7.00762 9.81858 7.16875 9.72711 7.30273L7.57955 9.4402C7.55358 9.45976 7.52865 9.48137 7.50499 9.50502C7.48214 9.52787 7.4612 9.55191 7.44217 9.57693L5.50616 11.5039C5.37437 11.635 5.30019 11.8132 5.29997 11.9992C5.29975 12.1851 5.37352 12.3635 5.50499 12.495L8.17166 15.1616C8.30306 15.293 8.48132 15.3668 8.66715 15.3667C8.85298 15.3665 9.03113 15.2925 9.16234 15.1609L11.105 13.2125C11.1246 13.1967 11.1435 13.1798 11.1616 13.1616C11.1803 13.143 11.1976 13.1236 11.2137 13.1034ZM9.67446 12.6644L8.00351 10.9935L6.99108 12.0012L8.6659 13.676L9.67446 12.6644ZM5.01356 8.00354L3.33107 6.32105L2.32252 7.3326L4.00113 9.01121L5.01356 8.00354Z", fill: "currentColor", }), }), - mg = (e) => - kt("svg", { + ig = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33333 4.03336C3.05327 4.03336 2.03334 5.05329 2.03334 6.33336V11.3334C2.03334 11.5013 2.10006 11.6624 2.21883 11.7812C2.33761 11.9 2.4987 11.9667 2.66667 11.9667H6C6.16797 11.9667 6.32906 11.9 6.44784 11.7812C6.56661 11.6624 6.63333 11.5013 6.63333 11.3334V6.33336C6.63333 5.05329 5.6134 4.03336 4.33333 4.03336ZM7.23813 4.03336C7.73665 4.66356 8.03333 5.46184 8.03333 6.33336V11.3334C8.03333 11.5505 7.99859 11.7641 7.93219 11.9667H13.3333C13.5013 11.9667 13.6624 11.9 13.7812 11.7812C13.8999 11.6624 13.9667 11.5013 13.9667 11.3334V6.00003C13.9667 4.91996 13.0801 4.03336 12 4.03336H7.23813ZM13.3333 13.3667C13.8726 13.3667 14.3898 13.1525 14.7711 12.7711C15.1524 12.3898 15.3667 11.8726 15.3667 11.3334V6.00003C15.3667 4.14676 13.8533 2.63336 12 2.63336H4.33333C2.28007 2.63336 0.633335 4.2801 0.633335 6.33336V11.3334C0.633335 11.8726 0.847561 12.3898 1.22888 12.7711C1.61021 13.1525 2.12739 13.3667 2.66667 13.3667H13.3333ZM9.3 6.00003C9.3 5.61343 9.6134 5.30003 10 5.30003H12C12.3866 5.30003 12.7 5.61343 12.7 6.00003V7.33336C12.7 7.71996 12.3866 8.03336 12 8.03336C11.6134 8.03336 11.3 7.71996 11.3 7.33336V6.70003H10C9.6134 6.70003 9.3 6.38663 9.3 6.00003ZM3.3 6.66669C3.3 6.2801 3.6134 5.9667 4 5.9667H4.66667C5.05327 5.9667 5.36667 6.2801 5.36667 6.66669C5.36667 7.05329 5.05327 7.36669 4.66667 7.36669H4C3.6134 7.36669 3.3 7.05329 3.3 6.66669Z", fill: "currentColor", }), }), - hg = (e) => - kt("svg", { + lg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22894 2.56222C1.61026 2.1809 2.12745 1.96667 2.66672 1.96667H13.3334C13.8727 1.96667 14.3898 2.1809 14.7712 2.56222C15.1525 2.94355 15.3667 3.46073 15.3667 4.00001V4.65489C15.3668 4.66231 15.3668 4.66973 15.3667 4.67714V8.66667C15.3667 9.05327 15.0533 9.36667 14.6667 9.36667C14.2801 9.36667 13.9667 9.05327 13.9667 8.66667V5.94087L9.05838 9.05988C8.74116 9.25862 8.37439 9.36401 8.00006 9.36401C7.62572 9.36401 7.25896 9.25861 6.94174 9.05987L6.93795 9.05749L2.03339 5.94086V12C2.03339 12.3467 2.31999 12.6333 2.66672 12.6333H8.00006C8.38665 12.6333 8.70006 12.9467 8.70006 13.3333C8.70006 13.7199 8.38665 14.0333 8.00006 14.0333H2.66672C1.54679 14.0333 0.63339 13.1199 0.63339 12V4.67716C0.633271 4.66974 0.633271 4.6623 0.63339 4.65486V4.00001C0.63339 3.46073 0.847615 2.94355 1.22894 2.56222ZM2.03339 4.28212L7.68656 7.87443C7.78063 7.93298 7.88923 7.96402 8.00006 7.96402C8.11088 7.96402 8.21948 7.93298 8.31355 7.87443C8.31406 7.87412 8.31457 7.8738 8.31507 7.87348L13.9667 4.28212V4.00001C13.9667 3.83204 13.9 3.67095 13.7812 3.55217C13.6624 3.4334 13.5014 3.36667 13.3334 3.36667H2.66672C2.49875 3.36667 2.33766 3.4334 2.21889 3.55217C2.10012 3.67095 2.03339 3.83204 2.03339 4.00001V4.28212ZM15.1617 10.8384C15.4351 11.1117 15.4351 11.5549 15.1617 11.8283L12.495 14.495C12.2217 14.7683 11.7784 14.7683 11.5051 14.495L10.1717 13.1616C9.89838 12.8883 9.89838 12.4451 10.1717 12.1717C10.4451 11.8983 10.8883 11.8983 11.1617 12.1717L12.0001 13.0101L14.1717 10.8384C14.4451 10.565 14.8883 10.565 15.1617 10.8384Z", fill: "currentColor", }), }), - fg = (e) => - kt("svg", { + ag = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66672 3.36667C2.31694 3.36667 2.03339 3.65023 2.03339 4.00001V4.28212L7.68656 7.87443C7.78063 7.93298 7.88923 7.96402 8.00006 7.96402C8.11088 7.96402 8.21948 7.93298 8.31355 7.87443C8.31406 7.87412 8.31457 7.8738 8.31507 7.87348L13.9667 4.28212V4.00001C13.9667 3.65023 13.6832 3.36667 13.3334 3.36667H2.66672ZM15.3667 4.65489V4.00001C15.3667 2.87703 14.4564 1.96667 13.3334 1.96667H2.66672C1.54374 1.96667 0.63339 2.87703 0.63339 4.00001V4.65486C0.633271 4.6623 0.633271 4.66974 0.63339 4.67717V12C0.63339 13.123 1.54374 14.0333 2.66672 14.0333H13.3334C14.4564 14.0333 15.3667 13.123 15.3667 12V4.67714C15.3668 4.66973 15.3668 4.66231 15.3667 4.65489ZM13.9667 5.94087L9.05838 9.05988C8.74116 9.25862 8.37439 9.36402 8.00006 9.36402C7.62572 9.36402 7.25896 9.25861 6.94174 9.05987L6.93795 9.05749L2.03339 5.94087V12C2.03339 12.3498 2.31694 12.6333 2.66672 12.6333H13.3334C13.6832 12.6333 13.9667 12.3498 13.9667 12V5.94087Z", fill: "currentColor", }), }), - gg = (e) => - kt("svg", { + Cg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22894 2.56222C1.61026 2.1809 2.12745 1.96667 2.66672 1.96667H13.3334C13.8727 1.96667 14.3898 2.1809 14.7712 2.56222C15.1525 2.94355 15.3667 3.46073 15.3667 4.00001V4.65489C15.3668 4.66231 15.3668 4.66973 15.3667 4.67714V10C15.3667 10.3866 15.0533 10.7 14.6667 10.7C14.2801 10.7 13.9667 10.3866 13.9667 10V5.94087L9.05838 9.05988C8.74116 9.25862 8.37439 9.36402 8.00006 9.36402C7.62572 9.36402 7.25896 9.25861 6.94174 9.05987L6.93795 9.05749L2.03339 5.94087V12C2.03339 12.3467 2.31999 12.6333 2.66672 12.6333H8.00006C8.38665 12.6333 8.70006 12.9467 8.70006 13.3333C8.70006 13.7199 8.38665 14.0333 8.00006 14.0333H2.66672C1.54679 14.0333 0.63339 13.1199 0.63339 12V4.67717C0.633271 4.66974 0.633271 4.6623 0.63339 4.65486V4.00001C0.63339 3.46073 0.847615 2.94355 1.22894 2.56222ZM2.03339 4.28212L7.68656 7.87443C7.78063 7.93298 7.88923 7.96402 8.00006 7.96402C8.11088 7.96402 8.21948 7.93298 8.31355 7.87443C8.31406 7.87412 8.31457 7.8738 8.31507 7.87348L13.9667 4.28212V4.00001C13.9667 3.83204 13.9 3.67095 13.7812 3.55217C13.6624 3.4334 13.5014 3.36667 13.3334 3.36667H2.66672C2.49875 3.36667 2.33766 3.4334 2.21889 3.55217C2.10012 3.67095 2.03339 3.83204 2.03339 4.00001V4.28212ZM9.96672 12.6667C9.96672 12.2801 10.2801 11.9667 10.6667 11.9667H14.6667C15.0533 11.9667 15.3667 12.2801 15.3667 12.6667C15.3667 13.0533 15.0533 13.3667 14.6667 13.3667H10.6667C10.2801 13.3667 9.96672 13.0533 9.96672 12.6667Z", fill: "currentColor", }), }), - vg = (e) => - kt("svg", { + sg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03336C7.86293 2.03336 7.72959 2.07781 7.61997 2.16003L2.28663 6.16003C2.22128 6.20905 2.16615 6.27015 2.12415 6.33986L7.68654 9.8745C7.7806 9.93301 7.88917 9.96404 7.99997 9.96404C8.11076 9.96404 8.21933 9.93301 8.31339 9.8745L13.8748 6.34048C13.8331 6.27155 13.778 6.20952 13.7112 6.15842C13.7107 6.15806 13.7102 6.1577 13.7097 6.15734L8.37997 2.16003C8.27034 2.07781 8.137 2.03336 7.99997 2.03336ZM13.9666 7.94089L9.05829 11.0599C8.74108 11.2586 8.3743 11.364 7.99997 11.364C7.62563 11.364 7.25887 11.2586 6.94165 11.0599L6.93786 11.0575L2.0333 7.94088V13.3334C2.0333 13.5013 2.10003 13.6624 2.2188 13.7812C2.33757 13.9 2.49866 13.9667 2.66663 13.9667H13.3333C13.5013 13.9667 13.6624 13.9 13.7811 13.7812C13.8999 13.6624 13.9666 13.5013 13.9666 13.3334V7.94089ZM6.77997 1.04003C7.13193 0.776057 7.56001 0.633362 7.99997 0.633362C8.43992 0.633362 8.868 0.776057 9.21997 1.04003L14.5569 5.0427C15.0602 5.42523 15.3666 6.02274 15.3666 6.66669V13.3334C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1525 13.8726 15.3667 13.3333 15.3667H2.66663C2.12736 15.3667 1.61017 15.1525 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3334V6.66669C0.633301 6.35103 0.706796 6.0397 0.847966 5.75736C0.989135 5.47502 1.1941 5.22943 1.44663 5.04003L6.77997 1.04003Z", fill: "currentColor", }), }), - wg = (e) => - kt("svg", { + cg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22894 2.56222C1.61026 2.1809 2.12745 1.96667 2.66672 1.96667H13.3334C13.8727 1.96667 14.3898 2.1809 14.7712 2.56222C15.1525 2.94355 15.3667 3.46073 15.3667 4.00001V4.65489C15.3668 4.66231 15.3668 4.66973 15.3667 4.67714V8.66667C15.3667 9.05327 15.0533 9.36667 14.6667 9.36667C14.2801 9.36667 13.9667 9.05327 13.9667 8.66667V5.94087L9.05838 9.05988C8.74116 9.25862 8.37439 9.36402 8.00006 9.36402C7.62572 9.36402 7.25896 9.25861 6.94174 9.05987L6.93795 9.05749L2.03339 5.94087V12C2.03339 12.3467 2.31999 12.6333 2.66672 12.6333H8.00006C8.38665 12.6333 8.70006 12.9467 8.70006 13.3333C8.70006 13.7199 8.38665 14.0333 8.00006 14.0333H2.66672C1.54679 14.0333 0.63339 13.1199 0.63339 12V4.67717C0.633271 4.66974 0.633271 4.6623 0.63339 4.65486V4.00001C0.63339 3.46073 0.847615 2.94355 1.22894 2.56222ZM2.03339 4.28212L7.68656 7.87443C7.78063 7.93298 7.88923 7.96402 8.00006 7.96402C8.11088 7.96402 8.21948 7.93298 8.31355 7.87443C8.31406 7.87412 8.31457 7.8738 8.31507 7.87348L13.9667 4.28212V4.00001C13.9667 3.83204 13.9 3.67095 13.7812 3.55217C13.6624 3.4334 13.5014 3.36667 13.3334 3.36667H2.66672C2.49875 3.36667 2.33766 3.4334 2.21889 3.55217C2.10012 3.67095 2.03339 3.83204 2.03339 4.00001V4.28212ZM12.6667 9.96667C13.0533 9.96667 13.3667 10.2801 13.3667 10.6667V11.9667H14.6667C15.0533 11.9667 15.3667 12.2801 15.3667 12.6667C15.3667 13.0533 15.0533 13.3667 14.6667 13.3667H13.3667V14.6667C13.3667 15.0533 13.0533 15.3667 12.6667 15.3667C12.2801 15.3667 11.9667 15.0533 11.9667 14.6667V13.3667H10.6667C10.2801 13.3667 9.96672 13.0533 9.96672 12.6667C9.96672 12.2801 10.2801 11.9667 10.6667 11.9667H11.9667V10.6667C11.9667 10.2801 12.2801 9.96667 12.6667 9.96667Z", fill: "currentColor", }), }), - Lg = (e) => - kt("svg", { + dg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22894 2.56222C1.61026 2.1809 2.12745 1.96667 2.66672 1.96667H13.3334C13.8727 1.96667 14.3898 2.1809 14.7712 2.56222C15.1525 2.94355 15.3667 3.46073 15.3667 4.00001V4.65489C15.3668 4.66231 15.3668 4.66973 15.3667 4.67714V7.00001C15.3667 7.38661 15.0533 7.70001 14.6667 7.70001C14.2801 7.70001 13.9667 7.38661 13.9667 7.00001V5.94087L9.05838 9.05988C8.74116 9.25862 8.37439 9.36402 8.00006 9.36402C7.62572 9.36402 7.25896 9.25861 6.94174 9.05987L6.93795 9.05749L2.03339 5.94087V12C2.03339 12.3467 2.31999 12.6333 2.66672 12.6333H11.0001C11.3867 12.6333 11.7001 12.9467 11.7001 13.3333C11.7001 13.7199 11.3867 14.0333 11.0001 14.0333H2.66672C1.54679 14.0333 0.63339 13.1199 0.63339 12V4.67717C0.633271 4.66974 0.633271 4.6623 0.63339 4.65486V4.00001C0.63339 3.46073 0.847615 2.94355 1.22894 2.56222ZM2.03339 4.28212L7.68656 7.87443C7.78063 7.93298 7.88923 7.96402 8.00006 7.96402C8.11088 7.96402 8.21948 7.93298 8.31355 7.87443C8.31406 7.87412 8.31457 7.8738 8.31507 7.87348L13.9667 4.28212V4.00001C13.9667 3.83204 13.9 3.67095 13.7812 3.55217C13.6624 3.4334 13.5014 3.36667 13.3334 3.36667H2.66672C2.49875 3.36667 2.33766 3.4334 2.21889 3.55217C2.10012 3.67095 2.03339 3.83204 2.03339 4.00001V4.28212ZM13.4072 10.0402C13.2496 10.0159 13.0885 10.0462 12.9504 10.126C12.9382 10.1331 12.9257 10.1398 12.9131 10.1461C12.8416 10.1818 12.7294 10.2933 12.6262 10.4997C12.4533 10.8455 12.0328 10.9857 11.687 10.8128C11.3412 10.6399 11.2011 10.2194 11.374 9.87363C11.5351 9.55142 11.817 9.13686 12.2673 8.90391C12.6775 8.67203 13.154 8.58474 13.6201 8.65645C14.0929 8.72919 14.5267 8.96117 14.8497 9.314C14.8651 9.33083 14.8797 9.34841 14.8934 9.36667C15.1395 9.69476 15.3667 10.1079 15.3667 10.6533C15.3667 11.4608 14.7595 11.977 14.3917 12.2252C14.1842 12.3653 13.9815 12.4687 13.8334 12.5366C13.7584 12.5709 13.6949 12.5973 13.6486 12.6157C13.6255 12.6249 13.6064 12.6321 13.5922 12.6374L13.5746 12.6438L13.5686 12.646L13.5664 12.6468L13.565 12.6472C13.5648 12.6473 13.5646 12.6474 13.3511 12.0373L13.565 12.6472C13.2001 12.775 12.8004 12.5828 12.6727 12.2179C12.5452 11.8538 12.7365 11.4553 13.0999 11.3268C13.1006 11.3265 13.1012 11.3263 13.1018 11.3261L13.1045 11.3251C13.1098 11.3231 13.1194 11.3195 13.1327 11.3142C13.1594 11.3036 13.2001 11.2868 13.2501 11.2639C13.352 11.2172 13.4826 11.1497 13.6084 11.0648C13.9073 10.8631 13.9667 10.7125 13.9667 10.6533C13.9667 10.5383 13.9312 10.4241 13.7959 10.2372C13.6908 10.132 13.5547 10.0629 13.4072 10.0402ZM13.1018 11.3261C13.102 11.326 13.1021 11.326 13.3334 11.9867L13.1018 11.3261C13.1019 11.3261 13.1017 11.3261 13.1018 11.3261ZM13.3334 13.9667C13.72 13.9667 14.0334 14.2801 14.0334 14.6667V14.6733C14.0334 15.0599 13.72 15.3733 13.3334 15.3733C12.9468 15.3733 12.6334 15.0599 12.6334 14.6733V14.6667C12.6334 14.2801 12.9468 13.9667 13.3334 13.9667Z", fill: "currentColor", }), }), - bg = (e) => - kt("svg", { + ug = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22894 2.56222C1.61026 2.1809 2.12745 1.96667 2.66672 1.96667H13.3334C13.8727 1.96667 14.3898 2.1809 14.7712 2.56222C15.1525 2.94355 15.3667 3.46073 15.3667 4.00001V4.65489C15.3668 4.66231 15.3668 4.66973 15.3667 4.67714V8.33334C15.3667 8.71994 15.0533 9.03334 14.6667 9.03334C14.2801 9.03334 13.9667 8.71994 13.9667 8.33334V5.94087L9.05838 9.05988C8.74116 9.25862 8.37439 9.36402 8.00006 9.36402C7.62572 9.36402 7.25896 9.25861 6.94174 9.05987L6.93795 9.05749L2.03339 5.94087V12C2.03339 12.3467 2.31999 12.6333 2.66672 12.6333H7.66672C8.05332 12.6333 8.36672 12.9467 8.36672 13.3333C8.36672 13.7199 8.05332 14.0333 7.66672 14.0333H2.66672C1.54679 14.0333 0.63339 13.1199 0.63339 12V4.67717C0.633271 4.66974 0.633271 4.6623 0.63339 4.65486V4.00001C0.63339 3.46073 0.847615 2.94355 1.22894 2.56222ZM2.03339 4.28212L7.68656 7.87443C7.78063 7.93298 7.88923 7.96402 8.00006 7.96402C8.11088 7.96402 8.21948 7.93298 8.31355 7.87443C8.31406 7.87412 8.31457 7.8738 8.31507 7.87348L13.9667 4.28212V4.00001C13.9667 3.83204 13.9 3.67095 13.7812 3.55217C13.6624 3.4334 13.5014 3.36667 13.3334 3.36667H2.66672C2.49875 3.36667 2.33766 3.4334 2.21889 3.55217C2.10012 3.67095 2.03339 3.83204 2.03339 4.00001V4.28212ZM11.0669 12.9052C10.8318 12.6628 10.7001 12.3382 10.7001 12C10.7001 11.6552 10.837 11.3246 11.0808 11.0808C11.3246 10.837 11.6553 10.7 12.0001 10.7C12.3448 10.7 12.6755 10.837 12.9193 11.0808M12.9193 11.0808C13.1629 11.3245 13.3001 11.6554 13.3001 12C13.3001 12.3382 13.1683 12.6628 12.9332 12.9052C12.924 12.9146 12.9147 12.9239 12.9052 12.9331C12.6628 13.1682 12.3382 13.3 12.0001 13.3C11.6619 13.3 11.3373 13.1682 11.0949 12.9331C11.0854 12.9239 11.0761 12.9146 11.0669 12.9052M10.0996 10.0821C10.5875 9.59864 11.2589 9.30001 12.0001 9.30001C12.7412 9.30001 13.4126 9.59864 13.9005 10.0821C13.9034 10.085 13.9063 10.0879 13.9092 10.0908C13.9121 10.0937 13.915 10.0966 13.9179 10.0995C14.4014 10.5874 14.7001 11.2588 14.7001 12C14.7001 12.4915 14.5687 12.9523 14.3393 13.3493L15.1617 14.1717C15.4351 14.4451 15.4351 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13.3493 14.3392C12.9524 14.5687 12.4915 14.7 12.0001 14.7C11.2604 14.7 10.5902 14.4026 10.1026 13.9208C10.0987 13.917 10.0948 13.9131 10.0909 13.9092C10.0869 13.9052 10.083 13.9013 10.079 13.8973C9.59739 13.4097 9.30006 12.7396 9.30006 12C9.30006 11.2588 9.59869 10.5874 10.0822 10.0995C10.0851 10.0966 10.088 10.0937 10.0909 10.0908C10.0938 10.0879 10.0967 10.085 10.0996 10.0821Z", fill: "currentColor", }), }), - Mg = (e) => - kt("svg", { + pg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33333 3.36667C4.98355 3.36667 4.7 3.65023 4.7 4.00001V4.24633L9.06055 6.56786C9.23577 6.65961 9.4309 6.65961 9.60612 6.56786C9.60651 6.56765 9.60691 6.56744 9.60731 6.56723L13.9667 4.24633V4.00001C13.9667 3.65023 13.6831 3.36667 13.3333 3.36667H5.33333ZM15.3667 4.65216V4.00001C15.3667 2.87703 14.4563 1.96667 13.3333 1.96667H5.33333C4.21035 1.96667 3.3 2.87703 3.3 4.00001V4.65216C3.29981 4.66145 3.29982 4.67072 3.3 4.67998V10C3.3 11.123 4.21035 12.0333 5.33333 12.0333H13.3333C14.4563 12.0333 15.3667 11.123 15.3667 10V4.67998C15.3668 4.67072 15.3669 4.66145 15.3667 4.65216ZM13.9667 5.83238L10.2594 7.80612C9.67528 8.11353 8.99139 8.11353 8.40731 7.80612L8.40437 7.80457L4.7 5.83238V10C4.7 10.3498 4.98355 10.6333 5.33333 10.6333H13.3333C13.6831 10.6333 13.9667 10.3498 13.9667 10V5.83238ZM1.33333 4.63334C1.71993 4.63334 2.03333 4.94674 2.03333 5.33334V12.6667C2.03333 13.0134 2.31993 13.3 2.66667 13.3H12C12.3866 13.3 12.7 13.6134 12.7 14C12.7 14.3866 12.3866 14.7 12 14.7H2.66667C1.54673 14.7 0.633333 13.7866 0.633333 12.6667V5.33334C0.633333 4.94674 0.946734 4.63334 1.33333 4.63334Z", fill: "currentColor", }), }), - Hg = (e) => - kt("svg", { + mg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22894 2.56222C1.61026 2.1809 2.12745 1.96667 2.66672 1.96667H13.3334C13.8727 1.96667 14.3898 2.1809 14.7712 2.56222C15.1525 2.94355 15.3667 3.46073 15.3667 4.00001V4.65489C15.3668 4.66231 15.3668 4.66973 15.3667 4.67714V7.00001C15.3667 7.38661 15.0533 7.70001 14.6667 7.70001C14.2801 7.70001 13.9667 7.38661 13.9667 7.00001V5.94087L9.05838 9.05988C8.74116 9.25862 8.37439 9.36402 8.00006 9.36402C7.62572 9.36402 7.25896 9.25861 6.94174 9.05987L6.93795 9.05749L2.03339 5.94087V12C2.03339 12.3467 2.31999 12.6333 2.66672 12.6333H11.0001C11.3867 12.6333 11.7001 12.9467 11.7001 13.3333C11.7001 13.7199 11.3867 14.0333 11.0001 14.0333H2.66672C1.54679 14.0333 0.63339 13.1199 0.63339 12V4.67717C0.633271 4.66974 0.633271 4.6623 0.63339 4.65486V4.00001C0.63339 3.46073 0.847615 2.94355 1.22894 2.56222ZM2.03339 4.28212L7.68656 7.87443C7.78063 7.93298 7.88923 7.96402 8.00006 7.96402C8.11088 7.96402 8.21948 7.93298 8.31355 7.87443C8.31406 7.87412 8.31457 7.8738 8.31507 7.87348L13.9667 4.28212V4.00001C13.9667 3.83204 13.9 3.67095 13.7812 3.55217C13.6624 3.4334 13.5014 3.36667 13.3334 3.36667H2.66672C2.49875 3.36667 2.33766 3.4334 2.21889 3.55217C2.10012 3.67095 2.03339 3.83204 2.03339 4.00001V4.28212ZM13.3334 8.63334C13.72 8.63334 14.0334 8.94674 14.0334 9.33334V12C14.0334 12.3866 13.72 12.7 13.3334 12.7C12.9468 12.7 12.6334 12.3866 12.6334 12V9.33334C12.6334 8.94674 12.9468 8.63334 13.3334 8.63334ZM13.3334 13.9667C13.72 13.9667 14.0334 14.2801 14.0334 14.6667V14.6733C14.0334 15.0599 13.72 15.3733 13.3334 15.3733C12.9468 15.3733 12.6334 15.0599 12.6334 14.6733V14.6667C12.6334 14.2801 12.9468 13.9667 13.3334 13.9667Z", fill: "currentColor", }), }), - Eg = (e) => - kt("svg", { + hg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22894 2.56222C1.61026 2.1809 2.12745 1.96667 2.66672 1.96667H13.3334C13.8727 1.96667 14.3898 2.1809 14.7712 2.56222C15.1525 2.94355 15.3667 3.46073 15.3667 4.00001V4.65489C15.3668 4.66231 15.3668 4.66973 15.3667 4.67714V8.66667C15.3667 9.05327 15.0533 9.36667 14.6667 9.36667C14.2801 9.36667 13.9667 9.05327 13.9667 8.66667V5.94087L9.05838 9.05988C8.74116 9.25862 8.37439 9.36401 8.00006 9.36401C7.62572 9.36401 7.25896 9.25861 6.94174 9.05987L6.93795 9.05749L2.03339 5.94086V12C2.03339 12.3467 2.31999 12.6333 2.66672 12.6333H8.66672C9.05332 12.6333 9.36672 12.9467 9.36672 13.3333C9.36672 13.7199 9.05332 14.0333 8.66672 14.0333H2.66672C1.54679 14.0333 0.63339 13.1199 0.63339 12V4.67716C0.633271 4.66974 0.633271 4.6623 0.63339 4.65486V4.00001C0.63339 3.46073 0.847615 2.94355 1.22894 2.56222ZM2.03339 4.28212L7.68656 7.87443C7.78063 7.93298 7.88923 7.96402 8.00006 7.96402C8.11088 7.96402 8.21948 7.93298 8.31355 7.87443C8.31406 7.87412 8.31457 7.8738 8.31507 7.87348L13.9667 4.28212V4.00001C13.9667 3.83204 13.9 3.67095 13.7812 3.55217C13.6624 3.4334 13.5014 3.36667 13.3334 3.36667H2.66672C2.49875 3.36667 2.33766 3.4334 2.21889 3.55217C2.10012 3.67095 2.03339 3.83204 2.03339 4.00001V4.28212ZM10.8384 10.8384C11.1118 10.565 11.555 10.565 11.8284 10.8384L12.6667 11.6767L13.5051 10.8384C13.7784 10.565 14.2217 10.565 14.495 10.8384C14.7684 11.1117 14.7684 11.5549 14.495 11.8283L13.6567 12.6667L14.495 13.505C14.7684 13.7784 14.7684 14.2216 14.495 14.495C14.2217 14.7683 13.7784 14.7683 13.5051 14.495L12.6667 13.6566L11.8284 14.495C11.555 14.7683 11.1118 14.7683 10.8384 14.495C10.565 14.2216 10.565 13.7784 10.8384 13.505L11.6768 12.6667L10.8384 11.8283C10.565 11.5549 10.565 11.1117 10.8384 10.8384Z", fill: "currentColor", }), }), - Rg = (e) => - kt("svg", { + fg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.368 1.40453C14.5744 1.53208 14.7 1.75738 14.7 1.99999V12C14.7 12.2651 14.5502 12.5075 14.313 12.6261L10.313 14.6261C10.116 14.7246 9.88401 14.7246 9.68694 14.6261L5.99999 12.7826L2.31304 14.6261C2.09605 14.7346 1.83835 14.723 1.63198 14.5954C1.4256 14.4679 1.29999 14.2426 1.29999 14V3.99999C1.29999 3.73485 1.44979 3.49246 1.68694 3.37389L5.68694 1.37389C5.88401 1.27535 6.11597 1.27535 6.31304 1.37389L9.99999 3.21736L13.6869 1.37389C13.9039 1.26539 14.1616 1.27699 14.368 1.40453ZM9.29999 4.43261L6.69999 3.13261V11.5674L9.29999 12.8674V4.43261ZM10.7 12.8674L13.3 11.5674V3.13261L10.7 4.43261V12.8674ZM5.29999 11.5674V3.13261L2.69999 4.43261V12.8674L5.29999 11.5674Z", fill: "currentColor", }), }), - yg = (e) => - kt("svg", { + gg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.03336C6.77116 2.03336 5.59265 2.52152 4.72373 3.39043C3.85481 4.25935 3.36666 5.43786 3.36666 6.66669C3.36666 8.39017 4.53932 10.2198 5.85651 11.7016C6.49869 12.4241 7.14304 13.0284 7.62761 13.4524C7.7666 13.574 7.89203 13.6804 7.99999 13.7702C8.10795 13.6804 8.23339 13.574 8.37237 13.4524C8.85695 13.0284 9.5013 12.4241 10.1435 11.7016C11.4607 10.2198 12.6333 8.39017 12.6333 6.66669C12.6333 5.43786 12.1452 4.25935 11.2763 3.39043C10.4073 2.52152 9.22883 2.03336 7.99999 2.03336ZM7.99999 14.6667C7.57999 15.2267 7.57984 15.2266 7.57967 15.2265L7.57922 15.2261L7.57797 15.2252L7.574 15.2222L7.5604 15.2118L7.5113 15.1741C7.46917 15.1414 7.40865 15.094 7.33235 15.0327C7.17983 14.9101 6.96392 14.7319 6.70571 14.506C6.19028 14.055 5.5013 13.4093 4.81014 12.6317C3.46066 11.1136 1.96666 8.94321 1.96666 6.66669C1.96666 5.06656 2.60231 3.53195 3.73378 2.40048C4.86525 1.26901 6.39985 0.633362 7.99999 0.633362C9.60013 0.633362 11.1347 1.26901 12.2662 2.40048C13.3977 3.53195 14.0333 5.06656 14.0333 6.66669C14.0333 8.94321 12.5393 11.1136 11.1898 12.6317C10.4987 13.4093 9.80971 14.055 9.29428 14.506C9.03607 14.7319 8.82016 14.9101 8.66763 15.0327C8.59134 15.094 8.53082 15.1414 8.48869 15.1741L8.43959 15.2118L8.42598 15.2222L8.42202 15.2252L8.42076 15.2261L8.42032 15.2265C8.42014 15.2266 8.41999 15.2267 7.99999 14.6667ZM7.99999 14.6667L8.41999 15.2267C8.1711 15.4134 7.82888 15.4134 7.57999 15.2267L7.99999 14.6667ZM7.99999 5.36669C7.28202 5.36669 6.69999 5.94872 6.69999 6.66669C6.69999 7.38466 7.28202 7.96669 7.99999 7.96669C8.71796 7.96669 9.29999 7.38466 9.29999 6.66669C9.29999 5.94872 8.71796 5.36669 7.99999 5.36669ZM5.29999 6.66669C5.29999 5.17553 6.50882 3.9667 7.99999 3.9667C9.49116 3.9667 10.7 5.17553 10.7 6.66669C10.7 8.15786 9.49116 9.36669 7.99999 9.36669C6.50882 9.36669 5.29999 8.15786 5.29999 6.66669Z", fill: "currentColor", }), }), - Vg = (e) => - kt("svg", { + vg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 2.03336C7.12479 2.03336 6.28542 2.38104 5.66655 2.99991C5.04768 3.61878 4.70001 4.45815 4.70001 5.33336C4.70001 6.55684 5.53934 7.88647 6.52319 8.99331C6.9987 9.52825 7.47638 9.97631 7.83596 10.2909C7.89403 10.3417 7.94888 10.389 8 10.4324C8.05112 10.389 8.10598 10.3417 8.16405 10.2909C8.52363 9.97631 9.00131 9.52825 9.47682 8.99331C10.4607 7.88647 11.3 6.55684 11.3 5.33336C11.3 4.45815 10.9523 3.61878 10.3335 2.99991C9.71459 2.38104 8.87522 2.03336 8.00001 2.03336ZM8 11.3334C7.58001 11.8934 7.57986 11.8933 7.5797 11.8931L7.5793 11.8928L7.57822 11.892L7.57498 11.8896L7.56423 11.8814L7.52628 11.8522C7.49392 11.8271 7.44772 11.7909 7.38966 11.7443C7.27359 11.651 7.10976 11.5158 6.91405 11.3445C6.54814 11.0244 6.06638 10.5744 5.57556 10.0334H3.39343L2.08231 13.9667H13.9177L12.6066 10.0334H10.4245C9.93363 10.5744 9.45187 11.0244 9.08596 11.3445C8.89025 11.5158 8.72642 11.651 8.61035 11.7443C8.55229 11.7909 8.50609 11.8271 8.47373 11.8522L8.43578 11.8814L8.42503 11.8896L8.42179 11.892L8.42071 11.8928L8.42031 11.8931C8.42015 11.8933 8.42 11.8934 8 11.3334ZM11.5303 8.63336C12.1794 7.66529 12.7 6.52313 12.7 5.33336C12.7 4.08684 12.2048 2.89138 11.3234 2.00996C10.442 1.12854 9.24652 0.633362 8 0.633362C6.75349 0.633362 5.55802 1.12854 4.6766 2.00996C3.79518 2.89138 3.30001 4.08684 3.30001 5.33336C3.30001 6.52313 3.82059 7.66529 4.46971 8.63336H3.33334C3.32064 8.63336 3.30794 8.63371 3.29526 8.6344C3.01719 8.64955 2.75038 8.74929 2.53056 8.92026C2.31275 9.08966 2.15137 9.32099 2.06756 9.58376L0.770907 13.4737C0.631747 13.6984 0.632912 13.9172 0.633303 13.9906C0.633322 13.9941 0.633339 13.9972 0.633339 14C0.633339 14.3591 0.756085 14.7127 1.0217 14.9783C1.28731 15.2439 1.64093 15.3667 2.00001 15.3667H14C14.3591 15.3667 14.7127 15.2439 14.9783 14.9783C15.2439 14.7127 15.3667 14.3591 15.3667 14C15.3667 13.9972 15.3667 13.9941 15.3667 13.9906C15.3671 13.9172 15.3683 13.6984 15.2291 13.4737L13.9325 9.58377C13.8486 9.321 13.6873 9.08967 13.4695 8.92026C13.2496 8.74929 12.9828 8.64955 12.7048 8.6344C12.6921 8.63371 12.6794 8.63336 12.6667 8.63336H11.5303ZM8 11.3334L8.42 11.8934C8.17112 12.08 7.82889 12.08 7.58001 11.8934L8 11.3334ZM8 4.70003C7.65022 4.70003 7.36667 4.98358 7.36667 5.33336C7.36667 5.68314 7.65022 5.96669 8 5.96669C8.34979 5.96669 8.63334 5.68314 8.63334 5.33336C8.63334 4.98358 8.34979 4.70003 8 4.70003ZM5.96667 5.33336C5.96667 4.21038 6.87703 3.30003 8 3.30003C9.12298 3.30003 10.0333 4.21038 10.0333 5.33336C10.0333 6.45634 9.12298 7.36669 8 7.36669C6.87703 7.36669 5.96667 6.45634 5.96667 5.33336Z", fill: "currentColor", }), }), - Sg = (e) => - kt("svg", { + wg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.3424 1.25283C6.16862 0.843208 7.07871 0.631132 8.00088 0.633318C9.6007 0.633552 11.1349 1.26918 12.2662 2.40044C13.3977 3.53191 14.0333 5.06651 14.0333 6.66665V6.67971C14.0163 7.59012 13.8074 8.48671 13.4203 9.3109C13.2559 9.66083 12.839 9.81126 12.4891 9.64691C12.1392 9.48256 11.9887 9.06566 12.1531 8.71574C12.4555 8.07177 12.6191 7.37142 12.6333 6.66015C12.6333 6.66232 12.6333 6.66449 12.6333 6.66665H13.3333L12.6335 6.65359C12.6334 6.65578 12.6334 6.65797 12.6333 6.66015C12.6316 5.43366 12.1436 4.25778 11.2763 3.39039C10.4073 2.52147 9.22883 2.03332 8 2.03332L7.99824 2.03332C7.29269 2.03154 6.59638 2.19375 5.96426 2.50714C5.61789 2.67886 5.1979 2.53728 5.02618 2.19091C4.85445 1.84454 4.99603 1.42455 5.3424 1.25283ZM0.838357 0.838343C1.11172 0.564976 1.55494 0.564976 1.82831 0.838343L4.10632 3.11636C4.1126 3.1224 4.11874 3.12855 4.12476 3.1348L6.57116 5.5812C6.57802 5.58778 6.58473 5.5945 6.5913 5.60134L9.06532 8.07536C9.07215 8.08192 9.07886 8.08863 9.08544 8.09548L11.822 10.832C11.8267 10.8366 11.8313 10.8412 11.8358 10.8459L15.1616 14.1717C15.435 14.445 15.435 14.8883 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L11.385 12.375C10.498 13.4172 9.50928 14.3692 8.43306 15.2166C8.18383 15.4129 7.83378 15.417 7.58 15.2267L8 14.6667C7.58 15.2267 7.58017 15.2268 7.58 15.2267L7.57797 15.2251L7.57401 15.2221L7.5604 15.2118L7.5113 15.174C7.46917 15.1414 7.40865 15.0939 7.33236 15.0326C7.17983 14.9101 6.96392 14.7319 6.70571 14.506C6.19029 14.055 5.5013 13.4093 4.81014 12.6317C3.46067 11.1135 1.96666 8.94317 1.96666 6.66665L1.96667 6.66549C1.96837 5.63229 2.23357 4.61999 2.73279 3.72273L0.838357 1.82829C0.56499 1.55493 0.56499 1.11171 0.838357 0.838343ZM3.77504 4.76497C3.50826 5.36051 3.36784 6.00834 3.36666 6.66723C3.36693 8.39054 4.53947 10.2199 5.85652 11.7016C6.49869 12.424 7.14304 13.0283 7.62762 13.4523C7.76539 13.5729 7.88984 13.6785 7.99716 13.7678C8.86375 13.0441 9.66499 12.2456 10.3916 11.3816L8.35472 9.34466C8.23611 9.36037 8.11635 9.36774 7.99634 9.36665C7.28157 9.36568 6.59629 9.08132 6.09081 8.57584C5.58532 8.07035 5.30097 7.38507 5.3 6.67031C5.29891 6.55029 5.30628 6.43054 5.32199 6.31192L3.77504 4.76497ZM7.82262 4.55013C7.92011 4.17602 8.30241 3.95178 8.67652 4.04927C9.1433 4.17091 9.56897 4.41538 9.90926 4.75726C10.2496 5.09914 10.492 5.52594 10.6115 5.99327C10.7073 6.36783 10.4813 6.74909 10.1067 6.84484C9.73215 6.94059 9.35089 6.71458 9.25514 6.34003C9.19762 6.11501 9.08086 5.90952 8.91702 5.74491C8.75317 5.5803 8.54822 5.4626 8.32347 5.40403C7.94937 5.30654 7.72513 4.92423 7.82262 4.55013Z", fill: "currentColor", }), }), - Tg = (e) => - kt("svg", { + Lg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6959 1.71074C2.8094 1.46062 3.05868 1.29999 3.33334 1.29999H12.6667C12.9413 1.29999 13.1906 1.46062 13.3041 1.71074C13.4176 1.96085 13.3743 2.25424 13.1935 2.46094L8.70001 7.59634V13.9667H10.6667C11.0533 13.9667 11.3667 14.2801 11.3667 14.6667C11.3667 15.0533 11.0533 15.3667 10.6667 15.3667H5.33334C4.94674 15.3667 4.63334 15.0533 4.63334 14.6667C4.63334 14.2801 4.94674 13.9667 5.33334 13.9667H7.30001V7.59634L2.80654 2.46094C2.62567 2.25424 2.5824 1.96085 2.6959 1.71074ZM8.00001 6.27031L11.124 2.69999H4.87598L8.00001 6.27031Z", fill: "currentColor", }), }), - Ng = (e) => - kt("svg", { + bg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.99999 2.69999C9.61339 2.69999 9.29999 2.38659 9.29999 1.99999C9.29999 1.61339 9.61339 1.29999 9.99999 1.29999H14C14.3866 1.29999 14.7 1.61339 14.7 1.99999V5.99999C14.7 6.38659 14.3866 6.69999 14 6.69999C13.6134 6.69999 13.3 6.38659 13.3 5.99999V3.68994L9.8283 7.16163C9.55493 7.435 9.11171 7.435 8.83835 7.16163C8.56498 6.88826 8.56498 6.44505 8.83835 6.17168L12.31 2.69999H9.99999ZM7.16163 8.83835C7.435 9.11171 7.435 9.55493 7.16163 9.8283L3.68994 13.3H5.99999C6.38659 13.3 6.69999 13.6134 6.69999 14C6.69999 14.3866 6.38659 14.7 5.99999 14.7H1.99999C1.61339 14.7 1.29999 14.3866 1.29999 14V9.99999C1.29999 9.61339 1.61339 9.29999 1.99999 9.29999C2.38659 9.29999 2.69999 9.61339 2.69999 9.99999V12.31L6.17168 8.83835C6.44505 8.56498 6.88826 8.56498 7.16163 8.83835Z", fill: "currentColor", }), }), - xg = (e) => - kt("svg", { + Mg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.89554 1.89554C2.27686 1.51421 2.79405 1.29999 3.33332 1.29999H5.33332C5.71992 1.29999 6.03332 1.61339 6.03332 1.99999C6.03332 2.38659 5.71992 2.69999 5.33332 2.69999H3.33332C3.16535 2.69999 3.00426 2.76671 2.88549 2.88549C2.76671 3.00426 2.69999 3.16535 2.69999 3.33332V5.33332C2.69999 5.71992 2.38659 6.03332 1.99999 6.03332C1.61339 6.03332 1.29999 5.71992 1.29999 5.33332V3.33332C1.29999 2.79405 1.51421 2.27686 1.89554 1.89554ZM9.96665 1.99999C9.96665 1.61339 10.2801 1.29999 10.6667 1.29999H12.6667C13.2059 1.29999 13.7231 1.51421 14.1044 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V5.33332C14.7 5.71992 14.3866 6.03332 14 6.03332C13.6134 6.03332 13.3 5.71992 13.3 5.33332V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9957 2.76671 12.8346 2.69999 12.6667 2.69999H10.6667C10.2801 2.69999 9.96665 2.38659 9.96665 1.99999ZM1.99999 9.96665C2.38659 9.96665 2.69999 10.2801 2.69999 10.6667V12.6667C2.69999 12.8346 2.76671 12.9957 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H5.33332C5.71992 13.3 6.03332 13.6134 6.03332 14C6.03332 14.3866 5.71992 14.7 5.33332 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1044C1.51421 13.7231 1.29999 13.2059 1.29999 12.6667V10.6667C1.29999 10.2801 1.61339 9.96665 1.99999 9.96665ZM14 9.96665C14.3866 9.96665 14.7 10.2801 14.7 10.6667V12.6667C14.7 13.2059 14.4858 13.7231 14.1044 14.1044C13.7231 14.4858 13.2059 14.7 12.6667 14.7H10.6667C10.2801 14.7 9.96665 14.3866 9.96665 14C9.96665 13.6134 10.2801 13.3 10.6667 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6667V10.6667C13.3 10.2801 13.6134 9.96665 14 9.96665Z", fill: "currentColor", }), }), - _g = (e) => - kt("svg", { + Hg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.17338 0.808967C3.13232 0.824 3.09207 0.843117 3.05319 0.86645C3.04987 0.868439 3.04658 0.870451 3.04331 0.872486C2.78101 1.01235 2.55236 1.20814 2.37368 1.44624C2.37356 1.44639 2.37379 1.44608 2.37368 1.44624L1.30063 2.87253L1.29959 2.8739C1.06091 3.19279 0.921142 3.57476 0.897645 3.97239C0.874149 4.37002 0.967959 4.76579 1.16743 5.11057L4.12325 10.2167C4.02129 10.5713 3.96667 10.9459 3.96667 11.3334C3.96667 13.5609 5.77245 15.3667 8 15.3667C10.2275 15.3667 12.0333 13.5609 12.0333 11.3334C12.0333 10.9459 11.9787 10.5713 11.8767 10.2167L14.8325 5.11072L14.8341 5.10793C15.0321 4.76218 15.1242 4.36586 15.0989 3.96822C15.0736 3.57127 14.9325 3.19046 14.693 2.87293C14.6926 2.87237 14.6922 2.87182 14.6918 2.87127L13.6273 1.44753L13.6267 1.4467C13.4479 1.20839 13.2192 1.01244 12.9567 0.872486C12.9534 0.870451 12.9501 0.868439 12.9468 0.86645C12.9079 0.843117 12.8677 0.824001 12.8266 0.808967C12.5667 0.693327 12.2851 0.633362 12 0.633362H4C3.71487 0.633362 3.43327 0.693327 3.17338 0.808967ZM11.4303 2.03336H4.56967L5.72967 3.9667H10.2703L11.4303 2.03336ZM11.261 5.03671C11.2653 5.02983 11.2695 5.02287 11.2735 5.01584L12.731 2.58672L13.5727 3.71252L13.5749 3.71546C13.6497 3.81446 13.6938 3.93327 13.7017 4.05713C13.7096 4.18053 13.6811 4.30351 13.6199 4.41092C13.6197 4.41132 13.6195 4.41172 13.6192 4.41212L11.1038 8.75749C10.72 8.29555 10.235 7.92067 9.68292 7.66683L11.261 5.03671ZM9.43033 5.36669H6.56967L7.73481 7.30861C7.82247 7.30292 7.9109 7.30003 8 7.30003C8.0891 7.30003 8.17752 7.30292 8.26519 7.30861L9.43033 5.36669ZM6.31708 7.66683C5.76496 7.92067 5.28 8.29555 4.89621 8.75749L2.37924 4.40949C2.37921 4.40944 2.37926 4.40953 2.37924 4.40949C2.31716 4.30213 2.28789 4.17877 2.29521 4.05497C2.30251 3.93135 2.3459 3.81259 2.41999 3.71338C2.41985 3.71356 2.42013 3.71319 2.41999 3.71338L3.26839 2.58568L4.72649 5.01585C4.73055 5.02288 4.73471 5.02983 4.739 5.0367L6.31708 7.66683ZM8 8.70003C6.54565 8.70003 5.36667 9.87901 5.36667 11.3334C5.36667 12.7877 6.54565 13.9667 8 13.9667C9.45435 13.9667 10.6333 12.7877 10.6333 11.3334C10.6333 9.87901 9.45435 8.70003 8 8.70003ZM6.96667 10.6667C6.96667 10.2801 7.28007 9.96669 7.66667 9.96669H8C8.3866 9.96669 8.7 10.2801 8.7 10.6667V12C8.7 12.3866 8.3866 12.7 8 12.7C7.6134 12.7 7.3 12.3866 7.3 12V11.2631C7.09999 11.1399 6.96667 10.9189 6.96667 10.6667Z", fill: "currentColor", }), }), - Ag = (e) => - kt("svg", { + Eg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4236 3.4427C14.5977 3.57507 14.7 3.78125 14.7 3.99999V12C14.7 12.2123 14.6036 12.4132 14.438 12.546C14.2724 12.6789 14.0554 12.7294 13.8481 12.6833L8.38382 11.469C8.28714 11.7804 8.1349 12.0719 7.93425 12.3295C7.71589 12.6097 7.44446 12.8443 7.13546 13.0196C6.82646 13.195 6.48595 13.3078 6.13336 13.3516C5.78077 13.3954 5.42301 13.3693 5.0805 13.2748C4.738 13.1803 4.41746 13.0193 4.13718 12.8009C3.85691 12.5826 3.62239 12.3111 3.44701 12.0021C3.27163 11.6931 3.15884 11.3526 3.11506 11C3.08609 10.7667 3.08772 10.5311 3.11951 10.2992L1.84814 10.0167C1.52786 9.94549 1.29999 9.66142 1.29999 9.33333V7.33333C1.29999 7.01888 1.50966 6.74302 1.81264 6.65886L13.8126 3.32553C14.0234 3.26698 14.2494 3.31033 14.4236 3.4427ZM4.49589 10.605C4.49239 10.6791 4.49521 10.7536 4.50439 10.8275C4.52551 10.9977 4.57994 11.162 4.66457 11.3111C4.7492 11.4602 4.86237 11.5912 4.99761 11.6965C5.13286 11.8019 5.28753 11.8796 5.45281 11.9252C5.61808 11.9708 5.79071 11.9834 5.96085 11.9623C6.13099 11.9411 6.29531 11.8867 6.44441 11.8021C6.59352 11.7174 6.7245 11.6043 6.82986 11.469C6.90281 11.3754 6.96249 11.2725 7.00744 11.1632L4.49589 10.605ZM2.69999 7.86539V8.77181L13.3 11.1274V4.92094L2.69999 7.86539Z", fill: "currentColor", }), }), - Zg = (e) => - kt("svg", { + Rg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838387 0.838387C1.11175 0.56502 1.55497 0.56502 1.82834 0.838387L6.65952 5.66957C6.66581 5.67563 6.67199 5.68181 6.67806 5.68811L11.9133 10.9234C11.9187 10.9286 11.9239 10.9338 11.9291 10.9391L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1617C14.8883 15.435 14.4451 15.435 14.1717 15.1617L11.0759 12.0658L8.38416 11.4681C8.28749 11.7798 8.13515 12.0717 7.93429 12.3295C7.71593 12.6098 7.4445 12.8443 7.1355 13.0197C6.8265 13.195 6.48599 13.3078 6.1334 13.3516C5.78081 13.3954 5.42305 13.3693 5.08054 13.2748C4.73804 13.1803 4.4175 13.0193 4.13722 12.801C3.85695 12.5826 3.62243 12.3112 3.44705 12.0022C3.27167 11.6932 3.15888 11.3527 3.1151 11.0001C3.08612 10.7667 3.08776 10.531 3.11958 10.299L1.84828 10.0167C1.52795 9.94558 1.30003 9.66149 1.30003 9.33336V7.33336C1.30003 7.01896 1.50965 6.74313 1.81257 6.65893L4.83021 5.82016L0.838387 1.82834C0.56502 1.55497 0.56502 1.11175 0.838387 0.838387ZM5.96724 6.95719L2.70003 7.86533V8.77176L9.23242 10.2224L5.96724 6.95719ZM4.49595 10.6047C4.49242 10.6789 4.49523 10.7535 4.50443 10.8276C4.52555 10.9977 4.57998 11.162 4.66461 11.3111C4.74924 11.4602 4.86241 11.5912 4.99765 11.6966C5.1329 11.8019 5.28757 11.8796 5.45285 11.9252C5.61812 11.9708 5.79075 11.9834 5.96089 11.9623C6.13103 11.9412 6.29535 11.8867 6.44445 11.8021C6.59356 11.7175 6.72454 11.6043 6.8299 11.4691C6.90301 11.3752 6.9628 11.2721 7.00778 11.1625L4.49595 10.6047ZM14.4236 3.44275C14.5978 3.57512 14.7 3.78129 14.7 4.00003V10.2267C14.7 10.6133 14.3866 10.9267 14 10.9267C13.6134 10.9267 13.3 10.6133 13.3 10.2267V4.92091L9.314 6.02784C8.94149 6.13128 8.55566 5.91317 8.45222 5.54066C8.34877 5.16816 8.56689 4.78233 8.93939 4.67889L13.8127 3.32555C14.0235 3.26702 14.2495 3.31038 14.4236 3.44275Z", fill: "currentColor", }), }), - Ig = (e) => - kt("svg", { + yg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.03336C4.70473 2.03336 2.03336 4.70473 2.03336 8.00003C2.03336 11.2953 4.70473 13.9667 8.00003 13.9667C11.2953 13.9667 13.9667 11.2953 13.9667 8.00003C13.9667 4.70473 11.2953 2.03336 8.00003 2.03336ZM0.633362 8.00003C0.633362 3.93153 3.93153 0.633362 8.00003 0.633362C12.0685 0.633362 15.3667 3.93153 15.3667 8.00003C15.3667 12.0685 12.0685 15.3667 8.00003 15.3667C3.93153 15.3667 0.633362 12.0685 0.633362 8.00003ZM5.30003 6.00003C5.30003 5.61343 5.61343 5.30003 6.00003 5.30003H6.00669C6.39329 5.30003 6.70669 5.61343 6.70669 6.00003C6.70669 6.38663 6.39329 6.70003 6.00669 6.70003H6.00003C5.61343 6.70003 5.30003 6.38663 5.30003 6.00003ZM9.30003 6.00003C9.30003 5.61343 9.61343 5.30003 10 5.30003H10.0067C10.3933 5.30003 10.7067 5.61343 10.7067 6.00003C10.7067 6.38663 10.3933 6.70003 10.0067 6.70003H10C9.61343 6.70003 9.30003 6.38663 9.30003 6.00003ZM4.63336 10C4.63336 9.61343 4.94676 9.30003 5.33336 9.30003H10.6667C11.0533 9.30003 11.3667 9.61343 11.3667 10C11.3667 10.3866 11.0533 10.7 10.6667 10.7H5.33336C4.94676 10.7 4.63336 10.3866 4.63336 10Z", fill: "currentColor", }), }), - kg = (e) => - kt("svg", { + Vg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 4.03336C2.49872 4.03336 2.33763 4.10009 2.21886 4.21886C2.10009 4.33763 2.03336 4.49872 2.03336 4.6667V4.92952C2.2457 5.06208 2.43309 5.23355 2.58491 5.43653C2.84786 5.7881 2.98995 6.21534 2.98995 6.65436C2.98995 7.09339 2.84786 7.52062 2.58491 7.87219C2.43309 8.07518 2.2457 8.24665 2.03336 8.3792V9.30003H13.9667V8.40387C13.7544 8.27131 13.567 8.09984 13.4151 7.89686C13.1522 7.54529 13.0101 7.11805 13.0101 6.67903C13.0101 6.24 13.1522 5.81277 13.4151 5.4612C13.567 5.25821 13.7544 5.08674 13.9667 4.95419V4.6667C13.9667 4.49872 13.9 4.33763 13.7812 4.21886C13.6624 4.10009 13.5013 4.03336 13.3334 4.03336H2.6667ZM15.3667 7.95803C15.3667 7.64761 15.1623 7.37427 14.8645 7.28655C14.7333 7.24791 14.6182 7.16786 14.5363 7.05835C14.4544 6.94885 14.4101 6.81577 14.4101 6.67903C14.4101 6.54228 14.4544 6.40921 14.5363 6.2997C14.6182 6.1902 14.7333 6.11014 14.8645 6.0715C15.1623 5.98379 15.3667 5.71045 15.3667 5.40003V4.6667C15.3667 4.12742 15.1525 3.61023 14.7711 3.22891C14.3898 2.84759 13.8726 2.63336 13.3334 2.63336H2.6667C2.12742 2.63336 1.61024 2.84759 1.22891 3.22891C0.847587 3.61024 0.633362 4.12742 0.633362 4.6667V5.37536C0.633362 5.68578 0.8378 5.95912 1.13557 6.04684C1.26674 6.08548 1.38189 6.16553 1.46379 6.27504C1.54569 6.38454 1.58995 6.51762 1.58995 6.65436C1.58995 6.79111 1.54569 6.92418 1.46379 7.03369C1.38189 7.14319 1.26674 7.22325 1.13557 7.26189C0.8378 7.3496 0.633362 7.62294 0.633362 7.93336V11.3334C0.633362 11.8726 0.847587 12.3898 1.22891 12.7711C1.61023 13.1525 2.12742 13.3667 2.6667 13.3667H13.3334C13.8726 13.3667 14.3898 13.1525 14.7711 12.7711C15.1525 12.3898 15.3667 11.8726 15.3667 11.3334V7.95803ZM13.9667 10.7H12.7V11.9667H13.3334C13.5013 11.9667 13.6624 11.9 13.7812 11.7812C13.9 11.6624 13.9667 11.5013 13.9667 11.3334V10.7ZM11.3 11.9667V10.7H10.0334V11.9667H11.3ZM8.63336 11.9667V10.7H7.36669V11.9667H8.63336ZM5.96669 11.9667V10.7H4.70003V11.9667H5.96669ZM3.30003 11.9667V10.7H2.03336V11.3334C2.03336 11.5013 2.10009 11.6624 2.21886 11.7812C2.33763 11.9 2.49872 11.9667 2.6667 11.9667H3.30003ZM5.33336 5.30003C5.71996 5.30003 6.03336 5.61343 6.03336 6.00003V7.33336C6.03336 7.71996 5.71996 8.03336 5.33336 8.03336C4.94676 8.03336 4.63336 7.71996 4.63336 7.33336V6.00003C4.63336 5.61343 4.94676 5.30003 5.33336 5.30003ZM8.00003 5.30003C8.38663 5.30003 8.70003 5.61343 8.70003 6.00003V7.33336C8.70003 7.71996 8.38663 8.03336 8.00003 8.03336C7.61343 8.03336 7.30003 7.71996 7.30003 7.33336V6.00003C7.30003 5.61343 7.61343 5.30003 8.00003 5.30003ZM10.6667 5.30003C11.0533 5.30003 11.3667 5.61343 11.3667 6.00003V7.33336C11.3667 7.71996 11.0533 8.03336 10.6667 8.03336C10.2801 8.03336 9.96669 7.71996 9.96669 7.33336V6.00003C9.96669 5.61343 10.2801 5.30003 10.6667 5.30003Z", fill: "currentColor", }), }), - Og = (e) => - kt("svg", { + Tg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96667 3.99999C1.96667 3.61339 2.28008 3.29999 2.66667 3.29999H13.3333C13.7199 3.29999 14.0333 3.61339 14.0333 3.99999C14.0333 4.38659 13.7199 4.69999 13.3333 4.69999H2.66667C2.28008 4.69999 1.96667 4.38659 1.96667 3.99999ZM1.96667 7.99999C1.96667 7.61339 2.28008 7.29999 2.66667 7.29999H13.3333C13.7199 7.29999 14.0333 7.61339 14.0333 7.99999C14.0333 8.38659 13.7199 8.69999 13.3333 8.69999H2.66667C2.28008 8.69999 1.96667 8.38659 1.96667 7.99999ZM1.96667 12C1.96667 11.6134 2.28008 11.3 2.66667 11.3H13.3333C13.7199 11.3 14.0333 11.6134 14.0333 12C14.0333 12.3866 13.7199 12.7 13.3333 12.7H2.66667C2.28008 12.7 1.96667 12.3866 1.96667 12Z", fill: "currentColor", }), }), - Bg = (e) => - kt("svg", { + Sg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50503 0.838387C7.7784 0.56502 8.22162 0.56502 8.49498 0.838387L11.1616 3.50505C11.435 3.77842 11.435 4.22164 11.1616 4.495C10.8883 4.76837 10.4451 4.76837 10.1717 4.495L8.70001 3.02331V8.19647C8.70428 8.64343 8.6195 9.08679 8.45061 9.50066C8.28124 9.91571 8.03068 10.2928 7.71365 10.6097C7.71361 10.6097 7.71357 10.6097 7.71353 10.6098L3.16165 15.1617C2.88828 15.435 2.44507 15.435 2.1717 15.1617C1.89833 14.8883 1.89833 14.4451 2.1717 14.1717L6.7237 9.61972L6.72381 9.61961C6.90905 9.43446 7.05543 9.21418 7.15438 8.9717C7.25333 8.72922 7.30286 8.46942 7.30005 8.20754L7.29997 8.20003H7.30001V3.02331L5.82832 4.495C5.55495 4.76837 5.11173 4.76837 4.83837 4.495C4.565 4.22164 4.565 3.77842 4.83837 3.50505L7.50503 0.838387ZM9.50503 10.8384C9.7784 10.565 10.2216 10.565 10.495 10.8384L13.8283 14.1717C14.1017 14.4451 14.1017 14.8883 13.8283 15.1617C13.5549 15.435 13.1117 15.435 12.8384 15.1617L9.50503 11.8283C9.23167 11.555 9.23167 11.1118 9.50503 10.8384Z", fill: "currentColor", }), }), - Dg = (e) => - kt("svg", { + Ng = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108ZM7.16163 6.17167C7.435 6.44504 7.435 6.88825 7.16163 7.16162L6.32327 7.99998L7.16163 8.83834C7.435 9.1117 7.435 9.55492 7.16163 9.82829C6.88826 10.1017 6.44505 10.1017 6.17168 9.82829L4.83835 8.49495C4.56498 8.22159 4.56498 7.77837 4.83835 7.505L6.17168 6.17167C6.44505 5.8983 6.88826 5.8983 7.16163 6.17167ZM8.83835 6.17167C9.11171 5.8983 9.55493 5.8983 9.82829 6.17167L11.1616 7.505C11.435 7.77837 11.435 8.22159 11.1616 8.49495L9.82829 9.82829C9.55493 10.1017 9.11171 10.1017 8.83835 9.82829C8.56498 9.55492 8.56498 9.1117 8.83835 8.83834L9.6767 7.99998L8.83835 7.16162C8.56498 6.88825 8.56498 6.44504 8.83835 6.17167Z", fill: "currentColor", }), }), - Pg = (e) => - kt("svg", { + xg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.44324 1.3355C7.60176 1.31964 7.79806 1.29999 7.99999 1.29999C8.20191 1.29999 8.39821 1.31964 8.55673 1.3355L8.56964 1.3368C8.74227 1.35406 8.8741 1.36665 8.99999 1.36665C9.38659 1.36665 9.69999 1.68006 9.69999 2.06665C9.69999 2.45325 9.38659 2.76665 8.99999 2.76665C8.79806 2.76665 8.60176 2.74701 8.44324 2.73114L8.43033 2.72985C8.25771 2.71258 8.12588 2.69999 7.99999 2.69999C7.8741 2.69999 7.74227 2.71258 7.56964 2.72985L7.55673 2.73114C7.39821 2.74701 7.20191 2.76665 6.99999 2.76665C6.61339 2.76665 6.29999 2.45325 6.29999 2.06665C6.29999 1.68006 6.61339 1.36665 6.99999 1.36665C7.12588 1.36665 7.25771 1.35406 7.43033 1.3368L7.44324 1.3355ZM5.09361 2.7137C5.32536 3.02314 5.26237 3.46186 4.95294 3.69361C4.47535 4.05129 4.05129 4.47535 3.69361 4.95294C3.46186 5.26238 3.02314 5.32536 2.7137 5.09361C2.40426 4.86186 2.34128 4.42314 2.57303 4.1137C3.01062 3.52942 3.52942 3.01062 4.1137 2.57303C4.42314 2.34129 4.86186 2.40427 5.09361 2.7137ZM10.9064 2.7137C11.1381 2.40427 11.5768 2.34129 11.8863 2.57303C12.4706 3.01062 12.9894 3.52942 13.4269 4.1137C13.6587 4.42314 13.5957 4.86186 13.2863 5.09361C12.9768 5.32536 12.5381 5.26238 12.3064 4.95294C11.9487 4.47535 11.5246 4.05129 11.047 3.69361C10.7376 3.46186 10.6746 3.02314 10.9064 2.7137ZM2.06665 6.29999C2.45325 6.29999 2.76665 6.61339 2.76665 6.99999C2.76665 7.20192 2.747 7.39822 2.73114 7.55674L2.72985 7.56964C2.71258 7.74227 2.69999 7.8741 2.69999 7.99999C2.69999 8.12588 2.71258 8.25771 2.72985 8.43034L2.73114 8.44324C2.747 8.60176 2.76665 8.79806 2.76665 8.99999C2.76665 9.38659 2.45325 9.69999 2.06665 9.69999C1.68005 9.69999 1.36665 9.38659 1.36665 8.99999C1.36665 8.8741 1.35406 8.74227 1.33679 8.56964L1.3355 8.55674C1.31964 8.39822 1.29999 8.20192 1.29999 7.99999C1.29999 7.79806 1.31964 7.60176 1.3355 7.44324L1.33679 7.43034C1.35406 7.25771 1.36665 7.12588 1.36665 6.99999C1.36665 6.61339 1.68005 6.29999 2.06665 6.29999ZM13.9333 6.29999C14.3199 6.29999 14.6333 6.61339 14.6333 6.99999C14.6333 7.12588 14.6459 7.25771 14.6632 7.43034L14.6645 7.44325C14.6803 7.60177 14.7 7.79806 14.7 7.99999L14.7 8.02451C14.7 8.34276 14.7001 8.73535 14.6197 9.13727C14.5439 9.51636 14.1751 9.76221 13.796 9.68639C13.4169 9.61058 13.1711 9.2418 13.2469 8.86271C13.2978 8.60835 13.3 8.34417 13.3 7.99999C13.3 7.8741 13.2874 7.74227 13.2701 7.56964L13.2688 7.55673C13.253 7.39821 13.2333 7.20191 13.2333 6.99999C13.2333 6.61339 13.5467 6.29999 13.9333 6.29999ZM13.2863 10.9064C13.5957 11.1381 13.6587 11.5768 13.4269 11.8863C12.9893 12.4706 12.4706 12.9894 11.8863 13.4269C11.5768 13.6587 11.1381 13.5957 10.9064 13.2863C10.6746 12.9768 10.7376 12.5381 11.047 12.3064C11.5246 11.9487 11.9487 11.5246 12.3064 11.047C12.5381 10.7376 12.9768 10.6746 13.2863 10.9064ZM2.55468 11.0026C2.92144 11.1248 3.11965 11.5213 2.9974 11.888L2.44012 13.5599L4.11196 13.0026C4.47872 12.8803 4.87514 13.0785 4.9974 13.4453C5.11965 13.8121 4.92144 14.2085 4.55468 14.3307L1.55468 15.3307C1.30314 15.4146 1.02583 15.3491 0.838345 15.1616C0.650862 14.9741 0.585397 14.6968 0.669241 14.4453L1.66924 11.4453C1.79149 11.0785 2.18792 10.8803 2.55468 11.0026ZM6.31358 13.796C6.3894 13.4169 6.75818 13.1711 7.13727 13.2469C7.39162 13.2978 7.65581 13.3 7.99999 13.3C8.12588 13.3 8.25771 13.2874 8.43033 13.2701L8.44324 13.2688C8.60176 13.253 8.79806 13.2333 8.99999 13.2333C9.38659 13.2333 9.69999 13.5467 9.69999 13.9333C9.69999 14.3199 9.38659 14.6333 8.99999 14.6333C8.8741 14.6333 8.74227 14.6459 8.56964 14.6632L8.55675 14.6645C8.39823 14.6803 8.20192 14.7 7.99999 14.7L7.97547 14.7C7.65722 14.7 7.26463 14.7001 6.86271 14.6197C6.48361 14.5439 6.23776 14.1751 6.31358 13.796Z", fill: "currentColor", }), }), - Fg = (e) => - kt("svg", { + _g = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108ZM7.94875 5.42864C8.35578 5.12406 8.85272 4.95688 9.36665 4.95688C9.92578 4.95688 10.4648 5.15475 10.8898 5.51215C10.9622 5.54979 11.0292 5.60082 11.087 5.66504C11.4951 6.11849 11.7369 6.70388 11.7249 7.3301C11.7127 7.96223 11.4431 8.58017 10.9283 9.09495L10.9213 9.10193L10.9213 9.10188L8.52128 11.4352C8.24959 11.6993 7.81705 11.6993 7.54537 11.4352L5.17806 9.13366C4.93612 8.94899 4.73285 8.71828 4.58007 8.45462C4.41817 8.1752 4.31655 7.86498 4.28177 7.54392C4.247 7.22287 4.27982 6.89808 4.37814 6.59048C4.47646 6.28288 4.6381 5.99926 4.85265 5.7579C5.06719 5.51653 5.3299 5.32276 5.62385 5.18906C5.91781 5.05535 6.2365 4.98467 6.55942 4.98157C6.88235 4.97846 7.20234 5.04301 7.49881 5.17104C7.6584 5.23996 7.80927 5.32646 7.94875 5.42864ZM8.72367 6.60173L8.55999 6.81998C8.44385 6.97483 8.26878 7.07468 8.07637 7.0958C7.88396 7.11692 7.6914 7.05743 7.54443 6.93146L7.3111 6.73146C7.29049 6.71379 7.27092 6.69494 7.2525 6.675C7.16598 6.58135 7.06081 6.50686 6.94376 6.45631C6.82671 6.40576 6.70037 6.38028 6.57288 6.3815C6.44538 6.38273 6.31956 6.41063 6.2035 6.46342C6.08744 6.51621 5.98373 6.59271 5.89902 6.68801C5.81431 6.7833 5.7505 6.89528 5.71168 7.01672C5.67286 7.13817 5.6599 7.2664 5.67363 7.39315C5.68736 7.51991 5.72748 7.64239 5.7914 7.75271C5.85533 7.86302 5.94164 7.95873 6.04479 8.03368C6.07179 8.0533 6.09735 8.07482 6.12127 8.09808L8.03332 9.95702L9.94155 8.10179C10.2243 7.81767 10.3206 7.53684 10.3251 7.30319C10.329 7.10098 10.2649 6.89348 10.1303 6.70578C10.0999 6.68431 10.0708 6.66012 10.0433 6.63321C9.86262 6.45609 9.61968 6.35688 9.36665 6.35688C9.12903 6.35688 8.9003 6.44438 8.72367 6.60173Z", fill: "currentColor", }), }), - Ug = (e) => - kt("svg", { + Ag = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108Z", fill: "currentColor", }), }), - zg = (e) => - kt("svg", { + Zg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108ZM4.63332 7.99998C4.63332 7.61338 4.94672 7.29998 5.33332 7.29998H5.33999C5.72659 7.29998 6.03999 7.61338 6.03999 7.99998C6.03999 8.38658 5.72659 8.69998 5.33999 8.69998H5.33332C4.94672 8.69998 4.63332 8.38658 4.63332 7.99998ZM7.29999 7.99998C7.29999 7.61338 7.61339 7.29998 7.99999 7.29998H8.00665C8.39325 7.29998 8.70665 7.61338 8.70665 7.99998C8.70665 8.38658 8.39325 8.69998 8.00665 8.69998H7.99999C7.61339 8.69998 7.29999 8.38658 7.29999 7.99998ZM9.96665 7.99998C9.96665 7.61338 10.2801 7.29998 10.6667 7.29998H10.6733C11.0599 7.29998 11.3733 7.61338 11.3733 7.99998C11.3733 8.38658 11.0599 8.69998 10.6733 8.69998H10.6667C10.2801 8.69998 9.96665 8.38658 9.96665 7.99998Z", fill: "currentColor", }), }), - Gg = (e) => - kt("svg", { + Ig = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838345 0.838387C1.11171 0.56502 1.55493 0.56502 1.82829 0.838387L4.22711 3.2372C4.22802 3.23811 4.22894 3.23903 4.22985 3.23994L12.6939 11.704C12.6947 11.7048 12.6955 11.7056 12.6964 11.7064L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8883 15.435 14.445 15.435 14.1717 15.1617L12.182 13.172C10.2542 14.782 7.56177 15.1608 5.28011 14.089L1.55468 15.3308C1.30314 15.4146 1.02583 15.3492 0.838345 15.1617C0.650862 14.9742 0.585397 14.6969 0.669241 14.4453L1.91245 10.7157C0.841836 8.37668 1.27373 5.68828 2.77756 3.76755L0.838345 1.82834C0.564978 1.55497 0.564978 1.11175 0.838345 0.838387ZM3.77658 4.76657C2.61566 6.34859 2.34893 8.51833 3.28915 10.3466C3.37532 10.5141 3.39031 10.7093 3.33073 10.8881L2.44012 13.5599L5.11196 12.6693C5.29344 12.6088 5.49177 12.6252 5.66084 12.7147C7.44443 13.659 9.61318 13.4281 11.187 12.177L3.77658 4.76657ZM5.84345 1.6699C7.02577 1.27213 8.29566 1.21234 9.51012 1.49725C10.7246 1.78217 11.8354 2.40047 12.7175 3.28254C13.5995 4.16462 14.2178 5.27542 14.5028 6.48989C14.7877 7.70436 14.7279 8.97425 14.3301 10.1566C14.2068 10.523 13.8099 10.7201 13.4434 10.5968C13.077 10.4735 12.8799 10.0766 13.0032 9.71015C13.3178 8.77488 13.3651 7.77034 13.1398 6.80965C12.9144 5.84895 12.4253 4.97025 11.7275 4.27249C11.0298 3.57473 10.1511 3.08563 9.19037 2.86025C8.22967 2.63487 7.22513 2.68217 6.28986 2.99682C5.92344 3.1201 5.52647 2.92299 5.40319 2.55657C5.27992 2.19015 5.47703 1.79318 5.84345 1.6699Z", fill: "currentColor", }), }), - $g = (e) => - kt("svg", { + kg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108ZM7.99999 4.63331C8.38659 4.63331 8.69999 4.94671 8.69999 5.33331V7.29998H10.6667C11.0533 7.29998 11.3667 7.61338 11.3667 7.99998C11.3667 8.38658 11.0533 8.69998 10.6667 8.69998H8.69999V10.6666C8.69999 11.0532 8.38659 11.3666 7.99999 11.3666C7.61339 11.3666 7.29999 11.0532 7.29999 10.6666V8.69998H5.33332C4.94672 8.69998 4.63332 8.38658 4.63332 7.99998C4.63332 7.61338 4.94672 7.29998 5.33332 7.29998H7.29999V5.33331C7.29999 4.94671 7.61339 4.63331 7.99999 4.63331Z", fill: "currentColor", }), }), - Wg = (e) => - kt("svg", { + Og = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108ZM8.16643 5.38238C7.86384 5.33048 7.55265 5.38734 7.28797 5.54289C7.02329 5.69845 6.8222 5.94266 6.72032 6.23227C6.59203 6.59696 6.19239 6.7886 5.8277 6.66031C5.463 6.53202 5.27136 6.13238 5.39965 5.76769C5.61125 5.16619 6.02889 4.65899 6.57861 4.33591C7.12833 4.01283 7.77466 3.89473 8.40311 4.00253C9.03156 4.11033 9.60159 4.43706 10.0122 4.92486C10.4227 5.41249 10.6474 6.02962 10.6467 6.66701C10.6465 7.70508 9.87716 8.3876 9.33494 8.74908C9.0425 8.94404 8.75504 9.08727 8.54345 9.18131C8.43666 9.22878 8.3467 9.26481 8.28179 9.28954C8.24928 9.30192 8.22288 9.31153 8.20362 9.31838L8.18015 9.3266L8.17262 9.32918L8.16994 9.33008L8.16889 9.33043L8.16843 9.33059C8.16822 9.33066 8.16801 9.33072 7.94665 8.66665L8.16801 9.33072C7.80125 9.45298 7.40483 9.25477 7.28258 8.88801C7.16046 8.52166 7.35808 8.12572 7.72404 8.00299C7.7241 8.00297 7.72415 8.00295 7.7242 8.00293L7.72409 8.00297L7.72404 8.00299L7.72362 8.00313C7.72374 8.00309 7.72408 8.00297 7.72464 8.00278M7.7247 8.00277C7.72478 8.00274 7.72485 8.00271 7.72493 8.00269C7.72493 8.00269 7.72493 8.00269 7.72493 8.00269L7.7247 8.00277ZM7.72359 8.00314L7.72362 8.00313L7.72359 8.00314ZM10.6467 6.66701C10.6467 6.66724 10.6467 6.66746 10.6467 6.66769L9.94665 6.66665H10.6467C10.6467 6.66677 10.6467 6.66689 10.6467 6.66701ZM7.29999 11.3333C7.29999 10.9467 7.61339 10.6333 7.99999 10.6333H8.00665C8.39325 10.6333 8.70665 10.9467 8.70665 11.3333C8.70665 11.7199 8.39325 12.0333 8.00665 12.0333H7.99999C7.61339 12.0333 7.29999 11.7199 7.29999 11.3333Z", fill: "currentColor", }), }), - jg = (e) => - kt("svg", { + Bg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108ZM7.16163 5.505C7.435 5.77837 7.435 6.22159 7.16163 6.49495L6.3566 7.29998H9.33332C9.87259 7.29998 10.3898 7.51421 10.7711 7.89553C11.1524 8.27685 11.3667 8.79404 11.3667 9.33331V9.99998C11.3667 10.3866 11.0533 10.7 10.6667 10.7C10.2801 10.7 9.96665 10.3866 9.96665 9.99998V9.33331C9.96665 9.16534 9.89993 9.00425 9.78115 8.88548C9.66238 8.76671 9.50129 8.69998 9.33332 8.69998H6.3566L7.16163 9.505C7.435 9.77837 7.435 10.2216 7.16163 10.495C6.88826 10.7683 6.44505 10.7683 6.17168 10.495L4.17168 8.49495C3.89831 8.22159 3.89831 7.77837 4.17168 7.505L6.17168 5.505C6.44505 5.23164 6.88826 5.23164 7.16163 5.505Z", fill: "currentColor", }), }), - qg = (e) => - kt("svg", { + Dg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108ZM7.99999 4.63331C8.38659 4.63331 8.69999 4.94671 8.69999 5.33331V7.99998C8.69999 8.38658 8.38659 8.69998 7.99999 8.69998C7.61339 8.69998 7.29999 8.38658 7.29999 7.99998V5.33331C7.29999 4.94671 7.61339 4.63331 7.99999 4.63331ZM7.29999 10.6666C7.29999 10.28 7.61339 9.96665 7.99999 9.96665H8.00665C8.39325 9.96665 8.70665 10.28 8.70665 10.6666C8.70665 11.0532 8.39325 11.3666 8.00665 11.3666H7.99999C7.61339 11.3666 7.29999 11.0532 7.29999 10.6666Z", fill: "currentColor", }), }), - Yg = (e) => - kt("svg", { + Pg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.05964 2.57973C5.35025 1.63935 6.93429 1.19084 8.52632 1.31504C10.1184 1.43924 11.6137 2.12798 12.7428 3.25713C13.872 4.38629 14.5607 5.88161 14.6849 7.47364C14.8091 9.06567 14.3606 10.6497 13.4202 11.9403C12.4799 13.2309 11.1094 14.1432 9.55593 14.5128C8.10088 14.859 6.57484 14.7077 5.21981 14.0883L1.55805 15.3296C1.30573 15.4151 1.02673 15.35 0.838345 15.1616C0.649957 14.9732 0.584842 14.6942 0.670374 14.4419L1.91165 10.7802C1.29222 9.42513 1.14097 7.89909 1.48714 6.44404C1.85674 4.89053 2.76903 3.52011 4.05964 2.57973ZM8.41744 2.7108C7.15807 2.61256 5.90502 2.96734 4.88409 3.71123C3.86316 4.45511 3.14149 5.53917 2.84913 6.76807C2.55676 7.99696 2.71293 9.28987 3.28949 10.4138C3.37593 10.5823 3.3904 10.7787 3.3296 10.958L2.45148 13.5485L5.04193 12.6704C5.22129 12.6096 5.41764 12.624 5.58615 12.7105C6.71009 13.287 8.003 13.4432 9.2319 13.1508C10.4608 12.8585 11.5449 12.1368 12.2887 11.1159C13.0326 10.0949 13.3874 8.8419 13.2892 7.58253C13.1909 6.32316 12.6461 5.1403 11.7529 4.24708C10.8597 3.35387 9.6768 2.80905 8.41744 2.7108ZM5.50501 5.505C5.77838 5.23164 6.22159 5.23164 6.49496 5.505L7.99999 7.01003L9.50501 5.505C9.77838 5.23164 10.2216 5.23164 10.495 5.505C10.7683 5.77837 10.7683 6.22159 10.495 6.49495L8.98994 7.99998L10.495 9.505C10.7683 9.77837 10.7683 10.2216 10.495 10.495C10.2216 10.7683 9.77838 10.7683 9.50501 10.495L7.99999 8.98993L6.49496 10.495C6.22159 10.7683 5.77838 10.7683 5.50501 10.495C5.23165 10.2216 5.23165 9.77837 5.50501 9.505L7.01004 7.99998L5.50501 6.49495C5.23165 6.22159 5.23165 5.77837 5.50501 5.505Z", fill: "currentColor", }), }), - Kg = (e) => - kt("svg", { + Fg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554ZM7.16169 4.83835C7.43506 5.11171 7.43506 5.55493 7.16169 5.8283L6.32333 6.66665L7.16169 7.50501C7.43506 7.77838 7.43506 8.2216 7.16169 8.49496C6.88832 8.76833 6.44511 8.76833 6.17174 8.49496L4.83841 7.16163C4.56504 6.88826 4.56504 6.44505 4.83841 6.17168L6.17174 4.83835C6.44511 4.56498 6.88832 4.56498 7.16169 4.83835ZM8.83841 4.83835C9.11177 4.56498 9.55499 4.56498 9.82836 4.83835L11.1617 6.17168C11.4351 6.44505 11.4351 6.88826 11.1617 7.16163L9.82836 8.49496C9.55499 8.76833 9.11177 8.76833 8.83841 8.49496C8.56504 8.2216 8.56504 7.77838 8.83841 7.50501L9.67677 6.66665L8.83841 5.8283C8.56504 5.55493 8.56504 5.11171 8.83841 4.83835Z", fill: "currentColor", }), }), - Xg = (e) => - kt("svg", { + Ug = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C2.98665 2.69999 2.70005 2.98659 2.70005 3.33332V3.99999C2.70005 4.38659 2.38665 4.69999 2.00005 4.69999C1.61345 4.69999 1.30005 4.38659 1.30005 3.99999V3.33332C1.30005 2.21339 2.21345 1.29999 3.33338 1.29999H4.66672C5.05331 1.29999 5.36672 1.61339 5.36672 1.99999C5.36672 2.38659 5.05331 2.69999 4.66672 2.69999H3.33338ZM6.63338 1.99999C6.63338 1.61339 6.94678 1.29999 7.33338 1.29999H9.33338C9.71998 1.29999 10.0334 1.61339 10.0334 1.99999C10.0334 2.38659 9.71998 2.69999 9.33338 2.69999H7.33338C6.94678 2.69999 6.63338 2.38659 6.63338 1.99999ZM11.3 1.99999C11.3 1.61339 11.6135 1.29999 12 1.29999H12.6667C13.7866 1.29999 14.7 2.21339 14.7 3.33332C14.7 3.71992 14.3866 4.03332 14 4.03332C13.6135 4.03332 13.3 3.71992 13.3 3.33332C13.3 2.98659 13.0134 2.69999 12.6667 2.69999H12C11.6135 2.69999 11.3 2.38659 11.3 1.99999ZM14 5.29999C14.3866 5.29999 14.7 5.61339 14.7 5.99999V7.33332C14.7 7.71992 14.3866 8.03332 14 8.03332C13.6135 8.03332 13.3 7.71992 13.3 7.33332V5.99999C13.3 5.61339 13.6135 5.29999 14 5.29999ZM2.00005 5.96665C2.38665 5.96665 2.70005 6.28006 2.70005 6.66665V7.99999C2.70005 8.38659 2.38665 8.69999 2.00005 8.69999C1.61345 8.69999 1.30005 8.38659 1.30005 7.99999V6.66665C1.30005 6.28006 1.61345 5.96665 2.00005 5.96665ZM14 9.29999C14.3866 9.29999 14.7 9.61339 14.7 9.99999C14.7 11.1199 13.7866 12.0333 12.6667 12.0333H12C11.6135 12.0333 11.3 11.7199 11.3 11.3333C11.3 10.9467 11.6135 10.6333 12 10.6333H12.6667C13.0134 10.6333 13.3 10.3467 13.3 9.99999C13.3 9.61339 13.6135 9.29999 14 9.29999ZM2.00005 9.96665C2.38665 9.96665 2.70005 10.2801 2.70005 10.6667V12.31L4.17174 10.8383C4.44511 10.565 4.88832 10.565 5.16169 10.8383C5.43506 11.1117 5.43506 11.5549 5.16169 11.8283L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V10.6667C1.30005 10.2801 1.61345 9.96665 2.00005 9.96665ZM7.33338 10.6333H9.33338C9.71998 10.6333 10.0334 10.9467 10.0334 11.3333C10.0334 11.7199 9.71998 12.0333 9.33338 12.0333H7.33338C6.94678 12.0333 6.63338 11.7199 6.63338 11.3333C6.63338 10.9467 6.94678 10.6333 7.33338 10.6333Z", fill: "currentColor", }), }), - Qg = (e) => - kt("svg", { + zg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L2.83841 12.1717C3.11177 11.8983 3.55499 11.8983 3.82836 12.1717C4.10172 12.445 4.10172 12.8883 3.82836 13.1616L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333C12.2801 12.0333 11.9667 11.7199 11.9667 11.3333C11.9667 10.9467 12.2801 10.6333 12.6667 10.6333C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM8.00005 3.96665C8.38665 3.96665 8.70005 4.28006 8.70005 4.66665V5.96665H10C10.3866 5.96665 10.7 6.28006 10.7 6.66665C10.7 7.05325 10.3866 7.36665 10 7.36665H8.70005V8.66665C8.70005 9.05325 8.38665 9.36665 8.00005 9.36665C7.61345 9.36665 7.30005 9.05325 7.30005 8.66665V7.36665H6.00005C5.61345 7.36665 5.30005 7.05325 5.30005 6.66665C5.30005 6.28006 5.61345 5.96665 6.00005 5.96665H7.30005V4.66665C7.30005 4.28006 7.61345 3.96665 8.00005 3.96665ZM5.30005 11.3333C5.30005 10.9467 5.61345 10.6333 6.00005 10.6333H10C10.3866 10.6333 10.7 10.9467 10.7 11.3333C10.7 11.7199 10.3866 12.0333 10 12.0333H6.00005C5.61345 12.0333 5.30005 11.7199 5.30005 11.3333Z", fill: "currentColor", }), }), - Jg = (e) => - kt("svg", { + Gg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H7.80005C8.18665 1.29999 8.50005 1.61339 8.50005 1.99999C8.50005 2.38659 8.18665 2.69999 7.80005 2.69999H3.33338C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V8.19999C13.3 7.81339 13.6135 7.49999 14 7.49999C14.3866 7.49999 14.7 7.81339 14.7 8.19999V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554ZM12 2.69999C11.2821 2.69999 10.7 3.28202 10.7 3.99999C10.7 4.71796 11.2821 5.29999 12 5.29999C12.718 5.29999 13.3 4.71796 13.3 3.99999C13.3 3.28202 12.718 2.69999 12 2.69999ZM9.30005 3.99999C9.30005 2.50882 10.5089 1.29999 12 1.29999C13.4912 1.29999 14.7 2.50882 14.7 3.99999C14.7 5.49116 13.4912 6.69999 12 6.69999C10.5089 6.69999 9.30005 5.49116 9.30005 3.99999Z", fill: "currentColor", }), }), - ev = (e) => - kt("svg", { + $g = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554ZM7.94883 4.25347C8.25926 4.05137 8.62399 3.94142 9.00005 3.94142C9.51048 3.94142 10.0001 4.14397 10.3613 4.5046L10.3617 4.50501C11.1017 5.24505 11.1684 6.48826 10.295 7.36163L8.49502 9.16163C8.22166 9.435 7.77844 9.435 7.50507 9.16163L5.72195 7.3785C5.53977 7.21738 5.38962 7.0232 5.27951 6.80615C5.16489 6.58021 5.09589 6.3339 5.07646 6.08129C5.05703 5.82868 5.08754 5.57472 5.16626 5.3339C5.24498 5.09308 5.37035 4.87013 5.53524 4.67777C5.70012 4.48541 5.90127 4.3274 6.12722 4.21278C6.35316 4.09816 6.59947 4.02916 6.85208 4.00973C7.10469 3.9903 7.35865 4.02081 7.59947 4.09953C7.72102 4.13926 7.83802 4.19088 7.94883 4.25347ZM7.32804 5.51793C7.27915 5.47933 7.2238 5.44963 7.16449 5.43024C7.09843 5.40865 7.02876 5.40028 6.95946 5.40561C6.89015 5.41094 6.82258 5.42987 6.7606 5.46131C6.69861 5.49276 6.64343 5.5361 6.5982 5.58887C6.55296 5.64165 6.51857 5.70281 6.49697 5.76888C6.47538 5.83494 6.467 5.90462 6.47233 5.97391C6.47767 6.04321 6.49659 6.11079 6.52804 6.17277C6.55948 6.23476 6.60283 6.28994 6.6556 6.33518C6.66921 6.34683 6.68236 6.35901 6.69502 6.37168L8.00005 7.6767L9.30507 6.37168C9.63161 6.04514 9.56508 5.68847 9.37191 5.49513C9.27319 5.3967 9.13947 5.34142 9.00005 5.34142C8.87904 5.34142 8.76231 5.38307 8.66905 5.45843L8.58248 5.58828C8.46616 5.76277 8.27772 5.87592 8.06903 5.89658C7.86033 5.91725 7.65337 5.84325 7.50507 5.69496L7.32804 5.51793Z", fill: "currentColor", }), }), - tv = (e) => - kt("svg", { + Wg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 2.69999C3.16537 2.69999 3.00428 2.76671 2.8855 2.88549C2.76673 3.00426 2.7 3.16535 2.7 3.33332V12.31L4.17169 10.8383C4.30297 10.7071 4.48102 10.6333 4.66667 10.6333H12.6667C12.8346 10.6333 12.9957 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9957 2.76671 12.8346 2.69999 12.6667 2.69999H3.33334ZM1.89555 1.89554C2.27688 1.51421 2.79406 1.29999 3.33334 1.29999H12.6667C13.2059 1.29999 13.7231 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7231 11.8191 13.2059 12.0333 12.6667 12.0333H4.95662L2.49498 14.495C2.29478 14.6952 1.9937 14.7551 1.73212 14.6467C1.47055 14.5384 1.3 14.2831 1.3 14V3.33332C1.3 2.79405 1.51423 2.27686 1.89555 1.89554Z", fill: "currentColor", }), }), - nv = (e) => - kt("svg", { + jg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554ZM4.63338 6.66665C4.63338 6.28006 4.94678 5.96665 5.33338 5.96665H5.34005C5.72665 5.96665 6.04005 6.28006 6.04005 6.66665C6.04005 7.05325 5.72665 7.36665 5.34005 7.36665H5.33338C4.94678 7.36665 4.63338 7.05325 4.63338 6.66665ZM7.30005 6.66665C7.30005 6.28006 7.61345 5.96665 8.00005 5.96665H8.00672C8.39331 5.96665 8.70672 6.28006 8.70672 6.66665C8.70672 7.05325 8.39331 7.36665 8.00672 7.36665H8.00005C7.61345 7.36665 7.30005 7.05325 7.30005 6.66665ZM9.96672 6.66665C9.96672 6.28006 10.2801 5.96665 10.6667 5.96665H10.6734C11.06 5.96665 11.3734 6.28006 11.3734 6.66665C11.3734 7.05325 11.06 7.36665 10.6734 7.36665H10.6667C10.2801 7.36665 9.96672 7.05325 9.96672 6.66665Z", fill: "currentColor", }), }), - rv = (e) => - kt("svg", { + qg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838387C1.11169 0.56502 1.55491 0.56502 1.82828 0.838387L2.88643 1.89654C2.89176 1.9017 2.89703 1.90697 2.90222 1.91233L11.8279 10.838C11.8281 10.8383 11.8284 10.8385 11.8287 10.8388L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8882 15.435 14.445 15.435 14.1717 15.1617L11.0434 12.0334H4.95658L2.49494 14.495C2.29474 14.6952 1.99366 14.7551 1.73209 14.6467C1.47052 14.5384 1.29997 14.2832 1.29997 14V3.33336C1.29997 3.04077 1.35307 2.74047 1.47772 2.46774L0.838326 1.82834C0.564959 1.55497 0.564959 1.11175 0.838326 0.838387ZM2.69997 3.68998V12.3101L4.17166 10.8384C4.30293 10.7071 4.48098 10.6334 4.66663 10.6334H9.64335L2.69997 3.68998ZM5.29997 2.00003C5.29997 1.61343 5.61337 1.30003 5.99997 1.30003H12.6666C13.2059 1.30003 13.7231 1.51425 14.1044 1.89558C14.4857 2.2769 14.7 2.79409 14.7 3.33336V10C14.7 10.3866 14.3866 10.7 14 10.7C13.6134 10.7 13.3 10.3866 13.3 10V3.33336C13.3 3.16539 13.2332 3.0043 13.1145 2.88553C12.9957 2.76675 12.8346 2.70003 12.6666 2.70003H5.99997C5.61337 2.70003 5.29997 2.38663 5.29997 2.00003Z", fill: "currentColor", }), }), - ov = (e) => - kt("svg", { + Yg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554ZM8.00005 3.96665C8.38665 3.96665 8.70005 4.28006 8.70005 4.66665V5.96665H10C10.3866 5.96665 10.7 6.28006 10.7 6.66665C10.7 7.05325 10.3866 7.36665 10 7.36665H8.70005V8.66665C8.70005 9.05325 8.38665 9.36665 8.00005 9.36665C7.61345 9.36665 7.30005 9.05325 7.30005 8.66665V7.36665H6.00005C5.61345 7.36665 5.30005 7.05325 5.30005 6.66665C5.30005 6.28006 5.61345 5.96665 6.00005 5.96665H7.30005V4.66665C7.30005 4.28006 7.61345 3.96665 8.00005 3.96665Z", fill: "currentColor", }), }), - iv = (e) => - kt("svg", { + Kg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554ZM4.63338 5.33332C4.63338 4.94672 4.94678 4.63332 5.33338 4.63332H6.66672C7.05331 4.63332 7.36672 4.94672 7.36672 5.33332V6.66665C7.36672 7.20593 7.15249 7.72311 6.77117 8.10444C6.38984 8.48576 5.87266 8.69999 5.33338 8.69999C4.94678 8.69999 4.63338 8.38659 4.63338 7.99999C4.63338 7.61339 4.94678 7.29999 5.33338 7.29999C5.50135 7.29999 5.66244 7.23326 5.78122 7.11449C5.89999 6.99572 5.96672 6.83462 5.96672 6.66665V6.03332H5.33338C4.94678 6.03332 4.63338 5.71992 4.63338 5.33332ZM8.63338 5.33332C8.63338 4.94672 8.94678 4.63332 9.33338 4.63332H10.6667C11.0533 4.63332 11.3667 4.94672 11.3667 5.33332V6.66665C11.3667 7.20593 11.1525 7.72311 10.7712 8.10444C10.3898 8.48576 9.87266 8.69999 9.33338 8.69999C8.94678 8.69999 8.63338 8.38659 8.63338 7.99999C8.63338 7.61339 8.94678 7.29999 9.33338 7.29999C9.50135 7.29999 9.66244 7.23326 9.78122 7.11449C9.89999 6.99572 9.96672 6.83462 9.96672 6.66665V6.03332H9.33338C8.94678 6.03332 8.63338 5.71992 8.63338 5.33332Z", fill: "currentColor", }), }), - lv = (e) => - kt("svg", { + Xg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554ZM7.16169 4.17168C7.43506 4.44505 7.43506 4.88826 7.16169 5.16163L6.35667 5.96665H10C10.5393 5.96665 11.0565 6.18088 11.4378 6.5622C11.8192 6.94353 12.0334 7.46071 12.0334 7.99999V8.66665C12.0334 9.05325 11.72 9.36665 11.3334 9.36665C10.9468 9.36665 10.6334 9.05325 10.6334 8.66665V7.99999C10.6334 7.83202 10.5667 7.67093 10.4479 7.55215C10.3291 7.43338 10.168 7.36665 10 7.36665H6.35667L7.16169 8.17168C7.43506 8.44505 7.43506 8.88826 7.16169 9.16163C6.88832 9.435 6.44511 9.435 6.17174 9.16163L4.17174 7.16163C3.89837 6.88826 3.89837 6.44505 4.17174 6.17168L6.17174 4.17168C6.44511 3.89831 6.88832 3.89831 7.16169 4.17168Z", fill: "currentColor", }), }), - av = (e) => - kt("svg", { + Qg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V7.99999C13.3 7.61339 13.6135 7.29999 14 7.29999C14.3866 7.29999 14.7 7.61339 14.7 7.99999V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H8.00005C8.38665 1.29999 8.70005 1.61339 8.70005 1.99999C8.70005 2.38659 8.38665 2.69999 8.00005 2.69999H3.33338ZM10.6667 2.69999C10.2801 2.69999 9.96672 2.38659 9.96672 1.99999C9.96672 1.61339 10.2801 1.29999 10.6667 1.29999H14C14.3866 1.29999 14.7 1.61339 14.7 1.99999V5.33332C14.7 5.71992 14.3866 6.03332 14 6.03332C13.6135 6.03332 13.3 5.71992 13.3 5.33332V3.68994L11.1617 5.8283C10.8883 6.10166 10.4451 6.10166 10.1717 5.8283C9.89837 5.55493 9.89837 5.11171 10.1717 4.83835L12.3101 2.69999H10.6667Z", fill: "currentColor", }), }), - Cv = (e) => - kt("svg", { + Jg = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.69999C3.16541 2.69999 3.00432 2.76671 2.88555 2.88549C2.76677 3.00426 2.70005 3.16535 2.70005 3.33332V12.31L4.17174 10.8383C4.30302 10.7071 4.48106 10.6333 4.66672 10.6333H12.6667C12.8347 10.6333 12.9958 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9958 2.76671 12.8347 2.69999 12.6667 2.69999H3.33338ZM1.8956 1.89554C2.27692 1.51421 2.79411 1.29999 3.33338 1.29999H12.6667C13.206 1.29999 13.7232 1.51421 14.1045 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1045 11.4378C13.7232 11.8191 13.206 12.0333 12.6667 12.0333H4.95666L2.49502 14.495C2.29482 14.6952 1.99374 14.7551 1.73217 14.6467C1.4706 14.5384 1.30005 14.2831 1.30005 14V3.33332C1.30005 2.79405 1.51427 2.27686 1.8956 1.89554ZM3.96672 5.33332C3.96672 4.94672 4.28012 4.63332 4.66672 4.63332H8.66672C9.05331 4.63332 9.36672 4.94672 9.36672 5.33332C9.36672 5.71992 9.05331 6.03332 8.66672 6.03332H4.66672C4.28012 6.03332 3.96672 5.71992 3.96672 5.33332ZM3.96672 7.99999C3.96672 7.61339 4.28012 7.29999 4.66672 7.29999H11.3334C11.72 7.29999 12.0334 7.61339 12.0334 7.99999C12.0334 8.38659 11.72 8.69999 11.3334 8.69999H4.66672C4.28012 8.69999 3.96672 8.38659 3.96672 7.99999Z", fill: "currentColor", }), }), - sv = (e) => - kt("svg", { + ev = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.69999C3.16536 2.69999 3.00427 2.76671 2.8855 2.88549C2.76673 3.00426 2.7 3.16535 2.7 3.33332V12.31L4.17169 10.8383C4.30297 10.7071 4.48101 10.6333 4.66667 10.6333H12.6667C12.8346 10.6333 12.9957 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9957 2.76671 12.8346 2.69999 12.6667 2.69999H3.33333ZM1.89555 1.89554C2.27687 1.51421 2.79406 1.29999 3.33333 1.29999H12.6667C13.2059 1.29999 13.7231 1.51421 14.1044 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1044 11.4378C13.7231 11.8191 13.2059 12.0333 12.6667 12.0333H4.95662L2.49497 14.495C2.29478 14.6952 1.99369 14.7551 1.73212 14.6467C1.47055 14.5384 1.3 14.2831 1.3 14V3.33332C1.3 2.79405 1.51422 2.27686 1.89555 1.89554ZM8 3.96665C8.3866 3.96665 8.7 4.28006 8.7 4.66665V5.99999C8.7 6.38659 8.3866 6.69999 8 6.69999C7.6134 6.69999 7.3 6.38659 7.3 5.99999V4.66665C7.3 4.28006 7.6134 3.96665 8 3.96665ZM7.3 8.66665C7.3 8.28006 7.6134 7.96665 8 7.96665H8.00667C8.39327 7.96665 8.70667 8.28006 8.70667 8.66665C8.70667 9.05325 8.39327 9.36665 8.00667 9.36665H8C7.6134 9.36665 7.3 9.05325 7.3 8.66665Z", fill: "currentColor", }), }), - cv = (e) => - kt("svg", { + tv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.69999C3.16536 2.69999 3.00427 2.76671 2.8855 2.88549C2.76673 3.00426 2.7 3.16535 2.7 3.33332V12.31L4.17169 10.8383C4.30297 10.7071 4.48101 10.6333 4.66667 10.6333H12.6667C12.8346 10.6333 12.9957 10.5666 13.1145 10.4478C13.2333 10.329 13.3 10.168 13.3 9.99999V3.33332C13.3 3.16535 13.2333 3.00426 13.1145 2.88549C12.9957 2.76671 12.8346 2.69999 12.6667 2.69999H3.33333ZM1.89555 1.89554C2.27687 1.51421 2.79406 1.29999 3.33333 1.29999H12.6667C13.2059 1.29999 13.7231 1.51421 14.1044 1.89554C14.4858 2.27686 14.7 2.79405 14.7 3.33332V9.99999C14.7 10.5393 14.4858 11.0564 14.1044 11.4378C13.7231 11.8191 13.2059 12.0333 12.6667 12.0333H4.95662L2.49497 14.495C2.29478 14.6952 1.99369 14.7551 1.73212 14.6467C1.47055 14.5384 1.3 14.2831 1.3 14V3.33332C1.3 2.79405 1.51422 2.27686 1.89555 1.89554ZM5.83836 4.50501C6.11172 4.23165 6.55494 4.23165 6.82831 4.50501L8 5.6767L9.17169 4.50501C9.44506 4.23165 9.88827 4.23165 10.1616 4.50501C10.435 4.77838 10.435 5.2216 10.1616 5.49496L8.98995 6.66665L10.1616 7.83835C10.435 8.11171 10.435 8.55493 10.1616 8.8283C9.88827 9.10166 9.44506 9.10166 9.17169 8.8283L8 7.6566L6.82831 8.8283C6.55494 9.10166 6.11172 9.10166 5.83836 8.8283C5.56499 8.55493 5.56499 8.11171 5.83836 7.83835L7.01005 6.66665L5.83836 5.49496C5.56499 5.2216 5.56499 4.77838 5.83836 4.50501Z", fill: "currentColor", }), }), - dv = (e) => - kt("svg", { + nv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 2.03336C2.31993 2.03336 2.03333 2.31996 2.03333 2.6667V8.31008L3.50502 6.83839C3.6363 6.70711 3.81435 6.63336 4 6.63336H8C8.16797 6.63336 8.32906 6.56664 8.44783 6.44786C8.5666 6.32909 8.63333 6.168 8.63333 6.00003V2.6667C8.63333 2.49872 8.5666 2.33763 8.44783 2.21886C8.32906 2.10009 8.16797 2.03336 8 2.03336H2.66666ZM0.633331 2.6667C0.633331 1.54676 1.54673 0.633362 2.66666 0.633362H8C8.53927 0.633362 9.05646 0.847587 9.43778 1.22891C9.8191 1.61023 10.0333 2.12742 10.0333 2.6667V6.00003C10.0333 6.5393 9.8191 7.05649 9.43778 7.43781C9.05646 7.81914 8.53927 8.03336 8 8.03336H4.28995L1.82831 10.495C1.62811 10.6952 1.32702 10.7551 1.06545 10.6467C0.803881 10.5384 0.633331 10.2832 0.633331 10V2.6667ZM11.3 6.00003C11.3 5.61343 11.6134 5.30003 12 5.30003H13.3333C13.8726 5.30003 14.3898 5.51425 14.7711 5.89558C15.1524 6.2769 15.3667 6.79409 15.3667 7.33336V14.6667C15.3667 14.9498 15.1961 15.2051 14.9345 15.3134C14.673 15.4218 14.3719 15.3619 14.1717 15.1617L11.71 12.7H8C7.46072 12.7 6.94354 12.4858 6.56221 12.1045C6.18089 11.7232 5.96666 11.206 5.96666 10.6667V10C5.96666 9.61343 6.28006 9.30003 6.66666 9.30003C7.05326 9.30003 7.36666 9.61343 7.36666 10V10.6667C7.36666 10.8347 7.43339 10.9958 7.55216 11.1145C7.67094 11.2333 7.83203 11.3 8 11.3H12C12.1856 11.3 12.3637 11.3738 12.495 11.5051L13.9667 12.9767V7.33336C13.9667 7.16539 13.8999 7.0043 13.7812 6.88553C13.6624 6.76675 13.5013 6.70003 13.3333 6.70003H12C11.6134 6.70003 11.3 6.38663 11.3 6.00003Z", fill: "currentColor", }), }), - uv = (e) => - kt("svg", { + rv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.09081 1.42417C6.59716 0.917825 7.28391 0.633362 8 0.633362C8.71608 0.633362 9.40284 0.917825 9.90919 1.42417C10.4155 1.93052 10.7 2.61728 10.7 3.33336V8.00003C10.7 8.71611 10.4155 9.40287 9.90919 9.90922C9.40284 10.4156 8.71608 10.7 8 10.7C7.28391 10.7 6.59716 10.4156 6.09081 9.90922C5.58446 9.40287 5.3 8.71611 5.3 8.00003V3.33336C5.3 2.61728 5.58446 1.93052 6.09081 1.42417ZM8 2.03336C7.65522 2.03336 7.32456 2.17033 7.08076 2.41412C6.83696 2.65792 6.7 2.98858 6.7 3.33336V8.00003C6.7 8.34481 6.83696 8.67547 7.08076 8.91927C7.32456 9.16306 7.65522 9.30003 8 9.30003C8.34478 9.30003 8.67544 9.16306 8.91924 8.91927C9.16303 8.67547 9.3 8.34481 9.3 8.00003V3.33336C9.3 2.98858 9.16303 2.65792 8.91924 2.41412C8.67544 2.17033 8.34478 2.03336 8 2.03336ZM3.33333 5.96669C3.71993 5.96669 4.03333 6.2801 4.03333 6.66669V8.00003C4.03333 9.05205 4.45125 10.061 5.19514 10.8049C5.93903 11.5488 6.94797 11.9667 8 11.9667C9.05202 11.9667 10.061 11.5488 10.8049 10.8049C11.5487 10.061 11.9667 9.05205 11.9667 8.00003V6.66669C11.9667 6.2801 12.2801 5.96669 12.6667 5.96669C13.0533 5.96669 13.3667 6.2801 13.3667 6.66669V8.00003C13.3667 9.42336 12.8012 10.7884 11.7948 11.7948C10.9548 12.6348 9.865 13.1676 8.7 13.3209V14.6667C8.7 15.0533 8.3866 15.3667 8 15.3667C7.6134 15.3667 7.3 15.0533 7.3 14.6667V13.3209C6.135 13.1676 5.0452 12.6348 4.20519 11.7948C3.19875 10.7884 2.63333 9.42336 2.63333 8.00003V6.66669C2.63333 6.2801 2.94673 5.96669 3.33333 5.96669Z", fill: "currentColor", }), }), - pv = (e) => - kt("svg", { + ov = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838357 0.838387C1.11172 0.56502 1.55494 0.56502 1.82831 0.838387L6.49488 5.50496C6.49482 5.5049 6.49494 5.50502 6.49488 5.50496L9.90776 8.91784C9.90804 8.91813 9.90833 8.91841 9.90861 8.91869C9.90854 8.91862 9.90869 8.91877 9.90861 8.91869L11.8278 10.8379C11.8282 10.8383 11.8286 10.8387 11.829 10.8391L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8883 15.435 14.4451 15.435 14.1717 15.1617L11.3054 12.2954C10.6523 12.8061 9.88701 13.1607 9.06823 13.3271C8.94595 13.3519 8.82313 13.3724 8.7 13.3886V14.6667C8.7 15.0533 8.3866 15.3667 8 15.3667C7.6134 15.3667 7.3 15.0533 7.3 14.6667V13.3888C6.83347 13.3274 6.37451 13.2047 5.9354 13.0217C4.94512 12.6091 4.10123 11.9092 3.51264 11.0122C2.92503 10.1168 2.61881 9.06599 2.63333 7.99512V6.66669C2.63333 6.2801 2.94673 5.96669 3.33333 5.96669C3.71993 5.96669 4.03333 6.2801 4.03333 6.66669V8.01021C4.0218 8.80307 4.24809 9.58119 4.68313 10.2441C5.11817 10.9071 5.74191 11.4244 6.47386 11.7294C6.87286 11.8957 7.29403 11.9946 7.72051 12.0247C7.80612 11.9874 7.90064 11.9667 8 11.9667C8.09931 11.9667 8.19378 11.9874 8.27936 12.0247C8.45006 12.0126 8.62044 11.9894 8.78943 11.9551C9.33802 11.8436 9.85414 11.6179 10.3054 11.2954L9.34782 10.3378C9.09393 10.4841 8.81656 10.5888 8.52609 10.6465C8.00265 10.7505 7.46014 10.697 6.96707 10.4929C6.47401 10.2887 6.0525 9.94302 5.75579 9.49944C5.45907 9.05586 5.30047 8.53431 5.3 8.00064V6.28998L0.838357 1.82834C0.56499 1.55497 0.56499 1.11175 0.838357 0.838387ZM6.7 7.68998V7.99941C6.70022 8.25636 6.77659 8.50748 6.91945 8.72106C7.06231 8.93463 7.26526 9.10108 7.50266 9.19938C7.74007 9.29768 8.00128 9.32342 8.2533 9.27335C8.26162 9.2717 8.26991 9.26997 8.27818 9.26816L6.7 7.68998ZM6.85643 0.899565C7.40564 0.642772 8.02529 0.578295 8.6156 0.71652C9.20591 0.854744 9.73252 1.18762 10.1106 1.66155C10.4887 2.13548 10.6963 2.72288 10.7 3.32914L10.7 3.33336L10.7 6.22669C10.7 6.61329 10.3866 6.92669 10 6.92669C9.6134 6.92669 9.3 6.61329 9.3 6.22669V3.33567C9.29782 3.04444 9.1979 2.76236 9.01625 2.53467C8.8342 2.30648 8.58064 2.1462 8.29642 2.07965C8.01219 2.0131 7.71384 2.04414 7.44941 2.16778C7.18497 2.29142 6.96985 2.50047 6.83868 2.76125C6.66496 3.10662 6.24415 3.24576 5.89878 3.07204C5.55341 2.89832 5.41426 2.47751 5.58798 2.13214C5.86042 1.59052 6.30722 1.15636 6.85643 0.899565ZM12.6667 5.96669C13.0533 5.96669 13.3667 6.2801 13.3667 6.66669V8.00003L13.3667 8.00168C13.3659 8.31717 13.3378 8.632 13.2825 8.94261C13.2148 9.32323 12.8514 9.57691 12.4707 9.50921C12.0901 9.44151 11.8364 9.07807 11.9041 8.69745C11.9451 8.46693 11.9661 8.23328 11.9667 7.99915V6.66669C11.9667 6.2801 12.2801 5.96669 12.6667 5.96669Z", fill: "currentColor", }), }), - mv = (e) => - kt("svg", { + iv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.03361 1.03365C5.28991 0.777349 5.63753 0.633362 5.99999 0.633362H7.33332C7.69578 0.633362 8.0434 0.777349 8.2997 1.03365C8.556 1.28995 8.69999 1.63757 8.69999 2.00003V3.30081C9.07111 3.31821 9.36665 3.6246 9.36665 4.00003V4.63346C10.7779 4.64222 12.1295 5.20664 13.1281 6.20522C14.1346 7.21167 14.7 8.5767 14.7 10C14.7 11.4234 14.1346 12.7884 13.1281 13.7948C13.0693 13.8536 13.0093 13.9109 12.9481 13.9667H14C14.3866 13.9667 14.7 14.2801 14.7 14.6667C14.7 15.0533 14.3866 15.3667 14 15.3667H1.99999C1.61339 15.3667 1.29999 15.0533 1.29999 14.6667C1.29999 14.2801 1.61339 13.9667 1.99999 13.9667H9.33332C10.3853 13.9667 11.3943 13.5488 12.1382 12.8049C12.8821 12.061 13.3 11.0521 13.3 10C13.3 8.948 12.8821 7.93907 12.1382 7.19517C11.4021 6.45914 10.4066 6.04223 9.36665 6.0335V6.66669C9.36665 7.20597 9.15243 7.72315 8.7711 8.10448C8.45164 8.42395 8.03681 8.62613 7.59352 8.68332C7.85127 8.78659 8.03332 9.03871 8.03332 9.33336C8.03332 9.71996 7.71992 10.0334 7.33332 10.0334H5.99999C5.61339 10.0334 5.29999 9.71996 5.29999 9.33336C5.29999 9.03871 5.48203 8.78659 5.73979 8.68332C5.2965 8.62613 4.88167 8.42395 4.5622 8.10448C4.18088 7.72315 3.96665 7.20597 3.96665 6.66669V4.00003C3.96665 3.6246 4.2622 3.31821 4.63332 3.30081V2.00003C4.63332 1.63757 4.77731 1.28995 5.03361 1.03365ZM5.36665 4.70003H7.96665V6.66669C7.96665 6.83466 7.89993 6.99576 7.78116 7.11453C7.66238 7.2333 7.50129 7.30003 7.33332 7.30003H5.99999C5.83202 7.30003 5.67093 7.2333 5.55215 7.11453C5.43338 6.99576 5.36665 6.83466 5.36665 6.66669V4.70003ZM7.29999 3.30003H6.03332V2.03336H7.29999V3.30003ZM3.29999 12C3.29999 11.6134 3.61339 11.3 3.99999 11.3H9.33332C9.71992 11.3 10.0333 11.6134 10.0333 12C10.0333 12.3866 9.71992 12.7 9.33332 12.7H3.99999C3.61339 12.7 3.29999 12.3866 3.29999 12Z", fill: "currentColor", }), }), - hv = (e) => - kt("svg", { + lv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 3.36667C2.31688 3.36667 2.03333 3.65023 2.03333 4.00001V11.3333C2.03333 11.6831 2.31688 11.9667 2.66666 11.9667H13.3333C13.6831 11.9667 13.9667 11.6831 13.9667 11.3333V4.00001C13.9667 3.65023 13.6831 3.36667 13.3333 3.36667H2.66666ZM12.7 13.3667H13.3333C14.4563 13.3667 15.3667 12.4563 15.3667 11.3333V4.00001C15.3667 2.87703 14.4563 1.96667 13.3333 1.96667H2.66666C1.54369 1.96667 0.633331 2.87703 0.633331 4.00001V11.3333C0.633331 12.4563 1.54369 13.3667 2.66666 13.3667H3.3V14C3.3 14.3866 3.6134 14.7 4 14.7C4.3866 14.7 4.7 14.3866 4.7 14V13.3667H11.3V14C11.3 14.3866 11.6134 14.7 12 14.7C12.3866 14.7 12.7 14.3866 12.7 14V13.3667ZM4.7 6.03334V9.30001H8.63333V6.03334H4.7ZM3.3 6.00001C3.3 5.24522 3.91188 4.63334 4.66666 4.63334H8.66666C9.42145 4.63334 10.0333 5.24522 10.0333 6.00001V9.33334C10.0333 10.0881 9.42145 10.7 8.66666 10.7H4.66666C3.91188 10.7 3.3 10.0881 3.3 9.33334V6.00001ZM12 4.63334C12.3866 4.63334 12.7 4.94674 12.7 5.33334V10C12.7 10.3866 12.3866 10.7 12 10.7C11.6134 10.7 11.3 10.3866 11.3 10V5.33334C11.3 4.94674 11.6134 4.63334 12 4.63334Z", fill: "currentColor", }), }), - fv = (e) => - kt("svg", { + av = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3333 2.03336C9.87898 2.03336 8.7 3.21235 8.7 4.6667C8.7 6.12105 9.87898 7.30003 11.3333 7.30003C12.7877 7.30003 13.9667 6.12105 13.9667 4.6667C13.9667 3.21234 12.7877 2.03336 11.3333 2.03336ZM7.3 4.6667C7.3 2.43915 9.10578 0.633362 11.3333 0.633362C13.5609 0.633362 15.3667 2.43915 15.3667 4.6667C15.3667 6.89424 13.5609 8.70003 11.3333 8.70003C11.2116 8.70003 11.0911 8.69464 10.9721 8.68408L5.13587 14.5075C4.90595 14.7638 4.62699 14.9715 4.31539 15.1184C3.99641 15.2687 3.65 15.3521 3.29753 15.3633C2.94507 15.3745 2.59405 15.3134 2.26615 15.1836C1.93825 15.0539 1.64042 14.8583 1.39107 14.609C1.14172 14.3596 0.946129 14.0618 0.816383 13.7339C0.686637 13.406 0.625489 13.055 0.636714 12.7025C0.647939 12.35 0.7313 12.0036 0.881648 11.6846C1.02852 11.373 1.23626 11.0941 1.49256 10.8642L7.31595 5.02788C7.30539 4.90889 7.3 4.78842 7.3 4.6667ZM7.76894 6.55598L2.46885 11.8678C2.45817 11.8785 2.44715 11.8888 2.43581 11.8988C2.31473 12.0054 2.21679 12.1356 2.14803 12.2815C2.07926 12.4274 2.04114 12.5859 2.036 12.7471C2.03087 12.9083 2.05884 13.0688 2.11818 13.2188C2.17752 13.3687 2.26698 13.505 2.38102 13.619C2.49507 13.7331 2.63128 13.8225 2.78125 13.8818C2.93122 13.9412 3.09177 13.9692 3.25297 13.964C3.41417 13.9589 3.57261 13.9208 3.7185 13.852C3.86439 13.7832 3.99464 13.6853 4.1012 13.5642C4.11118 13.5529 4.12154 13.5419 4.13224 13.5312L9.44405 8.23109C8.73218 7.85298 8.14705 7.26785 7.76894 6.55598Z", fill: "currentColor", }), }), - gv = (e) => - kt("svg", { + Cv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 1.29999C8.38659 1.29999 8.69999 1.61339 8.69999 1.99999V3.29999H12C12.1695 3.29999 12.3333 3.36153 12.4609 3.47318L15.1276 5.80652C15.2795 5.93944 15.3667 6.13147 15.3667 6.33332C15.3667 6.53517 15.2795 6.7272 15.1276 6.86012L12.4609 9.19346C12.3333 9.30511 12.1695 9.36665 12 9.36665H8.69999V14C8.69999 14.3866 8.38659 14.7 7.99999 14.7C7.61339 14.7 7.29999 14.3866 7.29999 14V9.36665H3.33332C2.79405 9.36665 2.27686 9.15243 1.89554 8.7711C1.51421 8.38978 1.29999 7.87259 1.29999 7.33332V5.33332C1.29999 4.79405 1.51421 4.27686 1.89554 3.89554C2.27686 3.51421 2.79405 3.29999 3.33332 3.29999H7.29999V1.99999C7.29999 1.61339 7.61339 1.29999 7.99999 1.29999ZM3.33332 4.69999C3.16535 4.69999 3.00426 4.76671 2.88549 4.88549C2.76671 5.00426 2.69999 5.16535 2.69999 5.33332V7.33332C2.69999 7.50129 2.76671 7.66238 2.88549 7.78116C3.00426 7.89993 3.16535 7.96665 3.33332 7.96665H11.737L13.6036 6.33332L11.737 4.69999H3.33332Z", fill: "currentColor", }), }), - vv = (e) => - kt("svg", { + sv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.63334 1.33336C4.63334 0.946762 4.94674 0.633362 5.33334 0.633362H10.6667C11.0533 0.633362 11.3667 0.946762 11.3667 1.33336C11.3667 1.70879 11.0711 2.01518 10.7 2.03258V3.19203C10.6999 3.58051 10.8149 3.96047 11.0304 4.28369L11.4677 4.93969C11.4677 4.93967 11.4678 4.9397 11.4677 4.93969C11.8365 5.49274 12.0333 6.14263 12.0333 6.80734V9.98383C12.0336 9.99445 12.0336 10.0051 12.0333 10.0156V13.3334C12.0333 13.8726 11.8191 14.3898 11.4378 14.7711C11.0565 15.1525 10.5393 15.3667 10 15.3667H6.00001C5.46073 15.3667 4.94355 15.1525 4.56222 14.7711C4.1809 14.3898 3.96667 13.8726 3.96667 13.3334V10.0162C3.96643 10.0056 3.96643 9.99499 3.96667 9.9844V6.80819C3.96667 6.80813 3.96667 6.80824 3.96667 6.80819C3.96656 6.14324 4.16335 5.49298 4.53224 4.93974C4.53223 4.93976 4.53225 4.93972 4.53224 4.93974L4.96957 4.28374C5.18499 3.96067 5.29999 3.581 5.30001 3.1927C5.30001 3.19269 5.30001 3.1927 5.30001 3.1927V2.03258C4.92889 2.01518 4.63334 1.70879 4.63334 1.33336ZM6.70001 2.03336V3.1927C6.69999 3.85741 6.5032 4.50727 6.13444 5.06032C6.13443 5.06034 6.13445 5.0603 6.13444 5.06032L5.69711 5.71632C5.48159 6.03953 5.36659 6.41939 5.36667 6.80787V9.05919C5.68432 8.99678 6.00803 8.96513 6.33334 8.96513C6.99845 8.96513 7.65692 9.09744 8.2704 9.35436C8.71257 9.5396 9.18727 9.63504 9.66667 9.63504C9.99407 9.63504 10.3192 9.59054 10.6333 9.50333V6.80738C10.6333 6.80737 10.6333 6.80739 10.6333 6.80738C10.6333 6.41907 10.5184 6.03944 10.3029 5.71637L9.86561 5.06037C9.86559 5.06035 9.86562 5.06039 9.86561 5.06037C9.49672 4.50712 9.29989 3.85698 9.30001 3.19203C9.30001 3.19198 9.30001 3.19208 9.30001 3.19203V2.03336H6.70001ZM10.6333 10.941C10.3157 11.0034 9.99198 11.035 9.66667 11.035C9.00152 11.035 8.34302 10.9027 7.72953 10.6457C7.7295 10.6456 7.72956 10.6457 7.72953 10.6457C7.28734 10.4605 6.81273 10.3651 6.33334 10.3651C6.00595 10.3651 5.6808 10.4096 5.36667 10.4968V13.3334C5.36667 13.5013 5.4334 13.6624 5.55217 13.7812C5.67095 13.9 5.83204 13.9667 6.00001 13.9667H10C10.168 13.9667 10.3291 13.9 10.4478 13.7812C10.5666 13.6624 10.6333 13.5013 10.6333 13.3334V10.941Z", fill: "currentColor", }), }), - wv = (e) => - kt("svg", { + cv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838387 0.838387C1.11175 0.56502 1.55497 0.56502 1.82834 0.838387L5.68584 4.69589C5.69244 4.70224 5.69891 4.7087 5.70522 4.71527L10.7799 9.78996C10.7836 9.79357 10.7873 9.79723 10.7909 9.80092L11.828 10.838C11.8282 10.8383 11.8285 10.8385 11.8287 10.8388L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1617C14.8883 15.435 14.4451 15.435 14.1717 15.1617L12.0334 13.0233V13.3334C12.0334 13.8726 11.8191 14.3898 11.4378 14.7711C11.0565 15.1525 10.5393 15.3667 10 15.3667H6.00003C5.46075 15.3667 4.94357 15.1525 4.56224 14.7711C4.18092 14.3898 3.9667 13.8726 3.9667 13.3334V10.0162C3.96645 10.0056 3.96645 9.99499 3.9667 9.98441V6.80819C3.9667 6.80813 3.9667 6.80824 3.9667 6.80819C3.9666 6.286 4.08795 5.77281 4.31871 5.30866L0.838387 1.82834C0.56502 1.55497 0.56502 1.11175 0.838387 0.838387ZM5.40948 6.39943C5.38114 6.53305 5.36666 6.66991 5.36669 6.80787V9.0591C5.68433 8.99668 6.00805 8.96502 6.33336 8.96502C6.99851 8.96502 7.65702 9.09738 8.27051 9.3544C8.32163 9.37581 8.37318 9.39603 8.42507 9.41502L5.40948 6.39943ZM10.032 11.0219C9.24729 11.0791 8.45832 10.951 7.72955 10.6457C7.28738 10.4604 6.81277 10.365 6.33336 10.365C6.00597 10.365 5.68081 10.4095 5.36669 10.4967V13.3334C5.36669 13.5013 5.43342 13.6624 5.55219 13.7812C5.67097 13.9 5.83206 13.9667 6.00003 13.9667H10C10.168 13.9667 10.3291 13.9 10.4479 13.7812C10.5666 13.6624 10.6334 13.5013 10.6334 13.3334V11.6233L10.032 11.0219ZM4.63336 1.33336C4.63336 0.946762 4.94676 0.633362 5.33336 0.633362H10.6667C11.0533 0.633362 11.3667 0.946762 11.3667 1.33336C11.3667 1.70879 11.0711 2.01518 10.7 2.03258V3.19268C10.7 3.19267 10.7 3.19268 10.7 3.19268C10.7 3.58098 10.815 3.96061 11.0304 4.28369L11.4678 4.93969C11.4677 4.93967 11.4678 4.9397 11.4678 4.93969C11.8366 5.49293 12.0335 6.14308 12.0334 6.80803C12.0334 6.80798 12.0334 6.80808 12.0334 6.80803V7.56203C12.0334 7.94863 11.72 8.26203 11.3334 8.26203C10.9468 8.26203 10.6334 7.94863 10.6334 7.56203V6.80803C10.6334 6.41955 10.5185 6.03959 10.303 5.71637L9.86563 5.06037C9.86562 5.06035 9.86564 5.06039 9.86563 5.06037C9.49687 4.50732 9.30005 3.85743 9.30003 3.19271V2.03336H6.70003V2.2287C6.70003 2.61529 6.38663 2.92869 6.00003 2.92869C5.61343 2.92869 5.30003 2.61529 5.30003 2.2287V2.03258C4.92891 2.01518 4.63336 1.70879 4.63336 1.33336Z", fill: "currentColor", }), }), - Lv = (e) => - kt("svg", { + dv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.495 1.50501C14.7683 1.77838 14.7683 2.2216 14.495 2.49496L11.0233 5.96665H13.3333C13.7199 5.96665 14.0333 6.28006 14.0333 6.66665C14.0333 7.05325 13.7199 7.36665 13.3333 7.36665H9.33332C8.94672 7.36665 8.63332 7.05325 8.63332 6.66665V2.66665C8.63332 2.28006 8.94672 1.96665 9.33332 1.96665C9.71992 1.96665 10.0333 2.28006 10.0333 2.66665V4.9767L13.505 1.50501C13.7784 1.23165 14.2216 1.23165 14.495 1.50501ZM1.96665 9.33332C1.96665 8.94672 2.28006 8.63332 2.66665 8.63332H6.66665C7.05325 8.63332 7.36665 8.94672 7.36665 9.33332V13.3333C7.36665 13.7199 7.05325 14.0333 6.66665 14.0333C6.28006 14.0333 5.96665 13.7199 5.96665 13.3333V11.0233L2.49496 14.495C2.2216 14.7683 1.77838 14.7683 1.50501 14.495C1.23165 14.2216 1.23165 13.7784 1.50501 13.505L4.9767 10.0333H2.66665C2.28006 10.0333 1.96665 9.71992 1.96665 9.33332Z", fill: "currentColor", }), }), - bv = (e) => - kt("svg", { + uv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33332 1.29999C5.71992 1.29999 6.03332 1.61339 6.03332 1.99999V3.99999C6.03332 4.53926 5.8191 5.05645 5.43777 5.43777C5.05645 5.8191 4.53926 6.03332 3.99999 6.03332H1.99999C1.61339 6.03332 1.29999 5.71992 1.29999 5.33332C1.29999 4.94672 1.61339 4.63332 1.99999 4.63332H3.99999C4.16796 4.63332 4.32905 4.5666 4.44782 4.44782C4.5666 4.32905 4.63332 4.16796 4.63332 3.99999V1.99999C4.63332 1.61339 4.94672 1.29999 5.33332 1.29999ZM10.6667 1.29999C11.0533 1.29999 11.3667 1.61339 11.3667 1.99999V3.99999C11.3667 4.16796 11.4334 4.32905 11.5522 4.44782C11.6709 4.5666 11.832 4.63332 12 4.63332H14C14.3866 4.63332 14.7 4.94672 14.7 5.33332C14.7 5.71992 14.3866 6.03332 14 6.03332H12C11.4607 6.03332 10.9435 5.8191 10.5622 5.43777C10.1809 5.05645 9.96665 4.53926 9.96665 3.99999V1.99999C9.96665 1.61339 10.2801 1.29999 10.6667 1.29999ZM1.29999 10.6667C1.29999 10.2801 1.61339 9.96665 1.99999 9.96665H3.99999C4.53926 9.96665 5.05645 10.1809 5.43777 10.5622C5.8191 10.9435 6.03332 11.4607 6.03332 12V14C6.03332 14.3866 5.71992 14.7 5.33332 14.7C4.94672 14.7 4.63332 14.3866 4.63332 14V12C4.63332 11.832 4.5666 11.6709 4.44782 11.5522C4.32905 11.4334 4.16796 11.3667 3.99999 11.3667H1.99999C1.61339 11.3667 1.29999 11.0533 1.29999 10.6667ZM12 11.3667C11.832 11.3667 11.6709 11.4334 11.5522 11.5522C11.4334 11.6709 11.3667 11.832 11.3667 12V14C11.3667 14.3866 11.0533 14.7 10.6667 14.7C10.2801 14.7 9.96665 14.3866 9.96665 14V12C9.96665 11.4607 10.1809 10.9435 10.5622 10.5622C10.9435 10.1809 11.4607 9.96665 12 9.96665H14C14.3866 9.96665 14.7 10.2801 14.7 10.6667C14.7 11.0533 14.3866 11.3667 14 11.3667H12Z", fill: "currentColor", }), }), - Mv = (e) => - Ot("svg", { + pv = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M10.2432 0.78087L12.3442 4.209C12.3491 4.21579 12.3518 4.22394 12.3518 4.2323C12.3518 4.24066 12.3491 4.24881 12.3442 4.2556C12.3407 4.25943 12.3364 4.26249 12.3316 4.26458C12.3268 4.26667 12.3217 4.26775 12.3164 4.26775C12.3112 4.26775 12.306 4.26667 12.3012 4.26458C12.2964 4.26249 12.2921 4.25943 12.2886 4.2556L9.56654 1.42656L10.2432 0.78087Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M5.60252 10.0091C6.06356 9.03632 6.69008 8.15048 7.45433 7.39084C7.74502 7.10116 8.05431 6.83063 8.38023 6.58096V8.57793L5.60252 10.0091ZM4 11.8596L8.38023 9.64076V14.7219L9.36622 16V9.12155L9.96494 8.81313C10.3791 8.60515 10.7386 8.30345 11.0148 7.93215C11.291 7.56084 11.4762 7.13025 11.5556 6.67482C11.635 6.21938 11.6063 5.75174 11.472 5.30932C11.3376 4.86689 11.1012 4.46196 10.7818 4.1269L8.52713 1.77713C8.4372 1.68043 8.38931 1.5522 8.39389 1.42041C8.39848 1.28863 8.45518 1.16401 8.55161 1.07376C8.64898 0.983979 8.77798 0.936173 8.91054 0.940744C9.04309 0.945315 9.16847 1.00189 9.25939 1.09816L9.57544 1.42656L10.2432 0.77865C9.44412 -0.255337 8.46258 -0.124425 7.89947 0.392569C7.62247 0.652924 7.46034 1.01217 7.44866 1.39152C7.43698 1.77087 7.57669 2.13936 7.83715 2.41617L10.1163 4.78368C10.3232 5.005 10.4779 5.26967 10.5689 5.5583C10.66 5.84694 10.685 6.15222 10.6424 6.45177C10.5997 6.75133 10.4903 7.03757 10.3223 7.28951C10.1542 7.54146 9.93173 7.75273 9.67115 7.90783L9.36177 8.06759V4.85691C8.00462 5.55394 6.81966 6.54269 5.89242 7.75178C4.96519 8.96087 4.31883 10.3601 4 11.8485V11.8596Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M9.36622 9.11932V10.1577L8.38023 10.657V9.62522L9.36622 9.11932Z", fill: "currentColor", }), ], }), - Hv = (e) => - kt("svg", { + mv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.63336 7.99999C2.63336 7.61339 2.94676 7.29999 3.33336 7.29999H12.6667C13.0533 7.29999 13.3667 7.61339 13.3667 7.99999C13.3667 8.38659 13.0533 8.69999 12.6667 8.69999H3.33336C2.94676 8.69999 2.63336 8.38659 2.63336 7.99999Z", fill: "currentColor", }), }), - Ev = (e) => - kt("svg", { + hv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 2.69999C2.31691 2.69999 2.03336 2.98354 2.03336 3.33332V9.99999C2.03336 10.3498 2.31691 10.6333 2.6667 10.6333H13.3334C13.6831 10.6333 13.9667 10.3498 13.9667 9.99999V3.33332C13.9667 2.98354 13.6831 2.69999 13.3334 2.69999H2.6667ZM8.70003 12.0333H13.3334C14.4563 12.0333 15.3667 11.123 15.3667 9.99999V3.33332C15.3667 2.21034 14.4563 1.29999 13.3334 1.29999H2.6667C1.54372 1.29999 0.633362 2.21034 0.633362 3.33332V9.99999C0.633362 11.123 1.54372 12.0333 2.6667 12.0333H7.30003V13.3H5.33336C4.94676 13.3 4.63336 13.6134 4.63336 14C4.63336 14.3866 4.94676 14.7 5.33336 14.7H10.6667C11.0533 14.7 11.3667 14.3866 11.3667 14C11.3667 13.6134 11.0533 13.3 10.6667 13.3H8.70003V12.0333ZM10.495 4.83835C10.7684 5.11171 10.7684 5.55493 10.495 5.8283L7.82834 8.49496C7.69706 8.62624 7.51901 8.69999 7.33336 8.69999C7.14771 8.69999 6.96966 8.62624 6.83839 8.49496L5.50505 7.16163C5.23169 6.88826 5.23169 6.44505 5.50505 6.17168C5.77842 5.89831 6.22164 5.89831 6.495 6.17168L7.33336 7.01004L9.50505 4.83835C9.77842 4.56498 10.2216 4.56498 10.495 4.83835Z", fill: "currentColor", }), }), - Rv = (e) => - kt("svg", { + fv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 2.69999C2.49872 2.69999 2.33763 2.76671 2.21886 2.88549C2.10009 3.00426 2.03336 3.16535 2.03336 3.33332V9.99999C2.03336 10.168 2.10009 10.329 2.21886 10.4478C2.33763 10.5666 2.49873 10.6333 2.6667 10.6333H13.3334C13.5013 10.6333 13.6624 10.5666 13.7812 10.4478C13.9 10.329 13.9667 10.168 13.9667 9.99999V7.99999C13.9667 7.61339 14.2801 7.29999 14.6667 7.29999C15.0533 7.29999 15.3667 7.61339 15.3667 7.99999V9.99999C15.3667 10.5393 15.1525 11.0564 14.7711 11.4378C14.3898 11.8191 13.8726 12.0333 13.3334 12.0333H8.70003V13.3H10.6667C11.0533 13.3 11.3667 13.6134 11.3667 14C11.3667 14.3866 11.0533 14.7 10.6667 14.7H5.33336C4.94676 14.7 4.63336 14.3866 4.63336 14C4.63336 13.6134 4.94676 13.3 5.33336 13.3H7.30003V12.0333H2.6667C2.12742 12.0333 1.61023 11.8191 1.22891 11.4378C0.847587 11.0564 0.633362 10.5393 0.633362 9.99999V3.33332C0.633362 2.79405 0.847587 2.27686 1.22891 1.89554C1.61024 1.51421 2.12742 1.29999 2.6667 1.29999H8.66669C9.05329 1.29999 9.36669 1.61339 9.36669 1.99999C9.36669 2.38659 9.05329 2.69999 8.66669 2.69999H2.6667ZM12.6667 2.69999C11.9487 2.69999 11.3667 3.28202 11.3667 3.99999C11.3667 4.71796 11.9487 5.29999 12.6667 5.29999C13.3847 5.29999 13.9667 4.71796 13.9667 3.99999C13.9667 3.28202 13.3847 2.69999 12.6667 2.69999ZM9.96669 3.99999C9.96669 2.50882 11.1755 1.29999 12.6667 1.29999C14.1579 1.29999 15.3667 2.50882 15.3667 3.99999C15.3667 5.49116 14.1579 6.69999 12.6667 6.69999C11.1755 6.69999 9.96669 5.49116 9.96669 3.99999Z", fill: "currentColor", }), }), - yv = (e) => - kt("svg", { + gv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.69999C2.31685 2.69999 2.0333 2.98354 2.0333 3.33332V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 9.99999V3.33332C13.9666 2.98354 13.6831 2.69999 13.3333 2.69999H2.66663ZM8.69997 12.0333H13.3333C14.4563 12.0333 15.3666 11.123 15.3666 9.99999V3.33332C15.3666 2.21034 14.4563 1.29999 13.3333 1.29999H2.66663C1.54366 1.29999 0.633301 2.21034 0.633301 3.33332V9.99999C0.633301 11.123 1.54366 12.0333 2.66663 12.0333H7.29997V13.3H5.3333C4.9467 13.3 4.6333 13.6134 4.6333 14C4.6333 14.3866 4.9467 14.7 5.3333 14.7H10.6666C11.0532 14.7 11.3666 14.3866 11.3666 14C11.3666 13.6134 11.0532 13.3 10.6666 13.3H8.69997V12.0333ZM7.99997 3.96665C8.38657 3.96665 8.69997 4.28006 8.69997 4.66665V6.9767L9.50499 6.17168C9.77836 5.89831 10.2216 5.89831 10.4949 6.17168C10.7683 6.44505 10.7683 6.88826 10.4949 7.16163L8.49494 9.16163C8.36367 9.2929 8.18562 9.36665 7.99997 9.36665C7.81432 9.36665 7.63627 9.2929 7.50499 9.16163L5.50499 7.16163C5.23163 6.88826 5.23163 6.44505 5.50499 6.17168C5.77836 5.89831 6.22157 5.89831 6.49494 6.17168L7.29997 6.9767V4.66665C7.29997 4.28006 7.61337 3.96665 7.99997 3.96665Z", fill: "currentColor", }), }), - Vv = (e) => - kt("svg", { + vv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.69999C2.31685 2.69999 2.0333 2.98354 2.0333 3.33332V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 9.99999V3.33332C13.9666 2.98354 13.6831 2.69999 13.3333 2.69999H2.66663ZM8.69997 12.0333H13.3333C14.4563 12.0333 15.3666 11.123 15.3666 9.99999V3.33332C15.3666 2.21034 14.4563 1.29999 13.3333 1.29999H2.66663C1.54366 1.29999 0.633301 2.21034 0.633301 3.33332V9.99999C0.633301 11.123 1.54366 12.0333 2.66663 12.0333H7.29997V13.3H5.3333C4.9467 13.3 4.6333 13.6134 4.6333 14C4.6333 14.3866 4.9467 14.7 5.3333 14.7H10.6666C11.0532 14.7 11.3666 14.3866 11.3666 14C11.3666 13.6134 11.0532 13.3 10.6666 13.3H8.69997V12.0333Z", fill: "currentColor", }), }), - Sv = (e) => - kt("svg", { + wv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838387C1.11169 0.56502 1.55491 0.56502 1.82828 0.838387L2.48339 1.4935C2.4912 1.50096 2.49886 1.50861 2.50636 1.51647L11.8279 10.838C11.8281 10.8383 11.8284 10.8385 11.8287 10.8388L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8882 15.435 14.445 15.435 14.1717 15.1617L11.0434 12.0334H8.69997V13.3H10.6666C11.0532 13.3 11.3666 13.6134 11.3666 14C11.3666 14.3866 11.0532 14.7 10.6666 14.7H5.3333C4.9467 14.7 4.6333 14.3866 4.6333 14C4.6333 13.6134 4.9467 13.3 5.3333 13.3H7.29997V12.0334H2.66663C2.12736 12.0334 1.61017 11.8191 1.22885 11.4378C0.847526 11.0565 0.633301 10.5393 0.633301 10V3.33336C0.633301 2.75852 0.801059 2.31957 1.01215 2.00216L0.838326 1.82834C0.564959 1.55497 0.564959 1.11175 0.838326 0.838387ZM2.06289 3.0529C2.0448 3.13162 2.0333 3.22438 2.0333 3.33336V10C2.0333 10.168 2.10003 10.3291 2.2188 10.4479C2.33757 10.5666 2.49866 10.6334 2.66663 10.6334H9.64335L2.06289 3.0529ZM5.29997 2.00003C5.29997 1.61343 5.61337 1.30003 5.99997 1.30003H13.3333C13.8726 1.30003 14.3898 1.51425 14.7711 1.89558C15.1524 2.2769 15.3666 2.79409 15.3666 3.33336V10C15.3666 10.3866 15.0532 10.7 14.6666 10.7C14.28 10.7 13.9666 10.3866 13.9666 10V3.33336C13.9666 3.16539 13.8999 3.0043 13.7811 2.88553C13.6624 2.76675 13.5013 2.70003 13.3333 2.70003H5.99997C5.61337 2.70003 5.29997 2.38663 5.29997 2.00003Z", fill: "currentColor", }), }), - Tv = (e) => - kt("svg", { + Lv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.69999C2.31685 2.69999 2.0333 2.98354 2.0333 3.33332V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 9.99999V3.33332C13.9666 2.98354 13.6831 2.69999 13.3333 2.69999H2.66663ZM8.69997 12.0333H13.3333C14.4563 12.0333 15.3666 11.123 15.3666 9.99999V3.33332C15.3666 2.21034 14.4563 1.29999 13.3333 1.29999H2.66663C1.54366 1.29999 0.633301 2.21034 0.633301 3.33332V9.99999C0.633301 11.123 1.54366 12.0333 2.66663 12.0333H7.29997V13.3H5.3333C4.9467 13.3 4.6333 13.6134 4.6333 14C4.6333 14.3866 4.9467 14.7 5.3333 14.7H10.6666C11.0532 14.7 11.3666 14.3866 11.3666 14C11.3666 13.6134 11.0532 13.3 10.6666 13.3H8.69997V12.0333ZM6.66663 3.96665C7.05323 3.96665 7.36663 4.28006 7.36663 4.66665V8.66665C7.36663 9.05325 7.05323 9.36665 6.66663 9.36665C6.28003 9.36665 5.96663 9.05325 5.96663 8.66665V4.66665C5.96663 4.28006 6.28003 3.96665 6.66663 3.96665ZM9.3333 3.96665C9.7199 3.96665 10.0333 4.28006 10.0333 4.66665V8.66665C10.0333 9.05325 9.7199 9.36665 9.3333 9.36665C8.9467 9.36665 8.6333 9.05325 8.6333 8.66665V4.66665C8.6333 4.28006 8.9467 3.96665 9.3333 3.96665Z", fill: "currentColor", }), }), - Nv = (e) => - kt("svg", { + bv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.69999C2.31685 2.69999 2.0333 2.98354 2.0333 3.33332V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 9.99999V3.33332C13.9666 2.98354 13.6831 2.69999 13.3333 2.69999H2.66663ZM8.69997 12.0333H13.3333C14.4563 12.0333 15.3666 11.123 15.3666 9.99999V3.33332C15.3666 2.21034 14.4563 1.29999 13.3333 1.29999H2.66663C1.54366 1.29999 0.633301 2.21034 0.633301 3.33332V9.99999C0.633301 11.123 1.54366 12.0333 2.66663 12.0333H7.29997V13.3H5.3333C4.9467 13.3 4.6333 13.6134 4.6333 14C4.6333 14.3866 4.9467 14.7 5.3333 14.7H10.6666C11.0532 14.7 11.3666 14.3866 11.3666 14C11.3666 13.6134 11.0532 13.3 10.6666 13.3H8.69997V12.0333ZM6.32174 4.05751C6.5412 3.93326 6.81053 3.93666 7.02678 4.06641L10.3601 6.06641C10.571 6.19292 10.7 6.42077 10.7 6.66665C10.7 6.91254 10.571 7.14039 10.3601 7.2669L7.02678 9.2669C6.81053 9.39665 6.5412 9.40005 6.32174 9.27579C6.10229 9.15154 5.96663 8.91884 5.96663 8.66665V4.66665C5.96663 4.41446 6.10229 4.18177 6.32174 4.05751ZM7.36663 5.90299V7.43032L8.63941 6.66665L7.36663 5.90299Z", fill: "currentColor", }), }), - xv = (e) => - kt("svg", { + Mv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 2.56222C1.61017 2.1809 2.12736 1.96667 2.66663 1.96667H10.6666C11.2059 1.96667 11.7231 2.1809 12.1044 2.56222C12.4857 2.94355 12.7 3.46073 12.7 4.00001V5.33334C12.7 5.71994 12.3866 6.03334 12 6.03334C11.6134 6.03334 11.3 5.71994 11.3 5.33334V4.00001C11.3 3.83204 11.2332 3.67095 11.1145 3.55217C10.9957 3.4334 10.8346 3.36667 10.6666 3.36667H2.66663C2.49866 3.36667 2.33757 3.4334 2.2188 3.55217C2.10003 3.67095 2.0333 3.83204 2.0333 4.00001V8.66667C2.0333 8.83465 2.10003 8.99574 2.2188 9.11451C2.33757 9.23328 2.49866 9.30001 2.66663 9.30001H7.99997C8.38657 9.30001 8.69997 9.61341 8.69997 10C8.69997 10.3866 8.38657 10.7 7.99997 10.7H7.36663V11.9667H7.99997C8.38657 11.9667 8.69997 12.2801 8.69997 12.6667C8.69997 13.0533 8.38657 13.3667 7.99997 13.3667H4.66663C4.28003 13.3667 3.96663 13.0533 3.96663 12.6667C3.96663 12.2801 4.28003 11.9667 4.66663 11.9667H5.96663V10.7H2.66663C2.12736 10.7 1.61017 10.4858 1.22885 10.1045C0.847526 9.72313 0.633301 9.20595 0.633301 8.66667V4.00001C0.633301 3.46073 0.847526 2.94355 1.22885 2.56222ZM12 8.70001C11.6502 8.70001 11.3666 8.98356 11.3666 9.33334V13.3333C11.3666 13.6831 11.6502 13.9667 12 13.9667H13.3333C13.6831 13.9667 13.9666 13.6831 13.9666 13.3333V9.33334C13.9666 8.98356 13.6831 8.70001 13.3333 8.70001H12ZM9.96663 9.33334C9.96663 8.21036 10.877 7.30001 12 7.30001H13.3333C14.4563 7.30001 15.3666 8.21036 15.3666 9.33334V13.3333C15.3666 14.4563 14.4563 15.3667 13.3333 15.3667H12C10.877 15.3667 9.96663 14.4563 9.96663 13.3333V9.33334Z", fill: "currentColor", }), }), - _v = (e) => - kt("svg", { + Hv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.3333 3.36667C8.98352 3.36667 8.69997 3.65023 8.69997 4.00001V12C8.69997 12.3498 8.98352 12.6333 9.3333 12.6333H13.3333C13.6831 12.6333 13.9666 12.3498 13.9666 12V4.00001C13.9666 3.65023 13.6831 3.36667 13.3333 3.36667H9.3333ZM7.29997 4.00001C7.29997 2.87703 8.21032 1.96667 9.3333 1.96667H13.3333C14.4563 1.96667 15.3666 2.87703 15.3666 4.00001V12C15.3666 13.123 14.4563 14.0333 13.3333 14.0333H9.3333C8.21032 14.0333 7.29997 13.123 7.29997 12V4.00001ZM1.22885 3.89556C1.61017 3.51423 2.12736 3.30001 2.66663 3.30001H5.3333C5.7199 3.30001 6.0333 3.61341 6.0333 4.00001C6.0333 4.38661 5.7199 4.70001 5.3333 4.70001H2.66663C2.49866 4.70001 2.33757 4.76673 2.2188 4.88551C2.10003 5.00428 2.0333 5.16537 2.0333 5.33334V9.33334C2.0333 9.50131 2.10003 9.6624 2.2188 9.78118C2.33757 9.89995 2.49866 9.96667 2.66663 9.96667H5.3333C5.7199 9.96667 6.0333 10.2801 6.0333 10.6667C6.0333 11.0533 5.7199 11.3667 5.3333 11.3667H2.66663C2.12736 11.3667 1.61017 11.1524 1.22885 10.7711C0.847526 10.3898 0.633301 9.87261 0.633301 9.33334V5.33334C0.633301 4.79407 0.847526 4.27688 1.22885 3.89556ZM10.6333 6.00001C10.6333 5.61341 10.9467 5.30001 11.3333 5.30001H11.34C11.7266 5.30001 12.04 5.61341 12.04 6.00001C12.04 6.38661 11.7266 6.70001 11.34 6.70001H11.3333C10.9467 6.70001 10.6333 6.38661 10.6333 6.00001ZM11.3333 10.0333C11.3517 10.0333 11.3666 10.0184 11.3666 10C11.3666 9.9816 11.3517 9.96667 11.3333 9.96667C11.3149 9.96667 11.3 9.9816 11.3 10C11.3 10.0184 11.3149 10.0333 11.3333 10.0333ZM9.96663 10C9.96663 9.24522 10.5785 8.63334 11.3333 8.63334C12.0881 8.63334 12.7 9.24522 12.7 10C12.7 10.7548 12.0881 11.3667 11.3333 11.3667C10.5785 11.3667 9.96663 10.7548 9.96663 10ZM2.96663 13.3333C2.96663 12.9467 3.28003 12.6333 3.66663 12.6333H5.3333C5.7199 12.6333 6.0333 12.9467 6.0333 13.3333C6.0333 13.7199 5.7199 14.0333 5.3333 14.0333H3.66663C3.28003 14.0333 2.96663 13.7199 2.96663 13.3333Z", fill: "currentColor", }), }), - Av = (e) => - kt("svg", { + Ev = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.69999C2.31685 2.69999 2.0333 2.98354 2.0333 3.33332V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 9.99999V3.33332C13.9666 2.98354 13.6831 2.69999 13.3333 2.69999H2.66663ZM8.69997 12.0333H13.3333C14.4563 12.0333 15.3666 11.123 15.3666 9.99999V3.33332C15.3666 2.21034 14.4563 1.29999 13.3333 1.29999H2.66663C1.54366 1.29999 0.633301 2.21034 0.633301 3.33332V9.99999C0.633301 11.123 1.54366 12.0333 2.66663 12.0333H7.29997V13.3H5.3333C4.9467 13.3 4.6333 13.6134 4.6333 14C4.6333 14.3866 4.9467 14.7 5.3333 14.7H10.6666C11.0532 14.7 11.3666 14.3866 11.3666 14C11.3666 13.6134 11.0532 13.3 10.6666 13.3H8.69997V12.0333ZM5.29997 4.66665C5.29997 4.28006 5.61337 3.96665 5.99997 3.96665H9.99997C10.3866 3.96665 10.7 4.28006 10.7 4.66665V8.66665C10.7 9.05325 10.3866 9.36665 9.99997 9.36665H5.99997C5.61337 9.36665 5.29997 9.05325 5.29997 8.66665V4.66665ZM6.69997 5.36665V7.96665H9.29997V5.36665H6.69997Z", fill: "currentColor", }), }), - Zv = (e) => - kt("svg", { + Rv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.69999C2.31685 2.69999 2.0333 2.98354 2.0333 3.33332V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 9.99999V3.33332C13.9666 2.98354 13.6831 2.69999 13.3333 2.69999H2.66663ZM8.69997 12.0333H13.3333C14.4563 12.0333 15.3666 11.123 15.3666 9.99999V3.33332C15.3666 2.21034 14.4563 1.29999 13.3333 1.29999H2.66663C1.54366 1.29999 0.633301 2.21034 0.633301 3.33332V9.99999C0.633301 11.123 1.54366 12.0333 2.66663 12.0333H7.29997V13.3H5.3333C4.9467 13.3 4.6333 13.6134 4.6333 14C4.6333 14.3866 4.9467 14.7 5.3333 14.7H10.6666C11.0532 14.7 11.3666 14.3866 11.3666 14C11.3666 13.6134 11.0532 13.3 10.6666 13.3H8.69997V12.0333ZM7.99997 3.96665C8.18562 3.96665 8.36367 4.0404 8.49494 4.17168L10.4949 6.17168C10.7683 6.44505 10.7683 6.88826 10.4949 7.16163C10.2216 7.435 9.77836 7.435 9.50499 7.16163L8.69997 6.3566V8.66665C8.69997 9.05325 8.38657 9.36665 7.99997 9.36665C7.61337 9.36665 7.29997 9.05325 7.29997 8.66665V6.3566L6.49494 7.16163C6.22157 7.435 5.77836 7.435 5.50499 7.16163C5.23163 6.88826 5.23163 6.44505 5.50499 6.17168L7.50499 4.17168C7.63627 4.0404 7.81432 3.96665 7.99997 3.96665Z", fill: "currentColor", }), }), - Iv = (e) => - kt("svg", { + yv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.69999C2.31685 2.69999 2.0333 2.98354 2.0333 3.33332V9.99999C2.0333 10.3498 2.31685 10.6333 2.66663 10.6333H13.3333C13.6831 10.6333 13.9666 10.3498 13.9666 9.99999V3.33332C13.9666 2.98354 13.6831 2.69999 13.3333 2.69999H2.66663ZM8.69997 12.0333H13.3333C14.4563 12.0333 15.3666 11.123 15.3666 9.99999V3.33332C15.3666 2.21034 14.4563 1.29999 13.3333 1.29999H2.66663C1.54366 1.29999 0.633301 2.21034 0.633301 3.33332V9.99999C0.633301 11.123 1.54366 12.0333 2.66663 12.0333H7.29997V13.3H5.3333C4.9467 13.3 4.6333 13.6134 4.6333 14C4.6333 14.3866 4.9467 14.7 5.3333 14.7H10.6666C11.0532 14.7 11.3666 14.3866 11.3666 14C11.3666 13.6134 11.0532 13.3 10.6666 13.3H8.69997V12.0333ZM5.83833 4.50501C6.11169 4.23165 6.55491 4.23165 6.82828 4.50501L7.99997 5.6767L9.17166 4.50501C9.44503 4.23165 9.88824 4.23165 10.1616 4.50501C10.435 4.77838 10.435 5.2216 10.1616 5.49496L8.98992 6.66665L10.1616 7.83835C10.435 8.11171 10.435 8.55493 10.1616 8.8283C9.88824 9.10166 9.44503 9.10166 9.17166 8.8283L7.99997 7.6566L6.82828 8.8283C6.55491 9.10166 6.11169 9.10166 5.83833 8.8283C5.56496 8.55493 5.56496 8.11171 5.83833 7.83835L7.01002 6.66665L5.83833 5.49496C5.56496 5.2216 5.56496 4.77838 5.83833 4.50501Z", fill: "currentColor", }), }), - kv = (e) => - kt("svg", { + Vv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.52074 2.91062C6.00309 3.06109 5.50862 3.29045 5.05553 3.5932C4.18395 4.17557 3.50463 5.00332 3.10349 5.97177C2.70235 6.94021 2.59739 8.00587 2.80189 9.03397C3.00639 10.0621 3.51117 11.0064 4.25239 11.7477C4.9936 12.4889 5.93797 12.9936 6.96607 13.1982C7.99417 13.4027 9.05983 13.2977 10.0283 12.8966C10.9967 12.4954 11.8245 11.8161 12.4068 10.9445C12.7096 10.4914 12.939 9.99695 13.0894 9.4793C12.4413 9.78162 11.729 9.94263 11.0001 9.94263C9.68918 9.94263 8.432 9.42189 7.50508 8.49496C6.57815 7.56804 6.05741 6.31086 6.05741 4.99999C6.05741 4.27108 6.21842 3.55878 6.52074 2.91062ZM4.27773 2.42914C5.37954 1.69294 6.67492 1.29999 8.00005 1.29999C8.28318 1.29999 8.53842 1.47054 8.64677 1.73211C8.75511 1.99368 8.69523 2.29476 8.49503 2.49496C7.83065 3.15934 7.45741 4.06042 7.45741 4.99999C7.45741 5.93955 7.83065 6.84064 8.49503 7.50501C9.1594 8.16939 10.0605 8.54263 11.0001 8.54263C11.9396 8.54263 12.8407 8.16939 13.5051 7.50501C13.7053 7.30481 14.0064 7.24493 14.2679 7.35327C14.5295 7.46162 14.7001 7.71686 14.7001 7.99999C14.7001 9.32512 14.3071 10.6205 13.5709 11.7223C12.8347 12.8241 11.7883 13.6829 10.564 14.19C9.33977 14.6971 7.99262 14.8298 6.69295 14.5712C5.39327 14.3127 4.19945 13.6746 3.26244 12.7376C2.32542 11.8006 1.68731 10.6068 1.42879 9.30709C1.17027 8.00742 1.30295 6.66027 1.81006 5.43601C2.31717 4.21174 3.17592 3.16535 4.27773 2.42914Z", fill: "currentColor", }), }), - Ov = (e) => - kt("svg", { + Tv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.52074 2.91062C6.00309 3.06109 5.50862 3.29045 5.05553 3.5932C4.18395 4.17557 3.50463 5.00332 3.10349 5.97177C2.70235 6.94021 2.59739 8.00587 2.80189 9.03397C3.00639 10.0621 3.51117 11.0064 4.25239 11.7477C4.9936 12.4889 5.93797 12.9936 6.96607 13.1982C7.99417 13.4027 9.05983 13.2977 10.0283 12.8966C10.9967 12.4954 11.8245 11.8161 12.4068 10.9445C12.7096 10.4914 12.939 9.99695 13.0894 9.4793C12.4413 9.78162 11.729 9.94263 11.0001 9.94263C9.68918 9.94263 8.432 9.42189 7.50508 8.49496C6.57815 7.56804 6.05741 6.31086 6.05741 4.99999C6.05741 4.27108 6.21842 3.55878 6.52074 2.91062ZM4.27773 2.42914C5.37954 1.69294 6.67492 1.29999 8.00005 1.29999C8.28318 1.29999 8.53842 1.47054 8.64677 1.73211C8.75511 1.99368 8.69523 2.29476 8.49503 2.49496C7.83065 3.15934 7.45741 4.06042 7.45741 4.99999C7.45741 5.93955 7.83065 6.84064 8.49503 7.50501C9.1594 8.16939 10.0605 8.54263 11.0001 8.54263C11.9396 8.54263 12.8407 8.16939 13.5051 7.50501C13.7053 7.30481 14.0064 7.24493 14.2679 7.35327C14.5295 7.46162 14.7001 7.71686 14.7001 7.99999C14.7001 9.32512 14.3071 10.6205 13.5709 11.7223C12.8347 12.8241 11.7883 13.6829 10.564 14.19C9.33977 14.6971 7.99262 14.8298 6.69295 14.5712C5.39327 14.3127 4.19945 13.6746 3.26244 12.7376C2.32542 11.8006 1.68731 10.6068 1.42879 9.30709C1.17027 8.00742 1.30295 6.66027 1.81006 5.43601C2.31717 4.21174 3.17592 3.16535 4.27773 2.42914ZM12.6667 1.29999C13.0533 1.29999 13.3667 1.61339 13.3667 1.99999V2.63332H14.0001C14.3867 2.63332 14.7001 2.94672 14.7001 3.33332C14.7001 3.71992 14.3867 4.03332 14.0001 4.03332H13.3667V4.66665C13.3667 5.05325 13.0533 5.36665 12.6667 5.36665C12.2801 5.36665 11.9667 5.05325 11.9667 4.66665V4.03332H11.3334C10.9468 4.03332 10.6334 3.71992 10.6334 3.33332C10.6334 2.94672 10.9468 2.63332 11.3334 2.63332H11.9667V1.99999C11.9667 1.61339 12.2801 1.29999 12.6667 1.29999Z", fill: "currentColor", }), }), - Bv = (e) => - kt("svg", { + Sv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.28368 1.30176C5.56609 1.28169 5.83279 1.43371 5.9594 1.68695L8.19174 6.15161L10.8383 3.50502C11.0099 3.33347 11.258 3.26298 11.4941 3.31872C11.7302 3.37446 11.9207 3.54848 11.9974 3.77864L15.3307 13.7786C15.4019 13.9921 15.3661 14.2268 15.2345 14.4093C15.1029 14.5918 14.8916 14.7 14.6666 14.7H1.33331C1.1083 14.7 0.897002 14.5918 0.765436 14.4093C0.63387 14.2268 0.598073 13.9921 0.669228 13.7786L4.66923 1.77864C4.75876 1.51004 5.00127 1.32183 5.28368 1.30176ZM5.46298 3.82458L2.3045 13.3H13.6954L11.0274 5.29586L8.49495 7.8283C8.33584 7.98741 8.10995 8.06033 7.88784 8.02429C7.66574 7.98825 7.4745 7.84764 7.37387 7.64638L5.46298 3.82458Z", fill: "currentColor", }), }), - Dv = (e) => - kt("svg", { + Nv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.28368 1.30176C5.56609 1.28169 5.83279 1.43371 5.9594 1.68695L8.19174 6.15161L10.8383 3.50502C11.0099 3.33347 11.258 3.26298 11.4941 3.31872C11.7302 3.37446 11.9207 3.54848 11.9974 3.77864L14.1459 10.2243C14.1494 10.2341 14.1527 10.2439 14.1558 10.2538L15.3307 13.7786C15.4019 13.9921 15.3661 14.2268 15.2345 14.4093C15.1029 14.5918 14.8916 14.7 14.6666 14.7H1.33331C1.1083 14.7 0.897002 14.5918 0.765436 14.4093C0.63387 14.2268 0.598073 13.9921 0.669228 13.7786L4.66923 1.77864C4.75876 1.51004 5.00127 1.32183 5.28368 1.30176ZM12.6448 10.1481L11.0274 5.29586L8.49495 7.8283C8.33584 7.98741 8.10995 8.06033 7.88784 8.02429C7.66574 7.98825 7.4745 7.84764 7.37387 7.64638L5.46298 3.82458L3.79356 8.83284C4.32669 8.6767 4.86859 8.61001 5.41732 8.63933C6.44891 8.69445 7.44672 9.08575 8.40374 9.76151L8.40447 9.76203C9.22928 10.346 10.0117 10.6173 10.7592 10.6343C11.3656 10.6481 11.9923 10.4957 12.6448 10.1481ZM3.20285 10.605L2.3045 13.3H13.6954L13.0924 11.4909C12.3249 11.8637 11.5347 12.0524 10.7274 12.034C9.645 12.0093 8.59759 11.6141 7.59585 10.9049C6.80633 10.3475 6.05759 10.0755 5.34262 10.0373C4.6558 10.0006 3.94641 10.1767 3.20285 10.605Z", fill: "currentColor", }), }), - Pv = (e) => - kt("svg", { + xv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.03336C5.80924 2.03336 4.0333 3.8093 4.0333 6.00003V10C4.0333 12.1908 5.80924 13.9667 7.99997 13.9667C10.1907 13.9667 11.9666 12.1908 11.9666 10V6.00003C11.9666 3.8093 10.1907 2.03336 7.99997 2.03336ZM2.6333 6.00003C2.6333 3.0361 5.03604 0.633362 7.99997 0.633362C10.9639 0.633362 13.3666 3.0361 13.3666 6.00003V10C13.3666 12.964 10.9639 15.3667 7.99997 15.3667C5.03604 15.3667 2.6333 12.964 2.6333 10V6.00003ZM7.99997 3.30003C8.38657 3.30003 8.69997 3.61343 8.69997 4.00003V6.66669C8.69997 7.05329 8.38657 7.36669 7.99997 7.36669C7.61337 7.36669 7.29997 7.05329 7.29997 6.66669V4.00003C7.29997 3.61343 7.61337 3.30003 7.99997 3.30003Z", fill: "currentColor", }), }), - Fv = (e) => - kt("svg", { + _v = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.17172 2.17172C2.37218 1.97127 2.67374 1.9115 2.93549 2.02036L14.2688 6.73369C14.5375 6.84543 14.709 7.11171 14.6997 7.40253C14.6903 7.69335 14.502 7.94806 14.2267 8.0423L9.60554 9.62422L8.04284 14.2252C7.94916 14.501 7.69448 14.6899 7.40337 14.6996C7.11225 14.7094 6.84554 14.5378 6.73369 14.2688L2.02036 2.93549C1.9115 2.67374 1.97127 2.37218 2.17172 2.17172ZM3.96459 3.96459L7.31391 12.0181L8.39055 8.84824C8.46032 8.64282 8.6214 8.48135 8.82665 8.41109L12.0243 7.31648L3.96459 3.96459Z", fill: "currentColor", }), }), - Uv = (e) => - kt("svg", { + Av = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.61384 0.791861C4.98652 0.689053 5.37198 0.907827 5.47478 1.28051L6.00812 3.21384C6.11093 3.58652 5.89215 3.97198 5.51947 4.07478C5.14679 4.17759 4.76134 3.95882 4.65853 3.58614L4.12519 1.65281C4.02239 1.28013 4.24116 0.89467 4.61384 0.791861ZM9.84082 2.2512C10.1071 2.53148 10.0957 2.97455 9.81545 3.24082L8.48211 4.50749C8.20183 4.77376 7.75876 4.7624 7.49249 4.48211C7.22622 4.20183 7.23758 3.75876 7.51787 3.49249L8.8512 2.22582C9.13148 1.95955 9.57455 1.97091 9.84082 2.2512ZM0.791861 4.61384C0.89467 4.24116 1.28013 4.02239 1.65281 4.12519L3.58614 4.65853C3.95882 4.76134 4.17759 5.14679 4.07478 5.51947C3.97198 5.89215 3.58652 6.11093 3.21384 6.00812L1.28051 5.47478C0.907827 5.37198 0.689053 4.98652 0.791861 4.61384ZM5.50501 5.50501C5.70559 5.30444 6.00738 5.24474 6.26922 5.35384L14.2692 8.68717C14.5373 8.79888 14.7086 9.06455 14.6997 9.35486C14.6907 9.64517 14.5034 9.89981 14.229 9.99481L11.0836 11.0836L9.99481 14.229C9.89981 14.5034 9.64517 14.6907 9.35486 14.6997C9.06455 14.7086 8.79888 14.5373 8.68717 14.2692L5.35384 6.26922C5.24474 6.00738 5.30444 5.70559 5.50501 5.50501ZM7.29999 7.29999L9.27283 12.0348L9.87183 10.3043C9.94206 10.1015 10.1015 9.94206 10.3043 9.87183L12.0348 9.27283L7.29999 7.29999ZM4.48211 7.49249C4.7624 7.75876 4.77376 8.20183 4.50749 8.48211L3.24082 9.81545C2.97455 10.0957 2.53148 10.1071 2.2512 9.84082C1.97091 9.57455 1.95955 9.13148 2.22582 8.8512L3.49249 7.51787C3.75876 7.23758 4.20183 7.22622 4.48211 7.49249Z", fill: "currentColor", }), }), - zv = (e) => - kt("svg", { + Zv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.50509 1.50503C1.70566 1.30447 2.00744 1.24476 2.26927 1.35384L13.5826 6.06718C13.8514 6.17916 14.0228 6.44587 14.013 6.7369C14.0032 7.02793 13.8143 7.2825 13.5385 7.37615L9.67754 8.68753L13.1617 12.1717C13.4351 12.4451 13.4351 12.8883 13.1617 13.1616C12.8883 13.435 12.4451 13.435 12.1718 13.1616L8.68759 9.67748L7.37621 13.5385C7.28256 13.8142 7.028 14.0031 6.73696 14.0129C6.44593 14.0227 6.17922 13.8513 6.06724 13.5825L1.3539 2.26921C1.24482 2.00738 1.30453 1.7056 1.50509 1.50503ZM3.29994 3.29988L6.64672 11.3331L7.72392 8.16155C7.79388 7.95557 7.95563 7.79382 8.16161 7.72386L11.3332 6.64665L3.29994 3.29988Z", fill: "currentColor", }), }), - Gv = (e) => - kt("svg", { + Iv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.83833 1.50501C3.11169 1.23165 3.55491 1.23165 3.82828 1.50501L5.82828 3.50501C6.10164 3.77838 6.10164 4.2216 5.82828 4.49496C5.55491 4.76833 5.11169 4.76833 4.83833 4.49496L4.0333 3.68994V10.9767L6.83833 8.17168C7.11169 7.89831 7.55491 7.89831 7.82828 8.17168C8.10164 8.44505 8.10164 8.88826 7.82828 9.16163L5.02325 11.9667H12.31L11.505 11.1616C11.2316 10.8883 11.2316 10.445 11.505 10.1717C11.7784 9.89831 12.2216 9.89831 12.4949 10.1717L14.4949 12.1717C14.7683 12.445 14.7683 12.8883 14.4949 13.1616L12.4949 15.1616C12.2216 15.435 11.7784 15.435 11.505 15.1616C11.2316 14.8883 11.2316 14.445 11.505 14.1717L12.31 13.3667H3.3333C2.9467 13.3667 2.6333 13.0533 2.6333 12.6667V3.68994L1.82828 4.49496C1.55491 4.76833 1.11169 4.76833 0.838326 4.49496C0.564959 4.2216 0.564959 3.77838 0.838326 3.50501L2.83833 1.50501Z", fill: "currentColor", }), }), - $v = (e) => - kt("svg", { + kv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6333 3.33336C2.6333 2.94676 2.9467 2.63336 3.3333 2.63336H7.3333C7.7199 2.63336 8.0333 2.94676 8.0333 3.33336C8.0333 3.71996 7.7199 4.03336 7.3333 4.03336H5.02325L11.9666 10.9767V8.66669C11.9666 8.2801 12.28 7.96669 12.6666 7.96669C13.0532 7.96669 13.3666 8.2801 13.3666 8.66669V12.6667C13.3666 13.0533 13.0532 13.3667 12.6666 13.3667H8.66663C8.28003 13.3667 7.96663 13.0533 7.96663 12.6667C7.96663 12.2801 8.28003 11.9667 8.66663 11.9667H10.9767L4.0333 5.02331V7.33336C4.0333 7.71996 3.7199 8.03336 3.3333 8.03336C2.9467 8.03336 2.6333 7.71996 2.6333 7.33336V3.33336Z", fill: "currentColor", }), }), - Wv = (e) => - kt("svg", { + Ov = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.66663 4.03336C8.28003 4.03336 7.96663 3.71996 7.96663 3.33336C7.96663 2.94676 8.28003 2.63336 8.66663 2.63336H12.6666C13.0532 2.63336 13.3666 2.94676 13.3666 3.33336V7.33336C13.3666 7.71996 13.0532 8.03336 12.6666 8.03336C12.28 8.03336 11.9666 7.71996 11.9666 7.33336V5.02331L5.02325 11.9667H7.3333C7.7199 11.9667 8.0333 12.2801 8.0333 12.6667C8.0333 13.0533 7.7199 13.3667 7.3333 13.3667H3.3333C2.9467 13.3667 2.6333 13.0533 2.6333 12.6667V8.66669C2.6333 8.2801 2.9467 7.96669 3.3333 7.96669C3.7199 7.96669 4.0333 8.2801 4.0333 8.66669V10.9767L10.9767 4.03336H8.66663Z", fill: "currentColor", }), }), - jv = (e) => - kt("svg", { + Bv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633301C8.3866 0.633301 8.7 0.946701 8.7 1.3333V12.9767L10.1717 11.505C10.4451 11.2316 10.8883 11.2316 11.1616 11.505C11.435 11.7784 11.435 12.2216 11.1616 12.4949L8.49497 15.1616C8.22161 15.435 7.77839 15.435 7.50503 15.1616L4.83836 12.4949C4.56499 12.2216 4.56499 11.7784 4.83836 11.505C5.11173 11.2316 5.55494 11.2316 5.82831 11.505L7.3 12.9767V1.3333C7.3 0.946701 7.6134 0.633301 8 0.633301Z", fill: "currentColor", }), }), - qv = (e) => - kt("svg", { + Dv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1616 2.83839C13.435 3.11175 13.435 3.55497 13.1616 3.82834L5.02325 11.9667H7.3333C7.7199 11.9667 8.0333 12.2801 8.0333 12.6667C8.0333 13.0533 7.7199 13.3667 7.3333 13.3667H3.3333C2.9467 13.3667 2.6333 13.0533 2.6333 12.6667V8.66669C2.6333 8.2801 2.9467 7.96669 3.3333 7.96669C3.7199 7.96669 4.0333 8.2801 4.0333 8.66669V10.9767L12.1717 2.83839C12.445 2.56502 12.8882 2.56502 13.1616 2.83839Z", fill: "currentColor", }), }), - Yv = (e) => - kt("svg", { + Pv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.83836 2.83833C3.11172 2.56496 3.55494 2.56496 3.82831 2.83833L11.9667 10.9767V8.66663C11.9667 8.28003 12.2801 7.96663 12.6667 7.96663C13.0533 7.96663 13.3667 8.28003 13.3667 8.66663V12.6666C13.3667 13.0532 13.0533 13.3666 12.6667 13.3666H8.66666C8.28006 13.3666 7.96666 13.0532 7.96666 12.6666C7.96666 12.28 8.28006 11.9666 8.66666 11.9666H10.9767L2.83836 3.82828C2.56499 3.55491 2.56499 3.11169 2.83836 2.83833Z", fill: "currentColor", }), }), - Kv = (e) => - kt("svg", { + Fv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.49497 4.83833C4.76834 5.11169 4.76834 5.55491 4.49497 5.82828L3.02328 7.29997H12.9767L11.505 5.82828C11.2317 5.55491 11.2317 5.11169 11.505 4.83833C11.7784 4.56496 12.2216 4.56496 12.495 4.83833L15.1616 7.50499C15.435 7.77836 15.435 8.22158 15.1616 8.49494L12.495 11.1616C12.2216 11.435 11.7784 11.435 11.505 11.1616C11.2317 10.8882 11.2317 10.445 11.505 10.1717L12.9767 8.69997H3.02328L4.49497 10.1717C4.76834 10.445 4.76834 10.8882 4.49497 11.1616C4.22161 11.435 3.77839 11.435 3.50502 11.1616L0.838357 8.49494C0.56499 8.22158 0.56499 7.77836 0.838357 7.50499L3.50502 4.83833C3.77839 4.56496 4.22161 4.56496 4.49497 4.83833Z", fill: "currentColor", }), }), - Xv = (e) => - kt("svg", { + Uv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50505 0.838326C7.77842 0.564959 8.22164 0.564959 8.495 0.838326L10.495 2.83833C10.7684 3.11169 10.7684 3.55491 10.495 3.82828C10.2216 4.10164 9.77842 4.10164 9.50505 3.82828L8.70003 3.02325V7.29997H12.9767L12.1717 6.49494C11.8984 6.22157 11.8984 5.77836 12.1717 5.50499C12.4451 5.23163 12.8883 5.23163 13.1617 5.50499L15.1617 7.50499C15.435 7.77836 15.435 8.22157 15.1617 8.49494L13.1617 10.4949C12.8883 10.7683 12.4451 10.7683 12.1717 10.4949C11.8984 10.2216 11.8984 9.77836 12.1717 9.50499L12.9767 8.69997H8.70003V12.9767L9.50505 12.1717C9.77842 11.8983 10.2216 11.8983 10.495 12.1717C10.7684 12.445 10.7684 12.8882 10.495 13.1616L8.495 15.1616C8.22164 15.435 7.77842 15.435 7.50505 15.1616L5.50505 13.1616C5.23169 12.8882 5.23169 12.445 5.50505 12.1717C5.77842 11.8983 6.22164 11.8983 6.495 12.1717L7.30003 12.9767V8.69997H3.02331L3.82834 9.50499C4.1017 9.77836 4.1017 10.2216 3.82834 10.4949C3.55497 10.7683 3.11175 10.7683 2.83839 10.4949L0.838387 8.49494C0.56502 8.22157 0.56502 7.77836 0.838387 7.50499L2.83839 5.50499C3.11175 5.23163 3.55497 5.23163 3.82834 5.50499C4.1017 5.77836 4.1017 6.22157 3.82834 6.49494L3.02331 7.29997H7.30003V3.02325L6.495 3.82828C6.22164 4.10164 5.77842 4.10164 5.50505 3.82828C5.23169 3.55491 5.23169 3.11169 5.50505 2.83833L7.50505 0.838326Z", fill: "currentColor", }), }), - Qv = (e) => - kt("svg", { + zv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.49497 4.83833C4.76834 5.11169 4.76834 5.55491 4.49497 5.82828L3.02328 7.29997H14.6667C15.0533 7.29997 15.3667 7.61337 15.3667 7.99997C15.3667 8.38657 15.0533 8.69997 14.6667 8.69997H3.02328L4.49497 10.1717C4.76834 10.445 4.76834 10.8882 4.49497 11.1616C4.22161 11.435 3.77839 11.435 3.50502 11.1616L0.838357 8.49494C0.56499 8.22158 0.56499 7.77836 0.838357 7.50499L3.50502 4.83833C3.77839 4.56496 4.22161 4.56496 4.49497 4.83833Z", fill: "currentColor", }), }), - Jv = (e) => - kt("svg", { + Gv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.505 4.83833C11.7784 4.56496 12.2216 4.56496 12.495 4.83833L15.1616 7.50499C15.435 7.77836 15.435 8.22158 15.1616 8.49494L12.495 11.1616C12.2216 11.435 11.7784 11.435 11.505 11.1616C11.2317 10.8882 11.2317 10.445 11.505 10.1717L12.9767 8.69997H1.33333C0.946732 8.69997 0.633331 8.38657 0.633331 7.99997C0.633331 7.61337 0.946732 7.29997 1.33333 7.29997H12.9767L11.505 5.82828C11.2317 5.55491 11.2317 5.11169 11.505 4.83833Z", fill: "currentColor", }), }), - ew = (e) => - kt("svg", { + $v = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50502 0.838326C7.77839 0.564959 8.22161 0.564959 8.49497 0.838326L11.1616 3.50499C11.435 3.77836 11.435 4.22158 11.1616 4.49494C10.8883 4.76831 10.4451 4.76831 10.1717 4.49494L8.7 3.02325V14.6666C8.7 15.0532 8.3866 15.3666 8 15.3666C7.6134 15.3666 7.3 15.0532 7.3 14.6666V3.02325L5.82831 4.49494C5.55494 4.76831 5.11172 4.76831 4.83836 4.49494C4.56499 4.22158 4.56499 3.77836 4.83836 3.50499L7.50502 0.838326Z", fill: "currentColor", }), }), - tw = (e) => - kt("svg", { + Wv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.63333 3.3333C2.63333 2.9467 2.94673 2.6333 3.33333 2.6333H7.33333C7.71993 2.6333 8.03333 2.9467 8.03333 3.3333C8.03333 3.7199 7.71993 4.0333 7.33333 4.0333H5.02328L13.1616 12.1717C13.435 12.445 13.435 12.8882 13.1616 13.1616C12.8883 13.435 12.4451 13.435 12.1717 13.1616L4.03333 5.02325V7.3333C4.03333 7.7199 3.71993 8.0333 3.33333 8.0333C2.94673 8.0333 2.63333 7.7199 2.63333 7.3333V3.3333Z", fill: "currentColor", }), }), - nw = (e) => - kt("svg", { + jv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.66666 4.0333C8.28006 4.0333 7.96666 3.7199 7.96666 3.3333C7.96666 2.9467 8.28006 2.6333 8.66666 2.6333H12.6667C13.0533 2.6333 13.3667 2.9467 13.3667 3.3333V7.3333C13.3667 7.7199 13.0533 8.0333 12.6667 8.0333C12.2801 8.0333 11.9667 7.7199 11.9667 7.3333V5.02325L3.82831 13.1616C3.55494 13.435 3.11172 13.435 2.83836 13.1616C2.56499 12.8882 2.56499 12.445 2.83836 12.1717L10.9767 4.0333H8.66666Z", fill: "currentColor", }), }), - rw = (e) => - kt("svg", { + qv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50502 0.838326C7.77839 0.564959 8.22161 0.564959 8.49497 0.838326L11.1616 3.50499C11.435 3.77836 11.435 4.22158 11.1616 4.49494C10.8883 4.76831 10.4451 4.76831 10.1717 4.49494L8.7 3.02325V12.9767L10.1717 11.505C10.4451 11.2316 10.8883 11.2316 11.1616 11.505C11.435 11.7784 11.435 12.2216 11.1616 12.4949L8.49497 15.1616C8.22161 15.435 7.77839 15.435 7.50502 15.1616L4.83836 12.4949C4.56499 12.2216 4.56499 11.7784 4.83836 11.505C5.11172 11.2316 5.55494 11.2316 5.82831 11.505L7.3 12.9767V3.02325L5.82831 4.49494C5.55494 4.76831 5.11172 4.76831 4.83836 4.49494C4.56499 4.22158 4.56499 3.77836 4.83836 3.50499L7.50502 0.838326Z", fill: "currentColor", }), }), - ow = (e) => - kt("svg", { + Yv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.64866 0.727864C7.86448 0.602618 8.13065 0.601729 8.34731 0.725531L13.014 3.3922C13.3496 3.584 13.4663 4.0116 13.2744 4.34726C13.0826 4.68293 12.655 4.79954 12.3194 4.60774L8.70001 2.53953V12C8.70001 13.8593 7.1927 15.3666 5.33334 15.3666C3.47398 15.3666 1.96667 13.8593 1.96667 12C1.96667 10.1406 3.47398 8.6333 5.33334 8.6333C6.06748 8.6333 6.74674 8.86828 7.30001 9.26714V1.3333C7.30001 1.08377 7.43284 0.853109 7.64866 0.727864ZM7.30001 12C7.30001 10.9138 6.4195 10.0333 5.33334 10.0333C4.24718 10.0333 3.36667 10.9138 3.36667 12C3.36667 13.0861 4.24718 13.9666 5.33334 13.9666C6.4195 13.9666 7.30001 13.0861 7.30001 12Z", fill: "currentColor", }), }), - iw = (e) => - kt("svg", { + Kv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6667 0.633301C11.0533 0.633301 11.3667 0.946701 11.3667 1.3333V12C11.3667 13.8593 9.85939 15.3666 8.00003 15.3666C6.14067 15.3666 4.63336 13.8593 4.63336 12C4.63336 10.1406 6.14067 8.6333 8.00003 8.6333C8.73417 8.6333 9.41343 8.86828 9.9667 9.26714V1.3333C9.9667 0.946701 10.2801 0.633301 10.6667 0.633301ZM9.9667 12C9.9667 10.9138 9.08619 10.0333 8.00003 10.0333C6.91387 10.0333 6.03336 10.9138 6.03336 12C6.03336 13.0861 6.91387 13.9666 8.00003 13.9666C9.08619 13.9666 9.9667 13.0861 9.9667 12Z", fill: "currentColor", }), }), - lw = (e) => - kt("svg", { + Xv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4525 1.46594C14.6095 1.59894 14.7 1.79429 14.7 2.00005V4.65522C14.7001 4.66347 14.7001 4.6717 14.7 4.6799V10.6667C14.7 12.1579 13.4912 13.3667 12 13.3667C10.5088 13.3667 9.29999 12.1579 9.29999 10.6667C9.29999 9.17555 10.5088 7.96672 12 7.96672C12.4713 7.96672 12.9144 8.08747 13.3 8.29972V5.49304L6.69999 6.59304V12.0001C6.69999 13.4912 5.49116 14.7001 3.99999 14.7001C2.50882 14.7001 1.29999 13.4912 1.29999 12.0001C1.29999 10.5089 2.50882 9.30005 3.99999 9.30005C4.47127 9.30005 4.91436 9.4208 5.29999 9.63305V6.01157C5.29984 6.00331 5.29984 5.99507 5.29999 5.98686V3.33339C5.29999 2.9912 5.54738 2.69917 5.88491 2.64291L13.8849 1.30958C14.0879 1.27575 14.2954 1.33294 14.4525 1.46594ZM6.69999 5.17373L13.3 4.07373V2.82638L6.69999 3.92638V5.17373ZM5.29999 12.0001C5.29999 11.2821 4.71796 10.7001 3.99999 10.7001C3.28202 10.7001 2.69999 11.2821 2.69999 12.0001C2.69999 12.718 3.28202 13.3001 3.99999 13.3001C4.71796 13.3001 5.29999 12.718 5.29999 12.0001ZM13.3 10.6667C13.3 9.94875 12.718 9.36672 12 9.36672C11.282 9.36672 10.7 9.94875 10.7 10.6667C10.7 11.3847 11.282 11.9667 12 11.9667C12.718 11.9667 13.3 11.3847 13.3 10.6667Z", fill: "currentColor", }), }), - aw = (e) => - kt("svg", { + Qv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4525 1.46594C14.6095 1.59894 14.7 1.79429 14.7 2.00005V10.6667C14.7 12.1579 13.4912 13.3667 12 13.3667C10.5088 13.3667 9.29999 12.1579 9.29999 10.6667C9.29999 9.17555 10.5088 7.96672 12 7.96672C12.4713 7.96672 12.9144 8.08747 13.3 8.29972V2.82638L6.69999 3.92638V12.0001C6.69999 13.4912 5.49116 14.7001 3.99999 14.7001C2.50882 14.7001 1.29999 13.4912 1.29999 12.0001C1.29999 10.5089 2.50882 9.30005 3.99999 9.30005C4.47127 9.30005 4.91436 9.4208 5.29999 9.63305V3.33339C5.29999 2.9912 5.54738 2.69917 5.88491 2.64291L13.8849 1.30958C14.0879 1.27575 14.2954 1.33294 14.4525 1.46594ZM5.29999 12.0001C5.29999 11.2821 4.71796 10.7001 3.99999 10.7001C3.28202 10.7001 2.69999 11.2821 2.69999 12.0001C2.69999 12.718 3.28202 13.3001 3.99999 13.3001C4.71796 13.3001 5.29999 12.718 5.29999 12.0001ZM13.3 10.6667C13.3 9.94875 12.718 9.36672 12 9.36672C11.282 9.36672 10.7 9.94875 10.7 10.6667C10.7 11.3847 11.282 11.9667 12 11.9667C12.718 11.9667 13.3 11.3847 13.3 10.6667Z", fill: "currentColor", }), }), - Cw = (e) => - kt("svg", { + Jv = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633301C8.29327 0.633301 8.55546 0.816117 8.65684 1.09131L13.3235 13.758C13.4252 14.034 13.3434 14.3443 13.1189 14.5343C12.8943 14.7244 12.5748 14.7537 12.3194 14.6077L8 12.1395L3.68063 14.6077C3.42519 14.7537 3.10573 14.7244 2.88114 14.5343C2.65656 14.3443 2.57478 14.034 2.6765 13.758L7.34316 1.09131C7.44455 0.816117 7.70673 0.633301 8 0.633301ZM4.6545 12.4388L7.6527 10.7255C7.86791 10.6026 8.1321 10.6026 8.3473 10.7255L11.3455 12.4388L8 3.35815L4.6545 12.4388Z", fill: "currentColor", }), }), - sw = (e) => - kt("svg", { + ew = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838387 0.838326C1.11175 0.564959 1.55497 0.564959 1.82834 0.838326L6.69051 5.7005C6.69791 5.70758 6.70515 5.71482 6.71221 5.7222L12.3711 11.3811C12.3785 11.3882 12.3857 11.3954 12.3928 11.4028L15.1617 14.1717C15.435 14.445 15.435 14.8882 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13.3026 14.2925C13.2608 14.3837 13.1989 14.4665 13.119 14.5342C12.8945 14.7243 12.5749 14.7537 12.3194 14.6077L8.00003 12.1395L3.68066 14.6077C3.42519 14.7537 3.10569 14.7244 2.8811 14.5343C2.65652 14.3442 2.57479 14.0339 2.67658 13.7578L5.39494 6.38482L0.838387 1.82828C0.56502 1.55491 0.56502 1.11169 0.838387 0.838326ZM6.48512 7.47501L4.65515 12.4384L7.65273 10.7255C7.86793 10.6026 8.13212 10.6026 8.34733 10.7255L11.344 12.4379L11.2832 12.273L6.48512 7.47501ZM8.00044 0.633301C8.29372 0.633476 8.55579 0.816451 8.65701 1.09171L10.3437 5.67837C10.4771 6.04122 10.2911 6.44352 9.92829 6.57695C9.56545 6.71038 9.16314 6.52441 9.02971 6.16156L7.99882 3.35821L7.87673 3.68901C7.74287 4.0517 7.34033 4.23719 6.97765 4.10333C6.61497 3.96947 6.42947 3.56694 6.56333 3.20426L7.34333 1.09092C7.44488 0.81579 7.70717 0.633126 8.00044 0.633301Z", fill: "currentColor", }), }), - cw = (e) => - kt("svg", { + tw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1616 0.838346C15.3708 1.04753 15.4259 1.36563 15.2992 1.63298L9.29923 14.2996C9.17266 14.5668 8.89186 14.7257 8.59763 14.6966C8.30341 14.6674 8.05922 14.4566 7.98751 14.1698L6.75604 9.24389L1.83017 8.01242C1.54334 7.94071 1.33248 7.69652 1.30335 7.4023C1.27422 7.10807 1.43308 6.82727 1.70028 6.7007L14.367 0.700704C14.6343 0.574064 14.9524 0.629163 15.1616 0.838346ZM4.06729 7.12861L7.50305 7.98755C7.75385 8.05025 7.94968 8.24608 8.01238 8.49688L8.87132 11.9326L13.1949 2.80499L4.06729 7.12861Z", fill: "currentColor", }), }), - dw = (e) => - kt("svg", { + nw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1617 0.838346C15.3709 1.04755 15.426 1.36568 15.2993 1.63304L12.226 8.1197C12.0604 8.46907 11.643 8.61811 11.2936 8.45258C10.9443 8.28705 10.7952 7.86964 10.9608 7.52027L13.1947 2.80535L8.47974 5.03924C8.13037 5.20477 7.71297 5.05574 7.54744 4.70637C7.38191 4.357 7.53094 3.93959 7.88031 3.77406L14.367 0.700731C14.6343 0.574057 14.9525 0.629147 15.1617 0.838346ZM0.838387 0.838346C1.11175 0.564979 1.55497 0.564979 1.82834 0.838346L6.10351 5.11352C6.11134 5.12099 6.11902 5.12867 6.12653 5.13654L10.8635 9.87349C10.8713 9.881 10.879 9.88867 10.8865 9.8965L15.1617 14.1717C15.435 14.445 15.435 14.8883 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L10.5877 11.5776L9.29941 14.2994C9.1729 14.5667 8.8921 14.7257 8.59783 14.6966C8.30356 14.6675 8.05931 14.4566 7.98759 14.1698L6.75613 9.24389L1.83025 8.01242C1.54338 7.9407 1.33252 7.69645 1.30342 7.40219C1.27433 7.10792 1.43329 6.82711 1.70057 6.70061L4.42245 5.41235L0.838387 1.8283C0.56502 1.55493 0.56502 1.11171 0.838387 0.838346ZM5.47375 6.46366L4.06832 7.12885L6.82915 7.81906L5.47375 6.46366ZM8.18096 9.17087L8.87117 11.9317L9.53635 10.5263L8.18096 9.17087Z", fill: "currentColor", }), }), - uw = (e) => - kt("svg", { + rw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.69997 2.0333V4.6333H9.29997V2.0333H6.69997ZM8.69997 6.0333H9.3333C10.0881 6.0333 10.7 5.42142 10.7 4.66663V1.99997C10.7 1.24518 10.0881 0.633301 9.3333 0.633301H6.66663C5.91184 0.633301 5.29997 1.24518 5.29997 1.99997V4.66663C5.29997 5.42142 5.91184 6.0333 6.66663 6.0333H7.29997V7.29997H3.99997C3.6375 7.29997 3.28989 7.44395 3.03359 7.70025C2.77729 7.95655 2.6333 8.30417 2.6333 8.66663V9.96663H1.99997C1.24518 9.96663 0.633301 10.5785 0.633301 11.3333V14C0.633301 14.7548 1.24518 15.3666 1.99997 15.3666H4.66663C5.42142 15.3666 6.0333 14.7548 6.0333 14V11.3333C6.0333 10.5785 5.42142 9.96663 4.66663 9.96663H4.0333V8.69997H11.9666V9.96663H11.3333C10.5785 9.96663 9.96663 10.5785 9.96663 11.3333V14C9.96663 14.7548 10.5785 15.3666 11.3333 15.3666H14C14.7548 15.3666 15.3666 14.7548 15.3666 14V11.3333C15.3666 10.5785 14.7548 9.96663 14 9.96663H13.3666V8.66663C13.3666 8.30417 13.2226 7.95655 12.9663 7.70025C12.71 7.44395 12.3624 7.29997 12 7.29997H8.69997V6.0333ZM11.3666 11.3666V13.9666H13.9666V11.3666H11.3666ZM2.0333 11.3666V13.9666H4.6333V11.3666H2.0333Z", fill: "currentColor", }), }), - pw = (e) => - kt("svg", { + ow = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89552 1.22885C4.27684 0.847526 4.79403 0.633301 5.3333 0.633301H13.3333C13.8726 0.633301 14.3898 0.847526 14.7711 1.22885C15.1524 1.61017 15.3666 2.12736 15.3666 2.66663V13.3333C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3666 13.3333 15.3666H2.66663C2.12736 15.3666 1.61017 15.1524 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3333V7.3333C0.633301 6.21337 1.5467 5.29997 2.66663 5.29997H3.29997V2.66663C3.29997 2.12736 3.51419 1.61017 3.89552 1.22885ZM3.29997 6.69997H2.66663C2.3199 6.69997 2.0333 6.98657 2.0333 7.3333V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7811C2.33757 13.8999 2.49866 13.9666 2.66663 13.9666C2.8346 13.9666 2.9957 13.8999 3.11447 13.7811C3.23324 13.6624 3.29997 13.5013 3.29997 13.3333V6.69997ZM4.59882 13.9666C4.66523 13.7641 4.69997 13.5505 4.69997 13.3333V2.66663C4.69997 2.49866 4.76669 2.33757 4.88547 2.2188C5.00424 2.10003 5.16533 2.0333 5.3333 2.0333H13.3333C13.5013 2.0333 13.6624 2.10003 13.7811 2.2188C13.8999 2.33757 13.9666 2.49866 13.9666 2.66663V13.3333C13.9666 13.5013 13.8999 13.6624 13.7811 13.7811C13.6624 13.8999 13.5013 13.9666 13.3333 13.9666H4.59882ZM5.96663 3.99997C5.96663 3.61337 6.28003 3.29997 6.66663 3.29997H12C12.3866 3.29997 12.7 3.61337 12.7 3.99997V6.66663C12.7 7.05323 12.3866 7.36663 12 7.36663H6.66663C6.28003 7.36663 5.96663 7.05323 5.96663 6.66663V3.99997ZM7.36663 4.69997V5.96663H11.3V4.69997H7.36663ZM5.96663 9.3333C5.96663 8.9467 6.28003 8.6333 6.66663 8.6333H12C12.3866 8.6333 12.7 8.9467 12.7 9.3333C12.7 9.7199 12.3866 10.0333 12 10.0333H6.66663C6.28003 10.0333 5.96663 9.7199 5.96663 9.3333ZM5.96663 12C5.96663 11.6134 6.28003 11.3 6.66663 11.3H9.99997C10.3866 11.3 10.7 11.6134 10.7 12C10.7 12.3866 10.3866 12.7 9.99997 12.7H6.66663C6.28003 12.7 5.96663 12.3866 5.96663 12Z", fill: "currentColor", }), }), - mw = (e) => - kt("svg", { + iw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5662 0.725486C10.9018 0.53372 11.3294 0.65039 11.5212 0.986076C12.7415 3.12223 13.3834 5.53982 13.3834 7.99996C13.3834 10.4601 12.7415 12.8777 11.5212 15.0139C11.3294 15.3495 10.9018 15.4662 10.5662 15.2744C10.2305 15.0827 10.1138 14.6551 10.3056 14.3194C11.4051 12.3948 11.9834 10.2165 11.9834 7.99996C11.9834 5.7834 11.4051 3.60518 10.3056 1.68052C10.1138 1.34483 10.2305 0.917251 10.5662 0.725486ZM8.25875 2.12591C8.5942 1.93373 9.02193 2.04988 9.2141 2.38533C10.1931 4.09422 10.7088 6.02919 10.71 7.99864C10.7112 9.96808 10.198 11.9037 9.22121 13.6138C9.02946 13.9495 8.60188 14.0662 8.26619 13.8745C7.93049 13.6827 7.8138 13.2551 8.00555 12.9194C8.86143 11.4211 9.31109 9.72511 9.31 7.99952C9.30891 6.27393 8.8571 4.57855 7.99933 3.08126C7.80715 2.74581 7.9233 2.31809 8.25875 2.12591ZM5.96207 3.53069C6.29857 3.34034 6.72565 3.45883 6.91599 3.79532C7.6415 5.07791 8.02279 6.5264 8.02279 7.99996C8.02279 9.47353 7.6415 10.922 6.91599 12.2046C6.72565 12.5411 6.29857 12.6596 5.96207 12.4692C5.62558 12.2789 5.50709 11.8518 5.69743 11.5153C6.304 10.443 6.62279 9.23196 6.62279 7.99996C6.62279 6.76797 6.304 5.55694 5.69743 4.48461C5.50709 4.14811 5.62558 3.72103 5.96207 3.53069ZM3.65334 4.93852C3.98919 4.74704 4.41668 4.86408 4.60816 5.19993C5.09451 6.05298 5.35028 7.01801 5.35028 7.99997C5.35028 8.98192 5.09451 9.94695 4.60816 10.8C4.41668 11.1359 3.98919 11.2529 3.65334 11.0614C3.31749 10.8699 3.20046 10.4424 3.39194 10.1066C3.75785 9.46479 3.95028 8.73875 3.95028 7.99996C3.95028 7.26118 3.75785 6.53514 3.39194 5.89333C3.20046 5.55748 3.31749 5.13 3.65334 4.93852Z", fill: "currentColor", }), }), - hw = (e) => - kt("svg", { + lw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99997 2.0333C3.65019 2.0333 3.36663 2.31685 3.36663 2.66663V3.29997H3.99997C4.38657 3.29997 4.69997 3.61337 4.69997 3.99997C4.69997 4.38657 4.38657 4.69997 3.99997 4.69997H3.36663V5.96663H3.99997C4.38657 5.96663 4.69997 6.28003 4.69997 6.66663C4.69997 7.05323 4.38657 7.36663 3.99997 7.36663H3.36663V8.6333H3.99997C4.38657 8.6333 4.69997 8.9467 4.69997 9.3333C4.69997 9.7199 4.38657 10.0333 3.99997 10.0333H3.36663V11.3H3.99997C4.38657 11.3 4.69997 11.6134 4.69997 12C4.69997 12.3866 4.38657 12.7 3.99997 12.7H3.36663V13.3333C3.36663 13.6831 3.65019 13.9666 3.99997 13.9666H9.96663V2.0333H3.99997ZM3.99997 0.633301C2.87699 0.633301 1.96663 1.54366 1.96663 2.66663V3.29997H1.3333C0.946701 3.29997 0.633301 3.61337 0.633301 3.99997C0.633301 4.38657 0.946701 4.69997 1.3333 4.69997H1.96663V5.96663H1.3333C0.946701 5.96663 0.633301 6.28003 0.633301 6.66663C0.633301 7.05323 0.946701 7.36663 1.3333 7.36663H1.96663V8.6333H1.3333C0.946701 8.6333 0.633301 8.9467 0.633301 9.3333C0.633301 9.7199 0.946701 10.0333 1.3333 10.0333H1.96663V11.3H1.3333C0.946701 11.3 0.633301 11.6134 0.633301 12C0.633301 12.3866 0.946701 12.7 1.3333 12.7H1.96663V13.3333C1.96663 14.4563 2.87699 15.3666 3.99997 15.3666H12C13.1229 15.3666 14.0333 14.4563 14.0333 13.3333V2.66663C14.0333 1.54366 13.1229 0.633301 12 0.633301H3.99997ZM11.3666 2.0333V13.9666H12C12.3497 13.9666 12.6333 13.6831 12.6333 13.3333V2.66663C12.6333 2.31685 12.3497 2.0333 12 2.0333H11.3666Z", fill: "currentColor", }), }), - fw = (e) => - kt("svg", { + aw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56218 1.22885C2.94351 0.847526 3.46069 0.633301 3.99997 0.633301H8.9333C9.3199 0.633301 9.6333 0.946701 9.6333 1.3333C9.6333 1.7199 9.3199 2.0333 8.9333 2.0333H3.99997C3.832 2.0333 3.67091 2.10003 3.55213 2.2188C3.43336 2.33757 3.36663 2.49866 3.36663 2.66663V3.29997H3.99997C4.38657 3.29997 4.69997 3.61337 4.69997 3.99997C4.69997 4.38657 4.38657 4.69997 3.99997 4.69997H3.36663V5.96663H3.99997C4.38657 5.96663 4.69997 6.28003 4.69997 6.66663C4.69997 7.05323 4.38657 7.36663 3.99997 7.36663H3.36663V8.6333H3.99997C4.38657 8.6333 4.69997 8.9467 4.69997 9.3333C4.69997 9.7199 4.38657 10.0333 3.99997 10.0333H3.36663V11.3H3.99997C4.38657 11.3 4.69997 11.6134 4.69997 12C4.69997 12.3866 4.38657 12.7 3.99997 12.7H3.36663V13.3333C3.36663 13.5013 3.43336 13.6624 3.55213 13.7811C3.67091 13.8999 3.832 13.9666 3.99997 13.9666H12C12.1679 13.9666 12.329 13.8999 12.4478 13.7811C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V8.39997C12.6333 8.01337 12.9467 7.69997 13.3333 7.69997C13.7199 7.69997 14.0333 8.01337 14.0333 8.39997V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0564 15.1524 12.5392 15.3666 12 15.3666H3.99997C3.46069 15.3666 2.94351 15.1524 2.56218 14.7711C2.18086 14.3898 1.96663 13.8726 1.96663 13.3333V12.7H1.3333C0.946701 12.7 0.633301 12.3866 0.633301 12C0.633301 11.6134 0.946701 11.3 1.3333 11.3H1.96663V10.0333H1.3333C0.946701 10.0333 0.633301 9.7199 0.633301 9.3333C0.633301 8.9467 0.946701 8.6333 1.3333 8.6333H1.96663V7.36663H1.3333C0.946701 7.36663 0.633301 7.05323 0.633301 6.66663C0.633301 6.28003 0.946701 5.96663 1.3333 5.96663H1.96663V4.69997H1.3333C0.946701 4.69997 0.633301 4.38657 0.633301 3.99997C0.633301 3.61337 0.946701 3.29997 1.3333 3.29997H1.96663V2.66663C1.96663 2.12736 2.18086 1.61017 2.56218 1.22885ZM12.7001 2.28977L9.29871 5.69118L8.96203 7.03791L10.3088 6.70123L13.7102 3.29982C13.7802 3.16844 13.8095 3.01865 13.7936 2.86968C13.7756 2.69993 13.6999 2.5415 13.5791 2.42079C13.4584 2.30007 13.3 2.22437 13.1303 2.20629C12.9813 2.19043 12.8315 2.21978 12.7001 2.28977ZM11.887 1.14518C12.2994 0.879011 12.7905 0.762186 13.2785 0.814165C13.7666 0.866145 14.2221 1.08379 14.5691 1.43084C14.9161 1.77788 15.1338 2.23337 15.1858 2.72141C15.2377 3.20945 15.1209 3.70056 14.8548 4.11292C14.8279 4.15456 14.7967 4.19323 14.7616 4.22828L11.1616 7.82828C11.0719 7.91799 10.9595 7.98163 10.8364 8.0124L8.16974 8.67907C7.9312 8.7387 7.67886 8.66881 7.50499 8.49494C7.33113 8.32108 7.26123 8.06873 7.32087 7.83019L7.98753 5.16353C8.01831 5.04044 8.08195 4.92804 8.17166 4.83833L11.7717 1.23833C11.8067 1.20328 11.8454 1.17205 11.887 1.14518Z", fill: "currentColor", }), }), - gw = (e) => - kt("svg", { + Cw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99997 2.0333C3.65019 2.0333 3.36663 2.31685 3.36663 2.66663V3.29997H3.99997C4.38657 3.29997 4.69997 3.61337 4.69997 3.99997C4.69997 4.38657 4.38657 4.69997 3.99997 4.69997H3.36663V5.96663H3.99997C4.38657 5.96663 4.69997 6.28003 4.69997 6.66663C4.69997 7.05323 4.38657 7.36663 3.99997 7.36663H3.36663V8.6333H3.99997C4.38657 8.6333 4.69997 8.9467 4.69997 9.3333C4.69997 9.7199 4.38657 10.0333 3.99997 10.0333H3.36663V11.3H3.99997C4.38657 11.3 4.69997 11.6134 4.69997 12C4.69997 12.3866 4.38657 12.7 3.99997 12.7H3.36663V13.3333C3.36663 13.6831 3.65019 13.9666 3.99997 13.9666H9.29997V2.0333H3.99997ZM3.99997 0.633301C2.87699 0.633301 1.96663 1.54366 1.96663 2.66663V3.29997H1.3333C0.946701 3.29997 0.633301 3.61337 0.633301 3.99997C0.633301 4.38657 0.946701 4.69997 1.3333 4.69997H1.96663V5.96663H1.3333C0.946701 5.96663 0.633301 6.28003 0.633301 6.66663C0.633301 7.05323 0.946701 7.36663 1.3333 7.36663H1.96663V8.6333H1.3333C0.946701 8.6333 0.633301 8.9467 0.633301 9.3333C0.633301 9.7199 0.946701 10.0333 1.3333 10.0333H1.96663V11.3H1.3333C0.946701 11.3 0.633301 11.6134 0.633301 12C0.633301 12.3866 0.946701 12.7 1.3333 12.7H1.96663V13.3333C1.96663 14.4563 2.87699 15.3666 3.99997 15.3666H12C13.1229 15.3666 14.0333 14.4563 14.0333 13.3333V2.66663C14.0333 1.54366 13.1229 0.633301 12 0.633301H3.99997ZM10.7 2.0333V3.96663H12.6333V2.66663C12.6333 2.31685 12.3497 2.0333 12 2.0333H10.7ZM12.6333 5.36663H10.7V7.29997H12.6333V5.36663ZM12.6333 8.69997H10.7V10.6333H12.6333V8.69997ZM12.6333 12.0333H10.7V13.9666H12C12.3497 13.9666 12.6333 13.6831 12.6333 13.3333V12.0333Z", fill: "currentColor", }), }), - vw = (e) => - kt("svg", { + sw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99997 2.0333C3.65019 2.0333 3.36663 2.31685 3.36663 2.66663V3.29997H3.99997C4.38657 3.29997 4.69997 3.61337 4.69997 3.99997C4.69997 4.38657 4.38657 4.69997 3.99997 4.69997H3.36663V5.96663H3.99997C4.38657 5.96663 4.69997 6.28003 4.69997 6.66663C4.69997 7.05323 4.38657 7.36663 3.99997 7.36663H3.36663V8.6333H3.99997C4.38657 8.6333 4.69997 8.9467 4.69997 9.3333C4.69997 9.7199 4.38657 10.0333 3.99997 10.0333H3.36663V11.3H3.99997C4.38657 11.3 4.69997 11.6134 4.69997 12C4.69997 12.3866 4.38657 12.7 3.99997 12.7H3.36663V13.3333C3.36663 13.6831 3.65019 13.9666 3.99997 13.9666H12C12.3497 13.9666 12.6333 13.6831 12.6333 13.3333V2.66663C12.6333 2.31685 12.3497 2.0333 12 2.0333H3.99997ZM1.96663 12.7V13.3333C1.96663 14.4563 2.87699 15.3666 3.99997 15.3666H12C13.1229 15.3666 14.0333 14.4563 14.0333 13.3333V2.66663C14.0333 1.54366 13.1229 0.633301 12 0.633301H3.99997C2.87699 0.633301 1.96663 1.54366 1.96663 2.66663V3.29997H1.3333C0.946701 3.29997 0.633301 3.61337 0.633301 3.99997C0.633301 4.38657 0.946701 4.69997 1.3333 4.69997H1.96663V5.96663H1.3333C0.946701 5.96663 0.633301 6.28003 0.633301 6.66663C0.633301 7.05323 0.946701 7.36663 1.3333 7.36663H1.96663V8.6333H1.3333C0.946701 8.6333 0.633301 8.9467 0.633301 9.3333C0.633301 9.7199 0.946701 10.0333 1.3333 10.0333H1.96663V11.3H1.3333C0.946701 11.3 0.633301 11.6134 0.633301 12C0.633301 12.3866 0.946701 12.7 1.3333 12.7H1.96663ZM5.6333 5.3333C5.6333 4.9467 5.9467 4.6333 6.3333 4.6333H9.66663C10.0532 4.6333 10.3666 4.9467 10.3666 5.3333C10.3666 5.7199 10.0532 6.0333 9.66663 6.0333H6.3333C5.9467 6.0333 5.6333 5.7199 5.6333 5.3333ZM5.6333 7.99997C5.6333 7.61337 5.9467 7.29997 6.3333 7.29997H10.6666C11.0532 7.29997 11.3666 7.61337 11.3666 7.99997C11.3666 8.38657 11.0532 8.69997 10.6666 8.69997H6.3333C5.9467 8.69997 5.6333 8.38657 5.6333 7.99997ZM5.6333 10.6666C5.6333 10.28 5.9467 9.96663 6.3333 9.96663H9.3333C9.7199 9.96663 10.0333 10.28 10.0333 10.6666C10.0333 11.0532 9.7199 11.3666 9.3333 11.3666H6.3333C5.9467 11.3666 5.6333 11.0532 5.6333 10.6666Z", fill: "currentColor", }), }), - ww = (e) => - kt("svg", { + cw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33334 0.633301C5.71994 0.633301 6.03334 0.946701 6.03334 1.3333V3.99997C6.03334 4.38657 5.71994 4.69997 5.33334 4.69997C4.94674 4.69997 4.63334 4.38657 4.63334 3.99997V3.36663H4.00001C3.83204 3.36663 3.67095 3.43336 3.55217 3.55213C3.4334 3.67091 3.36667 3.832 3.36667 3.99997V5.3333C3.36667 5.7199 3.05327 6.0333 2.66667 6.0333C2.28008 6.0333 1.96667 5.7199 1.96667 5.3333V3.99997C1.96667 3.46069 2.1809 2.94351 2.56222 2.56218C2.94355 2.18086 3.46073 1.96663 4.00001 1.96663H4.63334V1.3333C4.63334 0.946701 4.94674 0.633301 5.33334 0.633301ZM8.00001 0.633301C8.38661 0.633301 8.70001 0.946701 8.70001 1.3333V3.99997C8.70001 4.38657 8.38661 4.69997 8.00001 4.69997C7.61341 4.69997 7.30001 4.38657 7.30001 3.99997V1.3333C7.30001 0.946701 7.61341 0.633301 8.00001 0.633301ZM10.6667 0.633301C11.0533 0.633301 11.3667 0.946701 11.3667 1.3333V1.96663H12C12.5393 1.96663 13.0565 2.18086 13.4378 2.56218C13.8191 2.94351 14.0333 3.46069 14.0333 3.99997V5.3333C14.0333 5.7199 13.7199 6.0333 13.3333 6.0333C12.9467 6.0333 12.6333 5.7199 12.6333 5.3333V3.99997C12.6333 3.832 12.5666 3.67091 12.4478 3.55213C12.3291 3.43336 12.168 3.36663 12 3.36663H11.3667V3.99997C11.3667 4.38657 11.0533 4.69997 10.6667 4.69997C10.2801 4.69997 9.96667 4.38657 9.96667 3.99997V1.3333C9.96667 0.946701 10.2801 0.633301 10.6667 0.633301ZM4.63334 6.66663C4.63334 6.28003 4.94674 5.96663 5.33334 5.96663H9.33334C9.71994 5.96663 10.0333 6.28003 10.0333 6.66663C10.0333 7.05323 9.71994 7.36663 9.33334 7.36663H5.33334C4.94674 7.36663 4.63334 7.05323 4.63334 6.66663ZM2.66667 7.29997C3.05327 7.29997 3.36667 7.61337 3.36667 7.99997V9.3333C3.36667 9.7199 3.05327 10.0333 2.66667 10.0333C2.28008 10.0333 1.96667 9.7199 1.96667 9.3333V7.99997C1.96667 7.61337 2.28008 7.29997 2.66667 7.29997ZM13.3333 7.29997C13.7199 7.29997 14.0333 7.61337 14.0333 7.99997V9.3333C14.0333 9.7199 13.7199 10.0333 13.3333 10.0333C12.9467 10.0333 12.6333 9.7199 12.6333 9.3333V7.99997C12.6333 7.61337 12.9467 7.29997 13.3333 7.29997ZM4.63334 9.3333C4.63334 8.9467 4.94674 8.6333 5.33334 8.6333H10.6667C11.0533 8.6333 11.3667 8.9467 11.3667 9.3333C11.3667 9.7199 11.0533 10.0333 10.6667 10.0333H5.33334C4.94674 10.0333 4.63334 9.7199 4.63334 9.3333ZM2.66667 11.3C3.05327 11.3 3.36667 11.6134 3.36667 12V13.3333C3.36667 13.5013 3.4334 13.6624 3.55217 13.7811C3.67095 13.8999 3.83204 13.9666 4.00001 13.9666H4.66667C5.05327 13.9666 5.36667 14.28 5.36667 14.6666C5.36667 15.0532 5.05327 15.3666 4.66667 15.3666H4.00001C3.46073 15.3666 2.94355 15.1524 2.56222 14.7711C2.1809 14.3898 1.96667 13.8726 1.96667 13.3333V12C1.96667 11.6134 2.28008 11.3 2.66667 11.3ZM4.63334 12C4.63334 11.6134 4.94674 11.3 5.33334 11.3H8.66667C9.05327 11.3 9.36667 11.6134 9.36667 12C9.36667 12.3866 9.05327 12.7 8.66667 12.7H5.33334C4.94674 12.7 4.63334 12.3866 4.63334 12ZM13.3333 11.3C13.7199 11.3 14.0333 11.6134 14.0333 12V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3666 12 15.3666H11.3333C10.9467 15.3666 10.6333 15.0532 10.6333 14.6666C10.6333 14.28 10.9467 13.9666 11.3333 13.9666H12C12.168 13.9666 12.3291 13.8999 12.4478 13.7811C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V12C12.6333 11.6134 12.9467 11.3 13.3333 11.3ZM6.63334 14.6666C6.63334 14.28 6.94674 13.9666 7.33334 13.9666H8.66667C9.05327 13.9666 9.36667 14.28 9.36667 14.6666C9.36667 15.0532 9.05327 15.3666 8.66667 15.3666H7.33334C6.94674 15.3666 6.63334 15.0532 6.63334 14.6666Z", fill: "currentColor", }), }), - Lw = (e) => - kt("svg", { + dw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33334 0.633301C5.71994 0.633301 6.03334 0.946701 6.03334 1.3333V1.96663H7.30001V1.3333C7.30001 0.946701 7.61341 0.633301 8.00001 0.633301C8.38661 0.633301 8.70001 0.946701 8.70001 1.3333V1.96663H9.96667V1.3333C9.96667 0.946701 10.2801 0.633301 10.6667 0.633301C11.0533 0.633301 11.3667 0.946701 11.3667 1.3333V1.96663H12C13.123 1.96663 14.0333 2.87699 14.0333 3.99997V13.3333C14.0333 14.4563 13.123 15.3666 12 15.3666H4.00001C2.87703 15.3666 1.96667 14.4563 1.96667 13.3333V3.99997C1.96667 2.87699 2.87703 1.96663 4.00001 1.96663H4.63334V1.3333C4.63334 0.946701 4.94674 0.633301 5.33334 0.633301ZM4.63334 3.36663H4.00001C3.65023 3.36663 3.36667 3.65019 3.36667 3.99997V13.3333C3.36667 13.6831 3.65023 13.9666 4.00001 13.9666H12C12.3498 13.9666 12.6333 13.6831 12.6333 13.3333V3.99997C12.6333 3.65019 12.3498 3.36663 12 3.36663H11.3667V3.99997C11.3667 4.38657 11.0533 4.69997 10.6667 4.69997C10.2801 4.69997 9.96667 4.38657 9.96667 3.99997V3.36663H8.70001V3.99997C8.70001 4.38657 8.38661 4.69997 8.00001 4.69997C7.61341 4.69997 7.30001 4.38657 7.30001 3.99997V3.36663H6.03334V3.99997C6.03334 4.38657 5.71994 4.69997 5.33334 4.69997C4.94674 4.69997 4.63334 4.38657 4.63334 3.99997V3.36663ZM4.63334 6.66663C4.63334 6.28003 4.94674 5.96663 5.33334 5.96663H9.33334C9.71994 5.96663 10.0333 6.28003 10.0333 6.66663C10.0333 7.05323 9.71994 7.36663 9.33334 7.36663H5.33334C4.94674 7.36663 4.63334 7.05323 4.63334 6.66663ZM4.63334 9.3333C4.63334 8.9467 4.94674 8.6333 5.33334 8.6333H10.6667C11.0533 8.6333 11.3667 8.9467 11.3667 9.3333C11.3667 9.7199 11.0533 10.0333 10.6667 10.0333H5.33334C4.94674 10.0333 4.63334 9.7199 4.63334 9.3333ZM4.63334 12C4.63334 11.6134 4.94674 11.3 5.33334 11.3H8.66667C9.05327 11.3 9.36667 11.6134 9.36667 12C9.36667 12.3866 9.05327 12.7 8.66667 12.7H5.33334C4.94674 12.7 4.63334 12.3866 4.63334 12Z", fill: "currentColor", }), }), - bw = (e) => - kt("svg", { + uw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 0.633301C8.38659 0.633301 8.69999 0.946701 8.69999 1.3333V1.99469C9.88103 2.0893 10.9788 2.41676 11.8655 2.87936C12.8899 3.41387 13.7734 4.2074 14.0124 5.16353C14.1411 5.67928 14.3727 6.20256 15.1035 6.78636C15.324 6.96249 15.4172 7.25379 15.3398 7.52518C15.2625 7.79657 15.0297 7.99497 14.7495 8.02838C14.2572 8.08707 13.8123 8.08127 13.3701 7.93098C13.369 7.93058 13.3678 7.93019 13.3667 7.92979V9.3333C13.3667 10.5269 12.9689 11.6864 12.2363 12.6287C11.5037 13.5709 10.4779 14.2422 9.32118 14.5364L9.31998 14.5367C9.13327 14.5838 8.99743 14.6591 8.90897 14.7476L8.49497 15.1616C8.2216 15.435 7.77838 15.435 7.50502 15.1616L7.09102 14.7476C7.00255 14.6591 6.86671 14.5838 6.68 14.5367L6.67872 14.5364C5.52206 14.2421 4.49642 13.5708 3.76382 12.6286C3.03123 11.6863 2.63345 10.5269 2.63332 9.33337V7.81835C2.62992 7.81948 2.62652 7.82061 2.62311 7.82173C2.23651 7.94926 1.84041 8.00293 1.37705 8.03193C1.08454 8.05024 0.811579 7.88438 0.693083 7.61631C0.574588 7.34824 0.635645 7.03472 0.84608 6.83071C1.52638 6.17118 1.87138 5.62688 1.98756 5.16353M4.03332 8.42184V9.33323C4.03332 9.3332 4.03332 9.33325 4.03332 9.33323C4.03343 10.2155 4.3275 11.0727 4.86906 11.7692C5.41063 12.4658 6.16885 12.962 7.02393 13.1796L6.85132 13.858L7.02265 13.1793C7.35444 13.263 7.70427 13.4169 7.99999 13.6811C8.2955 13.4171 8.64503 13.2632 8.9766 13.1794C9.83151 12.9619 10.5896 12.4658 11.1311 11.7693C11.6726 11.0728 11.9667 10.2156 11.9667 9.3333V8.47152C11.8562 8.5289 11.7412 8.58365 11.6223 8.63753C11.4427 8.71892 11.2372 8.72082 11.0561 8.64275C10.5853 8.43972 10.2075 8.23962 9.88331 7.97819C9.80162 7.91231 9.72542 7.84422 9.65346 7.77357C9.58543 7.83781 9.51397 7.89998 9.43811 7.96056C9.12157 8.21331 8.75489 8.41678 8.29984 8.63249C8.11912 8.71816 7.9104 8.72244 7.72632 8.64425C7.25674 8.44479 6.87084 8.24801 6.54227 7.98653C6.46662 7.92632 6.39574 7.8641 6.32874 7.79952C6.27837 7.84689 6.22534 7.89344 6.1692 7.93928C5.84828 8.20129 5.45716 8.41407 4.95157 8.63936C4.73768 8.73467 4.49031 8.71672 4.29242 8.59153C4.20198 8.53432 4.11578 8.47807 4.03332 8.42184ZM12.7993 5.97932C12.7407 5.81961 12.6935 5.66066 12.6541 5.50275C12.6541 5.50264 12.6542 5.50286 12.6541 5.50275C12.5597 5.12556 12.1098 4.58593 11.2179 4.12058C10.3609 3.67345 9.22213 3.36663 7.99999 3.36663C6.77785 3.36663 5.63912 3.67345 4.78212 4.12058C3.88993 4.58606 3.44006 5.12587 3.34576 5.50308C3.30515 5.66516 3.25117 5.82511 3.18506 5.98252C3.09652 6.0017 3.01164 6.03808 2.93552 6.09066C2.62515 6.30502 2.40455 6.41963 2.18453 6.4922C1.96081 6.566 1.69957 6.609 1.28959 6.63467L1.33332 7.3333L1.82057 7.83589M4.7264 7.19834C4.5794 7.09307 4.46876 7.00039 4.37486 6.90672C4.22717 6.7594 4.09822 6.58694 3.93701 6.31229C3.83851 6.14447 3.67458 6.02522 3.48458 5.98317C3.3849 5.96111 3.28276 5.96134 3.18506 5.98252M4.7264 7.19834C4.98404 7.06894 5.15479 6.96014 5.28378 6.85482C5.45201 6.71747 5.57797 6.56271 5.73449 6.30415C5.86166 6.09406 6.08963 5.96598 6.33521 5.96664C6.58079 5.9673 6.80806 6.0966 6.9341 6.30737C7.10335 6.5904 7.24375 6.75556 7.41404 6.89107C7.54986 6.99916 7.72426 7.10406 7.98488 7.22697C8.24166 7.09422 8.42048 6.98157 8.56454 6.86654C8.74864 6.71954 8.9014 6.54825 9.08708 6.27409C9.21893 6.07942 9.43971 5.96394 9.67481 5.96668C9.90992 5.96942 10.1279 6.09001 10.2552 6.28771C10.4409 6.57613 10.5875 6.74753 10.7622 6.88841C10.8979 6.99791 11.0699 7.10442 11.3245 7.22727C11.529 7.12085 11.6495 7.03566 11.7326 6.95434C11.8312 6.8578 11.9141 6.73046 11.998 6.4595C12.0684 6.23229 12.2493 6.05637 12.4784 5.99241C12.5846 5.96278 12.6944 5.95906 12.7993 5.97932M7.29999 1.99469V1.3333C7.29999 0.946701 7.61339 0.633301 7.99999 0.633301M7.29999 1.99469C6.11895 2.0893 5.02117 2.41676 4.13453 2.87936C3.11016 3.41381 2.22671 4.20755 1.98756 5.16353", fill: "currentColor", }), }), - Mw = (e) => - kt("svg", { + pw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838349 0.838326C1.11172 0.564959 1.55493 0.564959 1.8283 0.838326L4.34523 3.35525C4.35143 3.36124 4.35755 3.36735 4.36356 3.37359L8.48344 7.49347C8.49121 7.50088 8.49878 7.50846 8.50616 7.51619L12.3843 11.3943C12.391 11.4008 12.3976 11.4073 12.404 11.414L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8883 15.435 14.445 15.435 14.1717 15.1616L11.9628 12.9527C11.2599 13.7225 10.3434 14.276 9.32146 14.5363L9.31998 14.5367C9.13327 14.5838 8.99743 14.6591 8.90897 14.7476L8.49497 15.1616C8.2216 15.435 7.77838 15.435 7.50502 15.1616L7.09102 14.7476C7.00255 14.6591 6.86671 14.5838 6.68 14.5367L6.67872 14.5364C5.52206 14.2421 4.49642 13.5708 3.76382 12.6286C3.03123 11.6863 2.63345 10.5269 2.63332 9.33337V7.81835C2.62992 7.81948 2.62652 7.82061 2.62311 7.82173C2.23651 7.94926 1.84041 8.00293 1.37705 8.03193C1.08454 8.05024 0.811579 7.88438 0.693083 7.61631C0.574588 7.34824 0.635645 7.03472 0.84608 6.83071C1.52638 6.17118 1.87138 5.62688 1.98756 5.16353M4.03332 8.42184V9.33323C4.03332 9.3332 4.03332 9.33325 4.03332 9.33323C4.03343 10.2155 4.3275 11.0727 4.86906 11.7692C5.41063 12.4658 6.16885 12.962 7.02393 13.1796L6.85132 13.858L7.02265 13.1793C7.35444 13.263 7.70427 13.4169 7.99999 13.6811C8.2955 13.4171 8.64503 13.2632 8.9766 13.1794C9.75276 12.9816 10.4465 12.555 10.9715 11.9614L7.59966 8.58959C7.18669 8.40829 6.84082 8.22411 6.54227 7.98653C6.46662 7.92632 6.39574 7.8641 6.32874 7.79952C6.27837 7.84689 6.22534 7.89344 6.1692 7.93928C5.84828 8.20129 5.45716 8.41407 4.95157 8.63936C4.73768 8.73467 4.49031 8.71672 4.29242 8.59153C4.20198 8.53432 4.11578 8.47807 4.03332 8.42184ZM5.56678 6.55671L3.81017 4.80009C3.54012 5.06225 3.39451 5.30808 3.34576 5.50308C3.30515 5.66516 3.25117 5.82511 3.18506 5.98252C3.28276 5.96134 3.3849 5.96111 3.48458 5.98317C3.67458 6.02522 3.83851 6.14447 3.93701 6.31229C4.09822 6.58694 4.22717 6.7594 4.37486 6.90672C4.46876 7.00039 4.5794 7.09307 4.7264 7.19834C4.98404 7.06894 5.15479 6.96014 5.28378 6.85482C5.38866 6.76919 5.47711 6.6768 5.56678 6.55671ZM2.82031 3.81024L0.838349 1.82828C0.564982 1.55491 0.564982 1.11169 0.838349 0.838326M2.82031 3.81024C2.42018 4.20237 2.11391 4.65846 1.98756 5.16353L2.82031 3.81024ZM7.99999 0.633301C8.38659 0.633301 8.69999 0.946701 8.69999 1.3333V1.99469C9.88103 2.0893 10.9788 2.41676 11.8655 2.87936C12.8899 3.41387 13.7734 4.2074 14.0124 5.16353C14.1411 5.67928 14.3727 6.20256 15.1035 6.78636C15.324 6.96249 15.4172 7.25379 15.3398 7.52518C15.2625 7.79657 15.0297 7.99497 14.7495 8.02838C14.2572 8.08707 13.8123 8.08127 13.3701 7.93098C13.369 7.93058 13.3678 7.93019 13.3667 7.92979V8.8953C13.3667 9.2819 13.0533 9.5953 12.6667 9.5953C12.2801 9.5953 11.9667 9.2819 11.9667 8.8953V8.47158C11.9611 8.47447 11.9555 8.47735 11.9499 8.48023C11.6063 8.6573 11.1841 8.52224 11.0071 8.17857C10.83 7.8349 10.9651 7.41277 11.3087 7.2357C11.5648 7.10375 11.693 7.00337 11.7746 6.91034C11.8522 6.82189 11.9244 6.69836 11.9977 6.46056C12.0678 6.23305 12.2487 6.05676 12.4779 5.99256C12.5842 5.96279 12.6942 5.95903 12.7993 5.97932C12.7407 5.81961 12.6935 5.66066 12.6541 5.50275C12.6541 5.50264 12.6542 5.50286 12.6541 5.50275C12.5597 5.12556 12.1098 4.58593 11.2179 4.12058C10.3609 3.67345 9.22213 3.36663 7.99999 3.36663C7.54943 3.36663 7.11025 3.40805 6.69064 3.48357C6.31016 3.55204 5.9462 3.29911 5.87773 2.91862C5.80925 2.53814 6.06218 2.17418 6.44267 2.1057C6.72175 2.05548 7.00806 2.01793 7.29999 1.9946V1.3333C7.29999 0.946701 7.61339 0.633301 7.99999 0.633301Z", fill: "currentColor", }), }), - Hw = (e) => - kt("svg", { + mw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.74499 0.838326C4.87627 0.707051 5.05432 0.633301 5.23997 0.633301H10.76C10.9456 0.633301 11.1237 0.707051 11.2549 0.838326L15.1616 4.74499C15.2929 4.87627 15.3666 5.05432 15.3666 5.23997V10.76C15.3666 10.9456 15.2929 11.1237 15.1616 11.2549L11.2549 15.1616C11.1237 15.2929 10.9456 15.3666 10.76 15.3666H5.23997C5.05432 15.3666 4.87627 15.2929 4.74499 15.1616L0.838326 11.2549C0.707051 11.1237 0.633301 10.9456 0.633301 10.76V5.23997C0.633301 5.05432 0.707051 4.87627 0.838326 4.74499L4.74499 0.838326ZM5.52992 2.0333L2.0333 5.52992V10.47L5.52992 13.9666H10.47L13.9666 10.47V5.52992L10.47 2.0333H5.52992ZM7.99997 4.6333C8.38657 4.6333 8.69997 4.9467 8.69997 5.3333V7.99997C8.69997 8.38657 8.38657 8.69997 7.99997 8.69997C7.61337 8.69997 7.29997 8.38657 7.29997 7.99997V5.3333C7.29997 4.9467 7.61337 4.6333 7.99997 4.6333ZM7.29997 10.6666C7.29997 10.28 7.61337 9.96663 7.99997 9.96663H8.00663C8.39323 9.96663 8.70663 10.28 8.70663 10.6666C8.70663 11.0532 8.39323 11.3666 8.00663 11.3666H7.99997C7.61337 11.3666 7.29997 11.0532 7.29997 10.6666Z", fill: "currentColor", }), }), - Ew = (e) => - kt("svg", { + hw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.74499 0.838326C4.87627 0.707051 5.05432 0.633301 5.23997 0.633301H10.76C10.9456 0.633301 11.1237 0.707051 11.2549 0.838326L15.1616 4.74499C15.2929 4.87627 15.3666 5.05432 15.3666 5.23997V10.76C15.3666 10.9456 15.2929 11.1237 15.1616 11.2549L11.2549 15.1616C11.1237 15.2929 10.9456 15.3666 10.76 15.3666H5.23997C5.05432 15.3666 4.87627 15.2929 4.74499 15.1616L0.838326 11.2549C0.707051 11.1237 0.633301 10.9456 0.633301 10.76V5.23997C0.633301 5.05432 0.707051 4.87627 0.838326 4.74499L4.74499 0.838326ZM5.52992 2.0333L2.0333 5.52992V10.47L5.52992 13.9666H10.47L13.9666 10.47V5.52992L10.47 2.0333H5.52992Z", fill: "currentColor", }), }), - Rw = (e) => - kt("svg", { + fw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.64766 0.838326C4.77893 0.707051 4.95698 0.633301 5.14263 0.633301H10.8573C11.043 0.633301 11.221 0.707051 11.3523 0.838326L15.1616 4.64766C15.2929 4.77893 15.3666 4.95698 15.3666 5.14263V10.8573C15.3666 11.043 15.2929 11.221 15.1616 11.3523L11.3523 15.1616C11.221 15.2929 11.043 15.3666 10.8573 15.3666H5.14263C4.95698 15.3666 4.77893 15.2929 4.64766 15.1616L0.838326 11.3523C0.707051 11.221 0.633301 11.043 0.633301 10.8573V5.14263C0.633301 4.95698 0.707051 4.77893 0.838326 4.64766L4.64766 0.838326ZM5.43258 2.0333L2.0333 5.43258V10.5674L5.43258 13.9666H10.5674L13.9666 10.5674V5.43258L10.5674 2.0333H5.43258ZM6.66663 5.29997C7.05323 5.29997 7.36663 5.61337 7.36663 5.99997V9.99997C7.36663 10.3866 7.05323 10.7 6.66663 10.7C6.28003 10.7 5.96663 10.3866 5.96663 9.99997V5.99997C5.96663 5.61337 6.28003 5.29997 6.66663 5.29997ZM9.3333 5.29997C9.7199 5.29997 10.0333 5.61337 10.0333 5.99997V9.99997C10.0333 10.3866 9.7199 10.7 9.3333 10.7C8.9467 10.7 8.6333 10.3866 8.6333 9.99997V5.99997C8.6333 5.61337 8.9467 5.29997 9.3333 5.29997Z", fill: "currentColor", }), }), - yw = (e) => - kt("svg", { + gw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.74499 0.838326C4.87627 0.707051 5.05432 0.633301 5.23997 0.633301H10.76C10.9456 0.633301 11.1237 0.707051 11.2549 0.838326L15.1616 4.74499C15.2929 4.87627 15.3666 5.05432 15.3666 5.23997V10.76C15.3666 10.9456 15.2929 11.1237 15.1616 11.2549L11.2549 15.1616C11.1237 15.2929 10.9456 15.3666 10.76 15.3666H5.23997C5.05432 15.3666 4.87627 15.2929 4.74499 15.1616L0.838326 11.2549C0.707051 11.1237 0.633301 10.9456 0.633301 10.76V5.23997C0.633301 5.05432 0.707051 4.87627 0.838326 4.74499L4.74499 0.838326ZM5.52992 2.0333L2.0333 5.52992V10.47L5.52992 13.9666H10.47L13.9666 10.47V5.52992L10.47 2.0333H5.52992ZM5.50499 5.50499C5.77836 5.23163 6.22157 5.23163 6.49494 5.50499L7.99997 7.01002L9.50499 5.50499C9.77836 5.23163 10.2216 5.23163 10.4949 5.50499C10.7683 5.77836 10.7683 6.22157 10.4949 6.49494L8.98992 7.99997L10.4949 9.50499C10.7683 9.77836 10.7683 10.2216 10.4949 10.4949C10.2216 10.7683 9.77836 10.7683 9.50499 10.4949L7.99997 8.98992L6.49494 10.4949C6.22157 10.7683 5.77836 10.7683 5.50499 10.4949C5.23163 10.2216 5.23163 9.77836 5.50499 9.50499L7.01002 7.99997L5.50499 6.49494C5.23163 6.22157 5.23163 5.77836 5.50499 5.50499Z", fill: "currentColor", }), }), - Vw = (e) => - Ot("svg", { + vw = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99964 0.633301C6.63818 0.633656 5.30345 1.01129 4.14362 1.72429C2.98379 2.43729 2.04424 3.45775 1.42926 4.6724C0.913302 5.69147 0.642747 6.81378 0.635056 7.95009C0.633893 7.96659 0.633301 7.98325 0.633301 8.00005C0.633301 8.01686 0.633893 8.03352 0.635058 8.05004C0.636316 8.23492 0.644537 8.42011 0.659796 8.60521C0.771654 9.96207 1.25734 11.2614 2.06293 12.3589C2.86852 13.4565 3.96251 14.3093 5.22344 14.8227C6.48437 15.3361 7.86293 15.4901 9.20606 15.2675C10.5492 15.0449 11.8044 14.4544 12.8322 13.5616C13.8601 12.6689 14.6205 11.5087 15.0289 10.21C15.1449 9.84118 14.9399 9.44819 14.5712 9.33221C14.2024 9.21623 13.8094 9.42118 13.6934 9.78997C13.3626 10.8419 12.7467 11.7816 11.9142 12.5047C11.2514 13.0804 10.4719 13.5009 9.63267 13.7394C10.3556 12.6519 10.8696 11.433 11.142 10.1448C11.222 9.76654 10.9802 9.39509 10.602 9.31511C10.2237 9.23513 9.85227 9.47692 9.77229 9.85516C9.48171 11.2294 8.87315 12.5126 7.99979 13.6036C6.87695 12.2011 6.2008 10.4923 6.06051 8.70005H6.99997C7.38657 8.70005 7.69997 8.38665 7.69997 8.00005C7.69997 7.61345 7.38657 7.30005 6.99997 7.30005H6.06049C6.22075 5.2524 7.08048 3.31361 8.50672 1.81606C8.69986 1.61326 8.75354 1.31487 8.64318 1.05747C8.53283 0.800079 8.27969 0.633228 7.99964 0.633301ZM4.65679 7.30005C4.77891 5.49455 5.37127 3.75859 6.36603 2.26184C5.84449 2.41049 5.34319 2.63025 4.87681 2.91695C3.9374 3.49445 3.1764 4.32098 2.6783 5.30479C2.36066 5.93215 2.15785 6.60782 2.07608 7.30005H4.65679ZM2.0761 8.70005C2.19694 9.72287 2.5807 10.6983 3.19154 11.5305C3.84403 12.4195 4.73011 13.1102 5.75141 13.5261C5.95289 13.6081 6.15808 13.6788 6.36603 13.7381C5.3713 12.2414 4.77894 10.5055 4.6568 8.70005H2.0761Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.6333 2.00005C8.6333 1.61345 8.9467 1.30005 9.3333 1.30005H14.6666C14.7544 1.30005 14.8385 1.31622 14.916 1.34576C15.1795 1.44622 15.3666 1.70128 15.3666 2.00005V7.33338C15.3666 7.71998 15.0532 8.03338 14.6666 8.03338H9.3333C8.9467 8.03338 8.6333 7.71998 8.6333 7.33338V2.00005ZM13.9666 2.70005H13.3666V3.30005H13.9666V2.70005ZM11.9666 2.70005V4.00005C11.9666 4.38665 12.28 4.70005 12.6666 4.70005H13.9666V6.63338H10.0333V2.70005H11.9666Z", @@ -16150,735 +16130,735 @@ const Bt = (e) => }), ], }), - Sw = (e) => - kt("svg", { + ww = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 2.00005C1.30005 1.61345 1.61345 1.30005 2.00005 1.30005H6.00005C6.30135 1.30005 6.56885 1.49285 6.66413 1.77869L10.5046 13.3H14C14.3866 13.3 14.7 13.6135 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H10C9.69875 14.7 9.43125 14.5072 9.33597 14.2214L5.49552 2.70005H2.00005C1.61345 2.70005 1.30005 2.38665 1.30005 2.00005ZM8.63338 2.00005C8.63338 1.61345 8.94678 1.30005 9.33338 1.30005H14C14.3866 1.30005 14.7 1.61345 14.7 2.00005C14.7 2.38665 14.3866 2.70005 14 2.70005H9.33338C8.94678 2.70005 8.63338 2.38665 8.63338 2.00005Z", fill: "currentColor", }), }), - Tw = (e) => - kt("svg", { + Lw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.95247 1.28057C6.2522 0.691471 7.69504 0.492544 9.10568 0.707961C9.48785 0.766321 9.75035 1.12344 9.69199 1.50561C9.63363 1.88778 9.27651 2.15028 8.89434 2.09192C7.75178 1.91744 6.58315 2.07856 5.53043 2.55571C4.47771 3.03285 3.58624 3.80547 2.96433 4.7797C2.34242 5.75392 2.01686 6.8878 2.02719 8.04355C2.0356 8.98382 2.26603 9.90564 2.69587 10.7352C2.89638 10.6691 3.11068 10.6333 3.33334 10.6333C4.45632 10.6333 5.36668 11.5436 5.36668 12.6666C5.36668 13.7896 4.45632 14.6999 3.33334 14.6999C2.21036 14.6999 1.30001 13.7896 1.30001 12.6666C1.30001 12.2861 1.40452 11.93 1.5864 11.6255C0.969942 10.539 0.638467 9.31085 0.627248 8.05607C0.614489 6.62913 1.01645 5.2292 1.78428 4.02639C2.55211 2.82358 3.65275 1.86967 4.95247 1.28057ZM2.90712 12.1982C2.77987 12.314 2.70001 12.481 2.70001 12.6666C2.70001 13.0164 2.98356 13.2999 3.33334 13.2999C3.68312 13.2999 3.96668 13.0164 3.96668 12.6666C3.96668 12.3168 3.68312 12.0333 3.33334 12.0333C3.17128 12.0333 3.02343 12.0941 2.91142 12.1943C2.90999 12.1956 2.90856 12.1969 2.90712 12.1982ZM12.6667 2.69994C12.3169 2.69994 12.0333 2.98349 12.0333 3.33327C12.0333 3.68305 12.3169 3.96661 12.6667 3.96661C12.829 3.96661 12.977 3.90555 13.0891 3.80515C13.0904 3.80397 13.0917 3.80278 13.093 3.8016C13.2202 3.68577 13.3 3.51884 13.3 3.33327C13.3 2.98349 13.0165 2.69994 12.6667 2.69994ZM14.4142 4.3734C14.5957 4.06908 14.7 3.71336 14.7 3.33327C14.7 2.21029 13.7897 1.29994 12.6667 1.29994C11.5437 1.29994 10.6333 2.21029 10.6333 3.33327C10.6333 4.45625 11.5437 5.36661 12.6667 5.36661C12.8899 5.36661 13.1047 5.33064 13.3056 5.26419C13.7407 6.09908 13.9734 7.02801 13.9807 7.9755C13.9897 9.13809 13.6588 10.278 13.0287 11.2551C12.3987 12.2322 11.4969 13.0039 10.4341 13.4754C9.37141 13.9469 8.19409 14.0977 7.04684 13.9092C6.66536 13.8465 6.30529 14.105 6.24261 14.4864C6.17992 14.8679 6.43836 15.228 6.81985 15.2907C8.23628 15.5234 9.68985 15.3373 11.0019 14.7551C12.314 14.1729 13.4274 13.2201 14.2053 12.0138C14.9832 10.8074 15.3918 9.40009 15.3807 7.96471C15.371 6.70181 15.0368 5.46563 14.4142 4.3734ZM8.00001 6.69994C7.28204 6.69994 6.70001 7.28197 6.70001 7.99994C6.70001 8.71791 7.28204 9.29994 8.00001 9.29994C8.71798 9.29994 9.30001 8.71791 9.30001 7.99994C9.30001 7.28197 8.71798 6.69994 8.00001 6.69994ZM5.30001 7.99994C5.30001 6.50877 6.50884 5.29994 8.00001 5.29994C9.49118 5.29994 10.7 6.50877 10.7 7.99994C10.7 9.49111 9.49118 10.6999 8.00001 10.6999C6.50884 10.6999 5.30001 9.49111 5.30001 7.99994Z", fill: "currentColor", }), }), - Nw = (e) => - kt("svg", { + bw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7981 1.30005C11.8048 1.30005 12.728 1.86033 13.1929 2.75309L14.6751 5.59908C14.7749 5.79078 14.7773 6.00743 14.7 6.19243V12.6667C14.7 13.206 14.4858 13.7232 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7232 1.30005 13.206 1.30005 12.6667V6.00005C1.30005 5.77639 1.40494 5.57723 1.56821 5.44908L2.81105 2.8392C3.2588 1.89897 4.20736 1.30005 5.24876 1.30005H10.7981ZM3.18982 5.30005L4.07505 3.44112C4.29063 2.98842 4.74735 2.70005 5.24876 2.70005H7.30005V5.30005H3.18982ZM12.9408 5.30005H8.70005V2.70005H10.7981C11.2827 2.70005 11.7273 2.9698 11.9512 3.39976L12.9408 5.30005ZM2.70005 6.70005H13.3V12.6667C13.3 12.8347 13.2333 12.9958 13.1145 13.1145C12.9958 13.2333 12.8347 13.3 12.6667 13.3H3.33338C3.16541 13.3 3.00432 13.2333 2.88555 13.1145C2.76677 12.9958 2.70005 12.8347 2.70005 12.6667V6.70005Z", fill: "currentColor", }), }), - xw = (e) => - kt("svg", { + Mw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98487 0.906198C7.29362 0.728294 7.6437 0.634644 8.00005 0.634644C8.3564 0.634644 8.70648 0.728294 9.01522 0.906198C9.01572 0.906484 9.01622 0.906771 9.01672 0.907059L13.6834 3.57372C13.9922 3.752 14.2487 4.00837 14.4271 4.31707C14.6056 4.62578 14.6997 4.97599 14.7 5.33256L14.7 6.66661C14.7 7.05321 14.3866 7.36661 14 7.36661C13.6135 7.36661 13.3 7.05321 13.3 6.66661V5.7646L11.3938 6.85887C11.3646 6.8787 11.3341 6.8962 11.3025 6.9113L8.70005 8.40525V13.6619L9.65341 13.1185C9.98927 12.927 10.4167 13.0441 10.6082 13.38C10.7996 13.7158 10.6826 14.1433 10.3467 14.3348L9.01672 15.0928C9.01609 15.0932 9.01547 15.0935 9.01484 15.0939C8.722 15.2626 8.39198 15.3554 8.0547 15.3645C8.03667 15.3659 8.01844 15.3666 8.00005 15.3666C7.98166 15.3666 7.96343 15.3659 7.9454 15.3645C7.60799 15.3554 7.27784 15.2625 6.98491 15.0937C6.9844 15.0934 6.98389 15.0931 6.98338 15.0928L2.31942 12.4277L2.31672 12.4262C2.00792 12.2479 1.75143 11.9915 1.57299 11.6828C1.39454 11.3741 1.30041 11.0239 1.30005 10.6673L1.30005 5.33328C1.30041 4.97671 1.39454 4.62578 1.57299 4.31707C1.75143 4.00837 2.00792 3.75201 2.31672 3.57373L2.31941 3.57217L4.64134 2.24536C4.6485 2.2411 4.65573 2.23697 4.66302 2.23297L6.98338 0.907059C6.98388 0.906771 6.98438 0.906484 6.98487 0.906198ZM4.99981 3.65297L3.41311 4.55966L8.00005 7.1928L9.59044 6.27984L4.99981 3.65297ZM10.9976 5.47205L6.41021 2.84703L7.68068 2.12105L7.68338 2.11949C7.77966 2.06391 7.88888 2.03464 8.00005 2.03464C8.11122 2.03464 8.22044 2.06391 8.31672 2.11949L12.587 4.55966L10.9976 5.47205ZM7.30005 8.40525L2.70005 5.7646V10.6662C2.70021 10.7771 2.72953 10.8861 2.78506 10.9822C2.84042 11.078 2.9199 11.1576 3.01557 11.2131C3.01595 11.2133 3.01633 11.2135 3.01672 11.2137L7.30005 13.6613V8.40525ZM15.1617 8.8383C15.4351 9.11167 15.4351 9.55488 15.1617 9.82825L12.495 12.4949C12.2217 12.7683 11.7784 12.7683 11.5051 12.4949L10.1717 11.1616C9.89837 10.8882 9.89837 10.445 10.1717 10.1716C10.4451 9.89827 10.8883 9.89827 11.1617 10.1716L12 11.01L14.1717 8.8383C14.4451 8.56494 14.8883 8.56494 15.1617 8.8383Z", fill: "currentColor", }), }), - _w = (e) => - kt("svg", { + Hw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98483 0.906198C7.29357 0.728294 7.64365 0.634644 8 0.634644C8.35635 0.634644 8.70644 0.728294 9.01518 0.906198C9.01568 0.906484 9.01617 0.906771 9.01667 0.907059L13.6833 3.57372C13.9921 3.752 14.2486 4.00837 14.4271 4.31707C14.6055 4.62578 14.6996 4.97599 14.7 5.33256L14.7 10.6666C14.6996 11.0232 14.6055 11.3741 14.4271 11.6828C14.2486 11.9915 13.9921 12.2479 13.6833 12.4262L13.6806 12.4277L9.01667 15.0928C9.01616 15.0931 9.01565 15.0934 9.01514 15.0937C8.72221 15.2625 8.39206 15.3554 8.05466 15.3645C8.03662 15.3659 8.01839 15.3666 8 15.3666C7.98161 15.3666 7.96338 15.3659 7.94535 15.3645C7.60794 15.3554 7.2778 15.2625 6.98487 15.0937C6.98436 15.0934 6.98385 15.0931 6.98334 15.0928L2.31937 12.4277L2.31667 12.4262C2.00787 12.2479 1.75138 11.9915 1.57294 11.6828C1.3945 11.3741 1.30037 11.0239 1.3 10.6673L1.3 5.33328C1.30037 4.97671 1.3945 4.62578 1.57294 4.31707C1.75138 4.00837 2.00787 3.75201 2.31667 3.57373L2.31937 3.57217L4.64129 2.24536C4.64845 2.2411 4.65568 2.23697 4.66297 2.23297L6.98334 0.907059C6.98383 0.906771 6.98433 0.906484 6.98483 0.906198ZM4.99976 3.65297L3.4159 4.55803L8 7.19257L9.58928 6.2792L4.99976 3.65297ZM10.9956 5.47094L6.41016 2.84703L7.68063 2.12105L7.68334 2.11949C7.77961 2.06391 7.88883 2.03464 8 2.03464C8.11118 2.03464 8.22039 2.06391 8.31667 2.11949L12.5841 4.55804L10.9956 5.47094ZM11.2852 6.91924C11.3289 6.89982 11.3707 6.87588 11.4098 6.84764L13.3 5.76134L13.3 10.6659C13.3 10.6657 13.3 10.6661 13.3 10.6659C13.2998 10.7767 13.2705 10.8862 13.215 10.9822C13.1596 11.078 13.0801 11.1576 12.9845 11.2131C12.9841 11.2133 12.9837 11.2135 12.9833 11.2137L8.7 13.6613V8.40501L11.2852 6.91924ZM7.3 8.40501L2.7 5.76133V10.6662C2.70017 10.7771 2.72948 10.8861 2.78502 10.9822C2.84038 11.078 2.91985 11.1576 3.01552 11.2131C3.01591 11.2133 3.01629 11.2135 3.01667 11.2137L7.3 13.6613V8.40501Z", fill: "currentColor", }), }), - Aw = (e) => - kt("svg", { + Ew = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98487 0.906198C7.29362 0.728294 7.6437 0.634644 8.00005 0.634644C8.3564 0.634644 8.70648 0.728294 9.01522 0.906198C9.01572 0.906484 9.01622 0.906771 9.01672 0.907059L13.6834 3.57372C13.9922 3.752 14.2487 4.00837 14.4271 4.31707C14.6056 4.62578 14.6997 4.97599 14.7 5.33256L14.7 6.66661C14.7 7.05321 14.3866 7.36661 14 7.36661C13.6135 7.36661 13.3 7.05321 13.3 6.66661V5.7646L11.3938 6.85887C11.3646 6.8787 11.3341 6.8962 11.3025 6.9113L8.70005 8.40525V13.6619L9.65341 13.1185C9.98927 12.927 10.4167 13.0441 10.6082 13.38C10.7996 13.7158 10.6826 14.1433 10.3467 14.3348L9.01672 15.0928C9.01609 15.0932 9.01547 15.0935 9.01484 15.0939C8.722 15.2626 8.39198 15.3554 8.0547 15.3645C8.03667 15.3659 8.01844 15.3666 8.00005 15.3666C7.98166 15.3666 7.96343 15.3659 7.9454 15.3645C7.60799 15.3554 7.27784 15.2625 6.98491 15.0937C6.9844 15.0934 6.98389 15.0931 6.98338 15.0928L2.31942 12.4277L2.31672 12.4262C2.00792 12.2479 1.75143 11.9915 1.57299 11.6828C1.39454 11.3741 1.30041 11.0239 1.30005 10.6673L1.30005 5.33328C1.30041 4.97671 1.39454 4.62578 1.57299 4.31707C1.75143 4.00837 2.00792 3.75201 2.31672 3.57373L2.31941 3.57217L4.64134 2.24536C4.6485 2.2411 4.65573 2.23697 4.66302 2.23297L6.98338 0.907059C6.98388 0.906771 6.98438 0.906484 6.98487 0.906198ZM4.99981 3.65297L3.41311 4.55966L8.00005 7.1928L9.59044 6.27984L4.99981 3.65297ZM10.9976 5.47205L6.41021 2.84703L7.68068 2.12105L7.68338 2.11949C7.77966 2.06391 7.88888 2.03464 8.00005 2.03464C8.11122 2.03464 8.22044 2.06391 8.31672 2.11949L12.587 4.55966L10.9976 5.47205ZM7.30005 8.40525L2.70005 5.7646V10.6662C2.70021 10.7771 2.72953 10.8861 2.78506 10.9822C2.84042 11.078 2.9199 11.1576 3.01557 11.2131C3.01595 11.2133 3.01633 11.2135 3.01672 11.2137L7.30005 13.6613V8.40525ZM9.96672 10.6666C9.96672 10.28 10.2801 9.96661 10.6667 9.96661H14.6667C15.0533 9.96661 15.3667 10.28 15.3667 10.6666C15.3667 11.0532 15.0533 11.3666 14.6667 11.3666H10.6667C10.2801 11.3666 9.96672 11.0532 9.96672 10.6666Z", fill: "currentColor", }), }), - Zw = (e) => - kt("svg", { + Rw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.45437 0.857948C4.72515 0.703377 5.03157 0.62207 5.3434 0.62207C5.65525 0.62207 5.9617 0.703393 6.2325 0.857992C6.2332 0.85839 6.2339 0.858789 6.23459 0.859188L8.00468 1.85839L9.76966 0.863504L9.77178 0.862318C10.0422 0.711109 10.3469 0.631717 10.6567 0.631717C10.9666 0.631717 11.2712 0.711109 11.5417 0.862318L11.543 0.86304L14.3446 2.4373C14.6508 2.61045 14.9055 2.86178 15.0828 3.16561C15.26 3.46944 15.3534 3.81488 15.3534 4.16663C15.3534 4.51838 15.26 4.86382 15.0828 5.16766C14.9727 5.35626 14.8329 5.52464 14.6694 5.66664C14.8329 5.80863 14.9727 5.977 15.0828 6.16561C15.26 6.46944 15.3534 6.81488 15.3534 7.16663C15.3534 7.51838 15.26 7.86382 15.0828 8.16766C14.9055 8.47149 14.6508 8.72282 14.3446 8.89596L14.0334 9.07126L14.0334 11.2459C14.0334 11.2457 14.0334 11.2462 14.0334 11.2459M8.70006 13.6784L12.2706 11.8455C12.271 11.8453 12.2714 11.8451 12.2719 11.8448C12.3808 11.7879 12.472 11.7023 12.5358 11.5973C12.5998 11.4918 12.6335 11.3707 12.6334 11.2474L12.6334 9.8598L11.5526 10.4686C11.2818 10.6234 10.9753 10.7049 10.6634 10.7049C10.3514 10.7049 10.0449 10.6234 9.7742 10.4686L8.70006 9.86358V13.6784ZM9.42649 8.66594L10.4688 9.25299C10.528 9.28701 10.5951 9.30494 10.6634 9.30494C10.7317 9.30494 10.7988 9.28703 10.858 9.25301L10.8632 9.25004L13.6555 7.67731C13.6553 7.67741 13.6557 7.67721 13.6555 7.67731C13.7457 7.62619 13.8212 7.55178 13.8735 7.46224C13.9258 7.37251 13.9534 7.2705 13.9534 7.16663C13.9534 7.06276 13.9258 6.96075 13.8735 6.87103C13.8212 6.78144 13.7461 6.7073 13.6559 6.65618C13.6558 6.65611 13.656 6.65626 13.6559 6.65618L13.3257 6.46981L9.42649 8.66594ZM13.656 4.67701C13.7462 4.62589 13.8212 4.55179 13.8735 4.46224C13.9258 4.37251 13.9534 4.2705 13.9534 4.16663C13.9534 4.06276 13.9258 3.96075 13.8735 3.87103C13.8213 3.78153 13.7463 3.70746 13.6562 3.65635C13.656 3.65622 13.6564 3.65648 13.6562 3.65635L10.8584 2.08428C10.8583 2.08418 10.8586 2.08438 10.8584 2.08428C10.7969 2.05 10.7272 2.03172 10.6567 2.03172C10.5864 2.03172 10.5173 2.04965 10.4558 2.08382C10.4556 2.08398 10.4561 2.08367 10.4558 2.08382L9.42918 2.66253L13.3265 4.86259L13.656 4.67701C13.6562 4.67692 13.6558 4.67711 13.656 4.67701ZM8.00418 3.46577L11.9009 5.6655L8.00006 7.86255L4.10046 5.66623L8.00418 3.46577ZM6.57968 2.66164L5.53886 2.07409C5.47935 2.04001 5.41197 2.02207 5.3434 2.02207C5.27482 2.02207 5.20744 2.04 5.14793 2.07408L5.14408 2.07628L2.34462 3.65596C2.34456 3.656 2.34469 3.65592 2.34462 3.65596C2.25429 3.70708 2.17894 3.78137 2.12664 3.87103C2.07431 3.96075 2.04673 4.06276 2.04673 4.16663C2.04673 4.2705 2.07431 4.37251 2.12664 4.46224C2.1789 4.55182 2.25398 4.62595 2.34421 4.67707C2.34407 4.677 2.34435 4.67715 2.34421 4.67707L2.67434 4.86301L6.57968 2.66164ZM1.33077 5.66663C1.16725 5.52463 1.02737 5.35626 0.917354 5.16766C0.740119 4.86382 0.646729 4.51838 0.646729 4.16663C0.646729 3.81488 0.740119 3.46944 0.917354 3.16561C1.09459 2.86178 1.34932 2.61045 1.6555 2.43731L4.45437 0.857948M2.34435 6.65611C2.25406 6.70723 2.17893 6.78139 2.12664 6.87103C2.07431 6.96075 2.04673 7.06276 2.04673 7.16663C2.04673 7.2705 2.07431 7.37251 2.12664 7.46224C2.17898 7.55196 2.2542 7.62618 2.34462 7.67731L5.13088 9.25041L5.13356 9.25193C5.19444 9.28665 5.26331 9.30492 5.3334 9.30492C5.40348 9.30492 5.47235 9.28665 5.53323 9.25193L5.53654 9.25004L6.57364 8.66594L2.67462 6.46995L2.34435 6.65611C2.34444 6.65606 2.34427 6.65616 2.34435 6.65611ZM7.30006 9.86359L6.22689 10.468C6.22624 10.4684 6.2256 10.4687 6.22495 10.4691C5.95324 10.6236 5.64601 10.7049 5.3334 10.7049C5.02066 10.7049 4.71332 10.6236 4.44153 10.4689C4.44099 10.4686 4.44044 10.4683 4.4399 10.468L3.36673 9.86211V11.2466C3.3666 11.37 3.40037 11.4918 3.46435 11.5973C3.52809 11.7023 3.61935 11.7879 3.72826 11.8448C3.72869 11.8451 3.72912 11.8453 3.72954 11.8455L7.30006 13.6784V9.86359ZM7.08393 15.1411L3.08705 13.0894L3.08391 13.0878C2.74683 12.9126 2.46436 12.6481 2.26734 12.3233C2.07039 11.9986 1.9664 11.626 1.96673 11.2463C1.96673 11.2464 1.96673 11.2462 1.96673 11.2463V9.07168L1.65591 8.89619C1.34972 8.72305 1.09459 8.47149 0.917354 8.16766C0.740119 7.86382 0.646729 7.51838 0.646729 7.16663C0.646729 6.81488 0.740119 6.46944 0.917354 6.16561C1.02737 5.977 1.16725 5.80863 1.33077 5.66663M7.08393 15.1411C7.08453 15.1414 7.08514 15.1417 7.08574 15.142C7.35013 15.2791 7.64171 15.3548 7.93886 15.364C7.95903 15.3657 7.97944 15.3666 8.00006 15.3666C8.02068 15.3666 8.04109 15.3657 8.06126 15.364C8.35841 15.3548 8.65 15.2791 8.91438 15.142C8.91499 15.1417 8.91559 15.1414 8.91619 15.1411L12.9131 13.0894L12.9162 13.0878C13.2533 12.9126 13.5358 12.6481 13.7328 12.3233C13.9297 11.9987 14.0337 11.6256 14.0334 11.2459", fill: "currentColor", }), }), - Iw = (e) => - kt("svg", { + yw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98483 0.906198C7.29357 0.728294 7.64365 0.634644 8 0.634644C8.35635 0.634644 8.70643 0.728294 9.01517 0.906198C9.01567 0.906484 9.01617 0.906771 9.01667 0.907059L13.6833 3.57372C13.9921 3.752 14.2486 4.00837 14.4271 4.31707C14.6055 4.62578 14.6996 4.97599 14.7 5.33256L14.7 6.66661C14.7 7.05321 14.3866 7.36661 14 7.36661C13.6134 7.36661 13.3 7.05321 13.3 6.66661V5.7646L11.3938 6.85887C11.3646 6.8787 11.334 6.8962 11.3024 6.9113L8.7 8.40525V13.6619L9.65336 13.1185C9.98923 12.927 10.4167 13.0441 10.6081 13.38C10.7996 13.7158 10.6825 14.1433 10.3466 14.3348L9.01667 15.0928C9.01604 15.0932 9.01542 15.0935 9.01479 15.0939C8.72195 15.2626 8.39193 15.3554 8.05465 15.3645C8.03662 15.3659 8.01839 15.3666 8 15.3666C7.98161 15.3666 7.96338 15.3659 7.94535 15.3645C7.60794 15.3554 7.27779 15.2625 6.98486 15.0937C6.98435 15.0934 6.98384 15.0931 6.98333 15.0928L2.31937 12.4277L2.31667 12.4262C2.00787 12.2479 1.75138 11.9915 1.57294 11.6828C1.39449 11.3741 1.30037 11.0239 1.3 10.6673L1.3 5.33328C1.30036 4.97671 1.39449 4.62578 1.57294 4.31707C1.75138 4.00837 2.00787 3.75201 2.31667 3.57373L2.31937 3.57217L4.64129 2.24536C4.64845 2.2411 4.65568 2.23697 4.66297 2.23297L6.98333 0.907059C6.98383 0.906771 6.98433 0.906484 6.98483 0.906198ZM4.99976 3.65297L3.41306 4.55966L8 7.1928L9.59039 6.27984L4.99976 3.65297ZM10.9976 5.47205L6.41016 2.84703L7.68063 2.12105L7.68333 2.11949C7.77961 2.06391 7.88883 2.03464 8 2.03464C8.11117 2.03464 8.22039 2.06391 8.31667 2.11949L12.5869 4.55966L10.9976 5.47205ZM7.3 8.40525L2.7 5.7646V10.6662C2.70016 10.7771 2.72948 10.8861 2.78501 10.9822C2.84037 11.078 2.91985 11.1576 3.01552 11.2131C3.0159 11.2133 3.01628 11.2135 3.01667 11.2137L7.3 13.6613V8.40525ZM12.6667 7.96661C13.0533 7.96661 13.3667 8.28001 13.3667 8.66661V9.96661H14.6667C15.0533 9.96661 15.3667 10.28 15.3667 10.6666C15.3667 11.0532 15.0533 11.3666 14.6667 11.3666H13.3667V12.6666C13.3667 13.0532 13.0533 13.3666 12.6667 13.3666C12.2801 13.3666 11.9667 13.0532 11.9667 12.6666V11.3666H10.6667C10.2801 11.3666 9.96667 11.0532 9.96667 10.6666C9.96667 10.28 10.2801 9.96661 10.6667 9.96661H11.9667V8.66661C11.9667 8.28001 12.2801 7.96661 12.6667 7.96661Z", fill: "currentColor", }), }), - kw = (e) => - kt("svg", { + Vw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98483 0.906198C7.29357 0.728294 7.64365 0.634644 8 0.634644C8.35635 0.634644 8.70643 0.728294 9.01517 0.906198C9.01567 0.906484 9.01617 0.906771 9.01667 0.907059L13.6833 3.57372C13.9921 3.752 14.2486 4.00837 14.4271 4.31707C14.6055 4.62578 14.6996 4.97599 14.7 5.33256L14.7 6.66661C14.7 7.05321 14.3866 7.36661 14 7.36661C13.6134 7.36661 13.3 7.05321 13.3 6.66661V5.7646L11.3938 6.85887C11.3646 6.8787 11.334 6.8962 11.3024 6.9113L8.7 8.40525V13.6619L9.65336 13.1185C9.98923 12.927 10.4167 13.0441 10.6081 13.38C10.7996 13.7158 10.6825 14.1433 10.3466 14.3348L9.01667 15.0928C9.01604 15.0932 9.01542 15.0935 9.01479 15.0939C8.72195 15.2626 8.39193 15.3554 8.05465 15.3645C8.03662 15.3659 8.01839 15.3666 8 15.3666C7.98161 15.3666 7.96338 15.3659 7.94535 15.3645C7.60794 15.3554 7.27779 15.2625 6.98486 15.0937C6.98435 15.0934 6.98384 15.0931 6.98333 15.0928L2.31937 12.4277L2.31667 12.4262C2.00787 12.2479 1.75138 11.9915 1.57294 11.6828C1.39449 11.3741 1.30037 11.0239 1.3 10.6673L1.3 5.33328C1.30036 4.97671 1.39449 4.62578 1.57294 4.31707C1.75138 4.00837 2.00787 3.75201 2.31667 3.57373L2.31937 3.57217L4.64129 2.24536C4.64845 2.2411 4.65568 2.23697 4.66297 2.23297L6.98333 0.907059C6.98383 0.906771 6.98433 0.906484 6.98483 0.906198ZM4.99976 3.65297L3.41306 4.55966L8 7.1928L9.59039 6.27984L4.99976 3.65297ZM10.9976 5.47205L6.41016 2.84703L7.68063 2.12105L7.68333 2.11949C7.77961 2.06391 7.88883 2.03464 8 2.03464C8.11117 2.03464 8.22039 2.06391 8.31667 2.11949L12.5869 4.55966L10.9976 5.47205ZM7.3 8.40525L2.7 5.7646V10.6662C2.70016 10.7771 2.72948 10.8861 2.78501 10.9822C2.84037 11.078 2.91985 11.1576 3.01552 11.2131C3.0159 11.2133 3.01628 11.2135 3.01667 11.2137L7.3 13.6613V8.40525ZM12.3333 9.36661C11.7995 9.36661 11.3667 9.7994 11.3667 10.3333C11.3667 10.8672 11.7995 11.2999 12.3333 11.2999C12.8672 11.2999 13.3 10.8672 13.3 10.3333C13.3 9.7994 12.8672 9.36661 12.3333 9.36661ZM9.96667 10.3333C9.96667 9.0262 11.0263 7.96661 12.3333 7.96661C13.6404 7.96661 14.7 9.0262 14.7 10.3333C14.7 10.732 14.6014 11.1077 14.4273 11.4373L15.1616 12.1716C15.435 12.445 15.435 12.8882 15.1616 13.1616C14.8883 13.435 14.4451 13.435 14.1717 13.1616L13.4373 12.4272C13.1077 12.6014 12.732 12.6999 12.3333 12.6999C11.0263 12.6999 9.96667 11.6404 9.96667 10.3333Z", fill: "currentColor", }), }), - Ow = (e) => - kt("svg", { + Tw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98483 0.906198C7.29357 0.728294 7.64365 0.634644 8 0.634644C8.35635 0.634644 8.70644 0.728294 9.01518 0.906198C9.01568 0.906484 9.01617 0.906771 9.01667 0.907059L13.6833 3.57372C13.9921 3.752 14.2486 4.00837 14.4271 4.31707C14.6055 4.62578 14.6996 4.97599 14.7 5.33256L14.7 6.66661C14.7 7.05321 14.3866 7.36661 14 7.36661C13.6134 7.36661 13.3 7.05321 13.3 6.66661V5.7646L11.3938 6.85887C11.3646 6.8787 11.334 6.8962 11.3024 6.9113L8.7 8.40525V13.6619L9.65336 13.1185C9.98923 12.927 10.4167 13.0441 10.6081 13.38C10.7996 13.7158 10.6825 14.1433 10.3466 14.3348L9.01667 15.0928C9.01605 15.0932 9.01542 15.0935 9.0148 15.0939C8.72195 15.2626 8.39193 15.3554 8.05466 15.3645C8.03662 15.3659 8.01839 15.3666 8 15.3666C7.98161 15.3666 7.96338 15.3659 7.94535 15.3645C7.60794 15.3554 7.2778 15.2625 6.98487 15.0937C6.98436 15.0934 6.98385 15.0931 6.98334 15.0928L2.31937 12.4277L2.31667 12.4262C2.00787 12.2479 1.75138 11.9915 1.57294 11.6828C1.3945 11.3741 1.30037 11.0239 1.3 10.6673L1.3 5.33328C1.30037 4.97671 1.3945 4.62578 1.57294 4.31707C1.75138 4.00837 2.00787 3.75201 2.31667 3.57373L2.31937 3.57217L4.64129 2.24536C4.64845 2.2411 4.65568 2.23697 4.66297 2.23297L6.98334 0.907059C6.98383 0.906771 6.98433 0.906484 6.98483 0.906198ZM4.99976 3.65297L3.41306 4.55966L8 7.1928L9.59039 6.27984L4.99976 3.65297ZM10.9976 5.47205L6.41016 2.84703L7.68063 2.12105L7.68334 2.11949C7.77961 2.06391 7.88883 2.03464 8 2.03464C8.11118 2.03464 8.22039 2.06391 8.31667 2.11949L12.5869 4.55966L10.9976 5.47205ZM7.3 8.40525L2.7 5.7646V10.6662C2.70017 10.7771 2.72948 10.8861 2.78502 10.9822C2.84038 11.078 2.91985 11.1576 3.01552 11.2131C3.01591 11.2133 3.01629 11.2135 3.01667 11.2137L7.3 13.6613V8.40525ZM10.8384 8.17164C11.1117 7.89827 11.5549 7.89827 11.8283 8.17164L13 9.34333L14.1717 8.17164C14.4451 7.89827 14.8883 7.89827 15.1616 8.17164C15.435 8.445 15.435 8.88822 15.1616 9.16158L13.99 10.3333L15.1616 11.505C15.435 11.7783 15.435 12.2216 15.1616 12.4949C14.8883 12.7683 14.4451 12.7683 14.1717 12.4949L13 11.3232L11.8283 12.4949C11.5549 12.7683 11.1117 12.7683 10.8384 12.4949C10.565 12.2216 10.565 11.7783 10.8384 11.505L12.0101 10.3333L10.8384 9.16158C10.565 8.88822 10.565 8.445 10.8384 8.17164Z", fill: "currentColor", }), }), - Bw = (e) => - kt("svg", { + Sw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3 1.3333C3.3 0.946701 3.6134 0.633301 4 0.633301H12C12.3866 0.633301 12.7 0.946701 12.7 1.3333V7.30075C13.0711 7.31815 13.3667 7.62454 13.3667 7.99997V9.3333C13.3667 9.87257 13.1524 10.3898 12.7711 10.7711C12.3898 11.1524 11.8726 11.3666 11.3333 11.3666H10.0333V13.2666C10.0333 13.8059 9.8191 14.3231 9.43778 14.7044C9.05646 15.0857 8.53927 15.3 8 15.3C7.46072 15.3 6.94354 15.0857 6.56221 14.7044C6.18089 14.3231 5.96666 13.8059 5.96666 13.2666V11.3666H4.66666C3.54673 11.3666 2.63333 10.4532 2.63333 9.3333V7.99997C2.63333 7.62454 2.92888 7.31815 3.3 7.30075V1.3333ZM4.03333 8.69997H11.9667V9.3333C11.9667 9.50127 11.8999 9.66236 11.7812 9.78113C11.6624 9.89991 11.5013 9.96663 11.3333 9.96663H9.33333C8.94673 9.96663 8.63333 10.28 8.63333 10.6666V13.2666C8.63333 13.4346 8.5666 13.5957 8.44783 13.7145C8.32906 13.8332 8.16797 13.9 8 13.9C7.83203 13.9 7.67094 13.8332 7.55216 13.7145C7.43339 13.5957 7.36666 13.4346 7.36666 13.2666V10.6666C7.36666 10.28 7.05326 9.96663 6.66666 9.96663H4.66666C4.31993 9.96663 4.03333 9.68003 4.03333 9.3333V8.69997ZM11.3 7.29997H4.7V2.0333H5.96666V2.66663C5.96666 3.05323 6.28006 3.36663 6.66666 3.36663C7.05326 3.36663 7.36666 3.05323 7.36666 2.66663V2.0333H8.63333V3.99997C8.63333 4.38657 8.94673 4.69997 9.33333 4.69997C9.71993 4.69997 10.0333 4.38657 10.0333 3.99997V2.0333H11.3V7.29997Z", fill: "currentColor", }), }), - Dw = (e) => - kt("svg", { + Nw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.7517 1.2584C12.1482 0.861907 12.6859 0.63916 13.2467 0.63916C13.8074 0.63916 14.3452 0.861907 14.7416 1.2584C15.1381 1.65489 15.3609 2.19265 15.3609 2.75337C15.3609 3.3141 15.1381 3.85186 14.7416 4.24835L12.3233 6.66671L12.8898 7.2332C13.2685 7.61418 13.4811 8.12953 13.4811 8.66671C13.4811 9.20388 13.2685 9.71924 12.8898 10.1002L12.8883 10.1017L11.8283 11.1617C11.601 11.389 11.2561 11.4273 10.9892 11.2765C10.9379 11.3735 10.8837 11.4683 10.8282 11.5602C10.5268 12.0586 10.1209 12.5744 9.68463 13.0542C8.82649 13.9982 7.7582 14.9036 6.97972 15.2928C6.68449 15.4404 6.32626 15.3617 6.12006 15.104L0.786731 8.43733C0.631597 8.24341 0.590818 7.98181 0.679566 7.74988C0.768314 7.51794 0.973304 7.35039 1.21826 7.30956C2.22124 7.1424 2.95838 6.98823 3.60362 6.66561C4.11192 6.41146 4.59203 6.03678 5.08437 5.40769L4.83836 5.16168C4.565 4.88831 4.565 4.4451 4.83836 4.17173L5.89836 3.11173L5.89984 3.11026C6.28081 2.73155 6.79616 2.51898 7.33334 2.51898C7.87052 2.51898 8.38587 2.73155 8.76684 3.11026L8.76832 3.11173L9.33334 3.67676L11.7517 1.2584ZM6.5052 4.84862C6.49888 4.84205 6.49242 4.83558 6.48581 4.82923L6.32329 4.66671L6.88684 4.10315C6.88664 4.10335 6.88704 4.10296 6.88684 4.10315C7.00544 3.98556 7.1663 3.91898 7.33334 3.91898C7.50038 3.91898 7.66064 3.98497 7.77925 4.10256C7.77905 4.10237 7.77944 4.10276 7.77925 4.10256L8.83836 5.16168C9.11173 5.43505 9.55495 5.43505 9.82831 5.16168L12.7416 2.24835C12.8756 2.11441 13.0573 2.03916 13.2467 2.03916C13.4361 2.03916 13.6178 2.11441 13.7517 2.24835C13.8856 2.38229 13.9609 2.56395 13.9609 2.75337C13.9609 2.9428 13.8856 3.12446 13.7517 3.2584L10.8384 6.17173C10.7071 6.30301 10.6333 6.48106 10.6333 6.66671C10.6333 6.85236 10.7071 7.03041 10.8384 7.16168L11.8969 8.22021C11.8967 8.21997 11.8971 8.22044 11.8969 8.22021C12.0144 8.3388 12.0811 8.49972 12.0811 8.66671C12.0811 8.8337 12.0151 8.99391 11.8976 9.11251C11.8974 9.11274 11.8978 9.11227 11.8976 9.11251L11.3333 9.67676L11.1621 9.50553C11.1618 9.50522 11.1615 9.50491 11.1612 9.5046L6.5052 4.84862ZM6.08028 6.40359C5.50911 7.10087 4.90638 7.57948 4.22972 7.91781C3.71523 8.17505 3.17366 8.34236 2.60658 8.47105L3.31568 9.35741L9.57646 10.9226C9.59489 10.8934 9.61279 10.8645 9.63016 10.8358C9.77947 10.5888 9.8694 10.3906 9.91823 10.2416L6.08028 6.40359ZM8.63294 12.1298L4.75876 11.1613L6.82942 13.7496C7.35932 13.3801 8.02942 12.7911 8.63294 12.1298Z", fill: "currentColor", }), }), - Pw = (e) => - kt("svg", { + xw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.83836 0.838326C3.11173 0.564959 3.55494 0.564959 3.82831 0.838326L5.66667 2.67668L6.83836 1.50499C7.11173 1.23163 7.55494 1.23163 7.82831 1.50499L13.1616 6.83833C13.2929 6.9696 13.3667 7.14765 13.3667 7.3333C13.3667 7.51895 13.2929 7.697 13.1616 7.82828L7.42831 13.5616C6.62161 14.3683 5.3784 14.3683 4.57169 13.5616L1.10008 10.09C0.727517 9.7099 0.51886 9.19886 0.51886 8.66663C0.51886 8.1344 0.727542 7.62339 1.1001 7.2433L1.105 7.2383L4.67672 3.66663L2.83836 1.82828C2.56499 1.55491 2.56499 1.11169 2.83836 0.838326ZM5.66667 4.65658L2.35662 7.96663H11.0434L11.6767 7.3333L7.33334 2.98992L6.65662 3.66663L7.16164 4.17166C7.43501 4.44503 7.43501 4.88824 7.16164 5.16161C6.88828 5.43498 6.44506 5.43498 6.1717 5.16161L5.66667 4.65658ZM9.64339 9.36663H2.35662L5.56164 12.5717C5.82161 12.8316 6.17839 12.8316 6.43836 12.5717L9.64339 9.36663ZM13.3333 9.96663C13.6702 9.96663 13.9593 10.2066 14.0213 10.5376C14.0824 10.8632 14.2782 11.1172 14.6043 11.5401L14.6294 11.5726C14.9316 11.9646 15.3667 12.5366 15.3667 13.3333C15.3667 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3666 13.3333 15.3666C12.7941 15.3666 12.2769 15.1524 11.8956 14.7711C11.5142 14.3898 11.3 13.8726 11.3 13.3333C11.3 12.5366 11.7351 11.9646 12.0373 11.5726C12.0457 11.5617 12.0541 11.5508 12.0624 11.5401C12.3884 11.1172 12.5843 10.8632 12.6453 10.5376C12.7074 10.2066 12.9965 9.96663 13.3333 9.96663ZM13.1461 12.4273C12.8316 12.8353 12.7 13.0634 12.7 13.3333C12.7 13.5013 12.7667 13.6624 12.8855 13.7811C13.0043 13.8999 13.1654 13.9666 13.3333 13.9666C13.5013 13.9666 13.6624 13.8999 13.7812 13.7811C13.8999 13.6624 13.9667 13.5013 13.9667 13.3333C13.9667 13.0634 13.8351 12.8353 13.5206 12.4273C13.4976 12.3975 13.4734 12.3665 13.4481 12.3341C13.4116 12.2874 13.3731 12.238 13.3333 12.186C13.2936 12.238 13.255 12.2874 13.2186 12.3341C13.1933 12.3665 13.169 12.3975 13.1461 12.4273Z", fill: "currentColor", }), }), - Fw = (e) => - kt("svg", { + _w = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 2.0333C2.31688 2.0333 2.03333 2.31685 2.03333 2.66663V3.99997C2.03333 4.34975 2.31688 4.6333 2.66666 4.6333H10.6667C11.0164 4.6333 11.3 4.34975 11.3 3.99997V2.66663C11.3 2.31685 11.0164 2.0333 10.6667 2.0333H2.66666ZM12.6997 2.6333C12.6819 1.5257 11.7785 0.633301 10.6667 0.633301H2.66666C1.54369 0.633301 0.633331 1.54366 0.633331 2.66663V3.99997C0.633331 5.12295 1.54369 6.0333 2.66666 6.0333H10.6667C11.7785 6.0333 12.6819 5.14091 12.6997 4.0333H13.3333C13.5013 4.0333 13.6624 4.10003 13.7812 4.2188C13.8999 4.33757 13.9667 4.49866 13.9667 4.66663V6.66663C13.9667 6.8346 13.8999 6.99569 13.7812 7.11447C13.6624 7.23324 13.5013 7.29997 13.3333 7.29997H8C7.46072 7.29997 6.94354 7.51419 6.56221 7.89552C6.18089 8.27684 5.96666 8.79403 5.96666 9.3333V9.96703C5.22728 9.98473 4.63333 10.5897 4.63333 11.3333V14C4.63333 14.7548 5.24521 15.3666 6 15.3666H7.33333C8.08812 15.3666 8.7 14.7548 8.7 14V11.3333C8.7 10.5897 8.10605 9.98473 7.36666 9.96703V9.3333C7.36666 9.16533 7.43339 9.00424 7.55216 8.88547C7.67094 8.76669 7.83203 8.69997 8 8.69997H13.3333C13.8726 8.69997 14.3898 8.48574 14.7711 8.10442C15.1524 7.72309 15.3667 7.20591 15.3667 6.66663V4.66663C15.3667 4.12736 15.1524 3.61017 14.7711 3.22885C14.3898 2.84753 13.8726 2.6333 13.3333 2.6333H12.6997ZM6.03333 11.3666V13.9666H7.3V11.3666H6.03333Z", fill: "currentColor", }), }), - Uw = (e) => - kt("svg", { + Aw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633331 7.99997C0.633331 3.9467 3.94673 0.633301 8 0.633301C11.9483 0.633301 15.3408 3.54585 15.3613 7.22272L15.3613 7.22663C15.3613 9.6474 13.3784 11.6293 10.958 11.6293H9.61527C9.56249 11.6284 9.51006 11.638 9.46111 11.6578C9.41217 11.6776 9.3677 11.707 9.33037 11.7443C9.29304 11.7817 9.26361 11.8261 9.24383 11.8751C9.22404 11.924 9.21432 11.9765 9.21523 12.0292L9.21544 12.0413C9.21544 12.1896 9.25279 12.247 9.30145 12.2955C9.3117 12.3057 9.32162 12.3162 9.33121 12.327C9.60079 12.6312 9.79866 13.0572 9.79866 13.5413C9.79866 14.5382 9.0214 15.3666 8 15.3666C3.94673 15.3666 0.633331 12.0532 0.633331 7.99997ZM8 2.0333C4.71993 2.0333 2.03333 4.7199 2.03333 7.99997C2.03333 11.28 4.71993 13.9666 8 13.9666C8.21327 13.9666 8.39866 13.8004 8.39866 13.5413C8.39866 13.447 8.36015 13.3472 8.29286 13.2665C7.97012 12.9343 7.8166 12.5174 7.81534 12.0472C7.81205 11.8086 7.85641 11.5717 7.94583 11.3505C8.03602 11.1273 8.17022 10.9246 8.34042 10.7544C8.51063 10.5842 8.71335 10.45 8.93652 10.3598C9.15758 10.2705 9.39423 10.2261 9.63261 10.2293H10.958C12.6049 10.2293 13.9603 8.87489 13.9613 7.22849C13.9446 4.46887 11.3322 2.0333 8 2.0333ZM7.96666 4.3333C7.96666 3.76261 8.4293 3.29997 9 3.29997C9.57069 3.29997 10.0333 3.76261 10.0333 4.3333C10.0333 4.90399 9.57069 5.36663 9 5.36663C8.4293 5.36663 7.96666 4.90399 7.96666 4.3333ZM9 4.69997C9.2025 4.69997 9.36666 4.5358 9.36666 4.3333C9.36666 4.1308 9.2025 3.96663 9 3.96663C8.79749 3.96663 8.63333 4.1308 8.63333 4.3333C8.63333 4.5358 8.79749 4.69997 9 4.69997ZM4.63333 4.99997C4.63333 4.42927 5.09597 3.96663 5.66666 3.96663C6.23736 3.96663 6.7 4.42927 6.7 4.99997C6.7 5.57066 6.23736 6.0333 5.66666 6.0333C5.09597 6.0333 4.63333 5.57066 4.63333 4.99997ZM5.66666 5.36663C5.86917 5.36663 6.03333 5.20247 6.03333 4.99997C6.03333 4.79746 5.86917 4.6333 5.66666 4.6333C5.46416 4.6333 5.3 4.79746 5.3 4.99997C5.3 5.20247 5.46416 5.36663 5.66666 5.36663ZM10.6333 6.99997C10.6333 6.42927 11.096 5.96663 11.6667 5.96663C12.2374 5.96663 12.7 6.42927 12.7 6.99997C12.7 7.57066 12.2374 8.0333 11.6667 8.0333C11.096 8.0333 10.6333 7.57066 10.6333 6.99997ZM11.6667 7.36663C11.8692 7.36663 12.0333 7.20247 12.0333 6.99997C12.0333 6.79746 11.8692 6.6333 11.6667 6.6333C11.4642 6.6333 11.3 6.79746 11.3 6.99997C11.3 7.20247 11.4642 7.36663 11.6667 7.36663ZM3.3 8.3333C3.3 7.76261 3.76264 7.29997 4.33333 7.29997C4.90403 7.29997 5.36666 7.76261 5.36666 8.3333C5.36666 8.90399 4.90403 9.36663 4.33333 9.36663C3.76264 9.36663 3.3 8.90399 3.3 8.3333ZM4.33333 8.69997C4.53584 8.69997 4.7 8.5358 4.7 8.3333C4.7 8.1308 4.53584 7.96663 4.33333 7.96663C4.13083 7.96663 3.96666 8.1308 3.96666 8.3333C3.96666 8.5358 4.13083 8.69997 4.33333 8.69997Z", fill: "currentColor", }), }), - zw = (e) => - kt("svg", { + Zw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V9.30005H13.3V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM14.7 3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 10.7H2.69999V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V10.7ZM5.50501 4.83841C5.77838 4.56504 6.2216 4.56504 6.49496 4.83841L7.99999 6.34343L9.50501 4.83841C9.77838 4.56504 10.2216 4.56504 10.495 4.83841C10.7683 5.11177 10.7683 5.55499 10.495 5.82836L8.49496 7.82836C8.2216 8.10172 7.77838 8.10172 7.50501 7.82836L5.50501 5.82836C5.23165 5.55499 5.23165 5.11177 5.50501 4.83841Z", fill: "currentColor", }), }), - Gw = (e) => - kt("svg", { + Iw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V9.30005H3.33332C3.71992 9.30005 4.03332 9.61345 4.03332 10C4.03332 10.3866 3.71992 10.7 3.33332 10.7H2.69999V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V10.7H12.6667C12.2801 10.7 11.9667 10.3866 11.9667 10C11.9667 9.61345 12.2801 9.30005 12.6667 9.30005H13.3V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM14.7 3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM5.29999 10C5.29999 9.61345 5.61339 9.30005 5.99999 9.30005H6.66665C7.05325 9.30005 7.36665 9.61345 7.36665 10C7.36665 10.3866 7.05325 10.7 6.66665 10.7H5.99999C5.61339 10.7 5.29999 10.3866 5.29999 10ZM8.63332 10C8.63332 9.61345 8.94672 9.30005 9.33332 9.30005H9.99999C10.3866 9.30005 10.7 9.61345 10.7 10C10.7 10.3866 10.3866 10.7 9.99999 10.7H9.33332C8.94672 10.7 8.63332 10.3866 8.63332 10Z", fill: "currentColor", }), }), - $w = (e) => - kt("svg", { + kw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V9.30005H13.3V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM14.7 3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 10.7H2.69999V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V10.7Z", fill: "currentColor", }), }), - Ww = (e) => - kt("svg", { + Ow = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V9.30005H13.3V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM14.7 3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 10.7H2.69999V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V10.7ZM7.50501 4.17174C7.77838 3.89837 8.2216 3.89837 8.49496 4.17174L10.495 6.17174C10.7683 6.44511 10.7683 6.88832 10.495 7.16169C10.2216 7.43506 9.77838 7.43506 9.50501 7.16169L7.99999 5.65667L6.49496 7.16169C6.2216 7.43506 5.77838 7.43506 5.50501 7.16169C5.23165 6.88832 5.23165 6.44511 5.50501 6.17174L7.50501 4.17174Z", fill: "currentColor", }), }), - jw = (e) => - kt("svg", { + Bw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H5.29999V2.70005H3.33332ZM3.33332 1.30005C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332ZM6.69999 2.70005V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H6.69999ZM11.1616 5.50507C11.435 5.77844 11.435 6.22166 11.1616 6.49502L9.6566 8.00005L11.1616 9.50507C11.435 9.77844 11.435 10.2217 11.1616 10.495C10.8883 10.7684 10.445 10.7684 10.1717 10.495L8.17168 8.49502C7.89831 8.22166 7.89831 7.77844 8.17168 7.50507L10.1717 5.50507C10.445 5.23171 10.8883 5.23171 11.1616 5.50507Z", fill: "currentColor", }), }), - qw = (e) => - kt("svg", { + Dw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H5.29999V12.6667C5.29999 12.2801 5.61339 11.9667 5.99999 11.9667C6.38659 11.9667 6.69999 12.2801 6.69999 12.6667V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H6.69999V3.33338C6.69999 3.71998 6.38659 4.03338 5.99999 4.03338C5.61339 4.03338 5.29999 3.71998 5.29999 3.33338V2.70005H3.33332ZM3.33332 1.30005C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332ZM5.99999 5.30005C6.38659 5.30005 6.69999 5.61345 6.69999 6.00005V6.66672C6.69999 7.05331 6.38659 7.36672 5.99999 7.36672C5.61339 7.36672 5.29999 7.05331 5.29999 6.66672V6.00005C5.29999 5.61345 5.61339 5.30005 5.99999 5.30005ZM5.99999 8.63338C6.38659 8.63338 6.69999 8.94678 6.69999 9.33338V10C6.69999 10.3866 6.38659 10.7 5.99999 10.7C5.61339 10.7 5.29999 10.3866 5.29999 10V9.33338C5.29999 8.94678 5.61339 8.63338 5.99999 8.63338Z", fill: "currentColor", }), }), - Yw = (e) => - kt("svg", { + Pw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H5.29999V2.70005H3.33332ZM3.33332 1.30005C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332ZM6.69999 2.70005V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H6.69999Z", fill: "currentColor", }), }), - Kw = (e) => - kt("svg", { + Fw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H5.29999V2.70005H3.33332ZM3.33332 1.30005C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332ZM6.69999 2.70005V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H6.69999ZM8.83835 5.50507C9.11171 5.23171 9.55493 5.23171 9.8283 5.50507L11.8283 7.50507C12.1017 7.77844 12.1017 8.22166 11.8283 8.49502L9.8283 10.495C9.55493 10.7684 9.11171 10.7684 8.83835 10.495C8.56498 10.2217 8.56498 9.77844 8.83835 9.50507L10.3434 8.00005L8.83835 6.49502C8.56498 6.22166 8.56498 5.77844 8.83835 5.50507Z", fill: "currentColor", }), }), - Xw = (e) => - kt("svg", { + Uw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H9.30005V2.70005H3.33338ZM3.33338 1.30005C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338ZM10.7 2.70005V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H10.7ZM4.83841 5.50507C5.11177 5.23171 5.55499 5.23171 5.82836 5.50507L7.82836 7.50507C8.10172 7.77844 8.10172 8.22166 7.82836 8.49502L5.82836 10.495C5.55499 10.7684 5.11177 10.7684 4.83841 10.495C4.56504 10.2217 4.56504 9.77844 4.83841 9.50507L6.34343 8.00005L4.83841 6.49502C4.56504 6.22166 4.56504 5.77844 4.83841 5.50507Z", fill: "currentColor", }), }), - Qw = (e) => - kt("svg", { + zw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H9.30005V12.6667C9.30005 12.2801 9.61345 11.9667 10 11.9667C10.3866 11.9667 10.7 12.2801 10.7 12.6667V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H10.7V3.33338C10.7 3.71998 10.3866 4.03338 10 4.03338C9.61345 4.03338 9.30005 3.71998 9.30005 3.33338V2.70005H3.33338ZM3.33338 1.30005C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338ZM10 5.30005C10.3866 5.30005 10.7 5.61345 10.7 6.00005V6.66672C10.7 7.05331 10.3866 7.36672 10 7.36672C9.61345 7.36672 9.30005 7.05331 9.30005 6.66672V6.00005C9.30005 5.61345 9.61345 5.30005 10 5.30005ZM10 8.63338C10.3866 8.63338 10.7 8.94678 10.7 9.33338V10C10.7 10.3866 10.3866 10.7 10 10.7C9.61345 10.7 9.30005 10.3866 9.30005 10V9.33338C9.30005 8.94678 9.61345 8.63338 10 8.63338Z", fill: "currentColor", }), }), - Jw = (e) => - kt("svg", { + Gw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H9.30005V2.70005H3.33338ZM3.33338 1.30005C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338ZM10.7 2.70005V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H10.7Z", fill: "currentColor", }), }), - eL = (e) => - kt("svg", { + $w = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H9.30005V2.70005H3.33338ZM3.33338 1.30005C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338ZM10.7 2.70005V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H10.7ZM7.16169 5.50507C7.43506 5.77844 7.43506 6.22166 7.16169 6.49502L5.65667 8.00005L7.16169 9.50507C7.43506 9.77844 7.43506 10.2217 7.16169 10.495C6.88832 10.7684 6.44511 10.7684 6.17174 10.495L4.17174 8.49502C3.89837 8.22166 3.89837 7.77844 4.17174 7.50507L6.17174 5.50507C6.44511 5.23171 6.88832 5.23171 7.16169 5.50507Z", fill: "currentColor", }), }), - tL = (e) => - kt("svg", { + Ww = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H5.30005V2.70005H3.33338ZM3.33338 1.30005C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338ZM6.70005 2.70005V9.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H6.70005ZM13.3 10.7H6.70005V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V10.7Z", fill: "currentColor", }), }), - nL = (e) => - kt("svg", { + jw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V9.30005H9.30005V2.70005H3.33338ZM3.33338 1.30005C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338ZM10.7 2.70005V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H10.7ZM9.30005 13.3V10.7H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H9.30005Z", fill: "currentColor", }), }), - rL = (e) => - kt("svg", { + qw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 6.70005H6.70005V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V6.70005ZM5.30005 13.3V6.70005H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H5.30005Z", fill: "currentColor", }), }), - oL = (e) => - kt("svg", { + Yw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 6.70005H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V6.70005ZM7.50507 8.17174C7.77844 7.89837 8.22166 7.89837 8.49502 8.17174L10.495 10.1717C10.7684 10.4451 10.7684 10.8883 10.495 11.1617C10.2217 11.4351 9.77844 11.4351 9.50507 11.1617L8.00005 9.65667L6.49502 11.1617C6.22166 11.4351 5.77844 11.4351 5.50507 11.1617C5.23171 10.8883 5.23171 10.4451 5.50507 10.1717L7.50507 8.17174Z", fill: "currentColor", }), }), - iL = (e) => - kt("svg", { + Kw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H3.33338C3.71998 5.30005 4.03338 5.61345 4.03338 6.00005C4.03338 6.38665 3.71998 6.70005 3.33338 6.70005H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V6.70005H12.6667C12.2801 6.70005 11.9667 6.38665 11.9667 6.00005C11.9667 5.61345 12.2801 5.30005 12.6667 5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM5.30005 6.00005C5.30005 5.61345 5.61345 5.30005 6.00005 5.30005H6.66672C7.05331 5.30005 7.36672 5.61345 7.36672 6.00005C7.36672 6.38665 7.05331 6.70005 6.66672 6.70005H6.00005C5.61345 6.70005 5.30005 6.38665 5.30005 6.00005ZM8.63338 6.00005C8.63338 5.61345 8.94678 5.30005 9.33338 5.30005H10C10.3866 5.30005 10.7 5.61345 10.7 6.00005C10.7 6.38665 10.3866 6.70005 10 6.70005H9.33338C8.94678 6.70005 8.63338 6.38665 8.63338 6.00005Z", fill: "currentColor", }), }), - lL = (e) => - kt("svg", { + Xw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 6.70005H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V6.70005Z", fill: "currentColor", }), }), - aL = (e) => - kt("svg", { + Qw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 6.70005H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V6.70005ZM5.50507 8.83841C5.77844 8.56504 6.22166 8.56504 6.49502 8.83841L8.00005 10.3434L9.50507 8.83841C9.77844 8.56504 10.2217 8.56504 10.495 8.83841C10.7684 9.11177 10.7684 9.55499 10.495 9.82836L8.49502 11.8284C8.22166 12.1017 7.77844 12.1017 7.50507 11.8284L5.50507 9.82836C5.23171 9.55499 5.23171 9.11177 5.50507 8.83841Z", fill: "currentColor", }), }), - CL = (e) => - kt("svg", { + Jw = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5021 2.6121C11.1322 2.24289 10.6308 2.03572 10.1082 2.03619C9.58561 2.03665 9.08459 2.2447 8.71537 2.61456L3.0016 8.32833C2.38231 8.94762 2.0344 9.78755 2.0344 10.6634C2.0344 11.5392 2.38231 12.3791 3.0016 12.9984C3.62089 13.6177 4.46082 13.9656 5.33662 13.9656C6.21243 13.9656 7.05236 13.6177 7.67165 12.9984L13.7983 6.87172C14.0717 6.59835 14.5149 6.59835 14.7883 6.87172C15.0616 7.14509 15.0616 7.5883 14.7883 7.86167L8.6616 13.9883C7.77976 14.8702 6.58373 15.3656 5.33662 15.3656C4.08952 15.3656 2.89349 14.8702 2.01165 13.9883C1.12981 13.1065 0.634399 11.9105 0.634399 10.6634C0.634399 9.41625 1.12981 8.22022 2.01165 7.33839L7.72455 1.62549M11.5021 2.6121C11.872 2.98132 12.08 3.48234 12.0805 4.00495L11.5021 2.6121ZM10.5419 3.57201C10.8151 3.84554 10.8148 4.28875 10.5413 4.56196L4.8816 10.215C4.76269 10.3339 4.69588 10.4952 4.69588 10.6634C4.69588 10.8315 4.76269 10.9928 4.8816 11.1117C5.00051 11.2306 5.16179 11.2974 5.32996 11.2974C5.49812 11.2974 5.6594 11.2306 5.77832 11.1117L11.5045 5.39882C11.5044 5.399 11.5047 5.39865 11.5045 5.39882C11.8734 5.02901 12.0809 4.52732 12.0805 4.00495M10.5419 3.57201C10.2687 3.29848 9.82547 3.29822 9.55194 3.57143L10.5419 3.57201ZM9.55194 3.57143L3.89194 9.22476L9.55194 3.57143ZM6.76784 12.1021C6.7677 12.1022 6.76798 12.102 6.76784 12.1021C6.38642 12.4833 5.86923 12.6974 5.32996 12.6974C4.79049 12.6974 4.27311 12.4831 3.89165 12.1017C3.51019 11.7202 3.29588 11.2028 3.29588 10.6634C3.29588 10.1239 3.51048 9.60622 3.89194 9.22476", fill: "currentColor", }), }), - sL = (e) => - kt("svg", { + eL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33334 1.99997C4.91334 1.43997 4.91307 1.44017 4.91279 1.44039L4.91217 1.44085L4.91075 1.44192L4.90718 1.44463L4.89717 1.45232C4.88924 1.45846 4.87883 1.46662 4.86611 1.4768C4.84066 1.49716 4.80591 1.52563 4.7632 1.56224C4.67784 1.63541 4.5604 1.74129 4.4217 1.87999C4.14465 2.15704 3.78049 2.56731 3.41757 3.11168C2.68994 4.20312 1.96667 5.83595 1.96667 7.99997C1.96667 10.164 2.68994 11.7968 3.41757 12.8883C3.78049 13.4326 4.14465 13.8429 4.4217 14.1199C4.5604 14.2586 4.67784 14.3645 4.7632 14.4377C4.80591 14.4743 4.84066 14.5028 4.86611 14.5231C4.87883 14.5333 4.88924 14.5415 4.89717 14.5476L4.90718 14.5553L4.91075 14.558L4.91217 14.5591L4.91279 14.5596C4.91307 14.5598 4.91334 14.56 5.33334 14L4.91334 14.56C5.22262 14.7919 5.66138 14.7292 5.89334 14.42C6.12518 14.1109 6.06269 13.6724 5.75384 13.4403L5.75421 13.4406L5.75427 13.4407L5.75496 13.4412L5.75561 13.4417C5.75546 13.4416 5.75499 13.4412 5.75421 13.4406L5.74068 13.4299C5.72707 13.419 5.70452 13.4006 5.67431 13.3747C5.61385 13.3229 5.52295 13.2413 5.41165 13.13C5.1887 12.907 4.8862 12.5673 4.58244 12.1117C3.97674 11.2031 3.36667 9.83595 3.36667 7.99997C3.36667 6.16398 3.97674 4.79682 4.58244 3.88826C4.8862 3.43263 5.1887 3.09289 5.41165 2.86994C5.52295 2.75864 5.61385 2.67703 5.67431 2.6252C5.70452 2.5993 5.72707 2.5809 5.74068 2.57001L5.75421 2.55933C5.7553 2.5585 5.75578 2.55813 5.75564 2.55824L5.75496 2.55875L5.75427 2.55927L5.75384 2.5596C5.75359 2.55978 5.75334 2.55997 5.33334 1.99997ZM10.1067 1.57997C10.3386 1.27069 10.7774 1.20801 11.0867 1.43997L10.6833 1.97774C11.0867 1.43997 11.087 1.44018 11.0872 1.44039L11.0878 1.44085L11.0893 1.44192L11.0928 1.44463L11.1028 1.45232C11.1108 1.45846 11.1212 1.46662 11.1339 1.4768C11.1594 1.49716 11.1941 1.52563 11.2368 1.56224C11.3222 1.63541 11.4396 1.74129 11.5783 1.87999C11.8554 2.15704 12.2195 2.56731 12.5824 3.11168C13.3101 4.20312 14.0333 5.83595 14.0333 7.99997C14.0333 10.164 13.3101 11.7968 12.5824 12.8883C12.2195 13.4326 11.8554 13.8429 11.5783 14.1199C11.4396 14.2586 11.3222 14.3645 11.2368 14.4377C11.1941 14.4743 11.1594 14.5028 11.1339 14.5231C11.1212 14.5333 11.1108 14.5415 11.1028 14.5476L11.0928 14.5553L11.0893 14.558L11.0878 14.5591L11.0872 14.5596C11.0869 14.5598 11.0867 14.56 10.6667 14L11.0867 14.56C10.7774 14.7919 10.3386 14.7292 10.1067 14.42C9.87524 14.1114 9.93712 13.6739 10.2446 13.4415C10.2448 13.4414 10.2452 13.441 10.2458 13.4406L10.2593 13.4299C10.2729 13.419 10.2955 13.4006 10.3257 13.3747C10.3862 13.3229 10.4771 13.2413 10.5884 13.13C10.8113 12.907 11.1138 12.5673 11.4176 12.1117C12.0233 11.2031 12.6333 9.83595 12.6333 7.99997C12.6333 6.16398 12.0233 4.79682 11.4176 3.88826C11.1138 3.43263 10.8113 3.09289 10.5884 2.86994C10.4771 2.75864 10.3862 2.67703 10.3257 2.6252C10.2955 2.5993 10.2729 2.5809 10.2593 2.57001L10.2458 2.55933L10.2462 2.5596C9.93733 2.32754 9.87484 1.88908 10.1067 1.57997ZM10.2458 2.55933L10.2457 2.55927L10.2451 2.55875L10.2444 2.55824C10.2442 2.55813 10.2447 2.5585 10.2458 2.55933Z", fill: "currentColor", }), }), - cL = (e) => - kt("svg", { + tL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.1052 0.687076C7.87681 0.556582 8.66763 0.59642 9.42223 0.803798C10.1768 1.01118 10.8769 1.38108 11.4735 1.88757C12.0701 2.39407 12.5486 3.0249 12.8757 3.73586C13.2025 4.44639 13.3701 5.21975 13.3667 6.00182C13.3667 6.00231 13.3667 6.00279 13.3667 6.00327L12.6667 6.00005H13.3667C13.3667 6.00064 13.3667 6.00123 13.3667 6.00182C13.3666 6.59927 13.2906 7.14638 13.0614 7.76336C13.063 7.75833 13.0646 7.75331 13.0662 7.74829L12.4 7.53339L13.0555 7.77917C13.0574 7.7739 13.0594 7.76863 13.0614 7.76336C12.7268 8.79993 12.2944 10.0804 11.9458 11.1013C11.7705 11.6147 11.6161 12.0634 11.5055 12.3837L11.3281 12.8961L10.6667 12.6667V11.9667H10.1683L10.1821 11.9268C10.2923 11.6076 10.4462 11.1604 10.6209 10.6489C10.9706 9.6247 11.4024 8.34595 11.7338 7.31848C11.7372 7.30811 11.7408 7.29781 11.7446 7.2876C11.9106 6.84501 11.9667 6.46348 11.9667 6.00005V5.99684C11.9694 5.41842 11.8455 4.84642 11.6038 4.32093C11.3621 3.79543 11.0083 3.32916 10.5674 2.9548C10.1265 2.58043 9.60898 2.30703 9.05124 2.15375C8.49349 2.00047 7.90897 1.97102 7.33865 2.06748C6.76832 2.16393 6.22599 2.38394 5.74967 2.7121C5.27334 3.04026 4.87455 3.46862 4.58124 3.96716C4.28793 4.4657 4.1072 5.02236 4.05171 5.59811C3.99623 6.17387 4.06734 6.75479 4.26005 7.30017L4.26624 7.31848C4.59768 8.34595 5.02944 9.6247 5.37915 10.6489C5.55384 11.1604 5.70774 11.6076 5.81796 11.9268L5.83177 11.9667H5.33337V12.6667L4.67221 12.8966L4.49462 12.3837C4.38401 12.0634 4.22957 11.6147 4.05426 11.1013C3.70497 10.0783 3.27155 8.79484 2.93672 7.75719C2.93782 7.76033 2.93892 7.76347 2.94003 7.7666L3.60004 7.53339L2.93384 7.74829C2.9348 7.75125 2.93576 7.75422 2.93672 7.75719C2.67849 7.02206 2.58342 6.23947 2.65817 5.46382C2.73324 4.68486 2.97776 3.93173 3.37459 3.25724C3.77142 2.58274 4.31096 2.0032 4.9554 1.55922C5.59984 1.11524 6.33358 0.81757 7.1052 0.687076ZM7.30004 13.3667H5.33337C5.03542 13.3667 4.7701 13.1781 4.67221 12.8966L5.33337 12.6667L5.99451 12.4367L5.83177 11.9667H8.00004C7.61344 11.9667 7.30004 12.2801 7.30004 12.6667V13.3667ZM8.70004 13.3667H10.6667C10.9647 13.3667 11.2302 13.1775 11.3281 12.8961L10.6667 12.6667L10.0056 12.4367L10.1683 11.9667H8.00004C8.38664 11.9667 8.70004 12.2801 8.70004 12.6667V13.3667ZM8.70004 13.3667H7.30004V14.6667C7.30004 15.0533 7.61344 15.3667 8.00004 15.3667C8.38664 15.3667 8.70004 15.0533 8.70004 14.6667V13.3667ZM8.00004 4.70005C7.65526 4.70005 7.3246 4.83702 7.0808 5.08081C6.837 5.32461 6.70004 5.65527 6.70004 6.00005C6.70004 6.38665 6.38664 6.70005 6.00004 6.70005C5.61344 6.70005 5.30004 6.38665 5.30004 6.00005C5.30004 5.28397 5.5845 4.59721 6.09085 4.09086C6.5972 3.58452 7.28396 3.30005 8.00004 3.30005C8.71613 3.30005 9.40288 3.58452 9.90923 4.09086C10.4156 4.59721 10.7 5.28397 10.7 6.00005C10.7 6.38665 10.3866 6.70005 10 6.70005C9.61344 6.70005 9.30004 6.38665 9.30004 6.00005C9.30004 5.65527 9.16308 5.32461 8.91928 5.08081C8.67548 4.83702 8.34482 4.70005 8.00004 4.70005ZM8.00004 7.30005C8.38664 7.30005 8.70004 7.61345 8.70004 8.00005V9.30083C9.07116 9.31823 9.36671 9.62463 9.36671 10.0001C9.36671 10.3867 9.05331 10.7001 8.66671 10.7001H7.33337C6.94678 10.7001 6.63337 10.3867 6.63337 10.0001C6.63337 9.62463 6.92892 9.31823 7.30004 9.30083V8.00005C7.30004 7.61345 7.61344 7.30005 8.00004 7.30005Z", fill: "currentColor", }), }), - dL = (e) => - kt("svg", { + nL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.3304 1.11112C15.4532 1.47772 15.2555 1.87441 14.8889 1.99715L13.3945 2.49749C13.1234 2.58782 12.892 2.76952 12.7399 3.01155C12.5879 3.25357 12.5246 3.54089 12.561 3.82439L12.562 3.83251C12.6764 4.81611 11.9109 5.70004 10.9 5.70004H10.6467C10.4011 5.70004 10.2032 5.86931 10.161 6.09101L10.16 6.09607L10.02 6.80274C9.94485 7.18197 9.57651 7.42849 9.19729 7.35336C8.81806 7.27823 8.57154 6.9099 8.64667 6.53067L8.78623 5.8262C8.95846 4.92943 9.74654 4.30004 10.6467 4.30004H10.9C11.0616 4.30004 11.1889 4.15879 11.1716 3.99681C11.0956 3.39329 11.2308 2.782 11.5545 2.26682C11.879 1.75024 12.3728 1.36237 12.9515 1.16944C12.9513 1.16951 12.9517 1.16938 12.9515 1.16944L14.4444 0.669587C14.811 0.546843 15.2077 0.744524 15.3304 1.11112ZM7.07198 0.683983C7.43063 0.539649 7.83837 0.713384 7.98271 1.07203L8.20431 1.62267C8.59461 2.60991 7.97581 3.70638 6.93454 3.88946C6.92715 3.89076 6.91974 3.89194 6.91232 3.893C6.80346 3.90855 6.69999 4.01514 6.69999 4.15337V4.6667C6.69999 5.0533 6.38659 5.3667 5.99999 5.3667C5.61339 5.3667 5.29999 5.0533 5.29999 4.6667V4.15337C5.29999 3.35012 5.8823 2.6341 6.69849 2.50941C6.86617 2.4759 6.96402 2.29589 6.90289 2.13877L6.68393 1.59471C6.5396 1.23606 6.71334 0.828316 7.07198 0.683983ZM9.29999 1.33337C9.29999 0.946769 9.61339 0.633369 9.99999 0.633369H10.0067C10.3933 0.633369 10.7067 0.946769 10.7067 1.33337C10.7067 1.71997 10.3933 2.03337 10.0067 2.03337H9.99999C9.61339 2.03337 9.29999 1.71997 9.29999 1.33337ZM1.96665 2.00004C1.96665 1.61344 2.28005 1.30004 2.66665 1.30004H2.67332C3.05992 1.30004 3.37332 1.61344 3.37332 2.00004C3.37332 2.38663 3.05992 2.70004 2.67332 2.70004H2.66665C2.28005 2.70004 1.96665 2.38663 1.96665 2.00004ZM13.9667 5.33337C13.9667 4.94677 14.2801 4.63337 14.6667 4.63337H14.6733C15.0599 4.63337 15.3733 4.94677 15.3733 5.33337C15.3733 5.71997 15.0599 6.03337 14.6733 6.03337H14.6667C14.2801 6.03337 13.9667 5.71997 13.9667 5.33337ZM3.1569 7.44023C3.21759 7.22537 3.32691 7.01649 3.50501 6.83839C3.8108 6.53261 4.20731 6.42956 4.56903 6.42734C4.92644 6.42515 5.29794 6.51843 5.65194 6.66023C6.36245 6.94482 7.13445 7.47789 7.8283 8.17173C8.52214 8.86557 9.0552 9.63757 9.3398 10.3481C9.48159 10.7021 9.57487 11.0736 9.57268 11.431C9.57047 11.7927 9.46741 12.1892 9.16163 12.495C9.06372 12.5929 8.95651 12.67 8.84412 12.7297C8.79995 12.7579 8.7519 12.7816 8.70037 12.7999L1.56704 15.3265C1.31257 15.4167 1.02895 15.3524 0.83814 15.1615C0.64733 14.9705 0.583339 14.6868 0.673684 14.4324L3.1569 7.44023ZM3.78312 9.86025L2.48472 13.5163L6.14453 12.2199C5.70112 11.938 5.2556 11.5789 4.83835 11.1617C4.42259 10.7459 4.06455 10.3021 3.78312 9.86025ZM8.16601 11.4994C8.16928 11.4838 8.17248 11.4591 8.17271 11.4224C8.17343 11.304 8.14005 11.118 8.04018 10.8687C7.84144 10.3725 7.43117 9.7545 6.83835 9.16168C6.24552 8.56885 5.62752 8.15858 5.13137 7.95985C4.88204 7.85997 4.69603 7.82659 4.57761 7.82731C4.5426 7.82753 4.51856 7.83045 4.50288 7.83355L4.49846 7.846C4.49606 7.86136 4.49411 7.88256 4.49393 7.91099C4.49321 8.02941 4.52659 8.21542 4.62646 8.46475C4.8252 8.9609 5.23547 9.5789 5.82829 10.1717C6.42112 10.7646 7.03912 11.1748 7.53527 11.3736C7.78461 11.4734 7.97061 11.5068 8.08903 11.5061C8.12576 11.5059 8.15042 11.5027 8.16601 11.4994ZM12.1106 9.06548C12.2936 8.02421 13.3901 7.40543 14.3773 7.79573L14.3813 7.7973L14.928 8.01732C15.2866 8.16165 15.4604 8.56939 15.316 8.92804C15.1717 9.28669 14.764 9.46042 14.4053 9.31609L13.8626 9.09767C13.8622 9.09749 13.8617 9.09731 13.8612 9.09713C13.7033 9.03567 13.5222 9.13494 13.4901 9.30429C13.3593 10.1084 12.6601 10.7 11.8467 10.7H11.3333C10.9467 10.7 10.6333 10.3866 10.6333 10C10.6333 9.61343 10.9467 9.30003 11.3333 9.30003H11.8467C11.9769 9.30003 12.0889 9.2027 12.1085 9.07803L12.1106 9.06548ZM13.9667 13.3334C13.9667 12.9468 14.2801 12.6334 14.6667 12.6334H14.6733C15.0599 12.6334 15.3733 12.9468 15.3733 13.3334C15.3733 13.72 15.0599 14.0334 14.6733 14.0334H14.6667C14.2801 14.0334 13.9667 13.72 13.9667 13.3334Z", fill: "currentColor", }), }), - uL = (e) => - kt("svg", { + rL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.44011 2.6333H12.5602C12.9107 2.63329 13.2151 2.63328 13.4662 2.65379C13.7318 2.67549 13.9989 2.7236 14.2566 2.85492C14.6392 3.04986 14.9503 3.36093 15.1452 3.74352C15.2765 4.00126 15.3246 4.26828 15.3463 4.5339C15.3668 4.785 15.3668 5.08937 15.3668 5.43992V7.3333C15.3668 7.7199 15.0534 8.0333 14.6668 8.0333C14.2802 8.0333 13.9668 7.7199 13.9668 7.3333V5.46664C13.9668 5.08172 13.9663 4.83513 13.951 4.64791C13.9363 4.46886 13.9118 4.40659 13.8978 4.37911C13.8371 4.25994 13.7402 4.16305 13.621 4.10233C13.5935 4.08833 13.5313 4.06377 13.3522 4.04914C13.165 4.03385 12.9184 4.0333 12.5335 4.0333H3.46682C3.0819 4.0333 2.83531 4.03385 2.64809 4.04914C2.46904 4.06377 2.40677 4.08833 2.37929 4.10233C2.26012 4.16305 2.16323 4.25994 2.10251 4.37911C2.08851 4.40659 2.06395 4.46886 2.04933 4.64791C2.03403 4.83513 2.03349 5.08172 2.03349 5.46664V7.86664C2.03349 8.25155 2.03403 8.49814 2.04933 8.68536C2.06395 8.86441 2.08851 8.92668 2.10251 8.95416C2.16323 9.07333 2.26012 9.17022 2.37929 9.23094C2.40677 9.24494 2.46904 9.2695 2.64809 9.28413C2.83531 9.29942 3.0819 9.29997 3.46682 9.29997H7.33348C7.72008 9.29997 8.03348 9.61337 8.03348 9.99997C8.03348 10.3866 7.72008 10.7 7.33348 10.7L3.4401 10.7C3.08955 10.7 2.78518 10.7 2.53409 10.6795C2.26846 10.6578 2.00144 10.6097 1.7437 10.4783C1.36111 10.2834 1.05005 9.97235 0.855105 9.58975C0.723783 9.33201 0.675678 9.06499 0.653976 8.79937C0.63346 8.54827 0.633472 8.2439 0.633485 7.89334V5.43993C0.633472 5.08937 0.63346 4.785 0.653976 4.5339C0.675678 4.26828 0.723783 4.00126 0.855105 3.74352C1.05005 3.36093 1.36111 3.04986 1.7437 2.85492C2.00144 2.7236 2.26846 2.67549 2.53409 2.65379C2.78518 2.63328 3.08956 2.63329 3.44011 2.6333ZM3.80015 6.66664C3.80015 6.18799 4.18817 5.79997 4.66682 5.79997C5.14546 5.79997 5.53348 6.18799 5.53348 6.66664C5.53348 7.14528 5.14546 7.5333 4.66682 7.5333C4.18817 7.5333 3.80015 7.14528 3.80015 6.66664ZM7.13348 6.66664C7.13348 6.18799 7.5215 5.79997 8.00015 5.79997C8.4788 5.79997 8.86682 6.18799 8.86682 6.66664C8.86682 7.14528 8.4788 7.5333 8.00015 7.5333C7.5215 7.5333 7.13348 7.14528 7.13348 6.66664ZM10.4668 6.66664C10.4668 6.18799 10.8548 5.79997 11.3335 5.79997C11.8121 5.79997 12.2002 6.18799 12.2002 6.66664C12.2002 7.14528 11.8121 7.5333 11.3335 7.5333C10.8548 7.5333 10.4668 7.14528 10.4668 6.66664ZM9.80015 10.1666C9.80015 9.1357 10.6359 8.29997 11.6668 8.29997C12.6978 8.29997 13.5335 9.1357 13.5335 10.1666V10.6559C13.6635 10.6735 13.8082 10.708 13.9539 10.7823C14.2111 10.9133 14.4202 11.1224 14.5512 11.3795C14.6462 11.5659 14.6761 11.7506 14.6887 11.9051C14.7002 12.0453 14.7002 12.2104 14.7002 12.378V12.9552C14.7002 13.1229 14.7002 13.288 14.6887 13.4282C14.6761 13.5826 14.6462 13.7673 14.5512 13.9538C14.4202 14.2109 14.2111 14.42 13.9539 14.551C13.7675 14.646 13.5828 14.6759 13.4284 14.6886C13.2882 14.7 13.1231 14.7 12.9554 14.7H10.3782C10.2106 14.7 10.0455 14.7 9.90528 14.6886C9.75083 14.6759 9.56613 14.646 9.3797 14.551C9.12254 14.42 8.91347 14.2109 8.78244 13.9538C8.68745 13.7673 8.65751 13.5826 8.64489 13.4282C8.63344 13.288 8.63346 13.1229 8.63348 12.9552V12.378C8.63346 12.2104 8.63344 12.0453 8.64489 11.9051C8.65751 11.7506 8.68745 11.5659 8.78244 11.3795C8.91347 11.1224 9.12254 10.9133 9.3797 10.7823C9.52545 10.708 9.67014 10.6735 9.80015 10.6559V10.1666ZM10.4002 12.0333C10.2183 12.0333 10.1136 12.0338 10.0388 12.0386C10.0339 12.1134 10.0335 12.2181 10.0335 12.4V12.9333C10.0335 13.1151 10.0339 13.2199 10.0388 13.2946C10.1136 13.2995 10.2183 13.3 10.4002 13.3H12.9335C13.1153 13.3 13.22 13.2995 13.2948 13.2946C13.2997 13.2199 13.3002 13.1151 13.3002 12.9333V12.4C13.3002 12.2181 13.2997 12.1134 13.2948 12.0386C13.22 12.0338 13.1153 12.0333 12.9335 12.0333H10.4002ZM12.1335 10.6333H11.2002V10.1666C11.2002 9.9089 11.4091 9.69997 11.6668 9.69997C11.9246 9.69997 12.1335 9.9089 12.1335 10.1666V10.6333Z", fill: "currentColor", }), }), - pL = (e) => - kt("svg", { + oL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.30005 2.66667C3.30005 2.28008 3.61345 1.96667 4.00005 1.96667H6.66672C7.05331 1.96667 7.36672 2.28008 7.36672 2.66667V13.3333C7.36672 13.7199 7.05331 14.0333 6.66672 14.0333H4.00005C3.61345 14.0333 3.30005 13.7199 3.30005 13.3333V2.66667ZM4.70005 3.36667V12.6333H5.96672V3.36667H4.70005ZM8.63338 2.66667C8.63338 2.28008 8.94678 1.96667 9.33338 1.96667H12C12.3866 1.96667 12.7 2.28008 12.7 2.66667V13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333H9.33338C8.94678 14.0333 8.63338 13.7199 8.63338 13.3333V2.66667ZM10.0334 3.36667V12.6333H11.3V3.36667H10.0334Z", fill: "currentColor", }), }), - mL = (e) => - kt("svg", { + iL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33338 2.0333C6.9836 2.0333 6.70005 2.31685 6.70005 2.66663C6.70005 3.01641 6.9836 3.29997 7.33338 3.29997C7.68316 3.29997 7.96671 3.01641 7.96671 2.66663C7.96671 2.31685 7.68316 2.0333 7.33338 2.0333ZM5.30005 2.66663C5.30005 1.54366 6.2104 0.633301 7.33338 0.633301C8.45636 0.633301 9.36671 1.54366 9.36671 2.66663C9.36671 3.78961 8.45636 4.69997 7.33338 4.69997C6.2104 4.69997 5.30005 3.78961 5.30005 2.66663ZM12 4.69997C11.6503 4.69997 11.3667 4.98352 11.3667 5.3333C11.3667 5.68308 11.6503 5.96663 12 5.96663C12.3498 5.96663 12.6334 5.68308 12.6334 5.3333C12.6334 4.98352 12.3498 4.69997 12 4.69997ZM9.96671 5.3333C9.96671 4.21032 10.8771 3.29997 12 3.29997C13.123 3.29997 14.0334 4.21032 14.0334 5.3333C14.0334 6.45628 13.123 7.36663 12 7.36663C10.8771 7.36663 9.96671 6.45628 9.96671 5.3333ZM3.66549 5.96663L3.66671 5.96663L6.00005 5.96663C6.52971 5.96663 7.05419 6.07096 7.54354 6.27365C8.03288 6.47635 8.47751 6.77344 8.85204 7.14797C9.22657 7.5225 9.52367 7.96713 9.72636 8.45648C9.92905 8.94582 10.0334 9.4703 10.0334 9.99997V12.3333C10.0331 13.0582 9.77329 13.7593 9.30089 14.3092C8.82849 14.8591 8.17477 15.2216 7.45816 15.3311C6.74154 15.4406 6.00941 15.2898 5.39437 14.906C4.77933 14.5223 4.32206 13.931 4.10538 13.2392L4.10475 13.2372C3.88841 12.5391 3.46041 12.1109 2.7657 11.8951L2.76416 11.8946C2.07271 11.6781 1.48163 11.2212 1.09787 10.6066C0.714104 9.99198 0.563009 9.26033 0.671924 8.544C0.78084 7.82767 1.14257 7.17398 1.69166 6.70123C2.24075 6.22849 2.94093 5.9679 3.66549 5.96663ZM6.00005 7.36663H3.66743C3.27746 7.36743 2.90064 7.50774 2.60511 7.76219C2.30944 8.01674 2.11466 8.36873 2.05602 8.75444C1.99737 9.14016 2.07873 9.53413 2.28537 9.86506C2.49201 10.196 2.81029 10.442 3.1826 10.5586L2.97338 11.2266L3.18106 10.5582C4.31712 10.9111 5.08901 11.6848 5.44169 12.8217C5.55849 13.1938 5.80457 13.5118 6.13545 13.7183C6.46662 13.9249 6.86085 14.0061 7.24672 13.9471C7.63259 13.8882 7.98459 13.693 8.23896 13.3969C8.49328 13.1009 8.6332 12.7236 8.63338 12.3333C8.63338 12.3332 8.63338 12.3334 8.63338 12.3333V9.99997C8.63338 9.65415 8.56527 9.31172 8.43293 8.99223C8.30059 8.67274 8.10662 8.38245 7.86209 8.13792C7.61757 7.89339 7.32727 7.69942 7.00778 7.56708C6.68829 7.43475 6.34586 7.36663 6.00005 7.36663ZM13.3334 10.0333C12.9836 10.0333 12.7 10.3169 12.7 10.6666C12.7 11.0164 12.9836 11.3 13.3334 11.3C13.6832 11.3 13.9667 11.0164 13.9667 10.6666C13.9667 10.3169 13.6832 10.0333 13.3334 10.0333ZM11.3 10.6666C11.3 9.54365 12.2104 8.6333 13.3334 8.6333C14.4564 8.6333 15.3667 9.54365 15.3667 10.6666C15.3667 11.7896 14.4564 12.7 13.3334 12.7C12.2104 12.7 11.3 11.7896 11.3 10.6666Z", fill: "currentColor", }), }), - hL = (e) => - kt("svg", { + lL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66663 2.0333C4.31685 2.0333 4.0333 2.31685 4.0333 2.66663V13.3333C4.0333 13.6831 4.31685 13.9666 4.66663 13.9666H11.3333C11.6831 13.9666 11.9666 13.6831 11.9666 13.3333V2.66663C11.9666 2.31685 11.6831 2.0333 11.3333 2.0333H4.66663ZM2.6333 2.66663C2.6333 1.54366 3.54366 0.633301 4.66663 0.633301H11.3333C12.4563 0.633301 13.3666 1.54366 13.3666 2.66663V13.3333C13.3666 14.4563 12.4563 15.3666 11.3333 15.3666H4.66663C3.54366 15.3666 2.6333 14.4563 2.6333 13.3333V2.66663ZM5.29997 3.99997C5.29997 3.61337 5.61337 3.29997 5.99997 3.29997H9.99997C10.3866 3.29997 10.7 3.61337 10.7 3.99997C10.7 4.38657 10.3866 4.69997 9.99997 4.69997H5.99997C5.61337 4.69997 5.29997 4.38657 5.29997 3.99997ZM5.29997 6.66663C5.29997 6.28003 5.61337 5.96663 5.99997 5.96663H9.99997C10.3866 5.96663 10.7 6.28003 10.7 6.66663C10.7 7.05323 10.3866 7.36663 9.99997 7.36663H5.99997C5.61337 7.36663 5.29997 7.05323 5.29997 6.66663ZM9.29997 9.3333C9.29997 8.9467 9.61337 8.6333 9.99997 8.6333H10.0066C10.3932 8.6333 10.7066 8.9467 10.7066 9.3333C10.7066 9.7199 10.3932 10.0333 10.0066 10.0333H9.99997C9.61337 10.0333 9.29997 9.7199 9.29997 9.3333Z", fill: "currentColor", }), }), - fL = (e) => - kt("svg", { + aL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2276 2.10958C13.072 2.04899 12.9052 2.02121 12.738 2.02811C12.5707 2.03501 12.4069 2.07644 12.257 2.14958C12.1071 2.22271 11.9746 2.32587 11.8677 2.4522C11.8552 2.46701 11.842 2.48129 11.8283 2.495L10.9899 3.33336L12.6667 5.01008L13.505 4.17172C13.521 4.1557 13.5378 4.14046 13.5553 4.12607C13.6836 4.02058 13.788 3.88999 13.8621 3.74283C13.9362 3.59568 13.9786 3.43504 13.9866 3.27112C13.9946 3.1072 13.9682 2.94333 13.9088 2.78987C13.8495 2.63641 13.7584 2.49655 13.6412 2.37935C13.524 2.26213 13.3832 2.17016 13.2276 2.10958ZM11.6767 6.00003L10 4.32331L2.95976 11.3636L2.33099 13.669L4.63647 13.0403L11.6767 6.00003ZM1.83836 10.5051C1.75222 10.5912 1.69005 10.6983 1.658 10.8158L0.657999 14.4825C0.591904 14.7249 0.660734 14.984 0.838359 15.1617C1.01598 15.3393 1.27517 15.4081 1.51752 15.342L5.18418 14.342C5.30171 14.31 5.40884 14.2478 5.49498 14.1617L14.4728 5.18382C14.7383 4.95912 14.9559 4.68334 15.1124 4.37265C15.2744 4.05102 15.3673 3.69918 15.3849 3.33957C15.4025 2.97996 15.3445 2.62075 15.2146 2.2849C15.0847 1.94906 14.8859 1.64413 14.6312 1.3894C14.3765 1.13468 14.0714 0.935746 13.7356 0.804986C13.3998 0.67423 13.0404 0.614438 12.6802 0.629297C12.3201 0.644157 11.9669 0.733355 11.643 0.891382C11.3286 1.04482 11.0484 1.25996 10.8194 1.52401L1.83836 10.5051Z", fill: "currentColor", }), }), - gL = (e) => - kt("svg", { + CL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0001 2.61912C11.8106 2.61912 11.629 2.69436 11.495 2.8283L10.99 3.33333L12.0001 4.34338L12.5051 3.83836C12.5714 3.77203 12.624 3.6933 12.6599 3.60665C12.6958 3.51999 12.7143 3.42712 12.7143 3.33333C12.7143 3.23954 12.6958 3.14666 12.6599 3.06001C12.624 2.97336 12.5714 2.89463 12.5051 2.8283C12.4388 2.76198 12.36 2.70938 12.2734 2.67348C12.1867 2.63759 12.0939 2.61912 12.0001 2.61912ZM13.495 4.8283C13.6914 4.63198 13.8471 4.39891 13.9533 4.1424C14.0596 3.8859 14.1143 3.61097 14.1143 3.33333C14.1143 3.05569 14.0596 2.78076 13.9533 2.52426C13.8471 2.26775 13.6914 2.03468 13.495 1.83835C13.2987 1.64203 13.0656 1.4863 12.8091 1.38005C12.5526 1.2738 12.2777 1.21912 12.0001 1.21912C11.4393 1.21912 10.9016 1.44186 10.5051 1.83835L9.50559 2.83786C9.50542 2.83802 9.50575 2.83769 9.50559 2.83786C9.50542 2.83802 9.50476 2.83869 9.50459 2.83885L2.17176 10.1717C2.08204 10.2614 2.0184 10.3738 1.98763 10.4969L1.32096 13.1636C1.26133 13.4021 1.33122 13.6544 1.50509 13.8283C1.67896 14.0022 1.9313 14.0721 2.16984 14.0124L4.83651 13.3458C4.95959 13.315 5.07199 13.2513 5.16171 13.1616L13.495 4.8283ZM11.0101 5.33333L10.0001 4.32328L3.2988 11.0245L2.96212 12.3713L4.30886 12.0346L11.0101 5.33333ZM7.30006 13.3333C7.30006 12.9467 7.61346 12.6333 8.00006 12.6333H14.0001C14.3867 12.6333 14.7001 12.9467 14.7001 13.3333C14.7001 13.7199 14.3867 14.0333 14.0001 14.0333H8.00006C7.61346 14.0333 7.30006 13.7199 7.30006 13.3333Z", fill: "currentColor", }), }), - vL = (e) => - kt("svg", { + sL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.03956 1.30387C3.47182 0.873696 4.05683 0.632202 4.66667 0.632202C5.2765 0.632202 5.86152 0.873696 6.29378 1.30387L6.29498 1.30506L8.66667 3.67676L9.50473 2.83869L10.9517 1.39173C11.4366 0.906833 12.0943 0.634421 12.78 0.634421C13.4657 0.634421 14.1234 0.906833 14.6083 1.39173C15.0932 1.87663 15.3656 2.53429 15.3656 3.22004C15.3656 3.90579 15.0932 4.56345 14.6083 5.04835L12.3233 7.33337L13.8276 8.83769C13.8278 8.83792 13.8281 8.83816 13.8283 8.8384C13.8285 8.83863 13.8288 8.83887 13.829 8.83911L14.695 9.70506C15.595 10.6051 15.595 12.0616 14.695 12.9617L12.9616 14.695C12.0616 15.595 10.6051 15.595 9.70503 14.695L7.33333 12.3233L5.49498 14.1617C5.40884 14.2478 5.30171 14.31 5.18418 14.342L1.51752 15.342C1.27517 15.4081 1.01598 15.3393 0.838359 15.1617C0.660734 14.9841 0.591904 14.7249 0.658 14.4825L1.658 10.8159C1.69005 10.6983 1.75222 10.5912 1.83836 10.5051L3.67672 8.66671L1.30503 6.29501L1.30383 6.29381C0.873658 5.86156 0.632164 5.27654 0.632164 4.66671C0.632164 4.05687 0.873658 3.47186 1.30383 3.0396L1.30502 3.0384L3.03956 1.30387ZM2.95976 11.3636L2.33099 13.6691L4.63647 13.0403L6.83756 10.8392C6.83783 10.8389 6.83809 10.8387 6.83836 10.8384C6.83862 10.8381 6.83889 10.8379 6.83916 10.8376L10.8375 6.83923C10.8378 6.83895 10.8381 6.83867 10.8384 6.8384C10.8386 6.83812 10.8389 6.83785 10.8392 6.83757L11.6767 6.00004L10 4.32332L9.16183 5.1615L2.95976 11.3636ZM7.67672 4.66671L4.66667 7.67676L2.29617 5.30626C2.29599 5.30608 2.29635 5.30644 2.29617 5.30626C2.12742 5.13641 2.03216 4.90616 2.03216 4.66671C2.03216 4.42724 2.1269 4.1975 2.29567 4.02765C2.29551 4.02782 2.29584 4.02748 2.29567 4.02765L4.02711 2.29621C4.02694 2.29638 4.02728 2.29604 4.02711 2.29621C4.19697 2.12744 4.4272 2.0322 4.66667 2.0322C4.90612 2.0322 5.13583 2.12692 5.30569 2.29568C5.30551 2.2955 5.30587 2.29585 5.30569 2.29568L5.67672 2.66671L4.83836 3.50506C4.56499 3.77843 4.56499 4.22165 4.83836 4.49501C5.11173 4.76838 5.55494 4.76838 5.82831 4.49501L6.66667 3.65666L7.67672 4.66671ZM10.99 3.33337L12.6667 5.01009L13.6184 4.0584C13.8407 3.83605 13.9656 3.53448 13.9656 3.22004C13.9656 2.90559 13.8407 2.60403 13.6184 2.38168C13.396 2.15933 13.0944 2.03442 12.78 2.03442C12.4656 2.03442 12.164 2.15933 11.9416 2.38168L10.99 3.33337ZM11.3333 8.32332L8.32328 11.3334L10.695 13.7051C11.0483 14.0584 11.6184 14.0584 11.9717 13.7051L13.705 11.9717C14.0583 11.6184 14.0583 11.0483 13.705 10.695L13.3333 10.3233L12.495 11.1617C12.2216 11.435 11.7784 11.435 11.505 11.1617C11.2317 10.8883 11.2317 10.4451 11.505 10.1717L12.3434 9.33337L11.3333 8.32332Z", fill: "currentColor", }), }), - wL = (e) => - kt("svg", { + cL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2276 2.10958C13.072 2.04899 12.9052 2.02121 12.7379 2.02811C12.5707 2.03501 12.4069 2.07644 12.257 2.14958C12.1071 2.22271 11.9746 2.32587 11.8677 2.4522C11.8551 2.46701 11.842 2.48129 11.8283 2.495L2.95974 11.3636L2.33097 13.669L4.63646 13.0403L13.505 4.17172C13.521 4.1557 13.5378 4.14046 13.5553 4.12607C13.6836 4.02058 13.788 3.88999 13.8621 3.74283C13.9362 3.59568 13.9785 3.43504 13.9866 3.27112C13.9946 3.1072 13.9681 2.94333 13.9088 2.78987C13.8494 2.63641 13.7584 2.49655 13.6412 2.37935C13.524 2.26213 13.3832 2.17016 13.2276 2.10958ZM12.6802 0.629297C13.0403 0.614438 13.3997 0.67423 13.7356 0.804986C14.0714 0.935746 14.3764 1.13468 14.6312 1.3894C14.8859 1.64413 15.0847 1.94906 15.2146 2.2849C15.3444 2.62075 15.4025 2.97996 15.3849 3.33957C15.3673 3.69918 15.2744 4.05102 15.1124 4.37265C14.9559 4.68334 14.7383 4.95912 14.4728 5.18382L5.49496 14.1617C5.40882 14.2478 5.30169 14.31 5.18417 14.342L1.5175 15.342C1.27515 15.4081 1.01597 15.3393 0.838342 15.1617C0.660717 14.984 0.591887 14.7249 0.657982 14.4825L1.65798 10.8158C1.69003 10.6983 1.7522 10.5912 1.83834 10.5051L10.8194 1.52401C11.0484 1.25996 11.3286 1.04482 11.643 0.891382C11.9669 0.733355 12.3201 0.644157 12.6802 0.629297Z", fill: "currentColor", }), }), - LL = (e) => - kt("svg", { + dL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0001 2.61912C11.8106 2.61912 11.629 2.69436 11.495 2.8283L3.2988 11.0245L2.96212 12.3713L4.30886 12.0346L12.5051 3.83836C12.5714 3.77203 12.624 3.6933 12.6599 3.60665C12.6958 3.51999 12.7143 3.42712 12.7143 3.33333C12.7143 3.23954 12.6958 3.14666 12.6599 3.06001C12.624 2.97336 12.5714 2.89463 12.5051 2.8283C12.4388 2.76198 12.36 2.70938 12.2734 2.67348C12.1867 2.63759 12.0939 2.61912 12.0001 2.61912ZM10.5051 1.83835C10.9016 1.44186 11.4393 1.21912 12.0001 1.21912C12.2777 1.21912 12.5526 1.2738 12.8091 1.38005C13.0656 1.4863 13.2987 1.64203 13.495 1.83835C13.6914 2.03468 13.8471 2.26775 13.9533 2.52426C14.0596 2.78076 14.1143 3.05569 14.1143 3.33333C14.1143 3.61097 14.0596 3.8859 13.9533 4.1424C13.8471 4.39891 13.6914 4.63198 13.495 4.8283L5.16171 13.1616C5.07199 13.2513 4.95959 13.315 4.83651 13.3458L2.16984 14.0124C1.9313 14.0721 1.67896 14.0022 1.50509 13.8283C1.33122 13.6544 1.26133 13.4021 1.32096 13.1636L1.98763 10.4969C2.0184 10.3738 2.08204 10.2614 2.17176 10.1717L10.5051 1.83835ZM7.30006 13.3333C7.30006 12.9467 7.61346 12.6333 8.00006 12.6333H14.0001C14.3867 12.6333 14.7001 12.9467 14.7001 13.3333C14.7001 13.7199 14.3867 14.0333 14.0001 14.0333H8.00006C7.61346 14.0333 7.30006 13.7199 7.30006 13.3333Z", fill: "currentColor", }), }), - bL = (e) => - kt("svg", { + uL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.8 1.69218C7.15213 1.44699 7.57092 1.31555 8 1.31555C8.42909 1.31555 8.84788 1.44699 9.2 1.69218L9.20763 1.6975L14.1402 5.23036C14.1402 5.23033 14.1402 5.23039 14.1402 5.23036C14.8442 5.73331 15.1689 6.65222 14.8618 7.49514L12.9997 13.2811C12.9963 13.2916 12.9927 13.3021 12.9888 13.3124C12.7068 14.0643 12.0128 14.7 11.0667 14.7H5C4.05384 14.7 3.35985 14.0643 3.07791 13.3124C3.07402 13.3021 3.07039 13.2916 3.067 13.2811L1.20485 7.49514C0.898138 6.65313 1.22162 5.7354 1.92404 5.2321L6.8 1.69218ZM7.60472 2.83784L2.74022 6.3696C2.5158 6.5299 2.43998 6.80186 2.5221 7.02085C2.52598 7.03121 2.52962 7.04166 2.53301 7.05218L4.39393 12.8343C4.5137 13.1404 4.74981 13.3 5 13.3H11.0667C11.3169 13.3 11.553 13.1404 11.6727 12.8343L13.5337 7.05218C13.5371 7.04166 13.5407 7.03121 13.5446 7.02085C13.6267 6.80186 13.5509 6.52988 13.3265 6.36959L8.39683 2.8389C8.28012 2.75858 8.14175 2.71555 8 2.71555C7.85889 2.71555 7.72111 2.7582 7.60472 2.83784Z", fill: "currentColor", }), }), - ML = (e) => - kt("svg", { + pL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.83834 0.83834C1.01077 0.665908 1.26051 0.595639 1.49756 0.652858L11.1642 2.98619C11.4292 3.05015 11.6329 3.26209 11.6864 3.52937L12.4475 7.33501C12.6905 7.25516 12.9684 7.31183 13.1616 7.50501L15.1616 9.50501C15.435 9.77837 15.435 10.2216 15.1616 10.495L10.495 15.1616C10.2216 15.435 9.77837 15.435 9.50501 15.1616L7.50501 13.1616C7.31183 12.9684 7.25516 12.6905 7.33501 12.4475L3.52937 11.6864C3.26209 11.6329 3.05015 11.4292 2.98619 11.1642L0.652858 1.49756C0.595639 1.26051 0.665908 1.01077 0.83834 0.83834ZM8.43657 11.2401L11.2401 8.43657L10.4012 4.24223L3.58748 2.59753L6.47802 5.48808C6.73802 5.36736 7.0278 5.29998 7.33331 5.29998C8.45629 5.29998 9.36665 6.21034 9.36665 7.33331C9.36665 8.45629 8.45629 9.36665 7.33331 9.36665C6.21034 9.36665 5.29998 8.45629 5.29998 7.33331C5.29998 7.0278 5.36736 6.73802 5.48808 6.47802L2.59753 3.58748L4.24223 10.4012L8.43657 11.2401ZM6.87731 6.8938C6.76751 7.0077 6.69998 7.16262 6.69998 7.33331C6.69998 7.68309 6.98353 7.96665 7.33331 7.96665C7.68309 7.96665 7.96665 7.68309 7.96665 7.33331C7.96665 6.98353 7.68309 6.69998 7.33331 6.69998C7.16262 6.69998 7.0077 6.76751 6.8938 6.87731C6.8911 6.8801 6.88838 6.88287 6.88562 6.88562C6.88287 6.88838 6.8801 6.8911 6.87731 6.8938ZM8.98993 12.6666L9.99998 13.6767L13.6767 9.99998L12.6666 8.98993L12.4954 9.16114C12.4953 9.1613 12.4951 9.16146 12.495 9.16162L9.16162 12.495C9.16146 12.4951 9.1613 12.4953 9.16114 12.4954L8.98993 12.6666Z", fill: "currentColor", }), }), - HL = (e) => - kt("svg", { + mL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33333 3.36667C3.79945 3.36667 3.36666 3.79947 3.36666 4.33334C3.36666 4.86722 3.79945 5.30001 4.33333 5.30001C4.8672 5.30001 5.29999 4.86722 5.29999 4.33334C5.29999 3.79947 4.8672 3.36667 4.33333 3.36667ZM1.96666 4.33334C1.96666 3.02627 3.02625 1.96667 4.33333 1.96667C5.6404 1.96667 6.69999 3.02627 6.69999 4.33334C6.69999 5.64042 5.6404 6.70001 4.33333 6.70001C3.02625 6.70001 1.96666 5.64042 1.96666 4.33334ZM13.1616 2.83837C13.435 3.11173 13.435 3.55495 13.1616 3.82832L3.8283 13.1616C3.55493 13.435 3.11172 13.435 2.83835 13.1616C2.56498 12.8883 2.56498 12.4451 2.83835 12.1717L12.1717 2.83837C12.4451 2.565 12.8883 2.565 13.1616 2.83837ZM11.6667 10.7C11.1328 10.7 10.7 11.1328 10.7 11.6667C10.7 12.2006 11.1328 12.6333 11.6667 12.6333C12.2005 12.6333 12.6333 12.2006 12.6333 11.6667C12.6333 11.1328 12.2005 10.7 11.6667 10.7ZM9.29999 11.6667C9.29999 10.3596 10.3596 9.30001 11.6667 9.30001C12.9737 9.30001 14.0333 10.3596 14.0333 11.6667C14.0333 12.9737 12.9737 14.0333 11.6667 14.0333C10.3596 14.0333 9.29999 12.9737 9.29999 11.6667Z", fill: "currentColor", }), }), - EL = (e) => - kt("svg", { + hL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 3.36667C8.0184 3.36667 8.03333 3.35175 8.03333 3.33334C8.03333 3.31493 8.0184 3.30001 7.99999 3.30001C7.98159 3.30001 7.96666 3.31493 7.96666 3.33334C7.96666 3.35175 7.98159 3.36667 7.99999 3.36667ZM6.63333 3.33334C6.63333 2.57855 7.24521 1.96667 7.99999 1.96667C8.75478 1.96667 9.36666 2.57855 9.36666 3.33334C9.36666 4.08813 8.75478 4.70001 7.99999 4.70001C7.24521 4.70001 6.63333 4.08813 6.63333 3.33334ZM3.33592 5.11198C3.45817 4.74522 3.85459 4.54701 4.22135 4.66926L7.99999 5.92881L11.7786 4.66926C12.1454 4.54701 12.5418 4.74522 12.6641 5.11198C12.7863 5.47874 12.5881 5.87517 12.2214 5.99742L8.7 7.17121V9.16809L10.6261 13.0203C10.799 13.3661 10.6588 13.7865 10.313 13.9594C9.96726 14.1323 9.54679 13.9922 9.3739 13.6464L7.99999 10.8986L6.62609 13.6464C6.4532 13.9922 6.03273 14.1323 5.68695 13.9594C5.34116 13.7865 5.201 13.3661 5.3739 13.0203L7.29999 9.16809V7.17121L3.77864 5.99742C3.41187 5.87517 3.21366 5.47874 3.33592 5.11198Z", fill: "currentColor", }), }), - RL = (e) => - Ot("svg", { + fL = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1547 4.25623C3.72714 8.77798 7.02045 12.0163 11.4762 13.6222C12.1032 13.8482 12.6945 13.692 13.1313 13.3048C13.5768 12.9098 13.8584 12.2714 13.7896 11.5559C13.7415 11.0565 13.3937 10.6369 12.9118 10.4972L11.8338 10.1846C11.4368 10.0694 11.0095 10.2059 10.7527 10.5298C10.3334 11.0587 9.55424 11.3098 8.8772 10.9229C7.43358 10.098 5.76069 8.46349 4.91203 7.02122C4.50388 6.32759 4.75877 5.52455 5.29424 5.08803C5.68163 4.77222 5.81629 4.23986 5.62566 3.77784L5.1723 2.67906C4.98435 2.22355 4.54024 1.92637 4.04748 1.92637C2.66169 1.92637 1.76484 3.13516 2.1547 4.25623ZM11.0015 14.9393C6.16023 13.1944 2.54766 9.64858 0.832371 4.71607C0.0622589 2.50153 1.90172 0.526368 4.04748 0.526367C5.10719 0.526367 6.06227 1.16548 6.46646 2.14508L6.91982 3.24386C7.34604 4.27684 7.04496 5.46707 6.17884 6.17314C6.1393 6.20538 6.12032 6.24276 6.11436 6.26896C6.10933 6.29104 6.1131 6.30181 6.11864 6.31123C6.8409 7.53869 8.33533 9.00083 9.57177 9.70734C9.57328 9.7082 9.57424 9.70861 9.57483 9.70881C9.57477 9.7088 9.57541 9.709 9.57483 9.70881C9.57555 9.7089 9.58036 9.7095 9.5879 9.70771C9.60433 9.70381 9.63147 9.69054 9.65554 9.66018C10.2656 8.89056 11.2806 8.56641 12.2238 8.83996L13.3018 9.15259C14.3346 9.45212 15.0802 10.3514 15.1831 11.4218C15.2949 12.5836 14.8399 13.6609 14.0601 14.3523C13.2714 15.0516 12.1487 15.3527 11.0015 14.9393Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.67052 1.26003C8.71103 0.875562 9.05554 0.596728 9.44002 0.637239C10.9574 0.797122 12.3747 1.47012 13.4577 2.54494C14.5406 3.61975 15.2243 5.032 15.3956 6.54813C15.439 6.93228 15.1627 7.27889 14.7786 7.32229C14.3944 7.3657 14.0478 7.08946 14.0044 6.70531C13.8689 5.50598 13.3281 4.38883 12.4715 3.53861C11.6148 2.68838 10.4936 2.15601 9.29331 2.02953C8.90884 1.98902 8.63001 1.6445 8.67052 1.26003ZM8.67989 3.86463C8.75468 3.48533 9.12279 3.23848 9.50209 3.31328C10.2955 3.46972 11.0235 3.86102 11.5917 4.43641C12.1599 5.01179 12.542 5.74467 12.6884 6.53994C12.7584 6.92015 12.507 7.28513 12.1268 7.35514C11.7466 7.42516 11.3816 7.1737 11.3116 6.79349C11.216 6.27427 10.9665 5.79577 10.5955 5.42011C10.2245 5.04445 9.74922 4.78897 9.23124 4.68683C8.85194 4.61203 8.60509 4.24392 8.67989 3.86463Z", @@ -16886,21 +16866,21 @@ const Bt = (e) => }), ], }), - yL = (e) => - Ot("svg", { + gL = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.505 0.83837C11.7784 0.565003 12.2216 0.565003 12.495 0.83837L15.1616 3.50504C15.435 3.7784 15.435 4.22162 15.1616 4.49499L12.495 7.16165C12.2216 7.43502 11.7784 7.43502 11.505 7.16165C11.2317 6.88828 11.2317 6.44507 11.505 6.1717L12.9767 4.70001H9.33333C8.94673 4.70001 8.63333 4.38661 8.63333 4.00001C8.63333 3.61341 8.94673 3.30001 9.33333 3.30001H12.9767L11.505 1.82832C11.2317 1.55495 11.2317 1.11174 11.505 0.83837Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1547 4.25623C3.72714 8.77798 7.02045 12.0163 11.4762 13.6222C12.1032 13.8482 12.6945 13.692 13.1313 13.3048C13.5768 12.9098 13.8584 12.2714 13.7896 11.5559C13.7415 11.0565 13.3937 10.6369 12.9118 10.4972L11.8338 10.1846C11.4368 10.0694 11.0095 10.2059 10.7527 10.5298C10.3334 11.0587 9.55424 11.3098 8.8772 10.9229C7.43358 10.098 5.76069 8.46349 4.91203 7.02122C4.50388 6.32759 4.75877 5.52455 5.29424 5.08803C5.68163 4.77222 5.81629 4.23986 5.62566 3.77784L5.1723 2.67906C4.98435 2.22355 4.54024 1.92637 4.04748 1.92637C2.66169 1.92637 1.76484 3.13516 2.1547 4.25623ZM11.0015 14.9393C6.16023 13.1944 2.54766 9.64858 0.832371 4.71607C0.0622589 2.50153 1.90172 0.526368 4.04748 0.526367C5.10719 0.526367 6.06227 1.16548 6.46646 2.14508L6.91982 3.24386C7.34604 4.27684 7.04496 5.46707 6.17884 6.17314C6.1393 6.20538 6.12032 6.24276 6.11436 6.26896C6.10933 6.29104 6.1131 6.30181 6.11864 6.31123C6.8409 7.53869 8.33533 9.00083 9.57177 9.70734C9.57328 9.7082 9.57424 9.70861 9.57483 9.70881C9.57477 9.7088 9.57541 9.709 9.57483 9.70881C9.57555 9.7089 9.58036 9.7095 9.5879 9.70771C9.60433 9.70381 9.63147 9.69054 9.65554 9.66018C10.2656 8.89056 11.2806 8.56641 12.2238 8.83996L13.3018 9.15259C14.3346 9.45212 15.0802 10.3514 15.1831 11.4218C15.2949 12.5836 14.8399 13.6609 14.0601 14.3523C13.2714 15.0516 12.1487 15.3527 11.0015 14.9393Z", @@ -16908,35 +16888,35 @@ const Bt = (e) => }), ], }), - VL = (e) => - kt("svg", { + vL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1547 4.25622C3.72715 8.77796 7.02045 12.0162 11.4762 13.6222C12.1032 13.8482 12.6945 13.692 13.1313 13.3048C13.5768 12.9098 13.8584 12.2714 13.7896 11.5559C13.7415 11.0565 13.3937 10.6369 12.9118 10.4972L11.8338 10.1845C11.4368 10.0694 11.0095 10.2058 10.7527 10.5298C10.3334 11.0587 9.55424 11.3097 8.8772 10.9229C7.43358 10.098 5.76069 8.46348 4.91203 7.02121C4.50389 6.32758 4.75878 5.52453 5.29424 5.08801C5.68163 4.77221 5.8163 4.23985 5.62566 3.77783L5.1723 2.67905C4.98436 2.22354 4.54024 1.92636 4.04749 1.92636C2.6617 1.92636 1.76485 3.13515 2.1547 4.25622ZM11.0015 14.9393C6.16024 13.1944 2.54767 9.64857 0.832376 4.71606C0.0622638 2.50152 1.90173 0.526357 4.04748 0.526356C5.10719 0.526356 6.06228 1.16547 6.46647 2.14507L6.91983 3.24385C7.34604 4.27683 7.04496 5.46706 6.17885 6.17313C6.1393 6.20537 6.12033 6.24275 6.11436 6.26895C6.10933 6.29103 6.1131 6.3018 6.11864 6.31122C6.84091 7.53868 8.33533 9.00082 9.57177 9.70732C9.57329 9.70819 9.57424 9.7086 9.57483 9.7088C9.57541 9.70899 9.57564 9.70898 9.5757 9.70899C9.57642 9.70908 9.58037 9.70949 9.5879 9.7077C9.60433 9.7038 9.63148 9.69053 9.65554 9.66017C10.2656 8.89055 11.2806 8.5664 12.2238 8.83994L13.3018 9.15258C14.3346 9.45211 15.0802 10.3514 15.1832 11.4218C15.2949 12.5836 14.8399 13.6609 14.0601 14.3523C13.2714 15.0516 12.1487 15.3527 11.0015 14.9393Z", fill: "currentColor", }), }), - SL = (e) => - Ot("svg", { + wL = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6667 0.633344C11.0533 0.633344 11.3667 0.946745 11.3667 1.33334V3.64339L14.1717 0.83837C14.4451 0.565003 14.8883 0.565003 15.1616 0.83837C15.435 1.11174 15.435 1.55495 15.1616 1.82832L12.3566 4.63334H14.6667C15.0533 4.63334 15.3667 4.94674 15.3667 5.33334C15.3667 5.71994 15.0533 6.03334 14.6667 6.03334H10.6667C10.2801 6.03334 9.96666 5.71994 9.96666 5.33334V1.33334C9.96666 0.946745 10.2801 0.633344 10.6667 0.633344Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1547 4.25623C3.72714 8.77798 7.02045 12.0163 11.4762 13.6222C12.1032 13.8482 12.6945 13.692 13.1313 13.3048C13.5768 12.9098 13.8584 12.2714 13.7896 11.5559C13.7415 11.0565 13.3937 10.6369 12.9118 10.4972L11.8338 10.1846C11.4368 10.0694 11.0095 10.2059 10.7527 10.5298C10.3334 11.0587 9.55424 11.3098 8.8772 10.9229C7.43358 10.098 5.76069 8.46349 4.91203 7.02122C4.50388 6.32759 4.75877 5.52455 5.29424 5.08803C5.68163 4.77222 5.81629 4.23986 5.62566 3.77784L5.1723 2.67906C4.98435 2.22355 4.54024 1.92637 4.04748 1.92637C2.66169 1.92637 1.76484 3.13516 2.1547 4.25623ZM11.0015 14.9393C6.16023 13.1944 2.54766 9.64858 0.832371 4.71607C0.0622589 2.50153 1.90172 0.526368 4.04748 0.526367C5.10719 0.526367 6.06227 1.16548 6.46646 2.14508L6.91982 3.24386C7.34604 4.27684 7.04496 5.46707 6.17884 6.17314C6.1393 6.20538 6.12032 6.24276 6.11436 6.26896C6.10933 6.29104 6.1131 6.30181 6.11864 6.31123C6.8409 7.53869 8.33533 9.00083 9.57177 9.70734C9.57328 9.7082 9.57424 9.70861 9.57483 9.70881C9.57477 9.7088 9.57541 9.709 9.57483 9.70881C9.57555 9.7089 9.58036 9.7095 9.5879 9.70771C9.60433 9.70381 9.63147 9.69054 9.65554 9.66018C10.2656 8.89056 11.2806 8.56641 12.2238 8.83996L13.3018 9.15259C14.3346 9.45212 15.0802 10.3514 15.1831 11.4218C15.2949 12.5836 14.8399 13.6609 14.0601 14.3523C13.2714 15.0516 12.1487 15.3527 11.0015 14.9393Z", @@ -16944,21 +16924,21 @@ const Bt = (e) => }), ], }), - TL = (e) => - Ot("svg", { + LL = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.1717 0.83837C10.4451 0.565003 10.8883 0.565003 11.1616 0.83837L12.6667 2.34339L14.1717 0.83837C14.4451 0.565003 14.8883 0.565003 15.1616 0.83837C15.435 1.11174 15.435 1.55495 15.1616 1.82832L13.6566 3.33334L15.1616 4.83837C15.435 5.11174 15.435 5.55495 15.1616 5.82832C14.8883 6.10169 14.4451 6.10169 14.1717 5.82832L12.6667 4.32329L11.1616 5.82832C10.8883 6.10169 10.4451 6.10169 10.1717 5.82832C9.89832 5.55495 9.89832 5.11174 10.1717 4.83837L11.6767 3.33334L10.1717 1.82832C9.89832 1.55495 9.89832 1.11174 10.1717 0.83837Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1547 4.25623C3.72714 8.77798 7.02045 12.0163 11.4762 13.6222C12.1032 13.8482 12.6945 13.692 13.1313 13.3048C13.5768 12.9098 13.8584 12.2714 13.7896 11.5559C13.7415 11.0565 13.3937 10.6369 12.9118 10.4972L11.8338 10.1846C11.4368 10.0694 11.0095 10.2059 10.7527 10.5298C10.3334 11.0587 9.55424 11.3098 8.8772 10.9229C7.43358 10.098 5.76069 8.46349 4.91203 7.02122C4.50388 6.32759 4.75877 5.52455 5.29424 5.08803C5.68163 4.77222 5.81629 4.23986 5.62566 3.77784L5.1723 2.67906C4.98435 2.22355 4.54024 1.92637 4.04748 1.92637C2.66169 1.92637 1.76484 3.13516 2.1547 4.25623ZM11.0015 14.9393C6.16023 13.1944 2.54766 9.64858 0.832371 4.71607C0.0622589 2.50153 1.90172 0.526368 4.04748 0.526367C5.10719 0.526367 6.06227 1.16548 6.46646 2.14508L6.91982 3.24386C7.34604 4.27684 7.04496 5.46707 6.17884 6.17314C6.1393 6.20538 6.12032 6.24276 6.11436 6.26896C6.10933 6.29104 6.1131 6.30181 6.11864 6.31123C6.8409 7.53869 8.33533 9.00083 9.57177 9.70734C9.57328 9.7082 9.57424 9.70861 9.57483 9.70881C9.57477 9.7088 9.57541 9.709 9.57483 9.70881C9.57555 9.7089 9.58036 9.7095 9.5879 9.70771C9.60433 9.70381 9.63147 9.69054 9.65554 9.66018C10.2656 8.89056 11.2806 8.56641 12.2238 8.83996L13.3018 9.15259C14.3346 9.45212 15.0802 10.3514 15.1831 11.4218C15.2949 12.5836 14.8399 13.6609 14.0601 14.3523C13.2714 15.0516 12.1487 15.3527 11.0015 14.9393Z", @@ -16966,19 +16946,19 @@ const Bt = (e) => }), ], }), - NL = (e) => - Ot("svg", { + bL = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M3.60847 8.81248C3.8269 9.13146 4.26255 9.21298 4.58153 8.99455C4.90051 8.77612 4.98203 8.34047 4.7636 8.02149C4.00382 6.91194 3.38017 5.67652 2.90958 4.3231C2.51987 3.20228 3.4165 1.99399 4.80263 1.99399C5.29539 1.99399 5.7395 2.29118 5.92744 2.74669L6.13099 3.24C6.33791 3.74149 6.39344 3.88765 6.41447 4.01544C6.47311 4.37181 6.38085 4.73651 6.15982 5.02213C6.08056 5.12455 5.96221 5.22672 5.54172 5.56951L5.5225 5.58518C5.22286 5.82946 5.17797 6.27039 5.42225 6.57004C5.66652 6.86968 6.10746 6.91457 6.40711 6.67029L6.48434 6.60736C6.82055 6.33356 7.07649 6.12514 7.26701 5.87894C7.72608 5.28573 7.91768 4.52828 7.79589 3.78814C7.74535 3.48096 7.6193 3.17591 7.45371 2.77517L7.22161 2.21271C6.81742 1.23311 5.86233 0.593994 4.80263 0.593994C2.65721 0.593994 0.817135 2.56803 1.58723 4.78287C2.09728 6.24981 2.77624 7.59715 3.60847 8.81248Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1617 0.838335C15.435 1.1117 15.435 1.55492 15.1617 1.82828L8.5654 8.42456C9.14866 8.97716 9.76969 9.45652 10.3266 9.77477L10.3291 9.77604C10.33 9.77641 10.3304 9.77645 10.3306 9.77646C10.3314 9.77657 10.3355 9.77698 10.3431 9.77518C10.3597 9.77124 10.3868 9.75794 10.4107 9.72781C11.0207 8.95819 12.0357 8.63404 12.9789 8.90758L14.0569 9.22022C15.0897 9.51974 15.8353 10.419 15.9383 11.4894C16.05 12.6511 15.5954 13.7284 14.8157 14.42C14.0273 15.1194 12.9047 15.4206 11.7575 15.0072C9.43489 14.1702 7.39025 12.9172 5.70142 11.2885L1.82834 15.1616C1.55497 15.435 1.11175 15.435 0.838387 15.1616C0.56502 14.8882 0.56502 14.445 0.838387 14.1717L5.01655 9.9935C5.0533 9.90261 5.10982 9.81802 5.18592 9.74644C5.25097 9.68526 5.32464 9.63892 5.40273 9.60732L6.91313 8.09693C6.94974 8.01857 7.00159 7.94573 7.06853 7.88295C7.12393 7.83099 7.18554 7.7898 7.25079 7.75927L14.1717 0.838335C14.4451 0.564968 14.8883 0.564968 15.1617 0.838335ZM6.69155 10.2984L7.57513 9.41482C8.23145 10.0401 8.95132 10.6013 9.63191 10.9903C10.3086 11.377 11.0882 11.1267 11.5078 10.5975C11.7646 10.2735 12.1919 10.137 12.589 10.2522L13.667 10.5648C14.1488 10.7046 14.4967 11.1241 14.5447 11.6235C14.6136 12.3391 14.332 12.9776 13.8867 13.3727C13.4502 13.7599 12.8591 13.9161 12.2321 13.6901C10.0935 12.9194 8.22736 11.7743 6.69155 10.2984Z", @@ -16986,21 +16966,21 @@ const Bt = (e) => }), ], }), - xL = (e) => - Ot("svg", { + ML = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6667 2.03334C10.2801 2.03334 9.96666 1.71994 9.96666 1.33334C9.96666 0.946745 10.2801 0.633344 10.6667 0.633344H14.6667C15.0533 0.633344 15.3667 0.946745 15.3667 1.33334V5.33334C15.3667 5.71994 15.0533 6.03334 14.6667 6.03334C14.2801 6.03334 13.9667 5.71994 13.9667 5.33334V3.02329L11.1616 5.82832C10.8883 6.10169 10.4451 6.10169 10.1717 5.82832C9.89832 5.55495 9.89832 5.11174 10.1717 4.83837L12.9767 2.03334H10.6667Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1547 4.25623C3.72714 8.77798 7.02045 12.0163 11.4762 13.6222C12.1032 13.8482 12.6945 13.692 13.1313 13.3048C13.5768 12.9098 13.8584 12.2714 13.7896 11.5559C13.7415 11.0565 13.3937 10.6369 12.9118 10.4972L11.8338 10.1846C11.4368 10.0694 11.0095 10.2059 10.7527 10.5298C10.3334 11.0587 9.55424 11.3098 8.8772 10.9229C7.43358 10.098 5.76069 8.46349 4.91203 7.02122C4.50388 6.32759 4.75877 5.52455 5.29424 5.08803C5.68163 4.77222 5.81629 4.23986 5.62566 3.77784L5.1723 2.67906C4.98435 2.22355 4.54024 1.92637 4.04748 1.92637C2.66169 1.92637 1.76484 3.13516 2.1547 4.25623ZM11.0015 14.9393C6.16023 13.1944 2.54766 9.64858 0.832371 4.71607C0.0622589 2.50153 1.90172 0.526368 4.04748 0.526367C5.10719 0.526367 6.06227 1.16548 6.46646 2.14508L6.91982 3.24386C7.34604 4.27684 7.04496 5.46707 6.17884 6.17314C6.1393 6.20538 6.12032 6.24276 6.11436 6.26896C6.10933 6.29104 6.1131 6.30181 6.11864 6.31123C6.8409 7.53869 8.33533 9.00083 9.57177 9.70734C9.57328 9.7082 9.57424 9.70861 9.57483 9.70881C9.57477 9.7088 9.57541 9.709 9.57483 9.70881C9.57555 9.7089 9.58036 9.7095 9.5879 9.70771C9.60433 9.70381 9.63147 9.69054 9.65554 9.66018C10.2656 8.89056 11.2806 8.56641 12.2238 8.83996L13.3018 9.15259C14.3346 9.45212 15.0802 10.3514 15.1831 11.4218C15.2949 12.5836 14.8399 13.6609 14.0601 14.3523C13.2714 15.0516 12.1487 15.3527 11.0015 14.9393Z", @@ -17008,1079 +16988,1079 @@ const Bt = (e) => }), ], }), - _L = (e) => - kt("svg", { + HL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.72973 0.402851C5.98525 0.119652 7.30097 0.304793 8.42957 0.923469C9.54473 1.53477 10.4013 2.52775 10.8427 3.71931C11.1354 4.27666 11.6918 4.63328 12.3333 4.63328C13.9866 4.63328 15.3667 6.01334 15.3667 7.66661V13.3333C15.3667 13.8725 15.1524 14.3897 14.7711 14.7711C14.3898 15.1524 13.8726 15.3666 13.3333 15.3666H2.66667C2.1274 15.3666 1.61021 15.1524 1.22889 14.7711C0.847563 14.3897 0.633338 13.8725 0.633338 13.3333V6.03293C0.517596 4.76374 0.864832 3.49504 1.61165 2.46135C2.36538 1.41808 3.47422 0.686049 4.72973 0.402851ZM2.03334 10.0333V13.3333C2.03334 13.5012 2.10006 13.6623 2.21884 13.7811C2.33761 13.8999 2.4987 13.9666 2.66667 13.9666H13.3333C13.5013 13.9666 13.6624 13.8999 13.7812 13.7811C13.8999 13.6623 13.9667 13.5012 13.9667 13.3333V10.0333H12.7V11.9999C12.7 12.3865 12.3866 12.6999 12 12.6999C11.6134 12.6999 11.3 12.3865 11.3 11.9999V10.0333H10.0333V11.9999C10.0333 12.3865 9.71994 12.6999 9.33334 12.6999C8.94674 12.6999 8.63334 12.3865 8.63334 11.9999V10.0333H7.36667V11.9999C7.36667 12.3865 7.05327 12.6999 6.66667 12.6999C6.28007 12.6999 5.96667 12.3865 5.96667 11.9999V10.0333H4.7V11.9999C4.7 12.3865 4.3866 12.6999 4 12.6999C3.61341 12.6999 3.3 12.3865 3.3 11.9999V10.0333H2.03334ZM2.03334 8.63328V5.99994C2.03334 5.97715 2.03222 5.95438 2.03 5.9317C1.9378 4.99041 2.19258 4.04786 2.74646 3.28122C3.30034 2.51458 4.11517 1.97665 5.03778 1.76854C5.96039 1.56043 6.92725 1.69648 7.7566 2.15112C8.58596 2.60575 9.2207 3.34766 9.5415 4.23738C9.55081 4.2632 9.56163 4.28844 9.57391 4.31299C10.086 5.33709 11.1206 6.03328 12.3333 6.03328C13.2134 6.03328 13.9667 6.78654 13.9667 7.66661V8.63328H2.03334Z", fill: "currentColor", }), }), - AL = (e) => - kt("svg", { + EL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.4382 1.3019C4.66869 0.930098 5.96435 0.825185 7.23862 0.994174C8.32743 1.13857 9.3792 1.48009 10.3429 2.00046L10.3766 1.96672C10.6321 1.71631 10.9756 1.57608 11.3333 1.57608C11.6911 1.57608 12.0345 1.71634 12.29 1.96675L12.295 1.97165L14.0333 3.70996C14.2837 3.96543 14.4239 4.30892 14.4239 4.66665C14.4239 5.02438 14.2836 5.36785 14.0332 5.62331L14.0283 5.62831L13.9995 5.65708C14.5198 6.62081 14.8614 7.67257 15.0058 8.76138C15.1747 10.0356 15.0698 11.3313 14.6981 12.5618C14.6795 12.6232 14.6526 12.6818 14.6181 12.7359C14.4861 12.9427 14.3009 13.1102 14.0819 13.2207C13.8629 13.3313 13.6181 13.3808 13.3734 13.3642C13.1286 13.3476 12.8928 13.2654 12.6907 13.1262C12.4887 12.987 12.3278 12.796 12.2251 12.5732C12.215 12.5514 12.206 12.529 12.1982 12.5062C11.7749 11.2663 11.1796 10.0932 10.4305 9.02097C10.2929 9.06665 10.1477 9.09055 10 9.09055C9.96747 9.09055 9.93505 9.08939 9.90281 9.0871L4.90765 14.0816C4.90764 14.0816 4.90766 14.0816 4.90765 14.0816C4.51116 14.4781 3.97339 14.7009 3.41268 14.7009C2.85195 14.7009 2.31419 14.4781 1.9177 14.0816C1.52121 13.6851 1.29846 13.1474 1.29846 12.5866C1.29846 12.0259 1.52121 11.4882 1.9177 11.0917L6.91285 6.09653C6.91058 6.0645 6.90944 6.0323 6.90944 5.99998C6.90944 5.85263 6.93323 5.70771 6.97872 5.57035C5.90654 4.82125 4.73354 4.22585 3.49376 3.80241C3.4712 3.79471 3.44905 3.78585 3.42739 3.77589C3.2043 3.67323 3.01298 3.51235 2.87357 3.31017C2.73417 3.10799 2.65181 2.87199 2.63517 2.62697C2.61853 2.38196 2.66821 2.13698 2.779 1.91781C2.88979 1.69864 3.05759 1.51337 3.26476 1.38149C3.31867 1.34716 3.37703 1.32039 3.4382 1.3019ZM8.40644 5.91684C8.41992 5.90438 8.43301 5.89131 8.44564 5.87763L10.9414 3.38183C10.9485 3.37504 10.9555 3.36807 10.9623 3.36095L11.3333 2.98993L13.0101 4.66665L12.639 5.03771C12.6319 5.04451 12.625 5.05145 12.6182 5.0585L10.123 7.55367C10.1094 7.56631 10.0963 7.5794 10.0838 7.5929L10 7.6767L8.32329 5.99998L8.40644 5.91684ZM7.66634 7.32293L2.90765 12.0816C2.77371 12.2156 2.69846 12.3972 2.69846 12.5866C2.69846 12.7761 2.77371 12.9577 2.90765 13.0917C3.04159 13.2256 3.22325 13.3009 3.41268 13.3009C3.6021 13.3009 3.78376 13.2256 3.9177 13.0917L8.67669 8.33328L7.66634 7.32293ZM11.5201 8.13655C12.3273 9.27606 12.9758 10.5208 13.4471 11.8366C13.6878 10.8936 13.7461 9.91221 13.6179 8.94543C13.5144 8.16532 13.2912 7.40772 12.9577 6.69888L11.5201 8.13655ZM9.30113 3.04224L7.8628 4.48058C6.72316 3.6732 5.47825 3.02459 4.16229 2.55314C5.10562 2.31223 6.08739 2.25376 7.05457 2.38202C7.83469 2.48548 8.5923 2.70869 9.30113 3.04224Z", fill: "currentColor", }), }), - ZL = (e) => - kt("svg", { + RL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22891 2.56222C1.61024 2.1809 2.12742 1.96667 2.6667 1.96667H12.6667C13.206 1.96667 13.7232 2.1809 14.1045 2.56222C14.4858 2.94355 14.7 3.46073 14.7 4.00001V6.00001C14.7 6.38661 14.3866 6.70001 14 6.70001C13.6134 6.70001 13.3 6.38661 13.3 6.00001V4.00001C13.3 3.83204 13.2333 3.67095 13.1145 3.55217C12.9958 3.4334 12.8347 3.36667 12.6667 3.36667H2.6667C2.49872 3.36667 2.33763 3.4334 2.21886 3.55217C2.10009 3.67095 2.03336 3.83204 2.03336 4.00001V10.6667C2.03336 11.0134 2.31996 11.3 2.6667 11.3H5.33336C5.71996 11.3 6.03336 11.6134 6.03336 12C6.03336 12.3866 5.71996 12.7 5.33336 12.7H2.6667C1.54676 12.7 0.633362 11.7866 0.633362 10.6667V4.00001C0.633362 3.46073 0.847587 2.94355 1.22891 2.56222ZM9.33336 9.36667C8.98358 9.36667 8.70003 9.65023 8.70003 10V12C8.70003 12.3498 8.98358 12.6333 9.33336 12.6333H13.3334C13.6831 12.6333 13.9667 12.3498 13.9667 12V10C13.9667 9.65023 13.6831 9.36667 13.3334 9.36667H9.33336ZM7.30003 10C7.30003 8.87703 8.21038 7.96667 9.33336 7.96667H13.3334C14.4563 7.96667 15.3667 8.87703 15.3667 10V12C15.3667 13.123 14.4563 14.0333 13.3334 14.0333H9.33336C8.21038 14.0333 7.30003 13.123 7.30003 12V10Z", fill: "currentColor", }), }), - IL = (e) => - kt("svg", { + yL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838387 1.83833C1.11175 1.56496 1.55497 1.56496 1.82834 1.83833L4.63336 4.64335V2.99997C4.63336 2.61337 4.94676 2.29997 5.33336 2.29997C5.71996 2.29997 6.03336 2.61337 6.03336 2.99997V6.3333C6.03336 6.7199 5.71996 7.0333 5.33336 7.0333H2.00003C1.61343 7.0333 1.30003 6.7199 1.30003 6.3333C1.30003 5.9467 1.61343 5.6333 2.00003 5.6333H3.64341L0.838387 2.82828C0.56502 2.55491 0.56502 2.11169 0.838387 1.83833ZM7.30003 2.99997C7.30003 2.61337 7.61343 2.29997 8.00003 2.29997H12.6667C13.8266 2.29997 14.7 3.17337 14.7 4.3333V6.3333C14.7 6.7199 14.3866 7.0333 14 7.0333C13.6134 7.0333 13.3 6.7199 13.3 6.3333V4.3333C13.3 3.94657 13.0534 3.69997 12.6667 3.69997H8.00003C7.61343 3.69997 7.30003 3.38657 7.30003 2.99997ZM2.00003 8.29997C2.38663 8.29997 2.70003 8.61337 2.70003 8.99997V10.3333C2.70003 10.6467 3.01996 10.9666 3.33336 10.9666H5.33336C5.71996 10.9666 6.03336 11.28 6.03336 11.6666C6.03336 12.0532 5.71996 12.3666 5.33336 12.3666H3.33336C2.24676 12.3666 1.30003 11.4199 1.30003 10.3333V8.99997C1.30003 8.61337 1.61343 8.29997 2.00003 8.29997ZM9.33336 9.69997C8.98358 9.69997 8.70003 9.98352 8.70003 10.3333V12.3333C8.70003 12.6831 8.98358 12.9666 9.33336 12.9666H13.3334C13.6831 12.9666 13.9667 12.6831 13.9667 12.3333V10.3333C13.9667 9.98352 13.6831 9.69997 13.3334 9.69997H9.33336ZM7.30003 10.3333C7.30003 9.21032 8.21038 8.29997 9.33336 8.29997H13.3334C14.4563 8.29997 15.3667 9.21032 15.3667 10.3333V12.3333C15.3667 13.4563 14.4563 14.3666 13.3334 14.3666H9.33336C8.21038 14.3666 7.30003 13.4563 7.30003 12.3333V10.3333Z", fill: "currentColor", }), }), - kL = (e) => - kt("svg", { + VL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50502 0.838326C7.63629 0.707051 7.81434 0.633301 7.99999 0.633301C8.9674 0.633301 9.92533 0.823845 10.8191 1.19405C11.7129 1.56426 12.525 2.10689 13.209 2.79095C13.8931 3.47501 14.4357 4.2871 14.8059 5.18087C15.1761 6.07463 15.3667 7.03256 15.3667 7.99997C15.3667 8.38657 15.0533 8.69997 14.6667 8.69997H7.99999C7.61339 8.69997 7.29999 8.38657 7.29999 7.99997V1.3333C7.29999 1.14765 7.37374 0.969601 7.50502 0.838326ZM8.69999 2.0745V7.29997H13.9255C13.8613 6.75682 13.7226 6.22396 13.5125 5.71662C13.2126 4.99271 12.7731 4.33495 12.2191 3.7809C11.665 3.22684 11.0072 2.78734 10.2833 2.48749C9.776 2.27734 9.24313 2.13867 8.69999 2.0745ZM5.9749 1.60666C6.12952 1.96099 5.96763 2.37358 5.6133 2.52821C4.72002 2.91802 3.93583 3.52072 3.32928 4.28362C2.72274 5.04651 2.31232 5.94638 2.13389 6.90454C1.95547 7.8627 2.01448 8.84998 2.30576 9.78006C2.59704 10.7101 3.11172 11.5547 3.80481 12.2399C4.4979 12.9252 5.3483 13.4302 6.28165 13.7108C7.215 13.9915 8.20289 14.0392 9.15895 13.8498C10.115 13.6605 11.0101 13.2398 11.7661 12.6246C12.522 12.0094 13.1157 11.2183 13.4953 10.3207C13.6458 9.9646 14.0565 9.79801 14.4126 9.94857C14.7687 10.0991 14.9353 10.5099 14.7847 10.8659C14.3161 11.9742 13.5831 12.9509 12.6498 13.7104C11.7165 14.47 10.6113 14.9894 9.43095 15.2232C8.25056 15.4569 7.03088 15.398 5.87853 15.0515C4.72618 14.705 3.67625 14.0815 2.82053 13.2355C1.96481 12.3895 1.32937 11.3468 0.969741 10.1985C0.610116 9.05015 0.537264 7.83122 0.757554 6.64824C0.977844 5.46526 1.48457 4.35426 2.23343 3.41236C2.98229 2.47046 3.95048 1.72634 5.05335 1.24506C5.40769 1.09044 5.82027 1.25233 5.9749 1.60666Z", fill: "currentColor", }), }), - OL = (e) => - kt("svg", { + TL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50503 0.838357C7.6363 0.707081 7.81435 0.633331 8 0.633331C8.9674 0.633331 9.92534 0.823876 10.8191 1.19409C11.7129 1.5643 12.525 2.10692 13.209 2.79098C13.8931 3.47504 14.4357 4.28713 14.8059 5.1809C15.1761 6.07466 15.3667 7.03259 15.3667 8C15.3667 8.3866 15.0533 8.7 14.6667 8.7H8C7.6134 8.7 7.3 8.3866 7.3 8V1.33333C7.3 1.14768 7.37375 0.969632 7.50503 0.838357ZM8.7 2.07453V7.3H13.9255C13.8613 6.75686 13.7226 6.22399 13.5125 5.71665C13.2126 4.99274 12.7731 4.33498 12.2191 3.78093C11.665 3.22687 11.0073 2.78737 10.2833 2.48752C9.77601 2.27737 9.24314 2.1387 8.7 2.07453ZM5.97491 1.60669C6.12953 1.96102 5.96764 2.37361 5.61331 2.52824C4.72002 2.91805 3.93583 3.52075 3.32929 4.28365C2.72275 5.04655 2.31233 5.94641 2.1339 6.90457C1.95548 7.86273 2.01448 8.85001 2.30576 9.78009C2.59704 10.7102 3.11173 11.5548 3.80482 12.24C4.49791 12.9252 5.34831 13.4302 6.28166 13.7108C7.21501 13.9915 8.2029 14.0392 9.15896 13.8499C10.115 13.6605 11.0101 13.2398 11.7661 12.6246C12.522 12.0094 13.1157 11.2184 13.4953 10.3207C13.6458 9.96463 14.0566 9.79804 14.4126 9.9486C14.7687 10.0992 14.9353 10.5099 14.7847 10.866C14.3161 11.9743 13.5831 12.9509 12.6498 13.7105C11.7165 14.47 10.6113 14.9894 9.43096 15.2232C8.25057 15.457 7.03089 15.398 5.87854 15.0515C4.72618 14.7051 3.67626 14.0816 2.82054 13.2356C1.96482 12.3896 1.32937 11.3468 0.969749 10.1985C0.610124 9.05018 0.537272 7.83125 0.757562 6.64827C0.977852 5.46529 1.48458 4.35429 2.23344 3.41239C2.98229 2.47049 3.95048 1.72637 5.05336 1.24509C5.40769 1.09047 5.82028 1.25236 5.97491 1.60669Z", fill: "currentColor", }), }), - BL = (e) => - kt("svg", { + SL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9075 3.30088C11.3372 2.96111 11.9534 2.6333 12.6666 2.6333C13.0532 2.6333 13.3666 2.9467 13.3666 3.3333V5.04799C13.5759 5.2726 13.8017 5.56353 13.9295 5.96663H14.6666C15.0532 5.96663 15.3666 6.28003 15.3666 6.66663V9.3333C15.3666 9.7199 15.0532 10.0333 14.6666 10.0333H13.7954C13.5278 10.5166 13.1309 10.8338 12.7 11.0853V13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333H9.3333C8.9467 14.0333 8.6333 13.7199 8.6333 13.3333V12.7H8.0333V13.3333C8.0333 13.7199 7.7199 14.0333 7.3333 14.0333H4.66663C4.28003 14.0333 3.96663 13.7199 3.96663 13.3333V11.338C3.39138 10.8544 3.03481 10.3635 2.83945 9.80673C2.71043 9.43903 2.66207 9.06495 2.64399 8.69984C1.53442 8.68763 0.633301 7.77901 0.633301 6.66663V5.99997C0.633301 5.61337 0.946701 5.29997 1.3333 5.29997C1.7199 5.29997 2.0333 5.61337 2.0333 5.99997V6.66663C2.0333 7.01337 2.3199 7.29997 2.66663 7.29997H2.69038C2.9872 5.53597 4.39837 4.47368 5.90253 3.96958C7.35749 3.48197 9.06516 3.44562 10.3729 3.82185C10.5177 3.64619 10.6988 3.46585 10.9075 3.30088ZM6.6333 12.6333V12C6.6333 11.6134 6.9467 11.3 7.3333 11.3H9.3333C9.7199 11.3 10.0333 11.6134 10.0333 12V12.6333H11.3V10.6666C11.3 10.4015 11.4498 10.1591 11.6869 10.0405C12.3102 9.72889 12.5493 9.51044 12.6628 9.13216C12.7516 8.83607 13.0242 8.6333 13.3333 8.6333H13.9666V7.36663H13.3333C12.9467 7.36663 12.6333 7.05323 12.6333 6.66663C12.6333 6.30775 12.4976 6.15426 12.1717 5.82828C12.0404 5.697 11.9666 5.51895 11.9666 5.3333V4.26407C11.902 4.30455 11.8382 4.34973 11.7758 4.39906C11.6376 4.50833 11.5229 4.62551 11.4402 4.72828C11.3686 4.81734 11.3395 4.87244 11.3322 4.88624C11.3301 4.89009 11.3298 4.89073 11.3307 4.88799C11.2688 5.0737 11.132 5.22501 10.9534 5.3052C10.7748 5.3854 10.5708 5.38715 10.3909 5.31004C9.40665 4.88822 7.75332 4.82585 6.3474 5.29702C4.95763 5.76278 4.0333 6.65426 4.0333 7.99997C4.0333 8.62659 4.04047 9.00115 4.16049 9.34321C4.26853 9.65113 4.49552 9.99663 5.08663 10.44C5.2629 10.5722 5.36663 10.7796 5.36663 11V12.6333H6.6333Z", fill: "currentColor", }), }), - DL = (e) => - kt("svg", { + NL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66667 3.36667C3.91994 3.36667 3.36667 3.91994 3.36667 4.66667C3.36667 5.05327 3.05327 5.36667 2.66667 5.36667C2.28008 5.36667 1.96667 5.05327 1.96667 4.66667C1.96667 3.14674 3.14674 1.96667 4.66667 1.96667H13.3333C13.7199 1.96667 14.0333 2.28008 14.0333 2.66667C14.0333 3.05327 13.7199 3.36667 13.3333 3.36667H10.7V11.3333C10.7 12.0801 11.2533 12.6333 12 12.6333C12.3866 12.6333 12.7 12.9467 12.7 13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333C10.4801 14.0333 9.30001 12.8533 9.30001 11.3333V3.36667H6.70001V13.3333C6.70001 13.7199 6.38661 14.0333 6.00001 14.0333C5.61341 14.0333 5.30001 13.7199 5.30001 13.3333V3.36667H4.66667Z", fill: "currentColor", }), }), - PL = (e) => - kt("svg", { + xL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.71701 3.05038C4.41089 2.3565 5.352 1.96667 6.3333 1.96667H12.6666C13.0532 1.96667 13.3666 2.28008 13.3666 2.66667C13.3666 3.05327 13.0532 3.36667 12.6666 3.36667H12.0333V13.3333C12.0333 13.7199 11.7199 14.0333 11.3333 14.0333C10.9467 14.0333 10.6333 13.7199 10.6333 13.3333V3.36667H9.36663V13.3333C9.36663 13.7199 9.05323 14.0333 8.66663 14.0333C8.28003 14.0333 7.96663 13.7199 7.96663 13.3333V9.36667H6.3333C5.352 9.36667 4.41089 8.97685 3.71701 8.28297C3.02312 7.58909 2.6333 6.64798 2.6333 5.66667C2.6333 4.68537 3.02312 3.74426 3.71701 3.05038ZM7.96663 7.96667V3.36667H6.3333C5.7233 3.36667 5.13829 3.609 4.70695 4.04033C4.27562 4.47166 4.0333 5.05668 4.0333 5.66667C4.0333 6.27667 4.27562 6.86169 4.70695 7.29302C5.13829 7.72435 5.7233 7.96667 6.3333 7.96667H7.96663Z", fill: "currentColor", }), }), - FL = (e) => - kt("svg", { + _L = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3367 0.643117C11.8654 0.640447 12.3893 0.742609 12.8783 0.943695C13.3672 1.14478 13.8115 1.4408 14.1853 1.81464C14.5591 2.18848 14.8552 2.63272 15.0562 3.12167C15.2573 3.61062 15.3595 4.13459 15.3568 4.66327C15.3542 5.19195 15.2467 5.71486 15.0407 6.20175C14.8352 6.68752 14.5356 7.12783 14.1592 7.49735L10.829 10.8276C10.8287 10.8278 10.8292 10.8274 10.829 10.8276C10.8287 10.8278 10.8278 10.8287 10.8276 10.829L7.49735 14.1592C7.12783 14.5356 6.68752 14.8352 6.20175 15.0407C5.71486 15.2467 5.19195 15.3542 4.66327 15.3568C4.13459 15.3595 3.61062 15.2573 3.12167 15.0562C2.63272 14.8552 2.18848 14.5591 1.81464 14.1853C1.4408 13.8115 1.14478 13.3672 0.943695 12.8783C0.742609 12.3893 0.640447 11.8654 0.643117 11.3367C0.645788 10.808 0.753236 10.2851 0.959251 9.79819C1.16478 9.31243 1.46435 8.87213 1.8407 8.50262L5.17149 5.17184L8.50262 1.8407C8.87213 1.46435 9.31243 1.16478 9.79819 0.959251C10.2851 0.753236 10.808 0.645788 11.3367 0.643117ZM5.66664 6.65659L2.82328 9.49994C2.57784 9.74047 2.3825 10.0272 2.24859 10.3437C2.11468 10.6602 2.04484 11.0001 2.0431 11.3437C2.04136 11.6874 2.10777 12.028 2.23847 12.3458C2.36918 12.6636 2.56159 12.9524 2.80459 13.1954C3.04758 13.4383 3.33634 13.6308 3.65416 13.7615C3.97198 13.8922 4.31256 13.9586 4.6562 13.9568C4.99984 13.9551 5.33973 13.8853 5.65621 13.7514C5.9727 13.6174 6.25949 13.4221 6.50002 13.1767L6.50497 13.1716L9.34335 10.3333L5.66664 6.65659ZM10.3333 9.34335L6.65659 5.66664L9.49494 2.82828L9.49992 2.82325C9.74045 2.57782 10.0272 2.3825 10.3437 2.24859C10.6602 2.11468 11.0001 2.04484 11.3437 2.0431C11.6874 2.04136 12.028 2.10777 12.3458 2.23847C12.6636 2.36918 12.9524 2.56159 13.1954 2.80459C13.4383 3.04758 13.6308 3.33634 13.7615 3.65416C13.8922 3.97198 13.9586 4.31256 13.9568 4.6562C13.9551 4.99984 13.8853 5.33973 13.7514 5.65621C13.6174 5.9727 13.4221 6.25949 13.1767 6.50002L10.3333 9.34335Z", fill: "currentColor", }), }), - UL = (e) => - kt("svg", { + AL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89552 1.22885C4.27684 0.847526 4.79403 0.633301 5.3333 0.633301H10.6666C11.2059 0.633301 11.7231 0.847526 12.1044 1.22885C12.4857 1.61017 12.7 2.12736 12.7 2.66663C12.7 3.20591 12.4857 3.72309 12.1044 4.10442C11.731 4.47788 11.2272 4.69106 10.7 4.69969V7.17293C10.7 7.29076 10.733 7.40623 10.7951 7.50636C10.8572 7.6065 10.9459 7.68733 11.0515 7.73976L11.0558 7.74193L12.2406 8.34098C12.5783 8.50935 12.8625 8.76837 13.0613 9.08909C13.2607 9.41058 13.3664 9.78131 13.3666 10.1596V11.3333C13.3666 11.7199 13.0532 12.0333 12.6666 12.0333H8.69997V14.6666C8.69997 15.0532 8.38657 15.3666 7.99997 15.3666C7.61337 15.3666 7.29997 15.0532 7.29997 14.6666V12.0333H3.3333C2.9467 12.0333 2.6333 11.7199 2.6333 11.3333V10.16C2.6335 9.78168 2.73923 9.41058 2.93859 9.08909C3.13747 8.76836 3.42168 8.50933 3.75939 8.34096L4.94846 7.73975C5.05398 7.68731 5.14278 7.6065 5.20488 7.50636C5.26694 7.40628 5.29987 7.29087 5.29997 7.17311C5.29997 7.17305 5.29997 7.17317 5.29997 7.17311V4.69969C4.77275 4.69106 4.26898 4.47788 3.89552 4.10442C3.51419 3.72309 3.29997 3.20591 3.29997 2.66663C3.29997 2.12736 3.51419 1.61017 3.89552 1.22885ZM11.9666 10.6333V10.1603C11.9666 10.0425 11.9336 9.92704 11.8715 9.8269C11.8094 9.72677 11.7207 9.64594 11.6151 9.5935L11.6108 9.59134L10.4261 8.99231C10.0884 8.82394 9.80414 8.5649 9.60525 8.24418C9.40589 7.92269 9.30017 7.55196 9.29997 7.17367V3.99997C9.29997 3.61337 9.61337 3.29997 9.99997 3.29997H10.6666C10.8346 3.29997 10.9957 3.23324 11.1145 3.11447C11.2332 2.9957 11.3 2.8346 11.3 2.66663C11.3 2.49866 11.2332 2.33757 11.1145 2.2188C10.9957 2.10003 10.8346 2.0333 10.6666 2.0333H5.3333C5.16533 2.0333 5.00424 2.10003 4.88547 2.2188C4.76669 2.33757 4.69997 2.49866 4.69997 2.66663C4.69997 2.8346 4.76669 2.9957 4.88547 3.11447C5.00424 3.23324 5.16533 3.29997 5.3333 3.29997H5.99997C6.38657 3.29997 6.69997 3.61337 6.69997 3.99997V7.1733C6.69977 7.55159 6.59404 7.92269 6.39468 8.24418C6.1958 8.5649 5.91158 8.82394 5.57387 8.99231L4.38481 9.59352C4.27929 9.64595 4.19049 9.72677 4.12839 9.8269C4.06632 9.92699 4.0334 10.0424 4.0333 10.1602V10.6333H11.9666Z", fill: "currentColor", }), }), - zL = (e) => - kt("svg", { + ZL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838326C1.11169 0.564959 1.55491 0.564959 1.82828 0.838326L6.49485 5.5049C6.49479 5.50484 6.49491 5.50496 6.49485 5.5049L11.8279 10.8379C11.8281 10.8382 11.8284 10.8385 11.8287 10.8387L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L11.0434 12.0333H8.69997V14.6666C8.69997 15.0532 8.38657 15.3666 7.99997 15.3666C7.61337 15.3666 7.29997 15.0532 7.29997 14.6666V12.0333H3.3333C2.9467 12.0333 2.6333 11.7199 2.6333 11.3333V10.16C2.6335 9.78168 2.73923 9.41058 2.93859 9.08909C3.13747 8.76836 3.42168 8.50933 3.75939 8.34096L4.94846 7.73975C5.05398 7.68731 5.14278 7.6065 5.20488 7.50636C5.26697 7.40623 5.2999 7.29076 5.29997 7.17293V6.28992L0.838326 1.82828C0.564959 1.55491 0.564959 1.11169 0.838326 0.838326ZM6.64638 7.63633C6.59626 7.85027 6.51157 8.05569 6.39468 8.24418C6.1958 8.5649 5.91158 8.82394 5.57387 8.99231L4.38481 9.59352C4.27929 9.64595 4.19049 9.72677 4.12839 9.8269C4.06629 9.92704 4.03336 10.0425 4.0333 10.1603V10.6333H9.64335L6.64638 7.63633ZM5.25997 0.633301H10.6666C11.2059 0.633301 11.7231 0.847526 12.1044 1.22885C12.4857 1.61017 12.7 2.12736 12.7 2.66663C12.7 3.20591 12.4857 3.72309 12.1044 4.10442C11.731 4.47788 11.2272 4.69106 10.7 4.69969V6.22663C10.7 6.61323 10.3866 6.92663 9.99997 6.92663C9.61337 6.92663 9.29997 6.61323 9.29997 6.22663V3.99997C9.29997 3.61337 9.61337 3.29997 9.99997 3.29997H10.6666C10.8346 3.29997 10.9957 3.23324 11.1145 3.11447C11.2332 2.9957 11.3 2.8346 11.3 2.66663C11.3 2.49866 11.2332 2.33757 11.1145 2.2188C10.9957 2.10003 10.8346 2.0333 10.6666 2.0333H5.25997C4.87337 2.0333 4.55997 1.7199 4.55997 1.3333C4.55997 0.946701 4.87337 0.633301 5.25997 0.633301Z", fill: "currentColor", }), }), - GL = (e) => - kt("svg", { + IL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2666 2.01914C13.0772 2.01914 12.8955 2.09439 12.7616 2.22833L10.4949 4.495C10.3637 4.62627 10.1856 4.70002 9.99997 4.70002C9.81431 4.70002 9.63627 4.62627 9.50499 4.495L9.23833 4.22833C9.17201 4.16201 9.09327 4.1094 9.00662 4.07351C8.91997 4.03761 8.82709 4.01914 8.7333 4.01914C8.63951 4.01914 8.54663 4.03761 8.45998 4.07351C8.37333 4.1094 8.2946 4.16201 8.22828 4.22833C8.16195 4.29465 8.10935 4.37338 8.07345 4.46004C8.03756 4.54669 8.01909 4.63956 8.01909 4.73335C8.01909 4.82715 8.03756 4.92002 8.07345 5.00667C8.10935 5.09332 8.16195 5.17206 8.22828 5.23838L8.49461 5.50472C8.49472 5.50483 8.49483 5.50494 8.49494 5.50505C8.49505 5.50515 8.49516 5.50526 8.49527 5.50537L10.4948 7.50493C10.4949 7.50497 10.4949 7.50501 10.4949 7.50505L10.7616 7.77171C10.8279 7.83803 10.9067 7.89064 10.9933 7.92653C11.08 7.96243 11.1728 7.9809 11.2666 7.9809C11.3604 7.9809 11.4533 7.96243 11.54 7.92653C11.6266 7.89064 11.7053 7.83803 11.7717 7.77171C11.838 7.70539 11.8906 7.62666 11.9265 7.54C11.9624 7.45335 11.9808 7.36048 11.9808 7.26669C11.9808 7.1729 11.9624 7.08002 11.9265 6.99337C11.8906 6.90672 11.838 6.82798 11.7717 6.76166L11.505 6.495C11.2316 6.22163 11.2316 5.77841 11.505 5.50505L13.7717 3.23838C13.9056 3.10444 13.9808 2.92277 13.9808 2.73335C13.9808 2.54393 13.9056 2.36227 13.7717 2.22833C13.6377 2.09439 13.4561 2.01914 13.2666 2.01914ZM9.01002 8.00002L7.99997 6.98997L2.69997 12.29V13.3H3.71002L9.01002 8.00002ZM1.29997 13.7101V12C1.29997 11.8144 1.37372 11.6363 1.50499 11.505L7.02755 5.98248C6.92799 5.84652 6.84481 5.69883 6.78002 5.54243C6.67377 5.28592 6.61909 5.011 6.61909 4.73335C6.61909 4.45571 6.67377 4.18079 6.78002 3.92428C6.88627 3.66777 7.042 3.4347 7.23833 3.23838C7.43465 3.04206 7.66772 2.88632 7.92423 2.78008C8.18073 2.67383 8.45566 2.61914 8.7333 2.61914C9.01094 2.61914 9.28587 2.67383 9.54237 2.78008C9.69878 2.84486 9.84647 2.92804 9.98243 3.02761L11.7717 1.23838C12.1681 0.841887 12.7059 0.619141 13.2666 0.619141C13.8274 0.619141 14.3651 0.841887 14.7616 1.23838C15.1581 1.63487 15.3808 2.17263 15.3808 2.73335C15.3808 3.29408 15.1581 3.83184 14.7616 4.22833L12.9724 6.01756C13.0719 6.15352 13.1551 6.30121 13.2199 6.45761C13.3262 6.71412 13.3808 6.98904 13.3808 7.26669C13.3808 7.54433 13.3262 7.81925 13.2199 8.07576C13.1137 8.33227 12.9579 8.56534 12.7616 8.76166C12.5653 8.95798 12.3322 9.11372 12.0757 9.21997C11.8192 9.32622 11.5443 9.3809 11.2666 9.3809C10.989 9.3809 10.7141 9.32622 10.4576 9.21997C10.3012 9.15518 10.1535 9.072 10.0175 8.97243L4.49494 14.495C4.36367 14.6263 4.18562 14.7 3.99997 14.7H2.28992L1.82828 15.1617C1.55491 15.435 1.11169 15.435 0.838326 15.1617C0.564959 14.8883 0.564959 14.4451 0.838326 14.1717L1.29997 13.7101Z", fill: "currentColor", }), }), - $L = (e) => - kt("svg", { + kL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4816 0.658254C10.8482 0.557754 11.2279 0.768136 11.3372 1.1322L15.3372 14.4655C15.4111 14.7122 15.3437 14.9796 15.1616 15.1616C14.9796 15.3437 14.7122 15.4111 14.4655 15.3372L1.1322 11.3372C0.768136 11.2279 0.557754 10.8482 0.658254 10.4816C1.3023 8.13247 2.54671 5.99145 4.26908 4.26908C5.99145 2.54671 8.13247 1.3023 10.4816 0.658254ZM10.1979 2.20685C8.33997 2.82602 6.64823 3.86983 5.25903 5.25903C3.86983 6.64823 2.82602 8.33997 2.20685 10.1979L3.3569 10.5429C3.9586 8.89698 4.9129 7.39916 6.15603 6.15603C7.39916 4.9129 8.89698 3.9586 10.5429 3.3569L10.1979 2.20685ZM10.946 4.7005C9.52166 5.23377 8.22523 6.06673 7.14598 7.14598C6.06673 8.22523 5.23377 9.52166 4.7005 10.946L13.6226 13.6226L10.946 4.7005ZM9.30001 7.33334C9.30001 6.94674 9.61341 6.63334 10 6.63334H10.0067C10.3933 6.63334 10.7067 6.94674 10.7067 7.33334C10.7067 7.71994 10.3933 8.03334 10.0067 8.03334H10C9.61341 8.03334 9.30001 7.71994 9.30001 7.33334ZM6.63334 10C6.63334 9.61341 6.94674 9.30001 7.33334 9.30001H7.34001C7.72661 9.30001 8.04001 9.61341 8.04001 10C8.04001 10.3866 7.72661 10.7 7.34001 10.7H7.33334C6.94674 10.7 6.63334 10.3866 6.63334 10ZM9.96667 10.6667C9.96667 10.2801 10.2801 9.96667 10.6667 9.96667H10.6733C11.0599 9.96667 11.3733 10.2801 11.3733 10.6667C11.3733 11.0533 11.0599 11.3667 10.6733 11.3667H10.6667C10.2801 11.3667 9.96667 11.0533 9.96667 10.6667Z", fill: "currentColor", }), }), - WL = (e) => - kt("svg", { + OL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.4192 1.331C13.0455 1.1383 13.7522 1.09351 14.3131 1.37395C14.4486 1.44169 14.5584 1.55153 14.6262 1.687C14.9066 2.24787 14.8618 2.95462 14.6691 3.58091C14.4685 4.23284 14.0749 4.91514 13.495 5.49502L11.4326 7.55748L12.5532 12.6627C12.6827 13.3098 12.3923 13.8309 11.9534 14.16C11.9042 14.1969 11.8504 14.2272 11.7934 14.25L11.46 14.3833C10.8947 14.6095 10.2005 14.5229 9.77339 13.9534C9.765 13.9422 9.75696 13.9308 9.74926 13.9191L7.80336 10.9725L6.70005 11.708V13.3334C6.70005 13.519 6.6263 13.6971 6.49503 13.8284L5.82836 14.495C5.68007 14.6433 5.4731 14.7173 5.26441 14.6966C5.05572 14.676 4.86728 14.5628 4.75095 14.3883L3.49528 12.5048L1.61176 11.2492C1.43727 11.1328 1.32412 10.9444 1.30346 10.7357C1.28279 10.527 1.35679 10.32 1.50508 10.1717L2.17174 9.50507C2.30302 9.3738 2.48107 9.30005 2.66672 9.30005H4.29209L5.02763 8.19674L2.08098 6.25084C2.06932 6.24314 2.0579 6.2351 2.04672 6.22672C1.47722 5.79959 1.39064 5.10543 1.61679 4.54008C1.63065 4.50541 1.64727 4.47192 1.66647 4.4399L1.85487 4.12591C2.14404 3.57718 2.72595 3.3247 3.33733 3.44698L3.35016 3.44954L8.44263 4.56753L10.5051 2.50507C11.085 1.92519 11.7673 1.5316 12.4192 1.331ZM12.8309 2.66909C12.3995 2.80183 11.9151 3.07491 11.495 3.49502L9.16169 5.82836C8.99292 5.99714 8.74977 6.06828 8.51663 6.0171L3.07013 4.82153C3.06908 4.82331 3.06803 4.82509 3.06696 4.82686L2.90432 5.09793C2.90276 5.10446 2.90175 5.11005 2.90112 5.11472L6.3858 7.41592C6.54116 7.51852 6.64925 7.67878 6.68616 7.86127C6.72307 8.04376 6.68576 8.23343 6.58249 8.38834L5.24915 10.3883C5.11933 10.5831 4.90077 10.7 4.66672 10.7H3.312L4.38834 11.4176C4.46524 11.4689 4.53122 11.5349 4.58249 11.6118L5.30005 12.6881V11.3334C5.30005 11.0993 5.41702 10.8808 5.61176 10.7509L7.61176 9.41761C7.76667 9.31434 7.95635 9.27703 8.13883 9.31394C8.32132 9.35086 8.48158 9.45894 8.58418 9.61431L10.8854 13.099C10.8974 13.0973 10.9156 13.0933 10.9401 13.0835L11.1665 12.9929C11.1682 12.991 11.1698 12.9892 11.1712 12.9875C11.1796 12.9775 11.1828 12.9715 11.1835 12.9699C11.1835 12.97 11.1835 12.9699 11.1835 12.9699C11.1837 12.9687 11.1844 12.9599 11.1811 12.9416L9.983 7.48347C9.93182 7.25033 10.003 7.00719 10.1717 6.83841L12.5051 4.50507C12.9252 4.08496 13.1983 3.60059 13.331 3.16919C13.407 2.92226 13.4288 2.72314 13.4245 2.57556C13.277 2.57126 13.0778 2.59312 12.8309 2.66909Z", fill: "currentColor", }), }), - jL = (e) => - kt("svg", { + BL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.11322 1.00218C7.2899 0.943659 7.4826 0.957907 7.64875 1.04177L8.34728 1.39436C8.64315 1.54211 8.89853 1.7598 9.09127 2.02857C9.28441 2.2979 9.40879 2.61037 9.45357 2.93876L9.45385 2.94083L9.93357 6.53876C9.93352 6.53844 9.93361 6.53908 9.93357 6.53876C9.94763 6.64069 9.98645 6.73864 10.0464 6.82226C10.1066 6.90615 10.1863 6.97407 10.2787 7.02009L10.2797 7.02058L13.2249 8.49315C13.6093 8.69454 13.9538 9.00352 14.1808 9.40545L14.585 10.0994C15.1488 11.112 14.521 12.3926 13.3528 12.5347L12.5686 12.6344C12.5685 12.6344 12.5688 12.6344 12.5686 12.6344C12.122 12.6913 11.6592 12.6169 11.2485 12.4036L2.54336 8.05765C2.34827 7.95871 2.17044 7.82893 2.0167 7.67334L0.838346 6.49498C0.63354 6.29018 0.576019 5.98039 0.693653 5.71571L2.02699 2.71571C2.10463 2.54102 2.25033 2.40568 2.43027 2.34113C2.61021 2.27657 2.80872 2.28842 2.9797 2.37391L3.71757 2.74285C4.31261 3.04577 4.69999 3.65638 4.69999 4.33334C4.69999 4.46915 4.77861 4.60466 4.91585 4.67532L5.02027 4.72753L6.70722 1.35363C6.79045 1.18716 6.93655 1.0607 7.11322 1.00218ZM7.64518 2.60821L5.95942 5.97973C5.87639 6.14578 5.7308 6.27205 5.55468 6.33075C5.37856 6.38946 5.18632 6.3758 5.02027 6.29277L4.2824 5.92384C3.68736 5.62091 3.29999 5.0103 3.29999 4.33334C3.29999 4.19753 3.22136 4.06202 3.08412 3.99137L3.00881 3.95371L2.16824 5.84498L3.01196 6.6887C3.05957 6.73702 3.11462 6.77739 3.17503 6.80824C3.17556 6.80851 3.17608 6.80877 3.17661 6.80904L11.8915 11.1598C12.039 11.2371 12.2138 11.2683 12.3913 11.2456L13.1833 11.145C13.3453 11.1255 13.449 10.9437 13.364 10.7847L12.9627 10.0959C12.8838 9.95517 12.7516 9.82703 12.5803 9.73614L9.65457 8.27326C9.65428 8.27311 9.65487 8.2734 9.65457 8.27326C9.65454 8.27324 9.65364 8.27279 9.6536 8.27278C9.35735 8.12502 9.10164 7.90716 8.90871 7.63812C8.71557 7.36878 8.59119 7.05632 8.54641 6.72792L8.54613 6.72586L8.06641 3.12792C8.06637 3.12767 8.06644 3.12817 8.06641 3.12792C8.05237 3.02591 8.01357 2.92811 7.95356 2.84442C7.8934 2.76053 7.81365 2.69262 7.72124 2.64659L7.71789 2.64492L7.64518 2.60821ZM0.633321 14.6667C0.633321 14.2801 0.946722 13.9667 1.33332 13.9667H14.6667C15.0533 13.9667 15.3667 14.2801 15.3667 14.6667C15.3667 15.0533 15.0533 15.3667 14.6667 15.3667H1.33332C0.946722 15.3667 0.633321 15.0533 0.633321 14.6667Z", fill: "currentColor", }), }), - qL = (e) => - kt("svg", { + DL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.27297 4.31401C4.37024 4.27243 4.47656 4.25581 4.58222 4.26592C4.69909 4.2771 4.81055 4.32055 4.90416 4.39141L7.5857 6.39259C7.88667 6.62075 8.24527 6.76059 8.62129 6.7964C8.99804 6.83229 9.37732 6.76231 9.71645 6.59436C9.7169 6.59414 9.71734 6.59392 9.71778 6.5937L12.5088 5.22149L12.5151 5.21838C12.7156 5.11729 12.9465 5.09423 13.163 5.15362L13.8059 5.33918L13.8127 5.34111C13.8461 5.35039 13.877 5.36699 13.9032 5.38971C13.9294 5.41243 13.9502 5.4407 13.9641 5.47247C13.9779 5.50424 13.9846 5.53869 13.9835 5.57334C13.9824 5.60799 13.9736 5.64196 13.9577 5.67278L13.7006 6.18692C13.6134 6.36125 13.4746 6.50401 13.2981 6.59494L4.74264 10.8394C4.62308 10.8986 4.48787 10.9185 4.3563 10.8964C4.31144 10.8888 4.26635 10.8857 4.22162 10.8869L3.13389 10.7025L2.27248 8.97969L2.37971 8.92607L2.38167 8.92509C2.47006 8.88055 2.56768 8.85734 2.66667 8.85734C2.75946 8.85734 2.85105 8.87773 2.93497 8.91698L3.02508 8.96999C3.03815 8.97768 3.05146 8.98494 3.065 8.99176C3.34881 9.13477 3.66219 9.20927 3.98 9.20927C4.29603 9.20927 4.60768 9.1356 4.89023 8.99415L5.63968 8.62938C5.80777 8.54756 5.93616 8.40191 5.99622 8.22487C6.05628 8.04784 6.04304 7.85413 5.95943 7.68692L4.27297 4.31401ZM4.29168 12.2981C4.23587 12.3022 4.17926 12.2997 4.12302 12.2901L2.54969 12.0235C2.32955 11.9861 2.14042 11.8461 2.04057 11.6464L0.707233 8.97969C0.534341 8.6339 0.674498 8.21343 1.02028 8.04054L1.75167 7.67485C1.75202 7.67467 1.75237 7.67449 1.75273 7.67432C2.03626 7.53165 2.34926 7.45734 2.66667 7.45734C2.98447 7.45734 3.29785 7.53184 3.58167 7.67485C3.5952 7.68167 3.60851 7.68893 3.62158 7.69662L3.7117 7.74963C3.79562 7.78887 3.8872 7.80927 3.98 7.80927C4.07899 7.80927 4.1766 7.78606 4.265 7.74152L4.27362 7.73717L4.39082 7.6802L2.70723 4.31302C2.62421 4.14697 2.61055 3.95474 2.66925 3.77861C2.72796 3.60249 2.85423 3.4569 3.02028 3.37387L3.62433 3.07185C3.96255 2.90546 4.34037 2.83638 4.71558 2.87229C5.0899 2.90811 5.44694 3.04702 5.74702 3.27357L8.43057 5.27622C8.5245 5.34769 8.63652 5.39152 8.75402 5.40271C8.87153 5.4139 8.98982 5.39203 9.09555 5.33957L9.09782 5.33845L11.8883 3.96654C12.4 3.70964 12.989 3.65222 13.5407 3.80552L13.5475 3.8074L14.1912 3.99325C14.4235 4.05838 14.6386 4.17419 14.8208 4.33237C15.0041 4.49142 15.1496 4.68931 15.2468 4.91166C15.344 5.13401 15.3905 5.37522 15.3828 5.61777C15.3751 5.85871 15.3142 6.09496 15.2045 6.30956L14.9528 6.81302C14.7338 7.25099 14.3804 7.61425 13.9317 7.84339L13.9244 7.84708L5.36443 12.0937C5.03132 12.2587 4.65998 12.3289 4.29168 12.2981ZM0.633332 14.6666C0.633332 14.28 0.946733 13.9666 1.33333 13.9666H14.6667C15.0533 13.9666 15.3667 14.28 15.3667 14.6666C15.3667 15.0532 15.0533 15.3666 14.6667 15.3666H1.33333C0.946733 15.3666 0.633332 15.0532 0.633332 14.6666Z", fill: "currentColor", }), }), - YL = (e) => - kt("svg", { + PL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.66462 1.38565C3.88937 1.26295 4.16318 1.27276 4.37858 1.41122L13.7119 7.41122C13.9123 7.54003 14.0334 7.76187 14.0334 8.00005C14.0334 8.23823 13.9123 8.46007 13.7119 8.58887L4.37858 14.5889C4.16318 14.7273 3.88937 14.7372 3.66462 14.6144C3.43987 14.4917 3.30005 14.2561 3.30005 14V2.00005C3.30005 1.74398 3.43987 1.50835 3.66462 1.38565ZM4.70005 3.28222V12.7179L12.0389 8.00005L4.70005 3.28222Z", fill: "currentColor", }), }), - KL = (e) => - kt("svg", { + FL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99997 0.633301C6.38657 0.633301 6.69997 0.946701 6.69997 1.3333V4.6333H9.29997V1.3333C9.29997 0.946701 9.61337 0.633301 9.99997 0.633301C10.3866 0.633301 10.7 0.946701 10.7 1.3333V4.6333H12.6666C13.0532 4.6333 13.3666 4.9467 13.3666 5.3333C13.3666 5.70873 13.0711 6.01512 12.7 6.03252V7.3333C12.7 8.57982 12.2048 9.77528 11.3234 10.6567C10.6087 11.3714 9.68744 11.8322 8.69997 11.9809V14.6666C8.69997 15.0532 8.38657 15.3666 7.99997 15.3666C7.61337 15.3666 7.29997 15.0532 7.29997 14.6666V11.9809C6.31249 11.8322 5.39128 11.3714 4.67657 10.6567C3.79514 9.77528 3.29997 8.57982 3.29997 7.3333V6.03252C2.92885 6.01512 2.6333 5.70873 2.6333 5.3333C2.6333 4.9467 2.9467 4.6333 3.3333 4.6333H5.29997V1.3333C5.29997 0.946701 5.61337 0.633301 5.99997 0.633301ZM4.69997 6.0333V7.3333C4.69997 8.20851 5.04765 9.04788 5.66652 9.66675C6.28539 10.2856 7.12475 10.6333 7.99997 10.6333C8.87518 10.6333 9.71455 10.2856 10.3334 9.66675C10.9523 9.04788 11.3 8.20851 11.3 7.3333V6.0333H4.69997Z", fill: "currentColor", }), }), - XL = (e) => - kt("svg", { + UL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00005 0.633301C6.38665 0.633301 6.70005 0.946701 6.70005 1.3333V4.6333H9.30005V1.3333C9.30005 0.946701 9.61345 0.633301 10 0.633301C10.3866 0.633301 10.7 0.946701 10.7 1.3333V4.6333H12C12.3866 4.6333 12.7 4.9467 12.7 5.3333V8.66663C12.7 9.55953 12.3453 10.4159 11.714 11.0472C11.0826 11.6786 10.2263 12.0333 9.33338 12.0333H8.70005V14.6666C8.70005 15.0532 8.38665 15.3666 8.00005 15.3666C7.61345 15.3666 7.30005 15.0532 7.30005 14.6666V12.0333H6.66672C5.77382 12.0333 4.9175 11.6786 4.28612 11.0472C3.65475 10.4159 3.30005 9.55953 3.30005 8.66663V5.3333C3.30005 4.9467 3.61345 4.6333 4.00005 4.6333H5.30005V1.3333C5.30005 0.946701 5.61345 0.633301 6.00005 0.633301ZM4.70005 6.0333V8.66663C4.70005 9.18823 4.90725 9.68846 5.27607 10.0573C5.64489 10.4261 6.14512 10.6333 6.66672 10.6333H9.33338C9.85497 10.6333 10.3552 10.4261 10.724 10.0573C11.0928 9.68845 11.3 9.18823 11.3 8.66663V6.0333H4.70005Z", fill: "currentColor", }), }), - QL = (e) => - kt("svg", { + zL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.10392 0.786718C9.4058 1.02823 9.45475 1.46873 9.21324 1.77061L8.78974 2.29999H9.3333C9.60238 2.29999 9.84765 2.45423 9.96421 2.69676C10.0808 2.93929 10.048 3.22716 9.87991 3.43728L8.54658 5.10395C8.30507 5.40583 7.86456 5.45477 7.56268 5.21327C7.2608 4.97176 7.21185 4.53126 7.45336 4.22937L7.87686 3.69999H7.3333C7.06422 3.69999 6.81895 3.54575 6.70239 3.30323C6.58582 3.0607 6.6186 2.77283 6.78669 2.56271L8.12003 0.89604C8.36153 0.594157 8.80204 0.545212 9.10392 0.786718ZM6.66663 6.63333C7.05323 6.63333 7.36663 6.94673 7.36663 7.33333V8.63333H8.6333V7.33333C8.6333 6.94673 8.9467 6.63333 9.3333 6.63333C9.7199 6.63333 10.0333 6.94673 10.0333 7.33333V8.63333H10.6666C11.0532 8.63333 11.3666 8.94673 11.3666 9.33333V10.6667C11.3666 12.1755 10.2038 13.3494 8.69997 13.3665V14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667V13.3665C5.79615 13.3494 4.6333 12.1755 4.6333 10.6667V9.33333C4.6333 8.94673 4.9467 8.63333 5.3333 8.63333H5.96663V7.33333C5.96663 6.94673 6.28003 6.63333 6.66663 6.63333ZM6.0333 10.0333V10.6667C6.0333 11.4134 6.58657 11.9667 7.3333 11.9667H8.66663C9.41337 11.9667 9.96663 11.4134 9.96663 10.6667V10.0333H6.0333Z", fill: "currentColor", }), }), - JL = (e) => - kt("svg", { + GL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.4949 1.50507C12.7683 1.77844 12.7683 2.22166 12.4949 2.49502L11.0233 3.96672H13.3333C13.6164 3.96672 13.8717 4.13727 13.98 4.39884C14.0884 4.66041 14.0285 4.96149 13.8283 5.16169L11.1616 7.82836C10.8882 8.10172 10.445 8.10172 10.1717 7.82836C9.89829 7.55499 9.89829 7.11177 10.1717 6.83841L11.6434 5.36672H9.3333C9.05018 5.36672 8.79493 5.19617 8.68659 4.93459C8.57824 4.67302 8.63813 4.37194 8.83833 4.17174L11.505 1.50507C11.7784 1.23171 12.2216 1.23171 12.4949 1.50507ZM7.16161 6.83841C7.43498 7.11177 7.43498 7.55499 7.16161 7.82836L5.98992 9.00005L6.99997 10.0101L8.17166 8.83841C8.44503 8.56504 8.88824 8.56504 9.16161 8.83841C9.43498 9.11177 9.43498 9.55499 9.16161 9.82836L7.98992 11L8.49494 11.5051C8.62622 11.6363 8.69997 11.8144 8.69997 12C8.69997 12.1857 8.62622 12.3637 8.49494 12.495L6.96247 14.0275C6.96232 14.0276 6.96262 14.0273 6.96247 14.0275C6.74888 14.2417 6.49469 14.4121 6.21532 14.5281C5.93575 14.6442 5.63601 14.704 5.3333 14.704C5.03059 14.704 4.73085 14.6442 4.45128 14.5281C4.17195 14.4121 3.91823 14.2422 3.70466 14.028C3.70449 14.0279 3.70484 14.0282 3.70466 14.028L3.3333 13.6567L1.82828 15.1617C1.55491 15.4351 1.11169 15.4351 0.838326 15.1617C0.564959 14.8883 0.564959 14.4451 0.838326 14.1717L2.34335 12.6667L1.97252 12.2959C1.97245 12.2958 1.97258 12.2959 1.97252 12.2959C1.75819 12.0822 1.58793 11.8282 1.47188 11.5487C1.3558 11.2692 1.29604 10.9694 1.29604 10.6667C1.29604 10.364 1.3558 10.0643 1.47188 9.7847C1.58789 9.50531 1.75788 9.25155 1.97211 9.03796C1.97198 9.03809 1.97225 9.03782 1.97211 9.03796L3.50499 7.50507C3.63627 7.3738 3.81432 7.30005 3.99997 7.30005C4.18562 7.30005 4.36367 7.3738 4.49494 7.50507L4.99997 8.0101L6.17166 6.83841C6.44503 6.56504 6.88824 6.56504 7.16161 6.83841ZM3.99997 8.99L2.96161 10.0284L2.96075 10.0292C2.87684 10.1128 2.81027 10.2122 2.76485 10.3216C2.71942 10.431 2.69604 10.5483 2.69604 10.6667C2.69604 10.7852 2.71942 10.9025 2.76485 11.0119C2.81027 11.1212 2.87685 11.2206 2.96075 11.3042L2.96161 11.3051L3.8277 12.1712C3.82751 12.171 3.82789 12.1714 3.8277 12.1712C3.82789 12.1714 3.82866 12.1721 3.82885 12.1723L4.6958 13.0393C4.77942 13.1232 4.87877 13.1897 4.98816 13.2352C5.09756 13.2806 5.21485 13.304 5.3333 13.304C5.45175 13.304 5.56904 13.2806 5.67844 13.2352C5.78783 13.1897 5.88719 13.1232 5.9708 13.0393L5.97166 13.0384L7.01002 12L3.99997 8.99Z", fill: "currentColor", }), }), - eb = (e) => - kt("svg", { + $L = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.6333C8.38657 2.6333 8.69997 2.9467 8.69997 3.3333V7.29997H12.6666C13.0532 7.29997 13.3666 7.61337 13.3666 7.99997C13.3666 8.38657 13.0532 8.69997 12.6666 8.69997H8.69997V12.6666C8.69997 13.0532 8.38657 13.3666 7.99997 13.3666C7.61337 13.3666 7.29997 13.0532 7.29997 12.6666V8.69997H3.3333C2.9467 8.69997 2.6333 8.38657 2.6333 7.99997C2.6333 7.61337 2.9467 7.29997 3.3333 7.29997H7.29997V3.3333C7.29997 2.9467 7.61337 2.6333 7.99997 2.6333Z", fill: "currentColor", }), }), - tb = (e) => - kt("svg", { + WL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.70005C2.49866 2.70005 2.33757 2.76677 2.2188 2.88555C2.10003 3.00432 2.0333 3.16541 2.0333 3.33338V7.33338C2.0333 8.91584 2.66193 10.4335 3.7809 11.5525C4.33495 12.1065 4.99271 12.546 5.71662 12.8459C6.44053 13.1457 7.21641 13.3 7.99997 13.3C9.58243 13.3 11.1001 12.6714 12.219 11.5525C13.338 10.4335 13.9666 8.91584 13.9666 7.33338V3.33338C13.9666 3.16541 13.8999 3.00432 13.7811 2.88555C13.6624 2.76677 13.5013 2.70005 13.3333 2.70005H2.66663ZM1.22885 1.8956C1.61017 1.51427 2.12736 1.30005 2.66663 1.30005H13.3333C13.8726 1.30005 14.3898 1.51427 14.7711 1.8956C15.1524 2.27692 15.3666 2.79411 15.3666 3.33338V7.33338C15.3666 9.28714 14.5905 11.1609 13.209 12.5424C11.8275 13.9239 9.95373 14.7 7.99997 14.7C7.03256 14.7 6.07463 14.5095 5.18087 14.1393C4.2871 13.7691 3.47501 13.2265 2.79095 12.5424C1.40943 11.1609 0.633301 9.28714 0.633301 7.33338V3.33338C0.633301 2.79411 0.847526 2.27692 1.22885 1.8956ZM4.83833 6.17174C5.11169 5.89837 5.55491 5.89837 5.82828 6.17174L7.99997 8.34343L10.1717 6.17174C10.445 5.89837 10.8882 5.89837 11.1616 6.17174C11.435 6.44511 11.435 6.88832 11.1616 7.16169L8.49494 9.82836C8.36367 9.95963 8.18562 10.0334 7.99997 10.0334C7.81432 10.0334 7.63627 9.95963 7.50499 9.82836L4.83833 7.16169C4.56496 6.88832 4.56496 6.44511 4.83833 6.17174Z", fill: "currentColor", }), }), - nb = (e) => - kt("svg", { + jL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7111 0.888221C11.1197 0.718956 11.5577 0.631836 12 0.631836C12.4423 0.631836 12.8803 0.718956 13.2889 0.888221C13.6976 1.05749 14.0689 1.30558 14.3816 1.61834C14.6944 1.93111 14.9425 2.30241 15.1117 2.71105C15.281 3.11969 15.3681 3.55767 15.3681 3.99999C15.3681 4.03332 15.3676 4.06662 15.3667 4.09989V12C15.3667 12.8929 15.0119 13.7492 14.3806 14.3806C13.7492 15.0119 12.8929 15.3667 12 15.3667C11.6134 15.3667 11.3 15.0533 11.3 14.6667V9.46327L6.38163 14.3816C5.74998 15.0133 4.89327 15.3681 3.99999 15.3681C3.55767 15.3681 3.11969 15.281 2.71105 15.1117C2.30241 14.9425 1.93111 14.6944 1.61834 14.3816C1.30558 14.0689 1.05749 13.6976 0.888221 13.2889C0.718956 12.8803 0.631836 12.4423 0.631836 12C0.631836 11.1067 0.986694 10.25 1.61834 9.61834L2.5235 8.71318C2.47852 8.68911 2.42297 8.66077 2.3536 8.62608C2.34577 8.62217 2.33766 8.61812 2.32928 8.61395C2.18058 8.53981 1.94932 8.42452 1.76019 8.26691C1.53735 8.08121 1.29999 7.77657 1.29999 7.33332C1.29999 6.89007 1.53735 6.58543 1.76019 6.39973C1.94932 6.24212 2.18058 6.12683 2.32928 6.05269C2.33766 6.04851 2.34577 6.04447 2.3536 6.04055C2.38279 6.02596 2.40953 6.01249 2.43407 5.99999C2.40953 5.98748 2.38279 5.97401 2.3536 5.95942C2.34577 5.9555 2.33766 5.95146 2.32928 5.94728C2.18058 5.87314 1.94932 5.75785 1.76019 5.60024C1.53735 5.41454 1.29999 5.1099 1.29999 4.66665C1.29999 4.2234 1.53735 3.91876 1.76019 3.73306C1.94932 3.57545 2.18058 3.46016 2.32928 3.38602C2.33766 3.38185 2.34577 3.3778 2.3536 3.37389C2.38279 3.35929 2.40953 3.34582 2.43407 3.33332C2.40953 3.32082 2.38279 3.30735 2.3536 3.29275C2.34577 3.28884 2.33766 3.28479 2.32928 3.28061C2.18058 3.20648 1.94932 3.09118 1.76019 2.93357C1.53735 2.74787 1.29999 2.44324 1.29999 1.99999V1.33332C1.29999 0.94672 1.61339 0.633319 1.99999 0.633319C2.38658 0.633319 2.69999 0.94672 2.69999 1.33332V1.88986C2.75419 1.92542 2.83816 1.96978 2.9797 2.04055C2.98753 2.04447 2.99565 2.04851 3.00402 2.05269C3.15273 2.12683 3.38398 2.24212 3.57311 2.39973C3.79595 2.58543 4.03332 2.89007 4.03332 3.33332C4.03332 3.77657 3.79595 4.08121 3.57311 4.26691C3.38398 4.42452 3.15273 4.53981 3.00403 4.61395C2.99565 4.61812 2.98753 4.62217 2.9797 4.62608C2.95051 4.64068 2.92377 4.65415 2.89924 4.66665C2.92377 4.67915 2.95051 4.69263 2.9797 4.70722C2.98753 4.71114 2.99565 4.71518 3.00403 4.71936C3.15273 4.7935 3.38398 4.90879 3.57311 5.0664C3.79595 5.2521 4.03332 5.55673 4.03332 5.99999C4.03332 6.44324 3.79595 6.74787 3.57311 6.93357C3.38398 7.09118 3.15273 7.20648 3.00403 7.28061C2.99565 7.28479 2.98753 7.28884 2.9797 7.29275C2.95051 7.30735 2.92377 7.32082 2.89924 7.33332C2.92377 7.34582 2.95051 7.35929 2.9797 7.37389C2.98753 7.3778 2.99565 7.38185 3.00403 7.38603C3.14279 7.45521 3.35344 7.56023 3.53466 7.70203L9.61834 1.61834C9.93111 1.30558 10.3024 1.05749 10.7111 0.888221ZM11.5048 7.27853C11.5049 7.27841 11.5051 7.27828 11.5052 7.27816L13.3917 5.39168C13.5744 5.20892 13.7194 4.99195 13.8183 4.75316C13.9075 4.53793 13.9576 4.30877 13.9667 4.07638V3.99999C13.9667 3.98678 13.967 3.97367 13.9677 3.96064C13.9628 3.71558 13.9122 3.47347 13.8183 3.24681C13.7194 3.00802 13.5744 2.79105 13.3917 2.60829C13.2089 2.42553 12.992 2.28056 12.7532 2.18165C12.5144 2.08274 12.2584 2.03184 12 2.03184C11.7415 2.03184 11.4856 2.08274 11.2468 2.18165C11.008 2.28056 10.7911 2.42553 10.6083 2.60829L2.60829 10.6083C2.23919 10.9774 2.03184 11.478 2.03184 12C2.03184 12.2584 2.08274 12.5144 2.18165 12.7532C2.28056 12.992 2.42553 13.2089 2.60829 13.3917C2.79105 13.5744 3.00802 13.7194 3.24681 13.8183C3.48559 13.9172 3.74152 13.9681 3.99999 13.9681C4.52197 13.9681 5.02258 13.7608 5.39168 13.3917L11.5048 7.27853ZM13.9667 6.7966L12.7 8.06327V13.8379C12.9567 13.7401 13.1926 13.5886 13.3906 13.3906C13.7594 13.0218 13.9667 12.5216 13.9667 12V6.7966ZM11.3 3.99999C11.3 3.61339 11.6134 3.29999 12 3.29999H12.0067C12.3933 3.29999 12.7067 3.61339 12.7067 3.99999C12.7067 4.38658 12.3933 4.69999 12.0067 4.69999H12C11.6134 4.69999 11.3 4.38658 11.3 3.99999ZM3.29999 12C3.29999 11.6134 3.61339 11.3 3.99999 11.3H4.00665C4.39325 11.3 4.70665 11.6134 4.70665 12C4.70665 12.3866 4.39325 12.7 4.00665 12.7H3.99999C3.61339 12.7 3.29999 12.3866 3.29999 12Z", fill: "currentColor", }), }), - rb = (e) => - kt("svg", { + qL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.9821 1.97091C5.14147 1.10207 6.55125 0.632446 8.00005 0.632446C9.44885 0.632446 10.8586 1.10207 12.018 1.97091C13.1774 2.83975 14.0239 4.06099 14.4306 5.45153C14.8373 6.84207 14.7824 8.32699 14.274 9.68365C13.7655 11.0403 12.831 12.1956 11.6106 12.9764C11.2849 13.1847 10.8521 13.0896 10.6437 12.7639C10.4354 12.4383 10.5305 12.0054 10.8562 11.797C11.8216 11.1794 12.5608 10.2655 12.963 9.19236C13.3652 8.11917 13.4087 6.94454 13.0869 5.84456C12.7652 4.74458 12.0955 3.77852 11.1784 3.09123C10.2613 2.40394 9.14612 2.03245 8.00005 2.03245C6.85398 2.03245 5.73879 2.40394 4.82167 3.09123C3.90455 3.77852 3.23493 4.74458 2.91319 5.84456C2.59145 6.94454 2.63493 8.11917 3.03711 9.19236C3.4393 10.2655 4.17852 11.1794 5.14394 11.797C5.4696 12.0054 5.56471 12.4383 5.35638 12.7639C5.14805 13.0896 4.71516 13.1847 4.38949 12.9764C3.16905 12.1956 2.23457 11.0403 1.72615 9.68365C1.21773 8.32699 1.16276 6.84207 1.56949 5.45153C1.97621 4.06099 2.82272 2.83975 3.9821 1.97091ZM8.00005 4.70004C7.51101 4.70004 7.03163 4.83622 6.61562 5.09333C6.19962 5.35043 5.86343 5.7183 5.64472 6.15571C5.42602 6.59312 5.33344 7.0828 5.37736 7.56986C5.42128 8.05693 5.59996 8.52214 5.89338 8.91337C6.12534 9.22265 6.06266 9.66141 5.75338 9.89337C5.4441 10.1253 5.00534 10.0627 4.77338 9.75337C4.32396 9.15414 4.05028 8.4416 3.98301 7.69559C3.91575 6.94958 4.05755 6.19957 4.39253 5.52961C4.72751 4.85965 5.24243 4.29621 5.8796 3.90242C6.51677 3.50862 7.25101 3.30004 8.00005 3.30004C8.74909 3.30004 9.48333 3.50862 10.1205 3.90242C10.7577 4.29621 11.2726 4.85965 11.6076 5.52961C11.9426 6.19957 12.0844 6.94958 12.0171 7.69559C11.9498 8.4416 11.6761 9.15414 11.2267 9.75337C10.9948 10.0627 10.556 10.1253 10.2467 9.89337C9.93744 9.66141 9.87476 9.22265 10.1067 8.91337C10.4001 8.52214 10.5788 8.05693 10.6227 7.56986C10.6667 7.0828 10.5741 6.59312 10.3554 6.15571C10.1367 5.7183 9.80048 5.35043 9.38447 5.09333C8.96847 4.83622 8.48909 4.70004 8.00005 4.70004ZM8.00005 7.36671C8.01846 7.36671 8.03338 7.35178 8.03338 7.33337C8.03338 7.31496 8.01846 7.30004 8.00005 7.30004C7.98164 7.30004 7.96672 7.31496 7.96672 7.33337C7.96672 7.35178 7.98164 7.36671 8.00005 7.36671ZM6.63338 7.33337C6.63338 6.57858 7.24526 5.96671 8.00005 5.96671C8.75484 5.96671 9.36672 6.57858 9.36672 7.33337C9.36672 8.08816 8.75484 8.70004 8.00005 8.70004C7.24526 8.70004 6.63338 8.08816 6.63338 7.33337ZM7.03367 10.367C7.28997 10.1107 7.63759 9.96671 8.00005 9.96671C8.36251 9.96671 8.71013 10.1107 8.96643 10.367C9.22273 10.6233 9.36672 10.9709 9.36672 11.3334C9.36672 11.3592 9.36529 11.385 9.36244 11.4107L9.0322 14.3828C9.01996 14.6388 8.91284 14.8819 8.73073 15.0641C8.53694 15.2578 8.27411 15.3667 8.00005 15.3667C7.72599 15.3667 7.46316 15.2578 7.26937 15.0641C7.08726 14.8819 6.98014 14.6388 6.9679 14.3828L6.63766 11.4107C6.63481 11.385 6.63338 11.3592 6.63338 11.3334C6.63338 10.9709 6.77737 10.6233 7.03367 10.367Z", fill: "currentColor", }), }), - ob = (e) => - kt("svg", { + YL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89559 1.22885C4.27691 0.847526 4.7941 0.633301 5.33337 0.633301C5.87264 0.633301 6.38983 0.847526 6.77115 1.22885C7.15248 1.61017 7.3667 2.12736 7.3667 2.66663V4.06778C7.56928 4.00138 7.78287 3.96663 8.00004 3.96663C8.53931 3.96663 9.0565 4.18086 9.43782 4.56218C9.53535 4.65971 9.62194 4.76612 9.69682 4.87952C9.99192 4.71937 10.3249 4.6333 10.6667 4.6333C11.206 4.6333 11.7232 4.84753 12.1045 5.22885C12.202 5.32638 12.2886 5.43279 12.3635 5.54619C12.6586 5.38604 12.9915 5.29997 13.3334 5.29997C13.8726 5.29997 14.3898 5.51419 14.7712 5.89552C15.1525 6.27684 15.3667 6.79403 15.3667 7.3333V9.3333C15.3667 10.9334 14.731 12.468 13.5996 13.5995C12.4681 14.731 10.9335 15.3666 9.33337 15.3666H8.00004C5.9452 15.3666 4.63549 14.7178 3.5134 13.6033L3.51173 13.6016L1.11173 11.2016C1.10332 11.1932 1.09512 11.1846 1.08715 11.1757C0.737354 10.7883 0.549933 10.2812 0.563696 9.75947C0.577459 9.23769 0.79135 8.74119 1.16109 8.37276C1.53082 8.00433 2.02808 7.7922 2.5499 7.78028C2.80794 7.77439 3.06221 7.81768 3.30004 7.90541V2.66663C3.30004 2.12736 3.51426 1.61017 3.89559 1.22885ZM4.17173 10.4949C4.4451 10.7683 4.88831 10.7683 5.16168 10.4949C5.43504 10.2216 5.43504 9.77836 5.16168 9.50499L4.70004 9.04335V2.66663C4.70004 2.49866 4.76676 2.33757 4.88554 2.2188C5.00431 2.10003 5.1654 2.0333 5.33337 2.0333C5.50134 2.0333 5.66243 2.10003 5.7812 2.2188C5.89998 2.33757 5.9667 2.49866 5.9667 2.66663V6.66663C5.9667 7.05323 6.2801 7.36663 6.6667 7.36663C7.0533 7.36663 7.3667 7.05323 7.3667 6.66663V5.99997C7.3667 5.832 7.43343 5.67091 7.5522 5.55213C7.67098 5.43336 7.83207 5.36663 8.00004 5.36663C8.16801 5.36663 8.3291 5.43336 8.44787 5.55213C8.56664 5.67091 8.63337 5.832 8.63337 5.99997V6.66663C8.63337 7.05323 8.94677 7.36663 9.33337 7.36663C9.71997 7.36663 10.0334 7.05323 10.0334 6.66663C10.0334 6.49866 10.1001 6.33757 10.2189 6.2188C10.3376 6.10003 10.4987 6.0333 10.6667 6.0333C10.8347 6.0333 10.9958 6.10003 11.1145 6.2188C11.2333 6.33757 11.3 6.49866 11.3 6.66663V7.3333C11.3 7.7199 11.6134 8.0333 12 8.0333C12.3866 8.0333 12.7 7.7199 12.7 7.3333C12.7 7.16533 12.7668 7.00424 12.8855 6.88547C13.0043 6.76669 13.1654 6.69997 13.3334 6.69997C13.5013 6.69997 13.6624 6.76669 13.7812 6.88547C13.9 7.00424 13.9667 7.16533 13.9667 7.3333V9.3333C13.9667 10.5621 13.4785 11.7406 12.6096 12.6096C11.7407 13.4785 10.5622 13.9666 9.33337 13.9666H8.00004C6.32212 13.9666 5.36525 13.4691 4.50091 12.6109C4.50061 12.6106 4.50031 12.6103 4.50001 12.61L2.11662 10.2266C2.01387 10.1074 1.95905 9.95405 1.96321 9.79638C1.9675 9.63386 2.03412 9.47921 2.14928 9.36446C2.26444 9.2497 2.41933 9.18363 2.58186 9.17992C2.73988 9.17631 2.89336 9.23191 3.0123 9.33551L4.17173 10.4949Z", fill: "currentColor", }), }), - ib = (e) => - kt("svg", { + KL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838393 0.838326C1.11176 0.564959 1.55498 0.564959 1.82834 0.838326L13.5996 12.6095L15.1617 14.1717C15.435 14.445 15.435 14.8882 15.1617 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13.0759 14.0658C12.64 14.4104 12.1577 14.694 11.6422 14.9074C10.9102 15.2106 10.1257 15.3667 9.33337 15.3666C9.33336 15.3666 9.33338 15.3666 9.33337 15.3666H8.02105C7.19076 15.415 6.3596 15.2861 5.58284 14.9883C4.79941 14.688 4.0896 14.2229 3.50142 13.6246C3.5012 13.6244 3.50164 13.6248 3.50142 13.6246L1.10832 11.1982L1.09458 11.1839C0.738372 10.8016 0.542986 10.2969 0.548961 9.7744C0.554936 9.25192 0.761814 8.7518 1.12668 8.37779C1.49154 8.00377 1.98638 7.78457 2.50854 7.76565C2.78084 7.75578 3.04966 7.80078 3.30003 7.89525V4.28992L0.838393 1.82828C0.565026 1.55491 0.565026 1.11169 0.838393 0.838326ZM4.70003 5.68992V9.04335L5.16168 9.50499C5.43504 9.77836 5.43504 10.2216 5.16168 10.4949C4.88831 10.7683 4.44509 10.7683 4.17173 10.4949L2.98933 9.31254C2.86937 9.21185 2.71615 9.15904 2.55923 9.16473C2.39659 9.17062 2.24246 9.2389 2.12881 9.3554C2.01517 9.47189 1.95073 9.62767 1.94887 9.79041C1.94704 9.95044 2.00586 10.1051 2.11334 10.2235L4.4993 12.6427C4.94706 13.0983 5.48746 13.4524 6.08395 13.6811C6.68044 13.9097 7.31908 14.0076 7.95667 13.968C7.97111 13.9671 7.98557 13.9666 8.00004 13.9666H9.33337C9.94183 13.9667 10.5444 13.8468 11.1065 13.614C11.4517 13.471 11.7775 13.2872 12.0771 13.067L4.70003 5.68992ZM4.91653 0.676834C5.21246 0.614853 5.51848 0.619646 5.81232 0.690864C6.10616 0.762082 6.38042 0.897933 6.61513 1.08852C6.84984 1.27912 7.03909 1.51965 7.1691 1.79262C7.29912 2.06558 7.36662 2.3641 7.3667 2.66645V2.99997C7.3667 3.38657 7.0533 3.69997 6.6667 3.69997C6.2801 3.69997 5.9667 3.38657 5.9667 2.99997V2.66682C5.9667 2.66676 5.9667 2.66688 5.9667 2.66682C5.96665 2.57271 5.94563 2.47961 5.90516 2.39464C5.86466 2.30962 5.80571 2.2347 5.73261 2.17533C5.6595 2.11597 5.57407 2.07365 5.48255 2.05147C5.39103 2.02929 5.29571 2.0278 5.20354 2.0471C4.82515 2.12635 4.45415 1.88386 4.3749 1.50547C4.29565 1.12708 4.53815 0.756087 4.91653 0.676834ZM7.76457 4.50953C7.89 4.14384 8.28812 3.94907 8.65381 4.0745C8.95567 4.17804 9.22892 4.35117 9.45146 4.57989C9.54195 4.67289 9.62303 4.77403 9.69378 4.88179C9.79865 4.82464 9.90886 4.77657 10.0233 4.7384C10.4322 4.60198 10.874 4.59908 11.2847 4.7301C11.6954 4.86111 12.0538 5.11928 12.3082 5.46731C12.3272 5.49326 12.3455 5.51962 12.3632 5.54635C12.6584 5.3861 12.9914 5.29997 13.3334 5.29997C13.8726 5.29997 14.3898 5.51419 14.7712 5.89552C15.1525 6.27684 15.3667 6.79403 15.3667 7.3333V9.33205C15.3686 9.89248 15.2925 10.4505 15.1404 10.9899C15.0356 11.362 14.6489 11.5786 14.2768 11.4737C13.9047 11.3688 13.6881 10.9822 13.793 10.6101C13.9098 10.1955 13.9683 9.76662 13.9667 9.33589L13.9667 9.3333V7.3333C13.9667 7.16533 13.9 7.00424 13.7812 6.88547C13.6624 6.76669 13.5013 6.69997 13.3334 6.69997C13.1654 6.69997 13.0043 6.76669 12.8855 6.88547C12.7668 7.00424 12.7 7.16533 12.7 7.3333C12.7 7.7199 12.3866 8.0333 12 8.0333C11.6134 8.0333 11.3 7.7199 11.3 7.3333L11.3 6.66696L11.4124 6.66663M11.3 6.66696C11.2999 6.53279 11.2572 6.40181 11.178 6.2935C11.0988 6.18509 10.9871 6.10468 10.8592 6.06387C10.7313 6.02306 10.5937 6.02397 10.4663 6.06646C10.3389 6.10895 10.2283 6.19082 10.1505 6.30026C9.92652 6.61533 9.48949 6.68915 9.17441 6.46513C9.08561 6.402 9.01597 6.32194 8.96676 6.23246C8.79655 6.15169 8.65925 6.00285 8.59859 5.80885C8.56893 5.71398 8.51736 5.62743 8.44804 5.55618C8.37873 5.48494 8.29362 5.43102 8.19959 5.39877C7.83391 5.27334 7.63914 4.87521 7.76457 4.50953", fill: "currentColor", }), }), - lb = (e) => - kt("svg", { + XL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.89555 1.22885C4.27687 0.847526 4.79406 0.633301 5.33333 0.633301C5.82484 0.633301 6.298 0.811256 6.66667 1.13149C7.03534 0.811256 7.50849 0.633301 8 0.633301C8.49151 0.633301 8.96466 0.811256 9.33333 1.13149C9.702 0.811256 10.1752 0.633301 10.6667 0.633301C11.2059 0.633301 11.7231 0.847526 12.1045 1.22885C12.3388 1.4632 12.51 1.74885 12.6072 2.05942C12.9178 2.15661 13.2034 2.32784 13.4378 2.56218C13.8191 2.94351 14.0333 3.46069 14.0333 3.99997C14.0333 4.26225 13.9827 4.51931 13.8867 4.75805C14.0344 4.82905 14.1693 4.9302 14.2815 5.06108C14.5299 5.35091 14.6209 5.73221 14.5571 6.11505C14.5553 6.12614 14.5532 6.1372 14.5508 6.14819L12.8184 14.1438C12.7431 14.5104 12.5111 14.8047 12.2815 14.9961C12.0517 15.1875 11.7151 15.3666 11.3333 15.3666H9.34049C9.33621 15.3667 9.33192 15.3667 9.32762 15.3666H6.67237C6.66808 15.3667 6.66379 15.3667 6.65951 15.3666H4.66667C3.94773 15.3666 3.31268 14.8776 3.17948 14.1341L1.44921 6.14819C1.44682 6.1372 1.44471 6.12614 1.44286 6.11505C1.37905 5.73221 1.47009 5.35091 1.71852 5.06108C1.8307 4.9302 1.96563 4.82905 2.11327 4.75805C2.01734 4.51931 1.96667 4.26225 1.96667 3.99997C1.96667 3.46069 2.18089 2.94351 2.56222 2.56218C2.79656 2.32784 3.08222 2.1566 3.39278 2.05942C3.48997 1.74885 3.6612 1.4632 3.89555 1.22885ZM2.8568 6.0333L4.55079 13.8517C4.55317 13.8627 4.55529 13.8738 4.55714 13.8849C4.56272 13.9184 4.57567 13.9339 4.58666 13.9429C4.59907 13.9532 4.62386 13.9666 4.66667 13.9666H5.91488L5.34822 6.0333H2.8568ZM5.99424 4.6333H4C3.83203 4.6333 3.67094 4.56657 3.55216 4.4478C3.43339 4.32903 3.36667 4.16794 3.36667 3.99997C3.36667 3.832 3.43339 3.67091 3.55216 3.55213C3.67094 3.43336 3.83203 3.36663 4 3.36663C4.3866 3.36663 4.7 3.05323 4.7 2.66663C4.7 2.49866 4.76673 2.33757 4.8855 2.2188C5.00427 2.10003 5.16536 2.0333 5.33333 2.0333C5.5013 2.0333 5.66239 2.10003 5.78117 2.2188C5.89994 2.33757 5.96667 2.49866 5.96667 2.66663C5.96667 3.05323 6.28007 3.36663 6.66667 3.36663C7.05327 3.36663 7.36667 3.05323 7.36667 2.66663C7.36667 2.49866 7.43339 2.33757 7.55217 2.2188C7.67094 2.10003 7.83203 2.0333 8 2.0333C8.16797 2.0333 8.32906 2.10003 8.44783 2.2188C8.56661 2.33757 8.63333 2.49866 8.63333 2.66663C8.63333 3.05323 8.94673 3.36663 9.33333 3.36663C9.71993 3.36663 10.0333 3.05323 10.0333 2.66663C10.0333 2.49866 10.1001 2.33757 10.2188 2.2188C10.3376 2.10003 10.4987 2.0333 10.6667 2.0333C10.8346 2.0333 10.9957 2.10003 11.1145 2.2188C11.2333 2.33757 11.3 2.49866 11.3 2.66663C11.3 3.05323 11.6134 3.36663 12 3.36663C12.168 3.36663 12.3291 3.43336 12.4478 3.55213C12.5666 3.67091 12.6333 3.832 12.6333 3.99997C12.6333 4.16794 12.5666 4.32903 12.4478 4.4478C12.3291 4.56657 12.168 4.6333 12 4.6333H10.0058C10.0014 4.63326 9.99711 4.63326 9.99279 4.6333H6.00721C6.00289 4.63326 5.99857 4.63326 5.99424 4.6333ZM6.75178 6.0333L7.31845 13.9666H8.68155L9.24822 6.0333H6.75178ZM10.6518 6.0333L10.0851 13.9666H11.3121C11.313 13.9663 11.3138 13.9659 11.3148 13.9655C11.3319 13.9582 11.3576 13.9436 11.3852 13.9205C11.4128 13.8976 11.4329 13.8741 11.4446 13.8565C11.4471 13.8528 11.4489 13.8499 11.4501 13.8477L13.1432 6.0333H10.6518Z", fill: "currentColor", }), }), - ab = (e) => - kt("svg", { + QL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.77169 1.83841C2.53065 1.07945 3.56001 0.653076 4.63333 0.653076C5.70666 0.653076 6.73602 1.07945 7.49497 1.83841L12.895 7.23841C13.7017 8.04511 13.7017 9.28832 12.895 10.095L11.9899 11L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8883 15.4351 14.4451 15.4351 14.1717 15.1617L11 11.99L10.095 12.895C9.27946 13.7105 8.07765 13.6732 7.23691 13.0193C7.214 13.0014 7.19222 12.9822 7.17169 12.9617L1.77169 7.56169C1.01274 6.80274 0.586361 5.77337 0.586361 4.70005C0.586361 3.62672 1.01274 2.59736 1.77169 1.83841ZM11.905 9.10507C12.165 8.84511 12.165 8.48832 11.905 8.22836L6.50502 2.82836C6.00862 2.33195 5.33535 2.05308 4.63333 2.05308C3.93131 2.05308 3.25804 2.33195 2.76164 2.82836C2.26524 3.32476 1.98636 3.99803 1.98636 4.70005C1.98636 5.40207 2.26524 6.07534 2.76164 6.57174L8.12708 11.9372C8.47815 12.1913 8.86099 12.1491 9.10503 11.9051L11.905 9.10507Z", fill: "currentColor", }), }), - Cb = (e) => - kt("svg", { + JL = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.6317 2.14359C12.2885 2.72734 12.7 3.58787 12.7 4.66667C12.7 5.05327 12.3866 5.36667 12 5.36667C11.6134 5.36667 11.3 5.05327 11.3 4.66667C11.3 3.9678 11.0449 3.49508 10.7016 3.19C10.3455 2.87346 9.85087 2.70017 9.33334 2.70017C8.81581 2.70017 8.32117 2.87346 7.96504 3.19C7.6218 3.49508 7.36667 3.9678 7.36667 4.66667V7.96667H10.6667C11.0533 7.96667 11.3667 8.28007 11.3667 8.66667C11.3667 9.05327 11.0533 9.36667 10.6667 9.36667H7.36667V13.3H12C12.3866 13.3 12.7 13.6134 12.7 14C12.7 14.3866 12.3866 14.7 12 14.7H4C3.6134 14.7 3.3 14.3866 3.3 14C3.3 13.6134 3.6134 13.3 4 13.3H5.96667V9.36667H4C3.6134 9.36667 3.3 9.05327 3.3 8.66667C3.3 8.28007 3.6134 7.96667 4 7.96667H5.96667V4.66667C5.96667 3.58787 6.37821 2.72734 7.03496 2.14359C7.67884 1.5713 8.51753 1.30017 9.33334 1.30017C10.1491 1.30017 10.9878 1.5713 11.6317 2.14359Z", fill: "currentColor", }), }), - sb = (e) => - kt("svg", { + eb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633301C8.3866 0.633301 8.7 0.946701 8.7 1.3333V7.99997C8.7 8.38657 8.3866 8.69997 8 8.69997C7.6134 8.69997 7.3 8.38657 7.3 7.99997V1.3333C7.3 0.946701 7.6134 0.633301 8 0.633301ZM11.7718 3.9049C12.0452 3.63158 12.4884 3.63167 12.7617 3.90508C13.6972 4.84093 14.3347 6.03283 14.5937 7.33048C14.8527 8.62813 14.7216 9.97342 14.217 11.1967C13.7124 12.4199 12.8569 13.4664 11.7584 14.2041C10.6598 14.9418 9.36747 15.3376 8.04423 15.3418C6.721 15.3459 5.42616 14.9582 4.32302 14.2274C3.21988 13.4966 2.35784 12.4555 1.84561 11.2354C1.33337 10.0154 1.19389 8.67092 1.44474 7.37167C1.6956 6.07242 2.32556 4.87655 3.25518 3.93486C3.52678 3.65974 3.96998 3.65688 4.24511 3.92848C4.52023 4.20008 4.52309 4.64328 4.25149 4.91841C3.51612 5.66332 3.01779 6.60931 2.81936 7.63708C2.62092 8.66484 2.73126 9.72835 3.13646 10.6935C3.54166 11.6586 4.22357 12.4822 5.0962 13.0602C5.96884 13.6383 6.99311 13.9451 8.03985 13.9418C9.08659 13.9385 10.1089 13.6254 10.9779 13.0418C11.8469 12.4583 12.5236 11.6305 12.9228 10.6628C13.3219 9.69517 13.4256 8.63099 13.2207 7.6045C13.0159 6.578 12.5116 5.63515 11.7716 4.89485C11.4983 4.62143 11.4984 4.17822 11.7718 3.9049Z", fill: "currentColor", }), }), - cb = (e) => - kt("svg", { + tb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838357 0.838326C1.11172 0.564959 1.55494 0.564959 1.82831 0.838326L4.59566 3.60568C4.5993 3.60924 4.60291 3.61286 4.60649 3.61651L13.0501 12.0601C13.0538 12.0637 13.0574 12.0673 13.061 12.071L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L12.5743 13.5642C12.0869 14.0261 11.5317 14.4131 10.9268 14.7112C10.0936 15.1217 9.18416 15.3545 8.25622 15.3948C7.32827 15.4351 6.40209 15.282 5.53646 14.9453C4.67083 14.6086 3.88467 14.0955 3.2279 13.4387C2.57113 12.782 2.05808 11.9958 1.72134 11.1302C1.3846 10.2645 1.23152 9.33836 1.27182 8.41041C1.31212 7.48247 1.54492 6.57304 1.95544 5.73987C2.25351 5.13492 2.64053 4.57977 3.10245 4.09237L0.838357 1.82828C0.56499 1.55491 0.56499 1.11169 0.838357 0.838326ZM4.09285 5.08277C3.73881 5.46169 3.4415 5.89139 3.21128 6.35864C2.88654 7.01771 2.70238 7.73711 2.67051 8.47116C2.63863 9.2052 2.75972 9.93786 3.0261 10.6226C3.29247 11.3074 3.69831 11.9292 4.21785 12.4488C4.73739 12.9683 5.35927 13.3742 6.04402 13.6405C6.72877 13.9069 7.46143 14.028 8.19547 13.9961C8.92952 13.9642 9.64892 13.7801 10.308 13.4554C10.7752 13.2251 11.2049 12.9278 11.5839 12.5738L4.09285 5.08277ZM8 0.633301C8.3866 0.633301 8.7 0.946701 8.7 1.3333V3.99997C8.7 4.38657 8.3866 4.69997 8 4.69997C7.6134 4.69997 7.3 4.38657 7.3 3.99997V1.3333C7.3 0.946701 7.6134 0.633301 8 0.633301ZM11.7451 3.93154C12.0186 3.65824 12.4618 3.65835 12.7351 3.93178C13.5358 4.73291 14.1204 5.72398 14.4342 6.81236C14.7479 7.90073 14.7806 9.05089 14.5292 10.1553C14.4434 10.5323 14.0683 10.7683 13.6913 10.6825C13.3143 10.5967 13.0783 10.2216 13.1641 9.8446C13.363 8.97093 13.3371 8.06111 13.0889 7.20015C12.8407 6.3392 12.3783 5.55522 11.7449 4.92149C11.4716 4.64805 11.4717 4.20484 11.7451 3.93154Z", fill: "currentColor", }), }), - db = (e) => - kt("svg", { + nb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633331 2.00005C0.633331 1.61345 0.946732 1.30005 1.33333 1.30005H14.6667C15.0533 1.30005 15.3667 1.61345 15.3667 2.00005C15.3667 2.37547 15.0711 2.68187 14.7 2.69927V9.33338C14.7 9.87266 14.4858 10.3898 14.1044 10.7712C13.7231 11.1525 13.2059 11.3667 12.6667 11.3667H9.68995L11.8283 13.5051C12.1017 13.7784 12.1017 14.2217 11.8283 14.495C11.5549 14.7684 11.1117 14.7684 10.8384 14.495L8 11.6567L5.16164 14.495C4.88827 14.7684 4.44506 14.7684 4.17169 14.495C3.89832 14.2217 3.89832 13.7784 4.17169 13.5051L6.31005 11.3667H3.33333C2.79406 11.3667 2.27687 11.1525 1.89555 10.7712C1.51422 10.3898 1.3 9.87266 1.3 9.33338V2.69927C0.928877 2.68187 0.633331 2.37547 0.633331 2.00005ZM2.7 2.70005V9.33338C2.7 9.50135 2.76672 9.66244 2.8855 9.78122C3.00427 9.89999 3.16536 9.96672 3.33333 9.96672H12.6667C12.8346 9.96672 12.9957 9.89999 13.1145 9.78122C13.2333 9.66244 13.3 9.50135 13.3 9.33338V2.70005H2.7Z", fill: "currentColor", }), }), - ub = (e) => - kt("svg", { + rb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3 1.3333C3.3 0.946701 3.6134 0.633301 4 0.633301H12C12.3866 0.633301 12.7 0.946701 12.7 1.3333V5.29997H13.3333C13.8726 5.29997 14.3898 5.51419 14.7711 5.89552C15.1524 6.27684 15.3667 6.79403 15.3667 7.3333V10.6666C15.3667 11.2059 15.1524 11.7231 14.7711 12.1044C14.3898 12.4857 13.8726 12.7 13.3333 12.7H12.7V14.6666C12.7 15.0532 12.3866 15.3666 12 15.3666H4C3.6134 15.3666 3.3 15.0532 3.3 14.6666V12.7H2.66666C2.12739 12.7 1.6102 12.4857 1.22888 12.1044C0.847557 11.7231 0.633331 11.2059 0.633331 10.6666V7.3333C0.633331 6.79403 0.847557 6.27684 1.22888 5.89552C1.6102 5.51419 2.12739 5.29997 2.66666 5.29997H3.3V1.3333ZM2.66666 6.69997C2.49869 6.69997 2.3376 6.76669 2.21883 6.88547C2.10006 7.00424 2.03333 7.16533 2.03333 7.3333V10.6666C2.03333 10.8346 2.10006 10.9957 2.21883 11.1145C2.3376 11.2332 2.49869 11.3 2.66666 11.3H3.3V9.3333C3.3 8.9467 3.6134 8.6333 4 8.6333H12C12.3866 8.6333 12.7 8.9467 12.7 9.3333V11.3H13.3333C13.5013 11.3 13.6624 11.2332 13.7812 11.1145C13.8999 10.9957 13.9667 10.8346 13.9667 10.6666V7.3333C13.9667 7.16533 13.8999 7.00424 13.7812 6.88547C13.6624 6.76669 13.5013 6.69997 13.3333 6.69997H2.66666ZM11.3 5.29997H4.7V2.0333H11.3V5.29997ZM11.3 10.0333H4.7V13.9666H11.3V10.0333Z", fill: "currentColor", }), }), - pb = (e) => - kt("svg", { + ob = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 1.30005C6.3866 1.30005 6.7 1.61345 6.7 2.00005V4.00005C6.7 4.38665 6.3866 4.70005 6 4.70005C5.6134 4.70005 5.3 4.38665 5.3 4.00005V2.00005C5.3 1.61345 5.6134 1.30005 6 1.30005ZM1.50502 2.83841C1.77839 2.56504 2.22161 2.56504 2.49497 2.83841L3.82831 4.17174C4.10167 4.44511 4.10167 4.88832 3.82831 5.16169C3.55494 5.43506 3.11172 5.43506 2.83836 5.16169L1.50502 3.82836C1.23166 3.55499 1.23166 3.11177 1.50502 2.83841ZM10.495 2.83841C10.7683 3.11177 10.7683 3.55499 10.495 3.82836L9.16164 5.16169C8.88827 5.43506 8.44506 5.43506 8.17169 5.16169C7.89832 4.88832 7.89832 4.44511 8.17169 4.17174L9.50502 2.83841C9.77839 2.56504 10.2216 2.56504 10.495 2.83841ZM6 7.36671C5.28203 7.36671 4.7 7.94874 4.7 8.66671C4.7 9.38469 5.28203 9.96671 6 9.96671C6.71797 9.96671 7.3 9.38469 7.3 8.66671C7.3 7.94874 6.71797 7.36671 6 7.36671ZM3.67093 7.30005C4.1401 6.50222 5.00751 5.96672 6 5.96672C6.99248 5.96672 7.8599 6.50222 8.32906 7.30005H13.3333C13.8726 7.30005 14.3898 7.51427 14.7711 7.8956C15.1524 8.27692 15.3667 8.79411 15.3667 9.33338V12C15.3667 12.5393 15.1524 13.0565 14.7711 13.4378C14.3898 13.8192 13.8726 14.0334 13.3333 14.0334H2.66666C2.12739 14.0334 1.6102 13.8192 1.22888 13.4378C0.847557 13.0565 0.633331 12.5393 0.633331 12V9.33338C0.633331 8.79411 0.847557 8.27692 1.22888 7.8956C1.6102 7.51427 2.12739 7.30005 2.66666 7.30005H3.67093ZM3.3002 8.70005H2.66666C2.49869 8.70005 2.3376 8.76677 2.21883 8.88555C2.10006 9.00432 2.03333 9.16541 2.03333 9.33338V12C2.03333 12.168 2.10006 12.3291 2.21883 12.4479C2.3376 12.5667 2.49869 12.6334 2.66666 12.6334H13.3333C13.5013 12.6334 13.6624 12.5667 13.7812 12.4479C13.8999 12.3291 13.9667 12.168 13.9667 12V9.33338C13.9667 9.16541 13.8999 9.00432 13.7812 8.88555C13.6624 8.76677 13.5013 8.70005 13.3333 8.70005H8.6998C8.68194 10.1759 7.48004 11.3667 6 11.3667C4.51996 11.3667 3.31805 10.1759 3.3002 8.70005ZM9.96666 10.6667C9.96666 10.2801 10.2801 9.96671 10.6667 9.96671H12C12.3866 9.96671 12.7 10.2801 12.7 10.6667C12.7 11.0533 12.3866 11.3667 12 11.3667H10.6667C10.2801 11.3667 9.96666 11.0533 9.96666 10.6667Z", fill: "currentColor", }), }), - mb = (e) => - kt("svg", { + ib = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 3.36667C2.31688 3.36667 2.03333 3.65023 2.03333 4.00001V5.30001H10C10.5393 5.30001 11.0565 5.51423 11.4378 5.89556C11.8191 6.27688 12.0333 6.79407 12.0333 7.33334V12.6333H13.3333C13.6831 12.6333 13.9667 12.3498 13.9667 12V4.00001C13.9667 3.65023 13.6831 3.36667 13.3333 3.36667H2.66666ZM13.3333 14.0333C14.4563 14.0333 15.3667 13.123 15.3667 12V4.00001C15.3667 2.87703 14.4563 1.96667 13.3333 1.96667H2.66666C1.54369 1.96667 0.633331 2.87703 0.633331 4.00001V12C0.633331 13.123 1.54369 14.0333 2.66666 14.0333H13.3333ZM10.6333 12.6333V7.33334C10.6333 7.16537 10.5666 7.00428 10.4478 6.88551C10.3291 6.76673 10.168 6.70001 10 6.70001H8.7V12.6333H10.6333ZM7.3 12.6333V6.70001H2.03333V12C2.03333 12.3498 2.31688 12.6333 2.66666 12.6333H7.3Z", fill: "currentColor", }), }), - hb = (e) => - kt("svg", { + lb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50501 0.616524C7.77838 0.343157 8.2216 0.343157 8.49496 0.616524L10.2897 2.41128C10.7254 1.73812 11.2824 1.31212 11.9167 1.15097C12.7936 0.928187 13.6347 1.26144 14.1867 1.81342C14.7387 2.3654 15.0719 3.20651 14.8491 4.08344C14.688 4.71775 14.262 5.27468 13.5888 5.71038L15.3836 7.50513C15.6569 7.7785 15.6569 8.22172 15.3836 8.49508L12.9037 10.975C12.7358 11.1428 12.4944 11.2142 12.2623 11.1645C12.0302 11.1149 11.8391 10.951 11.7546 10.7292C11.3922 9.77792 10.9325 9.47405 10.6272 9.39648C10.3094 9.31574 9.9579 9.42594 9.69186 9.69198C9.42582 9.95802 9.31561 10.3095 9.39636 10.6273C9.47393 10.9327 9.7778 11.3923 10.7291 11.7547C10.9509 11.8392 11.1148 12.0303 11.1644 12.2624C11.214 12.4945 11.1427 12.736 10.9749 12.9038L8.49496 15.3837C8.2216 15.6571 7.77838 15.6571 7.50501 15.3837L5.71026 13.5889C5.27456 14.2621 4.71762 14.6881 4.08331 14.8492C3.20639 15.072 2.36528 14.7388 1.8133 14.1868C1.26132 13.6348 0.928065 12.7937 1.15085 11.9168C1.312 11.2825 1.73799 10.7255 2.41116 10.2898L0.616402 8.49508C0.343035 8.22172 0.343035 7.7785 0.616402 7.50514L3.0963 5.02523C3.26414 4.8574 3.50558 4.78605 3.73768 4.83569C3.96979 4.88533 4.16092 5.04921 4.24542 5.27101C4.60781 6.2223 5.06743 6.52617 5.37278 6.60374C5.69059 6.68448 6.04207 6.57428 6.30812 6.30824C6.57416 6.0422 6.68436 5.69071 6.60362 5.3729C6.52604 5.06755 6.22218 4.60793 5.27089 4.24554C5.04909 4.16104 4.88521 3.96991 4.83557 3.73781C4.78593 3.5057 4.85728 3.26426 5.02511 3.09642L7.50501 0.616524ZM6.7002 3.40123C7.37337 3.83693 7.79936 4.39386 7.96051 5.02817C8.1833 5.9051 7.85005 6.74621 7.29807 7.29819C6.74609 7.85017 5.90498 8.18342 5.02805 7.96063C4.39374 7.79949 3.83681 7.37349 3.40111 6.70033L2.10133 8.00011L4.08625 9.98503C4.25408 10.1529 4.32544 10.3943 4.27579 10.6264C4.22615 10.8585 4.06228 11.0497 3.84047 11.1342C2.88919 11.4965 2.58532 11.9562 2.50775 12.2615C2.427 12.5793 2.53721 12.9308 2.80325 13.1968C3.06929 13.4629 3.42077 13.5731 3.73859 13.4924C4.04393 13.4148 4.50355 13.1109 4.86595 12.1596C4.95044 11.9378 5.14158 11.7739 5.37368 11.7243C5.60578 11.6747 5.84723 11.746 6.01506 11.9138L7.99999 13.8988L9.29977 12.599C8.6266 12.1633 8.20061 11.6064 8.03946 10.972C7.81668 10.0951 8.14993 9.25401 8.70191 8.70203C9.25389 8.15005 10.095 7.8168 10.9719 8.03958C11.6062 8.20073 12.1632 8.62673 12.5989 9.29989L13.8986 8.00011L11.9137 6.01518C11.7459 5.84735 11.6745 5.6059 11.7242 5.3738C11.7738 5.1417 11.9377 4.95056 12.1595 4.86607C13.1108 4.50367 13.4147 4.04405 13.4922 3.73871C13.573 3.42089 13.4628 3.06941 13.1967 2.80337C12.9307 2.53733 12.5792 2.42713 12.2614 2.50787C11.956 2.58544 11.4964 2.88931 11.134 3.8406C11.0495 4.0624 10.8584 4.22627 10.6263 4.27592C10.3942 4.32556 10.1527 4.25421 9.98491 4.08637L7.99999 2.10145L6.7002 3.40123Z", fill: "currentColor", }), }), - fb = (e) => - kt("svg", { + ab = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.93185 0.636577C7.73534 0.64639 7.54299 0.698536 7.36806 0.789762C7.17295 0.891514 7.00529 1.03887 6.87935 1.21931L6.87752 1.22193L0.877525 9.90193L0.876445 9.9035C0.769992 10.0584 0.696633 10.2336 0.660956 10.4181C0.625278 10.6027 0.628049 10.7926 0.669093 10.976C0.710138 11.1594 0.788574 11.3324 0.8995 11.4841C1.01043 11.6359 1.15146 11.7631 1.31378 11.8578L6.99287 15.1012C7.29954 15.2759 7.64706 15.3681 8.00001 15.3681C8.35296 15.3681 8.69984 15.2762 9.00651 15.1015L14.6805 11.8612L14.6828 11.8598C14.8471 11.7652 14.9899 11.6374 15.1021 11.4846C15.2143 11.3317 15.2935 11.1572 15.3347 10.9721C15.3758 10.787 15.378 10.5954 15.341 10.4094C15.3043 10.2242 15.2295 10.0487 15.1215 9.89389C15.1211 9.89321 15.1206 9.89252 15.1201 9.89184L9.12236 1.22173L9.12068 1.21931C8.99473 1.03887 8.82708 0.891514 8.63197 0.789762C8.45704 0.698536 8.26468 0.64639 8.06818 0.636577C8.04575 0.63441 8.02301 0.633301 8.00001 0.633301C7.97701 0.633301 7.95428 0.63441 7.93185 0.636577ZM7.30001 3.07284L2.05087 10.6666L7.30001 13.6643V3.07284ZM8.70001 13.6643V3.07203L13.9524 10.6647L8.70001 13.6643Z", fill: "currentColor", }), }), - gb = (e) => - kt("svg", { + Cb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.69999 2.70005V4.63338H4.63332V2.70005H2.69999ZM1.29999 2.66672C1.29999 1.91193 1.91187 1.30005 2.66665 1.30005H4.66665C5.42144 1.30005 6.03332 1.91193 6.03332 2.66672V4.66672C6.03332 5.4215 5.42144 6.03338 4.66665 6.03338H2.66665C1.91187 6.03338 1.29999 5.4215 1.29999 4.66672V2.66672ZM7.29999 2.00005C7.29999 1.61345 7.61339 1.30005 7.99999 1.30005H8.00665C8.39325 1.30005 8.70665 1.61345 8.70665 2.00005C8.70665 2.38665 8.39325 2.70005 8.00665 2.70005H7.99999C7.61339 2.70005 7.29999 2.38665 7.29999 2.00005ZM11.3667 2.70005V4.63338H13.3V2.70005H11.3667ZM9.96665 2.66672C9.96665 1.91193 10.5785 1.30005 11.3333 1.30005H13.3333C14.0881 1.30005 14.7 1.91193 14.7 2.66672V4.66672C14.7 5.4215 14.0881 6.03338 13.3333 6.03338H11.3333C10.5785 6.03338 9.96665 5.4215 9.96665 4.66672V2.66672ZM7.99999 3.96672C8.38659 3.96672 8.69999 4.28012 8.69999 4.66672V6.66672C8.69999 7.20599 8.48576 7.72318 8.10444 8.1045C7.72311 8.48582 7.20593 8.70005 6.66665 8.70005H4.66665C4.28006 8.70005 3.96665 8.38665 3.96665 8.00005C3.96665 7.61345 4.28006 7.30005 4.66665 7.30005H6.66665C6.83462 7.30005 6.99572 7.23332 7.11449 7.11455C7.23326 6.99578 7.29999 6.83469 7.29999 6.66672V4.66672C7.29999 4.28012 7.61339 3.96672 7.99999 3.96672ZM1.29999 8.00005C1.29999 7.61345 1.61339 7.30005 1.99999 7.30005H2.00665C2.39325 7.30005 2.70665 7.61345 2.70665 8.00005C2.70665 8.38665 2.39325 8.70005 2.00665 8.70005H1.99999C1.61339 8.70005 1.29999 8.38665 1.29999 8.00005ZM9.96665 8.00005C9.96665 7.61345 10.2801 7.30005 10.6667 7.30005H11.3333C11.7199 7.30005 12.0333 7.61345 12.0333 8.00005C12.0333 8.38665 11.7199 8.70005 11.3333 8.70005H10.6667C10.2801 8.70005 9.96665 8.38665 9.96665 8.00005ZM14 7.30005C14.3866 7.30005 14.7 7.61345 14.7 8.00005V8.00672C14.7 8.39331 14.3866 8.70672 14 8.70672C13.6134 8.70672 13.3 8.39331 13.3 8.00672V8.00005C13.3 7.61345 13.6134 7.30005 14 7.30005ZM2.69999 11.3667V13.3H4.63332V11.3667H2.69999ZM1.29999 11.3334C1.29999 10.5786 1.91187 9.96672 2.66665 9.96672H4.66665C5.42144 9.96672 6.03332 10.5786 6.03332 11.3334V13.3334C6.03332 14.0882 5.42144 14.7 4.66665 14.7H2.66665C1.91187 14.7 1.29999 14.0882 1.29999 13.3334V11.3334ZM7.99999 9.96672C8.38659 9.96672 8.69999 10.2801 8.69999 10.6667V10.6734C8.69999 11.06 8.38659 11.3734 7.99999 11.3734C7.61339 11.3734 7.29999 11.06 7.29999 10.6734V10.6667C7.29999 10.2801 7.61339 9.96672 7.99999 9.96672ZM10.5622 10.5623C10.9435 10.1809 11.4607 9.96671 12 9.96672H14C14.3866 9.96672 14.7 10.2801 14.7 10.6667C14.7 11.0533 14.3866 11.3667 14 11.3667H12C11.832 11.3667 11.6709 11.4334 11.5522 11.5522C11.4334 11.671 11.3667 11.8321 11.3667 12V14C11.3667 14.3866 11.0533 14.7 10.6667 14.7C10.2801 14.7 9.96665 14.3866 9.96665 14V12C9.96665 11.4608 10.1809 10.9436 10.5622 10.5623ZM7.99999 12.6334C8.38659 12.6334 8.69999 12.9468 8.69999 13.3334V14C8.69999 14.3866 8.38659 14.7 7.99999 14.7C7.61339 14.7 7.29999 14.3866 7.29999 14V13.3334C7.29999 12.9468 7.61339 12.6334 7.99999 12.6334ZM14 13.3C14.3866 13.3 14.7 13.6135 14.7 14V14.0067C14.7 14.3933 14.3866 14.7067 14 14.7067C13.6134 14.7067 13.3 14.3933 13.3 14.0067V14C13.3 13.6135 13.6134 13.3 14 13.3Z", fill: "currentColor", }), }), - vb = (e) => - kt("svg", { + sb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.80694 1.85591C7.1955 2.24602 7.36665 2.77572 7.36665 3.33332V8.66665C7.36665 11.1329 6.65721 12.7 5.52658 13.6251C4.42275 14.5282 3.0572 14.7 1.99998 14.7C1.99133 14.7 1.9826 14.7 1.9738 14.7C1.83066 14.7 1.67069 14.7001 1.53726 14.6853C1.40079 14.6701 1.13682 14.6268 0.921673 14.4116C0.706528 14.1965 0.663176 13.9325 0.648013 13.796C0.633187 13.6626 0.633251 13.5026 0.633308 13.3595C0.633311 13.3507 0.633315 13.342 0.633315 13.3333V12.0207C0.633315 12.012 0.633312 12.0034 0.633309 11.9946C0.633257 11.8474 0.633199 11.6853 0.647782 11.5503C0.662528 11.4139 0.704083 11.1522 0.912298 10.9358C1.12517 10.7146 1.38981 10.6666 1.53185 10.6497C1.67022 10.6332 1.835 10.6333 1.98075 10.6333C1.9872 10.6333 1.99361 10.6333 1.99998 10.6333C2.10565 10.6333 2.26992 10.5734 2.42167 10.4217C2.57343 10.2699 2.63331 10.1057 2.63331 9.99999V9.36645C2.0886 9.35978 1.57407 9.18902 1.19251 8.80746C0.803173 8.41813 0.633315 7.89034 0.633315 7.33332V3.31465C0.633315 2.76279 0.805697 2.2397 1.19505 1.85432C1.58364 1.46968 2.10974 1.29999 2.66665 1.29999H5.3289C5.88941 1.29342 6.41796 1.46538 6.80694 1.85591ZM5.81502 2.84389C5.74586 2.77445 5.60979 2.69627 5.34288 2.69992L5.33331 2.70005V2.69999H2.66665C2.39023 2.69999 2.24966 2.78029 2.17992 2.84932C2.11093 2.9176 2.03331 3.05185 2.03331 3.31465V7.33332C2.03331 7.60963 2.11346 7.74851 2.18246 7.81751C2.25146 7.88651 2.39034 7.96665 2.66665 7.96665C2.6753 7.96665 2.68403 7.96665 2.69283 7.96665C2.83597 7.96659 2.99593 7.96652 3.12937 7.98135C3.26584 7.99651 3.52981 8.03987 3.74496 8.25501C3.9601 8.47016 4.00345 8.73413 4.01862 8.8706C4.03344 9.00403 4.03338 9.164 4.03332 9.30714C4.03332 9.31593 4.03331 9.32466 4.03331 9.33332V9.99999C4.03331 10.561 3.75987 11.0634 3.41162 11.4116C3.07029 11.753 2.58086 12.0224 2.03331 12.033V13.2999C2.96554 13.2961 3.91914 13.1314 4.64005 12.5415C5.34275 11.9666 5.96665 10.8671 5.96665 8.66665V3.33332C5.96665 3.05758 5.8858 2.91495 5.81502 2.84389ZM14.8066 1.85582C15.1952 2.24582 15.3666 2.77547 15.3666 3.33332V8.66665C15.3666 11.1329 14.6572 12.7 13.5266 13.6251C12.4228 14.5282 11.0572 14.7 9.99998 14.7C9.99132 14.7 9.98259 14.7 9.9738 14.7C9.83066 14.7 9.67069 14.7001 9.53726 14.6853C9.40079 14.6701 9.13682 14.6268 8.92167 14.4116C8.70653 14.1965 8.66318 13.9325 8.64801 13.796C8.63319 13.6626 8.63325 13.5026 8.63331 13.3595C8.63331 13.3507 8.63331 13.342 8.63331 13.3333V11.3333C8.63331 10.9467 8.94671 10.6333 9.33331 10.6333C9.77479 10.6333 10.0187 10.5674 10.1505 10.5015C10.2598 10.4468 10.3151 10.3821 10.358 10.2834C10.4116 10.1601 10.448 9.97416 10.4623 9.68202C10.4674 9.57742 10.4694 9.47101 10.47 9.35941C9.98643 9.32329 9.53568 9.15064 9.19251 8.80746C8.80317 8.41813 8.63331 7.89034 8.63331 7.33332V3.31465C8.63331 2.76279 8.8057 2.2397 9.19505 1.85432C9.58364 1.46968 10.1097 1.29999 10.6666 1.29999H13.3289C13.8892 1.29341 14.4176 1.46546 14.8066 1.85582ZM13.8149 2.84398C13.7455 2.77438 13.6093 2.69628 13.3429 2.69992L13.3333 2.70005V2.69999H10.6666C10.3902 2.69999 10.2497 2.78029 10.1799 2.84932C10.1109 2.9176 10.0333 3.05185 10.0333 3.31465V7.33332C10.0333 7.60963 10.1135 7.74851 10.1825 7.81751C10.2515 7.88651 10.3903 7.96665 10.6666 7.96665H11.1666C11.5532 7.96665 11.8666 8.28005 11.8666 8.66665C11.8666 8.76179 11.8675 8.86078 11.8683 8.96145C11.8705 9.22591 11.8727 9.50197 11.8606 9.75024C11.8436 10.0987 11.7967 10.4857 11.6419 10.8416C11.4765 11.222 11.1985 11.5427 10.7766 11.7537C10.5546 11.8647 10.3061 11.9387 10.0333 11.9825V13.2999C10.9655 13.2961 11.9191 13.1314 12.64 12.5415C13.3427 11.9666 13.9666 10.8671 13.9666 8.66665V3.33332C13.9666 3.05783 13.8858 2.91516 13.8149 2.84398Z", fill: "currentColor", }), }), - wb = (e) => - kt("svg", { + cb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5622 1.22885C10.9436 0.847526 11.4607 0.633301 12 0.633301C12.5393 0.633301 13.0565 0.847527 13.4378 1.22885C13.8191 1.61017 14.0334 2.12736 14.0334 2.66663V5.39401C14.8576 6.24162 15.3667 7.39714 15.3667 8.66663V9.3333C15.3667 9.87257 15.1525 10.3898 14.7711 10.7711C14.3898 11.1524 13.8726 11.3666 13.3334 11.3666H12.6667C12.3219 11.3666 11.9912 11.5036 11.7474 11.7474C11.5197 11.9751 11.3852 12.2787 11.3685 12.5988C11.3725 12.7596 11.3622 12.9211 11.3372 13.0815C11.3258 13.1551 11.3114 13.228 11.294 13.3H12C12.3866 13.3 12.7 13.6134 12.7 14C12.7 14.3866 12.3866 14.7 12 14.7H10.1629C10.1608 14.7 10.1587 14.7 10.1567 14.7H6.66669C5.77379 14.7 4.91747 14.3453 4.28609 13.7139C3.82226 13.2501 3.50775 12.6648 3.37349 12.0329C3.1596 12.0361 2.94505 12.0138 2.73441 11.9659C2.23278 11.8518 1.7742 11.5967 1.41265 11.2307C1.0511 10.8647 0.801633 10.4031 0.693613 9.90009C0.585594 9.39711 0.623519 8.87374 0.802924 8.39159C0.98233 7.90944 1.29575 7.48858 1.70628 7.17855C2.11682 6.86852 2.60738 6.68223 3.12022 6.6416C3.63306 6.60098 4.14684 6.70772 4.60106 6.94925C4.78771 7.0485 4.96112 7.16881 5.1182 7.3072C5.74573 6.75407 6.49025 6.35853 7.28972 6.14628L5.90505 4.76161C5.71748 4.57404 5.56869 4.35137 5.46718 4.1063C5.36567 3.86123 5.31342 3.59856 5.31342 3.3333C5.31342 2.79758 5.52624 2.2838 5.90505 1.90499C6.28386 1.52618 6.79763 1.31337 7.33335 1.31337C7.59862 1.31337 7.86128 1.36562 8.10635 1.46713C8.35142 1.56864 8.57409 1.71742 8.76166 1.90499L9.96669 3.11002V2.66663C9.96669 2.12736 10.1809 1.61017 10.5622 1.22885ZM11.3667 4.01893C11.8121 4.08606 12.2375 4.21621 12.6334 4.39993V2.66663C12.6334 2.49866 12.5666 2.33757 12.4479 2.2188C12.3291 2.10003 12.168 2.0333 12 2.0333C11.8321 2.0333 11.671 2.10003 11.5522 2.2188C11.4334 2.33757 11.3667 2.49866 11.3667 2.66663V4.01893ZM12.8379 6.18779C12.2563 5.67728 11.4956 5.36663 10.6667 5.36663H10.5334C10.3477 5.36663 10.1697 5.29288 10.0384 5.16161L7.77171 2.89494C7.71415 2.83738 7.64581 2.79171 7.57059 2.76056C7.49538 2.7294 7.41476 2.71337 7.33335 2.71337C7.16894 2.71337 7.01126 2.77868 6.895 2.89494C6.77873 3.0112 6.71342 3.16889 6.71342 3.3333C6.71342 3.41471 6.72946 3.49532 6.76061 3.57054C6.79176 3.64575 6.83743 3.71409 6.895 3.77166L9.295 6.17166C9.49519 6.37186 9.55508 6.67294 9.44674 6.93451C9.33839 7.19608 9.08314 7.36663 8.80002 7.36663H8.66669C7.61466 7.36663 6.60572 7.78455 5.86183 8.52844C5.16258 9.22769 4.75136 10.1611 4.70452 11.1444C4.71073 11.2044 4.70902 11.2641 4.70004 11.3223C4.70003 11.326 4.70002 11.3296 4.70002 11.3333C4.70002 11.8549 4.90722 12.3551 5.27604 12.7239C5.64487 13.0928 6.14509 13.3 6.66669 13.3H9.8046C9.87929 13.1661 9.93008 13.0194 9.95387 12.8664C9.96166 12.8163 9.96648 12.766 9.96838 12.7157C9.96726 12.6995 9.96669 12.6831 9.96669 12.6666C9.96669 12.644 9.96697 12.6214 9.96754 12.5988C9.95921 12.4394 9.92157 12.2822 9.85569 12.1351C9.75303 11.906 9.5862 11.7115 9.37537 11.5751C9.16453 11.4387 8.9187 11.3663 8.66761 11.3666C8.28101 11.3671 7.9672 11.0542 7.96669 10.6676C7.96618 10.281 8.27917 9.96714 8.66577 9.96663C9.18729 9.96595 9.69784 10.1163 10.1357 10.3996C10.333 10.5271 10.5117 10.6792 10.668 10.8514C10.697 10.8194 10.7268 10.7881 10.7575 10.7574C11.2638 10.2511 11.9506 9.96663 12.6667 9.96663H13.3334C13.5013 9.96663 13.6624 9.89991 13.7812 9.78113C13.9 9.66236 13.9667 9.50127 13.9667 9.3333V8.66663C13.9667 7.70959 13.5526 6.84356 12.895 6.23906C12.875 6.22301 12.856 6.20589 12.8379 6.18779ZM3.34587 10.6331C3.45291 9.81958 3.74504 9.04272 4.19761 8.36199C4.1207 8.29356 4.03556 8.23417 3.94377 8.18536C3.72507 8.06906 3.4777 8.01767 3.23077 8.03723C2.98385 8.05679 2.74765 8.14649 2.54999 8.29576C2.35232 8.44503 2.20142 8.64767 2.11504 8.87982C2.02865 9.11197 2.01039 9.36396 2.0624 9.60613C2.11441 9.84831 2.23453 10.0706 2.40861 10.2468C2.58269 10.423 2.80348 10.5458 3.04501 10.6008C3.14418 10.6233 3.24515 10.6341 3.34587 10.6331ZM11.3 7.99997C11.3 7.61337 11.6134 7.29997 12 7.29997H12.0067C12.3933 7.29997 12.7067 7.61337 12.7067 7.99997C12.7067 8.38657 12.3933 8.69997 12.0067 8.69997H12C11.6134 8.69997 11.3 8.38657 11.3 7.99997Z", fill: "currentColor", }), }), - Lb = (e) => - kt("svg", { + db = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.30964 1.62062C5.71478 0.808241 7.34889 0.482668 8.95809 0.694475C10.5673 0.906282 12.0615 1.64361 13.2086 2.79192C13.4817 3.06533 13.4816 3.50834 13.2083 3.7816L11.3221 5.66777C11.3215 5.66841 11.3208 5.66906 11.3202 5.6697L9.84524 7.14467C9.96595 7.40466 10.0333 7.69444 10.0333 7.99996C10.0333 9.12294 9.12298 10.0333 8 10.0333C6.87702 10.0333 5.96666 9.12294 5.96666 7.99996C5.96666 6.87698 6.87702 5.96663 8 5.96663C8.30551 5.96663 8.5953 6.03401 8.85529 6.15472L9.78539 5.22462C9.60697 5.10893 9.41732 5.01046 9.21895 4.93086C8.80231 4.76368 8.35594 4.68327 7.90716 4.69454C7.45837 4.70582 7.0166 4.80855 6.60888 4.99644C6.20116 5.18433 5.83607 5.45343 5.53594 5.78729C5.23581 6.12114 5.00695 6.51272 4.86337 6.93807C4.71979 7.36342 4.66451 7.81359 4.70091 8.26105C4.7373 8.7085 4.86461 9.14382 5.07505 9.54037C5.28548 9.93692 5.57461 10.2864 5.92476 10.5673C6.22628 10.8093 6.27458 11.2499 6.03263 11.5514C5.79068 11.8529 5.3501 11.9012 5.04857 11.6593C4.54989 11.2591 4.13809 10.7614 3.83838 10.1966C3.53867 9.63183 3.35735 9.01183 3.30552 8.37455C3.25368 7.73727 3.33241 7.09612 3.53691 6.49031C3.7414 5.88451 4.06735 5.32681 4.49481 4.85132C4.92227 4.37583 5.44225 3.99256 6.02294 3.72496C6.60363 3.45735 7.23281 3.31104 7.87199 3.29499C8.51117 3.27893 9.14691 3.39345 9.74031 3.63156C10.1151 3.78195 10.4681 3.97966 10.7908 4.21917L11.6946 3.31546C10.8538 2.65155 9.84603 2.22342 8.77539 2.0825C7.47201 1.91095 6.14846 2.17465 5.01036 2.83264C4.67567 3.02613 4.24749 2.91168 4.05399 2.57699C3.86049 2.2423 3.97495 1.81412 4.30964 1.62062ZM8.40983 7.51709C8.29937 7.42324 8.1563 7.36663 8 7.36663C7.65022 7.36663 7.36666 7.65018 7.36666 7.99996C7.36666 8.34974 7.65022 8.63329 8 8.63329C8.34978 8.63329 8.63333 8.34974 8.63333 7.99996C8.63333 7.84366 8.57671 7.70059 8.48287 7.59013C8.46993 7.57895 8.45731 7.56722 8.44502 7.55493C8.43274 7.54265 8.42101 7.53003 8.40983 7.51709ZM1.96666 3.99996C1.96666 3.61336 2.28007 3.29996 2.66666 3.29996H2.67333C3.05993 3.29996 3.37333 3.61336 3.37333 3.99996C3.37333 4.38656 3.05993 4.69996 2.67333 4.69996H2.66666C2.28007 4.69996 1.96666 4.38656 1.96666 3.99996ZM13.9509 4.91504C14.3107 4.77377 14.717 4.95097 14.8583 5.31083C15.2815 6.38906 15.4446 7.55191 15.3342 8.70498C15.2238 9.85805 14.843 10.9688 14.2228 11.9471C13.6026 12.9254 12.7604 13.7437 11.7647 14.3355C10.7689 14.9273 9.64763 15.2759 8.49186 15.3531C7.33609 15.4303 6.17841 15.2338 5.11281 14.7797C4.04722 14.3255 3.10373 13.6265 2.35896 12.7393C1.61419 11.8521 1.08912 10.8018 0.826393 9.67369C0.563662 8.54554 0.570672 7.37133 0.846852 6.24639C0.939028 5.87094 1.31811 5.6413 1.69356 5.73348C2.06901 5.82566 2.29865 6.20474 2.20648 6.58019C1.98278 7.49134 1.97711 8.44239 2.18991 9.35615C2.40271 10.2699 2.82798 11.1206 3.43122 11.8392C4.03445 12.5577 4.79863 13.1239 5.66171 13.4918C6.5248 13.8596 7.46247 14.0187 8.39859 13.9562C9.33471 13.8937 10.2429 13.6113 11.0494 13.132C11.8559 12.6527 12.5381 11.9899 13.0404 11.1975C13.5427 10.4051 13.8511 9.50547 13.9406 8.57153C14.03 7.6376 13.8979 6.69574 13.5551 5.82243C13.4138 5.46256 13.591 5.05631 13.9509 4.91504ZM11.9534 7.07443C12.3393 7.05237 12.6701 7.34736 12.6922 7.73333C12.7348 8.47857 12.5993 9.22325 12.2969 9.90571C11.9945 10.5882 11.5339 11.1888 10.9532 11.6578C10.6524 11.9008 10.2117 11.8539 9.96879 11.5532C9.72586 11.2524 9.77273 10.8117 10.0735 10.5688C10.4812 10.2394 10.8046 9.81771 11.0169 9.33854C11.2292 8.85936 11.3244 8.33651 11.2945 7.81325C11.2724 7.42728 11.5674 7.0965 11.9534 7.07443ZM7.3 12C7.3 11.6134 7.6134 11.3 8 11.3H8.00666C8.39326 11.3 8.70666 11.6134 8.70666 12C8.70666 12.3866 8.39326 12.7 8.00666 12.7H8C7.6134 12.7 7.3 12.3866 7.3 12Z", fill: "currentColor", }), }), - bb = (e) => - kt("svg", { + ub = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.71558 1.9717C4.43256 1.43623 5.27155 1.8921 5.60023 2.43991C5.60423 2.44657 5.60812 2.45331 5.6119 2.4601C5.94341 3.05682 6.54137 4.11988 7.27245 5.38266C7.36919 5.54976 7.39262 5.74939 7.33719 5.93434C7.28176 6.11929 7.1524 6.27314 6.9797 6.35949C6.43263 6.63302 6.03332 7.24709 6.03332 8.00005C6.03332 8.38665 5.71992 8.70005 5.33332 8.70005H1.99999C1.60796 8.70005 1.24838 8.53839 0.996681 8.28669C0.753884 8.0439 0.568545 7.66594 0.639819 7.23495C0.868527 5.1017 2.04489 3.20724 3.71558 1.9717ZM4.41886 3.19537C4.70607 3.71168 5.16933 4.53536 5.73556 5.52026C5.21442 5.97137 4.85109 6.5973 4.70495 7.30005H2.0415C2.24025 5.67421 3.1294 4.19973 4.41886 3.19537ZM12.3414 2.03125C14.0452 3.22023 15.1433 5.13855 15.3629 7.26136C15.3654 7.28529 15.3667 7.30933 15.3667 7.33339C15.3667 7.69246 15.2439 8.04608 14.9783 8.31169C14.7127 8.57731 14.3591 8.70005 14 8.70005H10.6667C10.2801 8.70005 9.96666 8.38665 9.96666 8.00005C9.96666 7.2562 9.57184 6.61625 8.98061 6.27136C8.8181 6.17657 8.7006 6.02035 8.65458 5.83793C8.60857 5.6555 8.63792 5.46224 8.73602 5.3017C9.02497 4.82888 9.30106 4.363 9.55439 3.93552C9.90632 3.34165 10.2143 2.82189 10.4519 2.4606C10.6377 2.07887 10.9906 1.87808 11.3127 1.81365C11.644 1.74739 12.0304 1.80381 12.3414 2.03125ZM11.6183 3.23484C11.3976 3.5705 11.1233 4.03389 10.7933 4.59132C10.6298 4.86753 10.4527 5.16684 10.2616 5.48514C10.7786 5.95678 11.1477 6.58684 11.2954 7.30005H13.9586C13.7582 5.63904 12.902 4.1647 11.6183 3.23484ZM7.29999 8.00005C7.29999 7.61345 7.61339 7.30005 7.99999 7.30005H8.00666C8.39325 7.30005 8.70666 7.61345 8.70666 8.00005C8.70666 8.38665 8.39325 8.70005 8.00666 8.70005H7.99999C7.61339 8.70005 7.29999 8.38665 7.29999 8.00005ZM6.06936 9.96837C6.26804 9.64326 6.69025 9.53676 7.01936 9.72874C7.60141 10.0683 8.39857 10.0683 8.98061 9.72874C9.30972 9.53676 9.73194 9.64326 9.93062 9.96837C10.6677 11.1745 11.2708 12.2462 11.6072 12.8516C12.0014 13.5236 11.7522 14.3996 11.0127 14.7087C9.10112 15.5861 6.89885 15.5861 4.98728 14.7087C4.24783 14.3996 3.99858 13.5236 4.39276 12.8517C4.72917 12.2463 5.33226 11.1745 6.06936 9.96837ZM6.94837 11.22C6.39173 12.1492 5.93517 12.9591 5.64987 13.4717C7.14601 14.1317 8.85396 14.1317 10.3501 13.4717C10.0648 12.9591 9.60824 12.1492 9.05161 11.22C8.37409 11.4378 7.62589 11.4378 6.94837 11.22Z", fill: "currentColor", }), }), - Mb = (e) => - kt("svg", { + pb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.65193 2.50635C8.72633 2.19015 9.00849 1.96667 9.33332 1.96667H14C14.3866 1.96667 14.7 2.28008 14.7 2.66667C14.7 3.05327 14.3866 3.36667 14 3.36667H9.88773L7.34805 14.1603C7.27635 14.465 7.01108 14.6851 6.69837 14.6993C6.38567 14.7135 6.10156 14.5183 6.00258 14.2214L4.16212 8.70001H1.99999C1.61339 8.70001 1.29999 8.38661 1.29999 8.00001C1.29999 7.61341 1.61339 7.30001 1.99999 7.30001H4.66665C4.96796 7.30001 5.23545 7.49281 5.33073 7.77865L6.55043 11.4377L8.65193 2.50635Z", fill: "currentColor", }), }), - Hb = (e) => - kt("svg", { + mb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.76167 2.77168C4.03504 3.04504 4.03504 3.48826 3.76167 3.76163C1.43504 6.08826 1.43504 9.91171 3.76167 12.2383C4.03504 12.5117 4.03504 12.9549 3.76167 13.2283C3.48831 13.5017 3.04509 13.5017 2.77172 13.2283C-0.101643 10.3549 -0.101643 5.64504 2.77172 2.77168C3.04509 2.49831 3.48831 2.49831 3.76167 2.77168ZM12.2384 2.77168C12.5118 2.49831 12.955 2.49831 13.2283 2.77168C16.1017 5.64504 16.1017 10.2883 13.2283 13.1616C12.955 13.435 12.5118 13.435 12.2384 13.1616C11.965 12.8883 11.965 12.445 12.2384 12.1717C14.565 9.84504 14.565 6.08826 12.2384 3.76163C11.965 3.48826 11.965 3.04504 12.2384 2.77168ZM5.68437 4.62793C5.96349 4.89542 5.97291 5.33853 5.70542 5.61765C4.4259 6.9528 4.44071 9.05071 5.69501 10.305C5.96837 10.5784 5.96837 11.0216 5.69501 11.295C5.42164 11.5683 4.97842 11.5683 4.70506 11.295C2.89269 9.48259 2.9075 6.51383 4.69464 4.64898C4.96213 4.36986 5.40525 4.36044 5.68437 4.62793ZM10.3051 4.70501C10.5784 4.43164 11.0216 4.43164 11.295 4.70501C13.1074 6.51738 13.0926 9.48614 11.3054 11.351C11.0379 11.6301 10.5948 11.6395 10.3157 11.372C10.0366 11.1046 10.0272 10.6614 10.2946 10.3823C11.5742 9.04716 11.5594 6.94926 10.3051 5.69496C10.0317 5.42159 10.0317 4.97838 10.3051 4.70501ZM8.00003 7.36665C7.65025 7.36665 7.3667 7.6502 7.3667 7.99998C7.3667 8.34976 7.65025 8.63332 8.00003 8.63332C8.34981 8.63332 8.63337 8.34976 8.63337 7.99998C8.63337 7.6502 8.34981 7.36665 8.00003 7.36665ZM5.9667 7.99998C5.9667 6.877 6.87705 5.96665 8.00003 5.96665C9.12301 5.96665 10.0334 6.877 10.0334 7.99998C10.0334 9.12296 9.12301 10.0333 8.00003 10.0333C6.87705 10.0333 5.9667 9.12296 5.9667 7.99998Z", fill: "currentColor", }), }), - Eb = (e) => - kt("svg", { + hb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 6.0333C2.31685 6.0333 2.0333 6.31685 2.0333 6.66663V9.3333C2.0333 9.68308 2.31685 9.96663 2.66663 9.96663H13.3333C13.6831 9.96663 13.9666 9.68308 13.9666 9.3333V6.66663C13.9666 6.31685 13.6831 6.0333 13.3333 6.0333H2.66663ZM13.3666 11.3664C14.4742 11.3486 15.3666 10.4451 15.3666 9.3333V6.66663C15.3666 5.54366 14.4563 4.6333 13.3333 4.6333H2.66663C1.54366 4.6333 0.633301 5.54366 0.633301 6.66663V9.3333C0.633301 10.4451 1.5257 11.3486 2.6333 11.3664V12C2.6333 12.3866 2.9467 12.7 3.3333 12.7C3.7199 12.7 4.0333 12.3866 4.0333 12V11.3666H11.9666V12C11.9666 12.3866 12.28 12.7 12.6666 12.7C13.0532 12.7 13.3666 12.3866 13.3666 12V11.3664Z", fill: "currentColor", }), }), - Rb = (e) => - kt("svg", { + fb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.76167 0.771676C4.03504 1.04504 4.03504 1.48826 3.76167 1.76163C1.43504 4.08826 1.43504 7.91171 3.76167 10.2383C4.03504 10.5117 4.03504 10.9549 3.76167 11.2283C3.48831 11.5017 3.04509 11.5017 2.77172 11.2283C-0.101643 8.35493 -0.101643 3.64504 2.77172 0.771676C3.04509 0.498309 3.48831 0.498309 3.76167 0.771676ZM12.2379 0.772183C12.511 0.498536 12.9542 0.498082 13.2278 0.771168C13.911 1.45295 14.453 2.26277 14.8228 3.15428C15.1926 4.04579 15.383 5.00148 15.383 5.96665C15.383 6.93182 15.1926 7.88751 14.8228 8.77902C14.453 9.67053 13.911 10.4804 13.2278 11.1621C12.9542 11.4352 12.511 11.4348 12.2379 11.1611C11.9648 10.8875 11.9653 10.4443 12.2389 10.1712C12.7918 9.61943 13.2304 8.96407 13.5297 8.2426C13.8289 7.52114 13.983 6.74773 13.983 5.96665C13.983 5.18557 13.8289 4.41217 13.5297 3.6907C13.2304 2.96923 12.7918 2.31387 12.2389 1.76213C11.9653 1.48905 11.9648 1.04583 12.2379 0.772183ZM5.68615 2.62964C5.96432 2.89811 5.97219 3.34126 5.70371 3.61943C5.1794 4.16268 4.85124 4.86528 4.77116 5.61602C4.69109 6.36675 4.86366 7.12276 5.26158 7.76438C5.46534 8.09293 5.36418 8.52445 5.03563 8.7282C4.70709 8.93196 4.27557 8.8308 4.07181 8.50225C3.50972 7.59591 3.26594 6.528 3.37906 5.46752C3.49218 4.40705 3.95573 3.41459 4.69635 2.6472C4.96483 2.36903 5.40797 2.36116 5.68615 2.62964ZM10.3051 2.70501C10.5784 2.43164 11.0216 2.43164 11.295 2.70501C12.8712 4.28118 13.0628 6.71494 11.9287 8.54826C11.7253 8.87703 11.2939 8.97867 10.9651 8.77528C10.6363 8.57189 10.5347 8.14048 10.7381 7.81171C11.5506 6.49837 11.3956 4.78546 10.3051 3.69496C10.0317 3.42159 10.0317 2.97838 10.3051 2.70501ZM8.00003 5.36665C7.65025 5.36665 7.3667 5.6502 7.3667 5.99998C7.3667 6.34976 7.65025 6.63332 8.00003 6.63332C8.34981 6.63332 8.63337 6.34976 8.63337 5.99998C8.63337 5.6502 8.34981 5.36665 8.00003 5.36665ZM5.9667 5.99998C5.9667 4.877 6.87705 3.96665 8.00003 3.96665C9.12301 3.96665 10.0334 4.877 10.0334 5.99998C10.0334 6.792 9.58054 7.47825 8.91966 7.81396L11.3246 14.4274C11.4567 14.7908 11.2692 15.1924 10.9059 15.3245C10.5426 15.4566 10.141 15.2692 10.0088 14.9059L9.2067 12.7H6.79336L5.99122 14.9059C5.8591 15.2692 5.45747 15.4566 5.09415 15.3245C4.73082 15.1924 4.54339 14.7908 4.67551 14.4274L7.08041 7.81396C6.41953 7.47825 5.9667 6.792 5.9667 5.99998ZM8.00003 9.38164L7.30245 11.3H8.69761L8.00003 9.38164Z", fill: "currentColor", }), }), - yb = (e) => - kt("svg", { + gb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.63103 0.643193C9.45469 0.551592 11.2474 1.14054 12.6614 2.29581C14.0754 3.45107 15.01 5.09033 15.2839 6.89563C15.5319 8.53005 15.2223 10.1951 14.4136 11.6256C14.5955 11.9301 14.7 12.2862 14.7 12.6666C14.7 13.7896 13.7896 14.7 12.6666 14.7C12.2862 14.7 11.9301 14.5955 11.6256 14.4136C10.1951 15.2223 8.53005 15.5319 6.89563 15.2839C5.09033 15.01 3.45107 14.0754 2.29581 12.6614C1.14054 11.2474 0.551592 9.45469 0.643193 7.63103C0.734795 5.80737 1.50042 4.08271 2.79156 2.79156C4.08271 1.50042 5.80737 0.734795 7.63103 0.643193ZM12.2248 13.1204C12.2077 13.0992 12.1897 13.0793 12.1707 13.0606C12.0847 12.9525 12.0333 12.8155 12.0333 12.6666C12.0333 12.5103 12.0899 12.3673 12.1838 12.2568C12.1967 12.2456 12.2093 12.2339 12.2216 12.2216C12.2339 12.2093 12.2456 12.1967 12.2568 12.1838C12.3673 12.0899 12.5103 12.0333 12.6666 12.0333C12.8155 12.0333 12.9525 12.0847 13.0606 12.1707C13.0793 12.1897 13.0992 12.2077 13.1204 12.2248C13.2315 12.3389 13.3 12.4948 13.3 12.6666C13.3 13.0164 13.0164 13.3 12.6666 13.3C12.4948 13.3 12.3389 13.2315 12.2248 13.1204ZM13.3038 10.7351C13.8772 9.62314 14.089 8.35336 13.8997 7.10562C13.6779 5.64341 12.9209 4.31569 11.7756 3.37997C10.6303 2.44426 9.17834 1.96724 7.70126 2.04143C6.22418 2.11562 4.82729 2.73574 3.78151 3.78151C2.73574 4.82729 2.11562 6.22418 2.04143 7.70126C1.96724 9.17834 2.44426 10.6303 3.37997 11.7756C4.31569 12.9209 5.64341 13.6779 7.10562 13.8997C8.35336 14.089 9.62314 13.8772 10.7351 13.3038C10.669 13.1033 10.6333 12.8892 10.6333 12.6666C10.6333 12.3611 10.7007 12.0713 10.8214 11.8113L8.85525 9.8452C8.59526 9.96591 8.30548 10.0333 7.99996 10.0333C6.87698 10.0333 5.96663 9.12294 5.96663 7.99996C5.96663 6.87698 6.87698 5.96663 7.99996 5.96663C9.12294 5.96663 10.0333 6.87698 10.0333 7.99996C10.0333 8.30548 9.96591 8.59526 9.8452 8.85525L11.8113 10.8214C12.0713 10.7007 12.3611 10.6333 12.6666 10.6333C12.8892 10.6333 13.1033 10.669 13.3038 10.7351ZM8.48283 8.40979C8.57667 8.29933 8.63329 8.15626 8.63329 7.99996C8.63329 7.65018 8.34974 7.36663 7.99996 7.36663C7.65018 7.36663 7.36663 7.65018 7.36663 7.99996C7.36663 8.34974 7.65018 8.63329 7.99996 8.63329C8.15626 8.63329 8.29933 8.57667 8.40979 8.48283C8.42097 8.46989 8.4327 8.45727 8.44498 8.44498C8.45727 8.4327 8.46989 8.42097 8.48283 8.40979Z", fill: "currentColor", }), }), - Vb = (e) => - kt("svg", { + vb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.17166 2.1717C6.44503 1.89833 6.88824 1.89833 7.16161 2.1717L10.2899 5.30001H12.6666C13.0532 5.30001 13.3666 5.61341 13.3666 6.00001C13.3666 6.38661 13.0532 6.70001 12.6666 6.70001H10.2899L7.68992 9.30001H12.6666C13.0532 9.30001 13.3666 9.61341 13.3666 10C13.3666 10.3866 13.0532 10.7 12.6666 10.7H7.68992L9.82828 12.8384C10.1016 13.1117 10.1016 13.5549 9.82827 13.8283C9.55491 14.1017 9.11169 14.1017 8.83833 13.8283L5.71002 10.7H3.3333C2.9467 10.7 2.6333 10.3866 2.6333 10C2.6333 9.61341 2.9467 9.30001 3.3333 9.30001H5.71002L8.31002 6.70001H3.3333C2.9467 6.70001 2.6333 6.38661 2.6333 6.00001C2.6333 5.61341 2.9467 5.30001 3.3333 5.30001H8.31002L6.17166 3.16165C5.89829 2.88828 5.89829 2.44507 6.17166 2.1717Z", fill: "currentColor", }), }), - Sb = (e) => - kt("svg", { + wb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.79095 6.12432C4.17247 4.7428 6.04621 3.96667 7.99997 3.96667C9.95373 3.96667 11.8275 4.7428 13.209 6.12432C14.5905 7.50584 15.3666 9.37958 15.3666 11.3333C15.3666 11.7199 15.0532 12.0333 14.6666 12.0333C14.28 12.0333 13.9666 11.7199 13.9666 11.3333C13.9666 9.75088 13.338 8.23324 12.219 7.11427C11.1001 5.9953 9.58243 5.36667 7.99997 5.36667C6.41751 5.36667 4.89986 5.9953 3.7809 7.11427C2.66193 8.23324 2.0333 9.75088 2.0333 11.3333C2.0333 11.7199 1.7199 12.0333 1.3333 12.0333C0.946701 12.0333 0.633301 11.7199 0.633301 11.3333C0.633301 9.37958 1.40943 7.50584 2.79095 6.12432ZM7.99997 8.03334C7.12475 8.03334 6.28538 8.38102 5.66651 8.99989C5.04764 9.61876 4.69997 10.4581 4.69997 11.3333C4.69997 11.7199 4.38657 12.0333 3.99997 12.0333C3.61337 12.0333 3.29997 11.7199 3.29997 11.3333C3.29997 10.0868 3.79514 8.89136 4.67657 8.00994C5.55799 7.12852 6.75345 6.63334 7.99997 6.63334C9.24648 6.63334 10.4419 7.12852 11.3234 8.00994C12.2048 8.89136 12.7 10.0868 12.7 11.3333C12.7 11.7199 12.3866 12.0333 12 12.0333C11.6134 12.0333 11.3 11.7199 11.3 11.3333C11.3 10.4581 10.9523 9.61876 10.3334 8.99989C9.71455 8.38102 8.87518 8.03334 7.99997 8.03334ZM7.99997 10.7C7.832 10.7 7.67091 10.7667 7.55213 10.8855C7.43336 11.0043 7.36663 11.1654 7.36663 11.3333C7.36663 11.7199 7.05323 12.0333 6.66663 12.0333C6.28003 12.0333 5.96663 11.7199 5.96663 11.3333C5.96663 10.7941 6.18086 10.2769 6.56218 9.89556C6.94351 9.51423 7.46069 9.30001 7.99997 9.30001C8.53924 9.30001 9.05643 9.51423 9.43775 9.89556C9.81907 10.2769 10.0333 10.7941 10.0333 11.3333C10.0333 11.7199 9.7199 12.0333 9.3333 12.0333C8.9467 12.0333 8.6333 11.7199 8.6333 11.3333C8.6333 11.1654 8.56657 11.0043 8.4478 10.8855C8.32903 10.7667 8.16794 10.7 7.99997 10.7Z", fill: "currentColor", }), }), - Tb = (e) => - kt("svg", { + Lb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.6333 3.3333C6.6333 1.81337 7.81337 0.633301 9.3333 0.633301C10.1782 0.633301 10.9181 0.997932 11.4086 1.58288C11.4558 1.55708 11.5041 1.53195 11.5536 1.5072C11.5709 1.49852 11.5886 1.49057 11.6067 1.48337C12.9391 0.950372 14.5626 1.55514 15.1166 2.93999C15.5512 4.02655 15.2293 5.3066 14.3448 6.04245L15.0649 7.3027C15.3044 7.68087 15.3013 8.12632 15.3001 8.30301C15.3 8.31422 15.3 8.32434 15.3 8.3333C15.3 8.39053 15.2929 8.44755 15.2791 8.50308C15.0474 9.4296 14.2111 9.86514 13.3798 9.76123C13.3657 9.75946 13.3516 9.75727 13.3376 9.75464L13.3365 9.75444L13.3242 9.75211L13.2877 9.74516C13.2562 9.73912 13.2106 9.73032 13.1537 9.71915C13.04 9.69684 12.8808 9.66501 12.6982 9.62679C12.3645 9.55693 11.9419 9.46357 11.5744 9.36663H11.3333C10.5866 9.36663 10.0333 9.9199 10.0333 10.6666C10.0333 10.7399 10.022 10.8105 10.0012 10.8769C9.9956 10.9482 9.98718 11.0194 9.9759 11.0904C9.96468 11.161 9.9507 11.2309 9.93402 11.3H10.6666C11.0532 11.3 11.3666 11.6134 11.3666 12C11.3666 12.3866 11.0532 12.7 10.6666 12.7H8.80287C8.80078 12.7 8.79868 12.7 8.79659 12.7H2.66663C2.49866 12.7 2.33757 12.7667 2.2188 12.8855C2.10003 13.0042 2.0333 13.1653 2.0333 13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7811C2.33757 13.8999 2.49866 13.9666 2.66663 13.9666H8.66663C9.05323 13.9666 9.36663 14.28 9.36663 14.6666C9.36663 15.0532 9.05323 15.3666 8.66663 15.3666H2.66663C2.12736 15.3666 1.61017 15.1524 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3333C0.633301 12.794 0.847526 12.2768 1.22885 11.8955C1.59557 11.5288 2.08795 11.3166 2.60479 11.3009C2.20359 10.7467 1.96663 10.0666 1.96663 9.3333C1.96663 6.55576 4.02516 4.30281 6.71565 4.00101C6.66155 3.78793 6.6333 3.5641 6.6333 3.3333ZM5.3333 11.3H8.4446C8.51861 11.1673 8.56918 11.0221 8.59326 10.8706C8.63246 10.6241 8.59983 10.3714 8.49929 10.1429C8.39875 9.91443 8.23454 9.71971 8.02629 9.58204C7.81804 9.44437 7.57456 9.36957 7.32493 9.36658C6.93836 9.36196 6.62873 9.04483 6.63335 8.65826C6.63797 8.27169 6.9551 7.96206 7.34167 7.96668C7.86012 7.97288 8.36583 8.12823 8.79835 8.41416C8.98806 8.53957 9.16016 8.68778 9.31124 8.8547C9.80126 8.30581 10.5184 7.96663 11.3333 7.96663H11.6666C11.7289 7.96663 11.7908 7.97493 11.8508 7.9913C12.1968 8.08566 12.6303 8.18224 12.985 8.25648C13.1608 8.29326 13.3141 8.32392 13.4233 8.34536C13.4779 8.35607 13.5214 8.36446 13.551 8.37014L13.5715 8.37403C13.69 8.38547 13.7684 8.35883 13.8123 8.33137C13.8424 8.31258 13.8746 8.28275 13.8992 8.22767C13.8981 8.17679 13.8957 8.13628 13.8903 8.09896C13.886 8.06844 13.8812 8.05284 13.8793 8.04754C13.8722 8.03653 13.8654 8.02533 13.8589 8.01393L12.7922 6.14726C12.6917 5.97142 12.6723 5.76068 12.739 5.56945C12.8057 5.37822 12.952 5.22525 13.14 5.15003C13.7551 4.90397 14.0837 4.12745 13.8167 3.45994C13.5738 2.85259 12.8137 2.5246 12.152 2.77337C12.0939 2.80305 12.0419 2.83172 11.9942 2.86062C12.0199 3.01365 12.0333 3.17155 12.0333 3.3333C12.0333 3.7199 11.7199 4.0333 11.3333 4.0333C10.9467 4.0333 10.6333 3.7199 10.6333 3.3333C10.6333 3.17633 10.6089 3.02791 10.5633 2.89138C10.5498 2.8618 10.5384 2.83148 10.5292 2.80064C10.3353 2.33813 9.88758 2.0333 9.3333 2.0333C8.58657 2.0333 8.0333 2.58657 8.0333 3.3333C8.0333 3.68691 8.16368 3.97373 8.36161 4.17166C8.56181 4.37186 8.6217 4.67294 8.51335 4.93451C8.405 5.19608 8.14976 5.36663 7.86663 5.36663H7.3333C5.1199 5.36663 3.36663 7.1199 3.36663 9.3333C3.36663 10.4134 4.25323 11.3 5.3333 11.3ZM9.96663 5.99997C9.96663 5.61337 10.28 5.29997 10.6666 5.29997H10.6733C11.0599 5.29997 11.3733 5.61337 11.3733 5.99997C11.3733 6.38657 11.0599 6.69997 10.6733 6.69997H10.6666C10.28 6.69997 9.96663 6.38657 9.96663 5.99997Z", fill: "currentColor", }), }), - Nb = (e) => - kt("svg", { + bb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.3333 2.0333C4.98352 2.0333 4.69997 2.31685 4.69997 2.66663V3.29997H11.3V2.66663C11.3 2.31685 11.0164 2.0333 10.6666 2.0333H5.3333ZM12.7 3.29997V2.66663C12.7 1.54366 11.7896 0.633301 10.6666 0.633301H5.3333C4.21032 0.633301 3.29997 1.54366 3.29997 2.66663V3.29997H2.66663C1.54366 3.29997 0.633301 4.21032 0.633301 5.3333V10.6666C0.633301 11.7896 1.54366 12.7 2.66663 12.7H3.29997V13.3333C3.29997 14.4563 4.21032 15.3666 5.3333 15.3666H10.6666C11.7896 15.3666 12.7 14.4563 12.7 13.3333V12.7H13.3333C14.4563 12.7 15.3666 11.7896 15.3666 10.6666V5.3333C15.3666 4.21032 14.4563 3.29997 13.3333 3.29997H12.7ZM11.3 4.69997H4.69997V11.3H11.3V4.69997ZM12.7 11.3V4.69997H13.3333C13.6831 4.69997 13.9666 4.98352 13.9666 5.3333V10.6666C13.9666 11.0164 13.6831 11.3 13.3333 11.3H12.7ZM11.3 12.7H4.69997V13.3333C4.69997 13.6831 4.98352 13.9666 5.3333 13.9666H10.6666C11.0164 13.9666 11.3 13.6831 11.3 13.3333V12.7ZM3.29997 11.3V4.69997H2.66663C2.31685 4.69997 2.0333 4.98352 2.0333 5.3333V10.6666C2.0333 11.0164 2.31685 11.3 2.66663 11.3H3.29997Z", fill: "currentColor", }), }), - xb = (e) => - kt("svg", { + Mb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29866 0.737846C2.50503 0.610301 2.76273 0.598707 2.97972 0.707202L4.00001 1.21734L5.02029 0.707202C5.21736 0.608668 5.44932 0.608668 5.64639 0.707202L6.66667 1.21734L7.68696 0.707202C7.88403 0.608668 8.11599 0.608668 8.31306 0.707202L9.33334 1.21734L10.3536 0.707202C10.5507 0.608668 10.7827 0.608668 10.9797 0.707202L12 1.21734L13.0203 0.707202C13.2373 0.598707 13.495 0.610301 13.7014 0.737846C13.9077 0.865391 14.0333 1.0907 14.0333 1.3333V14.6666C14.0333 14.9092 13.9077 15.1345 13.7014 15.2621C13.495 15.3896 13.2373 15.4012 13.0203 15.2927L12 14.7826L10.9797 15.2927C10.7827 15.3913 10.5507 15.3913 10.3536 15.2927L9.33334 14.7826L8.31306 15.2927C8.11599 15.3913 7.88403 15.3913 7.68696 15.2927L6.66667 14.7826L5.64639 15.2927C5.44932 15.3913 5.21736 15.3913 5.02029 15.2927L4.00001 14.7826L2.97972 15.2927C2.76273 15.4012 2.50503 15.3896 2.29866 15.2621C2.09229 15.1345 1.96667 14.9092 1.96667 14.6666V1.3333C1.96667 1.0907 2.09229 0.865391 2.29866 0.737846ZM3.36667 2.46593V13.534L3.68696 13.3739C3.88403 13.2753 4.11599 13.2753 4.31306 13.3739L5.33334 13.884L6.35363 13.3739C6.55069 13.2753 6.78265 13.2753 6.97972 13.3739L8.00001 13.884L9.02029 13.3739C9.21736 13.2753 9.44932 13.2753 9.64639 13.3739L10.6667 13.884L11.687 13.3739C11.884 13.2753 12.116 13.2753 12.3131 13.3739L12.6333 13.534V2.46593L12.3131 2.62607C12.116 2.7246 11.884 2.7246 11.687 2.62607L10.6667 2.11593L9.64639 2.62607C9.44932 2.7246 9.21736 2.7246 9.02029 2.62607L8.00001 2.11593L6.97972 2.62607C6.78265 2.7246 6.55069 2.7246 6.35363 2.62607L5.33334 2.11593L4.31306 2.62607C4.11599 2.7246 3.88403 2.7246 3.68696 2.62607L3.36667 2.46593ZM8.00001 3.6333C8.38661 3.6333 8.70001 3.9467 8.70001 4.3333V4.71262C8.74073 4.72162 8.78133 4.73139 8.8218 4.74192C9.48779 4.91532 10.0846 5.28865 10.532 5.81163C10.7833 6.10542 10.7488 6.5473 10.455 6.79859C10.1612 7.04988 9.71934 7.01542 9.46805 6.72163C9.25966 6.47799 8.9957 6.28994 8.70001 6.1724V9.82753C8.9957 9.70999 9.25966 9.52195 9.46805 9.2783C9.71934 8.98451 10.1612 8.95006 10.455 9.20135C10.7488 9.45264 10.7833 9.89451 10.532 10.1883C10.0846 10.7113 9.48779 11.0846 8.8218 11.258C8.78133 11.2685 8.74073 11.2783 8.70001 11.2873V11.6666C8.70001 12.0532 8.38661 12.3666 8.00001 12.3666C7.61341 12.3666 7.30001 12.0532 7.30001 11.6666V11.2986C7.1331 11.2645 6.96831 11.2177 6.80711 11.1581C6.16154 10.9197 5.60455 10.4892 5.21115 9.92449C4.81775 9.35982 4.60685 8.68816 4.60685 7.99997C4.60685 7.31178 4.81775 6.64011 5.21115 6.07545C5.60455 5.51079 6.16154 5.08024 6.80711 4.84181C6.96831 4.78228 7.1331 4.73543 7.30001 4.70135V4.3333C7.30001 3.9467 7.61341 3.6333 8.00001 3.6333ZM7.30001 6.15222C7.29739 6.15318 7.29477 6.15414 7.29215 6.15511C6.91504 6.29439 6.58966 6.54589 6.35986 6.87574C6.13005 7.2056 6.00685 7.59796 6.00685 7.99997C6.00685 8.40198 6.13005 8.79434 6.35986 9.12419C6.58966 9.45405 6.91504 9.70555 7.29215 9.84483C7.29477 9.8458 7.29739 9.84676 7.30001 9.84771V6.15222Z", fill: "currentColor", }), }), - _b = (e) => - kt("svg", { + Hb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29866 0.737846C2.50503 0.610301 2.76273 0.598707 2.97972 0.707202L4.00001 1.21734L5.02029 0.707202C5.21736 0.608668 5.44932 0.608668 5.64639 0.707202L6.66667 1.21734L7.68696 0.707202C7.88403 0.608668 8.11599 0.608668 8.31306 0.707202L9.33334 1.21734L10.3536 0.707202C10.5507 0.608668 10.7827 0.608668 10.9797 0.707202L12 1.21734L13.0203 0.707202C13.2373 0.598707 13.495 0.610301 13.7014 0.737846C13.9077 0.865391 14.0333 1.0907 14.0333 1.3333V14.6666C14.0333 14.9092 13.9077 15.1345 13.7014 15.2621C13.495 15.3896 13.2373 15.4012 13.0203 15.2927L12 14.7826L10.9797 15.2927C10.7827 15.3913 10.5507 15.3913 10.3536 15.2927L9.33334 14.7826L8.31306 15.2927C8.11599 15.3913 7.88403 15.3913 7.68696 15.2927L6.66667 14.7826L5.64639 15.2927C5.44932 15.3913 5.21736 15.3913 5.02029 15.2927L4.00001 14.7826L2.97972 15.2927C2.76273 15.4012 2.50503 15.3896 2.29866 15.2621C2.09229 15.1345 1.96667 14.9092 1.96667 14.6666V1.3333C1.96667 1.0907 2.09229 0.865391 2.29866 0.737846ZM3.36667 2.46593V13.534L3.68696 13.3739C3.88403 13.2753 4.11599 13.2753 4.31306 13.3739L5.33334 13.884L6.35363 13.3739C6.55069 13.2753 6.78265 13.2753 6.97972 13.3739L8.00001 13.884L9.02029 13.3739C9.21736 13.2753 9.44932 13.2753 9.64639 13.3739L10.6667 13.884L11.687 13.3739C11.884 13.2753 12.116 13.2753 12.3131 13.3739L12.6333 13.534V2.46593L12.3131 2.62607C12.116 2.7246 11.884 2.7246 11.687 2.62607L10.6667 2.11593L9.64639 2.62607C9.44932 2.7246 9.21736 2.7246 9.02029 2.62607L8.00001 2.11593L6.97972 2.62607C6.78265 2.7246 6.55069 2.7246 6.35363 2.62607L5.33334 2.11593L4.31306 2.62607C4.11599 2.7246 3.88403 2.7246 3.68696 2.62607L3.36667 2.46593ZM7.47378 4.90848C8.11935 4.67005 8.82248 4.63519 9.48846 4.80859C10.1545 4.98199 10.7513 5.35532 11.1986 5.8783C11.4499 6.17209 11.4155 6.61397 11.1217 6.86526C10.8279 7.11654 10.386 7.08209 10.1347 6.7883C9.87341 6.4828 9.52476 6.26471 9.13571 6.16342C8.74667 6.06213 8.33593 6.08249 7.95882 6.22177C7.5817 6.36105 7.25633 6.61256 7.02652 6.94241C6.94807 7.05501 6.88205 7.1749 6.82911 7.29997H8.66667C9.05327 7.29997 9.36667 7.61337 9.36667 7.99997C9.36667 8.38657 9.05327 8.69997 8.66667 8.69997H6.77829C6.83729 8.87343 6.92058 9.03879 7.02652 9.19086C7.25633 9.52071 7.5817 9.77222 7.95882 9.9115C8.33593 10.0508 8.74667 10.0711 9.13571 9.96985C9.52476 9.86856 9.87341 9.65047 10.1347 9.34497C10.386 9.05118 10.8279 9.01672 11.1217 9.26801C11.4155 9.5193 11.4499 9.96118 11.1986 10.255C10.7513 10.7779 10.1545 11.1513 9.48846 11.3247C8.82248 11.4981 8.11935 11.4632 7.47378 11.2248C6.82821 10.9864 6.27121 10.5558 5.87782 9.99115C5.60652 9.60175 5.42202 9.16147 5.33362 8.69997H5.33334C4.94674 8.69997 4.63334 8.38657 4.63334 7.99997C4.63334 7.61337 4.94674 7.29997 5.33334 7.29997H5.36197C5.45854 6.88708 5.63277 6.49384 5.87782 6.14212C6.27121 5.57745 6.82821 5.14691 7.47378 4.90848Z", fill: "currentColor", }), }), - Ab = (e) => - kt("svg", { + Eb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29854 0.737846C2.50491 0.610301 2.76261 0.598707 2.9796 0.707202L3.99989 1.21734L5.02017 0.707202C5.21724 0.608668 5.4492 0.608668 5.64627 0.707202L6.66655 1.21734L7.68684 0.707202C7.88391 0.608668 8.11587 0.608668 8.31294 0.707202L9.33322 1.21734L10.3535 0.707202C10.5506 0.608668 10.7825 0.608668 10.9796 0.707202L11.9999 1.21734L13.0202 0.707202C13.2372 0.598707 13.4949 0.610301 13.7012 0.737846C13.9076 0.865391 14.0332 1.0907 14.0332 1.3333V14.6666C14.0332 14.9092 13.9076 15.1345 13.7012 15.2621C13.4949 15.3896 13.2372 15.4012 13.0202 15.2927L11.9999 14.7826L10.9796 15.2927C10.7825 15.3913 10.5506 15.3913 10.3535 15.2927L9.33322 14.7826L8.31294 15.2927C8.11587 15.3913 7.88391 15.3913 7.68684 15.2927L6.66655 14.7826L5.64627 15.2927C5.4492 15.3913 5.21724 15.3913 5.02017 15.2927L3.99989 14.7826L2.9796 15.2927C2.76261 15.4012 2.50491 15.3896 2.29854 15.2621C2.09217 15.1345 1.96655 14.9092 1.96655 14.6666V1.3333C1.96655 1.0907 2.09217 0.865391 2.29854 0.737846ZM3.36655 2.46593V13.534L3.68684 13.3739C3.88391 13.2753 4.11587 13.2753 4.31294 13.3739L5.33322 13.884L6.3535 13.3739C6.55057 13.2753 6.78253 13.2753 6.9796 13.3739L7.99989 13.884L9.02017 13.3739C9.21724 13.2753 9.4492 13.2753 9.64627 13.3739L10.6666 13.884L11.6868 13.3739C11.8839 13.2753 12.1159 13.2753 12.3129 13.3739L12.6332 13.534V2.46593L12.3129 2.62607C12.1159 2.7246 11.8839 2.7246 11.6868 2.62607L10.6666 2.11593L9.64627 2.62607C9.4492 2.7246 9.21724 2.7246 9.02017 2.62607L7.99989 2.11593L6.9796 2.62607C6.78253 2.7246 6.55057 2.7246 6.3535 2.62607L5.33322 2.11593L4.31294 2.62607C4.11587 2.7246 3.88391 2.7246 3.68684 2.62607L3.36655 2.46593ZM7.99989 3.6333C8.38649 3.6333 8.69989 3.9467 8.69989 4.3333V4.6333H10.6666C11.0532 4.6333 11.3666 4.9467 11.3666 5.3333C11.3666 5.7199 11.0532 6.0333 10.6666 6.0333H8.69989V7.29997H9.33322C9.87249 7.29997 10.3897 7.51419 10.771 7.89552C11.1523 8.27684 11.3666 8.79403 11.3666 9.3333C11.3666 9.87257 11.1523 10.3898 10.771 10.7711C10.3897 11.1524 9.87249 11.3666 9.33322 11.3666H8.69989V11.6666C8.69989 12.0532 8.38649 12.3666 7.99989 12.3666C7.61329 12.3666 7.29989 12.0532 7.29989 11.6666V11.3666H5.33322C4.94662 11.3666 4.63322 11.0532 4.63322 10.6666C4.63322 10.28 4.94662 9.96663 5.33322 9.96663H7.29989V8.69997H6.66655C6.12728 8.69997 5.61009 8.48574 5.22877 8.10442C4.84745 7.72309 4.63322 7.20591 4.63322 6.66663C4.63322 6.12736 4.84745 5.61017 5.22877 5.22885C5.61009 4.84753 6.12728 4.6333 6.66655 4.6333H7.29989V4.3333C7.29989 3.9467 7.61329 3.6333 7.99989 3.6333ZM7.29989 6.0333H6.66655C6.49858 6.0333 6.33749 6.10003 6.21872 6.2188C6.09995 6.33757 6.03322 6.49866 6.03322 6.66663C6.03322 6.8346 6.09995 6.9957 6.21872 7.11447C6.33749 7.23324 6.49858 7.29997 6.66655 7.29997H7.29989V6.0333ZM8.69989 8.69997V9.96663H9.33322C9.50119 9.96663 9.66228 9.89991 9.78105 9.78113C9.89983 9.66236 9.96655 9.50127 9.96655 9.3333C9.96655 9.16533 9.89983 9.00424 9.78105 8.88547C9.66228 8.76669 9.50119 8.69997 9.33322 8.69997H8.69989Z", fill: "currentColor", }), }), - Zb = (e) => - kt("svg", { + Rb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29866 0.737846C2.50503 0.610301 2.76273 0.598707 2.97972 0.707202L4.00001 1.21734L5.02029 0.707202C5.21736 0.608668 5.44932 0.608668 5.64639 0.707202L6.66667 1.21734L7.68696 0.707202C7.88403 0.608668 8.11599 0.608668 8.31306 0.707202L9.33334 1.21734L10.3536 0.707202C10.5507 0.608668 10.7827 0.608668 10.9797 0.707202L12 1.21734L13.0203 0.707202C13.2373 0.598707 13.495 0.610301 13.7014 0.737846C13.9077 0.865391 14.0333 1.0907 14.0333 1.3333V14.6666C14.0333 14.9092 13.9077 15.1345 13.7014 15.2621C13.495 15.3896 13.2373 15.4012 13.0203 15.2927L12 14.7826L10.9797 15.2927C10.7827 15.3913 10.5507 15.3913 10.3536 15.2927L9.33334 14.7826L8.31306 15.2927C8.11599 15.3913 7.88403 15.3913 7.68696 15.2927L6.66667 14.7826L5.64639 15.2927C5.44932 15.3913 5.21736 15.3913 5.02029 15.2927L4.00001 14.7826L2.97972 15.2927C2.76273 15.4012 2.50503 15.3896 2.29866 15.2621C2.09229 15.1345 1.96667 14.9092 1.96667 14.6666V1.3333C1.96667 1.0907 2.09229 0.865391 2.29866 0.737846ZM3.36667 2.46593V13.534L3.68696 13.3739C3.88403 13.2753 4.11599 13.2753 4.31306 13.3739L5.33334 13.884L6.35363 13.3739C6.55069 13.2753 6.78265 13.2753 6.97972 13.3739L8.00001 13.884L9.02029 13.3739C9.21736 13.2753 9.44932 13.2753 9.64639 13.3739L10.6667 13.884L11.687 13.3739C11.884 13.2753 12.116 13.2753 12.3131 13.3739L12.6333 13.534V2.46593L12.3131 2.62607C12.116 2.7246 11.884 2.7246 11.687 2.62607L10.6667 2.11593L9.64639 2.62607C9.44932 2.7246 9.21736 2.7246 9.02029 2.62607L8.00001 2.11593L6.97972 2.62607C6.78265 2.7246 6.55069 2.7246 6.35363 2.62607L5.33334 2.11593L4.31306 2.62607C4.11599 2.7246 3.88403 2.7246 3.68696 2.62607L3.36667 2.46593ZM4.63334 4.66663C4.63334 4.28004 4.94674 3.96663 5.33334 3.96663H10.6667C11.0533 3.96663 11.3667 4.28004 11.3667 4.66663C11.3667 5.05323 11.0533 5.36663 10.6667 5.36663H8.73255C9.00547 5.74584 9.1962 6.17741 9.29311 6.6333H10.6667C11.0533 6.6333 11.3667 6.9467 11.3667 7.3333C11.3667 7.7199 11.0533 8.0333 10.6667 8.0333H9.29311C9.1588 8.66509 8.84433 9.25017 8.3806 9.71389C8.07669 10.0178 7.72066 10.2576 7.33352 10.4246L8.37101 11.073C8.69884 11.2779 8.7985 11.7098 8.59361 12.0376C8.38871 12.3655 7.95684 12.4651 7.62901 12.2602L4.96234 10.5936C4.69753 10.4281 4.57438 10.1072 4.66047 9.80699C4.74656 9.50681 5.02106 9.29997 5.33334 9.29997H6.00001C6.5216 9.29997 7.02183 9.09277 7.39065 8.72394C7.58867 8.52593 7.74009 8.29004 7.83788 8.0333H5.33334C4.94674 8.0333 4.63334 7.7199 4.63334 7.3333C4.63334 6.9467 4.94674 6.6333 5.33334 6.6333H7.83788C7.74009 6.37656 7.58867 6.14067 7.39065 5.94266C7.02183 5.57384 6.5216 5.36663 6.00001 5.36663H5.33334C4.94674 5.36663 4.63334 5.05323 4.63334 4.66663Z", fill: "currentColor", }), }), - Ib = (e) => - kt("svg", { + yb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29866 0.737846C2.50503 0.610301 2.76273 0.598707 2.97972 0.707202L4.00001 1.21734L5.02029 0.707202C5.21736 0.608668 5.44932 0.608668 5.64639 0.707202L6.66667 1.21734L7.68696 0.707202C7.88403 0.608668 8.11599 0.608668 8.31306 0.707202L9.33334 1.21734L10.3536 0.707202C10.5507 0.608668 10.7827 0.608668 10.9797 0.707202L12 1.21734L13.0203 0.707202C13.2373 0.598707 13.495 0.610301 13.7014 0.737846C13.9077 0.865391 14.0333 1.0907 14.0333 1.3333V14.6666C14.0333 14.9092 13.9077 15.1345 13.7014 15.2621C13.495 15.3896 13.2373 15.4012 13.0203 15.2927L12 14.7826L10.9797 15.2927C10.7827 15.3913 10.5507 15.3913 10.3536 15.2927L9.33334 14.7826L8.31306 15.2927C8.11599 15.3913 7.88403 15.3913 7.68696 15.2927L6.66667 14.7826L5.64639 15.2927C5.44932 15.3913 5.21736 15.3913 5.02029 15.2927L4.00001 14.7826L2.97972 15.2927C2.76273 15.4012 2.50503 15.3896 2.29866 15.2621C2.09229 15.1345 1.96667 14.9092 1.96667 14.6666V1.3333C1.96667 1.0907 2.09229 0.865391 2.29866 0.737846ZM3.36667 2.46593V13.534L3.68696 13.3739C3.88403 13.2753 4.11599 13.2753 4.31306 13.3739L5.33334 13.884L6.35363 13.3739C6.55069 13.2753 6.78265 13.2753 6.97972 13.3739L8.00001 13.884L9.02029 13.3739C9.21736 13.2753 9.44932 13.2753 9.64639 13.3739L10.6667 13.884L11.687 13.3739C11.884 13.2753 12.116 13.2753 12.3131 13.3739L12.6333 13.534V2.46593L12.3131 2.62607C12.116 2.7246 11.884 2.7246 11.687 2.62607L10.6667 2.11593L9.64639 2.62607C9.44932 2.7246 9.21736 2.7246 9.02029 2.62607L8.00001 2.11593L6.97972 2.62607C6.78265 2.7246 6.55069 2.7246 6.35363 2.62607L5.33334 2.11593L4.31306 2.62607C4.11599 2.7246 3.88403 2.7246 3.68696 2.62607L3.36667 2.46593ZM5.50503 4.17166C5.7784 3.89829 6.22162 3.89829 6.49498 4.17166L8.00001 5.67669L9.50503 4.17166C9.7784 3.89829 10.2216 3.89829 10.495 4.17166C10.7683 4.44503 10.7683 4.88824 10.495 5.16161L9.02329 6.6333H10C10.3866 6.6333 10.7 6.9467 10.7 7.3333C10.7 7.7199 10.3866 8.0333 10 8.0333H8.70001V9.29997H10C10.3866 9.29997 10.7 9.61337 10.7 9.99997C10.7 10.3866 10.3866 10.7 10 10.7H8.70001V11.6666C8.70001 12.0532 8.38661 12.3666 8.00001 12.3666C7.61341 12.3666 7.30001 12.0532 7.30001 11.6666V10.7H6.00001C5.61341 10.7 5.30001 10.3866 5.30001 9.99997C5.30001 9.61337 5.61341 9.29997 6.00001 9.29997H7.30001V8.0333H6.00001C5.61341 8.0333 5.30001 7.7199 5.30001 7.3333C5.30001 6.9467 5.61341 6.6333 6.00001 6.6333H6.97673L5.50503 5.16161C5.23167 4.88824 5.23167 4.44503 5.50503 4.17166Z", fill: "currentColor", }), }), - kb = (e) => - kt("svg", { + Vb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29866 0.737846C2.50503 0.610301 2.76273 0.598707 2.97972 0.707202L4.00001 1.21734L5.02029 0.707202C5.21736 0.608668 5.44932 0.608668 5.64639 0.707202L6.66667 1.21734L7.68696 0.707202C7.88403 0.608668 8.11599 0.608668 8.31306 0.707202L9.33334 1.21734L10.3536 0.707202C10.5507 0.608668 10.7827 0.608668 10.9797 0.707202L12 1.21734L13.0203 0.707202C13.2373 0.598707 13.495 0.610301 13.7014 0.737846C13.9077 0.865391 14.0333 1.0907 14.0333 1.3333V14.6666C14.0333 14.9092 13.9077 15.1345 13.7014 15.2621C13.495 15.3896 13.2373 15.4012 13.0203 15.2927L12 14.7826L10.9797 15.2927C10.7827 15.3913 10.5507 15.3913 10.3536 15.2927L9.33334 14.7826L8.31306 15.2927C8.11599 15.3913 7.88403 15.3913 7.68696 15.2927L6.66667 14.7826L5.64639 15.2927C5.44932 15.3913 5.21736 15.3913 5.02029 15.2927L4.00001 14.7826L2.97972 15.2927C2.76273 15.4012 2.50503 15.3896 2.29866 15.2621C2.09229 15.1345 1.96667 14.9092 1.96667 14.6666V1.3333C1.96667 1.0907 2.09229 0.865391 2.29866 0.737846ZM3.36667 2.46593V13.534L3.68696 13.3739C3.88403 13.2753 4.11599 13.2753 4.31306 13.3739L5.33334 13.884L6.35363 13.3739C6.55069 13.2753 6.78265 13.2753 6.97972 13.3739L8.00001 13.884L9.02029 13.3739C9.21736 13.2753 9.44932 13.2753 9.64639 13.3739L10.6667 13.884L11.687 13.3739C11.884 13.2753 12.116 13.2753 12.3131 13.3739L12.6333 13.534V2.46593L12.3131 2.62607C12.116 2.7246 11.884 2.7246 11.687 2.62607L10.6667 2.11593L9.64639 2.62607C9.44932 2.7246 9.21736 2.7246 9.02029 2.62607L8.00001 2.11593L6.97972 2.62607C6.78265 2.7246 6.55069 2.7246 6.35363 2.62607L5.33334 2.11593L4.31306 2.62607C4.11599 2.7246 3.88403 2.7246 3.68696 2.62607L3.36667 2.46593ZM8.33334 5.36663C8.07697 5.36663 7.83109 5.46848 7.6498 5.64976C7.46852 5.83105 7.36667 6.07693 7.36667 6.3333V7.96663H8.66667C9.05327 7.96663 9.36667 8.28004 9.36667 8.66663C9.36667 9.05323 9.05327 9.36663 8.66667 9.36663H7.36667V10.6333H10C10.3866 10.6333 10.7 10.9467 10.7 11.3333C10.7 11.7199 10.3866 12.0333 10 12.0333H5.33334C4.94674 12.0333 4.63334 11.7199 4.63334 11.3333C4.63334 10.9467 4.94674 10.6333 5.33334 10.6333H5.96667V9.36663H5.33334C4.94674 9.36663 4.63334 9.05323 4.63334 8.66663C4.63334 8.28004 4.94674 7.96663 5.33334 7.96663H5.96667V6.3333C5.96667 5.70562 6.21602 5.10365 6.65986 4.65982C7.10369 4.21598 7.70566 3.96663 8.33334 3.96663C8.96102 3.96663 9.56299 4.21598 10.0068 4.65982C10.4507 5.10365 10.7 5.70562 10.7 6.3333C10.7 6.7199 10.3866 7.0333 10 7.0333C9.61341 7.0333 9.30001 6.7199 9.30001 6.3333C9.30001 6.07693 9.19816 5.83105 9.01688 5.64976C8.83559 5.46848 8.58972 5.36663 8.33334 5.36663Z", fill: "currentColor", }), }), - Ob = (e) => - kt("svg", { + Tb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29866 0.737846C2.50503 0.610301 2.76273 0.598707 2.97972 0.707202L4.00001 1.21734L5.02029 0.707202C5.21736 0.608668 5.44932 0.608668 5.64639 0.707202L6.66667 1.21734L7.68696 0.707202C7.88403 0.608668 8.11599 0.608668 8.31306 0.707202L9.33334 1.21734L10.3536 0.707202C10.5507 0.608668 10.7827 0.608668 10.9797 0.707202L12 1.21734L13.0203 0.707202C13.2373 0.598707 13.495 0.610301 13.7014 0.737846C13.9077 0.865391 14.0333 1.0907 14.0333 1.3333V14.6666C14.0333 14.9092 13.9077 15.1345 13.7014 15.2621C13.495 15.3896 13.2373 15.4012 13.0203 15.2927L12 14.7826L10.9797 15.2927C10.7827 15.3913 10.5507 15.3913 10.3536 15.2927L9.33334 14.7826L8.31306 15.2927C8.11599 15.3913 7.88403 15.3913 7.68696 15.2927L6.66667 14.7826L5.64639 15.2927C5.44932 15.3913 5.21736 15.3913 5.02029 15.2927L4.00001 14.7826L2.97972 15.2927C2.76273 15.4012 2.50503 15.3896 2.29866 15.2621C2.09229 15.1345 1.96667 14.9092 1.96667 14.6666V1.3333C1.96667 1.0907 2.09229 0.865391 2.29866 0.737846ZM3.36667 2.46593V13.534L3.68696 13.3739C3.88403 13.2753 4.11599 13.2753 4.31306 13.3739L5.33334 13.884L6.35363 13.3739C6.55069 13.2753 6.78265 13.2753 6.97972 13.3739L8.00001 13.884L9.02029 13.3739C9.21736 13.2753 9.44932 13.2753 9.64639 13.3739L10.6667 13.884L11.687 13.3739C11.884 13.2753 12.116 13.2753 12.3131 13.3739L12.6333 13.534V2.46593L12.3131 2.62607C12.116 2.7246 11.884 2.7246 11.687 2.62607L10.6667 2.11593L9.64639 2.62607C9.44932 2.7246 9.21736 2.7246 9.02029 2.62607L8.00001 2.11593L6.97972 2.62607C6.78265 2.7246 6.55069 2.7246 6.35363 2.62607L5.33334 2.11593L4.31306 2.62607C4.11599 2.7246 3.88403 2.7246 3.68696 2.62607L3.36667 2.46593ZM5.96667 4.66663C5.96667 4.28004 6.28008 3.96663 6.66667 3.96663H8.66667C9.20595 3.96663 9.72313 4.18086 10.1045 4.56218C10.4858 4.94351 10.7 5.46069 10.7 5.99997C10.7 6.53924 10.4858 7.05643 10.1045 7.43775C9.72313 7.81908 9.20595 8.0333 8.66667 8.0333H7.36667V9.29997H8.66667C9.05327 9.29997 9.36667 9.61337 9.36667 9.99997C9.36667 10.3866 9.05327 10.7 8.66667 10.7H7.36667V11.3333C7.36667 11.7199 7.05327 12.0333 6.66667 12.0333C6.28008 12.0333 5.96667 11.7199 5.96667 11.3333V10.7H5.33334C4.94674 10.7 4.63334 10.3866 4.63334 9.99997C4.63334 9.61337 4.94674 9.29997 5.33334 9.29997H5.96667V8.0333H5.33334C4.94674 8.0333 4.63334 7.7199 4.63334 7.3333C4.63334 6.9467 4.94674 6.6333 5.33334 6.6333H5.96667V4.66663ZM7.36667 6.6333H8.66667C8.83464 6.6333 8.99574 6.56658 9.11451 6.4478C9.23328 6.32903 9.30001 6.16794 9.30001 5.99997C9.30001 5.832 9.23328 5.67091 9.11451 5.55213C8.99574 5.43336 8.83465 5.36663 8.66667 5.36663H7.36667V6.6333Z", fill: "currentColor", }), }), - Bb = (e) => - kt("svg", { + Sb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29866 0.737846C2.50503 0.610301 2.76273 0.598707 2.97972 0.707202L4.00001 1.21734L5.02029 0.707202C5.21736 0.608668 5.44932 0.608668 5.64639 0.707202L6.66667 1.21734L7.68696 0.707202C7.88403 0.608668 8.11599 0.608668 8.31306 0.707202L9.33334 1.21734L10.3536 0.707202C10.5507 0.608668 10.7827 0.608668 10.9797 0.707202L12 1.21734L13.0203 0.707202C13.2373 0.598707 13.495 0.610301 13.7014 0.737846C13.9077 0.865391 14.0333 1.0907 14.0333 1.3333V14.6666C14.0333 14.9092 13.9077 15.1345 13.7014 15.2621C13.495 15.3896 13.2373 15.4012 13.0203 15.2927L12 14.7826L10.9797 15.2927C10.7827 15.3913 10.5507 15.3913 10.3536 15.2927L9.33334 14.7826L8.31306 15.2927C8.11599 15.3913 7.88403 15.3913 7.68696 15.2927L6.66667 14.7826L5.64639 15.2927C5.44932 15.3913 5.21736 15.3913 5.02029 15.2927L4.00001 14.7826L2.97972 15.2927C2.76273 15.4012 2.50503 15.3896 2.29866 15.2621C2.09229 15.1345 1.96667 14.9092 1.96667 14.6666V1.3333C1.96667 1.0907 2.09229 0.865391 2.29866 0.737846ZM3.36667 2.46593V13.534L3.68696 13.3739C3.88403 13.2753 4.11599 13.2753 4.31306 13.3739L5.33334 13.884L6.35363 13.3739C6.55069 13.2753 6.78265 13.2753 6.97972 13.3739L8.00001 13.884L9.02029 13.3739C9.21736 13.2753 9.44932 13.2753 9.64639 13.3739L10.6667 13.884L11.687 13.3739C11.884 13.2753 12.116 13.2753 12.3131 13.3739L12.6333 13.534V2.46593L12.3131 2.62607C12.116 2.7246 11.884 2.7246 11.687 2.62607L10.6667 2.11593L9.64639 2.62607C9.44932 2.7246 9.21736 2.7246 9.02029 2.62607L8.00001 2.11593L6.97972 2.62607C6.78265 2.7246 6.55069 2.7246 6.35363 2.62607L5.33334 2.11593L4.31306 2.62607C4.11599 2.7246 3.88403 2.7246 3.68696 2.62607L3.36667 2.46593ZM5.96667 4.66663C5.96667 4.28004 6.28008 3.96663 6.66667 3.96663H10C10.3866 3.96663 10.7 4.28004 10.7 4.66663C10.7 5.05323 10.3866 5.36663 10 5.36663H7.36667V6.6333H9.33334C9.71994 6.6333 10.0333 6.9467 10.0333 7.3333C10.0333 7.7199 9.71994 8.0333 9.33334 8.0333H7.36667V9.29997H8.66667C9.05327 9.29997 9.36667 9.61337 9.36667 9.99997C9.36667 10.3866 9.05327 10.7 8.66667 10.7H7.36667V11.3333C7.36667 11.7199 7.05327 12.0333 6.66667 12.0333C6.28008 12.0333 5.96667 11.7199 5.96667 11.3333V10.7H5.33334C4.94674 10.7 4.63334 10.3866 4.63334 9.99997C4.63334 9.61337 4.94674 9.29997 5.33334 9.29997H5.96667V4.66663Z", fill: "currentColor", }), }), - Db = (e) => - kt("svg", { + Nb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.29866 0.737846C2.50503 0.610301 2.76273 0.598707 2.97972 0.707202L4.00001 1.21734L5.02029 0.707202C5.21736 0.608668 5.44932 0.608668 5.64639 0.707202L6.66667 1.21734L7.68696 0.707202C7.88403 0.608668 8.11599 0.608668 8.31306 0.707202L9.33334 1.21734L10.3536 0.707202C10.5507 0.608668 10.7827 0.608668 10.9797 0.707202L12 1.21734L13.0203 0.707202C13.2373 0.598707 13.495 0.610301 13.7014 0.737846C13.9077 0.865391 14.0333 1.0907 14.0333 1.3333V14.6666C14.0333 14.9092 13.9077 15.1345 13.7014 15.2621C13.495 15.3896 13.2373 15.4012 13.0203 15.2927L12 14.7826L10.9797 15.2927C10.7827 15.3913 10.5507 15.3913 10.3536 15.2927L9.33334 14.7826L8.31306 15.2927C8.11599 15.3913 7.88403 15.3913 7.68696 15.2927L6.66667 14.7826L5.64639 15.2927C5.44932 15.3913 5.21736 15.3913 5.02029 15.2927L4.00001 14.7826L2.97972 15.2927C2.76273 15.4012 2.50503 15.3896 2.29866 15.2621C2.09229 15.1345 1.96667 14.9092 1.96667 14.6666V1.3333C1.96667 1.0907 2.09229 0.865391 2.29866 0.737846ZM3.36667 2.46593V13.534L3.68696 13.3739C3.88403 13.2753 4.11599 13.2753 4.31306 13.3739L5.33334 13.884L6.35363 13.3739C6.55069 13.2753 6.78265 13.2753 6.97972 13.3739L8.00001 13.884L9.02029 13.3739C9.21736 13.2753 9.44932 13.2753 9.64639 13.3739L10.6667 13.884L11.687 13.3739C11.884 13.2753 12.116 13.2753 12.3131 13.3739L12.6333 13.534V2.46593L12.3131 2.62607C12.116 2.7246 11.884 2.7246 11.687 2.62607L10.6667 2.11593L9.64639 2.62607C9.44932 2.7246 9.21736 2.7246 9.02029 2.62607L8.00001 2.11593L6.97972 2.62607C6.78265 2.7246 6.55069 2.7246 6.35363 2.62607L5.33334 2.11593L4.31306 2.62607C4.11599 2.7246 3.88403 2.7246 3.68696 2.62607L3.36667 2.46593ZM4.63334 5.3333C4.63334 4.9467 4.94674 4.6333 5.33334 4.6333H9.33334C9.71994 4.6333 10.0333 4.9467 10.0333 5.3333C10.0333 5.7199 9.71994 6.0333 9.33334 6.0333H5.33334C4.94674 6.0333 4.63334 5.7199 4.63334 5.3333ZM4.63334 7.99997C4.63334 7.61337 4.94674 7.29997 5.33334 7.29997H10.6667C11.0533 7.29997 11.3667 7.61337 11.3667 7.99997C11.3667 8.38657 11.0533 8.69997 10.6667 8.69997H5.33334C4.94674 8.69997 4.63334 8.38657 4.63334 7.99997ZM4.63334 10.6666C4.63334 10.28 4.94674 9.96663 5.33334 9.96663H8.66667C9.05327 9.96663 9.36667 10.28 9.36667 10.6666C9.36667 11.0532 9.05327 11.3666 8.66667 11.3666H5.33334C4.94674 11.3666 4.63334 11.0532 4.63334 10.6666Z", fill: "currentColor", }), }), - Pb = (e) => - kt("svg", { + xb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 4.70005C2.31685 4.70005 2.0333 4.9836 2.0333 5.33338V10.6667C2.0333 11.0165 2.31685 11.3 2.66663 11.3H13.3333C13.6831 11.3 13.9666 11.0165 13.9666 10.6667V5.33338C13.9666 4.9836 13.6831 4.70005 13.3333 4.70005H2.66663ZM0.633301 5.33338C0.633301 4.2104 1.54366 3.30005 2.66663 3.30005H13.3333C14.4563 3.30005 15.3666 4.2104 15.3666 5.33338V10.6667C15.3666 11.7897 14.4563 12.7 13.3333 12.7H2.66663C1.54366 12.7 0.633301 11.7897 0.633301 10.6667V5.33338ZM3.96663 8.00005C3.96663 7.61345 4.28003 7.30005 4.66663 7.30005H4.6733C5.0599 7.30005 5.3733 7.61345 5.3733 8.00005C5.3733 8.38665 5.0599 8.70005 4.6733 8.70005H4.66663C4.28003 8.70005 3.96663 8.38665 3.96663 8.00005ZM7.29997 8.00005C7.29997 7.61345 7.61337 7.30005 7.99997 7.30005H8.00663C8.39323 7.30005 8.70663 7.61345 8.70663 8.00005C8.70663 8.38665 8.39323 8.70005 8.00663 8.70005H7.99997C7.61337 8.70005 7.29997 8.38665 7.29997 8.00005ZM10.6333 8.00005C10.6333 7.61345 10.9467 7.30005 11.3333 7.30005H11.34C11.7266 7.30005 12.04 7.61345 12.04 8.00005C12.04 8.38665 11.7266 8.70005 11.34 8.70005H11.3333C10.9467 8.70005 10.6333 8.38665 10.6333 8.00005Z", fill: "currentColor", }), }), - Fb = (e) => - kt("svg", { + _b = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 4.70005C2.31685 4.70005 2.0333 4.9836 2.0333 5.33338V10.6667C2.0333 11.0165 2.31685 11.3 2.66663 11.3H13.3333C13.6831 11.3 13.9666 11.0165 13.9666 10.6667V5.33338C13.9666 4.9836 13.6831 4.70005 13.3333 4.70005H2.66663ZM0.633301 5.33338C0.633301 4.2104 1.54366 3.30005 2.66663 3.30005H13.3333C14.4563 3.30005 15.3666 4.2104 15.3666 5.33338V10.6667C15.3666 11.7897 14.4563 12.7 13.3333 12.7H2.66663C1.54366 12.7 0.633301 11.7897 0.633301 10.6667V5.33338Z", fill: "currentColor", }), }), - Ub = (e) => - kt("svg", { + Ab = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33338 2.0333C4.9836 2.0333 4.70005 2.31685 4.70005 2.66663V13.3333C4.70005 13.6831 4.9836 13.9666 5.33338 13.9666H10.6667C11.0165 13.9666 11.3 13.6831 11.3 13.3333V2.66663C11.3 2.31685 11.0165 2.0333 10.6667 2.0333H5.33338ZM3.30005 2.66663C3.30005 1.54366 4.2104 0.633301 5.33338 0.633301H10.6667C11.7897 0.633301 12.7 1.54366 12.7 2.66663V13.3333C12.7 14.4563 11.7897 15.3666 10.6667 15.3666H5.33338C4.2104 15.3666 3.30005 14.4563 3.30005 13.3333V2.66663Z", fill: "currentColor", }), }), - zb = (e) => - kt("svg", { + Zb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.98866 1.30005C8.32007 1.29943 8.64582 1.386 8.9332 1.55107C9.22058 1.71614 9.45949 1.9539 9.62594 2.24048L9.62715 2.24257L11.4109 5.33829L11.7045 4.24229C11.8045 3.86885 12.1883 3.6472 12.5617 3.74721C12.9352 3.84723 13.1568 4.23104 13.0568 4.60448L12.3255 7.33514C12.2774 7.5145 12.1601 7.66743 11.9993 7.76027C11.8385 7.85311 11.6474 7.87826 11.468 7.83018L8.73738 7.09818C8.36397 6.99808 8.1424 6.61422 8.2425 6.2408C8.3426 5.86739 8.72646 5.64582 9.09988 5.74592L10.1999 6.04081L8.41532 2.94362C8.41515 2.94334 8.41548 2.9439 8.41532 2.94362C8.37223 2.86977 8.31005 2.80765 8.2359 2.76506C8.16344 2.72344 8.08156 2.70109 7.99808 2.70008C7.9109 2.70312 7.82584 2.72806 7.75076 2.77263C7.67369 2.81838 7.60975 2.88328 7.56515 2.96103L7.56409 2.96287L6.83542 4.22421C6.64204 4.55896 6.21389 4.67356 5.87914 4.48018C5.54438 4.28679 5.42978 3.85865 5.62317 3.52389L6.35077 2.26441C6.35095 2.2641 6.35113 2.26379 6.35131 2.26347C6.51595 1.97683 6.75182 1.73754 7.03607 1.56879C7.32064 1.39985 7.64404 1.30733 7.9749 1.30021L7.98866 1.30005ZM5.1473 5.72717C5.3081 5.82001 5.42543 5.97293 5.47346 6.15229L6.2048 8.88296C6.30481 9.25639 6.08316 9.64021 5.70972 9.74022C5.33628 9.84023 4.95247 9.61858 4.85246 9.24514L4.5578 8.14494L2.76774 11.2385C2.76758 11.2388 2.7679 11.2382 2.76774 11.2385C2.72526 11.3128 2.70253 11.3979 2.70272 11.4835C2.70291 11.5672 2.72452 11.6494 2.76545 11.7223C2.81169 11.7963 2.87582 11.8575 2.95197 11.9002C3.03013 11.9441 3.11831 11.967 3.20794 11.9667L3.20996 11.9667L4.66663 11.9667C5.05323 11.9667 5.36663 12.2801 5.36663 12.6667C5.36663 13.0533 5.05323 13.3667 4.66663 13.3667H3.21089M3.34374 7.44775L2.24788 7.74151C1.87446 7.84161 1.4906 7.62005 1.3905 7.24663C1.2904 6.87322 1.51197 6.48936 1.88538 6.38926L4.61605 5.65726C4.7954 5.60918 4.9865 5.63433 5.1473 5.72717M12.6715 8.87075C13.0062 8.67721 13.4344 8.79162 13.6279 9.12628L14.4465 10.5418C14.6106 10.8279 14.6969 11.1519 14.6969 11.4817C14.6969 11.8115 14.6106 12.1355 14.4465 12.4216L14.44 12.433C14.2708 12.7156 14.0317 12.9499 13.7458 13.1134C13.4599 13.2769 13.1367 13.3641 12.8074 13.3667L12.802 13.3667L9.02324 13.3667L9.82827 14.1717C10.1016 14.4451 10.1016 14.8883 9.82827 15.1617C9.5549 15.4351 9.11169 15.4351 8.83832 15.1617L6.83832 13.1617C6.56495 12.8883 6.56495 12.4451 6.83832 12.1717L8.83832 10.1717C9.11169 9.89837 9.5549 9.89837 9.82827 10.1717C10.1016 10.4451 10.1016 10.8883 9.82827 11.1617L9.02324 11.9667H12.7987C12.8871 11.9657 12.9739 11.9421 13.0507 11.8981C13.1262 11.8549 13.1897 11.7935 13.2353 11.7195C13.2757 11.6468 13.2969 11.565 13.2969 11.4817C13.2969 11.3966 13.2747 11.313 13.2325 11.2391C13.2324 11.2388 13.2327 11.2393 13.2325 11.2391L12.416 9.82715C12.2225 9.49248 12.3369 9.06429 12.6715 8.87075Z", fill: "currentColor", }), }), - Gb = (e) => - Ot("svg", { + Ib = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M16.0125 4.39374C15.8312 4.01874 15.625 3.66249 15.3875 3.33124L12.8125 4.26874C13.1062 4.57499 13.3625 4.91874 13.5687 5.28749L16.0125 4.39374ZM4.64373 7.24374L2.06873 8.18124C2.09998 8.59374 2.16873 8.99999 2.27498 9.39999L4.71873 8.51249C4.63748 8.08749 4.61248 7.66249 4.64373 7.24374Z", fill: "#C22133", }), - kt("path", { + Vt("path", { d: "M10.35 3.66873C10.8687 3.91248 11.3375 4.24998 11.7375 4.65623L14.3125 3.71873C11.9562 0.412484 7.3625 -0.350016 4.05625 2.00623C1.95625 3.50623 0.793748 5.99373 0.999998 8.56873L3.575 7.63123C3.76875 5.00623 6.05625 3.03123 8.68125 3.22498C9.25625 3.26873 9.825 3.41873 10.35 3.66873Z", fill: "#DB212E", }), - kt("path", { + Vt("path", { d: "M13.0938 8.36871C13.05 8.94371 12.9062 9.49996 12.6625 10.0187C11.5438 12.4125 8.7 13.4437 6.30625 12.3312C5.7875 12.0875 5.3125 11.7562 4.9125 11.3437L2.34375 12.275C4.7 15.5812 9.29375 16.35 12.5938 13.9937C14.6938 12.4937 15.8562 10.0062 15.6562 7.43121L13.0938 8.36871Z", fill: "#DB212E", }), - kt("path", { + Vt("path", { d: "M13.7312 5.22498L11.2875 6.11248C11.7437 6.93123 11.9562 7.86873 11.8875 8.80623L14.4562 7.87498C14.375 6.95623 14.1312 6.05623 13.7312 5.22498ZM2.43124 9.33748L-0.0125122 10.225C0.212488 11.1187 0.599988 11.9625 1.13749 12.7187L3.70624 11.7812C3.04999 11.1125 2.60624 10.2625 2.43124 9.33748Z", fill: "#EB2126", }), - kt("path", { + Vt("path", { d: "M15.6375 3.71874C15.5562 3.58749 15.475 3.45624 15.3812 3.33124L12.8062 4.26874C12.9187 4.38749 13.025 4.50624 13.125 4.63124L15.6375 3.71874ZM4.63123 7.75624C4.62498 7.58124 4.62498 7.41249 4.64373 7.23749L2.06873 8.17499C2.08123 8.33749 2.09998 8.50624 2.12498 8.66874L4.63123 7.75624Z", fill: "#AD213B", }), - kt("path", { + Vt("path", { d: "M15.6625 7.43121L13.0937 8.36246C13.0687 8.73746 12.9937 9.10621 12.875 9.46871L15.6687 8.44996C15.6937 8.11246 15.6875 7.77496 15.6625 7.43121ZM2.34998 12.2812C2.54998 12.5625 2.76873 12.825 3.00623 13.075L5.79998 12.0562C5.48123 11.8562 5.18123 11.6187 4.91873 11.3437L2.34998 12.2812Z", fill: "#BA2133", }), ], }), - $b = (e) => - kt("svg", { + kb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.50491 2.1717C9.77828 1.89833 10.2215 1.89833 10.4949 2.1717L13.8282 5.50503C14.1016 5.7784 14.1016 6.22162 13.8282 6.49498L10.4949 9.82832C10.2215 10.1017 9.77828 10.1017 9.50491 9.82832C9.23154 9.55495 9.23154 9.11173 9.50491 8.83837L11.6433 6.70001H6.33322C5.54641 6.70001 4.79183 7.01257 4.23547 7.56892C3.67911 8.12528 3.36655 8.87987 3.36655 9.66667C3.36655 10.0563 3.44329 10.442 3.59238 10.802C3.74147 11.1619 3.95999 11.4889 4.23547 11.7644C4.79183 12.3208 5.54641 12.6333 6.33322 12.6333H8.66655C9.05315 12.6333 9.36655 12.9467 9.36655 13.3333C9.36655 13.7199 9.05315 14.0333 8.66655 14.0333H6.33322C5.17511 14.0333 4.06443 13.5733 3.24552 12.7544C2.84004 12.3489 2.51839 11.8675 2.29895 11.3377C2.0795 10.8079 1.96655 10.2401 1.96655 9.66667C1.96655 8.50856 2.42661 7.39788 3.24552 6.57898C4.06443 5.76007 5.17511 5.30001 6.33322 5.30001H11.6433L9.50491 3.16165C9.23154 2.88828 9.23154 2.44507 9.50491 2.1717Z", fill: "currentColor", }), }), - Wb = (e) => - kt("svg", { + Ob = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 3.96667C14.3866 3.96667 14.7 4.28008 14.7 4.66667V8.66667C14.7 9.05327 14.3866 9.36667 14 9.36667H10C9.6134 9.36667 9.3 9.05327 9.3 8.66667C9.3 8.28008 9.6134 7.96667 10 7.96667H12.1758L11.5326 7.38779C11.5325 7.38767 11.5324 7.38755 11.5322 7.38742C10.5614 6.51686 9.30365 6.03476 7.99964 6.03334C6.59412 6.03344 5.24619 6.59182 4.25233 7.58568C3.25839 8.57962 2.7 9.92769 2.7 11.3333C2.7 11.7199 2.3866 12.0333 2 12.0333C1.6134 12.0333 1.3 11.7199 1.3 11.3333C1.3 9.55639 2.00589 7.85222 3.26238 6.59573C4.51888 5.33923 6.22305 4.63334 8 4.63334H8.00071C9.64957 4.63502 11.2399 5.24465 12.4674 6.34556L12.4683 6.34637L13.3 7.09492V4.66667C13.3 4.28008 13.6134 3.96667 14 3.96667ZM8 11.3667C8.01841 11.3667 8.03333 11.3518 8.03333 11.3333C8.03333 11.3149 8.01841 11.3 8 11.3C7.98159 11.3 7.96667 11.3149 7.96667 11.3333C7.96667 11.3518 7.98159 11.3667 8 11.3667ZM6.63333 11.3333C6.63333 10.5786 7.24521 9.96667 8 9.96667C8.75479 9.96667 9.36667 10.5786 9.36667 11.3333C9.36667 12.0881 8.75479 12.7 8 12.7C7.24521 12.7 6.63333 12.0881 6.63333 11.3333Z", fill: "currentColor", }), }), - jb = (e) => - kt("svg", { + Bb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 3.96667C14.3866 3.96667 14.7 4.28008 14.7 4.66667V8.66667C14.7 9.05327 14.3866 9.36667 14 9.36667H10C9.6134 9.36667 9.3 9.05327 9.3 8.66667C9.3 8.28008 9.6134 7.96667 10 7.96667H12.1758L11.5326 7.38779C11.5325 7.38769 11.5324 7.38759 11.5323 7.38749C10.5614 6.51688 9.30368 6.03476 7.99964 6.03334C6.59412 6.03344 5.24619 6.59182 4.25233 7.58568C3.25839 8.57962 2.7 9.92769 2.7 11.3333C2.7 11.7199 2.3866 12.0333 2 12.0333C1.6134 12.0333 1.3 11.7199 1.3 11.3333C1.3 9.55639 2.00589 7.85222 3.26238 6.59573C4.51888 5.33923 6.22305 4.63334 8 4.63334H8.00071C9.64957 4.63502 11.2399 5.24465 12.4674 6.34556L12.4683 6.34637L13.3 7.09492V4.66667C13.3 4.28008 13.6134 3.96667 14 3.96667Z", fill: "currentColor", }), }), - qb = (e) => - kt("svg", { + Db = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 0.633301C2.3866 0.633301 2.7 0.946701 2.7 1.3333V3.76155L3.53333 3.01155C4.49698 2.14964 5.68942 1.58494 6.96682 1.38558C8.24422 1.18621 9.55202 1.36068 10.7325 1.88795C11.9129 2.41522 12.9156 3.27277 13.6196 4.35716C14.3236 5.44155 14.6988 6.70646 14.7 7.99933C14.7004 8.38593 14.3872 8.69961 14.0006 8.69997C13.614 8.70032 13.3004 8.3872 13.3 8.0006C13.2991 6.97789 13.0023 5.97729 12.4454 5.11949C11.8885 4.26169 11.0953 3.58333 10.1615 3.16623C9.22772 2.74914 8.19319 2.61112 7.18271 2.76883C6.17258 2.92648 5.22962 3.37293 4.46747 4.05433C4.46721 4.05457 4.46694 4.05481 4.46667 4.05505L3.82417 4.6333H6C6.3866 4.6333 6.7 4.9467 6.7 5.3333C6.7 5.7199 6.3866 6.0333 6 6.0333H2C1.6134 6.0333 1.3 5.7199 1.3 5.3333V1.3333C1.3 0.946701 1.6134 0.633301 2 0.633301ZM8 8.0333C8.01841 8.0333 8.03334 8.01838 8.03334 7.99997C8.03334 7.98156 8.01841 7.96663 8 7.96663C7.98159 7.96663 7.96667 7.98156 7.96667 7.99997C7.96667 8.01838 7.98159 8.0333 8 8.0333ZM6.63334 7.99997C6.63334 7.24518 7.24521 6.6333 8 6.6333C8.75479 6.6333 9.36667 7.24518 9.36667 7.99997C9.36667 8.75476 8.75479 9.36663 8 9.36663C7.24521 9.36663 6.63334 8.75476 6.63334 7.99997ZM1.99937 7.29997C2.38596 7.29961 2.69965 7.61273 2.7 7.99933C2.70093 9.02204 2.99774 10.0226 3.55463 10.8804C4.11152 11.7382 4.90469 12.4166 5.83849 12.8337C6.77229 13.2508 7.80682 13.3888 8.8173 13.2311C9.82739 13.0735 10.7703 12.627 11.5325 11.9457C11.5328 11.9454 11.533 11.9451 11.5333 11.9449L12.1758 11.3666H10C9.6134 11.3666 9.3 11.0532 9.3 10.6666C9.3 10.28 9.6134 9.96663 10 9.96663H14C14.3866 9.96663 14.7 10.28 14.7 10.6666V14.6666C14.7 15.0532 14.3866 15.3666 14 15.3666C13.6134 15.3666 13.3 15.0532 13.3 14.6666V12.2384L12.4683 12.9869L12.4667 12.9884C11.503 13.8503 10.3106 14.415 9.03319 14.6144C7.75579 14.8137 6.44799 14.6393 5.26753 14.112C4.08707 13.5847 3.08437 12.7272 2.38038 11.6428C1.67639 10.5584 1.30118 9.29347 1.3 8.0006C1.29965 7.61401 1.61277 7.30032 1.99937 7.29997Z", fill: "currentColor", }), }), - Yb = (e) => - kt("svg", { + Pb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99737 1.30006L8 1.30005C9.77695 1.30005 11.4811 2.00594 12.7376 3.26244C13.9941 4.51893 14.7 6.2231 14.7 8.00005C14.7 8.38665 14.3866 8.70005 14 8.70005C13.6134 8.70005 13.3 8.38665 13.3 8.00005C13.3 6.59441 12.7416 5.24633 11.7477 4.25239C10.754 3.25875 9.40649 2.7004 8.00132 2.70005C6.50698 2.70601 5.07267 3.28851 3.99733 4.32601L3.68995 4.63339H5.33334C5.71994 4.63339 6.03334 4.94679 6.03334 5.33339C6.03334 5.71999 5.71994 6.03339 5.33334 6.03339H2C1.6134 6.03339 1.3 5.71999 1.3 5.33339V2.00005C1.3 1.61345 1.6134 1.30005 2 1.30005C2.3866 1.30005 2.7 1.61345 2.7 2.00005V3.64344L3.02007 3.32337C4.35592 2.03197 6.13937 1.30705 7.99737 1.30006ZM3.26239 12.7377C2.00589 11.4812 1.3 9.777 1.3 8.00005C1.3 7.61345 1.6134 7.30005 2 7.30005C2.3866 7.30005 2.7 7.61345 2.7 8.00005C2.7 9.4057 3.25839 10.7538 4.25234 11.7477C5.24596 12.7413 6.59349 13.2997 7.99865 13.3001C9.493 13.2941 10.9273 12.7116 12.0027 11.6741L12.3101 11.3667H10.6667C10.2801 11.3667 9.96667 11.0533 9.96667 10.6667C9.96667 10.2801 10.2801 9.96672 10.6667 9.96672H14C14.3866 9.96672 14.7 10.2801 14.7 10.6667V14.0001C14.7 14.3867 14.3866 14.7001 14 14.7001C13.6134 14.7001 13.3 14.3867 13.3 14.0001V12.3567L12.9799 12.6767C11.6441 13.9681 9.86064 14.6931 8.00264 14.7L8 14.7001C6.22305 14.7001 4.51888 13.9942 3.26239 12.7377Z", fill: "currentColor", }), }), - Kb = (e) => - kt("svg", { + Fb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99867 2.70005C6.5935 2.7004 5.24595 3.25875 4.25232 4.25238C3.25838 5.24633 2.69999 6.5944 2.69999 8.00005C2.69999 8.38665 2.38659 8.70005 1.99999 8.70005C1.61339 8.70005 1.29999 8.38665 1.29999 8.00005C1.29999 6.2231 2.00588 4.51893 3.26237 3.26243C4.51887 2.00594 6.22304 1.30005 7.99999 1.30005H8.00262V1.30005C9.86063 1.30704 11.644 2.03203 12.9799 3.32344L12.9884 3.33167L12.9883 3.33174L13.3 3.64343V2.00005C13.3 1.61345 13.6134 1.30005 14 1.30005C14.3866 1.30005 14.7 1.61345 14.7 2.00005V5.33338C14.7 5.71998 14.3866 6.03338 14 6.03338H10.6667C10.2801 6.03338 9.96665 5.71998 9.96665 5.33338C9.96665 4.94678 10.2801 4.63338 10.6667 4.63338H12.31L12.0027 4.326C10.9273 3.28851 9.49301 2.70601 7.99867 2.70005ZM11.7477 11.7477C12.7416 10.7538 13.3 9.4057 13.3 8.00005C13.3 7.61345 13.6134 7.30005 14 7.30005C14.3866 7.30005 14.7 7.61345 14.7 8.00005C14.7 9.777 13.9941 11.4812 12.7376 12.7377C11.4811 13.9942 9.77694 14.7 7.99999 14.7L7.99735 14.7C6.13935 14.6931 4.35598 13.9681 3.02012 12.6767L3.01161 12.6684L3.01168 12.6684L2.69999 12.3567V14C2.69999 14.3866 2.38659 14.7 1.99999 14.7C1.61339 14.7 1.29999 14.3866 1.29999 14V10.6667C1.29999 10.2801 1.61339 9.96672 1.99999 9.96672H5.33332C5.71992 9.96672 6.03332 10.2801 6.03332 10.6667C6.03332 11.0533 5.71992 11.3667 5.33332 11.3667H3.68994L3.99731 11.6741C5.07266 12.7116 6.50699 13.2941 8.00134 13.3C9.4065 13.2997 10.754 12.7413 11.7477 11.7477Z", fill: "currentColor", }), }), - Xb = (e) => - kt("svg", { + Ub = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838357 0.838326C1.11172 0.564959 1.55494 0.564959 1.82831 0.838326L4.25436 3.26438C4.25558 3.26559 4.25679 3.26681 4.258 3.26804L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L12.2165 13.2064C11.0672 14.1451 9.59813 14.7 8 14.7L7.99736 14.7C6.13936 14.693 4.35599 13.968 3.02013 12.6766L3.01162 12.6683L2.7 12.3566V14C2.7 14.3866 2.3866 14.7 2 14.7C1.6134 14.7 1.3 14.3866 1.3 14V10.6666C1.3 10.28 1.6134 9.96663 2 9.96663H5.33333C5.71993 9.96663 6.03333 10.28 6.03333 10.6666C6.03333 11.0532 5.71993 11.3666 5.33333 11.3666H3.68995L3.99732 11.674C5.07266 12.7115 6.507 13.294 8.00136 13.3C9.21724 13.2997 10.3325 12.8959 11.2202 12.2101L3.78989 4.77981C3.10386 5.66781 2.7 6.78355 2.7 7.99997C2.7 8.38657 2.3866 8.69997 2 8.69997C1.6134 8.69997 1.3 8.38657 1.3 7.99997C1.3 6.40184 1.85486 4.93281 2.79358 3.78349L0.838357 1.82828C0.56499 1.55491 0.56499 1.11169 0.838357 0.838326ZM5.8587 1.65146C6.53492 1.41854 7.25885 1.29997 8 1.29997H8.00263C9.86063 1.30696 11.644 2.03195 12.9799 3.32336L12.9884 3.33159L13.3 3.64335V1.99997C13.3 1.61337 13.6134 1.29997 14 1.29997C14.3866 1.29997 14.7 1.61337 14.7 1.99997V5.3333C14.7 5.7199 14.3866 6.0333 14 6.0333H10.6667C10.2801 6.0333 9.96666 5.7199 9.96666 5.3333C9.96666 4.9467 10.2801 4.6333 10.6667 4.6333H12.31L12.0027 4.32592C10.9273 3.28842 9.49301 2.70592 7.99867 2.69997C7.40696 2.70011 6.83801 2.79486 6.31463 2.97514C5.94911 3.10104 5.55073 2.90679 5.42483 2.54127C5.29892 2.17574 5.49317 1.77736 5.8587 1.65146ZM14 7.29997C14.3866 7.29997 14.7 7.61337 14.7 7.99997C14.7 8.74111 14.5814 9.46504 14.3485 10.1413C14.2226 10.5068 13.8242 10.701 13.4587 10.5751C13.0932 10.4492 12.8989 10.0509 13.0248 9.68533C13.2052 9.16156 13.3 8.59216 13.3 7.99997C13.3 7.61337 13.6134 7.29997 14 7.29997Z", fill: "currentColor", }), }), - Qb = (e) => - Ot("svg", { + zb = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M4.25238 4.25238C5.24602 3.25875 6.59356 2.7004 7.99873 2.70005C9.49307 2.70601 10.9274 3.28851 12.0027 4.326L12.3099 4.63322H11.3334C10.9468 4.63322 10.6334 4.94662 10.6334 5.33322C10.6334 5.71982 10.9468 6.03322 11.3334 6.03322H13.9849C14.1691 6.03718 14.3545 5.96889 14.495 5.82836C14.5761 5.74729 14.6331 5.6513 14.6661 5.54922C14.6881 5.48119 14.7001 5.4086 14.7001 5.33322V2.66655C14.7001 2.27995 14.3867 1.96655 14.0001 1.96655C13.6135 1.96655 13.3001 2.27995 13.3001 2.66655V3.64344L12.9884 3.33174L12.9799 3.32344C11.6441 2.03203 9.86069 1.30704 8.00268 1.30005L8.00005 1.30005C6.2231 1.30005 4.51893 2.00594 3.26243 3.26243C2.00594 4.51893 1.30005 6.2231 1.30005 8.00005C1.30005 8.38665 1.61345 8.70005 2.00005 8.70005C2.38665 8.70005 2.70005 8.38665 2.70005 8.00005C2.70005 6.5944 3.25844 5.24633 4.25238 4.25238Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M14 7.30005C13.6135 7.30005 13.3 7.61345 13.3 8.00005C13.3 9.4057 12.7417 10.7538 11.7477 11.7477C10.7541 12.7413 9.40656 13.2997 8.00141 13.3C6.50706 13.2941 5.07273 12.7116 3.99739 11.6741L3.68984 11.3666H4.66672C5.05331 11.3666 5.36672 11.0532 5.36672 10.6666C5.36672 10.28 5.05331 9.96655 4.66672 9.96655H2.00005C1.61345 9.96655 1.30005 10.28 1.30005 10.6666V13.3332C1.30005 13.7198 1.61345 14.0332 2.00005 14.0332C2.38665 14.0332 2.70005 13.7198 2.70005 13.3332V12.3567L3.01174 12.6684L3.02018 12.6767C4.35604 13.9681 6.13941 14.6931 7.99742 14.7H8.00005C9.777 14.7 11.4812 13.9942 12.7377 12.7377C13.9942 11.4812 14.7 9.777 14.7 8.00005C14.7 7.61345 14.3866 7.30005 14 7.30005Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.70005 5.3333C8.70005 4.9467 8.38665 4.6333 8.00005 4.6333C7.61345 4.6333 7.30005 4.9467 7.30005 5.3333V5.39167C7.07008 5.45324 6.85221 5.5444 6.65078 5.66084L6.49502 5.50507C6.22166 5.23171 5.77844 5.23171 5.50507 5.50507C5.23171 5.77844 5.23171 6.22166 5.50507 6.49502L5.66084 6.65078C5.5444 6.85221 5.45324 7.07008 5.39167 7.30005H5.33339C4.94679 7.30005 4.63339 7.61345 4.63339 8.00005C4.63339 8.38665 4.94679 8.70005 5.33339 8.70005H5.39167C5.45324 8.93002 5.5444 9.14788 5.66083 9.34931L5.50507 9.50507C5.23171 9.77844 5.23171 10.2217 5.50507 10.495C5.77844 10.7684 6.22166 10.7684 6.49502 10.495L6.65078 10.3393C6.85221 10.4557 7.07008 10.5469 7.30005 10.6084V10.6667C7.30005 11.0533 7.61345 11.3667 8.00005 11.3667C8.38665 11.3667 8.70005 11.0533 8.70005 10.6667V10.6084C8.93004 10.5469 9.14793 10.4557 9.34937 10.3392L9.50516 10.495C9.77853 10.7684 10.2217 10.7684 10.4951 10.495C10.7685 10.2217 10.7685 9.77844 10.4951 9.50507L10.3393 9.34925C10.4557 9.14784 10.5469 8.93 10.6084 8.70005H10.6667C11.0533 8.70005 11.3667 8.38665 11.3667 8.00005C11.3667 7.61345 11.0533 7.30005 10.6667 7.30005H10.6084C10.5469 7.0701 10.4557 6.85225 10.3393 6.65084L10.4951 6.49502C10.7685 6.22166 10.7685 5.77844 10.4951 5.50507C10.2217 5.23171 9.77853 5.23171 9.50516 5.50507L9.34937 5.66087C9.14793 5.54442 8.93004 5.45324 8.70005 5.39167V5.3333ZM7.08169 7.08169C7.07366 7.08972 7.06548 7.09752 7.05716 7.10508C6.83649 7.33749 6.70085 7.65141 6.70005 7.997L6.70006 8.00005L6.70005 8.0031C6.70085 8.34868 6.83648 8.66259 7.05714 8.89499C7.06546 8.90256 7.07365 8.91036 7.08169 8.9184C7.08973 8.92645 7.09754 8.93463 7.1051 8.94296C7.33819 9.16426 7.65326 9.30005 8.00005 9.30005C8.34716 9.30005 8.66249 9.16401 8.89565 8.94234C8.90304 8.93423 8.91065 8.92625 8.9185 8.9184C8.92633 8.91057 8.9343 8.90297 8.9424 8.89559C9.16403 8.66244 9.30005 8.34713 9.30005 8.00005C9.30005 7.65296 9.16402 7.33764 8.94238 7.10449C8.93428 7.09711 8.92632 7.08951 8.9185 7.08169C8.91066 7.07386 8.90305 7.06588 8.89567 7.05778C8.66251 6.8361 8.34717 6.70005 8.00005 6.70005C7.65325 6.70005 7.33817 6.83584 7.10508 7.05716C7.09752 7.06548 7.08972 7.07366 7.08169 7.08169Z", @@ -18088,987 +18068,987 @@ const Bt = (e) => }), ], }), - Jb = (e) => - kt("svg", { + Gb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 2.0333C5.47841 2.0333 4.97818 2.2405 4.60935 2.60932C4.24053 2.97815 4.03333 3.47837 4.03333 3.99997V5.96663H9.3V4.66663C9.3 4.28003 9.6134 3.96663 10 3.96663C10.3866 3.96663 10.7 4.28003 10.7 4.66663V5.96663H11.9667V3.99997C11.9667 3.47838 11.7595 2.97815 11.3906 2.60932C11.0218 2.2405 10.5216 2.0333 10 2.0333H6ZM13.3667 3.99997C13.3667 3.10707 13.012 2.25075 12.3806 1.61937C11.7492 0.988002 10.8929 0.633301 10 0.633301H6C5.1071 0.633301 4.25078 0.988002 3.6194 1.61937C2.98803 2.25075 2.63333 3.10707 2.63333 3.99997V13.3333C2.63333 13.8726 2.84756 14.3898 3.22888 14.7711C3.6102 15.1524 4.12739 15.3666 4.66666 15.3666H11.3333C11.8726 15.3666 12.3898 15.1524 12.7711 14.7711C13.1524 14.3898 13.3667 13.8726 13.3667 13.3333V3.99997ZM11.9667 7.36663H10.7V8.66663C10.7 9.05323 10.3866 9.36663 10 9.36663C9.6134 9.36663 9.3 9.05323 9.3 8.66663V7.36663H4.03333V13.3333C4.03333 13.5013 4.10006 13.6624 4.21883 13.7811C4.3376 13.8999 4.49869 13.9666 4.66666 13.9666H11.3333C11.5013 13.9666 11.6624 13.8999 11.7812 13.7811C11.8999 13.6624 11.9667 13.5013 11.9667 13.3333V7.36663Z", fill: "currentColor", }), }), - eM = (e) => - kt("svg", { + $b = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3333 1.30005C11.7199 1.30005 12.0333 1.61345 12.0333 2.00005V4.12093L13.87 3.0605C14.2048 2.8672 14.6329 2.98191 14.8262 3.31671C15.0195 3.65151 14.9048 4.07962 14.57 4.27293L12.7333 5.33338L14.57 6.39384C14.9048 6.58714 15.0195 7.01525 14.8262 7.35006C14.6329 7.68486 14.2048 7.79957 13.87 7.60626L12.0333 6.54584V8.66672C12.0333 9.05331 11.7199 9.36672 11.3333 9.36672C10.9467 9.36672 10.6333 9.05331 10.6333 8.66672V6.54584L8.79666 7.60626C8.46186 7.79957 8.03375 7.68486 7.84044 7.35006C7.64714 7.01525 7.76184 6.58714 8.09665 6.39384L9.93335 5.33338L8.09665 4.27293C7.76184 4.07962 7.64714 3.65151 7.84044 3.31671C8.03375 2.98191 8.46186 2.8672 8.79666 3.0605L10.6333 4.12093V2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005ZM1.89554 9.8956C2.27686 9.51428 2.79405 9.30005 3.33332 9.30005H4.66665C5.20593 9.30005 5.72311 9.51428 6.10444 9.8956C6.48576 10.2769 6.69999 10.7941 6.69999 11.3334V12.6667C6.69999 13.206 6.48576 13.7232 6.10444 14.1045C5.72311 14.4858 5.20593 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V11.3334C1.29999 10.7941 1.51421 10.2769 1.89554 9.8956ZM3.33332 10.7C3.16535 10.7 3.00426 10.7668 2.88549 10.8855C2.76671 11.0043 2.69999 11.1654 2.69999 11.3334V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C4.83462 13.3 4.99572 13.2333 5.11449 13.1145C5.23326 12.9958 5.29999 12.8347 5.29999 12.6667V11.3334C5.29999 11.1654 5.23326 11.0043 5.11449 10.8855C4.99572 10.7668 4.83462 10.7 4.66665 10.7H3.33332Z", fill: "currentColor", }), }), - tM = (e) => - kt("svg", { + Wb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.65035 1.96662H2.66667C2.28008 1.96662 1.96667 2.28002 1.96667 2.66662V4.66662C1.96667 5.05322 2.28008 5.36662 2.66667 5.36662C3.05327 5.36662 3.36667 5.05322 3.36667 4.66662V3.36662H7.71454L4.81871 12.6333H3.33334C2.94674 12.6333 2.63334 12.9467 2.63334 13.3333C2.63334 13.7199 2.94674 14.0333 3.33334 14.0333H5.31743C5.3282 14.0335 5.33895 14.0335 5.34967 14.0333H7.33334C7.71994 14.0333 8.03334 13.7199 8.03334 13.3333C8.03334 12.9467 7.71994 12.6333 7.33334 12.6333H6.28547L9.18131 3.36662H12.6333V4.66662C12.6333 5.05322 12.9467 5.36662 13.3333 5.36662C13.7199 5.36662 14.0333 5.05322 14.0333 4.66662V2.66662C14.0333 2.28002 13.7199 1.96662 13.3333 1.96662H8.68259C8.67181 1.96637 8.66107 1.96637 8.65035 1.96662ZM9.50503 9.50498C9.7784 9.23161 10.2216 9.23161 10.495 9.50498L11.6667 10.6767L12.8384 9.50498C13.1117 9.23161 13.5549 9.23161 13.8283 9.50498C14.1017 9.77834 14.1017 10.2216 13.8283 10.4949L12.6566 11.6666L13.8283 12.8383C14.1017 13.1117 14.1017 13.5549 13.8283 13.8283C13.5549 14.1016 13.1117 14.1016 12.8384 13.8283L11.6667 12.6566L10.495 13.8283C10.2216 14.1016 9.7784 14.1016 9.50503 13.8283C9.23167 13.5549 9.23167 13.1117 9.50503 12.8383L10.6767 11.6666L9.50503 10.4949C9.23167 10.2216 9.23167 9.77834 9.50503 9.50498Z", fill: "currentColor", }), }), - nM = (e) => - kt("svg", { + jb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8383 0.838326C11.1117 0.564959 11.5549 0.564959 11.8283 0.838326L14.495 3.50499C14.6262 3.63627 14.7 3.81432 14.7 3.99997C14.7 4.18562 14.6262 4.36367 14.495 4.49494L11.8283 7.16161C11.5549 7.43498 11.1117 7.43498 10.8383 7.16161C10.565 6.88824 10.565 6.44503 10.8383 6.17166L12.31 4.69997H4.66665C4.14506 4.69997 3.64483 4.90717 3.27601 5.27599C2.90719 5.64481 2.69999 6.14504 2.69999 6.66663V7.3333C2.69999 7.7199 2.38659 8.0333 1.99999 8.0333C1.61339 8.0333 1.29999 7.7199 1.29999 7.3333V6.66663C1.29999 5.77374 1.65469 4.91741 2.28606 4.28604C2.91743 3.65467 3.77376 3.29997 4.66665 3.29997H12.31L10.8383 1.82828C10.565 1.55491 10.565 1.11169 10.8383 0.838326ZM6.63332 6.66663C6.63332 6.28003 6.94672 5.96663 7.33332 5.96663H7.99999C8.38659 5.96663 8.69999 6.28003 8.69999 6.66663V9.3333C8.69999 9.7199 8.38659 10.0333 7.99999 10.0333C7.61339 10.0333 7.29999 9.7199 7.29999 9.3333V7.36585C6.92887 7.34846 6.63332 7.04206 6.63332 6.66663ZM5.16163 8.83833C5.435 9.11169 5.435 9.55491 5.16163 9.82827L3.68994 11.3H11.3333C11.8549 11.3 12.3551 11.0928 12.724 10.7239C13.0928 10.3551 13.3 9.85489 13.3 9.3333V8.66663C13.3 8.28003 13.6134 7.96663 14 7.96663C14.3866 7.96663 14.7 8.28003 14.7 8.66663V9.3333C14.7 10.2262 14.3453 11.0825 13.7139 11.7139C13.0825 12.3453 12.2262 12.7 11.3333 12.7H3.68994L5.16163 14.1717C5.435 14.445 5.435 14.8882 5.16163 15.1616C4.88826 15.435 4.44505 15.435 4.17168 15.1616L1.50501 12.4949C1.37374 12.3637 1.29999 12.1856 1.29999 12C1.29999 11.8143 1.37374 11.6363 1.50501 11.505L4.17168 8.83833C4.44505 8.56496 4.88826 8.56496 5.16163 8.83833Z", fill: "currentColor", }), }), - rM = (e) => - kt("svg", { + qb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33336 3.30005C3.51901 3.30005 3.69706 3.3738 3.82834 3.50507L5.82834 5.50507C6.1017 5.77844 6.1017 6.22166 5.82834 6.49502C5.55497 6.76839 5.11175 6.76839 4.83839 6.49502L4.03336 5.69V10.6667C4.03336 10.8347 4.10009 10.9958 4.21886 11.1145C4.33763 11.2333 4.49872 11.3 4.66669 11.3H8.66669C9.05329 11.3 9.36669 11.6134 9.36669 12C9.36669 12.3866 9.05329 12.7 8.66669 12.7H4.66669C4.12742 12.7 3.61023 12.4858 3.22891 12.1045C2.84759 11.7232 2.63336 11.206 2.63336 10.6667V5.69L1.82834 6.49502C1.55497 6.76839 1.11175 6.76839 0.838387 6.49502C0.56502 6.22166 0.56502 5.77844 0.838387 5.50507L2.83839 3.50507C2.96966 3.3738 3.14771 3.30005 3.33336 3.30005ZM11.3334 4.70005H7.33336C6.94676 4.70005 6.63336 4.38665 6.63336 4.00005C6.63336 3.61345 6.94676 3.30005 7.33336 3.30005H11.3334C11.8726 3.30005 12.3898 3.51427 12.7711 3.8956C13.1525 4.27692 13.3667 4.79411 13.3667 5.33338V10.3101L14.1717 9.50507C14.4451 9.23171 14.8883 9.23171 15.1617 9.50507C15.435 9.77844 15.435 10.2217 15.1617 10.495L13.1617 12.495C13.0304 12.6263 12.8523 12.7 12.6667 12.7C12.481 12.7 12.303 12.6263 12.1717 12.495L10.1717 10.495C9.89835 10.2217 9.89835 9.77844 10.1717 9.50507C10.4451 9.23171 10.8883 9.23171 11.1617 9.50507L11.9667 10.3101V5.33338C11.9667 5.16541 11.9 5.00432 11.7812 4.88555C11.6624 4.76677 11.5013 4.70005 11.3334 4.70005Z", fill: "currentColor", }), }), - oM = (e) => - kt("svg", { + Yb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8383 0.838326C11.1117 0.564959 11.5549 0.564959 11.8283 0.838326L14.495 3.50499C14.6262 3.63627 14.7 3.81432 14.7 3.99997C14.7 4.18562 14.6262 4.36367 14.495 4.49494L11.8283 7.16161C11.5549 7.43498 11.1117 7.43498 10.8383 7.16161C10.565 6.88824 10.565 6.44503 10.8383 6.17166L12.31 4.69997H4.66665C4.14506 4.69997 3.64483 4.90717 3.27601 5.27599C2.90719 5.64481 2.69999 6.14504 2.69999 6.66663V7.3333C2.69999 7.7199 2.38659 8.0333 1.99999 8.0333C1.61339 8.0333 1.29999 7.7199 1.29999 7.3333V6.66663C1.29999 5.77374 1.65469 4.91741 2.28606 4.28604C2.91743 3.65467 3.77376 3.29997 4.66665 3.29997H12.31L10.8383 1.82828C10.565 1.55491 10.565 1.11169 10.8383 0.838326ZM5.16163 8.83833C5.435 9.11169 5.435 9.55491 5.16163 9.82827L3.68994 11.3H11.3333C11.8549 11.3 12.3551 11.0928 12.724 10.7239C13.0928 10.3551 13.3 9.85489 13.3 9.3333V8.66663C13.3 8.28003 13.6134 7.96663 14 7.96663C14.3866 7.96663 14.7 8.28003 14.7 8.66663V9.3333C14.7 10.2262 14.3453 11.0825 13.7139 11.7139C13.0825 12.3453 12.2262 12.7 11.3333 12.7H3.68994L5.16163 14.1717C5.435 14.445 5.435 14.8882 5.16163 15.1616C4.88826 15.435 4.44505 15.435 4.17168 15.1616L1.50501 12.4949C1.37374 12.3637 1.29999 12.1856 1.29999 12C1.29999 11.8143 1.37374 11.6363 1.50501 11.505L4.17168 8.83833C4.44505 8.56496 4.88826 8.56496 5.16163 8.83833Z", fill: "currentColor", }), }), - iM = (e) => - kt("svg", { + Kb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00003 2.0333C5.25329 2.0333 4.70003 2.58657 4.70003 3.3333V4.97668L5.50505 4.17166C5.77842 3.89829 6.22164 3.89829 6.495 4.17166C6.76837 4.44503 6.76837 4.88824 6.495 5.16161L4.495 7.16161C4.22164 7.43498 3.77842 7.43498 3.50505 7.16161L1.50505 5.16161C1.23169 4.88824 1.23169 4.44503 1.50505 4.17166C1.77842 3.89829 2.22164 3.89829 2.495 4.17166L3.30003 4.97668V3.3333C3.30003 1.81337 4.4801 0.633301 6.00003 0.633301H6.66669C7.05329 0.633301 7.36669 0.946701 7.36669 1.3333C7.36669 1.7199 7.05329 2.0333 6.66669 2.0333H6.00003ZM10.6667 2.0333C10.32 2.0333 10.0334 2.3199 10.0334 2.66663C10.0334 3.05323 9.71996 3.36663 9.33336 3.36663C8.94676 3.36663 8.63336 3.05323 8.63336 2.66663C8.63336 1.5467 9.54676 0.633301 10.6667 0.633301C11.0533 0.633301 11.3667 0.946701 11.3667 1.3333C11.3667 1.7199 11.0533 2.0333 10.6667 2.0333ZM12.6334 1.3333C12.6334 0.946701 12.9468 0.633301 13.3334 0.633301C14.4533 0.633301 15.3667 1.5467 15.3667 2.66663C15.3667 3.05323 15.0533 3.36663 14.6667 3.36663C14.2801 3.36663 13.9667 3.05323 13.9667 2.66663C13.9667 2.3199 13.6801 2.0333 13.3334 2.0333C12.9468 2.0333 12.6334 1.7199 12.6334 1.3333ZM9.33336 4.6333C9.71996 4.6333 10.0334 4.9467 10.0334 5.3333C10.0334 5.68003 10.32 5.96663 10.6667 5.96663C11.0533 5.96663 11.3667 6.28003 11.3667 6.66663C11.3667 7.05323 11.0533 7.36663 10.6667 7.36663C9.54676 7.36663 8.63336 6.45323 8.63336 5.3333C8.63336 4.9467 8.94676 4.6333 9.33336 4.6333ZM14.6667 4.6333C15.0533 4.6333 15.3667 4.9467 15.3667 5.3333C15.3667 6.45323 14.4533 7.36663 13.3334 7.36663C12.9468 7.36663 12.6334 7.05323 12.6334 6.66663C12.6334 6.28003 12.9468 5.96663 13.3334 5.96663C13.6801 5.96663 13.9667 5.68003 13.9667 5.3333C13.9667 4.9467 14.2801 4.6333 14.6667 4.6333ZM2.6667 10.0333C2.31691 10.0333 2.03336 10.3169 2.03336 10.6666V13.3333C2.03336 13.6831 2.31691 13.9666 2.6667 13.9666H5.33336C5.68314 13.9666 5.96669 13.6831 5.96669 13.3333V10.6666C5.96669 10.3169 5.68314 10.0333 5.33336 10.0333H2.6667ZM0.633362 10.6666C0.633362 9.54365 1.54372 8.6333 2.6667 8.6333H5.33336C6.45634 8.6333 7.36669 9.54365 7.36669 10.6666V13.3333C7.36669 14.4563 6.45634 15.3666 5.33336 15.3666H2.6667C1.54372 15.3666 0.633362 14.4563 0.633362 13.3333V10.6666ZM8.63336 9.3333C8.63336 8.9467 8.94676 8.6333 9.33336 8.6333C10.4533 8.6333 11.3667 9.5467 11.3667 10.6666V13.3333C11.3667 14.4532 10.4533 15.3666 9.33336 15.3666C8.94676 15.3666 8.63336 15.0532 8.63336 14.6666C8.63336 14.28 8.94676 13.9666 9.33336 13.9666C9.6801 13.9666 9.96669 13.68 9.96669 13.3333V10.6666C9.96669 10.3199 9.6801 10.0333 9.33336 10.0333C8.94676 10.0333 8.63336 9.7199 8.63336 9.3333ZM12.6334 9.3333C12.6334 8.9467 12.9468 8.6333 13.3334 8.6333C14.4533 8.6333 15.3667 9.5467 15.3667 10.6666V13.3333C15.3667 14.4532 14.4533 15.3666 13.3334 15.3666C12.9468 15.3666 12.6334 15.0532 12.6334 14.6666C12.6334 14.28 12.9468 13.9666 13.3334 13.9666C13.6801 13.9666 13.9667 13.68 13.9667 13.3333V10.6666C13.9667 10.3199 13.6801 10.0333 13.3334 10.0333C12.9468 10.0333 12.6334 9.7199 12.6334 9.3333Z", fill: "currentColor", }), }), - lM = (e) => - kt("svg", { + Xb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00003 2.0333C5.25329 2.0333 4.70003 2.58657 4.70003 3.3333V4.97668L5.50505 4.17166C5.77842 3.89829 6.22164 3.89829 6.495 4.17166C6.76837 4.44503 6.76837 4.88824 6.495 5.16161L4.495 7.16161C4.22164 7.43498 3.77842 7.43498 3.50505 7.16161L1.50505 5.16161C1.23169 4.88824 1.23169 4.44503 1.50505 4.17166C1.77842 3.89829 2.22164 3.89829 2.495 4.17166L3.30003 4.97668V3.3333C3.30003 1.81337 4.4801 0.633301 6.00003 0.633301H6.66669C7.05329 0.633301 7.36669 0.946701 7.36669 1.3333C7.36669 1.7199 7.05329 2.0333 6.66669 2.0333H6.00003ZM10.6667 2.0333C10.32 2.0333 10.0334 2.3199 10.0334 2.66663C10.0334 3.05323 9.71996 3.36663 9.33336 3.36663C8.94676 3.36663 8.63336 3.05323 8.63336 2.66663C8.63336 1.5467 9.54676 0.633301 10.6667 0.633301C11.0533 0.633301 11.3667 0.946701 11.3667 1.3333C11.3667 1.7199 11.0533 2.0333 10.6667 2.0333ZM12.6334 1.3333C12.6334 0.946701 12.9468 0.633301 13.3334 0.633301C14.4533 0.633301 15.3667 1.5467 15.3667 2.66663C15.3667 3.05323 15.0533 3.36663 14.6667 3.36663C14.2801 3.36663 13.9667 3.05323 13.9667 2.66663C13.9667 2.3199 13.6801 2.0333 13.3334 2.0333C12.9468 2.0333 12.6334 1.7199 12.6334 1.3333ZM9.33336 4.6333C9.71996 4.6333 10.0334 4.9467 10.0334 5.3333C10.0334 5.68003 10.32 5.96663 10.6667 5.96663C11.0533 5.96663 11.3667 6.28003 11.3667 6.66663C11.3667 7.05323 11.0533 7.36663 10.6667 7.36663C9.54676 7.36663 8.63336 6.45323 8.63336 5.3333C8.63336 4.9467 8.94676 4.6333 9.33336 4.6333ZM14.6667 4.6333C15.0533 4.6333 15.3667 4.9467 15.3667 5.3333C15.3667 6.45323 14.4533 7.36663 13.3334 7.36663C12.9468 7.36663 12.6334 7.05323 12.6334 6.66663C12.6334 6.28003 12.9468 5.96663 13.3334 5.96663C13.6801 5.96663 13.9667 5.68003 13.9667 5.3333C13.9667 4.9467 14.2801 4.6333 14.6667 4.6333ZM2.6667 10.0333C2.31691 10.0333 2.03336 10.3169 2.03336 10.6666V13.3333C2.03336 13.6831 2.31691 13.9666 2.6667 13.9666H5.33336C5.68314 13.9666 5.96669 13.6831 5.96669 13.3333V10.6666C5.96669 10.3169 5.68314 10.0333 5.33336 10.0333H2.6667ZM0.633362 10.6666C0.633362 9.54365 1.54372 8.6333 2.6667 8.6333H5.33336C6.45634 8.6333 7.36669 9.54365 7.36669 10.6666V13.3333C7.36669 14.4563 6.45634 15.3666 5.33336 15.3666H2.6667C1.54372 15.3666 0.633362 14.4563 0.633362 13.3333V10.6666Z", fill: "currentColor", }), }), - aM = (e) => - kt("svg", { + Qb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.16167 4.1717C5.43504 4.44507 5.43504 4.88828 5.16167 5.16165L2.32331 8.00001L5.16167 10.8384C5.43504 11.1117 5.43504 11.5549 5.16167 11.8283C4.8883 12.1017 4.44509 12.1017 4.17172 11.8283L0.838387 8.49498C0.56502 8.22162 0.56502 7.7784 0.838387 7.50503L4.17172 4.1717C4.44509 3.89833 4.8883 3.89833 5.16167 4.1717ZM8.495 4.1717C8.76837 4.44507 8.76837 4.88828 8.495 5.16165L6.35664 7.30001H12C12.8929 7.30001 13.7492 7.65471 14.3806 8.28608C15.012 8.91745 15.3667 9.77378 15.3667 10.6667V12C15.3667 12.3866 15.0533 12.7 14.6667 12.7C14.2801 12.7 13.9667 12.3866 13.9667 12V10.6667C13.9667 10.1451 13.7595 9.64485 13.3907 9.27603C13.0218 8.90721 12.5216 8.70001 12 8.70001H6.35664L8.495 10.8384C8.76837 11.1117 8.76837 11.5549 8.495 11.8283C8.22164 12.1017 7.77842 12.1017 7.50505 11.8283L4.17172 8.49498C3.89835 8.22162 3.89835 7.7784 4.17172 7.50503L7.50505 4.1717C7.77842 3.89833 8.22164 3.89833 8.495 4.1717Z", fill: "currentColor", }), }), - CM = (e) => - kt("svg", { + Jb = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.49498 4.1717C6.76835 4.44507 6.76835 4.88828 6.49498 5.16165L4.35662 7.30001H10.6667C11.5596 7.30001 12.4159 7.65471 13.0473 8.28608C13.6786 8.91745 14.0333 9.77378 14.0333 10.6667V12C14.0333 12.3866 13.7199 12.7 13.3333 12.7C12.9467 12.7 12.6333 12.3866 12.6333 12V10.6667C12.6333 10.1451 12.4261 9.64485 12.0573 9.27603C11.6885 8.90721 11.1883 8.70001 10.6667 8.70001H4.35662L6.49498 10.8384C6.76835 11.1117 6.76835 11.5549 6.49498 11.8283C6.22162 12.1017 5.7784 12.1017 5.50503 11.8283L2.1717 8.49498C1.89833 8.22162 1.89833 7.7784 2.1717 7.50503L5.50503 4.1717C5.7784 3.89833 6.22162 3.89833 6.49498 4.1717Z", fill: "currentColor", }), }), - sM = (e) => - kt("svg", { + eM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.64091 2.70449C7.88107 2.82195 8.03336 3.06595 8.03336 3.33331V7.70183C8.07968 7.60345 8.14887 7.51593 8.23694 7.44743L14.2369 2.78076C14.448 2.61662 14.7341 2.58702 14.9742 2.70449C15.2144 2.82195 15.3667 3.06595 15.3667 3.33331V12.6666C15.3667 12.934 15.2144 13.178 14.9742 13.2955C14.7341 13.4129 14.448 13.3833 14.2369 13.2192L8.23694 8.55252C8.14887 8.48402 8.07968 8.3965 8.03336 8.29812V12.6666C8.03336 12.934 7.88107 13.178 7.64091 13.2955C7.40074 13.4129 7.11464 13.3833 6.9036 13.2192L0.903603 8.55252C0.733093 8.4199 0.633362 8.21599 0.633362 7.99997C0.633362 7.78396 0.733093 7.58005 0.903603 7.44743L6.9036 2.78076C7.11464 2.61662 7.40074 2.58702 7.64091 2.70449ZM2.47354 7.99997L6.63336 11.2354V4.76455L2.47354 7.99997ZM9.80687 7.99997L13.9667 11.2354V4.76455L9.80687 7.99997Z", fill: "currentColor", }), }), - cM = (e) => - kt("svg", { + tM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.70743 4.43876C4.94467 4.25409 5.19778 4.08908 5.46441 3.94587C6.18015 3.56141 6.97313 3.34486 7.78336 3.31154C7.85499 3.30386 7.9273 3.29997 8.00001 3.29997C8.07113 3.29997 8.14187 3.30369 8.21196 3.31104C8.99802 3.34153 9.76886 3.54453 10.4694 3.90687C10.7601 4.05725 11.0355 4.23338 11.2924 4.43259C11.2375 3.60702 10.8899 3.05627 10.3918 2.68757C9.81903 2.26351 8.97934 2.0333 7.98668 2.0333C7.03482 2.0333 6.19956 2.26171 5.62143 2.68825C5.1166 3.06072 4.76226 3.6149 4.70743 4.43876ZM11.0641 6.14987C10.7738 5.79783 10.4247 5.49834 10.0322 5.26479C10.033 5.28758 10.0333 5.31042 10.0333 5.3333C10.0333 5.89367 9.75687 6.37798 9.48573 6.75812C9.29211 7.02957 9.04382 7.32185 8.80566 7.60219C8.71317 7.71106 8.62221 7.81813 8.53658 7.92148L6.78369 10.1192L4.66238 12.8577L5.85076 13.7201L7.41583 11.6123L7.41799 11.6093L9.14789 9.25401C9.14811 9.25371 9.14832 9.25341 9.14854 9.25312C9.27016 9.08645 9.38871 8.92623 9.50361 8.77095C10.2016 7.82763 10.7648 7.06647 11.0641 6.14987ZM9.73224 10.8234L8.85122 12.023L10.123 13.7244L11.3311 12.8576L9.73224 10.8234ZM7.9819 13.1983L6.56203 15.1106C6.33334 15.4186 5.89935 15.4852 5.58887 15.2598L3.25554 13.5665C3.1022 13.4552 3.00053 13.2866 2.97372 13.099C2.94691 12.9115 2.99727 12.7211 3.11329 12.5713L5.36053 9.67031C5.32568 9.62185 5.29127 9.57403 5.25729 9.52682C4.29987 8.19656 3.68788 7.34626 3.4424 6.20748C3.43666 6.18085 3.43251 6.15424 3.4299 6.12777C3.33642 5.68494 3.30001 5.20499 3.30001 4.66663C3.30001 3.28433 3.87197 2.2392 4.79026 1.56169C5.68046 0.904893 6.83853 0.633301 7.98668 0.633301C9.16734 0.633301 10.3343 0.903095 11.2249 1.56236C12.1445 2.2432 12.7 3.29041 12.7 4.66663C12.7 5.20973 12.6332 5.71485 12.5115 6.18026C12.1727 7.53122 11.3805 8.59586 10.6162 9.62289C10.6086 9.63312 10.601 9.64333 10.5934 9.65355L12.8837 12.5674C13.0017 12.7175 13.0532 12.9094 13.0264 13.0984C12.9995 13.2875 12.8966 13.4574 12.7414 13.5687L10.3814 15.262C10.0716 15.4843 9.64095 15.4178 9.41267 15.1124L7.9819 13.1983ZM4.89037 6.21595C5.09225 6.86556 5.48603 7.43843 6.26377 8.52587L7.09092 7.48879C6.88548 7.24292 6.67713 6.9903 6.51135 6.75632C6.24281 6.37731 5.96668 5.89315 5.96668 5.3333C5.96668 5.312 5.96701 5.29074 5.96768 5.26951C5.55379 5.51708 5.18878 5.8379 4.89037 6.21595ZM7.89668 4.70845C7.76702 4.72989 7.64631 4.79133 7.55218 4.88547C7.4334 5.00424 7.36668 5.16533 7.36668 5.3333C7.36668 5.44012 7.42388 5.62262 7.65368 5.94695C7.75679 6.09248 7.87084 6.2358 7.99748 6.38924C8.12664 6.23452 8.24249 6.09022 8.34596 5.94515C8.57648 5.62195 8.63334 5.4396 8.63334 5.3333C8.63334 5.16533 8.56662 5.00424 8.44785 4.88547C8.35336 4.79098 8.2321 4.72943 8.10189 4.70821C8.05897 4.70715 8.016 4.70679 7.97298 4.70712C7.94753 4.70732 7.92209 4.70776 7.89668 4.70845Z", fill: "currentColor", }), }), - dM = (e) => - kt("svg", { + nM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9363 2.06229C12.8431 2.15649 11.7788 2.47806 10.8127 3.00942C9.63371 3.65784 8.64026 4.5971 7.9268 5.73786L7.92287 5.74414C7.49768 6.40824 7.12961 7.1069 6.82254 7.83262L8.16908 9.17916C8.90357 8.87284 9.61125 8.50522 10.2846 8.08006C13.0687 6.20966 13.793 3.76962 13.9363 2.06229ZM7.29998 10.29L5.71003 8.70001H2.66665C2.45912 8.70001 2.26228 8.60792 2.12929 8.44861C1.99629 8.2893 1.94084 8.07918 1.9779 7.87499L2.66665 8.00001C1.9779 7.87499 1.97787 7.87514 1.9779 7.87499L1.97817 7.87352L1.97858 7.87131L1.97981 7.86469L1.98399 7.84294C1.98754 7.82476 1.99264 7.79934 1.99935 7.76751C2.01276 7.70392 2.03268 7.6144 2.05963 7.50576C2.11326 7.28953 2.19603 6.99231 2.31277 6.67048C2.52926 6.07364 2.92449 5.21062 3.61077 4.75153L3.61169 4.75091C4.01468 4.48225 4.48597 4.37216 4.91166 4.3326C5.34338 4.29247 5.78142 4.32015 6.16112 4.36909C6.50237 4.41307 6.81173 4.47626 7.04913 4.53244C7.85758 3.3973 8.9127 2.45662 10.138 1.78272C11.5262 1.0192 13.0867 0.623531 14.671 0.633357C15.0559 0.635745 15.3666 0.948439 15.3666 1.33334C15.3666 3.20991 14.8408 6.4788 11.4693 8.95822C11.525 9.19464 11.5874 9.50113 11.6309 9.83887C11.6798 10.2186 11.7075 10.6566 11.6674 11.0883C11.6278 11.514 11.5177 11.9853 11.2491 12.3883L11.2485 12.3892C10.7894 13.0755 9.92636 13.4707 9.32951 13.6872C9.00768 13.804 8.71046 13.8867 8.49423 13.9404C8.38559 13.9673 8.29607 13.9872 8.23248 14.0006C8.20065 14.0073 8.17523 14.0124 8.15706 14.016L8.13531 14.0202L8.12868 14.0214L8.1253 14.022C8.12515 14.0221 8.125 14.0221 7.99998 13.3333L8.1253 14.022C7.9211 14.0591 7.71069 14.0037 7.55138 13.8707C7.39207 13.7377 7.29998 13.5409 7.29998 13.3333V10.29ZM8.69998 12.4241C8.74985 12.4074 8.80068 12.3898 8.85212 12.3711C9.42668 12.1627 9.89684 11.8914 10.0846 11.6112C10.1757 11.4741 10.2455 11.2589 10.2734 10.9588C10.3008 10.6642 10.2835 10.3364 10.2424 10.0178C10.2306 9.92665 10.2171 9.83777 10.2027 9.75239C9.7151 10.0197 9.2135 10.2608 8.69998 10.4746V12.4241ZM7.32444 5.36112C7.12026 6.00013 7.12039 6.00017 7.12051 6.00021L7.11835 5.99954L7.10413 5.99517C7.09068 5.99108 7.06948 5.98474 7.04135 5.97667C6.98502 5.96051 6.90131 5.93751 6.79677 5.91174C6.64999 5.87554 6.46517 5.83462 6.25952 5.79936C6.41194 5.52563 6.57277 5.25649 6.74182 4.99231M5.52774 7.30001C5.74434 6.7868 5.98864 6.28585 6.25952 5.79936C6.17051 5.7841 6.07759 5.7699 5.98217 5.7576C5.66354 5.71654 5.33575 5.69921 5.04122 5.72659C4.74101 5.75449 4.52578 5.82428 4.38875 5.91546C4.10852 6.10323 3.83726 6.57335 3.62886 7.14787C3.6102 7.19931 3.59255 7.25014 3.57588 7.30001H5.52774ZM2.54915 10.4645C2.95496 10.1226 3.47272 9.94263 4.0031 9.95903C4.5336 9.97544 5.03935 10.1872 5.42329 10.5536L5.43186 10.5618C6.23742 11.3572 6.22635 12.6326 5.53528 13.4511C5.23591 13.8071 4.82482 14.0673 4.432 14.2592C4.03086 14.4551 3.5985 14.6038 3.21082 14.7147C2.82091 14.8262 2.46138 14.9037 2.19993 14.9533C2.06872 14.9783 1.961 14.9964 1.88502 15.0084C1.847 15.0145 1.81685 15.019 1.79559 15.0221L1.77047 15.0257L1.76314 15.0267L1.75967 15.0271C1.75953 15.0272 1.75941 15.0272 1.66665 14.3333C0.97282 14.2406 0.972838 14.2405 0.972856 14.2403L0.97301 14.2392L0.973325 14.2369L0.974338 14.2295L0.977922 14.2044C0.981013 14.1831 0.98553 14.153 0.991556 14.115C1.0036 14.039 1.02173 13.9313 1.04664 13.8001C1.09629 13.5386 1.17377 13.1791 1.28531 12.7892C1.3962 12.4015 1.54486 11.9691 1.7408 11.568C1.93271 11.1751 2.19299 10.7639 2.54915 10.4645ZM1.66665 14.3333L0.972856 14.2403C0.943953 14.4565 1.01744 14.6741 1.17167 14.8283C1.3259 14.9825 1.54348 15.056 1.75967 15.0271L1.66665 14.3333ZM2.5595 13.4405C2.64588 13.4185 2.73505 13.3946 2.82581 13.3687C3.16646 13.2712 3.51493 13.1491 3.81755 13.0012C4.12818 12.8495 4.34342 12.6933 4.46399 12.5498L4.46537 12.5481C4.71888 12.2482 4.69594 11.8074 4.45226 11.5622C4.31849 11.4366 4.14339 11.364 3.95983 11.3584C3.77423 11.3526 3.59306 11.4156 3.45107 11.5353L3.45022 11.536C3.30668 11.6566 3.15048 11.8718 2.99875 12.1824C2.85094 12.4851 2.72876 12.8335 2.63132 13.1742C2.60536 13.2649 2.58145 13.3541 2.5595 13.4405ZM7.87421 12.6447C7.87409 12.6448 7.8741 12.6448 7.87421 12.6447V12.6447Z", fill: "currentColor", }), }), - uM = (e) => - kt("svg", { + rM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.141 0.660292C2.51272 0.554085 2.90016 0.76933 3.00637 1.14105L4.86131 7.63336H6.32002C6.32927 7.63318 6.33852 7.63317 6.34779 7.63336H9.98426C9.99444 7.63314 10.0046 7.63314 10.0148 7.63336H12C12.3866 7.63336 12.7 7.94676 12.7 8.33336C12.7 8.71996 12.3866 9.03336 12 9.03336H11.0991L12.6579 12.3735C13.0174 12.1144 13.3556 11.8251 13.6686 11.5082C13.9402 11.2331 14.3834 11.2303 14.6585 11.5019C14.9336 11.7736 14.9364 12.2168 14.6647 12.4919C13.7935 13.3742 12.7557 14.0747 11.6116 14.5528C10.4675 15.0309 9.23993 15.2771 7.99997 15.2771C6.76001 15.2771 5.53239 15.0309 4.38831 14.5528C3.24424 14.0747 2.20648 13.3742 1.33522 12.4919C1.06358 12.2168 1.06637 11.7736 1.34145 11.5019C1.61653 11.2303 2.05973 11.2331 2.33138 11.5082C2.65334 11.8342 3.00204 12.1311 3.37328 12.3959L5.16663 9.03336H4.3333C4.02076 9.03336 3.74609 8.82617 3.66023 8.52566L1.66023 1.52566C1.55403 1.15394 1.76927 0.766499 2.141 0.660292ZM6.7533 9.03336L4.58112 13.1062C4.69542 13.1605 4.81113 13.2121 4.92813 13.261C5.90121 13.6677 6.94534 13.8771 7.99997 13.8771C9.05459 13.8771 10.0987 13.6677 11.0718 13.261C11.1989 13.2079 11.3244 13.1516 11.4483 13.0921L9.55416 9.03336H6.7533Z", fill: "currentColor", }), }), - pM = (e) => - kt("svg", { + oM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.29997 4.16209C3.04323 4.25988 2.80734 4.41131 2.60932 4.60932C2.2405 4.97815 2.0333 5.47837 2.0333 5.99997V12.6666C2.0333 13.0532 1.7199 13.3666 1.3333 13.3666C0.946701 13.3666 0.633301 13.0532 0.633301 12.6666V5.99997C0.633301 5.10707 0.988002 4.25075 1.61937 3.61937C2.25075 2.988 3.10707 2.6333 3.99997 2.6333C5.66666 2.6333 7.18151 3.73973 8.56022 5.5803C8.95262 6.10416 9.33238 6.53031 9.69907 6.86968C9.7701 6.91329 9.83275 6.96923 9.88404 7.03452C10.6492 7.69 11.3557 7.96645 11.9993 7.96663M8.6333 7.78786V12.6666C8.6333 13.0532 8.9467 13.3666 9.3333 13.3666C9.7199 13.3666 10.0333 13.0532 10.0333 12.6666V8.83862C10.4451 9.06285 10.8672 9.2193 11.3 9.30093V12.6666C11.3 13.0532 11.6134 13.3666 12 13.3666C12.3866 13.3666 12.7 13.0532 12.7 12.6666V9.29253C13.0167 9.22495 13.3232 9.11179 13.6096 8.95554C13.7336 8.88793 13.8528 8.81279 13.9666 8.73069V12.6666C13.9666 13.0532 14.28 13.3666 14.6666 13.3666C15.0532 13.3666 15.3666 13.0532 15.3666 12.6666V5.99997C15.3666 5.97735 15.3656 5.95499 15.3635 5.93292C15.3544 5.47932 15.2538 5.03107 15.0663 4.61553C14.8351 4.10303 14.4792 3.65659 14.0312 3.31695C13.5831 2.97732 13.0571 2.75532 12.5012 2.6712C12.3344 2.64596 12.1665 2.63337 11.9989 2.6333C11.9992 2.6333 11.9996 2.6333 12 2.6333C12.1849 2.6333 12.3532 2.70505 12.4783 2.82224C12.6147 2.94997 12.7 3.13168 12.7 3.3333V4.16305C12.5686 4.11282 12.4318 4.07664 12.2917 4.05544C11.967 4.0063 11.6351 4.03927 11.3264 4.15135C11.3175 4.15455 11.3087 4.15782 11.3 4.16114V3.3333C11.3 2.94706 11.6128 2.63388 11.9989 2.6333M11.9993 7.96663C11.9991 7.96663 11.9995 7.96663 11.9993 7.96663L12 8.66663L11.9993 7.96663ZM8.6333 7.78786C8.22448 7.39512 7.82673 6.9363 7.43972 6.41963C7.41531 6.38704 7.39094 6.35484 7.36663 6.323V12.6666C7.36663 13.0532 7.05323 13.3666 6.66663 13.3666C6.28003 13.3666 5.96663 13.0532 5.96663 12.6666V4.84174C5.52399 4.4874 5.10149 4.2602 4.69997 4.13962V12.6666C4.69997 13.0532 4.38657 13.3666 3.99997 13.3666C3.61337 13.3666 3.29997 13.0532 3.29997 12.6666V4.16209", fill: "currentColor", }), }), - mM = (e) => - kt("svg", { + iM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.01696 2.97282C5.65741 1.69202 6.67165 0.633301 7.99997 0.633301C8.93964 0.633301 9.72839 1.17332 10.3186 1.91501C10.845 2.57644 11.262 3.45229 11.5524 4.44734C11.889 4.54562 12.2098 4.65774 12.5118 4.78254C13.735 5.28811 14.7692 6.05403 15.1818 7.06985C15.3273 7.42803 15.1549 7.83633 14.7967 7.98183C14.4386 8.12733 14.0303 7.95492 13.8848 7.59675C13.6794 7.09124 13.0596 6.52383 11.977 6.07639C10.9213 5.64006 9.53535 5.36663 7.99997 5.36663C7.14268 5.36663 6.33327 5.45183 5.60247 5.60247C5.45183 6.33327 5.36663 7.14268 5.36663 7.99997C5.36663 8.85726 5.45183 9.66666 5.60247 10.3975C6.33327 10.5481 7.14268 10.6333 7.99997 10.6333C9.05235 10.6333 10.0325 10.505 10.8837 10.2847L9.82247 9.76714C9.47499 9.59768 9.33067 9.17862 9.50013 8.83113C9.66959 8.48365 10.0887 8.33934 10.4361 8.5088L12.9788 9.7488C13.3263 9.91826 13.4706 10.3373 13.3011 10.6848L12.0611 13.2275C11.8917 13.5749 11.4726 13.7193 11.1251 13.5498C10.7777 13.3803 10.6333 12.9613 10.8028 12.6138L11.284 11.6271C10.2906 11.8892 9.17294 12.0333 7.99997 12.0333C7.32513 12.0333 6.66843 11.9856 6.04311 11.8951C6.11411 12.0731 6.18963 12.242 6.26914 12.401C6.8352 13.533 7.48762 13.9666 7.99997 13.9666C8.132 13.9666 8.26625 13.9403 8.40355 13.8846C8.7618 13.7393 9.17002 13.912 9.31531 14.2702C9.46061 14.6285 9.28798 15.0367 8.92972 15.182C8.63635 15.301 8.32394 15.3666 7.99997 15.3666C6.67165 15.3666 5.65741 14.3079 5.01696 13.0271C4.79492 12.5831 4.60359 12.0877 4.44737 11.5526C3.91227 11.3963 3.41687 11.205 2.97282 10.983C1.69202 10.3425 0.633301 9.32829 0.633301 7.99997C0.633301 6.67165 1.69202 5.6574 2.97282 5.01696C3.41687 4.79492 3.91227 4.60359 4.44737 4.44737C4.60359 3.91227 4.79492 3.41687 5.01696 2.97282ZM6.04311 4.10485C6.66843 4.01438 7.32513 3.96663 7.99997 3.96663C8.67547 3.96663 9.33209 4.01445 9.95683 4.10485C9.74379 3.57063 9.49309 3.12597 9.22315 2.78676C8.78721 2.23895 8.36162 2.0333 7.99997 2.0333C7.48762 2.0333 6.8352 2.46692 6.26914 3.59895C6.18963 3.75797 6.11411 3.92687 6.04311 4.10485ZM4.10485 6.04311C3.92687 6.11411 3.75797 6.18963 3.59895 6.26914C2.46692 6.8352 2.0333 7.48762 2.0333 7.99997C2.0333 8.51231 2.46692 9.16474 3.59895 9.73079C3.75797 9.81031 3.92688 9.88583 4.10486 9.95683C4.01438 9.33151 3.96663 8.67481 3.96663 7.99997C3.96663 7.32512 4.01438 6.66843 4.10485 6.04311Z", fill: "currentColor", }), }), - hM = (e) => - kt("svg", { + lM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99742 1.30006L8.00005 1.30005C9.32518 1.30005 10.6206 1.693 11.7224 2.42921C12.8242 3.16541 13.6829 4.21181 14.19 5.43607C14.6971 6.66034 14.8298 8.00749 14.5713 9.30716C14.3128 10.6068 13.6747 11.8007 12.7377 12.7377C11.8007 13.6747 10.6068 14.3128 9.30715 14.5713C8.00748 14.8298 6.66033 14.6972 5.43607 14.19C4.2118 13.6829 3.16541 12.8242 2.4292 11.7224C1.693 10.6206 1.30005 9.32519 1.30005 8.00005C1.30005 7.61345 1.61345 7.30005 2.00005 7.30005C2.38665 7.30005 2.70005 7.61345 2.70005 8.00005C2.70005 9.0483 3.01089 10.073 3.59326 10.9446C4.17563 11.8162 5.00338 12.4955 5.97183 12.8966C6.94027 13.2978 8.00593 13.4027 9.03403 13.1982C10.0621 12.9937 11.0065 12.4889 11.7477 11.7477C12.4889 11.0065 12.9937 10.0621 13.1982 9.03403C13.4027 8.00593 13.2978 6.94028 12.8966 5.97183C12.4955 5.00338 11.8162 4.17564 10.9446 3.59327C10.0734 3.01114 9.04915 2.70031 8.00136 2.70005C6.50703 2.70601 5.07271 3.28851 3.99738 4.32601L3.69 4.63339H5.33338C5.71998 4.63339 6.03338 4.94679 6.03338 5.33339C6.03338 5.71999 5.71998 6.03339 5.33338 6.03339H2.00005C1.61345 6.03339 1.30005 5.71999 1.30005 5.33339V2.00005C1.30005 1.61345 1.61345 1.30005 2.00005 1.30005C2.38665 1.30005 2.70005 1.61345 2.70005 2.00005V3.64344L3.02012 3.32337C4.35597 2.03197 6.13941 1.30705 7.99742 1.30006Z", fill: "currentColor", }), }), - fM = (e) => - kt("svg", { + aM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.495 0.838326C10.7683 1.11169 10.7683 1.55491 10.495 1.82828L9.68996 2.6333H12C12.5393 2.6333 13.0565 2.84753 13.4378 3.22885C13.8191 3.61017 14.0333 4.12736 14.0333 4.66663V5.99997C14.0333 6.38657 13.7199 6.69997 13.3333 6.69997C12.9467 6.69997 12.6333 6.38657 12.6333 5.99997V4.66663C12.6333 4.49866 12.5666 4.33757 12.4478 4.2188C12.3291 4.10003 12.168 4.0333 12 4.0333H9.68996L10.495 4.83833C10.7683 5.11169 10.7683 5.55491 10.495 5.82828C10.2216 6.10164 9.7784 6.10164 9.50503 5.82828L7.50503 3.82828C7.23167 3.55491 7.23167 3.11169 7.50503 2.83833L9.50503 0.838326C9.7784 0.564959 10.2216 0.564959 10.495 0.838326ZM4.00001 4.0333C3.83204 4.0333 3.67095 4.10003 3.55217 4.2188C3.4334 4.33757 3.36667 4.49866 3.36667 4.66663V12C3.36667 12.1679 3.4334 12.329 3.55217 12.4478C3.67095 12.5666 3.83204 12.6333 4.00001 12.6333H12C12.168 12.6333 12.3291 12.5666 12.4478 12.4478C12.5666 12.329 12.6333 12.1679 12.6333 12V8.66663C12.6333 8.28004 12.9467 7.96663 13.3333 7.96663C13.7199 7.96663 14.0333 8.28004 14.0333 8.66663V12C14.0333 12.5392 13.8191 13.0564 13.4378 13.4378C13.0565 13.8191 12.5393 14.0333 12 14.0333H4.00001C3.46073 14.0333 2.94355 13.8191 2.56222 13.4378C2.1809 13.0564 1.96667 12.5392 1.96667 12V4.66663C1.96667 4.12736 2.1809 3.61017 2.56222 3.22885C2.94355 2.84753 3.46073 2.6333 4.00001 2.6333H5.33334C5.71994 2.6333 6.03334 2.9467 6.03334 3.3333C6.03334 3.7199 5.71994 4.0333 5.33334 4.0333H4.00001Z", fill: "currentColor", }), }), - gM = (e) => - kt("svg", { + CM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 2.70005C6.95181 2.70005 5.92711 3.01089 5.05553 3.59326C4.18395 4.17563 3.50463 5.00338 3.10349 5.97183C2.70235 6.94027 2.59739 8.00593 2.80189 9.03403C3.00639 10.0621 3.51117 11.0065 4.25239 11.7477C4.9936 12.4889 5.93797 12.9937 6.96607 13.1982C7.99417 13.4027 9.05983 13.2978 10.0283 12.8966C10.9967 12.4955 11.8245 11.8162 12.4068 10.9446C12.9892 10.073 13.3001 9.04829 13.3001 8.00005C13.3001 7.61345 13.6135 7.30005 14.0001 7.30005C14.3867 7.30005 14.7001 7.61345 14.7001 8.00005C14.7001 9.32518 14.3071 10.6206 13.5709 11.7224C12.8347 12.8242 11.7883 13.6829 10.564 14.19C9.33977 14.6971 7.99262 14.8298 6.69295 14.5713C5.39327 14.3128 4.19945 13.6747 3.26244 12.7377C2.32542 11.8007 1.68731 10.6068 1.42879 9.30715C1.17027 8.00748 1.30295 6.66033 1.81006 5.43607C2.31717 4.2118 3.17592 3.16541 4.27773 2.4292C5.37954 1.693 6.67492 1.30005 8.00005 1.30005C9.8661 1.30005 11.6452 2.04036 12.9785 3.32208L12.9885 3.33164L12.9884 3.33174L13.3001 3.64343V2.00005C13.3001 1.61345 13.6135 1.30005 14.0001 1.30005C14.3867 1.30005 14.7001 1.61345 14.7001 2.00005V5.33338C14.7001 5.71998 14.3867 6.03338 14.0001 6.03338H10.6667C10.2801 6.03338 9.96672 5.71998 9.96672 5.33338C9.96672 4.94678 10.2801 4.63338 10.6667 4.63338H12.3101L12.0034 4.32671C10.9239 3.2913 9.49177 2.70005 8.00005 2.70005Z", fill: "currentColor", }), }), - vM = (e) => - kt("svg", { + sM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.50503 0.838326C5.7784 0.564959 6.22162 0.564959 6.49498 0.838326L8.49498 2.83833C8.76835 3.11169 8.76835 3.55491 8.49498 3.82828L6.49498 5.82828C6.22162 6.10164 5.7784 6.10164 5.50503 5.82828C5.23167 5.55491 5.23167 5.11169 5.50503 4.83833L6.31006 4.0333H4.00001C3.83204 4.0333 3.67095 4.10003 3.55217 4.2188C3.4334 4.33757 3.36667 4.49866 3.36667 4.66663V6.66663C3.36667 7.05323 3.05327 7.36663 2.66667 7.36663C2.28008 7.36663 1.96667 7.05323 1.96667 6.66663V4.66663C1.96667 4.12736 2.1809 3.61017 2.56222 3.22885C2.94355 2.84753 3.46073 2.6333 4.00001 2.6333H6.31006L5.50503 1.82828C5.23167 1.55491 5.23167 1.11169 5.50503 0.838326ZM9.96667 3.3333C9.96667 2.9467 10.2801 2.6333 10.6667 2.6333H12C12.5393 2.6333 13.0565 2.84753 13.4378 3.22885C13.8191 3.61017 14.0333 4.12736 14.0333 4.66663V12C14.0333 12.5392 13.8191 13.0564 13.4378 13.4378C13.0565 13.8191 12.5393 14.0333 12 14.0333H4.00001C3.46073 14.0333 2.94355 13.8191 2.56222 13.4378C2.1809 13.0564 1.96667 12.5392 1.96667 12V9.3333C1.96667 8.9467 2.28008 8.6333 2.66667 8.6333C3.05327 8.6333 3.36667 8.9467 3.36667 9.3333V12C3.36667 12.1679 3.4334 12.329 3.55217 12.4478C3.67095 12.5666 3.83204 12.6333 4.00001 12.6333H12C12.168 12.6333 12.3291 12.5666 12.4478 12.4478C12.5666 12.329 12.6333 12.1679 12.6333 12V4.66663C12.6333 4.49866 12.5666 4.33757 12.4478 4.2188C12.3291 4.10003 12.168 4.0333 12 4.0333H10.6667C10.2801 4.0333 9.96667 3.7199 9.96667 3.3333Z", fill: "currentColor", }), }), - wM = (e) => - kt("svg", { + cM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.0333C11.2821 2.0333 10.7 2.61533 10.7 3.3333C10.7 4.05127 11.2821 4.6333 12 4.6333C12.718 4.6333 13.3 4.05127 13.3 3.3333C13.3 2.61533 12.718 2.0333 12 2.0333ZM9.39167 2.6333C9.70001 1.48148 10.751 0.633301 12 0.633301C13.4912 0.633301 14.7 1.84213 14.7 3.3333C14.7 4.82447 13.4912 6.0333 12 6.0333C10.751 6.0333 9.70001 5.18512 9.39167 4.0333H4.33338C3.9002 4.0333 3.48475 4.20538 3.17844 4.51169C2.87213 4.818 2.70005 5.23345 2.70005 5.66663C2.70005 6.09982 2.87213 6.51526 3.17844 6.82157C3.48475 7.12788 3.9002 7.29997 4.33338 7.29997H11.6667C12.4712 7.29997 13.2427 7.61955 13.8116 8.18841C14.3805 8.75727 14.7 9.52881 14.7 10.3333C14.7 11.1378 14.3805 11.9093 13.8116 12.4782C13.2427 13.0471 12.4712 13.3666 11.6667 13.3666H6.60842C6.30009 14.5185 5.24912 15.3666 4.00005 15.3666C2.50888 15.3666 1.30005 14.1578 1.30005 12.6666C1.30005 11.1755 2.50888 9.96663 4.00005 9.96663C5.24912 9.96663 6.30009 10.8148 6.60842 11.9666H11.6667C12.0999 11.9666 12.5153 11.7946 12.8217 11.4882C13.128 11.1819 13.3 10.7665 13.3 10.3333C13.3 9.90011 13.128 9.48467 12.8217 9.17836C12.5153 8.87205 12.0999 8.69997 11.6667 8.69997H4.33338C3.52889 8.69997 2.75735 8.38038 2.18849 7.81152C1.61963 7.24266 1.30005 6.47112 1.30005 5.66663C1.30005 4.86214 1.61963 4.0906 2.18849 3.52174C2.75735 2.95288 3.52889 2.6333 4.33338 2.6333H9.39167ZM4.00005 11.3666C3.28208 11.3666 2.70005 11.9487 2.70005 12.6666C2.70005 13.3846 3.28208 13.9666 4.00005 13.9666C4.71802 13.9666 5.30005 13.3846 5.30005 12.6666C5.30005 11.9487 4.71802 11.3666 4.00005 11.3666Z", fill: "currentColor", }), }), - LM = (e) => - kt("svg", { + dM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838326C1.11169 0.564959 1.55491 0.564959 1.82828 0.838326L3.95056 2.96061C3.95822 2.96793 3.96572 2.97543 3.97307 2.98312L8.49464 7.50469C8.49444 7.50449 8.49484 7.50489 8.49464 7.50469L13.0201 12.0302C13.026 12.0358 13.0317 12.0416 13.0374 12.0474L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L12.309 13.2989C12.1023 13.3372 11.8766 13.3666 11.6666 13.3666H6.60834C6.30001 14.5185 5.24904 15.3666 3.99997 15.3666C2.5088 15.3666 1.29997 14.1578 1.29997 12.6666C1.29997 11.1755 2.5088 9.96663 3.99997 9.96663C5.24904 9.96663 6.30001 10.8148 6.60834 11.9666H10.9767L7.71002 8.69997H4.32962C3.62589 8.69627 2.94603 8.44641 2.40591 7.99427C1.86592 7.54224 1.49919 6.91624 1.36678 6.22366C1.23439 5.53114 1.34418 4.81352 1.67803 4.19286C1.85212 3.86922 2.08165 3.58219 2.35377 3.34372L0.838326 1.82828C0.564959 1.55491 0.564959 1.11169 0.838326 0.838326ZM3.34772 4.33767C3.16968 4.47673 3.02037 4.6527 2.91098 4.85606C2.72974 5.19301 2.66976 5.58355 2.74188 5.96077C2.81398 6.33794 3.01337 6.677 3.30456 6.92076C3.5952 7.16405 3.95948 7.29761 4.33533 7.29997H6.31002L3.34772 4.33767ZM12 2.0333C11.282 2.0333 10.7 2.61533 10.7 3.3333C10.7 4.05127 11.282 4.6333 12 4.6333C12.7179 4.6333 13.3 4.05127 13.3 3.3333C13.3 2.61533 12.7179 2.0333 12 2.0333ZM9.39159 2.6333C9.69993 1.48148 10.7509 0.633301 12 0.633301C13.4911 0.633301 14.7 1.84213 14.7 3.3333C14.7 4.82447 13.4911 6.0333 12 6.0333C10.7509 6.0333 9.69993 5.18512 9.39159 4.0333H7.1333C6.7467 4.0333 6.4333 3.7199 6.4333 3.3333C6.4333 2.9467 6.7467 2.6333 7.1333 2.6333H9.39159ZM11.101 7.96105C11.1225 7.57505 11.4529 7.27956 11.8389 7.30105C12.5839 7.34253 13.2875 7.65717 13.8151 8.1848C14.3428 8.71243 14.6574 9.41602 14.6989 10.161C14.7204 10.5471 14.4249 10.8774 14.0389 10.8989C13.6529 10.9204 13.3225 10.6249 13.301 10.2389C13.2787 9.83772 13.1093 9.45886 12.8252 9.17475C12.5411 8.89064 12.1622 8.72122 11.7611 8.69888C11.375 8.67739 11.0796 8.34705 11.101 7.96105ZM3.99997 11.3666C3.282 11.3666 2.69997 11.9487 2.69997 12.6666C2.69997 13.3846 3.282 13.9666 3.99997 13.9666C4.71794 13.9666 5.29997 13.3846 5.29997 12.6666C5.29997 11.9487 4.71794 11.3666 3.99997 11.3666Z", fill: "currentColor", }), }), - bM = (e) => - kt("svg", { + uM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.73849 2.39817C6.86984 1.26756 8.40385 0.632446 10.0033 0.632446C11.6028 0.632446 13.1368 1.26756 14.2681 2.39817C14.5416 2.67145 14.5417 3.11466 14.2684 3.38812C13.9952 3.66158 13.5519 3.66172 13.2785 3.38844C12.4097 2.52018 11.2316 2.03245 10.0033 2.03245C8.77499 2.03245 7.59694 2.52018 6.72811 3.38844C6.45466 3.66172 6.01144 3.66158 5.73816 3.38812C5.46489 3.11466 5.46503 2.67145 5.73849 2.39817ZM8.7174 3.55451C9.12611 3.38508 9.5642 3.29788 10.0066 3.29788C10.4491 3.29788 10.8872 3.38508 11.2959 3.55451C11.7046 3.72393 12.0759 3.97225 12.3885 4.28528C12.6618 4.55879 12.6615 5.00201 12.388 5.27522C12.1145 5.54844 11.6713 5.54819 11.3981 5.27467C11.2154 5.09182 10.9985 4.94676 10.7597 4.84779C10.521 4.74882 10.2651 4.69788 10.0066 4.69788C9.74818 4.69788 9.49227 4.74882 9.25352 4.84779C9.01477 4.94676 8.79787 5.09182 8.61522 5.27467C8.342 5.54819 7.89879 5.54844 7.62527 5.27522C7.35175 5.00201 7.3515 4.55879 7.62472 4.28528C7.93739 3.97225 8.30869 3.72393 8.7174 3.55451ZM9.99997 5.96664C10.3866 5.96664 10.7 6.28004 10.7 6.66664V8.63331H13.3333C14.4563 8.63331 15.3666 9.54366 15.3666 10.6666V13.3333C15.3666 14.4563 14.4563 15.3666 13.3333 15.3666H2.66663C1.54366 15.3666 0.633301 14.4563 0.633301 13.3333V10.6666C0.633301 9.54366 1.54366 8.63331 2.66663 8.63331H9.29997V6.66664C9.29997 6.28004 9.61337 5.96664 9.99997 5.96664ZM2.66663 10.0333C2.31685 10.0333 2.0333 10.3169 2.0333 10.6666V13.3333C2.0333 13.6831 2.31685 13.9666 2.66663 13.9666H13.3333C13.6831 13.9666 13.9666 13.6831 13.9666 13.3333V10.6666C13.9666 10.3169 13.6831 10.0333 13.3333 10.0333H2.66663ZM3.29997 12C3.29997 11.6134 3.61337 11.3 3.99997 11.3H4.00663C4.39323 11.3 4.70663 11.6134 4.70663 12C4.70663 12.3866 4.39323 12.7 4.00663 12.7H3.99997C3.61337 12.7 3.29997 12.3866 3.29997 12ZM5.96663 12C5.96663 11.6134 6.28003 11.3 6.66663 11.3H6.6733C7.0599 11.3 7.3733 11.6134 7.3733 12C7.3733 12.3866 7.0599 12.7 6.6733 12.7H6.66663C6.28003 12.7 5.96663 12.3866 5.96663 12Z", fill: "currentColor", }), }), - MM = (e) => - kt("svg", { + pM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V7.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 8.70005H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V8.70005Z", fill: "currentColor", }), }), - HM = (e) => - kt("svg", { + mM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 6.70005H2.70005V9.30005H13.3V6.70005ZM13.3 10.7H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V10.7Z", fill: "currentColor", }), }), - EM = (e) => - kt("svg", { + hM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V4.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 5.70005H2.70005V7.30005H13.3V5.70005ZM13.3 8.70005H2.70005V10.3H13.3V8.70005ZM13.3 11.7H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V11.7Z", fill: "currentColor", }), }), - RM = (e) => - kt("svg", { + fM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96667 2.66667C1.96667 2.28008 2.28008 1.96667 2.66667 1.96667C5.6813 1.96667 8.57246 3.16423 10.7041 5.29589C12.8358 7.42756 14.0333 10.3187 14.0333 13.3333C14.0333 13.7199 13.7199 14.0333 13.3333 14.0333C12.9467 14.0333 12.6333 13.7199 12.6333 13.3333C12.6333 10.69 11.5833 8.15496 9.71417 6.28584C7.84506 4.41673 5.31 3.36667 2.66667 3.36667C2.28008 3.36667 1.96667 3.05327 1.96667 2.66667ZM1.96667 7.33334C1.96667 6.94674 2.28008 6.63334 2.66667 6.63334C4.44363 6.63334 6.1478 7.33923 7.40429 8.59573C8.66078 9.85222 9.36667 11.5564 9.36667 13.3333C9.36667 13.7199 9.05327 14.0333 8.66667 14.0333C8.28008 14.0333 7.96667 13.7199 7.96667 13.3333C7.96667 11.9277 7.40828 10.5796 6.41434 9.58568C5.4204 8.59173 4.07232 8.03334 2.66667 8.03334C2.28008 8.03334 1.96667 7.71994 1.96667 7.33334ZM3.33334 12.7C3.35175 12.7 3.36667 12.6851 3.36667 12.6667C3.36667 12.6483 3.35175 12.6333 3.33334 12.6333C3.31493 12.6333 3.30001 12.6483 3.30001 12.6667C3.30001 12.6851 3.31493 12.7 3.33334 12.7ZM1.96667 12.6667C1.96667 11.9119 2.57855 11.3 3.33334 11.3C4.08813 11.3 4.70001 11.9119 4.70001 12.6667C4.70001 13.4215 4.08813 14.0333 3.33334 14.0333C2.57855 14.0333 1.96667 13.4215 1.96667 12.6667Z", fill: "currentColor", }), }), - yM = (e) => - kt("svg", { + gM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.02703 2.29621C4.02686 2.29638 4.02719 2.29604 4.02703 2.29621L2.29609 4.02715C2.29592 4.02732 2.29625 4.02698 2.29609 4.02715C2.12731 4.197 2.03208 4.42724 2.03208 4.66671C2.03208 4.90616 2.1268 5.13587 2.29555 5.30573C2.29538 5.30555 2.29573 5.3059 2.29555 5.30573L10.6958 13.7059C10.7794 13.7898 10.8787 13.8564 10.9881 13.9018C11.0975 13.9473 11.2148 13.9706 11.3333 13.9706C11.4517 13.9706 11.569 13.9473 11.6784 13.9018C11.7878 13.8564 11.8871 13.7898 11.9708 13.7059L11.9716 13.7051L13.7049 11.9717L13.7058 11.9709C13.7897 11.8873 13.8563 11.7879 13.9017 11.6785C13.9471 11.5691 13.9705 11.4518 13.9705 11.3334C13.9705 11.2149 13.9471 11.0976 13.9017 10.9882C13.8563 10.8788 13.7897 10.7795 13.7058 10.6959L12.9999 9.98999L12.1616 10.8283C11.8882 11.1017 11.445 11.1017 11.1716 10.8283C10.8982 10.555 10.8982 10.1118 11.1716 9.8384L12.01 9.00004L10.9999 7.98999L10.1616 8.82835C9.88819 9.10171 9.44498 9.10171 9.17161 8.82835C8.89824 8.55498 8.89824 8.11176 9.17161 7.8384L10.01 7.00004L8.99992 5.98999L8.16156 6.82835C7.88819 7.10171 7.44498 7.10171 7.17161 6.82835C6.89824 6.55498 6.89824 6.11176 7.17161 5.8384L8.00997 5.00004L6.99992 3.98999L6.16156 4.82835C5.88819 5.10171 5.44498 5.10171 5.17161 4.82835C4.89824 4.55498 4.89824 4.11176 5.17161 3.8384L6.00997 3.00004L5.30614 2.29621C5.30596 2.29603 5.30632 2.29639 5.30614 2.29621C5.13629 2.12746 4.90603 2.0322 4.66658 2.0322C4.42712 2.0322 4.19688 2.12744 4.02703 2.29621ZM7.4947 2.50488L6.29489 1.30506L6.29369 1.30387C5.86143 0.873696 5.27642 0.632202 4.66658 0.632202C4.05675 0.632202 3.47173 0.873696 3.03947 1.30387L1.30494 3.0384L1.30375 3.0396C0.873574 3.47186 0.63208 4.05687 0.63208 4.66671C0.63208 5.27654 0.873574 5.86156 1.30375 6.29381L1.30494 6.29501L9.70408 14.6942C9.70388 14.6939 9.70429 14.6944 9.70408 14.6942C9.91763 14.9083 10.1719 15.0788 10.4512 15.1948C10.7308 15.3109 11.0305 15.3706 11.3333 15.3706C11.636 15.3706 11.9357 15.3109 12.2153 15.1948C12.4947 15.0788 12.7485 14.9087 12.9621 14.6944C12.962 14.6945 12.9622 14.6943 12.9621 14.6944L14.694 12.9625C14.6939 12.9626 14.6941 12.9624 14.694 12.9625C14.9083 12.7489 15.0786 12.4948 15.1947 12.2154C15.3108 11.9358 15.3705 11.6361 15.3705 11.3334C15.3705 11.0307 15.3108 10.7309 15.1947 10.4514C15.0787 10.1721 14.9088 9.91837 14.6946 9.70482C14.6944 9.70462 14.6949 9.70503 14.6946 9.70482L13.4955 8.5057C13.4953 8.50549 13.4957 8.50592 13.4955 8.5057C13.4953 8.50549 13.4945 8.50464 13.4943 8.50443L11.4954 6.5056C11.4952 6.50542 11.4956 6.50577 11.4954 6.5056C11.4952 6.50542 11.4945 6.50471 11.4944 6.50453L9.49509 4.50526L7.4947 2.50488Z", fill: "currentColor", }), }), - VM = (e) => - kt("svg", { + vM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.30005 2.00005C5.30005 1.61345 5.61345 1.30005 6.00005 1.30005H9.33338C10.2263 1.30005 11.0826 1.65475 11.714 2.28612C12.3453 2.91749 12.7 3.77382 12.7 4.66672C12.7 5.55961 12.3453 6.41594 11.714 7.04731C11.0826 7.67868 10.2263 8.03338 9.33338 8.03338H6.70005V9.30005H9.33338C9.71998 9.30005 10.0334 9.61345 10.0334 10C10.0334 10.3866 9.71998 10.7 9.33338 10.7H6.70005V14C6.70005 14.3866 6.38665 14.7 6.00005 14.7C5.61345 14.7 5.30005 14.3866 5.30005 14V10.7H4.00005C3.61345 10.7 3.30005 10.3866 3.30005 10C3.30005 9.61345 3.61345 9.30005 4.00005 9.30005H5.30005V8.03338H4.00005C3.61345 8.03338 3.30005 7.71998 3.30005 7.33338C3.30005 6.94678 3.61345 6.63338 4.00005 6.63338H5.30005V2.00005ZM6.70005 6.63338H9.33338C9.85497 6.63338 10.3552 6.42618 10.724 6.05736C11.0928 5.68854 11.3 5.18831 11.3 4.66672C11.3 4.14512 11.0928 3.64489 10.724 3.27607C10.3552 2.90725 9.85497 2.70005 9.33338 2.70005H6.70005V6.63338Z", fill: "currentColor", }), }), - SM = (e) => - kt("svg", { + wM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.59192 0.637305C6.81307 0.613565 7.03234 0.696339 7.18264 0.860299L14.516 8.8603C14.7036 9.06493 14.7525 9.36107 14.6407 9.61517C14.5289 9.86927 14.2776 10.0333 14 10.0333H7.36663V11.3H14.6666C15.0532 11.3 15.3666 11.6134 15.3666 12C15.3666 12.8929 15.0119 13.7492 14.3806 14.3806C13.7492 15.0119 12.8929 15.3666 12 15.3666H3.99997C3.10707 15.3666 2.25075 15.0119 1.61937 14.3806C0.988002 13.7492 0.633301 12.8929 0.633301 12C0.633301 11.8143 0.707051 11.6363 0.838326 11.505C0.969601 11.3737 1.14765 11.3 1.3333 11.3H5.96663V10.0333H1.99997C1.74932 10.0333 1.5178 9.89929 1.39297 9.68195C1.26813 9.4646 1.26903 9.1971 1.39532 8.9806L6.06199 0.980597C6.17406 0.788473 6.37077 0.661045 6.59192 0.637305ZM7.36663 8.63331H12.4087L7.36663 3.13287V8.63331ZM5.96663 3.92255V8.63331H3.21869L5.96663 3.92255ZM2.16209 12.7C2.25988 12.9567 2.41131 13.1926 2.60932 13.3906C2.97815 13.7594 3.47838 13.9666 3.99997 13.9666H12C12.5216 13.9666 13.0218 13.7594 13.3906 13.3906C13.5886 13.1926 13.7401 12.9567 13.8378 12.7H2.16209Z", fill: "currentColor", }), }), - TM = (e) => - kt("svg", { + LM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.8089 2.91283C12.5892 2.89971 12.3722 2.96759 12.1991 3.10363C11.9495 3.29987 11.599 3.30345 11.3454 3.11237C11.2461 3.03761 11.1325 2.98421 11.0116 2.95552C10.8908 2.92683 10.7653 2.92347 10.643 2.94567C10.5208 2.96786 10.4045 3.01512 10.3014 3.08447C10.1983 3.15382 10.1107 3.24375 10.0441 3.34862C9.86555 3.62972 9.51367 3.7461 9.2027 3.62691C9.05058 3.56859 8.88547 3.55267 8.725 3.58083C8.56453 3.60899 8.41472 3.68018 8.29154 3.78681C8.16835 3.89344 8.07643 4.0315 8.02556 4.18628C7.97469 4.34106 7.96679 4.50674 8.0027 4.66566C8.04534 4.85435 8.00799 5.05228 7.89952 5.21246C7.79765 5.36287 7.64161 5.4674 7.46478 5.5048C7.42572 5.51629 7.38588 5.5243 7.34575 5.52883C7.15534 5.57821 6.98549 5.68889 6.86321 5.84497C6.72314 6.02376 6.65584 6.2489 6.67482 6.47522C6.6938 6.70155 6.79765 6.91234 6.96554 7.0653C7.12862 7.21388 7.3404 7.29723 7.56054 7.29995H7.58527C7.58624 7.29995 7.58721 7.29995 7.58818 7.29995H8.37664L10.8383 4.83831C11.1116 4.56494 11.5549 4.56494 11.8282 4.83831C12.1016 5.11167 12.1016 5.55489 11.8282 5.82826L10.3565 7.29995H12.5806C12.5661 6.99889 12.7481 6.71473 13.0415 6.60846C13.1739 6.56051 13.2932 6.48218 13.3897 6.37976C13.4863 6.27734 13.5576 6.15369 13.5977 6.01874C13.6378 5.88379 13.6457 5.74132 13.6207 5.60276C13.5958 5.46421 13.5387 5.33344 13.454 5.22096C13.2631 4.96734 13.2667 4.61698 13.4629 4.36738C13.5989 4.1943 13.6668 3.97735 13.6537 3.75759C13.6406 3.53783 13.5474 3.33051 13.3917 3.17484C13.236 3.01917 13.0287 2.92595 12.8089 2.91283ZM13.2535 8.69995H7.58948C7.57758 8.70004 7.5657 8.70004 7.55383 8.69995H3.04006C3.03151 8.7001 3.02295 8.7001 3.01441 8.69995H2.74633C2.89917 9.8472 3.42477 10.9201 4.25225 11.7476C5.2462 12.7416 6.59427 13.2999 7.99992 13.2999C9.40557 13.2999 10.7536 12.7416 11.7476 11.7476C12.5751 10.9201 13.1007 9.8472 13.2535 8.69995ZM4.17543 13.5012C4.04651 13.6281 3.96659 13.8047 3.96659 13.9999C3.96659 14.3865 4.27999 14.6999 4.66659 14.6999H11.3333C11.7199 14.6999 12.0333 14.3865 12.0333 13.9999C12.0333 13.8047 11.9533 13.6281 11.8244 13.5012C12.1487 13.2758 12.4545 13.0206 12.7375 12.7376C13.994 11.4811 14.6999 9.7769 14.6999 7.99995C14.6999 7.8143 14.6262 7.63625 14.4949 7.50497C14.4524 7.46244 14.4049 7.42594 14.3539 7.39604C14.3723 7.37779 14.3904 7.35921 14.4083 7.34031C14.6551 7.07857 14.8371 6.76256 14.9396 6.4177C15.0422 6.07283 15.0623 5.70873 14.9986 5.35464C14.9645 5.16553 14.907 4.9821 14.8279 4.80843C14.9965 4.45796 15.0747 4.06782 15.0512 3.67415C15.0177 3.11255 14.7795 2.58271 14.3816 2.18489C13.9838 1.78706 13.454 1.54885 12.8924 1.51532C12.4988 1.49182 12.1087 1.57001 11.7582 1.73858C11.6226 1.67669 11.4808 1.62798 11.335 1.59336C11.0261 1.52004 10.7053 1.51147 10.3929 1.56819C10.0806 1.6249 9.78332 1.74567 9.5199 1.92289C9.40299 2.00155 9.29386 2.09058 9.19376 2.1887C8.95864 2.15639 8.71886 2.16051 8.48301 2.2019C8.07292 2.27387 7.69006 2.4558 7.37526 2.7283C7.09838 2.96797 6.88329 3.2698 6.74704 3.60817C6.52725 3.50563 6.29588 3.42667 6.05668 3.37342C5.39767 3.22671 4.70975 3.28194 4.08258 3.5319C3.45541 3.78185 2.91809 4.21495 2.54066 4.77474C2.16355 5.33403 1.96353 5.99387 1.96659 6.66839M5.93059 4.78853C5.87083 4.8494 5.81424 4.91381 5.76115 4.98157C5.40319 5.43847 5.23122 6.01382 5.27972 6.59221C5.30034 6.83807 5.36014 7.07675 5.45504 7.29995", fill: "currentColor", }), }), - NM = (e) => - kt("svg", { + bM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 3.72471C7.85892 3.72471 7.72183 3.77185 7.61055 3.85864L4.04111 6.63334H11.959L8.38955 3.85864C8.27826 3.77185 8.14118 3.72471 8.00005 3.72471ZM13.3 8.03334H2.70005V9.3H13.3V8.03334ZM11.5055 10.7H6.66422L9.08478 12.634C9.21367 12.7374 9.37787 12.7864 9.54234 12.7704C9.70622 12.7545 9.85743 12.6754 9.96395 12.5499C9.96434 12.5494 9.96472 12.549 9.96511 12.5485L11.5055 10.7ZM11.1057 13.3667L11.0378 13.4481L11.035 13.4515C10.6928 13.8569 10.2057 14.1126 9.67768 14.1638C9.1499 14.2151 8.62299 14.0582 8.20928 13.7265C8.20907 13.7263 8.20949 13.7267 8.20928 13.7265L7.75893 13.3667H2.66672C2.30425 13.3667 1.95664 13.2227 1.70034 12.9664C1.44404 12.7101 1.30005 12.3625 1.30005 12V10.6667C1.30005 10.4312 1.36082 10.202 1.47368 10C1.36082 9.79803 1.30005 9.56882 1.30005 9.33334V7.33334C1.30005 7.11726 1.39984 6.91329 1.57044 6.78068L6.74955 2.7547C6.74938 2.75483 6.74971 2.75457 6.74955 2.7547C7.10674 2.47629 7.54716 2.32471 8.00005 2.32471C8.45294 2.32471 8.89286 2.47591 9.25005 2.75432C9.24989 2.75419 9.25022 2.75444 9.25005 2.75432L14.4297 6.78068C14.6003 6.91329 14.7 7.11726 14.7 7.33334V9.33334C14.7 9.56882 14.6393 9.79803 14.5264 10C14.6393 10.202 14.7 10.4312 14.7 10.6667V12C14.7 12.3625 14.5561 12.7101 14.2998 12.9664C14.0435 13.2227 13.6958 13.3667 13.3334 13.3667H11.1057ZM13.3 10.7334L12.2724 11.9667H13.3V10.7334ZM2.70005 10.7V11.9667H6.00673L4.42141 10.7H2.70005Z", fill: "currentColor", }), }), - xM = (e) => - kt("svg", { + MM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.63338 2.00005C6.63338 1.61345 6.94678 1.30005 7.33338 1.30005C9.28714 1.30005 11.1609 2.07618 12.5424 3.4577C13.9239 4.83921 14.7 6.71295 14.7 8.66672C14.7 9.05331 14.3866 9.36672 14 9.36672C13.6134 9.36672 13.3 9.05331 13.3 8.66672C13.3 7.08426 12.6714 5.56661 11.5525 4.44765C10.4335 3.32868 8.91584 2.70005 7.33338 2.70005C6.94678 2.70005 6.63338 2.38665 6.63338 2.00005ZM6.63338 4.66672C6.63338 4.28012 6.94678 3.96672 7.33338 3.96672C8.5799 3.96672 9.77536 4.46189 10.6568 5.34331C11.5382 6.22473 12.0334 7.4202 12.0334 8.66672C12.0334 9.05331 11.72 9.36672 11.3334 9.36672C10.9468 9.36672 10.6334 9.05331 10.6334 8.66672C10.6334 7.7915 10.2857 6.95213 9.66683 6.33326C9.04796 5.71439 8.2086 5.36672 7.33338 5.36672C6.94678 5.36672 6.63338 5.05331 6.63338 4.66672ZM2.57723 5.97246C2.7924 5.94472 3.00828 6.01833 3.16169 6.17174L6.00005 9.0101L7.50507 7.50507C7.77844 7.23171 8.22166 7.23171 8.49502 7.50507C8.76839 7.77844 8.76839 8.22166 8.49502 8.49502L6.99 10L9.82836 12.8384C9.98177 12.9918 10.0554 13.2077 10.0276 13.4229C9.9999 13.638 9.87396 13.8282 9.68666 13.9377C8.62303 14.5595 7.38333 14.8113 6.16139 14.6538C4.93944 14.4963 3.80413 13.9384 2.93294 13.0672C2.06174 12.196 1.50378 11.0607 1.34627 9.83871C1.18877 8.61676 1.4406 7.37707 2.0624 6.31344C2.1719 6.12614 2.36205 6.00019 2.57723 5.97246ZM5.50553 10.4955C5.50537 10.4953 5.50522 10.4952 5.50507 10.495C5.50492 10.4949 5.50477 10.4947 5.50462 10.4946L2.89074 7.88069C2.71209 8.45202 2.65732 9.05875 2.73479 9.65973C2.85273 10.5747 3.27053 11.4249 3.92289 12.0772C4.57524 12.7296 5.42537 13.1474 6.34036 13.2653C6.94135 13.3428 7.54808 13.288 8.11941 13.1094L5.50553 10.4955Z", fill: "currentColor", }), }), - _M = (e) => - kt("svg", { + HM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.50502 1.50507C5.77839 1.23171 6.22161 1.23171 6.49497 1.50507L8.66667 3.67677L8.83836 3.50507C9.11172 3.23171 9.55494 3.23171 9.82831 3.50507L10.6667 4.34343L12.1717 2.83841C12.4451 2.56504 12.8883 2.56504 13.1616 2.83841C13.435 3.11177 13.435 3.55499 13.1616 3.82836L11.6566 5.33338L12.495 6.17174C12.7683 6.44511 12.7683 6.88832 12.495 7.16169L12.3233 7.33338L14.495 9.50507C14.7683 9.77844 14.7683 10.2217 14.495 10.495L11.8283 13.1617C11.5549 13.4351 11.1117 13.4351 10.8384 13.1617L8.66667 10.99L8.49497 11.1617C8.22161 11.4351 7.77839 11.4351 7.50502 11.1617L4.83836 8.49502C4.56499 8.22166 4.56499 7.77844 4.83836 7.50507L5.01005 7.33338L2.83836 5.16169C2.56499 4.88832 2.56499 4.44511 2.83836 4.17174L5.50502 1.50507ZM6.49497 7.82836L6.32328 8.00005L8 9.67677L8.17149 9.50527L11.01 6.66672L10.1721 5.82878C10.172 5.82864 10.1723 5.82892 10.1721 5.82878C10.172 5.82864 10.1714 5.82807 10.1713 5.82793L9.33333 4.99L9.16196 5.16137L6.49497 7.82836ZM7.67672 4.66672L6 6.34343L4.32328 4.66672L6 2.99L7.67672 4.66672ZM11.3333 8.32333L9.65662 10L11.3333 11.6768L13.01 10L11.3333 8.32333ZM1.3 10C1.3 9.61345 1.6134 9.30005 2 9.30005C3.24652 9.30005 4.44198 9.79523 5.3234 10.6766C6.20482 11.5581 6.7 12.7535 6.7 14C6.7 14.3866 6.3866 14.7 6 14.7C5.6134 14.7 5.3 14.3866 5.3 14C5.3 13.1248 4.95232 12.2855 4.33345 11.6666C3.71458 11.0477 2.87521 10.7 2 10.7C1.6134 10.7 1.3 10.3866 1.3 10Z", fill: "currentColor", }), }), - AM = (e) => - kt("svg", { + EM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33333 2.0333C5.16536 2.0333 5.00427 2.10003 4.8855 2.2188C4.76673 2.33757 4.7 2.49866 4.7 2.66663V10.6666C4.7 10.8346 4.76673 10.9957 4.8855 11.1145C5.00427 11.2332 5.16536 11.3 5.33333 11.3H5.96667V7.3333C5.96667 6.9467 6.28007 6.6333 6.66667 6.6333H12C12.3866 6.6333 12.7 6.9467 12.7 7.3333V11.3H13.3368C13.4944 11.3008 13.6466 11.2428 13.7637 11.1374C13.8737 11.0384 13.9453 10.9042 13.9667 10.7584V4.28992L11.71 2.0333H7.36667V3.29997H10.6667C11.0533 3.29997 11.3667 3.61337 11.3667 3.99997C11.3667 4.38657 11.0533 4.69997 10.6667 4.69997H6.66667C6.28007 4.69997 5.96667 4.38657 5.96667 3.99997V2.0333H5.33333ZM6.66667 0.633301H5.33333C4.79406 0.633301 4.27687 0.847526 3.89555 1.22885C3.51423 1.61017 3.3 2.12736 3.3 2.66663V10.6666C3.3 11.2059 3.51423 11.7231 3.89555 12.1044C4.27687 12.4857 4.79406 12.7 5.33333 12.7H13.3317M11.3 11.3V8.0333H7.36667V11.3H11.3ZM1.33333 3.29997C1.71993 3.29997 2.03333 3.61337 2.03333 3.99997V13.3333C2.03333 13.5013 2.10006 13.6624 2.21883 13.7811C2.33761 13.8999 2.4987 13.9666 2.66667 13.9666H12C12.3866 13.9666 12.7 14.28 12.7 14.6666C12.7 15.0532 12.3866 15.3666 12 15.3666H2.66667C2.12739 15.3666 1.61021 15.1524 1.22888 14.7711C0.847559 14.3898 0.633333 13.8726 0.633333 13.3333V3.99997C0.633333 3.61337 0.946734 3.29997 1.33333 3.29997Z", fill: "currentColor", }), }), - ZM = (e) => - kt("svg", { + RM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 2.70005C3.16537 2.70005 3.00428 2.76677 2.8855 2.88555C2.76673 3.00432 2.7 3.16541 2.7 3.33338V12.6667C2.7 12.8347 2.76673 12.9958 2.8855 13.1145C3.00428 13.2333 3.16537 13.3 3.33334 13.3H3.96667V8.66672C3.96667 8.28012 4.28007 7.96672 4.66667 7.96672H11.3333C11.7199 7.96672 12.0333 8.28012 12.0333 8.66672V13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V5.62333L10.3767 2.70005H5.36667V4.63338H10C10.3866 4.63338 10.7 4.94678 10.7 5.33338C10.7 5.71998 10.3866 6.03338 10 6.03338H4.66667C4.28007 6.03338 3.96667 5.71998 3.96667 5.33338V2.70005H3.33334ZM3.33334 1.30005C2.79406 1.30005 2.27688 1.51427 1.89555 1.8956C1.51423 2.27692 1.3 2.79411 1.3 3.33338V12.6667C1.3 13.206 1.51423 13.7232 1.89555 14.1045C2.27688 14.4858 2.79406 14.7 3.33334 14.7H12.6667C13.2059 14.7 13.7231 14.4858 14.1045 14.1045C14.4858 13.7232 14.7 13.206 14.7 12.6667V5.33338C14.7 5.14773 14.6263 4.96968 14.495 4.83841L11.1616 1.50507C11.0304 1.3738 10.8523 1.30005 10.6667 1.30005H3.33334ZM10.6333 13.3V9.36672H5.36667V13.3H10.6333Z", fill: "currentColor", }), }), - IM = (e) => - kt("svg", { + yM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 2.70005C2.98356 2.70005 2.7 2.9836 2.7 3.33338C2.7 3.68316 2.98356 3.96672 3.33334 3.96672C3.68312 3.96672 3.96667 3.68316 3.96667 3.33338C3.96667 2.9836 3.68312 2.70005 3.33334 2.70005ZM1.3 3.33338C1.3 2.2104 2.21036 1.30005 3.33334 1.30005C4.45632 1.30005 5.36667 2.2104 5.36667 3.33338C5.36667 4.21038 4.81145 4.9577 4.03334 5.24301V10.9768L6.83836 8.17174C7.11173 7.89837 7.55494 7.89837 7.82831 8.17174C8.10168 8.44511 8.10168 8.88832 7.82831 9.16169L5.02329 11.9667H10.757C11.0423 11.1886 11.7897 10.6334 12.6667 10.6334C13.7896 10.6334 14.7 11.5437 14.7 12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7C11.7897 14.7 11.0423 14.1448 10.757 13.3667H3.33334C2.94674 13.3667 2.63334 13.0533 2.63334 12.6667V5.24301C1.85522 4.9577 1.3 4.21038 1.3 3.33338ZM12.6667 12.0334C12.3169 12.0334 12.0333 12.3169 12.0333 12.6667C12.0333 13.0165 12.3169 13.3 12.6667 13.3C13.0164 13.3 13.3 13.0165 13.3 12.6667C13.3 12.3169 13.0164 12.0334 12.6667 12.0334Z", fill: "currentColor", }), }), - kM = (e) => - kt("svg", { + VM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 1.30005C8.3866 1.30005 8.7 1.61345 8.7 2.00005V2.89174C9.96144 3.46589 11.6045 3.96672 12.6667 3.96672H14C14.3866 3.96672 14.7 4.28012 14.7 4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672H13.4268L15.3221 10.4209C15.4314 10.7125 15.3351 11.0411 15.0856 11.2275C14.3854 11.7507 13.5386 12.0334 12.6667 12.0334C11.7947 12.0334 10.948 11.7507 10.2477 11.2275C9.99828 11.0411 9.90192 10.7125 10.0112 10.4209L11.9254 5.31661C10.8991 5.18803 9.71523 4.82734 8.7 4.41507V13.3H11.3333C11.7199 13.3 12.0333 13.6135 12.0333 14C12.0333 14.3866 11.7199 14.7 11.3333 14.7H4.66667C4.28007 14.7 3.96667 14.3866 3.96667 14C3.96667 13.6135 4.28007 13.3 4.66667 13.3H7.3V4.41507C6.28477 4.82734 5.10089 5.18803 4.07465 5.31661L5.98877 10.4209C6.09809 10.7125 6.00172 11.0411 5.7523 11.2275C5.05205 11.7507 4.20526 12.0334 3.33334 12.0334C2.46141 12.0334 1.61462 11.7507 0.914368 11.2275C0.664947 11.0411 0.568584 10.7125 0.677905 10.4209L2.57324 5.36672H2C1.6134 5.36672 1.3 5.05331 1.3 4.66672C1.3 4.28012 1.6134 3.96672 2 3.96672H3.33334C4.39553 3.96672 6.03856 3.46589 7.3 2.89174V2.00005C7.3 1.61345 7.6134 1.30005 8 1.30005ZM3.33334 7.32698L2.19131 10.3724C2.54687 10.5436 2.93647 10.6334 3.33334 10.6334C3.7302 10.6334 4.1198 10.5436 4.47536 10.3724L3.33334 7.32698ZM12.6667 7.32698L11.5246 10.3724C11.8802 10.5436 12.2698 10.6334 12.6667 10.6334C13.0635 10.6334 13.4531 10.5436 13.8087 10.3724L12.6667 7.32698Z", fill: "currentColor", }), }), - OM = (e) => - kt("svg", { + TM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H7.99999C8.38659 1.30005 8.69999 1.61345 8.69999 2.00005C8.69999 2.38665 8.38659 2.70005 7.99999 2.70005H3.33332C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V8.00005C13.3 7.61345 13.6134 7.30005 14 7.30005C14.3866 7.30005 14.7 7.61345 14.7 8.00005V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956ZM10.6667 2.70005C10.2801 2.70005 9.96665 2.38665 9.96665 2.00005C9.96665 1.61345 10.2801 1.30005 10.6667 1.30005H14C14.3866 1.30005 14.7 1.61345 14.7 2.00005V5.33338C14.7 5.71998 14.3866 6.03338 14 6.03338C13.6134 6.03338 13.3 5.71998 13.3 5.33338V3.69L7.68994 9.30005H9.33332C9.71992 9.30005 10.0333 9.61345 10.0333 10C10.0333 10.3866 9.71992 10.7 9.33332 10.7H5.99999C5.61339 10.7 5.29999 10.3866 5.29999 10V6.66672C5.29999 6.28012 5.61339 5.96672 5.99999 5.96672C6.38659 5.96672 6.69999 6.28012 6.69999 6.66672V8.3101L12.31 2.70005H10.6667Z", fill: "currentColor", }), }), - BM = (e) => - kt("svg", { + SM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V4.66672C2.69999 5.05331 2.38659 5.36672 1.99999 5.36672C1.61339 5.36672 1.29999 5.05331 1.29999 4.66672V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H4.66665C5.05325 1.30005 5.36665 1.61345 5.36665 2.00005C5.36665 2.38665 5.05325 2.70005 4.66665 2.70005H3.33332ZM10.6333 2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672C13.6134 5.36672 13.3 5.05331 13.3 4.66672V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H11.3333C10.9467 2.70005 10.6333 2.38665 10.6333 2.00005ZM5.33332 3.96672C5.71992 3.96672 6.03332 4.28012 6.03332 4.66672V11.3334C6.03332 11.72 5.71992 12.0334 5.33332 12.0334C4.94672 12.0334 4.63332 11.72 4.63332 11.3334V4.66672C4.63332 4.28012 4.94672 3.96672 5.33332 3.96672ZM7.99999 3.96672C8.38659 3.96672 8.69999 4.28012 8.69999 4.66672V11.3334C8.69999 11.72 8.38659 12.0334 7.99999 12.0334C7.61339 12.0334 7.29999 11.72 7.29999 11.3334V4.66672C7.29999 4.28012 7.61339 3.96672 7.99999 3.96672ZM11.3333 3.96672C11.7199 3.96672 12.0333 4.28012 12.0333 4.66672V11.3334C12.0333 11.72 11.7199 12.0334 11.3333 12.0334C10.9467 12.0334 10.6333 11.72 10.6333 11.3334V4.66672C10.6333 4.28012 10.9467 3.96672 11.3333 3.96672ZM1.99999 10.6334C2.38659 10.6334 2.69999 10.9468 2.69999 11.3334V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6135 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V11.3334C1.29999 10.9468 1.61339 10.6334 1.99999 10.6334ZM14 10.6334C14.3866 10.6334 14.7 10.9468 14.7 11.3334V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6135 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V11.3334C13.3 10.9468 13.6134 10.6334 14 10.6334Z", fill: "currentColor", }), }), - DM = (e) => - kt("svg", { + NM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V4.66672C2.69999 5.05331 2.38659 5.36672 1.99999 5.36672C1.61339 5.36672 1.29999 5.05331 1.29999 4.66672V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H4.66665C5.05325 1.30005 5.36665 1.61345 5.36665 2.00005C5.36665 2.38665 5.05325 2.70005 4.66665 2.70005H3.33332ZM10.6333 2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672C13.6134 5.36672 13.3 5.05331 13.3 4.66672V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H11.3333C10.9467 2.70005 10.6333 2.38665 10.6333 2.00005ZM4.13924 8.00005C4.1658 8.0431 4.19524 8.08973 4.22752 8.13939C4.41378 8.42594 4.68999 8.80653 5.04915 9.18459C5.77817 9.95197 6.77361 10.6334 7.99999 10.6334C9.22637 10.6334 10.2218 9.95197 10.9508 9.18459C11.31 8.80653 11.5862 8.42594 11.7725 8.13939C11.8047 8.08973 11.8342 8.0431 11.8607 8.00005C11.8342 7.95699 11.8047 7.91037 11.7725 7.86071C11.5862 7.57416 11.31 7.19357 10.9508 6.81551C10.2218 6.04813 9.22637 5.36672 7.99999 5.36672C6.77361 5.36672 5.77817 6.04813 5.04915 6.81551C4.68999 7.19357 4.41378 7.57416 4.22752 7.86071C4.19524 7.91037 4.1658 7.95699 4.13924 8.00005ZM12.6667 8.00005C13.2928 7.687 13.2926 7.68677 13.2925 7.68652L13.2922 7.68596L13.2916 7.68462L13.2897 7.68102L13.2842 7.67023L13.2657 7.63481C13.25 7.60526 13.2277 7.56403 13.1988 7.51281C13.1411 7.41046 13.0567 7.26761 12.9463 7.09772C12.7263 6.75927 12.3983 6.30653 11.9658 5.85126C11.1115 4.95197 9.77361 3.96672 7.99999 3.96672C6.22637 3.96672 4.88848 4.95197 4.03415 5.85126C3.60165 6.30653 3.2737 6.75927 3.0537 7.09772C2.94328 7.26761 2.85891 7.41046 2.80116 7.51281C2.77225 7.56403 2.74993 7.60526 2.73427 7.63481L2.71575 7.67023L2.71024 7.68102L2.70842 7.68462L2.70774 7.68596L2.70746 7.68652C2.70734 7.68677 2.70722 7.687 3.33332 8.00005L2.70722 7.687C2.60869 7.88407 2.60869 8.11603 2.70722 8.3131L3.33332 8.00005C2.70722 8.3131 2.70734 8.31333 2.70746 8.31358L2.70774 8.31413L2.70842 8.31548L2.71024 8.31908L2.71575 8.32987L2.73427 8.36529C2.74993 8.39484 2.77225 8.43606 2.80116 8.48729C2.85891 8.58964 2.94328 8.73249 3.0537 8.90237C3.2737 9.24083 3.60165 9.69357 4.03415 10.1488C4.88848 11.0481 6.22637 12.0334 7.99999 12.0334C9.77361 12.0334 11.1115 11.0481 11.9658 10.1488C12.3983 9.69357 12.7263 9.24083 12.9463 8.90237C13.0567 8.73249 13.1411 8.58964 13.1988 8.48729C13.2277 8.43606 13.25 8.39484 13.2657 8.36529L13.2842 8.32987L13.2897 8.31908L13.2916 8.31548L13.2922 8.31413L13.2925 8.31358C13.2926 8.31333 13.2928 8.3131 12.6667 8.00005ZM12.6667 8.00005L13.2928 8.3131C13.3913 8.11603 13.3913 7.88407 13.2928 7.687L12.6667 8.00005ZM3.95884 8.31426C3.95874 8.31445 3.95874 8.31445 3.95885 8.31424L3.95884 8.31426ZM7.99999 8.03338C8.0184 8.03338 8.03332 8.01846 8.03332 8.00005C8.03332 7.98164 8.0184 7.96672 7.99999 7.96672C7.98158 7.96672 7.96665 7.98164 7.96665 8.00005C7.96665 8.01846 7.98158 8.03338 7.99999 8.03338ZM6.63332 8.00005C6.63332 7.24526 7.2452 6.63338 7.99999 6.63338C8.75478 6.63338 9.36665 7.24526 9.36665 8.00005C9.36665 8.75484 8.75478 9.36672 7.99999 9.36672C7.2452 9.36672 6.63332 8.75484 6.63332 8.00005ZM3.95885 7.68585C3.95874 7.68565 3.95874 7.68565 3.95884 7.68584L3.95885 7.68585ZM1.99999 10.6334C2.38659 10.6334 2.69999 10.9468 2.69999 11.3334V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6135 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V11.3334C1.29999 10.9468 1.61339 10.6334 1.99999 10.6334ZM14 10.6334C14.3866 10.6334 14.7 10.9468 14.7 11.3334V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6135 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V11.3334C13.3 10.9468 13.6134 10.6334 14 10.6334Z", fill: "currentColor", }), }), - PM = (e) => - kt("svg", { + xM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V4.66672C2.69999 5.05331 2.38659 5.36672 1.99999 5.36672C1.61339 5.36672 1.29999 5.05331 1.29999 4.66672V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H4.66665C5.05325 1.30005 5.36665 1.61345 5.36665 2.00005C5.36665 2.38665 5.05325 2.70005 4.66665 2.70005H3.33332ZM10.6333 2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672C13.6134 5.36672 13.3 5.05331 13.3 4.66672V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H11.3333C10.9467 2.70005 10.6333 2.38665 10.6333 2.00005ZM5.29999 6.00005C5.29999 5.61345 5.61339 5.30005 5.99999 5.30005H6.00665C6.39325 5.30005 6.70665 5.61345 6.70665 6.00005C6.70665 6.38665 6.39325 6.70005 6.00665 6.70005H5.99999C5.61339 6.70005 5.29999 6.38665 5.29999 6.00005ZM9.29999 6.00005C9.29999 5.61345 9.61339 5.30005 9.99999 5.30005H10.0067C10.3933 5.30005 10.7067 5.61345 10.7067 6.00005C10.7067 6.38665 10.3933 6.70005 10.0067 6.70005H9.99999C9.61339 6.70005 9.29999 6.38665 9.29999 6.00005ZM4.91332 8.77338C5.22157 8.54219 5.65845 8.60369 5.891 8.91031L5.89379 8.91386C5.89757 8.91864 5.90491 8.92778 5.91573 8.94066C5.9374 8.96649 5.97273 9.00701 6.021 9.05738C6.11812 9.15872 6.26421 9.29636 6.45337 9.43393C6.8344 9.71104 7.35953 9.96672 7.99999 9.96672C8.64045 9.96672 9.16558 9.71104 9.5466 9.43393C9.73577 9.29636 9.88185 9.15872 9.97897 9.05738C10.0272 9.00701 10.0626 8.96649 10.0842 8.94066C10.0951 8.92778 10.1024 8.91864 10.1062 8.91386L10.1086 8.91082L10.1078 8.91187L10.1073 8.91257M10.107 8.91296C10.1076 8.91208 10.1083 8.91121 10.109 8.91033C10.3415 8.60369 10.7784 8.54219 11.0867 8.77338C11.3959 9.00534 11.4586 9.4441 11.2267 9.75338L10.6964 9.35567C11.2266 9.75339 11.2265 9.75361 11.2263 9.75384L11.226 9.75432L11.2251 9.75538L11.2233 9.75788L11.2183 9.76433L11.2038 9.78285C11.1922 9.7976 11.1764 9.81711 11.1566 9.84068C11.1171 9.88777 11.0613 9.95142 10.9898 10.026C10.8473 10.1747 10.6392 10.3704 10.37 10.5662C9.8344 10.9557 9.02619 11.3667 7.99999 11.3667C6.97378 11.3667 6.16557 10.9557 5.62993 10.5662C5.36077 10.3704 5.15268 10.1747 5.01022 10.026C4.9387 9.95142 4.88288 9.88777 4.84336 9.84068C4.82358 9.81711 4.80781 9.7976 4.79613 9.78285L4.78165 9.76433L4.77672 9.75788L4.77483 9.75538L4.77403 9.75432L4.77366 9.75384C4.77349 9.75361 4.77332 9.75338 5.33332 9.33338L4.77332 9.75338C4.54136 9.4441 4.60404 9.00534 4.91332 8.77338M1.99999 10.6334C2.38659 10.6334 2.69999 10.9468 2.69999 11.3334V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6135 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V11.3334C1.29999 10.9468 1.61339 10.6334 1.99999 10.6334ZM14 10.6334C14.3866 10.6334 14.7 10.9468 14.7 11.3334V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6135 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V11.3334C13.3 10.9468 13.6134 10.6334 14 10.6334Z", fill: "currentColor", }), }), - FM = (e) => - kt("svg", { + _M = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V4.66672C2.69999 5.05331 2.38659 5.36672 1.99999 5.36672C1.61339 5.36672 1.29999 5.05331 1.29999 4.66672V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H4.66665C5.05325 1.30005 5.36665 1.61345 5.36665 2.00005C5.36665 2.38665 5.05325 2.70005 4.66665 2.70005H3.33332ZM10.6333 2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672C13.6134 5.36672 13.3 5.05331 13.3 4.66672V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H11.3333C10.9467 2.70005 10.6333 2.38665 10.6333 2.00005ZM1.99999 10.6334C2.38659 10.6334 2.69999 10.9468 2.69999 11.3334V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6135 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V11.3334C1.29999 10.9468 1.61339 10.6334 1.99999 10.6334ZM14 10.6334C14.3866 10.6334 14.7 10.9468 14.7 11.3334V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6135 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V11.3334C13.3 10.9468 13.6134 10.6334 14 10.6334Z", fill: "currentColor", }), }), - UM = (e) => - kt("svg", { + AM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V4.66672C2.69999 5.05331 2.38659 5.36672 1.99999 5.36672C1.61339 5.36672 1.29999 5.05331 1.29999 4.66672V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H4.66665C5.05325 1.30005 5.36665 1.61345 5.36665 2.00005C5.36665 2.38665 5.05325 2.70005 4.66665 2.70005H3.33332ZM10.6333 2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672C13.6134 5.36672 13.3 5.05331 13.3 4.66672V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H11.3333C10.9467 2.70005 10.6333 2.38665 10.6333 2.00005ZM3.96665 8.00005C3.96665 7.61345 4.28006 7.30005 4.66665 7.30005H11.3333C11.7199 7.30005 12.0333 7.61345 12.0333 8.00005C12.0333 8.38665 11.7199 8.70005 11.3333 8.70005H4.66665C4.28006 8.70005 3.96665 8.38665 3.96665 8.00005ZM1.99999 10.6334C2.38659 10.6334 2.69999 10.9468 2.69999 11.3334V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6135 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V11.3334C1.29999 10.9468 1.61339 10.6334 1.99999 10.6334ZM14 10.6334C14.3866 10.6334 14.7 10.9468 14.7 11.3334V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6135 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V11.3334C13.3 10.9468 13.6134 10.6334 14 10.6334Z", fill: "currentColor", }), }), - zM = (e) => - kt("svg", { + ZM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V4.66672C2.69999 5.05331 2.38659 5.36672 1.99999 5.36672C1.61339 5.36672 1.29999 5.05331 1.29999 4.66672V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H4.66665C5.05325 1.30005 5.36665 1.61345 5.36665 2.00005C5.36665 2.38665 5.05325 2.70005 4.66665 2.70005H3.33332ZM10.6333 2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672C13.6134 5.36672 13.3 5.05331 13.3 4.66672V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H11.3333C10.9467 2.70005 10.6333 2.38665 10.6333 2.00005ZM7.99999 6.70005C7.28202 6.70005 6.69999 7.28208 6.69999 8.00005C6.69999 8.71802 7.28202 9.30005 7.99999 9.30005C8.31022 9.30005 8.59507 9.19138 8.81855 9.01003C8.84345 8.973 8.87227 8.93782 8.90501 8.90507C8.93776 8.87233 8.97294 8.84351 9.00997 8.81861C9.19132 8.59513 9.29999 8.31028 9.29999 8.00005C9.29999 7.28208 8.71796 6.70005 7.99999 6.70005ZM10.3392 9.34931C10.5687 8.95235 10.7 8.49153 10.7 8.00005C10.7 6.50888 9.49116 5.30005 7.99999 5.30005C6.50882 5.30005 5.29999 6.50888 5.29999 8.00005C5.29999 9.49122 6.50882 10.7 7.99999 10.7C8.49147 10.7 8.95228 10.5687 9.34925 10.3393L10.1717 11.1617C10.445 11.4351 10.8883 11.4351 11.1616 11.1617C11.435 10.8883 11.435 10.4451 11.1616 10.1717L10.3392 9.34931ZM1.99999 10.6334C2.38659 10.6334 2.69999 10.9468 2.69999 11.3334V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6135 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V11.3334C1.29999 10.9468 1.61339 10.6334 1.99999 10.6334ZM14 10.6334C14.3866 10.6334 14.7 10.9468 14.7 11.3334V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6135 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V11.3334C13.3 10.9468 13.6134 10.6334 14 10.6334Z", fill: "currentColor", }), }), - GM = (e) => - kt("svg", { + IM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V4.66672C2.69999 5.05331 2.38659 5.36672 1.99999 5.36672C1.61339 5.36672 1.29999 5.05331 1.29999 4.66672V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H4.66665C5.05325 1.30005 5.36665 1.61345 5.36665 2.00005C5.36665 2.38665 5.05325 2.70005 4.66665 2.70005H3.33332ZM10.6333 2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672C13.6134 5.36672 13.3 5.05331 13.3 4.66672V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H11.3333C10.9467 2.70005 10.6333 2.38665 10.6333 2.00005ZM3.96665 5.33338C3.96665 4.94678 4.28006 4.63338 4.66665 4.63338H9.99999C10.3866 4.63338 10.7 4.94678 10.7 5.33338C10.7 5.71998 10.3866 6.03338 9.99999 6.03338H4.66665C4.28006 6.03338 3.96665 5.71998 3.96665 5.33338ZM3.96665 8.00005C3.96665 7.61345 4.28006 7.30005 4.66665 7.30005H11.3333C11.7199 7.30005 12.0333 7.61345 12.0333 8.00005C12.0333 8.38665 11.7199 8.70005 11.3333 8.70005H4.66665C4.28006 8.70005 3.96665 8.38665 3.96665 8.00005ZM3.96665 10.6667C3.96665 10.2801 4.28006 9.96672 4.66665 9.96672H8.66665C9.05325 9.96672 9.36665 10.2801 9.36665 10.6667C9.36665 11.0533 9.05325 11.3667 8.66665 11.3667H4.66665C4.28006 11.3667 3.96665 11.0533 3.96665 10.6667ZM1.99999 10.6334C2.38659 10.6334 2.69999 10.9468 2.69999 11.3334V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H4.66665C5.05325 13.3 5.36665 13.6135 5.36665 14C5.36665 14.3866 5.05325 14.7 4.66665 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V11.3334C1.29999 10.9468 1.61339 10.6334 1.99999 10.6334ZM14 10.6334C14.3866 10.6334 14.7 10.9468 14.7 11.3334V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H11.3333C10.9467 14.7 10.6333 14.3866 10.6333 14C10.6333 13.6135 10.9467 13.3 11.3333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V11.3334C13.3 10.9468 13.6134 10.6334 14 10.6334Z", fill: "currentColor", }), }), - $M = (e) => - kt("svg", { + kM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.99999 1.30005C2.38659 1.30005 2.69999 1.61345 2.69999 2.00005V13.3H14C14.3866 13.3 14.7 13.6135 14.7 14C14.7 14.3866 14.3866 14.7 14 14.7H1.99999C1.61339 14.7 1.29999 14.3866 1.29999 14V2.00005C1.29999 1.61345 1.61339 1.30005 1.99999 1.30005ZM11.3 3.66672C11.3 3.09602 11.7626 2.63338 12.3333 2.63338C12.904 2.63338 13.3667 3.09602 13.3667 3.66672C13.3667 4.23741 12.904 4.70005 12.3333 4.70005C11.7626 4.70005 11.3 4.23741 11.3 3.66672ZM12.3333 4.03338C12.5358 4.03338 12.7 3.86922 12.7 3.66672C12.7 3.46421 12.5358 3.30005 12.3333 3.30005C12.1308 3.30005 11.9667 3.46421 11.9667 3.66672C11.9667 3.86922 12.1308 4.03338 12.3333 4.03338ZM3.96665 5.00005C3.96665 4.42935 4.42929 3.96672 4.99999 3.96672C5.57068 3.96672 6.03332 4.42935 6.03332 5.00005C6.03332 5.57074 5.57068 6.03338 4.99999 6.03338C4.42929 6.03338 3.96665 5.57074 3.96665 5.00005ZM4.99999 5.36672C5.20249 5.36672 5.36665 5.20255 5.36665 5.00005C5.36665 4.79754 5.20249 4.63338 4.99999 4.63338C4.79748 4.63338 4.63332 4.79754 4.63332 5.00005C4.63332 5.20255 4.79748 5.36672 4.99999 5.36672ZM6.63332 7.66672C6.63332 7.09602 7.09596 6.63338 7.66665 6.63338C8.23735 6.63338 8.69999 7.09602 8.69999 7.66672C8.69999 8.23741 8.23735 8.70005 7.66665 8.70005C7.09596 8.70005 6.63332 8.23741 6.63332 7.66672ZM7.66665 8.03338C7.86916 8.03338 8.03332 7.86922 8.03332 7.66672C8.03332 7.46421 7.86916 7.30005 7.66665 7.30005C7.46415 7.30005 7.29999 7.46421 7.29999 7.66672C7.29999 7.86922 7.46415 8.03338 7.66665 8.03338ZM10.6333 9.66672C10.6333 9.09602 11.096 8.63338 11.6667 8.63338C12.2373 8.63338 12.7 9.09602 12.7 9.66672C12.7 10.2374 12.2373 10.7 11.6667 10.7C11.096 10.7 10.6333 10.2374 10.6333 9.66672ZM11.6667 10.0334C11.8692 10.0334 12.0333 9.86922 12.0333 9.66672C12.0333 9.46421 11.8692 9.30005 11.6667 9.30005C11.4642 9.30005 11.3 9.46421 11.3 9.66672C11.3 9.86922 11.4642 10.0334 11.6667 10.0334ZM3.96665 11C3.96665 10.4294 4.42929 9.96672 4.99999 9.96672C5.57068 9.96672 6.03332 10.4294 6.03332 11C6.03332 11.5707 5.57068 12.0334 4.99999 12.0334C4.42929 12.0334 3.96665 11.5707 3.96665 11ZM4.99999 11.3667C5.20249 11.3667 5.36665 11.2026 5.36665 11C5.36665 10.7975 5.20249 10.6334 4.99999 10.6334C4.79748 10.6334 4.63332 10.7975 4.63332 11C4.63332 11.2026 4.79748 11.3667 4.99999 11.3667Z", fill: "currentColor", }), }), - WM = (e) => - kt("svg", { + OM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.68698 0.707202C7.88405 0.608667 8.11601 0.608667 8.31308 0.707202L12.2995 2.70042C12.3083 2.7046 12.3171 2.70896 12.3257 2.7135L13.6464 3.37387C13.9922 3.54676 14.1324 3.96723 13.9595 4.31302C13.7866 4.6588 13.3661 4.79896 13.0203 4.62607L12.7 4.46592V6.23401L14.9797 7.37387C15.2169 7.49244 15.3667 7.73483 15.3667 7.99997V13.3333C15.3667 13.8726 15.1525 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3666 13.3334 15.3666H2.6667C2.12742 15.3666 1.61023 15.1524 1.22891 14.7711C0.847587 14.3898 0.633362 13.8726 0.633362 13.3333V7.99997C0.633362 7.73483 0.783163 7.49244 1.02031 7.37387L3.30003 6.23401V4.46592L2.97974 4.62607C2.63396 4.79896 2.21349 4.6588 2.0406 4.31302C1.8677 3.96723 2.00786 3.54676 2.35365 3.37387L3.67439 2.7135C3.683 2.70896 3.69172 2.7046 3.70054 2.70042L7.68698 0.707202ZM4.70003 3.76592V6.65147C4.70023 6.66123 4.70023 6.67098 4.70003 6.68071V13.9666H5.96669V12C5.96669 11.4607 6.18092 10.9435 6.56224 10.5622C6.94357 10.1809 7.46075 9.96663 8.00003 9.96663C8.5393 9.96663 9.05649 10.1809 9.43781 10.5622C9.81913 10.9435 10.0334 11.4607 10.0334 12V13.9666H11.3V6.68071C11.2998 6.67098 11.2998 6.66123 11.3 6.65147V3.76592L8.00003 2.11592L4.70003 3.76592ZM12.7 7.79926V13.9666H13.3334C13.5013 13.9666 13.6624 13.8999 13.7812 13.7811C13.9 13.6624 13.9667 13.5013 13.9667 13.3333V8.43259L12.7 7.79926ZM8.63336 13.9666V12C8.63336 11.832 8.56664 11.6709 8.44786 11.5521C8.32909 11.4334 8.168 11.3666 8.00003 11.3666C7.83206 11.3666 7.67097 11.4334 7.55219 11.5521C7.43342 11.6709 7.36669 11.832 7.36669 12V13.9666H8.63336ZM3.30003 13.9666V7.79926L2.03336 8.43259V13.3333C2.03336 13.5013 2.10009 13.6624 2.21886 13.7811C2.33763 13.8999 2.49872 13.9666 2.6667 13.9666H3.30003ZM8.00003 5.36663C7.65025 5.36663 7.36669 5.65019 7.36669 5.99997C7.36669 6.34975 7.65025 6.6333 8.00003 6.6333C8.34981 6.6333 8.63336 6.34975 8.63336 5.99997C8.63336 5.65019 8.34981 5.36663 8.00003 5.36663ZM5.96669 5.99997C5.96669 4.87699 6.87705 3.96663 8.00003 3.96663C9.12301 3.96663 10.0334 4.87699 10.0334 5.99997C10.0334 7.12295 9.12301 8.0333 8.00003 8.0333C6.87705 8.0333 5.96669 7.12295 5.96669 5.99997Z", fill: "currentColor", }), }), - jM = (e) => - kt("svg", { + BM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99999 2.70005C3.28202 2.70005 2.69999 3.28208 2.69999 4.00005C2.69999 4.71802 3.28202 5.30005 3.99999 5.30005C4.34678 5.30005 4.66186 5.16426 4.89495 4.94294C4.90251 4.93462 4.91031 4.92644 4.91835 4.91841C4.92638 4.91037 4.93456 4.90258 4.94288 4.89501C5.16419 4.66192 5.29999 4.34684 5.29999 4.00005C5.29999 3.28208 4.71796 2.70005 3.99999 2.70005ZM6.3392 5.34931C6.56867 4.95235 6.69999 4.49153 6.69999 4.00005C6.69999 2.50888 5.49116 1.30005 3.99999 1.30005C2.50882 1.30005 1.29999 2.50888 1.29999 4.00005C1.29999 5.49122 2.50882 6.70005 3.99999 6.70005C4.49147 6.70005 4.95228 6.56873 5.34925 6.33926L7.01004 8.00005L5.34925 9.66084C4.95228 9.43137 4.49147 9.30005 3.99999 9.30005C2.50882 9.30005 1.29999 10.5089 1.29999 12C1.29999 13.4912 2.50882 14.7 3.99999 14.7C5.49116 14.7 6.69999 13.4912 6.69999 12C6.69999 11.5086 6.56867 11.0478 6.3392 10.6508L13.8283 3.16169C14.1017 2.88832 14.1017 2.44511 13.8283 2.17174C13.5549 1.89837 13.1117 1.89837 12.8383 2.17174L7.99999 7.0101L6.3392 5.34931ZM4.89495 11.0572C4.90251 11.0655 4.91031 11.0737 4.91835 11.0817C4.92638 11.0897 4.93456 11.0975 4.94288 11.1051C5.1642 11.3382 5.29999 11.6533 5.29999 12C5.29999 12.718 4.71796 13.3 3.99999 13.3C3.28202 13.3 2.69999 12.718 2.69999 12C2.69999 11.2821 3.28202 10.7 3.99999 10.7C4.34678 10.7 4.66186 10.8358 4.89495 11.0572ZM9.37168 9.37174C9.64505 9.09837 10.0883 9.09837 10.3616 9.37174L13.8283 12.8384C14.1017 13.1118 14.1017 13.555 13.8283 13.8284C13.5549 14.1017 13.1117 14.1017 12.8383 13.8284L9.37168 10.3617C9.09831 10.0883 9.09831 9.64511 9.37168 9.37174Z", fill: "currentColor", }), }), - qM = (e) => - kt("svg", { + DM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 4.70005C2.31691 4.70005 2.03336 4.9836 2.03336 5.33338C2.03336 5.68316 2.31691 5.96672 2.6667 5.96672C3.01648 5.96672 3.30003 5.68316 3.30003 5.33338C3.30003 4.9836 3.01648 4.70005 2.6667 4.70005ZM0.633362 5.33338C0.633362 4.2104 1.54372 3.30005 2.6667 3.30005C3.78967 3.30005 4.70003 4.2104 4.70003 5.33338C4.70003 5.6389 4.63265 5.92868 4.51193 6.18867L5.33336 7.0101L8.83839 3.50507C9.11175 3.23171 9.55497 3.23171 9.82834 3.50507C10.1017 3.77844 10.1017 4.22166 9.82834 4.49502L5.8288 8.49456C5.82865 8.49471 5.82849 8.49487 5.82834 8.49502C5.82818 8.49518 5.82803 8.49533 5.82787 8.49549L4.51193 9.81143C4.63265 10.0714 4.70003 10.3612 4.70003 10.6667C4.70003 11.7897 3.78967 12.7 2.6667 12.7C1.54372 12.7 0.633362 11.7897 0.633362 10.6667C0.633362 9.54374 1.54372 8.63338 2.6667 8.63338C2.97221 8.63338 3.26199 8.70076 3.52198 8.82148L4.34341 8.00005L3.52198 7.17862C3.26199 7.29933 2.97221 7.36672 2.6667 7.36672C1.54372 7.36672 0.633362 6.45636 0.633362 5.33338ZM9.33336 7.30005H10.6667C11.0533 7.30005 11.3667 7.61345 11.3667 8.00005C11.3667 8.38665 11.0533 8.70005 10.6667 8.70005H9.33336C8.94676 8.70005 8.63336 8.38665 8.63336 8.00005C8.63336 7.61345 8.94676 7.30005 9.33336 7.30005ZM13.3334 7.30005H14.6667C15.0533 7.30005 15.3667 7.61345 15.3667 8.00005C15.3667 8.38665 15.0533 8.70005 14.6667 8.70005H13.3334C12.9468 8.70005 12.6334 8.38665 12.6334 8.00005C12.6334 7.61345 12.9468 7.30005 13.3334 7.30005ZM2.6667 10.0334C2.31691 10.0334 2.03336 10.3169 2.03336 10.6667C2.03336 11.0165 2.31691 11.3 2.6667 11.3C3.01648 11.3 3.30003 11.0165 3.30003 10.6667C3.30003 10.3169 3.01648 10.0334 2.6667 10.0334ZM6.70505 9.37174C6.97842 9.09837 7.42164 9.09837 7.695 9.37174L9.82834 11.5051C10.1017 11.7784 10.1017 12.2217 9.82834 12.495C9.55497 12.7684 9.11175 12.7684 8.83839 12.495L6.70505 10.3617C6.43169 10.0883 6.43169 9.64511 6.70505 9.37174Z", fill: "currentColor", }), }), - YM = (e) => - kt("svg", { + PM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.8956C1.61017 1.51427 2.12736 1.30005 2.66663 1.30005H8.66663C9.05323 1.30005 9.36663 1.61345 9.36663 2.00005C9.36663 2.38665 9.05323 2.70005 8.66663 2.70005H2.66663C2.49866 2.70005 2.33757 2.76677 2.2188 2.88555C2.10003 3.00432 2.0333 3.16541 2.0333 3.33338V10C2.0333 10.168 2.10003 10.3291 2.2188 10.4479C2.33757 10.5667 2.49866 10.6334 2.66663 10.6334H13.3333C13.5013 10.6334 13.6624 10.5667 13.7811 10.4479C13.8999 10.3291 13.9666 10.168 13.9666 10V8.00005C13.9666 7.61345 14.28 7.30005 14.6666 7.30005C15.0532 7.30005 15.3666 7.61345 15.3666 8.00005V10C15.3666 10.5393 15.1524 11.0565 14.7711 11.4378C14.3898 11.8192 13.8726 12.0334 13.3333 12.0334H8.69997V13.3H10.6666C11.0532 13.3 11.3666 13.6135 11.3666 14C11.3666 14.3866 11.0532 14.7 10.6666 14.7H5.3333C4.9467 14.7 4.6333 14.3866 4.6333 14C4.6333 13.6135 4.9467 13.3 5.3333 13.3H7.29997V12.0334H2.66663C2.12736 12.0334 1.61017 11.8192 1.22885 11.4378C0.847526 11.0565 0.633301 10.5393 0.633301 10V3.33338C0.633301 2.79411 0.847526 2.27692 1.22885 1.8956ZM11.3333 2.70005C10.9467 2.70005 10.6333 2.38665 10.6333 2.00005C10.6333 1.61345 10.9467 1.30005 11.3333 1.30005H14.6666C15.0532 1.30005 15.3666 1.61345 15.3666 2.00005V5.33338C15.3666 5.71998 15.0532 6.03338 14.6666 6.03338C14.28 6.03338 13.9666 5.71998 13.9666 5.33338V3.69L11.8283 5.82836C11.5549 6.10172 11.1117 6.10172 10.8383 5.82836C10.565 5.55499 10.565 5.11177 10.8383 4.83841L12.9767 2.70005H11.3333Z", fill: "currentColor", }), }), - KM = (e) => - kt("svg", { + FM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.8956C1.61017 1.51427 2.12736 1.30005 2.66663 1.30005H8.66663C9.05323 1.30005 9.36663 1.61345 9.36663 2.00005C9.36663 2.38665 9.05323 2.70005 8.66663 2.70005H2.66663C2.49866 2.70005 2.33757 2.76677 2.2188 2.88555C2.10003 3.00432 2.0333 3.16541 2.0333 3.33338V10C2.0333 10.168 2.10003 10.3291 2.2188 10.4479C2.33757 10.5667 2.49866 10.6334 2.66663 10.6334H13.3333C13.5013 10.6334 13.6624 10.5667 13.7811 10.4479C13.8999 10.3291 13.9666 10.168 13.9666 10V8.00005C13.9666 7.61345 14.28 7.30005 14.6666 7.30005C15.0532 7.30005 15.3666 7.61345 15.3666 8.00005V10C15.3666 10.5393 15.1524 11.0565 14.7711 11.4378C14.3898 11.8192 13.8726 12.0334 13.3333 12.0334H8.69997V13.3H10.6666C11.0532 13.3 11.3666 13.6135 11.3666 14C11.3666 14.3866 11.0532 14.7 10.6666 14.7H5.3333C4.9467 14.7 4.6333 14.3866 4.6333 14C4.6333 13.6135 4.9467 13.3 5.3333 13.3H7.29997V12.0334H2.66663C2.12736 12.0334 1.61017 11.8192 1.22885 11.4378C0.847526 11.0565 0.633301 10.5393 0.633301 10V3.33338C0.633301 2.79411 0.847526 2.27692 1.22885 1.8956ZM10.8383 1.50507C11.1117 1.23171 11.5549 1.23171 11.8283 1.50507L13 2.67677L14.1717 1.50507C14.445 1.23171 14.8882 1.23171 15.1616 1.50507C15.435 1.77844 15.435 2.22166 15.1616 2.49502L13.9899 3.66672L15.1616 4.83841C15.435 5.11177 15.435 5.55499 15.1616 5.82836C14.8882 6.10172 14.445 6.10172 14.1717 5.82836L13 4.65666L11.8283 5.82836C11.5549 6.10172 11.1117 6.10172 10.8383 5.82836C10.565 5.55499 10.565 5.11177 10.8383 4.83841L12.01 3.66672L10.8383 2.49502C10.565 2.22166 10.565 1.77844 10.8383 1.50507Z", fill: "currentColor", }), }), - XM = (e) => - kt("svg", { + UM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.8956C1.61017 1.51427 2.12736 1.30005 2.66663 1.30005H11.3333C11.8726 1.30005 12.3898 1.51427 12.7711 1.8956C13.1524 2.27692 13.3666 2.79411 13.3666 3.33338V10.6334H14.6666C15.0532 10.6334 15.3666 10.9468 15.3666 11.3334V12.6667C15.3666 13.206 15.1524 13.7232 14.7711 14.1045C14.3898 14.4858 13.8726 14.7 13.3333 14.7H5.3333C4.79403 14.7 4.27684 14.4858 3.89552 14.1045C3.51419 13.7232 3.29997 13.206 3.29997 12.6667V6.03338H1.3333C0.946701 6.03338 0.633301 5.71998 0.633301 5.33338V3.33338C0.633301 2.79411 0.847526 2.27692 1.22885 1.8956ZM4.69997 12.6667C4.69997 12.8347 4.76669 12.9958 4.88547 13.1145C5.00424 13.2333 5.16533 13.3 5.3333 13.3C5.50127 13.3 5.66236 13.2333 5.78113 13.1145C5.89991 12.9958 5.96663 12.8347 5.96663 12.6667V11.3334C5.96663 10.9468 6.28003 10.6334 6.66663 10.6334H11.9666V3.33338C11.9666 3.16541 11.8999 3.00432 11.7811 2.88555C11.6624 2.76677 11.5013 2.70005 11.3333 2.70005H4.59882C4.66523 2.90262 4.69997 3.11621 4.69997 3.33338V12.6667ZM2.66663 2.70005C2.8346 2.70005 2.9957 2.76677 3.11447 2.88555C3.23324 3.00432 3.29997 3.16541 3.29997 3.33338V4.63338H2.0333V3.33338C2.0333 3.16541 2.10003 3.00432 2.2188 2.88555C2.33757 2.76677 2.49866 2.70005 2.66663 2.70005ZM7.36663 12.0334V12.6667C7.36663 12.8839 7.33189 13.0975 7.26549 13.3H13.3333C13.5013 13.3 13.6624 13.2333 13.7811 13.1145C13.8999 12.9958 13.9666 12.8347 13.9666 12.6667V12.0334H7.36663Z", fill: "currentColor", }), }), - QM = (e) => - kt("svg", { + zM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 1.8956C1.61017 1.51427 2.12736 1.30005 2.66663 1.30005H11.3333C11.8726 1.30005 12.3898 1.51427 12.7711 1.8956C13.1524 2.27692 13.3666 2.79411 13.3666 3.33338V10.6334H14.6666C15.0532 10.6334 15.3666 10.9468 15.3666 11.3334V12.6667C15.3666 13.206 15.1524 13.7232 14.7711 14.1045C14.3898 14.4858 13.8726 14.7 13.3333 14.7H5.3333C4.79403 14.7 4.27684 14.4858 3.89552 14.1045C3.51419 13.7232 3.29997 13.206 3.29997 12.6667V6.03338H1.3333C0.946701 6.03338 0.633301 5.71998 0.633301 5.33338V3.33338C0.633301 2.79411 0.847526 2.27692 1.22885 1.8956ZM4.69997 12.6667C4.69997 12.8347 4.76669 12.9958 4.88547 13.1145C5.00424 13.2333 5.16533 13.3 5.3333 13.3C5.50127 13.3 5.66236 13.2333 5.78113 13.1145C5.89991 12.9958 5.96663 12.8347 5.96663 12.6667V11.3334C5.96663 10.9468 6.28003 10.6334 6.66663 10.6334H11.9666V3.33338C11.9666 3.16541 11.8999 3.00432 11.7811 2.88555C11.6624 2.76677 11.5013 2.70005 11.3333 2.70005H4.59882C4.66523 2.90262 4.69997 3.11621 4.69997 3.33338V12.6667ZM2.66663 2.70005C2.8346 2.70005 2.9957 2.76677 3.11447 2.88555C3.23324 3.00432 3.29997 3.16541 3.29997 3.33338V4.63338H2.0333V3.33338C2.0333 3.16541 2.10003 3.00432 2.2188 2.88555C2.33757 2.76677 2.49866 2.70005 2.66663 2.70005ZM7.36663 12.0334V12.6667C7.36663 12.8839 7.33189 13.0975 7.26549 13.3H13.3333C13.5013 13.3 13.6624 13.2333 13.7811 13.1145C13.8999 12.9958 13.9666 12.8347 13.9666 12.6667V12.0334H7.36663ZM5.96663 5.33338C5.96663 4.94678 6.28003 4.63338 6.66663 4.63338H9.99997C10.3866 4.63338 10.7 4.94678 10.7 5.33338C10.7 5.71998 10.3866 6.03338 9.99997 6.03338H6.66663C6.28003 6.03338 5.96663 5.71998 5.96663 5.33338ZM5.96663 8.00005C5.96663 7.61345 6.28003 7.30005 6.66663 7.30005H9.99997C10.3866 7.30005 10.7 7.61345 10.7 8.00005C10.7 8.38665 10.3866 8.70005 9.99997 8.70005H6.66663C6.28003 8.70005 5.96663 8.38665 5.96663 8.00005Z", fill: "currentColor", }), }), - JM = (e) => - kt("svg", { + GM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33338 2.70005C4.77446 2.70005 2.70005 4.77446 2.70005 7.33338C2.70005 9.8923 4.77446 11.9667 7.33338 11.9667C9.8923 11.9667 11.9667 9.8923 11.9667 7.33338C11.9667 4.77446 9.8923 2.70005 7.33338 2.70005ZM1.30005 7.33338C1.30005 4.00126 4.00126 1.30005 7.33338 1.30005C10.6655 1.30005 13.3667 4.00126 13.3667 7.33338C13.3667 8.74722 12.8804 10.0475 12.0659 11.076L14.495 13.5051C14.7684 13.7784 14.7684 14.2217 14.495 14.495C14.2217 14.7684 13.7784 14.7684 13.5051 14.495L11.076 12.0659C10.0475 12.8804 8.74722 13.3667 7.33338 13.3667C4.00126 13.3667 1.30005 10.6655 1.30005 7.33338ZM9.82836 5.50507C10.1017 5.77844 10.1017 6.22166 9.82836 6.49502L7.16169 9.16169C6.88832 9.43506 6.44511 9.43506 6.17174 9.16169L4.83841 7.82836C4.56504 7.55499 4.56504 7.11177 4.83841 6.83841C5.11177 6.56504 5.55499 6.56504 5.82836 6.83841L6.66672 7.67677L8.83841 5.50507C9.11177 5.23171 9.55499 5.23171 9.82836 5.50507Z", fill: "currentColor", }), }), - eH = (e) => - kt("svg", { + $M = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33338 2.70005C4.77446 2.70005 2.70005 4.77446 2.70005 7.33338C2.70005 9.8923 4.77446 11.9667 7.33338 11.9667C9.8923 11.9667 11.9667 9.8923 11.9667 7.33338C11.9667 4.77446 9.8923 2.70005 7.33338 2.70005ZM1.30005 7.33338C1.30005 4.00126 4.00126 1.30005 7.33338 1.30005C10.6655 1.30005 13.3667 4.00126 13.3667 7.33338C13.3667 8.74722 12.8804 10.0475 12.0659 11.076L14.495 13.5051C14.7684 13.7784 14.7684 14.2217 14.495 14.495C14.2217 14.7684 13.7784 14.7684 13.5051 14.495L11.076 12.0659C10.0475 12.8804 8.74722 13.3667 7.33338 13.3667C4.00126 13.3667 1.30005 10.6655 1.30005 7.33338ZM6.49502 5.50507C6.76839 5.77844 6.76839 6.22166 6.49502 6.49502L5.65667 7.33338L6.49502 8.17174C6.76839 8.44511 6.76839 8.88832 6.49502 9.16169C6.22166 9.43506 5.77844 9.43506 5.50507 9.16169L4.17174 7.82836C3.89837 7.55499 3.89837 7.11177 4.17174 6.83841L5.50507 5.50507C5.77844 5.23171 6.22166 5.23171 6.49502 5.50507ZM8.17174 5.50507C8.44511 5.23171 8.88832 5.23171 9.16169 5.50507L10.495 6.83841C10.7684 7.11177 10.7684 7.55499 10.495 7.82836L9.16169 9.16169C8.88832 9.43506 8.44511 9.43506 8.17174 9.16169C7.89837 8.88832 7.89837 8.44511 8.17174 8.17174L9.0101 7.33338L8.17174 6.49502C7.89837 6.22166 7.89837 5.77844 8.17174 5.50507Z", fill: "currentColor", }), }), - tH = (e) => - kt("svg", { + WM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33338 2.70005C4.77446 2.70005 2.70005 4.77446 2.70005 7.33338C2.70005 9.8923 4.77446 11.9667 7.33338 11.9667C9.8923 11.9667 11.9667 9.8923 11.9667 7.33338C11.9667 4.77446 9.8923 2.70005 7.33338 2.70005ZM1.30005 7.33338C1.30005 4.00126 4.00126 1.30005 7.33338 1.30005C10.6655 1.30005 13.3667 4.00126 13.3667 7.33338C13.3667 8.74722 12.8804 10.0475 12.0659 11.076L14.495 13.5051C14.7684 13.7784 14.7684 14.2217 14.495 14.495C14.2217 14.7684 13.7784 14.7684 13.5051 14.495L11.076 12.0659C10.0475 12.8804 8.74722 13.3667 7.33338 13.3667C4.00126 13.3667 1.30005 10.6655 1.30005 7.33338Z", fill: "currentColor", }), }), - nH = (e) => - kt("svg", { + jM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33338 2.70005C4.77446 2.70005 2.70005 4.77446 2.70005 7.33338C2.70005 9.8923 4.77446 11.9667 7.33338 11.9667C9.8923 11.9667 11.9667 9.8923 11.9667 7.33338C11.9667 4.77446 9.8923 2.70005 7.33338 2.70005ZM1.30005 7.33338C1.30005 4.00126 4.00126 1.30005 7.33338 1.30005C10.6655 1.30005 13.3667 4.00126 13.3667 7.33338C13.3667 8.74722 12.8804 10.0475 12.0659 11.076L14.495 13.5051C14.7684 13.7784 14.7684 14.2217 14.495 14.495C14.2217 14.7684 13.7784 14.7684 13.5051 14.495L11.076 12.0659C10.0475 12.8804 8.74722 13.3667 7.33338 13.3667C4.00126 13.3667 1.30005 10.6655 1.30005 7.33338ZM9.49502 5.17174C9.76839 5.44511 9.76839 5.88832 9.49502 6.16169L6.16169 9.49502C5.88832 9.76839 5.44511 9.76839 5.17174 9.49502C4.89837 9.22166 4.89837 8.77844 5.17174 8.50507L8.50507 5.17174C8.77844 4.89837 9.22166 4.89837 9.49502 5.17174Z", fill: "currentColor", }), }), - rH = (e) => - kt("svg", { + qM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33338 2.70005C4.77446 2.70005 2.70005 4.77446 2.70005 7.33338C2.70005 9.8923 4.77446 11.9667 7.33338 11.9667C9.8923 11.9667 11.9667 9.8923 11.9667 7.33338C11.9667 4.77446 9.8923 2.70005 7.33338 2.70005ZM1.30005 7.33338C1.30005 4.00126 4.00126 1.30005 7.33338 1.30005C10.6655 1.30005 13.3667 4.00126 13.3667 7.33338C13.3667 8.74722 12.8804 10.0475 12.0659 11.076L14.495 13.5051C14.7684 13.7784 14.7684 14.2217 14.495 14.495C14.2217 14.7684 13.7784 14.7684 13.5051 14.495L11.076 12.0659C10.0475 12.8804 8.74722 13.3667 7.33338 13.3667C4.00126 13.3667 1.30005 10.6655 1.30005 7.33338ZM5.17174 5.17174C5.44511 4.89837 5.88832 4.89837 6.16169 5.17174L7.33338 6.34343L8.50507 5.17174C8.77844 4.89837 9.22166 4.89837 9.49502 5.17174C9.76839 5.44511 9.76839 5.88832 9.49502 6.16169L8.32333 7.33338L9.49502 8.50507C9.76839 8.77844 9.76839 9.22166 9.49502 9.49502C9.22166 9.76839 8.77844 9.76839 8.50507 9.49502L7.33338 8.32333L6.16169 9.49502C5.88832 9.76839 5.44511 9.76839 5.17174 9.49502C4.89837 9.22166 4.89837 8.77844 5.17174 8.50507L6.34343 7.33338L5.17174 6.16169C4.89837 5.88832 4.89837 5.44511 5.17174 5.17174Z", fill: "currentColor", }), }), - oH = (e) => - kt("svg", { + YM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.53571 1.47615C1.74559 1.29018 2.04619 1.2474 2.29962 1.36744L14.9663 7.36744C15.2108 7.48325 15.3666 7.72955 15.3666 8.00006C15.3666 8.27057 15.2108 8.51687 14.9663 8.63268L2.29962 14.6327C2.04619 14.7527 1.74559 14.7099 1.53571 14.524C1.32584 14.338 1.2472 14.0447 1.33588 13.7787L3.26209 8.00006L1.33588 2.22142C1.2472 1.95539 1.32584 1.66212 1.53571 1.47615ZM4.50449 8.70006L3.18277 12.6652L11.5537 8.70006H4.50449ZM11.5537 7.30006H4.50449L3.18277 3.3349L11.5537 7.30006Z", fill: "currentColor", }), }), - iH = (e) => - kt("svg", { + KM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1616 0.838346C15.3518 1.02849 15.4162 1.31075 15.3273 1.56457L10.6607 14.8979C10.5659 15.1688 10.3153 15.3544 10.0285 15.3661C9.74173 15.3778 9.47687 15.2132 9.3603 14.9509L6.80298 9.19698L1.04901 6.63965C0.786731 6.52309 0.622187 6.25823 0.633886 5.97145C0.645586 5.68468 0.831159 5.4341 1.10206 5.33929L14.4354 0.672619C14.6892 0.583786 14.9715 0.648199 15.1616 0.838346ZM8.16823 8.82168L9.92255 12.7689L12.9926 3.9973L8.16823 8.82168ZM12.0027 3.00735L3.23106 6.07741L7.17828 7.83173L12.0027 3.00735Z", fill: "currentColor", }), }), - lH = (e) => - kt("svg", { + XM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.0333C2.31685 2.0333 2.0333 2.31685 2.0333 2.66663V5.3333C2.0333 5.68308 2.31685 5.96663 2.66663 5.96663H5.3333C5.68308 5.96663 5.96663 5.68308 5.96663 5.3333V2.66663C5.96663 2.31685 5.68308 2.0333 5.3333 2.0333H2.66663ZM0.633301 2.66663C0.633301 1.54366 1.54366 0.633301 2.66663 0.633301H5.3333C6.45628 0.633301 7.36663 1.54366 7.36663 2.66663V5.3333C7.36663 6.45628 6.45628 7.36663 5.3333 7.36663H2.66663C1.54366 7.36663 0.633301 6.45628 0.633301 5.3333V2.66663ZM8.6333 4.66663C8.6333 4.28003 8.9467 3.96663 9.3333 3.96663H9.99997C10.5392 3.96663 11.0564 4.18086 11.4377 4.56218C11.8191 4.94351 12.0333 5.46069 12.0333 5.99997V6.66663C12.0333 7.05323 11.7199 7.36663 11.3333 7.36663C10.9467 7.36663 10.6333 7.05323 10.6333 6.66663V5.99997C10.6333 5.832 10.5666 5.67091 10.4478 5.55213C10.329 5.43336 10.1679 5.36663 9.99997 5.36663H9.3333C8.9467 5.36663 8.6333 5.05323 8.6333 4.66663ZM4.66663 8.6333C5.05323 8.6333 5.36663 8.9467 5.36663 9.3333V9.99997C5.36663 10.1679 5.43336 10.329 5.55213 10.4478C5.67091 10.5666 5.832 10.6333 5.99997 10.6333H6.66663C7.05323 10.6333 7.36663 10.9467 7.36663 11.3333C7.36663 11.7199 7.05323 12.0333 6.66663 12.0333H5.99997C5.46069 12.0333 4.94351 11.8191 4.56218 11.4377C4.18086 11.0564 3.96663 10.5392 3.96663 9.99997V9.3333C3.96663 8.9467 4.28003 8.6333 4.66663 8.6333ZM10.6666 10.0333C10.3169 10.0333 10.0333 10.3169 10.0333 10.6666V13.3333C10.0333 13.6831 10.3169 13.9666 10.6666 13.9666H13.3333C13.6831 13.9666 13.9666 13.6831 13.9666 13.3333V10.6666C13.9666 10.3169 13.6831 10.0333 13.3333 10.0333H10.6666ZM8.6333 10.6666C8.6333 9.54365 9.54365 8.6333 10.6666 8.6333H13.3333C14.4563 8.6333 15.3666 9.54365 15.3666 10.6666V13.3333C15.3666 14.4563 14.4563 15.3666 13.3333 15.3666H10.6666C9.54365 15.3666 8.6333 14.4563 8.6333 13.3333V10.6666Z", fill: "currentColor", }), }), - aH = (e) => - kt("svg", { + QM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50507 2.1717C7.77844 1.89833 8.22166 1.89833 8.49502 2.1717L11.1617 4.83837C11.4351 5.11173 11.4351 5.55495 11.1617 5.82832C10.8883 6.10168 10.4451 6.10168 10.1717 5.82832L8.00005 3.65662L5.82836 5.82832C5.55499 6.10168 5.11177 6.10168 4.83841 5.82832C4.56504 5.55495 4.56504 5.11173 4.83841 4.83837L7.50507 2.1717ZM1.30005 8.00001C1.30005 7.61341 1.61345 7.30001 2.00005 7.30001H14C14.3866 7.30001 14.7 7.61341 14.7 8.00001C14.7 8.38661 14.3866 8.70001 14 8.70001H2.00005C1.61345 8.70001 1.30005 8.38661 1.30005 8.00001ZM4.83841 10.1717C5.11177 9.89833 5.55499 9.89833 5.82836 10.1717L8.00005 12.3434L10.1717 10.1717C10.4451 9.89833 10.8883 9.89833 11.1617 10.1717C11.4351 10.4451 11.4351 10.8883 11.1617 11.1616L8.49502 13.8283C8.22166 14.1017 7.77844 14.1017 7.50507 13.8283L4.83841 11.1616C4.56504 10.8883 4.56504 10.4451 4.83841 10.1717Z", fill: "currentColor", }), }), - CH = (e) => - kt("svg", { + JM = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 1.30005C8.38661 1.30005 8.70001 1.61345 8.70001 2.00005V14C8.70001 14.3866 8.38661 14.7 8.00001 14.7C7.61341 14.7 7.30001 14.3866 7.30001 14V2.00005C7.30001 1.61345 7.61341 1.30005 8.00001 1.30005ZM5.82832 4.83841C6.10168 5.11177 6.10168 5.55499 5.82832 5.82836L3.65662 8.00005L5.82832 10.1717C6.10168 10.4451 6.10168 10.8883 5.82832 11.1617C5.55495 11.4351 5.11173 11.4351 4.83837 11.1617L2.1717 8.49502C1.89833 8.22166 1.89833 7.77844 2.1717 7.50507L4.83837 4.83841C5.11173 4.56504 5.55495 4.56504 5.82832 4.83841ZM10.1717 4.83841C10.4451 4.56504 10.8883 4.56504 11.1616 4.83841L13.8283 7.50507C14.1017 7.77844 14.1017 8.22166 13.8283 8.49502L11.1616 11.1617C10.8883 11.4351 10.4451 11.4351 10.1717 11.1617C9.89833 10.8883 9.89833 10.4451 10.1717 10.1717L12.3434 8.00005L10.1717 5.82836C9.89833 5.55499 9.89833 5.11177 10.1717 4.83841Z", fill: "currentColor", }), }), - sH = (e) => - kt("svg", { + eH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.0333C2.49866 2.0333 2.33757 2.10003 2.2188 2.2188C2.10003 2.33757 2.0333 2.49866 2.0333 2.66663V5.3333C2.0333 5.50127 2.10003 5.66236 2.2188 5.78113C2.33757 5.89991 2.49866 5.96663 2.66663 5.96663H2.99997C3.38657 5.96663 3.69997 6.28003 3.69997 6.66663C3.69997 7.05323 3.38657 7.36663 2.99997 7.36663H2.66663C2.12736 7.36663 1.61017 7.15241 1.22885 6.77108C0.847526 6.38976 0.633301 5.87257 0.633301 5.3333V2.66663C0.633301 2.12736 0.847526 1.61017 1.22885 1.22885C1.61017 0.847526 2.12736 0.633301 2.66663 0.633301H13.3333C13.8726 0.633301 14.3898 0.847526 14.7711 1.22885C15.1524 1.61017 15.3666 2.12736 15.3666 2.66663V5.3333C15.3666 5.87257 15.1524 6.38976 14.7711 6.77108C14.3898 7.15241 13.8726 7.36663 13.3333 7.36663H13C12.6134 7.36663 12.3 7.05323 12.3 6.66663C12.3 6.28003 12.6134 5.96663 13 5.96663H13.3333C13.5013 5.96663 13.6624 5.89991 13.7811 5.78113C13.8999 5.66236 13.9666 5.50127 13.9666 5.3333V2.66663C13.9666 2.49866 13.8999 2.33757 13.7811 2.2188C13.6624 2.10003 13.5013 2.0333 13.3333 2.0333H2.66663ZM3.29997 3.99997C3.29997 3.61337 3.61337 3.29997 3.99997 3.29997H4.00663C4.39323 3.29997 4.70663 3.61337 4.70663 3.99997C4.70663 4.38657 4.39323 4.69997 4.00663 4.69997H3.99997C3.61337 4.69997 3.29997 4.38657 3.29997 3.99997ZM9.15466 4.86922C9.52142 4.99148 9.71963 5.3879 9.59738 5.75466L9.57905 5.80963C9.77992 5.9547 9.96004 6.12672 10.1141 6.32039L10.2067 6.28337C10.5656 6.13979 10.973 6.31438 11.1166 6.67333C11.2601 7.03227 11.0856 7.43965 10.7266 7.58323L10.6713 7.60534C10.6902 7.73415 10.7 7.86592 10.7 7.99997C10.7 8.09069 10.6955 8.18038 10.6868 8.26881L10.688 8.26922C11.0548 8.39147 11.253 8.7879 11.1307 9.15466C11.0085 9.52142 10.612 9.71963 10.2453 9.59738L10.1903 9.57905C10.0452 9.77992 9.87321 9.96004 9.67955 10.1141L9.71657 10.2067C9.86015 10.5656 9.68556 10.973 9.32661 11.1166C8.96766 11.2601 8.56028 11.0856 8.4167 10.7266L8.39459 10.6713C8.26578 10.6902 8.13401 10.7 7.99997 10.7C7.90924 10.7 7.81956 10.6955 7.73113 10.6868L7.73071 10.688C7.60846 11.0548 7.21204 11.253 6.84527 11.1307C6.47851 11.0085 6.2803 10.612 6.40256 10.2453L6.42088 10.1903C6.22001 10.0452 6.03989 9.87321 5.88583 9.67955L5.79327 9.71657C5.43433 9.86015 5.02695 9.68556 4.88337 9.32661C4.73979 8.96766 4.91438 8.56028 5.27333 8.4167L5.3286 8.39459C5.30974 8.26578 5.29997 8.13401 5.29997 7.99997C5.29997 7.90924 5.30444 7.81956 5.31318 7.73113L5.31194 7.73071C4.94518 7.60846 4.74697 7.21204 4.86922 6.84527C4.99148 6.47851 5.3879 6.2803 5.75466 6.40256L5.80963 6.42088C5.9547 6.22001 6.12672 6.03989 6.32039 5.88583L6.28337 5.79327C6.13979 5.43433 6.31438 5.02695 6.67333 4.88337C7.03227 4.73979 7.43965 4.91438 7.58323 5.27333L7.60534 5.3286C7.73415 5.30974 7.86592 5.29997 7.99997 5.29997C8.09069 5.29997 8.18038 5.30444 8.26881 5.31318L8.26922 5.31194C8.39147 4.94518 8.7879 4.74697 9.15466 4.86922ZM7.32465 6.88891C7.3701 6.88064 7.41539 6.86772 7.45994 6.8499C7.52173 6.82518 7.57806 6.79265 7.62824 6.75389C7.74602 6.71881 7.87079 6.69997 7.99997 6.69997C8.47062 6.69997 8.88287 6.95008 9.11102 7.32465C9.1193 7.3701 9.13221 7.41539 9.15003 7.45994C9.17475 7.52173 9.20728 7.57806 9.24605 7.62824C9.28113 7.74602 9.29997 7.87079 9.29997 7.99997C9.29997 8.47062 9.04985 8.88287 8.67528 9.11102C8.62984 9.1193 8.58454 9.13221 8.53999 9.15003C8.4782 9.17475 8.42187 9.20728 8.37169 9.24605C8.25391 9.28113 8.12914 9.29997 7.99997 9.29997C7.52931 9.29997 7.11707 9.04985 6.88891 8.67528C6.88064 8.62984 6.86772 8.58454 6.8499 8.53999C6.82518 8.4782 6.79265 8.42187 6.75389 8.37169C6.71881 8.25391 6.69997 8.12914 6.69997 7.99997C6.69997 7.52931 6.95008 7.11707 7.32465 6.88891ZM1.22885 9.22885C1.61017 8.84753 2.12736 8.6333 2.66663 8.6333H2.99997C3.38657 8.6333 3.69997 8.9467 3.69997 9.3333C3.69997 9.7199 3.38657 10.0333 2.99997 10.0333H2.66663C2.49866 10.0333 2.33757 10.1 2.2188 10.2188C2.10003 10.3376 2.0333 10.4987 2.0333 10.6666V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7811C2.33757 13.8999 2.49866 13.9666 2.66663 13.9666H13.3333C13.5013 13.9666 13.6624 13.8999 13.7811 13.7811C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V10.6666C13.9666 10.4987 13.8999 10.3376 13.7811 10.2188C13.6624 10.1 13.5013 10.0333 13.3333 10.0333H13C12.6134 10.0333 12.3 9.7199 12.3 9.3333C12.3 8.9467 12.6134 8.6333 13 8.6333H13.3333C13.8726 8.6333 14.3898 8.84753 14.7711 9.22885C15.1524 9.61017 15.3666 10.1274 15.3666 10.6666V13.3333C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3666 13.3333 15.3666H2.66663C2.12736 15.3666 1.61017 15.1524 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3333V10.6666C0.633301 10.1274 0.847526 9.61017 1.22885 9.22885ZM3.29997 12C3.29997 11.6134 3.61337 11.3 3.99997 11.3H4.00663C4.39323 11.3 4.70663 11.6134 4.70663 12C4.70663 12.3866 4.39323 12.7 4.00663 12.7H3.99997C3.61337 12.7 3.29997 12.3866 3.29997 12Z", fill: "currentColor", }), }), - cH = (e) => - kt("svg", { + tH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.0333C2.49866 2.0333 2.33757 2.10003 2.2188 2.2188C2.10003 2.33757 2.0333 2.49866 2.0333 2.66663V5.3333C2.0333 5.50127 2.10003 5.66236 2.2188 5.78113C2.33757 5.89991 2.49866 5.96663 2.66663 5.96663H3.99997C4.38657 5.96663 4.69997 6.28003 4.69997 6.66663C4.69997 7.05323 4.38657 7.36663 3.99997 7.36663H2.66663C2.12736 7.36663 1.61017 7.15241 1.22885 6.77108C0.847526 6.38976 0.633301 5.87257 0.633301 5.3333V2.66663C0.633301 2.12736 0.847526 1.61017 1.22885 1.22885C1.61017 0.847526 2.12736 0.633301 2.66663 0.633301H13.3333C13.8726 0.633301 14.3898 0.847526 14.7711 1.22885C15.1524 1.61017 15.3666 2.12736 15.3666 2.66663V5.3333C15.3666 5.87257 15.1524 6.38976 14.7711 6.77108C14.3898 7.15241 13.8726 7.36663 13.3333 7.36663H12C11.6134 7.36663 11.3 7.05323 11.3 6.66663C11.3 6.28003 11.6134 5.96663 12 5.96663H13.3333C13.5013 5.96663 13.6624 5.89991 13.7811 5.78113C13.8999 5.66236 13.9666 5.50127 13.9666 5.3333V2.66663C13.9666 2.49866 13.8999 2.33757 13.7811 2.2188C13.6624 2.10003 13.5013 2.0333 13.3333 2.0333H2.66663ZM9.05492 3.41753C9.37659 3.63198 9.46352 4.06659 9.24907 4.38826L7.30793 7.29997H9.99997C10.2581 7.29997 10.4953 7.44206 10.6171 7.66967C10.739 7.89728 10.7256 8.17346 10.5824 8.38826L7.91574 12.3883C7.70129 12.7099 7.26668 12.7968 6.94501 12.5824C6.62334 12.368 6.53642 11.9333 6.75086 11.6117L8.69201 8.69997H5.99997C5.74181 8.69997 5.50461 8.55788 5.38279 8.33027C5.26098 8.10266 5.27433 7.82648 5.41753 7.61168L8.0842 3.61168C8.29865 3.29001 8.73325 3.20309 9.05492 3.41753ZM3.29997 3.99997C3.29997 3.61337 3.61337 3.29997 3.99997 3.29997H4.00663C4.39323 3.29997 4.70663 3.61337 4.70663 3.99997C4.70663 4.38657 4.39323 4.69997 4.00663 4.69997H3.99997C3.61337 4.69997 3.29997 4.38657 3.29997 3.99997ZM1.22885 9.22885C1.61017 8.84753 2.12736 8.6333 2.66663 8.6333H3.99997C4.38657 8.6333 4.69997 8.9467 4.69997 9.3333C4.69997 9.7199 4.38657 10.0333 3.99997 10.0333H2.66663C2.49866 10.0333 2.33757 10.1 2.2188 10.2188C2.10003 10.3376 2.0333 10.4987 2.0333 10.6666V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7811C2.33757 13.8999 2.49866 13.9666 2.66663 13.9666H13.3333C13.5013 13.9666 13.6624 13.8999 13.7811 13.7811C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V10.6666C13.9666 10.4987 13.8999 10.3376 13.7811 10.2188C13.6624 10.1 13.5013 10.0333 13.3333 10.0333H12C11.6134 10.0333 11.3 9.7199 11.3 9.3333C11.3 8.9467 11.6134 8.6333 12 8.6333H13.3333C13.8726 8.6333 14.3898 8.84753 14.7711 9.22885C15.1524 9.61017 15.3666 10.1274 15.3666 10.6666V13.3333C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3666 13.3333 15.3666H2.66663C2.12736 15.3666 1.61017 15.1524 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3333V10.6666C0.633301 10.1274 0.847526 9.61017 1.22885 9.22885ZM3.29997 12C3.29997 11.6134 3.61337 11.3 3.99997 11.3H4.00663C4.39323 11.3 4.70663 11.6134 4.70663 12C4.70663 12.3866 4.39323 12.7 4.00663 12.7H3.99997C3.61337 12.7 3.29997 12.3866 3.29997 12Z", fill: "currentColor", }), }), - dH = (e) => - kt("svg", { + nH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.0333C2.31685 2.0333 2.0333 2.31685 2.0333 2.66663V5.3333C2.0333 5.68308 2.31685 5.96663 2.66663 5.96663H13.3333C13.6831 5.96663 13.9666 5.68308 13.9666 5.3333V2.66663C13.9666 2.31685 13.6831 2.0333 13.3333 2.0333H2.66663ZM0.633301 2.66663C0.633301 1.54366 1.54366 0.633301 2.66663 0.633301H13.3333C14.4563 0.633301 15.3666 1.54366 15.3666 2.66663V5.3333C15.3666 6.45628 14.4563 7.36663 13.3333 7.36663H2.66663C1.54366 7.36663 0.633301 6.45628 0.633301 5.3333V2.66663ZM3.29997 3.99997C3.29997 3.61337 3.61337 3.29997 3.99997 3.29997H4.00663C4.39323 3.29997 4.70663 3.61337 4.70663 3.99997C4.70663 4.38657 4.39323 4.69997 4.00663 4.69997H3.99997C3.61337 4.69997 3.29997 4.38657 3.29997 3.99997ZM2.66663 10.0333C2.31685 10.0333 2.0333 10.3169 2.0333 10.6666V13.3333C2.0333 13.6831 2.31685 13.9666 2.66663 13.9666H13.3333C13.6831 13.9666 13.9666 13.6831 13.9666 13.3333V10.6666C13.9666 10.3169 13.6831 10.0333 13.3333 10.0333H2.66663ZM0.633301 10.6666C0.633301 9.54365 1.54366 8.6333 2.66663 8.6333H13.3333C14.4563 8.6333 15.3666 9.54365 15.3666 10.6666V13.3333C15.3666 14.4563 14.4563 15.3666 13.3333 15.3666H2.66663C1.54366 15.3666 0.633301 14.4563 0.633301 13.3333V10.6666ZM3.29997 12C3.29997 11.6134 3.61337 11.3 3.99997 11.3H4.00663C4.39323 11.3 4.70663 11.6134 4.70663 12C4.70663 12.3866 4.39323 12.7 4.00663 12.7H3.99997C3.61337 12.7 3.29997 12.3866 3.29997 12Z", fill: "currentColor", }), }), - uH = (e) => - kt("svg", { + rH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838351 0.838326C1.11172 0.564959 1.55493 0.564959 1.8283 0.838326L2.16153 1.17156C2.1615 1.17153 2.16157 1.17159 2.16153 1.17156L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8962 15.4271 14.4706 15.4347 14.1958 15.1847L13.9797 15.2927C13.8825 15.3413 13.7753 15.3666 13.6667 15.3666H2.66666C2.12739 15.3666 1.6102 15.1524 1.22888 14.7711C0.847551 14.3898 0.633326 13.8726 0.633326 13.3333V10.6666C0.633326 10.1274 0.847551 9.61017 1.22888 9.22885C1.6102 8.84753 2.12739 8.6333 2.66666 8.6333H7.64338L6.37671 7.36663H2.66666C2.12739 7.36663 1.6102 7.15241 1.22888 6.77108C0.847551 6.38976 0.633326 5.87257 0.633326 5.3333V3.3333C0.633326 3.29563 0.633319 3.25843 0.633313 3.22171C0.633188 2.48717 0.633095 1.94342 0.684516 1.63489C0.685953 1.62627 0.687512 1.61725 0.689217 1.60786C0.580591 1.3528 0.630302 1.04637 0.838351 0.838326ZM1.1552 2.14593C1.15519 2.14592 1.15555 2.14622 1.15628 2.14686L1.1552 2.14593ZM2.03351 3.02343C2.03337 3.11971 2.03333 3.22286 2.03333 3.3333V5.3333C2.03333 5.50127 2.10005 5.66236 2.21882 5.78113C2.3376 5.89991 2.49869 5.96663 2.66666 5.96663H4.97671L2.03351 3.02343ZM9.04338 10.0333H2.66666C2.49869 10.0333 2.3376 10.1 2.21882 10.2188C2.10005 10.3376 2.03333 10.4987 2.03333 10.6666V13.3333C2.03333 13.5013 2.10005 13.6624 2.21882 13.7811C2.3376 13.8999 2.49869 13.9666 2.66666 13.9666H12.9767L9.04338 10.0333ZM13.3333 2.0333H4.66666C4.28006 2.0333 3.96666 1.7199 3.96666 1.3333C3.96666 0.946701 4.28006 0.633301 4.66666 0.633301H13.3333C13.8726 0.633301 14.3898 0.847526 14.7711 1.22885C15.1524 1.61017 15.3667 2.12736 15.3667 2.66663V5.3333C15.3667 5.87257 15.1524 6.38976 14.7711 6.77108C14.3898 7.15241 13.8726 7.36663 13.3333 7.36663H9.99999C9.61339 7.36663 9.29999 7.05323 9.29999 6.66663C9.29999 6.28003 9.61339 5.96663 9.99999 5.96663H13.3333C13.5013 5.96663 13.6624 5.89991 13.7812 5.78113C13.8999 5.66236 13.9667 5.50127 13.9667 5.3333V2.66663C13.9667 2.49866 13.8999 2.33757 13.7812 2.2188C13.6624 2.10003 13.5013 2.0333 13.3333 2.0333ZM11.9667 9.3333C11.9667 8.9467 12.2801 8.6333 12.6667 8.6333H13.3333C13.8726 8.6333 14.3898 8.84753 14.7711 9.22885C15.1524 9.61017 15.3667 10.1274 15.3667 10.6666V11.3333C15.3667 11.7199 15.0533 12.0333 14.6667 12.0333C14.2801 12.0333 13.9667 11.7199 13.9667 11.3333V10.6666C13.9667 10.4987 13.8999 10.3376 13.7812 10.2188C13.6624 10.1 13.5013 10.0333 13.3333 10.0333H12.6667C12.2801 10.0333 11.9667 9.7199 11.9667 9.3333ZM3.29999 12C3.29999 11.6134 3.61339 11.3 3.99999 11.3H4.00666C4.39326 11.3 4.70666 11.6134 4.70666 12C4.70666 12.3866 4.39326 12.7 4.00666 12.7H3.99999C3.61339 12.7 3.29999 12.3866 3.29999 12Z", fill: "currentColor", }), }), - pH = (e) => - kt("svg", { + oH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66655 3.36667C3.94858 3.36667 3.36655 3.9487 3.36655 4.66667C3.36655 5.38464 3.94858 5.96667 4.66655 5.96667C5.38452 5.96667 5.96655 5.38464 5.96655 4.66667C5.96655 3.9487 5.38452 3.36667 4.66655 3.36667ZM1.96655 4.66667C1.96655 3.17551 3.17538 1.96667 4.66655 1.96667C5.91647 1.96667 6.96802 2.816 7.27555 3.96902C7.29457 3.96747 7.3138 3.96667 7.33322 3.96667H13.3332C13.7198 3.96667 14.0332 4.28008 14.0332 4.66667C14.0332 5.05327 13.7198 5.36667 13.3332 5.36667H7.33322C7.3138 5.36667 7.29457 5.36588 7.27555 5.36433C6.96802 6.51735 5.91647 7.36667 4.66655 7.36667C3.17538 7.36667 1.96655 6.15784 1.96655 4.66667ZM11.3332 10.0333C10.6152 10.0333 10.0332 10.6154 10.0332 11.3333C10.0332 12.0513 10.6152 12.6333 11.3332 12.6333C12.0512 12.6333 12.6332 12.0513 12.6332 11.3333C12.6332 10.6154 12.0512 10.0333 11.3332 10.0333ZM8.72484 10.6333C9.03318 9.48152 10.0841 8.63334 11.3332 8.63334C12.8244 8.63334 14.0332 9.84217 14.0332 11.3333C14.0332 12.8245 12.8244 14.0333 11.3332 14.0333C10.0841 14.0333 9.03318 13.1852 8.72484 12.0333H3.33322C2.94662 12.0333 2.63322 11.7199 2.63322 11.3333C2.63322 10.9467 2.94662 10.6333 3.33322 10.6333H8.72484Z", fill: "currentColor", }), }), - mH = (e) => - Ot("svg", { + iH = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 5.30005C6.50888 5.30005 5.30005 6.50888 5.30005 8.00005C5.30005 9.49122 6.50888 10.7 8.00005 10.7C9.49122 10.7 10.7 9.49122 10.7 8.00005C10.7 6.50888 9.49122 5.30005 8.00005 5.30005ZM6.70005 8.00005C6.70005 7.28208 7.28208 6.70005 8.00005 6.70005C8.71802 6.70005 9.30005 7.28208 9.30005 8.00005C9.30005 8.71802 8.71802 9.30005 8.00005 9.30005C7.28208 9.30005 6.70005 8.71802 6.70005 8.00005Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.53108 0.633423C6.5922 0.633423 5.83108 1.39454 5.83108 2.33342V3.16005C5.83108 3.69892 5.24775 4.0357 4.78108 3.76627L4.06505 3.35288C3.25196 2.88343 2.21225 3.16202 1.74281 3.97512L1.3484 4.65826C0.87896 5.47135 1.15755 6.51106 1.97065 6.9805L2.68664 7.39388C3.15331 7.66331 3.15331 8.33688 2.68664 8.60631L1.97077 9.01962C1.15767 9.48907 0.879081 10.5288 1.34852 11.3419L1.74293 12.025C2.21237 12.8381 3.25208 13.1167 4.06518 12.6472L4.78108 12.2339C5.24775 11.9645 5.83108 12.3013 5.83108 12.8401V13.6668C5.83108 14.6057 6.5922 15.3668 7.53108 15.3668H8.3199C9.25878 15.3668 10.0199 14.6057 10.0199 13.6668V12.8402C10.0199 12.3013 10.6032 11.9645 11.0699 12.234L11.7856 12.6472C12.5987 13.1166 13.6384 12.838 14.1079 12.0249L14.5023 11.3418C14.9717 10.5287 14.6931 9.48901 13.88 9.01956L13.1643 8.60631C12.6976 8.33688 12.6976 7.66331 13.1643 7.39388L13.8802 6.98056C14.6933 6.51112 14.9719 5.47141 14.5024 4.65832L14.108 3.97518C13.6386 3.16208 12.5989 2.8835 11.7858 3.35294L11.0699 3.76624C10.6032 4.03567 10.0199 3.69888 10.0199 3.16002V2.33342C10.0199 1.39454 9.25878 0.633423 8.3199 0.633423H7.53108ZM7.23108 2.33342C7.23108 2.16774 7.36539 2.03342 7.53108 2.03342H8.3199C8.48558 2.03342 8.6199 2.16774 8.6199 2.33342V3.16002C8.6199 4.7766 10.3699 5.78696 11.7699 4.97867L12.4858 4.56537C12.6292 4.48253 12.8127 4.53169 12.8956 4.67518L13.29 5.35832C13.3728 5.50181 13.3237 5.68528 13.1802 5.76813L12.4643 6.18144C11.0643 6.98973 11.0643 9.01046 12.4643 9.81875L13.18 10.232C13.3235 10.3148 13.3727 10.4983 13.2899 10.6418L12.8954 11.3249C12.8126 11.4684 12.6291 11.5176 12.4856 11.4348L11.7699 11.0215C10.3699 10.2132 8.6199 11.2236 8.6199 12.8402V13.6668C8.6199 13.8325 8.48558 13.9668 8.3199 13.9668H7.53108C7.36539 13.9668 7.23108 13.8325 7.23108 13.6668V12.8401C7.23108 11.2236 5.48108 10.2132 4.08108 11.0215L3.36518 11.4348C3.22169 11.5177 3.03821 11.4685 2.95537 11.325L2.56096 10.6419C2.47812 10.4984 2.52728 10.3149 2.67077 10.2321L3.38664 9.81875C4.78664 9.01046 4.78664 6.98973 3.38664 6.18144L2.67064 5.76806C2.52716 5.68522 2.47799 5.50174 2.56084 5.35826L2.95525 4.67512C3.03809 4.53163 3.22157 4.48247 3.36505 4.56531L4.08108 4.97871C5.48108 5.787 7.23108 4.77664 7.23108 3.16005V2.33342Z", @@ -19076,219 +19056,219 @@ const Bt = (e) => }), ], }), - hH = (e) => - kt("svg", { + lH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00737 2.66706L5.93095 5.96671H10.0628L8.00737 2.66706ZM7.96618 1.06069C8.16705 1.05348 8.36637 1.09828 8.54482 1.19076C8.72328 1.28325 8.87482 1.42026 8.98475 1.58853L8.99287 1.60127L11.4535 5.55147C11.5676 5.72208 11.6348 5.91991 11.648 6.125C11.6617 6.33739 11.617 6.54947 11.5188 6.73829C11.4206 6.92711 11.2727 7.08548 11.091 7.19624C10.9092 7.30701 10.7007 7.36596 10.4878 7.3667L10.4854 7.36671H5.54817C5.3412 7.37385 5.13591 7.32577 4.95346 7.22721C4.76414 7.12494 4.6068 6.97232 4.49882 6.7862C4.39084 6.60008 4.33644 6.38773 4.34162 6.17262C4.34676 5.95927 4.41033 5.75144 4.52536 5.57175L6.99968 1.63979C7.09672 1.47305 7.23366 1.33286 7.39835 1.23192C7.56972 1.12688 7.76531 1.0679 7.96618 1.06069ZM2.70005 10.0334V13.3H5.96672V10.0334H2.70005ZM1.30005 10C1.30005 9.24525 1.91193 8.63338 2.66672 8.63338H6.00005C6.75484 8.63338 7.36672 9.24525 7.36672 10V13.3334C7.36672 14.0882 6.75484 14.7 6.00005 14.7H2.66672C1.91193 14.7 1.30005 14.0882 1.30005 13.3334V10ZM11.6667 10.0334C10.7647 10.0334 10.0334 10.7646 10.0334 11.6667C10.0334 12.5688 10.7647 13.3 11.6667 13.3C12.5688 13.3 13.3 12.5688 13.3 11.6667C13.3 10.7646 12.5688 10.0334 11.6667 10.0334ZM8.63338 11.6667C8.63338 9.99144 9.99145 8.63338 11.6667 8.63338C13.342 8.63338 14.7 9.99144 14.7 11.6667C14.7 13.342 13.342 14.7 11.6667 14.7C9.99145 14.7 8.63338 13.342 8.63338 11.6667Z", fill: "currentColor", }), }), - fH = (e) => - kt("svg", { + aH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.0333C11.2821 2.0333 10.7 2.61533 10.7 3.3333C10.7 3.55858 10.7574 3.77047 10.8582 3.9552C10.865 3.96562 10.8716 3.97626 10.878 3.98715C10.8843 3.99794 10.8902 4.00884 10.8959 4.01983C11.1254 4.38817 11.5341 4.6333 12 4.6333C12.718 4.6333 13.3 4.05127 13.3 3.3333C13.3 2.61533 12.718 2.0333 12 2.0333ZM10.1 5.25161C10.5879 5.73485 11.2591 6.0333 12 6.0333C13.4912 6.0333 14.7 4.82447 14.7 3.3333C14.7 1.84213 13.4912 0.633301 12 0.633301C10.5089 0.633301 9.30005 1.84213 9.30005 3.3333C9.30005 3.57875 9.3328 3.81655 9.39417 4.04257L5.90007 6.08166C5.41221 5.59842 4.74098 5.29997 4.00005 5.29997C2.50888 5.29997 1.30005 6.5088 1.30005 7.99997C1.30005 9.49114 2.50888 10.7 4.00005 10.7C4.74113 10.7 5.41247 10.4014 5.90036 9.918L9.39498 11.9544C9.33309 12.1813 9.30005 12.4201 9.30005 12.6666C9.30005 14.1578 10.5089 15.3666 12 15.3666C13.4912 15.3666 14.7 14.1578 14.7 12.6666C14.7 11.1755 13.4912 9.96663 12 9.96663C11.2602 9.96663 10.5899 10.2642 10.1022 10.7462L6.60603 8.70885C6.66733 8.48295 6.70005 8.24528 6.70005 7.99997C6.70005 7.75451 6.6673 7.51671 6.60592 7.29069L10.1 5.25161ZM5.1042 7.31344C5.10986 7.32443 5.11583 7.33532 5.12213 7.34612C5.12849 7.357 5.13508 7.36765 5.14192 7.37806C5.24275 7.56279 5.30005 7.77469 5.30005 7.99997C5.30005 8.22524 5.24275 8.43714 5.14192 8.62187C5.13501 8.6324 5.12833 8.64318 5.12191 8.6542C5.11569 8.66488 5.10978 8.67565 5.10418 8.68652C4.87467 9.05484 4.46599 9.29997 4.00005 9.29997C3.28208 9.29997 2.70005 8.71794 2.70005 7.99997C2.70005 7.282 3.28208 6.69997 4.00005 6.69997C4.466 6.69997 4.87469 6.9451 5.1042 7.31344ZM10.8386 12.082C10.8552 12.06 10.8706 12.0368 10.8849 12.0124C10.8985 11.9891 10.9106 11.9653 10.9212 11.9411C11.1547 11.5946 11.5507 11.3666 12 11.3666C12.718 11.3666 13.3 11.9487 13.3 12.6666C13.3 13.3846 12.718 13.9666 12 13.9666C11.2821 13.9666 10.7 13.3846 10.7 12.6666C10.7 12.4563 10.75 12.2577 10.8386 12.082Z", fill: "currentColor", }), }), - gH = (e) => - kt("svg", { + CH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50503 0.838326C7.77839 0.564959 8.22161 0.564959 8.49498 0.838326L11.1616 3.50499C11.435 3.77836 11.435 4.22158 11.1616 4.49494C10.8883 4.76831 10.4451 4.76831 10.1717 4.49494L8.7 3.02325V9.99997C8.7 10.3866 8.3866 10.7 8 10.7C7.6134 10.7 7.3 10.3866 7.3 9.99997V3.02325L5.82831 4.49494C5.55494 4.76831 5.11173 4.76831 4.83836 4.49494C4.56499 4.22158 4.56499 3.77836 4.83836 3.50499L7.50503 0.838326ZM2.66667 7.29997C3.05327 7.29997 3.36667 7.61337 3.36667 7.99997V13.3333C3.36667 13.5013 3.43339 13.6624 3.55217 13.7811C3.67094 13.8999 3.83203 13.9666 4 13.9666H12C12.168 13.9666 12.3291 13.8999 12.4478 13.7811C12.5666 13.6624 12.6333 13.5013 12.6333 13.3333V7.99997C12.6333 7.61337 12.9467 7.29997 13.3333 7.29997C13.7199 7.29997 14.0333 7.61337 14.0333 7.99997V13.3333C14.0333 13.8726 13.8191 14.3898 13.4378 14.7711C13.0565 15.1524 12.5393 15.3666 12 15.3666H4C3.46073 15.3666 2.94354 15.1524 2.56222 14.7711C2.18089 14.3898 1.96667 13.8726 1.96667 13.3333V7.99997C1.96667 7.61337 2.28007 7.29997 2.66667 7.29997Z", fill: "currentColor", }), }), - vH = (e) => - kt("svg", { + sH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.70005C2.98355 2.70005 2.7 2.9836 2.7 3.33338V5.30005H13.3V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33333ZM14.7 3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33333C2.21035 1.30005 1.3 2.2104 1.3 3.33338V12.6667C1.3 13.7897 2.21035 14.7 3.33333 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 6.70005H10.7V9.30005H13.3V6.70005ZM13.3 10.7H10.7V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V10.7ZM9.3 13.3V10.7H6.7V13.3H9.3ZM5.3 13.3V10.7H2.7V12.6667C2.7 13.0165 2.98355 13.3 3.33333 13.3H5.3ZM2.7 9.30005H5.3V6.70005H2.7V9.30005ZM6.7 6.70005V9.30005H9.3V6.70005H6.7Z", fill: "currentColor", }), }), - wH = (e) => - kt("svg", { + cH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.20656 2.65458C4.12277 2.63324 4.03551 2.62928 3.95013 2.64295C3.86476 2.65661 3.78309 2.68761 3.71016 2.73403C3.63722 2.78046 3.57456 2.84133 3.52604 2.91289C3.51918 2.92301 3.51205 2.93294 3.50467 2.94269C2.54787 4.20591 2.03109 5.74771 2.03333 7.33238L2.03333 7.33337C2.03333 8.91583 2.66196 10.4335 3.78093 11.5524C4.89989 12.6714 6.41754 13.3 8 13.3C9.58246 13.3 11.1001 12.6714 12.2191 11.5524C13.338 10.4335 13.9667 8.91583 13.9667 7.33337C13.9667 6.10454 13.4785 4.92603 12.6096 4.05711C11.7407 3.18819 10.5622 2.70004 9.33333 2.70004C8.1045 2.70004 6.92599 3.18819 6.05707 4.05711C5.92506 4.18912 5.80183 4.32828 5.68778 4.47368C5.67066 4.49693 5.65304 4.51983 5.63493 4.54236C5.03169 5.34169 4.7 6.32044 4.7 7.33337C4.7 8.20859 5.04768 9.04796 5.66655 9.66683C6.28542 10.2857 7.12478 10.6334 8 10.6334C8.87521 10.6334 9.71458 10.2857 10.3335 9.66683C10.9523 9.04796 11.3 8.20859 11.3 7.33337C11.3 6.81178 11.0928 6.31155 10.724 5.94273C10.3552 5.57391 9.85492 5.36671 9.33333 5.36671C8.81174 5.36671 8.31151 5.57391 7.94269 5.94273C7.57387 6.31155 7.36667 6.81178 7.36667 7.33337C7.36667 7.50134 7.43339 7.66244 7.55216 7.78121C7.67094 7.89998 7.83203 7.96671 8 7.96671C8.16797 7.96671 8.32906 7.89998 8.44783 7.78121C8.56661 7.66244 8.63333 7.50134 8.63333 7.33337C8.63333 6.94677 8.94673 6.63337 9.33333 6.63337C9.71993 6.63337 10.0333 6.94677 10.0333 7.33337C10.0333 7.87265 9.81911 8.38983 9.43778 8.77116C9.05646 9.15248 8.53927 9.36671 8 9.36671C7.46072 9.36671 6.94354 9.15248 6.56221 8.77116C6.18089 8.38983 5.96666 7.87265 5.96666 7.33337C5.96666 6.44048 6.32137 5.58415 6.95274 4.95278C7.58411 4.32141 8.44044 3.96671 9.33333 3.96671C10.2262 3.96671 11.0826 4.32141 11.7139 4.95278C12.3453 5.58415 12.7 6.44048 12.7 7.33337C12.7 8.57989 12.2048 9.77535 11.3234 10.6568C10.442 11.5382 9.24652 12.0334 8 12.0334C6.75348 12.0334 5.55802 11.5382 4.6766 10.6568C3.79518 9.77536 3.3 8.57989 3.3 7.33337C3.3 6.04993 3.70893 4.80866 4.45465 3.78374C4.47543 3.74955 4.49944 3.71669 4.5267 3.68555C4.52943 3.68244 4.53213 3.6793 4.53479 3.67613C4.54599 3.66145 4.55725 3.64681 4.56858 3.63222C4.60509 3.58022 4.63364 3.52291 4.65316 3.46218C4.67963 3.37987 4.68896 3.29302 4.68058 3.20696C4.67221 3.12091 4.6463 3.03749 4.60446 2.96183C4.56262 2.88617 4.50573 2.81987 4.4373 2.76703C4.36887 2.71419 4.29034 2.67592 4.20656 2.65458ZM5.88163 2.38492C5.86525 2.35095 5.8479 2.3174 5.82961 2.28431C5.69528 2.0414 5.51263 1.82857 5.29293 1.65892C5.07322 1.48928 4.82111 1.36641 4.55212 1.2979C4.28313 1.22938 4.00296 1.21667 3.72887 1.26054C3.45478 1.30441 3.19258 1.40394 2.95841 1.55299C2.72983 1.69847 2.5327 1.88814 2.37853 2.11079C1.24374 3.61507 0.630881 5.44879 0.633331 7.33337", fill: "currentColor", }), }), - LH = (e) => - kt("svg", { + dH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94942 2.05107C6.72165 3.12198 4.91724 4.02047 3.36666 4.03322V8.66669C3.36666 10.1485 3.87705 11.2236 4.68168 12.0477C5.50537 12.8913 6.66911 13.5025 8.00848 13.965L8.01281 13.9666C9.34247 13.5014 10.4988 12.8901 11.3187 12.0489C12.1229 11.2238 12.6333 10.1485 12.6333 8.66669V4.03322C11.0834 4.02057 9.28554 3.12911 8.05052 2.05103C8.03627 2.03942 8.01842 2.03306 7.99999 2.03306C7.98154 2.03306 7.96368 2.03943 7.94942 2.05107ZM7.03863 0.987813C7.30661 0.758854 7.64752 0.633057 7.99999 0.633057C8.35247 0.633057 8.69337 0.758854 8.96136 0.987813L8.96743 0.992999L8.9674 0.993033C10.0567 1.94542 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3767 2.77734 13.633 3.03364C13.8893 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.377 11.9429 12.3213 13.0261C11.2846 14.0898 9.89378 14.7936 8.45706 15.2944L8.45133 15.2964L8.45132 15.2963C8.15671 15.3962 7.83695 15.3925 7.54486 15.2861C6.1066 14.7887 4.71636 14.0872 3.67998 13.0257C2.62294 11.9431 1.96666 10.5182 1.96666 8.66669V4.00002C1.96666 3.63756 2.11065 3.28994 2.36695 3.03364C2.62325 2.77734 2.97086 2.63336 3.33333 2.63336C4.44013 2.63336 5.94946 1.93922 7.0328 0.992844L7.0386 0.987781L7.03863 0.987813ZM7.99999 4.63336C8.38659 4.63336 8.69999 4.94676 8.69999 5.33336V8.00002C8.69999 8.38662 8.38659 8.70002 7.99999 8.70002C7.61339 8.70002 7.29999 8.38662 7.29999 8.00002V5.33336C7.29999 4.94676 7.61339 4.63336 7.99999 4.63336ZM7.29999 10.6667C7.29999 10.2801 7.61339 9.96669 7.99999 9.96669H8.00666C8.39326 9.96669 8.70666 10.2801 8.70666 10.6667C8.70666 11.0533 8.39326 11.3667 8.00666 11.3667H7.99999C7.61339 11.3667 7.29999 11.0533 7.29999 10.6667Z", fill: "currentColor", }), }), - bH = (e) => - kt("svg", { + uH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94942 2.05107C6.98695 2.89057 5.67013 3.62412 4.39902 3.90808L12.2366 10.701C12.4904 10.1213 12.6333 9.45091 12.6333 8.66669V4.03322C11.0834 4.02057 9.28554 3.12911 8.05052 2.05103C8.03627 2.03942 8.01842 2.03306 7.99999 2.03306C7.98154 2.03306 7.96368 2.03943 7.94942 2.05107ZM11.4688 11.8882L3.36666 4.86598V8.66669C3.36666 10.1485 3.87705 11.2236 4.68168 12.0477C5.50537 12.8913 6.66911 13.5025 8.00848 13.965L8.01281 13.9666C9.34247 13.5014 10.4988 12.8901 11.3187 12.0489C11.3699 11.9964 11.42 11.9428 11.4688 11.8882ZM2.71092 2.78331C2.55665 2.80954 2.41018 2.88741 2.29969 3.01489C2.21955 3.10736 2.16793 3.21485 2.14408 3.32661C2.02879 3.53023 1.96666 3.76192 1.96666 4.00002V8.66669C1.96666 10.5182 2.62294 11.9431 3.67998 13.0257C4.71636 14.0872 6.1066 14.7887 7.54486 15.2861C7.83695 15.3925 8.15671 15.3962 8.45132 15.2963L8.45133 15.2964L8.45706 15.2944C9.89378 14.7936 11.2846 14.0898 12.3213 13.0261C13.377 11.9429 14.0333 10.5182 14.0333 8.66669V4.00002C14.0333 3.63756 13.8893 3.28994 13.633 3.03364C13.3767 2.77734 13.0291 2.63336 12.6667 2.63336C11.5594 2.63336 10.0567 1.94542 8.9674 0.993033L8.96743 0.992999L8.96136 0.987813C8.69337 0.758854 8.35247 0.633057 7.99999 0.633057C7.64752 0.633057 7.30661 0.758854 7.03863 0.987813L7.0386 0.987781L7.0328 0.992844C5.94946 1.93922 4.44013 2.63336 3.33333 2.63336C3.11489 2.63336 2.90184 2.68565 2.71092 2.78331Z", fill: "currentColor", }), }), - MH = (e) => - kt("svg", { + pH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94943 2.05107C6.72166 3.12198 4.91726 4.02047 3.36667 4.03322V8.66669C3.36667 10.1485 3.87706 11.2236 4.68169 12.0477C5.50538 12.8913 6.66912 13.5025 8.00849 13.965L8.01282 13.9666C9.34248 13.5014 10.4988 12.8901 11.3187 12.0489C12.123 11.2238 12.6333 10.1485 12.6333 8.66669V4.03322C11.0834 4.02057 9.28556 3.12911 8.05054 2.05103C8.03628 2.03942 8.01844 2.03306 8.00001 2.03306C7.98156 2.03306 7.9637 2.03943 7.94943 2.05107ZM7.03864 0.987813C7.30663 0.758854 7.64753 0.633057 8.00001 0.633057C8.35248 0.633057 8.69339 0.758854 8.96138 0.987813L8.96744 0.992999L8.96741 0.993033C10.0567 1.94542 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.3771 11.9429 12.3213 13.0261C11.2846 14.0898 9.89379 14.7936 8.45707 15.2944L8.45134 15.2964L8.45133 15.2963C8.15672 15.3962 7.83696 15.3925 7.54488 15.2861C6.10661 14.7887 4.71637 14.0872 3.67999 13.0257C2.62295 11.9431 1.96667 10.5182 1.96667 8.66669V4.00002C1.96667 3.63756 2.11066 3.28994 2.36696 3.03364C2.62326 2.77734 2.97088 2.63336 3.33334 2.63336C4.44015 2.63336 5.94947 1.93922 7.03282 0.992844L7.03861 0.987781L7.03864 0.987813ZM10.495 6.17171C10.7683 6.44508 10.7683 6.8883 10.495 7.16166L7.82832 9.82833C7.55495 10.1017 7.11173 10.1017 6.83837 9.82833L5.50503 8.495C5.23167 8.22163 5.23167 7.77842 5.50503 7.50505C5.7784 7.23168 6.22162 7.23168 6.49498 7.50505L7.33334 8.34341L9.50503 6.17171C9.7784 5.89835 10.2216 5.89835 10.495 6.17171Z", fill: "currentColor", }), }), - HH = (e) => - kt("svg", { + mH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94943 2.05107C6.72166 3.12198 4.91726 4.02047 3.36667 4.03322V8.66669C3.36667 10.1485 3.87706 11.2236 4.68169 12.0477C5.50538 12.8913 6.66912 13.5025 8.00849 13.965L8.01282 13.9666C9.34248 13.5014 10.4988 12.8901 11.3187 12.0489C12.123 11.2238 12.6333 10.1485 12.6333 8.66669V4.03322C11.0834 4.02057 9.28556 3.12911 8.05054 2.05103C8.03628 2.03942 8.01844 2.03306 8.00001 2.03306C7.98156 2.03306 7.9637 2.03943 7.94943 2.05107ZM7.03864 0.987813C7.30663 0.758854 7.64753 0.633057 8.00001 0.633057C8.35248 0.633057 8.69339 0.758854 8.96138 0.987813L8.96744 0.992999L8.96741 0.993033C10.0567 1.94542 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.3771 11.9429 12.3213 13.0261C11.2846 14.0898 9.89379 14.7936 8.45707 15.2944L8.45134 15.2964L8.45133 15.2963C8.15672 15.3962 7.83696 15.3925 7.54488 15.2861C6.10661 14.7887 4.71637 14.0872 3.67999 13.0257C2.62295 11.9431 1.96667 10.5182 1.96667 8.66669V4.00002C1.96667 3.63756 2.11066 3.28994 2.36696 3.03364C2.62326 2.77734 2.97088 2.63336 3.33334 2.63336C4.44015 2.63336 5.94947 1.93922 7.03282 0.992844L7.03861 0.987781L7.03864 0.987813ZM4.63334 8.00002C4.63334 7.61342 4.94674 7.30002 5.33334 7.30002H5.34001C5.72661 7.30002 6.04001 7.61342 6.04001 8.00002C6.04001 8.38662 5.72661 8.70002 5.34001 8.70002H5.33334C4.94674 8.70002 4.63334 8.38662 4.63334 8.00002ZM7.30001 8.00002C7.30001 7.61342 7.61341 7.30002 8.00001 7.30002H8.00667C8.39327 7.30002 8.70668 7.61342 8.70668 8.00002C8.70668 8.38662 8.39327 8.70002 8.00667 8.70002H8.00001C7.61341 8.70002 7.30001 8.38662 7.30001 8.00002ZM9.96667 8.00002C9.96667 7.61342 10.2801 7.30002 10.6667 7.30002H10.6733C11.0599 7.30002 11.3733 7.61342 11.3733 8.00002C11.3733 8.38662 11.0599 8.70002 10.6733 8.70002H10.6667C10.2801 8.70002 9.96667 8.38662 9.96667 8.00002Z", fill: "currentColor", }), }), - EH = (e) => - kt("svg", { + hH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.70001 2.56334C9.86858 3.39787 11.3376 4.02264 12.6333 4.03322V8.66669C12.6333 10.1485 12.123 11.2238 11.3187 12.0489C10.6436 12.7416 9.74033 13.2784 8.70001 13.7061V2.56334ZM7.30001 13.699C6.25931 13.2738 5.35641 12.7387 4.68169 12.0477C3.87706 11.2236 3.36667 10.1485 3.36667 8.66669V4.03322C4.66204 4.02257 6.13454 3.39376 7.30001 2.56268V13.699ZM7.54488 15.2861C6.10661 14.7887 4.71637 14.0872 3.67999 13.0257C2.62295 11.9431 1.96667 10.5182 1.96667 8.66669V4.00002C1.96667 3.63756 2.11066 3.28994 2.36696 3.03364C2.62326 2.77734 2.97088 2.63336 3.33334 2.63336C4.44015 2.63336 5.94947 1.93922 7.03282 0.992844L7.03861 0.987781L7.03864 0.987813C7.30663 0.758854 7.64753 0.633057 8.00001 0.633057C8.35248 0.633057 8.69339 0.758854 8.96138 0.987813L8.96744 0.992999L8.96741 0.993033C10.0567 1.94542 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.3771 11.9429 12.3213 13.0261C11.2846 14.0898 9.89379 14.7936 8.45707 15.2944L8.45134 15.2964L8.45133 15.2963C8.15672 15.3962 7.83696 15.3925 7.54488 15.2861Z", fill: "currentColor", }), }), - RH = (e) => - kt("svg", { + fH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94943 2.05107C6.72166 3.12198 4.91726 4.02047 3.36667 4.03322V8.66669C3.36667 10.1485 3.87706 11.2236 4.68169 12.0477C5.50538 12.8913 6.66912 13.5025 8.00849 13.965L8.01282 13.9666C9.34248 13.5014 10.4988 12.8901 11.3187 12.0489C12.123 11.2238 12.6333 10.1485 12.6333 8.66669V4.03322C11.0834 4.02057 9.28556 3.12911 8.05054 2.05103C8.03628 2.03942 8.01844 2.03306 8.00001 2.03306C7.98156 2.03306 7.9637 2.03943 7.94943 2.05107ZM7.03864 0.987813C7.30663 0.758854 7.64753 0.633057 8.00001 0.633057C8.35248 0.633057 8.69339 0.758854 8.96138 0.987813L8.96744 0.992999L8.96741 0.993033C10.0567 1.94542 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.3771 11.9429 12.3213 13.0261C11.2846 14.0898 9.89379 14.7936 8.45707 15.2944L8.45134 15.2964L8.45133 15.2963C8.15672 15.3962 7.83696 15.3925 7.54488 15.2861C6.10661 14.7887 4.71637 14.0872 3.67999 13.0257C2.62295 11.9431 1.96667 10.5182 1.96667 8.66669V4.00002C1.96667 3.63756 2.11066 3.28994 2.36696 3.03364C2.62326 2.77734 2.97088 2.63336 3.33334 2.63336C4.44015 2.63336 5.94947 1.93922 7.03282 0.992844L7.03861 0.987781L7.03864 0.987813Z", fill: "currentColor", }), }), - yH = (e) => - kt("svg", { + gH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94943 2.05107C6.72166 3.12198 4.91726 4.02047 3.36667 4.03322V8.66669C3.36667 10.1485 3.87706 11.2236 4.68169 12.0477C5.50538 12.8913 6.66912 13.5025 8.00849 13.965L8.01282 13.9666C9.34248 13.5014 10.4988 12.8901 11.3187 12.0489C12.123 11.2238 12.6333 10.1485 12.6333 8.66669V4.03322C11.0834 4.02057 9.28556 3.12911 8.05054 2.05103C8.03628 2.03942 8.01844 2.03306 8.00001 2.03306C7.98156 2.03306 7.9637 2.03943 7.94943 2.05107ZM7.03864 0.987813C7.30663 0.758854 7.64753 0.633057 8.00001 0.633057C8.35248 0.633057 8.69339 0.758854 8.96138 0.987813L8.96744 0.992999L8.96741 0.993033C10.0567 1.94542 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.3771 11.9429 12.3213 13.0261C11.2846 14.0898 9.89379 14.7936 8.45707 15.2944L8.45134 15.2964L8.45133 15.2963C8.15672 15.3962 7.83696 15.3925 7.54488 15.2861C6.10661 14.7887 4.71637 14.0872 3.67999 13.0257C2.62295 11.9431 1.96667 10.5182 1.96667 8.66669V4.00002C1.96667 3.63756 2.11066 3.28994 2.36696 3.03364C2.62326 2.77734 2.97088 2.63336 3.33334 2.63336C4.44015 2.63336 5.94947 1.93922 7.03282 0.992844L7.03861 0.987781L7.03864 0.987813ZM5.30001 8.00002C5.30001 7.61342 5.61341 7.30002 6.00001 7.30002H10C10.3866 7.30002 10.7 7.61342 10.7 8.00002C10.7 8.38662 10.3866 8.70002 10 8.70002H6.00001C5.61341 8.70002 5.30001 8.38662 5.30001 8.00002Z", fill: "currentColor", }), }), - VH = (e) => - kt("svg", { + vH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94901 2.05143C7.51715 2.42573 7.05011 2.75741 6.55441 3.04184C6.21909 3.23424 5.79128 3.11839 5.59888 2.78307C5.40647 2.44775 5.52233 2.01994 5.85765 1.82754C6.27608 1.58745 6.67025 1.30738 7.03466 0.991259L7.03865 0.987798L7.03866 0.987813C7.30665 0.758854 7.64755 0.633057 8.00003 0.633057C8.3525 0.633057 8.69341 0.758854 8.9614 0.987813L8.96746 0.992999L8.96743 0.993033C10.0568 1.94542 11.5594 2.63336 12.6667 2.63336C13.0292 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0334 3.63756 14.0334 4.00002V8.6656M0.838387 0.838382C1.11175 0.565015 1.55497 0.565015 1.82834 0.838382L3.82824 2.83829C3.82831 2.83835 3.82837 2.83841 3.82843 2.83847L12.6495 11.6595C12.6536 11.6636 12.6577 11.6676 12.6617 11.6718L15.1617 14.1717C15.435 14.4451 15.435 14.8883 15.1617 15.1617C14.8883 15.435 14.4451 15.435 14.1717 15.1617L12.1794 13.1693C11.1581 14.153 9.82931 14.8155 8.45731 15.2943L8.45136 15.2964L8.45135 15.2963C8.15674 15.3962 7.83699 15.3925 7.5449 15.2861C6.10663 14.7887 4.71639 14.0872 3.68001 13.0257C2.62297 11.9431 1.9667 10.5182 1.9667 8.66669V4.00002C1.9667 3.71468 2.05593 3.43853 2.21895 3.2089L0.838387 1.82833C0.56502 1.55496 0.56502 1.11175 0.838387 0.838382ZM3.3667 4.35664V8.66669C3.3667 10.1485 3.87708 11.2236 4.68171 12.0477C5.5054 12.8913 6.66914 13.5025 8.00851 13.965L8.01283 13.9666C9.27825 13.5234 10.3797 12.9512 11.1892 12.1791L3.3667 4.35664Z", fill: "currentColor", }), }), - SH = (e) => - kt("svg", { + wH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94943 2.05107C6.72166 3.12198 4.91726 4.02047 3.36667 4.03322V8.66669C3.36667 10.1485 3.87706 11.2236 4.68169 12.0477C5.50538 12.8913 6.66912 13.5025 8.00849 13.965L8.01282 13.9666C9.34248 13.5014 10.4988 12.8901 11.3187 12.0489C12.123 11.2238 12.6333 10.1485 12.6333 8.66669V4.03322C11.0834 4.02057 9.28556 3.12911 8.05054 2.05103C8.03628 2.03942 8.01844 2.03306 8.00001 2.03306C7.98156 2.03306 7.9637 2.03943 7.94943 2.05107ZM7.03864 0.987813C7.30663 0.758854 7.64753 0.633057 8.00001 0.633057C8.35248 0.633057 8.69339 0.758854 8.96138 0.987813L8.96744 0.992999L8.96741 0.993033C10.0567 1.94542 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.3771 11.9429 12.3213 13.0261C11.2846 14.0898 9.89379 14.7936 8.45707 15.2944L8.45134 15.2964L8.45133 15.2963C8.15672 15.3962 7.83696 15.3925 7.54488 15.2861C6.10661 14.7887 4.71637 14.0872 3.67999 13.0257C2.62295 11.9431 1.96667 10.5182 1.96667 8.66669V4.00002C1.96667 3.63756 2.11066 3.28994 2.36696 3.03364C2.62326 2.77734 2.97088 2.63336 3.33334 2.63336C4.44015 2.63336 5.94947 1.93922 7.03282 0.992844L7.03861 0.987781L7.03864 0.987813ZM8.00001 5.30002C8.38661 5.30002 8.70001 5.61342 8.70001 6.00002V7.30002H10C10.3866 7.30002 10.7 7.61342 10.7 8.00002C10.7 8.38662 10.3866 8.70002 10 8.70002H8.70001V10C8.70001 10.3866 8.38661 10.7 8.00001 10.7C7.61341 10.7 7.30001 10.3866 7.30001 10V8.70002H6.00001C5.61341 8.70002 5.30001 8.38662 5.30001 8.00002C5.30001 7.61342 5.61341 7.30002 6.00001 7.30002H7.30001V6.00002C7.30001 5.61342 7.61341 5.30002 8.00001 5.30002Z", fill: "currentColor", }), }), - TH = (e) => - Ot("svg", { + LH = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M8.16685 5.40096C7.86637 5.34933 7.55731 5.40495 7.29369 5.5581C7.03007 5.71124 6.82866 5.95217 6.72467 6.23876C6.5928 6.60218 6.1913 6.78989 5.82788 6.65802C5.46447 6.52616 5.27676 6.12465 5.40862 5.76124C5.62461 5.166 6.04292 4.66561 6.59044 4.34754C7.13797 4.02947 7.77986 3.91395 8.40392 4.02118C9.02798 4.1284 9.59451 4.45156 10.0045 4.93414C10.4144 5.41673 10.6417 6.02805 10.6466 6.66124L10.6467 6.66667C10.6466 7.70494 9.87722 8.38758 9.33494 8.7491C9.04249 8.94406 8.75503 9.08729 8.54344 9.18133C8.43665 9.2288 8.34669 9.26483 8.28178 9.28956C8.24927 9.30194 8.22288 9.31156 8.20361 9.3184L8.18014 9.32663L8.17261 9.3292L8.16994 9.3301L8.16888 9.33045L7.94665 8.66667C8.168 9.33074 8.16867 9.33052 8.16888 9.33045C7.80212 9.45271 7.40482 9.25479 7.28257 8.88803C7.16041 8.52155 7.35822 8.12545 7.72444 8.00287L7.7346 7.9993C7.74463 7.99574 7.76121 7.98972 7.78339 7.98128C7.82785 7.96434 7.89414 7.93787 7.97485 7.902C8.13826 7.82937 8.3508 7.7226 8.55836 7.58423C9.01481 7.27993 9.24537 6.96348 9.24664 6.66912C9.24359 6.36531 9.13422 6.07213 8.93748 5.84053C8.74009 5.60818 8.46732 5.45259 8.16685 5.40096Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M7.99999 10.6333C7.61339 10.6333 7.29999 10.9467 7.29999 11.3333C7.29999 11.7199 7.61339 12.0333 7.99999 12.0333H8.00665C8.39325 12.0333 8.70665 11.7199 8.70665 11.3333C8.70665 10.9467 8.39325 10.6333 8.00665 10.6333H7.99999Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.03864 0.987813C7.30663 0.758854 7.64753 0.633057 8.00001 0.633057C8.35248 0.633057 8.69339 0.758854 8.96138 0.987813L8.96744 0.992999C10.0568 1.94538 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.3771 11.9429 12.3213 13.0261C11.2846 14.0898 9.89379 14.7936 8.45707 15.2944L8.45134 15.2964C8.15673 15.3962 7.83696 15.3925 7.54488 15.2861C6.10661 14.7887 4.71637 14.0872 3.67999 13.0257C2.62295 11.9431 1.96667 10.5182 1.96667 8.66669V4.00002C1.96667 3.63756 2.11066 3.28994 2.36696 3.03364C2.62326 2.77734 2.97088 2.63336 3.33334 2.63336C4.44015 2.63336 5.94947 1.93922 7.03282 0.992844L7.03864 0.987813ZM7.94943 2.05107C6.72166 3.12198 4.91726 4.02047 3.36667 4.03322V8.66669C3.36667 10.1485 3.87706 11.2236 4.68169 12.0477C5.50538 12.8913 6.66912 13.5025 8.00849 13.965L8.01282 13.9666C9.34248 13.5014 10.4988 12.8901 11.3187 12.0489C12.123 11.2238 12.6333 10.1485 12.6333 8.66669V4.03322C11.0834 4.02057 9.28556 3.12911 8.05054 2.05103C8.03628 2.03942 8.01844 2.03306 8.00001 2.03306C7.98156 2.03306 7.9637 2.03943 7.94943 2.05107Z", @@ -19296,1105 +19276,1105 @@ const Bt = (e) => }), ], }), - NH = (e) => - kt("svg", { + bH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94943 2.05107C6.72166 3.12198 4.91726 4.02047 3.36667 4.03322V8.66669C3.36667 10.1485 3.87706 11.2236 4.68169 12.0477C5.50538 12.8913 6.66912 13.5025 8.00849 13.965L8.01282 13.9666C9.34248 13.5014 10.4988 12.8901 11.3187 12.0489C12.123 11.2238 12.6333 10.1485 12.6333 8.66669V4.03322C11.0834 4.02057 9.28556 3.12911 8.05054 2.05103C8.03628 2.03942 8.01844 2.03306 8.00001 2.03306C7.98156 2.03306 7.9637 2.03943 7.94943 2.05107ZM7.03864 0.987813C7.30663 0.758854 7.64753 0.633057 8.00001 0.633057C8.35248 0.633057 8.69339 0.758854 8.96138 0.987813L8.96744 0.992999L8.96741 0.993033C10.0567 1.94542 11.5594 2.63336 12.6667 2.63336C13.0291 2.63336 13.3768 2.77734 13.6331 3.03364C13.8894 3.28994 14.0333 3.63756 14.0333 4.00002V8.66669C14.0333 10.5182 13.3771 11.9429 12.3213 13.0261C11.2846 14.0898 9.89379 14.7936 8.45707 15.2944L8.45134 15.2964L8.45133 15.2963C8.15672 15.3962 7.83696 15.3925 7.54488 15.2861C6.10661 14.7887 4.71637 14.0872 3.67999 13.0257C2.62295 11.9431 1.96667 10.5182 1.96667 8.66669V4.00002C1.96667 3.63756 2.11066 3.28994 2.36696 3.03364C2.62326 2.77734 2.97088 2.63336 3.33334 2.63336C4.44015 2.63336 5.94947 1.93922 7.03282 0.992844L7.03861 0.987781L7.03864 0.987813ZM5.83837 5.83838C6.11173 5.56501 6.55495 5.56501 6.82832 5.83838L8.00001 7.01007L9.1717 5.83838C9.44507 5.56501 9.88828 5.56501 10.1616 5.83838C10.435 6.11175 10.435 6.55496 10.1616 6.82833L8.98996 8.00002L10.1616 9.17171C10.435 9.44508 10.435 9.8883 10.1616 10.1617C9.88828 10.435 9.44507 10.435 9.1717 10.1617L8.00001 8.98997L6.82832 10.1617C6.55495 10.435 6.11173 10.435 5.83837 10.1617C5.565 9.8883 5.565 9.44508 5.83837 9.17171L7.01006 8.00002L5.83837 6.82833C5.565 6.55496 5.565 6.11175 5.83837 5.83838Z", fill: "currentColor", }), }), - xH = (e) => - kt("svg", { + MH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99998 0.633301C8.38658 0.633301 8.69998 0.946701 8.69998 1.3333V2.6333H11.3333C11.8726 2.6333 12.3898 2.84753 12.7711 3.22885C13.1524 3.61017 13.3667 4.12736 13.3667 4.66663V8.2858L14.2843 8.69363C14.5353 8.80521 14.6979 9.05334 14.7 9.32806C14.7089 10.5199 14.4651 11.6961 13.9892 12.7805C14.1029 12.8179 14.2105 12.8618 14.3132 12.9115C14.6496 13.0743 14.9059 13.2881 15.0976 13.4479C15.1034 13.4527 15.1091 13.4575 15.1148 13.4622C15.4118 13.7097 15.4519 14.1511 15.2044 14.4481C14.9569 14.7451 14.5155 14.7852 14.2185 14.5377C14.012 14.3656 13.8736 14.2541 13.7034 14.1717C13.5475 14.0963 13.3362 14.0333 13 14.0333C12.6849 14.0333 12.4763 14.0945 12.3133 14.1727C12.1354 14.2581 11.986 14.3743 11.7706 14.5466C11.7648 14.5512 11.759 14.5558 11.7531 14.5605C11.5539 14.72 11.2923 14.9295 10.9591 15.0894C10.6013 15.2611 10.1849 15.3666 9.66665 15.3666C9.13617 15.3666 8.71414 15.263 8.35343 15.0884C8.01706 14.9257 7.7607 14.7119 7.56905 14.5521L7.55186 14.5377C7.34529 14.3656 7.2069 14.2541 7.03676 14.1717C6.88081 14.0963 6.6695 14.0333 6.33332 14.0333C6.01823 14.0333 5.80962 14.0945 5.64665 14.1727C5.46876 14.2581 5.31929 14.3743 5.10394 14.5466L5.08648 14.5605C4.88725 14.72 4.6256 14.9295 4.29248 15.0894C3.93462 15.2611 3.51823 15.3666 2.99998 15.3666C2.4695 15.3666 2.04747 15.263 1.68676 15.0884C1.35039 14.9257 1.09403 14.7119 0.90238 14.5521L0.885189 14.5377C0.588195 14.2902 0.548069 13.8488 0.795563 13.5518C1.04306 13.2548 1.48445 13.2147 1.78145 13.4622C1.98802 13.6344 2.1264 13.7459 2.29654 13.8282C2.38413 13.8706 2.48918 13.909 2.624 13.9346C1.75158 12.5221 1.29998 11.0375 1.29998 9.3333C1.29998 9.05667 1.4629 8.80598 1.71569 8.69363L2.63332 8.2858V4.66663C2.63332 4.12736 2.84754 3.61017 3.22887 3.22885C3.61019 2.84753 4.12738 2.6333 4.66665 2.6333H7.29998V1.3333C7.29998 0.946701 7.61339 0.633301 7.99998 0.633301ZM4.66665 4.0333C4.49868 4.0333 4.33759 4.10003 4.21882 4.2188C4.10004 4.33757 4.03332 4.49866 4.03332 4.66663V7.66357L7.71569 6.02697C7.89668 5.94652 8.10329 5.94652 8.28428 6.02697L11.9667 7.66357V4.66663C11.9667 4.49866 11.8999 4.33757 11.7812 4.2188C11.6624 4.10003 11.5013 4.0333 11.3333 4.0333H4.66665ZM4.06534 13.5828C4.11636 13.5435 4.17039 13.5005 4.22936 13.4534L4.24682 13.4394C4.44605 13.2799 4.7077 13.0705 5.04082 12.9106C5.39868 12.7388 5.81507 12.6333 6.33332 12.6333C6.8638 12.6333 7.28583 12.737 7.64654 12.9115C7.98291 13.0743 8.23927 13.2881 8.43092 13.4479C8.43671 13.4527 8.44244 13.4575 8.44811 13.4622C8.65468 13.6344 8.79307 13.7459 8.96321 13.8282C9.11916 13.9036 9.33047 13.9666 9.66665 13.9666C9.98174 13.9666 10.1903 13.9055 10.3533 13.8272C10.5312 13.7418 10.6807 13.6256 10.896 13.4534C10.9018 13.4487 10.9076 13.4441 10.9135 13.4394C11.1127 13.2799 11.3744 13.0705 11.7075 12.9106C11.9394 12.7993 12.1959 12.7158 12.4887 12.6708C12.96 11.7767 13.2329 10.7918 13.2893 9.78344L8.69998 7.74377V9.3333C8.69998 9.7199 8.38658 10.0333 7.99998 10.0333C7.61339 10.0333 7.29998 9.7199 7.29998 9.3333V7.74377L2.71258 9.78261C2.79076 11.1579 3.23387 12.3715 4.06534 13.5828Z", fill: "currentColor", }), }), - _H = (e) => - kt("svg", { + HH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 0.633301C8.38663 0.633301 8.70003 0.946701 8.70003 1.3333V2.00681C9.84173 2.13872 10.8863 2.58934 11.7426 3.26742L12.1717 2.83833C12.4451 2.56496 12.8883 2.56496 13.1617 2.83833C13.435 3.11169 13.435 3.55491 13.1617 3.82828L12.7326 4.25737C13.4107 5.11365 13.8613 6.15826 13.9932 7.29997H14.6667C15.0533 7.29997 15.3667 7.61337 15.3667 7.99997C15.3667 8.38657 15.0533 8.69997 14.6667 8.69997H13.9932C13.8613 9.84167 13.4107 10.8863 12.7326 11.7426L13.1617 12.1717C13.435 12.445 13.435 12.8882 13.1617 13.1616C12.8883 13.435 12.4451 13.435 12.1717 13.1616L11.7426 12.7325C10.8863 13.4106 9.84173 13.8612 8.70003 13.9931V14.6666C8.70003 15.0532 8.38663 15.3666 8.00003 15.3666C7.61343 15.3666 7.30003 15.0532 7.30003 14.6666V13.9931C6.15832 13.8612 5.11371 13.4106 4.25743 12.7325L3.82834 13.1616C3.55497 13.435 3.11175 13.435 2.83839 13.1616C2.56502 12.8882 2.56502 12.445 2.83839 12.1717L3.26748 11.7426C2.5894 10.8863 2.13878 9.84167 2.00687 8.69997H1.33336C0.946762 8.69997 0.633362 8.38657 0.633362 7.99997C0.633362 7.61337 0.946762 7.29997 1.33336 7.29997H2.00687C2.13878 6.15826 2.5894 5.11365 3.26748 4.25737L2.83839 3.82828C2.56502 3.55491 2.56502 3.11169 2.83839 2.83833C3.11175 2.56496 3.55497 2.56496 3.82834 2.83833L4.25743 3.26742C5.11371 2.58934 6.15832 2.13872 7.30003 2.00681V1.3333C7.30003 0.946701 7.61343 0.633301 8.00003 0.633301ZM7.30003 3.41917C6.54308 3.53388 5.84625 3.83173 5.25613 4.26612L6.89604 5.90603C7.02419 5.83833 7.1593 5.78204 7.30003 5.73853V3.41917ZM5.90609 6.89598L4.26618 5.25607C3.83179 5.84619 3.53394 6.54302 3.41923 7.29997H5.73859C5.7821 7.15924 5.83839 7.02413 5.90609 6.89598ZM5.73859 8.69997H3.41923C3.53394 9.45691 3.83179 10.1537 4.26618 10.7439L5.90609 9.10396C5.83839 8.97581 5.7821 8.84069 5.73859 8.69997ZM6.89604 10.0939L5.25613 11.7338C5.84625 12.1682 6.54308 12.4661 7.30003 12.5808V10.2614C7.1593 10.2179 7.02419 10.1616 6.89604 10.0939ZM8.70003 10.2614V12.5808C9.45697 12.4661 10.1538 12.1682 10.7439 11.7338L9.10402 10.0939C8.97587 10.1616 8.84075 10.2179 8.70003 10.2614ZM10.094 9.10396L11.7339 10.7439C12.1683 10.1537 12.4661 9.45691 12.5808 8.69997H10.2615C10.218 8.84069 10.1617 8.97581 10.094 9.10396ZM10.2615 7.29997H12.5808C12.4661 6.54302 12.1683 5.84619 11.7339 5.25607L10.094 6.89598C10.1617 7.02413 10.218 7.15924 10.2615 7.29997ZM9.10402 5.90603C8.97587 5.83833 8.84075 5.78204 8.70003 5.73853V3.41917C9.45697 3.53388 10.1538 3.83173 10.7439 4.26612L9.10402 5.90603ZM8.00003 7.0333C7.46615 7.0333 7.03336 7.46609 7.03336 7.99997C7.03336 8.53384 7.46615 8.96663 8.00003 8.96663C8.5339 8.96663 8.96669 8.53384 8.96669 7.99997C8.96669 7.46609 8.5339 7.0333 8.00003 7.0333Z", fill: "currentColor", }), }), - AH = (e) => - kt("svg", { + EH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.74262 0.765436C5.92516 0.897002 6.03333 1.1083 6.03333 1.33331C6.03333 1.8549 6.24053 2.35513 6.60935 2.72395C6.97817 3.09277 7.4784 3.29997 7.99999 3.29997C8.52159 3.29997 9.02182 3.09277 9.39064 2.72395C9.75946 2.35513 9.96666 1.8549 9.96666 1.33331C9.96666 1.1083 10.0748 0.897002 10.2574 0.765436C10.4399 0.63387 10.6746 0.598073 10.888 0.669228L13.8079 1.64253C13.8079 1.64252 13.808 1.64254 13.8079 1.64253C14.268 1.79585 14.6583 2.10861 14.9081 2.52433C15.1579 2.94001 15.2509 3.43128 15.1703 3.90949C15.1703 3.90956 15.1703 3.90943 15.1703 3.90949L14.7843 6.21864C14.7842 6.21928 14.7841 6.21991 14.784 6.22055C14.7316 6.54084 14.567 6.83207 14.3195 7.04207C14.0718 7.25224 13.7573 7.3673 13.4325 7.36664C13.4321 7.36664 13.4317 7.36664 13.4313 7.36664L13.4333 6.66664L13.4325 7.36664H12.7V6.66664H12V7.36664H12.7V13.3333C12.7 13.8726 12.4858 14.3898 12.1044 14.7711C11.7231 15.1524 11.2059 15.3666 10.6667 15.3666H5.33333C4.21339 15.3666 3.29999 14.4532 3.29999 13.3333V7.36664H3.99999V6.66664H3.29999V7.36664H2.56751C2.5679 7.36664 2.56829 7.36664 2.56868 7.36664L2.56666 6.66664L2.56751 7.36664M1.216 6.22063L0.829738 3.90969C0.829705 3.9095 0.82977 3.90988 0.829738 3.90969C0.749265 3.4316 0.842171 2.9399 1.09189 2.52433C1.34169 2.10861 1.73185 1.79588 2.19197 1.64256C2.19193 1.64257 2.192 1.64255 2.19197 1.64256L5.11197 0.669228C5.32543 0.598073 5.56009 0.63387 5.74262 0.765436M4.76367 2.26106L2.63469 2.97072C2.49136 3.01847 2.36972 3.11592 2.2919 3.24541C2.21409 3.3749 2.18513 3.52795 2.21025 3.67692L2.59297 5.96664H3.99999C4.38659 5.96664 4.69999 6.28004 4.69999 6.66664V13.3333C4.69999 13.68 4.98659 13.9666 5.33333 13.9666H10.6667C10.8346 13.9666 10.9957 13.8999 11.1145 13.7811C11.2333 13.6624 11.3 13.5013 11.3 13.3333V6.66664C11.3 6.28004 11.6134 5.96664 12 5.96664H13.407L13.7896 3.6779C13.8147 3.52893 13.7859 3.3749 13.7081 3.24541C13.6303 3.11592 13.5087 3.0185 13.3654 2.97075L11.2363 2.26106C11.0803 2.80527 10.7881 3.30643 10.3806 3.7139C9.74921 4.34527 8.89289 4.69997 7.99999 4.69997C7.1071 4.69997 6.25077 4.34527 5.6194 3.7139C5.21193 3.30643 4.9197 2.80527 4.76367 2.26106Z", fill: "currentColor", }), }), - ZH = (e) => - kt("svg", { + RH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.44005 0.913301C3.57225 0.737037 3.77972 0.633301 4.00005 0.633301H12C12.2204 0.633301 12.4279 0.737037 12.56 0.913301L14.56 3.57997C14.6509 3.70113 14.7 3.84851 14.7 3.99997V13.3333C14.7 13.8726 14.4858 14.3898 14.1045 14.7711C13.7232 15.1524 13.206 15.3666 12.6667 15.3666H3.33338C2.79411 15.3666 2.27692 15.1524 1.8956 14.7711C1.51427 14.3898 1.30005 13.8726 1.30005 13.3333V3.99997C1.30005 3.84851 1.34917 3.70113 1.44005 3.57997L3.44005 0.913301ZM4.35005 2.0333L3.40005 3.29997H12.6L11.65 2.0333H4.35005ZM13.3 4.69997H2.70005V13.3333C2.70005 13.5013 2.76677 13.6624 2.88555 13.7811C3.00432 13.8999 3.16541 13.9666 3.33338 13.9666H12.6667C12.8347 13.9666 12.9958 13.8999 13.1145 13.7811C13.2333 13.6624 13.3 13.5013 13.3 13.3333V4.69997ZM5.33338 5.96663C5.71998 5.96663 6.03338 6.28003 6.03338 6.66663C6.03338 7.18823 6.24058 7.68846 6.60941 8.05728C6.97823 8.4261 7.47846 8.6333 8.00005 8.6333C8.52164 8.6333 9.02187 8.4261 9.39069 8.05728C9.75951 7.68846 9.96671 7.18823 9.96672 6.66663C9.96672 6.28003 10.2801 5.96663 10.6667 5.96663C11.0533 5.96663 11.3667 6.28003 11.3667 6.66663C11.3667 7.55953 11.012 8.41585 10.3806 9.04723C9.74927 9.6786 8.89294 10.0333 8.00005 10.0333C7.10715 10.0333 6.25083 9.6786 5.61946 9.04723C4.98808 8.41585 4.63338 7.55953 4.63338 6.66663C4.63338 6.28003 4.94678 5.96663 5.33338 5.96663Z", fill: "currentColor", }), }), - IH = (e) => - kt("svg", { + yH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.34726 2.0589C6.68293 2.25071 6.79954 2.67831 6.60774 3.01397L4.53953 6.63334H5.99153C5.99775 6.63326 6.00394 6.63326 6.01013 6.63334H9.98981C9.99599 6.63326 10.0022 6.63326 10.0084 6.63334H11.4604L9.3922 3.01397C9.20039 2.67831 9.31701 2.25071 9.65267 2.0589C9.98833 1.8671 10.4159 1.98371 10.6077 2.31938L13.0729 6.63334H13.718C13.7278 6.63313 13.7375 6.63313 13.7473 6.63334H14.6666C15.0532 6.63334 15.3666 6.94674 15.3666 7.33334C15.3666 7.71994 15.0532 8.03334 14.6666 8.03334H14.2907L13.2839 12.4159C13.1874 12.8783 12.9328 13.2928 12.5637 13.588C12.1942 13.8836 11.7333 14.0411 11.2603 14.0333H9.34349C9.33729 14.0334 9.33107 14.0334 9.32484 14.0333H6.6751C6.66887 14.0334 6.66265 14.0334 6.65645 14.0333H4.73963C4.26666 14.0411 3.8057 13.8836 3.4362 13.588C3.06587 13.2918 2.81078 12.8754 2.715 12.411L1.76848 8.03334H1.3333C0.946701 8.03334 0.633301 7.71994 0.633301 7.33334C0.633301 6.94674 0.946701 6.63334 1.3333 6.63334H2.31973C2.32926 6.63314 2.33876 6.63315 2.34823 6.63334H2.92708L5.3922 2.31938C5.584 1.98371 6.0116 1.8671 6.34726 2.0589ZM3.20083 8.03334L3.54677 9.63334H5.55121L5.37344 8.03334H3.34559C3.33697 8.0335 3.32835 8.0335 3.31972 8.03334H3.20083ZM6.78205 8.03334L6.95983 9.63334H9.0401L9.21788 8.03334H6.78205ZM10.6265 8.03334L10.4487 9.63334H12.4867L12.8543 8.03334H12.6802C12.6716 8.0335 12.663 8.0335 12.6543 8.03334H10.6265ZM12.1651 11.0333H10.2932L10.1154 12.6333H11.2807C11.4289 12.6363 11.5734 12.5874 11.6892 12.4948C11.8049 12.4022 11.8845 12.272 11.9141 12.1268L11.9177 12.1099L12.1651 11.0333ZM8.70677 12.6333L8.88455 11.0333H7.11539L7.29316 12.6333H8.70677ZM5.88455 12.6333L5.70677 11.0333H3.84948L4.0859 12.1268C4.11551 12.272 4.19506 12.4022 4.31078 12.4948C4.4265 12.5874 4.57102 12.6365 4.71919 12.6335L4.7333 12.6332L5.88455 12.6333Z", fill: "currentColor", }), }), - kH = (e) => - kt("svg", { + VH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.666626 1.36663C0.666626 0.980027 0.980027 0.666626 1.36663 0.666626H2.69996C3.03006 0.666626 3.31531 0.897246 3.38444 1.22003L3.97982 3.99996H14.7266C14.9389 3.99996 15.1398 4.09631 15.2726 4.26191C15.4055 4.42751 15.456 4.64446 15.41 4.85171L14.3103 9.80379C14.3102 9.80397 14.3103 9.80361 14.3103 9.80379C14.2107 10.2555 13.9599 10.6603 13.5996 10.9504C13.2392 11.2406 12.7905 11.3992 12.3278 11.4L5.81363 11.4C5.34378 11.4084 4.88539 11.2539 4.5165 10.9625C4.14538 10.6693 3.88807 10.2559 3.78886 9.79345L2.73604 4.87764C2.7308 4.85762 2.72643 4.83724 2.72296 4.81656L2.134 2.06663H1.36663C0.980027 2.06663 0.666626 1.75323 0.666626 1.36663ZM4.27966 5.39996L5.15772 9.4998C5.1577 9.49972 5.15774 9.49988 5.15772 9.4998C5.18866 9.64374 5.26883 9.77265 5.38436 9.86392C5.49996 9.95524 5.64377 10.0034 5.79105 10.0001L5.80663 9.99996L12.3255 9.99996C12.3253 9.99996 12.3257 9.99996 12.3255 9.99996C12.4695 9.99962 12.6095 9.95023 12.7217 9.85994C12.8339 9.76955 12.912 9.64356 12.943 9.50279L13.8541 5.39996H4.27966ZM5.33329 14.0333C5.3517 14.0333 5.36663 14.0184 5.36663 14C5.36663 13.9815 5.3517 13.9666 5.33329 13.9666C5.31488 13.9666 5.29996 13.9815 5.29996 14C5.29996 14.0184 5.31488 14.0333 5.33329 14.0333ZM3.96663 14C3.96663 13.2452 4.5785 12.6333 5.33329 12.6333C6.08808 12.6333 6.69996 13.2452 6.69996 14C6.69996 14.7547 6.08808 15.3666 5.33329 15.3666C4.5785 15.3666 3.96663 14.7547 3.96663 14ZM12.6666 14.0333C12.685 14.0333 12.7 14.0184 12.7 14C12.7 13.9815 12.685 13.9666 12.6666 13.9666C12.6482 13.9666 12.6333 13.9815 12.6333 14C12.6333 14.0184 12.6482 14.0333 12.6666 14.0333ZM11.3 14C11.3 13.2452 11.9118 12.6333 12.6666 12.6333C13.4214 12.6333 14.0333 13.2452 14.0333 14C14.0333 14.7547 13.4214 15.3666 12.6666 15.3666C11.9118 15.3666 11.3 14.7547 11.3 14Z", fill: "currentColor", }), }), - OH = (e) => - kt("svg", { + TH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.8384 0.838326C11.1118 0.564959 11.555 0.564959 11.8284 0.838326L15.1617 4.17166C15.4351 4.44503 15.4351 4.88824 15.1617 5.16161L14.8291 5.49416C14.8289 5.49439 14.8287 5.49462 14.8285 5.49484M10.8384 0.838326L10.5059 1.17088L10.8384 0.838326ZM11.3443 2.33411C11.2592 2.44619 11.1887 2.56891 11.1345 2.6994C11.0511 2.90033 11.0082 3.11575 11.0082 3.3333C11.0082 3.55086 11.0511 3.76627 11.1345 3.9672C11.2179 4.16813 11.3402 4.35062 11.4943 4.50422L11.4958 4.50577C11.6494 4.65985 11.8319 4.78209 12.0328 4.86551C12.2338 4.94892 12.4492 4.99186 12.6667 4.99186C12.8843 4.99186 13.0997 4.94892 13.3006 4.86551C13.4311 4.81133 13.5538 4.74078 13.6659 4.65577L11.3443 2.33411Z", fill: "currentColor", }), }), - BH = (e) => - kt("svg", { + SH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1717 2.1717C2.44507 1.89833 2.88828 1.89833 3.16165 2.1717L4.40043 3.41048C5.06182 2.94872 5.85249 2.69443 6.67004 2.6903C7.4898 2.68616 8.28507 2.9338 8.9522 3.3912L9.50503 2.83837C9.7784 2.565 10.2216 2.565 10.495 2.83837C10.7683 3.11173 10.7683 3.55495 10.495 3.82832L9.4957 4.8276C9.49515 4.82815 9.49461 4.82869 9.49406 4.82924L4.82902 9.49428C4.82862 9.49468 4.82822 9.49508 4.82782 9.49548L3.82832 10.495C3.55495 10.7684 3.11173 10.7684 2.83837 10.495C2.565 10.2216 2.565 9.7784 2.83837 9.50503L3.3912 8.9522C2.9338 8.28507 2.68616 7.4898 2.6903 6.67004C2.69443 5.85249 2.94872 5.06182 3.41048 4.40043L2.1717 3.16165C1.89833 2.88828 1.89833 2.44507 2.1717 2.1717ZM4.40786 7.93554L7.93554 4.40786C7.55298 4.19915 7.12056 4.08804 6.67711 4.09028C5.99211 4.09374 5.33614 4.36739 4.85177 4.85177C4.36739 5.33614 4.09374 5.99211 4.09028 6.67711C4.08804 7.12056 4.19915 7.55298 4.40786 7.93554ZM10.6667 5.96667C11.0533 5.96667 11.3667 6.28008 11.3667 6.66667V6.67334C11.3667 7.05994 11.0533 7.37334 10.6667 7.37334C10.2801 7.37334 9.96667 7.05994 9.96667 6.67334V6.66667C9.96667 6.28008 10.2801 5.96667 10.6667 5.96667ZM13.3333 6.63334C13.7199 6.63334 14.0333 6.94674 14.0333 7.33334V7.34001C14.0333 7.72661 13.7199 8.04001 13.3333 8.04001C12.9467 8.04001 12.6333 7.72661 12.6333 7.34001V7.33334C12.6333 6.94674 12.9467 6.63334 13.3333 6.63334ZM8.66667 7.96667C9.05327 7.96667 9.36667 8.28008 9.36667 8.66667V8.67334C9.36667 9.05994 9.05327 9.37334 8.66667 9.37334C8.28008 9.37334 7.96667 9.05994 7.96667 8.67334V8.66667C7.96667 8.28008 8.28008 7.96667 8.66667 7.96667ZM11.3333 8.63334C11.7199 8.63334 12.0333 8.94674 12.0333 9.33334V9.34001C12.0333 9.72661 11.7199 10.04 11.3333 10.04C10.9467 10.04 10.6333 9.72661 10.6333 9.34001V9.33334C10.6333 8.94674 10.9467 8.63334 11.3333 8.63334ZM6.66667 9.96667C7.05327 9.96667 7.36667 10.2801 7.36667 10.6667V10.6733C7.36667 11.0599 7.05327 11.3733 6.66667 11.3733C6.28008 11.3733 5.96667 11.0599 5.96667 10.6733V10.6667C5.96667 10.2801 6.28008 9.96667 6.66667 9.96667ZM9.33334 10.6333C9.71994 10.6333 10.0333 10.9467 10.0333 11.3333V11.34C10.0333 11.7266 9.71994 12.04 9.33334 12.04C8.94674 12.04 8.63334 11.7266 8.63334 11.34V11.3333C8.63334 10.9467 8.94674 10.6333 9.33334 10.6333ZM7.33334 12.6333C7.71994 12.6333 8.03334 12.9467 8.03334 13.3333V13.34C8.03334 13.7266 7.71994 14.04 7.33334 14.04C6.94674 14.04 6.63334 13.7266 6.63334 13.34V13.3333C6.63334 12.9467 6.94674 12.6333 7.33334 12.6333Z", fill: "currentColor", }), }), - DH = (e) => - kt("svg", { + NH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.50507 1.50507C1.77844 1.23171 2.22166 1.23171 2.49502 1.50507L5.30005 4.3101V2.80005C5.30005 2.41345 5.61345 2.10005 6.00005 2.10005C6.38665 2.10005 6.70005 2.41345 6.70005 2.80005V6.00005C6.70005 6.38665 6.38665 6.70005 6.00005 6.70005H2.80005C2.41345 6.70005 2.10005 6.38665 2.10005 6.00005C2.10005 5.61345 2.41345 5.30005 2.80005 5.30005H4.3101L1.50507 2.49502C1.23171 2.22166 1.23171 1.77844 1.50507 1.50507ZM14.495 1.50507C14.7684 1.77844 14.7684 2.22166 14.495 2.49502L11.69 5.30005H13.2C13.5866 5.30005 13.9 5.61345 13.9 6.00005C13.9 6.38665 13.5866 6.70005 13.2 6.70005H10C9.61345 6.70005 9.30005 6.38665 9.30005 6.00005V2.80005C9.30005 2.41345 9.61345 2.10005 10 2.10005C10.3866 2.10005 10.7 2.41345 10.7 2.80005V4.3101L13.5051 1.50507C13.7784 1.23171 14.2217 1.23171 14.495 1.50507ZM2.10005 10C2.10005 9.61345 2.41345 9.30005 2.80005 9.30005H6.00005C6.38665 9.30005 6.70005 9.61345 6.70005 10V13.2C6.70005 13.5866 6.38665 13.9 6.00005 13.9C5.61345 13.9 5.30005 13.5866 5.30005 13.2V11.69L2.49502 14.495C2.22166 14.7684 1.77844 14.7684 1.50507 14.495C1.23171 14.2217 1.23171 13.7784 1.50507 13.5051L4.3101 10.7H2.80005C2.41345 10.7 2.10005 10.3866 2.10005 10ZM9.30005 10C9.30005 9.61345 9.61345 9.30005 10 9.30005H13.2C13.5866 9.30005 13.9 9.61345 13.9 10C13.9 10.3866 13.5866 10.7 13.2 10.7H11.69L14.495 13.5051C14.7684 13.7784 14.7684 14.2217 14.495 14.495C14.2217 14.7684 13.7784 14.7684 13.5051 14.495L10.7 11.69V13.2C10.7 13.5866 10.3866 13.9 10 13.9C9.61345 13.9 9.30005 13.5866 9.30005 13.2V10Z", fill: "currentColor", }), }), - PH = (e) => - kt("svg", { + xH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00002 2.70005C7.30162 2.70005 6.63182 2.97749 6.13798 3.47133C5.64413 3.96518 5.36669 4.63498 5.36669 5.33338C5.36669 5.57495 5.24214 5.79944 5.03718 5.9273C4.38545 6.33386 3.87933 6.93652 3.59153 7.64872C3.30373 8.36091 3.24906 9.146 3.43536 9.89121C3.62167 10.6364 4.03936 11.3034 4.62845 11.7964C5.21174 12.2845 5.93335 12.5772 6.69147 12.6334H7.30002V10.29L6.17172 9.16169C5.89835 8.88832 5.89835 8.44511 6.17172 8.17174C6.44508 7.89837 6.8883 7.89837 7.16167 8.17174L8.33336 9.34343L8.83838 8.83841C9.11175 8.56504 9.55497 8.56504 9.82833 8.83841C10.1017 9.11177 10.1017 9.55499 9.82833 9.82836L8.70002 10.9567V12.6334H9.20002C9.20832 12.6334 9.21662 12.6335 9.22491 12.6338C9.96165 12.66 10.686 12.4388 11.2823 12.0054C11.8787 11.572 12.3127 10.9513 12.5152 10.2425C12.7178 9.53364 12.6771 8.77739 12.3997 8.09435C12.1224 7.4113 11.6243 6.8408 10.9849 6.47382C10.7675 6.34902 10.6334 6.11744 10.6334 5.86672V5.33338C10.6334 4.63498 10.3559 3.96518 9.86207 3.47133C9.36823 2.97749 8.69843 2.70005 8.00002 2.70005ZM7.30002 14.0334V14.6667C7.30002 15.0533 7.61343 15.3667 8.00002 15.3667C8.38662 15.3667 8.70002 15.0533 8.70002 14.6667V14.0334H9.18809C10.2329 14.0677 11.2595 13.7526 12.1054 13.1379C12.9547 12.5206 13.5729 11.6367 13.8614 10.6271C14.1498 9.61753 14.0919 8.54045 13.6969 7.56762C13.3543 6.72386 12.7751 6.00068 12.0334 5.48263V5.33338C12.0334 4.26368 11.6084 3.23778 10.852 2.48138C10.0956 1.72499 9.06973 1.30005 8.00002 1.30005C6.93032 1.30005 5.90442 1.72499 5.14803 2.48138C4.48249 3.14692 4.07356 4.0211 3.98492 4.95018C3.23195 5.502 2.64512 6.25408 2.29351 7.12418C1.89482 8.11081 1.81907 9.1984 2.07716 10.2308C2.33525 11.2631 2.9139 12.1871 3.72998 12.8701C4.54606 13.553 5.55759 13.9597 6.61928 14.0318C6.63506 14.0328 6.65087 14.0334 6.66669 14.0334H7.30002Z", fill: "currentColor", }), }), - FH = (e) => - kt("svg", { + _H = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.505 0.838326C11.7784 0.564959 12.2216 0.564959 12.4949 0.838326L15.1616 3.50499C15.435 3.77836 15.435 4.22158 15.1616 4.49494L12.4949 7.16161C12.2216 7.43498 11.7784 7.43498 11.505 7.16161C11.2316 6.88824 11.2316 6.44503 11.505 6.17166L12.9767 4.69997H10.7333C10.0637 4.69997 9.44087 5.01096 9.12386 5.50911C9.11757 5.519 9.11104 5.52872 9.10426 5.53828L5.03279 11.2784C4.36865 12.1916 3.35882 12.7 2.26663 12.7H1.3333C0.946701 12.7 0.633301 12.3866 0.633301 12C0.633301 11.6134 0.946701 11.3 1.3333 11.3H2.26663C2.90657 11.3 3.49575 11.0095 3.89823 10.458L7.95287 4.74168C8.57118 3.78365 9.67539 3.29997 10.7333 3.29997H12.9767L11.505 1.82828C11.2316 1.55491 11.2316 1.11169 11.505 0.838326ZM0.633301 3.99997C0.633301 3.61337 0.946701 3.29997 1.3333 3.29997H2.59997C3.87525 3.29997 5.0362 4.05744 5.6163 5.13476C5.79958 5.47515 5.67223 5.89968 5.33184 6.08296C4.99145 6.26625 4.56692 6.13889 4.38364 5.7985C4.0304 5.1425 3.32469 4.69997 2.59997 4.69997H1.3333C0.946701 4.69997 0.633301 4.38657 0.633301 3.99997ZM11.505 8.83833C11.7784 8.56496 12.2216 8.56496 12.4949 8.83833L15.1616 11.505C15.435 11.7784 15.435 12.2216 15.1616 12.4949L12.4949 15.1616C12.2216 15.435 11.7784 15.435 11.505 15.1616C11.2316 14.8882 11.2316 14.445 11.505 14.1717L12.9767 12.7H10.7333C9.6318 12.7 8.54029 12.1148 7.94274 11.1758L7.93968 11.171L7.60637 10.6376C7.40147 10.3098 7.50113 9.87793 7.82897 9.67303C8.1568 9.46814 8.58867 9.5678 8.79357 9.89563L9.12525 10.4263C9.46141 10.9528 10.1023 11.3 10.7333 11.3H12.9767L11.505 9.82827C11.2316 9.55491 11.2316 9.11169 11.505 8.83833Z", fill: "currentColor", }), }), - UH = (e) => - kt("svg", { + AH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.37395 2.35363C3.49253 2.11648 3.73491 1.96667 4.00005 1.96667H12.0001C12.3867 1.96667 12.7001 2.28008 12.7001 2.66667V4.66667C12.7001 5.05327 12.3867 5.36667 12.0001 5.36667C11.6135 5.36667 11.3001 5.05327 11.3001 4.66667V3.36667H5.40005L8.56005 7.58001C8.74672 7.8289 8.74672 8.17112 8.56005 8.42001L5.40005 12.6333H11.3001V11.3333C11.3001 10.9467 11.6135 10.6333 12.0001 10.6333C12.3867 10.6333 12.7001 10.9467 12.7001 11.3333V13.3333C12.7001 13.7199 12.3867 14.0333 12.0001 14.0333H4.00005C3.73491 14.0333 3.49253 13.8835 3.37395 13.6464C3.25538 13.4092 3.28097 13.1255 3.44005 12.9133L7.12505 8.00001L3.44005 3.08667C3.28097 2.87456 3.25538 2.59077 3.37395 2.35363Z", fill: "currentColor", }), }), - zH = (e) => - kt("svg", { + ZH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3333 4.6333C11.7199 4.6333 12.0333 4.9467 12.0333 5.3333V13.3333C12.0333 13.7199 11.7199 14.0333 11.3333 14.0333C10.9467 14.0333 10.6333 13.7199 10.6333 13.3333V5.3333C10.6333 4.9467 10.9467 4.6333 11.3333 4.6333ZM7.99997 7.29997C8.38657 7.29997 8.69997 7.61337 8.69997 7.99997V13.3333C8.69997 13.7199 8.38657 14.0333 7.99997 14.0333C7.61337 14.0333 7.29997 13.7199 7.29997 13.3333V7.99997C7.29997 7.61337 7.61337 7.29997 7.99997 7.29997ZM4.66663 9.96663C5.05323 9.96663 5.36663 10.28 5.36663 10.6666V13.3333C5.36663 13.7199 5.05323 14.0333 4.66663 14.0333C4.28003 14.0333 3.96663 13.7199 3.96663 13.3333V10.6666C3.96663 10.28 4.28003 9.96663 4.66663 9.96663ZM0.633301 13.3333C0.633301 12.9467 0.946701 12.6333 1.3333 12.6333H1.33997C1.72657 12.6333 2.03997 12.9467 2.03997 13.3333C2.03997 13.7199 1.72657 14.0333 1.33997 14.0333H1.3333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333Z", fill: "currentColor", }), }), - GH = (e) => - kt("svg", { + IH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.6666 1.96667C15.0532 1.96667 15.3666 2.28008 15.3666 2.66667V13.3333C15.3666 13.7199 15.0532 14.0333 14.6666 14.0333C14.28 14.0333 13.9666 13.7199 13.9666 13.3333V2.66667C13.9666 2.28008 14.28 1.96667 14.6666 1.96667ZM11.3333 4.63334C11.7199 4.63334 12.0333 4.94674 12.0333 5.33334V13.3333C12.0333 13.7199 11.7199 14.0333 11.3333 14.0333C10.9467 14.0333 10.6333 13.7199 10.6333 13.3333V5.33334C10.6333 4.94674 10.9467 4.63334 11.3333 4.63334ZM7.99997 7.30001C8.38657 7.30001 8.69997 7.61341 8.69997 8.00001V13.3333C8.69997 13.7199 8.38657 14.0333 7.99997 14.0333C7.61337 14.0333 7.29997 13.7199 7.29997 13.3333V8.00001C7.29997 7.61341 7.61337 7.30001 7.99997 7.30001ZM4.66663 9.96667C5.05323 9.96667 5.36663 10.2801 5.36663 10.6667V13.3333C5.36663 13.7199 5.05323 14.0333 4.66663 14.0333C4.28003 14.0333 3.96663 13.7199 3.96663 13.3333V10.6667C3.96663 10.2801 4.28003 9.96667 4.66663 9.96667ZM0.633301 13.3333C0.633301 12.9467 0.946701 12.6333 1.3333 12.6333H1.33997C1.72657 12.6333 2.03997 12.9467 2.03997 13.3333C2.03997 13.7199 1.72657 14.0333 1.33997 14.0333H1.3333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333Z", fill: "currentColor", }), }), - $H = (e) => - kt("svg", { + kH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66663 9.96667C5.05323 9.96667 5.36663 10.2801 5.36663 10.6667V13.3333C5.36663 13.7199 5.05323 14.0333 4.66663 14.0333C4.28003 14.0333 3.96663 13.7199 3.96663 13.3333V10.6667C3.96663 10.2801 4.28003 9.96667 4.66663 9.96667ZM0.633301 13.3333C0.633301 12.9467 0.946701 12.6333 1.3333 12.6333H1.33997C1.72657 12.6333 2.03997 12.9467 2.03997 13.3333C2.03997 13.7199 1.72657 14.0333 1.33997 14.0333H1.3333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333Z", fill: "currentColor", }), }), - WH = (e) => - kt("svg", { + OH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 7.30005C8.38657 7.30005 8.69997 7.61345 8.69997 8.00005V13.3334C8.69997 13.72 8.38657 14.0334 7.99997 14.0334C7.61337 14.0334 7.29997 13.72 7.29997 13.3334V8.00005C7.29997 7.61345 7.61337 7.30005 7.99997 7.30005ZM4.66663 9.96672C5.05323 9.96672 5.36663 10.2801 5.36663 10.6667V13.3334C5.36663 13.72 5.05323 14.0334 4.66663 14.0334C4.28003 14.0334 3.96663 13.72 3.96663 13.3334V10.6667C3.96663 10.2801 4.28003 9.96672 4.66663 9.96672ZM0.633301 13.3334C0.633301 12.9468 0.946701 12.6334 1.3333 12.6334H1.33997C1.72657 12.6334 2.03997 12.9468 2.03997 13.3334C2.03997 13.72 1.72657 14.0334 1.33997 14.0334H1.3333C0.946701 14.0334 0.633301 13.72 0.633301 13.3334Z", fill: "currentColor", }), }), - jH = (e) => - kt("svg", { + BH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633301 13.3333C0.633301 12.9467 0.946701 12.6333 1.3333 12.6333H1.33997C1.72657 12.6333 2.03997 12.9467 2.03997 13.3333C2.03997 13.7199 1.72657 14.0333 1.33997 14.0333H1.3333C0.946701 14.0333 0.633301 13.7199 0.633301 13.3333Z", fill: "currentColor", }), }), - qH = (e) => - kt("svg", { + DH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.0333C7.832 2.0333 7.67091 2.10003 7.55213 2.2188C7.43336 2.33757 7.36663 2.49866 7.36663 2.66663V13.9666H8.6333V2.66663C8.6333 2.49866 8.56657 2.33757 8.4478 2.2188C8.32903 2.10003 8.16794 2.0333 7.99997 2.0333ZM10.033 2.6333C10.0244 2.10609 9.81121 1.60231 9.43775 1.22885C9.05643 0.847526 8.53924 0.633301 7.99997 0.633301C7.46069 0.633301 6.94351 0.847526 6.56218 1.22885C6.18872 1.60231 5.97554 2.10609 5.96691 2.6333H2.66663C2.48098 2.6333 2.30293 2.70705 2.17166 2.83833L0.838326 4.17166C0.564959 4.44503 0.564959 4.88824 0.838326 5.16161L2.17166 6.49494C2.30293 6.62622 2.48098 6.69997 2.66663 6.69997H5.96663V13.9666H5.3333C4.9467 13.9666 4.6333 14.28 4.6333 14.6666C4.6333 15.0532 4.9467 15.3666 5.3333 15.3666H10.6666C11.0532 15.3666 11.3666 15.0532 11.3666 14.6666C11.3666 14.28 11.0532 13.9666 10.6666 13.9666H10.0333V6.69997H13.3333C13.519 6.69997 13.697 6.62622 13.8283 6.49494L15.1616 5.16161C15.435 4.88824 15.435 4.44503 15.1616 4.17166L13.8283 2.83833C13.697 2.70705 13.519 2.6333 13.3333 2.6333H10.033ZM10.0333 4.0333V5.29997H13.0434L13.6767 4.66663L13.0434 4.0333H10.0333ZM5.96663 5.29997V4.0333H2.95658L2.32325 4.66663L2.95658 5.29997H5.96663Z", fill: "currentColor", }), }), - YH = (e) => - kt("svg", { + PH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 1.30005C8.38657 1.30005 8.69997 1.61345 8.69997 2.00005V3.30005H12.3333C12.519 3.30005 12.697 3.3738 12.8283 3.50507L15.1616 5.83841C15.435 6.11177 15.435 6.55499 15.1616 6.82836L12.8283 9.16169C12.697 9.29297 12.519 9.36672 12.3333 9.36672H8.69997V14C8.69997 14.3866 8.38657 14.7 7.99997 14.7C7.61337 14.7 7.29997 14.3866 7.29997 14V9.36672H3.66663C3.48098 9.36672 3.30293 9.29297 3.17166 9.16169L0.838326 6.82836C0.564959 6.55499 0.564959 6.11177 0.838326 5.83841L3.17166 3.50507C3.30293 3.3738 3.48098 3.30005 3.66663 3.30005H7.29997V2.00005C7.29997 1.61345 7.61337 1.30005 7.99997 1.30005ZM3.95658 4.70005L2.32325 6.33338L3.95658 7.96672H12.0434L13.6767 6.33338L12.0434 4.70005H3.95658Z", fill: "currentColor", }), }), - KH = (e) => - kt("svg", { + FH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633301C8.38657 0.633301 8.69997 0.946701 8.69997 1.3333V1.99997C8.69997 2.38657 8.38657 2.69997 7.99997 2.69997C7.61337 2.69997 7.29997 2.38657 7.29997 1.99997V1.3333C7.29997 0.946701 7.61337 0.633301 7.99997 0.633301ZM12.8283 2.50499C13.1016 2.77836 13.1016 3.22158 12.8283 3.49494L12.4949 3.82828C12.2216 4.10164 11.7784 4.10164 11.505 3.82828C11.2316 3.55491 11.2316 3.11169 11.505 2.83833L11.8383 2.50499C12.1117 2.23163 12.5549 2.23163 12.8283 2.50499ZM2.79099 2.79099C3.06436 2.51763 3.50758 2.51763 3.78094 2.79099L4.25228 3.26233C4.52564 3.53569 4.52564 3.97891 4.25228 4.25228C3.97891 4.52564 3.53569 4.52564 3.26233 4.25228L2.79099 3.78094C2.51763 3.50758 2.51763 3.06436 2.79099 2.79099ZM7.99997 5.36663C7.30156 5.36663 6.63176 5.64407 6.13792 6.13792C5.64407 6.63176 5.36663 7.30156 5.36663 7.99997V11.3H7.29997V7.99997C7.29997 7.61337 7.61337 7.29997 7.99997 7.29997C8.38657 7.29997 8.69997 7.61337 8.69997 7.99997V11.3H10.6333V7.99997C10.6333 7.30156 10.3559 6.63176 9.86201 6.13792C9.36817 5.64407 8.69837 5.36663 7.99997 5.36663ZM12.0333 11.4243V7.99997C12.0333 6.93026 11.6084 5.90437 10.852 5.14797C10.0956 4.39157 9.06967 3.96663 7.99997 3.96663C6.93026 3.96663 5.90437 4.39157 5.14797 5.14797C4.39157 5.90437 3.96663 6.93026 3.96663 7.99997V11.4243C3.692 11.525 3.43966 11.6847 3.22885 11.8955C2.84753 12.2768 2.6333 12.794 2.6333 13.3333V14C2.6333 14.3624 2.77729 14.71 3.03359 14.9663C3.28989 15.2226 3.63751 15.3666 3.99997 15.3666H12C12.3624 15.3666 12.71 15.2226 12.9663 14.9663C13.2226 14.71 13.3666 14.3624 13.3666 14V13.3333C13.3666 12.794 13.1524 12.2768 12.7711 11.8955C12.5603 11.6847 12.3079 11.525 12.0333 11.4243ZM4.66663 12.7C4.49866 12.7 4.33757 12.7667 4.2188 12.8855C4.10003 13.0042 4.0333 13.1653 4.0333 13.3333V13.9666H11.9666V13.3333C11.9666 13.1653 11.8999 13.0042 11.7811 12.8855C11.6624 12.7667 11.5013 12.7 11.3333 12.7H4.66663ZM0.633301 7.99997C0.633301 7.61337 0.946701 7.29997 1.3333 7.29997H1.99997C2.38657 7.29997 2.69997 7.61337 2.69997 7.99997C2.69997 8.38657 2.38657 8.69997 1.99997 8.69997H1.3333C0.946701 8.69997 0.633301 8.38657 0.633301 7.99997ZM13.3 7.99997C13.3 7.61337 13.6134 7.29997 14 7.29997H14.6666C15.0532 7.29997 15.3666 7.61337 15.3666 7.99997C15.3666 8.38657 15.0532 8.69997 14.6666 8.69997H14C13.6134 8.69997 13.3 8.38657 13.3 7.99997Z", fill: "currentColor", }), }), - XH = (e) => - kt("svg", { + UH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.99997 0.633301C1.24518 0.633301 0.633301 1.24518 0.633301 1.99997V4.66663C0.633301 5.42142 1.24518 6.0333 1.99997 6.0333H2.6333V9.96655H1.99997C1.24518 9.96655 0.633301 10.5784 0.633301 11.3332V13.9999C0.633301 14.7547 1.24518 15.3666 1.99997 15.3666H4.66663C5.42142 15.3666 6.0333 14.7547 6.0333 13.9999V13.3666H7.9847C7.98977 13.3667 7.99486 13.3667 7.99996 13.3667C8.00506 13.3667 8.01014 13.3667 8.01522 13.3666H9.96664V13.9999C9.96664 14.7547 10.5785 15.3666 11.3333 15.3666H14C14.7548 15.3666 15.3666 14.7547 15.3666 13.9999V11.3332C15.3666 10.5784 14.7548 9.96655 14 9.96655H13.3666V6.0333H14C14.7548 6.0333 15.3666 5.42142 15.3666 4.66663V1.99997C15.3666 1.24518 14.7548 0.633301 14 0.633301H11.3333C10.5785 0.633301 9.96664 1.24518 9.96664 1.99997V2.6333H6.0333V1.99997C6.0333 1.24518 5.42142 0.633301 4.66663 0.633301H1.99997ZM8.69996 11.9666H9.96664V11.3332C9.96664 10.5784 10.5785 9.96655 11.3333 9.96655H11.9666V6.0333H11.3333C10.5785 6.0333 9.96664 5.42142 9.96664 4.66663V4.0333H8.69996V5.30005H9.33329C10.0881 5.30005 10.7 5.91193 10.7 6.66672V9.33338C10.7 10.0882 10.0881 10.7 9.33329 10.7H8.69996V11.9666ZM9.29996 9.30005V6.70005H6.69996V9.30005H9.29996ZM7.29996 10.7V11.9666H6.0333V11.3332C6.0333 10.5784 5.42142 9.96655 4.66663 9.96655H4.0333V6.0333H4.66663C5.42142 6.0333 6.0333 5.42142 6.0333 4.66663V4.0333H7.29996V5.30005H6.66662C5.91183 5.30005 5.29996 5.91193 5.29996 6.66672V9.33338C5.29996 10.0882 5.91184 10.7 6.66662 10.7H7.29996ZM3.34413 11.3666H4.6333V13.9666H2.0333V11.3666H3.32247L3.3333 11.3666L3.34413 11.3666ZM4.6333 2.0333H2.0333V4.6333H4.6333V2.0333ZM13.9666 4.6333V2.0333H11.3666V4.6333H13.9666ZM12.6558 11.3666H11.3666V13.9666H13.9666V11.3666H12.6775L12.6666 11.3666L12.6558 11.3666Z", fill: "currentColor", }), }), - QH = (e) => - kt("svg", { + zH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9699 2.03577C13.2124 2.15233 13.3666 2.3976 13.3666 2.66668V13.3333C13.3666 13.6024 13.2124 13.8477 12.9699 13.9643C12.7273 14.0808 12.4395 14.0481 12.2293 13.88L5.56268 8.54662C5.39663 8.41378 5.29997 8.21266 5.29997 8.00001C5.29997 7.78737 5.39663 7.58625 5.56268 7.45341L12.2293 2.12007C12.4395 1.95198 12.7273 1.91921 12.9699 2.03577ZM7.12051 8.00001L11.9666 11.8769V4.12312L7.12051 8.00001ZM3.3333 2.63335C3.7199 2.63335 4.0333 2.94675 4.0333 3.33335V12.6667C4.0333 13.0533 3.7199 13.3667 3.3333 13.3667C2.9467 13.3667 2.6333 13.0533 2.6333 12.6667V3.33335C2.6333 2.94675 2.9467 2.63335 3.3333 2.63335Z", fill: "currentColor", }), }), - JH = (e) => - kt("svg", { + GH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.03007 2.03577C3.27259 1.91921 3.56047 1.95198 3.77059 2.12007L10.4373 7.45341C10.6033 7.58625 10.7 7.78737 10.7 8.00001C10.7 8.21266 10.6033 8.41378 10.4373 8.54662L3.77059 13.88C3.56047 14.0481 3.27259 14.0808 3.03007 13.9643C2.78754 13.8477 2.6333 13.6024 2.6333 13.3333V2.66668C2.6333 2.3976 2.78754 2.15233 3.03007 2.03577ZM4.0333 4.12312V11.8769L8.87942 8.00001L4.0333 4.12312ZM12.6666 2.63335C13.0532 2.63335 13.3666 2.94675 13.3666 3.33335V12.6667C13.3666 13.0533 13.0532 13.3667 12.6666 13.3667C12.28 13.3667 11.9666 13.0533 11.9666 12.6667V3.33335C11.9666 2.94675 12.28 2.63335 12.6666 2.63335Z", fill: "currentColor", }), }), - eE = (e) => - kt("svg", { + $H = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.62669 2.32966C5.62327 1.65762 6.79788 1.29858 7.99989 1.29858C9.20189 1.29858 10.3765 1.65762 11.3731 2.32966C12.3697 3.00169 13.1428 3.95609 13.5934 5.07046C14.0439 6.18484 14.1513 7.40839 13.9018 8.58422C13.69 9.58257 13.2291 10.5079 12.5657 11.2758C12.6259 11.4338 12.6665 11.5994 12.6859 11.7691C12.7294 12.1496 12.6645 12.5346 12.4988 12.8799C12.3331 13.2251 12.0732 13.5166 11.7492 13.7206C11.628 13.7969 11.4997 13.8598 11.3666 13.9087V14.6666C11.3666 15.0532 11.0532 15.3666 10.6666 15.3666H5.33322C4.94662 15.3666 4.63322 15.0532 4.63322 14.6666V13.9087C4.50006 13.8598 4.37177 13.7969 4.25062 13.7206C3.92654 13.5166 3.66668 13.2251 3.50096 12.8799C3.33523 12.5346 3.27038 12.1496 3.31387 11.7691C3.33326 11.5994 3.37383 11.4338 3.43405 11.2758C2.77072 10.5079 2.30979 9.58257 2.09795 8.58422C1.84846 7.40839 1.95587 6.18484 2.40642 5.07046C2.85696 3.95609 3.6301 3.00169 4.62669 2.32966ZM7.99989 2.69858C7.0768 2.69858 6.17475 2.97431 5.40942 3.4904C4.64408 4.0065 4.05035 4.73943 3.70435 5.59522C3.35835 6.45101 3.27586 7.39064 3.46746 8.29363C3.65906 9.19661 4.11601 10.0218 4.77972 10.6633C5.03953 10.9145 5.06549 11.3221 4.83966 11.6041C4.7651 11.6973 4.71836 11.8095 4.70482 11.928C4.69127 12.0466 4.71147 12.1665 4.76309 12.274C4.81471 12.3816 4.89565 12.4723 4.99659 12.5359C5.09753 12.5995 5.21437 12.6332 5.33366 12.6333C5.72009 12.6335 6.03322 12.9469 6.03322 13.3333V13.9666H9.96655V13.3333C9.96655 12.9469 10.2797 12.6335 10.6661 12.6333C10.7854 12.6332 10.9022 12.5995 11.0032 12.5359C11.1041 12.4723 11.1851 12.3816 11.2367 12.274C11.2883 12.1665 11.3085 12.0466 11.295 11.928C11.2814 11.8095 11.2347 11.6973 11.1601 11.6041C10.9343 11.3221 10.9602 10.9145 11.2201 10.6633C11.8838 10.0218 12.3407 9.19661 12.5323 8.29363C12.7239 7.39064 12.6414 6.45101 12.2954 5.59522C11.9494 4.73943 11.3557 4.0065 10.5904 3.4904C9.82502 2.97431 8.92298 2.69858 7.99989 2.69858ZM5.99989 8.0333C6.0183 8.0333 6.03322 8.01838 6.03322 7.99997C6.03322 7.98156 6.0183 7.96664 5.99989 7.96664C5.98148 7.96664 5.96656 7.98156 5.96656 7.99997C5.96656 8.01838 5.98148 8.0333 5.99989 8.0333ZM4.63322 7.99997C4.63322 7.24518 5.2451 6.6333 5.99989 6.6333C6.75468 6.6333 7.36656 7.24518 7.36656 7.99997C7.36656 8.75476 6.75468 9.36664 5.99989 9.36664C5.2451 9.36664 4.63322 8.75476 4.63322 7.99997ZM9.99989 8.0333C10.0183 8.0333 10.0332 8.01838 10.0332 7.99997C10.0332 7.98156 10.0183 7.96664 9.99989 7.96664C9.98148 7.96664 9.96655 7.98156 9.96655 7.99997C9.96655 8.01838 9.98148 8.0333 9.99989 8.0333ZM8.63322 7.99997C8.63322 7.24518 9.2451 6.6333 9.99989 6.6333C10.7547 6.6333 11.3666 7.24518 11.3666 7.99997C11.3666 8.75476 10.7547 9.36664 9.99989 9.36664C9.2451 9.36664 8.63322 8.75476 8.63322 7.99997ZM7.99989 9.96664C8.26503 9.96664 8.50741 10.1164 8.62599 10.3536L8.95932 11.0203C9.06782 11.2372 9.05622 11.4949 8.92868 11.7013C8.80113 11.9077 8.57583 12.0333 8.33322 12.0333H7.66656C7.42395 12.0333 7.19864 11.9077 7.0711 11.7013C6.94356 11.4949 6.93196 11.2372 7.04046 11.0203L7.37379 10.3536C7.49236 10.1164 7.73475 9.96664 7.99989 9.96664Z", fill: "currentColor", }), }), - tE = (e) => - kt("svg", { + WH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33498 0.665967C5.66475 0.600372 6.00656 0.634037 6.3172 0.762706C6.62783 0.891375 6.89333 1.10927 7.08013 1.38883C7.26693 1.6684 7.36663 1.99707 7.36663 2.3333V3.3333C7.36663 3.7199 7.05323 4.0333 6.66663 4.0333H5.66663C5.33041 4.0333 5.00173 3.9336 4.72217 3.7468C4.4426 3.56 4.22471 3.2945 4.09604 2.98386C3.96737 2.67323 3.9337 2.33142 3.9993 2.00165C4.06489 1.67188 4.2268 1.36897 4.46455 1.13122C4.7023 0.893471 5.00521 0.731561 5.33498 0.665967ZM5.78144 2.05614C5.72662 2.03343 5.6663 2.02749 5.60811 2.03907C5.54991 2.05064 5.49646 2.07921 5.4545 2.12117C5.41255 2.16313 5.38397 2.21658 5.3724 2.27477C5.36082 2.33297 5.36676 2.39329 5.38947 2.44811C5.41218 2.50292 5.45063 2.54978 5.49996 2.58274C5.5493 2.61571 5.6073 2.6333 5.66663 2.6333H5.96663V2.3333C5.96663 2.27397 5.94904 2.21596 5.91608 2.16663C5.88311 2.1173 5.83626 2.07884 5.78144 2.05614ZM9.96663 2.3333C9.96663 2.16762 9.83232 2.0333 9.66663 2.0333C9.50095 2.0333 9.36663 2.16762 9.36663 2.3333V5.66663C9.36663 5.83232 9.50095 5.96663 9.66663 5.96663C9.83232 5.96663 9.96663 5.83232 9.96663 5.66663V2.3333ZM7.96663 2.3333C7.96663 1.39442 8.72775 0.633301 9.66663 0.633301C10.6055 0.633301 11.3666 1.39442 11.3666 2.3333V5.66663C11.3666 6.60552 10.6055 7.36663 9.66663 7.36663C8.72775 7.36663 7.96663 6.60552 7.96663 5.66663V2.3333ZM13.0161 4.09604C13.3267 3.96737 13.6685 3.9337 13.9983 3.9993C14.3281 4.06489 14.631 4.2268 14.8687 4.46455C15.1065 4.7023 15.2684 5.00521 15.334 5.33498C15.3996 5.66475 15.3659 6.00656 15.2372 6.3172C15.1086 6.62783 14.8907 6.89333 14.6111 7.08013C14.3315 7.26693 14.0029 7.36663 13.6666 7.36663H12.6666C12.28 7.36663 11.9666 7.05323 11.9666 6.66663V5.66663C11.9666 5.33041 12.0663 5.00173 12.2531 4.72217C12.4399 4.4426 12.7054 4.22471 13.0161 4.09604ZM13.7252 5.3724C13.667 5.36082 13.6066 5.36676 13.5518 5.38947C13.497 5.41218 13.4502 5.45063 13.4172 5.49996C13.3842 5.5493 13.3666 5.6073 13.3666 5.66663V5.96663H13.6666C13.726 5.96663 13.784 5.94904 13.8333 5.91608C13.8826 5.88311 13.9211 5.83626 13.9438 5.78144C13.9665 5.72662 13.9724 5.6663 13.9609 5.60811C13.9493 5.54991 13.9207 5.49646 13.8788 5.4545C13.8368 5.41255 13.7834 5.38397 13.7252 5.3724ZM2.3333 6.0333C2.16762 6.0333 2.0333 6.16762 2.0333 6.3333C2.0333 6.49899 2.16762 6.6333 2.3333 6.6333H5.66663C5.83232 6.6333 5.96663 6.49899 5.96663 6.3333C5.96663 6.16762 5.83232 6.0333 5.66663 6.0333H2.3333ZM0.633301 6.3333C0.633301 5.39442 1.39442 4.6333 2.3333 4.6333H5.66663C6.60552 4.6333 7.36663 5.39442 7.36663 6.3333C7.36663 7.27218 6.60552 8.0333 5.66663 8.0333H2.3333C1.39442 8.0333 0.633301 7.27218 0.633301 6.3333ZM10.3333 9.36663C10.1676 9.36663 10.0333 9.50095 10.0333 9.66663C10.0333 9.83232 10.1676 9.96663 10.3333 9.96663H13.6666C13.8323 9.96663 13.9666 9.83232 13.9666 9.66663C13.9666 9.50095 13.8323 9.36663 13.6666 9.36663H10.3333ZM8.6333 9.66663C8.6333 8.72775 9.39442 7.96663 10.3333 7.96663H13.6666C14.6055 7.96663 15.3666 8.72775 15.3666 9.66663C15.3666 10.6055 14.6055 11.3666 13.6666 11.3666H10.3333C9.39442 11.3666 8.6333 10.6055 8.6333 9.66663ZM1.38883 8.9198C1.6684 8.733 1.99707 8.6333 2.3333 8.6333H3.3333C3.7199 8.6333 4.0333 8.9467 4.0333 9.3333V10.3333C4.0333 10.6695 3.9336 10.9982 3.7468 11.2778C3.56 11.5573 3.2945 11.7752 2.98386 11.9039C2.67323 12.0326 2.33142 12.0662 2.00165 12.0006C1.67188 11.935 1.36897 11.7731 1.13122 11.5354C0.893471 11.2976 0.731562 10.9947 0.665967 10.665C0.600372 10.3352 0.634037 9.99337 0.762706 9.68274C0.891375 9.3721 1.10927 9.1066 1.38883 8.9198ZM2.3333 10.0333C2.27397 10.0333 2.21596 10.0509 2.16663 10.0839C2.1173 10.1168 2.07884 10.1637 2.05614 10.2185C2.03343 10.2733 2.02749 10.3336 2.03907 10.3918C2.05064 10.45 2.07921 10.5035 2.12117 10.5454C2.16313 10.5874 2.21658 10.616 2.27477 10.6275C2.33297 10.6391 2.39329 10.6332 2.44811 10.6105C2.50292 10.5878 2.54978 10.5493 2.58274 10.5C2.61571 10.4506 2.6333 10.3926 2.6333 10.3333V10.0333H2.3333ZM6.3333 10.0333C6.16762 10.0333 6.0333 10.1676 6.0333 10.3333V13.6666C6.0333 13.8323 6.16762 13.9666 6.3333 13.9666C6.49899 13.9666 6.6333 13.8323 6.6333 13.6666V10.3333C6.6333 10.1676 6.49899 10.0333 6.3333 10.0333ZM4.6333 10.3333C4.6333 9.39442 5.39442 8.6333 6.3333 8.6333C7.27218 8.6333 8.0333 9.39442 8.0333 10.3333V13.6666C8.0333 14.6055 7.27218 15.3666 6.3333 15.3666C5.39442 15.3666 4.6333 14.6055 4.6333 13.6666V10.3333ZM8.6333 12.6666C8.6333 12.28 8.9467 11.9666 9.3333 11.9666H10.3333C10.6695 11.9666 10.9982 12.0663 11.2778 12.2531C11.5573 12.4399 11.7752 12.7054 11.9039 13.0161C12.0326 13.3267 12.0662 13.6685 12.0006 13.9983C11.935 14.3281 11.7731 14.631 11.5354 14.8687C11.2976 15.1065 10.9947 15.2684 10.665 15.334C10.3352 15.3996 9.99337 15.3659 9.68274 15.2372C9.37211 15.1086 9.1066 14.8907 8.9198 14.6111C8.733 14.3315 8.6333 14.0029 8.6333 13.6666V12.6666ZM10.0333 13.3666V13.6666C10.0333 13.726 10.0509 13.784 10.0839 13.8333C10.1168 13.8826 10.1637 13.9211 10.2185 13.9438C10.2733 13.9665 10.3336 13.9724 10.3918 13.9609C10.45 13.9493 10.5035 13.9207 10.5454 13.8788C10.5874 13.8368 10.616 13.7834 10.6275 13.7252C10.6391 13.667 10.6332 13.6066 10.6105 13.5518C10.5878 13.497 10.5493 13.4502 10.5 13.4172C10.4506 13.3842 10.3926 13.3666 10.3333 13.3666H10.0333Z", fill: "currentColor", }), }), - nE = (e) => - kt("svg", { + jH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1616 0.838326C15.435 1.11169 15.435 1.55491 15.1616 1.82828L1.82828 15.1616C1.55491 15.435 1.11169 15.435 0.838326 15.1616C0.564959 14.8882 0.564959 14.445 0.838326 14.1717L14.1717 0.838326C14.445 0.564959 14.8882 0.564959 15.1616 0.838326Z", fill: "currentColor", }), }), - rE = (e) => - kt("svg", { + qH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.7517 1.92502C12.1482 1.52853 12.6859 1.30579 13.2467 1.30579C13.8074 1.30579 14.3451 1.52853 14.7416 1.92502C15.1381 2.32152 15.3609 2.85928 15.3609 3.42C15.3609 3.98072 15.1381 4.51848 14.7416 4.91497L8.03333 11.6233V13.3333C8.03333 13.7199 7.71993 14.0333 7.33333 14.0333H1.33333C1.05021 14.0333 0.794964 13.8628 0.686617 13.6012C0.57827 13.3396 0.638159 13.0386 0.838358 12.8384L11.7517 1.92502ZM7.33333 10.3434L13.7517 3.92502C13.8856 3.79108 13.9609 3.60942 13.9609 3.42C13.9609 3.23058 13.8856 3.04891 13.7517 2.91497C13.6178 2.78103 13.4361 2.70579 13.2467 2.70579C13.0572 2.70579 12.8756 2.78103 12.7416 2.91497L6.32328 9.33333L7.33333 10.3434ZM5.33333 10.3233L3.02328 12.6333H6.63333V11.6233L5.33333 10.3233Z", fill: "currentColor", }), }), - oE = (e) => - kt("svg", { + YH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.33333 0.633301C9.71993 0.633301 10.0333 0.946701 10.0333 1.3333V1.96663H14C14.3866 1.96663 14.7 2.28003 14.7 2.66663C14.7 3.05323 14.3866 3.36663 14 3.36663H10.0333V3.99997C10.0333 4.38657 9.71993 4.69997 9.33333 4.69997C8.94673 4.69997 8.63333 4.38657 8.63333 3.99997V1.3333C8.63333 0.946701 8.94673 0.633301 9.33333 0.633301ZM1.3 2.66663C1.3 2.28003 1.6134 1.96663 2 1.96663H6.66667C7.05327 1.96663 7.36667 2.28003 7.36667 2.66663C7.36667 3.05323 7.05327 3.36663 6.66667 3.36663H2C1.6134 3.36663 1.3 3.05323 1.3 2.66663ZM5.33333 5.96663C5.71993 5.96663 6.03333 6.28003 6.03333 6.66663V9.3333C6.03333 9.7199 5.71993 10.0333 5.33333 10.0333C4.94673 10.0333 4.63333 9.7199 4.63333 9.3333V8.69997H2C1.6134 8.69997 1.3 8.38657 1.3 7.99997C1.3 7.61337 1.6134 7.29997 2 7.29997H4.63333V6.66663C4.63333 6.28003 4.94673 5.96663 5.33333 5.96663ZM7.3 7.99997C7.3 7.61337 7.6134 7.29997 8 7.29997H14C14.3866 7.29997 14.7 7.61337 14.7 7.99997C14.7 8.38657 14.3866 8.69997 14 8.69997H8C7.6134 8.69997 7.3 8.38657 7.3 7.99997ZM10.6667 11.3C11.0533 11.3 11.3667 11.6134 11.3667 12V12.6333H14C14.3866 12.6333 14.7 12.9467 14.7 13.3333C14.7 13.7199 14.3866 14.0333 14 14.0333H11.3667V14.6666C11.3667 15.0532 11.0533 15.3666 10.6667 15.3666C10.2801 15.3666 9.96667 15.0532 9.96667 14.6666V12C9.96667 11.6134 10.2801 11.3 10.6667 11.3ZM1.3 13.3333C1.3 12.9467 1.6134 12.6333 2 12.6333H8C8.3866 12.6333 8.7 12.9467 8.7 13.3333C8.7 13.7199 8.3866 14.0333 8 14.0333H2C1.6134 14.0333 1.3 13.7199 1.3 13.3333Z", fill: "currentColor", }), }), - iE = (e) => - kt("svg", { + KH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 1.30005C3.05326 1.30005 3.36666 1.61345 3.36666 2.00005V6.66672C3.36666 7.05331 3.05326 7.36672 2.66666 7.36672C2.28007 7.36672 1.96666 7.05331 1.96666 6.66672V2.00005C1.96666 1.61345 2.28007 1.30005 2.66666 1.30005ZM8 1.30005C8.3866 1.30005 8.7 1.61345 8.7 2.00005V4.63338H9.33333C9.71993 4.63338 10.0333 4.94678 10.0333 5.33338C10.0333 5.71998 9.71993 6.03338 9.33333 6.03338H6.66666C6.28006 6.03338 5.96666 5.71998 5.96666 5.33338C5.96666 4.94678 6.28006 4.63338 6.66666 4.63338H7.3V2.00005C7.3 1.61345 7.6134 1.30005 8 1.30005ZM13.3333 1.30005C13.7199 1.30005 14.0333 1.61345 14.0333 2.00005V8.00005C14.0333 8.38665 13.7199 8.70005 13.3333 8.70005C12.9467 8.70005 12.6333 8.38665 12.6333 8.00005V2.00005C12.6333 1.61345 12.9467 1.30005 13.3333 1.30005ZM8 7.30005C8.3866 7.30005 8.7 7.61345 8.7 8.00005V14C8.7 14.3866 8.3866 14.7 8 14.7C7.6134 14.7 7.3 14.3866 7.3 14V8.00005C7.3 7.61345 7.6134 7.30005 8 7.30005ZM0.633331 9.33338C0.633331 8.94678 0.946732 8.63338 1.33333 8.63338H4C4.3866 8.63338 4.7 8.94678 4.7 9.33338C4.7 9.71998 4.3866 10.0334 4 10.0334H3.36666V14C3.36666 14.3866 3.05326 14.7 2.66666 14.7C2.28007 14.7 1.96666 14.3866 1.96666 14V10.0334H1.33333C0.946732 10.0334 0.633331 9.71998 0.633331 9.33338ZM11.3 10.6667C11.3 10.2801 11.6134 9.96672 12 9.96672H14.6667C15.0533 9.96672 15.3667 10.2801 15.3667 10.6667C15.3667 11.0533 15.0533 11.3667 14.6667 11.3667H14.0333V14C14.0333 14.3866 13.7199 14.7 13.3333 14.7C12.9467 14.7 12.6333 14.3866 12.6333 14V11.3667H12C11.6134 11.3667 11.3 11.0533 11.3 10.6667Z", fill: "currentColor", }), }), - lE = (e) => - kt("svg", { + XH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66666 2.0333C4.31688 2.0333 4.03333 2.31685 4.03333 2.66663V13.3333C4.03333 13.6831 4.31688 13.9666 4.66666 13.9666H11.3333C11.6831 13.9666 11.9667 13.6831 11.9667 13.3333V2.66663C11.9667 2.31685 11.6831 2.0333 11.3333 2.0333H4.66666ZM2.63333 2.66663C2.63333 1.54366 3.54369 0.633301 4.66666 0.633301H11.3333C12.4563 0.633301 13.3667 1.54366 13.3667 2.66663V13.3333C13.3667 14.4563 12.4563 15.3666 11.3333 15.3666H4.66666C3.54369 15.3666 2.63333 14.4563 2.63333 13.3333V2.66663ZM8.83299 4.75089C9.15465 4.96535 9.24154 5.39997 9.02708 5.72162L7.97472 7.29997H9.33333C9.59149 7.29997 9.8287 7.44206 9.95051 7.66968C10.0723 7.8973 10.059 8.17349 9.91574 8.38829L8.13774 11.055C7.92328 11.3766 7.48867 11.4635 7.16701 11.249C6.84535 11.0346 6.75845 10.6 6.97292 10.2783L8.02528 8.69997H6.66666C6.4085 8.69997 6.17129 8.55787 6.04948 8.33025C5.92767 8.10263 5.94104 7.82644 6.08425 7.61164L7.86225 4.94498C8.07672 4.62332 8.51133 4.53642 8.83299 4.75089Z", fill: "currentColor", }), }), - aE = (e) => - kt("svg", { + QH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66666 2.0333C4.31688 2.0333 4.03333 2.31685 4.03333 2.66663V13.3333C4.03333 13.6831 4.31688 13.9666 4.66666 13.9666H11.3333C11.6831 13.9666 11.9667 13.6831 11.9667 13.3333V2.66663C11.9667 2.31685 11.6831 2.0333 11.3333 2.0333H4.66666ZM2.63333 2.66663C2.63333 1.54366 3.54369 0.633301 4.66666 0.633301H11.3333C12.4563 0.633301 13.3667 1.54366 13.3667 2.66663V13.3333C13.3667 14.4563 12.4563 15.3666 11.3333 15.3666H4.66666C3.54369 15.3666 2.63333 14.4563 2.63333 13.3333V2.66663ZM7.3 12C7.3 11.6134 7.6134 11.3 8 11.3H8.00666C8.39326 11.3 8.70666 11.6134 8.70666 12C8.70666 12.3866 8.39326 12.7 8.00666 12.7H8C7.6134 12.7 7.3 12.3866 7.3 12Z", fill: "currentColor", }), }), - CE = (e) => - kt("svg", { + JH = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9254 2.12593C13.2608 1.93376 13.6885 2.04991 13.8807 2.38536C14.8597 4.09424 15.3754 6.02921 15.3766 7.99866C15.3779 9.96811 14.8647 11.9037 13.8878 13.6139C13.6961 13.9495 13.2685 14.0662 12.9328 13.8745C12.5971 13.6827 12.4804 13.2552 12.6722 12.9195C13.5281 11.4211 13.9777 9.72514 13.9766 7.99955C13.9755 6.27396 13.5237 4.57858 12.6659 3.08129C12.4738 2.74584 12.5899 2.31811 12.9254 2.12593ZM2.03333 4.69999V11.3H5.3V4.69999H2.03333ZM0.633331 4.66666C0.633331 3.91187 1.24521 3.29999 2 3.29999H5.33333C6.08812 3.29999 6.7 3.91187 6.7 4.66666V11.3333C6.7 12.0881 6.08812 12.7 5.33333 12.7H2C1.24521 12.7 0.633331 12.0881 0.633331 11.3333V4.66666ZM10.6287 3.53071C10.9652 3.34037 11.3923 3.45885 11.5826 3.79535C12.3081 5.07793 12.6894 6.52643 12.6894 7.99999C12.6894 9.47355 12.3081 10.922 11.5826 12.2046C11.3923 12.5411 10.9652 12.6596 10.6287 12.4693C10.2922 12.2789 10.1737 11.8518 10.3641 11.5153C10.9706 10.443 11.2894 9.23198 11.2894 7.99999C11.2894 6.76799 10.9706 5.55696 10.3641 4.48463C10.1737 4.14814 10.2922 3.72105 10.6287 3.53071ZM8.31996 4.93855C8.65581 4.74707 9.0833 4.8641 9.27477 5.19995C9.76113 6.05301 10.0169 7.01803 10.0169 7.99999C10.0169 8.98195 9.76113 9.94697 9.27477 10.8C9.0833 11.1359 8.65581 11.2529 8.31996 11.0614C7.98411 10.87 7.86708 10.4425 8.05856 10.1066C8.42447 9.46482 8.6169 8.73877 8.6169 7.99999C8.6169 7.2612 8.42447 6.53516 8.05856 5.89336C7.86708 5.55751 7.98411 5.13002 8.31996 4.93855Z", fill: "currentColor", }), }), - sE = (e) => - kt("svg", { + eE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.0333C4.7047 2.0333 2.03333 4.70467 2.03333 7.99997C2.03333 11.2953 4.7047 13.9666 8 13.9666C11.2953 13.9666 13.9667 11.2953 13.9667 7.99997C13.9667 4.70467 11.2953 2.0333 8 2.0333ZM0.633331 7.99997C0.633331 3.93147 3.9315 0.633301 8 0.633301C12.0685 0.633301 15.3667 3.93147 15.3667 7.99997C15.3667 12.0685 12.0685 15.3666 8 15.3666C3.9315 15.3666 0.633331 12.0685 0.633331 7.99997ZM5.3 5.99997C5.3 5.61337 5.6134 5.29997 6 5.29997H6.00666C6.39326 5.29997 6.70666 5.61337 6.70666 5.99997C6.70666 6.38657 6.39326 6.69997 6.00666 6.69997H6C5.6134 6.69997 5.3 6.38657 5.3 5.99997ZM9.3 5.99997C9.3 5.61337 9.6134 5.29997 10 5.29997H10.0067C10.3933 5.29997 10.7067 5.61337 10.7067 5.99997C10.7067 6.38657 10.3933 6.69997 10.0067 6.69997H10C9.6134 6.69997 9.3 6.38657 9.3 5.99997ZM4.91333 8.7733C5.22159 8.54211 5.65847 8.60361 5.89102 8.91023L5.8938 8.91378C5.89758 8.91856 5.90492 8.9277 5.91574 8.94058C5.93741 8.96641 5.97274 9.00693 6.02101 9.0573C6.11813 9.15864 6.26422 9.29628 6.45338 9.43385C6.83441 9.71096 7.35954 9.96663 8 9.96663C8.64046 9.96663 9.16558 9.71096 9.54661 9.43385C9.73577 9.29628 9.88186 9.15864 9.97898 9.0573C10.0273 9.00693 10.0626 8.96641 10.0843 8.94058C10.0951 8.9277 10.1024 8.91856 10.1062 8.91378L10.1086 8.91074L10.1078 8.91179L10.1073 8.91248M10.107 8.91288C10.1076 8.91199 10.1083 8.9111 10.109 8.91022C10.3415 8.60361 10.7784 8.54211 11.0867 8.7733C11.3959 9.00526 11.4586 9.44402 11.2267 9.7533L10.6841 9.3464C11.2267 9.7533 11.2265 9.75353 11.2263 9.75375L11.226 9.75424L11.2252 9.7553L11.2233 9.7578L11.2183 9.76425L11.2039 9.78277C11.1922 9.79752 11.1764 9.81703 11.1566 9.8406C11.1171 9.88769 11.0613 9.95134 10.9898 10.026C10.8473 10.1746 10.6392 10.3703 10.3701 10.5661C9.83441 10.9556 9.0262 11.3666 8 11.3666C6.97379 11.3666 6.16558 10.9556 5.62994 10.5661C5.36078 10.3703 5.15269 10.1746 5.01023 10.026C4.93871 9.95134 4.88289 9.88769 4.84337 9.8406C4.82359 9.81703 4.80782 9.79752 4.79614 9.78277L4.78166 9.76425L4.77673 9.7578L4.77484 9.7553L4.77404 9.75424L4.77367 9.75375C4.7735 9.75352 4.77333 9.7533 5.33333 9.3333L4.77333 9.7533C4.54137 9.44402 4.60405 9.00526 4.91333 8.7733", fill: "currentColor", }), }), - cE = (e) => - kt("svg", { + tE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.59669 2.02988C7.39844 1.90947 6.19181 2.15446 5.13541 2.73266C4.079 3.31085 3.22229 4.19518 2.67789 5.26939C2.13349 6.34359 1.92688 7.55739 2.08524 8.75121C2.24359 9.94504 2.75949 11.063 3.56511 11.9581C4.37073 12.8533 5.42836 13.4837 6.59897 13.7665C7.76957 14.0493 8.99835 13.9712 10.1238 13.5426C11.2492 13.114 12.2186 12.3548 12.9045 11.3649C13.59 10.3755 13.9603 9.2019 13.9667 7.99822V7.33339C13.9667 6.94679 14.2801 6.63339 14.6667 6.63339C15.0533 6.63339 15.3667 6.94679 15.3667 7.33339V8.00356C15.3592 9.49039 14.902 10.9402 14.0552 12.1623C13.2084 13.3844 12.0115 14.3217 10.6221 14.8509C9.23258 15.3801 7.71548 15.4765 6.27021 15.1273C4.82494 14.7782 3.51915 13.9999 2.5245 12.8947C1.52985 11.7895 0.8929 10.4092 0.697392 8.9353C0.501884 7.46136 0.756965 5.96276 1.4291 4.63651C2.10124 3.31025 3.15897 2.21843 4.46324 1.50457C5.76751 0.790711 7.25727 0.488232 8.73667 0.636898C9.12133 0.675553 9.40183 1.01872 9.36317 1.40338C9.32452 1.78804 8.98135 2.06854 8.59669 2.02988ZM12.6667 0.63339C13.0533 0.63339 13.3667 0.946791 13.3667 1.33339V2.63339H14.6667C15.0533 2.63339 15.3667 2.94679 15.3667 3.33339C15.3667 3.71999 15.0533 4.03339 14.6667 4.03339H13.3667V5.33339C13.3667 5.71999 13.0533 6.03339 12.6667 6.03339C12.2801 6.03339 11.9667 5.71999 11.9667 5.33339V4.03339H10.6667C10.2801 4.03339 9.96668 3.71999 9.96668 3.33339C9.96668 2.94679 10.2801 2.63339 10.6667 2.63339H11.9667V1.33339C11.9667 0.946791 12.2801 0.63339 12.6667 0.63339ZM5.30001 6.00006C5.30001 5.61346 5.61341 5.30006 6.00001 5.30006H6.00668C6.39328 5.30006 6.70668 5.61346 6.70668 6.00006C6.70668 6.38666 6.39328 6.70006 6.00668 6.70006H6.00001C5.61341 6.70006 5.30001 6.38666 5.30001 6.00006ZM9.30001 6.00006C9.30001 5.61346 9.61341 5.30006 10 5.30006H10.0067C10.3933 5.30006 10.7067 5.61346 10.7067 6.00006C10.7067 6.38666 10.3933 6.70006 10.0067 6.70006H10C9.61341 6.70006 9.30001 6.38666 9.30001 6.00006ZM5.89303 8.91297L5.89236 8.91208C5.8923 8.912 5.89242 8.91216 5.89236 8.91208L5.89303 8.91297ZM5.89102 8.91031C5.65846 8.6037 5.22159 8.5422 4.91335 8.77339C4.60407 9.00535 4.54139 9.44411 4.77335 9.75339L5.33335 9.33339C4.77335 9.75339 4.77317 9.75316 4.77335 9.75339L4.77405 9.75433L4.77485 9.75539L4.77674 9.75789L4.78168 9.76434L4.79615 9.78286C4.80783 9.79761 4.8236 9.81712 4.84339 9.84069C4.88291 9.88778 4.93872 9.95143 5.01025 10.0261C5.15271 10.1747 5.36079 10.3704 5.62996 10.5662C6.1656 10.9557 6.97381 11.3667 8.00001 11.3667C9.02622 11.3667 9.83442 10.9557 10.3701 10.5662C10.6392 10.3704 10.8473 10.1747 10.9898 10.0261C11.0613 9.95143 11.1171 9.88778 11.1566 9.84069C11.1764 9.81712 11.1922 9.79761 11.2039 9.78286L11.2183 9.76434L11.2233 9.75789L11.2252 9.75539L11.226 9.75433C11.2261 9.7541 11.2267 9.7534 10.6964 9.35568L11.2267 9.75339C11.4586 9.44411 11.396 9.00535 11.0867 8.77339C10.7784 8.5422 10.3416 8.6037 10.109 8.91031M10.107 8.91297L10.1078 8.91187L10.109 8.91031L10.1062 8.91387C10.1024 8.91865 10.0951 8.92779 10.0843 8.94067C10.0626 8.9665 10.0273 9.00702 9.979 9.05739C9.88188 9.15873 9.73579 9.29637 9.54663 9.43394C9.1656 9.71105 8.64047 9.96672 8.00001 9.96672C7.35955 9.96672 6.83442 9.71105 6.4534 9.43394C6.26423 9.29637 6.11815 9.15873 6.02103 9.05739C5.97276 9.00702 5.93743 8.9665 5.91575 8.94067C5.90494 8.92779 5.89759 8.91865 5.89382 8.91387L5.89102 8.91031", fill: "currentColor", }), }), - dE = (e) => - kt("svg", { + nE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.6869 1.37386C12.0327 1.20097 12.4532 1.34112 12.6261 1.68691L13.1057 2.64607C13.1809 2.6376 13.2569 2.63329 13.3333 2.63329C13.4098 2.63329 13.4858 2.6376 13.561 2.64607L14.0406 1.68691C14.2135 1.34112 14.6339 1.20097 14.9797 1.37386C15.3255 1.54675 15.4657 1.96722 15.2928 2.31301L14.8132 3.27217C15.1682 3.64887 15.3667 4.14751 15.3667 4.66662V8.66663C15.3667 11.9866 12.6533 14.7 9.33333 14.7H1.33333C0.946732 14.7 0.633331 14.3866 0.633331 14C0.633331 13.6134 0.946732 13.3 1.33333 13.3H2.80206C1.47662 12.1932 0.633331 10.5284 0.633331 8.66663C0.633331 5.33451 3.33455 2.63329 6.66666 2.63329C8.52844 2.63329 10.1933 3.47658 11.3 4.80203V4.66662C11.3 4.14751 11.4985 3.64887 11.8535 3.27217L11.3739 2.31301C11.201 1.96722 11.3412 1.54675 11.6869 1.37386ZM11.3 8.66663C11.3 6.10771 9.22558 4.03329 6.66666 4.03329C4.10774 4.03329 2.03333 6.10771 2.03333 8.66663C2.03333 9.09999 2.11869 9.52911 2.28453 9.92948C2.45037 10.3299 2.69345 10.6936 2.99988 11.0001C3.30631 11.3065 3.6701 11.5496 4.07048 11.7154C4.47085 11.8813 4.89997 11.9666 5.33333 11.9666C5.76669 11.9666 6.19581 11.8813 6.59619 11.7154C6.99656 11.5496 7.36035 11.3065 7.66678 11.0001C7.97322 10.6936 8.21629 10.3299 8.38213 9.92948C8.54797 9.52911 8.63333 9.09999 8.63333 8.66663C8.63333 8.14503 8.42613 7.6448 8.05731 7.27598C7.68849 6.90716 7.18826 6.69996 6.66666 6.69996C6.14507 6.69996 5.64484 6.90716 5.27602 7.27598C4.9072 7.6448 4.7 8.14503 4.7 8.66663C4.7 8.8346 4.76672 8.99569 4.8855 9.11446C5.00427 9.23323 5.16536 9.29996 5.33333 9.29996C5.5013 9.29996 5.66239 9.23323 5.78116 9.11446C5.89994 8.99569 5.96666 8.83459 5.96666 8.66663C5.96666 8.28003 6.28006 7.96662 6.66666 7.96662C7.05326 7.96662 7.36666 8.28003 7.36666 8.66663C7.36666 9.2059 7.15244 9.72309 6.77111 10.1044C6.38979 10.4857 5.87261 10.7 5.33333 10.7C4.79406 10.7 4.27687 10.4857 3.89555 10.1044C3.51422 9.72308 3.3 9.2059 3.3 8.66663C3.3 7.77373 3.6547 6.9174 4.28607 6.28603C4.91744 5.65466 5.77377 5.29996 6.66666 5.29996C7.55956 5.29996 8.41588 5.65466 9.04726 6.28603C9.67863 6.9174 10.0333 7.77373 10.0333 8.66663C10.0333 9.28384 9.91176 9.89501 9.67556 10.4652C9.43937 11.0355 9.09317 11.5536 8.65673 11.99C8.2203 12.4265 7.70217 12.7727 7.13194 13.0089C6.84115 13.1293 6.53971 13.22 6.23225 13.2799C6.37527 13.2932 6.52017 13.3 6.66666 13.3C9.22558 13.3 11.3 11.2255 11.3 8.66663ZM10.8024 13.0595C11.9706 11.9592 12.7 10.3981 12.7 8.66663V4.66662C12.7 4.49865 12.7667 4.33756 12.8855 4.21879C13.0043 4.10002 13.1654 4.03329 13.3333 4.03329C13.5013 4.03329 13.6624 4.10002 13.7812 4.21879C13.8999 4.33756 13.9667 4.49865 13.9667 4.66662V8.66663C13.9667 10.7006 12.6357 12.4411 10.8024 13.0595Z", fill: "currentColor", }), }), - uE = (e) => - kt("svg", { + rE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 0.633301C8.38663 0.633301 8.70003 0.946701 8.70003 1.3333V3.64335L10.1717 2.17166C10.4451 1.89829 10.8883 1.89829 11.1617 2.17166C11.435 2.44503 11.435 2.88824 11.1617 3.16161L8.70003 5.62325V7.29997H10.3767L12.8384 4.83833C13.1118 4.56496 13.555 4.56496 13.8283 4.83833C14.1017 5.11169 14.1017 5.55491 13.8283 5.82828L12.3566 7.29997H14.6667C15.0533 7.29997 15.3667 7.61337 15.3667 7.99997C15.3667 8.38657 15.0533 8.69997 14.6667 8.69997H12.3566L13.8283 10.1717C14.1017 10.445 14.1017 10.8882 13.8283 11.1616C13.555 11.435 13.1118 11.435 12.8384 11.1616L10.3767 8.69997H8.70003V10.3767L11.1617 12.8383C11.435 13.1117 11.435 13.5549 11.1617 13.8283C10.8883 14.1016 10.4451 14.1016 10.1717 13.8283L8.70003 12.3566V14.6666C8.70003 15.0532 8.38663 15.3666 8.00003 15.3666C7.61343 15.3666 7.30003 15.0532 7.30003 14.6666V12.3566L5.82834 13.8283C5.55497 14.1016 5.11175 14.1016 4.83839 13.8283C4.56502 13.5549 4.56502 13.1117 4.83839 12.8383L7.30003 10.3767V8.69997H5.62331L3.16167 11.1616C2.8883 11.435 2.44509 11.435 2.17172 11.1616C1.89835 10.8882 1.89835 10.445 2.17172 10.1717L3.64341 8.69997H1.33336C0.946762 8.69997 0.633362 8.38657 0.633362 7.99997C0.633362 7.61337 0.946762 7.29997 1.33336 7.29997H3.64341L2.17172 5.82828C1.89835 5.55491 1.89835 5.11169 2.17172 4.83833C2.44509 4.56496 2.8883 4.56496 3.16167 4.83833L5.62331 7.29997H7.30003V5.62325L4.83839 3.16161C4.56502 2.88824 4.56502 2.44503 4.83839 2.17166C5.11175 1.89829 5.55497 1.89829 5.82834 2.17166L7.30003 3.64335V1.3333C7.30003 0.946701 7.61343 0.633301 8.00003 0.633301Z", fill: "currentColor", }), }), - pE = (e) => - kt("svg", { + oE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.56224 2.56222C2.94357 2.1809 3.46075 1.96667 4.00003 1.96667H12C12.5393 1.96667 13.0565 2.1809 13.4378 2.56222C13.8191 2.94355 14.0334 3.46073 14.0334 4.00001V5.4243C14.308 5.52501 14.5603 5.68475 14.7711 5.89556C15.1525 6.27688 15.3667 6.79407 15.3667 7.33334V10.6667C15.3667 11.2059 15.1525 11.7231 14.7711 12.1045C14.5603 12.3153 14.308 12.475 14.0334 12.5757V13.3333C14.0334 13.7199 13.72 14.0333 13.3334 14.0333C12.9468 14.0333 12.6334 13.7199 12.6334 13.3333V12.7H3.3667V13.3333C3.3667 13.7199 3.05329 14.0333 2.6667 14.0333C2.2801 14.0333 1.9667 13.7199 1.9667 13.3333V12.5757C1.69206 12.475 1.43972 12.3153 1.22891 12.1045C0.847587 11.7231 0.633362 11.2059 0.633362 10.6667V7.33334C0.633362 6.79407 0.847587 6.27688 1.22891 5.89556C1.43972 5.68475 1.69206 5.52501 1.9667 5.4243V4.00001C1.9667 3.46073 2.18092 2.94355 2.56224 2.56222ZM3.3667 5.4243C3.64133 5.52501 3.89367 5.68475 4.10448 5.89556C4.4858 6.27688 4.70003 6.79407 4.70003 7.33334V7.96667H7.30003V3.36667H4.00003C3.83206 3.36667 3.67097 3.4334 3.55219 3.55217C3.43342 3.67095 3.3667 3.83204 3.3667 4.00001V5.4243ZM8.70003 3.36667V7.96667H11.3V7.33334C11.3 6.79407 11.5143 6.27688 11.8956 5.89556C12.1064 5.68475 12.3587 5.52501 12.6334 5.4243V4.00001C12.6334 3.83204 12.5666 3.67095 12.4479 3.55217C12.3291 3.4334 12.168 3.36667 12 3.36667H8.70003ZM4.00003 9.36667C3.61343 9.36667 3.30003 9.05327 3.30003 8.66667V7.33334C3.30003 7.16537 3.2333 7.00428 3.11453 6.88551C2.99576 6.76673 2.83467 6.70001 2.6667 6.70001C2.49873 6.70001 2.33763 6.76673 2.21886 6.88551C2.10009 7.00428 2.03336 7.16537 2.03336 7.33334V10.6667C2.03336 10.8346 2.10009 10.9957 2.21886 11.1145C2.33763 11.2333 2.49873 11.3 2.6667 11.3H13.3334C13.5013 11.3 13.6624 11.2333 13.7812 11.1145C13.9 10.9957 13.9667 10.8346 13.9667 10.6667V7.33334C13.9667 7.16537 13.9 7.00428 13.7812 6.88551C13.6624 6.76673 13.5013 6.70001 13.3334 6.70001C13.1654 6.70001 13.0043 6.76673 12.8855 6.88551C12.7668 7.00428 12.7 7.16537 12.7 7.33334V8.66667C12.7 9.05327 12.3866 9.36667 12 9.36667H4.00003Z", fill: "currentColor", }), }), - mE = (e) => - kt("svg", { + iE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.51023 1.75687C3.6445 1.39434 4.04724 1.2093 4.40977 1.34357C4.83092 1.49955 5.42017 2.03944 5.36539 2.94875L5.36488 2.95714C5.32908 3.45246 5.05386 3.80199 4.90732 3.98814C4.90028 3.99709 4.89353 4.00566 4.88712 4.01385C4.72056 4.22673 4.70201 4.27406 4.69803 4.30715C4.69187 4.4255 4.7166 4.49909 4.74925 4.55917C4.79009 4.63435 4.85739 4.71368 4.97545 4.82583C5.25573 5.0921 5.26709 5.53517 5.00082 5.81545C4.73455 6.09574 4.29148 6.1071 4.0112 5.84083C3.69889 5.54414 3.24774 5.04604 3.30142 4.20855L3.30252 4.19379C3.34388 3.70929 3.6165 3.36402 3.76061 3.1815C3.76905 3.17082 3.77704 3.1607 3.78452 3.15114C3.95054 2.93895 3.96516 2.89342 3.96819 2.85975C3.97109 2.80322 3.96405 2.76452 3.95661 2.73934C3.9488 2.7129 3.93805 2.69309 3.92726 2.678C3.91658 2.66307 3.90567 2.65256 3.89808 2.64643C3.55242 2.50309 3.37914 2.11082 3.51023 1.75687ZM6.84356 1.75687C6.97784 1.39434 7.38057 1.2093 7.74311 1.34357C8.16371 1.49935 8.75593 2.0407 8.69178 2.95319C8.66038 3.4494 8.38503 3.80065 8.24034 3.98523C8.23289 3.99473 8.22578 4.0038 8.21908 4.01241C8.0438 4.23764 8.04019 4.27131 8.03869 4.29593L8.03801 4.30702C8.02864 4.42886 8.05268 4.5031 8.08505 4.56376C8.12511 4.63882 8.19121 4.71769 8.30849 4.83197C8.58539 5.10176 8.59114 5.54494 8.32135 5.82183C8.05155 6.09873 7.60838 6.10448 7.33148 5.83469C7.03186 5.54275 6.57913 5.04274 6.64167 4.20461C6.67369 3.7137 6.94811 3.36422 7.09121 3.18198C7.09933 3.17164 7.10703 3.16184 7.11423 3.15258C7.2869 2.93071 7.29283 2.89376 7.29459 2.86457L7.29509 2.85619C7.29933 2.7976 7.29258 2.75843 7.28553 2.73385C7.27832 2.7087 7.26831 2.69005 7.25825 2.67588C7.24844 2.66205 7.23832 2.65218 7.23114 2.64632C6.88566 2.50289 6.71251 2.11073 6.84356 1.75687ZM10.1769 1.75687C10.3112 1.39434 10.7139 1.2093 11.0764 1.34357C11.4976 1.49955 12.0868 2.03944 12.0321 2.94875L12.0315 2.95714C11.9957 3.45246 11.7205 3.80199 11.574 3.98814C11.5669 3.99709 11.5602 4.00566 11.5538 4.01385C11.3872 4.22671 11.3687 4.27405 11.3647 4.30715C11.3585 4.42555 11.3833 4.50005 11.4163 4.56146C11.4576 4.63815 11.5248 4.71791 11.6418 4.83197C11.9187 5.10176 11.9245 5.54494 11.6547 5.82183C11.3849 6.09873 10.9417 6.10448 10.6648 5.83469C10.3643 5.54185 9.91452 5.04427 9.96809 4.20855L9.96919 4.19379C10.0106 3.70929 10.2832 3.36402 10.4273 3.18151C10.4357 3.17083 10.4437 3.1607 10.4512 3.15114C10.6172 2.93894 10.6318 2.89342 10.6349 2.85975C10.6378 2.80321 10.6307 2.76452 10.6233 2.73934C10.6155 2.7129 10.6047 2.69309 10.5939 2.678C10.5833 2.66307 10.5723 2.65256 10.5647 2.64643C10.2191 2.50309 10.0458 2.11082 10.1769 1.75687ZM14.9359 3.35384C15.2927 3.50253 15.4615 3.91236 15.3128 4.26923L14.0493 7.30173C14.2169 7.31355 14.3754 7.38541 14.495 7.50502C14.6262 7.6363 14.7 7.81434 14.7 7.99999C14.7 9.77695 13.9941 11.4811 12.7376 12.7376C12.4545 13.0207 12.1487 13.2758 11.8245 13.5012C11.9534 13.6282 12.0333 13.8048 12.0333 14C12.0333 14.3866 11.7199 14.7 11.3333 14.7H4.66665C4.28006 14.7 3.96665 14.3866 3.96665 14C3.96665 13.8048 4.04658 13.6282 4.1755 13.5012C3.85126 13.2758 3.54545 13.0207 3.26237 12.7376C2.00588 11.4811 1.29999 9.77695 1.29999 7.99999C1.29999 7.81434 1.37374 7.6363 1.50501 7.50502C1.63629 7.37374 1.81434 7.29999 1.99999 7.29999H12.5333L14.0205 3.73076C14.1692 3.3739 14.579 3.20515 14.9359 3.35384ZM12.9838 8.7H2.7464C2.89924 9.84725 3.42484 10.9202 4.25232 11.7477C5.24626 12.7416 6.59434 13.3 7.99999 13.3C9.40563 13.3 10.7537 12.7416 11.7477 11.7477C12.5751 10.9202 13.1007 9.84725 13.2536 8.7H13.0156C13.005 8.70024 12.9944 8.70024 12.9838 8.7Z", fill: "currentColor", }), }), - hE = (e) => - kt("svg", { + lE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.33336 10.6333C1.71996 10.6333 2.03336 10.9467 2.03336 11.3333V11.9599C2.03436 11.961 2.03546 11.9621 2.03667 11.9633C2.03788 11.9645 2.03904 11.9656 2.04015 11.9666H13.9599C13.961 11.9656 13.9622 11.9645 13.9634 11.9633C13.9646 11.9621 13.9657 11.961 13.9667 11.9599V11.3333C13.9667 10.9467 14.2801 10.6333 14.6667 10.6333C15.0533 10.6333 15.3667 10.9467 15.3667 11.3333V12C15.3667 12.3943 15.1766 12.73 14.9533 12.9533C14.7301 13.1765 14.3944 13.3666 14 13.3666H2.00003C1.6057 13.3666 1.26996 13.1765 1.04672 12.9533C0.823478 12.73 0.633362 12.3943 0.633362 12V11.3333C0.633362 10.9467 0.946762 10.6333 1.33336 10.6333Z", fill: "currentColor", }), }), - fE = (e) => - kt("svg", { + aE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50505 0.838326C7.77842 0.564959 8.22164 0.564959 8.495 0.838326L13.1617 5.50499C14.1513 6.49462 15.3667 7.8143 15.3667 9.66663C15.3667 10.2401 15.2537 10.8079 15.0343 11.3377C14.8149 11.8675 14.4932 12.3489 14.0877 12.7543C13.6822 13.1598 13.2009 13.4815 12.6711 13.7009C12.1413 13.9204 11.5735 14.0333 11 14.0333C10.3316 14.0333 9.73022 13.9399 9.14386 13.6827C8.99224 13.6162 8.84476 13.5401 8.70003 13.4544V14.6666C8.70003 15.0532 8.38663 15.3666 8.00003 15.3666C7.61343 15.3666 7.30003 15.0532 7.30003 14.6666V13.4544C7.1553 13.5401 7.00781 13.6162 6.85619 13.6827C6.26983 13.9399 5.66847 14.0333 5.00003 14.0333C3.84192 14.0333 2.73124 13.5732 1.91233 12.7543C1.50685 12.3489 1.1852 11.8675 0.965754 11.3377C0.746309 10.8079 0.633362 10.2401 0.633362 9.66663C0.633362 7.8143 1.84876 6.49462 2.83839 5.50499L7.50505 0.838326ZM8.00003 2.32325L3.82834 6.49494C2.81797 7.50531 2.03336 8.4523 2.03336 9.66663C2.03336 10.0562 2.1101 10.442 2.25919 10.8019C2.40827 11.1619 2.6268 11.4889 2.90228 11.7644C3.45864 12.3207 4.21322 12.6333 5.00003 12.6333C5.53158 12.6333 5.93022 12.5601 6.29386 12.4006C6.66267 12.2388 7.04222 11.9678 7.50505 11.505C7.77842 11.2316 8.22164 11.2316 8.495 11.505C8.95784 11.9678 9.33738 12.2388 9.70619 12.4006C10.0698 12.5601 10.4685 12.6333 11 12.6333C11.3896 12.6333 11.7754 12.5566 12.1353 12.4075C12.4953 12.2584 12.8223 12.0399 13.0978 11.7644C13.3733 11.4889 13.5918 11.1619 13.7409 10.8019C13.89 10.442 13.9667 10.0562 13.9667 9.66663C13.9667 8.4523 13.1821 7.50531 12.1717 6.49494L8.00003 2.32325Z", fill: "currentColor", }), }), - gE = (e) => - kt("svg", { + CE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99957 1.30005C8.30205 1.29987 8.57043 1.494 8.66494 1.78133L9.94061 5.65971C9.97149 5.75507 10.0246 5.84175 10.0955 5.9126C10.1664 5.98345 10.2531 6.03646 10.3485 6.06727L10.3512 6.06816L14.2179 7.33483C14.5054 7.429 14.6998 7.69715 14.7 7.99963C14.7002 8.30211 14.506 8.57049 14.2187 8.665L10.3403 9.94067C10.245 9.97155 10.1583 10.0246 10.0874 10.0955C10.0166 10.1664 9.96358 10.2531 9.93277 10.3485L9.93187 10.3513L8.6652 14.218C8.57104 14.5054 8.30289 14.6999 8.00041 14.7C7.69793 14.7002 7.42954 14.5061 7.33503 14.2188L6.05937 10.3404C6.02848 10.245 5.97541 10.1584 5.90451 10.0875C5.8336 10.0166 5.74689 9.96364 5.65151 9.93283L5.64874 9.93194L1.78207 8.66527C1.49462 8.5711 1.30017 8.30295 1.29999 8.00047C1.29981 7.69799 1.49393 7.42961 1.78127 7.33509L5.65965 6.05943C5.75501 6.02854 5.84169 5.97547 5.91254 5.90457C5.98339 5.83366 6.0364 5.74695 6.0672 5.65157L6.0681 5.6488L7.33477 1.78213C7.42894 1.49468 7.69709 1.30023 7.99957 1.30005ZM8.00134 4.24451L7.39944 6.08186C7.39927 6.08239 7.3991 6.08291 7.39893 6.08343C7.29994 6.38905 7.12995 6.66688 6.90287 6.89413C6.67582 7.12136 6.39816 7.29156 6.09266 7.39079C6.0921 7.39097 6.09154 7.39115 6.09099 7.39133L4.24445 7.9987L6.0818 8.6006C6.08228 8.60075 6.08276 8.60091 6.08325 8.60107C6.38892 8.70005 6.66678 8.87006 6.89407 9.09717C7.1213 9.32422 7.2915 9.60188 7.39073 9.90738C7.39091 9.90794 7.39109 9.90849 7.39127 9.90905L7.99864 11.7556L8.60054 9.91823C8.60069 9.91775 8.60085 9.91727 8.601 9.91679C8.69998 9.61112 8.86999 9.33325 9.09711 9.10596C9.32413 8.87876 9.60174 8.70858 9.9072 8.60935C9.9078 8.60915 9.90839 8.60896 9.90899 8.60877L11.7555 8.0014L9.91817 7.3995C9.91765 7.39933 9.91713 7.39916 9.9166 7.39899C9.61098 7.30001 9.33316 7.13001 9.1059 6.90293C8.8787 6.67591 8.70852 6.39829 8.60929 6.09284L8.00134 4.24451Z", fill: "currentColor", }), }), - vE = (e) => - kt("svg", { + sE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 1.30005C3.71992 1.30005 4.03332 1.61345 4.03332 2.00005V2.63338H4.66665C5.05325 2.63338 5.36665 2.94678 5.36665 3.33338C5.36665 3.71998 5.05325 4.03338 4.66665 4.03338H4.03332V4.66672C4.03332 5.05331 3.71992 5.36672 3.33332 5.36672C2.94672 5.36672 2.63332 5.05331 2.63332 4.66672V4.03338H1.99999C1.61339 4.03338 1.29999 3.71998 1.29999 3.33338C1.29999 2.94678 1.61339 2.63338 1.99999 2.63338H2.63332V2.00005C2.63332 1.61345 2.94672 1.30005 3.33332 1.30005ZM7.99999 1.30005C8.30231 1.30005 8.57048 1.49414 8.66494 1.78133L9.93961 5.65667L9.93961 5.65668C9.9706 5.75089 10.0233 5.8365 10.0934 5.90663C10.1635 5.97676 10.2492 6.02944 10.3434 6.06043L10.3434 6.06043L14.2187 7.33509C14.5059 7.42956 14.7 7.69772 14.7 8.00005C14.7 8.30238 14.5059 8.57054 14.2187 8.665L10.3434 9.93967L10.3434 9.93967C10.2492 9.97066 10.1635 10.0233 10.0934 10.0935C10.0233 10.1636 9.9706 10.2492 9.93961 10.3434L9.93961 10.3434L8.66494 14.2188C8.57048 14.506 8.30231 14.7 7.99999 14.7C7.69766 14.7 7.4295 14.506 7.33503 14.2188L6.06037 10.3434L6.06036 10.3434C6.02938 10.2492 5.9767 10.1636 5.90657 10.0935C5.83644 10.0233 5.75082 9.97066 5.65661 9.93967L5.65661 9.93967L1.78127 8.665C1.49408 8.57054 1.29999 8.30238 1.29999 8.00005C1.29999 7.69772 1.49408 7.42956 1.78127 7.33509L5.65661 6.06043L5.65661 6.06043C5.75082 6.02944 5.83644 5.97676 5.90657 5.90663C5.9767 5.8365 6.02938 5.75089 6.06036 5.65668L6.06037 5.65667L7.33503 1.78133C7.4295 1.49414 7.69766 1.30005 7.99999 1.30005ZM7.39028 6.09409C7.39028 6.09409 7.39028 6.09409 7.39028 6.0941C7.29079 6.39656 7.12167 6.67144 6.89652 6.89658C6.67137 7.12173 6.3965 7.29085 6.09404 7.39034C6.09403 7.39034 6.09403 7.39034 6.09403 7.39034L4.24034 8.00005L6.09403 8.60976C6.09403 8.60976 6.09403 8.60976 6.09404 8.60976C6.3965 8.70924 6.67137 8.87837 6.89652 9.10352C7.12167 9.32866 7.29079 9.60354 7.39028 9.906C7.39028 9.906 7.39028 9.90601 7.39028 9.90601L7.99999 11.7597L8.6097 9.90601C8.6097 9.90601 8.6097 9.906 8.6097 9.906C8.70918 9.60354 8.87831 9.32866 9.10346 9.10352C9.3286 8.87837 9.60347 8.70924 9.90594 8.60976C9.90594 8.60976 9.90595 8.60976 9.90595 8.60976L11.7596 8.00005L9.90595 7.39034C9.90595 7.39034 9.90594 7.39034 9.90594 7.39034C9.60347 7.29085 9.3286 7.12173 9.10346 6.89658C8.87831 6.67144 8.70918 6.39656 8.6097 6.0941C8.6097 6.09409 8.6097 6.09409 8.6097 6.09409L7.99999 4.24041L7.39028 6.09409ZM10.1228 9.26919L10.1247 9.27472L10.1228 9.26919L9.26913 10.1229L9.27465 10.1247M12.6667 10.6334C13.0533 10.6334 13.3667 10.9468 13.3667 11.3334V11.9667H14C14.3866 11.9667 14.7 12.2801 14.7 12.6667C14.7 13.0533 14.3866 13.3667 14 13.3667H13.3667V14C13.3667 14.3866 13.0533 14.7 12.6667 14.7C12.2801 14.7 11.9667 14.3866 11.9667 14V13.3667H11.3333C10.9467 13.3667 10.6333 13.0533 10.6333 12.6667C10.6333 12.2801 10.9467 11.9667 11.3333 11.9667H11.9667V11.3334C11.9667 10.9468 12.2801 10.6334 12.6667 10.6334Z", fill: "currentColor", }), }), - wE = (e) => - kt("svg", { + cE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00001 2.0333C3.65023 2.0333 3.36667 2.31685 3.36667 2.66663V13.3333C3.36667 13.6831 3.65023 13.9666 4.00001 13.9666H12C12.3498 13.9666 12.6333 13.6831 12.6333 13.3333V2.66663C12.6333 2.31685 12.3498 2.0333 12 2.0333H4.00001ZM1.96667 2.66663C1.96667 1.54366 2.87703 0.633301 4.00001 0.633301H12C13.123 0.633301 14.0333 1.54366 14.0333 2.66663V13.3333C14.0333 14.4563 13.123 15.3666 12 15.3666H4.00001C2.87703 15.3666 1.96667 14.4563 1.96667 13.3333V2.66663ZM7.30001 3.99997C7.30001 3.61337 7.61341 3.29997 8.00001 3.29997H8.00667C8.39327 3.29997 8.70668 3.61337 8.70668 3.99997C8.70668 4.38657 8.39327 4.69997 8.00667 4.69997H8.00001C7.61341 4.69997 7.30001 4.38657 7.30001 3.99997ZM8.00001 7.36663C6.91385 7.36663 6.03334 8.24714 6.03334 9.3333C6.03334 10.4195 6.91385 11.3 8.00001 11.3C9.08617 11.3 9.96667 10.4195 9.96667 9.3333C9.96667 8.24714 9.08617 7.36663 8.00001 7.36663ZM4.63334 9.3333C4.63334 7.47394 6.14065 5.96663 8.00001 5.96663C9.85937 5.96663 11.3667 7.47394 11.3667 9.3333C11.3667 11.1927 9.85937 12.7 8.00001 12.7C6.14065 12.7 4.63334 11.1927 4.63334 9.3333ZM7.30001 9.3333C7.30001 8.9467 7.61341 8.6333 8.00001 8.6333H8.00667C8.39327 8.6333 8.70668 8.9467 8.70668 9.3333C8.70668 9.7199 8.39327 10.0333 8.00667 10.0333H8.00001C7.61341 10.0333 7.30001 9.7199 7.30001 9.3333Z", fill: "currentColor", }), }), - LE = (e) => - kt("svg", { + dE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.91309 2.44698C2.72723 1.64031 3.82847 1.19008 4.97456 1.19536C6.12064 1.20063 7.21769 1.66097 8.02437 2.47511C8.83067 3.28886 9.28084 4.38945 9.276 5.53495V9.33335C9.276 9.35331 9.27515 9.37326 9.27344 9.39314C9.2275 9.92911 8.98964 10.4305 8.6036 10.8051C8.21756 11.1797 7.70927 11.4024 7.17217 11.4323C7.13478 11.4344 7.09729 11.4334 7.06005 11.4295L6.56667 11.3776V13.3334C6.56667 13.7199 6.25327 14.0334 5.86667 14.0334C5.48007 14.0334 5.16667 13.7199 5.16667 13.3334V10.6C5.16667 10.4016 5.25086 10.2125 5.39832 10.0798C5.54577 9.94703 5.74263 9.88309 5.93995 9.90386L7.14214 10.0304C7.32482 10.0097 7.49604 9.92907 7.62862 9.80041C7.76657 9.66654 7.85381 9.48929 7.876 9.29886V5.53013C7.87957 4.75534 7.57521 4.01087 7.02987 3.46049C6.48454 2.91011 5.7429 2.59891 4.96811 2.59534C4.19332 2.59178 3.44885 2.89614 2.89847 3.44148C2.34846 3.98645 2.03731 4.72747 2.03333 5.50169C2.03346 6.37157 2.13437 6.80102 2.24245 7.11456C2.28412 7.23544 2.32446 7.33413 2.37208 7.45063C2.39589 7.50889 2.42153 7.57162 2.45006 7.6438C2.52987 7.84568 2.61255 8.07619 2.68017 8.36768C2.86108 9.07659 2.86825 9.81872 2.70103 10.5311C2.70094 10.5314 2.70085 10.5318 2.70077 10.5322L2.01528 13.4913C1.92803 13.8679 1.55199 14.1025 1.17536 14.0153C0.798735 13.928 0.564146 13.552 0.651393 13.1754L1.33739 10.214L1.3379 10.2119C1.4543 9.7166 1.44887 9.2005 1.32209 8.70779L1.3178 8.69022C1.27112 8.48721 1.21399 8.32516 1.14811 8.15849C1.13143 8.11631 1.11237 8.0696 1.09192 8.0195C1.03768 7.88659 0.973709 7.72986 0.918883 7.57081C0.751035 7.08389 0.633334 6.49568 0.633334 5.50002V5.4968C0.638609 4.35071 1.09896 3.25366 1.91309 2.44698ZM12.7073 4.30274C12.9809 4.02954 13.4241 4.02981 13.6973 4.30335C14.7651 5.3725 15.3647 6.8219 15.3643 8.33296C15.3638 9.84403 14.7634 11.2931 13.695 12.3616C13.4217 12.635 12.9784 12.635 12.7051 12.3617C12.4317 12.0883 12.4316 11.6451 12.705 11.3717C13.511 10.5656 13.9639 9.47249 13.9643 8.33257C13.9646 7.19264 13.5123 6.09923 12.7067 5.29268C12.4335 5.01915 12.4338 4.57593 12.7073 4.30274ZM10.8167 6.19343C11.0873 5.9173 11.5305 5.9128 11.8066 6.18338C12.093 6.46401 12.3209 6.79863 12.4771 7.16789C12.6334 7.53716 12.7149 7.93374 12.7169 8.33469C12.7189 8.73565 12.6414 9.13302 12.4889 9.50384C12.3363 9.87465 12.1118 10.2115 11.8283 10.495C11.5549 10.7684 11.1116 10.7683 10.8383 10.4949C10.565 10.2215 10.565 9.77833 10.8384 9.50499C10.9911 9.35234 11.112 9.17094 11.1941 8.97127C11.2763 8.7716 11.318 8.55762 11.3169 8.34173C11.3158 8.12583 11.2719 7.91228 11.1878 7.71345C11.1037 7.51461 10.981 7.33443 10.8267 7.18333C10.5506 6.91275 10.5461 6.46955 10.8167 6.19343Z", fill: "currentColor", }), }), - bE = (e) => - kt("svg", { + uE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 1.96667C8.26515 1.96667 8.50753 2.11648 8.62611 2.35363L11.2865 7.67437C11.291 7.68298 11.2954 7.6917 11.2996 7.70051L12.6261 10.3536C12.799 10.6994 12.6588 11.1199 12.3131 11.2928C11.9673 11.4657 11.5468 11.3255 11.3739 10.9797L10.2341 8.70001H5.76597L4.62611 10.9797C4.45321 11.3255 4.03274 11.4657 3.68696 11.2928C3.34117 11.1199 3.20102 10.6994 3.37391 10.3536L4.70046 7.70053C4.70464 7.6917 4.70901 7.68298 4.71354 7.67436L7.37391 2.35363C7.49248 2.11648 7.73487 1.96667 8.00001 1.96667ZM6.46597 7.30001H9.53405L8.00001 4.23192L6.46597 7.30001ZM3.84501 14.2147C3.64385 14.3905 3.28961 14.7 2.66667 14.7C2.28008 14.7 1.96667 14.3866 1.96667 14C1.96667 13.6134 2.28008 13.3 2.66667 13.3H2.66766C2.75306 13.3 2.76322 13.3 2.94902 13.1384L2.95417 13.134C3.0485 13.0519 3.20365 12.917 3.4109 12.8125C3.63592 12.699 3.89432 12.6333 4.20001 12.6333C4.50606 12.6333 4.76487 12.6992 4.99061 12.8181C5.18979 12.9229 5.33857 13.0585 5.42501 13.1373C5.42935 13.1413 5.43353 13.1451 5.43755 13.1487C5.5367 13.2389 5.56644 13.2615 5.59478 13.2764L5.59487 13.2764C5.6067 13.2827 5.63963 13.3 5.73334 13.3H5.73433C5.81973 13.3 5.82989 13.3 6.01568 13.1385L6.02083 13.134C6.11516 13.0519 6.27032 12.917 6.47757 12.8125C6.70258 12.699 6.96098 12.6333 7.26667 12.6333C7.88961 12.6333 8.24384 12.9429 8.44501 13.1187C8.45279 13.1255 8.46034 13.1321 8.46767 13.1384C8.56555 13.2236 8.60435 13.2522 8.6412 13.2708C8.6641 13.2823 8.7057 13.3 8.80001 13.3H8.80099C8.88639 13.3 8.89656 13.3 9.08235 13.1384L9.0875 13.134C9.18183 13.0519 9.33699 12.917 9.54423 12.8125C9.76925 12.699 10.0276 12.6333 10.3333 12.6333C10.9563 12.6333 11.3105 12.9429 11.5117 13.1187C11.5195 13.1255 11.527 13.1321 11.5343 13.1385C11.6322 13.2236 11.671 13.2522 11.7079 13.2708C11.7308 13.2823 11.7724 13.3 11.8667 13.3H11.8677C11.9531 13.3 11.9632 13.3 12.149 13.1384L12.1542 13.134C12.2485 13.0519 12.4037 12.917 12.6109 12.8125C12.8359 12.699 13.0943 12.6333 13.4 12.6333C13.7866 12.6333 14.1 12.9467 14.1 13.3333C14.1 13.7199 13.7866 14.0333 13.4 14.0333C13.3057 14.0333 13.2641 14.051 13.2412 14.0626C13.2043 14.0811 13.1656 14.1098 13.0677 14.1949C13.0603 14.2013 13.0528 14.2079 13.045 14.2147C12.8438 14.3905 12.4896 14.7 11.8667 14.7C11.561 14.7 11.3026 14.6343 11.0776 14.5209C10.8703 14.4164 10.7152 14.2814 10.6208 14.1994L10.6157 14.1949C10.4299 14.0333 10.4197 14.0333 10.3343 14.0333H10.3333C10.239 14.0333 10.1974 14.051 10.1745 14.0626C10.1377 14.0811 10.0989 14.1098 10.001 14.1949C9.99367 14.2013 9.98612 14.2079 9.97834 14.2147C9.77718 14.3905 9.42294 14.7 8.80001 14.7C8.49432 14.7 8.23592 14.6343 8.0109 14.5209C7.80365 14.4164 7.6485 14.2814 7.55417 14.1994L7.54902 14.1949C7.36322 14.0333 7.35306 14.0333 7.26766 14.0333H7.26667C7.17237 14.0333 7.13077 14.051 7.10786 14.0626C7.07102 14.0811 7.03222 14.1098 6.93433 14.1949C6.92701 14.2013 6.91946 14.2079 6.91168 14.2147C6.71051 14.3905 6.35628 14.7 5.73334 14.7C5.42729 14.7 5.16848 14.6341 4.94274 14.5153C4.74357 14.4105 4.59479 14.2748 4.50834 14.1961C4.50401 14.1921 4.49983 14.1883 4.4958 14.1846C4.39665 14.0945 4.36691 14.0719 4.33857 14.0569L4.33848 14.0569C4.32665 14.0507 4.29371 14.0333 4.20001 14.0333C4.1057 14.0333 4.0641 14.051 4.0412 14.0626C4.00435 14.0811 3.96555 14.1098 3.86767 14.1949C3.86034 14.2013 3.85279 14.2079 3.84501 14.2147Z", fill: "currentColor", }), }), - ME = (e) => - kt("svg", { + pE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99996 1.96667C8.2651 1.96667 8.50748 2.11648 8.62606 2.35363L11.2864 7.67437C11.291 7.68298 11.2953 7.6917 11.2995 7.70051L12.6261 10.3536C12.799 10.6994 12.6588 11.1199 12.313 11.2928C11.9672 11.4657 11.5468 11.3255 11.3739 10.9797L10.234 8.70001H5.76592L4.62606 10.9797C4.45316 11.3255 4.03269 11.4657 3.68691 11.2928C3.34112 11.1199 3.20097 10.6994 3.37386 10.3536L4.70041 7.70052C4.70459 7.6917 4.70895 7.68298 4.71349 7.67436L7.37386 2.35363C7.49243 2.11648 7.73482 1.96667 7.99996 1.96667ZM6.46591 7.30001H9.534L7.99996 4.23192L6.46591 7.30001ZM15.1616 11.505C15.435 11.7784 15.435 12.2216 15.1616 12.495L12.4949 15.1616C12.2216 15.435 11.7783 15.435 11.505 15.1616L10.1716 13.8283C9.89828 13.5549 9.89828 13.1117 10.1716 12.8384C10.445 12.565 10.8882 12.565 11.1616 12.8384L12 13.6767L14.1716 11.505C14.445 11.2317 14.8882 11.2317 15.1616 11.505Z", fill: "currentColor", }), }), - HE = (e) => - kt("svg", { + mE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6667 2.70005C12.3169 2.70005 12.0334 2.9836 12.0334 3.33338C12.0334 3.68316 12.3169 3.96672 12.6667 3.96672C13.0165 3.96672 13.3 3.68316 13.3 3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005ZM10.75 2.65295C11.0299 1.86459 11.7824 1.30005 12.6667 1.30005C13.7897 1.30005 14.7 2.2104 14.7 3.33338C14.7 4.45636 13.7897 5.36672 12.6667 5.36672C11.798 5.36672 11.0566 4.82199 10.7653 4.0555C9.03711 4.19032 7.406 4.93701 6.1715 6.1715C4.93701 7.406 4.19032 9.03711 4.0555 10.7653C4.82199 11.0566 5.36672 11.798 5.36672 12.6667C5.36672 13.7897 4.45636 14.7 3.33338 14.7C2.2104 14.7 1.30005 13.7897 1.30005 12.6667C1.30005 11.7824 1.86459 11.0299 2.65295 10.75C2.79361 8.6557 3.68803 6.67507 5.18155 5.18155C6.67507 3.68803 8.6557 2.79361 10.75 2.65295ZM3.33338 12.0334C2.9836 12.0334 2.70005 12.3169 2.70005 12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3C3.68316 13.3 3.96672 13.0165 3.96672 12.6667C3.96672 12.3169 3.68316 12.0334 3.33338 12.0334Z", fill: "currentColor", }), }), - EE = (e) => - kt("svg", { + hE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 1.30005H5.33338C5.71998 1.30005 6.03338 1.61345 6.03338 2.00005C6.03338 2.38665 5.71998 2.70005 5.33338 2.70005H3.69L7.71358 6.72363C7.71354 6.72359 7.71361 6.72366 7.71358 6.72363C8.03061 7.04054 8.28128 7.4177 8.45065 7.83275C8.61954 8.24661 8.70431 8.68995 8.70005 9.13689V14.6667C8.70005 15.0533 8.38665 15.3667 8.00005 15.3667C7.61345 15.3667 7.30005 15.0533 7.30005 14.6667V9.12587C7.30286 8.86399 7.25338 8.60419 7.15442 8.36171C7.05547 8.11923 6.90909 7.89895 6.72386 7.71381L2.70005 3.69V5.33338C2.70005 5.71998 2.38665 6.03338 2.00005 6.03338C1.61345 6.03338 1.30005 5.71998 1.30005 5.33338V2.00005C1.30005 1.61345 1.61345 1.30005 2.00005 1.30005ZM12.3101 2.70005H10.6667C10.2801 2.70005 9.96672 2.38665 9.96672 2.00005C9.96672 1.61345 10.2801 1.30005 10.6667 1.30005H14C14.3866 1.30005 14.7 1.61345 14.7 2.00005V5.33338C14.7 5.71998 14.3866 6.03338 14 6.03338C13.6135 6.03338 13.3 5.71998 13.3 5.33338V3.69L10.495 6.49502C10.2217 6.76839 9.77844 6.76839 9.50507 6.49502C9.23171 6.22166 9.23171 5.77844 9.50507 5.50507L12.3101 2.70005Z", fill: "currentColor", }), }), - RE = (e) => - kt("svg", { + fE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 2.00005C1.30005 1.61345 1.61345 1.30005 2.00005 1.30005H2.00672C2.39331 1.30005 2.70672 1.61345 2.70672 2.00005C2.70672 2.38665 2.39331 2.70005 2.00672 2.70005H2.00005C1.61345 2.70005 1.30005 2.38665 1.30005 2.00005ZM3.96672 3.33338C3.96672 2.94678 4.28012 2.63338 4.66672 2.63338H4.67338C5.05998 2.63338 5.37338 2.94678 5.37338 3.33338C5.37338 3.71998 5.05998 4.03338 4.67338 4.03338H4.66672C4.28012 4.03338 3.96672 3.71998 3.96672 3.33338ZM9.30005 3.33338C9.30005 2.94678 9.61345 2.63338 10 2.63338H12.6667C13.0533 2.63338 13.3667 2.94678 13.3667 3.33338V5.7101L14.495 6.83841C14.6263 6.96968 14.7 7.14773 14.7 7.33338V7.98543C14.7003 7.99555 14.7003 8.00566 14.7 8.01573V11.3188C14.7003 11.3289 14.7003 11.339 14.7 11.3491V14C14.7 14.3591 14.5773 14.7127 14.3117 14.9784C14.0461 15.244 13.6925 15.3667 13.3334 15.3667H9.33338C8.97431 15.3667 8.62069 15.244 8.35507 14.9784C8.08946 14.7127 7.96672 14.3591 7.96672 14V12.6814C7.96649 12.6712 7.9665 12.6611 7.96672 12.651V9.34802C7.96649 9.33788 7.9665 9.32777 7.96672 9.31769V7.33338C7.96672 7.14773 8.04047 6.96968 8.17174 6.83841L9.30005 5.7101V3.33338ZM10.29 6.70005L9.36672 7.62333V8.43684L13.1642 7.48747L12.3768 6.70005H10.29ZM11.9667 5.30005V4.03338H10.7V5.30005H11.9667ZM13.3 8.89659L9.36672 9.87993V11.7702L13.3 10.7868V8.89659ZM13.3 12.2299L9.36672 13.2133V13.9667H13.3V12.2299ZM1.30005 4.66672C1.30005 4.28012 1.61345 3.96672 2.00005 3.96672H2.00672C2.39331 3.96672 2.70672 4.28012 2.70672 4.66672C2.70672 5.05331 2.39331 5.36672 2.00672 5.36672H2.00005C1.61345 5.36672 1.30005 5.05331 1.30005 4.66672ZM6.63338 4.66672C6.63338 4.28012 6.94678 3.96672 7.33338 3.96672H7.34005C7.72665 3.96672 8.04005 4.28012 8.04005 4.66672C8.04005 5.05331 7.72665 5.36672 7.34005 5.36672H7.33338C6.94678 5.36672 6.63338 5.05331 6.63338 4.66672ZM3.96672 6.00005C3.96672 5.61345 4.28012 5.30005 4.66672 5.30005H4.67338C5.05998 5.30005 5.37338 5.61345 5.37338 6.00005C5.37338 6.38665 5.05998 6.70005 4.67338 6.70005H4.66672C4.28012 6.70005 3.96672 6.38665 3.96672 6.00005ZM1.30005 7.33338C1.30005 6.94678 1.61345 6.63338 2.00005 6.63338H2.00672C2.39331 6.63338 2.70672 6.94678 2.70672 7.33338C2.70672 7.71998 2.39331 8.03338 2.00672 8.03338H2.00005C1.61345 8.03338 1.30005 7.71998 1.30005 7.33338Z", fill: "currentColor", }), }), - yE = (e) => - kt("svg", { + gE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1632 2.17329C13.301 2.31193 13.3745 2.50183 13.366 2.69708C13.2937 4.36031 12.8474 5.40923 12.0283 6.22832C12.0101 6.24658 11.9908 6.26382 11.9706 6.27995C11.2417 6.86309 10.2896 7.21693 9.1102 7.33487C8.96711 7.68493 8.93024 8.0507 8.95019 8.45169C8.96335 8.71622 9.00081 8.98816 9.04744 9.28134C9.05853 9.35106 9.07037 9.42324 9.08247 9.49704C9.11918 9.72092 9.15833 9.95969 9.1865 10.19C9.26211 10.8083 9.28377 11.5278 8.95216 12.2263C8.88517 12.3674 8.80608 12.503 8.71444 12.6333H11.3333C11.7199 12.6333 12.0333 12.9467 12.0333 13.3333C12.0333 13.7199 11.7199 14.0333 11.3333 14.0333H6.68255C6.67223 14.0336 6.66192 14.0336 6.65164 14.0333H4.66668C4.28008 14.0333 3.96668 13.7199 3.96668 13.3333C3.96668 12.9467 4.28008 12.6333 4.66668 12.6333H6.51049C7.23576 12.2806 7.54432 11.9273 7.68745 11.6258C7.84542 11.2931 7.86291 10.9001 7.79685 10.36C7.77245 10.1605 7.74006 9.96282 7.70474 9.74731C7.69174 9.66803 7.67835 9.58633 7.66482 9.50123C7.66389 9.49539 7.66296 9.48954 7.66203 9.48368C6.42653 9.69744 5.33672 9.68558 4.3441 9.15466C3.32547 8.64137 2.49881 7.58594 1.99701 5.93716C1.93875 5.74573 1.96519 5.53852 2.06966 5.36787C2.17413 5.19721 2.34664 5.07942 2.54362 5.04424C4.55061 4.68585 5.82272 5.02976 6.74506 5.70056C7.17126 6.01052 7.5125 6.41636 7.7902 6.86538C7.83914 6.73894 7.89678 6.6122 7.9643 6.48551C7.96989 5.47185 8.26255 4.47893 8.81038 3.62274C8.83097 3.59056 8.85415 3.56013 8.8797 3.53173C9.22594 3.14703 9.66538 2.76492 10.2868 2.47428C10.9044 2.18537 11.6666 2.00324 12.6408 1.96716C12.8361 1.95992 13.0255 2.03466 13.1632 2.17329ZM9.41513 5.88167C10.1404 5.7555 10.6737 5.51519 11.0659 5.21049C11.4565 4.81063 11.7509 4.30455 11.8893 3.44346C11.4727 3.51223 11.1447 3.61855 10.8799 3.74241C10.4888 3.92536 10.2041 4.16108 9.9591 4.42578C9.68233 4.87242 9.49831 5.36752 9.41513 5.88167ZM6.90273 8.17869C6.63377 7.58309 6.31311 7.11751 5.92162 6.83279C5.47356 6.50692 4.81075 6.2306 3.62742 6.31501C4.02714 7.20561 4.52212 7.67844 4.97973 7.90724C4.98605 7.91041 4.99232 7.91366 4.99855 7.91701C5.49463 8.18413 6.07897 8.26905 6.90273 8.17869Z", fill: "currentColor", }), }), - VE = (e) => - kt("svg", { + vE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM7.39738 3.96965C7.70586 3.99797 7.95904 4.22568 8.01979 4.52943L8.89132 8.88707L9.35012 7.74008C9.45642 7.47431 9.71382 7.30005 10 7.30005H11.3334C11.72 7.30005 12.0334 7.61345 12.0334 8.00005C12.0334 8.38665 11.72 8.70005 11.3334 8.70005H10.474L9.31665 11.5934C9.2016 11.881 8.91119 12.0588 8.60272 12.0305C8.29424 12.0021 8.04106 11.7744 7.98031 11.4707L7.10878 7.11303L6.64998 8.26002C6.54368 8.52578 6.28628 8.70005 6.00005 8.70005H4.66672C4.28012 8.70005 3.96672 8.38665 3.96672 8.00005C3.96672 7.61345 4.28012 7.30005 4.66672 7.30005H5.52613L6.68345 4.40674C6.7985 4.11912 7.0889 3.94133 7.39738 3.96965Z", fill: "currentColor", }), }), - SE = (e) => - kt("svg", { + wE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM8.00005 4.63338C8.38665 4.63338 8.70005 4.94678 8.70005 5.33338V8.97677L10.1717 7.50507C10.4451 7.23171 10.8883 7.23171 11.1617 7.50507C11.4351 7.77844 11.4351 8.22166 11.1617 8.49502L8.49502 11.1617C8.22166 11.4351 7.77844 11.4351 7.50507 11.1617L4.83841 8.49502C4.56504 8.22166 4.56504 7.77844 4.83841 7.50507C5.11177 7.23171 5.55499 7.23171 5.82836 7.50507L7.30005 8.97677V5.33338C7.30005 4.94678 7.61345 4.63338 8.00005 4.63338Z", fill: "currentColor", }), }), - TE = (e) => - kt("svg", { + LE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM4.63338 5.33338C4.63338 4.94678 4.94678 4.63338 5.33338 4.63338C5.71998 4.63338 6.03338 4.94678 6.03338 5.33338V8.97677L10.1717 4.83841C10.4451 4.56504 10.8883 4.56504 11.1617 4.83841C11.4351 5.11177 11.4351 5.55499 11.1617 5.82836L7.02333 9.96672H10.6667C11.0533 9.96672 11.3667 10.2801 11.3667 10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667H5.33338C4.94678 11.3667 4.63338 11.0533 4.63338 10.6667V5.33338Z", fill: "currentColor", }), }), - NE = (e) => - kt("svg", { + bE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM4.83841 4.83841C5.11177 4.56504 5.55499 4.56504 5.82836 4.83841L9.96672 8.97677V5.33338C9.96672 4.94678 10.2801 4.63338 10.6667 4.63338C11.0533 4.63338 11.3667 4.94678 11.3667 5.33338V10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667H5.33338C4.94678 11.3667 4.63338 11.0533 4.63338 10.6667C4.63338 10.2801 4.94678 9.96672 5.33338 9.96672H8.97677L4.83841 5.82836C4.56504 5.55499 4.56504 5.11177 4.83841 4.83841Z", fill: "currentColor", }), }), - xE = (e) => - kt("svg", { + ME = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM8.49502 4.83841C8.76839 5.11177 8.76839 5.55499 8.49502 5.82836L7.02333 7.30005H10.6667C11.0533 7.30005 11.3667 7.61345 11.3667 8.00005C11.3667 8.38665 11.0533 8.70005 10.6667 8.70005H7.02333L8.49502 10.1717C8.76839 10.4451 8.76839 10.8883 8.49502 11.1617C8.22166 11.4351 7.77844 11.4351 7.50507 11.1617L4.83841 8.49502C4.56504 8.22166 4.56504 7.77844 4.83841 7.50507L7.50507 4.83841C7.77844 4.56504 8.22166 4.56504 8.49502 4.83841Z", fill: "currentColor", }), }), - _E = (e) => - kt("svg", { + HE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.8956 1.8956C2.27692 1.51427 2.79411 1.30005 3.33338 1.30005H12.6667C13.206 1.30005 13.7232 1.51427 14.1045 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V12.6667C14.7 13.206 14.4858 13.7232 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7H8.66672C8.28012 14.7 7.96672 14.3866 7.96672 14C7.96672 13.6135 8.28012 13.3 8.66672 13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9958 2.76677 12.8347 2.70005 12.6667 2.70005H3.33338C3.16541 2.70005 3.00432 2.76677 2.88555 2.88555C2.76677 3.00432 2.70005 3.16541 2.70005 3.33338V7.33338C2.70005 7.71998 2.38665 8.03338 2.00005 8.03338C1.61345 8.03338 1.30005 7.71998 1.30005 7.33338V3.33338C1.30005 2.79411 1.51427 2.27692 1.8956 1.8956ZM8.49502 7.50507C8.76839 7.77844 8.76839 8.22166 8.49502 8.49502L3.69 13.3H6.00005C6.38665 13.3 6.70005 13.6135 6.70005 14C6.70005 14.3866 6.38665 14.7 6.00005 14.7H2.00005C1.61345 14.7 1.30005 14.3866 1.30005 14V10C1.30005 9.61345 1.61345 9.30005 2.00005 9.30005C2.38665 9.30005 2.70005 9.61345 2.70005 10V12.3101L7.50507 7.50507C7.77844 7.23171 8.22166 7.23171 8.49502 7.50507Z", fill: "currentColor", }), }), - AE = (e) => - kt("svg", { + EE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.8956 1.8956C2.27692 1.51427 2.79411 1.30005 3.33338 1.30005H12.6667C13.206 1.30005 13.7232 1.51427 14.1045 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V7.33338C14.7 7.71998 14.3866 8.03338 14 8.03338C13.6135 8.03338 13.3 7.71998 13.3 7.33338V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9958 2.76677 12.8347 2.70005 12.6667 2.70005H3.33338C3.16541 2.70005 3.00432 2.76677 2.88555 2.88555C2.76677 3.00432 2.70005 3.16541 2.70005 3.33338V12.6667C2.70005 12.8347 2.76677 12.9958 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H7.33338C7.71998 13.3 8.03338 13.6135 8.03338 14C8.03338 14.3866 7.71998 14.7 7.33338 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7232 1.30005 13.206 1.30005 12.6667V3.33338C1.30005 2.79411 1.51427 2.27692 1.8956 1.8956ZM7.50507 7.50507C7.77844 7.23171 8.22166 7.23171 8.49502 7.50507L13.3 12.3101V10C13.3 9.61345 13.6135 9.30005 14 9.30005C14.3866 9.30005 14.7 9.61345 14.7 10V14C14.7 14.3866 14.3866 14.7 14 14.7H10C9.61345 14.7 9.30005 14.3866 9.30005 14C9.30005 13.6135 9.61345 13.3 10 13.3H12.3101L7.50507 8.49502C7.23171 8.22166 7.23171 7.77844 7.50507 7.50507Z", fill: "currentColor", }), }), - ZE = (e) => - kt("svg", { + RE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 2.00005C1.30005 1.61345 1.61345 1.30005 2.00005 1.30005H6.00005C6.38665 1.30005 6.70005 1.61345 6.70005 2.00005C6.70005 2.38665 6.38665 2.70005 6.00005 2.70005H3.69L8.49502 7.50507C8.76839 7.77844 8.76839 8.22166 8.49502 8.49502C8.22166 8.76839 7.77844 8.76839 7.50507 8.49502L2.70005 3.69V6.00005C2.70005 6.38665 2.38665 6.70005 2.00005 6.70005C1.61345 6.70005 1.30005 6.38665 1.30005 6.00005V2.00005ZM7.96672 2.00005C7.96672 1.61345 8.28012 1.30005 8.66672 1.30005H12.6667C13.206 1.30005 13.7232 1.51427 14.1045 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V12.6667C14.7 13.206 14.4858 13.7232 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7232 1.30005 13.206 1.30005 12.6667V8.66672C1.30005 8.28012 1.61345 7.96672 2.00005 7.96672C2.38665 7.96672 2.70005 8.28012 2.70005 8.66672V12.6667C2.70005 12.8347 2.76677 12.9958 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9958 2.76677 12.8347 2.70005 12.6667 2.70005H8.66672C8.28012 2.70005 7.96672 2.38665 7.96672 2.00005Z", fill: "currentColor", }), }), - IE = (e) => - kt("svg", { + yE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C3.16541 2.70005 3.00432 2.76677 2.88555 2.88555C2.76677 3.00432 2.70005 3.16541 2.70005 3.33338V12.6667C2.70005 12.8347 2.76677 12.9958 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V8.66672C13.3 8.28012 13.6135 7.96672 14 7.96672C14.3866 7.96672 14.7 8.28012 14.7 8.66672V12.6667C14.7 13.206 14.4858 13.7232 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7232 1.30005 13.206 1.30005 12.6667V3.33338C1.30005 2.79411 1.51427 2.27692 1.8956 1.8956C2.27692 1.51427 2.79411 1.30005 3.33338 1.30005H7.33338C7.71998 1.30005 8.03338 1.61345 8.03338 2.00005C8.03338 2.38665 7.71998 2.70005 7.33338 2.70005H3.33338ZM10 2.70005C9.61345 2.70005 9.30005 2.38665 9.30005 2.00005C9.30005 1.61345 9.61345 1.30005 10 1.30005H14C14.3866 1.30005 14.7 1.61345 14.7 2.00005V6.00005C14.7 6.38665 14.3866 6.70005 14 6.70005C13.6135 6.70005 13.3 6.38665 13.3 6.00005V3.69L8.49502 8.49502C8.22166 8.76839 7.77844 8.76839 7.50507 8.49502C7.23171 8.22166 7.23171 7.77844 7.50507 7.50507L12.3101 2.70005H10Z", fill: "currentColor", }), }), - kE = (e) => - kt("svg", { + VE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM7.50507 4.83841C7.77844 4.56504 8.22166 4.56504 8.49502 4.83841L11.1617 7.50507C11.4351 7.77844 11.4351 8.22166 11.1617 8.49502L8.49502 11.1617C8.22166 11.4351 7.77844 11.4351 7.50507 11.1617C7.23171 10.8883 7.23171 10.4451 7.50507 10.1717L8.97677 8.70005H5.33338C4.94678 8.70005 4.63338 8.38665 4.63338 8.00005C4.63338 7.61345 4.94678 7.30005 5.33338 7.30005H8.97677L7.50507 5.82836C7.23171 5.55499 7.23171 5.11177 7.50507 4.83841Z", fill: "currentColor", }), }), - OE = (e) => - kt("svg", { + TE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM7.50507 4.83841C7.77844 4.56504 8.22166 4.56504 8.49502 4.83841L11.1617 7.50507C11.4351 7.77844 11.4351 8.22166 11.1617 8.49502C10.8883 8.76839 10.4451 8.76839 10.1717 8.49502L8.70005 7.02333V10.6667C8.70005 11.0533 8.38665 11.3667 8.00005 11.3667C7.61345 11.3667 7.30005 11.0533 7.30005 10.6667V7.02333L5.82836 8.49502C5.55499 8.76839 5.11177 8.76839 4.83841 8.49502C4.56504 8.22166 4.56504 7.77844 4.83841 7.50507L7.50507 4.83841Z", fill: "currentColor", }), }), - BE = (e) => - kt("svg", { + SE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM4.63338 5.33338C4.63338 4.94678 4.94678 4.63338 5.33338 4.63338H10.6667C11.0533 4.63338 11.3667 4.94678 11.3667 5.33338C11.3667 5.71998 11.0533 6.03338 10.6667 6.03338H7.02333L11.1617 10.1717C11.4351 10.4451 11.4351 10.8883 11.1617 11.1617C10.8883 11.4351 10.4451 11.4351 10.1717 11.1617L6.03338 7.02333V10.6667C6.03338 11.0533 5.71998 11.3667 5.33338 11.3667C4.94678 11.3667 4.63338 11.0533 4.63338 10.6667V5.33338Z", fill: "currentColor", }), }), - DE = (e) => - kt("svg", { + NE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM5.33338 6.03338C4.94678 6.03338 4.63338 5.71998 4.63338 5.33338C4.63338 4.94678 4.94678 4.63338 5.33338 4.63338H10.6667C11.0533 4.63338 11.3667 4.94678 11.3667 5.33338V10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667C10.2801 11.3667 9.96672 11.0533 9.96672 10.6667V7.02333L5.82836 11.1617C5.55499 11.4351 5.11177 11.4351 4.83841 11.1617C4.56504 10.8883 4.56504 10.4451 4.83841 10.1717L8.97677 6.03338H5.33338Z", fill: "currentColor", }), }), - PE = (e) => - kt("svg", { + xE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM8.00005 4.63338C8.38665 4.63338 8.70005 4.94678 8.70005 5.33338V6.79382L9.98608 6.05895C10.3217 5.86714 10.7493 5.98376 10.9412 6.31942C11.133 6.65508 11.0163 7.08268 10.6807 7.27449L9.41094 8.00005L10.6807 8.72561C11.0163 8.91742 11.133 9.34502 10.9412 9.68068C10.7493 10.0163 10.3217 10.133 9.98608 9.94115L8.70005 9.20627V10.6667C8.70005 11.0533 8.38665 11.3667 8.00005 11.3667C7.61345 11.3667 7.30005 11.0533 7.30005 10.6667V9.20627L6.01401 9.94115C5.67835 10.133 5.25075 10.0163 5.05895 9.68068C4.86714 9.34502 4.98376 8.91742 5.31942 8.72561L6.58915 8.00005L5.31942 7.27449C4.98376 7.08268 4.86714 6.65508 5.05895 6.31942C5.25075 5.98376 5.67835 5.86714 6.01401 6.05895L7.30005 6.79382V5.33338C7.30005 4.94678 7.61345 4.63338 8.00005 4.63338Z", fill: "currentColor", }), }), - FE = (e) => - kt("svg", { + _E = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.0333C2.49866 2.0333 2.33757 2.10003 2.2188 2.2188C2.10003 2.33757 2.0333 2.49866 2.0333 2.66663V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7811C2.33757 13.8999 2.49866 13.9666 2.66663 13.9666C3.05323 13.9666 3.36663 14.28 3.36663 14.6666C3.36663 15.0532 3.05323 15.3666 2.66663 15.3666C2.12736 15.3666 1.61017 15.1524 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3333V2.66663C0.633301 2.12736 0.847526 1.61017 1.22885 1.22885C1.61017 0.847526 2.12736 0.633301 2.66663 0.633301H13.3333C13.8726 0.633301 14.3898 0.847526 14.7711 1.22885C15.1524 1.61017 15.3666 2.12736 15.3666 2.66663V13.3333C15.3666 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3666 13.3333 15.3666C12.9467 15.3666 12.6333 15.0532 12.6333 14.6666C12.6333 14.28 12.9467 13.9666 13.3333 13.9666C13.5013 13.9666 13.6624 13.8999 13.7811 13.7811C13.8999 13.6624 13.9666 13.5013 13.9666 13.3333V2.66663C13.9666 2.49866 13.8999 2.33757 13.7811 2.2188C13.6624 2.10003 13.5013 2.0333 13.3333 2.0333H2.66663ZM5.3333 4.69997C4.98352 4.69997 4.69997 4.98352 4.69997 5.3333C4.69997 5.68308 4.98352 5.96663 5.3333 5.96663C5.504 5.96663 5.65892 5.8991 5.77281 5.7893C5.77551 5.78652 5.77824 5.78375 5.78099 5.78099C5.78375 5.77824 5.78652 5.77551 5.7893 5.77281C5.8991 5.65892 5.96663 5.504 5.96663 5.3333C5.96663 4.98352 5.68308 4.69997 5.3333 4.69997ZM7.17854 6.18859C7.29925 5.9286 7.36663 5.63882 7.36663 5.3333C7.36663 4.21032 6.45628 3.29997 5.3333 3.29997C4.21032 3.29997 3.29997 4.21032 3.29997 5.3333C3.29997 6.45628 4.21032 7.36663 5.3333 7.36663C5.63882 7.36663 5.9286 7.29925 6.18859 7.17854L7.01002 7.99997L6.18859 8.82139C5.9286 8.70068 5.63882 8.6333 5.3333 8.6333C4.21032 8.6333 3.29997 9.54365 3.29997 10.6666C3.29997 11.7896 4.21032 12.7 5.3333 12.7C6.45628 12.7 7.36663 11.7896 7.36663 10.6666C7.36663 10.3611 7.29925 10.0713 7.17854 9.81134L8.49458 8.49531C8.4947 8.49518 8.49482 8.49506 8.49494 8.49494C8.49506 8.49482 8.49518 8.4947 8.49531 8.49458L12.4949 4.49494C12.7683 4.22158 12.7683 3.77836 12.4949 3.50499C12.2216 3.23163 11.7784 3.23163 11.505 3.50499L7.99997 7.01002L7.17854 6.18859ZM5.77282 10.2106C5.77552 10.2134 5.77824 10.2162 5.78099 10.2189C5.78374 10.2217 5.78651 10.2244 5.7893 10.2271C5.8991 10.341 5.96663 10.4959 5.96663 10.6666C5.96663 11.0164 5.68308 11.3 5.3333 11.3C4.98352 11.3 4.69997 11.0164 4.69997 10.6666C4.69997 10.3169 4.98352 10.0333 5.3333 10.0333C5.504 10.0333 5.65893 10.1008 5.77282 10.2106ZM9.37166 9.37166C9.64503 9.09829 10.0882 9.09829 10.3616 9.37166L12.4949 11.505C12.7683 11.7784 12.7683 12.2216 12.4949 12.4949C12.2216 12.7683 11.7784 12.7683 11.505 12.4949L9.37166 10.3616C9.09829 10.0882 9.09829 9.64503 9.37166 9.37166ZM4.6333 14.6666C4.6333 14.28 4.9467 13.9666 5.3333 13.9666H6.66663C7.05323 13.9666 7.36663 14.28 7.36663 14.6666C7.36663 15.0532 7.05323 15.3666 6.66663 15.3666H5.3333C4.9467 15.3666 4.6333 15.0532 4.6333 14.6666ZM8.6333 14.6666C8.6333 14.28 8.9467 13.9666 9.3333 13.9666H10.6666C11.0532 13.9666 11.3666 14.28 11.3666 14.6666C11.3666 15.0532 11.0532 15.3666 10.6666 15.3666H9.3333C8.9467 15.3666 8.6333 15.0532 8.6333 14.6666Z", fill: "currentColor", }), }), - UE = (e) => - kt("svg", { + AE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.70005C3.16536 2.70005 3.00427 2.76677 2.8855 2.88555C2.76673 3.00432 2.7 3.16541 2.7 3.33338V12.6667C2.7 12.8347 2.76673 12.9958 2.8855 13.1145C3.00427 13.2333 3.16536 13.3 3.33333 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V8.00005C13.3 7.61345 13.6134 7.30005 14 7.30005C14.3866 7.30005 14.7 7.61345 14.7 8.00005V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33333C2.79406 14.7 2.27687 14.4858 1.89555 14.1045C1.51422 13.7232 1.3 13.206 1.3 12.6667V3.33338C1.3 2.79411 1.51422 2.27692 1.89555 1.8956C2.27687 1.51427 2.79406 1.30005 3.33333 1.30005H10.6667C11.0533 1.30005 11.3667 1.61345 11.3667 2.00005C11.3667 2.38665 11.0533 2.70005 10.6667 2.70005H3.33333ZM15.1616 2.17174C15.435 2.44511 15.435 2.88832 15.1616 3.16169L8.49497 9.82836C8.22161 10.1017 7.77839 10.1017 7.50502 9.82836L5.50502 7.82836C5.23166 7.55499 5.23166 7.11177 5.50502 6.83841C5.77839 6.56504 6.22161 6.56504 6.49497 6.83841L8 8.34343L14.1717 2.17174C14.4451 1.89837 14.8883 1.89837 15.1616 2.17174Z", fill: "currentColor", }), }), - zE = (e) => - kt("svg", { + ZE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.70005C2.98355 2.70005 2.7 2.9836 2.7 3.33338V12.6667C2.7 13.0165 2.98355 13.3 3.33333 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33333ZM1.3 3.33338C1.3 2.2104 2.21035 1.30005 3.33333 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33333C2.21035 14.7 1.3 13.7897 1.3 12.6667V3.33338ZM10.495 6.17174C10.7683 6.44511 10.7683 6.88832 10.495 7.16169L7.82831 9.82836C7.55494 10.1017 7.11172 10.1017 6.83836 9.82836L5.50502 8.49502C5.23166 8.22166 5.23166 7.77844 5.50502 7.50507C5.77839 7.23171 6.22161 7.23171 6.49497 7.50507L7.33333 8.34343L9.50502 6.17174C9.77839 5.89837 10.2216 5.89837 10.495 6.17174Z", fill: "currentColor", }), }), - GE = (e) => - kt("svg", { + IE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 2.70005C2.98356 2.70005 2.7 2.9836 2.7 3.33338V12.6667C2.7 13.0165 2.98356 13.3 3.33334 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33334ZM1.3 3.33338C1.3 2.2104 2.21036 1.30005 3.33334 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33334C2.21036 14.7 1.3 13.7897 1.3 12.6667V3.33338ZM4.83836 6.17174C5.11173 5.89837 5.55494 5.89837 5.82831 6.17174L8 8.34343L10.1717 6.17174C10.4451 5.89837 10.8883 5.89837 11.1616 6.17174C11.435 6.44511 11.435 6.88832 11.1616 7.16169L8.49498 9.82836C8.22161 10.1017 7.7784 10.1017 7.50503 9.82836L4.83836 7.16169C4.56499 6.88832 4.56499 6.44511 4.83836 6.17174Z", fill: "currentColor", }), }), - $E = (e) => - kt("svg", { + kE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 2.70005C2.98356 2.70005 2.7 2.9836 2.7 3.33338V12.6667C2.7 13.0165 2.98356 13.3 3.33334 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33334ZM1.3 3.33338C1.3 2.2104 2.21036 1.30005 3.33334 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33334C2.21036 14.7 1.3 13.7897 1.3 12.6667V3.33338ZM9.82831 4.83841C10.1017 5.11177 10.1017 5.55499 9.82831 5.82836L7.65662 8.00005L9.82831 10.1717C10.1017 10.4451 10.1017 10.8883 9.82831 11.1617C9.55494 11.4351 9.11173 11.4351 8.83836 11.1617L6.17169 8.49502C5.89833 8.22166 5.89833 7.77844 6.17169 7.50507L8.83836 4.83841C9.11173 4.56504 9.55494 4.56504 9.82831 4.83841Z", fill: "currentColor", }), }), - WE = (e) => - kt("svg", { + OE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 2.70005C2.98356 2.70005 2.7 2.9836 2.7 3.33338V12.6667C2.7 13.0165 2.98356 13.3 3.33334 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33334ZM1.3 3.33338C1.3 2.2104 2.21036 1.30005 3.33334 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33334C2.21036 14.7 1.3 13.7897 1.3 12.6667V3.33338ZM6.17169 4.83841C6.44506 4.56504 6.88828 4.56504 7.16164 4.83841L9.82831 7.50507C10.1017 7.77844 10.1017 8.22166 9.82831 8.49502L7.16164 11.1617C6.88828 11.4351 6.44506 11.4351 6.17169 11.1617C5.89833 10.8883 5.89833 10.4451 6.17169 10.1717L8.34339 8.00005L6.17169 5.82836C5.89833 5.55499 5.89833 5.11177 6.17169 4.83841Z", fill: "currentColor", }), }), - jE = (e) => - kt("svg", { + BE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM1.29999 3.33338C1.29999 2.2104 2.21034 1.30005 3.33332 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33332C2.21034 14.7 1.29999 13.7897 1.29999 12.6667V3.33338ZM7.50501 6.17174C7.77838 5.89837 8.2216 5.89837 8.49496 6.17174L11.1616 8.83841C11.435 9.11177 11.435 9.55499 11.1616 9.82836C10.8883 10.1017 10.445 10.1017 10.1717 9.82836L7.99999 7.65666L5.8283 9.82836C5.55493 10.1017 5.11171 10.1017 4.83835 9.82836C4.56498 9.55499 4.56498 9.11177 4.83835 8.83841L7.50501 6.17174Z", fill: "currentColor", }), }), - qE = (e) => - kt("svg", { + DE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM1.29999 3.33338C1.29999 2.2104 2.21034 1.30005 3.33332 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33332C2.21034 14.7 1.29999 13.7897 1.29999 12.6667V3.33338ZM7.16163 6.17174C7.435 6.44511 7.435 6.88832 7.16163 7.16169L6.32327 8.00005L7.16163 8.83841C7.435 9.11177 7.435 9.55499 7.16163 9.82836C6.88826 10.1017 6.44505 10.1017 6.17168 9.82836L4.83835 8.49502C4.56498 8.22166 4.56498 7.77844 4.83835 7.50507L6.17168 6.17174C6.44505 5.89837 6.88826 5.89837 7.16163 6.17174ZM8.83835 6.17174C9.11171 5.89837 9.55493 5.89837 9.8283 6.17174L11.1616 7.50507C11.435 7.77844 11.435 8.22166 11.1616 8.49502L9.8283 9.82836C9.55493 10.1017 9.11171 10.1017 8.83835 9.82836C8.56498 9.55499 8.56498 9.11177 8.83835 8.83841L9.67671 8.00005L8.83835 7.16169C8.56498 6.88832 8.56498 6.44511 8.83835 6.17174Z", fill: "currentColor", }), }), - YE = (e) => - kt("svg", { + PE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3C3.71992 13.3 4.03332 13.6135 4.03332 14C4.03332 14.3866 3.71992 14.7 3.33332 14.7C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7C12.2801 14.7 11.9667 14.3866 11.9667 14C11.9667 13.6135 12.2801 13.3 12.6667 13.3C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H3.33332ZM7.16163 6.17174C7.435 6.44511 7.435 6.88832 7.16163 7.16169L6.32327 8.00005L7.16163 8.83841C7.435 9.11177 7.435 9.55499 7.16163 9.82836C6.88826 10.1017 6.44505 10.1017 6.17168 9.82836L4.83835 8.49502C4.56498 8.22166 4.56498 7.77844 4.83835 7.50507L6.17168 6.17174C6.44505 5.89837 6.88826 5.89837 7.16163 6.17174ZM8.83835 6.17174C9.11171 5.89837 9.55493 5.89837 9.8283 6.17174L11.1616 7.50507C11.435 7.77844 11.435 8.22166 11.1616 8.49502L9.8283 9.82836C9.55493 10.1017 9.11171 10.1017 8.83835 9.82836C8.56498 9.55499 8.56498 9.11177 8.83835 8.83841L9.67671 8.00005L8.83835 7.16169C8.56498 6.88832 8.56498 6.44511 8.83835 6.17174ZM5.29999 14C5.29999 13.6135 5.61339 13.3 5.99999 13.3H6.66665C7.05325 13.3 7.36665 13.6135 7.36665 14C7.36665 14.3866 7.05325 14.7 6.66665 14.7H5.99999C5.61339 14.7 5.29999 14.3866 5.29999 14ZM8.63332 14C8.63332 13.6135 8.94672 13.3 9.33332 13.3H9.99999C10.3866 13.3 10.7 13.6135 10.7 14C10.7 14.3866 10.3866 14.7 9.99999 14.7H9.33332C8.94672 14.7 8.63332 14.3866 8.63332 14Z", fill: "currentColor", }), }), - KE = (e) => - kt("svg", { + FE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3C3.71992 13.3 4.03332 13.6135 4.03332 14C4.03332 14.3866 3.71992 14.7 3.33332 14.7C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7C12.2801 14.7 11.9667 14.3866 11.9667 14C11.9667 13.6135 12.2801 13.3 12.6667 13.3C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H3.33332ZM5.29999 14C5.29999 13.6135 5.61339 13.3 5.99999 13.3H6.66665C7.05325 13.3 7.36665 13.6135 7.36665 14C7.36665 14.3866 7.05325 14.7 6.66665 14.7H5.99999C5.61339 14.7 5.29999 14.3866 5.29999 14ZM8.63332 14C8.63332 13.6135 8.94672 13.3 9.33332 13.3H9.99999C10.3866 13.3 10.7 13.6135 10.7 14C10.7 14.3866 10.3866 14.7 9.99999 14.7H9.33332C8.94672 14.7 8.63332 14.3866 8.63332 14Z", fill: "currentColor", }), }), - XE = (e) => - kt("svg", { + UE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005C3.71992 1.30005 4.03332 1.61345 4.03332 2.00005C4.03332 2.38665 3.71992 2.70005 3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338C2.69999 3.71998 2.38659 4.03338 1.99999 4.03338C1.61339 4.03338 1.29999 3.71998 1.29999 3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956ZM5.29999 2.00005C5.29999 1.61345 5.61339 1.30005 5.99999 1.30005H6.66665C7.05325 1.30005 7.36665 1.61345 7.36665 2.00005C7.36665 2.38665 7.05325 2.70005 6.66665 2.70005H5.99999C5.61339 2.70005 5.29999 2.38665 5.29999 2.00005ZM8.63332 2.00005C8.63332 1.61345 8.94672 1.30005 9.33332 1.30005H9.99999C10.3866 1.30005 10.7 1.61345 10.7 2.00005C10.7 2.38665 10.3866 2.70005 9.99999 2.70005H9.33332C8.94672 2.70005 8.63332 2.38665 8.63332 2.00005ZM11.9667 2.00005C11.9667 1.61345 12.2801 1.30005 12.6667 1.30005C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338C14.7 3.71998 14.3866 4.03338 14 4.03338C13.6134 4.03338 13.3 3.71998 13.3 3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005C12.2801 2.70005 11.9667 2.38665 11.9667 2.00005ZM5.33332 3.96672C5.71992 3.96672 6.03332 4.28012 6.03332 4.66672V9.33338C6.03332 9.71998 5.71992 10.0334 5.33332 10.0334C4.94672 10.0334 4.63332 9.71998 4.63332 9.33338V4.66672C4.63332 4.28012 4.94672 3.96672 5.33332 3.96672ZM7.99999 3.96672C8.38659 3.96672 8.69999 4.28012 8.69999 4.66672V7.33338C8.69999 7.71998 8.38659 8.03338 7.99999 8.03338C7.61339 8.03338 7.29999 7.71998 7.29999 7.33338V4.66672C7.29999 4.28012 7.61339 3.96672 7.99999 3.96672ZM10.6667 3.96672C11.0533 3.96672 11.3667 4.28012 11.3667 4.66672V10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667C10.2801 11.3667 9.96665 11.0533 9.96665 10.6667V4.66672C9.96665 4.28012 10.2801 3.96672 10.6667 3.96672ZM1.99999 5.30005C2.38659 5.30005 2.69999 5.61345 2.69999 6.00005V6.66672C2.69999 7.05331 2.38659 7.36672 1.99999 7.36672C1.61339 7.36672 1.29999 7.05331 1.29999 6.66672V6.00005C1.29999 5.61345 1.61339 5.30005 1.99999 5.30005ZM14 5.30005C14.3866 5.30005 14.7 5.61345 14.7 6.00005V6.66672C14.7 7.05331 14.3866 7.36672 14 7.36672C13.6134 7.36672 13.3 7.05331 13.3 6.66672V6.00005C13.3 5.61345 13.6134 5.30005 14 5.30005ZM1.99999 8.63338C2.38659 8.63338 2.69999 8.94678 2.69999 9.33338V10C2.69999 10.3866 2.38659 10.7 1.99999 10.7C1.61339 10.7 1.29999 10.3866 1.29999 10V9.33338C1.29999 8.94678 1.61339 8.63338 1.99999 8.63338ZM14 8.63338C14.3866 8.63338 14.7 8.94678 14.7 9.33338V10C14.7 10.3866 14.3866 10.7 14 10.7C13.6134 10.7 13.3 10.3866 13.3 10V9.33338C13.3 8.94678 13.6134 8.63338 14 8.63338ZM1.99999 11.9667C2.38659 11.9667 2.69999 12.2801 2.69999 12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3C3.71992 13.3 4.03332 13.6135 4.03332 14C4.03332 14.3866 3.71992 14.7 3.33332 14.7C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667C1.29999 12.2801 1.61339 11.9667 1.99999 11.9667ZM14 11.9667C14.3866 11.9667 14.7 12.2801 14.7 12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7C12.2801 14.7 11.9667 14.3866 11.9667 14C11.9667 13.6135 12.2801 13.3 12.6667 13.3C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667C13.3 12.2801 13.6134 11.9667 14 11.9667ZM5.29999 14C5.29999 13.6135 5.61339 13.3 5.99999 13.3H6.66665C7.05325 13.3 7.36665 13.6135 7.36665 14C7.36665 14.3866 7.05325 14.7 6.66665 14.7H5.99999C5.61339 14.7 5.29999 14.3866 5.29999 14ZM8.63332 14C8.63332 13.6135 8.94672 13.3 9.33332 13.3H9.99999C10.3866 13.3 10.7 13.6135 10.7 14C10.7 14.3866 10.3866 14.7 9.99999 14.7H9.33332C8.94672 14.7 8.63332 14.3866 8.63332 14Z", fill: "currentColor", }), }), - QE = (e) => - kt("svg", { + zE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005C3.71992 1.30005 4.03332 1.61345 4.03332 2.00005C4.03332 2.38665 3.71992 2.70005 3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338C2.69999 3.71998 2.38659 4.03338 1.99999 4.03338C1.61339 4.03338 1.29999 3.71998 1.29999 3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956ZM5.29999 2.00005C5.29999 1.61345 5.61339 1.30005 5.99999 1.30005H6.66665C7.05325 1.30005 7.36665 1.61345 7.36665 2.00005C7.36665 2.38665 7.05325 2.70005 6.66665 2.70005H5.99999C5.61339 2.70005 5.29999 2.38665 5.29999 2.00005ZM8.63332 2.00005C8.63332 1.61345 8.94672 1.30005 9.33332 1.30005H9.99999C10.3866 1.30005 10.7 1.61345 10.7 2.00005C10.7 2.38665 10.3866 2.70005 9.99999 2.70005H9.33332C8.94672 2.70005 8.63332 2.38665 8.63332 2.00005ZM11.9667 2.00005C11.9667 1.61345 12.2801 1.30005 12.6667 1.30005C13.2059 1.30005 13.7231 1.51427 14.1044 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338C14.7 3.71998 14.3866 4.03338 14 4.03338C13.6134 4.03338 13.3 3.71998 13.3 3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005C12.2801 2.70005 11.9667 2.38665 11.9667 2.00005ZM1.99999 5.30005C2.38659 5.30005 2.69999 5.61345 2.69999 6.00005V6.66672C2.69999 7.05331 2.38659 7.36672 1.99999 7.36672C1.61339 7.36672 1.29999 7.05331 1.29999 6.66672V6.00005C1.29999 5.61345 1.61339 5.30005 1.99999 5.30005ZM14 5.30005C14.3866 5.30005 14.7 5.61345 14.7 6.00005V7.33338C14.7 7.71998 14.3866 8.03338 14 8.03338C13.6134 8.03338 13.3 7.71998 13.3 7.33338V6.00005C13.3 5.61345 13.6134 5.30005 14 5.30005ZM7.50501 7.50507C7.70302 7.30707 7.99997 7.24612 8.25996 7.35012L14.9266 10.0168C15.1929 10.1233 15.3672 10.3814 15.3667 10.6681C15.3661 10.9549 15.1907 11.2123 14.924 11.3177L12.3394 12.3395L11.3176 14.9241C11.2122 15.1907 10.9548 15.3661 10.6681 15.3667C10.3813 15.3673 10.1232 15.1929 10.0167 14.9267L7.35005 8.26002C7.24606 8.00003 7.30701 7.70308 7.50501 7.50507ZM9.25653 9.25659L10.6629 12.7724L11.149 11.5427C11.2202 11.3627 11.3627 11.2202 11.5426 11.1491L12.7723 10.6629L9.25653 9.25659ZM1.99999 8.63338C2.38659 8.63338 2.69999 8.94678 2.69999 9.33338V10C2.69999 10.3866 2.38659 10.7 1.99999 10.7C1.61339 10.7 1.29999 10.3866 1.29999 10V9.33338C1.29999 8.94678 1.61339 8.63338 1.99999 8.63338ZM1.99999 11.9667C2.38659 11.9667 2.69999 12.2801 2.69999 12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3C3.71992 13.3 4.03332 13.6135 4.03332 14C4.03332 14.3866 3.71992 14.7 3.33332 14.7C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667C1.29999 12.2801 1.61339 11.9667 1.99999 11.9667ZM5.29999 14C5.29999 13.6135 5.61339 13.3 5.99999 13.3H7.33332C7.71992 13.3 8.03332 13.6135 8.03332 14C8.03332 14.3866 7.71992 14.7 7.33332 14.7H5.99999C5.61339 14.7 5.29999 14.3866 5.29999 14Z", fill: "currentColor", }), }), - JE = (e) => - Ot("svg", { + GE = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M5.33336 7.30005C4.94676 7.30005 4.63336 7.61345 4.63336 8.00005C4.63336 8.38665 4.94676 8.70005 5.33336 8.70005H10.6667C11.0533 8.70005 11.3667 8.38665 11.3667 8.00005C11.3667 7.61345 11.0533 7.30005 10.6667 7.30005H5.33336Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M8.66665 10.6667C8.66665 11.0349 8.36817 11.3333 7.99998 11.3333C7.63179 11.3333 7.33331 11.0349 7.33331 10.6667C7.33331 10.2985 7.63179 10 7.99998 10C8.36817 10 8.66665 10.2985 8.66665 10.6667Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M7.99998 5.99996C8.36817 5.99996 8.66665 5.70148 8.66665 5.33329C8.66665 4.9651 8.36817 4.66663 7.99998 4.66663C7.63179 4.66663 7.33331 4.9651 7.33331 5.33329C7.33331 5.70148 7.63179 5.99996 7.99998 5.99996Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 1.30005C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332ZM2.69999 3.33338C2.69999 2.9836 2.98354 2.70005 3.33332 2.70005H12.6667C13.0164 2.70005 13.3 2.9836 13.3 3.33338V12.6667C13.3 13.0165 13.0164 13.3 12.6667 13.3H3.33332C2.98354 13.3 2.69999 13.0165 2.69999 12.6667V3.33338Z", @@ -20402,1935 +20382,1935 @@ const Bt = (e) => }), ], }), - eR = (e) => - kt("svg", { + $E = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM1.29999 3.33338C1.29999 2.2104 2.21034 1.30005 3.33332 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33332C2.21034 14.7 1.29999 13.7897 1.29999 12.6667V3.33338ZM7.99999 8.03338C8.0184 8.03338 8.03332 8.01846 8.03332 8.00005C8.03332 7.98164 8.0184 7.96672 7.99999 7.96672C7.98158 7.96672 7.96665 7.98164 7.96665 8.00005C7.96665 8.01846 7.98158 8.03338 7.99999 8.03338ZM6.63332 8.00005C6.63332 7.24526 7.2452 6.63338 7.99999 6.63338C8.75478 6.63338 9.36665 7.24526 9.36665 8.00005C9.36665 8.75484 8.75478 9.36672 7.99999 9.36672C7.2452 9.36672 6.63332 8.75484 6.63332 8.00005Z", fill: "currentColor", }), }), - tR = (e) => - kt("svg", { + WE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM1.29999 3.33338C1.29999 2.2104 2.21034 1.30005 3.33332 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33332C2.21034 14.7 1.29999 13.7897 1.29999 12.6667V3.33338ZM3.96665 6.66672C3.96665 6.28012 4.28006 5.96672 4.66665 5.96672H11.3333C11.7199 5.96672 12.0333 6.28012 12.0333 6.66672C12.0333 7.05331 11.7199 7.36672 11.3333 7.36672H4.66665C4.28006 7.36672 3.96665 7.05331 3.96665 6.66672ZM3.96665 9.33338C3.96665 8.94678 4.28006 8.63338 4.66665 8.63338H11.3333C11.7199 8.63338 12.0333 8.94678 12.0333 9.33338C12.0333 9.71998 11.7199 10.0334 11.3333 10.0334H4.66665C4.28006 10.0334 3.96665 9.71998 3.96665 9.33338Z", fill: "currentColor", }), }), - nR = (e) => - kt("svg", { + jE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM1.29999 3.33338C1.29999 2.2104 2.21034 1.30005 3.33332 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33332C2.21034 14.7 1.29999 13.7897 1.29999 12.6667V3.33338ZM8.88408 5.58083C8.71011 5.75895 8.56665 6.09956 8.56665 6.66672V6.76672H9.79999C10.1866 6.76672 10.5 7.08012 10.5 7.46672C10.5 7.85331 10.1866 8.16672 9.79999 8.16672H8.56665V9.46672C8.56665 10.1551 8.41541 10.8312 7.94149 11.3315C7.46059 11.8391 6.77421 12.0334 5.99999 12.0334C5.61339 12.0334 5.29999 11.72 5.29999 11.3334C5.29999 10.9468 5.61339 10.6334 5.99999 10.6334C6.5591 10.6334 6.80605 10.4943 6.92515 10.3686C7.05123 10.2355 7.16665 9.97832 7.16665 9.46672V8.16672H5.99999C5.61339 8.16672 5.29999 7.85331 5.29999 7.46672C5.29999 7.08012 5.61339 6.76672 5.99999 6.76672H7.16665V6.66672C7.16665 5.90054 7.35653 5.14115 7.88256 4.6026C8.43006 4.04206 9.21002 3.85251 10.0946 3.97313C10.4776 4.02537 10.7458 4.37824 10.6936 4.76129C10.6413 5.14435 10.2885 5.41253 9.90541 5.3603C9.32329 5.28092 9.03658 5.42471 8.88408 5.58083Z", fill: "currentColor", }), }), - rR = (e) => - kt("svg", { + qE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM1.29999 3.33338C1.29999 2.2104 2.21034 1.30005 3.33332 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33332C2.21034 14.7 1.29999 13.7897 1.29999 12.6667V3.33338ZM5.29999 5.33338C5.29999 4.94678 5.61339 4.63338 5.99999 4.63338H10.6667C11.0533 4.63338 11.3667 4.94678 11.3667 5.33338C11.3667 5.71998 11.0533 6.03338 10.6667 6.03338H5.99999C5.61339 6.03338 5.29999 5.71998 5.29999 5.33338ZM4.63332 8.00005C4.63332 7.61345 4.94672 7.30005 5.33332 7.30005H9.33332C9.71992 7.30005 10.0333 7.61345 10.0333 8.00005C10.0333 8.38665 9.71992 8.70005 9.33332 8.70005H5.33332C4.94672 8.70005 4.63332 8.38665 4.63332 8.00005ZM6.63332 10.6667C6.63332 10.2801 6.94672 9.96672 7.33332 9.96672H10.6667C11.0533 9.96672 11.3667 10.2801 11.3667 10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667H7.33332C6.94672 11.3667 6.63332 11.0533 6.63332 10.6667Z", fill: "currentColor", }), }), - oR = (e) => - kt("svg", { + YE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 2.70005C2.98356 2.70005 2.7 2.9836 2.7 3.33338V12.6667C2.7 13.0165 2.98356 13.3 3.33334 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33334ZM1.3 3.33338C1.3 2.2104 2.21036 1.30005 3.33334 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33334C2.21036 14.7 1.3 13.7897 1.3 12.6667V3.33338Z", fill: "currentColor", }), }), - iR = (e) => - kt("svg", { + KE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM1.29999 3.33338C1.29999 2.2104 2.21034 1.30005 3.33332 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33332C2.21034 14.7 1.29999 13.7897 1.29999 12.6667V3.33338ZM5.33332 3.96672C5.71992 3.96672 6.03332 4.28012 6.03332 4.66672V9.33338C6.03332 9.71998 5.71992 10.0334 5.33332 10.0334C4.94672 10.0334 4.63332 9.71998 4.63332 9.33338V4.66672C4.63332 4.28012 4.94672 3.96672 5.33332 3.96672ZM7.99999 3.96672C8.38659 3.96672 8.69999 4.28012 8.69999 4.66672V7.33338C8.69999 7.71998 8.38659 8.03338 7.99999 8.03338C7.61339 8.03338 7.29999 7.71998 7.29999 7.33338V4.66672C7.29999 4.28012 7.61339 3.96672 7.99999 3.96672ZM10.6667 3.96672C11.0533 3.96672 11.3667 4.28012 11.3667 4.66672V10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667C10.2801 11.3667 9.96665 11.0533 9.96665 10.6667V4.66672C9.96665 4.28012 10.2801 3.96672 10.6667 3.96672Z", fill: "currentColor", }), }), - lR = (e) => - kt("svg", { + XE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM9.86277 3.98031C10.2419 3.90449 10.6106 4.15034 10.6865 4.52943L12.0198 11.1961C12.0956 11.5752 11.8498 11.944 11.4707 12.0198C11.0916 12.0956 10.7228 11.8498 10.647 11.4707L9.31364 4.804C9.23782 4.42491 9.48368 4.05613 9.86277 3.98031ZM4.66672 3.96672C5.05331 3.96672 5.36672 4.28012 5.36672 4.66672V11.3334C5.36672 11.72 5.05331 12.0334 4.66672 12.0334C4.28012 12.0334 3.96672 11.72 3.96672 11.3334V4.66672C3.96672 4.28012 4.28012 3.96672 4.66672 3.96672ZM7.33338 3.96672C7.71998 3.96672 8.03338 4.28012 8.03338 4.66672V11.3334C8.03338 11.72 7.71998 12.0334 7.33338 12.0334C6.94678 12.0334 6.63338 11.72 6.63338 11.3334V4.66672C6.63338 4.28012 6.94678 3.96672 7.33338 3.96672Z", fill: "currentColor", }), }), - aR = (e) => - kt("svg", { + QE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM3.96672 5.33338C3.96672 4.94678 4.28012 4.63338 4.66672 4.63338H11.3334C11.72 4.63338 12.0334 4.94678 12.0334 5.33338C12.0334 5.71998 11.72 6.03338 11.3334 6.03338H4.66672C4.28012 6.03338 3.96672 5.71998 3.96672 5.33338ZM3.96672 8.00005C3.96672 7.61345 4.28012 7.30005 4.66672 7.30005H11.3334C11.72 7.30005 12.0334 7.61345 12.0334 8.00005C12.0334 8.38665 11.72 8.70005 11.3334 8.70005H4.66672C4.28012 8.70005 3.96672 8.38665 3.96672 8.00005ZM3.96672 10.6667C3.96672 10.2801 4.28012 9.96672 4.66672 9.96672H11.3334C11.72 9.96672 12.0334 10.2801 12.0334 10.6667C12.0334 11.0533 11.72 11.3667 11.3334 11.3667H4.66672C4.28012 11.3667 3.96672 11.0533 3.96672 10.6667Z", fill: "currentColor", }), }), - CR = (e) => - kt("svg", { + JE = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM5.0655 4.68667C5.32708 4.57832 5.62816 4.63821 5.82836 4.83841L8.00005 7.0101L10.1717 4.83841C10.3719 4.63821 10.673 4.57832 10.9346 4.68667C11.1962 4.79501 11.3667 5.05026 11.3667 5.33338V10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667C10.2801 11.3667 9.96672 11.0533 9.96672 10.6667V7.02333L8.49502 8.49502C8.22166 8.76839 7.77844 8.76839 7.50507 8.49502L6.03338 7.02333V10.6667C6.03338 11.0533 5.71998 11.3667 5.33338 11.3667C4.94678 11.3667 4.63338 11.0533 4.63338 10.6667V5.33338C4.63338 5.05026 4.80393 4.79501 5.0655 4.68667Z", fill: "currentColor", }), }), - sR = (e) => - kt("svg", { + eR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM4.63338 8.00005C4.63338 7.61345 4.94678 7.30005 5.33338 7.30005H10.6667C11.0533 7.30005 11.3667 7.61345 11.3667 8.00005C11.3667 8.38665 11.0533 8.70005 10.6667 8.70005H5.33338C4.94678 8.70005 4.63338 8.38665 4.63338 8.00005Z", fill: "currentColor", }), }), - cR = (e) => - kt("svg", { + tR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.8956 1.8956C2.27692 1.51427 2.79411 1.30005 3.33338 1.30005H12.6667C13.206 1.30005 13.7232 1.51427 14.1045 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V7.33338C14.7 7.71998 14.3866 8.03338 14 8.03338C13.6135 8.03338 13.3 7.71998 13.3 7.33338V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9958 2.76677 12.8347 2.70005 12.6667 2.70005H3.33338C3.16541 2.70005 3.00432 2.76677 2.88555 2.88555C2.76677 3.00432 2.70005 3.16541 2.70005 3.33338V12.6667C2.70005 12.8347 2.76677 12.9958 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H7.33338C7.71998 13.3 8.03338 13.6135 8.03338 14C8.03338 14.3866 7.71998 14.7 7.33338 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7232 1.30005 13.206 1.30005 12.6667V3.33338C1.30005 2.79411 1.51427 2.27692 1.8956 1.8956ZM7.50507 7.50507C7.70308 7.30707 8.00003 7.24612 8.26002 7.35012L14.9267 10.0168C15.1929 10.1233 15.3673 10.3814 15.3667 10.6681C15.3661 10.9549 15.1907 11.2123 14.9241 11.3177L12.3395 12.3395L11.3177 14.9241C11.2123 15.1907 10.9549 15.3661 10.6681 15.3667C10.3814 15.3673 10.1233 15.1929 10.0168 14.9267L7.35012 8.26002C7.24612 8.00003 7.30707 7.70308 7.50507 7.50507ZM9.25659 9.25659L10.6629 12.7724L11.1491 11.5427C11.2202 11.3627 11.3627 11.2202 11.5427 11.1491L12.7724 10.6629L9.25659 9.25659Z", fill: "currentColor", }), }), - dR = (e) => - kt("svg", { + nR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM5.30005 4.66672C5.30005 4.28012 5.61345 3.96672 6.00005 3.96672H8.66672C9.3828 3.96672 10.0696 4.25118 10.5759 4.75753C11.0823 5.26388 11.3667 5.95063 11.3667 6.66672C11.3667 7.3828 11.0823 8.06956 10.5759 8.5759C10.0696 9.08225 9.3828 9.36672 8.66672 9.36672H6.70005V11.3334C6.70005 11.72 6.38665 12.0334 6.00005 12.0334C5.61345 12.0334 5.30005 11.72 5.30005 11.3334V4.66672ZM6.70005 7.96672H8.66672C9.0115 7.96672 9.34216 7.82975 9.58595 7.58595C9.82975 7.34216 9.96672 7.0115 9.96672 6.66672C9.96672 6.32193 9.82975 5.99127 9.58595 5.74748C9.34216 5.50368 9.0115 5.36672 8.66672 5.36672H6.70005V7.96672Z", fill: "currentColor", }), }), - uR = (e) => - kt("svg", { + rR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838326C1.11169 0.564959 1.55491 0.564959 1.82828 0.838326L2.48434 1.49439C2.74448 1.3716 3.03021 1.30421 3.32333 1.30004L3.3333 1.2999V1.29997H12.6666C13.2059 1.29997 13.7231 1.51419 14.1044 1.89552C14.4857 2.27684 14.7 2.79403 14.7 3.3333V12.6666L14.7 12.6696C14.6987 12.9662 14.6327 13.2559 14.5097 13.5198L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L13.1123 14.1022C13.1116 14.1015 13.1109 14.1008 13.1102 14.1001L8.17196 9.16191C8.17176 9.16171 8.17156 9.16151 8.17136 9.16131L5.50508 6.49503C5.50502 6.49497 5.50496 6.49491 5.5049 6.49485L1.90564 2.89559C1.90514 2.89509 1.90464 2.89459 1.90414 2.89409L0.838326 1.82828C0.564959 1.55491 0.564959 1.11169 0.838326 0.838326ZM3.68992 2.69997L5.3639 4.37396C5.47472 4.13352 5.71785 3.96663 5.99997 3.96663H8.66663C9.38272 3.96663 10.0695 4.2511 10.5758 4.75745C11.0822 5.26379 11.3666 5.95055 11.3666 6.66663C11.3666 7.38272 11.0822 8.06947 10.5758 8.57582C10.4037 8.74796 10.2107 8.89445 10.0028 9.01285L13.3 12.31V3.3333C13.3 3.16533 13.2332 3.00424 13.1145 2.88547C12.9957 2.76669 12.8346 2.69997 12.6666 2.69997H3.68992ZM8.92969 7.93974C9.17642 7.88876 9.40504 7.7667 9.58587 7.58587C9.82967 7.34208 9.96663 7.01142 9.96663 6.66663C9.96663 6.32185 9.82967 5.99119 9.58587 5.7474C9.34208 5.5036 9.01142 5.36663 8.66663 5.36663H6.69997V5.71002L8.92969 7.93974ZM1.99997 5.09997C2.38657 5.09997 2.69997 5.41337 2.69997 5.79997V12.6666C2.69997 12.8346 2.76669 12.9957 2.88547 13.1145C3.00424 13.2332 3.16533 13.3 3.3333 13.3H10.2C10.5866 13.3 10.9 13.6134 10.9 14C10.9 14.3866 10.5866 14.7 10.2 14.7H3.3333C2.79403 14.7 2.27684 14.4857 1.89552 14.1044C1.51419 13.7231 1.29997 13.2059 1.29997 12.6666V5.79997C1.29997 5.41337 1.61337 5.09997 1.99997 5.09997ZM5.99997 9.09997C6.38657 9.09997 6.69997 9.41337 6.69997 9.79997V11.3333C6.69997 11.7199 6.38657 12.0333 5.99997 12.0333C5.61337 12.0333 5.29997 11.7199 5.29997 11.3333V9.79997C5.29997 9.41337 5.61337 9.09997 5.99997 9.09997Z", fill: "currentColor", }), }), - pR = (e) => - kt("svg", { + oR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.25 2.03574C13.0606 2.03574 12.879 2.11099 12.745 2.24493L6.63212 8.35783L6.29544 9.70457L7.64217 9.36788L13.7551 3.25498C13.889 3.12104 13.9643 2.93938 13.9643 2.74996C13.9643 2.56053 13.889 2.37887 13.7551 2.24493C13.6211 2.11099 13.4395 2.03574 13.25 2.03574ZM11.7551 1.25498C12.1516 0.858489 12.6893 0.635742 13.25 0.635742C13.8108 0.635742 14.3485 0.858489 14.745 1.25498C15.1415 1.65147 15.3643 2.18923 15.3643 2.74996C15.3643 3.31068 15.1415 3.84844 14.745 4.24493L8.49502 10.4949C8.40531 10.5846 8.29291 10.6483 8.16982 10.6791L5.50316 11.3457C5.26461 11.4054 5.01227 11.3355 4.83841 11.1616C4.66454 10.9877 4.59465 10.7354 4.65428 10.4968L5.32095 7.83018C5.35172 7.7071 5.41536 7.59469 5.50507 7.50498L11.7551 1.25498ZM1.8956 1.89551C2.27692 1.51418 2.79411 1.29996 3.33338 1.29996H8.00005C8.38665 1.29996 8.70005 1.61336 8.70005 1.99996C8.70005 2.38655 8.38665 2.69996 8.00005 2.69996H3.33338C3.16541 2.69996 3.00432 2.76668 2.88555 2.88545C2.76677 3.00423 2.70005 3.16532 2.70005 3.33329V12.6666C2.70005 12.8346 2.76677 12.9957 2.88555 13.1145C3.00432 13.2332 3.16541 13.3 3.33338 13.3H12.6667C12.8347 13.3 12.9958 13.2332 13.1145 13.1145C13.2333 12.9957 13.3 12.8346 13.3 12.6666V7.99996C13.3 7.61336 13.6135 7.29996 14 7.29996C14.3866 7.29996 14.7 7.61336 14.7 7.99996V12.6666C14.7 13.2059 14.4858 13.7231 14.1045 14.1044C13.7232 14.4857 13.206 14.7 12.6667 14.7H3.33338C2.79411 14.7 2.27692 14.4857 1.8956 14.1044C1.51427 13.7231 1.30005 13.2059 1.30005 12.6666V3.33329C1.30005 2.79402 1.51427 2.27683 1.8956 1.89551Z", fill: "currentColor", }), }), - mR = (e) => - kt("svg", { + iR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM6.00005 6.70005C5.61345 6.70005 5.30005 6.38665 5.30005 6.00005C5.30005 5.61345 5.61345 5.30005 6.00005 5.30005H6.00672C6.39331 5.30005 6.70672 5.61345 6.70672 6.00005C6.70672 6.38665 6.39331 6.70005 6.00672 6.70005H6.00005ZM9.50507 5.50507C9.77844 5.23171 10.2217 5.23171 10.495 5.50507C10.7684 5.77844 10.7684 6.22166 10.495 6.49502L6.49502 10.495C6.22166 10.7684 5.77844 10.7684 5.50507 10.495C5.23171 10.2217 5.23171 9.77844 5.50507 9.50507L9.50507 5.50507ZM10.0067 10.7H10C9.61345 10.7 9.30005 10.3866 9.30005 10C9.30005 9.61345 9.61345 9.30005 10 9.30005H10.0067C10.3933 9.30005 10.7067 9.61345 10.7067 10C10.7067 10.3866 10.3933 10.7 10.0067 10.7Z", fill: "currentColor", }), }), - hR = (e) => - kt("svg", { + lR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM3.96672 4.66672C3.96672 4.28012 4.28012 3.96672 4.66672 3.96672H11.3334C11.72 3.96672 12.0334 4.28012 12.0334 4.66672C12.0334 5.05331 11.72 5.36672 11.3334 5.36672H10.0334V10C10.0334 10.168 10.1001 10.3291 10.2189 10.4479C10.3377 10.5667 10.4987 10.6334 10.6667 10.6334C11.0533 10.6334 11.3667 10.9468 11.3667 11.3334C11.3667 11.72 11.0533 12.0334 10.6667 12.0334C10.1274 12.0334 9.61026 11.8192 9.22893 11.4378C8.84761 11.0565 8.63338 10.5393 8.63338 10V5.36672H7.36672V11.3334C7.36672 11.72 7.05331 12.0334 6.66672 12.0334C6.28012 12.0334 5.96672 11.72 5.96672 11.3334V5.36672H4.66672C4.28012 5.36672 3.96672 5.05331 3.96672 4.66672Z", fill: "currentColor", }), }), - fR = (e) => - kt("svg", { + aR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM6.33338 5.36672C6.07701 5.36672 5.83113 5.46856 5.64985 5.64985C5.46856 5.83113 5.36672 6.07701 5.36672 6.33338C5.36672 6.58976 5.46856 6.83563 5.64985 7.01692C5.83113 7.1982 6.07701 7.30005 6.33338 7.30005H7.30005V5.36672H6.33338ZM6.33338 3.96672C5.7057 3.96672 5.10373 4.21606 4.6599 4.6599C4.21606 5.10373 3.96672 5.7057 3.96672 6.33338C3.96672 6.96106 4.21606 7.56303 4.6599 8.00687C5.10373 8.4507 5.7057 8.70005 6.33338 8.70005H7.30005V11.3334C7.30005 11.72 7.61345 12.0334 8.00005 12.0334C8.38665 12.0334 8.70005 11.72 8.70005 11.3334V5.36672H9.96672V11.3334C9.96672 11.72 10.2801 12.0334 10.6667 12.0334C11.0533 12.0334 11.3667 11.72 11.3667 11.3334V5.36594C11.7378 5.34854 12.0334 5.04214 12.0334 4.66672C12.0334 4.28012 11.72 3.96672 11.3334 3.96672H6.33338Z", fill: "currentColor", }), }), - gR = (e) => - kt("svg", { + CR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM5.66975 4.71621C5.89736 4.5944 6.17354 4.60775 6.38834 4.75095L10.3883 7.41761C10.5831 7.54744 10.7 7.766 10.7 8.00005C10.7 8.2341 10.5831 8.45266 10.3883 8.58248L6.38834 11.2492C6.17354 11.3924 5.89736 11.4057 5.66975 11.2839C5.44214 11.1621 5.30005 10.9249 5.30005 10.6667V5.33338C5.30005 5.07523 5.44214 4.83802 5.66975 4.71621ZM6.70005 6.64134V9.35875L8.73811 8.00005L6.70005 6.64134Z", fill: "currentColor", }), }), - vR = (e) => - kt("svg", { + sR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM8.00005 4.63338C8.38665 4.63338 8.70005 4.94678 8.70005 5.33338V7.30005H10.6667C11.0533 7.30005 11.3667 7.61345 11.3667 8.00005C11.3667 8.38665 11.0533 8.70005 10.6667 8.70005H8.70005V10.6667C8.70005 11.0533 8.38665 11.3667 8.00005 11.3667C7.61345 11.3667 7.30005 11.0533 7.30005 10.6667V8.70005H5.33338C4.94678 8.70005 4.63338 8.38665 4.63338 8.00005C4.63338 7.61345 4.94678 7.30005 5.33338 7.30005H7.30005V5.33338C7.30005 4.94678 7.61345 4.63338 8.00005 4.63338Z", fill: "currentColor", }), }), - wR = (e) => - kt("svg", { + cR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM8.00005 3.96672C8.38665 3.96672 8.70005 4.28012 8.70005 4.66672V8.00005C8.70005 8.38665 8.38665 8.70005 8.00005 8.70005C7.61345 8.70005 7.30005 8.38665 7.30005 8.00005V4.66672C7.30005 4.28012 7.61345 3.96672 8.00005 3.96672ZM5.72382 5.41905C6.04469 5.63468 6.13001 6.0696 5.91438 6.39048C5.64532 6.79087 5.4873 7.25547 5.45644 7.73687C5.42558 8.21828 5.52298 8.69925 5.73871 9.13072C5.95445 9.56218 6.28078 9.92869 6.68442 10.1928C7.08502 10.455 7.54752 10.607 8.0254 10.6337C8.51351 10.6418 8.99411 10.5122 9.41214 10.2598C9.83327 10.0054 10.1736 9.63687 10.3936 9.19684C10.6136 8.75681 10.7043 8.26339 10.6551 7.77389C10.6058 7.2844 10.4187 6.81891 10.1155 6.43151C9.87721 6.12708 9.93082 5.68712 10.2353 5.44883C10.5397 5.21054 10.9796 5.26416 11.2179 5.56859C11.6844 6.16459 11.9723 6.88072 12.048 7.63379C12.1238 8.38686 11.9843 9.14597 11.6458 9.82294C11.3073 10.4999 10.7837 11.0669 10.1358 11.4582C9.48793 11.8494 8.74232 12.0488 7.98561 12.0332C7.97833 12.0331 7.97106 12.0328 7.9638 12.0324C7.2347 11.9946 6.52869 11.7641 5.9178 11.3643C5.30691 10.9645 4.81302 10.4098 4.48652 9.75682C4.16002 9.10382 4.0126 8.37589 4.05931 7.64731C4.10601 6.91873 4.34517 6.21558 4.75238 5.60962C4.96801 5.28874 5.40294 5.20342 5.72382 5.41905Z", fill: "currentColor", }), }), - LR = (e) => - kt("svg", { + dR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM7.98031 4.52943C8.04575 4.20224 8.33304 3.96672 8.66672 3.96672H11.3334C11.72 3.96672 12.0334 4.28012 12.0334 4.66672C12.0334 5.05331 11.72 5.36672 11.3334 5.36672H9.24058L8.01979 11.4707C7.95904 11.7744 7.70586 12.0021 7.39738 12.0305C7.0889 12.0588 6.7985 11.881 6.68345 11.5934L5.52613 8.70005H4.66672C4.28012 8.70005 3.96672 8.38665 3.96672 8.00005C3.96672 7.61345 4.28012 7.30005 4.66672 7.30005H6.00005C6.28628 7.30005 6.54368 7.47431 6.64998 7.74008L7.10878 8.88707L7.98031 4.52943Z", fill: "currentColor", }), }), - bR = (e) => - kt("svg", { + uR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.0333C2.31685 2.0333 2.0333 2.31685 2.0333 2.66663V13.3333C2.0333 13.6831 2.31685 13.9666 2.66663 13.9666H13.3333C13.6831 13.9666 13.9666 13.6831 13.9666 13.3333V2.66663C13.9666 2.31685 13.6831 2.0333 13.3333 2.0333H2.66663ZM0.633301 2.66663C0.633301 1.54366 1.54366 0.633301 2.66663 0.633301H13.3333C14.4563 0.633301 15.3666 1.54366 15.3666 2.66663V13.3333C15.3666 14.4563 14.4563 15.3666 13.3333 15.3666H2.66663C1.54366 15.3666 0.633301 14.4563 0.633301 13.3333V2.66663ZM5.3333 4.69997C4.98352 4.69997 4.69997 4.98352 4.69997 5.3333C4.69997 5.68308 4.98352 5.96663 5.3333 5.96663C5.504 5.96663 5.65892 5.8991 5.77281 5.7893C5.77551 5.78652 5.77824 5.78375 5.78099 5.78099C5.78375 5.77824 5.78652 5.77551 5.7893 5.77281C5.8991 5.65892 5.96663 5.504 5.96663 5.3333C5.96663 4.98352 5.68308 4.69997 5.3333 4.69997ZM7.17854 6.18859C7.29925 5.9286 7.36663 5.63882 7.36663 5.3333C7.36663 4.21032 6.45628 3.29997 5.3333 3.29997C4.21032 3.29997 3.29997 4.21032 3.29997 5.3333C3.29997 6.45628 4.21032 7.36663 5.3333 7.36663C5.63882 7.36663 5.9286 7.29925 6.18859 7.17854L7.01002 7.99997L6.18859 8.82139C5.9286 8.70068 5.63882 8.6333 5.3333 8.6333C4.21032 8.6333 3.29997 9.54365 3.29997 10.6666C3.29997 11.7896 4.21032 12.7 5.3333 12.7C6.45628 12.7 7.36663 11.7896 7.36663 10.6666C7.36663 10.3611 7.29925 10.0713 7.17854 9.81134L8.49458 8.49531C8.4947 8.49518 8.49482 8.49506 8.49494 8.49494C8.49506 8.49482 8.49518 8.4947 8.49531 8.49458L12.4949 4.49494C12.7683 4.22158 12.7683 3.77836 12.4949 3.50499C12.2216 3.23163 11.7784 3.23163 11.505 3.50499L7.99997 7.01002L7.17854 6.18859ZM5.77282 10.2106C5.77552 10.2134 5.77824 10.2162 5.78099 10.2189C5.78374 10.2217 5.78651 10.2244 5.7893 10.2271C5.8991 10.341 5.96663 10.4959 5.96663 10.6666C5.96663 11.0164 5.68308 11.3 5.3333 11.3C4.98352 11.3 4.69997 11.0164 4.69997 10.6666C4.69997 10.3169 4.98352 10.0333 5.3333 10.0333C5.504 10.0333 5.65893 10.1008 5.77282 10.2106ZM9.37166 9.37166C9.64503 9.09829 10.0882 9.09829 10.3616 9.37166L12.4949 11.505C12.7683 11.7784 12.7683 12.2216 12.4949 12.4949C12.2216 12.7683 11.7784 12.7683 11.505 12.4949L9.37166 10.3616C9.09829 10.0882 9.09829 9.64503 9.37166 9.37166Z", fill: "currentColor", }), }), - MR = (e) => - kt("svg", { + pR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM4.70247 4.36348C4.81903 4.12096 5.0643 3.96672 5.33338 3.96672H10.6667C11.0533 3.96672 11.3667 4.28012 11.3667 4.66672V5.93338C11.3667 6.31998 11.0533 6.63338 10.6667 6.63338C10.2801 6.63338 9.96672 6.31998 9.96672 5.93338V5.36672H6.78982L8.54666 7.56276C8.75118 7.81842 8.75118 8.18168 8.54666 8.43734L6.78982 10.6334H9.96672V10.0667C9.96672 9.68012 10.2801 9.36672 10.6667 9.36672C11.0533 9.36672 11.3667 9.68012 11.3667 10.0667V11.3334C11.3667 11.72 11.0533 12.0334 10.6667 12.0334H5.33338C5.0643 12.0334 4.81903 11.8791 4.70247 11.6366C4.58591 11.3941 4.61868 11.1062 4.78677 10.8961L7.10361 8.00005L4.78677 5.104C4.61868 4.89388 4.58591 4.60601 4.70247 4.36348Z", fill: "currentColor", }), }), - HR = (e) => - kt("svg", { + mR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM10.495 5.50507C10.7684 5.77844 10.7684 6.22166 10.495 6.49502L6.49502 10.495C6.22166 10.7684 5.77844 10.7684 5.50507 10.495C5.23171 10.2217 5.23171 9.77844 5.50507 9.50507L9.50507 5.50507C9.77844 5.23171 10.2217 5.23171 10.495 5.50507Z", fill: "currentColor", }), }), - ER = (e) => - kt("svg", { + hR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 1.96667C8.38665 1.96667 8.70005 2.28008 8.70005 2.66667V13.3333C8.70005 13.7199 8.38665 14.0333 8.00005 14.0333C7.61345 14.0333 7.30005 13.7199 7.30005 13.3333V2.66667C7.30005 2.28008 7.61345 1.96667 8.00005 1.96667ZM2.91169 4.24498C2.75993 4.39674 2.70005 4.561 2.70005 4.66667V11.3333C2.70005 11.439 2.75993 11.6033 2.91169 11.755C3.06345 11.9068 3.22771 11.9667 3.33338 11.9667H5.33338C5.71998 11.9667 6.03338 12.2801 6.03338 12.6667C6.03338 13.0533 5.71998 13.3667 5.33338 13.3667H3.33338C2.77239 13.3667 2.26998 13.0932 1.92174 12.745C1.5735 12.3967 1.30005 11.8943 1.30005 11.3333V4.66667C1.30005 4.10568 1.5735 3.60328 1.92174 3.25503C2.26998 2.90679 2.77239 2.63334 3.33338 2.63334H5.33338C5.71998 2.63334 6.03338 2.94674 6.03338 3.33334C6.03338 3.71994 5.71998 4.03334 5.33338 4.03334H3.33338C3.22771 4.03334 3.06345 4.09323 2.91169 4.24498ZM9.96672 3.33334C9.96672 2.94674 10.2801 2.63334 10.6667 2.63334H12.6667C13.2277 2.63334 13.7301 2.90679 14.0784 3.25503C14.4266 3.60328 14.7 4.10568 14.7 4.66667V11.3333C14.7 11.8943 14.4266 12.3967 14.0784 12.745C13.7301 13.0932 13.2277 13.3667 12.6667 13.3667H10.6667C10.2801 13.3667 9.96672 13.0533 9.96672 12.6667C9.96672 12.2801 10.2801 11.9667 10.6667 11.9667H12.6667C12.7724 11.9667 12.9366 11.9068 13.0884 11.755C13.2402 11.6033 13.3 11.439 13.3 11.3333V4.66667C13.3 4.561 13.2402 4.39674 13.0884 4.24498C12.9366 4.09323 12.7724 4.03334 12.6667 4.03334H10.6667C10.2801 4.03334 9.96672 3.71994 9.96672 3.33334Z", fill: "currentColor", }), }), - RR = (e) => - kt("svg", { + fR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.24486 2.91169C4.0931 3.06345 4.03322 3.22771 4.03322 3.33338V5.33338C4.03322 5.71998 3.71982 6.03338 3.33322 6.03338C2.94662 6.03338 2.63322 5.71998 2.63322 5.33338V3.33338C2.63322 2.77239 2.90667 2.26998 3.25491 1.92174C3.60315 1.5735 4.10556 1.30005 4.66655 1.30005H11.3332C11.8942 1.30005 12.3966 1.5735 12.7449 1.92174C13.0931 2.26998 13.3666 2.77239 13.3666 3.33338V5.33338C13.3666 5.71998 13.0532 6.03338 12.6666 6.03338C12.28 6.03338 11.9666 5.71998 11.9666 5.33338V3.33338C11.9666 3.22771 11.9067 3.06345 11.7549 2.91169C11.6032 2.75993 11.4389 2.70005 11.3332 2.70005H4.66655C4.56088 2.70005 4.39662 2.75993 4.24486 2.91169ZM1.96655 8.00005C1.96655 7.61345 2.27995 7.30005 2.66655 7.30005H13.3332C13.7198 7.30005 14.0332 7.61345 14.0332 8.00005C14.0332 8.38665 13.7198 8.70005 13.3332 8.70005H2.66655C2.27995 8.70005 1.96655 8.38665 1.96655 8.00005ZM3.33322 9.96672C3.71982 9.96672 4.03322 10.2801 4.03322 10.6667V12.6667C4.03322 12.7724 4.0931 12.9366 4.24486 13.0884C4.39662 13.2402 4.56088 13.3 4.66655 13.3H11.3332C11.4389 13.3 11.6032 13.2402 11.7549 13.0884C11.9067 12.9366 11.9666 12.7724 11.9666 12.6667V10.6667C11.9666 10.2801 12.28 9.96672 12.6666 9.96672C13.0532 9.96672 13.3666 10.2801 13.3666 10.6667V12.6667C13.3666 13.2277 13.0931 13.7301 12.7449 14.0784C12.3966 14.4266 11.8942 14.7 11.3332 14.7H4.66655C4.10556 14.7 3.60315 14.4266 3.25491 14.0784C2.90667 13.7301 2.63322 13.2277 2.63322 12.6667V10.6667C2.63322 10.2801 2.94662 9.96672 3.33322 9.96672Z", fill: "currentColor", }), }), - yR = (e) => - kt("svg", { + gR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.0333C2.3199 2.0333 2.0333 2.3199 2.0333 2.66663V5.3333C2.0333 5.68003 2.3199 5.96663 2.66663 5.96663C3.05323 5.96663 3.36663 6.28003 3.36663 6.66663C3.36663 7.05323 3.05323 7.36663 2.66663 7.36663C1.5467 7.36663 0.633301 6.45323 0.633301 5.3333V2.66663C0.633301 1.5467 1.5467 0.633301 2.66663 0.633301H5.3333C6.45323 0.633301 7.36663 1.5467 7.36663 2.66663C7.36663 3.05323 7.05323 3.36663 6.66663 3.36663C6.28003 3.36663 5.96663 3.05323 5.96663 2.66663C5.96663 2.3199 5.68003 2.0333 5.3333 2.0333H2.66663ZM6.66663 6.0333C6.3199 6.0333 6.0333 6.3199 6.0333 6.66663V9.3333C6.0333 9.68003 6.3199 9.96663 6.66663 9.96663C7.05323 9.96663 7.36663 10.28 7.36663 10.6666C7.36663 11.0532 7.05323 11.3666 6.66663 11.3666C5.5467 11.3666 4.6333 10.4532 4.6333 9.3333V6.66663C4.6333 5.5467 5.5467 4.6333 6.66663 4.6333H9.3333C10.4532 4.6333 11.3666 5.5467 11.3666 6.66663C11.3666 7.05323 11.0532 7.36663 10.6666 7.36663C10.28 7.36663 9.96663 7.05323 9.96663 6.66663C9.96663 6.3199 9.68003 6.0333 9.3333 6.0333H6.66663ZM10.6666 10.0333C10.3169 10.0333 10.0333 10.3169 10.0333 10.6666V13.3333C10.0333 13.6831 10.3169 13.9666 10.6666 13.9666H13.3333C13.6831 13.9666 13.9666 13.6831 13.9666 13.3333V10.6666C13.9666 10.3169 13.6831 10.0333 13.3333 10.0333H10.6666ZM8.6333 10.6666C8.6333 9.54365 9.54365 8.6333 10.6666 8.6333H13.3333C14.4563 8.6333 15.3666 9.54365 15.3666 10.6666V13.3333C15.3666 14.4563 14.4563 15.3666 13.3333 15.3666H10.6666C9.54365 15.3666 8.6333 14.4563 8.6333 13.3333V10.6666Z", fill: "currentColor", }), }), - VR = (e) => - kt("svg", { + vR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM4.17174 4.17174C4.44511 3.89837 4.88832 3.89837 5.16169 4.17174L6.49502 5.50507C6.76839 5.77844 6.76839 6.22166 6.49502 6.49502L5.16169 7.82836C4.88832 8.10172 4.44511 8.10172 4.17174 7.82836C3.89837 7.55499 3.89837 7.11177 4.17174 6.83841L5.0101 6.00005L4.17174 5.16169C3.89837 4.88832 3.89837 4.44511 4.17174 4.17174ZM6.63338 8.66672C6.63338 8.28012 6.94678 7.96672 7.33338 7.96672H10C10.3866 7.96672 10.7 8.28012 10.7 8.66672C10.7 9.05331 10.3866 9.36672 10 9.36672H7.33338C6.94678 9.36672 6.63338 9.05331 6.63338 8.66672Z", fill: "currentColor", }), }), - SR = (e) => - kt("svg", { + wR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.70005C2.98355 2.70005 2.7 2.9836 2.7 3.33338V12.6667C2.7 13.0165 2.98355 13.3 3.33333 13.3H3.96667V12.6667C3.96667 12.1274 4.18089 11.6103 4.56222 11.2289C4.94354 10.8476 5.46073 10.6334 6 10.6334H10C10.5393 10.6334 11.0565 10.8476 11.4378 11.2289C11.8191 11.6103 12.0333 12.1274 12.0333 12.6667V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33333ZM12.6667 14.7C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33333C2.21035 1.30005 1.3 2.2104 1.3 3.33338V12.6667C1.3 13.7897 2.21035 14.7 3.33333 14.7H12.6667ZM10.6333 13.3V12.6667C10.6333 12.4987 10.5666 12.3377 10.4478 12.2189C10.3291 12.1001 10.168 12.0334 10 12.0334H6C5.83203 12.0334 5.67094 12.1001 5.55217 12.2189C5.43339 12.3377 5.36667 12.4987 5.36667 12.6667V13.3H10.6333ZM8 5.36672C7.28203 5.36672 6.7 5.94875 6.7 6.66672C6.7 7.38469 7.28203 7.96672 8 7.96672C8.71797 7.96672 9.3 7.38469 9.3 6.66672C9.3 5.94875 8.71797 5.36672 8 5.36672ZM5.3 6.66672C5.3 5.17555 6.50883 3.96672 8 3.96672C9.49117 3.96672 10.7 5.17555 10.7 6.66672C10.7 8.15788 9.49117 9.36672 8 9.36672C6.50883 9.36672 5.3 8.15788 5.3 6.66672Z", fill: "currentColor", }), }), - TR = (e) => - kt("svg", { + LR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.70005C2.98355 2.70005 2.7 2.9836 2.7 3.33338V12.6667C2.7 13.0165 2.98355 13.3 3.33333 13.3H3.3524C3.50112 12.3126 3.96188 11.3914 4.6766 10.6766C5.00392 10.3493 5.37454 10.0753 5.77501 9.86007C5.07496 9.24313 4.63333 8.33983 4.63333 7.33338C4.63333 5.47402 6.14064 3.96672 8 3.96672C9.85936 3.96672 11.3667 5.47402 11.3667 7.33338C11.3667 8.33983 10.925 9.24313 10.225 9.86007C10.6255 10.0753 10.9961 10.3493 11.3234 10.6766C12.0381 11.3914 12.4989 12.3126 12.6476 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33333ZM12.6667 14.7C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33333C2.21035 1.30005 1.3 2.2104 1.3 3.33338V12.6667C1.3 13.7897 2.21035 14.7 3.33333 14.7H12.6667ZM11.2249 13.3C11.0916 12.6861 10.7846 12.1177 10.3335 11.6666C9.71458 11.0477 8.87521 10.7 8 10.7C7.12478 10.7 6.28542 11.0477 5.66655 11.6666C5.2154 12.1177 4.90837 12.6861 4.77508 13.3H11.2249ZM8 9.30005C9.08616 9.30005 9.96667 8.41954 9.96667 7.33338C9.96667 6.24722 9.08616 5.36672 8 5.36672C6.91384 5.36672 6.03333 6.24722 6.03333 7.33338C6.03333 8.41954 6.91384 9.30005 8 9.30005Z", fill: "currentColor", }), }), - NR = (e) => - kt("svg", { + bR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33334 2.70005C2.98356 2.70005 2.7 2.9836 2.7 3.33338V12.6667C2.7 13.0165 2.98356 13.3 3.33334 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33334ZM1.3 3.33338C1.3 2.2104 2.21036 1.30005 3.33334 1.30005H12.6667C13.7896 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7896 14.7 12.6667 14.7H3.33334C2.21036 14.7 1.3 13.7897 1.3 12.6667V3.33338ZM5.50503 5.50507C5.7784 5.23171 6.22161 5.23171 6.49498 5.50507L8 7.0101L9.50503 5.50507C9.7784 5.23171 10.2216 5.23171 10.495 5.50507C10.7683 5.77844 10.7683 6.22166 10.495 6.49502L8.98995 8.00005L10.495 9.50507C10.7683 9.77844 10.7683 10.2217 10.495 10.495C10.2216 10.7684 9.7784 10.7684 9.50503 10.495L8 8.99L6.49498 10.495C6.22161 10.7684 5.7784 10.7684 5.50503 10.495C5.23166 10.2217 5.23166 9.77844 5.50503 9.50507L7.01005 8.00005L5.50503 6.49502C5.23166 6.22166 5.23166 5.77844 5.50503 5.50507Z", fill: "currentColor", }), }), - xR = (e) => - kt("svg", { + MR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.69498 3.69502C3.01758 4.37242 2.7 5.59505 2.7 8.00005C2.7 10.4051 3.01758 11.6277 3.69498 12.3051C4.37237 12.9825 5.595 13.3 8 13.3C10.405 13.3 11.6276 12.9825 12.305 12.3051C12.9824 11.6277 13.3 10.4051 13.3 8.00005C13.3 5.59505 12.9824 4.37242 12.305 3.69502C11.6276 3.01763 10.405 2.70005 8 2.70005C5.595 2.70005 4.37237 3.01763 3.69498 3.69502ZM2.70503 2.70507C3.82763 1.58247 5.60501 1.30005 8 1.30005C10.395 1.30005 12.1724 1.58247 13.295 2.70507C14.4176 3.82768 14.7 5.60505 14.7 8.00005C14.7 10.395 14.4176 12.1724 13.295 13.295C12.1724 14.4176 10.395 14.7 8 14.7C5.60501 14.7 3.82763 14.4176 2.70503 13.295C1.58242 12.1724 1.3 10.395 1.3 8.00005C1.3 5.60505 1.58242 3.82768 2.70503 2.70507Z", fill: "currentColor", }), }), - _R = (e) => - kt("svg", { + HR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.9174 0.914946C3.36631 0.729004 3.84744 0.633301 4.33333 0.633301C4.81922 0.633301 5.30035 0.729004 5.74926 0.914946C6.19816 1.10089 6.60605 1.37343 6.94963 1.71701C7.2932 2.06058 7.56574 2.46847 7.75169 2.91737C7.93763 3.36628 8.03333 3.84741 8.03333 4.3333C8.03333 5.05768 7.93799 5.66655 7.77614 6.19751C8.07634 6.10648 8.38513 6.04158 8.69913 6.00422C8.82881 5.35806 9.1465 4.75895 9.6194 4.28604C10.0831 3.82231 10.6682 3.50784 11.3 3.37353V2.66663C11.3 2.28003 11.6134 1.96663 12 1.96663C12.3866 1.96663 12.7 2.28003 12.7 2.66663V5.37353C13.3318 5.50784 13.9169 5.82231 14.3806 6.28604C15.012 6.91741 15.3667 7.77374 15.3667 8.66663V9.99997C15.3667 10.5392 15.1524 11.0564 14.7711 11.4377C14.3898 11.8191 13.8726 12.0333 13.3333 12.0333H12.6667C12.3219 12.0333 11.9912 12.1703 11.7474 12.4141C11.5065 12.655 11.3699 12.9807 11.3667 13.3211C11.3667 13.3252 11.3667 13.3292 11.3667 13.3333C11.3667 13.4856 11.318 13.6266 11.2354 13.7415C11.1662 13.8377 11.0733 13.9156 10.9652 13.9666H11.2914C11.187 14.3991 10.9771 14.8002 10.679 15.1333C10.5415 15.2871 10.3513 15.3658 10.1601 15.3666H12C12.3866 15.3666 12.7 15.0532 12.7 14.6666C12.7 14.28 12.3866 13.9666 12 13.9666H11.2914M10.1541 15.3666C9.98893 15.3659 9.82338 15.3071 9.69061 15.1883C9.40248 14.9306 9.37787 14.488 9.63563 14.1999C9.69981 14.1282 9.7555 14.0499 9.80196 13.9666H10.3681C10.1934 13.8841 10.0583 13.7315 9.99924 13.545C9.97891 13.4808 9.96758 13.4127 9.96672 13.342C9.96674 13.3391 9.96675 13.3362 9.96675 13.3333C9.96675 13.3292 9.96673 13.3252 9.96669 13.3211C9.96759 13.1211 9.99069 12.9234 10.0346 12.7313C10.1373 12.2823 10.3539 11.8643 10.6668 11.5193C10.5161 11.3532 10.3447 11.2057 10.1557 11.0808C9.72319 10.7949 9.21749 10.6396 8.69904 10.6334C8.31246 10.6287 7.99534 10.9384 7.99071 11.3249C7.98609 11.7115 8.29572 12.0286 8.68229 12.0332C8.93192 12.0362 9.1754 12.111 9.38366 12.2487C9.59191 12.3864 9.75612 12.5811 9.85666 12.8096C9.92793 12.9716 9.96507 13.1457 9.96669 13.3211C9.96673 13.3252 9.96675 13.3292 9.96675 13.3333C9.96675 13.3362 9.96674 13.3391 9.96672 13.342C9.96627 13.4071 9.96093 13.4724 9.95062 13.5373C9.92654 13.6887 9.87598 13.834 9.80196 13.9666H5.33333C3.85326 13.9666 2.7 12.8134 2.7 11.3333C2.7 9.52725 3.2879 8.49939 3.90796 7.60805C3.98676 7.49478 4.06993 7.37975 4.15499 7.26211C4.71935 6.48156 5.36666 5.58629 5.36666 4.3333C5.36666 3.9467 5.05326 3.6333 4.66666 3.6333C4.28006 3.6333 3.96666 3.9467 3.96666 4.3333C3.96666 4.58968 3.86482 4.83555 3.68353 5.01684C3.50225 5.19812 3.25637 5.29997 3 5.29997C2.74362 5.29997 2.49775 5.19812 2.31646 5.01684C2.13518 4.83555 2.03333 4.58968 2.03333 4.3333C2.03333 4.03126 2.09282 3.73218 2.20841 3.45313C2.32399 3.17408 2.49341 2.92053 2.70699 2.70696C2.92056 2.49338 3.17411 2.32396 3.45316 2.20838C3.73221 2.09279 4.03129 2.0333 4.33333 2.0333C4.63537 2.0333 4.93445 2.09279 5.2135 2.20838C5.49255 2.32396 5.7461 2.49338 5.95968 2.70696C6.17325 2.92053 6.34267 3.17408 6.45825 3.45313C6.57384 3.73218 6.63333 4.03126 6.63333 4.3333C6.63333 5.15879 6.48455 5.74955 6.27603 6.22306C6.06293 6.70697 5.77651 7.0966 5.4432 7.53407C5.42508 7.55785 5.40687 7.58171 5.38859 7.60566C4.72407 8.47642 3.96666 9.46889 3.96666 11.3333C3.96666 11.7199 4.28006 12.0333 4.66666 12.0333C5.05326 12.0333 5.36666 11.7199 5.36666 11.3333C5.36666 10.2813 5.78458 9.27234 6.52847 8.52844C7.27237 7.78455 8.28131 7.36663 9.33333 7.36663C9.71993 7.36663 10.0333 7.05323 10.0333 6.66663C10.0333 6.14504 10.2405 5.64481 10.6094 5.27599C10.8074 5.07798 11.0433 4.92655 11.3 4.82876V5.99997C11.3 6.38657 11.6134 6.69997 12 6.69997C12.5216 6.69997 13.0218 6.90717 13.3906 7.27599C13.7595 7.64481 13.9667 8.14504 13.9667 8.66663V9.99997C13.9667 10.1679 13.8999 10.329 13.7812 10.4478C13.6624 10.5666 13.5013 10.6333 13.3333 10.6333H12.6667C11.9506 10.6333 11.2638 10.9178 10.7575 11.4241C10.7264 11.4552 10.6962 11.4869 10.6668 11.5193M2.83846 6.69445C2.89206 6.69812 2.94593 6.69997 3 6.69997C3.62768 6.69997 4.22965 6.45062 4.67348 6.00679C5.11732 5.56295 5.36666 4.96098 5.36666 4.3333H3.96666C3.96666 4.63386 3.91254 4.89353 3.81274 5.14604C3.65637 5.5417 3.38787 5.91976 3.03976 6.40991C3.02662 6.42841 3.01336 6.44707 3 6.4659C2.94782 6.53941 2.89394 6.61545 2.83846 6.69445ZM2.83846 6.69445C2.26979 6.65557 1.73212 6.41239 1.32651 6.00679C0.882676 5.56295 0.633331 4.96098 0.633331 4.3333C0.633331 3.84741 0.729035 3.36628 0.914977 2.91737C1.10092 2.46847 1.37346 2.06058 1.71704 1.71701C2.06061 1.37343 2.4685 1.10089 2.9174 0.914946M2.83846 6.69445C2.81223 6.73181 2.78564 6.76983 2.7587 6.80856C2.04543 7.83388 1.3 9.13935 1.3 11.3333C1.3 13.5866 3.08007 15.3666 5.33333 15.3666H10.1541M3.96666 11.3333H5.36666H3.96666ZM11.3 8.66663C11.3 8.28003 11.6134 7.96663 12 7.96663H12.0067C12.3933 7.96663 12.7067 8.28003 12.7067 8.66663C12.7067 9.05323 12.3933 9.36663 12.0067 9.36663H12C11.6134 9.36663 11.3 9.05323 11.3 8.66663Z", fill: "currentColor", }), }), - AR = (e) => - kt("svg", { + ER = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.1106 1.31857C6.6277 0.841981 7.31005 0.633301 8 0.633301C8.71608 0.633301 9.40284 0.917764 9.90919 1.42411C10.4155 1.93046 10.7 2.61722 10.7 3.3333C10.7 4.15661 10.4815 4.60985 10.2744 4.97226C10.263 4.9922 10.2521 5.01127 10.2416 5.02958C10.0956 5.28376 10.0333 5.39213 10.0333 5.66663V7.96663H11.6663M5.96666 7.96663V5.66663C5.96666 5.39213 5.90442 5.28376 5.75842 5.02958C5.74791 5.01127 5.73696 4.9922 5.72556 4.97226C5.51847 4.60985 5.3 4.15661 5.3 3.3333C5.3 2.50158 5.58414 1.80379 6.1106 1.31857M4.33333 9.36663C4.07696 9.36663 3.83108 9.46848 3.64979 9.64976C3.46851 9.83105 3.36666 10.0769 3.36666 10.3333V11.3H12.6333V10.3333C12.6333 10.0762 12.5318 9.8287 12.3522 9.64876C12.2623 9.55912 12.1556 9.48806 12.0382 9.43965C11.9208 9.39122 11.7949 9.36641 11.6679 9.36663L4.33333 9.36663ZM8.63333 7.96663V5.66663C8.63333 5.01169 8.85881 4.62294 9.02216 4.34131C9.03482 4.31948 9.04711 4.29829 9.05889 4.27767C9.18513 4.05675 9.3 3.84332 9.3 3.3333C9.3 2.98852 9.16303 2.65786 8.91924 2.41406C8.67544 2.17026 8.34478 2.0333 8 2.0333C7.58328 2.0333 7.26563 2.15795 7.0594 2.34803C6.86252 2.52948 6.7 2.83169 6.7 3.3333C6.7 3.84332 6.81486 4.05675 6.9411 4.27767C6.95288 4.29829 6.96517 4.31948 6.97784 4.34131C7.14118 4.62294 7.36666 5.01169 7.36666 5.66663V7.96663H8.63333ZM2.63333 14.6666C2.63333 14.28 2.94673 13.9666 3.33333 13.9666H12.6667C13.0533 13.9666 13.3667 14.28 13.3667 14.6666C13.3667 15.0532 13.0533 15.3666 12.6667 15.3666H3.33333C2.94673 15.3666 2.63333 15.0532 2.63333 14.6666Z", fill: "currentColor", }), }), - ZR = (e) => - kt("svg", { + RR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.30094 0.70134C8.64999 0.867552 8.7982 1.28525 8.63199 1.6343L6.63199 5.8343C6.53119 6.04599 6.33109 6.19315 6.09898 6.22631L2.85433 6.68983L5.15143 8.89504C5.31941 9.0563 5.3962 9.29053 5.3563 9.51995L4.79774 12.7317L7.67894 11.2446C8.02248 11.0673 8.44471 11.2021 8.62202 11.5456C8.79933 11.8892 8.66458 12.3114 8.32104 12.4887L4.18771 14.622C3.95152 14.7439 3.66667 14.7216 3.45241 14.5643C3.23816 14.407 3.13147 14.1419 3.17701 13.8801L3.91319 9.64703L0.84855 6.70498C0.655424 6.51958 0.584957 6.24026 0.66702 5.98544C0.749083 5.73061 0.969303 5.54491 1.23433 5.50704L5.52938 4.89347L7.36799 1.03239C7.5342 0.683343 7.9519 0.535128 8.30094 0.70134Z", fill: "currentColor", }), }), - IR = (e) => - kt("svg", { + yR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 0.633301C8.26642 0.633301 8.50975 0.784551 8.62768 1.02346L10.525 4.86716L14.7679 5.48733C15.0315 5.52586 15.2504 5.71066 15.3325 5.96406C15.4147 6.21747 15.3459 6.49555 15.1551 6.68142L12.0855 9.67119L12.8099 13.895C12.855 14.1576 12.747 14.423 12.5314 14.5796C12.3158 14.7362 12.03 14.7569 11.7942 14.6329L7.99999 12.6375L4.2058 14.6329C3.96996 14.7569 3.68416 14.7362 3.46857 14.5796C3.25299 14.423 3.14502 14.1576 3.19006 13.895L3.91449 9.67119L0.844908 6.68142C0.654076 6.49555 0.585285 6.21747 0.667449 5.96406C0.749613 5.71066 0.968489 5.52586 1.23208 5.48733L5.475 4.86716L7.37229 1.02346C7.49022 0.784551 7.73355 0.633301 7.99999 0.633301ZM7.99999 2.91478L6.56768 5.81647C6.4658 6.02286 6.26898 6.16599 6.04123 6.19927L2.83721 6.66759L5.15507 8.92518C5.32018 9.086 5.39554 9.31779 5.35658 9.54496L4.80971 12.7335L7.67417 11.2271C7.87814 11.1198 8.12184 11.1198 8.3258 11.2271L11.1903 12.7335L10.6434 9.54496C10.6044 9.31779 10.6798 9.086 10.8449 8.92518L13.1628 6.66759L9.95875 6.19927C9.731 6.16599 9.53417 6.02286 9.43229 5.81647L7.99999 2.91478Z", fill: "currentColor", }), }), - kR = (e) => - kt("svg", { + VR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838346 0.838326C1.11171 0.564959 1.55493 0.564959 1.8283 0.838326L6.04984 5.05987C6.05355 5.0635 6.05723 5.06718 6.06086 5.07089L12.134 11.144C12.1964 11.1887 12.2515 11.2435 12.2966 11.3066L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8883 15.435 14.445 15.435 14.1717 15.1616L12.7929 13.7829L12.8099 13.8813C12.855 14.1437 12.7474 14.4089 12.5323 14.5657C12.3171 14.7225 12.0317 14.7437 11.7957 14.6203L7.99999 12.6365L4.20423 14.6203C3.9683 14.7437 3.68286 14.7225 3.46772 14.5657C3.25258 14.4089 3.14499 14.1437 3.19012 13.8813L3.91433 9.67104L0.844908 6.68142C0.654122 6.49559 0.585314 6.2176 0.667394 5.96423C0.749473 5.71087 0.968219 5.52603 1.23173 5.48738L4.07969 5.06962L0.838346 1.82828C0.564979 1.55491 0.564979 1.11169 0.838346 0.838326ZM5.31366 6.30359L2.83656 6.66695L5.15507 8.92518C5.32026 9.08609 5.39562 9.31803 5.35652 9.5453L4.80972 12.7242L7.67575 11.2263C7.87887 11.1201 8.1211 11.1201 8.32423 11.2263L11.1903 12.7242L11.0772 12.0672L5.31366 6.30359ZM8.00056 0.633301C8.26694 0.633518 8.51012 0.784915 8.62788 1.02386L10.525 4.8733L14.7669 5.48718C15.0307 5.52536 15.2499 5.71 15.3323 5.96345C15.4148 6.21689 15.3461 6.49516 15.1553 6.6812L12.7686 9.00787C12.4918 9.27773 12.0486 9.27209 11.7788 8.99527C11.5089 8.71844 11.5145 8.27526 11.7914 8.0054L13.1617 6.66947L9.95973 6.20608C9.73143 6.17305 9.53407 6.02965 9.4321 5.82274L7.9987 2.9142L7.66738 3.58376C7.49591 3.93026 7.07602 4.07215 6.72953 3.90069C6.38303 3.72923 6.24114 3.30934 6.4126 2.96284L7.3726 1.02284C7.49075 0.784086 7.73417 0.633084 8.00056 0.633301Z", fill: "currentColor", }), }), - OR = (e) => - kt("svg", { + TR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.63657 2.03577C9.8791 2.15233 10.0333 2.3976 10.0333 2.66668V13.3333C10.0333 13.6024 9.8791 13.8477 9.63657 13.9643C9.39405 14.0808 9.10617 14.0481 8.89605 13.88L2.22939 8.54662C2.06334 8.41378 1.96667 8.21266 1.96667 8.00001C1.96667 7.78737 2.06334 7.58625 2.22939 7.45341L8.89605 2.12007C9.10617 1.95198 9.39405 1.91921 9.63657 2.03577ZM12 1.96668C12.3866 1.96668 12.7 2.28008 12.7 2.66668V13.3333C12.7 13.7199 12.3866 14.0333 12 14.0333C11.6134 14.0333 11.3 13.7199 11.3 13.3333V2.66668C11.3 2.28008 11.6134 1.96668 12 1.96668ZM3.78722 8.00001L8.63334 11.8769V4.12312L3.78722 8.00001Z", fill: "currentColor", }), }), - BR = (e) => - kt("svg", { + SR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.36342 2.03577C6.60595 1.91921 6.89382 1.95198 7.10394 2.12007L13.7706 7.45341C13.9367 7.58625 14.0333 7.78737 14.0333 8.00001C14.0333 8.21266 13.9367 8.41378 13.7706 8.54662L7.10394 13.88C6.89382 14.0481 6.60595 14.0808 6.36342 13.9643C6.1209 13.8477 5.96665 13.6024 5.96665 13.3333V2.66668C5.96665 2.3976 6.1209 2.15233 6.36342 2.03577ZM3.99999 1.96668C4.38659 1.96668 4.69999 2.28008 4.69999 2.66668V13.3333C4.69999 13.7199 4.38659 14.0333 3.99999 14.0333C3.61339 14.0333 3.29999 13.7199 3.29999 13.3333V2.66668C3.29999 2.28008 3.61339 1.96668 3.99999 1.96668ZM7.36665 4.12312V11.8769L12.2128 8.00001L7.36665 4.12312Z", fill: "currentColor", }), }), - DR = (e) => - kt("svg", { + NR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.25738 0.633273C3.38905 0.612184 3.52447 0.620518 3.6537 0.658531C3.83483 0.711814 3.99462 0.820712 4.11044 0.969813C4.22627 1.11892 4.29228 1.30067 4.29912 1.48935C4.30596 1.67803 4.25329 1.86408 4.14855 2.02118C4.04382 2.17828 3.89234 2.29846 3.71554 2.36471C3.53874 2.43097 3.34558 2.43994 3.1634 2.39037C2.98123 2.3408 2.81925 2.23519 2.7004 2.08848C2.68589 2.07058 2.67212 2.05218 2.6591 2.03332C2.49387 2.0353 2.33584 2.10179 2.21886 2.21877C2.10009 2.33755 2.03336 2.49864 2.03336 2.66661V5.99994C2.03336 6.87515 2.38104 7.71452 2.99991 8.33339C3.61878 8.95226 4.45815 9.29994 5.33336 9.29994C6.20858 9.29994 7.04794 8.95226 7.66681 8.33339C8.28568 7.71452 8.63336 6.87515 8.63336 5.99994V2.66661C8.63336 2.49864 8.56664 2.33755 8.44786 2.21877C8.33448 2.10539 8.18253 2.03944 8.02285 2.03368C7.94587 2.10926 7.85506 2.16935 7.75536 2.21065C7.65327 2.25293 7.54386 2.27469 7.43336 2.27469C7.32286 2.27469 7.21345 2.25293 7.11136 2.21065C7.00928 2.16836 6.91652 2.10638 6.83839 2.02825C6.76025 1.95011 6.69827 1.85736 6.65599 1.75527C6.6137 1.65319 6.59194 1.54377 6.59194 1.43327C6.59194 1.32278 6.6137 1.21336 6.65599 1.11128C6.69827 1.00919 6.76025 0.916433 6.83839 0.838299C6.96966 0.707023 7.14771 0.633273 7.33336 0.633273H8.00003C8.5393 0.633273 9.05649 0.847499 9.43781 1.22882C9.81913 1.61015 10.0334 2.12733 10.0334 2.66661V5.99994C10.0334 7.24646 9.53818 8.44192 8.65676 9.32334C7.94204 10.0381 7.02084 10.4988 6.03336 10.6475V10.6666C6.03336 11.5418 6.38104 12.3812 6.99991 13.0001C7.61878 13.6189 8.45815 13.9666 9.33336 13.9666C10.2086 13.9666 11.0479 13.6189 11.6668 13.0001C12.2857 12.3812 12.6334 11.5418 12.6334 10.6666V8.57624C11.8552 8.29093 11.3 7.54361 11.3 6.66661C11.3 5.54363 12.2104 4.63327 13.3334 4.63327C14.4563 4.63327 15.3667 5.54363 15.3667 6.66661C15.3667 7.54361 14.8115 8.29093 14.0334 8.57624V10.6666C14.0334 11.9131 13.5382 13.1086 12.6568 13.99C11.7753 14.8714 10.5799 15.3666 9.33336 15.3666C8.08684 15.3666 6.89138 14.8714 6.00996 13.99C5.12854 13.1086 4.63336 11.9131 4.63336 10.6666V10.6475C3.64588 10.4988 2.72468 10.0381 2.00996 9.32334C1.12854 8.44192 0.633362 7.24646 0.633362 5.99994V2.66661C0.633362 2.12733 0.847587 1.61015 1.22891 1.22882C1.61024 0.847499 2.12742 0.633273 2.6667 0.633273H3.25738ZM13.3334 6.03327C12.9836 6.03327 12.7 6.31683 12.7 6.66661C12.7 7.01639 12.9836 7.29994 13.3334 7.29994C13.6831 7.29994 13.9667 7.01639 13.9667 6.66661C13.9667 6.31683 13.6831 6.03327 13.3334 6.03327Z", fill: "currentColor", }), }), - PR = (e) => - kt("svg", { + xR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H10.3333C10.519 1.30005 10.697 1.3738 10.8283 1.50507L14.495 5.17174C14.6262 5.30302 14.7 5.48106 14.7 5.66672V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33332C2.21339 14.7 1.29999 13.7866 1.29999 12.6667V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956ZM8.63332 2.70005H3.33332C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V12.6667C2.69999 13.0134 2.98659 13.3 3.33332 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V6.70005H10.6667C10.1274 6.70005 9.6102 6.48582 9.22887 6.1045C8.84755 5.72318 8.63332 5.20599 8.63332 4.66672V2.70005ZM12.6434 5.30005H10.6667C10.4987 5.30005 10.3376 5.23332 10.2188 5.11455C10.1 4.99578 10.0333 4.83469 10.0333 4.66672V2.70005H10.0434L12.6434 5.30005ZM9.73475 10.0933C10.0515 10.315 10.1285 10.7514 9.90678 11.0681L9.33332 10.6667C9.90678 11.0681 9.90696 11.0679 9.90678 11.0681L9.90608 11.0691L9.90532 11.0702L9.90366 11.0726L9.89977 11.078L9.88966 11.0918C9.88189 11.1023 9.87203 11.1152 9.86009 11.1303C9.83625 11.1603 9.80383 11.1992 9.76287 11.2439C9.68148 11.3327 9.56328 11.4477 9.40831 11.5625C9.09808 11.7923 8.62205 12.0334 7.99999 12.0334C7.40318 12.0334 6.92899 11.7858 6.62645 11.5697C6.47218 11.4595 6.35126 11.3496 6.26751 11.2659C6.22533 11.2237 6.1917 11.1872 6.16712 11.1595C6.15481 11.1456 6.1447 11.1338 6.13685 11.1244L6.12675 11.1123L6.12297 11.1076L6.1214 11.1057L6.1207 11.1048C6.12054 11.1046 6.12005 11.104 6.66665 10.6667L6.12005 11.104C5.87854 10.8021 5.92748 10.3616 6.22937 10.1201C6.52953 9.87998 6.96674 9.927 7.20911 10.2243L7.21515 10.2312C7.22286 10.2399 7.23715 10.2556 7.25746 10.2759C7.29872 10.3172 7.36113 10.374 7.44019 10.4304C7.60432 10.5477 7.79679 10.6334 7.99999 10.6334C8.24459 10.6334 8.43523 10.5411 8.575 10.4376C8.64503 10.3857 8.69767 10.3341 8.73085 10.2979C8.74719 10.2801 8.758 10.2669 8.76306 10.2605C8.76413 10.2591 8.76493 10.2581 8.76545 10.2574C8.76616 10.2565 8.76637 10.2562 8.76608 10.2566L8.76414 10.2593L8.7623 10.2618L8.76115 10.2635L8.76052 10.2643", fill: "currentColor", }), }), - FR = (e) => - kt("svg", { + _R = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H10.6667C10.8523 1.30005 11.0304 1.3738 11.1616 1.50507L14.495 4.83841C14.6262 4.96968 14.7 5.14773 14.7 5.33338V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956ZM12.9767 5.30005L10.7 3.02333V4.66672C10.7 4.83469 10.7667 4.99578 10.8855 5.11455C11.0043 5.23332 11.1654 5.30005 11.3333 5.30005H12.9767ZM9.29999 2.70005V4.66672C9.29999 5.20599 9.51421 5.72318 9.89554 6.1045C10.2769 6.48582 10.794 6.70005 11.3333 6.70005H13.3V12.6667C13.3 12.8347 13.2333 12.9958 13.1145 13.1145C12.9957 13.2333 12.8346 13.3 12.6667 13.3H3.33332C3.16535 13.3 3.00426 13.2333 2.88549 13.1145C2.76671 12.9958 2.69999 12.8347 2.69999 12.6667V3.33338C2.69999 3.16541 2.76671 3.00432 2.88549 2.88555C3.00426 2.76677 3.16535 2.70005 3.33332 2.70005H9.29999Z", fill: "currentColor", }), }), - UR = (e) => - kt("svg", { + AR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.21947 2.0333C5.1359 2.03323 5.05314 2.04971 4.97597 2.08178C4.89879 2.11384 4.82872 2.16086 4.76981 2.22013L4.76834 2.22161L3.02331 3.96663H12.9767L11.2317 2.22161L11.2302 2.22013C11.1713 2.16086 11.1013 2.11384 11.0241 2.08178C10.9469 2.04971 10.8642 2.03323 10.7806 2.0333H5.21947ZM13.9667 5.36663H2.03336V6.66663C2.03336 6.8346 2.10009 6.9957 2.21886 7.11447C2.33337 7.22898 2.48722 7.29511 2.64865 7.29971C2.87924 7.28271 3.09882 7.19345 3.276 7.04436C3.28917 7.03328 3.30275 7.02269 3.3167 7.01261C3.51556 6.8689 3.75467 6.79154 4.00003 6.79154C4.24539 6.79154 4.4845 6.8689 4.68336 7.01261C4.69731 7.02269 4.71088 7.03328 4.72405 7.04436C4.89661 7.18956 5.10937 7.27801 5.33336 7.29823C5.55735 7.27801 5.77011 7.18956 5.94267 7.04436C5.95584 7.03328 5.96941 7.02269 5.98336 7.01261C6.18223 6.8689 6.42134 6.79154 6.66669 6.79154C6.91205 6.79154 7.15116 6.8689 7.35003 7.01261C7.36398 7.02269 7.37755 7.03328 7.39072 7.04436C7.56328 7.18956 7.77604 7.27801 8.00003 7.29823C8.22402 7.27801 8.43678 7.18956 8.60934 7.04436C8.62251 7.03328 8.63608 7.02269 8.65003 7.01261C8.84889 6.8689 9.088 6.79154 9.33336 6.79154C9.57872 6.79154 9.81783 6.8689 10.0167 7.01261C10.0306 7.02269 10.0442 7.03328 10.0574 7.04436C10.2299 7.18956 10.4427 7.27801 10.6667 7.29823C10.8907 7.27801 11.1034 7.18956 11.276 7.04436C11.2892 7.03328 11.3027 7.02269 11.3167 7.01261C11.5156 6.8689 11.7547 6.79154 12 6.79154C12.2454 6.79154 12.4845 6.8689 12.6834 7.01261C12.6973 7.02269 12.7109 7.03328 12.7241 7.04436C12.9012 7.19345 13.1208 7.28271 13.3514 7.29971C13.5128 7.29511 13.6667 7.22898 13.7812 7.11447C13.9 6.99569 13.9667 6.8346 13.9667 6.66663V5.36663ZM1.9667 8.57568C1.69206 8.47497 1.43972 8.31523 1.22891 8.10442C0.847587 7.72309 0.633362 7.20591 0.633362 6.66663V4.66663C0.633362 4.48098 0.707112 4.30293 0.838387 4.17166L3.77692 1.23313C3.77719 1.23286 3.77746 1.23259 3.77773 1.23232C3.96672 1.04241 4.19138 0.89173 4.4388 0.788929C4.6864 0.686052 4.95191 0.633162 5.22003 0.633301M1.9667 8.57568V13.3333C1.9667 13.8726 2.18092 14.3898 2.56224 14.7711C2.94357 15.1524 3.46075 15.3666 4.00003 15.3666H12C12.5393 15.3666 13.0565 15.1524 13.4378 14.7711C13.8191 14.3898 14.0334 13.8726 14.0334 13.3333V8.57568C14.308 8.47497 14.5603 8.31523 14.7711 8.10442C15.1525 7.72309 15.3667 7.20591 15.3667 6.66663V4.66663C15.3667 4.48098 15.2929 4.30293 15.1617 4.17166L12.2231 1.23313C12.2229 1.23286 12.2226 1.23259 12.2223 1.23232C12.0333 1.04241 11.8087 0.89173 11.5613 0.788929C11.3137 0.686052 11.0482 0.633162 10.78 0.633301C10.78 0.633301 10.7801 0.633301 10.78 0.633301H5.22003M12.6334 8.5716C12.4088 8.49587 12.1955 8.38836 12 8.25175C11.6197 8.51761 11.1715 8.67324 10.7052 8.69891C10.6795 8.70032 10.6539 8.70032 10.6282 8.69891C10.1619 8.67324 9.71371 8.51761 9.33336 8.25175C8.95301 8.51761 8.50479 8.67324 8.0385 8.69891C8.01287 8.70032 7.98719 8.70032 7.96156 8.69891C7.49527 8.67324 7.04705 8.51761 6.6667 8.25175C6.28635 8.51761 5.83812 8.67324 5.37183 8.69891C5.3462 8.70032 5.32052 8.70032 5.29489 8.69891C4.8286 8.67324 4.38038 8.51761 4.00003 8.25175C3.80459 8.38836 3.59122 8.49587 3.3667 8.5716V13.3333C3.3667 13.5013 3.43342 13.6624 3.55219 13.7811C3.67097 13.8999 3.83206 13.9666 4.00003 13.9666H5.30003V12C5.30003 11.4607 5.51425 10.9435 5.89558 10.5622C6.2769 10.1809 6.79409 9.96663 7.33336 9.96663H8.66669C9.20597 9.96663 9.72315 10.1809 10.1045 10.5622C10.4858 10.9435 10.7 11.4607 10.7 12V13.9666H12C12.168 13.9666 12.3291 13.8999 12.4479 13.7811C12.5666 13.6624 12.6334 13.5013 12.6334 13.3333V8.5716ZM9.30003 13.9666V12C9.30003 11.832 9.2333 11.6709 9.11453 11.5521C8.99576 11.4334 8.83466 11.3666 8.66669 11.3666H7.33336C7.16539 11.3666 7.0043 11.4334 6.88553 11.5521C6.76675 11.6709 6.70003 11.832 6.70003 12V13.9666H9.30003Z", fill: "currentColor", }), }), - zR = (e) => - kt("svg", { + ZR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 3.36667C2.31691 3.36667 2.03336 3.65023 2.03336 4.00001V5.33334C2.03336 5.68312 2.31691 5.96667 2.6667 5.96667H13.3334C13.6831 5.96667 13.9667 5.68312 13.9667 5.33334V4.00001C13.9667 3.65023 13.6831 3.36667 13.3334 3.36667H2.6667ZM0.633362 4.00001C0.633362 2.87703 1.54372 1.96667 2.6667 1.96667H13.3334C14.4563 1.96667 15.3667 2.87703 15.3667 4.00001V5.33334C15.3667 6.45632 14.4563 7.36667 13.3334 7.36667H2.6667C1.54372 7.36667 0.633362 6.45632 0.633362 5.33334V4.00001ZM2.6667 10.0333C2.31691 10.0333 2.03336 10.3169 2.03336 10.6667V12C2.03336 12.3498 2.31691 12.6333 2.6667 12.6333H13.3334C13.6831 12.6333 13.9667 12.3498 13.9667 12V10.6667C13.9667 10.3169 13.6831 10.0333 13.3334 10.0333H2.6667ZM0.633362 10.6667C0.633362 9.5437 1.54372 8.63334 2.6667 8.63334H13.3334C14.4563 8.63334 15.3667 9.5437 15.3667 10.6667V12C15.3667 13.123 14.4563 14.0333 13.3334 14.0333H2.6667C1.54372 14.0333 0.633362 13.123 0.633362 12V10.6667Z", fill: "currentColor", }), }), - GR = (e) => - kt("svg", { + IR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00001 2.0333C3.65023 2.0333 3.36667 2.31685 3.36667 2.66663V13.3333C3.36667 13.6831 3.65023 13.9666 4.00001 13.9666H5.33334C5.68312 13.9666 5.96667 13.6831 5.96667 13.3333V2.66663C5.96667 2.31685 5.68312 2.0333 5.33334 2.0333H4.00001ZM1.96667 2.66663C1.96667 1.54366 2.87703 0.633301 4.00001 0.633301H5.33334C6.45632 0.633301 7.36667 1.54366 7.36667 2.66663V13.3333C7.36667 14.4563 6.45632 15.3666 5.33334 15.3666H4.00001C2.87703 15.3666 1.96667 14.4563 1.96667 13.3333V2.66663ZM10.6667 2.0333C10.3169 2.0333 10.0333 2.31685 10.0333 2.66663V13.3333C10.0333 13.6831 10.3169 13.9666 10.6667 13.9666H12C12.3498 13.9666 12.6333 13.6831 12.6333 13.3333V2.66663C12.6333 2.31685 12.3498 2.0333 12 2.0333H10.6667ZM8.63334 2.66663C8.63334 1.54366 9.5437 0.633301 10.6667 0.633301H12C13.123 0.633301 14.0333 1.54366 14.0333 2.66663V13.3333C14.0333 14.4563 13.123 15.3666 12 15.3666H10.6667C9.5437 15.3666 8.63334 14.4563 8.63334 13.3333V2.66663Z", fill: "currentColor", }), }), - $R = (e) => - kt("svg", { + kR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00038 1.96668L10.6667 1.96667C11.0533 1.96667 11.3667 2.28008 11.3667 2.66667C11.3667 3.05327 11.0533 3.36667 10.6667 3.36667H6.00001C5.79198 3.36657 5.58659 3.41638 5.4018 3.51194C5.21702 3.6075 5.05786 3.74601 4.93771 3.91584C4.81756 4.08567 4.73992 4.28185 4.71131 4.48791C4.6827 4.69396 4.70396 4.90387 4.77331 5.10001C4.90217 5.4645 4.71116 5.86444 4.34667 5.99331C3.98219 6.12217 3.58224 5.93116 3.45338 5.56668C3.30935 5.15932 3.26519 4.72335 3.32461 4.29538C3.38403 3.86742 3.54528 3.45997 3.79483 3.10725C4.04437 2.75453 4.37492 2.46686 4.75871 2.26839C5.14239 2.06997 5.56843 1.96651 6.00038 1.96668ZM1.96667 8.00001C1.96667 7.61341 2.28008 7.30001 2.66667 7.30001H13.3333C13.7199 7.30001 14.0333 7.61341 14.0333 8.00001C14.0333 8.38661 13.7199 8.70001 13.3333 8.70001H12.0659C12.4755 9.2692 12.7 9.95636 12.7 10.6667C12.7 11.5596 12.3453 12.4159 11.7139 13.0473C11.0826 13.6786 10.2262 14.0333 9.33334 14.0333H4.00001C3.61341 14.0333 3.30001 13.7199 3.30001 13.3333C3.30001 12.9467 3.61341 12.6333 4.00001 12.6333H9.33334C9.85493 12.6333 10.3552 12.4261 10.724 12.0573C11.0928 11.6885 11.3 11.1883 11.3 10.6667C11.3 10.1451 11.0928 9.64485 10.724 9.27603C10.3552 8.90721 9.85493 8.70001 9.33334 8.70001H2.66667C2.28008 8.70001 1.96667 8.38661 1.96667 8.00001Z", fill: "currentColor", }), }), - WR = (e) => - kt("svg", { + OR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1717 2.83833C2.44507 2.56496 2.88828 2.56496 3.16165 2.83833L5.33334 5.01002L7.50503 2.83833C7.7784 2.56496 8.22162 2.56496 8.49498 2.83833C8.76835 3.11169 8.76835 3.55491 8.49498 3.82828L6.32329 5.99997L8.49498 8.17166C8.76835 8.44503 8.76835 8.88824 8.49498 9.16161C8.22162 9.43498 7.7784 9.43498 7.50503 9.16161L5.33334 6.98992L3.16165 9.16161C2.88828 9.43498 2.44507 9.43498 2.1717 9.16161C1.89833 8.88824 1.89833 8.44503 2.1717 8.17166L4.34339 5.99997L2.1717 3.82828C1.89833 3.55491 1.89833 3.11169 2.1717 2.83833ZM10.9222 7.57062C11.3425 7.33297 11.8317 7.24692 12.3079 7.32689C12.7841 7.40687 13.2184 7.648 13.538 8.00992L13.5438 8.0165L13.5438 8.01653C13.8597 8.38344 14.0333 8.85214 14.0333 9.3333C14.0333 10.0687 13.6227 10.5825 13.2038 10.9195C12.8137 11.2334 12.3384 11.4573 12.0035 11.615C11.9906 11.6212 11.9778 11.6272 11.9653 11.6331C11.6474 11.783 11.5431 11.8805 11.4895 11.9634C11.4888 11.9645 11.4881 11.9655 11.4874 11.9666H13.3333C13.7199 11.9666 14.0333 12.28 14.0333 12.6666C14.0333 13.0532 13.7199 13.3666 13.3333 13.3666H10.6667C10.2801 13.3666 9.96667 13.0532 9.96667 12.6666C9.96667 12.1112 10.0453 11.6185 10.3139 11.2032C10.5836 10.7861 10.9793 10.5502 11.368 10.3669C11.7385 10.1921 12.0747 10.0311 12.3262 9.82874C12.564 9.63742 12.6333 9.48454 12.6333 9.3333C12.6333 9.18919 12.5813 9.04595 12.4857 8.93334C12.3788 8.81379 12.2343 8.73414 12.076 8.70756C11.9168 8.68082 11.7533 8.70941 11.6126 8.78854C11.4762 8.86691 11.3757 8.98869 11.3262 9.12781C11.1967 9.49207 10.7964 9.68236 10.4322 9.55285C10.0679 9.42334 9.87761 9.02305 10.0071 8.65879C10.1708 8.19838 10.4965 7.81386 10.9194 7.5722L10.9221 7.57061L10.9222 7.57062Z", fill: "currentColor", }), }), - jR = (e) => - Ot("svg", { + BR = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29993 3.33322C1.29993 2.57843 1.91181 1.96655 2.66659 1.96655H5.99993C6.75472 1.96655 7.36659 2.57843 7.36659 3.33322V6.66655C7.36659 7.42134 6.75471 8.03322 5.99993 8.03322H2.66659C1.9118 8.03322 1.29993 7.42134 1.29993 6.66655V3.33322ZM2.69993 3.36655V6.63322H5.96659V3.36655H2.69993Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M8.63327 3.3333C8.63327 2.9467 8.94667 2.6333 9.33327 2.6333H13.9999C14.3865 2.6333 14.6999 2.9467 14.6999 3.3333C14.6999 3.7199 14.3865 4.0333 13.9999 4.0333H9.33327C8.94667 4.0333 8.63327 3.7199 8.63327 3.3333Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M9.33327 5.96655C8.94667 5.96655 8.63327 6.27995 8.63327 6.66655C8.63327 7.05315 8.94667 7.36655 9.33327 7.36655H13.9999C14.3865 7.36655 14.6999 7.05315 14.6999 6.66655C14.6999 6.27995 14.3865 5.96655 13.9999 5.96655H9.33327Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M1.29993 10C1.29993 9.61345 1.61333 9.30005 1.99993 9.30005L13.9999 9.30005C14.3865 9.30005 14.6999 9.61345 14.6999 10C14.6999 10.3866 14.3865 10.7001 13.9999 10.7001L1.99993 10.7C1.61333 10.7 1.29993 10.3866 1.29993 10Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M1.99993 12.6333C1.61333 12.6333 1.29993 12.9467 1.29993 13.3333C1.29993 13.7199 1.61333 14.0333 1.99993 14.0333L13.9999 14.0333C14.3865 14.0333 14.6999 13.7199 14.6999 13.3333C14.6999 12.9467 14.3865 12.6333 13.9999 12.6333L1.99993 12.6333Z", fill: "currentColor", }), ], }), - qR = (e) => - kt("svg", { + DR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.30001 2.66667C7.30001 2.28008 7.61341 1.96667 8.00001 1.96667H8.00667C8.39327 1.96667 8.70667 2.28008 8.70667 2.66667C8.70667 3.05327 8.39327 3.36667 8.00667 3.36667H8.00001C7.61341 3.36667 7.30001 3.05327 7.30001 2.66667ZM3.52867 4.22867C3.52867 3.84208 3.84208 3.52867 4.22867 3.52867H4.23534C4.62194 3.52867 4.93534 3.84208 4.93534 4.22867C4.93534 4.61527 4.62194 4.92867 4.23534 4.92867H4.22867C3.84208 4.92867 3.52867 4.61527 3.52867 4.22867ZM11.0713 4.22867C11.0713 3.84208 11.3847 3.52867 11.7713 3.52867H11.778C12.1646 3.52867 12.478 3.84208 12.478 4.22867C12.478 4.61527 12.1646 4.92867 11.778 4.92867H11.7713C11.3847 4.92867 11.0713 4.61527 11.0713 4.22867ZM8.00001 6.03334C6.91385 6.03334 6.03334 6.91385 6.03334 8.00001C6.03334 9.08617 6.91385 9.96667 8.00001 9.96667C9.08617 9.96667 9.96667 9.08617 9.96667 8.00001C9.96667 6.91385 9.08617 6.03334 8.00001 6.03334ZM4.63334 8.00001C4.63334 6.14065 6.14065 4.63334 8.00001 4.63334C9.85937 4.63334 11.3667 6.14065 11.3667 8.00001C11.3667 9.85937 9.85937 11.3667 8.00001 11.3667C6.14065 11.3667 4.63334 9.85937 4.63334 8.00001ZM1.96667 8.00001C1.96667 7.61341 2.28008 7.30001 2.66667 7.30001H2.67334C3.05994 7.30001 3.37334 7.61341 3.37334 8.00001C3.37334 8.38661 3.05994 8.70001 2.67334 8.70001H2.66667C2.28008 8.70001 1.96667 8.38661 1.96667 8.00001ZM12.6333 8.00001C12.6333 7.61341 12.9467 7.30001 13.3333 7.30001H13.34C13.7266 7.30001 14.04 7.61341 14.04 8.00001C14.04 8.38661 13.7266 8.70001 13.34 8.70001H13.3333C12.9467 8.70001 12.6333 8.38661 12.6333 8.00001ZM3.52867 11.7713C3.52867 11.3847 3.84208 11.0713 4.22867 11.0713H4.23534C4.62194 11.0713 4.93534 11.3847 4.93534 11.7713C4.93534 12.1579 4.62194 12.4713 4.23534 12.4713H4.22867C3.84208 12.4713 3.52867 12.1579 3.52867 11.7713ZM11.0713 11.7713C11.0713 11.3847 11.3847 11.0713 11.7713 11.0713H11.778C12.1646 11.0713 12.478 11.3847 12.478 11.7713C12.478 12.1579 12.1646 12.4713 11.778 12.4713H11.7713C11.3847 12.4713 11.0713 12.1579 11.0713 11.7713ZM7.30001 13.3333C7.30001 12.9467 7.61341 12.6333 8.00001 12.6333H8.00667C8.39327 12.6333 8.70667 12.9467 8.70667 13.3333C8.70667 13.7199 8.39327 14.0333 8.00667 14.0333H8.00001C7.61341 14.0333 7.30001 13.7199 7.30001 13.3333Z", fill: "currentColor", }), }), - YR = (e) => - kt("svg", { + PR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633301C8.38657 0.633301 8.69997 0.946701 8.69997 1.3333V2.66663C8.69997 3.05323 8.38657 3.36663 7.99997 3.36663C7.61337 3.36663 7.29997 3.05323 7.29997 2.66663V1.3333C7.29997 0.946701 7.61337 0.633301 7.99997 0.633301ZM2.79166 2.79166C3.06503 2.51829 3.50824 2.51829 3.78161 2.79166L4.72161 3.73166C4.99498 4.00503 4.99498 4.44824 4.72161 4.72161C4.44824 4.99498 4.00503 4.99498 3.73166 4.72161L2.79166 3.78161C2.51829 3.50824 2.51829 3.06503 2.79166 2.79166ZM13.2083 2.79166C13.4816 3.06503 13.4816 3.50824 13.2083 3.78161L12.2683 4.72161C11.9949 4.99498 11.5517 4.99498 11.2783 4.72161C11.005 4.44824 11.005 4.00503 11.2783 3.73166L12.2183 2.79166C12.4917 2.51829 12.9349 2.51829 13.2083 2.79166ZM7.99997 6.0333C6.91381 6.0333 6.0333 6.91381 6.0333 7.99997C6.0333 9.08613 6.91381 9.96663 7.99997 9.96663C9.08613 9.96663 9.96663 9.08613 9.96663 7.99997C9.96663 6.91381 9.08613 6.0333 7.99997 6.0333ZM4.6333 7.99997C4.6333 6.14061 6.14061 4.6333 7.99997 4.6333C9.85933 4.6333 11.3666 6.14061 11.3666 7.99997C11.3666 9.85933 9.85933 11.3666 7.99997 11.3666C6.14061 11.3666 4.6333 9.85933 4.6333 7.99997ZM0.633301 7.99997C0.633301 7.61337 0.946701 7.29997 1.3333 7.29997H2.66663C3.05323 7.29997 3.36663 7.61337 3.36663 7.99997C3.36663 8.38657 3.05323 8.69997 2.66663 8.69997H1.3333C0.946701 8.69997 0.633301 8.38657 0.633301 7.99997ZM12.6333 7.99997C12.6333 7.61337 12.9467 7.29997 13.3333 7.29997H14.6666C15.0532 7.29997 15.3666 7.61337 15.3666 7.99997C15.3666 8.38657 15.0532 8.69997 14.6666 8.69997H13.3333C12.9467 8.69997 12.6333 8.38657 12.6333 7.99997ZM4.72161 11.2783C4.99498 11.5517 4.99498 11.9949 4.72161 12.2683L3.78161 13.2083C3.50824 13.4816 3.06503 13.4816 2.79166 13.2083C2.51829 12.9349 2.51829 12.4917 2.79166 12.2183L3.73166 11.2783C4.00503 11.005 4.44824 11.005 4.72161 11.2783ZM11.2783 11.2783C11.5517 11.005 11.9949 11.005 12.2683 11.2783L13.2083 12.2183C13.4816 12.4917 13.4816 12.9349 13.2083 13.2083C12.9349 13.4816 12.4917 13.4816 12.2183 13.2083L11.2783 12.2683C11.005 11.9949 11.005 11.5517 11.2783 11.2783ZM7.99997 12.6333C8.38657 12.6333 8.69997 12.9467 8.69997 13.3333V14.6666C8.69997 15.0532 8.38657 15.3666 7.99997 15.3666C7.61337 15.3666 7.29997 15.0532 7.29997 14.6666V13.3333C7.29997 12.9467 7.61337 12.6333 7.99997 12.6333Z", fill: "currentColor", }), }), - KR = (e) => - kt("svg", { + FR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00005 1.30005C8.38665 1.30005 8.70005 1.61345 8.70005 2.00005V2.66672C8.70005 3.05331 8.38665 3.36672 8.00005 3.36672C7.61345 3.36672 7.30005 3.05331 7.30005 2.66672V2.00005C7.30005 1.61345 7.61345 1.30005 8.00005 1.30005ZM3.26241 3.26241C3.53577 2.98904 3.97899 2.98904 4.25236 3.26241L4.72369 3.73374C4.99706 4.00711 4.99706 4.45032 4.72369 4.72369C4.45032 4.99706 4.00711 4.99706 3.73374 4.72369L3.26241 4.25236C2.98904 3.97899 2.98904 3.53577 3.26241 3.26241ZM12.7377 3.26241C13.0111 3.53578 13.0111 3.97899 12.7377 4.25236L12.2664 4.72369C11.993 4.99706 11.5498 4.99706 11.2764 4.72369C11.003 4.45032 11.003 4.00711 11.2764 3.73374L11.7477 3.26241C12.0211 2.98904 12.4643 2.98904 12.7377 3.26241ZM8.00005 6.03338C6.91389 6.03338 6.03338 6.91389 6.03338 8.00005C6.03338 9.08621 6.91389 9.96672 8.00005 9.96672C9.08621 9.96672 9.96672 9.08621 9.96672 8.00005C9.96672 6.91389 9.08621 6.03338 8.00005 6.03338ZM4.63338 8.00005C4.63338 6.14069 6.14069 4.63338 8.00005 4.63338C9.85941 4.63338 11.3667 6.14069 11.3667 8.00005C11.3667 9.85941 9.85941 11.3667 8.00005 11.3667C6.14069 11.3667 4.63338 9.85941 4.63338 8.00005ZM1.30005 8.00005C1.30005 7.61345 1.61345 7.30005 2.00005 7.30005H2.66672C3.05331 7.30005 3.36672 7.61345 3.36672 8.00005C3.36672 8.38665 3.05331 8.70005 2.66672 8.70005H2.00005C1.61345 8.70005 1.30005 8.38665 1.30005 8.00005ZM12.6334 8.00005C12.6334 7.61345 12.9468 7.30005 13.3334 7.30005H14C14.3866 7.30005 14.7 7.61345 14.7 8.00005C14.7 8.38665 14.3866 8.70005 14 8.70005H13.3334C12.9468 8.70005 12.6334 8.38665 12.6334 8.00005ZM4.72369 11.2764C4.99706 11.5498 4.99706 11.993 4.72369 12.2664L4.25236 12.7377C3.97899 13.0111 3.53578 13.0111 3.26241 12.7377C2.98904 12.4643 2.98904 12.0211 3.26241 11.7477L3.73374 11.2764C4.00711 11.003 4.45032 11.003 4.72369 11.2764ZM11.2764 11.2764C11.5498 11.003 11.993 11.003 12.2664 11.2764L12.7377 11.7477C13.0111 12.0211 13.0111 12.4643 12.7377 12.7377C12.4643 13.0111 12.0211 13.0111 11.7477 12.7377L11.2764 12.2664C11.003 11.993 11.003 11.5498 11.2764 11.2764ZM8.00005 12.6334C8.38665 12.6334 8.70005 12.9468 8.70005 13.3334V14C8.70005 14.3866 8.38665 14.7 8.00005 14.7C7.61345 14.7 7.30005 14.3866 7.30005 14V13.3334C7.30005 12.9468 7.61345 12.6334 8.00005 12.6334Z", fill: "currentColor", }), }), - XR = (e) => - kt("svg", { + UR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633301C8.38657 0.633301 8.69997 0.946701 8.69997 1.3333V2.66663C8.69997 3.05323 8.38657 3.36663 7.99997 3.36663C7.61337 3.36663 7.29997 3.05323 7.29997 2.66663V1.3333C7.29997 0.946701 7.61337 0.633301 7.99997 0.633301ZM2.77166 2.77166C3.04503 2.49829 3.48824 2.49829 3.76161 2.77166L4.69494 3.70499C4.96831 3.97836 4.96831 4.42158 4.69494 4.69494C4.42158 4.96831 3.97836 4.96831 3.70499 4.69494L2.77166 3.76161C2.49829 3.48824 2.49829 3.04503 2.77166 2.77166ZM13.2283 2.77166C13.5016 3.04503 13.5016 3.48824 13.2283 3.76161L12.2949 4.69494C12.0216 4.96831 11.5784 4.96831 11.305 4.69494C11.0316 4.42158 11.0316 3.97836 11.305 3.70499L12.2383 2.77166C12.5117 2.49829 12.9549 2.49829 13.2283 2.77166ZM6.79725 6.44393C6.52659 6.65313 6.31451 6.92987 6.183 7.24736C6.03415 7.60672 5.9952 8.00215 6.07109 8.38364C6.14697 8.76514 6.33428 9.11557 6.60932 9.39061C6.88437 9.66565 7.23479 9.85296 7.61629 9.92884C7.99779 10.0047 8.39322 9.96578 8.75258 9.81693C9.07007 9.68542 9.3468 9.47335 9.556 9.20269C9.48261 9.20775 9.40876 9.2097 9.33465 9.20847C8.66365 9.19728 8.02326 8.92575 7.54872 8.45121C7.07419 7.97667 6.80265 7.33628 6.79147 6.66528C6.79023 6.59117 6.79218 6.51732 6.79725 6.44393ZM6.12955 5.20069C6.68319 4.83075 7.3341 4.6333 7.99997 4.6333C8.27885 4.6333 8.53112 4.79884 8.64213 5.05468C8.75313 5.31052 8.70168 5.60784 8.51117 5.8115C8.30085 6.03634 8.18614 6.33411 8.19127 6.64194C8.1964 6.94977 8.32097 7.24356 8.53867 7.46126C8.75637 7.67896 9.05016 7.80353 9.35799 7.80866C9.66582 7.8138 9.9636 7.69909 10.1884 7.48877C10.3921 7.29825 10.6894 7.2468 10.9453 7.35781C11.2011 7.46881 11.3666 7.72109 11.3666 7.99997C11.3666 8.66583 11.1692 9.31674 10.7992 9.87039C10.4293 10.424 9.90351 10.8555 9.28833 11.1104C8.67316 11.3652 7.99623 11.4318 7.34316 11.3019C6.69009 11.172 6.09021 10.8514 5.61937 10.3806C5.14854 9.90972 4.82789 9.30984 4.69799 8.65677C4.56809 8.0037 4.63476 7.32678 4.88957 6.7116C5.14439 6.09642 5.5759 5.57062 6.12955 5.20069ZM0.633301 7.99997C0.633301 7.61337 0.946701 7.29997 1.3333 7.29997H2.66663C3.05323 7.29997 3.36663 7.61337 3.36663 7.99997C3.36663 8.38657 3.05323 8.69997 2.66663 8.69997H1.3333C0.946701 8.69997 0.633301 8.38657 0.633301 7.99997ZM12.6333 7.99997C12.6333 7.61337 12.9467 7.29997 13.3333 7.29997H14.6666C15.0532 7.29997 15.3666 7.61337 15.3666 7.99997C15.3666 8.38657 15.0532 8.69997 14.6666 8.69997H13.3333C12.9467 8.69997 12.6333 8.38657 12.6333 7.99997ZM4.69494 11.305C4.96831 11.5784 4.96831 12.0216 4.69494 12.2949L3.76161 13.2283C3.48824 13.5016 3.04503 13.5016 2.77166 13.2283C2.49829 12.9549 2.49829 12.5117 2.77166 12.2383L3.70499 11.305C3.97836 11.0316 4.42158 11.0316 4.69494 11.305ZM11.305 11.305C11.5784 11.0316 12.0216 11.0316 12.2949 11.305L13.2283 12.2383C13.5016 12.5117 13.5016 12.9549 13.2283 13.2283C12.9549 13.5016 12.5117 13.5016 12.2383 13.2283L11.305 12.2949C11.0316 12.0216 11.0316 11.5784 11.305 11.305ZM7.99997 12.6333C8.38657 12.6333 8.69997 12.9467 8.69997 13.3333V14.6666C8.69997 15.0532 8.38657 15.3666 7.99997 15.3666C7.61337 15.3666 7.29997 15.0532 7.29997 14.6666V13.3333C7.29997 12.9467 7.61337 12.6333 7.99997 12.6333Z", fill: "currentColor", }), }), - QR = (e) => - kt("svg", { + zR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50499 0.838326C7.77836 0.564959 8.22157 0.564959 8.49494 0.838326L11.1616 3.50499C11.435 3.77836 11.435 4.22158 11.1616 4.49494C10.8882 4.76831 10.445 4.76831 10.1717 4.49494L8.69997 3.02325V6.66663C8.69997 7.05323 8.38657 7.36663 7.99997 7.36663C7.61337 7.36663 7.29997 7.05323 7.29997 6.66663V3.02325L5.82828 4.49494C5.55491 4.76831 5.11169 4.76831 4.83833 4.49494C4.56496 4.22158 4.56496 3.77836 4.83833 3.50499L7.50499 0.838326ZM2.79166 6.79166C3.06503 6.51829 3.50824 6.51829 3.78161 6.79166L4.72161 7.73166C4.99498 8.00503 4.99498 8.44824 4.72161 8.72161C4.44824 8.99498 4.00503 8.99498 3.73166 8.72161L2.79166 7.78161C2.51829 7.50824 2.51829 7.06503 2.79166 6.79166ZM13.2083 6.79166C13.4816 7.06503 13.4816 7.50824 13.2083 7.78161L12.2683 8.72161C11.9949 8.99498 11.5517 8.99498 11.2783 8.72161C11.005 8.44824 11.005 8.00503 11.2783 7.73166L12.2183 6.79166C12.4917 6.51829 12.9349 6.51829 13.2083 6.79166ZM5.61937 9.61937C6.25075 8.988 7.10707 8.6333 7.99997 8.6333C8.89286 8.6333 9.74919 8.988 10.3806 9.61937C11.0119 10.2507 11.3666 11.1071 11.3666 12C11.3666 12.3866 11.0532 12.7 10.6666 12.7C10.28 12.7 9.96663 12.3866 9.96663 12C9.96663 11.4784 9.75943 10.9781 9.39061 10.6093C9.02179 10.2405 8.52156 10.0333 7.99997 10.0333C7.47837 10.0333 6.97815 10.2405 6.60932 10.6093C6.2405 10.9781 6.0333 11.4784 6.0333 12C6.0333 12.3866 5.7199 12.7 5.3333 12.7C4.9467 12.7 4.6333 12.3866 4.6333 12C4.6333 11.1071 4.988 10.2507 5.61937 9.61937ZM0.633301 12C0.633301 11.6134 0.946701 11.3 1.3333 11.3H2.66663C3.05323 11.3 3.36663 11.6134 3.36663 12C3.36663 12.3866 3.05323 12.7 2.66663 12.7H1.3333C0.946701 12.7 0.633301 12.3866 0.633301 12ZM12.6333 12C12.6333 11.6134 12.9467 11.3 13.3333 11.3H14.6666C15.0532 11.3 15.3666 11.6134 15.3666 12C15.3666 12.3866 15.0532 12.7 14.6666 12.7H13.3333C12.9467 12.7 12.6333 12.3866 12.6333 12ZM0.633301 14.6666C0.633301 14.28 0.946701 13.9666 1.3333 13.9666H14.6666C15.0532 13.9666 15.3666 14.28 15.3666 14.6666C15.3666 15.0532 15.0532 15.3666 14.6666 15.3666H1.3333C0.946701 15.3666 0.633301 15.0532 0.633301 14.6666Z", fill: "currentColor", }), }), - JR = (e) => - kt("svg", { + GR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633301C8.38657 0.633301 8.69997 0.946701 8.69997 1.3333V4.97668L10.1717 3.50499C10.445 3.23163 10.8882 3.23163 11.1616 3.50499C11.435 3.77836 11.435 4.22158 11.1616 4.49494L8.49494 7.16161C8.22157 7.43498 7.77836 7.43498 7.50499 7.16161L4.83833 4.49494C4.56496 4.22158 4.56496 3.77836 4.83833 3.50499C5.11169 3.23163 5.55491 3.23163 5.82828 3.50499L7.29997 4.97668V1.3333C7.29997 0.946701 7.61337 0.633301 7.99997 0.633301ZM2.79166 6.79166C3.06503 6.51829 3.50824 6.51829 3.78161 6.79166L4.72161 7.73166C4.99498 8.00503 4.99498 8.44824 4.72161 8.72161C4.44824 8.99498 4.00503 8.99498 3.73166 8.72161L2.79166 7.78161C2.51829 7.50824 2.51829 7.06503 2.79166 6.79166ZM13.2083 6.79166C13.4816 7.06503 13.4816 7.50824 13.2083 7.78161L12.2683 8.72161C11.9949 8.99498 11.5517 8.99498 11.2783 8.72161C11.005 8.44824 11.005 8.00503 11.2783 7.73166L12.2183 6.79166C12.4917 6.51829 12.9349 6.51829 13.2083 6.79166ZM5.61937 9.61937C6.25075 8.988 7.10707 8.6333 7.99997 8.6333C8.89286 8.6333 9.74919 8.988 10.3806 9.61937C11.0119 10.2507 11.3666 11.1071 11.3666 12C11.3666 12.3866 11.0532 12.7 10.6666 12.7C10.28 12.7 9.96663 12.3866 9.96663 12C9.96663 11.4784 9.75943 10.9781 9.39061 10.6093C9.02179 10.2405 8.52156 10.0333 7.99997 10.0333C7.47837 10.0333 6.97815 10.2405 6.60932 10.6093C6.2405 10.9781 6.0333 11.4784 6.0333 12C6.0333 12.3866 5.7199 12.7 5.3333 12.7C4.9467 12.7 4.6333 12.3866 4.6333 12C4.6333 11.1071 4.988 10.2507 5.61937 9.61937ZM0.633301 12C0.633301 11.6134 0.946701 11.3 1.3333 11.3H2.66663C3.05323 11.3 3.36663 11.6134 3.36663 12C3.36663 12.3866 3.05323 12.7 2.66663 12.7H1.3333C0.946701 12.7 0.633301 12.3866 0.633301 12ZM12.6333 12C12.6333 11.6134 12.9467 11.3 13.3333 11.3H14.6666C15.0532 11.3 15.3666 11.6134 15.3666 12C15.3666 12.3866 15.0532 12.7 14.6666 12.7H13.3333C12.9467 12.7 12.6333 12.3866 12.6333 12ZM0.633301 14.6666C0.633301 14.28 0.946701 13.9666 1.3333 13.9666H14.6666C15.0532 13.9666 15.3666 14.28 15.3666 14.6666C15.3666 15.0532 15.0532 15.3666 14.6666 15.3666H1.3333C0.946701 15.3666 0.633301 15.0532 0.633301 14.6666Z", fill: "currentColor", }), }), - ey = (e) => - kt("svg", { + $R = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 1.30005C7.05323 1.30005 7.36663 1.61345 7.36663 2.00005V2.66672C7.36663 3.05331 7.05323 3.36672 6.66663 3.36672C6.28003 3.36672 5.96663 3.05331 5.96663 2.66672V2.00005C5.96663 1.61345 6.28003 1.30005 6.66663 1.30005ZM9.3333 1.30005C9.7199 1.30005 10.0333 1.61345 10.0333 2.00005V2.97677L10.8383 2.17174C11.1117 1.89837 11.5549 1.89837 11.8283 2.17174C12.1016 2.44511 12.1016 2.88832 11.8283 3.16169L10.0333 4.95666V7.30005H11.71L13.505 5.50507C13.7784 5.23171 14.2216 5.23171 14.4949 5.50507C14.7683 5.77844 14.7683 6.22166 14.4949 6.49502L13.6899 7.30005H14.6666C15.0532 7.30005 15.3666 7.61345 15.3666 8.00005C15.3666 8.38665 15.0532 8.70005 14.6666 8.70005H13.6899L14.4949 9.50507C14.7683 9.77844 14.7683 10.2217 14.4949 10.495C14.2216 10.7684 13.7784 10.7684 13.505 10.495L11.71 8.70005H10.0333V11.0434L11.8283 12.8384C12.1016 13.1118 12.1016 13.555 11.8283 13.8284C11.5549 14.1017 11.1117 14.1017 10.8383 13.8284L10.0333 13.0233V14C10.0333 14.3866 9.7199 14.7 9.3333 14.7C8.9467 14.7 8.6333 14.3866 8.6333 14V2.00005C8.6333 1.61345 8.9467 1.30005 9.3333 1.30005ZM1.93166 3.26507C2.20503 2.99171 2.64824 2.99171 2.92161 3.26507L3.38828 3.73174C3.66164 4.00511 3.66164 4.44832 3.38828 4.72169C3.11491 4.99506 2.67169 4.99506 2.39833 4.72169L1.93166 4.25502C1.65829 3.98166 1.65829 3.53844 1.93166 3.26507ZM4.75745 6.09086C5.26379 5.58451 5.95055 5.30005 6.66663 5.30005C7.05323 5.30005 7.36663 5.61345 7.36663 6.00005C7.36663 6.38665 7.05323 6.70005 6.66663 6.70005C6.32185 6.70005 5.99119 6.83701 5.7474 7.08081C5.5036 7.32461 5.36663 7.65527 5.36663 8.00005C5.36663 8.34483 5.5036 8.67549 5.7474 8.91929C5.99119 9.16308 6.32185 9.30005 6.66663 9.30005C7.05323 9.30005 7.36663 9.61345 7.36663 10C7.36663 10.3866 7.05323 10.7 6.66663 10.7C5.95055 10.7 5.26379 10.4156 4.75745 9.90924C4.2511 9.40289 3.96663 8.71613 3.96663 8.00005C3.96663 7.28396 4.2511 6.59721 4.75745 6.09086ZM0.633301 8.00005C0.633301 7.61345 0.946701 7.30005 1.3333 7.30005H1.99997C2.38657 7.30005 2.69997 7.61345 2.69997 8.00005C2.69997 8.38665 2.38657 8.70005 1.99997 8.70005H1.3333C0.946701 8.70005 0.633301 8.38665 0.633301 8.00005ZM3.38828 11.2784C3.66164 11.5518 3.66164 11.995 3.38828 12.2684L2.92161 12.735C2.64824 13.0084 2.20503 13.0084 1.93166 12.735C1.65829 12.4617 1.65829 12.0184 1.93166 11.7451L2.39833 11.2784C2.67169 11.005 3.11491 11.005 3.38828 11.2784ZM6.66663 12.6334C7.05323 12.6334 7.36663 12.9468 7.36663 13.3334V14C7.36663 14.3866 7.05323 14.7 6.66663 14.7C6.28003 14.7 5.96663 14.3866 5.96663 14V13.3334C5.96663 12.9468 6.28003 12.6334 6.66663 12.6334Z", fill: "currentColor", }), }), - ty = (e) => - kt("svg", { + WR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9202 2.90874C11.3399 2.67028 11.8288 2.58343 12.3049 2.66276C12.7811 2.74208 13.2154 2.98276 13.5351 3.3444L13.5382 3.34789L13.5382 3.3479C13.8591 3.71586 14.0333 4.18479 14.0333 4.66803C14.0333 5.40446 13.622 5.91804 13.2027 6.2546C12.8154 6.56543 12.3438 6.7879 12.011 6.94488C11.9956 6.95214 11.9805 6.95926 11.9658 6.96624C11.6484 7.11625 11.5438 7.21374 11.4898 7.29708C11.4892 7.29805 11.4885 7.29903 11.4879 7.30003H13.3333C13.7199 7.30003 14.0333 7.61343 14.0333 8.00003C14.0333 8.38663 13.7199 8.70003 13.3333 8.70003H10.6667C10.2801 8.70003 9.96667 8.38663 9.96667 8.00003C9.96667 7.44406 10.0458 6.95146 10.3145 6.5363C10.5843 6.11965 10.9797 5.88381 11.3676 5.70048C11.7387 5.52511 12.0745 5.36492 12.3263 5.16279C12.564 4.97201 12.6333 4.81959 12.6333 4.66803C12.6333 4.52269 12.5814 4.38167 12.4847 4.2699C12.3779 4.14995 12.2333 4.07012 12.0749 4.04372C11.9156 4.0172 11.7522 4.04624 11.6118 4.12598L11.266 3.51737L11.6122 4.12575C11.4741 4.20434 11.3747 4.32438 11.3251 4.46171C11.1938 4.82534 10.7926 5.01371 10.429 4.88244C10.0654 4.75117 9.87699 4.34998 10.0083 3.98635C10.1734 3.529 10.4979 3.14905 10.9198 2.90897L10.9202 2.90874ZM2.1717 6.83839C2.44507 6.56502 2.88828 6.56502 3.16165 6.83839L5.33334 9.01008L7.50503 6.83839C7.7784 6.56502 8.22162 6.56502 8.49498 6.83839C8.76835 7.11175 8.76835 7.55497 8.49498 7.82833L6.32329 10L8.49498 12.1717C8.76835 12.4451 8.76835 12.8883 8.49498 13.1617C8.22162 13.435 7.7784 13.435 7.50503 13.1617L5.33334 10.99L3.16165 13.1617C2.88828 13.435 2.44507 13.435 2.1717 13.1617C1.89833 12.8883 1.89833 12.4451 2.1717 12.1717L4.34339 10L2.1717 7.82833C1.89833 7.55497 1.89833 7.11175 2.1717 6.83839Z", fill: "currentColor", }), }), - ny = (e) => - kt("svg", { + jR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C3.16541 2.70005 3.00432 2.76677 2.88555 2.88555C2.76677 3.00432 2.70005 3.16541 2.70005 3.33338V11.3334C2.70005 11.855 2.90725 12.3552 3.27607 12.724C3.64489 13.0928 4.14512 13.3 4.66672 13.3C5.18831 13.3 5.68854 13.0928 6.05736 12.724C6.42618 12.3552 6.63338 11.855 6.63338 11.3334V3.33338C6.63338 3.16541 6.56666 3.00432 6.44788 2.88555C6.32911 2.76677 6.16802 2.70005 6.00005 2.70005H3.33338ZM8.03338 3.64343V3.33338C8.03338 2.79411 7.81916 2.27692 7.43783 1.8956C7.05651 1.51427 6.53932 1.30005 6.00005 1.30005H3.33338C2.79411 1.30005 2.27692 1.51427 1.8956 1.8956C1.51427 2.27692 1.30005 2.79411 1.30005 3.33338V11.3334C1.30005 12.2263 1.65475 13.0826 2.28612 13.714C2.91749 14.3453 3.77382 14.7 4.66672 14.7H12.6667C13.206 14.7 13.7232 14.4858 14.1045 14.1045C14.4858 13.7232 14.7 13.206 14.7 12.6667V10C14.7 9.46078 14.4858 8.94359 14.1045 8.56227C13.7531 8.21088 13.2864 8.00139 12.7933 7.97065L12.912 7.85135C13.1289 7.63583 13.3007 7.37922 13.4172 7.09652C13.5341 6.81304 13.5931 6.50905 13.5908 6.20243C13.5885 5.89581 13.5249 5.59275 13.4037 5.31107C13.2835 5.03167 13.1091 4.77889 12.8907 4.56737L11.633 3.30977C11.6327 3.3094 11.6323 3.30903 11.6319 3.30865C11.4187 3.09393 11.1651 2.9234 10.8858 2.80685C10.606 2.69009 10.3059 2.6298 10.0028 2.62945C9.69959 2.62909 9.39934 2.68868 9.11928 2.80477C8.83942 2.92079 8.58523 3.09095 8.37132 3.30549C8.37117 3.30564 8.37147 3.30534 8.37132 3.30549L8.03338 3.64343ZM8.03338 5.62333V10.7679L11.9213 6.86221L11.9245 6.85896C12.0097 6.77448 12.0772 6.67382 12.1229 6.56289C12.1687 6.45196 12.1917 6.33301 12.1908 6.21303C12.1899 6.09305 12.165 5.97446 12.1176 5.86424C12.0702 5.75402 12.0013 5.65439 11.9148 5.57121L11.905 5.56178L10.6411 4.29769L10.6391 4.29566C10.5555 4.21143 10.4561 4.14455 10.3467 4.09886C10.2372 4.05318 10.1197 4.02959 10.0011 4.02945C9.88248 4.02931 9.765 4.05262 9.65541 4.09805C9.54582 4.14348 9.44629 4.21013 9.36255 4.29416L9.36169 4.29502L8.03338 5.62333ZM7.4882 13.3L11.4036 9.36672H12.6667C12.8347 9.36672 12.9958 9.43344 13.1145 9.55221C13.2333 9.67099 13.3 9.83208 13.3 10V12.6667C13.3 12.8347 13.2333 12.9958 13.1145 13.1145C12.9958 13.2333 12.8347 13.3 12.6667 13.3H7.4882ZM3.96672 11.3334C3.96672 10.9468 4.28012 10.6334 4.66672 10.6334H4.67338C5.05998 10.6334 5.37338 10.9468 5.37338 11.3334C5.37338 11.72 5.05998 12.0334 4.67338 12.0334H4.66672C4.28012 12.0334 3.96672 11.72 3.96672 11.3334Z", fill: "currentColor", }), }), - ry = (e) => - kt("svg", { + qR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.96672 2.00005C5.96672 1.61345 6.28012 1.30005 6.66672 1.30005H12C12.3866 1.30005 12.7 1.61345 12.7 2.00005C12.7 2.38665 12.3866 2.70005 12 2.70005H7.36672V5.63338H11.3334C11.72 5.63338 12.0334 5.94678 12.0334 6.33338C12.0334 6.71998 11.72 7.03338 11.3334 7.03338H7.36672V9.96672H10C10.3866 9.96672 10.7 10.2801 10.7 10.6667C10.7 11.0533 10.3866 11.3667 10 11.3667H7.36672V14C7.36672 14.3866 7.05331 14.7 6.66672 14.7C6.28012 14.7 5.96672 14.3866 5.96672 14V11.3667H4.00005C3.61345 11.3667 3.30005 11.0533 3.30005 10.6667C3.30005 10.2801 3.61345 9.96672 4.00005 9.96672H5.96672V2.00005Z", fill: "currentColor", }), }), - oy = (e) => - kt("svg", { + YR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.50499 0.838326C3.77836 0.564959 4.22158 0.564959 4.49494 0.838326L6.49494 2.83833C6.76831 3.11169 6.76831 3.55491 6.49494 3.82828L4.49494 5.82828C4.22158 6.10164 3.77836 6.10164 3.50499 5.82828C3.23163 5.55491 3.23163 5.11169 3.50499 4.83833L4.31002 4.0333H2.66663C2.49866 4.0333 2.33757 4.10003 2.2188 4.2188C2.10003 4.33757 2.0333 4.49866 2.0333 4.66663V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7811C2.33757 11.8999 2.49866 11.9666 2.66663 11.9666H7.3333C7.7199 11.9666 8.0333 12.28 8.0333 12.6666C8.0333 13.0532 7.7199 13.3666 7.3333 13.3666H2.66663C2.12736 13.3666 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V4.66663C0.633301 4.12736 0.847526 3.61017 1.22885 3.22885C1.61017 2.84753 2.12736 2.6333 2.66663 2.6333H4.31002L3.50499 1.82828C3.23163 1.55491 3.23163 1.11169 3.50499 0.838326ZM7.96663 3.3333C7.96663 2.9467 8.28003 2.6333 8.66663 2.6333H13.3333C13.8726 2.6333 14.3898 2.84753 14.7711 3.22885C15.1524 3.61017 15.3666 4.12736 15.3666 4.66663V11.3333C15.3666 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3666 13.3333 13.3666H11.6899L12.4949 14.1717C12.7683 14.445 12.7683 14.8882 12.4949 15.1616C12.2216 15.435 11.7784 15.435 11.505 15.1616L9.50499 13.1616C9.23162 12.8882 9.23162 12.445 9.50499 12.1717L11.505 10.1717C11.7784 9.89829 12.2216 9.89829 12.4949 10.1717C12.7683 10.445 12.7683 10.8882 12.4949 11.1616L11.6899 11.9666H13.3333C13.5013 11.9666 13.6624 11.8999 13.7811 11.7811C13.8999 11.6624 13.9666 11.5013 13.9666 11.3333V4.66663C13.9666 4.49866 13.8999 4.33757 13.7811 4.2188C13.6624 4.10003 13.5013 4.0333 13.3333 4.0333H8.66663C8.28003 4.0333 7.96663 3.7199 7.96663 3.3333ZM7.99997 6.69997C7.282 6.69997 6.69997 7.282 6.69997 7.99997C6.69997 8.71794 7.282 9.29997 7.99997 9.29997C8.71794 9.29997 9.29997 8.71794 9.29997 7.99997C9.29997 7.282 8.71794 6.69997 7.99997 6.69997ZM5.29997 7.99997C5.29997 6.5088 6.5088 5.29997 7.99997 5.29997C9.49114 5.29997 10.7 6.5088 10.7 7.99997C10.7 9.49114 9.49114 10.7 7.99997 10.7C6.5088 10.7 5.29997 9.49114 5.29997 7.99997Z", fill: "currentColor", }), }), - iy = (e) => - kt("svg", { + KR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 2.00005C1.30005 1.61345 1.61345 1.30005 2.00005 1.30005H4.00005C4.1857 1.30005 4.36375 1.3738 4.49502 1.50507L11.6667 8.67677L12.1717 8.17174C12.4451 7.89837 12.8883 7.89837 13.1617 8.17174C13.4351 8.44511 13.4351 8.88832 13.1617 9.16169L12.1622 10.1612C12.162 10.1614 12.1623 10.161 12.1622 10.1612C12.162 10.1614 12.1614 10.162 12.1612 10.1622L11.6567 10.6667L13.3334 12.3434L13.5051 12.1717C13.7784 11.8984 14.2217 11.8984 14.495 12.1717C14.7684 12.4451 14.7684 12.8883 14.495 13.1617L13.1617 14.495C12.8883 14.7684 12.4451 14.7684 12.1717 14.495C11.8984 14.2217 11.8984 13.7784 12.1717 13.5051L12.3434 13.3334L10.6667 11.6567L10.1622 12.1612C10.162 12.1614 10.1623 12.161 10.1622 12.1612C10.162 12.1614 10.1614 12.162 10.1612 12.1622L9.16169 13.1617C8.88832 13.4351 8.44511 13.4351 8.17174 13.1617C7.89837 12.8883 7.89837 12.4451 8.17174 12.1717L8.67677 11.6667L1.50507 4.49502C1.3738 4.36375 1.30005 4.1857 1.30005 4.00005V2.00005ZM9.66672 10.6768L10.6768 9.66672L3.7101 2.70005H2.70005V3.7101L9.66672 10.6768Z", fill: "currentColor", }), }), - ly = (e) => - kt("svg", { + XR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 2.00005C1.30005 1.61345 1.61345 1.30005 2.00005 1.30005H4.00005C4.1857 1.30005 4.36375 1.3738 4.49502 1.50507L11.6667 8.67677L12.1717 8.17174C12.4451 7.89837 12.8883 7.89837 13.1617 8.17174C13.4351 8.44511 13.4351 8.88832 13.1617 9.16169L12.1622 10.1612C12.162 10.1614 12.1623 10.161 12.1622 10.1612C12.162 10.1614 12.1614 10.162 12.1612 10.1622L11.6567 10.6667L13.3334 12.3434L13.5051 12.1717C13.7784 11.8984 14.2217 11.8984 14.495 12.1717C14.7684 12.4451 14.7684 12.8883 14.495 13.1617L13.1617 14.495C12.8883 14.7684 12.4451 14.7684 12.1717 14.495C11.8984 14.2217 11.8984 13.7784 12.1717 13.5051L12.3434 13.3334L10.6667 11.6567L10.1622 12.1612C10.162 12.1614 10.1623 12.161 10.1622 12.1612C10.162 12.1614 10.1614 12.162 10.1612 12.1622L9.16169 13.1617C8.88832 13.4351 8.44511 13.4351 8.17174 13.1617C7.89837 12.8883 7.89837 12.4451 8.17174 12.1717L8.67677 11.6667L1.50507 4.49502C1.3738 4.36375 1.30005 4.1857 1.30005 4.00005V2.00005ZM9.66672 10.6768L10.6768 9.66672L3.7101 2.70005H2.70005V3.7101L9.66672 10.6768ZM11.5051 1.50507C11.6363 1.3738 11.8144 1.30005 12 1.30005H14C14.3866 1.30005 14.7 1.61345 14.7 2.00005V4.00005C14.7 4.1857 14.6263 4.36375 14.495 4.49502L12.1617 6.82836C11.8883 7.10172 11.4451 7.10172 11.1717 6.82836C10.8984 6.55499 10.8984 6.11177 11.1717 5.83841L13.3 3.7101V2.70005H12.29L10.1617 4.82836C9.88832 5.10172 9.44511 5.10172 9.17174 4.82836C8.89837 4.55499 8.89837 4.11177 9.17174 3.83841L11.5051 1.50507ZM2.83841 8.83841C3.11177 8.56504 3.55499 8.56504 3.82836 8.83841L6.49502 11.5051C6.76839 11.7784 6.76839 12.2217 6.49502 12.495C6.22166 12.7684 5.77844 12.7684 5.50507 12.495L5.00005 11.99L3.65666 13.3334L3.82836 13.5051C4.10172 13.7784 4.10172 14.2217 3.82836 14.495C3.55499 14.7684 3.11177 14.7684 2.83841 14.495L1.50507 13.1617C1.23171 12.8883 1.23171 12.4451 1.50507 12.1717C1.77844 11.8984 2.22166 11.8984 2.49502 12.1717L2.66672 12.3434L4.0101 11L2.83841 9.82836C2.56504 9.55499 2.56504 9.11177 2.83841 8.83841Z", fill: "currentColor", }), }), - ay = (e) => - kt("svg", { + QR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.505 0.838326C11.7784 0.564959 12.2216 0.564959 12.4949 0.838326L15.1616 3.50499C15.435 3.77836 15.435 4.22158 15.1616 4.49494C14.8882 4.76831 14.445 4.76831 14.1717 4.49494L13.3333 3.65658L12.3232 4.66663L13.8283 6.17166C14.1016 6.44503 14.1016 6.88824 13.8283 7.16161C13.5549 7.43498 13.1117 7.43498 12.8383 7.16161L12.6666 6.98992L9.16223 10.4943C9.16202 10.4945 9.16243 10.4941 9.16223 10.4943C9.16202 10.4945 9.1612 10.4954 9.16099 10.4956L6.29494 13.3616C5.47865 14.1779 4.2411 14.3044 3.34863 13.6413L1.82828 15.1616C1.55491 15.435 1.11169 15.435 0.838326 15.1616C0.564959 14.8882 0.564959 14.445 0.838326 14.1717L2.36806 12.6419C1.72086 11.7299 1.78123 10.4885 2.65022 9.6931L5.50476 6.83856L9.01002 3.3333L8.83833 3.16161C8.56496 2.88824 8.56496 2.44503 8.83833 2.17166C9.11169 1.89829 9.55491 1.89829 9.82827 2.17166L10.4945 2.83791C10.4944 2.83777 10.4947 2.83805 10.4945 2.83791C10.4947 2.83805 10.4952 2.8386 10.4954 2.83874L11.3333 3.67668L12.3434 2.66663L11.505 1.82828C11.2316 1.55491 11.2316 1.11169 11.505 0.838326ZM10.8382 5.16144L9.99997 4.32325L6.98992 7.3333L8.66663 9.01002L11.6767 5.99997L10.8382 5.16144ZM7.67668 9.99997L5.99997 8.32325L3.62828 10.6949C3.6196 10.7036 3.6107 10.7121 3.60158 10.7203C3.25918 11.0284 3.21967 11.5631 3.62828 11.9717L3.82785 12.1712C3.82771 12.1711 3.82799 12.1714 3.82785 12.1712C3.82799 12.1714 3.82856 12.1719 3.8287 12.1721L4.02827 12.3717C4.03695 12.3803 4.0454 12.3892 4.05361 12.3984C4.36177 12.7408 4.89639 12.7803 5.30499 12.3717L7.67668 9.99997Z", fill: "currentColor", }), }), - Cy = (e) => - kt("svg", { + JR = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.8956 1.8956C2.27692 1.51427 2.79411 1.30005 3.33338 1.30005H12.6667C13.206 1.30005 13.7232 1.51427 14.1045 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V12.6667C14.7 13.206 14.4858 13.7232 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7H3.33338C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7232 1.30005 13.206 1.30005 12.6667V3.33338C1.30005 2.79411 1.51427 2.27692 1.8956 1.8956ZM3.33338 2.70005C3.16541 2.70005 3.00432 2.76677 2.88555 2.88555C2.76677 3.00432 2.70005 3.16541 2.70005 3.33338V5.30005H5.30005V2.70005H3.33338ZM6.70005 2.70005V5.30005H13.3V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9958 2.76677 12.8347 2.70005 12.6667 2.70005H6.70005ZM13.3 6.70005H6.70005V13.3H12.6667C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V6.70005ZM5.30005 13.3V6.70005H2.70005V12.6667C2.70005 12.8347 2.76677 12.9958 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3H5.30005Z", fill: "currentColor", }), }), - sy = (e) => - kt("svg", { + ey = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H7.30005V2.70005H3.33338ZM3.33338 1.30005C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338ZM8.70005 2.70005V5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H8.70005ZM13.3 6.70005H2.70005V9.30005H13.3V6.70005ZM13.3 10.7H8.70005V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V10.7ZM7.30005 13.3V10.7H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H7.30005Z", fill: "currentColor", }), }), - cy = (e) => - kt("svg", { + ty = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM14.7 3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 6.70005H8.70005V9.30005H13.3V6.70005ZM13.3 10.7H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V10.7ZM2.70005 9.30005H7.30005V6.70005H2.70005V9.30005Z", fill: "currentColor", }), }), - dy = (e) => - kt("svg", { + ny = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.3333 0.633301C9.7199 0.633301 10.0333 0.946701 10.0333 1.3333V2.66663C10.0333 3.05323 9.7199 3.36663 9.3333 3.36663C8.9467 3.36663 8.6333 3.05323 8.6333 2.66663V1.3333C8.6333 0.946701 8.9467 0.633301 9.3333 0.633301ZM0.633301 1.99997C0.633301 1.61337 0.946701 1.29997 1.3333 1.29997H5.3333C5.87257 1.29997 6.38976 1.51419 6.77108 1.89552C7.15241 2.27684 7.36663 2.79403 7.36663 3.3333V12.6666C7.36663 13.2059 7.15241 13.7231 6.77108 14.1044C6.38976 14.4857 5.87257 14.7 5.3333 14.7H1.3333C0.946701 14.7 0.633301 14.3866 0.633301 14C0.633301 13.6134 0.946701 13.3 1.3333 13.3H2.6333V10.7H1.3333C0.946701 10.7 0.633301 10.3866 0.633301 9.99997C0.633301 9.61337 0.946701 9.29997 1.3333 9.29997H2.6333V6.69997H1.3333C0.946701 6.69997 0.633301 6.38657 0.633301 5.99997C0.633301 5.61337 0.946701 5.29997 1.3333 5.29997H2.6333V2.69997H1.3333C0.946701 2.69997 0.633301 2.38657 0.633301 1.99997ZM4.0333 2.69997V5.29997H5.96663V3.3333C5.96663 3.16533 5.89991 3.00424 5.78113 2.88547C5.66236 2.76669 5.50127 2.69997 5.3333 2.69997H4.0333ZM5.96663 6.69997H4.0333V9.29997H5.96663V6.69997ZM5.96663 10.7H4.0333V13.3H5.3333C5.50127 13.3 5.66236 13.2332 5.78113 13.1145C5.89991 12.9957 5.96663 12.8346 5.96663 12.6666V10.7ZM11.8955 1.89552C12.2768 1.51419 12.794 1.29997 13.3333 1.29997H14.6666C15.0532 1.29997 15.3666 1.61337 15.3666 1.99997C15.3666 2.38657 15.0532 2.69997 14.6666 2.69997H13.3333C13.1653 2.69997 13.0042 2.76669 12.8855 2.88547C12.7667 3.00424 12.7 3.16533 12.7 3.3333V5.29997H14.6666C15.0532 5.29997 15.3666 5.61337 15.3666 5.99997C15.3666 6.38657 15.0532 6.69997 14.6666 6.69997H12.7V9.29997H14.6666C15.0532 9.29997 15.3666 9.61337 15.3666 9.99997C15.3666 10.3866 15.0532 10.7 14.6666 10.7H12.7V12.6666C12.7 12.8346 12.7667 12.9957 12.8855 13.1145C13.0042 13.2332 13.1653 13.3 13.3333 13.3H14.6666C15.0532 13.3 15.3666 13.6134 15.3666 14C15.3666 14.3866 15.0532 14.7 14.6666 14.7H13.3333C12.794 14.7 12.2768 14.4857 11.8955 14.1044C11.5142 13.7231 11.3 13.2059 11.3 12.6666V3.3333C11.3 2.79403 11.5142 2.27684 11.8955 1.89552ZM9.3333 4.6333C9.7199 4.6333 10.0333 4.9467 10.0333 5.3333V6.66663C10.0333 7.05323 9.7199 7.36663 9.3333 7.36663C8.9467 7.36663 8.6333 7.05323 8.6333 6.66663V5.3333C8.6333 4.9467 8.9467 4.6333 9.3333 4.6333ZM9.3333 8.6333C9.7199 8.6333 10.0333 8.9467 10.0333 9.3333V10.6666C10.0333 11.0532 9.7199 11.3666 9.3333 11.3666C8.9467 11.3666 8.6333 11.0532 8.6333 10.6666V9.3333C8.6333 8.9467 8.9467 8.6333 9.3333 8.6333ZM9.3333 12.6333C9.7199 12.6333 10.0333 12.9467 10.0333 13.3333V14.6666C10.0333 15.0532 9.7199 15.3666 9.3333 15.3666C8.9467 15.3666 8.6333 15.0532 8.6333 14.6666V13.3333C8.6333 12.9467 8.9467 12.6333 9.3333 12.6333Z", fill: "currentColor", }), }), - uy = (e) => - kt("svg", { + ry = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.70005C2.98355 2.70005 2.7 2.9836 2.7 3.33338V5.30005H7.3V2.70005H3.33333ZM3.33333 1.30005C2.21035 1.30005 1.3 2.2104 1.3 3.33338V12.6667C1.3 13.7897 2.21035 14.7 3.33333 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33333ZM8.7 2.70005V5.30005H13.3V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H8.7ZM13.3 6.70005H8.7V9.30005H13.3V6.70005ZM13.3 10.7H8.7V13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V10.7ZM7.3 13.3V10.7H2.7V12.6667C2.7 13.0165 2.98355 13.3 3.33333 13.3H7.3ZM2.7 9.30005H7.3V6.70005H2.7V9.30005Z", fill: "currentColor", }), }), - py = (e) => - kt("svg", { + oy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V5.30005H9.30005V2.70005H3.33338ZM3.33338 1.30005C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V12.6667C1.30005 13.7897 2.2104 14.7 3.33338 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V3.33338C14.7 2.2104 13.7897 1.30005 12.6667 1.30005H3.33338ZM10.7 2.70005V5.30005H13.3V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H10.7ZM13.3 6.70005H10.7V9.30005H13.3V6.70005ZM13.3 10.7H10.7V13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V10.7ZM9.30005 13.3V10.7H2.70005V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H9.30005ZM2.70005 9.30005H9.30005V6.70005H2.70005V9.30005Z", fill: "currentColor", }), }), - my = (e) => - kt("svg", { + iy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 0.633301C2.3866 0.633301 2.7 0.946701 2.7 1.3333V2.66663C2.7 2.8346 2.76673 2.9957 2.8855 3.11447C3.00427 3.23324 3.16536 3.29997 3.33333 3.29997H5.3V1.3333C5.3 0.946701 5.6134 0.633301 6 0.633301C6.3866 0.633301 6.7 0.946701 6.7 1.3333V3.29997H9.3V1.3333C9.3 0.946701 9.6134 0.633301 10 0.633301C10.3866 0.633301 10.7 0.946701 10.7 1.3333V3.29997H12.6667C12.8346 3.29997 12.9957 3.23324 13.1145 3.11447C13.2333 2.9957 13.3 2.8346 13.3 2.66663V1.3333C13.3 0.946701 13.6134 0.633301 14 0.633301C14.3866 0.633301 14.7 0.946701 14.7 1.3333V2.66663C14.7 3.20591 14.4858 3.72309 14.1045 4.10442C13.7231 4.48574 13.2059 4.69997 12.6667 4.69997H3.33333C2.79406 4.69997 2.27688 4.48574 1.89555 4.10442C1.51423 3.72309 1.3 3.20591 1.3 2.66663V1.3333C1.3 0.946701 1.6134 0.633301 2 0.633301ZM0.633335 6.66663C0.633335 6.28003 0.946736 5.96663 1.33334 5.96663H2.66667C3.05327 5.96663 3.36667 6.28003 3.36667 6.66663C3.36667 7.05323 3.05327 7.36663 2.66667 7.36663H1.33334C0.946736 7.36663 0.633335 7.05323 0.633335 6.66663ZM4.63333 6.66663C4.63333 6.28003 4.94674 5.96663 5.33333 5.96663H6.66667C7.05327 5.96663 7.36667 6.28003 7.36667 6.66663C7.36667 7.05323 7.05327 7.36663 6.66667 7.36663H5.33333C4.94674 7.36663 4.63333 7.05323 4.63333 6.66663ZM8.63333 6.66663C8.63333 6.28003 8.94674 5.96663 9.33333 5.96663H10.6667C11.0533 5.96663 11.3667 6.28003 11.3667 6.66663C11.3667 7.05323 11.0533 7.36663 10.6667 7.36663H9.33333C8.94674 7.36663 8.63333 7.05323 8.63333 6.66663ZM12.6333 6.66663C12.6333 6.28003 12.9467 5.96663 13.3333 5.96663H14.6667C15.0533 5.96663 15.3667 6.28003 15.3667 6.66663C15.3667 7.05323 15.0533 7.36663 14.6667 7.36663H13.3333C12.9467 7.36663 12.6333 7.05323 12.6333 6.66663ZM3.33333 10.0333C3.25016 10.0333 3.16781 10.0497 3.09097 10.0815C3.01413 10.1133 2.94431 10.16 2.8855 10.2188C2.82669 10.2776 2.78004 10.3474 2.74821 10.4243C2.71638 10.5011 2.7 10.5835 2.7 10.6666V11.9666H5.3V10.0333H3.33333ZM3.33333 8.6333C3.06631 8.6333 2.80191 8.68589 2.55521 8.78808C2.30852 8.89026 2.08436 9.04004 1.89555 9.22885C1.70674 9.41766 1.55696 9.64182 1.45478 9.88851C1.3526 10.1352 1.3 10.3996 1.3 10.6666V14.6666C1.3 15.0532 1.6134 15.3666 2 15.3666C2.3866 15.3666 2.7 15.0532 2.7 14.6666V13.3666H5.3V14.6666C5.3 15.0532 5.6134 15.3666 6 15.3666C6.3866 15.3666 6.7 15.0532 6.7 14.6666V13.3666H9.3V14.6666C9.3 15.0532 9.6134 15.3666 10 15.3666C10.3866 15.3666 10.7 15.0532 10.7 14.6666V13.3666H13.3V14.6666C13.3 15.0532 13.6134 15.3666 14 15.3666C14.3866 15.3666 14.7 15.0532 14.7 14.6666V10.6666C14.7 10.3996 14.6474 10.1352 14.5452 9.88851C14.443 9.64181 14.2933 9.41766 14.1045 9.22885C13.9156 9.04004 13.6915 8.89026 13.4448 8.78808C13.1981 8.68589 12.9337 8.6333 12.6667 8.6333H3.33333ZM6.7 10.0333V11.9666H9.3V10.0333H6.7ZM10.7 10.0333V11.9666H13.3V10.6666C13.3 10.5835 13.2836 10.5011 13.2518 10.4243C13.22 10.3474 13.1733 10.2776 13.1145 10.2188C13.0557 10.16 12.9859 10.1133 12.909 10.0815C12.8322 10.0497 12.7498 10.0333 12.6667 10.0333H10.7Z", fill: "currentColor", }), }), - hy = (e) => - kt("svg", { + ly = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.99999 2.0333C3.65021 2.0333 3.36666 2.31685 3.36666 2.66663V13.3333C3.36666 13.6831 3.65021 13.9666 3.99999 13.9666H12C12.3498 13.9666 12.6333 13.6831 12.6333 13.3333V2.66663C12.6333 2.31685 12.3498 2.0333 12 2.0333H3.99999ZM1.96666 2.66663C1.96666 1.54366 2.87701 0.633301 3.99999 0.633301H12C13.123 0.633301 14.0333 1.54366 14.0333 2.66663V13.3333C14.0333 14.4563 13.123 15.3666 12 15.3666H3.99999C2.87701 15.3666 1.96666 14.4563 1.96666 13.3333V2.66663ZM7.29999 12C7.29999 11.6134 7.61339 11.3 7.99999 11.3H8.00666C8.39326 11.3 8.70666 11.6134 8.70666 12C8.70666 12.3866 8.39326 12.7 8.00666 12.7H7.99999C7.61339 12.7 7.29999 12.3866 7.29999 12Z", fill: "currentColor", }), }), - fy = (e) => - kt("svg", { + ay = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66666 2.0333C3.21231 2.0333 2.03333 3.21228 2.03333 4.66663C2.03333 5.13958 2.15801 5.58342 2.3763 5.96705L5.96708 2.37627C5.58345 2.15798 5.13962 2.0333 4.66666 2.0333ZM7.45798 1.75522C6.73338 1.06032 5.74989 0.633301 4.66666 0.633301C2.43912 0.633301 0.633331 2.43909 0.633331 4.66663C0.633331 5.74986 1.06035 6.73335 1.75525 7.45795C1.77255 7.48002 1.79136 7.50128 1.81169 7.52161C1.83202 7.54193 1.85328 7.56075 1.87534 7.57805C2.59994 8.27294 3.58344 8.69997 4.66666 8.69997C6.89421 8.69997 8.7 6.89418 8.7 4.66663C8.7 3.58341 8.27297 2.59991 7.57808 1.87531C7.56078 1.85325 7.54197 1.83199 7.52164 1.81166C7.50131 1.79133 7.48005 1.77252 7.45798 1.75522ZM6.95703 3.36622L3.36625 6.957C3.74988 7.17528 4.19371 7.29997 4.66666 7.29997C6.12101 7.29997 7.3 6.12098 7.3 4.66663C7.3 4.19368 7.17532 3.74985 6.95703 3.36622ZM8.79405 10.6333H13.8726C13.566 9.51873 12.5453 8.69997 11.3333 8.69997C10.1214 8.69997 9.10061 9.51873 8.79405 10.6333ZM13.8726 12.0333H8.79405C9.10061 13.1479 10.1214 13.9666 11.3333 13.9666C12.5453 13.9666 13.566 13.1479 13.8726 12.0333ZM7.3 11.3333C7.3 9.10575 9.10578 7.29997 11.3333 7.29997C13.5609 7.29997 15.3667 9.10575 15.3667 11.3333C15.3667 13.5608 13.5609 15.3666 11.3333 15.3666C9.10578 15.3666 7.3 13.5608 7.3 11.3333Z", fill: "currentColor", }), }), - gy = (e) => - kt("svg", { + Cy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66667 2.0333C4.4987 2.0333 4.33761 2.10003 4.21884 2.2188C4.10006 2.33757 4.03334 2.49866 4.03334 2.66663C4.03334 3.05323 3.71994 3.36663 3.33334 3.36663C2.94674 3.36663 2.63334 3.05323 2.63334 2.66663C2.63334 2.12736 2.84756 1.61017 3.22889 1.22885C3.61021 0.847526 4.1274 0.633301 4.66667 0.633301H12.6667C13.2059 0.633301 13.7231 0.847526 14.1045 1.22885C14.4858 1.61017 14.7 2.12736 14.7 2.66663V13.3333C14.7 13.8726 14.4858 14.3898 14.1045 14.7711C13.7231 15.1524 13.2059 15.3666 12.6667 15.3666H11.0667C10.6801 15.3666 10.3667 15.0532 10.3667 14.6666C10.3667 14.28 10.6801 13.9666 11.0667 13.9666H12.6667C12.8346 13.9666 12.9957 13.8999 13.1145 13.7811C13.2333 13.6624 13.3 13.5013 13.3 13.3333V2.66663C13.3 2.49866 13.2333 2.33757 13.1145 2.2188C12.9957 2.10003 12.8346 2.0333 12.6667 2.0333H4.66667ZM3.33334 6.0333C2.98356 6.0333 2.7 6.31685 2.7 6.66663V13.3333C2.7 13.6831 2.98356 13.9666 3.33334 13.9666H7.33334C7.68312 13.9666 7.96667 13.6831 7.96667 13.3333V6.66663C7.96667 6.31685 7.68312 6.0333 7.33334 6.0333H3.33334ZM1.3 6.66663C1.3 5.54365 2.21036 4.6333 3.33334 4.6333H7.33334C8.45632 4.6333 9.36667 5.54365 9.36667 6.66663V13.3333C9.36667 14.4563 8.45632 15.3666 7.33334 15.3666H3.33334C2.21036 15.3666 1.3 14.4563 1.3 13.3333V6.66663ZM4.63334 12C4.63334 11.6134 4.94674 11.3 5.33334 11.3H5.34C5.7266 11.3 6.04 11.6134 6.04 12C6.04 12.3866 5.7266 12.7 5.34 12.7H5.33334C4.94674 12.7 4.63334 12.3866 4.63334 12Z", fill: "currentColor", }), }), - vy = (e) => - kt("svg", { + sy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22888 1.22885C1.6102 0.847526 2.12739 0.633301 2.66666 0.633301H7.448C7.98719 0.633416 8.50441 0.847689 8.88564 1.22899C8.88562 1.22897 8.88566 1.22902 8.88564 1.22899L14.6899 7.03323C15.1213 7.46738 15.3634 8.05458 15.3634 8.66663C15.3634 9.27869 15.1213 9.86588 14.6899 10.3L14.6883 10.3016L10.3016 14.6883L10.3001 14.6898C9.86591 15.1213 9.27872 15.3634 8.66667 15.3634C8.05461 15.3634 7.46742 15.1213 7.03326 14.6898L7.03169 14.6883L1.2291 8.88568C1.22907 8.88566 1.22912 8.88571 1.2291 8.88568C0.847794 8.50446 0.633446 7.98731 0.633331 7.44812V2.66663C0.633331 2.12736 0.847557 1.61017 1.22888 1.22885ZM2.66666 2.0333C2.49869 2.0333 2.3376 2.10003 2.21883 2.2188C2.10006 2.33757 2.03333 2.49866 2.03333 2.66663V7.44782C2.03333 7.44777 2.03333 7.44787 2.03333 7.44782C2.03341 7.61572 2.10015 7.77688 2.2189 7.89559L8.02007 13.6968C8.01985 13.6965 8.02029 13.697 8.02007 13.6968C8.19187 13.8671 8.42469 13.9634 8.66667 13.9634C8.90862 13.9634 9.14076 13.8678 9.31255 13.6975C9.31231 13.6977 9.31279 13.6972 9.31255 13.6975L13.6968 9.31323C13.6966 9.31347 13.697 9.31299 13.6968 9.31323C13.8671 9.14144 13.9634 8.90859 13.9634 8.66663C13.9634 8.42465 13.8678 8.19249 13.6974 8.02069C13.6972 8.02047 13.6977 8.02091 13.6974 8.02069L7.89569 2.21894C7.77698 2.1002 7.6159 2.03338 7.448 2.0333C7.44795 2.0333 7.44805 2.0333 7.448 2.0333H2.66666ZM3.96666 4.99997C3.96666 4.42927 4.4293 3.96663 5 3.96663C5.57069 3.96663 6.03333 4.42927 6.03333 4.99997C6.03333 5.57066 5.57069 6.0333 5 6.0333C4.4293 6.0333 3.96666 5.57066 3.96666 4.99997ZM5 5.36663C5.2025 5.36663 5.36666 5.20247 5.36666 4.99997C5.36666 4.79746 5.2025 4.6333 5 4.6333C4.79749 4.6333 4.63333 4.79746 4.63333 4.99997C4.63333 5.20247 4.79749 5.36663 5 5.36663Z", fill: "currentColor", }), }), - wy = (e) => - kt("svg", { + cy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.03362 3.03359C1.28992 2.77729 1.63754 2.6333 2 2.6333H5.448C5.98719 2.63342 6.50441 2.84769 6.88564 3.22899C6.88561 3.22897 6.88566 3.22902 6.88564 3.22899L10.6899 7.03323C11.1213 7.46738 11.3634 8.05458 11.3634 8.66663C11.3634 9.27869 11.1213 9.86588 10.6899 10.3L10.6883 10.3016L8.30164 12.6883L8.30007 12.6898C7.86591 13.1213 7.27872 13.3634 6.66666 13.3634C6.05461 13.3634 5.46742 13.1213 5.03326 12.6898L5.03169 12.6883L1.2291 8.88568C1.22907 8.88566 1.22912 8.88571 1.2291 8.88568C0.847794 8.50446 0.633446 7.98731 0.633331 7.44812V3.99997C0.633331 3.6375 0.777319 3.28989 1.03362 3.03359ZM2.03333 4.0333V7.44782C2.03333 7.44777 2.03333 7.44787 2.03333 7.44782C2.03341 7.61572 2.10015 7.77687 2.2189 7.89558L6.02007 11.6968C6.01983 11.6965 6.02031 11.697 6.02007 11.6968C6.19186 11.8671 6.42471 11.9634 6.66666 11.9634C6.90862 11.9634 7.14076 11.8678 7.31255 11.6975C7.31231 11.6977 7.31279 11.6972 7.31255 11.6975L9.69679 9.31323C9.69658 9.31345 9.69701 9.31301 9.69679 9.31323C9.86716 9.14143 9.96342 8.90861 9.96342 8.66663C9.96342 8.42465 9.86781 8.19249 9.69744 8.02069C9.69722 8.02047 9.69766 8.02091 9.69744 8.02069L5.89569 4.21894C5.77698 4.1002 5.6159 4.03338 5.448 4.0333C5.44795 4.0333 5.44805 4.0333 5.448 4.0333H2.03333ZM9.50502 2.83833C9.77839 2.56496 10.2216 2.56496 10.495 2.83833L14.6941 7.03747C14.694 7.0374 14.6942 7.03754 14.6941 7.03747C14.9084 7.2511 15.0787 7.50514 15.1948 7.78462C15.3108 8.06419 15.3706 8.36392 15.3706 8.66663C15.3706 8.96935 15.3108 9.26908 15.1948 9.54865C15.0787 9.82816 14.9086 10.082 14.6943 10.2957C14.6942 10.2957 14.6943 10.2956 14.6943 10.2957L11.8283 13.1616C11.5549 13.435 11.1117 13.435 10.8384 13.1616C10.565 12.8882 10.565 12.445 10.8384 12.1717L13.7059 9.30413C13.7898 9.22052 13.8564 9.12117 13.9018 9.01177C13.9472 8.90237 13.9706 8.78509 13.9706 8.66663C13.9706 8.54818 13.9472 8.43089 13.9018 8.3215C13.8564 8.2121 13.7898 8.11275 13.7059 8.02913L9.50502 3.82828C9.23166 3.55491 9.23166 3.11169 9.50502 2.83833ZM3.3 6.3333C3.3 5.76261 3.76264 5.29997 4.33333 5.29997C4.90403 5.29997 5.36666 5.76261 5.36666 6.3333C5.36666 6.904 4.90403 7.36663 4.33333 7.36663C3.76264 7.36663 3.3 6.90399 3.3 6.3333ZM4.33333 6.69997C4.53584 6.69997 4.7 6.53581 4.7 6.3333C4.7 6.1308 4.53584 5.96663 4.33333 5.96663C4.13083 5.96663 3.96666 6.1308 3.96666 6.3333C3.96666 6.53581 4.13083 6.69997 4.33333 6.69997Z", fill: "currentColor", }), }), - Ly = (e) => - kt("svg", { + dy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 1.96667C3.05327 1.96667 3.36667 2.28008 3.36667 2.66667V13.3333C3.36667 13.7199 3.05327 14.0333 2.66667 14.0333C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333V2.66667C1.96667 2.28008 2.28008 1.96667 2.66667 1.96667Z", fill: "currentColor", }), }), - by = (e) => - kt("svg", { + uy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 1.96667C3.05327 1.96667 3.36667 2.28008 3.36667 2.66667V13.3333C3.36667 13.7199 3.05327 14.0333 2.66667 14.0333C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333V2.66667C1.96667 2.28008 2.28008 1.96667 2.66667 1.96667ZM6.00001 1.96667C6.38661 1.96667 6.70001 2.28008 6.70001 2.66667V13.3333C6.70001 13.7199 6.38661 14.0333 6.00001 14.0333C5.61341 14.0333 5.30001 13.7199 5.30001 13.3333V2.66667C5.30001 2.28008 5.61341 1.96667 6.00001 1.96667Z", fill: "currentColor", }), }), - My = (e) => - kt("svg", { + py = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 1.96667C3.05327 1.96667 3.36667 2.28008 3.36667 2.66667V13.3333C3.36667 13.7199 3.05327 14.0333 2.66667 14.0333C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333V2.66667C1.96667 2.28008 2.28008 1.96667 2.66667 1.96667ZM6.00001 1.96667C6.38661 1.96667 6.70001 2.28008 6.70001 2.66667V13.3333C6.70001 13.7199 6.38661 14.0333 6.00001 14.0333C5.61341 14.0333 5.30001 13.7199 5.30001 13.3333V2.66667C5.30001 2.28008 5.61341 1.96667 6.00001 1.96667ZM9.33334 1.96667C9.71994 1.96667 10.0333 2.28008 10.0333 2.66667V13.3333C10.0333 13.7199 9.71994 14.0333 9.33334 14.0333C8.94674 14.0333 8.63334 13.7199 8.63334 13.3333V2.66667C8.63334 2.28008 8.94674 1.96667 9.33334 1.96667Z", fill: "currentColor", }), }), - Hy = (e) => - kt("svg", { + my = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 1.96667C3.05327 1.96667 3.36667 2.28008 3.36667 2.66667V13.3333C3.36667 13.7199 3.05327 14.0333 2.66667 14.0333C2.28008 14.0333 1.96667 13.7199 1.96667 13.3333V2.66667C1.96667 2.28008 2.28008 1.96667 2.66667 1.96667ZM6.00001 1.96667C6.38661 1.96667 6.70001 2.28008 6.70001 2.66667V13.3333C6.70001 13.7199 6.38661 14.0333 6.00001 14.0333C5.61341 14.0333 5.30001 13.7199 5.30001 13.3333V2.66667C5.30001 2.28008 5.61341 1.96667 6.00001 1.96667ZM9.33334 1.96667C9.71994 1.96667 10.0333 2.28008 10.0333 2.66667V13.3333C10.0333 13.7199 9.71994 14.0333 9.33334 14.0333C8.94674 14.0333 8.63334 13.7199 8.63334 13.3333V2.66667C8.63334 2.28008 8.94674 1.96667 9.33334 1.96667ZM12.6667 1.96667C13.0533 1.96667 13.3667 2.28008 13.3667 2.66667V13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333C12.2801 14.0333 11.9667 13.7199 11.9667 13.3333V2.66667C11.9667 2.28008 12.2801 1.96667 12.6667 1.96667Z", fill: "currentColor", }), }), - Ey = (e) => - kt("svg", { + hy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66668 1.96667C3.05328 1.96667 3.36668 2.28008 3.36668 2.66667V9.96368L5.30001 8.80367V2.66667C5.30001 2.28008 5.61341 1.96667 6.00001 1.96667C6.38661 1.96667 6.70001 2.28008 6.70001 2.66667V7.96368L8.63335 6.80367V2.66667C8.63335 2.28008 8.94675 1.96667 9.33335 1.96667C9.71994 1.96667 10.0333 2.28008 10.0333 2.66667V5.96367L11.9667 4.80368V2.66667C11.9667 2.28008 12.2801 1.96667 12.6667 1.96667C13.0533 1.96667 13.3667 2.28008 13.3667 2.66667V3.96367L14.3065 3.39976C14.638 3.20086 15.068 3.30835 15.2669 3.63986C15.4658 3.97137 15.3583 4.40135 15.0268 4.60025L13.3667 5.59634V13.3333C13.3667 13.7199 13.0533 14.0333 12.6667 14.0333C12.2801 14.0333 11.9667 13.7199 11.9667 13.3333V6.43634L10.0333 7.59634V13.3333C10.0333 13.7199 9.71994 14.0333 9.33335 14.0333C8.94675 14.0333 8.63335 13.7199 8.63335 13.3333V8.43634L6.70001 9.59634V13.3333C6.70001 13.7199 6.38661 14.0333 6.00001 14.0333C5.61341 14.0333 5.30001 13.7199 5.30001 13.3333V10.4363L3.36668 11.5963V13.3333C3.36668 13.7199 3.05328 14.0333 2.66668 14.0333C2.28008 14.0333 1.96668 13.7199 1.96668 13.3333V12.4363L1.69349 12.6003C1.36199 12.7992 0.932004 12.6917 0.733101 12.3602C0.534197 12.0286 0.641692 11.5987 0.973198 11.3998L1.96668 10.8037V2.66667C1.96668 2.28008 2.28008 1.96667 2.66668 1.96667Z", fill: "currentColor", }), }), - Ry = (e) => - kt("svg", { + fy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.48808 3.52193C9.36737 3.26193 9.29999 2.97215 9.29999 2.66663C9.29999 1.54366 10.2103 0.633301 11.3333 0.633301C12.4563 0.633301 13.3667 1.54366 13.3667 2.66663C13.3667 3.78961 12.4563 4.69997 11.3333 4.69997C11.0278 4.69997 10.738 4.63259 10.478 4.51187L9.22382 5.76609C10.0168 5.81576 10.8637 5.99065 11.6397 6.19886C12.5241 6.43613 13.3499 6.72592 13.9521 6.95509C14.254 7.06998 14.5017 7.17036 14.6747 7.24239C14.7612 7.27842 14.8292 7.30741 14.8761 7.32762L14.9303 7.35116L14.9449 7.3576L14.9503 7.35997L14.6667 7.99995C14.951 7.36028 14.9503 7.35997 14.9503 7.35997C15.3036 7.51699 15.4634 7.93097 15.3063 8.28425C15.1494 8.63748 14.7358 8.79659 14.3825 8.63968L14.3797 8.63844L14.3686 8.63354L14.3217 8.6132C14.2799 8.59516 14.2173 8.56848 14.1366 8.53485C13.9749 8.46756 13.7408 8.37262 13.4542 8.26356C12.8793 8.04481 12.1009 7.77211 11.277 7.55104C10.4465 7.32823 9.60257 7.16697 8.88733 7.15294C8.14045 7.1383 7.70254 7.28737 7.49499 7.49492C7.28743 7.70248 7.13836 8.14039 7.153 8.88727C7.16703 9.60251 7.32829 10.4464 7.5511 11.2769C7.77217 12.1009 8.04487 12.8793 8.26362 13.4541C8.37269 13.7407 8.46762 13.9749 8.53491 14.1365C8.56854 14.2173 8.59522 14.2798 8.61326 14.3217L8.6336 14.3685L8.63851 14.3797L8.63957 14.3821C8.79648 14.7353 8.63754 15.1493 8.28431 15.3063C7.93103 15.4633 7.51736 15.3042 7.36034 14.9509L7.35766 14.9449L7.35122 14.9302L7.32768 14.876C7.30747 14.8291 7.27849 14.7611 7.24245 14.6746C7.17042 14.5016 7.07004 14.254 6.95515 13.952C6.72598 13.3498 6.43619 12.524 6.19892 11.6397C5.99071 10.8636 5.81582 10.0167 5.76615 9.22376L4.5119 10.478C4.63263 10.738 4.70003 11.0278 4.70003 11.3334C4.70003 12.4564 3.78967 13.3667 2.6667 13.3667C1.54372 13.3667 0.633362 12.4564 0.633362 11.3334C0.633362 10.2104 1.54372 9.30005 2.6667 9.30005C2.97218 9.30005 3.26193 9.36742 3.5219 9.48811L9.48808 3.52193ZM10.7 2.66663C10.7 2.31685 10.9835 2.0333 11.3333 2.0333C11.6831 2.0333 11.9667 2.31685 11.9667 2.66663C11.9667 3.01641 11.6831 3.29997 11.3333 3.29997C11.1771 3.29997 11.0341 3.2434 10.9236 3.14963C10.9124 3.13664 10.9006 3.12397 10.8883 3.11164C10.876 3.09931 10.8633 3.08754 10.8503 3.07632C10.7566 2.96588 10.7 2.82286 10.7 2.66663ZM3.1117 10.8883C3.09952 10.8761 3.08788 10.8636 3.07678 10.8507C2.96629 10.7568 2.82311 10.7 2.6667 10.7C2.31691 10.7 2.03336 10.9836 2.03336 11.3334C2.03336 11.6832 2.31691 11.9667 2.6667 11.9667C3.01648 11.9667 3.30003 11.6832 3.30003 11.3334C3.30003 11.1769 3.2433 11.0337 3.1493 10.9232C3.13645 10.9121 3.12391 10.9005 3.1117 10.8883Z", fill: "currentColor", }), }), - yy = (e) => - kt("svg", { + gy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.0333C4.70473 2.0333 2.03336 4.70467 2.03336 7.99997C2.03336 11.2953 4.70473 13.9666 8.00003 13.9666C11.2953 13.9666 13.9667 11.2953 13.9667 7.99997C13.9667 4.70467 11.2953 2.0333 8.00003 2.0333ZM0.633362 7.99997C0.633362 3.93147 3.93153 0.633301 8.00003 0.633301C12.0685 0.633301 15.3667 3.93147 15.3667 7.99997C15.3667 12.0685 12.0685 15.3666 8.00003 15.3666C3.93153 15.3666 0.633362 12.0685 0.633362 7.99997ZM8.00003 4.69997C6.17749 4.69997 4.70003 6.17743 4.70003 7.99997C4.70003 9.82251 6.17749 11.3 8.00003 11.3C9.82257 11.3 11.3 9.82251 11.3 7.99997C11.3 6.17743 9.82257 4.69997 8.00003 4.69997ZM3.30003 7.99997C3.30003 5.40423 5.40429 3.29997 8.00003 3.29997C10.5958 3.29997 12.7 5.40423 12.7 7.99997C12.7 10.5957 10.5958 12.7 8.00003 12.7C5.40429 12.7 3.30003 10.5957 3.30003 7.99997ZM8.00003 7.36663C7.65025 7.36663 7.36669 7.65019 7.36669 7.99997C7.36669 8.34975 7.65025 8.6333 8.00003 8.6333C8.34981 8.6333 8.63336 8.34975 8.63336 7.99997C8.63336 7.65019 8.34981 7.36663 8.00003 7.36663ZM5.96669 7.99997C5.96669 6.87699 6.87705 5.96663 8.00003 5.96663C9.12301 5.96663 10.0334 6.87699 10.0334 7.99997C10.0334 9.12295 9.12301 10.0333 8.00003 10.0333C6.87705 10.0333 5.96669 9.12295 5.96669 7.99997Z", fill: "currentColor", }), }), - Vy = (e) => - kt("svg", { + vy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.8237 2.84921L12.1298 3.02236C11.9669 3.06312 11.8269 3.16691 11.7405 3.31092C11.6541 3.45489 11.6284 3.62728 11.6691 3.79018C11.6691 3.79015 11.6691 3.79021 11.6691 3.79018L12.3557 6.53675C12.3965 6.69967 12.5003 6.83973 12.6443 6.92613C12.7883 7.01253 12.9607 7.0382 13.1236 6.9975L13.8175 6.82434L12.8237 2.84921ZM13.8256 6.85671C13.8256 6.8566 13.8256 6.85681 13.8256 6.85671V6.85671ZM10.9552 6.70703L9.25797 7.06905C8.91186 6.79614 8.47494 6.63329 7.99998 6.63329C7.21804 6.63329 6.5392 7.07466 6.19899 7.72186L5.36306 7.90013L4.94227 6.21696L10.3853 4.42735L10.9552 6.70703ZM10.3662 2.9599C10.4112 2.83222 10.4693 2.70846 10.54 2.59062C10.8174 2.12829 11.267 1.79506 11.7901 1.66421L12.5172 1.48278C12.8686 1.39512 13.2404 1.45051 13.551 1.63681C13.8616 1.8231 14.0855 2.12505 14.1736 2.47634L15.1837 6.51653C15.1836 6.51643 15.1837 6.51664 15.1837 6.51653C15.2716 6.86803 15.2165 7.24039 15.0302 7.55118C14.8439 7.86207 14.5417 8.08621 14.1901 8.1743L13.463 8.35575C13.4629 8.35576 13.463 8.35573 13.463 8.35575C12.9399 8.48637 12.3863 8.40399 11.924 8.12662C11.8487 8.08144 11.7768 8.0317 11.7087 7.97781L10.0073 8.3407C10.0244 8.44682 10.0333 8.55568 10.0333 8.66662C10.0333 9.20639 9.82299 9.69704 9.47983 10.0611L11.2927 13.6869C11.4656 14.0327 11.3255 14.4532 10.9797 14.6261C10.6339 14.7989 10.2134 14.6588 10.0405 14.313L8.22771 10.6873C8.15295 10.6957 8.07696 10.7 7.99998 10.7C7.92299 10.7 7.847 10.6957 7.77224 10.6873L5.95941 14.313C5.78651 14.6588 5.36604 14.7989 5.02026 14.6261C4.67447 14.4532 4.53432 14.0327 4.70721 13.6869L6.52012 10.0611C6.29166 9.81871 6.12207 9.52022 6.03423 9.18848L5.01121 9.40666C4.99941 9.40949 4.98762 9.412 4.97582 9.4142L2.73844 9.89136C2.73801 9.89146 2.73758 9.89155 2.73715 9.89164C2.39784 9.96493 2.04329 9.90188 1.75003 9.71608C1.4584 9.53131 1.25065 9.2399 1.17099 8.90418L0.813205 7.47171C0.729812 7.12955 0.777179 6.76858 0.946008 6.45951C1.11484 6.15044 1.39297 5.91553 1.72594 5.80081L1.73531 5.79758L3.8804 5.09236C3.8841 5.09111 3.88781 5.08989 3.89155 5.0887L10.3662 2.9599ZM3.60879 6.6554L2.1809 7.12488C2.17825 7.12606 2.17605 7.12809 2.17465 7.13065C2.17314 7.13343 2.17266 7.13665 2.1733 7.13973L2.51493 8.50755L3.99302 8.19232L3.60879 6.6554ZM7.38534 8.51323C7.37313 8.56234 7.36664 8.61373 7.36664 8.66662C7.36664 9.0164 7.65019 9.29995 7.99998 9.29995C8.34976 9.29995 8.63331 9.0164 8.63331 8.66662C8.63331 8.31684 8.34976 8.03329 7.99998 8.03329C7.70859 8.03329 7.46317 8.23006 7.38934 8.49798C7.38807 8.50308 7.38673 8.50816 7.38534 8.51323Z", fill: "currentColor", }), }), - Sy = (e) => - kt("svg", { + wy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33333 2.69999C2.98355 2.69999 2.7 2.98354 2.7 3.33332V7.33332C2.7 7.6831 2.98355 7.96665 3.33333 7.96665H7.33333C7.49288 7.96665 7.63865 7.90766 7.75002 7.81029C7.7516 7.80888 7.75318 7.80748 7.75477 7.80609C7.88479 7.6901 7.96667 7.52127 7.96667 7.33332V3.33332C7.96667 2.98354 7.68311 2.69999 7.33333 2.69999H3.33333ZM9.36667 4.63332V3.33332C9.36667 2.21034 8.45631 1.29999 7.33333 1.29999H3.33333C2.21035 1.29999 1.3 2.21034 1.3 3.33332V7.33332C1.3 8.4563 2.21035 9.36665 3.33333 9.36665H4.63333V9.99963C3.68537 10.1723 2.96667 11.0022 2.96667 12V12.6667C2.96667 13.7896 3.87702 14.7 5 14.7H5.66667C6.78965 14.7 7.7 13.7896 7.7 12.6667V12C7.7 11.0022 6.9813 10.1723 6.03333 9.99963V9.36665H7.33333C7.60706 9.36665 7.86815 9.31257 8.1065 9.2145L10.1188 11.2268C10.0208 11.4652 9.96667 11.7263 9.96667 12V12.6667C9.96667 13.7896 10.877 14.7 12 14.7H12.6667C13.7896 14.7 14.7 13.7896 14.7 12.6667V12C14.7 10.877 13.7896 9.96665 12.6667 9.96665H12C11.6631 9.96665 11.3453 10.0486 11.0655 10.1936L9.13969 8.26779C9.28473 7.988 9.36667 7.67023 9.36667 7.33332V6.03332H9.99964C10.1723 6.98129 11.0022 7.69999 12 7.69999H12.6667C13.7896 7.69999 14.7 6.78963 14.7 5.66665V4.99999C14.7 3.87701 13.7896 2.96665 12.6667 2.96665H12C11.0022 2.96665 10.1723 3.68535 9.99964 4.63332H9.36667ZM11.3667 5.66665C11.3667 6.01644 11.6502 6.29999 12 6.29999H12.6667C13.0164 6.29999 13.3 6.01644 13.3 5.66665V4.99999C13.3 4.65021 13.0164 4.36665 12.6667 4.36665H12C11.6502 4.36665 11.3667 4.65021 11.3667 4.99999V5.66665ZM5 11.3667C4.65022 11.3667 4.36667 11.6502 4.36667 12V12.6667C4.36667 13.0164 4.65022 13.3 5 13.3H5.66667C6.01645 13.3 6.3 13.0164 6.3 12.6667V12C6.3 11.6502 6.01645 11.3667 5.66667 11.3667H5ZM12 11.3667C11.6502 11.3667 11.3667 11.6502 11.3667 12V12.6667C11.3667 13.0164 11.6502 13.3 12 13.3H12.6667C13.0164 13.3 13.3 13.0164 13.3 12.6667V12C13.3 11.6502 13.0164 11.3667 12.6667 11.3667H12Z", fill: "currentColor", }), }), - Ty = (e) => - kt("svg", { + Ly = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.31398 1.3954C6.64792 1.2006 7.07654 1.31339 7.27134 1.64733L8.00003 2.89651L8.72872 1.64733C8.92351 1.31339 9.35213 1.2006 9.68607 1.3954C10.02 1.59019 10.1328 2.01881 9.93801 2.35275L8.81042 4.28576L14.0688 13.3H14.6667C15.0533 13.3 15.3667 13.6134 15.3667 14C15.3667 14.3866 15.0533 14.7 14.6667 14.7H13.6799C13.6715 14.7002 13.6631 14.7002 13.6548 14.7H10.3466C10.3382 14.7002 10.3298 14.7002 10.3214 14.7H5.67863C5.67025 14.7002 5.66185 14.7002 5.65345 14.7H2.3453C2.33691 14.7002 2.32852 14.7002 2.32011 14.7H1.33336C0.946762 14.7 0.633362 14.3866 0.633362 14C0.633362 13.6134 0.946762 13.3 1.33336 13.3H1.9313L7.18964 4.28576L6.06205 2.35275C5.86725 2.01881 5.98005 1.59019 6.31398 1.3954ZM8.00003 5.675L3.55209 13.3H5.26464L7.39538 9.64733C7.52083 9.43228 7.75106 9.30004 8.00003 9.30004C8.24899 9.30004 8.47923 9.43228 8.60467 9.64733L10.7354 13.3H12.448L8.00003 5.675ZM9.11464 13.3L8.00003 11.3893L6.88542 13.3H9.11464Z", fill: "currentColor", }), }), - Ny = (e) => - kt("svg", { + by = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 2.0333C2.31692 2.0333 2.03336 2.31685 2.03336 2.66663C2.03336 3.01641 2.31692 3.29997 2.6667 3.29997C3.01648 3.29997 3.30003 3.01641 3.30003 2.66663C3.30003 2.31685 3.01648 2.0333 2.6667 2.0333ZM0.633362 2.66663C0.633362 1.54366 1.54372 0.633301 2.6667 0.633301C3.78967 0.633301 4.70003 1.54366 4.70003 2.66663C4.70003 3.78961 3.78967 4.69997 2.6667 4.69997C1.54372 4.69997 0.633362 3.78961 0.633362 2.66663ZM10.8384 0.838326C11.1118 0.564959 11.555 0.564959 11.8283 0.838326L13.8283 2.83833C14.1017 3.11169 14.1017 3.55491 13.8283 3.82828C13.555 4.10164 13.1118 4.10164 12.8384 3.82828L12.0334 3.02325V4.37668L13.8283 6.17166C14.1017 6.44503 14.1017 6.88824 13.8283 7.16161C13.555 7.43498 13.1118 7.43498 12.8384 7.16161L12.0334 6.35658V9.13254L15.2603 14.2956C15.3952 14.5114 15.4023 14.7834 15.2789 15.006C15.1556 15.2285 14.9212 15.3666 14.6667 15.3666H9.34546C9.33783 15.3668 9.33021 15.3668 9.32259 15.3666H1.33336C1.07889 15.3666 0.84447 15.2285 0.721112 15.006C0.597754 14.7834 0.604896 14.5114 0.739763 14.2956L4.0731 8.9623C4.20101 8.75763 4.42534 8.6333 4.6667 8.6333H5.98789C5.99555 8.63317 6.0032 8.63317 6.01084 8.6333H10.6334V6.35658L9.82834 7.16161C9.55497 7.43498 9.11175 7.43498 8.83839 7.16161C8.56502 6.88824 8.56502 6.44503 8.83839 6.17166L10.6334 4.37668V3.02325L9.82834 3.82828C9.55497 4.10164 9.11175 4.10164 8.83839 3.82828C8.56502 3.55491 8.56502 3.11169 8.83839 2.83833L10.8384 0.838326ZM10.9454 10.0333H7.263L9.72134 13.9666H13.4037L10.9454 10.0333ZM8.07039 13.9666L6.03336 10.7074V13.9666H8.07039ZM4.63336 13.9666V10.7074L2.59634 13.9666H4.63336Z", fill: "currentColor", }), }), - xy = (e) => - kt("svg", { + My = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.1717 2.83833C2.44507 2.56496 2.88828 2.56496 3.16165 2.83833L7.16165 6.83833C7.29292 6.9696 7.36667 7.14765 7.36667 7.3333C7.36667 7.51895 7.29292 7.697 7.16165 7.82828L3.16165 11.8283C2.88828 12.1016 2.44507 12.1016 2.1717 11.8283C1.89833 11.5549 1.89833 11.1117 2.1717 10.8383L5.67673 7.3333L2.1717 3.82828C1.89833 3.55491 1.89833 3.11169 2.1717 2.83833ZM7.30001 12.6666C7.30001 12.28 7.61341 11.9666 8.00001 11.9666H13.3333C13.7199 11.9666 14.0333 12.28 14.0333 12.6666C14.0333 13.0532 13.7199 13.3666 13.3333 13.3666H8.00001C7.61341 13.3666 7.30001 13.0532 7.30001 12.6666Z", fill: "currentColor", }), }), - _y = (e) => - kt("svg", { + Hy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.1716 0.838326C10.445 0.564959 10.8882 0.564959 11.1616 0.838326L15.1616 4.83833C15.435 5.11169 15.435 5.55491 15.1616 5.82828C14.8882 6.10164 14.445 6.10164 14.1716 5.82828L13.9999 5.65658L5.03884 14.6177C4.553 15.0982 3.89678 15.3669 3.21349 15.3652C2.53019 15.3635 1.87533 15.0914 1.39191 14.6085C0.907437 14.1235 0.634766 13.4655 0.634766 12.78C0.634766 12.0944 0.906894 11.4369 1.39137 10.9519L10.3433 1.99997L10.1716 1.82828C9.89827 1.55491 9.89827 1.11169 10.1716 0.838326ZM11.3333 2.98992L4.35657 9.96663H7.71L13.01 4.66663L11.3333 2.98992ZM6.31 11.3666H2.95657L2.38187 11.9413C2.38177 11.9414 2.38196 11.9412 2.38187 11.9413M6.31 11.3666L4.0544 13.6223C4.05399 13.6227 4.05358 13.6231 4.05317 13.6235C3.83041 13.8431 3.52989 13.966 3.217 13.9652C2.90364 13.9644 2.60332 13.8397 2.38156 13.6183", fill: "currentColor", }), }), - Ay = (e) => - kt("svg", { + Ey = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.96667 1.3333C4.96667 0.946701 5.28008 0.633301 5.66667 0.633301H10.3333C10.7199 0.633301 11.0333 0.946701 11.0333 1.3333C11.0333 1.70873 10.7378 2.01512 10.3667 2.03252V13C10.3667 14.3199 9.31994 15.3666 8.00001 15.3666C6.68008 15.3666 5.63334 14.3199 5.63334 13V2.03252C5.26222 2.01512 4.96667 1.70873 4.96667 1.3333ZM7.03334 2.0333V9.96663H8.96667V2.0333H7.03334ZM8.96667 11.3666H7.03334V13C7.03334 13.5467 7.45327 13.9666 8.00001 13.9666C8.54674 13.9666 8.96667 13.5467 8.96667 13V11.3666Z", fill: "currentColor", }), }), - Zy = (e) => - kt("svg", { + Ry = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 1.3333C1.30005 0.946701 1.61345 0.633301 2.00005 0.633301H6.66672C7.05331 0.633301 7.36672 0.946701 7.36672 1.3333C7.36672 1.70873 7.07117 2.01512 6.70005 2.03252V13C6.70005 13.6276 6.4507 14.2296 6.00687 14.6735C5.56303 15.1173 4.96106 15.3666 4.33338 15.3666C3.7057 15.3666 3.10373 15.1173 2.6599 14.6735C2.21606 14.2296 1.96672 13.6276 1.96672 13V2.03252C1.59559 2.01512 1.30005 1.70873 1.30005 1.3333ZM3.36672 2.0333V9.96663H5.30005V2.0333H3.36672ZM5.30005 11.3666H3.36672V13C3.36672 13.2563 3.46856 13.5022 3.64985 13.6835C3.83113 13.8648 4.07701 13.9666 4.33338 13.9666C4.58976 13.9666 4.83563 13.8648 5.01692 13.6835C5.1982 13.5022 5.30005 13.2563 5.30005 13V11.3666ZM8.63338 1.3333C8.63338 0.946701 8.94678 0.633301 9.33338 0.633301H14C14.3866 0.633301 14.7 0.946701 14.7 1.3333C14.7 1.70873 14.4045 2.01512 14.0334 2.03252V13C14.0334 13.6276 13.784 14.2296 13.3402 14.6735C12.8964 15.1173 12.2944 15.3666 11.6667 15.3666C11.039 15.3666 10.4371 15.1173 9.99323 14.6735C9.54939 14.2296 9.30005 13.6276 9.30005 13V2.03252C8.92893 2.01512 8.63338 1.70873 8.63338 1.3333ZM10.7 2.0333V9.96663H12.6334V2.0333H10.7ZM12.6334 11.3666H10.7V13C10.7 13.2563 10.8019 13.5022 10.9832 13.6835C11.1645 13.8648 11.4103 13.9666 11.6667 13.9666C11.9231 13.9666 12.169 13.8648 12.3503 13.6835C12.5315 13.5022 12.6334 13.2563 12.6334 13V11.3666Z", fill: "currentColor", }), }), - Iy = (e) => - kt("svg", { + yy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.96667 1.3333C3.96667 0.946701 4.28008 0.633301 4.66667 0.633301H5.33334C6.22624 0.633301 7.08256 0.988002 7.71393 1.61937C7.81674 1.72218 7.91221 1.83095 8.00001 1.94487C8.08781 1.83095 8.18328 1.72218 8.28608 1.61937C8.91745 0.988002 9.77378 0.633301 10.6667 0.633301H11.3333C11.7199 0.633301 12.0333 0.946701 12.0333 1.3333C12.0333 1.7199 11.7199 2.0333 11.3333 2.0333H10.6667C10.1451 2.0333 9.64485 2.2405 9.27603 2.60932C8.90721 2.97815 8.70001 3.47837 8.70001 3.99997V12C8.70001 12.5216 8.90721 13.0218 9.27603 13.3906C9.64485 13.7594 10.1451 13.9666 10.6667 13.9666H11.3333C11.7199 13.9666 12.0333 14.28 12.0333 14.6666C12.0333 15.0532 11.7199 15.3666 11.3333 15.3666H10.6667C9.77378 15.3666 8.91745 15.0119 8.28608 14.3806C8.18328 14.2778 8.08781 14.169 8.00001 14.0551C7.91221 14.169 7.81674 14.2778 7.71393 14.3806C7.08256 15.0119 6.22624 15.3666 5.33334 15.3666H4.66667C4.28008 15.3666 3.96667 15.0532 3.96667 14.6666C3.96667 14.28 4.28008 13.9666 4.66667 13.9666H5.33334C5.85493 13.9666 6.35516 13.7594 6.72398 13.3906C7.09281 13.0218 7.30001 12.5216 7.30001 12V3.99997C7.30001 3.47837 7.09281 2.97815 6.72398 2.60932C6.35516 2.2405 5.85493 2.0333 5.33334 2.0333H4.66667C4.28008 2.0333 3.96667 1.7199 3.96667 1.3333Z", fill: "currentColor", }), }), - ky = (e) => - kt("svg", { + Vy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6333 2.66667C2.6333 2.28008 2.9467 1.96667 3.3333 1.96667H3.99997C4.71605 1.96667 5.40281 2.25114 5.90916 2.75749C5.94027 2.7886 5.97054 2.8204 5.99997 2.85284C6.02939 2.8204 6.05966 2.7886 6.09078 2.75749C6.59713 2.25114 7.28388 1.96667 7.99997 1.96667H8.66663C9.05323 1.96667 9.36663 2.28008 9.36663 2.66667C9.36663 3.05327 9.05323 3.36667 8.66663 3.36667H7.99997C7.65519 3.36667 7.32453 3.50364 7.08073 3.74744C6.83693 3.99123 6.69997 4.32189 6.69997 4.66667V11.3333C6.69997 11.6781 6.83693 12.0088 7.08073 12.2526C7.32452 12.4964 7.65519 12.6333 7.99997 12.6333H8.66663C9.05323 12.6333 9.36663 12.9467 9.36663 13.3333C9.36663 13.7199 9.05323 14.0333 8.66663 14.0333H7.99997C7.28388 14.0333 6.59713 13.7489 6.09078 13.2425C6.05966 13.2114 6.02939 13.1796 5.99997 13.1472C5.97054 13.1796 5.94027 13.2114 5.90916 13.2425C5.40281 13.7489 4.71605 14.0333 3.99997 14.0333H3.3333C2.9467 14.0333 2.6333 13.7199 2.6333 13.3333C2.6333 12.9467 2.9467 12.6333 3.3333 12.6333H3.99997C4.34475 12.6333 4.67541 12.4964 4.91921 12.2526C5.163 12.0088 5.29997 11.6781 5.29997 11.3333V4.66667C5.29997 4.32189 5.163 3.99123 4.91921 3.74744C4.67541 3.50364 4.34475 3.36667 3.99997 3.36667H3.3333C2.9467 3.36667 2.6333 3.05327 2.6333 2.66667ZM2.66663 6.03334C2.49866 6.03334 2.33757 6.10007 2.2188 6.21884C2.10003 6.33761 2.0333 6.4987 2.0333 6.66667V9.33334C2.0333 9.50131 2.10003 9.6624 2.2188 9.78118C2.33757 9.89995 2.49866 9.96667 2.66663 9.96667H3.3333C3.7199 9.96667 4.0333 10.2801 4.0333 10.6667C4.0333 11.0533 3.7199 11.3667 3.3333 11.3667H2.66663C2.12736 11.3667 1.61017 11.1524 1.22885 10.7711C0.847526 10.3898 0.633301 9.87261 0.633301 9.33334V6.66667C0.633301 6.1274 0.847526 5.61022 1.22885 5.22889C1.61017 4.84757 2.12736 4.63334 2.66663 4.63334H3.3333C3.7199 4.63334 4.0333 4.94674 4.0333 5.33334C4.0333 5.71994 3.7199 6.03334 3.3333 6.03334H2.66663ZM7.96663 5.33334C7.96663 4.94674 8.28003 4.63334 8.66663 4.63334H13.3333C13.8726 4.63334 14.3898 4.84757 14.7711 5.22889C15.1524 5.61021 15.3666 6.1274 15.3666 6.66667V9.33334C15.3666 9.87262 15.1524 10.3898 14.7711 10.7711C14.3898 11.1524 13.8726 11.3667 13.3333 11.3667H8.66663C8.28003 11.3667 7.96663 11.0533 7.96663 10.6667C7.96663 10.2801 8.28003 9.96667 8.66663 9.96667H13.3333C13.5013 9.96667 13.6624 9.89995 13.7811 9.78118C13.8999 9.6624 13.9666 9.50131 13.9666 9.33334V6.66667C13.9666 6.4987 13.8999 6.33761 13.7811 6.21884C13.6624 6.10007 13.5013 6.03334 13.3333 6.03334H8.66663C8.28003 6.03334 7.96663 5.71994 7.96663 5.33334Z", fill: "currentColor", }), }), - Oy = (e) => - kt("svg", { + Ty = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 4.0667C1.30005 3.6801 1.61345 3.3667 2.00005 3.3667H11.3334C11.72 3.3667 12.0334 3.6801 12.0334 4.0667C12.0334 4.4533 11.72 4.7667 11.3334 4.7667H2.00005C1.61345 4.7667 1.30005 4.4533 1.30005 4.0667ZM1.30005 8.0667C1.30005 7.6801 1.61345 7.3667 2.00005 7.3667H14C14.3866 7.3667 14.7 7.6801 14.7 8.0667C14.7 8.4533 14.3866 8.7667 14 8.7667H2.00005C1.61345 8.7667 1.30005 8.4533 1.30005 8.0667ZM1.30005 12C1.30005 11.6134 1.61345 11.3 2.00005 11.3H10.0667C10.4533 11.3 10.7667 11.6134 10.7667 12C10.7667 12.3866 10.4533 12.7 10.0667 12.7H2.00005C1.61345 12.7 1.30005 12.3866 1.30005 12Z", fill: "currentColor", }), }), - By = (e) => - kt("svg", { + Sy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 4.00005C1.30005 3.61345 1.61345 3.30005 2.00005 3.30005H11.3334C11.72 3.30005 12.0334 3.61345 12.0334 4.00005C12.0334 4.38665 11.72 4.70005 11.3334 4.70005H2.00005C1.61345 4.70005 1.30005 4.38665 1.30005 4.00005ZM2.00005 7.30005C2.38665 7.30005 2.70005 7.61345 2.70005 8.00005V12C2.70005 12.3866 2.38665 12.7 2.00005 12.7C1.61345 12.7 1.30005 12.3866 1.30005 12V8.00005C1.30005 7.61345 1.61345 7.30005 2.00005 7.30005ZM4.63338 8.00005C4.63338 7.61345 4.94678 7.30005 5.33338 7.30005H14C14.3866 7.30005 14.7 7.61345 14.7 8.00005C14.7 8.38665 14.3866 8.70005 14 8.70005H5.33338C4.94678 8.70005 4.63338 8.38665 4.63338 8.00005ZM4.63338 12C4.63338 11.6134 4.94678 11.3 5.33338 11.3H14C14.3866 11.3 14.7 11.6134 14.7 12C14.7 12.3866 14.3866 12.7 14 12.7H5.33338C4.94678 12.7 4.63338 12.3866 4.63338 12Z", fill: "currentColor", }), }), - Dy = (e) => - kt("svg", { + Ny = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 4.00005C1.30005 3.61345 1.61345 3.30005 2.00005 3.30005H14C14.3866 3.30005 14.7 3.61345 14.7 4.00005C14.7 4.38665 14.3866 4.70005 14 4.70005H2.00005C1.61345 4.70005 1.30005 4.38665 1.30005 4.00005ZM1.30005 8.00005C1.30005 7.61345 1.61345 7.30005 2.00005 7.30005H6.66672C7.05331 7.30005 7.36672 7.61345 7.36672 8.00005C7.36672 8.38665 7.05331 8.70005 6.66672 8.70005H2.00005C1.61345 8.70005 1.30005 8.38665 1.30005 8.00005ZM11.3334 8.70005C10.6154 8.70005 10.0334 9.28208 10.0334 10C10.0334 10.718 10.6154 11.3 11.3334 11.3C11.6436 11.3 11.9285 11.1914 12.1519 11.01C12.1768 10.973 12.2057 10.9378 12.2384 10.9051C12.2712 10.8723 12.3063 10.8435 12.3434 10.8186C12.5247 10.5951 12.6334 10.3103 12.6334 10C12.6334 9.28208 12.0514 8.70005 11.3334 8.70005ZM13.6726 11.3493C13.9021 10.9523 14.0334 10.4915 14.0334 10C14.0334 8.50888 12.8246 7.30005 11.3334 7.30005C9.84221 7.30005 8.63338 8.50888 8.63338 10C8.63338 11.4912 9.84221 12.7 11.3334 12.7C11.8249 12.7 12.2857 12.5687 12.6826 12.3393L13.5051 13.1617C13.7784 13.4351 14.2217 13.4351 14.495 13.1617C14.7684 12.8883 14.7684 12.4451 14.495 12.1717L13.6726 11.3493ZM1.30005 12C1.30005 11.6134 1.61345 11.3 2.00005 11.3H6.66672C7.05331 11.3 7.36672 11.6134 7.36672 12C7.36672 12.3866 7.05331 12.7 6.66672 12.7H2.00005C1.61345 12.7 1.30005 12.3866 1.30005 12Z", fill: "currentColor", }), }), - Py = (e) => - kt("svg", { + xy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.8956 1.8956C2.27692 1.51427 2.79411 1.30005 3.33338 1.30005C3.71998 1.30005 4.03338 1.61345 4.03338 2.00005C4.03338 2.38665 3.71998 2.70005 3.33338 2.70005C3.16541 2.70005 3.00432 2.76677 2.88555 2.88555C2.76677 3.00432 2.70005 3.16541 2.70005 3.33338C2.70005 3.71998 2.38665 4.03338 2.00005 4.03338C1.61345 4.03338 1.30005 3.71998 1.30005 3.33338C1.30005 2.79411 1.51427 2.27692 1.8956 1.8956ZM5.30005 2.00005C5.30005 1.61345 5.61345 1.30005 6.00005 1.30005H6.66672C7.05331 1.30005 7.36672 1.61345 7.36672 2.00005C7.36672 2.38665 7.05331 2.70005 6.66672 2.70005H6.00005C5.61345 2.70005 5.30005 2.38665 5.30005 2.00005ZM8.63338 2.00005C8.63338 1.61345 8.94678 1.30005 9.33338 1.30005H10C10.3866 1.30005 10.7 1.61345 10.7 2.00005C10.7 2.38665 10.3866 2.70005 10 2.70005H9.33338C8.94678 2.70005 8.63338 2.38665 8.63338 2.00005ZM11.9667 2.00005C11.9667 1.61345 12.2801 1.30005 12.6667 1.30005C13.206 1.30005 13.7232 1.51427 14.1045 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338C14.7 3.71998 14.3866 4.03338 14 4.03338C13.6135 4.03338 13.3 3.71998 13.3 3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9958 2.76677 12.8347 2.70005 12.6667 2.70005C12.2801 2.70005 11.9667 2.38665 11.9667 2.00005ZM3.96672 5.33338C3.96672 4.94678 4.28012 4.63338 4.66672 4.63338H10C10.3866 4.63338 10.7 4.94678 10.7 5.33338C10.7 5.71998 10.3866 6.03338 10 6.03338H4.66672C4.28012 6.03338 3.96672 5.71998 3.96672 5.33338ZM2.00005 5.30005C2.38665 5.30005 2.70005 5.61345 2.70005 6.00005V6.66672C2.70005 7.05331 2.38665 7.36672 2.00005 7.36672C1.61345 7.36672 1.30005 7.05331 1.30005 6.66672V6.00005C1.30005 5.61345 1.61345 5.30005 2.00005 5.30005ZM14 5.30005C14.3866 5.30005 14.7 5.61345 14.7 6.00005V6.66672C14.7 7.05331 14.3866 7.36672 14 7.36672C13.6135 7.36672 13.3 7.05331 13.3 6.66672V6.00005C13.3 5.61345 13.6135 5.30005 14 5.30005ZM3.96672 8.00005C3.96672 7.61345 4.28012 7.30005 4.66672 7.30005H11.3334C11.72 7.30005 12.0334 7.61345 12.0334 8.00005C12.0334 8.38665 11.72 8.70005 11.3334 8.70005H4.66672C4.28012 8.70005 3.96672 8.38665 3.96672 8.00005ZM2.00005 8.63338C2.38665 8.63338 2.70005 8.94678 2.70005 9.33338V10C2.70005 10.3866 2.38665 10.7 2.00005 10.7C1.61345 10.7 1.30005 10.3866 1.30005 10V9.33338C1.30005 8.94678 1.61345 8.63338 2.00005 8.63338ZM14 8.63338C14.3866 8.63338 14.7 8.94678 14.7 9.33338V10C14.7 10.3866 14.3866 10.7 14 10.7C13.6135 10.7 13.3 10.3866 13.3 10V9.33338C13.3 8.94678 13.6135 8.63338 14 8.63338ZM3.96672 10.6667C3.96672 10.2801 4.28012 9.96672 4.66672 9.96672H8.66672C9.05331 9.96672 9.36672 10.2801 9.36672 10.6667C9.36672 11.0533 9.05331 11.3667 8.66672 11.3667H4.66672C4.28012 11.3667 3.96672 11.0533 3.96672 10.6667ZM2.00005 11.9667C2.38665 11.9667 2.70005 12.2801 2.70005 12.6667C2.70005 12.8347 2.76677 12.9958 2.88555 13.1145C3.00432 13.2333 3.16541 13.3 3.33338 13.3C3.71998 13.3 4.03338 13.6135 4.03338 14C4.03338 14.3866 3.71998 14.7 3.33338 14.7C2.79411 14.7 2.27692 14.4858 1.8956 14.1045C1.51427 13.7232 1.30005 13.206 1.30005 12.6667C1.30005 12.2801 1.61345 11.9667 2.00005 11.9667ZM14 11.9667C14.3866 11.9667 14.7 12.2801 14.7 12.6667C14.7 13.206 14.4858 13.7232 14.1045 14.1045C13.7232 14.4858 13.206 14.7 12.6667 14.7C12.2801 14.7 11.9667 14.3866 11.9667 14C11.9667 13.6135 12.2801 13.3 12.6667 13.3C12.8347 13.3 12.9958 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667C13.3 12.2801 13.6135 11.9667 14 11.9667ZM5.30005 14C5.30005 13.6135 5.61345 13.3 6.00005 13.3H6.66672C7.05331 13.3 7.36672 13.6135 7.36672 14C7.36672 14.3866 7.05331 14.7 6.66672 14.7H6.00005C5.61345 14.7 5.30005 14.3866 5.30005 14ZM8.63338 14C8.63338 13.6135 8.94678 13.3 9.33338 13.3H10C10.3866 13.3 10.7 13.6135 10.7 14C10.7 14.3866 10.3866 14.7 10 14.7H9.33338C8.94678 14.7 8.63338 14.3866 8.63338 14Z", fill: "currentColor", }), }), - Fy = (e) => - kt("svg", { + _y = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.3333 0.633301C3.7199 0.633301 4.0333 0.946701 4.0333 1.3333C4.0333 3.14311 3.48997 4.59124 2.94783 5.58516C2.92711 5.62314 2.9064 5.66046 2.8857 5.69714C4.67588 5.0547 5.96663 3.33632 5.96663 1.3333C5.96663 0.946701 6.28003 0.633301 6.66663 0.633301C7.05323 0.633301 7.36663 0.946701 7.36663 1.3333C7.36663 4.21732 5.31901 6.64362 2.60491 7.23106C2.60585 7.23271 2.6068 7.23435 2.60774 7.236C2.9815 7.89008 3.36663 8.84332 3.36663 9.99997C3.36663 10.3866 3.05323 10.7 2.66663 10.7C2.28003 10.7 1.96663 10.3866 1.96663 9.99997C1.96663 9.15661 1.6851 8.44318 1.3922 7.9306C1.24658 7.67576 1.10149 7.47658 0.995026 7.3435C0.941966 7.27718 0.899017 7.22792 0.871121 7.19703C0.857189 7.18161 0.847066 7.17083 0.841378 7.16485L0.836372 7.15965L0.837114 7.16039L0.837978 7.16126C0.837418 7.1607 0.836931 7.16021 0.836372 7.15965C0.565165 6.88625 0.565636 6.44478 0.837931 6.17205C0.837926 6.17206 0.837937 6.17205 0.837931 6.17205M0.837931 6.17205L0.837074 6.17291C0.836949 6.17304 0.837138 6.17287 0.837931 6.17205L0.847595 6.16194C0.857749 6.15122 0.874627 6.1331 0.897279 6.10775C0.942611 6.05703 1.01088 5.97754 1.09455 5.87063C1.26213 5.6565 1.48991 5.33436 1.71877 4.91477C2.17663 4.07536 2.6333 2.85682 2.6333 1.3333C2.6333 0.946701 2.9467 0.633301 3.3333 0.633301M9.3333 0.633301C9.7199 0.633301 10.0333 0.946701 10.0333 1.3333C10.0333 3.33632 11.324 5.0547 13.1142 5.69714C13.0935 5.66046 13.0728 5.62314 13.0521 5.58516C12.51 4.59124 11.9666 3.14311 11.9666 1.3333C11.9666 0.946701 12.28 0.633301 12.6666 0.633301C13.0532 0.633301 13.3666 0.946701 13.3666 1.3333C13.3666 2.85682 13.8233 4.07536 14.2812 4.91477C14.51 5.33436 14.7378 5.6565 14.9054 5.87063C14.9891 5.97754 15.0573 6.05703 15.1027 6.10775C15.1253 6.1331 15.1422 6.15122 15.1523 6.16194L15.1623 6.17238C15.4346 6.4451 15.4348 6.88618 15.1636 7.15958C15.1632 7.15998 15.1628 7.16037 15.1625 7.16076C15.1623 7.16093 15.1626 7.1606 15.1625 7.16076C15.1628 7.16037 15.1632 7.15998 15.1636 7.15958L15.1586 7.16485C15.1529 7.17083 15.1427 7.18161 15.1288 7.19703C15.1009 7.22792 15.058 7.27718 15.0049 7.3435C14.8984 7.47658 14.7534 7.67576 14.6077 7.9306C14.3148 8.44318 14.0333 9.15661 14.0333 9.99997C14.0333 10.3866 13.7199 10.7 13.3333 10.7C12.9467 10.7 12.6333 10.3866 12.6333 9.99997C12.6333 8.84332 13.0184 7.89008 13.3922 7.236C13.3931 7.23435 13.3941 7.23271 13.395 7.23106C10.6809 6.64362 8.6333 4.21732 8.6333 1.3333C8.6333 0.946701 8.9467 0.633301 9.3333 0.633301ZM14.6666 6.66663C15.1616 6.17166 15.1621 6.17219 15.1623 6.17238C15.1622 6.17225 15.1617 6.17179 15.1616 6.17166L14.6666 6.66663ZM4.6333 9.99997C4.6333 9.61337 4.9467 9.29997 5.3333 9.29997H10.6666C11.0532 9.29997 11.3666 9.61337 11.3666 9.99997C11.3666 10.3866 11.0532 10.7 10.6666 10.7H5.3333C4.9467 10.7 4.6333 10.3866 4.6333 9.99997ZM15.1623 6.17238L15.1634 6.17346C15.1635 6.17359 15.1631 6.17319 15.1623 6.17238ZM2.66663 13.3666C2.49866 13.3666 2.33757 13.4334 2.2188 13.5521C2.10003 13.6709 2.0333 13.832 2.0333 14V14.6666C2.0333 15.0532 1.7199 15.3666 1.3333 15.3666C0.946701 15.3666 0.633301 15.0532 0.633301 14.6666V14C0.633301 13.4607 0.847526 12.9435 1.22885 12.5622C1.61017 12.1809 2.12736 11.9666 2.66663 11.9666H5.3333C5.87257 11.9666 6.38976 12.1809 6.77108 12.5622C7.15241 12.9435 7.36663 13.4607 7.36663 14V14.6666C7.36663 15.0532 7.05323 15.3666 6.66663 15.3666C6.28003 15.3666 5.96663 15.0532 5.96663 14.6666V14C5.96663 13.832 5.89991 13.6709 5.78113 13.5521C5.66236 13.4334 5.50127 13.3666 5.3333 13.3666H2.66663ZM10.6666 13.3666C10.4987 13.3666 10.3376 13.4334 10.2188 13.5521C10.1 13.6709 10.0333 13.832 10.0333 14V14.6666C10.0333 15.0532 9.7199 15.3666 9.3333 15.3666C8.9467 15.3666 8.6333 15.0532 8.6333 14.6666V14C8.6333 13.4607 8.84753 12.9435 9.22885 12.5622C9.61017 12.1809 10.1274 11.9666 10.6666 11.9666H13.3333C13.8726 11.9666 14.3898 12.1809 14.7711 12.5622C15.1524 12.9435 15.3666 13.4607 15.3666 14V14.6666C15.3666 15.0532 15.0532 15.3666 14.6666 15.3666C14.28 15.3666 13.9666 15.0532 13.9666 14.6666V14C13.9666 13.832 13.8999 13.6709 13.7811 13.5521C13.6624 13.4334 13.5013 13.3666 13.3333 13.3666H10.6666Z", fill: "currentColor", }), }), - Uy = (e) => - kt("svg", { + Ay = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.0333C7.832 2.0333 7.67091 2.10003 7.55213 2.2188C7.43336 2.33757 7.36664 2.49866 7.36664 2.66663V9.6933C7.36664 9.94339 7.23322 10.1745 7.01664 10.2995C6.64171 10.516 6.34868 10.8501 6.18301 11.2501C6.01733 11.6501 5.98826 12.0935 6.10031 12.5117C6.21237 12.9299 6.45927 13.2994 6.80274 13.563C7.1462 13.8265 7.56704 13.9694 7.99997 13.9694C8.4329 13.9694 8.85373 13.8265 9.1972 13.563C9.54067 13.2994 9.78757 12.9299 9.89962 12.5117C10.0117 12.0935 9.98261 11.6501 9.81693 11.2501C9.65126 10.8501 9.35823 10.516 8.9833 10.2995C8.76672 10.1745 8.6333 9.94339 8.6333 9.6933V2.66663C8.6333 2.49866 8.56658 2.33757 8.4478 2.2188C8.32903 2.10003 8.16794 2.0333 7.99997 2.0333ZM6.56219 1.22885C6.94351 0.847526 7.4607 0.633301 7.99997 0.633301C8.53924 0.633301 9.05643 0.847526 9.43775 1.22885C9.81908 1.61017 10.0333 2.12736 10.0333 2.66663V9.31941C10.5078 9.67898 10.8806 10.1597 11.1104 10.7143C11.394 11.399 11.4437 12.1582 11.2519 12.8741C11.0601 13.5899 10.6374 14.2225 10.0495 14.6737C9.4615 15.1248 8.74109 15.3694 7.99997 15.3694C7.25885 15.3694 6.53844 15.1248 5.95047 14.6737C5.3625 14.2225 4.93983 13.5899 4.74802 12.8741C4.5562 12.1582 4.60596 11.399 4.88957 10.7143C5.11932 10.1597 5.49213 9.67898 5.96664 9.31942V2.66663C5.96664 2.12736 6.18086 1.61017 6.56219 1.22885Z", fill: "currentColor", }), }), - zy = (e) => - kt("svg", { + Zy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.0333C11.832 2.0333 11.6709 2.10003 11.5521 2.2188C11.4334 2.33757 11.3666 2.49866 11.3666 2.66663V9.6933C11.3666 9.94339 11.2332 10.1745 11.0166 10.2995C10.6417 10.516 10.3487 10.8501 10.183 11.2501C10.0173 11.6501 9.98826 12.0935 10.1003 12.5117C10.2124 12.9299 10.4593 13.2994 10.8027 13.563C11.1462 13.8265 11.567 13.9694 12 13.9694C12.4329 13.9694 12.8537 13.8265 13.1972 13.563C13.5407 13.2994 13.7876 12.9299 13.8996 12.5117C14.0117 12.0935 13.9826 11.6501 13.8169 11.2501C13.6513 10.8501 13.3582 10.516 12.9833 10.2995C12.7667 10.1745 12.6333 9.94339 12.6333 9.6933V2.66663C12.6333 2.49866 12.5666 2.33757 12.4478 2.2188C12.329 2.10003 12.1679 2.0333 12 2.0333ZM10.5622 1.22885C10.9435 0.847526 11.4607 0.633301 12 0.633301C12.5392 0.633301 13.0564 0.847526 13.4378 1.22885C13.8191 1.61017 14.0333 2.12736 14.0333 2.66663V9.31942C14.5078 9.67898 14.8806 10.1597 15.1104 10.7143C15.394 11.399 15.4437 12.1582 15.2519 12.8741C15.0601 13.5899 14.6374 14.2225 14.0495 14.6737C13.4615 15.1248 12.7411 15.3694 12 15.3694C11.2588 15.3694 10.5384 15.1248 9.95047 14.6737C9.3625 14.2225 8.93983 13.5899 8.74802 12.8741C8.5562 12.1582 8.60596 11.399 8.88957 10.7143C9.11932 10.1597 9.49213 9.67898 9.96663 9.31942V2.66663C9.96663 2.12736 10.1809 1.61017 10.5622 1.22885ZM5.99997 1.96663C6.38657 1.96663 6.69997 2.28003 6.69997 2.66663V4.31002L7.50499 3.50499C7.77836 3.23163 8.22158 3.23163 8.49494 3.50499C8.76831 3.77836 8.76831 4.22158 8.49494 4.49494L6.69997 6.28992V7.29997H7.99997C8.38657 7.29997 8.69997 7.61337 8.69997 7.99997C8.69997 8.38657 8.38657 8.69997 7.99997 8.69997H6.69997V9.71002L7.49494 10.505C7.76831 10.7784 7.76831 11.2216 7.49494 11.4949C7.27993 11.71 6.95984 11.7559 6.69997 11.6326V13.3333C6.69997 13.7199 6.38657 14.0333 5.99997 14.0333C5.61337 14.0333 5.29997 13.7199 5.29997 13.3333V11.6899L4.49494 12.4949C4.22158 12.7683 3.77836 12.7683 3.50499 12.4949C3.23163 12.2216 3.23163 11.7784 3.50499 11.505L5.29997 9.71002V8.69997H4.28992L2.49494 10.4949C2.22158 10.7683 1.77836 10.7683 1.50499 10.4949C1.23163 10.2216 1.23163 9.77836 1.50499 9.50499L2.31002 8.69997H1.3333C0.946701 8.69997 0.633301 8.38657 0.633301 7.99997C0.633301 7.61337 0.946701 7.29997 1.3333 7.29997H2.31002L1.50499 6.49494C1.23163 6.22158 1.23163 5.77836 1.50499 5.50499C1.77836 5.23163 2.22158 5.23163 2.49494 5.50499L4.28992 7.29997H5.29997V6.28992L3.50499 4.49494C3.23163 4.22158 3.23163 3.77836 3.50499 3.50499C3.77836 3.23163 4.22158 3.23163 4.49494 3.50499L5.29997 4.31002V2.66663C5.29997 2.28003 5.61337 1.96663 5.99997 1.96663Z", fill: "currentColor", }), }), - Gy = (e) => - kt("svg", { + Iy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.0333C11.832 2.0333 11.6709 2.10003 11.5521 2.2188C11.4334 2.33757 11.3666 2.49866 11.3666 2.66663V9.6933C11.3666 9.94339 11.2332 10.1745 11.0166 10.2995C10.6417 10.516 10.3487 10.8501 10.183 11.2501C10.0173 11.6501 9.98826 12.0935 10.1003 12.5117C10.2124 12.9299 10.4593 13.2994 10.8027 13.563C11.1462 13.8265 11.567 13.9694 12 13.9694C12.4329 13.9694 12.8537 13.8265 13.1972 13.563C13.5407 13.2994 13.7876 12.9299 13.8996 12.5117C14.0117 12.0935 13.9826 11.6501 13.8169 11.2501C13.6513 10.8501 13.3582 10.516 12.9833 10.2995C12.7667 10.1745 12.6333 9.94339 12.6333 9.6933V2.66663C12.6333 2.49866 12.5666 2.33757 12.4478 2.2188C12.329 2.10003 12.1679 2.0333 12 2.0333ZM10.5622 1.22885C10.9435 0.847526 11.4607 0.633301 12 0.633301C12.5392 0.633301 13.0564 0.847526 13.4378 1.22885C13.8191 1.61017 14.0333 2.12736 14.0333 2.66663V9.31942C14.5078 9.67898 14.8806 10.1597 15.1104 10.7143C15.394 11.399 15.4437 12.1582 15.2519 12.8741C15.0601 13.5899 14.6374 14.2225 14.0495 14.6737C13.4615 15.1248 12.7411 15.3694 12 15.3694C11.2588 15.3694 10.5384 15.1248 9.95047 14.6737C9.3625 14.2225 8.93983 13.5899 8.74802 12.8741C8.5562 12.1582 8.60596 11.399 8.88957 10.7143C9.11932 10.1597 9.49213 9.67898 9.96663 9.31942V2.66663C9.96663 2.12736 10.1809 1.61017 10.5622 1.22885ZM7.99997 1.29997C8.38657 1.29997 8.69997 1.61337 8.69997 1.99997V3.3333C8.69997 3.7199 8.38657 4.0333 7.99997 4.0333C7.61337 4.0333 7.29997 3.7199 7.29997 3.3333V1.99997C7.29997 1.61337 7.61337 1.29997 7.99997 1.29997ZM2.79166 3.45833C3.06503 3.18496 3.50824 3.18496 3.78161 3.45833L4.72161 4.39833C4.99498 4.67169 4.99498 5.11491 4.72161 5.38828C4.44824 5.66164 4.00503 5.66164 3.73166 5.38828L2.79166 4.44828C2.51829 4.17491 2.51829 3.73169 2.79166 3.45833ZM5.92748 5.98012C6.52676 5.52734 7.26024 5.28796 8.01125 5.30006C8.39779 5.30629 8.70611 5.6247 8.69988 6.01125C8.69365 6.39779 8.37524 6.70611 7.98869 6.69988C7.54998 6.69281 7.12152 6.83264 6.77144 7.09714C6.42137 7.36164 6.16979 7.73561 6.05674 8.15955C5.94369 8.5835 5.97565 9.03307 6.14754 9.43676C6.31943 9.84045 6.62138 10.1751 7.00536 10.3874C7.34368 10.5744 7.4663 11.0004 7.27922 11.3387C7.09215 11.677 6.66624 11.7996 6.32791 11.6126C5.6706 11.2491 5.15371 10.6763 4.85945 9.98524C4.5652 9.29417 4.51048 8.52456 4.70401 7.79882C4.89754 7.07308 5.3282 6.43291 5.92748 5.98012ZM0.633301 8.66663C0.633301 8.28004 0.946701 7.96663 1.3333 7.96663H2.66663C3.05323 7.96663 3.36663 8.28004 3.36663 8.66663C3.36663 9.05323 3.05323 9.36663 2.66663 9.36663H1.3333C0.946701 9.36663 0.633301 9.05323 0.633301 8.66663ZM4.89494 11.7717C5.16831 12.045 5.16831 12.4882 4.89494 12.7616L3.96161 13.6949C3.68824 13.9683 3.24503 13.9683 2.97166 13.6949C2.69829 13.4216 2.69829 12.9784 2.97166 12.705L3.90499 11.7717C4.17836 11.4983 4.62158 11.4983 4.89494 11.7717Z", fill: "currentColor", }), }), - $y = (e) => - kt("svg", { + ky = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.33335 2.0333C4.19631 2.0333 4.06297 2.07775 3.95335 2.15997C3.84379 2.24213 3.76382 2.3576 3.72542 2.48904M3.72542 2.48904L2.17209 7.82238C2.14456 7.91676 2.13931 8.01652 2.15689 8.11326C2.17448 8.21 2.21435 8.30131 2.27335 8.37997C2.33234 8.45862 2.40884 8.52247 2.49678 8.56644C2.58472 8.61041 2.68169 8.6333 2.78001 8.6333H6.66668C6.88139 8.6333 7.08423 8.73184 7.21694 8.90062C7.34966 9.0694 7.39757 9.28976 7.34693 9.49841L6.68026 12.2451L6.67961 12.2478C6.62953 12.4506 6.62593 12.6621 6.66909 12.8666C6.71225 13.071 6.80105 13.263 6.92885 13.4283C7.05665 13.5936 7.22015 13.7279 7.40714 13.8211C7.46985 13.8524 7.53466 13.8788 7.60098 13.9001L9.67314 9.7618C9.67335 9.76138 9.67356 9.76096 9.67377 9.76054C9.84212 9.42233 10.1014 9.1377 10.4225 8.93858C10.4907 8.89629 10.5611 8.85821 10.6333 8.82445V2.0333H4.33335M4.33335 0.633301C3.89339 0.633301 3.46531 0.775996 3.11335 1.03997C2.76138 1.30394 2.50453 1.67495 2.38135 2.0973L0.828012 7.43063C0.827987 7.43072 0.828037 7.43055 0.828012 7.43063C0.739692 7.73359 0.723025 8.05322 0.779477 8.3637C0.835945 8.67427 0.963947 8.96743 1.15335 9.21997C1.34274 9.4725 1.58834 9.67747 1.87068 9.81864C2.15302 9.95981 2.46435 10.0333 2.78001 10.0333H5.77645L5.32042 11.9122C5.3203 11.9127 5.32018 11.9132 5.32006 11.9136C5.21976 12.3208 5.21265 12.7454 5.29929 13.1558C5.38602 13.5666 5.56447 13.9525 5.8213 14.2847C6.07814 14.6168 6.40671 14.8867 6.78248 15.074C7.15825 15.2614 7.5715 15.3614 7.99134 15.3666C8.25944 15.3699 8.50588 15.2198 8.62593 14.98L10.9259 10.3867L10.9269 10.3848C10.9793 10.2793 11.0601 10.1905 11.1603 10.1284C11.2604 10.0663 11.3759 10.0334 11.4937 10.0333H13.3333C13.8726 10.0333 14.3898 9.81907 14.7711 9.43775C15.1525 9.05643 15.3667 8.53924 15.3667 7.99997V2.66663C15.3667 2.12736 15.1525 1.61017 14.7711 1.22885C14.3898 0.847526 13.8726 0.633301 13.3333 0.633301H4.33335ZM12.0333 2.0333V8.6333H13.3333C13.5013 8.6333 13.6624 8.56657 13.7812 8.4478C13.9 8.32903 13.9667 8.16794 13.9667 7.99997V2.66663C13.9667 2.49866 13.9 2.33757 13.7812 2.2188C13.6624 2.10003 13.5013 2.0333 13.3333 2.0333H12.0333Z", fill: "currentColor", }), }), - Wy = (e) => - kt("svg", { + Oy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.37405 1.01989C7.4941 0.780145 7.74054 0.630035 8.00864 0.633355C8.42848 0.638554 8.84173 0.738562 9.2175 0.925907C9.59327 1.11325 9.92184 1.38309 10.1787 1.71526C10.4355 2.04743 10.614 2.43335 10.7007 2.84417C10.7873 3.25451 10.7802 3.67911 10.6799 4.08631C10.6798 4.08679 10.6797 4.08727 10.6796 4.08775L10.2235 5.96663H13.22C13.5356 5.96663 13.847 6.04013 14.1293 6.1813C14.4116 6.32247 14.6572 6.52743 14.8466 6.77997C15.036 7.0325 15.164 7.32566 15.2205 7.63623C15.277 7.94672 15.2604 8.26608 15.172 8.56904L13.6187 13.9024C13.4955 14.3247 13.2386 14.696 12.8866 14.96C12.5347 15.2239 12.1066 15.3666 11.6666 15.3666H2.66663C2.12736 15.3666 1.61017 15.1524 1.22885 14.7711C0.847526 14.3898 0.633301 13.8726 0.633301 13.3333V7.99997C0.633301 7.46069 0.847526 6.94351 1.22885 6.56218C1.61017 6.18086 2.12736 5.96663 2.66663 5.96663H4.50626C4.62409 5.96657 4.73956 5.93364 4.8397 5.87155C4.93984 5.80945 5.02066 5.72065 5.0731 5.61513L5.07405 5.61322L7.37405 1.01989ZM3.96663 7.36663H2.66663C2.49866 7.36663 2.33757 7.43336 2.2188 7.55213C2.10003 7.67091 2.0333 7.832 2.0333 7.99997V13.3333C2.0333 13.5013 2.10003 13.6624 2.2188 13.7811C2.33757 13.8999 2.49866 13.9666 2.66663 13.9666H3.96663V7.36663ZM5.36663 13.9666H11.6666C11.8037 13.9666 11.937 13.9222 12.0466 13.84C12.1562 13.7578 12.2362 13.6423 12.2746 13.5109L13.8279 8.17756C13.8554 8.08317 13.8607 7.98341 13.8431 7.88667C13.8255 7.78994 13.7856 7.69862 13.7266 7.61997C13.6676 7.54131 13.5911 7.47747 13.5032 7.4335C13.4153 7.38953 13.3183 7.36663 13.22 7.36663H9.3333C9.11859 7.36663 8.91575 7.2681 8.78304 7.09931C8.65032 6.93053 8.60241 6.71018 8.65305 6.50152L9.31972 3.75486L9.32037 3.75218C9.37045 3.54934 9.37405 3.3378 9.33089 3.13337C9.28773 2.92894 9.19893 2.7369 9.07113 2.57161C8.94333 2.40632 8.77983 2.27205 8.59284 2.17882C8.53013 2.14756 8.46532 2.12118 8.399 2.09983L6.32684 6.23813C6.32667 6.23847 6.3265 6.23881 6.32633 6.23915C6.15798 6.57747 5.89868 6.86219 5.57751 7.06135C5.5093 7.10365 5.43888 7.14173 5.36663 7.17548V13.9666Z", fill: "currentColor", }), }), - jy = (e) => - kt("svg", { + By = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 3.22885C1.61017 2.84753 2.12736 2.6333 2.66663 2.6333H13.3333C13.8726 2.6333 14.3898 2.84753 14.7711 3.22885C15.1524 3.61017 15.3666 4.12736 15.3666 4.66663V5.99997C15.3666 6.38657 15.0532 6.69997 14.6666 6.69997C14.3219 6.69997 13.9912 6.83693 13.7474 7.08073C13.5036 7.32452 13.3666 7.65519 13.3666 7.99997C13.3666 8.34475 13.5036 8.67541 13.7474 8.91921C13.9912 9.163 14.3219 9.29997 14.6666 9.29997C15.0532 9.29997 15.3666 9.61337 15.3666 9.99997V11.3333C15.3666 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3666 13.3333 13.3666H2.66663C2.12736 13.3666 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V9.99997C0.633301 9.61337 0.946701 9.29997 1.3333 9.29997C1.67808 9.29997 2.00874 9.163 2.25254 8.91921C2.49634 8.67541 2.6333 8.34475 2.6333 7.99997C2.6333 7.65519 2.49634 7.32452 2.25254 7.08073C2.00874 6.83693 1.67808 6.69997 1.3333 6.69997C0.946701 6.69997 0.633301 6.38657 0.633301 5.99997V4.66663C0.633301 4.12736 0.847526 3.61017 1.22885 3.22885ZM2.66663 4.0333C2.49866 4.0333 2.33757 4.10003 2.2188 4.2188C2.10003 4.33757 2.0333 4.49866 2.0333 4.66663V5.39228C2.48674 5.51401 2.90475 5.75304 3.24249 6.09078C3.74884 6.59713 4.0333 7.28388 4.0333 7.99997C4.0333 8.71605 3.74884 9.40281 3.24249 9.90916C2.90475 10.2469 2.48674 10.4859 2.0333 10.6077V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7811C2.33757 11.8999 2.49866 11.9666 2.66663 11.9666H13.3333C13.5013 11.9666 13.6624 11.8999 13.7811 11.7811C13.8999 11.6624 13.9666 11.5013 13.9666 11.3333V10.6077C13.5132 10.4859 13.0952 10.2469 12.7574 9.90916C12.2511 9.40281 11.9666 8.71605 11.9666 7.99997C11.9666 7.28388 12.2511 6.59713 12.7574 6.09078C13.0952 5.75304 13.5132 5.51401 13.9666 5.39228V4.66663C13.9666 4.49866 13.8999 4.33757 13.7811 4.2188C13.6624 4.10003 13.5013 4.0333 13.3333 4.0333H2.66663ZM10.4949 6.17166C10.7683 6.44503 10.7683 6.88824 10.4949 7.16161L7.82828 9.82828C7.55491 10.1016 7.11169 10.1016 6.83833 9.82828L5.50499 8.49494C5.23163 8.22157 5.23163 7.77836 5.50499 7.50499C5.77836 7.23163 6.22157 7.23163 6.49494 7.50499L7.3333 8.34335L9.50499 6.17166C9.77836 5.89829 10.2216 5.89829 10.4949 6.17166Z", fill: "currentColor", }), }), - qy = (e) => - kt("svg", { + Dy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22888 3.22885C1.61021 2.84753 2.1274 2.6333 2.66667 2.6333H13.3333C13.8726 2.6333 14.3898 2.84753 14.7711 3.22885C15.1524 3.61017 15.3667 4.12736 15.3667 4.66663V5.99997C15.3667 6.38657 15.0533 6.69997 14.6667 6.69997C14.3219 6.69997 13.9912 6.83693 13.7474 7.08073C13.5036 7.32452 13.3667 7.65519 13.3667 7.99997C13.3667 8.34475 13.5036 8.67541 13.7474 8.91921C13.9912 9.163 14.3219 9.29997 14.6667 9.29997C15.0533 9.29997 15.3667 9.61337 15.3667 9.99997V11.3333C15.3667 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3666 13.3333 13.3666H2.66667C2.12739 13.3666 1.61021 13.1524 1.22888 12.7711C0.847561 12.3898 0.633335 11.8726 0.633335 11.3333V9.99997C0.633335 9.61337 0.946736 9.29997 1.33334 9.29997C1.67812 9.29997 2.00878 9.163 2.25257 8.91921C2.49637 8.67541 2.63334 8.34475 2.63334 7.99997C2.63334 7.65519 2.49637 7.32452 2.25257 7.08073C2.00878 6.83693 1.67812 6.69997 1.33334 6.69997C0.946736 6.69997 0.633335 6.38657 0.633335 5.99997V4.66663C0.633335 4.12736 0.847561 3.61017 1.22888 3.22885ZM9.36667 11.9666V11.3333C9.36667 10.9467 9.05327 10.6333 8.66667 10.6333C8.28007 10.6333 7.96667 10.9467 7.96667 11.3333V11.9666H2.66667C2.4987 11.9666 2.33761 11.8999 2.21883 11.7811C2.10006 11.6624 2.03334 11.5013 2.03334 11.3333V10.6077C2.48677 10.4859 2.90478 10.2469 3.24252 9.90916C3.74887 9.40281 4.03333 8.71605 4.03333 7.99997C4.03333 7.28388 3.74887 6.59713 3.24252 6.09078C2.90478 5.75304 2.48677 5.51401 2.03334 5.39228V4.66663C2.03334 4.49866 2.10006 4.33757 2.21883 4.2188C2.33761 4.10003 2.4987 4.0333 2.66667 4.0333H7.96667V4.66663C7.96667 5.05323 8.28007 5.36663 8.66667 5.36663C9.05327 5.36663 9.36667 5.05323 9.36667 4.66663V4.0333H13.3333C13.5013 4.0333 13.6624 4.10003 13.7812 4.2188C13.8999 4.33757 13.9667 4.49866 13.9667 4.66663V5.39228C13.5132 5.51401 13.0952 5.75304 12.7575 6.09078C12.2511 6.59713 11.9667 7.28388 11.9667 7.99997C11.9667 8.71605 12.2511 9.40281 12.7575 9.90916C13.0952 10.2469 13.5132 10.4859 13.9667 10.6077V11.3333C13.9667 11.5013 13.8999 11.6624 13.7812 11.7811C13.6624 11.8999 13.5013 11.9666 13.3333 11.9666H9.36667ZM8.66667 6.6333C9.05327 6.6333 9.36667 6.9467 9.36667 7.3333V8.66663C9.36667 9.05323 9.05327 9.36663 8.66667 9.36663C8.28007 9.36663 7.96667 9.05323 7.96667 8.66663V7.3333C7.96667 6.9467 8.28007 6.6333 8.66667 6.6333Z", fill: "currentColor", }), }), - Yy = (e) => - kt("svg", { + Py = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 3.22885C1.61017 2.84753 2.12736 2.6333 2.66663 2.6333H13.3333C13.8726 2.6333 14.3898 2.84753 14.7711 3.22885C15.1524 3.61017 15.3666 4.12736 15.3666 4.66663V5.99997C15.3666 6.38657 15.0532 6.69997 14.6666 6.69997C14.3219 6.69997 13.9912 6.83693 13.7474 7.08073C13.5036 7.32452 13.3666 7.65519 13.3666 7.99997C13.3666 8.34475 13.5036 8.67541 13.7474 8.91921C13.9912 9.163 14.3219 9.29997 14.6666 9.29997C15.0532 9.29997 15.3666 9.61337 15.3666 9.99997V11.3333C15.3666 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3666 13.3333 13.3666H2.66663C2.12736 13.3666 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V9.99997C0.633301 9.61337 0.946701 9.29997 1.3333 9.29997C1.67808 9.29997 2.00874 9.163 2.25254 8.91921C2.49634 8.67541 2.6333 8.34475 2.6333 7.99997C2.6333 7.65519 2.49634 7.32452 2.25254 7.08073C2.00874 6.83693 1.67808 6.69997 1.3333 6.69997C0.946701 6.69997 0.633301 6.38657 0.633301 5.99997V4.66663C0.633301 4.12736 0.847526 3.61017 1.22885 3.22885ZM2.66663 4.0333C2.49866 4.0333 2.33757 4.10003 2.2188 4.2188C2.10003 4.33757 2.0333 4.49866 2.0333 4.66663V5.39228C2.48674 5.51401 2.90475 5.75304 3.24249 6.09078C3.74884 6.59713 4.0333 7.28388 4.0333 7.99997C4.0333 8.71605 3.74884 9.40281 3.24249 9.90916C2.90475 10.2469 2.48674 10.4859 2.0333 10.6077V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7811C2.33757 11.8999 2.49866 11.9666 2.66663 11.9666H13.3333C13.5013 11.9666 13.6624 11.8999 13.7811 11.7811C13.8999 11.6624 13.9666 11.5013 13.9666 11.3333V10.6077C13.5132 10.4859 13.0952 10.2469 12.7574 9.90916C12.2511 9.40281 11.9666 8.71605 11.9666 7.99997C11.9666 7.28388 12.2511 6.59713 12.7574 6.09078C13.0952 5.75304 13.5132 5.51401 13.9666 5.39228V4.66663C13.9666 4.49866 13.8999 4.33757 13.7811 4.2188C13.6624 4.10003 13.5013 4.0333 13.3333 4.0333H2.66663ZM5.29997 7.99997C5.29997 7.61337 5.61337 7.29997 5.99997 7.29997H9.99997C10.3866 7.29997 10.7 7.61337 10.7 7.99997C10.7 8.38657 10.3866 8.69997 9.99997 8.69997H5.99997C5.61337 8.69997 5.29997 8.38657 5.29997 7.99997Z", fill: "currentColor", }), }), - Ky = (e) => - kt("svg", { + Fy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 3.22885C1.61017 2.84753 2.12736 2.6333 2.66663 2.6333H13.3333C13.8726 2.6333 14.3898 2.84753 14.7711 3.22885C15.1524 3.61017 15.3666 4.12736 15.3666 4.66663V5.99997C15.3666 6.38657 15.0532 6.69997 14.6666 6.69997C14.3219 6.69997 13.9912 6.83693 13.7474 7.08073C13.5036 7.32452 13.3666 7.65519 13.3666 7.99997C13.3666 8.34475 13.5036 8.67541 13.7474 8.91921C13.9912 9.163 14.3219 9.29997 14.6666 9.29997C15.0532 9.29997 15.3666 9.61337 15.3666 9.99997V11.3333C15.3666 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3666 13.3333 13.3666H2.66663C2.12736 13.3666 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V9.99997C0.633301 9.61337 0.946701 9.29997 1.3333 9.29997C1.67808 9.29997 2.00874 9.163 2.25254 8.91921C2.49634 8.67541 2.6333 8.34475 2.6333 7.99997C2.6333 7.65519 2.49634 7.32452 2.25254 7.08073C2.00874 6.83693 1.67808 6.69997 1.3333 6.69997C0.946701 6.69997 0.633301 6.38657 0.633301 5.99997V4.66663C0.633301 4.12736 0.847526 3.61017 1.22885 3.22885ZM2.66663 4.0333C2.49866 4.0333 2.33757 4.10003 2.2188 4.2188C2.10003 4.33757 2.0333 4.49866 2.0333 4.66663V5.39228C2.48674 5.51401 2.90475 5.75304 3.24249 6.09078C3.74884 6.59713 4.0333 7.28388 4.0333 7.99997C4.0333 8.71605 3.74884 9.40281 3.24249 9.90916C2.90475 10.2469 2.48674 10.4859 2.0333 10.6077V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7811C2.33757 11.8999 2.49866 11.9666 2.66663 11.9666H13.3333C13.5013 11.9666 13.6624 11.8999 13.7811 11.7811C13.8999 11.6624 13.9666 11.5013 13.9666 11.3333V10.6077C13.5132 10.4859 13.0952 10.2469 12.7574 9.90916C12.2511 9.40281 11.9666 8.71605 11.9666 7.99997C11.9666 7.28388 12.2511 6.59713 12.7574 6.09078C13.0952 5.75304 13.5132 5.51401 13.9666 5.39228V4.66663C13.9666 4.49866 13.8999 4.33757 13.7811 4.2188C13.6624 4.10003 13.5013 4.0333 13.3333 4.0333H2.66663ZM5.99997 6.69997C5.61337 6.69997 5.29997 6.38657 5.29997 5.99997C5.29997 5.61337 5.61337 5.29997 5.99997 5.29997H6.00663C6.39323 5.29997 6.70663 5.61337 6.70663 5.99997C6.70663 6.38657 6.39323 6.69997 6.00663 6.69997H5.99997ZM9.50499 5.50499C9.77836 5.23163 10.2216 5.23163 10.4949 5.50499C10.7683 5.77836 10.7683 6.22158 10.4949 6.49494L6.49494 10.4949C6.22157 10.7683 5.77836 10.7683 5.50499 10.4949C5.23163 10.2216 5.23163 9.77836 5.50499 9.50499L9.50499 5.50499ZM10.0066 10.7H9.99997C9.61337 10.7 9.29997 10.3866 9.29997 9.99997C9.29997 9.61337 9.61337 9.29997 9.99997 9.29997H10.0066C10.3932 9.29997 10.7066 9.61337 10.7066 9.99997C10.7066 10.3866 10.3932 10.7 10.0066 10.7Z", fill: "currentColor", }), }), - Xy = (e) => - kt("svg", { + Uy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 3.22885C1.61017 2.84753 2.12736 2.6333 2.66663 2.6333H13.3333C13.8726 2.6333 14.3898 2.84753 14.7711 3.22885C15.1524 3.61017 15.3666 4.12736 15.3666 4.66663V5.99997C15.3666 6.38657 15.0532 6.69997 14.6666 6.69997C14.3219 6.69997 13.9912 6.83693 13.7474 7.08073C13.5036 7.32452 13.3666 7.65519 13.3666 7.99997C13.3666 8.34475 13.5036 8.67541 13.7474 8.91921C13.9912 9.163 14.3219 9.29997 14.6666 9.29997C15.0532 9.29997 15.3666 9.61337 15.3666 9.99997V11.3333C15.3666 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3666 13.3333 13.3666H2.66663C2.12736 13.3666 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V9.99997C0.633301 9.61337 0.946701 9.29997 1.3333 9.29997C1.67808 9.29997 2.00874 9.163 2.25254 8.91921C2.49634 8.67541 2.6333 8.34475 2.6333 7.99997C2.6333 7.65519 2.49634 7.32452 2.25254 7.08073C2.00874 6.83693 1.67808 6.69997 1.3333 6.69997C0.946701 6.69997 0.633301 6.38657 0.633301 5.99997V4.66663C0.633301 4.12736 0.847526 3.61017 1.22885 3.22885ZM2.66663 4.0333C2.49866 4.0333 2.33757 4.10003 2.2188 4.2188C2.10003 4.33757 2.0333 4.49866 2.0333 4.66663V5.39228C2.48674 5.51401 2.90475 5.75304 3.24249 6.09078C3.74884 6.59713 4.0333 7.28388 4.0333 7.99997C4.0333 8.71605 3.74884 9.40281 3.24249 9.90916C2.90475 10.2469 2.48674 10.4859 2.0333 10.6077V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7811C2.33757 11.8999 2.49866 11.9666 2.66663 11.9666H13.3333C13.5013 11.9666 13.6624 11.8999 13.7811 11.7811C13.8999 11.6624 13.9666 11.5013 13.9666 11.3333V10.6077C13.5132 10.4859 13.0952 10.2469 12.7574 9.90916C12.2511 9.40281 11.9666 8.71605 11.9666 7.99997C11.9666 7.28388 12.2511 6.59713 12.7574 6.09078C13.0952 5.75304 13.5132 5.51401 13.9666 5.39228V4.66663C13.9666 4.49866 13.8999 4.33757 13.7811 4.2188C13.6624 4.10003 13.5013 4.0333 13.3333 4.0333H2.66663ZM7.99997 5.29997C8.38657 5.29997 8.69997 5.61337 8.69997 5.99997V7.29997H9.99997C10.3866 7.29997 10.7 7.61337 10.7 7.99997C10.7 8.38657 10.3866 8.69997 9.99997 8.69997H8.69997V9.99997C8.69997 10.3866 8.38657 10.7 7.99997 10.7C7.61337 10.7 7.29997 10.3866 7.29997 9.99997V8.69997H5.99997C5.61337 8.69997 5.29997 8.38657 5.29997 7.99997C5.29997 7.61337 5.61337 7.29997 5.99997 7.29997H7.29997V5.99997C7.29997 5.61337 7.61337 5.29997 7.99997 5.29997Z", fill: "currentColor", }), }), - Qy = (e) => - kt("svg", { + zy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 3.22885C1.61017 2.84753 2.12736 2.6333 2.66663 2.6333H13.3333C13.8726 2.6333 14.3898 2.84753 14.7711 3.22885C15.1524 3.61017 15.3666 4.12736 15.3666 4.66663V5.99997C15.3666 6.38657 15.0532 6.69997 14.6666 6.69997C14.3219 6.69997 13.9912 6.83693 13.7474 7.08073C13.5036 7.32452 13.3666 7.65519 13.3666 7.99997C13.3666 8.34475 13.5036 8.67541 13.7474 8.91921C13.9912 9.163 14.3219 9.29997 14.6666 9.29997C15.0532 9.29997 15.3666 9.61337 15.3666 9.99997V11.3333C15.3666 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3666 13.3333 13.3666H2.66663C2.12736 13.3666 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V9.99997C0.633301 9.61337 0.946701 9.29997 1.3333 9.29997C1.67808 9.29997 2.00874 9.163 2.25254 8.91921C2.49634 8.67541 2.6333 8.34475 2.6333 7.99997C2.6333 7.65519 2.49634 7.32452 2.25254 7.08073C2.00874 6.83693 1.67808 6.69997 1.3333 6.69997C0.946701 6.69997 0.633301 6.38657 0.633301 5.99997V4.66663C0.633301 4.12736 0.847526 3.61017 1.22885 3.22885ZM2.66663 4.0333C2.49866 4.0333 2.33757 4.10003 2.2188 4.2188C2.10003 4.33757 2.0333 4.49866 2.0333 4.66663V5.39228C2.48674 5.51401 2.90475 5.75304 3.24249 6.09078C3.74884 6.59713 4.0333 7.28388 4.0333 7.99997C4.0333 8.71605 3.74884 9.40281 3.24249 9.90916C2.90475 10.2469 2.48674 10.4859 2.0333 10.6077V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7811C2.33757 11.8999 2.49866 11.9666 2.66663 11.9666H13.3333C13.5013 11.9666 13.6624 11.8999 13.7811 11.7811C13.8999 11.6624 13.9666 11.5013 13.9666 11.3333V10.6077C13.5132 10.4859 13.0952 10.2469 12.7574 9.90916C12.2511 9.40281 11.9666 8.71605 11.9666 7.99997C11.9666 7.28388 12.2511 6.59713 12.7574 6.09078C13.0952 5.75304 13.5132 5.51401 13.9666 5.39228V4.66663C13.9666 4.49866 13.8999 4.33757 13.7811 4.2188C13.6624 4.10003 13.5013 4.0333 13.3333 4.0333H2.66663ZM10.1616 5.83833C10.435 6.11169 10.435 6.55491 10.1616 6.82828L6.82828 10.1616C6.55491 10.435 6.11169 10.435 5.83833 10.1616C5.56496 9.88824 5.56496 9.44503 5.83833 9.17166L9.17166 5.83833C9.44503 5.56496 9.88824 5.56496 10.1616 5.83833Z", fill: "currentColor", }), }), - Jy = (e) => - kt("svg", { + Gy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 3.22885C1.61017 2.84753 2.12736 2.6333 2.66663 2.6333H13.3333C13.8726 2.6333 14.3898 2.84753 14.7711 3.22885C15.1524 3.61017 15.3666 4.12736 15.3666 4.66663V5.99997C15.3666 6.38657 15.0532 6.69997 14.6666 6.69997C14.3219 6.69997 13.9912 6.83693 13.7474 7.08073C13.5036 7.32452 13.3666 7.65519 13.3666 7.99997C13.3666 8.34475 13.5036 8.67541 13.7474 8.91921C13.9912 9.163 14.3219 9.29997 14.6666 9.29997C15.0532 9.29997 15.3666 9.61337 15.3666 9.99997V11.3333C15.3666 11.8726 15.1524 12.3898 14.7711 12.7711C14.3898 13.1524 13.8726 13.3666 13.3333 13.3666H2.66663C2.12736 13.3666 1.61017 13.1524 1.22885 12.7711C0.847526 12.3898 0.633301 11.8726 0.633301 11.3333V9.99997C0.633301 9.61337 0.946701 9.29997 1.3333 9.29997C1.67808 9.29997 2.00874 9.163 2.25254 8.91921C2.49634 8.67541 2.6333 8.34475 2.6333 7.99997C2.6333 7.65519 2.49634 7.32452 2.25254 7.08073C2.00874 6.83693 1.67808 6.69997 1.3333 6.69997C0.946701 6.69997 0.633301 6.38657 0.633301 5.99997V4.66663C0.633301 4.12736 0.847526 3.61017 1.22885 3.22885ZM2.66663 4.0333C2.49866 4.0333 2.33757 4.10003 2.2188 4.2188C2.10003 4.33757 2.0333 4.49866 2.0333 4.66663V5.39228C2.48674 5.51401 2.90475 5.75304 3.24249 6.09078C3.74884 6.59713 4.0333 7.28388 4.0333 7.99997C4.0333 8.71605 3.74884 9.40281 3.24249 9.90916C2.90475 10.2469 2.48674 10.4859 2.0333 10.6077V11.3333C2.0333 11.5013 2.10003 11.6624 2.2188 11.7811C2.33757 11.8999 2.49866 11.9666 2.66663 11.9666H13.3333C13.5013 11.9666 13.6624 11.8999 13.7811 11.7811C13.8999 11.6624 13.9666 11.5013 13.9666 11.3333V10.6077C13.5132 10.4859 13.0952 10.2469 12.7574 9.90916C12.2511 9.40281 11.9666 8.71605 11.9666 7.99997C11.9666 7.28388 12.2511 6.59713 12.7574 6.09078C13.0952 5.75304 13.5132 5.51401 13.9666 5.39228V4.66663C13.9666 4.49866 13.8999 4.33757 13.7811 4.2188C13.6624 4.10003 13.5013 4.0333 13.3333 4.0333H2.66663ZM5.83833 5.83833C6.11169 5.56496 6.55491 5.56496 6.82828 5.83833L7.99997 7.01002L9.17166 5.83833C9.44503 5.56496 9.88824 5.56496 10.1616 5.83833C10.435 6.11169 10.435 6.55491 10.1616 6.82828L8.98992 7.99997L10.1616 9.17166C10.435 9.44503 10.435 9.88824 10.1616 10.1616C9.88824 10.435 9.44503 10.435 9.17166 10.1616L7.99997 8.98992L6.82828 10.1616C6.55491 10.435 6.11169 10.435 5.83833 10.1616C5.56496 9.88824 5.56496 9.44503 5.83833 9.17166L7.01002 7.99997L5.83833 6.82828C5.56496 6.55491 5.56496 6.11169 5.83833 5.83833Z", fill: "currentColor", }), }), - eV = (e) => - kt("svg", { + $y = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.96666 1.3333C5.96666 0.946701 6.28006 0.633301 6.66666 0.633301H9.33333C9.71993 0.633301 10.0333 0.946701 10.0333 1.3333C10.0333 1.7199 9.71993 2.0333 9.33333 2.0333H6.66666C6.28006 2.0333 5.96666 1.7199 5.96666 1.3333ZM7.99999 4.69997C5.44107 4.69997 3.36666 6.77438 3.36666 9.3333C3.36666 11.8922 5.44107 13.9666 7.99999 13.9666C10.5589 13.9666 12.6333 11.8922 12.6333 9.3333C12.6333 6.77438 10.5589 4.69997 7.99999 4.69997ZM1.96666 9.3333C1.96666 6.00118 4.66787 3.29997 7.99999 3.29997C11.3321 3.29997 14.0333 6.00118 14.0333 9.3333C14.0333 12.6654 11.3321 15.3666 7.99999 15.3666C4.66787 15.3666 1.96666 12.6654 1.96666 9.3333ZM10.495 6.83833C10.7683 7.11169 10.7683 7.55491 10.495 7.82828L8.49497 9.82827C8.2216 10.1016 7.77839 10.1016 7.50502 9.82827C7.23165 9.55491 7.23165 9.11169 7.50502 8.83833L9.50502 6.83833C9.77839 6.56496 10.2216 6.56496 10.495 6.83833Z", fill: "currentColor", }), }), - tV = (e) => - kt("svg", { + Wy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838358 0.838326C1.11173 0.564959 1.55494 0.564959 1.82831 0.838326L5.03556 4.04558C6.10306 3.45038 7.33089 3.19112 8.55662 3.31012C9.97783 3.4481 11.304 4.08567 12.2993 5.10936C13.2923 6.10954 13.9039 7.42584 14.0277 8.82987C14.1344 10.0383 13.874 11.246 13.2877 12.2977L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L11.9136 12.9035C11.9074 12.8975 11.9013 12.8914 11.8953 12.8852L7.50533 8.49524C7.50513 8.49504 7.50492 8.49484 7.50472 8.49464L4.4481 5.43801C4.44189 5.43203 4.43577 5.42592 4.42976 5.41967L0.838358 1.82828C0.564991 1.55491 0.564991 1.11169 0.838358 0.838326ZM6.07757 5.08758L7.36394 6.37395C7.47475 6.13352 7.71789 5.96663 8 5.96663C8.3866 5.96663 8.7 6.28003 8.7 6.66663V7.71002L12.2456 11.2557C12.5674 10.538 12.7031 9.74568 12.6332 8.95292C12.5379 7.87364 12.0675 6.86186 11.3036 6.09349L11.2977 6.08763L11.2978 6.08759C10.5332 5.30011 9.51382 4.80964 8.42133 4.70357C7.61514 4.6253 6.80776 4.76011 6.07757 5.08758ZM9.33333 2.0333H6.66667C6.28007 2.0333 5.96667 1.7199 5.96667 1.3333C5.96667 0.946701 6.28007 0.633301 6.66667 0.633301H9.33333C9.71993 0.633301 10.0333 0.946701 10.0333 1.3333C10.0333 1.7199 9.71993 2.0333 9.33333 2.0333ZM3.33554 6.687C3.69248 6.83549 3.86146 7.24522 3.71297 7.60217C3.36211 8.44557 3.26838 9.37387 3.44356 10.2704C3.61851 11.1657 4.05387 11.9895 4.69501 12.6383C5.3439 13.2795 6.16761 13.7148 7.06292 13.8897C7.95943 14.0649 8.88773 13.9712 9.73113 13.6203C10.0881 13.4718 10.4978 13.6408 10.6463 13.9978C10.7948 14.3547 10.6258 14.7644 10.2689 14.9129C9.17063 15.3698 7.96184 15.4919 6.79443 15.2638C5.62703 15.0356 4.5531 14.4675 3.70762 13.6309L3.70242 13.6257L3.70245 13.6257C2.86576 12.7802 2.29766 11.7063 2.06954 10.5389C1.84143 9.37146 1.96348 8.16267 2.42036 7.06443C2.56885 6.70749 2.97859 6.5385 3.33554 6.687Z", fill: "currentColor", }), }), - nV = (e) => - kt("svg", { + jy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.96667 1.3333C5.96667 0.946701 6.28007 0.633301 6.66667 0.633301H9.33333C9.71993 0.633301 10.0333 0.946701 10.0333 1.3333C10.0333 1.7199 9.71993 2.0333 9.33333 2.0333H6.66667C6.28007 2.0333 5.96667 1.7199 5.96667 1.3333ZM7.99451 4.69995C6.85973 4.69105 5.76115 5.09892 4.90712 5.8462C4.05308 6.59348 3.50299 7.6282 3.36118 8.75411C3.31286 9.13768 2.96276 9.40946 2.57919 9.36115C2.19562 9.31283 1.92384 8.96272 1.97215 8.57915C2.15682 7.11303 2.87312 5.76567 3.98521 4.79259C5.0967 3.82004 6.5263 3.28897 8.00311 3.29997C8.97823 3.30139 9.93848 3.53914 10.8016 3.99287C11.6655 4.44696 12.4063 5.10384 12.9605 5.90714C13.5147 6.71044 13.8657 7.63619 13.9835 8.60499C14.1014 9.57378 13.9824 10.5567 13.6369 11.4694C13.2913 12.3821 12.7296 13.1974 11.9997 13.8453C11.2699 14.4932 10.3938 14.9544 9.44653 15.1893C8.49929 15.4242 7.50921 15.4258 6.56121 15.194C5.61322 14.9621 4.73561 14.5038 4.00366 13.8583L4.00161 13.8565L3.36667 13.2921V14.6666C3.36667 15.0532 3.05326 15.3666 2.66667 15.3666C2.28007 15.3666 1.96667 15.0532 1.96667 14.6666V11.7363C1.96666 11.7341 1.96666 11.732 1.96667 11.7298V11.3333C1.96667 10.9467 2.28007 10.6333 2.66667 10.6333H6C6.3866 10.6333 6.7 10.9467 6.7 11.3333C6.7 11.7199 6.3866 12.0333 6 12.0333H4.05781L4.92967 12.8083C4.92999 12.8086 4.93032 12.8089 4.93064 12.8092C5.49255 13.3044 6.16616 13.6561 6.89376 13.834C7.62178 14.012 8.38212 14.0108 9.10955 13.8304C9.83699 13.65 10.5098 13.2959 11.0703 12.7983C11.6308 12.3007 12.0622 11.6747 12.3275 10.9737C12.5929 10.2728 12.6843 9.51797 12.5938 8.77399C12.5033 8.03 12.2337 7.31906 11.8081 6.70216C11.3825 6.08526 10.8136 5.58081 10.1502 5.23208C9.48681 4.88336 8.74872 4.70076 7.99926 4.69997L7.99451 4.69995ZM8 5.96663C8.3866 5.96663 8.7 6.28003 8.7 6.66663V9.3333C8.7 9.7199 8.3866 10.0333 8 10.0333C7.6134 10.0333 7.3 9.7199 7.3 9.3333V6.66663C7.3 6.28003 7.6134 5.96663 8 5.96663Z", fill: "currentColor", }), }), - rV = (e) => - kt("svg", { + qy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33333 4.70005C3.51079 4.70005 2.03333 6.17751 2.03333 8.00005C2.03333 9.82259 3.51079 11.3 5.33333 11.3H10.6667C12.4892 11.3 13.9667 9.82259 13.9667 8.00005C13.9667 6.17751 12.4892 4.70005 10.6667 4.70005H5.33333ZM0.633331 8.00005C0.633331 5.40431 2.73759 3.30005 5.33333 3.30005H10.6667C13.2624 3.30005 15.3667 5.40431 15.3667 8.00005C15.3667 10.5958 13.2624 12.7 10.6667 12.7H5.33333C2.73759 12.7 0.633331 10.5958 0.633331 8.00005ZM5.33333 7.36672C4.98355 7.36672 4.7 7.65027 4.7 8.00005C4.7 8.34983 4.98355 8.63338 5.33333 8.63338C5.68311 8.63338 5.96666 8.34983 5.96666 8.00005C5.96666 7.65027 5.68311 7.36672 5.33333 7.36672ZM3.3 8.00005C3.3 6.87707 4.21035 5.96672 5.33333 5.96672C6.45631 5.96672 7.36666 6.87707 7.36666 8.00005C7.36666 9.12303 6.45631 10.0334 5.33333 10.0334C4.21035 10.0334 3.3 9.12303 3.3 8.00005Z", fill: "currentColor", }), }), - oV = (e) => - kt("svg", { + Yy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33333 4.70005C3.51079 4.70005 2.03333 6.17751 2.03333 8.00005C2.03333 9.82259 3.51079 11.3 5.33333 11.3H10.6667C12.4892 11.3 13.9667 9.82259 13.9667 8.00005C13.9667 6.17751 12.4892 4.70005 10.6667 4.70005H5.33333ZM0.633331 8.00005C0.633331 5.40431 2.73759 3.30005 5.33333 3.30005H10.6667C13.2624 3.30005 15.3667 5.40431 15.3667 8.00005C15.3667 10.5958 13.2624 12.7 10.6667 12.7H5.33333C2.73759 12.7 0.633331 10.5958 0.633331 8.00005ZM10.6667 7.36672C10.3169 7.36672 10.0333 7.65027 10.0333 8.00005C10.0333 8.34983 10.3169 8.63338 10.6667 8.63338C11.0164 8.63338 11.3 8.34983 11.3 8.00005C11.3 7.65027 11.0164 7.36672 10.6667 7.36672ZM8.63333 8.00005C8.63333 6.87707 9.54368 5.96672 10.6667 5.96672C11.7896 5.96672 12.7 6.87707 12.7 8.00005C12.7 9.12303 11.7896 10.0334 10.6667 10.0334C9.54368 10.0334 8.63333 9.12303 8.63333 8.00005Z", fill: "currentColor", }), }), - iV = (e) => - kt("svg", { + Ky = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.29999 2.66667C1.29999 2.28008 1.61339 1.96667 1.99999 1.96667H14C14.3866 1.96667 14.7 2.28008 14.7 2.66667C14.7 3.05327 14.3866 3.36667 14 3.36667H1.99999C1.61339 3.36667 1.29999 3.05327 1.29999 2.66667ZM3.29999 5.33334C3.29999 4.94674 3.61339 4.63334 3.99999 4.63334H12C12.3866 4.63334 12.7 4.94674 12.7 5.33334C12.7 5.71994 12.3866 6.03334 12 6.03334H3.99999C3.61339 6.03334 3.29999 5.71994 3.29999 5.33334ZM5.29999 8.00001C5.29999 7.61341 5.61339 7.30001 5.99999 7.30001H12.6667C13.0533 7.30001 13.3667 7.61341 13.3667 8.00001C13.3667 8.38661 13.0533 8.70001 12.6667 8.70001H5.99999C5.61339 8.70001 5.29999 8.38661 5.29999 8.00001ZM5.96665 10.6667C5.96665 10.2801 6.28006 9.96667 6.66665 9.96667H10.6667C11.0533 9.96667 11.3667 10.2801 11.3667 10.6667C11.3667 11.0533 11.0533 11.3667 10.6667 11.3667H6.66665C6.28006 11.3667 5.96665 11.0533 5.96665 10.6667ZM5.29999 13.3333C5.29999 12.9467 5.61339 12.6333 5.99999 12.6333H7.33332C7.71992 12.6333 8.03332 12.9467 8.03332 13.3333C8.03332 13.7199 7.71992 14.0333 7.33332 14.0333H5.99999C5.61339 14.0333 5.29999 13.7199 5.29999 13.3333Z", fill: "currentColor", }), }), - lV = (e) => - kt("svg", { + Xy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 3.36667C4.59371 3.36667 2.03333 5.69268 2.03333 8.33334C2.03333 10.974 4.59371 13.3 8 13.3C11.4063 13.3 13.9667 10.974 13.9667 8.33334C13.9667 5.69268 11.4063 3.36667 8 3.36667ZM0.633331 8.33334C0.633331 4.71477 4.04249 1.96667 8 1.96667C11.9575 1.96667 15.3667 4.71477 15.3667 8.33334C15.3667 11.9519 11.9575 14.7 8 14.7C4.04249 14.7 0.633331 11.9519 0.633331 8.33334ZM6.97407 6.97297C6.73729 7.13082 6.7 7.27202 6.7 7.33334C6.7 7.39466 6.73729 7.53586 6.97407 7.69371C7.20596 7.84831 7.56663 7.96667 8 7.96667C8.43336 7.96667 8.79403 7.84831 9.02592 7.69371C9.2627 7.53586 9.3 7.39466 9.3 7.33334C9.3 7.27202 9.2627 7.13082 9.02592 6.97297C8.79403 6.81838 8.43336 6.70001 8 6.70001C7.56663 6.70001 7.20596 6.81838 6.97407 6.97297ZM6.19749 5.8081C6.68946 5.48012 7.32879 5.30001 8 5.30001C8.6712 5.30001 9.31053 5.48012 9.8025 5.8081C10.2896 6.13282 10.7 6.65828 10.7 7.33334C10.7 8.0084 10.2896 8.53387 9.8025 8.85859C9.31053 9.18657 8.6712 9.36667 8 9.36667C7.32879 9.36667 6.68946 9.18657 6.19749 8.85859C5.71042 8.53387 5.3 8.0084 5.3 7.33334C5.3 6.65828 5.71042 6.13282 6.19749 5.8081Z", fill: "currentColor", }), }), - aV = (e) => - kt("svg", { + Qy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.6667 3.36667C2.31691 3.36667 2.03336 3.65023 2.03336 4.00001V8.63334H13.9667V4.00001C13.9667 3.65023 13.6831 3.36667 13.3334 3.36667H2.6667ZM15.3667 4.00001C15.3667 2.87703 14.4563 1.96667 13.3334 1.96667H2.6667C1.54372 1.96667 0.633362 2.87703 0.633362 4.00001V12C0.633362 13.123 1.54372 14.0333 2.6667 14.0333H13.3334C14.4563 14.0333 15.3667 13.123 15.3667 12V4.00001ZM13.9667 10.0333H8.70003V12.6333H13.3334C13.6831 12.6333 13.9667 12.3498 13.9667 12V10.0333ZM7.30003 12.6333V10.0333H2.03336V12C2.03336 12.3498 2.31691 12.6333 2.6667 12.6333H7.30003Z", fill: "currentColor", }), }), - CV = (e) => - kt("svg", { + Jy = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838357 0.838326C1.11172 0.564959 1.55494 0.564959 1.82831 0.838326L3.16148 2.1715C3.16137 2.17139 3.16159 2.17161 3.16148 2.1715L9.82799 8.83801C9.82778 8.8378 9.8282 8.83822 9.82799 8.83801L13.828 12.838C13.8278 12.8378 13.8282 12.8382 13.828 12.838L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L13.0434 14.0333H2.66666C2.12739 14.0333 1.6102 13.8191 1.22888 13.4377C0.847557 13.0564 0.633331 12.5392 0.633331 12V3.99997C0.633331 3.46069 0.847557 2.94351 1.22888 2.56218C1.28656 2.5045 1.34735 2.45065 1.41086 2.40077L0.838357 1.82828C0.56499 1.55491 0.56499 1.11169 0.838357 0.838326ZM2.42474 3.41466C2.34845 3.44619 2.27833 3.49263 2.21883 3.55213C2.10006 3.67091 2.03333 3.832 2.03333 3.99997V8.6333H7.64338L2.42474 3.41466ZM7.3 10.0333H2.03333V12C2.03333 12.1679 2.10006 12.329 2.21883 12.4478C2.3376 12.5666 2.49869 12.6333 2.66666 12.6333H7.3V10.0333ZM8.7 12.6333H11.6434L9.04338 10.0333H8.7V12.6333ZM5.96666 2.66663C5.96666 2.28003 6.28006 1.96663 6.66666 1.96663H13.3333C13.8726 1.96663 14.3898 2.18086 14.7711 2.56218C15.1524 2.94351 15.3667 3.46069 15.3667 3.99997V10.6666C15.3667 11.0532 15.0533 11.3666 14.6667 11.3666C14.2801 11.3666 13.9667 11.0532 13.9667 10.6666V10.0333H13.3333C12.9467 10.0333 12.6333 9.7199 12.6333 9.3333C12.6333 8.9467 12.9467 8.6333 13.3333 8.6333H13.9667V3.99997C13.9667 3.832 13.8999 3.67091 13.7812 3.55213C13.6624 3.43336 13.5013 3.36663 13.3333 3.36663H6.66666C6.28006 3.36663 5.96666 3.05323 5.96666 2.66663Z", fill: "currentColor", }), }), - sV = (e) => - kt("svg", { + eV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.63335 1.3333C6.63335 0.946701 6.94675 0.633301 7.33335 0.633301H8.66668C9.05328 0.633301 9.36668 0.946701 9.36668 1.3333C9.36668 1.70873 9.07114 2.01512 8.70001 2.03252V3.29997H9.98798C9.9954 3.29985 10.0028 3.29985 10.0103 3.29997H13.3333C13.5532 3.29997 13.7602 3.40322 13.8925 3.57878C14.0247 3.75435 14.0668 3.98185 14.0062 4.19312L12.8328 8.28049C12.8285 8.31016 12.8222 8.33971 12.814 8.36896C12.7337 8.65539 12.5621 8.90778 12.3253 9.08784C12.0886 9.2679 11.7995 9.36578 11.502 9.36663L11.5 9.36663H11.3667V14.6666C11.3667 15.0532 11.0533 15.3666 10.6667 15.3666C10.2801 15.3666 9.96668 15.0532 9.96668 14.6666V9.36663H9.34539C9.33797 9.36675 9.33052 9.36675 9.32305 9.36663H6.67698C6.66951 9.36675 6.66206 9.36675 6.65464 9.36663H6.03335V14.6666C6.03335 15.0532 5.71995 15.3666 5.33335 15.3666C4.94675 15.3666 4.63335 15.0532 4.63335 14.6666V9.36663H4.49099C4.19587 9.36283 3.90991 9.26353 3.67588 9.0837C3.44254 8.90439 3.27332 8.65457 3.19336 8.3714L1.99386 4.19312C1.9332 3.98185 1.97531 3.75435 2.10757 3.57878C2.23983 3.40322 2.44687 3.29997 2.66668 3.29997H5.98973C5.99719 3.29985 6.00463 3.29985 6.01205 3.29997H7.30001V2.03252C6.92889 2.01512 6.63335 1.70873 6.63335 1.3333ZM6.80712 4.69997L7.27379 7.96663H8.72624L9.19291 4.69997H6.80712ZM10.6071 4.69997L10.1405 7.96663H11.4663L12.4041 4.69997H10.6071ZM5.85957 7.96663L5.39291 4.69997H3.59591L4.53371 7.96663H5.85957Z", fill: "currentColor", }), }), - cV = (e) => - kt("svg", { + tV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.03361 2.36696C3.28991 2.11066 3.63752 1.96667 3.99999 1.96667H5.99999C6.35906 1.96667 6.71268 2.08942 6.9783 2.35503C7.24391 2.62065 7.36665 2.97427 7.36665 3.33334V4.63334H8.63332V3.33334C8.63332 2.97088 8.77731 2.62326 9.03361 2.36696C9.28991 2.11066 9.63752 1.96667 9.99999 1.96667H12C12.3591 1.96667 12.7127 2.08942 12.9783 2.35503C13.2439 2.62065 13.3667 2.97427 13.3667 3.33334V4.63374C14.106 4.65144 14.7 5.25636 14.7 6.00001V12.6667C14.7 13.4215 14.0881 14.0333 13.3333 14.0333H2.66665C1.91187 14.0333 1.29999 13.4215 1.29999 12.6667V6.00001C1.29999 5.25636 1.89393 4.65144 2.63332 4.63374V3.33334C2.63332 2.97088 2.77731 2.62326 3.03361 2.36696ZM2.69999 6.03334V12.6333H13.3V6.03334H2.69999ZM5.96665 4.63334H4.03332V3.36667H5.96665V4.63334ZM10.0333 4.63334H11.9667V3.36667H10.0333V4.63334Z", fill: "currentColor", }), }), - dV = (e) => - kt("svg", { + nV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.30005 2.99997C7.30005 1.69289 8.35964 0.633301 9.66672 0.633301C10.9738 0.633301 12.0334 1.69289 12.0334 2.99997C12.0334 3.70236 11.7274 4.33329 11.2415 4.76672L12.0524 5.98307C12.1445 5.97216 12.2383 5.96655 12.3334 5.96655C13.6405 5.96655 14.7001 7.02615 14.7001 8.33322C14.7001 9.64029 13.6405 10.6999 12.3334 10.6999C11.0263 10.6999 9.96674 9.64029 9.96674 8.33322C9.96674 7.63082 10.2727 6.99988 10.7587 6.56645L9.94779 5.35012C9.90946 5.35465 9.87085 5.35827 9.83199 5.36095L7.80668 11.1477C8.35111 11.5813 8.70007 12.2499 8.70007 13C8.70007 14.307 7.64048 15.3666 6.3334 15.3666C5.02633 15.3666 3.96674 14.307 3.96674 13C3.96674 12.3994 4.19044 11.8511 4.55908 11.4338L3.62526 10.033C2.33731 10.0109 1.30005 8.95994 1.30005 7.66672C1.30005 6.35964 2.35964 5.30005 3.66672 5.30005C4.97379 5.30005 6.03338 6.35964 6.03338 7.66672C6.03338 8.46911 5.63407 9.17824 5.02331 9.60623L5.75542 10.7044C5.9404 10.658 6.13402 10.6333 6.3334 10.6333C6.38988 10.6333 6.4459 10.6353 6.50138 10.6392L8.46194 5.03746C7.76638 4.62529 7.30005 3.86709 7.30005 2.99997ZM9.66672 2.0333C9.13284 2.0333 8.70005 2.46609 8.70005 2.99997C8.70005 3.53384 9.13284 3.96663 9.66672 3.96663C10.2006 3.96663 10.6334 3.53384 10.6334 2.99997C10.6334 2.46609 10.2006 2.0333 9.66672 2.0333ZM3.66672 6.70005C3.13284 6.70005 2.70005 7.13284 2.70005 7.66672C2.70005 8.20059 3.13284 8.63338 3.66672 8.63338C4.20059 8.63338 4.63338 8.20059 4.63338 7.66672C4.63338 7.13284 4.20059 6.70005 3.66672 6.70005ZM6.3334 12.0333C5.79953 12.0333 5.36674 12.4661 5.36674 13C5.36674 13.5338 5.79953 13.9666 6.3334 13.9666C6.86728 13.9666 7.30007 13.5338 7.30007 13C7.30007 12.4661 6.86728 12.0333 6.3334 12.0333ZM11.3667 8.33322C11.3667 7.79934 11.7995 7.36655 12.3334 7.36655C12.8673 7.36655 13.3001 7.79934 13.3001 8.33322C13.3001 8.86709 12.8673 9.29989 12.3334 9.29989C11.7995 9.29989 11.3667 8.86709 11.3667 8.33322Z", fill: "currentColor", }), }), - uV = (e) => - kt("svg", { + rV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30003 2.66667C1.30003 2.28008 1.61343 1.96667 2.00003 1.96667H8.00003C8.34965 1.96667 8.64566 2.22464 8.69346 2.57098L9.28331 6.84509L10.6334 6.95555V4.00001C10.6334 3.63755 10.7773 3.28993 11.0336 3.03363C11.2899 2.77733 11.6376 2.63334 12 2.63334C12.3866 2.63334 12.7 2.94674 12.7 3.33334C12.7 3.70877 12.4045 4.01516 12.0334 4.03256V7.07009L14.0335 7.23374C14.4346 7.2434 14.7937 7.4264 15.0185 7.75344C15.235 8.0683 15.2795 8.44475 15.2242 8.77926C15.2241 8.78009 15.224 8.78092 15.2238 8.78175L14.6912 12.1106C14.6369 12.4502 14.3439 12.7 14 12.7H13.9097C13.6243 13.4781 12.877 14.0333 12 14.0333C11.123 14.0333 10.3757 13.4781 10.0904 12.7H7.66303C6.92483 13.5187 5.85586 14.0333 4.66669 14.0333C2.43915 14.0333 0.633362 12.2276 0.633362 10C0.633362 8.81084 1.148 7.74187 1.9667 7.00367V3.3659C1.59557 3.3485 1.30003 3.0421 1.30003 2.66667ZM3.3667 3.36667V6.18076C3.76461 6.04536 4.19048 5.9704 4.63336 5.96681V3.36667H3.3667ZM6.03336 3.36667V6.20411C6.34736 6.31718 6.64329 6.4681 6.91564 6.65137L7.8539 6.72814L7.39 3.36667H6.03336ZM6.23366 7.88342C6.24228 7.89022 6.25106 7.89682 6.26001 7.90322C6.89204 8.38423 7.30003 9.14447 7.30003 10C7.30003 10.5876 7.10759 11.1302 6.78229 11.5683C6.77624 11.576 6.77034 11.5839 6.76461 11.5918C6.28366 12.2247 5.5229 12.6333 4.66669 12.6333C3.21235 12.6333 2.03336 11.4544 2.03336 10C2.03336 9.1438 2.44199 8.38304 3.07486 7.90209C3.08283 7.89636 3.09068 7.89046 3.0984 7.88441C3.53649 7.55912 4.07912 7.36667 4.66669 7.36667C5.25367 7.36667 5.7958 7.55873 6.23366 7.88342ZM8.48594 11.3C8.62474 10.8921 8.70003 10.4549 8.70003 10C8.70003 9.33959 8.5413 8.71624 8.25991 8.16603L8.58238 8.19242C8.59997 8.19454 8.61772 8.196 8.63561 8.19677L11.258 8.41133C11.2696 8.41257 11.2813 8.41353 11.293 8.4142L13.8316 8.6219L13.5092 10.6373C13.1371 10.2255 12.5988 9.96667 12 9.96667C11.123 9.96667 10.3757 10.5219 10.0904 11.3H8.48594ZM13.8453 8.50637C13.8454 8.50635 13.8455 8.50707 13.8457 8.50856L13.8453 8.50637ZM3.9667 10C3.9667 9.61341 4.2801 9.30001 4.66669 9.30001H4.67336C5.05996 9.30001 5.37336 9.61341 5.37336 10C5.37336 10.3866 5.05996 10.7 4.67336 10.7H4.66669C4.2801 10.7 3.9667 10.3866 3.9667 10ZM12 11.3667C11.6502 11.3667 11.3667 11.6502 11.3667 12C11.3667 12.3498 11.6502 12.6333 12 12.6333C12.3498 12.6333 12.6334 12.3498 12.6334 12C12.6334 11.6502 12.3498 11.3667 12 11.3667Z", fill: "currentColor", }), }), - pV = (e) => - kt("svg", { + oV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.75767 0.968429C7.12323 0.677744 7.57952 0.525145 8.04641 0.537431C8.5133 0.549718 8.96093 0.726104 9.3107 1.03561C9.64657 1.33283 9.87158 1.73455 9.95003 2.17503L11.3254 6.75966C11.3951 6.86975 11.4307 6.9943 11.4332 7.11902L11.576 7.59499L14.4935 9.33307C14.9186 9.58813 15.3667 10.0414 15.3667 10.6666C15.3667 11.3274 14.8784 11.7729 14.3204 12.0238L9.29001 15.0023L9.27331 15.0119C8.4619 15.4627 7.40483 15.4627 6.59341 15.0119L6.57672 15.0023L1.51005 12.0023L1.50655 12.0002C1.08145 11.7452 0.633362 11.2919 0.633362 10.6666C0.633362 10.0414 1.08145 9.58812 1.50655 9.33307L1.51795 9.32623L4.37743 7.6837L4.57505 7.02496C4.58477 6.96251 4.60299 6.90103 4.62983 6.84234L6.05476 2.0926C6.15334 1.64879 6.40128 1.25182 6.75767 0.968429ZM5.59205 8.50708C5.64536 8.42249 5.67979 8.32755 5.69346 8.22923C6.36351 8.53829 7.16755 8.69998 8.00003 8.69998C8.8318 8.69998 9.63518 8.53857 10.3049 8.23002L10.5962 9.20112C10.6062 9.2344 10.6186 9.26677 10.6333 9.298C10.6334 9.30818 10.6334 9.31975 10.6334 9.33331C10.6334 9.56518 10.4851 9.87224 10.0078 10.1573C9.53737 10.4383 8.83403 10.6333 8.00003 10.6333C7.16602 10.6333 6.46269 10.4383 5.99228 10.1573C5.51491 9.87224 5.36669 9.56518 5.36669 9.33331C5.36669 9.29816 5.36675 9.27576 5.36739 9.25518C5.36781 9.24185 5.3684 9.23274 5.36894 9.22663C5.38272 9.19678 5.39438 9.16597 5.40384 9.13446L5.59205 8.50708ZM3.97602 9.52886C4.05353 10.3353 4.60498 10.9595 5.27444 11.3593C6.00404 11.795 6.96737 12.0333 8.00003 12.0333C9.03269 12.0333 9.99602 11.795 10.7256 11.3593C11.4049 10.9536 11.9626 10.317 12.0271 9.49335L13.7732 10.5336C13.7735 10.5337 13.7738 10.5339 13.7741 10.5341C13.844 10.5761 13.8925 10.6158 13.9245 10.6477C13.8844 10.6769 13.8209 10.7152 13.7243 10.7566C13.6965 10.7685 13.6694 10.7822 13.6434 10.7976L8.58598 13.7922C8.20041 14.0026 7.66631 14.0026 7.28074 13.7922L2.22684 10.7997C2.22633 10.7994 2.22583 10.7991 2.22532 10.7988C2.14112 10.7481 2.08814 10.7009 2.05767 10.6666C2.08772 10.6329 2.13966 10.5865 2.22184 10.5366L3.97602 9.52886ZM9.89645 6.86858C9.4345 7.1239 8.7762 7.29998 8.00003 7.29998C7.21421 7.29998 6.54921 7.11949 6.08647 6.85902L6.59856 5.15207C7.04114 5.33132 7.51674 5.42511 8.00003 5.42511C8.47683 5.42511 8.94614 5.33382 9.38365 5.15925L9.89645 6.86858ZM8.97884 3.80988L8.59622 2.53446C8.58661 2.50245 8.57931 2.46979 8.57438 2.43673C8.554 2.30033 8.48622 2.17546 8.38293 2.08406C8.27964 1.99266 8.14745 1.94057 8.00958 1.93695C7.87171 1.93332 7.73697 1.97838 7.62901 2.06422C7.52106 2.15006 7.44681 2.27119 7.41928 2.40634C7.41506 2.42704 7.40991 2.44755 7.40384 2.46779L7.00367 3.80169C7.31356 3.94802 7.65363 4.02511 8.00003 4.02511C8.3399 4.02511 8.67369 3.9509 8.97884 3.80988Z", fill: "currentColor", }), }), - mV = (e) => - kt("svg", { + iV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.03334 2.4714V4.66663C6.03334 5.18823 6.24054 5.68846 6.60936 6.05728C6.97819 6.4261 7.47842 6.6333 8.00001 6.6333C8.5216 6.6333 9.02183 6.4261 9.39065 6.05728C9.75947 5.68846 9.96667 5.18823 9.96667 4.66663V2.4714C9.35693 2.18557 8.68632 2.0333 8.00001 2.0333C7.3137 2.0333 6.64309 2.18557 6.03334 2.4714ZM11.3667 3.48334V4.66663C11.3667 5.55953 11.012 6.41585 10.3806 7.04723C9.74923 7.6786 8.8929 8.0333 8.00001 8.0333C7.10711 8.0333 6.25079 7.6786 5.61942 7.04723C4.98804 6.41585 4.63334 5.55953 4.63334 4.66663V3.48334C3.82104 4.34238 3.36667 5.48108 3.36667 6.66663V9.3333C3.36667 10.8134 4.51994 11.9666 6.00001 11.9666H10C11.4801 11.9666 12.6333 10.8134 12.6333 9.3333V6.66663C12.6333 5.48108 12.179 4.34238 11.3667 3.48334ZM3.7338 2.40042C4.86527 1.26895 6.39987 0.633301 8.00001 0.633301C9.60015 0.633301 11.1347 1.26895 12.2662 2.40042C13.3977 3.53189 14.0333 5.06649 14.0333 6.66663V9.3333C14.0333 10.9672 13.0974 12.3523 11.7237 12.9903L12.5824 14.2783C12.7969 14.6 12.71 15.0346 12.3883 15.2491C12.0666 15.4635 11.632 15.3766 11.4176 15.0549L10.2856 13.357C10.1914 13.3634 10.0961 13.3666 10 13.3666H6.00001C5.9039 13.3666 5.80866 13.3634 5.71438 13.357L4.58244 15.0549C4.368 15.3766 3.93339 15.4635 3.61172 15.2491C3.29005 15.0346 3.20313 14.6 3.41757 14.2783L4.27628 12.9903C2.90263 12.3523 1.96667 10.9672 1.96667 9.3333V6.66663C1.96667 5.06649 2.60233 3.53189 3.7338 2.40042ZM5.82832 8.83833L6.49498 9.50499C6.76835 9.77836 6.76835 10.2216 6.49498 10.4949C6.22162 10.7683 5.7784 10.7683 5.50503 10.4949L4.83837 9.82827C4.565 9.55491 4.565 9.11169 4.83837 8.83833C5.11173 8.56496 5.55495 8.56496 5.82832 8.83833ZM11.1616 8.83833C11.435 9.11169 11.435 9.55491 11.1616 9.82827L10.495 10.4949C10.2216 10.7683 9.7784 10.7683 9.50503 10.4949C9.23167 10.2216 9.23167 9.77836 9.50503 9.50499L10.1717 8.83833C10.4451 8.56496 10.8883 8.56496 11.1616 8.83833Z", fill: "currentColor", }), }), - hV = (e) => - kt("svg", { + lV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00003 2.0333C6.41757 2.0333 4.89993 2.66193 3.78096 3.7809C2.66199 4.89986 2.03336 6.41751 2.03336 7.99997V14.6666C2.03336 15.0532 1.71996 15.3666 1.33336 15.3666C0.946762 15.3666 0.633362 15.0532 0.633362 14.6666V7.99997C0.633362 6.04621 1.40949 4.17247 2.79101 2.79095C4.17253 1.40943 6.04627 0.633301 8.00003 0.633301C9.95379 0.633301 11.8275 1.40943 13.209 2.79095C14.5906 4.17247 15.3667 6.04621 15.3667 7.99997V14.6666C15.3667 15.0532 15.0533 15.3666 14.6667 15.3666C14.2801 15.3666 13.9667 15.0532 13.9667 14.6666V7.99997C13.9667 6.41751 13.3381 4.89986 12.2191 3.7809C11.1001 2.66193 9.58249 2.0333 8.00003 2.0333ZM5.70567 3.89801C5.66808 3.91546 5.63229 3.93615 5.59867 3.95972C5.26547 4.15775 4.95535 4.39785 4.67663 4.67657C3.79521 5.55799 3.30003 6.75345 3.30003 7.99997V9.99997C3.30003 10.8929 3.65473 11.7492 4.2861 12.3806C4.49785 12.5923 4.7349 12.7729 4.99015 12.9195L4.08426 14.2783C3.86981 14.6 3.95673 15.0346 4.2784 15.2491C4.60008 15.4635 5.03468 15.3766 5.24913 15.0549L6.38265 13.3546C6.47677 13.3626 6.57152 13.3666 6.66669 13.3666H9.33336C9.42853 13.3666 9.52329 13.3626 9.6174 13.3546L10.7509 15.0549C10.9654 15.3766 11.4 15.4635 11.7217 15.2491C12.0433 15.0346 12.1302 14.6 11.9158 14.2783L11.0099 12.9195C11.2652 12.7729 11.5022 12.5923 11.714 12.3806C12.3453 11.7492 12.7 10.8929 12.7 9.99997V7.99997C12.7 6.75345 12.2049 5.55799 11.3234 4.67657C11.0447 4.39785 10.7346 4.15775 10.4014 3.95972C10.3678 3.93615 10.332 3.91546 10.2944 3.89801C9.59937 3.5093 8.81049 3.29997 8.00003 3.29997C7.18957 3.29997 6.40069 3.5093 5.70567 3.89801ZM9.30003 4.96682C8.8931 4.79241 8.45133 4.69997 8.00003 4.69997C7.54872 4.69997 7.10695 4.79241 6.70003 4.96682V5.46663C6.70003 5.75986 6.82439 6.05172 7.06344 6.27483C7.30412 6.49946 7.64026 6.6333 8.00003 6.6333C8.3598 6.6333 8.69594 6.49946 8.93662 6.27483C9.17567 6.05172 9.30003 5.75986 9.30003 5.46663V4.96682ZM10.6374 6.01651C11.065 6.58501 11.3 7.28037 11.3 7.99997V9.99997C11.3 10.5216 11.0928 11.0218 10.724 11.3906C10.3552 11.7594 9.85495 11.9666 9.33336 11.9666H6.66669C6.1451 11.9666 5.64487 11.7594 5.27605 11.3906C4.90723 11.0218 4.70003 10.5216 4.70003 9.99997V7.99997C4.70003 7.28037 4.93506 6.58501 5.36261 6.01651C5.47488 6.50356 5.73425 6.9493 6.10819 7.29831C6.61766 7.77381 7.29893 8.0333 8.00003 8.0333C8.70113 8.0333 9.3824 7.77381 9.89186 7.29831C10.2658 6.9493 10.5252 6.50356 10.6374 6.01651ZM5.96669 9.99997C5.96669 9.61337 6.2801 9.29997 6.66669 9.29997H6.67336C7.05996 9.29997 7.37336 9.61337 7.37336 9.99997C7.37336 10.3866 7.05996 10.7 6.67336 10.7H6.66669C6.2801 10.7 5.96669 10.3866 5.96669 9.99997ZM8.63336 9.99997C8.63336 9.61337 8.94676 9.29997 9.33336 9.29997H9.34003C9.72663 9.29997 10.04 9.61337 10.04 9.99997C10.04 10.3866 9.72663 10.7 9.34003 10.7H9.33336C8.94676 10.7 8.63336 10.3866 8.63336 9.99997Z", fill: "currentColor", }), }), - fV = (e) => - kt("svg", { + aV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.83839 0.838326C9.11175 0.564959 9.55497 0.564959 9.82834 0.838326L10.3334 1.34335L10.8384 0.838326C11.1118 0.564959 11.555 0.564959 11.8283 0.838326C12.1017 1.11169 12.1017 1.55491 11.8283 1.82828L11.3233 2.3333L13.6667 4.67668L14.1717 4.17166C14.4451 3.89829 14.8883 3.89829 15.1617 4.17166C15.435 4.44503 15.435 4.88824 15.1617 5.16161L14.6566 5.66663L15.1617 6.17166C15.435 6.44503 15.435 6.88824 15.1617 7.16161C14.8883 7.43498 14.4451 7.43498 14.1717 7.16161L13.6667 6.65658L12.6566 7.66663L13.1617 8.17166C13.435 8.44503 13.435 8.88824 13.1617 9.16161C12.8883 9.43498 12.4451 9.43498 12.1717 9.16161L11.6667 8.65658L10.6566 9.66663L11.1617 10.1717C11.435 10.445 11.435 10.8882 11.1617 11.1616C10.8883 11.435 10.4451 11.435 10.1717 11.1616L9.66669 10.6566L8.65664 11.6666L9.16167 12.1717C9.43504 12.445 9.43504 12.8882 9.16167 13.1616C8.8883 13.435 8.44509 13.435 8.17172 13.1616L7.66669 12.6566L6.65664 13.6666L7.16167 14.1717C7.43504 14.445 7.43504 14.8882 7.16167 15.1616C6.8883 15.435 6.44509 15.435 6.17172 15.1616L5.66669 14.6566L5.16167 15.1616C4.8883 15.435 4.44509 15.435 4.17172 15.1616C3.89835 14.8882 3.89835 14.445 4.17172 14.1717L4.67675 13.6666L2.33336 11.3232L1.82834 11.8283C1.55497 12.1016 1.11175 12.1016 0.838387 11.8283C0.56502 11.5549 0.56502 11.1117 0.838387 10.8383L1.34341 10.3333L0.838387 9.82827C0.56502 9.55491 0.56502 9.11169 0.838387 8.83833C1.11175 8.56496 1.55497 8.56496 1.82834 8.83833L2.33336 9.34335L3.34341 8.3333L2.83839 7.82828C2.56502 7.55491 2.56502 7.11169 2.83839 6.83833C3.11175 6.56496 3.55497 6.56496 3.82834 6.83833L4.33336 7.34335L5.34341 6.3333L4.83839 5.82828C4.56502 5.55491 4.56502 5.11169 4.83839 4.83833C5.11175 4.56496 5.55497 4.56496 5.82834 4.83833L6.33336 5.34335L7.34341 4.3333L6.83839 3.82828C6.56502 3.55491 6.56502 3.11169 6.83839 2.83833C7.11175 2.56496 7.55497 2.56496 7.82834 2.83833L8.33336 3.34335L9.34341 2.3333L8.83839 1.82828C8.56502 1.55491 8.56502 1.11169 8.83839 0.838326ZM10.3334 3.32325L9.32331 4.3333L11.6667 6.67668L12.6767 5.66663L10.3334 3.32325ZM10.6767 7.66663L8.33336 5.32325L7.32331 6.3333L9.66669 8.67668L10.6767 7.66663ZM8.67675 9.66663L6.33336 7.32325L5.32331 8.3333L7.66669 10.6767L8.67675 9.66663ZM6.67674 11.6666L4.33336 9.32325L3.32331 10.3333L5.66669 12.6767L6.67674 11.6666Z", fill: "currentColor", }), }), - gV = (e) => - kt("svg", { + CV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.00001 2.70005C3.65023 2.70005 3.36667 2.9836 3.36667 3.33338V6.63338H7.30001V2.70005H4.00001ZM4.00001 1.30005C2.87703 1.30005 1.96667 2.2104 1.96667 3.33338V11.3334C1.96667 12.4564 2.87703 13.3667 4.00001 13.3667H4.02538L3.41757 14.2784C3.20313 14.6001 3.29005 15.0347 3.61172 15.2492C3.93339 15.4636 4.368 15.3767 4.58244 15.055L5.70797 13.3667H10.292L11.4176 15.055C11.632 15.3767 12.0666 15.4636 12.3883 15.2492C12.71 15.0347 12.7969 14.6001 12.5824 14.2784L11.9746 13.3667H12C13.123 13.3667 14.0333 12.4564 14.0333 11.3334V3.33338C14.0333 2.2104 13.123 1.30005 12 1.30005H4.00001ZM8.70001 2.70005V6.63338H12.6333V3.33338C12.6333 2.9836 12.3498 2.70005 12 2.70005H8.70001ZM12.6333 8.03338H3.36667V11.3334C3.36667 11.6832 3.65023 11.9667 4.00001 11.9667H5.32376C5.33057 11.9666 5.33739 11.9666 5.34421 11.9667H10.6558C10.6626 11.9666 10.6694 11.9666 10.6763 11.9667H12C12.3498 11.9667 12.6333 11.6832 12.6333 11.3334V8.03338Z", fill: "currentColor", }), }), - vV = (e) => - kt("svg", { + sV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.24502 2.24494C6.09327 2.3967 6.03338 2.56096 6.03338 2.66663V3.29997H9.96672V2.66663C9.96672 2.56096 9.90683 2.3967 9.75507 2.24494C9.60332 2.09318 9.43905 2.0333 9.33338 2.0333H6.66672C6.56104 2.0333 6.39678 2.09318 6.24502 2.24494ZM11.3667 3.29997V2.66663C11.3667 2.10564 11.0933 1.60323 10.745 1.25499C10.3968 0.906751 9.89438 0.633301 9.33338 0.633301H6.66672C6.10572 0.633301 5.60332 0.906751 5.25507 1.25499C4.90683 1.60323 4.63338 2.10564 4.63338 2.66663V3.29997H2.00005C1.61345 3.29997 1.30005 3.61337 1.30005 3.99997C1.30005 4.38657 1.61345 4.69997 2.00005 4.69997H2.63338V13.3333C2.63338 13.8943 2.90683 14.3967 3.25507 14.7449C3.60332 15.0932 4.10572 15.3666 4.66672 15.3666H11.3334C11.8944 15.3666 12.3968 15.0932 12.745 14.7449C13.0933 14.3967 13.3667 13.8943 13.3667 13.3333V4.69997H14C14.3866 4.69997 14.7 4.38657 14.7 3.99997C14.7 3.61337 14.3866 3.29997 14 3.29997H11.3667ZM4.03338 4.69997V13.3333C4.03338 13.439 4.09327 13.6032 4.24502 13.755C4.39678 13.9067 4.56104 13.9666 4.66672 13.9666H11.3334C11.4391 13.9666 11.6033 13.9067 11.7551 13.755C11.9068 13.6032 11.9667 13.439 11.9667 13.3333V4.69997H4.03338ZM6.66672 6.6333C7.05331 6.6333 7.36672 6.9467 7.36672 7.3333V11.3333C7.36672 11.7199 7.05331 12.0333 6.66672 12.0333C6.28012 12.0333 5.96672 11.7199 5.96672 11.3333V7.3333C5.96672 6.9467 6.28012 6.6333 6.66672 6.6333ZM9.33338 6.6333C9.71998 6.6333 10.0334 6.9467 10.0334 7.3333V11.3333C10.0334 11.7199 9.71998 12.0333 9.33338 12.0333C8.94678 12.0333 8.63338 11.7199 8.63338 11.3333V7.3333C8.63338 6.9467 8.94678 6.6333 9.33338 6.6333Z", fill: "currentColor", }), }), - wV = (e) => - kt("svg", { + cV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.24502 2.24494C6.09327 2.3967 6.03338 2.56096 6.03338 2.66663V3.29997H9.96672V2.66663C9.96672 2.56096 9.90683 2.3967 9.75507 2.24494C9.60332 2.09318 9.43905 2.0333 9.33338 2.0333H6.66672C6.56104 2.0333 6.39678 2.09318 6.24502 2.24494ZM11.3667 3.29997V2.66663C11.3667 2.10564 11.0933 1.60323 10.745 1.25499C10.3968 0.906751 9.89438 0.633301 9.33338 0.633301H6.66672C6.10572 0.633301 5.60332 0.906751 5.25507 1.25499C4.90683 1.60323 4.63338 2.10564 4.63338 2.66663V3.29997H2.00005C1.61345 3.29997 1.30005 3.61337 1.30005 3.99997C1.30005 4.38657 1.61345 4.69997 2.00005 4.69997H2.63338V13.3333C2.63338 13.8943 2.90683 14.3967 3.25507 14.7449C3.60332 15.0932 4.10572 15.3666 4.66672 15.3666H11.3334C11.8944 15.3666 12.3968 15.0932 12.745 14.7449C13.0933 14.3967 13.3667 13.8943 13.3667 13.3333V4.69997H14C14.3866 4.69997 14.7 4.38657 14.7 3.99997C14.7 3.61337 14.3866 3.29997 14 3.29997H11.3667ZM4.03338 4.69997V13.3333C4.03338 13.439 4.09327 13.6032 4.24502 13.755C4.39678 13.9067 4.56104 13.9666 4.66672 13.9666H11.3334C11.4391 13.9666 11.6033 13.9067 11.7551 13.755C11.9068 13.6032 11.9667 13.439 11.9667 13.3333V4.69997H4.03338Z", fill: "currentColor", }), }), - LV = (e) => - kt("svg", { + dV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 2.70005C7.65522 2.70005 7.32456 2.83701 7.08076 3.08081C6.83696 3.32461 6.7 3.65527 6.7 4.00005V4.02005C6.7 4.22341 6.61156 4.41672 6.45769 4.54969C6.30382 4.68266 6.09974 4.74214 5.89852 4.71265C5.57407 4.66512 5.24282 4.71634 4.94788 4.85966C4.65294 5.00297 4.40797 5.23175 4.24485 5.51621C4.08172 5.80068 4.00799 6.12765 4.03326 6.45459C4.05853 6.78154 4.18162 7.0933 4.38652 7.34932C4.50885 7.50217 4.56158 7.69926 4.53192 7.89277C4.50226 8.08628 4.39292 8.25852 4.23043 8.36772C3.88029 8.60301 3.61509 8.94465 3.47398 9.34221C3.33287 9.73976 3.32333 10.1721 3.44677 10.5755C3.57022 10.9789 3.82009 11.3319 4.15952 11.5824C4.49894 11.8329 4.90991 11.9677 5.33177 11.9667L5.33333 11.9667L10.6656 11.9667C10.6654 11.9667 10.6658 11.9667 10.6656 11.9667C11.0859 11.966 11.4955 11.8306 11.8332 11.5805C12.1711 11.3302 12.4199 10.9783 12.5431 10.5763C12.6663 10.1742 12.6574 9.7433 12.5177 9.3467C12.378 8.9501 12.1149 8.60872 11.767 8.37263C11.6054 8.26302 11.497 8.09092 11.4678 7.89789C11.4387 7.70485 11.4915 7.50841 11.6135 7.35599C11.8184 7.09997 11.9415 6.7882 11.9667 6.46126C11.992 6.13432 11.9183 5.80734 11.7552 5.52288C11.592 5.23842 11.3471 5.00964 11.0521 4.86632C10.7572 4.72301 10.4259 4.67178 10.1015 4.71932C9.90027 4.7488 9.69618 4.68932 9.54231 4.55635C9.38844 4.42339 9.3 4.23008 9.3 4.02672V4.00005C9.3 3.65527 9.16304 3.32461 8.91924 3.08081C8.67544 2.83701 8.34478 2.70005 8 2.70005ZM7.3 13.3667V14.6667C7.3 15.0533 7.6134 15.3667 8 15.3667C8.3866 15.3667 8.7 15.0533 8.7 14.6667V13.3667L10.6677 13.3667C11.3875 13.3657 12.088 13.1339 12.6664 12.7055C13.2449 12.2772 13.6708 11.6746 13.8817 10.9864C14.0926 10.2982 14.0773 9.56052 13.8382 8.8816C13.6747 8.41738 13.4124 7.99734 13.0725 7.64891C13.2344 7.31184 13.3335 6.94592 13.3626 6.56914C13.4095 5.96197 13.2726 5.35472 12.9696 4.82643C12.6667 4.29815 12.2117 3.87328 11.664 3.60712C11.332 3.44579 10.9752 3.3473 10.6115 3.3144C10.491 2.85543 10.2505 2.43216 9.90919 2.09086C9.40284 1.58451 8.71608 1.30005 8 1.30005C7.28392 1.30005 6.59716 1.58451 6.09081 2.09086C5.7512 2.43047 5.51141 2.85123 5.39031 3.30757C5.02596 3.34031 4.66855 3.43886 4.336 3.60045C3.78826 3.86661 3.33331 4.29148 3.03036 4.81977C2.72742 5.34806 2.5905 5.9553 2.63743 6.56248C2.66648 6.9384 2.76517 7.30352 2.92645 7.63995C2.58417 7.98815 2.31976 8.40866 2.15463 8.8739C1.91307 9.55446 1.89674 10.2947 2.10805 10.9852C2.31937 11.6757 2.74713 12.28 3.32817 12.7089C3.90897 13.1375 4.61216 13.3681 5.334 13.3667C5.3337 13.3667 5.3343 13.3667 5.334 13.3667", fill: "currentColor", }), }), - bV = (e) => - kt("svg", { + uV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633301 5.33338C0.633301 3.04581 2.65063 1.30005 4.99997 1.30005C6.76254 1.30005 8.33825 2.28268 9.01538 3.73953C9.633 3.44749 10.3117 3.29566 11.0024 3.30005C13.3507 3.30124 15.3666 5.04659 15.3666 7.33338C15.3666 7.71998 15.0532 8.03338 14.6666 8.03338H12.6666C12.481 8.03338 12.3029 7.95963 12.1717 7.82836L12 7.65666L11.8283 7.82836C11.697 7.95963 11.519 8.03338 11.3333 8.03338H10.1225C10.1924 8.34708 10.258 8.67353 10.315 9.00724C10.6158 10.7692 10.7175 12.9086 9.99116 14.9059C9.89056 15.1826 9.62766 15.3667 9.3333 15.3667H6.66663C6.43276 15.3667 6.21434 15.2499 6.08447 15.0554C5.95461 14.8609 5.93045 14.6144 6.0201 14.3984C6.56172 13.0933 6.93755 11.9239 6.64689 10.4707C6.57108 10.0916 6.81693 9.72279 7.19602 9.64698C7.57511 9.57116 7.94389 9.81701 8.01971 10.1961C8.30886 11.6419 8.06962 12.8613 7.6867 13.9667H8.82498C9.26882 12.4208 9.19172 10.7468 8.93495 9.24286C8.8285 8.61936 8.69701 8.04903 8.56396 7.53934L4.18886 11.9211C4.05742 12.0529 3.87892 12.1268 3.69282 12.1267C3.50671 12.1266 3.32832 12.0524 3.19706 11.9204C1.58383 10.2989 1.76853 7.64154 3.43166 5.97841C3.46956 5.9405 3.50799 5.90336 3.54691 5.86699C3.53247 5.85473 3.51848 5.84185 3.50499 5.82836L3.3333 5.65666L3.16161 5.82836C3.03033 5.95963 2.85229 6.03338 2.66663 6.03338H1.3333C0.946701 6.03338 0.633301 5.71998 0.633301 5.33338ZM6.39888 6.03338H6.66663C6.6927 6.03338 6.71844 6.03195 6.74377 6.02918C7.12111 6.04806 7.48459 6.14446 7.80855 6.31485L3.77005 10.3587C3.24324 9.34893 3.42521 7.96475 4.42161 6.96836C5.001 6.38896 5.70979 6.08419 6.39888 6.03338ZM7.91223 4.83469C7.41437 4.66489 6.88599 4.59957 6.35744 4.63338H4.28992L3.82828 4.17174C3.697 4.04047 3.51895 3.96672 3.3333 3.96672C3.14765 3.96672 2.9696 4.04047 2.83833 4.17174L2.37668 4.63338H2.14134C2.48106 3.55053 3.58927 2.70005 4.99997 2.70005C6.49701 2.70005 7.65341 3.65783 7.91223 4.83469ZM9.76841 6.63338H11.0434L11.505 6.17174C11.6363 6.04047 11.8143 5.96672 12 5.96672C12.1856 5.96672 12.3637 6.04047 12.4949 6.17174L12.9566 6.63338H13.8586C13.5189 5.55053 12.4107 4.70005 11 4.70005H10.9952C10.419 4.69608 9.85485 4.84866 9.36173 5.13855C9.36343 5.17217 9.36469 5.20592 9.36551 5.2398C9.40319 5.38071 9.4578 5.56534 9.52304 5.78591C9.59478 6.02842 9.67935 6.31437 9.76841 6.63338Z", fill: "currentColor", }), }), - MV = (e) => - kt("svg", { + pV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 1.30005C8.1944 1.30005 8.38007 1.38092 8.5125 1.52328L11.1729 4.38323C11.3651 4.58087 11.4932 4.83213 11.54 5.10403C11.5876 5.38024 11.5491 5.6644 11.4298 5.918C11.3687 6.04774 11.288 6.16627 11.1912 6.26977L12.5106 7.72116C12.692 7.91039 12.8152 8.14788 12.8654 8.40537C12.9165 8.66795 12.8895 8.93977 12.7877 9.18714C12.7245 9.34056 12.6343 9.4804 12.522 9.60037L13.844 11.0545C14.0253 11.2437 14.1485 11.4812 14.1987 11.7387C14.2499 12.0013 14.2229 12.2731 14.121 12.5205C14.0191 12.7678 13.8469 12.9799 13.6257 13.1303C13.4045 13.2807 13.144 13.3629 12.8765 13.3666L12.8666 13.3668L8.69997 13.3667V14.6667C8.69997 15.0533 8.38657 15.3667 7.99997 15.3667C7.61337 15.3667 7.29997 15.0533 7.29997 14.6667V13.3667H3.12347C2.85598 13.363 2.59547 13.2807 2.37424 13.1303C2.15302 12.9799 1.9808 12.7678 1.87894 12.5205C1.77708 12.2731 1.75007 12.0013 1.80124 11.7387C1.85141 11.4812 1.97461 11.2437 2.15597 11.0545L3.4779 9.60036C3.36569 9.4804 3.27545 9.34056 3.21227 9.18714C3.11042 8.93977 3.0834 8.66795 3.13457 8.40537C3.18475 8.14788 3.30795 7.91038 3.48932 7.72115L4.80875 6.26977C4.71192 6.16627 4.63121 6.04774 4.57016 5.918C4.45081 5.6644 4.41233 5.38024 4.45992 5.10403C4.50677 4.83213 4.63479 4.58088 4.82701 4.38324L7.48744 1.52328C7.61987 1.38092 7.80554 1.30005 7.99997 1.30005ZM4.55205 8.63338H4.66664C4.94371 8.63338 5.19471 8.79681 5.3068 9.05019C5.41889 9.30358 5.37097 9.59924 5.1846 9.80425L3.21872 11.9667H12.7812L10.8153 9.80425C10.629 9.59924 10.5811 9.30358 10.6931 9.05019C10.8052 8.79681 11.0562 8.63338 11.3333 8.63338H11.4479L9.48201 6.47092C9.29563 6.2659 9.24772 5.97025 9.35981 5.71686C9.4719 5.46347 9.7229 5.30005 9.99997 5.30005H10.1137L7.99997 3.02779L5.88624 5.30005H5.99997C6.27704 5.30005 6.52804 5.46347 6.64013 5.71686C6.75222 5.97025 6.70431 6.2659 6.51793 6.47092L4.55205 8.63338Z", fill: "currentColor", }), }), - HV = (e) => - kt("svg", { + mV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.66728 1.30005C8.86151 1.30021 9.04694 1.38106 9.17923 1.52328L11.8396 4.38323C12.0319 4.58087 12.1599 4.83213 12.2068 5.10403C12.2543 5.38024 12.2159 5.6644 12.0965 5.918C12.0355 6.04774 11.9548 6.16627 11.8579 6.26977L13.1774 7.72116C13.3587 7.91039 13.4819 8.14788 13.5321 8.40537C13.5833 8.66795 13.5563 8.93977 13.4544 9.18714C13.3912 9.34056 13.301 9.4804 13.1888 9.60036L14.5107 11.0545C14.6921 11.2437 14.8153 11.4812 14.8654 11.7387C14.9166 12.0013 14.8896 12.2731 14.7877 12.5205C14.6859 12.7678 14.5137 12.9799 14.2924 13.1303C14.0712 13.2807 13.8107 13.3629 13.5432 13.3666L13.5334 13.3668L9.3667 13.3667V14.6667C9.3667 15.0533 9.0533 15.3667 8.6667 15.3667C8.2801 15.3667 7.9667 15.0533 7.9667 14.6667V13.3659C7.59558 13.3485 7.30003 13.0421 7.30003 12.6667C7.30003 12.2801 7.61343 11.9667 8.00003 11.9667H13.448L11.4821 9.80425C11.2957 9.59924 11.2478 9.30358 11.3599 9.05019C11.472 8.79681 11.723 8.63338 12 8.63338H12.1146L10.1487 6.47092C9.96236 6.2659 9.91445 5.97025 10.0265 5.71686C10.1386 5.46347 10.3896 5.30005 10.6667 5.30005H10.7804L8.66585 3.02688L8.2451 3.47767C7.98132 3.7603 7.53837 3.77557 7.25574 3.51179C6.97312 3.248 6.95784 2.80505 7.22163 2.52243L8.15496 1.52243C8.28749 1.38043 8.47305 1.29989 8.66728 1.30005ZM4.6667 5.36672C4.32192 5.36672 3.99126 5.50368 3.74746 5.74748C3.50366 5.99127 3.3667 6.32193 3.3667 6.66672V6.80005C3.3667 7.0899 3.18806 7.34977 2.91744 7.4536C2.63648 7.56139 2.40162 7.76332 2.25292 8.02494C2.10422 8.28656 2.05088 8.59166 2.10201 8.88821C2.15314 9.18476 2.30557 9.45439 2.5333 9.65111C2.75906 9.84613 3.04497 9.95752 3.34301 9.96672H5.93878C6.24325 9.96907 6.53889 9.8645 6.77414 9.6712C7.00939 9.4779 7.16933 9.20816 7.22607 8.90901C7.2828 8.60986 7.23273 8.30029 7.08459 8.03428C6.93645 7.76827 6.69964 7.56269 6.41545 7.4534C6.14509 7.34944 5.9667 7.0897 5.9667 6.80005V6.66672C5.9667 6.32193 5.82974 5.99127 5.58594 5.74748C5.34214 5.50368 5.01148 5.36672 4.6667 5.36672ZM3.9667 11.3667V14.6667C3.9667 15.0533 4.2801 15.3667 4.6667 15.3667C5.0533 15.3667 5.3667 15.0533 5.3667 14.6667V11.3667H5.93087C6.5622 11.3709 7.17508 11.1537 7.66293 10.7529C8.15153 10.3514 8.48371 9.79118 8.60155 9.16988C8.71938 8.54857 8.61539 7.90561 8.30771 7.35313C8.07853 6.94158 7.74715 6.59968 7.34903 6.35821C7.27974 5.75569 7.00898 5.19062 6.57589 4.75753C6.06954 4.25118 5.38278 3.96672 4.6667 3.96672C3.95061 3.96672 3.26386 4.25118 2.75751 4.75753C2.3245 5.19053 2.05376 5.75547 1.98441 6.35786C1.59239 6.59528 1.26487 6.9301 1.03579 7.33313C0.726949 7.87649 0.616176 8.51017 0.722368 9.12608C0.82856 9.742 1.14514 10.302 1.61811 10.7106C2.09108 11.1191 2.69115 11.351 3.31596 11.3665L3.33337 11.3667H3.9667Z", fill: "currentColor", }), }), - EV = (e) => - kt("svg", { + hV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM3.96672 4.66672C3.96672 4.28012 4.28012 3.96672 4.66672 3.96672H6.66672C7.05331 3.96672 7.36672 4.28012 7.36672 4.66672V10.6667C7.36672 11.0533 7.05331 11.3667 6.66672 11.3667H4.66672C4.28012 11.3667 3.96672 11.0533 3.96672 10.6667V4.66672ZM5.36672 5.36672V9.96672H5.96672V5.36672H5.36672ZM8.63338 4.66672C8.63338 4.28012 8.94678 3.96672 9.33338 3.96672H11.3334C11.72 3.96672 12.0334 4.28012 12.0334 4.66672V8.00005C12.0334 8.38665 11.72 8.70005 11.3334 8.70005H9.33338C8.94678 8.70005 8.63338 8.38665 8.63338 8.00005V4.66672ZM10.0334 5.36672V7.30005H10.6334V5.36672H10.0334Z", fill: "currentColor", }), }), - RV = (e) => - kt("svg", { + fV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 4.1717C1.11169 3.89833 1.55491 3.89833 1.82828 4.1717L5.66663 8.01006L8.50499 5.1717C8.77836 4.89833 9.22157 4.89833 9.49494 5.1717L13.9666 9.64339V7.33334C13.9666 6.94674 14.28 6.63334 14.6666 6.63334C15.0532 6.63334 15.3666 6.94674 15.3666 7.33334V11.3333C15.3666 11.7199 15.0532 12.0333 14.6666 12.0333H10.6666C10.28 12.0333 9.96663 11.7199 9.96663 11.3333C9.96663 10.9467 10.28 10.6333 10.6666 10.6333H12.9767L8.99997 6.65662L6.16161 9.49498C5.88824 9.76835 5.44503 9.76835 5.17166 9.49498L0.838326 5.16165C0.564959 4.88828 0.564959 4.44507 0.838326 4.1717Z", fill: "currentColor", }), }), - yV = (e) => - kt("svg", { + gV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.6666 5.36667C10.28 5.36667 9.96663 5.05327 9.96663 4.66667C9.96663 4.28008 10.28 3.96667 10.6666 3.96667H14.6666C15.0532 3.96667 15.3666 4.28008 15.3666 4.66667V8.66667C15.3666 9.05327 15.0532 9.36667 14.6666 9.36667C14.28 9.36667 13.9666 9.05327 13.9666 8.66667V6.35662L9.49494 10.8283C9.22157 11.1017 8.77836 11.1017 8.50499 10.8283L5.66663 7.98996L1.82828 11.8283C1.55491 12.1017 1.11169 12.1017 0.838326 11.8283C0.564959 11.5549 0.564959 11.1117 0.838326 10.8384L5.17166 6.50503C5.44503 6.23167 5.88824 6.23167 6.16161 6.50503L8.99997 9.34339L12.9767 5.36667H10.6666Z", fill: "currentColor", }), }), - VV = (e) => - Ot("svg", { + vV = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.9864 1.59606C7.29208 1.41794 7.63954 1.3241 7.99333 1.3241C8.34711 1.3241 8.69457 1.41794 9.00025 1.59606C9.30554 1.77396 9.55825 2.02955 9.73266 2.33682L9.73333 2.33799L15.064 11.6667L15.0648 11.6681C15.2398 11.9717 15.3319 12.3158 15.332 12.6662C15.3321 13.0171 15.2398 13.3618 15.0645 13.6658C14.8892 13.9698 14.637 14.2223 14.3333 14.398C14.0295 14.5737 13.6849 14.6663 13.334 14.6667L2.66927 14.6667C2.31784 14.6693 1.97192 14.5792 1.66635 14.4055C1.35981 14.2313 1.10477 13.9791 0.927105 13.6745C0.749437 13.3699 0.655449 13.0238 0.654668 12.6712C0.653888 12.3191 0.746067 11.9731 0.921873 11.668L0.922659 11.6667L6.25333 2.33799L6.25399 2.33683C6.4284 2.02955 6.68111 1.77396 6.9864 1.59606ZM7.99333 2.65743C7.8754 2.65743 7.75958 2.68871 7.65769 2.74809C7.55579 2.80746 7.47147 2.8928 7.41333 2.9954L7.41216 2.99746L2.07882 12.3308L2.07733 12.3334C2.01856 12.4352 1.98774 12.5507 1.988 12.6682C1.98826 12.7858 2.01959 12.9011 2.07881 13.0027C2.13803 13.1042 2.22304 13.1883 2.32523 13.2463C2.42741 13.3044 2.54313 13.3344 2.66066 13.3334L2.66666 13.3333L13.3326 13.3334C13.4494 13.3331 13.5647 13.3022 13.6657 13.2438C13.767 13.1852 13.8511 13.1011 13.9095 12.9997C13.9679 12.8984 13.9987 12.7835 13.9986 12.6665C13.9986 12.5496 13.9678 12.4347 13.9093 12.3334L13.9078 12.3308L8.57332 2.9954C8.51518 2.8928 8.43086 2.80746 8.32897 2.74809C8.22708 2.68871 8.11126 2.65743 7.99333 2.65743Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 5.33336C8.36818 5.33336 8.66666 5.63184 8.66666 6.00003V8.66669C8.66666 9.03488 8.36818 9.33336 7.99999 9.33336C7.6318 9.33336 7.33333 9.03488 7.33333 8.66669V6.00003C7.33333 5.63184 7.6318 5.33336 7.99999 5.33336Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33333 11.3334C7.33333 10.9652 7.6318 10.6667 7.99999 10.6667H8.00666C8.37485 10.6667 8.67333 10.9652 8.67333 11.3334C8.67333 11.7016 8.37485 12 8.00666 12H7.99999C7.6318 12 7.33333 11.7016 7.33333 11.3334Z", @@ -22338,1013 +22318,1013 @@ const Bt = (e) => }), ], }), - SV = (e) => - kt("svg", { + wV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.98508 1.57374C7.29376 1.39595 7.64372 1.30237 7.99994 1.30237C8.35616 1.30237 8.70613 1.39595 9.01481 1.57374C9.32348 1.75154 9.58004 2.0073 9.75878 2.31543L9.76106 2.31937L15.0928 11.65C15.0931 11.6505 15.0934 11.651 15.0937 11.6515C15.2715 11.9601 15.3652 12.31 15.3652 12.6662C15.3653 13.0229 15.2716 13.3734 15.0933 13.6824C14.9151 13.9915 14.6587 14.2482 14.3499 14.4268C14.0411 14.6054 13.6907 14.6996 13.334 14.7H2.66661C2.30986 14.6996 1.95877 14.6054 1.64996 14.4268C1.34114 14.2482 1.08475 13.9915 0.906537 13.6824C0.728322 13.3734 0.634552 13.0229 0.634644 12.6662C0.634735 12.31 0.728373 11.9601 0.90617 11.6515C0.906466 11.651 0.906763 11.6505 0.907059 11.65L6.2411 2.31542C6.41984 2.0073 6.6764 1.75154 6.98508 1.57374ZM7.99994 2.70237C7.88899 2.70237 7.77998 2.73152 7.68384 2.78689C7.58823 2.84196 7.50868 2.92105 7.45305 3.0163L2.12105 12.3473L2.11949 12.35C2.06394 12.4462 2.03467 12.5554 2.03464 12.6665C2.03462 12.7776 2.06382 12.8868 2.11933 12.9831C2.17484 13.0793 2.2547 13.1593 2.35089 13.2149C2.44708 13.2705 2.55621 13.2999 2.66733 13.3H13.3326C13.4437 13.2999 13.5528 13.2705 13.649 13.2149C13.7452 13.1593 13.825 13.0793 13.8806 12.9831C13.9361 12.8868 13.9653 12.7776 13.9652 12.6665C13.9652 12.5554 13.936 12.4462 13.8804 12.35L13.8788 12.3473L8.54684 3.0163C8.49121 2.92105 8.41165 2.84196 8.31605 2.78689C8.2199 2.73152 8.1109 2.70237 7.99994 2.70237Z", fill: "currentColor", }), }), - TV = (e) => - kt("svg", { + LV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9667 3.47041L2.64033 12.6333H13.3334C13.5013 12.6333 13.6624 12.5666 13.7812 12.4478C13.9 12.3291 13.9667 12.168 13.9667 12V3.47041ZM14.6375 2.00805C15.2172 2.26009 15.3667 2.86872 15.3667 3.33333V12C15.3667 12.5393 15.1525 13.0565 14.7712 13.4378C14.3898 13.8191 13.8727 14.0333 13.3334 14.0333H2.00004C1.76268 14.0333 1.51509 14.0023 1.2927 13.9086C1.06715 13.8135 0.805684 13.623 0.699203 13.2858C0.594332 12.9537 0.694366 12.6507 0.814814 12.4451C0.93441 12.241 1.10897 12.0663 1.29798 11.9185L13.1702 2.31401C13.5342 2.03089 14.0853 1.76798 14.6375 2.00805Z", fill: "currentColor", }), }), - NV = (e) => - kt("svg", { + bV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.29997 1.3333C3.29997 0.946701 3.61337 0.633301 3.99997 0.633301H12C12.3866 0.633301 12.7 0.946701 12.7 1.3333V1.96663H13C13.6276 1.96663 14.2296 2.21598 14.6735 2.65981C15.1173 3.10365 15.3666 3.70562 15.3666 4.3333C15.3666 4.96098 15.1173 5.56295 14.6735 6.00679C14.2296 6.45062 13.6276 6.69997 13 6.69997H12.6476C12.4988 7.68744 12.0381 8.60865 11.3234 9.32337C10.9444 9.70231 10.5074 10.0099 10.0333 10.2374V11.3219C10.0366 11.3279 10.0436 11.3388 10.0576 11.3548C10.0992 11.4021 10.174 11.4587 10.2725 11.504L9.97997 12.14L10.2713 11.5035C11.1834 11.9209 11.7913 12.8775 11.9749 13.9666H13.3333C13.7199 13.9666 14.0333 14.28 14.0333 14.6666C14.0333 15.0532 13.7199 15.3666 13.3333 15.3666H2.66663C2.28003 15.3666 1.96663 15.0532 1.96663 14.6666C1.96663 14.28 2.28003 13.9666 2.66663 13.9666H4.02502C4.20853 12.8778 4.81619 11.9214 5.72787 11.5038C5.8262 11.4585 5.90083 11.402 5.94229 11.3548C5.95632 11.3388 5.96336 11.3279 5.96663 11.3219V10.2374C5.4925 10.0099 5.05551 9.70231 4.67657 9.32337C3.96185 8.60865 3.50109 7.68744 3.35237 6.69997H2.99997C2.37229 6.69997 1.77032 6.45062 1.32648 6.00679C0.882645 5.56295 0.633301 4.96098 0.633301 4.3333C0.633301 3.70562 0.882645 3.10365 1.32648 2.65981C1.77032 2.21598 2.37229 1.96663 2.99997 1.96663H3.29997V1.3333ZM3.29997 3.36663H2.99997C2.74359 3.36663 2.49772 3.46848 2.31643 3.64976C2.13515 3.83105 2.0333 4.07692 2.0333 4.3333C2.0333 4.58968 2.13515 4.83555 2.31643 5.01684C2.49772 5.19812 2.74359 5.29997 2.99997 5.29997H3.29997V3.36663ZM4.69997 2.0333H11.3V5.99997C11.3 6.87518 10.9523 7.71455 10.3334 8.33342C9.71455 8.95229 8.87518 9.29997 7.99997 9.29997C7.12475 9.29997 6.28538 8.95229 5.66651 8.33342C5.04764 7.71455 4.69997 6.87518 4.69997 5.99997V2.0333ZM12.7 3.36663V5.29997H13C13.2563 5.29997 13.5022 5.19812 13.6835 5.01684C13.8648 4.83555 13.9666 4.58968 13.9666 4.3333C13.9666 4.07692 13.8648 3.83105 13.6835 3.64976C13.5022 3.46848 13.2563 3.36663 13 3.36663H12.7ZM7.36663 10.6571V11.3333C7.36663 12.1202 6.72514 12.5861 6.3125 12.7759L6.31125 12.7765C5.96285 12.9359 5.61152 13.358 5.45334 13.9666H10.5466C10.3884 13.358 10.0371 12.9359 9.68868 12.7765L9.68743 12.7759C9.27479 12.5861 8.6333 12.1202 8.6333 11.3333V10.6571C8.42456 10.6855 8.21301 10.7 7.99997 10.7C7.78693 10.7 7.57538 10.6855 7.36663 10.6571Z", fill: "currentColor", }), }), - xV = (e) => - kt("svg", { + MV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22885 2.56222C1.61017 2.1809 2.12736 1.96667 2.66663 1.96667H7.99997C8.53924 1.96667 9.05643 2.1809 9.43775 2.56222C9.81907 2.94355 10.0333 3.46073 10.0333 4.00001V4.63334H11.68C11.8848 4.63363 12.088 4.67997 12.2725 4.76891C12.4568 4.85777 12.6188 4.98688 12.7466 5.14672M12.7466 5.14672L15.066 8.04596C15.0658 8.04579 15.0661 8.04613 15.066 8.04596L14.52 8.48401M2.757 12.7H1.99997C1.63751 12.7 1.28989 12.556 1.03359 12.2997C0.777288 12.0434 0.633301 11.6958 0.633301 11.3333V4.00001C0.633301 3.46073 0.847526 2.94355 1.22885 2.56222M4.66663 11.3667C4.31685 11.3667 4.0333 11.6502 4.0333 12C4.0333 12.3498 4.31685 12.6333 4.66663 12.6333C5.01641 12.6333 5.29997 12.3498 5.29997 12C5.29997 11.6502 5.01641 11.3667 4.66663 11.3667ZM11.3333 11.3667C10.9835 11.3667 10.7 11.6502 10.7 12C10.7 12.3498 10.9835 12.6333 11.3333 12.6333C11.6831 12.6333 11.9666 12.3498 11.9666 12C11.9666 11.6502 11.6831 11.3667 11.3333 11.3667Z", fill: "currentColor", }), }), - _V = (e) => - kt("svg", { + HV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.8037 4.69883C3.88356 3.7987 5.24939 3.30005 6.66663 3.30005C8.08388 3.30005 9.44971 3.79869 10.5296 4.69883C10.5591 4.72012 10.5872 4.7439 10.6135 4.77009C10.7231 4.86492 10.8297 4.96399 10.9328 5.06717C11.2101 5.34446 11.4577 5.64597 11.6733 5.96672H13.3333C13.8726 5.96672 14.3898 6.18094 14.7711 6.56227C15.1524 6.94359 15.3666 7.46077 15.3666 8.00005C15.3666 8.53932 15.1524 9.05651 14.7711 9.43783C14.3898 9.81916 13.8726 10.0334 13.3333 10.0334H12.7V11.3334C12.7 11.6958 12.556 12.0435 12.2997 12.2998C12.0434 12.5561 11.6958 12.7 11.3333 12.7H9.99997C9.63751 12.7 9.28989 12.5561 9.03359 12.2998C8.77729 12.0435 8.6333 11.6958 8.6333 11.3334V10.0334H4.69997V11.3334C4.69997 11.6958 4.55598 12.0435 4.29968 12.2998C4.04338 12.5561 3.69576 12.7 3.3333 12.7H1.99997C1.63751 12.7 1.28989 12.5561 1.03359 12.2998C0.777288 12.0435 0.633301 11.6958 0.633301 11.3334V9.33338C0.633301 7.73324 1.26895 6.19864 2.40042 5.06717C2.50361 4.96398 2.61015 4.86492 2.71979 4.77009C2.74608 4.7439 2.77417 4.72013 2.8037 4.69883ZM3.29257 6.15793C2.64604 6.84486 2.22766 7.70945 2.08646 8.63338H3.56734L4.42963 6.90881L3.29257 6.15793ZM5.76592 7.36672L5.13259 8.63338H8.20068L7.56734 7.36672H5.76592ZM8.90364 6.90881L9.76592 8.63338H11.2468C11.1056 7.70945 10.6872 6.84486 10.0407 6.15793L8.90364 6.90881ZM8.86653 5.2556C8.1966 4.89421 7.44163 4.70005 6.66663 4.70005C5.89164 4.70005 5.13666 4.89421 4.46674 5.2556L5.54358 5.96672H7.78969L8.86653 5.2556ZM12.6592 8.63338H13.3333C13.5013 8.63338 13.6624 8.56666 13.7811 8.44788C13.8999 8.32911 13.9666 8.16802 13.9666 8.00005C13.9666 7.83208 13.8999 7.67099 13.7811 7.55221C13.6624 7.43344 13.5013 7.36672 13.3333 7.36672H12.3704C12.5114 7.77551 12.6086 8.20008 12.6592 8.63338ZM11.3 10.0334H10.0333V11.3H11.3V10.0334ZM3.29997 10.0334H2.0333V11.3H3.29997V10.0334Z", fill: "currentColor", }), }), - AV = (e) => - kt("svg", { + EV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66663 2.70005C2.31685 2.70005 2.0333 2.9836 2.0333 3.33338V10C2.0333 10.3498 2.31685 10.6334 2.66663 10.6334H13.3333C13.6831 10.6334 13.9666 10.3498 13.9666 10V3.33338C13.9666 2.9836 13.6831 2.70005 13.3333 2.70005H2.66663ZM0.633301 3.33338C0.633301 2.2104 1.54366 1.30005 2.66663 1.30005H13.3333C14.4563 1.30005 15.3666 2.2104 15.3666 3.33338V10C15.3666 11.123 14.4563 12.0334 13.3333 12.0334H2.66663C1.54366 12.0334 0.633301 11.123 0.633301 10V3.33338ZM3.96663 14C3.96663 13.6135 4.28003 13.3 4.66663 13.3H11.3333C11.7199 13.3 12.0333 13.6135 12.0333 14C12.0333 14.3866 11.7199 14.7 11.3333 14.7H4.66663C4.28003 14.7 3.96663 14.3866 3.96663 14Z", fill: "currentColor", }), }), - ZV = (e) => - kt("svg", { + RV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.17166 0.838326C4.44503 0.564959 4.88824 0.564959 5.16161 0.838326L7.99997 3.67668L10.8383 0.838326C11.1117 0.564959 11.5549 0.564959 11.8283 0.838326C12.1016 1.11169 12.1016 1.55491 11.8283 1.82828L9.68992 3.96663H13.3333C14.4563 3.96663 15.3666 4.87699 15.3666 5.99997V13.3333C15.3666 14.4563 14.4563 15.3666 13.3333 15.3666H2.66663C1.54366 15.3666 0.633301 14.4563 0.633301 13.3333V5.99997C0.633301 4.87699 1.54366 3.96663 2.66663 3.96663H6.31002L4.17166 1.82828C3.89829 1.55491 3.89829 1.11169 4.17166 0.838326ZM2.66663 5.36663C2.31685 5.36663 2.0333 5.65019 2.0333 5.99997V13.3333C2.0333 13.6831 2.31685 13.9666 2.66663 13.9666H13.3333C13.6831 13.9666 13.9666 13.6831 13.9666 13.3333V5.99997C13.9666 5.65019 13.6831 5.36663 13.3333 5.36663H2.66663Z", fill: "currentColor", }), }), - IV = (e) => - kt("svg", { + yV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 1.3333C1.30005 0.946701 1.61345 0.633301 2.00005 0.633301H14C14.3866 0.633301 14.7 0.946701 14.7 1.3333V9.3333C14.7 9.51895 14.6263 9.697 14.495 9.82827L11.8284 12.4949C11.6971 12.6262 11.519 12.7 11.3334 12.7H8.29L5.82836 15.1616C5.62816 15.3618 5.32708 15.4217 5.0655 15.3133C4.80393 15.205 4.63338 14.9498 4.63338 14.6666V12.7H2.00005C1.61345 12.7 1.30005 12.3866 1.30005 12V1.3333ZM2.70005 2.0333V11.3H5.33338C5.71998 11.3 6.03338 11.6134 6.03338 12V12.9767L7.50507 11.505C7.63635 11.3737 7.8144 11.3 8.00005 11.3H11.0434L13.3 9.04335V2.0333H2.70005ZM7.33338 3.96663C7.71998 3.96663 8.03338 4.28003 8.03338 4.66663V7.3333C8.03338 7.7199 7.71998 8.0333 7.33338 8.0333C6.94678 8.0333 6.63338 7.7199 6.63338 7.3333V4.66663C6.63338 4.28003 6.94678 3.96663 7.33338 3.96663ZM10.6667 3.96663C11.0533 3.96663 11.3667 4.28003 11.3667 4.66663V7.3333C11.3667 7.7199 11.0533 8.0333 10.6667 8.0333C10.2801 8.0333 9.96672 7.7199 9.96672 7.3333V4.66663C9.96672 4.28003 10.2801 3.96663 10.6667 3.96663Z", fill: "currentColor", }), }), - kV = (e) => - kt("svg", { + VV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.6818 3.60415C8.95103 3.98489 8.45471 4.78105 8.68449 5.85335C8.72803 6.05653 8.67905 6.26855 8.5508 6.43205C8.42256 6.59554 8.22831 6.69361 8.02061 6.69972C5.91216 6.76174 3.80791 5.98197 2.23806 4.57861C1.50471 7.06919 2.94121 9.88489 5.5345 10.6629C5.77847 10.7361 5.96343 10.936 6.01744 11.1849C6.07145 11.4338 5.986 11.6924 5.79431 11.8602C5.19662 12.3831 4.49453 12.7736 3.74182 13.0268C8.49575 14.4001 13.492 10.3558 12.6422 5.04395C12.6067 4.82231 12.6797 4.5971 12.8384 4.43838C12.9373 4.33945 13.0315 4.23011 13.1204 4.11456C12.9727 4.14613 12.8189 4.16669 12.6667 4.16669C12.4894 4.16669 12.3187 4.09941 12.1891 3.97843C11.42 3.26061 10.4277 3.21553 9.6818 3.60415ZM14.6667 2.66669C15.3308 2.88805 15.3307 2.88818 15.3307 2.88831L15.3298 2.89101L15.3281 2.89602L15.3226 2.91199C15.318 2.92523 15.3116 2.94357 15.3032 2.96655C15.2866 3.01249 15.2626 3.07711 15.2311 3.15653C15.1684 3.315 15.0756 3.53452 14.9534 3.7835C14.7538 4.19011 14.461 4.70596 14.0725 5.16295C14.9353 12.2434 7.10076 17.3291 0.946638 13.2502C0.684318 13.0763 0.570272 12.7488 0.667883 12.4496C0.765494 12.1504 1.05076 11.9531 1.36515 11.9674C2.2447 12.0074 3.11485 11.8308 3.86948 11.4659C0.985837 9.83577 -0.272743 6.04933 1.38499 2.9991C1.49533 2.79608 1.69874 2.66059 1.9286 2.63701C2.15846 2.61343 2.38514 2.70481 2.5344 2.8812C3.69996 4.25869 5.43129 5.12869 7.22774 5.27963C7.24802 3.95487 7.99949 2.90203 9.03492 2.36256C10.187 1.76231 11.689 1.79742 12.8841 2.73229C12.9368 2.719 12.9969 2.70136 13.0644 2.67855C13.248 2.6165 13.4457 2.53017 13.6338 2.43805C13.8202 2.34672 13.9873 2.25462 14.1079 2.18512C14.168 2.15055 14.2157 2.12201 14.2478 2.10254L14.2836 2.08064L14.2917 2.07558L14.2929 2.07485C14.2929 2.07488 14.2929 2.07482 14.2929 2.07485C14.2928 2.07489 14.2929 2.07485 14.6667 2.66669ZM14.2929 2.07485C14.543 1.91695 14.8656 1.93324 15.0984 2.11568C15.3313 2.29816 15.4242 2.60762 15.3307 2.88831L14.6667 2.66669", fill: "currentColor", }), }), - OV = (e) => - kt("svg", { + TV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.96655 2.66667C1.96655 2.28008 2.27995 1.96667 2.66655 1.96667H13.3332C13.7198 1.96667 14.0332 2.28008 14.0332 2.66667V4.66667C14.0332 5.05327 13.7198 5.36667 13.3332 5.36667C12.9466 5.36667 12.6332 5.05327 12.6332 4.66667V3.36667H8.69989V12.6333H9.99989C10.3865 12.6333 10.6999 12.9467 10.6999 13.3333C10.6999 13.7199 10.3865 14.0333 9.99989 14.0333H5.99989C5.61329 14.0333 5.29989 13.7199 5.29989 13.3333C5.29989 12.9467 5.61329 12.6333 5.99989 12.6333H7.29989V3.36667H3.36655V4.66667C3.36655 5.05327 3.05315 5.36667 2.66655 5.36667C2.27995 5.36667 1.96655 5.05327 1.96655 4.66667V2.66667Z", fill: "currentColor", }), }), - BV = (e) => - kt("svg", { + SV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633301C8.3866 0.633301 8.7 0.946701 8.7 1.3333V1.35783C10.2706 1.5069 11.7596 2.15472 12.9435 3.21587C14.3021 4.43362 15.1635 6.11 15.3625 7.92363C15.3842 8.12138 15.3207 8.31903 15.1879 8.46717C15.0552 8.61532 14.8656 8.69997 14.6667 8.69997H8.7V13.3333C8.7 13.5013 8.76673 13.6624 8.8855 13.7811C9.00427 13.8999 9.16536 13.9666 9.33333 13.9666C9.5013 13.9666 9.6624 13.8999 9.78117 13.7811C9.89994 13.6624 9.96667 13.5013 9.96667 13.3333C9.96667 12.9467 10.2801 12.6333 10.6667 12.6333C11.0533 12.6333 11.3667 12.9467 11.3667 13.3333C11.3667 13.8726 11.1524 14.3898 10.7711 14.7711C10.3898 15.1524 9.87261 15.3666 9.33333 15.3666C8.79406 15.3666 8.27687 15.1524 7.89555 14.7711C7.51423 14.3898 7.3 13.8726 7.3 13.3333V8.69997H1.33333C1.13439 8.69997 0.944849 8.61532 0.812069 8.46717C0.679288 8.31903 0.615814 8.12138 0.63751 7.92363C0.836481 6.11 1.69786 4.43362 3.05651 3.21587C4.24044 2.15472 5.72937 1.5069 7.3 1.35783V1.3333C7.3 0.946701 7.6134 0.633301 8 0.633301ZM13.8336 7.29997C13.5469 6.13148 12.914 5.0695 12.0091 4.2584C10.9072 3.27083 9.47965 2.72469 8 2.72469C6.52035 2.72469 5.09277 3.27083 3.99093 4.2584C3.08598 5.0695 2.45306 6.13148 2.16636 7.29997H13.8336Z", fill: "currentColor", }), }), - DV = (e) => - kt("svg", { + NV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838329 0.838326C1.1117 0.564959 1.55491 0.564959 1.82828 0.838326L4.08021 3.09025C4.10256 3.1099 4.1239 3.1312 4.14407 3.15412L8.4947 7.50475C8.49486 7.50491 8.49503 7.50507 8.49519 7.50524L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L8.69997 9.68992V13.3333C8.69997 13.3562 8.69885 13.3791 8.69661 13.4018C8.68438 13.5261 8.71615 13.6507 8.78637 13.754C8.85658 13.8572 8.9608 13.9325 9.08086 13.9668C9.20092 14.0011 9.32921 13.9922 9.44338 13.9417C9.55754 13.8911 9.65035 13.8021 9.70562 13.6901C9.87674 13.3435 10.2965 13.2012 10.6432 13.3723C10.9898 13.5434 11.1321 13.9632 10.961 14.3098C10.7606 14.7157 10.4242 15.0384 10.0104 15.2217C9.59652 15.405 9.13147 15.4373 8.69625 15.313C8.26104 15.1886 7.88325 14.9155 7.62871 14.5412C7.38133 14.1775 7.26561 13.7406 7.29997 13.3028V8.69997H1.3333C1.1354 8.69997 0.94674 8.61619 0.814026 8.46938C0.681311 8.32257 0.616944 8.12644 0.636856 7.92954C0.801399 6.3024 1.50167 4.78378 2.61637 3.60632L0.838329 1.82828C0.564962 1.55491 0.564962 1.11169 0.838329 0.838326ZM3.60678 4.59673C2.89653 5.3567 2.39765 6.28903 2.15904 7.29997H6.31002L3.60678 4.59673ZM7.87556 2.68895C7.91594 2.69619 7.95751 2.69997 7.99997 2.69997C8.04478 2.69997 8.0886 2.69576 8.13106 2.68771C8.36833 2.69165 8.60572 2.70975 8.84197 2.74211C9.72343 2.86287 10.5667 3.17923 11.3101 3.66802C12.0535 4.15681 12.6782 4.80567 13.1384 5.56708C13.4638 6.10544 13.7012 6.69045 13.8432 7.29997H11.6666C11.28 7.29997 10.9666 7.61337 10.9666 7.99997C10.9666 8.38657 11.28 8.69997 11.6666 8.69997H14.6666C14.8642 8.69997 15.0526 8.61646 15.1853 8.47005C15.318 8.32365 15.3826 8.12798 15.3633 7.93134C15.2556 6.83818 14.9048 5.78294 14.3366 4.84288C13.7684 3.90281 12.9971 3.10171 12.0793 2.49823C11.1614 1.89475 10.1203 1.50417 9.032 1.35507C8.92143 1.33992 8.81067 1.32731 8.69979 1.31721C8.69124 0.938045 8.38119 0.633301 7.99997 0.633301C7.61669 0.633301 7.30536 0.941341 7.30004 1.32336C6.78854 1.37444 6.28222 1.47907 5.78954 1.63652C5.42129 1.75421 5.21817 2.14814 5.33586 2.51639C5.45355 2.88464 5.84748 3.08777 6.21573 2.97008C6.75449 2.7979 7.31339 2.7037 7.87556 2.68895Z", fill: "currentColor", }), }), - PV = (e) => - kt("svg", { + xV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 1.96667C4.3866 1.96667 4.7 2.28008 4.7 2.66667V6.66667C4.7 7.54189 5.04768 8.38126 5.66655 9.00013C6.28542 9.619 7.12479 9.96667 8 9.96667C8.87522 9.96667 9.71458 9.619 10.3335 9.00013C10.9523 8.38126 11.3 7.54189 11.3 6.66667V2.66667C11.3 2.28008 11.6134 1.96667 12 1.96667C12.3866 1.96667 12.7 2.28008 12.7 2.66667V6.66667C12.7 7.91319 12.2048 9.10866 11.3234 9.99008C10.442 10.8715 9.24652 11.3667 8 11.3667C6.75348 11.3667 5.55802 10.8715 4.6766 9.99008C3.79518 9.10866 3.3 7.91319 3.3 6.66667V2.66667C3.3 2.28008 3.6134 1.96667 4 1.96667ZM1.96667 13.3333C1.96667 12.9467 2.28007 12.6333 2.66667 12.6333H13.3333C13.7199 12.6333 14.0333 12.9467 14.0333 13.3333C14.0333 13.7199 13.7199 14.0333 13.3333 14.0333H2.66667C2.28007 14.0333 1.96667 13.7199 1.96667 13.3333Z", fill: "currentColor", }), }), - FV = (e) => - kt("svg", { + _V = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.49498 2.1717C6.76834 2.44507 6.76834 2.88828 6.49498 3.16165L4.35662 5.30001H9.66667C10.2401 5.30001 10.8079 5.41296 11.3377 5.6324C11.8675 5.85185 12.3489 6.17349 12.7544 6.57898C13.1599 6.98446 13.4815 7.46584 13.7009 7.99562C13.9204 8.52541 14.0333 9.09324 14.0333 9.66667C14.0333 10.2401 13.9204 10.8079 13.7009 11.3377C13.4815 11.8675 13.1599 12.3489 12.7544 12.7544C12.3489 13.1599 11.8675 13.4815 11.3377 13.7009C10.8079 13.9204 10.2401 14.0333 9.66667 14.0333H7.33333C6.94673 14.0333 6.63333 13.7199 6.63333 13.3333C6.63333 12.9467 6.94673 12.6333 7.33333 12.6333H9.66667C10.0563 12.6333 10.442 12.5566 10.802 12.4075C11.1619 12.2584 11.4889 12.0399 11.7644 11.7644C12.0399 11.4889 12.2584 11.1619 12.4075 10.802C12.5566 10.442 12.6333 10.0563 12.6333 9.66667C12.6333 9.27709 12.5566 8.89131 12.4075 8.53138C12.2584 8.17145 12.0399 7.8444 11.7644 7.56892C11.4889 7.29344 11.1619 7.07492 10.802 6.92583C10.442 6.77674 10.0563 6.70001 9.66667 6.70001H4.35662L6.49498 8.83837C6.76834 9.11173 6.76834 9.55495 6.49498 9.82832C6.22161 10.1017 5.77839 10.1017 5.50503 9.82832L2.17169 6.49498C1.89833 6.22162 1.89833 5.7784 2.17169 5.50503L5.50503 2.1717C5.77839 1.89833 6.22161 1.89833 6.49498 2.1717Z", fill: "currentColor", }), }), - UV = (e) => - kt("svg", { + AV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 3.96667C2.3866 3.96667 2.7 4.28008 2.7 4.66667V7.09492L3.53262 6.34556C4.7601 5.24465 6.35044 4.63502 7.99929 4.63334C9.77624 4.63334 11.4811 5.33923 12.7376 6.59573C13.9941 7.85222 14.7 9.55639 14.7 11.3333C14.7 11.7199 14.3866 12.0333 14 12.0333C13.6134 12.0333 13.3 11.7199 13.3 11.3333C13.3 9.92769 12.7416 8.57962 11.7477 7.58568C10.7538 6.59182 9.40588 6.03344 8.00036 6.03334C6.69638 6.03475 5.43869 6.51684 4.46785 7.38737C4.46769 7.38751 4.46801 7.38723 4.46785 7.38737L3.82417 7.96667H6C6.3866 7.96667 6.7 8.28008 6.7 8.66667C6.7 9.05327 6.3866 9.36667 6 9.36667H2C1.6134 9.36667 1.3 9.05327 1.3 8.66667V4.66667C1.3 4.28008 1.6134 3.96667 2 3.96667ZM8 11.3667C8.01841 11.3667 8.03334 11.3518 8.03334 11.3333C8.03334 11.3149 8.01841 11.3 8 11.3C7.98159 11.3 7.96667 11.3149 7.96667 11.3333C7.96667 11.3518 7.98159 11.3667 8 11.3667ZM6.63334 11.3333C6.63334 10.5786 7.24521 9.96667 8 9.96667C8.75479 9.96667 9.36667 10.5786 9.36667 11.3333C9.36667 12.0881 8.75479 12.7 8 12.7C7.24521 12.7 6.63334 12.0881 6.63334 11.3333Z", fill: "currentColor", }), }), - zV = (e) => - kt("svg", { + ZV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 3.96667C2.3866 3.96667 2.7 4.28008 2.7 4.66667V7.09492L3.53262 6.34556C4.7601 5.24465 6.35044 4.63502 7.99929 4.63334C9.77624 4.63334 11.4811 5.33923 12.7376 6.59573C13.9941 7.85222 14.7 9.55639 14.7 11.3333C14.7 11.7199 14.3866 12.0333 14 12.0333C13.6134 12.0333 13.3 11.7199 13.3 11.3333C13.3 9.92769 12.7416 8.57962 11.7477 7.58568C10.7538 6.59182 9.40588 6.03344 8.00036 6.03334C6.69635 6.03476 5.43863 6.51686 4.46778 7.38743C4.46765 7.38755 4.46791 7.38731 4.46778 7.38743L3.82417 7.96667H6C6.3866 7.96667 6.7 8.28008 6.7 8.66667C6.7 9.05327 6.3866 9.36667 6 9.36667H2C1.6134 9.36667 1.3 9.05327 1.3 8.66667V4.66667C1.3 4.28008 1.6134 3.96667 2 3.96667Z", fill: "currentColor", }), }), - GV = (e) => - kt("svg", { + IV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0.633301C8.3866 0.633301 8.7 0.946701 8.7 1.3333V2.66663C8.7 3.05323 8.3866 3.36663 8 3.36663C7.6134 3.36663 7.3 3.05323 7.3 2.66663V1.3333C7.3 0.946701 7.6134 0.633301 8 0.633301ZM8 4.6333C8.3866 4.6333 8.7 4.9467 8.7 5.3333V6.66663C8.7 7.05323 8.3866 7.36663 8 7.36663C7.6134 7.36663 7.3 7.05323 7.3 6.66663V5.3333C7.3 4.9467 7.6134 4.6333 8 4.6333ZM3.82831 5.50499C4.10167 5.77836 4.10167 6.22157 3.82831 6.49494L3.02328 7.29997H5.33333C5.71993 7.29997 6.03333 7.61337 6.03333 7.99997C6.03333 8.38657 5.71993 8.69997 5.33333 8.69997H3.02328L3.82831 9.50499C4.10167 9.77836 4.10167 10.2216 3.82831 10.4949C3.55494 10.7683 3.11172 10.7683 2.83836 10.4949L0.838357 8.49494C0.56499 8.22157 0.56499 7.77836 0.838357 7.50499L2.83836 5.50499C3.11172 5.23163 3.55494 5.23163 3.82831 5.50499ZM12.1717 5.50499C12.4451 5.23163 12.8883 5.23163 13.1616 5.50499L15.1616 7.50499C15.435 7.77836 15.435 8.22157 15.1616 8.49494L13.1616 10.4949C12.8883 10.7683 12.4451 10.7683 12.1717 10.4949C11.8983 10.2216 11.8983 9.77836 12.1717 9.50499L12.9767 8.69997H10.6667C10.2801 8.69997 9.96666 8.38657 9.96666 7.99997C9.96666 7.61337 10.2801 7.29997 10.6667 7.29997H12.9767L12.1717 6.49494C11.8983 6.22157 11.8983 5.77836 12.1717 5.50499ZM8 8.6333C8.3866 8.6333 8.7 8.9467 8.7 9.3333V10.6666C8.7 11.0532 8.3866 11.3666 8 11.3666C7.6134 11.3666 7.3 11.0532 7.3 10.6666V9.3333C7.3 8.9467 7.6134 8.6333 8 8.6333ZM8 12.6333C8.3866 12.6333 8.7 12.9467 8.7 13.3333V14.6666C8.7 15.0532 8.3866 15.3666 8 15.3666C7.6134 15.3666 7.3 15.0532 7.3 14.6666V13.3333C7.3 12.9467 7.6134 12.6333 8 12.6333Z", fill: "currentColor", }), }), - $V = (e) => - kt("svg", { + kV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50502 0.838326C7.77839 0.564959 8.22161 0.564959 8.49497 0.838326L10.495 2.83833C10.7683 3.11169 10.7683 3.55491 10.495 3.82828C10.2216 4.10164 9.77839 4.10164 9.50502 3.82828L8.7 3.02325V5.3333C8.7 5.7199 8.3866 6.0333 8 6.0333C7.6134 6.0333 7.3 5.7199 7.3 5.3333V3.02325L6.49497 3.82828C6.22161 4.10164 5.77839 4.10164 5.50502 3.82828C5.23166 3.55491 5.23166 3.11169 5.50502 2.83833L7.50502 0.838326ZM0.633331 7.99997C0.633331 7.61337 0.946732 7.29997 1.33333 7.29997H2.66666C3.05326 7.29997 3.36666 7.61337 3.36666 7.99997C3.36666 8.38657 3.05326 8.69997 2.66666 8.69997H1.33333C0.946732 8.69997 0.633331 8.38657 0.633331 7.99997ZM4.63333 7.99997C4.63333 7.61337 4.94673 7.29997 5.33333 7.29997H6.66666C7.05326 7.29997 7.36666 7.61337 7.36666 7.99997C7.36666 8.38657 7.05326 8.69997 6.66666 8.69997H5.33333C4.94673 8.69997 4.63333 8.38657 4.63333 7.99997ZM8.63333 7.99997C8.63333 7.61337 8.94673 7.29997 9.33333 7.29997H10.6667C11.0533 7.29997 11.3667 7.61337 11.3667 7.99997C11.3667 8.38657 11.0533 8.69997 10.6667 8.69997H9.33333C8.94673 8.69997 8.63333 8.38657 8.63333 7.99997ZM12.6333 7.99997C12.6333 7.61337 12.9467 7.29997 13.3333 7.29997H14.6667C15.0533 7.29997 15.3667 7.61337 15.3667 7.99997C15.3667 8.38657 15.0533 8.69997 14.6667 8.69997H13.3333C12.9467 8.69997 12.6333 8.38657 12.6333 7.99997ZM8 9.96663C8.3866 9.96663 8.7 10.28 8.7 10.6666V12.9767L9.50502 12.1717C9.77839 11.8983 10.2216 11.8983 10.495 12.1717C10.7683 12.445 10.7683 12.8882 10.495 13.1616L8.49497 15.1616C8.22161 15.435 7.77839 15.435 7.50502 15.1616L5.50502 13.1616C5.23166 12.8882 5.23166 12.445 5.50502 12.1717C5.77839 11.8983 6.22161 11.8983 6.49497 12.1717L7.3 12.9767V10.6666C7.3 10.28 7.6134 9.96663 8 9.96663Z", fill: "currentColor", }), }), - WV = (e) => - kt("svg", { + OV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.03333 3.36667V5.96667H7.96666V3.36667H4.03333ZM2.63333 3.33334C2.63333 2.57855 3.24521 1.96667 4 1.96667H8C8.75479 1.96667 9.36666 2.57855 9.36666 3.33334V6.00001C9.36666 6.7548 8.75479 7.36667 8 7.36667H4C3.24521 7.36667 2.63333 6.7548 2.63333 6.00001V3.33334ZM8.03333 10.0333V12.6333H11.9667V10.0333H8.03333ZM6.63333 10C6.63333 9.24522 7.24521 8.63334 8 8.63334H12C12.7548 8.63334 13.3667 9.24522 13.3667 10V12.6667C13.3667 13.4215 12.7548 14.0333 12 14.0333H8C7.24521 14.0333 6.63333 13.4215 6.63333 12.6667V10Z", fill: "currentColor", }), }), - jV = (e) => - kt("svg", { + BV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.61171 2.08424C7.84684 1.92749 8.15316 1.92749 8.38829 2.08424L12.2119 4.63334H14.6667C15.0533 4.63334 15.3667 4.94674 15.3667 5.33334V13.3333C15.3667 13.8726 15.1524 14.3898 14.7711 14.7711C14.3898 15.1524 13.8726 15.3667 13.3333 15.3667H2.66666C2.12739 15.3667 1.6102 15.1524 1.22888 14.7711C0.847557 14.3898 0.633331 13.8726 0.633331 13.3333V5.33334C0.633331 4.94674 0.946732 4.63334 1.33333 4.63334H3.78805L7.61171 2.08424ZM7.36666 13.9667H8.63333V11.3333C8.63333 11.1654 8.5666 11.0043 8.44783 10.8855C8.32906 10.7667 8.16797 10.7 8 10.7C7.83203 10.7 7.67094 10.7667 7.55216 10.8855C7.43339 11.0043 7.36666 11.1654 7.36666 11.3333V13.9667ZM10.0333 13.9667V11.3333C10.0333 10.7941 9.8191 10.2769 9.43778 9.89556C9.05646 9.51423 8.53927 9.30001 8 9.30001C7.46072 9.30001 6.94354 9.51423 6.56221 9.89556C6.18089 10.2769 5.96666 10.7941 5.96666 11.3333V13.9667H2.66666C2.49869 13.9667 2.3376 13.8999 2.21883 13.7812C2.10006 13.6624 2.03333 13.5013 2.03333 13.3333V6.03334H4C4.1382 6.03334 4.2733 5.99243 4.38829 5.91578L8 3.50797L11.6117 5.91578C11.7267 5.99243 11.8618 6.03334 12 6.03334H13.9667V13.3333C13.9667 13.5013 13.8999 13.6624 13.7812 13.7812C13.6624 13.8999 13.5013 13.9667 13.3333 13.9667H10.0333ZM8 6.70001C8.01841 6.70001 8.03333 6.68508 8.03333 6.66667C8.03333 6.64827 8.01841 6.63334 8 6.63334C7.98159 6.63334 7.96666 6.64827 7.96666 6.66667C7.96666 6.68508 7.98159 6.70001 8 6.70001ZM6.63333 6.66667C6.63333 5.91189 7.24521 5.30001 8 5.30001C8.75479 5.30001 9.36666 5.91189 9.36666 6.66667C9.36666 7.42146 8.75479 8.03334 8 8.03334C7.24521 8.03334 6.63333 7.42146 6.63333 6.66667ZM4 7.96667C4.3866 7.96667 4.7 8.28008 4.7 8.66667V8.67334C4.7 9.05994 4.3866 9.37334 4 9.37334C3.6134 9.37334 3.3 9.05994 3.3 8.67334V8.66667C3.3 8.28008 3.6134 7.96667 4 7.96667ZM12 7.96667C12.3866 7.96667 12.7 8.28008 12.7 8.66667V8.67334C12.7 9.05994 12.3866 9.37334 12 9.37334C11.6134 9.37334 11.3 9.05994 11.3 8.67334V8.66667C11.3 8.28008 11.6134 7.96667 12 7.96667ZM4 10.6333C4.3866 10.6333 4.7 10.9467 4.7 11.3333V11.34C4.7 11.7266 4.3866 12.04 4 12.04C3.6134 12.04 3.3 11.7266 3.3 11.34V11.3333C3.3 10.9467 3.6134 10.6333 4 10.6333ZM12 10.6333C12.3866 10.6333 12.7 10.9467 12.7 11.3333V11.34C12.7 11.7266 12.3866 12.04 12 12.04C11.6134 12.04 11.3 11.7266 11.3 11.34V11.3333C11.3 10.9467 11.6134 10.6333 12 10.6333Z", fill: "currentColor", }), }), - qV = (e) => - kt("svg", { + DV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.6667 5.36667C3.96829 5.36667 3.29849 5.64411 2.80465 6.13796C2.3108 6.63181 2.03336 7.3016 2.03336 8.00001C2.03336 8.69841 2.3108 9.36821 2.80465 9.86206C3.29849 10.3559 3.96829 10.6333 4.66669 10.6333H6.00003C6.38663 10.6333 6.70003 10.9467 6.70003 11.3333C6.70003 11.7199 6.38663 12.0333 6.00003 12.0333H4.6667C3.59699 12.0333 2.57109 11.6084 1.8147 10.852C1.0583 10.0956 0.633362 9.06971 0.633362 8.00001C0.633362 6.9303 1.0583 5.90441 1.8147 5.14801C2.57109 4.39161 3.59699 3.96667 4.66669 3.96667H6.00003C6.38663 3.96667 6.70003 4.28008 6.70003 4.66667C6.70003 5.05327 6.38663 5.36667 6.00003 5.36667H4.6667ZM9.30003 4.66667C9.30003 4.28008 9.61343 3.96667 10 3.96667H11.3334C12.4031 3.96667 13.429 4.39161 14.1854 5.14801C14.9418 5.90441 15.3667 6.9303 15.3667 8.00001C15.3667 9.06971 14.9418 10.0956 14.1854 10.852C13.429 11.6084 12.4031 12.0333 11.3334 12.0333H10C9.61343 12.0333 9.30003 11.7199 9.30003 11.3333C9.30003 10.9467 9.61343 10.6333 10 10.6333H11.3334C12.0318 10.6333 12.7016 10.3559 13.1954 9.86206C13.6893 9.36821 13.9667 8.69841 13.9667 8.00001C13.9667 7.3016 13.6893 6.63181 13.1954 6.13796C12.7016 5.64411 12.0318 5.36667 11.3334 5.36667H10C9.61343 5.36667 9.30003 5.05327 9.30003 4.66667Z", fill: "currentColor", }), }), - YV = (e) => - kt("svg", { + PV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33336 0.633301C5.71996 0.633301 6.03336 0.946701 6.03336 1.3333V3.3333C6.03336 3.7199 5.71996 4.0333 5.33336 4.0333C4.94676 4.0333 4.63336 3.7199 4.63336 3.3333V1.3333C4.63336 0.946701 4.94676 0.633301 5.33336 0.633301ZM8.49411 1.80943C9.24662 1.08374 10.2513 0.678227 11.2967 0.678227C12.3421 0.678227 13.3468 1.08374 14.0993 1.80943L14.1003 1.81039C14.8685 2.55417 15.3102 3.57241 15.3283 4.64154C15.3457 5.66449 14.9739 6.65404 14.2914 7.41158C14.2652 7.45127 14.2348 7.48866 14.2002 7.52305L13.0536 8.66305C12.7794 8.93562 12.3362 8.93433 12.0636 8.66016C11.791 8.386 11.7923 7.94279 12.0665 7.67022L13.1253 6.61759C13.1447 6.59066 13.1662 6.56489 13.1897 6.54054C13.6746 6.03801 13.9404 5.36357 13.9285 4.6653C13.9167 3.96727 13.6284 3.30246 13.127 2.81673C12.6355 2.34296 11.9794 2.07823 11.2967 2.07823C10.6155 2.07823 9.96071 2.34183 9.46955 2.8137L8.32689 3.94972C8.05273 4.22229 7.60951 4.22099 7.33695 3.94683C7.06438 3.67267 7.06567 3.22945 7.33983 2.95688L8.49411 1.80943ZM0.633362 5.3333C0.633362 4.9467 0.946762 4.6333 1.33336 4.6333H3.33336C3.71996 4.6333 4.03336 4.9467 4.03336 5.3333C4.03336 5.7199 3.71996 6.0333 3.33336 6.0333H1.33336C0.946762 6.0333 0.633362 5.7199 0.633362 5.3333ZM3.94167 7.33833C4.21504 7.61169 4.21504 8.05491 3.94167 8.32827L2.80631 9.46363C2.32393 9.96571 2.05973 10.6383 2.07154 11.3346C2.08339 12.0327 2.37168 12.6975 2.87314 13.1833C3.36465 13.657 4.0207 13.9217 4.70336 13.9217C5.38427 13.9217 6.03871 13.6584 6.5298 13.1869L7.66505 12.0517C7.93842 11.7783 8.38164 11.7783 8.655 12.0517C8.92837 12.325 8.92837 12.7682 8.655 13.0416L7.50602 14.1906C6.75352 14.9163 5.74878 15.3217 4.70336 15.3217C3.65794 15.3217 2.65328 14.9162 1.90078 14.1905L1.89979 14.1895C1.13156 13.4458 0.689892 12.4275 0.671745 11.3584C0.653599 10.2893 1.06046 9.25662 1.803 8.4872L1.81164 8.47825L2.95172 7.33833C3.22509 7.06496 3.6683 7.06496 3.94167 7.33833ZM11.9667 10.6666C11.9667 10.28 12.2801 9.96663 12.6667 9.96663H14.6667C15.0533 9.96663 15.3667 10.28 15.3667 10.6666C15.3667 11.0532 15.0533 11.3666 14.6667 11.3666H12.6667C12.2801 11.3666 11.9667 11.0532 11.9667 10.6666ZM10.6667 11.9666C11.0533 11.9666 11.3667 12.28 11.3667 12.6666V14.6666C11.3667 15.0532 11.0533 15.3666 10.6667 15.3666C10.2801 15.3666 9.96669 15.0532 9.96669 14.6666V12.6666C9.96669 12.28 10.2801 11.9666 10.6667 11.9666Z", fill: "currentColor", }), }), - KV = (e) => - kt("svg", { + FV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.1617 0.838326C15.435 1.11169 15.435 1.55491 15.1617 1.82828L13.6566 3.3333L14.0275 3.70413C14.0273 3.70396 14.0277 3.70431 14.0275 3.70413C14.2416 3.9177 14.4121 4.17195 14.5281 4.45128C14.6442 4.73085 14.704 5.03059 14.704 5.3333C14.704 5.63601 14.6442 5.93575 14.5281 6.21532C14.4121 6.49469 14.2421 6.74843 14.0279 6.96202C14.0278 6.96217 14.0281 6.96187 14.0279 6.96202L12.495 8.49494C12.3637 8.62622 12.1857 8.69997 12 8.69997C11.8144 8.69997 11.6363 8.62622 11.5051 8.49494L7.50505 4.49494C7.37378 4.36367 7.30003 4.18562 7.30003 3.99997C7.30003 3.81432 7.37378 3.63627 7.50505 3.50499L9.03753 1.97252C9.03734 1.97271 9.03772 1.97233 9.03753 1.97252C9.25109 1.75837 9.50536 1.58786 9.78468 1.47188C10.0642 1.3558 10.364 1.29604 10.6667 1.29604C10.9694 1.29604 11.2691 1.3558 11.5487 1.47188C11.8281 1.58787 12.0818 1.75783 12.2954 1.97201C12.2952 1.97184 12.2955 1.97218 12.2954 1.97201L12.6667 2.34335L14.1717 0.838326C14.4451 0.564959 14.8883 0.564959 15.1617 0.838326ZM12.1715 3.82803L11.3042 2.96075C11.2206 2.87685 11.1212 2.81027 11.0118 2.76485C10.9024 2.71942 10.7851 2.69604 10.6667 2.69604C10.5482 2.69604 10.431 2.71942 10.3216 2.76485C10.2122 2.81027 10.1128 2.87684 10.0292 2.96075L8.98998 3.99997L12 7.01002L13.0384 5.97166L13.0392 5.9708C13.1231 5.88719 13.1897 5.78783 13.2351 5.67844C13.2806 5.56904 13.304 5.45175 13.304 5.3333C13.304 5.21485 13.2806 5.09756 13.2351 4.98816C13.1897 4.87877 13.1232 4.77941 13.0392 4.6958L12.1715 3.82803ZM7.16167 6.83833C7.43504 7.11169 7.43504 7.55491 7.16167 7.82828L5.98998 8.99997L7.00003 10.01L8.17172 8.83833C8.44509 8.56496 8.8883 8.56496 9.16167 8.83833C9.43504 9.11169 9.43504 9.55491 9.16167 9.82827L7.98998 11L8.495 11.505C8.62628 11.6363 8.70003 11.8143 8.70003 12C8.70003 12.1856 8.62628 12.3637 8.495 12.4949L6.96253 14.0274C6.96238 14.0276 6.96268 14.0273 6.96253 14.0274C6.74894 14.2416 6.49475 14.412 6.21538 14.5281C5.93581 14.6441 5.63607 14.7039 5.33336 14.7039C5.03065 14.7039 4.73091 14.6441 4.45135 14.5281C4.17201 14.4121 3.91829 14.2421 3.70473 14.0279C3.70455 14.0278 3.7049 14.0281 3.70473 14.0279L3.33336 13.6566L1.82834 15.1616C1.55497 15.435 1.11175 15.435 0.838387 15.1616C0.56502 14.8882 0.56502 14.445 0.838387 14.1717L2.34341 12.6666L1.97258 12.2958C1.97241 12.2956 1.97275 12.296 1.97258 12.2958C1.7584 12.0822 1.58794 11.828 1.47194 11.5486C1.35586 11.2691 1.2961 10.9693 1.2961 10.6666C1.2961 10.3639 1.35586 10.0642 1.47194 9.78462C1.58792 9.5053 1.75786 9.2516 1.97201 9.03804C1.97182 9.03823 1.9722 9.03785 1.97201 9.03804L3.50505 7.50499C3.63633 7.37372 3.81438 7.29997 4.00003 7.29997C4.18568 7.29997 4.36373 7.37372 4.495 7.50499L5.00003 8.01002L6.17172 6.83833C6.44509 6.56496 6.8883 6.56496 7.16167 6.83833ZM4.00003 8.98992L2.96081 10.0291C2.87691 10.1127 2.81033 10.2121 2.76491 10.3215C2.71948 10.4309 2.6961 10.5482 2.6961 10.6666C2.6961 10.7851 2.71948 10.9024 2.76491 11.0118C2.81033 11.1212 2.87691 11.2205 2.96081 11.3041L2.96167 11.305L3.82809 12.1714L4.69586 13.0392C4.77948 13.1231 4.87883 13.1897 4.98822 13.2351C5.09762 13.2805 5.21491 13.3039 5.33336 13.3039C5.45181 13.3039 5.5691 13.2805 5.6785 13.2351C5.78789 13.1897 5.88725 13.1231 5.97086 13.0392L5.97172 13.0383L7.01008 12L6.50523 11.4951L4.00003 8.98992Z", fill: "currentColor", }), }), - XV = (e) => - kt("svg", { + UV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.50501 1.50507C7.77838 1.23171 8.2216 1.23171 8.49496 1.50507L11.8283 4.83841C12.1017 5.11177 12.1017 5.55499 11.8283 5.82836C11.5549 6.10172 11.1117 6.10172 10.8383 5.82836L8.69999 3.69V10C8.69999 10.3866 8.38659 10.7 7.99999 10.7C7.61339 10.7 7.29999 10.3866 7.29999 10V3.69L5.16163 5.82836C4.88826 6.10172 4.44505 6.10172 4.17168 5.82836C3.89831 5.55499 3.89831 5.11177 4.17168 4.83841L7.50501 1.50507ZM1.99999 9.30005C2.38659 9.30005 2.69999 9.61345 2.69999 10V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V10C13.3 9.61345 13.6134 9.30005 14 9.30005C14.3866 9.30005 14.7 9.61345 14.7 10V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V10C1.29999 9.61345 1.61339 9.30005 1.99999 9.30005Z", fill: "currentColor", }), }), - QV = (e) => - kt("svg", { + zV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.495 1.50497C14.6824 1.69245 14.7479 1.96977 14.6641 2.22131L13.9974 4.22131C13.9207 4.45146 13.7303 4.62548 13.4941 4.68122C13.258 4.73696 13.0099 4.66647 12.8383 4.49492L12.6667 4.32323L7.91228 9.07761L9.8314 9.84525L11.3704 8.30628C11.2434 8.04529 11.2882 7.72174 11.505 7.50497L12.1717 6.8383C12.445 6.56494 12.8883 6.56494 13.1616 6.8383L13.8283 7.50497C14.1017 7.77834 14.1017 8.22155 13.8283 8.49492L13.1616 9.16159C12.9449 9.37835 12.6213 9.42323 12.3603 9.29623L10.495 11.1616C10.297 11.3596 10 11.4205 9.74002 11.3165L6.83524 10.1546L5.17259 11.8173C5.16531 11.8249 5.15785 11.8324 5.15021 11.8397L3.99189 12.998C4.01895 13.1053 4.03332 13.2176 4.03332 13.3333C4.03332 14.0881 3.42144 14.6999 2.66665 14.6999C1.91187 14.6999 1.29999 14.0881 1.29999 13.3333C1.29999 12.5785 1.91187 11.9666 2.66665 11.9666C2.78234 11.9666 2.89466 11.981 3.00194 12.008L3.8453 11.1647L2.68339 8.25992C2.58005 8.00158 2.63953 7.70656 2.8349 7.50844L5.33459 4.97354C5.31195 4.87488 5.29999 4.77214 5.29999 4.66661C5.29999 3.91182 5.91187 3.29995 6.66665 3.29995C7.42144 3.29995 8.03332 3.91182 8.03332 4.66661C8.03332 5.4214 7.42144 6.03328 6.66665 6.03328C6.54102 6.03328 6.41934 6.01633 6.30379 5.98458L4.15338 8.16528L4.92233 10.0877L6.16029 8.8497C6.16757 8.84208 6.17501 8.83463 6.18261 8.82738L11.6767 3.33328L11.505 3.16159C11.3335 2.99004 11.263 2.7419 11.3187 2.50579C11.3745 2.26967 11.5485 2.07925 11.7786 2.00253L13.7786 1.33587C14.0302 1.25202 14.3075 1.31749 14.495 1.50497ZM6.6786 4.63548C6.68825 4.63919 6.69575 4.64726 6.69867 4.65729C6.69216 4.64991 6.68547 4.64264 6.6786 4.63548Z", fill: "currentColor", }), }), - JV = (e) => - kt("svg", { + GV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00003 2.70005C4.91387 2.70005 4.03336 3.58056 4.03336 4.66672C4.03336 5.75288 4.91387 6.63338 6.00003 6.63338C7.08619 6.63338 7.96669 5.75288 7.96669 4.66672C7.96669 3.58056 7.08619 2.70005 6.00003 2.70005ZM2.63336 4.66672C2.63336 2.80736 4.14067 1.30005 6.00003 1.30005C7.85939 1.30005 9.36669 2.80736 9.36669 4.66672C9.36669 6.52607 7.85939 8.03338 6.00003 8.03338C4.14067 8.03338 2.63336 6.52607 2.63336 4.66672ZM15.1617 5.50507C15.435 5.77844 15.435 6.22166 15.1617 6.49502L12.495 9.16169C12.3637 9.29297 12.1857 9.36672 12 9.36672C11.8144 9.36672 11.6363 9.29297 11.5051 9.16169L10.1717 7.82836C9.89835 7.55499 9.89835 7.11177 10.1717 6.83841C10.4451 6.56504 10.8883 6.56504 11.1617 6.83841L12 7.67677L14.1717 5.50507C14.4451 5.23171 14.8883 5.23171 15.1617 5.50507ZM1.61944 10.2861C2.25081 9.65475 3.10713 9.30005 4.00003 9.30005H8.00003C8.89292 9.30005 9.74925 9.65475 10.3806 10.2861C11.012 10.9175 11.3667 11.7738 11.3667 12.6667V14C11.3667 14.3866 11.0533 14.7 10.6667 14.7C10.2801 14.7 9.96669 14.3866 9.96669 14V12.6667C9.96669 12.1451 9.75949 11.6449 9.39067 11.2761C9.02185 10.9073 8.52162 10.7 8.00003 10.7H4.00003C3.47844 10.7 2.97821 10.9073 2.60939 11.2761C2.24056 11.6449 2.03336 12.1451 2.03336 12.6667V14C2.03336 14.3866 1.71996 14.7 1.33336 14.7C0.946762 14.7 0.633362 14.3866 0.633362 14V12.6667C0.633362 11.7738 0.988063 10.9175 1.61944 10.2861Z", fill: "currentColor", }), }), - eS = (e) => - kt("svg", { + $V = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00003 2.70005C4.91387 2.70005 4.03336 3.58056 4.03336 4.66672C4.03336 5.75288 4.91387 6.63338 6.00003 6.63338C7.08619 6.63338 7.9667 5.75288 7.9667 4.66672C7.9667 3.58056 7.08619 2.70005 6.00003 2.70005ZM2.63336 4.66672C2.63336 2.80736 4.14067 1.30005 6.00003 1.30005C7.85939 1.30005 9.3667 2.80736 9.3667 4.66672C9.3667 6.52607 7.85939 8.03338 6.00003 8.03338C4.14067 8.03338 2.63336 6.52607 2.63336 4.66672ZM13.1547 6.8693C13.5215 6.99156 13.7197 7.38798 13.5974 7.75474L13.5791 7.80972C13.78 7.95478 13.9601 8.1268 14.1142 8.32047L14.2067 8.28345C14.5657 8.13987 14.9731 8.31446 15.1166 8.67341C15.2602 9.03236 15.0856 9.43974 14.7267 9.58332L14.6714 9.60542C14.6903 9.73424 14.7 9.866 14.7 10C14.7 10.0908 14.6956 10.1805 14.6868 10.2689L14.6881 10.2693C15.0548 10.3916 15.253 10.788 15.1308 11.1547C15.0085 11.5215 14.6121 11.7197 14.2453 11.5975L14.1904 11.5791C14.0453 11.78 13.8733 11.9601 13.6796 12.1142L13.7166 12.2067C13.8602 12.5657 13.6856 12.9731 13.3267 13.1166C12.9677 13.2602 12.5603 13.0856 12.4168 12.7267L12.3947 12.6714C12.2658 12.6903 12.1341 12.7 12 12.7C11.9093 12.7 11.8196 12.6956 11.7312 12.6868L11.7308 12.6881C11.6085 13.0548 11.2121 13.253 10.8453 13.1308C10.4786 13.0085 10.2804 12.6121 10.4026 12.2454L10.4209 12.1904C10.2201 12.0453 10.04 11.8733 9.88589 11.6796L9.79333 11.7167C9.43439 11.8602 9.02701 11.6856 8.88343 11.3267C8.73985 10.9677 8.91444 10.5604 9.27339 10.4168L9.32866 10.3947C9.3098 10.2659 9.30003 10.1341 9.30003 10C9.30003 9.90932 9.3045 9.81964 9.31325 9.73121L9.312 9.73079C8.94524 9.60854 8.74703 9.21212 8.86928 8.84536C8.99154 8.4786 9.38796 8.28038 9.75472 8.40264L9.8097 8.42096C9.95476 8.22009 10.1268 8.03998 10.3204 7.88591L10.2834 7.79336C10.1398 7.43441 10.3144 7.02703 10.6734 6.88345C11.0323 6.73987 11.4397 6.91446 11.5833 7.27341L11.6054 7.32868C11.7342 7.30982 11.866 7.30005 12 7.30005C12.0908 7.30005 12.1804 7.30452 12.2689 7.31327L12.2693 7.31202C12.3915 6.94526 12.788 6.74705 13.1547 6.8693ZM11.3247 8.88899C11.3702 8.88072 11.4155 8.8678 11.46 8.84998C11.5218 8.82527 11.5781 8.79273 11.6283 8.75397C11.7461 8.71889 11.8709 8.70005 12 8.70005C12.4707 8.70005 12.8829 8.95017 13.1111 9.32474C13.1194 9.37018 13.1323 9.41548 13.1501 9.46002C13.1748 9.52181 13.2073 9.57814 13.2461 9.62832C13.2812 9.7461 13.3 9.87087 13.3 10C13.3 10.4707 13.0499 10.883 12.6753 11.1111C12.6299 11.1194 12.5846 11.1323 12.5401 11.1501C12.4783 11.1748 12.4219 11.2074 12.3718 11.2461C12.254 11.2812 12.1292 11.3 12 11.3C11.5294 11.3 11.1171 11.0499 10.889 10.6754C10.8807 10.6299 10.8678 10.5846 10.85 10.5401C10.8252 10.4783 10.7927 10.422 10.754 10.3718C10.7189 10.254 10.7 10.1292 10.7 10C10.7 9.52939 10.9501 9.11715 11.3247 8.88899ZM1.61944 10.2861C2.25081 9.65475 3.10713 9.30005 4.00003 9.30005H6.6667C7.05329 9.30005 7.36669 9.61345 7.36669 10C7.36669 10.3866 7.05329 10.7 6.6667 10.7H4.00003C3.47844 10.7 2.97821 10.9073 2.60939 11.2761C2.24056 11.6449 2.03336 12.1451 2.03336 12.6667V14C2.03336 14.3866 1.71996 14.7 1.33336 14.7C0.946762 14.7 0.633362 14.3866 0.633362 14V12.6667C0.633362 11.7738 0.988063 10.9175 1.61944 10.2861Z", fill: "currentColor", }), }), - tS = (e) => - kt("svg", { + WV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.70005C6.91381 2.70005 6.0333 3.58056 6.0333 4.66672C6.0333 5.75288 6.91381 6.63338 7.99997 6.63338C9.08613 6.63338 9.96663 5.75288 9.96663 4.66672C9.96663 3.58056 9.08613 2.70005 7.99997 2.70005ZM4.6333 4.66672C4.6333 2.80736 6.14061 1.30005 7.99997 1.30005C9.85933 1.30005 11.3666 2.80736 11.3666 4.66672C11.3666 6.52607 9.85933 8.03338 7.99997 8.03338C6.14061 8.03338 4.6333 6.52607 4.6333 4.66672ZM3.61937 10.2861C4.25075 9.65475 5.10707 9.30005 5.99997 9.30005H9.99997C10.8929 9.30005 11.7492 9.65475 12.3806 10.2861C13.0119 10.9175 13.3666 11.7738 13.3666 12.6667V14C13.3666 14.3866 13.0532 14.7 12.6666 14.7C12.28 14.7 11.9666 14.3866 11.9666 14V12.6667C11.9666 12.1451 11.7594 11.6449 11.3906 11.2761C11.0218 10.9073 10.5216 10.7 9.99997 10.7H5.99997C5.47838 10.7 4.97815 10.9073 4.60932 11.2761C4.2405 11.6449 4.0333 12.1451 4.0333 12.6667V14C4.0333 14.3866 3.7199 14.7 3.3333 14.7C2.9467 14.7 2.6333 14.3866 2.6333 14V12.6667C2.6333 11.7738 2.988 10.9175 3.61937 10.2861Z", fill: "currentColor", }), }), - nS = (e) => - kt("svg", { + jV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.00003 2.70005C4.91387 2.70005 4.03336 3.58056 4.03336 4.66672C4.03336 5.75288 4.91387 6.63338 6.00003 6.63338C7.08619 6.63338 7.96669 5.75288 7.96669 4.66672C7.96669 3.58056 7.08619 2.70005 6.00003 2.70005ZM2.63336 4.66672C2.63336 2.80736 4.14067 1.30005 6.00003 1.30005C7.85939 1.30005 9.36669 2.80736 9.36669 4.66672C9.36669 6.52607 7.85939 8.03338 6.00003 8.03338C4.14067 8.03338 2.63336 6.52607 2.63336 4.66672ZM9.96669 7.33338C9.96669 6.94678 10.2801 6.63338 10.6667 6.63338H14.6667C15.0533 6.63338 15.3667 6.94678 15.3667 7.33338C15.3667 7.71998 15.0533 8.03338 14.6667 8.03338H10.6667C10.2801 8.03338 9.96669 7.71998 9.96669 7.33338ZM1.61944 10.2861C2.25081 9.65475 3.10713 9.30005 4.00003 9.30005H8.00003C8.89292 9.30005 9.74925 9.65475 10.3806 10.2861C11.012 10.9175 11.3667 11.7738 11.3667 12.6667V14C11.3667 14.3866 11.0533 14.7 10.6667 14.7C10.2801 14.7 9.96669 14.3866 9.96669 14V12.6667C9.96669 12.1451 9.75949 11.6449 9.39067 11.2761C9.02185 10.9073 8.52162 10.7 8.00003 10.7H4.00003C3.47844 10.7 2.97821 10.9073 2.60939 11.2761C2.24056 11.6449 2.03336 12.1451 2.03336 12.6667V14C2.03336 14.3866 1.71996 14.7 1.33336 14.7C0.946762 14.7 0.633362 14.3866 0.633362 14V12.6667C0.633362 11.7738 0.988063 10.9175 1.61944 10.2861Z", fill: "currentColor", }), }), - rS = (e) => - kt("svg", { + qV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99997 2.70005C4.91381 2.70005 4.0333 3.58056 4.0333 4.66672C4.0333 5.75288 4.91381 6.63338 5.99997 6.63338C7.08613 6.63338 7.96663 5.75288 7.96663 4.66672C7.96663 3.58056 7.08613 2.70005 5.99997 2.70005ZM2.6333 4.66672C2.6333 2.80736 4.14061 1.30005 5.99997 1.30005C7.85933 1.30005 9.36663 2.80736 9.36663 4.66672C9.36663 6.52607 7.85933 8.03338 5.99997 8.03338C4.14061 8.03338 2.6333 6.52607 2.6333 4.66672ZM12.6666 4.63338C13.0532 4.63338 13.3666 4.94678 13.3666 5.33338V6.63338H14.6666C15.0532 6.63338 15.3666 6.94678 15.3666 7.33338C15.3666 7.71998 15.0532 8.03338 14.6666 8.03338H13.3666V9.33338C13.3666 9.71998 13.0532 10.0334 12.6666 10.0334C12.28 10.0334 11.9666 9.71998 11.9666 9.33338V8.03338H10.6666C10.28 8.03338 9.96663 7.71998 9.96663 7.33338C9.96663 6.94678 10.28 6.63338 10.6666 6.63338H11.9666V5.33338C11.9666 4.94678 12.28 4.63338 12.6666 4.63338ZM1.61937 10.2861C2.25075 9.65475 3.10707 9.30005 3.99997 9.30005H7.99997C8.89286 9.30005 9.74919 9.65475 10.3806 10.2861C11.0119 10.9175 11.3666 11.7738 11.3666 12.6667V14C11.3666 14.3866 11.0532 14.7 10.6666 14.7C10.28 14.7 9.96663 14.3866 9.96663 14V12.6667C9.96663 12.1451 9.75943 11.6449 9.39061 11.2761C9.02179 10.9073 8.52156 10.7 7.99997 10.7H3.99997C3.47838 10.7 2.97815 10.9073 2.60932 11.2761C2.2405 11.6449 2.0333 12.1451 2.0333 12.6667V14C2.0333 14.3866 1.7199 14.7 1.3333 14.7C0.946701 14.7 0.633301 14.3866 0.633301 14V12.6667C0.633301 11.7738 0.988002 10.9175 1.61937 10.2861Z", fill: "currentColor", }), }), - oS = (e) => - kt("svg", { + YV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 2.70005C5.21228 2.70005 4.0333 3.87903 4.0333 5.33338C4.0333 6.77666 5.1944 7.94874 6.63346 7.96651C6.65558 7.96639 6.6777 7.96639 6.69982 7.96651C8.13888 7.94874 9.29997 6.77665 9.29997 5.33338C9.29997 3.87903 8.12098 2.70005 6.66663 2.70005ZM9.15853 8.50507C10.0972 7.76658 10.7 6.62038 10.7 5.33338C10.7 3.10583 8.89418 1.30005 6.66663 1.30005C4.43909 1.30005 2.6333 3.10583 2.6333 5.33338C2.6333 6.62038 3.23609 7.76658 4.17474 8.50507C3.12058 8.98314 2.22612 9.7544 1.59814 10.7269C0.968252 11.7024 0.633237 12.8389 0.633301 14.0001C0.633322 14.3867 0.94674 14.7001 1.33334 14.7C1.71994 14.7 2.03332 14.3866 2.0333 14C2.03325 13.1083 2.29053 12.2355 2.77425 11.4864C3.25798 10.7372 3.94761 10.1436 4.76036 9.77673C5.35082 9.5102 5.98805 9.37156 6.63055 9.36656C6.64257 9.36666 6.65459 9.36672 6.66663 9.36672C6.67861 9.36672 6.69058 9.36666 6.70253 9.36656C6.92056 9.36825 7.13901 9.38533 7.35628 9.41804C8.23808 9.55076 9.06284 9.93513 9.73158 10.525C10.0215 10.7807 10.4639 10.753 10.7196 10.4631C10.9753 10.1732 10.9476 9.73082 10.6577 9.47509C10.2065 9.07713 9.70083 8.75101 9.15853 8.50507ZM15.1616 10.8384C15.435 11.1118 15.435 11.555 15.1616 11.8284L12.4949 14.495C12.3637 14.6263 12.1856 14.7 12 14.7C11.8143 14.7 11.6363 14.6263 11.505 14.495L10.1717 13.1617C9.89829 12.8883 9.89829 12.4451 10.1717 12.1717C10.445 11.8984 10.8882 11.8984 11.1616 12.1717L12 13.0101L14.1717 10.8384C14.445 10.565 14.8882 10.565 15.1616 10.8384Z", fill: "currentColor", }), }), - iS = (e) => - kt("svg", { + KV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 2.70005C5.21228 2.70005 4.0333 3.87903 4.0333 5.33338C4.0333 6.78773 5.21228 7.96672 6.66663 7.96672C8.12098 7.96672 9.29997 6.78773 9.29997 5.33338C9.29997 3.87903 8.12098 2.70005 6.66663 2.70005ZM2.6333 5.33338C2.6333 3.10583 4.43909 1.30005 6.66663 1.30005C8.89418 1.30005 10.7 3.10583 10.7 5.33338C10.7 6.7172 10.0031 7.93825 8.94109 8.66471C8.99783 8.80928 9.00705 8.97355 8.95612 9.13302C8.83849 9.5013 8.4446 9.70449 8.07633 9.58686C7.3817 9.36501 6.64452 9.31023 5.92474 9.42699C5.20496 9.54375 4.5229 9.82874 3.93402 10.2588C3.34515 10.6889 2.8661 11.2518 2.53582 11.9019C2.20554 12.552 2.03337 13.2709 2.0333 14.0001C2.03327 14.3867 1.71984 14.7001 1.33324 14.7C0.946637 14.7 0.633265 14.3866 0.633301 14C0.633388 13.0505 0.857585 12.1144 1.28766 11.2678C1.71773 10.4213 2.34154 9.6882 3.10834 9.1282C3.44292 8.88386 3.80059 8.67548 4.17537 8.50557C3.23636 7.7671 2.6333 6.62067 2.6333 5.33338ZM10.7157 8.89371C11.0689 8.7367 11.4826 8.89581 11.6396 9.24909L11.6711 9.31988C11.7789 9.30679 11.8886 9.30005 12 9.30005C12.1113 9.30005 12.221 9.30679 12.3288 9.31988L12.3603 9.24909C12.5173 8.89581 12.931 8.7367 13.2843 8.89371C13.6375 9.05073 13.7966 9.4644 13.6396 9.81768L13.6273 9.84539C13.8264 9.99601 14.004 10.1736 14.1546 10.3727L14.1823 10.3604C14.5356 10.2034 14.9493 10.3625 15.1063 10.7158C15.2633 11.069 15.1042 11.4827 14.7509 11.6397L14.6801 11.6712C14.6932 11.779 14.7 11.8887 14.7 12C14.7 12.1114 14.6932 12.2211 14.6801 12.3289L14.7509 12.3604C15.1042 12.5174 15.2633 12.9311 15.1063 13.2843C14.9493 13.6376 14.5356 13.7967 14.1823 13.6397L14.1546 13.6274C14.004 13.8265 13.8264 14.0041 13.6273 14.1547L13.6396 14.1824C13.7966 14.5357 13.6375 14.9494 13.2843 15.1064C12.931 15.2634 12.5173 15.1043 12.3603 14.751L12.3288 14.6802C12.221 14.6933 12.1113 14.7 12 14.7C11.8886 14.7 11.7789 14.6933 11.6711 14.6802L11.6396 14.751C11.4826 15.1043 11.069 15.2634 10.7157 15.1064C10.3624 14.9494 10.2033 14.5357 10.3603 14.1824L10.3726 14.1547C10.1735 14.0041 9.99593 13.8265 9.84531 13.6274L9.8176 13.6397C9.46432 13.7967 9.05065 13.6376 8.89363 13.2843C8.73662 12.9311 8.89573 12.5174 9.249 12.3604L9.31979 12.3289C9.30671 12.2211 9.29997 12.1114 9.29997 12C9.29997 11.8887 9.30671 11.779 9.31979 11.6712L9.249 11.6397C8.89573 11.4827 8.73662 11.069 8.89363 10.7158C9.05065 10.3625 9.46432 10.2034 9.8176 10.3604L9.84531 10.3727C9.99593 10.1736 10.1735 9.99601 10.3726 9.84539L10.3603 9.81768C10.2033 9.4644 10.3624 9.05073 10.7157 8.89371ZM12 10.7C11.282 10.7 10.7 11.2821 10.7 12C10.7 12.718 11.282 13.3 12 13.3C12.7179 13.3 13.3 12.718 13.3 12C13.3 11.2821 12.7179 10.7 12 10.7Z", fill: "currentColor", }), }), - lS = (e) => - kt("svg", { + XV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 2.70005C6.54566 2.70005 5.36667 3.87903 5.36667 5.33338C5.36667 6.78773 6.54566 7.96672 8.00001 7.96672C9.45436 7.96672 10.6333 6.78773 10.6333 5.33338C10.6333 3.87903 9.45436 2.70005 8.00001 2.70005ZM10.4917 8.50526C11.4305 7.76677 12.0333 6.62048 12.0333 5.33338C12.0333 3.10583 10.2276 1.30005 8.00001 1.30005C5.77246 1.30005 3.96667 3.10583 3.96667 5.33338C3.96667 6.62048 4.56956 7.76677 5.50835 8.50526C4.85396 8.80198 4.25166 9.21598 3.7338 9.73384C2.60233 10.8653 1.96667 12.3999 1.96667 14C1.96667 14.3866 2.28008 14.7 2.66667 14.7C3.05327 14.7 3.36667 14.3866 3.36667 14C3.36667 12.7712 3.85483 11.5927 4.72375 10.7238C5.59267 9.85487 6.77117 9.36672 8.00001 9.36672C9.22884 9.36672 10.4074 9.85487 11.2763 10.7238C12.1452 11.5927 12.6333 12.7712 12.6333 14C12.6333 14.3866 12.9467 14.7 13.3333 14.7C13.7199 14.7 14.0333 14.3866 14.0333 14C14.0333 12.3999 13.3977 10.8653 12.2662 9.73384C11.7484 9.21598 11.1461 8.80198 10.4917 8.50526Z", fill: "currentColor", }), }), - aS = (e) => - kt("svg", { + QV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 2.70005C5.21228 2.70005 4.0333 3.87903 4.0333 5.33338C4.0333 6.77666 5.1944 7.94874 6.63346 7.96651C6.65558 7.96639 6.6777 7.96639 6.69982 7.96651C8.13888 7.94874 9.29997 6.77665 9.29997 5.33338C9.29997 3.87903 8.12098 2.70005 6.66663 2.70005ZM9.15853 8.50507C10.0972 7.76658 10.7 6.62038 10.7 5.33338C10.7 3.10583 8.89418 1.30005 6.66663 1.30005C4.43909 1.30005 2.6333 3.10583 2.6333 5.33338C2.6333 6.62038 3.23609 7.76658 4.17474 8.50507C3.12058 8.98314 2.22612 9.7544 1.59814 10.7269C0.968252 11.7024 0.633237 12.8389 0.633301 14.0001C0.633322 14.3867 0.94674 14.7001 1.33334 14.7C1.71994 14.7 2.03332 14.3866 2.0333 14C2.03325 13.1083 2.29053 12.2355 2.77425 11.4864C3.25798 10.7372 3.94761 10.1436 4.76036 9.77673C5.35082 9.5102 5.98805 9.37156 6.63055 9.36656C6.64257 9.36666 6.65459 9.36672 6.66663 9.36672C6.67861 9.36672 6.69058 9.36666 6.70253 9.36656C6.92056 9.36825 7.13901 9.38533 7.35628 9.41804C8.23808 9.55076 9.06284 9.93513 9.73158 10.525C10.0215 10.7807 10.4639 10.753 10.7196 10.4631C10.9753 10.1732 10.9476 9.73082 10.6577 9.47509C10.2065 9.07713 9.70083 8.75101 9.15853 8.50507ZM9.96663 12.6667C9.96663 12.2801 10.28 11.9667 10.6666 11.9667H14.6666C15.0532 11.9667 15.3666 12.2801 15.3666 12.6667C15.3666 13.0533 15.0532 13.3667 14.6666 13.3667H10.6666C10.28 13.3667 9.96663 13.0533 9.96663 12.6667Z", fill: "currentColor", }), }), - CS = (e) => - kt("svg", { + JV = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 2.70005C5.21228 2.70005 4.0333 3.87903 4.0333 5.33338C4.0333 6.77666 5.1944 7.94874 6.63346 7.96651C6.65558 7.96639 6.6777 7.96639 6.69982 7.96651C8.13888 7.94874 9.29997 6.77665 9.29997 5.33338C9.29997 3.87903 8.12098 2.70005 6.66663 2.70005ZM9.15853 8.50507C10.0972 7.76658 10.7 6.62038 10.7 5.33338C10.7 3.10583 8.89418 1.30005 6.66663 1.30005C4.43909 1.30005 2.6333 3.10583 2.6333 5.33338C2.6333 6.62038 3.23609 7.76658 4.17474 8.50507C3.12058 8.98314 2.22612 9.7544 1.59814 10.7269C0.968252 11.7024 0.633237 12.8389 0.633301 14.0001C0.633322 14.3867 0.94674 14.7001 1.33334 14.7C1.71994 14.7 2.03332 14.3866 2.0333 14C2.03325 13.1083 2.29053 12.2355 2.77425 11.4864C3.25798 10.7372 3.94761 10.1436 4.76036 9.77673C5.35082 9.5102 5.98805 9.37156 6.63055 9.36656C6.64257 9.36666 6.65459 9.36672 6.66663 9.36672C6.67861 9.36672 6.69058 9.36666 6.70253 9.36656C6.92056 9.36825 7.13901 9.38533 7.35628 9.41804C8.23808 9.55076 9.06284 9.93513 9.73158 10.525C10.0215 10.7807 10.4639 10.753 10.7196 10.4631C10.9753 10.1732 10.9476 9.73082 10.6577 9.47509C10.2065 9.07713 9.70083 8.75101 9.15853 8.50507ZM12.6666 9.96672C13.0532 9.96672 13.3666 10.2801 13.3666 10.6667V11.9667H14.6666C15.0532 11.9667 15.3666 12.2801 15.3666 12.6667C15.3666 13.0533 15.0532 13.3667 14.6666 13.3667H13.3666V14.6667C13.3666 15.0533 13.0532 15.3667 12.6666 15.3667C12.28 15.3667 11.9666 15.0533 11.9666 14.6667V13.3667H10.6666C10.28 13.3667 9.96663 13.0533 9.96663 12.6667C9.96663 12.2801 10.28 11.9667 10.6666 11.9667H11.9666V10.6667C11.9666 10.2801 12.28 9.96672 12.6666 9.96672Z", fill: "currentColor", }), }), - sS = (e) => - kt("svg", { + eT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 2.70005C5.21228 2.70005 4.0333 3.87903 4.0333 5.33338C4.0333 6.78773 5.21228 7.96672 6.66663 7.96672C8.12098 7.96672 9.29997 6.78773 9.29997 5.33338C9.29997 3.87903 8.12098 2.70005 6.66663 2.70005ZM2.6333 5.33338C2.6333 3.10583 4.43909 1.30005 6.66663 1.30005C8.89418 1.30005 10.7 3.10583 10.7 5.33338C10.7 6.7172 10.0031 7.93825 8.94109 8.66471C8.99782 8.80928 9.00705 8.97355 8.95611 9.13302C8.83849 9.5013 8.4446 9.70449 8.07632 9.58686C7.3817 9.36501 6.64452 9.31023 5.92474 9.42699C5.20496 9.54375 4.5229 9.82874 3.93402 10.2588C3.34515 10.6889 2.8661 11.2518 2.53582 11.9019C2.20554 12.552 2.03337 13.2709 2.0333 14.0001C2.03327 14.3867 1.71984 14.7001 1.33324 14.7C0.946637 14.7 0.633265 14.3866 0.633301 14C0.633388 13.0505 0.857585 12.1144 1.28766 11.2678C1.71773 10.4213 2.34154 9.6882 3.10834 9.1282C3.44292 8.88386 3.80059 8.67548 4.17537 8.50557C3.23636 7.7671 2.6333 6.62067 2.6333 5.33338ZM12 10.7C11.282 10.7 10.7 11.2821 10.7 12C10.7 12.718 11.282 13.3 12 13.3C12.3102 13.3 12.595 13.1914 12.8185 13.01C12.8434 12.973 12.8722 12.9378 12.905 12.9051C12.9377 12.8723 12.9729 12.8435 13.01 12.8186C13.1913 12.5951 13.3 12.3103 13.3 12C13.3 11.2821 12.7179 10.7 12 10.7ZM14.3392 13.3493C14.5686 12.9523 14.7 12.4915 14.7 12C14.7 10.5089 13.4911 9.30005 12 9.30005C10.5088 9.30005 9.29997 10.5089 9.29997 12C9.29997 13.4912 10.5088 14.7 12 14.7C12.4915 14.7 12.9523 14.5687 13.3492 14.3393L14.1717 15.1617C14.445 15.4351 14.8882 15.4351 15.1616 15.1617C15.435 14.8883 15.435 14.4451 15.1616 14.1717L14.3392 13.3493Z", fill: "currentColor", }), }), - cS = (e) => - kt("svg", { + tT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 2.70005C5.21228 2.70005 4.0333 3.87903 4.0333 5.33338C4.0333 6.78773 5.21228 7.96672 6.66663 7.96672C6.66865 7.96672 6.67066 7.96671 6.67267 7.96671C8.12424 7.96345 9.29997 6.78572 9.29997 5.33338C9.29997 3.87903 8.12098 2.70005 6.66663 2.70005ZM9.1583 8.50525C10.0971 7.76677 10.7 6.62048 10.7 5.33338C10.7 3.10583 8.89418 1.30005 6.66663 1.30005C4.43909 1.30005 2.6333 3.10583 2.6333 5.33338C2.6333 6.62048 3.23619 7.76677 4.17497 8.50525C3.9795 8.59389 3.78836 8.69314 3.60245 8.80275C2.69817 9.33589 1.94863 10.0957 1.42791 11.0072C0.907191 11.9187 0.6333 12.9503 0.633301 14C0.633301 14.3866 0.946702 14.7 1.3333 14.7C1.7199 14.7 2.0333 14.3866 2.0333 14C2.0333 13.1939 2.24364 12.4017 2.64353 11.7017C3.04342 11.0017 3.61903 10.4182 4.31348 10.0087C5.00792 9.59932 5.79718 9.37817 6.60326 9.36714C6.62266 9.36688 6.64205 9.36673 6.66144 9.36671C6.66317 9.36671 6.6649 9.36672 6.66663 9.36672C6.66837 9.36672 6.67011 9.36671 6.67184 9.36671M10.8383 10.8384C11.1117 10.565 11.5549 10.565 11.8283 10.8384L13 12.0101L14.1717 10.8384C14.445 10.565 14.8882 10.565 15.1616 10.8384C15.435 11.1118 15.435 11.555 15.1616 11.8284L13.9899 13L15.1616 14.1717C15.435 14.4451 15.435 14.8883 15.1616 15.1617C14.8882 15.4351 14.445 15.4351 14.1717 15.1617L13 13.99L11.8283 15.1617C11.5549 15.4351 11.1117 15.4351 10.8383 15.1617C10.565 14.8883 10.565 14.4451 10.8383 14.1717L12.01 13L10.8383 11.8284C10.565 11.555 10.565 11.1118 10.8383 10.8384Z", fill: "currentColor", }), }), - dS = (e) => - kt("svg", { + nT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66672 2.70005C5.58055 2.70005 4.70005 3.58056 4.70005 4.66672C4.70005 5.75288 5.58056 6.63338 6.66672 6.63338C7.75288 6.63338 8.63338 5.75288 8.63338 4.66672C8.63338 3.58056 7.75288 2.70005 6.66672 2.70005ZM3.30005 4.66672C3.30005 2.80736 4.80736 1.30005 6.66672 1.30005C8.52607 1.30005 10.0334 2.80736 10.0334 4.66672C10.0334 6.52607 8.52607 8.03338 6.66672 8.03338C4.80736 8.03338 3.30005 6.52607 3.30005 4.66672ZM11.3334 10.0334C10.6154 10.0334 10.0334 10.6154 10.0334 11.3334C10.0334 12.0514 10.6154 12.6334 11.3334 12.6334C11.6436 12.6334 11.9285 12.5247 12.1519 12.3434C12.1768 12.3063 12.2057 12.2712 12.2384 12.2384C12.2712 12.2057 12.3063 12.1768 12.3434 12.1519C12.5247 11.9285 12.6334 11.6436 12.6334 11.3334C12.6334 10.6154 12.0514 10.0334 11.3334 10.0334ZM13.6726 12.6826C13.9021 12.2857 14.0334 11.8249 14.0334 11.3334C14.0334 9.84221 12.8246 8.63338 11.3334 8.63338C9.84221 8.63338 8.63338 9.84221 8.63338 11.3334C8.63338 12.8246 9.84221 14.0334 11.3334 14.0334C11.8249 14.0334 12.2857 13.9021 12.6826 13.6726L13.5051 14.495C13.7784 14.7684 14.2217 14.7684 14.495 14.495C14.7684 14.2217 14.7684 13.7784 14.495 13.5051L13.6726 12.6826ZM2.28612 10.2861C2.91749 9.65475 3.77382 9.30005 4.66672 9.30005H6.86672C7.25331 9.30005 7.56672 9.61345 7.56672 10C7.56672 10.3866 7.25331 10.7 6.86672 10.7H4.66672C4.14512 10.7 3.64489 10.9073 3.27607 11.2761C2.90725 11.6449 2.70005 12.1451 2.70005 12.6667V14C2.70005 14.3866 2.38665 14.7 2.00005 14.7C1.61345 14.7 1.30005 14.3866 1.30005 14V12.6667C1.30005 11.7738 1.65475 10.9175 2.28612 10.2861Z", fill: "currentColor", }), }), - uS = (e) => - kt("svg", { + rT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99997 2.70005C4.91381 2.70005 4.0333 3.58056 4.0333 4.66672C4.0333 5.75288 4.91381 6.63338 5.99997 6.63338C7.08613 6.63338 7.96663 5.75288 7.96663 4.66672C7.96663 3.58056 7.08613 2.70005 5.99997 2.70005ZM2.6333 4.66672C2.6333 2.80736 4.14061 1.30005 5.99997 1.30005C7.85933 1.30005 9.36663 2.80736 9.36663 4.66672C9.36663 6.52607 7.85933 8.03338 5.99997 8.03338C4.14061 8.03338 2.6333 6.52607 2.6333 4.66672ZM9.98851 1.91309C10.0844 1.53857 10.4657 1.3127 10.8403 1.40859C11.5644 1.59401 12.2063 2.01518 12.6647 2.6057C13.1231 3.19622 13.3719 3.92251 13.3719 4.67005C13.3719 5.41759 13.1231 6.14387 12.6647 6.7344C12.2063 7.32492 11.5644 7.74609 10.8403 7.93151C10.4657 8.0274 10.0844 7.80153 9.98851 7.42701C9.89262 7.05249 10.1185 6.67115 10.493 6.57526C10.916 6.46694 11.291 6.22091 11.5588 5.87595C11.8265 5.531 11.9719 5.10673 11.9719 4.67005C11.9719 4.23337 11.8265 3.8091 11.5588 3.46414C11.291 3.11918 10.916 2.87316 10.493 2.76484C10.1185 2.66895 9.89262 2.28761 9.98851 1.91309ZM1.61937 10.2861C2.25075 9.65475 3.10707 9.30005 3.99997 9.30005H7.99997C8.89286 9.30005 9.74919 9.65475 10.3806 10.2861C11.0119 10.9175 11.3666 11.7738 11.3666 12.6667V14C11.3666 14.3866 11.0532 14.7 10.6666 14.7C10.28 14.7 9.96663 14.3866 9.96663 14V12.6667C9.96663 12.1451 9.75943 11.6449 9.39061 11.2761C9.02179 10.9073 8.52156 10.7 7.99997 10.7H3.99997C3.47838 10.7 2.97815 10.9073 2.60932 11.2761C2.2405 11.6449 2.0333 12.1451 2.0333 12.6667V14C2.0333 14.3866 1.7199 14.7 1.3333 14.7C0.946701 14.7 0.633301 14.3866 0.633301 14V12.6667C0.633301 11.7738 0.988002 10.9175 1.61937 10.2861ZM11.9889 9.91172C12.0855 9.53739 12.4673 9.31229 12.8416 9.40894C13.5639 9.59543 14.2038 10.0165 14.6608 10.6061C15.1178 11.1956 15.3661 11.9202 15.3666 12.6662L15.3666 12.6667V14C15.3666 14.3866 15.0532 14.7 14.6666 14.7C14.28 14.7 13.9666 14.3866 13.9666 14L13.9666 12.6672L13.9666 12.6667C13.9666 12.6669 13.9666 12.6671 13.9666 12.6672M13.9666 12.6667C13.9662 12.2311 13.8212 11.808 13.5543 11.4638C13.2873 11.1194 12.9135 10.8734 12.4916 10.7645C12.1173 10.6678 11.8922 10.286 11.9889 9.91172", fill: "currentColor", }), }), - pS = (e) => - kt("svg", { + oT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.66663 2.70005C5.21228 2.70005 4.0333 3.87903 4.0333 5.33338C4.0333 6.78773 5.21228 7.96672 6.66663 7.96672C8.12098 7.96672 9.29997 6.78773 9.29997 5.33338C9.29997 3.87903 8.12098 2.70005 6.66663 2.70005ZM9.15829 8.50526C10.0971 7.76677 10.7 6.62048 10.7 5.33338C10.7 3.10583 8.89418 1.30005 6.66663 1.30005C4.43909 1.30005 2.6333 3.10583 2.6333 5.33338C2.6333 6.62048 3.23619 7.76677 4.17497 8.50526C3.52059 8.80198 2.91828 9.21598 2.40042 9.73384C1.26895 10.8653 0.633301 12.3999 0.633301 14C0.633301 14.3866 0.946701 14.7 1.3333 14.7C1.7199 14.7 2.0333 14.3866 2.0333 14C2.0333 12.7712 2.52145 11.5927 3.39037 10.7238C4.25929 9.85487 5.4378 9.36672 6.66663 9.36672C7.89547 9.36672 9.07398 9.85487 9.94289 10.7238C10.8118 11.5927 11.3 12.7712 11.3 14C11.3 14.3866 11.6134 14.7 12 14.7C12.3866 14.7 12.7 14.3866 12.7 14C12.7 12.3999 12.0643 10.8653 10.9328 9.73384C10.415 9.21598 9.81268 8.80198 9.15829 8.50526ZM11.0979 2.10962C11.2951 1.77711 11.7245 1.66743 12.0571 1.86465C12.6273 2.20285 13.1053 2.67641 13.4489 3.2434C13.7925 3.8104 13.9911 4.45335 14.027 5.11535C14.0628 5.77736 13.935 6.438 13.6547 7.03882C13.4953 7.38054 13.2894 7.69691 13.0439 7.97943C14.2877 9.20231 15.3666 11.1885 15.3666 13.3334C15.3666 13.72 15.0532 14.0334 14.6666 14.0334C14.28 14.0334 13.9666 13.72 13.9666 13.3334C13.9666 11.3382 12.7635 9.44771 11.58 8.56005C11.4037 8.42786 11.3 8.22042 11.3 8.00011C11.2999 7.7798 11.4036 7.57233 11.5799 7.44012C11.9261 7.18035 12.203 6.83924 12.386 6.44697C12.569 6.05469 12.6524 5.62336 12.629 5.19115C12.6056 4.75893 12.476 4.33915 12.2516 3.96896C12.0273 3.59878 11.7152 3.2896 11.3429 3.06878C11.0104 2.87157 10.9007 2.44214 11.0979 2.10962Z", fill: "currentColor", }), }), - mS = (e) => - kt("svg", { + iT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.99997 2.70005C4.91381 2.70005 4.0333 3.58056 4.0333 4.66672C4.0333 5.75288 4.91381 6.63338 5.99997 6.63338C7.08613 6.63338 7.96663 5.75288 7.96663 4.66672C7.96663 3.58056 7.08613 2.70005 5.99997 2.70005ZM2.6333 4.66672C2.6333 2.80736 4.14061 1.30005 5.99997 1.30005C7.85933 1.30005 9.36663 2.80736 9.36663 4.66672C9.36663 6.52607 7.85933 8.03338 5.99997 8.03338C4.14061 8.03338 2.6333 6.52607 2.6333 4.66672ZM10.8383 4.83841C11.1117 4.56504 11.5549 4.56504 11.8283 4.83841L13 6.0101L14.1717 4.83841C14.445 4.56504 14.8882 4.56504 15.1616 4.83841C15.435 5.11177 15.435 5.55499 15.1616 5.82836L13.9899 7.00005L15.1616 8.17174C15.435 8.44511 15.435 8.88832 15.1616 9.16169C14.8882 9.43506 14.445 9.43506 14.1717 9.16169L13 7.99L11.8283 9.16169C11.5549 9.43506 11.1117 9.43506 10.8383 9.16169C10.565 8.88832 10.565 8.44511 10.8383 8.17174L12.01 7.00005L10.8383 5.82836C10.565 5.55499 10.565 5.11177 10.8383 4.83841ZM1.61937 10.2861C2.25075 9.65475 3.10707 9.30005 3.99997 9.30005H7.99997C8.89286 9.30005 9.74919 9.65475 10.3806 10.2861C11.0119 10.9175 11.3666 11.7738 11.3666 12.6667V14C11.3666 14.3866 11.0532 14.7 10.6666 14.7C10.28 14.7 9.96663 14.3866 9.96663 14V12.6667C9.96663 12.1451 9.75943 11.6449 9.39061 11.2761C9.02179 10.9073 8.52156 10.7 7.99997 10.7H3.99997C3.47838 10.7 2.97815 10.9073 2.60932 11.2761C2.2405 11.6449 2.0333 12.1451 2.0333 12.6667V14C2.0333 14.3866 1.7199 14.7 1.3333 14.7C0.946701 14.7 0.633301 14.3866 0.633301 14V12.6667C0.633301 11.7738 0.988002 10.9175 1.61937 10.2861Z", fill: "currentColor", }), }), - hS = (e) => - kt("svg", { + lT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1616 0.838326C11.435 1.11169 11.435 1.55491 11.1616 1.82828L9.63098 3.35889C9.39417 3.60166 9.26157 3.92741 9.26157 4.26663C9.26157 4.60586 9.39417 4.93161 9.63099 5.17439L9.73329 5.27668L12.1716 2.83833C12.445 2.56496 12.8882 2.56496 13.1616 2.83833C13.435 3.11169 13.435 3.55491 13.1616 3.82828L10.7232 6.26663L10.8255 6.36894C11.0683 6.60575 11.3941 6.73835 11.7333 6.73835C12.0725 6.73835 12.3983 6.60573 12.6411 6.36888L14.1716 4.83833C14.445 4.56496 14.8882 4.56496 15.1616 4.83833C15.435 5.11169 15.435 5.55491 15.1616 5.82828L13.6233 7.36656C13.1186 7.86127 12.44 8.13835 11.7333 8.13835C11.0266 8.13835 10.348 7.86125 9.84329 7.36653L9.83829 7.36163L9.73329 7.25658L8.9899 7.99997L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1716 15.1616L9.99995 10.9899L9.42826 11.5616C9.41728 11.5726 9.40593 11.5832 9.39424 11.5934C8.61614 12.2743 7.32844 12.3184 6.57165 11.5616L5.9987 10.9887L1.89102 15.0322C1.6155 15.3034 1.1723 15.2999 0.901097 15.0244C0.629891 14.7488 0.633381 14.3056 0.908892 14.0344L5.00872 9.99868L1.70735 6.69731C1.37602 6.37197 1.11274 5.98395 0.932844 5.55584C0.752459 5.12656 0.659546 4.66561 0.659546 4.19997C0.659546 3.73433 0.752459 3.27337 0.932844 2.84409C1.11323 2.41482 1.37746 2.02585 1.71006 1.69997C1.98421 1.43135 2.42353 1.4336 2.69493 1.70499L7.99995 7.01002L8.74334 6.26663L8.63336 6.15666C8.13865 5.65195 7.86157 4.97337 7.86157 4.26663C7.86157 3.5599 8.13867 2.88134 8.63339 2.37663L8.63829 2.37163L10.1716 0.838326C10.445 0.564959 10.8882 0.564959 11.1616 0.838326ZM2.2778 3.26776C2.2585 3.3067 2.2404 3.34628 2.22352 3.38644C2.11529 3.64401 2.05955 3.92058 2.05955 4.19997C2.05955 4.47935 2.11529 4.75592 2.22352 5.01349C2.33176 5.27106 2.49029 5.50444 2.68985 5.69997L2.69495 5.70497L7.5616 10.5717C7.73518 10.7452 8.16891 10.7908 8.4577 10.5523L9.01 9.99997L2.2778 3.26776Z", fill: "currentColor", }), }), - fS = (e) => - kt("svg", { + aT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.00005 0.633301C2.38665 0.633301 2.70005 0.946701 2.70005 1.3333V5.99997C2.70005 6.3467 2.98665 6.6333 3.33338 6.6333H3.96672V1.3333C3.96672 0.946701 4.28012 0.633301 4.66672 0.633301C5.05331 0.633301 5.36672 0.946701 5.36672 1.3333V6.6333H6.00005C6.16802 6.6333 6.32911 6.56657 6.44788 6.4478C6.56666 6.32903 6.63338 6.16794 6.63338 5.99997V1.3333C6.63338 0.946701 6.94678 0.633301 7.33338 0.633301C7.71998 0.633301 8.03338 0.946701 8.03338 1.3333V5.99997C8.03338 6.53924 7.81916 7.05643 7.43783 7.43775C7.05651 7.81907 6.53932 8.0333 6.00005 8.0333H5.36672V14.6666C5.36672 15.0532 5.05331 15.3666 4.66672 15.3666C4.28012 15.3666 3.96672 15.0532 3.96672 14.6666V8.0333H3.33338C2.21345 8.0333 1.30005 7.1199 1.30005 5.99997V1.3333C1.30005 0.946701 1.61345 0.633301 2.00005 0.633301ZM11.1481 1.81464C11.9044 1.05824 12.9303 0.633301 14 0.633301C14.1857 0.633301 14.3637 0.707051 14.495 0.838326C14.6263 0.969601 14.7 1.14765 14.7 1.3333V14.6666C14.7 15.0532 14.3866 15.3666 14 15.3666C13.6135 15.3666 13.3 15.0532 13.3 14.6666V10.7H12C10.8801 10.7 9.96672 9.78657 9.96672 8.66663V4.66663C9.96672 3.59693 10.3917 2.57103 11.1481 1.81464ZM13.3 9.29997V2.12804C12.8645 2.24816 12.4631 2.47948 12.138 2.80459C11.6442 3.29843 11.3667 3.96823 11.3667 4.66663V8.66663C11.3667 9.01337 11.6533 9.29997 12 9.29997H13.3Z", fill: "currentColor", }), }), - gS = (e) => - kt("svg", { + CT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 0.633301C8.38657 0.633301 8.69997 0.946701 8.69997 1.3333V2.6333H10.6333V1.99997C10.6333 1.61337 10.9467 1.29997 11.3333 1.29997C11.7199 1.29997 12.0333 1.61337 12.0333 1.99997V2.6333H12.6663C12.666 2.6333 12.6665 2.6333 12.6663 2.6333H13.3V1.99997C13.3 1.61337 13.6134 1.29997 14 1.29997C14.3866 1.29997 14.7 1.61337 14.7 1.99997V2.63408C15.0711 2.65148 15.3666 2.95788 15.3666 3.3333C15.3666 3.7199 15.0532 4.0333 14.6666 4.0333H12.9566L8.69997 8.28992V14.6666C8.69997 15.0532 8.38657 15.3666 7.99997 15.3666C7.61337 15.3666 7.29997 15.0532 7.29997 14.6666V8.28992L3.04335 4.0333H1.3333C0.946701 4.0333 0.633301 3.7199 0.633301 3.3333C0.633301 2.95788 0.928846 2.65148 1.29997 2.63408V1.99997C1.29997 1.61337 1.61337 1.29997 1.99997 1.29997C2.38657 1.29997 2.69997 1.61337 2.69997 1.99997V2.6333H3.33295C3.33271 2.6333 3.33318 2.6333 3.33295 2.6333H3.96663V1.99997C3.96663 1.61337 4.28003 1.29997 4.66663 1.29997C5.05323 1.29997 5.36663 1.61337 5.36663 1.99997V2.6333H7.29997V1.3333C7.29997 0.946701 7.61337 0.633301 7.99997 0.633301ZM7.29997 4.0333H5.02325L7.29997 6.31002V4.0333ZM8.69997 6.31002L10.9767 4.0333H8.69997V6.31002Z", fill: "currentColor", }), }), - vS = (e) => - kt("svg", { + sT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.33322 1.99997C4.91322 1.43997 4.91295 1.44017 4.91266 1.44039L4.91205 1.44085L4.91063 1.44192L4.90706 1.44463L4.89705 1.45232C4.88912 1.45846 4.87871 1.46662 4.86599 1.4768C4.84053 1.49716 4.80579 1.52563 4.76308 1.56224C4.67772 1.63541 4.56028 1.74129 4.42158 1.87999C4.14453 2.15704 3.78037 2.56731 3.41745 3.11168C2.68982 4.20312 1.96655 5.83595 1.96655 7.99997C1.96655 10.164 2.68982 11.7968 3.41745 12.8883C3.78037 13.4326 4.14453 13.8429 4.42158 14.1199C4.56028 14.2586 4.67772 14.3645 4.76308 14.4377C4.80579 14.4743 4.84053 14.5028 4.86599 14.5231C4.87871 14.5333 4.88912 14.5415 4.89705 14.5476L4.90706 14.5553L4.91063 14.558L4.91205 14.5591L4.91266 14.5596C4.91295 14.5598 4.91322 14.56 5.33322 14L4.91322 14.56C5.2225 14.7919 5.66126 14.7292 5.89322 14.42C6.12506 14.1109 6.06257 13.6724 5.75371 13.4403L5.75409 13.4406L5.75415 13.4407L5.75484 13.4412L5.75549 13.4417C5.75534 13.4416 5.75487 13.4412 5.75409 13.4406L5.74056 13.4299C5.72695 13.419 5.7044 13.4006 5.67419 13.3747C5.61372 13.3229 5.52283 13.2413 5.41153 13.13C5.18858 12.907 4.88607 12.5673 4.58232 12.1117C3.97662 11.2031 3.36655 9.83595 3.36655 7.99997C3.36655 6.16398 3.97662 4.79682 4.58232 3.88826C4.88607 3.43263 5.18858 3.09289 5.41153 2.86994C5.52283 2.75864 5.61372 2.67703 5.67419 2.6252C5.7044 2.5993 5.72695 2.5809 5.74056 2.57001L5.75409 2.55933C5.75517 2.5585 5.75566 2.55813 5.75552 2.55824L5.75484 2.55875L5.75415 2.55927L5.75371 2.5596C5.75347 2.55978 5.75322 2.55997 5.33322 1.99997ZM10.1066 1.57997C10.3385 1.27069 10.7773 1.20801 11.0866 1.43997L10.6832 1.97774C11.0866 1.43997 11.0868 1.44018 11.0871 1.44039L11.0877 1.44085L11.0891 1.44192L11.0927 1.44463L11.1027 1.45232C11.1106 1.45846 11.1211 1.46662 11.1338 1.4768C11.1592 1.49716 11.194 1.52563 11.2367 1.56224C11.3221 1.63541 11.4395 1.74129 11.5782 1.87999C11.8552 2.15704 12.2194 2.56731 12.5823 3.11168C13.3099 4.20312 14.0332 5.83595 14.0332 7.99997C14.0332 10.164 13.3099 11.7968 12.5823 12.8883C12.2194 13.4326 11.8552 13.8429 11.5782 14.1199C11.4395 14.2586 11.3221 14.3645 11.2367 14.4377C11.194 14.4743 11.1592 14.5028 11.1338 14.5231C11.1211 14.5333 11.1106 14.5415 11.1027 14.5476L11.0927 14.5553L11.0891 14.558L11.0877 14.5591L11.0871 14.5596C11.0868 14.5598 11.0866 14.56 10.6666 14L11.0866 14.56C10.7773 14.7919 10.3385 14.7292 10.1066 14.42C9.87512 14.1114 9.93699 13.6739 10.2445 13.4415C10.2447 13.4414 10.2451 13.441 10.2457 13.4406L10.2592 13.4299C10.2728 13.419 10.2954 13.4006 10.3256 13.3747C10.386 13.3229 10.4769 13.2413 10.5882 13.13C10.8112 12.907 11.1137 12.5673 11.4175 12.1117C12.0232 11.2031 12.6332 9.83595 12.6332 7.99997C12.6332 6.16398 12.0232 4.79682 11.4175 3.88826C11.1137 3.43263 10.8112 3.09289 10.5882 2.86994C10.4769 2.75864 10.386 2.67703 10.3256 2.6252C10.2954 2.5993 10.2728 2.5809 10.2592 2.57001L10.2457 2.55933L10.2461 2.5596C9.93721 2.32754 9.87472 1.88908 10.1066 1.57997ZM10.2457 2.55933L10.2456 2.55927L10.2449 2.55875L10.2443 2.55824C10.2441 2.55813 10.2446 2.5585 10.2457 2.55933ZM5.50491 5.50499C5.77828 5.23163 6.22149 5.23163 6.49486 5.50499L7.99989 7.01002L9.50491 5.50499C9.77828 5.23163 10.2215 5.23163 10.4949 5.50499C10.7682 5.77836 10.7682 6.22158 10.4949 6.49494L8.98984 7.99997L10.4949 9.50499C10.7682 9.77836 10.7682 10.2216 10.4949 10.4949C10.2215 10.7683 9.77828 10.7683 9.50491 10.4949L7.99989 8.98992L6.49486 10.4949C6.22149 10.7683 5.77828 10.7683 5.50491 10.4949C5.23154 10.2216 5.23154 9.77836 5.50491 9.50499L7.00994 7.99997L5.50491 6.49494C5.23154 6.22158 5.23154 5.77836 5.50491 5.50499Z", fill: "currentColor", }), }), - wS = (e) => - kt("svg", { + cT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V12.6667C2.70005 13.0165 2.9836 13.3 3.33338 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V3.33338C13.3 2.9836 13.0165 2.70005 12.6667 2.70005H3.33338ZM1.30005 3.33338C1.30005 2.2104 2.2104 1.30005 3.33338 1.30005H12.6667C13.7897 1.30005 14.7 2.2104 14.7 3.33338V12.6667C14.7 13.7897 13.7897 14.7 12.6667 14.7H3.33338C2.2104 14.7 1.30005 13.7897 1.30005 12.6667V3.33338ZM3.96672 5.00005C3.96672 4.42935 4.42935 3.96672 5.00005 3.96672C5.57074 3.96672 6.03338 4.42935 6.03338 5.00005C6.03338 5.01429 6.03309 5.02847 6.03252 5.04257L7.14476 6.15481C7.40475 6.0341 7.69453 5.96672 8.00005 5.96672C8.30557 5.96672 8.59535 6.0341 8.85534 6.15481L9.96758 5.04257C9.967 5.02847 9.96672 5.01429 9.96672 5.00005C9.96672 4.42935 10.4294 3.96672 11 3.96672C11.5707 3.96672 12.0334 4.42935 12.0334 5.00005C12.0334 5.57074 11.5707 6.03338 11 6.03338C10.9858 6.03338 10.9716 6.03309 10.9575 6.03252L9.84529 7.14476C9.966 7.40475 10.0334 7.69453 10.0334 8.00005C10.0334 8.30557 9.966 8.59535 9.84529 8.85534L10.9575 9.96758C10.9716 9.967 10.9858 9.96672 11 9.96672C11.5707 9.96672 12.0334 10.4294 12.0334 11C12.0334 11.5707 11.5707 12.0334 11 12.0334C10.4294 12.0334 9.96672 11.5707 9.96672 11C9.96672 10.9858 9.967 10.9716 9.96758 10.9575L8.85534 9.84529C8.59535 9.966 8.30557 10.0334 8.00005 10.0334C7.69453 10.0334 7.40475 9.966 7.14476 9.84529L6.03252 10.9575C6.03309 10.9716 6.03338 10.9858 6.03338 11C6.03338 11.5707 5.57074 12.0334 5.00005 12.0334C4.42935 12.0334 3.96672 11.5707 3.96672 11C3.96672 10.4294 4.42935 9.96672 5.00005 9.96672C5.01429 9.96672 5.02847 9.967 5.04257 9.96758L6.15481 8.85534C6.0341 8.59535 5.96672 8.30557 5.96672 8.00005C5.96672 7.69453 6.0341 7.40475 6.15481 7.14476L5.04257 6.03252C5.02847 6.03309 5.01429 6.03338 5.00005 6.03338C4.42935 6.03338 3.96672 5.57074 3.96672 5.00005ZM4.96455 4.63508C4.89484 4.66843 4.8295 4.71398 4.77174 4.77174C4.71398 4.8295 4.66843 4.89484 4.63508 4.96455C4.65181 4.79038 4.79038 4.65181 4.96455 4.63508ZM7.49032 7.6241C7.41264 7.72925 7.36672 7.85929 7.36672 8.00005C7.36672 8.14081 7.41264 8.27085 7.49032 8.376C7.51515 8.39492 7.539 8.41572 7.56169 8.43841C7.58438 8.46109 7.60518 8.48495 7.6241 8.50978C7.72925 8.58746 7.85929 8.63338 8.00005 8.63338C8.14081 8.63338 8.27085 8.58746 8.376 8.50978C8.39492 8.48495 8.41572 8.46109 8.43841 8.43841C8.46109 8.41572 8.48495 8.39492 8.50978 8.376C8.58746 8.27085 8.63338 8.14081 8.63338 8.00005C8.63338 7.85929 8.58746 7.72925 8.50978 7.6241C8.48495 7.60518 8.46109 7.58438 8.43841 7.56169C8.41572 7.539 8.39492 7.51515 8.376 7.49032C8.27085 7.41264 8.14081 7.36672 8.00005 7.36672C7.85929 7.36672 7.72925 7.41264 7.6241 7.49032C7.60518 7.51515 7.58438 7.539 7.56169 7.56169C7.539 7.58438 7.51515 7.60518 7.49032 7.6241ZM4.63508 11.0355C4.65181 11.2097 4.79038 11.3483 4.96455 11.365C4.89484 11.3317 4.8295 11.2861 4.77174 11.2284C4.71398 11.1706 4.66843 11.1053 4.63508 11.0355ZM11.0355 11.365C11.2097 11.3483 11.3483 11.2097 11.365 11.0355C11.3317 11.1053 11.2861 11.1706 11.2284 11.2284C11.1706 11.2861 11.1053 11.3317 11.0355 11.365ZM11.365 4.96455C11.3483 4.79038 11.2097 4.65181 11.0355 4.63508C11.1053 4.66843 11.1706 4.71398 11.2284 4.77174C11.2861 4.8295 11.3317 4.89484 11.365 4.96455Z", fill: "currentColor", }), }), - LS = (e) => - kt("svg", { + dT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.786187 0.896797C1.02728 0.59458 1.46771 0.545026 1.76993 0.786115C2.34315 1.2434 2.88721 1.73337 3.39967 2.25304C4.38428 1.46584 5.56195 0.938635 6.82403 0.73455C8.43899 0.473403 10.0895 0.757925 11.5179 1.53435C12.3332 0.906697 13.4122 0.633327 14.6667 0.633327C15.0533 0.633327 15.3667 0.946728 15.3667 1.33333C15.3667 2.58669 15.0939 3.6648 14.4675 4.47983C15.2476 5.91028 15.5339 7.56435 15.2722 9.1827C14.982 10.9771 14.0387 12.6009 12.6236 13.7417C11.2085 14.8826 9.4216 15.46 7.6065 15.3629C5.79139 15.2658 4.07626 14.5011 2.79095 13.2158C1.50565 11.9305 0.740914 10.2153 0.643824 8.40023C0.546734 6.58513 1.12414 4.79821 2.26501 3.38313C2.30741 3.33053 2.35048 3.27859 2.3942 3.22731C1.92319 2.75036 1.42334 2.30052 0.89687 1.88054C0.594653 1.63945 0.545098 1.19901 0.786187 0.896797ZM3.34523 4.27386C2.4276 5.4181 1.96346 6.86044 2.04183 8.32545C2.12046 9.79561 2.73986 11.1848 3.7809 12.2258C4.72208 13.167 5.94781 13.7635 7.26066 13.9274C7.09579 11.7198 6.50192 9.56292 5.50971 7.5785C4.91709 6.39326 4.18999 5.28479 3.34523 4.27386ZM8.80713 13.9186C9.87648 13.7726 10.8937 13.338 11.7449 12.6518C12.8911 11.7278 13.6551 10.4126 13.8901 8.95922C14.0857 7.74974 13.9034 6.51561 13.3777 5.42188C12.7311 5.78704 11.9569 5.97737 11.0874 6.02262C9.74004 8.52281 9.32084 10.1936 8.80713 13.9186ZM11.4093 4.59077C12.2233 4.49087 12.7896 4.22055 13.1718 3.83835C13.554 3.45616 13.8243 2.8899 13.9242 2.07588C13.1102 2.17579 12.5439 2.44611 12.1617 2.8283C12.1598 2.83023 12.1579 2.83216 12.1559 2.83409C12.1309 2.86582 12.1036 2.89486 12.0743 2.92115C11.7384 3.30036 11.5014 3.84026 11.4093 4.59077ZM10.5766 2.62511C9.48494 2.1024 8.25397 1.92151 7.04751 2.1166C6.05613 2.27691 5.12905 2.68338 4.34655 3.28936C5.29189 4.40662 6.10358 5.63575 6.76191 6.9524C7.28387 7.99632 7.70397 9.08435 8.01839 10.2013C8.42469 8.38166 8.97075 6.96861 9.96873 5.14932C9.98988 4.18455 10.1797 3.32923 10.5766 2.62511Z", fill: "currentColor", }), }), - bS = (e) => - kt("svg", { + uT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.633301 4.66667C0.633301 4.28008 0.946701 3.96667 1.3333 3.96667H4.66663C4.67532 3.96667 4.68401 3.96684 4.69269 3.96716C5.8876 4.01167 7.03765 4.40992 7.99997 5.10477C8.96228 4.40992 10.1123 4.01167 11.3072 3.96716C11.3159 3.96684 11.3246 3.96667 11.3333 3.96667H14.6666C15.0532 3.96667 15.3666 4.28008 15.3666 4.66667V8.00001C15.3666 9.06971 14.9417 10.0956 14.1853 10.852C13.4322 11.6051 12.412 12.0296 11.3474 12.0333C10.2816 12.0758 9.26295 12.4847 8.46352 13.1912C8.19877 13.4252 7.80116 13.4252 7.53641 13.1912C6.73698 12.4847 5.71832 12.0758 4.65252 12.0333C3.58791 12.0296 2.56771 11.6051 1.81464 10.852C1.05824 10.0956 0.633301 9.06971 0.633301 8.00001V4.66667ZM2.0333 5.36667V8.00001C2.0333 8.69841 2.31074 9.36821 2.80459 9.86206C3.29843 10.3559 3.96823 10.6333 4.66663 10.6333C4.67532 10.6333 4.68401 10.6335 4.69269 10.6338C5.8876 10.6783 7.03765 11.0766 7.99997 11.7714C8.96228 11.0766 10.1123 10.6783 11.3072 10.6338C11.3159 10.6335 11.3246 10.6333 11.3333 10.6333C12.0317 10.6333 12.7015 10.3559 13.1953 9.86206C13.6892 9.36821 13.9666 8.69841 13.9666 8.00001V5.36667H11.3468C10.2812 5.40926 9.2628 5.81814 8.46352 6.52452C8.19877 6.7585 7.80116 6.7585 7.53641 6.52452C6.73714 5.81814 5.71872 5.40926 4.65314 5.36667H2.0333ZM3.29997 7.33334C3.29997 6.94674 3.61337 6.63334 3.99997 6.63334C4.55895 6.63334 5.19375 6.72356 5.71492 7.0131C6.27815 7.32601 6.69997 7.87581 6.69997 8.66667C6.69997 9.05327 6.38657 9.36667 5.99997 9.36667H5.98001C5.66243 9.36669 5.3461 9.3667 5.06684 9.34342C4.78407 9.31986 4.47151 9.2684 4.18692 9.12611C3.87709 8.97119 3.6355 8.72642 3.4853 8.38847C3.34592 8.07486 3.29997 7.71451 3.29997 7.33334ZM10.285 7.0131C10.8062 6.72356 11.441 6.63334 12 6.63334C12.3866 6.63334 12.7 6.94674 12.7 7.33334C12.7 7.71451 12.654 8.07486 12.5146 8.38847C12.3644 8.72642 12.1228 8.97119 11.813 9.12611C11.5284 9.2684 11.2159 9.31986 10.9331 9.34342C10.6538 9.3667 10.3375 9.36669 10.0199 9.36667H9.99997C9.61337 9.36667 9.29997 9.05327 9.29997 8.66667C9.29997 7.87581 9.72178 7.32601 10.285 7.0131Z", fill: "currentColor", }), }), - MS = (e) => - kt("svg", { + pT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.0333 4.0333V11.9666H9.96663V4.0333H6.0333ZM4.6333 3.99997C4.6333 3.24518 5.24518 2.6333 5.99997 2.6333H9.99997C10.7548 2.6333 11.3666 3.24518 11.3666 3.99997V12C11.3666 12.7548 10.7548 13.3666 9.99997 13.3666H5.99997C5.24518 13.3666 4.6333 12.7548 4.6333 12V3.99997ZM0.838326 4.83833C1.11169 4.56496 1.55491 4.56496 1.82828 4.83833L3.16161 6.17166C3.43498 6.44503 3.43498 6.88824 3.16161 7.16161L2.32325 7.99997L3.16161 8.83833C3.43498 9.11169 3.43498 9.55491 3.16161 9.82828L1.82828 11.1616C1.55491 11.435 1.11169 11.435 0.838326 11.1616C0.564959 10.8882 0.564959 10.445 0.838326 10.1717L1.67668 9.3333L0.838326 8.49494C0.564959 8.22157 0.564959 7.77836 0.838326 7.50499L1.67668 6.66663L0.838326 5.82828C0.564959 5.55491 0.564959 5.11169 0.838326 4.83833ZM15.1616 4.83833C15.435 5.11169 15.435 5.55491 15.1616 5.82828L14.3232 6.66663L15.1616 7.50499C15.435 7.77836 15.435 8.22157 15.1616 8.49494L14.3232 9.3333L15.1616 10.1717C15.435 10.445 15.435 10.8882 15.1616 11.1616C14.8882 11.435 14.445 11.435 14.1717 11.1616L12.8383 9.82828C12.565 9.55491 12.565 9.11169 12.8383 8.83833L13.6767 7.99997L12.8383 7.16161C12.565 6.88824 12.565 6.44503 12.8383 6.17166L14.1717 4.83833C14.445 4.56496 14.8882 4.56496 15.1616 4.83833Z", fill: "currentColor", }), }), - HS = (e) => - kt("svg", { + mT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838326C1.11169 0.564959 1.55491 0.564959 1.82828 0.838326L5.82802 4.83807C5.82819 4.83824 5.82836 4.83841 5.82853 4.83858L11.1613 10.1714C11.1615 10.1716 11.1617 10.1718 11.1619 10.1719L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L11.329 12.319C11.1849 12.919 10.6434 13.3666 9.99997 13.3666H5.99997C5.2467 13.3666 4.6333 12.7532 4.6333 12V5.62325L0.838326 1.82828C0.564959 1.55491 0.564959 1.11169 0.838326 0.838326ZM6.0333 7.02325V11.9666H9.96663V10.9566L6.0333 7.02325ZM6.40663 3.3333C6.40663 2.9467 6.72003 2.6333 7.10663 2.6333H9.99997C10.7532 2.6333 11.3666 3.2467 11.3666 3.99997V6.8933C11.3666 7.2799 11.0532 7.5933 10.6666 7.5933C10.28 7.5933 9.96663 7.2799 9.96663 6.8933V4.0333H7.10663C6.72003 4.0333 6.40663 3.7199 6.40663 3.3333ZM0.838326 4.83833C1.11169 4.56496 1.55491 4.56496 1.82828 4.83833L3.16161 6.17166C3.43498 6.44503 3.43498 6.88824 3.16161 7.16161L2.32325 7.99997L3.16161 8.83833C3.43498 9.11169 3.43498 9.55491 3.16161 9.82827L1.82828 11.1616C1.55491 11.435 1.11169 11.435 0.838326 11.1616C0.564959 10.8882 0.564959 10.445 0.838326 10.1717L1.67668 9.3333L0.838326 8.49494C0.564959 8.22157 0.564959 7.77836 0.838326 7.50499L1.67668 6.66663L0.838326 5.82828C0.564959 5.55491 0.564959 5.11169 0.838326 4.83833ZM14.1717 4.83833C14.445 4.56496 14.8882 4.56496 15.1616 4.83833C15.435 5.11169 15.435 5.55491 15.1616 5.82828L14.3232 6.66663L15.1616 7.50499C15.435 7.77836 15.435 8.22157 15.1616 8.49494L14.3232 9.3333L15.1616 10.1717C15.435 10.445 15.435 10.8882 15.1616 11.1616C14.8882 11.435 14.445 11.435 14.1717 11.1616L12.8383 9.82827C12.565 9.55491 12.565 9.11169 12.8383 8.83833L13.6767 7.99997L12.8383 7.16161C12.565 6.88824 12.565 6.44503 12.8383 6.17166L14.1717 4.83833Z", fill: "currentColor", }), }), - ES = (e) => - kt("svg", { + hT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66667 4.70005C2.31689 4.70005 2.03333 4.9836 2.03333 5.33338V10.6667C2.03333 11.0165 2.31689 11.3 2.66667 11.3H9.33333C9.68311 11.3 9.96667 11.0165 9.96667 10.6667V5.33338C9.96667 4.9836 9.68311 4.70005 9.33333 4.70005H2.66667ZM11.3667 6.69209V5.33338C11.3667 4.2104 10.4563 3.30005 9.33333 3.30005H2.66667C1.54369 3.30005 0.633333 4.2104 0.633333 5.33338V10.6667C0.633333 11.7897 1.54369 12.7 2.66667 12.7H9.33333C10.4563 12.7 11.3667 11.7897 11.3667 10.6667V9.30801L14.2784 11.2492C14.4932 11.3924 14.7694 11.4057 14.997 11.2839C15.2246 11.1621 15.3667 10.9249 15.3667 10.6667V5.33338C15.3667 5.07523 15.2246 4.83802 14.997 4.71621C14.7694 4.5944 14.4932 4.60775 14.2784 4.75095L11.3667 6.69209ZM11.9286 8.00005L13.9667 9.35875V6.64134L11.9286 8.00005Z", fill: "currentColor", }), }), - RS = (e) => - kt("svg", { + fT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.83836 0.838326C1.11173 0.564959 1.55494 0.564959 1.82831 0.838326L4.4946 3.50462C4.49447 3.50449 4.49473 3.50474 4.4946 3.50462L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L10.9325 11.9224C10.8827 11.9859 10.8288 12.0467 10.7711 12.1044C10.3898 12.4857 9.87261 12.7 9.33333 12.7H2.66667C2.12739 12.7 1.61021 12.4857 1.22888 12.1044C0.847561 11.7231 0.633335 11.2059 0.633335 10.6666V5.3333C0.633335 4.79403 0.847561 4.27684 1.22888 3.89552C1.5316 3.59281 1.91992 3.3954 2.33695 3.32687L0.83836 1.82828C0.564993 1.55491 0.564993 1.11169 0.83836 0.838326ZM3.71005 4.69997H2.66667C2.4987 4.69997 2.33761 4.76669 2.21883 4.88547C2.10006 5.00424 2.03334 5.16533 2.03334 5.3333V10.6666C2.03334 10.8346 2.10006 10.9957 2.21883 11.1145C2.33761 11.2332 2.4987 11.3 2.66667 11.3H9.33333C9.5013 11.3 9.6624 11.2332 9.78117 11.1145C9.84067 11.055 9.88711 10.9848 9.91864 10.9086L3.71005 4.69997ZM6.40667 3.99997C6.40667 3.61337 6.72007 3.29997 7.10667 3.29997H9.33333C9.87261 3.29997 10.3898 3.51419 10.7711 3.89552C11.1524 4.27684 11.3667 4.79403 11.3667 5.3333V6.60335L11.4221 6.65883L14.2778 4.75122C14.4926 4.60776 14.7689 4.59421 14.9967 4.71598C15.2245 4.83774 15.3667 5.07503 15.3667 5.3333V10.6666C15.3667 11.0532 15.0533 11.3666 14.6667 11.3666C14.2801 11.3666 13.9667 11.0532 13.9667 10.6666V6.64271L11.7222 8.14204C11.4445 8.32753 11.0745 8.29106 10.8384 8.05494L10.1717 7.38828C10.0404 7.257 9.96667 7.07895 9.96667 6.8933V5.3333C9.96667 5.16533 9.89994 5.00424 9.78117 4.88547C9.6624 4.76669 9.5013 4.69997 9.33333 4.69997H7.10667C6.72007 4.69997 6.40667 4.38657 6.40667 3.99997Z", fill: "currentColor", }), }), - yS = (e) => - kt("svg", { + gT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.66666 3.36667C2.31688 3.36667 2.03333 3.65023 2.03333 4.00001V4.63334H13.9667V4.00001C13.9667 3.65023 13.6831 3.36667 13.3333 3.36667H2.66666ZM15.3667 4.00001C15.3667 2.87703 14.4563 1.96667 13.3333 1.96667H2.66666C1.54369 1.96667 0.633331 2.87703 0.633331 4.00001V12C0.633331 13.123 1.54369 14.0333 2.66666 14.0333H13.3333C14.4563 14.0333 15.3667 13.123 15.3667 12V4.00001ZM13.9667 6.03334H2.03333V12C2.03333 12.3498 2.31688 12.6333 2.66666 12.6333H13.3333C13.6831 12.6333 13.9667 12.3498 13.9667 12V6.03334ZM5.33333 8.70001C4.98355 8.70001 4.7 8.98356 4.7 9.33334C4.7 9.68312 4.98355 9.96667 5.33333 9.96667C5.68311 9.96667 5.96666 9.68312 5.96666 9.33334C5.96666 8.98356 5.68311 8.70001 5.33333 8.70001ZM7.26609 8.70001C7.33136 8.89932 7.36666 9.11221 7.36666 9.33334C7.36666 10.4563 6.45631 11.3667 5.33333 11.3667C4.21035 11.3667 3.3 10.4563 3.3 9.33334C3.3 8.21036 4.21035 7.30001 5.33333 7.30001H10.6667C11.7896 7.30001 12.7 8.21036 12.7 9.33334C12.7 10.4563 11.7896 11.3667 10.6667 11.3667C9.54368 11.3667 8.63333 10.4563 8.63333 9.33334C8.63333 9.11221 8.66863 8.89932 8.7339 8.70001H7.26609ZM10.6667 8.70001C10.3169 8.70001 10.0333 8.98356 10.0333 9.33334C10.0333 9.68312 10.3169 9.96667 10.6667 9.96667C11.0164 9.96667 11.3 9.68312 11.3 9.33334C11.3 8.98356 11.0164 8.70001 10.6667 8.70001Z", fill: "currentColor", }), }), - VS = (e) => - kt("svg", { + vT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.89555 1.8956C2.27688 1.51427 2.79406 1.30005 3.33334 1.30005H12.6667C13.2059 1.30005 13.7231 1.51427 14.1045 1.8956C14.4858 2.27692 14.7 2.79411 14.7 3.33338V4.66672C14.7 5.05331 14.3866 5.36672 14 5.36672C13.6134 5.36672 13.3 5.05331 13.3 4.66672V3.33338C13.3 3.16541 13.2333 3.00432 13.1145 2.88555C12.9957 2.76677 12.8346 2.70005 12.6667 2.70005H3.33334C3.16537 2.70005 3.00428 2.76677 2.8855 2.88555C2.76673 3.00432 2.7 3.16541 2.7 3.33338V4.66672C2.7 5.05331 2.3866 5.36672 2 5.36672C1.6134 5.36672 1.3 5.05331 1.3 4.66672V3.33338C1.3 2.79411 1.51423 2.27692 1.89555 1.8956ZM4.14231 8.00005C4.16872 8.04226 4.19788 8.08784 4.22974 8.13631C4.41851 8.4234 4.69778 8.80466 5.05928 9.18339C5.79413 9.95328 6.78973 10.6334 8 10.6334C9.20992 10.6334 10.2055 9.95331 10.9405 9.18337C11.3021 8.80462 11.5814 8.42334 11.7702 8.13624C11.8021 8.0878 11.8312 8.04224 11.8576 8.00005C11.8312 7.95786 11.8021 7.9123 11.7702 7.86385C11.5814 7.57675 11.3021 7.19547 10.9405 6.81673C10.2055 6.04679 9.20992 5.36672 8 5.36672C6.78973 5.36672 5.79413 6.04682 5.05928 6.8167C4.69778 7.19543 4.41851 7.5767 4.22974 7.86379C4.19788 7.91225 4.16872 7.95784 4.14231 8.00005ZM12.6667 8.00005C13.2905 7.68242 13.2903 7.68219 13.2902 7.68195L13.2893 7.68008L13.2874 7.67651L13.2819 7.6658L13.2631 7.63054C13.2472 7.60109 13.2246 7.55999 13.1953 7.50888C13.1368 7.40676 13.0515 7.26418 12.9399 7.09458C12.7177 6.75668 12.3871 6.30462 11.9532 5.85003C11.0972 4.95331 9.75942 3.96672 8 3.96672C6.24028 3.96672 4.90254 4.95328 4.04656 5.85006C3.61264 6.30466 3.28213 6.75673 3.05995 7.09465C2.94843 7.26426 2.86307 7.40684 2.80459 7.50897C2.77532 7.56007 2.75271 7.60118 2.73685 7.63063L2.7181 7.66589L2.71253 7.67661L2.7107 7.68017L2.71002 7.6815C2.70989 7.68174 2.7095 7.68252 3.33334 8.00005L2.7095 7.68252C2.60795 7.88203 2.60795 8.11807 2.7095 8.31758L3.33334 8.00005C2.7095 8.31758 2.70938 8.31734 2.7095 8.31758L2.7107 8.31992L2.71253 8.32349L2.7181 8.3342L2.73685 8.36947C2.75271 8.39891 2.77532 8.44002 2.80459 8.49113C2.86307 8.59325 2.94843 8.73584 3.05995 8.90545C3.28213 9.24336 3.61264 9.69543 4.04656 10.15C4.90254 11.0468 6.24028 12.0334 8 12.0334C9.75942 12.0334 11.0972 11.0468 11.9532 10.1501C12.3871 9.69547 12.7177 9.24342 12.9399 8.90552C13.0515 8.73592 13.1368 8.59333 13.1953 8.49122C13.2246 8.44011 13.2472 8.399 13.2631 8.36956L13.2819 8.3343L13.2874 8.32358L13.2893 8.32002L13.2899 8.3187C13.2901 8.31846 13.2905 8.31768 12.6667 8.00005ZM12.6667 8.00005L13.2905 8.31768C13.3921 8.11812 13.3918 7.88151 13.2902 7.68195L12.6667 8.00005ZM3.9566 8.31871C3.95649 8.31892 3.95651 8.31889 3.9566 8.31871V8.31871ZM7.03362 7.03367C7.28992 6.77737 7.63754 6.63338 8 6.63338C8.36247 6.63338 8.71008 6.77737 8.96638 7.03367C9.22268 7.28997 9.36667 7.63759 9.36667 8.00005C9.36667 8.36251 9.22268 8.71013 8.96638 8.96643C8.71008 9.22273 8.36247 9.36672 8 9.36672C7.63754 9.36672 7.28992 9.22273 7.03362 8.96643C6.77732 8.71013 6.63334 8.36251 6.63334 8.00005C6.63334 7.63759 6.77732 7.28997 7.03362 7.03367ZM8 8.03338C8.00884 8.03338 8.01732 8.02987 8.02357 8.02362C8.02982 8.01737 8.03334 8.00889 8.03334 8.00005C8.03334 7.99121 8.02982 7.98273 8.02357 7.97648C8.01732 7.97023 8.00884 7.96672 8 7.96672C7.99116 7.96672 7.98268 7.97023 7.97643 7.97648C7.97018 7.98273 7.96667 7.99121 7.96667 8.00005C7.96667 8.00889 7.97018 8.01737 7.97643 8.02362C7.98268 8.02987 7.99116 8.03338 8 8.03338ZM2 10.6334C2.3866 10.6334 2.7 10.9468 2.7 11.3334V12.6667C2.7 12.8347 2.76673 12.9958 2.8855 13.1145C3.00428 13.2333 3.16537 13.3 3.33334 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V11.3334C13.3 10.9468 13.6134 10.6334 14 10.6334C14.3866 10.6334 14.7 10.9468 14.7 11.3334V12.6667C14.7 13.206 14.4858 13.7232 14.1045 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33334C2.79406 14.7 2.27688 14.4858 1.89555 14.1045C1.51423 13.7232 1.3 13.206 1.3 12.6667V11.3334C1.3 10.9468 1.6134 10.6334 2 10.6334Z", fill: "currentColor", }), }), - SS = (e) => - Ot("svg", { + wT = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M10.4062 14.1438H5.56875C5.375 14.1438 5.19375 14.0563 5.075 13.9063L2.00625 10.0625C1.88125 9.90627 1.8375 9.70627 1.8875 9.51877L3.05625 4.81252C3.1 4.63127 3.225 4.48127 3.3875 4.40002L7.71875 2.23127C7.89375 2.14377 8.1 2.14377 8.28125 2.23127L12.6687 4.40627C12.8375 4.48752 12.9625 4.64377 13 4.82502L14.1187 9.53127C14.1625 9.71877 14.1125 9.91252 14 10.0625L10.9062 13.9188C10.7812 14.0625 10.6 14.1438 10.4062 14.1438ZM5.56875 13.5H10.3938L13.475 9.66877L12.3625 4.98127L8 2.81252L3.6875 4.97502L2.51875 9.66252L5.56875 13.5Z", fill: "#278FCE", }), - kt("path", { + Vt("path", { d: "M13.5625 3.5375L14.1125 3.0875L8.325 0.21875V0.94375L13.5625 3.5375Z", fill: "#23C0D3", }), - kt("path", { + Vt("path", { d: "M0.8625 10.2687L0.15625 10.425L4.19375 15.4937L4.5125 14.85L0.8625 10.2687Z", fill: "#79C043", }), - kt("path", { + Vt("path", { d: "M7.675 0.94375V0.21875L1.9625 3.0875L2.49375 3.54375L7.675 0.94375Z", fill: "#23C0D3", }), - kt("path", { + Vt("path", { d: "M2.10625 4.06875L1.55625 3.59375L0.0187492 9.79375L0.724999 9.6375L2.10625 4.06875Z", fill: "#1B4688", }), - kt("path", { + Vt("path", { d: "M15.275 9.6375L15.9812 9.79375L14.5125 3.59375L13.9562 4.05625L15.275 9.6375Z", fill: "#1B4688", }), - kt("path", { + Vt("path", { d: "M15.1312 10.2687L11.4437 14.8562L11.7562 15.5L15.8375 10.425L15.1312 10.2687Z", fill: "#79C043", }), - kt("path", { + Vt("path", { d: "M5.09375 15.1312L4.78125 15.7812H11.1687L10.85 15.1312H5.09375Z", fill: "#23C0D3", }), ], }), - TS = (e) => - kt("svg", { + LT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 6.0333C2.91384 6.0333 2.03333 6.91381 2.03333 7.99997C2.03333 9.08613 2.91384 9.96663 4 9.96663C5.08616 9.96663 5.96666 9.08613 5.96666 7.99997C5.96666 6.91381 5.08616 6.0333 4 6.0333ZM6.73283 9.96663C7.13168 9.41337 7.36666 8.73411 7.36666 7.99997C7.36666 6.14061 5.85936 4.6333 4 4.6333C2.14064 4.6333 0.633331 6.14061 0.633331 7.99997C0.633331 9.85933 2.14064 11.3666 4 11.3666H12C13.8594 11.3666 15.3667 9.85933 15.3667 7.99997C15.3667 6.14061 13.8594 4.6333 12 4.6333C10.1406 4.6333 8.63333 6.14061 8.63333 7.99997C8.63333 8.73411 8.86831 9.41337 9.26717 9.96663H6.73283ZM12 9.96663C13.0862 9.96663 13.9667 9.08613 13.9667 7.99997C13.9667 6.91381 13.0862 6.0333 12 6.0333C10.9138 6.0333 10.0333 6.91381 10.0333 7.99997C10.0333 9.08613 10.9138 9.96663 12 9.96663Z", fill: "currentColor", }), }), - NS = (e) => - kt("svg", { + bT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.63656 2.7024C7.87909 2.81896 8.03333 3.06422 8.03333 3.33331V12.6666C8.03333 12.9357 7.87909 13.181 7.63656 13.2976C7.39404 13.4141 7.10616 13.3813 6.89604 13.2132L3.75445 10.7H1.33333C0.946732 10.7 0.633331 10.3866 0.633331 9.99997V5.99997C0.633331 5.61337 0.946732 5.29997 1.33333 5.29997H3.75445L6.89604 2.7867C7.10616 2.6186 7.39404 2.58583 7.63656 2.7024ZM6.63333 4.78974L4.43728 6.54658C4.31317 6.64588 4.15895 6.69997 4 6.69997H2.03333V9.29997H4C4.15895 9.29997 4.31317 9.35407 4.43728 9.45337L6.63333 11.2102V4.78974ZM9.8651 5.14492C10.1385 4.8716 10.5817 4.87167 10.855 5.14507C11.6112 5.90144 12.036 6.92714 12.036 7.99664C12.036 9.06614 11.6112 10.0918 10.855 10.8482C10.5817 11.1216 10.1385 11.1217 9.8651 10.8484C9.59169 10.575 9.59162 10.1318 9.86495 9.85841C10.3586 9.36458 10.636 8.69491 10.636 7.99664C10.636 7.29838 10.3586 6.6287 9.86495 6.13487C9.59162 5.86147 9.59169 5.41825 9.8651 5.14492Z", fill: "currentColor", }), }), - xS = (e) => - kt("svg", { + MT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.2184 2.79162C12.4918 2.51829 12.9351 2.51836 13.2084 2.79177C14.5894 4.17322 15.3652 6.04663 15.3652 8C15.3652 9.95338 14.5894 11.8268 13.2084 13.2082C12.9351 13.4816 12.4918 13.4817 12.2184 13.2084C11.945 12.9351 11.945 12.4918 12.2183 12.2184C13.3369 11.0995 13.9652 9.58215 13.9652 8C13.9652 6.41786 13.3369 4.90049 12.2183 3.78157C11.945 3.50816 11.945 3.06495 12.2184 2.79162ZM7.63656 2.70242C7.87909 2.81899 8.03333 3.06425 8.03333 3.33334V12.6667C8.03333 12.9358 7.87909 13.181 7.63656 13.2976C7.39404 13.4141 7.10616 13.3814 6.89604 13.2133L3.75445 10.7H1.33333C0.946732 10.7 0.633331 10.3866 0.633331 10V6C0.633331 5.6134 0.946732 5.3 1.33333 5.3H3.75445L6.89604 2.78673C7.10616 2.61863 7.39404 2.58586 7.63656 2.70242ZM6.63333 4.78977L4.43728 6.54661C4.31317 6.64591 4.15895 6.7 4 6.7H2.03333V9.3H4C4.15895 9.3 4.31317 9.3541 4.43728 9.45339L6.63333 11.2102V4.78977ZM9.8651 5.14495C10.1385 4.87163 10.5817 4.8717 10.855 5.1451C11.6112 5.90146 12.036 6.92717 12.036 7.99667C12.036 9.06617 11.6112 10.0919 10.855 10.8482C10.5817 11.1216 10.1385 11.1217 9.8651 10.8484C9.59169 10.5751 9.59162 10.1318 9.86495 9.85844C10.3586 9.36461 10.636 8.69494 10.636 7.99667C10.636 7.2984 10.3586 6.62873 9.86495 6.1349C9.59162 5.8615 9.59169 5.41828 9.8651 5.14495Z", fill: "currentColor", }), }), - _S = (e) => - kt("svg", { + HT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.63656 2.7024C7.87909 2.81896 8.03333 3.06422 8.03333 3.33331V12.6666C8.03333 12.9357 7.87909 13.181 7.63656 13.2976C7.39404 13.4141 7.10616 13.3813 6.89604 13.2132L3.75445 10.7H1.33333C0.946732 10.7 0.633331 10.3866 0.633331 9.99997V5.99997C0.633331 5.61337 0.946732 5.29997 1.33333 5.29997H3.75445L6.89604 2.7867C7.10616 2.6186 7.39404 2.58583 7.63656 2.7024ZM6.63333 4.78974L4.43728 6.54658C4.31317 6.64588 4.15895 6.69997 4 6.69997H2.03333V9.29997H4C4.15895 9.29997 4.31317 9.35407 4.43728 9.45337L6.63333 11.2102V4.78974Z", fill: "currentColor", }), }), - AS = (e) => - kt("svg", { + ET = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.63656 2.7024C7.87909 2.81896 8.03333 3.06422 8.03333 3.33331V12.6666C8.03333 12.9357 7.87909 13.181 7.63656 13.2976C7.39404 13.4141 7.10616 13.3813 6.89604 13.2132L3.75445 10.7H1.33333C0.946732 10.7 0.633331 10.3866 0.633331 9.99997V5.99997C0.633331 5.61337 0.946732 5.29997 1.33333 5.29997H3.75445L6.89604 2.7867C7.10616 2.6186 7.39404 2.58583 7.63656 2.7024ZM6.63333 4.78974L4.43728 6.54658C4.31317 6.64588 4.15895 6.69997 4 6.69997H2.03333V9.29997H4C4.15895 9.29997 4.31317 9.35407 4.43728 9.45337L6.63333 11.2102V4.78974ZM10.1717 5.505C10.4451 5.23163 10.8883 5.23163 11.1616 5.505L12.6667 7.01002L14.1717 5.505C14.4451 5.23163 14.8883 5.23163 15.1616 5.505C15.435 5.77837 15.435 6.22158 15.1616 6.49495L13.6566 7.99997L15.1616 9.505C15.435 9.77837 15.435 10.2216 15.1616 10.4949C14.8883 10.7683 14.4451 10.7683 14.1717 10.4949L12.6667 8.98992L11.1616 10.4949C10.8883 10.7683 10.4451 10.7683 10.1717 10.4949C9.89832 10.2216 9.89832 9.77837 10.1717 9.505L11.6767 7.99997L10.1717 6.49495C9.89832 6.22158 9.89832 5.77837 10.1717 5.505Z", fill: "currentColor", }), }), - ZS = (e) => - kt("svg", { + RT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66669 4.0333C4.31996 4.0333 4.03336 4.3199 4.03336 4.66663V11.9666H11.9667V4.66663C11.9667 4.49866 11.9 4.33757 11.7812 4.2188C11.6624 4.10003 11.5013 4.0333 11.3334 4.0333H4.66669ZM13.3667 11.9666V4.66663C13.3667 4.12736 13.1525 3.61017 12.7711 3.22885C12.3898 2.84753 11.8726 2.6333 11.3334 2.6333H4.66669C3.54676 2.6333 2.63336 3.5467 2.63336 4.66663V11.9666H1.33336C0.946762 11.9666 0.633362 12.28 0.633362 12.6666C0.633362 13.0532 0.946762 13.3666 1.33336 13.3666H14.6667C15.0533 13.3666 15.3667 13.0532 15.3667 12.6666C15.3667 12.28 15.0533 11.9666 14.6667 11.9666H13.3667ZM10.495 6.17166C10.7684 6.44503 10.7684 6.88824 10.495 7.16161L7.82834 9.82828C7.55497 10.1016 7.11175 10.1016 6.83839 9.82828L5.50505 8.49494C5.23169 8.22157 5.23169 7.77836 5.50505 7.50499C5.77842 7.23163 6.22164 7.23163 6.495 7.50499L7.33336 8.34335L9.50505 6.17166C9.77842 5.89829 10.2216 5.89829 10.495 6.17166Z", fill: "currentColor", }), }), - IS = (e) => - kt("svg", { + yT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C2.98354 2.70005 2.69999 2.9836 2.69999 3.33338V4.06786C2.90256 4.00146 3.11615 3.96672 3.33332 3.96672H12.6667C12.8838 3.96672 13.0974 4.00146 13.3 4.06786V3.33338C13.3 2.9836 13.0164 2.70005 12.6667 2.70005H3.33332ZM14.7 3.33338C14.7 2.2104 13.7896 1.30005 12.6667 1.30005H3.33332C2.21034 1.30005 1.29999 2.2104 1.29999 3.33338V12.6667C1.29999 13.7897 2.21034 14.7 3.33332 14.7H12.6667C13.7896 14.7 14.7 13.7897 14.7 12.6667V3.33338ZM13.3 6.00005C13.3 5.83208 13.2333 5.67099 13.1145 5.55221C12.9957 5.43344 12.8346 5.36672 12.6667 5.36672H3.33332C3.16535 5.36672 3.00426 5.43344 2.88549 5.55221C2.76671 5.67099 2.69999 5.83208 2.69999 6.00005V6.63338H3.99999C4.66978 6.63338 5.39522 6.87518 5.88993 7.4298L6.57659 7.99161C6.59459 8.00634 6.61185 8.02196 6.6283 8.03841C7.4216 8.83171 8.64505 8.83171 9.43835 8.03841C9.45479 8.02196 9.47205 8.00634 9.49006 7.99161L10.1986 7.41186C10.6433 6.98068 11.3346 6.63338 12.0667 6.63338H13.3V6.00005ZM13.3 8.03338H12.0667C11.747 8.03338 11.3849 8.20507 11.1616 8.42836C11.1452 8.4448 11.1279 8.46042 11.1099 8.47515L10.4021 9.05424C9.0697 10.3598 6.99694 10.3598 5.66449 9.05424L4.95672 8.47515C4.92232 8.44701 4.89069 8.41565 4.86223 8.38151C4.69056 8.1755 4.37494 8.03338 3.99999 8.03338H2.69999V12.6667C2.69999 13.0165 2.98354 13.3 3.33332 13.3H12.6667C13.0164 13.3 13.3 13.0165 13.3 12.6667V8.03338Z", fill: "currentColor", }), }), - kS = (e) => - kt("svg", { + VT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338C2.69999 3.50135 2.76671 3.66244 2.88549 3.78122C3.00426 3.89999 3.16535 3.96672 3.33332 3.96672H11.9667V2.70005H3.33332ZM13.3667 3.96672V2.00005C13.3667 1.61345 13.0533 1.30005 12.6667 1.30005H3.33332C2.79405 1.30005 2.27686 1.51427 1.89554 1.8956C1.51421 2.27692 1.29999 2.79411 1.29999 3.33338V12.6667C1.29999 13.206 1.51421 13.7232 1.89554 14.1045C2.27686 14.4858 2.79405 14.7 3.33332 14.7H14C14.3866 14.7 14.7 14.3866 14.7 14V11.3659C15.0711 11.3485 15.3667 11.0421 15.3667 10.6667V8.00005C15.3667 7.62462 15.0711 7.31823 14.7 7.30083V4.66672C14.7 4.28012 14.3866 3.96672 14 3.96672H13.3667ZM3.33332 5.36672C3.11615 5.36672 2.90256 5.33197 2.69999 5.26557V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H13.3V11.3667H12C11.4607 11.3667 10.9435 11.1525 10.5622 10.7712C10.1809 10.3898 9.96665 9.87266 9.96665 9.33338C9.96665 8.79411 10.1809 8.27692 10.5622 7.8956C10.9435 7.51428 11.4607 7.30005 12 7.30005H13.3V5.36672H3.33332ZM13.9667 8.70005H12C11.832 8.70005 11.6709 8.76677 11.5522 8.88555C11.4334 9.00432 11.3667 9.16541 11.3667 9.33338C11.3667 9.50135 11.4334 9.66244 11.5522 9.78122C11.6709 9.89999 11.832 9.96672 12 9.96672H13.9667V8.70005Z", fill: "currentColor", }), }), - OS = (e) => - kt("svg", { + TT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33332 2.70005C3.16535 2.70005 3.00426 2.76677 2.88549 2.88555C2.76671 3.00432 2.69999 3.16541 2.69999 3.33338V12.6667C2.69999 12.8347 2.76671 12.9958 2.88549 13.1145C3.00426 13.2333 3.16535 13.3 3.33332 13.3H12.6667C12.8346 13.3 12.9957 13.2333 13.1145 13.1145C13.2333 12.9958 13.3 12.8347 13.3 12.6667V6.00005C13.3 5.83208 13.2333 5.67099 13.1145 5.55221C12.9957 5.43344 12.8346 5.36672 12.6667 5.36672H4.66665C4.28006 5.36672 3.96665 5.05331 3.96665 4.66672C3.96665 4.28012 4.28006 3.96672 4.66665 3.96672H12.6667C13.2059 3.96672 13.7231 4.18094 14.1044 4.56227C14.4858 4.94359 14.7 5.46077 14.7 6.00005V12.6667C14.7 13.206 14.4858 13.7232 14.1044 14.1045C13.7231 14.4858 13.2059 14.7 12.6667 14.7H3.33332C2.79405 14.7 2.27686 14.4858 1.89554 14.1045C1.51421 13.7232 1.29999 13.206 1.29999 12.6667V3.33338C1.29999 2.79411 1.51421 2.27692 1.89554 1.8956C2.27686 1.51427 2.79405 1.30005 3.33332 1.30005H12.6667C13.0533 1.30005 13.3667 1.61345 13.3667 2.00005C13.3667 2.38665 13.0533 2.70005 12.6667 2.70005H3.33332ZM10.6333 9.33338C10.6333 8.94678 10.9467 8.63338 11.3333 8.63338H11.34C11.7266 8.63338 12.04 8.94678 12.04 9.33338C12.04 9.71998 11.7266 10.0334 11.34 10.0334H11.3333C10.9467 10.0334 10.6333 9.71998 10.6333 9.33338Z", fill: "currentColor", }), }), - BS = (e) => - kt("svg", { + ST = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.22891 1.8956C1.61024 1.51427 2.12742 1.30005 2.6667 1.30005H13.3334C13.8726 1.30005 14.3898 1.51427 14.7711 1.8956C15.1525 2.27692 15.3667 2.79411 15.3667 3.33338V10C15.3667 10.5393 15.1525 11.0565 14.7711 11.4378C14.3898 11.8192 13.8726 12.0334 13.3334 12.0334H8.70003V13.3H10.6667C11.0533 13.3 11.3667 13.6135 11.3667 14C11.3667 14.3866 11.0533 14.7 10.6667 14.7H5.33336C4.94676 14.7 4.63336 14.3866 4.63336 14C4.63336 13.6135 4.94676 13.3 5.33336 13.3H7.30003V12.0334H2.6667C2.12742 12.0334 1.61023 11.8192 1.22891 11.4378C0.847587 11.0565 0.633362 10.5393 0.633362 10V3.33338C0.633362 2.79411 0.847587 2.27692 1.22891 1.8956ZM13.3334 10.6334C13.5013 10.6334 13.6624 10.5667 13.7812 10.4479C13.8407 10.3884 13.8871 10.3183 13.9187 10.242L11.4465 7.7698C11.4463 7.76962 11.4467 7.76998 11.4465 7.7698C11.3284 7.65272 11.1685 7.58621 11.0022 7.58562C10.8366 7.58503 10.6775 7.64931 10.5587 7.76463L7.68998 10.6334H13.3334ZM5.71008 10.6334L9.57669 6.76677C9.95856 6.39249 10.4725 6.18373 11.0072 6.18563C11.5419 6.18753 12.0544 6.39998 12.4336 6.77696L12.435 6.77841L13.9667 8.3101V3.33338C13.9667 3.16541 13.9 3.00432 13.7812 2.88555C13.6624 2.76677 13.5013 2.70005 13.3334 2.70005H2.6667C2.49872 2.70005 2.33763 2.76677 2.21886 2.88555C2.10009 3.00432 2.03336 3.16541 2.03336 3.33338V10C2.03336 10.168 2.10009 10.3291 2.21886 10.4479C2.33763 10.5667 2.49873 10.6334 2.6667 10.6334H5.71008ZM5.33336 5.36672C4.98358 5.36672 4.70003 5.65027 4.70003 6.00005C4.70003 6.34983 4.98358 6.63338 5.33336 6.63338C5.68314 6.63338 5.96669 6.34983 5.96669 6.00005C5.96669 5.65027 5.68314 5.36672 5.33336 5.36672ZM3.30003 6.00005C3.30003 4.87707 4.21038 3.96672 5.33336 3.96672C6.45634 3.96672 7.36669 4.87707 7.36669 6.00005C7.36669 7.12303 6.45634 8.03338 5.33336 8.03338C4.21038 8.03338 3.30003 7.12303 3.30003 6.00005Z", fill: "currentColor", }), }), - DS = (e) => - kt("svg", { + NT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.99999 0.633301C10.3866 0.633301 10.7 0.946701 10.7 1.3333V2.66663C10.7 3.05323 10.3866 3.36663 9.99999 3.36663C9.61339 3.36663 9.29999 3.05323 9.29999 2.66663V1.3333C9.29999 0.946701 9.61339 0.633301 9.99999 0.633301ZM6.83835 2.83833C7.11171 2.56496 7.55493 2.56496 7.8283 2.83833L8.6283 3.63833C8.90166 3.91169 8.90166 4.35491 8.6283 4.62828C8.35493 4.90164 7.91171 4.90164 7.63835 4.62828L6.83835 3.82828C6.56498 3.55491 6.56498 3.11169 6.83835 2.83833ZM13.1616 2.83833C13.435 3.11169 13.435 3.55491 13.1616 3.82828L12.3616 4.62828C12.0883 4.90164 11.645 4.90164 11.3717 4.62828C11.0983 4.35491 11.0983 3.91169 11.3717 3.63833L12.1717 2.83833C12.445 2.56496 12.8883 2.56496 13.1616 2.83833ZM4.63332 5.99997C4.63332 5.61337 4.94672 5.29997 5.33332 5.29997H6.66665C7.05325 5.29997 7.36665 5.61337 7.36665 5.99997C7.36665 6.38657 7.05325 6.69997 6.66665 6.69997H5.33332C4.94672 6.69997 4.63332 6.38657 4.63332 5.99997ZM12.6333 5.99997C12.6333 5.61337 12.9467 5.29997 13.3333 5.29997H14.6667C15.0533 5.29997 15.3667 5.61337 15.3667 5.99997C15.3667 6.38657 15.0533 6.69997 14.6667 6.69997H13.3333C12.9467 6.69997 12.6333 6.38657 12.6333 5.99997ZM11.3717 7.37166C11.645 7.09829 12.0883 7.09829 12.3616 7.37166L13.1616 8.17166C13.435 8.44503 13.435 8.88824 13.1616 9.16161C12.8883 9.43498 12.445 9.43498 12.1717 9.16161L11.3717 8.36161C11.0983 8.08824 11.0983 7.64503 11.3717 7.37166ZM8.49496 7.50499C8.76833 7.77836 8.76833 8.22158 8.49496 8.49494L2.49496 14.4949C2.2216 14.7683 1.77838 14.7683 1.50501 14.4949C1.23165 14.2216 1.23165 13.7784 1.50501 13.505L7.50501 7.50499C7.77838 7.23163 8.2216 7.23163 8.49496 7.50499ZM9.99999 8.6333C10.3866 8.6333 10.7 8.9467 10.7 9.3333V10.6666C10.7 11.0532 10.3866 11.3666 9.99999 11.3666C9.61339 11.3666 9.29999 11.0532 9.29999 10.6666V9.3333C9.29999 8.9467 9.61339 8.6333 9.99999 8.6333Z", fill: "currentColor", }), }), - PS = (e) => - kt("svg", { + xT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.96739 2.69922C5.98441 3.07069 6.29097 3.36663 6.66664 3.36663C7.04232 3.36663 7.34887 3.07069 7.3659 2.69922C7.73737 2.6822 8.03331 2.37564 8.03331 1.99997C8.03331 1.62429 7.73737 1.31774 7.3659 1.30071C7.34888 0.929242 7.04232 0.633301 6.66664 0.633301C6.29097 0.633301 5.98441 0.929242 5.96739 1.30071C5.59592 1.31774 5.29998 1.62429 5.29998 1.99997C5.29998 2.37564 5.59592 2.6822 5.96739 2.69922ZM12.4198 0.750264C12.6036 0.673573 12.8008 0.634085 13 0.634085C13.1991 0.634085 13.3963 0.673573 13.5801 0.750264C13.7633 0.82668 13.9295 0.938524 14.0693 1.07937C14.0698 1.07987 14.0703 1.08038 14.0708 1.08088L14.9188 1.92884C15.0606 2.06782 15.1734 2.23359 15.2506 2.41652C15.3285 2.60116 15.3687 2.79955 15.3687 2.99997C15.3687 3.20039 15.3285 3.39877 15.2506 3.58341C15.1733 3.76636 15.0606 3.93214 14.9188 4.07113L4.07109 14.9188C3.93211 15.0606 3.76635 15.1733 3.58342 15.2506C3.39878 15.3285 3.2004 15.3687 2.99998 15.3687C2.79956 15.3687 2.60117 15.3285 2.41653 15.2506C2.2336 15.1733 2.06783 15.0606 1.92885 14.9188L1.08089 14.0708C1.08039 14.0703 1.07988 14.0698 1.07938 14.0693C0.938534 13.9295 0.82669 13.7633 0.750274 13.5801C0.673582 13.3963 0.634094 13.1991 0.634094 13C0.634094 12.8008 0.673582 12.6036 0.750274 12.4198C0.826684 12.2367 0.938515 12.0704 1.07934 11.9307C1.07986 11.9301 1.08038 11.9296 1.08089 11.9291L11.9291 1.08088C11.9296 1.08041 11.9301 1.07993 11.9305 1.07946C12.0703 0.938572 12.2366 0.826697 12.4198 0.750264ZM9.33331 5.65658L2.06573 12.9242C2.05571 12.9341 2.04775 12.9459 2.04232 12.9589C2.03689 12.9719 2.03409 12.9859 2.03409 13C2.03409 13.0141 2.03689 13.028 2.04232 13.041C2.04775 13.0541 2.05571 13.0659 2.06573 13.0758L2.06829 13.0783L2.92836 13.9384C2.93768 13.948 2.94877 13.9556 2.96108 13.9608C2.97339 13.966 2.98662 13.9687 2.99998 13.9687C3.01334 13.9687 3.02656 13.966 3.03887 13.9608C3.05118 13.9556 3.06232 13.948 3.07164 13.9384L3.07829 13.9316L10.3434 6.66663L9.33331 5.65658ZM11.3333 5.67668L10.3233 4.66663L12.9216 2.06828L12.9242 2.06572C12.9341 2.0557 12.9459 2.04774 12.9589 2.04231C12.9719 2.03688 12.9859 2.03408 13 2.03408C13.0141 2.03408 13.028 2.03688 13.0411 2.04231C13.0541 2.04774 13.0659 2.0557 13.0758 2.06572L13.9317 2.92161L13.9385 2.9283C13.948 2.93762 13.9556 2.94876 13.9608 2.96107C13.966 2.97338 13.9687 2.98661 13.9687 2.99997C13.9687 3.01333 13.966 3.02655 13.9608 3.03886C13.9556 3.05117 13.948 3.06231 13.9385 3.07163L11.3333 5.67668ZM3.33331 3.29997C3.71991 3.29997 4.03331 3.61337 4.03331 3.99997V4.6333H4.66664C5.05324 4.6333 5.36664 4.9467 5.36664 5.3333C5.36664 5.7199 5.05324 6.0333 4.66664 6.0333H4.03331V6.66663C4.03331 7.05323 3.71991 7.36663 3.33331 7.36663C2.94671 7.36663 2.63331 7.05323 2.63331 6.66663V6.0333H1.99998C1.61338 6.0333 1.29998 5.7199 1.29998 5.3333C1.29998 4.9467 1.61338 4.6333 1.99998 4.6333H2.63331V3.99997C2.63331 3.61337 2.94671 3.29997 3.33331 3.29997ZM12.6666 8.6333C13.0532 8.6333 13.3666 8.9467 13.3666 9.3333V9.96663H14C14.3866 9.96663 14.7 10.28 14.7 10.6666C14.7 11.0532 14.3866 11.3666 14 11.3666H13.3666V12C13.3666 12.3866 13.0532 12.7 12.6666 12.7C12.28 12.7 11.9666 12.3866 11.9666 12V11.3666H11.3333C10.9467 11.3666 10.6333 11.0532 10.6333 10.6666C10.6333 10.28 10.9467 9.96663 11.3333 9.96663H11.9666V9.3333C11.9666 8.9467 12.28 8.6333 12.6666 8.6333Z", fill: "currentColor", }), }), - FS = (e) => - kt("svg", { + _T = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.76569 2.85034C7.76555 2.8504 7.76584 2.85029 7.76569 2.85034L2.43236 4.98368C2.31502 5.03041 2.21433 5.11116 2.14323 5.21555C2.07235 5.31962 2.0341 5.44246 2.03336 5.56836V13.3334C2.03336 13.5013 2.10009 13.6624 2.21886 13.7812C2.33763 13.9 2.49873 13.9667 2.6667 13.9667H3.30003V6.66669C3.30003 6.28009 3.61343 5.96669 4.00003 5.96669H12C12.3866 5.96669 12.7 6.28009 12.7 6.66669V13.9667H13.3334C13.5013 13.9667 13.6624 13.9 13.7812 13.7812C13.9 13.6624 13.9667 13.5013 13.9667 13.3334V5.56835C13.966 5.44246 13.9277 5.31962 13.8568 5.21555C13.7857 5.11116 13.685 5.03041 13.5677 4.98368L8.23436 2.85034C8.23422 2.85029 8.2345 2.8504 8.23436 2.85034C8.08414 2.79064 7.91592 2.79064 7.76569 2.85034ZM11.3 13.9667V12.7H4.70003V13.9667H11.3ZM4.70003 11.3H11.3V10.0334H4.70003V11.3ZM4.70003 8.63335H11.3V7.36669H4.70003V8.63335ZM2.6667 15.3667C2.12742 15.3667 1.61023 15.1525 1.22891 14.7711C0.847587 14.3898 0.633362 13.8726 0.633362 13.3334V5.56386C0.634998 5.15836 0.757846 4.76261 0.986112 4.42746C1.21428 4.09245 1.53736 3.83329 1.91387 3.68323C1.91371 3.68329 1.91404 3.68316 1.91387 3.68323L7.24769 1.5497C7.7308 1.35729 8.26926 1.35729 8.75236 1.5497L8.75333 1.55009L14.0857 3.68303C14.0855 3.68295 14.0859 3.6831 14.0857 3.68303C14.4622 3.8331 14.7858 4.09247 15.0139 4.42746C15.2422 4.76261 15.3651 5.15836 15.3667 5.56386L15.3667 5.56669L15.3667 13.3334C15.3667 13.8726 15.1525 14.3898 14.7711 14.7711C14.3898 15.1525 13.8726 15.3667 13.3334 15.3667H2.6667Z", fill: "currentColor", }), }), - US = (e) => - kt("svg", { + AT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.0333C2.9836 2.0333 2.70005 2.31685 2.70005 2.66663V3.29997H4.00005C4.38665 3.29997 4.70005 3.61337 4.70005 3.99997C4.70005 4.38657 4.38665 4.69997 4.00005 4.69997H2.70005V13.3333C2.70005 13.6831 2.9836 13.9666 3.33338 13.9666H12.6667C13.0165 13.9666 13.3 13.6831 13.3 13.3333V2.66663C13.3 2.31685 13.0165 2.0333 12.6667 2.0333H3.33338ZM1.30005 13.3333C1.30005 14.4563 2.2104 15.3666 3.33338 15.3666H12.6667C13.7897 15.3666 14.7 14.4563 14.7 13.3333V2.66663C14.7 1.54366 13.7897 0.633301 12.6667 0.633301H3.33338C2.2104 0.633301 1.30005 1.54366 1.30005 2.66663V13.3333ZM10.6334 3.99997C10.6334 3.61337 10.9468 3.29997 11.3334 3.29997H11.34C11.7266 3.29997 12.04 3.61337 12.04 3.99997C12.04 4.38657 11.7266 4.69997 11.34 4.69997H11.3334C10.9468 4.69997 10.6334 4.38657 10.6334 3.99997ZM5.67323 7.43249C5.47757 7.80061 5.36672 8.22067 5.36672 8.66663C5.36672 10.121 6.5457 11.3 8.00005 11.3C8.25642 11.3 8.5023 11.1981 8.68359 11.0168C8.86487 10.8356 8.96672 10.5897 8.96672 10.3333C8.96672 10.0769 8.86487 9.83105 8.68359 9.64976C8.5023 9.46848 8.25642 9.36663 8.00005 9.36663C7.37237 9.36663 6.7704 9.11729 6.32656 8.67345C5.98605 8.33294 5.76002 7.89935 5.67323 7.43249ZM8.00005 4.6333C5.7725 4.6333 3.96672 6.43909 3.96672 8.66663C3.96672 10.8942 5.7725 12.7 8.00005 12.7C10.2276 12.7 12.0334 10.8942 12.0334 8.66663C12.0334 6.43909 10.2276 4.6333 8.00005 4.6333ZM10.3269 9.90078C10.5225 9.53266 10.6334 9.11259 10.6334 8.66663C10.6334 7.21228 9.4544 6.0333 8.00005 6.0333C7.74367 6.0333 7.4978 6.13515 7.31651 6.31643C7.13523 6.49772 7.03338 6.74359 7.03338 6.99997C7.03338 7.25634 7.13523 7.50222 7.31651 7.6835C7.4978 7.86479 7.74367 7.96663 8.00005 7.96663C8.62773 7.96663 9.2297 8.21598 9.67354 8.65981C10.014 9.00033 10.2401 9.43391 10.3269 9.90078Z", fill: "currentColor", }), }), - zS = (e) => - Ot("svg", { + ZT = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M8.70005 6.66667C8.70005 6.28008 8.38665 5.96667 8.00005 5.96667C7.61345 5.96667 7.30005 6.28008 7.30005 6.66667V8.00001C7.30005 8.18566 7.3738 8.36371 7.50507 8.49498L8.17174 9.16165C8.44511 9.43502 8.88832 9.43502 9.16169 9.16165C9.43506 8.88828 9.43506 8.44507 9.16169 8.1717L8.70005 7.71006V6.66667Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.09938 0.633302H8.87404C9.34857 0.625937 9.81082 0.7848 10.1806 1.08249C10.5523 1.3817 10.8069 1.80208 10.8999 2.27008L11.3961 4.75091C12.2038 5.59493 12.7 6.73954 12.7 8.00005C12.7 9.22764 12.2294 10.3453 11.4587 11.1825L10.9533 13.7097C10.8603 14.1777 10.6056 14.5983 10.2339 14.8975C9.86414 15.1952 9.40189 15.354 8.92737 15.3467H7.12601C6.65149 15.354 6.18924 15.1952 5.81944 14.8975C5.44784 14.5984 5.19326 14.1781 5.1002 13.7102L4.60905 11.2545C3.79833 10.4099 3.30005 9.26318 3.30005 8.00005C3.30005 6.74497 3.792 5.60479 4.59359 4.76182L5.07345 2.27026C5.16642 1.80219 5.42107 1.38174 5.7928 1.08249C6.1626 0.7848 6.62485 0.625937 7.09938 0.633302ZM5.75827 10.4217C5.74284 10.4057 5.72668 10.3904 5.70985 10.376C5.0873 9.77575 4.70005 8.93312 4.70005 8.00005C4.70005 7.07495 5.08071 6.23876 5.69394 5.63956C5.71422 5.62232 5.73354 5.6039 5.75179 5.58439C6.34107 5.0357 7.13136 4.70005 8.00005 4.70005C8.85178 4.70005 9.62814 5.02272 10.2136 5.5525C10.2492 5.59552 10.2897 5.63397 10.334 5.66714C10.9309 6.26428 11.3 7.08906 11.3 8.00005C11.3 9.82259 9.82259 11.3 8.00005 11.3C7.13454 11.3 6.34686 10.9669 5.75827 10.4217ZM6.25931 12.3672L6.4731 13.4361C6.50205 13.5819 6.58155 13.7137 6.69733 13.8069C6.81312 13.9001 6.958 13.9497 7.10661 13.9468L7.12002 13.9466L8.94677 13.9467C9.09538 13.9495 9.24026 13.9001 9.35605 13.8069C9.47183 13.7137 9.55115 13.5828 9.5801 13.437L9.79879 12.3436C9.24472 12.5733 8.63719 12.7 8.00005 12.7C7.38507 12.7 6.79767 12.5819 6.25931 12.3672ZM9.52697 2.54392L9.74513 3.63468C9.20558 3.4188 8.61668 3.30005 8.00005 3.30005C7.37573 3.30005 6.77985 3.42178 6.23484 3.64279L6.44696 2.54138C6.47618 2.39624 6.55534 2.26591 6.67069 2.17305C6.78648 2.07984 6.93135 2.03045 7.07997 2.0333L8.88005 2.03343L8.89346 2.03317C9.04207 2.03033 9.18695 2.07984 9.30274 2.17305C9.41852 2.26625 9.49802 2.39812 9.52697 2.54392Z", @@ -23352,317 +23332,317 @@ const Bt = (e) => }), ], }), - GS = (e) => - kt("svg", { + IT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.29248 5.08937C3.93462 5.26114 3.51823 5.36663 2.99998 5.36663C2.4695 5.36663 2.04747 5.26295 1.68676 5.08841C1.35039 4.92565 1.09403 4.71188 0.902379 4.55205C0.89659 4.54723 0.89086 4.54245 0.885189 4.53772C0.588195 4.29023 0.548069 3.84883 0.795563 3.55184C1.04306 3.25484 1.48445 3.21472 1.78145 3.46221C1.98802 3.63435 2.1264 3.74586 2.29654 3.82819C2.4525 3.90365 2.6638 3.96663 2.99998 3.96663C3.31507 3.96663 3.52368 3.90546 3.68666 3.82723C3.86454 3.74185 4.01402 3.62564 4.22936 3.45336C4.23513 3.44875 4.24095 3.44409 4.24683 3.43938C4.44605 3.27991 4.7077 3.07047 5.04082 2.91057C5.39868 2.7388 5.81507 2.6333 6.33332 2.6333C6.8638 2.6333 7.28583 2.73698 7.64654 2.91152C7.98291 3.07428 8.23927 3.28806 8.43092 3.44788C8.43671 3.45271 8.44244 3.45749 8.44811 3.46221C8.65468 3.63435 8.79307 3.74586 8.96321 3.82819C9.11916 3.90365 9.33047 3.96663 9.66665 3.96663C9.98174 3.96663 10.1903 3.90546 10.3533 3.82723C10.5312 3.74185 10.6807 3.62564 10.896 3.45336C10.9018 3.44875 10.9076 3.44409 10.9135 3.43938C11.1127 3.27991 11.3744 3.07047 11.7075 2.91057C12.0653 2.7388 12.4817 2.6333 13 2.6333C13.5305 2.6333 13.9525 2.73698 14.3132 2.91152C14.6496 3.07428 14.9059 3.28806 15.0976 3.44788L15.1148 3.46221C15.4118 3.70971 15.4519 4.1511 15.2044 4.4481C14.9569 4.74509 14.5155 4.78522 14.2185 4.53772C14.012 4.36558 13.8736 4.25407 13.7034 4.17175C13.5475 4.09629 13.3362 4.0333 13 4.0333C12.6849 4.0333 12.4763 4.09447 12.3133 4.1727C12.1354 4.25809 11.986 4.3743 11.7706 4.54658C11.7648 4.55119 11.759 4.55585 11.7531 4.56055C11.5539 4.72003 11.2923 4.92947 10.9591 5.08937C10.6013 5.26114 10.1849 5.36663 9.66665 5.36663C9.13617 5.36663 8.71414 5.26295 8.35343 5.08841C8.01706 4.92565 7.7607 4.71188 7.56905 4.55205C7.56326 4.54723 7.55753 4.54245 7.55186 4.53772C7.34529 4.36558 7.2069 4.25407 7.03676 4.17175C6.88081 4.09629 6.6695 4.0333 6.33332 4.0333C6.01823 4.0333 5.80962 4.09447 5.64665 4.1727C5.46876 4.25809 5.31929 4.3743 5.10394 4.54658C5.09817 4.55119 5.09235 4.55585 5.08648 4.56055C4.88725 4.72003 4.6256 4.92947 4.29248 5.08937ZM4.29248 9.08937C3.93462 9.26114 3.51823 9.36663 2.99998 9.36663C2.4695 9.36663 2.04747 9.26295 1.68676 9.08841C1.35039 8.92565 1.09404 8.71188 0.902383 8.55206C0.896593 8.54723 0.890862 8.54245 0.885189 8.53772C0.588195 8.29023 0.548069 7.84883 0.795563 7.55184C1.04306 7.25484 1.48445 7.21472 1.78145 7.46221C1.98802 7.63435 2.1264 7.74586 2.29654 7.82819C2.4525 7.90365 2.6638 7.96663 2.99998 7.96663C3.31507 7.96663 3.52368 7.90546 3.68666 7.82723C3.86454 7.74185 4.01402 7.62564 4.22936 7.45336C4.23513 7.44875 4.24095 7.44409 4.24683 7.43938C4.44605 7.27991 4.7077 7.07047 5.04082 6.91057C5.39868 6.7388 5.81507 6.6333 6.33332 6.6333C6.8638 6.6333 7.28583 6.73698 7.64654 6.91152C7.98291 7.07428 8.23927 7.28806 8.43092 7.44788C8.43671 7.45271 8.44244 7.45749 8.44811 7.46221C8.65468 7.63435 8.79307 7.74586 8.96321 7.82819C9.11916 7.90365 9.33047 7.96663 9.66665 7.96663C9.98174 7.96663 10.1903 7.90546 10.3533 7.82723C10.5312 7.74185 10.6807 7.62564 10.896 7.45336C10.9018 7.44874 10.9076 7.44408 10.9135 7.43938C11.1127 7.27991 11.3744 7.07047 11.7075 6.91057C12.0653 6.7388 12.4817 6.6333 13 6.6333C13.5305 6.6333 13.9525 6.73698 14.3132 6.91152C14.6496 7.07428 14.9059 7.28806 15.0976 7.44788L15.1148 7.46221C15.4118 7.70971 15.4519 8.1511 15.2044 8.4481C14.9569 8.74509 14.5155 8.78522 14.2185 8.53772C14.012 8.36558 13.8736 8.25407 13.7034 8.17175C13.5475 8.09628 13.3362 8.0333 13 8.0333C12.6849 8.0333 12.4763 8.09447 12.3133 8.1727C12.1354 8.25809 11.986 8.3743 11.7706 8.54658C11.7648 8.55119 11.759 8.55585 11.7531 8.56055C11.5539 8.72003 11.2923 8.92947 10.9591 9.08937C10.6013 9.26114 10.1849 9.36663 9.66665 9.36663C9.13617 9.36663 8.71414 9.26295 8.35343 9.08841C8.01706 8.92565 7.7607 8.71188 7.56905 8.55206C7.56326 8.54723 7.55753 8.54245 7.55186 8.53772C7.34529 8.36558 7.2069 8.25407 7.03676 8.17175C6.88081 8.09628 6.6695 8.0333 6.33332 8.0333C6.01823 8.0333 5.80962 8.09447 5.64665 8.1727C5.46876 8.25809 5.31929 8.3743 5.10394 8.54658C5.09817 8.55119 5.09235 8.55585 5.08648 8.56055C4.88725 8.72002 4.6256 8.92947 4.29248 9.08937ZM4.29248 13.0894C3.93462 13.2611 3.51823 13.3666 2.99998 13.3666C2.4695 13.3666 2.04747 13.263 1.68676 13.0884C1.35039 12.9257 1.09403 12.7119 0.90238 12.5521C0.896591 12.5472 0.890861 12.5424 0.885189 12.5377C0.588195 12.2902 0.548069 11.8488 0.795563 11.5518C1.04306 11.2548 1.48445 11.2147 1.78145 11.4622C1.98802 11.6344 2.1264 11.7459 2.29654 11.8282C2.4525 11.9036 2.6638 11.9666 2.99998 11.9666C3.31507 11.9666 3.52368 11.9055 3.68666 11.8272C3.86454 11.7418 4.01402 11.6256 4.22936 11.4534C4.23513 11.4487 4.24095 11.4441 4.24682 11.4394C4.44605 11.2799 4.7077 11.0705 5.04082 10.9106C5.39868 10.7388 5.81507 10.6333 6.33332 10.6333C6.8638 10.6333 7.28583 10.737 7.64654 10.9115C7.98291 11.0743 8.23927 11.2881 8.43092 11.4479C8.43671 11.4527 8.44244 11.4575 8.44811 11.4622C8.65468 11.6344 8.79307 11.7459 8.96321 11.8282C9.11916 11.9036 9.33047 11.9666 9.66665 11.9666C9.98174 11.9666 10.1903 11.9055 10.3533 11.8272C10.5312 11.7418 10.6807 11.6256 10.896 11.4534C10.9018 11.4487 10.9076 11.4441 10.9135 11.4394C11.1127 11.2799 11.3744 11.0705 11.7075 10.9106C12.0653 10.7388 12.4817 10.6333 13 10.6333C13.5305 10.6333 13.9525 10.737 14.3132 10.9115C14.6496 11.0743 14.9059 11.2881 15.0976 11.4479C15.1034 11.4527 15.1091 11.4575 15.1148 11.4622C15.4118 11.7097 15.4519 12.1511 15.2044 12.4481C14.9569 12.7451 14.5155 12.7852 14.2185 12.5377C14.012 12.3656 13.8736 12.2541 13.7034 12.1717C13.5475 12.0963 13.3362 12.0333 13 12.0333C12.6849 12.0333 12.4763 12.0945 12.3133 12.1727C12.1354 12.2581 11.986 12.3743 11.7706 12.5466C11.7648 12.5512 11.759 12.5558 11.7531 12.5605C11.5539 12.72 11.2923 12.9295 10.9591 13.0894C10.6013 13.2611 10.1849 13.3666 9.66665 13.3666C9.13617 13.3666 8.71414 13.263 8.35343 13.0884C8.01706 12.9257 7.7607 12.7119 7.56905 12.5521C7.56326 12.5472 7.55753 12.5424 7.55186 12.5377C7.34529 12.3656 7.2069 12.2541 7.03676 12.1717C6.88081 12.0963 6.6695 12.0333 6.33332 12.0333C6.01823 12.0333 5.80962 12.0945 5.64665 12.1727C5.46876 12.2581 5.31929 12.3743 5.10394 12.5466C5.09817 12.5512 5.09235 12.5558 5.08648 12.5605C4.88725 12.72 4.6256 12.9295 4.29248 13.0894Z", fill: "currentColor", }), }), - $S = (e) => - kt("svg", { + kT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 2.0333C7.46609 2.0333 7.0333 2.46609 7.0333 2.99997C7.0333 3.53384 7.46609 3.96663 7.99997 3.96663C8.53384 3.96663 8.96663 3.53384 8.96663 2.99997C8.96663 2.46609 8.53384 2.0333 7.99997 2.0333ZM5.6333 2.99997C5.6333 1.69289 6.69289 0.633301 7.99997 0.633301C9.30704 0.633301 10.3666 1.69289 10.3666 2.99997C10.3666 4.30704 9.30704 5.36663 7.99997 5.36663C7.60126 5.36663 7.22558 5.26804 6.89598 5.0939L5.0939 6.89598C5.16161 7.02413 5.21789 7.15924 5.2614 7.29997H10.7385C11.037 6.33462 11.9366 5.6333 13 5.6333C14.307 5.6333 15.3666 6.69289 15.3666 7.99997C15.3666 9.30704 14.307 10.3666 13 10.3666C12.6013 10.3666 12.2256 10.268 11.896 10.0939L10.0939 11.896C10.268 12.2256 10.3666 12.6013 10.3666 13C10.3666 14.307 9.30704 15.3666 7.99997 15.3666C6.69289 15.3666 5.6333 14.307 5.6333 13C5.6333 11.6929 6.69289 10.6333 7.99997 10.6333C8.39867 10.6333 8.77435 10.7319 9.10396 10.906L10.906 9.10396C10.8383 8.97581 10.782 8.84069 10.7385 8.69997H5.2614C4.96293 9.66531 4.06335 10.3666 2.99997 10.3666C1.69289 10.3666 0.633301 9.30704 0.633301 7.99997C0.633301 6.69289 1.69289 5.6333 2.99997 5.6333C3.39867 5.6333 3.77435 5.73189 4.10396 5.90603L5.90603 4.10396C5.73189 3.77435 5.6333 3.39867 5.6333 2.99997ZM2.99997 7.0333C2.46609 7.0333 2.0333 7.46609 2.0333 7.99997C2.0333 8.53384 2.46609 8.96663 2.99997 8.96663C3.53384 8.96663 3.96663 8.53384 3.96663 7.99997C3.96663 7.46609 3.53384 7.0333 2.99997 7.0333ZM13 7.0333C12.4661 7.0333 12.0333 7.46609 12.0333 7.99997C12.0333 8.53384 12.4661 8.96663 13 8.96663C13.5338 8.96663 13.9666 8.53384 13.9666 7.99997C13.9666 7.46609 13.5338 7.0333 13 7.0333ZM7.99997 12.0333C7.46609 12.0333 7.0333 12.4661 7.0333 13C7.0333 13.5338 7.46609 13.9666 7.99997 13.9666C8.53384 13.9666 8.96663 13.5338 8.96663 13C8.96663 12.4661 8.53384 12.0333 7.99997 12.0333Z", fill: "currentColor", }), }), - WS = (e) => - kt("svg", { + OT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.00001 2.0333C5.44109 2.0333 3.36667 4.10771 3.36667 6.66663C3.36667 9.22555 5.44109 11.3 8.00001 11.3C10.5589 11.3 12.6333 9.22555 12.6333 6.66663C12.6333 4.10771 10.5589 2.0333 8.00001 2.0333ZM1.96667 6.66663C1.96667 3.33452 4.66789 0.633301 8.00001 0.633301C11.3321 0.633301 14.0333 3.33452 14.0333 6.66663C14.0333 9.76199 11.7024 12.3129 8.70001 12.6598V13.9666H11.3333C11.7199 13.9666 12.0333 14.28 12.0333 14.6666C12.0333 15.0532 11.7199 15.3666 11.3333 15.3666H4.66667C4.28008 15.3666 3.96667 15.0532 3.96667 14.6666C3.96667 14.28 4.28008 13.9666 4.66667 13.9666H7.30001V12.6598C4.29765 12.3129 1.96667 9.76199 1.96667 6.66663ZM8.00001 5.36663C7.28204 5.36663 6.70001 5.94866 6.70001 6.66663C6.70001 7.3846 7.28204 7.96663 8.00001 7.96663C8.71798 7.96663 9.30001 7.3846 9.30001 6.66663C9.30001 5.94866 8.71798 5.36663 8.00001 5.36663ZM5.30001 6.66663C5.30001 5.17546 6.50884 3.96663 8.00001 3.96663C9.49118 3.96663 10.7 5.17546 10.7 6.66663C10.7 8.1578 9.49118 9.36663 8.00001 9.36663C6.50884 9.36663 5.30001 8.1578 5.30001 6.66663Z", fill: "currentColor", }), }), - jS = (e) => - kt("svg", { + BT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.53147 2.10214C8.27809 2.03308 8.01345 2.01548 7.75315 2.05036C7.49286 2.08524 7.24218 2.1719 7.01592 2.30522C6.78966 2.43855 6.5924 2.61584 6.43576 2.82664C6.27913 3.03744 6.1663 3.27747 6.10394 3.53258C6.04158 3.78769 6.03094 4.05271 6.07266 4.312C6.11406 4.56933 6.2062 4.81586 6.3437 5.03724C6.57285 5.38982 6.78649 5.82204 6.88672 6.28657C6.98838 6.75768 6.98045 7.30325 6.70159 7.81446C6.70137 7.81487 6.70114 7.81528 6.70092 7.81569L4.61551 11.6667C4.43142 12.0067 4.0066 12.133 3.66664 11.9489C3.32669 11.7648 3.20034 11.34 3.38443 11L5.4711 7.14672L5.47235 7.14441C5.54617 7.00931 5.57148 6.8287 5.51822 6.58186C5.46405 6.3308 5.33629 6.05539 5.16698 5.79577L5.15967 5.78456C4.92132 5.40337 4.76184 4.97824 4.69043 4.53438C4.61902 4.09051 4.63723 3.63684 4.74399 3.20013C4.85075 2.76342 5.04389 2.35251 5.31202 1.99165C5.58016 1.63079 5.91785 1.32729 6.30518 1.09906C6.69251 0.870819 7.12162 0.72247 7.56721 0.66276C8.0128 0.603051 8.46584 0.633191 8.89959 0.751402C9.33334 0.869613 9.73902 1.0735 10.0927 1.35104C10.4464 1.62857 10.7409 1.97413 10.9589 2.36733C11.1463 2.70545 11.0241 3.1315 10.686 3.31894C10.3479 3.50637 9.92185 3.38422 9.73441 3.0461C9.60709 2.81641 9.43504 2.61454 9.22844 2.45242C9.02183 2.29029 8.78485 2.17119 8.53147 2.10214ZM7.6644 3.38572C8.00368 3.20039 8.42896 3.32519 8.61429 3.66447L10.7009 7.48441C10.7009 7.48438 10.7009 7.48443 10.7009 7.48441C10.856 7.76812 11.3121 7.96671 12 7.96671C12.8929 7.96671 13.7492 8.32141 14.3806 8.95279C15.0119 9.58416 15.3666 10.4405 15.3666 11.3334C15.3666 12.2263 15.0119 13.0826 14.3806 13.714C13.7492 14.3453 12.8929 14.7 12 14.7C11.6134 14.7 11.3 14.3866 11.3 14C11.3 13.6134 11.6134 13.3 12 13.3C12.5216 13.3 13.0218 13.0928 13.3906 12.724C13.7594 12.3552 13.9666 11.855 13.9666 11.3334C13.9666 10.8118 13.7594 10.3116 13.3906 9.94274C13.0218 9.57391 12.5216 9.36671 12 9.36671C11.2213 9.36671 10.024 9.16527 9.47235 8.15569L7.38565 4.33562C7.20032 3.99634 7.32512 3.57106 7.6644 3.38572ZM2.08073 9.40423C2.40979 9.60715 2.51205 10.0384 2.30912 10.3675C2.13417 10.6512 2.03915 10.9908 2.03331 11.3383C2.03458 11.7751 2.18123 12.1991 2.45021 12.5433C2.72024 12.889 3.09805 13.1344 3.52358 13.2406C3.94911 13.3469 4.39795 13.3078 4.79874 13.1297C5.19953 12.9516 5.52928 12.6446 5.73555 12.2575L5.74043 12.2484C6.11355 11.5725 6.8593 10.62 8.00664 10.62H12C12.3866 10.62 12.7 10.9334 12.7 11.32C12.7 11.7066 12.3866 12.02 12 12.02H8.00664C7.68803 12.02 7.3014 12.3195 6.96837 12.921C6.61508 13.5812 6.05172 14.1048 5.36736 14.409C4.68126 14.714 3.91291 14.7808 3.18445 14.5989C2.456 14.4171 1.80924 13.9969 1.34699 13.4053C0.884746 12.8136 0.633538 12.0844 0.633304 11.3336L0.633301 11.3234C0.641645 10.7393 0.799964 10.1475 1.11748 9.63262C1.32041 9.30356 1.75166 9.2013 2.08073 9.40423Z", fill: "currentColor", }), }), - qS = (e) => - kt("svg", { + DT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838326C1.11169 0.564959 1.55491 0.564959 1.82828 0.838326L6.54827 5.55832C6.58394 5.58748 6.61693 5.62035 6.6466 5.65665L11.8279 10.8379C11.8281 10.8382 11.8284 10.8385 11.8287 10.8387L14.0184 13.0284C14.0247 13.0345 14.0309 13.0407 14.0371 13.0471L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L13.4118 14.4017C12.9683 14.602 12.4844 14.7047 11.9931 14.6999C11.6065 14.6961 11.2962 14.3797 11.3 13.9931C11.3038 13.6065 11.6202 13.2962 12.0068 13.3C12.1026 13.3009 12.198 13.2949 12.2921 13.282L11.0434 12.0333H7.98712C7.84228 12.0306 7.67844 12.0881 7.48679 12.2506C7.29146 12.4162 7.1047 12.6613 6.94209 12.9455C6.72642 13.328 6.43765 13.6645 6.09219 13.9356C5.74607 14.2073 5.34983 14.4082 4.92608 14.5267C4.50234 14.6453 4.05939 14.6792 3.62253 14.6266C3.18567 14.574 2.76346 14.4358 2.37999 14.22C1.99653 14.0042 1.65932 13.715 1.38763 13.3689C1.11594 13.0227 0.915086 12.6265 0.796532 12.2027C0.677977 11.779 0.644046 11.3361 0.696676 10.8992C0.749306 10.4623 0.887466 10.0401 1.10327 9.65666C1.29287 9.31975 1.7197 9.20033 2.05661 9.38993C2.39352 9.57954 2.51294 10.0064 2.32333 10.3433C2.1977 10.5665 2.11727 10.8123 2.08663 11.0666C2.05599 11.321 2.07574 11.5788 2.14476 11.8255C2.21378 12.0722 2.33071 12.3029 2.48888 12.5044C2.64705 12.7059 2.84337 12.8743 3.06661 12.9999C3.28985 13.1256 3.53565 13.206 3.78998 13.2366C4.04431 13.2673 4.30218 13.2475 4.54888 13.1785C4.79557 13.1095 5.02625 12.9926 5.22776 12.8344C5.42926 12.6762 5.59763 12.4799 5.72327 12.2567L5.72552 12.2527C5.936 11.8843 6.21888 11.4901 6.58147 11.1827C6.94665 10.8731 7.42703 10.6248 8.00566 10.6333H9.64335L6.72376 7.71371C6.71504 7.73304 6.70606 7.75226 6.69682 7.77138C6.69271 7.77987 6.68843 7.78828 6.68399 7.7966L4.61732 11.6633C4.43509 12.0042 4.01096 12.1329 3.67 11.9507C3.32905 11.7684 3.20038 11.3443 3.38262 11.0033L5.44171 7.15084C5.49789 7.03081 5.5288 6.90048 5.53249 6.76792C5.53511 6.67378 5.52395 6.58001 5.49956 6.48951L0.838326 1.82828C0.564959 1.55491 0.564959 1.11169 0.838326 0.838326ZM8.21733 2.05168C7.90277 2.01984 7.58516 2.0643 7.29144 2.18131C6.99772 2.29832 6.73654 2.48442 6.53003 2.72383C6.27753 3.01658 5.83551 3.0492 5.54277 2.7967C5.25002 2.54419 5.2174 2.10218 5.4699 1.80943C5.82341 1.39959 6.27052 1.08101 6.77333 0.88071C7.27614 0.680409 7.81984 0.604287 8.35833 0.658796C8.89682 0.713306 9.41422 0.89684 9.8667 1.19384C10.3192 1.49084 10.6934 1.89256 10.9576 2.36493C11.1463 2.70234 11.0257 3.12885 10.6883 3.31757C10.3509 3.50628 9.92441 3.38574 9.7357 3.04833C9.58136 2.77239 9.36277 2.53773 9.09846 2.36423C8.83414 2.19073 8.53189 2.08352 8.21733 2.05168ZM7.63982 3.39972C7.97133 3.20082 8.40131 3.30831 8.60021 3.63982L9.00021 4.30649C9.19912 4.63799 9.09162 5.06798 8.76011 5.26688C8.42861 5.46578 7.99863 5.35829 7.79972 5.02678L7.39972 4.36011C7.20082 4.02861 7.30831 3.59863 7.63982 3.39972ZM11.7081 8.56051C11.7667 8.17838 12.124 7.91611 12.5061 7.97472C13.224 8.08483 13.887 8.42414 14.3962 8.94201C14.9055 9.45988 15.2336 10.1285 15.3316 10.8482C15.3837 11.2312 15.1155 11.5841 14.7324 11.6362C14.3494 11.6884 13.9965 11.4202 13.9444 11.0371C13.8871 10.6167 13.6955 10.2261 13.398 9.92359C13.1005 9.62107 12.7132 9.42286 12.2938 9.35854C11.9117 9.29993 11.6494 8.94264 11.7081 8.56051Z", fill: "currentColor", }), }), - YS = (e) => - kt("svg", { + PT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99999 2.0333C7.28202 2.0333 6.69999 2.61533 6.69999 3.3333C6.69999 4.05127 7.28202 4.6333 7.99999 4.6333C8.71796 4.6333 9.29999 4.05127 9.29999 3.3333C9.29999 2.61533 8.71796 2.0333 7.99999 2.0333ZM10.367 4.6333C10.5792 4.24767 10.7 3.80459 10.7 3.3333C10.7 1.84213 9.49116 0.633301 7.99999 0.633301C6.50882 0.633301 5.29999 1.84213 5.29999 3.3333C5.29999 3.80459 5.42074 4.24767 5.63298 4.6333H4.33332L4.32606 4.63334C3.8861 4.6379 3.45949 4.78505 3.11028 5.05269C2.76106 5.32033 2.50808 5.69402 2.38931 6.11767L0.725217 12.1471L0.722247 12.1582C0.645389 12.4556 0.636936 12.7667 0.697524 13.0678C0.758112 13.369 0.886165 13.6526 1.07206 13.8972C1.25796 14.1418 1.49687 14.3411 1.77085 14.4801C2.04482 14.6191 2.34674 14.6943 2.65391 14.6999L13.3333 14.7C13.6471 14.6999 13.9569 14.6271 14.2379 14.4874C14.5189 14.3477 14.7638 14.1449 14.9534 13.8948C15.1429 13.6447 15.272 13.3541 15.3305 13.0458C15.389 12.7375 15.3754 12.4198 15.2907 12.1176L13.609 6.15007C13.4959 5.71975 13.2449 5.33828 12.8941 5.06427C12.5412 4.78851 12.107 4.63702 11.6591 4.63332L10.367 4.6333ZM4.33762 6.0333C4.20163 6.03535 4.06989 6.08112 3.9619 6.16388C3.85344 6.24701 3.77478 6.36297 3.73765 6.49446C3.73755 6.49484 3.73744 6.49522 3.73733 6.4956L2.07657 12.513C2.05371 12.6042 2.05147 12.6995 2.07003 12.7918C2.0889 12.8856 2.12879 12.9739 2.18669 13.0501C2.24459 13.1263 2.31901 13.1883 2.40434 13.2316C2.48814 13.2742 2.58033 13.2975 2.67422 13.3H13.3331C13.333 13.3 13.3332 13.3 13.3331 13.3C13.4307 13.2999 13.5273 13.2772 13.6148 13.2338C13.7023 13.1903 13.7786 13.1271 13.8376 13.0492C13.8966 12.9713 13.9368 12.8808 13.9551 12.7847C13.9733 12.6889 13.9691 12.5901 13.9428 12.4962C13.9427 12.496 13.9428 12.4963 13.9428 12.4962L12.2596 6.52317L12.2555 6.50828C12.2207 6.37319 12.1422 6.2534 12.0322 6.16751C11.9229 6.0821 11.7886 6.03496 11.6499 6.0333H4.33762Z", fill: "currentColor", }), }), - KS = (e) => - kt("svg", { + FT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.3333 2.0333C12.8117 2.0333 12.3115 2.2405 11.9427 2.60932C11.5738 2.97815 11.3666 3.47838 11.3666 3.99997V4.6333H12C12.5216 4.6333 13.0218 4.4261 13.3906 4.05728C13.7594 3.68846 13.9666 3.18823 13.9666 2.66663V2.0333H13.3333ZM10.2657 2.61279C10.4314 2.2464 10.6629 1.90919 10.9527 1.61937C11.5841 0.988002 12.4404 0.633301 13.3333 0.633301H14.6666C15.0532 0.633301 15.3666 0.946701 15.3666 1.3333V2.66663C15.3666 3.55953 15.0119 4.41585 14.3806 5.04723C14.0907 5.33704 13.7535 5.56856 13.3871 5.73424C13.4166 5.76131 13.4455 5.78902 13.474 5.81735L13.4749 5.81832L14.4949 6.83833C14.6262 6.9696 14.7 7.14765 14.7 7.3333C14.7 7.51895 14.6262 7.697 14.4949 7.82828L13.474 8.84925C13.0536 9.26799 12.5231 9.55095 11.9508 9.66996C12.0925 9.93481 12.0516 10.2716 11.8283 10.4949L10.8073 11.5159C10.3869 11.9347 9.85648 12.2176 9.28417 12.3366C9.42583 12.6015 9.38498 12.9382 9.16161 13.1616L8.14161 14.1816L8.14063 14.1826C7.57212 14.7489 6.80239 15.0668 5.99997 15.0668C5.19755 15.0668 4.42781 14.7489 3.8593 14.1826L3.85833 14.1816L3.3333 13.6566L1.82828 15.1616C1.55491 15.435 1.11169 15.435 0.838326 15.1616C0.564959 14.8882 0.564959 14.445 0.838326 14.1717L2.34335 12.6666L1.81735 12.1406C1.25107 11.5721 0.933126 10.8024 0.933126 9.99997C0.933126 9.19754 1.25107 8.42781 1.81735 7.8593L1.81833 7.85833L2.83833 6.83833C3.06169 6.61496 3.39846 6.57411 3.66331 6.71576C3.78232 6.14345 4.06527 5.61303 4.48402 5.19263L5.50499 4.17166C5.72836 3.94829 6.06512 3.90744 6.32997 4.0491C6.44899 3.47679 6.73194 2.94636 7.15069 2.52597L8.17166 1.50499C8.30293 1.37372 8.48098 1.29997 8.66663 1.29997C8.85229 1.29997 9.03033 1.37372 9.16161 1.50499L10.1826 2.52597C10.2109 2.55441 10.2386 2.58336 10.2657 2.61279ZM9.19123 5.81876C9.49581 5.51269 9.66681 5.09845 9.66681 4.66663C9.66681 4.23477 9.49577 3.82049 9.19113 3.51441C9.19098 3.51426 9.19127 3.51456 9.19113 3.51441L8.66663 2.98992L8.14258 3.51397C8.14243 3.51412 8.14273 3.51382 8.14258 3.51397C7.83794 3.82005 7.66646 4.23477 7.66646 4.66663C7.66646 5.0985 7.8375 5.51278 8.14214 5.81886C8.14199 5.81871 8.14229 5.81901 8.14214 5.81886L8.66663 6.34335L9.19123 5.81876C9.1914 5.81858 9.19105 5.81894 9.19123 5.81876ZM10.1806 6.80925L9.65658 7.3333L10.1806 7.85735C10.1805 7.85724 10.1807 7.85746 10.1806 7.85735C10.4867 8.16206 10.9014 8.33348 11.3333 8.33348C11.7652 8.33348 12.1794 8.16244 12.4855 7.85779C12.4854 7.85794 12.4857 7.85765 12.4855 7.85779L13.01 7.3333L12.486 6.80925C12.4858 6.8091 12.4861 6.80939 12.486 6.80925C12.1799 6.5046 11.7652 6.33313 11.3333 6.33313C10.9014 6.33313 10.4867 6.5046 10.1806 6.80925ZM6.52456 8.48542C6.82914 8.17935 7.00014 7.76512 7.00014 7.3333C7.00014 6.90144 6.8291 6.48716 6.52446 6.18108C6.52431 6.18093 6.52461 6.18122 6.52446 6.18108L5.99997 5.65658L5.47591 6.18063C5.47577 6.18078 5.47606 6.18049 5.47591 6.18063C5.17127 6.48671 4.99979 6.90143 4.99979 7.3333C4.99979 7.76512 5.17079 8.17935 5.47537 8.48542C5.47519 8.48524 5.47555 8.48561 5.47537 8.48542L5.99997 9.01002L6.52456 8.48542ZM7.51397 9.47591L6.98992 9.99997L7.51397 10.524C7.51385 10.5239 7.51408 10.5241 7.51397 10.524C7.82006 10.8287 8.23472 11.0001 8.66663 11.0001C9.0985 11.0001 9.51278 10.8291 9.81886 10.5245C9.81871 10.5246 9.81901 10.5243 9.81886 10.5245L10.3434 9.99997L9.8193 9.47591C9.81915 9.47577 9.81945 9.47606 9.8193 9.47591C9.51322 9.17127 9.0985 8.99979 8.66663 8.99979C8.23472 8.99979 7.82006 9.17121 7.51397 9.47591ZM3.85784 11.1521C4.16246 10.8461 4.33347 10.4318 4.33347 9.99997C4.33347 9.5681 4.16244 9.15382 3.85779 8.84774C3.85765 8.8476 3.85794 8.84789 3.85779 8.84774L3.3333 8.32325L2.80925 8.8473C2.80911 8.84744 2.80939 8.84716 2.80925 8.8473C2.50459 9.15338 2.33313 9.56809 2.33313 9.99997C2.33313 10.4318 2.50415 10.8461 2.80878 11.1522C2.80863 11.152 2.80894 11.1523 2.80878 11.1522L3.3333 11.6767L3.85784 11.1521ZM4.8473 12.1426L4.32325 12.6666L4.8473 13.1907C4.84714 13.1905 4.84746 13.1909 4.8473 13.1907C5.15337 13.4953 5.56813 13.6668 5.99997 13.6668C6.43183 13.6668 6.84611 13.4958 7.15219 13.1911C7.15204 13.1913 7.15234 13.191 7.15219 13.1911L7.67668 12.6666L7.15263 12.1426C7.15249 12.1424 7.15278 12.1427 7.15263 12.1426C6.84655 11.8379 6.43183 11.6665 5.99997 11.6665C5.56818 11.6665 5.15336 11.838 4.8473 12.1426Z", fill: "currentColor", }), }), - XS = (e) => - kt("svg", { + UT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838326C1.11169 0.564959 1.55491 0.564959 1.82828 0.838326L5.82808 4.83814L8.10691 7.11696C8.14985 7.1509 8.18855 7.18968 8.2223 7.23235L8.49452 7.50457C8.49437 7.50443 8.49466 7.50471 8.49452 7.50457C8.49466 7.50471 8.49523 7.50528 8.49537 7.50542L8.76758 7.77764C8.81026 7.81138 8.84904 7.85008 8.88298 7.89303L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L10.6617 11.6517C10.2674 11.9961 9.79227 12.231 9.28417 12.3366C9.42583 12.6015 9.38498 12.9382 9.16161 13.1616L8.14161 14.1816L8.14063 14.1826C7.57212 14.7489 6.80239 15.0668 5.99997 15.0668C5.19755 15.0668 4.42781 14.7489 3.8593 14.1826L3.85833 14.1816L3.3333 13.6566L1.82828 15.1616C1.55491 15.435 1.11169 15.435 0.838326 15.1616C0.564959 14.8882 0.564959 14.445 0.838326 14.1717L2.34335 12.6666L1.81735 12.1406C1.25107 11.5721 0.933126 10.8024 0.933126 9.99997C0.933126 9.19754 1.25107 8.42781 1.81735 7.8593L1.81833 7.85833L2.83833 6.83833C3.06169 6.61496 3.39846 6.57411 3.66331 6.71576C3.76897 6.20766 4.00385 5.73258 4.34824 5.33819L0.838326 1.82828C0.564959 1.55491 0.564959 1.11169 0.838326 0.838326ZM5.34242 6.33237C5.12149 6.61724 4.99979 6.96901 4.99979 7.3333C4.99979 7.76512 5.17079 8.17935 5.47537 8.48542C5.47519 8.48524 5.47555 8.48561 5.47537 8.48542L5.99997 9.01002L6.52499 8.48499C6.69726 8.31272 6.82318 8.10852 6.90108 7.89103L5.34242 6.33237ZM7.51341 9.47647L6.98992 9.99997L7.51397 10.524C7.51385 10.5239 7.51408 10.5241 7.51397 10.524C7.82006 10.8287 8.23472 11.0001 8.66663 11.0001C9.03092 11.0001 9.38269 10.8784 9.66757 10.6575L8.1096 9.09955C7.88727 9.1795 7.68374 9.30741 7.51417 9.47571C7.51416 9.47573 7.51419 9.47569 7.51417 9.47571C7.51394 9.47594 7.51365 9.47623 7.51341 9.47647ZM3.85784 11.1521C4.16246 10.8461 4.33347 10.4318 4.33347 9.99997C4.33347 9.5681 4.16244 9.15382 3.85779 8.84774C3.85765 8.8476 3.85794 8.84789 3.85779 8.84774L3.3333 8.32325L2.80925 8.8473C2.80911 8.84744 2.80939 8.84716 2.80925 8.8473C2.50459 9.15338 2.33313 9.56809 2.33313 9.99997C2.33313 10.4318 2.50415 10.8461 2.80878 11.1522C2.80863 11.152 2.80894 11.1523 2.80878 11.1522L3.3333 11.6767L3.85784 11.1521ZM4.8473 12.1426L4.32325 12.6666L4.8473 13.1907C4.84714 13.1905 4.84746 13.1909 4.8473 13.1907C5.15337 13.4953 5.56813 13.6668 5.99997 13.6668C6.43183 13.6668 6.84611 13.4958 7.15219 13.1911C7.15204 13.1913 7.15234 13.191 7.15219 13.1911L7.67668 12.6666L7.15263 12.1426C7.15249 12.1424 7.15278 12.1427 7.15263 12.1426C6.84655 11.8379 6.43183 11.6665 5.99997 11.6665C5.5682 11.6665 5.15336 11.8381 4.8473 12.1426ZM13.3333 2.0333C12.8117 2.0333 12.3115 2.2405 11.9427 2.60932C11.5738 2.97815 11.3666 3.47838 11.3666 3.99997V4.6333H12C12.5216 4.6333 13.0218 4.4261 13.3906 4.05728C13.7594 3.68846 13.9666 3.18823 13.9666 2.66663V2.0333H13.3333ZM10.2657 2.61283C10.4314 2.24642 10.6629 1.9092 10.9527 1.61937C11.5841 0.988002 12.4404 0.633301 13.3333 0.633301H14.6666C15.0532 0.633301 15.3666 0.946701 15.3666 1.3333V2.66663C15.3666 3.55953 15.0119 4.41585 14.3806 5.04723C14.0907 5.33705 13.7535 5.56858 13.3871 5.73425C13.4165 5.76126 13.4454 5.78888 13.4737 5.81712L13.4749 5.81832L14.4949 6.83833C14.6262 6.9696 14.7 7.14765 14.7 7.3333C14.7 7.51895 14.6262 7.697 14.4949 7.82828L13.4749 8.84828C13.2842 9.03899 13.0686 9.20288 12.8431 9.33296C12.5082 9.52616 12.0802 9.41131 11.887 9.07644C11.6938 8.74157 11.8086 8.3135 12.1435 8.1203C12.2647 8.05039 12.3824 7.96095 12.485 7.85833L13.01 7.3333L12.4862 6.80948C12.486 6.8093 12.4864 6.80966 12.4862 6.80948C12.2044 6.5293 11.8296 6.36093 11.4329 6.33689C11.036 6.31283 10.6439 6.4344 10.3302 6.67881C10.0452 6.9009 9.6423 6.86771 9.39686 6.61342C9.39512 6.61172 9.39338 6.61 9.39166 6.60827C9.38993 6.60655 9.38822 6.60482 9.38652 6.60308C9.13222 6.35764 9.09903 5.95477 9.32112 5.66973C9.56553 5.35605 9.6871 4.96398 9.66305 4.56705C9.63901 4.17036 9.47115 3.79605 9.19095 3.51423C9.19078 3.51407 9.19111 3.5144 9.19095 3.51423L8.66663 2.98992L8.14161 3.51494C8.03899 3.61756 7.94955 3.73525 7.87963 3.85644C7.68644 4.19131 7.25836 4.30616 6.92349 4.11296C6.58863 3.91977 6.47378 3.4917 6.66697 3.15683C6.79705 2.93135 6.96095 2.71571 7.15166 2.52499L8.17166 1.50499C8.30293 1.37372 8.48098 1.29997 8.66663 1.29997C8.85229 1.29997 9.03033 1.37372 9.16161 1.50499L10.1828 2.5262C10.2111 2.55458 10.2387 2.58346 10.2657 2.61283Z", fill: "currentColor", }), }), - QS = (e) => - kt("svg", { + zT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.3333 3.96667C9.7199 3.96667 10.0333 4.28008 10.0333 4.66667V5.633C10.4189 5.42076 10.862 5.30001 11.3333 5.30001C12.8245 5.30001 14.0333 6.50884 14.0333 8.00001C14.0333 9.49118 12.8245 10.7 11.3333 10.7C10.8298 10.7 10.3584 10.5622 9.95493 10.3222C9.83835 10.5466 9.60374 10.7 9.3333 10.7C8.9467 10.7 8.6333 10.3866 8.6333 10V4.66667C8.6333 4.28008 8.9467 3.96667 9.3333 3.96667ZM10.0333 8.00001C10.0333 8.71798 10.6153 9.30001 11.3333 9.30001C12.0513 9.30001 12.6333 8.71798 12.6333 8.00001C12.6333 7.28204 12.0513 6.70001 11.3333 6.70001C10.6153 6.70001 10.0333 7.28204 10.0333 8.00001ZM4.66663 6.70001C3.94866 6.70001 3.36663 7.28204 3.36663 8.00001C3.36663 8.71798 3.94866 9.30001 4.66663 9.30001C5.3846 9.30001 5.96663 8.71798 5.96663 8.00001C5.96663 7.28204 5.3846 6.70001 4.66663 6.70001ZM6.045 5.67786C5.64153 5.43785 5.17018 5.30001 4.66663 5.30001C3.17546 5.30001 1.96663 6.50884 1.96663 8.00001C1.96663 9.49118 3.17546 10.7 4.66663 10.7C5.17018 10.7 5.64153 10.5622 6.045 10.3222C6.16158 10.5466 6.3962 10.7 6.66663 10.7C7.05323 10.7 7.36663 10.3866 7.36663 10V6.00001C7.36663 5.61341 7.05323 5.30001 6.66663 5.30001C6.3962 5.30001 6.16158 5.45337 6.045 5.67786ZM1.3333 10.6333C1.7199 10.6333 2.0333 10.9467 2.0333 11.3333V11.9599C2.0343 11.961 2.0354 11.9622 2.03661 11.9634C2.03781 11.9646 2.03898 11.9657 2.04008 11.9667H13.9598C13.961 11.9657 13.9621 11.9646 13.9633 11.9634C13.9645 11.9622 13.9656 11.961 13.9666 11.9599V11.3333C13.9666 10.9467 14.28 10.6333 14.6666 10.6333C15.0532 10.6333 15.3666 10.9467 15.3666 11.3333V12C15.3666 12.3943 15.1765 12.7301 14.9533 12.9533C14.73 13.1766 14.3943 13.3667 14 13.3667H1.99997C1.60564 13.3667 1.2699 13.1766 1.04666 12.9533C0.823417 12.7301 0.633301 12.3943 0.633301 12V11.3333C0.633301 10.9467 0.946701 10.6333 1.3333 10.6333Z", fill: "currentColor", }), }), - JS = (e) => - kt("svg", { + GT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99997 4.03354C5.71238 4.03354 3.50504 4.87667 1.79997 6.40173C1.51182 6.65947 1.06929 6.63481 0.811558 6.34665C0.553825 6.0585 0.578487 5.61597 0.866641 5.35824C2.82839 3.6036 5.36802 2.63354 7.99997 2.63354C10.6319 2.63354 13.1716 3.6036 15.1333 5.35824C15.4215 5.61597 15.4461 6.0585 15.1884 6.34665C14.9307 6.63481 14.4881 6.65947 14.2 6.40173C12.4949 4.87667 10.2876 4.03354 7.99997 4.03354ZM7.99997 7.36694C6.43818 7.36694 4.93865 7.9793 3.82331 9.07255C3.54722 9.34317 3.10403 9.33874 2.83341 9.06265C2.56279 8.78656 2.56722 8.34337 2.84331 8.07275C4.22035 6.72298 6.07173 5.96694 7.99997 5.96694C9.92822 5.96694 11.7796 6.72298 13.1566 8.07275C13.4327 8.34337 13.4372 8.78656 13.1665 9.06265C12.8959 9.33874 12.4527 9.34317 12.1766 9.07255C11.0613 7.9793 9.56177 7.36694 7.99997 7.36694ZM7.99997 10.6998C7.31069 10.6998 6.64889 10.9701 6.15664 11.4526C5.88055 11.7232 5.43736 11.7187 5.16674 11.4427C4.89612 11.1666 4.90055 10.7234 5.17664 10.4528C5.93059 9.71374 6.94424 9.29979 7.99997 9.29979C9.05571 9.29979 10.0694 9.71374 10.8233 10.4528C11.0994 10.7234 11.1038 11.1666 10.8332 11.4427C10.5626 11.7187 10.1194 11.7232 9.84331 11.4526C9.35106 10.9701 8.68926 10.6998 7.99997 10.6998ZM7.29997 13.3333C7.29997 12.9467 7.61337 12.6333 7.99997 12.6333H8.00664C8.39324 12.6333 8.70664 12.9467 8.70664 13.3333C8.70664 13.7199 8.39324 14.0333 8.00664 14.0333H7.99997C7.61337 14.0333 7.29997 13.7199 7.29997 13.3333Z", fill: "currentColor", }), }), - eT = (e) => - kt("svg", { + $T = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838333 0.838326C1.1117 0.564959 1.55492 0.564959 1.82828 0.838326L4.60179 3.61183C4.6095 3.6192 4.61706 3.62676 4.62446 3.6345L7.25564 6.26568C7.26906 6.2781 7.28202 6.29105 7.29447 6.30451L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L10.6071 11.5971C10.3546 11.7042 10.0514 11.6566 9.84331 11.4525C9.35106 10.97 8.68926 10.6998 7.99997 10.6998C7.31069 10.6998 6.64889 10.97 6.15664 11.4525C5.88055 11.7232 5.43736 11.7187 5.16674 11.4426C4.89612 11.1665 4.90055 10.7234 5.17664 10.4527C5.93059 9.71372 6.94424 9.29978 7.99997 9.29978C8.10809 9.29978 8.21576 9.30412 8.32276 9.3127L6.55452 7.54446C5.52651 7.80119 4.58309 8.32772 3.82333 9.07251C3.54726 9.34314 3.10407 9.33873 2.83343 9.06266C2.5628 8.78659 2.56721 8.34339 2.84328 8.07276C3.58595 7.34472 4.47078 6.78559 5.43703 6.42697L3.96478 4.95472C3.17957 5.33282 2.4507 5.81975 1.79995 6.40174C1.51178 6.65946 1.06925 6.63477 0.811533 6.34661C0.553816 6.05844 0.578501 5.61591 0.866669 5.35819C1.49429 4.79689 2.18507 4.31244 2.92423 3.91418L0.838333 1.82828C0.564966 1.55491 0.564966 1.11169 0.838333 0.838326ZM7.08119 2.67322C8.53551 2.54785 10.0001 2.72138 11.3849 3.18313C12.7696 3.64488 14.0453 4.38509 15.1333 5.35821C15.4215 5.61593 15.4461 6.05846 15.1884 6.34662C14.9307 6.63478 14.4881 6.65945 14.2 6.40173C13.2543 5.55593 12.1456 4.91258 10.942 4.51124C9.73843 4.10991 8.46546 3.95908 7.20143 4.06805C6.81626 4.10125 6.4771 3.81592 6.44389 3.43075C6.41069 3.04558 6.69602 2.70642 7.08119 2.67322ZM10.7222 7.20777C10.9152 6.87281 11.3432 6.75777 11.6782 6.95081C12.2163 7.26097 12.7131 7.63794 13.1567 8.07276C13.4327 8.34339 13.4371 8.78658 13.1665 9.06266C12.8959 9.33873 12.4527 9.34314 12.1766 9.07251C11.8174 8.72033 11.415 8.415 10.9791 8.16379C10.6442 7.97075 10.5291 7.54272 10.7222 7.20777ZM7.29997 13.3333C7.29997 12.9467 7.61337 12.6333 7.99997 12.6333H8.00664C8.39324 12.6333 8.70664 12.9467 8.70664 13.3333C8.70664 13.7199 8.39324 14.0333 8.00664 14.0333H7.99997C7.61337 14.0333 7.29997 13.7199 7.29997 13.3333Z", fill: "currentColor", }), }), - tT = (e) => - kt("svg", { + WT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.47317 3.37849C7.37031 3.35845 7.26409 3.36424 7.16402 3.39535C7.06395 3.42645 6.97317 3.48191 6.8998 3.55673C6.62914 3.83278 6.18595 3.83716 5.9099 3.5665C5.63385 3.29584 5.62948 2.85265 5.90014 2.5766C6.13568 2.33636 6.42715 2.15833 6.74842 2.05845C7.0697 1.95858 7.41073 1.93999 7.74096 2.00434C8.07119 2.06869 8.38029 2.21398 8.64055 2.42719C8.90082 2.64039 9.10411 2.91484 9.23221 3.22594C9.36031 3.53704 9.40921 3.87506 9.37453 4.20971C9.33986 4.54436 9.22268 4.86517 9.03351 5.1434C8.84435 5.42162 8.5891 5.64855 8.29065 5.80386C7.9938 5.95833 7.66344 6.03714 7.32889 6.03333H1.3333C0.946701 6.03333 0.633301 5.71993 0.633301 5.33333C0.633301 4.94673 0.946701 4.63333 1.3333 4.63333H7.34313C7.44792 4.6348 7.55143 4.61032 7.64439 4.56195C7.73735 4.51357 7.81685 4.44289 7.87577 4.35623C7.93469 4.26957 7.97119 4.16964 7.98199 4.06541C7.99279 3.96117 7.97756 3.85589 7.93766 3.75899C7.89776 3.66209 7.83444 3.5766 7.75337 3.5102C7.67231 3.44379 7.57603 3.39854 7.47317 3.37849ZM13.1518 5.38728C12.9979 5.35546 12.8386 5.36162 12.6877 5.40523C12.5367 5.44885 12.3987 5.5286 12.2855 5.63758C12.007 5.90573 11.5639 5.89735 11.2957 5.61886C11.0276 5.34037 11.036 4.89724 11.3144 4.62909C11.5915 4.36228 11.9295 4.16703 12.299 4.06025C12.6686 3.95348 13.0586 3.93839 13.4353 4.01629C13.812 4.09419 14.164 4.26274 14.4609 4.50734C14.7578 4.75194 14.9906 5.06522 15.1391 5.42005C15.2876 5.77488 15.3474 6.16057 15.3133 6.54373C15.2792 6.92688 15.1523 7.29594 14.9434 7.61897C14.7345 7.94199 14.4501 8.20923 14.1146 8.39755C13.7792 8.58588 13.403 8.6896 13.0184 8.69976L13 8.7H1.3333C0.946701 8.7 0.633301 8.3866 0.633301 8C0.633301 7.6134 0.946701 7.3 1.3333 7.3H12.9895C13.1438 7.29465 13.2946 7.25243 13.4292 7.17681C13.5662 7.09989 13.6824 6.99073 13.7677 6.85879C13.8531 6.72686 13.9049 6.57611 13.9188 6.41961C13.9328 6.26311 13.9084 6.10558 13.8477 5.96065C13.787 5.81571 13.6919 5.68775 13.5707 5.58785C13.4494 5.48794 13.3056 5.4191 13.1518 5.38728ZM9.32891 9.96667C9.66346 9.96286 9.99381 10.0417 10.2906 10.1961C10.5891 10.3514 10.8443 10.5784 11.0335 10.8566C11.2227 11.1348 11.3399 11.4556 11.3745 11.7903C11.4092 12.1249 11.3603 12.463 11.2322 12.7741C11.1041 13.0852 10.9008 13.3596 10.6406 13.5728C10.3803 13.786 10.0712 13.9313 9.74096 13.9957C9.41073 14.06 9.0697 14.0414 8.74842 13.9415C8.42715 13.8417 8.13568 13.6636 7.90014 13.4234C7.62948 13.1474 7.63385 12.7042 7.9099 12.4335C8.18595 12.1628 8.62914 12.1672 8.8998 12.4433C8.97317 12.5181 9.06395 12.5735 9.16402 12.6047C9.26409 12.6358 9.37031 12.6416 9.47317 12.6215C9.57603 12.6015 9.67231 12.5562 9.75337 12.4898C9.83444 12.4234 9.89776 12.3379 9.93766 12.241C9.97756 12.1441 9.99279 12.0388 9.98199 11.9346C9.97119 11.8304 9.93469 11.7304 9.87577 11.6438C9.81685 11.5571 9.73735 11.4864 9.64439 11.4381C9.55143 11.3897 9.44792 11.3651 9.34313 11.3666L9.3333 11.3667L1.3333 11.3667C0.946701 11.3667 0.633301 11.0533 0.633301 10.6667C0.633301 10.2801 0.946701 9.96667 1.3333 9.96667H9.32891Z", fill: "currentColor", }), }), - nT = (e) => - kt("svg", { + jT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.34458 1.08751C5.44703 0.814302 5.70822 0.633301 6.00001 0.633301H10C10.2918 0.633301 10.553 0.814302 10.6554 1.08751C11.6591 3.76403 12.0333 5.19844 12.0333 6.66663C12.0333 7.73634 11.6084 8.76223 10.852 9.51863C10.2627 10.108 9.50977 10.4961 8.70001 10.6388V13.9666H10.6667C11.0533 13.9666 11.3667 14.28 11.3667 14.6666C11.3667 15.0532 11.0533 15.3666 10.6667 15.3666H5.33334C4.94674 15.3666 4.63334 15.0532 4.63334 14.6666C4.63334 14.28 4.94674 13.9666 5.33334 13.9666H7.30001V10.6388C6.49024 10.4961 5.73733 10.108 5.14801 9.51863C4.39161 8.76223 3.96667 7.73634 3.96667 6.66663C3.96667 5.19844 4.34089 3.76403 5.34458 1.08751ZM6.48689 2.0333C5.80047 3.90442 5.49659 5.01978 5.40154 5.96663H10.5985C10.5034 5.01978 10.1995 3.90442 9.51312 2.0333H6.48689ZM10.5386 7.36663H5.46141C5.58153 7.80221 5.81285 8.20357 6.13796 8.52868C6.63181 9.02253 7.3016 9.29997 8.00001 9.29997C8.69841 9.29997 9.36821 9.02253 9.86206 8.52868C10.1872 8.20357 10.4185 7.80221 10.5386 7.36663Z", fill: "currentColor", }), }), - rT = (e) => - kt("svg", { + qT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838326 0.838326C1.11169 0.564959 1.55491 0.564959 1.82828 0.838326L5.3578 4.36785C5.36323 4.3731 5.36857 4.37845 5.37382 4.38387L7.16139 6.17144C7.16125 6.1713 7.16154 6.17159 7.16139 6.17144L10.0775 9.08751C10.0851 9.09483 10.0926 9.10235 10.1 9.11005L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8882 15.435 14.445 15.435 14.1717 15.1616L9.44291 10.4329C9.20223 10.5251 8.95343 10.5939 8.69997 10.6386V13.9666H10.6666C11.0532 13.9666 11.3666 14.28 11.3666 14.6666C11.3666 15.0532 11.0532 15.3666 10.6666 15.3666H5.3333C4.9467 15.3666 4.6333 15.0532 4.6333 14.6666C4.6333 14.28 4.9467 13.9666 5.3333 13.9666H7.29997V10.6386C6.82153 10.5543 6.36051 10.3839 5.93989 10.134C5.33857 9.77676 4.84049 9.26929 4.49454 8.6614C4.14859 8.05351 3.96667 7.3661 3.96663 6.66667L3.96663 6.66427C3.9684 6.13944 4.0165 5.61604 4.11021 5.10015L0.838326 1.82828C0.564959 1.55491 0.564959 1.11169 0.838326 0.838326ZM5.46142 7.36663C5.5192 7.57611 5.60292 7.7785 5.7113 7.96894C5.93717 8.36583 6.26236 8.69716 6.65496 8.9304C7.04756 9.16364 7.49406 9.29078 7.95064 9.29934C8.0655 9.30149 8.18 9.29612 8.29344 9.28339L6.37668 7.36663H5.46142ZM5.34485 1.08667C5.44754 0.813898 5.70851 0.633301 5.99997 0.633301H9.99997C10.2918 0.633301 10.5529 0.814302 10.6554 1.08751C11.6591 3.76403 12.0333 5.19844 12.0333 6.66663C12.0333 6.99534 11.9929 7.31907 11.9166 7.63137C11.8249 8.00693 11.4461 8.23703 11.0706 8.14532C10.7175 8.05909 10.493 7.71911 10.5436 7.36663H10.438C10.0514 7.36663 9.73797 7.05323 9.73797 6.66663C9.73797 6.28003 10.0514 5.96663 10.438 5.96663H10.5984C10.5034 5.01978 10.1995 3.90442 9.51308 2.0333H6.48643C6.4629 2.09762 6.43998 2.1609 6.41771 2.22314C6.28746 2.58713 5.8868 2.77663 5.5228 2.64638C5.1588 2.51613 4.96931 2.11546 5.09956 1.75147C5.17614 1.53744 5.25904 1.31462 5.34485 1.08667Z", fill: "currentColor", }), }), - oT = (e) => - kt("svg", { + YT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.33338 2.70005C2.9836 2.70005 2.70005 2.9836 2.70005 3.33338V6.00005C2.70005 6.34983 2.9836 6.63338 3.33338 6.63338H6.00005C6.34983 6.63338 6.63338 6.34983 6.63338 6.00005V3.33338C6.63338 2.9836 6.34983 2.70005 6.00005 2.70005H3.33338ZM5.36672 8.03338H6.00005C7.12303 8.03338 8.03338 7.12303 8.03338 6.00005V3.33338C8.03338 2.2104 7.12303 1.30005 6.00005 1.30005H3.33338C2.2104 1.30005 1.30005 2.2104 1.30005 3.33338V6.00005C1.30005 7.12303 2.2104 8.03338 3.33338 8.03338H3.96672V10C3.96672 10.5393 4.18094 11.0565 4.56227 11.4378C4.94359 11.8192 5.46077 12.0334 6.00005 12.0334H7.96672V12.6667C7.96672 13.7897 8.87707 14.7 10 14.7H12.6667C13.7897 14.7 14.7 13.7897 14.7 12.6667V10C14.7 8.87707 13.7897 7.96672 12.6667 7.96672H10C8.87707 7.96672 7.96672 8.87707 7.96672 10V10.6334H6.00005C5.83208 10.6334 5.67099 10.5667 5.55221 10.4479C5.43344 10.3291 5.36672 10.168 5.36672 10V8.03338ZM9.36672 12.6667C9.36672 13.0165 9.65027 13.3 10 13.3H12.6667C13.0165 13.3 13.3 13.0165 13.3 12.6667V10C13.3 9.65027 13.0165 9.36672 12.6667 9.36672H10C9.65027 9.36672 9.36672 9.65027 9.36672 10V12.6667Z", fill: "currentColor", }), }), - iT = (e) => - kt("svg", { + KT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.27332 1.99568C3.16723 1.46191 4.20222 1.21216 5.2413 1.27959C6.28287 1.34718 7.27917 1.73026 8.09771 2.37789C8.91625 3.02551 9.51822 3.90699 9.82358 4.90507C10.1286 5.90212 10.1232 6.96833 9.80811 7.96218L9.38334 9.34268C9.35631 9.43454 9.35776 9.53245 9.38754 9.6235C9.41755 9.71521 9.47486 9.79556 9.55181 9.85378C9.62876 9.91201 9.72167 9.94532 9.81808 9.94926C9.91401 9.95319 10.0089 9.92784 10.09 9.87661C10.0904 9.87635 10.0908 9.8761 10.0913 9.87584L10.3658 9.69934C10.3662 9.69907 10.3666 9.6988 10.367 9.69854C10.6218 9.53359 10.9057 9.41907 11.2035 9.36113L12.0406 7.68695C12.2134 7.34117 12.6339 7.20101 12.9797 7.3739C13.3255 7.54679 13.4656 7.96726 13.2928 8.31305L12.6756 9.54738C12.7889 9.60126 12.898 9.66416 13.0018 9.73561C13.2584 9.91226 13.4778 10.1377 13.6473 10.3991C13.8168 10.6606 13.9332 10.9528 13.9898 11.2592C14.0463 11.5656 14.042 11.8801 13.977 12.1848C13.9758 12.1905 13.9746 12.1962 13.9733 12.2019L14.9808 12.7078C15.3263 12.8812 15.4657 13.3019 15.2922 13.6474C15.1187 13.9929 14.698 14.1324 14.3525 13.9589L13.2799 13.4203C13.1773 13.5166 13.0661 13.6037 12.9475 13.6807L12.9452 13.6822L12.6677 13.8605C11.7708 14.4481 10.7144 14.7444 9.6427 14.7091C8.56985 14.6736 7.53417 14.3075 6.67746 13.6607C5.82074 13.014 5.18486 12.1182 4.85687 11.0961C4.52905 10.0746 4.52482 8.97668 4.84474 7.95263C4.8449 7.95211 4.84507 7.95158 4.84523 7.95105L5.26881 6.57438C5.29076 6.49547 5.28917 6.41183 5.26417 6.33376C5.23872 6.25429 5.19018 6.1842 5.12473 6.13243C5.05928 6.08066 4.97989 6.04956 4.8967 6.0431C4.81601 6.03683 4.73529 6.05401 4.66422 6.09249L4.21462 6.36357C3.67087 6.68305 3.02246 6.77341 2.41206 6.61483C1.80167 6.45625 1.27927 6.06169 0.959786 5.51794C0.640304 4.9742 0.549909 4.32581 0.708488 3.71541C0.787008 3.41318 0.924289 3.12936 1.11249 2.88018C1.3007 2.631 1.53614 2.42133 1.80538 2.26313L1.81266 2.25885L2.27332 1.99568ZM12.5334 12.111C12.5061 12.1462 12.4818 12.1846 12.4611 12.2259C12.4556 12.2367 12.4505 12.2476 12.4457 12.2586C12.3754 12.3561 12.2877 12.4398 12.1868 12.5053C12.1865 12.5056 12.1861 12.5058 12.1858 12.506L11.9081 12.6845L11.9027 12.6881C11.2465 13.1186 10.4733 13.3357 9.6889 13.3098C8.90453 13.2839 8.14733 13.0162 7.52097 12.5434C6.89461 12.0705 6.42971 11.4156 6.18992 10.6684C5.95012 9.92109 5.94715 9.11797 6.18141 8.36895L6.18236 8.36586L6.60903 6.97919L6.61237 6.96802C6.71294 6.62067 6.70776 6.25124 6.59749 5.90686C6.48723 5.56247 6.27687 5.25873 5.99325 5.0344C5.70964 4.81007 5.36563 4.6753 5.0051 4.6473C4.64458 4.6193 4.28389 4.69933 3.96903 4.87718L3.95188 4.8872L3.50241 5.1582C3.27941 5.28818 3.01401 5.32474 2.76409 5.25981C2.51307 5.1946 2.29824 5.03234 2.16685 4.80872C2.03547 4.58511 1.99829 4.31846 2.06351 4.06744C2.0958 3.94315 2.15225 3.82643 2.22965 3.72396C2.30631 3.62246 2.40203 3.5369 2.51144 3.47206L2.97395 3.20777L2.9864 3.20049C3.63789 2.81018 4.39277 2.62747 5.15064 2.67665C5.90851 2.72583 6.63345 3.00457 7.22904 3.4758C7.82463 3.94703 8.26264 4.58841 8.48483 5.31465C8.70701 6.04089 8.70284 6.81755 8.47285 7.54136L8.04427 8.93414L8.04269 8.93935C7.93322 9.30523 7.93819 9.69582 8.05694 10.0588C8.17568 10.4218 8.40252 10.7398 8.70707 10.9702C9.01161 11.2006 9.37931 11.3325 9.76089 11.3481C10.1425 11.3637 10.5197 11.2623 10.842 11.0575L11.1252 10.8755L11.1275 10.874C11.2347 10.8045 11.3545 10.7568 11.4801 10.7336C11.6057 10.7104 11.7346 10.7122 11.8595 10.7388C11.9844 10.7655 12.1028 10.8165 12.2081 10.8889C12.3133 10.9613 12.4032 11.0537 12.4727 11.1609C12.5422 11.268 12.5899 11.3878 12.613 11.5134C12.6362 11.639 12.6345 11.7679 12.6078 11.8928C12.5917 11.9684 12.5667 12.0416 12.5334 12.111Z", fill: "currentColor", }), }), - lT = (e) => - kt("svg", { + XT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.30005 4.00005C1.30005 3.61345 1.61345 3.30005 2.00005 3.30005H14C14.3866 3.30005 14.7 3.61345 14.7 4.00005C14.7 4.38665 14.3866 4.70005 14 4.70005H2.00005C1.61345 4.70005 1.30005 4.38665 1.30005 4.00005ZM1.30005 8.00005C1.30005 7.61345 1.61345 7.30005 2.00005 7.30005H12C12.7161 7.30005 13.4029 7.58451 13.9092 8.09086C14.4156 8.59721 14.7 9.28396 14.7 10C14.7 10.7161 14.4156 11.4029 13.9092 11.9092C13.4029 12.4156 12.7161 12.7 12 12.7H11.0233L11.1617 12.8384C11.4351 13.1118 11.4351 13.555 11.1617 13.8284C10.8883 14.1017 10.4451 14.1017 10.1717 13.8284L8.83841 12.495C8.70713 12.3637 8.63338 12.1857 8.63338 12C8.63338 11.8144 8.70713 11.6363 8.83841 11.5051L10.1717 10.1717C10.4451 9.89837 10.8883 9.89837 11.1617 10.1717C11.4351 10.4451 11.4351 10.8883 11.1617 11.1617L11.0233 11.3H12C12.3448 11.3 12.6755 11.1631 12.9193 10.9193C13.1631 10.6755 13.3 10.3448 13.3 10C13.3 9.65527 13.1631 9.32461 12.9193 9.08081C12.6755 8.83701 12.3448 8.70005 12 8.70005H2.00005C1.61345 8.70005 1.30005 8.38665 1.30005 8.00005ZM1.30005 12C1.30005 11.6134 1.61345 11.3 2.00005 11.3H6.66672C7.05331 11.3 7.36672 11.6134 7.36672 12C7.36672 12.3866 7.05331 12.7 6.66672 12.7H2.00005C1.61345 12.7 1.30005 12.3866 1.30005 12Z", fill: "currentColor", }), }), - aT = (e) => - kt("svg", { + QT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.9653 2.04463C10.669 2.01748 10.3687 2.03037 10.0727 2.08431C9.41271 2.20456 8.80508 2.52307 8.33074 2.99741C7.8564 3.47175 7.53789 4.07938 7.41764 4.73933C7.2974 5.39929 7.38113 6.08021 7.65769 6.69136C7.77781 6.95681 7.72095 7.26891 7.51493 7.47493L2.90826 12.0816C2.77432 12.2155 2.69907 12.3972 2.69907 12.5866C2.69907 12.776 2.77432 12.9577 2.90826 13.0916C3.0422 13.2256 3.22386 13.3008 3.41329 13.3008C3.60271 13.3008 3.78437 13.2256 3.91831 13.0916L8.52498 8.48498C8.731 8.27896 9.0431 8.22209 9.30854 8.34221C9.9197 8.61877 10.6006 8.70251 11.2606 8.58226C11.9205 8.46202 12.5282 8.1435 13.0025 7.66917C13.4768 7.19483 13.7954 6.58719 13.9156 5.92724C13.9695 5.63118 13.9824 5.33089 13.9553 5.03458L12.29 6.69988C12.0345 6.95029 11.691 7.09053 11.3333 7.09053C10.9756 7.09053 10.6321 6.95026 10.3766 6.69985L10.3716 6.69495L9.30003 5.62331C9.04962 5.36784 8.90938 5.02435 8.90938 4.66662C8.90938 4.30889 9.04964 3.96542 9.30005 3.70995L9.30495 3.70496L10.9653 2.04463ZM9.82171 0.706987C10.7616 0.535729 11.7314 0.654991 12.6019 1.04888C12.8112 1.14362 12.9608 1.33507 13.0019 1.56115C13.0431 1.78722 12.9707 2.01911 12.8083 2.1816L10.3232 4.66662L11.3333 5.67667L13.8183 3.19165C13.9808 3.02916 14.2127 2.95677 14.4388 2.99796C14.6648 3.03915 14.8563 3.18867 14.951 3.39803C15.3449 4.26846 15.4642 5.23826 15.2929 6.17819C15.1217 7.11812 14.668 7.98354 13.9924 8.65912C13.3169 9.33469 12.4515 9.78833 11.5115 9.95959C10.7345 10.1012 9.93704 10.0442 9.1922 9.79766L4.90826 14.0816C4.51177 14.4781 3.97401 14.7008 3.41329 14.7008C2.85256 14.7008 2.3148 14.4781 1.91831 14.0816C1.52182 13.6851 1.29907 13.1473 1.29907 12.5866C1.29907 12.0259 1.52182 11.4881 1.91831 11.0916L6.20225 6.80771C5.95571 6.06287 5.89874 5.26542 6.04032 4.48838C6.21158 3.54845 6.66522 2.68303 7.34079 2.00746C8.01637 1.33189 8.88178 0.878244 9.82171 0.706987Z", fill: "currentColor", }), }), - CT = (e) => - kt("svg", { + JT = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.50507 3.50507C3.77844 3.23171 4.22166 3.23171 4.49502 3.50507L8.00005 7.0101L11.5051 3.50507C11.7784 3.23171 12.2217 3.23171 12.495 3.50507C12.7684 3.77844 12.7684 4.22166 12.495 4.49502L8.99 8.00005L12.495 11.5051C12.7684 11.7784 12.7684 12.2217 12.495 12.495C12.2217 12.7684 11.7784 12.7684 11.5051 12.495L8.00005 8.99L4.49502 12.495C4.22166 12.7684 3.77844 12.7684 3.50507 12.495C3.23171 12.2217 3.23171 11.7784 3.50507 11.5051L7.0101 8.00005L3.50507 4.49502C3.23171 4.22166 3.23171 3.77844 3.50507 3.50507Z", fill: "currentColor", }), }), - sT = (e) => - kt("svg", { + eS = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.75662 4.41701C2.66181 4.44787 2.57547 4.50072 2.50477 4.57143C2.43105 4.64514 2.37673 4.73585 2.34653 4.83545C1.90773 6.92237 1.90773 9.07773 2.34653 11.1646C2.37673 11.2642 2.43105 11.355 2.50477 11.4287C2.57547 11.4994 2.66181 11.5522 2.75663 11.5831C6.22896 12.1537 9.77115 12.1537 13.2435 11.5831C13.3383 11.5522 13.4246 11.4994 13.4953 11.4287C13.5691 11.355 13.6234 11.2642 13.6536 11.1646C14.0924 9.07773 14.0924 6.92237 13.6536 4.83545C13.6234 4.73585 13.5691 4.64514 13.4953 4.57143C13.4246 4.50072 13.3383 4.44787 13.2435 4.41701C9.77114 3.84648 6.22896 3.84648 2.75662 4.41701ZM2.48565 3.04279C6.13703 2.43788 9.86307 2.43788 13.5145 3.04279C13.5383 3.04674 13.5619 3.05191 13.5851 3.05829C13.9255 3.15161 14.2357 3.33192 14.4853 3.58148C14.7349 3.83104 14.9152 4.14126 15.0085 4.48163C15.0121 4.49486 15.0153 4.50819 15.0182 4.52161C15.5042 6.81511 15.5042 9.18499 15.0182 11.4785C15.0153 11.4919 15.0121 11.5052 15.0085 11.5185C14.9152 11.8588 14.7349 12.1691 14.4853 12.4186C14.2357 12.6682 13.9255 12.8485 13.5851 12.9418C13.5619 12.9482 13.5383 12.9534 13.5145 12.9573C9.86309 13.5623 6.13702 13.5623 2.48562 12.9573C2.46182 12.9534 2.43824 12.9482 2.41497 12.9418C2.0746 12.8485 1.76438 12.6682 1.51482 12.4186C1.26526 12.1691 1.08495 11.8588 0.991633 11.5185C0.988006 11.5052 0.984769 11.4919 0.981925 11.4785C0.495934 9.18499 0.495934 6.81511 0.981925 4.52161C0.984769 4.50819 0.988006 4.49486 0.991633 4.48163C1.08495 4.14126 1.26526 3.83104 1.51482 3.58148C1.76438 3.33192 2.0746 3.15161 2.41497 3.05829C2.43824 3.05191 2.46183 3.04674 2.48565 3.04279ZM6.32183 5.39091C6.54129 5.26665 6.81062 5.27005 7.02687 5.3998L10.3602 7.3998C10.571 7.52631 10.7001 7.75416 10.7001 8.00005C10.7001 8.24593 10.571 8.47379 10.3602 8.60029L7.02687 10.6003C6.81062 10.73 6.54129 10.7334 6.32183 10.6092C6.10237 10.4849 5.96672 10.2522 5.96672 10V6.00005C5.96672 5.74786 6.10237 5.51516 6.32183 5.39091ZM7.36672 7.23638V8.76371L8.6395 8.00005L7.36672 7.23638Z", fill: "currentColor", }), }), - cT = (e) => - kt("svg", { + tS = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.18973 0.650787C9.3555 0.660741 9.51836 0.729378 9.64451 0.856561C9.84177 1.05542 9.89516 1.34286 9.80522 1.58968L8.63245 6.04086L12.884 6.04085C14.2233 6.04084 14.8913 7.66263 13.9404 8.6058L7.38668 15.1065C7.24553 15.2707 7.03247 15.3638 6.81019 15.3492C6.64445 15.3392 6.48162 15.2706 6.35549 15.1434C6.15824 14.9445 6.10484 14.6571 6.19478 14.4103L7.36755 9.9591L3.11596 9.95911C1.77666 9.95911 1.10874 8.33732 2.05961 7.39415L8.61332 0.893452C8.75446 0.729258 8.96748 0.636194 9.18973 0.650787ZM8.18812 12.3396L12.9545 7.61184C12.9774 7.58912 12.9825 7.5724 12.9844 7.56137C12.987 7.54648 12.9859 7.52554 12.9765 7.50277C12.9671 7.47999 12.9532 7.46432 12.9409 7.45559C12.9317 7.44913 12.9163 7.44085 12.884 7.44085L8.24318 7.44086C7.5218 7.44086 6.99568 6.75818 7.17947 6.0606L7.81189 3.66031L3.04553 8.38811C3.02262 8.41083 3.01753 8.42755 3.01558 8.43859C3.01296 8.45347 3.01411 8.47441 3.02349 8.49719C3.03287 8.51996 3.0468 8.53564 3.05914 8.54436C3.06829 8.55082 3.08369 8.55911 3.11595 8.55911L7.75682 8.55909C8.4782 8.55909 9.00432 9.24178 8.82053 9.93935L8.18812 12.3396Z", fill: "currentColor", }), }), - dT = (e) => - Ot("svg", { + nS = (e) => + Tt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, children: [ - kt("path", { + Vt("path", { d: "M7.7351 4.41861L8.17442 3.04131L7.51097 3.72486C7.24171 4.00228 6.79855 4.00889 6.52113 3.73964C6.24372 3.47038 6.2371 3.02721 6.50636 2.7498L8.23436 0.969428C8.38614 0.80265 8.5885 0.689912 8.81069 0.648822C9.04117 0.6062 9.2793 0.6432 9.48598 0.753749C9.69265 0.864299 9.85561 1.04183 9.94809 1.2572C10.0406 1.47257 10.0571 1.71298 9.99493 1.93897C9.99244 1.94805 9.98975 1.95708 9.98689 1.96605L9.06889 4.84405C8.95141 5.21237 8.55759 5.41571 8.18928 5.29822C7.82096 5.18074 7.61762 4.78692 7.7351 4.41861Z", fill: "currentColor", }), - kt("path", { + Vt("path", { d: "M12.2042 8.44794L13.2532 7.36668L13.331 5.99001L13.3333 6.66664V5.96668L13.3309 5.96668L13.331 5.99001L13.3333 5.96668C13.5915 5.96606 13.8435 6.03857 14.0622 6.17581C14.2812 6.3133 14.4568 6.51013 14.5684 6.74342C14.68 6.97671 14.7232 7.23688 14.6928 7.49372C14.6625 7.75055 14.5599 7.9935 14.3969 8.19435C14.3839 8.21042 14.3702 8.2259 14.3558 8.24075L13.2091 9.42275C12.9399 9.70024 12.4967 9.70696 12.2193 9.43777C11.9418 9.16858 11.935 8.72542 12.2042 8.44794Z", fill: "currentColor", }), - kt("path", { + Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.838357 0.838326C1.11172 0.564959 1.55494 0.564959 1.82831 0.838326L11.0651 10.0751C11.2272 10.0849 11.3867 10.1508 11.512 10.2732C11.6414 10.3997 11.7114 10.564 11.7215 10.7315L15.1616 14.1717C15.435 14.445 15.435 14.8882 15.1616 15.1616C14.8883 15.435 14.4451 15.435 14.1717 15.1616L10.9055 11.8954L7.8459 15.0267C7.03491 15.8567 5.65788 15.028 6.01144 13.9228L7.14926 10.3659C7.21062 10.1741 7.06933 9.97756 6.86798 9.97457L2.48635 9.9095C1.56187 9.89577 1.06575 8.81684 1.65709 8.10609L4.1363 5.12622L0.838357 1.82828C0.56499 1.55491 0.56499 1.11169 0.838357 0.838326ZM5.13041 6.12032L9.9155 10.9054L7.73158 13.1405L8.4827 10.7925C8.83038 9.70565 8.02976 8.59167 6.88877 8.57473L3.13476 8.51897L5.13041 6.12032Z", @@ -23670,35 +23650,35 @@ const Bt = (e) => }), ], }), - uT = (e) => - kt("svg", { + rS = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33334 2.70005C4.77442 2.70005 2.7 4.77446 2.7 7.33338C2.7 9.8923 4.77442 11.9667 7.33334 11.9667C8.58076 11.9667 9.71305 11.4738 10.546 10.672C10.564 10.6488 10.5837 10.6264 10.605 10.6051C10.6264 10.5837 10.6487 10.5641 10.672 10.5461C11.4737 9.7131 11.9667 8.58081 11.9667 7.33338C11.9667 4.77446 9.89226 2.70005 7.33334 2.70005ZM12.0659 11.076C12.8804 10.0475 13.3667 8.74722 13.3667 7.33338C13.3667 4.00126 10.6655 1.30005 7.33334 1.30005C4.00122 1.30005 1.3 4.00126 1.3 7.33338C1.3 10.6655 4.00122 13.3667 7.33334 13.3667C8.74717 13.3667 10.0474 12.8804 11.0759 12.0659L13.505 14.495C13.7784 14.7684 14.2216 14.7684 14.495 14.495C14.7683 14.2217 14.7683 13.7784 14.495 13.5051L12.0659 11.076ZM7.33334 4.63338C7.71994 4.63338 8.03334 4.94678 8.03334 5.33338V6.63338H9.33334C9.71994 6.63338 10.0333 6.94678 10.0333 7.33338C10.0333 7.71998 9.71994 8.03338 9.33334 8.03338H8.03334V9.33338C8.03334 9.71998 7.71994 10.0334 7.33334 10.0334C6.94674 10.0334 6.63334 9.71998 6.63334 9.33338V8.03338H5.33334C4.94674 8.03338 4.63334 7.71998 4.63334 7.33338C4.63334 6.94678 4.94674 6.63338 5.33334 6.63338H6.63334V5.33338C6.63334 4.94678 6.94674 4.63338 7.33334 4.63338Z", fill: "currentColor", }), }), - pT = (e) => - kt("svg", { + oS = (e) => + Vt("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "none", className: "min-icon", ...e, - children: kt("path", { + children: Vt("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.33334 2.70005C4.77442 2.70005 2.7 4.77446 2.7 7.33338C2.7 9.8923 4.77442 11.9667 7.33334 11.9667C8.58076 11.9667 9.71305 11.4738 10.546 10.672C10.564 10.6488 10.5837 10.6264 10.605 10.6051C10.6264 10.5837 10.6487 10.5641 10.672 10.5461C11.4737 9.7131 11.9667 8.58081 11.9667 7.33338C11.9667 4.77446 9.89226 2.70005 7.33334 2.70005ZM12.0659 11.076C12.8804 10.0475 13.3667 8.74722 13.3667 7.33338C13.3667 4.00126 10.6655 1.30005 7.33334 1.30005C4.00122 1.30005 1.3 4.00126 1.3 7.33338C1.3 10.6655 4.00122 13.3667 7.33334 13.3667C8.74717 13.3667 10.0474 12.8804 11.0759 12.0659L13.505 14.495C13.7784 14.7684 14.2216 14.7684 14.495 14.495C14.7683 14.2217 14.7683 13.7784 14.495 13.5051L12.0659 11.076ZM4.63334 7.33338C4.63334 6.94678 4.94674 6.63338 5.33334 6.63338H9.33334C9.71994 6.63338 10.0333 6.94678 10.0333 7.33338C10.0333 7.71998 9.71994 8.03338 9.33334 8.03338H5.33334C4.94674 8.03338 4.63334 7.71998 4.63334 7.33338Z", fill: "currentColor", }), }); -class mT { +class iS { constructor() { (this.notifications = []), (this.subscribers = []), @@ -23706,7 +23686,7 @@ class mT { (this.defaultDuration = 5e3); } static getInstance() { - return mT.instance || (mT.instance = new mT()), mT.instance; + return iS.instance || (iS.instance = new iS()), iS.instance; } setMaxNotifications(e) { (this.maxNotifications = e), this.notifySubscribers(); @@ -23752,25 +23732,25 @@ class mT { (this.notifications = []), this.notifySubscribers(); } } -var hT = mT.getInstance(); -const fT = () => { +var lS = iS.getInstance(); +const aS = () => { const e = o((e, t) => { - hT.addNotification("success", e, t); + lS.addNotification("success", e, t); }, []), t = o((e, t) => { - hT.addNotification("danger", e, t); + lS.addNotification("danger", e, t); }, []), n = o((e, t) => { - hT.addNotification("warning", e, t); + lS.addNotification("warning", e, t); }, []), r = o((e, t) => { - hT.addNotification("information", e, t); + lS.addNotification("information", e, t); }, []), l = o((e, t) => { - hT.addNotification("neutral", e, t); + lS.addNotification("neutral", e, t); }, []), a = o(() => { - hT.clearNotifications(); + lS.clearNotifications(); }, []); return i( () => ({ @@ -23784,11 +23764,11 @@ const fT = () => { [e, t, n, r, l, a], ); }; -var gT = Et(function (t, n) { - var r = vt([t.styles], void 0, e.useContext(Rt)), +var CS = ht(function (t, n) { + var r = st([t.styles], void 0, e.useContext(ft)), o = e.useRef(); return ( - bt( + ut( function () { var e = n.key + "-global", t = new n.sheet.constructor({ @@ -23813,13 +23793,13 @@ var gT = Et(function (t, n) { }, [n], ), - bt( + ut( function () { var e = o.current, t = e[0]; if (e[1]) e[1] = !1; else { - if ((void 0 !== r.next && at(n, r.next, !0), t.tags.length)) { + if ((void 0 !== r.next && Qe(n, r.next, !0), t.tags.length)) { var i = t.tags[t.tags.length - 1].nextElementSibling; (t.before = i), t.flush(); } @@ -23831,13 +23811,13 @@ var gT = Et(function (t, n) { null ); }); -function vT() { +function sS() { for (var e = arguments.length, t = new Array(e), n = 0; n < e; n++) t[n] = arguments[n]; - return vt(t); + return st(t); } -var wT = function () { - var e = vT.apply(void 0, arguments), +var cS = function () { + var e = sS.apply(void 0, arguments), t = "animation-" + e.name; return { name: t, @@ -23848,7 +23828,7 @@ var wT = function () { }, }; }; -const LT = (e) => { +const dS = (e) => { const t = o( (t) => { ("Escape" !== t.key && "Esc" !== t.key) || e(); @@ -23865,7 +23845,7 @@ const LT = (e) => { [t], ); }, - bT = (e) => { + uS = (e) => { const t = o( (t) => { "Enter" === t.key && e(); @@ -23882,7 +23862,7 @@ const LT = (e) => { [t], ); }, - MT = (e) => { + pS = (e) => { const t = o( (t) => { var n; @@ -23903,97 +23883,13 @@ const LT = (e) => { [t], ); }, - HT = () => yt(), - ET = vT([ - { - "@font-face": { - fontFamily: "Geist", - src: `url(${h}) format("woff2")`, - fontWeight: "bold", - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - { - "@font-face": { - fontFamily: "Geist", - src: `url(${g}) format("woff2")`, - fontWeight: 500, - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - { - "@font-face": { - fontFamily: "Geist", - src: `url(${w}) format("woff2")`, - fontWeight: 600, - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - { - "@font-face": { - fontFamily: "Geist", - src: `url(${f}) format("woff2")`, - fontWeight: 300, - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - { - "@font-face": { - fontFamily: "Geist", - src: `url(${b}) format("woff2")`, - fontWeight: 200, - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - { - "@font-face": { - fontFamily: "Geist", - src: `url(${m}) format('woff2')`, - fontWeight: 900, - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - { - "@font-face": { - fontFamily: "Geist", - src: `url(${v}) format('woff2')`, - fontWeight: "normal", - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - { - "@font-face": { - fontFamily: "Geist", - src: `url(${L}) format('woff2')`, - fontWeight: 100, - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - { - "@font-face": { - fontFamily: "GeistMono", - src: `url(${M}) format('woff2')`, - fontWeight: 400, - fontStyle: "normal", - fontDisplay: "swap", - }, - }, - ]), - RT = () => { - const e = yt(); - return kt(gT, { + mS = () => gt(), + hS = () => { + const e = gt(); + return Vt(CS, { styles: [ - ET, () => - vT({ + sS({ "*, *::before, *::after": { fontFamily: "'Geist', sans-serif", boxSizing: "inherit", @@ -24006,7 +23902,7 @@ const LT = (e) => { MozOsxFontSmoothing: "grayscale", }, body: { - backgroundColor: e.colors["Color/Neutral/Bg/colorBgContainer"], + backgroundColor: e.colors["Color/Neutral/Bg/colorBgShell"], color: e.colors["Color/Neutral/Text/colorTextLabel"], minHeight: "100vh", fontFamily: "'Geist', sans-serif", @@ -24081,7 +23977,7 @@ const LT = (e) => { }, ".min-icon": { width: 26 }, "#root": { - height: "100vh", + minHeight: "100vh", width: "100%", display: "flex", flexFlow: "column", @@ -24170,7 +24066,7 @@ const LT = (e) => { ], }); }, - yT = n( + fS = n( ( { children: e, @@ -24183,23 +24079,23 @@ const LT = (e) => { }, C, ) => { - const s = yt(), - c = i(() => (l ? vT({ ...Z(l, s) }) : {}), [l, s]), - d = vT({ + const s = gt(), + c = i(() => (l ? sS({ ...R(l, s) }) : {}), [l, s]), + d = sS({ borderRadius: n || s.borderRadius.borderRadiusXLG, padding: t || s.paddingSizes.sizeLG, backgroundColor: s.colors["Color/Neutral/Bg/colorBgContainer"], }); - return kt("div", { + return Vt("div", { ref: C, - css: [vT({ backgroundColor: "transparent" }), o ? d : {}, c], + css: [sS({ backgroundColor: "transparent" }), o ? d : {}, c], className: `box ${null != r ? r : ""}`, ...a, children: e, }); }, ), - VT = ({ + gS = ({ title: e, expanded: t, children: n, @@ -24209,13 +24105,13 @@ const LT = (e) => { contentBackgroundColor: a = !1, sx: C, }) => { - const s = yt(), - c = i(() => (C ? vT({ ...Z(C, s) }) : {}), [C, s]), - d = vT({ + const s = gt(), + c = i(() => (C ? sS({ ...R(C, s) }) : {}), [C, s]), + d = sS({ borderBottom: `1px solid ${s.colors["Color/Neutral/Border/colorBorderSubtle"]}`, borderRadius: 2, }), - u = vT({ + u = sS({ display: "flex", alignItems: "center", justifyContent: "space-between", @@ -24230,11 +24126,11 @@ const LT = (e) => { color: s.colors["Color/Neutral/Text/colorTextHeading"], "& svg": { width: 16, height: 16 }, }), - p = vT({ + p = sS({ cursor: "not-allowed", color: s.colors["Color/Neutral/Text/colorTextDisabled"], }), - m = vT({ + m = sS({ borderTop: 0, display: "grid", gridTemplateRows: t ? "1fr" : "0fr", @@ -24254,7 +24150,7 @@ const LT = (e) => { "& > div:last-of-type": { marginBottom: 36 }, }, }), - h = vT({ + h = sS({ gridTemplateRows: "1fr", "& .expandSubContainer": { padding: s.paddingSizes.sizeXS, @@ -24262,80 +24158,80 @@ const LT = (e) => { marginBottom: s.paddingSizes.sizeXS, }, }); - return Ot("div", { + return Tt("div", { id: l, className: "accordion", css: [d, c], children: [ - Ot("div", { + Tt("div", { css: [u, o ? p : ""], onClick: () => (o ? null : r()), className: "accordionTitle", - children: [e, kt(t ? Ha : ca, {})], + children: [e, Vt(t ? ma : ta, {})], }), - kt("div", { + Vt("div", { css: [m, t ? h : {}], className: "accordionContent", - children: kt(yT, { className: "expandSubContainer", children: n }), + children: Vt(fS, { className: "expandSubContainer", children: n }), }), ], }); }, - ST = ({ width: e, onClick: t }) => - kt("svg", { - css: [vT({ fill: yt().colors["Color/Brand/_minio/Raspberry"] })], + vS = ({ width: e, onClick: t }) => + Vt("svg", { + css: [sS({ fill: gt().colors["Color/Brand/_minio/Raspberry"] })], viewBox: "0 0 162.612 24.465", width: e, onClick: t, - children: kt("path", { + children: Vt("path", { d: "M52.751.414h9.108v23.63h-9.108zM41.711.74l-18.488 9.92a.919.919 0 0 1-.856 0L3.879.74A2.808 2.808 0 0 0 2.558.414h-.023A2.4 2.4 0 0 0 0 2.641v21.376h9.1V13.842a.918.918 0 0 1 1.385-.682l10.361 5.568a3.634 3.634 0 0 0 3.336.028l10.933-5.634a.917.917 0 0 1 1.371.69v10.205h9.1V2.641A2.4 2.4 0 0 0 43.055.414h-.023a2.808 2.808 0 0 0-1.321.326zm65.564-.326h-9.237v10.755a.913.913 0 0 1-1.338.706L72.762.675a2.824 2.824 0 0 0-1.191-.261h-.016a2.4 2.4 0 0 0-2.535 2.227v21.377h9.163V13.275a.914.914 0 0 1 1.337-.707l24.032 11.2a2.813 2.813 0 0 0 1.188.26 2.4 2.4 0 0 0 2.535-2.227zm7.161 23.63V.414h4.191v23.63zm28.856.421c-11.274 0-19.272-4.7-19.272-12.232C124.02 4.741 132.066 0 143.292 0s19.32 4.7 19.32 12.233-7.902 12.232-19.32 12.232zm0-21.333c-8.383 0-14.84 3.217-14.84 9.1 0 5.926 6.457 9.1 14.84 9.1s14.887-3.174 14.887-9.1c0-5.883-6.504-9.1-14.887-9.1z", }), }), - TT = ({ inverse: e, ...t }) => { - const n = yt(); + wS = ({ inverse: e, ...t }) => { + const n = gt(); let r = n.colors["Color/Base/Black"]; e && (r = n.colors["Color/Base/White"]); - return kt("svg", { - css: vT({ + return Vt("svg", { + css: sS({ "& .minioSection": { fill: n.colors["Color/Brand/_minio/Raspberry"] }, "& .minioApplicationName": { fill: r }, }), ...t, }); }, - NT = ({ inverse: e, onClick: t }) => - kt(TT, { + LS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 397.3 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioSection", d: "M102.5,11.5V4.2c0-1.7,1.4-3.2,3.2-3.2h17.7c3.5,0,4.4,4.8,1.2,6.1l-17.7,7.3\n\t\tC104.8,15.3,102.5,13.8,102.5,11.5", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M58.9,49.8h16.2L49,1.3H28.6L2.1,49.8h19.5l22.6-9.4c3.1-1.3,2.2-5.8-1.2-5.8H25.8l13-25.6\n\t\tC38.7,8.8,58.9,49.8,58.9,49.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M185.7,6.6l-4.5,9.4c-7-3.7-16.2-5.6-24.4-5.6c-8.2,0-12.8,1.5-12.8,4.3c0,3.2,5.9,4.1,17.5,5\n\t\tc16.1,1.2,26.3,4.8,26.3,14.5s-11.4,16.5-30.1,16.5c-13,0-23-3.2-29.7-8.8l6.9-8.2c5.2,4.4,14.8,6.8,24,6.8s14.5-2.1,14.5-5.2\n\t\tc0-3.5-6.4-4.4-18.9-5.4c-13.6-1-24.8-4.5-24.8-14.2c0-8.9,10.4-15.5,28.3-15.5C168.1,0.3,177.9,2.2,185.7,6.6", }), - kt("polygon", { + Vt("polygon", { className: "minioApplicationName", points: "215.6,49.8 215.6,11.3 191.4,11.3 191.4,1.2 253.5,1.2 253.5,11.3 229.3,11.3 229.3,49.8 \t", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M326.8,25.4c0,15.3-14.4,25.3-35.6,25.3s-35.5-10-35.5-25.3s14.6-25.2,35.5-25.2S326.8,9.8,326.8,25.4\n\t\t M270.3,25.3c0,9.4,8.5,15.4,20.9,15.4s20.7-6,20.7-15.4c0-10.2-8.4-14.9-20.7-14.9S270.3,15.1,270.3,25.3", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M395.2,49.8l-20.6-18.2c11.9,0,19.5-7.3,19.5-15.1c0-8.6-7.9-15.2-25.9-15.2h-31.9v48.5h13.8V11.1h16.1\n\t\tc8.8,0,13.2,1.9,13.2,6.4s-3.4,7.1-12.5,7.1h-7.9c-1.8,0-3,0.4-3.5,1.7c-0.4,1.1-0.1,2.2,1.9,4.3L376,49.8L395.2,49.8L395.2,49.8z", }), - kt("rect", { + Vt("rect", { x: "80.6", y: "1.2", className: "minioApplicationName", @@ -24345,43 +24241,43 @@ const LT = (e) => { ], }), }), - xT = ({ inverse: e, onClick: t }) => - kt(TT, { + bS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 576.2 51", inverse: e, onClick: t, - children: kt("g", { - children: Ot("g", { + children: Vt("g", { + children: Tt("g", { id: "Layer_1", children: [ - kt("g", { + Vt("g", { id: "Layer_1-2", "data-name": "Layer_1", - children: kt("g", { + children: Vt("g", { id: "Layer_1-2", - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioSection", d: "M312.6,49.1h0Z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M82.3,26.9v20.5c0,1.1-.3,1.3-1.4,1.3h-13.5c-.9,0-1.2-.2-1.2-1.2v-18.5c0-2.1-1.1-2.8-2.9-1.7l-18,10.5c-2.4,1.5-4.7,1.4-7.1,0-5.6-3.5-11.3-6.9-17-10.4-.6-.4-1.3-.8-2.1-.4-.8.5-.9,1.2-.9,2v18.5c0,.9-.3,1.1-1.1,1.1H3.3c-.9,0-1.1-.3-1.1-1.1V6.7c0-1.9.5-3.6,2.3-4.5,1.8-1,3.5-.6,5.2.4,10.3,6.3,20.6,12.6,30.9,18.9,1.2.7,2,.7,3.1,0,10.4-6.4,20.8-12.7,31.1-19,2.7-1.6,5.7-.8,6.9,1.9.3.7.3,1.4.3,2.1v20.4s.3,0,.3,0Z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M123.3,26.8V6.4c0-3.8,3.4-5.9,6.8-4.1,13.7,7.3,27.4,14.6,41.1,21.9.4.2.8.5,1.4.5,1,0,1.5-.7,1.5-2V2.8c0-.8.1-1.1,1-1.1h14.2c.8,0,1,.2,1,1v41.3c0,3.8-3.5,5.9-6.9,4-12.8-6.8-25.6-13.5-38.4-20.3-1-.5-2-1.1-3-1.6-1.7-.9-2.7-.3-2.7,1.6v19.6c0,1.1-.3,1.4-1.4,1.3h-13.8c-.8,0-1-.2-1-1v-20.8h.2Z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M252.7,49.6c-6.6,0-13.6-1.1-20.1-4.4-5.7-2.9-10.1-7.1-12-13.3-3.1-10,.7-19.8,9.9-25.4,5.1-3.1,10.8-4.7,16.7-5.3,7.3-.8,14.5-.3,21.6,1.9,5.8,1.9,10.9,4.8,14.5,9.8,7,9.7,4.4,23.4-5.8,30.3-4.8,3.3-10.2,5-15.9,5.8-2.7.4-5.5.6-8.9.6ZM253.4,43.3c1.8,0,3.7,0,5.6-.3,5.1-.7,9.9-2,14-5.1,7.4-5.5,8.6-15.8,2.6-22.8-2.6-3.1-6.1-4.9-9.9-6.1-6.4-2-12.9-2.3-19.5-1.3-4.4.7-8.7,2-12.3,4.8-5.4,4.1-7.5,9.5-6.2,16.1.9,5,4,8.4,8.3,10.8,5.4,3,11.2,3.9,17.4,3.9h0Z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M94.8,25.1V2.6c0-.9.3-1.1,1.1-1.1h14.1c.7,0,.9.1.9.9v45.5c0,.7-.2.9-.9.9h-14.2c-.9,0-1-.3-1-1.1v-22.6Z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M210.3,25.2v22.4c0,1-.3,1.2-1.2,1.2h-5.3c-.9,0-1.2-.2-1.2-1.2V10.6c0-12.4,0-5.4,0-8.1s.3-1.2,1.2-1.1h5.5c.8,0,1,.2,1,1v22.7h0Z", }), @@ -24389,34 +24285,34 @@ const LT = (e) => { }), }), }), - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioSection", d: "M369.8,24.1v-4.7c0-1.1.9-2,2-2h11.3c2.2,0,2.8,3.1.8,3.9l-11.3,4.7c-1.3.5-2.8-.4-2.8-1.9", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M341.9,48.6h10.4l-16.8-31h-13.1l-17,31h12.5l14.5-6c2-.8,1.4-3.7-.7-3.7h-11.1l8.3-16.4s12.9,26.2,12.9,26.2Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M423.1,20.9l-2.9,6c-4.5-2.4-10.4-3.6-15.6-3.6s-8.2,1-8.2,2.7,3.8,2.7,11.2,3.2c10.3.8,16.8,3.1,16.8,9.3s-7.3,10.6-19.3,10.6-14.7-2.1-19-5.7l4.4-5.2c3.3,2.8,9.5,4.4,15.4,4.4s9.3-1.4,9.3-3.3-4.1-2.8-12.1-3.5c-8.7-.7-15.9-2.9-15.9-9.1s6.7-9.9,18.1-9.9,12.7,1.2,17.8,4", }), - kt("polygon", { + Vt("polygon", { className: "minioApplicationName", points: "442.3 48.6 442.3 23.9 426.8 23.9 426.8 17.5 466.6 17.5 466.6 23.9 451.1 23.9 451.1 48.6 442.3 48.6", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M513.5,33c0,9.8-9.2,16.2-22.8,16.2s-22.7-6.4-22.7-16.2,9.4-16.1,22.7-16.1,22.8,6.1,22.8,16.1M477.3,32.9c0,6,5.4,9.9,13.4,9.9s13.3-3.8,13.3-9.9-5.4-9.6-13.3-9.6-13.4,3.1-13.4,9.6", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M557.3,48.6l-13.2-11.6c7.6,0,12.5-4.7,12.5-9.7s-5.1-9.7-16.6-9.7h-20.4v31.1h8.9v-24.8h10.3c5.6,0,8.5,1.2,8.5,4.1s-2.1,4.6-8,4.6h-5c-1.2,0-1.9.3-2.2,1.1-.3.7,0,1.4,1.2,2.7l11.9,12.3h12.3Z", }), - kt("rect", { + Vt("rect", { x: "355.8", y: "17.5", width: "8.8", @@ -24428,65 +24324,65 @@ const LT = (e) => { }), }), }), - _T = ({ inverse: e, onClick: t }) => - kt(TT, { + MS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 202.2 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("rect", { + Vt("rect", { className: "minioSection", x: "36.3", y: ".7", width: "4.9", height: "14.4", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M30.4.9l-9.9,6.1c-.1,0-.3,0-.5,0L10.1.9c-.2-.1-.5-.2-.7-.2h0c-.8,0-1.4.6-1.4,1.4v13h4.9v-6.2c0-.4.4-.6.7-.4l5.6,3.4c.5.3,1.2.3,1.8,0l5.9-3.4c.3-.2.7,0,.7.4v6.2h4.9V2.1c0-.8-.6-1.4-1.4-1.4h0c-.3,0-.5,0-.7.2", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M65.6.7h-5v6.6c0,.4-.4.6-.7.4L47.1.9c-.2-.1-.4-.2-.6-.2h0c-.8,0-1.4.6-1.4,1.4v13h4.9v-6.6c0-.4.4-.6.7-.4l12.9,6.8c.2.1.4.2.6.2.8,0,1.4-.6,1.4-1.4V.7h0Z", }), - kt("rect", { + Vt("rect", { className: "minioSection", x: "69.4", y: ".7", width: "2.2", height: "14.4", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M84.9,15.4c-6,0-10.3-2.9-10.3-7.5S78.8.4,84.9.4s10.4,2.9,10.4,7.5-4.2,7.5-10.4,7.5M84.9,2.3c-4.5,0-8,2-8,5.6s3.5,5.6,8,5.6,8-1.9,8-5.6-3.5-5.6-8-5.6", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M52.5,30.8v-3.7c0-.9.7-1.6,1.6-1.6h8.9c1.8,0,2.2,2.4.6,3.1l-8.9,3.7c-1.1.4-2.2-.3-2.2-1.5", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M30.5,50.1h8.2l-13.2-24.5h-10.3L1.8,50.1h9.9l11.4-4.8c1.5-.6,1.1-2.9-.6-2.9h-8.7l6.6-13s10.2,20.7,10.2,20.7Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M94.6,28.2l-2.3,4.8c-3.6-1.9-8.2-2.8-12.3-2.8s-6.5.8-6.5,2.2,3,2.1,8.8,2.5c8.1.6,13.3,2.4,13.3,7.3s-5.8,8.3-15.2,8.3-11.6-1.6-15-4.5l3.5-4.1c2.6,2.2,7.5,3.5,12.2,3.5s7.3-1.1,7.3-2.6-3.2-2.2-9.6-2.7c-6.9-.5-12.5-2.3-12.5-7.2s5.3-7.8,14.3-7.8,10,1,14,3.2", }), - kt("polygon", { + Vt("polygon", { className: "minioApplicationName", points: "109.7 50.1 109.7 30.6 97.4 30.6 97.4 25.5 128.8 25.5 128.8 30.6 116.6 30.6 116.6 50.1 109.7 50.1", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M165.9,37.8c0,7.8-7.3,12.8-18,12.8s-17.9-5-17.9-12.8,7.4-12.7,17.9-12.7,18,4.8,18,12.7M137.3,37.7c0,4.8,4.3,7.8,10.6,7.8s10.5-3,10.5-7.8-4.3-7.5-10.5-7.5-10.6,2.4-10.6,7.5", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M200.4,50.1l-10.4-9.2c6,0,9.9-3.7,9.9-7.6s-4-7.7-13.1-7.7h-16.1v24.5h7v-19.6h8.1c4.4,0,6.7,1,6.7,3.2s-1.7,3.6-6.3,3.6h-4c-.9,0-1.5.2-1.8.8-.2.5,0,1.1.9,2.2l9.4,9.7h9.7Z", }), - kt("rect", { + Vt("rect", { x: "41.4", y: "25.6", width: "6.9", @@ -24496,163 +24392,163 @@ const LT = (e) => { ], }), }), - AT = ({ inverse: e, onClick: t }) => - kt(TT, { + HS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.538 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M22.8,32.4h-3.2c-0.2-0.9-0.5-1.7-1-2.4c-0.5-0.7-1-1.3-1.7-1.8c-0.7-0.5-1.4-0.8-2.2-1.1\n\t\tc-0.8-0.2-1.7-0.4-2.5-0.4c-1.6,0-3.1,0.4-4.4,1.2s-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8s0.4,4.2,1.1,5.8\n\t\tc0.8,1.6,1.8,2.8,3.1,3.6c1.3,0.8,2.8,1.2,4.4,1.2c0.9,0,1.7-0.1,2.5-0.4c0.8-0.2,1.6-0.6,2.2-1.1c0.7-0.5,1.2-1.1,1.7-1.8\n\t\tc0.5-0.7,0.8-1.5,1-2.4h3.2c-0.2,1.4-0.7,2.6-1.3,3.6c-0.6,1.1-1.4,2-2.4,2.7c-0.9,0.7-2,1.3-3.2,1.7c-1.2,0.4-2.4,0.6-3.8,0.6\n\t\tc-2.3,0-4.3-0.6-6-1.7s-3.1-2.7-4.2-4.7c-1-2-1.5-4.5-1.5-7.2c0-2.8,0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.2-4.7c1.8-1.1,3.8-1.7,6-1.7\n\t\tc1.3,0,2.6,0.2,3.8,0.6c1.2,0.4,2.2,1,3.2,1.7c0.9,0.7,1.7,1.7,2.4,2.7C22.1,29.8,22.5,31,22.8,32.4L22.8,32.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M29,50.6h-3.4l9.7-26.5h3.3l9.7,26.5h-3.4l-7.9-22.3H37L29,50.6z M30.3,40.3h13.6v2.8H30.3V40.3z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M72.7,32.4h-3.2c-0.2-0.9-0.5-1.7-1-2.4c-0.5-0.7-1-1.3-1.7-1.8c-0.7-0.5-1.4-0.8-2.2-1.1\n\t\tc-0.8-0.2-1.7-0.4-2.5-0.4c-1.6,0-3.1,0.4-4.4,1.2c-1.3,0.8-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8s0.4,4.2,1.1,5.8\n\t\tc0.8,1.6,1.8,2.8,3.1,3.6C59,47.6,60.4,48,62,48c0.9,0,1.7-0.1,2.5-0.4c0.8-0.2,1.6-0.6,2.2-1.1c0.7-0.5,1.2-1.1,1.7-1.8\n\t\tc0.5-0.7,0.8-1.5,1-2.4h3.2c-0.2,1.4-0.7,2.6-1.3,3.6c-0.6,1.1-1.4,2-2.4,2.7c-0.9,0.7-2,1.3-3.2,1.7C64.6,50.8,63.4,51,62,51\n\t\tc-2.3,0-4.3-0.6-6-1.7c-1.8-1.1-3.1-2.7-4.2-4.7c-1-2-1.5-4.5-1.5-7.2c0-2.8,0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.2-4.7\n\t\tc1.8-1.1,3.8-1.7,6-1.7c1.3,0,2.6,0.2,3.8,0.6c1.2,0.4,2.2,1,3.2,1.7c0.9,0.7,1.7,1.7,2.4,2.7C72,29.8,72.5,31,72.7,32.4L72.7,32.4\n\t\tz", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M77.9,50.6V24.1h3.2v11.8h14.1V24.1h3.2v26.5h-3.2V38.8H81.1v11.9H77.9L77.9,50.6z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M104.9,50.6V24.1h16V27h-12.8v9h12v2.8h-12v9h13v2.8H104.9z", }), - kt("rect", { + Vt("rect", { x: "22.2", y: "0.2", className: "minioSection", width: "3.8", height: "11.3", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M17.6,0.4L9.8,5.1c-0.1,0.1-0.3,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2h0C0.5,0.2,0,0.7,0,1.3v10.2h3.8\n\t\tV6.6c0-0.3,0.3-0.5,0.6-0.3L8.8,9c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.2,0.6,0,0.6,0.3v4.9h3.8V1.3c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC18,0.2,17.8,0.3,17.6,0.4L17.6,0.4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M45.3,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.7,0.4c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.2\n\t\tH33V6.4c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.3,0.2L45.3,0.2L45.3,0.2z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M48.4,11.5V0.2h1.8v11.3L48.4,11.5L48.4,11.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M60.5,11.8c-4.8,0-8.1-2.3-8.1-5.9c0-3.6,3.4-5.9,8.1-5.9c4.7,0,8.2,2.3,8.2,5.9S65.3,11.8,60.5,11.8z\n\t\t M60.5,1.5c-3.5,0-6.3,1.5-6.3,4.4c0,2.8,2.7,4.4,6.3,4.4c3.5,0,6.3-1.5,6.3-4.4C66.7,3,64,1.5,60.5,1.5L60.5,1.5z", }), ], }), }), - ZT = ({ inverse: e, onClick: t }) => - Ot(TT, { + ES = ({ inverse: e, onClick: t }) => + Tt(wS, { viewBox: "0 0 184.538 52", inverse: e, onClick: t, children: [ - kt("path", { + Vt("path", { d: "m22.19,31.57h-3.13c-.19-.9-.51-1.69-.96-2.37-.46-.68-1.01-1.25-1.66-1.72-.65-.47-1.37-.82-2.16-1.05-.79-.24-1.61-.35-2.47-.35-1.56,0-2.98.4-4.24,1.19s-2.27,1.95-3.01,3.49c-.74,1.54-1.12,3.42-1.12,5.66s.37,4.12,1.12,5.66c.74,1.54,1.75,2.7,3.01,3.49,1.27.79,2.68,1.19,4.24,1.19.86,0,1.68-.12,2.47-.35.79-.24,1.51-.59,2.16-1.05.65-.47,1.21-1.04,1.66-1.73.46-.68.78-1.47.96-2.36h3.13c-.24,1.32-.66,2.5-1.29,3.54-.62,1.04-1.4,1.93-2.32,2.65-.92.73-1.96,1.28-3.11,1.66s-2.37.57-3.68.57c-2.2,0-4.16-.54-5.88-1.61s-3.06-2.61-4.05-4.59c-.98-1.98-1.48-4.34-1.48-7.06s.49-5.08,1.48-7.06c.98-1.98,2.33-3.51,4.05-4.59,1.71-1.08,3.67-1.61,5.88-1.61,1.3,0,2.53.19,3.68.57s2.18.93,3.11,1.66c.92.73,1.7,1.61,2.32,2.65.62,1.04,1.05,2.22,1.29,3.55h0Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m27.23,49.32v-25.82h3.13v23.05h12v2.77h-15.13Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m67.98,36.41c0,2.72-.49,5.08-1.48,7.06-.98,1.98-2.33,3.51-4.05,4.59s-3.67,1.61-5.88,1.61-4.16-.54-5.88-1.61-3.06-2.61-4.05-4.59c-.98-1.98-1.48-4.34-1.48-7.06s.49-5.08,1.48-7.06c.98-1.98,2.33-3.51,4.05-4.59,1.71-1.08,3.67-1.61,5.88-1.61s4.16.54,5.88,1.61c1.71,1.08,3.06,2.61,4.05,4.59.98,1.98,1.48,4.34,1.48,7.06Zm-3.03,0c0-2.24-.37-4.12-1.12-5.66-.74-1.54-1.75-2.7-3.01-3.49-1.27-.79-2.68-1.19-4.24-1.19s-2.98.4-4.24,1.19-2.27,1.95-3.01,3.49c-.74,1.54-1.12,3.42-1.12,5.66s.37,4.12,1.12,5.66c.74,1.54,1.75,2.7,3.01,3.49,1.27.79,2.68,1.19,4.24,1.19s2.98-.39,4.24-1.19c1.26-.79,2.27-1.95,3.01-3.49.74-1.54,1.12-3.42,1.12-5.66Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m90.17,23.5h3.13v17.1c0,1.76-.41,3.34-1.24,4.72-.83,1.38-1.99,2.47-3.5,3.27-1.5.79-3.27,1.19-5.3,1.19s-3.79-.4-5.3-1.19c-1.5-.79-2.67-1.88-3.5-3.27-.83-1.38-1.24-2.96-1.24-4.72v-17.1h3.13v16.84c0,1.26.28,2.38.83,3.36.55.98,1.35,1.75,2.38,2.31,1.03.56,2.26.84,3.7.84s2.67-.28,3.71-.84c1.03-.56,1.83-1.33,2.38-2.31.55-.98.83-2.1.83-3.36v-16.84Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m107.52,49.32h-7.97v-25.82h8.32c2.5,0,4.65.52,6.43,1.54,1.78,1.03,3.15,2.5,4.1,4.43.95,1.92,1.42,4.22,1.42,6.89s-.48,5-1.44,6.94c-.96,1.94-2.35,3.43-4.19,4.46-1.83,1.04-4.06,1.56-6.68,1.56Zm-4.84-2.77h4.64c2.13,0,3.9-.41,5.31-1.24,1.4-.82,2.45-2,3.14-3.52.69-1.52,1.03-3.33,1.03-5.43s-.34-3.88-1.02-5.39c-.68-1.51-1.7-2.67-3.05-3.48-1.35-.81-3.04-1.22-5.06-1.22h-4.99v20.27h0Z", className: "minioApplicationName", }), - kt("rect", { + Vt("rect", { x: "21.65", y: ".24", width: "3.74", height: "10.97", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m17.14.35l-7.6,4.64c-.11.07-.24.07-.35,0L1.59.35c-.16-.1-.35-.15-.54-.15h0C.47.19,0,.66,0,1.24v9.97h3.74v-4.73c0-.29.32-.47.57-.32l4.26,2.61c.42.26.95.26,1.37.01l4.49-2.64c.25-.15.56.03.56.32v4.75h3.74V1.24c0-.58-.47-1.04-1.04-1.04h0c-.19,0-.38.05-.54.15h0Z", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m44.09.24h-3.8v5.03c0,.28-.3.46-.55.33L29.9.36c-.15-.08-.32-.12-.49-.12h0c-.58,0-1.04.47-1.04,1.04v9.93h3.77v-4.95c0-.28.3-.46.55-.33l9.88,5.24c.15.08.32.12.49.12h0c.58,0,1.04-.47,1.04-1.04V.24h0,0Z", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m47.13,11.21V.24h1.74v10.97h-1.74Z", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m58.89,11.45c-4.63,0-7.92-2.2-7.92-5.72,0-3.5,3.31-5.72,7.92-5.72s7.94,2.2,7.94,5.72-3.25,5.72-7.94,5.72Zm0-9.98c-3.45,0-6.1,1.5-6.1,4.26s2.65,4.26,6.1,4.26,6.12-1.49,6.12-4.26-2.67-4.26-6.12-4.26h0Z", className: "minioSection", }), ], }), - IT = ({ inverse: e, onClick: t }) => - kt(TT, { + RS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.45 55", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { transform: "translate(-31.65 -18.133)", children: [ - Ot("g", { + Tt("g", { transform: "translate(-995 -63.754)", children: [ - kt("g", { + Vt("g", { transform: "translate(1025.5 81.887)", - children: kt("g", { + children: Vt("g", { transform: "translate(0 0)", - children: Ot("g", { + children: Tt("g", { transform: "translate(0 0)", children: [ - kt("path", { + Vt("path", { d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", transform: "translate(0 32.612)", className: "minioApplicationName", }), - Ot("g", { + Tt("g", { transform: "translate(2.003)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.129)", children: [ - kt("rect", { + Vt("rect", { width: "2.49", height: "7.352", transform: "translate(14.42)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", transform: "translate(-226.403 -365.23)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", transform: "translate(-228.498 -365.23)", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "M261.159,372.582V365.23H262.3v7.352Z", transform: "translate(-229.877 -365.101)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", transform: "translate(-230.168 -365.087)", className: "minioSection", @@ -24663,17 +24559,17 @@ const LT = (e) => { }), }), }), - kt("g", { + Vt("g", { transform: "translate(1168.671 120.754)", - children: Ot("g", { + children: Tt("g", { transform: "translate(-65 0)", children: [ - kt("path", { + Vt("path", { d: "M106.959,1769.479l-3.274,14.286h31.641a2.814,2.814,0,0,1-2.121-1.012,2.15,2.15,0,0,1-.209-.356c-.038-.092-.073-.185-.109-.28a2.832,2.832,0,0,1-.115-.985,7.182,7.182,0,0,1,1.312-3.389,18.271,18.271,0,0,1,3.616-3.945c.343-.284.7-.566,1.068-.839.458-.337.92-.648,1.383-.938a17.592,17.592,0,0,1,4.907-2.2,18.957,18.957,0,0,0-4.651,2.351l-.171.118a20.8,20.8,0,0,0-2.389,1.924c-2.254,2.119-3.445,4.315-2.9,5.6a1.6,1.6,0,0,0,.138.253c.582.856,2.024,1,3.851.544.124-.031.249-.067.377-.1a14.878,14.878,0,0,0,1.842-.677c.153-.068.309-.137.465-.212l.047-.023c2.015-1,3.563-2.153,3.9-2.845a.43.43,0,0,0,.041-.379c-.239-.485-1.912-.157-3.939.72-.163.07-.328.143-.494.221.136-.125.277-.252.421-.377.23-.2.468-.391.721-.582a14.277,14.277,0,0,1,1.191-.812c1.847-1.394,2.781-2.712,2.586-3.2a.343.343,0,0,0-.235-.194,3.4,3.4,0,0,0-1.942.374,14.514,14.514,0,0,0-2.333,1.25l-.112.073-.021.012-.394.262.226-.415a7.126,7.126,0,0,1,1.565-1.853,11.116,11.116,0,0,1,1.686-1.206c.233-.136.465-.262.7-.376s.476-.22.709-.312a8.2,8.2,0,0,1,1.98-.649c-.051,0-1.677.175-1.677.175H106.959Zm25.5.021a19.123,19.123,0,0,0,.8,5.76q.165.612.362,1.242.123.388.253.765c-.051.075-.1.149-.15.224a7.909,7.909,0,0,0-1.339,3.277,20.169,20.169,0,0,1-.712-3.562q-.059-.546-.091-1.08a15.688,15.688,0,0,1,.877-6.625Zm-15.424,1.833h3.533a1.217,1.217,0,0,1,.691.168.394.394,0,0,1,.185.435l-.415,1.874h-1.227l.4-1.824h-3.071L116.03,1777l-.4,1.815H118.7l0-.011.615-2.778h-1.442l.138-.626h2.668l-.765,3.466a.488.488,0,0,1-.053.138.765.765,0,0,1-.327.294,1.621,1.621,0,0,1-.765.168h-3.477a1.214,1.214,0,0,1-.691-.168.388.388,0,0,1-.185-.432l1.533-6.928a.664.664,0,0,1,.377-.435c.008,0,.016,0,.024-.009a1.6,1.6,0,0,1,.688-.159Zm5.454,0h4.38a1.215,1.215,0,0,1,.688.168.392.392,0,0,1,.188.435l-.818,3.695a.663.663,0,0,1-.38.433,1.612,1.612,0,0,1-.762.171h-3.183l-.615,2.774-.1.456h-1.2l.091-.412Zm6.051,0h1.2l-1.359,6.14-.3,1.341h2.871c.03.22.065.437.1.65h-4.319l.341-1.542Zm-5,.653-.8,3.6h2.992l.794-3.6Zm-6.38,8.485h.035a.85.85,0,0,1,.359.07.428.428,0,0,1,.221.218.532.532,0,0,1,.029.315l-.009.044h-.344l0-.041a.271.271,0,0,0-.032-.188l-.015-.018a.2.2,0,0,0-.029-.024.426.426,0,0,0-.221-.047.511.511,0,0,0-.291.068.258.258,0,0,0-.118.153.113.113,0,0,0,.024.109l0,0a.81.81,0,0,0,.291.1,2,2,0,0,1,.38.12.448.448,0,0,1,.218.209.458.458,0,0,1,.024.291.665.665,0,0,1-.156.291.789.789,0,0,1-.3.212,1,1,0,0,1-.382.076.955.955,0,0,1-.412-.076.473.473,0,0,1-.238-.244.6.6,0,0,1-.029-.356l.009-.041h.338l0,.041a.373.373,0,0,0,.021.189.23.23,0,0,0,.118.112.543.543,0,0,0,.235.047.649.649,0,0,0,.224-.038.4.4,0,0,0,.156-.094.261.261,0,0,0,.068-.126.138.138,0,0,0-.009-.1.214.214,0,0,0-.109-.08l-.288-.085a1.274,1.274,0,0,1-.332-.118.411.411,0,0,1-.18-.194.418.418,0,0,1-.015-.256.622.622,0,0,1,.144-.28.72.72,0,0,1,.288-.2A1.01,1.01,0,0,1,117.169,1780.47Zm3.089.006c.019,0,.036,0,.056,0l.212.023.071.006-.1.262-.021.041-.162-.015a.186.186,0,0,0-.106.023l-.006.006-.012.012a.279.279,0,0,0-.044.112l-.012.047h.253l-.065.292h-.247l-.25,1.121h-.341s.222-1,.25-1.121h-.2l.065-.292h.194c.009-.04.024-.091.024-.091a.717.717,0,0,1,.071-.209.441.441,0,0,1,.162-.159.491.491,0,0,1,.209-.059Zm.815.015-.112.5h.221l-.065.292H120.9c-.018.081-.159.709-.159.709s-.012.076-.012.1c0,0,0,0,0,0s0,0,0,0h0l.035,0,.162-.012-.018.262,0,.047-.232.026a.375.375,0,0,1-.209-.047.209.209,0,0,1-.094-.135.221.221,0,0,1-.006-.047,1.206,1.206,0,0,1,.035-.239s.124-.554.15-.671h-.162l.065-.292h.162c.015-.068.068-.3.068-.3l.274-.144.112-.059Zm-10.841.011h1.324l-.074.329h-.968l-.1.436h.838l-.074.329h-.838c-.018.082-.179.809-.179.809h-.356Zm1.774.465a.331.331,0,0,1,.041,0,.4.4,0,0,1,.238.079l.047.032-.182.3-.05-.035a.214.214,0,0,0-.118-.036.185.185,0,0,0-.1.036.258.258,0,0,0-.088.1.93.93,0,0,0-.088.241l-.159.724H111.2l.315-1.413h.318s-.011.043-.015.059c.015-.012.031-.027.044-.035A.358.358,0,0,1,112.006,1780.968Zm1.012,0c.021,0,.041,0,.062,0a.5.5,0,0,1,.432.2.545.545,0,0,1,.091.317,1.064,1.064,0,0,1-.026.227l-.026.1h-.959c0,.02,0,.041,0,.059a.28.28,0,0,0,.047.173.216.216,0,0,0,.053.053.261.261,0,0,0,.144.038.339.339,0,0,0,.188-.056.5.5,0,0,0,.153-.167h.365l-.032.07a.806.806,0,0,1-.288.329.779.779,0,0,1-.427.121.531.531,0,0,1-.459-.2.644.644,0,0,1-.065-.536.975.975,0,0,1,.3-.541.76.76,0,0,1,.45-.191Zm1.533,0c.021,0,.041,0,.062,0a.5.5,0,0,1,.432.2.545.545,0,0,1,.091.317,1.04,1.04,0,0,1-.026.224l-.026.106h-.959l0,.038s0,.012,0,.018v0c0,.013,0,.028,0,.041a.254.254,0,0,0,.044.132.227.227,0,0,0,.015.021.239.239,0,0,0,.182.071.336.336,0,0,0,.188-.056.5.5,0,0,0,.153-.167h.368l-.035.07a.806.806,0,0,1-.288.329.779.779,0,0,1-.427.121.49.49,0,0,1-.55-.52c0-.02,0-.041,0-.062a1.067,1.067,0,0,1,.024-.153.975.975,0,0,1,.3-.541A.768.768,0,0,1,114.551,1780.968Zm4.175,0c.021,0,.04,0,.062,0a.523.523,0,0,1,.444.2.627.627,0,0,1,.071.529,1.086,1.086,0,0,1-.171.415.811.811,0,0,1-.644.326.516.516,0,0,1-.444-.2.528.528,0,0,1-.094-.321,1.011,1.011,0,0,1,.026-.227.925.925,0,0,1,.341-.568.794.794,0,0,1,.409-.153Zm5.169,0c.025,0,.048,0,.074,0a.748.748,0,0,1,.282.041.31.31,0,0,1,.159.124.337.337,0,0,1,.044.179l-.035.215-.065.291a3.187,3.187,0,0,0-.071.377.377.377,0,0,0,.015.135l.024.077h-.347l-.015-.045a.417.417,0,0,1-.006-.07,1.03,1.03,0,0,1-.191.1.83.83,0,0,1-.271.047.446.446,0,0,1-.35-.123.313.313,0,0,1-.079-.218.474.474,0,0,1,.012-.1.492.492,0,0,1,.091-.2.55.55,0,0,1,.159-.141.71.71,0,0,1,.191-.077l.209-.035a2.331,2.331,0,0,0,.368-.068.185.185,0,0,1,.006-.021.188.188,0,0,0,0-.129l-.006-.006-.012-.012a.29.29,0,0,0-.177-.041.391.391,0,0,0-.206.044.382.382,0,0,0-.127.159h-.356l.032-.071a.75.75,0,0,1,.156-.241.648.648,0,0,1,.247-.144A.974.974,0,0,1,123.895,1780.968Zm1.492,0a.331.331,0,0,1,.041,0,.4.4,0,0,1,.241.079l.044.032-.182.3-.05-.035a.207.207,0,0,0-.115-.036.2.2,0,0,0-.106.036.259.259,0,0,0-.085.1.965.965,0,0,0-.088.241l-.162.724h-.341l.315-1.413h.318s-.008.043-.012.059a.536.536,0,0,1,.044-.035A.342.342,0,0,1,125.386,1780.968Zm1.009,0c.02,0,.041,0,.062,0a.5.5,0,0,1,.432.2.538.538,0,0,1,.091.317,1.077,1.077,0,0,1-.029.227l-.024.1h-.959c0,.02-.006.041-.006.059a.286.286,0,0,0,.047.173.251.251,0,0,0,.018.021l.012.012a.246.246,0,0,0,.171.059.339.339,0,0,0,.188-.056.508.508,0,0,0,.153-.167h.368l-.035.07a.813.813,0,0,1-.288.329.779.779,0,0,1-.427.121.525.525,0,0,1-.456-.2.647.647,0,0,1-.068-.536.972.972,0,0,1,.3-.541A.77.77,0,0,1,126.4,1780.968Zm-5.151.026h.35s.043.838.044.85c.014-.03.025-.055.026-.059l.385-.792h.321s.029.828.029.833l.438-.833h.347l-.765,1.413h-.315s-.03-.766-.032-.809l-.394.809h-.324Zm-8.22.268a.374.374,0,0,0-.224.088.433.433,0,0,0-.121.167h.58c0-.01,0-.023,0-.032a.244.244,0,0,0-.026-.123.207.207,0,0,0-.194-.1Zm1.533,0a.374.374,0,0,0-.224.088.443.443,0,0,0-.121.167h.58c0-.01,0-.023,0-.032a.234.234,0,0,0-.026-.123.244.244,0,0,0-.029-.038.219.219,0,0,0-.165-.062Zm11.856,0a.381.381,0,0,0-.232.088.454.454,0,0,0-.121.167h.577c0-.01,0-.023,0-.032a.234.234,0,0,0-.027-.123.21.21,0,0,0-.194-.1Zm-7.708.006a.39.39,0,0,0-.218.106.637.637,0,0,0-.174.341.779.779,0,0,0-.021.168.289.289,0,0,0,.038.159.316.316,0,0,0,.024.03.229.229,0,0,0,.174.068.372.372,0,0,0,.259-.109.654.654,0,0,0,.174-.347.419.419,0,0,0-.018-.317.213.213,0,0,0-.194-.1C118.734,1781.267,118.72,1781.266,118.705,1781.267Zm5.316.515a2.16,2.16,0,0,1-.288.056.968.968,0,0,0-.188.042.208.208,0,0,0-.079.056.173.173,0,0,0-.041.077.2.2,0,0,0,0,.032s0,0,0,0,0,.007,0,.009a.113.113,0,0,0,0,.015l0,.006a.087.087,0,0,0,0,.009l.006.009.009.012a.185.185,0,0,0,.138.038.465.465,0,0,0,.212-.047.409.409,0,0,0,.156-.135A.545.545,0,0,0,124.021,1781.782Zm-17.969-2.359,7.9-8.152h1.289l-1.906,8.152H112.27l.541-2.347H109.5l-2.249,2.347h-1.2m4.254-3.186h2.707l.5-2.047q.3-1.217.582-2.029-.559.7-1.479,1.662l-2.309,2.413", transform: "translate(-103.684 -1768.875)", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "M627.829,1776.9a3.183,3.183,0,0,1-2.4-1.149,2.464,2.464,0,0,1-.241-.411c-.045-.107-.084-.207-.123-.307l.439-.17c.038.1.075.193.114.287a2,2,0,0,0,.19.323,2.685,2.685,0,0,0,2.04.958h1.032a9.027,9.027,0,0,0,1-.141,12.945,12.945,0,0,0,1.935-.55c.524-.191,1.054-.415,1.575-.666a22.265,22.265,0,0,0,3.559-2.154c.377-.278.756-.574,1.124-.881q.494-.411.947-.834a9.057,9.057,0,0,0,1.807-2.317c.348-.7.407-1.259.167-1.576a.989.989,0,0,0-.749-.326l-.622-.048.5-.375c1.786-1.34,2.8-2.927,2.457-3.858a1,1,0,0,0-.638-.59,2.032,2.032,0,0,0-.516-.106h-.549a8.415,8.415,0,0,0-2.824.8l-.207-.423a8.932,8.932,0,0,1,3.014-.845h.585a2.509,2.509,0,0,1,.656.133,1.455,1.455,0,0,1,.921.871c.387,1.063-.5,2.665-2.216,4.081a1.2,1.2,0,0,1,.564.4,1.959,1.959,0,0,1-.121,2.07,9.408,9.408,0,0,1-1.9,2.449q-.466.435-.97.854c-.376.313-.761.615-1.146.9a22.77,22.77,0,0,1-3.635,2.2c-.535.257-1.079.487-1.617.683a13.4,13.4,0,0,1-2.006.569,9.406,9.406,0,0,1-1.07.148Z", transform: "translate(-596.283 -1761.542)", className: "minioApplicationName", @@ -24683,7 +24579,7 @@ const LT = (e) => { }), ], }), - kt("path", { + Vt("path", { d: "M.969,0V-8h.969V-.859H5.656V0ZM9.225-8V0H8.256V-8ZM18.7-5.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,12.887-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,15.481-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732H18.7a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,11.95-4a4.874,4.874,0,0,1,.457-2.187,3.431,3.431,0,0,1,1.254-1.422,3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,18.7-5.5ZM21.362,0V-8h4.828v.859H22.331v2.7h3.609v.859H22.331V-.859h3.922V0ZM35.384-8V0h-.937L30.087-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8ZM42.8-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,41-7.25a2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.221,7.221,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,43.506-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L40.328-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,38.3-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,43.734-6Zm3.741,6V-8h4.828v.859H47.506v2.7h3.609v.859H47.506V-.859h3.922V0Z", transform: "translate(164 68)", className: "minioApplicationName", @@ -24691,58 +24587,58 @@ const LT = (e) => { ], }), }), - kT = ({ inverse: e, onClick: t }) => - kt(TT, { + yS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.45 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { transform: "translate(-31.65 -18.133)", children: [ - kt("g", { + Vt("g", { transform: "translate(-995 -63.754)", - children: kt("g", { + children: Vt("g", { transform: "translate(1025.5 81.887)", - children: kt("g", { + children: Vt("g", { transform: "translate(0 0)", - children: Ot("g", { + children: Tt("g", { transform: "translate(0 0)", children: [ - kt("path", { + Vt("path", { d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", transform: "translate(0 32.612)", className: "minioApplicationName", }), - Ot("g", { + Tt("g", { transform: "translate(2.003)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.129)", children: [ - kt("rect", { + Vt("rect", { width: "2.49", height: "7.352", transform: "translate(14.42)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", transform: "translate(-226.403 -365.23)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", transform: "translate(-228.498 -365.23)", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "M261.159,372.582V365.23H262.3v7.352Z", transform: "translate(-229.877 -365.101)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", transform: "translate(-230.168 -365.087)", className: "minioSection", @@ -24754,7 +24650,7 @@ const LT = (e) => { }), }), }), - kt("path", { + Vt("path", { d: "M.969,0V-8H5.8v.859H1.938v2.7H5.547v.859H1.938V-.859H5.859V0ZM14.991-8V0h-.937L9.694-6.281H9.616V0H8.647V-8h.938l4.375,6.3h.078V-8Zm2.6.859V-8h6v.859H21.075V0h-.969V-7.141ZM26.191,0V-8h4.828v.859H27.159v2.7h3.609v.859H27.159V-.859h3.922V0Zm7.678,0V-8h2.7a3.277,3.277,0,0,1,1.539.318A2.054,2.054,0,0,1,39-6.809a2.69,2.69,0,0,1,.289,1.262A2.643,2.643,0,0,1,39-4.293a2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H34.4V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0Zm3.766-3.594L39.6,0H38.478L36.541-3.594ZM42,0V-8h2.7a3.116,3.116,0,0,1,1.541.338,2.141,2.141,0,0,1,.889.912,2.809,2.809,0,0,1,.289,1.281,2.849,2.849,0,0,1-.287,1.285,2.149,2.149,0,0,1-.885.92,3.057,3.057,0,0,1-1.531.342H42.781v-.859h1.906A2.084,2.084,0,0,0,45.723-4a1.337,1.337,0,0,0,.568-.6,2.013,2.013,0,0,0,.178-.861,2,2,0,0,0-.178-.859,1.3,1.3,0,0,0-.572-.6,2.173,2.173,0,0,0-1.047-.217h-1.7V0Zm8.084,0V-8h2.7a3.277,3.277,0,0,1,1.539.318,2.054,2.054,0,0,1,.891.873,2.69,2.69,0,0,1,.289,1.262,2.643,2.643,0,0,1-.289,1.254,2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H50.616V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0ZM53.85-3.594,55.819,0H54.694L52.756-3.594ZM59.184-8V0h-.969V-8ZM66.6-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,64.8-7.25a2.318,2.318,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.308,3.308,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,67.306-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L64.128-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,62.1-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,67.534-6Zm3.741,6V-8h4.828v.859H71.306v2.7h3.609v.859H71.306V-.859h3.922V0ZM82.209,0V-8h.969V-.859H86.9V0Zm8.256-8V0H89.5V-8Zm9.475,2.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,94.128-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,96.722-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732h.969a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,93.191-4a4.874,4.874,0,0,1,.457-2.187A3.431,3.431,0,0,1,94.9-7.609a3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,99.941-5.5ZM102.6,0V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Zm14.022-8V0h-.937l-4.359-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8Zm7.412,2a1.226,1.226,0,0,0-.57-.922,2.188,2.188,0,0,0-1.227-.328,2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,124.746-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273l-.984-.281a3.666,3.666,0,0,1-1.484-.77,1.69,1.69,0,0,1-.547-1.309,1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,124.975-6Zm3.741,6V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Z", transform: "translate(83 68)", className: "minioApplicationName", @@ -24762,57 +24658,57 @@ const LT = (e) => { ], }), }), - OT = ({ inverse: e, onClick: t }) => - kt(TT, { + VS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.45 55", inverse: e, onClick: t, - children: kt("g", { + children: Vt("g", { transform: "translate(-31.65 -18.133)", - children: kt("g", { + children: Vt("g", { transform: "translate(-995 -63.754)", - children: kt("g", { + children: Vt("g", { transform: "translate(1025.5 81.887)", - children: kt("g", { + children: Vt("g", { transform: "translate(0 0)", - children: Ot("g", { + children: Tt("g", { transform: "translate(0 0)", children: [ - kt("path", { + Vt("path", { d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", transform: "translate(0 32.612)", className: "minioApplicationName", }), - Ot("g", { + Tt("g", { transform: "translate(2.003)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.129)", children: [ - kt("rect", { + Vt("rect", { width: "2.49", height: "7.352", transform: "translate(14.42)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", transform: "translate(-226.403 -365.23)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", transform: "translate(-228.498 -365.23)", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "M261.159,372.582V365.23H262.3v7.352Z", transform: "translate(-229.877 -365.101)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", transform: "translate(-230.168 -365.087)", className: "minioSection", @@ -24826,58 +24722,58 @@ const LT = (e) => { }), }), }), - BT = ({ inverse: e, onClick: t }) => - kt(TT, { + TS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.538 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { transform: "translate(-31.65 -18.133)", children: [ - kt("g", { + Vt("g", { transform: "translate(-995 -63.754)", - children: kt("g", { + children: Vt("g", { transform: "translate(1025.5 81.887)", - children: kt("g", { + children: Vt("g", { transform: "translate(0 0)", - children: Ot("g", { + children: Tt("g", { transform: "translate(0 0)", children: [ - kt("path", { + Vt("path", { d: "M10.338-17.825A8.815,8.815,0,0,0,1.15-8.75,8.815,8.815,0,0,0,10.338.325a8.825,8.825,0,0,0,9.2-9.075A8.825,8.825,0,0,0,10.338-17.825Zm0,3.35a5.4,5.4,0,0,1,5.55,5.725,5.4,5.4,0,0,1-5.55,5.725A5.41,5.41,0,0,1,4.788-8.75,5.41,5.41,0,0,1,10.338-14.475ZM22.05-17.5V0h7.575c4.2,0,6.588-1.65,6.588-5.013A4.2,4.2,0,0,0,33.3-8.938a3.9,3.9,0,0,0,2.537-3.713c0-3.337-2.562-4.85-6.638-4.85Zm7.4,10.225c1.925,0,3.138.45,3.138,2.088,0,1.675-1.212,2.125-3.138,2.125l-3.913-.013v-4.2Zm-.35-7.15c1.725,0,3.1.375,3.1,2.025,0,1.7-1.35,2.063-3.087,2.063H25.538v-4.088ZM48.788-17.5H45.3V-6.7c0,2.525-1.1,3.675-2.95,3.675a4.214,4.214,0,0,1-3.4-1.625L36.925-2.113A6.9,6.9,0,0,0,42.513.313c3.65,0,6.275-2.3,6.275-6.688ZM65.113-3.2H55.525V-7.225h9.05v-3.2h-9.05V-14.3h9.487v-3.2H52.037V0H65.113ZM76.3-17.825A8.794,8.794,0,0,0,67.113-8.75,8.794,8.794,0,0,0,76.3.325a8.713,8.713,0,0,0,7.387-3.7l-2.85-2.05a5.355,5.355,0,0,1-4.562,2.4A5.4,5.4,0,0,1,70.75-8.75a5.411,5.411,0,0,1,5.525-5.725A5.237,5.237,0,0,1,80.8-12.063l3-1.838A8.5,8.5,0,0,0,76.3-17.825Zm22.9.325H84.863v3.262h5.425V0h3.487V-14.238H99.2Zm19.787,1.738a10.5,10.5,0,0,0-6.25-1.925c-3.6,0-6.475,1.812-6.475,5.037,0,2.688,1.938,4.125,5.138,4.488l1.987.225c2.913.325,4.438,1.25,4.438,3.15,0,2.363-2.337,3.525-5.3,3.525a10.115,10.115,0,0,1-5.925-1.95L105.762-2A11.524,11.524,0,0,0,112.537.188c3.775,0,6.875-1.7,6.875-5.1,0-2.913-2.262-4.138-5.375-4.488l-1.912-.212c-2.988-.338-4.275-1.4-4.275-3.138,0-2.187,2.063-3.488,4.875-3.488a9.323,9.323,0,0,1,5.475,1.713ZM135.025-17.5H120.888v1.45h6.3V0h1.525V-16.05h6.313Zm9.875-.2a8.672,8.672,0,0,0-8.963,8.95A8.672,8.672,0,0,0,144.9.2a8.672,8.672,0,0,0,8.962-8.95A8.672,8.672,0,0,0,144.9-17.7Zm0,1.475a7.174,7.174,0,0,1,7.363,7.475A7.174,7.174,0,0,1,144.9-1.275a7.177,7.177,0,0,1-7.375-7.475A7.177,7.177,0,0,1,144.9-16.225ZM157.413-17.5V0h1.525V-7.763h2.675L168.138,0h1.9l-6.625-7.763h.688c3.725,0,6.025-1.862,6.025-4.875,0-3.1-2.175-4.863-6.037-4.863Zm6.663,1.438c2.875,0,4.475,1.188,4.475,3.425s-1.575,3.488-4.475,3.488h-5.138v-6.913ZM185.6-1.438H175.075V-8.1h10.138V-9.525H175.075v-6.538h10.438V-17.5H173.55V0H185.6Z", transform: "translate(0 32.612)", className: "minioApplicationName", }), - Ot("g", { + Tt("g", { transform: "translate(2.003)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.129)", children: [ - kt("rect", { + Vt("rect", { width: "2.49", height: "7.352", transform: "translate(14.42)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M237.8,365.332l-5.053,3.086a.226.226,0,0,1-.235,0l-5.053-3.086a.694.694,0,0,0-.362-.1H227.1a.693.693,0,0,0-.693.693v6.65h2.489v-3.165a.249.249,0,0,1,.379-.212l2.832,1.733a.886.886,0,0,0,.912.009L236,369.184a.249.249,0,0,1,.374.215v3.174h2.488v-6.65a.693.693,0,0,0-.692-.693h-.006A.694.694,0,0,0,237.8,365.332Z", transform: "translate(-226.403 -365.23)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M257.822,365.23H255.3v3.346a.249.249,0,0,1-.366.22l-6.543-3.485a.7.7,0,0,0-.326-.081h0a.693.693,0,0,0-.693.693v6.651h2.5v-3.343a.249.249,0,0,1,.365-.22L256.8,372.5a.692.692,0,0,0,.325.081h0a.693.693,0,0,0,.693-.693Z", transform: "translate(-228.498 -365.23)", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "M261.159,372.582V365.23H262.3v7.352Z", transform: "translate(-229.877 -365.101)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M269.337,372.7c-3.082,0-5.268-1.462-5.268-3.805s2.2-3.806,5.268-3.806,5.281,1.462,5.281,3.806S272.458,372.7,269.337,372.7Zm0-6.637c-2.292,0-4.056,1-4.056,2.832s1.765,2.831,4.056,2.831,4.07-.988,4.07-2.831S271.628,366.062,269.337,366.062Z", transform: "translate(-230.168 -365.087)", className: "minioSection", @@ -24889,7 +24785,7 @@ const LT = (e) => { }), }), }), - kt("path", { + Vt("path", { d: "M5.344-6a1.226,1.226,0,0,0-.57-.922A2.188,2.188,0,0,0,3.547-7.25a2.317,2.317,0,0,0-.928.172A1.468,1.468,0,0,0,2-6.605a1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.221,7.221,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,6.053-1a2.329,2.329,0,0,1-.984.832A3.618,3.618,0,0,1,3.5.141,3.653,3.653,0,0,1,2.014-.137,2.355,2.355,0,0,1,1.029-.91a2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438A2.7,2.7,0,0,0,3.5-.734a2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273L2.875-3.8a3.666,3.666,0,0,1-1.484-.77A1.69,1.69,0,0,1,.844-5.875a1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,6.281-6Zm3.3-1.141V-8h6v.859H12.131V0h-.969V-7.141ZM16.638,0H15.622l2.938-8h1L22.5,0H21.481L19.091-6.734h-.062Zm.375-3.125h4.094v.859H17.013ZM31.191-8V0h-.937L25.894-6.281h-.078V0h-.969V-8h.938l4.375,6.3h.078V-8ZM36.7,0H34.228V-8h2.578a3.918,3.918,0,0,1,1.992.479,3.16,3.16,0,0,1,1.27,1.371,4.771,4.771,0,0,1,.441,2.135,4.8,4.8,0,0,1-.445,2.15,3.159,3.159,0,0,1-1.3,1.383A4.14,4.14,0,0,1,36.7,0ZM35.2-.859h1.438a3.209,3.209,0,0,0,1.645-.383,2.359,2.359,0,0,0,.973-1.09,4.054,4.054,0,0,0,.32-1.684,4.035,4.035,0,0,0-.316-1.67,2.347,2.347,0,0,0-.945-1.078,3,3,0,0,0-1.566-.377H35.2ZM43.188,0H42.172l2.938-8h1l2.938,8H48.031L45.641-6.734h-.062Zm.375-3.125h4.094v.859H43.563ZM51.4,0V-8h2.7a3.277,3.277,0,0,1,1.539.318,2.054,2.054,0,0,1,.891.873,2.69,2.69,0,0,1,.289,1.262,2.643,2.643,0,0,1-.289,1.254,2.026,2.026,0,0,1-.887.857,3.3,3.3,0,0,1-1.527.311H51.928V-4h2.156a2.415,2.415,0,0,0,1.033-.187,1.194,1.194,0,0,0,.57-.533,1.787,1.787,0,0,0,.178-.826,1.856,1.856,0,0,0-.18-.84,1.235,1.235,0,0,0-.574-.557,2.345,2.345,0,0,0-1.043-.2h-1.7V0Zm3.766-3.594L57.131,0H56.006L54.069-3.594ZM62,0H59.528V-8h2.578a3.918,3.918,0,0,1,1.992.479,3.16,3.16,0,0,1,1.27,1.371,4.771,4.771,0,0,1,.441,2.135,4.8,4.8,0,0,1-.445,2.15,3.159,3.159,0,0,1-1.3,1.383A4.14,4.14,0,0,1,62,0ZM60.5-.859h1.438a3.209,3.209,0,0,0,1.645-.383,2.359,2.359,0,0,0,.973-1.09,4.055,4.055,0,0,0,.32-1.684,4.035,4.035,0,0,0-.316-1.67,2.347,2.347,0,0,0-.945-1.078,3,3,0,0,0-1.566-.377H60.5ZM72.728,0V-8H73.7V-.859h3.719V0Zm8.256-8V0h-.969V-8Zm9.475,2.5h-.969a2.034,2.034,0,0,0-.3-.734,2.072,2.072,0,0,0-.516-.533,2.24,2.24,0,0,0-.67-.326,2.668,2.668,0,0,0-.766-.109,2.431,2.431,0,0,0-1.314.367,2.536,2.536,0,0,0-.934,1.082A4.007,4.007,0,0,0,84.647-4a4.007,4.007,0,0,0,.346,1.754,2.536,2.536,0,0,0,.934,1.082A2.431,2.431,0,0,0,87.241-.8a2.668,2.668,0,0,0,.766-.109,2.24,2.24,0,0,0,.67-.326,2.06,2.06,0,0,0,.516-.535,2.053,2.053,0,0,0,.3-.732h.969a3.227,3.227,0,0,1-.4,1.1,2.973,2.973,0,0,1-.719.822,3.129,3.129,0,0,1-.963.514,3.614,3.614,0,0,1-1.139.176,3.353,3.353,0,0,1-1.82-.5,3.431,3.431,0,0,1-1.254-1.422A4.874,4.874,0,0,1,83.709-4a4.874,4.874,0,0,1,.457-2.187A3.431,3.431,0,0,1,85.42-7.609a3.353,3.353,0,0,1,1.82-.5,3.614,3.614,0,0,1,1.139.176,3.129,3.129,0,0,1,.963.514,2.984,2.984,0,0,1,.719.82A3.208,3.208,0,0,1,90.459-5.5ZM93.122,0V-8H97.95v.859H94.091v2.7H97.7v.859H94.091V-.859h3.922V0Zm14.022-8V0h-.937l-4.359-6.281h-.078V0H100.8V-8h.938l4.375,6.3h.078V-8Zm7.412,2a1.226,1.226,0,0,0-.57-.922,2.188,2.188,0,0,0-1.227-.328,2.317,2.317,0,0,0-.928.172,1.468,1.468,0,0,0-.617.473,1.126,1.126,0,0,0-.221.684.957.957,0,0,0,.154.549,1.3,1.3,0,0,0,.4.379,2.686,2.686,0,0,0,.508.246q.266.1.488.154l.813.219a7.22,7.22,0,0,1,.7.227,3.309,3.309,0,0,1,.738.393,2.04,2.04,0,0,1,.584.635,1.824,1.824,0,0,1,.23.949A2.115,2.115,0,0,1,115.265-1a2.329,2.329,0,0,1-.984.832,3.618,3.618,0,0,1-1.568.309,3.653,3.653,0,0,1-1.486-.277,2.355,2.355,0,0,1-.984-.773,2.2,2.2,0,0,1-.4-1.152h1a1.236,1.236,0,0,0,.307.748,1.608,1.608,0,0,0,.68.438,2.7,2.7,0,0,0,.889.143,2.6,2.6,0,0,0,1-.182,1.687,1.687,0,0,0,.7-.508,1.2,1.2,0,0,0,.258-.764.938.938,0,0,0-.223-.648,1.634,1.634,0,0,0-.586-.406,6.157,6.157,0,0,0-.785-.273l-.984-.281a3.666,3.666,0,0,1-1.484-.77,1.69,1.69,0,0,1-.547-1.309,1.942,1.942,0,0,1,.365-1.174,2.417,2.417,0,0,1,.984-.781,3.331,3.331,0,0,1,1.385-.279,3.269,3.269,0,0,1,1.375.275,2.409,2.409,0,0,1,.955.752A1.875,1.875,0,0,1,115.494-6ZM118.3,0V-8h4.828v.859h-3.859v2.7h3.609v.859h-3.609V-.859h3.922V0Z", transform: "translate(93 68)", className: "minioApplicationName", @@ -24897,62 +24793,62 @@ const LT = (e) => { ], }), }), - DT = ({ inverse: e }) => - kt(TT, { + SS = ({ inverse: e }) => + Vt(wS, { viewBox: "0 0 219 51", inverse: e, - children: Ot("g", { + children: Tt("g", { children: [ - kt("rect", { + Vt("rect", { x: "22.2", y: "0.2", className: "minioSection", width: "3.8", height: "11.2", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M17.6,0.4L9.8,5.1c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2l0,0C0.5,0.2,0,0.7,0,1.3v10.2h3.8\n\t\tV6.6c0-0.3,0.3-0.5,0.6-0.3L8.8,9c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.1,0.6,0,0.6,0.3v4.9h3.8V1.3c0-0.6-0.5-1.1-1.1-1.1l0,0\n\t\tC17.9,0.2,17.7,0.3,17.6,0.4L17.6,0.4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M45.2,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.6,0.4c-0.2-0.1-0.3-0.1-0.5-0.1l0,0c-0.6,0-1.1,0.5-1.1,1.1v10.2\n\t\th3.9V6.4c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.2,0.2L45.2,0.2L45.2,0.2z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M48.3,11.5V0.2h1.8v11.2L48.3,11.5L48.3,11.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M60.3,11.7c-4.7,0-8.1-2.3-8.1-5.9s3.4-5.9,8.1-5.9s8.1,2.3,8.1,5.9S65.2,11.7,60.3,11.7z M60.3,1.5\n\t\tc-3.5,0-6.2,1.5-6.2,4.4c0,2.8,2.7,4.4,6.2,4.4s6.3-1.5,6.3-4.4S63.9,1.5,60.3,1.5L60.3,1.5z", }), - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M15.6,19.8c2.6,0,5.1,0.6,7.3,1.7c2.2,1.1,3.9,2.7,5.1,4.6l-2.9,1.9c-1-1.5-2.3-2.7-4-3.6c-1.7-0.9-3.5-1.3-5.5-1.3\n\t\t\tc-1.7,0-3.3,0.3-4.7,0.9c-1.5,0.6-2.7,1.4-3.8,2.5c-1.1,1.1-1.9,2.3-2.5,3.9c-0.6,1.5-0.9,3.2-0.9,5s0.3,3.4,0.9,5\n\t\t\tc0.6,1.5,1.5,2.8,2.5,3.9c1.1,1.1,2.3,1.9,3.8,2.5c1.5,0.6,3.1,0.9,4.7,0.9c2,0,3.8-0.4,5.5-1.3c1.6-0.9,3-2,4-3.6l2.8,2.1\n\t\t\tc-1.3,1.9-3,3.4-5.1,4.5c-2.2,1.1-4.5,1.6-7.1,1.6c-2.2,0-4.3-0.4-6.2-1.2c-1.9-0.8-3.6-1.9-5-3.2c-1.4-1.4-2.5-3-3.3-4.9\n\t\t\tc-0.8-1.9-1.2-4-1.2-6.3s0.4-4.3,1.2-6.3c0.8-1.9,1.9-3.6,3.3-4.9c1.4-1.4,3-2.4,5-3.2C11.3,20.2,13.4,19.8,15.6,19.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M48.2,19.8c3,0,5.6,0.7,8,2c2.4,1.3,4.2,3.2,5.6,5.5c1.3,2.4,2,5.1,2,8s-0.7,5.7-2,8c-1.3,2.4-3.2,4.2-5.6,5.6\n\t\t\tc-2.4,1.3-5.1,2-8,2c-2.2,0-4.3-0.4-6.2-1.2c-1.9-0.8-3.6-1.9-5-3.2c-1.4-1.4-2.5-3-3.3-4.9c-0.8-1.9-1.2-4-1.2-6.3\n\t\t\ts0.4-4.3,1.2-6.3c0.8-1.9,1.9-3.6,3.3-4.9c1.4-1.4,3-2.4,5-3.2C43.9,20.2,46,19.8,48.2,19.8z M48.2,23.2c-1.7,0-3.3,0.3-4.7,0.9\n\t\t\tc-1.5,0.6-2.7,1.4-3.8,2.5c-1.1,1.1-1.9,2.3-2.5,3.9c-0.6,1.5-0.9,3.2-0.9,5s0.3,3.4,0.9,5c0.6,1.5,1.5,2.8,2.5,3.9\n\t\t\tc1.1,1.1,2.3,1.9,3.8,2.5c1.5,0.6,3.1,0.9,4.7,0.9c2.3,0,4.3-0.5,6.1-1.5c1.8-1,3.3-2.5,4.3-4.3c1.1-1.9,1.6-4,1.6-6.4\n\t\t\ts-0.5-4.5-1.6-6.4s-2.5-3.3-4.3-4.3C52.5,23.7,50.5,23.2,48.2,23.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M96.2,20.3v30.3h-3.1L74.3,26.2v24.3h-3.5V20.3H74l18.8,24.3V20.3H96.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M126.5,23.2l-1.8,2.8c-2.8-1.9-5.8-2.8-9.1-2.8c-2.3,0-4.2,0.5-5.7,1.5c-1.4,1-2.2,2.3-2.2,4c0,1.4,0.6,2.5,1.7,3.3\n\t\t\tc1.1,0.8,2.9,1.3,5.3,1.6l2.9,0.3c1.3,0.2,2.5,0.4,3.6,0.8c1.1,0.4,2.1,0.8,3,1.4c0.9,0.6,1.6,1.4,2.1,2.4c0.5,1,0.8,2.1,0.8,3.4\n\t\t\tc0,1.9-0.6,3.6-1.7,5c-1.1,1.4-2.5,2.4-4.3,3.1c-1.8,0.7-3.8,1-6,1c-2.2,0-4.3-0.4-6.5-1.1s-4-1.7-5.4-2.8l1.9-2.8\n\t\t\tc1.1,0.9,2.6,1.7,4.4,2.4c1.8,0.7,3.7,1,5.6,1c2.5,0,4.5-0.5,6-1.4c1.6-1,2.4-2.3,2.4-4.1c0-1.4-0.6-2.6-1.8-3.4\n\t\t\tc-1.2-0.8-3.1-1.3-5.5-1.6l-3.1-0.3c-2.7-0.3-4.9-1.1-6.5-2.4c-1.6-1.3-2.4-3.2-2.4-5.6c0-1.9,0.5-3.5,1.6-4.9\n\t\t\tc1-1.4,2.4-2.4,4.1-3.1c1.7-0.7,3.6-1,5.8-1C119.8,19.9,123.4,21,126.5,23.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M147.9,19.8c3,0,5.6,0.7,8,2c2.4,1.3,4.2,3.2,5.6,5.5c1.3,2.4,2,5.1,2,8s-0.7,5.7-2,8c-1.3,2.4-3.2,4.2-5.6,5.6\n\t\t\tc-2.4,1.3-5.1,2-8,2c-2.2,0-4.3-0.4-6.2-1.2c-1.9-0.8-3.6-1.9-5-3.2c-1.4-1.4-2.5-3-3.3-4.9c-0.8-1.9-1.2-4-1.2-6.3\n\t\t\ts0.4-4.3,1.2-6.3s1.9-3.6,3.3-4.9c1.4-1.4,3-2.4,5-3.2C143.6,20.2,145.7,19.8,147.9,19.8z M147.9,23.2c-1.7,0-3.3,0.3-4.7,0.9\n\t\t\tc-1.5,0.6-2.7,1.4-3.8,2.5c-1.1,1.1-1.9,2.3-2.5,3.9c-0.6,1.5-0.9,3.2-0.9,5s0.3,3.4,0.9,5c0.6,1.5,1.5,2.8,2.5,3.9\n\t\t\tc1.1,1.1,2.3,1.9,3.8,2.5c1.5,0.6,3.1,0.9,4.7,0.9c2.3,0,4.3-0.5,6.1-1.5c1.8-1,3.3-2.5,4.3-4.3c1.1-1.9,1.6-4,1.6-6.4\n\t\t\ts-0.5-4.5-1.6-6.4s-2.5-3.3-4.3-4.3C152.2,23.7,150.2,23.2,147.9,23.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M191.6,47.3v3.3h-21V20.3h3.5v27H191.6z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M218.2,47.3v3.3h-21.3V20.3H218v3.3h-17.6v10.1h17.1v3.2h-17.1v10.4H218.2z", }), @@ -24961,53 +24857,53 @@ const LT = (e) => { ], }), }), - PT = ({ inverse: e, onClick: t }) => - kt(TT, { + NS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.538 50.008", inverse: e, onClick: t, - children: kt("g", { + children: Vt("g", { transform: "translate(26.456 -11)", - children: kt("g", { + children: Vt("g", { transform: "translate(-29 11)", - children: Ot("g", { + children: Tt("g", { transform: "translate(0 0)", children: [ - kt("path", { + Vt("path", { d: "M2.544-22.4V0h9.232c7.008,0,11.632-4.448,11.632-11.2S18.784-22.4,11.776-22.4Zm9.184,4.176c4.72,0,7.008,2.912,7.008,7.024,0,4.064-2.288,7.024-7.008,7.024H7.008V-18.224ZM31.088-22.4H26.624V0h4.464Zm4.288,0V0H39.84V-8.912h1.312L47.68,0h5.408l-6.9-8.976c4.3-.416,6.864-2.928,6.864-6.608,0-4.288-2.864-6.816-8.208-6.816Zm9.392,4.112c2.368,0,3.7.848,3.7,2.7,0,1.888-1.264,2.784-3.7,2.784H39.84v-5.488ZM73.072-4.1H60.8V-9.248H72.384v-4.1H60.8V-18.3H72.944v-4.1H56.336V0H73.072Zm14.32-18.72c-6.9,0-11.76,4.88-11.76,11.616S80.5.416,87.392.416A11.153,11.153,0,0,0,96.848-4.32L93.2-6.944a6.855,6.855,0,0,1-5.84,3.072c-3.952,0-7.056-2.832-7.072-7.328,0-4.352,3.008-7.328,7.072-7.328a6.7,6.7,0,0,1,5.792,3.088l3.84-2.352A10.88,10.88,0,0,0,87.392-22.816ZM116.7-22.4H98.352v4.176H105.3V0h4.464V-18.224H116.7ZM128.08-9.12c4.944,0,7.92-2.448,7.92-6.64s-2.976-6.64-7.92-6.64h-8.32V0h1.952V-9.12Zm-.048-11.44c3.744,0,5.936,1.632,5.936,4.8s-2.192,4.784-5.936,4.784h-6.32V-20.56Zm30.4-1.84h-2.016l-8.4,20.464L139.632-22.4h-2.08L146.784,0H149.2Z", transform: "translate(0 42.065)", className: "minioApplicationName", }), - Ot("g", { + Tt("g", { transform: "translate(2.649 0)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.17)", children: [ - kt("rect", { + Vt("rect", { width: "3.292", height: "9.721", transform: "translate(19.066)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M241.479,365.364l-6.681,4.081a.3.3,0,0,1-.311,0l-6.681-4.081a.917.917,0,0,0-.478-.134h-.008a.917.917,0,0,0-.916.916v8.793h3.29v-4.185a.329.329,0,0,1,.5-.281l3.744,2.291a1.172,1.172,0,0,0,1.206.012l3.952-2.318a.329.329,0,0,1,.5.284v4.2h3.289v-8.793a.916.916,0,0,0-.915-.916h-.008A.917.917,0,0,0,241.479,365.364Z", transform: "translate(-226.403 -365.23)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M261.192,365.23h-3.338v4.425a.329.329,0,0,1-.484.29l-8.652-4.608a.919.919,0,0,0-.431-.107h-.006a.917.917,0,0,0-.916.916v8.795h3.312v-4.42a.329.329,0,0,1,.483-.29l8.686,4.607a.916.916,0,0,0,.43.107h0a.917.917,0,0,0,.916-.916Z", transform: "translate(-222.419 -365.23)", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "M261.159,374.952V365.23h1.515v9.722Z", transform: "translate(-219.797 -365.06)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M271.034,375.151c-4.075,0-6.965-1.933-6.965-5.032,0-3.082,2.908-5.033,6.965-5.033s6.983,1.933,6.983,5.033S275.162,375.151,271.034,375.151Zm0-8.776c-3.03,0-5.364,1.323-5.364,3.744,0,2.437,2.334,3.744,5.364,3.744s5.382-1.307,5.382-3.744C276.416,367.7,274.064,366.376,271.034,366.376Z", transform: "translate(-219.244 -365.087)", className: "minioSection", @@ -25019,26 +24915,26 @@ const LT = (e) => { }), }), }), - FT = ({ inverse: e, onClick: t }) => - kt(TT, { + xS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 249.2 51", inverse: e, onClick: t, - children: kt("g", { + children: Vt("g", { transform: "translate(26.059 -11)", - children: Ot("g", { + children: Tt("g", { transform: "translate(-29 11)", children: [ - kt("g", { + Vt("g", { transform: "translate(0 0)", - children: Ot("g", { + children: Tt("g", { transform: "translate(3.025 0)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.194)", children: [ - kt("g", { - children: kt("rect", { + Vt("g", { + children: Vt("rect", { x: "21.8", y: "0", className: "minioSection", @@ -25046,28 +24942,28 @@ const LT = (e) => { height: "11.1", }), }), - kt("g", { - children: kt("path", { + Vt("g", { + children: Vt("path", { className: "minioSection", d: "M17.2,0.2L9.6,4.8c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.2C1.4,0.1,1.2,0,1.1,0l0,0C0.5,0,0,0.5,0,1v10h3.8\n\t\t\t\t\t\t\tV6.3c0-0.2,0.2-0.4,0.4-0.4c0.1,0,0.1,0,0.2,0.1l4.3,2.6c0.4,0.3,1,0.3,1.4,0L14.5,6c0.2-0.1,0.4,0,0.5,0.1\n\t\t\t\t\t\t\tc0,0.1,0.1,0.1,0.1,0.2v4.8h3.8V1c0-0.6-0.5-1-1-1l0,0C17.6,0,17.4,0.1,17.2,0.2z", }), }), - kt("g", { - children: kt("path", { + Vt("g", { + children: Vt("path", { className: "minioSection", d: "M44.3,0h-3.8v5.1c0,0.2-0.2,0.4-0.4,0.4c-0.1,0-0.1,0-0.2,0L30,0.1C29.9,0,29.7,0,29.5,0l0,0\n\t\t\t\t\t\t\tc-0.6,0-1,0.5-1,1v10h3.8V6c0-0.2,0.2-0.4,0.4-0.4c0.1,0,0.1,0,0.2,0l9.9,5.3C43,11,43.1,11,43.3,11l0,0c0.6,0,1-0.5,1-1V0z", }), }), ], }), - kt("g", { - children: kt("path", { + Vt("g", { + children: Vt("path", { className: "minioSection", d: "M47.2,11.3V0.2H49v11.1H47.2z", }), }), - kt("g", { - children: kt("path", { + Vt("g", { + children: Vt("path", { className: "minioSection", d: "M59.2,11.5c-4.7,0-8-2.2-8-5.7s3.3-5.7,8-5.7s8,2.2,8,5.7S63.9,11.5,59.2,11.5z M59.2,1.5\n\t\t\t\t\t\tC55.7,1.5,53,3,53,5.7c0,2.8,2.7,4.3,6.1,4.3s6.1-1.5,6.1-4.3C65.3,3,62.6,1.5,59.2,1.5z", }), @@ -25075,45 +24971,45 @@ const LT = (e) => { ], }), }), - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M23.1,45.2v4.2H2.8V21.6h20v4.2H7.3v7.5h15v4.2h-15v7.7H23.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M53.9,21.6v27.8h-4L34.4,29.3l0,20.1h-4.5V21.6h4l15.5,20.1V21.6H53.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M80.9,21.6v4.2h-9v23.5h-4.5V25.9h-9v-4.2H80.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M105.7,45.2v4.2H85.4V21.6h20v4.2H89.9v7.5h15v4.2h-15v7.7H105.7z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M112.5,21.6h11.4c3.2,0,5.6,0.7,7.3,2.1c1.7,1.4,2.5,3.4,2.5,6c0,2.4-0.8,4.3-2.5,5.7c-1.7,1.5-3.9,2.2-6.8,2.3l9.2,11.7\n\t\t\t\th-5.6l-8.9-11.7H117v11.7h-4.5V21.6z M123.8,25.8H117v7.8h6.8c1.8,0,3.1-0.3,4-1c0.9-0.7,1.3-1.7,1.3-3c0-1.3-0.4-2.3-1.3-2.9\n\t\t\t\tC126.9,26.2,125.6,25.8,123.8,25.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M150.5,38.5h-6.3v10.9h-4.5V21.6h10.8c3.2,0,5.6,0.7,7.3,2.2s2.6,3.6,2.6,6.2s-0.9,4.7-2.6,6.2\n\t\t\t\tC156.1,37.8,153.7,38.5,150.5,38.5z M150.4,25.9h-6.2v8.4h6.2c1.8,0,3.1-0.3,4-1c0.9-0.7,1.3-1.7,1.3-3.2s-0.4-2.5-1.3-3.2\n\t\t\t\tC153.6,26.2,152.2,25.9,150.4,25.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M166,21.6h11.4c3.2,0,5.6,0.7,7.3,2.1c1.7,1.4,2.5,3.4,2.5,6c0,2.4-0.8,4.3-2.5,5.7c-1.7,1.5-3.9,2.2-6.8,2.3l9.2,11.7\n\t\t\t\th-5.6l-8.9-11.7h-2.3v11.7H166V21.6z M177.3,25.8h-6.8v7.8h6.8c1.8,0,3.1-0.3,4-1c0.9-0.7,1.3-1.7,1.3-3c0-1.3-0.4-2.3-1.3-2.9\n\t\t\t\tS179.1,25.8,177.3,25.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M197.7,21.6v27.8h-4.5V21.6H197.7z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M225.8,24.2l-2.3,3.6c-2.5-1.6-5.1-2.4-7.8-2.4c-1.9,0-3.4,0.4-4.5,1.1c-1.2,0.8-1.7,1.8-1.7,3c0,1.1,0.5,1.9,1.4,2.5\n\t\t\t\ts2.4,1,4.3,1.3l1.9,0.3c6,0.8,9,3.4,9,7.6c0,1.8-0.5,3.4-1.5,4.8c-1,1.4-2.4,2.4-4,3c-1.7,0.7-3.5,1-5.5,1c-2,0-4-0.3-6-1\n\t\t\t\ts-3.8-1.6-5.1-2.8l2.4-3.6c1,0.9,2.3,1.6,3.9,2.2c1.6,0.6,3.2,0.9,4.8,0.9c1.9,0,3.4-0.4,4.6-1.1c1.2-0.7,1.8-1.7,1.8-3\n\t\t\t\tc0-1.1-0.5-1.9-1.5-2.5c-1-0.6-2.6-1-4.7-1.3l-2.2-0.3c-0.9-0.1-1.7-0.3-2.5-0.5c-0.8-0.2-1.5-0.5-2.2-1\n\t\t\t\tc-0.7-0.4-1.3-0.9-1.9-1.4c-0.5-0.5-0.9-1.2-1.2-2.1c-0.3-0.8-0.5-1.7-0.5-2.7c0-1.8,0.5-3.4,1.5-4.7s2.3-2.3,4-3\n\t\t\t\tc1.6-0.7,3.5-1,5.5-1C219.4,21.2,222.8,22.2,225.8,24.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M252.4,45.2v4.2h-20.3V21.6h20v4.2h-15.5v7.5h15v4.2h-15v7.7H252.4z", }), @@ -25123,76 +25019,76 @@ const LT = (e) => { }), }), }), - UT = ({ inverse: e, onClick: t }) => - kt(TT, { + _S = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 208.7 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { id: "Path_116", className: "minioApplicationName", d: "M164.5,50.7c0.3,0,6.8,0,9.5,0v-0.4c-0.3-0.3-0.6-0.5-0.9-0.8c-6.3-5.2-12.5-10.4-18.8-15.5\n\t\tc-1.2-1-1.2-1.1,0-2.1c5.6-4.7,11.2-9.3,16.7-13.9c1-0.8,2-1.7,3.2-2.8c-0.7-0.1-1.1-0.1-1.5-0.1c-2.6,0-5.2-0.1-7.8,0\n\t\tc-0.8,0-1.6,0.3-2.2,0.8c-4.3,3.5-8.4,7.1-12.7,10.7c-0.4,0.3-0.8,0.5-1.4,1c0-0.8-0.1-1.2-0.1-1.7c0-6,0-12,0-18.1\n\t\tc0-1.1-0.3-1.5-1.4-1.4c-1.2,0.1-2.5,0-3.7,0c-1.2,0-1.7,0.6-1.7,1.7c0,7.2,0,14.3,0,21.5c0,6.6,0,13.1,0,19.7\n\t\tc0,0.5,0.1,0.9,0.3,1.1c0.2,0.2,0.6,0.2,1,0.2c0.8,0,1.6,0.1,2.4,0.1c0.7,0,1.4-0.1,2-0.1c0.4,0,0.7,0,0.9-0.2\n\t\tc0.2-0.2,0.3-0.5,0.3-1c0-3.2,0-6.3,0-9.5c0-0.4,0.1-0.9,0.1-1.5c0.6,0.4,1.1,0.7,1.5,1c4.3,3.5,8.3,7,10.5,8.7\n\t\tc0.1,0.1,0.4,0.3,0.8,0.6c1.1,0.8,1.1,0.8,1.9,1.4c0.2,0.1,0.4,0.2,0.6,0.4c0.1,0.1,0.3,0.2,0.4,0.2\n\t\tC164.3,50.6,164.4,50.7,164.5,50.7L164.5,50.7z", }), - kt("path", { + Vt("path", { id: "Path_117", className: "minioApplicationName", d: "M18.8,50.6c-5.5,0-11.1,0-16.6,0c-1.1,0-1.5-0.3-1.5-1.4c0.1-8.6,0.1-17.2,0-25.9\n\t\tC0.6,22.2,1,22,2.1,22c11.1,0,14.7,0,25.8,0c1.1,0,1.5,0.3,1.4,1.4c-0.1,1.4,0,2.9,0,4.3c0,1.1-0.6,1.6-1.7,1.6c-8.5,0-9.5,0-18,0\n\t\tc-1.2,0-1.7,0.3-1.6,1.6c0.1,3.6,0,7.3,0,10.9c0,1.6,0,1.6,1.7,1.6c8.4,0,16.9,0,25.3,0c1.2,0,1.9,0.6,1.9,1.9c0,1.4,0,2.8,0,4.2\n\t\tc0,0.9-0.3,1.2-1.2,1.2C30,50.6,24.4,50.6,18.8,50.6L18.8,50.6z", }), - kt("path", { + Vt("path", { id: "Path_118", className: "minioApplicationName", d: "M72.4,26.6c0,3.2,0.1,6.3,0,9.5c-0.2,8.3-7.5,14.9-15.9,14.6C49,50.6,41.9,44.3,41.7,36\n\t\tc-0.2-6.6,0-13.3-0.1-19.9c0-0.8,0.3-1.1,1.1-1.1c1.5,0,3,0.1,4.5,0c1.1-0.1,1.3,0.4,1.3,1.4c0,6.1,0,12.3,0,18.4\n\t\tc0,3.6,1.4,6.5,4.7,8.3c5.3,2.8,12-0.8,12.2-6.8c0.2-6.4,0.1-12.9,0.1-19.3c0-1.3,0.7-2,2-2c1.2,0,2.3,0.1,3.5,0\n\t\tc1.1-0.1,1.4,0.3,1.4,1.4C72.4,19.8,72.4,23.2,72.4,26.6L72.4,26.6L72.4,26.6z", }), - kt("path", { + Vt("path", { id: "Path_119", className: "minioApplicationName", d: "M77.5,39.5c0-2.9,0-5.9,0-8.8c0.1-7.1,4.2-12.9,10.9-15c2-0.6,4.1-0.6,6.2-0.7\n\t\tc1.4-0.1,2.8,0,4.2,0c0.8,0,1,0.3,1,1c0,1.6,0,3.1,0,4.7c0,0.9-0.3,1.2-1.2,1.1c-1.9,0-3.7,0-5.6,0c-5.1,0.1-8.7,3.6-8.8,8.7\n\t\tc-0.1,6.2-0.1,12.4,0,18.5c0,0.6-0.1,1-0.3,1.2c-0.2,0.2-0.5,0.2-1.1,0.2c-1.3,0-1.9,0.1-2,0.1c-0.1,0-0.7,0-2.1-0.1\n\t\tc-0.5,0-0.8,0-1.1-0.3c-0.2-0.2-0.3-0.6-0.3-1.1C77.5,46.1,77.5,42.8,77.5,39.5L77.5,39.5z", }), - kt("path", { + Vt("path", { id: "Path_120", className: "minioApplicationName", d: "M18.8,7.6c-5.5,0-11.1,0-16.6,0c-1.2,0-1.6-0.4-1.5-1.6c0.1-1.3,0-2.6,0-4\n\t\tc0-1.2,0.6-1.8,1.9-1.8h23.6c3.1,0,6.3,0,9.4,0c0.4-0.1,0.7,0.1,1,0.3c0.2,0.2,0.2,0.5,0.3,1c0,0.4,0,0.7,0,1.1c0,0.3,0,0.7,0,1\n\t\tc0,1.2,0,1.5,0,2.4c0,0.9-0.1,1.1-0.3,1.3c-0.2,0.3-0.7,0.4-1.3,0.3C29.8,7.6,24.3,7.7,18.8,7.6L18.8,7.6z", }), - kt("path", { + Vt("path", { id: "Path_121", className: "minioApplicationName", d: "M123.9,43.1c-0.1,0-0.2,0-0.2,0.1c-2.1,0.9-4.4,1-6.9,0.5c-3.3-0.7-6.1-2.8-7.6-5.8\n\t\tc-0.5-0.9-0.3-1.3,0.7-1.3c0.4,0,0.7,0,1.1,0c8.1,0,16.2,0,24.3,0c1.3,0,1.9-0.5,1.8-1.7c-0.1-2.3,0-4.8-0.6-7\n\t\tc-2.7-9.5-12.5-15.1-22-12.4c-10.7,2.9-16.3,14.7-11.7,24.8c5.2,11.3,19.2,14.1,28.5,5.9c0.7-0.6,1.3-1.2,1.8-1.9\n\t\tc0.2-0.3,0.2-0.7-0.1-0.9c-0.1-0.1-0.3-0.2-0.4-0.2H123.9L123.9,43.1z M119.4,21.6c4.7-0.1,9.8,3.7,10.4,7.4\n\t\tc0.1,0.4-0.2,0.7-0.6,0.8c0,0-0.1,0-0.1,0h-19.7c-0.4,0-0.7-0.3-0.7-0.7c0,0,0-0.1,0-0.1C109.3,25.5,114.8,21.7,119.4,21.6\n\t\tL119.4,21.6L119.4,21.6z", }), - kt("path", { + Vt("path", { id: "Path_122", className: "minioApplicationName", d: "M207.8,50.6h-6c-0.2,0-0.3-0.1-0.3-0.3l0,0v-3.2c-0.4,0.2-0.7,0.3-0.9,0.5\n\t\tc-10.1,6.6-23.1,1.9-26.6-9.6c-2.8-9.3,3.3-19.8,12.9-21.8c10.3-2.2,19.9,4.5,21.3,15c0,0.1,0,0.2,0,0.3c0,6.3,0,12.5,0,18.9\n\t\tC208.1,50.5,208,50.6,207.8,50.6L207.8,50.6z M180.1,33.1c-0.1,5.9,4.6,10.7,10.5,10.7c0,0,0,0,0,0c5.9,0.1,10.7-4.7,10.8-10.6\n\t\tc0,0,0-0.1,0-0.1c0-5.9-4.8-10.7-10.6-10.7C184.9,22.4,180.1,27.2,180.1,33.1C180.1,33.1,180.1,33.1,180.1,33.1L180.1,33.1\n\t\tL180.1,33.1z", }), - Ot("g", { + Tt("g", { children: [ - kt("rect", { + Vt("rect", { x: "60.8", y: "0.3", className: "minioSection", width: "3.2", height: "8.4", }), - kt("g", { - children: Ot("g", { + Vt("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioSection", d: "M56.8,0.4L50.3,4C50.2,4,50,4,50,4l-6.6-3.5c-0.1-0.1-0.3-0.1-0.5-0.1h0c-0.5,0-0.9,0.4-0.9,0.8v7.6h3.2\n\t\t\t\t\tV5.1c0-0.2,0.3-0.4,0.5-0.2l3.7,2c0.4,0.2,0.8,0.2,1.2,0l3.9-2c0.2-0.1,0.5,0,0.5,0.2v3.6h3.2V1.1c0-0.4-0.4-0.8-0.9-0.8h0\n\t\t\t\t\tC57.1,0.3,57,0.3,56.8,0.4", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M80.2,0.3h-3.3v3.8c0,0.2-0.3,0.4-0.5,0.2l-8.5-4c-0.1-0.1-0.3-0.1-0.4-0.1h0c-0.5,0-0.9,0.4-0.9,0.8v7.6\n\t\t\t\t\th3.3V4.9c0-0.2,0.3-0.4,0.5-0.2l8.6,4c0.1,0.1,0.3,0.1,0.4,0.1c0.5,0,0.9-0.4,0.9-0.8L80.2,0.3L80.2,0.3z", }), - kt("rect", { + Vt("rect", { x: "82.7", y: "0.3", className: "minioSection", width: "1.5", height: "8.4", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M93,8.9c-4,0-6.9-1.7-6.9-4.4S89,0.2,93,0.2c4,0,6.9,1.7,6.9,4.4S97.1,8.9,93,8.9 M93,1.3\n\t\t\t\t\tc-3,0-5.3,1.1-5.3,3.2S90,7.7,93,7.7c3,0,5.3-1.1,5.3-3.2S96,1.3,93,1.3", }), @@ -25204,77 +25100,77 @@ const LT = (e) => { ], }), }), - zT = ({ inverse: e, onClick: t }) => - Ot(TT, { + AS = ({ inverse: e, onClick: t }) => + Tt(wS, { viewBox: "0 0 149.6 41.2", inverse: e, onClick: t, children: [ - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M45.9,30.5c0,7.1-4.5,10.7-11,10.7s-11-3.6-11-10.7V15.1H29v15.1c0,4.2,2.4,6,5.9,6\n\t\ts5.9-1.8,5.9-6V15.1h5.1L45.9,30.5z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M93.4,36v4.7H74.7V15.1h18.6v4.7H79.7v5.7h13v4.7h-13V36H93.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M61.3,15.1c6.1,0,9.4,2.9,9.4,7.8c0,4.2-2.9,7.1-7.8,7.5l7.9,10.2h-6.2l-7.5-10.2h-1.5v10.2\n\t\th-5.1V15.1H61.3z M55.6,19.8v6.3h5.6c2.8,0,4.2-1,4.2-3.2c0-2.1-1.5-3.1-4.2-3.1H55.6z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M106.3,30.2h-2.4v10.5h-5.1V15.1h5.1v10.4h2.4l8.5-10.4h6.4l-10.7,12.5L122,40.7h-6.6\n\t\tL106.3,30.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M149.6,40.7h-5.4l-2.2-6H131l-2.2,6h-5.3l10-25.6h6.2L149.6,40.7z M132.8,30.1h7.4l-3.7-9.9\n\t\tL132.8,30.1z", }), ], }), - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioSection", d: "M11.7,0.2L6.5,3.4c-0.1,0-0.2,0-0.2,0L1.1,0.2C1,0.2,0.8,0.1,0.7,0.1h0C0.3,0.1,0,0.5,0,0.8\n\t\tc0,0,0,0,0,0v6.8h2.5V4.4c0-0.1,0.1-0.3,0.3-0.3c0,0,0.1,0,0.1,0L5.8,6c0.3,0.2,0.6,0.2,0.9,0l3.1-1.8c0.1-0.1,0.3,0,0.3,0.1\n\t\tc0,0,0,0.1,0,0.1v3.3h2.5V0.8c0-0.4-0.3-0.7-0.7-0.7c0,0,0,0,0,0h0C11.9,0.1,11.8,0.2,11.7,0.2", }), - kt("rect", { + Vt("rect", { x: "14.8", y: "0.1", className: "minioSection", width: "2.5", height: "7.5", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M30,0.1h-2.6v3.4c0,0.1-0.1,0.3-0.3,0.3c0,0-0.1,0-0.1,0l-6.7-3.6c-0.1-0.1-0.2-0.1-0.3-0.1\n\t\tl0,0c-0.4,0-0.7,0.3-0.7,0.7v6.8h2.6V4.2C21.9,4.1,22,4,22.1,4c0,0,0.1,0,0.1,0L29,7.6c0.3,0.2,0.8,0.1,1-0.3C30,7.2,30,7.1,30,6.9\n\t\tL30,0.1z", }), - kt("rect", { + Vt("rect", { x: "32", y: "0.1", className: "minioSection", width: "1.2", height: "7.5", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M40.1,7.8c-3.2,0-5.4-1.5-5.4-3.9S37,0,40.1,0s5.4,1.5,5.4,3.9S43.3,7.8,40.1,7.8 M40.1,1\n\t\tC37.8,1,36,2,36,3.9s1.8,2.9,4.2,2.9s4.2-1,4.2-2.9S42.5,1,40.1,1L40.1,1z", }), - kt("rect", { + Vt("rect", { className: "minioApplicationName", y: "15", width: "19.1", height: "5", }), - kt("rect", { + Vt("rect", { className: "minioApplicationName", y: "25.5", width: "12.8", height: "5", }), - kt("rect", { + Vt("rect", { className: "minioApplicationName", y: "36.1", width: "19.1", @@ -25284,106 +25180,106 @@ const LT = (e) => { }), ], }), - GT = ({ inverse: e, onClick: t }) => - kt(TT, { + ZS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.538 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M4.7,24.3V51H1.5V24.3C1.5,24.3,4.7,24.3,4.7,24.3z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M32.3,24.3V51h-3.1L14.7,30h-0.3v21h-3.2V24.3h3.1l14.6,21h0.3v-21C29.2,24.3,32.3,24.3,32.3,24.3z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M47,51h-8.2V24.3h8.6c2.6,0,4.8,0.5,6.6,1.6c1.8,1.1,3.3,2.6,4.2,4.6c1,2,1.5,4.4,1.5,7.1\n\t\tc0,2.8-0.5,5.2-1.5,7.2c-1,2-2.4,3.5-4.3,4.6C52.1,50.5,49.7,51,47,51z M42,48.1h4.8c2.2,0,4-0.4,5.5-1.3c1.5-0.9,2.5-2.1,3.2-3.6\n\t\tc0.7-1.6,1.1-3.4,1.1-5.6c0-2.2-0.4-4-1.1-5.6c-0.7-1.6-1.8-2.8-3.2-3.6c-1.4-0.8-3.1-1.3-5.2-1.3H42V48.1L42,48.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M65.2,51V24.3h16.1v2.9H68.4v9h12v2.9h-12v9.1h13.1V51H65.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M88.7,24.3l6.9,11.1h0.2l6.9-11.1h3.8l-8.4,13.4l8.4,13.4h-3.8l-6.9-10.9h-0.2L88.7,51h-3.8l8.6-13.4\n\t\tl-8.6-13.4C84.9,24.3,88.7,24.3,88.7,24.3z", }), - kt("rect", { + Vt("rect", { x: "22.4", y: "0.3", className: "minioSection", width: "3.9", height: "11.3", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M17.7,0.4L9.9,5.2c-0.1,0.1-0.3,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2h0C0.5,0.2,0,0.7,0,1.3v10.3h3.9\n\t\tV6.7c0-0.3,0.3-0.5,0.6-0.3l4.4,2.7c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.2,0.6,0,0.6,0.3v4.9h3.9V1.3c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC18.1,0.2,17.9,0.3,17.7,0.4L17.7,0.4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M45.6,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.9,0.4c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.3\n\t\th3.9V6.5c0-0.3,0.3-0.5,0.6-0.3L44,11.5c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.6,0.2L45.6,0.2L45.6,0.2z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M48.7,11.6V0.2h1.8v11.3L48.7,11.6L48.7,11.6z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M60.9,11.8c-4.8,0-8.2-2.3-8.2-5.9c0-3.6,3.4-5.9,8.2-5.9c4.8,0,8.2,2.3,8.2,5.9S65.8,11.8,60.9,11.8z\n\t\t M60.9,1.5c-3.6,0-6.3,1.6-6.3,4.4c0,2.9,2.7,4.4,6.3,4.4c3.6,0,6.3-1.5,6.3-4.4C67.2,3.1,64.5,1.5,60.9,1.5L60.9,1.5z", }), ], }), }), - $T = ({ inverse: e, onClick: t }) => - kt(TT, { + IS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.538 51", inverse: e, onClick: t, - children: kt("g", { + children: Vt("g", { transform: "translate(26.059 -11)", - children: kt("g", { + children: Vt("g", { transform: "translate(-29 11)", - children: Ot("g", { + children: Tt("g", { transform: "translate(0 0)", children: [ - kt("path", { + Vt("path", { d: "M19.7,0h6.7L14.726-13.265,25.586-25.9H19.111l-8.566,10.49H8.1V-25.9H2.942V0H8.1V-10.656H10.49ZM47.712-4.736H33.522v-5.957H46.916v-4.736H33.522v-5.735H47.564V-25.9h-19.2V0H47.712ZM72.039-23.588a18.223,18.223,0,0,0-9.9-2.757c-5.513,0-10.323,2.812-10.323,8.214,0,4.681,3.33,6.7,7.9,7.419l1.646.259c3.607.574,5.495,1.24,5.495,3.034,0,2-2.22,3.127-5.088,3.127a13.674,13.674,0,0,1-8.251-2.794L50.838-2.923C53.613-.685,57.831.463,61.753.463c5.568,0,10.6-2.72,10.6-8.436,0-4.514-3.626-6.494-8.251-7.252l-1.462-.241c-3.108-.518-5.347-1.092-5.347-3,0-1.961,2.054-3.108,4.958-3.108a13.919,13.919,0,0,1,7.345,2.2Z", transform: "translate(0 49.495)", className: "minioApplicationName", }), - Ot("g", { + Tt("g", { transform: "translate(3.025 0)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.194)", children: [ - kt("rect", { + Vt("rect", { width: "3.76", height: "11.103", transform: "translate(21.776)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M243.621,365.383l-7.631,4.661a.34.34,0,0,1-.355,0l-7.631-4.661a1.048,1.048,0,0,0-.546-.153h-.009a1.047,1.047,0,0,0-1.047,1.046V376.32h3.758v-4.78a.376.376,0,0,1,.572-.321l4.276,2.616a1.338,1.338,0,0,0,1.377.014L240.9,371.2a.376.376,0,0,1,.565.325v4.794h3.757V366.276a1.046,1.046,0,0,0-1.045-1.046h-.01A1.047,1.047,0,0,0,243.621,365.383Z", transform: "translate(-226.403 -365.23)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M263.158,365.23h-3.813v5.053a.376.376,0,0,1-.553.332l-9.881-5.263a1.051,1.051,0,0,0-.492-.122h-.007a1.047,1.047,0,0,0-1.047,1.046v10.045h3.783v-5.048a.376.376,0,0,1,.552-.332l9.921,5.262a1.046,1.046,0,0,0,.491.122h0a1.047,1.047,0,0,0,1.047-1.047Z", transform: "translate(-218.873 -365.23)", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "M261.159,376.333v-11.1h1.73v11.1Z", transform: "translate(-213.918 -365.036)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M272.024,376.582c-4.654,0-7.955-2.207-7.955-5.747,0-3.52,3.322-5.748,7.955-5.748S280,367.294,280,370.835,276.738,376.582,272.024,376.582Zm0-10.023c-3.461,0-6.126,1.511-6.126,4.276,0,2.784,2.665,4.276,6.126,4.276s6.146-1.492,6.146-4.276C278.171,368.07,275.485,366.559,272.024,366.559Z", transform: "translate(-212.873 -365.087)", className: "minioSection", @@ -25395,176 +25291,176 @@ const LT = (e) => { }), }), }), - WT = ({ inverse: e, onClick: t }) => - kt(TT, { + kS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.538 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M1.4,50.3V24.1h3.2v13h0.3l11.8-13h4.1l-11,11.8l11,14.4H17L7.9,38.1l-3.3,3.7v8.5H1.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M24.9,24.1h3.8l8.9,21.7h0.3l8.9-21.7h3.8v26.2h-3V30.4h-0.3l-8.2,19.9h-2.9l-8.2-19.9h-0.3v19.9h-3\n\t\tC24.9,50.3,24.9,24.1,24.9,24.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M71.3,30.6c-0.2-1.3-0.8-2.3-1.9-3c-1.1-0.7-2.4-1.1-4-1.1c-1.2,0-2.2,0.2-3,0.6s-1.5,0.9-2,1.5\n\t\tc-0.5,0.7-0.7,1.4-0.7,2.2c0,0.7,0.2,1.3,0.5,1.8c0.3,0.5,0.8,0.9,1.3,1.2c0.5,0.3,1.1,0.6,1.7,0.8c0.6,0.2,1.1,0.4,1.6,0.5\n\t\tl2.7,0.7c0.7,0.2,1.4,0.4,2.3,0.7c0.8,0.3,1.6,0.7,2.4,1.3c0.8,0.5,1.4,1.2,1.9,2.1c0.5,0.8,0.8,1.9,0.8,3.1c0,1.4-0.4,2.7-1.1,3.8\n\t\tc-0.7,1.1-1.8,2.1-3.2,2.7c-1.4,0.7-3.1,1-5.1,1c-1.9,0-3.5-0.3-4.9-0.9c-1.4-0.6-2.4-1.4-3.2-2.5c-0.8-1.1-1.2-2.3-1.3-3.8h3.3\n\t\tc0.1,1,0.4,1.8,1,2.4c0.6,0.6,1.3,1.1,2.2,1.4c0.9,0.3,1.9,0.5,2.9,0.5c1.2,0,2.3-0.2,3.3-0.6c1-0.4,1.7-1,2.3-1.7\n\t\tc0.6-0.7,0.8-1.5,0.8-2.5c0-0.9-0.2-1.6-0.7-2.1c-0.5-0.5-1.1-1-1.9-1.3c-0.8-0.3-1.7-0.6-2.6-0.9l-3.2-0.9c-2-0.6-3.7-1.4-4.9-2.5\n\t\tc-1.2-1.1-1.8-2.5-1.8-4.3c0-1.5,0.4-2.7,1.2-3.8c0.8-1.1,1.9-1.9,3.2-2.6c1.4-0.6,2.9-0.9,4.5-0.9c1.7,0,3.2,0.3,4.5,0.9\n\t\tc1.3,0.6,2.4,1.4,3.1,2.5c0.8,1,1.2,2.2,1.2,3.5L71.3,30.6L71.3,30.6z", }), - kt("rect", { + Vt("rect", { x: "22", y: "0.5", className: "minioSection", width: "3.8", height: "11.1", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M17.4,0.6L9.7,5.3c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.6C1.5,0.5,1.3,0.4,1.1,0.4h0C0.5,0.4,0,0.9,0,1.5v10.1h3.8\n\t\tV6.8c0-0.3,0.3-0.5,0.6-0.3l4.3,2.6c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.1,0.6,0,0.6,0.3v4.8H19V1.5c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC17.8,0.4,17.6,0.5,17.4,0.6L17.4,0.6z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M44.7,0.5h-3.9v5.1c0,0.3-0.3,0.5-0.6,0.3l-10-5.3c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.1\n\t\th3.8v-5c0-0.3,0.3-0.5,0.6-0.3l10,5.3c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L44.7,0.5L44.7,0.5L44.7,0.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M47.8,11.6V0.5h1.8v11.1L47.8,11.6L47.8,11.6z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M59.8,11.9c-4.7,0-8-2.2-8-5.8c0-3.6,3.4-5.8,8-5.8c4.7,0,8.1,2.2,8.1,5.8S64.5,11.9,59.8,11.9z M59.8,1.7\n\t\tc-3.5,0-6.2,1.5-6.2,4.3c0,2.8,2.7,4.3,6.2,4.3c3.5,0,6.2-1.5,6.2-4.3C66,3.3,63.3,1.7,59.8,1.7L59.8,1.7z", }), ], }), }), - jT = ({ inverse: e, onClick: t }) => - kt(TT, { + OS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 288.6 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M1,50.5V24.1h4.8v22.4h11.6v4H1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M44.1,37.3c0,2.8-0.5,5.3-1.6,7.3s-2.5,3.6-4.3,4.6c-1.8,1.1-3.9,1.6-6.2,1.6c-2.3,0-4.4-0.5-6.2-1.6\n\t\tc-1.8-1.1-3.3-2.6-4.3-4.7c-1.1-2-1.6-4.5-1.6-7.3c0-2.8,0.5-5.3,1.6-7.3c1.1-2,2.5-3.6,4.3-4.6c1.8-1.1,3.9-1.6,6.2-1.6\n\t\tc2.3,0,4.4,0.5,6.2,1.6c1.8,1.1,3.3,2.6,4.3,4.6C43.6,32.1,44.1,34.5,44.1,37.3z M39.3,37.3c0-2-0.3-3.7-0.9-5.1\n\t\tc-0.6-1.4-1.5-2.4-2.6-3.1c-1.1-0.7-2.4-1.1-3.8-1.1c-1.4,0-2.7,0.4-3.8,1.1c-1.1,0.7-2,1.8-2.6,3.1c-0.6,1.4-0.9,3.1-0.9,5.1\n\t\tc0,2,0.3,3.7,0.9,5.1c0.6,1.4,1.5,2.4,2.6,3.1c1.1,0.7,2.4,1.1,3.8,1.1c1.4,0,2.7-0.4,3.8-1.1c1.1-0.7,2-1.8,2.6-3.1\n\t\tC39,41,39.3,39.3,39.3,37.3z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M50.6,50.5h-5.1l9.3-26.4h5.9L70,50.5h-5.1l-7.1-21h-0.2L50.6,50.5z M50.8,40.2h13.9V44H50.8V40.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M82.4,50.5h-8.9V24.1h9.1c2.6,0,4.9,0.5,6.8,1.6c1.9,1.1,3.3,2.6,4.4,4.5c1,2,1.5,4.3,1.5,7.1\n\t\tc0,2.8-0.5,5.1-1.5,7.1s-2.5,3.5-4.4,4.6C87.4,50,85.1,50.5,82.4,50.5L82.4,50.5z M78.3,46.4h3.9c1.8,0,3.4-0.3,4.6-1\n\t\tc1.2-0.7,2.2-1.7,2.8-3c0.6-1.3,0.9-3,0.9-5c0-2-0.3-3.7-0.9-5c-0.6-1.3-1.5-2.3-2.7-3c-1.2-0.7-2.7-1-4.5-1h-4.1L78.3,46.4\n\t\tL78.3,46.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M100.7,50.5V24.1h8.9c1.7,0,3.2,0.3,4.3,0.9c1.1,0.6,2,1.4,2.6,2.5c0.6,1,0.9,2.2,0.9,3.5c0,1.1-0.2,2-0.6,2.8\n\t\tc-0.4,0.8-0.9,1.4-1.5,1.9c-0.6,0.5-1.3,0.8-2.1,1V37c0.9,0.1,1.7,0.4,2.5,0.9c0.8,0.5,1.5,1.3,2,2.2s0.8,2.1,0.8,3.5\n\t\tc0,1.3-0.3,2.5-0.9,3.6c-0.6,1-1.5,1.9-2.7,2.5c-1.2,0.6-2.8,0.9-4.7,0.9H100.7z M103.1,36.1h6.7c1,0,2-0.2,2.7-0.6\n\t\tc0.8-0.4,1.4-1,1.8-1.8c0.4-0.8,0.7-1.6,0.7-2.6c0-1.4-0.5-2.5-1.4-3.4c-0.9-0.9-2.3-1.3-4.1-1.3h-6.5V36.1z M103.1,48.4h7\n\t\tc2,0,3.5-0.5,4.5-1.4c1-0.9,1.5-2,1.5-3.4c0-1-0.2-1.9-0.7-2.7c-0.5-0.8-1.2-1.5-2-2c-0.9-0.5-1.9-0.7-3.1-0.7h-7.1V48.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M124.2,50.5h-2.5l9.6-26.4h2.6l9.6,26.4H141l-8.3-23.3h-0.2L124.2,50.5z M126,40.4h13.1v2.2H126V40.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M148,50.5V24.1h2.4v24.2H163v2.2H148z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M170.1,50.5h-2.5l9.6-26.4h2.6l9.6,26.4h-2.5l-8.3-23.3h-0.2L170.1,50.5L170.1,50.5z M171.9,40.4H185v2.2\n\t\th-13.1L171.9,40.4L171.9,40.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M214.5,24.1v26.4h-2.3l-15.6-22.1h-0.2v22.1h-2.4V24.1h2.3l15.6,22.1h0.2V24.1\n\t\tC212.1,24.1,214.5,24.1,214.5,24.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M242.1,32.4h-2.4c-0.2-0.9-0.5-1.7-1-2.5c-0.5-0.8-1.1-1.4-1.8-2c-0.7-0.6-1.5-1-2.4-1.3\n\t\tc-0.9-0.3-1.9-0.5-2.9-0.5c-1.7,0-3.2,0.4-4.6,1.3c-1.4,0.9-2.5,2.1-3.3,3.8c-0.8,1.7-1.2,3.7-1.2,6.2c0,2.4,0.4,4.5,1.2,6.2\n\t\tc0.8,1.7,1.9,2.9,3.3,3.8c1.4,0.9,2.9,1.3,4.6,1.3c1,0,2-0.2,2.9-0.5c0.9-0.3,1.7-0.8,2.4-1.3c0.7-0.6,1.3-1.2,1.8-2\n\t\tc0.5-0.8,0.8-1.6,1-2.5h2.4c-0.2,1.2-0.6,2.3-1.2,3.4c-0.6,1-1.3,2-2.2,2.7c-0.9,0.8-1.9,1.4-3.1,1.8c-1.2,0.4-2.5,0.7-3.9,0.7\n\t\tc-2.2,0-4.2-0.6-5.9-1.7c-1.7-1.1-3.1-2.7-4-4.7c-1-2-1.5-4.4-1.5-7.2s0.5-5.2,1.5-7.2c1-2,2.3-3.6,4-4.7c1.7-1.1,3.7-1.7,5.9-1.7\n\t\tc1.4,0,2.7,0.2,3.9,0.7c1.2,0.4,2.2,1,3.1,1.8c0.9,0.8,1.7,1.7,2.2,2.7C241.5,30,241.9,31.2,242.1,32.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M247.8,50.5V24.1h15.3v2.2h-12.9v9.9h12.1v2.2h-12.1v10h13.2v2.2H247.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M269.4,50.5V24.1h8.5c1.9,0,3.4,0.3,4.7,1c1.3,0.7,2.2,1.6,2.8,2.8c0.6,1.2,1,2.6,1,4.1c0,1.5-0.3,2.9-1,4.1\n\t\tc-0.6,1.2-1.6,2.1-2.8,2.8s-2.8,1-4.7,1h-7.3v-2.2h7.2c1.4,0,2.5-0.2,3.4-0.7c0.9-0.5,1.6-1.1,2-1.9c0.5-0.8,0.7-1.8,0.7-3\n\t\tc0-1.2-0.2-2.2-0.7-3c-0.5-0.9-1.1-1.5-2.1-2c-0.9-0.5-2.1-0.7-3.5-0.7h-6v24.2H269.4z M281,38.6l6.5,11.9h-2.8l-6.4-11.9H281z", }), - kt("rect", { + Vt("rect", { x: "22.3", y: "0.4", className: "minioSection", width: "3.8", height: "11.2", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M17.7,0.5L9.9,5.2c-0.1,0.1-0.2,0.1-0.4,0L1.8,0.5C1.6,0.4,1.4,0.3,1.2,0.3h0c-0.6,0-1.1,0.5-1.1,1.1v10.2H4\n\t\tV6.7c0-0.3,0.3-0.5,0.6-0.3l4.4,2.7c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.1,0.6,0,0.6,0.3v4.9h3.8V1.4c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC18,0.3,17.8,0.4,17.7,0.5L17.7,0.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M45.2,0.4h-3.9v5.1c0,0.3-0.3,0.5-0.6,0.3L30.7,0.5c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.1\n\t\tH33V6.5c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.2,0.4L45.2,0.4L45.2,0.4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M48.3,11.6V0.4h1.8v11.2L48.3,11.6L48.3,11.6z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M60.3,11.8c-4.7,0-8.1-2.2-8.1-5.9c0-3.6,3.4-5.9,8.1-5.9c4.7,0,8.1,2.2,8.1,5.9S65.1,11.8,60.3,11.8z\n\t\t M60.3,1.6c-3.5,0-6.2,1.5-6.2,4.4c0,2.8,2.7,4.4,6.2,4.4c3.5,0,6.3-1.5,6.3-4.4C66.6,3.1,63.9,1.6,60.3,1.6L60.3,1.6z", }), ], }), }), - qT = ({ inverse: e, onClick: t }) => - kt(TT, { + BS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 174.3 51", inverse: e, onClick: t, - children: kt("g", { + children: Vt("g", { transform: "translate(5485.708 23935.906)", - children: Ot("g", { + children: Tt("g", { transform: "translate(-5507 -23935.906)", children: [ - Ot("g", { + Tt("g", { transform: "translate(21.291 0)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 5.05)", children: [ - kt("rect", { + Vt("rect", { x: "56.7", y: "-4.4", className: "minioSection", width: "9.7", height: "28.7", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M45-4L25.3,8c-0.3,0.2-0.6,0.2-0.9,0L4.6-4C4.2-4.3,3.7-4.4,3.2-4.4h0c-1.5,0-2.7,1.2-2.7,2.7v25.9h9.7\n\t\t\t\t\tV11.9c0-0.5,0.4-1,1-1c0.2,0,0.4,0,0.5,0.1l11,6.8c1.1,0.7,2.5,0.7,3.6,0L37.9,11c0.5-0.3,1.1-0.1,1.3,0.3\n\t\t\t\t\tc0.1,0.1,0.1,0.3,0.1,0.5v12.4h9.7V-1.7c0-1.5-1.2-2.7-2.7-2.7c0,0,0,0,0,0h0C45.9-4.4,45.4-4.3,45-4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M114.9-4.4H105v13c0,0.5-0.4,1-1,1c-0.2,0-0.3,0-0.5-0.1L78.1-4.1c-0.4-0.2-0.8-0.3-1.3-0.3h0\n\t\t\t\t\tc-1.5,0-2.7,1.2-2.7,2.7v25.9h9.8v-13c0-0.5,0.4-1,1-1c0.2,0,0.3,0,0.5,0.1l25.6,13.6c0.4,0.2,0.8,0.3,1.3,0.3l0,0\n\t\t\t\t\tc1.5,0,2.7-1.2,2.7-2.7L114.9-4.4z", }), ], }), - kt("path", { + Vt("path", { className: "minioSection", d: "M122.5,29.3V0.7h4.5v28.7H122.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M153.2,29.8c-12,0-20.5-5.7-20.5-14.8c0-9.1,8.6-14.8,20.5-14.8c12,0,20.6,5.7,20.6,14.8\n\t\t\t\tC173.8,24.1,165.4,29.8,153.2,29.8z M153.2,4c-8.9,0-15.8,3.9-15.8,11c0,7.2,6.9,11,15.8,11c8.9,0,15.9-3.9,15.9-11\n\t\t\t\tC169.1,7.9,162.2,4,153.2,4L153.2,4z", }), ], }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M33.3,48.2h-9v-4.4h8.5v-2.4h-8.5v-4.3h8.8v-2.4H21.8v15.8h11.5V48.2z M54,34.8h-2.5v11.4l-8.8-11.4h-2.3v15.8h2.5l0-11.4\n\t\t\tl8.8,11.4H54V34.8z M72.5,34.8H59.8v2.4h5.1v13.4h2.5V37.2h5.1L72.5,34.8z M89.8,48.2h-9v-4.4h8.5v-2.4h-8.5v-4.3h8.8v-2.4H78.2\n\t\t\tv15.8h11.5V48.2z M96.8,34.8v15.8h2.5v-6.6h1.3l5,6.6h3.2l-5.2-6.6c3.2-0.1,5.3-1.9,5.3-4.6c0-2.9-2-4.6-5.6-4.6L96.8,34.8z\n\t\t\t M103.2,37.2c2,0,3,0.7,3,2.2c0,1.5-1,2.3-3,2.3h-3.9v-4.4H103.2z M121.5,44.4c3.6,0,5.6-1.8,5.6-4.8s-2-4.8-5.6-4.8h-6.1v15.8\n\t\t\th2.5v-6.2H121.5z M121.5,37.2c2.1,0,3,0.8,3,2.4s-0.9,2.4-3,2.4H118v-4.8H121.5z M133.5,34.8v15.8h2.5v-6.6h1.3l5,6.6h3.2\n\t\t\tl-5.2-6.6c3.2-0.1,5.3-1.9,5.3-4.6c0-2.9-2-4.6-5.6-4.6H133.5z M139.9,37.2c2,0,3,0.7,3,2.2c0,1.5-1,2.3-3,2.3H136v-4.4\n\t\t\tL139.9,37.2z M154.7,34.8h-2.5v15.8h2.5V34.8z M173.8,36.2c-1.6-1.1-3.4-1.7-5.7-1.7c-3.4,0-6.2,1.8-6.2,4.9c0,2.9,2.3,4,4.7,4.4\n\t\t\tl1.2,0.2c2.3,0.3,3.6,0.9,3.6,2.1c0,1.5-1.6,2.3-3.7,2.3c-1.8,0-3.9-0.7-5-1.7l-1.4,2c1.6,1.4,4.2,2.1,6.3,2.1\n\t\t\tc3.4,0,6.3-1.8,6.3-5c0-2.9-2.5-4-5.1-4.3l-1.1-0.1c-2.1-0.3-3.3-0.8-3.3-2.1c0-1.4,1.4-2.4,3.6-2.4c1.6,0,3.1,0.5,4.4,1.4\n\t\t\tL173.8,36.2z M192,48.2h-9v-4.4h8.5v-2.4h-8.5v-4.3h8.8v-2.4h-11.4v15.8H192V48.2z", }), @@ -25572,19 +25468,19 @@ const LT = (e) => { }), }), }), - YT = ({ inverse: e, onClick: t }) => - Ot(TT, { + DS = ({ inverse: e, onClick: t }) => + Tt(wS, { viewBox: "0 0 482.6 67.4", inverse: e, onClick: t, children: [ - Ot("g", { + Tt("g", { id: "Group_16740", children: [ - Ot("g", { + Tt("g", { id: "Group_1082", children: [ - kt("rect", { + Vt("rect", { id: "Rectangle_674", x: "28.6", y: "0.3", @@ -25592,115 +25488,115 @@ const LT = (e) => { width: "4.9", height: "14.6", }), - kt("path", { + Vt("path", { id: "Path_87", className: "minioSection", d: "M22.6,0.5l-10,6.1c-0.1,0.1-0.3,0.1-0.5,0l-10-6.1C1.9,0.3,1.6,0.3,1.4,0.3h0\n\t\t\tC0.6,0.3,0,0.9,0,1.6v13.2h4.9V8.5C4.9,8.3,5.1,8,5.4,8c0.1,0,0.2,0,0.3,0.1l5.6,3.4c0.6,0.3,1.2,0.4,1.8,0L19,8.1\n\t\t\tc0.2-0.1,0.5-0.1,0.7,0.2c0,0.1,0.1,0.2,0.1,0.3v6.3h4.9V1.6c0-0.8-0.6-1.4-1.4-1.4h0C23.1,0.3,22.8,0.3,22.6,0.5L22.6,0.5\n\t\t\tL22.6,0.5z", }), - kt("path", { + Vt("path", { id: "Path_88", className: "minioSection", d: "M58.1,0.3h-5v6.6c0,0.3-0.2,0.5-0.5,0.5c-0.1,0-0.2,0-0.2-0.1l-13-6.9c-0.2-0.1-0.4-0.2-0.7-0.2\n\t\t\tl0,0c-0.8,0-1.4,0.6-1.4,1.4v13.2h5V8.2c0-0.3,0.2-0.5,0.5-0.5c0.1,0,0.2,0,0.2,0.1l13,6.9c0.2,0.1,0.4,0.2,0.7,0.2l0,0\n\t\t\tc0.8,0,1.4-0.6,1.4-1.4L58.1,0.3L58.1,0.3z", }), ], }), - kt("path", { + Vt("path", { id: "Path_89", className: "minioSection", d: "M62,14.8V0.3h2.3v14.6L62,14.8L62,14.8z", }), - kt("path", { + Vt("path", { id: "Path_90", className: "minioSection", d: "M77.7,15.1c-6.1,0-10.4-2.9-10.4-7.5S71.6,0,77.7,0s10.5,2.9,10.5,7.6S83.9,15.1,77.7,15.1z\n\t\t M77.7,1.9c-4.5,0-8,2-8,5.6s3.5,5.6,8,5.6s8.1-2,8.1-5.6C85.7,3.9,82.2,1.9,77.7,1.9L77.7,1.9z", }), ], }), - kt("g", { + Vt("g", { id: "ENTERPRISE", - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M23.8,57.9H0V26.1h23.6v5.8H6.3V39h16.5v5.8H6.3v7.3h17.4V57.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M49.9,43.9v14H44V45.8c0-3.2-1.6-4.9-4.3-4.9c-2.5,0-4.7,1.7-4.7,5v12.1h-5.9v-22h5.8v2.6\n\t\t\tc1.6-2.3,4-3.2,6.5-3.2C46.4,35.3,49.9,38.8,49.9,43.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M71.1,41.2h-8v8c0,2.8,1.5,3.8,3.3,3.8c1.4,0,2.9-0.7,4.1-1.4l2.2,4.6c-1.9,1.3-4.2,2.3-7.3,2.3\n\t\t\tc-5.5,0-8.2-3.1-8.2-8.8v-8.5h-4.2v-5.3h4.2v-6.5h5.9v6.5h8V41.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M95.8,46.9c0,0.7-0.1,1.5-0.1,2H80.1c0.6,3.2,2.9,4.6,5.7,4.6c1.9,0,4-0.8,5.6-2.1l3.5,3.8\n\t\t\tc-2.5,2.3-5.7,3.3-9.4,3.3C78.7,58.5,74,53.9,74,47s4.6-11.7,11.1-11.7S95.8,40,95.8,46.9z M80.1,44.8h9.8\n\t\t\tc-0.6-2.8-2.2-4.4-4.8-4.4C82.3,40.4,80.6,42.1,80.1,44.8L80.1,44.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M115,35.8l-0.9,5.9c-1-0.4-2.4-0.7-3.6-0.7c-2.8,0-4.6,1.7-4.6,5v12H100v-22h5.8v2.4c1.4-2.1,3.5-3,6.2-3\n\t\t\tC113.2,35.3,114.2,35.5,115,35.8L115,35.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M141.5,46.9c0,6.6-4.6,11.6-10.7,11.6c-3,0-5.1-1.2-6.5-2.9V67h-5.9V35.9h5.8v2.4c1.4-1.8,3.6-3,6.6-3\n\t\t\tC136.9,35.3,141.5,40.3,141.5,46.9L141.5,46.9z M124,46.9c0,3.5,2.3,6.1,5.7,6.1s5.7-2.7,5.7-6.1s-2.2-6.1-5.7-6.1\n\t\t\tS124,43.4,124,46.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M160.7,35.8l-0.9,5.9c-1-0.4-2.4-0.7-3.6-0.7c-2.8,0-4.6,1.7-4.6,5v12h-5.9v-22h5.8v2.4c1.4-2.1,3.5-3,6.2-3\n\t\t\tC158.9,35.3,159.9,35.5,160.7,35.8L160.7,35.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M170.8,28.7c0,2.1-1.7,3.8-3.8,3.8s-3.8-1.6-3.8-3.8s1.6-3.8,3.8-3.8S170.8,26.6,170.8,28.7z M170,57.9h-5.9\n\t\t\tv-22h5.9V57.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M191.3,42c-1.8-0.9-4.6-1.8-7-1.8c-2.2,0-3.4,0.8-3.4,2c0,1.3,1.6,1.6,3.6,1.9l2,0.3c4.8,0.7,7.4,2.9,7.4,6.6\n\t\t\tc0,4.5-3.7,7.5-10.1,7.5c-3,0-6.9-0.6-9.8-2.6l2.3-4.5c1.9,1.2,4.2,2.2,7.5,2.2c2.8,0,4.1-0.8,4.1-2.1c0-1.1-1.1-1.7-3.7-2\n\t\t\tl-1.8-0.2c-5.1-0.7-7.6-2.9-7.6-6.7c0-4.5,3.5-7.2,9.3-7.2c3.5,0,6.3,0.7,9.2,2.1L191.3,42L191.3,42z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M218.3,46.9c0,0.7-0.1,1.5-0.1,2h-15.6c0.6,3.2,2.9,4.6,5.7,4.6c1.9,0,4-0.8,5.6-2.1l3.5,3.8\n\t\t\tc-2.5,2.3-5.7,3.3-9.4,3.3c-6.8,0-11.4-4.6-11.4-11.5s4.6-11.7,11.1-11.7S218.3,40,218.3,46.9L218.3,46.9z M202.6,44.8h9.8\n\t\t\tc-0.6-2.8-2.2-4.4-4.8-4.4C204.8,40.4,203.1,42.1,202.6,44.8L202.6,44.8z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M263.1,42c0,9.5-6.9,16.4-16.5,16.4s-16.5-6.9-16.5-16.4s6.9-16.4,16.5-16.4S263.1,32.5,263.1,42z M234.4,42\n\t\t\tc0,7.5,5.3,12.5,12.3,12.5S259,49.5,259,42s-5.3-12.5-12.3-12.5S234.4,34.5,234.4,42z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M289.1,47.1c0,6.5-4.8,11.2-10.8,11.2c-3.4,0-5.9-1.3-7.6-3.3v2.9h-3.7V25.2h3.7v14c1.7-2,4.2-3.3,7.6-3.3\n\t\t\tC284.3,35.9,289.1,40.6,289.1,47.1z M270.4,47.1c0,4.4,3,7.8,7.4,7.8s7.4-3.5,7.4-7.8s-3-7.8-7.4-7.8S270.4,42.7,270.4,47.1z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M297.4,61.3c0,4-2.2,6.1-5.6,6.1c-1.1,0-2.3-0.3-3.1-0.7l0.9-3.2c0.6,0.2,1.2,0.4,1.9,0.4\n\t\t\tc1.3,0,2.2-0.8,2.2-2.8V36.3h3.7L297.4,61.3L297.4,61.3z M298.1,28.8c0,1.5-1.2,2.6-2.7,2.6s-2.6-1.1-2.6-2.6s1.1-2.7,2.6-2.7\n\t\t\tS298.1,27.2,298.1,28.8z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M322.7,47.1c0,0.5,0,1-0.1,1.4h-17c0.5,4.5,3.6,6.7,7.3,6.7c2.5,0,4.8-1,6.7-2.6l2,2.5\n\t\t\tc-2.7,2.5-5.7,3.3-8.9,3.3c-6.4,0-11-4.5-11-11.2s4.5-11.2,10.7-11.2S322.7,40.5,322.7,47.1L322.7,47.1z M305.7,45.5h13.2\n\t\t\tc-0.5-3.8-2.9-6.3-6.4-6.3C308.6,39.2,306.3,41.8,305.7,45.5L305.7,45.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M344.8,39.3l-2.4,2.5c-1.6-1.5-3.4-2.4-5.7-2.4c-4.2,0-7.3,3.2-7.3,7.8s3.2,7.8,7.3,7.8c2.3,0,4.3-1,5.8-2.5\n\t\t\tl2.3,2.6c-2,2.2-4.8,3.4-8,3.4c-6.7,0-11.2-4.8-11.2-11.2s4.5-11.2,11.2-11.2C339.9,35.9,342.8,37.1,344.8,39.3L344.8,39.3z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M364.4,39.7h-9.1v10.5c0,3.2,1.7,4.7,4.1,4.7c1.6,0,3.2-0.6,4.4-1.5l1.8,2.8c-1.7,1.2-3.8,2.1-6.5,2.1\n\t\t\tc-4.7,0-7.5-2.6-7.5-8.1V39.7H347v-3.4h4.6v-6.8h3.7v6.8h9.1V39.7L364.4,39.7z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M398.1,32.4c-2.6-1.8-5.8-2.9-9.4-2.9c-4.7,0-8,2.1-8,5.5c0,2.9,2.4,4.4,7.2,5l2.8,0.3c5.4,0.7,10,2.8,10,8.5\n\t\t\tc0,6.3-5.8,9.7-12.6,9.7c-4.5,0-9.5-1.6-12.5-4.1l2.2-3.2c2.2,1.9,6.3,3.5,10.4,3.5c4.8,0,8.5-1.9,8.5-5.5c0-3-2.7-4.4-7.6-5\n\t\t\tl-3-0.4c-5.2-0.6-9.4-3.1-9.4-8.5c0-6.1,5.5-9.6,12.2-9.6c4.8,0,8.5,1.4,11.5,3.5L398.1,32.4L398.1,32.4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M419.2,39.7h-9.1v10.5c0,3.2,1.7,4.7,4.1,4.7c1.6,0,3.2-0.6,4.4-1.5l1.8,2.8c-1.7,1.2-3.8,2.1-6.5,2.1\n\t\t\tc-4.7,0-7.5-2.6-7.5-8.1V39.7h-4.6v-3.4h4.6v-6.8h3.7v6.8h9.1V39.7L419.2,39.7z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M443.8,47.1c0,6.4-4.9,11.2-11.4,11.2S421,53.5,421,47.1s4.9-11.2,11.4-11.2S443.8,40.7,443.8,47.1z\n\t\t\t M424.8,47.1c0,4.5,3.3,7.8,7.6,7.8s7.6-3.2,7.6-7.8s-3.3-7.8-7.6-7.8S424.8,42.6,424.8,47.1z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M461.5,36.6l-0.9,3.7c-1-0.5-2.5-0.8-3.7-0.8c-3.3,0-5.6,2.5-5.6,6.5v12h-3.7V36.3h3.7v2.8\n\t\t\tc1.5-2.1,3.8-3.3,6.3-3.3C459.1,35.9,460.3,36.1,461.5,36.6L461.5,36.6z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M482.6,47.1c0,0.5,0,1-0.1,1.4h-17c0.5,4.5,3.6,6.7,7.3,6.7c2.5,0,4.8-1,6.7-2.6l2,2.5\n\t\t\tc-2.7,2.5-5.7,3.3-8.9,3.3c-6.4,0-11-4.5-11-11.2s4.5-11.2,10.7-11.2S482.6,40.5,482.6,47.1L482.6,47.1z M465.6,45.5h13.2\n\t\t\tc-0.5-3.8-2.9-6.3-6.4-6.3C468.6,39.2,466.2,41.8,465.6,45.5L465.6,45.5z", }), @@ -25709,19 +25605,19 @@ const LT = (e) => { }), ], }), - KT = ({ inverse: e, onClick: t }) => - Ot(TT, { + PS = ({ inverse: e, onClick: t }) => + Tt(wS, { viewBox: "0 0 252.6 117.4", inverse: e, onClick: t, children: [ - Ot("g", { + Tt("g", { id: "Group_16740", children: [ - Ot("g", { + Tt("g", { id: "Group_1082", children: [ - kt("rect", { + Vt("rect", { id: "Rectangle_674", x: "28.6", y: "0.3", @@ -25729,113 +25625,113 @@ const LT = (e) => { width: "4.9", height: "14.6", }), - kt("path", { + Vt("path", { id: "Path_87", className: "minioSection", d: "M22.6,0.5l-10,6.1c-0.1,0.1-0.3,0.1-0.5,0l-10-6.1C1.9,0.3,1.6,0.3,1.4,0.3h0\n\t\t\tC0.6,0.3,0,0.9,0,1.6v13.2h4.9V8.5C4.9,8.3,5.1,8,5.4,8c0.1,0,0.2,0,0.3,0.1l5.6,3.4c0.6,0.3,1.2,0.4,1.8,0L19,8.1\n\t\t\tc0.2-0.1,0.5-0.1,0.7,0.2c0,0.1,0.1,0.2,0.1,0.3v6.3h4.9V1.6c0-0.8-0.6-1.4-1.4-1.4h0C23.1,0.3,22.8,0.3,22.6,0.5L22.6,0.5\n\t\t\tL22.6,0.5z", }), - kt("path", { + Vt("path", { id: "Path_88", className: "minioSection", d: "M58.1,0.3h-5v6.6c0,0.3-0.2,0.5-0.5,0.5c-0.1,0-0.2,0-0.2-0.1l-13-6.9c-0.2-0.1-0.4-0.2-0.7-0.2\n\t\t\tl0,0c-0.8,0-1.4,0.6-1.4,1.4v13.2h5V8.2c0-0.3,0.2-0.5,0.5-0.5c0.1,0,0.2,0,0.2,0.1l13,6.9c0.2,0.1,0.4,0.2,0.7,0.2l0,0\n\t\t\tc0.8,0,1.4-0.6,1.4-1.4L58.1,0.3L58.1,0.3z", }), ], }), - kt("path", { + Vt("path", { id: "Path_89", className: "minioSection", d: "M62,14.8V0.3h2.3v14.6L62,14.8L62,14.8z", }), - kt("path", { + Vt("path", { id: "Path_90", className: "minioSection", d: "M77.7,15.1c-6.1,0-10.4-2.9-10.4-7.5S71.6,0,77.7,0s10.5,2.9,10.5,7.6S83.9,15.1,77.7,15.1z\n\t\t M77.7,1.9c-4.5,0-8,2-8,5.6s3.5,5.6,8,5.6s8.1-2,8.1-5.6C85.7,3.9,82.2,1.9,77.7,1.9L77.7,1.9z", }), ], }), - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M23.8,58.9H0V27.1h23.6v5.8H6.3v7h16.5v5.8H6.3v7.3h17.4V58.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M49.9,44.9v14H44V46.8c0-3.2-1.6-4.9-4.3-4.9c-2.5,0-4.7,1.7-4.7,5v12.1h-5.9v-22h5.8v2.6c1.6-2.3,4-3.2,6.5-3.2\n\t\tC46.4,36.3,49.9,39.8,49.9,44.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M71.1,42.2h-8v8c0,2.8,1.5,3.8,3.3,3.8c1.4,0,2.9-0.7,4.1-1.4l2.2,4.6c-1.9,1.3-4.2,2.3-7.3,2.3c-5.5,0-8.2-3.1-8.2-8.8\n\t\tv-8.5h-4.2v-5.3h4.2v-6.5h5.9v6.5h8V42.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M95.8,47.9c0,0.7-0.1,1.5-0.1,2H80.1c0.6,3.2,2.9,4.6,5.7,4.6c1.9,0,4-0.8,5.6-2.1l3.5,3.8c-2.5,2.3-5.7,3.3-9.4,3.3\n\t\tC78.7,59.5,74,54.9,74,48s4.6-11.7,11.1-11.7S95.8,41,95.8,47.9z M80.1,45.8h9.8c-0.6-2.8-2.2-4.4-4.8-4.4\n\t\tC82.3,41.4,80.6,43.1,80.1,45.8L80.1,45.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M115,36.8l-0.9,5.9c-1-0.4-2.4-0.7-3.6-0.7c-2.8,0-4.6,1.7-4.6,5v12H100v-22h5.8v2.4c1.4-2.1,3.5-3,6.2-3\n\t\tC113.2,36.3,114.2,36.5,115,36.8L115,36.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M141.5,47.9c0,6.6-4.6,11.6-10.7,11.6c-3,0-5.1-1.2-6.5-2.9V68h-5.9V36.9h5.8v2.4c1.4-1.8,3.6-3,6.6-3\n\t\tC136.9,36.3,141.5,41.3,141.5,47.9L141.5,47.9z M124,47.9c0,3.5,2.3,6.1,5.7,6.1s5.7-2.7,5.7-6.1s-2.2-6.1-5.7-6.1\n\t\tS124,44.4,124,47.9z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M160.7,36.8l-0.9,5.9c-1-0.4-2.4-0.7-3.6-0.7c-2.8,0-4.6,1.7-4.6,5v12h-5.9v-22h5.8v2.4c1.4-2.1,3.5-3,6.2-3\n\t\tC158.9,36.3,159.9,36.5,160.7,36.8L160.7,36.8z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M170.8,29.7c0,2.1-1.7,3.8-3.8,3.8s-3.8-1.6-3.8-3.8s1.6-3.8,3.8-3.8S170.8,27.6,170.8,29.7z M170,58.9h-5.9v-22h5.9V58.9z\n\t\t", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M191.3,43c-1.8-0.9-4.6-1.8-7-1.8c-2.2,0-3.4,0.8-3.4,2c0,1.3,1.6,1.6,3.6,1.9l2,0.3c4.8,0.7,7.4,2.9,7.4,6.6\n\t\tc0,4.5-3.7,7.5-10.1,7.5c-3,0-6.9-0.6-9.8-2.6l2.3-4.5c1.9,1.2,4.2,2.2,7.5,2.2c2.8,0,4.1-0.8,4.1-2.1c0-1.1-1.1-1.7-3.7-2\n\t\tl-1.8-0.2c-5.1-0.7-7.6-2.9-7.6-6.7c0-4.5,3.5-7.2,9.3-7.2c3.5,0,6.3,0.7,9.2,2.1L191.3,43L191.3,43z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M218.3,47.9c0,0.7-0.1,1.5-0.1,2h-15.6c0.6,3.2,2.9,4.6,5.7,4.6c1.9,0,4-0.8,5.6-2.1l3.5,3.8c-2.5,2.3-5.7,3.3-9.4,3.3\n\t\tc-6.8,0-11.4-4.6-11.4-11.5s4.6-11.7,11.1-11.7S218.3,41,218.3,47.9L218.3,47.9z M202.6,45.8h9.8c-0.6-2.8-2.2-4.4-4.8-4.4\n\t\tC204.8,41.4,203.1,43.1,202.6,45.8L202.6,45.8z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M33.1,92c0,9.5-6.9,16.4-16.5,16.4S0.2,101.5,0.2,92s6.9-16.4,16.5-16.4S33.1,82.5,33.1,92L33.1,92z M4.4,92\n\t\tc0,7.5,5.3,12.6,12.3,12.6S29,99.5,29,92s-5.3-12.6-12.3-12.6S4.4,84.5,4.4,92z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M59.1,97.1c0,6.5-4.8,11.2-10.8,11.2c-3.4,0-5.9-1.3-7.6-3.3v2.9h-3.7V75.2h3.7v14c1.7-2,4.2-3.3,7.6-3.3\n\t\tC54.3,85.9,59.1,90.6,59.1,97.1z M40.4,97.1c0,4.4,3,7.8,7.4,7.8s7.4-3.5,7.4-7.8s-3-7.8-7.4-7.8S40.4,92.7,40.4,97.1z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M67.3,111.3c0,4-2.2,6.1-5.6,6.1c-1.1,0-2.3-0.3-3.1-0.7l0.9-3.2c0.6,0.2,1.2,0.4,1.9,0.4\n\t\tc1.3,0,2.2-0.8,2.2-2.8V86.3h3.7V111.3L67.3,111.3z M68.1,78.8c0,1.5-1.2,2.6-2.7,2.6s-2.6-1.1-2.6-2.6s1.1-2.7,2.6-2.7\n\t\tS68.1,77.2,68.1,78.8z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M92.7,97.1c0,0.5-0.1,1-0.1,1.4h-17c0.5,4.5,3.6,6.7,7.3,6.7c2.5,0,4.8-1,6.7-2.6l2,2.6\n\t\tc-2.7,2.5-5.7,3.3-8.9,3.3c-6.4,0-11-4.5-11-11.2s4.5-11.2,10.7-11.2S92.7,90.5,92.7,97.1L92.7,97.1z M75.7,95.5h13.2\n\t\tc-0.4-3.8-2.9-6.3-6.4-6.3C78.6,89.2,76.3,91.8,75.7,95.5L75.7,95.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M114.8,89.3l-2.4,2.5c-1.6-1.6-3.4-2.4-5.7-2.4c-4.2,0-7.3,3.2-7.3,7.8s3.2,7.8,7.3,7.8c2.3,0,4.3-1,5.8-2.5\n\t\tl2.3,2.6c-1.9,2.2-4.8,3.4-8,3.4c-6.7,0-11.2-4.8-11.2-11.2s4.5-11.2,11.2-11.2C109.9,85.9,112.8,87.1,114.8,89.3L114.8,89.3z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M134.4,89.7h-9.1v10.5c0,3.2,1.7,4.7,4.1,4.7c1.6,0,3.2-0.6,4.4-1.5l1.8,2.8c-1.7,1.2-3.8,2.1-6.5,2.1\n\t\tc-4.7,0-7.5-2.6-7.5-8.1V89.7H117v-3.4h4.6v-6.8h3.7v6.8h9.1V89.7L134.4,89.7z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M168.1,82.4c-2.6-1.8-5.8-2.9-9.4-2.9c-4.7,0-8,2.1-8,5.5c0,2.9,2.4,4.4,7.2,5l2.8,0.3c5.4,0.7,10,2.8,10,8.5\n\t\tc0,6.3-5.8,9.7-12.6,9.7c-4.5,0-9.5-1.6-12.6-4.1l2.2-3.2c2.2,1.9,6.3,3.5,10.4,3.5c4.8,0,8.5-1.9,8.5-5.5c0-3-2.7-4.4-7.6-5\n\t\tl-3-0.4c-5.2-0.6-9.4-3.1-9.4-8.5c0-6.1,5.5-9.6,12.2-9.6c4.8,0,8.5,1.4,11.5,3.5L168.1,82.4L168.1,82.4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M189.2,89.7h-9.1v10.5c0,3.2,1.7,4.7,4.1,4.7c1.6,0,3.2-0.6,4.4-1.5l1.8,2.8c-1.7,1.2-3.8,2.1-6.5,2.1\n\t\tc-4.7,0-7.5-2.6-7.5-8.1V89.7h-4.6v-3.4h4.6v-6.8h3.7v6.8h9.1V89.7L189.2,89.7z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M213.8,97.1c0,6.4-4.9,11.2-11.4,11.2S191,103.5,191,97.1s4.9-11.2,11.4-11.2S213.8,90.7,213.8,97.1z\n\t\t M194.8,97.1c0,4.5,3.3,7.8,7.6,7.8s7.6-3.2,7.6-7.8s-3.3-7.8-7.6-7.8S194.8,92.6,194.8,97.1z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M231.5,86.6l-0.9,3.7c-1-0.6-2.5-0.8-3.7-0.8c-3.3,0-5.6,2.5-5.6,6.5v12h-3.7V86.3h3.7v2.8\n\t\tc1.5-2.1,3.8-3.3,6.3-3.3C229.1,85.9,230.3,86.1,231.5,86.6z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M252.6,97.1c0,0.5-0.1,1-0.1,1.4h-17c0.5,4.5,3.6,6.7,7.3,6.7c2.5,0,4.8-1,6.7-2.6l2,2.6\n\t\tc-2.7,2.5-5.7,3.3-8.9,3.3c-6.4,0-11-4.5-11-11.2s4.5-11.2,10.7-11.2S252.6,90.5,252.6,97.1L252.6,97.1z M235.6,95.5h13.2\n\t\tc-0.4-3.8-2.9-6.3-6.4-6.3C238.6,89.2,236.2,91.8,235.6,95.5L235.6,95.5z", }), @@ -25843,264 +25739,264 @@ const LT = (e) => { }), ], }), - XT = ({ inverse: e, onClick: t }) => - kt(TT, { + FS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 327.6 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M0.8,24.1h5.8L14.4,43h0.3l7.7-18.9h5.8v26.1h-4.5V32.3h-0.2l-7.2,17.9h-3.4L5.6,32.3H5.4v18H0.8\n\t\tC0.8,50.2,0.8,24.1,0.8,24.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M38.1,24.1v26.1h-4.7V24.1C33.4,24.1,38.1,24.1,38.1,24.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M57.4,31.3c-0.1-1.1-0.6-2-1.5-2.6c-0.9-0.6-2-0.9-3.4-0.9c-1,0-1.8,0.1-2.5,0.4c-0.7,0.3-1.2,0.7-1.6,1.2\n\t\ts-0.6,1.1-0.6,1.7c0,0.5,0.1,1,0.4,1.4c0.3,0.4,0.6,0.7,1,1s0.9,0.5,1.4,0.7c0.5,0.2,1.1,0.3,1.6,0.5l2.4,0.6\n\t\tc1,0.2,1.9,0.5,2.8,0.9c0.9,0.4,1.7,0.9,2.5,1.5c0.7,0.6,1.3,1.3,1.7,2.2c0.4,0.8,0.6,1.8,0.6,3c0,1.5-0.4,2.9-1.2,4\n\t\tc-0.8,1.2-1.9,2.1-3.4,2.7c-1.5,0.7-3.3,1-5.3,1c-2,0-3.8-0.3-5.3-0.9c-1.5-0.6-2.7-1.5-3.5-2.8c-0.8-1.2-1.3-2.7-1.4-4.4h4.7\n\t\tc0.1,0.9,0.3,1.7,0.8,2.3c0.5,0.6,1.1,1.1,1.9,1.4c0.8,0.3,1.7,0.4,2.7,0.4c1,0,1.9-0.2,2.7-0.5c0.8-0.3,1.4-0.7,1.8-1.3\n\t\tc0.4-0.6,0.7-1.2,0.7-2c0-0.7-0.2-1.2-0.6-1.7c-0.4-0.4-0.9-0.8-1.6-1.1c-0.7-0.3-1.5-0.6-2.5-0.8l-3-0.8c-2.1-0.6-3.8-1.4-5.1-2.5\n\t\tc-1.2-1.1-1.9-2.6-1.9-4.5c0-1.5,0.4-2.9,1.3-4c0.8-1.2,2-2.1,3.4-2.7c1.4-0.6,3.1-1,4.9-1c1.9,0,3.5,0.3,4.9,1\n\t\tc1.4,0.6,2.5,1.5,3.3,2.7c0.8,1.1,1.2,2.4,1.2,3.9H57.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M80.7,31.3c-0.1-1.1-0.6-2-1.5-2.6c-0.9-0.6-2-0.9-3.4-0.9c-1,0-1.8,0.1-2.5,0.4c-0.7,0.3-1.2,0.7-1.6,1.2\n\t\tc-0.4,0.5-0.6,1.1-0.6,1.7c0,0.5,0.1,1,0.4,1.4c0.3,0.4,0.6,0.7,1,1c0.4,0.3,0.9,0.5,1.4,0.7c0.5,0.2,1.1,0.3,1.6,0.5l2.4,0.6\n\t\tc1,0.2,1.9,0.5,2.8,0.9c0.9,0.4,1.7,0.9,2.5,1.5c0.7,0.6,1.3,1.3,1.7,2.2c0.4,0.8,0.6,1.8,0.6,3c0,1.5-0.4,2.9-1.2,4\n\t\tc-0.8,1.2-1.9,2.1-3.4,2.7c-1.5,0.7-3.3,1-5.3,1c-2,0-3.8-0.3-5.3-0.9c-1.5-0.6-2.7-1.5-3.5-2.8c-0.8-1.2-1.3-2.7-1.4-4.4h4.7\n\t\tc0.1,0.9,0.3,1.7,0.8,2.3c0.5,0.6,1.1,1.1,1.9,1.4c0.8,0.3,1.7,0.4,2.7,0.4c1,0,1.9-0.2,2.7-0.5c0.8-0.3,1.4-0.7,1.8-1.3\n\t\tc0.4-0.6,0.7-1.2,0.7-2c0-0.7-0.2-1.2-0.6-1.7c-0.4-0.4-0.9-0.8-1.6-1.1s-1.5-0.6-2.5-0.8l-3-0.8c-2.1-0.6-3.8-1.4-5.1-2.5\n\t\tc-1.2-1.1-1.9-2.6-1.9-4.5c0-1.5,0.4-2.9,1.3-4c0.8-1.2,2-2.1,3.4-2.7c1.4-0.6,3.1-1,4.9-1c1.9,0,3.5,0.3,4.9,1\n\t\tc1.4,0.6,2.5,1.5,3.3,2.7c0.8,1.1,1.2,2.4,1.2,3.9H80.7z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M94.5,24.1v26.1h-4.7V24.1C89.8,24.1,94.5,24.1,94.5,24.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M123,37.2c0,2.8-0.5,5.2-1.6,7.2c-1,2-2.5,3.5-4.3,4.6c-1.8,1.1-3.9,1.6-6.1,1.6c-2.3,0-4.3-0.5-6.1-1.6\n\t\tc-1.8-1.1-3.2-2.6-4.3-4.6c-1-2-1.6-4.4-1.6-7.2c0-2.8,0.5-5.2,1.6-7.2c1-2,2.5-3.5,4.3-4.6c1.8-1.1,3.9-1.6,6.1-1.6\n\t\tc2.3,0,4.3,0.5,6.1,1.6c1.8,1.1,3.2,2.6,4.3,4.6C122.5,32,123,34.4,123,37.2z M118.2,37.2c0-2-0.3-3.7-0.9-5\n\t\tc-0.6-1.4-1.5-2.4-2.6-3.1c-1.1-0.7-2.3-1.1-3.8-1.1c-1.4,0-2.7,0.4-3.8,1.1c-1.1,0.7-1.9,1.7-2.6,3.1c-0.6,1.4-0.9,3-0.9,5\n\t\tc0,2,0.3,3.7,0.9,5c0.6,1.4,1.5,2.4,2.6,3.1c1.1,0.7,2.3,1.1,3.8,1.1c1.4,0,2.7-0.4,3.8-1.1c1.1-0.7,1.9-1.7,2.6-3.1\n\t\tC117.9,40.8,118.2,39.2,118.2,37.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M148.9,24.1v26.1h-4.2l-12.3-17.8h-0.2v17.8h-4.7V24.1h4.2L144,41.9h0.2V24.1\n\t\tC144.2,24.1,148.9,24.1,148.9,24.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M175.4,32.3H173c-0.2-0.9-0.5-1.7-1-2.5c-0.5-0.8-1-1.4-1.7-2c-0.7-0.6-1.5-1-2.4-1.3\n\t\tc-0.9-0.3-1.8-0.5-2.9-0.5c-1.6,0-3.2,0.4-4.5,1.3c-1.4,0.9-2.4,2.1-3.2,3.8c-0.8,1.7-1.2,3.7-1.2,6.1c0,2.4,0.4,4.5,1.2,6.1\n\t\tc0.8,1.7,1.9,2.9,3.2,3.8c1.4,0.9,2.9,1.3,4.5,1.3c1,0,2-0.2,2.9-0.5c0.9-0.3,1.7-0.8,2.4-1.3c0.7-0.6,1.3-1.2,1.7-2\n\t\tc0.5-0.8,0.8-1.6,1-2.5h2.4c-0.2,1.2-0.6,2.3-1.2,3.3c-0.6,1-1.3,1.9-2.2,2.7c-0.9,0.8-1.9,1.4-3.1,1.8c-1.2,0.4-2.4,0.6-3.8,0.6\n\t\tc-2.2,0-4.1-0.5-5.8-1.7c-1.7-1.1-3-2.7-4-4.7c-1-2-1.4-4.4-1.4-7.1s0.5-5.1,1.4-7.1c1-2,2.3-3.6,4-4.7c1.7-1.1,3.6-1.7,5.8-1.7\n\t\tc1.4,0,2.7,0.2,3.8,0.6c1.2,0.4,2.2,1,3.1,1.8c0.9,0.8,1.6,1.7,2.2,2.7C174.8,30,175.2,31.1,175.4,32.3z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M202.4,37.2c0,2.7-0.5,5.1-1.5,7.1c-1,2-2.3,3.6-4,4.7c-1.7,1.1-3.6,1.7-5.8,1.7c-2.2,0-4.1-0.5-5.8-1.7\n\t\tc-1.7-1.1-3-2.7-4-4.7c-1-2-1.4-4.4-1.4-7.1c0-2.7,0.5-5.1,1.4-7.1c1-2,2.3-3.6,4-4.7c1.7-1.1,3.6-1.7,5.8-1.7\n\t\tc2.2,0,4.1,0.6,5.8,1.7c1.7,1.1,3,2.7,4,4.7C201.9,32.1,202.4,34.5,202.4,37.2z M200.1,37.2c0-2.3-0.4-4.3-1.2-6\n\t\tc-0.8-1.7-1.8-2.9-3.2-3.8c-1.4-0.9-2.9-1.3-4.6-1.3c-1.7,0-3.2,0.4-4.6,1.3c-1.4,0.9-2.4,2.2-3.2,3.8c-0.8,1.7-1.2,3.7-1.2,6\n\t\tc0,2.3,0.4,4.3,1.2,6c0.8,1.7,1.8,2.9,3.2,3.8c1.4,0.9,2.9,1.3,4.6,1.3c1.7,0,3.3-0.4,4.6-1.3c1.4-0.9,2.4-2.2,3.2-3.8\n\t\tC199.7,41.5,200.1,39.5,200.1,37.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M228.5,24.1v26.1h-2.3l-15.4-21.9h-0.2v21.9h-2.4V24.1h2.3L225.9,46h0.2V24.1\n\t\tC226.1,24.1,228.5,24.1,228.5,24.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M233.8,26.3v-2.1h18.9v2.1h-8.3v24h-2.4v-24C242.1,26.3,233.8,26.3,233.8,26.3z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M258.1,50.2V24.1h8.4c1.9,0,3.4,0.3,4.6,1s2.2,1.6,2.8,2.8c0.6,1.2,0.9,2.5,0.9,4c0,1.5-0.3,2.9-0.9,4\n\t\tc-0.6,1.2-1.6,2.1-2.8,2.7c-1.2,0.7-2.8,1-4.6,1h-7.2v-2.2h7.1c1.4,0,2.5-0.2,3.4-0.7c0.9-0.5,1.6-1.1,2-1.9c0.4-0.8,0.7-1.8,0.7-3\n\t\tc0-1.1-0.2-2.1-0.7-3s-1.1-1.5-2-2c-0.9-0.5-2-0.7-3.4-0.7h-6v24H258.1z M269.6,38.5l6.4,11.8h-2.8l-6.4-11.8H269.6z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M302.2,37.2c0,2.7-0.5,5.1-1.5,7.1c-1,2-2.3,3.6-4,4.7c-1.7,1.1-3.6,1.7-5.8,1.7c-2.2,0-4.1-0.5-5.8-1.7\n\t\tc-1.7-1.1-3-2.7-4-4.7c-1-2-1.4-4.4-1.4-7.1c0-2.7,0.5-5.1,1.4-7.1c1-2,2.3-3.6,4-4.7c1.7-1.1,3.6-1.7,5.8-1.7\n\t\tc2.2,0,4.1,0.6,5.8,1.7c1.7,1.1,3,2.7,4,4.7C301.7,32.1,302.2,34.5,302.2,37.2z M299.8,37.2c0-2.3-0.4-4.3-1.2-6s-1.8-2.9-3.2-3.8\n\t\tc-1.4-0.9-2.9-1.3-4.6-1.3c-1.7,0-3.2,0.4-4.6,1.3c-1.4,0.9-2.4,2.2-3.2,3.8c-0.8,1.7-1.2,3.7-1.2,6c0,2.3,0.4,4.3,1.2,6\n\t\tc0.8,1.7,1.8,2.9,3.2,3.8c1.4,0.9,2.9,1.3,4.6,1.3c1.7,0,3.3-0.4,4.6-1.3c1.4-0.9,2.4-2.2,3.2-3.8S299.8,39.5,299.8,37.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M307.9,50.2V24.1h2.4v24h12.4v2.1H307.9z", }), - kt("rect", { + Vt("rect", { x: "21.9", y: "0.6", className: "minioSection", width: "3.8", height: "11.1", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M17.3,0.7L9.6,5.4c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.7C1.4,0.6,1.3,0.6,1.1,0.6h0C0.5,0.6,0,1,0,1.6v10.1h3.8V6.9\n\t\tc0-0.3,0.3-0.5,0.6-0.3l4.3,2.6c0.4,0.3,1,0.3,1.4,0l4.5-2.7c0.3-0.1,0.6,0,0.6,0.3v4.8h3.8V1.6c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC17.7,0.6,17.5,0.6,17.3,0.7L17.3,0.7z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M44.6,0.6h-3.8v5.1c0,0.3-0.3,0.5-0.6,0.3l-9.9-5.3c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10h3.8\n\t\tv-5c0-0.3,0.3-0.5,0.6-0.3l10,5.3c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L44.6,0.6L44.6,0.6L44.6,0.6z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M47.6,11.7V0.6h1.8v11.1L47.6,11.7L47.6,11.7z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M59.5,11.9c-4.7,0-8-2.2-8-5.8c0-3.5,3.3-5.8,8-5.8c4.7,0,8,2.2,8,5.8S64.3,11.9,59.5,11.9z M59.5,1.9\n\t\tc-3.5,0-6.2,1.5-6.2,4.3c0,2.8,2.7,4.3,6.2,4.3c3.5,0,6.2-1.5,6.2-4.3C65.7,3.4,63,1.9,59.5,1.9L59.5,1.9z", }), ], }), }), - QT = ({ inverse: e, onClick: t }) => - kt(TT, { + US = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 167.8 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M1.4,24.1h3.8l9,22h0.3l9-22h3.8v26.5h-3V30.5h-0.3l-8.3,20.1H13L4.7,30.5H4.5v20.1h-3V24.1z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M56.2,37.4c0,2.8-0.5,5.2-1.5,7.2c-1,2-2.4,3.6-4.2,4.7c-1.8,1.1-3.8,1.7-6,1.7c-2.3,0-4.3-0.6-6-1.7\n\t\tc-1.8-1.1-3.1-2.7-4.2-4.7c-1-2-1.5-4.5-1.5-7.2c0-2.8,0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.2-4.7c1.8-1.1,3.8-1.7,6-1.7\n\t\tc2.3,0,4.3,0.6,6,1.7c1.8,1.1,3.1,2.7,4.2,4.7C55.7,32.2,56.2,34.6,56.2,37.4z M53.1,37.4c0-2.3-0.4-4.2-1.1-5.8\n\t\tc-0.8-1.6-1.8-2.8-3.1-3.6c-1.3-0.8-2.8-1.2-4.4-1.2s-3.1,0.4-4.4,1.2c-1.3,0.8-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8\n\t\ts0.4,4.2,1.1,5.8c0.8,1.6,1.8,2.8,3.1,3.6c1.3,0.8,2.8,1.2,4.4,1.2s3.1-0.4,4.4-1.2c1.3-0.8,2.3-2,3.1-3.6\n\t\tC52.7,41.6,53.1,39.7,53.1,37.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M82.6,24.1v26.5h-3.1L65.1,29.8h-0.3v20.8h-3.2V24.1h3.1L79.2,45h0.3V24.1H82.6z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M92.3,24.1v26.5h-3.2V24.1H92.3z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M97.2,27v-2.8h19.9V27h-8.3v23.7h-3.2V27H97.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M143.4,37.4c0,2.8-0.5,5.2-1.5,7.2c-1,2-2.4,3.6-4.2,4.7c-1.8,1.1-3.8,1.7-6,1.7c-2.3,0-4.3-0.6-6-1.7\n\t\tc-1.8-1.1-3.1-2.7-4.2-4.7c-1-2-1.5-4.5-1.5-7.2c0-2.8,0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.2-4.7c1.8-1.1,3.8-1.7,6-1.7\n\t\tc2.3,0,4.3,0.6,6,1.7c1.8,1.1,3.1,2.7,4.2,4.7C142.9,32.2,143.4,34.6,143.4,37.4z M140.3,37.4c0-2.3-0.4-4.2-1.1-5.8\n\t\tc-0.8-1.6-1.8-2.8-3.1-3.6c-1.3-0.8-2.8-1.2-4.4-1.2c-1.6,0-3.1,0.4-4.4,1.2s-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8\n\t\ts0.4,4.2,1.1,5.8c0.8,1.6,1.8,2.8,3.1,3.6c1.3,0.8,2.8,1.2,4.4,1.2c1.6,0,3.1-0.4,4.4-1.2c1.3-0.8,2.3-2,3.1-3.6\n\t\tC139.9,41.6,140.3,39.7,140.3,37.4z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M148.8,50.6V24.1h9c2.1,0,3.8,0.4,5.1,1.1c1.3,0.7,2.3,1.7,3,2.9c0.6,1.2,1,2.6,1,4.2s-0.3,2.9-1,4.2\n\t\tc-0.6,1.2-1.6,2.2-2.9,2.8c-1.3,0.7-3,1-5.1,1h-7.2v-2.9h7.1c1.4,0,2.6-0.2,3.4-0.6c0.9-0.4,1.5-1,1.9-1.8c0.4-0.8,0.6-1.7,0.6-2.7\n\t\tc0-1.1-0.2-2-0.6-2.8c-0.4-0.8-1-1.4-1.9-1.8c-0.9-0.4-2-0.7-3.5-0.7H152v23.7L148.8,50.6L148.8,50.6z M161.2,38.7l6.5,11.9H164\n\t\tl-6.4-11.9H161.2z", }), - kt("rect", { + Vt("rect", { x: "22.2", y: "0.2", className: "minioSection", width: "3.8", height: "11.3", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M17.6,0.4L9.8,5.1c-0.1,0.1-0.3,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2h0C0.5,0.2,0,0.7,0,1.3v10.2h3.8\n\t\tV6.6c0-0.3,0.3-0.5,0.6-0.3L8.8,9c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.2,0.6,0,0.6,0.3v4.9h3.8V1.3c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC18,0.2,17.8,0.3,17.6,0.4L17.6,0.4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M45.3,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.7,0.4c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.2\n\t\tH33V6.4c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.3,0.2L45.3,0.2L45.3,0.2z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M48.4,11.5V0.2h1.8v11.3L48.4,11.5L48.4,11.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M60.5,11.8c-4.8,0-8.1-2.3-8.1-5.9c0-3.6,3.4-5.9,8.1-5.9c4.7,0,8.2,2.3,8.2,5.9S65.3,11.8,60.5,11.8z\n\t\t M60.5,1.5c-3.5,0-6.3,1.5-6.3,4.4c0,2.8,2.7,4.4,6.3,4.4c3.5,0,6.3-1.5,6.3-4.4C66.7,3,64,1.5,60.5,1.5L60.5,1.5z", }), ], }), }), - JT = ({ inverse: e, onClick: t }) => - kt(TT, { + zS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 161.2 51", inverse: e, onClick: t, - children: Ot("g", { + children: Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M23.8,37.3c0,2.8-0.5,5.2-1.5,7.2c-1,2-2.4,3.6-4.1,4.7c-1.8,1.1-3.8,1.7-6,1.7c-2.3,0-4.3-0.6-6-1.7\n\t\ts-3.1-2.7-4.1-4.7c-1-2-1.5-4.4-1.5-7.2s0.5-5.2,1.5-7.2c1-2,2.4-3.6,4.1-4.7c1.8-1.1,3.8-1.7,6-1.7c2.3,0,4.3,0.6,6,1.7\n\t\tc1.8,1.1,3.1,2.7,4.1,4.7C23.3,32.1,23.8,34.5,23.8,37.3z M20.7,37.3c0-2.3-0.4-4.2-1.1-5.8c-0.8-1.6-1.8-2.8-3.1-3.6\n\t\tc-1.3-0.8-2.7-1.2-4.3-1.2S9,27.1,7.7,27.9c-1.3,0.8-2.3,2-3.1,3.6c-0.8,1.6-1.1,3.5-1.1,5.8s0.4,4.2,1.1,5.8\n\t\tc0.8,1.6,1.8,2.8,3.1,3.6c1.3,0.8,2.7,1.2,4.3,1.2s3.1-0.4,4.3-1.2c1.3-0.8,2.3-2,3.1-3.6C20.3,41.5,20.7,39.6,20.7,37.3z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M29.1,50.5V24.1h9.2c1.8,0,3.4,0.3,4.6,0.9c1.2,0.6,2.1,1.5,2.7,2.5c0.6,1.1,0.9,2.2,0.9,3.5\n\t\tc0,1.1-0.2,2.1-0.6,2.8c-0.4,0.7-0.9,1.3-1.6,1.8c-0.7,0.4-1.4,0.7-2.1,1v0.3c0.8,0.1,1.6,0.3,2.4,0.9c0.8,0.5,1.5,1.3,2.1,2.2\n\t\tc0.6,1,0.8,2.1,0.8,3.5c0,1.3-0.3,2.5-0.9,3.6c-0.6,1.1-1.6,1.9-2.9,2.5c-1.3,0.6-3,0.9-5.1,0.9L29.1,50.5L29.1,50.5z M32.3,35.7\n\t\th5.9c1,0,1.8-0.2,2.6-0.6c0.8-0.4,1.4-0.9,1.9-1.6c0.5-0.7,0.7-1.5,0.7-2.4c0-1.2-0.4-2.2-1.2-3c-0.8-0.8-2.1-1.2-3.8-1.2h-6V35.7z\n\t\t M32.3,47.7h6.4c2.1,0,3.6-0.4,4.5-1.2c0.9-0.8,1.3-1.8,1.3-3c0-0.9-0.2-1.7-0.7-2.5c-0.5-0.8-1.1-1.4-2-1.8\n\t\tc-0.8-0.5-1.8-0.7-3-0.7h-6.5C32.3,38.5,32.3,47.7,32.3,47.7z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M67.3,30.7c-0.2-1.3-0.8-2.3-1.9-3c-1.1-0.7-2.5-1.1-4.1-1.1c-1.2,0-2.2,0.2-3.1,0.6c-0.9,0.4-1.6,0.9-2,1.6\n\t\tc-0.5,0.7-0.7,1.4-0.7,2.3c0,0.7,0.2,1.3,0.5,1.8c0.3,0.5,0.8,0.9,1.3,1.3c0.5,0.3,1.1,0.6,1.7,0.8c0.6,0.2,1.1,0.4,1.6,0.5\n\t\tl2.7,0.7c0.7,0.2,1.5,0.4,2.3,0.7c0.8,0.3,1.7,0.8,2.4,1.3c0.8,0.5,1.4,1.2,1.9,2.1c0.5,0.9,0.8,1.9,0.8,3.1c0,1.4-0.4,2.7-1.1,3.9\n\t\tc-0.7,1.2-1.8,2.1-3.3,2.8c-1.4,0.7-3.2,1-5.2,1c-1.9,0-3.5-0.3-4.9-0.9c-1.4-0.6-2.5-1.5-3.3-2.6c-0.8-1.1-1.2-2.4-1.3-3.8H55\n\t\tc0.1,1,0.4,1.8,1,2.5c0.6,0.7,1.3,1.1,2.2,1.4c0.9,0.3,1.9,0.5,2.9,0.5c1.2,0,2.3-0.2,3.3-0.6c1-0.4,1.7-1,2.3-1.7\n\t\tc0.6-0.7,0.9-1.6,0.9-2.5c0-0.9-0.2-1.6-0.7-2.1c-0.5-0.6-1.1-1-1.9-1.3s-1.7-0.6-2.6-0.9L59.1,38c-2.1-0.6-3.7-1.4-4.9-2.5\n\t\tc-1.2-1.1-1.8-2.5-1.8-4.3c0-1.5,0.4-2.8,1.2-3.9c0.8-1.1,1.9-2,3.3-2.6c1.4-0.6,2.9-0.9,4.6-0.9c1.7,0,3.2,0.3,4.5,0.9\n\t\tc1.3,0.6,2.4,1.4,3.2,2.5c0.8,1.1,1.2,2.2,1.2,3.6L67.3,30.7L67.3,30.7z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M76,50.5V24.1h16v2.8H79.2v8.9h11.9v2.8H79.2v9h13v2.8H76z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M97.8,50.5V24.1h8.9c2.1,0,3.8,0.4,5.1,1.1c1.3,0.7,2.3,1.7,2.9,2.9c0.6,1.2,1,2.6,1,4.2s-0.3,2.9-1,4.1\n\t\tc-0.6,1.2-1.6,2.2-2.9,2.8c-1.3,0.7-3,1-5.1,1h-7.2v-2.9h7.1c1.4,0,2.6-0.2,3.4-0.6c0.9-0.4,1.5-1,1.9-1.8c0.4-0.8,0.6-1.7,0.6-2.7\n\t\tc0-1.1-0.2-2-0.6-2.8c-0.4-0.8-1-1.4-1.9-1.8c-0.9-0.4-2-0.7-3.4-0.7H101v23.6L97.8,50.5L97.8,50.5z M110.2,38.6l6.5,11.9H113\n\t\tl-6.4-11.9H110.2z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M121.5,24.1l7.9,22.3h0.3l7.9-22.3h3.4l-9.7,26.5h-3.3l-9.7-26.5H121.5z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "M145,50.5V24.1h16v2.8h-12.8v8.9h11.9v2.8h-11.9v9h13v2.8H145z", }), - kt("rect", { + Vt("rect", { x: "22.2", y: "0.2", className: "minioSection", width: "3.8", height: "11.2", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M17.6,0.4L9.8,5.1c-0.1,0.1-0.2,0.1-0.4,0L1.6,0.4C1.5,0.3,1.3,0.2,1.1,0.2h0C0.5,0.2,0,0.7,0,1.3v10.2h3.8\n\t\tV6.6c0-0.3,0.3-0.5,0.6-0.3L8.8,9c0.4,0.3,1,0.3,1.4,0l4.6-2.7c0.3-0.1,0.6,0,0.6,0.3v4.9h3.8V1.3c0-0.6-0.5-1.1-1.1-1.1h0\n\t\tC17.9,0.2,17.7,0.3,17.6,0.4L17.6,0.4z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M45.2,0.2h-3.9v5.2c0,0.3-0.3,0.5-0.6,0.3L30.6,0.4c-0.2-0.1-0.3-0.1-0.5-0.1h0c-0.6,0-1.1,0.5-1.1,1.1v10.2\n\t\th3.9V6.4c0-0.3,0.3-0.5,0.6-0.3l10.1,5.4c0.2,0.1,0.3,0.1,0.5,0.1l0,0c0.6,0,1.1-0.5,1.1-1.1L45.2,0.2L45.2,0.2L45.2,0.2z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M48.3,11.5V0.2h1.8v11.2L48.3,11.5L48.3,11.5z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "M60.3,11.7c-4.7,0-8.1-2.3-8.1-5.9c0-3.6,3.4-5.9,8.1-5.9c4.7,0,8.1,2.3,8.1,5.9S65.2,11.7,60.3,11.7z\n\t\t M60.3,1.5c-3.5,0-6.2,1.5-6.2,4.4c0,2.8,2.7,4.4,6.2,4.4c3.5,0,6.3-1.5,6.3-4.4C66.6,3,63.9,1.5,60.3,1.5L60.3,1.5z", }), ], }), }), - eN = ({ inverse: e, onClick: t }) => - kt(TT, { + GS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 154.498 50.008", inverse: e, onClick: t, - children: kt("g", { + children: Vt("g", { transform: "translate(27.666 -11)", - children: kt("g", { + children: Vt("g", { transform: "translate(-29 11)", - children: Ot("g", { + children: Tt("g", { transform: "translate(0 0)", children: [ - kt("path", { + Vt("path", { d: "M11.992-20.677A10.225,10.225,0,0,0,1.334-10.15,10.225,10.225,0,0,0,11.992.377,10.237,10.237,0,0,0,22.664-10.15,10.237,10.237,0,0,0,11.992-20.677Zm0,3.886A6.268,6.268,0,0,1,18.43-10.15a6.268,6.268,0,0,1-6.438,6.641A6.276,6.276,0,0,1,5.554-10.15,6.276,6.276,0,0,1,11.992-16.791ZM33.887-7.424c4.814,0,7.4-2.523,7.4-6.424,0-3.929-2.581-6.453-7.424-6.453h-8.28V0h4.046V-7.424Zm-.1-9.15c2.2,0,3.35.914,3.35,2.726s-1.146,2.726-3.35,2.726H29.624v-5.452ZM59.174-3.712H48.053V-8.381h10.5v-3.712h-10.5v-4.5H59.059V-20.3H44.007V0H59.174ZM62.6-20.3V0h4.045V-8.077h1.189L73.747,0h4.9L72.4-8.135c3.9-.377,6.221-2.654,6.221-5.989,0-3.886-2.6-6.177-7.438-6.177Zm8.512,3.726c2.146,0,3.35.769,3.35,2.451,0,1.711-1.146,2.523-3.35,2.523H66.642v-4.974ZM92.278-20.3h-4.93L79.445,0h4.22l1.769-4.727H94.09L95.86,0h4.321Zm-2.508,4L92.7-8.454H86.826Zm25.288-4H98.426v3.785h6.293V0h4.045V-16.516h6.293Zm11.136-.377A10.225,10.225,0,0,0,115.536-10.15,10.225,10.225,0,0,0,126.194.377,10.237,10.237,0,0,0,136.866-10.15,10.237,10.237,0,0,0,126.194-20.677Zm0,3.886a6.268,6.268,0,0,1,6.438,6.641,6.268,6.268,0,0,1-6.438,6.641,6.276,6.276,0,0,1-6.438-6.641A6.276,6.276,0,0,1,126.194-16.791ZM139.78-20.3V0h4.046V-8.077h1.189L150.931,0h4.9l-6.25-8.135c3.9-.377,6.221-2.654,6.221-5.989,0-3.886-2.6-6.177-7.439-6.177Zm8.512,3.726c2.146,0,3.35.769,3.35,2.451,0,1.711-1.146,2.523-3.35,2.523h-4.466v-4.974Z", transform: "translate(0 37.951)", className: "minioApplicationName", }), - Ot("g", { + Tt("g", { transform: "translate(2.356 0)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.151)", children: [ - kt("rect", { + Vt("rect", { width: "2.928", height: "8.645", transform: "translate(16.956)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M239.81,365.349l-5.942,3.629a.265.265,0,0,1-.276,0l-5.942-3.629a.816.816,0,0,0-.425-.119h-.007a.815.815,0,0,0-.815.815v7.82h2.926v-3.722a.293.293,0,0,1,.446-.25l3.33,2.037a1.042,1.042,0,0,0,1.072.011l3.515-2.062a.293.293,0,0,1,.44.253v3.733h2.925v-7.82a.814.814,0,0,0-.814-.815h-.007A.816.816,0,0,0,239.81,365.349Z", transform: "translate(-226.403 -365.23)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M259.662,365.23h-2.969v3.935a.293.293,0,0,1-.431.258l-7.694-4.1a.818.818,0,0,0-.383-.1h-.005a.815.815,0,0,0-.815.815v7.821h2.945v-3.931a.293.293,0,0,1,.43-.258l7.725,4.1a.814.814,0,0,0,.382.1h0a.815.815,0,0,0,.815-.815Z", transform: "translate(-225.18 -365.23)", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "M261.159,373.875V365.23h1.347v8.646Z", transform: "translate(-224.375 -365.079)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M270.264,374.038c-3.624,0-6.195-1.719-6.195-4.475s2.587-4.476,6.195-4.476,6.21,1.719,6.21,4.476S273.934,374.038,270.264,374.038Zm0-7.8c-2.695,0-4.77,1.177-4.77,3.33s2.075,3.329,4.77,3.329,4.786-1.162,4.786-3.329S272.958,366.233,270.264,366.233Z", transform: "translate(-224.205 -365.087)", className: "minioSection", @@ -26112,74 +26008,74 @@ const LT = (e) => { }), }), }), - tN = ({ inverse: e, onClick: t }) => - Ot(TT, { + $S = ({ inverse: e, onClick: t }) => + Tt(wS, { viewBox: "0 0 189.7 49.96", inverse: e, onClick: t, children: [ - Ot("g", { + Tt("g", { children: [ - Ot("g", { + Tt("g", { children: [ - kt("rect", { + Vt("rect", { x: "21.86", y: ".19", width: "3.76", height: "11.1", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m17.3.35l-7.63,4.66c-.11.07-.25.07-.35,0L1.69.35c-.16-.1-.35-.15-.55-.15h0C.55.19.08.66.08,1.24v10.04h3.76v-4.78c0-.21.17-.38.38-.38.07,0,.14.02.2.06l4.28,2.62c.42.26.95.26,1.38.01l4.51-2.65c.18-.1.41-.04.51.14.03.06.05.12.05.19v4.79h3.76V1.24c0-.58-.47-1.05-1.04-1.05h0c-.19,0-.38.05-.55.15Z", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m44.37.19h-3.81v5.05c0,.21-.17.38-.38.38-.06,0-.12-.02-.18-.04L30.12.32c-.15-.08-.32-.12-.49-.12h0c-.58,0-1.05.47-1.05,1.05v10.05h3.78v-5.05c0-.21.17-.38.38-.38.06,0,.12.02.18.04l9.92,5.26c.15.08.32.12.49.12h0c.58,0,1.05-.47,1.05-1.05V.19Z", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "m47.32,11.3V.2h1.73v11.1h-1.73Z", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m59.23,11.49c-4.65,0-7.95-2.21-7.95-5.75s3.32-5.75,7.95-5.75,7.98,2.21,7.98,5.75-3.26,5.75-7.98,5.75Zm0-10.02c-3.46,0-6.13,1.51-6.13,4.28s2.67,4.28,6.13,4.28,6.15-1.49,6.15-4.28c0-2.76-2.68-4.28-6.15-4.28Z", className: "minioSection", }), ], }), - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { d: "m0,24.14h10.73c3,0,5.29.67,6.89,2.02,1.6,1.35,2.4,3.25,2.4,5.7,0,2.09-.69,3.8-2.07,5.14s-3.28,2.12-5.71,2.35l7.81,10.17h-6.12l-7.39-10.09h-1.49v10.09H0v-25.37Zm10.64,4.66h-5.58v6.21h5.58c2.79,0,4.19-1.05,4.19-3.15s-1.4-3.06-4.19-3.06Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m43.59,44.87v4.64h-18.95v-25.37h18.81v4.64h-13.75v5.62h13.12v4.64h-13.12v5.83h13.9Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m67.24,44.78v4.73h-18.46v-25.37h5.06v20.64h13.41Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m89.65,44.87v4.64h-18.95v-25.37h18.81v4.64h-13.75v5.62h13.12v4.64h-13.12v5.83h13.9Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m108.37,24.14l9.88,25.37h-5.4l-2.21-5.91h-10.82l-2.21,5.91h-5.27l9.88-25.37h6.16Zm-3.13,5l-3.68,9.8h7.34l-3.66-9.8Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m140.8,26.4l-2.39,4.13c-2.33-1.44-4.73-2.16-7.19-2.16-1.45,0-2.62.27-3.51.81-.89.54-1.34,1.29-1.34,2.23,0,.45.12.83.36,1.16.24.33.62.6,1.14.82s1.05.4,1.6.53c.55.13,1.26.27,2.13.42l1.43.24c5.39.88,8.08,3.25,8.08,7.1,0,1.35-.28,2.57-.85,3.64-.57,1.08-1.33,1.94-2.3,2.6-.97.66-2.07,1.16-3.3,1.5-1.23.34-2.54.52-3.93.52-1.98,0-3.93-.29-5.84-.86-1.92-.57-3.53-1.39-4.85-2.46l2.63-4.08c.99.79,2.2,1.44,3.62,1.96,1.42.52,2.91.78,4.46.78,1.45,0,2.64-.27,3.58-.81.94-.54,1.4-1.29,1.4-2.25,0-.83-.42-1.46-1.27-1.88-.85-.42-2.22-.78-4.11-1.09l-1.61-.25c-5.16-.81-7.74-3.23-7.74-7.27,0-1.28.27-2.44.82-3.48.54-1.04,1.28-1.88,2.22-2.54.94-.65,2.01-1.15,3.22-1.5,1.21-.35,2.49-.53,3.86-.53,1.79,0,3.46.21,5,.64s3.11,1.11,4.69,2.06Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m164.66,44.87v4.64h-18.95v-25.37h18.81v4.64h-13.75v5.62h13.12v4.64h-13.12v5.83h13.9Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m189.4,26.4l-2.39,4.13c-2.33-1.44-4.73-2.16-7.19-2.16-1.45,0-2.62.27-3.51.81-.89.54-1.34,1.29-1.34,2.23,0,.45.12.83.36,1.16.24.33.62.6,1.14.82s1.05.4,1.6.53c.55.13,1.26.27,2.13.42l1.43.24c5.39.88,8.08,3.25,8.08,7.1,0,1.35-.28,2.57-.85,3.64-.57,1.08-1.33,1.94-2.3,2.6-.97.66-2.07,1.16-3.3,1.5-1.23.34-2.54.52-3.93.52-1.98,0-3.93-.29-5.84-.86-1.92-.57-3.53-1.39-4.85-2.46l2.63-4.08c.99.79,2.2,1.44,3.62,1.96,1.42.52,2.91.78,4.46.78,1.45,0,2.64-.27,3.58-.81.94-.54,1.4-1.29,1.4-2.25,0-.83-.42-1.46-1.27-1.88-.85-.42-2.22-.78-4.11-1.09l-1.61-.25c-5.16-.81-7.74-3.23-7.74-7.27,0-1.28.27-2.44.82-3.48.54-1.04,1.28-1.88,2.22-2.54.94-.65,2.01-1.15,3.22-1.5,1.21-.35,2.49-.53,3.86-.53,1.79,0,3.46.21,5,.64s3.11,1.11,4.69,2.06Z", className: "minioApplicationName", }), @@ -26187,53 +26083,53 @@ const LT = (e) => { }), ], }), - nN = ({ inverse: e, onClick: t }) => - kt(TT, { + WS = ({ inverse: e, onClick: t }) => + Vt(wS, { viewBox: "0 0 184.538 50.008", inverse: e, onClick: t, - children: kt("g", { + children: Vt("g", { transform: "translate(27.622 -11)", - children: kt("g", { + children: Vt("g", { transform: "translate(-29 11)", - children: Ot("g", { + children: Tt("g", { transform: "translate(0 0)", children: [ - kt("path", { + Vt("path", { d: "M17.995-18.488a14.283,14.283,0,0,0-7.758-2.161c-4.321,0-8.091,2.2-8.091,6.438,0,3.668,2.61,5.249,6.192,5.814l1.29.2c2.828.45,4.307.972,4.307,2.378,0,1.566-1.74,2.451-3.988,2.451A10.718,10.718,0,0,1,3.48-5.554l-2.1,3.263A14.124,14.124,0,0,0,9.933.363c4.365,0,8.309-2.132,8.309-6.612,0-3.538-2.842-5.09-6.467-5.684l-1.146-.188c-2.436-.406-4.191-.856-4.191-2.349,0-1.537,1.609-2.436,3.886-2.436a10.91,10.91,0,0,1,5.757,1.726ZM38.353-20.3h-4.06V-8.309c0,3.335-1.885,4.8-4.684,4.8s-4.684-1.465-4.684-4.8V-20.3h-4.06V-8.106c0,5.612,3.582,8.468,8.744,8.468s8.743-2.857,8.743-8.468Zm3.654,0V0h8.787c4.872,0,7.642-1.914,7.642-5.815a4.874,4.874,0,0,0-3.379-4.553A4.528,4.528,0,0,0,58-14.674c0-3.871-2.972-5.626-7.7-5.626ZM50.59-8.439c2.233,0,3.64.522,3.64,2.421,0,1.943-1.407,2.465-3.64,2.465l-4.538-.015V-8.439Zm-.406-8.294c2,0,3.6.435,3.6,2.349,0,1.972-1.566,2.393-3.582,2.393H46.052v-4.741ZM79.5-20.3h-4.06V-6.743L65.134-20.3H61.349V0h4.045l.015-13.558L75.7,0h3.8ZM98.557-3.712H87.435V-8.381h10.5v-3.712h-10.5v-4.5H98.441V-20.3H83.39V0H98.557ZM116.769-20.3H100.137v3.785h6.293V0h4.045V-16.516h6.293Z", transform: "translate(0 38.028)", className: "minioApplicationName", }), - Ot("g", { + Tt("g", { transform: "translate(2.376 0)", children: [ - Ot("g", { + Tt("g", { transform: "translate(0 0.153)", children: [ - kt("rect", { + Vt("rect", { width: "2.953", height: "8.72", transform: "translate(17.103)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M239.926,365.35l-5.993,3.661a.267.267,0,0,1-.279,0l-5.993-3.661a.823.823,0,0,0-.429-.12h-.007a.822.822,0,0,0-.822.822v7.888h2.952v-3.754a.3.3,0,0,1,.449-.252l3.358,2.055a1.051,1.051,0,0,0,1.081.011l3.545-2.08a.3.3,0,0,1,.444.255v3.765h2.951v-7.888a.821.821,0,0,0-.821-.822h-.007A.823.823,0,0,0,239.926,365.35Z", transform: "translate(-226.403 -365.23)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M259.769,365.23h-2.994V369.2a.3.3,0,0,1-.434.26l-7.761-4.133a.825.825,0,0,0-.386-.1h-.005a.822.822,0,0,0-.822.822v7.889h2.971v-3.965a.3.3,0,0,1,.433-.26l7.792,4.132a.822.822,0,0,0,.385.1h0a.822.822,0,0,0,.822-.822Z", transform: "translate(-224.988 -365.23)", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "M261.159,373.95v-8.72h1.359v8.72Z", transform: "translate(-224.056 -365.077)", className: "minioSection", }), - kt("path", { + Vt("path", { d: "M270.317,374.115c-3.655,0-6.248-1.734-6.248-4.513s2.609-4.515,6.248-4.515,6.264,1.734,6.264,4.515S274.019,374.115,270.317,374.115Zm0-7.872c-2.718,0-4.811,1.187-4.811,3.358s2.093,3.358,4.811,3.358,4.827-1.172,4.827-3.358S273.035,366.243,270.317,366.243Z", transform: "translate(-223.86 -365.087)", className: "minioSection", @@ -26245,74 +26141,74 @@ const LT = (e) => { }), }), }), - rN = ({ inverse: e, onClick: t }) => - Ot(TT, { + jS = ({ inverse: e, onClick: t }) => + Tt(wS, { viewBox: "0 0 665.85156 145.5", inverse: e, onClick: t, children: [ - Ot("g", { + Tt("g", { children: [ - kt("rect", { + Vt("rect", { className: "minioSection", x: "67.37841", y: ".72967", width: "11.2565", height: "32.97504", }), - kt("path", { + Vt("path", { className: "minioSection", d: "m53.83768,1.04115l-22.84946,13.95519c-.32497.19877-.73368.19877-1.05894,0L7.07897,1.04115c-.49161-.30001-1.05636-.45948-1.63315-.45948h-.02811c-1.73067,0-3.13293,1.40226-3.13293,3.13293v29.99011s11.24934,0,11.24934,0v-14.23111c0-.87853.96228-1.41832,1.71202-.95998l12.80533,7.83389c1.26229.7724,2.84639.78674,4.12331.03872l13.51263-7.92568c.74975-.43998,1.69453.10067,1.69453.97031v14.27385s11.24934,0,11.24934,0V3.7146c0-1.73067-1.40226-3.13293-3.13293-3.13293h-.02811c-.57536,0-1.14097.15861-1.63258.45948Z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "m134.87128.72164h-11.41598s0,15.13144,0,15.13144c0,.8487-.90435,1.39193-1.65409.99297L92.2161,1.08934c-.45289-.2415-.95912-.3677-1.47224-.3677h-.02008c-1.73067,0-3.13293,1.40226-3.13293,3.13293v29.85014s11.32505,0,11.32505,0v-14.88936c0-.84812.90262-1.39107,1.65265-.99354l29.70271,15.75412c.45202.23978.95568.36541,1.46822.36541h0c1.73067,0,3.13293-1.40226,3.13293-3.13293V.72164s-.00114,0-.00114,0Z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "m144.00791,33.69667V.72164h5.23446v32.97504h-5.23446Z", }), - kt("path", { + Vt("path", { className: "minioSection", d: "m179.38707,34.41831c-13.93426,0-23.8189-6.61032-23.8189-17.20887C155.56787,6.66969,165.51219,0,179.38707,0c13.8746,0,23.87856,6.60946,23.87856,17.20887,0,10.59941-9.76591,17.20944-23.87856,17.20944Zm0-30.01248c-10.36107,0-18.34066,4.52572-18.34066,12.80304,0,8.33698,7.97959,12.80218,18.34066,12.80218,10.36107,0,18.40032-4.46606,18.40032-12.80218,0-8.27732-8.03927-12.80304-18.40032-12.80304Z", }), ], }), - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m54.1377,87.12884c-5.87305-3.63086-13.02734-6.35352-21.1958-6.35352-8.38232,0-14.30859,3.30957-14.30859,8.96875,0,5.5,6.45996,7.15527,15.42969,8.64941l4.21777.69434c13.34766,2.18945,23.81201,7.90137,23.81201,20.92871,0,16.49805-14.52197,24.34668-30.59277,24.34668-11.31836,0-23.4917-3.31055-31.5-9.77051l7.74121-12.0127c5.39258,4.32422,14.20215,8.06152,23.8125,8.06152,8.27539,0,14.68213-3.25684,14.68213-9.02246,0-5.17969-5.4458-7.10156-15.85693-8.75684l-4.75146-.74707c-13.1875-2.08203-22.79785-7.90137-22.79785-21.40918,0-15.59082,13.88135-23.70605,29.79199-23.70605,10.46436,0,19.16699,2.34961,28.56396,7.95508l-7.04785,12.17383Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m138.80615,113.18255c0,20.66211-13.1875,31.18066-32.19482,31.18066s-32.19434-10.51855-32.19434-31.18066v-44.90137h14.94922v44.1543c0,12.28027,6.94092,17.67188,17.24512,17.67188s17.24512-5.3916,17.24512-17.67188v-44.1543h14.94971v44.90137Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m185.45703,68.28118c17.40527,0,28.35059,6.46094,28.35059,20.71582,0,7.52832-4.5918,13.56152-10.83838,15.85742,6.83398,2.29492,12.43994,8.70215,12.43994,16.76465,0,14.36133-10.19775,21.40918-28.13672,21.40918h-32.35449v-74.74707h30.53906Zm-15.64307,13.13477v17.45801h15.26953c7.42139,0,13.1875-1.54785,13.1875-8.80859,0-7.04785-5.87305-8.64941-13.24072-8.64941h-15.21631Zm0,30.53906v17.93945l16.71094.05273c8.22217,0,13.40088-1.92188,13.40088-9.07617,0-6.99414-5.17871-8.91602-13.40088-8.91602h-16.71094Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m295.64355,143.02825h-13.98828l-37.90723-49.91992-.05322,49.91992h-14.896v-74.74707h13.93457l37.96094,49.9209v-49.9209h14.94922v74.74707Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m368.45557,143.02825h-55.84619v-74.74707h55.41895v13.66797h-40.52295v16.55176h38.6543v13.66797h-38.6543v17.19141h40.9502v13.66797Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m438.17188,82.21673h-23.17139v60.81152h-14.896v-60.81152h-23.17139v-13.93555h61.23877v13.93555Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m523.16113,105.65521c0,22.42383-16.44434,38.22754-38.28076,38.22754s-38.28125-15.80371-38.28125-38.22754,16.44434-38.22754,38.28125-38.22754,38.28076,15.80371,38.28076,38.22754Zm-69.78125,0c0,19.06055,13.7749,31.92676,31.50049,31.92676,17.67236,0,31.44678-12.86621,31.44678-31.92676s-13.77441-31.92773-31.44678-31.92773c-17.72559,0-31.50049,12.86719-31.50049,31.92773Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m547.49512,112.59564v30.43262h-6.51367v-74.74707h27.76318c16.49756,0,26.42822,8.16895,26.42822,22.15723s-9.93066,22.15723-26.42822,22.15723h-21.24951Zm0-38.17383v31.98047h21.08936c12.49316,0,19.80762-5.39258,19.80762-15.96387s-7.31445-16.0166-19.80762-16.0166h-21.08936Z", }), - kt("path", { + Vt("path", { className: "minioApplicationName", d: "m660.67285,80.98821c-5.81934-4.11035-13.56104-7.31445-23.38525-7.31445-12.0127,0-20.82227,5.55273-20.82227,14.89648,0,7.4209,5.49951,11.95898,18.25977,13.40039l8.16895.9082c13.29395,1.49512,22.95752,6.72656,22.95752,19.16699,0,14.52246-13.24072,21.7832-29.36475,21.7832-11.21191,0-22.31689-4.11133-28.9375-9.34375l3.57715-5.17871c5.23242,4.16504,14.94922,8.3291,25.30713,8.3291,12.65332,0,22.6377-4.96484,22.6377-15.05566,0-8.11523-6.51367-12.06641-18.95361-13.45508l-8.48926-.96094c-13.66797-1.54785-21.94336-7.6875-21.94336-19.16699,0-13.77441,12.27979-21.5166,27.65625-21.5166,11.58545,0,20.23486,3.63086,26.69531,8.22266l-3.36377,5.28516Z", }), @@ -26320,74 +26216,74 @@ const LT = (e) => { }), ], }), - oN = ({ inverse: e, onClick: t }) => - Ot(TT, { + qS = ({ inverse: e, onClick: t }) => + Tt(wS, { viewBox: "0 0 189.7 49.96", inverse: e, onClick: t, children: [ - Ot("g", { + Tt("g", { children: [ - Ot("g", { + Tt("g", { children: [ - kt("rect", { + Vt("rect", { x: "21.92", y: ".09", width: "3.8", height: "11.1", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m17.33.29l-7.6,4.6c-.1.1-.2.1-.4,0L1.73.29c-.2-.1-.4-.2-.5-.2h0C.62.09.12.59.12,1.09v10h3.8v-4.7c0-.2.2-.4.4-.4q.1,0,.2.1l4.3,2.6c.4.3,1,.3,1.4,0l4.4-2.6c.2-.1.4,0,.5.1,0,.1.1.1.1.2v4.8h3.8V1.09c0-.6-.5-1-1-1h0c-.3,0-.5.1-.7.2Z", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m44.42.09h-3.8v5.1c0,.2-.2.4-.4.4h-.2L30.12.19c-.1-.1-.3-.1-.5-.1h0c-.6,0-1,.5-1,1v10h3.8v-5c0-.2.2-.4.4-.4h.2l9.9,5.3c.2.1.3.1.5.1h0c.6,0,1-.5,1-1V.09Z", className: "minioSection", }), ], }), - kt("path", { + Vt("path", { d: "m47.33,11.2V.1h1.8v11.1h-1.8Z", className: "minioSection", }), - kt("path", { + Vt("path", { d: "m59.33,11.4c-4.7,0-8-2.2-8-5.7s3.3-5.7,8-5.7,8,2.2,8,5.7-3.3,5.7-8,5.7Zm0-10c-3.5,0-6.2,1.5-6.2,4.2s2.7,4.3,6.1,4.3,6.1-1.5,6.1-4.3c.1-2.7-2.6-4.2-6-4.2Z", className: "minioSection", }), ], }), - Ot("g", { + Tt("g", { children: [ - kt("path", { + Vt("path", { d: "m21.7,23.5l-8.2,21.8h-5.3L0,23.5h4.6l6.3,17.4,6.3-17.4h4.5Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m48.6,23.5v21.8h-4.3v-16.5l-5.4,14.4h-4.6l-5.4-14.2v16.3h-4.3v-21.8h6.4l5.7,14.7,5.7-14.7s6.2,0,6.2,0Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m51.9,23.5h8.4c2.4,0,4.4.5,5.8,1.4s2.1,2.4,2.1,4.4c0,1.2-.3,2.2-.9,3-.6.8-1.4,1.4-2.4,1.8,1.1.4,2.1,1,2.7,1.9s1,2,1,3.3c0,2.1-.7,3.6-2.1,4.6s-3.3,1.5-5.9,1.5h-8.9v-21.9h.2Zm8.4,2.4h-5.8v7.2h5.9c.8,0,1.5-.1,2.1-.2s1.2-.3,1.7-.6.9-.6,1.2-1.1c.3-.5.4-1.1.4-1.8s-.1-1.3-.4-1.8-.7-.9-1.2-1.1-1.1-.4-1.7-.6c-.7,0-1.4,0-2.2,0Zm.4,9.5h-6.2v7.5h6.2c.9,0,1.6-.1,2.2-.2.6-.1,1.2-.3,1.7-.6s.9-.7,1.1-1.2.4-1.1.4-1.8c0-1.4-.5-2.3-1.4-2.9s-2.3-.8-4-.8Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m73.8,23.5h8.6c2.5,0,4.3.5,5.6,1.6,1.3,1.1,2,2.6,2,4.6s-.7,3.4-2,4.5c-1.4,1.1-3.2,1.7-5.5,1.7h-.4l7.8,9.5h-3.1l-7.7-9.6h-2.8v9.5h-2.5v-21.8Zm8.5,2.4h-6v7.7h6c1.7,0,2.9-.3,3.8-1s1.3-1.6,1.3-2.9-.4-2.2-1.3-2.8-2.1-1-3.8-1Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m104.9,23.2c2.1,0,4.1.5,5.8,1.4,1.7,1,3.1,2.3,4,4,1,1.7,1.5,3.6,1.5,5.8s-.5,4.1-1.5,5.8-2.3,3-4,4-3.6,1.4-5.8,1.4c-1.6,0-3.1-.3-4.5-.8-1.4-.6-2.6-1.3-3.6-2.3s-1.8-2.2-2.3-3.6c-.6-1.4-.9-2.9-.9-4.5s.3-3.1.9-4.5,1.4-2.6,2.3-3.6c1-1,2.2-1.8,3.6-2.3s2.9-.8,4.5-.8Zm0,2.4c-1.2,0-2.4.2-3.4.6-1.1.4-2,1-2.7,1.8-.8.8-1.4,1.7-1.8,2.8-.4,1.1-.7,2.3-.7,3.6s.2,2.5.7,3.6c.4,1.1,1,2,1.8,2.8s1.7,1.4,2.7,1.8c1.1.4,2.2.6,3.4.6,1.6,0,3.1-.4,4.4-1.1,1.3-.7,2.3-1.8,3.1-3.1s1.1-2.9,1.1-4.6-.4-3.2-1.1-4.6-1.8-2.4-3.1-3.1c-1.3-.7-2.8-1.1-4.4-1.1Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m135.9,45.3l-9.6-9.8h-2.6v9.8h-2.5v-21.8h2.5v9.7h2.6l9.1-9.7h3.2l-10.3,10.7,10.9,11.1h-3.3Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m158.2,43v2.4h-15.4v-21.9h15.2v2.4h-12.7v7.3h12.3v2.3h-12.3v7.5h12.9Z", className: "minioApplicationName", }), - kt("path", { + Vt("path", { d: "m163.8,23.5h8.6c2.5,0,4.3.5,5.6,1.6s2,2.6,2,4.6-.7,3.4-2,4.5c-1.4,1.1-3.2,1.7-5.5,1.7h-.4l7.8,9.5h-3.1l-7.7-9.5h-2.8v9.5h-2.5v-21.9Zm8.6,2.4h-6v7.7h6c1.7,0,2.9-.3,3.8-1s1.3-1.6,1.3-2.9-.4-2.2-1.3-2.8-2.2-1-3.8-1Z", className: "minioApplicationName", }), @@ -26395,7 +26291,7 @@ const LT = (e) => { }), ], }), - iN = ({ + YS = ({ applicationName: e, subVariant: t = "simple", inverse: n, @@ -26405,73 +26301,83 @@ const LT = (e) => { case "console": switch (t) { case "standard": - return kt(BT, { inverse: !!n, onClick: r }); + return Vt(TS, { inverse: !!n, onClick: r }); case "enterprise": - return kt(kT, { inverse: !!n, onClick: r }); + return Vt(yS, { inverse: !!n, onClick: r }); case "AGPL": - return kt(IT, { inverse: !!n, onClick: r }); + return Vt(RS, { inverse: !!n, onClick: r }); default: - return kt(OT, { inverse: !!n, onClick: r }); + return Vt(VS, { inverse: !!n, onClick: r }); } case "directpv": - return kt(PT, { inverse: !!n, onClick: r }); + return Vt(NS, { inverse: !!n, onClick: r }); case "subnet": - return kt(nN, { inverse: !!n, onClick: r }); + return Vt(WS, { inverse: !!n, onClick: r }); case "kes": - return kt($T, { inverse: !!n, onClick: r }); + return Vt(IS, { inverse: !!n, onClick: r }); case "operator": - return kt(eN, { inverse: !!n, onClick: r }); + return Vt(GS, { inverse: !!n, onClick: r }); case "subnetops": - return kt(rN, { inverse: !!n, onClick: r }); + return Vt(jS, { inverse: !!n, onClick: r }); case "cloud": - return kt(ZT, { inverse: !!n, onClick: r }); + return Vt(ES, { inverse: !!n, onClick: r }); case "releases": - return kt(tN, { inverse: !!n, onClick: r }); + return Vt($S, { inverse: !!n, onClick: r }); case "vmbroker": - return kt(oN, { inverse: !!n, onClick: r }); + return Vt(qS, { inverse: !!n, onClick: r }); case "eureka": - return kt("new" === t ? zT : UT, { inverse: !!n, onClick: r }); + return Vt("new" === t ? AS : _S, { inverse: !!n, onClick: r }); case "kms": - return kt(WT, { inverse: !!n, onClick: r }); + return Vt(kS, { inverse: !!n, onClick: r }); case "loadbalancer": - return kt(jT, { inverse: !!n, onClick: r }); + return Vt(OS, { inverse: !!n, onClick: r }); case "index": - return kt(GT, { inverse: !!n, onClick: r }); + return Vt(ZS, { inverse: !!n, onClick: r }); case "cache": - return kt(AT, { inverse: !!n, onClick: r }); + return Vt(HS, { inverse: !!n, onClick: r }); case "monitor": - return kt(QT, { inverse: !!n, onClick: r }); + return Vt(US, { inverse: !!n, onClick: r }); case "observe": - return kt(JT, { inverse: !!n, onClick: r }); + return Vt(zS, { inverse: !!n, onClick: r }); case "missioncontrol": - return kt(XT, { inverse: !!n, onClick: r }); + return Vt(FS, { inverse: !!n, onClick: r }); case "globalconsole": - return kt(DT, { inverse: !!n, onClick: r }); + return Vt(SS, { inverse: !!n, onClick: r }); case "enterprise": - return kt(FT, { inverse: !!n, onClick: r }); + return Vt(xS, { inverse: !!n, onClick: r }); case "aistor": switch (t) { case "simple": - return kt(NT, { inverse: !!n, onClick: r }); + return Vt(LS, { inverse: !!n, onClick: r }); case "horizontal": - return kt(xT, { inverse: !!n, onClick: r }); + return Vt(bS, { inverse: !!n, onClick: r }); default: - return kt(_T, { inverse: !!n, onClick: r }); + return Vt(MS, { inverse: !!n, onClick: r }); } case "minio": switch (t) { case "enterprise": - return kt(qT, { inverse: !!n, onClick: r }); + return Vt(BS, { inverse: !!n, onClick: r }); case "enterpriseos": - return kt(YT, { inverse: !!n, onClick: r }); + return Vt(DS, { inverse: !!n, onClick: r }); case "enterpriseosvertical": - return kt(KT, { inverse: !!n, onClick: r }); + return Vt(PS, { inverse: !!n, onClick: r }); default: - return kt(ST, { onClick: r }); + return Vt(vS, { onClick: r }); } } }; -var lN, +var KS, + XS, + QS, + JS, + eN, + tN, + nN, + rN, + oN, + iN, + lN, aN, CN, sN, @@ -26488,79 +26394,69 @@ var lN, LN, bN, MN, - HN, - EN, - RN, - yN, - VN, - SN, - TN, - NN, - xN, - _N, - AN; -function ZN() { - if (aN) return lN; + HN; +function EN() { + if (XS) return KS; return ( - (aN = 1), - (lN = function (e) { + (XS = 1), + (KS = function (e) { var t = typeof e; return null != e && ("object" == t || "function" == t); }) ); } -function IN() { - if (dN) return cN; - dN = 1; +function RN() { + if (tN) return eN; + tN = 1; var e = (function () { - if (sN) return CN; - sN = 1; - var e = "object" == typeof I && I && I.Object === Object && I; - return (CN = e); + if (JS) return QS; + JS = 1; + var e = "object" == typeof y && y && y.Object === Object && y; + return (QS = e); })(), t = "object" == typeof self && self && self.Object === Object && self, n = e || t || Function("return this")(); - return (cN = n); + return (eN = n); } -function kN() { - if (gN) return fN; - gN = 1; +function yN() { + if (aN) return lN; + aN = 1; var e = (function () { - if (hN) return mN; - hN = 1; + if (iN) return oN; + iN = 1; var e = /\s/; return ( - (mN = function (t) { + (oN = function (t) { for (var n = t.length; n-- && e.test(t.charAt(n)); ); return n; }), - mN + oN ); })(), t = /^\s+/; - return (fN = function (n) { + return (lN = function (n) { return n ? n.slice(0, e(n) + 1).replace(t, "") : n; }); } -function ON() { - if (wN) return vN; - wN = 1; - var e = IN().Symbol; - return (vN = e); +function VN() { + if (sN) return CN; + sN = 1; + var e = RN().Symbol; + return (CN = e); } -function BN() { - if (RN) return EN; - RN = 1; - var e = ON(), +function TN() { + if (hN) return mN; + hN = 1; + var e = VN(), t = (function () { - if (bN) return LN; - bN = 1; - var e = ON(), + if (dN) return cN; + dN = 1; + var e = VN(), t = Object.prototype, n = t.hasOwnProperty, r = t.toString, o = e ? e.toStringTag : void 0; - return (LN = function (e) { + return (cN = function (e) { var t = n.call(e, o), i = e[o]; try { @@ -26572,15 +26468,15 @@ function BN() { }); })(), n = (function () { - if (HN) return MN; - HN = 1; + if (pN) return uN; + pN = 1; var e = Object.prototype.toString; - return (MN = function (t) { + return (uN = function (t) { return e.call(t); }); })(), r = e ? e.toStringTag : void 0; - return (EN = function (e) { + return (mN = function (e) { return null == e ? void 0 === e ? "[object Undefined]" @@ -26590,47 +26486,47 @@ function BN() { : n(e); }); } -function DN() { - if (VN) return yN; +function SN() { + if (gN) return fN; return ( - (VN = 1), - (yN = function (e) { + (gN = 1), + (fN = function (e) { return null != e && "object" == typeof e; }) ); } -function PN() { - if (TN) return SN; - TN = 1; - var e = BN(), - t = DN(); - return (SN = function (n) { +function NN() { + if (wN) return vN; + wN = 1; + var e = TN(), + t = SN(); + return (vN = function (n) { return "symbol" == typeof n || (t(n) && "[object Symbol]" == e(n)); }); } -var FN = (function () { - if (AN) return _N; - AN = 1; - var e = ZN(), +var xN = (function () { + if (HN) return MN; + HN = 1; + var e = EN(), t = (function () { - if (pN) return uN; - pN = 1; - var e = IN(); - return (uN = function () { + if (rN) return nN; + rN = 1; + var e = RN(); + return (nN = function () { return e.Date.now(); }); })(), n = (function () { - if (xN) return NN; - xN = 1; - var e = kN(), - t = ZN(), - n = PN(), + if (bN) return LN; + bN = 1; + var e = yN(), + t = EN(), + n = NN(), r = /^[-+]0x[0-9a-f]+$/i, o = /^0b[01]+$/i, i = /^0o[0-7]+$/i, l = parseInt; - return (NN = function (a) { + return (LN = function (a) { if ("number" == typeof a) return a; if (n(a)) return NaN; if (t(a)) { @@ -26650,7 +26546,7 @@ var FN = (function () { r = Math.max, o = Math.min; return ( - (_N = function (i, l, a) { + (MN = function (i, l, a) { var C, s, c, @@ -26712,11 +26608,11 @@ var FN = (function () { M ); }), - _N + MN ); })(), - UN = k(FN); -const zN = vT({ + _N = V(xN); +const AN = sS({ position: "fixed", top: 0, left: 0, @@ -26726,8 +26622,8 @@ const zN = vT({ zIndex: 5e3, overscrollBehavior: "contain", }), - GN = ({ children: e, ...t }) => kt("div", { css: [zN], ...t, children: e }), - $N = (e, t, n) => { + ZN = ({ children: e, ...t }) => Vt("div", { css: [AN], ...t, children: e }), + IN = (e, t, n) => { if (!e) return { top: 0, left: 0, width: 0 }; const r = e.getBoundingClientRect(), o = { top: r.top + r.height }; @@ -26743,7 +26639,7 @@ const zN = vT({ o ); }, - WN = ({ + kN = ({ id: e, options: t, selectedOption: n = "", @@ -26755,11 +26651,11 @@ const zN = vT({ forSelectInput: c = !1, anchorOrigin: d = "start", }) => { - const u = yt(), + const u = gt(), [p, m] = a(null), - [h, f] = a(0), - g = ((e) => - vT({ + [f, g] = a(0), + v = ((e) => + sS({ position: "absolute", display: "grid", gridTemplateColumns: "100%", @@ -26779,33 +26675,33 @@ const zN = vT({ width: "100%", }, }))(u), - v = () => { - const e = t[h]; - e.disabled || r(e.value, e.extraValue || null, e.label, h), o(); + w = () => { + const e = t[f]; + e.disabled || r(e.value, e.extraValue || null, e.label, f), o(); }; return ( - bT(v), - LT(o), - MT((e) => { + uS(w), + dS(o), + pS((e) => { if (i) if ("ArrowUp" === e) { - const e = h - 1; - f(e >= 0 ? e : 0); + const e = f - 1; + g(e >= 0 ? e : 0); } else if ("ArrowDown" === e) { - const e = h + 1, + const e = f + 1, n = e <= t.length - 1 ? e : t.length - 1; - f(n); + g(n); } }), l(() => { - f(0); + g(0); }, [t]), l(() => { - m(i ? $N(C, d, s) : null); + m(i ? IN(C, d, s) : null); }, [C, d, i, s]), l(() => { - const e = UN((e) => { - e && e.getBoundingClientRect() && m($N(e, d, s)); + const e = _N((e) => { + e && e.getBoundingClientRect() && m(IN(e, d, s)); }, 300); window.addEventListener("resize", () => { o(); @@ -26819,21 +26715,21 @@ const zN = vT({ console.warn( "AnchorEl not set. Element will be rendered on the top of the page", ), - E( - kt(GN, { + h( + Vt(ZN, { onClick: o, - children: kt("div", { + children: Vt("div", { css: [ - g, - s ? vT({ minWidth: 160 }) : {}, - c ? vT({ border: 0 }) : {}, + v, + s ? sS({ minWidth: 160 }) : {}, + c ? sS({ border: 0 }) : {}, ], id: e, style: p, children: t.map((e, t) => { const r = ((e, t, n) => { const r = `${t ? "16px " : ""}1fr ${n ? "16px" : ""}`; - return vT({ + return sS({ cursor: "pointer", listStyle: "none", color: e.colors["Color/Neutral/Text/colorTextLabel"], @@ -26892,18 +26788,18 @@ const zN = vT({ }, }); })(u, !!e.icon, !!e.indicator); - return Ot( + return Tt( "div", { css: r, - className: `${n === e.value ? "selected" : ""} ${e.disabled ? "disabled" : ""} ${t === h ? "hovered" : ""} ${e.danger ? "danger" : ""}`, - onClick: v, + className: `${n === e.value ? "selected" : ""} ${e.disabled ? "disabled" : ""} ${t === f ? "hovered" : ""} ${e.danger ? "danger" : ""}`, + onClick: w, onMouseOver: () => { - f(t); + g(t); }, children: [ e.icon, - kt("div", { className: "truncate", children: e.label }), + Vt("div", { className: "truncate", children: e.label }), e.indicator, ], }, @@ -26917,7 +26813,7 @@ const zN = vT({ : null ); }, - jN = ({ + ON = ({ type: e = "button", label: t, variant: n = "secondary", @@ -26935,15 +26831,15 @@ const zN = vT({ sx: f, ...g }) => { - const v = yt(), - w = t && "" !== t.trim(), - L = w || !!d; - let b = null, - M = null; - const H = i(() => (f ? vT({ ...Z(f, v) }) : {}), [f, v]); - r && (b = kt("span", { className: "buttonIcon", children: r })), - l && (M = kt("span", { className: "buttonIcon", children: l })); - const E = ((e, t, n) => { + const v = gt(), + L = t && "" !== t.trim(), + b = L || !!d; + let M = null, + H = null; + const E = i(() => (f ? sS({ ...R(f, v) }) : {}), [f, v]); + r && (M = Vt("span", { className: "buttonIcon", children: r })), + l && (H = Vt("span", { className: "buttonIcon", children: l })); + const y = ((e, t, n) => { const r = ((e, t) => ({ primary: { @@ -27225,7 +27121,7 @@ const zN = vT({ }, }, })[t])(e, t); - return vT({ + return sS({ borderRadius: 4, cursor: "pointer", fontFamily: "'Geist', sans-serif", @@ -27296,53 +27192,53 @@ const zN = vT({ }, }, }); - })(v, n, !L && !!r), - R = i(() => { - let e = L ? (u ? "4px 12px" : "8px 16px") : u ? "6px" : "10px 8px"; + })(v, n, !b && !!r), + V = i(() => { + let e = b ? (u ? "4px 12px" : "8px 16px") : u ? "6px" : "10px 8px"; return ( n.endsWith("-ghost") && !r && (e = u ? "4px 0" : "8px 0"), - m && (e = L ? "4px 12px" : "6px"), + m && (e = b ? "4px 12px" : "6px"), e ); - }, [L, u, r, m, n]), - y = vT({ + }, [b, u, r, m, n]), + T = sS({ height: u ? 28 : 36, - padding: R, + padding: V, "& .button-label": { whiteSpace: s ? "normal" : "nowrap", - marginRight: L && r && "" !== t && "end" === o ? "4px" : 0, - marginLeft: L && r && "" !== t && "start" === o ? "4px" : 0, + marginRight: b && r && "" !== t && "end" === o ? "4px" : 0, + marginLeft: b && r && "" !== t && "start" === o ? "4px" : 0, }, }), - V = vT({ - [`@media (max-width: ${S.md}px)`]: { + S = sS({ + [`@media (max-width: ${w.md}px)`]: { padding: "0 14px", "& .button-label": { display: "none" }, }, }); return h - ? kt(C, {}) - : kt("button", { + ? Vt(C, {}) + : Vt("button", { type: e, onClick: a, - css: [E, y, c && r && (w || d) ? V : "", H], + css: [y, T, c && r && (L || d) ? S : "", E], className: `${p || ""} button button-${n}`, ...g, - children: Ot(C, { + children: Tt(C, { children: [ - r && "start" === o && b, + r && "start" === o && M, (d || "" !== (null == t ? void 0 : t.trim())) && - Ot("span", { + Tt("span", { className: "button-label", children: [d, d && t ? " " : "", t], }), - r && "end" === o && b, - l && M, + r && "end" === o && M, + l && H, ], }), }); }, - qN = (e) => ({ + BN = (e) => ({ fontFamily: "'Geist', sans-serif", fontSize: 14, color: e.colors["Color/Neutral/Text/colorTextDescription"], @@ -27357,15 +27253,15 @@ const zN = vT({ color: e.colors["Color/Brand/Warning/colorPrimaryText"], }, }), - YN = ({ state: e = "normal", children: t }) => { - const n = yt(); - return kt("div", { - css: qN(n), + DN = ({ state: e = "normal", children: t }) => { + const n = gt(); + return Vt("div", { + css: BN(n), className: `SM_Normal ${e}State`, children: t, }); }, - KN = (e, t, n) => { + PN = (e, t, n) => { let r = "initial"; if ("horizontal" === n && t) switch (t) { @@ -27394,7 +27290,7 @@ const zN = vT({ }, }; }, - XN = ({ + FN = ({ children: e, sx: t, noMinWidth: n, @@ -27403,19 +27299,19 @@ const zN = vT({ inputSizeMode: l = "large", ...a }) => { - const C = yt(), - s = i(() => (t ? vT({ ...Z(t, C) }) : {}), [t, C]); - return kt("label", { - css: [KN(C, l, o), s], + const C = gt(), + s = i(() => (t ? sS({ ...R(t, C) }) : {}), [t, C]); + return Vt("label", { + css: [PN(C, l, o), s], htmlFor: r, ...a, - children: kt("span", { + children: Vt("span", { className: "Base_Normal " + (n ? "noMinWidthLabel" : ""), children: e, }), }); }, - QN = wT` + UN = cS` from { opacity: 0; } @@ -27423,8 +27319,8 @@ const zN = vT({ opacity: 1; } `, - JN = (e) => - vT({ + zN = (e) => + sS({ position: "fixed", borderRadius: 4, border: `1px solid ${e.colors["Color/Neutral/Border/colorBorderSubtle"]}`, @@ -27447,7 +27343,7 @@ const zN = vT({ textAlign: "left", }, }), - ex = (e, t) => { + GN = (e, t) => { const n = e.colors["Color/Neutral/Bg/colorBgContrast"]; let r = {}; const o = { @@ -27499,10 +27395,10 @@ const zN = vT({ "&::before": { ...o, bottom: "100%", borderBottomColor: n }, }; } - return vT(r); + return sS(r); }, - tx = ({ placement: e, title: t = "", content: n, anchorEl: r }) => { - const o = yt(); + $N = ({ placement: e, title: t = "", content: n, anchorEl: r }) => { + const o = gt(); let i = {}, l = e; if (r) { @@ -27536,16 +27432,16 @@ const zN = vT({ i = { top: t.top - t.height / 2 - 10, left: t.left + t.width / 2 }; } } - return Ot("div", { - css: [JN(o), ex(o, l)], + return Tt("div", { + css: [zN(o), GN(o, l)], style: i, children: [ - t && kt("div", { className: "title SM_Strong", children: t }), - kt("div", { className: "content SM_Normal", children: n }), + t && Vt("div", { className: "title SM_Strong", children: t }), + Vt("div", { className: "content SM_Normal", children: n }), ], }); }, - nx = ({ + WN = ({ children: e, tooltip: t, title: n = "", @@ -27554,12 +27450,12 @@ const zN = vT({ }) => { const [i, l] = a(null), [c, d] = a(!1); - return kt( + return Vt( C, "" === t ? { children: r ? s(e, { ...r }) : e } : { - children: Ot("span", { + children: Tt("span", { css: [ { display: "inline-flex", @@ -27567,7 +27463,7 @@ const zN = vT({ "&:hover": { "& .tooltipElement": { display: "block", - animation: `${QN} 1s ease`, + animation: `${UN} 1s ease`, }, }, }, @@ -27581,8 +27477,8 @@ const zN = vT({ children: [ r ? s(e, { ...r }) : e, c && - E( - kt(tx, { placement: o, content: t, title: n, anchorEl: i }), + h( + Vt($N, { placement: o, content: t, title: n, anchorEl: i }), document.body, ), ], @@ -27590,8 +27486,8 @@ const zN = vT({ }, ); }, - rx = (e) => - vT({ + jN = (e) => + sS({ lineHeight: "20px", height: 38, boxSizing: "border-box", @@ -27657,9 +27553,9 @@ const zN = vT({ }, }, }), - ox = vT({ height: 28, paddingTop: 4, paddingBottom: 4 }), - ix = (e) => - vT({ + qN = sS({ height: 28, paddingTop: 4, paddingBottom: 4 }), + YN = (e) => + sS({ display: "flex", flexGrow: 1, width: "100%", @@ -27733,16 +27629,16 @@ const zN = vT({ lineHeight: "20px", letterSpacing: "0.16px", color: e.colors["Color/Neutral/Text/colorTextLabel"], - marginBottom: T.sizeXXS, + marginBottom: L.sizeXXS, }, "& .textdivContainer": { width: "100%" }, }), - lx = vT({ + KN = sS({ "& .overlayAction": { "& button": { height: 26 } }, "& .startOverlayIcon": { top: 6 }, }), - ax = vT({ "& .accessoryIcon": { right: 37 } }), - Cx = t.forwardRef( + XN = sS({ "& .accessoryIcon": { right: 37 } }), + QN = t.forwardRef( ( { id: e, @@ -27770,31 +27666,31 @@ const zN = vT({ }, E, ) => { - const R = yt(), - y = i(() => (f ? vT({ ...Z(f, R) }) : {}), [f, R]), - V = rx(R), - S = ix(R), - [T, N] = a(!1); - let x = o, - _ = r; + const y = gt(), + V = i(() => (f ? sS({ ...R(f, y) }) : {}), [f, y]), + T = jN(y), + S = YN(y), + [N, x] = a(!1); + let _ = o, + A = r; "password" !== r || o || - ((x = kt(T ? wd : vd, {})), (_ = T ? "text" : "password")); - const [A, I] = a(!1); + ((_ = Vt(N ? cd : sd, {})), (A = N ? "text" : "password")); + const [Z, I] = a(!1); return ( - L || "error" !== h || A || !m || ((m = ""), (h = "normal")), - Ot("div", { + L || "error" !== h || Z || !m || ((m = ""), (h = "normal")), + Tt("div", { css: [ S, - "small" === g ? lx : {}, - o || "password" === r ? ax : {}, - vT({ flexDirection: "vertical" === v ? "column" : "row" }), - y, + "small" === g ? KN : {}, + o || "password" === r ? XN : {}, + sS({ flexDirection: "vertical" === v ? "column" : "row" }), + V, ], className: `inputItem inputdiv Base_Normal ${p}`, children: [ "" !== c && - Ot(XN, { + Tt(FN, { htmlFor: e, noMinWidth: l, className: @@ -27805,36 +27701,35 @@ const zN = vT({ c, d ? "*" : "", "" !== t && - kt("div", { + Vt("div", { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: t, placement: "top", - children: kt("div", { + children: Vt("div", { className: t, - children: kt(Ja, {}), + children: Vt(Ga, {}), }), }), }), ], }), - Ot("div", { + Tt("div", { className: "textdivContainer", children: [ - Ot("div", { + Tt("div", { css: { position: "relative" }, children: [ u && - kt("div", { className: "startOverlayIcon", children: u }), - kt("input", { + Vt("div", { className: "startOverlayIcon", children: u }), + Vt("input", { id: e, css: [ - V, - "small" === g ? ox : {}, + T, + "small" === g ? qN : {}, u ? { paddingLeft: 35 } : {}, ], - fullWidth: !0, - type: _, + type: A, className: `Base_Normal inputRebase ${h}State ${M && "" !== M ? "filled" : ""}`, value: M, "data-index": n, @@ -27845,29 +27740,29 @@ const zN = vT({ ...H, }), "error" === h && - kt(Sa, { className: "accessoryIcon errorState" }), + Vt(wa, { className: "accessoryIcon errorState" }), "warning" === h && - kt(VV, { className: "accessoryIcon warningState" }), + Vt(vV, { className: "accessoryIcon warningState" }), "success" === h && - kt(Ba, { className: "accessoryIcon successState" }), - x && - kt("div", { + Vt(Sa, { className: "accessoryIcon successState" }), + _ && + Vt("div", { className: "overlayAction", - children: kt(jN, { + children: Vt(ON, { onClick: C ? (e) => { C(e); } - : () => N(!T), + : () => x(!N), id: `${e}-button`, type: "button", - icon: x, + icon: _, }), }), - s && kt("div", { className: "overlayAction", children: s }), + s && Vt("div", { className: "overlayAction", children: s }), ], }), - void 0 !== m && kt(YN, { state: h, children: m }), + void 0 !== m && Vt(DN, { state: h, children: m }), b, ], }), @@ -27876,14 +27771,14 @@ const zN = vT({ ); }, ), - sx = vT({ + JN = sS({ display: "flex", flexGrow: 1, width: "100%", height: 38, position: "relative", }), - cx = ({ + ex = ({ id: e, label: t = "", required: n, @@ -27903,42 +27798,42 @@ const zN = vT({ readOnly: L = !1, helper: b, }) => { - const M = yt(), - H = i(() => (d ? vT({ ...Z(d, M) }) : {}), [d, M]), + const M = gt(), + H = i(() => (d ? sS({ ...R(d, M) }) : {}), [d, M]), E = c(null), - [R, y] = a(!1), - [V, S] = a(""), - [T, N] = a(null), - [x, _] = a(""); + [y, V] = a(!1), + [T, S] = a(""), + [N, x] = a(null), + [_, A] = a(""); l(() => { var e; if ("" !== s) { const t = u.findIndex((e) => e.value === s); - N(t), S((null === (e = u[t]) || void 0 === e ? void 0 : e.label) || ""); + x(t), S((null === (e = u[t]) || void 0 === e ? void 0 : e.label) || ""); } }, [u, s]); - const A = u.filter((e) => e.label.toLowerCase().includes(x.toLowerCase())), + const Z = u.filter((e) => e.label.toLowerCase().includes(_.toLowerCase())), I = i(() => { var e, t, n, r; - return null !== T && - ((null === (e = u[T]) || void 0 === e ? void 0 : e.icon) || - (null === (t = u[T]) || void 0 === t ? void 0 : t.indicator)) - ? (null === (n = u[T]) || void 0 === n ? void 0 : n.indicator) - ? null === (r = u[T]) || void 0 === r + return null !== N && + ((null === (e = u[N]) || void 0 === e ? void 0 : e.icon) || + (null === (t = u[N]) || void 0 === t ? void 0 : t.indicator)) + ? (null === (n = u[N]) || void 0 === n ? void 0 : n.indicator) + ? null === (r = u[N]) || void 0 === r ? void 0 : r.indicator - : u[T].icon + : u[N].icon : null; - }, [u, T]); - return Ot("div", { - css: [sx, H], + }, [u, N]); + return Tt("div", { + css: [JN, H], className: `inputItem ${r}`, onKeyDown: () => { - R || y(!0); + y || V(!0); }, id: `${e}-Autocomplete`, children: [ - kt(Cx, { + Vt(QN, { label: t, required: n, tooltip: o, @@ -27946,9 +27841,9 @@ const zN = vT({ disabled: m, id: e, name: h, - value: V, + value: T, onChange: (e) => { - S(e.target.value), _(e.target.value); + S(e.target.value), A(e.target.value); }, placeholder: f, sizeMode: g, @@ -27956,13 +27851,13 @@ const zN = vT({ orientation: v, state: w, readOnly: L, - overlayIcon: kt(R ? Ha : ca, {}), + overlayIcon: Vt(y ? ma : ta, {}), overlayAction: () => { - m || y(!R); + m || V(!y); }, startIcon: I, onClick: () => { - m || y(!R); + m || V(!y); }, sx: { ...d, @@ -27974,21 +27869,21 @@ const zN = vT({ }, ref: E, }), - R && - kt(WN, { + y && + Vt(kN, { id: `${e}-options-Autocomplete`, - options: A, + options: Z, selectedOption: s, onSelect: (e, t, n, r) => { - S(n || ""), _(""), void 0 !== r && N(r), p(e, t); + S(n || ""), A(""), void 0 !== r && x(r), p(e, t); }, hideTriggerAction: () => { - if ((y(!1), ("" !== s && "" === V) || 0 === A.length)) { + if ((V(!1), ("" !== s && "" === T) || 0 === Z.length)) { const e = u.find((e) => e.value === s); S((null == e ? void 0 : e.label) || ""); } }, - open: R, + open: y, anchorEl: E.current, useAnchorWidth: !0, forSelectInput: !0, @@ -27996,16 +27891,16 @@ const zN = vT({ ], }); }, - dx = ({ label: e, sx: t, ...n }) => - kt(jN, { + tx = ({ label: e, sx: t, ...n }) => + Vt(ON, { id: "back-link", - icon: kt(dr, {}), + icon: Vt(nr, {}), variant: "primary-ghost", sx: t, ...n, children: e, }), - ux = ({ + nx = ({ children: e, color: t = "none", sx: n, @@ -28017,8 +27912,8 @@ const zN = vT({ isNumber: d, ...u }) => { - const p = yt(), - m = i(() => (n ? vT({ ...Z(n, p) }) : {}), [n, p]), + const p = gt(), + m = i(() => (n ? sS({ ...R(n, p) }) : {}), [n, p]), h = ((e, t, n, r, o, i) => { const l = ((e, t) => ({ @@ -28099,7 +27994,7 @@ const zN = vT({ : `${e.paddingSizes.sizeXXS}px ${e.paddingSizes.sizeXS}px`; return ( "small" === r && i && (c = "0"), - vT({ + sS({ boxSizing: "border-box", position: "relative", margin: 0, @@ -28123,7 +28018,7 @@ const zN = vT({ border: `${s} 1px solid`, padding: c, verticalAlign: "middle", - gap: T.sizeXXS, + gap: L.sizeXXS, minWidth: "small" === r ? 16 : 20, "& svg": { width: "dot" === o ? 8 : 15, @@ -28147,41 +28042,41 @@ const zN = vT({ if ("boolean" == typeof c) switch (t) { case "none": - e = kt(dC, {}); + e = Vt(nC, {}); break; case "info": - e = kt(Dh, {}); + e = Vt(Nh, {}); break; case "success": - e = kt(Ba, {}); + e = Vt(Sa, {}); break; case "warning": - e = kt(Sa, {}); + e = Vt(wa, {}); break; case "danger": - e = kt(hC, {}); + e = Vt(lC, {}); break; default: e = null; } - else e = "dot" === c ? kt("span", { className: "dot" }) : c; + else e = "dot" === c ? Vt("span", { className: "dot" }) : c; return e; }, [c, t]); - return Ot("div", { + return Tt("div", { id: r, className: "badge", css: [h, m], ...u, children: [ - c && kt(C, { children: f() }), - Ot("span", { children: [l, e] }), + c && Vt(C, { children: f() }), + Tt("span", { children: [l, e] }), ], }); }, - px = ({ sx: e, children: t }) => { - const n = yt(), + rx = ({ sx: e, children: t }) => { + const n = gt(), r = ((e) => - vT({ + sS({ display: "flex", alignItems: "center", justifyContent: "center", @@ -28201,13 +28096,13 @@ const zN = vT({ minHeight: 24, }, }))(n); - return kt("div", { - css: [r, i(() => (e ? vT({ ...Z(e, n) }) : {}), [e, n])], + return Vt("div", { + css: [r, i(() => (e ? sS({ ...R(e, n) }) : {}), [e, n])], className: "boxedIcon", children: t, }); }, - mx = (e) => ({ + ox = (e) => ({ display: "flex", alignItems: "center", justifyContent: "flex-start", @@ -28252,7 +28147,7 @@ const zN = vT({ }, "& .button-label": { marginLeft: 0 }, }), - hx = (e, t) => { + ix = (e, t) => { if (!e) return { top: 0, left: 0, width: 0 }; const n = e.getBoundingClientRect(), r = { top: n.top + n.height }; @@ -28268,7 +28163,7 @@ const zN = vT({ } return r; }, - fx = ({ + lx = ({ hideTriggerAction: e, open: t, anchorEl: n = null, @@ -28276,15 +28171,15 @@ const zN = vT({ forInputOptions: o = !1, children: i, }) => { - const C = yt(), + const C = gt(), [s, c] = a(null); - LT(e), + dS(e), l(() => { - c(t ? hx(n, r) : null); + c(t ? ix(n, r) : null); }, [n, r, t]), l(() => { - const t = UN((e) => { - e && e.getBoundingClientRect() && c(hx(e, r)); + const t = _N((e) => { + e && e.getBoundingClientRect() && c(ix(e, r)); }, 300); window.addEventListener("resize", () => { e(); @@ -28293,7 +28188,7 @@ const zN = vT({ t(n); }); }); - const d = vT({ + const d = sS({ position: "absolute", display: "grid", gridTemplateColumns: "100%", @@ -28315,7 +28210,7 @@ const zN = vT({ flexDirection: "column", width: "100%", }, - "& button": mx(C), + "& button": ox(C), "&::-webkit-scrollbar": { width: 5 }, "&::-webkit-scrollbar-thumb": { background: C.colors["Color/Base/Shark/3"], @@ -28331,16 +28226,16 @@ const zN = vT({ console.warn( "AnchorEl not set. Element will be rendered on the top of the page", ), - E( - kt(GN, { + h( + Vt(ZN, { onClick: e, - children: kt("div", { css: [d, vT(s)], children: i }), + children: Vt("div", { css: [d, sS(s)], children: i }), }), document.body, )) : null; }, - gx = ({ + ax = ({ id: e, icon: n, iconLocation: r, @@ -28360,10 +28255,10 @@ const zN = vT({ [w, L] = t.useState(null); let b = null; return ( - p && (b = kt(g ? Ha : ca, { style: { fill: "none" } })), - Ot(C, { + p && (b = Vt(g ? ma : ta, { style: { fill: "none" } })), + Tt(C, { children: [ - kt(jN, { + Vt(ON, { id: e, icon: n, iconLocation: r, @@ -28380,7 +28275,7 @@ const zN = vT({ inButtonGroup: f, }), g && - kt(fx, { + Vt(lx, { open: g, hideTriggerAction: () => { v(!1); @@ -28394,7 +28289,7 @@ const zN = vT({ }) ); }, - vx = ({ + Cx = ({ children: e, icon: t, sx: n, @@ -28403,24 +28298,24 @@ const zN = vT({ inButtonGroup: l = !1, ...a }) => { - const C = yt(), - s = i(() => (n ? vT({ ...Z(n, C) }) : {}), [n, C]); + const C = gt(), + s = i(() => (n ? sS({ ...R(n, C) }) : {}), [n, C]); let c = {}; return ( l && (c = { padding: t && !e ? "6px" : "4px 12px" }), - Ot("button", { + Tt("button", { id: o, className: `option-element ${r}`, - css: [mx(C), c, s], + css: [ox(C), c, s], ...a, children: [ - t && kt("span", { className: "menu-icon", children: t }), - kt("span", { className: "menu-option", children: e }), + t && Vt("span", { className: "menu-icon", children: t }), + Vt("span", { className: "menu-option", children: e }), ], }) ); }, - wx = ({ + sx = ({ label: e, icon: t, iconLocation: n = "start", @@ -28474,13 +28369,13 @@ const zN = vT({ color: e.colors["Color/Neutral/Text/colorTextLabel"], }, }, - }))(yt()); + }))(gt()); let p = null, m = null; return ( - t && (p = kt("span", { className: "buttonIcon", children: t })), + t && (p = Vt("span", { className: "buttonIcon", children: t })), c && - (m = kt(gx, { + (m = Vt(ax, { id: `expand-breadcrumb-${e}`, className: "breadcrumbElement", variant: "secondary-ghost", @@ -28513,8 +28408,8 @@ const zN = vT({ }), compact: !0, children: c.map((e, t) => - kt( - vx, + Vt( + Cx, { id: `expandOption-${e.label}`, onClick: () => @@ -28529,24 +28424,24 @@ const zN = vT({ ), ), })), - Ot(C, { + Tt(C, { children: [ - kt("button", { + Vt("button", { css: [u], onClick: r, disabled: i || !1, className: `breadcrumbElement ${a || ""} ${s && !c ? "current" : ""}`, ...d, - children: Ot(C, { + children: Tt(C, { children: [ t && - kt("span", { + Vt("span", { className: "button-icon", children: t && "start" === n && p, }), l || (e && - Ot("span", { + Tt("span", { className: "button-label", children: [l, l && e ? " " : "", e], })), @@ -28559,7 +28454,7 @@ const zN = vT({ }) ); }, - Lx = ({ + cx = ({ sx: e, goBackFunction: t, options: n, @@ -28568,7 +28463,7 @@ const zN = vT({ markCurrentItem: l = !1, children: a, }) => { - const s = yt(), + const s = gt(), c = ((e) => ({ boxSizing: "border-box", flexBasis: "100%", @@ -28610,26 +28505,26 @@ const zN = vT({ }, "& .slashSpacingStyle": { margin: "0 5px" }, }))(s), - d = i(() => (e ? vT({ ...Z(e, s) }) : {}), [e, s]), + d = i(() => (e ? sS({ ...R(e, s) }) : {}), [e, s]), u = "number" == typeof r && n.length - 1 > r && n.length > 0; let p = null; const m = (e) => { o && o(e.to), e.onClick && e.onClick(e.to); }, - h = () => kt(yT, { className: "divider", children: "/" }); + h = () => Vt(fS, { className: "divider", children: "/" }); if (u && n.length > r - 1) { const e = n.slice(1, -1 * r); - p = kt(gx, { + p = Vt(ax, { id: "breadcrumbs-expand", className: "breadcrumbElement", - icon: kt(cd, {}), + icon: Vt(td, {}), variant: "secondary-ghost", sx: { height: 20, padding: "2px 4px", borderRadius: 2 }, dropArrow: !1, compact: !0, children: e.map((e, t) => - kt( - vx, + Vt( + Cx, { id: `expandOption-${e.label}`, onClick: () => m(e), @@ -28641,44 +28536,44 @@ const zN = vT({ }); } const f = u ? n.slice(-1 * r) : n; - return Ot("div", { + return Tt("div", { className: "breadcrumbs-bar", css: [c, d], children: [ t && - kt(jN, { + Vt(ON, { id: "back-button", - icon: kt(pa, {}), + icon: Vt(oa, {}), onClick: t, iconLocation: "start", compact: !0, sx: { width: 28, height: 28 }, }), - kt(yT, { + Vt(fS, { className: "breadcrumbsList", - children: Ot( + children: Tt( C, u ? { children: [ - kt(wx, { + Vt(sx, { id: `breadcrumb-option-${n[0].label}`, onClick: () => m(n[0]), onClickOption: o, icon: n[0].icon, children: n[0].label, }), - kt(h, {}), + Vt(h, {}), p, - kt(h, {}), + Vt(h, {}), f.map((e, t) => { const n = t === f.length - 1; - return Ot( + return Tt( C, { children: [ - 0 !== t && kt(h, {}), - kt(wx, { + 0 !== t && Vt(h, {}), + Vt(sx, { id: `breadcrumb-option-${e.label}`, onClick: () => m(e), onClickOption: o, @@ -28699,12 +28594,12 @@ const zN = vT({ children: [ f.map((e, t) => { const r = t === n.length - 1; - return Ot( + return Tt( C, { children: [ - 0 !== t && kt(h, {}), - kt(wx, { + 0 !== t && Vt(h, {}), + Vt(sx, { id: `breadcrumb-option-${e.label}`, onClick: () => { m(e); @@ -28730,8 +28625,8 @@ const zN = vT({ ], }); }, - bx = ({ sx: e, children: n, isLoading: r, ...o }) => { - const l = yt(), + dx = ({ sx: e, children: n, isLoading: r, ...o }) => { + const l = gt(), a = ((e) => ({ display: "inline-flex", flexDirection: "row", @@ -28828,10 +28723,10 @@ const zN = vT({ }, }, }))(l), - c = i(() => (e ? vT({ ...Z(e, l) }) : {}), [e, l]); + c = i(() => (e ? sS({ ...R(e, l) }) : {}), [e, l]); return r - ? kt(C, {}) - : kt("div", { + ? Vt(C, {}) + : Vt("div", { css: [a, c], ...o, children: t.Children.map(n, (e) => @@ -28839,13 +28734,13 @@ const zN = vT({ ), }); }, - Mx = vT({ + ux = sS({ position: "relative", display: "flex", flexWrap: "wrap", width: "100%", flexBasis: "100%", - [`@media (max-width: ${S.sm})`]: { flexFlow: "column" }, + [`@media (max-width: ${w.sm})`]: { flexFlow: "column" }, "& .tooltipContainer": { marginLeft: 5, display: "flex", @@ -28853,12 +28748,12 @@ const zN = vT({ "& .min-icon": { width: 13 }, }, }), - Hx = ({ children: e, sx: t, className: n }) => { - const r = yt(), - o = i(() => (t ? vT({ ...Z(t, r) }) : {}), [t, r]); - return kt("div", { css: [Mx, o], className: n, children: e }); + px = ({ children: e, sx: t, className: n }) => { + const r = gt(), + o = i(() => (t ? sS({ ...R(t, r) }) : {}), [t, r]); + return Vt("div", { css: [ux, o], className: n, children: e }); }, - Ex = ({ + mx = ({ tooltip: e, label: t, id: n, @@ -28870,8 +28765,8 @@ const zN = vT({ disabled: s, ...c }) => { - const d = yt(), - u = i(() => (o ? vT({ ...Z(o, d) }) : {}), [o, d]), + const d = gt(), + u = i(() => (o ? sS({ ...R(o, d) }) : {}), [o, d]), p = ((e) => ({ position: "relative", "& input": { display: "none" }, @@ -28930,7 +28825,7 @@ const zN = vT({ }, }, }))(d); - return Ot(Hx, { + return Tt(px, { className: `inputItem ${l || ""}`, sx: { display: "flex", @@ -28948,7 +28843,7 @@ const zN = vT({ children: [ t && "" !== t && - Ot(XN, { + Tt(FN, { htmlFor: n, noMinWidth: !0, className: `${r || ""}`, @@ -28956,40 +28851,40 @@ const zN = vT({ t, e && "" !== e && - kt("div", { + Vt("div", { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: e, placement: "top", - children: kt(Ja, {}), + children: Vt(Ga, {}), }), }), ], }), - Ot("label", { + Tt("label", { css: [p, u], onClick: (e) => e.stopPropagation(), children: [ - kt("input", { + Vt("input", { type: "checkbox", id: n, checked: a, disabled: s, ...c, }), - kt("span", { + Vt("span", { className: "checkbox", - children: kt(aa, { + children: Vt(Ql, { className: (s ? "disabled" : "") + " icon-overlay", }), }), - void 0 !== C && kt(YN, { children: C }), + void 0 !== C && Vt(DN, { children: C }), ], }), ], }); }; -function Rx(e, t) { +function hx(e, t) { if (null == e) return {}; var n = {}; for (var r in e) @@ -28999,95 +28894,95 @@ function Rx(e, t) { } return n; } -class yx { +class fx { constructor(e, t, n) { (this.property = e), (this.normal = t), n && (this.space = n); } } -function Vx(e, t) { +function gx(e, t) { const n = {}, r = {}; let o = -1; for (; ++o < e.length; ) Object.assign(n, e[o].property), Object.assign(r, e[o].normal); - return new yx(n, r, t); + return new fx(n, r, t); } -function Sx(e) { +function vx(e) { return e.toLowerCase(); } -(yx.prototype.property = {}), - (yx.prototype.normal = {}), - (yx.prototype.space = null); -let Tx = class { +(fx.prototype.property = {}), + (fx.prototype.normal = {}), + (fx.prototype.space = null); +let wx = class { constructor(e, t) { (this.property = e), (this.attribute = t); } }; -(Tx.prototype.space = null), - (Tx.prototype.boolean = !1), - (Tx.prototype.booleanish = !1), - (Tx.prototype.overloadedBoolean = !1), - (Tx.prototype.number = !1), - (Tx.prototype.commaSeparated = !1), - (Tx.prototype.spaceSeparated = !1), - (Tx.prototype.commaOrSpaceSeparated = !1), - (Tx.prototype.mustUseProperty = !1), - (Tx.prototype.defined = !1); -let Nx = 0; -const xx = Bx(), - _x = Bx(), - Ax = Bx(), - Zx = Bx(), - Ix = Bx(), - kx = Bx(), - Ox = Bx(); -function Bx() { - return 2 ** ++Nx; -} -var Dx = Object.freeze({ +(wx.prototype.space = null), + (wx.prototype.boolean = !1), + (wx.prototype.booleanish = !1), + (wx.prototype.overloadedBoolean = !1), + (wx.prototype.number = !1), + (wx.prototype.commaSeparated = !1), + (wx.prototype.spaceSeparated = !1), + (wx.prototype.commaOrSpaceSeparated = !1), + (wx.prototype.mustUseProperty = !1), + (wx.prototype.defined = !1); +let Lx = 0; +const bx = Tx(), + Mx = Tx(), + Hx = Tx(), + Ex = Tx(), + Rx = Tx(), + yx = Tx(), + Vx = Tx(); +function Tx() { + return 2 ** ++Lx; +} +var Sx = Object.freeze({ __proto__: null, - boolean: xx, - booleanish: _x, - commaOrSpaceSeparated: Ox, - commaSeparated: kx, - number: Zx, - overloadedBoolean: Ax, - spaceSeparated: Ix, + boolean: bx, + booleanish: Mx, + commaOrSpaceSeparated: Vx, + commaSeparated: yx, + number: Ex, + overloadedBoolean: Hx, + spaceSeparated: Rx, }); -const Px = Object.keys(Dx); -class Fx extends Tx { +const Nx = Object.keys(Sx); +class xx extends wx { constructor(e, t, n, r) { let o = -1; - if ((super(e, t), Ux(this, "space", r), "number" == typeof n)) - for (; ++o < Px.length; ) { - const e = Px[o]; - Ux(this, Px[o], (n & Dx[e]) === Dx[e]); + if ((super(e, t), _x(this, "space", r), "number" == typeof n)) + for (; ++o < Nx.length; ) { + const e = Nx[o]; + _x(this, Nx[o], (n & Sx[e]) === Sx[e]); } } } -function Ux(e, t, n) { +function _x(e, t, n) { n && (e[t] = n); } -Fx.prototype.defined = !0; -const zx = {}.hasOwnProperty; -function Gx(e) { +xx.prototype.defined = !0; +const Ax = {}.hasOwnProperty; +function Zx(e) { const t = {}, n = {}; let r; for (r in e.properties) - if (zx.call(e.properties, r)) { + if (Ax.call(e.properties, r)) { const o = e.properties[r], - i = new Fx(r, e.transform(e.attributes || {}, r), o, e.space); + i = new xx(r, e.transform(e.attributes || {}, r), o, e.space); e.mustUseProperty && e.mustUseProperty.includes(r) && (i.mustUseProperty = !0), (t[r] = i), - (n[Sx(r)] = r), - (n[Sx(i.attribute)] = r); + (n[vx(r)] = r), + (n[vx(i.attribute)] = r); } - return new yx(t, n, e.space); + return new fx(t, n, e.space); } -const $x = Gx({ +const Ix = Zx({ space: "xlink", transform: (e, t) => "xlink:" + t.slice(5).toLowerCase(), properties: { @@ -29100,79 +28995,79 @@ const $x = Gx({ xLinkType: null, }, }), - Wx = Gx({ + kx = Zx({ space: "xml", transform: (e, t) => "xml:" + t.slice(3).toLowerCase(), properties: { xmlLang: null, xmlBase: null, xmlSpace: null }, }); -function jx(e, t) { +function Ox(e, t) { return t in e ? e[t] : t; } -function qx(e, t) { - return jx(e, t.toLowerCase()); +function Bx(e, t) { + return Ox(e, t.toLowerCase()); } -const Yx = Gx({ +const Dx = Zx({ space: "xmlns", attributes: { xmlnsxlink: "xmlns:xlink" }, - transform: qx, + transform: Bx, properties: { xmlns: null, xmlnsXLink: null }, }), - Kx = Gx({ + Px = Zx({ transform: (e, t) => "role" === t ? t : "aria-" + t.slice(4).toLowerCase(), properties: { ariaActiveDescendant: null, - ariaAtomic: _x, + ariaAtomic: Mx, ariaAutoComplete: null, - ariaBusy: _x, - ariaChecked: _x, - ariaColCount: Zx, - ariaColIndex: Zx, - ariaColSpan: Zx, - ariaControls: Ix, + ariaBusy: Mx, + ariaChecked: Mx, + ariaColCount: Ex, + ariaColIndex: Ex, + ariaColSpan: Ex, + ariaControls: Rx, ariaCurrent: null, - ariaDescribedBy: Ix, + ariaDescribedBy: Rx, ariaDetails: null, - ariaDisabled: _x, - ariaDropEffect: Ix, + ariaDisabled: Mx, + ariaDropEffect: Rx, ariaErrorMessage: null, - ariaExpanded: _x, - ariaFlowTo: Ix, - ariaGrabbed: _x, + ariaExpanded: Mx, + ariaFlowTo: Rx, + ariaGrabbed: Mx, ariaHasPopup: null, - ariaHidden: _x, + ariaHidden: Mx, ariaInvalid: null, ariaKeyShortcuts: null, ariaLabel: null, - ariaLabelledBy: Ix, - ariaLevel: Zx, + ariaLabelledBy: Rx, + ariaLevel: Ex, ariaLive: null, - ariaModal: _x, - ariaMultiLine: _x, - ariaMultiSelectable: _x, + ariaModal: Mx, + ariaMultiLine: Mx, + ariaMultiSelectable: Mx, ariaOrientation: null, - ariaOwns: Ix, + ariaOwns: Rx, ariaPlaceholder: null, - ariaPosInSet: Zx, - ariaPressed: _x, - ariaReadOnly: _x, + ariaPosInSet: Ex, + ariaPressed: Mx, + ariaReadOnly: Mx, ariaRelevant: null, - ariaRequired: _x, - ariaRoleDescription: Ix, - ariaRowCount: Zx, - ariaRowIndex: Zx, - ariaRowSpan: Zx, - ariaSelected: _x, - ariaSetSize: Zx, + ariaRequired: Mx, + ariaRoleDescription: Rx, + ariaRowCount: Ex, + ariaRowIndex: Ex, + ariaRowSpan: Ex, + ariaSelected: Mx, + ariaSetSize: Ex, ariaSort: null, - ariaValueMax: Zx, - ariaValueMin: Zx, - ariaValueNow: Zx, + ariaValueMax: Ex, + ariaValueMin: Ex, + ariaValueNow: Ex, ariaValueText: null, role: null, }, }), - Xx = Gx({ + Fx = Zx({ space: "html", attributes: { acceptcharset: "accept-charset", @@ -29180,49 +29075,49 @@ const Yx = Gx({ htmlfor: "for", httpequiv: "http-equiv", }, - transform: qx, + transform: Bx, mustUseProperty: ["checked", "multiple", "muted", "selected"], properties: { abbr: null, - accept: kx, - acceptCharset: Ix, - accessKey: Ix, + accept: yx, + acceptCharset: Rx, + accessKey: Rx, action: null, allow: null, - allowFullScreen: xx, - allowPaymentRequest: xx, - allowUserMedia: xx, + allowFullScreen: bx, + allowPaymentRequest: bx, + allowUserMedia: bx, alt: null, as: null, - async: xx, + async: bx, autoCapitalize: null, - autoComplete: Ix, - autoFocus: xx, - autoPlay: xx, - blocking: Ix, + autoComplete: Rx, + autoFocus: bx, + autoPlay: bx, + blocking: Rx, capture: null, charSet: null, - checked: xx, + checked: bx, cite: null, - className: Ix, - cols: Zx, + className: Rx, + cols: Ex, colSpan: null, content: null, - contentEditable: _x, - controls: xx, - controlsList: Ix, - coords: Zx | kx, + contentEditable: Mx, + controls: bx, + controlsList: Rx, + coords: Ex | yx, crossOrigin: null, data: null, dateTime: null, decoding: null, - default: xx, - defer: xx, + default: bx, + defer: bx, dir: null, dirName: null, - disabled: xx, - download: Ax, - draggable: _x, + disabled: bx, + download: Hx, + draggable: Mx, encType: null, enterKeyHint: null, fetchPriority: null, @@ -29230,50 +29125,50 @@ const Yx = Gx({ formAction: null, formEncType: null, formMethod: null, - formNoValidate: xx, + formNoValidate: bx, formTarget: null, - headers: Ix, - height: Zx, - hidden: xx, - high: Zx, + headers: Rx, + height: Ex, + hidden: bx, + high: Ex, href: null, hrefLang: null, - htmlFor: Ix, - httpEquiv: Ix, + htmlFor: Rx, + httpEquiv: Rx, id: null, imageSizes: null, imageSrcSet: null, - inert: xx, + inert: bx, inputMode: null, integrity: null, is: null, - isMap: xx, + isMap: bx, itemId: null, - itemProp: Ix, - itemRef: Ix, - itemScope: xx, - itemType: Ix, + itemProp: Rx, + itemRef: Rx, + itemScope: bx, + itemType: Rx, kind: null, label: null, lang: null, language: null, list: null, loading: null, - loop: xx, - low: Zx, + loop: bx, + low: Ex, manifest: null, max: null, - maxLength: Zx, + maxLength: Ex, media: null, method: null, min: null, - minLength: Zx, - multiple: xx, - muted: xx, + minLength: Ex, + multiple: bx, + muted: bx, name: null, nonce: null, - noModule: xx, - noValidate: xx, + noModule: bx, + noValidate: bx, onAbort: null, onAfterPrint: null, onAuxClick: null, @@ -29362,65 +29257,65 @@ const Yx = Gx({ onVolumeChange: null, onWaiting: null, onWheel: null, - open: xx, - optimum: Zx, + open: bx, + optimum: Ex, pattern: null, - ping: Ix, + ping: Rx, placeholder: null, - playsInline: xx, + playsInline: bx, popover: null, popoverTarget: null, popoverTargetAction: null, poster: null, preload: null, - readOnly: xx, + readOnly: bx, referrerPolicy: null, - rel: Ix, - required: xx, - reversed: xx, - rows: Zx, - rowSpan: Zx, - sandbox: Ix, + rel: Rx, + required: bx, + reversed: bx, + rows: Ex, + rowSpan: Ex, + sandbox: Rx, scope: null, - scoped: xx, - seamless: xx, - selected: xx, - shadowRootClonable: xx, - shadowRootDelegatesFocus: xx, + scoped: bx, + seamless: bx, + selected: bx, + shadowRootClonable: bx, + shadowRootDelegatesFocus: bx, shadowRootMode: null, shape: null, - size: Zx, + size: Ex, sizes: null, slot: null, - span: Zx, - spellCheck: _x, + span: Ex, + spellCheck: Mx, src: null, srcDoc: null, srcLang: null, srcSet: null, - start: Zx, + start: Ex, step: null, style: null, - tabIndex: Zx, + tabIndex: Ex, target: null, title: null, translate: null, type: null, - typeMustMatch: xx, + typeMustMatch: bx, useMap: null, - value: _x, - width: Zx, + value: Mx, + width: Ex, wrap: null, writingSuggestions: null, align: null, aLink: null, - archive: Ix, + archive: Rx, axis: null, background: null, bgColor: null, - border: Zx, + border: Ex, borderColor: null, - bottomMargin: Zx, + bottomMargin: Ex, cellPadding: null, cellSpacing: null, char: null, @@ -29431,53 +29326,53 @@ const Yx = Gx({ codeBase: null, codeType: null, color: null, - compact: xx, - declare: xx, + compact: bx, + declare: bx, event: null, face: null, frame: null, frameBorder: null, - hSpace: Zx, - leftMargin: Zx, + hSpace: Ex, + leftMargin: Ex, link: null, longDesc: null, lowSrc: null, - marginHeight: Zx, - marginWidth: Zx, - noResize: xx, - noHref: xx, - noShade: xx, - noWrap: xx, + marginHeight: Ex, + marginWidth: Ex, + noResize: bx, + noHref: bx, + noShade: bx, + noWrap: bx, object: null, profile: null, prompt: null, rev: null, - rightMargin: Zx, + rightMargin: Ex, rules: null, scheme: null, - scrolling: _x, + scrolling: Mx, standby: null, summary: null, text: null, - topMargin: Zx, + topMargin: Ex, valueType: null, version: null, vAlign: null, vLink: null, - vSpace: Zx, + vSpace: Ex, allowTransparency: null, autoCorrect: null, autoSave: null, - disablePictureInPicture: xx, - disableRemotePlayback: xx, + disablePictureInPicture: bx, + disableRemotePlayback: bx, prefix: null, property: null, - results: Zx, + results: Ex, security: null, unselectable: null, }, }), - Qx = Gx({ + Ux = Zx({ space: "svg", attributes: { accentHeight: "accent-height", @@ -29653,31 +29548,31 @@ const Yx = Gx({ playbackOrder: "playbackorder", timelineBegin: "timelinebegin", }, - transform: jx, + transform: Ox, properties: { - about: Ox, - accentHeight: Zx, + about: Vx, + accentHeight: Ex, accumulate: null, additive: null, alignmentBaseline: null, - alphabetic: Zx, - amplitude: Zx, + alphabetic: Ex, + amplitude: Ex, arabicForm: null, - ascent: Zx, + ascent: Ex, attributeName: null, attributeType: null, - azimuth: Zx, + azimuth: Ex, bandwidth: null, baselineShift: null, baseFrequency: null, baseProfile: null, bbox: null, begin: null, - bias: Zx, + bias: Ex, by: null, calcMode: null, - capHeight: Zx, - className: Ix, + capHeight: Ex, + className: Rx, clip: null, clipPath: null, clipPathUnits: null, @@ -29697,26 +29592,26 @@ const Yx = Gx({ d: null, dataType: null, defaultAction: null, - descent: Zx, - diffuseConstant: Zx, + descent: Ex, + diffuseConstant: Ex, direction: null, display: null, dur: null, - divisor: Zx, + divisor: Ex, dominantBaseline: null, - download: xx, + download: bx, dx: null, dy: null, edgeMode: null, editable: null, - elevation: Zx, + elevation: Ex, enableBackground: null, end: null, event: null, - exponent: Zx, + exponent: Ex, externalResourcesRequired: null, fill: null, - fillOpacity: Zx, + fillOpacity: Ex, fillRule: null, filter: null, filterRes: null, @@ -29737,37 +29632,37 @@ const Yx = Gx({ from: null, fx: null, fy: null, - g1: kx, - g2: kx, - glyphName: kx, + g1: yx, + g2: yx, + glyphName: yx, glyphOrientationHorizontal: null, glyphOrientationVertical: null, glyphRef: null, gradientTransform: null, gradientUnits: null, handler: null, - hanging: Zx, + hanging: Ex, hatchContentUnits: null, hatchUnits: null, height: null, href: null, hrefLang: null, - horizAdvX: Zx, - horizOriginX: Zx, - horizOriginY: Zx, + horizAdvX: Ex, + horizOriginX: Ex, + horizOriginY: Ex, id: null, - ideographic: Zx, + ideographic: Ex, imageRendering: null, initialVisibility: null, in: null, in2: null, - intercept: Zx, - k: Zx, - k1: Zx, - k2: Zx, - k3: Zx, - k4: Zx, - kernelMatrix: Ox, + intercept: Ex, + k: Ex, + k1: Ex, + k2: Ex, + k3: Ex, + k4: Ex, + kernelMatrix: Vx, kernelUnitLength: null, keyPoints: null, keySplines: null, @@ -29777,7 +29672,7 @@ const Yx = Gx({ lengthAdjust: null, letterSpacing: null, lightingColor: null, - limitingConeAngle: Zx, + limitingConeAngle: Ex, local: null, markerEnd: null, markerMid: null, @@ -29793,7 +29688,7 @@ const Yx = Gx({ media: null, mediaCharacterEncoding: null, mediaContentEncodings: null, - mediaSize: Zx, + mediaSize: Ex, mediaTime: null, method: null, min: null, @@ -29899,43 +29794,43 @@ const Yx = Gx({ origin: null, overflow: null, overlay: null, - overlinePosition: Zx, - overlineThickness: Zx, + overlinePosition: Ex, + overlineThickness: Ex, paintOrder: null, panose1: null, path: null, - pathLength: Zx, + pathLength: Ex, patternContentUnits: null, patternTransform: null, patternUnits: null, phase: null, - ping: Ix, + ping: Rx, pitch: null, playbackOrder: null, pointerEvents: null, points: null, - pointsAtX: Zx, - pointsAtY: Zx, - pointsAtZ: Zx, + pointsAtX: Ex, + pointsAtY: Ex, + pointsAtZ: Ex, preserveAlpha: null, preserveAspectRatio: null, primitiveUnits: null, propagate: null, - property: Ox, + property: Vx, r: null, radius: null, referrerPolicy: null, refX: null, refY: null, - rel: Ox, - rev: Ox, + rel: Vx, + rev: Vx, renderingIntent: null, repeatCount: null, repeatDur: null, - requiredExtensions: Ox, - requiredFeatures: Ox, - requiredFonts: Ox, - requiredFormats: Ox, + requiredExtensions: Vx, + requiredFeatures: Vx, + requiredFonts: Vx, + requiredFormats: Vx, resource: null, restart: null, result: null, @@ -29948,8 +29843,8 @@ const Yx = Gx({ side: null, slope: null, snapshotTime: null, - specularConstant: Zx, - specularExponent: Zx, + specularConstant: Ex, + specularExponent: Ex, spreadMethod: null, spacing: null, startOffset: null, @@ -29959,30 +29854,30 @@ const Yx = Gx({ stitchTiles: null, stopColor: null, stopOpacity: null, - strikethroughPosition: Zx, - strikethroughThickness: Zx, + strikethroughPosition: Ex, + strikethroughThickness: Ex, string: null, stroke: null, - strokeDashArray: Ox, + strokeDashArray: Vx, strokeDashOffset: null, strokeLineCap: null, strokeLineJoin: null, - strokeMiterLimit: Zx, - strokeOpacity: Zx, + strokeMiterLimit: Ex, + strokeOpacity: Ex, strokeWidth: null, style: null, - surfaceScale: Zx, + surfaceScale: Ex, syncBehavior: null, syncBehaviorDefault: null, syncMaster: null, syncTolerance: null, syncToleranceDefault: null, - systemLanguage: Ox, - tabIndex: Zx, + systemLanguage: Vx, + tabIndex: Ex, tableValues: null, target: null, - targetX: Zx, - targetY: Zx, + targetX: Ex, + targetY: Ex, textAnchor: null, textDecoration: null, textRendering: null, @@ -29991,28 +29886,28 @@ const Yx = Gx({ title: null, transformBehavior: null, type: null, - typeOf: Ox, + typeOf: Vx, to: null, transform: null, transformOrigin: null, u1: null, u2: null, - underlinePosition: Zx, - underlineThickness: Zx, + underlinePosition: Ex, + underlineThickness: Ex, unicode: null, unicodeBidi: null, unicodeRange: null, - unitsPerEm: Zx, + unitsPerEm: Ex, values: null, - vAlphabetic: Zx, - vMathematical: Zx, + vAlphabetic: Ex, + vMathematical: Ex, vectorEffect: null, - vHanging: Zx, - vIdeographic: Zx, + vHanging: Ex, + vIdeographic: Ex, version: null, - vertAdvY: Zx, - vertOriginX: Zx, - vertOriginY: Zx, + vertAdvY: Ex, + vertOriginX: Ex, + vertOriginY: Ex, viewBox: null, viewTarget: null, visibility: null, @@ -30024,7 +29919,7 @@ const Yx = Gx({ x1: null, x2: null, xChannelSelector: null, - xHeight: Zx, + xHeight: Ex, y: null, y1: null, y2: null, @@ -30033,38 +29928,38 @@ const Yx = Gx({ zoomAndPan: null, }, }), - Jx = /^data[-\w.:]+$/i, - e_ = /-[a-z]/g, - t_ = /[A-Z]/g; -function n_(e, t) { - const n = Sx(t); + zx = /^data[-\w.:]+$/i, + Gx = /-[a-z]/g, + $x = /[A-Z]/g; +function Wx(e, t) { + const n = vx(t); let r = t, - o = Tx; + o = wx; if (n in e.normal) return e.property[e.normal[n]]; - if (n.length > 4 && "data" === n.slice(0, 4) && Jx.test(t)) { + if (n.length > 4 && "data" === n.slice(0, 4) && zx.test(t)) { if ("-" === t.charAt(4)) { - const e = t.slice(5).replace(e_, o_); + const e = t.slice(5).replace(Gx, qx); r = "data" + e.charAt(0).toUpperCase() + e.slice(1); } else { const e = t.slice(4); - if (!e_.test(e)) { - let n = e.replace(t_, r_); + if (!Gx.test(e)) { + let n = e.replace($x, jx); "-" !== n.charAt(0) && (n = "-" + n), (t = "data" + n); } } - o = Fx; + o = xx; } return new o(r, t); } -function r_(e) { +function jx(e) { return "-" + e.toLowerCase(); } -function o_(e) { +function qx(e) { return e.charAt(1).toUpperCase(); } -const i_ = Vx([Wx, $x, Yx, Kx, Xx], "html"), - l_ = Vx([Wx, $x, Yx, Kx, Qx], "svg"); -function a_(e) { +const Yx = gx([kx, Ix, Dx, Px, Fx], "html"), + Kx = gx([kx, Ix, Dx, Px, Ux], "svg"); +function Xx(e) { const t = [], n = String(e || ""); let r = n.indexOf(","), @@ -30077,23 +29972,23 @@ function a_(e) { } return t; } -function C_(e, t) { +function Qx(e, t) { const n = t || {}; return ("" === e[e.length - 1] ? [...e, ""] : e) .join((n.padRight ? " " : "") + "," + (!1 === n.padLeft ? "" : " ")) .trim(); } -const s_ = /[#.]/g; -function c_(e) { +const Jx = /[#.]/g; +function e_(e) { const t = String(e || "").trim(); return t ? t.split(/[ \t\n\r\f]+/g) : []; } -function d_(e) { +function t_(e) { return e.join(" ").trim(); } -const u_ = new Set(["button", "menu", "reset", "submit"]), - p_ = {}.hasOwnProperty; -function m_(e, t, n) { +const n_ = new Set(["button", "menu", "reset", "submit"]), + r_ = {}.hasOwnProperty; +function o_(e, t, n) { const r = n && (function (e) { @@ -30117,8 +30012,8 @@ function m_(e, t, n) { i, l = 0; for (; l < n.length; ) { - s_.lastIndex = l; - const e = s_.exec(n), + Jx.lastIndex = l; + const e = Jx.exec(n), t = n.slice(l, e ? e.index : n.length); t && (o @@ -30139,19 +30034,19 @@ function m_(e, t, n) { }; })(n, t)), (l.tagName = l.tagName.toLowerCase()), - r && p_.call(r, l.tagName) && (l.tagName = r[l.tagName]), + r && r_.call(r, l.tagName) && (l.tagName = r[l.tagName]), (function (e, t) { if (null == e || "object" != typeof e || Array.isArray(e)) return !1; if ("input" === t || !e.type || "string" != typeof e.type) return !0; if ("children" in e && Array.isArray(e.children)) return !1; - if ("button" === t) return u_.has(e.type.toLowerCase()); + if ("button" === t) return n_.has(e.type.toLowerCase()); return !("value" in e); })(o, l.tagName)) ) { let t; - for (t in o) p_.call(o, t) && h_(e, l.properties, t, o[t]); + for (t in o) r_.call(o, t) && i_(e, l.properties, t, o[t]); } else i.unshift(o); - for (; ++a < i.length; ) f_(l.children, i[a]); + for (; ++a < i.length; ) l_(l.children, i[a]); return ( "element" === l.type && "template" === l.tagName && @@ -30161,8 +30056,8 @@ function m_(e, t, n) { ); }; } -function h_(e, t, n, r) { - const o = n_(e, n); +function i_(e, t, n, r) { + const o = Wx(e, n); let i, l = -1; if (null != r) { @@ -30175,26 +30070,26 @@ function h_(e, t, n, r) { ? r : "string" == typeof r ? o.spaceSeparated - ? c_(r) + ? e_(r) : o.commaSeparated - ? a_(r) + ? Xx(r) : o.commaOrSpaceSeparated - ? c_(a_(r).join(" ")) - : g_(o, o.property, r) + ? e_(Xx(r).join(" ")) + : a_(o, o.property, r) : Array.isArray(r) ? r.concat() : "style" === o.property ? (function (e) { const t = []; let n; - for (n in e) p_.call(e, n) && t.push([n, e[n]].join(": ")); + for (n in e) r_.call(e, n) && t.push([n, e[n]].join(": ")); return t.join("; "); })(r) : String(r); if (Array.isArray(i)) { const e = []; for (; ++l < i.length; ) { - const t = g_(o, o.property, i[l]); + const t = a_(o, o.property, i[l]); e[l] = t; } i = e; @@ -30206,28 +30101,28 @@ function h_(e, t, n, r) { t[o.property] = i; } } -function f_(e, t) { +function l_(e, t) { let n = -1; if (null == t); else if ("string" == typeof t || "number" == typeof t) e.push({ type: "text", value: String(t) }); - else if (Array.isArray(t)) for (; ++n < t.length; ) f_(e, t[n]); + else if (Array.isArray(t)) for (; ++n < t.length; ) l_(e, t[n]); else { if ("object" != typeof t || !("type" in t)) throw new Error("Expected node, nodes, or string, got `" + t + "`"); - "root" === t.type ? f_(e, t.children) : e.push(t); + "root" === t.type ? l_(e, t.children) : e.push(t); } } -function g_(e, t, n) { +function a_(e, t, n) { if ("string" == typeof n) { if (e.number && n && !Number.isNaN(Number(n))) return Number(n); - if ((e.boolean || e.overloadedBoolean) && ("" === n || Sx(n) === Sx(t))) + if ((e.boolean || e.overloadedBoolean) && ("" === n || vx(n) === vx(t))) return !0; } return n; } -const v_ = m_(i_, "div"), - w_ = m_(l_, "g", [ +const C_ = o_(Yx, "div"), + s_ = o_(Kx, "g", [ "altGlyph", "altGlyphDef", "altGlyphItem", @@ -30268,20 +30163,20 @@ const v_ = m_(i_, "div"), "textArea", "textPath", ]); -function L_(e, t) { +function c_(e, t) { const n = e.indexOf("\r", t), r = e.indexOf("\n", t); return -1 === r ? n : -1 === n || n + 1 === r ? r : n < r ? n : r; } -const b_ = "http://www.w3.org/2000/svg", - M_ = {}.hasOwnProperty, - H_ = Object.prototype; -function E_(e, t) { +const d_ = "http://www.w3.org/2000/svg", + u_ = {}.hasOwnProperty, + p_ = Object.prototype; +function m_(e, t) { let n; switch (t.nodeName) { case "#comment": { const r = t; - return (n = { type: "comment", value: r.data }), y_(e, r, n), n; + return (n = { type: "comment", value: r.data }), f_(e, r, n), n; } case "#document": case "#document-fragment": { @@ -30290,7 +30185,7 @@ function E_(e, t) { if ( ((n = { type: "root", - children: R_(e, t.childNodes), + children: h_(e, t.childNodes), data: { quirksMode: o }, }), e.file && e.location) @@ -30310,7 +30205,7 @@ function E_(e, t) { ) { for (; n.length < e.line; ) { const e = n[n.length - 1], - r = L_(t, e), + r = c_(t, e), o = -1 === r ? t.length + 1 : r + 1; if (e === o) break; n.push(o); @@ -30325,7 +30220,7 @@ function E_(e, t) { for (;;) { let o = n[r]; if (void 0 === o) { - const e = L_(t, n[r - 1]); + const e = c_(t, n[r - 1]); (o = -1 === e ? t.length + 1 : e + 1), (n[r] = o); } if (o > e) @@ -30347,31 +30242,31 @@ function E_(e, t) { return n; } case "#documentType": - return (n = { type: "doctype" }), y_(e, t, n), n; + return (n = { type: "doctype" }), f_(e, t, n), n; case "#text": { const r = t; - return (n = { type: "text", value: r.value }), y_(e, r, n), n; + return (n = { type: "text", value: r.value }), f_(e, r, n), n; } default: return ( (n = (function (e, t) { const n = e.schema; - e.schema = t.namespaceURI === b_ ? l_ : i_; + e.schema = t.namespaceURI === d_ ? Kx : Yx; let r = -1; const o = {}; for (; ++r < t.attrs.length; ) { const e = t.attrs[r], n = (e.prefix ? e.prefix + ":" : "") + e.name; - M_.call(H_, n) || (o[n] = e.value); + u_.call(p_, n) || (o[n] = e.value); } - const i = "svg" === e.schema.space ? w_ : v_, - l = i(t.tagName, o, R_(e, t.childNodes)); - if ((y_(e, t, l), "template" === l.tagName)) { + const i = "svg" === e.schema.space ? s_ : C_, + l = i(t.tagName, o, h_(e, t.childNodes)); + if ((f_(e, t, l), "template" === l.tagName)) { const n = t, r = n.sourceCodeLocation, - o = r && r.startTag && V_(r.startTag), - i = r && r.endTag && V_(r.endTag), - a = E_(e, n.content); + o = r && r.startTag && g_(r.startTag), + i = r && r.endTag && g_(r.endTag), + a = m_(e, n.content); o && i && e.file && (a.position = { start: o.end, end: i.start }), (l.content = a); } @@ -30381,19 +30276,19 @@ function E_(e, t) { ); } } -function R_(e, t) { +function h_(e, t) { let n = -1; const r = []; for (; ++n < t.length; ) { - const o = E_(e, t[n]); + const o = m_(e, t[n]); r.push(o); } return r; } -function y_(e, t, n) { +function f_(e, t, n) { if ("sourceCodeLocation" in t && t.sourceCodeLocation && e.file) { const r = (function (e, t, n) { - const r = V_(n); + const r = g_(n); if ("element" === t.type) { const o = t.children[t.children.length - 1]; if ( @@ -30409,11 +30304,11 @@ function y_(e, t, n) { let o; if (n.attrs) for (o in n.attrs) - M_.call(n.attrs, o) && - (r[n_(e.schema, o).property] = V_(n.attrs[o])); + u_.call(n.attrs, o) && + (r[Wx(e.schema, o).property] = g_(n.attrs[o])); n.startTag; - const i = V_(n.startTag), - l = n.endTag ? V_(n.endTag) : void 0, + const i = g_(n.startTag), + l = n.endTag ? g_(n.endTag) : void 0, a = { opening: i }; l && (a.closing = l), (a.properties = r), (t.data = { position: a }); } @@ -30423,26 +30318,26 @@ function y_(e, t, n) { r && ((e.location = !0), (n.position = r)); } } -function V_(e) { - const t = S_({ +function g_(e) { + const t = v_({ line: e.startLine, column: e.startCol, offset: e.startOffset, }), - n = S_({ line: e.endLine, column: e.endCol, offset: e.endOffset }); + n = v_({ line: e.endLine, column: e.endCol, offset: e.endOffset }); return t || n ? { start: t, end: n } : void 0; } -function S_(e) { +function v_(e) { return e.line && e.column ? e : void 0; } -const T_ = new Set([ +const w_ = new Set([ 65534, 65535, 131070, 131071, 196606, 196607, 262142, 262143, 327678, 327679, 393214, 393215, 458750, 458751, 524286, 524287, 589822, 589823, 655358, 655359, 720894, 720895, 786430, 786431, 851966, 851967, 917502, 917503, 983038, 983039, 1048574, 1048575, 1114110, 1114111, ]), - N_ = "�"; -var x_; + L_ = "�"; +var b_; !(function (e) { (e[(e.EOF = -1)] = "EOF"), (e[(e.NULL = 0)] = "NULL"), @@ -30470,17 +30365,17 @@ var x_; (e[(e.GRAVE_ACCENT = 96)] = "GRAVE_ACCENT"), (e[(e.LATIN_SMALL_A = 97)] = "LATIN_SMALL_A"), (e[(e.LATIN_SMALL_Z = 122)] = "LATIN_SMALL_Z"); -})(x_ || (x_ = {})); -const __ = "--", - A_ = "[CDATA[", - Z_ = "doctype", - I_ = "script", - k_ = "public", - O_ = "system"; -function B_(e) { +})(b_ || (b_ = {})); +const M_ = "--", + H_ = "[CDATA[", + E_ = "doctype", + R_ = "script", + y_ = "public", + V_ = "system"; +function T_(e) { return e >= 55296 && e <= 57343; } -function D_(e) { +function S_(e) { return ( (32 !== e && 10 !== e && @@ -30492,10 +30387,10 @@ function D_(e) { (e >= 127 && e <= 159) ); } -function P_(e) { - return (e >= 64976 && e <= 65007) || T_.has(e); +function N_(e) { + return (e >= 64976 && e <= 65007) || w_.has(e); } -var F_; +var x_; !(function (e) { (e.controlCharacterInInputStream = "control-character-in-input-stream"), (e.noncharacterInInputStream = "noncharacter-in-input-stream"), @@ -30579,8 +30474,8 @@ var F_; (e.nestedNoscriptInHead = "nested-noscript-in-head"), (e.eofInElementThatCanContainOnlyText = "eof-in-element-that-can-contain-only-text"); -})(F_ || (F_ = {})); -class U_ { +})(x_ || (x_ = {})); +class __ { constructor(e) { (this.handler = e), (this.html = ""), @@ -30635,8 +30530,8 @@ class U_ { })(t) ) return this.pos++, this._addGap(), 1024 * (e - 55296) + 9216 + t; - } else if (!this.lastChunkWritten) return (this.endOfChunkHit = !0), x_.EOF; - return this._err(F_.surrogateInInputStream), e; + } else if (!this.lastChunkWritten) return (this.endOfChunkHit = !0), b_.EOF; + return this._err(x_.surrogateInInputStream), e; } willDropParsedChunk() { return this.pos > this.bufferWaterline; @@ -30675,9 +30570,9 @@ class U_ { peek(e) { const t = this.pos + e; if (t >= this.html.length) - return (this.endOfChunkHit = !this.lastChunkWritten), x_.EOF; + return (this.endOfChunkHit = !this.lastChunkWritten), b_.EOF; const n = this.html.charCodeAt(t); - return n === x_.CARRIAGE_RETURN ? x_.LINE_FEED : n; + return n === b_.CARRIAGE_RETURN ? b_.LINE_FEED : n; } advance() { if ( @@ -30686,29 +30581,29 @@ class U_ { ((this.isEol = !1), this.line++, (this.lineStartPos = this.pos)), this.pos >= this.html.length) ) - return (this.endOfChunkHit = !this.lastChunkWritten), x_.EOF; + return (this.endOfChunkHit = !this.lastChunkWritten), b_.EOF; let e = this.html.charCodeAt(this.pos); - if (e === x_.CARRIAGE_RETURN) - return (this.isEol = !0), (this.skipNextNewLine = !0), x_.LINE_FEED; - if (e === x_.LINE_FEED && ((this.isEol = !0), this.skipNextNewLine)) + if (e === b_.CARRIAGE_RETURN) + return (this.isEol = !0), (this.skipNextNewLine = !0), b_.LINE_FEED; + if (e === b_.LINE_FEED && ((this.isEol = !0), this.skipNextNewLine)) return ( this.line--, (this.skipNextNewLine = !1), this._addGap(), this.advance() ); - (this.skipNextNewLine = !1), B_(e) && (e = this._processSurrogate(e)); + (this.skipNextNewLine = !1), T_(e) && (e = this._processSurrogate(e)); return ( null === this.handler.onParseError || (e > 31 && e < 127) || - e === x_.LINE_FEED || - e === x_.CARRIAGE_RETURN || + e === b_.LINE_FEED || + e === b_.CARRIAGE_RETURN || (e > 159 && e < 64976) || this._checkForProblematicCharacters(e), e ); } _checkForProblematicCharacters(e) { - D_(e) - ? this._err(F_.controlCharacterInInputStream) - : P_(e) && this._err(F_.noncharacterInInputStream); + S_(e) + ? this._err(x_.controlCharacterInInputStream) + : N_(e) && this._err(x_.noncharacterInInputStream); } retreat(e) { for (this.pos -= e; this.pos < this.lastGapPos; ) @@ -30716,8 +30611,8 @@ class U_ { this.isEol = !1; } } -var z_; -function G_(e, t) { +var A_; +function Z_(e, t) { for (let n = e.attrs.length - 1; n >= 0; n--) if (e.attrs[n].name === t) return e.attrs[n].value; return null; @@ -30732,17 +30627,17 @@ function G_(e, t) { (e[(e.DOCTYPE = 6)] = "DOCTYPE"), (e[(e.EOF = 7)] = "EOF"), (e[(e.HIBERNATION = 8)] = "HIBERNATION"); -})(z_ || (z_ = {})); -var $_, - W_ = new Uint16Array( +})(A_ || (A_ = {})); +var I_, + k_ = new Uint16Array( 'ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌' .split("") .map((e) => e.charCodeAt(0)), ), - j_ = new Uint16Array( + O_ = new Uint16Array( "Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0)), ); -const q_ = new Map([ +const B_ = new Map([ [0, 65533], [128, 8364], [130, 8218], @@ -30772,9 +30667,9 @@ const q_ = new Map([ [158, 382], [159, 376], ]), - Y_ = - null !== ($_ = String.fromCodePoint) && void 0 !== $_ - ? $_ + D_ = + null !== (I_ = String.fromCodePoint) && void 0 !== I_ + ? I_ : function (e) { let t = ""; return ( @@ -30786,7 +30681,7 @@ const q_ = new Map([ t ); }; -var K_; +var P_; !(function (e) { (e[(e.NUM = 35)] = "NUM"), (e[(e.SEMI = 59)] = "SEMI"), @@ -30800,19 +30695,19 @@ var K_; (e[(e.UPPER_A = 65)] = "UPPER_A"), (e[(e.UPPER_F = 70)] = "UPPER_F"), (e[(e.UPPER_Z = 90)] = "UPPER_Z"); -})(K_ || (K_ = {})); -var X_, Q_, J_, eA, tA, nA, rA, oA; -function iA(e) { - return e >= K_.ZERO && e <= K_.NINE; +})(P_ || (P_ = {})); +var F_, U_, z_, G_, $_, W_, j_, q_; +function Y_(e) { + return e >= P_.ZERO && e <= P_.NINE; } -function lA(e) { +function K_(e) { return ( - e === K_.EQUALS || + e === P_.EQUALS || (function (e) { return ( - (e >= K_.UPPER_A && e <= K_.UPPER_Z) || - (e >= K_.LOWER_A && e <= K_.LOWER_Z) || - iA(e) + (e >= P_.UPPER_A && e <= P_.UPPER_Z) || + (e >= P_.LOWER_A && e <= P_.LOWER_Z) || + Y_(e) ); })(e) ); @@ -30821,34 +30716,34 @@ function lA(e) { (e[(e.VALUE_LENGTH = 49152)] = "VALUE_LENGTH"), (e[(e.BRANCH_LENGTH = 16256)] = "BRANCH_LENGTH"), (e[(e.JUMP_TABLE = 127)] = "JUMP_TABLE"); -})(X_ || (X_ = {})), +})(F_ || (F_ = {})), (function (e) { (e[(e.EntityStart = 0)] = "EntityStart"), (e[(e.NumericStart = 1)] = "NumericStart"), (e[(e.NumericDecimal = 2)] = "NumericDecimal"), (e[(e.NumericHex = 3)] = "NumericHex"), (e[(e.NamedEntity = 4)] = "NamedEntity"); - })(Q_ || (Q_ = {})), + })(U_ || (U_ = {})), (function (e) { (e[(e.Legacy = 0)] = "Legacy"), (e[(e.Strict = 1)] = "Strict"), (e[(e.Attribute = 2)] = "Attribute"); - })(J_ || (J_ = {})); -class aA { + })(z_ || (z_ = {})); +class X_ { constructor(e, t, n) { (this.decodeTree = e), (this.emitCodePoint = t), (this.errors = n), - (this.state = Q_.EntityStart), + (this.state = U_.EntityStart), (this.consumed = 1), (this.result = 0), (this.treeIndex = 0), (this.excess = 1), - (this.decodeMode = J_.Strict); + (this.decodeMode = z_.Strict); } startEntity(e) { (this.decodeMode = e), - (this.state = Q_.EntityStart), + (this.state = U_.EntityStart), (this.result = 0), (this.treeIndex = 0), (this.excess = 1), @@ -30856,30 +30751,30 @@ class aA { } write(e, t) { switch (this.state) { - case Q_.EntityStart: - return e.charCodeAt(t) === K_.NUM - ? ((this.state = Q_.NumericStart), + case U_.EntityStart: + return e.charCodeAt(t) === P_.NUM + ? ((this.state = U_.NumericStart), (this.consumed += 1), this.stateNumericStart(e, t + 1)) - : ((this.state = Q_.NamedEntity), this.stateNamedEntity(e, t)); - case Q_.NumericStart: + : ((this.state = U_.NamedEntity), this.stateNamedEntity(e, t)); + case U_.NumericStart: return this.stateNumericStart(e, t); - case Q_.NumericDecimal: + case U_.NumericDecimal: return this.stateNumericDecimal(e, t); - case Q_.NumericHex: + case U_.NumericHex: return this.stateNumericHex(e, t); - case Q_.NamedEntity: + case U_.NamedEntity: return this.stateNamedEntity(e, t); } } stateNumericStart(e, t) { return t >= e.length ? -1 - : (32 | e.charCodeAt(t)) === K_.LOWER_X - ? ((this.state = Q_.NumericHex), + : (32 | e.charCodeAt(t)) === P_.LOWER_X + ? ((this.state = U_.NumericHex), (this.consumed += 1), this.stateNumericHex(e, t + 1)) - : ((this.state = Q_.NumericDecimal), this.stateNumericDecimal(e, t)); + : ((this.state = U_.NumericDecimal), this.stateNumericDecimal(e, t)); } addToNumericResult(e, t, n, r) { if (t !== n) { @@ -30895,10 +30790,10 @@ class aA { const o = e.charCodeAt(t); if ( !( - iA(o) || + Y_(o) || ((r = o), - (r >= K_.UPPER_A && r <= K_.UPPER_F) || - (r >= K_.LOWER_A && r <= K_.LOWER_F)) + (r >= P_.UPPER_A && r <= P_.UPPER_F) || + (r >= P_.LOWER_A && r <= P_.LOWER_F)) ) ) return ( @@ -30913,7 +30808,7 @@ class aA { const n = t; for (; t < e.length; ) { const r = e.charCodeAt(t); - if (!iA(r)) + if (!Y_(r)) return ( this.addToNumericResult(e, n, t, 10), this.emitNumericEntity(r, 2) ); @@ -30930,22 +30825,22 @@ class aA { n.absenceOfDigitsInNumericCharacterReference(this.consumed), 0 ); - if (e === K_.SEMI) this.consumed += 1; - else if (this.decodeMode === J_.Strict) return 0; + if (e === P_.SEMI) this.consumed += 1; + else if (this.decodeMode === z_.Strict) return 0; return ( this.emitCodePoint( (function (e) { var t; return (e >= 55296 && e <= 57343) || e > 1114111 ? 65533 - : null !== (t = q_.get(e)) && void 0 !== t + : null !== (t = B_.get(e)) && void 0 !== t ? t : e; })(this.result), this.consumed, ), this.errors && - (e !== K_.SEMI && this.errors.missingSemicolonAfterCharacterReference(), + (e !== P_.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed ); @@ -30953,27 +30848,27 @@ class aA { stateNamedEntity(e, t) { const { decodeTree: n } = this; let r = n[this.treeIndex], - o = (r & X_.VALUE_LENGTH) >> 14; + o = (r & F_.VALUE_LENGTH) >> 14; for (; t < e.length; t++, this.excess++) { const i = e.charCodeAt(t); if ( - ((this.treeIndex = sA(n, r, this.treeIndex + Math.max(1, o), i)), + ((this.treeIndex = J_(n, r, this.treeIndex + Math.max(1, o), i)), this.treeIndex < 0) ) return 0 === this.result || - (this.decodeMode === J_.Attribute && (0 === o || lA(i))) + (this.decodeMode === z_.Attribute && (0 === o || K_(i))) ? 0 : this.emitNotTerminatedNamedEntity(); if ( - ((r = n[this.treeIndex]), (o = (r & X_.VALUE_LENGTH) >> 14), 0 !== o) + ((r = n[this.treeIndex]), (o = (r & F_.VALUE_LENGTH) >> 14), 0 !== o) ) { - if (i === K_.SEMI) + if (i === P_.SEMI) return this.emitNamedEntityData( this.treeIndex, o, this.consumed + this.excess, ); - this.decodeMode !== J_.Strict && + this.decodeMode !== z_.Strict && ((this.result = this.treeIndex), (this.consumed += this.excess), (this.excess = 0)); @@ -30984,7 +30879,7 @@ class aA { emitNotTerminatedNamedEntity() { var e; const { result: t, decodeTree: n } = this, - r = (n[t] & X_.VALUE_LENGTH) >> 14; + r = (n[t] & F_.VALUE_LENGTH) >> 14; return ( this.emitNamedEntityData(t, r, this.consumed), null === (e = this.errors) || @@ -30996,7 +30891,7 @@ class aA { emitNamedEntityData(e, t, n) { const { decodeTree: r } = this; return ( - this.emitCodePoint(1 === t ? r[e] & ~X_.VALUE_LENGTH : r[e + 1], n), + this.emitCodePoint(1 === t ? r[e] & ~F_.VALUE_LENGTH : r[e + 1], n), 3 === t && this.emitCodePoint(r[e + 2], n), n ); @@ -31004,30 +30899,30 @@ class aA { end() { var e; switch (this.state) { - case Q_.NamedEntity: + case U_.NamedEntity: return 0 === this.result || - (this.decodeMode === J_.Attribute && this.result !== this.treeIndex) + (this.decodeMode === z_.Attribute && this.result !== this.treeIndex) ? 0 : this.emitNotTerminatedNamedEntity(); - case Q_.NumericDecimal: + case U_.NumericDecimal: return this.emitNumericEntity(0, 2); - case Q_.NumericHex: + case U_.NumericHex: return this.emitNumericEntity(0, 3); - case Q_.NumericStart: + case U_.NumericStart: return ( null === (e = this.errors) || void 0 === e || e.absenceOfDigitsInNumericCharacterReference(this.consumed), 0 ); - case Q_.EntityStart: + case U_.EntityStart: return 0; } } } -function CA(e) { +function Q_(e) { let t = ""; - const n = new aA(e, (e) => (t += Y_(e))); + const n = new X_(e, (e) => (t += D_(e))); return function (e, r) { let o = 0, i = 0; @@ -31044,9 +30939,9 @@ function CA(e) { return (t = ""), l; }; } -function sA(e, t, n, r) { - const o = (t & X_.BRANCH_LENGTH) >> 7, - i = t & X_.JUMP_TABLE; +function J_(e, t, n, r) { + const o = (t & F_.BRANCH_LENGTH) >> 7, + i = t & F_.JUMP_TABLE; if (0 === o) return 0 !== i && r === i ? n : -1; if (i) { const t = r - i; @@ -31065,8 +30960,8 @@ function sA(e, t, n, r) { } return -1; } -CA(W_), - CA(j_), +Q_(k_), + Q_(O_), (function (e) { (e.HTML = "http://www.w3.org/1999/xhtml"), (e.MATHML = "http://www.w3.org/1998/Math/MathML"), @@ -31074,7 +30969,7 @@ CA(W_), (e.XLINK = "http://www.w3.org/1999/xlink"), (e.XML = "http://www.w3.org/XML/1998/namespace"), (e.XMLNS = "http://www.w3.org/2000/xmlns/"); - })(eA || (eA = {})), + })(G_ || (G_ = {})), (function (e) { (e.TYPE = "type"), (e.ACTION = "action"), @@ -31084,12 +30979,12 @@ CA(W_), (e.COLOR = "color"), (e.FACE = "face"), (e.SIZE = "size"); - })(tA || (tA = {})), + })($_ || ($_ = {})), (function (e) { (e.NO_QUIRKS = "no-quirks"), (e.QUIRKS = "quirks"), (e.LIMITED_QUIRKS = "limited-quirks"); - })(nA || (nA = {})), + })(W_ || (W_ = {})), (function (e) { (e.A = "a"), (e.ADDRESS = "address"), @@ -31214,7 +31109,7 @@ CA(W_), (e.VAR = "var"), (e.WBR = "wbr"), (e.XMP = "xmp"); - })(rA || (rA = {})), + })(j_ || (j_ = {})), (function (e) { (e[(e.UNKNOWN = 0)] = "UNKNOWN"), (e[(e.A = 1)] = "A"), @@ -31340,244 +31235,244 @@ CA(W_), (e[(e.VAR = 121)] = "VAR"), (e[(e.WBR = 122)] = "WBR"), (e[(e.XMP = 123)] = "XMP"); - })(oA || (oA = {})); -const cA = new Map([ - [rA.A, oA.A], - [rA.ADDRESS, oA.ADDRESS], - [rA.ANNOTATION_XML, oA.ANNOTATION_XML], - [rA.APPLET, oA.APPLET], - [rA.AREA, oA.AREA], - [rA.ARTICLE, oA.ARTICLE], - [rA.ASIDE, oA.ASIDE], - [rA.B, oA.B], - [rA.BASE, oA.BASE], - [rA.BASEFONT, oA.BASEFONT], - [rA.BGSOUND, oA.BGSOUND], - [rA.BIG, oA.BIG], - [rA.BLOCKQUOTE, oA.BLOCKQUOTE], - [rA.BODY, oA.BODY], - [rA.BR, oA.BR], - [rA.BUTTON, oA.BUTTON], - [rA.CAPTION, oA.CAPTION], - [rA.CENTER, oA.CENTER], - [rA.CODE, oA.CODE], - [rA.COL, oA.COL], - [rA.COLGROUP, oA.COLGROUP], - [rA.DD, oA.DD], - [rA.DESC, oA.DESC], - [rA.DETAILS, oA.DETAILS], - [rA.DIALOG, oA.DIALOG], - [rA.DIR, oA.DIR], - [rA.DIV, oA.DIV], - [rA.DL, oA.DL], - [rA.DT, oA.DT], - [rA.EM, oA.EM], - [rA.EMBED, oA.EMBED], - [rA.FIELDSET, oA.FIELDSET], - [rA.FIGCAPTION, oA.FIGCAPTION], - [rA.FIGURE, oA.FIGURE], - [rA.FONT, oA.FONT], - [rA.FOOTER, oA.FOOTER], - [rA.FOREIGN_OBJECT, oA.FOREIGN_OBJECT], - [rA.FORM, oA.FORM], - [rA.FRAME, oA.FRAME], - [rA.FRAMESET, oA.FRAMESET], - [rA.H1, oA.H1], - [rA.H2, oA.H2], - [rA.H3, oA.H3], - [rA.H4, oA.H4], - [rA.H5, oA.H5], - [rA.H6, oA.H6], - [rA.HEAD, oA.HEAD], - [rA.HEADER, oA.HEADER], - [rA.HGROUP, oA.HGROUP], - [rA.HR, oA.HR], - [rA.HTML, oA.HTML], - [rA.I, oA.I], - [rA.IMG, oA.IMG], - [rA.IMAGE, oA.IMAGE], - [rA.INPUT, oA.INPUT], - [rA.IFRAME, oA.IFRAME], - [rA.KEYGEN, oA.KEYGEN], - [rA.LABEL, oA.LABEL], - [rA.LI, oA.LI], - [rA.LINK, oA.LINK], - [rA.LISTING, oA.LISTING], - [rA.MAIN, oA.MAIN], - [rA.MALIGNMARK, oA.MALIGNMARK], - [rA.MARQUEE, oA.MARQUEE], - [rA.MATH, oA.MATH], - [rA.MENU, oA.MENU], - [rA.META, oA.META], - [rA.MGLYPH, oA.MGLYPH], - [rA.MI, oA.MI], - [rA.MO, oA.MO], - [rA.MN, oA.MN], - [rA.MS, oA.MS], - [rA.MTEXT, oA.MTEXT], - [rA.NAV, oA.NAV], - [rA.NOBR, oA.NOBR], - [rA.NOFRAMES, oA.NOFRAMES], - [rA.NOEMBED, oA.NOEMBED], - [rA.NOSCRIPT, oA.NOSCRIPT], - [rA.OBJECT, oA.OBJECT], - [rA.OL, oA.OL], - [rA.OPTGROUP, oA.OPTGROUP], - [rA.OPTION, oA.OPTION], - [rA.P, oA.P], - [rA.PARAM, oA.PARAM], - [rA.PLAINTEXT, oA.PLAINTEXT], - [rA.PRE, oA.PRE], - [rA.RB, oA.RB], - [rA.RP, oA.RP], - [rA.RT, oA.RT], - [rA.RTC, oA.RTC], - [rA.RUBY, oA.RUBY], - [rA.S, oA.S], - [rA.SCRIPT, oA.SCRIPT], - [rA.SEARCH, oA.SEARCH], - [rA.SECTION, oA.SECTION], - [rA.SELECT, oA.SELECT], - [rA.SOURCE, oA.SOURCE], - [rA.SMALL, oA.SMALL], - [rA.SPAN, oA.SPAN], - [rA.STRIKE, oA.STRIKE], - [rA.STRONG, oA.STRONG], - [rA.STYLE, oA.STYLE], - [rA.SUB, oA.SUB], - [rA.SUMMARY, oA.SUMMARY], - [rA.SUP, oA.SUP], - [rA.TABLE, oA.TABLE], - [rA.TBODY, oA.TBODY], - [rA.TEMPLATE, oA.TEMPLATE], - [rA.TEXTAREA, oA.TEXTAREA], - [rA.TFOOT, oA.TFOOT], - [rA.TD, oA.TD], - [rA.TH, oA.TH], - [rA.THEAD, oA.THEAD], - [rA.TITLE, oA.TITLE], - [rA.TR, oA.TR], - [rA.TRACK, oA.TRACK], - [rA.TT, oA.TT], - [rA.U, oA.U], - [rA.UL, oA.UL], - [rA.SVG, oA.SVG], - [rA.VAR, oA.VAR], - [rA.WBR, oA.WBR], - [rA.XMP, oA.XMP], + })(q_ || (q_ = {})); +const eA = new Map([ + [j_.A, q_.A], + [j_.ADDRESS, q_.ADDRESS], + [j_.ANNOTATION_XML, q_.ANNOTATION_XML], + [j_.APPLET, q_.APPLET], + [j_.AREA, q_.AREA], + [j_.ARTICLE, q_.ARTICLE], + [j_.ASIDE, q_.ASIDE], + [j_.B, q_.B], + [j_.BASE, q_.BASE], + [j_.BASEFONT, q_.BASEFONT], + [j_.BGSOUND, q_.BGSOUND], + [j_.BIG, q_.BIG], + [j_.BLOCKQUOTE, q_.BLOCKQUOTE], + [j_.BODY, q_.BODY], + [j_.BR, q_.BR], + [j_.BUTTON, q_.BUTTON], + [j_.CAPTION, q_.CAPTION], + [j_.CENTER, q_.CENTER], + [j_.CODE, q_.CODE], + [j_.COL, q_.COL], + [j_.COLGROUP, q_.COLGROUP], + [j_.DD, q_.DD], + [j_.DESC, q_.DESC], + [j_.DETAILS, q_.DETAILS], + [j_.DIALOG, q_.DIALOG], + [j_.DIR, q_.DIR], + [j_.DIV, q_.DIV], + [j_.DL, q_.DL], + [j_.DT, q_.DT], + [j_.EM, q_.EM], + [j_.EMBED, q_.EMBED], + [j_.FIELDSET, q_.FIELDSET], + [j_.FIGCAPTION, q_.FIGCAPTION], + [j_.FIGURE, q_.FIGURE], + [j_.FONT, q_.FONT], + [j_.FOOTER, q_.FOOTER], + [j_.FOREIGN_OBJECT, q_.FOREIGN_OBJECT], + [j_.FORM, q_.FORM], + [j_.FRAME, q_.FRAME], + [j_.FRAMESET, q_.FRAMESET], + [j_.H1, q_.H1], + [j_.H2, q_.H2], + [j_.H3, q_.H3], + [j_.H4, q_.H4], + [j_.H5, q_.H5], + [j_.H6, q_.H6], + [j_.HEAD, q_.HEAD], + [j_.HEADER, q_.HEADER], + [j_.HGROUP, q_.HGROUP], + [j_.HR, q_.HR], + [j_.HTML, q_.HTML], + [j_.I, q_.I], + [j_.IMG, q_.IMG], + [j_.IMAGE, q_.IMAGE], + [j_.INPUT, q_.INPUT], + [j_.IFRAME, q_.IFRAME], + [j_.KEYGEN, q_.KEYGEN], + [j_.LABEL, q_.LABEL], + [j_.LI, q_.LI], + [j_.LINK, q_.LINK], + [j_.LISTING, q_.LISTING], + [j_.MAIN, q_.MAIN], + [j_.MALIGNMARK, q_.MALIGNMARK], + [j_.MARQUEE, q_.MARQUEE], + [j_.MATH, q_.MATH], + [j_.MENU, q_.MENU], + [j_.META, q_.META], + [j_.MGLYPH, q_.MGLYPH], + [j_.MI, q_.MI], + [j_.MO, q_.MO], + [j_.MN, q_.MN], + [j_.MS, q_.MS], + [j_.MTEXT, q_.MTEXT], + [j_.NAV, q_.NAV], + [j_.NOBR, q_.NOBR], + [j_.NOFRAMES, q_.NOFRAMES], + [j_.NOEMBED, q_.NOEMBED], + [j_.NOSCRIPT, q_.NOSCRIPT], + [j_.OBJECT, q_.OBJECT], + [j_.OL, q_.OL], + [j_.OPTGROUP, q_.OPTGROUP], + [j_.OPTION, q_.OPTION], + [j_.P, q_.P], + [j_.PARAM, q_.PARAM], + [j_.PLAINTEXT, q_.PLAINTEXT], + [j_.PRE, q_.PRE], + [j_.RB, q_.RB], + [j_.RP, q_.RP], + [j_.RT, q_.RT], + [j_.RTC, q_.RTC], + [j_.RUBY, q_.RUBY], + [j_.S, q_.S], + [j_.SCRIPT, q_.SCRIPT], + [j_.SEARCH, q_.SEARCH], + [j_.SECTION, q_.SECTION], + [j_.SELECT, q_.SELECT], + [j_.SOURCE, q_.SOURCE], + [j_.SMALL, q_.SMALL], + [j_.SPAN, q_.SPAN], + [j_.STRIKE, q_.STRIKE], + [j_.STRONG, q_.STRONG], + [j_.STYLE, q_.STYLE], + [j_.SUB, q_.SUB], + [j_.SUMMARY, q_.SUMMARY], + [j_.SUP, q_.SUP], + [j_.TABLE, q_.TABLE], + [j_.TBODY, q_.TBODY], + [j_.TEMPLATE, q_.TEMPLATE], + [j_.TEXTAREA, q_.TEXTAREA], + [j_.TFOOT, q_.TFOOT], + [j_.TD, q_.TD], + [j_.TH, q_.TH], + [j_.THEAD, q_.THEAD], + [j_.TITLE, q_.TITLE], + [j_.TR, q_.TR], + [j_.TRACK, q_.TRACK], + [j_.TT, q_.TT], + [j_.U, q_.U], + [j_.UL, q_.UL], + [j_.SVG, q_.SVG], + [j_.VAR, q_.VAR], + [j_.WBR, q_.WBR], + [j_.XMP, q_.XMP], ]); -function dA(e) { +function tA(e) { var t; - return null !== (t = cA.get(e)) && void 0 !== t ? t : oA.UNKNOWN; -} -const uA = oA, - pA = { - [eA.HTML]: new Set([ - uA.ADDRESS, - uA.APPLET, - uA.AREA, - uA.ARTICLE, - uA.ASIDE, - uA.BASE, - uA.BASEFONT, - uA.BGSOUND, - uA.BLOCKQUOTE, - uA.BODY, - uA.BR, - uA.BUTTON, - uA.CAPTION, - uA.CENTER, - uA.COL, - uA.COLGROUP, - uA.DD, - uA.DETAILS, - uA.DIR, - uA.DIV, - uA.DL, - uA.DT, - uA.EMBED, - uA.FIELDSET, - uA.FIGCAPTION, - uA.FIGURE, - uA.FOOTER, - uA.FORM, - uA.FRAME, - uA.FRAMESET, - uA.H1, - uA.H2, - uA.H3, - uA.H4, - uA.H5, - uA.H6, - uA.HEAD, - uA.HEADER, - uA.HGROUP, - uA.HR, - uA.HTML, - uA.IFRAME, - uA.IMG, - uA.INPUT, - uA.LI, - uA.LINK, - uA.LISTING, - uA.MAIN, - uA.MARQUEE, - uA.MENU, - uA.META, - uA.NAV, - uA.NOEMBED, - uA.NOFRAMES, - uA.NOSCRIPT, - uA.OBJECT, - uA.OL, - uA.P, - uA.PARAM, - uA.PLAINTEXT, - uA.PRE, - uA.SCRIPT, - uA.SECTION, - uA.SELECT, - uA.SOURCE, - uA.STYLE, - uA.SUMMARY, - uA.TABLE, - uA.TBODY, - uA.TD, - uA.TEMPLATE, - uA.TEXTAREA, - uA.TFOOT, - uA.TH, - uA.THEAD, - uA.TITLE, - uA.TR, - uA.TRACK, - uA.UL, - uA.WBR, - uA.XMP, + return null !== (t = eA.get(e)) && void 0 !== t ? t : q_.UNKNOWN; +} +const nA = q_, + rA = { + [G_.HTML]: new Set([ + nA.ADDRESS, + nA.APPLET, + nA.AREA, + nA.ARTICLE, + nA.ASIDE, + nA.BASE, + nA.BASEFONT, + nA.BGSOUND, + nA.BLOCKQUOTE, + nA.BODY, + nA.BR, + nA.BUTTON, + nA.CAPTION, + nA.CENTER, + nA.COL, + nA.COLGROUP, + nA.DD, + nA.DETAILS, + nA.DIR, + nA.DIV, + nA.DL, + nA.DT, + nA.EMBED, + nA.FIELDSET, + nA.FIGCAPTION, + nA.FIGURE, + nA.FOOTER, + nA.FORM, + nA.FRAME, + nA.FRAMESET, + nA.H1, + nA.H2, + nA.H3, + nA.H4, + nA.H5, + nA.H6, + nA.HEAD, + nA.HEADER, + nA.HGROUP, + nA.HR, + nA.HTML, + nA.IFRAME, + nA.IMG, + nA.INPUT, + nA.LI, + nA.LINK, + nA.LISTING, + nA.MAIN, + nA.MARQUEE, + nA.MENU, + nA.META, + nA.NAV, + nA.NOEMBED, + nA.NOFRAMES, + nA.NOSCRIPT, + nA.OBJECT, + nA.OL, + nA.P, + nA.PARAM, + nA.PLAINTEXT, + nA.PRE, + nA.SCRIPT, + nA.SECTION, + nA.SELECT, + nA.SOURCE, + nA.STYLE, + nA.SUMMARY, + nA.TABLE, + nA.TBODY, + nA.TD, + nA.TEMPLATE, + nA.TEXTAREA, + nA.TFOOT, + nA.TH, + nA.THEAD, + nA.TITLE, + nA.TR, + nA.TRACK, + nA.UL, + nA.WBR, + nA.XMP, ]), - [eA.MATHML]: new Set([ - uA.MI, - uA.MO, - uA.MN, - uA.MS, - uA.MTEXT, - uA.ANNOTATION_XML, + [G_.MATHML]: new Set([ + nA.MI, + nA.MO, + nA.MN, + nA.MS, + nA.MTEXT, + nA.ANNOTATION_XML, ]), - [eA.SVG]: new Set([uA.TITLE, uA.FOREIGN_OBJECT, uA.DESC]), - [eA.XLINK]: new Set(), - [eA.XML]: new Set(), - [eA.XMLNS]: new Set(), + [G_.SVG]: new Set([nA.TITLE, nA.FOREIGN_OBJECT, nA.DESC]), + [G_.XLINK]: new Set(), + [G_.XML]: new Set(), + [G_.XMLNS]: new Set(), }, - mA = new Set([uA.H1, uA.H2, uA.H3, uA.H4, uA.H5, uA.H6]); -var hA; + oA = new Set([nA.H1, nA.H2, nA.H3, nA.H4, nA.H5, nA.H6]); +var iA; new Set([ - rA.STYLE, - rA.SCRIPT, - rA.XMP, - rA.IFRAME, - rA.NOEMBED, - rA.NOFRAMES, - rA.PLAINTEXT, + j_.STYLE, + j_.SCRIPT, + j_.XMP, + j_.IFRAME, + j_.NOEMBED, + j_.NOFRAMES, + j_.PLAINTEXT, ]), (function (e) { (e[(e.DATA = 0)] = "DATA"), @@ -31679,48 +31574,48 @@ new Set([ (e[(e.CDATA_SECTION_END = 70)] = "CDATA_SECTION_END"), (e[(e.CHARACTER_REFERENCE = 71)] = "CHARACTER_REFERENCE"), (e[(e.AMBIGUOUS_AMPERSAND = 72)] = "AMBIGUOUS_AMPERSAND"); - })(hA || (hA = {})); -const fA = { - DATA: hA.DATA, - RCDATA: hA.RCDATA, - RAWTEXT: hA.RAWTEXT, - SCRIPT_DATA: hA.SCRIPT_DATA, - PLAINTEXT: hA.PLAINTEXT, - CDATA_SECTION: hA.CDATA_SECTION, + })(iA || (iA = {})); +const lA = { + DATA: iA.DATA, + RCDATA: iA.RCDATA, + RAWTEXT: iA.RAWTEXT, + SCRIPT_DATA: iA.SCRIPT_DATA, + PLAINTEXT: iA.PLAINTEXT, + CDATA_SECTION: iA.CDATA_SECTION, }; -function gA(e) { - return e >= x_.LATIN_CAPITAL_A && e <= x_.LATIN_CAPITAL_Z; +function aA(e) { + return e >= b_.LATIN_CAPITAL_A && e <= b_.LATIN_CAPITAL_Z; } -function vA(e) { +function CA(e) { return ( (function (e) { - return e >= x_.LATIN_SMALL_A && e <= x_.LATIN_SMALL_Z; - })(e) || gA(e) + return e >= b_.LATIN_SMALL_A && e <= b_.LATIN_SMALL_Z; + })(e) || aA(e) ); } -function wA(e) { +function sA(e) { return ( - vA(e) || + CA(e) || (function (e) { - return e >= x_.DIGIT_0 && e <= x_.DIGIT_9; + return e >= b_.DIGIT_0 && e <= b_.DIGIT_9; })(e) ); } -function LA(e) { +function cA(e) { return e + 32; } -function bA(e) { +function dA(e) { return ( - e === x_.SPACE || - e === x_.LINE_FEED || - e === x_.TABULATION || - e === x_.FORM_FEED + e === b_.SPACE || + e === b_.LINE_FEED || + e === b_.TABULATION || + e === b_.FORM_FEED ); } -function MA(e) { - return bA(e) || e === x_.SOLIDUS || e === x_.GREATER_THAN_SIGN; +function uA(e) { + return dA(e) || e === b_.SOLIDUS || e === b_.GREATER_THAN_SIGN; } -class HA { +class pA { constructor(e, t) { (this.options = e), (this.handler = t), @@ -31729,17 +31624,17 @@ class HA { (this.inForeignNode = !1), (this.lastStartTagName = ""), (this.active = !1), - (this.state = hA.DATA), - (this.returnState = hA.DATA), + (this.state = iA.DATA), + (this.returnState = iA.DATA), (this.entityStartPos = 0), (this.consumedAfterSnapshot = -1), (this.currentCharacterToken = null), (this.currentToken = null), (this.currentAttr = { name: "", value: "" }), - (this.preprocessor = new U_(t)), + (this.preprocessor = new __(t)), (this.currentLocation = this.getCurrentLocation(-1)), - (this.entityDecoder = new aA( - W_, + (this.entityDecoder = new X_( + k_, (e, t) => { (this.preprocessor.pos = this.entityStartPos + t - 1), this._flushCodePointConsumedAsCharacterReference(e); @@ -31747,26 +31642,26 @@ class HA { t.onParseError ? { missingSemicolonAfterCharacterReference: () => { - this._err(F_.missingSemicolonAfterCharacterReference, 1); + this._err(x_.missingSemicolonAfterCharacterReference, 1); }, absenceOfDigitsInNumericCharacterReference: (e) => { this._err( - F_.absenceOfDigitsInNumericCharacterReference, + x_.absenceOfDigitsInNumericCharacterReference, this.entityStartPos - this.preprocessor.pos + e, ); }, validateNumericCharacterReference: (e) => { const t = (function (e) { - return e === x_.NULL - ? F_.nullCharacterReference + return e === b_.NULL + ? x_.nullCharacterReference : e > 1114111 - ? F_.characterReferenceOutsideUnicodeRange - : B_(e) - ? F_.surrogateCharacterReference - : P_(e) - ? F_.noncharacterCharacterReference - : D_(e) || e === x_.CARRIAGE_RETURN - ? F_.controlCharacterReference + ? x_.characterReferenceOutsideUnicodeRange + : T_(e) + ? x_.surrogateCharacterReference + : N_(e) + ? x_.noncharacterCharacterReference + : S_(e) || e === b_.CARRIAGE_RETURN + ? x_.controlCharacterReference : null; })(e); t && this._err(t, 1); @@ -31846,9 +31741,9 @@ class HA { } _createStartTagToken() { this.currentToken = { - type: z_.START_TAG, + type: A_.START_TAG, tagName: "", - tagID: oA.UNKNOWN, + tagID: q_.UNKNOWN, selfClosing: !1, ackSelfClosing: !1, attrs: [], @@ -31857,9 +31752,9 @@ class HA { } _createEndTagToken() { this.currentToken = { - type: z_.END_TAG, + type: A_.END_TAG, tagName: "", - tagID: oA.UNKNOWN, + tagID: q_.UNKNOWN, selfClosing: !1, ackSelfClosing: !1, attrs: [], @@ -31868,14 +31763,14 @@ class HA { } _createCommentToken(e) { this.currentToken = { - type: z_.COMMENT, + type: A_.COMMENT, data: "", location: this.getCurrentLocation(e), }; } _createDoctypeToken(e) { this.currentToken = { - type: z_.DOCTYPE, + type: A_.DOCTYPE, name: e, forceQuirks: !1, publicId: null, @@ -31897,7 +31792,7 @@ class HA { _leaveAttrName() { var e, t; const n = this.currentToken; - if (null === G_(n, this.currentAttr.name)) { + if (null === Z_(n, this.currentAttr.name)) { if ( (n.attrs.push(this.currentAttr), n.location && this.currentLocation) ) { @@ -31907,7 +31802,7 @@ class HA { this.currentLocation), this._leaveAttrValue(); } - } else this._err(F_.duplicateAttribute); + } else this._err(x_.duplicateAttribute); } _leaveAttrValue() { this.currentLocation && @@ -31927,11 +31822,11 @@ class HA { emitCurrentTagToken() { const e = this.currentToken; this.prepareToken(e), - (e.tagID = dA(e.tagName)), - e.type === z_.START_TAG + (e.tagID = tA(e.tagName)), + e.type === A_.START_TAG ? ((this.lastStartTagName = e.tagName), this.handler.onStartTag(e)) - : (e.attrs.length > 0 && this._err(F_.endTagWithAttributes), - e.selfClosing && this._err(F_.endTagWithTrailingSolidus), + : (e.attrs.length > 0 && this._err(x_.endTagWithAttributes), + e.selfClosing && this._err(x_.endTagWithTrailingSolidus), this.handler.onEndTag(e)), this.preprocessor.dropParsedChunk(); } @@ -31955,13 +31850,13 @@ class HA { (this.currentCharacterToken.location.endOffset = e.startOffset)), this.currentCharacterToken.type) ) { - case z_.CHARACTER: + case A_.CHARACTER: this.handler.onCharacter(this.currentCharacterToken); break; - case z_.NULL_CHARACTER: + case A_.NULL_CHARACTER: this.handler.onNullCharacter(this.currentCharacterToken); break; - case z_.WHITESPACE_CHARACTER: + case A_.WHITESPACE_CHARACTER: this.handler.onWhitespaceCharacter(this.currentCharacterToken); } this.currentCharacterToken = null; @@ -31974,7 +31869,7 @@ class HA { (e.endCol = e.startCol), (e.endOffset = e.startOffset)), this._emitCurrentCharacterToken(e), - this.handler.onEof({ type: z_.EOF, location: e }), + this.handler.onEof({ type: A_.EOF, location: e }), (this.active = !1); } _appendCharToCurrentCharacterToken(e, t) { @@ -31988,29 +31883,29 @@ class HA { this._createCharacterToken(e, t); } _emitCodePoint(e) { - const t = bA(e) - ? z_.WHITESPACE_CHARACTER - : e === x_.NULL - ? z_.NULL_CHARACTER - : z_.CHARACTER; + const t = dA(e) + ? A_.WHITESPACE_CHARACTER + : e === b_.NULL + ? A_.NULL_CHARACTER + : A_.CHARACTER; this._appendCharToCurrentCharacterToken(t, String.fromCodePoint(e)); } _emitChars(e) { - this._appendCharToCurrentCharacterToken(z_.CHARACTER, e); + this._appendCharToCurrentCharacterToken(A_.CHARACTER, e); } _startCharacterReference() { (this.returnState = this.state), - (this.state = hA.CHARACTER_REFERENCE), + (this.state = iA.CHARACTER_REFERENCE), (this.entityStartPos = this.preprocessor.pos), this.entityDecoder.startEntity( - this._isCharacterReferenceInAttribute() ? J_.Attribute : J_.Legacy, + this._isCharacterReferenceInAttribute() ? z_.Attribute : z_.Legacy, ); } _isCharacterReferenceInAttribute() { return ( - this.returnState === hA.ATTRIBUTE_VALUE_DOUBLE_QUOTED || - this.returnState === hA.ATTRIBUTE_VALUE_SINGLE_QUOTED || - this.returnState === hA.ATTRIBUTE_VALUE_UNQUOTED + this.returnState === iA.ATTRIBUTE_VALUE_DOUBLE_QUOTED || + this.returnState === iA.ATTRIBUTE_VALUE_SINGLE_QUOTED || + this.returnState === iA.ATTRIBUTE_VALUE_UNQUOTED ); } _flushCodePointConsumedAsCharacterReference(e) { @@ -32020,223 +31915,223 @@ class HA { } _callState(e) { switch (this.state) { - case hA.DATA: + case iA.DATA: this._stateData(e); break; - case hA.RCDATA: + case iA.RCDATA: this._stateRcdata(e); break; - case hA.RAWTEXT: + case iA.RAWTEXT: this._stateRawtext(e); break; - case hA.SCRIPT_DATA: + case iA.SCRIPT_DATA: this._stateScriptData(e); break; - case hA.PLAINTEXT: + case iA.PLAINTEXT: this._statePlaintext(e); break; - case hA.TAG_OPEN: + case iA.TAG_OPEN: this._stateTagOpen(e); break; - case hA.END_TAG_OPEN: + case iA.END_TAG_OPEN: this._stateEndTagOpen(e); break; - case hA.TAG_NAME: + case iA.TAG_NAME: this._stateTagName(e); break; - case hA.RCDATA_LESS_THAN_SIGN: + case iA.RCDATA_LESS_THAN_SIGN: this._stateRcdataLessThanSign(e); break; - case hA.RCDATA_END_TAG_OPEN: + case iA.RCDATA_END_TAG_OPEN: this._stateRcdataEndTagOpen(e); break; - case hA.RCDATA_END_TAG_NAME: + case iA.RCDATA_END_TAG_NAME: this._stateRcdataEndTagName(e); break; - case hA.RAWTEXT_LESS_THAN_SIGN: + case iA.RAWTEXT_LESS_THAN_SIGN: this._stateRawtextLessThanSign(e); break; - case hA.RAWTEXT_END_TAG_OPEN: + case iA.RAWTEXT_END_TAG_OPEN: this._stateRawtextEndTagOpen(e); break; - case hA.RAWTEXT_END_TAG_NAME: + case iA.RAWTEXT_END_TAG_NAME: this._stateRawtextEndTagName(e); break; - case hA.SCRIPT_DATA_LESS_THAN_SIGN: + case iA.SCRIPT_DATA_LESS_THAN_SIGN: this._stateScriptDataLessThanSign(e); break; - case hA.SCRIPT_DATA_END_TAG_OPEN: + case iA.SCRIPT_DATA_END_TAG_OPEN: this._stateScriptDataEndTagOpen(e); break; - case hA.SCRIPT_DATA_END_TAG_NAME: + case iA.SCRIPT_DATA_END_TAG_NAME: this._stateScriptDataEndTagName(e); break; - case hA.SCRIPT_DATA_ESCAPE_START: + case iA.SCRIPT_DATA_ESCAPE_START: this._stateScriptDataEscapeStart(e); break; - case hA.SCRIPT_DATA_ESCAPE_START_DASH: + case iA.SCRIPT_DATA_ESCAPE_START_DASH: this._stateScriptDataEscapeStartDash(e); break; - case hA.SCRIPT_DATA_ESCAPED: + case iA.SCRIPT_DATA_ESCAPED: this._stateScriptDataEscaped(e); break; - case hA.SCRIPT_DATA_ESCAPED_DASH: + case iA.SCRIPT_DATA_ESCAPED_DASH: this._stateScriptDataEscapedDash(e); break; - case hA.SCRIPT_DATA_ESCAPED_DASH_DASH: + case iA.SCRIPT_DATA_ESCAPED_DASH_DASH: this._stateScriptDataEscapedDashDash(e); break; - case hA.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN: + case iA.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN: this._stateScriptDataEscapedLessThanSign(e); break; - case hA.SCRIPT_DATA_ESCAPED_END_TAG_OPEN: + case iA.SCRIPT_DATA_ESCAPED_END_TAG_OPEN: this._stateScriptDataEscapedEndTagOpen(e); break; - case hA.SCRIPT_DATA_ESCAPED_END_TAG_NAME: + case iA.SCRIPT_DATA_ESCAPED_END_TAG_NAME: this._stateScriptDataEscapedEndTagName(e); break; - case hA.SCRIPT_DATA_DOUBLE_ESCAPE_START: + case iA.SCRIPT_DATA_DOUBLE_ESCAPE_START: this._stateScriptDataDoubleEscapeStart(e); break; - case hA.SCRIPT_DATA_DOUBLE_ESCAPED: + case iA.SCRIPT_DATA_DOUBLE_ESCAPED: this._stateScriptDataDoubleEscaped(e); break; - case hA.SCRIPT_DATA_DOUBLE_ESCAPED_DASH: + case iA.SCRIPT_DATA_DOUBLE_ESCAPED_DASH: this._stateScriptDataDoubleEscapedDash(e); break; - case hA.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH: + case iA.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH: this._stateScriptDataDoubleEscapedDashDash(e); break; - case hA.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN: + case iA.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN: this._stateScriptDataDoubleEscapedLessThanSign(e); break; - case hA.SCRIPT_DATA_DOUBLE_ESCAPE_END: + case iA.SCRIPT_DATA_DOUBLE_ESCAPE_END: this._stateScriptDataDoubleEscapeEnd(e); break; - case hA.BEFORE_ATTRIBUTE_NAME: + case iA.BEFORE_ATTRIBUTE_NAME: this._stateBeforeAttributeName(e); break; - case hA.ATTRIBUTE_NAME: + case iA.ATTRIBUTE_NAME: this._stateAttributeName(e); break; - case hA.AFTER_ATTRIBUTE_NAME: + case iA.AFTER_ATTRIBUTE_NAME: this._stateAfterAttributeName(e); break; - case hA.BEFORE_ATTRIBUTE_VALUE: + case iA.BEFORE_ATTRIBUTE_VALUE: this._stateBeforeAttributeValue(e); break; - case hA.ATTRIBUTE_VALUE_DOUBLE_QUOTED: + case iA.ATTRIBUTE_VALUE_DOUBLE_QUOTED: this._stateAttributeValueDoubleQuoted(e); break; - case hA.ATTRIBUTE_VALUE_SINGLE_QUOTED: + case iA.ATTRIBUTE_VALUE_SINGLE_QUOTED: this._stateAttributeValueSingleQuoted(e); break; - case hA.ATTRIBUTE_VALUE_UNQUOTED: + case iA.ATTRIBUTE_VALUE_UNQUOTED: this._stateAttributeValueUnquoted(e); break; - case hA.AFTER_ATTRIBUTE_VALUE_QUOTED: + case iA.AFTER_ATTRIBUTE_VALUE_QUOTED: this._stateAfterAttributeValueQuoted(e); break; - case hA.SELF_CLOSING_START_TAG: + case iA.SELF_CLOSING_START_TAG: this._stateSelfClosingStartTag(e); break; - case hA.BOGUS_COMMENT: + case iA.BOGUS_COMMENT: this._stateBogusComment(e); break; - case hA.MARKUP_DECLARATION_OPEN: + case iA.MARKUP_DECLARATION_OPEN: this._stateMarkupDeclarationOpen(e); break; - case hA.COMMENT_START: + case iA.COMMENT_START: this._stateCommentStart(e); break; - case hA.COMMENT_START_DASH: + case iA.COMMENT_START_DASH: this._stateCommentStartDash(e); break; - case hA.COMMENT: + case iA.COMMENT: this._stateComment(e); break; - case hA.COMMENT_LESS_THAN_SIGN: + case iA.COMMENT_LESS_THAN_SIGN: this._stateCommentLessThanSign(e); break; - case hA.COMMENT_LESS_THAN_SIGN_BANG: + case iA.COMMENT_LESS_THAN_SIGN_BANG: this._stateCommentLessThanSignBang(e); break; - case hA.COMMENT_LESS_THAN_SIGN_BANG_DASH: + case iA.COMMENT_LESS_THAN_SIGN_BANG_DASH: this._stateCommentLessThanSignBangDash(e); break; - case hA.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH: + case iA.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH: this._stateCommentLessThanSignBangDashDash(e); break; - case hA.COMMENT_END_DASH: + case iA.COMMENT_END_DASH: this._stateCommentEndDash(e); break; - case hA.COMMENT_END: + case iA.COMMENT_END: this._stateCommentEnd(e); break; - case hA.COMMENT_END_BANG: + case iA.COMMENT_END_BANG: this._stateCommentEndBang(e); break; - case hA.DOCTYPE: + case iA.DOCTYPE: this._stateDoctype(e); break; - case hA.BEFORE_DOCTYPE_NAME: + case iA.BEFORE_DOCTYPE_NAME: this._stateBeforeDoctypeName(e); break; - case hA.DOCTYPE_NAME: + case iA.DOCTYPE_NAME: this._stateDoctypeName(e); break; - case hA.AFTER_DOCTYPE_NAME: + case iA.AFTER_DOCTYPE_NAME: this._stateAfterDoctypeName(e); break; - case hA.AFTER_DOCTYPE_PUBLIC_KEYWORD: + case iA.AFTER_DOCTYPE_PUBLIC_KEYWORD: this._stateAfterDoctypePublicKeyword(e); break; - case hA.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER: + case iA.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER: this._stateBeforeDoctypePublicIdentifier(e); break; - case hA.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED: + case iA.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED: this._stateDoctypePublicIdentifierDoubleQuoted(e); break; - case hA.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED: + case iA.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED: this._stateDoctypePublicIdentifierSingleQuoted(e); break; - case hA.AFTER_DOCTYPE_PUBLIC_IDENTIFIER: + case iA.AFTER_DOCTYPE_PUBLIC_IDENTIFIER: this._stateAfterDoctypePublicIdentifier(e); break; - case hA.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS: + case iA.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS: this._stateBetweenDoctypePublicAndSystemIdentifiers(e); break; - case hA.AFTER_DOCTYPE_SYSTEM_KEYWORD: + case iA.AFTER_DOCTYPE_SYSTEM_KEYWORD: this._stateAfterDoctypeSystemKeyword(e); break; - case hA.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER: + case iA.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER: this._stateBeforeDoctypeSystemIdentifier(e); break; - case hA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED: + case iA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED: this._stateDoctypeSystemIdentifierDoubleQuoted(e); break; - case hA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED: + case iA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED: this._stateDoctypeSystemIdentifierSingleQuoted(e); break; - case hA.AFTER_DOCTYPE_SYSTEM_IDENTIFIER: + case iA.AFTER_DOCTYPE_SYSTEM_IDENTIFIER: this._stateAfterDoctypeSystemIdentifier(e); break; - case hA.BOGUS_DOCTYPE: + case iA.BOGUS_DOCTYPE: this._stateBogusDoctype(e); break; - case hA.CDATA_SECTION: + case iA.CDATA_SECTION: this._stateCdataSection(e); break; - case hA.CDATA_SECTION_BRACKET: + case iA.CDATA_SECTION_BRACKET: this._stateCdataSectionBracket(e); break; - case hA.CDATA_SECTION_END: + case iA.CDATA_SECTION_END: this._stateCdataSectionEnd(e); break; - case hA.CHARACTER_REFERENCE: + case iA.CHARACTER_REFERENCE: this._stateCharacterReference(); break; - case hA.AMBIGUOUS_AMPERSAND: + case iA.AMBIGUOUS_AMPERSAND: this._stateAmbiguousAmpersand(e); break; default: @@ -32245,16 +32140,16 @@ class HA { } _stateData(e) { switch (e) { - case x_.LESS_THAN_SIGN: - this.state = hA.TAG_OPEN; + case b_.LESS_THAN_SIGN: + this.state = iA.TAG_OPEN; break; - case x_.AMPERSAND: + case b_.AMPERSAND: this._startCharacterReference(); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), this._emitCodePoint(e); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), this._emitCodePoint(e); break; - case x_.EOF: + case b_.EOF: this._emitEOFToken(); break; default: @@ -32263,16 +32158,16 @@ class HA { } _stateRcdata(e) { switch (e) { - case x_.AMPERSAND: + case b_.AMPERSAND: this._startCharacterReference(); break; - case x_.LESS_THAN_SIGN: - this.state = hA.RCDATA_LESS_THAN_SIGN; + case b_.LESS_THAN_SIGN: + this.state = iA.RCDATA_LESS_THAN_SIGN; break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), this._emitChars(N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), this._emitChars(L_); break; - case x_.EOF: + case b_.EOF: this._emitEOFToken(); break; default: @@ -32281,13 +32176,13 @@ class HA { } _stateRawtext(e) { switch (e) { - case x_.LESS_THAN_SIGN: - this.state = hA.RAWTEXT_LESS_THAN_SIGN; + case b_.LESS_THAN_SIGN: + this.state = iA.RAWTEXT_LESS_THAN_SIGN; break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), this._emitChars(N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), this._emitChars(L_); break; - case x_.EOF: + case b_.EOF: this._emitEOFToken(); break; default: @@ -32296,13 +32191,13 @@ class HA { } _stateScriptData(e) { switch (e) { - case x_.LESS_THAN_SIGN: - this.state = hA.SCRIPT_DATA_LESS_THAN_SIGN; + case b_.LESS_THAN_SIGN: + this.state = iA.SCRIPT_DATA_LESS_THAN_SIGN; break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), this._emitChars(N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), this._emitChars(L_); break; - case x_.EOF: + case b_.EOF: this._emitEOFToken(); break; default: @@ -32311,10 +32206,10 @@ class HA { } _statePlaintext(e) { switch (e) { - case x_.NULL: - this._err(F_.unexpectedNullCharacter), this._emitChars(N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), this._emitChars(L_); break; - case x_.EOF: + case b_.EOF: this._emitEOFToken(); break; default: @@ -32322,92 +32217,92 @@ class HA { } } _stateTagOpen(e) { - if (vA(e)) + if (CA(e)) this._createStartTagToken(), - (this.state = hA.TAG_NAME), + (this.state = iA.TAG_NAME), this._stateTagName(e); else switch (e) { - case x_.EXCLAMATION_MARK: - this.state = hA.MARKUP_DECLARATION_OPEN; + case b_.EXCLAMATION_MARK: + this.state = iA.MARKUP_DECLARATION_OPEN; break; - case x_.SOLIDUS: - this.state = hA.END_TAG_OPEN; + case b_.SOLIDUS: + this.state = iA.END_TAG_OPEN; break; - case x_.QUESTION_MARK: - this._err(F_.unexpectedQuestionMarkInsteadOfTagName), + case b_.QUESTION_MARK: + this._err(x_.unexpectedQuestionMarkInsteadOfTagName), this._createCommentToken(1), - (this.state = hA.BOGUS_COMMENT), + (this.state = iA.BOGUS_COMMENT), this._stateBogusComment(e); break; - case x_.EOF: - this._err(F_.eofBeforeTagName), + case b_.EOF: + this._err(x_.eofBeforeTagName), this._emitChars("<"), this._emitEOFToken(); break; default: - this._err(F_.invalidFirstCharacterOfTagName), + this._err(x_.invalidFirstCharacterOfTagName), this._emitChars("<"), - (this.state = hA.DATA), + (this.state = iA.DATA), this._stateData(e); } } _stateEndTagOpen(e) { - if (vA(e)) + if (CA(e)) this._createEndTagToken(), - (this.state = hA.TAG_NAME), + (this.state = iA.TAG_NAME), this._stateTagName(e); else switch (e) { - case x_.GREATER_THAN_SIGN: - this._err(F_.missingEndTagName), (this.state = hA.DATA); + case b_.GREATER_THAN_SIGN: + this._err(x_.missingEndTagName), (this.state = iA.DATA); break; - case x_.EOF: - this._err(F_.eofBeforeTagName), + case b_.EOF: + this._err(x_.eofBeforeTagName), this._emitChars(""); + case b_.GREATER_THAN_SIGN: + (this.state = iA.SCRIPT_DATA), this._emitChars(">"); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), - (this.state = hA.SCRIPT_DATA_ESCAPED), - this._emitChars(N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), + (this.state = iA.SCRIPT_DATA_ESCAPED), + this._emitChars(L_); break; - case x_.EOF: - this._err(F_.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); break; default: - (this.state = hA.SCRIPT_DATA_ESCAPED), this._emitCodePoint(e); + (this.state = iA.SCRIPT_DATA_ESCAPED), this._emitCodePoint(e); } } _stateScriptDataEscapedLessThanSign(e) { - e === x_.SOLIDUS - ? (this.state = hA.SCRIPT_DATA_ESCAPED_END_TAG_OPEN) - : vA(e) + e === b_.SOLIDUS + ? (this.state = iA.SCRIPT_DATA_ESCAPED_END_TAG_OPEN) + : CA(e) ? (this._emitChars("<"), - (this.state = hA.SCRIPT_DATA_DOUBLE_ESCAPE_START), + (this.state = iA.SCRIPT_DATA_DOUBLE_ESCAPE_START), this._stateScriptDataDoubleEscapeStart(e)) : (this._emitChars("<"), - (this.state = hA.SCRIPT_DATA_ESCAPED), + (this.state = iA.SCRIPT_DATA_ESCAPED), this._stateScriptDataEscaped(e)); } _stateScriptDataEscapedEndTagOpen(e) { - vA(e) - ? ((this.state = hA.SCRIPT_DATA_ESCAPED_END_TAG_NAME), + CA(e) + ? ((this.state = iA.SCRIPT_DATA_ESCAPED_END_TAG_NAME), this._stateScriptDataEscapedEndTagName(e)) : (this._emitChars(""); + case b_.GREATER_THAN_SIGN: + (this.state = iA.SCRIPT_DATA), this._emitChars(">"); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), - (this.state = hA.SCRIPT_DATA_DOUBLE_ESCAPED), - this._emitChars(N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), + (this.state = iA.SCRIPT_DATA_DOUBLE_ESCAPED), + this._emitChars(L_); break; - case x_.EOF: - this._err(F_.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInScriptHtmlCommentLikeText), this._emitEOFToken(); break; default: - (this.state = hA.SCRIPT_DATA_DOUBLE_ESCAPED), this._emitCodePoint(e); + (this.state = iA.SCRIPT_DATA_DOUBLE_ESCAPED), this._emitCodePoint(e); } } _stateScriptDataDoubleEscapedLessThanSign(e) { - e === x_.SOLIDUS - ? ((this.state = hA.SCRIPT_DATA_DOUBLE_ESCAPE_END), this._emitChars("/")) - : ((this.state = hA.SCRIPT_DATA_DOUBLE_ESCAPED), + e === b_.SOLIDUS + ? ((this.state = iA.SCRIPT_DATA_DOUBLE_ESCAPE_END), this._emitChars("/")) + : ((this.state = iA.SCRIPT_DATA_DOUBLE_ESCAPED), this._stateScriptDataDoubleEscaped(e)); } _stateScriptDataDoubleEscapeEnd(e) { if ( - this.preprocessor.startsWith(I_, !1) && - MA(this.preprocessor.peek(I_.length)) + this.preprocessor.startsWith(R_, !1) && + uA(this.preprocessor.peek(R_.length)) ) { this._emitCodePoint(e); - for (let e = 0; e < I_.length; e++) this._emitCodePoint(this._consume()); - this.state = hA.SCRIPT_DATA_ESCAPED; + for (let e = 0; e < R_.length; e++) this._emitCodePoint(this._consume()); + this.state = iA.SCRIPT_DATA_ESCAPED; } else this._ensureHibernation() || - ((this.state = hA.SCRIPT_DATA_DOUBLE_ESCAPED), + ((this.state = iA.SCRIPT_DATA_DOUBLE_ESCAPED), this._stateScriptDataDoubleEscaped(e)); } _stateBeforeAttributeName(e) { switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.SOLIDUS: - case x_.GREATER_THAN_SIGN: - case x_.EOF: - (this.state = hA.AFTER_ATTRIBUTE_NAME), + case b_.SOLIDUS: + case b_.GREATER_THAN_SIGN: + case b_.EOF: + (this.state = iA.AFTER_ATTRIBUTE_NAME), this._stateAfterAttributeName(e); break; - case x_.EQUALS_SIGN: - this._err(F_.unexpectedEqualsSignBeforeAttributeName), + case b_.EQUALS_SIGN: + this._err(x_.unexpectedEqualsSignBeforeAttributeName), this._createAttr("="), - (this.state = hA.ATTRIBUTE_NAME); + (this.state = iA.ATTRIBUTE_NAME); break; default: this._createAttr(""), - (this.state = hA.ATTRIBUTE_NAME), + (this.state = iA.ATTRIBUTE_NAME), this._stateAttributeName(e); } } _stateAttributeName(e) { switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: - case x_.SOLIDUS: - case x_.GREATER_THAN_SIGN: - case x_.EOF: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: + case b_.SOLIDUS: + case b_.GREATER_THAN_SIGN: + case b_.EOF: this._leaveAttrName(), - (this.state = hA.AFTER_ATTRIBUTE_NAME), + (this.state = iA.AFTER_ATTRIBUTE_NAME), this._stateAfterAttributeName(e); break; - case x_.EQUALS_SIGN: - this._leaveAttrName(), (this.state = hA.BEFORE_ATTRIBUTE_VALUE); + case b_.EQUALS_SIGN: + this._leaveAttrName(), (this.state = iA.BEFORE_ATTRIBUTE_VALUE); break; - case x_.QUOTATION_MARK: - case x_.APOSTROPHE: - case x_.LESS_THAN_SIGN: - this._err(F_.unexpectedCharacterInAttributeName), + case b_.QUOTATION_MARK: + case b_.APOSTROPHE: + case b_.LESS_THAN_SIGN: + this._err(x_.unexpectedCharacterInAttributeName), (this.currentAttr.name += String.fromCodePoint(e)); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (this.currentAttr.name += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (this.currentAttr.name += L_); break; default: - this.currentAttr.name += String.fromCodePoint(gA(e) ? LA(e) : e); + this.currentAttr.name += String.fromCodePoint(aA(e) ? cA(e) : e); } } _stateAfterAttributeName(e) { switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.SOLIDUS: - this.state = hA.SELF_CLOSING_START_TAG; + case b_.SOLIDUS: + this.state = iA.SELF_CLOSING_START_TAG; break; - case x_.EQUALS_SIGN: - this.state = hA.BEFORE_ATTRIBUTE_VALUE; + case b_.EQUALS_SIGN: + this.state = iA.BEFORE_ATTRIBUTE_VALUE; break; - case x_.GREATER_THAN_SIGN: - (this.state = hA.DATA), this.emitCurrentTagToken(); + case b_.GREATER_THAN_SIGN: + (this.state = iA.DATA), this.emitCurrentTagToken(); break; - case x_.EOF: - this._err(F_.eofInTag), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInTag), this._emitEOFToken(); break; default: this._createAttr(""), - (this.state = hA.ATTRIBUTE_NAME), + (this.state = iA.ATTRIBUTE_NAME), this._stateAttributeName(e); } } _stateBeforeAttributeValue(e) { switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.QUOTATION_MARK: - this.state = hA.ATTRIBUTE_VALUE_DOUBLE_QUOTED; + case b_.QUOTATION_MARK: + this.state = iA.ATTRIBUTE_VALUE_DOUBLE_QUOTED; break; - case x_.APOSTROPHE: - this.state = hA.ATTRIBUTE_VALUE_SINGLE_QUOTED; + case b_.APOSTROPHE: + this.state = iA.ATTRIBUTE_VALUE_SINGLE_QUOTED; break; - case x_.GREATER_THAN_SIGN: - this._err(F_.missingAttributeValue), - (this.state = hA.DATA), + case b_.GREATER_THAN_SIGN: + this._err(x_.missingAttributeValue), + (this.state = iA.DATA), this.emitCurrentTagToken(); break; default: - (this.state = hA.ATTRIBUTE_VALUE_UNQUOTED), + (this.state = iA.ATTRIBUTE_VALUE_UNQUOTED), this._stateAttributeValueUnquoted(e); } } _stateAttributeValueDoubleQuoted(e) { switch (e) { - case x_.QUOTATION_MARK: - this.state = hA.AFTER_ATTRIBUTE_VALUE_QUOTED; + case b_.QUOTATION_MARK: + this.state = iA.AFTER_ATTRIBUTE_VALUE_QUOTED; break; - case x_.AMPERSAND: + case b_.AMPERSAND: this._startCharacterReference(); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (this.currentAttr.value += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (this.currentAttr.value += L_); break; - case x_.EOF: - this._err(F_.eofInTag), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -32806,17 +32701,17 @@ class HA { } _stateAttributeValueSingleQuoted(e) { switch (e) { - case x_.APOSTROPHE: - this.state = hA.AFTER_ATTRIBUTE_VALUE_QUOTED; + case b_.APOSTROPHE: + this.state = iA.AFTER_ATTRIBUTE_VALUE_QUOTED; break; - case x_.AMPERSAND: + case b_.AMPERSAND: this._startCharacterReference(); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (this.currentAttr.value += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (this.currentAttr.value += L_); break; - case x_.EOF: - this._err(F_.eofInTag), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -32824,33 +32719,33 @@ class HA { } _stateAttributeValueUnquoted(e) { switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: - this._leaveAttrValue(), (this.state = hA.BEFORE_ATTRIBUTE_NAME); + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: + this._leaveAttrValue(), (this.state = iA.BEFORE_ATTRIBUTE_NAME); break; - case x_.AMPERSAND: + case b_.AMPERSAND: this._startCharacterReference(); break; - case x_.GREATER_THAN_SIGN: + case b_.GREATER_THAN_SIGN: this._leaveAttrValue(), - (this.state = hA.DATA), + (this.state = iA.DATA), this.emitCurrentTagToken(); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (this.currentAttr.value += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (this.currentAttr.value += L_); break; - case x_.QUOTATION_MARK: - case x_.APOSTROPHE: - case x_.LESS_THAN_SIGN: - case x_.EQUALS_SIGN: - case x_.GRAVE_ACCENT: - this._err(F_.unexpectedCharacterInUnquotedAttributeValue), + case b_.QUOTATION_MARK: + case b_.APOSTROPHE: + case b_.LESS_THAN_SIGN: + case b_.EQUALS_SIGN: + case b_.GRAVE_ACCENT: + this._err(x_.unexpectedCharacterInUnquotedAttributeValue), (this.currentAttr.value += String.fromCodePoint(e)); break; - case x_.EOF: - this._err(F_.eofInTag), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInTag), this._emitEOFToken(); break; default: this.currentAttr.value += String.fromCodePoint(e); @@ -32858,130 +32753,130 @@ class HA { } _stateAfterAttributeValueQuoted(e) { switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: - this._leaveAttrValue(), (this.state = hA.BEFORE_ATTRIBUTE_NAME); + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: + this._leaveAttrValue(), (this.state = iA.BEFORE_ATTRIBUTE_NAME); break; - case x_.SOLIDUS: - this._leaveAttrValue(), (this.state = hA.SELF_CLOSING_START_TAG); + case b_.SOLIDUS: + this._leaveAttrValue(), (this.state = iA.SELF_CLOSING_START_TAG); break; - case x_.GREATER_THAN_SIGN: + case b_.GREATER_THAN_SIGN: this._leaveAttrValue(), - (this.state = hA.DATA), + (this.state = iA.DATA), this.emitCurrentTagToken(); break; - case x_.EOF: - this._err(F_.eofInTag), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInTag), this._emitEOFToken(); break; default: - this._err(F_.missingWhitespaceBetweenAttributes), - (this.state = hA.BEFORE_ATTRIBUTE_NAME), + this._err(x_.missingWhitespaceBetweenAttributes), + (this.state = iA.BEFORE_ATTRIBUTE_NAME), this._stateBeforeAttributeName(e); } } _stateSelfClosingStartTag(e) { switch (e) { - case x_.GREATER_THAN_SIGN: + case b_.GREATER_THAN_SIGN: (this.currentToken.selfClosing = !0), - (this.state = hA.DATA), + (this.state = iA.DATA), this.emitCurrentTagToken(); break; - case x_.EOF: - this._err(F_.eofInTag), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInTag), this._emitEOFToken(); break; default: - this._err(F_.unexpectedSolidusInTag), - (this.state = hA.BEFORE_ATTRIBUTE_NAME), + this._err(x_.unexpectedSolidusInTag), + (this.state = iA.BEFORE_ATTRIBUTE_NAME), this._stateBeforeAttributeName(e); } } _stateBogusComment(e) { const t = this.currentToken; switch (e) { - case x_.GREATER_THAN_SIGN: - (this.state = hA.DATA), this.emitCurrentComment(t); + case b_.GREATER_THAN_SIGN: + (this.state = iA.DATA), this.emitCurrentComment(t); break; - case x_.EOF: + case b_.EOF: this.emitCurrentComment(t), this._emitEOFToken(); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (t.data += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (t.data += L_); break; default: t.data += String.fromCodePoint(e); } } _stateMarkupDeclarationOpen(e) { - this._consumeSequenceIfMatch(__, !0) - ? (this._createCommentToken(__.length + 1), - (this.state = hA.COMMENT_START)) - : this._consumeSequenceIfMatch(Z_, !1) - ? ((this.currentLocation = this.getCurrentLocation(Z_.length + 1)), - (this.state = hA.DOCTYPE)) - : this._consumeSequenceIfMatch(A_, !0) + this._consumeSequenceIfMatch(M_, !0) + ? (this._createCommentToken(M_.length + 1), + (this.state = iA.COMMENT_START)) + : this._consumeSequenceIfMatch(E_, !1) + ? ((this.currentLocation = this.getCurrentLocation(E_.length + 1)), + (this.state = iA.DOCTYPE)) + : this._consumeSequenceIfMatch(H_, !0) ? this.inForeignNode - ? (this.state = hA.CDATA_SECTION) - : (this._err(F_.cdataInHtmlContent), - this._createCommentToken(A_.length + 1), + ? (this.state = iA.CDATA_SECTION) + : (this._err(x_.cdataInHtmlContent), + this._createCommentToken(H_.length + 1), (this.currentToken.data = "[CDATA["), - (this.state = hA.BOGUS_COMMENT)) + (this.state = iA.BOGUS_COMMENT)) : this._ensureHibernation() || - (this._err(F_.incorrectlyOpenedComment), + (this._err(x_.incorrectlyOpenedComment), this._createCommentToken(2), - (this.state = hA.BOGUS_COMMENT), + (this.state = iA.BOGUS_COMMENT), this._stateBogusComment(e)); } _stateCommentStart(e) { switch (e) { - case x_.HYPHEN_MINUS: - this.state = hA.COMMENT_START_DASH; + case b_.HYPHEN_MINUS: + this.state = iA.COMMENT_START_DASH; break; - case x_.GREATER_THAN_SIGN: { - this._err(F_.abruptClosingOfEmptyComment), (this.state = hA.DATA); + case b_.GREATER_THAN_SIGN: { + this._err(x_.abruptClosingOfEmptyComment), (this.state = iA.DATA); const e = this.currentToken; this.emitCurrentComment(e); break; } default: - (this.state = hA.COMMENT), this._stateComment(e); + (this.state = iA.COMMENT), this._stateComment(e); } } _stateCommentStartDash(e) { const t = this.currentToken; switch (e) { - case x_.HYPHEN_MINUS: - this.state = hA.COMMENT_END; + case b_.HYPHEN_MINUS: + this.state = iA.COMMENT_END; break; - case x_.GREATER_THAN_SIGN: - this._err(F_.abruptClosingOfEmptyComment), - (this.state = hA.DATA), + case b_.GREATER_THAN_SIGN: + this._err(x_.abruptClosingOfEmptyComment), + (this.state = iA.DATA), this.emitCurrentComment(t); break; - case x_.EOF: - this._err(F_.eofInComment), + case b_.EOF: + this._err(x_.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "-"), (this.state = hA.COMMENT), this._stateComment(e); + (t.data += "-"), (this.state = iA.COMMENT), this._stateComment(e); } } _stateComment(e) { const t = this.currentToken; switch (e) { - case x_.HYPHEN_MINUS: - this.state = hA.COMMENT_END_DASH; + case b_.HYPHEN_MINUS: + this.state = iA.COMMENT_END_DASH; break; - case x_.LESS_THAN_SIGN: - (t.data += "<"), (this.state = hA.COMMENT_LESS_THAN_SIGN); + case b_.LESS_THAN_SIGN: + (t.data += "<"), (this.state = iA.COMMENT_LESS_THAN_SIGN); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (t.data += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (t.data += L_); break; - case x_.EOF: - this._err(F_.eofInComment), + case b_.EOF: + this._err(x_.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; @@ -32992,136 +32887,136 @@ class HA { _stateCommentLessThanSign(e) { const t = this.currentToken; switch (e) { - case x_.EXCLAMATION_MARK: - (t.data += "!"), (this.state = hA.COMMENT_LESS_THAN_SIGN_BANG); + case b_.EXCLAMATION_MARK: + (t.data += "!"), (this.state = iA.COMMENT_LESS_THAN_SIGN_BANG); break; - case x_.LESS_THAN_SIGN: + case b_.LESS_THAN_SIGN: t.data += "<"; break; default: - (this.state = hA.COMMENT), this._stateComment(e); + (this.state = iA.COMMENT), this._stateComment(e); } } _stateCommentLessThanSignBang(e) { - e === x_.HYPHEN_MINUS - ? (this.state = hA.COMMENT_LESS_THAN_SIGN_BANG_DASH) - : ((this.state = hA.COMMENT), this._stateComment(e)); + e === b_.HYPHEN_MINUS + ? (this.state = iA.COMMENT_LESS_THAN_SIGN_BANG_DASH) + : ((this.state = iA.COMMENT), this._stateComment(e)); } _stateCommentLessThanSignBangDash(e) { - e === x_.HYPHEN_MINUS - ? (this.state = hA.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH) - : ((this.state = hA.COMMENT_END_DASH), this._stateCommentEndDash(e)); + e === b_.HYPHEN_MINUS + ? (this.state = iA.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH) + : ((this.state = iA.COMMENT_END_DASH), this._stateCommentEndDash(e)); } _stateCommentLessThanSignBangDashDash(e) { - e !== x_.GREATER_THAN_SIGN && e !== x_.EOF && this._err(F_.nestedComment), - (this.state = hA.COMMENT_END), + e !== b_.GREATER_THAN_SIGN && e !== b_.EOF && this._err(x_.nestedComment), + (this.state = iA.COMMENT_END), this._stateCommentEnd(e); } _stateCommentEndDash(e) { const t = this.currentToken; switch (e) { - case x_.HYPHEN_MINUS: - this.state = hA.COMMENT_END; + case b_.HYPHEN_MINUS: + this.state = iA.COMMENT_END; break; - case x_.EOF: - this._err(F_.eofInComment), + case b_.EOF: + this._err(x_.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "-"), (this.state = hA.COMMENT), this._stateComment(e); + (t.data += "-"), (this.state = iA.COMMENT), this._stateComment(e); } } _stateCommentEnd(e) { const t = this.currentToken; switch (e) { - case x_.GREATER_THAN_SIGN: - (this.state = hA.DATA), this.emitCurrentComment(t); + case b_.GREATER_THAN_SIGN: + (this.state = iA.DATA), this.emitCurrentComment(t); break; - case x_.EXCLAMATION_MARK: - this.state = hA.COMMENT_END_BANG; + case b_.EXCLAMATION_MARK: + this.state = iA.COMMENT_END_BANG; break; - case x_.HYPHEN_MINUS: + case b_.HYPHEN_MINUS: t.data += "-"; break; - case x_.EOF: - this._err(F_.eofInComment), + case b_.EOF: + this._err(x_.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "--"), (this.state = hA.COMMENT), this._stateComment(e); + (t.data += "--"), (this.state = iA.COMMENT), this._stateComment(e); } } _stateCommentEndBang(e) { const t = this.currentToken; switch (e) { - case x_.HYPHEN_MINUS: - (t.data += "--!"), (this.state = hA.COMMENT_END_DASH); + case b_.HYPHEN_MINUS: + (t.data += "--!"), (this.state = iA.COMMENT_END_DASH); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.incorrectlyClosedComment), - (this.state = hA.DATA), + case b_.GREATER_THAN_SIGN: + this._err(x_.incorrectlyClosedComment), + (this.state = iA.DATA), this.emitCurrentComment(t); break; - case x_.EOF: - this._err(F_.eofInComment), + case b_.EOF: + this._err(x_.eofInComment), this.emitCurrentComment(t), this._emitEOFToken(); break; default: - (t.data += "--!"), (this.state = hA.COMMENT), this._stateComment(e); + (t.data += "--!"), (this.state = iA.COMMENT), this._stateComment(e); } } _stateDoctype(e) { switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: - this.state = hA.BEFORE_DOCTYPE_NAME; + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: + this.state = iA.BEFORE_DOCTYPE_NAME; break; - case x_.GREATER_THAN_SIGN: - (this.state = hA.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); + case b_.GREATER_THAN_SIGN: + (this.state = iA.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); break; - case x_.EOF: { - this._err(F_.eofInDoctype), this._createDoctypeToken(null); + case b_.EOF: { + this._err(x_.eofInDoctype), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), this._emitEOFToken(); break; } default: - this._err(F_.missingWhitespaceBeforeDoctypeName), - (this.state = hA.BEFORE_DOCTYPE_NAME), + this._err(x_.missingWhitespaceBeforeDoctypeName), + (this.state = iA.BEFORE_DOCTYPE_NAME), this._stateBeforeDoctypeName(e); } } _stateBeforeDoctypeName(e) { - if (gA(e)) - this._createDoctypeToken(String.fromCharCode(LA(e))), - (this.state = hA.DOCTYPE_NAME); + if (aA(e)) + this._createDoctypeToken(String.fromCharCode(cA(e))), + (this.state = iA.DOCTYPE_NAME); else switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), - this._createDoctypeToken(N_), - (this.state = hA.DOCTYPE_NAME); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), + this._createDoctypeToken(L_), + (this.state = iA.DOCTYPE_NAME); break; - case x_.GREATER_THAN_SIGN: { - this._err(F_.missingDoctypeName), this._createDoctypeToken(null); + case b_.GREATER_THAN_SIGN: { + this._err(x_.missingDoctypeName), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), - (this.state = hA.DATA); + (this.state = iA.DATA); break; } - case x_.EOF: { - this._err(F_.eofInDoctype), this._createDoctypeToken(null); + case b_.EOF: { + this._err(x_.eofInDoctype), this._createDoctypeToken(null); const e = this.currentToken; (e.forceQuirks = !0), this.emitCurrentDoctype(e), @@ -33130,153 +33025,153 @@ class HA { } default: this._createDoctypeToken(String.fromCodePoint(e)), - (this.state = hA.DOCTYPE_NAME); + (this.state = iA.DOCTYPE_NAME); } } _stateDoctypeName(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: - this.state = hA.AFTER_DOCTYPE_NAME; + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: + this.state = iA.AFTER_DOCTYPE_NAME; break; - case x_.GREATER_THAN_SIGN: - (this.state = hA.DATA), this.emitCurrentDoctype(t); + case b_.GREATER_THAN_SIGN: + (this.state = iA.DATA), this.emitCurrentDoctype(t); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (t.name += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (t.name += L_); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - t.name += String.fromCodePoint(gA(e) ? LA(e) : e); + t.name += String.fromCodePoint(aA(e) ? cA(e) : e); } } _stateAfterDoctypeName(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.GREATER_THAN_SIGN: - (this.state = hA.DATA), this.emitCurrentDoctype(t); + case b_.GREATER_THAN_SIGN: + (this.state = iA.DATA), this.emitCurrentDoctype(t); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._consumeSequenceIfMatch(k_, !1) - ? (this.state = hA.AFTER_DOCTYPE_PUBLIC_KEYWORD) - : this._consumeSequenceIfMatch(O_, !1) - ? (this.state = hA.AFTER_DOCTYPE_SYSTEM_KEYWORD) + this._consumeSequenceIfMatch(y_, !1) + ? (this.state = iA.AFTER_DOCTYPE_PUBLIC_KEYWORD) + : this._consumeSequenceIfMatch(V_, !1) + ? (this.state = iA.AFTER_DOCTYPE_SYSTEM_KEYWORD) : this._ensureHibernation() || - (this._err(F_.invalidCharacterSequenceAfterDoctypeName), + (this._err(x_.invalidCharacterSequenceAfterDoctypeName), (t.forceQuirks = !0), - (this.state = hA.BOGUS_DOCTYPE), + (this.state = iA.BOGUS_DOCTYPE), this._stateBogusDoctype(e)); } } _stateAfterDoctypePublicKeyword(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: - this.state = hA.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER; + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: + this.state = iA.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER; break; - case x_.QUOTATION_MARK: - this._err(F_.missingWhitespaceAfterDoctypePublicKeyword), + case b_.QUOTATION_MARK: + this._err(x_.missingWhitespaceAfterDoctypePublicKeyword), (t.publicId = ""), - (this.state = hA.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); + (this.state = iA.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); break; - case x_.APOSTROPHE: - this._err(F_.missingWhitespaceAfterDoctypePublicKeyword), + case b_.APOSTROPHE: + this._err(x_.missingWhitespaceAfterDoctypePublicKeyword), (t.publicId = ""), - (this.state = hA.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); + (this.state = iA.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.missingDoctypePublicIdentifier), + case b_.GREATER_THAN_SIGN: + this._err(x_.missingDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = hA.DATA), + (this.state = iA.DATA), this.emitCurrentDoctype(t); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(F_.missingQuoteBeforeDoctypePublicIdentifier), + this._err(x_.missingQuoteBeforeDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = hA.BOGUS_DOCTYPE), + (this.state = iA.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBeforeDoctypePublicIdentifier(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.QUOTATION_MARK: + case b_.QUOTATION_MARK: (t.publicId = ""), - (this.state = hA.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); + (this.state = iA.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED); break; - case x_.APOSTROPHE: + case b_.APOSTROPHE: (t.publicId = ""), - (this.state = hA.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); + (this.state = iA.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.missingDoctypePublicIdentifier), + case b_.GREATER_THAN_SIGN: + this._err(x_.missingDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = hA.DATA), + (this.state = iA.DATA), this.emitCurrentDoctype(t); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(F_.missingQuoteBeforeDoctypePublicIdentifier), + this._err(x_.missingQuoteBeforeDoctypePublicIdentifier), (t.forceQuirks = !0), - (this.state = hA.BOGUS_DOCTYPE), + (this.state = iA.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateDoctypePublicIdentifierDoubleQuoted(e) { const t = this.currentToken; switch (e) { - case x_.QUOTATION_MARK: - this.state = hA.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; + case b_.QUOTATION_MARK: + this.state = iA.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (t.publicId += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (t.publicId += L_); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.abruptDoctypePublicIdentifier), + case b_.GREATER_THAN_SIGN: + this._err(x_.abruptDoctypePublicIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = hA.DATA); + (this.state = iA.DATA); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -33288,20 +33183,20 @@ class HA { _stateDoctypePublicIdentifierSingleQuoted(e) { const t = this.currentToken; switch (e) { - case x_.APOSTROPHE: - this.state = hA.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; + case b_.APOSTROPHE: + this.state = iA.AFTER_DOCTYPE_PUBLIC_IDENTIFIER; break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (t.publicId += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (t.publicId += L_); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.abruptDoctypePublicIdentifier), + case b_.GREATER_THAN_SIGN: + this._err(x_.abruptDoctypePublicIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = hA.DATA); + (this.state = iA.DATA); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -33313,160 +33208,160 @@ class HA { _stateAfterDoctypePublicIdentifier(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: - this.state = hA.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS; + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: + this.state = iA.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS; break; - case x_.GREATER_THAN_SIGN: - (this.state = hA.DATA), this.emitCurrentDoctype(t); + case b_.GREATER_THAN_SIGN: + (this.state = iA.DATA), this.emitCurrentDoctype(t); break; - case x_.QUOTATION_MARK: - this._err(F_.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), + case b_.QUOTATION_MARK: + this._err(x_.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), (t.systemId = ""), - (this.state = hA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = iA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case x_.APOSTROPHE: - this._err(F_.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), + case b_.APOSTROPHE: + this._err(x_.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers), (t.systemId = ""), - (this.state = hA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = iA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(F_.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(x_.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = hA.BOGUS_DOCTYPE), + (this.state = iA.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBetweenDoctypePublicAndSystemIdentifiers(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = hA.DATA); + case b_.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = iA.DATA); break; - case x_.QUOTATION_MARK: + case b_.QUOTATION_MARK: (t.systemId = ""), - (this.state = hA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = iA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case x_.APOSTROPHE: + case b_.APOSTROPHE: (t.systemId = ""), - (this.state = hA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = iA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(F_.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(x_.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = hA.BOGUS_DOCTYPE), + (this.state = iA.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateAfterDoctypeSystemKeyword(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: - this.state = hA.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER; + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: + this.state = iA.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER; break; - case x_.QUOTATION_MARK: - this._err(F_.missingWhitespaceAfterDoctypeSystemKeyword), + case b_.QUOTATION_MARK: + this._err(x_.missingWhitespaceAfterDoctypeSystemKeyword), (t.systemId = ""), - (this.state = hA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = iA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case x_.APOSTROPHE: - this._err(F_.missingWhitespaceAfterDoctypeSystemKeyword), + case b_.APOSTROPHE: + this._err(x_.missingWhitespaceAfterDoctypeSystemKeyword), (t.systemId = ""), - (this.state = hA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = iA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.missingDoctypeSystemIdentifier), + case b_.GREATER_THAN_SIGN: + this._err(x_.missingDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = hA.DATA), + (this.state = iA.DATA), this.emitCurrentDoctype(t); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(F_.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(x_.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = hA.BOGUS_DOCTYPE), + (this.state = iA.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBeforeDoctypeSystemIdentifier(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.QUOTATION_MARK: + case b_.QUOTATION_MARK: (t.systemId = ""), - (this.state = hA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); + (this.state = iA.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED); break; - case x_.APOSTROPHE: + case b_.APOSTROPHE: (t.systemId = ""), - (this.state = hA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); + (this.state = iA.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.missingDoctypeSystemIdentifier), + case b_.GREATER_THAN_SIGN: + this._err(x_.missingDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = hA.DATA), + (this.state = iA.DATA), this.emitCurrentDoctype(t); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(F_.missingQuoteBeforeDoctypeSystemIdentifier), + this._err(x_.missingQuoteBeforeDoctypeSystemIdentifier), (t.forceQuirks = !0), - (this.state = hA.BOGUS_DOCTYPE), + (this.state = iA.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateDoctypeSystemIdentifierDoubleQuoted(e) { const t = this.currentToken; switch (e) { - case x_.QUOTATION_MARK: - this.state = hA.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; + case b_.QUOTATION_MARK: + this.state = iA.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (t.systemId += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (t.systemId += L_); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.abruptDoctypeSystemIdentifier), + case b_.GREATER_THAN_SIGN: + this._err(x_.abruptDoctypeSystemIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = hA.DATA); + (this.state = iA.DATA); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -33478,20 +33373,20 @@ class HA { _stateDoctypeSystemIdentifierSingleQuoted(e) { const t = this.currentToken; switch (e) { - case x_.APOSTROPHE: - this.state = hA.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; + case b_.APOSTROPHE: + this.state = iA.AFTER_DOCTYPE_SYSTEM_IDENTIFIER; break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter), (t.systemId += N_); + case b_.NULL: + this._err(x_.unexpectedNullCharacter), (t.systemId += L_); break; - case x_.GREATER_THAN_SIGN: - this._err(F_.abruptDoctypeSystemIdentifier), + case b_.GREATER_THAN_SIGN: + this._err(x_.abruptDoctypeSystemIdentifier), (t.forceQuirks = !0), this.emitCurrentDoctype(t), - (this.state = hA.DATA); + (this.state = iA.DATA); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); @@ -33503,69 +33398,69 @@ class HA { _stateAfterDoctypeSystemIdentifier(e) { const t = this.currentToken; switch (e) { - case x_.SPACE: - case x_.LINE_FEED: - case x_.TABULATION: - case x_.FORM_FEED: + case b_.SPACE: + case b_.LINE_FEED: + case b_.TABULATION: + case b_.FORM_FEED: break; - case x_.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = hA.DATA); + case b_.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = iA.DATA); break; - case x_.EOF: - this._err(F_.eofInDoctype), + case b_.EOF: + this._err(x_.eofInDoctype), (t.forceQuirks = !0), this.emitCurrentDoctype(t), this._emitEOFToken(); break; default: - this._err(F_.unexpectedCharacterAfterDoctypeSystemIdentifier), - (this.state = hA.BOGUS_DOCTYPE), + this._err(x_.unexpectedCharacterAfterDoctypeSystemIdentifier), + (this.state = iA.BOGUS_DOCTYPE), this._stateBogusDoctype(e); } } _stateBogusDoctype(e) { const t = this.currentToken; switch (e) { - case x_.GREATER_THAN_SIGN: - this.emitCurrentDoctype(t), (this.state = hA.DATA); + case b_.GREATER_THAN_SIGN: + this.emitCurrentDoctype(t), (this.state = iA.DATA); break; - case x_.NULL: - this._err(F_.unexpectedNullCharacter); + case b_.NULL: + this._err(x_.unexpectedNullCharacter); break; - case x_.EOF: + case b_.EOF: this.emitCurrentDoctype(t), this._emitEOFToken(); } } _stateCdataSection(e) { switch (e) { - case x_.RIGHT_SQUARE_BRACKET: - this.state = hA.CDATA_SECTION_BRACKET; + case b_.RIGHT_SQUARE_BRACKET: + this.state = iA.CDATA_SECTION_BRACKET; break; - case x_.EOF: - this._err(F_.eofInCdata), this._emitEOFToken(); + case b_.EOF: + this._err(x_.eofInCdata), this._emitEOFToken(); break; default: this._emitCodePoint(e); } } _stateCdataSectionBracket(e) { - e === x_.RIGHT_SQUARE_BRACKET - ? (this.state = hA.CDATA_SECTION_END) + e === b_.RIGHT_SQUARE_BRACKET + ? (this.state = iA.CDATA_SECTION_END) : (this._emitChars("]"), - (this.state = hA.CDATA_SECTION), + (this.state = iA.CDATA_SECTION), this._stateCdataSection(e)); } _stateCdataSectionEnd(e) { switch (e) { - case x_.GREATER_THAN_SIGN: - this.state = hA.DATA; + case b_.GREATER_THAN_SIGN: + this.state = iA.DATA; break; - case x_.RIGHT_SQUARE_BRACKET: + case b_.RIGHT_SQUARE_BRACKET: this._emitChars("]"); break; default: this._emitChars("]]"), - (this.state = hA.CDATA_SECTION), + (this.state = iA.CDATA_SECTION), this._stateCdataSection(e); } } @@ -33586,65 +33481,65 @@ class HA { } 0 === e ? ((this.preprocessor.pos = this.entityStartPos), - this._flushCodePointConsumedAsCharacterReference(x_.AMPERSAND), + this._flushCodePointConsumedAsCharacterReference(b_.AMPERSAND), (this.state = !this._isCharacterReferenceInAttribute() && - wA(this.preprocessor.peek(1)) - ? hA.AMBIGUOUS_AMPERSAND + sA(this.preprocessor.peek(1)) + ? iA.AMBIGUOUS_AMPERSAND : this.returnState)) : (this.state = this.returnState); } _stateAmbiguousAmpersand(e) { - wA(e) + sA(e) ? this._flushCodePointConsumedAsCharacterReference(e) - : (e === x_.SEMICOLON && this._err(F_.unknownNamedCharacterReference), + : (e === b_.SEMICOLON && this._err(x_.unknownNamedCharacterReference), (this.state = this.returnState), this._callState(e)); } } -const EA = new Set([ - oA.DD, - oA.DT, - oA.LI, - oA.OPTGROUP, - oA.OPTION, - oA.P, - oA.RB, - oA.RP, - oA.RT, - oA.RTC, +const mA = new Set([ + q_.DD, + q_.DT, + q_.LI, + q_.OPTGROUP, + q_.OPTION, + q_.P, + q_.RB, + q_.RP, + q_.RT, + q_.RTC, ]), - RA = new Set([ - ...EA, - oA.CAPTION, - oA.COLGROUP, - oA.TBODY, - oA.TD, - oA.TFOOT, - oA.TH, - oA.THEAD, - oA.TR, + hA = new Set([ + ...mA, + q_.CAPTION, + q_.COLGROUP, + q_.TBODY, + q_.TD, + q_.TFOOT, + q_.TH, + q_.THEAD, + q_.TR, ]), - yA = new Set([ - oA.APPLET, - oA.CAPTION, - oA.HTML, - oA.MARQUEE, - oA.OBJECT, - oA.TABLE, - oA.TD, - oA.TEMPLATE, - oA.TH, + fA = new Set([ + q_.APPLET, + q_.CAPTION, + q_.HTML, + q_.MARQUEE, + q_.OBJECT, + q_.TABLE, + q_.TD, + q_.TEMPLATE, + q_.TH, ]), - VA = new Set([...yA, oA.OL, oA.UL]), - SA = new Set([...yA, oA.BUTTON]), - TA = new Set([oA.ANNOTATION_XML, oA.MI, oA.MN, oA.MO, oA.MS, oA.MTEXT]), - NA = new Set([oA.DESC, oA.FOREIGN_OBJECT, oA.TITLE]), - xA = new Set([oA.TR, oA.TEMPLATE, oA.HTML]), - _A = new Set([oA.TBODY, oA.TFOOT, oA.THEAD, oA.TEMPLATE, oA.HTML]), - AA = new Set([oA.TABLE, oA.TEMPLATE, oA.HTML]), - ZA = new Set([oA.TD, oA.TH]); -class IA { + gA = new Set([...fA, q_.OL, q_.UL]), + vA = new Set([...fA, q_.BUTTON]), + wA = new Set([q_.ANNOTATION_XML, q_.MI, q_.MN, q_.MO, q_.MS, q_.MTEXT]), + LA = new Set([q_.DESC, q_.FOREIGN_OBJECT, q_.TITLE]), + bA = new Set([q_.TR, q_.TEMPLATE, q_.HTML]), + MA = new Set([q_.TBODY, q_.TFOOT, q_.THEAD, q_.TEMPLATE, q_.HTML]), + HA = new Set([q_.TABLE, q_.TEMPLATE, q_.HTML]), + EA = new Set([q_.TD, q_.TH]); +class RA { get currentTmplContentOrNode() { return this._isInTemplate() ? this.treeAdapter.getTemplateContent(this.current) @@ -33657,7 +33552,7 @@ class IA { (this.tagIDs = []), (this.stackTop = -1), (this.tmplCount = 0), - (this.currentTagId = oA.UNKNOWN), + (this.currentTagId = q_.UNKNOWN), (this.current = e); } _indexOf(e) { @@ -33665,8 +33560,8 @@ class IA { } _isInTemplate() { return ( - this.currentTagId === oA.TEMPLATE && - this.treeAdapter.getNamespaceURI(this.current) === eA.HTML + this.currentTagId === q_.TEMPLATE && + this.treeAdapter.getNamespaceURI(this.current) === G_.HTML ); } _updateCurrentElement() { @@ -33711,7 +33606,7 @@ class IA { t = this.tagIDs.lastIndexOf(e, t - 1); } while ( t > 0 && - this.treeAdapter.getNamespaceURI(this.items[t]) !== eA.HTML + this.treeAdapter.getNamespaceURI(this.items[t]) !== G_.HTML ); this.shortenToLength(t < 0 ? 0 : t); } @@ -33733,10 +33628,10 @@ class IA { this.shortenToLength(n < 0 ? 0 : n); } popUntilNumberedHeaderPopped() { - this.popUntilPopped(mA, eA.HTML); + this.popUntilPopped(oA, G_.HTML); } popUntilTableCellPopped() { - this.popUntilPopped(ZA, eA.HTML); + this.popUntilPopped(EA, G_.HTML); } popAllUpToHtmlElement() { (this.tmplCount = 0), this.shortenToLength(1); @@ -33755,13 +33650,13 @@ class IA { this.shortenToLength(n + 1); } clearBackToTableContext() { - this.clearBackTo(AA, eA.HTML); + this.clearBackTo(HA, G_.HTML); } clearBackToTableBodyContext() { - this.clearBackTo(_A, eA.HTML); + this.clearBackTo(MA, G_.HTML); } clearBackToTableRowContext() { - this.clearBackTo(xA, eA.HTML); + this.clearBackTo(bA, G_.HTML); } remove(e) { const t = this._indexOf(e); @@ -33775,7 +33670,7 @@ class IA { this.handler.onItemPop(e, !1))); } tryPeekProperlyNestedBodyElement() { - return this.stackTop >= 1 && this.tagIDs[1] === oA.BODY + return this.stackTop >= 1 && this.tagIDs[1] === q_.BODY ? this.items[1] : null; } @@ -33787,85 +33682,85 @@ class IA { return t >= 0 ? this.items[t] : null; } isRootHtmlElementCurrent() { - return 0 === this.stackTop && this.tagIDs[0] === oA.HTML; + return 0 === this.stackTop && this.tagIDs[0] === q_.HTML; } hasInDynamicScope(e, t) { for (let n = this.stackTop; n >= 0; n--) { const r = this.tagIDs[n]; switch (this.treeAdapter.getNamespaceURI(this.items[n])) { - case eA.HTML: + case G_.HTML: if (r === e) return !0; if (t.has(r)) return !1; break; - case eA.SVG: - if (NA.has(r)) return !1; + case G_.SVG: + if (LA.has(r)) return !1; break; - case eA.MATHML: - if (TA.has(r)) return !1; + case G_.MATHML: + if (wA.has(r)) return !1; } } return !0; } hasInScope(e) { - return this.hasInDynamicScope(e, yA); + return this.hasInDynamicScope(e, fA); } hasInListItemScope(e) { - return this.hasInDynamicScope(e, VA); + return this.hasInDynamicScope(e, gA); } hasInButtonScope(e) { - return this.hasInDynamicScope(e, SA); + return this.hasInDynamicScope(e, vA); } hasNumberedHeaderInScope() { for (let e = this.stackTop; e >= 0; e--) { const t = this.tagIDs[e]; switch (this.treeAdapter.getNamespaceURI(this.items[e])) { - case eA.HTML: - if (mA.has(t)) return !0; - if (yA.has(t)) return !1; + case G_.HTML: + if (oA.has(t)) return !0; + if (fA.has(t)) return !1; break; - case eA.SVG: - if (NA.has(t)) return !1; + case G_.SVG: + if (LA.has(t)) return !1; break; - case eA.MATHML: - if (TA.has(t)) return !1; + case G_.MATHML: + if (wA.has(t)) return !1; } } return !0; } hasInTableScope(e) { for (let t = this.stackTop; t >= 0; t--) - if (this.treeAdapter.getNamespaceURI(this.items[t]) === eA.HTML) + if (this.treeAdapter.getNamespaceURI(this.items[t]) === G_.HTML) switch (this.tagIDs[t]) { case e: return !0; - case oA.TABLE: - case oA.HTML: + case q_.TABLE: + case q_.HTML: return !1; } return !0; } hasTableBodyContextInTableScope() { for (let e = this.stackTop; e >= 0; e--) - if (this.treeAdapter.getNamespaceURI(this.items[e]) === eA.HTML) + if (this.treeAdapter.getNamespaceURI(this.items[e]) === G_.HTML) switch (this.tagIDs[e]) { - case oA.TBODY: - case oA.THEAD: - case oA.TFOOT: + case q_.TBODY: + case q_.THEAD: + case q_.TFOOT: return !0; - case oA.TABLE: - case oA.HTML: + case q_.TABLE: + case q_.HTML: return !1; } return !0; } hasInSelectScope(e) { for (let t = this.stackTop; t >= 0; t--) - if (this.treeAdapter.getNamespaceURI(this.items[t]) === eA.HTML) + if (this.treeAdapter.getNamespaceURI(this.items[t]) === G_.HTML) switch (this.tagIDs[t]) { case e: return !0; - case oA.OPTION: - case oA.OPTGROUP: + case q_.OPTION: + case q_.OPTGROUP: break; default: return !1; @@ -33873,21 +33768,21 @@ class IA { return !0; } generateImpliedEndTags() { - for (; EA.has(this.currentTagId); ) this.pop(); + for (; mA.has(this.currentTagId); ) this.pop(); } generateImpliedEndTagsThoroughly() { - for (; RA.has(this.currentTagId); ) this.pop(); + for (; hA.has(this.currentTagId); ) this.pop(); } generateImpliedEndTagsWithExclusion(e) { - for (; this.currentTagId !== e && RA.has(this.currentTagId); ) this.pop(); + for (; this.currentTagId !== e && hA.has(this.currentTagId); ) this.pop(); } } -var kA; +var yA; !(function (e) { (e[(e.Marker = 0)] = "Marker"), (e[(e.Element = 1)] = "Element"); -})(kA || (kA = {})); -const OA = { type: kA.Marker }; -class BA { +})(yA || (yA = {})); +const VA = { type: yA.Marker }; +class TA { constructor(e) { (this.treeAdapter = e), (this.entries = []), (this.bookmark = null); } @@ -33898,7 +33793,7 @@ class BA { i = this.treeAdapter.getNamespaceURI(e); for (let e = 0; e < this.entries.length; e++) { const t = this.entries[e]; - if (t.type === kA.Marker) break; + if (t.type === yA.Marker) break; const { element: l } = t; if ( this.treeAdapter.getTagName(l) === o && @@ -33924,39 +33819,39 @@ class BA { } } insertMarker() { - this.entries.unshift(OA); + this.entries.unshift(VA); } pushElement(e, t) { this._ensureNoahArkCondition(e), - this.entries.unshift({ type: kA.Element, element: e, token: t }); + this.entries.unshift({ type: yA.Element, element: e, token: t }); } insertElementAfterBookmark(e, t) { const n = this.entries.indexOf(this.bookmark); - this.entries.splice(n, 0, { type: kA.Element, element: e, token: t }); + this.entries.splice(n, 0, { type: yA.Element, element: e, token: t }); } removeEntry(e) { const t = this.entries.indexOf(e); t >= 0 && this.entries.splice(t, 1); } clearToLastMarker() { - const e = this.entries.indexOf(OA); + const e = this.entries.indexOf(VA); e >= 0 ? this.entries.splice(0, e + 1) : (this.entries.length = 0); } getElementEntryInScopeWithTagName(e) { const t = this.entries.find( (t) => - t.type === kA.Marker || this.treeAdapter.getTagName(t.element) === e, + t.type === yA.Marker || this.treeAdapter.getTagName(t.element) === e, ); - return t && t.type === kA.Element ? t : null; + return t && t.type === yA.Element ? t : null; } getElementEntry(e) { - return this.entries.find((t) => t.type === kA.Element && t.element === e); + return this.entries.find((t) => t.type === yA.Element && t.element === e); } } -const DA = { +const SA = { createDocument: () => ({ nodeName: "#document", - mode: nA.NO_QUIRKS, + mode: W_.NO_QUIRKS, childNodes: [], }), createDocumentFragment: () => ({ @@ -33999,7 +33894,7 @@ const DA = { systemId: r, parentNode: null, }; - DA.appendChild(e, o); + SA.appendChild(e, o); } }, setDocumentMode(e, t) { @@ -34015,15 +33910,15 @@ const DA = { insertText(e, t) { if (e.childNodes.length > 0) { const n = e.childNodes[e.childNodes.length - 1]; - if (DA.isTextNode(n)) return void (n.value += t); + if (SA.isTextNode(n)) return void (n.value += t); } - DA.appendChild(e, DA.createTextNode(t)); + SA.appendChild(e, SA.createTextNode(t)); }, insertTextBefore(e, t, n) { const r = e.childNodes[e.childNodes.indexOf(n) - 1]; - r && DA.isTextNode(r) + r && SA.isTextNode(r) ? (r.value += t) - : DA.insertBefore(e, DA.createTextNode(t), n); + : SA.insertBefore(e, SA.createTextNode(t), n); }, adoptAttributes(e, t) { const n = new Set(e.attrs.map((e) => e.name)); @@ -34052,8 +33947,8 @@ const DA = { e.sourceCodeLocation = { ...e.sourceCodeLocation, ...t }; }, }, - PA = "html", - FA = [ + NA = "html", + xA = [ "+//silmaril//dtd html pro v0r11 19970101//", "-//as//dtd html 3.0 aswedit + extensions//", "-//advasoft ltd//dtd html 3.0 aswedit + extensions//", @@ -34110,31 +34005,31 @@ const DA = { "-//webtechs//dtd mozilla html 2.0//", "-//webtechs//dtd mozilla html//", ], - UA = [ - ...FA, + _A = [ + ...xA, "-//w3c//dtd html 4.01 frameset//", "-//w3c//dtd html 4.01 transitional//", ], - zA = new Set([ + AA = new Set([ "-//w3o//dtd w3 html strict 3.0//en//", "-/w3c/dtd html 4.0 transitional/en", "html", ]), - GA = [ + ZA = [ "-//w3c//dtd xhtml 1.0 frameset//", "-//w3c//dtd xhtml 1.0 transitional//", ], - $A = [ - ...GA, + IA = [ + ...ZA, "-//w3c//dtd html 4.01 frameset//", "-//w3c//dtd html 4.01 transitional//", ]; -function WA(e, t) { +function kA(e, t) { return t.some((t) => e.startsWith(t)); } -const jA = "text/html", - qA = "application/xhtml+xml", - YA = new Map( +const OA = "text/html", + BA = "application/xhtml+xml", + DA = new Map( [ "attributeName", "attributeType", @@ -34196,26 +34091,26 @@ const jA = "text/html", "zoomAndPan", ].map((e) => [e.toLowerCase(), e]), ), - KA = new Map([ + PA = new Map([ [ "xlink:actuate", - { prefix: "xlink", name: "actuate", namespace: eA.XLINK }, + { prefix: "xlink", name: "actuate", namespace: G_.XLINK }, ], [ "xlink:arcrole", - { prefix: "xlink", name: "arcrole", namespace: eA.XLINK }, + { prefix: "xlink", name: "arcrole", namespace: G_.XLINK }, ], - ["xlink:href", { prefix: "xlink", name: "href", namespace: eA.XLINK }], - ["xlink:role", { prefix: "xlink", name: "role", namespace: eA.XLINK }], - ["xlink:show", { prefix: "xlink", name: "show", namespace: eA.XLINK }], - ["xlink:title", { prefix: "xlink", name: "title", namespace: eA.XLINK }], - ["xlink:type", { prefix: "xlink", name: "type", namespace: eA.XLINK }], - ["xml:lang", { prefix: "xml", name: "lang", namespace: eA.XML }], - ["xml:space", { prefix: "xml", name: "space", namespace: eA.XML }], - ["xmlns", { prefix: "", name: "xmlns", namespace: eA.XMLNS }], - ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: eA.XMLNS }], + ["xlink:href", { prefix: "xlink", name: "href", namespace: G_.XLINK }], + ["xlink:role", { prefix: "xlink", name: "role", namespace: G_.XLINK }], + ["xlink:show", { prefix: "xlink", name: "show", namespace: G_.XLINK }], + ["xlink:title", { prefix: "xlink", name: "title", namespace: G_.XLINK }], + ["xlink:type", { prefix: "xlink", name: "type", namespace: G_.XLINK }], + ["xml:lang", { prefix: "xml", name: "lang", namespace: G_.XML }], + ["xml:space", { prefix: "xml", name: "space", namespace: G_.XML }], + ["xmlns", { prefix: "", name: "xmlns", namespace: G_.XMLNS }], + ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: G_.XMLNS }], ]), - XA = new Map( + FA = new Map( [ "altGlyph", "altGlyphDef", @@ -34255,103 +34150,103 @@ const jA = "text/html", "textPath", ].map((e) => [e.toLowerCase(), e]), ), - QA = new Set([ - oA.B, - oA.BIG, - oA.BLOCKQUOTE, - oA.BODY, - oA.BR, - oA.CENTER, - oA.CODE, - oA.DD, - oA.DIV, - oA.DL, - oA.DT, - oA.EM, - oA.EMBED, - oA.H1, - oA.H2, - oA.H3, - oA.H4, - oA.H5, - oA.H6, - oA.HEAD, - oA.HR, - oA.I, - oA.IMG, - oA.LI, - oA.LISTING, - oA.MENU, - oA.META, - oA.NOBR, - oA.OL, - oA.P, - oA.PRE, - oA.RUBY, - oA.S, - oA.SMALL, - oA.SPAN, - oA.STRONG, - oA.STRIKE, - oA.SUB, - oA.SUP, - oA.TABLE, - oA.TT, - oA.U, - oA.UL, - oA.VAR, + UA = new Set([ + q_.B, + q_.BIG, + q_.BLOCKQUOTE, + q_.BODY, + q_.BR, + q_.CENTER, + q_.CODE, + q_.DD, + q_.DIV, + q_.DL, + q_.DT, + q_.EM, + q_.EMBED, + q_.H1, + q_.H2, + q_.H3, + q_.H4, + q_.H5, + q_.H6, + q_.HEAD, + q_.HR, + q_.I, + q_.IMG, + q_.LI, + q_.LISTING, + q_.MENU, + q_.META, + q_.NOBR, + q_.OL, + q_.P, + q_.PRE, + q_.RUBY, + q_.S, + q_.SMALL, + q_.SPAN, + q_.STRONG, + q_.STRIKE, + q_.SUB, + q_.SUP, + q_.TABLE, + q_.TT, + q_.U, + q_.UL, + q_.VAR, ]); -function JA(e) { +function zA(e) { for (let t = 0; t < e.attrs.length; t++) if ("definitionurl" === e.attrs[t].name) { e.attrs[t].name = "definitionURL"; break; } } -function eZ(e) { +function GA(e) { for (let t = 0; t < e.attrs.length; t++) { - const n = YA.get(e.attrs[t].name); + const n = DA.get(e.attrs[t].name); null != n && (e.attrs[t].name = n); } } -function tZ(e) { +function $A(e) { for (let t = 0; t < e.attrs.length; t++) { - const n = KA.get(e.attrs[t].name); + const n = PA.get(e.attrs[t].name); n && ((e.attrs[t].prefix = n.prefix), (e.attrs[t].name = n.name), (e.attrs[t].namespace = n.namespace)); } } -function nZ(e, t, n, r) { +function WA(e, t, n, r) { return ( - ((!r || r === eA.HTML) && + ((!r || r === G_.HTML) && (function (e, t, n) { - if (t === eA.MATHML && e === oA.ANNOTATION_XML) + if (t === G_.MATHML && e === q_.ANNOTATION_XML) for (let e = 0; e < n.length; e++) - if (n[e].name === tA.ENCODING) { + if (n[e].name === $_.ENCODING) { const t = n[e].value.toLowerCase(); - return t === jA || t === qA; + return t === OA || t === BA; } return ( - t === eA.SVG && - (e === oA.FOREIGN_OBJECT || e === oA.DESC || e === oA.TITLE) + t === G_.SVG && + (e === q_.FOREIGN_OBJECT || e === q_.DESC || e === q_.TITLE) ); })(e, t, n)) || - ((!r || r === eA.MATHML) && + ((!r || r === G_.MATHML) && (function (e, t) { return ( - t === eA.MATHML && - (e === oA.MI || - e === oA.MO || - e === oA.MN || - e === oA.MS || - e === oA.MTEXT) + t === G_.MATHML && + (e === q_.MI || + e === q_.MO || + e === q_.MN || + e === q_.MS || + e === q_.MTEXT) ); })(e, t)) ); } -var rZ; +var jA; !(function (e) { (e[(e.INITIAL = 0)] = "INITIAL"), (e[(e.BEFORE_HTML = 1)] = "BEFORE_HTML"), @@ -34376,8 +34271,8 @@ var rZ; (e[(e.AFTER_FRAMESET = 20)] = "AFTER_FRAMESET"), (e[(e.AFTER_AFTER_BODY = 21)] = "AFTER_AFTER_BODY"), (e[(e.AFTER_AFTER_FRAMESET = 22)] = "AFTER_AFTER_FRAMESET"); -})(rZ || (rZ = {})); -const oZ = { +})(jA || (jA = {})); +const qA = { startLine: -1, startCol: -1, startOffset: -1, @@ -34385,21 +34280,21 @@ const oZ = { endCol: -1, endOffset: -1, }, - iZ = new Set([oA.TABLE, oA.TBODY, oA.TFOOT, oA.THEAD, oA.TR]), - lZ = { + YA = new Set([q_.TABLE, q_.TBODY, q_.TFOOT, q_.THEAD, q_.TR]), + KA = { scriptingEnabled: !0, sourceCodeLocationInfo: !1, - treeAdapter: DA, + treeAdapter: SA, onParseError: null, }; -class aZ { +class XA { constructor(e, t, n = null, r = null) { (this.fragmentContext = n), (this.scriptHandler = r), (this.currentToken = null), (this.stopped = !1), - (this.insertionMode = rZ.INITIAL), - (this.originalInsertionMode = rZ.INITIAL), + (this.insertionMode = jA.INITIAL), + (this.originalInsertionMode = jA.INITIAL), (this.headElement = null), (this.formElement = null), (this.currentNotInHTML = !1), @@ -34409,34 +34304,34 @@ class aZ { (this.framesetOk = !0), (this.skipNextNewLine = !1), (this.fosterParentingEnabled = !1), - (this.options = { ...lZ, ...e }), + (this.options = { ...KA, ...e }), (this.treeAdapter = this.options.treeAdapter), (this.onParseError = this.options.onParseError), this.onParseError && (this.options.sourceCodeLocationInfo = !0), (this.document = null != t ? t : this.treeAdapter.createDocument()), - (this.tokenizer = new HA(this.options, this)), - (this.activeFormattingElements = new BA(this.treeAdapter)), + (this.tokenizer = new pA(this.options, this)), + (this.activeFormattingElements = new TA(this.treeAdapter)), (this.fragmentContextID = n - ? dA(this.treeAdapter.getTagName(n)) - : oA.UNKNOWN), + ? tA(this.treeAdapter.getTagName(n)) + : q_.UNKNOWN), this._setContextModes( null != n ? n : this.document, this.fragmentContextID, ), - (this.openElements = new IA(this.document, this.treeAdapter, this)); + (this.openElements = new RA(this.document, this.treeAdapter, this)); } static parse(e, t) { const n = new this(t); return n.tokenizer.write(e, !0), n.document; } static getFragmentParser(e, t) { - const n = { ...lZ, ...t }; - null != e || (e = n.treeAdapter.createElement(rA.TEMPLATE, eA.HTML, [])); - const r = n.treeAdapter.createElement("documentmock", eA.HTML, []), + const n = { ...KA, ...t }; + null != e || (e = n.treeAdapter.createElement(j_.TEMPLATE, G_.HTML, [])); + const r = n.treeAdapter.createElement("documentmock", G_.HTML, []), o = new this(n, r, e); return ( - o.fragmentContextID === oA.TEMPLATE && - o.tmplInsertionModeStack.unshift(rZ.IN_TEMPLATE), + o.fragmentContextID === q_.TEMPLATE && + o.tmplInsertionModeStack.unshift(jA.IN_TEMPLATE), o._initTokenizerForFragmentParsing(), o._insertFakeRootElement(), o._resetInsertionMode(), @@ -34452,7 +34347,7 @@ class aZ { _err(e, t, n) { var r; if (!this.onParseError) return; - const o = null !== (r = e.location) && void 0 !== r ? r : oZ, + const o = null !== (r = e.location) && void 0 !== r ? r : qA, i = { code: t, startLine: o.startLine, @@ -34490,20 +34385,20 @@ class aZ { } _setContextModes(e, t) { const n = - e === this.document || this.treeAdapter.getNamespaceURI(e) === eA.HTML; + e === this.document || this.treeAdapter.getNamespaceURI(e) === G_.HTML; (this.currentNotInHTML = !n), (this.tokenizer.inForeignNode = !n && !this._isIntegrationPoint(t, e)); } _switchToTextParsing(e, t) { - this._insertElement(e, eA.HTML), + this._insertElement(e, G_.HTML), (this.tokenizer.state = t), (this.originalInsertionMode = this.insertionMode), - (this.insertionMode = rZ.TEXT); + (this.insertionMode = jA.TEXT); } switchToPlaintextParsing() { - (this.insertionMode = rZ.TEXT), - (this.originalInsertionMode = rZ.IN_BODY), - (this.tokenizer.state = fA.PLAINTEXT); + (this.insertionMode = jA.TEXT), + (this.originalInsertionMode = jA.IN_BODY), + (this.tokenizer.state = lA.PLAINTEXT); } _getAdjustedCurrentElement() { return 0 === this.openElements.stackTop && this.fragmentContext @@ -34513,7 +34408,7 @@ class aZ { _findFormInFragmentContext() { let e = this.fragmentContext; for (; e; ) { - if (this.treeAdapter.getTagName(e) === rA.FORM) { + if (this.treeAdapter.getTagName(e) === j_.FORM) { this.formElement = e; break; } @@ -34523,26 +34418,26 @@ class aZ { _initTokenizerForFragmentParsing() { if ( this.fragmentContext && - this.treeAdapter.getNamespaceURI(this.fragmentContext) === eA.HTML + this.treeAdapter.getNamespaceURI(this.fragmentContext) === G_.HTML ) switch (this.fragmentContextID) { - case oA.TITLE: - case oA.TEXTAREA: - this.tokenizer.state = fA.RCDATA; + case q_.TITLE: + case q_.TEXTAREA: + this.tokenizer.state = lA.RCDATA; break; - case oA.STYLE: - case oA.XMP: - case oA.IFRAME: - case oA.NOEMBED: - case oA.NOFRAMES: - case oA.NOSCRIPT: - this.tokenizer.state = fA.RAWTEXT; + case q_.STYLE: + case q_.XMP: + case q_.IFRAME: + case q_.NOEMBED: + case q_.NOFRAMES: + case q_.NOSCRIPT: + this.tokenizer.state = lA.RAWTEXT; break; - case oA.SCRIPT: - this.tokenizer.state = fA.SCRIPT_DATA; + case q_.SCRIPT: + this.tokenizer.state = lA.SCRIPT_DATA; break; - case oA.PLAINTEXT: - this.tokenizer.state = fA.PLAINTEXT; + case q_.PLAINTEXT: + this.tokenizer.state = lA.PLAINTEXT; } } _setDocumentType(e) { @@ -34579,11 +34474,11 @@ class aZ { this.openElements.push(n, e.tagID); } _insertFakeElement(e, t) { - const n = this.treeAdapter.createElement(e, eA.HTML, []); + const n = this.treeAdapter.createElement(e, G_.HTML, []); this._attachElementToTree(n, null), this.openElements.push(n, t); } _insertTemplate(e) { - const t = this.treeAdapter.createElement(e.tagName, eA.HTML, e.attrs), + const t = this.treeAdapter.createElement(e.tagName, G_.HTML, e.attrs), n = this.treeAdapter.createDocumentFragment(); this.treeAdapter.setTemplateContent(t, n), this._attachElementToTree(t, e.location), @@ -34592,11 +34487,11 @@ class aZ { this.treeAdapter.setNodeSourceCodeLocation(n, null); } _insertFakeRootElement() { - const e = this.treeAdapter.createElement(rA.HTML, eA.HTML, []); + const e = this.treeAdapter.createElement(j_.HTML, G_.HTML, []); this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(e, null), this.treeAdapter.appendChild(this.openElements.current, e), - this.openElements.push(e, oA.HTML); + this.openElements.push(e, q_.HTML); } _appendCommentNode(e, t) { const n = this.treeAdapter.createCommentNode(e.data); @@ -34645,7 +34540,7 @@ class aZ { const n = t.location, r = this.treeAdapter.getTagName(e), o = - t.type === z_.END_TAG && r === t.tagName + t.type === A_.END_TAG && r === t.tagName ? { endTag: { ...n }, endLine: n.endLine, @@ -34667,43 +34562,43 @@ class aZ { 0 === this.openElements.stackTop && this.fragmentContext ? ((t = this.fragmentContext), (n = this.fragmentContextID)) : ({ current: t, currentTagId: n } = this.openElements), - (e.tagID !== oA.SVG || - this.treeAdapter.getTagName(t) !== rA.ANNOTATION_XML || - this.treeAdapter.getNamespaceURI(t) !== eA.MATHML) && + (e.tagID !== q_.SVG || + this.treeAdapter.getTagName(t) !== j_.ANNOTATION_XML || + this.treeAdapter.getNamespaceURI(t) !== G_.MATHML) && (this.tokenizer.inForeignNode || - ((e.tagID === oA.MGLYPH || e.tagID === oA.MALIGNMARK) && - !this._isIntegrationPoint(n, t, eA.HTML))) + ((e.tagID === q_.MGLYPH || e.tagID === q_.MALIGNMARK) && + !this._isIntegrationPoint(n, t, G_.HTML))) ); } _processToken(e) { switch (e.type) { - case z_.CHARACTER: + case A_.CHARACTER: this.onCharacter(e); break; - case z_.NULL_CHARACTER: + case A_.NULL_CHARACTER: this.onNullCharacter(e); break; - case z_.COMMENT: + case A_.COMMENT: this.onComment(e); break; - case z_.DOCTYPE: + case A_.DOCTYPE: this.onDoctype(e); break; - case z_.START_TAG: + case A_.START_TAG: this._processStartTag(e); break; - case z_.END_TAG: + case A_.END_TAG: this.onEndTag(e); break; - case z_.EOF: + case A_.EOF: this.onEof(e); break; - case z_.WHITESPACE_CHARACTER: + case A_.WHITESPACE_CHARACTER: this.onWhitespaceCharacter(e); } } _isIntegrationPoint(e, t, n) { - return nZ( + return WA( e, this.treeAdapter.getNamespaceURI(t), this.treeAdapter.getAttrList(t), @@ -34714,7 +34609,7 @@ class aZ { const e = this.activeFormattingElements.entries.length; if (e) { const t = this.activeFormattingElements.entries.findIndex( - (e) => e.type === kA.Marker || this.openElements.contains(e.element), + (e) => e.type === yA.Marker || this.openElements.contains(e.element), ); for (let n = t < 0 ? e - 1 : t - 1; n >= 0; n--) { const e = this.activeFormattingElements.entries[n]; @@ -34730,11 +34625,11 @@ class aZ { this.openElements.generateImpliedEndTags(), this.openElements.popUntilTableCellPopped(), this.activeFormattingElements.clearToLastMarker(), - (this.insertionMode = rZ.IN_ROW); + (this.insertionMode = jA.IN_ROW); } _closePElement() { - this.openElements.generateImpliedEndTagsWithExclusion(oA.P), - this.openElements.popUntilTagNamePopped(oA.P); + this.openElements.generateImpliedEndTagsWithExclusion(q_.P), + this.openElements.popUntilTagNamePopped(q_.P); } _resetInsertionMode() { for (let e = this.openElements.stackTop; e >= 0; e--) @@ -34743,51 +34638,51 @@ class aZ { ? this.fragmentContextID : this.openElements.tagIDs[e] ) { - case oA.TR: - return void (this.insertionMode = rZ.IN_ROW); - case oA.TBODY: - case oA.THEAD: - case oA.TFOOT: - return void (this.insertionMode = rZ.IN_TABLE_BODY); - case oA.CAPTION: - return void (this.insertionMode = rZ.IN_CAPTION); - case oA.COLGROUP: - return void (this.insertionMode = rZ.IN_COLUMN_GROUP); - case oA.TABLE: - return void (this.insertionMode = rZ.IN_TABLE); - case oA.BODY: - return void (this.insertionMode = rZ.IN_BODY); - case oA.FRAMESET: - return void (this.insertionMode = rZ.IN_FRAMESET); - case oA.SELECT: + case q_.TR: + return void (this.insertionMode = jA.IN_ROW); + case q_.TBODY: + case q_.THEAD: + case q_.TFOOT: + return void (this.insertionMode = jA.IN_TABLE_BODY); + case q_.CAPTION: + return void (this.insertionMode = jA.IN_CAPTION); + case q_.COLGROUP: + return void (this.insertionMode = jA.IN_COLUMN_GROUP); + case q_.TABLE: + return void (this.insertionMode = jA.IN_TABLE); + case q_.BODY: + return void (this.insertionMode = jA.IN_BODY); + case q_.FRAMESET: + return void (this.insertionMode = jA.IN_FRAMESET); + case q_.SELECT: return void this._resetInsertionModeForSelect(e); - case oA.TEMPLATE: + case q_.TEMPLATE: return void (this.insertionMode = this.tmplInsertionModeStack[0]); - case oA.HTML: + case q_.HTML: return void (this.insertionMode = this.headElement - ? rZ.AFTER_HEAD - : rZ.BEFORE_HEAD); - case oA.TD: - case oA.TH: - if (e > 0) return void (this.insertionMode = rZ.IN_CELL); + ? jA.AFTER_HEAD + : jA.BEFORE_HEAD); + case q_.TD: + case q_.TH: + if (e > 0) return void (this.insertionMode = jA.IN_CELL); break; - case oA.HEAD: - if (e > 0) return void (this.insertionMode = rZ.IN_HEAD); + case q_.HEAD: + if (e > 0) return void (this.insertionMode = jA.IN_HEAD); } - this.insertionMode = rZ.IN_BODY; + this.insertionMode = jA.IN_BODY; } _resetInsertionModeForSelect(e) { if (e > 0) for (let t = e - 1; t > 0; t--) { const e = this.openElements.tagIDs[t]; - if (e === oA.TEMPLATE) break; - if (e === oA.TABLE) - return void (this.insertionMode = rZ.IN_SELECT_IN_TABLE); + if (e === q_.TEMPLATE) break; + if (e === q_.TABLE) + return void (this.insertionMode = jA.IN_SELECT_IN_TABLE); } - this.insertionMode = rZ.IN_SELECT; + this.insertionMode = jA.IN_SELECT; } _isElementCausesFosterParenting(e) { - return iZ.has(e); + return YA.has(e); } _shouldFosterParentOnInsertion() { return ( @@ -34799,14 +34694,14 @@ class aZ { for (let e = this.openElements.stackTop; e >= 0; e--) { const t = this.openElements.items[e]; switch (this.openElements.tagIDs[e]) { - case oA.TEMPLATE: - if (this.treeAdapter.getNamespaceURI(t) === eA.HTML) + case q_.TEMPLATE: + if (this.treeAdapter.getNamespaceURI(t) === G_.HTML) return { parent: this.treeAdapter.getTemplateContent(t), beforeElement: null, }; break; - case oA.TABLE: { + case q_.TABLE: { const n = this.treeAdapter.getParentNode(t); return n ? { parent: n, beforeElement: t } @@ -34824,7 +34719,7 @@ class aZ { } _isSpecialElement(e, t) { const n = this.treeAdapter.getNamespaceURI(e); - return pA[n].has(t); + return rA[n].has(t); } onCharacter(e) { if (((this.skipNextNewLine = !1), this.tokenizer.inForeignNode)) @@ -34833,130 +34728,130 @@ class aZ { })(this, e); else switch (this.insertionMode) { - case rZ.INITIAL: - gZ(this, e); + case jA.INITIAL: + aZ(this, e); break; - case rZ.BEFORE_HTML: - vZ(this, e); + case jA.BEFORE_HTML: + CZ(this, e); break; - case rZ.BEFORE_HEAD: - wZ(this, e); + case jA.BEFORE_HEAD: + sZ(this, e); break; - case rZ.IN_HEAD: - MZ(this, e); + case jA.IN_HEAD: + uZ(this, e); break; - case rZ.IN_HEAD_NO_SCRIPT: - HZ(this, e); + case jA.IN_HEAD_NO_SCRIPT: + pZ(this, e); break; - case rZ.AFTER_HEAD: - EZ(this, e); + case jA.AFTER_HEAD: + mZ(this, e); break; - case rZ.IN_BODY: - case rZ.IN_CAPTION: - case rZ.IN_CELL: - case rZ.IN_TEMPLATE: - VZ(this, e); + case jA.IN_BODY: + case jA.IN_CAPTION: + case jA.IN_CELL: + case jA.IN_TEMPLATE: + gZ(this, e); break; - case rZ.TEXT: - case rZ.IN_SELECT: - case rZ.IN_SELECT_IN_TABLE: + case jA.TEXT: + case jA.IN_SELECT: + case jA.IN_SELECT_IN_TABLE: this._insertCharacters(e); break; - case rZ.IN_TABLE: - case rZ.IN_TABLE_BODY: - case rZ.IN_ROW: - kZ(this, e); + case jA.IN_TABLE: + case jA.IN_TABLE_BODY: + case jA.IN_ROW: + yZ(this, e); break; - case rZ.IN_TABLE_TEXT: - FZ(this, e); + case jA.IN_TABLE_TEXT: + xZ(this, e); break; - case rZ.IN_COLUMN_GROUP: - $Z(this, e); + case jA.IN_COLUMN_GROUP: + IZ(this, e); break; - case rZ.AFTER_BODY: - eI(this, e); + case jA.AFTER_BODY: + GZ(this, e); break; - case rZ.AFTER_AFTER_BODY: - tI(this, e); + case jA.AFTER_AFTER_BODY: + $Z(this, e); } } onNullCharacter(e) { if (((this.skipNextNewLine = !1), this.tokenizer.inForeignNode)) !(function (e, t) { - (t.chars = N_), e._insertCharacters(t); + (t.chars = L_), e._insertCharacters(t); })(this, e); else switch (this.insertionMode) { - case rZ.INITIAL: - gZ(this, e); + case jA.INITIAL: + aZ(this, e); break; - case rZ.BEFORE_HTML: - vZ(this, e); + case jA.BEFORE_HTML: + CZ(this, e); break; - case rZ.BEFORE_HEAD: - wZ(this, e); + case jA.BEFORE_HEAD: + sZ(this, e); break; - case rZ.IN_HEAD: - MZ(this, e); + case jA.IN_HEAD: + uZ(this, e); break; - case rZ.IN_HEAD_NO_SCRIPT: - HZ(this, e); + case jA.IN_HEAD_NO_SCRIPT: + pZ(this, e); break; - case rZ.AFTER_HEAD: - EZ(this, e); + case jA.AFTER_HEAD: + mZ(this, e); break; - case rZ.TEXT: + case jA.TEXT: this._insertCharacters(e); break; - case rZ.IN_TABLE: - case rZ.IN_TABLE_BODY: - case rZ.IN_ROW: - kZ(this, e); + case jA.IN_TABLE: + case jA.IN_TABLE_BODY: + case jA.IN_ROW: + yZ(this, e); break; - case rZ.IN_COLUMN_GROUP: - $Z(this, e); + case jA.IN_COLUMN_GROUP: + IZ(this, e); break; - case rZ.AFTER_BODY: - eI(this, e); + case jA.AFTER_BODY: + GZ(this, e); break; - case rZ.AFTER_AFTER_BODY: - tI(this, e); + case jA.AFTER_AFTER_BODY: + $Z(this, e); } } onComment(e) { - if (((this.skipNextNewLine = !1), this.currentNotInHTML)) hZ(this, e); + if (((this.skipNextNewLine = !1), this.currentNotInHTML)) iZ(this, e); else switch (this.insertionMode) { - case rZ.INITIAL: - case rZ.BEFORE_HTML: - case rZ.BEFORE_HEAD: - case rZ.IN_HEAD: - case rZ.IN_HEAD_NO_SCRIPT: - case rZ.AFTER_HEAD: - case rZ.IN_BODY: - case rZ.IN_TABLE: - case rZ.IN_CAPTION: - case rZ.IN_COLUMN_GROUP: - case rZ.IN_TABLE_BODY: - case rZ.IN_ROW: - case rZ.IN_CELL: - case rZ.IN_SELECT: - case rZ.IN_SELECT_IN_TABLE: - case rZ.IN_TEMPLATE: - case rZ.IN_FRAMESET: - case rZ.AFTER_FRAMESET: - hZ(this, e); + case jA.INITIAL: + case jA.BEFORE_HTML: + case jA.BEFORE_HEAD: + case jA.IN_HEAD: + case jA.IN_HEAD_NO_SCRIPT: + case jA.AFTER_HEAD: + case jA.IN_BODY: + case jA.IN_TABLE: + case jA.IN_CAPTION: + case jA.IN_COLUMN_GROUP: + case jA.IN_TABLE_BODY: + case jA.IN_ROW: + case jA.IN_CELL: + case jA.IN_SELECT: + case jA.IN_SELECT_IN_TABLE: + case jA.IN_TEMPLATE: + case jA.IN_FRAMESET: + case jA.AFTER_FRAMESET: + iZ(this, e); break; - case rZ.IN_TABLE_TEXT: - UZ(this, e); + case jA.IN_TABLE_TEXT: + _Z(this, e); break; - case rZ.AFTER_BODY: + case jA.AFTER_BODY: !(function (e, t) { e._appendCommentNode(t, e.openElements.items[0]); })(this, e); break; - case rZ.AFTER_AFTER_BODY: - case rZ.AFTER_AFTER_FRAMESET: + case jA.AFTER_AFTER_BODY: + case jA.AFTER_AFTER_FRAMESET: !(function (e, t) { e._appendCommentNode(t, e.document); })(this, e); @@ -34964,49 +34859,49 @@ class aZ { } onDoctype(e) { switch (((this.skipNextNewLine = !1), this.insertionMode)) { - case rZ.INITIAL: + case jA.INITIAL: !(function (e, t) { e._setDocumentType(t); const n = t.forceQuirks - ? nA.QUIRKS + ? W_.QUIRKS : (function (e) { - if (e.name !== PA) return nA.QUIRKS; + if (e.name !== NA) return W_.QUIRKS; const { systemId: t } = e; if ( t && "http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd" === t.toLowerCase() ) - return nA.QUIRKS; + return W_.QUIRKS; let { publicId: n } = e; if (null !== n) { - if (((n = n.toLowerCase()), zA.has(n))) return nA.QUIRKS; - let e = null === t ? UA : FA; - if (WA(n, e)) return nA.QUIRKS; - if (((e = null === t ? GA : $A), WA(n, e))) - return nA.LIMITED_QUIRKS; + if (((n = n.toLowerCase()), AA.has(n))) return W_.QUIRKS; + let e = null === t ? _A : xA; + if (kA(n, e)) return W_.QUIRKS; + if (((e = null === t ? ZA : IA), kA(n, e))) + return W_.LIMITED_QUIRKS; } - return nA.NO_QUIRKS; + return W_.NO_QUIRKS; })(t); (function (e) { return ( - e.name === PA && + e.name === NA && null === e.publicId && (null === e.systemId || "about:legacy-compat" === e.systemId) ); - })(t) || e._err(t, F_.nonConformingDoctype); + })(t) || e._err(t, x_.nonConformingDoctype); e.treeAdapter.setDocumentMode(e.document, n), - (e.insertionMode = rZ.BEFORE_HTML); + (e.insertionMode = jA.BEFORE_HTML); })(this, e); break; - case rZ.BEFORE_HEAD: - case rZ.IN_HEAD: - case rZ.IN_HEAD_NO_SCRIPT: - case rZ.AFTER_HEAD: - this._err(e, F_.misplacedDoctype); + case jA.BEFORE_HEAD: + case jA.IN_HEAD: + case jA.IN_HEAD_NO_SCRIPT: + case jA.AFTER_HEAD: + this._err(e, x_.misplacedDoctype); break; - case rZ.IN_TABLE_TEXT: - UZ(this, e); + case jA.IN_TABLE_TEXT: + _Z(this, e); } } onStartTag(e) { @@ -35015,7 +34910,7 @@ class aZ { this._processStartTag(e), e.selfClosing && !e.ackSelfClosing && - this._err(e, F_.nonVoidHtmlElementStartTagWithTrailingSolidus); + this._err(e, x_.nonVoidHtmlElementStartTagWithTrailingSolidus); } _processStartTag(e) { this.shouldProcessStartTagTokenInForeignContent(e) @@ -35024,28 +34919,28 @@ class aZ { (function (e) { const t = e.tagID; return ( - (t === oA.FONT && + (t === q_.FONT && e.attrs.some( ({ name: e }) => - e === tA.COLOR || e === tA.SIZE || e === tA.FACE, + e === $_.COLOR || e === $_.SIZE || e === $_.FACE, )) || - QA.has(t) + UA.has(t) ); })(t) ) - nI(e), e._startTagOutsideForeignContent(t); + WZ(e), e._startTagOutsideForeignContent(t); else { const n = e._getAdjustedCurrentElement(), r = e.treeAdapter.getNamespaceURI(n); - r === eA.MATHML - ? JA(t) - : r === eA.SVG && + r === G_.MATHML + ? zA(t) + : r === G_.SVG && (!(function (e) { - const t = XA.get(e.tagName); - null != t && ((e.tagName = t), (e.tagID = dA(e.tagName))); + const t = FA.get(e.tagName); + null != t && ((e.tagName = t), (e.tagID = tA(e.tagName))); })(t), - eZ(t)), - tZ(t), + GA(t)), + $A(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), (t.ackSelfClosing = !0); } @@ -35054,249 +34949,249 @@ class aZ { } _startTagOutsideForeignContent(e) { switch (this.insertionMode) { - case rZ.INITIAL: - gZ(this, e); + case jA.INITIAL: + aZ(this, e); break; - case rZ.BEFORE_HTML: + case jA.BEFORE_HTML: !(function (e, t) { - t.tagID === oA.HTML - ? (e._insertElement(t, eA.HTML), (e.insertionMode = rZ.BEFORE_HEAD)) - : vZ(e, t); + t.tagID === q_.HTML + ? (e._insertElement(t, G_.HTML), (e.insertionMode = jA.BEFORE_HEAD)) + : CZ(e, t); })(this, e); break; - case rZ.BEFORE_HEAD: + case jA.BEFORE_HEAD: !(function (e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.HEAD: - e._insertElement(t, eA.HTML), + case q_.HEAD: + e._insertElement(t, G_.HTML), (e.headElement = e.openElements.current), - (e.insertionMode = rZ.IN_HEAD); + (e.insertionMode = jA.IN_HEAD); break; default: - wZ(e, t); + sZ(e, t); } })(this, e); break; - case rZ.IN_HEAD: - LZ(this, e); + case jA.IN_HEAD: + cZ(this, e); break; - case rZ.IN_HEAD_NO_SCRIPT: + case jA.IN_HEAD_NO_SCRIPT: !(function (e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.BASEFONT: - case oA.BGSOUND: - case oA.HEAD: - case oA.LINK: - case oA.META: - case oA.NOFRAMES: - case oA.STYLE: - LZ(e, t); + case q_.BASEFONT: + case q_.BGSOUND: + case q_.HEAD: + case q_.LINK: + case q_.META: + case q_.NOFRAMES: + case q_.STYLE: + cZ(e, t); break; - case oA.NOSCRIPT: - e._err(t, F_.nestedNoscriptInHead); + case q_.NOSCRIPT: + e._err(t, x_.nestedNoscriptInHead); break; default: - HZ(e, t); + pZ(e, t); } })(this, e); break; - case rZ.AFTER_HEAD: + case jA.AFTER_HEAD: !(function (e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.BODY: - e._insertElement(t, eA.HTML), + case q_.BODY: + e._insertElement(t, G_.HTML), (e.framesetOk = !1), - (e.insertionMode = rZ.IN_BODY); + (e.insertionMode = jA.IN_BODY); break; - case oA.FRAMESET: - e._insertElement(t, eA.HTML), (e.insertionMode = rZ.IN_FRAMESET); + case q_.FRAMESET: + e._insertElement(t, G_.HTML), (e.insertionMode = jA.IN_FRAMESET); break; - case oA.BASE: - case oA.BASEFONT: - case oA.BGSOUND: - case oA.LINK: - case oA.META: - case oA.NOFRAMES: - case oA.SCRIPT: - case oA.STYLE: - case oA.TEMPLATE: - case oA.TITLE: - e._err(t, F_.abandonedHeadElementChild), - e.openElements.push(e.headElement, oA.HEAD), - LZ(e, t), + case q_.BASE: + case q_.BASEFONT: + case q_.BGSOUND: + case q_.LINK: + case q_.META: + case q_.NOFRAMES: + case q_.SCRIPT: + case q_.STYLE: + case q_.TEMPLATE: + case q_.TITLE: + e._err(t, x_.abandonedHeadElementChild), + e.openElements.push(e.headElement, q_.HEAD), + cZ(e, t), e.openElements.remove(e.headElement); break; - case oA.HEAD: - e._err(t, F_.misplacedStartTagForHeadElement); + case q_.HEAD: + e._err(t, x_.misplacedStartTagForHeadElement); break; default: - EZ(e, t); + mZ(e, t); } })(this, e); break; - case rZ.IN_BODY: - _Z(this, e); + case jA.IN_BODY: + MZ(this, e); break; - case rZ.IN_TABLE: - OZ(this, e); + case jA.IN_TABLE: + VZ(this, e); break; - case rZ.IN_TABLE_TEXT: - UZ(this, e); + case jA.IN_TABLE_TEXT: + _Z(this, e); break; - case rZ.IN_CAPTION: + case jA.IN_CAPTION: !(function (e, t) { const n = t.tagID; - zZ.has(n) - ? e.openElements.hasInTableScope(oA.CAPTION) && + AZ.has(n) + ? e.openElements.hasInTableScope(q_.CAPTION) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(oA.CAPTION), + e.openElements.popUntilTagNamePopped(q_.CAPTION), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = rZ.IN_TABLE), - OZ(e, t)) - : _Z(e, t); + (e.insertionMode = jA.IN_TABLE), + VZ(e, t)) + : MZ(e, t); })(this, e); break; - case rZ.IN_COLUMN_GROUP: - GZ(this, e); + case jA.IN_COLUMN_GROUP: + ZZ(this, e); break; - case rZ.IN_TABLE_BODY: - WZ(this, e); + case jA.IN_TABLE_BODY: + kZ(this, e); break; - case rZ.IN_ROW: - qZ(this, e); + case jA.IN_ROW: + BZ(this, e); break; - case rZ.IN_CELL: + case jA.IN_CELL: !(function (e, t) { const n = t.tagID; - zZ.has(n) - ? (e.openElements.hasInTableScope(oA.TD) || - e.openElements.hasInTableScope(oA.TH)) && - (e._closeTableCell(), qZ(e, t)) - : _Z(e, t); + AZ.has(n) + ? (e.openElements.hasInTableScope(q_.TD) || + e.openElements.hasInTableScope(q_.TH)) && + (e._closeTableCell(), BZ(e, t)) + : MZ(e, t); })(this, e); break; - case rZ.IN_SELECT: - KZ(this, e); + case jA.IN_SELECT: + PZ(this, e); break; - case rZ.IN_SELECT_IN_TABLE: + case jA.IN_SELECT_IN_TABLE: !(function (e, t) { const n = t.tagID; - n === oA.CAPTION || - n === oA.TABLE || - n === oA.TBODY || - n === oA.TFOOT || - n === oA.THEAD || - n === oA.TR || - n === oA.TD || - n === oA.TH - ? (e.openElements.popUntilTagNamePopped(oA.SELECT), + n === q_.CAPTION || + n === q_.TABLE || + n === q_.TBODY || + n === q_.TFOOT || + n === q_.THEAD || + n === q_.TR || + n === q_.TD || + n === q_.TH + ? (e.openElements.popUntilTagNamePopped(q_.SELECT), e._resetInsertionMode(), e._processStartTag(t)) - : KZ(e, t); + : PZ(e, t); })(this, e); break; - case rZ.IN_TEMPLATE: + case jA.IN_TEMPLATE: !(function (e, t) { switch (t.tagID) { - case oA.BASE: - case oA.BASEFONT: - case oA.BGSOUND: - case oA.LINK: - case oA.META: - case oA.NOFRAMES: - case oA.SCRIPT: - case oA.STYLE: - case oA.TEMPLATE: - case oA.TITLE: - LZ(e, t); + case q_.BASE: + case q_.BASEFONT: + case q_.BGSOUND: + case q_.LINK: + case q_.META: + case q_.NOFRAMES: + case q_.SCRIPT: + case q_.STYLE: + case q_.TEMPLATE: + case q_.TITLE: + cZ(e, t); break; - case oA.CAPTION: - case oA.COLGROUP: - case oA.TBODY: - case oA.TFOOT: - case oA.THEAD: - (e.tmplInsertionModeStack[0] = rZ.IN_TABLE), - (e.insertionMode = rZ.IN_TABLE), - OZ(e, t); + case q_.CAPTION: + case q_.COLGROUP: + case q_.TBODY: + case q_.TFOOT: + case q_.THEAD: + (e.tmplInsertionModeStack[0] = jA.IN_TABLE), + (e.insertionMode = jA.IN_TABLE), + VZ(e, t); break; - case oA.COL: - (e.tmplInsertionModeStack[0] = rZ.IN_COLUMN_GROUP), - (e.insertionMode = rZ.IN_COLUMN_GROUP), - GZ(e, t); + case q_.COL: + (e.tmplInsertionModeStack[0] = jA.IN_COLUMN_GROUP), + (e.insertionMode = jA.IN_COLUMN_GROUP), + ZZ(e, t); break; - case oA.TR: - (e.tmplInsertionModeStack[0] = rZ.IN_TABLE_BODY), - (e.insertionMode = rZ.IN_TABLE_BODY), - WZ(e, t); + case q_.TR: + (e.tmplInsertionModeStack[0] = jA.IN_TABLE_BODY), + (e.insertionMode = jA.IN_TABLE_BODY), + kZ(e, t); break; - case oA.TD: - case oA.TH: - (e.tmplInsertionModeStack[0] = rZ.IN_ROW), - (e.insertionMode = rZ.IN_ROW), - qZ(e, t); + case q_.TD: + case q_.TH: + (e.tmplInsertionModeStack[0] = jA.IN_ROW), + (e.insertionMode = jA.IN_ROW), + BZ(e, t); break; default: - (e.tmplInsertionModeStack[0] = rZ.IN_BODY), - (e.insertionMode = rZ.IN_BODY), - _Z(e, t); + (e.tmplInsertionModeStack[0] = jA.IN_BODY), + (e.insertionMode = jA.IN_BODY), + MZ(e, t); } })(this, e); break; - case rZ.AFTER_BODY: + case jA.AFTER_BODY: !(function (e, t) { - t.tagID === oA.HTML ? _Z(e, t) : eI(e, t); + t.tagID === q_.HTML ? MZ(e, t) : GZ(e, t); })(this, e); break; - case rZ.IN_FRAMESET: + case jA.IN_FRAMESET: !(function (e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.FRAMESET: - e._insertElement(t, eA.HTML); + case q_.FRAMESET: + e._insertElement(t, G_.HTML); break; - case oA.FRAME: - e._appendElement(t, eA.HTML), (t.ackSelfClosing = !0); + case q_.FRAME: + e._appendElement(t, G_.HTML), (t.ackSelfClosing = !0); break; - case oA.NOFRAMES: - LZ(e, t); + case q_.NOFRAMES: + cZ(e, t); } })(this, e); break; - case rZ.AFTER_FRAMESET: + case jA.AFTER_FRAMESET: !(function (e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.NOFRAMES: - LZ(e, t); + case q_.NOFRAMES: + cZ(e, t); } })(this, e); break; - case rZ.AFTER_AFTER_BODY: + case jA.AFTER_AFTER_BODY: !(function (e, t) { - t.tagID === oA.HTML ? _Z(e, t) : tI(e, t); + t.tagID === q_.HTML ? MZ(e, t) : $Z(e, t); })(this, e); break; - case rZ.AFTER_AFTER_FRAMESET: + case jA.AFTER_AFTER_FRAMESET: !(function (e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.NOFRAMES: - LZ(e, t); + case q_.NOFRAMES: + cZ(e, t); } })(this, e); } @@ -35306,11 +35201,11 @@ class aZ { (this.currentToken = e), this.currentNotInHTML ? (function (e, t) { - if (t.tagID === oA.P || t.tagID === oA.BR) - return nI(e), void e._endTagOutsideForeignContent(t); + if (t.tagID === q_.P || t.tagID === q_.BR) + return WZ(e), void e._endTagOutsideForeignContent(t); for (let n = e.openElements.stackTop; n > 0; n--) { const r = e.openElements.items[n]; - if (e.treeAdapter.getNamespaceURI(r) === eA.HTML) { + if (e.treeAdapter.getNamespaceURI(r) === G_.HTML) { e._endTagOutsideForeignContent(t); break; } @@ -35325,280 +35220,280 @@ class aZ { } _endTagOutsideForeignContent(e) { switch (this.insertionMode) { - case rZ.INITIAL: - gZ(this, e); + case jA.INITIAL: + aZ(this, e); break; - case rZ.BEFORE_HTML: + case jA.BEFORE_HTML: !(function (e, t) { const n = t.tagID; - (n !== oA.HTML && n !== oA.HEAD && n !== oA.BODY && n !== oA.BR) || - vZ(e, t); + (n !== q_.HTML && n !== q_.HEAD && n !== q_.BODY && n !== q_.BR) || + CZ(e, t); })(this, e); break; - case rZ.BEFORE_HEAD: + case jA.BEFORE_HEAD: !(function (e, t) { const n = t.tagID; - n === oA.HEAD || n === oA.BODY || n === oA.HTML || n === oA.BR - ? wZ(e, t) - : e._err(t, F_.endTagWithoutMatchingOpenElement); + n === q_.HEAD || n === q_.BODY || n === q_.HTML || n === q_.BR + ? sZ(e, t) + : e._err(t, x_.endTagWithoutMatchingOpenElement); })(this, e); break; - case rZ.IN_HEAD: + case jA.IN_HEAD: !(function (e, t) { switch (t.tagID) { - case oA.HEAD: - e.openElements.pop(), (e.insertionMode = rZ.AFTER_HEAD); + case q_.HEAD: + e.openElements.pop(), (e.insertionMode = jA.AFTER_HEAD); break; - case oA.BODY: - case oA.BR: - case oA.HTML: - MZ(e, t); + case q_.BODY: + case q_.BR: + case q_.HTML: + uZ(e, t); break; - case oA.TEMPLATE: - bZ(e, t); + case q_.TEMPLATE: + dZ(e, t); break; default: - e._err(t, F_.endTagWithoutMatchingOpenElement); + e._err(t, x_.endTagWithoutMatchingOpenElement); } })(this, e); break; - case rZ.IN_HEAD_NO_SCRIPT: + case jA.IN_HEAD_NO_SCRIPT: !(function (e, t) { switch (t.tagID) { - case oA.NOSCRIPT: - e.openElements.pop(), (e.insertionMode = rZ.IN_HEAD); + case q_.NOSCRIPT: + e.openElements.pop(), (e.insertionMode = jA.IN_HEAD); break; - case oA.BR: - HZ(e, t); + case q_.BR: + pZ(e, t); break; default: - e._err(t, F_.endTagWithoutMatchingOpenElement); + e._err(t, x_.endTagWithoutMatchingOpenElement); } })(this, e); break; - case rZ.AFTER_HEAD: + case jA.AFTER_HEAD: !(function (e, t) { switch (t.tagID) { - case oA.BODY: - case oA.HTML: - case oA.BR: - EZ(e, t); + case q_.BODY: + case q_.HTML: + case q_.BR: + mZ(e, t); break; - case oA.TEMPLATE: - bZ(e, t); + case q_.TEMPLATE: + dZ(e, t); break; default: - e._err(t, F_.endTagWithoutMatchingOpenElement); + e._err(t, x_.endTagWithoutMatchingOpenElement); } })(this, e); break; - case rZ.IN_BODY: - ZZ(this, e); + case jA.IN_BODY: + EZ(this, e); break; - case rZ.TEXT: + case jA.TEXT: !(function (e, t) { var n; - t.tagID === oA.SCRIPT && + t.tagID === q_.SCRIPT && (null === (n = e.scriptHandler) || void 0 === n || n.call(e, e.openElements.current)); e.openElements.pop(), (e.insertionMode = e.originalInsertionMode); })(this, e); break; - case rZ.IN_TABLE: - BZ(this, e); + case jA.IN_TABLE: + TZ(this, e); break; - case rZ.IN_TABLE_TEXT: - UZ(this, e); + case jA.IN_TABLE_TEXT: + _Z(this, e); break; - case rZ.IN_CAPTION: + case jA.IN_CAPTION: !(function (e, t) { const n = t.tagID; switch (n) { - case oA.CAPTION: - case oA.TABLE: - e.openElements.hasInTableScope(oA.CAPTION) && + case q_.CAPTION: + case q_.TABLE: + e.openElements.hasInTableScope(q_.CAPTION) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(oA.CAPTION), + e.openElements.popUntilTagNamePopped(q_.CAPTION), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = rZ.IN_TABLE), - n === oA.TABLE && BZ(e, t)); + (e.insertionMode = jA.IN_TABLE), + n === q_.TABLE && TZ(e, t)); break; - case oA.BODY: - case oA.COL: - case oA.COLGROUP: - case oA.HTML: - case oA.TBODY: - case oA.TD: - case oA.TFOOT: - case oA.TH: - case oA.THEAD: - case oA.TR: + case q_.BODY: + case q_.COL: + case q_.COLGROUP: + case q_.HTML: + case q_.TBODY: + case q_.TD: + case q_.TFOOT: + case q_.TH: + case q_.THEAD: + case q_.TR: break; default: - ZZ(e, t); + EZ(e, t); } })(this, e); break; - case rZ.IN_COLUMN_GROUP: + case jA.IN_COLUMN_GROUP: !(function (e, t) { switch (t.tagID) { - case oA.COLGROUP: - e.openElements.currentTagId === oA.COLGROUP && - (e.openElements.pop(), (e.insertionMode = rZ.IN_TABLE)); + case q_.COLGROUP: + e.openElements.currentTagId === q_.COLGROUP && + (e.openElements.pop(), (e.insertionMode = jA.IN_TABLE)); break; - case oA.TEMPLATE: - bZ(e, t); + case q_.TEMPLATE: + dZ(e, t); break; - case oA.COL: + case q_.COL: break; default: - $Z(e, t); + IZ(e, t); } })(this, e); break; - case rZ.IN_TABLE_BODY: - jZ(this, e); + case jA.IN_TABLE_BODY: + OZ(this, e); break; - case rZ.IN_ROW: - YZ(this, e); + case jA.IN_ROW: + DZ(this, e); break; - case rZ.IN_CELL: + case jA.IN_CELL: !(function (e, t) { const n = t.tagID; switch (n) { - case oA.TD: - case oA.TH: + case q_.TD: + case q_.TH: e.openElements.hasInTableScope(n) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(n), e.activeFormattingElements.clearToLastMarker(), - (e.insertionMode = rZ.IN_ROW)); + (e.insertionMode = jA.IN_ROW)); break; - case oA.TABLE: - case oA.TBODY: - case oA.TFOOT: - case oA.THEAD: - case oA.TR: + case q_.TABLE: + case q_.TBODY: + case q_.TFOOT: + case q_.THEAD: + case q_.TR: e.openElements.hasInTableScope(n) && - (e._closeTableCell(), YZ(e, t)); + (e._closeTableCell(), DZ(e, t)); break; - case oA.BODY: - case oA.CAPTION: - case oA.COL: - case oA.COLGROUP: - case oA.HTML: + case q_.BODY: + case q_.CAPTION: + case q_.COL: + case q_.COLGROUP: + case q_.HTML: break; default: - ZZ(e, t); + EZ(e, t); } })(this, e); break; - case rZ.IN_SELECT: - XZ(this, e); + case jA.IN_SELECT: + FZ(this, e); break; - case rZ.IN_SELECT_IN_TABLE: + case jA.IN_SELECT_IN_TABLE: !(function (e, t) { const n = t.tagID; - n === oA.CAPTION || - n === oA.TABLE || - n === oA.TBODY || - n === oA.TFOOT || - n === oA.THEAD || - n === oA.TR || - n === oA.TD || - n === oA.TH + n === q_.CAPTION || + n === q_.TABLE || + n === q_.TBODY || + n === q_.TFOOT || + n === q_.THEAD || + n === q_.TR || + n === q_.TD || + n === q_.TH ? e.openElements.hasInTableScope(n) && - (e.openElements.popUntilTagNamePopped(oA.SELECT), + (e.openElements.popUntilTagNamePopped(q_.SELECT), e._resetInsertionMode(), e.onEndTag(t)) - : XZ(e, t); + : FZ(e, t); })(this, e); break; - case rZ.IN_TEMPLATE: + case jA.IN_TEMPLATE: !(function (e, t) { - t.tagID === oA.TEMPLATE && bZ(e, t); + t.tagID === q_.TEMPLATE && dZ(e, t); })(this, e); break; - case rZ.AFTER_BODY: - JZ(this, e); + case jA.AFTER_BODY: + zZ(this, e); break; - case rZ.IN_FRAMESET: + case jA.IN_FRAMESET: !(function (e, t) { - t.tagID !== oA.FRAMESET || + t.tagID !== q_.FRAMESET || e.openElements.isRootHtmlElementCurrent() || (e.openElements.pop(), e.fragmentContext || - e.openElements.currentTagId === oA.FRAMESET || - (e.insertionMode = rZ.AFTER_FRAMESET)); + e.openElements.currentTagId === q_.FRAMESET || + (e.insertionMode = jA.AFTER_FRAMESET)); })(this, e); break; - case rZ.AFTER_FRAMESET: + case jA.AFTER_FRAMESET: !(function (e, t) { - t.tagID === oA.HTML && (e.insertionMode = rZ.AFTER_AFTER_FRAMESET); + t.tagID === q_.HTML && (e.insertionMode = jA.AFTER_AFTER_FRAMESET); })(this, e); break; - case rZ.AFTER_AFTER_BODY: - tI(this, e); + case jA.AFTER_AFTER_BODY: + $Z(this, e); } } onEof(e) { switch (this.insertionMode) { - case rZ.INITIAL: - gZ(this, e); + case jA.INITIAL: + aZ(this, e); break; - case rZ.BEFORE_HTML: - vZ(this, e); + case jA.BEFORE_HTML: + CZ(this, e); break; - case rZ.BEFORE_HEAD: - wZ(this, e); + case jA.BEFORE_HEAD: + sZ(this, e); break; - case rZ.IN_HEAD: - MZ(this, e); + case jA.IN_HEAD: + uZ(this, e); break; - case rZ.IN_HEAD_NO_SCRIPT: - HZ(this, e); + case jA.IN_HEAD_NO_SCRIPT: + pZ(this, e); break; - case rZ.AFTER_HEAD: - EZ(this, e); + case jA.AFTER_HEAD: + mZ(this, e); break; - case rZ.IN_BODY: - case rZ.IN_TABLE: - case rZ.IN_CAPTION: - case rZ.IN_COLUMN_GROUP: - case rZ.IN_TABLE_BODY: - case rZ.IN_ROW: - case rZ.IN_CELL: - case rZ.IN_SELECT: - case rZ.IN_SELECT_IN_TABLE: - IZ(this, e); + case jA.IN_BODY: + case jA.IN_TABLE: + case jA.IN_CAPTION: + case jA.IN_COLUMN_GROUP: + case jA.IN_TABLE_BODY: + case jA.IN_ROW: + case jA.IN_CELL: + case jA.IN_SELECT: + case jA.IN_SELECT_IN_TABLE: + RZ(this, e); break; - case rZ.TEXT: + case jA.TEXT: !(function (e, t) { - e._err(t, F_.eofInElementThatCanContainOnlyText), + e._err(t, x_.eofInElementThatCanContainOnlyText), e.openElements.pop(), (e.insertionMode = e.originalInsertionMode), e.onEof(t); })(this, e); break; - case rZ.IN_TABLE_TEXT: - UZ(this, e); + case jA.IN_TABLE_TEXT: + _Z(this, e); break; - case rZ.IN_TEMPLATE: - QZ(this, e); + case jA.IN_TEMPLATE: + UZ(this, e); break; - case rZ.AFTER_BODY: - case rZ.IN_FRAMESET: - case rZ.AFTER_FRAMESET: - case rZ.AFTER_AFTER_BODY: - case rZ.AFTER_AFTER_FRAMESET: - fZ(this, e); + case jA.AFTER_BODY: + case jA.IN_FRAMESET: + case jA.AFTER_FRAMESET: + case jA.AFTER_AFTER_BODY: + case jA.AFTER_AFTER_FRAMESET: + lZ(this, e); } } onWhitespaceCharacter(e) { if ( this.skipNextNewLine && - ((this.skipNextNewLine = !1), e.chars.charCodeAt(0) === x_.LINE_FEED) + ((this.skipNextNewLine = !1), e.chars.charCodeAt(0) === b_.LINE_FEED) ) { if (1 === e.chars.length) return; e.chars = e.chars.substr(1); @@ -35606,37 +35501,37 @@ class aZ { if (this.tokenizer.inForeignNode) this._insertCharacters(e); else switch (this.insertionMode) { - case rZ.IN_HEAD: - case rZ.IN_HEAD_NO_SCRIPT: - case rZ.AFTER_HEAD: - case rZ.TEXT: - case rZ.IN_COLUMN_GROUP: - case rZ.IN_SELECT: - case rZ.IN_SELECT_IN_TABLE: - case rZ.IN_FRAMESET: - case rZ.AFTER_FRAMESET: + case jA.IN_HEAD: + case jA.IN_HEAD_NO_SCRIPT: + case jA.AFTER_HEAD: + case jA.TEXT: + case jA.IN_COLUMN_GROUP: + case jA.IN_SELECT: + case jA.IN_SELECT_IN_TABLE: + case jA.IN_FRAMESET: + case jA.AFTER_FRAMESET: this._insertCharacters(e); break; - case rZ.IN_BODY: - case rZ.IN_CAPTION: - case rZ.IN_CELL: - case rZ.IN_TEMPLATE: - case rZ.AFTER_BODY: - case rZ.AFTER_AFTER_BODY: - case rZ.AFTER_AFTER_FRAMESET: - yZ(this, e); + case jA.IN_BODY: + case jA.IN_CAPTION: + case jA.IN_CELL: + case jA.IN_TEMPLATE: + case jA.AFTER_BODY: + case jA.AFTER_AFTER_BODY: + case jA.AFTER_AFTER_FRAMESET: + fZ(this, e); break; - case rZ.IN_TABLE: - case rZ.IN_TABLE_BODY: - case rZ.IN_ROW: - kZ(this, e); + case jA.IN_TABLE: + case jA.IN_TABLE_BODY: + case jA.IN_ROW: + yZ(this, e); break; - case rZ.IN_TABLE_TEXT: - PZ(this, e); + case jA.IN_TABLE_TEXT: + NZ(this, e); } } } -function CZ(e, t) { +function QA(e, t) { let n = e.activeFormattingElements.getElementEntryInScopeWithTagName( t.tagName, ); @@ -35645,11 +35540,11 @@ function CZ(e, t) { ? e.openElements.contains(n.element) ? e.openElements.hasInScope(t.tagID) || (n = null) : (e.activeFormattingElements.removeEntry(n), (n = null)) - : AZ(e, t), + : HZ(e, t), n ); } -function sZ(e, t) { +function JA(e, t) { let n = null, r = e.openElements.stackTop; for (; r >= 0; r--) { @@ -35664,7 +35559,7 @@ function sZ(e, t) { n ); } -function cZ(e, t, n) { +function eZ(e, t, n) { let r = t, o = e.openElements.getCommonAncestor(t); for (let i = 0, l = o; l !== n; i++, l = o) { @@ -35674,7 +35569,7 @@ function cZ(e, t, n) { !n || a ? (a && e.activeFormattingElements.removeEntry(n), e.openElements.remove(l)) - : ((l = dZ(e, n)), + : ((l = tZ(e, n)), r === t && (e.activeFormattingElements.bookmark = n), e.treeAdapter.detachNode(r), e.treeAdapter.appendChild(l, r), @@ -35682,23 +35577,23 @@ function cZ(e, t, n) { } return r; } -function dZ(e, t) { +function tZ(e, t) { const n = e.treeAdapter.getNamespaceURI(t.element), r = e.treeAdapter.createElement(t.token.tagName, n, t.token.attrs); return e.openElements.replace(t.element, r), (t.element = r), r; } -function uZ(e, t, n) { - const r = dA(e.treeAdapter.getTagName(t)); +function nZ(e, t, n) { + const r = tA(e.treeAdapter.getTagName(t)); if (e._isElementCausesFosterParenting(r)) e._fosterParentElement(n); else { const o = e.treeAdapter.getNamespaceURI(t); - r === oA.TEMPLATE && - o === eA.HTML && + r === q_.TEMPLATE && + o === G_.HTML && (t = e.treeAdapter.getTemplateContent(t)), e.treeAdapter.appendChild(t, n); } } -function pZ(e, t, n) { +function rZ(e, t, n) { const r = e.treeAdapter.getNamespaceURI(n.element), { token: o } = n, i = e.treeAdapter.createElement(o.tagName, r, o.attrs); @@ -35709,22 +35604,22 @@ function pZ(e, t, n) { e.openElements.remove(n.element), e.openElements.insertAfter(t, i, o.tagID); } -function mZ(e, t) { +function oZ(e, t) { for (let n = 0; n < 8; n++) { - const n = CZ(e, t); + const n = QA(e, t); if (!n) break; - const r = sZ(e, n); + const r = JA(e, n); if (!r) break; e.activeFormattingElements.bookmark = n; - const o = cZ(e, r, n.element), + const o = eZ(e, r, n.element), i = e.openElements.getCommonAncestor(n.element); - e.treeAdapter.detachNode(o), i && uZ(e, i, o), pZ(e, r, n); + e.treeAdapter.detachNode(o), i && nZ(e, i, o), rZ(e, r, n); } } -function hZ(e, t) { +function iZ(e, t) { e._appendCommentNode(t, e.openElements.currentTmplContentOrNode); } -function fZ(e, t) { +function lZ(e, t) { if (((e.stopped = !0), t.location)) { const n = e.fragmentContext ? 0 : 2; for (let r = e.openElements.stackTop; r >= n; r--) @@ -35744,321 +35639,321 @@ function fZ(e, t) { } } } -function gZ(e, t) { - e._err(t, F_.missingDoctype, !0), - e.treeAdapter.setDocumentMode(e.document, nA.QUIRKS), - (e.insertionMode = rZ.BEFORE_HTML), +function aZ(e, t) { + e._err(t, x_.missingDoctype, !0), + e.treeAdapter.setDocumentMode(e.document, W_.QUIRKS), + (e.insertionMode = jA.BEFORE_HTML), e._processToken(t); } -function vZ(e, t) { +function CZ(e, t) { e._insertFakeRootElement(), - (e.insertionMode = rZ.BEFORE_HEAD), + (e.insertionMode = jA.BEFORE_HEAD), e._processToken(t); } -function wZ(e, t) { - e._insertFakeElement(rA.HEAD, oA.HEAD), +function sZ(e, t) { + e._insertFakeElement(j_.HEAD, q_.HEAD), (e.headElement = e.openElements.current), - (e.insertionMode = rZ.IN_HEAD), + (e.insertionMode = jA.IN_HEAD), e._processToken(t); } -function LZ(e, t) { +function cZ(e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.BASE: - case oA.BASEFONT: - case oA.BGSOUND: - case oA.LINK: - case oA.META: - e._appendElement(t, eA.HTML), (t.ackSelfClosing = !0); + case q_.BASE: + case q_.BASEFONT: + case q_.BGSOUND: + case q_.LINK: + case q_.META: + e._appendElement(t, G_.HTML), (t.ackSelfClosing = !0); break; - case oA.TITLE: - e._switchToTextParsing(t, fA.RCDATA); + case q_.TITLE: + e._switchToTextParsing(t, lA.RCDATA); break; - case oA.NOSCRIPT: + case q_.NOSCRIPT: e.options.scriptingEnabled - ? e._switchToTextParsing(t, fA.RAWTEXT) - : (e._insertElement(t, eA.HTML), - (e.insertionMode = rZ.IN_HEAD_NO_SCRIPT)); + ? e._switchToTextParsing(t, lA.RAWTEXT) + : (e._insertElement(t, G_.HTML), + (e.insertionMode = jA.IN_HEAD_NO_SCRIPT)); break; - case oA.NOFRAMES: - case oA.STYLE: - e._switchToTextParsing(t, fA.RAWTEXT); + case q_.NOFRAMES: + case q_.STYLE: + e._switchToTextParsing(t, lA.RAWTEXT); break; - case oA.SCRIPT: - e._switchToTextParsing(t, fA.SCRIPT_DATA); + case q_.SCRIPT: + e._switchToTextParsing(t, lA.SCRIPT_DATA); break; - case oA.TEMPLATE: + case q_.TEMPLATE: e._insertTemplate(t), e.activeFormattingElements.insertMarker(), (e.framesetOk = !1), - (e.insertionMode = rZ.IN_TEMPLATE), - e.tmplInsertionModeStack.unshift(rZ.IN_TEMPLATE); + (e.insertionMode = jA.IN_TEMPLATE), + e.tmplInsertionModeStack.unshift(jA.IN_TEMPLATE); break; - case oA.HEAD: - e._err(t, F_.misplacedStartTagForHeadElement); + case q_.HEAD: + e._err(t, x_.misplacedStartTagForHeadElement); break; default: - MZ(e, t); + uZ(e, t); } } -function bZ(e, t) { +function dZ(e, t) { e.openElements.tmplCount > 0 ? (e.openElements.generateImpliedEndTagsThoroughly(), - e.openElements.currentTagId !== oA.TEMPLATE && - e._err(t, F_.closingOfElementWithOpenChildElements), - e.openElements.popUntilTagNamePopped(oA.TEMPLATE), + e.openElements.currentTagId !== q_.TEMPLATE && + e._err(t, x_.closingOfElementWithOpenChildElements), + e.openElements.popUntilTagNamePopped(q_.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode()) - : e._err(t, F_.endTagWithoutMatchingOpenElement); + : e._err(t, x_.endTagWithoutMatchingOpenElement); } -function MZ(e, t) { - e.openElements.pop(), (e.insertionMode = rZ.AFTER_HEAD), e._processToken(t); +function uZ(e, t) { + e.openElements.pop(), (e.insertionMode = jA.AFTER_HEAD), e._processToken(t); } -function HZ(e, t) { +function pZ(e, t) { const n = - t.type === z_.EOF - ? F_.openElementsLeftAfterEof - : F_.disallowedContentInNoscriptInHead; + t.type === A_.EOF + ? x_.openElementsLeftAfterEof + : x_.disallowedContentInNoscriptInHead; e._err(t, n), e.openElements.pop(), - (e.insertionMode = rZ.IN_HEAD), + (e.insertionMode = jA.IN_HEAD), e._processToken(t); } -function EZ(e, t) { - e._insertFakeElement(rA.BODY, oA.BODY), - (e.insertionMode = rZ.IN_BODY), - RZ(e, t); +function mZ(e, t) { + e._insertFakeElement(j_.BODY, q_.BODY), + (e.insertionMode = jA.IN_BODY), + hZ(e, t); } -function RZ(e, t) { +function hZ(e, t) { switch (t.type) { - case z_.CHARACTER: - VZ(e, t); + case A_.CHARACTER: + gZ(e, t); break; - case z_.WHITESPACE_CHARACTER: - yZ(e, t); + case A_.WHITESPACE_CHARACTER: + fZ(e, t); break; - case z_.COMMENT: - hZ(e, t); + case A_.COMMENT: + iZ(e, t); break; - case z_.START_TAG: - _Z(e, t); + case A_.START_TAG: + MZ(e, t); break; - case z_.END_TAG: - ZZ(e, t); + case A_.END_TAG: + EZ(e, t); break; - case z_.EOF: - IZ(e, t); + case A_.EOF: + RZ(e, t); } } -function yZ(e, t) { +function fZ(e, t) { e._reconstructActiveFormattingElements(), e._insertCharacters(t); } -function VZ(e, t) { +function gZ(e, t) { e._reconstructActiveFormattingElements(), e._insertCharacters(t), (e.framesetOk = !1); } -function SZ(e, t) { +function vZ(e, t) { e._reconstructActiveFormattingElements(), - e._appendElement(t, eA.HTML), + e._appendElement(t, G_.HTML), (e.framesetOk = !1), (t.ackSelfClosing = !0); } -function TZ(e) { - const t = G_(e, tA.TYPE); +function wZ(e) { + const t = Z_(e, $_.TYPE); return null != t && "hidden" === t.toLowerCase(); } -function NZ(e, t) { - e._switchToTextParsing(t, fA.RAWTEXT); +function LZ(e, t) { + e._switchToTextParsing(t, lA.RAWTEXT); } -function xZ(e, t) { - e._reconstructActiveFormattingElements(), e._insertElement(t, eA.HTML); +function bZ(e, t) { + e._reconstructActiveFormattingElements(), e._insertElement(t, G_.HTML); } -function _Z(e, t) { +function MZ(e, t) { switch (t.tagID) { - case oA.I: - case oA.S: - case oA.B: - case oA.U: - case oA.EM: - case oA.TT: - case oA.BIG: - case oA.CODE: - case oA.FONT: - case oA.SMALL: - case oA.STRIKE: - case oA.STRONG: + case q_.I: + case q_.S: + case q_.B: + case q_.U: + case q_.EM: + case q_.TT: + case q_.BIG: + case q_.CODE: + case q_.FONT: + case q_.SMALL: + case q_.STRIKE: + case q_.STRONG: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, eA.HTML), + e._insertElement(t, G_.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case oA.A: + case q_.A: !(function (e, t) { const n = e.activeFormattingElements.getElementEntryInScopeWithTagName( - rA.A, + j_.A, ); n && - (mZ(e, t), + (oZ(e, t), e.openElements.remove(n.element), e.activeFormattingElements.removeEntry(n)), e._reconstructActiveFormattingElements(), - e._insertElement(t, eA.HTML), + e._insertElement(t, G_.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case oA.H1: - case oA.H2: - case oA.H3: - case oA.H4: - case oA.H5: - case oA.H6: + case q_.H1: + case q_.H2: + case q_.H3: + case q_.H4: + case q_.H5: + case q_.H6: !(function (e, t) { - e.openElements.hasInButtonScope(oA.P) && e._closePElement(), - mA.has(e.openElements.currentTagId) && e.openElements.pop(), - e._insertElement(t, eA.HTML); + e.openElements.hasInButtonScope(q_.P) && e._closePElement(), + oA.has(e.openElements.currentTagId) && e.openElements.pop(), + e._insertElement(t, G_.HTML); })(e, t); break; - case oA.P: - case oA.DL: - case oA.OL: - case oA.UL: - case oA.DIV: - case oA.DIR: - case oA.NAV: - case oA.MAIN: - case oA.MENU: - case oA.ASIDE: - case oA.CENTER: - case oA.FIGURE: - case oA.FOOTER: - case oA.HEADER: - case oA.HGROUP: - case oA.DIALOG: - case oA.DETAILS: - case oA.ADDRESS: - case oA.ARTICLE: - case oA.SEARCH: - case oA.SECTION: - case oA.SUMMARY: - case oA.FIELDSET: - case oA.BLOCKQUOTE: - case oA.FIGCAPTION: + case q_.P: + case q_.DL: + case q_.OL: + case q_.UL: + case q_.DIV: + case q_.DIR: + case q_.NAV: + case q_.MAIN: + case q_.MENU: + case q_.ASIDE: + case q_.CENTER: + case q_.FIGURE: + case q_.FOOTER: + case q_.HEADER: + case q_.HGROUP: + case q_.DIALOG: + case q_.DETAILS: + case q_.ADDRESS: + case q_.ARTICLE: + case q_.SEARCH: + case q_.SECTION: + case q_.SUMMARY: + case q_.FIELDSET: + case q_.BLOCKQUOTE: + case q_.FIGCAPTION: !(function (e, t) { - e.openElements.hasInButtonScope(oA.P) && e._closePElement(), - e._insertElement(t, eA.HTML); + e.openElements.hasInButtonScope(q_.P) && e._closePElement(), + e._insertElement(t, G_.HTML); })(e, t); break; - case oA.LI: - case oA.DD: - case oA.DT: + case q_.LI: + case q_.DD: + case q_.DT: !(function (e, t) { e.framesetOk = !1; const n = t.tagID; for (let t = e.openElements.stackTop; t >= 0; t--) { const r = e.openElements.tagIDs[t]; if ( - (n === oA.LI && r === oA.LI) || - ((n === oA.DD || n === oA.DT) && (r === oA.DD || r === oA.DT)) + (n === q_.LI && r === q_.LI) || + ((n === q_.DD || n === q_.DT) && (r === q_.DD || r === q_.DT)) ) { e.openElements.generateImpliedEndTagsWithExclusion(r), e.openElements.popUntilTagNamePopped(r); break; } if ( - r !== oA.ADDRESS && - r !== oA.DIV && - r !== oA.P && + r !== q_.ADDRESS && + r !== q_.DIV && + r !== q_.P && e._isSpecialElement(e.openElements.items[t], r) ) break; } - e.openElements.hasInButtonScope(oA.P) && e._closePElement(), - e._insertElement(t, eA.HTML); + e.openElements.hasInButtonScope(q_.P) && e._closePElement(), + e._insertElement(t, G_.HTML); })(e, t); break; - case oA.BR: - case oA.IMG: - case oA.WBR: - case oA.AREA: - case oA.EMBED: - case oA.KEYGEN: - SZ(e, t); + case q_.BR: + case q_.IMG: + case q_.WBR: + case q_.AREA: + case q_.EMBED: + case q_.KEYGEN: + vZ(e, t); break; - case oA.HR: + case q_.HR: !(function (e, t) { - e.openElements.hasInButtonScope(oA.P) && e._closePElement(), - e._appendElement(t, eA.HTML), + e.openElements.hasInButtonScope(q_.P) && e._closePElement(), + e._appendElement(t, G_.HTML), (e.framesetOk = !1), (t.ackSelfClosing = !0); })(e, t); break; - case oA.RB: - case oA.RTC: + case q_.RB: + case q_.RTC: !(function (e, t) { - e.openElements.hasInScope(oA.RUBY) && + e.openElements.hasInScope(q_.RUBY) && e.openElements.generateImpliedEndTags(), - e._insertElement(t, eA.HTML); + e._insertElement(t, G_.HTML); })(e, t); break; - case oA.RT: - case oA.RP: + case q_.RT: + case q_.RP: !(function (e, t) { - e.openElements.hasInScope(oA.RUBY) && - e.openElements.generateImpliedEndTagsWithExclusion(oA.RTC), - e._insertElement(t, eA.HTML); + e.openElements.hasInScope(q_.RUBY) && + e.openElements.generateImpliedEndTagsWithExclusion(q_.RTC), + e._insertElement(t, G_.HTML); })(e, t); break; - case oA.PRE: - case oA.LISTING: + case q_.PRE: + case q_.LISTING: !(function (e, t) { - e.openElements.hasInButtonScope(oA.P) && e._closePElement(), - e._insertElement(t, eA.HTML), + e.openElements.hasInButtonScope(q_.P) && e._closePElement(), + e._insertElement(t, G_.HTML), (e.skipNextNewLine = !0), (e.framesetOk = !1); })(e, t); break; - case oA.XMP: + case q_.XMP: !(function (e, t) { - e.openElements.hasInButtonScope(oA.P) && e._closePElement(), + e.openElements.hasInButtonScope(q_.P) && e._closePElement(), e._reconstructActiveFormattingElements(), (e.framesetOk = !1), - e._switchToTextParsing(t, fA.RAWTEXT); + e._switchToTextParsing(t, lA.RAWTEXT); })(e, t); break; - case oA.SVG: + case q_.SVG: !(function (e, t) { e._reconstructActiveFormattingElements(), - eZ(t), - tZ(t), + GA(t), + $A(t), t.selfClosing - ? e._appendElement(t, eA.SVG) - : e._insertElement(t, eA.SVG), + ? e._appendElement(t, G_.SVG) + : e._insertElement(t, G_.SVG), (t.ackSelfClosing = !0); })(e, t); break; - case oA.HTML: + case q_.HTML: !(function (e, t) { 0 === e.openElements.tmplCount && e.treeAdapter.adoptAttributes(e.openElements.items[0], t.attrs); })(e, t); break; - case oA.BASE: - case oA.LINK: - case oA.META: - case oA.STYLE: - case oA.TITLE: - case oA.SCRIPT: - case oA.BGSOUND: - case oA.BASEFONT: - case oA.TEMPLATE: - LZ(e, t); + case q_.BASE: + case q_.LINK: + case q_.META: + case q_.STYLE: + case q_.TITLE: + case q_.SCRIPT: + case q_.BGSOUND: + case q_.BASEFONT: + case q_.TEMPLATE: + cZ(e, t); break; - case oA.BODY: + case q_.BODY: !(function (e, t) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); n && @@ -36066,171 +35961,171 @@ function _Z(e, t) { ((e.framesetOk = !1), e.treeAdapter.adoptAttributes(n, t.attrs)); })(e, t); break; - case oA.FORM: + case q_.FORM: !(function (e, t) { const n = e.openElements.tmplCount > 0; (e.formElement && !n) || - (e.openElements.hasInButtonScope(oA.P) && e._closePElement(), - e._insertElement(t, eA.HTML), + (e.openElements.hasInButtonScope(q_.P) && e._closePElement(), + e._insertElement(t, G_.HTML), n || (e.formElement = e.openElements.current)); })(e, t); break; - case oA.NOBR: + case q_.NOBR: !(function (e, t) { e._reconstructActiveFormattingElements(), - e.openElements.hasInScope(oA.NOBR) && - (mZ(e, t), e._reconstructActiveFormattingElements()), - e._insertElement(t, eA.HTML), + e.openElements.hasInScope(q_.NOBR) && + (oZ(e, t), e._reconstructActiveFormattingElements()), + e._insertElement(t, G_.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t); })(e, t); break; - case oA.MATH: + case q_.MATH: !(function (e, t) { e._reconstructActiveFormattingElements(), - JA(t), - tZ(t), + zA(t), + $A(t), t.selfClosing - ? e._appendElement(t, eA.MATHML) - : e._insertElement(t, eA.MATHML), + ? e._appendElement(t, G_.MATHML) + : e._insertElement(t, G_.MATHML), (t.ackSelfClosing = !0); })(e, t); break; - case oA.TABLE: + case q_.TABLE: !(function (e, t) { - e.treeAdapter.getDocumentMode(e.document) !== nA.QUIRKS && - e.openElements.hasInButtonScope(oA.P) && + e.treeAdapter.getDocumentMode(e.document) !== W_.QUIRKS && + e.openElements.hasInButtonScope(q_.P) && e._closePElement(), - e._insertElement(t, eA.HTML), + e._insertElement(t, G_.HTML), (e.framesetOk = !1), - (e.insertionMode = rZ.IN_TABLE); + (e.insertionMode = jA.IN_TABLE); })(e, t); break; - case oA.INPUT: + case q_.INPUT: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._appendElement(t, eA.HTML), - TZ(t) || (e.framesetOk = !1), + e._appendElement(t, G_.HTML), + wZ(t) || (e.framesetOk = !1), (t.ackSelfClosing = !0); })(e, t); break; - case oA.PARAM: - case oA.TRACK: - case oA.SOURCE: + case q_.PARAM: + case q_.TRACK: + case q_.SOURCE: !(function (e, t) { - e._appendElement(t, eA.HTML), (t.ackSelfClosing = !0); + e._appendElement(t, G_.HTML), (t.ackSelfClosing = !0); })(e, t); break; - case oA.IMAGE: + case q_.IMAGE: !(function (e, t) { - (t.tagName = rA.IMG), (t.tagID = oA.IMG), SZ(e, t); + (t.tagName = j_.IMG), (t.tagID = q_.IMG), vZ(e, t); })(e, t); break; - case oA.BUTTON: + case q_.BUTTON: !(function (e, t) { - e.openElements.hasInScope(oA.BUTTON) && + e.openElements.hasInScope(q_.BUTTON) && (e.openElements.generateImpliedEndTags(), - e.openElements.popUntilTagNamePopped(oA.BUTTON)), + e.openElements.popUntilTagNamePopped(q_.BUTTON)), e._reconstructActiveFormattingElements(), - e._insertElement(t, eA.HTML), + e._insertElement(t, G_.HTML), (e.framesetOk = !1); })(e, t); break; - case oA.APPLET: - case oA.OBJECT: - case oA.MARQUEE: + case q_.APPLET: + case q_.OBJECT: + case q_.MARQUEE: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, eA.HTML), + e._insertElement(t, G_.HTML), e.activeFormattingElements.insertMarker(), (e.framesetOk = !1); })(e, t); break; - case oA.IFRAME: + case q_.IFRAME: !(function (e, t) { - (e.framesetOk = !1), e._switchToTextParsing(t, fA.RAWTEXT); + (e.framesetOk = !1), e._switchToTextParsing(t, lA.RAWTEXT); })(e, t); break; - case oA.SELECT: + case q_.SELECT: !(function (e, t) { e._reconstructActiveFormattingElements(), - e._insertElement(t, eA.HTML), + e._insertElement(t, G_.HTML), (e.framesetOk = !1), (e.insertionMode = - e.insertionMode === rZ.IN_TABLE || - e.insertionMode === rZ.IN_CAPTION || - e.insertionMode === rZ.IN_TABLE_BODY || - e.insertionMode === rZ.IN_ROW || - e.insertionMode === rZ.IN_CELL - ? rZ.IN_SELECT_IN_TABLE - : rZ.IN_SELECT); + e.insertionMode === jA.IN_TABLE || + e.insertionMode === jA.IN_CAPTION || + e.insertionMode === jA.IN_TABLE_BODY || + e.insertionMode === jA.IN_ROW || + e.insertionMode === jA.IN_CELL + ? jA.IN_SELECT_IN_TABLE + : jA.IN_SELECT); })(e, t); break; - case oA.OPTION: - case oA.OPTGROUP: + case q_.OPTION: + case q_.OPTGROUP: !(function (e, t) { - e.openElements.currentTagId === oA.OPTION && e.openElements.pop(), + e.openElements.currentTagId === q_.OPTION && e.openElements.pop(), e._reconstructActiveFormattingElements(), - e._insertElement(t, eA.HTML); + e._insertElement(t, G_.HTML); })(e, t); break; - case oA.NOEMBED: - case oA.NOFRAMES: - NZ(e, t); + case q_.NOEMBED: + case q_.NOFRAMES: + LZ(e, t); break; - case oA.FRAMESET: + case q_.FRAMESET: !(function (e, t) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); e.framesetOk && n && (e.treeAdapter.detachNode(n), e.openElements.popAllUpToHtmlElement(), - e._insertElement(t, eA.HTML), - (e.insertionMode = rZ.IN_FRAMESET)); + e._insertElement(t, G_.HTML), + (e.insertionMode = jA.IN_FRAMESET)); })(e, t); break; - case oA.TEXTAREA: + case q_.TEXTAREA: !(function (e, t) { - e._insertElement(t, eA.HTML), + e._insertElement(t, G_.HTML), (e.skipNextNewLine = !0), - (e.tokenizer.state = fA.RCDATA), + (e.tokenizer.state = lA.RCDATA), (e.originalInsertionMode = e.insertionMode), (e.framesetOk = !1), - (e.insertionMode = rZ.TEXT); + (e.insertionMode = jA.TEXT); })(e, t); break; - case oA.NOSCRIPT: - e.options.scriptingEnabled ? NZ(e, t) : xZ(e, t); + case q_.NOSCRIPT: + e.options.scriptingEnabled ? LZ(e, t) : bZ(e, t); break; - case oA.PLAINTEXT: + case q_.PLAINTEXT: !(function (e, t) { - e.openElements.hasInButtonScope(oA.P) && e._closePElement(), - e._insertElement(t, eA.HTML), - (e.tokenizer.state = fA.PLAINTEXT); + e.openElements.hasInButtonScope(q_.P) && e._closePElement(), + e._insertElement(t, G_.HTML), + (e.tokenizer.state = lA.PLAINTEXT); })(e, t); break; - case oA.COL: - case oA.TH: - case oA.TD: - case oA.TR: - case oA.HEAD: - case oA.FRAME: - case oA.TBODY: - case oA.TFOOT: - case oA.THEAD: - case oA.CAPTION: - case oA.COLGROUP: + case q_.COL: + case q_.TH: + case q_.TD: + case q_.TR: + case q_.HEAD: + case q_.FRAME: + case q_.TBODY: + case q_.TFOOT: + case q_.THEAD: + case q_.CAPTION: + case q_.COLGROUP: break; default: - xZ(e, t); + bZ(e, t); } } -function AZ(e, t) { +function HZ(e, t) { const n = t.tagName, r = t.tagID; for (let t = e.openElements.stackTop; t > 0; t--) { const o = e.openElements.items[t], i = e.openElements.tagIDs[t]; - if (r === i && (r !== oA.UNKNOWN || e.treeAdapter.getTagName(o) === n)) { + if (r === i && (r !== q_.UNKNOWN || e.treeAdapter.getTagName(o) === n)) { e.openElements.generateImpliedEndTagsWithExclusion(r), e.openElements.stackTop >= t && e.openElements.shortenToLength(t); break; @@ -36238,58 +36133,58 @@ function AZ(e, t) { if (e._isSpecialElement(o, i)) break; } } -function ZZ(e, t) { +function EZ(e, t) { switch (t.tagID) { - case oA.A: - case oA.B: - case oA.I: - case oA.S: - case oA.U: - case oA.EM: - case oA.TT: - case oA.BIG: - case oA.CODE: - case oA.FONT: - case oA.NOBR: - case oA.SMALL: - case oA.STRIKE: - case oA.STRONG: - mZ(e, t); + case q_.A: + case q_.B: + case q_.I: + case q_.S: + case q_.U: + case q_.EM: + case q_.TT: + case q_.BIG: + case q_.CODE: + case q_.FONT: + case q_.NOBR: + case q_.SMALL: + case q_.STRIKE: + case q_.STRONG: + oZ(e, t); break; - case oA.P: + case q_.P: !(function (e) { - e.openElements.hasInButtonScope(oA.P) || - e._insertFakeElement(rA.P, oA.P), + e.openElements.hasInButtonScope(q_.P) || + e._insertFakeElement(j_.P, q_.P), e._closePElement(); })(e); break; - case oA.DL: - case oA.UL: - case oA.OL: - case oA.DIR: - case oA.DIV: - case oA.NAV: - case oA.PRE: - case oA.MAIN: - case oA.MENU: - case oA.ASIDE: - case oA.BUTTON: - case oA.CENTER: - case oA.FIGURE: - case oA.FOOTER: - case oA.HEADER: - case oA.HGROUP: - case oA.DIALOG: - case oA.ADDRESS: - case oA.ARTICLE: - case oA.DETAILS: - case oA.SEARCH: - case oA.SECTION: - case oA.SUMMARY: - case oA.LISTING: - case oA.FIELDSET: - case oA.BLOCKQUOTE: - case oA.FIGCAPTION: + case q_.DL: + case q_.UL: + case q_.OL: + case q_.DIR: + case q_.DIV: + case q_.NAV: + case q_.PRE: + case q_.MAIN: + case q_.MENU: + case q_.ASIDE: + case q_.BUTTON: + case q_.CENTER: + case q_.FIGURE: + case q_.FOOTER: + case q_.HEADER: + case q_.HGROUP: + case q_.DIALOG: + case q_.ADDRESS: + case q_.ARTICLE: + case q_.DETAILS: + case q_.SEARCH: + case q_.SECTION: + case q_.SUMMARY: + case q_.LISTING: + case q_.FIELDSET: + case q_.BLOCKQUOTE: + case q_.FIGCAPTION: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -36297,15 +36192,15 @@ function ZZ(e, t) { e.openElements.popUntilTagNamePopped(n)); })(e, t); break; - case oA.LI: + case q_.LI: !(function (e) { - e.openElements.hasInListItemScope(oA.LI) && - (e.openElements.generateImpliedEndTagsWithExclusion(oA.LI), - e.openElements.popUntilTagNamePopped(oA.LI)); + e.openElements.hasInListItemScope(q_.LI) && + (e.openElements.generateImpliedEndTagsWithExclusion(q_.LI), + e.openElements.popUntilTagNamePopped(q_.LI)); })(e); break; - case oA.DD: - case oA.DT: + case q_.DD: + case q_.DT: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -36313,59 +36208,59 @@ function ZZ(e, t) { e.openElements.popUntilTagNamePopped(n)); })(e, t); break; - case oA.H1: - case oA.H2: - case oA.H3: - case oA.H4: - case oA.H5: - case oA.H6: + case q_.H1: + case q_.H2: + case q_.H3: + case q_.H4: + case q_.H5: + case q_.H6: !(function (e) { e.openElements.hasNumberedHeaderInScope() && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilNumberedHeaderPopped()); })(e); break; - case oA.BR: + case q_.BR: !(function (e) { e._reconstructActiveFormattingElements(), - e._insertFakeElement(rA.BR, oA.BR), + e._insertFakeElement(j_.BR, q_.BR), e.openElements.pop(), (e.framesetOk = !1); })(e); break; - case oA.BODY: + case q_.BODY: !(function (e, t) { if ( - e.openElements.hasInScope(oA.BODY) && - ((e.insertionMode = rZ.AFTER_BODY), e.options.sourceCodeLocationInfo) + e.openElements.hasInScope(q_.BODY) && + ((e.insertionMode = jA.AFTER_BODY), e.options.sourceCodeLocationInfo) ) { const n = e.openElements.tryPeekProperlyNestedBodyElement(); n && e._setEndLocation(n, t); } })(e, t); break; - case oA.HTML: + case q_.HTML: !(function (e, t) { - e.openElements.hasInScope(oA.BODY) && - ((e.insertionMode = rZ.AFTER_BODY), JZ(e, t)); + e.openElements.hasInScope(q_.BODY) && + ((e.insertionMode = jA.AFTER_BODY), zZ(e, t)); })(e, t); break; - case oA.FORM: + case q_.FORM: !(function (e) { const t = e.openElements.tmplCount > 0, { formElement: n } = e; t || (e.formElement = null), (n || t) && - e.openElements.hasInScope(oA.FORM) && + e.openElements.hasInScope(q_.FORM) && (e.openElements.generateImpliedEndTags(), t - ? e.openElements.popUntilTagNamePopped(oA.FORM) + ? e.openElements.popUntilTagNamePopped(q_.FORM) : n && e.openElements.remove(n)); })(e); break; - case oA.APPLET: - case oA.OBJECT: - case oA.MARQUEE: + case q_.APPLET: + case q_.OBJECT: + case q_.MARQUEE: !(function (e, t) { const n = t.tagID; e.openElements.hasInScope(n) && @@ -36374,380 +36269,380 @@ function ZZ(e, t) { e.activeFormattingElements.clearToLastMarker()); })(e, t); break; - case oA.TEMPLATE: - bZ(e, t); + case q_.TEMPLATE: + dZ(e, t); break; default: - AZ(e, t); + HZ(e, t); } } -function IZ(e, t) { - e.tmplInsertionModeStack.length > 0 ? QZ(e, t) : fZ(e, t); +function RZ(e, t) { + e.tmplInsertionModeStack.length > 0 ? UZ(e, t) : lZ(e, t); } -function kZ(e, t) { - if (iZ.has(e.openElements.currentTagId)) +function yZ(e, t) { + if (YA.has(e.openElements.currentTagId)) switch ( ((e.pendingCharacterTokens.length = 0), (e.hasNonWhitespacePendingCharacterToken = !1), (e.originalInsertionMode = e.insertionMode), - (e.insertionMode = rZ.IN_TABLE_TEXT), + (e.insertionMode = jA.IN_TABLE_TEXT), t.type) ) { - case z_.CHARACTER: - FZ(e, t); + case A_.CHARACTER: + xZ(e, t); break; - case z_.WHITESPACE_CHARACTER: - PZ(e, t); + case A_.WHITESPACE_CHARACTER: + NZ(e, t); } - else DZ(e, t); + else SZ(e, t); } -function OZ(e, t) { +function VZ(e, t) { switch (t.tagID) { - case oA.TD: - case oA.TH: - case oA.TR: + case q_.TD: + case q_.TH: + case q_.TR: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertFakeElement(rA.TBODY, oA.TBODY), - (e.insertionMode = rZ.IN_TABLE_BODY), - WZ(e, t); + e._insertFakeElement(j_.TBODY, q_.TBODY), + (e.insertionMode = jA.IN_TABLE_BODY), + kZ(e, t); })(e, t); break; - case oA.STYLE: - case oA.SCRIPT: - case oA.TEMPLATE: - LZ(e, t); + case q_.STYLE: + case q_.SCRIPT: + case q_.TEMPLATE: + cZ(e, t); break; - case oA.COL: + case q_.COL: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertFakeElement(rA.COLGROUP, oA.COLGROUP), - (e.insertionMode = rZ.IN_COLUMN_GROUP), - GZ(e, t); + e._insertFakeElement(j_.COLGROUP, q_.COLGROUP), + (e.insertionMode = jA.IN_COLUMN_GROUP), + ZZ(e, t); })(e, t); break; - case oA.FORM: + case q_.FORM: !(function (e, t) { e.formElement || 0 !== e.openElements.tmplCount || - (e._insertElement(t, eA.HTML), + (e._insertElement(t, G_.HTML), (e.formElement = e.openElements.current), e.openElements.pop()); })(e, t); break; - case oA.TABLE: + case q_.TABLE: !(function (e, t) { - e.openElements.hasInTableScope(oA.TABLE) && - (e.openElements.popUntilTagNamePopped(oA.TABLE), + e.openElements.hasInTableScope(q_.TABLE) && + (e.openElements.popUntilTagNamePopped(q_.TABLE), e._resetInsertionMode(), e._processStartTag(t)); })(e, t); break; - case oA.TBODY: - case oA.TFOOT: - case oA.THEAD: + case q_.TBODY: + case q_.TFOOT: + case q_.THEAD: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertElement(t, eA.HTML), - (e.insertionMode = rZ.IN_TABLE_BODY); + e._insertElement(t, G_.HTML), + (e.insertionMode = jA.IN_TABLE_BODY); })(e, t); break; - case oA.INPUT: + case q_.INPUT: !(function (e, t) { - TZ(t) ? e._appendElement(t, eA.HTML) : DZ(e, t), + wZ(t) ? e._appendElement(t, G_.HTML) : SZ(e, t), (t.ackSelfClosing = !0); })(e, t); break; - case oA.CAPTION: + case q_.CAPTION: !(function (e, t) { e.openElements.clearBackToTableContext(), e.activeFormattingElements.insertMarker(), - e._insertElement(t, eA.HTML), - (e.insertionMode = rZ.IN_CAPTION); + e._insertElement(t, G_.HTML), + (e.insertionMode = jA.IN_CAPTION); })(e, t); break; - case oA.COLGROUP: + case q_.COLGROUP: !(function (e, t) { e.openElements.clearBackToTableContext(), - e._insertElement(t, eA.HTML), - (e.insertionMode = rZ.IN_COLUMN_GROUP); + e._insertElement(t, G_.HTML), + (e.insertionMode = jA.IN_COLUMN_GROUP); })(e, t); break; default: - DZ(e, t); + SZ(e, t); } } -function BZ(e, t) { +function TZ(e, t) { switch (t.tagID) { - case oA.TABLE: - e.openElements.hasInTableScope(oA.TABLE) && - (e.openElements.popUntilTagNamePopped(oA.TABLE), + case q_.TABLE: + e.openElements.hasInTableScope(q_.TABLE) && + (e.openElements.popUntilTagNamePopped(q_.TABLE), e._resetInsertionMode()); break; - case oA.TEMPLATE: - bZ(e, t); + case q_.TEMPLATE: + dZ(e, t); break; - case oA.BODY: - case oA.CAPTION: - case oA.COL: - case oA.COLGROUP: - case oA.HTML: - case oA.TBODY: - case oA.TD: - case oA.TFOOT: - case oA.TH: - case oA.THEAD: - case oA.TR: + case q_.BODY: + case q_.CAPTION: + case q_.COL: + case q_.COLGROUP: + case q_.HTML: + case q_.TBODY: + case q_.TD: + case q_.TFOOT: + case q_.TH: + case q_.THEAD: + case q_.TR: break; default: - DZ(e, t); + SZ(e, t); } } -function DZ(e, t) { +function SZ(e, t) { const n = e.fosterParentingEnabled; - (e.fosterParentingEnabled = !0), RZ(e, t), (e.fosterParentingEnabled = n); + (e.fosterParentingEnabled = !0), hZ(e, t), (e.fosterParentingEnabled = n); } -function PZ(e, t) { +function NZ(e, t) { e.pendingCharacterTokens.push(t); } -function FZ(e, t) { +function xZ(e, t) { e.pendingCharacterTokens.push(t), (e.hasNonWhitespacePendingCharacterToken = !0); } -function UZ(e, t) { +function _Z(e, t) { let n = 0; if (e.hasNonWhitespacePendingCharacterToken) for (; n < e.pendingCharacterTokens.length; n++) - DZ(e, e.pendingCharacterTokens[n]); + SZ(e, e.pendingCharacterTokens[n]); else for (; n < e.pendingCharacterTokens.length; n++) e._insertCharacters(e.pendingCharacterTokens[n]); (e.insertionMode = e.originalInsertionMode), e._processToken(t); } -const zZ = new Set([ - oA.CAPTION, - oA.COL, - oA.COLGROUP, - oA.TBODY, - oA.TD, - oA.TFOOT, - oA.TH, - oA.THEAD, - oA.TR, +const AZ = new Set([ + q_.CAPTION, + q_.COL, + q_.COLGROUP, + q_.TBODY, + q_.TD, + q_.TFOOT, + q_.TH, + q_.THEAD, + q_.TR, ]); -function GZ(e, t) { +function ZZ(e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.COL: - e._appendElement(t, eA.HTML), (t.ackSelfClosing = !0); + case q_.COL: + e._appendElement(t, G_.HTML), (t.ackSelfClosing = !0); break; - case oA.TEMPLATE: - LZ(e, t); + case q_.TEMPLATE: + cZ(e, t); break; default: - $Z(e, t); + IZ(e, t); } } -function $Z(e, t) { - e.openElements.currentTagId === oA.COLGROUP && - (e.openElements.pop(), (e.insertionMode = rZ.IN_TABLE), e._processToken(t)); +function IZ(e, t) { + e.openElements.currentTagId === q_.COLGROUP && + (e.openElements.pop(), (e.insertionMode = jA.IN_TABLE), e._processToken(t)); } -function WZ(e, t) { +function kZ(e, t) { switch (t.tagID) { - case oA.TR: + case q_.TR: e.openElements.clearBackToTableBodyContext(), - e._insertElement(t, eA.HTML), - (e.insertionMode = rZ.IN_ROW); + e._insertElement(t, G_.HTML), + (e.insertionMode = jA.IN_ROW); break; - case oA.TH: - case oA.TD: + case q_.TH: + case q_.TD: e.openElements.clearBackToTableBodyContext(), - e._insertFakeElement(rA.TR, oA.TR), - (e.insertionMode = rZ.IN_ROW), - qZ(e, t); + e._insertFakeElement(j_.TR, q_.TR), + (e.insertionMode = jA.IN_ROW), + BZ(e, t); break; - case oA.CAPTION: - case oA.COL: - case oA.COLGROUP: - case oA.TBODY: - case oA.TFOOT: - case oA.THEAD: + case q_.CAPTION: + case q_.COL: + case q_.COLGROUP: + case q_.TBODY: + case q_.TFOOT: + case q_.THEAD: e.openElements.hasTableBodyContextInTableScope() && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = rZ.IN_TABLE), - OZ(e, t)); + (e.insertionMode = jA.IN_TABLE), + VZ(e, t)); break; default: - OZ(e, t); + VZ(e, t); } } -function jZ(e, t) { +function OZ(e, t) { const n = t.tagID; switch (t.tagID) { - case oA.TBODY: - case oA.TFOOT: - case oA.THEAD: + case q_.TBODY: + case q_.TFOOT: + case q_.THEAD: e.openElements.hasInTableScope(n) && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = rZ.IN_TABLE)); + (e.insertionMode = jA.IN_TABLE)); break; - case oA.TABLE: + case q_.TABLE: e.openElements.hasTableBodyContextInTableScope() && (e.openElements.clearBackToTableBodyContext(), e.openElements.pop(), - (e.insertionMode = rZ.IN_TABLE), - BZ(e, t)); + (e.insertionMode = jA.IN_TABLE), + TZ(e, t)); break; - case oA.BODY: - case oA.CAPTION: - case oA.COL: - case oA.COLGROUP: - case oA.HTML: - case oA.TD: - case oA.TH: - case oA.TR: + case q_.BODY: + case q_.CAPTION: + case q_.COL: + case q_.COLGROUP: + case q_.HTML: + case q_.TD: + case q_.TH: + case q_.TR: break; default: - BZ(e, t); + TZ(e, t); } } -function qZ(e, t) { +function BZ(e, t) { switch (t.tagID) { - case oA.TH: - case oA.TD: + case q_.TH: + case q_.TD: e.openElements.clearBackToTableRowContext(), - e._insertElement(t, eA.HTML), - (e.insertionMode = rZ.IN_CELL), + e._insertElement(t, G_.HTML), + (e.insertionMode = jA.IN_CELL), e.activeFormattingElements.insertMarker(); break; - case oA.CAPTION: - case oA.COL: - case oA.COLGROUP: - case oA.TBODY: - case oA.TFOOT: - case oA.THEAD: - case oA.TR: - e.openElements.hasInTableScope(oA.TR) && + case q_.CAPTION: + case q_.COL: + case q_.COLGROUP: + case q_.TBODY: + case q_.TFOOT: + case q_.THEAD: + case q_.TR: + e.openElements.hasInTableScope(q_.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = rZ.IN_TABLE_BODY), - WZ(e, t)); + (e.insertionMode = jA.IN_TABLE_BODY), + kZ(e, t)); break; default: - OZ(e, t); + VZ(e, t); } } -function YZ(e, t) { +function DZ(e, t) { switch (t.tagID) { - case oA.TR: - e.openElements.hasInTableScope(oA.TR) && + case q_.TR: + e.openElements.hasInTableScope(q_.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = rZ.IN_TABLE_BODY)); + (e.insertionMode = jA.IN_TABLE_BODY)); break; - case oA.TABLE: - e.openElements.hasInTableScope(oA.TR) && + case q_.TABLE: + e.openElements.hasInTableScope(q_.TR) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = rZ.IN_TABLE_BODY), - jZ(e, t)); + (e.insertionMode = jA.IN_TABLE_BODY), + OZ(e, t)); break; - case oA.TBODY: - case oA.TFOOT: - case oA.THEAD: + case q_.TBODY: + case q_.TFOOT: + case q_.THEAD: (e.openElements.hasInTableScope(t.tagID) || - e.openElements.hasInTableScope(oA.TR)) && + e.openElements.hasInTableScope(q_.TR)) && (e.openElements.clearBackToTableRowContext(), e.openElements.pop(), - (e.insertionMode = rZ.IN_TABLE_BODY), - jZ(e, t)); + (e.insertionMode = jA.IN_TABLE_BODY), + OZ(e, t)); break; - case oA.BODY: - case oA.CAPTION: - case oA.COL: - case oA.COLGROUP: - case oA.HTML: - case oA.TD: - case oA.TH: + case q_.BODY: + case q_.CAPTION: + case q_.COL: + case q_.COLGROUP: + case q_.HTML: + case q_.TD: + case q_.TH: break; default: - BZ(e, t); + TZ(e, t); } } -function KZ(e, t) { +function PZ(e, t) { switch (t.tagID) { - case oA.HTML: - _Z(e, t); + case q_.HTML: + MZ(e, t); break; - case oA.OPTION: - e.openElements.currentTagId === oA.OPTION && e.openElements.pop(), - e._insertElement(t, eA.HTML); + case q_.OPTION: + e.openElements.currentTagId === q_.OPTION && e.openElements.pop(), + e._insertElement(t, G_.HTML); break; - case oA.OPTGROUP: - e.openElements.currentTagId === oA.OPTION && e.openElements.pop(), - e.openElements.currentTagId === oA.OPTGROUP && e.openElements.pop(), - e._insertElement(t, eA.HTML); + case q_.OPTGROUP: + e.openElements.currentTagId === q_.OPTION && e.openElements.pop(), + e.openElements.currentTagId === q_.OPTGROUP && e.openElements.pop(), + e._insertElement(t, G_.HTML); break; - case oA.HR: - e.openElements.currentTagId === oA.OPTION && e.openElements.pop(), - e.openElements.currentTagId === oA.OPTGROUP && e.openElements.pop(), - e._appendElement(t, eA.HTML), + case q_.HR: + e.openElements.currentTagId === q_.OPTION && e.openElements.pop(), + e.openElements.currentTagId === q_.OPTGROUP && e.openElements.pop(), + e._appendElement(t, G_.HTML), (t.ackSelfClosing = !0); break; - case oA.INPUT: - case oA.KEYGEN: - case oA.TEXTAREA: - case oA.SELECT: - e.openElements.hasInSelectScope(oA.SELECT) && - (e.openElements.popUntilTagNamePopped(oA.SELECT), + case q_.INPUT: + case q_.KEYGEN: + case q_.TEXTAREA: + case q_.SELECT: + e.openElements.hasInSelectScope(q_.SELECT) && + (e.openElements.popUntilTagNamePopped(q_.SELECT), e._resetInsertionMode(), - t.tagID !== oA.SELECT && e._processStartTag(t)); + t.tagID !== q_.SELECT && e._processStartTag(t)); break; - case oA.SCRIPT: - case oA.TEMPLATE: - LZ(e, t); + case q_.SCRIPT: + case q_.TEMPLATE: + cZ(e, t); } } -function XZ(e, t) { +function FZ(e, t) { switch (t.tagID) { - case oA.OPTGROUP: + case q_.OPTGROUP: e.openElements.stackTop > 0 && - e.openElements.currentTagId === oA.OPTION && - e.openElements.tagIDs[e.openElements.stackTop - 1] === oA.OPTGROUP && + e.openElements.currentTagId === q_.OPTION && + e.openElements.tagIDs[e.openElements.stackTop - 1] === q_.OPTGROUP && e.openElements.pop(), - e.openElements.currentTagId === oA.OPTGROUP && e.openElements.pop(); + e.openElements.currentTagId === q_.OPTGROUP && e.openElements.pop(); break; - case oA.OPTION: - e.openElements.currentTagId === oA.OPTION && e.openElements.pop(); + case q_.OPTION: + e.openElements.currentTagId === q_.OPTION && e.openElements.pop(); break; - case oA.SELECT: - e.openElements.hasInSelectScope(oA.SELECT) && - (e.openElements.popUntilTagNamePopped(oA.SELECT), + case q_.SELECT: + e.openElements.hasInSelectScope(q_.SELECT) && + (e.openElements.popUntilTagNamePopped(q_.SELECT), e._resetInsertionMode()); break; - case oA.TEMPLATE: - bZ(e, t); + case q_.TEMPLATE: + dZ(e, t); } } -function QZ(e, t) { +function UZ(e, t) { e.openElements.tmplCount > 0 - ? (e.openElements.popUntilTagNamePopped(oA.TEMPLATE), + ? (e.openElements.popUntilTagNamePopped(q_.TEMPLATE), e.activeFormattingElements.clearToLastMarker(), e.tmplInsertionModeStack.shift(), e._resetInsertionMode(), e.onEof(t)) - : fZ(e, t); + : lZ(e, t); } -function JZ(e, t) { +function zZ(e, t) { var n; - if (t.tagID === oA.HTML) { + if (t.tagID === q_.HTML) { if ( - (e.fragmentContext || (e.insertionMode = rZ.AFTER_AFTER_BODY), - e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === oA.HTML) + (e.fragmentContext || (e.insertionMode = jA.AFTER_AFTER_BODY), + e.options.sourceCodeLocationInfo && e.openElements.tagIDs[0] === q_.HTML) ) { e._setEndLocation(e.openElements.items[0], t); const r = e.openElements.items[1]; @@ -36758,61 +36653,61 @@ function JZ(e, t) { : n.endTag) && e._setEndLocation(r, t); } - } else eI(e, t); + } else GZ(e, t); } -function eI(e, t) { - (e.insertionMode = rZ.IN_BODY), RZ(e, t); +function GZ(e, t) { + (e.insertionMode = jA.IN_BODY), hZ(e, t); } -function tI(e, t) { - (e.insertionMode = rZ.IN_BODY), RZ(e, t); +function $Z(e, t) { + (e.insertionMode = jA.IN_BODY), hZ(e, t); } -function nI(e) { +function WZ(e) { for ( ; - e.treeAdapter.getNamespaceURI(e.openElements.current) !== eA.HTML && + e.treeAdapter.getNamespaceURI(e.openElements.current) !== G_.HTML && !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); ) e.openElements.pop(); } -function rI(e, t) { - return aZ.parse(e, t); +function jZ(e, t) { + return XA.parse(e, t); } -function oI(e, t, n) { +function qZ(e, t, n) { "string" == typeof e && ((n = t), (t = e), (e = null)); - const r = aZ.getFragmentParser(e, n); + const r = XA.getFragmentParser(e, n); return r.tokenizer.write(t, !0), r.getFragment(); } -function iI(e) { - return aI(e && e.line) + ":" + aI(e && e.column); +function YZ(e) { + return XZ(e && e.line) + ":" + XZ(e && e.column); } -function lI(e) { - return iI(e && e.start) + "-" + iI(e && e.end); +function KZ(e) { + return YZ(e && e.start) + "-" + YZ(e && e.end); } -function aI(e) { +function XZ(e) { return e && "number" == typeof e ? e : 1; } new Set([ - rA.AREA, - rA.BASE, - rA.BASEFONT, - rA.BGSOUND, - rA.BR, - rA.COL, - rA.EMBED, - rA.FRAME, - rA.HR, - rA.IMG, - rA.INPUT, - rA.KEYGEN, - rA.LINK, - rA.META, - rA.PARAM, - rA.SOURCE, - rA.TRACK, - rA.WBR, + j_.AREA, + j_.BASE, + j_.BASEFONT, + j_.BGSOUND, + j_.BR, + j_.COL, + j_.EMBED, + j_.FRAME, + j_.HR, + j_.IMG, + j_.INPUT, + j_.KEYGEN, + j_.LINK, + j_.META, + j_.PARAM, + j_.SOURCE, + j_.TRACK, + j_.WBR, ]); -class CI extends Error { +class QZ extends Error { constructor(e, t, n) { super(), "string" == typeof t && ((n = t), (t = void 0)); let r = "", @@ -36852,11 +36747,11 @@ class CI extends Error { (this.name = ((a = o.place) && "object" == typeof a ? "position" in a || "type" in a - ? lI(a.position) + ? KZ(a.position) : "start" in a || "end" in a - ? lI(a) + ? KZ(a) : "line" in a || "column" in a - ? iI(a) + ? YZ(a) : "" : "") || "1:1"), (this.place = o.place || void 0), @@ -36871,24 +36766,24 @@ class CI extends Error { this.url; } } -(CI.prototype.file = ""), - (CI.prototype.name = ""), - (CI.prototype.reason = ""), - (CI.prototype.message = ""), - (CI.prototype.stack = ""), - (CI.prototype.column = void 0), - (CI.prototype.line = void 0), - (CI.prototype.ancestors = void 0), - (CI.prototype.cause = void 0), - (CI.prototype.fatal = void 0), - (CI.prototype.place = void 0), - (CI.prototype.ruleId = void 0), - (CI.prototype.source = void 0); -const sI = { +(QZ.prototype.file = ""), + (QZ.prototype.name = ""), + (QZ.prototype.reason = ""), + (QZ.prototype.message = ""), + (QZ.prototype.stack = ""), + (QZ.prototype.column = void 0), + (QZ.prototype.line = void 0), + (QZ.prototype.ancestors = void 0), + (QZ.prototype.cause = void 0), + (QZ.prototype.fatal = void 0), + (QZ.prototype.place = void 0), + (QZ.prototype.ruleId = void 0), + (QZ.prototype.source = void 0); +const JZ = { basename: function (e, t) { if (void 0 !== t && "string" != typeof t) throw new TypeError('"ext" argument must be a string'); - cI(e); + eI(e); let n, r = 0, o = -1, @@ -36922,7 +36817,7 @@ const sI = { return e.slice(r, o); }, dirname: function (e) { - if ((cI(e), 0 === e.length)) return "."; + if ((eI(e), 0 === e.length)) return "."; let t, n = -1, r = e.length; @@ -36942,7 +36837,7 @@ const sI = { : e.slice(0, n); }, extname: function (e) { - cI(e); + eI(e); let t, n = e.length, r = -1, @@ -36971,11 +36866,11 @@ const sI = { let t, n = -1; for (; ++n < e.length; ) - cI(e[n]), e[n] && (t = void 0 === t ? e[n] : t + "/" + e[n]); + eI(e[n]), e[n] && (t = void 0 === t ? e[n] : t + "/" + e[n]); return void 0 === t ? "." : (function (e) { - cI(e); + eI(e); const t = 47 === e.codePointAt(0); let n = (function (e, t) { let n, @@ -37032,16 +36927,16 @@ const sI = { }, sep: "/", }; -function cI(e) { +function eI(e) { if ("string" != typeof e) throw new TypeError("Path must be a string. Received " + JSON.stringify(e)); } -const dI = { +const tI = { cwd: function () { return "/"; }, }; -function uI(e) { +function nI(e) { return Boolean( null !== e && "object" == typeof e && @@ -37052,9 +36947,9 @@ function uI(e) { void 0 === e.auth, ); } -function pI(e) { +function rI(e) { if ("string" == typeof e) e = new URL(e); - else if (!uI(e)) { + else if (!nI(e)) { const t = new TypeError( 'The "path" argument must be of type string or an instance of URL. Received `' + e + @@ -37088,12 +36983,12 @@ function pI(e) { return decodeURIComponent(t); })(e); } -const mI = ["history", "path", "basename", "stem", "extname", "dirname"]; -class hI { +const oI = ["history", "path", "basename", "stem", "extname", "dirname"]; +class iI { constructor(e) { let t; (t = e - ? uI(e) + ? nI(e) ? { path: e } : "string" == typeof e || (function (e) { @@ -37107,7 +37002,7 @@ class hI { ? { value: e } : e : {}), - (this.cwd = "cwd" in t ? "" : dI.cwd()), + (this.cwd = "cwd" in t ? "" : tI.cwd()), (this.data = {}), (this.history = []), (this.messages = []), @@ -37117,58 +37012,58 @@ class hI { this.stored; let n, r = -1; - for (; ++r < mI.length; ) { - const e = mI[r]; + for (; ++r < oI.length; ) { + const e = oI[r]; e in t && void 0 !== t[e] && null !== t[e] && (this[e] = "history" === e ? [...t[e]] : t[e]); } - for (n in t) mI.includes(n) || (this[n] = t[n]); + for (n in t) oI.includes(n) || (this[n] = t[n]); } get basename() { - return "string" == typeof this.path ? sI.basename(this.path) : void 0; + return "string" == typeof this.path ? JZ.basename(this.path) : void 0; } set basename(e) { - gI(e, "basename"), - fI(e, "basename"), - (this.path = sI.join(this.dirname || "", e)); + aI(e, "basename"), + lI(e, "basename"), + (this.path = JZ.join(this.dirname || "", e)); } get dirname() { - return "string" == typeof this.path ? sI.dirname(this.path) : void 0; + return "string" == typeof this.path ? JZ.dirname(this.path) : void 0; } set dirname(e) { - vI(this.basename, "dirname"), (this.path = sI.join(e || "", this.basename)); + CI(this.basename, "dirname"), (this.path = JZ.join(e || "", this.basename)); } get extname() { - return "string" == typeof this.path ? sI.extname(this.path) : void 0; + return "string" == typeof this.path ? JZ.extname(this.path) : void 0; } set extname(e) { - if ((fI(e, "extname"), vI(this.dirname, "extname"), e)) { + if ((lI(e, "extname"), CI(this.dirname, "extname"), e)) { if (46 !== e.codePointAt(0)) throw new Error("`extname` must start with `.`"); if (e.includes(".", 1)) throw new Error("`extname` cannot contain multiple dots"); } - this.path = sI.join(this.dirname, this.stem + (e || "")); + this.path = JZ.join(this.dirname, this.stem + (e || "")); } get path() { return this.history[this.history.length - 1]; } set path(e) { - uI(e) && (e = pI(e)), - gI(e, "path"), + nI(e) && (e = rI(e)), + aI(e, "path"), this.path !== e && this.history.push(e); } get stem() { return "string" == typeof this.path - ? sI.basename(this.path, this.extname) + ? JZ.basename(this.path, this.extname) : void 0; } set stem(e) { - gI(e, "stem"), - fI(e, "stem"), - (this.path = sI.join(this.dirname || "", e + (this.extname || ""))); + aI(e, "stem"), + lI(e, "stem"), + (this.path = JZ.join(this.dirname || "", e + (this.extname || ""))); } fail(e, t, n) { const r = this.message(e, t, n); @@ -37179,7 +37074,7 @@ class hI { return (r.fatal = void 0), r; } message(e, t, n) { - const r = new CI(e, t, n); + const r = new QZ(e, t, n); return ( this.path && ((r.name = this.path + ":" + r.name), (r.file = this.path)), (r.fatal = !1), @@ -37193,19 +37088,19 @@ class hI { return new TextDecoder(e || void 0).decode(this.value); } } -function fI(e, t) { - if (e && e.includes(sI.sep)) +function lI(e, t) { + if (e && e.includes(JZ.sep)) throw new Error( - "`" + t + "` cannot be a path: did not expect `" + sI.sep + "`", + "`" + t + "` cannot be a path: did not expect `" + JZ.sep + "`", ); } -function gI(e, t) { +function aI(e, t) { if (!e) throw new Error("`" + t + "` cannot be empty"); } -function vI(e, t) { +function CI(e, t) { if (!e) throw new Error("Setting `" + t + "` requires `path` to be set too"); } -const wI = { +const sI = { abandonedHeadElementChild: { reason: "Unexpected metadata element after head", description: @@ -37488,16 +37383,16 @@ const wI = { "Unexpected character reference. Expected known named character references", }, }, - LI = /-[a-z]/g, - bI = /%c(?:([-+])(\d+))?/g, - MI = /%x/g, - HI = { 2: !0, 1: !1, 0: null }, - EI = {}; -function RI(e, t) { - const n = t || EI, + cI = /-[a-z]/g, + dI = /%c(?:([-+])(\d+))?/g, + uI = /%x/g, + pI = { 2: !0, 1: !1, 0: null }, + mI = {}; +function hI(e, t) { + const n = t || mI, r = n.onerror, - o = e instanceof hI ? e : new hI(e), - i = n.fragment ? oI : rI, + o = e instanceof iI ? e : new iI(e), + i = n.fragment ? qZ : jZ, l = String(o), a = i(l, { sourceCodeLocationInfo: !0, @@ -37505,14 +37400,14 @@ function RI(e, t) { ? function (e) { const t = e.code, i = (function (e) { - return e.replace(LI, yI); + return e.replace(cI, fI); })(t), a = n[i], C = null == a || a, s = "number" == typeof C ? C : C ? 1 : 0; if (s) { - const n = wI[i], - l = new CI(c(n.reason), { + const n = sI[i], + l = new QZ(c(n.reason), { place: { start: { line: e.startLine, @@ -37529,7 +37424,7 @@ function RI(e, t) { source: "hast-util-from-html", }); o.path && ((l.file = o.path), (l.name = o.path + ":" + l.name)), - (l.fatal = HI[s]), + (l.fatal = pI[s]), (l.note = c(n.description)), (l.url = !1 === n.url @@ -37540,7 +37435,7 @@ function RI(e, t) { } function c(t) { return t - .replace(bI, function (t, n, r) { + .replace(dI, function (t, n, r) { const o = (r ? Number.parseInt(r, 10) : 0) * ("-" === n ? -1 : 1), i = l.charAt(e.startOffset + o); @@ -37548,7 +37443,7 @@ function RI(e, t) { return "`" === e ? "` ` `" : e; })(i); }) - .replace(MI, function () { + .replace(uI, function () { return ( (t = l.charCodeAt(e.startOffset)), "0x" + t.toString(16).toUpperCase() @@ -37562,21 +37457,21 @@ function RI(e, t) { }); return (function (e, t) { const n = t || {}; - return E_( + return m_( { file: n.file || void 0, location: !1, - schema: "svg" === n.space ? l_ : i_, + schema: "svg" === n.space ? Kx : Yx, verbose: n.verbose || !1, }, e, ); })(a, { file: o, space: n.space, verbose: n.verbose }); } -function yI(e) { +function fI(e) { return e.charAt(1).toUpperCase(); } -const VI = [ +const gI = [ "area", "base", "basefont", @@ -37598,35 +37493,35 @@ const VI = [ "track", "wbr", ], - SI = {}.hasOwnProperty; -const TI = /["&'<>`]/g, - NI = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, - xI = /[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, - _I = /[|\\{}()[\]^$+*?.]/g, - AI = new WeakMap(); -function ZI(e, t) { + vI = {}.hasOwnProperty; +const wI = /["&'<>`]/g, + LI = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + bI = /[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, + MI = /[|\\{}()[\]^$+*?.]/g, + HI = new WeakMap(); +function EI(e, t) { return ( (e = e.replace( t.subset ? (function (e) { - let t = AI.get(e); + let t = HI.get(e); t || ((t = (function (e) { const t = []; let n = -1; - for (; ++n < e.length; ) t.push(e[n].replace(_I, "\\$&")); + for (; ++n < e.length; ) t.push(e[n].replace(MI, "\\$&")); return new RegExp("(?:" + t.join("|") + ")", "g"); })(e)), - AI.set(e, t)); + HI.set(e, t)); return t; })(t.subset) - : TI, + : wI, n, )), t.subset || t.escapeOnly ? e : e - .replace(NI, function (e, n, r) { + .replace(LI, function (e, n, r) { return t.format( 1024 * (e.charCodeAt(0) - 55296) + e.charCodeAt(1) - @@ -37636,15 +37531,15 @@ function ZI(e, t) { t, ); }) - .replace(xI, n) + .replace(bI, n) ); function n(e, n, r) { return t.format(e.charCodeAt(0), r.charCodeAt(n + 1), t); } } -const II = /[\dA-Fa-f]/; -const kI = /\d/; -const OI = [ +const RI = /[\dA-Fa-f]/; +const yI = /\d/; +const VI = [ "AElig", "AMP", "Aacute", @@ -37752,7 +37647,7 @@ const OI = [ "yen", "yuml", ], - BI = { + TI = { nbsp: " ", iexcl: "¡", cent: "¢", @@ -38006,29 +37901,29 @@ const OI = [ rsaquo: "›", euro: "€", }, - DI = ["cent", "copy", "divide", "gt", "lt", "not", "para", "times"], - PI = {}.hasOwnProperty, - FI = {}; -let UI; -for (UI in BI) PI.call(BI, UI) && (FI[BI[UI]] = UI); -const zI = /[^\dA-Za-z]/; -function GI(e, t, n) { + SI = ["cent", "copy", "divide", "gt", "lt", "not", "para", "times"], + NI = {}.hasOwnProperty, + xI = {}; +let _I; +for (_I in TI) NI.call(TI, _I) && (xI[TI[_I]] = _I); +const AI = /[^\dA-Za-z]/; +function ZI(e, t, n) { let r, o = (function (e, t, n) { const r = "&#x" + e.toString(16).toUpperCase(); - return n && t && !II.test(String.fromCharCode(t)) ? r : r + ";"; + return n && t && !RI.test(String.fromCharCode(t)) ? r : r + ";"; })(e, t, n.omitOptionalSemicolons); if ( ((n.useNamedReferences || n.useShortestReferences) && (r = (function (e, t, n, r) { const o = String.fromCharCode(e); - if (PI.call(FI, o)) { - const e = FI[o], + if (NI.call(xI, o)) { + const e = xI[o], i = "&" + e; return n && - OI.includes(e) && - !DI.includes(e) && - (!r || (t && 61 !== t && zI.test(String.fromCharCode(t)))) + VI.includes(e) && + !SI.includes(e) && + (!r || (t && 61 !== t && AI.test(String.fromCharCode(t)))) ? i : i + ";"; } @@ -38038,19 +37933,19 @@ function GI(e, t, n) { ) { const r = (function (e, t, n) { const r = "&#" + String(e); - return n && t && !kI.test(String.fromCharCode(t)) ? r : r + ";"; + return n && t && !yI.test(String.fromCharCode(t)) ? r : r + ";"; })(e, t, n.omitOptionalSemicolons); r.length < o.length && (o = r); } return r && (!n.useShortestReferences || r.length < o.length) ? r : o; } -function $I(e, t) { - return ZI(e, Object.assign({ format: GI }, t)); +function II(e, t) { + return EI(e, Object.assign({ format: ZI }, t)); } -const WI = /^>|^->||--!>|"], - qI = ["<", ">"]; -function YI(e, t) { +const kI = /^>|^->||--!>|"], + BI = ["<", ">"]; +function DI(e, t) { const n = String(e); if ("string" != typeof t) throw new TypeError("Expected character"); let r = 0, @@ -38058,65 +37953,65 @@ function YI(e, t) { for (; -1 !== o; ) r++, (o = n.indexOf(t, o + t.length)); return r; } -const KI = /[ \t\n\f\r]/g; -function XI(e) { - return "object" == typeof e ? "text" === e.type && QI(e.value) : QI(e); +const PI = /[ \t\n\f\r]/g; +function FI(e) { + return "object" == typeof e ? "text" === e.type && UI(e.value) : UI(e); } -function QI(e) { - return "" === e.replace(KI, ""); +function UI(e) { + return "" === e.replace(PI, ""); } -const JI = nk(1), - ek = nk(-1), - tk = []; -function nk(e) { +const zI = WI(1), + GI = WI(-1), + $I = []; +function WI(e) { return function (t, n, r) { - const o = t ? t.children : tk; + const o = t ? t.children : $I; let i = (n || 0) + e, l = o[i]; - if (!r) for (; l && XI(l); ) (i += e), (l = o[i]); + if (!r) for (; l && FI(l); ) (i += e), (l = o[i]); return l; }; } -const rk = {}.hasOwnProperty; -function ok(e) { +const jI = {}.hasOwnProperty; +function qI(e) { return function (t, n, r) { - return rk.call(e, t.tagName) && e[t.tagName](t, n, r); + return jI.call(e, t.tagName) && e[t.tagName](t, n, r); }; } -const ik = ok({ +const YI = qI({ body: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return !r || "comment" !== r.type; }, - caption: lk, - colgroup: lk, + caption: KI, + colgroup: KI, dd: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return ( !r || ("element" === r.type && ("dt" === r.tagName || "dd" === r.tagName)) ); }, dt: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return Boolean( r && "element" === r.type && ("dt" === r.tagName || "dd" === r.tagName), ); }, - head: lk, + head: KI, html: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return !r || "comment" !== r.type; }, li: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return !r || ("element" === r.type && "li" === r.tagName); }, optgroup: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return !r || ("element" === r.type && "optgroup" === r.tagName); }, option: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return ( !r || ("element" === r.type && @@ -38124,7 +38019,7 @@ const ik = ok({ ); }, p: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return r ? "element" === r.type && ("address" === r.tagName || @@ -38169,22 +38064,22 @@ const ik = ok({ "video" === n.tagName) ); }, - rp: ak, - rt: ak, + rp: XI, + rt: XI, tbody: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return ( !r || ("element" === r.type && ("tbody" === r.tagName || "tfoot" === r.tagName)) ); }, - td: Ck, + td: QI, tfoot: function (e, t, n) { - return !JI(n, t); + return !zI(n, t); }, - th: Ck, + th: QI, thead: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return Boolean( r && "element" === r.type && @@ -38192,36 +38087,36 @@ const ik = ok({ ); }, tr: function (e, t, n) { - const r = JI(n, t); + const r = zI(n, t); return !r || ("element" === r.type && "tr" === r.tagName); }, }); -function lk(e, t, n) { - const r = JI(n, t, !0); +function KI(e, t, n) { + const r = zI(n, t, !0); return ( !r || - ("comment" !== r.type && !("text" === r.type && XI(r.value.charAt(0)))) + ("comment" !== r.type && !("text" === r.type && FI(r.value.charAt(0)))) ); } -function ak(e, t, n) { - const r = JI(n, t); +function XI(e, t, n) { + const r = zI(n, t); return ( !r || ("element" === r.type && ("rp" === r.tagName || "rt" === r.tagName)) ); } -function Ck(e, t, n) { - const r = JI(n, t); +function QI(e, t, n) { + const r = zI(n, t); return ( !r || ("element" === r.type && ("td" === r.tagName || "th" === r.tagName)) ); } -const sk = ok({ +const JI = qI({ body: function (e) { - const t = JI(e, -1, !0); + const t = zI(e, -1, !0); return !( t && ("comment" === t.type || - ("text" === t.type && XI(t.value.charAt(0))) || + ("text" === t.type && FI(t.value.charAt(0))) || ("element" === t.type && ("meta" === t.tagName || "link" === t.tagName || @@ -38231,14 +38126,14 @@ const sk = ok({ ); }, colgroup: function (e, t, n) { - const r = ek(n, t), - o = JI(e, -1, !0); + const r = GI(n, t), + o = zI(e, -1, !0); if ( n && r && "element" === r.type && "colgroup" === r.tagName && - ik(r, n.children.indexOf(r), n) + YI(r, n.children.indexOf(r), n) ) return !1; return Boolean(o && "element" === o.type && "col" === o.tagName); @@ -38257,24 +38152,24 @@ const sk = ok({ return !n || "element" === n.type; }, html: function (e) { - const t = JI(e, -1); + const t = zI(e, -1); return !t || "comment" !== t.type; }, tbody: function (e, t, n) { - const r = ek(n, t), - o = JI(e, -1); + const r = GI(n, t), + o = zI(e, -1); if ( n && r && "element" === r.type && ("thead" === r.tagName || "tbody" === r.tagName) && - ik(r, n.children.indexOf(r), n) + YI(r, n.children.indexOf(r), n) ) return !1; return Boolean(o && "element" === o.type && "tr" === o.tagName); }, }); -const ck = { +const ek = { name: [ ["\t\n\f\r &/=>".split(""), "\t\n\f\r \"&'/=>`".split("")], ["\0\t\n\f\r \"&'/<=>".split(""), "\0\t\n\f\r \"&'/<=>`".split("")], @@ -38292,8 +38187,8 @@ const ck = { ['\0"&'.split(""), "\0\"&'`".split("")], ], }; -function dk(e, t, n) { - const r = n_(e.schema, t), +function tk(e, t, n) { + const r = Wx(e.schema, t), o = e.settings.allowParseErrors && "html" === e.schema.space ? 0 : 1, i = e.settings.allowDangerousCharacters ? 0 : 1; let l, @@ -38306,64 +38201,64 @@ function dk(e, t, n) { null == n || !1 === n || ("number" == typeof n && Number.isNaN(n))) ) return ""; - const C = $I( + const C = II( r.attribute, Object.assign({}, e.settings.characterReferences, { - subset: ck.name[o][i], + subset: ek.name[o][i], }), ); return !0 === n ? C : ((n = Array.isArray(n) - ? (r.commaSeparated ? C_ : d_)(n, { + ? (r.commaSeparated ? Qx : t_)(n, { padLeft: !e.settings.tightCommaSeparatedLists, }) : String(n)), e.settings.collapseEmptyAttributes && !n ? C : (e.settings.preferUnquoted && - (l = $I( + (l = II( n, Object.assign({}, e.settings.characterReferences, { attribute: !0, - subset: ck.unquoted[o][i], + subset: ek.unquoted[o][i], }), )), l !== n && (e.settings.quoteSmart && - YI(n, a) > YI(n, e.alternative) && + DI(n, a) > DI(n, e.alternative) && (a = e.alternative), (l = a + - $I( + II( n, Object.assign({}, e.settings.characterReferences, { - subset: ("'" === a ? ck.single : ck.double)[o][i], + subset: ("'" === a ? ek.single : ek.double)[o][i], attribute: !0, }), ) + a)), C + (l ? "=" + l : l))); } -const uk = ["<", "&"]; -function pk(e, t, n, r) { +const nk = ["<", "&"]; +function rk(e, t, n, r) { return !n || "element" !== n.type || ("script" !== n.tagName && "style" !== n.tagName) - ? $I( + ? II( e.value, - Object.assign({}, r.settings.characterReferences, { subset: uk }), + Object.assign({}, r.settings.characterReferences, { subset: nk }), ) : e.value; } -const mk = (function (e, t) { +const ok = (function (e, t) { const n = t || {}; function r(t, ...n) { let o = r.invalid; const i = r.handlers; - if (t && SI.call(t, e)) { + if (t && vI.call(t, e)) { const n = String(t[e]); - o = SI.call(i, n) ? i[n] : r.unknown; + o = vI.call(i, n) ? i[n] : r.unknown; } if (o) return o.call(this, t, ...n); } @@ -38385,17 +38280,17 @@ const mk = (function (e, t) { comment: function (e, t, n, r) { return r.settings.bogusComments ? "" : "\x3c!--" + - e.value.replace(WI, function (e) { - return $I( + e.value.replace(kI, function (e) { + return II( e, Object.assign({}, r.settings.characterReferences, { - subset: qI, + subset: BI, }), ); }) + @@ -38418,7 +38313,7 @@ const mk = (function (e, t) { : r.settings.voids.includes(e.tagName.toLowerCase()); const a = []; let C; - "html" === o.space && "svg" === e.tagName && (r.schema = l_); + "html" === o.space && "svg" === e.tagName && (r.schema = Kx); const s = (function (e, t) { const n = []; let r, @@ -38426,7 +38321,7 @@ const mk = (function (e, t) { if (t) for (r in t) if (null !== t[r] && void 0 !== t[r]) { - const o = dk(e, r, t[r]); + const o = tk(e, r, t[r]); o && n.push(o); } for (; ++o < n.length; ) { @@ -38443,7 +38338,7 @@ const mk = (function (e, t) { return ( (r.schema = o), c && (l = !1), - (!s && i && sk(e, t, n)) || + (!s && i && JI(e, t, n)) || (a.push("<", e.tagName, s ? " " + s : ""), l && ("svg" === o.space || r.settings.closeSelfClosing) && @@ -38455,39 +38350,39 @@ const mk = (function (e, t) { a.push("/")), a.push(">")), a.push(c), - l || (i && ik(e, t, n)) || a.push(""), + l || (i && YI(e, t, n)) || a.push(""), a.join("") ); }, raw: function (e, t, n, r) { - return r.settings.allowDangerousHtml ? e.value : pk(e, 0, n, r); + return r.settings.allowDangerousHtml ? e.value : rk(e, 0, n, r); }, root: function (e, t, n, r) { return r.all(e); }, - text: pk, + text: rk, }, }); -const hk = {}, - fk = {}, - gk = []; -function vk(e, t, n) { - return mk(e, t, n, this); +const ik = {}, + lk = {}, + ak = []; +function Ck(e, t, n) { + return ok(e, t, n, this); } -function wk(e) { +function sk(e) { const t = [], - n = (e && e.children) || gk; + n = (e && e.children) || ak; let r = -1; for (; ++r < n.length; ) t[r] = this.one(n[r], r, e); return t.join(""); } -function Lk(e) { +function ck(e) { if (e) throw e; } -var bk, Mk; -var Hk = (function () { - if (Mk) return bk; - Mk = 1; +var dk, uk; +var pk = (function () { + if (uk) return dk; + uk = 1; var e = Object.prototype.hasOwnProperty, t = Object.prototype.toString, n = Object.defineProperty, @@ -38527,7 +38422,7 @@ var Hk = (function () { return t[n]; }; return ( - (bk = function e() { + (dk = function e() { var t, n, r, @@ -38557,11 +38452,11 @@ var Hk = (function () { : void 0 !== C && l(d, { name: n, newValue: C })); return d; }), - bk + dk ); })(), - Ek = k(Hk); -function Rk(e) { + mk = V(pk); +function hk(e) { if ("object" != typeof e || null === e) return !1; const t = Object.getPrototypeOf(e); return !( @@ -38572,7 +38467,7 @@ function Rk(e) { Symbol.iterator in e ); } -function yk() { +function fk() { const e = [], t = { run: function (...t) { @@ -38633,7 +38528,7 @@ function yk() { }; return t; } -const Vk = function (e) { +const gk = function (e) { const t = this.constructor.prototype, n = t[e], r = function () { @@ -38641,8 +38536,8 @@ const Vk = function (e) { }; return Object.setPrototypeOf(r, t), r; }, - Sk = {}.hasOwnProperty; -class Tk extends Vk { + vk = {}.hasOwnProperty; +class wk extends gk { constructor() { super("copy"), (this.Compiler = void 0), @@ -38653,24 +38548,24 @@ class Tk extends Vk { (this.frozen = void 0), (this.namespace = {}), (this.parser = void 0), - (this.transformers = yk()); + (this.transformers = fk()); } copy() { - const e = new Tk(); + const e = new wk(); let t = -1; for (; ++t < this.attachers.length; ) { const n = this.attachers[t]; e.use(...n); } - return e.data(Ek(!0, {}, this.namespace)), e; + return e.data(mk(!0, {}, this.namespace)), e; } data(e, t) { return "string" == typeof e ? 2 === arguments.length - ? (_k("data", this.frozen), (this.namespace[e] = t), this) - : (Sk.call(this.namespace, e) && this.namespace[e]) || void 0 + ? (Mk("data", this.frozen), (this.namespace[e] = t), this) + : (vk.call(this.namespace, e) && this.namespace[e]) || void 0 : e - ? (_k("data", this.frozen), (this.namespace = e), this) + ? (Mk("data", this.frozen), (this.namespace = e), this) : this.namespace; } freeze() { @@ -38689,20 +38584,20 @@ class Tk extends Vk { } parse(e) { this.freeze(); - const t = Ik(e), + const t = Rk(e), n = this.parser || this.Parser; - return Nk("parse", n), n(String(t), t); + return Lk("parse", n), n(String(t), t); } process(e, t) { const n = this; return ( this.freeze(), - Nk("process", this.parser || this.Parser), - xk("process", this.compiler || this.Compiler), + Lk("process", this.parser || this.Parser), + bk("process", this.compiler || this.Compiler), t ? r(void 0, t) : new Promise(r) ); function r(r, o) { - const i = Ik(e), + const i = Rk(e), l = n.parse(i); function a(e, n) { e || !n ? o(e) : r ? r(n) : t(void 0, n); @@ -38729,24 +38624,24 @@ class Tk extends Vk { n = !1; return ( this.freeze(), - Nk("processSync", this.parser || this.Parser), - xk("processSync", this.compiler || this.Compiler), + Lk("processSync", this.parser || this.Parser), + bk("processSync", this.compiler || this.Compiler), this.process(e, function (e, r) { - (n = !0), Lk(e), (t = r); + (n = !0), ck(e), (t = r); }), - Zk("processSync", "process", n), + Ek("processSync", "process", n), t ); } run(e, t, n) { - Ak(e), this.freeze(); + Hk(e), this.freeze(); const r = this.transformers; return ( n || "function" != typeof t || ((n = t), (t = void 0)), n ? o(void 0, n) : new Promise(o) ); function o(o, i) { - const l = Ik(t); + const l = Rk(t); r.run(e, l, function (t, r, l) { const a = r || e; t ? i(t) : o ? o(a) : n(void 0, a, l); @@ -38758,22 +38653,22 @@ class Tk extends Vk { r = !1; return ( this.run(e, t, function (e, t) { - Lk(e), (n = t), (r = !0); + ck(e), (n = t), (r = !0); }), - Zk("runSync", "run", r), + Ek("runSync", "run", r), n ); } stringify(e, t) { this.freeze(); - const n = Ik(t), + const n = Rk(t), r = this.compiler || this.Compiler; - return xk("stringify", r), Ak(e), r(e, n); + return bk("stringify", r), Hk(e), r(e, n); } use(e, ...t) { const n = this.attachers, r = this.namespace; - if ((_k("use", this.frozen), null == e)); + if ((Mk("use", this.frozen), null == e)); else if ("function" == typeof e) a(e, t); else { if ("object" != typeof e) @@ -38797,7 +38692,7 @@ class Tk extends Vk { throw new Error( "Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither", ); - l(e.plugins), e.settings && (r.settings = Ek(!0, r.settings, e.settings)); + l(e.plugins), e.settings && (r.settings = mk(!0, r.settings, e.settings)); } function l(e) { let t = -1; @@ -38822,20 +38717,20 @@ class Tk extends Vk { else if (t.length > 0) { let [r, ...i] = t; const l = n[o][1]; - Rk(l) && Rk(r) && (r = Ek(!0, l, r)), (n[o] = [e, r, ...i]); + hk(l) && hk(r) && (r = mk(!0, l, r)), (n[o] = [e, r, ...i]); } } } } -function Nk(e, t) { +function Lk(e, t) { if ("function" != typeof t) throw new TypeError("Cannot `" + e + "` without `parser`"); } -function xk(e, t) { +function bk(e, t) { if ("function" != typeof t) throw new TypeError("Cannot `" + e + "` without `compiler`"); } -function _k(e, t) { +function Mk(e, t) { if (t) throw new Error( "Cannot call `" + @@ -38843,29 +38738,29 @@ function _k(e, t) { "` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.", ); } -function Ak(e) { - if (!Rk(e) || "string" != typeof e.type) +function Hk(e) { + if (!hk(e) || "string" != typeof e.type) throw new TypeError("Expected node, got `" + e + "`"); } -function Zk(e, t, n) { +function Ek(e, t, n) { if (!n) throw new Error("`" + e + "` finished async. Use `" + t + "` instead"); } -function Ik(e) { +function Rk(e) { return (function (e) { return Boolean( e && "object" == typeof e && "message" in e && "messages" in e, ); })(e) ? e - : new hI(e); + : new iI(e); } -const kk = new Tk() +const yk = new wk() .freeze()() .use(function (e) { const { emitParseErrors: t, ...n } = { ...this.data("settings"), ...e }; this.parser = function (e, r) { - return RI(e, { + return hI(e, { ...n, onerror: t ? function (e) { @@ -38880,14 +38775,14 @@ const kk = new Tk() const t = { ...this.data("settings"), ...e }; this.compiler = function (e) { return (function (e, t) { - const n = t || hk, + const n = t || ik, r = n.quote || '"', o = '"' === r ? "'" : '"'; if ('"' !== r && "'" !== r) throw new Error("Invalid quote `" + r + "`, expected `'` or `\"`"); return { - one: vk, - all: wk, + one: Ck, + all: sk, settings: { omitOptionalTags: n.omitOptionalTags || !1, allowParseErrors: n.allowParseErrors || !1, @@ -38902,12 +38797,12 @@ const kk = new Tk() tightSelfClosing: n.tightSelfClosing || !1, collapseEmptyAttributes: n.collapseEmptyAttributes || !1, allowDangerousHtml: n.allowDangerousHtml || !1, - voids: n.voids || VI, - characterReferences: n.characterReferences || fk, + voids: n.voids || gI, + characterReferences: n.characterReferences || lk, closeSelfClosing: n.closeSelfClosing || !1, closeEmptyElements: n.closeEmptyElements || !1, }, - schema: "svg" === n.space ? l_ : i_, + schema: "svg" === n.space ? Kx : Yx, quote: r, alternative: o, }.one( @@ -38919,10 +38814,10 @@ const kk = new Tk() }; }) .freeze(); -function Ok(e) { +function Vk(e) { e.stopPropagation(), e.preventDefault(); } -class Bk { +class Tk { constructor(e) { (this.elm = void 0), (this.start = void 0), @@ -39013,14 +38908,14 @@ class Bk { this.elm.dispatchEvent(e); } } -var Dk = { +var Sk = { position: "relative", textAlign: "left", boxSizing: "border-box", padding: 0, overflow: "hidden", }, - Pk = { + Nk = { position: "absolute", top: 0, left: 0, @@ -39034,7 +38929,7 @@ var Dk = { WebkitFontSmoothing: "antialiased", WebkitTextFillColor: "transparent", }, - Fk = { + xk = { margin: 0, border: 0, background: "none", @@ -39056,7 +38951,7 @@ var Dk = { overflowWrap: "break-word", outline: 0, }, - Uk = [ + _k = [ "prefixCls", "value", "padding", @@ -39070,7 +38965,7 @@ var Dk = { "onChange", "indentWidth", ], - zk = t.forwardRef((e, t) => { + Ak = t.forwardRef((e, t) => { var { prefixCls: n = "w-tc-editor", padding: r = 10, @@ -39084,7 +38979,7 @@ var Dk = { onChange: f, indentWidth: g = 2, } = e, - v = Rx(e, Uk), + v = hx(e, _k), [w, L] = a(e.value || ""); l(() => L(e.value || ""), [e.value]); var b = c(null); @@ -39100,7 +38995,7 @@ var Dk = { (function (e, t) { return ( void 0 === t && (t = []), - kk() + yk() .data("settings", { fragment: !0 }) .use([...t]) .processSync("" + e) @@ -39139,14 +39034,14 @@ var Dk = { ), E = i( () => - G.jsx("div", { - style: Ye({}, Fk, M, { minHeight: o }), + I.jsx("div", { + style: Pe({}, xk, M, { minHeight: o }), className: n + "-preview " + (s ? "language-" + s : ""), dangerouslySetInnerHTML: { __html: H }, }), [n, s, H], ), - R = Ye( + R = Pe( { autoComplete: "off", autoCorrect: "off", @@ -39161,11 +39056,11 @@ var Dk = { (v.onKeyDown && !1 === v.onKeyDown(e)) || (function (e, t) { void 0 === t && (t = 2); - var n = new Bk(e.target), + var n = new Tk(e.target), r = (e.code || e.nativeEvent.code).toLocaleLowerCase(), o = " ".repeat(t); if ("tab" === r) - Ok(e), + Vk(e), n.start === n.end ? e.shiftKey ? n.lineStarRemove(o) @@ -39177,7 +39072,7 @@ var Dk = { : n.insertText(o).position(n.start + t, n.end), n.notifyChange(); else if ("enter" === r) { - Ok(e); + Vk(e); var i = "\n" + n.getIndentText(); n .insertText(i) @@ -39188,7 +39083,7 @@ var Dk = { /^(quote|backquote|bracketleft|digit9|comma)$/.test(r) && n.getSelectedValue() ) { - Ok(e); + Vk(e); var l = n.getSelectedValue(), a = ""; switch (r) { @@ -39211,10 +39106,10 @@ var Dk = { } })(e, g); }, - style: Ye( + style: Pe( {}, - Fk, - Pk, + xk, + Nk, M, { minHeight: o }, C && !w ? { WebkitTextFillColor: "inherit" } : {}, @@ -39226,23 +39121,23 @@ var Dk = { value: w, }, ); - return G.jsxs("div", { - style: Ye({}, Dk, m), + return I.jsxs("div", { + style: Pe({}, Sk, m), className: n + " " + (p || ""), "data-color-mode": d, - children: [G.jsx("textarea", Ye({}, R, { ref: b })), E], + children: [I.jsx("textarea", Pe({}, R, { ref: b })), E], }); }); -const Gk = function (e) { - if (null == e) return Wk; - if ("function" == typeof e) return $k(e); +const Zk = function (e) { + if (null == e) return kk; + if ("function" == typeof e) return Ik(e); if ("object" == typeof e) return Array.isArray(e) ? (function (e) { const t = []; let n = -1; - for (; ++n < e.length; ) t[n] = Gk(e[n]); - return $k(r); + for (; ++n < e.length; ) t[n] = Zk(e[n]); + return Ik(r); function r(...e) { let n = -1; for (; ++n < t.length; ) if (t[n].apply(this, e)) return !0; @@ -39251,7 +39146,7 @@ const Gk = function (e) { })(e) : (function (e) { const t = e; - return $k(n); + return Ik(n); function n(n) { const r = n; let o; @@ -39261,14 +39156,14 @@ const Gk = function (e) { })(e); if ("string" == typeof e) return (function (e) { - return $k(t); + return Ik(t); function t(t) { return t && t.type === e; } })(e); throw new Error("Expected function, string, or object as test"); }; -function $k(e) { +function Ik(e) { return function (t, n, r) { return Boolean( (function (e) { @@ -39277,18 +39172,18 @@ function $k(e) { ); }; } -function Wk() { +function kk() { return !0; } -const jk = [], - qk = !0, - Yk = !1; -function Kk(e, t, n, r) { +const Ok = [], + Bk = !0, + Dk = !1; +function Pk(e, t, n, r) { let o; "function" == typeof t && "function" != typeof n ? ((r = n), (n = t)) : (o = t); - const i = Gk(o), + const i = Zk(o), l = r ? -1 : 1; !(function e(o, a, C) { const s = o && "object" == typeof o ? o : {}; @@ -39308,15 +39203,15 @@ function Kk(e, t, n, r) { let s, c, d, - u = jk; + u = Ok; if ( (!t || i(o, a, C[C.length - 1] || void 0)) && ((u = (function (e) { if (Array.isArray(e)) return e; - if ("number" == typeof e) return [qk, e]; - return null == e ? jk : [e]; + if ("number" == typeof e) return [Bk, e]; + return null == e ? Ok : [e]; })(n(o, C))), - u[0] === Yk) + u[0] === Dk) ) return u; if ("children" in o && o.children) { @@ -39328,7 +39223,7 @@ function Kk(e, t, n, r) { ) { const n = t.children[c]; - if (((s = e(n, c, d)()), s[0] === Yk)) return s; + if (((s = e(n, c, d)()), s[0] === Dk)) return s; c = "number" == typeof s[1] ? s[1] : c + l; } } @@ -39336,21 +39231,21 @@ function Kk(e, t, n, r) { } })(e, void 0, [])(); } -function Xk(e) { - return "children" in e ? Jk(e) : "value" in e ? e.value : ""; +function Fk(e) { + return "children" in e ? zk(e) : "value" in e ? e.value : ""; } -function Qk(e) { - return "text" === e.type ? e.value : "children" in e ? Jk(e) : ""; +function Uk(e) { + return "text" === e.type ? e.value : "children" in e ? zk(e) : ""; } -function Jk(e) { +function zk(e) { let t = -1; const n = []; - for (; ++t < e.children.length; ) n[t] = Qk(e.children[t]); + for (; ++t < e.children.length; ) n[t] = Uk(e.children[t]); return n.join(""); } -const eO = {}.hasOwnProperty; -function tO(e, t, n) { - const r = Gk(t), +const Gk = {}.hasOwnProperty; +function $k(e, t, n) { + const r = Zk(t), o = t && "object" == typeof t && "cascade" in t ? t.cascade : void 0, i = null == o || o; return (function e(t, n, o) { @@ -39370,15 +39265,15 @@ function tO(e, t, n) { } const a = {}; let C; - for (C in t) eO.call(t, C) && (a[C] = "children" === C ? l : t[C]); + for (C in t) Gk.call(t, C) && (a[C] = "children" === C ? l : t[C]); return a; })(e); } -var nO, - rO = { exports: {} }; -var oO = - (nO || - ((nO = 1), +var Wk, + jk = { exports: {} }; +var qk = + (Wk || + ((Wk = 1), (function (e) { function t(e) { let t, @@ -39398,11 +39293,11 @@ var oO = } return n; } - (rO.exports.default = t), (e.exports = t); - })(rO)), - rO.exports), - iO = k(oO); -function lO(e) { + (jk.exports.default = t), (e.exports = t); + })(jk)), + jk.exports), + Yk = V(qk); +function Kk(e) { e.languages.clike = { comment: [ { @@ -39431,8 +39326,8 @@ function lO(e) { punctuation: /[{}[\];(),.:]/, }; } -function aO(e) { - e.register(lO), +function Xk(e) { + e.register(Kk), (e.languages.c = e.languages.extend("clike", { comment: { pattern: @@ -39494,8 +39389,8 @@ function aO(e) { }), delete e.languages.c.boolean; } -function CO(e) { - e.register(aO), +function Qk(e) { + e.register(Xk), (function (e) { var t = /\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/, @@ -39595,8 +39490,8 @@ function CO(e) { ); })(e); } -function sO(e) { - e.register(CO), +function Jk(e) { + e.register(Qk), (e.languages.arduino = e.languages.extend("cpp", { keyword: /\b(?:String|array|bool|boolean|break|byte|case|catch|continue|default|do|double|else|finally|for|function|goto|if|in|instanceof|int|integer|long|loop|new|null|return|setup|string|switch|throw|try|void|while|word)\b/, @@ -39607,7 +39502,7 @@ function sO(e) { })), (e.languages.ino = e.languages.arduino); } -function cO(e) { +function eO(e) { !(function (e) { var t = "\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b", @@ -39778,8 +39673,8 @@ function cO(e) { (e.languages.sh = e.languages.bash), (e.languages.shell = e.languages.bash); })(e); } -function dO(e) { - e.register(lO), +function tO(e) { + e.register(Kk), (function (e) { function t(e, t) { return e.replace(/<<(\d+)>>/g, function (e, n) { @@ -39973,16 +39868,16 @@ function dO(e) { }, }); var V = R + "|" + E, - S = t( + T = t( /\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/ .source, [V], ), - T = r(t(/[^"'/()]|<<0>>|\(<>*\)/.source, [S]), 2), + S = r(t(/[^"'/()]|<<0>>|\(<>*\)/.source, [T]), 2), N = /\b(?:assembly|event|field|method|module|param|property|return|type)\b/ .source, - x = t(/<<0>>(?:\s*\(<<1>>*\))?/.source, [g, T]); + x = t(/<<0>>(?:\s*\(<<1>>*\))?/.source, [g, S]); e.languages.insertBefore("csharp", "class-name", { attribute: { pattern: n( @@ -39998,7 +39893,7 @@ function dO(e) { alias: "keyword", }, "attribute-arguments": { - pattern: n(/\(<<0>>*\)/.source, [T]), + pattern: n(/\(<<0>>*\)/.source, [S]), inside: e.languages.csharp, }, "class-name": { pattern: RegExp(g), inside: { punctuation: /\./ } }, @@ -40007,7 +39902,7 @@ function dO(e) { }, }); var _ = /:[^}\r\n]+/.source, - A = r(t(/[^"'/()]|<<0>>|\(<>*\)/.source, [S]), 2), + A = r(t(/[^"'/()]|<<0>>|\(<>*\)/.source, [T]), 2), Z = t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source, [A, _]), I = r( t( @@ -40067,7 +39962,7 @@ function dO(e) { (e.languages.dotnet = e.languages.cs = e.languages.csharp); })(e); } -function uO(e) { +function nO(e) { (e.languages.markup = { comment: { pattern: //, greedy: !0 }, prolog: { pattern: /<\?[\s\S]+?\?>/, greedy: !0 }, @@ -40197,7 +40092,7 @@ function uO(e) { (e.languages.atom = e.languages.xml), (e.languages.rss = e.languages.xml); } -function pO(e) { +function rO(e) { !(function (e) { var t = /(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/; @@ -40265,7 +40160,7 @@ function pO(e) { n && (n.tag.addInlined("style", "css"), n.tag.addAttribute("style", "css")); })(e); } -function mO(e) { +function oO(e) { !(function (e) { e.languages.diff = { coord: [/^(?:\*{3}|-{3}|\+{3}).*$/m, /^@@.*@@$/m, /^\d.*$/m], @@ -40295,8 +40190,8 @@ function mO(e) { Object.defineProperty(e.languages.diff, "PREFIXES", { value: t }); })(e); } -function hO(e) { - e.register(lO), +function iO(e) { + e.register(Kk), (e.languages.go = e.languages.extend("clike", { string: { pattern: /(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/, @@ -40321,7 +40216,7 @@ function hO(e) { }), delete e.languages.go["class-name"]; } -function fO(e) { +function lO(e) { e.languages.ini = { comment: { pattern: /(^[ \f\t\v]*)[#;][^\n\r]*/m, lookbehind: !0 }, section: { @@ -40351,8 +40246,8 @@ function fO(e) { punctuation: /=/, }; } -function gO(e) { - e.register(lO), +function aO(e) { + e.register(Kk), (function (e) { var t = /\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/, @@ -40482,7 +40377,7 @@ function gO(e) { }); })(e); } -function vO(e) { +function CO(e) { !(function (e) { var t = { pattern: /\\[\\(){}[\]^$+*?|.]/, alias: "escape" }, n = @@ -40552,8 +40447,8 @@ function vO(e) { }; })(e); } -function wO(e) { - e.register(lO), +function sO(e) { + e.register(Kk), (e.languages.javascript = e.languages.extend("clike", { "class-name": [ e.languages.clike["class-name"], @@ -40708,7 +40603,7 @@ function wO(e) { )), (e.languages.js = e.languages.javascript); } -function LO(e) { +function cO(e) { (e.languages.json = { property: { pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/, @@ -40729,8 +40624,8 @@ function LO(e) { }), (e.languages.webmanifest = e.languages.json); } -function bO(e) { - e.register(lO), +function dO(e) { + e.register(Kk), (function (e) { (e.languages.kotlin = e.languages.extend("clike", { keyword: { @@ -40804,8 +40699,8 @@ function bO(e) { (e.languages.kts = e.languages.kotlin); })(e); } -function MO(e) { - e.register(pO), +function uO(e) { + e.register(rO), (e.languages.less = e.languages.extend("css", { comment: [ /\/\*[\s\S]*?\*\//, @@ -40836,7 +40731,7 @@ function MO(e) { }, }); } -function HO(e) { +function pO(e) { e.languages.lua = { comment: /^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m, string: { @@ -40856,7 +40751,7 @@ function HO(e) { punctuation: /[\[\](){},;]|\.+|:+/, }; } -function EO(e) { +function mO(e) { e.languages.makefile = { comment: { pattern: /(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/, @@ -40887,7 +40782,7 @@ function EO(e) { punctuation: /[:;(){}]/, }; } -function RO(e) { +function hO(e) { !(function (e) { var t = /[*&][^\s[\]{},]+/, n = @@ -40990,8 +40885,8 @@ function RO(e) { (e.languages.yml = e.languages.yaml); })(e); } -function yO(e) { - e.register(uO), +function fO(e) { + e.register(nO), (function (e) { var t = /(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source; function n(e) { @@ -41271,8 +41166,8 @@ function yO(e) { (e.languages.md = e.languages.markdown); })(e); } -function VO(e) { - e.register(aO), +function gO(e) { + e.register(Xk), (e.languages.objectivec = e.languages.extend("c", { string: { pattern: /@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/, greedy: !0 }, keyword: @@ -41282,7 +41177,7 @@ function VO(e) { delete e.languages.objectivec["class-name"], (e.languages.objc = e.languages.objectivec); } -function SO(e) { +function vO(e) { !(function (e) { var t = /(?:\((?:[^()\\]|\\[\s\S])*\)|\{(?:[^{}\\]|\\[\s\S])*\}|\[(?:[^[\]\\]|\\[\s\S])*\]|<(?:[^<>\\]|\\[\s\S])*>)/ @@ -41371,8 +41266,8 @@ function SO(e) { }; })(e); } -function TO(e) { - e.register(uO), +function wO(e) { + e.register(nO), (function (e) { function t(e, t) { return "___" + e.toUpperCase() + t + "___"; @@ -41442,8 +41337,8 @@ function TO(e) { }); })(e); } -function NO(e) { - e.register(TO), +function LO(e) { + e.register(wO), (function (e) { var t = /\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/, n = [ @@ -41736,7 +41631,7 @@ function NO(e) { }); })(e); } -function xO(e) { +function bO(e) { (e.languages.python = { comment: { pattern: /(^|[^\\])#.*/, lookbehind: !0, greedy: !0 }, "string-interpolation": { @@ -41795,7 +41690,7 @@ function xO(e) { ].inside.interpolation.inside.rest = e.languages.python), (e.languages.py = e.languages.python); } -function _O(e) { +function MO(e) { e.languages.r = { comment: /#.*/, string: { pattern: /(['"])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -41812,8 +41707,8 @@ function _O(e) { punctuation: /[(){}\[\],;]/, }; } -function AO(e) { - e.register(lO), +function HO(e) { + e.register(Kk), (function (e) { (e.languages.ruby = e.languages.extend("clike", { comment: { pattern: /#.*|^=begin\s[\s\S]*?^=end/m, greedy: !0 }, @@ -41967,7 +41862,7 @@ function AO(e) { (e.languages.rb = e.languages.ruby); })(e); } -function ZO(e) { +function EO(e) { !(function (e) { for ( var t = /\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|)*\*\//.source, n = 0; @@ -42066,8 +41961,8 @@ function ZO(e) { (e.languages.rust.attribute.inside.string = e.languages.rust.string); })(e); } -function IO(e) { - e.register(pO), +function RO(e) { + e.register(rO), (function (e) { (e.languages.sass = e.languages.extend("css", { comment: { @@ -42122,8 +42017,8 @@ function IO(e) { }); })(e); } -function kO(e) { - e.register(pO), +function yO(e) { + e.register(rO), (e.languages.scss = e.languages.extend("css", { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/, @@ -42173,7 +42068,7 @@ function kO(e) { }), (e.languages.scss.atrule.inside.rest = e.languages.scss); } -function OO(e) { +function VO(e) { e.languages.sql = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/, @@ -42205,7 +42100,7 @@ function OO(e) { punctuation: /[;[\]()`,.]/, }; } -function BO(e) { +function TO(e) { (e.languages.swift = { comment: { pattern: @@ -42325,8 +42220,8 @@ function BO(e) { t.inside.interpolation.inside = e.languages.swift; }); } -function DO(e) { - e.register(wO), +function SO(e) { + e.register(sO), (function (e) { (e.languages.typescript = e.languages.extend("javascript", { "class-name": { @@ -42371,7 +42266,7 @@ function DO(e) { (e.languages.ts = e.languages.typescript); })(e); } -function PO(e) { +function NO(e) { e.languages.basic = { comment: { pattern: /(?:!|REM\b).+/i, inside: { keyword: /^REM/i } }, string: { pattern: /"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/, greedy: !0 }, @@ -42384,8 +42279,8 @@ function PO(e) { punctuation: /[,;:()]/, }; } -function FO(e) { - e.register(PO), +function xO(e) { + e.register(NO), (e.languages.vbnet = e.languages.extend("basic", { comment: [ { pattern: /(?:!|REM\b).+/i, inside: { keyword: /^REM/i } }, @@ -42401,83 +42296,83 @@ function FO(e) { punctuation: /[,;:(){}]/, })); } -(lO.displayName = "clike"), +(Kk.displayName = "clike"), + (Kk.aliases = []), + (Xk.displayName = "c"), + (Xk.aliases = []), + (Qk.displayName = "cpp"), + (Qk.aliases = []), + (Jk.displayName = "arduino"), + (Jk.aliases = ["ino"]), + (eO.displayName = "bash"), + (eO.aliases = ["sh", "shell"]), + (tO.displayName = "csharp"), + (tO.aliases = ["cs", "dotnet"]), + (nO.displayName = "markup"), + (nO.aliases = ["atom", "html", "mathml", "rss", "ssml", "svg", "xml"]), + (rO.displayName = "css"), + (rO.aliases = []), + (oO.displayName = "diff"), + (oO.aliases = []), + (iO.displayName = "go"), + (iO.aliases = []), + (lO.displayName = "ini"), (lO.aliases = []), - (aO.displayName = "c"), + (aO.displayName = "java"), (aO.aliases = []), - (CO.displayName = "cpp"), + (CO.displayName = "regex"), (CO.aliases = []), - (sO.displayName = "arduino"), - (sO.aliases = ["ino"]), - (cO.displayName = "bash"), - (cO.aliases = ["sh", "shell"]), - (dO.displayName = "csharp"), - (dO.aliases = ["cs", "dotnet"]), - (uO.displayName = "markup"), - (uO.aliases = ["atom", "html", "mathml", "rss", "ssml", "svg", "xml"]), - (pO.displayName = "css"), + (sO.displayName = "javascript"), + (sO.aliases = ["js"]), + (cO.displayName = "json"), + (cO.aliases = ["webmanifest"]), + (dO.displayName = "kotlin"), + (dO.aliases = ["kt", "kts"]), + (uO.displayName = "less"), + (uO.aliases = []), + (pO.displayName = "lua"), (pO.aliases = []), - (mO.displayName = "diff"), + (mO.displayName = "makefile"), (mO.aliases = []), - (hO.displayName = "go"), - (hO.aliases = []), - (fO.displayName = "ini"), - (fO.aliases = []), - (gO.displayName = "java"), - (gO.aliases = []), - (vO.displayName = "regex"), + (hO.displayName = "yaml"), + (hO.aliases = ["yml"]), + (fO.displayName = "markdown"), + (fO.aliases = ["md"]), + (gO.displayName = "objectivec"), + (gO.aliases = ["objc"]), + (vO.displayName = "perl"), (vO.aliases = []), - (wO.displayName = "javascript"), - (wO.aliases = ["js"]), - (LO.displayName = "json"), - (LO.aliases = ["webmanifest"]), - (bO.displayName = "kotlin"), - (bO.aliases = ["kt", "kts"]), - (MO.displayName = "less"), + (wO.displayName = "markup-templating"), + (wO.aliases = []), + (LO.displayName = "php"), + (LO.aliases = []), + (bO.displayName = "python"), + (bO.aliases = ["py"]), + (MO.displayName = "r"), (MO.aliases = []), - (HO.displayName = "lua"), - (HO.aliases = []), - (EO.displayName = "makefile"), + (HO.displayName = "ruby"), + (HO.aliases = ["rb"]), + (EO.displayName = "rust"), (EO.aliases = []), - (RO.displayName = "yaml"), - (RO.aliases = ["yml"]), - (yO.displayName = "markdown"), - (yO.aliases = ["md"]), - (VO.displayName = "objectivec"), - (VO.aliases = ["objc"]), - (SO.displayName = "perl"), - (SO.aliases = []), - (TO.displayName = "markup-templating"), + (RO.displayName = "sass"), + (RO.aliases = []), + (yO.displayName = "scss"), + (yO.aliases = []), + (VO.displayName = "sql"), + (VO.aliases = []), + (TO.displayName = "swift"), (TO.aliases = []), - (NO.displayName = "php"), + (SO.displayName = "typescript"), + (SO.aliases = ["ts"]), + (NO.displayName = "basic"), (NO.aliases = []), - (xO.displayName = "python"), - (xO.aliases = ["py"]), - (_O.displayName = "r"), - (_O.aliases = []), - (AO.displayName = "ruby"), - (AO.aliases = ["rb"]), - (ZO.displayName = "rust"), - (ZO.aliases = []), - (IO.displayName = "sass"), - (IO.aliases = []), - (kO.displayName = "scss"), - (kO.aliases = []), - (OO.displayName = "sql"), - (OO.aliases = []), - (BO.displayName = "swift"), - (BO.aliases = []), - (DO.displayName = "typescript"), - (DO.aliases = ["ts"]), - (PO.displayName = "basic"), - (PO.aliases = []), - (FO.displayName = "vbnet"), - (FO.aliases = []); -const UO = /[#.]/g; -const zO = new Set(["menu", "submit", "reset", "button"]), - GO = {}.hasOwnProperty; -function $O(e, t, n, r) { - const o = n_(e, n); + (xO.displayName = "vbnet"), + (xO.aliases = []); +const _O = /[#.]/g; +const AO = new Set(["menu", "submit", "reset", "button"]), + ZO = {}.hasOwnProperty; +function IO(e, t, n, r) { + const o = Wx(e, n); let i, l = -1; if (null != r) { @@ -42490,25 +42385,25 @@ function $O(e, t, n, r) { ? r : "string" == typeof r ? o.spaceSeparated - ? c_(r) + ? e_(r) : o.commaSeparated - ? a_(r) + ? Xx(r) : o.commaOrSpaceSeparated - ? c_(a_(r).join(" ")) - : jO(o, o.property, r) + ? e_(Xx(r).join(" ")) + : OO(o, o.property, r) : Array.isArray(r) ? r.concat() : "style" === o.property ? (function (e) { const t = []; let n; - for (n in e) GO.call(e, n) && t.push([n, e[n]].join(": ")); + for (n in e) ZO.call(e, n) && t.push([n, e[n]].join(": ")); return t.join("; "); })(r) : String(r); if (Array.isArray(i)) { const e = []; - for (; ++l < i.length; ) e[l] = jO(o, o.property, i[l]); + for (; ++l < i.length; ) e[l] = OO(o, o.property, i[l]); i = e; } "className" === o.property && @@ -42517,29 +42412,29 @@ function $O(e, t, n, r) { (t[o.property] = i); } } -function WO(e, t) { +function kO(e, t) { let n = -1; if (null == t); else if ("string" == typeof t || "number" == typeof t) e.push({ type: "text", value: String(t) }); - else if (Array.isArray(t)) for (; ++n < t.length; ) WO(e, t[n]); + else if (Array.isArray(t)) for (; ++n < t.length; ) kO(e, t[n]); else { if ("object" != typeof t || !("type" in t)) throw new Error("Expected node, nodes, or string, got `" + t + "`"); - "root" === t.type ? WO(e, t.children) : e.push(t); + "root" === t.type ? kO(e, t.children) : e.push(t); } } -function jO(e, t, n) { +function OO(e, t, n) { if ("string" == typeof n) { if (e.number && n && !Number.isNaN(Number(n))) return Number(n); - if ((e.boolean || e.overloadedBoolean) && ("" === n || Sx(n) === Sx(t))) + if ((e.boolean || e.overloadedBoolean) && ("" === n || vx(n) === vx(t))) return !0; } return n; } -const qO = - ((YO = i_), - (KO = "div"), +const BO = + ((DO = Yx), + (PO = "div"), function (e, t, ...n) { let r, o = -1; @@ -42552,8 +42447,8 @@ const qO = i, l = 0; for (; l < n.length; ) { - UO.lastIndex = l; - const e = UO.exec(n), + _O.lastIndex = l; + const e = _O.exec(n), t = n.slice(l, e ? e.index : n.length); t && (o @@ -42572,7 +42467,7 @@ const qO = properties: r, children: [], }; - })(e, KO)), + })(e, PO)), (r.tagName = r.tagName.toLowerCase()), (i = t), (l = r.tagName), @@ -42583,14 +42478,14 @@ const qO = i.type && "string" == typeof i.type && (("children" in i && Array.isArray(i.children)) || - ("button" === l ? !zO.has(i.type.toLowerCase()) : "value" in i)))) + ("button" === l ? !AO.has(i.type.toLowerCase()) : "value" in i)))) ) n.unshift(t); else { let e; - for (e in t) GO.call(t, e) && $O(YO, r.properties, e, t[e]); + for (e in t) ZO.call(t, e) && IO(DO, r.properties, e, t[e]); } - for (var i, l; ++o < n.length; ) WO(r.children, n[o]); + for (var i, l; ++o < n.length; ) kO(r.children, n[o]); return ( "element" === r.type && "template" === r.tagName && @@ -42599,8 +42494,8 @@ const qO = r ); }); -var YO, KO; -const XO = { +var DO, PO; +const FO = { 0: "�", 128: "€", 130: "‚", @@ -42630,31 +42525,31 @@ const XO = { 158: "ž", 159: "Ÿ", }; -function QO(e) { +function UO(e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return t >= 48 && t <= 57; } -function JO(e) { +function zO(e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return (t >= 97 && t <= 102) || (t >= 65 && t <= 70) || (t >= 48 && t <= 57); } -function eB(e) { +function GO(e) { return ( (function (e) { const t = "string" == typeof e ? e.charCodeAt(0) : e; return (t >= 97 && t <= 122) || (t >= 65 && t <= 90); - })(e) || QO(e) + })(e) || UO(e) ); } -const tB = document.createElement("i"); -function nB(e) { +const $O = document.createElement("i"); +function WO(e) { const t = "&" + e + ";"; - tB.innerHTML = t; - const n = tB.textContent; + $O.innerHTML = t; + const n = $O.textContent; return (59 !== n.charCodeAt(n.length - 1) || "semi" === e) && n !== t && n; } -const rB = String.fromCharCode, - oB = [ +const jO = String.fromCharCode, + qO = [ "", "Named character references must be terminated by a semicolon", "Numeric character references must be terminated by a semicolon", @@ -42664,7 +42559,7 @@ const rB = String.fromCharCode, "Numeric character references cannot be disallowed", "Numeric character references cannot be outside the permissible Unicode range", ]; -function iB(e, t = {}) { +function YO(e, t = {}) { const n = "string" == typeof t.additional ? t.additional.charCodeAt(0) @@ -42698,7 +42593,7 @@ function iB(e, t = {}) { Number.isNaN(o) || (n && o === n) ) { - (C += rB(s)), d++; + (C += jO(s)), d++; continue; } const i = l + 1; @@ -42715,16 +42610,16 @@ function iB(e, t = {}) { let v = "", w = "", L = ""; - const b = "named" === a ? eB : "decimal" === a ? QO : JO; + const b = "named" === a ? GO : "decimal" === a ? UO : zO; for (g--; ++g <= e.length; ) { const t = e.charCodeAt(g); if (!b(t)) break; - (L += rB(t)), "named" === a && OI.includes(L) && ((v = L), (w = nB(L))); + (L += jO(t)), "named" === a && VI.includes(L) && ((v = L), (w = WO(L))); } let M = 59 === e.charCodeAt(g); if (M) { g++; - const e = "named" === a && nB(L); + const e = "named" === a && WO(L); e && ((v = L), (w = e)); } let H = 1 + g - i, @@ -42739,7 +42634,7 @@ function iB(e, t = {}) { const n = v ? 1 : 3; if (t.attribute) { const t = e.charCodeAt(g); - 61 === t ? (h(n, H), (w = "")) : eB(t) ? (w = "") : h(n, H); + 61 === t ? (h(n, H), (w = "")) : GO(t) ? (w = "") : h(n, H); } else h(n, H); } E = w; @@ -42747,16 +42642,16 @@ function iB(e, t = {}) { M || h(2, H); let e = Number.parseInt(L, "hexadecimal" === a ? 16 : 10); if (((p = e) >= 55296 && p <= 57343) || p > 1114111) - h(7, H), (E = rB(65533)); - else if (e in XO) h(6, H), (E = XO[e]); + h(7, H), (E = jO(65533)); + else if (e in FO) h(6, H), (E = FO[e]); else { let t = ""; - lB(e) && h(6, H), + KO(e) && h(6, H), e > 65535 && ((e -= 65536), - (t += rB((e >>> 10) | 55296)), + (t += jO((e >>> 10) | 55296)), (e = 56320 | (1023 & e))), - (E = t + rB(e)); + (E = t + jO(e)); } } else "named" !== a && h(4, H); @@ -42776,7 +42671,7 @@ function iB(e, t = {}) { } else (L = e.slice(i - 1, g)), (C += L), (d += L.length), (l = g - 1); } else 10 === s && (c++, a++, (d = 0)), - Number.isNaN(s) ? f() : ((C += rB(s)), d++); + Number.isNaN(s) ? f() : ((C += jO(s)), d++); var p; return r.join(""); function m() { @@ -42788,7 +42683,7 @@ function iB(e, t = {}) { ((r = m()), (r.column += n), (r.offset += n), - t.warning.call(t.warningContext, oB[e], r, e)); + t.warning.call(t.warningContext, qO[e], r, e)); } function f() { C && @@ -42797,7 +42692,7 @@ function iB(e, t = {}) { (C = "")); } } -function lB(e) { +function KO(e) { return ( (e >= 1 && e <= 8) || 11 === e || @@ -42808,29 +42703,29 @@ function lB(e) { 65534 == (65535 & e) ); } -var aB = 0, - CB = {}, - sB = { +var XO = 0, + QO = {}, + JO = { util: { type: function (e) { return Object.prototype.toString.call(e).slice(8, -1); }, objId: function (e) { return ( - e.__id || Object.defineProperty(e, "__id", { value: ++aB }), e.__id + e.__id || Object.defineProperty(e, "__id", { value: ++XO }), e.__id ); }, clone: function e(t, n) { var r, o; - switch (((n = n || {}), sB.util.type(t))) { + switch (((n = n || {}), JO.util.type(t))) { case "Object": - if (((o = sB.util.objId(t)), n[o])) return n[o]; + if (((o = JO.util.objId(t)), n[o])) return n[o]; for (var i in ((r = {}), (n[o] = r), t)) t.hasOwnProperty(i) && (r[i] = e(t[i], n)); return r; case "Array": return ( - (o = sB.util.objId(t)), + (o = JO.util.objId(t)), n[o] ? n[o] : ((r = []), @@ -42846,17 +42741,17 @@ var aB = 0, }, }, languages: { - plain: CB, - plaintext: CB, - text: CB, - txt: CB, + plain: QO, + plaintext: QO, + text: QO, + txt: QO, extend: function (e, t) { - var n = sB.util.clone(sB.languages[e]); + var n = JO.util.clone(JO.languages[e]); for (var r in t) n[r] = t[r]; return n; }, insertBefore: function (e, t, n, r) { - var o = (r = r || sB.languages)[e], + var o = (r = r || JO.languages)[e], i = {}; for (var l in o) if (o.hasOwnProperty(l)) { @@ -42866,7 +42761,7 @@ var aB = 0, var C = r[e]; return ( (r[e] = i), - sB.languages.DFS(sB.languages, function (t, n) { + JO.languages.DFS(JO.languages, function (t, n) { n === C && t != e && (this[t] = i); }), i @@ -42874,12 +42769,12 @@ var aB = 0, }, DFS: function e(t, n, r, o) { o = o || {}; - var i = sB.util.objId; + var i = JO.util.objId; for (var l in t) if (t.hasOwnProperty(l)) { n.call(t, l, t[l], r || l); var a = t[l], - C = sB.util.type(a); + C = JO.util.type(a); "Object" !== C || o[i(a)] ? "Array" !== C || o[i(a)] || ((o[i(a)] = !0), e(a, n, l, o)) : ((o[i(a)] = !0), e(a, n, null, o)); @@ -42889,12 +42784,12 @@ var aB = 0, plugins: {}, highlight: function (e, t, n) { var r = { code: e, grammar: t, language: n }; - if ((sB.hooks.run("before-tokenize", r), !r.grammar)) + if ((JO.hooks.run("before-tokenize", r), !r.grammar)) throw new Error('The language "' + r.language + '" has no grammar.'); return ( - (r.tokens = sB.tokenize(r.code, r.grammar)), - sB.hooks.run("after-tokenize", r), - cB.stringify(sB.util.encode(r.tokens), r.language) + (r.tokens = JO.tokenize(r.code, r.grammar)), + JO.hooks.run("after-tokenize", r), + eB.stringify(JO.util.encode(r.tokens), r.language) ); }, tokenize: function (e, t) { @@ -42903,10 +42798,10 @@ var aB = 0, for (var r in n) t[r] = n[r]; delete t.rest; } - var o = new pB(); + var o = new rB(); return ( - mB(o, o.head, e), - uB(e, o, t, o.head, 0), + oB(o, o.head, e), + nB(e, o, t, o.head, 0), (function (e) { var t = [], n = e.head.next; @@ -42918,23 +42813,23 @@ var aB = 0, hooks: { all: {}, add: function (e, t) { - var n = sB.hooks.all; + var n = JO.hooks.all; (n[e] = n[e] || []), n[e].push(t); }, run: function (e, t) { - var n = sB.hooks.all[e]; + var n = JO.hooks.all[e]; if (n && n.length) for (var r, o = 0; (r = n[o++]); ) r(t); }, }, - Token: cB, + Token: eB, }; -function cB(e, t, n, r) { +function eB(e, t, n, r) { (this.type = e), (this.content = t), (this.alias = n), (this.length = 0 | (r || "").length); } -function dB(e, t, n, r) { +function tB(e, t, n, r) { e.lastIndex = t; var o = e.exec(n); if (o && r && o[1]) { @@ -42943,7 +42838,7 @@ function dB(e, t, n, r) { } return o; } -function uB(e, t, n, r, o, i) { +function nB(e, t, n, r, o, i) { for (var l in n) if (n.hasOwnProperty(l) && n[l]) { var a = n[l]; @@ -42966,17 +42861,17 @@ function uB(e, t, n, r, o, i) { ) { var v = f.value; if (t.length > e.length) return; - if (!(v instanceof cB)) { + if (!(v instanceof eB)) { var w, L = 1; if (u) { - if (!(w = dB(h, g, e, d)) || w.index >= e.length) break; + if (!(w = tB(h, g, e, d)) || w.index >= e.length) break; var b = w.index, M = w.index + w[0].length, H = g; for (H += f.value.length; b >= H; ) H += (f = f.next).value.length; - if (((g = H -= f.value.length), f.value instanceof cB)) continue; + if (((g = H -= f.value.length), f.value instanceof eB)) continue; for ( var E = f; E !== t.tail && (H < M || "string" == typeof E.value); @@ -42984,23 +42879,23 @@ function uB(e, t, n, r, o, i) { ) L++, (H += E.value.length); L--, (v = e.slice(g, H)), (w.index -= g); - } else if (!(w = dB(h, 0, v, d))) continue; + } else if (!(w = tB(h, 0, v, d))) continue; b = w.index; var R = w[0], y = v.slice(0, b), V = v.slice(b + R.length), - S = g + v.length; - i && S > i.reach && (i.reach = S); - var T = f.prev; + T = g + v.length; + i && T > i.reach && (i.reach = T); + var S = f.prev; if ( - (y && ((T = mB(t, T, y)), (g += y.length)), - hB(t, T, L), - (f = mB(t, T, new cB(l, c ? sB.tokenize(R, c) : R, p, R))), - V && mB(t, f, V), + (y && ((S = oB(t, S, y)), (g += y.length)), + iB(t, S, L), + (f = oB(t, S, new eB(l, c ? JO.tokenize(R, c) : R, p, R))), + V && oB(t, f, V), L > 1) ) { - var N = { cause: l + "," + C, reach: S }; - uB(e, t, n, f.prev, g, N), + var N = { cause: l + "," + C, reach: T }; + nB(e, t, n, f.prev, g, N), i && N.reach > i.reach && (i.reach = N.reach); } } @@ -43008,26 +42903,26 @@ function uB(e, t, n, r, o, i) { } } } -function pB() { +function rB() { var e = { value: null, prev: null, next: null }, t = { value: null, prev: e, next: null }; (e.next = t), (this.head = e), (this.tail = t), (this.length = 0); } -function mB(e, t, n) { +function oB(e, t, n) { var r = t.next, o = { value: n, prev: t, next: r }; return (t.next = o), (r.prev = o), e.length++, o; } -function hB(e, t, n) { +function iB(e, t, n) { for (var r = t.next, o = 0; o < n && r !== e.tail; o++) r = r.next; (t.next = r), (r.prev = t), (e.length -= o); } -const fB = sB, - gB = {}.hasOwnProperty; -function vB() {} -vB.prototype = fB; -const wB = new vB(); -function LB(e) { +const lB = JO, + aB = {}.hasOwnProperty; +function CB() {} +CB.prototype = lB; +const sB = new CB(); +function cB(e) { e.languages.abap = { comment: /^\*.*/m, string: /(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/, @@ -43063,7 +42958,7 @@ function LB(e) { punctuation: /[,.:()]/, }; } -function bB(e) { +function dB(e) { !(function (e) { var t = "(?:ALPHA|BIT|CHAR|CR|CRLF|CTL|DIGIT|DQUOTE|HEXDIG|HTAB|LF|LWSP|OCTET|SP|VCHAR|WSP)"; @@ -43110,8 +43005,8 @@ function bB(e) { }; })(e); } -function MB(e) { - e.register(wO), +function uB(e) { + e.register(sO), (e.languages.actionscript = e.languages.extend("javascript", { keyword: /\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/, @@ -43130,7 +43025,7 @@ function MB(e) { }, }); } -function HB(e) { +function pB(e) { e.languages.ada = { comment: /--.*/, string: /"(?:""|[^"\r\f\n])*"/, @@ -43151,7 +43046,7 @@ function HB(e) { variable: /\b[a-z](?:\w)*\b/i, }; } -function EB(e) { +function mB(e) { !(function (e) { e.languages.agda = { comment: /\{-[\s\S]*?(?:-\}|$)|--.*/, @@ -43168,7 +43063,7 @@ function EB(e) { }; })(e); } -function RB(e) { +function hB(e) { e.languages.al = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -43194,7 +43089,7 @@ function RB(e) { punctuation: /[()\[\]{}:.;,]/, }; } -function yB(e) { +function fB(e) { (e.languages.antlr4 = { comment: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, string: { pattern: /'(?:\\.|[^\\'\r\n])*'/, greedy: !0 }, @@ -43241,7 +43136,7 @@ function yB(e) { }), (e.languages.g4 = e.languages.antlr4); } -function VB(e) { +function gB(e) { e.languages.apacheconf = { comment: /#.*/, "directive-inline": { @@ -43283,9 +43178,9 @@ function VB(e) { regex: /\^?.*\$|\^.*\$?/, }; } -function SB(e) { - e.register(lO), - e.register(OO), +function vB(e) { + e.register(Kk), + e.register(VO), (function (e) { var t = /\b(?:(?:after|before)(?=\s+[a-z])|abstract|activate|and|any|array|as|asc|autonomous|begin|bigdecimal|blob|boolean|break|bulk|by|byte|case|cast|catch|char|class|collect|commit|const|continue|currency|date|datetime|decimal|default|delete|desc|do|double|else|end|enum|exception|exit|export|extends|final|finally|float|for|from|get(?=\s*[{};])|global|goto|group|having|hint|if|implements|import|in|inner|insert|instanceof|int|integer|interface|into|join|like|limit|list|long|loop|map|merge|new|not|null|nulls|number|object|of|on|or|outer|override|package|parallel|pragma|private|protected|public|retrieve|return|rollback|select|set|short|sObject|sort|static|string|super|switch|synchronized|system|testmethod|then|this|throw|time|transaction|transient|trigger|try|undelete|update|upsert|using|virtual|void|webservice|when|where|while|(?:inherited|with|without)\s+sharing)\b/i, @@ -43350,7 +43245,7 @@ function SB(e) { }; })(e); } -function TB(e) { +function wB(e) { e.languages.apl = { comment: /(?:⍝|#[! ]).*$/m, string: { pattern: /'(?:[^'\r\n]|'')*'/, greedy: !0 }, @@ -43368,7 +43263,7 @@ function TB(e) { dfn: { pattern: /[{}⍺⍵⍶⍹∇⍫:]/, alias: "builtin" }, }; } -function NB(e) { +function LB(e) { e.languages.applescript = { comment: [ /\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/, @@ -43388,7 +43283,7 @@ function NB(e) { punctuation: /[{}():,¬«»《》]/, }; } -function xB(e) { +function bB(e) { e.languages.aql = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, property: { @@ -43419,7 +43314,7 @@ function xB(e) { punctuation: /::|[?.:,;()[\]{}]/, }; } -function _B(e) { +function MB(e) { e.languages.arff = { comment: /%.*/, string: { pattern: /(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -43428,7 +43323,7 @@ function _B(e) { punctuation: /[{},]/, }; } -function AB(e) { +function HB(e) { (e.languages.armasm = { comment: { pattern: /;.*/, greedy: !0 }, string: { @@ -43461,7 +43356,7 @@ function AB(e) { }), (e.languages["arm-asm"] = e.languages.armasm); } -function ZB(e) { +function EB(e) { !(function (e) { var t = function (t, n) { return { @@ -43522,7 +43417,7 @@ function ZB(e) { (e.languages.art = e.languages.arturo); })(e); } -function IB(e) { +function RB(e) { !(function (e) { var t = { pattern: @@ -43682,9 +43577,9 @@ function IB(e) { (e.languages.adoc = e.languages.asciidoc); })(e); } -function kB(e) { - e.register(dO), - e.register(uO), +function yB(e) { + e.register(tO), + e.register(nO), (e.languages.aspnet = e.languages.extend("markup", { "page-directive": { pattern: /<%\s*@.*%>/, @@ -43732,7 +43627,7 @@ function kB(e) { }, ); } -function OB(e) { +function VB(e) { e.languages.asm6502 = { comment: /;.*/, directive: { pattern: /\.\w+(?= )/, alias: "property" }, @@ -43749,7 +43644,7 @@ function OB(e) { punctuation: /[(),:]/, }; } -function BB(e) { +function TB(e) { e.languages.asmatmel = { comment: { pattern: /;.*/, greedy: !0 }, string: { pattern: /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, @@ -43769,7 +43664,7 @@ function BB(e) { punctuation: /[(),:]/, }; } -function DB(e) { +function SB(e) { e.languages.autohotkey = { comment: [ { pattern: /(^|\s);.*/, lookbehind: !0 }, @@ -43805,7 +43700,7 @@ function DB(e) { punctuation: /[{}[\]():,]/, }; } -function PB(e) { +function NB(e) { e.languages.autoit = { comment: [ /;.*/, @@ -43839,7 +43734,7 @@ function PB(e) { punctuation: /[\[\]().,:]/, }; } -function FB(e) { +function xB(e) { !(function (e) { function t(e, t, n) { return RegExp( @@ -43979,7 +43874,7 @@ function FB(e) { (e.languages.avs = e.languages.avisynth); })(e); } -function UB(e) { +function _B(e) { (e.languages["avro-idl"] = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, string: { @@ -44019,7 +43914,7 @@ function UB(e) { }), (e.languages.avdl = e.languages["avro-idl"]); } -function zB(e) { +function AB(e) { (e.languages.awk = { hashbang: { pattern: /^#!.*/, greedy: !0, alias: "comment" }, comment: { pattern: /#.*/, greedy: !0 }, @@ -44043,7 +43938,7 @@ function zB(e) { }), (e.languages.gawk = e.languages.awk); } -function GB(e) { +function ZB(e) { !(function (e) { var t = /%%?[~:\w]+%?|!\S+!/, n = { @@ -44133,7 +44028,7 @@ function GB(e) { }; })(e); } -function $B(e) { +function IB(e) { (e.languages.bbcode = { tag: { pattern: @@ -44156,7 +44051,7 @@ function $B(e) { }), (e.languages.shortcode = e.languages.bbcode); } -function WB(e) { +function kB(e) { !(function (e) { e.languages.bbj = { comment: { pattern: /(^|[^\\:])rem\s+.*/i, lookbehind: !0, greedy: !0 }, @@ -44171,7 +44066,7 @@ function WB(e) { }; })(e); } -function jB(e) { +function OB(e) { (e.languages.bicep = { comment: [ { @@ -44231,8 +44126,8 @@ function jB(e) { "interpolated-string" ].inside.interpolation.inside.expression.inside = e.languages.bicep); } -function qB(e) { - e.register(lO), +function BB(e) { + e.register(Kk), (e.languages.birb = e.languages.extend("clike", { string: { pattern: /r?("|')(?:\\.|(?!\1)[^\\])*\1/, greedy: !0 }, "class-name": [ @@ -44248,8 +44143,8 @@ function qB(e) { metadata: { pattern: /<\w+>/, greedy: !0, alias: "symbol" }, }); } -function YB(e) { - e.register(aO), +function DB(e) { + e.register(Xk), (e.languages.bison = e.languages.extend("c", {})), e.languages.insertBefore("bison", "comment", { bison: { @@ -44277,7 +44172,7 @@ function YB(e) { }, }); } -function KB(e) { +function PB(e) { (e.languages.bnf = { string: { pattern: /"[^\r\n"]*"|'[^\r\n']*'/ }, definition: { @@ -44290,7 +44185,7 @@ function KB(e) { }), (e.languages.rbnf = e.languages.bnf); } -function XB(e) { +function FB(e) { e.languages.bqn = { shebang: { pattern: /^#![ \t]*\/.*/, alias: "important", greedy: !0 }, comment: { pattern: /#.*/, greedy: !0 }, @@ -44337,7 +44232,7 @@ function XB(e) { punctuation: /[←⇐↩(){}⟨⟩[\]‿·⋄,.;:?]/, }; } -function QB(e) { +function UB(e) { e.languages.brainfuck = { pointer: { pattern: /<|>/, alias: "keyword" }, increment: { pattern: /\+/, alias: "inserted" }, @@ -44347,7 +44242,7 @@ function QB(e) { comment: /\S+/, }; } -function JB(e) { +function zB(e) { (e.languages.brightscript = { comment: /(?:\brem|').*/i, "directive-statement": { @@ -44384,7 +44279,7 @@ function JB(e) { (e.languages.brightscript["directive-statement"].inside.expression.inside = e.languages.brightscript); } -function eD(e) { +function GB(e) { e.languages.bro = { comment: { pattern: /(^|[^\\$])#.*/, @@ -44410,7 +44305,7 @@ function eD(e) { punctuation: /[{}[\];(),.:]/, }; } -function tD(e) { +function $B(e) { (e.languages.bsl = { comment: /\/\/.*/, string: [ @@ -44460,8 +44355,8 @@ function tD(e) { }), (e.languages.oscript = e.languages.bsl); } -function nD(e) { - e.register(lO), +function WB(e) { + e.register(Kk), (e.languages.cfscript = e.languages.extend("clike", { comment: [ { @@ -44500,9 +44395,9 @@ function nD(e) { delete e.languages.cfscript["class-name"], (e.languages.cfc = e.languages.cfscript); } -function rD(e) { - e.register(lO), - e.register(CO), +function jB(e) { + e.register(Kk), + e.register(Qk), (e.languages.chaiscript = e.languages.extend("clike", { string: { pattern: /(^|[^\\])'(?:[^'\\]|\\[\s\S])*'/, @@ -44554,7 +44449,7 @@ function rD(e) { }, }); } -function oD(e) { +function qB(e) { e.languages.cil = { comment: /\/\/.*/, string: { @@ -44576,8 +44471,8 @@ function oD(e) { punctuation: /[{}[\];(),:=]|IL_[0-9A-Za-z]+/, }; } -function iD(e) { - e.register(aO), +function YB(e) { + e.register(Xk), (e.languages.cilkc = e.languages.insertBefore("c", "function", { "parallel-keyword": { pattern: /\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/, @@ -44586,8 +44481,8 @@ function iD(e) { })), (e.languages["cilk-c"] = e.languages.cilkc); } -function lD(e) { - e.register(CO), +function KB(e) { + e.register(Qk), (e.languages.cilkcpp = e.languages.insertBefore("cpp", "function", { "parallel-keyword": { pattern: /\bcilk_(?:for|reducer|s(?:cope|pawn|ync))\b/, @@ -44597,7 +44492,7 @@ function lD(e) { (e.languages["cilk-cpp"] = e.languages.cilkcpp), (e.languages.cilk = e.languages.cilkcpp); } -function aD(e) { +function XB(e) { e.languages.clojure = { comment: { pattern: /;.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\.)*"/, greedy: !0 }, @@ -44622,7 +44517,7 @@ function aD(e) { punctuation: /[{}\[\](),]/, }; } -function CD(e) { +function QB(e) { e.languages.cmake = { comment: /#.*/, string: { @@ -44652,7 +44547,7 @@ function CD(e) { punctuation: /[()>}]|\$[<{]/, }; } -function sD(e) { +function JB(e) { e.languages.cobol = { comment: { pattern: /\*>.*|(^[ \t]*)\*.*/m, lookbehind: !0, greedy: !0 }, string: { @@ -44695,8 +44590,8 @@ function sD(e) { punctuation: /[.:,()]/, }; } -function cD(e) { - e.register(wO), +function eD(e) { + e.register(sO), (function (e) { var t = /#(?!\{).+/, n = { pattern: /#\{[^}]+\}/, alias: "variable" }; @@ -44751,7 +44646,7 @@ function cD(e) { (e.languages.coffee = e.languages.coffeescript); })(e); } -function dD(e) { +function tD(e) { (e.languages.concurnas = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*)/, @@ -44811,7 +44706,7 @@ function dD(e) { }), (e.languages.conc = e.languages.concurnas); } -function uD(e) { +function nD(e) { !(function (e) { function t(e) { return RegExp( @@ -44862,7 +44757,7 @@ function uD(e) { }; })(e); } -function pD(e) { +function rD(e) { !(function (e) { var t = /(?:(?!\s)[\d$+<=a-zA-Z\x80-\uFFFF])+/.source, n = /[^{}@#]+/.source, @@ -44957,7 +44852,7 @@ function pD(e) { }; })(e); } -function mD(e) { +function oD(e) { !(function (e) { for ( var t = /\(\*(?:[^(*]|\((?!\*)|\*(?!\))|)*\*\)/.source, n = 0; @@ -45007,8 +44902,8 @@ function mD(e) { }); })(e); } -function hD(e) { - e.register(AO), +function iD(e) { + e.register(HO), (function (e) { (e.languages.crystal = e.languages.extend("ruby", { keyword: [ @@ -45055,8 +44950,8 @@ function hD(e) { }); })(e); } -function fD(e) { - e.register(pO), +function lD(e) { + e.register(rO), (function (e) { var t, n = /("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/; @@ -45147,13 +45042,13 @@ function fD(e) { }); })(e); } -function gD(e) { +function aD(e) { e.languages.csv = { value: /[^\r\n,"]+|"(?:[^"]|"")*"(?!")/, punctuation: /,/, }; } -function vD(e) { +function CD(e) { !(function (e) { var t = "(?:" + @@ -45219,7 +45114,7 @@ function vD(e) { ].inside.interpolation.inside.expression.inside = e.languages.cue); })(e); } -function wD(e) { +function sD(e) { e.languages.cypher = { comment: /\/\/.*/, string: { @@ -45249,8 +45144,8 @@ function wD(e) { punctuation: /[()[\]{},;.]/, }; } -function LD(e) { - e.register(lO), +function cD(e) { + e.register(Kk), (e.languages.d = e.languages.extend("clike", { comment: [ { pattern: /^\s*#!.+/, greedy: !0 }, @@ -45316,8 +45211,8 @@ function LD(e) { }, }); } -function bD(e) { - e.register(lO), +function dD(e) { + e.register(Kk), (function (e) { var t = [ /\b(?:async|sync|yield)\*/, @@ -45384,7 +45279,7 @@ function bD(e) { }); })(e); } -function MD(e) { +function uD(e) { !(function (e) { e.languages.dataweave = { url: /\b[A-Za-z]+:\/\/[\w/:.?=&-]+|\burn:[\w:.?=&-]+/, @@ -45415,7 +45310,7 @@ function MD(e) { }; })(e); } -function HD(e) { +function pD(e) { e.languages.dax = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/).*)/, @@ -45438,7 +45333,7 @@ function HD(e) { punctuation: /[;\[\](){}`,.]/, }; } -function ED(e) { +function mD(e) { (e.languages.dhall = { comment: /--.*|\{-(?:[^-{]|-(?!\})|\{(?!-)|\{-(?:[^-{]|-(?!\})|\{(?!-))*-\})*-\}/, @@ -45489,8 +45384,8 @@ function ED(e) { (e.languages.dhall.string.inside.interpolation.inside.expression.inside = e.languages.dhall); } -function RD(e) { - e.register(TO), +function hD(e) { + e.register(wO), (function (e) { e.languages.django = { comment: /^\{#[\s\S]*?#\}$/, @@ -45532,7 +45427,7 @@ function RD(e) { }); })(e); } -function yD(e) { +function fD(e) { (e.languages["dns-zone-file"] = { comment: /;.*/, string: { pattern: /"(?:\\.|[^"\\\r\n])*"/, greedy: !0 }, @@ -45556,7 +45451,7 @@ function yD(e) { }), (e.languages["dns-zone"] = e.languages["dns-zone-file"]); } -function VD(e) { +function gD(e) { !(function (e) { var t = /\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source, n = /(?:[ \t]+(?![ \t])(?:)?|)/.source.replace( @@ -45649,7 +45544,7 @@ function VD(e) { (e.languages.dockerfile = e.languages.docker); })(e); } -function SD(e) { +function vD(e) { !(function (e) { var t = "(?:" + @@ -45716,7 +45611,7 @@ function SD(e) { (e.languages.gv = e.languages.dot); })(e); } -function TD(e) { +function wD(e) { e.languages.ebnf = { comment: /\(\*[\s\S]*?\*\)/, string: { pattern: /"[^"\r\n]*"|'[^'\r\n]*'/, greedy: !0 }, @@ -45731,7 +45626,7 @@ function TD(e) { operator: /[-=|*/!]/, }; } -function ND(e) { +function LD(e) { e.languages.editorconfig = { comment: /[;#].*/, section: { @@ -45756,7 +45651,7 @@ function ND(e) { }, }; } -function xD(e) { +function bD(e) { e.languages.eiffel = { comment: /--.*/, string: [ @@ -45777,9 +45672,9 @@ function xD(e) { operator: /\\\\|\|\.\.\||\.\.|\/[~\/=]?|[><]=?|[-+*^=~]/, }; } -function _D(e) { - e.register(wO), - e.register(TO), +function MD(e) { + e.register(sO), + e.register(wO), (function (e) { (e.languages.ejs = { delimiter: { pattern: /^<%[-_=]?|[-_]?%>$/, alias: "punctuation" }, @@ -45802,7 +45697,7 @@ function _D(e) { (e.languages.eta = e.languages.ejs); })(e); } -function AD(e) { +function HD(e) { (e.languages.elixir = { doc: { pattern: @@ -45858,7 +45753,7 @@ function AD(e) { }; }); } -function ZD(e) { +function ED(e) { e.languages.elm = { comment: /--.*|\{-[\s\S]*?-\}/, char: { @@ -45887,9 +45782,9 @@ function ZD(e) { punctuation: /[{}[\]|(),.:]/, }; } -function ID(e) { - e.register(HO), - e.register(TO), +function RD(e) { + e.register(pO), + e.register(wO), (function (e) { (e.languages.etlua = { delimiter: { pattern: /^<%[-=]?|-?%>$/, alias: "punctuation" }, @@ -45907,9 +45802,9 @@ function ID(e) { }); })(e); } -function kD(e) { - e.register(TO), - e.register(AO), +function yD(e) { + e.register(wO), + e.register(HO), (function (e) { (e.languages.erb = { delimiter: { @@ -45935,7 +45830,7 @@ function kD(e) { }); })(e); } -function OD(e) { +function VD(e) { e.languages.erlang = { comment: /%.+/, string: { pattern: /"(?:\\.|[^\\"\r\n])*"/, greedy: !0 }, @@ -45962,7 +45857,7 @@ function OD(e) { punctuation: /[()[\]{}:;,.#|]|<<|>>/, }; } -function BD(e) { +function TD(e) { (e.languages["excel-formula"] = { comment: { pattern: /(\bN\(\s*)"(?:[^"]|"")*"(?=\s*\))/i, @@ -46006,8 +45901,8 @@ function BD(e) { }), (e.languages.xlsx = e.languages.xls = e.languages["excel-formula"]); } -function DD(e) { - e.register(lO), +function SD(e) { + e.register(Kk), (e.languages.fsharp = e.languages.extend("clike", { comment: [ { @@ -46081,7 +45976,7 @@ function DD(e) { }, }); } -function PD(e) { +function ND(e) { !(function (e) { var t = { function: @@ -46837,7 +46732,7 @@ function PD(e) { (e.languages.factor = r); })(e); } -function FD(e) { +function xD(e) { !(function (e) { e.languages.false = { comment: { pattern: /\{[^}]*\}/ }, @@ -46852,8 +46747,8 @@ function FD(e) { }; })(e); } -function UD(e) { - e.register(lO), +function _D(e) { + e.register(Kk), (e.languages["firestore-security-rules"] = e.languages.extend("clike", { comment: /\/\/.*/, keyword: @@ -46883,8 +46778,8 @@ function UD(e) { }, }); } -function zD(e) { - e.register(wO), +function AD(e) { + e.register(sO), (function (e) { (e.languages.flow = e.languages.extend("javascript", {})), e.languages.insertBefore("flow", "keyword", { @@ -46917,7 +46812,7 @@ function zD(e) { ); })(e); } -function GD(e) { +function ZD(e) { e.languages.fortran = { "quoted-number": { pattern: /[BOZ](['"])[A-F0-9]+\1/i, alias: "number" }, string: { @@ -46941,8 +46836,8 @@ function GD(e) { punctuation: /\(\/|\/\)|[(),;:&]/, }; } -function $D(e) { - e.register(TO), +function ID(e) { + e.register(wO), (function (e) { for ( var t = @@ -47045,8 +46940,8 @@ function $D(e) { }); })(e); } -function WD(e) { - e.register(lO), +function kD(e) { + e.register(Kk), (e.languages.gamemakerlanguage = e.languages.gml = e.languages.extend("clike", { keyword: @@ -47061,7 +46956,7 @@ function WD(e) { /\b(?:alarm|application_surface|async_load|background_(?:alpha|blend|color|colour|foreground|height|hspeed|htiled|index|showcolor|showcolour|visible|vspeed|vtiled|width|x|xscale|y|yscale)|bbox_(?:bottom|left|right|top)|browser_(?:height|width)|caption_(?:health|lives|score)|current_(?:day|hour|minute|month|second|time|weekday|year)|cursor_sprite|debug_mode|delta_time|direction|display_aa|error_(?:last|occurred)|event_(?:action|number|object|type)|fps|fps_real|friction|game_(?:display|project|save)_(?:id|name)|gamemaker_(?:pro|registered|version)|gravity|gravity_direction|(?:h|v)speed|health|iap_data|id|image_(?:alpha|angle|blend|depth|index|number|speed|xscale|yscale)|instance_(?:count|id)|keyboard_(?:key|lastchar|lastkey|string)|layer|lives|mask_index|mouse_(?:button|lastbutton|x|y)|object_index|os_(?:browser|device|type|version)|path_(?:endaction|index|orientation|position|positionprevious|scale|speed)|persistent|phy_(?:rotation|(?:col_normal|collision|com|linear_velocity|position|speed)_(?:x|y)|angular_(?:damping|velocity)|position_(?:x|y)previous|speed|linear_damping|bullet|fixed_rotation|active|mass|inertia|dynamic|kinematic|sleeping|collision_points)|pointer_(?:invalid|null)|room|room_(?:caption|first|height|last|persistent|speed|width)|score|secure_mode|show_(?:health|lives|score)|solid|speed|sprite_(?:height|index|width|xoffset|yoffset)|temp_directory|timeline_(?:index|loop|position|running|speed)|transition_(?:color|kind|steps)|undefined|view_(?:angle|current|enabled|(?:h|v)(?:border|speed)|(?:h|w|x|y)port|(?:h|w|x|y)view|object|surface_id|visible)|visible|webgl_enabled|working_directory|(?:x|y)(?:previous|start)|x|y|argument(?:_relitive|_count|\d)|argument|global|local|other|self)\b/, })); } -function jD(e) { +function OD(e) { (e.languages.gap = { shell: { pattern: /^gap>[\s\S]*?(?=^gap>|$(?![\s\S]))/m, @@ -47108,7 +47003,7 @@ function jD(e) { }), (e.languages.gap.shell.inside.gap.inside = e.languages.gap); } -function qD(e) { +function BD(e) { e.languages.gcode = { comment: /;.*|\B\(.*?\)\B/, string: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, @@ -47118,7 +47013,7 @@ function qD(e) { punctuation: /[:*]/, }; } -function YD(e) { +function DD(e) { e.languages.gdscript = { comment: /#.*/, string: { @@ -47145,7 +47040,7 @@ function YD(e) { punctuation: /[.:,;()[\]{}]/, }; } -function KD(e) { +function PD(e) { e.languages.gedcom = { "line-value": { pattern: @@ -47171,7 +47066,7 @@ function KD(e) { }, }; } -function XD(e) { +function FD(e) { (e.languages.gettext = { comment: [ { pattern: /# .*/, greedy: !0, alias: "translator-comment" }, @@ -47196,7 +47091,7 @@ function XD(e) { }), (e.languages.po = e.languages.gettext); } -function QD(e) { +function UD(e) { !(function (e) { var t = /(?:\r?\n|\r)[ \t]*\|.+\|(?:(?!\|).)*/.source; e.languages.gherkin = { @@ -47250,7 +47145,7 @@ function QD(e) { }; })(e); } -function JD(e) { +function zD(e) { e.languages.git = { comment: /^#.*/m, deleted: /^[-–].*/m, @@ -47261,14 +47156,14 @@ function JD(e) { "commit-sha1": /^commit \w{40}$/m, }; } -function eP(e) { - e.register(aO), +function GD(e) { + e.register(Xk), (e.languages.glsl = e.languages.extend("c", { keyword: /\b(?:active|asm|atomic_uint|attribute|[ibdu]?vec[234]|bool|break|buffer|case|cast|centroid|class|coherent|common|const|continue|d?mat[234](?:x[234])?|default|discard|do|double|else|enum|extern|external|false|filter|fixed|flat|float|for|fvec[234]|goto|half|highp|hvec[234]|[iu]?sampler2DMS(?:Array)?|[iu]?sampler2DRect|[iu]?samplerBuffer|[iu]?samplerCube|[iu]?samplerCubeArray|[iu]?sampler[123]D|[iu]?sampler[12]DArray|[iu]?image2DMS(?:Array)?|[iu]?image2DRect|[iu]?imageBuffer|[iu]?imageCube|[iu]?imageCubeArray|[iu]?image[123]D|[iu]?image[12]DArray|if|in|inline|inout|input|int|interface|invariant|layout|long|lowp|mediump|namespace|noinline|noperspective|out|output|partition|patch|precise|precision|public|readonly|resource|restrict|return|sample|sampler[12]DArrayShadow|sampler[12]DShadow|sampler2DRectShadow|sampler3DRect|samplerCubeArrayShadow|samplerCubeShadow|shared|short|sizeof|smooth|static|struct|subroutine|superp|switch|template|this|true|typedef|uint|uniform|union|unsigned|using|varying|void|volatile|while|writeonly)\b/, })); } -function tP(e) { +function $D(e) { (e.languages.gn = { comment: { pattern: /#.*/, greedy: !0 }, "string-literal": { @@ -47312,7 +47207,7 @@ function tP(e) { ].inside.interpolation.inside.expression.inside = e.languages.gn), (e.languages.gni = e.languages.gn); } -function nP(e) { +function WD(e) { (e.languages["linker-script"] = { comment: { pattern: /(^|\s)\/\*[\s\S]*?(?:$|\*\/)/, @@ -47329,7 +47224,7 @@ function nP(e) { }), (e.languages.ld = e.languages["linker-script"]); } -function rP(e) { +function jD(e) { e.languages["go-mod"] = e.languages["go-module"] = { comment: { pattern: /\/\/.*/, greedy: !0 }, version: { @@ -47350,8 +47245,8 @@ function rP(e) { punctuation: /[()[\],]/, }; } -function oP(e) { - e.register(lO), +function qD(e) { + e.register(Kk), (function (e) { var t = { pattern: /((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/, @@ -47403,7 +47298,7 @@ function oP(e) { (t.inside.expression.inside = e.languages.gradle); })(e); } -function iP(e) { +function YD(e) { (e.languages.graphql = { comment: /#.*/, description: { @@ -47537,8 +47432,8 @@ function iP(e) { } }); } -function lP(e) { - e.register(lO), +function KD(e) { + e.register(Kk), (function (e) { var t = { pattern: /((?:^|[^\\$])(?:\\{2})*)\$(?:\w+|\{[^{}]*\})/, @@ -47590,8 +47485,8 @@ function lP(e) { (t.inside.expression.inside = e.languages.groovy); })(e); } -function aP(e) { - e.register(uO), +function XD(e) { + e.register(nO), (function (e) { var t = /\([^|()\n]+\)|\[[^\]\n]+\]|\{[^}\n]+\}/.source, n = /\)|\((?![^|()\n]+\))/.source; @@ -47807,8 +47702,8 @@ function aP(e) { (s.mark = a.mark); })(e); } -function CP(e) { - e.register(AO), +function QD(e) { + e.register(HO), (function (e) { e.languages.haml = { "multiline-comment": { @@ -47934,8 +47829,8 @@ function CP(e) { e.languages.insertBefore("haml", "filter", n); })(e); } -function sP(e) { - e.register(TO), +function JD(e) { + e.register(wO), (function (e) { (e.languages.handlebars = { comment: /\{\{![\s\S]*?\}\}/, @@ -47973,7 +47868,7 @@ function sP(e) { (e.languages.mustache = e.languages.handlebars); })(e); } -function cP(e) { +function eP(e) { (e.languages.haskell = { comment: { pattern: @@ -48017,8 +47912,8 @@ function cP(e) { }), (e.languages.hs = e.languages.haskell); } -function dP(e) { - e.register(lO), +function tP(e) { + e.register(Kk), (e.languages.haxe = e.languages.extend("clike", { string: { pattern: /"(?:[^"\\]|\\[\s\S])*"/, greedy: !0 }, "class-name": [ @@ -48083,7 +47978,7 @@ function dP(e) { reification: { pattern: /\$(?:\w+|(?=\{))/, alias: "important" }, }); } -function uP(e) { +function nP(e) { e.languages.hcl = { comment: /(?:\/\/|#).*|\/\*[\s\S]*?(?:\*\/|$)/, heredoc: { @@ -48147,8 +48042,8 @@ function uP(e) { punctuation: /[=\[\]{}]/, }; } -function pP(e) { - e.register(aO), +function rP(e) { + e.register(Xk), (e.languages.hlsl = e.languages.extend("c", { "class-name": [ e.languages.c["class-name"], @@ -48163,7 +48058,7 @@ function pP(e) { boolean: /\b(?:false|true)\b/, })); } -function mP(e) { +function oP(e) { e.languages.hoon = { comment: { pattern: /::.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\.)*"|'(?:[^'\\]|\\.)*'/, greedy: !0 }, @@ -48174,7 +48069,7 @@ function mP(e) { /\.[\^\+\*=\?]|![><:\.=\?!]|=[>|:,\.\-\^<+;/~\*\?]|\?[>|:\.\-\^<\+&~=@!]|\|[\$_%:\.\-\^~\*=@\?]|\+[|\$\+\*]|:[_\-\^\+~\*]|%[_:\.\-\^\+~\*=]|\^[|:\.\-\+&~\*=\?]|\$[|_%:<>\-\^&~@=\?]|;[:<\+;\/~\*=]|~[>|\$_%<\+\/&=\?!]|--|==/, }; } -function hP(e) { +function iP(e) { e.languages.hpkp = { directive: { pattern: @@ -48185,7 +48080,7 @@ function hP(e) { punctuation: /;/, }; } -function fP(e) { +function lP(e) { e.languages.hsts = { directive: { pattern: /\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i, @@ -48195,7 +48090,7 @@ function fP(e) { punctuation: /;/, }; } -function gP(e) { +function aP(e) { (e.languages.uri = { scheme: { pattern: /^[a-z][a-z0-9+.-]*:/im, @@ -48270,7 +48165,7 @@ function gP(e) { }), (e.languages.url = e.languages.uri); } -function vP(e) { +function CP(e) { !(function (e) { function t(e) { return RegExp("(^(?:" + e + "):[ \t]*(?![ \t]))[^]+", "i"); @@ -48378,7 +48273,7 @@ function vP(e) { n && e.languages.insertBefore("http", "header", n); })(e); } -function wP(e) { +function sP(e) { e.languages.ichigojam = { comment: /(?:\B'|REM)(?:[^\n\r]*)/i, string: { pattern: /"(?:""|[!#$%&'()*,\/:;<=>?^\w +\-.])*"/, greedy: !0 }, @@ -48392,7 +48287,7 @@ function wP(e) { punctuation: /[\[,;:()\]]/, }; } -function LP(e) { +function cP(e) { e.languages.icon = { comment: /#.*/, string: { @@ -48414,7 +48309,7 @@ function LP(e) { punctuation: /[\[\](){},;]/, }; } -function bP(e) { +function dP(e) { !(function (e) { function t(e, n) { return n <= 0 @@ -48531,8 +48426,8 @@ function bP(e) { ].inside.rest = e.languages["icu-message-format"]); })(e); } -function MP(e) { - e.register(cP), +function uP(e) { + e.register(eP), (e.languages.idris = e.languages.extend("haskell", { comment: { pattern: /(?:(?:--|\|\|\|).*$|\{-[\s\S]*?-\})/m }, keyword: @@ -48548,7 +48443,7 @@ function MP(e) { }), (e.languages.idr = e.languages.idris); } -function HP(e) { +function pP(e) { !(function (e) { (e.languages.ignore = { comment: /^#.*/m, @@ -48567,7 +48462,7 @@ function HP(e) { (e.languages.npmignore = e.languages.ignore); })(e); } -function EP(e) { +function mP(e) { (e.languages.inform7 = { string: { pattern: /"[^"]*"/, @@ -48626,7 +48521,7 @@ function EP(e) { alias: "comment", }); } -function RP(e) { +function hP(e) { e.languages.io = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?(?:\*\/|$)|\/\/.*|#.*)/, @@ -48650,7 +48545,7 @@ function RP(e) { punctuation: /[{}[\];(),.:]/, }; } -function yP(e) { +function fP(e) { e.languages.j = { comment: { pattern: /\bNB\..*/, greedy: !0 }, string: { pattern: /'(?:''|[^'\r\n])*'/, greedy: !0 }, @@ -48672,7 +48567,7 @@ function yP(e) { punctuation: /[()]/, }; } -function VP(e) { +function gP(e) { !(function (e) { var t = (e.languages.javadoclike = { parameter: { @@ -48722,8 +48617,8 @@ function VP(e) { t.addSupport(["java", "javascript", "php"], t); })(e); } -function SP(e) { - e.register(gO), +function vP(e) { + e.register(aO), (e.languages.scala = e.languages.extend("java", { "triple-quoted-string": { pattern: /"""[\s\S]*?"""/, @@ -48763,10 +48658,10 @@ function SP(e) { delete e.languages.scala.function, delete e.languages.scala.constant; } -function TP(e) { - e.register(gO), - e.register(VP), - e.register(uO), +function wP(e) { + e.register(aO), + e.register(gP), + e.register(nO), (function (e) { var t = /(^(?:[\t ]*(?:\*\s*)*))[^*\s].*$/m, n = /#\s*\w+(?:\s*\([^()]*\))?/.source, @@ -48846,7 +48741,7 @@ function TP(e) { e.languages.javadoclike.addSupport("java", e.languages.javadoc); })(e); } -function NP(e) { +function LP(e) { e.languages.javastacktrace = { summary: { pattern: @@ -48927,7 +48822,7 @@ function NP(e) { }, }; } -function xP(e) { +function bP(e) { e.languages.jexl = { string: /(["'])(?:\\[\s\S]|(?!\1)[^\\])*\1/, transform: { @@ -48945,8 +48840,8 @@ function xP(e) { punctuation: /[{}[\](),.]/, }; } -function _P(e) { - e.register(lO), +function MP(e) { + e.register(Kk), (e.languages.jolie = e.languages.extend("clike", { string: { pattern: /(^|[^\\])"(?:\\[\s\S]|[^"\\])*"/, @@ -48986,7 +48881,7 @@ function _P(e) { }, }); } -function AP(e) { +function HP(e) { !(function (e) { var t = /\\\((?:[^()]|\([^()]*\))*\)/.source, n = RegExp( @@ -49044,8 +48939,8 @@ function AP(e) { r.interpolation.inside.content.inside = o; })(e); } -function ZP(e) { - e.register(wO), +function EP(e) { + e.register(sO), (function (e) { var t = e.languages.javascript["template-string"], n = t.pattern.source, @@ -49193,10 +49088,10 @@ function ZP(e) { }); })(e); } -function IP(e) { - e.register(VP), - e.register(wO), - e.register(DO), +function RP(e) { + e.register(gP), + e.register(sO), + e.register(SO), (function (e) { var t = e.languages.javascript, n = /\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source, @@ -49273,8 +49168,8 @@ function IP(e) { e.languages.javadoclike.addSupport("javascript", e.languages.jsdoc); })(e); } -function kP(e) { - e.register(wO), +function yP(e) { + e.register(sO), (e.languages.n4js = e.languages.extend("javascript", { keyword: /\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/, @@ -49284,8 +49179,8 @@ function kP(e) { }), (e.languages.n4jsd = e.languages.n4js); } -function OP(e) { - e.register(wO), +function VP(e) { + e.register(sO), (function (e) { function t(e, t) { return RegExp( @@ -49394,8 +49289,8 @@ function OP(e) { } })(e); } -function BP(e) { - e.register(LO), +function TP(e) { + e.register(cO), (function (e) { var t = /("|')(?:\\(?:\r\n?|\n|.)|(?!\1)[^\\\r\n])*\1/; e.languages.json5 = e.languages.extend("json", { @@ -49413,8 +49308,8 @@ function BP(e) { }); })(e); } -function DP(e) { - e.register(LO), +function SP(e) { + e.register(cO), (e.languages.jsonp = e.languages.extend("json", { punctuation: /[{}[\]();,.]/, })), @@ -49423,7 +49318,7 @@ function DP(e) { /(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*\()/, }); } -function PP(e) { +function NP(e) { e.languages.jsstacktrace = { "error-message": { pattern: /^\S.*/m, alias: "string" }, "stack-frame": { @@ -49461,7 +49356,7 @@ function PP(e) { }, }; } -function FP(e) { +function xP(e) { e.languages.julia = { comment: { pattern: @@ -49490,7 +49385,7 @@ function FP(e) { constant: /\b(?:(?:Inf|NaN)(?:16|32|64)?|im|pi)\b|[πℯ]/, }; } -function UP(e) { +function _P(e) { e.languages.keepalived = { comment: { pattern: /[#!].*/, greedy: !0 }, string: { @@ -49531,7 +49426,7 @@ function UP(e) { punctuation: /[\{\}]/, }; } -function zP(e) { +function AP(e) { e.languages.keyman = { comment: { pattern: /\bc .*/i, greedy: !0 }, string: { pattern: /"[^"\r\n]*"|'[^'\r\n]*'/, greedy: !0 }, @@ -49566,7 +49461,7 @@ function zP(e) { punctuation: /[()=,]/, }; } -function GP(e) { +function ZP(e) { !(function (e) { var t = /\s\x00-\x1f\x22-\x2f\x3a-\x3f\x5b-\x5e\x60\x7b-\x7e/.source; function n(e, n) { @@ -49638,7 +49533,7 @@ function GP(e) { (e.languages.kum = e.languages.kumir); })(e); } -function $P(e) { +function IP(e) { e.languages.kusto = { comment: { pattern: /\/\/.*/, greedy: !0 }, string: { @@ -49672,7 +49567,7 @@ function $P(e) { punctuation: /[()\[\]{},;.:]/, }; } -function WP(e) { +function kP(e) { !(function (e) { var t = /\\(?:[^a-z()[\]]|[a-z*]+)/i, n = { "equation-command": { pattern: t, alias: "regex" } }; @@ -49717,10 +49612,10 @@ function WP(e) { (e.languages.context = e.languages.latex); })(e); } -function jP(e) { - e.register(lO), - e.register(TO), - e.register(NO), +function OP(e) { + e.register(Kk), + e.register(wO), + e.register(LO), (function (e) { e.languages.latte = { comment: /^\{\*[\s\S]*/, @@ -49775,7 +49670,7 @@ function jP(e) { }); })(e); } -function qP(e) { +function BP(e) { !(function (e) { e.languages.scheme = { comment: @@ -49862,8 +49757,8 @@ function qP(e) { }; })(e); } -function YP(e) { - e.register(qP), +function DP(e) { + e.register(BP), (function (e) { for ( var t = @@ -49932,8 +49827,8 @@ function YP(e) { (e.languages.ly = r); })(e); } -function KP(e) { - e.register(TO), +function PP(e) { + e.register(wO), (e.languages.liquid = { comment: { pattern: /(^\{%\s*comment\s*%\})[\s\S]+(?=\{%\s*endcomment\s*%\}$)/, @@ -49980,7 +49875,7 @@ function KP(e) { e.languages["markup-templating"].tokenizePlaceholders(t, "liquid"); }); } -function XP(e) { +function FP(e) { !(function (e) { function t(e) { return RegExp(/(\()/.source + "(?:" + e + ")" + /(?=[\s\)])/.source); @@ -50119,7 +50014,7 @@ function XP(e) { (e.languages["emacs-lisp"] = C); })(e); } -function QP(e) { +function UP(e) { (e.languages.livescript = { comment: [ { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, lookbehind: !0 }, @@ -50195,7 +50090,7 @@ function QP(e) { "interpolated-string" ].inside.interpolation.inside.rest = e.languages.livescript); } -function JP(e) { +function zP(e) { !(function (e) { e.languages.llvm = { comment: /;.*/, @@ -50215,7 +50110,7 @@ function JP(e) { }; })(e); } -function eF(e) { +function GP(e) { e.languages.log = { string: { pattern: /"(?:[^"\\\r\n]|\\.)*"|'(?![st] | \w)(?:[^'\\\r\n]|\\.)*'/, @@ -50321,7 +50216,7 @@ function eF(e) { punctuation: /[\[\].,]/, }; } -function tF(e) { +function $P(e) { e.languages.lolcode = { comment: [/\bOBTW\s[\s\S]*?\sTLDR\b/, /\bBTW.+/], string: { @@ -50365,7 +50260,7 @@ function tF(e) { punctuation: /\.{3}|…|,|!/, }; } -function nF(e) { +function WP(e) { e.languages.magma = { output: { pattern: @@ -50393,7 +50288,7 @@ function nF(e) { punctuation: /[()[\]{}<>,;.:]/, }; } -function rF(e) { +function jP(e) { !(function (e) { var t = /\b(?:(?:col|row)?vector|matrix|scalar)\b/.source, n = @@ -50439,7 +50334,7 @@ function rF(e) { }; })(e); } -function oF(e) { +function qP(e) { e.languages.matlab = { comment: [/%\{[\s\S]*?\}%/, /%.+/], string: { pattern: /\B'(?:''|[^'\r\n])*'/, greedy: !0 }, @@ -50451,7 +50346,7 @@ function oF(e) { punctuation: /\.{3}|[.,;\[\](){}!]/, }; } -function iF(e) { +function YP(e) { !(function (e) { var t = /\b(?:about|and|animate|as|at|attributes|by|case|catch|collect|continue|coordsys|do|else|exit|fn|for|from|function|global|if|in|local|macroscript|mapped|max|not|of|off|on|or|parameters|persistent|plugin|rcmenu|return|rollout|set|struct|then|throw|to|tool|try|undo|utility|when|where|while|with)\b/i; @@ -50527,7 +50422,7 @@ function iF(e) { }; })(e); } -function lF(e) { +function KP(e) { (e.languages.mel = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, code: { @@ -50557,7 +50452,7 @@ function lF(e) { }), (e.languages.mel.code.inside.statement.inside = e.languages.mel); } -function aF(e) { +function XP(e) { e.languages.mermaid = { comment: { pattern: /%%.*/, greedy: !0 }, style: { @@ -50645,7 +50540,7 @@ function aF(e) { punctuation: /[(){};]/, }; } -function CF(e) { +function QP(e) { e.languages.metafont = { comment: { pattern: /%.*/, greedy: !0 }, string: { pattern: /"[^\r\n"]*"/, greedy: !0 }, @@ -50705,7 +50600,7 @@ function CF(e) { }, }; } -function sF(e) { +function JP(e) { e.languages.mizar = { comment: /::.+/, keyword: @@ -50717,8 +50612,8 @@ function sF(e) { punctuation: /\(#|#\)|[,:;\[\](){}]/, }; } -function cF(e) { - e.register(wO), +function eF(e) { + e.register(sO), (function (e) { var t = [ "$eq", @@ -51011,7 +50906,7 @@ function cF(e) { }); })(e); } -function dF(e) { +function tF(e) { e.languages.monkey = { comment: { pattern: /^#Rem\s[\s\S]*?^#End|'.+/im, greedy: !0 }, string: { pattern: /"[^"\r\n]*"/, greedy: !0 }, @@ -51035,7 +50930,7 @@ function dF(e) { punctuation: /[.,:;()\[\]]/, }; } -function uF(e) { +function nF(e) { (e.languages.moonscript = { comment: /--.*/, string: [ @@ -51085,7 +50980,7 @@ function uF(e) { e.languages.moonscript), (e.languages.moon = e.languages.moonscript); } -function pF(e) { +function rF(e) { e.languages.n1ql = { comment: { pattern: /\/\*[\s\S]*?(?:$|\*\/)|--.*/, greedy: !0 }, string: { pattern: /(["'])(?:\\[\s\S]|(?!\1)[^\\]|\1\1)*\1/, greedy: !0 }, @@ -51101,7 +50996,7 @@ function pF(e) { punctuation: /[;[\](),.{}:]/, }; } -function mF(e) { +function oF(e) { e.languages["nand2tetris-hdl"] = { comment: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, keyword: /\b(?:BUILTIN|CHIP|CLOCKED|IN|OUT|PARTS)\b/, @@ -51112,7 +51007,7 @@ function mF(e) { punctuation: /[{}[\];(),:]/, }; } -function hF(e) { +function iF(e) { !(function (e) { var t = /\{[^\r\n\[\]{}]*\}/, n = { @@ -51217,7 +51112,7 @@ function hF(e) { }); })(e); } -function fF(e) { +function lF(e) { e.languages.nasm = { comment: /;.*$/m, string: /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/, @@ -51242,7 +51137,7 @@ function fF(e) { operator: /[\[\]*+\-\/%<>=&|$!]/, }; } -function gF(e) { +function aF(e) { e.languages.neon = { comment: { pattern: /#.*/, greedy: !0 }, datetime: { @@ -51285,7 +51180,7 @@ function gF(e) { punctuation: /[,:=[\]{}()-]/, }; } -function vF(e) { +function CF(e) { e.languages.nevod = { comment: /\/\/.*|(?:\/\*[\s\S]*?(?:\*\/|$))/, string: { @@ -51375,7 +51270,7 @@ function vF(e) { name: /[a-zA-Z0-9\-.]+/, }; } -function wF(e) { +function sF(e) { !(function (e) { var t = /\$(?:\w[a-z\d]*(?:_[^\x00-\x1F\s"'\\()$]*)?|\{[^}\s"'\\]+\})/i; e.languages.nginx = { @@ -51407,7 +51302,7 @@ function wF(e) { }; })(e); } -function LF(e) { +function cF(e) { e.languages.nim = { comment: { pattern: /#.*/, greedy: !0 }, string: { @@ -51439,7 +51334,7 @@ function LF(e) { punctuation: /[({\[]\.|\.[)}\]]|[`(){}\[\],:]/, }; } -function bF(e) { +function dF(e) { (e.languages.nix = { comment: { pattern: /\/\*[\s\S]*?\*\/|#.*/, greedy: !0 }, string: { @@ -51472,7 +51367,7 @@ function bF(e) { }), (e.languages.nix.string.inside.interpolation.inside = e.languages.nix); } -function MF(e) { +function uF(e) { e.languages.nsis = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|[#;].*)/, @@ -51499,7 +51394,7 @@ function MF(e) { }, }; } -function HF(e) { +function pF(e) { e.languages.ocaml = { comment: { pattern: /\(\*[\s\S]*?\*\)/, greedy: !0 }, char: { @@ -51531,7 +51426,7 @@ function HF(e) { punctuation: /;;|::|[(){}\[\].,:;#]|\b_\b/, }; } -function EF(e) { +function mF(e) { !(function (e) { var t = /\\(?:["'\\abefnrtv]|0[0-7]{2}|U[\dA-Fa-f]{6}|u[\dA-Fa-f]{4}|x[\dA-Fa-f]{2})/; @@ -51574,8 +51469,8 @@ function EF(e) { }; })(e); } -function RF(e) { - e.register(aO), +function hF(e) { + e.register(Xk), (function (e) { (e.languages.opencl = e.languages.extend("c", { keyword: @@ -51627,7 +51522,7 @@ function RF(e) { e.languages.insertBefore("cpp", "keyword", t)); })(e); } -function yF(e) { +function fF(e) { (e.languages.openqasm = { comment: /\/\*[\s\S]*?\*\/|\/\/.*/, string: { pattern: /"[^"\r\n\t]*"|'[^'\r\n\t]*'/, greedy: !0 }, @@ -51647,7 +51542,7 @@ function yF(e) { }), (e.languages.qasm = e.languages.openqasm); } -function VF(e) { +function gF(e) { e.languages.oz = { comment: { pattern: /\/\*[\s\S]*?\*\/|%.*/, greedy: !0 }, string: { pattern: /"(?:[^"\\]|\\[\s\S])*"/, greedy: !0 }, @@ -51667,7 +51562,7 @@ function VF(e) { punctuation: /[\[\](){}.:;?]/, }; } -function SF(e) { +function vF(e) { var t; e.languages.parigp = { comment: /\/\*[\s\S]*?\*\/|\\\\.*/, @@ -51715,8 +51610,8 @@ function SF(e) { punctuation: /[\[\]{}().,:;|]/, }; } -function TF(e) { - e.register(uO), +function wF(e) { + e.register(nO), (function (e) { var t = (e.languages.parser = e.languages.extend("markup", { keyword: { @@ -51788,7 +51683,7 @@ function TF(e) { ); })(e); } -function NF(e) { +function LF(e) { (e.languages.pascal = { directive: { pattern: /\{\$[\s\S]*?\}/, @@ -51845,7 +51740,7 @@ function NF(e) { })), (e.languages.objectpascal = e.languages.pascal); } -function xF(e) { +function bF(e) { !(function (e) { var t = /\((?:[^()]|\((?:[^()]|\([^()]*\))*\))*\)/.source, n = /(?:\b\w+(?:)?|)/.source.replace( @@ -51923,7 +51818,7 @@ function xF(e) { }); })(e); } -function _F(e) { +function MF(e) { e.languages.psl = { comment: { pattern: /#.*/, greedy: !0 }, string: { @@ -51959,7 +51854,7 @@ function _F(e) { punctuation: /[(){}\[\];,]/, }; } -function AF(e) { +function HF(e) { (e.languages.pcaxis = { string: /"[^"]*"/, keyword: { @@ -52003,7 +51898,7 @@ function AF(e) { }), (e.languages.px = e.languages.pcaxis); } -function ZF(e) { +function EF(e) { (e.languages.peoplecode = { comment: RegExp( [ @@ -52040,9 +51935,9 @@ function ZF(e) { }), (e.languages.pcode = e.languages.peoplecode); } -function IF(e) { - e.register(VP), - e.register(NO), +function RF(e) { + e.register(gP), + e.register(LO), (function (e) { var t = /(?:\b[a-zA-Z]\w*|[|\\[\]])+/.source; (e.languages.phpdoc = e.languages.extend("javadoclike", { @@ -52074,8 +51969,8 @@ function IF(e) { e.languages.javadoclike.addSupport("php", e.languages.phpdoc); })(e); } -function kF(e) { - e.register(NO), +function yF(e) { + e.register(LO), e.languages.insertBefore("php", "variable", { this: { pattern: /\$this\b/, alias: "keyword" }, global: @@ -52086,7 +51981,7 @@ function kF(e) { }, }); } -function OF(e) { +function VF(e) { !(function (e) { var t = /\$\w+|%[a-z]+%/, n = /\[[^[\]]*\]/.source, @@ -52185,8 +52080,8 @@ function OF(e) { (e.languages.plantuml = e.languages["plant-uml"]); })(e); } -function BF(e) { - e.register(OO), +function TF(e) { + e.register(VO), (e.languages.plsql = e.languages.extend("sql", { comment: { pattern: /\/\*[\s\S]*?\*\/|--.*/, greedy: !0 }, keyword: @@ -52197,7 +52092,7 @@ function BF(e) { label: { pattern: /<<\s*\w+\s*>>/, alias: "symbol" }, }); } -function DF(e) { +function SF(e) { (e.languages.powerquery = { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/, @@ -52245,7 +52140,7 @@ function DF(e) { (e.languages.pq = e.languages.powerquery), (e.languages.mscript = e.languages.powerquery); } -function PF(e) { +function NF(e) { !(function (e) { var t = (e.languages.powershell = { comment: [ @@ -52283,8 +52178,8 @@ function PF(e) { }; })(e); } -function FF(e) { - e.register(lO), +function xF(e) { + e.register(Kk), (e.languages.processing = e.languages.extend("clike", { keyword: /\b(?:break|case|catch|class|continue|default|else|extends|final|for|if|implements|import|new|null|private|public|return|static|super|switch|this|try|void|while)\b/, @@ -52299,7 +52194,7 @@ function FF(e) { }, }); } -function UF(e) { +function _F(e) { e.languages.prolog = { comment: { pattern: /\/\*[\s\S]*?\*\/|%.*/, greedy: !0 }, string: { @@ -52313,7 +52208,7 @@ function UF(e) { punctuation: /[(){}\[\],]/, }; } -function zF(e) { +function AF(e) { !(function (e) { var t = ["on", "ignoring", "group_right", "group_left", "by", "without"], n = [ @@ -52386,7 +52281,7 @@ function zF(e) { }; })(e); } -function GF(e) { +function ZF(e) { e.languages.properties = { comment: /^[ \t]*[#!].*$/m, value: { @@ -52402,8 +52297,8 @@ function GF(e) { punctuation: /[=:]/, }; } -function $F(e) { - e.register(lO), +function IF(e) { + e.register(Kk), (function (e) { var t = /\b(?:bool|bytes|double|s?fixed(?:32|64)|float|[su]?int(?:32|64)|string)\b/; @@ -52441,7 +52336,7 @@ function $F(e) { }); })(e); } -function WF(e) { +function kF(e) { !(function (e) { var t = { pattern: /(\b\d+)(?:%|[a-z]+)/, lookbehind: !0 }, n = { pattern: /(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/, lookbehind: !0 }, @@ -52547,8 +52442,8 @@ function WF(e) { }); })(e); } -function jF(e) { - e.register(TO), +function OF(e) { + e.register(wO), (e.languages.twig = { comment: /^\{#[\s\S]*?#\}$/, "tag-name": { @@ -52587,9 +52482,9 @@ function jF(e) { e.languages["markup-templating"].tokenizePlaceholders(t, "twig"); }); } -function qF(e) { - e.register(wO), - e.register(uO), +function BF(e) { + e.register(sO), + e.register(nO), (function (e) { e.languages.pug = { comment: { @@ -52750,7 +52645,7 @@ function qF(e) { e.languages.insertBefore("pug", "filter", r); })(e); } -function YF(e) { +function DF(e) { !(function (e) { e.languages.puppet = { heredoc: [ @@ -52850,7 +52745,7 @@ function YF(e) { t); })(e); } -function KF(e) { +function PF(e) { !(function (e) { e.languages.pure = { comment: [ @@ -52909,8 +52804,8 @@ function KF(e) { )); })(e); } -function XF(e) { - e.register(lO), +function FF(e) { + e.register(Kk), (e.languages.purebasic = e.languages.extend("clike", { comment: /;.*/, keyword: @@ -52969,8 +52864,8 @@ function XF(e) { delete e.languages.purebasic.boolean, (e.languages.pbfasm = e.languages.purebasic); } -function QF(e) { - e.register(cP), +function UF(e) { + e.register(eP), (e.languages.purescript = e.languages.extend("haskell", { keyword: /\b(?:ado|case|class|data|derive|do|else|forall|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b|∀/, @@ -52990,8 +52885,8 @@ function QF(e) { })), (e.languages.purs = e.languages.purescript); } -function JF(e) { - e.register(lO), +function zF(e) { + e.register(Kk), (function (e) { function t(e, t) { return e.replace(/<<(\d+)>>/g, function (e, n) { @@ -53077,7 +52972,7 @@ function JF(e) { })(e), (e.languages.qs = e.languages.qsharp); } -function eU(e) { +function GF(e) { e.languages.q = { string: /"(?:\\.|[^"\\\r\n])*"/, comment: [ @@ -53109,8 +53004,8 @@ function eU(e) { punctuation: /[(){}\[\];.]/, }; } -function tU(e) { - e.register(wO), +function $F(e) { + e.register(sO), (function (e) { for ( var t = /"(?:\\.|[^\\"\r\n])*"|'(?:\\.|[^\\'\r\n])*'/.source, @@ -53185,8 +53080,8 @@ function tU(e) { }); })(e); } -function nU(e) { - e.register(lO), +function WF(e) { + e.register(Kk), (e.languages.qore = e.languages.extend("clike", { comment: { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:\/\/|#).*)/, @@ -53207,8 +53102,8 @@ function nU(e) { variable: /\$(?!\d)\w+\b/, })); } -function rU(e) { - e.register(qP), +function jF(e) { + e.register(BP), (e.languages.racket = e.languages.extend("scheme", { "lambda-parameter": { pattern: /([(\[]lambda\s+[(\[])[^()\[\]'\s]+/, @@ -53220,9 +53115,9 @@ function rU(e) { }), (e.languages.rkt = e.languages.racket); } -function oU(e) { - e.register(dO), - e.register(uO), +function qF(e) { + e.register(tO), + e.register(nO), (function (e) { var t = /\/(?![/*])|\/\/.*[\r\n]|\/\*[^*]*(?:\*(?!\/)[^*]*)*\*\//.source, n = @@ -53407,9 +53302,9 @@ function oU(e) { (e.languages.razor = e.languages.cshtml); })(e); } -function iU(e) { - e.register(wO), - e.register(uO), +function YF(e) { + e.register(sO), + e.register(nO), (function (e) { var t = e.util.clone(e.languages.javascript), n = /(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source, @@ -53526,9 +53421,9 @@ function iU(e) { }); })(e); } -function lU(e) { - e.register(iU), - e.register(DO), +function KF(e) { + e.register(YF), + e.register(SO), (function (e) { var t = e.util.clone(e.languages.typescript); (e.languages.tsx = e.languages.extend("jsx", t)), @@ -53542,8 +53437,8 @@ function lU(e) { (n.lookbehind = !0); })(e); } -function aU(e) { - e.register(lO), +function XF(e) { + e.register(Kk), (e.languages.reason = e.languages.extend("clike", { string: { pattern: /"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/, greedy: !0 }, "class-name": /\b[A-Z]\w*/, @@ -53563,7 +53458,7 @@ function aU(e) { }), delete e.languages.reason.function; } -function CU(e) { +function QF(e) { e.languages.rego = { comment: /#.*/, property: { @@ -53589,7 +53484,7 @@ function CU(e) { punctuation: /[,;.\[\]{}()]/, }; } -function sU(e) { +function JF(e) { (e.languages.renpy = { comment: { pattern: /(^|[^\\])#.+/, lookbehind: !0 }, string: { @@ -53612,7 +53507,7 @@ function sU(e) { }), (e.languages.rpy = e.languages.renpy); } -function cU(e) { +function eU(e) { (e.languages.rescript = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, greedy: !0 }, char: { pattern: /'(?:[^\r\n\\]|\\(?:.|\w+))'/, greedy: !0 }, @@ -53660,7 +53555,7 @@ function cU(e) { }), (e.languages.res = e.languages.rescript); } -function dU(e) { +function tU(e) { e.languages.rest = { table: [ { @@ -53833,7 +53728,7 @@ function dU(e) { }, }; } -function uU(e) { +function nU(e) { e.languages.rip = { comment: { pattern: /#.*/, greedy: !0 }, char: { pattern: /\B`[^\s`'",.:;#\/\\()<>\[\]{}]\b/, greedy: !0 }, @@ -53857,7 +53752,7 @@ function uU(e) { reference: /[^\d\s`'",.:;#\/\\()<>\[\]{}][^\s`'",.:;#\/\\()<>\[\]{}]*/, }; } -function pU(e) { +function rU(e) { e.languages.roboconf = { comment: /#.*/, keyword: { @@ -53877,7 +53772,7 @@ function pU(e) { punctuation: /[{},.;:=]/, }; } -function mU(e) { +function oU(e) { !(function (e) { var t = { pattern: /(^[ \t]*| {2}|\t)#.*/m, lookbehind: !0, greedy: !0 }, n = { @@ -53961,7 +53856,7 @@ function mU(e) { (e.languages.robot = e.languages.robotframework); })(e); } -function hU(e) { +function iU(e) { !(function (e) { var t = /(?:"(?:""|[^"])*"(?!")|'(?:''|[^'])*'(?!'))/.source, n = /\b(?:\d[\da-f]*x|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b/i, @@ -54269,8 +54164,8 @@ function hU(e) { }; })(e); } -function fU(e) { - e.register(cO), +function lU(e) { + e.register(eO), (function (e) { var t = [ /"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/.source, @@ -54323,7 +54218,7 @@ function fU(e) { e.languages["shell-session"]); })(e); } -function gU(e) { +function aU(e) { e.languages.smali = { comment: /#.*/, string: { @@ -54378,7 +54273,7 @@ function gU(e) { punctuation: /[{}(),;:]/, }; } -function vU(e) { +function CU(e) { e.languages.smalltalk = { comment: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, char: { pattern: /\$./, greedy: !0 }, @@ -54403,8 +54298,8 @@ function vU(e) { punctuation: /[.;:?\[\](){}]/, }; } -function wU(e) { - e.register(TO), +function sU(e) { + e.register(wO), (function (e) { (e.languages.smarty = { comment: { pattern: /^\{\*[\s\S]*?\*\}/, greedy: !0 }, @@ -54503,7 +54398,7 @@ function wU(e) { }); })(e); } -function LU(e) { +function cU(e) { !(function (e) { var t = /\b(?:abstype|and|andalso|as|case|datatype|do|else|end|eqtype|exception|fn|fun|functor|handle|if|in|include|infix|infixr|let|local|nonfix|of|op|open|orelse|raise|rec|sharing|sig|signature|struct|structure|then|type|val|where|while|with|withtype)\b/i; @@ -54556,8 +54451,8 @@ function LU(e) { (e.languages.smlnj = e.languages.sml); })(e); } -function bU(e) { - e.register(lO), +function dU(e) { + e.register(Kk), (e.languages.solidity = e.languages.extend("clike", { "class-name": { pattern: @@ -54582,7 +54477,7 @@ function bU(e) { }), (e.languages.sol = e.languages.solidity); } -function MU(e) { +function uU(e) { !(function (e) { var t = { pattern: /\{[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}\}/i, @@ -54617,8 +54512,8 @@ function MU(e) { (e.languages.sln = e.languages["solution-file"]); })(e); } -function HU(e) { - e.register(TO), +function pU(e) { + e.register(wO), (function (e) { var t = /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, n = /\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-F]+\b/; @@ -54686,7 +54581,7 @@ function HU(e) { }); })(e); } -function EU(e) { +function mU(e) { (e.languages.turtle = { comment: { pattern: /#.*/, greedy: !0 }, "multiline-string": { @@ -54722,8 +54617,8 @@ function EU(e) { }), (e.languages.trig = e.languages.turtle); } -function RU(e) { - e.register(EU), +function hU(e) { + e.register(mU), (e.languages.sparql = e.languages.extend("turtle", { boolean: /\b(?:false|true)\b/i, variable: { pattern: /[?$]\w+/, greedy: !0 }, @@ -54737,7 +54632,7 @@ function RU(e) { }), (e.languages.rq = e.languages.sparql); } -function yU(e) { +function fU(e) { e.languages["splunk-spl"] = { comment: /`comment\("(?:\\.|[^\\"])*"\)`/, string: { pattern: /"(?:\\.|[^\\"])*"/, greedy: !0 }, @@ -54759,8 +54654,8 @@ function yU(e) { punctuation: /[()[\],]/, }; } -function VU(e) { - e.register(lO), +function gU(e) { + e.register(Kk), (e.languages.sqf = e.languages.extend("clike", { string: { pattern: /"(?:(?:"")?[^"])*"(?!")|'(?:[^'])*'/, greedy: !0 }, keyword: @@ -54792,8 +54687,8 @@ function VU(e) { }), delete e.languages.sqf["class-name"]; } -function SU(e) { - e.register(lO), +function vU(e) { + e.register(Kk), (e.languages.squirrel = e.languages.extend("clike", { comment: [ e.languages.clike.comment[0], @@ -54827,7 +54722,7 @@ function SU(e) { lambda: { pattern: /@(?=\()/, alias: "operator" }, }); } -function TU(e) { +function wU(e) { !(function (e) { var t = /\b(?:algebra_solver|algebra_solver_newton|integrate_1d|integrate_ode|integrate_ode_bdf|integrate_ode_rk45|map_rect|ode_(?:adams|bdf|ckrk|rk45)(?:_tol)?|ode_adjoint_tol_ctl|reduce_sum|reduce_sum_static)\b/; @@ -54879,10 +54774,10 @@ function TU(e) { (e.languages.stan.constraint.inside.expression.inside = e.languages.stan); })(e); } -function NU(e) { - e.register(gO), - e.register(rF), - e.register(xO), +function LU(e) { + e.register(aO), + e.register(jP), + e.register(bO), (e.languages.stata = { comment: [ { pattern: /(^[ \t]*)\*.*/m, lookbehind: !0, greedy: !0 }, @@ -54947,7 +54842,7 @@ function NU(e) { "string-literal" ].inside.interpolation.inside.expression.inside = e.languages.stata); } -function xU(e) { +function bU(e) { e.languages.iecst = { comment: [ { @@ -54978,7 +54873,7 @@ function xU(e) { punctuation: /[()[\].,;]/, }; } -function _U(e) { +function MU(e) { (e.languages.supercollider = { comment: { pattern: @@ -55008,7 +54903,7 @@ function _U(e) { }), (e.languages.sclang = e.languages.supercollider); } -function AU(e) { +function HU(e) { !(function (e) { var t = { pattern: /^[;#].*/m, greedy: !0 }, n = /"(?:[^\r\n"\\]|\\(?:[^\r]|\r\n?))*"(?!\S)/.source; @@ -55054,7 +54949,7 @@ function AU(e) { }; })(e); } -function ZU(e) { +function EU(e) { !(function (e) { function t(e, t, n) { return { @@ -55095,19 +54990,19 @@ function ZU(e) { }); })(e); } -function IU(e) { - e.register(dO), - e.register(ZU), +function RU(e) { + e.register(tO), + e.register(EU), (e.languages.t4 = e.languages["t4-cs"] = e.languages["t4-templating"].createT4("csharp")); } -function kU(e) { - e.register(ZU), - e.register(FO), +function yU(e) { + e.register(EU), + e.register(xO), (e.languages["t4-vb"] = e.languages["t4-templating"].createT4("vbnet")); } -function OU(e) { - e.register(RO), +function VU(e) { + e.register(hO), (e.languages.tap = { fail: /not ok[^#{\n\r]*/, pass: /ok[^#{\n\r]*/, @@ -55126,7 +55021,7 @@ function OU(e) { }, }); } -function BU(e) { +function TU(e) { e.languages.tcl = { comment: { pattern: /(^|[^\\])#.*/, lookbehind: !0 }, string: { pattern: /"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"/, greedy: !0 }, @@ -55162,9 +55057,9 @@ function BU(e) { punctuation: /[{}()\[\]]/, }; } -function DU(e) { - e.register(lO), - e.register(TO), +function SU(e) { + e.register(Kk), + e.register(wO), (function (e) { (e.languages.tt2 = e.languages.extend("clike", { comment: /#.*|\[%#[\s\S]*?%\]/, @@ -55211,7 +55106,7 @@ function DU(e) { }); })(e); } -function PU(e) { +function NU(e) { !(function (e) { var t = /(?:[\w-]+|'[^'\n\r]*'|"(?:\\.|[^\\"\r\n])*")/.source; function n(e) { @@ -55259,7 +55154,7 @@ function PU(e) { }; })(e); } -function FU(e) { +function xU(e) { !(function (e) { e.languages.tremor = { comment: { @@ -55320,7 +55215,7 @@ function FU(e) { (e.languages.trickle = e.languages.tremor); })(e); } -function UU(e) { +function _U(e) { !(function (e) { var t = /\b(?:ACT|ACTIFSUB|CARRAY|CASE|CLEARGIF|COA|COA_INT|CONSTANTS|CONTENT|CUR|EDITPANEL|EFFECT|EXT|FILE|FLUIDTEMPLATE|FORM|FRAME|FRAMESET|GIFBUILDER|GMENU|GMENU_FOLDOUT|GMENU_LAYERS|GP|HMENU|HRULER|HTML|IENV|IFSUB|IMAGE|IMGMENU|IMGMENUITEM|IMGTEXT|IMG_RESOURCE|INCLUDE_TYPOSCRIPT|JSMENU|JSMENUITEM|LLL|LOAD_REGISTER|NO|PAGE|RECORDS|RESTORE_REGISTER|TEMPLATE|TEXT|TMENU|TMENUITEM|TMENU_LAYERS|USER|USER_INT|_GIFBUILDER|global|globalString|globalVar)\b/; @@ -55370,7 +55265,7 @@ function UU(e) { (e.languages.tsconfig = e.languages.typoscript); })(e); } -function zU(e) { +function AU(e) { (e.languages.unrealscript = { comment: /\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -55411,7 +55306,7 @@ function zU(e) { }), (e.languages.uc = e.languages.uscript = e.languages.unrealscript); } -function GU(e) { +function ZU(e) { e.languages.uorazor = { "comment-hash": { pattern: /#.*/, alias: "comment", greedy: !0 }, "comment-slash": { pattern: /\/\/.*/, alias: "comment", greedy: !0 }, @@ -55449,8 +55344,8 @@ function GU(e) { punctuation: /[()\[\]{}:.,]/, }; } -function $U(e) { - e.register(lO), +function IU(e) { + e.register(Kk), (function (e) { var t = { pattern: /[\s\S]+/, inside: null }; (e.languages.v = e.languages.extend("clike", { @@ -55521,8 +55416,8 @@ function $U(e) { }); })(e); } -function WU(e) { - e.register(lO), +function kU(e) { + e.register(Kk), (e.languages.vala = e.languages.extend("clike", { "class-name": [ { @@ -55592,8 +55487,8 @@ function WU(e) { }, }); } -function jU(e) { - e.register(uO), +function OU(e) { + e.register(nO), (function (e) { e.languages.velocity = e.languages.extend("markup", {}); var t = { @@ -55656,7 +55551,7 @@ function jU(e) { e.languages.velocity); })(e); } -function qU(e) { +function BU(e) { e.languages.verilog = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?\*\//, greedy: !0 }, string: { pattern: /"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/, greedy: !0 }, @@ -55672,7 +55567,7 @@ function qU(e) { punctuation: /[[\];(),.:]/, }; } -function YU(e) { +function DU(e) { e.languages.vhdl = { comment: /--.+/, "vhdl-vectors": { @@ -55692,7 +55587,7 @@ function YU(e) { punctuation: /[{}[\];(),.:]/, }; } -function KU(e) { +function PU(e) { e.languages.vim = { string: /"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\r\n]|'')*'/, comment: /".*/, @@ -55707,7 +55602,7 @@ function KU(e) { punctuation: /[{}[\](),;:]/, }; } -function XU(e) { +function FU(e) { (e.languages["visual-basic"] = { comment: { pattern: /(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i, @@ -55736,7 +55631,7 @@ function XU(e) { (e.languages.vb = e.languages["visual-basic"]), (e.languages.vba = e.languages["visual-basic"]); } -function QU(e) { +function UU(e) { e.languages.warpscript = { comment: /#.*|\/\/.*|\/\*[\s\S]*?\*\//, string: { @@ -55756,7 +55651,7 @@ function QU(e) { /==|&&?|\|\|?|\*\*?|>>>?|<<|[<>!~]=?|[-/%^]|\+!?|\b(?:AND|NOT|OR)\b/, }; } -function JU(e) { +function zU(e) { e.languages.wasm = { comment: [/\(;[\s\S]*?;\)/, { pattern: /;;.*/, greedy: !0 }], string: { pattern: /"(?:\\[\s\S]|[^"\\])*"/, greedy: !0 }, @@ -55775,7 +55670,7 @@ function JU(e) { punctuation: /[()]/, }; } -function ez(e) { +function GU(e) { !(function (e) { var t = /(?:\B-|\b_|\b)[A-Za-z][\w-]*(?![\w-])/.source, n = @@ -55869,7 +55764,7 @@ function ez(e) { e.languages.webidl = e.languages["web-idl"]; })(e); } -function tz(e) { +function $U(e) { e.languages.wgsl = { comment: { pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, greedy: !0 }, "builtin-attribute": { @@ -55930,8 +55825,8 @@ function tz(e) { punctuation: /[@(){}[\],;<>:.]/, }; } -function nz(e) { - e.register(uO), +function WU(e) { + e.register(nO), (e.languages.wiki = e.languages.extend("markup", { "block-comment": { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, @@ -55985,7 +55880,7 @@ function nz(e) { }, }); } -function rz(e) { +function jU(e) { (e.languages.wolfram = { comment: /\(\*(?:\(\*(?:[^*]|\*(?!\)))*\*\)|(?!\(\*)[\s\S])*?\*\)/, string: { pattern: /"(?:\\.|[^"\\\r\n])*"/, greedy: !0 }, @@ -56005,7 +55900,7 @@ function rz(e) { (e.languages.wl = e.languages.wolfram), (e.languages.nb = e.languages.wolfram); } -function oz(e) { +function qU(e) { (e.languages.wren = { comment: [ { @@ -56063,8 +55958,8 @@ function oz(e) { }, }); } -function iz(e) { - e.register(uO), +function YU(e) { + e.register(nO), (function (e) { (e.languages.xeora = e.languages.extend("markup", { constant: { @@ -56145,8 +56040,8 @@ function iz(e) { (e.languages.xeoracube = e.languages.xeora); })(e); } -function lz(e) { - e.register(uO), +function KU(e) { + e.register(nO), (function (e) { function t(t, n) { e.languages[t] && @@ -56168,7 +56063,7 @@ function lz(e) { t("csharp", r), t("fsharp", r), t("vbnet", o); })(e); } -function az(e) { +function XU(e) { e.languages.xojo = { comment: { pattern: /(?:'|\/\/|Rem\b).+/i, greedy: !0 }, string: { pattern: /"(?:""|[^"])*"/, greedy: !0 }, @@ -56184,8 +56079,8 @@ function az(e) { punctuation: /[.,;:()]/, }; } -function Cz(e) { - e.register(uO), +function QU(e) { + e.register(nO), (function (e) { (e.languages.xquery = e.languages.extend("markup", { "xquery-comment": { @@ -56313,7 +56208,7 @@ function Cz(e) { }); })(e); } -function sz(e) { +function JU(e) { e.languages.yang = { comment: /\/\*[\s\S]*?\*\/|\/\/.*/, string: { pattern: /"(?:[^\\"]|\\.)*"|'[^']*'/, greedy: !0 }, @@ -56324,7 +56219,7 @@ function sz(e) { punctuation: /[{};:]/, }; } -function cz(e) { +function ez(e) { !(function (e) { function t(e) { return function () { @@ -56413,15 +56308,15 @@ function cz(e) { }); })(e); } -function dz() { - dz = function (e, t) { +function tz() { + tz = function (e, t) { return new n(e, void 0, t); }; var e = RegExp.prototype, t = new WeakMap(); function n(e, r, o) { var i = new RegExp(e, r); - return t.set(i, o || t.get(e)), uz(i, n.prototype); + return t.set(i, o || t.get(e)), nz(i, n.prototype); } function r(e, n) { var r = t.get(n); @@ -56445,7 +56340,7 @@ function dz() { constructor: { value: e, writable: !0, configurable: !0 }, })), Object.defineProperty(e, "prototype", { writable: !1 }), - t && uz(e, t); + t && nz(e, t); })(n, RegExp), (n.prototype.exec = function (t) { var n = e.exec.call(this, t); @@ -56481,25 +56376,25 @@ function dz() { } return e[Symbol.replace].call(this, n, o); }), - dz.apply(this, arguments) + tz.apply(this, arguments) ); } -function uz(e, t) { +function nz(e, t) { return ( - (uz = Object.setPrototypeOf + (nz = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (e, t) { return (e.__proto__ = t), e; }), - uz(e, t) + nz(e, t) ); } -function pz(e, t) { +function rz(e, t) { (null == t || t > e.length) && (t = e.length); for (var n = 0, r = new Array(t); n < t; n++) r[n] = e[n]; return r; } -function mz(e, t) { +function oz(e, t) { var n = ("undefined" != typeof Symbol && e[Symbol.iterator]) || e["@@iterator"]; if (n) return (n = n.call(e)).next.bind(n); @@ -56507,7 +56402,7 @@ function mz(e, t) { Array.isArray(e) || (n = (function (e, t) { if (e) { - if ("string" == typeof e) return pz(e, t); + if ("string" == typeof e) return rz(e, t); var n = Object.prototype.toString.call(e).slice(8, -1); return ( "Object" === n && e.constructor && (n = e.constructor.name), @@ -56515,7 +56410,7 @@ function mz(e, t) { ? Array.from(e) : "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) - ? pz(e, t) + ? rz(e, t) : void 0 ); } @@ -56532,7 +56427,7 @@ function mz(e, t) { "Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.", ); } -(wB.highlight = function (e, t) { +(sB.highlight = function (e, t) { if ("string" != typeof e) throw new TypeError("Expected `string` for `value`, got `" + e + "`"); let n, r; @@ -56540,48 +56435,48 @@ function mz(e, t) { else { if (((r = t), "string" != typeof r)) throw new TypeError("Expected `string` for `name`, got `" + r + "`"); - if (!gB.call(wB.languages, r)) + if (!aB.call(sB.languages, r)) throw new Error("Unknown language: `" + r + "` is not registered"); - n = wB.languages[r]; + n = sB.languages[r]; } - return { type: "root", children: fB.highlight.call(wB, e, n, r) }; + return { type: "root", children: lB.highlight.call(sB, e, n, r) }; }), - (wB.register = function (e) { + (sB.register = function (e) { if ("function" != typeof e || !e.displayName) throw new Error("Expected `function` for `syntax`, got `" + e + "`"); - gB.call(wB.languages, e.displayName) || e(wB); + aB.call(sB.languages, e.displayName) || e(sB); }), - (wB.alias = function (e, t) { - const n = wB.languages; + (sB.alias = function (e, t) { + const n = sB.languages; let r, o = {}; "string" == typeof e ? t && (o[e] = t) : (o = e); for (r in o) - if (gB.call(o, r)) { + if (aB.call(o, r)) { const e = o[r], t = "string" == typeof e ? [e] : e; let i = -1; for (; ++i < t.length; ) n[t[i]] = n[r]; } }), - (wB.registered = function (e) { + (sB.registered = function (e) { if ("string" != typeof e) throw new TypeError( "Expected `string` for `aliasOrLanguage`, got `" + e + "`", ); - return gB.call(wB.languages, e); + return aB.call(sB.languages, e); }), - (wB.listLanguages = function () { - const e = wB.languages, + (sB.listLanguages = function () { + const e = sB.languages, t = []; let n; - for (n in e) gB.call(e, n) && "object" == typeof e[n] && t.push(n); + for (n in e) aB.call(e, n) && "object" == typeof e[n] && t.push(n); return t; }), - (wB.util.encode = function (e) { + (sB.util.encode = function (e) { return e; }), - (wB.Token.stringify = function e(t, n) { + (sB.Token.stringify = function e(t, n) { if ("string" == typeof t) return { type: "text", value: t }; if (Array.isArray(t)) { const r = []; @@ -56601,874 +56496,874 @@ function mz(e, t) { t.alias && r.classes.push(...("string" == typeof t.alias ? [t.alias] : t.alias)); return ( - wB.hooks.run("wrap", r), - qO( + sB.hooks.run("wrap", r), + BO( r.tag + "." + r.classes.join("."), (function (e) { let t; - for (t in e) gB.call(e, t) && (e[t] = iB(e[t])); + for (t in e) aB.call(e, t) && (e[t] = YO(e[t])); return e; })(r.attributes), r.content, ) ); }), - wB.register(lO), - wB.register(aO), - wB.register(CO), - wB.register(sO), - wB.register(cO), - wB.register(dO), - wB.register(uO), - wB.register(pO), - wB.register(mO), - wB.register(hO), - wB.register(fO), - wB.register(gO), - wB.register(vO), - wB.register(wO), - wB.register(LO), - wB.register(bO), - wB.register(MO), - wB.register(HO), - wB.register(EO), - wB.register(RO), - wB.register(yO), - wB.register(VO), - wB.register(SO), - wB.register(TO), - wB.register(NO), - wB.register(xO), - wB.register(_O), - wB.register(AO), - wB.register(ZO), - wB.register(IO), - wB.register(kO), - wB.register(OO), - wB.register(BO), - wB.register(DO), - wB.register(PO), - wB.register(FO), - (LB.displayName = "abap"), + sB.register(Kk), + sB.register(Xk), + sB.register(Qk), + sB.register(Jk), + sB.register(eO), + sB.register(tO), + sB.register(nO), + sB.register(rO), + sB.register(oO), + sB.register(iO), + sB.register(lO), + sB.register(aO), + sB.register(CO), + sB.register(sO), + sB.register(cO), + sB.register(dO), + sB.register(uO), + sB.register(pO), + sB.register(mO), + sB.register(hO), + sB.register(fO), + sB.register(gO), + sB.register(vO), + sB.register(wO), + sB.register(LO), + sB.register(bO), + sB.register(MO), + sB.register(HO), + sB.register(EO), + sB.register(RO), + sB.register(yO), + sB.register(VO), + sB.register(TO), + sB.register(SO), + sB.register(NO), + sB.register(xO), + (cB.displayName = "abap"), + (cB.aliases = []), + (dB.displayName = "abnf"), + (dB.aliases = []), + (uB.displayName = "actionscript"), + (uB.aliases = []), + (pB.displayName = "ada"), + (pB.aliases = []), + (mB.displayName = "agda"), + (mB.aliases = []), + (hB.displayName = "al"), + (hB.aliases = []), + (fB.displayName = "antlr4"), + (fB.aliases = ["g4"]), + (gB.displayName = "apacheconf"), + (gB.aliases = []), + (vB.displayName = "apex"), + (vB.aliases = []), + (wB.displayName = "apl"), + (wB.aliases = []), + (LB.displayName = "applescript"), (LB.aliases = []), - (bB.displayName = "abnf"), + (bB.displayName = "aql"), (bB.aliases = []), - (MB.displayName = "actionscript"), + (MB.displayName = "arff"), (MB.aliases = []), - (HB.displayName = "ada"), - (HB.aliases = []), - (EB.displayName = "agda"), - (EB.aliases = []), - (RB.displayName = "al"), - (RB.aliases = []), - (yB.displayName = "antlr4"), - (yB.aliases = ["g4"]), - (VB.displayName = "apacheconf"), + (HB.displayName = "armasm"), + (HB.aliases = ["arm-asm"]), + (EB.displayName = "arturo"), + (EB.aliases = ["art"]), + (RB.displayName = "asciidoc"), + (RB.aliases = ["adoc"]), + (yB.displayName = "aspnet"), + (yB.aliases = []), + (VB.displayName = "asm6502"), (VB.aliases = []), - (SB.displayName = "apex"), - (SB.aliases = []), - (TB.displayName = "apl"), + (TB.displayName = "asmatmel"), (TB.aliases = []), - (NB.displayName = "applescript"), + (SB.displayName = "autohotkey"), + (SB.aliases = []), + (NB.displayName = "autoit"), (NB.aliases = []), - (xB.displayName = "aql"), - (xB.aliases = []), - (_B.displayName = "arff"), - (_B.aliases = []), - (AB.displayName = "armasm"), - (AB.aliases = ["arm-asm"]), - (ZB.displayName = "arturo"), - (ZB.aliases = ["art"]), - (IB.displayName = "asciidoc"), - (IB.aliases = ["adoc"]), - (kB.displayName = "aspnet"), + (xB.displayName = "avisynth"), + (xB.aliases = ["avs"]), + (_B.displayName = "avro-idl"), + (_B.aliases = ["avdl"]), + (AB.displayName = "awk"), + (AB.aliases = ["gawk"]), + (ZB.displayName = "batch"), + (ZB.aliases = []), + (IB.displayName = "bbcode"), + (IB.aliases = ["shortcode"]), + (kB.displayName = "bbj"), (kB.aliases = []), - (OB.displayName = "asm6502"), + (OB.displayName = "bicep"), (OB.aliases = []), - (BB.displayName = "asmatmel"), + (BB.displayName = "birb"), (BB.aliases = []), - (DB.displayName = "autohotkey"), + (DB.displayName = "bison"), (DB.aliases = []), - (PB.displayName = "autoit"), - (PB.aliases = []), - (FB.displayName = "avisynth"), - (FB.aliases = ["avs"]), - (UB.displayName = "avro-idl"), - (UB.aliases = ["avdl"]), - (zB.displayName = "awk"), - (zB.aliases = ["gawk"]), - (GB.displayName = "batch"), + (PB.displayName = "bnf"), + (PB.aliases = ["rbnf"]), + (FB.displayName = "bqn"), + (FB.aliases = []), + (UB.displayName = "brainfuck"), + (UB.aliases = []), + (zB.displayName = "brightscript"), + (zB.aliases = []), + (GB.displayName = "bro"), (GB.aliases = []), - ($B.displayName = "bbcode"), - ($B.aliases = ["shortcode"]), - (WB.displayName = "bbj"), - (WB.aliases = []), - (jB.displayName = "bicep"), + ($B.displayName = "bsl"), + ($B.aliases = ["oscript"]), + (WB.displayName = "cfscript"), + (WB.aliases = ["cfc"]), + (jB.displayName = "chaiscript"), (jB.aliases = []), - (qB.displayName = "birb"), + (qB.displayName = "cil"), (qB.aliases = []), - (YB.displayName = "bison"), - (YB.aliases = []), - (KB.displayName = "bnf"), - (KB.aliases = ["rbnf"]), - (XB.displayName = "bqn"), + (YB.displayName = "cilkc"), + (YB.aliases = ["cilk-c"]), + (KB.displayName = "cilkcpp"), + (KB.aliases = ["cilk", "cilk-cpp"]), + (XB.displayName = "clojure"), (XB.aliases = []), - (QB.displayName = "brainfuck"), + (QB.displayName = "cmake"), (QB.aliases = []), - (JB.displayName = "brightscript"), + (JB.displayName = "cobol"), (JB.aliases = []), - (eD.displayName = "bro"), - (eD.aliases = []), - (tD.displayName = "bsl"), - (tD.aliases = ["oscript"]), - (nD.displayName = "cfscript"), - (nD.aliases = ["cfc"]), - (rD.displayName = "chaiscript"), + (eD.displayName = "coffeescript"), + (eD.aliases = ["coffee"]), + (tD.displayName = "concurnas"), + (tD.aliases = ["conc"]), + (nD.displayName = "csp"), + (nD.aliases = []), + (rD.displayName = "cooklang"), (rD.aliases = []), - (oD.displayName = "cil"), + (oD.displayName = "coq"), (oD.aliases = []), - (iD.displayName = "cilkc"), - (iD.aliases = ["cilk-c"]), - (lD.displayName = "cilkcpp"), - (lD.aliases = ["cilk", "cilk-cpp"]), - (aD.displayName = "clojure"), + (iD.displayName = "crystal"), + (iD.aliases = []), + (lD.displayName = "css-extras"), + (lD.aliases = []), + (aD.displayName = "csv"), (aD.aliases = []), - (CD.displayName = "cmake"), + (CD.displayName = "cue"), (CD.aliases = []), - (sD.displayName = "cobol"), + (sD.displayName = "cypher"), (sD.aliases = []), - (cD.displayName = "coffeescript"), - (cD.aliases = ["coffee"]), - (dD.displayName = "concurnas"), - (dD.aliases = ["conc"]), - (uD.displayName = "csp"), + (cD.displayName = "d"), + (cD.aliases = []), + (dD.displayName = "dart"), + (dD.aliases = []), + (uD.displayName = "dataweave"), (uD.aliases = []), - (pD.displayName = "cooklang"), + (pD.displayName = "dax"), (pD.aliases = []), - (mD.displayName = "coq"), + (mD.displayName = "dhall"), (mD.aliases = []), - (hD.displayName = "crystal"), - (hD.aliases = []), - (fD.displayName = "css-extras"), - (fD.aliases = []), - (gD.displayName = "csv"), - (gD.aliases = []), - (vD.displayName = "cue"), - (vD.aliases = []), - (wD.displayName = "cypher"), + (hD.displayName = "django"), + (hD.aliases = ["jinja2"]), + (fD.displayName = "dns-zone-file"), + (fD.aliases = ["dns-zone"]), + (gD.displayName = "docker"), + (gD.aliases = ["dockerfile"]), + (vD.displayName = "dot"), + (vD.aliases = ["gv"]), + (wD.displayName = "ebnf"), (wD.aliases = []), - (LD.displayName = "d"), + (LD.displayName = "editorconfig"), (LD.aliases = []), - (bD.displayName = "dart"), + (bD.displayName = "eiffel"), (bD.aliases = []), - (MD.displayName = "dataweave"), - (MD.aliases = []), - (HD.displayName = "dax"), + (MD.displayName = "ejs"), + (MD.aliases = ["eta"]), + (HD.displayName = "elixir"), (HD.aliases = []), - (ED.displayName = "dhall"), + (ED.displayName = "elm"), (ED.aliases = []), - (RD.displayName = "django"), - (RD.aliases = ["jinja2"]), - (yD.displayName = "dns-zone-file"), - (yD.aliases = ["dns-zone"]), - (VD.displayName = "docker"), - (VD.aliases = ["dockerfile"]), - (SD.displayName = "dot"), - (SD.aliases = ["gv"]), - (TD.displayName = "ebnf"), - (TD.aliases = []), - (ND.displayName = "editorconfig"), + (RD.displayName = "etlua"), + (RD.aliases = []), + (yD.displayName = "erb"), + (yD.aliases = []), + (VD.displayName = "erlang"), + (VD.aliases = []), + (TD.displayName = "excel-formula"), + (TD.aliases = ["xls", "xlsx"]), + (SD.displayName = "fsharp"), + (SD.aliases = []), + (ND.displayName = "factor"), (ND.aliases = []), - (xD.displayName = "eiffel"), + (xD.displayName = "false"), (xD.aliases = []), - (_D.displayName = "ejs"), - (_D.aliases = ["eta"]), - (AD.displayName = "elixir"), + (_D.displayName = "firestore-security-rules"), + (_D.aliases = []), + (AD.displayName = "flow"), (AD.aliases = []), - (ZD.displayName = "elm"), + (ZD.displayName = "fortran"), (ZD.aliases = []), - (ID.displayName = "etlua"), + (ID.displayName = "ftl"), (ID.aliases = []), - (kD.displayName = "erb"), - (kD.aliases = []), - (OD.displayName = "erlang"), + (kD.displayName = "gml"), + (kD.aliases = ["gamemakerlanguage"]), + (OD.displayName = "gap"), (OD.aliases = []), - (BD.displayName = "excel-formula"), - (BD.aliases = ["xls", "xlsx"]), - (DD.displayName = "fsharp"), + (BD.displayName = "gcode"), + (BD.aliases = []), + (DD.displayName = "gdscript"), (DD.aliases = []), - (PD.displayName = "factor"), + (PD.displayName = "gedcom"), (PD.aliases = []), - (FD.displayName = "false"), - (FD.aliases = []), - (UD.displayName = "firestore-security-rules"), + (FD.displayName = "gettext"), + (FD.aliases = ["po"]), + (UD.displayName = "gherkin"), (UD.aliases = []), - (zD.displayName = "flow"), + (zD.displayName = "git"), (zD.aliases = []), - (GD.displayName = "fortran"), + (GD.displayName = "glsl"), (GD.aliases = []), - ($D.displayName = "ftl"), - ($D.aliases = []), - (WD.displayName = "gml"), - (WD.aliases = ["gamemakerlanguage"]), - (jD.displayName = "gap"), - (jD.aliases = []), - (qD.displayName = "gcode"), + ($D.displayName = "gn"), + ($D.aliases = ["gni"]), + (WD.displayName = "linker-script"), + (WD.aliases = ["ld"]), + (jD.displayName = "go-module"), + (jD.aliases = ["go-mod"]), + (qD.displayName = "gradle"), (qD.aliases = []), - (YD.displayName = "gdscript"), + (YD.displayName = "graphql"), (YD.aliases = []), - (KD.displayName = "gedcom"), + (KD.displayName = "groovy"), (KD.aliases = []), - (XD.displayName = "gettext"), - (XD.aliases = ["po"]), - (QD.displayName = "gherkin"), + (XD.displayName = "textile"), + (XD.aliases = []), + (QD.displayName = "haml"), (QD.aliases = []), - (JD.displayName = "git"), - (JD.aliases = []), - (eP.displayName = "glsl"), - (eP.aliases = []), - (tP.displayName = "gn"), - (tP.aliases = ["gni"]), - (nP.displayName = "linker-script"), - (nP.aliases = ["ld"]), - (rP.displayName = "go-module"), - (rP.aliases = ["go-mod"]), - (oP.displayName = "gradle"), + (JD.displayName = "handlebars"), + (JD.aliases = ["hbs", "mustache"]), + (eP.displayName = "haskell"), + (eP.aliases = ["hs"]), + (tP.displayName = "haxe"), + (tP.aliases = []), + (nP.displayName = "hcl"), + (nP.aliases = []), + (rP.displayName = "hlsl"), + (rP.aliases = []), + (oP.displayName = "hoon"), (oP.aliases = []), - (iP.displayName = "graphql"), + (iP.displayName = "hpkp"), (iP.aliases = []), - (lP.displayName = "groovy"), + (lP.displayName = "hsts"), (lP.aliases = []), - (aP.displayName = "textile"), - (aP.aliases = []), - (CP.displayName = "haml"), + (aP.displayName = "uri"), + (aP.aliases = ["url"]), + (CP.displayName = "http"), (CP.aliases = []), - (sP.displayName = "handlebars"), - (sP.aliases = ["hbs", "mustache"]), - (cP.displayName = "haskell"), - (cP.aliases = ["hs"]), - (dP.displayName = "haxe"), + (sP.displayName = "ichigojam"), + (sP.aliases = []), + (cP.displayName = "icon"), + (cP.aliases = []), + (dP.displayName = "icu-message-format"), (dP.aliases = []), - (uP.displayName = "hcl"), - (uP.aliases = []), - (pP.displayName = "hlsl"), - (pP.aliases = []), - (mP.displayName = "hoon"), + (uP.displayName = "idris"), + (uP.aliases = ["idr"]), + (pP.displayName = "ignore"), + (pP.aliases = ["gitignore", "hgignore", "npmignore"]), + (mP.displayName = "inform7"), (mP.aliases = []), - (hP.displayName = "hpkp"), + (hP.displayName = "io"), (hP.aliases = []), - (fP.displayName = "hsts"), + (fP.displayName = "j"), (fP.aliases = []), - (gP.displayName = "uri"), - (gP.aliases = ["url"]), - (vP.displayName = "http"), + (gP.displayName = "javadoclike"), + (gP.aliases = []), + (vP.displayName = "scala"), (vP.aliases = []), - (wP.displayName = "ichigojam"), + (wP.displayName = "javadoc"), (wP.aliases = []), - (LP.displayName = "icon"), + (LP.displayName = "javastacktrace"), (LP.aliases = []), - (bP.displayName = "icu-message-format"), + (bP.displayName = "jexl"), (bP.aliases = []), - (MP.displayName = "idris"), - (MP.aliases = ["idr"]), - (HP.displayName = "ignore"), - (HP.aliases = ["gitignore", "hgignore", "npmignore"]), - (EP.displayName = "inform7"), + (MP.displayName = "jolie"), + (MP.aliases = []), + (HP.displayName = "jq"), + (HP.aliases = []), + (EP.displayName = "js-templates"), (EP.aliases = []), - (RP.displayName = "io"), + (RP.displayName = "jsdoc"), (RP.aliases = []), - (yP.displayName = "j"), - (yP.aliases = []), - (VP.displayName = "javadoclike"), + (yP.displayName = "n4js"), + (yP.aliases = ["n4jsd"]), + (VP.displayName = "js-extras"), (VP.aliases = []), - (SP.displayName = "scala"), - (SP.aliases = []), - (TP.displayName = "javadoc"), + (TP.displayName = "json5"), (TP.aliases = []), - (NP.displayName = "javastacktrace"), + (SP.displayName = "jsonp"), + (SP.aliases = []), + (NP.displayName = "jsstacktrace"), (NP.aliases = []), - (xP.displayName = "jexl"), + (xP.displayName = "julia"), (xP.aliases = []), - (_P.displayName = "jolie"), + (_P.displayName = "keepalived"), (_P.aliases = []), - (AP.displayName = "jq"), + (AP.displayName = "keyman"), (AP.aliases = []), - (ZP.displayName = "js-templates"), - (ZP.aliases = []), - (IP.displayName = "jsdoc"), + (ZP.displayName = "kumir"), + (ZP.aliases = ["kum"]), + (IP.displayName = "kusto"), (IP.aliases = []), - (kP.displayName = "n4js"), - (kP.aliases = ["n4jsd"]), - (OP.displayName = "js-extras"), + (kP.displayName = "latex"), + (kP.aliases = ["context", "tex"]), + (OP.displayName = "latte"), (OP.aliases = []), - (BP.displayName = "json5"), + (BP.displayName = "scheme"), (BP.aliases = []), - (DP.displayName = "jsonp"), - (DP.aliases = []), - (PP.displayName = "jsstacktrace"), + (DP.displayName = "lilypond"), + (DP.aliases = ["ly"]), + (PP.displayName = "liquid"), (PP.aliases = []), - (FP.displayName = "julia"), - (FP.aliases = []), - (UP.displayName = "keepalived"), + (FP.displayName = "lisp"), + (FP.aliases = ["elisp", "emacs", "emacs-lisp"]), + (UP.displayName = "livescript"), (UP.aliases = []), - (zP.displayName = "keyman"), + (zP.displayName = "llvm"), (zP.aliases = []), - (GP.displayName = "kumir"), - (GP.aliases = ["kum"]), - ($P.displayName = "kusto"), + (GP.displayName = "log"), + (GP.aliases = []), + ($P.displayName = "lolcode"), ($P.aliases = []), - (WP.displayName = "latex"), - (WP.aliases = ["context", "tex"]), - (jP.displayName = "latte"), + (WP.displayName = "magma"), + (WP.aliases = []), + (jP.displayName = "mata"), (jP.aliases = []), - (qP.displayName = "scheme"), + (qP.displayName = "matlab"), (qP.aliases = []), - (YP.displayName = "lilypond"), - (YP.aliases = ["ly"]), - (KP.displayName = "liquid"), + (YP.displayName = "maxscript"), + (YP.aliases = []), + (KP.displayName = "mel"), (KP.aliases = []), - (XP.displayName = "lisp"), - (XP.aliases = ["elisp", "emacs", "emacs-lisp"]), - (QP.displayName = "livescript"), + (XP.displayName = "mermaid"), + (XP.aliases = []), + (QP.displayName = "metafont"), (QP.aliases = []), - (JP.displayName = "llvm"), + (JP.displayName = "mizar"), (JP.aliases = []), - (eF.displayName = "log"), + (eF.displayName = "mongodb"), (eF.aliases = []), - (tF.displayName = "lolcode"), + (tF.displayName = "monkey"), (tF.aliases = []), - (nF.displayName = "magma"), - (nF.aliases = []), - (rF.displayName = "mata"), + (nF.displayName = "moonscript"), + (nF.aliases = ["moon"]), + (rF.displayName = "n1ql"), (rF.aliases = []), - (oF.displayName = "matlab"), + (oF.displayName = "nand2tetris-hdl"), (oF.aliases = []), - (iF.displayName = "maxscript"), - (iF.aliases = []), - (lF.displayName = "mel"), + (iF.displayName = "naniscript"), + (iF.aliases = ["nani"]), + (lF.displayName = "nasm"), (lF.aliases = []), - (aF.displayName = "mermaid"), + (aF.displayName = "neon"), (aF.aliases = []), - (CF.displayName = "metafont"), + (CF.displayName = "nevod"), (CF.aliases = []), - (sF.displayName = "mizar"), + (sF.displayName = "nginx"), (sF.aliases = []), - (cF.displayName = "mongodb"), + (cF.displayName = "nim"), (cF.aliases = []), - (dF.displayName = "monkey"), + (dF.displayName = "nix"), (dF.aliases = []), - (uF.displayName = "moonscript"), - (uF.aliases = ["moon"]), - (pF.displayName = "n1ql"), + (uF.displayName = "nsis"), + (uF.aliases = []), + (pF.displayName = "ocaml"), (pF.aliases = []), - (mF.displayName = "nand2tetris-hdl"), + (mF.displayName = "odin"), (mF.aliases = []), - (hF.displayName = "naniscript"), - (hF.aliases = ["nani"]), - (fF.displayName = "nasm"), - (fF.aliases = []), - (gF.displayName = "neon"), + (hF.displayName = "opencl"), + (hF.aliases = []), + (fF.displayName = "openqasm"), + (fF.aliases = ["qasm"]), + (gF.displayName = "oz"), (gF.aliases = []), - (vF.displayName = "nevod"), + (vF.displayName = "parigp"), (vF.aliases = []), - (wF.displayName = "nginx"), + (wF.displayName = "parser"), (wF.aliases = []), - (LF.displayName = "nim"), - (LF.aliases = []), - (bF.displayName = "nix"), + (LF.displayName = "pascal"), + (LF.aliases = ["objectpascal"]), + (bF.displayName = "pascaligo"), (bF.aliases = []), - (MF.displayName = "nsis"), + (MF.displayName = "psl"), (MF.aliases = []), - (HF.displayName = "ocaml"), - (HF.aliases = []), - (EF.displayName = "odin"), - (EF.aliases = []), - (RF.displayName = "opencl"), + (HF.displayName = "pcaxis"), + (HF.aliases = ["px"]), + (EF.displayName = "peoplecode"), + (EF.aliases = ["pcode"]), + (RF.displayName = "phpdoc"), (RF.aliases = []), - (yF.displayName = "openqasm"), - (yF.aliases = ["qasm"]), - (VF.displayName = "oz"), - (VF.aliases = []), - (SF.displayName = "parigp"), - (SF.aliases = []), - (TF.displayName = "parser"), + (yF.displayName = "php-extras"), + (yF.aliases = []), + (VF.displayName = "plant-uml"), + (VF.aliases = ["plantuml"]), + (TF.displayName = "plsql"), (TF.aliases = []), - (NF.displayName = "pascal"), - (NF.aliases = ["objectpascal"]), - (xF.displayName = "pascaligo"), + (SF.displayName = "powerquery"), + (SF.aliases = ["mscript", "pq"]), + (NF.displayName = "powershell"), + (NF.aliases = []), + (xF.displayName = "processing"), (xF.aliases = []), - (_F.displayName = "psl"), + (_F.displayName = "prolog"), (_F.aliases = []), - (AF.displayName = "pcaxis"), - (AF.aliases = ["px"]), - (ZF.displayName = "peoplecode"), - (ZF.aliases = ["pcode"]), - (IF.displayName = "phpdoc"), + (AF.displayName = "promql"), + (AF.aliases = []), + (ZF.displayName = "properties"), + (ZF.aliases = []), + (IF.displayName = "protobuf"), (IF.aliases = []), - (kF.displayName = "php-extras"), + (kF.displayName = "stylus"), (kF.aliases = []), - (OF.displayName = "plant-uml"), - (OF.aliases = ["plantuml"]), - (BF.displayName = "plsql"), + (OF.displayName = "twig"), + (OF.aliases = []), + (BF.displayName = "pug"), (BF.aliases = []), - (DF.displayName = "powerquery"), - (DF.aliases = ["mscript", "pq"]), - (PF.displayName = "powershell"), + (DF.displayName = "puppet"), + (DF.aliases = []), + (PF.displayName = "pure"), (PF.aliases = []), - (FF.displayName = "processing"), - (FF.aliases = []), - (UF.displayName = "prolog"), - (UF.aliases = []), - (zF.displayName = "promql"), - (zF.aliases = []), - (GF.displayName = "properties"), + (FF.displayName = "purebasic"), + (FF.aliases = ["pbfasm"]), + (UF.displayName = "purescript"), + (UF.aliases = ["purs"]), + (zF.displayName = "qsharp"), + (zF.aliases = ["qs"]), + (GF.displayName = "q"), (GF.aliases = []), - ($F.displayName = "protobuf"), + ($F.displayName = "qml"), ($F.aliases = []), - (WF.displayName = "stylus"), + (WF.displayName = "qore"), (WF.aliases = []), - (jF.displayName = "twig"), - (jF.aliases = []), - (qF.displayName = "pug"), - (qF.aliases = []), - (YF.displayName = "puppet"), + (jF.displayName = "racket"), + (jF.aliases = ["rkt"]), + (qF.displayName = "cshtml"), + (qF.aliases = ["razor"]), + (YF.displayName = "jsx"), (YF.aliases = []), - (KF.displayName = "pure"), + (KF.displayName = "tsx"), (KF.aliases = []), - (XF.displayName = "purebasic"), - (XF.aliases = ["pbfasm"]), - (QF.displayName = "purescript"), - (QF.aliases = ["purs"]), - (JF.displayName = "qsharp"), - (JF.aliases = ["qs"]), - (eU.displayName = "q"), - (eU.aliases = []), - (tU.displayName = "qml"), + (XF.displayName = "reason"), + (XF.aliases = []), + (QF.displayName = "rego"), + (QF.aliases = []), + (JF.displayName = "renpy"), + (JF.aliases = ["rpy"]), + (eU.displayName = "rescript"), + (eU.aliases = ["res"]), + (tU.displayName = "rest"), (tU.aliases = []), - (nU.displayName = "qore"), + (nU.displayName = "rip"), (nU.aliases = []), - (rU.displayName = "racket"), - (rU.aliases = ["rkt"]), - (oU.displayName = "cshtml"), - (oU.aliases = ["razor"]), - (iU.displayName = "jsx"), + (rU.displayName = "roboconf"), + (rU.aliases = []), + (oU.displayName = "robotframework"), + (oU.aliases = ["robot"]), + (iU.displayName = "sas"), (iU.aliases = []), - (lU.displayName = "tsx"), - (lU.aliases = []), - (aU.displayName = "reason"), + (lU.displayName = "shell-session"), + (lU.aliases = ["sh-session", "shellsession"]), + (aU.displayName = "smali"), (aU.aliases = []), - (CU.displayName = "rego"), + (CU.displayName = "smalltalk"), (CU.aliases = []), - (sU.displayName = "renpy"), - (sU.aliases = ["rpy"]), - (cU.displayName = "rescript"), - (cU.aliases = ["res"]), - (dU.displayName = "rest"), - (dU.aliases = []), - (uU.displayName = "rip"), - (uU.aliases = []), - (pU.displayName = "roboconf"), + (sU.displayName = "smarty"), + (sU.aliases = []), + (cU.displayName = "sml"), + (cU.aliases = ["smlnj"]), + (dU.displayName = "solidity"), + (dU.aliases = ["sol"]), + (uU.displayName = "solution-file"), + (uU.aliases = ["sln"]), + (pU.displayName = "soy"), (pU.aliases = []), - (mU.displayName = "robotframework"), - (mU.aliases = ["robot"]), - (hU.displayName = "sas"), - (hU.aliases = []), - (fU.displayName = "shell-session"), - (fU.aliases = ["sh-session", "shellsession"]), - (gU.displayName = "smali"), + (mU.displayName = "turtle"), + (mU.aliases = ["trig"]), + (hU.displayName = "sparql"), + (hU.aliases = ["rq"]), + (fU.displayName = "splunk-spl"), + (fU.aliases = []), + (gU.displayName = "sqf"), (gU.aliases = []), - (vU.displayName = "smalltalk"), + (vU.displayName = "squirrel"), (vU.aliases = []), - (wU.displayName = "smarty"), + (wU.displayName = "stan"), (wU.aliases = []), - (LU.displayName = "sml"), - (LU.aliases = ["smlnj"]), - (bU.displayName = "solidity"), - (bU.aliases = ["sol"]), - (MU.displayName = "solution-file"), - (MU.aliases = ["sln"]), - (HU.displayName = "soy"), + (LU.displayName = "stata"), + (LU.aliases = []), + (bU.displayName = "iecst"), + (bU.aliases = []), + (MU.displayName = "supercollider"), + (MU.aliases = ["sclang"]), + (HU.displayName = "systemd"), (HU.aliases = []), - (EU.displayName = "turtle"), - (EU.aliases = ["trig"]), - (RU.displayName = "sparql"), - (RU.aliases = ["rq"]), - (yU.displayName = "splunk-spl"), + (EU.displayName = "t4-templating"), + (EU.aliases = []), + (RU.displayName = "t4-cs"), + (RU.aliases = ["t4"]), + (yU.displayName = "t4-vb"), (yU.aliases = []), - (VU.displayName = "sqf"), + (VU.displayName = "tap"), (VU.aliases = []), - (SU.displayName = "squirrel"), - (SU.aliases = []), - (TU.displayName = "stan"), + (TU.displayName = "tcl"), (TU.aliases = []), - (NU.displayName = "stata"), + (SU.displayName = "tt2"), + (SU.aliases = []), + (NU.displayName = "toml"), (NU.aliases = []), - (xU.displayName = "iecst"), - (xU.aliases = []), - (_U.displayName = "supercollider"), - (_U.aliases = ["sclang"]), - (AU.displayName = "systemd"), - (AU.aliases = []), - (ZU.displayName = "t4-templating"), + (xU.displayName = "tremor"), + (xU.aliases = ["trickle", "troy"]), + (_U.displayName = "typoscript"), + (_U.aliases = ["tsconfig"]), + (AU.displayName = "unrealscript"), + (AU.aliases = ["uc", "uscript"]), + (ZU.displayName = "uorazor"), (ZU.aliases = []), - (IU.displayName = "t4-cs"), - (IU.aliases = ["t4"]), - (kU.displayName = "t4-vb"), + (IU.displayName = "v"), + (IU.aliases = []), + (kU.displayName = "vala"), (kU.aliases = []), - (OU.displayName = "tap"), + (OU.displayName = "velocity"), (OU.aliases = []), - (BU.displayName = "tcl"), + (BU.displayName = "verilog"), (BU.aliases = []), - (DU.displayName = "tt2"), + (DU.displayName = "vhdl"), (DU.aliases = []), - (PU.displayName = "toml"), + (PU.displayName = "vim"), (PU.aliases = []), - (FU.displayName = "tremor"), - (FU.aliases = ["trickle", "troy"]), - (UU.displayName = "typoscript"), - (UU.aliases = ["tsconfig"]), - (zU.displayName = "unrealscript"), - (zU.aliases = ["uc", "uscript"]), - (GU.displayName = "uorazor"), - (GU.aliases = []), - ($U.displayName = "v"), + (FU.displayName = "visual-basic"), + (FU.aliases = ["vb", "vba"]), + (UU.displayName = "warpscript"), + (UU.aliases = []), + (zU.displayName = "wasm"), + (zU.aliases = []), + (GU.displayName = "web-idl"), + (GU.aliases = ["webidl"]), + ($U.displayName = "wgsl"), ($U.aliases = []), - (WU.displayName = "vala"), + (WU.displayName = "wiki"), (WU.aliases = []), - (jU.displayName = "velocity"), - (jU.aliases = []), - (qU.displayName = "verilog"), + (jU.displayName = "wolfram"), + (jU.aliases = ["mathematica", "nb", "wl"]), + (qU.displayName = "wren"), (qU.aliases = []), - (YU.displayName = "vhdl"), - (YU.aliases = []), - (KU.displayName = "vim"), + (YU.displayName = "xeora"), + (YU.aliases = ["xeoracube"]), + (KU.displayName = "xml-doc"), (KU.aliases = []), - (XU.displayName = "visual-basic"), - (XU.aliases = ["vb", "vba"]), - (QU.displayName = "warpscript"), + (XU.displayName = "xojo"), + (XU.aliases = []), + (QU.displayName = "xquery"), (QU.aliases = []), - (JU.displayName = "wasm"), + (JU.displayName = "yang"), (JU.aliases = []), - (ez.displayName = "web-idl"), - (ez.aliases = ["webidl"]), - (tz.displayName = "wgsl"), - (tz.aliases = []), - (nz.displayName = "wiki"), - (nz.aliases = []), - (rz.displayName = "wolfram"), - (rz.aliases = ["mathematica", "nb", "wl"]), - (oz.displayName = "wren"), - (oz.aliases = []), - (iz.displayName = "xeora"), - (iz.aliases = ["xeoracube"]), - (lz.displayName = "xml-doc"), - (lz.aliases = []), - (az.displayName = "xojo"), - (az.aliases = []), - (Cz.displayName = "xquery"), - (Cz.aliases = []), - (sz.displayName = "yang"), - (sz.aliases = []), - (cz.displayName = "zig"), - (cz.aliases = []), - wB.register(uO), - wB.register(pO), - wB.register(lO), - wB.register(vO), - wB.register(wO), - wB.register(LB), - wB.register(bB), - wB.register(MB), - wB.register(HB), - wB.register(EB), - wB.register(RB), - wB.register(yB), - wB.register(VB), - wB.register(OO), - wB.register(SB), - wB.register(TB), - wB.register(NB), - wB.register(xB), - wB.register(aO), - wB.register(CO), - wB.register(sO), - wB.register(_B), - wB.register(AB), - wB.register(cO), - wB.register(RO), - wB.register(yO), - wB.register(ZB), - wB.register(IB), - wB.register(dO), - wB.register(kB), - wB.register(OB), - wB.register(BB), - wB.register(DB), - wB.register(PB), - wB.register(FB), - wB.register(UB), - wB.register(zB), - wB.register(PO), - wB.register(GB), - wB.register($B), - wB.register(WB), - wB.register(jB), - wB.register(qB), - wB.register(YB), - wB.register(KB), - wB.register(XB), - wB.register(QB), - wB.register(JB), - wB.register(eD), - wB.register(tD), - wB.register(nD), - wB.register(rD), - wB.register(oD), - wB.register(iD), - wB.register(lD), - wB.register(aD), - wB.register(CD), - wB.register(sD), - wB.register(cD), - wB.register(dD), - wB.register(uD), - wB.register(pD), - wB.register(mD), - wB.register(AO), - wB.register(hD), - wB.register(fD), - wB.register(gD), - wB.register(vD), - wB.register(wD), - wB.register(LD), - wB.register(bD), - wB.register(MD), - wB.register(HD), - wB.register(ED), - wB.register(mO), - wB.register(TO), - wB.register(RD), - wB.register(yD), - wB.register(VD), - wB.register(SD), - wB.register(TD), - wB.register(ND), - wB.register(xD), - wB.register(_D), - wB.register(AD), - wB.register(ZD), - wB.register(HO), - wB.register(ID), - wB.register(kD), - wB.register(OD), - wB.register(BD), - wB.register(DD), - wB.register(PD), - wB.register(FD), - wB.register(UD), - wB.register(zD), - wB.register(GD), - wB.register($D), - wB.register(WD), - wB.register(jD), - wB.register(qD), - wB.register(YD), - wB.register(KD), - wB.register(XD), - wB.register(QD), - wB.register(JD), - wB.register(eP), - wB.register(tP), - wB.register(nP), - wB.register(hO), - wB.register(rP), - wB.register(oP), - wB.register(iP), - wB.register(lP), - wB.register(MO), - wB.register(kO), - wB.register(aP), - wB.register(CP), - wB.register(sP), - wB.register(cP), - wB.register(dP), - wB.register(uP), - wB.register(pP), - wB.register(mP), - wB.register(hP), - wB.register(fP), - wB.register(LO), - wB.register(gP), - wB.register(vP), - wB.register(wP), - wB.register(LP), - wB.register(bP), - wB.register(MP), - wB.register(HP), - wB.register(EP), - wB.register(fO), - wB.register(RP), - wB.register(yP), - wB.register(gO), - wB.register(NO), - wB.register(VP), - wB.register(SP), - wB.register(TP), - wB.register(NP), - wB.register(xP), - wB.register(_P), - wB.register(AP), - wB.register(ZP), - wB.register(DO), - wB.register(IP), - wB.register(kP), - wB.register(OP), - wB.register(BP), - wB.register(DP), - wB.register(PP), - wB.register(FP), - wB.register(UP), - wB.register(zP), - wB.register(bO), - wB.register(GP), - wB.register($P), - wB.register(WP), - wB.register(jP), - wB.register(qP), - wB.register(YP), - wB.register(KP), - wB.register(XP), - wB.register(QP), - wB.register(JP), - wB.register(eF), - wB.register(tF), - wB.register(nF), - wB.register(EO), - wB.register(rF), - wB.register(oF), - wB.register(iF), - wB.register(lF), - wB.register(aF), - wB.register(CF), - wB.register(sF), - wB.register(cF), - wB.register(dF), - wB.register(uF), - wB.register(pF), - wB.register(mF), - wB.register(hF), - wB.register(fF), - wB.register(gF), - wB.register(vF), - wB.register(wF), - wB.register(LF), - wB.register(bF), - wB.register(MF), - wB.register(VO), - wB.register(HF), - wB.register(EF), - wB.register(RF), - wB.register(yF), - wB.register(VF), - wB.register(SF), - wB.register(TF), - wB.register(NF), - wB.register(xF), - wB.register(_F), - wB.register(AF), - wB.register(ZF), - wB.register(SO), - wB.register(IF), - wB.register(kF), - wB.register(OF), - wB.register(BF), - wB.register(DF), - wB.register(PF), - wB.register(FF), - wB.register(UF), - wB.register(zF), - wB.register(GF), - wB.register($F), - wB.register(WF), - wB.register(jF), - wB.register(qF), - wB.register(YF), - wB.register(KF), - wB.register(XF), - wB.register(QF), - wB.register(xO), - wB.register(JF), - wB.register(eU), - wB.register(tU), - wB.register(nU), - wB.register(_O), - wB.register(rU), - wB.register(oU), - wB.register(iU), - wB.register(lU); -wB.register(aU), - wB.register(CU), - wB.register(sU), - wB.register(cU), - wB.register(dU), - wB.register(uU), - wB.register(pU), - wB.register(mU), - wB.register(ZO), - wB.register(hU), - wB.register(IO), - wB.register(fU), - wB.register(gU), - wB.register(vU), - wB.register(wU), - wB.register(LU), - wB.register(bU), - wB.register(MU), - wB.register(HU), - wB.register(EU), - wB.register(RU), - wB.register(yU), - wB.register(VU), - wB.register(SU), - wB.register(TU), - wB.register(NU), - wB.register(xU), - wB.register(_U), - wB.register(BO), - wB.register(AU), - wB.register(ZU), - wB.register(IU), - wB.register(FO), - wB.register(kU), - wB.register(OU), - wB.register(BU), - wB.register(DU), - wB.register(PU), - wB.register(FU), - wB.register(UU), - wB.register(zU), - wB.register(GU), - wB.register($U), - wB.register(WU), - wB.register(jU), - wB.register(qU), - wB.register(YU), - wB.register(KU), - wB.register(XU), - wB.register(QU), - wB.register(JU), - wB.register(ez), - wB.register(tz), - wB.register(nz), - wB.register(rz), - wB.register(oz), - wB.register(iz), - wB.register(lz), - wB.register(az), - wB.register(Cz), - wB.register(sz), - wB.register(cz); -var hz = (function (e) { + (ez.displayName = "zig"), + (ez.aliases = []), + sB.register(nO), + sB.register(rO), + sB.register(Kk), + sB.register(CO), + sB.register(sO), + sB.register(cB), + sB.register(dB), + sB.register(uB), + sB.register(pB), + sB.register(mB), + sB.register(hB), + sB.register(fB), + sB.register(gB), + sB.register(VO), + sB.register(vB), + sB.register(wB), + sB.register(LB), + sB.register(bB), + sB.register(Xk), + sB.register(Qk), + sB.register(Jk), + sB.register(MB), + sB.register(HB), + sB.register(eO), + sB.register(hO), + sB.register(fO), + sB.register(EB), + sB.register(RB), + sB.register(tO), + sB.register(yB), + sB.register(VB), + sB.register(TB), + sB.register(SB), + sB.register(NB), + sB.register(xB), + sB.register(_B), + sB.register(AB), + sB.register(NO), + sB.register(ZB), + sB.register(IB), + sB.register(kB), + sB.register(OB), + sB.register(BB), + sB.register(DB), + sB.register(PB), + sB.register(FB), + sB.register(UB), + sB.register(zB), + sB.register(GB), + sB.register($B), + sB.register(WB), + sB.register(jB), + sB.register(qB), + sB.register(YB), + sB.register(KB), + sB.register(XB), + sB.register(QB), + sB.register(JB), + sB.register(eD), + sB.register(tD), + sB.register(nD), + sB.register(rD), + sB.register(oD), + sB.register(HO), + sB.register(iD), + sB.register(lD), + sB.register(aD), + sB.register(CD), + sB.register(sD), + sB.register(cD), + sB.register(dD), + sB.register(uD), + sB.register(pD), + sB.register(mD), + sB.register(oO), + sB.register(wO), + sB.register(hD), + sB.register(fD), + sB.register(gD), + sB.register(vD), + sB.register(wD), + sB.register(LD), + sB.register(bD), + sB.register(MD), + sB.register(HD), + sB.register(ED), + sB.register(pO), + sB.register(RD), + sB.register(yD), + sB.register(VD), + sB.register(TD), + sB.register(SD), + sB.register(ND), + sB.register(xD), + sB.register(_D), + sB.register(AD), + sB.register(ZD), + sB.register(ID), + sB.register(kD), + sB.register(OD), + sB.register(BD), + sB.register(DD), + sB.register(PD), + sB.register(FD), + sB.register(UD), + sB.register(zD), + sB.register(GD), + sB.register($D), + sB.register(WD), + sB.register(iO), + sB.register(jD), + sB.register(qD), + sB.register(YD), + sB.register(KD), + sB.register(uO), + sB.register(yO), + sB.register(XD), + sB.register(QD), + sB.register(JD), + sB.register(eP), + sB.register(tP), + sB.register(nP), + sB.register(rP), + sB.register(oP), + sB.register(iP), + sB.register(lP), + sB.register(cO), + sB.register(aP), + sB.register(CP), + sB.register(sP), + sB.register(cP), + sB.register(dP), + sB.register(uP), + sB.register(pP), + sB.register(mP), + sB.register(lO), + sB.register(hP), + sB.register(fP), + sB.register(aO), + sB.register(LO), + sB.register(gP), + sB.register(vP), + sB.register(wP), + sB.register(LP), + sB.register(bP), + sB.register(MP), + sB.register(HP), + sB.register(EP), + sB.register(SO), + sB.register(RP), + sB.register(yP), + sB.register(VP), + sB.register(TP), + sB.register(SP), + sB.register(NP), + sB.register(xP), + sB.register(_P), + sB.register(AP), + sB.register(dO), + sB.register(ZP), + sB.register(IP), + sB.register(kP), + sB.register(OP), + sB.register(BP), + sB.register(DP), + sB.register(PP), + sB.register(FP), + sB.register(UP), + sB.register(zP), + sB.register(GP), + sB.register($P), + sB.register(WP), + sB.register(mO), + sB.register(jP), + sB.register(qP), + sB.register(YP), + sB.register(KP), + sB.register(XP), + sB.register(QP), + sB.register(JP), + sB.register(eF), + sB.register(tF), + sB.register(nF), + sB.register(rF), + sB.register(oF), + sB.register(iF), + sB.register(lF), + sB.register(aF), + sB.register(CF), + sB.register(sF), + sB.register(cF), + sB.register(dF), + sB.register(uF), + sB.register(gO), + sB.register(pF), + sB.register(mF), + sB.register(hF), + sB.register(fF), + sB.register(gF), + sB.register(vF), + sB.register(wF), + sB.register(LF), + sB.register(bF), + sB.register(MF), + sB.register(HF), + sB.register(EF), + sB.register(vO), + sB.register(RF), + sB.register(yF), + sB.register(VF), + sB.register(TF), + sB.register(SF), + sB.register(NF), + sB.register(xF), + sB.register(_F), + sB.register(AF), + sB.register(ZF), + sB.register(IF), + sB.register(kF), + sB.register(OF), + sB.register(BF), + sB.register(DF), + sB.register(PF), + sB.register(FF), + sB.register(UF), + sB.register(bO), + sB.register(zF), + sB.register(GF), + sB.register($F), + sB.register(WF), + sB.register(MO), + sB.register(jF), + sB.register(qF), + sB.register(YF), + sB.register(KF); +sB.register(XF), + sB.register(QF), + sB.register(JF), + sB.register(eU), + sB.register(tU), + sB.register(nU), + sB.register(rU), + sB.register(oU), + sB.register(EO), + sB.register(iU), + sB.register(RO), + sB.register(lU), + sB.register(aU), + sB.register(CU), + sB.register(sU), + sB.register(cU), + sB.register(dU), + sB.register(uU), + sB.register(pU), + sB.register(mU), + sB.register(hU), + sB.register(fU), + sB.register(gU), + sB.register(vU), + sB.register(wU), + sB.register(LU), + sB.register(bU), + sB.register(MU), + sB.register(TO), + sB.register(HU), + sB.register(EU), + sB.register(RU), + sB.register(xO), + sB.register(yU), + sB.register(VU), + sB.register(TU), + sB.register(SU), + sB.register(NU), + sB.register(xU), + sB.register(_U), + sB.register(AU), + sB.register(ZU), + sB.register(IU), + sB.register(kU), + sB.register(OU), + sB.register(BU), + sB.register(DU), + sB.register(PU), + sB.register(FU), + sB.register(UU), + sB.register(zU), + sB.register(GU), + sB.register($U), + sB.register(WU), + sB.register(jU), + sB.register(qU), + sB.register(YU), + sB.register(KU), + sB.register(XU), + sB.register(QU), + sB.register(JU), + sB.register(ez); +var iz = (function (e) { return function (t) { return ( void 0 === t && (t = {}), @@ -57486,7 +57381,7 @@ var hz = (function (e) { (i = t), (l = n), (o = r), - Kk( + Pk( e, i, function (e, t) { @@ -57515,7 +57410,7 @@ var hz = (function (e) { var C, s, c = (function (e) { - for (var t, n = mz(e.properties.className); !(t = n()).done; ) { + for (var t, n = oz(e.properties.className); !(t = n()).done; ) { var r = t.value; if ("language-" === r.slice(0, 9)) return r.slice(9).toLowerCase(); @@ -57535,7 +57430,7 @@ var hz = (function (e) { var d, u; (u = null != (d = c) && d.includes("diff-") ? c.split("-")[1] : c), - (C = e.highlight(Xk(n), u)), + (C = e.highlight(Fk(n), u)), (o.properties.className = (o.properties.className || []).concat( "language-" + u, )); @@ -57559,7 +57454,7 @@ var hz = (function (e) { t.push(n); else for ( - var i, l = r.split("\n"), a = mz(l.entries()); + var i, l = r.split("\n"), a = oz(l.entries()); !(i = a()).done; ) { @@ -57620,7 +57515,7 @@ var hz = (function (e) { .join(); if (t.test(n)) { var r = t.exec(n)[1], - o = iO(r); + o = Yk(r); return function (e) { return o.includes(e + 1); }; @@ -57630,7 +57525,7 @@ var hz = (function (e) { }; })(a), h = (function (e) { - var t = dz(/showLineNumbers=(\d+)/i, { lines: 1 }); + var t = tz(/showLineNumbers=(\d+)/i, { lines: 1 }); if (t.test(e)) { var n = t.exec(e); return Number(n.groups.lines); @@ -57659,7 +57554,7 @@ var hz = (function (e) { o = r[0], i = r[1]; i.properties.className = ["code-line"]; - var l = tO(C, function (e) { + var l = $k(C, function (e) { return ( e.position.start.line <= o + 1 && e.position.end.line >= o + 1 @@ -57675,31 +57570,31 @@ var hz = (function (e) { i.properties.className.push("line-number")), m(o) && i.properties.className.push("highlight-line"), ("diff" === c || (null != (e = c) && e.includes("diff-"))) && - "-" === Xk(i).substring(0, 1) + "-" === Fk(i).substring(0, 1) ? i.properties.className.push("deleted") : ("diff" === c || (null != (n = c) && n.includes("diff-"))) && - "+" === Xk(i).substring(0, 1) && + "+" === Fk(i).substring(0, 1) && i.properties.className.push("inserted"); }, - w = mz(f.entries()); + w = oz(f.entries()); !(p = w()).done; ) v(); - f.length > 0 && "" === Xk(f[f.length - 1]).trim() && f.pop(), + f.length > 0 && "" === Fk(f[f.length - 1]).trim() && f.pop(), (n.children = f); } } }; - })(wB), - fz = ["rehypePlugins"], - gz = t.forwardRef((e, t) => { - var { rehypePlugins: n = [[hz, { ignoreMissing: !0 }]] } = e, - r = Rx(e, fz); - return G.jsx(zk, Ye({}, r, { rehypePlugins: n, ref: t })); + })(sB), + lz = ["rehypePlugins"], + az = t.forwardRef((e, t) => { + var { rehypePlugins: n = [[iz, { ignoreMissing: !0 }]] } = e, + r = hx(e, lz); + return I.jsx(Ak, Pe({}, r, { rehypePlugins: n, ref: t })); }); -const vz = ({ +const Cz = ({ value: e, label: t = "", tooltip: n = "", @@ -57712,11 +57607,11 @@ const vz = ({ horizontal: c = !1, helper: d, }) => { - const u = yt(), - p = i(() => (a ? vT({ ...Z(a, u) }) : {}), [a, u]), + const u = gt(), + p = i(() => (a ? sS({ ...R(a, u) }) : {}), [a, u]), m = ((e) => ({ display: "grid", - [`@media (max-width: ${S.md}px)`]: { gridTemplateColumns: "1fr" }, + [`@media (max-width: ${w.md}px)`]: { gridTemplateColumns: "1fr" }, "& .inputLabel": { marginBottom: 10 }, "& .editorWrapper": { overflow: "auto", @@ -57790,10 +57685,10 @@ const vz = ({ }, }, }))(u); - return Ot("div", { + return Tt("div", { css: [ m, - vT({ + sS({ gridTemplateColumns: c ? "auto 1fr" : "1fr", "& .editorContainer": { maxHeight: l }, "& .editor": { "&.w-tc-editor": { minHeight: l || "initial" } }, @@ -57802,28 +57697,28 @@ const vz = ({ ], className: `codeEditor inputItem ${s}`, children: [ - Ot(XN, { + Tt(FN, { className: "inputLabel", children: [ - kt("span", { children: t }), + Vt("span", { children: t }), "" !== n && - kt(yT, { + Vt(fS, { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: n, placement: "top", - children: kt(Ja, {}), + children: Vt(Ga, {}), }), }), ], }), - Ot(yT, { + Tt(fS, { className: "editorWrapper", children: [ - C && kt(yT, { className: "actionsContainer", children: C }), - kt(yT, { + C && Vt(fS, { className: "actionsContainer", children: C }), + Vt(fS, { className: "editorContainer", - children: kt(gz, { + children: Vt(az, { value: e, language: r, onChange: (e) => { @@ -57836,11 +57731,11 @@ const vz = ({ }), ], }), - void 0 !== d && kt(YN, { children: d }), + void 0 !== d && Vt(DN, { children: d }), ], }); }, - wz = vT({ + sz = sS({ "& .predefinedList": { width: "initial", padding: "0 8px", @@ -57848,15 +57743,15 @@ const vz = ({ minHeight: "initial", }, }), - Lz = ({ + cz = ({ label: e = "", children: t, actionButton: n, mode: r = "single", sx: o, }) => { - const l = yt(), - a = i(() => (o ? vT({ ...Z(o, l) }) : {}), [o, l]), + const l = gt(), + a = i(() => (o ? sS({ ...R(o, l) }) : {}), [o, l]), C = "multi" === r, s = ((e) => ({ boxSizing: "border-box", @@ -57899,36 +57794,36 @@ const vz = ({ }, "& .codeSnippet": { "& .inputBase": { flexWrap: "nowrap" } }, }))(l); - return Ot("div", { + return Tt("div", { className: "codeSnippet", children: [ - kt("div", { + Vt("div", { children: - "" !== e && kt(XN, { className: "inputLabel", children: e }), + "" !== e && Vt(FN, { className: "inputLabel", children: e }), }), - kt("div", { - css: [s, "inline" === r ? wz : {}, a], - children: Ot("div", { + Vt("div", { + css: [s, "inline" === r ? sz : {}, a], + children: Tt("div", { className: "predefinedList " + (n ? "includesActionButton" : ""), children: [ - kt("div", { + Vt("div", { className: C ? "innerContentMultiline" : "innerContent", children: t, }), - n && kt("div", { className: "overlayShareOption", children: n }), + n && Vt("div", { className: "overlayShareOption", children: n }), ], }), }), ], }); }; -function bz(e, t) { +function dz(e, t) { if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function"); } -function Mz(e) { +function uz(e) { return ( - (Mz = + (uz = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (e) { return typeof e; @@ -57941,86 +57836,86 @@ function Mz(e) { ? "symbol" : typeof e; }), - Mz(e) + uz(e) ); } -function Hz(e) { +function pz(e) { var t = (function (e, t) { - if ("object" != Mz(e) || !e) return e; + if ("object" != uz(e) || !e) return e; var n = e[Symbol.toPrimitive]; if (void 0 !== n) { var r = n.call(e, t || "default"); - if ("object" != Mz(r)) return r; + if ("object" != uz(r)) return r; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === t ? String : Number)(e); })(e, "string"); - return "symbol" == Mz(t) ? t : t + ""; + return "symbol" == uz(t) ? t : t + ""; } -function Ez(e, t) { +function mz(e, t) { for (var n = 0; n < t.length; n++) { var r = t[n]; (r.enumerable = r.enumerable || !1), (r.configurable = !0), "value" in r && (r.writable = !0), - Object.defineProperty(e, Hz(r.key), r); + Object.defineProperty(e, pz(r.key), r); } } -function Rz(e, t, n) { +function hz(e, t, n) { return ( - t && Ez(e.prototype, t), - n && Ez(e, n), + t && mz(e.prototype, t), + n && mz(e, n), Object.defineProperty(e, "prototype", { writable: !1 }), e ); } -function yz(e) { +function fz(e) { if (void 0 === e) throw new ReferenceError( "this hasn't been initialised - super() hasn't been called", ); return e; } -function Vz(e, t) { - if (t && ("object" == Mz(t) || "function" == typeof t)) return t; +function gz(e, t) { + if (t && ("object" == uz(t) || "function" == typeof t)) return t; if (void 0 !== t) throw new TypeError( "Derived constructors may only return object or undefined", ); - return yz(e); + return fz(e); } -function Sz(e) { +function vz(e) { return ( - (Sz = Object.setPrototypeOf + (vz = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (e) { return e.__proto__ || Object.getPrototypeOf(e); }), - Sz(e) + vz(e) ); } -function Tz(e, t) { +function wz(e, t) { return ( - (Tz = Object.setPrototypeOf + (wz = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (e, t) { return (e.__proto__ = t), e; }), - Tz(e, t) + wz(e, t) ); } -function Nz(e, t) { +function Lz(e, t) { if ("function" != typeof t && null !== t) throw new TypeError("Super expression must either be null or a function"); (e.prototype = Object.create(t && t.prototype, { constructor: { value: e, writable: !0, configurable: !0 }, })), Object.defineProperty(e, "prototype", { writable: !1 }), - t && Tz(e, t); + t && wz(e, t); } -function xz(e, t, n) { +function bz(e, t, n) { return ( - (t = Hz(t)) in e + (t = pz(t)) in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, @@ -58031,11 +57926,11 @@ function xz(e, t, n) { e ); } -function _z() { +function Mz() { var e = this.constructor.getDerivedStateFromProps(this.props, this.state); null != e && this.setState(e); } -function Az(e) { +function Hz(e) { this.setState( function (t) { var n = this.constructor.getDerivedStateFromProps(e, t); @@ -58043,7 +57938,7 @@ function Az(e) { }.bind(this), ); } -function Zz(e, t) { +function Ez(e, t) { try { var n = this.props, r = this.state; @@ -58055,7 +57950,7 @@ function Zz(e, t) { (this.props = n), (this.state = r); } } -function Iz(e) { +function Rz(e) { var t = e.prototype; if (!t || !t.isReactComponent) throw new Error("Can only polyfill class components"); @@ -58101,14 +57996,14 @@ function Iz(e) { } if ( ("function" == typeof e.getDerivedStateFromProps && - ((t.componentWillMount = _z), (t.componentWillReceiveProps = Az)), + ((t.componentWillMount = Mz), (t.componentWillReceiveProps = Hz)), "function" == typeof t.getSnapshotBeforeUpdate) ) { if ("function" != typeof t.componentDidUpdate) throw new Error( "Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype", ); - t.componentWillUpdate = Zz; + t.componentWillUpdate = Ez; var a = t.componentDidUpdate; t.componentDidUpdate = function (e, t, n) { var r = this.__reactInternalSnapshotFlag @@ -58119,7 +58014,7 @@ function Iz(e) { } return e; } -function kz(e) { +function yz(e) { var t, n, r = ""; @@ -58127,16 +58022,16 @@ function kz(e) { else if ("object" == typeof e) if (Array.isArray(e)) for (t = 0; t < e.length; t++) - e[t] && (n = kz(e[t])) && (r && (r += " "), (r += n)); + e[t] && (n = yz(e[t])) && (r && (r += " "), (r += n)); else for (t in e) e[t] && (r && (r += " "), (r += t)); return r; } -function Oz() { +function Vz() { for (var e, t, n = 0, r = ""; n < arguments.length; ) - (e = arguments[n++]) && (t = kz(e)) && (r && (r += " "), (r += t)); + (e = arguments[n++]) && (t = yz(e)) && (r && (r += " "), (r += t)); return r; } -function Bz(e) { +function Tz(e) { var t = e.cellCount, n = e.cellSize, r = e.computeMetadataCallback, @@ -58149,11 +58044,11 @@ function Bz(e) { (t === i && (("number" != typeof n && "number" != typeof l) || n === l)) || (r(o), C >= 0 && C === a && s()); } -function Dz(e, t) { +function Sz(e, t) { if (null == e) return {}; var n, r, - o = Rx(e, t); + o = hx(e, t); if (Object.getOwnPropertySymbols) { var i = Object.getOwnPropertySymbols(e); for (r = 0; r < i.length; r++) @@ -58162,35 +58057,35 @@ function Dz(e, t) { } return o; } -(_z.__suppressDeprecationWarning = !0), - (Az.__suppressDeprecationWarning = !0), - (Zz.__suppressDeprecationWarning = !0); -var Pz, +(Mz.__suppressDeprecationWarning = !0), + (Hz.__suppressDeprecationWarning = !0), + (Ez.__suppressDeprecationWarning = !0); +var Nz, + xz, + _z, + Az, + Zz, + Iz, + kz, + Oz, + Bz, + Dz, + Pz, Fz, Uz, - zz, - Gz, - $z, - Wz, - jz, - qz, - Yz, - Kz, - Xz, - Qz, - Jz = { exports: {} }; + zz = { exports: {} }; /* object-assign (c) Sindre Sorhus @license MIT -*/ function eG() { - if (Fz) return Pz; - Fz = 1; +*/ function Gz() { + if (xz) return Nz; + xz = 1; var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable; return ( - (Pz = (function () { + (Nz = (function () { try { if (!Object.assign) return !1; var e = new String("abc"); @@ -58239,27 +58134,27 @@ object-assign } return a; }), - Pz + Nz ); } -function tG() { - if (zz) return Uz; - zz = 1; - return (Uz = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); +function $z() { + if (Az) return _z; + Az = 1; + return (_z = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } -function nG() { - return $z - ? Gz - : (($z = 1), (Gz = Function.call.bind(Object.prototype.hasOwnProperty))); +function Wz() { + return Iz + ? Zz + : ((Iz = 1), (Zz = Function.call.bind(Object.prototype.hasOwnProperty))); } -function rG() { - if (jz) return Wz; - jz = 1; +function jz() { + if (Oz) return kz; + Oz = 1; var e = function () {}; if ("production" !== process.env.NODE_ENV) { - var t = tG(), + var t = $z(), n = {}, - r = nG(); + r = Wz(); e = function (e) { var t = "Warning: " + e; "undefined" != typeof console && console.error(t); @@ -58316,17 +58211,17 @@ function rG() { (o.resetWarningCache = function () { "production" !== process.env.NODE_ENV && (n = {}); }), - (Wz = o) + (kz = o) ); } -function oG() { - if (Yz) return qz; - Yz = 1; - var e = ot(), - t = eG(), - n = tG(), - r = nG(), - o = rG(), +function qz() { + if (Dz) return Bz; + Dz = 1; + var e = Ye(), + t = Gz(), + n = $z(), + r = Wz(), + o = jz(), i = function () {}; function l() { return null; @@ -58340,7 +58235,7 @@ function oG() { throw new Error(t); } catch (e) {} }), - (qz = function (a, C) { + (Bz = function (a, C) { var s = "function" == typeof Symbol && Symbol.iterator; var c = "<>", d = { @@ -58810,18 +58705,18 @@ function oG() { d ); }), - qz + Bz ); } -function iG() { - if (Xz) return Kz; - Xz = 1; - var e = tG(); +function Yz() { + if (Fz) return Pz; + Fz = 1; + var e = $z(); function t() {} function n() {} return ( (n.resetWarningCache = t), - (Kz = function () { + (Pz = function () { function r(t, n, r, o, i, l) { if (l !== e) { var a = new Error( @@ -58861,104 +58756,104 @@ function iG() { }) ); } -function lG() { - if (Qz) return Jz.exports; - if (((Qz = 1), "production" !== process.env.NODE_ENV)) { - var e = ot(); - Jz.exports = oG()(e.isElement, true); - } else Jz.exports = iG()(); - return Jz.exports; +function Kz() { + if (Uz) return zz.exports; + if (((Uz = 1), "production" !== process.env.NODE_ENV)) { + var e = Ye(); + zz.exports = qz()(e.isElement, true); + } else zz.exports = Yz()(); + return zz.exports; } -var aG = k(lG()); +var Xz = V(Kz()); "production" !== process.env.NODE_ENV && - (aG.number.isRequired, aG.number.isRequired), + (Xz.number.isRequired, Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, - aG.bool.isRequired, - aG.bool.isRequired, - aG.string.isRequired, - aG.object.isRequired, - aG.number.isRequired, - aG.object.isRequired); -var CG = "production" === process.env.NODE_ENV ? null : aG.func; -"production" !== process.env.NODE_ENV && aG.objectOf(aG.node.isRequired), - "production" !== process.env.NODE_ENV && aG.objectOf(aG.object.isRequired), + (Xz.number.isRequired, + Xz.bool.isRequired, + Xz.bool.isRequired, + Xz.string.isRequired, + Xz.object.isRequired, + Xz.number.isRequired, + Xz.object.isRequired); +var Qz = "production" === process.env.NODE_ENV ? null : Xz.func; +"production" !== process.env.NODE_ENV && Xz.objectOf(Xz.node.isRequired), + "production" !== process.env.NODE_ENV && Xz.objectOf(Xz.object.isRequired), "production" !== process.env.NODE_ENV && - (aG.objectOf(aG.node.isRequired).isRequired, - aG.func.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.object, - aG.number.isRequired, - aG.bool.isRequired, - aG.bool.isRequired, - aG.object.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.objectOf(aG.object.isRequired).isRequired, - aG.number.isRequired, - aG.object.isRequired, - aG.object.isRequired); -var sG = "production" === process.env.NODE_ENV ? null : aG.func; -"production" !== process.env.NODE_ENV && aG.func; -var cG = + (Xz.objectOf(Xz.node.isRequired).isRequired, + Xz.func.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.object, + Xz.number.isRequired, + Xz.bool.isRequired, + Xz.bool.isRequired, + Xz.object.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.objectOf(Xz.object.isRequired).isRequired, + Xz.number.isRequired, + Xz.object.isRequired, + Xz.object.isRequired); +var Jz = "production" === process.env.NODE_ENV ? null : Xz.func; +"production" !== process.env.NODE_ENV && Xz.func; +var eG = "production" === process.env.NODE_ENV ? null - : aG.oneOfType([aG.func, aG.number]), - dG = "production" === process.env.NODE_ENV ? null : aG.func; + : Xz.oneOfType([Xz.func, Xz.number]), + tG = "production" === process.env.NODE_ENV ? null : Xz.func; "production" !== process.env.NODE_ENV && - (aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired), + (Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.bool.isRequired, aG.bool.isRequired, aG.number.isRequired), + (Xz.bool.isRequired, Xz.bool.isRequired, Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired), + (Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.oneOf(["horizontal", "vertical"]).isRequired, - aG.oneOf([-1, 1]).isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired), + (Xz.oneOf(["horizontal", "vertical"]).isRequired, + Xz.oneOf([-1, 1]).isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, aG.number.isRequired); -var uG = "production" === process.env.NODE_ENV ? null : aG.func, - pG = + (Xz.number.isRequired, Xz.number.isRequired); +var nG = "production" === process.env.NODE_ENV ? null : Xz.func, + rG = "production" === process.env.NODE_ENV ? null - : aG.oneOf(["auto", "end", "start", "center"]); -"production" !== process.env.NODE_ENV && (aG.number, aG.number); -var mG = (function () { + : Xz.oneOf(["auto", "end", "start", "center"]); +"production" !== process.env.NODE_ENV && (Xz.number, Xz.number); +var oG = (function () { function e(t) { var n = t.cellCount, r = t.cellSizeGetter, o = t.estimatedCellSize; - bz(this, e), - xz(this, "_cellSizeAndPositionData", {}), - xz(this, "_lastMeasuredIndex", -1), - xz(this, "_lastBatchedIndex", -1), - xz(this, "_cellCount", void 0), - xz(this, "_cellSizeGetter", void 0), - xz(this, "_estimatedCellSize", void 0), + dz(this, e), + bz(this, "_cellSizeAndPositionData", {}), + bz(this, "_lastMeasuredIndex", -1), + bz(this, "_lastBatchedIndex", -1), + bz(this, "_cellCount", void 0), + bz(this, "_cellSizeGetter", void 0), + bz(this, "_estimatedCellSize", void 0), (this._cellSizeGetter = r), (this._cellCount = n), (this._estimatedCellSize = o); } return ( - Rz(e, [ + hz(e, [ { key: "areOffsetsAdjusted", value: function () { @@ -59157,22 +59052,22 @@ var mG = (function () { e ); })(), - hG = function () { + iG = function () { return "undefined" != typeof window && window.chrome ? 16777100 : 15e5; }, - fG = (function () { + lG = (function () { function e(t) { var n = t.maxScrollSize, - r = void 0 === n ? hG() : n, - o = Dz(t, ["maxScrollSize"]); - bz(this, e), - xz(this, "_cellSizeAndPositionManager", void 0), - xz(this, "_maxScrollSize", void 0), - (this._cellSizeAndPositionManager = new mG(o)), + r = void 0 === n ? iG() : n, + o = Sz(t, ["maxScrollSize"]); + dz(this, e), + bz(this, "_cellSizeAndPositionManager", void 0), + bz(this, "_maxScrollSize", void 0), + (this._cellSizeAndPositionManager = new oG(o)), (this._maxScrollSize = r); } return ( - Rz(e, [ + hz(e, [ { key: "areOffsetsAdjusted", value: function () { @@ -59325,7 +59220,7 @@ var mG = (function () { e ); })(); -function gG() { +function aG() { var e = !(arguments.length > 0 && void 0 !== arguments[0]) || arguments[0], t = {}; return function (n) { @@ -59348,7 +59243,7 @@ function gG() { (t = o), l && a && r(o); }; } -function vG(e) { +function CG(e) { var t = e.cellSize, n = e.cellSizeAndPositionManager, r = e.previousCellsCount, @@ -59374,7 +59269,7 @@ function vG(e) { ? p(c) : !h && m > 0 && (d < a || m < r) && C > n.getTotalSize() - d && p(m - 1); } -function wG(e, t) { +function sG(e, t) { "production" !== process.env.NODE_ENV && t && (t.type && t.type.__internalCellMeasurerFlag && (t = t.props.children), @@ -59387,15 +59282,15 @@ function wG(e, t) { "Rendered cell should include style property for positioning.", ))); } -var LG, - bG, - MG = !( +var cG, + dG, + uG = !( "undefined" == typeof window || !window.document || !window.document.createElement ); -function HG(e) { - if (((!LG && 0 !== LG) || e) && MG) { +function pG(e) { + if (((!cG && 0 !== cG) || e) && uG) { var t = document.createElement("div"); (t.style.position = "absolute"), (t.style.top = "-9999px"), @@ -59403,55 +59298,55 @@ function HG(e) { (t.style.height = "50px"), (t.style.overflow = "scroll"), document.body.appendChild(t), - (LG = t.offsetWidth - t.clientWidth), + (cG = t.offsetWidth - t.clientWidth), document.body.removeChild(t); } - return LG; + return cG; } -var EG = - (bG = +var mG = + (dG = "undefined" != typeof window ? window : "undefined" != typeof self ? self : {}).requestAnimationFrame || - bG.webkitRequestAnimationFrame || - bG.mozRequestAnimationFrame || - bG.oRequestAnimationFrame || - bG.msRequestAnimationFrame || + dG.webkitRequestAnimationFrame || + dG.mozRequestAnimationFrame || + dG.oRequestAnimationFrame || + dG.msRequestAnimationFrame || function (e) { - return bG.setTimeout(e, 1e3 / 60); + return dG.setTimeout(e, 1e3 / 60); }, - RG = - bG.cancelAnimationFrame || - bG.webkitCancelAnimationFrame || - bG.mozCancelAnimationFrame || - bG.oCancelAnimationFrame || - bG.msCancelAnimationFrame || + hG = + dG.cancelAnimationFrame || + dG.webkitCancelAnimationFrame || + dG.mozCancelAnimationFrame || + dG.oCancelAnimationFrame || + dG.msCancelAnimationFrame || function (e) { - bG.clearTimeout(e); + dG.clearTimeout(e); }, - yG = EG, - VG = RG; -"production" !== process.env.NODE_ENV && aG.number.isRequired; -var SG, - TG, - NG = function (e) { - return VG(e.id); + fG = mG, + gG = hG; +"production" !== process.env.NODE_ENV && Xz.number.isRequired; +var vG, + wG, + LG = function (e) { + return gG(e.id); }, - xG = function (e, t) { + bG = function (e, t) { var n; Promise.resolve().then(function () { n = Date.now(); }); var r = { - id: yG(function o() { - Date.now() - n >= t ? e.call() : (r.id = yG(o)); + id: fG(function o() { + Date.now() - n >= t ? e.call() : (r.id = fG(o)); }), }; return r; }; -function _G(e, t) { +function MG(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -59463,62 +59358,62 @@ function _G(e, t) { } return n; } -function AG(e) { +function HG(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? _G(n, !0).forEach(function (t) { - xz(e, t, n[t]); + ? MG(n, !0).forEach(function (t) { + bz(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : _G(n).forEach(function (t) { + : MG(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -var ZG = "observed", - IG = "requested", - kG = - ((TG = SG = +var EG = "observed", + RG = "requested", + yG = + ((wG = vG = (function () { function t(e) { var n; - bz(this, t), - xz( - yz((n = Vz(this, Sz(t).call(this, e)))), + dz(this, t), + bz( + fz((n = gz(this, vz(t).call(this, e)))), "_onGridRenderedMemoizer", - gG(), + aG(), ), - xz(yz(n), "_onScrollMemoizer", gG(!1)), - xz(yz(n), "_deferredInvalidateColumnIndex", null), - xz(yz(n), "_deferredInvalidateRowIndex", null), - xz(yz(n), "_recomputeScrollLeftFlag", !1), - xz(yz(n), "_recomputeScrollTopFlag", !1), - xz(yz(n), "_horizontalScrollBarSize", 0), - xz(yz(n), "_verticalScrollBarSize", 0), - xz(yz(n), "_scrollbarPresenceChanged", !1), - xz(yz(n), "_scrollingContainer", void 0), - xz(yz(n), "_childrenToDisplay", void 0), - xz(yz(n), "_columnStartIndex", void 0), - xz(yz(n), "_columnStopIndex", void 0), - xz(yz(n), "_rowStartIndex", void 0), - xz(yz(n), "_rowStopIndex", void 0), - xz(yz(n), "_renderedColumnStartIndex", 0), - xz(yz(n), "_renderedColumnStopIndex", 0), - xz(yz(n), "_renderedRowStartIndex", 0), - xz(yz(n), "_renderedRowStopIndex", 0), - xz(yz(n), "_initialScrollTop", void 0), - xz(yz(n), "_initialScrollLeft", void 0), - xz(yz(n), "_disablePointerEventsTimeoutId", void 0), - xz(yz(n), "_styleCache", {}), - xz(yz(n), "_cellCache", {}), - xz(yz(n), "_debounceScrollEndedCallback", function () { + bz(fz(n), "_onScrollMemoizer", aG(!1)), + bz(fz(n), "_deferredInvalidateColumnIndex", null), + bz(fz(n), "_deferredInvalidateRowIndex", null), + bz(fz(n), "_recomputeScrollLeftFlag", !1), + bz(fz(n), "_recomputeScrollTopFlag", !1), + bz(fz(n), "_horizontalScrollBarSize", 0), + bz(fz(n), "_verticalScrollBarSize", 0), + bz(fz(n), "_scrollbarPresenceChanged", !1), + bz(fz(n), "_scrollingContainer", void 0), + bz(fz(n), "_childrenToDisplay", void 0), + bz(fz(n), "_columnStartIndex", void 0), + bz(fz(n), "_columnStopIndex", void 0), + bz(fz(n), "_rowStartIndex", void 0), + bz(fz(n), "_rowStopIndex", void 0), + bz(fz(n), "_renderedColumnStartIndex", 0), + bz(fz(n), "_renderedColumnStopIndex", 0), + bz(fz(n), "_renderedRowStartIndex", 0), + bz(fz(n), "_renderedRowStopIndex", 0), + bz(fz(n), "_initialScrollTop", void 0), + bz(fz(n), "_initialScrollLeft", void 0), + bz(fz(n), "_disablePointerEventsTimeoutId", void 0), + bz(fz(n), "_styleCache", {}), + bz(fz(n), "_cellCache", {}), + bz(fz(n), "_debounceScrollEndedCallback", function () { (n._disablePointerEventsTimeoutId = null), n.setState({ isScrolling: !1, needToResetStyleCache: !1 }); }), - xz(yz(n), "_invokeOnGridRenderedHelper", function () { + bz(fz(n), "_invokeOnGridRenderedHelper", function () { var e = n.props.onSectionRendered; n._onGridRenderedMemoizer({ callback: e, @@ -59534,21 +59429,21 @@ var ZG = "observed", }, }); }), - xz(yz(n), "_setScrollingContainerRef", function (e) { + bz(fz(n), "_setScrollingContainerRef", function (e) { n._scrollingContainer = e; }), - xz(yz(n), "_onScroll", function (e) { + bz(fz(n), "_onScroll", function (e) { e.target === n._scrollingContainer && n.handleScrollEvent(e.target); }); - var r = new fG({ + var r = new lG({ cellCount: e.columnCount, cellSizeGetter: function (n) { return t._wrapSizeGetter(e.columnWidth)(n); }, estimatedCellSize: t._getEstimatedColumnSize(e), }), - o = new fG({ + o = new lG({ cellCount: e.rowCount, cellSizeGetter: function (n) { return t._wrapSizeGetter(e.rowHeight)(n); @@ -59586,8 +59481,8 @@ var ZG = "observed", ); } return ( - Nz(t, e.PureComponent), - Rz( + Lz(t, e.PureComponent), + hz( t, [ { @@ -59603,7 +59498,7 @@ var ZG = "observed", o = void 0 === r ? this.props.scrollToColumn : r, i = e.rowIndex, l = void 0 === i ? this.props.scrollToRow : i, - a = AG({}, this.props, { + a = HG({}, this.props, { scrollToAlignment: n, scrollToColumn: o, scrollToRow: l, @@ -59664,7 +59559,7 @@ var ZG = "observed", ? 1 : -1 : this.state.scrollDirectionVertical, - scrollPositionChangeReason: ZG, + scrollPositionChangeReason: EG, }; l || (f.scrollTop = h), a || (f.scrollLeft = m), @@ -59750,11 +59645,11 @@ var ZG = "observed", r > 1 && void 0 !== t && this._updateScrollLeftForScrollToColumn( - AG({}, o, { scrollToColumn: t }), + HG({}, o, { scrollToColumn: t }), ), void 0 !== n && this._updateScrollTopForScrollToRow( - AG({}, o, { scrollToRow: n }), + HG({}, o, { scrollToRow: n }), ); }, }, @@ -59776,7 +59671,7 @@ var ZG = "observed", this._handleInvalidatedGridSize(), s.scrollbarSizeMeasured || this.setState(function (e) { - var t = AG({}, e, { needToResetStyleCache: !1 }); + var t = HG({}, e, { needToResetStyleCache: !1 }); return ( (t.instanceProps.scrollbarSize = n()), (t.instanceProps.scrollbarSizeMeasured = !0), @@ -59840,7 +59735,7 @@ var ZG = "observed", var v = (l > 0 && 0 === e.columnCount) || (C > 0 && 0 === e.rowCount); - h === IG && + h === RG && (!i && m >= 0 && (m !== this._scrollingContainer.scrollLeft || v) && @@ -59854,7 +59749,7 @@ var ZG = "observed", (this._recomputeScrollLeftFlag ? ((this._recomputeScrollLeftFlag = !1), this._updateScrollLeftForScrollToColumn(this.props)) - : vG({ + : CG({ cellSizeAndPositionManager: g.columnSizeAndPositionManager, previousCellsCount: e.columnCount, @@ -59876,7 +59771,7 @@ var ZG = "observed", this._recomputeScrollTopFlag ? ((this._recomputeScrollTopFlag = !1), this._updateScrollTopForScrollToRow(this.props)) - : vG({ + : CG({ cellSizeAndPositionManager: g.rowSizeAndPositionManager, previousCellsCount: e.rowCount, @@ -59912,7 +59807,7 @@ var ZG = "observed", key: "componentWillUnmount", value: function () { this._disablePointerEventsTimeoutId && - NG(this._disablePointerEventsTimeoutId); + LG(this._disablePointerEventsTimeoutId); }, }, { @@ -59964,14 +59859,14 @@ var ZG = "observed", y = 0 === R.length && s > 0 && h > 0; return e.createElement( "div", - Ye({ ref: this._setScrollingContainerRef }, l, { + Pe({ ref: this._setScrollingContainerRef }, l, { "aria-label": this.props["aria-label"], "aria-readonly": this.props["aria-readonly"], - className: Oz("ReactVirtualized__Grid", i), + className: Vz("ReactVirtualized__Grid", i), id: c, onScroll: this._onScroll, role: u, - style: AG({}, L, {}, p), + style: HG({}, L, {}, p), tabIndex: m, }), R.length > 0 && @@ -59981,7 +59876,7 @@ var ZG = "observed", className: "ReactVirtualized__Grid__innerScrollContainer", role: a, - style: AG( + style: HG( { width: n ? "auto" : b, height: M, @@ -60074,18 +59969,18 @@ var ZG = "observed", R = H.overscanStartIndex, y = H.overscanStopIndex, V = E.overscanStartIndex, - S = E.overscanStopIndex; + T = E.overscanStopIndex; if (i) { if (!i.hasFixedHeight()) - for (var T = V; T <= S; T++) - if (!i.has(T, 0)) { + for (var S = V; S <= T; S++) + if (!i.has(S, 0)) { (R = 0), (y = o - 1); break; } if (!i.hasFixedWidth()) for (var N = R; N <= y; N++) if (!i.has(0, N)) { - (V = 0), (S = c - 1); + (V = 0), (T = c - 1); break; } } @@ -60103,7 +59998,7 @@ var ZG = "observed", parent: this, rowSizeAndPositionManager: h.rowSizeAndPositionManager, rowStartIndex: V, - rowStopIndex: S, + rowStopIndex: T, scrollLeft: g, scrollTop: f, styleCache: this._styleCache, @@ -60114,7 +60009,7 @@ var ZG = "observed", (this._columnStartIndex = R), (this._columnStopIndex = y), (this._rowStartIndex = V), - (this._rowStopIndex = S); + (this._rowStopIndex = T); } }, }, @@ -60123,8 +60018,8 @@ var ZG = "observed", value: function () { var e = this.props.scrollingResetTimeInterval; this._disablePointerEventsTimeoutId && - NG(this._disablePointerEventsTimeoutId), - (this._disablePointerEventsTimeoutId = xG( + LG(this._disablePointerEventsTimeoutId), + (this._disablePointerEventsTimeoutId = bG( this._debounceScrollEndedCallback, e, )); @@ -60340,7 +60235,7 @@ var ZG = "observed", !1 === e.isScrolling && !0 === l.prevIsScrolling && Object.assign(r, { isScrolling: !1 }), - Bz({ + Tz({ cellCount: l.prevColumnCount, cellSize: "number" == typeof l.prevColumnWidth @@ -60359,7 +60254,7 @@ var ZG = "observed", o = t._getScrollLeftForScrollToColumnStateUpdate(e, n); }, }), - Bz({ + Tz({ cellCount: l.prevRowCount, cellSize: "number" == typeof l.prevRowHeight @@ -60390,7 +60285,7 @@ var ZG = "observed", ? ((l.scrollbarSizeMeasured = !1), (l.scrollbarSize = 0)) : (l.scrollbarSizeMeasured = !0), (r.instanceProps = l), - AG({}, r, {}, o, {}, i) + HG({}, r, {}, o, {}, i) ); }, }, @@ -60416,7 +60311,7 @@ var ZG = "observed", var t = e.prevState, n = e.scrollLeft, r = e.scrollTop, - o = { scrollPositionChangeReason: IG }; + o = { scrollPositionChangeReason: RG }; return ( "number" == typeof n && n >= 0 && @@ -60533,112 +60428,112 @@ var ZG = "observed", t ); })()), - xz( - SG, + bz( + vG, "propTypes", "production" === process.env.NODE_ENV ? null : { - "aria-label": aG.string.isRequired, - "aria-readonly": aG.bool, - autoContainerWidth: aG.bool.isRequired, - autoHeight: aG.bool.isRequired, - autoWidth: aG.bool.isRequired, + "aria-label": Xz.string.isRequired, + "aria-readonly": Xz.bool, + autoContainerWidth: Xz.bool.isRequired, + autoHeight: Xz.bool.isRequired, + autoWidth: Xz.bool.isRequired, cellRenderer: function () { return ( - "function" == typeof CG - ? CG.isRequired - ? CG.isRequired - : CG - : aG.shape(CG).isRequired + "function" == typeof Qz + ? Qz.isRequired + ? Qz.isRequired + : Qz + : Xz.shape(Qz).isRequired ).apply(this, arguments); }, cellRangeRenderer: function () { return ( - "function" == typeof sG - ? sG.isRequired - ? sG.isRequired - : sG - : aG.shape(sG).isRequired + "function" == typeof Jz + ? Jz.isRequired + ? Jz.isRequired + : Jz + : Xz.shape(Jz).isRequired ).apply(this, arguments); }, - className: aG.string, - columnCount: aG.number.isRequired, + className: Xz.string, + columnCount: Xz.number.isRequired, columnWidth: function () { return ( - "function" == typeof cG - ? cG.isRequired - ? cG.isRequired - : cG - : aG.shape(cG).isRequired + "function" == typeof eG + ? eG.isRequired + ? eG.isRequired + : eG + : Xz.shape(eG).isRequired ).apply(this, arguments); }, - containerProps: aG.object, - containerRole: aG.string.isRequired, - containerStyle: aG.object.isRequired, - deferredMeasurementCache: aG.object, - estimatedColumnSize: aG.number.isRequired, - estimatedRowSize: aG.number.isRequired, - getScrollbarSize: aG.func.isRequired, - height: aG.number.isRequired, - id: aG.string, - isScrolling: aG.bool, - isScrollingOptOut: aG.bool.isRequired, + containerProps: Xz.object, + containerRole: Xz.string.isRequired, + containerStyle: Xz.object.isRequired, + deferredMeasurementCache: Xz.object, + estimatedColumnSize: Xz.number.isRequired, + estimatedRowSize: Xz.number.isRequired, + getScrollbarSize: Xz.func.isRequired, + height: Xz.number.isRequired, + id: Xz.string, + isScrolling: Xz.bool, + isScrollingOptOut: Xz.bool.isRequired, noContentRenderer: function () { return ( - "function" == typeof dG - ? dG.isRequired - ? dG.isRequired - : dG - : aG.shape(dG).isRequired + "function" == typeof tG + ? tG.isRequired + ? tG.isRequired + : tG + : Xz.shape(tG).isRequired ).apply(this, arguments); }, - onScroll: aG.func.isRequired, - onScrollbarPresenceChange: aG.func.isRequired, - onSectionRendered: aG.func.isRequired, - overscanColumnCount: aG.number.isRequired, + onScroll: Xz.func.isRequired, + onScrollbarPresenceChange: Xz.func.isRequired, + onSectionRendered: Xz.func.isRequired, + overscanColumnCount: Xz.number.isRequired, overscanIndicesGetter: function () { return ( - "function" == typeof uG - ? uG.isRequired - ? uG.isRequired - : uG - : aG.shape(uG).isRequired + "function" == typeof nG + ? nG.isRequired + ? nG.isRequired + : nG + : Xz.shape(nG).isRequired ).apply(this, arguments); }, - overscanRowCount: aG.number.isRequired, - role: aG.string.isRequired, + overscanRowCount: Xz.number.isRequired, + role: Xz.string.isRequired, rowHeight: function () { return ( - "function" == typeof cG - ? cG.isRequired - ? cG.isRequired - : cG - : aG.shape(cG).isRequired + "function" == typeof eG + ? eG.isRequired + ? eG.isRequired + : eG + : Xz.shape(eG).isRequired ).apply(this, arguments); }, - rowCount: aG.number.isRequired, - scrollingResetTimeInterval: aG.number.isRequired, - scrollLeft: aG.number, + rowCount: Xz.number.isRequired, + scrollingResetTimeInterval: Xz.number.isRequired, + scrollLeft: Xz.number, scrollToAlignment: function () { return ( - "function" == typeof pG - ? pG.isRequired - ? pG.isRequired - : pG - : aG.shape(pG).isRequired + "function" == typeof rG + ? rG.isRequired + ? rG.isRequired + : rG + : Xz.shape(rG).isRequired ).apply(this, arguments); }, - scrollToColumn: aG.number.isRequired, - scrollTop: aG.number, - scrollToRow: aG.number.isRequired, - style: aG.object.isRequired, - tabIndex: aG.number, - width: aG.number.isRequired, + scrollToColumn: Xz.number.isRequired, + scrollTop: Xz.number, + scrollToRow: Xz.number.isRequired, + style: Xz.object.isRequired, + tabIndex: Xz.number, + width: Xz.number.isRequired, }, ), - TG); -xz(kG, "defaultProps", { + wG); +bz(yG, "defaultProps", { "aria-label": "grid", "aria-readonly": !0, autoContainerWidth: !1, @@ -60693,7 +60588,7 @@ xz(kG, "defaultProps", { width: E.size, }), (m[y] = V)); - var S = { + var T = { columnIndex: H, isScrolling: C, isVisible: R, @@ -60702,11 +60597,11 @@ xz(kG, "defaultProps", { rowIndex: b, style: V, }, - T = void 0; - (!s && !C) || a || h ? (T = n(S)) : (t[y] || (t[y] = n(S)), (T = t[y])), - null != T && - !1 !== T && - ("production" !== process.env.NODE_ENV && wG(c, T), v.push(T)); + S = void 0; + (!s && !C) || a || h ? (S = n(T)) : (t[y] || (t[y] = n(T)), (S = t[y])), + null != S && + !1 !== S && + ("production" !== process.env.NODE_ENV && sG(c, S), v.push(S)); } return v; }, @@ -60714,7 +60609,7 @@ xz(kG, "defaultProps", { containerStyle: {}, estimatedColumnSize: 100, estimatedRowSize: 30, - getScrollbarSize: HG, + getScrollbarSize: pG, noContentRenderer: function () { return null; }, @@ -60748,9 +60643,9 @@ xz(kG, "defaultProps", { tabIndex: 0, isScrollingOptOut: !1, }), - Iz(kG); -var OG, BG; -function DG(e) { + Rz(yG); +var VG, TG; +function SG(e) { var t = e.cellCount, n = e.overscanCellsCount, r = e.scrollDirection, @@ -60769,7 +60664,7 @@ function DG(e) { } ); } -function PG(e, t) { +function NG(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -60782,20 +60677,20 @@ function PG(e, t) { return n; } "production" !== process.env.NODE_ENV && - (aG.number.isRequired, aG.number.isRequired); -var FG, - UG, - zG = - ((BG = OG = + (Xz.number.isRequired, Xz.number.isRequired); +var xG, + _G, + AG = + ((TG = VG = (function () { function t() { var e, n; - bz(this, t); + dz(this, t); for (var r = arguments.length, o = new Array(r), i = 0; i < r; i++) o[i] = arguments[i]; return ( - xz( - yz((n = Vz(this, (e = Sz(t)).call.apply(e, [this].concat(o))))), + bz( + fz((n = gz(this, (e = vz(t)).call.apply(e, [this].concat(o))))), "state", { scrollToColumn: 0, @@ -60803,11 +60698,11 @@ var FG, instanceProps: { prevScrollToColumn: 0, prevScrollToRow: 0 }, }, ), - xz(yz(n), "_columnStartIndex", 0), - xz(yz(n), "_columnStopIndex", 0), - xz(yz(n), "_rowStartIndex", 0), - xz(yz(n), "_rowStopIndex", 0), - xz(yz(n), "_onKeyDown", function (e) { + bz(fz(n), "_columnStartIndex", 0), + bz(fz(n), "_columnStopIndex", 0), + bz(fz(n), "_rowStartIndex", 0), + bz(fz(n), "_rowStopIndex", 0), + bz(fz(n), "_onKeyDown", function (e) { var t = n.props, r = t.columnCount, o = t.disabled, @@ -60850,7 +60745,7 @@ var FG, n._updateScrollState({ scrollToColumn: d, scrollToRow: u })); } }), - xz(yz(n), "_onSectionRendered", function (e) { + bz(fz(n), "_onSectionRendered", function (e) { var t = e.columnStartIndex, r = e.columnStopIndex, o = e.rowStartIndex, @@ -60864,8 +60759,8 @@ var FG, ); } return ( - Nz(t, e.PureComponent), - Rz( + Lz(t, e.PureComponent), + hz( t, [ { @@ -60928,15 +60823,15 @@ var FG, for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? PG(n, !0).forEach(function (t) { - xz(e, t, n[t]); + ? NG(n, !0).forEach(function (t) { + bz(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties( e, Object.getOwnPropertyDescriptors(n), ) - : PG(n).forEach(function (t) { + : NG(n).forEach(function (t) { Object.defineProperty( e, t, @@ -60961,26 +60856,26 @@ var FG, t ); })()), - xz( - OG, + bz( + VG, "propTypes", "production" === process.env.NODE_ENV ? null : { - children: aG.func.isRequired, - className: aG.string, - columnCount: aG.number.isRequired, - disabled: aG.bool.isRequired, - isControlled: aG.bool.isRequired, - mode: aG.oneOf(["cells", "edges"]).isRequired, - onScrollToChange: aG.func, - rowCount: aG.number.isRequired, - scrollToColumn: aG.number.isRequired, - scrollToRow: aG.number.isRequired, + children: Xz.func.isRequired, + className: Xz.string, + columnCount: Xz.number.isRequired, + disabled: Xz.bool.isRequired, + isControlled: Xz.bool.isRequired, + mode: Xz.oneOf(["cells", "edges"]).isRequired, + onScrollToChange: Xz.func, + rowCount: Xz.number.isRequired, + scrollToColumn: Xz.number.isRequired, + scrollToRow: Xz.number.isRequired, }, ), - BG); -function GG(e, t) { + TG); +function ZG(e, t) { var n, r = void 0 !== @@ -61153,7 +61048,7 @@ function GG(e, t) { }, }; } -function $G(e, t) { +function IG(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -61165,51 +61060,51 @@ function $G(e, t) { } return n; } -function WG(e) { +function kG(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? $G(n, !0).forEach(function (t) { - xz(e, t, n[t]); + ? IG(n, !0).forEach(function (t) { + bz(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : $G(n).forEach(function (t) { + : IG(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -xz(zG, "defaultProps", { +bz(AG, "defaultProps", { disabled: !1, isControlled: !1, mode: "edges", scrollToColumn: 0, scrollToRow: 0, }), - Iz(zG); -var jG = - ((UG = FG = + Rz(AG); +var OG = + ((_G = xG = (function () { function t() { var e, n; - bz(this, t); + dz(this, t); for (var r = arguments.length, o = new Array(r), i = 0; i < r; i++) o[i] = arguments[i]; return ( - xz( - yz((n = Vz(this, (e = Sz(t)).call.apply(e, [this].concat(o))))), + bz( + fz((n = gz(this, (e = vz(t)).call.apply(e, [this].concat(o))))), "state", { height: n.props.defaultHeight || 0, width: n.props.defaultWidth || 0, }, ), - xz(yz(n), "_parentNode", void 0), - xz(yz(n), "_autoSizer", void 0), - xz(yz(n), "_window", void 0), - xz(yz(n), "_detectElementResize", void 0), - xz(yz(n), "_onResize", function () { + bz(fz(n), "_parentNode", void 0), + bz(fz(n), "_autoSizer", void 0), + bz(fz(n), "_window", void 0), + bz(fz(n), "_detectElementResize", void 0), + bz(fz(n), "_onResize", function () { var e = n.props, t = e.disableHeight, r = e.disableWidth, @@ -61229,15 +61124,15 @@ var jG = o({ height: i, width: l })); } }), - xz(yz(n), "_setRef", function (e) { + bz(fz(n), "_setRef", function (e) { n._autoSizer = e; }), n ); } return ( - Nz(t, e.Component), - Rz(t, [ + Lz(t, e.Component), + hz(t, [ { key: "componentDidMount", value: function () { @@ -61252,7 +61147,7 @@ var jG = ((this._parentNode = this._autoSizer.parentNode), (this._window = this._autoSizer.parentNode.ownerDocument.defaultView), - (this._detectElementResize = GG(e, this._window)), + (this._detectElementResize = ZG(e, this._window)), this._detectElementResize.addResizeListener( this._parentNode, this._onResize, @@ -61290,7 +61185,7 @@ var jG = i || ((c.width = 0), (d.width = s)), e.createElement( "div", - { className: r, ref: this._setRef, style: WG({}, c, {}, l) }, + { className: r, ref: this._setRef, style: kG({}, c, {}, l) }, n(d), ) ); @@ -61300,58 +61195,58 @@ var jG = t ); })()), - xz( - FG, + bz( + xG, "propTypes", "production" === process.env.NODE_ENV ? null : { - children: aG.func.isRequired, - className: aG.string, - defaultHeight: aG.number, - defaultWidth: aG.number, - disableHeight: aG.bool.isRequired, - disableWidth: aG.bool.isRequired, - nonce: aG.string, - onResize: aG.func.isRequired, - style: aG.object, + children: Xz.func.isRequired, + className: Xz.string, + defaultHeight: Xz.number, + defaultWidth: Xz.number, + disableHeight: Xz.bool.isRequired, + disableWidth: Xz.bool.isRequired, + nonce: Xz.string, + onResize: Xz.func.isRequired, + style: Xz.object, }, ), - UG); -xz(jG, "defaultProps", { + _G); +bz(OG, "defaultProps", { onResize: function () {}, disableHeight: !1, disableWidth: !1, style: {}, }); -var qG, - YG, - KG = +var BG, + DG, + PG = "production" === process.env.NODE_ENV ? null : { - hasFixedWidth: aG.func.isRequired, - hasFixedHeight: aG.func.isRequired, - has: aG.func.isRequired, - set: aG.func.isRequired, - getHeight: aG.func.isRequired, - getWidth: aG.func.isRequired, - }, - XG = - ((YG = qG = + hasFixedWidth: Xz.func.isRequired, + hasFixedHeight: Xz.func.isRequired, + has: Xz.func.isRequired, + set: Xz.func.isRequired, + getHeight: Xz.func.isRequired, + getWidth: Xz.func.isRequired, + }, + FG = + ((DG = BG = (function () { function t() { var e, n; - bz(this, t); + dz(this, t); for (var r = arguments.length, o = new Array(r), i = 0; i < r; i++) o[i] = arguments[i]; return ( - xz( - yz((n = Vz(this, (e = Sz(t)).call.apply(e, [this].concat(o))))), + bz( + fz((n = gz(this, (e = vz(t)).call.apply(e, [this].concat(o))))), "_child", void 0, ), - xz(yz(n), "_measure", function () { + bz(fz(n), "_measure", function () { var e = n.props, t = e.cache, r = e.columnIndex, @@ -61368,7 +61263,7 @@ var qG, "function" == typeof i.recomputeGridSize && i.recomputeGridSize({ columnIndex: o, rowIndex: a })); }), - xz(yz(n), "_registerChild", function (e) { + bz(fz(n), "_registerChild", function (e) { !e || e instanceof Element || console.warn( @@ -61381,8 +61276,8 @@ var qG, ); } return ( - Nz(t, e.PureComponent), - Rz(t, [ + Lz(t, e.PureComponent), + hz(t, [ { key: "componentDidMount", value: function () { @@ -61411,7 +61306,7 @@ var qG, key: "_getCellMeasurements", value: function () { var e = this.props.cache, - t = this._child || R(this); + t = this._child || f(this); if ( t && t.ownerDocument && @@ -61461,33 +61356,33 @@ var qG, t ); })()), - xz( - qG, + bz( + BG, "propTypes", "production" === process.env.NODE_ENV ? null : { cache: function () { return ( - "function" == typeof KG - ? KG.isRequired - ? KG.isRequired - : KG - : aG.shape(KG).isRequired + "function" == typeof PG + ? PG.isRequired + ? PG.isRequired + : PG + : Xz.shape(PG).isRequired ).apply(this, arguments); }, - children: aG.oneOfType([aG.func, aG.node]).isRequired, - columnIndex: aG.number, - index: aG.number, - parent: aG.shape({ - invalidateCellSizeAfterRender: aG.func, - recomputeGridSize: aG.func, + children: Xz.oneOfType([Xz.func, Xz.node]).isRequired, + columnIndex: Xz.number, + index: Xz.number, + parent: Xz.shape({ + invalidateCellSizeAfterRender: Xz.func, + recomputeGridSize: Xz.func, }).isRequired, - rowIndex: aG.number, + rowIndex: Xz.number, }, ), - YG); -function QG(e, t) { + DG); +function UG(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -61499,41 +61394,41 @@ function QG(e, t) { } return n; } -function JG(e) { +function zG(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? QG(n, !0).forEach(function (t) { - xz(e, t, n[t]); + ? UG(n, !0).forEach(function (t) { + bz(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : QG(n).forEach(function (t) { + : UG(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -xz(XG, "__internalCellMeasurerFlag", !1), - "production" !== process.env.NODE_ENV && (XG.__internalCellMeasurerFlag = !0); -var e$ = "observed", - t$ = "requested", - n$ = (function () { +bz(FG, "__internalCellMeasurerFlag", !1), + "production" !== process.env.NODE_ENV && (FG.__internalCellMeasurerFlag = !0); +var GG = "observed", + $G = "requested", + WG = (function () { function t() { var e, n; - bz(this, t); + dz(this, t); for (var r = arguments.length, o = new Array(r), i = 0; i < r; i++) o[i] = arguments[i]; return ( - xz( - yz((n = Vz(this, (e = Sz(t)).call.apply(e, [this].concat(o))))), + bz( + fz((n = gz(this, (e = vz(t)).call.apply(e, [this].concat(o))))), "state", { isScrolling: !1, scrollLeft: 0, scrollTop: 0 }, ), - xz(yz(n), "_calculateSizeAndPositionDataOnNextUpdate", !1), - xz(yz(n), "_onSectionRenderedMemoizer", gG()), - xz(yz(n), "_onScrollMemoizer", gG(!1)), - xz(yz(n), "_invokeOnSectionRenderedHelper", function () { + bz(fz(n), "_calculateSizeAndPositionDataOnNextUpdate", !1), + bz(fz(n), "_onSectionRenderedMemoizer", aG()), + bz(fz(n), "_onScrollMemoizer", aG(!1)), + bz(fz(n), "_invokeOnSectionRenderedHelper", function () { var e = n.props, t = e.cellLayoutManager, r = e.onSectionRendered; @@ -61542,10 +61437,10 @@ var e$ = "observed", indices: { indices: t.getLastRenderedIndices() }, }); }), - xz(yz(n), "_setScrollingContainerRef", function (e) { + bz(fz(n), "_setScrollingContainerRef", function (e) { n._scrollingContainer = e; }), - xz(yz(n), "_updateScrollPositionForScrollToCell", function () { + bz(fz(n), "_updateScrollPositionForScrollToCell", function () { var e = n.props, t = e.cellLayoutManager, r = e.height, @@ -61568,7 +61463,7 @@ var e$ = "observed", n._setScrollPosition(c); } }), - xz(yz(n), "_onScroll", function (e) { + bz(fz(n), "_onScroll", function (e) { if (e.target === n._scrollingContainer) { n._enablePointerEventsAfterDelay(); var t = n.props, @@ -61583,7 +61478,7 @@ var e$ = "observed", d = Math.max(0, Math.min(c - l + a, e.target.scrollLeft)), u = Math.max(0, Math.min(s - o + a, e.target.scrollTop)); if (n.state.scrollLeft !== d || n.state.scrollTop !== u) { - var p = e.cancelable ? e$ : t$; + var p = e.cancelable ? GG : $G; n.state.isScrolling || i(!0), n.setState({ isScrolling: !0, @@ -61600,7 +61495,7 @@ var e$ = "observed", }); } }), - (n._scrollbarSize = HG()), + (n._scrollbarSize = pG()), void 0 === n._scrollbarSize ? ((n._scrollbarSizeMeasured = !1), (n._scrollbarSize = 0)) : (n._scrollbarSizeMeasured = !0), @@ -61608,8 +61503,8 @@ var e$ = "observed", ); } return ( - Nz(t, e.PureComponent), - Rz( + Lz(t, e.PureComponent), + hz( t, [ { @@ -61628,7 +61523,7 @@ var e$ = "observed", r = e.scrollToCell, o = e.scrollTop; this._scrollbarSizeMeasured || - ((this._scrollbarSize = HG()), + ((this._scrollbarSize = pG()), (this._scrollbarSizeMeasured = !0), this.setState({})), r >= 0 @@ -61659,7 +61554,7 @@ var e$ = "observed", C = a.scrollLeft, s = a.scrollPositionChangeReason, c = a.scrollTop; - s === t$ && + s === $G && (C >= 0 && C !== t.scrollLeft && C !== this._scrollingContainer.scrollLeft && @@ -61745,11 +61640,11 @@ var e$ = "observed", { ref: this._setScrollingContainerRef, "aria-label": this.props["aria-label"], - className: Oz("ReactVirtualized__Collection", i), + className: Vz("ReactVirtualized__Collection", i), id: C, onScroll: this._onScroll, role: "grid", - style: JG({}, R, {}, c), + style: zG({}, R, {}, c), tabIndex: 0, }, r > 0 && @@ -61819,7 +61714,7 @@ var e$ = "observed", value: function (e) { var t = e.scrollLeft, n = e.scrollTop, - r = { scrollPositionChangeReason: t$ }; + r = { scrollPositionChangeReason: $G }; t >= 0 && (r.scrollLeft = t), n >= 0 && (r.scrollTop = n), ((t >= 0 && t !== this.state.scrollLeft) || @@ -61840,13 +61735,13 @@ var e$ = "observed", null != e.scrollLeft ? e.scrollLeft : t.scrollLeft, scrollTop: null != e.scrollTop ? e.scrollTop : t.scrollTop, - scrollPositionChangeReason: t$, + scrollPositionChangeReason: $G, } : null : { scrollLeft: 0, scrollTop: 0, - scrollPositionChangeReason: t$, + scrollPositionChangeReason: $G, }; }, }, @@ -61855,7 +61750,7 @@ var e$ = "observed", t ); })(); -xz(n$, "defaultProps", { +bz(WG, "defaultProps", { "aria-label": "grid", horizontalOverscanSize: 0, noContentRenderer: function () { @@ -61872,51 +61767,51 @@ xz(n$, "defaultProps", { style: {}, verticalOverscanSize: 0, }), - (n$.propTypes = + (WG.propTypes = "production" !== process.env.NODE_ENV ? { - "aria-label": aG.string, - autoHeight: aG.bool, - cellCount: aG.number.isRequired, - cellLayoutManager: aG.object.isRequired, - className: aG.string, - height: aG.number.isRequired, - id: aG.string, - horizontalOverscanSize: aG.number.isRequired, - isScrollingChange: aG.func, - noContentRenderer: aG.func.isRequired, - onScroll: aG.func.isRequired, - onSectionRendered: aG.func.isRequired, - scrollLeft: aG.number, - scrollToAlignment: aG.oneOf(["auto", "end", "start", "center"]) + "aria-label": Xz.string, + autoHeight: Xz.bool, + cellCount: Xz.number.isRequired, + cellLayoutManager: Xz.object.isRequired, + className: Xz.string, + height: Xz.number.isRequired, + id: Xz.string, + horizontalOverscanSize: Xz.number.isRequired, + isScrollingChange: Xz.func, + noContentRenderer: Xz.func.isRequired, + onScroll: Xz.func.isRequired, + onSectionRendered: Xz.func.isRequired, + scrollLeft: Xz.number, + scrollToAlignment: Xz.oneOf(["auto", "end", "start", "center"]) .isRequired, - scrollToCell: aG.number.isRequired, - scrollTop: aG.number, - style: aG.object, - verticalOverscanSize: aG.number.isRequired, - width: aG.number.isRequired, + scrollToCell: Xz.number.isRequired, + scrollTop: Xz.number, + style: Xz.object, + verticalOverscanSize: Xz.number.isRequired, + width: Xz.number.isRequired, } : {}), - Iz(n$), - "production" !== process.env.NODE_ENV && aG.number.isRequired, + Rz(WG), + "production" !== process.env.NODE_ENV && Xz.number.isRequired, "production" !== process.env.NODE_ENV && - (aG.number.isRequired, aG.number.isRequired), + (Xz.number.isRequired, Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, aG.number.isRequired), + (Xz.number.isRequired, Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired), + (Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, aG.number.isRequired); -var r$ = (function () { + (Xz.number.isRequired, Xz.number.isRequired); +var jG = (function () { function e(t) { var n = t.height, r = t.width, o = t.x, i = t.y; - bz(this, e), + dz(this, e), (this.height = n), (this.width = r), (this.x = o), @@ -61925,7 +61820,7 @@ var r$ = (function () { (this._indices = []); } return ( - Rz(e, [ + hz(e, [ { key: "addCellIndex", value: function (e) { @@ -61954,17 +61849,17 @@ var r$ = (function () { e ); })(), - o$ = (function () { + qG = (function () { function e() { var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 100; - bz(this, e), + dz(this, e), (this._sectionSize = t), (this._cellMetadata = []), (this._sections = {}); } return ( - Rz(e, [ + hz(e, [ { key: "getCellIndices", value: function (e) { @@ -62014,7 +61909,7 @@ var r$ = (function () { for (var d = a; d <= C; d++) { var u = "".concat(c, ".").concat(d); this._sections[u] || - (this._sections[u] = new r$({ + (this._sections[u] = new jG({ height: this._sectionSize, width: this._sectionSize, x: c * this._sectionSize, @@ -62055,7 +61950,7 @@ var r$ = (function () { e ); })(); -function i$(e) { +function YG(e) { var t = e.align, n = void 0 === t ? "auto" : t, r = e.cellOffset, @@ -62075,22 +61970,22 @@ function i$(e) { return Math.max(C, Math.min(a, l)); } } -var l$ = (function () { +var KG = (function () { function t(e, n) { var r; return ( - bz(this, t), - ((r = Vz(this, Sz(t).call(this, e, n)))._cellMetadata = []), + dz(this, t), + ((r = gz(this, vz(t).call(this, e, n)))._cellMetadata = []), (r._lastRenderedCellIndices = []), (r._cellCache = []), - (r._isScrollingChange = r._isScrollingChange.bind(yz(r))), - (r._setCollectionViewRef = r._setCollectionViewRef.bind(yz(r))), + (r._isScrollingChange = r._isScrollingChange.bind(fz(r))), + (r._setCollectionViewRef = r._setCollectionViewRef.bind(fz(r))), r ); } return ( - Nz(t, e.PureComponent), - Rz(t, [ + Lz(t, e.PureComponent), + hz(t, [ { key: "forceUpdate", value: function () { @@ -62107,10 +62002,10 @@ var l$ = (function () { { key: "render", value: function () { - var t = Ye({}, this.props); + var t = Pe({}, this.props); return e.createElement( - n$, - Ye( + WG, + Pe( { cellLayoutManager: this, isScrollingChange: this._isScrollingChange, @@ -62131,7 +62026,7 @@ var l$ = (function () { n = e.cellSizeAndPositionGetter, r = e.sectionSize, o = [], - i = new o$(r), + i = new qG(r), l = 0, a = 0, C = 0; @@ -62197,7 +62092,7 @@ var l$ = (function () { a = this.props.cellCount; if (n >= 0 && n < a) { var C = this._cellMetadata[n]; - (o = i$({ + (o = YG({ align: t, cellOffset: C.x, cellSize: C.width, @@ -62205,7 +62100,7 @@ var l$ = (function () { currentOffset: o, targetIndex: n, })), - (i = i$({ + (i = YG({ align: t, cellOffset: C.y, cellSize: C.height, @@ -62272,14 +62167,14 @@ var l$ = (function () { t ); })(); -function a$(e, t) { +function XG(e, t) { (null == t || t > e.length) && (t = e.length); for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n]; return r; } -function C$(e, t) { +function QG(e, t) { if (e) { - if ("string" == typeof e) return a$(e, t); + if ("string" == typeof e) return XG(e, t); var n = {}.toString.call(e).slice(8, -1); return ( "Object" === n && e.constructor && (n = e.constructor.name), @@ -62287,15 +62182,15 @@ function C$(e, t) { ? Array.from(e) : "Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) - ? a$(e, t) + ? XG(e, t) : void 0 ); } } -function s$(e) { +function JG(e) { return ( (function (e) { - if (Array.isArray(e)) return a$(e); + if (Array.isArray(e)) return XG(e); })(e) || (function (e) { if ( @@ -62304,7 +62199,7 @@ function s$(e) { ) return Array.from(e); })(e) || - C$(e) || + QG(e) || (function () { throw new TypeError( "Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.", @@ -62312,7 +62207,7 @@ function s$(e) { })() ); } -xz(l$, "defaultProps", { +bz(KG, "defaultProps", { "aria-label": "grid", cellGroupRenderer: function (e) { var t = e.cellCache, @@ -62342,41 +62237,41 @@ xz(l$, "defaultProps", { }); }, }), - (l$.propTypes = + (KG.propTypes = "production" !== process.env.NODE_ENV ? { - "aria-label": aG.string, - cellCount: aG.number.isRequired, - cellGroupRenderer: aG.func.isRequired, - cellRenderer: aG.func.isRequired, - cellSizeAndPositionGetter: aG.func.isRequired, - sectionSize: aG.number, + "aria-label": Xz.string, + cellCount: Xz.number.isRequired, + cellGroupRenderer: Xz.func.isRequired, + cellRenderer: Xz.func.isRequired, + cellSizeAndPositionGetter: Xz.func.isRequired, + sectionSize: Xz.number, } : {}), "production" === process.env.NODE_ENV || - (aG.func.isRequired, - aG.number, - aG.number, - aG.number.isRequired, - aG.number.isRequired); -var c$ = (function () { + (Xz.func.isRequired, + Xz.number, + Xz.number, + Xz.number.isRequired, + Xz.number.isRequired); +var e$ = (function () { function t(e, n) { var r; return ( - bz(this, t), - ((r = Vz(this, Sz(t).call(this, e, n)))._loadMoreRowsMemoizer = gG()), - (r._onRowsRendered = r._onRowsRendered.bind(yz(r))), - (r._registerChild = r._registerChild.bind(yz(r))), + dz(this, t), + ((r = gz(this, vz(t).call(this, e, n)))._loadMoreRowsMemoizer = aG()), + (r._onRowsRendered = r._onRowsRendered.bind(fz(r))), + (r._registerChild = r._registerChild.bind(fz(r))), r ); } return ( - Nz(t, e.PureComponent), - Rz(t, [ + Lz(t, e.PureComponent), + hz(t, [ { key: "resetLoadMoreRowsCache", value: function (e) { - (this._loadMoreRowsMemoizer = gG()), + (this._loadMoreRowsMemoizer = aG()), e && this._doStuff( this._lastRenderedStartIndex, @@ -62499,7 +62394,7 @@ var c$ = (function () { }), c = (n = []).concat.apply( n, - s$( + JG( s.map(function (e) { return [e.startIndex, e.stopIndex]; }), @@ -62523,50 +62418,50 @@ var c$ = (function () { t ); })(); -xz(c$, "defaultProps", { minimumBatchSize: 10, rowCount: 0, threshold: 15 }), - (c$.propTypes = +bz(e$, "defaultProps", { minimumBatchSize: 10, rowCount: 0, threshold: 15 }), + (e$.propTypes = "production" !== process.env.NODE_ENV ? { - children: aG.func.isRequired, - isRowLoaded: aG.func.isRequired, - loadMoreRows: aG.func.isRequired, - minimumBatchSize: aG.number.isRequired, - rowCount: aG.number.isRequired, - threshold: aG.number.isRequired, + children: Xz.func.isRequired, + isRowLoaded: Xz.func.isRequired, + loadMoreRows: Xz.func.isRequired, + minimumBatchSize: Xz.number.isRequired, + rowCount: Xz.number.isRequired, + threshold: Xz.number.isRequired, } : {}), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, - aG.bool.isRequired, - aG.bool.isRequired, - aG.string.isRequired, - aG.object.isRequired, - aG.object.isRequired); -var d$, - u$, - p$ = "production" === process.env.NODE_ENV ? null : aG.func; + (Xz.number.isRequired, + Xz.bool.isRequired, + Xz.bool.isRequired, + Xz.string.isRequired, + Xz.object.isRequired, + Xz.object.isRequired); +var t$, + n$, + r$ = "production" === process.env.NODE_ENV ? null : Xz.func; "production" !== process.env.NODE_ENV && - (aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired, - aG.number.isRequired), + (Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired, + Xz.number.isRequired), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, aG.number.isRequired, aG.number.isRequired); -var m$ = - ((u$ = d$ = + (Xz.number.isRequired, Xz.number.isRequired, Xz.number.isRequired); +var o$ = + ((n$ = t$ = (function () { function t() { var e, n; - bz(this, t); + dz(this, t); for (var r = arguments.length, o = new Array(r), i = 0; i < r; i++) o[i] = arguments[i]; return ( - xz( - yz((n = Vz(this, (e = Sz(t)).call.apply(e, [this].concat(o))))), + bz( + fz((n = gz(this, (e = vz(t)).call.apply(e, [this].concat(o))))), "Grid", void 0, ), - xz(yz(n), "_cellRenderer", function (e) { + bz(fz(n), "_cellRenderer", function (e) { var t = e.parent, r = e.rowIndex, o = e.style, @@ -62587,10 +62482,10 @@ var m$ = }) ); }), - xz(yz(n), "_setRef", function (e) { + bz(fz(n), "_setRef", function (e) { n.Grid = e; }), - xz(yz(n), "_onScroll", function (e) { + bz(fz(n), "_onScroll", function (e) { var t = e.clientHeight, r = e.scrollHeight, o = e.scrollTop; @@ -62600,7 +62495,7 @@ var m$ = scrollTop: o, }); }), - xz(yz(n), "_onSectionRendered", function (e) { + bz(fz(n), "_onSectionRendered", function (e) { var t = e.rowOverscanStartIndex, r = e.rowOverscanStopIndex, o = e.rowStartIndex, @@ -62616,8 +62511,8 @@ var m$ = ); } return ( - Nz(t, e.PureComponent), - Rz(t, [ + Lz(t, e.PureComponent), + hz(t, [ { key: "forceUpdateGrid", value: function () { @@ -62711,10 +62606,10 @@ var m$ = r = t.noRowsRenderer, o = t.scrollToIndex, i = t.width, - l = Oz("ReactVirtualized__List", n); + l = Vz("ReactVirtualized__List", n); return e.createElement( - kG, - Ye({}, this.props, { + yG, + Pe({}, this.props, { autoContainerWidth: !0, cellRenderer: this._cellRenderer, className: l, @@ -62733,75 +62628,75 @@ var m$ = t ); })()), - xz( - d$, + bz( + t$, "propTypes", "production" === process.env.NODE_ENV ? null : { - "aria-label": aG.string, - autoHeight: aG.bool.isRequired, - className: aG.string, - estimatedRowSize: aG.number.isRequired, - height: aG.number.isRequired, + "aria-label": Xz.string, + autoHeight: Xz.bool.isRequired, + className: Xz.string, + estimatedRowSize: Xz.number.isRequired, + height: Xz.number.isRequired, noRowsRenderer: function () { return ( - "function" == typeof dG - ? dG.isRequired - ? dG.isRequired - : dG - : aG.shape(dG).isRequired + "function" == typeof tG + ? tG.isRequired + ? tG.isRequired + : tG + : Xz.shape(tG).isRequired ).apply(this, arguments); }, - onRowsRendered: aG.func.isRequired, - onScroll: aG.func.isRequired, + onRowsRendered: Xz.func.isRequired, + onScroll: Xz.func.isRequired, overscanIndicesGetter: function () { return ( - "function" == typeof uG - ? uG.isRequired - ? uG.isRequired - : uG - : aG.shape(uG).isRequired + "function" == typeof nG + ? nG.isRequired + ? nG.isRequired + : nG + : Xz.shape(nG).isRequired ).apply(this, arguments); }, - overscanRowCount: aG.number.isRequired, + overscanRowCount: Xz.number.isRequired, rowHeight: function () { return ( - "function" == typeof cG - ? cG.isRequired - ? cG.isRequired - : cG - : aG.shape(cG).isRequired + "function" == typeof eG + ? eG.isRequired + ? eG.isRequired + : eG + : Xz.shape(eG).isRequired ).apply(this, arguments); }, rowRenderer: function () { return ( - "function" == typeof p$ - ? p$.isRequired - ? p$.isRequired - : p$ - : aG.shape(p$).isRequired + "function" == typeof r$ + ? r$.isRequired + ? r$.isRequired + : r$ + : Xz.shape(r$).isRequired ).apply(this, arguments); }, - rowCount: aG.number.isRequired, + rowCount: Xz.number.isRequired, scrollToAlignment: function () { return ( - "function" == typeof pG - ? pG.isRequired - ? pG.isRequired - : pG - : aG.shape(pG).isRequired + "function" == typeof rG + ? rG.isRequired + ? rG.isRequired + : rG + : Xz.shape(rG).isRequired ).apply(this, arguments); }, - scrollToIndex: aG.number.isRequired, - scrollTop: aG.number, - style: aG.object.isRequired, - tabIndex: aG.number, - width: aG.number.isRequired, + scrollToIndex: Xz.number.isRequired, + scrollTop: Xz.number, + style: Xz.object.isRequired, + tabIndex: Xz.number, + width: Xz.number.isRequired, }, ), - u$); -function h$(e, t) { + n$); +function i$(e, t) { return ( (function (e) { if (Array.isArray(e)) return e; @@ -62841,7 +62736,7 @@ function h$(e, t) { return a; } })(e, t) || - C$(e, t) || + QG(e, t) || (function () { throw new TypeError( "Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.", @@ -62849,7 +62744,7 @@ function h$(e, t) { })() ); } -xz(m$, "defaultProps", { +bz(o$, "defaultProps", { autoHeight: !1, estimatedRowSize: 30, onScroll: function () {}, @@ -62857,13 +62752,13 @@ xz(m$, "defaultProps", { return null; }, onRowsRendered: function () {}, - overscanIndicesGetter: DG, + overscanIndicesGetter: SG, overscanRowCount: 10, scrollToAlignment: "auto", scrollToIndex: -1, style: {}, }); -var f$ = { +var l$ = { ge: function (e, t, n, r, o) { return "function" == typeof n ? (function (e, t, n, r, o) { @@ -62984,7 +62879,7 @@ var f$ = { })(e, void 0 === n ? 0 : 0 | n, void 0 === r ? e.length - 1 : 0 | r, t); }, }; -function g$(e, t, n, r, o) { +function a$(e, t, n, r, o) { (this.mid = e), (this.left = t), (this.right = n), @@ -62992,8 +62887,8 @@ function g$(e, t, n, r, o) { (this.rightPoints = o), (this.count = (t ? t.count : 0) + (n ? n.count : 0) + r.length); } -var v$ = g$.prototype; -function w$(e, t) { +var C$ = a$.prototype; +function s$(e, t) { (e.mid = t.mid), (e.left = t.left), (e.right = t.right), @@ -63001,8 +62896,8 @@ function w$(e, t) { (e.rightPoints = t.rightPoints), (e.count = t.count); } -function L$(e, t) { - var n = T$(t); +function c$(e, t) { + var n = w$(t); (e.mid = n.mid), (e.left = n.left), (e.right = n.right), @@ -63010,48 +62905,48 @@ function L$(e, t) { (e.rightPoints = n.rightPoints), (e.count = n.count); } -function b$(e, t) { +function d$(e, t) { var n = e.intervals([]); - n.push(t), L$(e, n); + n.push(t), c$(e, n); } -function M$(e, t) { +function u$(e, t) { var n = e.intervals([]), r = n.indexOf(t); - return r < 0 ? 0 : (n.splice(r, 1), L$(e, n), 1); + return r < 0 ? 0 : (n.splice(r, 1), c$(e, n), 1); } -function H$(e, t, n) { +function p$(e, t, n) { for (var r = 0; r < e.length && e[r][0] <= t; ++r) { var o = n(e[r]); if (o) return o; } } -function E$(e, t, n) { +function m$(e, t, n) { for (var r = e.length - 1; r >= 0 && e[r][1] >= t; --r) { var o = n(e[r]); if (o) return o; } } -function R$(e, t) { +function h$(e, t) { for (var n = 0; n < e.length; ++n) { var r = t(e[n]); if (r) return r; } } -function y$(e, t) { +function f$(e, t) { return e - t; } -function V$(e, t) { +function g$(e, t) { var n = e[0] - t[0]; return n || e[1] - t[1]; } -function S$(e, t) { +function v$(e, t) { var n = e[1] - t[1]; return n || e[0] - t[0]; } -function T$(e) { +function w$(e) { if (0 === e.length) return null; for (var t = [], n = 0; n < e.length; ++n) t.push(e[n][0], e[n][1]); - t.sort(y$); + t.sort(f$); var r = t[t.length >> 1], o = [], i = [], @@ -63062,12 +62957,12 @@ function T$(e) { } var C = l, s = l.slice(); - return C.sort(V$), s.sort(S$), new g$(r, T$(o), T$(i), C, s); + return C.sort(g$), s.sort(v$), new a$(r, w$(o), w$(i), C, s); } -function N$(e) { +function L$(e) { this.root = e; } -(v$.intervals = function (e) { +(C$.intervals = function (e) { return ( e.push.apply(e, this.leftPoints), this.left && this.left.intervals(e), @@ -63075,32 +62970,32 @@ function N$(e) { e ); }), - (v$.insert = function (e) { + (C$.insert = function (e) { var t = this.count - this.leftPoints.length; if (((this.count += 1), e[1] < this.mid)) this.left ? 4 * (this.left.count + 1) > 3 * (t + 1) - ? b$(this, e) + ? d$(this, e) : this.left.insert(e) - : (this.left = T$([e])); + : (this.left = w$([e])); else if (e[0] > this.mid) this.right ? 4 * (this.right.count + 1) > 3 * (t + 1) - ? b$(this, e) + ? d$(this, e) : this.right.insert(e) - : (this.right = T$([e])); + : (this.right = w$([e])); else { - var n = f$.ge(this.leftPoints, e, V$), - r = f$.ge(this.rightPoints, e, S$); + var n = l$.ge(this.leftPoints, e, g$), + r = l$.ge(this.rightPoints, e, v$); this.leftPoints.splice(n, 0, e), this.rightPoints.splice(r, 0, e); } }), - (v$.remove = function (e) { + (C$.remove = function (e) { var t = this.count - this.leftPoints; if (e[1] < this.mid) return this.left ? 4 * (this.right ? this.right.count : 0) > 3 * (t - 1) - ? M$(this, e) + ? u$(this, e) : 2 === (i = this.left.remove(e)) ? ((this.left = null), (this.count -= 1), 1) : (1 === i && (this.count -= 1), i) @@ -63108,7 +63003,7 @@ function N$(e) { if (e[0] > this.mid) return this.right ? 4 * (this.left ? this.left.count : 0) > 3 * (t - 1) - ? M$(this, e) + ? u$(this, e) : 2 === (i = this.right.remove(e)) ? ((this.right = null), (this.count -= 1), 1) : (1 === i && (this.count -= 1), i) @@ -63123,23 +63018,23 @@ function N$(e) { i = this.right; (n.count -= r.count), (n.right = r.left), (r.left = o), (r.right = i); } - w$(this, r), + s$(this, r), (this.count = (this.left ? this.left.count : 0) + (this.right ? this.right.count : 0) + this.leftPoints.length); - } else this.left ? w$(this, this.left) : w$(this, this.right); + } else this.left ? s$(this, this.left) : s$(this, this.right); return 1; } for ( - o = f$.ge(this.leftPoints, e, V$); + o = l$.ge(this.leftPoints, e, g$); o < this.leftPoints.length && this.leftPoints[o][0] === e[0]; ++o ) if (this.leftPoints[o] === e) { (this.count -= 1), this.leftPoints.splice(o, 1); for ( - i = f$.ge(this.rightPoints, e, S$); + i = l$.ge(this.rightPoints, e, v$); i < this.rightPoints.length && this.rightPoints[i][1] === e[1]; ++i ) @@ -63148,70 +63043,70 @@ function N$(e) { } return 0; }), - (v$.queryPoint = function (e, t) { + (C$.queryPoint = function (e, t) { if (e < this.mid) { if (this.left) if ((n = this.left.queryPoint(e, t))) return n; - return H$(this.leftPoints, e, t); + return p$(this.leftPoints, e, t); } if (e > this.mid) { var n; if (this.right) if ((n = this.right.queryPoint(e, t))) return n; - return E$(this.rightPoints, e, t); + return m$(this.rightPoints, e, t); } - return R$(this.leftPoints, t); + return h$(this.leftPoints, t); }), - (v$.queryInterval = function (e, t, n) { + (C$.queryInterval = function (e, t, n) { var r; if (e < this.mid && this.left && (r = this.left.queryInterval(e, t, n))) return r; if (t > this.mid && this.right && (r = this.right.queryInterval(e, t, n))) return r; return t < this.mid - ? H$(this.leftPoints, t, n) + ? p$(this.leftPoints, t, n) : e > this.mid - ? E$(this.rightPoints, e, n) - : R$(this.leftPoints, n); + ? m$(this.rightPoints, e, n) + : h$(this.leftPoints, n); }); -var x$ = N$.prototype; -(x$.insert = function (e) { +var b$ = L$.prototype; +(b$.insert = function (e) { this.root ? this.root.insert(e) - : (this.root = new g$(e[0], null, null, [e], [e])); + : (this.root = new a$(e[0], null, null, [e], [e])); }), - (x$.remove = function (e) { + (b$.remove = function (e) { if (this.root) { var t = this.root.remove(e); return 2 === t && (this.root = null), 0 !== t; } return !1; }), - (x$.queryPoint = function (e, t) { + (b$.queryPoint = function (e, t) { if (this.root) return this.root.queryPoint(e, t); }), - (x$.queryInterval = function (e, t, n) { + (b$.queryInterval = function (e, t, n) { if (e <= t && this.root) return this.root.queryInterval(e, t, n); }), - Object.defineProperty(x$, "count", { + Object.defineProperty(b$, "count", { get: function () { return this.root ? this.root.count : 0; }, }), - Object.defineProperty(x$, "intervals", { + Object.defineProperty(b$, "intervals", { get: function () { return this.root ? this.root.intervals([]) : []; }, }); -var _$, - A$, - Z$ = (function () { +var M$, + H$, + E$ = (function () { function e() { - bz(this, e), - xz(this, "_columnSizeMap", {}), - xz(this, "_intervalTree", new N$(null)), - xz(this, "_leftMap", {}); + dz(this, e), + bz(this, "_columnSizeMap", {}), + bz(this, "_intervalTree", new L$(null)), + bz(this, "_leftMap", {}); } return ( - Rz(e, [ + hz(e, [ { key: "estimateTotalHeight", value: function (e, t, n) { @@ -63224,7 +63119,7 @@ var _$, value: function (e, t, n) { var r = this; this._intervalTree.queryInterval(e, e + t, function (e) { - var t = h$(e, 3), + var t = i$(e, 3), o = t[0]; t[1]; var i = t[2]; @@ -63275,7 +63170,7 @@ var _$, e ); })(); -function I$(e, t) { +function R$(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -63287,50 +63182,50 @@ function I$(e, t) { } return n; } -function k$(e) { +function y$(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? I$(n, !0).forEach(function (t) { - xz(e, t, n[t]); + ? R$(n, !0).forEach(function (t) { + bz(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : I$(n).forEach(function (t) { + : R$(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -var O$ = - ((A$ = _$ = +var V$ = + ((H$ = M$ = (function () { function t() { var e, n; - bz(this, t); + dz(this, t); for (var r = arguments.length, o = new Array(r), i = 0; i < r; i++) o[i] = arguments[i]; return ( - xz( - yz((n = Vz(this, (e = Sz(t)).call.apply(e, [this].concat(o))))), + bz( + fz((n = gz(this, (e = vz(t)).call.apply(e, [this].concat(o))))), "state", { isScrolling: !1, scrollTop: 0 }, ), - xz(yz(n), "_debounceResetIsScrollingId", void 0), - xz(yz(n), "_invalidateOnUpdateStartIndex", null), - xz(yz(n), "_invalidateOnUpdateStopIndex", null), - xz(yz(n), "_positionCache", new Z$()), - xz(yz(n), "_startIndex", null), - xz(yz(n), "_startIndexMemoized", null), - xz(yz(n), "_stopIndex", null), - xz(yz(n), "_stopIndexMemoized", null), - xz(yz(n), "_debounceResetIsScrollingCallback", function () { + bz(fz(n), "_debounceResetIsScrollingId", void 0), + bz(fz(n), "_invalidateOnUpdateStartIndex", null), + bz(fz(n), "_invalidateOnUpdateStopIndex", null), + bz(fz(n), "_positionCache", new E$()), + bz(fz(n), "_startIndex", null), + bz(fz(n), "_startIndexMemoized", null), + bz(fz(n), "_stopIndex", null), + bz(fz(n), "_stopIndexMemoized", null), + bz(fz(n), "_debounceResetIsScrollingCallback", function () { n.setState({ isScrolling: !1 }); }), - xz(yz(n), "_setScrollingContainerRef", function (e) { + bz(fz(n), "_setScrollingContainerRef", function (e) { n._scrollingContainer = e; }), - xz(yz(n), "_onScroll", function (e) { + bz(fz(n), "_onScroll", function (e) { var t = n.props.height, r = e.currentTarget.scrollTop, o = Math.min(Math.max(0, n._getEstimatedTotalHeight() - t), r); @@ -63343,14 +63238,14 @@ var O$ = ); } return ( - Nz(t, e.PureComponent), - Rz( + Lz(t, e.PureComponent), + hz( t, [ { key: "clearCellPositions", value: function () { - (this._positionCache = new Z$()), this.forceUpdate(); + (this._positionCache = new E$()), this.forceUpdate(); }, }, { @@ -63374,7 +63269,7 @@ var O$ = key: "recomputeCellPositions", value: function () { var e = this._positionCache.count - 1; - (this._positionCache = new Z$()), + (this._positionCache = new E$()), this._populatePositionCache(0, e), this.forceUpdate(); }, @@ -63401,7 +63296,7 @@ var O$ = key: "componentWillUnmount", value: function () { this._debounceResetIsScrollingId && - NG(this._debounceResetIsScrollingId); + LG(this._debounceResetIsScrollingId); }, }, { @@ -63449,10 +63344,10 @@ var O$ = parent: n, style: ((i = { height: l.getHeight(e) }), - xz(i, "ltr" === g ? "left" : "right", r), - xz(i, "position", "absolute"), - xz(i, "top", o), - xz(i, "width", l.getWidth(e)), + bz(i, "ltr" === g ? "left" : "right", r), + bz(i, "position", "absolute"), + bz(i, "top", o), + bz(i, "width", l.getWidth(e)), i), }), ); @@ -63490,11 +63385,11 @@ var O$ = { ref: this._setScrollingContainerRef, "aria-label": this.props["aria-label"], - className: Oz("ReactVirtualized__Masonry", C), + className: Vz("ReactVirtualized__Masonry", C), id: c, onScroll: this._onScroll, role: p, - style: k$( + style: y$( { boxSizing: "border-box", direction: "ltr", @@ -63549,8 +63444,8 @@ var O$ = value: function () { var e = this.props.scrollingResetTimeInterval; this._debounceResetIsScrollingId && - NG(this._debounceResetIsScrollingId), - (this._debounceResetIsScrollingId = xG( + LG(this._debounceResetIsScrollingId), + (this._debounceResetIsScrollingId = bG( this._debounceResetIsScrollingCallback, e, )); @@ -63633,62 +63528,62 @@ var O$ = t ); })()), - xz( - _$, + bz( + M$, "propTypes", "production" === process.env.NODE_ENV ? null : { - autoHeight: aG.bool.isRequired, - cellCount: aG.number.isRequired, + autoHeight: Xz.bool.isRequired, + cellCount: Xz.number.isRequired, cellMeasurerCache: function () { return ( "function" == typeof CellMeasurerCache - ? aG.instanceOf(CellMeasurerCache).isRequired - : aG.any.isRequired + ? Xz.instanceOf(CellMeasurerCache).isRequired + : Xz.any.isRequired ).apply(this, arguments); }, cellPositioner: function () { return ( "function" == typeof Positioner - ? aG.instanceOf(Positioner).isRequired - : aG.any.isRequired + ? Xz.instanceOf(Positioner).isRequired + : Xz.any.isRequired ).apply(this, arguments); }, cellRenderer: function () { return ( "function" == typeof CellRenderer - ? aG.instanceOf(CellRenderer).isRequired - : aG.any.isRequired + ? Xz.instanceOf(CellRenderer).isRequired + : Xz.any.isRequired ).apply(this, arguments); }, - className: aG.string, - height: aG.number.isRequired, - id: aG.string, + className: Xz.string, + height: Xz.number.isRequired, + id: Xz.string, keyMapper: function () { return ( "function" == typeof KeyMapper - ? aG.instanceOf(KeyMapper).isRequired - : aG.any.isRequired + ? Xz.instanceOf(KeyMapper).isRequired + : Xz.any.isRequired ).apply(this, arguments); }, onCellsRendered: function () { return ( "function" == typeof OnCellsRenderedCallback - ? aG.instanceOf(OnCellsRenderedCallback) - : aG.any + ? Xz.instanceOf(OnCellsRenderedCallback) + : Xz.any ).apply(this, arguments); }, onScroll: function () { return ( "function" == typeof OnScrollCallback - ? aG.instanceOf(OnScrollCallback) - : aG.any + ? Xz.instanceOf(OnScrollCallback) + : Xz.any ).apply(this, arguments); }, - overscanByPixels: aG.number.isRequired, - role: aG.string.isRequired, - scrollingResetTimeInterval: aG.number.isRequired, + overscanByPixels: Xz.number.isRequired, + role: Xz.string.isRequired, + scrollingResetTimeInterval: Xz.number.isRequired, style: function (e, t, n) { if (!Object.prototype.hasOwnProperty.call(e, t)) throw new Error( @@ -63700,21 +63595,21 @@ var O$ = .concat(n, "`. Pass undefined or any other value."), ); }, - tabIndex: aG.number.isRequired, - width: aG.number.isRequired, - rowDirection: aG.string.isRequired, - scrollTop: aG.number, + tabIndex: Xz.number.isRequired, + width: Xz.number.isRequired, + rowDirection: Xz.string.isRequired, + scrollTop: Xz.number, }, ), - A$); -function B$() {} -xz(O$, "defaultProps", { + H$); +function T$() {} +bz(V$, "defaultProps", { autoHeight: !1, keyMapper: function (e) { return e; }, - onCellsRendered: B$, - onScroll: B$, + onCellsRendered: T$, + onScroll: T$, overscanByPixels: 20, role: "grid", scrollingResetTimeInterval: 150, @@ -63723,25 +63618,25 @@ xz(O$, "defaultProps", { rowDirection: "ltr", }), "production" !== process.env.NODE_ENV && - (aG.number.isRequired, - aG.number.isRequired, - aG.func.isRequired, - aG.func.isRequired), - Iz(O$), - "production" !== process.env.NODE_ENV && aG.func; -var D$ = (function () { + (Xz.number.isRequired, + Xz.number.isRequired, + Xz.func.isRequired, + Xz.func.isRequired), + Rz(V$), + "production" !== process.env.NODE_ENV && Xz.func; +var S$ = (function () { function e() { var t = this, n = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}; - bz(this, e), - xz(this, "_cellMeasurerCache", void 0), - xz(this, "_columnIndexOffset", void 0), - xz(this, "_rowIndexOffset", void 0), - xz(this, "columnWidth", function (e) { + dz(this, e), + bz(this, "_cellMeasurerCache", void 0), + bz(this, "_columnIndexOffset", void 0), + bz(this, "_rowIndexOffset", void 0), + bz(this, "columnWidth", function (e) { var n = e.index; t._cellMeasurerCache.columnWidth({ index: n + t._columnIndexOffset }); }), - xz(this, "rowHeight", function (e) { + bz(this, "rowHeight", function (e) { var n = e.index; t._cellMeasurerCache.rowHeight({ index: n + t._rowIndexOffset }); }); @@ -63755,7 +63650,7 @@ var D$ = (function () { (this._rowIndexOffset = a); } return ( - Rz(e, [ + hz(e, [ { key: "clear", value: function (e, t) { @@ -63843,7 +63738,7 @@ var D$ = (function () { e ); })(); -function P$(e, t) { +function N$(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -63855,68 +63750,68 @@ function P$(e, t) { } return n; } -function F$(e) { +function x$(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? P$(n, !0).forEach(function (t) { - xz(e, t, n[t]); + ? N$(n, !0).forEach(function (t) { + bz(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : P$(n).forEach(function (t) { + : N$(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -var U$ = (function () { +var _$ = (function () { function t(n, r) { var o; - bz(this, t), - xz(yz((o = Vz(this, Sz(t).call(this, n, r)))), "state", { + dz(this, t), + bz(fz((o = gz(this, vz(t).call(this, n, r)))), "state", { scrollLeft: 0, scrollTop: 0, scrollbarSize: 0, showHorizontalScrollbar: !1, showVerticalScrollbar: !1, }), - xz(yz(o), "_deferredInvalidateColumnIndex", null), - xz(yz(o), "_deferredInvalidateRowIndex", null), - xz(yz(o), "_bottomLeftGridRef", function (e) { + bz(fz(o), "_deferredInvalidateColumnIndex", null), + bz(fz(o), "_deferredInvalidateRowIndex", null), + bz(fz(o), "_bottomLeftGridRef", function (e) { o._bottomLeftGrid = e; }), - xz(yz(o), "_bottomRightGridRef", function (e) { + bz(fz(o), "_bottomRightGridRef", function (e) { o._bottomRightGrid = e; }), - xz(yz(o), "_cellRendererBottomLeftGrid", function (t) { + bz(fz(o), "_cellRendererBottomLeftGrid", function (t) { var n = t.rowIndex, - r = Dz(t, ["rowIndex"]), + r = Sz(t, ["rowIndex"]), i = o.props, l = i.cellRenderer, a = i.fixedRowCount; return n === i.rowCount - a ? e.createElement("div", { key: r.key, - style: F$({}, r.style, { height: 20 }), + style: x$({}, r.style, { height: 20 }), }) - : l(F$({}, r, { parent: yz(o), rowIndex: n + a })); + : l(x$({}, r, { parent: fz(o), rowIndex: n + a })); }), - xz(yz(o), "_cellRendererBottomRightGrid", function (e) { + bz(fz(o), "_cellRendererBottomRightGrid", function (e) { var t = e.columnIndex, n = e.rowIndex, - r = Dz(e, ["columnIndex", "rowIndex"]), + r = Sz(e, ["columnIndex", "rowIndex"]), i = o.props, l = i.cellRenderer, a = i.fixedColumnCount, C = i.fixedRowCount; return l( - F$({}, r, { columnIndex: t + a, parent: yz(o), rowIndex: n + C }), + x$({}, r, { columnIndex: t + a, parent: fz(o), rowIndex: n + C }), ); }), - xz(yz(o), "_cellRendererTopRightGrid", function (t) { + bz(fz(o), "_cellRendererTopRightGrid", function (t) { var n = t.columnIndex, - r = Dz(t, ["columnIndex"]), + r = Sz(t, ["columnIndex"]), i = o.props, l = i.cellRenderer, a = i.columnCount, @@ -63924,11 +63819,11 @@ var U$ = (function () { return n === a - C ? e.createElement("div", { key: r.key, - style: F$({}, r.style, { width: 20 }), + style: x$({}, r.style, { width: 20 }), }) - : l(F$({}, r, { columnIndex: n + C, parent: yz(o) })); + : l(x$({}, r, { columnIndex: n + C, parent: fz(o) })); }), - xz(yz(o), "_columnWidthRightGrid", function (e) { + bz(fz(o), "_columnWidthRightGrid", function (e) { var t = e.index, n = o.props, r = n.columnCount, @@ -63942,14 +63837,14 @@ var U$ = (function () { ? l({ index: t + i }) : l; }), - xz(yz(o), "_onScroll", function (e) { + bz(fz(o), "_onScroll", function (e) { var t = e.scrollLeft, n = e.scrollTop; o.setState({ scrollLeft: t, scrollTop: n }); var r = o.props.onScroll; r && r(e); }), - xz(yz(o), "_onScrollbarPresenceChange", function (e) { + bz(fz(o), "_onScrollbarPresenceChange", function (e) { var t = e.horizontal, n = e.size, r = e.vertical, @@ -63966,15 +63861,15 @@ var U$ = (function () { "function" == typeof C && C({ horizontal: t, size: n, vertical: r }); } }), - xz(yz(o), "_onScrollLeft", function (e) { + bz(fz(o), "_onScrollLeft", function (e) { var t = e.scrollLeft; o._onScroll({ scrollLeft: t, scrollTop: o.state.scrollTop }); }), - xz(yz(o), "_onScrollTop", function (e) { + bz(fz(o), "_onScrollTop", function (e) { var t = e.scrollTop; o._onScroll({ scrollTop: t, scrollLeft: o.state.scrollLeft }); }), - xz(yz(o), "_rowHeightBottomGrid", function (e) { + bz(fz(o), "_rowHeightBottomGrid", function (e) { var t = e.index, n = o.props, r = n.fixedRowCount, @@ -63988,10 +63883,10 @@ var U$ = (function () { ? l({ index: t + r }) : l; }), - xz(yz(o), "_topLeftGridRef", function (e) { + bz(fz(o), "_topLeftGridRef", function (e) { o._topLeftGrid = e; }), - xz(yz(o), "_topRightGridRef", function (e) { + bz(fz(o), "_topRightGridRef", function (e) { o._topRightGrid = e; }); var i = n.deferredMeasurementCache, @@ -64002,7 +63897,7 @@ var U$ = (function () { i && ((o._deferredMeasurementCacheBottomLeftGrid = a > 0 - ? new D$({ + ? new S$({ cellMeasurerCache: i, columnIndexOffset: 0, rowIndexOffset: a, @@ -64010,7 +63905,7 @@ var U$ = (function () { : i), (o._deferredMeasurementCacheBottomRightGrid = l > 0 || a > 0 - ? new D$({ + ? new S$({ cellMeasurerCache: i, columnIndexOffset: l, rowIndexOffset: a, @@ -64018,7 +63913,7 @@ var U$ = (function () { : i), (o._deferredMeasurementCacheTopRightGrid = l > 0 - ? new D$({ + ? new S$({ cellMeasurerCache: i, columnIndexOffset: l, rowIndexOffset: 0, @@ -64028,8 +63923,8 @@ var U$ = (function () { ); } return ( - Nz(t, e.PureComponent), - Rz( + Lz(t, e.PureComponent), + hz( t, [ { @@ -64143,7 +64038,7 @@ var U$ = (function () { var o = t.scrollToColumn; t.scrollTop; var i = t.scrollToRow, - l = Dz(t, [ + l = Sz(t, [ "onScroll", "onSectionRendered", "onScrollbarPresenceChange", @@ -64168,17 +64063,17 @@ var U$ = (function () { { style: this._containerTopStyle }, this._renderTopLeftGrid(l), this._renderTopRightGrid( - F$({}, l, { onScroll: n, scrollLeft: C }), + x$({}, l, { onScroll: n, scrollLeft: C }), ), ), e.createElement( "div", { style: this._containerBottomStyle }, this._renderBottomLeftGrid( - F$({}, l, { onScroll: n, scrollTop: s }), + x$({}, l, { onScroll: n, scrollTop: s }), ), this._renderBottomRightGrid( - F$({}, l, { + x$({}, l, { onScroll: n, onSectionRendered: r, scrollLeft: C, @@ -64272,7 +64167,7 @@ var U$ = (function () { a !== this._lastRenderedFixedRowCount || C !== this._lastRenderedRowHeight; (e || h || s !== this._lastRenderedStyle) && - (this._containerOuterStyle = F$( + (this._containerOuterStyle = x$( { height: i, overflow: "visible", width: m }, s, )), @@ -64289,7 +64184,7 @@ var U$ = (function () { width: m, })), (e || c !== this._lastRenderedStyleBottomLeftGrid) && - (this._bottomLeftGridStyle = F$( + (this._bottomLeftGridStyle = x$( { left: 0, overflowX: "hidden", @@ -64299,7 +64194,7 @@ var U$ = (function () { c, )), (e || f || d !== this._lastRenderedStyleBottomRightGrid) && - (this._bottomRightGridStyle = F$( + (this._bottomRightGridStyle = x$( { left: this._getLeftGridWidth(this.props), position: "absolute", @@ -64307,7 +64202,7 @@ var U$ = (function () { d, )), (e || u !== this._lastRenderedStyleTopLeftGrid) && - (this._topLeftGridStyle = F$( + (this._topLeftGridStyle = x$( { left: 0, overflowX: "hidden", @@ -64318,7 +64213,7 @@ var U$ = (function () { u, )), (e || f || p !== this._lastRenderedStyleTopRightGrid) && - (this._topRightGridStyle = F$( + (this._topRightGridStyle = x$( { left: this._getLeftGridWidth(this.props), overflowX: o ? "auto" : "hidden", @@ -64377,8 +64272,8 @@ var U$ = (function () { : 0, u = l ? c + d : c, p = e.createElement( - kG, - Ye({}, t, { + yG, + Pe({}, t, { cellRenderer: this._cellRendererBottomLeftGrid, className: this.props.classNameBottomLeftGrid, columnCount: r, @@ -64399,7 +64294,7 @@ var U$ = (function () { "div", { className: "BottomLeftGrid_ScrollWrapper", - style: F$({}, this._bottomLeftGridStyle, { + style: x$({}, this._bottomLeftGridStyle, { height: s, width: c, overflowY: "hidden", @@ -64420,8 +64315,8 @@ var U$ = (function () { l = t.scrollToColumn, a = t.scrollToRow; return e.createElement( - kG, - Ye({}, t, { + yG, + Pe({}, t, { cellRenderer: this._cellRendererBottomRightGrid, className: this.props.classNameBottomRightGrid, columnCount: Math.max(0, n - r), @@ -64449,8 +64344,8 @@ var U$ = (function () { r = t.fixedRowCount; return n && r ? e.createElement( - kG, - Ye({}, t, { + yG, + Pe({}, t, { className: this.props.classNameTopLeftGrid, columnCount: n, height: this._getTopGridHeight(t), @@ -64484,10 +64379,10 @@ var U$ = (function () { h = u, f = this._topRightGridStyle; a && - ((h = u + m), (f = F$({}, this._topRightGridStyle, { left: 0 }))); + ((h = u + m), (f = x$({}, this._topRightGridStyle, { left: 0 }))); var g = e.createElement( - kG, - Ye({}, t, { + yG, + Pe({}, t, { cellRenderer: this._cellRendererTopRightGrid, className: this.props.classNameTopRightGrid, columnCount: Math.max(0, n - o) + d, @@ -64509,7 +64404,7 @@ var U$ = (function () { "div", { className: "TopRightGrid_ScrollWrapper", - style: F$({}, this._topRightGridStyle, { + style: x$({}, this._topRightGridStyle, { height: u, width: p, overflowX: "hidden", @@ -64544,7 +64439,7 @@ var U$ = (function () { t ); })(); -xz(U$, "defaultProps", { +bz(_$, "defaultProps", { classNameBottomLeftGrid: "", classNameBottomRightGrid: "", classNameTopLeftGrid: "", @@ -64563,38 +64458,38 @@ xz(U$, "defaultProps", { hideTopRightGridScrollbar: !1, hideBottomLeftGridScrollbar: !1, }), - (U$.propTypes = + (_$.propTypes = "production" !== process.env.NODE_ENV ? { - classNameBottomLeftGrid: aG.string.isRequired, - classNameBottomRightGrid: aG.string.isRequired, - classNameTopLeftGrid: aG.string.isRequired, - classNameTopRightGrid: aG.string.isRequired, - enableFixedColumnScroll: aG.bool.isRequired, - enableFixedRowScroll: aG.bool.isRequired, - fixedColumnCount: aG.number.isRequired, - fixedRowCount: aG.number.isRequired, - onScrollbarPresenceChange: aG.func, - style: aG.object.isRequired, - styleBottomLeftGrid: aG.object.isRequired, - styleBottomRightGrid: aG.object.isRequired, - styleTopLeftGrid: aG.object.isRequired, - styleTopRightGrid: aG.object.isRequired, - hideTopRightGridScrollbar: aG.bool, - hideBottomLeftGridScrollbar: aG.bool, + classNameBottomLeftGrid: Xz.string.isRequired, + classNameBottomRightGrid: Xz.string.isRequired, + classNameTopLeftGrid: Xz.string.isRequired, + classNameTopRightGrid: Xz.string.isRequired, + enableFixedColumnScroll: Xz.bool.isRequired, + enableFixedRowScroll: Xz.bool.isRequired, + fixedColumnCount: Xz.number.isRequired, + fixedRowCount: Xz.number.isRequired, + onScrollbarPresenceChange: Xz.func, + style: Xz.object.isRequired, + styleBottomLeftGrid: Xz.object.isRequired, + styleBottomRightGrid: Xz.object.isRequired, + styleTopLeftGrid: Xz.object.isRequired, + styleTopRightGrid: Xz.object.isRequired, + hideTopRightGridScrollbar: Xz.bool, + hideBottomLeftGridScrollbar: Xz.bool, } : {}), - Iz(U$), - "production" === process.env.NODE_ENV || aG.func.isRequired, - "production" !== process.env.NODE_ENV && (aG.any, aG.string.isRequired), + Rz(_$), + "production" === process.env.NODE_ENV || Xz.func.isRequired, + "production" !== process.env.NODE_ENV && (Xz.any, Xz.string.isRequired), "production" !== process.env.NODE_ENV && - (aG.any, aG.any, aG.string.isRequired, aG.number.isRequired); -var z$ = + (Xz.any, Xz.any, Xz.string.isRequired, Xz.number.isRequired); +var A$ = "production" === process.env.NODE_ENV ? null : { - className: aG.string.isRequired, - columns: aG.arrayOf(function (e, t, n) { + className: Xz.string.isRequired, + columns: Xz.arrayOf(function (e, t, n) { if (!Object.prototype.hasOwnProperty.call(e, t)) throw new Error( "Prop `" @@ -64617,23 +64512,23 @@ var z$ = ); }, }, - G$ = + Z$ = "production" === process.env.NODE_ENV ? null : { - columnData: aG.any, - dataKey: aG.string.isRequired, - disableSort: aG.bool, - label: aG.any, - sortBy: aG.string, - sortDirection: aG.string, - }, - $$ = + columnData: Xz.any, + dataKey: Xz.string.isRequired, + disableSort: Xz.bool, + label: Xz.any, + sortBy: Xz.string, + sortDirection: Xz.string, + }, + I$ = "production" === process.env.NODE_ENV ? null : { - className: aG.string.isRequired, - columns: aG.arrayOf(function (e, t, n) { + className: Xz.string.isRequired, + columns: Xz.arrayOf(function (e, t, n) { if (!Object.prototype.hasOwnProperty.call(e, t)) throw new Error( "Prop `" @@ -64644,12 +64539,12 @@ var z$ = .concat(n, "`. Pass undefined or any other value."), ); }).isRequired, - index: aG.number.isRequired, - isScrolling: aG.bool.isRequired, - onRowClick: aG.func, - onRowDoubleClick: aG.func, - onRowMouseOver: aG.func, - onRowMouseOut: aG.func, + index: Xz.number.isRequired, + isScrolling: Xz.bool.isRequired, + onRowClick: Xz.func, + onRowDoubleClick: Xz.func, + onRowMouseOver: Xz.func, + onRowMouseOut: Xz.func, rowData: function (e, t, n) { if (!Object.prototype.hasOwnProperty.call(e, t)) throw new Error( @@ -64672,34 +64567,34 @@ var z$ = .concat(n, "`. Pass undefined or any other value."), ); }, - key: aG.string.isRequired, + key: Xz.string.isRequired, }; -function W$(t) { +function k$(t) { var n = t.className, r = t.columns, o = t.style; return e.createElement("div", { className: n, role: "row", style: o }, r); } -W$.propTypes = - "production" === process.env.NODE_ENV ? null : z$ === aG.any ? {} : z$; -var j$ = "ASC", - q$ = "DESC"; -function Y$(t) { +k$.propTypes = + "production" === process.env.NODE_ENV ? null : A$ === Xz.any ? {} : A$; +var O$ = "ASC", + B$ = "DESC"; +function D$(t) { var n = t.sortDirection, - r = Oz("ReactVirtualized__Table__sortableHeaderIcon", { - "ReactVirtualized__Table__sortableHeaderIcon--ASC": n === j$, - "ReactVirtualized__Table__sortableHeaderIcon--DESC": n === q$, + r = Vz("ReactVirtualized__Table__sortableHeaderIcon", { + "ReactVirtualized__Table__sortableHeaderIcon--ASC": n === O$, + "ReactVirtualized__Table__sortableHeaderIcon--DESC": n === B$, }); return e.createElement( "svg", { className: r, width: 18, height: 18, viewBox: "0 0 24 24" }, - n === j$ + n === O$ ? e.createElement("path", { d: "M7 14l5-5 5 5z" }) : e.createElement("path", { d: "M7 10l5 5 5-5z" }), e.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), ); } -function K$(t) { +function P$(t) { var n = t.dataKey, r = t.label, o = t.sortBy, @@ -64718,11 +64613,11 @@ function K$(t) { ]; return ( l && - a.push(e.createElement(Y$, { key: "SortIndicator", sortDirection: i })), + a.push(e.createElement(D$, { key: "SortIndicator", sortDirection: i })), a ); } -function X$(t) { +function F$(t) { var n = t.className, r = t.columns, o = t.index, @@ -64761,26 +64656,26 @@ function X$(t) { })), e.createElement( "div", - Ye({}, p, { className: n, key: i, role: "row", style: u }), + Pe({}, p, { className: n, key: i, role: "row", style: u }), r, ) ); } -(Y$.propTypes = +(D$.propTypes = "production" !== process.env.NODE_ENV - ? { sortDirection: aG.oneOf([j$, q$]) } + ? { sortDirection: Xz.oneOf([O$, B$]) } : {}), - (K$.propTypes = - "production" === process.env.NODE_ENV ? null : G$ === aG.any ? {} : G$), - (X$.propTypes = - "production" === process.env.NODE_ENV ? null : $$ === aG.any ? {} : $$); -var Q$ = (function () { + (P$.propTypes = + "production" === process.env.NODE_ENV ? null : Z$ === Xz.any ? {} : Z$), + (F$.propTypes = + "production" === process.env.NODE_ENV ? null : I$ === Xz.any ? {} : I$); +var U$ = (function () { function t() { - return bz(this, t), Vz(this, Sz(t).apply(this, arguments)); + return dz(this, t), gz(this, vz(t).apply(this, arguments)); } - return Nz(t, e.Component), t; + return Lz(t, e.Component), t; })(); -function J$(e, t) { +function z$(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -64792,22 +64687,22 @@ function J$(e, t) { } return n; } -function eW(e) { +function G$(e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? J$(n, !0).forEach(function (t) { - xz(e, t, n[t]); + ? z$(n, !0).forEach(function (t) { + bz(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) - : J$(n).forEach(function (t) { + : z$(n).forEach(function (t) { Object.defineProperty(e, t, Object.getOwnPropertyDescriptor(n, t)); }); } return e; } -xz(Q$, "defaultProps", { +bz(U$, "defaultProps", { cellDataGetter: function (e) { var t = e.dataKey, n = e.rowData; @@ -64817,53 +64712,53 @@ xz(Q$, "defaultProps", { var t = e.cellData; return null == t ? "" : String(t); }, - defaultSortDirection: j$, + defaultSortDirection: O$, flexGrow: 0, flexShrink: 1, - headerRenderer: K$, + headerRenderer: P$, style: {}, }), - (Q$.propTypes = + (U$.propTypes = "production" !== process.env.NODE_ENV ? { - "aria-label": aG.string, - cellDataGetter: aG.func, - cellRenderer: aG.func, - className: aG.string, - columnData: aG.object, - dataKey: aG.any.isRequired, - defaultSortDirection: aG.oneOf([j$, q$]), - disableSort: aG.bool, - flexGrow: aG.number, - flexShrink: aG.number, - headerClassName: aG.string, - headerRenderer: aG.func.isRequired, - headerStyle: aG.object, - id: aG.string, - label: aG.node, - maxWidth: aG.number, - minWidth: aG.number, - style: aG.object, - width: aG.number.isRequired, + "aria-label": Xz.string, + cellDataGetter: Xz.func, + cellRenderer: Xz.func, + className: Xz.string, + columnData: Xz.object, + dataKey: Xz.any.isRequired, + defaultSortDirection: Xz.oneOf([O$, B$]), + disableSort: Xz.bool, + flexGrow: Xz.number, + flexShrink: Xz.number, + headerClassName: Xz.string, + headerRenderer: Xz.func.isRequired, + headerStyle: Xz.object, + id: Xz.string, + label: Xz.node, + maxWidth: Xz.number, + minWidth: Xz.number, + style: Xz.object, + width: Xz.number.isRequired, } : {}); -var tW = (function () { +var $$ = (function () { function t(e) { var n; return ( - bz(this, t), - ((n = Vz(this, Sz(t).call(this, e))).state = { scrollbarWidth: 0 }), - (n._createColumn = n._createColumn.bind(yz(n))), - (n._createRow = n._createRow.bind(yz(n))), - (n._onScroll = n._onScroll.bind(yz(n))), - (n._onSectionRendered = n._onSectionRendered.bind(yz(n))), - (n._setRef = n._setRef.bind(yz(n))), + dz(this, t), + ((n = gz(this, vz(t).call(this, e))).state = { scrollbarWidth: 0 }), + (n._createColumn = n._createColumn.bind(fz(n))), + (n._createRow = n._createRow.bind(fz(n))), + (n._onScroll = n._onScroll.bind(fz(n))), + (n._onSectionRendered = n._onSectionRendered.bind(fz(n))), + (n._setRef = n._setRef.bind(fz(n))), n ); } return ( - Nz(t, e.PureComponent), - Rz(t, [ + Lz(t, e.PureComponent), + hz(t, [ { key: "forceUpdateGrid", value: function () { @@ -64942,7 +64837,7 @@ var tW = (function () { key: "getScrollbarWidth", value: function () { if (this.Grid) { - var e = R(this.Grid), + var e = f(this.Grid), t = e.clientWidth || 0; return (e.offsetWidth || 0) - t; } @@ -64989,7 +64884,7 @@ var tW = (function () { (this._cachedColumnStyles = []), e.Children.toArray(r).forEach(function (e, n) { var r = t._getFlexStyleForColumn(e, e.props.style); - t._cachedColumnStyles[n] = eW({ overflow: "hidden" }, r); + t._cachedColumnStyles[n] = G$({ overflow: "hidden" }, r); }), e.createElement( "div", @@ -64998,16 +64893,16 @@ var tW = (function () { "aria-labelledby": this.props["aria-labelledby"], "aria-colcount": e.Children.toArray(r).length, "aria-rowcount": this.props.rowCount, - className: Oz("ReactVirtualized__Table", o), + className: Vz("ReactVirtualized__Table", o), id: d, role: "grid", style: f, }, !i && s({ - className: Oz("ReactVirtualized__Table__headerRow", L), + className: Vz("ReactVirtualized__Table__headerRow", L), columns: this._getHeaderColumns(), - style: eW( + style: G$( { height: C, overflow: "hidden", @@ -65018,11 +64913,11 @@ var tW = (function () { ), }), e.createElement( - kG, - Ye({}, this.props, { + yG, + Pe({}, this.props, { "aria-readonly": null, autoContainerWidth: !0, - className: Oz("ReactVirtualized__Table__Grid", l), + className: Vz("ReactVirtualized__Table__Grid", l), cellRenderer: this._createRow, columnWidth: g, columnCount: 1, @@ -65035,7 +64930,7 @@ var tW = (function () { role: "rowgroup", scrollbarWidth: v, scrollToRow: h, - style: eW({}, a, { overflowX: "hidden" }), + style: G$({}, a, { overflowX: "hidden" }), }), ), ) @@ -65076,7 +64971,7 @@ var tW = (function () { { "aria-colindex": r + 1, "aria-describedby": h, - className: Oz("ReactVirtualized__Table__rowColumn", u), + className: Vz("ReactVirtualized__Table__rowColumn", u), key: "Row" + a + "-Col" + r, onClick: function (e) { C && C({ columnData: p, dataKey: m, event: e }); @@ -65115,7 +65010,7 @@ var tW = (function () { M = f.id, H = f.label, E = !L && p, - R = Oz( + R = Vz( "ReactVirtualized__Table__headerColumn", c, a.props.headerClassName, @@ -65123,7 +65018,7 @@ var tW = (function () { ), y = this._getFlexStyleForColumn( a, - eW({}, d, {}, a.props.headerStyle), + G$({}, d, {}, a.props.headerStyle), ), V = b({ columnData: g, @@ -65134,27 +65029,27 @@ var tW = (function () { sortDirection: h, }); if (E || u) { - var S = m !== v ? w : h === q$ ? j$ : q$, - T = function (e) { + var T = m !== v ? w : h === B$ ? O$ : B$, + S = function (e) { E && p({ defaultSortDirection: w, event: e, sortBy: v, - sortDirection: S, + sortDirection: T, }), u && u({ columnData: g, dataKey: v, event: e }); }; (l = a.props["aria-label"] || H || v), (i = "none"), (o = 0), - (n = T), + (n = S), (r = function (e) { - ("Enter" !== e.key && " " !== e.key) || T(e); + ("Enter" !== e.key && " " !== e.key) || S(e); }); } return ( - m === v && (i = h === j$ ? "ascending" : "descending"), + m === v && (i = h === O$ ? "ascending" : "descending"), e.createElement( "div", { @@ -65209,8 +65104,8 @@ var tW = (function () { scrollbarWidth: w, }); }), - E = Oz("ReactVirtualized__Table__row", L), - R = eW( + E = Vz("ReactVirtualized__Table__row", L), + R = G$( {}, a, { @@ -65247,7 +65142,7 @@ var tW = (function () { .concat(e.props.flexGrow, " ") .concat(e.props.flexShrink, " ") .concat(e.props.width, "px"), - r = eW({}, t, { flex: n, msFlex: n, WebkitFlex: n }); + r = G$({}, t, { flex: n, msFlex: n, WebkitFlex: n }); return ( e.props.maxWidth && (r.maxWidth = e.props.maxWidth), e.props.minWidth && (r.minWidth = e.props.minWidth), @@ -65320,7 +65215,7 @@ var tW = (function () { t ); })(); -xz(tW, "defaultProps", { +bz($$, "defaultProps", { disableHeader: !1, estimatedRowSize: 30, headerHeight: 0, @@ -65334,21 +65229,21 @@ xz(tW, "defaultProps", { onScroll: function () { return null; }, - overscanIndicesGetter: DG, + overscanIndicesGetter: SG, overscanRowCount: 10, - rowRenderer: X$, - headerRowRenderer: W$, + rowRenderer: F$, + headerRowRenderer: k$, rowStyle: {}, scrollToAlignment: "auto", scrollToIndex: -1, style: {}, }), - (tW.propTypes = + ($$.propTypes = "production" !== process.env.NODE_ENV ? { - "aria-label": aG.string, - "aria-labelledby": aG.string, - autoHeight: aG.bool, + "aria-label": Xz.string, + "aria-labelledby": Xz.string, + autoHeight: Xz.bool, children: function (t) { for ( var n = e.Children.toArray(t.children), r = 0; @@ -65356,107 +65251,107 @@ xz(tW, "defaultProps", { r++ ) { var o = n[r].type; - if (o !== Q$ && !(o.prototype instanceof Q$)) + if (o !== U$ && !(o.prototype instanceof U$)) return new Error("Table only accepts children of type Column"); } }, - className: aG.string, - disableHeader: aG.bool, - estimatedRowSize: aG.number.isRequired, - gridClassName: aG.string, - gridStyle: aG.object, - headerClassName: aG.string, - headerHeight: aG.number.isRequired, - headerRowRenderer: aG.func, - headerStyle: aG.object, - height: aG.number.isRequired, - id: aG.string, - noRowsRenderer: aG.func, - onColumnClick: aG.func, - onHeaderClick: aG.func, - onRowClick: aG.func, - onRowDoubleClick: aG.func, - onRowMouseOut: aG.func, - onRowMouseOver: aG.func, - onRowRightClick: aG.func, - onRowsRendered: aG.func, - onScroll: aG.func.isRequired, - overscanIndicesGetter: aG.func.isRequired, - overscanRowCount: aG.number.isRequired, - rowClassName: aG.oneOfType([aG.string, aG.func]), - rowGetter: aG.func.isRequired, - rowHeight: aG.oneOfType([aG.number, aG.func]).isRequired, - rowCount: aG.number.isRequired, - rowRenderer: aG.func, - rowStyle: aG.oneOfType([aG.object, aG.func]).isRequired, - scrollToAlignment: aG.oneOf(["auto", "end", "start", "center"]) + className: Xz.string, + disableHeader: Xz.bool, + estimatedRowSize: Xz.number.isRequired, + gridClassName: Xz.string, + gridStyle: Xz.object, + headerClassName: Xz.string, + headerHeight: Xz.number.isRequired, + headerRowRenderer: Xz.func, + headerStyle: Xz.object, + height: Xz.number.isRequired, + id: Xz.string, + noRowsRenderer: Xz.func, + onColumnClick: Xz.func, + onHeaderClick: Xz.func, + onRowClick: Xz.func, + onRowDoubleClick: Xz.func, + onRowMouseOut: Xz.func, + onRowMouseOver: Xz.func, + onRowRightClick: Xz.func, + onRowsRendered: Xz.func, + onScroll: Xz.func.isRequired, + overscanIndicesGetter: Xz.func.isRequired, + overscanRowCount: Xz.number.isRequired, + rowClassName: Xz.oneOfType([Xz.string, Xz.func]), + rowGetter: Xz.func.isRequired, + rowHeight: Xz.oneOfType([Xz.number, Xz.func]).isRequired, + rowCount: Xz.number.isRequired, + rowRenderer: Xz.func, + rowStyle: Xz.oneOfType([Xz.object, Xz.func]).isRequired, + scrollToAlignment: Xz.oneOf(["auto", "end", "start", "center"]) .isRequired, - scrollToIndex: aG.number.isRequired, - scrollTop: aG.number, - sort: aG.func, - sortBy: aG.string, - sortDirection: aG.oneOf([j$, q$]), - style: aG.object, - tabIndex: aG.number, - width: aG.number.isRequired, + scrollToIndex: Xz.number.isRequired, + scrollTop: Xz.number, + sort: Xz.func, + sortBy: Xz.string, + sortDirection: Xz.oneOf([O$, B$]), + style: Xz.object, + tabIndex: Xz.number, + width: Xz.number.isRequired, } : {}); -var nW = [], - rW = null, - oW = null; -function iW() { - oW && - ((oW = null), - document.body && null != rW && (document.body.style.pointerEvents = rW), - (rW = null)); -} -function lW() { - iW(), - nW.forEach(function (e) { +var W$ = [], + j$ = null, + q$ = null; +function Y$() { + q$ && + ((q$ = null), + document.body && null != j$ && (document.body.style.pointerEvents = j$), + (j$ = null)); +} +function K$() { + Y$(), + W$.forEach(function (e) { return e.__resetIsScrolling(); }); } -function aW(e) { +function X$(e) { e.currentTarget === window && - null == rW && + null == j$ && document.body && - ((rW = document.body.style.pointerEvents), + ((j$ = document.body.style.pointerEvents), (document.body.style.pointerEvents = "none")), (function () { - oW && NG(oW); + q$ && LG(q$); var e = 0; - nW.forEach(function (t) { + W$.forEach(function (t) { e = Math.max(e, t.props.scrollingResetTimeInterval); }), - (oW = xG(lW, e)); + (q$ = bG(K$, e)); })(), - nW.forEach(function (t) { + W$.forEach(function (t) { t.props.scrollElement === e.currentTarget && t.__handleWindowScrollEvent(); }); } -function CW(e, t) { - nW.some(function (e) { +function Q$(e, t) { + W$.some(function (e) { return e.props.scrollElement === t; - }) || t.addEventListener("scroll", aW), - nW.push(e); + }) || t.addEventListener("scroll", X$), + W$.push(e); } -function sW(e, t) { - (nW = nW.filter(function (t) { +function J$(e, t) { + (W$ = W$.filter(function (t) { return t !== e; - })).length || (t.removeEventListener("scroll", aW), oW && (NG(oW), iW())); + })).length || (t.removeEventListener("scroll", X$), q$ && (LG(q$), Y$())); } -var cW, - dW, - uW = function (e) { +var eW, + tW, + nW = function (e) { return e === window; }, - pW = function (e) { + rW = function (e) { return e.getBoundingClientRect(); }; -function mW(e, t) { +function oW(e, t) { if (e) { - if (uW(e)) { + if (nW(e)) { var n = window, r = n.innerHeight, o = n.innerWidth; @@ -65465,12 +65360,12 @@ function mW(e, t) { width: "number" == typeof o ? o : 0, }; } - return pW(e); + return rW(e); } return { height: t.serverHeight, width: t.serverWidth }; } -function hW(e) { - return uW(e) && document.documentElement +function iW(e) { + return nW(e) && document.documentElement ? { top: "scrollY" in window @@ -65483,7 +65378,7 @@ function hW(e) { } : { top: e.scrollTop, left: e.scrollLeft }; } -function fW(e, t) { +function lW(e, t) { var n = Object.keys(e); if (Object.getOwnPropertySymbols) { var r = Object.getOwnPropertySymbols(e); @@ -65495,7 +65390,17 @@ function fW(e, t) { } return n; } -var gW, +var aW, + CW, + sW, + cW, + dW, + uW, + pW, + mW, + hW, + fW, + gW, vW, wW, LW, @@ -65506,8 +65411,8 @@ var gW, RW, yW, VW, - SW, TW, + SW, NW, xW, _W, @@ -65560,8 +65465,8 @@ var gW, Rj, yj, Vj, - Sj, Tj, + Sj, Nj, xj, _j, @@ -65571,54 +65476,44 @@ var gW, kj, Oj, Bj, - Dj, - Pj, - Fj, - Uj, - zj, - Gj, - $j, - Wj, - jj, - qj, - Yj = function () { + Dj = function () { return "undefined" != typeof window ? window : void 0; }, - Kj = - ((dW = cW = + Pj = + ((tW = eW = (function () { function t() { var e, n; - bz(this, t); + dz(this, t); for (var r = arguments.length, o = new Array(r), i = 0; i < r; i++) o[i] = arguments[i]; return ( - xz( - yz((n = Vz(this, (e = Sz(t)).call.apply(e, [this].concat(o))))), + bz( + fz((n = gz(this, (e = vz(t)).call.apply(e, [this].concat(o))))), "_window", - Yj(), + Dj(), ), - xz(yz(n), "_isMounted", !1), - xz(yz(n), "_positionFromTop", 0), - xz(yz(n), "_positionFromLeft", 0), - xz(yz(n), "_detectElementResize", void 0), - xz(yz(n), "_child", void 0), - xz( - yz(n), + bz(fz(n), "_isMounted", !1), + bz(fz(n), "_positionFromTop", 0), + bz(fz(n), "_positionFromLeft", 0), + bz(fz(n), "_detectElementResize", void 0), + bz(fz(n), "_child", void 0), + bz( + fz(n), "state", (function (e) { for (var t = 1; t < arguments.length; t++) { var n = null != arguments[t] ? arguments[t] : {}; t % 2 - ? fW(n, !0).forEach(function (t) { - xz(e, t, n[t]); + ? lW(n, !0).forEach(function (t) { + bz(e, t, n[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties( e, Object.getOwnPropertyDescriptors(n), ) - : fW(n).forEach(function (t) { + : lW(n).forEach(function (t) { Object.defineProperty( e, t, @@ -65627,13 +65522,13 @@ var gW, }); } return e; - })({}, mW(n.props.scrollElement, n.props), { + })({}, oW(n.props.scrollElement, n.props), { isScrolling: !1, scrollLeft: 0, scrollTop: 0, }), ), - xz(yz(n), "_registerChild", function (e) { + bz(fz(n), "_registerChild", function (e) { !e || e instanceof Element || console.warn( @@ -65642,7 +65537,7 @@ var gW, (n._child = e), n.updatePosition(); }), - xz(yz(n), "_onChildScroll", function (e) { + bz(fz(n), "_onChildScroll", function (e) { var t = e.scrollTop; if (n.state.scrollTop !== t) { var r = n.props.scrollElement; @@ -65652,26 +65547,26 @@ var gW, : (r.scrollTop = t + n._positionFromTop)); } }), - xz(yz(n), "_registerResizeListener", function (e) { + bz(fz(n), "_registerResizeListener", function (e) { e === window ? window.addEventListener("resize", n._onResize, !1) : n._detectElementResize.addResizeListener(e, n._onResize); }), - xz(yz(n), "_unregisterResizeListener", function (e) { + bz(fz(n), "_unregisterResizeListener", function (e) { e === window ? window.removeEventListener("resize", n._onResize, !1) : e && n._detectElementResize.removeResizeListener(e, n._onResize); }), - xz(yz(n), "_onResize", function () { + bz(fz(n), "_onResize", function () { n.updatePosition(); }), - xz(yz(n), "__handleWindowScrollEvent", function () { + bz(fz(n), "__handleWindowScrollEvent", function () { if (n._isMounted) { var e = n.props.onScroll, t = n.props.scrollElement; if (t) { - var r = hW(t), + var r = iW(t), o = Math.max(0, r.left - n._positionFromLeft), i = Math.max(0, r.top - n._positionFromTop); n.setState({ isScrolling: !0, scrollLeft: o, scrollTop: i }), @@ -65679,15 +65574,15 @@ var gW, } } }), - xz(yz(n), "__resetIsScrolling", function () { + bz(fz(n), "__resetIsScrolling", function () { n.setState({ isScrolling: !1 }); }), n ); } return ( - Nz(t, e.PureComponent), - Rz(t, [ + Lz(t, e.PureComponent), + hz(t, [ { key: "updatePosition", value: function () { @@ -65699,18 +65594,18 @@ var gW, n = this.state, r = n.height, o = n.width, - i = this._child || H.findDOMNode(this); + i = this._child || m.findDOMNode(this); if (i instanceof Element && e) { var l = (function (e, t) { - if (uW(t) && document.documentElement) { + if (nW(t) && document.documentElement) { var n = document.documentElement, - r = pW(e), - o = pW(n); + r = rW(e), + o = rW(n); return { top: r.top - o.top, left: r.left - o.left }; } - var i = hW(t), - l = pW(e), - a = pW(t); + var i = iW(t), + l = rW(e), + a = rW(t); return { top: l.top + i.top - a.top, left: l.left + i.left - a.left, @@ -65719,7 +65614,7 @@ var gW, (this._positionFromTop = l.top), (this._positionFromLeft = l.left); } - var a = mW(e, this.props); + var a = oW(e, this.props); (r === a.height && o === a.width) || (this.setState({ height: a.height, width: a.width }), t({ height: a.height, width: a.width })); @@ -65729,9 +65624,9 @@ var gW, key: "componentDidMount", value: function () { var e = this.props.scrollElement; - (this._detectElementResize = GG()), + (this._detectElementResize = ZG()), this.updatePosition(e), - e && (CW(this, e), this._registerResizeListener(e)), + e && (Q$(this, e), this._registerResizeListener(e)), (this._isMounted = !0); }, }, @@ -65744,8 +65639,8 @@ var gW, null != r && null != n && (this.updatePosition(n), - sW(this, r), - CW(this, n), + J$(this, r), + Q$(this, n), this._unregisterResizeListener(r), this._registerResizeListener(n)); }, @@ -65754,7 +65649,7 @@ var gW, key: "componentWillUnmount", value: function () { var e = this.props.scrollElement; - e && (sW(this, e), this._unregisterResizeListener(e)), + e && (J$(this, e), this._unregisterResizeListener(e)), (this._isMounted = !1); }, }, @@ -65783,61 +65678,61 @@ var gW, t ); })()), - xz( - cW, + bz( + eW, "propTypes", "production" === process.env.NODE_ENV ? null : { - children: aG.func.isRequired, - onResize: aG.func.isRequired, - onScroll: aG.func.isRequired, - scrollElement: aG.oneOfType([ - aG.any, + children: Xz.func.isRequired, + onResize: Xz.func.isRequired, + onScroll: Xz.func.isRequired, + scrollElement: Xz.oneOfType([ + Xz.any, function () { return ( - "function" == typeof Element ? aG.instanceOf(Element) : aG.any + "function" == typeof Element ? Xz.instanceOf(Element) : Xz.any ).apply(this, arguments); }, ]), - scrollingResetTimeInterval: aG.number.isRequired, - serverHeight: aG.number.isRequired, - serverWidth: aG.number.isRequired, + scrollingResetTimeInterval: Xz.number.isRequired, + serverHeight: Xz.number.isRequired, + serverWidth: Xz.number.isRequired, }, ), - dW); -function Xj() { - if (vW) return gW; - vW = 1; + tW); +function Fj() { + if (CW) return aW; + CW = 1; var e = Array.isArray; - return (gW = e); + return (aW = e); } -function Qj() { - if (yW) return RW; - yW = 1; +function Uj() { + if (fW) return hW; + fW = 1; var e, t = (function () { - if (EW) return HW; - EW = 1; - var e = IN()["__core-js_shared__"]; - return (HW = e); + if (mW) return pW; + mW = 1; + var e = RN()["__core-js_shared__"]; + return (pW = e); })(), n = (e = /[^.]+$/.exec((t && t.keys && t.keys.IE_PROTO) || "")) ? "Symbol(src)_1." + e : ""; - return (RW = function (e) { + return (hW = function (e) { return !!n && n in e; }); } -function Jj() { - if (NW) return TW; - NW = 1; +function zj() { + if (LW) return wW; + LW = 1; var e = (function () { - if (MW) return bW; - MW = 1; - var e = BN(), - t = ZN(); - return (bW = function (n) { + if (uW) return dW; + uW = 1; + var e = TN(), + t = EN(); + return (dW = function (n) { if (!t(n)) return !1; var r = e(n); return ( @@ -65848,13 +65743,13 @@ function Jj() { ); }); })(), - t = Qj(), - n = ZN(), + t = Uj(), + n = EN(), r = (function () { - if (SW) return VW; - SW = 1; + if (vW) return gW; + vW = 1; var e = Function.prototype.toString; - return (VW = function (t) { + return (gW = function (t) { if (null != t) { try { return e.call(t); @@ -65882,61 +65777,61 @@ function Jj() { ) + "$", ); - return (TW = function (i) { + return (wW = function (i) { return !(!n(i) || t(i)) && (e(i) ? s : o).test(r(i)); }); } -function eq() { - if (ZW) return AW; - ZW = 1; - var e = Jj(), +function Gj() { + if (EW) return HW; + EW = 1; + var e = zj(), t = - (_W || - ((_W = 1), - (xW = function (e, t) { + (MW || + ((MW = 1), + (bW = function (e, t) { return null == e ? void 0 : e[t]; })), - xW); + bW); return ( - (AW = function (n, r) { + (HW = function (n, r) { var o = t(n, r); return e(o) ? o : void 0; }), - AW + HW ); } -function tq() { - if (kW) return IW; - kW = 1; - var e = eq()(Object, "create"); - return (IW = e); -} -function nq() { - if (qW) return jW; - qW = 1; +function $j() { + if (yW) return RW; + yW = 1; + var e = Gj()(Object, "create"); + return (RW = e); +} +function Wj() { + if (BW) return OW; + BW = 1; var e = (function () { - if (BW) return OW; - BW = 1; - var e = tq(); - return (OW = function () { + if (TW) return VW; + TW = 1; + var e = $j(); + return (VW = function () { (this.__data__ = e ? e(null) : {}), (this.size = 0); }); })(), t = - (PW || - ((PW = 1), - (DW = function (e) { + (NW || + ((NW = 1), + (SW = function (e) { var t = this.has(e) && delete this.__data__[e]; return (this.size -= t ? 1 : 0), t; })), - DW), + SW), n = (function () { - if (UW) return FW; - UW = 1; - var e = tq(), + if (_W) return xW; + _W = 1; + var e = $j(), t = Object.prototype.hasOwnProperty; return ( - (FW = function (n) { + (xW = function (n) { var r = this.__data__; if (e) { var o = r[n]; @@ -65944,28 +65839,28 @@ function nq() { } return t.call(r, n) ? r[n] : void 0; }), - FW + xW ); })(), r = (function () { - if (GW) return zW; - GW = 1; - var e = tq(), + if (ZW) return AW; + ZW = 1; + var e = $j(), t = Object.prototype.hasOwnProperty; return ( - (zW = function (n) { + (AW = function (n) { var r = this.__data__; return e ? void 0 !== r[n] : t.call(r, n); }), - zW + AW ); })(), o = (function () { - if (WW) return $W; - WW = 1; - var e = tq(); + if (kW) return IW; + kW = 1; + var e = $j(); return ( - ($W = function (t, n) { + (IW = function (t, n) { var r = this.__data__; return ( (this.size += this.has(t) ? 0 : 1), @@ -65973,7 +65868,7 @@ function nq() { this ); }), - $W + IW ); })(); function i(e) { @@ -65990,42 +65885,42 @@ function nq() { (i.prototype.get = n), (i.prototype.has = r), (i.prototype.set = o), - (jW = i) + (OW = i) ); } -function rq() { - if (ej) return JW; - ej = 1; - var e = QW - ? XW - : ((QW = 1), - (XW = function (e, t) { +function jj() { + if (GW) return zW; + GW = 1; + var e = UW + ? FW + : ((UW = 1), + (FW = function (e, t) { return e === t || (e != e && t != t); })); return ( - (JW = function (t, n) { + (zW = function (t, n) { for (var r = t.length; r--; ) if (e(t[r][0], n)) return r; return -1; }), - JW + zW ); } -function oq() { - if (cj) return sj; - cj = 1; - var e = KW - ? YW - : ((KW = 1), - (YW = function () { +function qj() { + if (ej) return JW; + ej = 1; + var e = PW + ? DW + : ((PW = 1), + (DW = function () { (this.__data__ = []), (this.size = 0); })), t = (function () { - if (nj) return tj; - nj = 1; - var e = rq(), + if (WW) return $W; + WW = 1; + var e = jj(), t = Array.prototype.splice; return ( - (tj = function (n) { + ($W = function (n) { var r = this.__data__, o = e(r, n); return !( @@ -66033,44 +65928,44 @@ function oq() { (o == r.length - 1 ? r.pop() : t.call(r, o, 1), --this.size, 0) ); }), - tj + $W ); })(), n = (function () { - if (oj) return rj; - oj = 1; - var e = rq(); + if (qW) return jW; + qW = 1; + var e = jj(); return ( - (rj = function (t) { + (jW = function (t) { var n = this.__data__, r = e(n, t); return r < 0 ? void 0 : n[r][1]; }), - rj + jW ); })(), r = (function () { - if (lj) return ij; - lj = 1; - var e = rq(); + if (KW) return YW; + KW = 1; + var e = jj(); return ( - (ij = function (t) { + (YW = function (t) { return e(this.__data__, t) > -1; }), - ij + YW ); })(), o = (function () { - if (Cj) return aj; - Cj = 1; - var e = rq(); + if (QW) return XW; + QW = 1; + var e = jj(); return ( - (aj = function (t, n) { + (XW = function (t, n) { var r = this.__data__, o = e(r, t); return o < 0 ? (++this.size, r.push([t, n])) : (r[o][1] = n), this; }), - aj + XW ); })(); function i(e) { @@ -66087,94 +65982,94 @@ function oq() { (i.prototype.get = n), (i.prototype.has = r), (i.prototype.set = o), - (sj = i) + (JW = i) ); } -function iq() { - if (mj) return pj; - mj = 1; - var e = nq(), - t = oq(), +function Yj() { + if (oj) return rj; + oj = 1; + var e = Wj(), + t = qj(), n = (function () { - if (uj) return dj; - uj = 1; - var e = eq()(IN(), "Map"); - return (dj = e); + if (nj) return tj; + nj = 1; + var e = Gj()(RN(), "Map"); + return (tj = e); })(); - return (pj = function () { + return (rj = function () { (this.size = 0), (this.__data__ = { hash: new e(), map: new (n || t)(), string: new e() }); }); } -function lq() { - if (vj) return gj; - vj = 1; - var e = fj - ? hj - : ((fj = 1), - (hj = function (e) { +function Kj() { + if (Cj) return aj; + Cj = 1; + var e = lj + ? ij + : ((lj = 1), + (ij = function (e) { var t = typeof e; return "string" == t || "number" == t || "symbol" == t || "boolean" == t ? "__proto__" !== e : null === e; })); return ( - (gj = function (t, n) { + (aj = function (t, n) { var r = t.__data__; return e(n) ? r["string" == typeof n ? "string" : "hash"] : r.map; }), - gj + aj ); } -function aq() { - if (Sj) return Vj; - Sj = 1; - var e = iq(), +function Xj() { + if (vj) return gj; + vj = 1; + var e = Yj(), t = (function () { - if (Lj) return wj; - Lj = 1; - var e = lq(); + if (cj) return sj; + cj = 1; + var e = Kj(); return ( - (wj = function (t) { + (sj = function (t) { var n = e(this, t).delete(t); return (this.size -= n ? 1 : 0), n; }), - wj + sj ); })(), n = (function () { - if (Mj) return bj; - Mj = 1; - var e = lq(); + if (uj) return dj; + uj = 1; + var e = Kj(); return ( - (bj = function (t) { + (dj = function (t) { return e(this, t).get(t); }), - bj + dj ); })(), r = (function () { - if (Ej) return Hj; - Ej = 1; - var e = lq(); + if (mj) return pj; + mj = 1; + var e = Kj(); return ( - (Hj = function (t) { + (pj = function (t) { return e(this, t).has(t); }), - Hj + pj ); })(), o = (function () { - if (yj) return Rj; - yj = 1; - var e = lq(); + if (fj) return hj; + fj = 1; + var e = Kj(); return ( - (Rj = function (t, n) { + (hj = function (t, n) { var r = e(this, t), o = r.size; return r.set(t, n), (this.size += r.size == o ? 0 : 1), this; }), - Rj + hj ); })(); function i(e) { @@ -66191,16 +66086,16 @@ function aq() { (i.prototype.get = n), (i.prototype.has = r), (i.prototype.set = o), - (Vj = i) + (gj = i) ); } -function Cq() { - if (_j) return xj; - _j = 1; +function Qj() { + if (Mj) return bj; + Mj = 1; var e = (function () { - if (Nj) return Tj; - Nj = 1; - var e = aq(); + if (Lj) return wj; + Lj = 1; + var e = Xj(); function t(n, r) { if ("function" != typeof n || (null != r && "function" != typeof r)) throw new TypeError("Expected a function"); @@ -66214,27 +66109,27 @@ function Cq() { }; return (o.cache = new (t.Cache || e)()), o; } - return (t.Cache = e), (Tj = t); + return (t.Cache = e), (wj = t); })(); return ( - (xj = function (t) { + (bj = function (t) { var n = e(t, function (e) { return 500 === r.size && r.clear(), e; }), r = n.cache; return n; }), - xj + bj ); } -function sq() { - if (Bj) return Oj; - Bj = 1; - var e = ON(), +function Jj() { + if (Tj) return Vj; + Tj = 1; + var e = VN(), t = - (kj || - ((kj = 1), - (Ij = function (e, t) { + (yj || + ((yj = 1), + (Rj = function (e, t) { for ( var n = -1, r = null == e ? 0 : e.length, o = Array(r); ++n < r; @@ -66243,34 +66138,34 @@ function sq() { o[n] = t(e[n], n, e); return o; })), - Ij), - n = Xj(), - r = PN(), + Rj), + n = Fj(), + r = NN(), o = e ? e.prototype : void 0, i = o ? o.toString : void 0; return ( - (Oj = function e(o) { + (Vj = function e(o) { if ("string" == typeof o) return o; if (n(o)) return t(o, e) + ""; if (r(o)) return i ? i.call(o) : ""; var l = o + ""; return "0" == l && 1 / o == -1 / 0 ? "-0" : l; }), - Oj + Vj ); } -function cq() { - if (Uj) return Fj; - Uj = 1; - var e = Xj(), +function eq() { + if (_j) return xj; + _j = 1; + var e = Fj(), t = (function () { - if (LW) return wW; - LW = 1; - var e = Xj(), - t = PN(), + if (cW) return sW; + cW = 1; + var e = Fj(), + t = NN(), n = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, r = /^\w*$/; - return (wW = function (o, i) { + return (sW = function (o, i) { if (e(o)) return !1; var l = typeof o; return ( @@ -66288,9 +66183,9 @@ function cq() { }); })(), n = (function () { - if (Zj) return Aj; - Zj = 1; - var e = Cq(), + if (Ej) return Hj; + Ej = 1; + var e = Qj(), t = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, n = /\\(\\)?/g, @@ -66304,105 +66199,105 @@ function cq() { r ); }); - return (Aj = r); + return (Hj = r); })(), r = (function () { - if (Pj) return Dj; - Pj = 1; - var e = sq(); - return (Dj = function (t) { + if (Nj) return Sj; + Nj = 1; + var e = Jj(); + return (Sj = function (t) { return null == t ? "" : e(t); }); })(); - return (Fj = function (o, i) { + return (xj = function (o, i) { return e(o) ? o : t(o, i) ? [o] : n(r(o)); }); } -function dq() { - if (Wj) return $j; - Wj = 1; - var e = cq(), +function tq() { + if (kj) return Ij; + kj = 1; + var e = eq(), t = (function () { - if (Gj) return zj; - Gj = 1; - var e = PN(); - return (zj = function (t) { + if (Zj) return Aj; + Zj = 1; + var e = NN(); + return (Aj = function (t) { if ("string" == typeof t || e(t)) return t; var n = t + ""; return "0" == n && 1 / t == -1 / 0 ? "-0" : n; }); })(); return ( - ($j = function (n, r) { + (Ij = function (n, r) { for (var o = 0, i = (r = e(r, n)).length; null != n && o < i; ) n = n[t(r[o++])]; return o && o == i ? n : void 0; }), - $j + Ij ); } -xz(Kj, "defaultProps", { +bz(Pj, "defaultProps", { onResize: function () {}, onScroll: function () {}, scrollingResetTimeInterval: 150, - scrollElement: Yj(), + scrollElement: Dj(), serverHeight: 0, serverWidth: 0, }); -var uq = k( +var nq = V( (function () { - if (qj) return jj; - qj = 1; - var e = dq(); - return (jj = function (t, n, r) { + if (Bj) return Oj; + Bj = 1; + var e = tq(); + return (Oj = function (t, n, r) { var o = null == t ? void 0 : e(t, n); return void 0 === o ? r : o; }); })(), ); -const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { - const l = yt(), - a = i(() => (e ? vT({ ...Z(e, l) }) : {}), [e, l]), +const rq = ({ sx: e, container: t, item: n, children: r, ...o }) => { + const l = gt(), + a = i(() => (e ? sS({ ...R(e, l) }) : {}), [e, l]), C = n ? ((e) => { let t = { boxSizing: "border-box" }; - const n = Object.keys(S); + const n = Object.keys(w); return ( n.forEach((r, o) => { - const i = uq(e, r, !1); + const i = nq(e, r, !1); if (i) { let l = {}; if ( ("number" == typeof i && (l = { - flexBasis: _(uq(e, r, 12)), - width: _(uq(e, r, 12)), + flexBasis: H(nq(e, r, 12)), + width: H(nq(e, r, 12)), }), "hidden" === i) ) { let e = ""; n[o + 1] && - (e = `and (max-width: ${uq(S, n[o + 1], 0)}px)`), + (e = `and (max-width: ${nq(w, n[o + 1], 0)}px)`), (t = { ...t, - [`@media (min-width: ${uq(S, r, 0)}px) ${e}`]: { + [`@media (min-width: ${nq(w, r, 0)}px) ${e}`]: { display: "none", }, }); } t = { ...t, - [`@media (min-width: ${uq(S, r, 0)}px)`]: { + [`@media (min-width: ${nq(w, r, 0)}px)`]: { flexGrow: "1", ...l, }, }; } }), - vT(t) + sS(t) ); })(o) - : vT({ + : sS({ display: "flex", flexWrap: (s = o).wrap || "wrap", flexDirection: s.direction || "row", @@ -66411,13 +66306,13 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { boxSizing: "content-box", }); var s; - return kt("div", { - css: [n || t ? C : vT({ boxSizing: "border-box" }), a], + return Vt("div", { + css: [n || t ? C : sS({ boxSizing: "border-box" }), a], ...o, children: r, }); }, - mq = wT`0% { + oq = cS`0% { transform: translate(139.785027px, 140.086989px) rotate(45.236493deg); animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); } @@ -66443,7 +66338,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { 100% { transform: translate(139.785027px, 140.086989px) rotate(160.887995deg); }`, - hq = wT` + iq = cS` 0% { transform: scale(1, 0.995019); } @@ -66466,7 +66361,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { transform: scale(1, 1); } `, - fq = wT` + lq = cS` 0% { opacity: 1; } @@ -66495,7 +66390,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { opacity: 0; } `, - gq = wT` + aq = cS` 0% { d: path("M85.4,249.8C109.08,255.3,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,110.79,235.19,90.73,230.52C78.19,227.61,72.85,246.88,85.4,249.8C85.4,249.8,85.4,249.8,85.4,249.8Z"); } @@ -66518,7 +66413,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { d: path("M84.281285,246.076032C107.50521,254.051555,133.72,257.37,157.65,252.14C181.65,246.89,202.95,233.55,219.27,215.35C227.84,205.79,213.74,191.6,205.13,201.21C190.9,217.1,173.27,228.26,152.34,232.86C132.03,237.32,86.465691,239.82846,53.85604,207.193233C41.31604,204.283233,32.439249,213.928672,40.474905,219.54755C40.474905,219.54755,61.310295,238.187372,84.281285,246.076032Z"); } `, - vq = wT` + Cq = cS` 0% { d: path("M249.74,169.63C255.24,145.95,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,191.54,41.29,201.15,49.9C217.04,64.13,228.2,81.76,232.8,102.69C237.26,123,235.13,144.24,230.46,164.3C227.54,176.84,246.82,182.18,249.74,169.63C249.74,169.63,249.74,169.63,249.74,169.63Z"); } @@ -66541,7 +66436,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { d: path("M241.985702,180.287452C255.201364,145.393106,257.31,121.31,252.08,97.38C246.83,73.38,233.49,52.08,215.29,35.76C205.73,27.19,189.760952,38.146938,199.370952,46.756938C229.706596,66.855753,234.126292,101.544407,234.194759,127.574104C235.798839,155.047874,216.192342,185.901625,205.13,201.21C199.980012,208.336696,214.039151,220.128533,219.270001,215.35C219.270001,215.35,237.299554,192.660656,241.985702,180.287452Z"); } `, - wq = wT` + sq = cS` 0% { d: path("M171.68,7.71C148.17,1.51,123.61,-1.28,99.53,3.25C75.39,7.79,53.7,20.49,36.85,38.21C28.01,47.52,41.68,62.11,50.57,52.76C65.27,37.3,83.22,26.66,104.27,22.68C124.7,18.82,145.87,21.58,165.79,26.83C178.22,30.11,184.14,11,171.68,7.71C171.68,7.71,171.68,7.71,171.68,7.71Z"); } @@ -66564,7 +66459,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { d: path("M154.601291,1.547478C127.732134,-3.659063,101.676041,0.16217,89.834975,4.047622C73.018778,9.565582,43.015709,29.967817,36.85,38.21C28.01,47.52,41.568561,62.002759,50.57,52.76C67.005248,35.884138,77.788003,22.937369,100.935291,18.024709C148.028227,8.029949,175.904245,24.591662,199.370952,46.756938C210.775532,51.88401,219.463487,39.878796,215.289997,35.759998C189.664787,10.470596,154.601291,1.547478,154.601291,1.547478Z"); } `, - Lq = wT` + cq = cS` 0% { d: path("M5.83,85.46C0.33,109.14,-1.74,133.78,3.49,157.71C8.74,181.71,22.08,203.01,40.28,219.33C49.84,227.9,64.03,213.8,54.42,205.19C38.53,190.96,27.37,173.33,22.77,152.4C18.31,132.09,20.44,110.85,25.11,90.79C28.03,78.25,8.75,72.91,5.83,85.46L5.83,85.46Z"); } @@ -66590,7 +66485,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { d: path("M36.436007,38.11681C-7.498754,85.801617,-0.826469,134.911183,5.658972,158.164678C15.873566,192.855226,35.43893,215.965329,40.28,219.33C49.84,227.9,63.271136,215.585685,53.661136,206.975685C38.384036,191.128398,25.999041,166.121323,22.77,152.4C12.429986,121.009925,27.020185,73.061168,50.245766,52.61587C65.058304,39.576508,51.054205,23.186387,36.436019,38.116819L36.436007,38.11681Z"); } `, - bq = wT` + dq = cS` 0% { transform: translate(139.784999px, 140.086986px) scale(1, 1); } @@ -66610,7 +66505,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { transform: translate(139.784999px, 140.086986px) scale(1.001075, 1.001075); } `, - Mq = wT` + uq = cS` 0% { opacity: 0; } @@ -66627,7 +66522,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { opacity: 1; } `, - Hq = wT`0% { + pq = cS`0% { transform: translate(139.785004px, 140.086979px) rotate(0deg); } 10% { @@ -66639,7 +66534,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { 100% { transform: translate(139.785004px, 140.086979px) rotate(90.041277deg); }`, - Eq = wT` + mq = cS` 0% { opacity: 0; } @@ -66659,46 +66554,46 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { opacity: 0; } `, - Rq = (e) => { + hq = (e) => { const t = ((e) => ({ width: 40, height: 40, "& path": { fill: e.colors["Color/Base/Royal/10"] }, "#section1": { - animation: `${mq} 3000ms linear infinite normal forwards`, + animation: `${oq} 3000ms linear infinite normal forwards`, }, "#section2": { - animation: `${hq} 3000ms linear infinite normal forwards`, + animation: `${iq} 3000ms linear infinite normal forwards`, }, "#section3": { - animation: `${fq} 3000ms linear infinite normal forwards`, + animation: `${lq} 3000ms linear infinite normal forwards`, }, "#section4": { - animation: `${gq} 3000ms linear infinite normal forwards`, + animation: `${aq} 3000ms linear infinite normal forwards`, }, "#section5": { - animation: `${vq} 3000ms linear infinite normal forwards`, + animation: `${Cq} 3000ms linear infinite normal forwards`, }, "#section6": { - animation: `${wq} 3000ms linear infinite normal forwards`, + animation: `${sq} 3000ms linear infinite normal forwards`, }, "#section7": { - animation: `${Lq} 3000ms linear infinite normal forwards`, + animation: `${cq} 3000ms linear infinite normal forwards`, }, "#section8": { - animation: `${bq} 3000ms linear infinite normal forwards`, + animation: `${dq} 3000ms linear infinite normal forwards`, }, "#section9": { - animation: `${Mq} 3000ms linear infinite normal forwards`, + animation: `${uq} 3000ms linear infinite normal forwards`, }, "#section10": { - animation: `${Hq} 3000ms linear infinite normal forwards`, + animation: `${pq} 3000ms linear infinite normal forwards`, }, "#section11": { - animation: `${Eq} 3000ms linear infinite normal forwards`, + animation: `${mq} 3000ms linear infinite normal forwards`, }, - }))(yt()); - return Ot("svg", { + }))(gt()); + return Tt("svg", { viewBox: "0 0 280 280", shapeRendering: "geometricPrecision", textRendering: "geometricPrecision", @@ -66706,36 +66601,36 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { css: t, ...e, children: [ - kt("g", { + Vt("g", { id: "section1", transform: "translate(139.785027,140.086989) rotate(45.236493)", - children: kt("g", { + children: Vt("g", { id: "section2", transform: "scale(1,0.995019)", - children: Ot("g", { + children: Tt("g", { id: "section3", transform: "translate(-127.784998,-128.086989)", children: [ - kt("g", { - children: kt("path", { + Vt("g", { + children: Vt("path", { id: "section4", d: "M85.4,249.8c23.68,5.5,48.32,7.57,72.25,2.34c24-5.25,45.3-18.59,61.62-36.79c8.57-9.56-5.53-23.75-14.14-14.14-14.23,15.89-31.86,27.05-52.79,31.65-20.31,4.46-41.55,2.33-61.61-2.34-12.54-2.91-17.88,16.36-5.33,19.28c0,0,0,0,0,0Z", }), }), - kt("g", { - children: kt("path", { + Vt("g", { + children: Vt("path", { id: "section5", d: "M249.74,169.63c5.5-23.68,7.57-48.32,2.34-72.25-5.25-24-18.59-45.3-36.79-61.62-9.56-8.57-23.75,5.53-14.14,14.14c15.89,14.23,27.05,31.86,31.65,52.79c4.46,20.31,2.33,41.55-2.34,61.61-2.92,12.54,16.36,17.88,19.28,5.33c0,0,0,0,0,0Z", }), }), - kt("g", { - children: kt("path", { + Vt("g", { + children: Vt("path", { id: "section6", d: "M171.68,7.71c-23.51-6.2-48.07-8.99-72.15-4.46C75.39,7.79,53.7,20.49,36.85,38.21c-8.84,9.31,4.83,23.9,13.72,14.55c14.7-15.46,32.65-26.1,53.7-30.08c20.43-3.86,41.6-1.1,61.52,4.15c12.43,3.28,18.35-15.83,5.89-19.12c0,0,0,0,0,0Z", }), }), - kt("g", { - children: kt("path", { + Vt("g", { + children: Vt("path", { id: "section7", d: "M5.83,85.46c-5.5,23.68-7.57,48.32-2.34,72.25c5.25,24,18.59,45.3,36.79,61.62c9.56,8.57,23.75-5.53,14.14-14.14-15.89-14.23-27.05-31.86-31.65-52.79-4.46-20.31-2.33-41.55,2.34-61.61C28.03,78.25,8.75,72.91,5.83,85.46v0Z", transform: "translate(.194904 0.217549)", @@ -66745,26 +66640,26 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { }), }), }), - kt("g", { + Vt("g", { id: "section8", transform: "translate(139.784999,140.086986) scale(1,1)", - children: kt("g", { + children: Vt("g", { id: "section9", transform: "translate(-127.999996,-128.000003)", opacity: "0", - children: kt("path", { + children: Vt("path", { d: "M234.23,128c0-58.67-47.56-106.23-106.23-106.23s-106.23,47.56-106.23,106.23s47.56,106.23,106.23,106.23c58.64-.06,106.17-47.59,106.23-106.23m21.25,0c0,70.4-57.07,127.48-127.48,127.48s-127.48-57.08-127.48-127.48s57.08-127.48,127.48-127.48s127.48,57.08,127.48,127.48Z", }), }), }), - kt("g", { + Vt("g", { id: "section10", transform: "translate(139.785004,140.086979) rotate(0)", - children: kt("g", { + children: Vt("g", { id: "section11", transform: "translate(-127.999968,-127.995139)", opacity: "0", - children: kt("path", { + children: Vt("path", { d: "M128,0.47h.33c.36,0,.73,0,1.09.01h.17c5.45.09,9.79,4.57,9.73,10.02-.07,5.51-4.57,9.93-10.07,9.91h-1.24c-5.51-.04-9.96-4.51-9.96-10.02-.01-5.45,4.39-9.88,9.84-9.91h.11ZM245.62,118.39h.03c5.45.01,9.86,4.42,9.88,9.87c0,.04,0,.08,0,.12v0c0,.12,0,.24,0,.36v0c0,.01,0,.03,0,.04v.09c0,.37,0,.73-.01,1.09-.11,5.45-4.6,9.78-10.05,9.7-5.51-.08-9.92-4.6-9.88-10.1l.01-1.24c.06-5.49,4.52-9.92,10.02-9.93ZM126.01,235.58h.12l1.24.01c5.51.07,9.93,4.57,9.9,10.08-.04,5.48-4.51,9.89-9.99,9.85-.01,0-.02,0-.03,0h-.46-.19l-.82-.01h-.12c-5.45-.12-9.77-4.63-9.67-10.07.09-5.47,4.55-9.85,10.02-9.86ZM10.4,115.63h.2c5.51.12,9.89,4.65,9.82,10.16l-.02,1.24c-.09,5.5-4.59,9.91-10.1,9.88-5.45-.04-9.85-4.47-9.83-9.93c0-.04,0-.08,0-.12v0c0-.36,0-.73.01-1.09v-.09v0c0-.13,0-.27.01-.41.14-5.37,4.54-9.64,9.91-9.64Z", }), }), @@ -66772,13 +66667,13 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { ], }); }, - yq = (e) => { + fq = (e) => { if (!e) return { top: 0, right: 0 }; const t = e.getBoundingClientRect(), n = document.documentElement.offsetWidth; return { top: t.top + t.height, right: n - t.right }; }, - Vq = ({ + gq = ({ columns: e, selectedOptionIDs: t, onSelect: n, @@ -66787,7 +66682,7 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { anchorEl: i = null, }) => { const C = ((e) => - vT({ + sS({ position: "absolute", display: "flex", flexDirection: "column", @@ -66812,18 +66707,18 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { maxHeight: 250, overflowY: "auto", }, - }))(yt()), + }))(gt()), [s, c] = a(null); return ( l(() => { - c(o ? yq(i) : null); + c(o ? fq(i) : null); }, [i, o]), l(() => { const e = () => { r(); }, - t = UN((e) => { - e && e.getBoundingClientRect() && c(yq(e)); + t = _N((e) => { + e && e.getBoundingClientRect() && c(fq(e)); }, 300); return ( window.addEventListener("resize", e), @@ -66843,25 +66738,25 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { console.warn( "AnchorEl not set. Element will be rendered on the top of the page", ), - E( - kt(GN, { + h( + Vt(ZN, { onClick: r, - children: Ot("div", { + children: Tt("div", { css: [C], style: s, onClick: (e) => { e.preventDefault(), e.stopPropagation(); }, children: [ - kt("div", { + Vt("div", { className: "columnsSelectorTitle", children: "Shown Columns", }), - kt("div", { + Vt("div", { className: "columnsSelectorContainer", children: e.map((e) => - kt( - Ex, + Vt( + mx, { label: e.label, checked: t.findIndex((t) => t === e.elementKey) >= 0, @@ -66884,46 +66779,46 @@ const pq = ({ sx: e, container: t, item: n, children: r, ...o }) => { : null ); }; -var Sq, Tq, Nq, xq, _q, Aq; -function Zq() { - if (xq) return Nq; - xq = 1; +var vq, wq, Lq, bq, Mq, Hq; +function Eq() { + if (bq) return Lq; + bq = 1; var e = ( - Tq - ? Sq - : ((Tq = 1), - (Sq = function (e, t) { + wq + ? vq + : ((wq = 1), + (vq = function (e, t) { return function (n) { return e(t(n)); }; })) )(Object.getPrototypeOf, Object); - return (Nq = e); -} -var Iq = (function () { - if (Aq) return _q; - Aq = 1; - var e = BN(), - t = Zq(), - n = DN(), + return (Lq = e); +} +var Rq = (function () { + if (Hq) return Mq; + Hq = 1; + var e = TN(), + t = Eq(), + n = SN(), r = Function.prototype, o = Object.prototype, i = r.toString, l = o.hasOwnProperty, a = i.call(Object); return ( - (_q = function (r) { + (Mq = function (r) { if (!n(r) || "[object Object]" != e(r)) return !1; var o = t(r); if (null === o) return !0; var C = l.call(o, "constructor") && o.constructor; return "function" == typeof C && C instanceof C && i.call(C) == a; }), - _q + Mq ); })(), - kq = k(Iq); -const Oq = [ + yq = V(Rq); +const Vq = [ "view", "edit", "delete", @@ -66936,7 +66831,7 @@ const Oq = [ "format", "preview", ], - Bq = ({ + Tq = ({ type: e, onClick: t, valueToSend: n, @@ -66945,36 +66840,36 @@ const Oq = [ }) => { const i = ((l = e), - Oq.includes(l) + Vq.includes(l) ? ((e) => { switch (e) { case "view": case "preview": - return kt(vd, {}); + return Vt(sd, {}); case "edit": - return kt(fL, {}); + return Vt(aL, {}); case "delete": - return kt(wV, {}); + return Vt(cV, {}); case "description": - return kt(HH, {}); + return Vt(mH, {}); case "share": - return kt(gH, {}); + return Vt(CH, {}); case "cloud": - return kt(qC, {}); + return Vt(DC, {}); case "console": - return kt(VR, {}); + return Vt(vR, {}); case "download": - return kt(Wc, {}); + return Vt(Oc, {}); case "disable": - return kt(tC, {}); + return Vt(Wa, {}); case "format": - return kt(md, {}); + return Vt(id, {}); } return null; })(e) : e); var l; - let a = kt("button", { + let a = Vt("button", { type: "button", "aria-label": "string" == typeof e ? e : "", disabled: r, @@ -66986,10 +66881,10 @@ const Oq = [ children: i, }); return ( - o && "" !== o && (a = kt(nx, { tooltip: o, children: a })), t ? a : null + o && "" !== o && (a = Vt(WN, { tooltip: o, children: a })), t ? a : null ); }, - Dq = (e, t, n, r, o, i, l, a, s, c, d, u) => { + Sq = (e, t, n, r, o, i, l, a, s, c, d, u) => { const p = c && "object" == typeof c && !Array.isArray(c), m = ((e, t, n, r, o, i, l) => { if (e) { @@ -67018,22 +66913,22 @@ const Oq = [ if (a && !s.includes(r)) return null; const o = void 0 === t.enableSort || t.enableSort, h = !c || (p && !o) || (Array.isArray(c) && !c.includes(r)); - return kt( - Q$, + return Vt( + U$, { dataKey: String(t.elementKey) || `column-${n}`, headerClassName: "titleHeader " + (t.headerTextAlign ? `text-${t.headerTextAlign}` : ""), headerRenderer: () => - Ot(yT, { + Tt(fS, { sx: { display: "flex", width: "100%", "& svg": { width: 12, height: 12, minWidth: 12, minHeight: 12 }, }, children: [ - kt(yT, { + Vt(fS, { sx: { whiteSpace: "nowrap", overflow: "hidden", @@ -67042,10 +66937,10 @@ const Oq = [ children: t.label, }), c || (Array.isArray(c) && c.includes(r)) - ? kt(C, { + ? Vt(C, { children: d === r || (1 === e.length && "column-0" === d) - ? kt(C, { children: kt("ASC" === u ? Ha : ca, {}) }) + ? Vt(C, { children: Vt("ASC" === u ? ma : ta, {}) }) : null, }) : null, @@ -67069,7 +66964,7 @@ const Oq = [ ? r : "-"; } else o = "-"; - return kt("span", { + return Vt("span", { className: n ? "selected" : "", children: o, }); @@ -67083,13 +66978,13 @@ const Oq = [ ); }); }, - Pq = ({ + Nq = ({ itemActions: e, columns: t, onSelect: n, records: r = [], isLoading: o, - loadingMessage: l = kt("h3", { children: "Loading..." }), + loadingMessage: l = Vt("h3", { children: "Loading..." }), entityName: s, selectedItems: c, idField: d, @@ -67106,13 +67001,13 @@ const Oq = [ parentClassName: M = "", disabled: H = !1, sx: E, - rowHeight: R = 36, - sortEnabled: y = !1, - sortCallBack: V, + rowHeight: y = 36, + sortEnabled: V = !1, + sortCallBack: T, }) => { - const S = yt(), - T = ((e, t, n, r) => - vT({ + const S = gt(), + N = ((e, t, n, r) => + sS({ display: "flex", overflow: "auto", boxSizing: "border-box", @@ -67241,8 +67136,8 @@ const Oq = [ width: 30, height: 30, }, - }))(S, p, H, R), - N = ((e) => ({ + }))(S, p, H, y), + x = ((e) => ({ deleted: { color: e.colors["Color/Neutral/Text/colorTextDisabled"], backgroundColor: e.colors["Color/Neutral/Bg/colorBgDisabled"], @@ -67251,38 +67146,38 @@ const Oq = [ }, }, }))(S), - x = i(() => (E ? vT({ ...Z(E, S) }) : {}), [E, S]), - [_, A] = a(!1), + _ = i(() => (E ? sS({ ...R(E, S) }) : {}), [E, S]), + [A, Z] = a(!1), [I, k] = a(void 0), [O, B] = a("ASC"), [D, P] = a(null), F = d || "", U = e ? e.find((e) => "view" === e.type) : null, - z = y && "object" == typeof y && !Array.isArray(y), + z = V && "object" == typeof V && !Array.isArray(V), G = (e) => { - A(!_), P(e.currentTarget); + Z(!A), P(e.currentTarget); }, $ = () => { - A(!1), P(null); + Z(!1), P(null); }, W = (e) => { - const t = uq(e, "sortDirection", "DESC"); - k(e.sortBy), B(t), V && V(e); + const t = nq(e, "sortDirection", "DESC"); + k(e.sortBy), B(t), T && T(e); }; let j, q, Y; - y && + V && (z - ? ((j = y.onSortClick), (q = y.currentSort), (Y = y.currentDirection)) + ? ((j = V.onSortClick), (q = V.currentSort), (Y = V.currentDirection)) : ((j = W), (q = I), (Y = O))); let K = r; return ( - y && + V && I && !z && (K = ((e, t, n) => { const r = e; if (0 === e.length) return e; - if (kq(e[0]) && void 0 !== t) + if (yq(e[0]) && void 0 !== t) switch (n) { case "ASC": r.sort((e, n) => (e[t] > n[t] ? 1 : e[t] < n[t] ? -1 : 0)); @@ -67300,54 +67195,54 @@ const Oq = [ } return r; })(r, I, O)), - kt(pq, { + Vt(rq, { item: !0, xs: 12, className: `data-table ${M}`, - children: Ot("div", { - css: [T, x], + children: Tt("div", { + css: [N, _], children: [ o && - Ot(pq, { + Tt(rq, { container: !0, className: "loadingBox", children: [ - kt(pq, { + Vt(rq, { item: !0, xs: 12, style: { textAlign: "center" }, children: l, }), - kt(pq, { + Vt(rq, { item: !0, xs: 12, sx: { textAlign: "center" }, - children: kt(Rq, {}), + children: Vt(hq, {}), }), ], }), m && !o && K.length > 0 && - kt(C, { + Vt(C, { children: ((e) => - Ot("div", { + Tt("div", { css: { margin: "10px 0 0", display: "flex", justifyContent: "flex-end", }, children: [ - kt(jN, { + Vt(ON, { id: "columns-selector", - icon: kt(Hs, {}), + icon: Vt(ms, {}), iconLocation: "end", onClick: G, children: "Columns", }), - _ && - kt(Vq, { - open: _, + A && + Vt(gq, { + open: A, closeTriggerAction: $, onSelect: (e) => g(e), columns: e, @@ -67358,14 +67253,14 @@ const Oq = [ }))(t), }), K && !o && K.length > 0 - ? kt(c$, { + ? Vt(e$, { isRowLoaded: ({ index: e }) => !!K[e], loadMoreRows: v ? v.loadMoreRecords : () => new Promise(() => !0), rowCount: v ? v.recordsCount : K.length, children: ({ onRowsRendered: r, registerChild: o }) => - kt(jG, { + Vt(OG, { children: ({ width: i, height: l }) => { const a = ((e, t) => { const n = 36 * t; @@ -67379,21 +67274,21 @@ const Oq = [ (e && e.length > 1) || (e && 1 === e.length && "view" !== e[0].type) ); - return Ot(tW, { + return Tt($$, { ref: o, disableHeader: !1, headerClassName: "headerItem", headerHeight: 36, height: l, noRowsRenderer: () => - kt(C, { + Vt(C, { children: "" !== u ? u : `There are no ${s || "items"} yet.`, }), overscanRowCount: 10, - rowHeight: R, + rowHeight: y, width: i, rowCount: K.length, rowGetter: ({ index: e }) => K[e], @@ -67420,19 +67315,19 @@ const Oq = [ rowStyle: (e) => { if (b) { const t = b(e); - return "string" == typeof t ? uq(N, t, {}) : t; + return "string" == typeof t ? nq(x, t, {}) : t; } return {}; }, children: [ d && - kt(Q$, { + Vt(U$, { headerRenderer: () => - kt(C, { + Vt(C, { children: L - ? kt("div", { + ? Vt("div", { className: "checkAllWrapper", - children: kt(Ex, { + children: Vt(mx, { onChange: L, value: "all", id: "selectAll", @@ -67443,14 +67338,14 @@ const Oq = [ : c.length) === K.length, }), }) - : kt(C, { children: "Select" }), + : Vt(C, { children: "Select" }), }), dataKey: `select-${String(F)}`, width: 45, disableSort: !0, cellRenderer: ({ rowData: e }) => { const t = !!c && c.includes(e[F]); - return kt(Ex, { + return Vt(mx, { value: e[F], color: "primary", className: "TableCheckbox", @@ -67462,9 +67357,9 @@ const Oq = [ }); }, }), - Dq(t, i, a, d, p, c || [], F, m, f, y, q, Y), + Sq(t, i, a, d, p, c || [], F, m, f, V, q, Y), p && - kt(Q$, { + Vt(U$, { dataKey: "column-options", width: a, headerClassName: "optionsAlignment", @@ -67474,7 +67369,7 @@ const Oq = [ return ( (r = t), (o = n), - kt(bx, { + Vt(dx, { children: (e || []).map((e, t) => { var n; if ("view" === e.type) return null; @@ -67491,11 +67386,11 @@ const Oq = [ e.showLoader) || e.showLoader(r))) ) - return kt("button", { + return Vt("button", { className: "progress-enabled", disabled: !0, - children: kt( - Rq, + children: Vt( + hq, { style: { width: 18, @@ -67515,8 +67410,8 @@ const Oq = [ void 0 !== n ? n : ""), - kt( - Bq, + Vt( + Tq, { tooltip: l, type: e.type, @@ -67539,10 +67434,10 @@ const Oq = [ }, }), }) - : kt(C, { + : Vt(C, { children: !o && - kt("div", { + Vt("div", { id: "empty-results", children: "" !== u ? u : `There are no ${s || "items"} yet.`, @@ -67553,117 +67448,117 @@ const Oq = [ }) ); }; -class Fq extends Error {} -class Uq extends Fq { +class xq extends Error {} +class _q extends xq { constructor(e) { super(`Invalid DateTime: ${e.toMessage()}`); } } -class zq extends Fq { +class Aq extends xq { constructor(e) { super(`Invalid Interval: ${e.toMessage()}`); } } -class Gq extends Fq { +class Zq extends xq { constructor(e) { super(`Invalid Duration: ${e.toMessage()}`); } } -class $q extends Fq {} -class Wq extends Fq { +class Iq extends xq {} +class kq extends xq { constructor(e) { super(`Invalid unit ${e}`); } } -class jq extends Fq {} -class qq extends Fq { +class Oq extends xq {} +class Bq extends xq { constructor() { super("Zone is an abstract class"); } } -const Yq = "numeric", - Kq = "short", - Xq = "long", - Qq = { year: Yq, month: Yq, day: Yq }, - Jq = { year: Yq, month: Kq, day: Yq }, - eY = { year: Yq, month: Kq, day: Yq, weekday: Kq }, - tY = { year: Yq, month: Xq, day: Yq }, - nY = { year: Yq, month: Xq, day: Yq, weekday: Xq }, - rY = { hour: Yq, minute: Yq }, - oY = { hour: Yq, minute: Yq, second: Yq }, - iY = { hour: Yq, minute: Yq, second: Yq, timeZoneName: Kq }, - lY = { hour: Yq, minute: Yq, second: Yq, timeZoneName: Xq }, - aY = { hour: Yq, minute: Yq, hourCycle: "h23" }, - CY = { hour: Yq, minute: Yq, second: Yq, hourCycle: "h23" }, - sY = { hour: Yq, minute: Yq, second: Yq, hourCycle: "h23", timeZoneName: Kq }, - cY = { hour: Yq, minute: Yq, second: Yq, hourCycle: "h23", timeZoneName: Xq }, - dY = { year: Yq, month: Yq, day: Yq, hour: Yq, minute: Yq }, - uY = { year: Yq, month: Yq, day: Yq, hour: Yq, minute: Yq, second: Yq }, - pY = { year: Yq, month: Kq, day: Yq, hour: Yq, minute: Yq }, - mY = { year: Yq, month: Kq, day: Yq, hour: Yq, minute: Yq, second: Yq }, - hY = { year: Yq, month: Kq, day: Yq, weekday: Kq, hour: Yq, minute: Yq }, - fY = { year: Yq, month: Xq, day: Yq, hour: Yq, minute: Yq, timeZoneName: Kq }, - gY = { - year: Yq, - month: Xq, - day: Yq, - hour: Yq, - minute: Yq, - second: Yq, - timeZoneName: Kq, +const Dq = "numeric", + Pq = "short", + Fq = "long", + Uq = { year: Dq, month: Dq, day: Dq }, + zq = { year: Dq, month: Pq, day: Dq }, + Gq = { year: Dq, month: Pq, day: Dq, weekday: Pq }, + $q = { year: Dq, month: Fq, day: Dq }, + Wq = { year: Dq, month: Fq, day: Dq, weekday: Fq }, + jq = { hour: Dq, minute: Dq }, + qq = { hour: Dq, minute: Dq, second: Dq }, + Yq = { hour: Dq, minute: Dq, second: Dq, timeZoneName: Pq }, + Kq = { hour: Dq, minute: Dq, second: Dq, timeZoneName: Fq }, + Xq = { hour: Dq, minute: Dq, hourCycle: "h23" }, + Qq = { hour: Dq, minute: Dq, second: Dq, hourCycle: "h23" }, + Jq = { hour: Dq, minute: Dq, second: Dq, hourCycle: "h23", timeZoneName: Pq }, + eY = { hour: Dq, minute: Dq, second: Dq, hourCycle: "h23", timeZoneName: Fq }, + tY = { year: Dq, month: Dq, day: Dq, hour: Dq, minute: Dq }, + nY = { year: Dq, month: Dq, day: Dq, hour: Dq, minute: Dq, second: Dq }, + rY = { year: Dq, month: Pq, day: Dq, hour: Dq, minute: Dq }, + oY = { year: Dq, month: Pq, day: Dq, hour: Dq, minute: Dq, second: Dq }, + iY = { year: Dq, month: Pq, day: Dq, weekday: Pq, hour: Dq, minute: Dq }, + lY = { year: Dq, month: Fq, day: Dq, hour: Dq, minute: Dq, timeZoneName: Pq }, + aY = { + year: Dq, + month: Fq, + day: Dq, + hour: Dq, + minute: Dq, + second: Dq, + timeZoneName: Pq, }, - vY = { - year: Yq, - month: Xq, - day: Yq, - weekday: Xq, - hour: Yq, - minute: Yq, - timeZoneName: Xq, + CY = { + year: Dq, + month: Fq, + day: Dq, + weekday: Fq, + hour: Dq, + minute: Dq, + timeZoneName: Fq, }, - wY = { - year: Yq, - month: Xq, - day: Yq, - weekday: Xq, - hour: Yq, - minute: Yq, - second: Yq, - timeZoneName: Xq, + sY = { + year: Dq, + month: Fq, + day: Dq, + weekday: Fq, + hour: Dq, + minute: Dq, + second: Dq, + timeZoneName: Fq, }; -class LY { +class cY { get type() { - throw new qq(); + throw new Bq(); } get name() { - throw new qq(); + throw new Bq(); } get ianaName() { return this.name; } get isUniversal() { - throw new qq(); + throw new Bq(); } offsetName(e, t) { - throw new qq(); + throw new Bq(); } formatOffset(e, t) { - throw new qq(); + throw new Bq(); } offset(e) { - throw new qq(); + throw new Bq(); } equals(e) { - throw new qq(); + throw new Bq(); } get isValid() { - throw new qq(); + throw new Bq(); } } -let bY = null; -class MY extends LY { +let dY = null; +class uY extends cY { static get instance() { - return null === bY && (bY = new MY()), bY; + return null === dY && (dY = new uY()), dY; } get type() { return "system"; @@ -67675,10 +67570,10 @@ class MY extends LY { return !1; } offsetName(e, { format: t, locale: n }) { - return PK(e, t, n); + return NK(e, t, n); } formatOffset(e, t) { - return GK(this.offset(e), t); + return ZK(this.offset(e), t); } offset(e) { return -new Date(e).getTimezoneOffset(); @@ -67690,15 +67585,15 @@ class MY extends LY { return !0; } } -let HY = {}; -const EY = { year: 0, month: 1, day: 2, era: 3, hour: 4, minute: 5, second: 6 }; -let RY = {}; -class yY extends LY { +let pY = {}; +const mY = { year: 0, month: 1, day: 2, era: 3, hour: 4, minute: 5, second: 6 }; +let hY = {}; +class fY extends cY { static create(e) { - return RY[e] || (RY[e] = new yY(e)), RY[e]; + return hY[e] || (hY[e] = new fY(e)), hY[e]; } static resetCache() { - (RY = {}), (HY = {}); + (hY = {}), (pY = {}); } static isValidSpecifier(e) { return this.isValidZone(e); @@ -67712,7 +67607,7 @@ class yY extends LY { } } constructor(e) { - super(), (this.zoneName = e), (this.valid = yY.isValidZone(e)); + super(), (this.zoneName = e), (this.valid = fY.isValidZone(e)); } get type() { return "iana"; @@ -67724,18 +67619,18 @@ class yY extends LY { return !1; } offsetName(e, { format: t, locale: n }) { - return PK(e, t, n, this.name); + return NK(e, t, n, this.name); } formatOffset(e, t) { - return GK(this.offset(e), t); + return ZK(this.offset(e), t); } offset(e) { const t = new Date(e); if (isNaN(t)) return NaN; const n = ((r = this.name), - HY[r] || - (HY[r] = new Intl.DateTimeFormat("en-US", { + pY[r] || + (pY[r] = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: r, year: "numeric", @@ -67746,7 +67641,7 @@ class yY extends LY { second: "2-digit", era: "short", })), - HY[r]); + pY[r]); var r; let [o, i, l, a, C, s, c] = n.formatToParts ? (function (e, t) { @@ -67754,8 +67649,8 @@ class yY extends LY { r = []; for (let e = 0; e < n.length; e++) { const { type: t, value: o } = n[e], - i = EY[t]; - "era" === t ? (r[i] = o) : wK(i) || (r[i] = parseInt(o, 10)); + i = mY[t]; + "era" === t ? (r[i] = o) : sK(i) || (r[i] = parseInt(o, 10)); } return r; })(n, t) @@ -67770,7 +67665,7 @@ class yY extends LY { const u = d % 1e3; return ( (d -= u >= 0 ? u : 1e3 + u), - (kK({ + (yK({ year: o, month: i, day: l, @@ -67790,22 +67685,22 @@ class yY extends LY { return this.valid; } } -let VY = {}; -let SY = {}; -function TY(e, t = {}) { +let gY = {}; +let vY = {}; +function wY(e, t = {}) { const n = JSON.stringify([e, t]); - let r = SY[n]; - return r || ((r = new Intl.DateTimeFormat(e, t)), (SY[n] = r)), r; -} -let NY = {}; -let xY = {}; -let _Y = null; -let AY = {}; -function ZY(e, t, n, r) { + let r = vY[n]; + return r || ((r = new Intl.DateTimeFormat(e, t)), (vY[n] = r)), r; +} +let LY = {}; +let bY = {}; +let MY = null; +let HY = {}; +function EY(e, t, n, r) { const o = e.listingMode(); return "error" === o ? null : "en" === o ? n(t) : r(t); } -class IY { +class RY { constructor(e, t, n) { (this.padTo = n.padTo || 0), (this.floor = n.floor || !1); const { padTo: r, floor: o, ...i } = n; @@ -67814,8 +67709,8 @@ class IY { n.padTo > 0 && (t.minimumIntegerDigits = n.padTo), (this.inf = (function (e, t = {}) { const n = JSON.stringify([e, t]); - let r = NY[n]; - return r || ((r = new Intl.NumberFormat(e, t)), (NY[n] = r)), r; + let r = LY[n]; + return r || ((r = new Intl.NumberFormat(e, t)), (LY[n] = r)), r; })(e, t)); } } @@ -67824,10 +67719,10 @@ class IY { const t = this.floor ? Math.floor(e) : e; return this.inf.format(t); } - return SK(this.floor ? Math.floor(e) : _K(e, 3), this.padTo); + return vK(this.floor ? Math.floor(e) : MK(e, 3), this.padTo); } } -class kY { +class yY { constructor(e, t, n) { let r; if (((this.opts = n), (this.originalZone = void 0), this.opts.timeZone)) @@ -67835,7 +67730,7 @@ class kY { else if ("fixed" === e.zone.type) { const t = (e.offset / 60) * -1, n = t >= 0 ? `Etc/GMT+${t}` : `Etc/GMT${t}`; - 0 !== e.offset && yY.create(n).valid + 0 !== e.offset && fY.create(n).valid ? ((r = n), (this.dt = e)) : ((r = "UTC"), (this.dt = @@ -67850,7 +67745,7 @@ class kY { (this.dt = e.setZone("UTC").plus({ minutes: e.offset })), (this.originalZone = e.zone)); const o = { ...this.opts }; - (o.timeZone = o.timeZone || r), (this.dtf = TY(t, o)); + (o.timeZone = o.timeZone || r), (this.dtf = wY(t, o)); } format() { return this.originalZone @@ -67878,16 +67773,16 @@ class kY { return this.dtf.resolvedOptions(); } } -class OY { +class VY { constructor(e, t, n) { (this.opts = { style: "long", ...n }), !t && - MK() && + uK() && (this.rtf = (function (e, t = {}) { const { base: n, ...r } = t, o = JSON.stringify([e, r]); - let i = xY[o]; - return i || ((i = new Intl.RelativeTimeFormat(e, t)), (xY[o] = i)), i; + let i = bY[o]; + return i || ((i = new Intl.RelativeTimeFormat(e, t)), (bY[o] = i)), i; })(e, n)); } format(e, t) { @@ -67928,10 +67823,10 @@ class OY { return this.rtf ? this.rtf.formatToParts(e, t) : []; } } -const BY = { firstDay: 1, minimalDays: 4, weekend: [6, 7] }; -class DY { +const TY = { firstDay: 1, minimalDays: 4, weekend: [6, 7] }; +class SY { static fromOpts(e) { - return DY.create( + return SY.create( e.locale, e.numberingSystem, e.outputCalendar, @@ -67940,20 +67835,20 @@ class DY { ); } static create(e, t, n, r, o = !1) { - const i = e || rK.defaultLocale, + const i = e || jY.defaultLocale, l = i || (o ? "en-US" - : _Y || - ((_Y = new Intl.DateTimeFormat().resolvedOptions().locale), _Y)), - a = t || rK.defaultNumberingSystem, - C = n || rK.defaultOutputCalendar, - s = yK(r) || rK.defaultWeekSettings; - return new DY(l, a, C, s, i); + : MY || + ((MY = new Intl.DateTimeFormat().resolvedOptions().locale), MY)), + a = t || jY.defaultNumberingSystem, + C = n || jY.defaultOutputCalendar, + s = fK(r) || jY.defaultWeekSettings; + return new SY(l, a, C, s, i); } static resetCache() { - (_Y = null), (SY = {}), (NY = {}), (xY = {}); + (MY = null), (vY = {}), (LY = {}), (bY = {}); } static fromObject({ locale: e, @@ -67961,7 +67856,7 @@ class DY { outputCalendar: n, weekSettings: r, } = {}) { - return DY.create(e, t, n, r); + return SY.create(e, t, n, r); } constructor(e, t, n, r, o) { const [i, l, a] = (function (e) { @@ -67972,10 +67867,10 @@ class DY { { let t, r; try { - (t = TY(e).resolvedOptions()), (r = e); + (t = wY(e).resolvedOptions()), (r = e); } catch (o) { const i = e.substring(0, n); - (t = TY(i).resolvedOptions()), (r = i); + (t = wY(i).resolvedOptions()), (r = i); } const { numberingSystem: o, calendar: i } = t; return [r, o, i]; @@ -68025,11 +67920,11 @@ class DY { } clone(e) { return e && 0 !== Object.getOwnPropertyNames(e).length - ? DY.create( + ? SY.create( e.locale || this.specifiedLocale, e.numberingSystem || this.numberingSystem, e.outputCalendar || this.outputCalendar, - yK(e.weekSettings) || this.weekSettings, + fK(e.weekSettings) || this.weekSettings, e.defaultToEN || !1, ) : this; @@ -68041,7 +67936,7 @@ class DY { return this.clone({ ...e, defaultToEN: !1 }); } months(e, t = !1) { - return ZY(this, e, YK, () => { + return EY(this, e, DK, () => { const n = t ? { month: e, day: "numeric" } : { month: e }, r = t ? "format" : "standalone"; return ( @@ -68049,7 +67944,7 @@ class DY { (this.monthsCache[r][e] = (function (e) { const t = []; for (let n = 1; n <= 12; n++) { - const r = QQ.utc(2009, n, 1); + const r = UQ.utc(2009, n, 1); t.push(e(r)); } return t; @@ -68059,7 +67954,7 @@ class DY { }); } weekdays(e, t = !1) { - return ZY(this, e, JK, () => { + return EY(this, e, zK, () => { const n = t ? { weekday: e, year: "numeric", month: "long", day: "numeric" } : { weekday: e }, @@ -68069,7 +67964,7 @@ class DY { (this.weekdaysCache[r][e] = (function (e) { const t = []; for (let n = 1; n <= 7; n++) { - const r = QQ.utc(2016, 11, 13 + n); + const r = UQ.utc(2016, 11, 13 + n); t.push(e(r)); } return t; @@ -68079,16 +67974,16 @@ class DY { }); } meridiems() { - return ZY( + return EY( this, void 0, - () => eX, + () => GK, () => { if (!this.meridiemCache) { const e = { hour: "numeric", hourCycle: "h12" }; this.meridiemCache = [ - QQ.utc(2016, 11, 13, 9), - QQ.utc(2016, 11, 13, 19), + UQ.utc(2016, 11, 13, 9), + UQ.utc(2016, 11, 13, 19), ].map((t) => this.extract(t, e, "dayperiod")); } return this.meridiemCache; @@ -68096,11 +67991,11 @@ class DY { ); } eras(e) { - return ZY(this, e, oX, () => { + return EY(this, e, qK, () => { const t = { era: e }; return ( this.eraCache[e] || - (this.eraCache[e] = [QQ.utc(-40, 1, 1), QQ.utc(2017, 1, 1)].map((e) => + (this.eraCache[e] = [UQ.utc(-40, 1, 1), UQ.utc(2017, 1, 1)].map((e) => this.extract(e, t, "era"), )), this.eraCache[e] @@ -68114,19 +68009,19 @@ class DY { return r ? r.value : null; } numberFormatter(e = {}) { - return new IY(this.intl, e.forceSimple || this.fastNumbers, e); + return new RY(this.intl, e.forceSimple || this.fastNumbers, e); } dtFormatter(e, t = {}) { - return new kY(e, this.intl, t); + return new yY(e, this.intl, t); } relFormatter(e = {}) { - return new OY(this.intl, this.isEnglish(), e); + return new VY(this.intl, this.isEnglish(), e); } listFormatter(e = {}) { return (function (e, t = {}) { const n = JSON.stringify([e, t]); - let r = VY[n]; - return r || ((r = new Intl.ListFormat(e, t)), (VY[n] = r)), r; + let r = gY[n]; + return r || ((r = new Intl.ListFormat(e, t)), (gY[n] = r)), r; })(this.intl, e); } isEnglish() { @@ -68141,17 +68036,17 @@ class DY { getWeekSettings() { return this.weekSettings ? this.weekSettings - : HK() + : pK() ? (function (e) { - let t = AY[e]; + let t = HY[e]; if (!t) { const n = new Intl.Locale(e); (t = "getWeekInfo" in n ? n.getWeekInfo() : n.weekInfo), - (AY[e] = t); + (HY[e] = t); } return t; })(this.locale) - : BY; + : TY; } getStartOfWeek() { return this.getWeekSettings().firstDay; @@ -68173,18 +68068,18 @@ class DY { return `Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`; } } -let PY = null; -class FY extends LY { +let NY = null; +class xY extends cY { static get utcInstance() { - return null === PY && (PY = new FY(0)), PY; + return null === NY && (NY = new xY(0)), NY; } static instance(e) { - return 0 === e ? FY.utcInstance : new FY(e); + return 0 === e ? xY.utcInstance : new xY(e); } static parseSpecifier(e) { if (e) { const t = e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i); - if (t) return new FY(FK(t[1], t[2])); + if (t) return new xY(xK(t[1], t[2])); } return null; } @@ -68195,16 +68090,16 @@ class FY extends LY { return "fixed"; } get name() { - return 0 === this.fixed ? "UTC" : `UTC${GK(this.fixed, "narrow")}`; + return 0 === this.fixed ? "UTC" : `UTC${ZK(this.fixed, "narrow")}`; } get ianaName() { - return 0 === this.fixed ? "Etc/UTC" : `Etc/GMT${GK(-this.fixed, "narrow")}`; + return 0 === this.fixed ? "Etc/UTC" : `Etc/GMT${ZK(-this.fixed, "narrow")}`; } offsetName() { return this.name; } formatOffset(e, t) { - return GK(this.fixed, t); + return ZK(this.fixed, t); } get isUniversal() { return !0; @@ -68219,7 +68114,7 @@ class FY extends LY { return !0; } } -class UY extends LY { +class _Y extends cY { constructor(e) { super(), (this.zoneName = e); } @@ -68248,9 +68143,9 @@ class UY extends LY { return !1; } } -function zY(e, t) { - if (wK(e) || null === e) return t; - if (e instanceof LY) return e; +function AY(e, t) { + if (sK(e) || null === e) return t; + if (e instanceof cY) return e; if ( (function (e) { return "string" == typeof e; @@ -68260,18 +68155,18 @@ function zY(e, t) { return "default" === n ? t : "local" === n || "system" === n - ? MY.instance + ? uY.instance : "utc" === n || "gmt" === n - ? FY.utcInstance - : FY.parseSpecifier(n) || yY.create(e); + ? xY.utcInstance + : xY.parseSpecifier(n) || fY.create(e); } - return LK(e) - ? FY.instance(e) + return cK(e) + ? xY.instance(e) : "object" == typeof e && "offset" in e && "function" == typeof e.offset ? e - : new UY(e); + : new _Y(e); } -const GY = { +const ZY = { arab: "[٠-٩]", arabext: "[۰-۹]", bali: "[᭐-᭙]", @@ -68294,7 +68189,7 @@ const GY = { tibt: "[༠-༩]", latn: "\\d", }, - $Y = { + IY = { arab: [1632, 1641], arabext: [1776, 1785], bali: [6992, 7001], @@ -68315,78 +68210,78 @@ const GY = { thai: [3664, 3673], tibt: [3872, 3881], }, - WY = GY.hanidec.replace(/[\[|\]]/g, "").split(""); -let jY = {}; -function qY({ numberingSystem: e }, t = "") { + kY = ZY.hanidec.replace(/[\[|\]]/g, "").split(""); +let OY = {}; +function BY({ numberingSystem: e }, t = "") { const n = e || "latn"; return ( - jY[n] || (jY[n] = {}), - jY[n][t] || (jY[n][t] = new RegExp(`${GY[n]}${t}`)), - jY[n][t] + OY[n] || (OY[n] = {}), + OY[n][t] || (OY[n][t] = new RegExp(`${ZY[n]}${t}`)), + OY[n][t] ); } -let YY, - KY = () => Date.now(), - XY = "system", - QY = null, - JY = null, - eK = null, - tK = 60, - nK = null; -class rK { +let DY, + PY = () => Date.now(), + FY = "system", + UY = null, + zY = null, + GY = null, + $Y = 60, + WY = null; +class jY { static get now() { - return KY; + return PY; } static set now(e) { - KY = e; + PY = e; } static set defaultZone(e) { - XY = e; + FY = e; } static get defaultZone() { - return zY(XY, MY.instance); + return AY(FY, uY.instance); } static get defaultLocale() { - return QY; + return UY; } static set defaultLocale(e) { - QY = e; + UY = e; } static get defaultNumberingSystem() { - return JY; + return zY; } static set defaultNumberingSystem(e) { - JY = e; + zY = e; } static get defaultOutputCalendar() { - return eK; + return GY; } static set defaultOutputCalendar(e) { - eK = e; + GY = e; } static get defaultWeekSettings() { - return nK; + return WY; } static set defaultWeekSettings(e) { - nK = yK(e); + WY = fK(e); } static get twoDigitCutoffYear() { - return tK; + return $Y; } static set twoDigitCutoffYear(e) { - tK = e % 100; + $Y = e % 100; } static get throwOnInvalid() { - return YY; + return DY; } static set throwOnInvalid(e) { - YY = e; + DY = e; } static resetCaches() { - DY.resetCache(), yY.resetCache(), QQ.resetCache(), (jY = {}); + SY.resetCache(), fY.resetCache(), UQ.resetCache(), (OY = {}); } } -class oK { +class qY { constructor(e, t) { (this.reason = e), (this.explanation = t); } @@ -68396,79 +68291,79 @@ class oK { : this.reason; } } -const iK = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], - lK = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335]; -function aK(e, t) { - return new oK( +const YY = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], + KY = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335]; +function XY(e, t) { + return new qY( "unit out of range", `you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`, ); } -function CK(e, t, n) { +function QY(e, t, n) { const r = new Date(Date.UTC(e, t - 1, n)); e < 100 && e >= 0 && r.setUTCFullYear(r.getUTCFullYear() - 1900); const o = r.getUTCDay(); return 0 === o ? 7 : o; } -function sK(e, t, n) { - return n + (AK(e) ? lK : iK)[t - 1]; +function JY(e, t, n) { + return n + (HK(e) ? KY : YY)[t - 1]; } -function cK(e, t) { - const n = AK(e) ? lK : iK, +function eK(e, t) { + const n = HK(e) ? KY : YY, r = n.findIndex((e) => e < t); return { month: r + 1, day: t - n[r] }; } -function dK(e, t) { +function tK(e, t) { return ((e - t + 7) % 7) + 1; } -function uK(e, t = 4, n = 1) { +function nK(e, t = 4, n = 1) { const { year: r, month: o, day: i } = e, - l = sK(r, o, i), - a = dK(CK(r, o, i), n); + l = JY(r, o, i), + a = tK(QY(r, o, i), n); let C, s = Math.floor((l - a + 14 - t) / 7); return ( s < 1 - ? ((C = r - 1), (s = BK(C, t, n))) - : s > BK(r, t, n) + ? ((C = r - 1), (s = TK(C, t, n))) + : s > TK(r, t, n) ? ((C = r + 1), (s = 1)) : (C = r), - { weekYear: C, weekNumber: s, weekday: a, ...$K(e) } + { weekYear: C, weekNumber: s, weekday: a, ...IK(e) } ); } -function pK(e, t = 4, n = 1) { +function rK(e, t = 4, n = 1) { const { weekYear: r, weekNumber: o, weekday: i } = e, - l = dK(CK(r, 1, t), n), - a = ZK(r); + l = tK(QY(r, 1, t), n), + a = EK(r); let C, s = 7 * o + i - l - 7 + t; s < 1 - ? ((C = r - 1), (s += ZK(C))) + ? ((C = r - 1), (s += EK(C))) : s > a - ? ((C = r + 1), (s -= ZK(r))) + ? ((C = r + 1), (s -= EK(r))) : (C = r); - const { month: c, day: d } = cK(C, s); - return { year: C, month: c, day: d, ...$K(e) }; + const { month: c, day: d } = eK(C, s); + return { year: C, month: c, day: d, ...IK(e) }; } -function mK(e) { +function oK(e) { const { year: t, month: n, day: r } = e; - return { year: t, ordinal: sK(t, n, r), ...$K(e) }; + return { year: t, ordinal: JY(t, n, r), ...IK(e) }; } -function hK(e) { +function iK(e) { const { year: t, ordinal: n } = e, - { month: r, day: o } = cK(t, n); - return { year: t, month: r, day: o, ...$K(e) }; + { month: r, day: o } = eK(t, n); + return { year: t, month: r, day: o, ...IK(e) }; } -function fK(e, t) { - if (!wK(e.localWeekday) || !wK(e.localWeekNumber) || !wK(e.localWeekYear)) { - if (!wK(e.weekday) || !wK(e.weekNumber) || !wK(e.weekYear)) - throw new $q( +function lK(e, t) { + if (!sK(e.localWeekday) || !sK(e.localWeekNumber) || !sK(e.localWeekYear)) { + if (!sK(e.weekday) || !sK(e.weekNumber) || !sK(e.weekYear)) + throw new Iq( "Cannot mix locale-based week fields with ISO-based week fields", ); return ( - wK(e.localWeekday) || (e.weekday = e.localWeekday), - wK(e.localWeekNumber) || (e.weekNumber = e.localWeekNumber), - wK(e.localWeekYear) || (e.weekYear = e.localWeekYear), + sK(e.localWeekday) || (e.weekday = e.localWeekday), + sK(e.localWeekNumber) || (e.weekNumber = e.localWeekNumber), + sK(e.localWeekYear) || (e.weekYear = e.localWeekYear), delete e.localWeekday, delete e.localWeekNumber, delete e.localWeekYear, @@ -68480,47 +68375,47 @@ function fK(e, t) { } return { minDaysInFirstWeek: 4, startOfWeek: 1 }; } -function gK(e) { - const t = bK(e.year), - n = VK(e.month, 1, 12), - r = VK(e.day, 1, IK(e.year, e.month)); +function aK(e) { + const t = dK(e.year), + n = gK(e.month, 1, 12), + r = gK(e.day, 1, RK(e.year, e.month)); return t ? n - ? !r && aK("day", e.day) - : aK("month", e.month) - : aK("year", e.year); + ? !r && XY("day", e.day) + : XY("month", e.month) + : XY("year", e.year); } -function vK(e) { +function CK(e) { const { hour: t, minute: n, second: r, millisecond: o } = e, - i = VK(t, 0, 23) || (24 === t && 0 === n && 0 === r && 0 === o), - l = VK(n, 0, 59), - a = VK(r, 0, 59), - C = VK(o, 0, 999); + i = gK(t, 0, 23) || (24 === t && 0 === n && 0 === r && 0 === o), + l = gK(n, 0, 59), + a = gK(r, 0, 59), + C = gK(o, 0, 999); return i ? l ? a - ? !C && aK("millisecond", o) - : aK("second", r) - : aK("minute", n) - : aK("hour", t); + ? !C && XY("millisecond", o) + : XY("second", r) + : XY("minute", n) + : XY("hour", t); } -function wK(e) { +function sK(e) { return void 0 === e; } -function LK(e) { +function cK(e) { return "number" == typeof e; } -function bK(e) { +function dK(e) { return "number" == typeof e && e % 1 == 0; } -function MK() { +function uK() { try { return "undefined" != typeof Intl && !!Intl.RelativeTimeFormat; } catch (e) { return !1; } } -function HK() { +function pK() { try { return ( "undefined" != typeof Intl && @@ -68532,76 +68427,76 @@ function HK() { return !1; } } -function EK(e, t, n) { +function mK(e, t, n) { if (0 !== e.length) return e.reduce((e, r) => { const o = [t(r), r]; return e && n(e[0], o[0]) === e[0] ? e : o; }, null)[1]; } -function RK(e, t) { +function hK(e, t) { return Object.prototype.hasOwnProperty.call(e, t); } -function yK(e) { +function fK(e) { if (null == e) return null; - if ("object" != typeof e) throw new jq("Week settings must be an object"); + if ("object" != typeof e) throw new Oq("Week settings must be an object"); if ( - !VK(e.firstDay, 1, 7) || - !VK(e.minimalDays, 1, 7) || + !gK(e.firstDay, 1, 7) || + !gK(e.minimalDays, 1, 7) || !Array.isArray(e.weekend) || - e.weekend.some((e) => !VK(e, 1, 7)) + e.weekend.some((e) => !gK(e, 1, 7)) ) - throw new jq("Invalid week settings"); + throw new Oq("Invalid week settings"); return { firstDay: e.firstDay, minimalDays: e.minimalDays, weekend: Array.from(e.weekend), }; } -function VK(e, t, n) { - return bK(e) && e >= t && e <= n; +function gK(e, t, n) { + return dK(e) && e >= t && e <= n; } -function SK(e, t = 2) { +function vK(e, t = 2) { let n; return ( (n = e < 0 ? "-" + ("" + -e).padStart(t, "0") : ("" + e).padStart(t, "0")), n ); } -function TK(e) { - return wK(e) || null === e || "" === e ? void 0 : parseInt(e, 10); +function wK(e) { + return sK(e) || null === e || "" === e ? void 0 : parseInt(e, 10); } -function NK(e) { - return wK(e) || null === e || "" === e ? void 0 : parseFloat(e); +function LK(e) { + return sK(e) || null === e || "" === e ? void 0 : parseFloat(e); } -function xK(e) { - if (!wK(e) && null !== e && "" !== e) { +function bK(e) { + if (!sK(e) && null !== e && "" !== e) { const t = 1e3 * parseFloat("0." + e); return Math.floor(t); } } -function _K(e, t, n = !1) { +function MK(e, t, n = !1) { const r = 10 ** t; return (n ? Math.trunc : Math.round)(e * r) / r; } -function AK(e) { +function HK(e) { return e % 4 == 0 && (e % 100 != 0 || e % 400 == 0); } -function ZK(e) { - return AK(e) ? 366 : 365; +function EK(e) { + return HK(e) ? 366 : 365; } -function IK(e, t) { +function RK(e, t) { const n = (function (e, t) { return e - t * Math.floor(e / t); })(t - 1, 12) + 1; return 2 === n - ? AK(e + (t - n) / 12) + ? HK(e + (t - n) / 12) ? 29 : 28 : [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][n - 1]; } -function kK(e) { +function yK(e) { let t = Date.UTC( e.year, e.month - 1, @@ -68618,18 +68513,18 @@ function kK(e) { +t ); } -function OK(e, t, n) { - return -dK(CK(e, 1, t), n) + t - 1; +function VK(e, t, n) { + return -tK(QY(e, 1, t), n) + t - 1; } -function BK(e, t = 4, n = 1) { - const r = OK(e, t, n), - o = OK(e + 1, t, n); - return (ZK(e) - r + o) / 7; +function TK(e, t = 4, n = 1) { + const r = VK(e, t, n), + o = VK(e + 1, t, n); + return (EK(e) - r + o) / 7; } -function DK(e) { - return e > 99 ? e : e > rK.twoDigitCutoffYear ? 1900 + e : 2e3 + e; +function SK(e) { + return e > 99 ? e : e > jY.twoDigitCutoffYear ? 1900 + e : 2e3 + e; } -function PK(e, t, n, r = null) { +function NK(e, t, n, r = null) { const o = new Date(e), i = { hourCycle: "h23", @@ -68646,51 +68541,51 @@ function PK(e, t, n, r = null) { .find((e) => "timezonename" === e.type.toLowerCase()); return a ? a.value : null; } -function FK(e, t) { +function xK(e, t) { let n = parseInt(e, 10); Number.isNaN(n) && (n = 0); const r = parseInt(t, 10) || 0; return 60 * n + (n < 0 || Object.is(n, -0) ? -r : r); } -function UK(e) { +function _K(e) { const t = Number(e); if ("boolean" == typeof e || "" === e || Number.isNaN(t)) - throw new jq(`Invalid unit value ${e}`); + throw new Oq(`Invalid unit value ${e}`); return t; } -function zK(e, t) { +function AK(e, t) { const n = {}; for (const r in e) - if (RK(e, r)) { + if (hK(e, r)) { const o = e[r]; if (null == o) continue; - n[t(r)] = UK(o); + n[t(r)] = _K(o); } return n; } -function GK(e, t) { +function ZK(e, t) { const n = Math.trunc(Math.abs(e / 60)), r = Math.trunc(Math.abs(e % 60)), o = e >= 0 ? "+" : "-"; switch (t) { case "short": - return `${o}${SK(n, 2)}:${SK(r, 2)}`; + return `${o}${vK(n, 2)}:${vK(r, 2)}`; case "narrow": return `${o}${n}${r > 0 ? `:${r}` : ""}`; case "techie": - return `${o}${SK(n, 2)}${SK(r, 2)}`; + return `${o}${vK(n, 2)}${vK(r, 2)}`; default: throw new RangeError( `Value format ${t} is out of range for property format`, ); } } -function $K(e) { +function IK(e) { return (function (e, t) { return t.reduce((t, n) => ((t[n] = e[n]), t), {}); })(e, ["hour", "minute", "second", "millisecond"]); } -const WK = [ +const kK = [ "January", "February", "March", @@ -68704,7 +68599,7 @@ const WK = [ "November", "December", ], - jK = [ + OK = [ "Jan", "Feb", "Mar", @@ -68718,15 +68613,15 @@ const WK = [ "Nov", "Dec", ], - qK = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]; -function YK(e) { + BK = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]; +function DK(e) { switch (e) { case "narrow": - return [...qK]; + return [...BK]; case "short": - return [...jK]; + return [...OK]; case "long": - return [...WK]; + return [...kK]; case "numeric": return ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]; case "2-digit": @@ -68748,7 +68643,7 @@ function YK(e) { return null; } } -const KK = [ +const PK = [ "Monday", "Tuesday", "Wednesday", @@ -68757,68 +68652,68 @@ const KK = [ "Saturday", "Sunday", ], - XK = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], - QK = ["M", "T", "W", "T", "F", "S", "S"]; -function JK(e) { + FK = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], + UK = ["M", "T", "W", "T", "F", "S", "S"]; +function zK(e) { switch (e) { case "narrow": - return [...QK]; + return [...UK]; case "short": - return [...XK]; + return [...FK]; case "long": - return [...KK]; + return [...PK]; case "numeric": return ["1", "2", "3", "4", "5", "6", "7"]; default: return null; } } -const eX = ["AM", "PM"], - tX = ["Before Christ", "Anno Domini"], - nX = ["BC", "AD"], - rX = ["B", "A"]; -function oX(e) { +const GK = ["AM", "PM"], + $K = ["Before Christ", "Anno Domini"], + WK = ["BC", "AD"], + jK = ["B", "A"]; +function qK(e) { switch (e) { case "narrow": - return [...rX]; + return [...jK]; case "short": - return [...nX]; + return [...WK]; case "long": - return [...tX]; + return [...$K]; default: return null; } } -function iX(e, t) { +function YK(e, t) { let n = ""; for (const r of e) r.literal ? (n += r.val) : (n += t(r.val)); return n; } -const lX = { - D: Qq, - DD: Jq, - DDD: tY, - DDDD: nY, - t: rY, - tt: oY, - ttt: iY, - tttt: lY, - T: aY, - TT: CY, - TTT: sY, - TTTT: cY, - f: dY, - ff: pY, - fff: fY, - ffff: vY, - F: uY, - FF: mY, - FFF: gY, - FFFF: wY, +const KK = { + D: Uq, + DD: zq, + DDD: $q, + DDDD: Wq, + t: jq, + tt: qq, + ttt: Yq, + tttt: Kq, + T: Xq, + TT: Qq, + TTT: Jq, + TTTT: eY, + f: tY, + ff: rY, + fff: lY, + ffff: CY, + F: nY, + FF: oY, + FFF: aY, + FFFF: sY, }; -class aX { +class XK { static create(e, t = {}) { - return new aX(e, t); + return new XK(e, t); } static parseFormat(e) { let t = null, @@ -68841,7 +68736,7 @@ class aX { return n.length > 0 && o.push({ literal: r || /^\s+$/.test(n), val: n }), o; } static macroTokenToFormatOpts(e) { - return lX[e]; + return KK[e]; } constructor(e, t) { (this.opts = t), (this.loc = e), (this.systemLoc = null); @@ -68869,7 +68764,7 @@ class aX { return this.dtFormatter(e, t).resolvedOptions(); } num(e, t = 0) { - if (this.opts.forceSimple) return SK(e, t); + if (this.opts.forceSimple) return vK(e, t); const n = { ...this.opts }; return t > 0 && (n.padTo = t), this.loc.numberFormatter(n).format(e); } @@ -68886,19 +68781,19 @@ class aX { l = () => n ? (function (e) { - return eX[e.hour < 12 ? 0 : 1]; + return GK[e.hour < 12 ? 0 : 1]; })(e) : o({ hour: "numeric", hourCycle: "h12" }, "dayperiod"), a = (t, r) => n ? (function (e, t) { - return YK(t)[e.month - 1]; + return DK(t)[e.month - 1]; })(e, t) : o(r ? { month: t } : { month: t, day: "numeric" }, "month"), C = (t, r) => n ? (function (e, t) { - return JK(t)[e.weekday - 1]; + return zK(t)[e.weekday - 1]; })(e, t) : o( r @@ -68907,16 +68802,16 @@ class aX { "weekday", ), s = (t) => { - const n = aX.macroTokenToFormatOpts(t); + const n = XK.macroTokenToFormatOpts(t); return n ? this.formatWithSystemDefault(e, n) : t; }, c = (t) => n ? (function (e, t) { - return oX(t)[e.year < 0 ? 0 : 1]; + return qK(t)[e.year < 0 ? 0 : 1]; })(e, t) : o({ era: t }, "era"); - return iX(aX.parseFormat(t), (t) => { + return YK(XK.parseFormat(t), (t) => { switch (t) { case "S": return this.num(e.millisecond); @@ -69078,10 +68973,10 @@ class aX { return null; } }, - r = aX.parseFormat(t), + r = XK.parseFormat(t), o = r.reduce((e, { literal: t, val: n }) => (t ? e : e.concat(n)), []), i = e.shiftTo(...o.map(n).filter((e) => e)); - return iX( + return YK( r, ((e) => (t) => { const r = n(t); @@ -69090,13 +68985,13 @@ class aX { ); } } -const CX = +const QK = /[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/; -function sX(...e) { +function JK(...e) { const t = e.reduce((e, t) => e + t.source, ""); return RegExp(`^${t}$`); } -function cX(...e) { +function eX(...e) { return (t) => e .reduce( @@ -69108,7 +69003,7 @@ function cX(...e) { ) .slice(0, 2); } -function dX(e, ...t) { +function tX(e, ...t) { if (null == e) return [null, null]; for (const [n, r] of t) { const t = n.exec(e); @@ -69116,68 +69011,68 @@ function dX(e, ...t) { } return [null, null]; } -function uX(...e) { +function nX(...e) { return (t, n) => { const r = {}; let o; - for (o = 0; o < e.length; o++) r[e[o]] = TK(t[n + o]); + for (o = 0; o < e.length; o++) r[e[o]] = wK(t[n + o]); return [r, null, n + o]; }; } -const pX = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/, - mX = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/, - hX = RegExp(`${mX.source}${`(?:${pX.source}?(?:\\[(${CX.source})\\])?)?`}`), - fX = RegExp(`(?:T${hX.source})?`), - gX = uX("weekYear", "weekNumber", "weekDay"), - vX = uX("year", "ordinal"), - wX = RegExp(`${mX.source} ?(?:${pX.source}|(${CX.source}))?`), - LX = RegExp(`(?: ${wX.source})?`); -function bX(e, t, n) { +const rX = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/, + oX = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/, + iX = RegExp(`${oX.source}${`(?:${rX.source}?(?:\\[(${QK.source})\\])?)?`}`), + lX = RegExp(`(?:T${iX.source})?`), + aX = nX("weekYear", "weekNumber", "weekDay"), + CX = nX("year", "ordinal"), + sX = RegExp(`${oX.source} ?(?:${rX.source}|(${QK.source}))?`), + cX = RegExp(`(?: ${sX.source})?`); +function dX(e, t, n) { const r = e[t]; - return wK(r) ? n : TK(r); + return sK(r) ? n : wK(r); } -function MX(e, t) { +function uX(e, t) { return [ { - hours: bX(e, t, 0), - minutes: bX(e, t + 1, 0), - seconds: bX(e, t + 2, 0), - milliseconds: xK(e[t + 3]), + hours: dX(e, t, 0), + minutes: dX(e, t + 1, 0), + seconds: dX(e, t + 2, 0), + milliseconds: bK(e[t + 3]), }, null, t + 4, ]; } -function HX(e, t) { +function pX(e, t) { const n = !e[t] && !e[t + 1], - r = FK(e[t + 1], e[t + 2]); - return [{}, n ? null : FY.instance(r), t + 3]; + r = xK(e[t + 1], e[t + 2]); + return [{}, n ? null : xY.instance(r), t + 3]; } -function EX(e, t) { - return [{}, e[t] ? yY.create(e[t]) : null, t + 1]; +function mX(e, t) { + return [{}, e[t] ? fY.create(e[t]) : null, t + 1]; } -const RX = RegExp(`^T?${mX.source}$`), - yX = +const hX = RegExp(`^T?${oX.source}$`), + fX = /^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/; -function VX(e) { +function gX(e) { const [t, n, r, o, i, l, a, C, s] = e, c = "-" === t[0], d = C && "-" === C[0], u = (e, t = !1) => (void 0 !== e && (t || (e && c)) ? -e : e); return [ { - years: u(NK(n)), - months: u(NK(r)), - weeks: u(NK(o)), - days: u(NK(i)), - hours: u(NK(l)), - minutes: u(NK(a)), - seconds: u(NK(C), "-0" === C), - milliseconds: u(xK(s), d), + years: u(LK(n)), + months: u(LK(r)), + weeks: u(LK(o)), + days: u(LK(i)), + hours: u(LK(l)), + minutes: u(LK(a)), + seconds: u(LK(C), "-0" === C), + milliseconds: u(bK(s), d), }, ]; } -const SX = { +const vX = { GMT: 0, EDT: -240, EST: -300, @@ -69188,67 +69083,67 @@ const SX = { PDT: -420, PST: -480, }; -function TX(e, t, n, r, o, i, l) { +function wX(e, t, n, r, o, i, l) { const a = { - year: 2 === t.length ? DK(TK(t)) : TK(t), - month: jK.indexOf(n) + 1, - day: TK(r), - hour: TK(o), - minute: TK(i), + year: 2 === t.length ? SK(wK(t)) : wK(t), + month: OK.indexOf(n) + 1, + day: wK(r), + hour: wK(o), + minute: wK(i), }; return ( - l && (a.second = TK(l)), - e && (a.weekday = e.length > 3 ? KK.indexOf(e) + 1 : XK.indexOf(e) + 1), + l && (a.second = wK(l)), + e && (a.weekday = e.length > 3 ? PK.indexOf(e) + 1 : FK.indexOf(e) + 1), a ); } -const NX = +const LX = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/; -function xX(e) { +function bX(e) { const [, t, n, r, o, i, l, a, C, s, c, d] = e, - u = TX(t, o, r, n, i, l, a); + u = wX(t, o, r, n, i, l, a); let p; - return (p = C ? SX[C] : s ? 0 : FK(c, d)), [u, new FY(p)]; + return (p = C ? vX[C] : s ? 0 : xK(c, d)), [u, new xY(p)]; } -const _X = +const MX = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/, - AX = + HX = /^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/, - ZX = + EX = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/; -function IX(e) { +function RX(e) { const [, t, n, r, o, i, l, a] = e; - return [TX(t, o, r, n, i, l, a), FY.utcInstance]; + return [wX(t, o, r, n, i, l, a), xY.utcInstance]; } -function kX(e) { +function yX(e) { const [, t, n, r, o, i, l, a] = e; - return [TX(t, a, n, r, o, i, l), FY.utcInstance]; + return [wX(t, a, n, r, o, i, l), xY.utcInstance]; } -const OX = sX(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/, fX), - BX = sX(/(\d{4})-?W(\d\d)(?:-?(\d))?/, fX), - DX = sX(/(\d{4})-?(\d{3})/, fX), - PX = sX(hX), - FX = cX( +const VX = JK(/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/, lX), + TX = JK(/(\d{4})-?W(\d\d)(?:-?(\d))?/, lX), + SX = JK(/(\d{4})-?(\d{3})/, lX), + NX = JK(iX), + xX = eX( function (e, t) { return [ - { year: bX(e, t), month: bX(e, t + 1, 1), day: bX(e, t + 2, 1) }, + { year: dX(e, t), month: dX(e, t + 1, 1), day: dX(e, t + 2, 1) }, null, t + 3, ]; }, - MX, - HX, - EX, + uX, + pX, + mX, ), - UX = cX(gX, MX, HX, EX), - zX = cX(vX, MX, HX, EX), - GX = cX(MX, HX, EX); -const $X = cX(MX); -const WX = sX(/(\d{4})-(\d\d)-(\d\d)/, LX), - jX = sX(wX), - qX = cX(MX, HX, EX); -const YX = "Invalid Duration", - KX = { + _X = eX(aX, uX, pX, mX), + AX = eX(CX, uX, pX, mX), + ZX = eX(uX, pX, mX); +const IX = eX(uX); +const kX = JK(/(\d{4})-(\d\d)-(\d\d)/, cX), + OX = JK(sX), + BX = eX(uX, pX, mX); +const DX = "Invalid Duration", + PX = { weeks: { days: 7, hours: 168, @@ -69261,7 +69156,7 @@ const YX = "Invalid Duration", minutes: { seconds: 60, milliseconds: 6e4 }, seconds: { milliseconds: 1e3 }, }, - XX = { + FX = { years: { quarters: 4, months: 12, @@ -69289,16 +69184,16 @@ const YX = "Invalid Duration", seconds: 2592e3, milliseconds: 2592e6, }, - ...KX, + ...PX, }, - QX = 365.2425, - JX = 30.436875, - eQ = { + UX = 365.2425, + zX = 30.436875, + GX = { years: { quarters: 4, months: 12, weeks: 52.1775, - days: QX, + days: UX, hours: 8765.82, minutes: 525949.2, seconds: 525949.2 * 60, @@ -69315,15 +69210,15 @@ const YX = "Invalid Duration", }, months: { weeks: 4.3481250000000005, - days: JX, + days: zX, hours: 730.485, minutes: 43829.1, seconds: 2629746, milliseconds: 2629746e3, }, - ...KX, + ...PX, }, - tQ = [ + $X = [ "years", "quarters", "months", @@ -69334,25 +69229,25 @@ const YX = "Invalid Duration", "seconds", "milliseconds", ], - nQ = tQ.slice(0).reverse(); -function rQ(e, t, n = !1) { + WX = $X.slice(0).reverse(); +function jX(e, t, n = !1) { const r = { values: n ? t.values : { ...e.values, ...(t.values || {}) }, loc: e.loc.clone(t.loc), conversionAccuracy: t.conversionAccuracy || e.conversionAccuracy, matrix: t.matrix || e.matrix, }; - return new lQ(r); + return new KX(r); } -function oQ(e, t) { +function qX(e, t) { let n = t.milliseconds ?? 0; - for (const r of nQ.slice(1)) t[r] && (n += t[r] * e[r].milliseconds); + for (const r of WX.slice(1)) t[r] && (n += t[r] * e[r].milliseconds); return n; } -function iQ(e, t) { - const n = oQ(e, t) < 0 ? -1 : 1; - tQ.reduceRight((r, o) => { - if (wK(t[o])) return r; +function YX(e, t) { + const n = qX(e, t) < 0 ? -1 : 1; + $X.reduceRight((r, o) => { + if (sK(t[o])) return r; if (r) { const i = t[r] * n, l = e[o][r], @@ -69361,8 +69256,8 @@ function iQ(e, t) { } return o; }, null), - tQ.reduce((n, r) => { - if (wK(t[r])) return n; + $X.reduce((n, r) => { + if (sK(t[r])) return n; if (n) { const o = t[n] % 1; (t[n] -= o), (t[r] += o * e[n][r]); @@ -69370,67 +69265,67 @@ function iQ(e, t) { return r; }, null); } -class lQ { +class KX { constructor(e) { const t = "longterm" === e.conversionAccuracy || !1; - let n = t ? eQ : XX; + let n = t ? GX : FX; e.matrix && (n = e.matrix), (this.values = e.values), - (this.loc = e.loc || DY.create()), + (this.loc = e.loc || SY.create()), (this.conversionAccuracy = t ? "longterm" : "casual"), (this.invalid = e.invalid || null), (this.matrix = n), (this.isLuxonDuration = !0); } static fromMillis(e, t) { - return lQ.fromObject({ milliseconds: e }, t); + return KX.fromObject({ milliseconds: e }, t); } static fromObject(e, t = {}) { if (null == e || "object" != typeof e) - throw new jq( + throw new Oq( "Duration.fromObject: argument expected to be an object, got " + (null === e ? "null" : typeof e), ); - return new lQ({ - values: zK(e, lQ.normalizeUnit), - loc: DY.fromObject(t), + return new KX({ + values: AK(e, KX.normalizeUnit), + loc: SY.fromObject(t), conversionAccuracy: t.conversionAccuracy, matrix: t.matrix, }); } static fromDurationLike(e) { - if (LK(e)) return lQ.fromMillis(e); - if (lQ.isDuration(e)) return e; - if ("object" == typeof e) return lQ.fromObject(e); - throw new jq(`Unknown duration argument ${e} of type ${typeof e}`); + if (cK(e)) return KX.fromMillis(e); + if (KX.isDuration(e)) return e; + if ("object" == typeof e) return KX.fromObject(e); + throw new Oq(`Unknown duration argument ${e} of type ${typeof e}`); } static fromISO(e, t) { const [n] = (function (e) { - return dX(e, [yX, VX]); + return tX(e, [fX, gX]); })(e); return n - ? lQ.fromObject(n, t) - : lQ.invalid( + ? KX.fromObject(n, t) + : KX.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); } static fromISOTime(e, t) { const [n] = (function (e) { - return dX(e, [RX, $X]); + return tX(e, [hX, IX]); })(e); return n - ? lQ.fromObject(n, t) - : lQ.invalid( + ? KX.fromObject(n, t) + : KX.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); } static invalid(e, t = null) { - if (!e) throw new jq("need to specify a reason the Duration is invalid"); - const n = e instanceof oK ? e : new oK(e, t); - if (rK.throwOnInvalid) throw new Gq(n); - return new lQ({ invalid: n }); + if (!e) throw new Oq("need to specify a reason the Duration is invalid"); + const n = e instanceof qY ? e : new qY(e, t); + if (jY.throwOnInvalid) throw new Zq(n); + return new KX({ invalid: n }); } static normalizeUnit(e) { const t = { @@ -69453,7 +69348,7 @@ class lQ { millisecond: "milliseconds", milliseconds: "milliseconds", }[e ? e.toLowerCase() : e]; - if (!t) throw new Wq(e); + if (!t) throw new kq(e); return t; } static isDuration(e) { @@ -69468,15 +69363,15 @@ class lQ { toFormat(e, t = {}) { const n = { ...t, floor: !1 !== t.round && !1 !== t.floor }; return this.isValid - ? aX.create(this.loc, n).formatDurationFromString(this, e) - : YX; + ? XK.create(this.loc, n).formatDurationFromString(this, e) + : DX; } toHuman(e = {}) { - if (!this.isValid) return YX; - const t = tQ + if (!this.isValid) return DX; + const t = $X .map((t) => { const n = this.values[t]; - return wK(n) + return sK(n) ? null : this.loc .numberFormatter({ @@ -69516,7 +69411,7 @@ class lQ { 0 !== this.hours && (e += this.hours + "H"), 0 !== this.minutes && (e += this.minutes + "M"), (0 === this.seconds && 0 === this.milliseconds) || - (e += _K(this.seconds + this.milliseconds / 1e3, 3) + "S"), + (e += MK(this.seconds + this.milliseconds / 1e3, 3) + "S"), "P" === e && (e += "T0S"), e ); @@ -69533,7 +69428,7 @@ class lQ { ...e, includeOffset: !1, }; - return QQ.fromMillis(t, { zone: "UTC" }).toISOTime(e); + return UQ.fromMillis(t, { zone: "UTC" }).toISOTime(e); } toJSON() { return this.toISO(); @@ -69547,37 +69442,37 @@ class lQ { : `Duration { Invalid, reason: ${this.invalidReason} }`; } toMillis() { - return this.isValid ? oQ(this.matrix, this.values) : NaN; + return this.isValid ? qX(this.matrix, this.values) : NaN; } valueOf() { return this.toMillis(); } plus(e) { if (!this.isValid) return this; - const t = lQ.fromDurationLike(e), + const t = KX.fromDurationLike(e), n = {}; - for (const e of tQ) - (RK(t.values, e) || RK(this.values, e)) && + for (const e of $X) + (hK(t.values, e) || hK(this.values, e)) && (n[e] = t.get(e) + this.get(e)); - return rQ(this, { values: n }, !0); + return jX(this, { values: n }, !0); } minus(e) { if (!this.isValid) return this; - const t = lQ.fromDurationLike(e); + const t = KX.fromDurationLike(e); return this.plus(t.negate()); } mapUnits(e) { if (!this.isValid) return this; const t = {}; - for (const n of Object.keys(this.values)) t[n] = UK(e(this.values[n], n)); - return rQ(this, { values: t }, !0); + for (const n of Object.keys(this.values)) t[n] = _K(e(this.values[n], n)); + return jX(this, { values: t }, !0); } get(e) { - return this[lQ.normalizeUnit(e)]; + return this[KX.normalizeUnit(e)]; } set(e) { if (!this.isValid) return this; - return rQ(this, { values: { ...this.values, ...zK(e, lQ.normalizeUnit) } }); + return jX(this, { values: { ...this.values, ...AK(e, KX.normalizeUnit) } }); } reconfigure({ locale: e, @@ -69585,7 +69480,7 @@ class lQ { conversionAccuracy: n, matrix: r, } = {}) { - return rQ(this, { + return jX(this, { loc: this.loc.clone({ locale: e, numberingSystem: t }), matrix: r, conversionAccuracy: n, @@ -69597,7 +69492,7 @@ class lQ { normalize() { if (!this.isValid) return this; const e = this.toObject(); - return iQ(this.matrix, e), rQ(this, { values: e }, !0); + return YX(this.matrix, e), jX(this, { values: e }, !0); } rescale() { if (!this.isValid) return this; @@ -69606,28 +69501,28 @@ class lQ { for (const [n, r] of Object.entries(e)) 0 !== r && (t[n] = r); return t; })(this.normalize().shiftToAll().toObject()); - return rQ(this, { values: e }, !0); + return jX(this, { values: e }, !0); } shiftTo(...e) { if (!this.isValid) return this; if (0 === e.length) return this; - e = e.map((e) => lQ.normalizeUnit(e)); + e = e.map((e) => KX.normalizeUnit(e)); const t = {}, n = {}, r = this.toObject(); let o; - for (const i of tQ) + for (const i of $X) if (e.indexOf(i) >= 0) { o = i; let e = 0; for (const t in n) (e += this.matrix[t][i] * n[t]), (n[t] = 0); - LK(r[i]) && (e += r[i]); + cK(r[i]) && (e += r[i]); const l = Math.trunc(e); (t[i] = l), (n[i] = (1e3 * e - 1e3 * l) / 1e3); - } else LK(r[i]) && (n[i] = r[i]); + } else cK(r[i]) && (n[i] = r[i]); for (const e in n) 0 !== n[e] && (t[o] += e === o ? n[e] : n[e] / this.matrix[o][e]); - return iQ(this.matrix, t), rQ(this, { values: t }, !0); + return YX(this.matrix, t), jX(this, { values: t }, !0); } shiftToAll() { return this.isValid @@ -69648,7 +69543,7 @@ class lQ { const e = {}; for (const t of Object.keys(this.values)) e[t] = 0 === this.values[t] ? 0 : -this.values[t]; - return rQ(this, { values: e }, !0); + return jX(this, { values: e }, !0); } get years() { return this.isValid ? this.values.years || 0 : NaN; @@ -69689,7 +69584,7 @@ class lQ { equals(e) { if (!this.isValid || !e.isValid) return !1; if (!this.loc.equals(e.loc)) return !1; - for (const r of tQ) + for (const r of $X) if ( ((t = this.values[r]), (n = e.values[r]), @@ -69700,8 +69595,8 @@ class lQ { return !0; } } -const aQ = "Invalid Interval"; -class CQ { +const XX = "Invalid Interval"; +class QX { constructor(e) { (this.s = e.start), (this.e = e.end), @@ -69709,62 +69604,62 @@ class CQ { (this.isLuxonInterval = !0); } static invalid(e, t = null) { - if (!e) throw new jq("need to specify a reason the Interval is invalid"); - const n = e instanceof oK ? e : new oK(e, t); - if (rK.throwOnInvalid) throw new zq(n); - return new CQ({ invalid: n }); + if (!e) throw new Oq("need to specify a reason the Interval is invalid"); + const n = e instanceof qY ? e : new qY(e, t); + if (jY.throwOnInvalid) throw new Aq(n); + return new QX({ invalid: n }); } static fromDateTimes(e, t) { - const n = JQ(e), - r = JQ(t), + const n = zQ(e), + r = zQ(t), o = (function (e, t) { return e && e.isValid ? t && t.isValid ? t < e - ? CQ.invalid( + ? QX.invalid( "end before start", `The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`, ) : null - : CQ.invalid("missing or invalid end") - : CQ.invalid("missing or invalid start"); + : QX.invalid("missing or invalid end") + : QX.invalid("missing or invalid start"); })(n, r); - return null == o ? new CQ({ start: n, end: r }) : o; + return null == o ? new QX({ start: n, end: r }) : o; } static after(e, t) { - const n = lQ.fromDurationLike(t), - r = JQ(e); - return CQ.fromDateTimes(r, r.plus(n)); + const n = KX.fromDurationLike(t), + r = zQ(e); + return QX.fromDateTimes(r, r.plus(n)); } static before(e, t) { - const n = lQ.fromDurationLike(t), - r = JQ(e); - return CQ.fromDateTimes(r.minus(n), r); + const n = KX.fromDurationLike(t), + r = zQ(e); + return QX.fromDateTimes(r.minus(n), r); } static fromISO(e, t) { const [n, r] = (e || "").split("/", 2); if (n && r) { let e, o, i, l; try { - (e = QQ.fromISO(n, t)), (o = e.isValid); + (e = UQ.fromISO(n, t)), (o = e.isValid); } catch (r) { o = !1; } try { - (i = QQ.fromISO(r, t)), (l = i.isValid); + (i = UQ.fromISO(r, t)), (l = i.isValid); } catch (r) { l = !1; } - if (o && l) return CQ.fromDateTimes(e, i); + if (o && l) return QX.fromDateTimes(e, i); if (o) { - const n = lQ.fromISO(r, t); - if (n.isValid) return CQ.after(e, n); + const n = KX.fromISO(r, t); + if (n.isValid) return QX.after(e, n); } else if (l) { - const e = lQ.fromISO(n, t); - if (e.isValid) return CQ.before(i, e); + const e = KX.fromISO(n, t); + if (e.isValid) return QX.before(i, e); } } - return CQ.invalid( + return QX.invalid( "unparsable", `the input "${e}" can't be parsed as ISO 8601`, ); @@ -69820,12 +69715,12 @@ class CQ { return !!this.isValid && this.s <= e && this.e > e; } set({ start: e, end: t } = {}) { - return this.isValid ? CQ.fromDateTimes(e || this.s, t || this.e) : this; + return this.isValid ? QX.fromDateTimes(e || this.s, t || this.e) : this; } splitAt(...e) { if (!this.isValid) return []; const t = e - .map(JQ) + .map(zQ) .filter((e) => this.contains(e)) .sort((e, t) => e.toMillis() - t.toMillis()), n = []; @@ -69834,12 +69729,12 @@ class CQ { for (; r < this.e; ) { const e = t[o] || this.e, i = +e > +this.e ? this.e : e; - n.push(CQ.fromDateTimes(r, i)), (r = i), (o += 1); + n.push(QX.fromDateTimes(r, i)), (r = i), (o += 1); } return n; } splitBy(e) { - const t = lQ.fromDurationLike(e); + const t = KX.fromDurationLike(e); if (!this.isValid || !t.isValid || 0 === t.as("milliseconds")) return []; let n, { s: r } = this, @@ -69848,7 +69743,7 @@ class CQ { for (; r < this.e; ) { const e = this.start.plus(t.mapUnits((e) => e * o)); (n = +e > +this.e ? this.e : e), - i.push(CQ.fromDateTimes(r, n)), + i.push(QX.fromDateTimes(r, n)), (r = n), (o += 1); } @@ -69878,13 +69773,13 @@ class CQ { if (!this.isValid) return this; const t = this.s > e.s ? this.s : e.s, n = this.e < e.e ? this.e : e.e; - return t >= n ? null : CQ.fromDateTimes(t, n); + return t >= n ? null : QX.fromDateTimes(t, n); } union(e) { if (!this.isValid) return this; const t = this.s < e.s ? this.s : e.s, n = this.e > e.e ? this.e : e.e; - return CQ.fromDateTimes(t, n); + return QX.fromDateTimes(t, n); } static merge(e) { const [t, n] = e @@ -69913,71 +69808,71 @@ class CQ { (n += "s" === e.type ? 1 : -1), 1 === n ? (t = e.time) - : (t && +t != +e.time && r.push(CQ.fromDateTimes(t, e.time)), + : (t && +t != +e.time && r.push(QX.fromDateTimes(t, e.time)), (t = null)); - return CQ.merge(r); + return QX.merge(r); } difference(...e) { - return CQ.xor([this].concat(e)) + return QX.xor([this].concat(e)) .map((e) => this.intersection(e)) .filter((e) => e && !e.isEmpty()); } toString() { - return this.isValid ? `[${this.s.toISO()} – ${this.e.toISO()})` : aQ; + return this.isValid ? `[${this.s.toISO()} – ${this.e.toISO()})` : XX; } [Symbol.for("nodejs.util.inspect.custom")]() { return this.isValid ? `Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }` : `Interval { Invalid, reason: ${this.invalidReason} }`; } - toLocaleString(e = Qq, t = {}) { + toLocaleString(e = Uq, t = {}) { return this.isValid - ? aX.create(this.s.loc.clone(t), e).formatInterval(this) - : aQ; + ? XK.create(this.s.loc.clone(t), e).formatInterval(this) + : XX; } toISO(e) { - return this.isValid ? `${this.s.toISO(e)}/${this.e.toISO(e)}` : aQ; + return this.isValid ? `${this.s.toISO(e)}/${this.e.toISO(e)}` : XX; } toISODate() { - return this.isValid ? `${this.s.toISODate()}/${this.e.toISODate()}` : aQ; + return this.isValid ? `${this.s.toISODate()}/${this.e.toISODate()}` : XX; } toISOTime(e) { - return this.isValid ? `${this.s.toISOTime(e)}/${this.e.toISOTime(e)}` : aQ; + return this.isValid ? `${this.s.toISOTime(e)}/${this.e.toISOTime(e)}` : XX; } toFormat(e, { separator: t = " – " } = {}) { - return this.isValid ? `${this.s.toFormat(e)}${t}${this.e.toFormat(e)}` : aQ; + return this.isValid ? `${this.s.toFormat(e)}${t}${this.e.toFormat(e)}` : XX; } toDuration(e, t) { return this.isValid ? this.e.diff(this.s, e, t) - : lQ.invalid(this.invalidReason); + : KX.invalid(this.invalidReason); } mapEndpoints(e) { - return CQ.fromDateTimes(e(this.s), e(this.e)); + return QX.fromDateTimes(e(this.s), e(this.e)); } } -class sQ { - static hasDST(e = rK.defaultZone) { - const t = QQ.now().setZone(e).set({ month: 12 }); +class JX { + static hasDST(e = jY.defaultZone) { + const t = UQ.now().setZone(e).set({ month: 12 }); return !e.isUniversal && t.offset !== t.set({ month: 6 }).offset; } static isValidIANAZone(e) { - return yY.isValidZone(e); + return fY.isValidZone(e); } static normalizeZone(e) { - return zY(e, rK.defaultZone); + return AY(e, jY.defaultZone); } static getStartOfWeek({ locale: e = null, locObj: t = null } = {}) { - return (t || DY.create(e)).getStartOfWeek(); + return (t || SY.create(e)).getStartOfWeek(); } static getMinimumDaysInFirstWeek({ locale: e = null, locObj: t = null, } = {}) { - return (t || DY.create(e)).getMinDaysInFirstWeek(); + return (t || SY.create(e)).getMinDaysInFirstWeek(); } static getWeekendWeekdays({ locale: e = null, locObj: t = null } = {}) { - return (t || DY.create(e)).getWeekendDays().slice(); + return (t || SY.create(e)).getWeekendDays().slice(); } static months( e = "long", @@ -69988,7 +69883,7 @@ class sQ { outputCalendar: o = "gregory", } = {}, ) { - return (r || DY.create(t, n, o)).months(e); + return (r || SY.create(t, n, o)).months(e); } static monthsFormat( e = "long", @@ -69999,36 +69894,36 @@ class sQ { outputCalendar: o = "gregory", } = {}, ) { - return (r || DY.create(t, n, o)).months(e, !0); + return (r || SY.create(t, n, o)).months(e, !0); } static weekdays( e = "long", { locale: t = null, numberingSystem: n = null, locObj: r = null } = {}, ) { - return (r || DY.create(t, n, null)).weekdays(e); + return (r || SY.create(t, n, null)).weekdays(e); } static weekdaysFormat( e = "long", { locale: t = null, numberingSystem: n = null, locObj: r = null } = {}, ) { - return (r || DY.create(t, n, null)).weekdays(e, !0); + return (r || SY.create(t, n, null)).weekdays(e, !0); } static meridiems({ locale: e = null } = {}) { - return DY.create(e).meridiems(); + return SY.create(e).meridiems(); } static eras(e = "short", { locale: t = null } = {}) { - return DY.create(t, null, "gregory").eras(e); + return SY.create(t, null, "gregory").eras(e); } static features() { - return { relative: MK(), localeWeek: HK() }; + return { relative: uK(), localeWeek: pK() }; } } -function cQ(e, t) { +function eQ(e, t) { const n = (e) => e.toUTC(0, { keepLocalTime: !0 }).startOf("day").valueOf(), r = n(t) - n(e); - return Math.floor(lQ.fromMillis(r).as("days")); + return Math.floor(KX.fromMillis(r).as("days")); } -function dQ(e, t, n, r) { +function tQ(e, t, n, r) { let [o, i, l, a] = (function (e, t, n) { const r = [ ["years", (e, t) => t.year - e.year], @@ -70037,11 +69932,11 @@ function dQ(e, t, n, r) { [ "weeks", (e, t) => { - const n = cQ(e, t); + const n = eQ(e, t); return (n - (n % 7)) / 7; }, ], - ["days", cQ], + ["days", eQ], ], o = {}, i = e; @@ -70063,15 +69958,14 @@ function dQ(e, t, n, r) { 0 === s.length && (l < t && (l = o.plus({ [a]: 1 })), l !== o && (i[a] = (i[a] || 0) + C / (l - o))); - const c = lQ.fromObject(i, r); + const c = KX.fromObject(i, r); return s.length > 0 - ? lQ - .fromMillis(C, r) + ? KX.fromMillis(C, r) .shiftTo(...s) .plus(c) : c; } -function uQ(e, t = (e) => e) { +function nQ(e, t = (e) => e) { return { regex: e, deser: ([e]) => @@ -70082,10 +69976,10 @@ function uQ(e, t = (e) => e) { t = ""; for (let n = 0; n < e.length; n++) { const r = e.charCodeAt(n); - if (-1 !== e[n].search(GY.hanidec)) t += WY.indexOf(e[n]); + if (-1 !== e[n].search(ZY.hanidec)) t += kY.indexOf(e[n]); else - for (const e in $Y) { - const [n, o] = $Y[e]; + for (const e in IY) { + const [n, o] = IY[e]; r >= n && r <= o && (t += r - n); } } @@ -70096,29 +69990,29 @@ function uQ(e, t = (e) => e) { ), }; } -const pQ = `[ ${String.fromCharCode(160)}]`, - mQ = new RegExp(pQ, "g"); -function hQ(e) { - return e.replace(/\./g, "\\.?").replace(mQ, pQ); +const rQ = `[ ${String.fromCharCode(160)}]`, + oQ = new RegExp(rQ, "g"); +function iQ(e) { + return e.replace(/\./g, "\\.?").replace(oQ, rQ); } -function fQ(e) { - return e.replace(/\./g, "").replace(mQ, " ").toLowerCase(); +function lQ(e) { + return e.replace(/\./g, "").replace(oQ, " ").toLowerCase(); } -function gQ(e, t) { +function aQ(e, t) { return null === e ? null : { - regex: RegExp(e.map(hQ).join("|")), - deser: ([n]) => e.findIndex((e) => fQ(n) === fQ(e)) + t, + regex: RegExp(e.map(iQ).join("|")), + deser: ([n]) => e.findIndex((e) => lQ(n) === lQ(e)) + t, }; } -function vQ(e, t) { - return { regex: e, deser: ([, e, t]) => FK(e, t), groups: t }; +function CQ(e, t) { + return { regex: e, deser: ([, e, t]) => xK(e, t), groups: t }; } -function wQ(e) { +function sQ(e) { return { regex: e, deser: ([e]) => e }; } -const LQ = { +const cQ = { year: { "2-digit": "yy", numeric: "yyyyy" }, month: { numeric: "M", "2-digit": "MM", short: "MMM", long: "MMMM" }, day: { numeric: "d", "2-digit": "dd" }, @@ -70131,37 +70025,37 @@ const LQ = { second: { numeric: "s", "2-digit": "ss" }, timeZoneName: { long: "ZZZZZ", short: "ZZZ" }, }; -let bQ = null; -function MQ(e, t) { +let dQ = null; +function uQ(e, t) { return Array.prototype.concat( ...e.map((e) => (function (e, t) { if (e.literal) return e; - const n = RQ(aX.macroTokenToFormatOpts(e.val), t); + const n = hQ(XK.macroTokenToFormatOpts(e.val), t); return null == n || n.includes(void 0) ? e : n; })(e, t), ), ); } -class HQ { +class pQ { constructor(e, t) { if ( ((this.locale = e), (this.format = t), - (this.tokens = MQ(aX.parseFormat(t), e)), + (this.tokens = uQ(XK.parseFormat(t), e)), (this.units = this.tokens.map((t) => (function (e, t) { - const n = qY(t), - r = qY(t, "{2}"), - o = qY(t, "{3}"), - i = qY(t, "{4}"), - l = qY(t, "{6}"), - a = qY(t, "{1,2}"), - C = qY(t, "{1,3}"), - s = qY(t, "{1,6}"), - c = qY(t, "{1,9}"), - d = qY(t, "{2,4}"), - u = qY(t, "{4,6}"), + const n = BY(t), + r = BY(t, "{2}"), + o = BY(t, "{3}"), + i = BY(t, "{4}"), + l = BY(t, "{6}"), + a = BY(t, "{1,2}"), + C = BY(t, "{1,3}"), + s = BY(t, "{1,6}"), + c = BY(t, "{1,9}"), + d = BY(t, "{2,4}"), + u = BY(t, "{4,6}"), p = (e) => { return { regex: RegExp( @@ -70177,21 +70071,21 @@ class HQ { if (e.literal) return p(m); switch (m.val) { case "G": - return gQ(t.eras("short"), 0); + return aQ(t.eras("short"), 0); case "GG": - return gQ(t.eras("long"), 0); + return aQ(t.eras("long"), 0); case "y": - return uQ(s); + return nQ(s); case "yy": case "kk": - return uQ(d, DK); + return nQ(d, SK); case "yyyy": case "kkkk": - return uQ(i); + return nQ(i); case "yyyyy": - return uQ(u); + return nQ(u); case "yyyyyy": - return uQ(l); + return nQ(l); case "M": case "L": case "d": @@ -70201,7 +70095,7 @@ class HQ { case "q": case "s": case "W": - return uQ(a); + return nQ(a); case "MM": case "LL": case "dd": @@ -70211,51 +70105,51 @@ class HQ { case "qq": case "ss": case "WW": - return uQ(r); + return nQ(r); case "MMM": - return gQ(t.months("short", !0), 1); + return aQ(t.months("short", !0), 1); case "MMMM": - return gQ(t.months("long", !0), 1); + return aQ(t.months("long", !0), 1); case "LLL": - return gQ(t.months("short", !1), 1); + return aQ(t.months("short", !1), 1); case "LLLL": - return gQ(t.months("long", !1), 1); + return aQ(t.months("long", !1), 1); case "o": case "S": - return uQ(C); + return nQ(C); case "ooo": case "SSS": - return uQ(o); + return nQ(o); case "u": - return wQ(c); + return sQ(c); case "uu": - return wQ(a); + return sQ(a); case "uuu": case "E": case "c": - return uQ(n); + return nQ(n); case "a": - return gQ(t.meridiems(), 0); + return aQ(t.meridiems(), 0); case "EEE": - return gQ(t.weekdays("short", !1), 1); + return aQ(t.weekdays("short", !1), 1); case "EEEE": - return gQ(t.weekdays("long", !1), 1); + return aQ(t.weekdays("long", !1), 1); case "ccc": - return gQ(t.weekdays("short", !0), 1); + return aQ(t.weekdays("short", !0), 1); case "cccc": - return gQ(t.weekdays("long", !0), 1); + return aQ(t.weekdays("long", !0), 1); case "Z": case "ZZ": - return vQ( + return CQ( new RegExp(`([+-]${a.source})(?::(${r.source}))?`), 2, ); case "ZZZ": - return vQ(new RegExp(`([+-]${a.source})(${r.source})?`), 2); + return CQ(new RegExp(`([+-]${a.source})(${r.source})?`), 2); case "z": - return wQ(/[a-z_+-/]{1,256}?/i); + return sQ(/[a-z_+-/]{1,256}?/i); case " ": - return wQ(/[^\S\n\r]/); + return sQ(/[^\S\n\r]/); default: return p(m); } @@ -70286,7 +70180,7 @@ class HQ { const e = {}; let t = 1; for (const o in n) - if (RK(n, o)) { + if (hK(n, o)) { const i = n[o], l = i.groups ? i.groups + 1 : 1; !i.literal && @@ -70302,15 +70196,15 @@ class HQ { ? (function (e) { let t, n = null; - wK(e.z) || (n = yY.create(e.z)), - wK(e.Z) || (n || (n = new FY(e.Z)), (t = e.Z)), - wK(e.q) || (e.M = 3 * (e.q - 1) + 1), - wK(e.h) || + sK(e.z) || (n = fY.create(e.z)), + sK(e.Z) || (n || (n = new xY(e.Z)), (t = e.Z)), + sK(e.q) || (e.M = 3 * (e.q - 1) + 1), + sK(e.h) || (e.h < 12 && 1 === e.a ? (e.h += 12) : 12 === e.h && 0 === e.a && (e.h = 0)), 0 === e.G && e.y && (e.y = -e.y), - wK(e.u) || (e.S = xK(e.u)); + sK(e.u) || (e.S = bK(e.u)); const r = Object.keys(e).reduce((t, n) => { const r = ((e) => { switch (e) { @@ -70350,8 +70244,8 @@ class HQ { return [r, n, t]; })(n) : [null, null, void 0]; - if (RK(n, "a") && RK(n, "H")) - throw new $q("Can't include meridiem when specifying 24-hour format"); + if (hK(n, "a") && hK(n, "H")) + throw new Iq("Can't include meridiem when specifying 24-hour format"); return { input: e, tokens: this.tokens, @@ -70372,14 +70266,14 @@ class HQ { return this.disqualifyingUnit ? this.disqualifyingUnit.invalidReason : null; } } -function EQ(e, t, n) { - return new HQ(e, n).explainFromTokens(t); +function mQ(e, t, n) { + return new pQ(e, n).explainFromTokens(t); } -function RQ(e, t) { +function hQ(e, t) { if (!e) return null; - const n = aX - .create(t, e) - .dtFormatter((bQ || (bQ = QQ.fromMillis(1555555555555)), bQ)), + const n = XK.create(t, e).dtFormatter( + (dQ || (dQ = UQ.fromMillis(1555555555555)), dQ), + ), r = n.formatToParts(), o = n.resolvedOptions(); return r.map((t) => @@ -70404,24 +70298,24 @@ function RQ(e, t) { : n.hour12 ? "hour12" : "hour24"); - let a = LQ[l]; + let a = cQ[l]; if (("object" == typeof a && (a = a[i]), a)) return { literal: !1, val: a }; })(t, e, o), ); } -const yQ = "Invalid DateTime", - VQ = 864e13; -function SQ(e) { - return new oK("unsupported zone", `the zone "${e.name}" is not supported`); +const fQ = "Invalid DateTime", + gQ = 864e13; +function vQ(e) { + return new qY("unsupported zone", `the zone "${e.name}" is not supported`); } -function TQ(e) { - return null === e.weekData && (e.weekData = uK(e.c)), e.weekData; +function wQ(e) { + return null === e.weekData && (e.weekData = nK(e.c)), e.weekData; } -function NQ(e) { +function LQ(e) { return ( null === e.localWeekData && - (e.localWeekData = uK( + (e.localWeekData = nK( e.c, e.loc.getMinDaysInFirstWeek(), e.loc.getStartOfWeek(), @@ -70429,7 +70323,7 @@ function NQ(e) { e.localWeekData ); } -function xQ(e, t) { +function bQ(e, t) { const n = { ts: e.ts, zone: e.zone, @@ -70438,9 +70332,9 @@ function xQ(e, t) { loc: e.loc, invalid: e.invalid, }; - return new QQ({ ...n, ...t, old: n }); + return new UQ({ ...n, ...t, old: n }); } -function _Q(e, t, n) { +function MQ(e, t, n) { let r = e - 60 * t * 1e3; const o = n.offset(r); if (t === o) return [r, t]; @@ -70448,7 +70342,7 @@ function _Q(e, t, n) { const i = n.offset(r); return o === i ? [r, o] : [e - 60 * Math.min(o, i) * 1e3, Math.max(o, i)]; } -function AQ(e, t) { +function HQ(e, t) { const n = new Date((e += 60 * t * 1e3)); return { year: n.getUTCFullYear(), @@ -70460,10 +70354,10 @@ function AQ(e, t) { millisecond: n.getUTCMilliseconds(), }; } -function ZQ(e, t, n) { - return _Q(kK(e), t, n); +function EQ(e, t, n) { + return MQ(yK(e), t, n); } -function IQ(e, t) { +function RQ(e, t) { const n = e.o, r = e.c.year + Math.trunc(t.years), o = e.c.month + Math.trunc(t.months) + 3 * Math.trunc(t.quarters), @@ -70472,87 +70366,86 @@ function IQ(e, t) { year: r, month: o, day: - Math.min(e.c.day, IK(r, o)) + + Math.min(e.c.day, RK(r, o)) + Math.trunc(t.days) + 7 * Math.trunc(t.weeks), }, - l = lQ - .fromObject({ - years: t.years - Math.trunc(t.years), - quarters: t.quarters - Math.trunc(t.quarters), - months: t.months - Math.trunc(t.months), - weeks: t.weeks - Math.trunc(t.weeks), - days: t.days - Math.trunc(t.days), - hours: t.hours, - minutes: t.minutes, - seconds: t.seconds, - milliseconds: t.milliseconds, - }) - .as("milliseconds"), - a = kK(i); - let [C, s] = _Q(a, n, e.zone); + l = KX.fromObject({ + years: t.years - Math.trunc(t.years), + quarters: t.quarters - Math.trunc(t.quarters), + months: t.months - Math.trunc(t.months), + weeks: t.weeks - Math.trunc(t.weeks), + days: t.days - Math.trunc(t.days), + hours: t.hours, + minutes: t.minutes, + seconds: t.seconds, + milliseconds: t.milliseconds, + }).as("milliseconds"), + a = yK(i); + let [C, s] = MQ(a, n, e.zone); return 0 !== l && ((C += l), (s = e.zone.offset(C))), { ts: C, o: s }; } -function kQ(e, t, n, r, o, i) { +function yQ(e, t, n, r, o, i) { const { setZone: l, zone: a } = n; if ((e && 0 !== Object.keys(e).length) || t) { const r = t || a, - o = QQ.fromObject(e, { ...n, zone: r, specificOffset: i }); + o = UQ.fromObject(e, { ...n, zone: r, specificOffset: i }); return l ? o : o.setZone(a); } - return QQ.invalid( - new oK("unparsable", `the input "${o}" can't be parsed as ${r}`), + return UQ.invalid( + new qY("unparsable", `the input "${o}" can't be parsed as ${r}`), ); } -function OQ(e, t, n = !0) { +function VQ(e, t, n = !0) { return e.isValid - ? aX - .create(DY.create("en-US"), { allowZ: n, forceSimple: !0 }) - .formatDateTimeFromString(e, t) + ? XK.create(SY.create("en-US"), { + allowZ: n, + forceSimple: !0, + }).formatDateTimeFromString(e, t) : null; } -function BQ(e, t) { +function TQ(e, t) { const n = e.c.year > 9999 || e.c.year < 0; let r = ""; return ( n && e.c.year >= 0 && (r += "+"), - (r += SK(e.c.year, n ? 6 : 4)), + (r += vK(e.c.year, n ? 6 : 4)), t - ? ((r += "-"), (r += SK(e.c.month)), (r += "-"), (r += SK(e.c.day))) - : ((r += SK(e.c.month)), (r += SK(e.c.day))), + ? ((r += "-"), (r += vK(e.c.month)), (r += "-"), (r += vK(e.c.day))) + : ((r += vK(e.c.month)), (r += vK(e.c.day))), r ); } -function DQ(e, t, n, r, o, i) { - let l = SK(e.c.hour); +function SQ(e, t, n, r, o, i) { + let l = vK(e.c.hour); return ( t ? ((l += ":"), - (l += SK(e.c.minute)), + (l += vK(e.c.minute)), (0 === e.c.millisecond && 0 === e.c.second && n) || (l += ":")) - : (l += SK(e.c.minute)), + : (l += vK(e.c.minute)), (0 === e.c.millisecond && 0 === e.c.second && n) || - ((l += SK(e.c.second)), + ((l += vK(e.c.second)), (0 === e.c.millisecond && r) || - ((l += "."), (l += SK(e.c.millisecond, 3)))), + ((l += "."), (l += vK(e.c.millisecond, 3)))), o && (e.isOffsetFixed && 0 === e.offset && !i ? (l += "Z") : e.o < 0 ? ((l += "-"), - (l += SK(Math.trunc(-e.o / 60))), + (l += vK(Math.trunc(-e.o / 60))), (l += ":"), - (l += SK(Math.trunc(-e.o % 60)))) + (l += vK(Math.trunc(-e.o % 60)))) : ((l += "+"), - (l += SK(Math.trunc(e.o / 60))), + (l += vK(Math.trunc(e.o / 60))), (l += ":"), - (l += SK(Math.trunc(e.o % 60))))), + (l += vK(Math.trunc(e.o % 60))))), i && (l += "[" + e.zone.ianaName + "]"), l ); } -const PQ = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, - FQ = { +const NQ = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, + xQ = { weekNumber: 1, weekday: 1, hour: 0, @@ -70560,9 +70453,9 @@ const PQ = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, second: 0, millisecond: 0, }, - UQ = { ordinal: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, - zQ = ["year", "month", "day", "hour", "minute", "second", "millisecond"], - GQ = [ + _Q = { ordinal: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, + AQ = ["year", "month", "day", "hour", "minute", "second", "millisecond"], + ZQ = [ "weekYear", "weekNumber", "weekday", @@ -70571,8 +70464,8 @@ const PQ = { month: 1, day: 1, hour: 0, minute: 0, second: 0, millisecond: 0 }, "second", "millisecond", ], - $Q = ["year", "ordinal", "hour", "minute", "second", "millisecond"]; -function WQ(e) { + IQ = ["year", "ordinal", "hour", "minute", "second", "millisecond"]; +function kQ(e) { switch (e.toLowerCase()) { case "localweekday": case "localweekdays": @@ -70611,35 +70504,35 @@ function WQ(e) { weekyears: "weekYear", ordinal: "ordinal", }[e.toLowerCase()]; - if (!t) throw new Wq(e); + if (!t) throw new kq(e); return t; })(e); } } -function jQ(e, t) { - const n = zY(t.zone, rK.defaultZone); - if (!n.isValid) return QQ.invalid(SQ(n)); - const r = DY.fromObject(t); +function OQ(e, t) { + const n = AY(t.zone, jY.defaultZone); + if (!n.isValid) return UQ.invalid(vQ(n)); + const r = SY.fromObject(t); let o, i; - if (wK(e.year)) o = rK.now(); + if (sK(e.year)) o = jY.now(); else { - for (const t of zQ) wK(e[t]) && (e[t] = PQ[t]); - const t = gK(e) || vK(e); - if (t) return QQ.invalid(t); + for (const t of AQ) sK(e[t]) && (e[t] = NQ[t]); + const t = aK(e) || CK(e); + if (t) return UQ.invalid(t); const r = (function (e) { return ( - XQ[e] || (void 0 === KQ && (KQ = rK.now()), (XQ[e] = e.offset(KQ))), - XQ[e] + FQ[e] || (void 0 === PQ && (PQ = jY.now()), (FQ[e] = e.offset(PQ))), + FQ[e] ); })(n); - [o, i] = ZQ(e, r, n); + [o, i] = EQ(e, r, n); } - return new QQ({ ts: o, zone: n, loc: r, o: i }); + return new UQ({ ts: o, zone: n, loc: r, o: i }); } -function qQ(e, t, n) { - const r = !!wK(n.round) || n.round, +function BQ(e, t, n) { + const r = !!sK(n.round) || n.round, o = (e, o) => { - e = _K(e, r || n.calendary ? 0 : 2, !0); + e = MK(e, r || n.calendary ? 0 : 2, !0); return t.loc.clone(n).relFormatter(n).format(e, o); }, i = (r) => @@ -70655,7 +70548,7 @@ function qQ(e, t, n) { } return o(e > t ? -0 : 0, n.units[n.units.length - 1]); } -function YQ(e) { +function DQ(e) { let t, n = {}; return ( @@ -70665,31 +70558,31 @@ function YQ(e) { [n, t] ); } -let KQ, - XQ = {}; -class QQ { +let PQ, + FQ = {}; +class UQ { constructor(e) { - const t = e.zone || rK.defaultZone; + const t = e.zone || jY.defaultZone; let n = e.invalid || - (Number.isNaN(e.ts) ? new oK("invalid input") : null) || - (t.isValid ? null : SQ(t)); - this.ts = wK(e.ts) ? rK.now() : e.ts; + (Number.isNaN(e.ts) ? new qY("invalid input") : null) || + (t.isValid ? null : vQ(t)); + this.ts = sK(e.ts) ? jY.now() : e.ts; let r = null, o = null; if (!n) { if (e.old && e.old.ts === this.ts && e.old.zone.equals(t)) [r, o] = [e.old.c, e.old.o]; else { - const i = LK(e.o) && !e.old ? e.o : t.offset(this.ts); - (r = AQ(this.ts, i)), - (n = Number.isNaN(r.year) ? new oK("invalid input") : null), + const i = cK(e.o) && !e.old ? e.o : t.offset(this.ts); + (r = HQ(this.ts, i)), + (n = Number.isNaN(r.year) ? new qY("invalid input") : null), (r = n ? null : r), (o = n ? null : i); } } (this._zone = t), - (this.loc = e.loc || DY.create()), + (this.loc = e.loc || SY.create()), (this.invalid = n), (this.weekData = null), (this.localWeekData = null), @@ -70698,12 +70591,12 @@ class QQ { (this.isLuxonDateTime = !0); } static now() { - return new QQ({}); + return new UQ({}); } static local() { - const [e, t] = YQ(arguments), + const [e, t] = DQ(arguments), [n, r, o, i, l, a, C] = t; - return jQ( + return OQ( { year: n, month: r, @@ -70717,11 +70610,11 @@ class QQ { ); } static utc() { - const [e, t] = YQ(arguments), + const [e, t] = DQ(arguments), [n, r, o, i, l, a, C] = t; return ( - (e.zone = FY.utcInstance), - jQ( + (e.zone = xY.utcInstance), + OQ( { year: n, month: r, @@ -70741,169 +70634,169 @@ class QQ { })(e) ? e.valueOf() : NaN; - if (Number.isNaN(n)) return QQ.invalid("invalid input"); - const r = zY(t.zone, rK.defaultZone); + if (Number.isNaN(n)) return UQ.invalid("invalid input"); + const r = AY(t.zone, jY.defaultZone); return r.isValid - ? new QQ({ ts: n, zone: r, loc: DY.fromObject(t) }) - : QQ.invalid(SQ(r)); + ? new UQ({ ts: n, zone: r, loc: SY.fromObject(t) }) + : UQ.invalid(vQ(r)); } static fromMillis(e, t = {}) { - if (LK(e)) - return e < -VQ || e > VQ - ? QQ.invalid("Timestamp out of range") - : new QQ({ + if (cK(e)) + return e < -gQ || e > gQ + ? UQ.invalid("Timestamp out of range") + : new UQ({ ts: e, - zone: zY(t.zone, rK.defaultZone), - loc: DY.fromObject(t), + zone: AY(t.zone, jY.defaultZone), + loc: SY.fromObject(t), }); - throw new jq( + throw new Oq( `fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`, ); } static fromSeconds(e, t = {}) { - if (LK(e)) - return new QQ({ + if (cK(e)) + return new UQ({ ts: 1e3 * e, - zone: zY(t.zone, rK.defaultZone), - loc: DY.fromObject(t), + zone: AY(t.zone, jY.defaultZone), + loc: SY.fromObject(t), }); - throw new jq("fromSeconds requires a numerical input"); + throw new Oq("fromSeconds requires a numerical input"); } static fromObject(e, t = {}) { e = e || {}; - const n = zY(t.zone, rK.defaultZone); - if (!n.isValid) return QQ.invalid(SQ(n)); - const r = DY.fromObject(t), - o = zK(e, WQ), - { minDaysInFirstWeek: i, startOfWeek: l } = fK(o, r), - a = rK.now(), - C = wK(t.specificOffset) ? n.offset(a) : t.specificOffset, - s = !wK(o.ordinal), - c = !wK(o.year), - d = !wK(o.month) || !wK(o.day), + const n = AY(t.zone, jY.defaultZone); + if (!n.isValid) return UQ.invalid(vQ(n)); + const r = SY.fromObject(t), + o = AK(e, kQ), + { minDaysInFirstWeek: i, startOfWeek: l } = lK(o, r), + a = jY.now(), + C = sK(t.specificOffset) ? n.offset(a) : t.specificOffset, + s = !sK(o.ordinal), + c = !sK(o.year), + d = !sK(o.month) || !sK(o.day), u = c || d, p = o.weekYear || o.weekNumber; if ((u || s) && p) - throw new $q( + throw new Iq( "Can't mix weekYear/weekNumber units with year/month/day or ordinals", ); - if (d && s) throw new $q("Can't mix ordinal dates with month/day"); + if (d && s) throw new Iq("Can't mix ordinal dates with month/day"); const m = p || (o.weekday && !u); let h, f, - g = AQ(a, C); + g = HQ(a, C); m - ? ((h = GQ), (f = FQ), (g = uK(g, i, l))) + ? ((h = ZQ), (f = xQ), (g = nK(g, i, l))) : s - ? ((h = $Q), (f = UQ), (g = mK(g))) - : ((h = zQ), (f = PQ)); + ? ((h = IQ), (f = _Q), (g = oK(g))) + : ((h = AQ), (f = NQ)); let v = !1; for (const e of h) { - wK(o[e]) ? (o[e] = v ? f[e] : g[e]) : (v = !0); + sK(o[e]) ? (o[e] = v ? f[e] : g[e]) : (v = !0); } const w = m ? (function (e, t = 4, n = 1) { - const r = bK(e.weekYear), - o = VK(e.weekNumber, 1, BK(e.weekYear, t, n)), - i = VK(e.weekday, 1, 7); + const r = dK(e.weekYear), + o = gK(e.weekNumber, 1, TK(e.weekYear, t, n)), + i = gK(e.weekday, 1, 7); return r ? o - ? !i && aK("weekday", e.weekday) - : aK("week", e.weekNumber) - : aK("weekYear", e.weekYear); + ? !i && XY("weekday", e.weekday) + : XY("week", e.weekNumber) + : XY("weekYear", e.weekYear); })(o, i, l) : s ? (function (e) { - const t = bK(e.year), - n = VK(e.ordinal, 1, ZK(e.year)); - return t ? !n && aK("ordinal", e.ordinal) : aK("year", e.year); + const t = dK(e.year), + n = gK(e.ordinal, 1, EK(e.year)); + return t ? !n && XY("ordinal", e.ordinal) : XY("year", e.year); })(o) - : gK(o), - L = w || vK(o); - if (L) return QQ.invalid(L); - const b = m ? pK(o, i, l) : s ? hK(o) : o, - [M, H] = ZQ(b, C, n), - E = new QQ({ ts: M, zone: n, o: H, loc: r }); + : aK(o), + L = w || CK(o); + if (L) return UQ.invalid(L); + const b = m ? rK(o, i, l) : s ? iK(o) : o, + [M, H] = EQ(b, C, n), + E = new UQ({ ts: M, zone: n, o: H, loc: r }); return o.weekday && u && e.weekday !== E.weekday - ? QQ.invalid( + ? UQ.invalid( "mismatched weekday", `you can't specify both a weekday of ${o.weekday} and a date of ${E.toISO()}`, ) : E.isValid ? E - : QQ.invalid(E.invalid); + : UQ.invalid(E.invalid); } static fromISO(e, t = {}) { const [n, r] = (function (e) { - return dX(e, [OX, FX], [BX, UX], [DX, zX], [PX, GX]); + return tX(e, [VX, xX], [TX, _X], [SX, AX], [NX, ZX]); })(e); - return kQ(n, r, t, "ISO 8601", e); + return yQ(n, r, t, "ISO 8601", e); } static fromRFC2822(e, t = {}) { const [n, r] = (function (e) { - return dX( + return tX( (function (e) { return e .replace(/\([^()]*\)|[\n\t]/g, " ") .replace(/(\s\s+)/g, " ") .trim(); })(e), - [NX, xX], + [LX, bX], ); })(e); - return kQ(n, r, t, "RFC 2822", e); + return yQ(n, r, t, "RFC 2822", e); } static fromHTTP(e, t = {}) { const [n, r] = (function (e) { - return dX(e, [_X, IX], [AX, IX], [ZX, kX]); + return tX(e, [MX, RX], [HX, RX], [EX, yX]); })(e); - return kQ(n, r, t, "HTTP", t); + return yQ(n, r, t, "HTTP", t); } static fromFormat(e, t, n = {}) { - if (wK(e) || wK(t)) - throw new jq("fromFormat requires an input string and a format"); + if (sK(e) || sK(t)) + throw new Oq("fromFormat requires an input string and a format"); const { locale: r = null, numberingSystem: o = null } = n, - i = DY.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), + i = SY.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), [l, a, C, s] = (function (e, t, n) { const { result: r, zone: o, specificOffset: i, invalidReason: l, - } = EQ(e, t, n); + } = mQ(e, t, n); return [r, o, i, l]; })(i, e, t); - return s ? QQ.invalid(s) : kQ(l, a, n, `format ${t}`, e, C); + return s ? UQ.invalid(s) : yQ(l, a, n, `format ${t}`, e, C); } static fromString(e, t, n = {}) { - return QQ.fromFormat(e, t, n); + return UQ.fromFormat(e, t, n); } static fromSQL(e, t = {}) { const [n, r] = (function (e) { - return dX(e, [WX, FX], [jX, qX]); + return tX(e, [kX, xX], [OX, BX]); })(e); - return kQ(n, r, t, "SQL", e); + return yQ(n, r, t, "SQL", e); } static invalid(e, t = null) { - if (!e) throw new jq("need to specify a reason the DateTime is invalid"); - const n = e instanceof oK ? e : new oK(e, t); - if (rK.throwOnInvalid) throw new Uq(n); - return new QQ({ invalid: n }); + if (!e) throw new Oq("need to specify a reason the DateTime is invalid"); + const n = e instanceof qY ? e : new qY(e, t); + if (jY.throwOnInvalid) throw new _q(n); + return new UQ({ invalid: n }); } static isDateTime(e) { return (e && e.isLuxonDateTime) || !1; } static parseFormatForOpts(e, t = {}) { - const n = RQ(e, DY.fromObject(t)); + const n = hQ(e, SY.fromObject(t)); return n ? n.map((e) => (e ? e.val : null)).join("") : null; } static expandFormat(e, t = {}) { - return MQ(aX.parseFormat(e), DY.fromObject(t)) + return uQ(XK.parseFormat(e), SY.fromObject(t)) .map((e) => e.val) .join(""); } static resetCache() { - (KQ = void 0), (XQ = {}); + (PQ = void 0), (FQ = {}); } get(e) { return this[e]; @@ -70957,47 +70850,47 @@ class QQ { return this.isValid ? this.c.millisecond : NaN; } get weekYear() { - return this.isValid ? TQ(this).weekYear : NaN; + return this.isValid ? wQ(this).weekYear : NaN; } get weekNumber() { - return this.isValid ? TQ(this).weekNumber : NaN; + return this.isValid ? wQ(this).weekNumber : NaN; } get weekday() { - return this.isValid ? TQ(this).weekday : NaN; + return this.isValid ? wQ(this).weekday : NaN; } get isWeekend() { return this.isValid && this.loc.getWeekendDays().includes(this.weekday); } get localWeekday() { - return this.isValid ? NQ(this).weekday : NaN; + return this.isValid ? LQ(this).weekday : NaN; } get localWeekNumber() { - return this.isValid ? NQ(this).weekNumber : NaN; + return this.isValid ? LQ(this).weekNumber : NaN; } get localWeekYear() { - return this.isValid ? NQ(this).weekYear : NaN; + return this.isValid ? LQ(this).weekYear : NaN; } get ordinal() { - return this.isValid ? mK(this.c).ordinal : NaN; + return this.isValid ? oK(this.c).ordinal : NaN; } get monthShort() { return this.isValid - ? sQ.months("short", { locObj: this.loc })[this.month - 1] + ? JX.months("short", { locObj: this.loc })[this.month - 1] : null; } get monthLong() { return this.isValid - ? sQ.months("long", { locObj: this.loc })[this.month - 1] + ? JX.months("long", { locObj: this.loc })[this.month - 1] : null; } get weekdayShort() { return this.isValid - ? sQ.weekdays("short", { locObj: this.loc })[this.weekday - 1] + ? JX.weekdays("short", { locObj: this.loc })[this.weekday - 1] : null; } get weekdayLong() { return this.isValid - ? sQ.weekdays("long", { locObj: this.loc })[this.weekday - 1] + ? JX.weekdays("long", { locObj: this.loc })[this.weekday - 1] : null; } get offset() { @@ -71027,7 +70920,7 @@ class QQ { if (!this.isValid || this.isOffsetFixed) return [this]; const e = 864e5, t = 6e4, - n = kK(this.c), + n = yK(this.c), r = this.zone.offset(n - e), o = this.zone.offset(n + e), i = this.zone.offset(n - r * t), @@ -71035,30 +70928,30 @@ class QQ { if (i === l) return [this]; const a = n - i * t, C = n - l * t, - s = AQ(a, i), - c = AQ(C, l); + s = HQ(a, i), + c = HQ(C, l); return s.hour === c.hour && s.minute === c.minute && s.second === c.second && s.millisecond === c.millisecond - ? [xQ(this, { ts: a }), xQ(this, { ts: C })] + ? [bQ(this, { ts: a }), bQ(this, { ts: C })] : [this]; } get isInLeapYear() { - return AK(this.year); + return HK(this.year); } get daysInMonth() { - return IK(this.year, this.month); + return RK(this.year, this.month); } get daysInYear() { - return this.isValid ? ZK(this.year) : NaN; + return this.isValid ? EK(this.year) : NaN; } get weeksInWeekYear() { - return this.isValid ? BK(this.weekYear) : NaN; + return this.isValid ? TK(this.weekYear) : NaN; } get weeksInLocalWeekYear() { return this.isValid - ? BK( + ? TK( this.localWeekYear, this.loc.getMinDaysInFirstWeek(), this.loc.getStartOfWeek(), @@ -71070,30 +70963,30 @@ class QQ { locale: t, numberingSystem: n, calendar: r, - } = aX.create(this.loc.clone(e), e).resolvedOptions(this); + } = XK.create(this.loc.clone(e), e).resolvedOptions(this); return { locale: t, numberingSystem: n, outputCalendar: r }; } toUTC(e = 0, t = {}) { - return this.setZone(FY.instance(e), t); + return this.setZone(xY.instance(e), t); } toLocal() { - return this.setZone(rK.defaultZone); + return this.setZone(jY.defaultZone); } setZone(e, { keepLocalTime: t = !1, keepCalendarTime: n = !1 } = {}) { - if ((e = zY(e, rK.defaultZone)).equals(this.zone)) return this; + if ((e = AY(e, jY.defaultZone)).equals(this.zone)) return this; if (e.isValid) { let r = this.ts; if (t || n) { const t = e.offset(this.ts), n = this.toObject(); - [r] = ZQ(n, t, e); + [r] = EQ(n, t, e); } - return xQ(this, { ts: r, zone: e }); + return bQ(this, { ts: r, zone: e }); } - return QQ.invalid(SQ(e)); + return UQ.invalid(vQ(e)); } reconfigure({ locale: e, numberingSystem: t, outputCalendar: n } = {}) { - return xQ(this, { + return bQ(this, { loc: this.loc.clone({ locale: e, numberingSystem: t, outputCalendar: n }), }); } @@ -71102,41 +70995,41 @@ class QQ { } set(e) { if (!this.isValid) return this; - const t = zK(e, WQ), - { minDaysInFirstWeek: n, startOfWeek: r } = fK(t, this.loc), - o = !wK(t.weekYear) || !wK(t.weekNumber) || !wK(t.weekday), - i = !wK(t.ordinal), - l = !wK(t.year), - a = !wK(t.month) || !wK(t.day), + const t = AK(e, kQ), + { minDaysInFirstWeek: n, startOfWeek: r } = lK(t, this.loc), + o = !sK(t.weekYear) || !sK(t.weekNumber) || !sK(t.weekday), + i = !sK(t.ordinal), + l = !sK(t.year), + a = !sK(t.month) || !sK(t.day), C = l || a, s = t.weekYear || t.weekNumber; if ((C || i) && s) - throw new $q( + throw new Iq( "Can't mix weekYear/weekNumber units with year/month/day or ordinals", ); - if (a && i) throw new $q("Can't mix ordinal dates with month/day"); + if (a && i) throw new Iq("Can't mix ordinal dates with month/day"); let c; o - ? (c = pK({ ...uK(this.c, n, r), ...t }, n, r)) - : wK(t.ordinal) + ? (c = rK({ ...nK(this.c, n, r), ...t }, n, r)) + : sK(t.ordinal) ? ((c = { ...this.toObject(), ...t }), - wK(t.day) && (c.day = Math.min(IK(c.year, c.month), c.day))) - : (c = hK({ ...mK(this.c), ...t })); - const [d, u] = ZQ(c, this.o, this.zone); - return xQ(this, { ts: d, o: u }); + sK(t.day) && (c.day = Math.min(RK(c.year, c.month), c.day))) + : (c = iK({ ...oK(this.c), ...t })); + const [d, u] = EQ(c, this.o, this.zone); + return bQ(this, { ts: d, o: u }); } plus(e) { if (!this.isValid) return this; - return xQ(this, IQ(this, lQ.fromDurationLike(e))); + return bQ(this, RQ(this, KX.fromDurationLike(e))); } minus(e) { if (!this.isValid) return this; - return xQ(this, IQ(this, lQ.fromDurationLike(e).negate())); + return bQ(this, RQ(this, KX.fromDurationLike(e).negate())); } startOf(e, { useLocaleWeeks: t = !1 } = {}) { if (!this.isValid) return this; const n = {}, - r = lQ.normalizeUnit(e); + r = KX.normalizeUnit(e); switch (r) { case "years": n.month = 1; @@ -71174,17 +71067,17 @@ class QQ { } toFormat(e, t = {}) { return this.isValid - ? aX.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this, e) - : yQ; + ? XK.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this, e) + : fQ; } - toLocaleString(e = Qq, t = {}) { + toLocaleString(e = Uq, t = {}) { return this.isValid - ? aX.create(this.loc.clone(t), e).formatDateTime(this) - : yQ; + ? XK.create(this.loc.clone(t), e).formatDateTime(this) + : fQ; } toLocaleParts(e = {}) { return this.isValid - ? aX.create(this.loc.clone(e), e).formatDateTimeParts(this) + ? XK.create(this.loc.clone(e), e).formatDateTimeParts(this) : []; } toISO({ @@ -71196,14 +71089,14 @@ class QQ { } = {}) { if (!this.isValid) return null; const i = "extended" === e; - let l = BQ(this, i); - return (l += "T"), (l += DQ(this, i, t, n, r, o)), l; + let l = TQ(this, i); + return (l += "T"), (l += SQ(this, i, t, n, r, o)), l; } toISODate({ format: e = "extended" } = {}) { - return this.isValid ? BQ(this, "extended" === e) : null; + return this.isValid ? TQ(this, "extended" === e) : null; } toISOWeekDate() { - return OQ(this, "kkkk-'W'WW-c"); + return VQ(this, "kkkk-'W'WW-c"); } toISOTime({ suppressMilliseconds: e = !1, @@ -71214,16 +71107,16 @@ class QQ { format: i = "extended", } = {}) { if (!this.isValid) return null; - return (r ? "T" : "") + DQ(this, "extended" === i, t, e, n, o); + return (r ? "T" : "") + SQ(this, "extended" === i, t, e, n, o); } toRFC2822() { - return OQ(this, "EEE, dd LLL yyyy HH:mm:ss ZZZ", !1); + return VQ(this, "EEE, dd LLL yyyy HH:mm:ss ZZZ", !1); } toHTTP() { - return OQ(this.toUTC(), "EEE, dd LLL yyyy HH:mm:ss 'GMT'"); + return VQ(this.toUTC(), "EEE, dd LLL yyyy HH:mm:ss 'GMT'"); } toSQLDate() { - return this.isValid ? BQ(this, !0) : null; + return this.isValid ? TQ(this, !0) : null; } toSQLTime({ includeOffset: e = !0, @@ -71233,14 +71126,14 @@ class QQ { let r = "HH:mm:ss.SSS"; return ( (t || e) && (n && (r += " "), t ? (r += "z") : e && (r += "ZZ")), - OQ(this, r, !0) + VQ(this, r, !0) ); } toSQL(e = {}) { return this.isValid ? `${this.toSQLDate()} ${this.toSQLTime(e)}` : null; } toString() { - return this.isValid ? this.toISO() : yQ; + return this.isValid ? this.toISO() : fQ; } [Symbol.for("nodejs.util.inspect.custom")]() { return this.isValid @@ -71281,23 +71174,23 @@ class QQ { } diff(e, t = "milliseconds", n = {}) { if (!this.isValid || !e.isValid) - return lQ.invalid("created by diffing an invalid DateTime"); + return KX.invalid("created by diffing an invalid DateTime"); const r = { locale: this.locale, numberingSystem: this.numberingSystem, ...n, }, - o = ((a = t), Array.isArray(a) ? a : [a]).map(lQ.normalizeUnit), + o = ((a = t), Array.isArray(a) ? a : [a]).map(KX.normalizeUnit), i = e.valueOf() > this.valueOf(), - l = dQ(i ? this : e, i ? e : this, o, r); + l = tQ(i ? this : e, i ? e : this, o, r); var a; return i ? l.negate() : l; } diffNow(e = "milliseconds", t = {}) { - return this.diff(QQ.now(), e, t); + return this.diff(UQ.now(), e, t); } until(e) { - return this.isValid ? CQ.fromDateTimes(this, e) : this; + return this.isValid ? QX.fromDateTimes(this, e) : this; } hasSame(e, t, n) { if (!this.isValid) return !1; @@ -71316,18 +71209,18 @@ class QQ { } toRelative(e = {}) { if (!this.isValid) return null; - const t = e.base || QQ.fromObject({}, { zone: this.zone }), + const t = e.base || UQ.fromObject({}, { zone: this.zone }), n = e.padding ? (this < t ? -e.padding : e.padding) : 0; let r = ["years", "months", "days", "hours", "minutes", "seconds"], o = e.unit; return ( Array.isArray(e.unit) && ((r = e.unit), (o = void 0)), - qQ(t, this.plus(n), { ...e, numeric: "always", units: r, unit: o }) + BQ(t, this.plus(n), { ...e, numeric: "always", units: r, unit: o }) ); } toRelativeCalendar(e = {}) { return this.isValid - ? qQ(e.base || QQ.fromObject({}, { zone: this.zone }), this, { + ? BQ(e.base || UQ.fromObject({}, { zone: this.zone }), this, { ...e, numeric: "auto", units: ["years", "months", "days"], @@ -71336,40 +71229,40 @@ class QQ { : null; } static min(...e) { - if (!e.every(QQ.isDateTime)) - throw new jq("min requires all arguments be DateTimes"); - return EK(e, (e) => e.valueOf(), Math.min); + if (!e.every(UQ.isDateTime)) + throw new Oq("min requires all arguments be DateTimes"); + return mK(e, (e) => e.valueOf(), Math.min); } static max(...e) { - if (!e.every(QQ.isDateTime)) - throw new jq("max requires all arguments be DateTimes"); - return EK(e, (e) => e.valueOf(), Math.max); + if (!e.every(UQ.isDateTime)) + throw new Oq("max requires all arguments be DateTimes"); + return mK(e, (e) => e.valueOf(), Math.max); } static fromFormatExplain(e, t, n = {}) { const { locale: r = null, numberingSystem: o = null } = n; - return EQ( - DY.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), + return mQ( + SY.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }), e, t, ); } static fromStringExplain(e, t, n = {}) { - return QQ.fromFormatExplain(e, t, n); + return UQ.fromFormatExplain(e, t, n); } static buildFormatParser(e, t = {}) { const { locale: n = null, numberingSystem: r = null } = t, - o = DY.fromOpts({ locale: n, numberingSystem: r, defaultToEN: !0 }); - return new HQ(o, e); + o = SY.fromOpts({ locale: n, numberingSystem: r, defaultToEN: !0 }); + return new pQ(o, e); } static fromFormatParser(e, t, n = {}) { - if (wK(e) || wK(t)) - throw new jq( + if (sK(e) || sK(t)) + throw new Oq( "fromFormatParser requires an input string and a format parser", ); const { locale: r = null, numberingSystem: o = null } = n, - i = DY.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }); + i = SY.fromOpts({ locale: r, numberingSystem: o, defaultToEN: !0 }); if (!i.equals(t.locale)) - throw new jq( + throw new Oq( `fromFormatParser called with a locale of ${i}, but the format parser was created for ${t.locale}`, ); const { @@ -71378,82 +71271,82 @@ class QQ { specificOffset: C, invalidReason: s, } = t.explainFromTokens(e); - return s ? QQ.invalid(s) : kQ(l, a, n, `format ${t.format}`, e, C); + return s ? UQ.invalid(s) : yQ(l, a, n, `format ${t.format}`, e, C); } static get DATE_SHORT() { - return Qq; + return Uq; } static get DATE_MED() { - return Jq; + return zq; } static get DATE_MED_WITH_WEEKDAY() { - return eY; + return Gq; } static get DATE_FULL() { - return tY; + return $q; } static get DATE_HUGE() { - return nY; + return Wq; } static get TIME_SIMPLE() { - return rY; + return jq; } static get TIME_WITH_SECONDS() { - return oY; + return qq; } static get TIME_WITH_SHORT_OFFSET() { - return iY; + return Yq; } static get TIME_WITH_LONG_OFFSET() { - return lY; + return Kq; } static get TIME_24_SIMPLE() { - return aY; + return Xq; } static get TIME_24_WITH_SECONDS() { - return CY; + return Qq; } static get TIME_24_WITH_SHORT_OFFSET() { - return sY; + return Jq; } static get TIME_24_WITH_LONG_OFFSET() { - return cY; + return eY; } static get DATETIME_SHORT() { - return dY; + return tY; } static get DATETIME_SHORT_WITH_SECONDS() { - return uY; + return nY; } static get DATETIME_MED() { - return pY; + return rY; } static get DATETIME_MED_WITH_SECONDS() { - return mY; + return oY; } static get DATETIME_MED_WITH_WEEKDAY() { - return hY; + return iY; } static get DATETIME_FULL() { - return fY; + return lY; } static get DATETIME_FULL_WITH_SECONDS() { - return gY; + return aY; } static get DATETIME_HUGE() { - return vY; + return CY; } static get DATETIME_HUGE_WITH_SECONDS() { - return wY; + return sY; } } -function JQ(e) { - if (QQ.isDateTime(e)) return e; - if (e && e.valueOf && LK(e.valueOf())) return QQ.fromJSDate(e); - if (e && "object" == typeof e) return QQ.fromObject(e); - throw new jq(`Unknown datetime argument: ${e}, of type ${typeof e}`); +function zQ(e) { + if (UQ.isDateTime(e)) return e; + if (e && e.valueOf && cK(e.valueOf())) return UQ.fromJSDate(e); + if (e && "object" == typeof e) return UQ.fromObject(e); + throw new Oq(`Unknown datetime argument: ${e}, of type ${typeof e}`); } -const eJ = vT({ +const GQ = sS({ display: "flex", flexGrow: 1, width: "100%", @@ -71467,7 +71360,7 @@ const eJ = vT({ minWidth: 80, }, }); -function tJ(e) { +function $Q(e) { var t, n, r = ""; @@ -71476,19 +71369,19 @@ function tJ(e) { if (Array.isArray(e)) { var o = e.length; for (t = 0; t < o; t++) - e[t] && (n = tJ(e[t])) && (r && (r += " "), (r += n)); + e[t] && (n = $Q(e[t])) && (r && (r += " "), (r += n)); } else for (n in e) e[n] && (r && (r += " "), (r += n)); return r; } -function nJ() { +function WQ() { for (var e, t, n = 0, r = "", o = arguments.length; n < o; n++) - (e = arguments[n]) && (t = tJ(e)) && (r && (r += " "), (r += t)); + (e = arguments[n]) && (t = $Q(e)) && (r && (r += " "), (r += t)); return r; } -var rJ, oJ; -function iJ() { - if (oJ) return rJ; - oJ = 1; +var jQ, qQ; +function YQ() { + if (qQ) return jQ; + qQ = 1; const e = (e, n, r, o) => { if ("length" === r || "prototype" === r) return; if ("arguments" === r || "caller" === r) return; @@ -71510,7 +71403,7 @@ function iJ() { r = Object.getOwnPropertyDescriptor(Function.prototype, "toString"), o = Object.getOwnPropertyDescriptor(Function.prototype.toString, "name"); return ( - (rJ = (t, i, { ignoreNonConfigurable: l = !1 } = {}) => { + (jQ = (t, i, { ignoreNonConfigurable: l = !1 } = {}) => { const { name: a } = t; for (const n of Reflect.ownKeys(i)) e(t, i, n, l); return ( @@ -71527,23 +71420,23 @@ function iJ() { t ); }), - rJ + jQ ); } -var lJ, - aJ, - CJ = { exports: {} }; -var sJ, - cJ, - dJ, - uJ = CJ.exports; -function pJ() { +var KQ, + XQ, + QQ = { exports: {} }; +var JQ, + eJ, + tJ, + nJ = QQ.exports; +function rJ() { return ( - sJ || - ((sJ = 1), + JQ || + ((JQ = 1), (function (e, t) { var n = - (uJ && uJ.__awaiter) || + (nJ && nJ.__awaiter) || function (e, t, n, r) { return new (n || (n = Promise))(function (o, i) { function l(e) { @@ -71571,16 +71464,16 @@ function pJ() { }); }, r = - (uJ && uJ.__importDefault) || + (nJ && nJ.__importDefault) || function (e) { return e && e.__esModule ? e : { default: e }; }; Object.defineProperty(t, "__esModule", { value: !0 }); const o = r( - aJ - ? lJ - : ((aJ = 1), - (lJ = () => { + XQ + ? KQ + : ((XQ = 1), + (KQ = () => { const e = {}; return ( (e.promise = new Promise((t, n) => { @@ -71633,15 +71526,15 @@ function pJ() { ); } (t.default = i), (e.exports = i), (e.exports.default = i); - })(CJ, CJ.exports)), - CJ.exports + })(QQ, QQ.exports)), + QQ.exports ); } -var mJ = (function () { - if (dJ) return cJ; - dJ = 1; - const e = iJ(), - t = pJ(), +var oJ = (function () { + if (tJ) return eJ; + tJ = 1; + const e = YQ(), + t = rJ(), n = new WeakMap(), r = new WeakMap(), o = (n, { cacheKey: o, cache: i = new Map(), maxAge: l } = {}) => { @@ -71686,29 +71579,29 @@ var mJ = (function () { throw new TypeError("The cache Map can't be cleared!"); t.clear(); }), - (cJ = o) + (eJ = o) ); })(), - hJ = k(mJ); -function fJ(e) { + iJ = V(oJ); +function lJ(e) { return "string" == typeof e; } -function gJ(e, t, n) { +function aJ(e, t, n) { return n.indexOf(e) === t; } -function vJ(e) { +function CJ(e) { return -1 === e.indexOf(",") ? e : e.split(","); } -function wJ(e) { +function sJ(e) { if (!e) return e; if ("C" === e || "posix" === e || "POSIX" === e) return "en-US"; if (-1 !== e.indexOf(".")) { var t = e.split(".")[0]; - return wJ(void 0 === t ? "" : t); + return sJ(void 0 === t ? "" : t); } if (-1 !== e.indexOf("@")) { var n = e.split("@")[0]; - return wJ(void 0 === n ? "" : n); + return sJ(void 0 === n ? "" : n); } if (-1 === e.indexOf("-") || (r = e).toLowerCase() !== r) return e; var r, @@ -71718,7 +71611,7 @@ function wJ(e) { a = void 0 === l ? "" : l; return "".concat(i, "-").concat(a.toUpperCase()); } -var LJ = hJ( +var cJ = iJ( function (e) { var t = void 0 === e ? {} : e, n = t.useFallbackLocale, @@ -71733,136 +71626,136 @@ var LJ = hJ( C++ ) { var c = s[C]; - a = a.concat(vJ(c)); + a = a.concat(CJ(c)); } var d = navigator.language, - u = d ? vJ(d) : d; + u = d ? CJ(d) : d; l = l.concat(a, u); } - return r && l.push(i), l.filter(fJ).map(wJ).filter(gJ); + return r && l.push(i), l.filter(lJ).map(sJ).filter(aJ); }, { cacheKey: JSON.stringify }, ); -var bJ = hJ( +var dJ = iJ( function (e) { - return LJ(e)[0] || null; + return cJ(e)[0] || null; }, { cacheKey: JSON.stringify }, ); -function MJ(e, t, n) { +function uJ(e, t, n) { return function (r, o) { void 0 === o && (o = n); var i = e(r) + o; return t(i); }; } -function HJ(e) { +function pJ(e) { return function (t) { return new Date(e(t).getTime() - 1); }; } -function EJ(e, t) { +function mJ(e, t) { return function (n) { return [e(n), t(n)]; }; } -function RJ(e) { +function hJ(e) { if (e instanceof Date) return e.getFullYear(); if ("number" == typeof e) return e; var t = parseInt(e, 10); if ("string" == typeof e && !isNaN(t)) return t; throw new Error("Failed to get year from date: ".concat(e, ".")); } -function yJ(e) { +function fJ(e) { if (e instanceof Date) return e.getMonth(); throw new Error("Failed to get month from date: ".concat(e, ".")); } -function VJ(e) { +function gJ(e) { if (e instanceof Date) return e.getDate(); throw new Error("Failed to get year from date: ".concat(e, ".")); } -function SJ(e) { - var t = RJ(e), +function vJ(e) { + var t = hJ(e), n = t + ((1 - t) % 100), r = new Date(); return r.setFullYear(n, 0, 1), r.setHours(0, 0, 0, 0), r; } -var TJ = MJ(RJ, SJ, -100), - NJ = MJ(RJ, SJ, 100), - xJ = HJ(NJ), - _J = MJ(RJ, xJ, -100), - AJ = EJ(SJ, xJ); -function ZJ(e) { - var t = RJ(e), +var wJ = uJ(hJ, vJ, -100), + LJ = uJ(hJ, vJ, 100), + bJ = pJ(LJ), + MJ = uJ(hJ, bJ, -100), + HJ = mJ(vJ, bJ); +function EJ(e) { + var t = hJ(e), n = t + ((1 - t) % 10), r = new Date(); return r.setFullYear(n, 0, 1), r.setHours(0, 0, 0, 0), r; } -var IJ = MJ(RJ, ZJ, -10), - kJ = MJ(RJ, ZJ, 10), - OJ = HJ(kJ), - BJ = MJ(RJ, OJ, -10), - DJ = EJ(ZJ, OJ); -function PJ(e) { - var t = RJ(e), +var RJ = uJ(hJ, EJ, -10), + yJ = uJ(hJ, EJ, 10), + VJ = pJ(yJ), + TJ = uJ(hJ, VJ, -10), + SJ = mJ(EJ, VJ); +function NJ(e) { + var t = hJ(e), n = new Date(); return n.setFullYear(t, 0, 1), n.setHours(0, 0, 0, 0), n; } -var FJ = MJ(RJ, PJ, -1), - UJ = MJ(RJ, PJ, 1), - zJ = HJ(UJ), - GJ = MJ(RJ, zJ, -1), - $J = EJ(PJ, zJ); -function WJ(e, t) { +var xJ = uJ(hJ, NJ, -1), + _J = uJ(hJ, NJ, 1), + AJ = pJ(_J), + ZJ = uJ(hJ, AJ, -1), + IJ = mJ(NJ, AJ); +function kJ(e, t) { return function (n, r) { void 0 === r && (r = t); - var o = RJ(n), - i = yJ(n) + r, + var o = hJ(n), + i = fJ(n) + r, l = new Date(); return l.setFullYear(o, i, 1), l.setHours(0, 0, 0, 0), e(l); }; } -function jJ(e) { - var t = RJ(e), - n = yJ(e), +function OJ(e) { + var t = hJ(e), + n = fJ(e), r = new Date(); return r.setFullYear(t, n, 1), r.setHours(0, 0, 0, 0), r; } -var qJ = WJ(jJ, -1), - YJ = WJ(jJ, 1), - KJ = HJ(YJ), - XJ = WJ(KJ, -1), - QJ = EJ(jJ, KJ); -function JJ(e) { - var t = RJ(e), - n = yJ(e), - r = VJ(e), +var BJ = kJ(OJ, -1), + DJ = kJ(OJ, 1), + PJ = pJ(DJ), + FJ = kJ(PJ, -1), + UJ = mJ(OJ, PJ); +function zJ(e) { + var t = hJ(e), + n = fJ(e), + r = gJ(e), o = new Date(); return o.setFullYear(t, n, r), o.setHours(0, 0, 0, 0), o; } -var e3, - t3, - n3 = - ((e3 = JJ), - (t3 = 1), +var GJ, + $J, + WJ = + ((GJ = zJ), + ($J = 1), function (e, t) { - void 0 === t && (t = t3); - var n = RJ(e), - r = yJ(e), - o = VJ(e) + t, + void 0 === t && (t = $J); + var n = hJ(e), + r = fJ(e), + o = gJ(e) + t, i = new Date(); - return i.setFullYear(n, r, o), i.setHours(0, 0, 0, 0), e3(i); - }), - r3 = HJ(n3), - o3 = EJ(JJ, r3); -function i3(e) { - return VJ(KJ(e)); -} -var l3 = "gregory", - a3 = "hebrew", - C3 = "islamic", - s3 = "iso8601", - c3 = { + return i.setFullYear(n, r, o), i.setHours(0, 0, 0, 0), GJ(i); + }), + jJ = pJ(WJ), + qJ = mJ(zJ, jJ); +function YJ(e) { + return gJ(PJ(e)); +} +var KJ = "gregory", + XJ = "hebrew", + QJ = "islamic", + JJ = "iso8601", + e3 = { gregory: [ "en-CA", "en-US", @@ -71907,15 +71800,15 @@ var l3 = "gregory", "ps-AR", ], }, - d3 = [0, 1, 2, 3, 4, 5, 6], - u3 = new Map(); -function p3(e) { + t3 = [0, 1, 2, 3, 4, 5, 6], + n3 = new Map(); +function r3(e) { return function (t, n) { return (function (e) { return function (t, n) { - var r = t || bJ(); - u3.has(r) || u3.set(r, new Map()); - var o = u3.get(r); + var r = t || dJ(); + n3.has(r) || n3.set(r, new Map()); + var o = n3.get(r); return ( o.has(e) || o.set(e, new Intl.DateTimeFormat(r || void 0, e).format), o.get(e)(n) @@ -71930,133 +71823,133 @@ function p3(e) { ); }; } -var m3 = p3({ day: "numeric" }), - h3 = p3({ day: "numeric", month: "long", year: "numeric" }), - f3 = p3({ month: "long" }), - g3 = p3({ month: "long", year: "numeric" }), - v3 = p3({ weekday: "short" }), - w3 = p3({ weekday: "long" }), - L3 = p3({ year: "numeric" }), - b3 = d3[0], - M3 = d3[5], - H3 = d3[6]; -function E3(e, t) { - void 0 === t && (t = s3); +var o3 = r3({ day: "numeric" }), + i3 = r3({ day: "numeric", month: "long", year: "numeric" }), + l3 = r3({ month: "long" }), + a3 = r3({ month: "long", year: "numeric" }), + C3 = r3({ weekday: "short" }), + s3 = r3({ weekday: "long" }), + c3 = r3({ year: "numeric" }), + d3 = t3[0], + u3 = t3[5], + p3 = t3[6]; +function m3(e, t) { + void 0 === t && (t = JJ); var n = e.getDay(); switch (t) { - case s3: + case JJ: return (n + 6) % 7; - case C3: + case QJ: return (n + 1) % 7; - case a3: - case l3: + case XJ: + case KJ: return n; default: throw new Error("Unsupported calendar type."); } } -function R3(e, t) { - void 0 === t && (t = s3); - var n = RJ(e), - r = yJ(e), - o = e.getDate() - E3(e, t); +function h3(e, t) { + void 0 === t && (t = JJ); + var n = hJ(e), + r = fJ(e), + o = e.getDate() - m3(e, t); return new Date(n, r, o); } -function y3(e, t) { +function f3(e, t) { switch (e) { case "century": - return SJ(t); + return vJ(t); case "decade": - return ZJ(t); + return EJ(t); case "year": - return PJ(t); + return NJ(t); case "month": - return jJ(t); + return OJ(t); case "day": - return JJ(t); + return zJ(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function V3(e, t) { +function g3(e, t) { switch (e) { case "century": - return NJ(t); + return LJ(t); case "decade": - return kJ(t); + return yJ(t); case "year": - return UJ(t); + return _J(t); case "month": - return YJ(t); + return DJ(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function S3(e, t) { +function v3(e, t) { switch (e) { case "century": - return xJ(t); + return bJ(t); case "decade": - return OJ(t); + return VJ(t); case "year": - return zJ(t); + return AJ(t); case "month": - return KJ(t); + return PJ(t); case "day": - return r3(t); + return jJ(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function T3(e, t) { +function w3(e, t) { switch (e) { case "century": - return AJ(t); + return HJ(t); case "decade": - return DJ(t); + return SJ(t); case "year": - return $J(t); + return IJ(t); case "month": - return QJ(t); + return UJ(t); case "day": - return o3(t); + return qJ(t); default: throw new Error("Invalid rangeType: ".concat(e)); } } -function N3(e, t, n) { +function L3(e, t, n) { return n .map(function (n) { - return (t || L3)(e, n); + return (t || c3)(e, n); }) .join(" – "); } -function x3(e, t, n) { - return N3(e, t, DJ(n)); +function b3(e, t, n) { + return L3(e, t, SJ(n)); } -function _3(e, t) { - void 0 === t && (t = s3); +function M3(e, t) { + void 0 === t && (t = JJ); var n = e.getDay(); switch (t) { - case C3: - case a3: - return n === M3 || n === H3; - case s3: - case l3: - return n === H3 || n === b3; + case QJ: + case XJ: + return n === u3 || n === p3; + case JJ: + case KJ: + return n === p3 || n === d3; default: throw new Error("Unsupported calendar type."); } } -var A3 = "react-calendar__navigation"; -function Z3(e) { +var H3 = "react-calendar__navigation"; +function E3(e) { var t, n = e.activeStartDate, r = e.drillUp, o = e.formatMonthYear, - i = void 0 === o ? g3 : o, + i = void 0 === o ? a3 : o, l = e.formatYear, - a = void 0 === l ? L3 : l, + a = void 0 === l ? c3 : l, C = e.locale, s = e.maxDate, c = e.minDate, @@ -72077,104 +71970,104 @@ function Z3(e) { R = e.prev2Label, y = void 0 === R ? "«" : R, V = e.prevAriaLabel, - S = void 0 === V ? "" : V, - T = e.prevLabel, - N = void 0 === T ? "‹" : T, + T = void 0 === V ? "" : V, + S = e.prevLabel, + N = void 0 === S ? "‹" : S, x = e.setActiveStartDate, _ = e.showDoubleView, A = e.view, Z = e.views.indexOf(A) > 0, - I = "century" !== A, - k = (function (e, t) { + k = "century" !== A, + O = (function (e, t) { switch (e) { case "century": - return TJ(t); + return wJ(t); case "decade": - return IJ(t); + return RJ(t); case "year": - return FJ(t); + return xJ(t); case "month": - return qJ(t); + return BJ(t); default: throw new Error("Invalid rangeType: ".concat(e)); } })(A, n), - O = I + B = k ? (function (e, t) { switch (e) { case "decade": - return IJ(t, -100); + return RJ(t, -100); case "year": - return FJ(t, -10); + return xJ(t, -10); case "month": - return qJ(t, -12); + return BJ(t, -12); default: throw new Error("Invalid rangeType: ".concat(e)); } })(A, n) : void 0, - B = V3(A, n), - D = I + D = g3(A, n), + P = k ? (function (e, t) { switch (e) { case "decade": - return kJ(t, 100); + return yJ(t, 100); case "year": - return UJ(t, 10); + return _J(t, 10); case "month": - return YJ(t, 12); + return DJ(t, 12); default: throw new Error("Invalid rangeType: ".concat(e)); } })(A, n) : void 0, - P = (function () { - if (k.getFullYear() < 0) return !0; + F = (function () { + if (O.getFullYear() < 0) return !0; var e = (function (e, t) { switch (e) { case "century": - return _J(t); + return MJ(t); case "decade": - return BJ(t); + return TJ(t); case "year": - return GJ(t); + return ZJ(t); case "month": - return XJ(t); + return FJ(t); default: throw new Error("Invalid rangeType: ".concat(e)); } })(A, n); return c && c >= e; })(), - F = - I && + U = + k && (function () { - if (O.getFullYear() < 0) return !0; + if (B.getFullYear() < 0) return !0; var e = (function (e, t) { switch (e) { case "decade": - return BJ(t, -100); + return TJ(t, -100); case "year": - return GJ(t, -10); + return ZJ(t, -10); case "month": - return XJ(t, -12); + return FJ(t, -12); default: throw new Error("Invalid rangeType: ".concat(e)); } })(A, n); return c && c >= e; })(), - U = s && s < B, - z = I && s && s < D; + z = s && s < D, + G = k && s && s < P; function $(e) { var t = (function () { switch (A) { case "century": return (function (e, t, n) { - return N3(e, t, AJ(n)); + return L3(e, t, HJ(n)); })(C, a, e); case "decade": - return x3(C, a, e); + return b3(C, a, e); case "year": return a(C, e); case "month": @@ -72184,37 +72077,37 @@ function Z3(e) { } })(); return m - ? m({ date: e, label: t, locale: C || bJ() || void 0, view: A }) + ? m({ date: e, label: t, locale: C || dJ() || void 0, view: A }) : t; } - return G.jsxs("div", { - className: A3, + return I.jsxs("div", { + className: H3, children: [ - null !== y && I - ? G.jsx("button", { + null !== y && k + ? I.jsx("button", { "aria-label": E, - className: "".concat(A3, "__arrow ").concat(A3, "__prev2-button"), - disabled: F, + className: "".concat(H3, "__arrow ").concat(H3, "__prev2-button"), + disabled: U, onClick: function () { - x(O, "prev2"); + x(B, "prev2"); }, type: "button", children: y, }) : null, null !== N && - G.jsx("button", { - "aria-label": S, - className: "".concat(A3, "__arrow ").concat(A3, "__prev-button"), - disabled: P, + I.jsx("button", { + "aria-label": T, + className: "".concat(H3, "__arrow ").concat(H3, "__prev-button"), + disabled: F, onClick: function () { - x(k, "prev"); + x(O, "prev"); }, type: "button", children: N, }), - ((t = "".concat(A3, "__label")), - G.jsxs("button", { + ((t = "".concat(H3, "__label")), + I.jsxs("button", { "aria-label": u, "aria-live": p, className: t, @@ -72223,24 +72116,24 @@ function Z3(e) { style: { flexGrow: 1 }, type: "button", children: [ - G.jsx("span", { + I.jsx("span", { className: "" .concat(t, "__labelText ") .concat(t, "__labelText--from"), children: $(n), }), _ - ? G.jsxs(G.Fragment, { + ? I.jsxs(I.Fragment, { children: [ - G.jsx("span", { + I.jsx("span", { className: "".concat(t, "__divider"), children: " – ", }), - G.jsx("span", { + I.jsx("span", { className: "" .concat(t, "__labelText ") .concat(t, "__labelText--to"), - children: $(B), + children: $(D), }), ], }) @@ -72248,23 +72141,23 @@ function Z3(e) { ], })), null !== M && - G.jsx("button", { + I.jsx("button", { "aria-label": L, - className: "".concat(A3, "__arrow ").concat(A3, "__next-button"), - disabled: U, + className: "".concat(H3, "__arrow ").concat(H3, "__next-button"), + disabled: z, onClick: function () { - x(B, "next"); + x(D, "next"); }, type: "button", children: M, }), - null !== v && I - ? G.jsx("button", { + null !== v && k + ? I.jsx("button", { "aria-label": f, - className: "".concat(A3, "__arrow ").concat(A3, "__next2-button"), - disabled: z, + className: "".concat(H3, "__arrow ").concat(H3, "__next2-button"), + disabled: G, onClick: function () { - x(D, "next2"); + x(P, "next2"); }, type: "button", children: v, @@ -72273,9 +72166,9 @@ function Z3(e) { ], }); } -var I3 = function () { +var R3 = function () { return ( - (I3 = + (R3 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72283,10 +72176,10 @@ var I3 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - I3.apply(this, arguments) + R3.apply(this, arguments) ); }, - k3 = function (e, t) { + y3 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -72301,10 +72194,10 @@ var I3 = function () { } return n; }; -function O3(e) { +function V3(e) { return "".concat(e, "%"); } -function B3(e) { +function T3(e) { var t = e.children, n = e.className, r = e.count, @@ -72312,7 +72205,7 @@ function B3(e) { i = e.offset, l = e.style, a = e.wrap, - C = k3(e, [ + C = y3(e, [ "children", "className", "count", @@ -72321,12 +72214,12 @@ function B3(e) { "style", "wrap", ]); - return G.jsx( + return I.jsx( "div", - I3( + R3( { className: n, - style: I3( + style: R3( { display: "flex", flexDirection: o, @@ -72338,12 +72231,12 @@ function B3(e) { C, { children: p.map(t, function (e, t) { - var n = i && 0 === t ? O3((100 * i) / r) : null; + var n = i && 0 === t ? V3((100 * i) / r) : null; return s( e, - I3(I3({}, e.props), { + R3(R3({}, e.props), { style: { - flexBasis: O3(100 / r), + flexBasis: V3(100 / r), flexShrink: 0, flexGrow: 0, overflow: "hidden", @@ -72358,25 +72251,25 @@ function B3(e) { ), ); } -function D3(e, t) { +function S3(e, t) { return t[0] <= e && t[1] >= e; } -function P3(e, t) { - return D3(e[0], t) || D3(e[1], t); +function N3(e, t) { + return S3(e[0], t) || S3(e[1], t); } -function F3(e, t, n) { +function x3(e, t, n) { var r = []; - if (P3(t, e)) { + if (N3(t, e)) { r.push(n); - var o = D3(e[0], t), - i = D3(e[1], t); + var o = S3(e[0], t), + i = S3(e[1], t); o && r.push("".concat(n, "Start")), i && r.push("".concat(n, "End")), o && i && r.push("".concat(n, "BothEnds")); } return r; } -function U3(e) { +function _3(e) { if (!e) throw new Error("args is required"); var t = e.value, n = e.date, @@ -72392,10 +72285,10 @@ function U3(e) { throw new Error( "dateType is required when date is not an array of two dates", ); - return T3(t, n); + return w3(t, n); })(); if ( - (D3(l, a) && i.push("".concat(o, "--now")), + (S3(l, a) && i.push("".concat(o, "--now")), !t || !(function (e) { return Array.isArray(e) ? null !== e[0] && null !== e[1] : null !== e; @@ -72411,22 +72304,22 @@ function U3(e) { throw new Error( "valueType is required when value is not an array of two dates", ); - return T3(n, t); + return w3(n, t); })(); (s = a), (C = c)[0] <= s[0] && C[1] >= s[1] ? i.push("".concat(o, "--active")) - : P3(c, a) && i.push("".concat(o, "--hasActive")); - var d = F3(c, a, "".concat(o, "--range")); + : N3(c, a) && i.push("".concat(o, "--hasActive")); + var d = x3(c, a, "".concat(o, "--range")); i.push.apply(i, d); var u = Array.isArray(t) ? t : [t]; if (r && 1 === u.length) { - var p = F3(r > c[0] ? [c[0], r] : [r, c[0]], a, "".concat(o, "--hover")); + var p = x3(r > c[0] ? [c[0], r] : [r, c[0]], a, "".concat(o, "--hover")); i.push.apply(i, p); } return i; } -function z3(e) { +function A3(e) { for ( var t = e.className, n = e.count, @@ -72450,12 +72343,12 @@ function z3(e) { var g = o(f); h.push( s({ - classes: U3({ date: g, dateType: i, hover: a, value: p, valueType: m }), + classes: _3({ date: g, dateType: i, hover: a, value: p, valueType: m }), date: g, }), ); } - return G.jsx(B3, { + return I.jsx(T3, { className: t, count: r, offset: C, @@ -72463,7 +72356,7 @@ function z3(e) { children: h, }); } -function G3(e) { +function Z3(e) { var t = e.activeStartDate, n = e.children, r = e.classes, @@ -72497,8 +72390,8 @@ function G3(e) { }, [t, o, f, v], ); - return G.jsxs("button", { - className: nJ(r, w), + return I.jsxs("button", { + className: WQ(r, w), disabled: (c && d(c) > o) || (C && s(C) < o) || @@ -72521,14 +72414,14 @@ function G3(e) { style: m, type: "button", children: [ - l ? G.jsx("abbr", { "aria-label": l(a, o), children: n }) : n, + l ? I.jsx("abbr", { "aria-label": l(a, o), children: n }) : n, L, ], }); } -var $3 = function () { +var I3 = function () { return ( - ($3 = + (I3 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72536,10 +72429,10 @@ var $3 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - $3.apply(this, arguments) + I3.apply(this, arguments) ); }, - W3 = function (e, t) { + k3 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -72554,36 +72447,36 @@ var $3 = function () { } return n; }, - j3 = "react-calendar__century-view__decades__decade"; -function q3(e) { + O3 = "react-calendar__century-view__decades__decade"; +function B3(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.currentCentury, o = e.formatYear, - i = void 0 === o ? L3 : o, - l = W3(e, ["classes", "currentCentury", "formatYear"]), + i = void 0 === o ? c3 : o, + l = k3(e, ["classes", "currentCentury", "formatYear"]), a = l.date, C = l.locale, s = []; return ( n && s.push.apply(s, n), - s.push(j3), - SJ(a).getFullYear() !== r && s.push("".concat(j3, "--neighboringCentury")), - G.jsx( - G3, - $3({}, l, { + s.push(O3), + vJ(a).getFullYear() !== r && s.push("".concat(O3, "--neighboringCentury")), + I.jsx( + Z3, + I3({}, l, { classes: s, - maxDateTransform: OJ, - minDateTransform: ZJ, + maxDateTransform: VJ, + minDateTransform: EJ, view: "century", - children: x3(C, i, a), + children: b3(C, i, a), }), ) ); } -var Y3 = function () { +var D3 = function () { return ( - (Y3 = + (D3 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72591,10 +72484,10 @@ var Y3 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - Y3.apply(this, arguments) + D3.apply(this, arguments) ); }, - K3 = function (e, t) { + P3 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -72609,33 +72502,33 @@ var Y3 = function () { } return n; }; -function X3(e) { +function F3(e) { var t = e.activeStartDate, n = e.hover, r = e.showNeighboringCentury, o = e.value, i = e.valueType, - l = K3(e, [ + l = P3(e, [ "activeStartDate", "hover", "showNeighboringCentury", "value", "valueType", ]), - a = RJ(SJ(t)), + a = hJ(vJ(t)), C = a + (r ? 119 : 99); - return G.jsx(z3, { + return I.jsx(A3, { className: "react-calendar__century-view__decades", - dateTransform: ZJ, + dateTransform: EJ, dateType: "decade", end: C, hover: n, renderTile: function (e) { var n = e.date, - r = K3(e, ["date"]); - return G.jsx( - q3, - Y3({}, l, r, { activeStartDate: t, currentCentury: a, date: n }), + r = P3(e, ["date"]); + return I.jsx( + B3, + D3({}, l, r, { activeStartDate: t, currentCentury: a, date: n }), n.getTime(), ); }, @@ -72645,9 +72538,9 @@ function X3(e) { valueType: i, }); } -var Q3 = function () { +var U3 = function () { return ( - (Q3 = + (U3 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72655,18 +72548,18 @@ var Q3 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - Q3.apply(this, arguments) + U3.apply(this, arguments) ); }; -function J3(e) { - return G.jsx("div", { +function z3(e) { + return I.jsx("div", { className: "react-calendar__century-view", - children: G.jsx(X3, Q3({}, e)), + children: I.jsx(F3, U3({}, e)), }); } -var e1 = function () { +var G3 = function () { return ( - (e1 = + (G3 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72674,10 +72567,10 @@ var e1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - e1.apply(this, arguments) + G3.apply(this, arguments) ); }, - t1 = function (e, t) { + $3 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -72692,36 +72585,36 @@ var e1 = function () { } return n; }, - n1 = "react-calendar__decade-view__years__year"; -function r1(e) { + W3 = "react-calendar__decade-view__years__year"; +function j3(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.currentDecade, o = e.formatYear, - i = void 0 === o ? L3 : o, - l = t1(e, ["classes", "currentDecade", "formatYear"]), + i = void 0 === o ? c3 : o, + l = $3(e, ["classes", "currentDecade", "formatYear"]), a = l.date, C = l.locale, s = []; return ( n && s.push.apply(s, n), - s.push(n1), - ZJ(a).getFullYear() !== r && s.push("".concat(n1, "--neighboringDecade")), - G.jsx( - G3, - e1({}, l, { + s.push(W3), + EJ(a).getFullYear() !== r && s.push("".concat(W3, "--neighboringDecade")), + I.jsx( + Z3, + G3({}, l, { classes: s, - maxDateTransform: zJ, - minDateTransform: PJ, + maxDateTransform: AJ, + minDateTransform: NJ, view: "decade", children: i(C, a), }), ) ); } -var o1 = function () { +var q3 = function () { return ( - (o1 = + (q3 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72729,10 +72622,10 @@ var o1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - o1.apply(this, arguments) + q3.apply(this, arguments) ); }, - i1 = function (e, t) { + Y3 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -72747,33 +72640,33 @@ var o1 = function () { } return n; }; -function l1(e) { +function K3(e) { var t = e.activeStartDate, n = e.hover, r = e.showNeighboringDecade, o = e.value, i = e.valueType, - l = i1(e, [ + l = Y3(e, [ "activeStartDate", "hover", "showNeighboringDecade", "value", "valueType", ]), - a = RJ(ZJ(t)), + a = hJ(EJ(t)), C = a + (r ? 11 : 9); - return G.jsx(z3, { + return I.jsx(A3, { className: "react-calendar__decade-view__years", - dateTransform: PJ, + dateTransform: NJ, dateType: "year", end: C, hover: n, renderTile: function (e) { var n = e.date, - r = i1(e, ["date"]); - return G.jsx( - r1, - o1({}, l, r, { activeStartDate: t, currentDecade: a, date: n }), + r = Y3(e, ["date"]); + return I.jsx( + j3, + q3({}, l, r, { activeStartDate: t, currentDecade: a, date: n }), n.getTime(), ); }, @@ -72782,9 +72675,9 @@ function l1(e) { valueType: i, }); } -var a1 = function () { +var X3 = function () { return ( - (a1 = + (X3 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72792,18 +72685,18 @@ var a1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - a1.apply(this, arguments) + X3.apply(this, arguments) ); }; -function C1(e) { - return G.jsx("div", { +function Q3(e) { + return I.jsx("div", { className: "react-calendar__decade-view", - children: G.jsx(l1, a1({}, e)), + children: I.jsx(K3, X3({}, e)), }); } -var s1 = function () { +var J3 = function () { return ( - (s1 = + (J3 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72811,10 +72704,10 @@ var s1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - s1.apply(this, arguments) + J3.apply(this, arguments) ); }, - c1 = function (e, t) { + e1 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -72829,42 +72722,42 @@ var s1 = function () { } return n; }, - d1 = function (e, t, n) { + t1 = function (e, t, n) { if (n || 2 === arguments.length) for (var r, o = 0, i = t.length; o < i; o++) (!r && o in t) || (r || (r = Array.prototype.slice.call(t, 0, o)), (r[o] = t[o])); return e.concat(r || Array.prototype.slice.call(t)); }; -function u1(e) { +function n1(e) { var t = e.classes, n = void 0 === t ? [] : t, r = e.formatMonth, - o = void 0 === r ? f3 : r, + o = void 0 === r ? l3 : r, i = e.formatMonthYear, - l = void 0 === i ? g3 : i, - a = c1(e, ["classes", "formatMonth", "formatMonthYear"]), + l = void 0 === i ? a3 : i, + a = e1(e, ["classes", "formatMonth", "formatMonthYear"]), C = a.date, s = a.locale; - return G.jsx( - G3, - s1({}, a, { - classes: d1( - d1([], n, !0), + return I.jsx( + Z3, + J3({}, a, { + classes: t1( + t1([], n, !0), ["react-calendar__year-view__months__month"], !1, ), formatAbbr: l, - maxDateTransform: KJ, - minDateTransform: jJ, + maxDateTransform: PJ, + minDateTransform: OJ, view: "year", children: o(s, C), }), ); } -var p1 = function () { +var r1 = function () { return ( - (p1 = + (r1 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72872,10 +72765,10 @@ var p1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - p1.apply(this, arguments) + r1.apply(this, arguments) ); }, - m1 = function (e, t) { + o1 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -72890,28 +72783,28 @@ var p1 = function () { } return n; }; -function h1(e) { +function i1(e) { var t = e.activeStartDate, n = e.hover, r = e.value, o = e.valueType, - i = m1(e, ["activeStartDate", "hover", "value", "valueType"]), - l = RJ(t); - return G.jsx(z3, { + i = o1(e, ["activeStartDate", "hover", "value", "valueType"]), + l = hJ(t); + return I.jsx(A3, { className: "react-calendar__year-view__months", dateTransform: function (e) { var t = new Date(); - return t.setFullYear(l, e, 1), jJ(t); + return t.setFullYear(l, e, 1), OJ(t); }, dateType: "month", end: 11, hover: n, renderTile: function (e) { var n = e.date, - r = m1(e, ["date"]); - return G.jsx( - u1, - p1({}, i, r, { activeStartDate: t, date: n }), + r = o1(e, ["date"]); + return I.jsx( + n1, + r1({}, i, r, { activeStartDate: t, date: n }), n.getTime(), ); }, @@ -72920,9 +72813,9 @@ function h1(e) { valueType: o, }); } -var f1 = function () { +var l1 = function () { return ( - (f1 = + (l1 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72930,18 +72823,18 @@ var f1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - f1.apply(this, arguments) + l1.apply(this, arguments) ); }; -function g1(e) { - return G.jsx("div", { +function a1(e) { + return I.jsx("div", { className: "react-calendar__year-view", - children: G.jsx(h1, f1({}, e)), + children: I.jsx(i1, l1({}, e)), }); } -var v1 = function () { +var C1 = function () { return ( - (v1 = + (C1 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -72949,10 +72842,10 @@ var v1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - v1.apply(this, arguments) + C1.apply(this, arguments) ); }, - w1 = function (e, t) { + s1 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -72967,17 +72860,17 @@ var v1 = function () { } return n; }, - L1 = "react-calendar__month-view__days__day"; -function b1(e) { + c1 = "react-calendar__month-view__days__day"; +function d1(e) { var t = e.calendarType, n = e.classes, r = void 0 === n ? [] : n, o = e.currentMonthIndex, i = e.formatDay, - l = void 0 === i ? m3 : i, + l = void 0 === i ? o3 : i, a = e.formatLongDate, - C = void 0 === a ? h3 : a, - s = w1(e, [ + C = void 0 === a ? i3 : a, + s = s1(e, [ "calendarType", "classes", "currentMonthIndex", @@ -72989,25 +72882,25 @@ function b1(e) { u = []; return ( r && u.push.apply(u, r), - u.push(L1), - _3(c, t) && u.push("".concat(L1, "--weekend")), - c.getMonth() !== o && u.push("".concat(L1, "--neighboringMonth")), - G.jsx( - G3, - v1({}, s, { + u.push(c1), + M3(c, t) && u.push("".concat(c1, "--weekend")), + c.getMonth() !== o && u.push("".concat(c1, "--neighboringMonth")), + I.jsx( + Z3, + C1({}, s, { classes: u, formatAbbr: C, - maxDateTransform: r3, - minDateTransform: JJ, + maxDateTransform: jJ, + minDateTransform: zJ, view: "month", children: l(d, c), }), ) ); } -var M1 = function () { +var u1 = function () { return ( - (M1 = + (u1 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -73015,10 +72908,10 @@ var M1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - M1.apply(this, arguments) + u1.apply(this, arguments) ); }, - H1 = function (e, t) { + p1 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -73033,7 +72926,7 @@ var M1 = function () { } return n; }; -function E1(e) { +function m1(e) { var t = e.activeStartDate, n = e.calendarType, r = e.hover, @@ -73041,7 +72934,7 @@ function E1(e) { i = e.showNeighboringMonth, l = e.value, a = e.valueType, - C = H1(e, [ + C = p1(e, [ "activeStartDate", "calendarType", "hover", @@ -73050,39 +72943,39 @@ function E1(e) { "value", "valueType", ]), - s = RJ(t), - c = yJ(t), + s = hJ(t), + c = fJ(t), d = o || i, - u = E3(t, n), + u = m3(t, n), p = d ? 0 : u, m = 1 + (d ? -u : 0), h = (function () { if (o) return m + 42 - 1; - var e = i3(t); + var e = YJ(t); if (i) { var r = new Date(); return ( - r.setFullYear(s, c, e), r.setHours(0, 0, 0, 0), e + (7 - E3(r, n) - 1) + r.setFullYear(s, c, e), r.setHours(0, 0, 0, 0), e + (7 - m3(r, n) - 1) ); } return e; })(); - return G.jsx(z3, { + return I.jsx(A3, { className: "react-calendar__month-view__days", count: 7, dateTransform: function (e) { var t = new Date(); - return t.setFullYear(s, c, e), JJ(t); + return t.setFullYear(s, c, e), zJ(t); }, dateType: "day", hover: r, end: h, renderTile: function (e) { var r = e.date, - o = H1(e, ["date"]); - return G.jsx( - b1, - M1({}, C, o, { + o = p1(e, ["date"]); + return I.jsx( + d1, + u1({}, C, o, { activeStartDate: t, calendarType: n, currentMonthIndex: c, @@ -73097,39 +72990,39 @@ function E1(e) { valueType: a, }); } -var R1 = "react-calendar__month-view__weekdays", - y1 = "".concat(R1, "__weekday"); -function V1(e) { +var h1 = "react-calendar__month-view__weekdays", + f1 = "".concat(h1, "__weekday"); +function g1(e) { for ( var t, n = e.calendarType, r = e.formatShortWeekday, - o = void 0 === r ? v3 : r, + o = void 0 === r ? C3 : r, i = e.formatWeekday, - l = void 0 === i ? w3 : i, + l = void 0 === i ? s3 : i, a = e.locale, C = e.onMouseLeave, - s = jJ(new Date()), - c = RJ(s), - d = yJ(s), + s = OJ(new Date()), + c = hJ(s), + d = fJ(s), u = [], p = 1; p <= 7; p += 1 ) { - var m = new Date(c, d, p - E3(s, n)), + var m = new Date(c, d, p - m3(s, n)), h = l(a, m); u.push( - G.jsx( + I.jsx( "div", { - className: nJ( - y1, + className: WQ( + f1, ((t = m), - t.getDay() === new Date().getDay() && "".concat(y1, "--current")), - _3(m, n) && "".concat(y1, "--weekend"), + t.getDay() === new Date().getDay() && "".concat(f1, "--current")), + M3(m, n) && "".concat(f1, "--weekend"), ), - children: G.jsx("abbr", { + children: I.jsx("abbr", { "aria-label": h, title: h, children: o(a, m).replace(".", ""), @@ -73139,17 +73032,17 @@ function V1(e) { ), ); } - return G.jsx(B3, { - className: R1, + return I.jsx(T3, { + className: h1, count: 7, onFocus: C, onMouseOver: C, children: u, }); } -var S1 = function () { +var v1 = function () { return ( - (S1 = + (v1 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -73157,10 +73050,10 @@ var S1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - S1.apply(this, arguments) + v1.apply(this, arguments) ); }, - T1 = function (e, t) { + w1 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -73175,20 +73068,20 @@ var S1 = function () { } return n; }, - N1 = "react-calendar__tile"; -function x1(e) { + L1 = "react-calendar__tile"; +function b1(e) { var t = e.onClickWeekNumber, n = e.weekNumber, - r = G.jsx("span", { children: n }); + r = I.jsx("span", { children: n }); if (t) { var o = e.date, i = e.onClickWeekNumber, l = e.weekNumber, - a = T1(e, ["date", "onClickWeekNumber", "weekNumber"]); - return G.jsx( + a = w1(e, ["date", "onClickWeekNumber", "weekNumber"]); + return I.jsx( "button", - S1({}, a, { - className: N1, + v1({}, a, { + className: L1, onClick: function (e) { return i(l, o, e); }, @@ -73198,10 +73091,10 @@ function x1(e) { ); } e.date, e.onClickWeekNumber, e.weekNumber; - a = T1(e, ["date", "onClickWeekNumber", "weekNumber"]); - return G.jsx("div", S1({}, a, { className: N1, children: r })); + a = w1(e, ["date", "onClickWeekNumber", "weekNumber"]); + return I.jsx("div", v1({}, a, { className: L1, children: r })); } -function _1(e) { +function M1(e) { var t = e.activeStartDate, n = e.calendarType, r = e.onClickWeekNumber, @@ -73209,28 +73102,28 @@ function _1(e) { i = e.showFixedNumberOfWeeks, l = (function () { if (i) return 6; - var e = i3(t) - (7 - E3(t, n)); + var e = YJ(t) - (7 - m3(t, n)); return 1 + Math.ceil(e / 7); })(), a = (function () { - for (var e = RJ(t), r = yJ(t), o = VJ(t), i = [], a = 0; a < l; a += 1) - i.push(R3(new Date(e, r, o + 7 * a), n)); + for (var e = hJ(t), r = fJ(t), o = gJ(t), i = [], a = 0; a < l; a += 1) + i.push(h3(new Date(e, r, o + 7 * a), n)); return i; })(), C = a.map(function (e) { return (function (e, t) { - void 0 === t && (t = s3); + void 0 === t && (t = JJ); var n, - r = t === l3 ? l3 : s3, - o = R3(e, t), - i = RJ(e) + 1; + r = t === KJ ? KJ : JJ, + o = h3(e, t), + i = hJ(e) + 1; do { - (n = R3(new Date(i, 0, r === s3 ? 4 : 1), t)), (i -= 1); + (n = h3(new Date(i, 0, r === JJ ? 4 : 1), t)), (i -= 1); } while (e < n); return Math.round((o.getTime() - n.getTime()) / 6048e5) + 1; })(e, n); }); - return G.jsx(B3, { + return I.jsx(T3, { className: "react-calendar__month-view__weekNumbers", count: l, direction: "column", @@ -73240,13 +73133,13 @@ function _1(e) { children: C.map(function (e, t) { var n = a[t]; if (!n) throw new Error("date is not defined"); - return G.jsx(x1, { date: n, onClickWeekNumber: r, weekNumber: e }, e); + return I.jsx(b1, { date: n, onClickWeekNumber: r, weekNumber: e }, e); }), }); } -var A1 = function () { +var H1 = function () { return ( - (A1 = + (H1 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -73254,10 +73147,10 @@ var A1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - A1.apply(this, arguments) + H1.apply(this, arguments) ); }, - Z1 = function (e, t) { + E1 = function (e, t) { var n = {}; for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && @@ -73272,7 +73165,7 @@ var A1 = function () { } return n; }; -function I1(e) { +function R1(e) { var t = e.activeStartDate, n = e.locale, r = e.onMouseLeave, @@ -73282,19 +73175,19 @@ function I1(e) { void 0 === i ? (function (e) { if (e) - for (var t = 0, n = Object.entries(c3); t < n.length; t++) { + for (var t = 0, n = Object.entries(e3); t < n.length; t++) { var r = n[t], o = r[0]; if (r[1].includes(e)) return o; } - return s3; + return JJ; })(n) : i, a = e.formatShortWeekday, C = e.formatWeekday, s = e.onClickWeekNumber, c = e.showWeekNumbers, - d = Z1(e, [ + d = E1(e, [ "calendarType", "formatShortWeekday", "formatWeekday", @@ -73302,13 +73195,13 @@ function I1(e) { "showWeekNumbers", ]); var u = "react-calendar__month-view"; - return G.jsx("div", { - className: nJ(u, c ? "".concat(u, "--weekNumbers") : ""), - children: G.jsxs("div", { + return I.jsx("div", { + className: WQ(u, c ? "".concat(u, "--weekNumbers") : ""), + children: I.jsxs("div", { style: { display: "flex", alignItems: "flex-end" }, children: [ c - ? G.jsx(_1, { + ? I.jsx(M1, { activeStartDate: t, calendarType: l, onClickWeekNumber: s, @@ -73316,26 +73209,26 @@ function I1(e) { showFixedNumberOfWeeks: o, }) : null, - G.jsxs("div", { + I.jsxs("div", { style: { flexGrow: 1, width: "100%" }, children: [ - G.jsx(V1, { + I.jsx(g1, { calendarType: l, formatShortWeekday: a, formatWeekday: C, locale: n, onMouseLeave: r, }), - G.jsx(E1, A1({ calendarType: l }, d)), + I.jsx(m1, H1({ calendarType: l }, d)), ], }), ], }), }); } -var k1 = function () { +var y1 = function () { return ( - (k1 = + (y1 = Object.assign || function (e) { for (var t, n = 1, r = arguments.length; n < r; n++) @@ -73343,34 +73236,34 @@ var k1 = function () { Object.prototype.hasOwnProperty.call(t, o) && (e[o] = t[o]); return e; }), - k1.apply(this, arguments) + y1.apply(this, arguments) ); }, - O1 = "react-calendar", - B1 = ["century", "decade", "year", "month"], - D1 = ["decade", "year", "month", "day"], - P1 = new Date(); -P1.setFullYear(1, 0, 1), P1.setHours(0, 0, 0, 0); -var F1 = new Date(864e13); -function U1(e) { + V1 = "react-calendar", + T1 = ["century", "decade", "year", "month"], + S1 = ["decade", "year", "month", "day"], + N1 = new Date(); +N1.setFullYear(1, 0, 1), N1.setHours(0, 0, 0, 0); +var x1 = new Date(864e13); +function _1(e) { return e instanceof Date ? e : new Date(e); } -function z1(e, t) { - return B1.slice(B1.indexOf(e), B1.indexOf(t) + 1); +function A1(e, t) { + return T1.slice(T1.indexOf(e), T1.indexOf(t) + 1); } -function G1(e, t, n) { +function Z1(e, t, n) { return e && (function (e, t, n) { - return -1 !== z1(t, n).indexOf(e); + return -1 !== A1(t, n).indexOf(e); })(e, t, n) ? e : n; } -function $1(e) { - var t = B1.indexOf(e); - return D1[t]; +function I1(e) { + var t = T1.indexOf(e); + return S1[t]; } -function W1(e, t) { +function k1(e, t) { var n = e.value, r = e.minDate, o = e.maxDate, @@ -73378,22 +73271,22 @@ function W1(e, t) { l = (function (e, t) { var n = Array.isArray(e) ? e[t] : e; if (!n) return null; - var r = U1(n); + var r = _1(n); if (Number.isNaN(r.getTime())) throw new Error("Invalid date: ".concat(e)); return r; })(n, t); if (!l) return null; - var a = $1(i); + var a = I1(i); return (function (e, t, n) { return t && t > e ? t : n && n < e ? n : e; })( (function () { switch (t) { case 0: - return y3(a, l); + return f3(a, l); case 1: - return S3(a, l); + return v3(a, l); default: throw new Error("Invalid index value: ".concat(t)); } @@ -73402,35 +73295,35 @@ function W1(e, t) { o, ); } -var j1 = function (e) { - return W1(e, 0); +var O1 = function (e) { + return k1(e, 0); }, - q1 = function (e) { - return W1(e, 1); + B1 = function (e) { + return k1(e, 1); }, - Y1 = function (e) { - return [j1, q1].map(function (t) { + D1 = function (e) { + return [O1, B1].map(function (t) { return t(e); }); }; -function K1(e) { +function P1(e) { var t = e.maxDate, n = e.maxDetail, r = e.minDate, o = e.minDetail, i = e.value; - return y3( - G1(e.view, o, n), - j1({ value: i, minDate: r, maxDate: t, maxDetail: n }) || new Date(), + return f3( + Z1(e.view, o, n), + O1({ value: i, minDate: r, maxDate: t, maxDetail: n }) || new Date(), ); } -function X1(e) { +function F1(e) { return e && (!Array.isArray(e) || 1 === e.length); } -function Q1(e, t) { +function U1(e, t) { return e instanceof Date && t instanceof Date && e.getTime() === t.getTime(); } -var J1 = n(function (e, t) { +var z1 = n(function (e, t) { var n, r = e.activeStartDate, i = e.allowPartialRange, @@ -73451,25 +73344,25 @@ var J1 = n(function (e, t) { M = e.inputRef, H = e.locale, E = e.maxDate, - R = void 0 === E ? F1 : E, + R = void 0 === E ? x1 : E, y = e.maxDetail, V = void 0 === y ? "month" : y, - S = e.minDate, - T = void 0 === S ? P1 : S, + T = e.minDate, + S = void 0 === T ? N1 : T, N = e.minDetail, x = void 0 === N ? "century" : N, _ = e.navigationAriaLabel, A = e.navigationAriaLive, Z = e.navigationLabel, - I = e.next2AriaLabel, - k = e.next2Label, - O = e.nextAriaLabel, - B = e.nextLabel, - D = e.onActiveStartDateChange, - P = e.onChange, - F = e.onClickDay, - U = e.onClickDecade, - z = e.onClickMonth, + k = e.next2AriaLabel, + O = e.next2Label, + B = e.nextAriaLabel, + D = e.nextLabel, + P = e.onActiveStartDateChange, + F = e.onChange, + U = e.onClickDay, + z = e.onClickDecade, + G = e.onClickMonth, $ = e.onClickWeekNumber, W = e.onClickYear, j = e.onDrillDown, @@ -73505,18 +73398,18 @@ var J1 = n(function (e, t) { He = a( Array.isArray(c) ? c.map(function (e) { - return null !== e ? U1(e) : null; + return null !== e ? _1(e) : null; }) : null != c - ? U1(c) + ? _1(c) : null, ), Ee = He[0], Re = He[1], ye = a(d), Ve = ye[0], - Se = ye[1], - Te = + Te = ye[1], + Se = r || ve || (function (e) { @@ -73530,11 +73423,11 @@ var J1 = n(function (e, t) { C = e.minDetail, s = e.value, c = e.view, - d = G1(c, C, l), + d = Z1(c, C, l), u = t || n; return u - ? y3(d, u) - : K1({ + ? f3(d, u) + : P1({ maxDate: i, maxDetail: l, minDate: a, @@ -73549,23 +73442,23 @@ var J1 = n(function (e, t) { defaultView: d, maxDate: R, maxDetail: V, - minDate: T, + minDate: S, minDetail: x, value: he, view: fe, }), - Ne = (n = ne && X1(Ee) ? Ee : void 0 !== he ? he : Ee) + Ne = (n = ne && F1(Ee) ? Ee : void 0 !== he ? he : Ee) ? Array.isArray(n) ? n.map(function (e) { - return null !== e ? U1(e) : null; + return null !== e ? _1(e) : null; }) : null !== n - ? U1(n) + ? _1(n) : null : null, - xe = $1(V), - _e = G1(fe || Ve, x, V), - Ae = z1(x, V), + xe = I1(V), + _e = Z1(fe || Ve, x, V), + Ae = A1(x, V), Ze = ne ? be : null, Ie = Ae.indexOf(_e) < Ae.length - 1, ke = Ae.indexOf(_e) > 0, @@ -73574,45 +73467,45 @@ var J1 = n(function (e, t) { return (function () { switch (te) { case "start": - return j1; + return O1; case "end": - return q1; + return B1; case "range": - return Y1; + return D1; default: throw new Error("Invalid returnValue."); } - })()({ maxDate: R, maxDetail: V, minDate: T, value: e }); + })()({ maxDate: R, maxDetail: V, minDate: S, value: e }); }, - [R, V, T, te], + [R, V, S, te], ), Be = o( function (e, t) { we(e); var n = { action: t, activeStartDate: e, value: Ne, view: _e }; - D && !Q1(Te, e) && D(n); + P && !U1(Se, e) && P(n); }, - [Te, D, Ne, _e], + [Se, P, Ne, _e], ), De = o( function (e, t) { var n = (function () { switch (_e) { case "century": - return U; + return z; case "decade": return W; case "year": - return z; + return G; case "month": - return F; + return U; default: throw new Error("Invalid view: ".concat(_e, ".")); } })(); n && n(e, t); }, - [F, U, z, W, _e], + [U, z, G, W, _e], ), Pe = o( function (e, t) { @@ -73621,17 +73514,17 @@ var J1 = n(function (e, t) { var n = Ae[Ae.indexOf(_e) + 1]; if (!n) throw new Error("Attempted to drill down from the lowest view."); - we(e), Se(n); + we(e), Te(n); var r = { action: "drillDown", activeStartDate: e, value: Ne, view: n, }; - D && !Q1(Te, e) && D(r), Y && _e !== n && Y(r), j && j(r); + P && !U1(Se, e) && P(r), Y && _e !== n && Y(r), j && j(r); } }, - [Te, Ie, D, De, j, Y, Ne, _e, Ae], + [Se, Ie, P, De, j, Y, Ne, _e, Ae], ), Fe = o( function () { @@ -73639,22 +73532,22 @@ var J1 = n(function (e, t) { var e = Ae[Ae.indexOf(_e) - 1]; if (!e) throw new Error("Attempted to drill up from the highest view."); - var t = y3(e, Te); - we(t), Se(e); + var t = f3(e, Se); + we(t), Te(e); var n = { action: "drillUp", activeStartDate: t, value: Ne, view: e }; - D && !Q1(Te, t) && D(n), Y && _e !== e && Y(n), q && q(n); + P && !U1(Se, t) && P(n), Y && _e !== e && Y(n), q && q(n); } }, - [Te, ke, D, q, Y, Ne, _e, Ae], + [Se, ke, P, q, Y, Ne, _e, Ae], ), Ue = o( function (e, t) { var n = Ne; De(e, t); var r, - o = ne && !X1(n); + o = ne && !F1(n); if (ne) - if (o) r = y3(xe, e); + if (o) r = f3(xe, e); else { if (!n) throw new Error("previousValue is required"); if (Array.isArray(n)) @@ -73663,16 +73556,16 @@ var J1 = n(function (e, t) { var r = [t, n].sort(function (e, t) { return e.getTime() - t.getTime(); }); - return [y3(e, r[0]), S3(e, r[1])]; + return [f3(e, r[0]), v3(e, r[1])]; })(xe, n, e); } else r = Oe(e); var l = !ne || o || b - ? K1({ + ? P1({ maxDate: R, maxDetail: V, - minDate: T, + minDate: S, minDetail: x, value: r, view: _e, @@ -73680,18 +73573,18 @@ var J1 = n(function (e, t) { : null; t.persist(), we(l), Re(r); var a = { action: "onChange", activeStartDate: l, value: r, view: _e }; - if ((D && !Q1(Te, l) && D(a), P)) + if ((P && !U1(Se, l) && P(a), F)) if (ne) - if (X1(r)) { + if (F1(r)) { if (i) { if (Array.isArray(r)) throw new Error("value must not be an array"); - P([r || null, null], t); + F([r || null, null], t); } - } else P(r || null, t); - else P(r || null, t); + } else F(r || null, t); + else F(r || null, t); }, - [Te, i, Oe, b, R, V, T, x, D, P, De, ne, Ne, xe, _e], + [Se, i, Oe, b, R, V, S, x, P, F, De, ne, Ne, xe, _e], ); function ze(e) { Me(e); @@ -73701,11 +73594,11 @@ var J1 = n(function (e, t) { } function $e(e) { var t = { - activeStartDate: e ? V3(_e, Te) : y3(_e, Te), + activeStartDate: e ? g3(_e, Se) : f3(_e, Se), hover: Ze, locale: H, maxDate: R, - minDate: T, + minDate: S, onClick: Ie ? Pe : Ue, onMouseOver: ne ? ze : void 0, tileClassName: ue, @@ -73716,15 +73609,15 @@ var J1 = n(function (e, t) { }; switch (_e) { case "century": - return G.jsx(J3, k1({ formatYear: w, showNeighboringCentury: ae }, t)); + return I.jsx(z3, y1({ formatYear: w, showNeighboringCentury: ae }, t)); case "decade": - return G.jsx(C1, k1({ formatYear: w, showNeighboringDecade: Ce }, t)); + return I.jsx(Q3, y1({ formatYear: w, showNeighboringDecade: Ce }, t)); case "year": - return G.jsx(g1, k1({ formatMonth: h, formatMonthYear: f }, t)); + return I.jsx(a1, y1({ formatMonth: h, formatMonthYear: f }, t)); case "month": - return G.jsx( - I1, - k1( + return I.jsx( + R1, + y1( { calendarType: l, formatDay: p, @@ -73748,7 +73641,7 @@ var J1 = n(function (e, t) { t, function () { return { - activeStartDate: Te, + activeStartDate: Se, drillDown: Pe, drillUp: Fe, onChange: Ue, @@ -73757,34 +73650,34 @@ var J1 = n(function (e, t) { view: _e, }; }, - [Te, Pe, Fe, Ue, Be, Ne, _e], + [Se, Pe, Fe, Ue, Be, Ne, _e], ); var We = Array.isArray(Ne) ? Ne : [Ne]; - return G.jsxs("div", { - className: nJ( - O1, - ne && 1 === We.length && "".concat(O1, "--selectRange"), - re && "".concat(O1, "--doubleView"), + return I.jsxs("div", { + className: WQ( + V1, + ne && 1 === We.length && "".concat(V1, "--selectRange"), + re && "".concat(V1, "--doubleView"), C, ), ref: M, children: [ le - ? G.jsx(Z3, { - activeStartDate: Te, + ? I.jsx(E3, { + activeStartDate: Se, drillUp: Fe, formatMonthYear: f, formatYear: w, locale: H, maxDate: R, - minDate: T, + minDate: S, navigationAriaLabel: _, navigationAriaLive: A, navigationLabel: Z, - next2AriaLabel: I, - next2Label: k, - nextAriaLabel: O, - nextLabel: B, + next2AriaLabel: k, + next2Label: O, + nextAriaLabel: B, + nextLabel: D, prev2AriaLabel: K, prev2Label: X, prevAriaLabel: Q, @@ -73795,8 +73688,8 @@ var J1 = n(function (e, t) { views: Ae, }) : null, - G.jsxs("div", { - className: "".concat(O1, "__viewContainer"), + I.jsxs("div", { + className: "".concat(V1, "__viewContainer"), onBlur: ne ? Ge : void 0, onMouseLeave: ne ? Ge : void 0, children: [$e(), re ? $e(!0) : null], @@ -73804,9 +73697,9 @@ var J1 = n(function (e, t) { ], }); }); -const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { +const G1 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { const o = ((e) => - vT({ + sS({ "& .react-calendar__navigation": { display: "flex", justifyContent: "space-between", @@ -73914,21 +73807,21 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { "& .react-calendar__century-view__decades": { "& button": { minWidth: 120 }, }, - }))(yt()); - return kt("div", { + }))(gt()); + return Vt("div", { css: [o], - children: kt(J1, { + children: Vt(z1, { onChange: (e) => { - e && t(QQ.fromJSDate(e)); + e && t(UQ.fromJSDate(e)); }, value: null == e ? void 0 : e.toJSDate(), minDate: null == n ? void 0 : n.toJSDate(), maxDate: null == r ? void 0 : r.toJSDate(), navigationLabel: ({ label: e }) => { const t = e.split(" "); - return kt(C, { + return Vt(C, { children: t.map((e, t) => - kt( + Vt( "span", { className: 1 === t ? "secondaryItem" : "", children: e }, `calLabItem-${t}`, @@ -73939,21 +73832,21 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { next2Label: null, prev2Label: null, calendarType: "gregory", - nextLabel: kt(ma, {}), - prevLabel: kt(pa, {}), + nextLabel: Vt(ia, {}), + prevLabel: Vt(oa, {}), }), }); }, - t6 = ({ + $1 = ({ value: e, onChange: t, completeCallback: n, secondsSelector: r = !1, timeFormat: o = "24h", }) => { - const i = yt(), + const i = gt(), C = ((e) => - vT({ + sS({ "& .timeTitle": { display: "flex", justifyContent: "center", @@ -74008,7 +73901,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }, }))(i), s = ((e) => - vT({ + sS({ cursor: "pointer", display: "flex", width: "100%", @@ -74036,7 +73929,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { ) return null; const u = ({ label: n, type: r, className: i, itemValue: l }) => - kt("button", { + Vt("button", { css: s, onClick: () => { ((n, r) => { @@ -74082,7 +73975,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { : null == e ? void 0 : e.second; - return kt( + return Vt( u, { itemValue: n, @@ -74093,20 +73986,20 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { `${t}-${n}`, ); }); - return Ot("div", { + return Tt("div", { css: C, children: [ - kt(yT, { className: "timeTitle", children: "Time" }), - Ot(yT, { + Vt(fS, { className: "timeTitle", children: "Time" }), + Tt(fS, { className: "selectors", children: [ - Ot(yT, { + Tt(fS, { className: "columnSelector", children: [ - kt("span", { className: "titleElement", children: "Hour" }), - kt(yT, { + Vt("span", { className: "titleElement", children: "Hour" }), + Vt(fS, { className: "scrollRollbar", - children: kt( + children: Vt( () => Array.from(Array("12h" === o ? 12 : 24).keys()).map( (t) => { @@ -74115,7 +74008,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { null == e ? void 0 : e.toFormat("12h" === o ? "h" : "H"); - return kt( + return Vt( u, { itemValue: n, @@ -74132,43 +74025,43 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }), ], }), - Ot(yT, { + Tt(fS, { className: "columnSelector", children: [ - kt("span", { className: "titleElement", children: "Minute" }), - kt(yT, { + Vt("span", { className: "titleElement", children: "Minute" }), + Vt(fS, { className: "scrollRollbar", - children: kt(p, { type: "minute" }), + children: Vt(p, { type: "minute" }), }), ], }), r && - Ot(yT, { + Tt(fS, { className: "columnSelector", children: [ - kt("span", { className: "titleElement", children: "Second" }), - kt(yT, { + Vt("span", { className: "titleElement", children: "Second" }), + Vt(fS, { className: "scrollRollbar", - children: kt(p, { type: "second" }), + children: Vt(p, { type: "second" }), }), ], }), "12h" === o && - Ot(yT, { + Tt(fS, { className: "columnSelector", children: [ - kt("span", { className: "titleElement", children: " " }), - Ot(yT, { + Vt("span", { className: "titleElement", children: " " }), + Tt(fS, { className: "scrollRollbar", children: [ - kt(u, { + Vt(u, { itemValue: 0, className: (null == e ? void 0 : e.hour) < 12 ? "selected" : "", label: "AM", type: "meridiem", }), - kt(u, { + Vt(u, { itemValue: 1, className: (null == e ? void 0 : e.hour) >= 12 ? "selected" : "", @@ -74184,7 +74077,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { ], }); }, - n6 = (e) => { + W1 = (e) => { if (!e) return { top: 0, left: 0, width: 0 }; const t = e.getBoundingClientRect(); return { @@ -74193,7 +74086,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { transform: "translateX(-100%)", }; }, - r6 = ({ + j1 = ({ mode: e = "all", onChange: t, maxDate: n, @@ -74206,11 +74099,11 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { timeFormat: u = "24h", onClose: p, open: m = !1, - sx: h, + sx: f, }) => { - const f = yt(), - g = i(() => (h ? vT({ ...Z(h, f) }) : {}), [h, f]), - v = ((e, t, n) => ({ + const g = gt(), + v = i(() => (f ? sS({ ...R(f, g) }) : {}), [f, g]), + w = ((e, t, n) => ({ position: t ? "absolute" : "relative", border: `1px solid ${e.colors["Color/Neutral/Border/colorBorderSubtle"]}`, backgroundColor: e.colors["Color/Neutral/Bg/colorBgContainer"], @@ -74220,9 +74113,9 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { padding: 24, borderRadius: 4, "& .modeBar": { display: "flex", gap: 16, marginBottom: 18 }, - }))(f, s, e), - w = ((e) => - vT({ + }))(g, s, e), + L = ((e) => + sS({ height: 30, display: "flex", alignItems: "center", @@ -74241,13 +74134,13 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { borderColor: e.colors["Color/Base/Royal/6"], boxShadow: e.shadows["boxShadow-02"], }, - }))(f), - [L, b] = a("calendar"), - [M, H] = a(null); + }))(g), + [b, M] = a("calendar"), + [H, E] = a(null); l(() => { if (s) { - if (m) return void H(n6(c)); - H(null); + if (m) return void E(W1(c)); + E(null); } }, [c, m, s]), l(() => { @@ -74255,8 +74148,8 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { const e = () => { p && p(); }, - t = UN((e) => { - e && e.getBoundingClientRect() && H(n6(e)); + t = _N((e) => { + e && e.getBoundingClientRect() && E(W1(e)); }, 300); window.addEventListener("resize", e), window.addEventListener("scroll", () => { @@ -74264,40 +74157,40 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }); } }, [c, p, s]); - const R = () => { + const y = () => { p && p(); }; - if (s && (!m || !M)) return null; - const y = Ot("div", { - css: [v, g], + if (s && (!m || !H)) return null; + const V = Tt("div", { + css: [w, v], onClick: (e) => e.stopPropagation(), id: `timeSelector-${C}`, - style: M || {}, + style: H || {}, children: [ "all" === e && o && - Ot(yT, { + Tt(fS, { className: "modeBar", children: [ - Ot("button", { - css: [w], - className: "calendar" === L ? "selected" : "", - onClick: () => b("calendar"), + Tt("button", { + css: [L], + className: "calendar" === b ? "selected" : "", + onClick: () => M("calendar"), children: [ - kt(Vl, {}), - kt("span", { + Vt(vl, {}), + Vt("span", { children: (null == o ? void 0 : o.toFormat("dd LLL yyyy")) || "", }), ], }), - Ot("button", { - css: [w], - className: "time" === L ? "selected" : "", - onClick: () => b("time"), + Tt("button", { + css: [L], + className: "time" === b ? "selected" : "", + onClick: () => M("time"), children: [ - kt(AC, {}), - kt("span", { + Vt(EC, {}), + Vt("span", { children: (null == o ? void 0 @@ -74309,28 +74202,28 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }), ], }), - "calendar" === L && - kt(e6, { + "calendar" === b && + Vt(G1, { minDate: r, maxDate: n, value: o, onChange: (n) => { - t(n), "all" === e && b("time"), "date" === e && p && p(); + t(n), "all" === e && M("time"), "date" === e && p && p(); }, }), - "time" === L && - kt(t6, { + "time" === b && + Vt($1, { secondsSelector: d, timeFormat: u, value: o, onChange: t, - completeCallback: R, + completeCallback: y, }), ], }); - return s ? E(kt(GN, { onClick: R, children: y }), document.body) : y; + return s ? h(Vt(ZN, { onClick: y, children: V }), document.body) : V; }, - o6 = ({ + q1 = ({ sx: e, id: n, className: r, @@ -74352,27 +74245,27 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { orientation: M = "horizontal", state: H = "normal", readOnly: E = !1, - helper: R, - pickerSx: y, + helper: y, + pickerSx: V, }) => { - const V = yt(), - S = i(() => (e ? vT({ ...Z(e, V) }) : {}), [e, V]), - [T, N] = a(!1), - [x, _] = a( + const T = gt(), + S = i(() => (e ? sS({ ...R(e, T) }) : {}), [e, T]), + [N, x] = a(!1), + [_, A] = a( (null == p ? void 0 : p.toFormat( "MM/dd/yyyy" + ("all" === u ? " HH:mm" + (L ? ":ss" : "") : ""), )) || "", ), - [A, I] = t.useState(null), + [Z, I] = t.useState(null), [k, O] = a(!1); - LT(() => { - N(!1); + dS(() => { + x(!1); }); const B = i( - () => ("arrow" === m ? kt(C, { children: kt(T ? Ha : ca, {}) }) : m), - [m, T], + () => ("arrow" === m ? Vt(C, { children: Vt(N ? ma : ta, {}) }) : m), + [m, N], ), D = { ...e, @@ -74382,15 +74275,15 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }, "& .accessoryIcon": { display: "none" }, }; - return Ot("div", { - css: [eJ, S], + return Tt("div", { + css: [GQ, S], id: `${n}-DateTimeInput`, className: `inputItem ${r}`, children: [ - kt("div", { + Vt("div", { className: "dateTimeInputContainer", - children: kt( - Cx, + children: Vt( + QN, k ? { id: n, @@ -74398,38 +74291,38 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { required: h, tooltip: o, noLabelMinWidth: g, - value: x, + value: _, onChange: (e) => { const t = e.target.value; let n = 16; if ( ("date" === u ? (n = 10) : "all" === u && L && (n = 19), - t.length < x.length) + t.length < _.length) ) - return void _(t); + return void A(t); if (isNaN(parseInt(t.slice(-1)))) return; - if (t.length >= n) return void _(t.slice(0, n)); + if (t.length >= n) return void A(t.slice(0, n)); let r = t; [2, 5].includes(t.length) ? (r = `${t}/`) : [13, 16].includes(t.length) ? (r = `${t}:`) : [10].includes(t.length) && (r = `${t} `), - _(r); + A(r); }, placeholder: "MM/DD/YYYY" + ("all" === u ? " HH:MM" + (L ? ":SS" : "") : ""), onBlur: () => { O(!1); - const e = QQ.fromFormat( - x, + const e = UQ.fromFormat( + _, "MM/dd/yyyy" + ("all" === u ? " HH:mm" + (L ? ":ss" : "") : ""), ); e.isValid ? v(e) - : _( + : A( (null == p ? void 0 : p.toFormat( @@ -74445,13 +74338,13 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { disabled: d, disableErrorUntilFocus: !0, sizeMode: b, - helper: R, + helper: y, orientation: M, state: H, readOnly: E, overlayIcon: B, overlayAction: (e) => { - d || (N(!T), I(e.currentTarget)); + d || (x(!N), I(e.currentTarget)); }, } : { @@ -74474,13 +74367,13 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { disabled: d, disableErrorUntilFocus: !0, sizeMode: b, - helper: R, + helper: y, orientation: M, state: H, readOnly: E, overlayIcon: B, overlayAction: (e) => { - d || (N(!T), I(e.currentTarget)); + d || (x(!N), I(e.currentTarget)); }, onFocus: () => { O(!0); @@ -74488,7 +74381,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }, ), }), - kt(r6, { + Vt(j1, { id: n, value: p, minDate: s, @@ -74497,11 +74390,11 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { maxDate: l, secondsSelector: L, timeFormat: w, - sx: y, + sx: V, onClose: () => { - N(!1), + x(!1), O(!1), - _( + A( (null == p ? void 0 : p.toFormat( @@ -74510,16 +74403,16 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { )) || "", ); }, - anchorEl: A, - open: T, + anchorEl: Z, + open: N, usePortal: !0, }), ], }); }, - i6 = ({ open: e, label: t, sx: n, ...r }) => { - const o = yt(), - l = i(() => (n ? vT({ ...Z(n, o) }) : {}), [n, o]), + Y1 = ({ open: e, label: t, sx: n, ...r }) => { + const o = gt(), + l = i(() => (n ? sS({ ...R(n, o) }) : {}), [n, o]), a = ((e) => ({ display: "flex", cursor: "pointer", @@ -74546,13 +74439,13 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { cursor: "not-allowed", }, }))(o); - return Ot("button", { + return Tt("button", { css: [a, l], ...r, - children: [t, kt(e ? Ha : ca, {})], + children: [t, Vt(e ? ma : ta, {})], }); }, - l6 = ({ + K1 = ({ children: e, id: t, size: n, @@ -74560,7 +74453,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { isLoading: o, ...i }) => - kt(jN, { + Vt(ON, { id: t, compact: "small" === n, variant: r, @@ -74568,7 +74461,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { icon: e, ...i, }), - a6 = ({ + X1 = ({ label: e, onChange: t, id: n, @@ -74585,10 +74478,10 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { noLabelMinWidth: h = !1, sx: f, }) => { - const g = yt(), - v = i(() => (f ? vT({ ...Z(f, g) }) : {}), [f, g]), + const g = gt(), + v = i(() => (f ? sS({ ...R(f, g) }) : {}), [f, g]), w = ((e) => - vT({ + sS({ display: "flex", flexGrow: 1, width: "100%", @@ -74626,12 +74519,12 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { "& .fileReselect": { display: "flex", alignItems: "center", gap: 12 }, }))(g), L = c(null); - return Ot("div", { + return Tt("div", { css: [w, v], className: `inputItem ${p}`, children: [ "" !== e && - Ot(XN, { + Tt(FN, { htmlFor: n, className: "inputLabel", inputSizeMode: "small", @@ -74640,23 +74533,23 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { e, a ? "*" : "", "" !== l && - kt(yT, { + Vt(fS, { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: l, placement: "top", - children: kt(yT, { className: l, children: kt(Ja, {}) }), + children: Vt(fS, { className: l, children: Vt(Ga, {}) }), }), }), ], }), - Ot(yT, { + Tt(fS, { children: [ - kt("input", { + Vt("input", { type: "file", name: r, onChange: (e) => { - const n = uq(e, "target.files[0].name", ""); + const n = nq(e, "target.files[0].name", ""); m && "" !== n.trim() ? ((e, t) => { const n = e.target.files[0], @@ -74680,12 +74573,12 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { className: "fileInputField", ref: L, }), - Ot(yT, { + Tt(fS, { className: "fileReselect", children: [ "" !== u && - kt("div", { className: "valueString", children: u || "" }), - kt(l6, { + Vt("div", { className: "valueString", children: u || "" }), + Vt(K1, { id: `file-selector-ac-${n}`, type: "button", color: "primary", @@ -74695,19 +74588,19 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }, size: "small", disabled: o, - children: kt(CL, {}), + children: Vt(Jw, {}), }), ], }), - void 0 !== C && kt(YN, { state: s, children: C }), + void 0 !== C && Vt(DN, { state: s, children: C }), ], }), ], }); }, - C6 = ({ sx: e, marginTop: t = 40, separator: n = !1, children: r, ...o }) => { - const l = yt(), - a = i(() => (e ? vT({ ...Z(e, l) }) : {}), [e, l]), + Q1 = ({ sx: e, marginTop: t = 40, separator: n = !1, children: r, ...o }) => { + const l = gt(), + a = i(() => (e ? sS({ ...R(e, l) }) : {}), [e, l]), C = ((e, t, n) => ({ display: "flex", justifyContent: "flex-end", @@ -74718,14 +74611,14 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { ? `1px solid ${e.colors["Color/Neutral/Border/colorBorderSubtle"]}` : "0", }))(l, t, n); - return kt("div", { css: [C, a], ...o, children: r }); + return Vt("div", { css: [C, a], ...o, children: r }); }, - s6 = ({ separator: e, icon: t, children: n, actions: r, sx: o, ...l }) => { - const a = yt(), - C = i(() => (o ? vT({ ...Z(o, a) }) : {}), [o, a]); - return Ot("div", { + J1 = ({ separator: e, icon: t, children: n, actions: r, sx: o, ...l }) => { + const a = gt(), + C = i(() => (o ? sS({ ...R(o, a) }) : {}), [o, a]); + return Tt("div", { css: [ - vT({ + sS({ display: "flex", alignItems: "center", justifyContent: "flex-start", @@ -74736,7 +74629,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { className: "section-title", ...l, children: [ - Ot(pq, { + Tt(rq, { item: !0, xs: !0, sx: (e) => ({ @@ -74755,10 +74648,10 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { padding: `${e.paddingSizes.sizeXXS}px 0`, }, }), - children: [t, kt("span", { className: "title", children: n })], + children: [t, Vt("span", { className: "title", children: n })], }), r && - Ot(pq, { + Tt(rq, { item: !0, xs: !0, sx: { @@ -74771,7 +74664,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { ], }); }, - c6 = ({ + e6 = ({ children: e, title: t = "", helpBox: n, @@ -74780,8 +74673,8 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { containerPadding: l = !0, withBorders: a = !0, }) => { - const C = yt(), - s = i(() => (o ? vT({ ...Z(o, C) }) : {}), [o, C]), + const C = gt(), + s = i(() => (o ? sS({ ...R(o, C) }) : {}), [o, C]), c = ((e, t, n, r) => { let o = {}; return ( @@ -74789,29 +74682,29 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { (o = { border: `${e.colors["Color/Neutral/Border/colorBorderSubtle"]} 1px solid`, borderRadius: 16, - boxShadow: uq(e, "box.shadow", "none"), + boxShadow: nq(e, "box.shadow", "none"), backgroundColor: e.colors["Color/Neutral/Bg/colorBgContainer"], }), - vT({ + sS({ ...o, display: "grid", padding: t ? 25 : 0, gap: 25, gridTemplateColumns: "1fr", "& .inputItem:not(:last-of-type)": { marginBottom: 20 }, - [`@media (min-width: ${S.md}px)`]: { + [`@media (min-width: ${w.md}px)`]: { gridTemplateColumns: n ? "2fr 1.2fr" : "1fr", }, }) ); })(C, l, !!n, a); - return Ot("div", { + return Tt("div", { css: [c, s], children: [ - Ot(yT, { + Tt(fS, { children: [ "" !== t && - kt(s6, { icon: r, sx: { marginBottom: 16 }, children: t }), + Vt(J1, { icon: r, sx: { marginBottom: 16 }, children: t }), e, ], }), @@ -74819,7 +74712,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { ], }); }, - d6 = ({ + t6 = ({ icon: e, superTitle: t = "", subTitle: n = "", @@ -74830,7 +74723,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { titleBadges: s, ...c }) => { - const d = yt(), + const d = gt(), u = ((e, t, n) => ({ boxSizing: "border-box", display: "flex", @@ -74880,7 +74773,7 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { height: "100%", }, "& .optionElement": { display: "flex", gap: e.paddingSizes.sizeXS }, - [`@media (max-width: ${S.md}px)`]: { + [`@media (max-width: ${w.md}px)`]: { "& .stContainer": { flexDirection: "column", gap: 12, @@ -74895,18 +74788,18 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }, }, }))(d, !!n, !!a); - return kt("div", { - css: [u, i(() => (l ? vT({ ...Z(l, d) }) : {}), [l, d])], + return Vt("div", { + css: [u, i(() => (l ? sS({ ...R(l, d) }) : {}), [l, d])], className: "screen-title", ...c, - children: Ot(yT, { + children: Tt(fS, { className: "stContainer", children: [ - Ot(yT, { + Tt(fS, { className: "leftItems", children: [ e - ? kt(px, { + ? Vt(rx, { sx: { "& .min-icon": { color: d.colors["Color/Brand/_minio/Raspberry"], @@ -74917,47 +74810,47 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { children: e, }) : null, - Ot(yT, { + Tt(fS, { className: "titleColumn", children: [ t && - kt("div", { + Vt("div", { className: "superTitle SM_Normal", children: t, }), - kt(yT, { className: "titleElement Heading3", children: r }), + Vt(fS, { className: "titleElement Heading3", children: r }), n && - kt("span", { + Vt("span", { className: "subTitle SM_Normal", children: n, }), ], }), s && - kt(yT, { + Vt(fS, { className: "badges", children: null == s ? void 0 - : s.map((e, t) => kt(C, { children: e }, `badge-${t}`)), + : s.map((e, t) => Vt(C, { children: e }, `badge-${t}`)), }), a && - kt(yT, { + Vt(fS, { className: "options", children: null == a ? void 0 : a.map((e, t) => - Ot( - yT, + Tt( + fS, { className: "optionElement", children: [ - kt(yT, { + Vt(fS, { className: "title SM_Normal", children: e.title, }), - kt(yT, { + Vt(fS, { className: "value SM_Strong", children: e.value, }), @@ -74969,20 +74862,20 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }), ], }), - o && kt(yT, { className: "rightItems", children: o }), + o && Vt(fS, { className: "rightItems", children: o }), ], }), }); }, - u6 = ({ icon: e, title: t, help: n, ...r }) => - kt(yT, { + n6 = ({ icon: e, title: t, help: n, ...r }) => + Vt(fS, { className: "help-box", withBorders: !0, sx: { padding: 8 }, ...r, - children: kt(d6, { icon: e, title: t, subTitle: n, actions: kt(C, {}) }), + children: Vt(t6, { icon: e, title: t, subTitle: n, actions: Vt(C, {}) }), }), - p6 = (e, t) => { + r6 = (e, t) => { const n = ((e, t) => ({ primary: { @@ -75025,12 +74918,12 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { }, }; }, - m6 = ({ sx: e, children: t, variant: n = "primary", ...r }) => { - const o = yt(), - l = i(() => (e ? vT({ ...Z(e, o) }) : {}), [e, o]); - return kt("a", { css: [p6(o, n), l], ...r, children: t }); + o6 = ({ sx: e, children: t, variant: n = "primary", ...r }) => { + const o = gt(), + l = i(() => (e ? sS({ ...R(e, o) }) : {}), [e, o]); + return Vt("a", { css: [r6(o, n), l], ...r, children: t }); }, - h6 = ({ + i6 = ({ label: e = "", isLoading: t = !1, variant: n = "primary", @@ -75038,16 +74931,16 @@ const e6 = ({ value: e, onChange: t, minDate: n, maxDate: r }) => { children: o, ...l }) => { - const a = yt(), - s = i(() => (r ? vT({ ...Z(r, a) }) : {}), [r, a]); - return kt("button", { + const a = gt(), + s = i(() => (r ? sS({ ...R(r, a) }) : {}), [r, a]); + return Vt("button", { className: "LinkButton", - css: [p6(a, n), s], + css: [r6(a, n), s], ...l, - children: t ? kt(C, {}) : Ot(C, { children: [e, o] }), + children: t ? Vt(C, {}) : Tt(C, { children: [e, o] }), }); }; -function f6(e, t, n, r) { +function l6(e, t, n, r) { return new (n || (n = Promise))(function (t, o) { function i(e) { try { @@ -75078,7 +74971,7 @@ function f6(e, t, n, r) { }); } "function" == typeof SuppressedError && SuppressedError; -const g6 = [ +const a6 = [ "geforce 320m", "geforce 8600", "geforce 8600m gt", @@ -75127,16 +75020,16 @@ const g6 = [ "sgx 543", "sgx543", ]; -function v6(e) { +function C6(e) { return e .toLowerCase() .replace(/.*angle ?\((.+)\)(?: on vulkan [0-9.]+)?$/i, "$1") .replace(/\s(\d{1,2}gb|direct3d.+$)|\(r\)| \([^)]+\)$/g, "") .replace(/(?:vulkan|opengl) \d+\.\d+(?:\.\d+)?(?: \((.*)\))?/, "$1"); } -const w6 = "undefined" == typeof window, - L6 = (() => { - if (w6) return; +const s6 = "undefined" == typeof window, + c6 = (() => { + if (s6) return; const { userAgent: e, platform: t, maxTouchPoints: n } = window.navigator, r = /(iphone|ipod|ipad)/i.test(e), o = "iPad" === t || ("MacIntel" === t && n > 0 && !window.MSStream); @@ -75147,14 +75040,14 @@ const w6 = "undefined" == typeof window, isFirefox: /Firefox/.test(e), }; })(); -class b6 extends Error { +class d6 extends Error { constructor(e) { super(e), Object.setPrototypeOf(this, new.target.prototype); } } -const M6 = [], - H6 = []; -function E6(e, t) { +const u6 = [], + p6 = []; +function m6(e, t) { if (e === t) return 0; const n = e; e.length > t.length && ((e = t), (t = n)); @@ -75170,18 +75063,18 @@ function E6(e, t) { s = 0, c = 0, d = 0; - for (; c < r; ) (H6[c] = e.charCodeAt(l + c)), (M6[c] = ++c); + for (; c < r; ) (p6[c] = e.charCodeAt(l + c)), (u6[c] = ++c); for (; d < o; ) for (i = t.charCodeAt(l + d), a = d++, s = d, c = 0; c < r; c++) - (C = i === H6[c] ? a : a + 1), - (a = M6[c]), - (s = M6[c] = a > s ? (C > s ? s + 1 : C) : C > a ? a + 1 : C); + (C = i === p6[c] ? a : a + 1), + (a = u6[c]), + (s = u6[c] = a > s ? (C > s ? s + 1 : C) : C > a ? a + 1 : C); return s; } -function R6(e) { +function h6(e) { return null != e; } -const y6 = ({ +const f6 = ({ mobileTiers: e = [0, 15, 30, 60], desktopTiers: t = [0, 15, 30, 60], override: n = {}, @@ -75189,18 +75082,18 @@ const y6 = ({ failIfMajorPerformanceCaveat: o = !1, benchmarksURL: i = "https://unpkg.com/detect-gpu@5.0.54/dist/benchmarks", } = {}) => - f6(void 0, void 0, void 0, function* () { + l6(void 0, void 0, void 0, function* () { const l = {}; - if (w6) return { tier: 0, type: "SSR" }; + if (s6) return { tier: 0, type: "SSR" }; const { - isIpad: a = !!(null == L6 ? void 0 : L6.isIpad), - isMobile: C = !!(null == L6 ? void 0 : L6.isMobile), + isIpad: a = !!(null == c6 ? void 0 : c6.isIpad), + isMobile: C = !!(null == c6 ? void 0 : c6.isMobile), screenSize: s = window.screen, loadBenchmarks: c = (e) => - f6(void 0, void 0, void 0, function* () { + l6(void 0, void 0, void 0, function* () { const t = yield fetch(`${i}/${e}`).then((e) => e.json()); if (parseInt(t.shift().split(".")[0], 10) < 4) - throw new b6( + throw new d6( "Detect GPU benchmark data is out of date. Please update to version 4x", ); return t; @@ -75217,7 +75110,7 @@ const y6 = ({ }); let p, m = ""; - if (d) (d = v6(d)), (p = [d]); + if (d) (d = C6(d)), (p = [d]); else { const e = r || @@ -75236,9 +75129,9 @@ const y6 = ({ r.getContext("webgl", n) || r.getContext("experimental-webgl", n); return null != o ? o : void 0; - })(null == L6 ? void 0 : L6.isSafari12, o); + })(null == c6 ? void 0 : c6.isSafari12, o); if (!e) return u(0, "WEBGL_UNSUPPORTED"); - const t = (null == L6 ? void 0 : L6.isFirefox) + const t = (null == c6 ? void 0 : c6.isFirefox) ? null : e.getExtension("WEBGL_debug_renderer_info"); if ( @@ -75249,7 +75142,7 @@ const y6 = ({ ) return u(1, "FALLBACK"); (m = d), - (d = v6(d)), + (d = C6(d)), (p = (function (e, t, n) { return "apple gpu" === t ? (function (e, t, n) { @@ -75302,7 +75195,7 @@ const y6 = ({ o = "801621810", i = "8016218135", l = "80162181161", - a = (null == L6 ? void 0 : L6.isIpad) + a = (null == c6 ? void 0 : c6.isIpad) ? [ ["a7", l, 12], ["a8", i, 15], @@ -75347,7 +75240,7 @@ const y6 = ({ const h = (yield Promise.all( p.map(function (e) { var t; - return f6(this, void 0, void 0, function* () { + return l6(this, void 0, void 0, function* () { const n = ((e) => { const t = C ? [ @@ -75377,7 +75270,7 @@ const y6 = ({ try { i = yield o; } catch (n) { - if (n instanceof b6) throw n; + if (n instanceof d6) throw n; return; } const d = (function (e) { @@ -75404,7 +75297,7 @@ const y6 = ({ [f, , , , g] = p > 1 ? u - .map((e) => [e, E6(m, e[2])]) + .map((e) => [e, m6(m, e[2])]) .sort(([, e], [, t]) => e - t)[0][0] : u[0], v = Number.MAX_VALUE; @@ -75422,12 +75315,12 @@ const y6 = ({ }); }), )) - .filter(R6) + .filter(h6) .sort(([e = Number.MAX_VALUE, t], [n = Number.MAX_VALUE, r]) => e === n ? t - r : e - n, ); if (!h.length) { - const e = g6.find((e) => d.includes(e)); + const e = a6.find((e) => d.includes(e)); return e ? u(0, "BLOCKLISTED", e) : u(1, "FALLBACK", `${d} (${m})`); } const [, f, g, v] = h[0]; @@ -75437,7 +75330,7 @@ const y6 = ({ for (let e = 0; e < w.length; e++) f >= w[e] && (L = e); return u(L, "BENCHMARK", g, f, v); }), - V6 = ({ + g6 = ({ logoProps: e, form: t, formFooter: n, @@ -75446,11 +75339,11 @@ const y6 = ({ backgroundAnimation: i = !0, }) => { const C = ((e) => - vT({ + sS({ width: "100vw", height: "100vh", position: "relative", - backgroundColor: uq(e, "login.promoBG", "#000110"), + backgroundColor: nq(e, "login.promoBG", "#000110"), display: "flex", alignItems: "center", justifyContent: "flex-end", @@ -75499,7 +75392,7 @@ const y6 = ({ minHeight: 540, borderRadius: 16, border: `1px solid ${e.colors["Color/Neutral/Border/colorBorderSubtle"]}`, - boxShadow: uq(e, "login.formShadow", "none"), + boxShadow: nq(e, "login.formShadow", "none"), boxSizing: "border-box", padding: "48px 46px", "& .logoContainer": { @@ -75515,12 +75408,12 @@ const y6 = ({ textAlign: "center", alignItems: "flex-end", justifyContent: "center", - color: uq(e, "login.footerElements", "#000"), + color: nq(e, "login.footerElements", "#000"), fontSize: "14px", textDecoration: "none", }, }, - [`@media (max-width: ${S.md}px)`]: { + [`@media (max-width: ${w.md}px)`]: { marginRight: "initial", maxWidth: "initial", paddingLeft: 0, @@ -75544,7 +75437,7 @@ const y6 = ({ minHeight: 200, bottom: "0", right: 0, - filter: uq(e, "login.bgFilter", "none"), + filter: nq(e, "login.bgFilter", "none"), transform: "rotateY(180deg)", "& .videoBG": { width: "100%", @@ -75553,7 +75446,7 @@ const y6 = ({ position: "absolute", bottom: -200, right: 0, - filter: uq(e, "login.bgFilter", "none"), + filter: nq(e, "login.bgFilter", "none"), "&:before": { position: "absolute", width: "100%", @@ -75576,71 +75469,71 @@ const y6 = ({ }, "& .videoBG": { width: "100%" }, }, - [`@media (max-width: ${S.md}px)`]: { display: "none" }, + [`@media (max-width: ${w.md}px)`]: { display: "none" }, }, - }))(yt()), + }))(gt()), [s, c] = a(!1); return ( l(() => { (async () => { - const e = await y6(); + const e = await f6(); c(!!e.gpu && e.tier >= 2); })(); }, []), - Ot("div", { + Tt("div", { css: C, children: [ - Ot(yT, { + Tt(fS, { className: "mainContainer", children: [ (r || o) && - Ot(yT, { + Tt(fS, { className: "promoContainer", children: [ - kt(yT, { className: "promoHeader", children: o }), - kt(yT, { className: "promoInfo", children: r }), + Vt(fS, { className: "promoHeader", children: o }), + Vt(fS, { className: "promoInfo", children: r }), ], }), - Ot(yT, { + Tt(fS, { className: "loginForm", children: [ - kt(yT, { + Vt(fS, { className: "logoContainer", - children: kt(iN, { ...e }), + children: Vt(YS, { ...e }), }), - Ot(yT, { + Tt(fS, { className: "formContainer", children: [ - kt(yT, { className: "form", children: t }), - n && kt(yT, { className: "footer", children: n }), + Vt(fS, { className: "form", children: t }), + n && Vt(fS, { className: "footer", children: n }), ], }), ], }), ], }), - kt(yT, { + Vt(fS, { className: "videoContainer", children: s && i - ? kt("video", { + ? Vt("video", { autoPlay: !0, playsInline: !0, muted: !0, loop: !0, disablePictureInPicture: !0, - poster: y, + poster: g, className: "videoBG", - children: kt("source", { src: V, type: "video/mp4" }), + children: Vt("source", { src: v, type: "video/mp4" }), }) - : kt("img", { src: y, className: "videoBG" }), + : Vt("img", { src: g, className: "videoBG" }), }), ], }) ); }, - S6 = ({ children: e, cache: t }) => kt(Ht, { value: t, children: e }), - T6 = ({ + v6 = ({ children: e, cache: t }) => Vt(mt, { value: t, children: e }), + w6 = ({ onClose: e, open: t, title: n, @@ -75651,12 +75544,12 @@ const y6 = ({ customMaxWidth: c = 750, sx: d, }) => { - const u = yt(); - LT(e); + const u = gt(); + dS(e); const [p, m] = a(!1), - h = i(() => (d ? vT({ ...Z(d, u) }) : {}), [d, u]), - f = ((e) => - vT({ + f = i(() => (d ? sS({ ...R(d, u) }) : {}), [d, u]), + g = ((e) => + sS({ position: "fixed", zIndex: 1200, width: "100vw", @@ -75671,8 +75564,8 @@ const y6 = ({ backdropFilter: "blur(4px)", "&.active": { opacity: 1, transition: "opacity 0.3s" }, }))(u), - g = ((e, t) => - vT({ + v = ((e, t) => + sS({ fontFamily: "'Geist', sans-serif", color: e.colors["Color/Neutral/Text/colorTextLabel"], width: "100%", @@ -75689,8 +75582,8 @@ const y6 = ({ overflowY: "auto", }, }))(u, o ? c : "100%"), - v = ((e) => - vT({ + w = ((e) => + sS({ display: "flex", flexGrow: 1, justifyContent: "space-between", @@ -75748,37 +75641,37 @@ const y6 = ({ !t) ) return null; - const w = kt("div", { - css: [h], + const L = Vt("div", { + css: [f], className: "modalBoxMain", - children: kt("div", { - css: s ? f : {}, + children: Vt("div", { + css: s ? g : {}, className: "overlay " + (p ? "active" : ""), - children: Ot("div", { - css: g, + children: Tt("div", { + css: v, className: "modalContainer", children: [ - Ot("div", { - css: v, + Tt("div", { + css: w, className: "modalTitleBar", children: [ - Ot("div", { className: "title", children: [C, n] }), - kt("button", { + Tt("div", { className: "title", children: [C, n] }), + Vt("button", { className: "closeModalButton", id: "close", onClick: e, - children: kt(CT, {}), + children: Vt(JT, {}), }), ], }), - kt("div", { className: "dialogContent", children: r }), + Vt("div", { className: "dialogContent", children: r }), ], }), }), }); - return E(w, document.body); + return h(L, document.body); }, - N6 = ({ + L6 = ({ title: e = "", children: t, action: n, @@ -75792,21 +75685,21 @@ const y6 = ({ sx: u, ...p }) => { - const m = yt(), + const m = gt(), h = "" !== e.trim() ? "card" : "banner", - f = i(() => (u ? vT({ ...Z(u, m) }) : {}), [u, m]), + f = i(() => (u ? sS({ ...R(u, m) }) : {}), [u, m]), g = i(() => { switch (l) { case "information": - return kt(Dh, {}); + return Vt(Nh, {}); case "success": - return kt(Ba, {}); + return Vt(Sa, {}); case "warning": - return kt(Sa, {}); + return Vt(wa, {}); case "danger": - return kt(hC, {}); + return Vt(lC, {}); default: - return kt(dC, {}); + return Vt(nC, {}); } }, [l]), v = ((e, t) => @@ -75867,7 +75760,7 @@ const y6 = ({ titleColor: e.colors["Color/Neutral/Text/colorTextHeading"], }, })[t])(m, l), - w = vT({ + w = sS({ alignItems: "center", padding: `${m.paddingSizes.sizeXS}px ${m.paddingSizes.size}px`, "& .dismissAlert": { alignSelf: "center" }, @@ -75875,7 +75768,7 @@ const y6 = ({ "& .fillTitleContent": { alignItems: "center" }, }, }), - L = vT({ + L = sS({ alignItems: "flex-start", padding: m.paddingSizes.size, "& .dismissAlert": { alignSelf: "flex-start" }, @@ -75883,7 +75776,7 @@ const y6 = ({ "& .fillTitleContent": { alignItems: "flex-start" }, }, }), - b = vT({ + b = sS({ "& .alertInitLine": { "& .notificationTitle": { "& .cardTitle": { @@ -75903,7 +75796,7 @@ const y6 = ({ }, }, }), - M = vT({ + M = sS({ display: "flex", width: "100%", backgroundColor: @@ -75984,44 +75877,44 @@ const y6 = ({ }, }); return c - ? kt("div", {}) - : Ot("div", { + ? Vt("div", {}) + : Tt("div", { css: [M, "banner" === h ? w : L, ...(s ? [b] : []), f], className: "notification-alert", id: d, ...p, children: [ g, - kt("div", { + Vt("div", { className: "mainInfoContainer", - children: Ot("div", { + children: Tt("div", { className: "alertInitLine", children: [ - kt("div", { + Vt("div", { className: "notificationTitle", - children: kt("div", { + children: Vt("div", { className: "fillTitleContent", children: "banner" === h - ? Ot(C, { + ? Tt(C, { children: [ - kt("div", { + Vt("div", { className: "content", children: t, }), - n && kt("div", { children: n }), + n && Vt("div", { children: n }), ], }) - : kt("div", { className: "cardTitle", children: e }), + : Vt("div", { className: "cardTitle", children: e }), }), }), "card" === h && - Ot("div", { + Tt("div", { className: "cardContent", children: [ - kt("div", { className: "content", children: t }), + Vt("div", { className: "content", children: t }), n && - kt("div", { + Vt("div", { className: "actionCardMode", children: n, }), @@ -76031,15 +75924,15 @@ const y6 = ({ }), }), r && - kt("button", { + Vt("button", { className: "dismissAlert", onClick: r, - children: kt(CT, {}), + children: Vt(JT, {}), }), ], }); }, - x6 = ({ + b6 = ({ sx: e, children: t, horizontalPosition: n = "right", @@ -76053,8 +75946,8 @@ const y6 = ({ count: u = 0, ...p }) => { - const m = yt(), - h = i(() => (e ? vT({ ...Z(e, m) }) : {}), [e, m]), + const m = gt(), + h = i(() => (e ? sS({ ...R(e, m) }) : {}), [e, m]), f = ((e, t, n, r, o, i) => { const l = i ? "100%" : 10, a = ((e, t) => @@ -76109,21 +76002,21 @@ const y6 = ({ }, }; })(m, r, n, o, l, a); - return Ot("span", { + return Tt("span", { css: [f, h], ...p, children: [ t, !s && (u >= 0 || (d && 0 === u)) && - kt("div", { + Vt("div", { className: "counterContent", - children: a ? "" : kt(C, { children: u > c ? `${c}+` : u }), + children: a ? "" : Vt(C, { children: u > c ? `${c}+` : u }), }), ], }); }, - _6 = wT` + M6 = cS` from { opacity: 0; transform: translateY(-20px); @@ -76133,7 +76026,7 @@ const y6 = ({ transform: translateY(0); } `, - A6 = wT` + H6 = cS` from { opacity: 1; transform: translateY(0); @@ -76143,7 +76036,7 @@ const y6 = ({ transform: translateY(-20px); } `, - Z6 = wT` + E6 = cS` from { opacity: 0; transform: translateY(20px); @@ -76153,7 +76046,7 @@ const y6 = ({ transform: translateY(0); } `, - I6 = wT` + R6 = cS` from { opacity: 1; transform: translateY(0); @@ -76163,17 +76056,17 @@ const y6 = ({ transform: translateY(20px); } `, - k6 = (e, t) => - vT({ + y6 = (e, t) => + sS({ width: "max-content", maxWidth: 600, pointerEvents: "auto", margin: "0 auto", animation: e - ? `\n ${t.startsWith("bottom") ? I6 : A6} 0.3s ease forwards\n ` - : `\n ${t.startsWith("bottom") ? Z6 : _6} 0.3s ease-out forwards\n `, + ? `\n ${t.startsWith("bottom") ? R6 : H6} 0.3s ease forwards\n ` + : `\n ${t.startsWith("bottom") ? E6 : M6} 0.3s ease-out forwards\n `, }), - O6 = (e) => { + V6 = (e) => { let t = {}; switch (e) { case "top-left": @@ -76194,7 +76087,7 @@ const y6 = ({ case "bottom-center": t = { bottom: 0, left: "50%", transform: "translateX(-50%)" }; } - return vT({ + return sS({ position: "fixed", maxHeight: "100%", overflow: "hidden", @@ -76207,7 +76100,7 @@ const y6 = ({ ...t, }); }, - B6 = [ + T6 = [ "top-left", "top-right", "bottom-left", @@ -76215,13 +76108,13 @@ const y6 = ({ "top-center", "bottom-center", ], - D6 = ({ maxNotifications: e = 5 }) => { + S6 = ({ maxNotifications: e = 5 }) => { const [t, n] = a({}); return ( l(() => { - hT.setMaxNotifications(e); + lS.setMaxNotifications(e); const t = (e) => { - const t = B6.reduce( + const t = T6.reduce( (t, n) => ( (t[n] = e.filter((e) => { var t; @@ -76238,20 +76131,20 @@ const y6 = ({ n(t); }; return ( - hT.subscribe(t), + lS.subscribe(t), () => { - hT.unsubscribe(t); + lS.unsubscribe(t); } ); }, [e]), - kt(It, { - children: B6.map((e) => { + Vt(yt, { + children: T6.map((e) => { const n = t[e]; return n && 0 !== n.length - ? kt( + ? Vt( "div", { - css: [O6(e)], + css: [V6(e)], children: n.map((t) => { const { children: n, @@ -76260,14 +76153,14 @@ const y6 = ({ } = t.options, i = n ? t.message : void 0, l = n || t.message; - return kt( + return Vt( "div", { - css: k6(t.isExiting, e), - children: kt(N6, { + css: y6(t.isExiting, e), + children: Vt(L6, { title: i, variant: t.variant, - onClose: () => hT.removeNotification(t.id), + onClose: () => lS.removeNotification(t.id), wrapText: r, shadow: o, ...t.options, @@ -76285,7 +76178,7 @@ const y6 = ({ }) ); }, - P6 = vT({ + N6 = sS({ display: "flex", flexDirection: "row", width: "100%", @@ -76307,14 +76200,14 @@ const y6 = ({ }, "& .page-header-label,& .page-header-actions": { flexGrow: 1 }, }), - F6 = vT({ + x6 = sS({ display: "flex", justifyContent: "center", alignItems: "center", flexGrow: 1, margin: "0 10px", }), - U6 = vT({ + _6 = sS({ display: "flex", justifyContent: "flex-end", paddingRight: 0, @@ -76322,11 +76215,11 @@ const y6 = ({ marginLeft: 10, gap: 8, }), - z6 = ({ label: e, middleComponent: t, actions: n, sx: r, ...o }) => { - const l = yt(), - a = i(() => (r ? vT({ ...Z(r, l) }) : {}), [r, l]), + A6 = ({ label: e, middleComponent: t, actions: n, sx: r, ...o }) => { + const l = gt(), + a = i(() => (r ? sS({ ...R(r, l) }) : {}), [r, l]), C = ((e) => - vT({ + sS({ color: e.colors["Color/Brand/Neutral/colorPrimaryText"], fontSize: 20, paddingLeft: 0, @@ -76338,33 +76231,33 @@ const y6 = ({ textDecoration: "none", }, }))(l); - return Ot("div", { - css: [P6, a], + return Tt("div", { + css: [N6, a], className: "page-header", ...o, children: [ - kt(yT, { + Vt(fS, { className: "page-header-label", - children: kt("div", { css: C, children: e }), + children: Vt("div", { css: C, children: e }), }), t && - kt(yT, { + Vt(fS, { className: "page-header-middle", - children: kt("div", { css: F6, children: t }), + children: Vt("div", { css: x6, children: t }), }), - kt(yT, { + Vt(fS, { className: "page-header-actions", - children: kt("div", { css: U6, children: n }), + children: Vt("div", { css: _6, children: n }), }), ], }); }, - G6 = ({ sx: e, children: t, variant: n, className: r, ...o }) => { - const l = yt(), - a = i(() => (e ? vT({ ...Z(e, l) }) : {}), [e, l]); - return kt("div", { + Z6 = ({ sx: e, children: t, variant: n, className: r, ...o }) => { + const l = gt(), + a = i(() => (e ? sS({ ...R(e, l) }) : {}), [e, l]); + return Vt("div", { css: [ - vT({ + sS({ boxSizing: "content-box", maxWidth: "constrained" === n ? 1220 : "initial", padding: 32, @@ -76373,20 +76266,20 @@ const y6 = ({ ], className: "page-layout", ...o, - children: kt(pq, { + children: Vt(rq, { container: !0, - children: kt(pq, { item: !0, xs: 12, className: r, children: t }), + children: Vt(rq, { item: !0, xs: 12, className: r, children: t }), }), }); }, - $6 = (e, t) => + I6 = (e, t) => ({ progress: e.colors["Color/Dataviz/1"], success: e.colors["Color/Brand/Success/colorPrimary"], error: e.colors["Color/Brand/Error/colorPrimary"], paused: e.colors["Color/Brand/Neutral/colorPrimary"], })[t], - W6 = wT`0% { + k6 = cS`0% { left: -100px; visibility: visible; width: 100px; @@ -76401,7 +76294,7 @@ const y6 = ({ visibility: hidden; width: 100px; }`, - j6 = ({ + O6 = ({ progressLabel: e = !1, sx: t, value: n = 0, @@ -76412,10 +76305,10 @@ const y6 = ({ barHeight: C = 4, transparentBG: s = !1, }) => { - const c = yt(), + const c = gt(), d = ((e, t, n, r) => { - const o = $6(e, r); - return vT({ + const o = I6(e, r); + return sS({ "& .progBlock": { display: "flex", alignItems: "center", gap: 10 }, "& .progressContainer": { position: "relative", @@ -76436,28 +76329,28 @@ const y6 = ({ }); })(c, s, C, a), u = ((e, t, n) => { - const r = $6(e, n); - return vT({ + const r = I6(e, n); + return sS({ width: 100, height: t, display: "block", position: "absolute", borderRadius: t, - animation: `${W6} 1000ms linear infinite normal forwards`, + animation: `${k6} 1000ms linear infinite normal forwards`, backgroundColor: r, }); })(c, C, a), p = (100 * n) / r; - return Ot("div", { - css: [d, i(() => (t ? vT({ ...Z(t, c) }) : {}), [t, c])], + return Tt("div", { + css: [d, i(() => (t ? sS({ ...R(t, c) }) : {}), [t, c])], className: "progressBar", children: [ - Ot("div", { + Tt("div", { className: "progBlock", children: [ - kt("div", { + Vt("div", { className: "progressContainer", - children: kt( + children: Vt( "div", "indeterminate" === o ? { css: u } @@ -76466,21 +76359,21 @@ const y6 = ({ }), e && "indeterminate" !== o && - Ot("span", { + Tt("span", { className: "progressPercentage", children: [Math.floor(p), "%"], }), ], }), - "" !== l && kt("span", { className: "notificationLabel", children: l }), + "" !== l && Vt("span", { className: "notificationLabel", children: l }), ], }); }, - q6 = vT({ display: "flex", alignItems: "center", gap: 16 }), - Y6 = vT({ + B6 = sS({ display: "flex", alignItems: "center", gap: 16 }), + D6 = sS({ "& .descriptionLabel": { display: "block", marginLeft: 32, marginTop: 4 }, }), - K6 = ({ + P6 = ({ tooltip: e, label: t, id: n, @@ -76493,10 +76386,10 @@ const y6 = ({ disableOptions: d = !1, displayInColumn: u = !1, }) => { - const p = yt(), - m = i(() => (r ? vT({ ...Z(r, p) }) : {}), [r, p]), + const p = gt(), + m = i(() => (r ? sS({ ...R(r, p) }) : {}), [r, p]), h = ((e) => - vT({ + sS({ "& input": { appearance: "none", backgroundColor: "transparent", @@ -76567,7 +76460,7 @@ const y6 = ({ }, }))(p), f = ((e, t) => - vT({ + sS({ flexGrow: 1, width: "100%", display: "flex", @@ -76588,7 +76481,7 @@ const y6 = ({ }, }, }))(p, u); - return Ot(Hx, { + return Tt(px, { className: `inputItem ${l || ""}`, sx: { display: "flex", @@ -76599,41 +76492,41 @@ const y6 = ({ }, children: [ "" !== t && - Ot(XN, { + Tt(FN, { htmlFor: n, children: [ t, e && "" !== e && - kt("div", { + Vt("div", { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: e, placement: "top", - children: kt(Ja, {}), + children: Vt(Ga, {}), }), }), ], }), - kt("div", { + Vt("div", { css: f, children: s && - kt(C, { + Vt(C, { children: s.map((e) => - Ot( + Tt( "div", { - css: Y6, + css: D6, children: [ - Ot("div", { - css: q6, + Tt("div", { + css: B6, children: [ - Ot("label", { + Tt("label", { css: [h, m], htmlFor: `option-${n}-${e.value}`, children: [ - kt("input", { + Vt("input", { type: "radio", name: a, id: `option-${n}-${e.value}`, @@ -76642,20 +76535,20 @@ const y6 = ({ onChange: (t) => o(t, e.extraValue), disabled: d || !!e.disabled, }), - kt("span", { + Vt("span", { className: "radio " + (c === e.value ? "checked" : ""), }), ], }), - Ot("label", { + Tt("label", { htmlFor: `option-${n}-${e.value}`, className: `optionLabel ${c === e.value ? "checked" : ""} ${d || e.disabled ? "disabled" : ""}`, children: [ e.label, " ", e.subLabel && - kt("span", { + Vt("span", { className: "subLabel", children: e.subLabel, }), @@ -76665,7 +76558,7 @@ const y6 = ({ }), e.description && u && - kt("span", { + Vt("span", { className: "descriptionLabel", children: e.description, }), @@ -76679,11 +76572,11 @@ const y6 = ({ ], }); }, - X6 = ({ id: e, icon: t, sx: n, placeholder: r, ...o }) => { - const l = yt(), - a = i(() => (n ? vT({ ...Z(n, l) }) : {}), [n, l]), + F6 = ({ id: e, icon: t, sx: n, placeholder: r, ...o }) => { + const l = gt(), + a = i(() => (n ? sS({ ...R(n, l) }) : {}), [n, l]), C = ((e) => - vT({ + sS({ position: "relative", boxSizing: "border-box", height: 28, @@ -76700,7 +76593,7 @@ const y6 = ({ s = ((e) => { const t = e.colors["Color/Neutral/Border/colorBorderSubtle"], n = e.colors["Color/Brand/Primary/colorPrimaryBorder"]; - return vT({ + return sS({ position: "relative", width: "100%", height: 28, @@ -76738,15 +76631,15 @@ const y6 = ({ }, }); })(l); - return Ot("div", { + return Tt("div", { css: [C], children: [ - t || kt(tH, {}), - kt("input", { css: [s, a], id: e, placeholder: r, ...o }), + t || Vt(WM, {}), + Vt("input", { css: [s, a], id: e, placeholder: r, ...o }), ], }); }, - Q6 = ({ + U6 = ({ id: e, label: n = "", required: r, @@ -76766,14 +76659,14 @@ const y6 = ({ readOnly: w = !1, helper: L, }) => { - const b = yt(), - M = ix(b), + const b = gt(), + M = YN(b), [H, E] = a(!1), - [R, y] = t.useState(null), - V = i(() => (c ? vT({ ...Z(c, b) }) : {}), [c, b]), + [y, V] = t.useState(null), + T = i(() => (c ? sS({ ...R(c, b) }) : {}), [c, b]), S = d.find((e) => e.value === s), - T = S ? S.label : s, - N = vT({ + N = S ? S.label : s, + x = sS({ position: "absolute", top: 0, left: 0, @@ -76782,17 +76675,17 @@ const y6 = ({ "&:hover:not(.disabled)": { cursor: "pointer" }, cursor: p || w ? "not-allowed" : "pointer", }); - return Ot("div", { + return Tt("div", { css: [ M, - "small" === f ? lx : {}, - vT({ flexDirection: "vertical" === g ? "column" : "row" }), - V, + "small" === f ? KN : {}, + sS({ flexDirection: "vertical" === g ? "column" : "row" }), + T, ], className: `inputItem inputdiv Base_Normal ${o}`, children: [ "" !== n && - Ot(XN, { + Tt(FN, { htmlFor: e, noMinWidth: C, className: "inputLabel " + ("vertical" === g ? "verticalMode" : ""), @@ -76802,21 +76695,21 @@ const y6 = ({ n, r ? "*" : "", "" !== l && - kt("div", { + Vt("div", { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: l, placement: "top", - children: kt("div", { className: l, children: kt(Ja, {}) }), + children: Vt("div", { className: l, children: Vt(Ga, {}) }), }), }), ], }), - Ot(Cx, { + Tt(QN, { className: `select ${o || ""}`, id: e, noLabelMinWidth: C, - value: T, + value: N, sx: { position: "relative", "& .overlayAction > button": { @@ -76824,7 +76717,7 @@ const y6 = ({ backgroundColor: "transparent", }, "& .accessoryIcon": { display: "none" }, - ...V, + ...T, }, disabled: p, disableErrorUntilFocus: !0, @@ -76835,19 +76728,19 @@ const y6 = ({ orientation: g, state: v, readOnly: w, - overlayIcon: kt(H ? Ha : ca, {}), + overlayIcon: Vt(H ? ma : ta, {}), startIcon: null == S ? void 0 : S.icon, children: [ - kt("div", { + Vt("div", { id: "select-trigger", className: "" + (p || w ? "disabled" : ""), - css: N, + css: x, onClick: (e) => { - p || (y(e.currentTarget), E(!H)); + p || (V(e.currentTarget), E(!H)); }, }), H && - kt(WN, { + Vt(kN, { id: `${e}-options-selector`, options: d, selectedOption: s, @@ -76856,7 +76749,7 @@ const y6 = ({ E(!1); }, open: H, - anchorEl: R, + anchorEl: y, useAnchorWidth: !0, forSelectInput: !0, }), @@ -76865,7 +76758,7 @@ const y6 = ({ ], }); }, - J6 = ({ + z6 = ({ width: e = "150", height: t = "150", usedBytes: n, @@ -76874,8 +76767,8 @@ const y6 = ({ chartLabel: a = "", sx: C, }) => { - const s = yt(), - d = i(() => (C ? vT({ ...Z(C, s) }) : {}), [C, s]), + const s = gt(), + d = i(() => (C ? sS({ ...R(C, s) }) : {}), [C, s]), u = c(null), p = c(null); l(() => { @@ -76902,7 +76795,7 @@ const y6 = ({ (p.current.style.strokeDasharray = i + " " + (100 - i)), (p.current.style.strokeDashoffset = "" + (100 - o + 25))); }, [n, r]); - const m = A(n), + const m = E(n), h = ((e, t, n, r) => { const o = (100 * t) / n; let i = e.colors["Color/Brand/Primary/colorPrimaryActive"]; @@ -76910,7 +76803,7 @@ const y6 = ({ o >= 90 ? (i = e.colors["Color/Brand/Error/colorPrimary"]) : o >= 80 && (i = e.colors["Color/Brand/Warning/colorPrimary"]), - vT({ + sS({ "& .usedSpace": { stroke: i }, "& .availableSpace": { stroke: e.colors["Color/Neutral/Bg/colorBgDisabled"], @@ -76936,13 +76829,13 @@ const y6 = ({ }) ); })(s, n, r, a); - return Ot("svg", { + return Tt("svg", { css: [h, d], width: e, height: t, viewBox: "0 0 42 42", children: [ - kt("circle", { + Vt("circle", { className: "usedSpace", cx: "21", cy: "21", @@ -76953,7 +76846,7 @@ const y6 = ({ strokeDashoffset: "25", ref: u, }), - kt("circle", { + Vt("circle", { className: "availableSpace", cx: "21", cy: "21", @@ -76966,16 +76859,16 @@ const y6 = ({ ref: p, }), o && - Ot("g", { + Tt("g", { className: "chartText", children: [ - Ot("text", { + Tt("text", { x: "50%", y: "50%", className: "chartNumber", children: [m.total, " ", m.unit], }), - kt("text", { + Vt("text", { x: "50%", y: "50%", className: "chartLabel", @@ -76986,7 +76879,7 @@ const y6 = ({ ], }); }, - e9 = vT({ + G6 = sS({ display: "flex", alignItems: "center", flexGrow: 1, @@ -77006,7 +76899,7 @@ const y6 = ({ "& .inputLabel": { marginBottom: 0 }, "& .displayValue": { fontSize: 12, fontWeight: "bold" }, }), - t9 = ({ + $6 = ({ id: e, tooltip: t = "", noLabelMinWidth: n, @@ -77024,8 +76917,8 @@ const y6 = ({ disabled: h = !1, ...f }) => { - const g = yt(), - v = i(() => (C ? vT({ ...Z(C, g) }) : {}), [C, g]), + const g = gt(), + v = i(() => (C ? sS({ ...R(C, g) }) : {}), [C, g]), w = ((e) => { const t = { "-webkit-appearance": "none", @@ -77035,7 +76928,7 @@ const y6 = ({ width: 15, borderRadius: "100%", }; - return vT({ + return sS({ '&[type="range"]': { width: "100%", height: 6, @@ -77061,7 +76954,7 @@ const y6 = ({ }); })(g), L = ((e) => - vT({ + sS({ position: "absolute", width: "100%", height: 6, @@ -77076,18 +76969,18 @@ const y6 = ({ backgroundColor: e.colors["Color/Neutral/Bg/colorBgDisabled"], }, }))(g); - return Ot("div", { + return Tt("div", { css: [ - e9, + G6, a && "" !== a - ? vT({ "& .inputLabel": { marginBottom: a ? 18 : 0 } }) + ? sS({ "& .inputLabel": { marginBottom: a ? 18 : 0 } }) : {}, v, ], className: `slider ${l}`, children: [ "" !== r && - Ot(XN, { + Tt(FN, { htmlFor: e, noMinWidth: n, className: "inputLabel", @@ -77095,24 +76988,24 @@ const y6 = ({ r, o ? "*" : "", "" !== t && - kt("div", { + Vt("div", { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: t, placement: "top", - children: kt("div", { className: t, children: kt(Ja, {}) }), + children: Vt("div", { className: t, children: Vt(Ga, {}) }), }), }), ], }), - Ot("div", { + Tt("div", { className: "textBoxContainer", children: [ - Ot("div", { - css: vT({ display: "flex", alignItems: "center", gap: 8 }), + Tt("div", { + css: sS({ display: "flex", alignItems: "center", gap: 8 }), children: [ - Ot("div", { - css: vT({ + Tt("div", { + css: sS({ flexGrow: 1, position: "relative", height: 6, @@ -77120,7 +77013,7 @@ const y6 = ({ alignItems: "flex-start", }), children: [ - kt("input", { + Vt("input", { css: [w], id: e, type: "range", @@ -77131,27 +77024,27 @@ const y6 = ({ disabled: h, ...f, }), - kt("div", { + Vt("div", { css: [L], className: "" + (h ? "disabled" : ""), }), ], }), u - ? kt("span", { + ? Vt("span", { className: "displayValue", children: p ? p(d || 0) : d, }) : null, ], }), - "" !== a && kt(YN, { state: "error", children: a }), + "" !== a && Vt(DN, { state: "error", children: a }), ], }), ], }); }, - n9 = ({ + W6 = ({ horizontal: e, id: t, onClick: n, @@ -77160,9 +77053,9 @@ const y6 = ({ icon: i, selected: l, }) => { - const a = yt(), + const a = gt(), C = ((e) => - vT({ + sS({ cursor: "pointer", display: "flex", alignItems: "center", @@ -77209,7 +77102,7 @@ const y6 = ({ }, }))(a), s = ((e) => - vT({ + sS({ height: 34, width: "auto", color: e.colors["Color/Neutral/Text/colorTextLabel"], @@ -77231,7 +77124,7 @@ const y6 = ({ "&:after": { display: "block" }, }, }))(a); - return Ot("button", { + return Tt("button", { css: [C, e ? s : {}], id: t, onClick: () => n(), @@ -77240,9 +77133,9 @@ const y6 = ({ children: [i, r], }); }, - r9 = ({ selectedTab: e, useRouteTabs: t, id: n, children: r }) => - t || e === n ? kt("div", { id: n, children: r }) : null, - o9 = ({ + j6 = ({ selectedTab: e, useRouteTabs: t, id: n, children: r }) => + t || e === n ? Vt("div", { id: n, children: r }) : null, + q6 = ({ horizontal: e, options: t, currentTabOrPath: n, @@ -77254,10 +77147,10 @@ const y6 = ({ sx: s, ...c }) => { - const d = yt(), - u = i(() => (s ? vT({ ...Z(s, d) }) : {}), [s, d]), + const d = gt(), + u = i(() => (s ? sS({ ...R(s, d) }) : {}), [s, d]), p = ((e) => - vT({ + sS({ display: "flex", flexDirection: "row", height: "100%", @@ -77294,7 +77187,7 @@ const y6 = ({ }, }))(d), m = ((e) => - vT({ + sS({ flexDirection: "column", border: "none", backgroundColor: e.colors["Color/Neutral/Bg/colorBgContainer"], @@ -77323,27 +77216,27 @@ const y6 = ({ }, "& .tabsPanels": { border: "none", padding: "16px 0px" }, }))(d); - return Ot("div", { + return Tt("div", { css: [p, e ? m : {}, u], className: "tabs", ...c, children: [ - Ot("div", { + Tt("div", { className: "optionsContainer", children: [ - a && kt("div", { children: a }), - kt("div", { + a && Vt("div", { children: a }), + Vt("div", { className: "optionsList", children: t.map((t, o) => t ? t.separator - ? kt( + ? Vt( "div", { className: "separator" }, `v-tab-separator-${o}`, ) - : kt( - n9, + : Vt( + W6, { id: t.tabConfig.id, onClick: () => { @@ -77362,13 +77255,13 @@ const y6 = ({ : null, ), }), - C && kt("div", { children: C }), + C && Vt("div", { children: C }), ], }), - kt("div", { + Vt("div", { className: "tabsPanels", children: r - ? kt(r9, { + ? Vt(j6, { id: "routes-tab-container", useRouteTabs: r, children: o, @@ -77377,8 +77270,8 @@ const y6 = ({ if (!e.separator) return e.tabConfig.disabled ? null - : kt( - r9, + : Vt( + j6, { id: e.tabConfig.id, selectedTab: n, @@ -77392,7 +77285,7 @@ const y6 = ({ ], }); }, - i9 = ({ + Y6 = ({ children: e, color: t = "primary", sx: n, @@ -77403,8 +77296,8 @@ const y6 = ({ icon: C, ...s }) => { - const c = yt(), - d = i(() => (n ? vT({ ...Z(n, c) }) : {}), [n, c]), + const c = gt(), + d = i(() => (n ? sS({ ...R(n, c) }) : {}), [n, c]), u = ((e, t) => { const n = ((e, t) => ({ @@ -77480,23 +77373,23 @@ const y6 = ({ "& svg": { width: 14, height: 14, minWidth: 14, minHeight: 14 }, }, }))(c); - return Ot("span", { + return Tt("span", { css: [u, "small" === a ? p : {}, d], id: o, ...s, children: [ C, - Ot("span", { children: [l, e] }), + Tt("span", { children: [l, e] }), r && - kt("button", { + Vt("button", { className: "deleteTagButton", onClick: () => r(o), - children: kt(CT, {}), + children: Vt(JT, {}), }), ], }); }, - l9 = ({ + K6 = ({ id: e, tooltip: t = "", index: n, @@ -77510,19 +77403,19 @@ const y6 = ({ sx: d, ...u }) => { - const p = yt(), - m = i(() => (d ? vT({ ...Z(d, p) }) : {}), [d, p]), - h = rx(p); - return Ot("div", { + const p = gt(), + m = i(() => (d ? sS({ ...R(d, p) }) : {}), [d, p]), + h = jN(p); + return Tt("div", { css: [ - ix(p), - vT({ flexDirection: "vertical" === c ? "column" : "row" }), + YN(p), + sS({ flexDirection: "vertical" === c ? "column" : "row" }), m, ], className: `inputItem ${a}`, children: [ "" !== o && - Ot(XN, { + Tt(FN, { htmlFor: e, noMinWidth: r, className: "inputLabel " + ("vertical" === c ? "verticalMode" : ""), @@ -77531,35 +77424,34 @@ const y6 = ({ o, l ? "*" : "", "" !== t && - kt("div", { + Vt("div", { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: t, placement: "top", - children: kt("div", { className: t, children: kt(Ja, {}) }), + children: Vt("div", { className: t, children: Vt(Ga, {}) }), }), }), ], }), - Ot("div", { + Tt("div", { className: "textBoxContainer", children: [ - kt("textarea", { + Vt("textarea", { css: [h, { minHeight: 92 }], id: e, - fullWidth: !0, className: `Base_Normal inputRebase ${s}State`, "data-index": n, rows: 5, ...u, }), - void 0 !== C && kt(YN, { state: s, children: C }), + void 0 !== C && Vt(DN, { state: s, children: C }), ], }), ], }); }, - a9 = { + X6 = { "Color/Base/Royal/0": "#eff6ff", "Color/Base/Royal/1": "#dceafd", "Color/Base/Royal/2": "#b8d5fb", @@ -77785,7 +77677,7 @@ const y6 = ({ "Color/Brand/_gradient/Detructive/colorTopHover": "#ff7232", "Color/Brand/_gradient/Detructive/colorBottomHover": "#ffa46d", }, - C9 = { + Q6 = { "Color/Base/Royal/0": "#131f4d", "Color/Base/Royal/1": "#182f80", "Color/Base/Royal/2": "#1732a2", @@ -78011,7 +77903,7 @@ const y6 = ({ "Color/Brand/_gradient/Detructive/colorTopHover": "#ff7232", "Color/Brand/_gradient/Detructive/colorBottomHover": "#ffa46d", }, - s9 = { + J6 = { "boxShadow-01": "0 1px 1px 0 rgba(0, 0, 0, 0.15)", "boxShadow-02": "0px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 1px 6px -1px rgba(0, 0, 0, 0.07), 0px 2px 4px 0px rgba(0, 0, 0, 0.07)", @@ -78023,14 +77915,14 @@ const y6 = ({ "focusStyle-Dark": "0px 0px 0px 2px rgba(100, 164, 245, 0.30)", "contentShadow-Light": "0px 2px 2px 0px rgba(121, 135, 151, 0.15)", }, - c9 = { colors: a9, shadows: s9, paddingSizes: T, borderRadius: N }, - d9 = { colors: C9, shadows: s9, paddingSizes: T, borderRadius: N }, - u9 = ({ darkMode: e = !1, children: t, customTheme: n }) => { - let r = e ? d9 : c9; - return n && (r = n), kt(St, { theme: r, children: t }); + e9 = { colors: X6, shadows: J6, paddingSizes: L, borderRadius: b }, + t9 = { colors: Q6, shadows: J6, paddingSizes: L, borderRadius: b }, + n9 = ({ darkMode: e = !1, children: t, customTheme: n }) => { + let r = e ? t9 : e9; + return n && (r = n), Vt(wt, { theme: r, children: t }); }, - p9 = vT({ display: "flex", alignItems: "center" }), - m9 = vT({ + r9 = sS({ display: "flex", alignItems: "center" }), + o9 = sS({ "& .inputBase": { display: "flex", justifyContent: "flex-start", @@ -78041,13 +77933,13 @@ const y6 = ({ }, "& .actionDescription": { marginTop: 4 }, }), - h9 = vT({ + i9 = sS({ "& .inputBase": { flexFlow: "row-reverse", justifyContent: "space-between", }, }), - f9 = ({ + l9 = ({ tooltip: e, label: t, id: n, @@ -78061,10 +77953,10 @@ const y6 = ({ inverse: d = !1, ...u }) => { - const p = yt(), - m = i(() => (r ? vT({ ...Z(r, p) }) : {}), [r, p]), + const p = gt(), + m = i(() => (r ? sS({ ...R(r, p) }) : {}), [r, p]), h = ((e) => - vT({ + sS({ width: 28, height: 16, position: "relative", @@ -78124,73 +78016,73 @@ const y6 = ({ }, }))(p), f = ((e) => - vT({ + sS({ fontSize: 12, color: e.colors["Color/Neutral/Text/colorTextHeading"], margin: "0 8px 0 10px", fontWeight: "normal", }))(p), - g = Ot("div", { - css: [p9], + g = Tt("div", { + css: [r9], children: [ !l && C && - kt("span", { css: f, children: a && a.length > 1 ? a[1] : "OFF" }), - Ot("label", { + Vt("span", { css: f, children: a && a.length > 1 ? a[1] : "OFF" }), + Tt("label", { css: [h], id: `${n}-Toggle`, children: [ - kt("input", { type: "checkbox", id: n, checked: c, ...u }), - kt("span", { className: "ToggleRail" }), + Vt("input", { type: "checkbox", id: n, checked: c, ...u }), + Vt("span", { className: "ToggleRail" }), ], }), - !l && C && kt("span", { css: f, children: a ? a[0] : "ON" }), + !l && C && Vt("span", { css: f, children: a ? a[0] : "ON" }), ], }); return l ? g - : kt("div", { - css: [m9, d ? h9 : {}, m], + : Vt("div", { + css: [o9, d ? i9 : {}, m], className: `inputItem ${o || ""}`, - children: Ot(Hx, { + children: Tt(px, { className: "inputBase", children: [ g, - Ot("div", { + Tt("div", { children: [ "" !== t && - Ot(XN, { + Tt(FN, { htmlFor: n, noMinWidth: !0, children: [ t, e && "" !== e && - kt("div", { + Vt("div", { className: "tooltipContainer", - children: kt(nx, { + children: Vt(WN, { tooltip: e, placement: "top", - children: kt(Ja, {}), + children: Vt(Ga, {}), }), }), ], }), - void 0 !== s && kt(YN, { children: s }), + void 0 !== s && Vt(DN, { children: s }), ], }), ], }), }); }, - g9 = ({ + a9 = ({ value: e = null, label: t = "-", direction: n = "column", sx: r, }) => { - const o = yt(), - l = i(() => (r ? vT({ ...Z(r, o) }) : {}), [r, o]), + const o = gt(), + l = i(() => (r ? sS({ ...R(r, o) }) : {}), [r, o]), a = ((e, t) => ({ display: "flex", flexDirection: t, @@ -78206,17 +78098,17 @@ const y6 = ({ fontSize: 14, "& a": { color: e.colors["Color/Neutral/Text/colorTextHeading"] }, }, - [`@media (max-width: ${S.md}px)`]: { flexDirection: "column" }, + [`@media (max-width: ${w.md}px)`]: { flexDirection: "column" }, }))(o, n); - return Ot("div", { + return Tt("div", { css: [a, l], children: [ - kt(yT, { className: "label", children: t }), - kt(yT, { className: "value", children: e }), + Vt(fS, { className: "label", children: t }), + Vt(fS, { className: "value", children: e }), ], }); }, - v9 = ({ + C9 = ({ page: e, pageChange: t, loadingStep: n, @@ -78224,7 +78116,7 @@ const y6 = ({ actionButtonsPortalID: o, }) => { const i = ((e) => - vT({ + sS({ display: "flex", flexDirection: "column", flex: 1, @@ -78260,16 +78152,16 @@ const y6 = ({ justifyContent: "flex-end", marginRight: 15, }, - }))(yt()), - l = kt(yT, { + }))(gt()), + l = Vt(fS, { className: "buttonsContainer " + (r ? "forModal" : ""), - children: kt(yT, { + children: Vt(fS, { className: "buttonInnerContainer", children: e.buttons.map((n) => n.componentRender ? n.componentRender - : kt( - jN, + : Vt( + ON, { id: "wizard-button-" + n.label, onClick: () => { @@ -78295,19 +78187,19 @@ const y6 = ({ ), }), }); - return Ot("div", { + return Tt("div", { css: i, children: [ - kt(yT, { + Vt(fS, { className: r ? "wizardModal" : "wizardComponent", children: e.componentRender, }), - n && kt(yT, { children: kt(Rq, {}) }), - o ? E(l, o) : l, + n && Vt(fS, { children: Vt(hq, {}) }), + o ? h(l, o) : l, ], }); }, - w9 = ({ + s9 = ({ wizardSteps: e, loadingStep: t, forModal: n, @@ -78315,9 +78207,9 @@ const y6 = ({ actionButtonsPortalID: o, sx: l, }) => { - const s = yt(), + const s = gt(), c = ((e) => - vT({ + sS({ position: "relative", display: "flex", flexDirection: "column", @@ -78384,7 +78276,7 @@ const y6 = ({ gap: 16, }, }))(s), - d = i(() => (l ? vT({ ...Z(l, s) }) : {}), [l, s]), + d = i(() => (l ? sS({ ...R(l, s) }) : {}), [l, s]), [u, p] = a(0), m = (t) => { const n = e.length - 1; @@ -78402,18 +78294,18 @@ const y6 = ({ } }; if (0 === e.length) return null; - return Ot("div", { + return Tt("div", { css: [c, d], children: [ - kt(yT, { + Vt(fS, { className: "modalSteps", - children: kt(yT, { + children: Vt(fS, { className: "wizardSteps", - children: kt(C, { - children: kt("nav", { + children: Vt(C, { + children: Vt("nav", { className: "wizardNavigation stepsContainer", children: e.map((e, t) => - kt( + Vt( "button", { id: @@ -78431,8 +78323,8 @@ const y6 = ({ }), }), }), - kt(yT, { - children: kt(v9, { + Vt(fS, { + children: Vt(C9, { page: e[u], pageChange: m, loadingStep: t, @@ -78443,23 +78335,23 @@ const y6 = ({ ], }); }; -var L9 = +var c9 = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, - b9 = Pe(function (e) { + d9 = xe(function (e) { return ( - L9.test(e) || + c9.test(e) || (111 === e.charCodeAt(0) && 110 === e.charCodeAt(1) && e.charCodeAt(2) < 91) ); }), - M9 = function (e) { + u9 = function (e) { return "theme" !== e; }, - H9 = function (e) { - return "string" == typeof e && e.charCodeAt(0) > 96 ? b9 : M9; + p9 = function (e) { + return "string" == typeof e && e.charCodeAt(0) > 96 ? d9 : u9; }, - E9 = function (e, t, n) { + m9 = function (e, t, n) { var r; if (t) { var o = t.shouldForwardProp; @@ -78472,26 +78364,26 @@ var L9 = } return "function" != typeof r && n && (r = e.__emotion_forwardProp), r; }, - R9 = function (e) { + h9 = function (e) { var t = e.cache, n = e.serialized, r = e.isStringTag; return ( - lt(t, n, r), - Lt(function () { - return at(t, n, r); + Xe(t, n, r), + dt(function () { + return Qe(t, n, r); }), null ); }, - y9 = function t(n, r) { + f9 = function t(n, r) { var o, i, l = n.__emotion_real === n, a = (l && n.__emotion_base) || n; void 0 !== r && ((o = r.label), (i = r.target)); - var C = E9(n, r, l), - s = C || H9(a), + var C = m9(n, r, l), + s = C || p9(a), c = !s("as"); return function () { var d = arguments, @@ -78506,21 +78398,21 @@ var L9 = u.push(d[0][0]); for (var p = d.length, m = 1; m < p; m++) u.push(d[m], d[0][m]); } - var h = Et(function (t, n, r) { + var h = ht(function (t, n, r) { var o = (c && t.as) || a, l = "", d = [], p = t; if (null == t.theme) { for (var m in ((p = {}), t)) p[m] = t[m]; - p.theme = e.useContext(Rt); + p.theme = e.useContext(ft); } "string" == typeof t.className - ? (l = it(n.registered, d, t.className)) + ? (l = Ke(n.registered, d, t.className)) : null != t.className && (l = t.className + " "); - var h = vt(u.concat(d), n.registered, p); + var h = st(u.concat(d), n.registered, p); (l += n.key + "-" + h.name), void 0 !== i && (l += " " + i); - var f = c && void 0 === C ? H9(o) : s, + var f = c && void 0 === C ? p9(o) : s, g = {}; for (var v in t) (c && "as" === v) || (f(v) && (g[v] = t[v])); return ( @@ -78529,7 +78421,7 @@ var L9 = e.createElement( e.Fragment, null, - e.createElement(R9, { + e.createElement(h9, { cache: n, serialized: h, isStringTag: "string" == typeof o, @@ -78558,7 +78450,7 @@ var L9 = }, }), (h.withComponent = function (e, n) { - return t(e, Ye({}, r, n, { shouldForwardProp: E9(h, n, !0) })).apply( + return t(e, Pe({}, r, n, { shouldForwardProp: m9(h, n, !0) })).apply( void 0, u, ); @@ -78703,27 +78595,27 @@ var L9 = "text", "tspan", ].forEach(function (e) { - y9[e] = y9(e); + f9[e] = f9(e); }); -const V9 = vT({ +const g9 = sS({ display: "table", width: "100%", borderCollapse: "collapse", borderSpacing: 0, }), - S9 = vT({ + v9 = sS({ display: "table-row-group", width: "100%", borderCollapse: "collapse", borderSpacing: 0, }), - T9 = vT({ + w9 = sS({ display: "table-row-group", width: "100%", borderCollapse: "collapse", borderSpacing: 0, }), - N9 = vT({ + L9 = sS({ color: "inherit", display: "table-row", verticalAlign: "middle", @@ -78732,19 +78624,19 @@ const V9 = vT({ borderLeft: 0, borderRight: 0, }), - x9 = ({ children: e, sx: t, ...n }) => { - const r = yt(), - o = i(() => (t ? vT({ ...Z(t, r) }) : {}), [t, r]); - return kt("table", { css: [V9, o], ...n, children: e }); + b9 = ({ children: e, sx: t, ...n }) => { + const r = gt(), + o = i(() => (t ? sS({ ...R(t, r) }) : {}), [t, r]); + return Vt("table", { css: [g9, o], ...n, children: e }); }, - _9 = ({ children: e, sx: t, ...n }) => { - const r = yt(), - o = i(() => (t ? vT({ ...Z(t, r) }) : {}), [t, r]); - return kt("tbody", { css: [S9, o], ...n, children: e }); + M9 = ({ children: e, sx: t, ...n }) => { + const r = gt(), + o = i(() => (t ? sS({ ...R(t, r) }) : {}), [t, r]); + return Vt("tbody", { css: [v9, o], ...n, children: e }); }, - A9 = ({ children: e, sx: t, ...n }) => { - const r = yt(), - o = i(() => (t ? vT({ ...Z(t, r) }) : {}), [t, r]), + H9 = ({ children: e, sx: t, ...n }) => { + const r = gt(), + o = i(() => (t ? sS({ ...R(t, r) }) : {}), [t, r]), l = ((e) => ({ fontFamily: "'Geist',sans-serif", fontWeight: 400, @@ -78758,16 +78650,16 @@ const V9 = vT({ padding: "8px 0", color: e.colors["Color/Neutral/Text/colorText"], }))(r); - return kt("td", { css: [l, o], ...n, children: e }); + return Vt("td", { css: [l, o], ...n, children: e }); }, - Z9 = ({ children: e, sx: t, ...n }) => { - const r = yt(), - o = i(() => (t ? vT({ ...Z(t, r) }) : {}), [t, r]); - return kt("thead", { css: [T9, o], ...n, children: e }); + E9 = ({ children: e, sx: t, ...n }) => { + const r = gt(), + o = i(() => (t ? sS({ ...R(t, r) }) : {}), [t, r]); + return Vt("thead", { css: [w9, o], ...n, children: e }); }, - I9 = ({ children: e, sx: t, ...n }) => { - const r = yt(), - o = i(() => (t ? vT({ ...Z(t, r) }) : {}), [t, r]), + R9 = ({ children: e, sx: t, ...n }) => { + const r = gt(), + o = i(() => (t ? sS({ ...R(t, r) }) : {}), [t, r]), l = ((e) => ({ fontFamily: "'Geist',sans-serif", fontSize: 12, @@ -78780,1579 +78672,1579 @@ const V9 = vT({ letterSpacing: "0.5px", color: e.colors["Color/Neutral/Text/colorTextLabel"], }))(r); - return kt("th", { css: [l, o], ...n, children: e }); + return Vt("th", { css: [l, o], ...n, children: e }); }, - k9 = ({ children: e, sx: t, ...n }) => { - const r = yt(), - o = i(() => (t ? vT({ ...Z(t, r) }) : {}), [t, r]); - return kt("tr", { css: [N9, o], ...n, children: e }); + y9 = ({ children: e, sx: t, ...n }) => { + const r = gt(), + o = i(() => (t ? sS({ ...R(t, r) }) : {}), [t, r]); + return Vt("tr", { css: [L9, o], ...n, children: e }); }; export { - Bt as AArrowDownIcon, - Dt as AArrowUpIcon, - Gt as ALargeSmallIcon, - Pt as AccessibilityIcon, - VT as Accordion, - Ft as ActivityIcon, - zt as AirVentIcon, - Ut as AirplayIcon, - $t as AlarmClockCheckIcon, - Wt as AlarmClockIcon, - jt as AlarmClockMinusIcon, - qt as AlarmClockOffIcon, - Yt as AlarmClockPlusIcon, - Kt as AlarmSmokeIcon, - Xt as AlbumIcon, - Qt as AlignCenterHorizontalIcon, - Jt as AlignCenterIcon, - en as AlignCenterVerticalIcon, - tn as AlignEndHorizontalIcon, - nn as AlignEndVerticalIcon, - rn as AlignHorizontalDistributeCenterIcon, - on as AlignHorizontalDistributeEndIcon, - ln as AlignHorizontalDistributeStartIcon, - an as AlignHorizontalJustifyCenterIcon, - Cn as AlignHorizontalJustifyEndIcon, - sn as AlignHorizontalJustifyStartIcon, - cn as AlignHorizontalSpaceAroundIcon, - dn as AlignHorizontalSpaceBetweenIcon, - un as AlignJustifyIcon, - pn as AlignLeftIcon, - mn as AlignRightIcon, - hn as AlignStartHorizontalIcon, - fn as AlignStartVerticalIcon, - gn as AlignVerticalDistributeCenterIcon, - vn as AlignVerticalDistributeEndIcon, - wn as AlignVerticalDistributeStartIcon, - Ln as AlignVerticalJustifyCenterIcon, - bn as AlignVerticalJustifyEndIcon, - Mn as AlignVerticalJustifyStartIcon, - Hn as AlignVerticalSpaceAroundIcon, - En as AlignVerticalSpaceBetweenIcon, - Rn as AmazonEksSiteIcon, - yn as AmbulanceIcon, - Vn as AmpersandIcon, - Sn as AmpersandsIcon, - Tn as AnchorIcon, - Nn as AngryIcon, - xn as AnnoyedIcon, - _n as AntennaIcon, - An as AnvilIcon, - Zn as ApertureIcon, - kn as AppWindowIcon, - On as AppWindowMacIcon, - In as AppleIcon, - iN as ApplicationLogo, - Bn as ArchiveIcon, - Dn as ArchiveRestoreIcon, - Pn as ArchiveXIcon, - Fn as AreaChartIcon, - Un as ArmchairIcon, - zn as ArrowBigDownDashIcon, - Gn as ArrowBigDownIcon, - $n as ArrowBigLeftDashIcon, - Wn as ArrowBigLeftIcon, - jn as ArrowBigRightDashIcon, - qn as ArrowBigRightIcon, - Yn as ArrowBigUpDashIcon, - Kn as ArrowBigUpIcon, - Xn as ArrowDown01Icon, - Qn as ArrowDown10Icon, - Jn as ArrowDownAZIcon, - er as ArrowDownFromLineIcon, - tr as ArrowDownIcon, - nr as ArrowDownLeftIcon, - rr as ArrowDownNarrowWideIcon, - or as ArrowDownRightIcon, - ir as ArrowDownToDotIcon, - lr as ArrowDownToLineIcon, - ar as ArrowDownUpIcon, - Cr as ArrowDownWideNarrowIcon, - sr as ArrowDownZAIcon, - cr as ArrowLeftFromLineIcon, - dr as ArrowLeftIcon, - ur as ArrowLeftRightIcon, - pr as ArrowLeftToLineIcon, - mr as ArrowRightFromLineIcon, - hr as ArrowRightIcon, - fr as ArrowRightLeftIcon, - gr as ArrowRightToLineIcon, - wr as ArrowUp01Icon, - Lr as ArrowUp10Icon, - br as ArrowUpAZIcon, - Mr as ArrowUpDownIcon, - Hr as ArrowUpFromDotIcon, - Er as ArrowUpFromLineIcon, - Rr as ArrowUpIcon, - yr as ArrowUpLeftIcon, - Vr as ArrowUpNarrowWideIcon, - Sr as ArrowUpRightIcon, - Tr as ArrowUpToLineIcon, - Nr as ArrowUpWideNarrowIcon, - xr as ArrowUpZAIcon, - vr as ArrowsUpFromLineIcon, - _r as AsteriskIcon, - Zr as AtSignIcon, - Ar as AtomIcon, - Ir as AudioLinesIcon, - kr as AudioWaveformIcon, - cx as Autocomplete, - Or as AwardIcon, - Br as AxeIcon, - Dr as Axis3dIcon, - Pr as AzureAksSiteIcon, - Fr as BabyIcon, - dx as BackLink, - Ur as BackpackIcon, - ux as Badge, - zr as BadgeAlertIcon, - Gr as BadgeCentIcon, - $r as BadgeCheckIcon, - Wr as BadgeDollarSignIcon, - jr as BadgeEuroIcon, - qr as BadgeHelpIcon, - Yr as BadgeIcon, - Kr as BadgeIndianRupeeIcon, - Xr as BadgeInfoIcon, - Qr as BadgeJapaneseYenIcon, - Jr as BadgeMinusIcon, - eo as BadgePercentIcon, - to as BadgePlusIcon, - no as BadgePoundSterlingIcon, - ro as BadgeRussianRubleIcon, - oo as BadgeSwissFrancIcon, - io as BadgeXIcon, - lo as BaggageClaimIcon, - ao as BalancerIcon, - so as BanIcon, - Co as BananaIcon, - co as BanknoteIcon, - uo as BarChart2Icon, - po as BarChart3Icon, - mo as BarChart4Icon, - ho as BarChartBigIcon, - fo as BarChartHorizontalBigIcon, - go as BarChartHorizontalIcon, - vo as BarChartIcon, - wo as BarcodeIcon, - Lo as BareMetalLinuxSiteIcon, - bo as BaselineIcon, - Mo as BatchJobsIcon, - Ho as BathIcon, - Eo as BatteryChargingIcon, - Ro as BatteryFullIcon, - yo as BatteryIcon, - Vo as BatteryLowIcon, - So as BatteryMediumIcon, - To as BatteryWarningIcon, - No as BeakerIcon, - xo as BeanIcon, - _o as BeanOffIcon, - Ao as BedDoubleIcon, - Zo as BedIcon, - Io as BedSingleIcon, - ko as BeefIcon, - Oo as BeerIcon, - Bo as BeerOffIcon, - Do as BellArrowIcon, - Po as BellDotIcon, - Fo as BellElectricIcon, - Uo as BellIcon, - zo as BellMinusIcon, - Go as BellOffIcon, - $o as BellPlusIcon, - Wo as BellRingIcon, - jo as BetweenHorizontalEndIcon, - qo as BetweenHorizontalStartIcon, - Yo as BetweenVerticalEndIcon, - Ko as BetweenVerticalStartIcon, - Xo as BikeIcon, - Qo as BinaryIcon, - Jo as BiohazardIcon, - ei as BirdIcon, - ti as BitcoinIcon, - ni as BlendIcon, - ri as BlindsIcon, - oi as BlocksIcon, - ii as BluetoothConnectedIcon, - li as BluetoothIcon, - ai as BluetoothOffIcon, - Ci as BluetoothSearchingIcon, - si as BoldIcon, - ci as BoltIcon, - di as BombIcon, - ui as BoneIcon, - pi as BookAIcon, - mi as BookAudioIcon, - hi as BookCheckIcon, - fi as BookCopyIcon, - gi as BookDashedIcon, - vi as BookDownIcon, - wi as BookHeadphonesIcon, - Li as BookHeartIcon, - bi as BookIcon, - Mi as BookImageIcon, - Hi as BookKeyIcon, - Ei as BookLockIcon, - yi as BookMarkedIcon, - xi as BookMinusIcon, - _i as BookOpenCheckIcon, - Ai as BookOpenIcon, - Zi as BookOpenTextIcon, - Ii as BookPlusIcon, - ki as BookTextIcon, - Oi as BookTypeIcon, - Bi as BookUp2Icon, - Di as BookUpIcon, - Pi as BookUserIcon, - Fi as BookXIcon, - Ri as BookmarkCheckIcon, - Vi as BookmarkIcon, - Si as BookmarkMinusIcon, - Ti as BookmarkPlusIcon, - Ni as BookmarkXIcon, - Ui as BoomBoxIcon, - zi as BotIcon, - Gi as BotMessageSquareIcon, - yT as Box, - Wi as BoxIcon, - ji as BoxOutlineIcon, - qi as BoxSelectIcon, - px as BoxedIcon, - $i as BoxesIcon, - Yi as BracesIcon, - Ki as BracketsIcon, - Xi as BrainCircuitIcon, - Qi as BrainCogIcon, - Ji as BrainIcon, - Lx as Breadcrumbs, - el as BrickWallIcon, - tl as BriefcaseBusinessIcon, - nl as BriefcaseIcon, - rl as BriefcaseMedicalIcon, - ol as BringToFrontIcon, - il as BrushIcon, - ll as BucketCopyIcon, - al as BucketIcon, - Cl as BucketQuotaIcon, - sl as BugIcon, - cl as BugOffIcon, - dl as BugPlayIcon, - ul as Building2Icon, - pl as BuildingIcon, - ml as BusFrontIcon, - hl as BusIcon, - jN as Button, - bx as ButtonGroup, - fl as CableCarIcon, - gl as CableIcon, - vl as CakeIcon, - wl as CakeSliceIcon, - Ll as CalculatorIcon, - bl as CalendarCheck2Icon, - Ml as CalendarCheckIcon, - Hl as CalendarClockIcon, - El as CalendarDaysIcon, - Rl as CalendarFoldIcon, - yl as CalendarHeartIcon, - Vl as CalendarIcon, - Sl as CalendarMinus2Icon, - Tl as CalendarMinusIcon, - Nl as CalendarOffIcon, - xl as CalendarPlus2Icon, - _l as CalendarPlusIcon, - Al as CalendarRangeIcon, - Zl as CalendarSearchIcon, - Il as CalendarX2Icon, - kl as CalendarXIcon, - Ol as CameraIcon, - Bl as CameraOffIcon, - Dl as CandlestickChartIcon, - Pl as CandyCaneIcon, - Fl as CandyIcon, - Ul as CandyOffIcon, - zl as CannabisIcon, - Gl as CaptionsIcon, - $l as CaptionsOffIcon, - Yl as CarFrontIcon, - Kl as CarIcon, - Xl as CarTaxiFrontIcon, - Wl as CaravanIcon, - jl as CaretFilledIcon, - ql as CaretIcon, - Ql as CaseLowerIcon, - Jl as CaseSensitiveIcon, - ea as CaseUpperIcon, - ta as CassetteTapeIcon, - na as CastIcon, - ra as CastleIcon, - oa as CatIcon, - ia as CctvIcon, - la as CheckCheckIcon, - aa as CheckIcon, - Ex as Checkbox, - Ca as ChefHatIcon, - sa as CherryIcon, - ca as ChevronDownIcon, - da as ChevronFirstIcon, - ua as ChevronLastIcon, - pa as ChevronLeftIcon, - ma as ChevronRightIcon, - Ha as ChevronUpIcon, - ha as ChevronsDownIcon, - fa as ChevronsDownUpIcon, - ga as ChevronsLeftIcon, - va as ChevronsLeftRightIcon, - wa as ChevronsRightIcon, - La as ChevronsRightLeftIcon, - ba as ChevronsUpDownIcon, - Ma as ChevronsUpIcon, - Ea as ChromeIcon, - Ra as ChurchIcon, - ya as CigaretteIcon, - Va as CigaretteOffIcon, - Sa as CircleAlertIcon, - Ta as CircleArrowDownIcon, - Na as CircleArrowLeftIcon, - xa as CircleArrowOutDownLeftIcon, - _a as CircleArrowOutDownRightIcon, - Aa as CircleArrowOutUpLeftIcon, - Za as CircleArrowOutUpRightIcon, - Ia as CircleArrowRightIcon, - ka as CircleArrowUpIcon, - Oa as CircleCheckBigIcon, - Ba as CircleCheckIcon, - Da as CircleChevronDownIcon, - Pa as CircleChevronLeftIcon, - Fa as CircleChevronRightIcon, - Ua as CircleChevronUpIcon, - za as CircleDashedIcon, - Ga as CircleDivideIcon, - $a as CircleDollarSignIcon, - Wa as CircleDotDashedIcon, - ja as CircleDotIcon, - qa as CircleEllipsisIcon, - Ya as CircleEqualIcon, - Ka as CircleFadingPlusIcon, - Xa as CircleFillIcon, - Qa as CircleGaugeIcon, - Ja as CircleHelpIcon, - eC as CircleIcon, - tC as CircleMinusIcon, - nC as CircleOffIcon, - rC as CircleParkingIcon, - oC as CircleParkingOffIcon, - iC as CirclePauseIcon, - lC as CirclePercentIcon, - aC as CirclePlayIcon, - CC as CirclePlusIcon, - sC as CirclePowerIcon, - cC as CircleSlash2Icon, - dC as CircleSlashIcon, - uC as CircleStopIcon, - pC as CircleUserIcon, - mC as CircleUserRoundIcon, - hC as CircleXIcon, - fC as CircuitBoardIcon, - gC as CitrusIcon, - vC as ClapperboardIcon, - wC as ClipboardCheckIcon, - LC as ClipboardCopyIcon, - bC as ClipboardIcon, - MC as ClipboardListIcon, - HC as ClipboardMinusIcon, - EC as ClipboardPasteIcon, - RC as ClipboardPenIcon, - yC as ClipboardPenLineIcon, - VC as ClipboardPlusIcon, - SC as ClipboardTypeIcon, - TC as ClipboardXIcon, - DC as Clock10Icon, - PC as Clock11Icon, - FC as Clock12Icon, - NC as Clock1Icon, - xC as Clock2Icon, - _C as Clock3Icon, - AC as Clock4Icon, - ZC as Clock5Icon, - IC as Clock6Icon, - kC as Clock7Icon, - OC as Clock8Icon, - BC as Clock9Icon, - UC as ClockIcon, - zC as CloudCogIcon, - GC as CloudDownloadIcon, - $C as CloudDrizzleIcon, - WC as CloudFogIcon, - jC as CloudHailIcon, - qC as CloudIcon, - YC as CloudLightningIcon, - KC as CloudMoonIcon, - XC as CloudMoonRainIcon, - QC as CloudOffIcon, - JC as CloudRainIcon, - es as CloudRainWindIcon, - ts as CloudSnowIcon, - ns as CloudSunIcon, - rs as CloudSunRainIcon, - os as CloudUploadIcon, - is as CloudyIcon, - ls as CloverIcon, - as as ClubIcon, - Cs as ClusterHealthIcon, - ss as ClusterIcon, - cs as ClusterIngressIcon, - ds as ClusterNodeIcon, - us as ClusterReplicationIcon, - ps as ClustersIcon, - vz as CodeEditor, - ms as CodeIcon, - Lz as CodeSnippet, - gs as CodeXmlIcon, - hs as CodepenIcon, - fs as CodesandboxIcon, - vs as CoffeeIcon, - ws as CogIcon, - Ls as CoinsIcon, - bs as CollapseIcon, - Ms as Columns2Icon, - Hs as Columns3Icon, - Es as Columns4Icon, - Rs as CombineIcon, - ys as CommandIcon, - Vs as CompassIcon, - Ss as ComponentIcon, - Ts as ComputerIcon, - Ns as ConciergeBellIcon, - xs as ConeIcon, - _s as ConstructionIcon, - As as ContactIcon, - Zs as ContactRoundIcon, - Is as ContainerIcon, - ks as ContainerImagesIcon, - Os as ContrastIcon, - Bs as CookieIcon, - Ds as CookingPotIcon, - Ps as CopyCheckIcon, - Fs as CopyIcon, - zs as CopyMinusIcon, - Gs as CopyPlusIcon, - Ws as CopySlashIcon, - js as CopyXIcon, - Us as CopyleftIcon, - $s as CopyrightIcon, - qs as CornerDownLeftIcon, - Ys as CornerDownRightIcon, - Ks as CornerLeftDownIcon, - Xs as CornerLeftUpIcon, - Qs as CornerRightDownIcon, - Js as CornerRightUpIcon, - ec as CornerUpLeftIcon, - tc as CornerUpRightIcon, - nc as CpuIcon, - rc as CreativeCommonsIcon, - oc as CreditCardIcon, - ic as CroissantIcon, - lc as CropIcon, - Cc as CrossIcon, - ac as CrosshairIcon, - sc as CrownIcon, - cc as CuboidIcon, - dc as CupSodaIcon, - uc as CurrencyIcon, - pc as CylinderIcon, - vc as DataIcon, - Pq as DataTable, - mc as DatabaseApiIcon, - hc as DatabaseBackupIcon, - fc as DatabaseIcon, - gc as DatabaseZapIcon, - o6 as DateTimeInput, - r6 as DateTimeSelector, - wc as DeleteIcon, - Lc as DessertIcon, - bc as DiameterIcon, - Mc as DiamondIcon, - Hc as DiamondPercentIcon, - Ec as Dice1Icon, - Rc as Dice2Icon, - yc as Dice3Icon, - Vc as Dice4Icon, - Sc as Dice5Icon, - Tc as Dice6Icon, - Nc as DicesIcon, - xc as DiffIcon, - _c as Disc2Icon, - Ac as Disc3Icon, - Zc as DiscAlbumIcon, - Ic as DiscIcon, - kc as DivideIcon, - Oc as DnaIcon, - Bc as DnaOffIcon, - Dc as DockIcon, - Pc as DogIcon, - Fc as DollarSignIcon, - Uc as DonutIcon, - zc as DoorClosedIcon, - Gc as DoorOpenIcon, - $c as DotIcon, - Wc as DownloadIcon, - jc as DraftingCompassIcon, - qc as DramaIcon, - Yc as DribbbleIcon, - Kc as DrillIcon, - WN as DropdownSelector, - Xc as DropletIcon, - Qc as DropletsIcon, - Jc as DrumIcon, - ed as DrumstickIcon, - td as DumbbellIcon, - nd as EarIcon, - rd as EarOffIcon, - od as EarthIcon, - id as EarthLockIcon, - ld as EclipseIcon, - ad as EggFriedIcon, - Cd as EggIcon, - sd as EggOffIcon, - cd as EllipsisIcon, - dd as EllipsisVerticalIcon, - ud as EqualIcon, - pd as EqualNotIcon, - md as EraserIcon, - hd as EuroIcon, - fd as ExpandIcon, - gx as ExpandMenu, - vx as ExpandMenuOption, - i6 as ExpandOptionsButton, - gd as ExternalLinkIcon, - vd as EyeIcon, - wd as EyeOffIcon, - Ld as FacebookIcon, - bd as FactoryIcon, - Md as FanIcon, - Hd as FastForwardIcon, - Ed as FeatherIcon, - Rd as FenceIcon, - yd as FerrisWheelIcon, - Vd as FigmaIcon, - Sd as FileArchiveIcon, - Td as FileAudio2Icon, - Nd as FileAudioIcon, - xd as FileAxis3dIcon, - _d as FileBadge2Icon, - Ad as FileBadgeIcon, - Zd as FileBarChart2Icon, - Id as FileBarChartIcon, - kd as FileBoxIcon, - Od as FileCheck2Icon, - Bd as FileCheckIcon, - Dd as FileClockIcon, - Pd as FileCode2Icon, - Fd as FileCodeIcon, - Ud as FileCogIcon, - zd as FileDiffIcon, - Gd as FileDigitIcon, - $d as FileDownIcon, - Wd as FileHeartIcon, - jd as FileIcon, - qd as FileImageIcon, - Yd as FileInputIcon, - Kd as FileJson2Icon, - Xd as FileJsonIcon, - Qd as FileKey2Icon, - Jd as FileKeyIcon, - eu as FileLineChartIcon, - tu as FileLock2Icon, - nu as FileLockIcon, - ru as FileMinus2Icon, - ou as FileMinusIcon, - iu as FileMusicIcon, - lu as FileOutputIcon, - au as FilePenIcon, - Cu as FilePenLineIcon, - su as FilePieChartIcon, - cu as FilePlus2Icon, - du as FilePlusIcon, - uu as FileQuestionIcon, - pu as FileScanIcon, - mu as FileSearch2Icon, - hu as FileSearchIcon, - a6 as FileSelector, - gu as FileSlidersIcon, - vu as FileSpreadsheetIcon, - wu as FileStackIcon, - Lu as FileSymlinkIcon, - bu as FileTerminalIcon, - Mu as FileTextIcon, - Hu as FileType2Icon, - Eu as FileTypeIcon, - Ru as FileUpIcon, - yu as FileVideo2Icon, - Vu as FileVideoIcon, - Su as FileVolume2Icon, - Tu as FileVolumeIcon, - Nu as FileWarningIcon, - xu as FileX2Icon, - _u as FileXIcon, - fu as FilesIcon, - Au as FilmIcon, - Zu as FilterIcon, - Iu as FilterXIcon, - ku as FingerprintIcon, - Ou as FireExtinguisherIcon, - Bu as FishIcon, - Du as FishSymbolIcon, - Pu as FlagIcon, - Fu as FlagOffIcon, - Uu as FlagTriangleLeftIcon, - zu as FlagTriangleRightIcon, - Gu as FlameIcon, - $u as FlameKindlingIcon, - Wu as FlashlightIcon, - ju as FlashlightOffIcon, - qu as FlaskConicalIcon, - Yu as FlaskConicalOffIcon, - Ku as FlaskRoundIcon, - Xu as FlipHorizontal2Icon, - Qu as FlipHorizontalIcon, - Ju as FlipVertical2Icon, - ep as FlipVerticalIcon, - tp as Flower2Icon, - np as FlowerIcon, - rp as FocusIcon, - Ip as FoldHorizontalIcon, - kp as FoldVerticalIcon, - op as FolderArchiveIcon, - ip as FolderCheckIcon, - lp as FolderClockIcon, - ap as FolderClosedIcon, - Cp as FolderCogIcon, - sp as FolderDotIcon, - cp as FolderDownIcon, - dp as FolderGit2Icon, - up as FolderGitIcon, - pp as FolderHeartIcon, - mp as FolderIcon, - hp as FolderInputIcon, - fp as FolderKanbanIcon, - gp as FolderKey2Icon, - vp as FolderKeyIcon, - wp as FolderLockIcon, - Lp as FolderMinusIcon, - bp as FolderOpenDotIcon, - Mp as FolderOpenIcon, - Hp as FolderOutputIcon, - Ep as FolderPenIcon, - Rp as FolderPlusIcon, - yp as FolderRootIcon, - Vp as FolderSearch2Icon, - Sp as FolderSearchIcon, - Np as FolderSymlinkIcon, - xp as FolderSyncIcon, - _p as FolderTreeIcon, - Ap as FolderUpIcon, - Zp as FolderXIcon, - Tp as FoldersIcon, - Op as FootprintsIcon, - Bp as ForkliftIcon, - C6 as FormActionsTray, - c6 as FormLayout, - Dp as ForwardIcon, - Pp as FrameIcon, - Fp as FramerIcon, - Up as FrownIcon, - zp as FuelIcon, - Gp as FullscreenIcon, - $p as GalleryHorizontalEndIcon, - Wp as GalleryHorizontalIcon, - jp as GalleryThumbnailsIcon, - qp as GalleryVerticalEndIcon, - Yp as GalleryVerticalIcon, - Kp as Gamepad2Icon, - Xp as GamepadIcon, - Qp as GanttChartIcon, - Jp as GaugeIcon, - em as GavelIcon, - tm as GemIcon, - nm as GhostIcon, - rm as GiftIcon, - om as GitBranchIcon, - im as GitBranchPlusIcon, - lm as GitCommitHorizontalIcon, - am as GitCommitVerticalIcon, - Cm as GitCompareArrowsIcon, - sm as GitCompareIcon, - cm as GitForkIcon, - dm as GitGraphIcon, - mm as GitMergeIcon, - hm as GitPullRequestArrowIcon, - fm as GitPullRequestClosedIcon, - gm as GitPullRequestCreateArrowIcon, - vm as GitPullRequestCreateIcon, - wm as GitPullRequestDraftIcon, - Lm as GitPullRequestIcon, - um as GithubIcon, - pm as GitlabIcon, - Mm as GlassWaterIcon, - bm as GlassesIcon, - RT as GlobalStyles, - Hm as GlobeIcon, - Em as GlobeLockIcon, - Rm as GoalIcon, - ym as GoogleGkeSiteIcon, - Vm as GrabIcon, - Sm as GraduationCapIcon, - Tm as GrapeIcon, - pq as Grid, - Nm as Grid2x2Icon, - xm as Grid3x3Icon, - _m as GripHorizontalIcon, - Am as GripIcon, - Zm as GripVerticalIcon, - Im as GroupIcon, - km as GuitarIcon, - Om as HamIcon, - Bm as HammerIcon, - Dm as HandCoinsIcon, - Pm as HandHeartIcon, - Fm as HandHelpingIcon, - Um as HandIcon, - zm as HandMetalIcon, - Gm as HandPlatterIcon, - $m as HandshakeIcon, - Wm as HardDriveDownloadIcon, - jm as HardDriveIcon, - qm as HardDriveSearchIcon, - Ym as HardDriveUploadIcon, - Km as HardHatIcon, - Xm as HashIcon, - Qm as HazeIcon, - Jm as HdmiPortIcon, - eh as Heading1Icon, - th as Heading2Icon, - nh as Heading3Icon, - rh as Heading4Icon, - oh as Heading5Icon, - ih as Heading6Icon, - lh as HeadingIcon, - ah as HeadphonesIcon, - Ch as HeadsetIcon, - sh as HeartCrackIcon, - ch as HeartHandshakeIcon, - dh as HeartIcon, - uh as HeartOffIcon, - ph as HeartPulseIcon, - mh as HeaterIcon, - u6 as HelpBox, - hh as HexagonIcon, - fh as HighlighterIcon, - gh as HistoryIcon, - vh as HomeIcon, - wh as HopIcon, - Lh as HopOffIcon, - bh as HospitalIcon, - Mh as HotelIcon, - Hh as HourglassIcon, - Eh as IceCreamBowlIcon, - Rh as IceCreamConeIcon, - l6 as IconButton, - yh as ImageDownIcon, - Vh as ImageIcon, - Sh as ImageMinusIcon, - Th as ImageOffIcon, - Nh as ImagePlusIcon, - _h as ImageUpIcon, - xh as ImagesIcon, - Ah as ImportIcon, - Zh as InboxIcon, - Ih as IndentDecreaseIcon, - kh as IndentIncreaseIcon, - Oh as IndianRupeeIcon, - Bh as InfinityIcon, - Dh as InfoIcon, - Cx as InputBox, - XN as InputLabel, - Ph as InspectionPanelIcon, - Fh as InstagramIcon, - Uh as ItalicIcon, - zh as IterationCCWIcon, - Gh as IterationCWIcon, - $h as JapaneseYenIcon, - Wh as JoystickIcon, - jh as KanbanIcon, - Kh as KeyIcon, - Xh as KeyRoundIcon, - Qh as KeySquareIcon, - qh as KeyboardIcon, - Yh as KeyboardMusicIcon, - Jh as KubernetesSiteIcon, - Rf as LDAPIcon, - ef as LambdaIcon, - tf as LampCeilingIcon, - nf as LampDeskIcon, - rf as LampFloorIcon, - of as LampIcon, - lf as LampWallDownIcon, - af as LampWallUpIcon, - sf as LandPlotIcon, - Cf as LandmarkIcon, - cf as LanguagesIcon, - df as LaptopIcon, - uf as LaptopMinimalIcon, - pf as LassoIcon, - mf as LassoSelectIcon, - hf as LaughIcon, - ff as Layers2Icon, - gf as Layers3Icon, - vf as LayersIcon, - wf as LayoutDashboardIcon, - Lf as LayoutGridIcon, - bf as LayoutListIcon, - Mf as LayoutPanelLeftIcon, - Hf as LayoutPanelTopIcon, - Ef as LayoutTemplateIcon, - yf as LeafIcon, - Vf as LeafyGreenIcon, - Sf as LibraryBigIcon, - Tf as LibraryIcon, - Nf as LifeBuoyIcon, - xf as LigatureIcon, - _f as LightbulbIcon, - Af as LightbulbOffIcon, - Zf as LineChartIcon, - m6 as Link, - If as Link2Icon, - kf as Link2OffIcon, - h6 as LinkButton, - Bf as LinkIcon, - Of as LinkedinIcon, - Df as ListChecksIcon, - Pf as ListCollapseIcon, - Ff as ListEndIcon, - Uf as ListFilterIcon, - zf as ListIcon, - Gf as ListMinusIcon, - $f as ListMusicIcon, - Wf as ListOrderedIcon, - jf as ListPlusIcon, - qf as ListRestartIcon, - Yf as ListStartIcon, - Kf as ListTodoIcon, - Xf as ListTreeIcon, - Qf as ListVideoIcon, - Jf as ListXIcon, - Rq as Loader, - eg as LoaderCircleIcon, - tg as LoaderIcon, - ng as LocateFixedIcon, - rg as LocateIcon, - og as LocateOffIcon, - ig as LockIcon, - lg as LockKeyholeIcon, - ag as LockKeyholeOpenIcon, - Cg as LockOpenIcon, - sg as LogInIcon, - cg as LogOutIcon, - V6 as LoginWrapper, - dg as LollipopIcon, - ug as LuggageIcon, - S6 as MDSCacheProvider, - pg as MagnetIcon, - hg as MailCheckIcon, - fg as MailIcon, - gg as MailMinusIcon, - vg as MailOpenIcon, - wg as MailPlusIcon, - Lg as MailQuestionIcon, - bg as MailSearchIcon, - Hg as MailWarningIcon, - Eg as MailXIcon, - mg as MailboxIcon, - Mg as MailsIcon, - Rg as MapIcon, - yg as MapPinIcon, - Sg as MapPinOffIcon, - Vg as MapPinnedIcon, - Tg as MartiniIcon, - Ng as Maximize2Icon, - xg as MaximizeIcon, - _g as MedalIcon, - Ag as MegaphoneIcon, - Zg as MegaphoneOffIcon, - Ig as MehIcon, - kg as MemoryStickIcon, - Og as MenuIcon, - Bg as MergeIcon, - Dg as MessageCircleCodeIcon, - Pg as MessageCircleDashedIcon, - Fg as MessageCircleHeartIcon, - Ug as MessageCircleIcon, - zg as MessageCircleMoreIcon, - Gg as MessageCircleOffIcon, - $g as MessageCirclePlusIcon, - Wg as MessageCircleQuestionIcon, - jg as MessageCircleReplyIcon, - qg as MessageCircleWarningIcon, - Yg as MessageCircleXIcon, - Kg as MessageSquareCodeIcon, - Xg as MessageSquareDashedIcon, - Qg as MessageSquareDiffIcon, - Jg as MessageSquareDotIcon, - ev as MessageSquareHeartIcon, - tv as MessageSquareIcon, - nv as MessageSquareMoreIcon, - rv as MessageSquareOffIcon, - ov as MessageSquarePlusIcon, - iv as MessageSquareQuoteIcon, - lv as MessageSquareReplyIcon, - av as MessageSquareShareIcon, - Cv as MessageSquareTextIcon, - sv as MessageSquareWarningIcon, - cv as MessageSquareXIcon, - dv as MessagesSquareIcon, - uv as MicIcon, - pv as MicOffIcon, - fv as MicVocalIcon, - mv as MicroscopeIcon, - hv as MicrowaveIcon, - gv as MilestoneIcon, - vv as MilkIcon, - wv as MilkOffIcon, - Mv as MinIOIcon, - Lv as Minimize2Icon, - bv as MinimizeIcon, - Hv as MinusIcon, - T6 as ModalBox, - Ev as MonitorCheckIcon, - Rv as MonitorDotIcon, - yv as MonitorDownIcon, - Vv as MonitorIcon, - Sv as MonitorOffIcon, - Tv as MonitorPauseIcon, - Nv as MonitorPlayIcon, - xv as MonitorSmartphoneIcon, - _v as MonitorSpeakerIcon, - Av as MonitorStopIcon, - Zv as MonitorUpIcon, - Iv as MonitorXIcon, - kv as MoonIcon, - Ov as MoonStarIcon, - Bv as MountainIcon, - Dv as MountainSnowIcon, - Pv as MouseIcon, - Fv as MousePointer2Icon, - Uv as MousePointerClickIcon, - zv as MousePointerIcon, - Gv as Move3dIcon, - $v as MoveDiagonal2Icon, - Wv as MoveDiagonalIcon, - jv as MoveDownIcon, - qv as MoveDownLeftIcon, - Yv as MoveDownRightIcon, - Kv as MoveHorizontalIcon, - Xv as MoveIcon, - Qv as MoveLeftIcon, - Jv as MoveRightIcon, - ew as MoveUpIcon, - tw as MoveUpLeftIcon, - nw as MoveUpRightIcon, - rw as MoveVerticalIcon, - ow as Music2Icon, - iw as Music3Icon, - lw as Music4Icon, - aw as MusicIcon, - Cw as Navigation2Icon, - sw as Navigation2OffIcon, - cw as NavigationIcon, - dw as NavigationOffIcon, - uw as NetworkIcon, - pw as NewspaperIcon, - mw as NfcIcon, - hw as NotebookIcon, - fw as NotebookPenIcon, - gw as NotebookTabsIcon, - vw as NotebookTextIcon, - ww as NotepadTextDashedIcon, - Lw as NotepadTextIcon, - N6 as NotificationAlert, - x6 as NotificationCount, - D6 as Notifications, - bw as NutIcon, - Mw as NutOffIcon, - Hw as OctagonAlertIcon, - Ew as OctagonIcon, - Rw as OctagonPauseIcon, - yw as OctagonXIcon, - Vw as OidcIcon, - Sw as OptionIcon, - Tw as OrbitIcon, - Nw as Package2Icon, - xw as PackageCheckIcon, - _w as PackageIcon, - Aw as PackageMinusIcon, - Zw as PackageOpenIcon, - Iw as PackagePlusIcon, - kw as PackageSearchIcon, - Ow as PackageXIcon, - z6 as PageHeader, - G6 as PageLayout, - Pw as PaintBucketIcon, - Fw as PaintRollerIcon, - Bw as Paintbrush2Icon, - Dw as PaintbrushIcon, - Uw as PaletteIcon, - zw as PanelBottomCloseIcon, - Gw as PanelBottomDashedIcon, - $w as PanelBottomIcon, - Ww as PanelBottomOpenIcon, - jw as PanelLeftCloseIcon, - qw as PanelLeftDashedIcon, - Yw as PanelLeftIcon, - Kw as PanelLeftOpenIcon, - Xw as PanelRightCloseIcon, - Qw as PanelRightDashedIcon, - Jw as PanelRightIcon, - eL as PanelRightOpenIcon, - oL as PanelTopCloseIcon, - iL as PanelTopDashedIcon, - lL as PanelTopIcon, - aL as PanelTopOpenIcon, - tL as PanelsLeftBottomIcon, - nL as PanelsRightBottomIcon, - rL as PanelsTopLeftIcon, - CL as PaperclipIcon, - sL as ParenthesesIcon, - cL as ParkingMeterIcon, - dL as PartyPopperIcon, - uL as PasscodeLockIcon, - pL as PauseIcon, - mL as PawPrintIcon, - hL as PcCaseIcon, - wL as PenIcon, - LL as PenLineIcon, - ML as PenToolIcon, - fL as PencilIcon, - gL as PencilLineIcon, - vL as PencilRulerIcon, - bL as PentagonIcon, - HL as PercentIcon, - EL as PersonStandingIcon, - RL as PhoneCallIcon, - yL as PhoneForwardedIcon, - VL as PhoneIcon, - SL as PhoneIncomingIcon, - TL as PhoneMissedIcon, - NL as PhoneOffIcon, - xL as PhoneOutgoingIcon, - DL as PiIcon, - _L as PianoIcon, - AL as PickaxeIcon, - ZL as PictureInPicture2Icon, - IL as PictureInPictureIcon, - kL as PieChartIcon, - OL as PieUsageIcon, - BL as PiggyBankIcon, - PL as PilcrowIcon, - FL as PillIcon, - UL as PinIcon, - zL as PinOffIcon, - GL as PipetteIcon, - $L as PizzaIcon, - WL as PlaneIcon, - jL as PlaneLandingIcon, - qL as PlaneTakeoffIcon, - YL as PlayIcon, - KL as Plug2Icon, - XL as PlugIcon, - QL as PlugZap2Icon, - JL as PlugZapIcon, - eb as PlusIcon, - tb as PocketIcon, - nb as PocketKnifeIcon, - rb as PodcastIcon, - ob as PointerIcon, - ib as PointerOffIcon, - lb as PopcornIcon, - ab as PopsicleIcon, - Cb as PoundSterlingIcon, - sb as PowerIcon, - cb as PowerOffIcon, - db as PresentationIcon, - ub as PrinterIcon, - j6 as ProgressBar, - pb as ProjectorIcon, - mb as ProportionsIcon, - hb as PuzzleIcon, - fb as PyramidIcon, - gb as QrCodeIcon, - vb as QuoteIcon, - wb as RabbitIcon, - Lb as RadarIcon, - bb as RadiationIcon, - Mb as RadicalIcon, - K6 as RadioGroup, - Hb as RadioIcon, - Eb as RadioReceiverIcon, - Rb as RadioTowerIcon, - yb as RadiusIcon, - Vb as RailSymbolIcon, - Sb as RainbowIcon, - Tb as RatIcon, - Nb as RatioIcon, - xb as ReceiptCentIcon, - _b as ReceiptEuroIcon, - Ab as ReceiptIcon, - Zb as ReceiptIndianRupeeIcon, - Ib as ReceiptJapaneseYenIcon, - kb as ReceiptPoundSterlingIcon, - Ob as ReceiptRussianRubleIcon, - Bb as ReceiptSwissFrancIcon, - Db as ReceiptTextIcon, - Pb as RectangleEllipsisIcon, - Fb as RectangleHorizontalIcon, - Ub as RectangleVerticalIcon, - zb as RecycleIcon, - Gb as RedhatOpenshiftSiteIcon, - $b as Redo2Icon, - Wb as RedoDotIcon, - jb as RedoIcon, - qb as RefreshCCWDotIcon, - Yb as RefreshCCWIcon, - Kb as RefreshCWIcon, - Xb as RefreshCWOffIcon, - Qb as RefreshCwSettingsIcon, - Jb as RefrigeratorIcon, - eM as RegexIcon, - tM as RemoveFormattingIcon, - nM as Repeat1Icon, - rM as Repeat2Icon, - oM as RepeatIcon, - iM as ReplaceAllIcon, - lM as ReplaceIcon, - aM as ReplyAllIcon, - CM as ReplyIcon, - sM as RewindIcon, - cM as RibbonIcon, - dM as RocketIcon, - uM as RockingChairIcon, - pM as RollerCoasterIcon, - mM as Rotate3dIcon, - hM as RotateCCWIcon, - fM as RotateCCWSquareIcon, - gM as RotateCWIcon, - vM as RotateCWSquareIcon, - wM as RouteIcon, - LM as RouteOffIcon, - bM as RouterIcon, - MM as Rows2Icon, - HM as Rows3Icon, - EM as Rows4Icon, - RM as RssIcon, - yM as RulerIcon, - VM as RussianRubleIcon, - SM as SailboatIcon, - TM as SaladIcon, - NM as SandwichIcon, - xM as SatelliteDishIcon, - _M as SatelliteIcon, - AM as SaveAllIcon, - ZM as SaveIcon, - IM as Scale3dIcon, - kM as ScaleIcon, - OM as ScalingIcon, - BM as ScanBarcodeIcon, - DM as ScanEyeIcon, - PM as ScanFaceIcon, - FM as ScanIcon, - UM as ScanLineIcon, - zM as ScanSearchIcon, - GM as ScanTextIcon, - $M as ScatterChartIcon, - WM as SchoolIcon, - jM as ScissorsIcon, - qM as ScissorsLineDashedIcon, - YM as ScreenShareIcon, - KM as ScreenShareOffIcon, - d6 as ScreenTitle, - XM as ScrollIcon, - QM as ScrollTextIcon, - X6 as SearchBox, - JM as SearchCheckIcon, - eH as SearchCodeIcon, - tH as SearchIcon, - nH as SearchSlashIcon, - rH as SearchXIcon, - s6 as SectionTitle, - Q6 as Select, - oH as SendHorizontalIcon, - iH as SendIcon, - lH as SendToBackIcon, - aH as SeparatorHorizontalIcon, - CH as SeparatorVerticalIcon, - sH as ServerCogIcon, - cH as ServerCrashIcon, - dH as ServerIcon, - uH as ServerOffIcon, - pH as Settings2Icon, - mH as SettingsIcon, - hH as ShapesIcon, - fH as Share2Icon, - gH as ShareIcon, - vH as SheetIcon, - wH as ShellIcon, - LH as ShieldAlertIcon, - bH as ShieldBanIcon, - MH as ShieldCheckIcon, - HH as ShieldEllipsisIcon, - EH as ShieldHalfIcon, - RH as ShieldIcon, - yH as ShieldMinusIcon, - VH as ShieldOffIcon, - SH as ShieldPlusIcon, - TH as ShieldQuestionIcon, - NH as ShieldXIcon, - xH as ShipIcon, - _H as ShipWheelIcon, - AH as ShirtIcon, - ZH as ShoppingBagIcon, - IH as ShoppingBasketIcon, - kH as ShoppingCartIcon, - OH as ShovelIcon, - BH as ShowerHeadIcon, - DH as ShrinkIcon, - PH as ShrubIcon, - FH as ShuffleIcon, - UH as SigmaIcon, - zH as SignalHighIcon, - GH as SignalIcon, - $H as SignalLowIcon, - WH as SignalMediumIcon, - jH as SignalZeroIcon, - qH as SignpostBigIcon, - YH as SignpostIcon, - KH as SirenIcon, - XH as SitesIcon, - J6 as SizeChart, - QH as SkipBackIcon, - JH as SkipForwardIcon, - eE as SkullIcon, - tE as SlackIcon, - nE as SlashIcon, - rE as SliceIcon, - t9 as Slider, - oE as SlidersHorizontalIcon, - iE as SlidersVerticalIcon, - lE as SmartphoneChargingIcon, - aE as SmartphoneIcon, - CE as SmartphoneNfcIcon, - sE as SmileIcon, - cE as SmilePlusIcon, - dE as SnailIcon, - uE as SnowflakeIcon, - pE as SofaIcon, - mE as SoupIcon, - hE as SpaceIcon, - fE as SpadeIcon, - gE as SparkleIcon, - vE as SparklesIcon, - wE as SpeakerIcon, - LE as SpeechIcon, - bE as SpellCheck2Icon, - ME as SpellCheckIcon, - HE as SplineIcon, - EE as SplitIcon, - RE as SprayCanIcon, - yE as SproutIcon, - VE as SquareActivityIcon, - SE as SquareArrowDownIcon, - TE as SquareArrowDownLeftIcon, - NE as SquareArrowDownRightIcon, - xE as SquareArrowLeftIcon, - _E as SquareArrowOutDownLeftIcon, - AE as SquareArrowOutDownRightIcon, - ZE as SquareArrowOutUpLeftIcon, - IE as SquareArrowOutUpRightIcon, - kE as SquareArrowRightIcon, - OE as SquareArrowUpIcon, - BE as SquareArrowUpLeftIcon, - DE as SquareArrowUpRightIcon, - PE as SquareAsteriskIcon, - FE as SquareBottomDashedScissorsIcon, - UE as SquareCheckBigIcon, - zE as SquareCheckIcon, - GE as SquareChevronDownIcon, - $E as SquareChevronLeftIcon, - WE as SquareChevronRightIcon, - jE as SquareChevronUpIcon, - qE as SquareCodeIcon, - YE as SquareDashedBottomCodeIcon, - KE as SquareDashedBottomIcon, - XE as SquareDashedKanbanIcon, - QE as SquareDashedMousePointerIcon, - JE as SquareDivideIcon, - eR as SquareDotIcon, - tR as SquareEqualIcon, - nR as SquareFunctionIcon, - rR as SquareGanttChartIcon, - oR as SquareIcon, - iR as SquareKanbanIcon, - lR as SquareLibraryIcon, - CR as SquareMIcon, - aR as SquareMenuIcon, - sR as SquareMinusIcon, - cR as SquareMousePointerIcon, - dR as SquareParkingIcon, - uR as SquareParkingOffIcon, - pR as SquarePenIcon, - mR as SquarePercentIcon, - hR as SquarePiIcon, - fR as SquarePilcrowIcon, - gR as SquarePlayIcon, - vR as SquarePlusIcon, - wR as SquarePowerIcon, - LR as SquareRadicalIcon, - bR as SquareScissorsIcon, - MR as SquareSigmaIcon, - HR as SquareSlashIcon, - ER as SquareSplitHorizontalIcon, - RR as SquareSplitVerticalIcon, - yR as SquareStackIcon, - VR as SquareTerminalIcon, - SR as SquareUserIcon, - TR as SquareUserRoundIcon, - NR as SquareXIcon, - xR as SquircleIcon, - _R as SquirrelIcon, - AR as StampIcon, - ZR as StarHalfIcon, - IR as StarIcon, - kR as StarOffIcon, - OR as StepBackIcon, - BR as StepForwardIcon, - DR as StethoscopeIcon, - PR as StickerIcon, - FR as StickyNoteIcon, - UR as StoreIcon, - zR as StretchHorizontalIcon, - GR as StretchVerticalIcon, - $R as StrikethroughIcon, - WR as SubscriptIcon, - jR as SummaryIcon, - qR as SunDimIcon, - YR as SunIcon, - KR as SunMediumIcon, - XR as SunMoonIcon, - ey as SunSnowIcon, - QR as SunriseIcon, - JR as SunsetIcon, - ty as SuperscriptIcon, - ny as SwatchBookIcon, - ry as SwissFrancIcon, - oy as SwitchCameraIcon, - iy as SwordIcon, - ly as SwordsIcon, - ay as SyringeIcon, - x9 as Table, - Cy as Table2Icon, - _9 as TableBody, - A9 as TableCell, - sy as TableCellsMergeIcon, - cy as TableCellsSplitIcon, - dy as TableColumnsSplitIcon, - Z9 as TableHead, - I9 as TableHeadCell, - uy as TableIcon, - py as TablePropertiesIcon, - k9 as TableRow, - my as TableRowsSplitIcon, - hy as TabletIcon, - gy as TabletSmartphoneIcon, - fy as TabletsIcon, - o9 as Tabs, - i9 as Tag, - vy as TagIcon, - wy as TagsIcon, - Ly as Tally1Icon, - by as Tally2Icon, - My as Tally3Icon, - Hy as Tally4Icon, - Ey as Tally5Icon, - Ry as TangentIcon, - yy as TargetIcon, - Vy as TelescopeIcon, - Sy as TenantIcon, - Ty as TentIcon, - Ny as TentTreeIcon, - xy as TerminalIcon, - _y as TestTubeDiagonalIcon, - Ay as TestTubeIcon, - Zy as TestTubesIcon, - l9 as TextArea, - Iy as TextCursorIcon, - ky as TextCursorInputIcon, - Oy as TextIcon, - By as TextQuoteIcon, - Dy as TextSearchIcon, - Py as TextSelectIcon, - Fy as TheaterIcon, - u9 as ThemeHandler, - ST as ThemedLogo, - Uy as ThermometerIcon, - zy as ThermometerSnowflakeIcon, - Gy as ThermometerSunIcon, - $y as ThumbsDownIcon, - Wy as ThumbsUpIcon, - jy as TicketCheckIcon, - qy as TicketIcon, - Yy as TicketMinusIcon, - Ky as TicketPercentIcon, - Xy as TicketPlusIcon, - Qy as TicketSlashIcon, - Jy as TicketXIcon, - eV as TimerIcon, - tV as TimerOffIcon, - nV as TimerResetIcon, - f9 as Toggle, - rV as ToggleLeftIcon, - oV as ToggleRightIcon, - nx as Tooltip, - iV as TornadoIcon, - lV as TorusIcon, - aV as TouchpadIcon, - CV as TouchpadOffIcon, - sV as TowerControlIcon, - cV as ToyBrickIcon, - dV as TraceIcon, - uV as TractorIcon, - pV as TrafficConeIcon, - mV as TrainFrontIcon, - hV as TrainFrontTunnelIcon, - fV as TrainTrackIcon, - gV as TramFrontIcon, - vV as Trash2Icon, - wV as TrashIcon, - LV as TreeDeciduousIcon, - bV as TreePalmIcon, - MV as TreePineIcon, - HV as TreesIcon, - EV as TrelloIcon, - RV as TrendingDownIcon, - yV as TrendingUpIcon, - VV as TriangleAlertIcon, - SV as TriangleIcon, - TV as TriangleRightIcon, - NV as TrophyIcon, - xV as TruckIcon, - _V as TurtleIcon, - AV as Tv2Icon, - ZV as TvIcon, - IV as TwitchIcon, - kV as TwitterIcon, - OV as TypeIcon, - BV as UmbrellaIcon, - DV as UmbrellaOffIcon, - PV as UnderlineIcon, - FV as Undo2Icon, - UV as UndoDotIcon, - zV as UndoIcon, - GV as UnfoldHorizontalIcon, - $V as UnfoldVerticalIcon, - WV as UngroupIcon, - jV as UniversityIcon, - qV as Unlink2Icon, - YV as UnlinkIcon, - KV as UnplugIcon, - XV as UploadIcon, - QV as UsbIcon, - JV as UserCheckIcon, - eS as UserCogIcon, - tS as UserIcon, - nS as UserMinusIcon, - rS as UserPlusIcon, - oS as UserRoundCheckIcon, - iS as UserRoundCogIcon, - lS as UserRoundIcon, - aS as UserRoundMinusIcon, - CS as UserRoundPlusIcon, - sS as UserRoundSearchIcon, - cS as UserRoundXIcon, - dS as UserSearchIcon, - mS as UserXIcon, - uS as UsersIcon, - pS as UsersRoundIcon, - hS as UtensilsCrossedIcon, - fS as UtensilsIcon, - gS as UtilityPoleIcon, - g9 as ValuePair, - vS as VariableIcon, - wS as VaultIcon, - LS as VeganIcon, - bS as VenetianMaskIcon, - MS as VibrateIcon, - HS as VibrateOffIcon, - ES as VideoIcon, - RS as VideoOffIcon, - yS as VideotapeIcon, - VS as ViewIcon, - SS as VmwareTanzuSiteIcon, - TS as VoicemailIcon, - NS as Volume1Icon, - xS as Volume2Icon, - _S as VolumeIcon, - AS as VolumeXIcon, - ZS as VoteIcon, - IS as WalletCardsIcon, - kS as WalletIcon, - OS as WalletMinimalIcon, - BS as WallpaperIcon, - DS as WandIcon, - PS as WandSparklesIcon, - FS as WarehouseIcon, - US as WashingMachineIcon, - zS as WatchIcon, - GS as WavesIcon, - $S as WaypointsIcon, - WS as WebcamIcon, - jS as WebhookIcon, - qS as WebhookOffIcon, - YS as WeightIcon, - KS as WheatIcon, - XS as WheatOffIcon, - QS as WholeWordIcon, - JS as WifiIcon, - eT as WifiOffIcon, - tT as WindIcon, - nT as WineIcon, - rT as WineOffIcon, - w9 as Wizard, - v9 as WizardPage, - oT as WorkflowIcon, - iT as WormIcon, - lT as WrapTextIcon, - aT as WrenchIcon, - CT as XIcon, - sT as YoutubeIcon, - cT as ZapIcon, - dT as ZapOffIcon, - uT as ZoomInIcon, - pT as ZoomOutIcon, - Oq as actionsTypes, - S as breakPoints, - A as calculateBytes, - C9 as darkModeColors, - d9 as darkTheme, - a9 as lightModeColors, - c9 as lightTheme, - Z as overridePropsParse, - T as paddingSizeVariants, - N as radioVariants, - y9 as styled, - s9 as themeShadows, - MT as useArrowKeys, - bT as useEnterKey, - LT as useEscapeKey, - HT as useMDSTheme, - fT as useNotification, + St as AArrowDownIcon, + Nt as AArrowUpIcon, + It as ALargeSmallIcon, + xt as AccessibilityIcon, + gS as Accordion, + _t as ActivityIcon, + Zt as AirVentIcon, + At as AirplayIcon, + kt as AlarmClockCheckIcon, + Ot as AlarmClockIcon, + Bt as AlarmClockMinusIcon, + Dt as AlarmClockOffIcon, + Pt as AlarmClockPlusIcon, + Ft as AlarmSmokeIcon, + Ut as AlbumIcon, + zt as AlignCenterHorizontalIcon, + Gt as AlignCenterIcon, + $t as AlignCenterVerticalIcon, + Wt as AlignEndHorizontalIcon, + jt as AlignEndVerticalIcon, + qt as AlignHorizontalDistributeCenterIcon, + Yt as AlignHorizontalDistributeEndIcon, + Kt as AlignHorizontalDistributeStartIcon, + Xt as AlignHorizontalJustifyCenterIcon, + Qt as AlignHorizontalJustifyEndIcon, + Jt as AlignHorizontalJustifyStartIcon, + en as AlignHorizontalSpaceAroundIcon, + tn as AlignHorizontalSpaceBetweenIcon, + nn as AlignJustifyIcon, + rn as AlignLeftIcon, + on as AlignRightIcon, + ln as AlignStartHorizontalIcon, + an as AlignStartVerticalIcon, + Cn as AlignVerticalDistributeCenterIcon, + sn as AlignVerticalDistributeEndIcon, + cn as AlignVerticalDistributeStartIcon, + dn as AlignVerticalJustifyCenterIcon, + un as AlignVerticalJustifyEndIcon, + pn as AlignVerticalJustifyStartIcon, + mn as AlignVerticalSpaceAroundIcon, + hn as AlignVerticalSpaceBetweenIcon, + fn as AmazonEksSiteIcon, + gn as AmbulanceIcon, + vn as AmpersandIcon, + wn as AmpersandsIcon, + Ln as AnchorIcon, + bn as AngryIcon, + Mn as AnnoyedIcon, + Hn as AntennaIcon, + En as AnvilIcon, + Rn as ApertureIcon, + Vn as AppWindowIcon, + Tn as AppWindowMacIcon, + yn as AppleIcon, + YS as ApplicationLogo, + Sn as ArchiveIcon, + Nn as ArchiveRestoreIcon, + xn as ArchiveXIcon, + _n as AreaChartIcon, + An as ArmchairIcon, + Zn as ArrowBigDownDashIcon, + In as ArrowBigDownIcon, + kn as ArrowBigLeftDashIcon, + On as ArrowBigLeftIcon, + Bn as ArrowBigRightDashIcon, + Dn as ArrowBigRightIcon, + Pn as ArrowBigUpDashIcon, + Fn as ArrowBigUpIcon, + Un as ArrowDown01Icon, + zn as ArrowDown10Icon, + Gn as ArrowDownAZIcon, + $n as ArrowDownFromLineIcon, + Wn as ArrowDownIcon, + jn as ArrowDownLeftIcon, + qn as ArrowDownNarrowWideIcon, + Yn as ArrowDownRightIcon, + Kn as ArrowDownToDotIcon, + Xn as ArrowDownToLineIcon, + Qn as ArrowDownUpIcon, + Jn as ArrowDownWideNarrowIcon, + er as ArrowDownZAIcon, + tr as ArrowLeftFromLineIcon, + nr as ArrowLeftIcon, + rr as ArrowLeftRightIcon, + or as ArrowLeftToLineIcon, + ir as ArrowRightFromLineIcon, + lr as ArrowRightIcon, + ar as ArrowRightLeftIcon, + Cr as ArrowRightToLineIcon, + cr as ArrowUp01Icon, + dr as ArrowUp10Icon, + ur as ArrowUpAZIcon, + pr as ArrowUpDownIcon, + mr as ArrowUpFromDotIcon, + hr as ArrowUpFromLineIcon, + fr as ArrowUpIcon, + gr as ArrowUpLeftIcon, + vr as ArrowUpNarrowWideIcon, + wr as ArrowUpRightIcon, + Lr as ArrowUpToLineIcon, + br as ArrowUpWideNarrowIcon, + Mr as ArrowUpZAIcon, + sr as ArrowsUpFromLineIcon, + Hr as AsteriskIcon, + Rr as AtSignIcon, + Er as AtomIcon, + yr as AudioLinesIcon, + Vr as AudioWaveformIcon, + ex as Autocomplete, + Tr as AwardIcon, + Sr as AxeIcon, + Nr as Axis3dIcon, + xr as AzureAksSiteIcon, + _r as BabyIcon, + tx as BackLink, + Ar as BackpackIcon, + nx as Badge, + Zr as BadgeAlertIcon, + Ir as BadgeCentIcon, + kr as BadgeCheckIcon, + Or as BadgeDollarSignIcon, + Br as BadgeEuroIcon, + Dr as BadgeHelpIcon, + Pr as BadgeIcon, + Fr as BadgeIndianRupeeIcon, + Ur as BadgeInfoIcon, + zr as BadgeJapaneseYenIcon, + Gr as BadgeMinusIcon, + $r as BadgePercentIcon, + Wr as BadgePlusIcon, + jr as BadgePoundSterlingIcon, + qr as BadgeRussianRubleIcon, + Yr as BadgeSwissFrancIcon, + Kr as BadgeXIcon, + Xr as BaggageClaimIcon, + Qr as BalancerIcon, + eo as BanIcon, + Jr as BananaIcon, + to as BanknoteIcon, + no as BarChart2Icon, + ro as BarChart3Icon, + oo as BarChart4Icon, + io as BarChartBigIcon, + lo as BarChartHorizontalBigIcon, + ao as BarChartHorizontalIcon, + Co as BarChartIcon, + so as BarcodeIcon, + co as BareMetalLinuxSiteIcon, + uo as BaselineIcon, + po as BatchJobsIcon, + mo as BathIcon, + ho as BatteryChargingIcon, + fo as BatteryFullIcon, + go as BatteryIcon, + vo as BatteryLowIcon, + wo as BatteryMediumIcon, + Lo as BatteryWarningIcon, + bo as BeakerIcon, + Mo as BeanIcon, + Ho as BeanOffIcon, + Eo as BedDoubleIcon, + Ro as BedIcon, + yo as BedSingleIcon, + Vo as BeefIcon, + To as BeerIcon, + So as BeerOffIcon, + No as BellArrowIcon, + xo as BellDotIcon, + _o as BellElectricIcon, + Ao as BellIcon, + Zo as BellMinusIcon, + Io as BellOffIcon, + ko as BellPlusIcon, + Oo as BellRingIcon, + Bo as BetweenHorizontalEndIcon, + Do as BetweenHorizontalStartIcon, + Po as BetweenVerticalEndIcon, + Fo as BetweenVerticalStartIcon, + Uo as BikeIcon, + zo as BinaryIcon, + Go as BiohazardIcon, + $o as BirdIcon, + Wo as BitcoinIcon, + jo as BlendIcon, + qo as BlindsIcon, + Yo as BlocksIcon, + Ko as BluetoothConnectedIcon, + Xo as BluetoothIcon, + Qo as BluetoothOffIcon, + Jo as BluetoothSearchingIcon, + ei as BoldIcon, + ti as BoltIcon, + ni as BombIcon, + ri as BoneIcon, + oi as BookAIcon, + ii as BookAudioIcon, + li as BookCheckIcon, + ai as BookCopyIcon, + Ci as BookDashedIcon, + si as BookDownIcon, + ci as BookHeadphonesIcon, + di as BookHeartIcon, + ui as BookIcon, + pi as BookImageIcon, + mi as BookKeyIcon, + hi as BookLockIcon, + gi as BookMarkedIcon, + Mi as BookMinusIcon, + Hi as BookOpenCheckIcon, + Ei as BookOpenIcon, + Ri as BookOpenTextIcon, + yi as BookPlusIcon, + Vi as BookTextIcon, + Ti as BookTypeIcon, + Si as BookUp2Icon, + Ni as BookUpIcon, + xi as BookUserIcon, + _i as BookXIcon, + fi as BookmarkCheckIcon, + vi as BookmarkIcon, + wi as BookmarkMinusIcon, + Li as BookmarkPlusIcon, + bi as BookmarkXIcon, + Ai as BoomBoxIcon, + Zi as BotIcon, + Ii as BotMessageSquareIcon, + fS as Box, + Oi as BoxIcon, + Bi as BoxOutlineIcon, + Di as BoxSelectIcon, + rx as BoxedIcon, + ki as BoxesIcon, + Pi as BracesIcon, + Fi as BracketsIcon, + Ui as BrainCircuitIcon, + zi as BrainCogIcon, + Gi as BrainIcon, + cx as Breadcrumbs, + $i as BrickWallIcon, + Wi as BriefcaseBusinessIcon, + ji as BriefcaseIcon, + qi as BriefcaseMedicalIcon, + Yi as BringToFrontIcon, + Ki as BrushIcon, + Xi as BucketCopyIcon, + Qi as BucketIcon, + Ji as BucketQuotaIcon, + el as BugIcon, + tl as BugOffIcon, + nl as BugPlayIcon, + rl as Building2Icon, + ol as BuildingIcon, + il as BusFrontIcon, + ll as BusIcon, + ON as Button, + dx as ButtonGroup, + al as CableCarIcon, + Cl as CableIcon, + sl as CakeIcon, + cl as CakeSliceIcon, + dl as CalculatorIcon, + ul as CalendarCheck2Icon, + pl as CalendarCheckIcon, + ml as CalendarClockIcon, + hl as CalendarDaysIcon, + fl as CalendarFoldIcon, + gl as CalendarHeartIcon, + vl as CalendarIcon, + wl as CalendarMinus2Icon, + Ll as CalendarMinusIcon, + bl as CalendarOffIcon, + Ml as CalendarPlus2Icon, + Hl as CalendarPlusIcon, + El as CalendarRangeIcon, + Rl as CalendarSearchIcon, + yl as CalendarX2Icon, + Vl as CalendarXIcon, + Tl as CameraIcon, + Sl as CameraOffIcon, + Nl as CandlestickChartIcon, + xl as CandyCaneIcon, + _l as CandyIcon, + Al as CandyOffIcon, + Zl as CannabisIcon, + Il as CaptionsIcon, + kl as CaptionsOffIcon, + Pl as CarFrontIcon, + Fl as CarIcon, + Ul as CarTaxiFrontIcon, + Ol as CaravanIcon, + Bl as CaretFilledIcon, + Dl as CaretIcon, + zl as CaseLowerIcon, + Gl as CaseSensitiveIcon, + $l as CaseUpperIcon, + Wl as CassetteTapeIcon, + jl as CastIcon, + ql as CastleIcon, + Yl as CatIcon, + Kl as CctvIcon, + Xl as CheckCheckIcon, + Ql as CheckIcon, + mx as Checkbox, + Jl as ChefHatIcon, + ea as CherryIcon, + ta as ChevronDownIcon, + na as ChevronFirstIcon, + ra as ChevronLastIcon, + oa as ChevronLeftIcon, + ia as ChevronRightIcon, + ma as ChevronUpIcon, + la as ChevronsDownIcon, + aa as ChevronsDownUpIcon, + Ca as ChevronsLeftIcon, + sa as ChevronsLeftRightIcon, + ca as ChevronsRightIcon, + da as ChevronsRightLeftIcon, + ua as ChevronsUpDownIcon, + pa as ChevronsUpIcon, + ha as ChromeIcon, + fa as ChurchIcon, + ga as CigaretteIcon, + va as CigaretteOffIcon, + wa as CircleAlertIcon, + La as CircleArrowDownIcon, + ba as CircleArrowLeftIcon, + Ma as CircleArrowOutDownLeftIcon, + Ha as CircleArrowOutDownRightIcon, + Ea as CircleArrowOutUpLeftIcon, + Ra as CircleArrowOutUpRightIcon, + ya as CircleArrowRightIcon, + Va as CircleArrowUpIcon, + Ta as CircleCheckBigIcon, + Sa as CircleCheckIcon, + Na as CircleChevronDownIcon, + xa as CircleChevronLeftIcon, + _a as CircleChevronRightIcon, + Aa as CircleChevronUpIcon, + Za as CircleDashedIcon, + Ia as CircleDivideIcon, + ka as CircleDollarSignIcon, + Oa as CircleDotDashedIcon, + Ba as CircleDotIcon, + Da as CircleEllipsisIcon, + Pa as CircleEqualIcon, + Fa as CircleFadingPlusIcon, + Ua as CircleFillIcon, + za as CircleGaugeIcon, + Ga as CircleHelpIcon, + $a as CircleIcon, + Wa as CircleMinusIcon, + ja as CircleOffIcon, + qa as CircleParkingIcon, + Ya as CircleParkingOffIcon, + Ka as CirclePauseIcon, + Xa as CirclePercentIcon, + Qa as CirclePlayIcon, + Ja as CirclePlusIcon, + eC as CirclePowerIcon, + tC as CircleSlash2Icon, + nC as CircleSlashIcon, + rC as CircleStopIcon, + oC as CircleUserIcon, + iC as CircleUserRoundIcon, + lC as CircleXIcon, + aC as CircuitBoardIcon, + CC as CitrusIcon, + sC as ClapperboardIcon, + cC as ClipboardCheckIcon, + dC as ClipboardCopyIcon, + uC as ClipboardIcon, + pC as ClipboardListIcon, + mC as ClipboardMinusIcon, + hC as ClipboardPasteIcon, + fC as ClipboardPenIcon, + gC as ClipboardPenLineIcon, + vC as ClipboardPlusIcon, + wC as ClipboardTypeIcon, + LC as ClipboardXIcon, + NC as Clock10Icon, + xC as Clock11Icon, + _C as Clock12Icon, + bC as Clock1Icon, + MC as Clock2Icon, + HC as Clock3Icon, + EC as Clock4Icon, + RC as Clock5Icon, + yC as Clock6Icon, + VC as Clock7Icon, + TC as Clock8Icon, + SC as Clock9Icon, + AC as ClockIcon, + ZC as CloudCogIcon, + IC as CloudDownloadIcon, + kC as CloudDrizzleIcon, + OC as CloudFogIcon, + BC as CloudHailIcon, + DC as CloudIcon, + PC as CloudLightningIcon, + FC as CloudMoonIcon, + UC as CloudMoonRainIcon, + zC as CloudOffIcon, + GC as CloudRainIcon, + $C as CloudRainWindIcon, + WC as CloudSnowIcon, + jC as CloudSunIcon, + qC as CloudSunRainIcon, + YC as CloudUploadIcon, + KC as CloudyIcon, + XC as CloverIcon, + QC as ClubIcon, + JC as ClusterHealthIcon, + es as ClusterIcon, + ts as ClusterIngressIcon, + ns as ClusterNodeIcon, + rs as ClusterReplicationIcon, + os as ClustersIcon, + Cz as CodeEditor, + is as CodeIcon, + cz as CodeSnippet, + Cs as CodeXmlIcon, + ls as CodepenIcon, + as as CodesandboxIcon, + ss as CoffeeIcon, + cs as CogIcon, + ds as CoinsIcon, + us as CollapseIcon, + ps as Columns2Icon, + ms as Columns3Icon, + hs as Columns4Icon, + fs as CombineIcon, + gs as CommandIcon, + vs as CompassIcon, + ws as ComponentIcon, + Ls as ComputerIcon, + bs as ConciergeBellIcon, + Ms as ConeIcon, + Hs as ConstructionIcon, + Es as ContactIcon, + Rs as ContactRoundIcon, + ys as ContainerIcon, + Vs as ContainerImagesIcon, + Ts as ContrastIcon, + Ss as CookieIcon, + Ns as CookingPotIcon, + xs as CopyCheckIcon, + _s as CopyIcon, + Zs as CopyMinusIcon, + Is as CopyPlusIcon, + Os as CopySlashIcon, + Bs as CopyXIcon, + As as CopyleftIcon, + ks as CopyrightIcon, + Ds as CornerDownLeftIcon, + Ps as CornerDownRightIcon, + Fs as CornerLeftDownIcon, + Us as CornerLeftUpIcon, + zs as CornerRightDownIcon, + Gs as CornerRightUpIcon, + $s as CornerUpLeftIcon, + Ws as CornerUpRightIcon, + js as CpuIcon, + qs as CreativeCommonsIcon, + Ys as CreditCardIcon, + Ks as CroissantIcon, + Xs as CropIcon, + Js as CrossIcon, + Qs as CrosshairIcon, + ec as CrownIcon, + tc as CuboidIcon, + nc as CupSodaIcon, + rc as CurrencyIcon, + oc as CylinderIcon, + sc as DataIcon, + Nq as DataTable, + ic as DatabaseApiIcon, + lc as DatabaseBackupIcon, + ac as DatabaseIcon, + Cc as DatabaseZapIcon, + q1 as DateTimeInput, + j1 as DateTimeSelector, + cc as DeleteIcon, + dc as DessertIcon, + uc as DiameterIcon, + pc as DiamondIcon, + mc as DiamondPercentIcon, + hc as Dice1Icon, + fc as Dice2Icon, + gc as Dice3Icon, + vc as Dice4Icon, + wc as Dice5Icon, + Lc as Dice6Icon, + bc as DicesIcon, + Mc as DiffIcon, + Hc as Disc2Icon, + Ec as Disc3Icon, + Rc as DiscAlbumIcon, + yc as DiscIcon, + Vc as DivideIcon, + Tc as DnaIcon, + Sc as DnaOffIcon, + Nc as DockIcon, + xc as DogIcon, + _c as DollarSignIcon, + Ac as DonutIcon, + Zc as DoorClosedIcon, + Ic as DoorOpenIcon, + kc as DotIcon, + Oc as DownloadIcon, + Bc as DraftingCompassIcon, + Dc as DramaIcon, + Pc as DribbbleIcon, + Fc as DrillIcon, + kN as DropdownSelector, + Uc as DropletIcon, + zc as DropletsIcon, + Gc as DrumIcon, + $c as DrumstickIcon, + Wc as DumbbellIcon, + jc as EarIcon, + qc as EarOffIcon, + Yc as EarthIcon, + Kc as EarthLockIcon, + Xc as EclipseIcon, + Qc as EggFriedIcon, + Jc as EggIcon, + ed as EggOffIcon, + td as EllipsisIcon, + nd as EllipsisVerticalIcon, + rd as EqualIcon, + od as EqualNotIcon, + id as EraserIcon, + ld as EuroIcon, + ad as ExpandIcon, + ax as ExpandMenu, + Cx as ExpandMenuOption, + Y1 as ExpandOptionsButton, + Cd as ExternalLinkIcon, + sd as EyeIcon, + cd as EyeOffIcon, + dd as FacebookIcon, + ud as FactoryIcon, + pd as FanIcon, + md as FastForwardIcon, + hd as FeatherIcon, + fd as FenceIcon, + gd as FerrisWheelIcon, + vd as FigmaIcon, + wd as FileArchiveIcon, + Ld as FileAudio2Icon, + bd as FileAudioIcon, + Md as FileAxis3dIcon, + Hd as FileBadge2Icon, + Ed as FileBadgeIcon, + Rd as FileBarChart2Icon, + yd as FileBarChartIcon, + Vd as FileBoxIcon, + Td as FileCheck2Icon, + Sd as FileCheckIcon, + Nd as FileClockIcon, + xd as FileCode2Icon, + _d as FileCodeIcon, + Ad as FileCogIcon, + Zd as FileDiffIcon, + Id as FileDigitIcon, + kd as FileDownIcon, + Od as FileHeartIcon, + Bd as FileIcon, + Dd as FileImageIcon, + Pd as FileInputIcon, + Fd as FileJson2Icon, + Ud as FileJsonIcon, + zd as FileKey2Icon, + Gd as FileKeyIcon, + $d as FileLineChartIcon, + Wd as FileLock2Icon, + jd as FileLockIcon, + qd as FileMinus2Icon, + Yd as FileMinusIcon, + Kd as FileMusicIcon, + Xd as FileOutputIcon, + Qd as FilePenIcon, + Jd as FilePenLineIcon, + eu as FilePieChartIcon, + tu as FilePlus2Icon, + nu as FilePlusIcon, + ru as FileQuestionIcon, + ou as FileScanIcon, + iu as FileSearch2Icon, + lu as FileSearchIcon, + X1 as FileSelector, + Cu as FileSlidersIcon, + su as FileSpreadsheetIcon, + cu as FileStackIcon, + du as FileSymlinkIcon, + uu as FileTerminalIcon, + pu as FileTextIcon, + mu as FileType2Icon, + hu as FileTypeIcon, + fu as FileUpIcon, + gu as FileVideo2Icon, + vu as FileVideoIcon, + wu as FileVolume2Icon, + Lu as FileVolumeIcon, + bu as FileWarningIcon, + Mu as FileX2Icon, + Hu as FileXIcon, + au as FilesIcon, + Eu as FilmIcon, + Ru as FilterIcon, + yu as FilterXIcon, + Vu as FingerprintIcon, + Tu as FireExtinguisherIcon, + Su as FishIcon, + Nu as FishSymbolIcon, + xu as FlagIcon, + _u as FlagOffIcon, + Au as FlagTriangleLeftIcon, + Zu as FlagTriangleRightIcon, + Iu as FlameIcon, + ku as FlameKindlingIcon, + Ou as FlashlightIcon, + Bu as FlashlightOffIcon, + Du as FlaskConicalIcon, + Pu as FlaskConicalOffIcon, + Fu as FlaskRoundIcon, + Uu as FlipHorizontal2Icon, + zu as FlipHorizontalIcon, + Gu as FlipVertical2Icon, + $u as FlipVerticalIcon, + Wu as Flower2Icon, + ju as FlowerIcon, + qu as FocusIcon, + yp as FoldHorizontalIcon, + Vp as FoldVerticalIcon, + Yu as FolderArchiveIcon, + Ku as FolderCheckIcon, + Xu as FolderClockIcon, + Qu as FolderClosedIcon, + Ju as FolderCogIcon, + ep as FolderDotIcon, + tp as FolderDownIcon, + np as FolderGit2Icon, + rp as FolderGitIcon, + op as FolderHeartIcon, + ip as FolderIcon, + lp as FolderInputIcon, + ap as FolderKanbanIcon, + Cp as FolderKey2Icon, + sp as FolderKeyIcon, + cp as FolderLockIcon, + dp as FolderMinusIcon, + up as FolderOpenDotIcon, + pp as FolderOpenIcon, + mp as FolderOutputIcon, + hp as FolderPenIcon, + fp as FolderPlusIcon, + gp as FolderRootIcon, + vp as FolderSearch2Icon, + wp as FolderSearchIcon, + bp as FolderSymlinkIcon, + Mp as FolderSyncIcon, + Hp as FolderTreeIcon, + Ep as FolderUpIcon, + Rp as FolderXIcon, + Lp as FoldersIcon, + Tp as FootprintsIcon, + Sp as ForkliftIcon, + Q1 as FormActionsTray, + e6 as FormLayout, + Np as ForwardIcon, + xp as FrameIcon, + _p as FramerIcon, + Ap as FrownIcon, + Zp as FuelIcon, + Ip as FullscreenIcon, + kp as GalleryHorizontalEndIcon, + Op as GalleryHorizontalIcon, + Bp as GalleryThumbnailsIcon, + Dp as GalleryVerticalEndIcon, + Pp as GalleryVerticalIcon, + Fp as Gamepad2Icon, + Up as GamepadIcon, + zp as GanttChartIcon, + Gp as GaugeIcon, + $p as GavelIcon, + Wp as GemIcon, + jp as GhostIcon, + qp as GiftIcon, + Yp as GitBranchIcon, + Kp as GitBranchPlusIcon, + Xp as GitCommitHorizontalIcon, + Qp as GitCommitVerticalIcon, + Jp as GitCompareArrowsIcon, + em as GitCompareIcon, + tm as GitForkIcon, + nm as GitGraphIcon, + im as GitMergeIcon, + lm as GitPullRequestArrowIcon, + am as GitPullRequestClosedIcon, + Cm as GitPullRequestCreateArrowIcon, + sm as GitPullRequestCreateIcon, + cm as GitPullRequestDraftIcon, + dm as GitPullRequestIcon, + rm as GithubIcon, + om as GitlabIcon, + pm as GlassWaterIcon, + um as GlassesIcon, + hS as GlobalStyles, + mm as GlobeIcon, + hm as GlobeLockIcon, + fm as GoalIcon, + gm as GoogleGkeSiteIcon, + vm as GrabIcon, + wm as GraduationCapIcon, + Lm as GrapeIcon, + rq as Grid, + bm as Grid2x2Icon, + Mm as Grid3x3Icon, + Hm as GripHorizontalIcon, + Em as GripIcon, + Rm as GripVerticalIcon, + ym as GroupIcon, + Vm as GuitarIcon, + Tm as HamIcon, + Sm as HammerIcon, + Nm as HandCoinsIcon, + xm as HandHeartIcon, + _m as HandHelpingIcon, + Am as HandIcon, + Zm as HandMetalIcon, + Im as HandPlatterIcon, + km as HandshakeIcon, + Om as HardDriveDownloadIcon, + Bm as HardDriveIcon, + Dm as HardDriveSearchIcon, + Pm as HardDriveUploadIcon, + Fm as HardHatIcon, + Um as HashIcon, + zm as HazeIcon, + Gm as HdmiPortIcon, + $m as Heading1Icon, + Wm as Heading2Icon, + jm as Heading3Icon, + qm as Heading4Icon, + Ym as Heading5Icon, + Km as Heading6Icon, + Xm as HeadingIcon, + Qm as HeadphonesIcon, + Jm as HeadsetIcon, + eh as HeartCrackIcon, + th as HeartHandshakeIcon, + nh as HeartIcon, + rh as HeartOffIcon, + oh as HeartPulseIcon, + ih as HeaterIcon, + n6 as HelpBox, + lh as HexagonIcon, + ah as HighlighterIcon, + Ch as HistoryIcon, + sh as HomeIcon, + ch as HopIcon, + dh as HopOffIcon, + uh as HospitalIcon, + ph as HotelIcon, + mh as HourglassIcon, + hh as IceCreamBowlIcon, + fh as IceCreamConeIcon, + K1 as IconButton, + gh as ImageDownIcon, + vh as ImageIcon, + wh as ImageMinusIcon, + Lh as ImageOffIcon, + bh as ImagePlusIcon, + Hh as ImageUpIcon, + Mh as ImagesIcon, + Eh as ImportIcon, + Rh as InboxIcon, + yh as IndentDecreaseIcon, + Vh as IndentIncreaseIcon, + Th as IndianRupeeIcon, + Sh as InfinityIcon, + Nh as InfoIcon, + QN as InputBox, + FN as InputLabel, + xh as InspectionPanelIcon, + _h as InstagramIcon, + Ah as ItalicIcon, + Zh as IterationCCWIcon, + Ih as IterationCWIcon, + kh as JapaneseYenIcon, + Oh as JoystickIcon, + Bh as KanbanIcon, + Fh as KeyIcon, + Uh as KeyRoundIcon, + zh as KeySquareIcon, + Dh as KeyboardIcon, + Ph as KeyboardMusicIcon, + Gh as KubernetesSiteIcon, + ff as LDAPIcon, + $h as LambdaIcon, + Wh as LampCeilingIcon, + jh as LampDeskIcon, + qh as LampFloorIcon, + Yh as LampIcon, + Kh as LampWallDownIcon, + Xh as LampWallUpIcon, + Jh as LandPlotIcon, + Qh as LandmarkIcon, + ef as LanguagesIcon, + tf as LaptopIcon, + nf as LaptopMinimalIcon, + rf as LassoIcon, + of as LassoSelectIcon, + lf as LaughIcon, + af as Layers2Icon, + Cf as Layers3Icon, + sf as LayersIcon, + cf as LayoutDashboardIcon, + df as LayoutGridIcon, + uf as LayoutListIcon, + pf as LayoutPanelLeftIcon, + mf as LayoutPanelTopIcon, + hf as LayoutTemplateIcon, + gf as LeafIcon, + vf as LeafyGreenIcon, + wf as LibraryBigIcon, + Lf as LibraryIcon, + bf as LifeBuoyIcon, + Mf as LigatureIcon, + Hf as LightbulbIcon, + Ef as LightbulbOffIcon, + Rf as LineChartIcon, + o6 as Link, + yf as Link2Icon, + Vf as Link2OffIcon, + i6 as LinkButton, + Sf as LinkIcon, + Tf as LinkedinIcon, + Nf as ListChecksIcon, + xf as ListCollapseIcon, + _f as ListEndIcon, + Af as ListFilterIcon, + Zf as ListIcon, + If as ListMinusIcon, + kf as ListMusicIcon, + Of as ListOrderedIcon, + Bf as ListPlusIcon, + Df as ListRestartIcon, + Pf as ListStartIcon, + Ff as ListTodoIcon, + Uf as ListTreeIcon, + zf as ListVideoIcon, + Gf as ListXIcon, + hq as Loader, + $f as LoaderCircleIcon, + Wf as LoaderIcon, + jf as LocateFixedIcon, + qf as LocateIcon, + Yf as LocateOffIcon, + Kf as LockIcon, + Xf as LockKeyholeIcon, + Qf as LockKeyholeOpenIcon, + Jf as LockOpenIcon, + eg as LogInIcon, + tg as LogOutIcon, + g6 as LoginWrapper, + ng as LollipopIcon, + rg as LuggageIcon, + v6 as MDSCacheProvider, + og as MagnetIcon, + lg as MailCheckIcon, + ag as MailIcon, + Cg as MailMinusIcon, + sg as MailOpenIcon, + cg as MailPlusIcon, + dg as MailQuestionIcon, + ug as MailSearchIcon, + mg as MailWarningIcon, + hg as MailXIcon, + ig as MailboxIcon, + pg as MailsIcon, + fg as MapIcon, + gg as MapPinIcon, + wg as MapPinOffIcon, + vg as MapPinnedIcon, + Lg as MartiniIcon, + bg as Maximize2Icon, + Mg as MaximizeIcon, + Hg as MedalIcon, + Eg as MegaphoneIcon, + Rg as MegaphoneOffIcon, + yg as MehIcon, + Vg as MemoryStickIcon, + Tg as MenuIcon, + Sg as MergeIcon, + Ng as MessageCircleCodeIcon, + xg as MessageCircleDashedIcon, + _g as MessageCircleHeartIcon, + Ag as MessageCircleIcon, + Zg as MessageCircleMoreIcon, + Ig as MessageCircleOffIcon, + kg as MessageCirclePlusIcon, + Og as MessageCircleQuestionIcon, + Bg as MessageCircleReplyIcon, + Dg as MessageCircleWarningIcon, + Pg as MessageCircleXIcon, + Fg as MessageSquareCodeIcon, + Ug as MessageSquareDashedIcon, + zg as MessageSquareDiffIcon, + Gg as MessageSquareDotIcon, + $g as MessageSquareHeartIcon, + Wg as MessageSquareIcon, + jg as MessageSquareMoreIcon, + qg as MessageSquareOffIcon, + Yg as MessageSquarePlusIcon, + Kg as MessageSquareQuoteIcon, + Xg as MessageSquareReplyIcon, + Qg as MessageSquareShareIcon, + Jg as MessageSquareTextIcon, + ev as MessageSquareWarningIcon, + tv as MessageSquareXIcon, + nv as MessagesSquareIcon, + rv as MicIcon, + ov as MicOffIcon, + av as MicVocalIcon, + iv as MicroscopeIcon, + lv as MicrowaveIcon, + Cv as MilestoneIcon, + sv as MilkIcon, + cv as MilkOffIcon, + pv as MinIOIcon, + dv as Minimize2Icon, + uv as MinimizeIcon, + mv as MinusIcon, + w6 as ModalBox, + hv as MonitorCheckIcon, + fv as MonitorDotIcon, + gv as MonitorDownIcon, + vv as MonitorIcon, + wv as MonitorOffIcon, + Lv as MonitorPauseIcon, + bv as MonitorPlayIcon, + Mv as MonitorSmartphoneIcon, + Hv as MonitorSpeakerIcon, + Ev as MonitorStopIcon, + Rv as MonitorUpIcon, + yv as MonitorXIcon, + Vv as MoonIcon, + Tv as MoonStarIcon, + Sv as MountainIcon, + Nv as MountainSnowIcon, + xv as MouseIcon, + _v as MousePointer2Icon, + Av as MousePointerClickIcon, + Zv as MousePointerIcon, + Iv as Move3dIcon, + kv as MoveDiagonal2Icon, + Ov as MoveDiagonalIcon, + Bv as MoveDownIcon, + Dv as MoveDownLeftIcon, + Pv as MoveDownRightIcon, + Fv as MoveHorizontalIcon, + Uv as MoveIcon, + zv as MoveLeftIcon, + Gv as MoveRightIcon, + $v as MoveUpIcon, + Wv as MoveUpLeftIcon, + jv as MoveUpRightIcon, + qv as MoveVerticalIcon, + Yv as Music2Icon, + Kv as Music3Icon, + Xv as Music4Icon, + Qv as MusicIcon, + Jv as Navigation2Icon, + ew as Navigation2OffIcon, + tw as NavigationIcon, + nw as NavigationOffIcon, + rw as NetworkIcon, + ow as NewspaperIcon, + iw as NfcIcon, + lw as NotebookIcon, + aw as NotebookPenIcon, + Cw as NotebookTabsIcon, + sw as NotebookTextIcon, + cw as NotepadTextDashedIcon, + dw as NotepadTextIcon, + L6 as NotificationAlert, + b6 as NotificationCount, + S6 as Notifications, + uw as NutIcon, + pw as NutOffIcon, + mw as OctagonAlertIcon, + hw as OctagonIcon, + fw as OctagonPauseIcon, + gw as OctagonXIcon, + vw as OidcIcon, + ww as OptionIcon, + Lw as OrbitIcon, + bw as Package2Icon, + Mw as PackageCheckIcon, + Hw as PackageIcon, + Ew as PackageMinusIcon, + Rw as PackageOpenIcon, + yw as PackagePlusIcon, + Vw as PackageSearchIcon, + Tw as PackageXIcon, + A6 as PageHeader, + Z6 as PageLayout, + xw as PaintBucketIcon, + _w as PaintRollerIcon, + Sw as Paintbrush2Icon, + Nw as PaintbrushIcon, + Aw as PaletteIcon, + Zw as PanelBottomCloseIcon, + Iw as PanelBottomDashedIcon, + kw as PanelBottomIcon, + Ow as PanelBottomOpenIcon, + Bw as PanelLeftCloseIcon, + Dw as PanelLeftDashedIcon, + Pw as PanelLeftIcon, + Fw as PanelLeftOpenIcon, + Uw as PanelRightCloseIcon, + zw as PanelRightDashedIcon, + Gw as PanelRightIcon, + $w as PanelRightOpenIcon, + Yw as PanelTopCloseIcon, + Kw as PanelTopDashedIcon, + Xw as PanelTopIcon, + Qw as PanelTopOpenIcon, + Ww as PanelsLeftBottomIcon, + jw as PanelsRightBottomIcon, + qw as PanelsTopLeftIcon, + Jw as PaperclipIcon, + eL as ParenthesesIcon, + tL as ParkingMeterIcon, + nL as PartyPopperIcon, + rL as PasscodeLockIcon, + oL as PauseIcon, + iL as PawPrintIcon, + lL as PcCaseIcon, + cL as PenIcon, + dL as PenLineIcon, + pL as PenToolIcon, + aL as PencilIcon, + CL as PencilLineIcon, + sL as PencilRulerIcon, + uL as PentagonIcon, + mL as PercentIcon, + hL as PersonStandingIcon, + fL as PhoneCallIcon, + gL as PhoneForwardedIcon, + vL as PhoneIcon, + wL as PhoneIncomingIcon, + LL as PhoneMissedIcon, + bL as PhoneOffIcon, + ML as PhoneOutgoingIcon, + NL as PiIcon, + HL as PianoIcon, + EL as PickaxeIcon, + RL as PictureInPicture2Icon, + yL as PictureInPictureIcon, + VL as PieChartIcon, + TL as PieUsageIcon, + SL as PiggyBankIcon, + xL as PilcrowIcon, + _L as PillIcon, + AL as PinIcon, + ZL as PinOffIcon, + IL as PipetteIcon, + kL as PizzaIcon, + OL as PlaneIcon, + BL as PlaneLandingIcon, + DL as PlaneTakeoffIcon, + PL as PlayIcon, + FL as Plug2Icon, + UL as PlugIcon, + zL as PlugZap2Icon, + GL as PlugZapIcon, + $L as PlusIcon, + WL as PocketIcon, + jL as PocketKnifeIcon, + qL as PodcastIcon, + YL as PointerIcon, + KL as PointerOffIcon, + XL as PopcornIcon, + QL as PopsicleIcon, + JL as PoundSterlingIcon, + eb as PowerIcon, + tb as PowerOffIcon, + nb as PresentationIcon, + rb as PrinterIcon, + O6 as ProgressBar, + ob as ProjectorIcon, + ib as ProportionsIcon, + lb as PuzzleIcon, + ab as PyramidIcon, + Cb as QrCodeIcon, + sb as QuoteIcon, + cb as RabbitIcon, + db as RadarIcon, + ub as RadiationIcon, + pb as RadicalIcon, + P6 as RadioGroup, + mb as RadioIcon, + hb as RadioReceiverIcon, + fb as RadioTowerIcon, + gb as RadiusIcon, + vb as RailSymbolIcon, + wb as RainbowIcon, + Lb as RatIcon, + bb as RatioIcon, + Mb as ReceiptCentIcon, + Hb as ReceiptEuroIcon, + Eb as ReceiptIcon, + Rb as ReceiptIndianRupeeIcon, + yb as ReceiptJapaneseYenIcon, + Vb as ReceiptPoundSterlingIcon, + Tb as ReceiptRussianRubleIcon, + Sb as ReceiptSwissFrancIcon, + Nb as ReceiptTextIcon, + xb as RectangleEllipsisIcon, + _b as RectangleHorizontalIcon, + Ab as RectangleVerticalIcon, + Zb as RecycleIcon, + Ib as RedhatOpenshiftSiteIcon, + kb as Redo2Icon, + Ob as RedoDotIcon, + Bb as RedoIcon, + Db as RefreshCCWDotIcon, + Pb as RefreshCCWIcon, + Fb as RefreshCWIcon, + Ub as RefreshCWOffIcon, + zb as RefreshCwSettingsIcon, + Gb as RefrigeratorIcon, + $b as RegexIcon, + Wb as RemoveFormattingIcon, + jb as Repeat1Icon, + qb as Repeat2Icon, + Yb as RepeatIcon, + Kb as ReplaceAllIcon, + Xb as ReplaceIcon, + Qb as ReplyAllIcon, + Jb as ReplyIcon, + eM as RewindIcon, + tM as RibbonIcon, + nM as RocketIcon, + rM as RockingChairIcon, + oM as RollerCoasterIcon, + iM as Rotate3dIcon, + lM as RotateCCWIcon, + aM as RotateCCWSquareIcon, + CM as RotateCWIcon, + sM as RotateCWSquareIcon, + cM as RouteIcon, + dM as RouteOffIcon, + uM as RouterIcon, + pM as Rows2Icon, + mM as Rows3Icon, + hM as Rows4Icon, + fM as RssIcon, + gM as RulerIcon, + vM as RussianRubleIcon, + wM as SailboatIcon, + LM as SaladIcon, + bM as SandwichIcon, + MM as SatelliteDishIcon, + HM as SatelliteIcon, + EM as SaveAllIcon, + RM as SaveIcon, + yM as Scale3dIcon, + VM as ScaleIcon, + TM as ScalingIcon, + SM as ScanBarcodeIcon, + NM as ScanEyeIcon, + xM as ScanFaceIcon, + _M as ScanIcon, + AM as ScanLineIcon, + ZM as ScanSearchIcon, + IM as ScanTextIcon, + kM as ScatterChartIcon, + OM as SchoolIcon, + BM as ScissorsIcon, + DM as ScissorsLineDashedIcon, + PM as ScreenShareIcon, + FM as ScreenShareOffIcon, + t6 as ScreenTitle, + UM as ScrollIcon, + zM as ScrollTextIcon, + F6 as SearchBox, + GM as SearchCheckIcon, + $M as SearchCodeIcon, + WM as SearchIcon, + jM as SearchSlashIcon, + qM as SearchXIcon, + J1 as SectionTitle, + U6 as Select, + YM as SendHorizontalIcon, + KM as SendIcon, + XM as SendToBackIcon, + QM as SeparatorHorizontalIcon, + JM as SeparatorVerticalIcon, + eH as ServerCogIcon, + tH as ServerCrashIcon, + nH as ServerIcon, + rH as ServerOffIcon, + oH as Settings2Icon, + iH as SettingsIcon, + lH as ShapesIcon, + aH as Share2Icon, + CH as ShareIcon, + sH as SheetIcon, + cH as ShellIcon, + dH as ShieldAlertIcon, + uH as ShieldBanIcon, + pH as ShieldCheckIcon, + mH as ShieldEllipsisIcon, + hH as ShieldHalfIcon, + fH as ShieldIcon, + gH as ShieldMinusIcon, + vH as ShieldOffIcon, + wH as ShieldPlusIcon, + LH as ShieldQuestionIcon, + bH as ShieldXIcon, + MH as ShipIcon, + HH as ShipWheelIcon, + EH as ShirtIcon, + RH as ShoppingBagIcon, + yH as ShoppingBasketIcon, + VH as ShoppingCartIcon, + TH as ShovelIcon, + SH as ShowerHeadIcon, + NH as ShrinkIcon, + xH as ShrubIcon, + _H as ShuffleIcon, + AH as SigmaIcon, + ZH as SignalHighIcon, + IH as SignalIcon, + kH as SignalLowIcon, + OH as SignalMediumIcon, + BH as SignalZeroIcon, + DH as SignpostBigIcon, + PH as SignpostIcon, + FH as SirenIcon, + UH as SitesIcon, + z6 as SizeChart, + zH as SkipBackIcon, + GH as SkipForwardIcon, + $H as SkullIcon, + WH as SlackIcon, + jH as SlashIcon, + qH as SliceIcon, + $6 as Slider, + YH as SlidersHorizontalIcon, + KH as SlidersVerticalIcon, + XH as SmartphoneChargingIcon, + QH as SmartphoneIcon, + JH as SmartphoneNfcIcon, + eE as SmileIcon, + tE as SmilePlusIcon, + nE as SnailIcon, + rE as SnowflakeIcon, + oE as SofaIcon, + iE as SoupIcon, + lE as SpaceIcon, + aE as SpadeIcon, + CE as SparkleIcon, + sE as SparklesIcon, + cE as SpeakerIcon, + dE as SpeechIcon, + uE as SpellCheck2Icon, + pE as SpellCheckIcon, + mE as SplineIcon, + hE as SplitIcon, + fE as SprayCanIcon, + gE as SproutIcon, + vE as SquareActivityIcon, + wE as SquareArrowDownIcon, + LE as SquareArrowDownLeftIcon, + bE as SquareArrowDownRightIcon, + ME as SquareArrowLeftIcon, + HE as SquareArrowOutDownLeftIcon, + EE as SquareArrowOutDownRightIcon, + RE as SquareArrowOutUpLeftIcon, + yE as SquareArrowOutUpRightIcon, + VE as SquareArrowRightIcon, + TE as SquareArrowUpIcon, + SE as SquareArrowUpLeftIcon, + NE as SquareArrowUpRightIcon, + xE as SquareAsteriskIcon, + _E as SquareBottomDashedScissorsIcon, + AE as SquareCheckBigIcon, + ZE as SquareCheckIcon, + IE as SquareChevronDownIcon, + kE as SquareChevronLeftIcon, + OE as SquareChevronRightIcon, + BE as SquareChevronUpIcon, + DE as SquareCodeIcon, + PE as SquareDashedBottomCodeIcon, + FE as SquareDashedBottomIcon, + UE as SquareDashedKanbanIcon, + zE as SquareDashedMousePointerIcon, + GE as SquareDivideIcon, + $E as SquareDotIcon, + WE as SquareEqualIcon, + jE as SquareFunctionIcon, + qE as SquareGanttChartIcon, + YE as SquareIcon, + KE as SquareKanbanIcon, + XE as SquareLibraryIcon, + JE as SquareMIcon, + QE as SquareMenuIcon, + eR as SquareMinusIcon, + tR as SquareMousePointerIcon, + nR as SquareParkingIcon, + rR as SquareParkingOffIcon, + oR as SquarePenIcon, + iR as SquarePercentIcon, + lR as SquarePiIcon, + aR as SquarePilcrowIcon, + CR as SquarePlayIcon, + sR as SquarePlusIcon, + cR as SquarePowerIcon, + dR as SquareRadicalIcon, + uR as SquareScissorsIcon, + pR as SquareSigmaIcon, + mR as SquareSlashIcon, + hR as SquareSplitHorizontalIcon, + fR as SquareSplitVerticalIcon, + gR as SquareStackIcon, + vR as SquareTerminalIcon, + wR as SquareUserIcon, + LR as SquareUserRoundIcon, + bR as SquareXIcon, + MR as SquircleIcon, + HR as SquirrelIcon, + ER as StampIcon, + RR as StarHalfIcon, + yR as StarIcon, + VR as StarOffIcon, + TR as StepBackIcon, + SR as StepForwardIcon, + NR as StethoscopeIcon, + xR as StickerIcon, + _R as StickyNoteIcon, + AR as StoreIcon, + ZR as StretchHorizontalIcon, + IR as StretchVerticalIcon, + kR as StrikethroughIcon, + OR as SubscriptIcon, + BR as SummaryIcon, + DR as SunDimIcon, + PR as SunIcon, + FR as SunMediumIcon, + UR as SunMoonIcon, + $R as SunSnowIcon, + zR as SunriseIcon, + GR as SunsetIcon, + WR as SuperscriptIcon, + jR as SwatchBookIcon, + qR as SwissFrancIcon, + YR as SwitchCameraIcon, + KR as SwordIcon, + XR as SwordsIcon, + QR as SyringeIcon, + b9 as Table, + JR as Table2Icon, + M9 as TableBody, + H9 as TableCell, + ey as TableCellsMergeIcon, + ty as TableCellsSplitIcon, + ny as TableColumnsSplitIcon, + E9 as TableHead, + R9 as TableHeadCell, + ry as TableIcon, + oy as TablePropertiesIcon, + y9 as TableRow, + iy as TableRowsSplitIcon, + ly as TabletIcon, + Cy as TabletSmartphoneIcon, + ay as TabletsIcon, + q6 as Tabs, + Y6 as Tag, + sy as TagIcon, + cy as TagsIcon, + dy as Tally1Icon, + uy as Tally2Icon, + py as Tally3Icon, + my as Tally4Icon, + hy as Tally5Icon, + fy as TangentIcon, + gy as TargetIcon, + vy as TelescopeIcon, + wy as TenantIcon, + Ly as TentIcon, + by as TentTreeIcon, + My as TerminalIcon, + Hy as TestTubeDiagonalIcon, + Ey as TestTubeIcon, + Ry as TestTubesIcon, + K6 as TextArea, + yy as TextCursorIcon, + Vy as TextCursorInputIcon, + Ty as TextIcon, + Sy as TextQuoteIcon, + Ny as TextSearchIcon, + xy as TextSelectIcon, + _y as TheaterIcon, + n9 as ThemeHandler, + vS as ThemedLogo, + Ay as ThermometerIcon, + Zy as ThermometerSnowflakeIcon, + Iy as ThermometerSunIcon, + ky as ThumbsDownIcon, + Oy as ThumbsUpIcon, + By as TicketCheckIcon, + Dy as TicketIcon, + Py as TicketMinusIcon, + Fy as TicketPercentIcon, + Uy as TicketPlusIcon, + zy as TicketSlashIcon, + Gy as TicketXIcon, + $y as TimerIcon, + Wy as TimerOffIcon, + jy as TimerResetIcon, + l9 as Toggle, + qy as ToggleLeftIcon, + Yy as ToggleRightIcon, + WN as Tooltip, + Ky as TornadoIcon, + Xy as TorusIcon, + Qy as TouchpadIcon, + Jy as TouchpadOffIcon, + eV as TowerControlIcon, + tV as ToyBrickIcon, + nV as TraceIcon, + rV as TractorIcon, + oV as TrafficConeIcon, + iV as TrainFrontIcon, + lV as TrainFrontTunnelIcon, + aV as TrainTrackIcon, + CV as TramFrontIcon, + sV as Trash2Icon, + cV as TrashIcon, + dV as TreeDeciduousIcon, + uV as TreePalmIcon, + pV as TreePineIcon, + mV as TreesIcon, + hV as TrelloIcon, + fV as TrendingDownIcon, + gV as TrendingUpIcon, + vV as TriangleAlertIcon, + wV as TriangleIcon, + LV as TriangleRightIcon, + bV as TrophyIcon, + MV as TruckIcon, + HV as TurtleIcon, + EV as Tv2Icon, + RV as TvIcon, + yV as TwitchIcon, + VV as TwitterIcon, + TV as TypeIcon, + SV as UmbrellaIcon, + NV as UmbrellaOffIcon, + xV as UnderlineIcon, + _V as Undo2Icon, + AV as UndoDotIcon, + ZV as UndoIcon, + IV as UnfoldHorizontalIcon, + kV as UnfoldVerticalIcon, + OV as UngroupIcon, + BV as UniversityIcon, + DV as Unlink2Icon, + PV as UnlinkIcon, + FV as UnplugIcon, + UV as UploadIcon, + zV as UsbIcon, + GV as UserCheckIcon, + $V as UserCogIcon, + WV as UserIcon, + jV as UserMinusIcon, + qV as UserPlusIcon, + YV as UserRoundCheckIcon, + KV as UserRoundCogIcon, + XV as UserRoundIcon, + QV as UserRoundMinusIcon, + JV as UserRoundPlusIcon, + eT as UserRoundSearchIcon, + tT as UserRoundXIcon, + nT as UserSearchIcon, + iT as UserXIcon, + rT as UsersIcon, + oT as UsersRoundIcon, + lT as UtensilsCrossedIcon, + aT as UtensilsIcon, + CT as UtilityPoleIcon, + a9 as ValuePair, + sT as VariableIcon, + cT as VaultIcon, + dT as VeganIcon, + uT as VenetianMaskIcon, + pT as VibrateIcon, + mT as VibrateOffIcon, + hT as VideoIcon, + fT as VideoOffIcon, + gT as VideotapeIcon, + vT as ViewIcon, + wT as VmwareTanzuSiteIcon, + LT as VoicemailIcon, + bT as Volume1Icon, + MT as Volume2Icon, + HT as VolumeIcon, + ET as VolumeXIcon, + RT as VoteIcon, + yT as WalletCardsIcon, + VT as WalletIcon, + TT as WalletMinimalIcon, + ST as WallpaperIcon, + NT as WandIcon, + xT as WandSparklesIcon, + _T as WarehouseIcon, + AT as WashingMachineIcon, + ZT as WatchIcon, + IT as WavesIcon, + kT as WaypointsIcon, + OT as WebcamIcon, + BT as WebhookIcon, + DT as WebhookOffIcon, + PT as WeightIcon, + FT as WheatIcon, + UT as WheatOffIcon, + zT as WholeWordIcon, + GT as WifiIcon, + $T as WifiOffIcon, + WT as WindIcon, + jT as WineIcon, + qT as WineOffIcon, + s9 as Wizard, + C9 as WizardPage, + YT as WorkflowIcon, + KT as WormIcon, + XT as WrapTextIcon, + QT as WrenchIcon, + JT as XIcon, + eS as YoutubeIcon, + tS as ZapIcon, + nS as ZapOffIcon, + rS as ZoomInIcon, + oS as ZoomOutIcon, + Vq as actionsTypes, + w as breakPoints, + E as calculateBytes, + Q6 as darkModeColors, + t9 as darkTheme, + X6 as lightModeColors, + e9 as lightTheme, + R as overridePropsParse, + L as paddingSizeVariants, + b as radioVariants, + f9 as styled, + J6 as themeShadows, + pS as useArrowKeys, + uS as useEnterKey, + dS as useEscapeKey, + mS as useMDSTheme, + aS as useNotification, }; //# sourceMappingURL=index.js.map diff --git a/dist/esm/index.js.map b/dist/esm/index.js.map index 0076985a..c72d7109 100644 --- a/dist/esm/index.js.map +++ b/dist/esm/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sources":["../../../../src/global/utils.ts","../../node_modules/react/cjs/react-jsx-runtime.development.js","../../node_modules/react/jsx-runtime.js","../../node_modules/react/cjs/react-jsx-runtime.production.min.js","../../node_modules/@emotion/sheet/dist/emotion-sheet.esm.js","../../node_modules/stylis/src/Enum.js","../../node_modules/stylis/src/Utility.js","../../node_modules/stylis/src/Tokenizer.js","../../node_modules/stylis/src/Parser.js","../../node_modules/stylis/src/Serializer.js","../../node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js","../../node_modules/@emotion/memoize/dist/emotion-memoize.esm.js","../../node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js","../../node_modules/stylis/src/Middleware.js","../../node_modules/@babel/runtime/helpers/esm/extends.js","../../node_modules/react-is/index.js","../../node_modules/react-is/cjs/react-is.production.min.js","../../node_modules/react-is/cjs/react-is.development.js","../../node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js","../../node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js","../../node_modules/@emotion/unitless/dist/emotion-unitless.esm.js","../../node_modules/@emotion/serialize/dist/emotion-serialize.esm.js","../../node_modules/@emotion/hash/dist/emotion-hash.esm.js","../../node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.browser.esm.js","../../node_modules/@emotion/react/dist/emotion-element-5486c51c.browser.esm.js","../../node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js","../../../../src/icons/AArrowDownIcon.tsx","../../../../src/icons/AArrowUpIcon.tsx","../../../../src/icons/AccessibilityIcon.tsx","../../../../src/icons/ActivityIcon.tsx","../../../../src/icons/AirplayIcon.tsx","../../../../src/icons/AirVentIcon.tsx","../../../../src/icons/ALargeSmallIcon.tsx","../../../../src/icons/AlarmClockCheckIcon.tsx","../../../../src/icons/AlarmClockIcon.tsx","../../../../src/icons/AlarmClockMinusIcon.tsx","../../../../src/icons/AlarmClockOffIcon.tsx","../../../../src/icons/AlarmClockPlusIcon.tsx","../../../../src/icons/AlarmSmokeIcon.tsx","../../../../src/icons/AlbumIcon.tsx","../../../../src/icons/AlignCenterHorizontalIcon.tsx","../../../../src/icons/AlignCenterIcon.tsx","../../../../src/icons/AlignCenterVerticalIcon.tsx","../../../../src/icons/AlignEndHorizontalIcon.tsx","../../../../src/icons/AlignEndVerticalIcon.tsx","../../../../src/icons/AlignHorizontalDistributeCenterIcon.tsx","../../../../src/icons/AlignHorizontalDistributeEndIcon.tsx","../../../../src/icons/AlignHorizontalDistributeStartIcon.tsx","../../../../src/icons/AlignHorizontalJustifyCenterIcon.tsx","../../../../src/icons/AlignHorizontalJustifyEndIcon.tsx","../../../../src/icons/AlignHorizontalJustifyStartIcon.tsx","../../../../src/icons/AlignHorizontalSpaceAroundIcon.tsx","../../../../src/icons/AlignHorizontalSpaceBetweenIcon.tsx","../../../../src/icons/AlignJustifyIcon.tsx","../../../../src/icons/AlignLeftIcon.tsx","../../../../src/icons/AlignRightIcon.tsx","../../../../src/icons/AlignStartHorizontalIcon.tsx","../../../../src/icons/AlignStartVerticalIcon.tsx","../../../../src/icons/AlignVerticalDistributeCenterIcon.tsx","../../../../src/icons/AlignVerticalDistributeEndIcon.tsx","../../../../src/icons/AlignVerticalDistributeStartIcon.tsx","../../../../src/icons/AlignVerticalJustifyCenterIcon.tsx","../../../../src/icons/AlignVerticalJustifyEndIcon.tsx","../../../../src/icons/AlignVerticalJustifyStartIcon.tsx","../../../../src/icons/AlignVerticalSpaceAroundIcon.tsx","../../../../src/icons/AlignVerticalSpaceBetweenIcon.tsx","../../../../src/icons/AmazonEksSiteIcon.tsx","../../../../src/icons/AmbulanceIcon.tsx","../../../../src/icons/AmpersandIcon.tsx","../../../../src/icons/AmpersandsIcon.tsx","../../../../src/icons/AnchorIcon.tsx","../../../../src/icons/AngryIcon.tsx","../../../../src/icons/AnnoyedIcon.tsx","../../../../src/icons/AntennaIcon.tsx","../../../../src/icons/AnvilIcon.tsx","../../../../src/icons/ApertureIcon.tsx","../../../../src/icons/AppleIcon.tsx","../../../../src/icons/AppWindowIcon.tsx","../../../../src/icons/AppWindowMacIcon.tsx","../../../../src/icons/ArchiveIcon.tsx","../../../../src/icons/ArchiveRestoreIcon.tsx","../../../../src/icons/ArchiveXIcon.tsx","../../../../src/icons/AreaChartIcon.tsx","../../../../src/icons/ArmchairIcon.tsx","../../../../src/icons/ArrowBigDownDashIcon.tsx","../../../../src/icons/ArrowBigDownIcon.tsx","../../../../src/icons/ArrowBigLeftDashIcon.tsx","../../../../src/icons/ArrowBigLeftIcon.tsx","../../../../src/icons/ArrowBigRightDashIcon.tsx","../../../../src/icons/ArrowBigRightIcon.tsx","../../../../src/icons/ArrowBigUpDashIcon.tsx","../../../../src/icons/ArrowBigUpIcon.tsx","../../../../src/icons/ArrowDown01Icon.tsx","../../../../src/icons/ArrowDown10Icon.tsx","../../../../src/icons/ArrowDownAZIcon.tsx","../../../../src/icons/ArrowDownFromLineIcon.tsx","../../../../src/icons/ArrowDownIcon.tsx","../../../../src/icons/ArrowDownLeftIcon.tsx","../../../../src/icons/ArrowDownNarrowWideIcon.tsx","../../../../src/icons/ArrowDownRightIcon.tsx","../../../../src/icons/ArrowDownToDotIcon.tsx","../../../../src/icons/ArrowDownToLineIcon.tsx","../../../../src/icons/ArrowDownUpIcon.tsx","../../../../src/icons/ArrowDownWideNarrowIcon.tsx","../../../../src/icons/ArrowDownZAIcon.tsx","../../../../src/icons/ArrowLeftFromLineIcon.tsx","../../../../src/icons/ArrowLeftIcon.tsx","../../../../src/icons/ArrowLeftRightIcon.tsx","../../../../src/icons/ArrowLeftToLineIcon.tsx","../../../../src/icons/ArrowRightFromLineIcon.tsx","../../../../src/icons/ArrowRightIcon.tsx","../../../../src/icons/ArrowRightLeftIcon.tsx","../../../../src/icons/ArrowRightToLineIcon.tsx","../../../../src/icons/ArrowsUpFromLineIcon.tsx","../../../../src/icons/ArrowUp01Icon.tsx","../../../../src/icons/ArrowUp10Icon.tsx","../../../../src/icons/ArrowUpAZIcon.tsx","../../../../src/icons/ArrowUpDownIcon.tsx","../../../../src/icons/ArrowUpFromDotIcon.tsx","../../../../src/icons/ArrowUpFromLineIcon.tsx","../../../../src/icons/ArrowUpIcon.tsx","../../../../src/icons/ArrowUpLeftIcon.tsx","../../../../src/icons/ArrowUpNarrowWideIcon.tsx","../../../../src/icons/ArrowUpRightIcon.tsx","../../../../src/icons/ArrowUpToLineIcon.tsx","../../../../src/icons/ArrowUpWideNarrowIcon.tsx","../../../../src/icons/ArrowUpZAIcon.tsx","../../../../src/icons/AsteriskIcon.tsx","../../../../src/icons/AtomIcon.tsx","../../../../src/icons/AtSignIcon.tsx","../../../../src/icons/AudioLinesIcon.tsx","../../../../src/icons/AudioWaveformIcon.tsx","../../../../src/icons/AwardIcon.tsx","../../../../src/icons/AxeIcon.tsx","../../../../src/icons/Axis3dIcon.tsx","../../../../src/icons/AzureAksSiteIcon.tsx","../../../../src/icons/BabyIcon.tsx","../../../../src/icons/BackpackIcon.tsx","../../../../src/icons/BadgeAlertIcon.tsx","../../../../src/icons/BadgeCentIcon.tsx","../../../../src/icons/BadgeCheckIcon.tsx","../../../../src/icons/BadgeDollarSignIcon.tsx","../../../../src/icons/BadgeEuroIcon.tsx","../../../../src/icons/BadgeHelpIcon.tsx","../../../../src/icons/BadgeIcon.tsx","../../../../src/icons/BadgeIndianRupeeIcon.tsx","../../../../src/icons/BadgeInfoIcon.tsx","../../../../src/icons/BadgeJapaneseYenIcon.tsx","../../../../src/icons/BadgeMinusIcon.tsx","../../../../src/icons/BadgePercentIcon.tsx","../../../../src/icons/BadgePlusIcon.tsx","../../../../src/icons/BadgePoundSterlingIcon.tsx","../../../../src/icons/BadgeRussianRubleIcon.tsx","../../../../src/icons/BadgeSwissFrancIcon.tsx","../../../../src/icons/BadgeXIcon.tsx","../../../../src/icons/BaggageClaimIcon.tsx","../../../../src/icons/BalancerIcon.tsx","../../../../src/icons/BananaIcon.tsx","../../../../src/icons/BanIcon.tsx","../../../../src/icons/BanknoteIcon.tsx","../../../../src/icons/BarChart2Icon.tsx","../../../../src/icons/BarChart3Icon.tsx","../../../../src/icons/BarChart4Icon.tsx","../../../../src/icons/BarChartBigIcon.tsx","../../../../src/icons/BarChartHorizontalBigIcon.tsx","../../../../src/icons/BarChartHorizontalIcon.tsx","../../../../src/icons/BarChartIcon.tsx","../../../../src/icons/BarcodeIcon.tsx","../../../../src/icons/BareMetalLinuxSiteIcon.tsx","../../../../src/icons/BaselineIcon.tsx","../../../../src/icons/BatchJobsIcon.tsx","../../../../src/icons/BathIcon.tsx","../../../../src/icons/BatteryChargingIcon.tsx","../../../../src/icons/BatteryFullIcon.tsx","../../../../src/icons/BatteryIcon.tsx","../../../../src/icons/BatteryLowIcon.tsx","../../../../src/icons/BatteryMediumIcon.tsx","../../../../src/icons/BatteryWarningIcon.tsx","../../../../src/icons/BeakerIcon.tsx","../../../../src/icons/BeanIcon.tsx","../../../../src/icons/BeanOffIcon.tsx","../../../../src/icons/BedDoubleIcon.tsx","../../../../src/icons/BedIcon.tsx","../../../../src/icons/BedSingleIcon.tsx","../../../../src/icons/BeefIcon.tsx","../../../../src/icons/BeerIcon.tsx","../../../../src/icons/BeerOffIcon.tsx","../../../../src/icons/BellArrowIcon.tsx","../../../../src/icons/BellDotIcon.tsx","../../../../src/icons/BellElectricIcon.tsx","../../../../src/icons/BellIcon.tsx","../../../../src/icons/BellMinusIcon.tsx","../../../../src/icons/BellOffIcon.tsx","../../../../src/icons/BellPlusIcon.tsx","../../../../src/icons/BellRingIcon.tsx","../../../../src/icons/BetweenHorizontalEndIcon.tsx","../../../../src/icons/BetweenHorizontalStartIcon.tsx","../../../../src/icons/BetweenVerticalEndIcon.tsx","../../../../src/icons/BetweenVerticalStartIcon.tsx","../../../../src/icons/BikeIcon.tsx","../../../../src/icons/BinaryIcon.tsx","../../../../src/icons/BiohazardIcon.tsx","../../../../src/icons/BirdIcon.tsx","../../../../src/icons/BitcoinIcon.tsx","../../../../src/icons/BlendIcon.tsx","../../../../src/icons/BlindsIcon.tsx","../../../../src/icons/BlocksIcon.tsx","../../../../src/icons/BluetoothConnectedIcon.tsx","../../../../src/icons/BluetoothIcon.tsx","../../../../src/icons/BluetoothOffIcon.tsx","../../../../src/icons/BluetoothSearchingIcon.tsx","../../../../src/icons/BoldIcon.tsx","../../../../src/icons/BoltIcon.tsx","../../../../src/icons/BombIcon.tsx","../../../../src/icons/BoneIcon.tsx","../../../../src/icons/BookAIcon.tsx","../../../../src/icons/BookAudioIcon.tsx","../../../../src/icons/BookCheckIcon.tsx","../../../../src/icons/BookCopyIcon.tsx","../../../../src/icons/BookDashedIcon.tsx","../../../../src/icons/BookDownIcon.tsx","../../../../src/icons/BookHeadphonesIcon.tsx","../../../../src/icons/BookHeartIcon.tsx","../../../../src/icons/BookIcon.tsx","../../../../src/icons/BookImageIcon.tsx","../../../../src/icons/BookKeyIcon.tsx","../../../../src/icons/BookLockIcon.tsx","../../../../src/icons/BookmarkCheckIcon.tsx","../../../../src/icons/BookMarkedIcon.tsx","../../../../src/icons/BookmarkIcon.tsx","../../../../src/icons/BookmarkMinusIcon.tsx","../../../../src/icons/BookmarkPlusIcon.tsx","../../../../src/icons/BookmarkXIcon.tsx","../../../../src/icons/BookMinusIcon.tsx","../../../../src/icons/BookOpenCheckIcon.tsx","../../../../src/icons/BookOpenIcon.tsx","../../../../src/icons/BookOpenTextIcon.tsx","../../../../src/icons/BookPlusIcon.tsx","../../../../src/icons/BookTextIcon.tsx","../../../../src/icons/BookTypeIcon.tsx","../../../../src/icons/BookUp2Icon.tsx","../../../../src/icons/BookUpIcon.tsx","../../../../src/icons/BookUserIcon.tsx","../../../../src/icons/BookXIcon.tsx","../../../../src/icons/BoomBoxIcon.tsx","../../../../src/icons/BotIcon.tsx","../../../../src/icons/BotMessageSquareIcon.tsx","../../../../src/icons/BoxesIcon.tsx","../../../../src/icons/BoxIcon.tsx","../../../../src/icons/BoxOutlineIcon.tsx","../../../../src/icons/BoxSelectIcon.tsx","../../../../src/icons/BracesIcon.tsx","../../../../src/icons/BracketsIcon.tsx","../../../../src/icons/BrainCircuitIcon.tsx","../../../../src/icons/BrainCogIcon.tsx","../../../../src/icons/BrainIcon.tsx","../../../../src/icons/BrickWallIcon.tsx","../../../../src/icons/BriefcaseBusinessIcon.tsx","../../../../src/icons/BriefcaseIcon.tsx","../../../../src/icons/BriefcaseMedicalIcon.tsx","../../../../src/icons/BringToFrontIcon.tsx","../../../../src/icons/BrushIcon.tsx","../../../../src/icons/BucketCopyIcon.tsx","../../../../src/icons/BucketIcon.tsx","../../../../src/icons/BucketQuotaIcon.tsx","../../../../src/icons/BugIcon.tsx","../../../../src/icons/BugOffIcon.tsx","../../../../src/icons/BugPlayIcon.tsx","../../../../src/icons/Building2Icon.tsx","../../../../src/icons/BuildingIcon.tsx","../../../../src/icons/BusFrontIcon.tsx","../../../../src/icons/BusIcon.tsx","../../../../src/icons/CableCarIcon.tsx","../../../../src/icons/CableIcon.tsx","../../../../src/icons/CakeIcon.tsx","../../../../src/icons/CakeSliceIcon.tsx","../../../../src/icons/CalculatorIcon.tsx","../../../../src/icons/CalendarCheck2Icon.tsx","../../../../src/icons/CalendarCheckIcon.tsx","../../../../src/icons/CalendarClockIcon.tsx","../../../../src/icons/CalendarDaysIcon.tsx","../../../../src/icons/CalendarFoldIcon.tsx","../../../../src/icons/CalendarHeartIcon.tsx","../../../../src/icons/CalendarIcon.tsx","../../../../src/icons/CalendarMinus2Icon.tsx","../../../../src/icons/CalendarMinusIcon.tsx","../../../../src/icons/CalendarOffIcon.tsx","../../../../src/icons/CalendarPlus2Icon.tsx","../../../../src/icons/CalendarPlusIcon.tsx","../../../../src/icons/CalendarRangeIcon.tsx","../../../../src/icons/CalendarSearchIcon.tsx","../../../../src/icons/CalendarX2Icon.tsx","../../../../src/icons/CalendarXIcon.tsx","../../../../src/icons/CameraIcon.tsx","../../../../src/icons/CameraOffIcon.tsx","../../../../src/icons/CandlestickChartIcon.tsx","../../../../src/icons/CandyCaneIcon.tsx","../../../../src/icons/CandyIcon.tsx","../../../../src/icons/CandyOffIcon.tsx","../../../../src/icons/CannabisIcon.tsx","../../../../src/icons/CaptionsIcon.tsx","../../../../src/icons/CaptionsOffIcon.tsx","../../../../src/icons/CaravanIcon.tsx","../../../../src/icons/CaretFilledIcon.tsx","../../../../src/icons/CaretIcon.tsx","../../../../src/icons/CarFrontIcon.tsx","../../../../src/icons/CarIcon.tsx","../../../../src/icons/CarTaxiFrontIcon.tsx","../../../../src/icons/CaseLowerIcon.tsx","../../../../src/icons/CaseSensitiveIcon.tsx","../../../../src/icons/CaseUpperIcon.tsx","../../../../src/icons/CassetteTapeIcon.tsx","../../../../src/icons/CastIcon.tsx","../../../../src/icons/CastleIcon.tsx","../../../../src/icons/CatIcon.tsx","../../../../src/icons/CctvIcon.tsx","../../../../src/icons/CheckCheckIcon.tsx","../../../../src/icons/CheckIcon.tsx","../../../../src/icons/ChefHatIcon.tsx","../../../../src/icons/CherryIcon.tsx","../../../../src/icons/ChevronDownIcon.tsx","../../../../src/icons/ChevronFirstIcon.tsx","../../../../src/icons/ChevronLastIcon.tsx","../../../../src/icons/ChevronLeftIcon.tsx","../../../../src/icons/ChevronRightIcon.tsx","../../../../src/icons/ChevronsDownIcon.tsx","../../../../src/icons/ChevronsDownUpIcon.tsx","../../../../src/icons/ChevronsLeftIcon.tsx","../../../../src/icons/ChevronsLeftRightIcon.tsx","../../../../src/icons/ChevronsRightIcon.tsx","../../../../src/icons/ChevronsRightLeftIcon.tsx","../../../../src/icons/ChevronsUpDownIcon.tsx","../../../../src/icons/ChevronsUpIcon.tsx","../../../../src/icons/ChevronUpIcon.tsx","../../../../src/icons/ChromeIcon.tsx","../../../../src/icons/ChurchIcon.tsx","../../../../src/icons/CigaretteIcon.tsx","../../../../src/icons/CigaretteOffIcon.tsx","../../../../src/icons/CircleAlertIcon.tsx","../../../../src/icons/CircleArrowDownIcon.tsx","../../../../src/icons/CircleArrowLeftIcon.tsx","../../../../src/icons/CircleArrowOutDownLeftIcon.tsx","../../../../src/icons/CircleArrowOutDownRightIcon.tsx","../../../../src/icons/CircleArrowOutUpLeftIcon.tsx","../../../../src/icons/CircleArrowOutUpRightIcon.tsx","../../../../src/icons/CircleArrowRightIcon.tsx","../../../../src/icons/CircleArrowUpIcon.tsx","../../../../src/icons/CircleCheckBigIcon.tsx","../../../../src/icons/CircleCheckIcon.tsx","../../../../src/icons/CircleChevronDownIcon.tsx","../../../../src/icons/CircleChevronLeftIcon.tsx","../../../../src/icons/CircleChevronRightIcon.tsx","../../../../src/icons/CircleChevronUpIcon.tsx","../../../../src/icons/CircleDashedIcon.tsx","../../../../src/icons/CircleDivideIcon.tsx","../../../../src/icons/CircleDollarSignIcon.tsx","../../../../src/icons/CircleDotDashedIcon.tsx","../../../../src/icons/CircleDotIcon.tsx","../../../../src/icons/CircleEllipsisIcon.tsx","../../../../src/icons/CircleEqualIcon.tsx","../../../../src/icons/CircleFadingPlusIcon.tsx","../../../../src/icons/CircleFillIcon.tsx","../../../../src/icons/CircleGaugeIcon.tsx","../../../../src/icons/CircleHelpIcon.tsx","../../../../src/icons/CircleIcon.tsx","../../../../src/icons/CircleMinusIcon.tsx","../../../../src/icons/CircleOffIcon.tsx","../../../../src/icons/CircleParkingIcon.tsx","../../../../src/icons/CircleParkingOffIcon.tsx","../../../../src/icons/CirclePauseIcon.tsx","../../../../src/icons/CirclePercentIcon.tsx","../../../../src/icons/CirclePlayIcon.tsx","../../../../src/icons/CirclePlusIcon.tsx","../../../../src/icons/CirclePowerIcon.tsx","../../../../src/icons/CircleSlash2Icon.tsx","../../../../src/icons/CircleSlashIcon.tsx","../../../../src/icons/CircleStopIcon.tsx","../../../../src/icons/CircleUserIcon.tsx","../../../../src/icons/CircleUserRoundIcon.tsx","../../../../src/icons/CircleXIcon.tsx","../../../../src/icons/CircuitBoardIcon.tsx","../../../../src/icons/CitrusIcon.tsx","../../../../src/icons/ClapperboardIcon.tsx","../../../../src/icons/ClipboardCheckIcon.tsx","../../../../src/icons/ClipboardCopyIcon.tsx","../../../../src/icons/ClipboardIcon.tsx","../../../../src/icons/ClipboardListIcon.tsx","../../../../src/icons/ClipboardMinusIcon.tsx","../../../../src/icons/ClipboardPasteIcon.tsx","../../../../src/icons/ClipboardPenIcon.tsx","../../../../src/icons/ClipboardPenLineIcon.tsx","../../../../src/icons/ClipboardPlusIcon.tsx","../../../../src/icons/ClipboardTypeIcon.tsx","../../../../src/icons/ClipboardXIcon.tsx","../../../../src/icons/Clock1Icon.tsx","../../../../src/icons/Clock2Icon.tsx","../../../../src/icons/Clock3Icon.tsx","../../../../src/icons/Clock4Icon.tsx","../../../../src/icons/Clock5Icon.tsx","../../../../src/icons/Clock6Icon.tsx","../../../../src/icons/Clock7Icon.tsx","../../../../src/icons/Clock8Icon.tsx","../../../../src/icons/Clock9Icon.tsx","../../../../src/icons/Clock10Icon.tsx","../../../../src/icons/Clock11Icon.tsx","../../../../src/icons/Clock12Icon.tsx","../../../../src/icons/ClockIcon.tsx","../../../../src/icons/CloudCogIcon.tsx","../../../../src/icons/CloudDownloadIcon.tsx","../../../../src/icons/CloudDrizzleIcon.tsx","../../../../src/icons/CloudFogIcon.tsx","../../../../src/icons/CloudHailIcon.tsx","../../../../src/icons/CloudIcon.tsx","../../../../src/icons/CloudLightningIcon.tsx","../../../../src/icons/CloudMoonIcon.tsx","../../../../src/icons/CloudMoonRainIcon.tsx","../../../../src/icons/CloudOffIcon.tsx","../../../../src/icons/CloudRainIcon.tsx","../../../../src/icons/CloudRainWindIcon.tsx","../../../../src/icons/CloudSnowIcon.tsx","../../../../src/icons/CloudSunIcon.tsx","../../../../src/icons/CloudSunRainIcon.tsx","../../../../src/icons/CloudUploadIcon.tsx","../../../../src/icons/CloudyIcon.tsx","../../../../src/icons/CloverIcon.tsx","../../../../src/icons/ClubIcon.tsx","../../../../src/icons/ClusterHealthIcon.tsx","../../../../src/icons/ClusterIcon.tsx","../../../../src/icons/ClusterIngressIcon.tsx","../../../../src/icons/ClusterNodeIcon.tsx","../../../../src/icons/ClusterReplicationIcon.tsx","../../../../src/icons/ClustersIcon.tsx","../../../../src/icons/CodeIcon.tsx","../../../../src/icons/CodepenIcon.tsx","../../../../src/icons/CodesandboxIcon.tsx","../../../../src/icons/CodeXmlIcon.tsx","../../../../src/icons/CoffeeIcon.tsx","../../../../src/icons/CogIcon.tsx","../../../../src/icons/CoinsIcon.tsx","../../../../src/icons/CollapseIcon.tsx","../../../../src/icons/Columns2Icon.tsx","../../../../src/icons/Columns3Icon.tsx","../../../../src/icons/Columns4Icon.tsx","../../../../src/icons/CombineIcon.tsx","../../../../src/icons/CommandIcon.tsx","../../../../src/icons/CompassIcon.tsx","../../../../src/icons/ComponentIcon.tsx","../../../../src/icons/ComputerIcon.tsx","../../../../src/icons/ConciergeBellIcon.tsx","../../../../src/icons/ConeIcon.tsx","../../../../src/icons/ConstructionIcon.tsx","../../../../src/icons/ContactIcon.tsx","../../../../src/icons/ContactRoundIcon.tsx","../../../../src/icons/ContainerIcon.tsx","../../../../src/icons/ContainerImagesIcon.tsx","../../../../src/icons/ContrastIcon.tsx","../../../../src/icons/CookieIcon.tsx","../../../../src/icons/CookingPotIcon.tsx","../../../../src/icons/CopyCheckIcon.tsx","../../../../src/icons/CopyIcon.tsx","../../../../src/icons/CopyleftIcon.tsx","../../../../src/icons/CopyMinusIcon.tsx","../../../../src/icons/CopyPlusIcon.tsx","../../../../src/icons/CopyrightIcon.tsx","../../../../src/icons/CopySlashIcon.tsx","../../../../src/icons/CopyXIcon.tsx","../../../../src/icons/CornerDownLeftIcon.tsx","../../../../src/icons/CornerDownRightIcon.tsx","../../../../src/icons/CornerLeftDownIcon.tsx","../../../../src/icons/CornerLeftUpIcon.tsx","../../../../src/icons/CornerRightDownIcon.tsx","../../../../src/icons/CornerRightUpIcon.tsx","../../../../src/icons/CornerUpLeftIcon.tsx","../../../../src/icons/CornerUpRightIcon.tsx","../../../../src/icons/CpuIcon.tsx","../../../../src/icons/CreativeCommonsIcon.tsx","../../../../src/icons/CreditCardIcon.tsx","../../../../src/icons/CroissantIcon.tsx","../../../../src/icons/CropIcon.tsx","../../../../src/icons/CrosshairIcon.tsx","../../../../src/icons/CrossIcon.tsx","../../../../src/icons/CrownIcon.tsx","../../../../src/icons/CuboidIcon.tsx","../../../../src/icons/CupSodaIcon.tsx","../../../../src/icons/CurrencyIcon.tsx","../../../../src/icons/CylinderIcon.tsx","../../../../src/icons/DatabaseApiIcon.tsx","../../../../src/icons/DatabaseBackupIcon.tsx","../../../../src/icons/DatabaseIcon.tsx","../../../../src/icons/DatabaseZapIcon.tsx","../../../../src/icons/DataIcon.tsx","../../../../src/icons/DeleteIcon.tsx","../../../../src/icons/DessertIcon.tsx","../../../../src/icons/DiameterIcon.tsx","../../../../src/icons/DiamondIcon.tsx","../../../../src/icons/DiamondPercentIcon.tsx","../../../../src/icons/Dice1Icon.tsx","../../../../src/icons/Dice2Icon.tsx","../../../../src/icons/Dice3Icon.tsx","../../../../src/icons/Dice4Icon.tsx","../../../../src/icons/Dice5Icon.tsx","../../../../src/icons/Dice6Icon.tsx","../../../../src/icons/DicesIcon.tsx","../../../../src/icons/DiffIcon.tsx","../../../../src/icons/Disc2Icon.tsx","../../../../src/icons/Disc3Icon.tsx","../../../../src/icons/DiscAlbumIcon.tsx","../../../../src/icons/DiscIcon.tsx","../../../../src/icons/DivideIcon.tsx","../../../../src/icons/DnaIcon.tsx","../../../../src/icons/DnaOffIcon.tsx","../../../../src/icons/DockIcon.tsx","../../../../src/icons/DogIcon.tsx","../../../../src/icons/DollarSignIcon.tsx","../../../../src/icons/DonutIcon.tsx","../../../../src/icons/DoorClosedIcon.tsx","../../../../src/icons/DoorOpenIcon.tsx","../../../../src/icons/DotIcon.tsx","../../../../src/icons/DownloadIcon.tsx","../../../../src/icons/DraftingCompassIcon.tsx","../../../../src/icons/DramaIcon.tsx","../../../../src/icons/DribbbleIcon.tsx","../../../../src/icons/DrillIcon.tsx","../../../../src/icons/DropletIcon.tsx","../../../../src/icons/DropletsIcon.tsx","../../../../src/icons/DrumIcon.tsx","../../../../src/icons/DrumstickIcon.tsx","../../../../src/icons/DumbbellIcon.tsx","../../../../src/icons/EarIcon.tsx","../../../../src/icons/EarOffIcon.tsx","../../../../src/icons/EarthIcon.tsx","../../../../src/icons/EarthLockIcon.tsx","../../../../src/icons/EclipseIcon.tsx","../../../../src/icons/EggFriedIcon.tsx","../../../../src/icons/EggIcon.tsx","../../../../src/icons/EggOffIcon.tsx","../../../../src/icons/EllipsisIcon.tsx","../../../../src/icons/EllipsisVerticalIcon.tsx","../../../../src/icons/EqualIcon.tsx","../../../../src/icons/EqualNotIcon.tsx","../../../../src/icons/EraserIcon.tsx","../../../../src/icons/EuroIcon.tsx","../../../../src/icons/ExpandIcon.tsx","../../../../src/icons/ExternalLinkIcon.tsx","../../../../src/icons/EyeIcon.tsx","../../../../src/icons/EyeOffIcon.tsx","../../../../src/icons/FacebookIcon.tsx","../../../../src/icons/FactoryIcon.tsx","../../../../src/icons/FanIcon.tsx","../../../../src/icons/FastForwardIcon.tsx","../../../../src/icons/FeatherIcon.tsx","../../../../src/icons/FenceIcon.tsx","../../../../src/icons/FerrisWheelIcon.tsx","../../../../src/icons/FigmaIcon.tsx","../../../../src/icons/FileArchiveIcon.tsx","../../../../src/icons/FileAudio2Icon.tsx","../../../../src/icons/FileAudioIcon.tsx","../../../../src/icons/FileAxis3dIcon.tsx","../../../../src/icons/FileBadge2Icon.tsx","../../../../src/icons/FileBadgeIcon.tsx","../../../../src/icons/FileBarChart2Icon.tsx","../../../../src/icons/FileBarChartIcon.tsx","../../../../src/icons/FileBoxIcon.tsx","../../../../src/icons/FileCheck2Icon.tsx","../../../../src/icons/FileCheckIcon.tsx","../../../../src/icons/FileClockIcon.tsx","../../../../src/icons/FileCode2Icon.tsx","../../../../src/icons/FileCodeIcon.tsx","../../../../src/icons/FileCogIcon.tsx","../../../../src/icons/FileDiffIcon.tsx","../../../../src/icons/FileDigitIcon.tsx","../../../../src/icons/FileDownIcon.tsx","../../../../src/icons/FileHeartIcon.tsx","../../../../src/icons/FileIcon.tsx","../../../../src/icons/FileImageIcon.tsx","../../../../src/icons/FileInputIcon.tsx","../../../../src/icons/FileJson2Icon.tsx","../../../../src/icons/FileJsonIcon.tsx","../../../../src/icons/FileKey2Icon.tsx","../../../../src/icons/FileKeyIcon.tsx","../../../../src/icons/FileLineChartIcon.tsx","../../../../src/icons/FileLock2Icon.tsx","../../../../src/icons/FileLockIcon.tsx","../../../../src/icons/FileMinus2Icon.tsx","../../../../src/icons/FileMinusIcon.tsx","../../../../src/icons/FileMusicIcon.tsx","../../../../src/icons/FileOutputIcon.tsx","../../../../src/icons/FilePenIcon.tsx","../../../../src/icons/FilePenLineIcon.tsx","../../../../src/icons/FilePieChartIcon.tsx","../../../../src/icons/FilePlus2Icon.tsx","../../../../src/icons/FilePlusIcon.tsx","../../../../src/icons/FileQuestionIcon.tsx","../../../../src/icons/FileScanIcon.tsx","../../../../src/icons/FileSearch2Icon.tsx","../../../../src/icons/FileSearchIcon.tsx","../../../../src/icons/FilesIcon.tsx","../../../../src/icons/FileSlidersIcon.tsx","../../../../src/icons/FileSpreadsheetIcon.tsx","../../../../src/icons/FileStackIcon.tsx","../../../../src/icons/FileSymlinkIcon.tsx","../../../../src/icons/FileTerminalIcon.tsx","../../../../src/icons/FileTextIcon.tsx","../../../../src/icons/FileType2Icon.tsx","../../../../src/icons/FileTypeIcon.tsx","../../../../src/icons/FileUpIcon.tsx","../../../../src/icons/FileVideo2Icon.tsx","../../../../src/icons/FileVideoIcon.tsx","../../../../src/icons/FileVolume2Icon.tsx","../../../../src/icons/FileVolumeIcon.tsx","../../../../src/icons/FileWarningIcon.tsx","../../../../src/icons/FileX2Icon.tsx","../../../../src/icons/FileXIcon.tsx","../../../../src/icons/FilmIcon.tsx","../../../../src/icons/FilterIcon.tsx","../../../../src/icons/FilterXIcon.tsx","../../../../src/icons/FingerprintIcon.tsx","../../../../src/icons/FireExtinguisherIcon.tsx","../../../../src/icons/FishIcon.tsx","../../../../src/icons/FishSymbolIcon.tsx","../../../../src/icons/FlagIcon.tsx","../../../../src/icons/FlagOffIcon.tsx","../../../../src/icons/FlagTriangleLeftIcon.tsx","../../../../src/icons/FlagTriangleRightIcon.tsx","../../../../src/icons/FlameIcon.tsx","../../../../src/icons/FlameKindlingIcon.tsx","../../../../src/icons/FlashlightIcon.tsx","../../../../src/icons/FlashlightOffIcon.tsx","../../../../src/icons/FlaskConicalIcon.tsx","../../../../src/icons/FlaskConicalOffIcon.tsx","../../../../src/icons/FlaskRoundIcon.tsx","../../../../src/icons/FlipHorizontal2Icon.tsx","../../../../src/icons/FlipHorizontalIcon.tsx","../../../../src/icons/FlipVertical2Icon.tsx","../../../../src/icons/FlipVerticalIcon.tsx","../../../../src/icons/Flower2Icon.tsx","../../../../src/icons/FlowerIcon.tsx","../../../../src/icons/FocusIcon.tsx","../../../../src/icons/FolderArchiveIcon.tsx","../../../../src/icons/FolderCheckIcon.tsx","../../../../src/icons/FolderClockIcon.tsx","../../../../src/icons/FolderClosedIcon.tsx","../../../../src/icons/FolderCogIcon.tsx","../../../../src/icons/FolderDotIcon.tsx","../../../../src/icons/FolderDownIcon.tsx","../../../../src/icons/FolderGit2Icon.tsx","../../../../src/icons/FolderGitIcon.tsx","../../../../src/icons/FolderHeartIcon.tsx","../../../../src/icons/FolderIcon.tsx","../../../../src/icons/FolderInputIcon.tsx","../../../../src/icons/FolderKanbanIcon.tsx","../../../../src/icons/FolderKey2Icon.tsx","../../../../src/icons/FolderKeyIcon.tsx","../../../../src/icons/FolderLockIcon.tsx","../../../../src/icons/FolderMinusIcon.tsx","../../../../src/icons/FolderOpenDotIcon.tsx","../../../../src/icons/FolderOpenIcon.tsx","../../../../src/icons/FolderOutputIcon.tsx","../../../../src/icons/FolderPenIcon.tsx","../../../../src/icons/FolderPlusIcon.tsx","../../../../src/icons/FolderRootIcon.tsx","../../../../src/icons/FolderSearch2Icon.tsx","../../../../src/icons/FolderSearchIcon.tsx","../../../../src/icons/FoldersIcon.tsx","../../../../src/icons/FolderSymlinkIcon.tsx","../../../../src/icons/FolderSyncIcon.tsx","../../../../src/icons/FolderTreeIcon.tsx","../../../../src/icons/FolderUpIcon.tsx","../../../../src/icons/FolderXIcon.tsx","../../../../src/icons/FoldHorizontalIcon.tsx","../../../../src/icons/FoldVerticalIcon.tsx","../../../../src/icons/FootprintsIcon.tsx","../../../../src/icons/ForkliftIcon.tsx","../../../../src/icons/ForwardIcon.tsx","../../../../src/icons/FrameIcon.tsx","../../../../src/icons/FramerIcon.tsx","../../../../src/icons/FrownIcon.tsx","../../../../src/icons/FuelIcon.tsx","../../../../src/icons/FullscreenIcon.tsx","../../../../src/icons/GalleryHorizontalEndIcon.tsx","../../../../src/icons/GalleryHorizontalIcon.tsx","../../../../src/icons/GalleryThumbnailsIcon.tsx","../../../../src/icons/GalleryVerticalEndIcon.tsx","../../../../src/icons/GalleryVerticalIcon.tsx","../../../../src/icons/Gamepad2Icon.tsx","../../../../src/icons/GamepadIcon.tsx","../../../../src/icons/GanttChartIcon.tsx","../../../../src/icons/GaugeIcon.tsx","../../../../src/icons/GavelIcon.tsx","../../../../src/icons/GemIcon.tsx","../../../../src/icons/GhostIcon.tsx","../../../../src/icons/GiftIcon.tsx","../../../../src/icons/GitBranchIcon.tsx","../../../../src/icons/GitBranchPlusIcon.tsx","../../../../src/icons/GitCommitHorizontalIcon.tsx","../../../../src/icons/GitCommitVerticalIcon.tsx","../../../../src/icons/GitCompareArrowsIcon.tsx","../../../../src/icons/GitCompareIcon.tsx","../../../../src/icons/GitForkIcon.tsx","../../../../src/icons/GitGraphIcon.tsx","../../../../src/icons/GithubIcon.tsx","../../../../src/icons/GitlabIcon.tsx","../../../../src/icons/GitMergeIcon.tsx","../../../../src/icons/GitPullRequestArrowIcon.tsx","../../../../src/icons/GitPullRequestClosedIcon.tsx","../../../../src/icons/GitPullRequestCreateArrowIcon.tsx","../../../../src/icons/GitPullRequestCreateIcon.tsx","../../../../src/icons/GitPullRequestDraftIcon.tsx","../../../../src/icons/GitPullRequestIcon.tsx","../../../../src/icons/GlassesIcon.tsx","../../../../src/icons/GlassWaterIcon.tsx","../../../../src/icons/GlobeIcon.tsx","../../../../src/icons/GlobeLockIcon.tsx","../../../../src/icons/GoalIcon.tsx","../../../../src/icons/GoogleGkeSiteIcon.tsx","../../../../src/icons/GrabIcon.tsx","../../../../src/icons/GraduationCapIcon.tsx","../../../../src/icons/GrapeIcon.tsx","../../../../src/icons/Grid2x2Icon.tsx","../../../../src/icons/Grid3x3Icon.tsx","../../../../src/icons/GripHorizontalIcon.tsx","../../../../src/icons/GripIcon.tsx","../../../../src/icons/GripVerticalIcon.tsx","../../../../src/icons/GroupIcon.tsx","../../../../src/icons/GuitarIcon.tsx","../../../../src/icons/HamIcon.tsx","../../../../src/icons/HammerIcon.tsx","../../../../src/icons/HandCoinsIcon.tsx","../../../../src/icons/HandHeartIcon.tsx","../../../../src/icons/HandHelpingIcon.tsx","../../../../src/icons/HandIcon.tsx","../../../../src/icons/HandMetalIcon.tsx","../../../../src/icons/HandPlatterIcon.tsx","../../../../src/icons/HandshakeIcon.tsx","../../../../src/icons/HardDriveDownloadIcon.tsx","../../../../src/icons/HardDriveIcon.tsx","../../../../src/icons/HardDriveSearchIcon.tsx","../../../../src/icons/HardDriveUploadIcon.tsx","../../../../src/icons/HardHatIcon.tsx","../../../../src/icons/HashIcon.tsx","../../../../src/icons/HazeIcon.tsx","../../../../src/icons/HdmiPortIcon.tsx","../../../../src/icons/Heading1Icon.tsx","../../../../src/icons/Heading2Icon.tsx","../../../../src/icons/Heading3Icon.tsx","../../../../src/icons/Heading4Icon.tsx","../../../../src/icons/Heading5Icon.tsx","../../../../src/icons/Heading6Icon.tsx","../../../../src/icons/HeadingIcon.tsx","../../../../src/icons/HeadphonesIcon.tsx","../../../../src/icons/HeadsetIcon.tsx","../../../../src/icons/HeartCrackIcon.tsx","../../../../src/icons/HeartHandshakeIcon.tsx","../../../../src/icons/HeartIcon.tsx","../../../../src/icons/HeartOffIcon.tsx","../../../../src/icons/HeartPulseIcon.tsx","../../../../src/icons/HeaterIcon.tsx","../../../../src/icons/HexagonIcon.tsx","../../../../src/icons/HighlighterIcon.tsx","../../../../src/icons/HistoryIcon.tsx","../../../../src/icons/HomeIcon.tsx","../../../../src/icons/HopIcon.tsx","../../../../src/icons/HopOffIcon.tsx","../../../../src/icons/HospitalIcon.tsx","../../../../src/icons/HotelIcon.tsx","../../../../src/icons/HourglassIcon.tsx","../../../../src/icons/IceCreamBowlIcon.tsx","../../../../src/icons/IceCreamConeIcon.tsx","../../../../src/icons/ImageDownIcon.tsx","../../../../src/icons/ImageIcon.tsx","../../../../src/icons/ImageMinusIcon.tsx","../../../../src/icons/ImageOffIcon.tsx","../../../../src/icons/ImagePlusIcon.tsx","../../../../src/icons/ImagesIcon.tsx","../../../../src/icons/ImageUpIcon.tsx","../../../../src/icons/ImportIcon.tsx","../../../../src/icons/InboxIcon.tsx","../../../../src/icons/IndentDecreaseIcon.tsx","../../../../src/icons/IndentIncreaseIcon.tsx","../../../../src/icons/IndianRupeeIcon.tsx","../../../../src/icons/InfinityIcon.tsx","../../../../src/icons/InfoIcon.tsx","../../../../src/icons/InspectionPanelIcon.tsx","../../../../src/icons/InstagramIcon.tsx","../../../../src/icons/ItalicIcon.tsx","../../../../src/icons/IterationCCWIcon.tsx","../../../../src/icons/IterationCWIcon.tsx","../../../../src/icons/JapaneseYenIcon.tsx","../../../../src/icons/JoystickIcon.tsx","../../../../src/icons/KanbanIcon.tsx","../../../../src/icons/KeyboardIcon.tsx","../../../../src/icons/KeyboardMusicIcon.tsx","../../../../src/icons/KeyIcon.tsx","../../../../src/icons/KeyRoundIcon.tsx","../../../../src/icons/KeySquareIcon.tsx","../../../../src/icons/KubernetesSiteIcon.tsx","../../../../src/icons/LambdaIcon.tsx","../../../../src/icons/LampCeilingIcon.tsx","../../../../src/icons/LampDeskIcon.tsx","../../../../src/icons/LampFloorIcon.tsx","../../../../src/icons/LampIcon.tsx","../../../../src/icons/LampWallDownIcon.tsx","../../../../src/icons/LampWallUpIcon.tsx","../../../../src/icons/LandmarkIcon.tsx","../../../../src/icons/LandPlotIcon.tsx","../../../../src/icons/LanguagesIcon.tsx","../../../../src/icons/LaptopIcon.tsx","../../../../src/icons/LaptopMinimalIcon.tsx","../../../../src/icons/LassoIcon.tsx","../../../../src/icons/LassoSelectIcon.tsx","../../../../src/icons/LaughIcon.tsx","../../../../src/icons/Layers2Icon.tsx","../../../../src/icons/Layers3Icon.tsx","../../../../src/icons/LayersIcon.tsx","../../../../src/icons/LayoutDashboardIcon.tsx","../../../../src/icons/LayoutGridIcon.tsx","../../../../src/icons/LayoutListIcon.tsx","../../../../src/icons/LayoutPanelLeftIcon.tsx","../../../../src/icons/LayoutPanelTopIcon.tsx","../../../../src/icons/LayoutTemplateIcon.tsx","../../../../src/icons/LDAPIcon.tsx","../../../../src/icons/LeafIcon.tsx","../../../../src/icons/LeafyGreenIcon.tsx","../../../../src/icons/LibraryBigIcon.tsx","../../../../src/icons/LibraryIcon.tsx","../../../../src/icons/LifeBuoyIcon.tsx","../../../../src/icons/LigatureIcon.tsx","../../../../src/icons/LightbulbIcon.tsx","../../../../src/icons/LightbulbOffIcon.tsx","../../../../src/icons/LineChartIcon.tsx","../../../../src/icons/Link2Icon.tsx","../../../../src/icons/Link2OffIcon.tsx","../../../../src/icons/LinkedinIcon.tsx","../../../../src/icons/LinkIcon.tsx","../../../../src/icons/ListChecksIcon.tsx","../../../../src/icons/ListCollapseIcon.tsx","../../../../src/icons/ListEndIcon.tsx","../../../../src/icons/ListFilterIcon.tsx","../../../../src/icons/ListIcon.tsx","../../../../src/icons/ListMinusIcon.tsx","../../../../src/icons/ListMusicIcon.tsx","../../../../src/icons/ListOrderedIcon.tsx","../../../../src/icons/ListPlusIcon.tsx","../../../../src/icons/ListRestartIcon.tsx","../../../../src/icons/ListStartIcon.tsx","../../../../src/icons/ListTodoIcon.tsx","../../../../src/icons/ListTreeIcon.tsx","../../../../src/icons/ListVideoIcon.tsx","../../../../src/icons/ListXIcon.tsx","../../../../src/icons/LoaderCircleIcon.tsx","../../../../src/icons/LoaderIcon.tsx","../../../../src/icons/LocateFixedIcon.tsx","../../../../src/icons/LocateIcon.tsx","../../../../src/icons/LocateOffIcon.tsx","../../../../src/icons/LockIcon.tsx","../../../../src/icons/LockKeyholeIcon.tsx","../../../../src/icons/LockKeyholeOpenIcon.tsx","../../../../src/icons/LockOpenIcon.tsx","../../../../src/icons/LogInIcon.tsx","../../../../src/icons/LogOutIcon.tsx","../../../../src/icons/LollipopIcon.tsx","../../../../src/icons/LuggageIcon.tsx","../../../../src/icons/MagnetIcon.tsx","../../../../src/icons/MailboxIcon.tsx","../../../../src/icons/MailCheckIcon.tsx","../../../../src/icons/MailIcon.tsx","../../../../src/icons/MailMinusIcon.tsx","../../../../src/icons/MailOpenIcon.tsx","../../../../src/icons/MailPlusIcon.tsx","../../../../src/icons/MailQuestionIcon.tsx","../../../../src/icons/MailSearchIcon.tsx","../../../../src/icons/MailsIcon.tsx","../../../../src/icons/MailWarningIcon.tsx","../../../../src/icons/MailXIcon.tsx","../../../../src/icons/MapIcon.tsx","../../../../src/icons/MapPinIcon.tsx","../../../../src/icons/MapPinnedIcon.tsx","../../../../src/icons/MapPinOffIcon.tsx","../../../../src/icons/MartiniIcon.tsx","../../../../src/icons/Maximize2Icon.tsx","../../../../src/icons/MaximizeIcon.tsx","../../../../src/icons/MedalIcon.tsx","../../../../src/icons/MegaphoneIcon.tsx","../../../../src/icons/MegaphoneOffIcon.tsx","../../../../src/icons/MehIcon.tsx","../../../../src/icons/MemoryStickIcon.tsx","../../../../src/icons/MenuIcon.tsx","../../../../src/icons/MergeIcon.tsx","../../../../src/icons/MessageCircleCodeIcon.tsx","../../../../src/icons/MessageCircleDashedIcon.tsx","../../../../src/icons/MessageCircleHeartIcon.tsx","../../../../src/icons/MessageCircleIcon.tsx","../../../../src/icons/MessageCircleMoreIcon.tsx","../../../../src/icons/MessageCircleOffIcon.tsx","../../../../src/icons/MessageCirclePlusIcon.tsx","../../../../src/icons/MessageCircleQuestionIcon.tsx","../../../../src/icons/MessageCircleReplyIcon.tsx","../../../../src/icons/MessageCircleWarningIcon.tsx","../../../../src/icons/MessageCircleXIcon.tsx","../../../../src/icons/MessageSquareCodeIcon.tsx","../../../../src/icons/MessageSquareDashedIcon.tsx","../../../../src/icons/MessageSquareDiffIcon.tsx","../../../../src/icons/MessageSquareDotIcon.tsx","../../../../src/icons/MessageSquareHeartIcon.tsx","../../../../src/icons/MessageSquareIcon.tsx","../../../../src/icons/MessageSquareMoreIcon.tsx","../../../../src/icons/MessageSquareOffIcon.tsx","../../../../src/icons/MessageSquarePlusIcon.tsx","../../../../src/icons/MessageSquareQuoteIcon.tsx","../../../../src/icons/MessageSquareReplyIcon.tsx","../../../../src/icons/MessageSquareShareIcon.tsx","../../../../src/icons/MessageSquareTextIcon.tsx","../../../../src/icons/MessageSquareWarningIcon.tsx","../../../../src/icons/MessageSquareXIcon.tsx","../../../../src/icons/MessagesSquareIcon.tsx","../../../../src/icons/MicIcon.tsx","../../../../src/icons/MicOffIcon.tsx","../../../../src/icons/MicroscopeIcon.tsx","../../../../src/icons/MicrowaveIcon.tsx","../../../../src/icons/MicVocalIcon.tsx","../../../../src/icons/MilestoneIcon.tsx","../../../../src/icons/MilkIcon.tsx","../../../../src/icons/MilkOffIcon.tsx","../../../../src/icons/Minimize2Icon.tsx","../../../../src/icons/MinimizeIcon.tsx","../../../../src/icons/MinIOIcon.tsx","../../../../src/icons/MinusIcon.tsx","../../../../src/icons/MonitorCheckIcon.tsx","../../../../src/icons/MonitorDotIcon.tsx","../../../../src/icons/MonitorDownIcon.tsx","../../../../src/icons/MonitorIcon.tsx","../../../../src/icons/MonitorOffIcon.tsx","../../../../src/icons/MonitorPauseIcon.tsx","../../../../src/icons/MonitorPlayIcon.tsx","../../../../src/icons/MonitorSmartphoneIcon.tsx","../../../../src/icons/MonitorSpeakerIcon.tsx","../../../../src/icons/MonitorStopIcon.tsx","../../../../src/icons/MonitorUpIcon.tsx","../../../../src/icons/MonitorXIcon.tsx","../../../../src/icons/MoonIcon.tsx","../../../../src/icons/MoonStarIcon.tsx","../../../../src/icons/MountainIcon.tsx","../../../../src/icons/MountainSnowIcon.tsx","../../../../src/icons/MouseIcon.tsx","../../../../src/icons/MousePointer2Icon.tsx","../../../../src/icons/MousePointerClickIcon.tsx","../../../../src/icons/MousePointerIcon.tsx","../../../../src/icons/Move3dIcon.tsx","../../../../src/icons/MoveDiagonal2Icon.tsx","../../../../src/icons/MoveDiagonalIcon.tsx","../../../../src/icons/MoveDownIcon.tsx","../../../../src/icons/MoveDownLeftIcon.tsx","../../../../src/icons/MoveDownRightIcon.tsx","../../../../src/icons/MoveHorizontalIcon.tsx","../../../../src/icons/MoveIcon.tsx","../../../../src/icons/MoveLeftIcon.tsx","../../../../src/icons/MoveRightIcon.tsx","../../../../src/icons/MoveUpIcon.tsx","../../../../src/icons/MoveUpLeftIcon.tsx","../../../../src/icons/MoveUpRightIcon.tsx","../../../../src/icons/MoveVerticalIcon.tsx","../../../../src/icons/Music2Icon.tsx","../../../../src/icons/Music3Icon.tsx","../../../../src/icons/Music4Icon.tsx","../../../../src/icons/MusicIcon.tsx","../../../../src/icons/Navigation2Icon.tsx","../../../../src/icons/Navigation2OffIcon.tsx","../../../../src/icons/NavigationIcon.tsx","../../../../src/icons/NavigationOffIcon.tsx","../../../../src/icons/NetworkIcon.tsx","../../../../src/icons/NewspaperIcon.tsx","../../../../src/icons/NfcIcon.tsx","../../../../src/icons/NotebookIcon.tsx","../../../../src/icons/NotebookPenIcon.tsx","../../../../src/icons/NotebookTabsIcon.tsx","../../../../src/icons/NotebookTextIcon.tsx","../../../../src/icons/NotepadTextDashedIcon.tsx","../../../../src/icons/NotepadTextIcon.tsx","../../../../src/icons/NutIcon.tsx","../../../../src/icons/NutOffIcon.tsx","../../../../src/icons/OctagonAlertIcon.tsx","../../../../src/icons/OctagonIcon.tsx","../../../../src/icons/OctagonPauseIcon.tsx","../../../../src/icons/OctagonXIcon.tsx","../../../../src/icons/OidcIcon.tsx","../../../../src/icons/OptionIcon.tsx","../../../../src/icons/OrbitIcon.tsx","../../../../src/icons/Package2Icon.tsx","../../../../src/icons/PackageCheckIcon.tsx","../../../../src/icons/PackageIcon.tsx","../../../../src/icons/PackageMinusIcon.tsx","../../../../src/icons/PackageOpenIcon.tsx","../../../../src/icons/PackagePlusIcon.tsx","../../../../src/icons/PackageSearchIcon.tsx","../../../../src/icons/PackageXIcon.tsx","../../../../src/icons/Paintbrush2Icon.tsx","../../../../src/icons/PaintbrushIcon.tsx","../../../../src/icons/PaintBucketIcon.tsx","../../../../src/icons/PaintRollerIcon.tsx","../../../../src/icons/PaletteIcon.tsx","../../../../src/icons/PanelBottomCloseIcon.tsx","../../../../src/icons/PanelBottomDashedIcon.tsx","../../../../src/icons/PanelBottomIcon.tsx","../../../../src/icons/PanelBottomOpenIcon.tsx","../../../../src/icons/PanelLeftCloseIcon.tsx","../../../../src/icons/PanelLeftDashedIcon.tsx","../../../../src/icons/PanelLeftIcon.tsx","../../../../src/icons/PanelLeftOpenIcon.tsx","../../../../src/icons/PanelRightCloseIcon.tsx","../../../../src/icons/PanelRightDashedIcon.tsx","../../../../src/icons/PanelRightIcon.tsx","../../../../src/icons/PanelRightOpenIcon.tsx","../../../../src/icons/PanelsLeftBottomIcon.tsx","../../../../src/icons/PanelsRightBottomIcon.tsx","../../../../src/icons/PanelsTopLeftIcon.tsx","../../../../src/icons/PanelTopCloseIcon.tsx","../../../../src/icons/PanelTopDashedIcon.tsx","../../../../src/icons/PanelTopIcon.tsx","../../../../src/icons/PanelTopOpenIcon.tsx","../../../../src/icons/PaperclipIcon.tsx","../../../../src/icons/ParenthesesIcon.tsx","../../../../src/icons/ParkingMeterIcon.tsx","../../../../src/icons/PartyPopperIcon.tsx","../../../../src/icons/PasscodeLockIcon.tsx","../../../../src/icons/PauseIcon.tsx","../../../../src/icons/PawPrintIcon.tsx","../../../../src/icons/PcCaseIcon.tsx","../../../../src/icons/PencilIcon.tsx","../../../../src/icons/PencilLineIcon.tsx","../../../../src/icons/PencilRulerIcon.tsx","../../../../src/icons/PenIcon.tsx","../../../../src/icons/PenLineIcon.tsx","../../../../src/icons/PentagonIcon.tsx","../../../../src/icons/PenToolIcon.tsx","../../../../src/icons/PercentIcon.tsx","../../../../src/icons/PersonStandingIcon.tsx","../../../../src/icons/PhoneCallIcon.tsx","../../../../src/icons/PhoneForwardedIcon.tsx","../../../../src/icons/PhoneIcon.tsx","../../../../src/icons/PhoneIncomingIcon.tsx","../../../../src/icons/PhoneMissedIcon.tsx","../../../../src/icons/PhoneOffIcon.tsx","../../../../src/icons/PhoneOutgoingIcon.tsx","../../../../src/icons/PianoIcon.tsx","../../../../src/icons/PickaxeIcon.tsx","../../../../src/icons/PictureInPicture2Icon.tsx","../../../../src/icons/PictureInPictureIcon.tsx","../../../../src/icons/PieChartIcon.tsx","../../../../src/icons/PieUsageIcon.tsx","../../../../src/icons/PiggyBankIcon.tsx","../../../../src/icons/PiIcon.tsx","../../../../src/icons/PilcrowIcon.tsx","../../../../src/icons/PillIcon.tsx","../../../../src/icons/PinIcon.tsx","../../../../src/icons/PinOffIcon.tsx","../../../../src/icons/PipetteIcon.tsx","../../../../src/icons/PizzaIcon.tsx","../../../../src/icons/PlaneIcon.tsx","../../../../src/icons/PlaneLandingIcon.tsx","../../../../src/icons/PlaneTakeoffIcon.tsx","../../../../src/icons/PlayIcon.tsx","../../../../src/icons/Plug2Icon.tsx","../../../../src/icons/PlugIcon.tsx","../../../../src/icons/PlugZap2Icon.tsx","../../../../src/icons/PlugZapIcon.tsx","../../../../src/icons/PlusIcon.tsx","../../../../src/icons/PocketIcon.tsx","../../../../src/icons/PocketKnifeIcon.tsx","../../../../src/icons/PodcastIcon.tsx","../../../../src/icons/PointerIcon.tsx","../../../../src/icons/PointerOffIcon.tsx","../../../../src/icons/PopcornIcon.tsx","../../../../src/icons/PopsicleIcon.tsx","../../../../src/icons/PoundSterlingIcon.tsx","../../../../src/icons/PowerIcon.tsx","../../../../src/icons/PowerOffIcon.tsx","../../../../src/icons/PresentationIcon.tsx","../../../../src/icons/PrinterIcon.tsx","../../../../src/icons/ProjectorIcon.tsx","../../../../src/icons/ProportionsIcon.tsx","../../../../src/icons/PuzzleIcon.tsx","../../../../src/icons/PyramidIcon.tsx","../../../../src/icons/QrCodeIcon.tsx","../../../../src/icons/QuoteIcon.tsx","../../../../src/icons/RabbitIcon.tsx","../../../../src/icons/RadarIcon.tsx","../../../../src/icons/RadiationIcon.tsx","../../../../src/icons/RadicalIcon.tsx","../../../../src/icons/RadioIcon.tsx","../../../../src/icons/RadioReceiverIcon.tsx","../../../../src/icons/RadioTowerIcon.tsx","../../../../src/icons/RadiusIcon.tsx","../../../../src/icons/RailSymbolIcon.tsx","../../../../src/icons/RainbowIcon.tsx","../../../../src/icons/RatIcon.tsx","../../../../src/icons/RatioIcon.tsx","../../../../src/icons/ReceiptCentIcon.tsx","../../../../src/icons/ReceiptEuroIcon.tsx","../../../../src/icons/ReceiptIcon.tsx","../../../../src/icons/ReceiptIndianRupeeIcon.tsx","../../../../src/icons/ReceiptJapaneseYenIcon.tsx","../../../../src/icons/ReceiptPoundSterlingIcon.tsx","../../../../src/icons/ReceiptRussianRubleIcon.tsx","../../../../src/icons/ReceiptSwissFrancIcon.tsx","../../../../src/icons/ReceiptTextIcon.tsx","../../../../src/icons/RectangleEllipsisIcon.tsx","../../../../src/icons/RectangleHorizontalIcon.tsx","../../../../src/icons/RectangleVerticalIcon.tsx","../../../../src/icons/RecycleIcon.tsx","../../../../src/icons/RedhatOpenshiftSiteIcon.tsx","../../../../src/icons/Redo2Icon.tsx","../../../../src/icons/RedoDotIcon.tsx","../../../../src/icons/RedoIcon.tsx","../../../../src/icons/RefreshCCWDotIcon.tsx","../../../../src/icons/RefreshCCWIcon.tsx","../../../../src/icons/RefreshCWIcon.tsx","../../../../src/icons/RefreshCWOffIcon.tsx","../../../../src/icons/RefreshCwSettingsIcon.tsx","../../../../src/icons/RefrigeratorIcon.tsx","../../../../src/icons/RegexIcon.tsx","../../../../src/icons/RemoveFormattingIcon.tsx","../../../../src/icons/Repeat1Icon.tsx","../../../../src/icons/Repeat2Icon.tsx","../../../../src/icons/RepeatIcon.tsx","../../../../src/icons/ReplaceAllIcon.tsx","../../../../src/icons/ReplaceIcon.tsx","../../../../src/icons/ReplyAllIcon.tsx","../../../../src/icons/ReplyIcon.tsx","../../../../src/icons/RewindIcon.tsx","../../../../src/icons/RibbonIcon.tsx","../../../../src/icons/RocketIcon.tsx","../../../../src/icons/RockingChairIcon.tsx","../../../../src/icons/RollerCoasterIcon.tsx","../../../../src/icons/Rotate3dIcon.tsx","../../../../src/icons/RotateCCWIcon.tsx","../../../../src/icons/RotateCCWSquareIcon.tsx","../../../../src/icons/RotateCWIcon.tsx","../../../../src/icons/RotateCWSquareIcon.tsx","../../../../src/icons/RouteIcon.tsx","../../../../src/icons/RouteOffIcon.tsx","../../../../src/icons/RouterIcon.tsx","../../../../src/icons/Rows2Icon.tsx","../../../../src/icons/Rows3Icon.tsx","../../../../src/icons/Rows4Icon.tsx","../../../../src/icons/RssIcon.tsx","../../../../src/icons/RulerIcon.tsx","../../../../src/icons/RussianRubleIcon.tsx","../../../../src/icons/SailboatIcon.tsx","../../../../src/icons/SaladIcon.tsx","../../../../src/icons/SandwichIcon.tsx","../../../../src/icons/SatelliteDishIcon.tsx","../../../../src/icons/SatelliteIcon.tsx","../../../../src/icons/SaveAllIcon.tsx","../../../../src/icons/SaveIcon.tsx","../../../../src/icons/Scale3dIcon.tsx","../../../../src/icons/ScaleIcon.tsx","../../../../src/icons/ScalingIcon.tsx","../../../../src/icons/ScanBarcodeIcon.tsx","../../../../src/icons/ScanEyeIcon.tsx","../../../../src/icons/ScanFaceIcon.tsx","../../../../src/icons/ScanIcon.tsx","../../../../src/icons/ScanLineIcon.tsx","../../../../src/icons/ScanSearchIcon.tsx","../../../../src/icons/ScanTextIcon.tsx","../../../../src/icons/ScatterChartIcon.tsx","../../../../src/icons/SchoolIcon.tsx","../../../../src/icons/ScissorsIcon.tsx","../../../../src/icons/ScissorsLineDashedIcon.tsx","../../../../src/icons/ScreenShareIcon.tsx","../../../../src/icons/ScreenShareOffIcon.tsx","../../../../src/icons/ScrollIcon.tsx","../../../../src/icons/ScrollTextIcon.tsx","../../../../src/icons/SearchCheckIcon.tsx","../../../../src/icons/SearchCodeIcon.tsx","../../../../src/icons/SearchIcon.tsx","../../../../src/icons/SearchSlashIcon.tsx","../../../../src/icons/SearchXIcon.tsx","../../../../src/icons/SendHorizontalIcon.tsx","../../../../src/icons/SendIcon.tsx","../../../../src/icons/SendToBackIcon.tsx","../../../../src/icons/SeparatorHorizontalIcon.tsx","../../../../src/icons/SeparatorVerticalIcon.tsx","../../../../src/icons/ServerCogIcon.tsx","../../../../src/icons/ServerCrashIcon.tsx","../../../../src/icons/ServerIcon.tsx","../../../../src/icons/ServerOffIcon.tsx","../../../../src/icons/Settings2Icon.tsx","../../../../src/icons/SettingsIcon.tsx","../../../../src/icons/ShapesIcon.tsx","../../../../src/icons/Share2Icon.tsx","../../../../src/icons/ShareIcon.tsx","../../../../src/icons/SheetIcon.tsx","../../../../src/icons/ShellIcon.tsx","../../../../src/icons/ShieldAlertIcon.tsx","../../../../src/icons/ShieldBanIcon.tsx","../../../../src/icons/ShieldCheckIcon.tsx","../../../../src/icons/ShieldEllipsisIcon.tsx","../../../../src/icons/ShieldHalfIcon.tsx","../../../../src/icons/ShieldIcon.tsx","../../../../src/icons/ShieldMinusIcon.tsx","../../../../src/icons/ShieldOffIcon.tsx","../../../../src/icons/ShieldPlusIcon.tsx","../../../../src/icons/ShieldQuestionIcon.tsx","../../../../src/icons/ShieldXIcon.tsx","../../../../src/icons/ShipIcon.tsx","../../../../src/icons/ShipWheelIcon.tsx","../../../../src/icons/ShirtIcon.tsx","../../../../src/icons/ShoppingBagIcon.tsx","../../../../src/icons/ShoppingBasketIcon.tsx","../../../../src/icons/ShoppingCartIcon.tsx","../../../../src/icons/ShovelIcon.tsx","../../../../src/icons/ShowerHeadIcon.tsx","../../../../src/icons/ShrinkIcon.tsx","../../../../src/icons/ShrubIcon.tsx","../../../../src/icons/ShuffleIcon.tsx","../../../../src/icons/SigmaIcon.tsx","../../../../src/icons/SignalHighIcon.tsx","../../../../src/icons/SignalIcon.tsx","../../../../src/icons/SignalLowIcon.tsx","../../../../src/icons/SignalMediumIcon.tsx","../../../../src/icons/SignalZeroIcon.tsx","../../../../src/icons/SignpostBigIcon.tsx","../../../../src/icons/SignpostIcon.tsx","../../../../src/icons/SirenIcon.tsx","../../../../src/icons/SitesIcon.tsx","../../../../src/icons/SkipBackIcon.tsx","../../../../src/icons/SkipForwardIcon.tsx","../../../../src/icons/SkullIcon.tsx","../../../../src/icons/SlackIcon.tsx","../../../../src/icons/SlashIcon.tsx","../../../../src/icons/SliceIcon.tsx","../../../../src/icons/SlidersHorizontalIcon.tsx","../../../../src/icons/SlidersVerticalIcon.tsx","../../../../src/icons/SmartphoneChargingIcon.tsx","../../../../src/icons/SmartphoneIcon.tsx","../../../../src/icons/SmartphoneNfcIcon.tsx","../../../../src/icons/SmileIcon.tsx","../../../../src/icons/SmilePlusIcon.tsx","../../../../src/icons/SnailIcon.tsx","../../../../src/icons/SnowflakeIcon.tsx","../../../../src/icons/SofaIcon.tsx","../../../../src/icons/SoupIcon.tsx","../../../../src/icons/SpaceIcon.tsx","../../../../src/icons/SpadeIcon.tsx","../../../../src/icons/SparkleIcon.tsx","../../../../src/icons/SparklesIcon.tsx","../../../../src/icons/SpeakerIcon.tsx","../../../../src/icons/SpeechIcon.tsx","../../../../src/icons/SpellCheck2Icon.tsx","../../../../src/icons/SpellCheckIcon.tsx","../../../../src/icons/SplineIcon.tsx","../../../../src/icons/SplitIcon.tsx","../../../../src/icons/SprayCanIcon.tsx","../../../../src/icons/SproutIcon.tsx","../../../../src/icons/SquareActivityIcon.tsx","../../../../src/icons/SquareArrowDownIcon.tsx","../../../../src/icons/SquareArrowDownLeftIcon.tsx","../../../../src/icons/SquareArrowDownRightIcon.tsx","../../../../src/icons/SquareArrowLeftIcon.tsx","../../../../src/icons/SquareArrowOutDownLeftIcon.tsx","../../../../src/icons/SquareArrowOutDownRightIcon.tsx","../../../../src/icons/SquareArrowOutUpLeftIcon.tsx","../../../../src/icons/SquareArrowOutUpRightIcon.tsx","../../../../src/icons/SquareArrowRightIcon.tsx","../../../../src/icons/SquareArrowUpIcon.tsx","../../../../src/icons/SquareArrowUpLeftIcon.tsx","../../../../src/icons/SquareArrowUpRightIcon.tsx","../../../../src/icons/SquareAsteriskIcon.tsx","../../../../src/icons/SquareBottomDashedScissorsIcon.tsx","../../../../src/icons/SquareCheckBigIcon.tsx","../../../../src/icons/SquareCheckIcon.tsx","../../../../src/icons/SquareChevronDownIcon.tsx","../../../../src/icons/SquareChevronLeftIcon.tsx","../../../../src/icons/SquareChevronRightIcon.tsx","../../../../src/icons/SquareChevronUpIcon.tsx","../../../../src/icons/SquareCodeIcon.tsx","../../../../src/icons/SquareDashedBottomCodeIcon.tsx","../../../../src/icons/SquareDashedBottomIcon.tsx","../../../../src/icons/SquareDashedKanbanIcon.tsx","../../../../src/icons/SquareDashedMousePointerIcon.tsx","../../../../src/icons/SquareDivideIcon.tsx","../../../../src/icons/SquareDotIcon.tsx","../../../../src/icons/SquareEqualIcon.tsx","../../../../src/icons/SquareFunctionIcon.tsx","../../../../src/icons/SquareGanttChartIcon.tsx","../../../../src/icons/SquareIcon.tsx","../../../../src/icons/SquareKanbanIcon.tsx","../../../../src/icons/SquareLibraryIcon.tsx","../../../../src/icons/SquareMenuIcon.tsx","../../../../src/icons/SquareMIcon.tsx","../../../../src/icons/SquareMinusIcon.tsx","../../../../src/icons/SquareMousePointerIcon.tsx","../../../../src/icons/SquareParkingIcon.tsx","../../../../src/icons/SquareParkingOffIcon.tsx","../../../../src/icons/SquarePenIcon.tsx","../../../../src/icons/SquarePercentIcon.tsx","../../../../src/icons/SquarePiIcon.tsx","../../../../src/icons/SquarePilcrowIcon.tsx","../../../../src/icons/SquarePlayIcon.tsx","../../../../src/icons/SquarePlusIcon.tsx","../../../../src/icons/SquarePowerIcon.tsx","../../../../src/icons/SquareRadicalIcon.tsx","../../../../src/icons/SquareScissorsIcon.tsx","../../../../src/icons/SquareSigmaIcon.tsx","../../../../src/icons/SquareSlashIcon.tsx","../../../../src/icons/SquareSplitHorizontalIcon.tsx","../../../../src/icons/SquareSplitVerticalIcon.tsx","../../../../src/icons/SquareStackIcon.tsx","../../../../src/icons/SquareTerminalIcon.tsx","../../../../src/icons/SquareUserIcon.tsx","../../../../src/icons/SquareUserRoundIcon.tsx","../../../../src/icons/SquareXIcon.tsx","../../../../src/icons/SquircleIcon.tsx","../../../../src/icons/SquirrelIcon.tsx","../../../../src/icons/StampIcon.tsx","../../../../src/icons/StarHalfIcon.tsx","../../../../src/icons/StarIcon.tsx","../../../../src/icons/StarOffIcon.tsx","../../../../src/icons/StepBackIcon.tsx","../../../../src/icons/StepForwardIcon.tsx","../../../../src/icons/StethoscopeIcon.tsx","../../../../src/icons/StickerIcon.tsx","../../../../src/icons/StickyNoteIcon.tsx","../../../../src/icons/StoreIcon.tsx","../../../../src/icons/StretchHorizontalIcon.tsx","../../../../src/icons/StretchVerticalIcon.tsx","../../../../src/icons/StrikethroughIcon.tsx","../../../../src/icons/SubscriptIcon.tsx","../../../../src/icons/SummaryIcon.tsx","../../../../src/icons/SunDimIcon.tsx","../../../../src/icons/SunIcon.tsx","../../../../src/icons/SunMediumIcon.tsx","../../../../src/icons/SunMoonIcon.tsx","../../../../src/icons/SunriseIcon.tsx","../../../../src/icons/SunsetIcon.tsx","../../../../src/icons/SunSnowIcon.tsx","../../../../src/icons/SuperscriptIcon.tsx","../../../../src/icons/SwatchBookIcon.tsx","../../../../src/icons/SwissFrancIcon.tsx","../../../../src/icons/SwitchCameraIcon.tsx","../../../../src/icons/SwordIcon.tsx","../../../../src/icons/SwordsIcon.tsx","../../../../src/icons/SyringeIcon.tsx","../../../../src/icons/Table2Icon.tsx","../../../../src/icons/TableCellsMergeIcon.tsx","../../../../src/icons/TableCellsSplitIcon.tsx","../../../../src/icons/TableColumnsSplitIcon.tsx","../../../../src/icons/TableIcon.tsx","../../../../src/icons/TablePropertiesIcon.tsx","../../../../src/icons/TableRowsSplitIcon.tsx","../../../../src/icons/TabletIcon.tsx","../../../../src/icons/TabletsIcon.tsx","../../../../src/icons/TabletSmartphoneIcon.tsx","../../../../src/icons/TagIcon.tsx","../../../../src/icons/TagsIcon.tsx","../../../../src/icons/Tally1Icon.tsx","../../../../src/icons/Tally2Icon.tsx","../../../../src/icons/Tally3Icon.tsx","../../../../src/icons/Tally4Icon.tsx","../../../../src/icons/Tally5Icon.tsx","../../../../src/icons/TangentIcon.tsx","../../../../src/icons/TargetIcon.tsx","../../../../src/icons/TelescopeIcon.tsx","../../../../src/icons/TenantIcon.tsx","../../../../src/icons/TentIcon.tsx","../../../../src/icons/TentTreeIcon.tsx","../../../../src/icons/TerminalIcon.tsx","../../../../src/icons/TestTubeDiagonalIcon.tsx","../../../../src/icons/TestTubeIcon.tsx","../../../../src/icons/TestTubesIcon.tsx","../../../../src/icons/TextCursorIcon.tsx","../../../../src/icons/TextCursorInputIcon.tsx","../../../../src/icons/TextIcon.tsx","../../../../src/icons/TextQuoteIcon.tsx","../../../../src/icons/TextSearchIcon.tsx","../../../../src/icons/TextSelectIcon.tsx","../../../../src/icons/TheaterIcon.tsx","../../../../src/icons/ThermometerIcon.tsx","../../../../src/icons/ThermometerSnowflakeIcon.tsx","../../../../src/icons/ThermometerSunIcon.tsx","../../../../src/icons/ThumbsDownIcon.tsx","../../../../src/icons/ThumbsUpIcon.tsx","../../../../src/icons/TicketCheckIcon.tsx","../../../../src/icons/TicketIcon.tsx","../../../../src/icons/TicketMinusIcon.tsx","../../../../src/icons/TicketPercentIcon.tsx","../../../../src/icons/TicketPlusIcon.tsx","../../../../src/icons/TicketSlashIcon.tsx","../../../../src/icons/TicketXIcon.tsx","../../../../src/icons/TimerIcon.tsx","../../../../src/icons/TimerOffIcon.tsx","../../../../src/icons/TimerResetIcon.tsx","../../../../src/icons/ToggleLeftIcon.tsx","../../../../src/icons/ToggleRightIcon.tsx","../../../../src/icons/TornadoIcon.tsx","../../../../src/icons/TorusIcon.tsx","../../../../src/icons/TouchpadIcon.tsx","../../../../src/icons/TouchpadOffIcon.tsx","../../../../src/icons/TowerControlIcon.tsx","../../../../src/icons/ToyBrickIcon.tsx","../../../../src/icons/TraceIcon.tsx","../../../../src/icons/TractorIcon.tsx","../../../../src/icons/TrafficConeIcon.tsx","../../../../src/icons/TrainFrontIcon.tsx","../../../../src/icons/TrainFrontTunnelIcon.tsx","../../../../src/icons/TrainTrackIcon.tsx","../../../../src/icons/TramFrontIcon.tsx","../../../../src/icons/Trash2Icon.tsx","../../../../src/icons/TrashIcon.tsx","../../../../src/icons/TreeDeciduousIcon.tsx","../../../../src/icons/TreePalmIcon.tsx","../../../../src/icons/TreePineIcon.tsx","../../../../src/icons/TreesIcon.tsx","../../../../src/icons/TrelloIcon.tsx","../../../../src/icons/TrendingDownIcon.tsx","../../../../src/icons/TrendingUpIcon.tsx","../../../../src/icons/TriangleAlertIcon.tsx","../../../../src/icons/TriangleIcon.tsx","../../../../src/icons/TriangleRightIcon.tsx","../../../../src/icons/TrophyIcon.tsx","../../../../src/icons/TruckIcon.tsx","../../../../src/icons/TurtleIcon.tsx","../../../../src/icons/Tv2Icon.tsx","../../../../src/icons/TvIcon.tsx","../../../../src/icons/TwitchIcon.tsx","../../../../src/icons/TwitterIcon.tsx","../../../../src/icons/TypeIcon.tsx","../../../../src/icons/UmbrellaIcon.tsx","../../../../src/icons/UmbrellaOffIcon.tsx","../../../../src/icons/UnderlineIcon.tsx","../../../../src/icons/Undo2Icon.tsx","../../../../src/icons/UndoDotIcon.tsx","../../../../src/icons/UndoIcon.tsx","../../../../src/icons/UnfoldHorizontalIcon.tsx","../../../../src/icons/UnfoldVerticalIcon.tsx","../../../../src/icons/UngroupIcon.tsx","../../../../src/icons/UniversityIcon.tsx","../../../../src/icons/Unlink2Icon.tsx","../../../../src/icons/UnlinkIcon.tsx","../../../../src/icons/UnplugIcon.tsx","../../../../src/icons/UploadIcon.tsx","../../../../src/icons/UsbIcon.tsx","../../../../src/icons/UserCheckIcon.tsx","../../../../src/icons/UserCogIcon.tsx","../../../../src/icons/UserIcon.tsx","../../../../src/icons/UserMinusIcon.tsx","../../../../src/icons/UserPlusIcon.tsx","../../../../src/icons/UserRoundCheckIcon.tsx","../../../../src/icons/UserRoundCogIcon.tsx","../../../../src/icons/UserRoundIcon.tsx","../../../../src/icons/UserRoundMinusIcon.tsx","../../../../src/icons/UserRoundPlusIcon.tsx","../../../../src/icons/UserRoundSearchIcon.tsx","../../../../src/icons/UserRoundXIcon.tsx","../../../../src/icons/UserSearchIcon.tsx","../../../../src/icons/UsersIcon.tsx","../../../../src/icons/UsersRoundIcon.tsx","../../../../src/icons/UserXIcon.tsx","../../../../src/icons/UtensilsCrossedIcon.tsx","../../../../src/icons/UtensilsIcon.tsx","../../../../src/icons/UtilityPoleIcon.tsx","../../../../src/icons/VariableIcon.tsx","../../../../src/icons/VaultIcon.tsx","../../../../src/icons/VeganIcon.tsx","../../../../src/icons/VenetianMaskIcon.tsx","../../../../src/icons/VibrateIcon.tsx","../../../../src/icons/VibrateOffIcon.tsx","../../../../src/icons/VideoIcon.tsx","../../../../src/icons/VideoOffIcon.tsx","../../../../src/icons/VideotapeIcon.tsx","../../../../src/icons/ViewIcon.tsx","../../../../src/icons/VmwareTanzuSiteIcon.tsx","../../../../src/icons/VoicemailIcon.tsx","../../../../src/icons/Volume1Icon.tsx","../../../../src/icons/Volume2Icon.tsx","../../../../src/icons/VolumeIcon.tsx","../../../../src/icons/VolumeXIcon.tsx","../../../../src/icons/VoteIcon.tsx","../../../../src/icons/WalletCardsIcon.tsx","../../../../src/icons/WalletIcon.tsx","../../../../src/icons/WalletMinimalIcon.tsx","../../../../src/icons/WallpaperIcon.tsx","../../../../src/icons/WandIcon.tsx","../../../../src/icons/WandSparklesIcon.tsx","../../../../src/icons/WarehouseIcon.tsx","../../../../src/icons/WashingMachineIcon.tsx","../../../../src/icons/WatchIcon.tsx","../../../../src/icons/WavesIcon.tsx","../../../../src/icons/WaypointsIcon.tsx","../../../../src/icons/WebcamIcon.tsx","../../../../src/icons/WebhookIcon.tsx","../../../../src/icons/WebhookOffIcon.tsx","../../../../src/icons/WeightIcon.tsx","../../../../src/icons/WheatIcon.tsx","../../../../src/icons/WheatOffIcon.tsx","../../../../src/icons/WholeWordIcon.tsx","../../../../src/icons/WifiIcon.tsx","../../../../src/icons/WifiOffIcon.tsx","../../../../src/icons/WindIcon.tsx","../../../../src/icons/WineIcon.tsx","../../../../src/icons/WineOffIcon.tsx","../../../../src/icons/WorkflowIcon.tsx","../../../../src/icons/WormIcon.tsx","../../../../src/icons/WrapTextIcon.tsx","../../../../src/icons/WrenchIcon.tsx","../../../../src/icons/XIcon.tsx","../../../../src/icons/YoutubeIcon.tsx","../../../../src/icons/ZapIcon.tsx","../../../../src/icons/ZapOffIcon.tsx","../../../../src/icons/ZoomInIcon.tsx","../../../../src/icons/ZoomOutIcon.tsx","../../../../src/components/Notifications/NotificationManager.ts","../../../../src/components/Notifications/Notifications.hooks.ts","../../node_modules/@emotion/react/dist/emotion-react.browser.esm.js","../../../../src/global/hooks.ts","../../../../src/components/GlobalStyles/index.tsx","../../../../src/components/Box/index.tsx","../../../../src/components/Accordion/index.tsx","../../../../src/components/ThemedLogo/index.tsx","../../../../src/components/ApplicationLogo/Logos/LogoBase/LogoBase.tsx","../../../../src/components/ApplicationLogo/Logos/AIStor/AIStor.tsx","../../../../src/components/ApplicationLogo/Logos/AIStor/AIStorHorizontal.tsx","../../../../src/components/ApplicationLogo/Logos/AIStor/AIStorTag.tsx","../../../../src/components/ApplicationLogo/Logos/Cache/Cache.tsx","../../../../src/components/ApplicationLogo/Logos/Cloud/Cloud.tsx","../../../../src/components/ApplicationLogo/Logos/Console/ConsoleAGPL.tsx","../../../../src/components/ApplicationLogo/Logos/Console/ConsoleEnterprise.tsx","../../../../src/components/ApplicationLogo/Logos/Console/ConsoleSingle.tsx","../../../../src/components/ApplicationLogo/Logos/Console/ConsoleStandard.tsx","../../../../src/components/ApplicationLogo/Logos/Console/GlobalConsole.tsx","../../../../src/components/ApplicationLogo/Logos/DirectPV/DirectPV.tsx","../../../../src/components/ApplicationLogo/Logos/Enterprise/Enterprise.tsx","../../../../src/components/ApplicationLogo/Logos/Eureka/Eureka.tsx","../../../../src/components/ApplicationLogo/Logos/Eureka/EurekaNew.tsx","../../../../src/components/ApplicationLogo/Logos/IndexLogo/IndexLogo.tsx","../../../../src/components/ApplicationLogo/Logos/KES/KES.tsx","../../../../src/components/ApplicationLogo/Logos/KMS/KMS.tsx","../../../../src/components/ApplicationLogo/Logos/LoadBalancer/LoadBalancer.tsx","../../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterprise.tsx","../../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterpriseOS.tsx","../../../../src/components/ApplicationLogo/Logos/MinIO/MinIOEnterpriseOSVertical.tsx","../../../../src/components/ApplicationLogo/Logos/MissionControl/MissionControl.tsx","../../../../src/components/ApplicationLogo/Logos/Monitor/Monitor.tsx","../../../../src/components/ApplicationLogo/Logos/Observe/Observe.tsx","../../../../src/components/ApplicationLogo/Logos/Operator/Operator.tsx","../../../../src/components/ApplicationLogo/Logos/Releases/Releases.tsx","../../../../src/components/ApplicationLogo/Logos/SUBNET/SUBNET.tsx","../../../../src/components/ApplicationLogo/Logos/SubnetOPS/SubnetOPS.tsx","../../../../src/components/ApplicationLogo/Logos/VMBroker/VMBroker.tsx","../../../../src/components/ApplicationLogo/index.tsx","../../node_modules/lodash/isObject.js","../../node_modules/lodash/_root.js","../../node_modules/lodash/_freeGlobal.js","../../node_modules/lodash/_baseTrim.js","../../node_modules/lodash/_trimmedEndIndex.js","../../node_modules/lodash/_Symbol.js","../../node_modules/lodash/_baseGetTag.js","../../node_modules/lodash/_getRawTag.js","../../node_modules/lodash/_objectToString.js","../../node_modules/lodash/isObjectLike.js","../../node_modules/lodash/isSymbol.js","../../node_modules/lodash/debounce.js","../../node_modules/lodash/now.js","../../node_modules/lodash/toNumber.js","../../../../src/global/SelectorContainer.tsx","../../../../src/components/DropdownSelector/index.tsx","../../../../src/components/DropdownSelector/DropdownSelector.styles.ts","../../../../src/components/Button/index.tsx","../../../../src/components/Button/Button.styles.ts","../../../../src/components/InputHelper/InputHelper.styles.ts","../../../../src/components/InputHelper/index.tsx","../../../../src/components/InputLabel/InputLabel.styles.ts","../../../../src/components/InputLabel/index.tsx","../../../../src/components/Tooltip/Tooltip.styles.ts","../../../../src/components/Tooltip/index.tsx","../../../../src/components/InputBox/InputBox.styles.ts","../../../../src/components/InputBox/index.tsx","../../../../src/components/Autocomplete/Autocomplete.styles.ts","../../../../src/components/Autocomplete/index.tsx","../../../../src/components/BackLink/index.tsx","../../../../src/components/Badge/index.tsx","../../../../src/components/Badge/Badge.styles.ts","../../../../src/components/BoxedIcon/index.tsx","../../../../src/components/BoxedIcon/BoxedIcon.styles.ts","../../../../src/components/ExpandMenu/ExpandMenu.styles.ts","../../../../src/components/ExpandMenu/ExpandDropdown.tsx","../../../../src/components/ExpandMenu/index.tsx","../../../../src/components/ExpandMenu/ExpandMenuOption.tsx","../../../../src/components/Breadcrumbs/BreadcrumbButton.tsx","../../../../src/components/Breadcrumbs/Breadcrumbs.styles.ts","../../../../src/components/Breadcrumbs/index.tsx","../../../../src/components/ButtonGroup/index.tsx","../../../../src/components/ButtonGroup/Buttongroup.styles.ts","../../../../src/global/FieldContainer.tsx","../../../../src/components/Checkbox/index.tsx","../../../../src/components/Checkbox/Checkbox.styles.ts","../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../../node_modules/property-information/lib/util/schema.js","../../node_modules/property-information/lib/util/merge.js","../../node_modules/property-information/lib/normalize.js","../../node_modules/property-information/lib/util/info.js","../../node_modules/property-information/lib/util/types.js","../../node_modules/property-information/lib/util/defined-info.js","../../node_modules/property-information/lib/util/create.js","../../node_modules/property-information/lib/xlink.js","../../node_modules/property-information/lib/xml.js","../../node_modules/property-information/lib/util/case-sensitive-transform.js","../../node_modules/property-information/lib/util/case-insensitive-transform.js","../../node_modules/property-information/lib/xmlns.js","../../node_modules/property-information/lib/aria.js","../../node_modules/property-information/lib/html.js","../../node_modules/property-information/lib/svg.js","../../node_modules/property-information/lib/find.js","../../node_modules/property-information/index.js","../../node_modules/comma-separated-tokens/index.js","../../node_modules/hast-util-parse-selector/lib/index.js","../../node_modules/space-separated-tokens/index.js","../../node_modules/hastscript/lib/create-h.js","../../node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","../../node_modules/hastscript/lib/index.js","../../node_modules/vfile-location/lib/index.js","../../node_modules/web-namespaces/index.js","../../node_modules/hast-util-from-parse5/lib/index.js","../../node_modules/parse5/dist/common/unicode.js","../../node_modules/parse5/dist/common/error-codes.js","../../node_modules/parse5/dist/tokenizer/preprocessor.js","../../node_modules/parse5/dist/common/token.js","../../node_modules/parse5/node_modules/entities/lib/esm/generated/decode-data-html.js","../../node_modules/parse5/node_modules/entities/lib/esm/decode_codepoint.js","../../node_modules/parse5/node_modules/entities/lib/esm/generated/decode-data-xml.js","../../node_modules/parse5/node_modules/entities/lib/esm/decode.js","../../node_modules/parse5/dist/common/html.js","../../node_modules/parse5/dist/tokenizer/index.js","../../node_modules/parse5/dist/parser/open-element-stack.js","../../node_modules/parse5/dist/parser/formatting-element-list.js","../../node_modules/parse5/dist/tree-adapters/default.js","../../node_modules/parse5/dist/common/doctype.js","../../node_modules/parse5/dist/common/foreign-content.js","../../node_modules/parse5/dist/parser/index.js","../../node_modules/parse5/dist/index.js","../../node_modules/unist-util-stringify-position/lib/index.js","../../node_modules/parse5/dist/serializer/index.js","../../node_modules/vfile-message/lib/index.js","../../node_modules/vfile/lib/minpath.browser.js","../../node_modules/vfile/lib/minproc.browser.js","../../node_modules/vfile/lib/minurl.shared.js","../../node_modules/vfile/lib/minurl.browser.js","../../node_modules/vfile/lib/index.js","../../node_modules/hast-util-from-html/lib/errors.js","../../node_modules/hast-util-from-html/lib/index.js","../../node_modules/html-void-elements/index.js","../../node_modules/zwitch/index.js","../../node_modules/stringify-entities/lib/core.js","../../node_modules/stringify-entities/lib/util/to-hexadecimal.js","../../node_modules/stringify-entities/lib/util/to-decimal.js","../../node_modules/character-entities-legacy/index.js","../../node_modules/character-entities-html4/index.js","../../node_modules/stringify-entities/lib/constant/dangerous.js","../../node_modules/stringify-entities/lib/util/to-named.js","../../node_modules/stringify-entities/lib/util/format-smart.js","../../node_modules/stringify-entities/lib/index.js","../../node_modules/hast-util-to-html/lib/handle/comment.js","../../node_modules/ccount/index.js","../../node_modules/hast-util-whitespace/lib/index.js","../../node_modules/hast-util-to-html/lib/omission/util/siblings.js","../../node_modules/hast-util-to-html/lib/omission/omission.js","../../node_modules/hast-util-to-html/lib/omission/closing.js","../../node_modules/hast-util-to-html/lib/omission/opening.js","../../node_modules/hast-util-to-html/lib/handle/element.js","../../node_modules/hast-util-to-html/lib/handle/text.js","../../node_modules/hast-util-to-html/lib/handle/index.js","../../node_modules/hast-util-to-html/lib/handle/doctype.js","../../node_modules/hast-util-to-html/lib/handle/raw.js","../../node_modules/hast-util-to-html/lib/handle/root.js","../../node_modules/hast-util-to-html/lib/index.js","../../node_modules/bail/index.js","../../node_modules/extend/index.js","../../node_modules/is-plain-obj/index.js","../../node_modules/trough/lib/index.js","../../node_modules/unified/lib/callable-instance.js","../../node_modules/unified/lib/index.js","../../node_modules/rehype/index.js","../../node_modules/rehype-parse/lib/index.js","../../node_modules/rehype-stringify/lib/index.js","../../node_modules/@uiw/react-textarea-code-editor/esm/utils.js","../../node_modules/@uiw/react-textarea-code-editor/esm/SelectionText.js","../../node_modules/@uiw/react-textarea-code-editor/esm/styles.js","../../node_modules/@uiw/react-textarea-code-editor/esm/Editor.js","../../node_modules/@uiw/react-textarea-code-editor/esm/shortcuts.js","../../node_modules/unist-util-is/lib/index.js","../../node_modules/unist-util-visit-parents/lib/index.js","../../node_modules/hast-util-to-string/lib/index.js","../../node_modules/unist-util-filter/lib/index.js","../../node_modules/parse-numeric-range/index.js","../../node_modules/refractor/lang/clike.js","../../node_modules/refractor/lang/c.js","../../node_modules/refractor/lang/cpp.js","../../node_modules/refractor/lang/arduino.js","../../node_modules/refractor/lang/bash.js","../../node_modules/refractor/lang/csharp.js","../../node_modules/refractor/lang/markup.js","../../node_modules/refractor/lang/css.js","../../node_modules/refractor/lang/diff.js","../../node_modules/refractor/lang/go.js","../../node_modules/refractor/lang/ini.js","../../node_modules/refractor/lang/java.js","../../node_modules/refractor/lang/regex.js","../../node_modules/refractor/lang/javascript.js","../../node_modules/refractor/lang/json.js","../../node_modules/refractor/lang/kotlin.js","../../node_modules/refractor/lang/less.js","../../node_modules/refractor/lang/lua.js","../../node_modules/refractor/lang/makefile.js","../../node_modules/refractor/lang/yaml.js","../../node_modules/refractor/lang/markdown.js","../../node_modules/refractor/lang/objectivec.js","../../node_modules/refractor/lang/perl.js","../../node_modules/refractor/lang/markup-templating.js","../../node_modules/refractor/lang/php.js","../../node_modules/refractor/lang/python.js","../../node_modules/refractor/lang/r.js","../../node_modules/refractor/lang/ruby.js","../../node_modules/refractor/lang/rust.js","../../node_modules/refractor/lang/sass.js","../../node_modules/refractor/lang/scss.js","../../node_modules/refractor/lang/sql.js","../../node_modules/refractor/lang/swift.js","../../node_modules/refractor/lang/typescript.js","../../node_modules/refractor/lang/basic.js","../../node_modules/refractor/lang/vbnet.js","../../node_modules/refractor/node_modules/hast-util-parse-selector/lib/index.js","../../node_modules/refractor/node_modules/hastscript/lib/core.js","../../node_modules/refractor/node_modules/hastscript/lib/html.js","../../node_modules/character-reference-invalid/index.js","../../node_modules/is-decimal/index.js","../../node_modules/is-hexadecimal/index.js","../../node_modules/is-alphanumerical/index.js","../../node_modules/is-alphabetical/index.js","../../node_modules/decode-named-character-reference/index.dom.js","../../node_modules/parse-entities/lib/index.js","../../node_modules/refractor/lib/prism-core.js","../../node_modules/refractor/lib/core.js","../../node_modules/refractor/lang/abap.js","../../node_modules/refractor/lang/abnf.js","../../node_modules/refractor/lang/actionscript.js","../../node_modules/refractor/lang/ada.js","../../node_modules/refractor/lang/agda.js","../../node_modules/refractor/lang/al.js","../../node_modules/refractor/lang/antlr4.js","../../node_modules/refractor/lang/apacheconf.js","../../node_modules/refractor/lang/apex.js","../../node_modules/refractor/lang/apl.js","../../node_modules/refractor/lang/applescript.js","../../node_modules/refractor/lang/aql.js","../../node_modules/refractor/lang/arff.js","../../node_modules/refractor/lang/armasm.js","../../node_modules/refractor/lang/arturo.js","../../node_modules/refractor/lang/asciidoc.js","../../node_modules/refractor/lang/aspnet.js","../../node_modules/refractor/lang/asm6502.js","../../node_modules/refractor/lang/asmatmel.js","../../node_modules/refractor/lang/autohotkey.js","../../node_modules/refractor/lang/autoit.js","../../node_modules/refractor/lang/avisynth.js","../../node_modules/refractor/lang/avro-idl.js","../../node_modules/refractor/lang/awk.js","../../node_modules/refractor/lang/batch.js","../../node_modules/refractor/lang/bbcode.js","../../node_modules/refractor/lang/bbj.js","../../node_modules/refractor/lang/bicep.js","../../node_modules/refractor/lang/birb.js","../../node_modules/refractor/lang/bison.js","../../node_modules/refractor/lang/bnf.js","../../node_modules/refractor/lang/bqn.js","../../node_modules/refractor/lang/brainfuck.js","../../node_modules/refractor/lang/brightscript.js","../../node_modules/refractor/lang/bro.js","../../node_modules/refractor/lang/bsl.js","../../node_modules/refractor/lang/cfscript.js","../../node_modules/refractor/lang/chaiscript.js","../../node_modules/refractor/lang/cil.js","../../node_modules/refractor/lang/cilkc.js","../../node_modules/refractor/lang/cilkcpp.js","../../node_modules/refractor/lang/clojure.js","../../node_modules/refractor/lang/cmake.js","../../node_modules/refractor/lang/cobol.js","../../node_modules/refractor/lang/coffeescript.js","../../node_modules/refractor/lang/concurnas.js","../../node_modules/refractor/lang/csp.js","../../node_modules/refractor/lang/cooklang.js","../../node_modules/refractor/lang/coq.js","../../node_modules/refractor/lang/crystal.js","../../node_modules/refractor/lang/css-extras.js","../../node_modules/refractor/lang/csv.js","../../node_modules/refractor/lang/cue.js","../../node_modules/refractor/lang/cypher.js","../../node_modules/refractor/lang/d.js","../../node_modules/refractor/lang/dart.js","../../node_modules/refractor/lang/dataweave.js","../../node_modules/refractor/lang/dax.js","../../node_modules/refractor/lang/dhall.js","../../node_modules/refractor/lang/django.js","../../node_modules/refractor/lang/dns-zone-file.js","../../node_modules/refractor/lang/docker.js","../../node_modules/refractor/lang/dot.js","../../node_modules/refractor/lang/ebnf.js","../../node_modules/refractor/lang/editorconfig.js","../../node_modules/refractor/lang/eiffel.js","../../node_modules/refractor/lang/ejs.js","../../node_modules/refractor/lang/elixir.js","../../node_modules/refractor/lang/elm.js","../../node_modules/refractor/lang/etlua.js","../../node_modules/refractor/lang/erb.js","../../node_modules/refractor/lang/erlang.js","../../node_modules/refractor/lang/excel-formula.js","../../node_modules/refractor/lang/fsharp.js","../../node_modules/refractor/lang/factor.js","../../node_modules/refractor/lang/false.js","../../node_modules/refractor/lang/firestore-security-rules.js","../../node_modules/refractor/lang/flow.js","../../node_modules/refractor/lang/fortran.js","../../node_modules/refractor/lang/ftl.js","../../node_modules/refractor/lang/gml.js","../../node_modules/refractor/lang/gap.js","../../node_modules/refractor/lang/gcode.js","../../node_modules/refractor/lang/gdscript.js","../../node_modules/refractor/lang/gedcom.js","../../node_modules/refractor/lang/gettext.js","../../node_modules/refractor/lang/gherkin.js","../../node_modules/refractor/lang/git.js","../../node_modules/refractor/lang/glsl.js","../../node_modules/refractor/lang/gn.js","../../node_modules/refractor/lang/linker-script.js","../../node_modules/refractor/lang/go-module.js","../../node_modules/refractor/lang/gradle.js","../../node_modules/refractor/lang/graphql.js","../../node_modules/refractor/lang/groovy.js","../../node_modules/refractor/lang/textile.js","../../node_modules/refractor/lang/haml.js","../../node_modules/refractor/lang/handlebars.js","../../node_modules/refractor/lang/haskell.js","../../node_modules/refractor/lang/haxe.js","../../node_modules/refractor/lang/hcl.js","../../node_modules/refractor/lang/hlsl.js","../../node_modules/refractor/lang/hoon.js","../../node_modules/refractor/lang/hpkp.js","../../node_modules/refractor/lang/hsts.js","../../node_modules/refractor/lang/uri.js","../../node_modules/refractor/lang/http.js","../../node_modules/refractor/lang/ichigojam.js","../../node_modules/refractor/lang/icon.js","../../node_modules/refractor/lang/icu-message-format.js","../../node_modules/refractor/lang/idris.js","../../node_modules/refractor/lang/ignore.js","../../node_modules/refractor/lang/inform7.js","../../node_modules/refractor/lang/io.js","../../node_modules/refractor/lang/j.js","../../node_modules/refractor/lang/javadoclike.js","../../node_modules/refractor/lang/scala.js","../../node_modules/refractor/lang/javadoc.js","../../node_modules/refractor/lang/javastacktrace.js","../../node_modules/refractor/lang/jexl.js","../../node_modules/refractor/lang/jolie.js","../../node_modules/refractor/lang/jq.js","../../node_modules/refractor/lang/js-templates.js","../../node_modules/refractor/lang/jsdoc.js","../../node_modules/refractor/lang/n4js.js","../../node_modules/refractor/lang/js-extras.js","../../node_modules/refractor/lang/json5.js","../../node_modules/refractor/lang/jsonp.js","../../node_modules/refractor/lang/jsstacktrace.js","../../node_modules/refractor/lang/julia.js","../../node_modules/refractor/lang/keepalived.js","../../node_modules/refractor/lang/keyman.js","../../node_modules/refractor/lang/kumir.js","../../node_modules/refractor/lang/kusto.js","../../node_modules/refractor/lang/latex.js","../../node_modules/refractor/lang/latte.js","../../node_modules/refractor/lang/scheme.js","../../node_modules/refractor/lang/lilypond.js","../../node_modules/refractor/lang/liquid.js","../../node_modules/refractor/lang/lisp.js","../../node_modules/refractor/lang/livescript.js","../../node_modules/refractor/lang/llvm.js","../../node_modules/refractor/lang/log.js","../../node_modules/refractor/lang/lolcode.js","../../node_modules/refractor/lang/magma.js","../../node_modules/refractor/lang/mata.js","../../node_modules/refractor/lang/matlab.js","../../node_modules/refractor/lang/maxscript.js","../../node_modules/refractor/lang/mel.js","../../node_modules/refractor/lang/mermaid.js","../../node_modules/refractor/lang/metafont.js","../../node_modules/refractor/lang/mizar.js","../../node_modules/refractor/lang/mongodb.js","../../node_modules/refractor/lang/monkey.js","../../node_modules/refractor/lang/moonscript.js","../../node_modules/refractor/lang/n1ql.js","../../node_modules/refractor/lang/nand2tetris-hdl.js","../../node_modules/refractor/lang/naniscript.js","../../node_modules/refractor/lang/nasm.js","../../node_modules/refractor/lang/neon.js","../../node_modules/refractor/lang/nevod.js","../../node_modules/refractor/lang/nginx.js","../../node_modules/refractor/lang/nim.js","../../node_modules/refractor/lang/nix.js","../../node_modules/refractor/lang/nsis.js","../../node_modules/refractor/lang/ocaml.js","../../node_modules/refractor/lang/odin.js","../../node_modules/refractor/lang/opencl.js","../../node_modules/refractor/lang/openqasm.js","../../node_modules/refractor/lang/oz.js","../../node_modules/refractor/lang/parigp.js","../../node_modules/refractor/lang/parser.js","../../node_modules/refractor/lang/pascal.js","../../node_modules/refractor/lang/pascaligo.js","../../node_modules/refractor/lang/psl.js","../../node_modules/refractor/lang/pcaxis.js","../../node_modules/refractor/lang/peoplecode.js","../../node_modules/refractor/lang/phpdoc.js","../../node_modules/refractor/lang/php-extras.js","../../node_modules/refractor/lang/plant-uml.js","../../node_modules/refractor/lang/plsql.js","../../node_modules/refractor/lang/powerquery.js","../../node_modules/refractor/lang/powershell.js","../../node_modules/refractor/lang/processing.js","../../node_modules/refractor/lang/prolog.js","../../node_modules/refractor/lang/promql.js","../../node_modules/refractor/lang/properties.js","../../node_modules/refractor/lang/protobuf.js","../../node_modules/refractor/lang/stylus.js","../../node_modules/refractor/lang/twig.js","../../node_modules/refractor/lang/pug.js","../../node_modules/refractor/lang/puppet.js","../../node_modules/refractor/lang/pure.js","../../node_modules/refractor/lang/purebasic.js","../../node_modules/refractor/lang/purescript.js","../../node_modules/refractor/lang/qsharp.js","../../node_modules/refractor/lang/q.js","../../node_modules/refractor/lang/qml.js","../../node_modules/refractor/lang/qore.js","../../node_modules/refractor/lang/racket.js","../../node_modules/refractor/lang/cshtml.js","../../node_modules/refractor/lang/jsx.js","../../node_modules/refractor/lang/tsx.js","../../node_modules/refractor/lang/reason.js","../../node_modules/refractor/lang/rego.js","../../node_modules/refractor/lang/renpy.js","../../node_modules/refractor/lang/rescript.js","../../node_modules/refractor/lang/rest.js","../../node_modules/refractor/lang/rip.js","../../node_modules/refractor/lang/roboconf.js","../../node_modules/refractor/lang/robotframework.js","../../node_modules/refractor/lang/sas.js","../../node_modules/refractor/lang/shell-session.js","../../node_modules/refractor/lang/smali.js","../../node_modules/refractor/lang/smalltalk.js","../../node_modules/refractor/lang/smarty.js","../../node_modules/refractor/lang/sml.js","../../node_modules/refractor/lang/solidity.js","../../node_modules/refractor/lang/solution-file.js","../../node_modules/refractor/lang/soy.js","../../node_modules/refractor/lang/turtle.js","../../node_modules/refractor/lang/sparql.js","../../node_modules/refractor/lang/splunk-spl.js","../../node_modules/refractor/lang/sqf.js","../../node_modules/refractor/lang/squirrel.js","../../node_modules/refractor/lang/stan.js","../../node_modules/refractor/lang/stata.js","../../node_modules/refractor/lang/iecst.js","../../node_modules/refractor/lang/supercollider.js","../../node_modules/refractor/lang/systemd.js","../../node_modules/refractor/lang/t4-templating.js","../../node_modules/refractor/lang/t4-cs.js","../../node_modules/refractor/lang/t4-vb.js","../../node_modules/refractor/lang/tap.js","../../node_modules/refractor/lang/tcl.js","../../node_modules/refractor/lang/tt2.js","../../node_modules/refractor/lang/toml.js","../../node_modules/refractor/lang/tremor.js","../../node_modules/refractor/lang/typoscript.js","../../node_modules/refractor/lang/unrealscript.js","../../node_modules/refractor/lang/uorazor.js","../../node_modules/refractor/lang/v.js","../../node_modules/refractor/lang/vala.js","../../node_modules/refractor/lang/velocity.js","../../node_modules/refractor/lang/verilog.js","../../node_modules/refractor/lang/vhdl.js","../../node_modules/refractor/lang/vim.js","../../node_modules/refractor/lang/visual-basic.js","../../node_modules/refractor/lang/warpscript.js","../../node_modules/refractor/lang/wasm.js","../../node_modules/refractor/lang/web-idl.js","../../node_modules/refractor/lang/wgsl.js","../../node_modules/refractor/lang/wiki.js","../../node_modules/refractor/lang/wolfram.js","../../node_modules/refractor/lang/wren.js","../../node_modules/refractor/lang/xeora.js","../../node_modules/refractor/lang/xml-doc.js","../../node_modules/refractor/lang/xojo.js","../../node_modules/refractor/lang/xquery.js","../../node_modules/refractor/lang/yang.js","../../node_modules/refractor/lang/zig.js","../../node_modules/rehype-prism-plus/dist/index.es.js","../../node_modules/refractor/lib/common.js","../../node_modules/refractor/lib/all.js","../../node_modules/unist-util-visit/lib/index.js","../../node_modules/@uiw/react-textarea-code-editor/esm/index.js","../../../../src/components/CodeEditor/CodeEditor.styles.ts","../../../../src/components/CodeEditor/index.tsx","../../../../src/components/CodeSnippet/CodeSnippet.styles.ts","../../../../src/components/CodeSnippet/index.tsx","../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js","../../node_modules/@babel/runtime/helpers/esm/typeof.js","../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js","../../node_modules/@babel/runtime/helpers/esm/createClass.js","../../node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","../../node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js","../../node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js","../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","../../node_modules/@babel/runtime/helpers/esm/inherits.js","../../node_modules/@babel/runtime/helpers/esm/defineProperty.js","../../node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js","../../node_modules/react-virtualized/node_modules/clsx/dist/clsx.m.js","../../node_modules/react-virtualized/dist/es/Grid/utils/calculateSizeAndPositionDataAndUpdateScrollOffset.js","../../node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","../../node_modules/object-assign/index.js","../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../node_modules/prop-types/lib/has.js","../../node_modules/prop-types/checkPropTypes.js","../../node_modules/prop-types/factoryWithTypeCheckers.js","../../node_modules/prop-types/factoryWithThrowingShims.js","../../node_modules/prop-types/index.js","../../node_modules/react-virtualized/dist/es/Grid/types.js","../../node_modules/react-virtualized/dist/es/Grid/utils/CellSizeAndPositionManager.js","../../node_modules/react-virtualized/dist/es/Grid/utils/maxElementSize.js","../../node_modules/react-virtualized/dist/es/Grid/utils/ScalingCellSizeAndPositionManager.js","../../node_modules/react-virtualized/dist/es/utils/createCallbackMemoizer.js","../../node_modules/react-virtualized/dist/es/Grid/utils/updateScrollIndexHelper.js","../../node_modules/react-virtualized/dist/es/Grid/defaultCellRangeRenderer.js","../../node_modules/dom-helpers/esm/canUseDOM.js","../../node_modules/dom-helpers/esm/scrollbarSize.js","../../node_modules/react-virtualized/dist/es/utils/animationFrame.js","../../node_modules/react-virtualized/dist/es/utils/requestAnimationTimeout.js","../../node_modules/react-virtualized/dist/es/Grid/Grid.js","../../node_modules/react-virtualized/dist/es/Grid/defaultOverscanIndicesGetter.js","../../node_modules/react-virtualized/dist/es/Grid/accessibilityOverscanIndicesGetter.js","../../node_modules/react-virtualized/dist/es/ArrowKeyStepper/ArrowKeyStepper.js","../../node_modules/react-virtualized/dist/es/ArrowKeyStepper/types.js","../../node_modules/react-virtualized/dist/es/AutoSizer/AutoSizer.js","../../node_modules/react-virtualized/dist/es/vendor/detectElementResize.js","../../node_modules/react-virtualized/dist/es/CellMeasurer/types.js","../../node_modules/react-virtualized/dist/es/CellMeasurer/CellMeasurer.js","../../node_modules/react-virtualized/dist/es/Collection/CollectionView.js","../../node_modules/react-virtualized/dist/es/Collection/types.js","../../node_modules/react-virtualized/dist/es/Collection/Section.js","../../node_modules/react-virtualized/dist/es/Collection/SectionManager.js","../../node_modules/react-virtualized/dist/es/utils/getUpdatedOffsetForIndex.js","../../node_modules/react-virtualized/dist/es/Collection/Collection.js","../../node_modules/react-virtualized/dist/es/Collection/utils/calculateSizeAndPositionData.js","../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js","../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","../../node_modules/react-virtualized/dist/es/ColumnSizer/ColumnSizer.js","../../node_modules/react-virtualized/dist/es/InfiniteLoader/InfiniteLoader.js","../../node_modules/react-virtualized/dist/es/List/types.js","../../node_modules/react-virtualized/dist/es/List/List.js","../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js","../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js","../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js","../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js","../../node_modules/react-virtualized/dist/es/vendor/binarySearchBounds.js","../../node_modules/react-virtualized/dist/es/vendor/intervalTree.js","../../node_modules/react-virtualized/dist/es/Masonry/PositionCache.js","../../node_modules/react-virtualized/dist/es/Masonry/Masonry.js","../../node_modules/react-virtualized/dist/es/MultiGrid/CellMeasurerCacheDecorator.js","../../node_modules/react-virtualized/dist/es/MultiGrid/MultiGrid.js","../../node_modules/react-virtualized/dist/es/ScrollSync/ScrollSync.js","../../node_modules/react-virtualized/dist/es/Table/types.js","../../node_modules/react-virtualized/dist/es/Table/defaultHeaderRowRenderer.js","../../node_modules/react-virtualized/dist/es/Table/SortDirection.js","../../node_modules/react-virtualized/dist/es/Table/SortIndicator.js","../../node_modules/react-virtualized/dist/es/Table/defaultHeaderRenderer.js","../../node_modules/react-virtualized/dist/es/Table/defaultRowRenderer.js","../../node_modules/react-virtualized/dist/es/Table/Column.js","../../node_modules/react-virtualized/dist/es/Table/Table.js","../../node_modules/react-virtualized/dist/es/Table/defaultCellDataGetter.js","../../node_modules/react-virtualized/dist/es/Table/defaultCellRenderer.js","../../node_modules/react-virtualized/dist/es/WindowScroller/utils/onScroll.js","../../node_modules/react-virtualized/dist/es/WindowScroller/utils/dimensions.js","../../node_modules/react-virtualized/dist/es/WindowScroller/WindowScroller.js","../../node_modules/lodash/isArray.js","../../node_modules/lodash/_isMasked.js","../../node_modules/lodash/_coreJsData.js","../../node_modules/lodash/_baseIsNative.js","../../node_modules/lodash/isFunction.js","../../node_modules/lodash/_toSource.js","../../node_modules/lodash/_getNative.js","../../node_modules/lodash/_getValue.js","../../node_modules/lodash/_nativeCreate.js","../../node_modules/lodash/_Hash.js","../../node_modules/lodash/_hashClear.js","../../node_modules/lodash/_hashDelete.js","../../node_modules/lodash/_hashGet.js","../../node_modules/lodash/_hashHas.js","../../node_modules/lodash/_hashSet.js","../../node_modules/lodash/_assocIndexOf.js","../../node_modules/lodash/eq.js","../../node_modules/lodash/_ListCache.js","../../node_modules/lodash/_listCacheClear.js","../../node_modules/lodash/_listCacheDelete.js","../../node_modules/lodash/_listCacheGet.js","../../node_modules/lodash/_listCacheHas.js","../../node_modules/lodash/_listCacheSet.js","../../node_modules/lodash/_mapCacheClear.js","../../node_modules/lodash/_Map.js","../../node_modules/lodash/_getMapData.js","../../node_modules/lodash/_isKeyable.js","../../node_modules/lodash/_MapCache.js","../../node_modules/lodash/_mapCacheDelete.js","../../node_modules/lodash/_mapCacheGet.js","../../node_modules/lodash/_mapCacheHas.js","../../node_modules/lodash/_mapCacheSet.js","../../node_modules/lodash/_memoizeCapped.js","../../node_modules/lodash/memoize.js","../../node_modules/lodash/_baseToString.js","../../node_modules/lodash/_arrayMap.js","../../node_modules/lodash/_castPath.js","../../node_modules/lodash/_isKey.js","../../node_modules/lodash/_stringToPath.js","../../node_modules/lodash/toString.js","../../node_modules/lodash/_baseGet.js","../../node_modules/lodash/_toKey.js","../../node_modules/lodash/get.js","../../../../src/components/Grid/Grid.styles.ts","../../../../src/components/Grid/index.tsx","../../../../src/components/Loader/Loader.styles.ts","../../../../src/components/Loader/index.tsx","../../../../src/components/DataTable/ColumnsSelector.tsx","../../../../src/components/DataTable/DataTable.styles.ts","../../node_modules/lodash/_getPrototype.js","../../node_modules/lodash/_overArg.js","../../node_modules/lodash/isPlainObject.js","../../../../src/components/DataTable/DataTable.types.ts","../../../../src/components/DataTable/TableActionButton.tsx","../../../../src/components/DataTable/DataTable.utils.tsx","../../../../src/components/DataTable/index.tsx","../../node_modules/luxon/src/errors.js","../../node_modules/luxon/src/impl/formats.js","../../node_modules/luxon/src/zone.js","../../node_modules/luxon/src/zones/systemZone.js","../../node_modules/luxon/src/zones/IANAZone.js","../../node_modules/luxon/src/impl/locale.js","../../node_modules/luxon/src/impl/english.js","../../node_modules/luxon/src/zones/fixedOffsetZone.js","../../node_modules/luxon/src/zones/invalidZone.js","../../node_modules/luxon/src/impl/zoneUtil.js","../../node_modules/luxon/src/impl/util.js","../../node_modules/luxon/src/impl/digits.js","../../node_modules/luxon/src/settings.js","../../node_modules/luxon/src/impl/invalid.js","../../node_modules/luxon/src/impl/conversions.js","../../node_modules/luxon/src/impl/formatter.js","../../node_modules/luxon/src/impl/regexParser.js","../../node_modules/luxon/src/duration.js","../../node_modules/luxon/src/interval.js","../../node_modules/luxon/src/info.js","../../node_modules/luxon/src/impl/diff.js","../../node_modules/luxon/src/impl/tokenParser.js","../../node_modules/luxon/src/datetime.js","../../../../src/components/DateTimeInput/DateTime.styles.ts","../../node_modules/clsx/dist/clsx.mjs","../../node_modules/mem/node_modules/mimic-fn/index.js","../../node_modules/map-age-cleaner/dist/index.js","../../node_modules/p-defer/index.js","../../node_modules/mem/dist/index.js","../../node_modules/get-user-locale/dist/esm/index.js","../../node_modules/@wojtekmaj/date-utils/dist/esm/index.js","../../node_modules/react-calendar/dist/esm/shared/const.js","../../node_modules/react-calendar/dist/esm/shared/dateFormatter.js","../../node_modules/react-calendar/dist/esm/shared/dates.js","../../node_modules/react-calendar/dist/esm/Calendar/Navigation.js","../../node_modules/react-calendar/dist/esm/Flex.js","../../node_modules/react-calendar/dist/esm/shared/utils.js","../../node_modules/react-calendar/dist/esm/TileGroup.js","../../node_modules/react-calendar/dist/esm/Tile.js","../../node_modules/react-calendar/dist/esm/CenturyView/Decade.js","../../node_modules/react-calendar/dist/esm/CenturyView/Decades.js","../../node_modules/react-calendar/dist/esm/CenturyView.js","../../node_modules/react-calendar/dist/esm/DecadeView/Year.js","../../node_modules/react-calendar/dist/esm/DecadeView/Years.js","../../node_modules/react-calendar/dist/esm/DecadeView.js","../../node_modules/react-calendar/dist/esm/YearView/Month.js","../../node_modules/react-calendar/dist/esm/YearView/Months.js","../../node_modules/react-calendar/dist/esm/YearView.js","../../node_modules/react-calendar/dist/esm/MonthView/Day.js","../../node_modules/react-calendar/dist/esm/MonthView/Days.js","../../node_modules/react-calendar/dist/esm/MonthView/Weekdays.js","../../node_modules/react-calendar/dist/esm/MonthView/WeekNumber.js","../../node_modules/react-calendar/dist/esm/MonthView/WeekNumbers.js","../../node_modules/react-calendar/dist/esm/MonthView.js","../../node_modules/react-calendar/dist/esm/Calendar.js","../../../../src/components/DateTimeInput/DateSelector.tsx","../../../../src/components/DateTimeInput/TimeSelector.tsx","../../../../src/components/DateTimeInput/DateTimeSelector.tsx","../../../../src/components/DateTimeInput/DateTimeInput.tsx","../../../../src/components/ExpandOptionsButton/index.tsx","../../../../src/components/ExpandOptionsButton/ExpandOptionsButton.styles.ts","../../../../src/components/IconButton/index.tsx","../../../../src/components/FileSelector/index.tsx","../../../../src/components/FileSelector/FileSelector.styles.ts","../../../../src/components/FileSelector/FileSelector.utils.ts","../../../../src/components/FormActionsTray/index.tsx","../../../../src/components/FormActionsTray/FormActionsTray.styles.ts","../../../../src/components/SectionTitle/index.tsx","../../../../src/components/FormLayout/index.tsx","../../../../src/components/FormLayout/FormLayout.styles.ts","../../../../src/components/ScreenTitle/index.tsx","../../../../src/components/ScreenTitle/ScreenTitle.styles.ts","../../../../src/components/HelpBox/index.tsx","../../../../src/components/LinkButton/LinkButton.styles.ts","../../../../src/components/Link/index.tsx","../../../../src/components/LinkButton/index.tsx","../../node_modules/detect-gpu/dist/detect-gpu.esm.js","../../../../src/components/LoginWrapper/index.tsx","../../../../src/components/LoginWrapper/LoginWrapper.styles.ts","../../../../src/components/MDSCacheProvider/index.tsx","../../../../src/components/ModalBox/index.tsx","../../../../src/components/ModalBox/ModalBox.styles.ts","../../../../src/components/NotificationAlert/index.tsx","../../../../src/components/NotificationAlert/NotificationAlert.styles.ts","../../../../src/components/NotificationCount/index.tsx","../../../../src/components/NotificationCount/NotificationCount.styles.ts","../../../../src/components/Notifications/Notifications.styles.ts","../../../../src/components/Notifications/index.tsx","../../../../src/components/PageHeader/PageHeader.styles.ts","../../../../src/components/PageHeader/index.tsx","../../../../src/components/PageLayout/index.tsx","../../../../src/components/ProgressBar/ProgressBar.styles.ts","../../../../src/components/ProgressBar/index.tsx","../../../../src/components/RadioGroup/RadioGroup.styles.ts","../../../../src/components/RadioGroup/index.tsx","../../../../src/components/SearchBox/index.tsx","../../../../src/components/SearchBox/SearchBox.styles.ts","../../../../src/components/Select/index.tsx","../../../../src/components/SizeChart/index.tsx","../../../../src/components/SizeChart/SizeChart.styles.tsx","../../../../src/components/Slider/Slider.styles.ts","../../../../src/components/Slider/index.tsx","../../../../src/components/Tabs/TabButton.tsx","../../../../src/components/Tabs/Tabs.styles.ts","../../../../src/components/Tabs/TabPanel.tsx","../../../../src/components/Tabs/index.tsx","../../../../src/components/Tag/index.tsx","../../../../src/components/Tag/Tag.styles.ts","../../../../src/components/TextArea/index.tsx","../../../../src/global/themeColors.ts","../../../../src/global/themes.ts","../../../../src/components/ThemeHandler/index.tsx","../../../../src/components/Toggle/Toggle.styles.ts","../../../../src/components/Toggle/index.tsx","../../../../src/components/ValuePair/index.tsx","../../../../src/components/ValuePair/ValuePair.styles.ts","../../../../src/components/Wizard/WizardPage.tsx","../../../../src/components/Wizard/Wizard.styles.ts","../../../../src/components/Wizard/index.tsx","../../node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js","../../node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js","../../node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js","../../../../src/components/Table/Table.styles.ts","../../../../src/components/Table/Table.tsx","../../../../src/components/Table/TableBody.tsx","../../../../src/components/Table/TableCell.tsx","../../../../src/components/Table/TableHead.tsx","../../../../src/components/Table/TableHeadCell.tsx","../../../../src/components/Table/TableRow.tsx"],"sourcesContent":["// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { Theme } from \"@emotion/react\";\n\nimport { IBytesCalc, OverrideTheme } from \"./global.types\";\n\nexport const breakPoints = { xs: 0, sm: 576, md: 768, lg: 992, xl: 1200 };\nexport const paddingSizeVariants = {\n sizeXXXS: 2,\n sizeXXS: 4,\n sizeXS: 8,\n sizeSM: 12,\n size: 16,\n sizeMD: 20,\n sizeLG: 24,\n sizeXL: 32,\n sizeXXL: 48,\n};\nexport const radioVariants = {\n borderRadiusXS: 2,\n borderRadiusSM: 4,\n borderRadius: 6,\n borderRadiusLG: 12,\n borderRadiusXLG: 16,\n};\n\nexport const units = [\n \"B\",\n \"KiB\",\n \"MiB\",\n \"GiB\",\n \"TiB\",\n \"PiB\",\n \"EiB\",\n \"ZiB\",\n \"YiB\",\n];\n\nexport const fractionToPerc = (fraction: \"auto\" | number | boolean) => {\n if (fraction === \"auto\" || (typeof fraction === \"boolean\" && fraction)) {\n return \"100%\";\n } else if (fraction === false) {\n return \"initial\";\n }\n\n let fr = Math.floor(fraction);\n\n if (fr > 12) {\n fr = 12;\n console.warn(\"Grid fraction cannot be greater than 12\");\n } else if (fr < 1) {\n fr = 1;\n console.warn(\"Grid fraction cannot be smaller than 1\");\n }\n\n const percCalculate = (fr * 100) / 12;\n\n return `${percCalculate}%`;\n};\n\nexport const calculateBytes = (\n x: string | number,\n showDecimals = false,\n roundFloor = true,\n): IBytesCalc => {\n let bytes;\n\n if (typeof x === \"string\") {\n bytes = parseInt(x, 10);\n } else {\n bytes = x;\n }\n\n if (bytes === 0) {\n return { total: 0, unit: units[0] };\n }\n\n // Gi : GiB\n const k = 1024;\n\n // Get unit for measure\n const i = Math.floor(Math.log(bytes) / Math.log(k));\n\n const fractionDigits = showDecimals ? 1 : 0;\n\n const bytesUnit = bytes / Math.pow(k, i);\n\n const roundedUnit = roundFloor ? Math.floor(bytesUnit) : bytesUnit;\n\n // Get Unit parsed\n const unitParsed = parseFloat(roundedUnit.toFixed(fractionDigits));\n const finalUnit = units[i];\n\n return { total: unitParsed, unit: finalUnit };\n};\n\nexport const overridePropsParse = (\n overrideValue: OverrideTheme,\n theme: Theme,\n) => {\n if (overrideValue) {\n // Override is a function, we need to evaluate\n if (overrideValue instanceof Function) {\n return overrideValue(theme);\n }\n\n return overrideValue;\n }\n};\n","/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar React = require('react');\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\nvar MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nfunction error(format) {\n {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n } // eslint-disable-next-line react-internal/safe-string-coercion\n\n\n var argsWithFormat = args.map(function (item) {\n return String(item);\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var displayName = outerType.displayName;\n\n if (displayName) {\n return displayName;\n }\n\n var functionName = innerType.displayName || innerType.name || '';\n return functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName;\n} // Keep in sync with react-reconciler/getComponentNameFromFiber\n\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n} // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.\n\n\nfunction getComponentNameFromType(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n var outerName = type.displayName || null;\n\n if (outerName !== null) {\n return outerName;\n }\n\n return getComponentNameFromType(type.type) || 'Memo';\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentNameFromType(init(payload));\n } catch (x) {\n return null;\n }\n }\n\n // eslint-disable-next-line no-fallthrough\n }\n }\n\n return null;\n}\n\nvar assign = Object.assign;\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: assign({}, props, {\n value: prevLog\n }),\n info: assign({}, props, {\n value: prevInfo\n }),\n warn: assign({}, props, {\n value: prevWarn\n }),\n error: assign({}, props, {\n value: prevError\n }),\n group: assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if ( !fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled \"\"\n // but we have a user-provided \"displayName\"\n // splice it in to make the stack more readable.\n\n\n if (fn.displayName && _frame.includes('')) {\n _frame = _frame.replace('', fn.displayName);\n }\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar loggedTypeFailures = {};\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame.setExtraStackFrame(null);\n }\n }\n}\n\nfunction checkPropTypes(typeSpecs, values, location, componentName, element) {\n {\n // $FlowFixMe This is okay but Flow doesn't know it.\n var has = Function.call.bind(hasOwnProperty);\n\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n // eslint-disable-next-line react-internal/prod-error-codes\n var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');\n err.name = 'Invariant Violation';\n throw err;\n }\n\n error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');\n } catch (ex) {\n error$1 = ex;\n }\n\n if (error$1 && !(error$1 instanceof Error)) {\n setCurrentlyValidatingElement(element);\n\n error('%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).', componentName || 'React class', location, typeSpecName, typeof error$1);\n\n setCurrentlyValidatingElement(null);\n }\n\n if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error$1.message] = true;\n setCurrentlyValidatingElement(element);\n\n error('Failed %s type: %s', location, error$1.message);\n\n setCurrentlyValidatingElement(null);\n }\n }\n }\n }\n}\n\nvar isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare\n\nfunction isArray(a) {\n return isArrayImpl(a);\n}\n\n/*\n * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol\n * and Temporal.* types. See https://github.com/facebook/react/pull/22064.\n *\n * The functions in this module will throw an easier-to-understand,\n * easier-to-debug exception with a clear errors message message explaining the\n * problem. (Instead of a confusing exception thrown inside the implementation\n * of the `value` object).\n */\n// $FlowFixMe only called in DEV, so void return is not possible.\nfunction typeName(value) {\n {\n // toStringTag is needed for namespaced types like Temporal.Instant\n var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;\n var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';\n return type;\n }\n} // $FlowFixMe only called in DEV, so void return is not possible.\n\n\nfunction willCoercionThrow(value) {\n {\n try {\n testStringCoercion(value);\n return false;\n } catch (e) {\n return true;\n }\n }\n}\n\nfunction testStringCoercion(value) {\n // If you ended up here by following an exception call stack, here's what's\n // happened: you supplied an object or symbol value to React (as a prop, key,\n // DOM attribute, CSS property, string ref, etc.) and when React tried to\n // coerce it to a string using `'' + value`, an exception was thrown.\n //\n // The most common types that will cause this exception are `Symbol` instances\n // and Temporal objects like `Temporal.Instant`. But any object that has a\n // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this\n // exception. (Library authors do this to prevent users from using built-in\n // numeric operators like `+` or comparison operators like `>=` because custom\n // methods are needed to perform accurate arithmetic or comparison.)\n //\n // To fix the problem, coerce this object or symbol value to a string before\n // passing it to React. The most reliable way is usually `String(value)`.\n //\n // To find which value is throwing, check the browser or debugger console.\n // Before this exception was thrown, there should be `console.error` output\n // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the\n // problem and how that type was used: key, atrribute, input value prop, etc.\n // In most cases, this console output also shows the component and its\n // ancestor components where the exception happened.\n //\n // eslint-disable-next-line react-internal/safe-string-coercion\n return '' + value;\n}\nfunction checkKeyStringCoercion(value) {\n {\n if (willCoercionThrow(value)) {\n error('The provided key is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\n\nvar ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;\nvar RESERVED_PROPS = {\n key: true,\n ref: true,\n __self: true,\n __source: true\n};\nvar specialPropKeyWarningShown;\nvar specialPropRefWarningShown;\nvar didWarnAboutStringRefs;\n\n{\n didWarnAboutStringRefs = {};\n}\n\nfunction hasValidRef(config) {\n {\n if (hasOwnProperty.call(config, 'ref')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n {\n if (hasOwnProperty.call(config, 'key')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.key !== undefined;\n}\n\nfunction warnIfStringRefCannotBeAutoConverted(config, self) {\n {\n if (typeof config.ref === 'string' && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) {\n var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);\n\n if (!didWarnAboutStringRefs[componentName]) {\n error('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', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref);\n\n didWarnAboutStringRefs[componentName] = true;\n }\n }\n }\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingKey = function () {\n if (!specialPropKeyWarningShown) {\n specialPropKeyWarningShown = true;\n\n error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);\n }\n };\n\n warnAboutAccessingKey.isReactWarning = true;\n Object.defineProperty(props, 'key', {\n get: warnAboutAccessingKey,\n configurable: true\n });\n }\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingRef = function () {\n if (!specialPropRefWarningShown) {\n specialPropRefWarningShown = true;\n\n error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);\n }\n };\n\n warnAboutAccessingRef.isReactWarning = true;\n Object.defineProperty(props, 'ref', {\n get: warnAboutAccessingRef,\n configurable: true\n });\n }\n}\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, instanceof check\n * will not work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} props\n * @param {*} key\n * @param {string|object} ref\n * @param {*} owner\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @internal\n */\n\n\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n var element = {\n // This tag allows us to uniquely identify this as a React Element\n $$typeof: REACT_ELEMENT_TYPE,\n // Built-in properties that belong on the element\n type: type,\n key: key,\n ref: ref,\n props: props,\n // Record the component responsible for creating this element.\n _owner: owner\n };\n\n {\n // The validation flag is currently mutative. We put it on\n // an external backing store so that we can freeze the whole object.\n // This can be replaced with a WeakMap once they are implemented in\n // commonly used development environments.\n element._store = {}; // To make comparing ReactElements easier for testing purposes, we make\n // the validation flag non-enumerable (where possible, which should\n // include every environment we run tests in), so the test framework\n // ignores it.\n\n Object.defineProperty(element._store, 'validated', {\n configurable: false,\n enumerable: false,\n writable: true,\n value: false\n }); // self and source are DEV only properties.\n\n Object.defineProperty(element, '_self', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: self\n }); // Two elements created in two different places should be considered\n // equal for testing purposes and therefore we hide it from enumeration.\n\n Object.defineProperty(element, '_source', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: source\n });\n\n if (Object.freeze) {\n Object.freeze(element.props);\n Object.freeze(element);\n }\n }\n\n return element;\n};\n/**\n * https://github.com/reactjs/rfcs/pull/107\n * @param {*} type\n * @param {object} props\n * @param {string} key\n */\n\nfunction jsxDEV(type, config, maybeKey, source, self) {\n {\n var propName; // Reserved names are extracted\n\n var props = {};\n var key = null;\n var ref = null; // Currently, key can be spread in as a prop. This causes a potential\n // issue if key is also explicitly declared (ie.
\n // or
). We want to deprecate key spread,\n // but as an intermediary step, we will use jsxDEV for everything except\n //
, because we aren't currently able to tell if\n // key is explicitly declared to be undefined or not.\n\n if (maybeKey !== undefined) {\n {\n checkKeyStringCoercion(maybeKey);\n }\n\n key = '' + maybeKey;\n }\n\n if (hasValidKey(config)) {\n {\n checkKeyStringCoercion(config.key);\n }\n\n key = '' + config.key;\n }\n\n if (hasValidRef(config)) {\n ref = config.ref;\n warnIfStringRefCannotBeAutoConverted(config, self);\n } // Remaining properties are added to a new props object\n\n\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n props[propName] = config[propName];\n }\n } // Resolve default props\n\n\n if (type && type.defaultProps) {\n var defaultProps = type.defaultProps;\n\n for (propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n }\n\n if (key || ref) {\n var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n\n if (key) {\n defineKeyPropWarningGetter(props, displayName);\n }\n\n if (ref) {\n defineRefPropWarningGetter(props, displayName);\n }\n }\n\n return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n }\n}\n\nvar ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;\nvar ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement$1(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame$1.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame$1.setExtraStackFrame(null);\n }\n }\n}\n\nvar propTypesMisspellWarningShown;\n\n{\n propTypesMisspellWarningShown = false;\n}\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\n\n\nfunction isValidElement(object) {\n {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n }\n}\n\nfunction getDeclarationErrorAddendum() {\n {\n if (ReactCurrentOwner$1.current) {\n var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);\n\n if (name) {\n return '\\n\\nCheck the render method of `' + name + '`.';\n }\n }\n\n return '';\n }\n}\n\nfunction getSourceInfoErrorAddendum(source) {\n {\n if (source !== undefined) {\n var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n var lineNumber = source.lineNumber;\n return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n }\n\n return '';\n }\n}\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\n\n\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n {\n var info = getDeclarationErrorAddendum();\n\n if (!info) {\n var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n\n if (parentName) {\n info = \"\\n\\nCheck the top-level render call using <\" + parentName + \">.\";\n }\n }\n\n return info;\n }\n}\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\n\n\nfunction validateExplicitKey(element, parentType) {\n {\n if (!element._store || element._store.validated || element.key != null) {\n return;\n }\n\n element._store.validated = true;\n var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n\n ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a\n // property, it may be the creator of the child that's responsible for\n // assigning it a key.\n\n var childOwner = '';\n\n if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {\n // Give the component that originally created this child.\n childOwner = \" It was passed a child from \" + getComponentNameFromType(element._owner.type) + \".\";\n }\n\n setCurrentlyValidatingElement$1(element);\n\n error('Each child in a list should have a unique \"key\" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);\n\n setCurrentlyValidatingElement$1(null);\n }\n}\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\n\n\nfunction validateChildKeys(node, parentType) {\n {\n if (typeof node !== 'object') {\n return;\n }\n\n if (isArray(node)) {\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n\n if (isValidElement(child)) {\n validateExplicitKey(child, parentType);\n }\n }\n } else if (isValidElement(node)) {\n // This element was passed in a valid location.\n if (node._store) {\n node._store.validated = true;\n }\n } else if (node) {\n var iteratorFn = getIteratorFn(node);\n\n if (typeof iteratorFn === 'function') {\n // Entry iterators used to provide implicit keys,\n // but now we print a separate warning for them later.\n if (iteratorFn !== node.entries) {\n var iterator = iteratorFn.call(node);\n var step;\n\n while (!(step = iterator.next()).done) {\n if (isValidElement(step.value)) {\n validateExplicitKey(step.value, parentType);\n }\n }\n }\n }\n }\n }\n}\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\n\n\nfunction validatePropTypes(element) {\n {\n var type = element.type;\n\n if (type === null || type === undefined || typeof type === 'string') {\n return;\n }\n\n var propTypes;\n\n if (typeof type === 'function') {\n propTypes = type.propTypes;\n } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.\n // Inner props are checked in the reconciler.\n type.$$typeof === REACT_MEMO_TYPE)) {\n propTypes = type.propTypes;\n } else {\n return;\n }\n\n if (propTypes) {\n // Intentionally inside to avoid triggering lazy initializers:\n var name = getComponentNameFromType(type);\n checkPropTypes(propTypes, element.props, 'prop', name, element);\n } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:\n\n var _name = getComponentNameFromType(type);\n\n error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');\n }\n\n if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {\n error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');\n }\n }\n}\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\n\n\nfunction validateFragmentProps(fragment) {\n {\n var keys = Object.keys(fragment.props);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n\n if (key !== 'children' && key !== 'key') {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n\n setCurrentlyValidatingElement$1(null);\n break;\n }\n }\n\n if (fragment.ref !== null) {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid attribute `ref` supplied to `React.Fragment`.');\n\n setCurrentlyValidatingElement$1(null);\n }\n }\n}\n\nvar didWarnAboutKeySpread = {};\nfunction jsxWithValidation(type, props, key, isStaticChildren, source, self) {\n {\n var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to\n // succeed and there will likely be errors in render.\n\n if (!validType) {\n var info = '';\n\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n }\n\n var sourceInfo = getSourceInfoErrorAddendum(source);\n\n if (sourceInfo) {\n info += sourceInfo;\n } else {\n info += getDeclarationErrorAddendum();\n }\n\n var typeString;\n\n if (type === null) {\n typeString = 'null';\n } else if (isArray(type)) {\n typeString = 'array';\n } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n typeString = \"<\" + (getComponentNameFromType(type.type) || 'Unknown') + \" />\";\n info = ' Did you accidentally export a JSX literal instead of a component?';\n } else {\n typeString = typeof type;\n }\n\n error('React.jsx: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n }\n\n var element = jsxDEV(type, props, key, source, self); // The result can be nullish if a mock or a custom function is used.\n // TODO: Drop this when these are no longer allowed as the type argument.\n\n if (element == null) {\n return element;\n } // Skip key warning if the type isn't valid since our key validation logic\n // doesn't expect a non-string/function type and can throw confusing errors.\n // We don't want exception behavior to differ between dev and prod.\n // (Rendering will throw with a helpful message and as soon as the type is\n // fixed, the key warnings will appear.)\n\n\n if (validType) {\n var children = props.children;\n\n if (children !== undefined) {\n if (isStaticChildren) {\n if (isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n validateChildKeys(children[i], type);\n }\n\n if (Object.freeze) {\n Object.freeze(children);\n }\n } else {\n error('React.jsx: Static children should always be an array. ' + 'You are likely explicitly calling React.jsxs or React.jsxDEV. ' + 'Use the Babel transform instead.');\n }\n } else {\n validateChildKeys(children, type);\n }\n }\n }\n\n {\n if (hasOwnProperty.call(props, 'key')) {\n var componentName = getComponentNameFromType(type);\n var keys = Object.keys(props).filter(function (k) {\n return k !== 'key';\n });\n var beforeExample = keys.length > 0 ? '{key: someKey, ' + keys.join(': ..., ') + ': ...}' : '{key: someKey}';\n\n if (!didWarnAboutKeySpread[componentName + beforeExample]) {\n var afterExample = keys.length > 0 ? '{' + keys.join(': ..., ') + ': ...}' : '{}';\n\n error('A props object containing a \"key\" prop is being spread into JSX:\\n' + ' let props = %s;\\n' + ' <%s {...props} />\\n' + 'React keys must be passed directly to JSX without using spread:\\n' + ' let props = %s;\\n' + ' <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);\n\n didWarnAboutKeySpread[componentName + beforeExample] = true;\n }\n }\n }\n\n if (type === REACT_FRAGMENT_TYPE) {\n validateFragmentProps(element);\n } else {\n validatePropTypes(element);\n }\n\n return element;\n }\n} // These two functions exist to still get child warnings in dev\n// even with the prod transform. This means that jsxDEV is purely\n// opt-in behavior for better messages but that we won't stop\n// giving you warnings if you use production apis.\n\nfunction jsxWithValidationStatic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, true);\n }\n}\nfunction jsxWithValidationDynamic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, false);\n }\n}\n\nvar jsx = jsxWithValidationDynamic ; // we may want to special case jsxs internally to take advantage of static children.\n// for now we can ship identical prod functions\n\nvar jsxs = jsxWithValidationStatic ;\n\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsx;\nexports.jsxs = jsxs;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n","/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n","var isDevelopment = false;\n\n/*\n\nBased off glamor's StyleSheet, thanks Sunil ❤️\n\nhigh performance StyleSheet for css-in-js systems\n\n- uses multiple style tags behind the scenes for millions of rules\n- uses `insertRule` for appending in production for *much* faster performance\n\n// usage\n\nimport { StyleSheet } from '@emotion/sheet'\n\nlet styleSheet = new StyleSheet({ key: '', container: document.head })\n\nstyleSheet.insert('#box { border: 1px solid red; }')\n- appends a css rule into the stylesheet\n\nstyleSheet.flush()\n- empties the stylesheet of all its contents\n\n*/\n\nfunction sheetForTag(tag) {\n if (tag.sheet) {\n return tag.sheet;\n } // this weirdness brought to you by firefox\n\n /* istanbul ignore next */\n\n\n for (var i = 0; i < document.styleSheets.length; i++) {\n if (document.styleSheets[i].ownerNode === tag) {\n return document.styleSheets[i];\n }\n } // this function should always return with a value\n // TS can't understand it though so we make it stop complaining here\n\n\n return undefined;\n}\n\nfunction createStyleElement(options) {\n var tag = document.createElement('style');\n tag.setAttribute('data-emotion', options.key);\n\n if (options.nonce !== undefined) {\n tag.setAttribute('nonce', options.nonce);\n }\n\n tag.appendChild(document.createTextNode(''));\n tag.setAttribute('data-s', '');\n return tag;\n}\n\nvar StyleSheet = /*#__PURE__*/function () {\n // Using Node instead of HTMLElement since container may be a ShadowRoot\n function StyleSheet(options) {\n var _this = this;\n\n this._insertTag = function (tag) {\n var before;\n\n if (_this.tags.length === 0) {\n if (_this.insertionPoint) {\n before = _this.insertionPoint.nextSibling;\n } else if (_this.prepend) {\n before = _this.container.firstChild;\n } else {\n before = _this.before;\n }\n } else {\n before = _this.tags[_this.tags.length - 1].nextSibling;\n }\n\n _this.container.insertBefore(tag, before);\n\n _this.tags.push(tag);\n };\n\n this.isSpeedy = options.speedy === undefined ? !isDevelopment : options.speedy;\n this.tags = [];\n this.ctr = 0;\n this.nonce = options.nonce; // key is the value of the data-emotion attribute, it's used to identify different sheets\n\n this.key = options.key;\n this.container = options.container;\n this.prepend = options.prepend;\n this.insertionPoint = options.insertionPoint;\n this.before = null;\n }\n\n var _proto = StyleSheet.prototype;\n\n _proto.hydrate = function hydrate(nodes) {\n nodes.forEach(this._insertTag);\n };\n\n _proto.insert = function insert(rule) {\n // the max length is how many rules we have per style tag, it's 65000 in speedy mode\n // it's 1 in dev because we insert source maps that map a single rule to a location\n // and you can only have one source map per style tag\n if (this.ctr % (this.isSpeedy ? 65000 : 1) === 0) {\n this._insertTag(createStyleElement(this));\n }\n\n var tag = this.tags[this.tags.length - 1];\n\n if (this.isSpeedy) {\n var sheet = sheetForTag(tag);\n\n try {\n // this is the ultrafast version, works across browsers\n // the big drawback is that the css won't be editable in devtools\n sheet.insertRule(rule, sheet.cssRules.length);\n } catch (e) {\n }\n } else {\n tag.appendChild(document.createTextNode(rule));\n }\n\n this.ctr++;\n };\n\n _proto.flush = function flush() {\n this.tags.forEach(function (tag) {\n var _tag$parentNode;\n\n return (_tag$parentNode = tag.parentNode) == null ? void 0 : _tag$parentNode.removeChild(tag);\n });\n this.tags = [];\n this.ctr = 0;\n };\n\n return StyleSheet;\n}();\n\nexport { StyleSheet };\n","export var MS = '-ms-'\nexport var MOZ = '-moz-'\nexport var WEBKIT = '-webkit-'\n\nexport var COMMENT = 'comm'\nexport var RULESET = 'rule'\nexport var DECLARATION = 'decl'\n\nexport var PAGE = '@page'\nexport var MEDIA = '@media'\nexport var IMPORT = '@import'\nexport var CHARSET = '@charset'\nexport var VIEWPORT = '@viewport'\nexport var SUPPORTS = '@supports'\nexport var DOCUMENT = '@document'\nexport var NAMESPACE = '@namespace'\nexport var KEYFRAMES = '@keyframes'\nexport var FONT_FACE = '@font-face'\nexport var COUNTER_STYLE = '@counter-style'\nexport var FONT_FEATURE_VALUES = '@font-feature-values'\nexport var LAYER = '@layer'\n","/**\n * @param {number}\n * @return {number}\n */\nexport var abs = Math.abs\n\n/**\n * @param {number}\n * @return {string}\n */\nexport var from = String.fromCharCode\n\n/**\n * @param {object}\n * @return {object}\n */\nexport var assign = Object.assign\n\n/**\n * @param {string} value\n * @param {number} length\n * @return {number}\n */\nexport function hash (value, length) {\n\treturn charat(value, 0) ^ 45 ? (((((((length << 2) ^ charat(value, 0)) << 2) ^ charat(value, 1)) << 2) ^ charat(value, 2)) << 2) ^ charat(value, 3) : 0\n}\n\n/**\n * @param {string} value\n * @return {string}\n */\nexport function trim (value) {\n\treturn value.trim()\n}\n\n/**\n * @param {string} value\n * @param {RegExp} pattern\n * @return {string?}\n */\nexport function match (value, pattern) {\n\treturn (value = pattern.exec(value)) ? value[0] : value\n}\n\n/**\n * @param {string} value\n * @param {(string|RegExp)} pattern\n * @param {string} replacement\n * @return {string}\n */\nexport function replace (value, pattern, replacement) {\n\treturn value.replace(pattern, replacement)\n}\n\n/**\n * @param {string} value\n * @param {string} search\n * @return {number}\n */\nexport function indexof (value, search) {\n\treturn value.indexOf(search)\n}\n\n/**\n * @param {string} value\n * @param {number} index\n * @return {number}\n */\nexport function charat (value, index) {\n\treturn value.charCodeAt(index) | 0\n}\n\n/**\n * @param {string} value\n * @param {number} begin\n * @param {number} end\n * @return {string}\n */\nexport function substr (value, begin, end) {\n\treturn value.slice(begin, end)\n}\n\n/**\n * @param {string} value\n * @return {number}\n */\nexport function strlen (value) {\n\treturn value.length\n}\n\n/**\n * @param {any[]} value\n * @return {number}\n */\nexport function sizeof (value) {\n\treturn value.length\n}\n\n/**\n * @param {any} value\n * @param {any[]} array\n * @return {any}\n */\nexport function append (value, array) {\n\treturn array.push(value), value\n}\n\n/**\n * @param {string[]} array\n * @param {function} callback\n * @return {string}\n */\nexport function combine (array, callback) {\n\treturn array.map(callback).join('')\n}\n","import {from, trim, charat, strlen, substr, append, assign} from './Utility.js'\n\nexport var line = 1\nexport var column = 1\nexport var length = 0\nexport var position = 0\nexport var character = 0\nexport var characters = ''\n\n/**\n * @param {string} value\n * @param {object | null} root\n * @param {object | null} parent\n * @param {string} type\n * @param {string[] | string} props\n * @param {object[] | string} children\n * @param {number} length\n */\nexport function node (value, root, parent, type, props, children, length) {\n\treturn {value: value, root: root, parent: parent, type: type, props: props, children: children, line: line, column: column, length: length, return: ''}\n}\n\n/**\n * @param {object} root\n * @param {object} props\n * @return {object}\n */\nexport function copy (root, props) {\n\treturn assign(node('', null, null, '', null, null, 0), root, {length: -root.length}, props)\n}\n\n/**\n * @return {number}\n */\nexport function char () {\n\treturn character\n}\n\n/**\n * @return {number}\n */\nexport function prev () {\n\tcharacter = position > 0 ? charat(characters, --position) : 0\n\n\tif (column--, character === 10)\n\t\tcolumn = 1, line--\n\n\treturn character\n}\n\n/**\n * @return {number}\n */\nexport function next () {\n\tcharacter = position < length ? charat(characters, position++) : 0\n\n\tif (column++, character === 10)\n\t\tcolumn = 1, line++\n\n\treturn character\n}\n\n/**\n * @return {number}\n */\nexport function peek () {\n\treturn charat(characters, position)\n}\n\n/**\n * @return {number}\n */\nexport function caret () {\n\treturn position\n}\n\n/**\n * @param {number} begin\n * @param {number} end\n * @return {string}\n */\nexport function slice (begin, end) {\n\treturn substr(characters, begin, end)\n}\n\n/**\n * @param {number} type\n * @return {number}\n */\nexport function token (type) {\n\tswitch (type) {\n\t\t// \\0 \\t \\n \\r \\s whitespace token\n\t\tcase 0: case 9: case 10: case 13: case 32:\n\t\t\treturn 5\n\t\t// ! + , / > @ ~ isolate token\n\t\tcase 33: case 43: case 44: case 47: case 62: case 64: case 126:\n\t\t// ; { } breakpoint token\n\t\tcase 59: case 123: case 125:\n\t\t\treturn 4\n\t\t// : accompanied token\n\t\tcase 58:\n\t\t\treturn 3\n\t\t// \" ' ( [ opening delimit token\n\t\tcase 34: case 39: case 40: case 91:\n\t\t\treturn 2\n\t\t// ) ] closing delimit token\n\t\tcase 41: case 93:\n\t\t\treturn 1\n\t}\n\n\treturn 0\n}\n\n/**\n * @param {string} value\n * @return {any[]}\n */\nexport function alloc (value) {\n\treturn line = column = 1, length = strlen(characters = value), position = 0, []\n}\n\n/**\n * @param {any} value\n * @return {any}\n */\nexport function dealloc (value) {\n\treturn characters = '', value\n}\n\n/**\n * @param {number} type\n * @return {string}\n */\nexport function delimit (type) {\n\treturn trim(slice(position - 1, delimiter(type === 91 ? type + 2 : type === 40 ? type + 1 : type)))\n}\n\n/**\n * @param {string} value\n * @return {string[]}\n */\nexport function tokenize (value) {\n\treturn dealloc(tokenizer(alloc(value)))\n}\n\n/**\n * @param {number} type\n * @return {string}\n */\nexport function whitespace (type) {\n\twhile (character = peek())\n\t\tif (character < 33)\n\t\t\tnext()\n\t\telse\n\t\t\tbreak\n\n\treturn token(type) > 2 || token(character) > 3 ? '' : ' '\n}\n\n/**\n * @param {string[]} children\n * @return {string[]}\n */\nexport function tokenizer (children) {\n\twhile (next())\n\t\tswitch (token(character)) {\n\t\t\tcase 0: append(identifier(position - 1), children)\n\t\t\t\tbreak\n\t\t\tcase 2: append(delimit(character), children)\n\t\t\t\tbreak\n\t\t\tdefault: append(from(character), children)\n\t\t}\n\n\treturn children\n}\n\n/**\n * @param {number} index\n * @param {number} count\n * @return {string}\n */\nexport function escaping (index, count) {\n\twhile (--count && next())\n\t\t// not 0-9 A-F a-f\n\t\tif (character < 48 || character > 102 || (character > 57 && character < 65) || (character > 70 && character < 97))\n\t\t\tbreak\n\n\treturn slice(index, caret() + (count < 6 && peek() == 32 && next() == 32))\n}\n\n/**\n * @param {number} type\n * @return {number}\n */\nexport function delimiter (type) {\n\twhile (next())\n\t\tswitch (character) {\n\t\t\t// ] ) \" '\n\t\t\tcase type:\n\t\t\t\treturn position\n\t\t\t// \" '\n\t\t\tcase 34: case 39:\n\t\t\t\tif (type !== 34 && type !== 39)\n\t\t\t\t\tdelimiter(character)\n\t\t\t\tbreak\n\t\t\t// (\n\t\t\tcase 40:\n\t\t\t\tif (type === 41)\n\t\t\t\t\tdelimiter(type)\n\t\t\t\tbreak\n\t\t\t// \\\n\t\t\tcase 92:\n\t\t\t\tnext()\n\t\t\t\tbreak\n\t\t}\n\n\treturn position\n}\n\n/**\n * @param {number} type\n * @param {number} index\n * @return {number}\n */\nexport function commenter (type, index) {\n\twhile (next())\n\t\t// //\n\t\tif (type + character === 47 + 10)\n\t\t\tbreak\n\t\t// /*\n\t\telse if (type + character === 42 + 42 && peek() === 47)\n\t\t\tbreak\n\n\treturn '/*' + slice(index, position - 1) + '*' + from(type === 47 ? type : next())\n}\n\n/**\n * @param {number} index\n * @return {string}\n */\nexport function identifier (index) {\n\twhile (!token(peek()))\n\t\tnext()\n\n\treturn slice(index, position)\n}\n","import {COMMENT, RULESET, DECLARATION} from './Enum.js'\nimport {abs, charat, trim, from, sizeof, strlen, substr, append, replace, indexof} from './Utility.js'\nimport {node, char, prev, next, peek, caret, alloc, dealloc, delimit, whitespace, escaping, identifier, commenter} from './Tokenizer.js'\n\n/**\n * @param {string} value\n * @return {object[]}\n */\nexport function compile (value) {\n\treturn dealloc(parse('', null, null, null, [''], value = alloc(value), 0, [0], value))\n}\n\n/**\n * @param {string} value\n * @param {object} root\n * @param {object?} parent\n * @param {string[]} rule\n * @param {string[]} rules\n * @param {string[]} rulesets\n * @param {number[]} pseudo\n * @param {number[]} points\n * @param {string[]} declarations\n * @return {object}\n */\nexport function parse (value, root, parent, rule, rules, rulesets, pseudo, points, declarations) {\n\tvar index = 0\n\tvar offset = 0\n\tvar length = pseudo\n\tvar atrule = 0\n\tvar property = 0\n\tvar previous = 0\n\tvar variable = 1\n\tvar scanning = 1\n\tvar ampersand = 1\n\tvar character = 0\n\tvar type = ''\n\tvar props = rules\n\tvar children = rulesets\n\tvar reference = rule\n\tvar characters = type\n\n\twhile (scanning)\n\t\tswitch (previous = character, character = next()) {\n\t\t\t// (\n\t\t\tcase 40:\n\t\t\t\tif (previous != 108 && charat(characters, length - 1) == 58) {\n\t\t\t\t\tif (indexof(characters += replace(delimit(character), '&', '&\\f'), '&\\f') != -1)\n\t\t\t\t\t\tampersand = -1\n\t\t\t\t\tbreak\n\t\t\t\t}\n\t\t\t// \" ' [\n\t\t\tcase 34: case 39: case 91:\n\t\t\t\tcharacters += delimit(character)\n\t\t\t\tbreak\n\t\t\t// \\t \\n \\r \\s\n\t\t\tcase 9: case 10: case 13: case 32:\n\t\t\t\tcharacters += whitespace(previous)\n\t\t\t\tbreak\n\t\t\t// \\\n\t\t\tcase 92:\n\t\t\t\tcharacters += escaping(caret() - 1, 7)\n\t\t\t\tcontinue\n\t\t\t// /\n\t\t\tcase 47:\n\t\t\t\tswitch (peek()) {\n\t\t\t\t\tcase 42: case 47:\n\t\t\t\t\t\tappend(comment(commenter(next(), caret()), root, parent), declarations)\n\t\t\t\t\t\tbreak\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tcharacters += '/'\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\t// {\n\t\t\tcase 123 * variable:\n\t\t\t\tpoints[index++] = strlen(characters) * ampersand\n\t\t\t// } ; \\0\n\t\t\tcase 125 * variable: case 59: case 0:\n\t\t\t\tswitch (character) {\n\t\t\t\t\t// \\0 }\n\t\t\t\t\tcase 0: case 125: scanning = 0\n\t\t\t\t\t// ;\n\t\t\t\t\tcase 59 + offset: if (ampersand == -1) characters = replace(characters, /\\f/g, '')\n\t\t\t\t\t\tif (property > 0 && (strlen(characters) - length))\n\t\t\t\t\t\t\tappend(property > 32 ? declaration(characters + ';', rule, parent, length - 1) : declaration(replace(characters, ' ', '') + ';', rule, parent, length - 2), declarations)\n\t\t\t\t\t\tbreak\n\t\t\t\t\t// @ ;\n\t\t\t\t\tcase 59: characters += ';'\n\t\t\t\t\t// { rule/at-rule\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tappend(reference = ruleset(characters, root, parent, index, offset, rules, points, type, props = [], children = [], length), rulesets)\n\n\t\t\t\t\t\tif (character === 123)\n\t\t\t\t\t\t\tif (offset === 0)\n\t\t\t\t\t\t\t\tparse(characters, root, reference, reference, props, rulesets, length, points, children)\n\t\t\t\t\t\t\telse\n\t\t\t\t\t\t\t\tswitch (atrule === 99 && charat(characters, 3) === 110 ? 100 : atrule) {\n\t\t\t\t\t\t\t\t\t// d l m s\n\t\t\t\t\t\t\t\t\tcase 100: case 108: case 109: case 115:\n\t\t\t\t\t\t\t\t\t\tparse(value, reference, reference, rule && append(ruleset(value, reference, reference, 0, 0, rules, points, type, rules, props = [], length), children), rules, children, length, points, rule ? props : children)\n\t\t\t\t\t\t\t\t\t\tbreak\n\t\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\t\tparse(characters, reference, reference, reference, [''], children, 0, points, children)\n\t\t\t\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tindex = offset = property = 0, variable = ampersand = 1, type = characters = '', length = pseudo\n\t\t\t\tbreak\n\t\t\t// :\n\t\t\tcase 58:\n\t\t\t\tlength = 1 + strlen(characters), property = previous\n\t\t\tdefault:\n\t\t\t\tif (variable < 1)\n\t\t\t\t\tif (character == 123)\n\t\t\t\t\t\t--variable\n\t\t\t\t\telse if (character == 125 && variable++ == 0 && prev() == 125)\n\t\t\t\t\t\tcontinue\n\n\t\t\t\tswitch (characters += from(character), character * variable) {\n\t\t\t\t\t// &\n\t\t\t\t\tcase 38:\n\t\t\t\t\t\tampersand = offset > 0 ? 1 : (characters += '\\f', -1)\n\t\t\t\t\t\tbreak\n\t\t\t\t\t// ,\n\t\t\t\t\tcase 44:\n\t\t\t\t\t\tpoints[index++] = (strlen(characters) - 1) * ampersand, ampersand = 1\n\t\t\t\t\t\tbreak\n\t\t\t\t\t// @\n\t\t\t\t\tcase 64:\n\t\t\t\t\t\t// -\n\t\t\t\t\t\tif (peek() === 45)\n\t\t\t\t\t\t\tcharacters += delimit(next())\n\n\t\t\t\t\t\tatrule = peek(), offset = length = strlen(type = characters += identifier(caret())), character++\n\t\t\t\t\t\tbreak\n\t\t\t\t\t// -\n\t\t\t\t\tcase 45:\n\t\t\t\t\t\tif (previous === 45 && strlen(characters) == 2)\n\t\t\t\t\t\t\tvariable = 0\n\t\t\t\t}\n\t\t}\n\n\treturn rulesets\n}\n\n/**\n * @param {string} value\n * @param {object} root\n * @param {object?} parent\n * @param {number} index\n * @param {number} offset\n * @param {string[]} rules\n * @param {number[]} points\n * @param {string} type\n * @param {string[]} props\n * @param {string[]} children\n * @param {number} length\n * @return {object}\n */\nexport function ruleset (value, root, parent, index, offset, rules, points, type, props, children, length) {\n\tvar post = offset - 1\n\tvar rule = offset === 0 ? rules : ['']\n\tvar size = sizeof(rule)\n\n\tfor (var i = 0, j = 0, k = 0; i < index; ++i)\n\t\tfor (var x = 0, y = substr(value, post + 1, post = abs(j = points[i])), z = value; x < size; ++x)\n\t\t\tif (z = trim(j > 0 ? rule[x] + ' ' + y : replace(y, /&\\f/g, rule[x])))\n\t\t\t\tprops[k++] = z\n\n\treturn node(value, root, parent, offset === 0 ? RULESET : type, props, children, length)\n}\n\n/**\n * @param {number} value\n * @param {object} root\n * @param {object?} parent\n * @return {object}\n */\nexport function comment (value, root, parent) {\n\treturn node(value, root, parent, COMMENT, from(char()), substr(value, 2, -2), 0)\n}\n\n/**\n * @param {string} value\n * @param {object} root\n * @param {object?} parent\n * @param {number} length\n * @return {object}\n */\nexport function declaration (value, root, parent, length) {\n\treturn node(value, root, parent, DECLARATION, substr(value, 0, length), substr(value, length + 1, -1), length)\n}\n","import {IMPORT, LAYER, COMMENT, RULESET, DECLARATION, KEYFRAMES} from './Enum.js'\nimport {strlen, sizeof} from './Utility.js'\n\n/**\n * @param {object[]} children\n * @param {function} callback\n * @return {string}\n */\nexport function serialize (children, callback) {\n\tvar output = ''\n\tvar length = sizeof(children)\n\n\tfor (var i = 0; i < length; i++)\n\t\toutput += callback(children[i], i, children, callback) || ''\n\n\treturn output\n}\n\n/**\n * @param {object} element\n * @param {number} index\n * @param {object[]} children\n * @param {function} callback\n * @return {string}\n */\nexport function stringify (element, index, children, callback) {\n\tswitch (element.type) {\n\t\tcase LAYER: if (element.children.length) break\n\t\tcase IMPORT: case DECLARATION: return element.return = element.return || element.value\n\t\tcase COMMENT: return ''\n\t\tcase KEYFRAMES: return element.return = element.value + '{' + serialize(element.children, callback) + '}'\n\t\tcase RULESET: element.value = element.props.join(',')\n\t}\n\n\treturn strlen(children = serialize(element.children, callback)) ? element.return = element.value + '{' + children + '}' : ''\n}\n","var weakMemoize = function weakMemoize(func) {\n var cache = new WeakMap();\n return function (arg) {\n if (cache.has(arg)) {\n // Use non-null assertion because we just checked that the cache `has` it\n // This allows us to remove `undefined` from the return value\n return cache.get(arg);\n }\n\n var ret = func(arg);\n cache.set(arg, ret);\n return ret;\n };\n};\n\nexport { weakMemoize as default };\n","function memoize(fn) {\n var cache = Object.create(null);\n return function (arg) {\n if (cache[arg] === undefined) cache[arg] = fn(arg);\n return cache[arg];\n };\n}\n\nexport { memoize as default };\n","import { StyleSheet } from '@emotion/sheet';\nimport { dealloc, alloc, next, token, from, peek, delimit, slice, position, RULESET, combine, match, serialize, copy, replace, WEBKIT, MOZ, MS, KEYFRAMES, DECLARATION, hash, charat, strlen, indexof, stringify, rulesheet, middleware, compile } from 'stylis';\nimport '@emotion/weak-memoize';\nimport '@emotion/memoize';\n\nvar identifierWithPointTracking = function identifierWithPointTracking(begin, points, index) {\n var previous = 0;\n var character = 0;\n\n while (true) {\n previous = character;\n character = peek(); // &\\f\n\n if (previous === 38 && character === 12) {\n points[index] = 1;\n }\n\n if (token(character)) {\n break;\n }\n\n next();\n }\n\n return slice(begin, position);\n};\n\nvar toRules = function toRules(parsed, points) {\n // pretend we've started with a comma\n var index = -1;\n var character = 44;\n\n do {\n switch (token(character)) {\n case 0:\n // &\\f\n if (character === 38 && peek() === 12) {\n // this is not 100% correct, we don't account for literal sequences here - like for example quoted strings\n // stylis inserts \\f after & to know when & where it should replace this sequence with the context selector\n // and when it should just concatenate the outer and inner selectors\n // it's very unlikely for this sequence to actually appear in a different context, so we just leverage this fact here\n points[index] = 1;\n }\n\n parsed[index] += identifierWithPointTracking(position - 1, points, index);\n break;\n\n case 2:\n parsed[index] += delimit(character);\n break;\n\n case 4:\n // comma\n if (character === 44) {\n // colon\n parsed[++index] = peek() === 58 ? '&\\f' : '';\n points[index] = parsed[index].length;\n break;\n }\n\n // fallthrough\n\n default:\n parsed[index] += from(character);\n }\n } while (character = next());\n\n return parsed;\n};\n\nvar getRules = function getRules(value, points) {\n return dealloc(toRules(alloc(value), points));\n}; // WeakSet would be more appropriate, but only WeakMap is supported in IE11\n\n\nvar fixedElements = /* #__PURE__ */new WeakMap();\nvar compat = function compat(element) {\n if (element.type !== 'rule' || !element.parent || // positive .length indicates that this rule contains pseudo\n // negative .length indicates that this rule has been already prefixed\n element.length < 1) {\n return;\n }\n\n var value = element.value,\n parent = element.parent;\n var isImplicitRule = element.column === parent.column && element.line === parent.line;\n\n while (parent.type !== 'rule') {\n parent = parent.parent;\n if (!parent) return;\n } // short-circuit for the simplest case\n\n\n if (element.props.length === 1 && value.charCodeAt(0) !== 58\n /* colon */\n && !fixedElements.get(parent)) {\n return;\n } // if this is an implicitly inserted rule (the one eagerly inserted at the each new nested level)\n // then the props has already been manipulated beforehand as they that array is shared between it and its \"rule parent\"\n\n\n if (isImplicitRule) {\n return;\n }\n\n fixedElements.set(element, true);\n var points = [];\n var rules = getRules(value, points);\n var parentRules = parent.props;\n\n for (var i = 0, k = 0; i < rules.length; i++) {\n for (var j = 0; j < parentRules.length; j++, k++) {\n element.props[k] = points[i] ? rules[i].replace(/&\\f/g, parentRules[j]) : parentRules[j] + \" \" + rules[i];\n }\n }\n};\nvar removeLabel = function removeLabel(element) {\n if (element.type === 'decl') {\n var value = element.value;\n\n if ( // charcode for l\n value.charCodeAt(0) === 108 && // charcode for b\n value.charCodeAt(2) === 98) {\n // this ignores label\n element[\"return\"] = '';\n element.value = '';\n }\n }\n};\n\n/* eslint-disable no-fallthrough */\n\nfunction prefix(value, length) {\n switch (hash(value, length)) {\n // color-adjust\n case 5103:\n return WEBKIT + 'print-' + value + value;\n // animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)\n\n case 5737:\n case 4201:\n case 3177:\n case 3433:\n case 1641:\n case 4457:\n case 2921: // text-decoration, filter, clip-path, backface-visibility, column, box-decoration-break\n\n case 5572:\n case 6356:\n case 5844:\n case 3191:\n case 6645:\n case 3005: // mask, mask-image, mask-(mode|clip|size), mask-(repeat|origin), mask-position, mask-composite,\n\n case 6391:\n case 5879:\n case 5623:\n case 6135:\n case 4599:\n case 4855: // background-clip, columns, column-(count|fill|gap|rule|rule-color|rule-style|rule-width|span|width)\n\n case 4215:\n case 6389:\n case 5109:\n case 5365:\n case 5621:\n case 3829:\n return WEBKIT + value + value;\n // appearance, user-select, transform, hyphens, text-size-adjust\n\n case 5349:\n case 4246:\n case 4810:\n case 6968:\n case 2756:\n return WEBKIT + value + MOZ + value + MS + value + value;\n // flex, flex-direction\n\n case 6828:\n case 4268:\n return WEBKIT + value + MS + value + value;\n // order\n\n case 6165:\n return WEBKIT + value + MS + 'flex-' + value + value;\n // align-items\n\n case 5187:\n return WEBKIT + value + replace(value, /(\\w+).+(:[^]+)/, WEBKIT + 'box-$1$2' + MS + 'flex-$1$2') + value;\n // align-self\n\n case 5443:\n return WEBKIT + value + MS + 'flex-item-' + replace(value, /flex-|-self/, '') + value;\n // align-content\n\n case 4675:\n return WEBKIT + value + MS + 'flex-line-pack' + replace(value, /align-content|flex-|-self/, '') + value;\n // flex-shrink\n\n case 5548:\n return WEBKIT + value + MS + replace(value, 'shrink', 'negative') + value;\n // flex-basis\n\n case 5292:\n return WEBKIT + value + MS + replace(value, 'basis', 'preferred-size') + value;\n // flex-grow\n\n case 6060:\n return WEBKIT + 'box-' + replace(value, '-grow', '') + WEBKIT + value + MS + replace(value, 'grow', 'positive') + value;\n // transition\n\n case 4554:\n return WEBKIT + replace(value, /([^-])(transform)/g, '$1' + WEBKIT + '$2') + value;\n // cursor\n\n case 6187:\n return replace(replace(replace(value, /(zoom-|grab)/, WEBKIT + '$1'), /(image-set)/, WEBKIT + '$1'), value, '') + value;\n // background, background-image\n\n case 5495:\n case 3959:\n return replace(value, /(image-set\\([^]*)/, WEBKIT + '$1' + '$`$1');\n // justify-content\n\n case 4968:\n return replace(replace(value, /(.+:)(flex-)?(.*)/, WEBKIT + 'box-pack:$3' + MS + 'flex-pack:$3'), /s.+-b[^;]+/, 'justify') + WEBKIT + value + value;\n // (margin|padding)-inline-(start|end)\n\n case 4095:\n case 3583:\n case 4068:\n case 2532:\n return replace(value, /(.+)-inline(.+)/, WEBKIT + '$1$2') + value;\n // (min|max)?(width|height|inline-size|block-size)\n\n case 8116:\n case 7059:\n case 5753:\n case 5535:\n case 5445:\n case 5701:\n case 4933:\n case 4677:\n case 5533:\n case 5789:\n case 5021:\n case 4765:\n // stretch, max-content, min-content, fill-available\n if (strlen(value) - 1 - length > 6) switch (charat(value, length + 1)) {\n // (m)ax-content, (m)in-content\n case 109:\n // -\n if (charat(value, length + 4) !== 45) break;\n // (f)ill-available, (f)it-content\n\n case 102:\n return replace(value, /(.+:)(.+)-([^]+)/, '$1' + WEBKIT + '$2-$3' + '$1' + MOZ + (charat(value, length + 3) == 108 ? '$3' : '$2-$3')) + value;\n // (s)tretch\n\n case 115:\n return ~indexof(value, 'stretch') ? prefix(replace(value, 'stretch', 'fill-available'), length) + value : value;\n }\n break;\n // position: sticky\n\n case 4949:\n // (s)ticky?\n if (charat(value, length + 1) !== 115) break;\n // display: (flex|inline-flex)\n\n case 6444:\n switch (charat(value, strlen(value) - 3 - (~indexof(value, '!important') && 10))) {\n // stic(k)y\n case 107:\n return replace(value, ':', ':' + WEBKIT) + value;\n // (inline-)?fl(e)x\n\n case 101:\n return replace(value, /(.+:)([^;!]+)(;|!.+)?/, '$1' + WEBKIT + (charat(value, 14) === 45 ? 'inline-' : '') + 'box$3' + '$1' + WEBKIT + '$2$3' + '$1' + MS + '$2box$3') + value;\n }\n\n break;\n // writing-mode\n\n case 5936:\n switch (charat(value, length + 11)) {\n // vertical-l(r)\n case 114:\n return WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'tb') + value;\n // vertical-r(l)\n\n case 108:\n return WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'tb-rl') + value;\n // horizontal(-)tb\n\n case 45:\n return WEBKIT + value + MS + replace(value, /[svh]\\w+-[tblr]{2}/, 'lr') + value;\n }\n\n return WEBKIT + value + MS + value + value;\n }\n\n return value;\n}\n\nvar prefixer = function prefixer(element, index, children, callback) {\n if (element.length > -1) if (!element[\"return\"]) switch (element.type) {\n case DECLARATION:\n element[\"return\"] = prefix(element.value, element.length);\n break;\n\n case KEYFRAMES:\n return serialize([copy(element, {\n value: replace(element.value, '@', '@' + WEBKIT)\n })], callback);\n\n case RULESET:\n if (element.length) return combine(element.props, function (value) {\n switch (match(value, /(::plac\\w+|:read-\\w+)/)) {\n // :read-(only|write)\n case ':read-only':\n case ':read-write':\n return serialize([copy(element, {\n props: [replace(value, /:(read-\\w+)/, ':' + MOZ + '$1')]\n })], callback);\n // :placeholder\n\n case '::placeholder':\n return serialize([copy(element, {\n props: [replace(value, /:(plac\\w+)/, ':' + WEBKIT + 'input-$1')]\n }), copy(element, {\n props: [replace(value, /:(plac\\w+)/, ':' + MOZ + '$1')]\n }), copy(element, {\n props: [replace(value, /:(plac\\w+)/, MS + 'input-$1')]\n })], callback);\n }\n\n return '';\n });\n }\n};\n\nvar defaultStylisPlugins = [prefixer];\n\nvar createCache = function\n /*: EmotionCache */\ncreateCache(options\n/*: Options */\n) {\n var key = options.key;\n\n if (key === 'css') {\n var ssrStyles = document.querySelectorAll(\"style[data-emotion]:not([data-s])\"); // get SSRed styles out of the way of React's hydration\n // document.head is a safe place to move them to(though note document.head is not necessarily the last place they will be)\n // note this very very intentionally targets all style elements regardless of the key to ensure\n // that creating a cache works inside of render of a React component\n\n Array.prototype.forEach.call(ssrStyles, function (node\n /*: HTMLStyleElement */\n ) {\n // we want to only move elements which have a space in the data-emotion attribute value\n // because that indicates that it is an Emotion 11 server-side rendered style elements\n // while we will already ignore Emotion 11 client-side inserted styles because of the :not([data-s]) part in the selector\n // Emotion 10 client-side inserted styles did not have data-s (but importantly did not have a space in their data-emotion attributes)\n // so checking for the space ensures that loading Emotion 11 after Emotion 10 has inserted some styles\n // will not result in the Emotion 10 styles being destroyed\n var dataEmotionAttribute = node.getAttribute('data-emotion');\n\n if (dataEmotionAttribute.indexOf(' ') === -1) {\n return;\n }\n\n document.head.appendChild(node);\n node.setAttribute('data-s', '');\n });\n }\n\n var stylisPlugins = options.stylisPlugins || defaultStylisPlugins;\n\n var inserted = {};\n var container;\n /* : Node */\n\n var nodesToHydrate = [];\n\n {\n container = options.container || document.head;\n Array.prototype.forEach.call( // this means we will ignore elements which don't have a space in them which\n // means that the style elements we're looking at are only Emotion 11 server-rendered style elements\n document.querySelectorAll(\"style[data-emotion^=\\\"\" + key + \" \\\"]\"), function (node\n /*: HTMLStyleElement */\n ) {\n var attrib = node.getAttribute(\"data-emotion\").split(' ');\n\n for (var i = 1; i < attrib.length; i++) {\n inserted[attrib[i]] = true;\n }\n\n nodesToHydrate.push(node);\n });\n }\n\n var _insert;\n /*: (\n selector: string,\n serialized: SerializedStyles,\n sheet: StyleSheet,\n shouldCache: boolean\n ) => string | void */\n\n\n var omnipresentPlugins = [compat, removeLabel];\n\n {\n var currentSheet;\n var finalizingPlugins = [stringify, rulesheet(function (rule) {\n currentSheet.insert(rule);\n })];\n var serializer = middleware(omnipresentPlugins.concat(stylisPlugins, finalizingPlugins));\n\n var stylis = function stylis(styles) {\n return serialize(compile(styles), serializer);\n };\n\n _insert = function\n /*: void */\n insert(selector\n /*: string */\n , serialized\n /*: SerializedStyles */\n , sheet\n /*: StyleSheet */\n , shouldCache\n /*: boolean */\n ) {\n currentSheet = sheet;\n\n stylis(selector ? selector + \"{\" + serialized.styles + \"}\" : serialized.styles);\n\n if (shouldCache) {\n cache.inserted[serialized.name] = true;\n }\n };\n }\n\n var cache\n /*: EmotionCache */\n = {\n key: key,\n sheet: new StyleSheet({\n key: key,\n container: container,\n nonce: options.nonce,\n speedy: options.speedy,\n prepend: options.prepend,\n insertionPoint: options.insertionPoint\n }),\n nonce: options.nonce,\n inserted: inserted,\n registered: {},\n insert: _insert\n };\n cache.sheet.hydrate(nodesToHydrate);\n return cache;\n};\n\nexport { createCache as default };\n","import {MS, MOZ, WEBKIT, RULESET, KEYFRAMES, DECLARATION} from './Enum.js'\nimport {match, charat, substr, strlen, sizeof, replace, combine} from './Utility.js'\nimport {copy, tokenize} from './Tokenizer.js'\nimport {serialize} from './Serializer.js'\nimport {prefix} from './Prefixer.js'\n\n/**\n * @param {function[]} collection\n * @return {function}\n */\nexport function middleware (collection) {\n\tvar length = sizeof(collection)\n\n\treturn function (element, index, children, callback) {\n\t\tvar output = ''\n\n\t\tfor (var i = 0; i < length; i++)\n\t\t\toutput += collection[i](element, index, children, callback) || ''\n\n\t\treturn output\n\t}\n}\n\n/**\n * @param {function} callback\n * @return {function}\n */\nexport function rulesheet (callback) {\n\treturn function (element) {\n\t\tif (!element.root)\n\t\t\tif (element = element.return)\n\t\t\t\tcallback(element)\n\t}\n}\n\n/**\n * @param {object} element\n * @param {number} index\n * @param {object[]} children\n * @param {function} callback\n */\nexport function prefixer (element, index, children, callback) {\n\tif (element.length > -1)\n\t\tif (!element.return)\n\t\t\tswitch (element.type) {\n\t\t\t\tcase DECLARATION: element.return = prefix(element.value, element.length, children)\n\t\t\t\t\treturn\n\t\t\t\tcase KEYFRAMES:\n\t\t\t\t\treturn serialize([copy(element, {value: replace(element.value, '@', '@' + WEBKIT)})], callback)\n\t\t\t\tcase RULESET:\n\t\t\t\t\tif (element.length)\n\t\t\t\t\t\treturn combine(element.props, function (value) {\n\t\t\t\t\t\t\tswitch (match(value, /(::plac\\w+|:read-\\w+)/)) {\n\t\t\t\t\t\t\t\t// :read-(only|write)\n\t\t\t\t\t\t\t\tcase ':read-only': case ':read-write':\n\t\t\t\t\t\t\t\t\treturn serialize([copy(element, {props: [replace(value, /:(read-\\w+)/, ':' + MOZ + '$1')]})], callback)\n\t\t\t\t\t\t\t\t// :placeholder\n\t\t\t\t\t\t\t\tcase '::placeholder':\n\t\t\t\t\t\t\t\t\treturn serialize([\n\t\t\t\t\t\t\t\t\t\tcopy(element, {props: [replace(value, /:(plac\\w+)/, ':' + WEBKIT + 'input-$1')]}),\n\t\t\t\t\t\t\t\t\t\tcopy(element, {props: [replace(value, /:(plac\\w+)/, ':' + MOZ + '$1')]}),\n\t\t\t\t\t\t\t\t\t\tcopy(element, {props: [replace(value, /:(plac\\w+)/, MS + 'input-$1')]})\n\t\t\t\t\t\t\t\t\t], callback)\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn ''\n\t\t\t\t\t\t})\n\t\t\t}\n}\n\n/**\n * @param {object} element\n * @param {number} index\n * @param {object[]} children\n */\nexport function namespace (element) {\n\tswitch (element.type) {\n\t\tcase RULESET:\n\t\t\telement.props = element.props.map(function (value) {\n\t\t\t\treturn combine(tokenize(value), function (value, index, children) {\n\t\t\t\t\tswitch (charat(value, 0)) {\n\t\t\t\t\t\t// \\f\n\t\t\t\t\t\tcase 12:\n\t\t\t\t\t\t\treturn substr(value, 1, strlen(value))\n\t\t\t\t\t\t// \\0 ( + > ~\n\t\t\t\t\t\tcase 0: case 40: case 43: case 62: case 126:\n\t\t\t\t\t\t\treturn value\n\t\t\t\t\t\t// :\n\t\t\t\t\t\tcase 58:\n\t\t\t\t\t\t\tif (children[++index] === 'global')\n\t\t\t\t\t\t\t\tchildren[index] = '', children[++index] = '\\f' + substr(children[index], index = 1, -1)\n\t\t\t\t\t\t// \\s\n\t\t\t\t\t\tcase 32:\n\t\t\t\t\t\t\treturn index === 1 ? '' : value\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\tswitch (index) {\n\t\t\t\t\t\t\t\tcase 0: element = value\n\t\t\t\t\t\t\t\t\treturn sizeof(children) > 1 ? '' : value\n\t\t\t\t\t\t\t\tcase index = sizeof(children) - 1: case 2:\n\t\t\t\t\t\t\t\t\treturn index === 2 ? value + element + element : value + element\n\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\treturn value\n\t\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t})\n\t}\n}\n","function _extends() {\n return _extends = Object.assign ? Object.assign.bind() : function (n) {\n for (var e = 1; e < arguments.length; e++) {\n var t = arguments[e];\n for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);\n }\n return n;\n }, _extends.apply(null, arguments);\n}\nexport { _extends as default };","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n","/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n 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.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nvar reactIs = require('react-is');\n\n/**\n * Copyright 2015, Yahoo! Inc.\n * Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.\n */\nvar REACT_STATICS = {\n childContextTypes: true,\n contextType: true,\n contextTypes: true,\n defaultProps: true,\n displayName: true,\n getDefaultProps: true,\n getDerivedStateFromError: true,\n getDerivedStateFromProps: true,\n mixins: true,\n propTypes: true,\n type: true\n};\nvar KNOWN_STATICS = {\n name: true,\n length: true,\n prototype: true,\n caller: true,\n callee: true,\n arguments: true,\n arity: true\n};\nvar FORWARD_REF_STATICS = {\n '$$typeof': true,\n render: true,\n defaultProps: true,\n displayName: true,\n propTypes: true\n};\nvar MEMO_STATICS = {\n '$$typeof': true,\n compare: true,\n defaultProps: true,\n displayName: true,\n propTypes: true,\n type: true\n};\nvar TYPE_STATICS = {};\nTYPE_STATICS[reactIs.ForwardRef] = FORWARD_REF_STATICS;\nTYPE_STATICS[reactIs.Memo] = MEMO_STATICS;\n\nfunction getStatics(component) {\n // React v16.11 and below\n if (reactIs.isMemo(component)) {\n return MEMO_STATICS;\n } // React v16.12 and above\n\n\n return TYPE_STATICS[component['$$typeof']] || REACT_STATICS;\n}\n\nvar defineProperty = Object.defineProperty;\nvar getOwnPropertyNames = Object.getOwnPropertyNames;\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\nvar getPrototypeOf = Object.getPrototypeOf;\nvar objectPrototype = Object.prototype;\nfunction hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {\n if (typeof sourceComponent !== 'string') {\n // don't hoist over string (html) components\n if (objectPrototype) {\n var inheritedComponent = getPrototypeOf(sourceComponent);\n\n if (inheritedComponent && inheritedComponent !== objectPrototype) {\n hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);\n }\n }\n\n var keys = getOwnPropertyNames(sourceComponent);\n\n if (getOwnPropertySymbols) {\n keys = keys.concat(getOwnPropertySymbols(sourceComponent));\n }\n\n var targetStatics = getStatics(targetComponent);\n var sourceStatics = getStatics(sourceComponent);\n\n for (var i = 0; i < keys.length; ++i) {\n var key = keys[i];\n\n if (!KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) && !(targetStatics && targetStatics[key])) {\n var descriptor = getOwnPropertyDescriptor(sourceComponent, key);\n\n try {\n // Avoid failures from read-only properties\n defineProperty(targetComponent, key, descriptor);\n } catch (e) {}\n }\n }\n }\n\n return targetComponent;\n}\n\nmodule.exports = hoistNonReactStatics;\n","var isBrowser = true;\n\nfunction getRegisteredStyles(registered, registeredStyles, classNames) {\n var rawClassName = '';\n classNames.split(' ').forEach(function (className) {\n if (registered[className] !== undefined) {\n registeredStyles.push(registered[className] + \";\");\n } else if (className) {\n rawClassName += className + \" \";\n }\n });\n return rawClassName;\n}\nvar registerStyles = function registerStyles(cache, serialized, isStringTag) {\n var className = cache.key + \"-\" + serialized.name;\n\n if ( // we only need to add the styles to the registered cache if the\n // class name could be used further down\n // the tree but if it's a string tag, we know it won't\n // so we don't have to add it to registered cache.\n // this improves memory usage since we can avoid storing the whole style string\n (isStringTag === false || // we need to always store it if we're in compat mode and\n // in node since emotion-server relies on whether a style is in\n // the registered cache to know whether a style is global or not\n // also, note that this check will be dead code eliminated in the browser\n isBrowser === false ) && cache.registered[className] === undefined) {\n cache.registered[className] = serialized.styles;\n }\n};\nvar insertStyles = function insertStyles(cache, serialized, isStringTag) {\n registerStyles(cache, serialized, isStringTag);\n var className = cache.key + \"-\" + serialized.name;\n\n if (cache.inserted[serialized.name] === undefined) {\n var current = serialized;\n\n do {\n cache.insert(serialized === current ? \".\" + className : '', current, cache.sheet, true);\n\n current = current.next;\n } while (current !== undefined);\n }\n};\n\nexport { getRegisteredStyles, insertStyles, registerStyles };\n","var unitlessKeys = {\n animationIterationCount: 1,\n aspectRatio: 1,\n borderImageOutset: 1,\n borderImageSlice: 1,\n borderImageWidth: 1,\n boxFlex: 1,\n boxFlexGroup: 1,\n boxOrdinalGroup: 1,\n columnCount: 1,\n columns: 1,\n flex: 1,\n flexGrow: 1,\n flexPositive: 1,\n flexShrink: 1,\n flexNegative: 1,\n flexOrder: 1,\n gridRow: 1,\n gridRowEnd: 1,\n gridRowSpan: 1,\n gridRowStart: 1,\n gridColumn: 1,\n gridColumnEnd: 1,\n gridColumnSpan: 1,\n gridColumnStart: 1,\n msGridRow: 1,\n msGridRowSpan: 1,\n msGridColumn: 1,\n msGridColumnSpan: 1,\n fontWeight: 1,\n lineHeight: 1,\n opacity: 1,\n order: 1,\n orphans: 1,\n scale: 1,\n tabSize: 1,\n widows: 1,\n zIndex: 1,\n zoom: 1,\n WebkitLineClamp: 1,\n // SVG-related properties\n fillOpacity: 1,\n floodOpacity: 1,\n stopOpacity: 1,\n strokeDasharray: 1,\n strokeDashoffset: 1,\n strokeMiterlimit: 1,\n strokeOpacity: 1,\n strokeWidth: 1\n};\n\nexport { unitlessKeys as default };\n","import hashString from '@emotion/hash';\nimport unitless from '@emotion/unitless';\nimport memoize from '@emotion/memoize';\n\nvar isDevelopment = false;\n\nvar hyphenateRegex = /[A-Z]|^ms/g;\nvar animationRegex = /_EMO_([^_]+?)_([^]*?)_EMO_/g;\n\nvar isCustomProperty = function isCustomProperty(property) {\n return property.charCodeAt(1) === 45;\n};\n\nvar isProcessableValue = function isProcessableValue(value) {\n return value != null && typeof value !== 'boolean';\n};\n\nvar processStyleName = /* #__PURE__ */memoize(function (styleName) {\n return isCustomProperty(styleName) ? styleName : styleName.replace(hyphenateRegex, '-$&').toLowerCase();\n});\n\nvar processStyleValue = function processStyleValue(key, value) {\n switch (key) {\n case 'animation':\n case 'animationName':\n {\n if (typeof value === 'string') {\n return value.replace(animationRegex, function (match, p1, p2) {\n cursor = {\n name: p1,\n styles: p2,\n next: cursor\n };\n return p1;\n });\n }\n }\n }\n\n if (unitless[key] !== 1 && !isCustomProperty(key) && typeof value === 'number' && value !== 0) {\n return value + 'px';\n }\n\n return value;\n};\n\nvar noComponentSelectorMessage = 'Component selectors can only be used in conjunction with ' + '@emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware ' + 'compiler transform.';\n\nfunction handleInterpolation(mergedProps, registered, interpolation) {\n if (interpolation == null) {\n return '';\n }\n\n var componentSelector = interpolation;\n\n if (componentSelector.__emotion_styles !== undefined) {\n\n return componentSelector;\n }\n\n switch (typeof interpolation) {\n case 'boolean':\n {\n return '';\n }\n\n case 'object':\n {\n var keyframes = interpolation;\n\n if (keyframes.anim === 1) {\n cursor = {\n name: keyframes.name,\n styles: keyframes.styles,\n next: cursor\n };\n return keyframes.name;\n }\n\n var serializedStyles = interpolation;\n\n if (serializedStyles.styles !== undefined) {\n var next = serializedStyles.next;\n\n if (next !== undefined) {\n // not the most efficient thing ever but this is a pretty rare case\n // and there will be very few iterations of this generally\n while (next !== undefined) {\n cursor = {\n name: next.name,\n styles: next.styles,\n next: cursor\n };\n next = next.next;\n }\n }\n\n var styles = serializedStyles.styles + \";\";\n\n return styles;\n }\n\n return createStringFromObject(mergedProps, registered, interpolation);\n }\n\n case 'function':\n {\n if (mergedProps !== undefined) {\n var previousCursor = cursor;\n var result = interpolation(mergedProps);\n cursor = previousCursor;\n return handleInterpolation(mergedProps, registered, result);\n }\n\n break;\n }\n } // finalize string values (regular strings and functions interpolated into css calls)\n\n\n var asString = interpolation;\n\n if (registered == null) {\n return asString;\n }\n\n var cached = registered[asString];\n return cached !== undefined ? cached : asString;\n}\n\nfunction createStringFromObject(mergedProps, registered, obj) {\n var string = '';\n\n if (Array.isArray(obj)) {\n for (var i = 0; i < obj.length; i++) {\n string += handleInterpolation(mergedProps, registered, obj[i]) + \";\";\n }\n } else {\n for (var key in obj) {\n var value = obj[key];\n\n if (typeof value !== 'object') {\n var asString = value;\n\n if (registered != null && registered[asString] !== undefined) {\n string += key + \"{\" + registered[asString] + \"}\";\n } else if (isProcessableValue(asString)) {\n string += processStyleName(key) + \":\" + processStyleValue(key, asString) + \";\";\n }\n } else {\n if (key === 'NO_COMPONENT_SELECTOR' && isDevelopment) {\n throw new Error(noComponentSelectorMessage);\n }\n\n if (Array.isArray(value) && typeof value[0] === 'string' && (registered == null || registered[value[0]] === undefined)) {\n for (var _i = 0; _i < value.length; _i++) {\n if (isProcessableValue(value[_i])) {\n string += processStyleName(key) + \":\" + processStyleValue(key, value[_i]) + \";\";\n }\n }\n } else {\n var interpolated = handleInterpolation(mergedProps, registered, value);\n\n switch (key) {\n case 'animation':\n case 'animationName':\n {\n string += processStyleName(key) + \":\" + interpolated + \";\";\n break;\n }\n\n default:\n {\n\n string += key + \"{\" + interpolated + \"}\";\n }\n }\n }\n }\n }\n }\n\n return string;\n}\n\nvar labelPattern = /label:\\s*([^\\s;{]+)\\s*(;|$)/g;\n// keyframes are stored on the SerializedStyles object as a linked list\n\n\nvar cursor;\nfunction serializeStyles(args, registered, mergedProps) {\n if (args.length === 1 && typeof args[0] === 'object' && args[0] !== null && args[0].styles !== undefined) {\n return args[0];\n }\n\n var stringMode = true;\n var styles = '';\n cursor = undefined;\n var strings = args[0];\n\n if (strings == null || strings.raw === undefined) {\n stringMode = false;\n styles += handleInterpolation(mergedProps, registered, strings);\n } else {\n var asTemplateStringsArr = strings;\n\n styles += asTemplateStringsArr[0];\n } // we start at 1 since we've already handled the first arg\n\n\n for (var i = 1; i < args.length; i++) {\n styles += handleInterpolation(mergedProps, registered, args[i]);\n\n if (stringMode) {\n var templateStringsArr = strings;\n\n styles += templateStringsArr[i];\n }\n }\n\n\n labelPattern.lastIndex = 0;\n var identifierName = '';\n var match; // https://esbench.com/bench/5b809c2cf2949800a0f61fb5\n\n while ((match = labelPattern.exec(styles)) !== null) {\n identifierName += '-' + match[1];\n }\n\n var name = hashString(styles) + identifierName;\n\n return {\n name: name,\n styles: styles,\n next: cursor\n };\n}\n\nexport { serializeStyles };\n","/* eslint-disable */\n// Inspired by https://github.com/garycourt/murmurhash-js\n// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86\nfunction murmur2(str) {\n // 'm' and 'r' are mixing constants generated offline.\n // They're not really 'magic', they just happen to work well.\n // const m = 0x5bd1e995;\n // const r = 24;\n // Initialize the hash\n var h = 0; // Mix 4 bytes at a time into the hash\n\n var k,\n i = 0,\n len = str.length;\n\n for (; len >= 4; ++i, len -= 4) {\n k = str.charCodeAt(i) & 0xff | (str.charCodeAt(++i) & 0xff) << 8 | (str.charCodeAt(++i) & 0xff) << 16 | (str.charCodeAt(++i) & 0xff) << 24;\n k =\n /* Math.imul(k, m): */\n (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16);\n k ^=\n /* k >>> r: */\n k >>> 24;\n h =\n /* Math.imul(k, m): */\n (k & 0xffff) * 0x5bd1e995 + ((k >>> 16) * 0xe995 << 16) ^\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n } // Handle the last few bytes of the input array\n\n\n switch (len) {\n case 3:\n h ^= (str.charCodeAt(i + 2) & 0xff) << 16;\n\n case 2:\n h ^= (str.charCodeAt(i + 1) & 0xff) << 8;\n\n case 1:\n h ^= str.charCodeAt(i) & 0xff;\n h =\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n } // Do a few final mixes of the hash to ensure the last few\n // bytes are well-incorporated.\n\n\n h ^= h >>> 13;\n h =\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + ((h >>> 16) * 0xe995 << 16);\n return ((h ^ h >>> 15) >>> 0).toString(36);\n}\n\nexport { murmur2 as default };\n","import * as React from 'react';\n\nvar syncFallback = function syncFallback(create) {\n return create();\n};\n\nvar useInsertionEffect = React['useInsertion' + 'Effect'] ? React['useInsertion' + 'Effect'] : false;\nvar useInsertionEffectAlwaysWithSyncFallback = useInsertionEffect || syncFallback;\nvar useInsertionEffectWithLayoutFallback = useInsertionEffect || React.useLayoutEffect;\n\nexport { useInsertionEffectAlwaysWithSyncFallback, useInsertionEffectWithLayoutFallback };\n","import * as React from 'react';\nimport { useContext, forwardRef } from 'react';\nimport createCache from '@emotion/cache';\nimport _extends from '@babel/runtime/helpers/esm/extends';\nimport weakMemoize from '@emotion/weak-memoize';\nimport hoistNonReactStatics from '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js';\nimport { getRegisteredStyles, registerStyles, insertStyles } from '@emotion/utils';\nimport { serializeStyles } from '@emotion/serialize';\nimport { useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\n\nvar isDevelopment = false;\n\n/* import { type EmotionCache } from '@emotion/utils' */\nvar EmotionCacheContext\n/*: React.Context */\n= /* #__PURE__ */React.createContext( // we're doing this to avoid preconstruct's dead code elimination in this one case\n// because this module is primarily intended for the browser and node\n// but it's also required in react native and similar environments sometimes\n// and we could have a special build just for that\n// but this is much easier and the native packages\n// might use a different theme context in the future anyway\ntypeof HTMLElement !== 'undefined' ? /* #__PURE__ */createCache({\n key: 'css'\n}) : null);\n\nvar CacheProvider = EmotionCacheContext.Provider;\nvar __unsafe_useEmotionCache = function useEmotionCache()\n/*: EmotionCache | null*/\n{\n return useContext(EmotionCacheContext);\n};\n\nvar withEmotionCache = function withEmotionCache\n/* > */\n(func\n/*: (props: Props, cache: EmotionCache, ref: Ref) => React.Node */\n)\n/*: React.AbstractComponent */\n{\n return /*#__PURE__*/forwardRef(function (props\n /*: Props */\n , ref\n /*: Ref */\n ) {\n // the cache will never be null in the browser\n var cache = useContext(EmotionCacheContext);\n return func(props, cache, ref);\n });\n};\n\nvar ThemeContext = /* #__PURE__ */React.createContext({});\n\nvar useTheme = function useTheme() {\n return React.useContext(ThemeContext);\n};\n\nvar getTheme = function getTheme(outerTheme\n/*: Object */\n, theme\n/*: Object | (Object => Object) */\n) {\n if (typeof theme === 'function') {\n var mergedTheme = theme(outerTheme);\n\n return mergedTheme;\n }\n\n return _extends({}, outerTheme, theme);\n};\n\nvar createCacheWithTheme = /* #__PURE__ */weakMemoize(function (outerTheme) {\n return weakMemoize(function (theme) {\n return getTheme(outerTheme, theme);\n });\n});\n/*\ntype ThemeProviderProps = {\n theme: Object | (Object => Object),\n children: React.Node\n}\n*/\n\nvar ThemeProvider = function ThemeProvider(props\n/*: ThemeProviderProps */\n) {\n var theme = React.useContext(ThemeContext);\n\n if (props.theme !== theme) {\n theme = createCacheWithTheme(theme)(props.theme);\n }\n\n return /*#__PURE__*/React.createElement(ThemeContext.Provider, {\n value: theme\n }, props.children);\n};\nfunction withTheme\n/* */\n(Component\n/*: React.AbstractComponent */\n)\n/*: React.AbstractComponent<$Diff> */\n{\n var componentName = Component.displayName || Component.name || 'Component';\n\n var render = function render(props, ref) {\n var theme = React.useContext(ThemeContext);\n return /*#__PURE__*/React.createElement(Component, _extends({\n theme: theme,\n ref: ref\n }, props));\n };\n\n var WithTheme = /*#__PURE__*/React.forwardRef(render);\n WithTheme.displayName = \"WithTheme(\" + componentName + \")\";\n return hoistNonReactStatics(WithTheme, Component);\n}\n\nvar hasOwn = {}.hasOwnProperty;\n\nvar typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';\nvar createEmotionProps = function createEmotionProps(type\n/*: React.ElementType */\n, props\n/*: Object */\n) {\n\n var newProps\n /*: any */\n = {};\n\n for (var key in props) {\n if (hasOwn.call(props, key)) {\n newProps[key] = props[key];\n }\n }\n\n newProps[typePropName] = type; // Runtime labeling is an opt-in feature because:\n\n return newProps;\n};\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serialized = _ref.serialized,\n isStringTag = _ref.isStringTag;\n registerStyles(cache, serialized, isStringTag);\n useInsertionEffectAlwaysWithSyncFallback(function () {\n return insertStyles(cache, serialized, isStringTag);\n });\n\n return null;\n};\n\nvar Emotion = /* #__PURE__ */withEmotionCache(\n/* */\nfunction (props, cache, ref) {\n var cssProp = props.css; // so that using `css` from `emotion` and passing the result to the css prop works\n // not passing the registered cache to serializeStyles because it would\n // make certain babel optimisations not possible\n\n if (typeof cssProp === 'string' && cache.registered[cssProp] !== undefined) {\n cssProp = cache.registered[cssProp];\n }\n\n var WrappedComponent = props[typePropName];\n var registeredStyles = [cssProp];\n var className = '';\n\n if (typeof props.className === 'string') {\n className = getRegisteredStyles(cache.registered, registeredStyles, props.className);\n } else if (props.className != null) {\n className = props.className + \" \";\n }\n\n var serialized = serializeStyles(registeredStyles, undefined, React.useContext(ThemeContext));\n\n className += cache.key + \"-\" + serialized.name;\n var newProps = {};\n\n for (var key in props) {\n if (hasOwn.call(props, key) && key !== 'css' && key !== typePropName && (!isDevelopment )) {\n newProps[key] = props[key];\n }\n }\n\n newProps.className = className;\n\n if (ref) {\n newProps.ref = ref;\n }\n\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serialized: serialized,\n isStringTag: typeof WrappedComponent === 'string'\n }), /*#__PURE__*/React.createElement(WrappedComponent, newProps));\n});\n\nvar Emotion$1 = Emotion;\n\nexport { CacheProvider as C, Emotion$1 as E, ThemeContext as T, __unsafe_useEmotionCache as _, ThemeProvider as a, withTheme as b, createEmotionProps as c, hasOwn as h, isDevelopment as i, useTheme as u, withEmotionCache as w };\n","import * as ReactJSXRuntime from 'react/jsx-runtime';\nimport { h as hasOwn, E as Emotion, c as createEmotionProps } from '../../dist/emotion-element-5486c51c.browser.esm.js';\nimport 'react';\nimport '@emotion/cache';\nimport '@babel/runtime/helpers/extends';\nimport '@emotion/weak-memoize';\nimport '../../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js';\nimport 'hoist-non-react-statics';\nimport '@emotion/utils';\nimport '@emotion/serialize';\nimport '@emotion/use-insertion-effect-with-fallbacks';\n\nvar Fragment = ReactJSXRuntime.Fragment;\nfunction jsx(type, props, key) {\n if (!hasOwn.call(props, 'css')) {\n return ReactJSXRuntime.jsx(type, props, key);\n }\n\n return ReactJSXRuntime.jsx(Emotion, createEmotionProps(type, props), key);\n}\nfunction jsxs(type, props, key) {\n if (!hasOwn.call(props, 'css')) {\n return ReactJSXRuntime.jsxs(type, props, key);\n }\n\n return ReactJSXRuntime.jsxs(Emotion, createEmotionProps(type, props), key);\n}\n\nexport { Fragment, jsx, jsxs };\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AArrowDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AArrowDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AArrowUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AArrowUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AccessibilityIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AccessibilityIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ActivityIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ActivityIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AirplayIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AirplayIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AirVentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AirVentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ALargeSmallIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ALargeSmallIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlarmClockCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlarmClockCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlarmClockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlarmClockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlarmClockMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlarmClockMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlarmClockOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlarmClockOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlarmClockPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlarmClockPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlarmSmokeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlarmSmokeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlbumIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlbumIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignCenterHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignCenterHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignCenterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignCenterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignCenterVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignCenterVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignEndHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignEndHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignEndVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignEndVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignHorizontalDistributeCenterIcon = (\n props: SVGProps,\n) => (\n \n \n \n);\nexport default AlignHorizontalDistributeCenterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignHorizontalDistributeEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignHorizontalDistributeEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignHorizontalDistributeStartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignHorizontalDistributeStartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignHorizontalJustifyCenterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignHorizontalJustifyCenterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignHorizontalJustifyEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignHorizontalJustifyEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignHorizontalJustifyStartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignHorizontalJustifyStartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignHorizontalSpaceAroundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignHorizontalSpaceAroundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignHorizontalSpaceBetweenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignHorizontalSpaceBetweenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignJustifyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignJustifyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignStartHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignStartHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignStartVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignStartVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignVerticalDistributeCenterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignVerticalDistributeCenterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignVerticalDistributeEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignVerticalDistributeEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignVerticalDistributeStartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignVerticalDistributeStartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignVerticalJustifyCenterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignVerticalJustifyCenterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignVerticalJustifyEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignVerticalJustifyEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignVerticalJustifyStartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignVerticalJustifyStartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignVerticalSpaceAroundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignVerticalSpaceAroundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AlignVerticalSpaceBetweenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AlignVerticalSpaceBetweenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AmazonEksSiteIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default AmazonEksSiteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AmbulanceIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AmbulanceIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AmpersandIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AmpersandIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AmpersandsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AmpersandsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AnchorIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AnchorIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AngryIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AngryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AnnoyedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AnnoyedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AntennaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AntennaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AnvilIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AnvilIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ApertureIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ApertureIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AppleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AppleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AppWindowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AppWindowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AppWindowMacIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AppWindowMacIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArchiveIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArchiveIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArchiveRestoreIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArchiveRestoreIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArchiveXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArchiveXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AreaChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AreaChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArmchairIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArmchairIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowBigDownDashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowBigDownDashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowBigDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowBigDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowBigLeftDashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowBigLeftDashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowBigLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowBigLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowBigRightDashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowBigRightDashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowBigRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowBigRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowBigUpDashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowBigUpDashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowBigUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowBigUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDown01Icon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDown01Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDown10Icon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDown10Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownAZIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownAZIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownFromLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownFromLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownNarrowWideIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownNarrowWideIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownToDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownToDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownToLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownToLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownWideNarrowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownWideNarrowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowDownZAIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowDownZAIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowLeftFromLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowLeftFromLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowLeftRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowLeftRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowLeftToLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowLeftToLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowRightFromLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowRightFromLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowRightLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowRightLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowRightToLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowRightToLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowsUpFromLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowsUpFromLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUp01Icon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUp01Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUp10Icon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUp10Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpAZIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpAZIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpFromDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpFromDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpFromLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpFromLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpNarrowWideIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpNarrowWideIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpToLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpToLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpWideNarrowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpWideNarrowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ArrowUpZAIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ArrowUpZAIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AsteriskIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AsteriskIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AtomIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AtomIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AtSignIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AtSignIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AudioLinesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AudioLinesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AudioWaveformIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AudioWaveformIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AwardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AwardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AxeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default AxeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Axis3dIcon = (props: SVGProps) => (\n \n \n \n);\nexport default Axis3dIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst AzureAksSiteIcon = (props: SVGProps) => (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n);\nexport default AzureAksSiteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BabyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BabyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BackpackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BackpackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeAlertIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeAlertIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeCentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeCentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeDollarSignIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeDollarSignIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeEuroIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeEuroIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeHelpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeHelpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeIndianRupeeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeIndianRupeeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeInfoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeInfoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeJapaneseYenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeJapaneseYenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgePercentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgePercentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgePoundSterlingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgePoundSterlingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeRussianRubleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeRussianRubleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeSwissFrancIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeSwissFrancIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BadgeXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BadgeXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BaggageClaimIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BaggageClaimIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BalancerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BalancerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BananaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BananaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BanknoteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BanknoteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BarChart2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default BarChart2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BarChart3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default BarChart3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BarChart4Icon = (props: SVGProps) => (\n \n \n \n);\nexport default BarChart4Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BarChartBigIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BarChartBigIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BarChartHorizontalBigIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BarChartHorizontalBigIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BarChartHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BarChartHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BarChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BarChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BarcodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BarcodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BareMetalLinuxSiteIcon = (props: SVGProps) => (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n);\nexport default BareMetalLinuxSiteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BaselineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BaselineIcon;\n","// This file is part of MinIO Design System;\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BatchJobsIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default BatchJobsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BathIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BathIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BatteryChargingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BatteryChargingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BatteryFullIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BatteryFullIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BatteryIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BatteryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BatteryLowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BatteryLowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BatteryMediumIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BatteryMediumIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BatteryWarningIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BatteryWarningIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BeakerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BeakerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BeanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BeanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BeanOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BeanOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BedDoubleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BedDoubleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BedSingleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BedSingleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BeefIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BeefIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BeerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BeerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BeerOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BeerOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BellArrowIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default BellArrowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BellDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BellDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BellElectricIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BellElectricIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BellIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BellIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BellMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BellMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BellOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BellOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BellPlusIcon = (props: SVGProps) => (\n \n \n \n \n \n \n);\nexport default BellPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BellRingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BellRingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BetweenHorizontalEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BetweenHorizontalEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BetweenHorizontalStartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BetweenHorizontalStartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BetweenVerticalEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BetweenVerticalEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BetweenVerticalStartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BetweenVerticalStartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BikeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BikeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BinaryIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BinaryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BiohazardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BiohazardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BirdIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BirdIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BitcoinIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BitcoinIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BlendIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BlendIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BlindsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BlindsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BlocksIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BlocksIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BluetoothConnectedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BluetoothConnectedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BluetoothIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BluetoothIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BluetoothOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BluetoothOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BluetoothSearchingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BluetoothSearchingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BoldIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BoldIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BoltIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BoltIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BombIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BombIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BoneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BoneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookAIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookAIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookAudioIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookAudioIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookCopyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookCopyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookHeadphonesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookHeadphonesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookHeartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookHeartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookImageIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookImageIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookKeyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookKeyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookLockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookLockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookmarkCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookmarkCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookMarkedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookMarkedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookmarkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookmarkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookmarkMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookmarkMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookmarkPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookmarkPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookmarkXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookmarkXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookOpenCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookOpenCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookOpenTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookOpenTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookTypeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookTypeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookUp2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default BookUp2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookUserIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookUserIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BookXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BookXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BoomBoxIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BoomBoxIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BotMessageSquareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BotMessageSquareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BoxesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BoxesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BoxIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BoxIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BoxOutlineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BoxOutlineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BoxSelectIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BoxSelectIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BracesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BracesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BracketsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BracketsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BrainCircuitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BrainCircuitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BrainCogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BrainCogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BrainIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BrainIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BrickWallIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BrickWallIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BriefcaseBusinessIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BriefcaseBusinessIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BriefcaseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BriefcaseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BriefcaseMedicalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BriefcaseMedicalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BringToFrontIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BringToFrontIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BrushIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BrushIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BucketCopyIcon = (props: SVGProps) => (\n \n \n \n \n \n \n);\nexport default BucketCopyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BucketIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default BucketIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BucketQuotaIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default BucketQuotaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BugIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BugIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BugOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BugOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BugPlayIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BugPlayIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Building2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Building2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BuildingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BuildingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BusFrontIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BusFrontIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst BusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default BusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CableCarIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CableCarIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CableIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CableIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CakeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CakeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CakeSliceIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CakeSliceIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalculatorIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalculatorIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarCheck2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarCheck2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarClockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarClockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarDaysIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarDaysIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarFoldIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarFoldIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarHeartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarHeartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarMinus2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarMinus2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarPlus2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarPlus2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarRangeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarRangeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarX2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarX2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CalendarXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CalendarXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CameraIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CameraIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CameraOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CameraOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CandlestickChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CandlestickChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CandyCaneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CandyCaneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CandyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CandyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CandyOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CandyOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CannabisIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CannabisIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CaptionsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CaptionsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CaptionsOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CaptionsOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CaravanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CaravanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CaretFilledIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CaretFilledIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CaretIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CaretIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CarFrontIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CarFrontIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CarIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CarIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CarTaxiFrontIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CarTaxiFrontIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CaseLowerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CaseLowerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CaseSensitiveIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CaseSensitiveIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CaseUpperIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CaseUpperIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CassetteTapeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CassetteTapeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CastIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CastIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CastleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CastleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CatIcon = (props: SVGProps) => (\n \n \n \n \n \n \n);\nexport default CatIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CctvIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CctvIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CheckCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CheckCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChefHatIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChefHatIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CherryIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CherryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronFirstIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronFirstIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronLastIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronLastIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronsDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronsDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronsDownUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronsDownUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronsLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronsLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronsLeftRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronsLeftRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronsRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronsRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronsRightLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronsRightLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronsUpDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronsUpDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronsUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronsUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChevronUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChevronUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChromeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChromeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ChurchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ChurchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CigaretteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CigaretteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CigaretteOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CigaretteOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleAlertIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleAlertIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleArrowDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleArrowDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleArrowLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleArrowLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleArrowOutDownLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleArrowOutDownLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleArrowOutDownRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleArrowOutDownRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleArrowOutUpLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleArrowOutUpLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleArrowOutUpRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleArrowOutUpRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleArrowRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleArrowRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleArrowUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleArrowUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleCheckBigIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleCheckBigIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleChevronDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleChevronDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleChevronLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleChevronLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleChevronRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleChevronRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleChevronUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleChevronUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleDivideIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleDivideIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleDollarSignIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleDollarSignIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleDotDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleDotDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleEllipsisIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleEllipsisIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleEqualIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleEqualIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleFadingPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleFadingPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleFillIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleFillIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleGaugeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleGaugeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleHelpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleHelpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleParkingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleParkingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleParkingOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleParkingOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CirclePauseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CirclePauseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CirclePercentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CirclePercentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CirclePlayIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CirclePlayIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CirclePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CirclePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CirclePowerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CirclePowerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleSlash2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleSlash2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleSlashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleSlashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleStopIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleStopIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleUserIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleUserIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleUserRoundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleUserRoundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircleXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircleXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CircuitBoardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CircuitBoardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CitrusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CitrusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClapperboardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClapperboardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardCopyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardCopyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardListIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardListIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardPasteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardPasteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardPenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardPenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardPenLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardPenLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardTypeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardTypeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClipboardXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClipboardXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock1Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock1Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock4Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock4Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock5Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock5Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock6Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock6Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock7Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock7Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock8Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock8Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock9Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock9Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock10Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock10Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock11Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock11Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Clock12Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Clock12Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudCogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudCogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudDownloadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudDownloadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudDrizzleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudDrizzleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudFogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudFogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudHailIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudHailIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudLightningIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudLightningIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudMoonIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudMoonIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudMoonRainIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudMoonRainIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudRainIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudRainIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudRainWindIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudRainWindIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudSnowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudSnowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudSunIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudSunIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudSunRainIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudSunRainIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudUploadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudUploadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloudyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloudyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CloverIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CloverIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClubIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClubIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClusterHealthIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default ClusterHealthIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClusterIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default ClusterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClusterIngressIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default ClusterIngressIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClusterNodeIcon = (props: SVGProps) => (\n \n \n \n \n \n \n \n \n \n);\nexport default ClusterNodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClusterReplicationIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default ClusterReplicationIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ClustersIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ClustersIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CodepenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CodepenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CodesandboxIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CodesandboxIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CodeXmlIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CodeXmlIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CoffeeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CoffeeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CoinsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CoinsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CollapseIcon = (props: SVGProps) => (\n \n \n \n \n \n \n);\nexport default CollapseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Columns2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Columns2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Columns3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Columns3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Columns4Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Columns4Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CombineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CombineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CommandIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CommandIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CompassIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CompassIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ComponentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ComponentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ComputerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ComputerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ConciergeBellIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ConciergeBellIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ConeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ConeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ConstructionIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ConstructionIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ContactIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ContactIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ContactRoundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ContactRoundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ContainerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ContainerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ContainerImagesIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default ContainerImagesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ContrastIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ContrastIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CookieIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CookieIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CookingPotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CookingPotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CopyCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CopyCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CopyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CopyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CopyleftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CopyleftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CopyMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CopyMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CopyPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CopyPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CopyrightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CopyrightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CopySlashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CopySlashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CopyXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CopyXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CornerDownLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CornerDownLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CornerDownRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CornerDownRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CornerLeftDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CornerLeftDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CornerLeftUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CornerLeftUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CornerRightDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CornerRightDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CornerRightUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CornerRightUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CornerUpLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CornerUpLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CornerUpRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CornerUpRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CpuIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CpuIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CreativeCommonsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CreativeCommonsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CreditCardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CreditCardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CroissantIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CroissantIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CropIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CropIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CrosshairIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CrosshairIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CrossIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CrossIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CrownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CrownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CuboidIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CuboidIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CupSodaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CupSodaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CurrencyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CurrencyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst CylinderIcon = (props: SVGProps) => (\n \n \n \n);\nexport default CylinderIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DatabaseApiIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DatabaseApiIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DatabaseBackupIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DatabaseBackupIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DatabaseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DatabaseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DatabaseZapIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DatabaseZapIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DataIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DataIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DeleteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DeleteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DessertIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DessertIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DiameterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DiameterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DiamondIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DiamondIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DiamondPercentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DiamondPercentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Dice1Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Dice1Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Dice2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Dice2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Dice3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Dice3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Dice4Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Dice4Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Dice5Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Dice5Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Dice6Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Dice6Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DicesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DicesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DiffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DiffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Disc2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Disc2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Disc3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Disc3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DiscAlbumIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DiscAlbumIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DiscIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DiscIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DivideIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DivideIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DnaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DnaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DnaOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DnaOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DollarSignIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DollarSignIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DonutIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DonutIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DoorClosedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DoorClosedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DoorOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DoorOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DownloadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DownloadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DraftingCompassIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DraftingCompassIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DramaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DramaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DribbbleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DribbbleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DrillIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DrillIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DropletIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DropletIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DropletsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DropletsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DrumIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DrumIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DrumstickIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DrumstickIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst DumbbellIcon = (props: SVGProps) => (\n \n \n \n);\nexport default DumbbellIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EarIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EarIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EarOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EarOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EarthIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EarthIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EarthLockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EarthLockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EclipseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EclipseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EggFriedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EggFriedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EggIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EggIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EggOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EggOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EllipsisIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EllipsisIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EllipsisVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EllipsisVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EqualIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EqualIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EqualNotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EqualNotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EraserIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EraserIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EuroIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EuroIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ExpandIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ExpandIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ExternalLinkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ExternalLinkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EyeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EyeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst EyeOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default EyeOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FacebookIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FacebookIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FactoryIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FactoryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FastForwardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FastForwardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FeatherIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FeatherIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FenceIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FenceIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FerrisWheelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FerrisWheelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FigmaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FigmaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileArchiveIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileArchiveIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileAudio2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileAudio2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileAudioIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileAudioIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileAxis3dIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileAxis3dIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileBadge2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileBadge2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileBadgeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileBadgeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileBarChart2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileBarChart2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileBarChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileBarChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileBoxIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileBoxIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileCheck2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileCheck2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileClockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileClockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileCode2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileCode2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileCodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileCodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileCogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileCogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileDiffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileDiffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileDigitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileDigitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileHeartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileHeartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileImageIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileImageIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileInputIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileInputIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileJson2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileJson2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileJsonIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileJsonIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileKey2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileKey2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileKeyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileKeyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileLineChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileLineChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileLock2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileLock2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileLockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileLockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileMinus2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileMinus2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileMusicIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileMusicIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileOutputIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileOutputIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilePenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FilePenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilePenLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FilePenLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilePieChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FilePieChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilePlus2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FilePlus2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FilePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileQuestionIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileQuestionIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileScanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileScanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileSearch2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileSearch2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FilesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileSlidersIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileSlidersIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileSpreadsheetIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileSpreadsheetIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileStackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileStackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileSymlinkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileSymlinkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileTerminalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileTerminalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileType2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileType2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileTypeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileTypeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileVideo2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileVideo2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileVideoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileVideoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileVolume2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileVolume2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileVolumeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileVolumeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileWarningIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileWarningIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileX2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FileX2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FileXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FileXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilmIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FilmIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FilterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FilterXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FilterXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FingerprintIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FingerprintIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FireExtinguisherIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FireExtinguisherIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FishIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FishIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FishSymbolIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FishSymbolIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlagIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlagIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlagOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlagOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlagTriangleLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlagTriangleLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlagTriangleRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlagTriangleRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlameIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlameIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlameKindlingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlameKindlingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlashlightIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default FlashlightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlashlightOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlashlightOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlaskConicalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlaskConicalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlaskConicalOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlaskConicalOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlaskRoundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlaskRoundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlipHorizontal2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FlipHorizontal2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlipHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlipHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlipVertical2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FlipVertical2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlipVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlipVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Flower2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Flower2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FlowerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FlowerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FocusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FocusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderArchiveIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default FolderArchiveIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderClockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderClockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderClosedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderClosedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderCogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderCogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderGit2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderGit2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderGitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderGitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderHeartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderHeartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderInputIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderInputIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderKanbanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderKanbanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderKey2Icon = (props: SVGProps) => (\n \n \n \n \n);\nexport default FolderKey2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderKeyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderKeyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderLockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderLockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderOpenDotIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default FolderOpenDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderOutputIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderOutputIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderPenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderPenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderRootIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderRootIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderSearch2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderSearch2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FoldersIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FoldersIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderSymlinkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderSymlinkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderSyncIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderSyncIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderTreeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderTreeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FolderXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FolderXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FoldHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FoldHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FoldVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FoldVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FootprintsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FootprintsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ForkliftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ForkliftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ForwardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ForwardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FrameIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FrameIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FramerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FramerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FrownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FrownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FuelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FuelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst FullscreenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default FullscreenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GalleryHorizontalEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GalleryHorizontalEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GalleryHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GalleryHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GalleryThumbnailsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GalleryThumbnailsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GalleryVerticalEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GalleryVerticalEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GalleryVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GalleryVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Gamepad2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Gamepad2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GamepadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GamepadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GanttChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GanttChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GaugeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GaugeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GavelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GavelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GemIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GemIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GhostIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GhostIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GiftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GiftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitBranchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitBranchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitBranchPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitBranchPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitCommitHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitCommitHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitCommitVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitCommitVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitCompareArrowsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitCompareArrowsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitCompareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitCompareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitForkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitForkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitGraphIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitGraphIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GithubIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GithubIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitlabIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitlabIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitMergeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitMergeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitPullRequestArrowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitPullRequestArrowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitPullRequestClosedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitPullRequestClosedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitPullRequestCreateArrowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitPullRequestCreateArrowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitPullRequestCreateIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitPullRequestCreateIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitPullRequestDraftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitPullRequestDraftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GitPullRequestIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GitPullRequestIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GlassesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GlassesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GlassWaterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GlassWaterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GlobeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GlobeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GlobeLockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GlobeLockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GoalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GoalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GoogleGkeSiteIcon = (props: SVGProps) => (\n \n \n \n \n \n \n \n \n \n);\nexport default GoogleGkeSiteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GrabIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GrabIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GraduationCapIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GraduationCapIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GrapeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GrapeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Grid2x2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Grid2x2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Grid3x3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Grid3x3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GripHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GripHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GripIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GripIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GripVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GripVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GroupIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GroupIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst GuitarIcon = (props: SVGProps) => (\n \n \n \n);\nexport default GuitarIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HamIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HamIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HammerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HammerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HandCoinsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HandCoinsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HandHeartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HandHeartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HandHelpingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HandHelpingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HandIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HandIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HandMetalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HandMetalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HandPlatterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HandPlatterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HandshakeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HandshakeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HardDriveDownloadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HardDriveDownloadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HardDriveIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HardDriveIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HardDriveSearchIcon = (props: SVGProps) => (\n \n \n \n \n \n \n);\nexport default HardDriveSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HardDriveUploadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HardDriveUploadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HardHatIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HardHatIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HazeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HazeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HdmiPortIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HdmiPortIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Heading1Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Heading1Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Heading2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Heading2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Heading3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Heading3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Heading4Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Heading4Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Heading5Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Heading5Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Heading6Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Heading6Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeadingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeadingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeadphonesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeadphonesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeadsetIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeadsetIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeartCrackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeartCrackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeartHandshakeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeartHandshakeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeartOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeartOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeartPulseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeartPulseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HeaterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HeaterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HexagonIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HexagonIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HighlighterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HighlighterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HistoryIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HistoryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HomeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HomeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HopIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HopIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HopOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HopOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HospitalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HospitalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HotelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HotelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst HourglassIcon = (props: SVGProps) => (\n \n \n \n);\nexport default HourglassIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst IceCreamBowlIcon = (props: SVGProps) => (\n \n \n \n);\nexport default IceCreamBowlIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst IceCreamConeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default IceCreamConeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ImageDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ImageDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ImageIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ImageIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ImageMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ImageMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ImageOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ImageOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ImagePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ImagePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ImagesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ImagesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ImageUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ImageUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ImportIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ImportIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst InboxIcon = (props: SVGProps) => (\n \n \n \n);\nexport default InboxIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst IndentDecreaseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default IndentDecreaseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst IndentIncreaseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default IndentIncreaseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst IndianRupeeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default IndianRupeeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst InfinityIcon = (props: SVGProps) => (\n \n \n \n);\nexport default InfinityIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst InfoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default InfoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst InspectionPanelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default InspectionPanelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst InstagramIcon = (props: SVGProps) => (\n \n \n \n);\nexport default InstagramIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ItalicIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ItalicIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst IterationCCWIcon = (props: SVGProps) => (\n \n \n \n);\nexport default IterationCCWIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst IterationCWIcon = (props: SVGProps) => (\n \n \n \n);\nexport default IterationCWIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst JapaneseYenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default JapaneseYenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst JoystickIcon = (props: SVGProps) => (\n \n \n \n);\nexport default JoystickIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst KanbanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default KanbanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst KeyboardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default KeyboardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst KeyboardMusicIcon = (props: SVGProps) => (\n \n \n \n);\nexport default KeyboardMusicIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst KeyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default KeyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst KeyRoundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default KeyRoundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst KeySquareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default KeySquareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst KubernetesSiteIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default KubernetesSiteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LambdaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LambdaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LampCeilingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LampCeilingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LampDeskIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LampDeskIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LampFloorIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LampFloorIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LampIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LampIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LampWallDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LampWallDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LampWallUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LampWallUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LandmarkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LandmarkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LandPlotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LandPlotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LanguagesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LanguagesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LaptopIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LaptopIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LaptopMinimalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LaptopMinimalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LassoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LassoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LassoSelectIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default LassoSelectIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LaughIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LaughIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Layers2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Layers2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Layers3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Layers3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LayersIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LayersIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LayoutDashboardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LayoutDashboardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LayoutGridIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LayoutGridIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LayoutListIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LayoutListIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LayoutPanelLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LayoutPanelLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LayoutPanelTopIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LayoutPanelTopIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LayoutTemplateIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LayoutTemplateIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LDAPIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LDAPIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LeafIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LeafIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LeafyGreenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LeafyGreenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LibraryBigIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LibraryBigIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LibraryIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LibraryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LifeBuoyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LifeBuoyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LigatureIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LigatureIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LightbulbIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LightbulbIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LightbulbOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LightbulbOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LineChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LineChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Link2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Link2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Link2OffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default Link2OffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LinkedinIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LinkedinIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LinkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LinkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListChecksIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListChecksIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListCollapseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListCollapseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListEndIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListEndIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListFilterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListFilterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListMusicIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListMusicIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListOrderedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListOrderedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListRestartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListRestartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListStartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListStartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListTodoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListTodoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListTreeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListTreeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListVideoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListVideoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ListXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ListXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LoaderCircleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LoaderCircleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LoaderIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LoaderIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LocateFixedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LocateFixedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LocateIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LocateIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LocateOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LocateOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LockKeyholeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LockKeyholeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LockKeyholeOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LockKeyholeOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LockOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LockOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LogInIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LogInIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LogOutIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LogOutIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LollipopIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LollipopIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst LuggageIcon = (props: SVGProps) => (\n \n \n \n);\nexport default LuggageIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MagnetIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MagnetIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailboxIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailboxIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailQuestionIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailQuestionIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailWarningIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailWarningIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MailXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MailXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MapIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MapIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MapPinIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MapPinIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MapPinnedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MapPinnedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MapPinOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MapPinOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MartiniIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MartiniIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Maximize2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Maximize2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MaximizeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MaximizeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MedalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MedalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MegaphoneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MegaphoneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MegaphoneOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MegaphoneOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MehIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MehIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MemoryStickIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MemoryStickIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MenuIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MenuIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MergeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MergeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleCodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleCodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleHeartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleHeartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleMoreIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleMoreIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCirclePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCirclePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleQuestionIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleQuestionIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleReplyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleReplyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleWarningIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleWarningIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageCircleXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageCircleXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareCodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareCodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareDiffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareDiffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareHeartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareHeartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareMoreIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareMoreIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquarePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquarePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareQuoteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareQuoteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareReplyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareReplyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareShareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareShareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareWarningIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareWarningIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessageSquareXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessageSquareXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MessagesSquareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MessagesSquareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MicIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MicIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MicOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MicOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MicroscopeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MicroscopeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MicrowaveIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MicrowaveIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MicVocalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MicVocalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MilestoneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MilestoneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MilkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MilkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MilkOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MilkOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Minimize2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Minimize2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MinimizeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MinimizeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MinIOIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default MinIOIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorPauseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorPauseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorPlayIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorPlayIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorSmartphoneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorSmartphoneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorSpeakerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorSpeakerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorStopIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorStopIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MonitorXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MonitorXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoonIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoonIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoonStarIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoonStarIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MountainIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MountainIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MountainSnowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MountainSnowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MouseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MouseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MousePointer2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default MousePointer2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MousePointerClickIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MousePointerClickIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MousePointerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MousePointerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Move3dIcon = (props: SVGProps) => (\n \n \n \n);\nexport default Move3dIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveDiagonal2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveDiagonal2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveDiagonalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveDiagonalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveDownLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveDownLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveDownRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveDownRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveUpLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveUpLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveUpRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveUpRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MoveVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MoveVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Music2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Music2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Music3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Music3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Music4Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Music4Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst MusicIcon = (props: SVGProps) => (\n \n \n \n);\nexport default MusicIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Navigation2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Navigation2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Navigation2OffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default Navigation2OffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NavigationIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NavigationIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NavigationOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NavigationOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NetworkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NetworkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NewspaperIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NewspaperIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NfcIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NfcIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NotebookIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NotebookIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NotebookPenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NotebookPenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NotebookTabsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NotebookTabsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NotebookTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NotebookTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NotepadTextDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NotepadTextDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NotepadTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NotepadTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NutIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NutIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst NutOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default NutOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst OctagonAlertIcon = (props: SVGProps) => (\n \n \n \n);\nexport default OctagonAlertIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst OctagonIcon = (props: SVGProps) => (\n \n \n \n);\nexport default OctagonIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst OctagonPauseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default OctagonPauseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst OctagonXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default OctagonXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst OidcIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default OidcIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst OptionIcon = (props: SVGProps) => (\n \n \n \n);\nexport default OptionIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst OrbitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default OrbitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Package2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Package2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PackageCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PackageCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PackageIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PackageIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PackageMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PackageMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PackageOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PackageOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PackagePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PackagePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PackageSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PackageSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PackageXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PackageXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Paintbrush2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Paintbrush2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PaintbrushIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PaintbrushIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PaintBucketIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PaintBucketIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PaintRollerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PaintRollerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PaletteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PaletteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelBottomCloseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelBottomCloseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelBottomDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelBottomDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelBottomIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelBottomIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelBottomOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelBottomOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelLeftCloseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelLeftCloseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelLeftDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelLeftDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelLeftOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelLeftOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelRightCloseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelRightCloseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelRightDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelRightDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelRightOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelRightOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelsLeftBottomIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelsLeftBottomIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelsRightBottomIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelsRightBottomIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelsTopLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelsTopLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelTopCloseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelTopCloseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelTopDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelTopDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelTopIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelTopIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PanelTopOpenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PanelTopOpenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PaperclipIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PaperclipIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ParenthesesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ParenthesesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ParkingMeterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ParkingMeterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PartyPopperIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PartyPopperIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PasscodeLockIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PasscodeLockIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PauseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PauseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PawPrintIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PawPrintIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PcCaseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PcCaseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PencilIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PencilIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PencilLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PencilLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PencilRulerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PencilRulerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PenLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PenLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PentagonIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PentagonIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PenToolIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PenToolIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PercentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PercentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PersonStandingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PersonStandingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PhoneCallIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default PhoneCallIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PhoneForwardedIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default PhoneForwardedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PhoneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PhoneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PhoneIncomingIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default PhoneIncomingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PhoneMissedIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default PhoneMissedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PhoneOffIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default PhoneOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PhoneOutgoingIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default PhoneOutgoingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PianoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PianoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PickaxeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PickaxeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PictureInPicture2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default PictureInPicture2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PictureInPictureIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PictureInPictureIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PieChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PieChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PieUsageIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PieUsageIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PiggyBankIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PiggyBankIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PiIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PiIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PilcrowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PilcrowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PillIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PillIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PinIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PinIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PinOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PinOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PipetteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PipetteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PizzaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PizzaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PlaneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PlaneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PlaneLandingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PlaneLandingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PlaneTakeoffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PlaneTakeoffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PlayIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PlayIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Plug2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Plug2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PlugIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PlugIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PlugZap2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default PlugZap2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PlugZapIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PlugZapIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PocketIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PocketIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PocketKnifeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PocketKnifeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PodcastIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PodcastIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PointerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PointerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PointerOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PointerOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PopcornIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PopcornIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PopsicleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PopsicleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PoundSterlingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PoundSterlingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PowerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PowerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PowerOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PowerOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PresentationIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PresentationIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PrinterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PrinterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ProjectorIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ProjectorIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ProportionsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ProportionsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PuzzleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PuzzleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst PyramidIcon = (props: SVGProps) => (\n \n \n \n);\nexport default PyramidIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst QrCodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default QrCodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst QuoteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default QuoteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RabbitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RabbitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RadarIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RadarIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RadiationIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RadiationIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RadicalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RadicalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RadioIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RadioIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RadioReceiverIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RadioReceiverIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RadioTowerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RadioTowerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RadiusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RadiusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RailSymbolIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RailSymbolIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RainbowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RainbowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RatIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RatIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RatioIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RatioIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptCentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptCentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptEuroIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptEuroIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptIndianRupeeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptIndianRupeeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptJapaneseYenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptJapaneseYenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptPoundSterlingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptPoundSterlingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptRussianRubleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptRussianRubleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptSwissFrancIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptSwissFrancIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReceiptTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReceiptTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RectangleEllipsisIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RectangleEllipsisIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RectangleHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RectangleHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RectangleVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RectangleVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RecycleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RecycleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RedhatOpenshiftSiteIcon = (props: SVGProps) => (\n \n \n \n \n \n \n \n \n);\nexport default RedhatOpenshiftSiteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Redo2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Redo2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RedoDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RedoDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RedoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RedoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RefreshCcwDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RefreshCcwDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RefreshCCWIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RefreshCCWIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RefreshCwIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RefreshCwIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RefreshCWOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RefreshCWOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RefreshCwSettingsIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default RefreshCwSettingsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RefrigeratorIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RefrigeratorIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RegexIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RegexIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RemoveFormattingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RemoveFormattingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Repeat1Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Repeat1Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Repeat2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Repeat2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RepeatIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RepeatIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReplaceAllIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReplaceAllIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReplaceIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReplaceIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReplyAllIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReplyAllIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ReplyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ReplyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RewindIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RewindIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RibbonIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RibbonIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RocketIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RocketIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RockingChairIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RockingChairIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RollerCoasterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RollerCoasterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Rotate3dIcon = (props: SVGProps) => (\n \n \n \n);\nexport default Rotate3dIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RotateCCWIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RotateCCWIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RotateCCWSquareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RotateCCWSquareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RotateCWIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RotateCWIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RotateCWSquareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RotateCWSquareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RouteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RouteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RouteOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RouteOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RouterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RouterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Rows2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Rows2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Rows3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Rows3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Rows4Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Rows4Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RssIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RssIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RulerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RulerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst RussianRubleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default RussianRubleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SailboatIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SailboatIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SaladIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SaladIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SandwichIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SandwichIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SatelliteDishIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SatelliteDishIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SatelliteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SatelliteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SaveAllIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SaveAllIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SaveIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SaveIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Scale3dIcon = (props: SVGProps) => (\n \n \n \n);\nexport default Scale3dIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScaleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScaleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScalingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScalingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScanBarcodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScanBarcodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScanEyeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScanEyeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScanFaceIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScanFaceIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScanLineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScanLineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScanSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScanSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScanTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScanTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScatterChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScatterChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SchoolIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SchoolIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScissorsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScissorsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScissorsLineDashedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScissorsLineDashedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScreenShareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScreenShareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScreenShareOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScreenShareOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScrollIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScrollIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ScrollTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ScrollTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SearchCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SearchCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SearchCodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SearchCodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SearchSlashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SearchSlashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SearchXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SearchXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SendHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SendHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SendIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SendIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SendToBackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SendToBackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SeparatorHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SeparatorHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SeparatorVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SeparatorVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ServerCogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ServerCogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ServerCrashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ServerCrashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ServerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ServerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ServerOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ServerOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Settings2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Settings2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SettingsIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default SettingsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShapesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShapesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Share2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Share2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SheetIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SheetIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShellIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShellIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldAlertIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldAlertIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldBanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldBanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldEllipsisIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldEllipsisIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldHalfIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldHalfIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldQuestionIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default ShieldQuestionIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShieldXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShieldXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShipIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShipIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShipWheelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShipWheelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShirtIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShirtIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShoppingBagIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShoppingBagIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShoppingBasketIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShoppingBasketIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShoppingCartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShoppingCartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShovelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShovelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShowerHeadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShowerHeadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShrinkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShrinkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShrubIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShrubIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ShuffleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ShuffleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SigmaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SigmaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SignalHighIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SignalHighIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SignalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SignalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SignalLowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SignalLowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SignalMediumIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SignalMediumIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SignalZeroIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SignalZeroIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SignpostBigIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SignpostBigIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SignpostIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SignpostIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SirenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SirenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SitesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SitesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SkipBackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SkipBackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SkipForwardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SkipForwardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SkullIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SkullIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SlackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SlackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SlashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SlashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SliceIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SliceIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SlidersHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SlidersHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SlidersVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SlidersVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SmartphoneChargingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SmartphoneChargingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SmartphoneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SmartphoneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SmartphoneNfcIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SmartphoneNfcIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SmileIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SmileIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SmilePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SmilePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SnailIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SnailIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SnowflakeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SnowflakeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SofaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SofaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SoupIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SoupIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SpaceIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SpaceIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SpadeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SpadeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SparkleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SparkleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SparklesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SparklesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SpeakerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SpeakerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SpeechIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SpeechIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SpellCheck2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default SpellCheck2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SpellCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SpellCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SplineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SplineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SplitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SplitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SprayCanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SprayCanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SproutIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SproutIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareActivityIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareActivityIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowDownLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowDownLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowDownRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowDownRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowOutDownLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowOutDownLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowOutDownRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowOutDownRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowOutUpLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowOutUpLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowOutUpRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowOutUpRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowUpLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowUpLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareArrowUpRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareArrowUpRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareAsteriskIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareAsteriskIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareBottomDashedScissorsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareBottomDashedScissorsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareCheckBigIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareCheckBigIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareChevronDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareChevronDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareChevronLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareChevronLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareChevronRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareChevronRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareChevronUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareChevronUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareCodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareCodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareDashedBottomCodeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareDashedBottomCodeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareDashedBottomIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareDashedBottomIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareDashedKanbanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareDashedKanbanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareDashedMousePointerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareDashedMousePointerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareDivideIcon = (props: SVGProps) => (\n \n \n \n \n \n \n);\nexport default SquareDivideIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareEqualIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareEqualIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareFunctionIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareFunctionIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareGanttChartIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareGanttChartIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareKanbanIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareKanbanIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareLibraryIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareLibraryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareMenuIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareMenuIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareMIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareMIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareMousePointerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareMousePointerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareParkingIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareParkingIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareParkingOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareParkingOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquarePenIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquarePenIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquarePercentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquarePercentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquarePiIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquarePiIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquarePilcrowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquarePilcrowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquarePlayIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquarePlayIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquarePlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquarePlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquarePowerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquarePowerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareRadicalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareRadicalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareScissorsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareScissorsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareSigmaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareSigmaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareSlashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareSlashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareSplitHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareSplitHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareSplitVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareSplitVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareStackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareStackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareTerminalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareTerminalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareUserIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareUserIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareUserRoundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareUserRoundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquareXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquareXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquircleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquircleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SquirrelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SquirrelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StampIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StampIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StarHalfIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StarHalfIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StarIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StarIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StarOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StarOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StepBackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StepBackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StepForwardIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StepForwardIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StethoscopeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StethoscopeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StickerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StickerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StickyNoteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StickyNoteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StoreIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StoreIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StretchHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StretchHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StretchVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StretchVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst StrikethroughIcon = (props: SVGProps) => (\n \n \n \n);\nexport default StrikethroughIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SubscriptIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SubscriptIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SummaryIcon = (props: SVGProps) => (\n \n \n \n \n \n \n \n);\nexport default SummaryIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SunDimIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SunDimIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SunIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SunIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SunMediumIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SunMediumIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SunMoonIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SunMoonIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SunriseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SunriseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SunsetIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SunsetIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SunSnowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SunSnowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SuperscriptIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SuperscriptIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SwatchBookIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SwatchBookIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SwissFrancIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SwissFrancIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SwitchCameraIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SwitchCameraIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SwordIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SwordIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SwordsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SwordsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst SyringeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default SyringeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Table2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Table2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TableCellsMergeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TableCellsMergeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TableCellsSplitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TableCellsSplitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TableColumnsSplitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TableColumnsSplitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TableIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TableIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TablePropertiesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TablePropertiesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TableRowsSplitIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TableRowsSplitIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TabletIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TabletIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TabletsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TabletsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TabletSmartphoneIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TabletSmartphoneIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TagIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TagIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TagsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TagsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Tally1Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Tally1Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Tally2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Tally2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Tally3Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Tally3Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Tally4Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Tally4Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Tally5Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Tally5Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TangentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TangentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TargetIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TargetIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TelescopeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TelescopeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TenantIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TenantIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TentTreeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TentTreeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TerminalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TerminalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TestTubeDiagonalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TestTubeDiagonalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TestTubeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TestTubeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TestTubesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TestTubesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TextCursorIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TextCursorIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TextCursorInputIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TextCursorInputIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TextQuoteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TextQuoteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TextSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TextSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TextSelectIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TextSelectIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TheaterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TheaterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ThermometerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ThermometerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ThermometerSnowflakeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ThermometerSnowflakeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ThermometerSunIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ThermometerSunIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ThumbsDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ThumbsDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ThumbsUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ThumbsUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TicketCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TicketCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TicketIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TicketIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TicketMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TicketMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TicketPercentIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TicketPercentIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TicketPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TicketPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TicketSlashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TicketSlashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TicketXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TicketXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TimerIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TimerIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TimerOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TimerOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TimerResetIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TimerResetIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ToggleLeftIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ToggleLeftIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ToggleRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ToggleRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TornadoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TornadoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TorusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TorusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TouchpadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TouchpadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TouchpadOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TouchpadOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TowerControlIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TowerControlIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ToyBrickIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ToyBrickIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TraceIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TraceIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TractorIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TractorIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrafficConeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrafficConeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrainFrontIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrainFrontIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrainFrontTunnelIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrainFrontTunnelIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrainTrackIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrainTrackIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TramFrontIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TramFrontIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Trash2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Trash2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrashIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrashIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TreeDeciduousIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TreeDeciduousIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TreePalmIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TreePalmIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TreePineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TreePineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TreesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TreesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrelloIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrelloIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrendingDownIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrendingDownIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrendingUpIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrendingUpIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TriangleAlertIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default TriangleAlertIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TriangleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TriangleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TriangleRightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TriangleRightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TrophyIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TrophyIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TruckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TruckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TurtleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TurtleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Tv2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Tv2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TvIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TvIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TwitchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TwitchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TwitterIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TwitterIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst TypeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default TypeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UmbrellaIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UmbrellaIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UmbrellaOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UmbrellaOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UnderlineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UnderlineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Undo2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Undo2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UndoDotIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UndoDotIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UndoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UndoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UnfoldHorizontalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UnfoldHorizontalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UnfoldVerticalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UnfoldVerticalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UngroupIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UngroupIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UniversityIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UniversityIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Unlink2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Unlink2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UnlinkIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UnlinkIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UnplugIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UnplugIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UploadIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UploadIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UsbIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UsbIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserCogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserCogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserRoundCheckIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserRoundCheckIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserRoundCogIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserRoundCogIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserRoundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserRoundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserRoundMinusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserRoundMinusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserRoundPlusIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserRoundPlusIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserRoundSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserRoundSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserRoundXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserRoundXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserSearchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserSearchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UsersIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UsersIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UsersRoundIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UsersRoundIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UserXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UserXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UtensilsCrossedIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UtensilsCrossedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UtensilsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UtensilsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst UtilityPoleIcon = (props: SVGProps) => (\n \n \n \n);\nexport default UtilityPoleIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VariableIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VariableIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VaultIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VaultIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VeganIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VeganIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VenetianMaskIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VenetianMaskIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VibrateIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VibrateIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VibrateOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VibrateOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VideoIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VideoIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VideoOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VideoOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VideotapeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VideotapeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ViewIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ViewIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VmwareTanzuSiteIcon = (props: SVGProps) => (\n \n \n \n \n \n \n \n \n \n \n);\nexport default VmwareTanzuSiteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VoicemailIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VoicemailIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Volume1Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Volume1Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst Volume2Icon = (props: SVGProps) => (\n \n \n \n);\nexport default Volume2Icon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VolumeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VolumeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VolumeXIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VolumeXIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst VoteIcon = (props: SVGProps) => (\n \n \n \n);\nexport default VoteIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WalletCardsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WalletCardsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WalletIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WalletIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WalletMinimalIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WalletMinimalIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WallpaperIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WallpaperIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WandIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WandIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WandSparklesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WandSparklesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WarehouseIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WarehouseIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WashingMachineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WashingMachineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WatchIcon = (props: SVGProps) => (\n \n \n \n \n);\nexport default WatchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WavesIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WavesIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WaypointsIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WaypointsIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WebcamIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WebcamIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WebhookIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WebhookIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WebhookOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WebhookOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WeightIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WeightIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WheatIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WheatIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WheatOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WheatOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WholeWordIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WholeWordIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WifiIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WifiIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WifiOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WifiOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WindIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WindIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WineIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WineIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WineOffIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WineOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WorkflowIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WorkflowIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WormIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WormIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WrapTextIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WrapTextIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst WrenchIcon = (props: SVGProps) => (\n \n \n \n);\nexport default WrenchIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst XIcon = (props: SVGProps) => (\n \n \n \n);\nexport default XIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst YoutubeIcon = (props: SVGProps) => (\n \n \n \n);\nexport default YoutubeIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ZapIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ZapIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ZapOffIcon = (props: SVGProps) => (\n \n \n \n \n \n);\nexport default ZapOffIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ZoomInIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ZoomInIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport * as React from \"react\";\nimport { SVGProps } from \"react\";\n\nconst ZoomOutIcon = (props: SVGProps) => (\n \n \n \n);\nexport default ZoomOutIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { NotificationVariant } from \"../NotificationAlert/NotificationAlert.types\";\nimport { Notification, NotificationOptions } from \"./Notifications.types\";\n\ntype NotificationCallback = (notifications: Notification[]) => void;\n\nclass NotificationManager {\n private static instance: NotificationManager;\n private notifications: Notification[] = [];\n private subscribers: NotificationCallback[] = [];\n private maxNotifications: number = 5;\n private defaultDuration: number = 5000;\n\n private constructor() {}\n\n public static getInstance(): NotificationManager {\n if (!NotificationManager.instance) {\n NotificationManager.instance = new NotificationManager();\n }\n return NotificationManager.instance;\n }\n\n // Method to set maxNotifications\n public setMaxNotifications(max: number) {\n this.maxNotifications = max;\n this.notifySubscribers();\n }\n\n // Subscribe to notifications\n public subscribe(callback: NotificationCallback) {\n this.subscribers.push(callback);\n // Immediately call the callback with current notifications\n callback(this.notifications);\n }\n\n // Unsubscribe from notifications\n public unsubscribe(callback: NotificationCallback) {\n this.subscribers = this.subscribers.filter((cb) => cb !== callback);\n }\n\n // Notify all subscribers about the current notifications\n private notifySubscribers() {\n this.subscribers.forEach((cb) => cb(this.notifications));\n }\n\n // Add a new notification\n public addNotification(\n variant: NotificationVariant,\n message: string,\n options: NotificationOptions = {},\n ) {\n const id = Math.random().toString(36).substring(2, 11);\n const newNotification: Notification = {\n id,\n variant,\n message,\n options,\n isExiting: false,\n };\n\n // Enforce maxNotifications\n const activeNotifications = this.notifications.filter((n) => !n.isExiting);\n if (activeNotifications.length >= this.maxNotifications) {\n // Remove the oldest active notification\n const oldestNotification = activeNotifications[0];\n this.removeNotification(oldestNotification.id);\n }\n\n // Add the new notification\n this.notifications.push(newNotification);\n this.notifySubscribers();\n\n // Auto-remove the notification after the specified duration\n const duration = options.duration ?? this.defaultDuration;\n if (duration > 0) {\n setTimeout(() => {\n this.removeNotification(id);\n }, duration);\n }\n }\n\n // Remove a notification by id\n public removeNotification(id: string) {\n const notification = this.notifications.find((n) => n.id === id);\n if (notification && !notification.isExiting) {\n // Mark as exiting to trigger exit animation\n notification.isExiting = true;\n this.notifySubscribers();\n\n // Remove from the list after the animation duration\n setTimeout(() => {\n this.notifications = this.notifications.filter((n) => n.id !== id);\n this.notifySubscribers();\n }, 300);\n }\n }\n\n // Clear all notifications\n public clearNotifications() {\n this.notifications = [];\n this.notifySubscribers();\n }\n}\n\nexport default NotificationManager.getInstance();\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { useCallback, useMemo } from \"react\";\n\nimport NotificationManager from \"./NotificationManager\";\nimport { NotificationOptions } from \"./Notifications.types\";\n\nexport const useNotification = () => {\n const success = useCallback(\n (message: string, options?: NotificationOptions) => {\n NotificationManager.addNotification(\"success\", message, options);\n },\n [],\n );\n\n const danger = useCallback(\n (message: string, options?: NotificationOptions) => {\n NotificationManager.addNotification(\"danger\", message, options);\n },\n [],\n );\n\n const warning = useCallback(\n (message: string, options?: NotificationOptions) => {\n NotificationManager.addNotification(\"warning\", message, options);\n },\n [],\n );\n\n const information = useCallback(\n (message: string, options?: NotificationOptions) => {\n NotificationManager.addNotification(\"information\", message, options);\n },\n [],\n );\n\n const neutral = useCallback(\n (message: string, options?: NotificationOptions) => {\n NotificationManager.addNotification(\"neutral\", message, options);\n },\n [],\n );\n\n const clear = useCallback(() => {\n NotificationManager.clearNotifications();\n }, []);\n\n const notification = useMemo(\n () => ({\n success,\n danger,\n warning,\n information,\n neutral,\n clear,\n }),\n [success, danger, warning, information, neutral, clear],\n );\n\n return notification;\n};\n","import { h as hasOwn, E as Emotion, c as createEmotionProps, w as withEmotionCache, T as ThemeContext, i as isDevelopment } from './emotion-element-5486c51c.browser.esm.js';\nexport { C as CacheProvider, T as ThemeContext, a as ThemeProvider, _ as __unsafe_useEmotionCache, u as useTheme, w as withEmotionCache, b as withTheme } from './emotion-element-5486c51c.browser.esm.js';\nimport * as React from 'react';\nimport { insertStyles, registerStyles, getRegisteredStyles } from '@emotion/utils';\nimport { useInsertionEffectWithLayoutFallback, useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';\nimport { serializeStyles } from '@emotion/serialize';\nimport '@emotion/cache';\nimport '@babel/runtime/helpers/extends';\nimport '@emotion/weak-memoize';\nimport '../_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js';\nimport 'hoist-non-react-statics';\n\nvar jsx\n/*: typeof React.createElement */\n= function jsx\n/*: typeof React.createElement */\n(type\n/*: React.ElementType */\n, props\n/*: Object */\n) {\n var args = arguments;\n\n if (props == null || !hasOwn.call(props, 'css')) {\n return React.createElement.apply(undefined, args);\n }\n\n var argsLength = args.length;\n var createElementArgArray = new Array(argsLength);\n createElementArgArray[0] = Emotion;\n createElementArgArray[1] = createEmotionProps(type, props);\n\n for (var i = 2; i < argsLength; i++) {\n createElementArgArray[i] = args[i];\n }\n\n return React.createElement.apply(null, createElementArgArray);\n};\n\n// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild\n// initial client-side render from SSR, use place of hydrating tag\n\nvar Global\n/*: React.AbstractComponent<\nGlobalProps\n> */\n= /* #__PURE__ */withEmotionCache(function (props\n/*: GlobalProps */\n, cache) {\n\n var styles = props.styles;\n var serialized = serializeStyles([styles], undefined, React.useContext(ThemeContext));\n // but it is based on a constant that will never change at runtime\n // it's effectively like having two implementations and switching them out\n // so it's not actually breaking anything\n\n\n var sheetRef = React.useRef();\n useInsertionEffectWithLayoutFallback(function () {\n var key = cache.key + \"-global\"; // use case of https://github.com/emotion-js/emotion/issues/2675\n\n var sheet = new cache.sheet.constructor({\n key: key,\n nonce: cache.sheet.nonce,\n container: cache.sheet.container,\n speedy: cache.sheet.isSpeedy\n });\n var rehydrating = false;\n var node\n /*: HTMLStyleElement | null*/\n = document.querySelector(\"style[data-emotion=\\\"\" + key + \" \" + serialized.name + \"\\\"]\");\n\n if (cache.sheet.tags.length) {\n sheet.before = cache.sheet.tags[0];\n }\n\n if (node !== null) {\n rehydrating = true; // clear the hash so this node won't be recognizable as rehydratable by other s\n\n node.setAttribute('data-emotion', key);\n sheet.hydrate([node]);\n }\n\n sheetRef.current = [sheet, rehydrating];\n return function () {\n sheet.flush();\n };\n }, [cache]);\n useInsertionEffectWithLayoutFallback(function () {\n var sheetRefCurrent = sheetRef.current;\n var sheet = sheetRefCurrent[0],\n rehydrating = sheetRefCurrent[1];\n\n if (rehydrating) {\n sheetRefCurrent[1] = false;\n return;\n }\n\n if (serialized.next !== undefined) {\n // insert keyframes\n insertStyles(cache, serialized.next, true);\n }\n\n if (sheet.tags.length) {\n // if this doesn't exist then it will be null so the style element will be appended\n var element = sheet.tags[sheet.tags.length - 1].nextElementSibling;\n sheet.before = element;\n sheet.flush();\n }\n\n cache.insert(\"\", serialized, sheet, false);\n }, [cache, serialized.name]);\n return null;\n});\n\n/* import type { Interpolation, SerializedStyles } from '@emotion/utils' */\n\nfunction css()\n/*: SerializedStyles */\n{\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return serializeStyles(args);\n}\n\n/*\ntype Keyframes = {|\n name: string,\n styles: string,\n anim: 1,\n toString: () => string\n|} & string\n*/\n\nvar keyframes = function\n /*: Keyframes */\nkeyframes() {\n var insertable = css.apply(void 0, arguments);\n var name = \"animation-\" + insertable.name;\n return {\n name: name,\n styles: \"@keyframes \" + name + \"{\" + insertable.styles + \"}\",\n anim: 1,\n toString: function toString() {\n return \"_EMO_\" + this.name + \"_\" + this.styles + \"_EMO_\";\n }\n };\n};\n\n/*\ntype ClassNameArg =\n | string\n | boolean\n | { [key: string]: boolean }\n | Array\n | null\n | void\n*/\n\nvar classnames = function\n /*: string */\nclassnames(args\n/*: Array */\n) {\n var len = args.length;\n var i = 0;\n var cls = '';\n\n for (; i < len; i++) {\n var arg = args[i];\n if (arg == null) continue;\n var toAdd = void 0;\n\n switch (typeof arg) {\n case 'boolean':\n break;\n\n case 'object':\n {\n if (Array.isArray(arg)) {\n toAdd = classnames(arg);\n } else {\n\n toAdd = '';\n\n for (var k in arg) {\n if (arg[k] && k) {\n toAdd && (toAdd += ' ');\n toAdd += k;\n }\n }\n }\n\n break;\n }\n\n default:\n {\n toAdd = arg;\n }\n }\n\n if (toAdd) {\n cls && (cls += ' ');\n cls += toAdd;\n }\n }\n\n return cls;\n};\n\nfunction merge(registered\n/*: Object */\n, css\n/*: (...args: Array) => string */\n, className\n/*: string */\n) {\n var registeredStyles = [];\n var rawClassName = getRegisteredStyles(registered, registeredStyles, className);\n\n if (registeredStyles.length < 2) {\n return className;\n }\n\n return rawClassName + css(registeredStyles);\n}\n\nvar Insertion = function Insertion(_ref) {\n var cache = _ref.cache,\n serializedArr = _ref.serializedArr;\n useInsertionEffectAlwaysWithSyncFallback(function () {\n\n for (var i = 0; i < serializedArr.length; i++) {\n insertStyles(cache, serializedArr[i], false);\n }\n });\n\n return null;\n};\n/*\ntype Props = {\n children: ({\n css: (...args: any) => string,\n cx: (...args: Array) => string,\n theme: Object\n }) => React.Node\n} */\n\n\nvar ClassNames\n/*: React.AbstractComponent*/\n= /* #__PURE__ */withEmotionCache(function (props, cache) {\n var hasRendered = false;\n var serializedArr = [];\n\n var css = function css() {\n if (hasRendered && isDevelopment) {\n throw new Error('css can only be used during render');\n }\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n var serialized = serializeStyles(args, cache.registered);\n serializedArr.push(serialized); // registration has to happen here as the result of this might get consumed by `cx`\n\n registerStyles(cache, serialized, false);\n return cache.key + \"-\" + serialized.name;\n };\n\n var cx = function cx() {\n if (hasRendered && isDevelopment) {\n throw new Error('cx can only be used during render');\n }\n\n for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {\n args[_key2] = arguments[_key2];\n }\n\n return merge(cache.registered, css, classnames(args));\n };\n\n var content = {\n css: css,\n cx: cx,\n theme: React.useContext(ThemeContext)\n };\n var ele = props.children(content);\n hasRendered = true;\n return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {\n cache: cache,\n serializedArr: serializedArr\n }), ele);\n});\n\nexport { ClassNames, Global, jsx as createElement, css, jsx, keyframes };\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { useCallback, useEffect } from \"react\";\nimport { useTheme as useEmotionTheme } from \"@emotion/react\";\n\nexport const useEscapeKey = (handleAction: () => void) => {\n const handleEsc = useCallback(\n (event: KeyboardEvent) => {\n if (event.key === \"Escape\" || event.key === \"Esc\") {\n handleAction();\n }\n },\n [handleAction],\n );\n\n useEffect(() => {\n document.addEventListener(\"keyup\", handleEsc, false);\n\n return () => {\n document.removeEventListener(\"keyup\", handleEsc, false);\n };\n }, [handleEsc]);\n};\n\nexport const useEnterKey = (handleAction: () => void) => {\n const handleEnter = useCallback(\n (event: KeyboardEvent) => {\n if (event.key === \"Enter\") {\n handleAction();\n }\n },\n [handleAction],\n );\n\n useEffect(() => {\n document.addEventListener(\"keyup\", handleEnter, false);\n\n return () => {\n document.removeEventListener(\"keyup\", handleEnter, false);\n };\n }, [handleEnter]);\n};\n\nexport const useArrowKeys = (\n handleAction: (arrowDirection: string) => void,\n) => {\n const handleArrow = useCallback(\n (event: KeyboardEvent) => {\n if (event.key?.startsWith(\"Arrow\")) {\n event.preventDefault();\n event.stopPropagation();\n handleAction(event.key);\n }\n },\n [handleAction],\n );\n\n useEffect(() => {\n document.addEventListener(\"keyup\", handleArrow, false);\n\n return () => {\n document.removeEventListener(\"keyup\", handleArrow, false);\n };\n }, [handleArrow]);\n};\n\nexport const useMDSTheme = () => {\n return useEmotionTheme();\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { css, Global, useTheme } from \"@emotion/react\";\n\nimport GeistBlackWoff2 from \"../assets/fonts/Geist/Geist-Black.woff2\";\nimport GeistBoldWoff2 from \"../assets/fonts/Geist/Geist-Bold.woff2\";\nimport GeistLightWoff2 from \"../assets/fonts/Geist/Geist-Light.woff2\";\nimport GeistMediumWoff2 from \"../assets/fonts/Geist/Geist-Medium.woff2\";\nimport GeistRegularWoff2 from \"../assets/fonts/Geist/Geist-Regular.woff2\";\nimport GeistSemiBoldWoff2 from \"../assets/fonts/Geist/Geist-SemiBold.woff2\";\nimport GeistThinWoff2 from \"../assets/fonts/Geist/Geist-Thin.woff2\";\nimport GeistUltraLightWoff2 from \"../assets/fonts/Geist/Geist-UltraLight.woff2\";\nimport GeistMonoRegularWoff2 from \"../assets/fonts/Geist/GeistMono-Regular.woff2\";\n\nconst geistFonts = css([\n {\n \"@font-face\": {\n fontFamily: \"Geist\",\n src: `url(${GeistBoldWoff2}) format(\"woff2\")`,\n fontWeight: \"bold\",\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n {\n \"@font-face\": {\n fontFamily: \"Geist\",\n src: `url(${GeistMediumWoff2}) format(\"woff2\")`,\n fontWeight: 500,\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n {\n \"@font-face\": {\n fontFamily: \"Geist\",\n src: `url(${GeistSemiBoldWoff2}) format(\"woff2\")`,\n fontWeight: 600,\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n {\n \"@font-face\": {\n fontFamily: \"Geist\",\n src: `url(${GeistLightWoff2}) format(\"woff2\")`,\n fontWeight: 300,\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n {\n \"@font-face\": {\n fontFamily: \"Geist\",\n src: `url(${GeistUltraLightWoff2}) format(\"woff2\")`,\n fontWeight: 200,\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n {\n \"@font-face\": {\n fontFamily: \"Geist\",\n src: `url(${GeistBlackWoff2}) format('woff2')`,\n fontWeight: 900,\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n {\n \"@font-face\": {\n fontFamily: \"Geist\",\n src: `url(${GeistRegularWoff2}) format('woff2')`,\n fontWeight: \"normal\",\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n {\n \"@font-face\": {\n fontFamily: \"Geist\",\n src: `url(${GeistThinWoff2}) format('woff2')`,\n fontWeight: 100,\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n {\n \"@font-face\": {\n fontFamily: \"GeistMono\",\n src: `url(${GeistMonoRegularWoff2}) format('woff2')`,\n fontWeight: 400,\n fontStyle: \"normal\",\n fontDisplay: \"swap\",\n },\n },\n]);\n\nconst GlobalStyles = () => {\n const theme = useTheme();\n\n const globalCSS = () =>\n css({\n \"*, *::before, *::after\": {\n fontFamily: \"'Geist', sans-serif\",\n boxSizing: \"inherit\",\n outline: 0,\n },\n html: {\n boxSizing: \"border-box\",\n WebkitTextSizeAdjust: \"100%\",\n WebkitFontSmoothing: \"antialiased\",\n MozOsxFontSmoothing: \"grayscale\",\n },\n body: {\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgContainer\"],\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n minHeight: \"100vh\",\n fontFamily: \"'Geist', sans-serif\",\n margin: 0,\n WebkitFontSmoothing: \"antialiased\",\n MozOsxFontSmoothing: \"grayscale\",\n fonWeight: 400,\n fontSize: 14,\n lineHeight: 1.5,\n transition: \"background-color 0s\",\n },\n \"fieldset, section\": {\n border: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n borderRadius: theme.borderRadius.borderRadiusXS,\n backgroundColor: \"transparent\",\n padding: 25,\n },\n a: {\n cursor: \"pointer\",\n display: \"inline-flex\",\n backgroundColor: \"transparent\",\n border: 0,\n padding: 0,\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n textDecoration: \"none\",\n fontSize: \"inherit\",\n \"&:disabled\": {\n cursor: \"not-allowed\",\n textDecoration: \"none\",\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n },\n \"&:hover:not(:disabled)\": {\n textDecoration: \"underline\",\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n },\n \"&:active:not(:disabled)\": {\n textDecoration: \"underline\",\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n },\n },\n hr: {\n borderTop: 0,\n borderLeft: 0,\n borderRight: 0,\n borderBottom: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n backgroundColor: \"transparent\",\n },\n ul: {\n paddingLeft: 20,\n listStyle: \"none\",\n \"& li::before\": {\n content: '\"■\"',\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n fontSize: 20,\n display: \"inline-block\",\n width: \"1em\",\n marginLeft: \"-1em\",\n },\n \"& ul\": {\n \"li::before\": {\n content: '\"○\"',\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n fontSize: 20,\n display: \"inline-block\",\n width: \"1em\",\n marginLeft: \"-1em\",\n },\n },\n },\n \"button:active, button:focus, input: active, input:focus\": {\n outline: 0,\n },\n \".min-icon\": {\n width: 26,\n },\n \"#root\": {\n height: \"100vh\",\n width: \"100%\",\n display: \"flex\",\n flexFlow: \"column\",\n alignItems: \"stretch\",\n },\n\n \"#preload\": {\n display: \"none\",\n },\n\n \"#loader-block\": {\n display: \"flex\",\n flexDirection: \"column\",\n width: \"100%\",\n height: \"100vh\",\n justifyContent: \"center\",\n alignItems: \"center\",\n },\n \".muted\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextSecondary\"],\n fontSize: 14,\n },\n\n \".error\": {\n color: theme.colors[\"Color/Brand/Error/colorPrimary\"],\n },\n\n \".SM_Normal\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 12,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"16px\",\n },\n \".SM_Strong\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 12,\n fontStyle: \"normal\",\n fontWeight: 600,\n lineHeight: \"16px\",\n },\n \".Base_Normal\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 14,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"20px\",\n },\n \".Base_Strong\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 14,\n fontStyle: \"normal\",\n fontWeight: 600,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n },\n \".LG_Normal\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 16,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"24px\",\n },\n \".LG_Strong\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 16,\n fontStyle: \"normal\",\n fontWeight: 600,\n lineHeight: \"24px\",\n letterSpacing: \"0.16px\",\n },\n \".XL_Normal\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 20,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"28px\",\n },\n \".XL_Strong\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 20,\n fontStyle: \"normal\",\n fontWeight: 600,\n lineHeight: \"28px\",\n },\n \".Heading3\": {\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 30,\n fontStyle: \"normal\",\n fontWeight: 600,\n lineHeight: \"38px\",\n },\n });\n\n return ;\n};\n\nexport default GlobalStyles;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { forwardRef, HTMLAttributes, RefObject, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport { BoxProps } from \"./Box.types\";\n\nconst Box = forwardRef, BoxProps>(\n (\n {\n children,\n customBorderPadding,\n customBorderRadius = 16,\n className,\n withBorders,\n sx,\n ...props\n },\n ref,\n ) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n const borderStyle = css({\n borderRadius: customBorderRadius || theme.borderRadius[\"borderRadiusXLG\"],\n padding: customBorderPadding || theme.paddingSizes[\"sizeLG\"],\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgContainer\"],\n });\n\n const baseTheme = css({\n backgroundColor: \"transparent\",\n });\n\n return (\n | null | undefined}\n css={[baseTheme, withBorders ? borderStyle : {}, overrideThemes]}\n className={`box ${className ?? \"\"}`}\n {...props}\n >\n {children}\n
\n );\n },\n);\n\nexport default Box;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { FC, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport ChevronDownIcon from \"../../icons/ChevronDownIcon\";\nimport ChevronUpIcon from \"../../icons/ChevronUpIcon\";\nimport Box from \"../Box\";\nimport { AccordionProps } from \"./Accordion.types\";\n\nconst Accordion: FC = ({\n title,\n expanded,\n children,\n onTitleClick,\n disabled,\n id,\n contentBackgroundColor = false,\n sx,\n}) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n const accordionContainer = css({\n borderBottom: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n borderRadius: 2,\n });\n\n const accordionTitleBar = css({\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"space-between\",\n padding: `${theme.paddingSizes[\"sizeXXS\"]}px 0`,\n cursor: \"pointer\",\n userSelect: \"none\",\n fontSize: 14,\n fontStyle: \"normal\",\n fontWeight: 600,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n color: theme.colors[\"Color/Neutral/Text/colorTextHeading\"],\n \"& svg\": {\n width: 16,\n height: 16,\n },\n });\n\n const accordionDisabled = css({\n cursor: \"not-allowed\",\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n });\n\n const accordionContent = css({\n borderTop: 0,\n display: \"grid\",\n gridTemplateRows: expanded ? \"1fr\" : \"0fr\",\n transition: \"250ms grid-template-rows ease\",\n \"& .expandSubContainer\": {\n overflow: \"hidden\",\n padding: 0,\n transition: \"250ms padding ease 150ms\",\n display: \"flex\",\n flexDirection: \"column\",\n gap: 16,\n backgroundColor: contentBackgroundColor\n ? theme.colors[\"Color/Neutral/Bg/colorBgSections\"]\n : \"initial\",\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n marginBottom: 0,\n \"& > div:last-of-type\": {\n marginBottom: 36,\n },\n },\n });\n\n const expandedAccordionContent = css({\n gridTemplateRows: \"1fr\",\n \"& .expandSubContainer\": {\n padding: theme.paddingSizes.sizeXS,\n transition: \"initial\",\n marginBottom: theme.paddingSizes.sizeXS,\n },\n });\n\n return (\n \n (!disabled ? onTitleClick() : null)}\n className={\"accordionTitle\"}\n >\n {title}\n {expanded ? : }\n
\n \n {children}\n
\n \n );\n};\n\nexport default Accordion;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nconst ThemedLogo: FC> = ({ width, onClick }) => {\n const theme = useTheme();\n\n const baseStyle = css({\n fill: theme.colors[\"Color/Brand/_minio/Raspberry\"],\n });\n\n return (\n \n \n \n );\n};\n\nexport default ThemedLogo;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { LogoBaseProps } from \"./LogoBase.types\";\n\nconst LogoBase: FC & LogoBaseProps> = ({\n inverse,\n ...restProps\n}) => {\n const theme = useTheme();\n\n let mainColor = theme.colors[\"Color/Base/Black\"];\n\n if (inverse) {\n mainColor = theme.colors[\"Color/Base/White\"];\n }\n\n const logoStyles = css({\n \"& .minioSection\": {\n fill: theme.colors[\"Color/Brand/_minio/Raspberry\"],\n },\n \"& .minioApplicationName\": {\n fill: mainColor,\n },\n });\n\n return ;\n};\n\nexport default LogoBase;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst AIStor: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default AIStor;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst AIStorHorizontal: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default AIStorHorizontal;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst AIStorTag: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default AIStorTag;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Cache: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Cache;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Cloud: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Cloud;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleAGPL: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleAGPL;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleEnterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleEnterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleSingle: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleSingle;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst ConsoleStandard: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default ConsoleStandard;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst GlobalConsole: FC & LogoBaseProps> = ({ inverse }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default GlobalConsole;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst DirectPV: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default DirectPV;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Enterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Enterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Eureka: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Eureka;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst EurekaNew: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n );\n};\n\nexport default EurekaNew;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst IndexLogo: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default IndexLogo;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst KES: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default KES;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst KMS: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default KMS;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst LoadBalancer: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default LoadBalancer;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterprise: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterprise;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterpriseOS: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterpriseOS;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MinIOEnterpriseOSVertical: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MinIOEnterpriseOSVertical;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst MissionControl: FC & LogoBaseProps> = ({\n inverse,\n onClick,\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default MissionControl;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Monitor: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Monitor;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Observe: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Observe;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Operator: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Operator;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst Releases: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default Releases;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst SUBNET: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default SUBNET;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst DirectPV: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default DirectPV;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, SVGProps } from \"react\";\n\nimport LogoBase from \"../LogoBase/LogoBase\";\nimport { LogoBaseProps } from \"../LogoBase/LogoBase.types\";\n\nconst VMBroker: FC & LogoBaseProps> = ({ inverse, onClick }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nexport default VMBroker;\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\n\nimport ThemedLogo from \"../ThemedLogo\";\nimport { ApplicationLogoProps } from \"./ApplicationLogo.types\";\nimport AIStor from \"./Logos/AIStor/AIStor\";\nimport AIStorHorizontal from \"./Logos/AIStor/AIStorHorizontal\";\nimport AIStorTag from \"./Logos/AIStor/AIStorTag\";\nimport Cache from \"./Logos/Cache/Cache\";\nimport Cloud from \"./Logos/Cloud/Cloud\";\nimport ConsoleAGPL from \"./Logos/Console/ConsoleAGPL\";\nimport ConsoleEnterprise from \"./Logos/Console/ConsoleEnterprise\";\nimport ConsoleSingle from \"./Logos/Console/ConsoleSingle\";\nimport ConsoleStandard from \"./Logos/Console/ConsoleStandard\";\nimport GlobalConsole from \"./Logos/Console/GlobalConsole\";\nimport DirectPV from \"./Logos/DirectPV/DirectPV\";\nimport Enterprise from \"./Logos/Enterprise/Enterprise\";\nimport Eureka from \"./Logos/Eureka/Eureka\";\nimport EurekaNew from \"./Logos/Eureka/EurekaNew\";\nimport IndexLogo from \"./Logos/IndexLogo/IndexLogo\";\nimport KES from \"./Logos/KES/KES\";\nimport KMS from \"./Logos/KMS/KMS\";\nimport LoadBalancer from \"./Logos/LoadBalancer/LoadBalancer\";\nimport MinIOEnterprise from \"./Logos/MinIO/MinIOEnterprise\";\nimport MinIOEnterpriseOS from \"./Logos/MinIO/MinIOEnterpriseOS\";\nimport MinIOEnterpriseOSVertical from \"./Logos/MinIO/MinIOEnterpriseOSVertical\";\nimport MissionControl from \"./Logos/MissionControl/MissionControl\";\nimport Monitor from \"./Logos/Monitor/Monitor\";\nimport Observe from \"./Logos/Observe/Observe\";\nimport Operator from \"./Logos/Operator/Operator\";\nimport Releases from \"./Logos/Releases/Releases\";\nimport SUBNET from \"./Logos/SUBNET/SUBNET\";\nimport SubnetOPS from \"./Logos/SubnetOPS/SubnetOPS\";\nimport VMBroker from \"./Logos/VMBroker/VMBroker\";\n\nconst ApplicationLogo: FC = ({\n applicationName,\n subVariant = \"simple\",\n inverse,\n onClick,\n}) => {\n switch (applicationName) {\n case \"console\":\n switch (subVariant) {\n case \"standard\":\n return ;\n case \"enterprise\":\n return ;\n case \"AGPL\":\n return ;\n default:\n return ;\n }\n break;\n case \"directpv\":\n return ;\n case \"subnet\":\n return ;\n case \"kes\":\n return ;\n case \"operator\":\n return ;\n case \"subnetops\":\n return ;\n case \"cloud\":\n return ;\n case \"releases\":\n return ;\n break;\n case \"vmbroker\":\n return ;\n break;\n case \"eureka\":\n switch (subVariant) {\n case \"new\":\n return ;\n default:\n return ;\n }\n break;\n case \"kms\":\n return ;\n case \"loadbalancer\":\n return ;\n case \"index\":\n return ;\n case \"cache\":\n return ;\n case \"monitor\":\n return ;\n case \"observe\":\n return ;\n case \"missioncontrol\":\n return ;\n case \"globalconsole\":\n return ;\n case \"enterprise\":\n return ;\n case \"aistor\":\n switch (subVariant) {\n case \"simple\":\n return ;\n break;\n case \"horizontal\":\n return ;\n default:\n return ;\n }\n case \"minio\":\n switch (subVariant) {\n case \"enterprise\":\n return ;\n break;\n case \"enterpriseos\":\n return ;\n case \"enterpriseosvertical\":\n return (\n \n );\n default:\n return ;\n }\n }\n};\n\nexport default ApplicationLogo;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nmodule.exports = isObject;\n","var freeGlobal = require('./_freeGlobal');\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nmodule.exports = root;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nmodule.exports = freeGlobal;\n","var trimmedEndIndex = require('./_trimmedEndIndex');\n\n/** Used to match leading whitespace. */\nvar reTrimStart = /^\\s+/;\n\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\nfunction baseTrim(string) {\n return string\n ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')\n : string;\n}\n\nmodule.exports = baseTrim;\n","/** Used to match a single whitespace character. */\nvar reWhitespace = /\\s/;\n\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */\nfunction trimmedEndIndex(string) {\n var index = string.length;\n\n while (index-- && reWhitespace.test(string.charAt(index))) {}\n return index;\n}\n\nmodule.exports = trimmedEndIndex;\n","var root = require('./_root');\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nmodule.exports = Symbol;\n","var Symbol = require('./_Symbol'),\n getRawTag = require('./_getRawTag'),\n objectToString = require('./_objectToString');\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nmodule.exports = baseGetTag;\n","var Symbol = require('./_Symbol');\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nmodule.exports = getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nmodule.exports = objectToString;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nmodule.exports = isObjectLike;\n","var baseGetTag = require('./_baseGetTag'),\n isObjectLike = require('./isObjectLike');\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nmodule.exports = isSymbol;\n","var isObject = require('./isObject'),\n now = require('./now'),\n toNumber = require('./toNumber');\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max,\n nativeMin = Math.min;\n\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked. The debounced function comes with a `cancel` method to cancel\n * delayed `func` invocations and a `flush` method to immediately invoke them.\n * Provide `options` to indicate whether `func` should be invoked on the\n * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\n * with the last arguments provided to the debounced function. Subsequent\n * calls to the debounced function return the result of the last `func`\n * invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the debounced function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.debounce` and `_.throttle`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to debounce.\n * @param {number} [wait=0] The number of milliseconds to delay.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=false]\n * Specify invoking on the leading edge of the timeout.\n * @param {number} [options.maxWait]\n * The maximum time `func` is allowed to be delayed before it's invoked.\n * @param {boolean} [options.trailing=true]\n * Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new debounced function.\n * @example\n *\n * // Avoid costly calculations while the window size is in flux.\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\n *\n * // Invoke `sendMail` when clicked, debouncing subsequent calls.\n * jQuery(element).on('click', _.debounce(sendMail, 300, {\n * 'leading': true,\n * 'trailing': false\n * }));\n *\n * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\n * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\n * var source = new EventSource('/stream');\n * jQuery(source).on('message', debounced);\n *\n * // Cancel the trailing debounced invocation.\n * jQuery(window).on('popstate', debounced.cancel);\n */\nfunction debounce(func, wait, options) {\n var lastArgs,\n lastThis,\n maxWait,\n result,\n timerId,\n lastCallTime,\n lastInvokeTime = 0,\n leading = false,\n maxing = false,\n trailing = true;\n\n if (typeof func != 'function') {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n wait = toNumber(wait) || 0;\n if (isObject(options)) {\n leading = !!options.leading;\n maxing = 'maxWait' in options;\n maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\n trailing = 'trailing' in options ? !!options.trailing : trailing;\n }\n\n function invokeFunc(time) {\n var args = lastArgs,\n thisArg = lastThis;\n\n lastArgs = lastThis = undefined;\n lastInvokeTime = time;\n result = func.apply(thisArg, args);\n return result;\n }\n\n function leadingEdge(time) {\n // Reset any `maxWait` timer.\n lastInvokeTime = time;\n // Start the timer for the trailing edge.\n timerId = setTimeout(timerExpired, wait);\n // Invoke the leading edge.\n return leading ? invokeFunc(time) : result;\n }\n\n function remainingWait(time) {\n var timeSinceLastCall = time - lastCallTime,\n timeSinceLastInvoke = time - lastInvokeTime,\n timeWaiting = wait - timeSinceLastCall;\n\n return maxing\n ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)\n : timeWaiting;\n }\n\n function shouldInvoke(time) {\n var timeSinceLastCall = time - lastCallTime,\n timeSinceLastInvoke = time - lastInvokeTime;\n\n // Either this is the first call, activity has stopped and we're at the\n // trailing edge, the system time has gone backwards and we're treating\n // it as the trailing edge, or we've hit the `maxWait` limit.\n return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||\n (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));\n }\n\n function timerExpired() {\n var time = now();\n if (shouldInvoke(time)) {\n return trailingEdge(time);\n }\n // Restart the timer.\n timerId = setTimeout(timerExpired, remainingWait(time));\n }\n\n function trailingEdge(time) {\n timerId = undefined;\n\n // Only invoke if we have `lastArgs` which means `func` has been\n // debounced at least once.\n if (trailing && lastArgs) {\n return invokeFunc(time);\n }\n lastArgs = lastThis = undefined;\n return result;\n }\n\n function cancel() {\n if (timerId !== undefined) {\n clearTimeout(timerId);\n }\n lastInvokeTime = 0;\n lastArgs = lastCallTime = lastThis = timerId = undefined;\n }\n\n function flush() {\n return timerId === undefined ? result : trailingEdge(now());\n }\n\n function debounced() {\n var time = now(),\n isInvoking = shouldInvoke(time);\n\n lastArgs = arguments;\n lastThis = this;\n lastCallTime = time;\n\n if (isInvoking) {\n if (timerId === undefined) {\n return leadingEdge(lastCallTime);\n }\n if (maxing) {\n // Handle invocations in a tight loop.\n clearTimeout(timerId);\n timerId = setTimeout(timerExpired, wait);\n return invokeFunc(lastCallTime);\n }\n }\n if (timerId === undefined) {\n timerId = setTimeout(timerExpired, wait);\n }\n return result;\n }\n debounced.cancel = cancel;\n debounced.flush = flush;\n return debounced;\n}\n\nmodule.exports = debounce;\n","var root = require('./_root');\n\n/**\n * Gets the timestamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Date\n * @returns {number} Returns the timestamp.\n * @example\n *\n * _.defer(function(stamp) {\n * console.log(_.now() - stamp);\n * }, _.now());\n * // => Logs the number of milliseconds it took for the deferred invocation.\n */\nvar now = function() {\n return root.Date.now();\n};\n\nmodule.exports = now;\n","var baseTrim = require('./_baseTrim'),\n isObject = require('./isObject'),\n isSymbol = require('./isSymbol');\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n if (typeof value == 'number') {\n return value;\n }\n if (isSymbol(value)) {\n return NAN;\n }\n if (isObject(value)) {\n var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n value = isObject(other) ? (other + '') : other;\n }\n if (typeof value != 'string') {\n return value === 0 ? value : +value;\n }\n value = baseTrim(value);\n var isBinary = reIsBinary.test(value);\n return (isBinary || reIsOctal.test(value))\n ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nmodule.exports = toNumber;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { FC, HTMLAttributes } from \"react\";\nimport { css } from \"@emotion/react\";\n\nconst selectorContainerMain = css({\n position: \"fixed\",\n top: 0,\n left: 0,\n width: \"100vw\",\n height: \"100vh\",\n backgroundColor: \"transparent\",\n zIndex: 5000,\n overscrollBehavior: \"contain\",\n});\n\nconst SelectorContainer: FC> = ({\n children,\n ...restProps\n}) => {\n return (\n
\n {children}\n
\n );\n};\n\nexport default SelectorContainer;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { CSSProperties, FC, useEffect, useState } from \"react\";\nimport { createPortal } from \"react-dom\";\nimport { css, useTheme } from \"@emotion/react\";\nimport debounce from \"lodash/debounce\";\n\nimport { useArrowKeys, useEnterKey, useEscapeKey } from \"../../global/hooks\";\nimport SelectorContainer from \"../../global/SelectorContainer\";\nimport {\n dropdownBlockStyles,\n dropdownItemStyles,\n} from \"./DropdownSelector.styles\";\nimport { DropdownSelectorProps } from \"./DropdownSelector.types\";\n\nconst calcElementPosition = (\n anchorEl: (EventTarget & HTMLElement) | null,\n anchorOrigin: \"start\" | \"end\",\n useAnchorWidth: boolean,\n): CSSProperties => {\n if (!anchorEl) {\n return {\n top: 0,\n left: 0,\n width: 0,\n };\n }\n\n const bounds = anchorEl.getBoundingClientRect();\n\n const returnItem: CSSProperties = { top: bounds.top + bounds.height };\n\n if (anchorOrigin === \"start\") {\n returnItem.left = bounds.left;\n returnItem.transform = \"translateX(0%)\";\n } else if (anchorOrigin === \"end\") {\n returnItem.left = bounds.left + bounds.width;\n returnItem.transform = \"translateX(-100%)\";\n }\n\n if (useAnchorWidth) {\n returnItem.width = bounds.width;\n }\n\n //max height of dropdown\n\n const defaultMaxHeight = 450;\n returnItem.maxHeight = defaultMaxHeight;\n\n const calcHeight =\n window.innerHeight - bounds.top - bounds.height - defaultMaxHeight;\n\n if (calcHeight < 0) {\n returnItem.maxHeight = window.innerHeight - bounds.top - bounds.height - 40;\n }\n\n return returnItem;\n};\n\nconst DropdownSelector: FC = ({\n id,\n options,\n selectedOption = \"\",\n onSelect,\n hideTriggerAction,\n open,\n anchorEl = null,\n useAnchorWidth = false,\n forSelectInput = false,\n anchorOrigin = \"start\",\n}) => {\n const theme = useTheme();\n\n const [coords, setCoords] = useState(null);\n const [indexHover, setIndexHover] = useState(0);\n\n const dropdownBlock = dropdownBlockStyles(theme);\n\n const selectOption = () => {\n const option = options[indexHover];\n\n if (!option.disabled) {\n onSelect(\n option.value,\n option.extraValue || null,\n option.label,\n indexHover,\n );\n }\n\n hideTriggerAction();\n };\n\n useEnterKey(selectOption);\n useEscapeKey(hideTriggerAction);\n useArrowKeys((keyPressed) => {\n if (open) {\n if (keyPressed === \"ArrowUp\") {\n const prevIndex = indexHover - 1;\n const setIndexValue = prevIndex >= 0 ? prevIndex : 0;\n\n setIndexHover(setIndexValue);\n } else if (keyPressed === \"ArrowDown\") {\n const nextIndex = indexHover + 1;\n const setIndexValue =\n nextIndex <= options.length - 1 ? nextIndex : options.length - 1;\n\n setIndexHover(setIndexValue);\n }\n }\n });\n\n useEffect(() => {\n setIndexHover(0);\n }, [options]);\n\n useEffect(() => {\n if (open) {\n setCoords(calcElementPosition(anchorEl, anchorOrigin, useAnchorWidth));\n return;\n }\n setCoords(null);\n }, [anchorEl, anchorOrigin, open, useAnchorWidth]);\n\n useEffect(() => {\n const handleResize = () => {\n hideTriggerAction();\n };\n\n const scrollResize = debounce((anchorEl) => {\n if (!anchorEl || !anchorEl.getBoundingClientRect()) {\n return;\n }\n setCoords(calcElementPosition(anchorEl, anchorOrigin, useAnchorWidth));\n }, 300);\n\n window.addEventListener(\"resize\", handleResize);\n window.addEventListener(\"scroll\", () => {\n scrollResize(anchorEl);\n });\n });\n\n if (!open || !coords) {\n return null;\n }\n\n if (!anchorEl) {\n console.warn(\n \"AnchorEl not set. Element will be rendered on the top of the page\",\n );\n }\n\n return createPortal(\n \n \n {options.map((option, index) => {\n const dropdownItem = dropdownItemStyles(\n theme,\n !!option.icon,\n !!option.indicator,\n );\n return (\n {\n setIndexHover(index);\n }}\n key={`option-${index}`}\n >\n {option.icon}\n
{option.label}
\n {option.indicator}\n \n );\n })}\n \n
,\n document.body,\n );\n};\n\nexport default DropdownSelector;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { css, Theme } from \"@emotion/react\";\n\nexport const dropdownBlockStyles = (theme: Theme) =>\n css({\n position: \"absolute\",\n display: \"grid\",\n gridTemplateColumns: \"100%\",\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgContainer\"],\n padding: 8,\n minWidth: 0,\n overflowX: \"hidden\",\n overflowY: \"auto\",\n borderRadius: theme.borderRadius.borderRadiusSM,\n border: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderMinimal\"]}`,\n boxShadow: theme.shadows[\"boxShadow-03\"],\n \"& ul\": {\n padding: 0,\n margin: 0,\n display: \"flex\",\n flexDirection: \"column\",\n width: \"100%\",\n },\n });\n\nexport const dropdownItemStyles = (\n theme: Theme,\n hasIcon: boolean,\n hasIndicator: boolean,\n) => {\n const gridColumns = `${hasIcon ? \"16px \" : \"\"}1fr ${hasIndicator ? \"16px\" : \"\"}`;\n\n return css({\n cursor: \"pointer\",\n listStyle: \"none\",\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n padding: \"6px 10px\",\n fontSize: 14,\n fontWeight: 400,\n lineHeight: \"18px\",\n letterSpacing: \"0.16px\",\n userSelect: \"none\",\n alignItems: \"center\",\n justifyContent: \"flex-start\",\n gap: 10,\n whiteSpace: \"nowrap\",\n borderRadius: theme.borderRadius.borderRadiusSM,\n display: \"grid\",\n gridTemplateColumns: gridColumns,\n \"& svg\": {\n width: 16,\n height: 16,\n minWidth: 16,\n minHeight: 16,\n },\n \"& .truncate\": {\n whiteSpace: \"nowrap\",\n overflow: \"hidden\",\n textOverflow: \"ellipsis\",\n },\n \"&.selected\": {\n backgroundColor: theme.colors[\"Color/Brand/Control/colorBgActive\"],\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n },\n \"&.disabled\": {\n cursor: \"not-allowed\",\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n \"&:hover\": {\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgContainer\"],\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n },\n },\n \"&.danger:not(.disabled)\": {\n color: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n \"&:hover\": {\n backgroundColor: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n color: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n },\n },\n \"&.hovered:not(.disabled)\": {\n backgroundColor: theme.colors[\"Color/Brand/Control/colorBgHover\"],\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n },\n });\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { breakPoints, overridePropsParse } from \"../../global/utils\";\nimport { buttonCSS } from \"./Button.styles\";\nimport { ButtonProps } from \"./Button.types\";\n\nconst Button: FC<\n ButtonProps & React.ButtonHTMLAttributes\n> = ({\n type = \"button\",\n label,\n variant = \"secondary\",\n icon,\n iconLocation = \"start\",\n secondaryIcon,\n onClick,\n fullWidth,\n collapseOnSmall = true,\n children,\n compact = false,\n className,\n inButtonGroup = false,\n isLoading = false,\n sx,\n ...props\n}) => {\n const theme = useTheme();\n\n const hasLabelTag = label && label.trim() !== \"\";\n const hasLabel = hasLabelTag || !!children;\n let iconToPlace: React.ReactNode = null;\n let secondaryIconToPlace: React.ReactNode = null;\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n if (icon) {\n iconToPlace = {icon};\n }\n\n if (secondaryIcon) {\n secondaryIconToPlace = (\n {secondaryIcon}\n );\n }\n\n const iconOnly = !hasLabel && !!icon;\n\n const mainStyles = buttonCSS(theme, variant, iconOnly);\n\n const paddingValue = useMemo(() => {\n const notLabel = compact ? \"6px\" : \"10px 8px\";\n\n const withLabel = compact ? \"4px 12px\" : \"8px 16px\";\n\n let paddingValue = !hasLabel ? notLabel : withLabel;\n\n if (variant.endsWith(\"-ghost\") && !icon) {\n paddingValue = compact ? \"4px 0\" : \"8px 0\";\n }\n\n if (inButtonGroup) {\n paddingValue = !hasLabel ? \"6px\" : \"4px 12px\";\n }\n\n return paddingValue;\n }, [hasLabel, compact, icon, inButtonGroup, variant]);\n\n const extraStyles = css({\n height: compact ? 28 : 36,\n padding: paddingValue,\n \"& .button-label\": {\n whiteSpace: fullWidth ? \"normal\" : \"nowrap\",\n marginRight:\n !hasLabel || !icon\n ? 0\n : label !== \"\" && iconLocation === \"end\"\n ? \"4px\"\n : 0,\n marginLeft:\n !hasLabel || !icon\n ? 0\n : label !== \"\" && iconLocation === \"start\"\n ? \"4px\"\n : 0,\n },\n });\n\n const smallScreenStyles = css({\n [`@media (max-width: ${breakPoints.md}px)`]: {\n padding: \"0 14px\",\n \"& .button-label\": {\n display: \"none\",\n },\n },\n });\n\n if (isLoading) {\n return ;\n }\n\n return (\n \n \n {icon && iconLocation === \"start\" && iconToPlace}\n {(children || label?.trim() !== \"\") && (\n \n {children}\n {children && label ? \" \" : \"\"}\n {label}\n \n )}\n {icon && iconLocation === \"end\" && iconToPlace}\n {secondaryIcon && secondaryIconToPlace}\n \n \n );\n};\n\nexport default Button;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { css, Theme } from \"@emotion/react\";\n\nimport {\n ButtonStatesProps,\n ButtonThemeProps,\n ButtonVariant,\n} from \"./Button.types\";\n\nexport const buttonVariant = (\n theme: Theme,\n variantName: ButtonVariant,\n): ButtonStatesProps => {\n const buttonVariants: ButtonThemeProps = {\n primary: {\n enabled: {\n border: theme.colors[\"Color/Brand/Primary/colorPrimaryBorder\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n background: `linear-gradient(180deg, ${theme.colors[\"Color/Base/Royal/5\"]} 0%, ${theme.colors[\"Color/Base/Royal/6\"]} 100%)`,\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset`,\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Primary/colorPrimaryBorder\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n background: `linear-gradient(180deg, ${theme.colors[\"Color/Base/Royal/6\"]} 0%, ${theme.colors[\"Color/Base/Royal/7\"]} 100%)`,\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset`,\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Primary/colorPrimaryBorder\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n background: `linear-gradient(180deg, ${theme.colors[\"Color/Base/Royal/6\"]} 0%, ${theme.colors[\"Color/Base/Royal/7\"]} 100%)`,\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n shadow: \"none\",\n },\n },\n secondary: {\n enabled: {\n border: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgContainer\"],\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n shadow: \"none\",\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n background: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n shadow: \"none\",\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n background: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n shadow: \"none\",\n },\n },\n destructive: {\n enabled: {\n border: theme.colors[\"Color/Brand/Error/colorPrimaryBorder\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n background: `linear-gradient(180deg, ${theme.colors[\"Color/Base/Sunset/5\"]} 0%, ${theme.colors[\"Color/Base/Sunset/6\"]} 100%)`,\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset`,\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Error/colorPrimaryBorder\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n background: `linear-gradient(180deg, ${theme.colors[\"Color/Base/Sunset/6\"]} 0%, ${theme.colors[\"Color/Base/Sunset/7\"]} 100%)`,\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n shadow: `0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset`,\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Error/colorPrimaryBorder\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n background: `linear-gradient(180deg, ${theme.colors[\"Color/Base/Sunset/6\"]} 0%, ${theme.colors[\"Color/Base/Sunset/7\"]} 100%)`,\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n shadow: \"none\",\n },\n },\n \"primary-lighter\": {\n enabled: {\n border: theme.colors[\"Color/Brand/Primary/colorPrimaryBg\"],\n text: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n background: theme.colors[\"Color/Brand/Primary/colorPrimaryBg\"],\n iconColor: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n shadow: \"none\",\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Primary/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Primary/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Primary/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Primary/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Primary/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Primary/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Primary/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Primary/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n },\n \"secondary-lighter\": {\n enabled: {\n border: theme.colors[\"Color/Brand/Neutral/colorPrimaryBg\"],\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n background: theme.colors[\"Color/Brand/Neutral/colorPrimaryBg\"],\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n shadow: \"none\",\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n },\n \"destructive-lighter\": {\n enabled: {\n border: theme.colors[\"Color/Brand/Error/colorPrimaryBg\"],\n text: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n background: theme.colors[\"Color/Brand/Error/colorPrimaryBg\"],\n iconColor: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n shadow: \"none\",\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n },\n \"primary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n background: \"transparent\",\n iconColor: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n shadow: \"none\",\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Primary/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Primary/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Primary/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Primary/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Primary/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Primary/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Primary/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Primary/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n },\n \"secondary-ghost\": {\n enabled: {\n border: \"transparent\",\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n background: \"transparent\",\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n shadow: \"none\",\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n },\n \"destructive-ghost\": {\n enabled: {\n border: \"transparent\",\n text: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n background: \"transparent\",\n iconColor: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n shadow: \"none\",\n },\n disabled: {\n border: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n text: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n iconColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n shadow: \"none\",\n },\n hover: {\n border: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n pressed: {\n border: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n text: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n background: theme.colors[\"Color/Brand/Error/colorPrimaryBgHover\"],\n iconColor: theme.colors[\"Color/Brand/Error/colorPrimaryTextHover\"],\n shadow: \"none\",\n },\n },\n };\n\n return buttonVariants[variantName];\n};\n\nexport const buttonCSS = (\n theme: Theme,\n variant: ButtonVariant,\n iconOnly?: boolean,\n) => {\n const btnStyles = buttonVariant(theme, variant);\n\n return css({\n borderRadius: 4,\n cursor: \"pointer\",\n fontFamily: \"'Geist', sans-serif\",\n fontWeight: \"normal\",\n fontSize: 14,\n lineHeight: \"20px\",\n display: \"flex\",\n flexDirection: \"row\",\n alignItems: \"center\",\n justifyContent: \"center\",\n margin: 0,\n transition: \"all 0.2s linear\",\n background: btnStyles.enabled.background,\n borderColor: btnStyles.enabled.border,\n borderWidth: 1,\n borderStyle: \"solid\",\n color: btnStyles.enabled.text,\n boxShadow: btnStyles.enabled.shadow,\n \"& .buttonIcon\": {\n display: \"flex\",\n height: 16,\n width: 16,\n minWidth: 16,\n minHeight: 16,\n justifyContent: \"center\",\n alignItems: \"center\",\n \"& > svg\": {\n fill: btnStyles.enabled.text,\n color: btnStyles.enabled.text,\n width: 16,\n height: 16,\n },\n },\n \"&:disabled\": {\n cursor: \"not-allowed\",\n background: btnStyles.disabled.background,\n borderColor: btnStyles.disabled.border,\n borderWeight: 1,\n borderStyle: \"solid\",\n color: btnStyles.disabled.text,\n boxShadow: btnStyles.disabled.shadow,\n \"& .buttonIcon > svg\": {\n fill: btnStyles.disabled.text,\n color: btnStyles.disabled.text,\n },\n },\n \"&:hover:not(:disabled),&.hover:not(:disabled)\": {\n background:\n variant.endsWith(\"-ghost\") && !iconOnly\n ? \"transparent\"\n : btnStyles.hover.background,\n borderColor:\n variant.endsWith(\"-ghost\") && !iconOnly\n ? \"transparent\"\n : btnStyles.hover.border,\n color: btnStyles.hover.text,\n boxShadow: btnStyles.hover.shadow,\n textDecoration: variant.endsWith(\"-ghost\") ? \"underline\" : \"none\",\n \"& .buttonIcon > svg\": {\n fill: btnStyles.hover.text,\n color: btnStyles.hover.text,\n },\n },\n \"&:active:not(:disabled),&.active:not(:disabled)\": {\n background:\n variant.endsWith(\"-ghost\") && !iconOnly\n ? \"transparent\"\n : btnStyles.pressed.background,\n borderColor:\n variant.endsWith(\"-ghost\") && !iconOnly\n ? \"transparent\"\n : btnStyles.pressed.border,\n textDecoration: variant.endsWith(\"-ghost\") ? \"underline\" : \"none\",\n color: btnStyles.pressed.text,\n boxShadow: btnStyles.pressed.shadow,\n \"& .buttonIcon > svg\": {\n fill: btnStyles.pressed.text,\n color: btnStyles.pressed.text,\n },\n },\n });\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { Theme } from \"@emotion/react\";\n\nexport const inputHelperStyles = (theme: Theme) => ({\n fontFamily: \"'Geist', sans-serif\",\n fontSize: 14,\n color: theme.colors[\"Color/Neutral/Text/colorTextDescription\"],\n marginTop: 4,\n lineHeight: \"16px\",\n minHeight: 16,\n \"&.errorState\": {\n color: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n },\n \"&.successState\": {\n color: theme.colors[\"Color/Brand/Success/colorPrimaryText\"],\n },\n \"&.warningState\": {\n color: theme.colors[\"Color/Brand/Warning/colorPrimaryText\"],\n },\n});\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { FC } from \"react\";\nimport { useTheme } from \"@emotion/react\";\n\nimport { inputHelperStyles } from \"./InputHelper.styles\";\nimport { InputHelperProps } from \"./InputHelper.types\";\n\nconst InputHelper: FC = ({ state = \"normal\", children }) => {\n const theme = useTheme();\n\n return (\n
\n {children}\n
\n );\n};\n\nexport default InputHelper;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { CSSProperties } from \"react\";\nimport { Theme } from \"@emotion/react\";\n\nimport { InputLabelOrientation, InputLabelSizeMode } from \"./InputLabel.types\";\n\nexport const customLabelStyles = (\n theme: Theme,\n inputSizeMode: InputLabelSizeMode,\n orientation: InputLabelOrientation,\n) => {\n let lineHeightVariant: CSSProperties[\"height\"] = \"initial\";\n\n if (orientation === \"horizontal\" && inputSizeMode) {\n switch (inputSizeMode) {\n case \"small\":\n lineHeightVariant = 1;\n break;\n case \"large\":\n lineHeightVariant = 1.4;\n break;\n }\n }\n\n return {\n fontFamily: \"'Geist', sans-serif\",\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n textAlign: \"left\" as const,\n alignItems: \"flex-start\" as const,\n display: \"flex\",\n userSelect: \"none\",\n whiteSpace: \"nowrap\",\n \"& > span\": {\n display: \"flex\",\n alignItems: \"center\",\n lineHeight: lineHeightVariant,\n width: 190,\n paddingRight: 8,\n textWrap: \"wrap\",\n \"&.noMinWidthLabel\": {\n minWidth: \"initial\",\n },\n },\n };\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { FC, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport { customLabelStyles } from \"./InputLabel.styles\";\nimport { InputLabelProps } from \"./InputLabel.types\";\n\nconst Index: FC = ({\n children,\n sx,\n noMinWidth,\n htmlFor,\n orientation = \"horizontal\",\n inputSizeMode = \"large\",\n ...restProps\n}) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n return (\n \n \n {children}\n \n \n );\n};\n\nexport default Index;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { css, keyframes, Theme } from \"@emotion/react\";\n\nimport { TooltipPlacement } from \"./Tooltip.types\";\n\nexport const opacityAnimation = keyframes`\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n`;\n\nexport const mainTooltipStyle = (theme: Theme) =>\n css({\n position: \"fixed\",\n borderRadius: 4,\n border: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n color: theme.colors[\"Color/Neutral/Text/colorTextContrast\"],\n background: theme.colors[\"Color/Neutral/Bg/colorBgContrast\"],\n lineHeight: 1,\n zIndex: 10001,\n padding: 8,\n paddingTop: 4,\n paddingBottom: 4,\n fontSize: 12,\n boxShadow: theme.shadows[\"boxShadow-02\"],\n maxWidth: 350,\n textAlign: \"center\",\n \"& .title\": {\n textAlign: \"left\",\n whiteSpace: \"nowrap\",\n },\n \"& .content\": {\n width: \"auto\",\n maxWidth: 350,\n overflowWrap: \"break-word\",\n textAlign: \"left\",\n },\n });\n\nexport const tooltipPlacement = (theme: Theme, position: TooltipPlacement) => {\n const tooltipArrowSize = 6;\n const background = theme.colors[\"Color/Neutral/Bg/colorBgContrast\"];\n\n let placementPosition = {};\n const beforePosition = {\n content: \"' '\",\n left: \"50%\",\n border: \"solid transparent\",\n height: 0,\n width: 0,\n position: \"absolute\",\n pointerEvents: \"none\",\n borderWidth: tooltipArrowSize,\n marginLeft: tooltipArrowSize * -1,\n };\n\n switch (position) {\n case \"top\":\n placementPosition = {\n transform: \"translateX(-50%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n top: \"100%\",\n borderTopColor: background,\n },\n };\n break;\n case \"right\":\n placementPosition = {\n transform: \"translateX(0) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: tooltipArrowSize * -1,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderRightColor: background,\n },\n };\n break;\n case \"left\":\n placementPosition = {\n transform: \"translateX(-100%) translateY(-50%)\",\n \"&::before\": {\n ...beforePosition,\n left: \"auto\",\n right: tooltipArrowSize * -2,\n top: \"50%\",\n transform: \"translateX(0) translateY(-50%)\",\n borderLeftColor: background,\n },\n };\n break;\n default:\n placementPosition = {\n transform: \"translateX(-50%)\",\n \"&::before\": {\n ...beforePosition,\n bottom: \"100%\",\n borderBottomColor: background,\n },\n };\n }\n\n return css(placementPosition);\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2022 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { cloneElement, FC, Fragment, useState } from \"react\";\nimport { createPortal } from \"react-dom\";\nimport { useTheme } from \"@emotion/react\";\n\nimport {\n mainTooltipStyle,\n opacityAnimation,\n tooltipPlacement,\n} from \"./Tooltip.styles\";\nimport { TooltipConstructProps, TooltipProps } from \"./Tooltip.types\";\n\nconst TooltipElement: FC = ({\n placement,\n title = \"\",\n content,\n anchorEl,\n}) => {\n const theme = useTheme();\n\n let position = {};\n let calculatedPlacement = placement;\n const boundYLimit = 45;\n const boundXLimit = 175;\n\n if (anchorEl) {\n const bounds = anchorEl.getBoundingClientRect();\n const windowWidth = document.documentElement.offsetWidth;\n const windowHeight = document.documentElement.offsetHeight;\n\n switch (placement) {\n case \"bottom\": {\n const calcPosition = bounds.top + bounds.height + boundYLimit;\n\n if (calcPosition > windowHeight) {\n calculatedPlacement = \"top\";\n }\n break;\n }\n case \"left\": {\n const calcInitPosition = bounds.left - boundXLimit;\n\n if (calcInitPosition < 0) {\n calculatedPlacement = \"right\";\n }\n\n break;\n }\n case \"right\": {\n const calcEndPosition = bounds.left + bounds.width + boundXLimit;\n\n if (calcEndPosition > windowWidth) {\n calculatedPlacement = \"left\";\n }\n break;\n }\n case \"top\": {\n if (bounds.top < boundYLimit) {\n calculatedPlacement = \"bottom\";\n }\n\n break;\n }\n }\n\n switch (calculatedPlacement) {\n case \"bottom\":\n position = {\n top: bounds.top + bounds.height + 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n case \"left\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left - 12,\n };\n break;\n case \"right\":\n position = {\n top: bounds.top + bounds.height / 2,\n left: bounds.left + bounds.width + 12,\n };\n break;\n case \"top\":\n position = {\n top: bounds.top - bounds.height / 2 - 10,\n left: bounds.left + bounds.width / 2,\n };\n break;\n }\n }\n\n return (\n \n {title &&
{title}
}\n
{content}
\n \n );\n};\n\nconst Tooltip: FC = ({\n children,\n tooltip,\n title = \"\",\n errorProps,\n placement = \"bottom\",\n}) => {\n const [anchorEl, setAnchorEl] = useState<\n (EventTarget & HTMLSpanElement) | null\n >(null);\n const [tooltipVisible, setTooltipVisible] = useState(false);\n\n if (tooltip === \"\") {\n return (\n \n {errorProps ? cloneElement(children, { ...errorProps }) : children}\n \n );\n }\n\n return (\n \n {\n setAnchorEl(event.currentTarget);\n setTooltipVisible(true);\n }}\n onPointerLeave={() => {\n setTooltipVisible(false);\n }}\n >\n {errorProps ? cloneElement(children, { ...errorProps }) : children}\n {tooltipVisible &&\n createPortal(\n ,\n document.body,\n )}\n \n \n );\n};\n\nexport default Tooltip;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { css, Theme } from \"@emotion/react\";\n\nimport { paddingSizeVariants } from \"../../global/utils\";\n\nexport const inputBaseStyles = (theme: Theme) =>\n css({\n lineHeight: \"20px\",\n height: 38,\n boxSizing: \"border-box\",\n width: \"100%\",\n paddingTop: 8,\n paddingBottom: 8,\n paddingLeft: 8,\n color: theme.colors[\"Color/Neutral/Text/colorTextHeading\"],\n fontSize: 14,\n fontWeight: 400,\n borderWidth: 1,\n borderStyle: \"solid\",\n borderRadius: 4,\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n outline: \"none\",\n transitionDuration: \"0.1s\",\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgFields\"],\n letterSpacing: \"0.16px\",\n \"&.filled\": {\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n },\n \"&.errorState\": {\n borderColor: theme.colors[\"Color/Brand/Error/colorPrimaryBorder\"],\n },\n \"&.warningState\": {\n borderColor: theme.colors[\"Color/Brand/Warning/colorPrimaryBorder\"],\n },\n \"&.successState\": {\n borderColor: theme.colors[\"Color/Brand/Success/colorPrimaryBorder\"],\n },\n \"&::placeholder\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextPlaceholder\"],\n opacity: 1,\n fontWeight: 400,\n letterSpacing: \"0.16px\",\n },\n \"&:hover\": {\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderBold\"],\n },\n \"&:focus\": {\n borderColor: theme.colors[\"Color/Brand/Primary/colorPrimaryBorder\"],\n boxShadow: \"0px 0px 0px 2px rgba(43, 100, 229, 0.30)\",\n },\n \"&:read-only\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextHeading\"],\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgShell\"],\n \"&:placeholder\": {\n color: theme.colors[\"Color/Base/Shark/2\"],\n },\n },\n \"&::-webkit-outer-spin-button, &::-webkit-inner-spin-button\": {\n WebkitAppearance: \"none\",\n margin: 0,\n },\n \"&[type=number]\": {\n \"-moz-appearance\": \"textfield\",\n },\n \"&:disabled\": {\n cursor: \"not-allowed\",\n userSelect: \"none\",\n color: theme.colors[\"Color/Neutral/Text/colorTextPlaceholder\"],\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n \"&:placeholder\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextPlaceholder\"],\n },\n },\n });\n\nexport const inputBaseSizeSmall = css({\n height: 28,\n paddingTop: 4,\n paddingBottom: 4,\n});\n\nexport const inputContainerStyles = (theme: Theme) =>\n css({\n display: \"flex\",\n flexGrow: 1,\n width: \"100%\",\n \"& .textBoxContainer\": {\n width: \"100%\",\n flexGrow: 1,\n position: \"relative\",\n minWidth: 160,\n },\n \"& .tooltipContainer\": {\n marginLeft: 5,\n display: \"flex\",\n alignItems: \"center\",\n \"& .min-icon\": {\n width: 13,\n },\n },\n \"& .overlayAction\": {\n position: \"absolute\",\n right: 1,\n top: 1,\n boxSizing: \"border-box\",\n \"& button\": {\n padding: 6,\n border: 0,\n borderRadius: 0,\n borderTopRightRadius: 3,\n borderBottomRightRadius: 3,\n borderLeft: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n boxShadow: \"none\",\n height: 36,\n boxSizing: \"border-box\",\n fontWeight: \"400\",\n \"& .min-icon\": {\n width: 16,\n height: 16,\n color: theme.colors[\"Color/Neutral/Text/colorText\"],\n fill: theme.colors[\"Color/Neutral/Text/colorText\"],\n },\n },\n },\n \"& .startOverlayIcon\": {\n position: \"absolute\",\n left: 8,\n top: 10,\n \"& svg\": {\n width: 16,\n height: 16,\n color: theme.colors[\"Color/Neutral/Text/colorText\"],\n },\n },\n \"& .accessoryIcon\": {\n position: \"absolute\",\n right: 8,\n top: \"50%\",\n transform: \"translateY(-50%)\",\n width: 16,\n height: 16,\n \"&.errorState\": {\n color: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n },\n \"&.warningState\": {\n color: theme.colors[\"Color/Brand/Warning/colorPrimaryText\"],\n },\n \"&.successState\": {\n color: theme.colors[\"Color/Brand/Success/colorPrimaryText\"],\n },\n },\n \"& .inputLabel.verticalMode\": {\n fontSize: 14,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n marginBottom: paddingSizeVariants.sizeXXS,\n },\n \"& .textdivContainer\": {\n width: \"100%\",\n },\n });\n\nexport const containerSizeSmall = css({\n \"& .overlayAction\": {\n \"& button\": {\n height: 26,\n },\n },\n \"& .startOverlayIcon\": {\n top: 6,\n },\n});\n\nexport const containerOverlayIcon = css({\n \"& .accessoryIcon\": {\n right: 37,\n },\n});\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { RefObject, useMemo, useState } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport CircleAlertIcon from \"../../icons/CircleAlertIcon\";\nimport CircleCheckIcon from \"../../icons/CircleCheckIcon\";\nimport CircleHelpIcon from \"../../icons/CircleHelpIcon\";\nimport EyeIcon from \"../../icons/EyeIcon\";\nimport EyeOffIcon from \"../../icons/EyeOffIcon\";\nimport TriangleAlertIcon from \"../../icons/TriangleAlertIcon\";\nimport Button from \"../Button\";\nimport InputHelper from \"../InputHelper\";\nimport InputLabel from \"../InputLabel\";\nimport Tooltip from \"../Tooltip\";\nimport {\n containerOverlayIcon,\n containerSizeSmall,\n inputBaseSizeSmall,\n inputBaseStyles,\n inputContainerStyles,\n} from \"./InputBox.styles\";\nimport { InputBoxProps } from \"./InputBox.types\";\n\nconst Inputdiv = React.forwardRef<\n React.HTMLAttributes,\n InputBoxProps\n>(\n (\n {\n id,\n tooltip = \"\",\n index,\n type,\n overlayIcon,\n noLabelMinWidth,\n overlayAction,\n overlayObject,\n label = \"\",\n required,\n startIcon,\n className,\n helper,\n state = \"normal\",\n sx,\n sizeMode = \"large\",\n orientation = \"horizontal\",\n onFocus,\n disableErrorUntilFocus = false,\n children,\n value,\n ...props\n },\n ref,\n ) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n const baseStyles = inputBaseStyles(theme);\n const containerStyles = inputContainerStyles(theme);\n\n const [toggleTextInput, setToggleTextInput] = useState(false);\n\n let inputdivWrapperIcon = overlayIcon;\n let inputdivWrapperType = type;\n\n if (type === \"password\" && !overlayIcon) {\n inputdivWrapperIcon = toggleTextInput ? : ;\n inputdivWrapperType = toggleTextInput ? \"text\" : \"password\";\n }\n\n const [hasReceivedFocus, setHasReceivedFocus] = useState(false);\n\n if (\n !disableErrorUntilFocus &&\n state === \"error\" &&\n !hasReceivedFocus &&\n helper\n ) {\n helper = \"\";\n state = \"normal\";\n }\n\n return (\n \n {label !== \"\" && (\n \n {label}\n {required ? \"*\" : \"\"}\n {tooltip !== \"\" && (\n
\n \n
\n \n
\n
\n
\n )}\n \n )}\n\n
\n
\n {startIcon &&
{startIcon}
}\n {\n setHasReceivedFocus(true);\n if (onFocus) {\n onFocus(e);\n }\n }}\n ref={ref as RefObject | null | undefined}\n {...props}\n />\n {state === \"error\" && (\n \n )}\n {state === \"warning\" && (\n \n )}\n {state === \"success\" && (\n \n )}\n {inputdivWrapperIcon && (\n
\n {\n overlayAction(e);\n }\n : () => setToggleTextInput(!toggleTextInput)\n }\n id={`${id}-button`}\n type={\"button\"}\n icon={inputdivWrapperIcon}\n />\n
\n )}\n {overlayObject && (\n
{overlayObject}
\n )}\n
\n {helper !== undefined && (\n {helper}\n )}\n {children}\n
\n \n );\n },\n);\n\nexport default Inputdiv;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { css } from \"@emotion/react\";\n\nexport const autocompleteContainerStyles = css({\n display: \"flex\",\n flexGrow: 1,\n width: \"100%\",\n height: 38,\n position: \"relative\",\n});\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useEffect, useMemo, useRef, useState } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport ChevronDownIcon from \"../../icons/ChevronDownIcon\";\nimport ChevronUpIcon from \"../../icons/ChevronUpIcon\";\nimport DropdownSelector from \"../DropdownSelector\";\nimport InputBox from \"../InputBox\";\nimport { autocompleteContainerStyles } from \"./Autocomplete.styles\";\nimport { AutocompleteProps } from \"./Autocomplete.types\";\n\nconst Autocomplete: FC = ({\n id,\n label = \"\",\n required,\n className,\n tooltip = \"\",\n noLabelMinWidth = false,\n value = \"\",\n sx,\n options,\n onChange,\n disabled = false,\n name,\n placeholder = \"\",\n sizeMode = \"large\",\n orientation = \"horizontal\",\n state = \"normal\",\n readOnly = false,\n helper,\n}) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n const baseInputRef = useRef(null);\n\n const [isOpen, setIsOpen] = useState(false);\n const [searchBoxVal, setSearchBoxVal] = useState(\"\");\n const [valueSelected, setValueSelected] = useState(null);\n const [filterVal, setFilterVal] = useState(\"\");\n\n useEffect(() => {\n if (value !== \"\") {\n const index = options.findIndex((option) => option.value === value);\n\n setValueSelected(index);\n setSearchBoxVal(options[index]?.label || \"\");\n }\n }, [options, value]);\n\n const filteredOptions = options.filter((item) =>\n item.label.toLowerCase().includes(filterVal.toLowerCase()),\n );\n\n const startIcon = useMemo(() => {\n const optionWithIcon =\n valueSelected !== null &&\n (options[valueSelected]?.icon || options[valueSelected]?.indicator);\n\n if (!optionWithIcon) {\n return null;\n }\n\n return options[valueSelected]?.indicator\n ? options[valueSelected]?.indicator\n : options[valueSelected].icon;\n }, [options, valueSelected]);\n\n return (\n {\n if (!isOpen) {\n setIsOpen(true);\n }\n }}\n id={`${id}-Autocomplete`}\n >\n {\n setSearchBoxVal(e.target.value);\n setFilterVal(e.target.value);\n }}\n placeholder={placeholder}\n sizeMode={sizeMode}\n helper={helper}\n orientation={orientation}\n state={state}\n readOnly={readOnly}\n overlayIcon={isOpen ? : }\n overlayAction={() => {\n if (!disabled) {\n setIsOpen(!isOpen);\n }\n }}\n startIcon={startIcon}\n onClick={() => {\n if (!disabled) {\n setIsOpen(!isOpen);\n }\n }}\n sx={{\n ...sx,\n \"& .overlayAction > button\": {\n borderLeft: 0,\n backgroundColor: \"transparent\",\n },\n \"& .accessoryIcon\": {\n display: \"none\",\n },\n }}\n ref={baseInputRef}\n />\n {isOpen && (\n {\n setSearchBoxVal(label || \"\");\n setFilterVal(\"\");\n if (id !== undefined) {\n setValueSelected(id);\n }\n onChange(nValue, extraValue);\n }}\n hideTriggerAction={() => {\n setIsOpen(false);\n if (\n (value !== \"\" && searchBoxVal === \"\") ||\n filteredOptions.length === 0\n ) {\n const option = options.find((option) => option.value === value);\n\n setSearchBoxVal(option?.label || \"\");\n }\n }}\n open={isOpen}\n anchorEl={baseInputRef.current}\n useAnchorWidth\n forSelectInput\n />\n )}\n \n );\n};\n\nexport default Autocomplete;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC } from \"react\";\n\nimport ArrowLeftIcon from \"../../icons/ArrowLeftIcon\";\nimport Button from \"../Button\";\nimport { BackLinkProps } from \"./BackLink.types\";\n\nconst BackLink: FC = ({ label, sx, ...props }) => {\n return (\n }\n variant={\"primary-ghost\"}\n sx={sx}\n {...props}\n >\n {label}\n \n );\n};\n\nexport default BackLink;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment, useCallback, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport CircleAlertIcon from \"../../icons/CircleAlertIcon\";\nimport CircleCheckIcon from \"../../icons/CircleCheckIcon\";\nimport CircleSlashIcon from \"../../icons/CircleSlashIcon\";\nimport CircleXIcon from \"../../icons/CircleXIcon\";\nimport InfoIcon from \"../../icons/InfoIcon\";\nimport { badgeCSS } from \"./Badge.styles\";\nimport { BadgeProps } from \"./Badge.types\";\n\nconst Badge: FC> = ({\n children,\n color = \"none\",\n sx,\n id,\n label,\n size = \"normal\",\n badgeStyle = \"subtle\",\n icon,\n isNumber,\n ...props\n}) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n const badgeStyling = badgeCSS(theme, color, badgeStyle, size, icon, isNumber);\n\n const iconPhase = useCallback((): React.ReactNode => {\n let icnUse: React.ReactNode = null;\n\n if (icon) {\n if (typeof icon === \"boolean\") {\n // We use default icons for each category\n switch (color) {\n case \"none\":\n icnUse = ;\n break;\n case \"info\":\n icnUse = ;\n break;\n case \"success\":\n icnUse = ;\n break;\n case \"warning\":\n icnUse = ;\n break;\n case \"danger\":\n icnUse = ;\n break;\n default:\n icnUse = null;\n }\n } else {\n // In case we want to use a custom icon, and it is not a predefined icon\n icnUse = icon === \"dot\" ? : icon;\n }\n }\n\n return icnUse;\n }, [icon, color]);\n\n return (\n \n {icon && {iconPhase()}}\n \n {label}\n {children}\n \n \n );\n};\nexport default Badge;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { css, Theme } from \"@emotion/react\";\n\nimport { paddingSizeVariants } from \"../../global/utils\";\nimport {\n BadgeColors,\n BadgeElementThemeProps,\n BadgeIcons,\n BadgeSizes,\n BadgeStyles,\n BadgeThemeProps,\n} from \"./Badge.types\";\n\nexport const badgeVariant = (\n theme: Theme,\n variant: BadgeColors,\n): BadgeElementThemeProps => {\n const themeVariants: BadgeThemeProps = {\n none: {\n minimalColor: theme.colors[\"Color/Base/Shark/6\"],\n subtleBG: theme.colors[\"Color/Base/Shark/1\"],\n subtleLabel: theme.colors[\"Color/Base/Shark/6\"],\n boldBG: theme.colors[\"Color/Base/Shark/6\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n },\n info: {\n minimalColor: theme.colors[\"Color/Base/Royal/6\"],\n subtleBG: theme.colors[\"Color/Base/Royal/1\"],\n subtleLabel: theme.colors[\"Color/Base/Royal/6\"],\n boldBG: theme.colors[\"Color/Base/Royal/6\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n },\n success: {\n minimalColor: theme.colors[\"Color/Base/Java/6\"],\n subtleBG: theme.colors[\"Color/Base/Java/1\"],\n subtleLabel: theme.colors[\"Color/Base/Java/6\"],\n boldBG: theme.colors[\"Color/Base/Java/6\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n },\n warning: {\n minimalColor: theme.colors[\"Color/Base/Orange/6\"],\n subtleBG: theme.colors[\"Color/Base/Orange/1\"],\n subtleLabel: theme.colors[\"Color/Base/Orange/6\"],\n boldBG: theme.colors[\"Color/Base/Orange/6\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n },\n danger: {\n minimalColor: theme.colors[\"Color/Base/Sunset/6\"],\n subtleBG: theme.colors[\"Color/Base/Sunset/1\"],\n subtleLabel: theme.colors[\"Color/Base/Sunset/6\"],\n boldBG: theme.colors[\"Color/Base/Sunset/6\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n },\n purple: {\n minimalColor: theme.colors[\"Color/Base/Purple/6\"],\n subtleBG: theme.colors[\"Color/Base/Purple/1\"],\n subtleLabel: theme.colors[\"Color/Base/Purple/6\"],\n boldBG: theme.colors[\"Color/Base/Purple/6\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n },\n rose: {\n minimalColor: theme.colors[\"Color/Base/Rose/6\"],\n subtleBG: theme.colors[\"Color/Base/Rose/1\"],\n subtleLabel: theme.colors[\"Color/Base/Rose/6\"],\n boldBG: theme.colors[\"Color/Base/Rose/6\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n },\n scooter: {\n minimalColor: theme.colors[\"Color/Base/Scooter/6\"],\n subtleBG: theme.colors[\"Color/Base/Scooter/1\"],\n subtleLabel: theme.colors[\"Color/Base/Scooter/6\"],\n boldBG: theme.colors[\"Color/Base/Scooter/6\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n },\n disabled: {\n minimalColor: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n subtleBG: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n subtleLabel: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n boldBG: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n boldLabel: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n },\n };\n\n return themeVariants[variant];\n};\n\nexport const badgeCSS = (\n theme: Theme,\n color: BadgeColors,\n badgeStyle: BadgeStyles,\n size: BadgeSizes,\n icon: BadgeIcons,\n isNumber?: boolean,\n) => {\n const themeVariant = badgeVariant(theme, color);\n\n let textColor =\n badgeStyle === \"bold\" ? themeVariant.boldLabel : themeVariant.subtleLabel;\n let bgColor =\n badgeStyle === \"bold\" ? themeVariant.boldBG : themeVariant.subtleBG;\n let borderColor =\n badgeStyle === \"bold\" ? themeVariant.boldBG : themeVariant.subtleBG;\n\n if (icon === \"dot\" || badgeStyle === \"minimal\") {\n bgColor = \"transparent\";\n textColor = themeVariant.minimalColor;\n borderColor = icon === \"dot\" ? \"transparent\" : themeVariant.minimalColor;\n }\n\n let padding =\n size === \"small\"\n ? `0 6px`\n : `${theme.paddingSizes.sizeXXS}px ${theme.paddingSizes.sizeXS}px`;\n\n if (size === \"small\" && isNumber) {\n padding = \"0\";\n }\n\n return css({\n boxSizing: \"border-box\",\n position: \"relative\",\n margin: 0,\n userSelect: \"none\",\n appearance: \"none\",\n maxWidth: \"100%\",\n fontSize: 12,\n fontWeight: 600,\n lineHeight: \"16px\",\n display: \"inline-flex\",\n alignItems: \"center\",\n justifyContent: \"center\",\n height: size === \"small\" ? 16 : 24,\n color: textColor,\n backgroundColor: bgColor,\n borderRadius: 16,\n whiteSpace: \"nowrap\",\n cursor: \"default\",\n outline: 0,\n textDecoration: \"none\",\n border: `${borderColor} 1px solid`,\n padding,\n verticalAlign: \"middle\",\n gap: paddingSizeVariants.sizeXXS,\n minWidth: size === \"small\" ? 16 : 20,\n \"& svg\": {\n width: icon === \"dot\" ? 8 : 15,\n height: icon === \"dot\" ? 8 : 15,\n color: textColor,\n fill: textColor,\n },\n \"& span.dot\": {\n display: \"inline-block\",\n width: 8,\n height: 8,\n backgroundColor: textColor,\n borderRadius: \"100%\",\n },\n });\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport { iconContainerStyles } from \"./BoxedIcon.styles\";\nimport { IBoxedIconProps } from \"./BoxedIcon.types\";\n\nconst BoxedIcon: FC = ({ sx, children }) => {\n const theme = useTheme();\n\n const boxedStyle = iconContainerStyles(theme);\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n return (\n
\n {children}\n
\n );\n};\n\nexport default BoxedIcon;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { css, Theme } from \"@emotion/react\";\n\nexport const iconContainerStyles = (theme: Theme) =>\n css({\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"center\",\n boxSizing: \"border-box\",\n padding: 16,\n width: 60,\n height: 60,\n minHeight: 60,\n minWidth: 60,\n borderRadius: 12,\n backgroundColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryBg\"],\n \"& svg\": {\n color: theme.colors[\"Color/Brand/_minio/Raspberry\"],\n width: 24,\n height: 24,\n minWidth: 24,\n minHeight: 24,\n },\n });\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { Theme } from \"@emotion/react\";\n\nexport const expandMenuOptionStyles = (theme: Theme) => {\n return {\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"flex-start\",\n gap: 8,\n border: 0,\n borderRadius: 4,\n cursor: \"pointer\",\n width: \"100%\",\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n backgroundColor: \"transparent\",\n padding: \"4px 10px\",\n fontWeight: 400,\n height: 28,\n boxShadow: \"none\",\n textDecoration: \"none\",\n \"&:hover:not(:disabled)\": {\n backgroundColor: theme.colors[\"Color/Brand/Control/colorBgHover\"],\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n },\n \"&:active:not(:disabled)\": {\n backgroundColor: theme.colors[\"Color/Brand/Control/colorBgHover\"],\n },\n \"&:disabled\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n cursor: \"not-allowed\",\n },\n \"&.danger\": {\n color: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n \"&:hover:not(:disabled)\": {\n color: theme.colors[\"Color/Brand/Error/colorPrimaryText\"],\n },\n },\n \"& svg\": {\n width: 16,\n height: 16,\n },\n \"& .menu-icon\": {\n display: \"inline-flex\",\n width: 16,\n height: 16,\n },\n \"& .menu-option\": {\n fontSize: 14,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"20px\",\n letterSpacing: \"0.16px\",\n whiteSpace: \"nowrap\" as const,\n },\n \"& .button-label\": {\n marginLeft: 0,\n },\n };\n};\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { FC, useEffect, useState } from \"react\";\nimport { createPortal } from \"react-dom\";\nimport { css, useTheme } from \"@emotion/react\";\nimport { CSSObject } from \"@emotion/serialize\";\nimport debounce from \"lodash/debounce\";\n\nimport { useEscapeKey } from \"../../global/hooks\";\nimport SelectorContainer from \"../../global/SelectorContainer\";\nimport { expandMenuOptionStyles } from \"./ExpandMenu.styles\";\nimport { ExpandDropdownProps } from \"./ExpandMenu.types\";\n\nconst calcElementPosition = (\n anchorEl: (EventTarget & HTMLElement) | null,\n anchorOrigin: \"start\" | \"end\" | \"middle\",\n) => {\n if (!anchorEl) {\n return {\n top: 0,\n left: 0,\n width: 0,\n };\n }\n\n const bounds = anchorEl.getBoundingClientRect();\n\n const returnItem: CSSObject = { top: bounds.top + bounds.height };\n\n switch (anchorOrigin) {\n case \"start\":\n returnItem.left = bounds.left;\n returnItem.transform = \"translateX(0%)\";\n break;\n case \"end\":\n returnItem.left = bounds.left + bounds.width;\n returnItem.transform = \"translateX(-100%)\";\n break;\n case \"middle\":\n returnItem.left = bounds.right - bounds.width / 2;\n returnItem.transform = \"translateX(-50%)\";\n break;\n }\n\n return returnItem;\n};\n\nconst ExpandDropdown: FC = ({\n hideTriggerAction,\n open,\n anchorEl = null,\n anchorOrigin = \"start\",\n forInputOptions = false,\n children,\n}) => {\n const theme = useTheme();\n\n const [coords, setCoords] = useState(null);\n\n useEscapeKey(hideTriggerAction);\n\n useEffect(() => {\n if (open) {\n setCoords(calcElementPosition(anchorEl, anchorOrigin));\n return;\n }\n setCoords(null);\n }, [anchorEl, anchorOrigin, open]);\n\n useEffect(() => {\n const handleResize = () => {\n hideTriggerAction();\n };\n\n const scrollResize = debounce((anchorEl) => {\n if (!anchorEl || !anchorEl.getBoundingClientRect()) {\n return;\n }\n setCoords(calcElementPosition(anchorEl, anchorOrigin));\n }, 300);\n\n window.addEventListener(\"resize\", handleResize);\n window.addEventListener(\"scroll\", () => {\n scrollResize(anchorEl);\n });\n });\n\n const expandDropdownStyles = css({\n position: \"absolute\",\n display: \"grid\",\n gridTemplateColumns: \"100%\",\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgContainer\"],\n padding: 8,\n maxHeight: 450,\n minWidth: forInputOptions ? \"initial\" : 180,\n overflowX: \"hidden\",\n overflowY: \"auto\",\n borderRadius: theme.borderRadius.borderRadiusSM,\n border: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderMinimal\"]}`,\n boxShadow:\n \"0px 2px 8px 0px rgba(156, 163, 175, 0.15), 0px 4px 12px 0px rgba(156, 163, 175, 0.25)\",\n marginTop: forInputOptions ? 0 : 10,\n \"& ul\": {\n padding: 0,\n margin: 0,\n display: \"flex\",\n flexDirection: \"column\",\n width: \"100%\",\n },\n \"& button\": expandMenuOptionStyles(theme),\n \"&::-webkit-scrollbar\": {\n width: 5,\n },\n \"&::-webkit-scrollbar-thumb\": {\n background: theme.colors[\"Color/Base/Shark/3\"],\n borderRadius: \"5px\",\n },\n\n \"&::-webkit-scrollbar-track\": {\n background: \"transparent\",\n borderRadius: 0,\n },\n });\n\n if (!open || !coords) {\n return null;\n }\n\n if (!anchorEl) {\n console.warn(\n \"AnchorEl not set. Element will be rendered on the top of the page\",\n );\n }\n\n return createPortal(\n \n
{children}
\n
,\n document.body,\n );\n};\n\nexport default ExpandDropdown;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment, useState } from \"react\";\n\nimport ChevronDownIcon from \"../../icons/ChevronDownIcon\";\nimport ChevronUpIcon from \"../../icons/ChevronUpIcon\";\nimport Button from \"../Button\";\nimport ExpandDropdown from \"./ExpandDropdown\";\nimport { ExpandMenuProps } from \"./ExpandMenu.types\";\n\nconst ExpandMenu: FC<\n ExpandMenuProps & React.ButtonHTMLAttributes\n> = ({\n id,\n icon,\n iconLocation,\n dropMenuPosition,\n variant,\n name,\n sx,\n label,\n children,\n disabled,\n dropArrow = true,\n compact = false,\n forInputOptions = false,\n inButtonGroup,\n}) => {\n const [expandedMenu, setExpandedMenu] = useState(false);\n const [anchorEl, setAnchorEl] = React.useState<\n (EventTarget & HTMLButtonElement) | null\n >(null);\n\n let secondary = null;\n\n if (dropArrow) {\n secondary = expandedMenu ? (\n \n ) : (\n \n );\n }\n\n return (\n \n {\n setExpandedMenu(!expandedMenu);\n setAnchorEl(e.currentTarget);\n }}\n inButtonGroup={inButtonGroup}\n />\n\n {expandedMenu && (\n {\n setExpandedMenu(false);\n }}\n anchorOrigin={dropMenuPosition}\n anchorEl={anchorEl}\n forInputOptions={forInputOptions}\n >\n {children}\n \n )}\n \n );\n};\n\nexport default ExpandMenu;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport { expandMenuOptionStyles } from \"./ExpandMenu.styles\";\nimport { ExpandMenuOptionProps } from \"./ExpandMenu.types\";\n\nconst ExpandMenuOption: FC<\n ExpandMenuOptionProps & React.ButtonHTMLAttributes\n> = ({\n children,\n icon,\n sx,\n variant = \"regular\",\n id,\n inButtonGroup = false,\n ...restProps\n}) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n let extraPadding = {};\n\n if (inButtonGroup) {\n extraPadding = { padding: icon && !children ? \"6px\" : \"4px 12px\" };\n }\n\n return (\n \n {icon && {icon}}\n {children}\n \n );\n};\n\nexport default ExpandMenuOption;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, Fragment } from \"react\";\nimport { useTheme } from \"@emotion/react\";\n\nimport ExpandMenu from \"../ExpandMenu\";\nimport ExpandMenuOption from \"../ExpandMenu/ExpandMenuOption\";\nimport { breadcrumbsButtonTheme } from \"./Breadcrumbs.styles\";\nimport { BreadcrumbsOption, BreadcrumbsOptionProps } from \"./Breadcrumbs.types\";\n\nconst BreadcrumbButton: FC<\n BreadcrumbsOptionProps & React.ButtonHTMLAttributes\n> = ({\n label,\n icon,\n iconLocation = \"start\",\n onClick,\n onClickOption,\n disabled,\n children,\n className,\n current,\n subOptions,\n ...props\n}) => {\n const theme = useTheme();\n\n const breadcrumbButtonTheme = breadcrumbsButtonTheme(theme);\n\n const clickFunction = (option: BreadcrumbsOption) => {\n if (onClickOption) {\n onClickOption(option.to);\n }\n\n if (option.onClick) {\n option.onClick(option.to);\n }\n };\n\n let iconToPlace: React.ReactNode = null;\n let expandMenu = null;\n\n if (icon) {\n iconToPlace = {icon};\n }\n\n if (subOptions) {\n expandMenu = (\n ({\n display: \"flex\",\n alignItems: \"center\",\n height: 20,\n width: 20,\n padding: \"2px 4px\",\n borderRadius: 2,\n fontSize: 12,\n gap: 4,\n transitionDuration: \"0s\",\n \"& .button-label\": {\n display: \"none\",\n marginLeft: 0,\n },\n color: theme.colors[\"Color/Neutral/Text/colorTextDescription\"],\n \"&:hover\": {\n backgroundColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryBg\"],\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n textDecoration: \"underline\",\n \"& .button-icon svg\": {\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n },\n },\n \"& .buttonIcon > svg\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextDescription\"],\n width: 16,\n height: 16,\n },\n })}\n compact\n >\n {subOptions.map((option, index) => (\n clickFunction(option)}\n icon={option.icon}\n disabled={option.disabled}\n >\n {option.label}\n \n ))}\n \n );\n }\n\n return (\n \n \n \n {icon && (\n \n {icon && iconLocation === \"start\" && iconToPlace}\n \n )}\n {children ||\n (label && (\n \n {children}\n {children && label ? \" \" : \"\"}\n {label}\n \n ))}\n {icon && iconLocation === \"end\" && iconToPlace}\n \n \n {expandMenu}\n \n );\n};\n\nexport default BreadcrumbButton;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { Theme } from \"@emotion/react\";\n\nexport const breadcrumbsTheme = (theme: Theme) => ({\n boxSizing: \"border-box\",\n flexBasis: \"100%\",\n width: \"100%\",\n fontSize: 12,\n fontWeight: \"bold\",\n height: 38,\n display: \"flex\",\n alignItems: \"center\",\n marginRight: 10,\n \"& .breadcrumbsList\": {\n display: \"flex\",\n flexWrap: \"nowrap\",\n flexGrow: 1,\n textAlign: \"left\" as const,\n marginLeft: 15,\n marginRight: 10,\n overflow: \"hidden\",\n userSelect: \"none\",\n \"& .divider\": {\n boxSizing: \"content-box\",\n display: \"inline-flex\",\n justifyContent: \"center\",\n width: 12,\n minWidth: 12,\n color: theme.colors[\"Color/Neutral/Text/colorTextDescription\"],\n fontSize: 12,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"16px\",\n letterSpacing: \"0.5px\",\n padding: \"2px 4px\",\n },\n \"& svg\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextDescription\"],\n \"&:hover\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n },\n },\n \"& .last\": {\n pointerEvents: \"none\",\n },\n },\n \"& .slashSpacingStyle\": {\n margin: \"0 5px\",\n },\n});\n\nexport const breadcrumbsButtonTheme = (theme: Theme) => ({\n cursor: \"pointer\",\n display: \"inline-flex\" as const,\n boxSizing: \"border-box\" as const,\n border: 0,\n backgroundColor: \"transparent\",\n padding: \"2px 4px\",\n color: theme.colors[\"Color/Neutral/Text/colorTextHeading\"],\n fontSize: 12,\n fontStyle: \"normal\",\n fontWeight: 400,\n lineHeight: \"16px\",\n letterSpacing: \"0.5px\",\n textOverflow: \"ellipsis\" as const,\n overflow: \"hidden\" as const,\n whiteSpace: \"nowrap\" as const,\n borderRadius: theme.borderRadius.borderRadiusXS,\n height: 20,\n gap: 4,\n \"& .button-icon svg\": {\n width: 16,\n height: 16,\n minWidth: 16,\n minHeight: 16,\n color: theme.colors[\"Color/Neutral/Text/colorTextHeading\"],\n },\n \"&.current\": {\n cursor: \"default\",\n color: theme.colors[\"Color/Neutral/Text/colorTextDescription\"],\n \"& .button-icon svg\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextDescription\"],\n },\n },\n \"&:not(.current):hover\": {\n backgroundColor: theme.colors[\"Color/Brand/Control/colorBgHover\"],\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n textDecoration: \"underline\",\n \"& .button-icon svg\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextLabel\"],\n },\n },\n});\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { FC, Fragment, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport ChevronLeftIcon from \"../../icons/ChevronLeftIcon\";\nimport EllipsisIcon from \"../../icons/EllipsisIcon\";\nimport Box from \"../Box\";\nimport Button from \"../Button\";\nimport ExpandMenu from \"../ExpandMenu\";\nimport ExpandMenuOption from \"../ExpandMenu/ExpandMenuOption\";\nimport BreadcrumbButton from \"./BreadcrumbButton\";\nimport { breadcrumbsTheme } from \"./Breadcrumbs.styles\";\nimport { BreadcrumbsOption, BreadcrumbsProps } from \"./Breadcrumbs.types\";\n\nconst Breadcrumbs: FC = ({\n sx,\n goBackFunction,\n options,\n displayLastItems = false,\n onClickOption,\n markCurrentItem = false,\n children,\n}) => {\n const theme = useTheme();\n\n const mainTheme = breadcrumbsTheme(theme);\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n const hasCollapsedOpts =\n typeof displayLastItems === \"number\" &&\n options.length - 1 > displayLastItems &&\n options.length > 0;\n\n let collapsedOptions = null;\n\n const clickFunction = (option: BreadcrumbsOption) => {\n if (onClickOption) {\n onClickOption(option.to);\n }\n\n if (option.onClick) {\n option.onClick(option.to);\n }\n };\n\n const Divider = () => {\n return /;\n };\n\n // Collapsed options\n if (hasCollapsedOpts && options.length > displayLastItems - 1) {\n const colOpts = options.slice(1, displayLastItems * -1);\n\n collapsedOptions = (\n }\n variant={\"secondary-ghost\"}\n sx={{\n height: 20,\n padding: \"2px 4px\",\n borderRadius: 2,\n }}\n dropArrow={false}\n compact\n >\n {colOpts.map((option, index) => (\n clickFunction(option)}\n >\n {option.label}\n \n ))}\n \n );\n }\n\n const itSlide = hasCollapsedOpts\n ? options.slice(displayLastItems * -1)\n : options;\n\n return (\n
\n {goBackFunction && (\n }\n onClick={goBackFunction}\n iconLocation={\"start\"}\n compact\n sx={{\n width: 28,\n height: 28,\n }}\n />\n )}\n \n {hasCollapsedOpts ? (\n \n clickFunction(options[0])}\n onClickOption={onClickOption}\n icon={options[0].icon!}\n >\n {options[0].label}\n \n \n {collapsedOptions}\n \n {itSlide.map((itm, index) => {\n const lastItem = index === itSlide.length - 1;\n\n return (\n \n {index !== 0 && }\n clickFunction(itm)}\n onClickOption={onClickOption}\n className={`${lastItem && !itm.subOptions ? \"last\" : \"\"}`}\n icon={itm.icon!}\n current={lastItem && markCurrentItem}\n label={itm.label}\n />\n \n );\n })}\n \n ) : (\n \n {itSlide.map((itm, index) => {\n const lastItem = index === options.length - 1;\n\n return (\n \n {index !== 0 && }\n {\n clickFunction(itm);\n }}\n onClickOption={onClickOption}\n className={`${lastItem && !itm.subOptions ? \"last\" : \"\"}`}\n icon={itm.icon!}\n current={lastItem && markCurrentItem}\n subOptions={itm.subOptions}\n label={itm.label}\n />\n \n );\n })}\n {children!}\n \n )}\n \n
\n );\n};\n\nexport default Breadcrumbs;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, {\n cloneElement,\n FC,\n Fragment,\n isValidElement,\n useMemo,\n} from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { overridePropsParse } from \"../../global/utils\";\nimport { ButtonProps } from \"../Button/Button.types\";\nimport { buttonGroupStyles } from \"./Buttongroup.styles\";\nimport { ButtonGroupProps } from \"./ButtonGroup.types\";\n\nconst ButtonGroup: FC = ({\n sx,\n children,\n isLoading,\n ...restProps\n}) => {\n const theme = useTheme();\n\n const mainStyles = buttonGroupStyles(theme);\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n if (isLoading) {\n return ;\n }\n\n return (\n
\n {React.Children.map(children, (child) => {\n // Ensure the child is a valid ButtonProps and pass the prop\n if (isValidElement(child)) {\n return cloneElement(child, { inButtonGroup: true });\n }\n return child;\n })}\n
\n );\n};\n\nexport default ButtonGroup;\n","// This file is part of MinIO Design System\n// Copyright (c) 2024 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { Theme } from \"@emotion/react\";\n\nexport const buttonGroupStyles = (theme: Theme) => ({\n display: \"inline-flex\",\n flexDirection: \"row\" as const,\n border: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgContainer\"],\n borderRadius: 4,\n overflow: \"hidden\",\n width: \"initial\",\n height: 28,\n boxSizing: \"border-box\" as const,\n \"& > *:not(:last-child)\": {\n borderRight: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n },\n \"& button\": {\n display: \"flex\",\n alignItems: \"center\",\n justifyContent: \"center\",\n boxShadow: \"none\",\n border: 0,\n borderRadius: 0,\n fontSize: 14,\n lineHeight: \"20px\",\n fontStyle: \"normal\",\n fontWeight: 400,\n letterSpacing: \"0.16px\",\n fontFamily: \"'Geist', sans-serif\",\n boxSizing: \"border-box\",\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n height: 26,\n background: \"transparent\",\n \"& .buttonIcon\": {\n height: 16,\n \"& > svg\": {\n width: 16,\n height: 16,\n minWidth: 16,\n minHeight: 16,\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n },\n },\n \"&.button-secondary\": {\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n \"& .buttonIcon > svg\": {\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n },\n },\n \"& .button-label, & .menu-option\": {\n whiteSpace: \"nowrap\",\n },\n \"&:disabled\": {\n cursor: \"not-allowed\",\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n \"& .buttonIcon > svg\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n },\n },\n \"&:hover:not(:disabled)\": {\n background: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n boxShadow: \"none\",\n \"& .buttonIcon > svg\": {\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n },\n \"&.button-secondary\": {\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n \"& .buttonIcon > svg\": {\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryText\"],\n },\n },\n },\n \"&:active\": {\n backgroundColor: theme.colors[\"Color/Brand/Neutral/colorPrimaryBgHover\"],\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n boxShadow: \"none\",\n \"& .buttonIcon > svg\": {\n color: theme.colors[\"Color/Brand/Neutral/colorPrimaryTextHover\"],\n },\n },\n \"&.selected:not(:disabled)\": {\n backgroundColor: theme.colors[\"Color/Brand/Primary/colorPrimaryBg\"],\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n \"& .buttonIcon > svg\": {\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n },\n \"&:hover\": {\n backgroundColor: theme.colors[\"Color/Brand/Primary/colorPrimaryBg\"],\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n \"& .buttonIcon > svg\": {\n color: theme.colors[\"Color/Brand/Primary/colorPrimaryText\"],\n },\n },\n },\n },\n});\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport { OverrideTheme } from \"./global.types\";\nimport { breakPoints, overridePropsParse } from \"./utils\";\n\nexport interface FieldContainerProps {\n children: React.ReactNode;\n className?: string;\n sx?: OverrideTheme;\n}\n\nconst mainStyle = css({\n position: \"relative\",\n display: \"flex\",\n flexWrap: \"wrap\",\n width: \"100%\",\n flexBasis: \"100%\",\n [`@media (max-width: ${breakPoints.sm})`]: {\n flexFlow: \"column\",\n },\n \"& .tooltipContainer\": {\n marginLeft: 5,\n display: \"flex\",\n alignItems: \"center\",\n \"& .min-icon\": {\n width: 13,\n },\n },\n});\n\nexport const FieldContainer: FC = ({\n children,\n sx,\n className,\n}) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n return (\n
\n {children}\n
\n );\n};\n\nexport default FieldContainer;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport React, { FC, useMemo } from \"react\";\nimport { css, useTheme } from \"@emotion/react\";\n\nimport FieldContainer from \"../../global/FieldContainer\";\nimport { overridePropsParse } from \"../../global/utils\";\nimport CheckIcon from \"../../icons/CheckIcon\";\nimport CircleHelpIcon from \"../../icons/CircleHelpIcon\";\nimport InputHelper from \"../InputHelper\";\nimport InputLabel from \"../InputLabel\";\nimport Tooltip from \"../Tooltip\";\nimport { checkboxStyles } from \"./Checkbox.styles\";\nimport { CheckboxProps } from \"./Checkbox.types\";\n\nconst Checkbox: FC<\n CheckboxProps & React.InputHTMLAttributes\n> = ({\n tooltip,\n label,\n id,\n overrideLabelClasses,\n sx,\n className,\n checked,\n helper,\n disabled,\n ...props\n}) => {\n const theme = useTheme();\n\n const overrideThemes = useMemo(() => {\n if (sx) {\n return css({ ...overridePropsParse(sx, theme) });\n }\n\n return {};\n }, [sx, theme]);\n\n const checkboxTheme = checkboxStyles(theme);\n\n return (\n \n {label && label !== \"\" && (\n \n {label}\n {tooltip && tooltip !== \"\" && (\n
\n \n \n \n
\n )}\n \n )}\n e.stopPropagation()}\n >\n \n \n \n \n {helper !== undefined && {helper}}\n \n \n );\n};\n\nexport default Checkbox;\n","// This file is part of MinIO Design System\n// Copyright (c) 2023 MinIO, Inc.\n//\n// This program is free software: you can redistribute it and/or modify\n// it under the terms of the GNU Affero General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// This program is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU Affero General Public License for more details.\n//\n// You should have received a copy of the GNU Affero General Public License\n// along with this program. If not, see .\n\nimport { Theme } from \"@emotion/react\";\n\nexport const checkboxStyles = (theme: Theme) => ({\n position: \"relative\",\n \"& input\": {\n display: \"none\",\n },\n \"& .checkbox\": {\n position: \"relative\",\n display: \"block\",\n width: 16,\n height: 16,\n borderRadius: 4,\n border: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgFields\"],\n boxSizing: \"border-box\" as const,\n \"&:hover:not(:disabled)\": {\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderBold\"],\n },\n \"& .icon-overlay\": {\n display: \"none\",\n },\n },\n \"input:checked ~ .checkbox\": {\n borderColor: theme.colors[\"Color/Brand/Primary/colorPrimary\"],\n backgroundColor: theme.colors[\"Color/Brand/Primary/colorPrimary\"],\n overflow: \"hidden\",\n \"&:before\": {\n content: \"' '\",\n position: \"absolute\",\n display: \"block\",\n width: 16,\n height: 16,\n borderRadius: 4,\n top: \"50%\",\n left: \"50%\",\n transform: \"translateX(-50%) translateY(-50%)\",\n },\n \"& .icon-overlay\": {\n display: \"block\",\n },\n \"&:hover\": {\n borderColor: theme.colors[\"Color/Brand/Primary/colorPrimaryHover\"],\n backgroundColor: theme.colors[\"Color/Brand/Primary/colorPrimaryHover\"],\n },\n },\n \"input:disabled\": {\n \"& ~ .checkbox\": {\n border: `1px solid ${theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"]}`,\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n \"&:hover\": {\n borderColor: theme.colors[\"Color/Neutral/Border/colorBorderSubtle\"],\n backgroundColor: theme.colors[\"Color/Neutral/Bg/colorBgDisabled\"],\n },\n },\n },\n \"& .icon-overlay\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextLightSolid\"],\n position: \"absolute\",\n width: 14,\n height: 14,\n \"&.disabled\": {\n color: theme.colors[\"Color/Neutral/Text/colorTextDisabled\"],\n },\n },\n});\n","function _objectWithoutPropertiesLoose(r, e) {\n if (null == r) return {};\n var t = {};\n for (var n in r) if ({}.hasOwnProperty.call(r, n)) {\n if (e.includes(n)) continue;\n t[n] = r[n];\n }\n return t;\n}\nexport { _objectWithoutPropertiesLoose as default };","/**\n * @typedef {import('./info.js').Info} Info\n * @typedef {Record} Properties\n * @typedef {Record} Normal\n */\n\nexport class Schema {\n /**\n * @constructor\n * @param {Properties} property\n * @param {Normal} normal\n * @param {string} [space]\n */\n constructor(property, normal, space) {\n this.property = property\n this.normal = normal\n if (space) {\n this.space = space\n }\n }\n}\n\n/** @type {Properties} */\nSchema.prototype.property = {}\n/** @type {Normal} */\nSchema.prototype.normal = {}\n/** @type {string|null} */\nSchema.prototype.space = null\n","/**\n * @typedef {import('./schema.js').Properties} Properties\n * @typedef {import('./schema.js').Normal} Normal\n */\n\nimport {Schema} from './schema.js'\n\n/**\n * @param {Schema[]} definitions\n * @param {string} [space]\n * @returns {Schema}\n */\nexport function merge(definitions, space) {\n /** @type {Properties} */\n const property = {}\n /** @type {Normal} */\n const normal = {}\n let index = -1\n\n while (++index < definitions.length) {\n Object.assign(property, definitions[index].property)\n Object.assign(normal, definitions[index].normal)\n }\n\n return new Schema(property, normal, space)\n}\n","/**\n * @param {string} value\n * @returns {string}\n */\nexport function normalize(value) {\n return value.toLowerCase()\n}\n","export class Info {\n /**\n * @constructor\n * @param {string} property\n * @param {string} attribute\n */\n constructor(property, attribute) {\n /** @type {string} */\n this.property = property\n /** @type {string} */\n this.attribute = attribute\n }\n}\n\n/** @type {string|null} */\nInfo.prototype.space = null\nInfo.prototype.boolean = false\nInfo.prototype.booleanish = false\nInfo.prototype.overloadedBoolean = false\nInfo.prototype.number = false\nInfo.prototype.commaSeparated = false\nInfo.prototype.spaceSeparated = false\nInfo.prototype.commaOrSpaceSeparated = false\nInfo.prototype.mustUseProperty = false\nInfo.prototype.defined = false\n","let powers = 0\n\nexport const boolean = increment()\nexport const booleanish = increment()\nexport const overloadedBoolean = increment()\nexport const number = increment()\nexport const spaceSeparated = increment()\nexport const commaSeparated = increment()\nexport const commaOrSpaceSeparated = increment()\n\nfunction increment() {\n return 2 ** ++powers\n}\n","import {Info} from './info.js'\nimport * as types from './types.js'\n\n/** @type {Array} */\n// @ts-expect-error: hush.\nconst checks = Object.keys(types)\n\nexport class DefinedInfo extends Info {\n /**\n * @constructor\n * @param {string} property\n * @param {string} attribute\n * @param {number|null} [mask]\n * @param {string} [space]\n */\n constructor(property, attribute, mask, space) {\n let index = -1\n\n super(property, attribute)\n\n mark(this, 'space', space)\n\n if (typeof mask === 'number') {\n while (++index < checks.length) {\n const check = checks[index]\n mark(this, checks[index], (mask & types[check]) === types[check])\n }\n }\n }\n}\n\nDefinedInfo.prototype.defined = true\n\n/**\n * @param {DefinedInfo} values\n * @param {string} key\n * @param {unknown} value\n */\nfunction mark(values, key, value) {\n if (value) {\n // @ts-expect-error: assume `value` matches the expected value of `key`.\n values[key] = value\n }\n}\n","/**\n * @typedef {import('./schema.js').Properties} Properties\n * @typedef {import('./schema.js').Normal} Normal\n *\n * @typedef {Record} Attributes\n *\n * @typedef {Object} Definition\n * @property {Record} properties\n * @property {(attributes: Attributes, property: string) => string} transform\n * @property {string} [space]\n * @property {Attributes} [attributes]\n * @property {Array} [mustUseProperty]\n */\n\nimport {normalize} from '../normalize.js'\nimport {Schema} from './schema.js'\nimport {DefinedInfo} from './defined-info.js'\n\nconst own = {}.hasOwnProperty\n\n/**\n * @param {Definition} definition\n * @returns {Schema}\n */\nexport function create(definition) {\n /** @type {Properties} */\n const property = {}\n /** @type {Normal} */\n const normal = {}\n /** @type {string} */\n let prop\n\n for (prop in definition.properties) {\n if (own.call(definition.properties, prop)) {\n const value = definition.properties[prop]\n const info = new DefinedInfo(\n prop,\n definition.transform(definition.attributes || {}, prop),\n value,\n definition.space\n )\n\n if (\n definition.mustUseProperty &&\n definition.mustUseProperty.includes(prop)\n ) {\n info.mustUseProperty = true\n }\n\n property[prop] = info\n\n normal[normalize(prop)] = prop\n normal[normalize(info.attribute)] = prop\n }\n }\n\n return new Schema(property, normal, definition.space)\n}\n","import {create} from './util/create.js'\n\nexport const xlink = create({\n space: 'xlink',\n transform(_, prop) {\n return 'xlink:' + prop.slice(5).toLowerCase()\n },\n properties: {\n xLinkActuate: null,\n xLinkArcRole: null,\n xLinkHref: null,\n xLinkRole: null,\n xLinkShow: null,\n xLinkTitle: null,\n xLinkType: null\n }\n})\n","import {create} from './util/create.js'\n\nexport const xml = create({\n space: 'xml',\n transform(_, prop) {\n return 'xml:' + prop.slice(3).toLowerCase()\n },\n properties: {xmlLang: null, xmlBase: null, xmlSpace: null}\n})\n","/**\n * @param {Record} attributes\n * @param {string} attribute\n * @returns {string}\n */\nexport function caseSensitiveTransform(attributes, attribute) {\n return attribute in attributes ? attributes[attribute] : attribute\n}\n","import {caseSensitiveTransform} from './case-sensitive-transform.js'\n\n/**\n * @param {Record} attributes\n * @param {string} property\n * @returns {string}\n */\nexport function caseInsensitiveTransform(attributes, property) {\n return caseSensitiveTransform(attributes, property.toLowerCase())\n}\n","import {create} from './util/create.js'\nimport {caseInsensitiveTransform} from './util/case-insensitive-transform.js'\n\nexport const xmlns = create({\n space: 'xmlns',\n attributes: {xmlnsxlink: 'xmlns:xlink'},\n transform: caseInsensitiveTransform,\n properties: {xmlns: null, xmlnsXLink: null}\n})\n","import {booleanish, number, spaceSeparated} from './util/types.js'\nimport {create} from './util/create.js'\n\nexport const aria = create({\n transform(_, prop) {\n return prop === 'role' ? prop : 'aria-' + prop.slice(4).toLowerCase()\n },\n properties: {\n ariaActiveDescendant: null,\n ariaAtomic: booleanish,\n ariaAutoComplete: null,\n ariaBusy: booleanish,\n ariaChecked: booleanish,\n ariaColCount: number,\n ariaColIndex: number,\n ariaColSpan: number,\n ariaControls: spaceSeparated,\n ariaCurrent: null,\n ariaDescribedBy: spaceSeparated,\n ariaDetails: null,\n ariaDisabled: booleanish,\n ariaDropEffect: spaceSeparated,\n ariaErrorMessage: null,\n ariaExpanded: booleanish,\n ariaFlowTo: spaceSeparated,\n ariaGrabbed: booleanish,\n ariaHasPopup: null,\n ariaHidden: booleanish,\n ariaInvalid: null,\n ariaKeyShortcuts: null,\n ariaLabel: null,\n ariaLabelledBy: spaceSeparated,\n ariaLevel: number,\n ariaLive: null,\n ariaModal: booleanish,\n ariaMultiLine: booleanish,\n ariaMultiSelectable: booleanish,\n ariaOrientation: null,\n ariaOwns: spaceSeparated,\n ariaPlaceholder: null,\n ariaPosInSet: number,\n ariaPressed: booleanish,\n ariaReadOnly: booleanish,\n ariaRelevant: null,\n ariaRequired: booleanish,\n ariaRoleDescription: spaceSeparated,\n ariaRowCount: number,\n ariaRowIndex: number,\n ariaRowSpan: number,\n ariaSelected: booleanish,\n ariaSetSize: number,\n ariaSort: null,\n ariaValueMax: number,\n ariaValueMin: number,\n ariaValueNow: number,\n ariaValueText: null,\n role: null\n }\n})\n","import {\n boolean,\n overloadedBoolean,\n booleanish,\n number,\n spaceSeparated,\n commaSeparated\n} from './util/types.js'\nimport {create} from './util/create.js'\nimport {caseInsensitiveTransform} from './util/case-insensitive-transform.js'\n\nexport const html = create({\n space: 'html',\n attributes: {\n acceptcharset: 'accept-charset',\n classname: 'class',\n htmlfor: 'for',\n httpequiv: 'http-equiv'\n },\n transform: caseInsensitiveTransform,\n mustUseProperty: ['checked', 'multiple', 'muted', 'selected'],\n properties: {\n // Standard Properties.\n abbr: null,\n accept: commaSeparated,\n acceptCharset: spaceSeparated,\n accessKey: spaceSeparated,\n action: null,\n allow: null,\n allowFullScreen: boolean,\n allowPaymentRequest: boolean,\n allowUserMedia: boolean,\n alt: null,\n as: null,\n async: boolean,\n autoCapitalize: null,\n autoComplete: spaceSeparated,\n autoFocus: boolean,\n autoPlay: boolean,\n blocking: spaceSeparated,\n capture: null,\n charSet: null,\n checked: boolean,\n cite: null,\n className: spaceSeparated,\n cols: number,\n colSpan: null,\n content: null,\n contentEditable: booleanish,\n controls: boolean,\n controlsList: spaceSeparated,\n coords: number | commaSeparated,\n crossOrigin: null,\n data: null,\n dateTime: null,\n decoding: null,\n default: boolean,\n defer: boolean,\n dir: null,\n dirName: null,\n disabled: boolean,\n download: overloadedBoolean,\n draggable: booleanish,\n encType: null,\n enterKeyHint: null,\n fetchPriority: null,\n form: null,\n formAction: null,\n formEncType: null,\n formMethod: null,\n formNoValidate: boolean,\n formTarget: null,\n headers: spaceSeparated,\n height: number,\n hidden: boolean,\n high: number,\n href: null,\n hrefLang: null,\n htmlFor: spaceSeparated,\n httpEquiv: spaceSeparated,\n id: null,\n imageSizes: null,\n imageSrcSet: null,\n inert: boolean,\n inputMode: null,\n integrity: null,\n is: null,\n isMap: boolean,\n itemId: null,\n itemProp: spaceSeparated,\n itemRef: spaceSeparated,\n itemScope: boolean,\n itemType: spaceSeparated,\n kind: null,\n label: null,\n lang: null,\n language: null,\n list: null,\n loading: null,\n loop: boolean,\n low: number,\n manifest: null,\n max: null,\n maxLength: number,\n media: null,\n method: null,\n min: null,\n minLength: number,\n multiple: boolean,\n muted: boolean,\n name: null,\n nonce: null,\n noModule: boolean,\n noValidate: boolean,\n onAbort: null,\n onAfterPrint: null,\n onAuxClick: null,\n onBeforeMatch: null,\n onBeforePrint: null,\n onBeforeToggle: null,\n onBeforeUnload: null,\n onBlur: null,\n onCancel: null,\n onCanPlay: null,\n onCanPlayThrough: null,\n onChange: null,\n onClick: null,\n onClose: null,\n onContextLost: null,\n onContextMenu: null,\n onContextRestored: null,\n onCopy: null,\n onCueChange: null,\n onCut: null,\n onDblClick: null,\n onDrag: null,\n onDragEnd: null,\n onDragEnter: null,\n onDragExit: null,\n onDragLeave: null,\n onDragOver: null,\n onDragStart: null,\n onDrop: null,\n onDurationChange: null,\n onEmptied: null,\n onEnded: null,\n onError: null,\n onFocus: null,\n onFormData: null,\n onHashChange: null,\n onInput: null,\n onInvalid: null,\n onKeyDown: null,\n onKeyPress: null,\n onKeyUp: null,\n onLanguageChange: null,\n onLoad: null,\n onLoadedData: null,\n onLoadedMetadata: null,\n onLoadEnd: null,\n onLoadStart: null,\n onMessage: null,\n onMessageError: null,\n onMouseDown: null,\n onMouseEnter: null,\n onMouseLeave: null,\n onMouseMove: null,\n onMouseOut: null,\n onMouseOver: null,\n onMouseUp: null,\n onOffline: null,\n onOnline: null,\n onPageHide: null,\n onPageShow: null,\n onPaste: null,\n onPause: null,\n onPlay: null,\n onPlaying: null,\n onPopState: null,\n onProgress: null,\n onRateChange: null,\n onRejectionHandled: null,\n onReset: null,\n onResize: null,\n onScroll: null,\n onScrollEnd: null,\n onSecurityPolicyViolation: null,\n onSeeked: null,\n onSeeking: null,\n onSelect: null,\n onSlotChange: null,\n onStalled: null,\n onStorage: null,\n onSubmit: null,\n onSuspend: null,\n onTimeUpdate: null,\n onToggle: null,\n onUnhandledRejection: null,\n onUnload: null,\n onVolumeChange: null,\n onWaiting: null,\n onWheel: null,\n open: boolean,\n optimum: number,\n pattern: null,\n ping: spaceSeparated,\n placeholder: null,\n playsInline: boolean,\n popover: null,\n popoverTarget: null,\n popoverTargetAction: null,\n poster: null,\n preload: null,\n readOnly: boolean,\n referrerPolicy: null,\n rel: spaceSeparated,\n required: boolean,\n reversed: boolean,\n rows: number,\n rowSpan: number,\n sandbox: spaceSeparated,\n scope: null,\n scoped: boolean,\n seamless: boolean,\n selected: boolean,\n shadowRootClonable: boolean,\n shadowRootDelegatesFocus: boolean,\n shadowRootMode: null,\n shape: null,\n size: number,\n sizes: null,\n slot: null,\n span: number,\n spellCheck: booleanish,\n src: null,\n srcDoc: null,\n srcLang: null,\n srcSet: null,\n start: number,\n step: null,\n style: null,\n tabIndex: number,\n target: null,\n title: null,\n translate: null,\n type: null,\n typeMustMatch: boolean,\n useMap: null,\n value: booleanish,\n width: number,\n wrap: null,\n writingSuggestions: null,\n\n // Legacy.\n // See: https://html.spec.whatwg.org/#other-elements,-attributes-and-apis\n align: null, // Several. Use CSS `text-align` instead,\n aLink: null, // ``. Use CSS `a:active {color}` instead\n archive: spaceSeparated, // ``. List of URIs to archives\n axis: null, // `` and ``. Use `scope` on ``\n background: null, // ``. Use CSS `background-image` instead\n bgColor: null, // `` and table elements. Use CSS `background-color` instead\n border: number, // ``. Use CSS `border-width` instead,\n borderColor: null, // `
`. Use CSS `border-color` instead,\n bottomMargin: number, // ``\n cellPadding: null, // `
`\n cellSpacing: null, // `
`\n char: null, // Several table elements. When `align=char`, sets the character to align on\n charOff: null, // Several table elements. When `char`, offsets the alignment\n classId: null, // ``\n clear: null, // `
`. Use CSS `clear` instead\n code: null, // ``\n codeBase: null, // ``\n codeType: null, // ``\n color: null, // `` and `
`. Use CSS instead\n compact: boolean, // Lists. Use CSS to reduce space between items instead\n declare: boolean, // ``\n event: null, // `