@hellobetterdigitalnz/betterui 0.0.3-337 → 0.0.3-338
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +11 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1112 -1091
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/src/Components/Form/DropdownField/DropdownField.stories.tsx +48 -52
- package/src/Components/Form/DropdownField/DropdownField.tsx +270 -243
- package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -33
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as C, jsxs as s, Fragment as u2 } from "react/jsx-runtime";
|
|
2
2
|
import * as A2 from "react";
|
|
3
|
-
import y2, { createContext as i1, useState as
|
|
3
|
+
import y2, { createContext as i1, useState as K, useContext as W2, useEffect as G, useRef as f2, useCallback as e1, useMemo as q2 } from "react";
|
|
4
4
|
import { createPortal as s5 } from "react-dom";
|
|
5
5
|
const l1 = i1({
|
|
6
6
|
modalStack: [],
|
|
@@ -11,7 +11,7 @@ const l1 = i1({
|
|
|
11
11
|
closeAllModals: () => {
|
|
12
12
|
}
|
|
13
13
|
}), Kn = (e) => {
|
|
14
|
-
const { children: t } = e, [r, n] =
|
|
14
|
+
const { children: t } = e, [r, n] = K([]), i = (h) => {
|
|
15
15
|
n((a) => [...a, h]);
|
|
16
16
|
}, o = () => {
|
|
17
17
|
n((h) => h.slice(0, -1));
|
|
@@ -44,7 +44,7 @@ const l1 = i1({
|
|
|
44
44
|
const {
|
|
45
45
|
children: t,
|
|
46
46
|
allowMultiple: r
|
|
47
|
-
} = e, [n, i] =
|
|
47
|
+
} = e, [n, i] = K([]), o = (c) => n.indexOf(c) >= 0, l = (c) => {
|
|
48
48
|
if (r) {
|
|
49
49
|
const d = [...n];
|
|
50
50
|
d.push(c), i(d);
|
|
@@ -231,7 +231,7 @@ function J9() {
|
|
|
231
231
|
}(W1)), W1.exports;
|
|
232
232
|
}
|
|
233
233
|
var Q9 = J9();
|
|
234
|
-
const i2 = /* @__PURE__ */ X9(Q9), C7 = "_badge_1nd6c_1", e7 = "_clickable_1nd6c_7", t7 = "_wrapper_1nd6c_11", r7 = "_circle_1nd6c_16", n7 = "_circlePending_1nd6c_23", i7 = "_circleInProgress_1nd6c_26", l7 = "_circleComplete_1nd6c_29", o7 = "_circleDraft_1nd6c_32", h7 = "_circleCustom_1nd6c_35", s7 = "_title_1nd6c_38",
|
|
234
|
+
const i2 = /* @__PURE__ */ X9(Q9), C7 = "_badge_1nd6c_1", e7 = "_clickable_1nd6c_7", t7 = "_wrapper_1nd6c_11", r7 = "_circle_1nd6c_16", n7 = "_circlePending_1nd6c_23", i7 = "_circleInProgress_1nd6c_26", l7 = "_circleComplete_1nd6c_29", o7 = "_circleDraft_1nd6c_32", h7 = "_circleCustom_1nd6c_35", s7 = "_title_1nd6c_38", $2 = {
|
|
235
235
|
badge: C7,
|
|
236
236
|
clickable: e7,
|
|
237
237
|
wrapper: t7,
|
|
@@ -250,13 +250,13 @@ const i2 = /* @__PURE__ */ X9(Q9), C7 = "_badge_1nd6c_1", e7 = "_clickable_1nd6c
|
|
|
250
250
|
extraClass: i,
|
|
251
251
|
clickable: o = !0
|
|
252
252
|
} = e;
|
|
253
|
-
let l =
|
|
254
|
-
return t === "inProgress" ? l =
|
|
253
|
+
let l = $2.circlePending;
|
|
254
|
+
return t === "inProgress" ? l = $2.circleInProgress : t === "complete" ? l = $2.circleComplete : t === "draft" ? l = $2.circleDraft : t === "custom" && (l = $2.circleCustom), /* @__PURE__ */ C("div", { className: `${$2.badge} ${i} ${o ? $2.clickable : ""}`, onClick: n, children: /* @__PURE__ */ s("div", { className: $2.wrapper, children: [
|
|
255
255
|
!!t && /* @__PURE__ */ C("div", { className: i2(
|
|
256
|
-
|
|
256
|
+
$2.circle,
|
|
257
257
|
l
|
|
258
258
|
) }),
|
|
259
|
-
/* @__PURE__ */ C("div", { className:
|
|
259
|
+
/* @__PURE__ */ C("div", { className: $2.title, children: /* @__PURE__ */ C("span", { children: r }) })
|
|
260
260
|
] }) });
|
|
261
261
|
}, a7 = "_button_16nm7_1", c7 = "_text_16nm7_18", d7 = "_labelContainer_16nm7_18", w7 = "_textWrapper_16nm7_18", g7 = "_loadingBtn_16nm7_28", u7 = "_label_16nm7_18", f7 = "_disabled_16nm7_41", H7 = "_primaryIcon_16nm7_45", L7 = "_secondaryIcon_16nm7_46", V7 = "_noBorder_16nm7_58", v7 = "_large_16nm7_75", M7 = "_small_16nm7_82", Z7 = "_customLoader_16nm7_97", p7 = "_loaderContainer_16nm7_285", p2 = {
|
|
262
262
|
button: a7,
|
|
@@ -387,14 +387,14 @@ const i2 = /* @__PURE__ */ X9(Q9), C7 = "_badge_1nd6c_1", e7 = "_clickable_1nd6c
|
|
|
387
387
|
onClick: H,
|
|
388
388
|
onChange: M,
|
|
389
389
|
...V
|
|
390
|
-
} = e, [m, x] =
|
|
391
|
-
h && b.push(h), c && (b.push(D2.error), B.push(D2.error)), a && b.push(D2.disabled),
|
|
390
|
+
} = e, [m, x] = K(!1), b = ["checkboxHolder", D2.checkboxHolder], B = ["checkbox", D2.checkbox];
|
|
391
|
+
h && b.push(h), c && (b.push(D2.error), B.push(D2.error)), a && b.push(D2.disabled), G(() => {
|
|
392
392
|
x(n || !1);
|
|
393
393
|
}, [n]);
|
|
394
|
-
const N = (
|
|
395
|
-
x(!m), H && H(
|
|
396
|
-
}, L = (
|
|
397
|
-
M && M(
|
|
394
|
+
const N = (P) => {
|
|
395
|
+
x(!m), H && H(P, m);
|
|
396
|
+
}, L = (P) => {
|
|
397
|
+
M && M(P);
|
|
398
398
|
};
|
|
399
399
|
return /* @__PURE__ */ s("div", { className: i2(b), children: [
|
|
400
400
|
/* @__PURE__ */ s("div", { className: i2(B), children: [
|
|
@@ -473,14 +473,14 @@ const i2 = /* @__PURE__ */ X9(Q9), C7 = "_badge_1nd6c_1", e7 = "_clickable_1nd6c
|
|
|
473
473
|
onClick: H,
|
|
474
474
|
onChange: M,
|
|
475
475
|
...V
|
|
476
|
-
} = e, [m, x] =
|
|
477
|
-
h && b.push(h), c && (b.push(D2.error), B.push(D2.error)),
|
|
476
|
+
} = e, [m, x] = K(!1), b = ["checkbox", D2.checkbox], B = ["checkboxHolder", D2.checkboxHolder];
|
|
477
|
+
h && b.push(h), c && (b.push(D2.error), B.push(D2.error)), G(() => {
|
|
478
478
|
x(n || !1);
|
|
479
479
|
}, [n]);
|
|
480
|
-
const N = (
|
|
481
|
-
x(!m), H && H(
|
|
482
|
-
}, L = (
|
|
483
|
-
M && M(
|
|
480
|
+
const N = (P) => {
|
|
481
|
+
x(!m), H && H(P, m);
|
|
482
|
+
}, L = (P) => {
|
|
483
|
+
M && M(P);
|
|
484
484
|
};
|
|
485
485
|
return /* @__PURE__ */ C("div", { className: a5.checkboxSetItemCon, children: /* @__PURE__ */ s("div", { className: i2(B), children: [
|
|
486
486
|
/* @__PURE__ */ s("div", { className: i2(b), children: [
|
|
@@ -536,11 +536,11 @@ const i2 = /* @__PURE__ */ X9(Q9), C7 = "_badge_1nd6c_1", e7 = "_clickable_1nd6c
|
|
|
536
536
|
] }) });
|
|
537
537
|
}, ni = () => {
|
|
538
538
|
}, ii = () => {
|
|
539
|
-
}, k7 = "_field_1gj0m_1", E7 = "_input_1gj0m_5",
|
|
539
|
+
}, k7 = "_field_1gj0m_1", E7 = "_input_1gj0m_5", I7 = "_error_1gj0m_31", $7 = "_passwordCon_1gj0m_40", T7 = "_eyeicon_1gj0m_48", D7 = "_date_1gj0m_61", O7 = "_time_1gj0m_62", P7 = "_currency_1gj0m_63", R7 = "_textField_1gj0m_64", A7 = "_calendarIcon_1gj0m_135", j7 = "_clockIcon_1gj0m_136", W7 = "_currencyIcon_1gj0m_137", F7 = "_textFieldIcon_1gj0m_138", z7 = "_unitField_1gj0m_179", q7 = "_unitText_1gj0m_185", Y7 = "_active_1gj0m_197", e2 = {
|
|
540
540
|
field: k7,
|
|
541
541
|
input: E7,
|
|
542
|
-
error:
|
|
543
|
-
passwordCon:
|
|
542
|
+
error: I7,
|
|
543
|
+
passwordCon: $7,
|
|
544
544
|
eyeicon: T7,
|
|
545
545
|
date: D7,
|
|
546
546
|
time: O7,
|
|
@@ -683,8 +683,8 @@ function X7({ count: e = 1, wrapper: t, className: r, containerClassName: n, con
|
|
|
683
683
|
for (let B = 0; B < b; B++) {
|
|
684
684
|
let N = M;
|
|
685
685
|
if (b > e && B === b - 1) {
|
|
686
|
-
const
|
|
687
|
-
N = { ...N, width:
|
|
686
|
+
const P = (c = N.width) !== null && c !== void 0 ? c : "100%", T = e % 1, $ = typeof P == "number" ? P * T : `calc(${P} * ${T})`;
|
|
687
|
+
N = { ...N, width: $ };
|
|
688
688
|
}
|
|
689
689
|
const L = y2.createElement("span", { className: V, style: N, key: B }, "");
|
|
690
690
|
m ? x.push(L) : x.push(y2.createElement(
|
|
@@ -716,8 +716,8 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
716
716
|
onChange: H,
|
|
717
717
|
loading: M,
|
|
718
718
|
...V
|
|
719
|
-
} = e, [m, x] =
|
|
720
|
-
|
|
719
|
+
} = e, [m, x] = K("");
|
|
720
|
+
G(() => {
|
|
721
721
|
if (i && i !== "") {
|
|
722
722
|
const L = i == null ? void 0 : i.toString().replace(/[^0-9.]/g, "");
|
|
723
723
|
x(b(L));
|
|
@@ -725,12 +725,12 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
725
725
|
x("");
|
|
726
726
|
}, [i]);
|
|
727
727
|
const b = (L) => {
|
|
728
|
-
const
|
|
729
|
-
return
|
|
728
|
+
const P = L == null ? void 0 : L.toString().split(".");
|
|
729
|
+
return P[0] = P[0].replace(/\B(?=(\d{3})+(?!\d))/g, ","), P.join(".");
|
|
730
730
|
}, B = (L) => {
|
|
731
|
-
const { value:
|
|
731
|
+
const { value: P } = L.target, T = P == null ? void 0 : P.toString().replace(/[^0-9.]/g, ""), $ = T.split(".").length - 1;
|
|
732
732
|
let z = T;
|
|
733
|
-
if (
|
|
733
|
+
if ($ > 1 && (z = T.slice(0, T.lastIndexOf("."))), x(b(z)), H) {
|
|
734
734
|
const q = {
|
|
735
735
|
...L,
|
|
736
736
|
target: {
|
|
@@ -1029,75 +1029,75 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1029
1029
|
lock: d,
|
|
1030
1030
|
loading: w = !1,
|
|
1031
1031
|
onChange: v
|
|
1032
|
-
} = e, [H, M] =
|
|
1033
|
-
|
|
1034
|
-
const
|
|
1035
|
-
|
|
1036
|
-
typeof
|
|
1037
|
-
), typeof
|
|
1038
|
-
|
|
1032
|
+
} = e, [H, M] = K(!1), [V, m] = K(), [x, b] = K(""), [B, N] = K(""), [L, P] = K({}), T = f2(null), $ = f2(null), z = f2(null);
|
|
1033
|
+
G(() => {
|
|
1034
|
+
const O = i[0];
|
|
1035
|
+
O && (n !== void 0 && i.some((A) => A === n || typeof A == "object" && A.value === n) ? m(n) : m(
|
|
1036
|
+
typeof O == "object" ? O.value : O
|
|
1037
|
+
), typeof O == "object" && (b(O.label || ""), N(
|
|
1038
|
+
O.status ? Y(O.status) : ""
|
|
1039
1039
|
)));
|
|
1040
|
-
}, [n, i]),
|
|
1041
|
-
for (const
|
|
1042
|
-
let
|
|
1043
|
-
if (typeof
|
|
1044
|
-
b(
|
|
1040
|
+
}, [n, i]), G(() => {
|
|
1041
|
+
for (const O of i) {
|
|
1042
|
+
let A = null;
|
|
1043
|
+
if (typeof O == "string" ? A = O === V ? O : null : A = O.value === V ? O.label : null, A) {
|
|
1044
|
+
b(A), typeof O == "object" && O.status ? N(Y(O.status)) : N("");
|
|
1045
1045
|
break;
|
|
1046
1046
|
}
|
|
1047
1047
|
}
|
|
1048
|
-
}, [V, i, c]),
|
|
1049
|
-
const
|
|
1050
|
-
T.current && !T.current.contains(
|
|
1048
|
+
}, [V, i, c]), G(() => {
|
|
1049
|
+
const O = (A) => {
|
|
1050
|
+
T.current && !T.current.contains(A.target) && M(!1);
|
|
1051
1051
|
};
|
|
1052
|
-
return document.addEventListener("mousedown",
|
|
1053
|
-
document.removeEventListener("mousedown",
|
|
1052
|
+
return document.addEventListener("mousedown", O), window.addEventListener("scroll", O), () => {
|
|
1053
|
+
document.removeEventListener("mousedown", O), window.removeEventListener("scroll", O);
|
|
1054
1054
|
};
|
|
1055
1055
|
}, []);
|
|
1056
1056
|
const q = () => {
|
|
1057
|
-
if (H && z.current &&
|
|
1058
|
-
const
|
|
1059
|
-
|
|
1060
|
-
top: `${
|
|
1061
|
-
left: `${
|
|
1062
|
-
width: `${
|
|
1057
|
+
if (H && z.current && $.current) {
|
|
1058
|
+
const O = z.current.getBoundingClientRect(), A = $.current.offsetHeight, J = window.innerHeight - O.bottom < A ? O.top - A : O.bottom;
|
|
1059
|
+
P({
|
|
1060
|
+
top: `${J}px`,
|
|
1061
|
+
left: `${O.left}px`,
|
|
1062
|
+
width: `${O.width}px`,
|
|
1063
1063
|
position: "fixed",
|
|
1064
1064
|
zIndex: 100
|
|
1065
1065
|
});
|
|
1066
1066
|
}
|
|
1067
1067
|
};
|
|
1068
|
-
|
|
1068
|
+
G(() => {
|
|
1069
1069
|
if (!z.current) return;
|
|
1070
|
-
let
|
|
1071
|
-
const
|
|
1070
|
+
let O = z.current.getBoundingClientRect();
|
|
1071
|
+
const A = () => {
|
|
1072
1072
|
if (q(), !z.current) return;
|
|
1073
|
-
const
|
|
1074
|
-
(
|
|
1073
|
+
const j = z.current.getBoundingClientRect();
|
|
1074
|
+
(O.top !== j.top || O.left !== j.left) && M(!1);
|
|
1075
1075
|
};
|
|
1076
|
-
return H && (window.addEventListener("resize",
|
|
1077
|
-
window.removeEventListener("resize",
|
|
1076
|
+
return H && (window.addEventListener("resize", A), window.addEventListener("scroll", A, !0)), () => {
|
|
1077
|
+
window.removeEventListener("resize", A), window.removeEventListener("scroll", A, !0);
|
|
1078
1078
|
};
|
|
1079
|
-
}, [H]),
|
|
1079
|
+
}, [H]), G(() => {
|
|
1080
1080
|
q();
|
|
1081
|
-
}, [H]),
|
|
1082
|
-
const
|
|
1081
|
+
}, [H]), G(() => {
|
|
1082
|
+
const O = () => {
|
|
1083
1083
|
q();
|
|
1084
1084
|
};
|
|
1085
|
-
return window.addEventListener("resize",
|
|
1086
|
-
window.removeEventListener("resize",
|
|
1085
|
+
return window.addEventListener("resize", O), window.addEventListener("scroll", O, !0), () => {
|
|
1086
|
+
window.removeEventListener("resize", O), window.removeEventListener("scroll", O, !0);
|
|
1087
1087
|
};
|
|
1088
|
-
}, []),
|
|
1088
|
+
}, []), G(() => {
|
|
1089
1089
|
if (!z.current) return;
|
|
1090
|
-
let
|
|
1091
|
-
const
|
|
1092
|
-
const
|
|
1093
|
-
(
|
|
1090
|
+
let O = z.current.getBoundingClientRect();
|
|
1091
|
+
const A = new ResizeObserver(() => {
|
|
1092
|
+
const j = z.current.getBoundingClientRect();
|
|
1093
|
+
(O.y !== j.y || O.x !== j.x || O.top !== j.top || O.left !== j.left) && M(!1), O = j;
|
|
1094
1094
|
});
|
|
1095
|
-
return
|
|
1096
|
-
|
|
1095
|
+
return A.observe(z.current), () => {
|
|
1096
|
+
A.disconnect();
|
|
1097
1097
|
};
|
|
1098
1098
|
}, [z, H]);
|
|
1099
|
-
const
|
|
1100
|
-
switch (
|
|
1099
|
+
const Y = (O) => {
|
|
1100
|
+
switch (O) {
|
|
1101
1101
|
case "draft":
|
|
1102
1102
|
return H2.circleDraft;
|
|
1103
1103
|
case "pending":
|
|
@@ -1113,13 +1113,13 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1113
1113
|
}
|
|
1114
1114
|
}, C2 = [H2.dropdown];
|
|
1115
1115
|
o && C2.push(o), d && C2.push(H2.lock), w && C2.push(H2.loading);
|
|
1116
|
-
const
|
|
1116
|
+
const X = () => {
|
|
1117
1117
|
M(!H);
|
|
1118
|
-
},
|
|
1119
|
-
m(
|
|
1118
|
+
}, U = (O, A) => {
|
|
1119
|
+
m(A), M(!1), v && v(O, A);
|
|
1120
1120
|
};
|
|
1121
1121
|
return /* @__PURE__ */ s("div", { ref: T, className: i2(C2), children: [
|
|
1122
|
-
/* @__PURE__ */ s("div", { ref: z, className: H2.control, onClick:
|
|
1122
|
+
/* @__PURE__ */ s("div", { ref: z, className: H2.control, onClick: X, children: [
|
|
1123
1123
|
V && /* @__PURE__ */ s("div", { className: H2.labelWrapper, children: [
|
|
1124
1124
|
x && B && /* @__PURE__ */ C("div", { className: i2(H2.circle, B, x.toLowerCase().replace(/\s+/g, "-")) }),
|
|
1125
1125
|
/* @__PURE__ */ s("div", { className: H2.label, "aria-label": h, children: [
|
|
@@ -1133,15 +1133,15 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1133
1133
|
H && /* @__PURE__ */ C(K2, {})
|
|
1134
1134
|
] }) })
|
|
1135
1135
|
] }),
|
|
1136
|
-
!!H && /* @__PURE__ */ C(v3, { ref:
|
|
1136
|
+
!!H && /* @__PURE__ */ C(v3, { ref: $, style: { ...L }, extraClassDropdown: l, children: i.map((O, A) => /* @__PURE__ */ C(
|
|
1137
1137
|
M3,
|
|
1138
1138
|
{
|
|
1139
|
-
handleSelect:
|
|
1140
|
-
status: typeof
|
|
1141
|
-
label: typeof
|
|
1142
|
-
value: typeof
|
|
1139
|
+
handleSelect: U,
|
|
1140
|
+
status: typeof O == "object" ? O.status : void 0,
|
|
1141
|
+
label: typeof O == "object" ? O.label : O,
|
|
1142
|
+
value: typeof O == "object" ? O.value : O
|
|
1143
1143
|
},
|
|
1144
|
-
|
|
1144
|
+
A
|
|
1145
1145
|
)) }),
|
|
1146
1146
|
/* @__PURE__ */ C(
|
|
1147
1147
|
"input",
|
|
@@ -1154,7 +1154,7 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1154
1154
|
}
|
|
1155
1155
|
)
|
|
1156
1156
|
] });
|
|
1157
|
-
}, p3 = "_dropdown_9m5n2_1", m3 = "_error_9m5n2_4", x3 = "_control_9m5n2_4", _3 = "_disabled_9m5n2_8", B3 = "_label_9m5n2_32", b3 = "_labelIcon_9m5n2_41", y3 = "_placeholder_9m5n2_49", S3 = "_chevron_9m5n2_60", N3 = "_dropdownSelector_9m5n2_72", k3 = "_dropdownItem_9m5n2_99", E3 = "_itemIcon_9m5n2_106",
|
|
1157
|
+
}, p3 = "_dropdown_9m5n2_1", m3 = "_error_9m5n2_4", x3 = "_control_9m5n2_4", _3 = "_disabled_9m5n2_8", B3 = "_label_9m5n2_32", b3 = "_labelIcon_9m5n2_41", y3 = "_placeholder_9m5n2_49", S3 = "_chevron_9m5n2_60", N3 = "_dropdownSelector_9m5n2_72", k3 = "_dropdownItem_9m5n2_99", E3 = "_itemIcon_9m5n2_106", I3 = "_active_9m5n2_114", $3 = "_message_9m5n2_118", Z2 = {
|
|
1158
1158
|
dropdown: p3,
|
|
1159
1159
|
error: m3,
|
|
1160
1160
|
control: x3,
|
|
@@ -1166,8 +1166,8 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1166
1166
|
dropdownSelector: N3,
|
|
1167
1167
|
dropdownItem: k3,
|
|
1168
1168
|
itemIcon: E3,
|
|
1169
|
-
active:
|
|
1170
|
-
message:
|
|
1169
|
+
active: I3,
|
|
1170
|
+
message: $3
|
|
1171
1171
|
}, b9 = y2.forwardRef((e, t) => {
|
|
1172
1172
|
const { children: r, style: n } = e, i = i2(Z2.dropdownSelector);
|
|
1173
1173
|
return /* @__PURE__ */ C(
|
|
@@ -1218,96 +1218,117 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1218
1218
|
commentInDropdown: H,
|
|
1219
1219
|
loading: M,
|
|
1220
1220
|
onChange: V
|
|
1221
|
-
} = e, [m, x] =
|
|
1222
|
-
|
|
1221
|
+
} = e, [m, x] = K(!1), [b, B] = K(), [N, L] = K(""), [P, T] = K({}), $ = f2(null), z = f2(null), q = f2(null), Y = f2(null), [C2, X] = K(null);
|
|
1222
|
+
G(() => {
|
|
1223
1223
|
B(n);
|
|
1224
|
-
}, [n]),
|
|
1225
|
-
for (const
|
|
1226
|
-
let
|
|
1227
|
-
if (typeof
|
|
1228
|
-
L(
|
|
1224
|
+
}, [n]), G(() => {
|
|
1225
|
+
for (const y of i) {
|
|
1226
|
+
let g = null;
|
|
1227
|
+
if (typeof y == "string" ? g = y === b ? y : null : g = y.value === b ? y.label : null, g) {
|
|
1228
|
+
L(g), X(
|
|
1229
|
+
typeof y == "object" ? y.icon ?? null : null
|
|
1230
|
+
);
|
|
1229
1231
|
break;
|
|
1230
1232
|
}
|
|
1231
1233
|
}
|
|
1232
1234
|
}, [b, i]);
|
|
1233
|
-
const
|
|
1235
|
+
const U = e1(() => {
|
|
1234
1236
|
if (m && q.current && z.current) {
|
|
1235
|
-
const
|
|
1237
|
+
const y = q.current.getBoundingClientRect(), g = z.current.offsetHeight, f = window.innerHeight - y.bottom < g ? y.top - g : y.bottom;
|
|
1236
1238
|
T({
|
|
1237
|
-
top: `${
|
|
1238
|
-
left: `${
|
|
1239
|
-
width: `${
|
|
1239
|
+
top: `${f}px`,
|
|
1240
|
+
left: `${y.left}px`,
|
|
1241
|
+
width: `${y.width}px`,
|
|
1240
1242
|
position: "fixed",
|
|
1241
1243
|
zIndex: 99999
|
|
1242
1244
|
});
|
|
1243
1245
|
}
|
|
1244
|
-
}, [m]),
|
|
1246
|
+
}, [m]), O = e1(() => {
|
|
1245
1247
|
if (!q.current) return;
|
|
1246
|
-
|
|
1247
|
-
const
|
|
1248
|
-
m &&
|
|
1249
|
-
}, [m,
|
|
1250
|
-
|
|
1251
|
-
const
|
|
1252
|
-
|
|
1248
|
+
U();
|
|
1249
|
+
const y = q.current.getBoundingClientRect();
|
|
1250
|
+
m && Y.current && (Y.current.top !== y.top || Y.current.left !== y.left) && x(!1), Y.current = y;
|
|
1251
|
+
}, [m, U]);
|
|
1252
|
+
G(() => {
|
|
1253
|
+
const y = (g) => {
|
|
1254
|
+
$.current && !$.current.contains(g.target) && z.current && !z.current.contains(g.target) && x(!1);
|
|
1253
1255
|
};
|
|
1254
|
-
return document.addEventListener("mousedown",
|
|
1255
|
-
document.removeEventListener("mousedown",
|
|
1256
|
+
return document.addEventListener("mousedown", y), () => {
|
|
1257
|
+
document.removeEventListener("mousedown", y);
|
|
1256
1258
|
};
|
|
1257
|
-
}, []),
|
|
1258
|
-
window.removeEventListener("resize",
|
|
1259
|
-
}), [m,
|
|
1259
|
+
}, []), G(() => (m && (window.addEventListener("resize", O), window.addEventListener("scroll", O, !0), U()), () => {
|
|
1260
|
+
window.removeEventListener("resize", O), window.removeEventListener("scroll", O, !0);
|
|
1261
|
+
}), [m, O, U]), G(() => {
|
|
1260
1262
|
if (!q.current) return;
|
|
1261
|
-
const
|
|
1263
|
+
const y = new ResizeObserver(() => {
|
|
1262
1264
|
if (!q.current) return;
|
|
1263
|
-
const
|
|
1264
|
-
|
|
1265
|
+
const g = q.current.getBoundingClientRect();
|
|
1266
|
+
Y.current && (Y.current.y !== g.y || Y.current.x !== g.x || Y.current.top !== g.top || Y.current.left !== g.left) && x(!1), Y.current = g;
|
|
1265
1267
|
});
|
|
1266
|
-
return
|
|
1267
|
-
|
|
1268
|
+
return y.observe(q.current), () => {
|
|
1269
|
+
y.disconnect();
|
|
1268
1270
|
};
|
|
1269
1271
|
}, []);
|
|
1270
|
-
const
|
|
1271
|
-
c &&
|
|
1272
|
-
const
|
|
1272
|
+
const A = [Z2.dropdown];
|
|
1273
|
+
c && A.push(Z2.error), l && A.push(l), h && A.push(Z2.disabled);
|
|
1274
|
+
const j = () => {
|
|
1273
1275
|
h || a || x(!m);
|
|
1274
|
-
},
|
|
1275
|
-
|
|
1276
|
+
}, J = (y, g) => {
|
|
1277
|
+
y.stopPropagation(), B(g), x(!1), V && V(y, g);
|
|
1276
1278
|
};
|
|
1277
|
-
return /* @__PURE__ */ s("div", { ref:
|
|
1279
|
+
return /* @__PURE__ */ s("div", { ref: $, className: i2(A), children: [
|
|
1278
1280
|
M && /* @__PURE__ */ C(E2, {}),
|
|
1279
|
-
/* @__PURE__ */ s(
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1281
|
+
/* @__PURE__ */ s(
|
|
1282
|
+
"div",
|
|
1283
|
+
{
|
|
1284
|
+
ref: q,
|
|
1285
|
+
className: Z2.control,
|
|
1286
|
+
onClick: j,
|
|
1287
|
+
children: [
|
|
1288
|
+
!b && o && /* @__PURE__ */ C("div", { className: Z2.placeholder, "aria-label": d, children: o }),
|
|
1289
|
+
(b || !o) && /* @__PURE__ */ s("div", { className: Z2.label, "aria-label": d, children: [
|
|
1290
|
+
C2 && /* @__PURE__ */ C("div", { className: `${Z2.labelIcon} labelIcon`, children: C2 }),
|
|
1291
|
+
N,
|
|
1292
|
+
!!b && /* @__PURE__ */ C("div", { className: Z2.reset })
|
|
1293
|
+
] }),
|
|
1294
|
+
/* @__PURE__ */ s("div", { className: Z2.chevron, children: [
|
|
1295
|
+
!m && /* @__PURE__ */ C(X2, {}),
|
|
1296
|
+
!!m && /* @__PURE__ */ C(K2, {})
|
|
1297
|
+
] })
|
|
1298
|
+
]
|
|
1299
|
+
}
|
|
1300
|
+
),
|
|
1290
1301
|
m && !a && !h && s5(
|
|
1291
|
-
/* @__PURE__ */ s(
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
{
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1302
|
+
/* @__PURE__ */ s(
|
|
1303
|
+
b9,
|
|
1304
|
+
{
|
|
1305
|
+
ref: z,
|
|
1306
|
+
style: { ...P },
|
|
1307
|
+
children: [
|
|
1308
|
+
H && /* @__PURE__ */ C("div", { className: Z2.message, children: H }),
|
|
1309
|
+
!!v && /* @__PURE__ */ C(
|
|
1310
|
+
t1,
|
|
1311
|
+
{
|
|
1312
|
+
label: v,
|
|
1313
|
+
value: "",
|
|
1314
|
+
handleSelect: J
|
|
1315
|
+
}
|
|
1316
|
+
),
|
|
1317
|
+
i.map(
|
|
1318
|
+
(y, g) => /* @__PURE__ */ C(
|
|
1319
|
+
t1,
|
|
1320
|
+
{
|
|
1321
|
+
handleSelect: J,
|
|
1322
|
+
label: typeof y == "object" ? y.label : y,
|
|
1323
|
+
value: typeof y == "object" ? y.value : y,
|
|
1324
|
+
icon: typeof y == "object" ? y.icon : void 0
|
|
1325
|
+
},
|
|
1326
|
+
g
|
|
1327
|
+
)
|
|
1328
|
+
)
|
|
1329
|
+
]
|
|
1330
|
+
}
|
|
1331
|
+
),
|
|
1311
1332
|
document.body
|
|
1312
1333
|
),
|
|
1313
1334
|
/* @__PURE__ */ C(
|
|
@@ -1342,7 +1363,7 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1342
1363
|
onChange: M,
|
|
1343
1364
|
allows: V,
|
|
1344
1365
|
denys: m
|
|
1345
|
-
} = e, [x, b] =
|
|
1366
|
+
} = e, [x, b] = K(!1), [B, N] = K(), [L, P] = K(""), [T, $] = K({}), z = f2(null), q = f2(null), Y = f2(null), [C2, X] = K({}), [U, O] = K({}), A = {
|
|
1346
1367
|
AF: "Afghanistan",
|
|
1347
1368
|
AL: "Albania",
|
|
1348
1369
|
DZ: "Algeria",
|
|
@@ -1538,32 +1559,32 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1538
1559
|
YE: "Yemen",
|
|
1539
1560
|
ZM: "Zambia",
|
|
1540
1561
|
ZW: "Zimbabwe"
|
|
1541
|
-
},
|
|
1542
|
-
const
|
|
1543
|
-
Object.entries(
|
|
1544
|
-
([D]) =>
|
|
1562
|
+
}, j = (p) => {
|
|
1563
|
+
const S = p.map((D) => D.toUpperCase()), k = Object.fromEntries(
|
|
1564
|
+
Object.entries(A).filter(
|
|
1565
|
+
([D]) => S.includes(D)
|
|
1545
1566
|
)
|
|
1546
1567
|
);
|
|
1547
|
-
|
|
1548
|
-
},
|
|
1549
|
-
const
|
|
1550
|
-
Object.entries(
|
|
1551
|
-
([D]) => !
|
|
1568
|
+
X(k);
|
|
1569
|
+
}, J = (p) => {
|
|
1570
|
+
const S = p.map((D) => D.toUpperCase()), k = Object.fromEntries(
|
|
1571
|
+
Object.entries(A).filter(
|
|
1572
|
+
([D]) => !S.includes(D)
|
|
1552
1573
|
)
|
|
1553
1574
|
);
|
|
1554
|
-
|
|
1575
|
+
O(k);
|
|
1555
1576
|
};
|
|
1556
|
-
|
|
1557
|
-
V ?
|
|
1558
|
-
}, [V, m]),
|
|
1577
|
+
G(() => {
|
|
1578
|
+
V ? j(V) : m && J(m);
|
|
1579
|
+
}, [V, m]), G(() => {
|
|
1559
1580
|
N(n);
|
|
1560
|
-
}, [n]),
|
|
1561
|
-
|
|
1581
|
+
}, [n]), G(() => {
|
|
1582
|
+
P(B ? A[B] || "" : i || "");
|
|
1562
1583
|
}, [B, i]);
|
|
1563
|
-
const
|
|
1564
|
-
if (x &&
|
|
1565
|
-
const p =
|
|
1566
|
-
|
|
1584
|
+
const y = () => {
|
|
1585
|
+
if (x && Y.current && q.current) {
|
|
1586
|
+
const p = Y.current.getBoundingClientRect(), S = q.current.offsetHeight, D = window.innerHeight - p.bottom < S ? p.top - S : p.bottom;
|
|
1587
|
+
$({
|
|
1567
1588
|
top: `${D}px`,
|
|
1568
1589
|
left: `${p.left}px`,
|
|
1569
1590
|
width: `${p.width}px`,
|
|
@@ -1572,35 +1593,35 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1572
1593
|
});
|
|
1573
1594
|
}
|
|
1574
1595
|
};
|
|
1575
|
-
|
|
1576
|
-
if (!
|
|
1577
|
-
let p =
|
|
1578
|
-
const
|
|
1579
|
-
if (
|
|
1580
|
-
const k =
|
|
1596
|
+
G(() => {
|
|
1597
|
+
if (!Y.current) return;
|
|
1598
|
+
let p = Y.current.getBoundingClientRect();
|
|
1599
|
+
const S = () => {
|
|
1600
|
+
if (y(), !Y.current) return;
|
|
1601
|
+
const k = Y.current.getBoundingClientRect();
|
|
1581
1602
|
(p.top !== k.top || p.left !== k.left) && b(!1);
|
|
1582
1603
|
};
|
|
1583
|
-
return x && (window.addEventListener("resize",
|
|
1584
|
-
window.removeEventListener("resize",
|
|
1604
|
+
return x && (window.addEventListener("resize", S), window.addEventListener("scroll", S, !0)), () => {
|
|
1605
|
+
window.removeEventListener("resize", S), window.removeEventListener("scroll", S, !0);
|
|
1585
1606
|
};
|
|
1586
|
-
}, [x]),
|
|
1587
|
-
|
|
1588
|
-
}, [x]),
|
|
1589
|
-
const p = (
|
|
1590
|
-
z.current && !z.current.contains(
|
|
1607
|
+
}, [x]), G(() => {
|
|
1608
|
+
y();
|
|
1609
|
+
}, [x]), G(() => {
|
|
1610
|
+
const p = (S) => {
|
|
1611
|
+
z.current && !z.current.contains(S.target) && b(!1);
|
|
1591
1612
|
};
|
|
1592
1613
|
return document.addEventListener("mousedown", p), () => {
|
|
1593
1614
|
document.removeEventListener("mousedown", p);
|
|
1594
1615
|
};
|
|
1595
1616
|
}, []);
|
|
1596
|
-
const
|
|
1617
|
+
const g = () => {
|
|
1597
1618
|
l || h || b(!x);
|
|
1598
|
-
},
|
|
1599
|
-
N(
|
|
1619
|
+
}, u = (p, S) => {
|
|
1620
|
+
N(S), b(!1), M && M(p, S);
|
|
1600
1621
|
}, f = [Z2.dropdown];
|
|
1601
1622
|
return a && f.push(Z2.error), o && f.push(o), l && f.push(Z2.disabled), /* @__PURE__ */ s("div", { ref: z, className: i2(f), children: [
|
|
1602
1623
|
H && /* @__PURE__ */ C(E2, {}),
|
|
1603
|
-
/* @__PURE__ */ s("div", { ref:
|
|
1624
|
+
/* @__PURE__ */ s("div", { ref: Y, className: Z2.control, onClick: g, children: [
|
|
1604
1625
|
!B && i && /* @__PURE__ */ C("div", { className: Z2.placeholder, "aria-label": c, children: i }),
|
|
1605
1626
|
(B || !i) && /* @__PURE__ */ s("div", { className: Z2.label, "aria-label": c, children: [
|
|
1606
1627
|
L,
|
|
@@ -1613,10 +1634,10 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
1613
1634
|
] }),
|
|
1614
1635
|
x && !h && !l && /* @__PURE__ */ s(b9, { ref: q, style: T, children: [
|
|
1615
1636
|
v && /* @__PURE__ */ C("div", { className: Z2.message, children: v }),
|
|
1616
|
-
w && /* @__PURE__ */ C(t1, { label: w, value: "", handleSelect:
|
|
1617
|
-
V && Object.keys(C2).map((p) => /* @__PURE__ */ C(t1, { label: C2[p], value: p, handleSelect:
|
|
1618
|
-
m && Object.keys(
|
|
1619
|
-
!V && !m && ((Z = Object.keys(
|
|
1637
|
+
w && /* @__PURE__ */ C(t1, { label: w, value: "", handleSelect: u }),
|
|
1638
|
+
V && Object.keys(C2).map((p) => /* @__PURE__ */ C(t1, { label: C2[p], value: p, handleSelect: u }, p)),
|
|
1639
|
+
m && Object.keys(U).map((p) => /* @__PURE__ */ C(t1, { label: U[p], value: p, handleSelect: u }, p)),
|
|
1640
|
+
!V && !m && ((Z = Object.keys(A)) == null ? void 0 : Z.map((p) => /* @__PURE__ */ C(t1, { label: A[p], value: p, handleSelect: u }, p)))
|
|
1620
1641
|
] }),
|
|
1621
1642
|
/* @__PURE__ */ C(
|
|
1622
1643
|
"input",
|
|
@@ -2432,10 +2453,10 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
2432
2453
|
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M28.3487 12.815C28.744 12.7346 29.0994 12.5201 29.3548 12.2078C29.6101 11.8956 29.7497 11.5046 29.75 11.1012V8C29.75 7.53587 29.5656 7.09075 29.2374 6.76256C28.9092 6.43437 28.4641 6.25 28 6.25H4C3.53587 6.25 3.09075 6.43437 2.76256 6.76256C2.43437 7.09075 2.25 7.53587 2.25 8V11.1012C2.25026 11.5046 2.38988 11.8956 2.64522 12.2078C2.90056 12.5201 3.25595 12.7346 3.65125 12.815C4.38865 12.9617 5.05236 13.3596 5.52931 13.9408C6.00626 14.522 6.26694 15.2506 6.26694 16.0025C6.26694 16.7544 6.00626 17.483 5.52931 18.0642C5.05236 18.6454 4.38865 19.0433 3.65125 19.19C3.25679 19.2702 2.90205 19.484 2.6468 19.7952C2.39155 20.1065 2.25141 20.4962 2.25 20.8988V24C2.25 24.4641 2.43437 24.9092 2.76256 25.2374C3.09075 25.5656 3.53587 25.75 4 25.75H28C28.4641 25.75 28.9092 25.5656 29.2374 25.2374C29.5656 24.9092 29.75 24.4641 29.75 24V20.8988C29.7497 20.4954 29.6101 20.1044 29.3548 19.7922C29.0994 19.4799 28.744 19.2654 28.3487 19.185C27.6113 19.0383 26.9476 18.6404 26.4707 18.0592C25.9937 17.478 25.7331 16.7494 25.7331 15.9975C25.7331 15.2456 25.9937 14.517 26.4707 13.9358C26.9476 13.3546 27.6113 12.9567 28.3487 12.81V12.815ZM3.75 24V20.8988C3.75022 20.8415 3.77007 20.7861 3.80624 20.7417C3.84242 20.6973 3.89272 20.6667 3.94875 20.655C5.02252 20.437 5.9879 19.8544 6.68131 19.006C7.37472 18.1577 7.75351 17.0957 7.75351 16C7.75351 14.9043 7.37472 13.8423 6.68131 12.994C5.9879 12.1456 5.02252 11.563 3.94875 11.345C3.89166 11.3331 3.84055 11.3015 3.80425 11.2559C3.76795 11.2102 3.74876 11.1533 3.75 11.095V8C3.75 7.9337 3.77634 7.87011 3.82322 7.82322C3.87011 7.77634 3.9337 7.75 4 7.75H11.25V24.25H4C3.9337 24.25 3.87011 24.2237 3.82322 24.1768C3.77634 24.1299 3.75 24.0663 3.75 24ZM28.0513 20.655C28.1073 20.6667 28.1576 20.6973 28.1938 20.7417C28.2299 20.7861 28.2498 20.8415 28.25 20.8988V24C28.25 24.0663 28.2237 24.1299 28.1768 24.1768C28.1299 24.2237 28.0663 24.25 28 24.25H12.75V7.75H28C28.0663 7.75 28.1299 7.77634 28.1768 7.82322C28.2237 7.87011 28.25 7.9337 28.25 8V11.1012C28.2512 11.1596 28.232 11.2165 28.1957 11.2621C28.1595 11.3078 28.1083 11.3393 28.0513 11.3512C26.9775 11.5693 26.0121 12.1518 25.3187 13.0002C24.6253 13.8486 24.2465 14.9106 24.2465 16.0063C24.2465 17.1019 24.6253 18.1639 25.3187 19.0123C26.0121 19.8607 26.9775 20.4432 28.0513 20.6612V20.655Z", fill: "currentColor" }) }), Ei = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.0613 17.3538L17.6463 4.93875C17.5073 4.79926 17.3421 4.68867 17.1601 4.61337C16.9782 4.53806 16.7832 4.49954 16.5863 4.5H5C4.8674 4.5 4.74022 4.55268 4.64645 4.64645C4.55268 4.74022 4.5 4.8674 4.5 5V16.5863C4.49954 16.7832 4.53806 16.9782 4.61337 17.1601C4.68867 17.3421 4.79926 17.5073 4.93875 17.6463L17.3538 30.0613C17.4931 30.2011 17.6587 30.312 17.841 30.3878C18.0234 30.4635 18.2188 30.5024 18.4163 30.5024C18.6137 30.5024 18.8092 30.4635 18.9915 30.3878C19.1738 30.312 19.3394 30.2011 19.4788 30.0613L30.065 19.475C30.2048 19.3356 30.3158 19.1701 30.3915 18.9877C30.4672 18.8054 30.5062 18.6099 30.5062 18.4125C30.5062 18.2151 30.4672 18.0196 30.3915 17.8373C30.3158 17.6549 30.2048 17.4894 30.065 17.35L30.0613 17.3538ZM29.3538 18.7675L18.7675 29.3538C18.6738 29.4473 18.5468 29.4998 18.4144 29.4998C18.282 29.4998 18.155 29.4473 18.0613 29.3538L5.64625 16.9388C5.55282 16.8452 5.50023 16.7185 5.5 16.5863V5.5H16.5863C16.7185 5.50023 16.8452 5.55282 16.9388 5.64625L29.3538 18.0613C29.4473 18.155 29.4998 18.282 29.4998 18.4144C29.4998 18.5468 29.4473 18.6738 29.3538 18.7675ZM11.5 10.5C11.5 10.6978 11.4414 10.8911 11.3315 11.0556C11.2216 11.22 11.0654 11.3482 10.8827 11.4239C10.7 11.4996 10.4989 11.5194 10.3049 11.4808C10.1109 11.4422 9.93275 11.347 9.7929 11.2071C9.65305 11.0673 9.5578 10.8891 9.51922 10.6951C9.48063 10.5011 9.50044 10.3 9.57612 10.1173C9.65181 9.93459 9.77998 9.77842 9.94443 9.66853C10.1089 9.55865 10.3022 9.5 10.5 9.5C10.7652 9.5 11.0196 9.60536 11.2071 9.7929C11.3946 9.98043 11.5 10.2348 11.5 10.5Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.4138 17L18 4.58626C17.815 4.39973 17.5947 4.25185 17.352 4.15121C17.1093 4.05057 16.849 3.99917 16.5863 4.00001H5.00001C4.73479 4.00001 4.48044 4.10537 4.2929 4.2929C4.10537 4.48044 4.00001 4.73479 4.00001 5.00001V16.5863C3.99917 16.849 4.05057 17.1093 4.15121 17.352C4.25185 17.5947 4.39973 17.815 4.58626 18L17 30.4138C17.1857 30.5995 17.4062 30.7469 17.6489 30.8474C17.8916 30.948 18.1517 30.9997 18.4144 30.9997C18.6771 30.9997 18.9372 30.948 19.1799 30.8474C19.4225 30.7469 19.643 30.5995 19.8288 30.4138L30.4138 19.8288C30.5995 19.643 30.7469 19.4225 30.8474 19.1799C30.948 18.9372 30.9997 18.6771 30.9997 18.4144C30.9997 18.1517 30.948 17.8916 30.8474 17.6489C30.7469 17.4062 30.5995 17.1857 30.4138 17ZM18.4138 29L6.00001 16.5863V6.00001H16.5863L29 18.4138L18.4138 29ZM12 10.5C12 10.7967 11.912 11.0867 11.7472 11.3334C11.5824 11.58 11.3481 11.7723 11.074 11.8858C10.7999 11.9994 10.4983 12.0291 10.2074 11.9712C9.9164 11.9133 9.64913 11.7704 9.43935 11.5607C9.22957 11.3509 9.08671 11.0836 9.02883 10.7926C8.97095 10.5017 9.00066 10.2001 9.11419 9.92598C9.22772 9.6519 9.41998 9.41763 9.66666 9.25281C9.91333 9.08798 10.2033 9.00001 10.5 9.00001C10.8978 9.00001 11.2794 9.15805 11.5607 9.43935C11.842 9.72065 12 10.1022 12 10.5Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.7688 16.6475L18.3538 4.23251C18.1223 3.99951 17.8469 3.81479 17.5435 3.68905C17.24 3.56331 16.9147 3.49905 16.5863 3.50001H5.00001C4.60219 3.50001 4.22066 3.65805 3.93935 3.93935C3.65805 4.22066 3.50001 4.60219 3.50001 5.00001V16.5863C3.49905 16.9147 3.56331 17.24 3.68905 17.5435C3.81479 17.8469 3.99951 18.1223 4.23251 18.3538L16.6475 30.7688C17.1163 31.2374 17.7521 31.5007 18.415 31.5007C19.0779 31.5007 19.7137 31.2374 20.1825 30.7688L30.7688 20.1825C31.2374 19.7137 31.5007 19.0779 31.5007 18.415C31.5007 17.7521 31.2374 17.1163 30.7688 16.6475ZM18.415 28.2938L6.50001 16.375V6.50001H16.375L28.29 18.415L18.415 28.2938ZM12.5 10.5C12.5 10.8956 12.3827 11.2823 12.1629 11.6112C11.9432 11.94 11.6308 12.1964 11.2654 12.3478C10.8999 12.4991 10.4978 12.5388 10.1098 12.4616C9.72187 12.3844 9.3655 12.1939 9.0858 11.9142C8.80609 11.6345 8.61561 11.2782 8.53844 10.8902C8.46127 10.5022 8.50088 10.1001 8.65225 9.73464C8.80363 9.36919 9.05997 9.05683 9.38887 8.83707C9.71777 8.61731 10.1044 8.50001 10.5 8.50001C11.0304 8.50001 11.5392 8.71072 11.9142 9.0858C12.2893 9.46087 12.5 9.96958 12.5 10.5Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.4138 17L18 4.58626C17.815 4.39973 17.5947 4.25185 17.352 4.15121C17.1093 4.05057 16.849 3.99917 16.5863 4.00001H5.00001C4.73479 4.00001 4.48044 4.10537 4.2929 4.2929C4.10537 4.48044 4.00001 4.73479 4.00001 5.00001V16.5863C3.99917 16.849 4.05057 17.1093 4.15121 17.352C4.25185 17.5947 4.39973 17.815 4.58626 18L17 30.4138C17.1857 30.5995 17.4062 30.7469 17.6489 30.8474C17.8916 30.948 18.1517 30.9997 18.4144 30.9997C18.6771 30.9997 18.9372 30.948 19.1799 30.8474C19.4225 30.7469 19.643 30.5995 19.8288 30.4138L30.4138 19.8288C30.5995 19.643 30.7469 19.4225 30.8474 19.1799C30.948 18.9372 30.9997 18.6771 30.9997 18.4144C30.9997 18.1517 30.948 17.8916 30.8474 17.6489C30.7469 17.4062 30.5995 17.1857 30.4138 17ZM10.5 12C10.2033 12 9.91333 11.912 9.66666 11.7472C9.41998 11.5824 9.22772 11.3481 9.11419 11.074C9.00066 10.7999 8.97095 10.4983 9.02883 10.2074C9.08671 9.9164 9.22957 9.64913 9.43935 9.43935C9.64913 9.22957 9.9164 9.08671 10.2074 9.02883C10.4983 8.97095 10.7999 9.00066 11.074 9.11419C11.3481 9.22772 11.5824 9.41998 11.7472 9.66666C11.912 9.91333 12 10.2033 12 10.5C12 10.8978 11.842 11.2794 11.5607 11.5607C11.2794 11.842 10.8978 12 10.5 12Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
2433
2454
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M29.7075 19.125L19.125 29.7075C18.9375 29.8949 18.6832 30.0002 18.4181 30.0002C18.153 30.0002 17.8988 29.8949 17.7112 29.7075L5.2925 17.2925C5.10532 17.1051 5.00012 16.8511 5 16.5863V5H16.5862C16.8511 5.00012 17.1051 5.10532 17.2925 5.2925L29.7075 17.7075C29.8008 17.8004 29.8749 17.9109 29.9255 18.0325C29.976 18.1541 30.002 18.2845 30.002 18.4163C30.002 18.548 29.976 18.6784 29.9255 18.8C29.8749 18.9216 29.8008 19.0321 29.7075 19.125Z", fill: "currentColor" }),
|
|
2434
2455
|
/* @__PURE__ */ C("path", { d: "M30.4138 17L18 4.58626C17.815 4.39973 17.5947 4.25185 17.352 4.15121C17.1093 4.05057 16.849 3.99917 16.5863 4.00001H5.00001C4.73479 4.00001 4.48044 4.10537 4.2929 4.2929C4.10537 4.48044 4.00001 4.73479 4.00001 5.00001V16.5863C3.99917 16.849 4.05057 17.1093 4.15121 17.352C4.25185 17.5947 4.39973 17.815 4.58626 18L17 30.4138C17.1857 30.5995 17.4062 30.7469 17.6489 30.8474C17.8916 30.948 18.1517 30.9997 18.4144 30.9997C18.6771 30.9997 18.9372 30.948 19.1799 30.8474C19.4225 30.7469 19.643 30.5995 19.8288 30.4138L30.4138 19.8288C30.5995 19.643 30.7469 19.4225 30.8474 19.1799C30.948 18.9372 30.9997 18.6771 30.9997 18.4144C30.9997 18.1517 30.948 17.8916 30.8474 17.6489C30.7469 17.4062 30.5995 17.1857 30.4138 17ZM18.4138 29L6.00001 16.5863V6.00001H16.5863L29 18.4138L18.4138 29ZM12 10.5C12 10.7967 11.912 11.0867 11.7472 11.3334C11.5824 11.58 11.3481 11.7723 11.074 11.8858C10.7999 11.9994 10.4983 12.0291 10.2074 11.9712C9.9164 11.9133 9.64913 11.7704 9.43935 11.5607C9.22957 11.3509 9.08671 11.0836 9.02883 10.7926C8.97095 10.5017 9.00066 10.2001 9.11419 9.92598C9.22772 9.6519 9.41998 9.41763 9.66666 9.25281C9.91333 9.08798 10.2033 9.00001 10.5 9.00001C10.8978 9.00001 11.2794 9.15805 11.5607 9.43935C11.842 9.72065 12 10.1022 12 10.5Z", fill: "currentColor" })
|
|
2435
|
-
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.2388 17.1775L17.8238 4.7625C17.6615 4.59967 17.4686 4.47056 17.2562 4.3826C17.0438 4.29464 16.8161 4.24958 16.5863 4.25H5C4.80109 4.25 4.61033 4.32902 4.46967 4.46967C4.32902 4.61033 4.25 4.80109 4.25 5V16.5863C4.24958 16.8161 4.29464 17.0438 4.3826 17.2562C4.47056 17.4686 4.59967 17.6615 4.7625 17.8238L17.1775 30.2388C17.34 30.4013 17.5329 30.5302 17.7453 30.6182C17.9576 30.7061 18.1852 30.7514 18.415 30.7514C18.6448 30.7514 18.8724 30.7061 19.0847 30.6182C19.2971 30.5302 19.49 30.4013 19.6525 30.2388L30.2388 19.6525C30.4013 19.49 30.5302 19.2971 30.6182 19.0847C30.7061 18.8724 30.7514 18.6448 30.7514 18.415C30.7514 18.1852 30.7061 17.9576 30.6182 17.7453C30.5302 17.5329 30.4013 17.34 30.2388 17.1775ZM29.1775 18.5913L18.5913 29.1775C18.568 29.2007 18.5405 29.2192 18.5101 29.2318C18.4798 29.2444 18.4472 29.2508 18.4144 29.2508C18.3815 29.2508 18.349 29.2444 18.3186 29.2318C18.2883 29.2192 18.2607 29.2007 18.2375 29.1775L5.82375 16.7625C5.7768 16.7158 5.75028 16.6525 5.75 16.5863V5.75H16.5863C16.6525 5.75028 16.7158 5.7768 16.7625 5.82375L29.1775 18.2375C29.2007 18.2607 29.2192 18.2883 29.2318 18.3186C29.2444 18.349 29.2508 18.3815 29.2508 18.4144C29.2508 18.4472 29.2444 18.4798 29.2318 18.5101C29.2192 18.5405 29.2007 18.568 29.1775 18.5913ZM11.75 10.5C11.75 10.7472 11.6767 10.9889 11.5393 11.1945C11.402 11.4 11.2068 11.5602 10.9784 11.6549C10.7499 11.7495 10.4986 11.7742 10.2561 11.726C10.0137 11.6778 9.79094 11.5587 9.61612 11.3839C9.4413 11.2091 9.32225 10.9863 9.27402 10.7439C9.22579 10.5014 9.25054 10.2501 9.34515 10.0216C9.43976 9.79324 9.59998 9.59802 9.80554 9.46067C10.0111 9.32331 10.2528 9.25 10.5 9.25C10.8315 9.25 11.1495 9.3817 11.3839 9.61612C11.6183 9.85054 11.75 10.1685 11.75 10.5Z", fill: "currentColor" }) }), $i = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30 26.5H27.5V12C27.5 11.6022 27.342 11.2207 27.0607 10.9394C26.7794 10.6581 26.3978 10.5 26 10.5H17.5V4.00003C17.5004 3.72829 17.427 3.46155 17.2876 3.2283C17.1482 2.99505 16.948 2.80404 16.7085 2.67569C16.469 2.54733 16.1991 2.48645 15.9277 2.49955C15.6563 2.51264 15.3935 2.59922 15.1675 2.75003L5.1675 9.41628C4.96184 9.55349 4.79329 9.73941 4.67684 9.95749C4.56038 10.1756 4.49963 10.4191 4.5 10.6663V26.5H2C1.86739 26.5 1.74021 26.5527 1.64645 26.6465C1.55268 26.7402 1.5 26.8674 1.5 27C1.5 27.1326 1.55268 27.2598 1.64645 27.3536C1.74021 27.4474 1.86739 27.5 2 27.5H30C30.1326 27.5 30.2598 27.4474 30.3536 27.3536C30.4473 27.2598 30.5 27.1326 30.5 27C30.5 26.8674 30.4473 26.7402 30.3536 26.6465C30.2598 26.5527 30.1326 26.5 30 26.5ZM26 11.5C26.1326 11.5 26.2598 11.5527 26.3536 11.6465C26.4473 11.7402 26.5 11.8674 26.5 12V26.5H17.5V11.5H26ZM5.5 10.6675C5.49974 10.585 5.51992 10.5036 5.55875 10.4308C5.59757 10.3579 5.65383 10.2958 5.7225 10.25L15.7225 3.58378C15.7978 3.53353 15.8854 3.50467 15.9758 3.50029C16.0662 3.49591 16.1562 3.51617 16.236 3.5589C16.3158 3.60164 16.3825 3.66524 16.429 3.74293C16.4755 3.82063 16.5001 3.90949 16.5 4.00003V26.5H5.5V10.6675ZM13.5 14V16C13.5 16.1326 13.4473 16.2598 13.3536 16.3536C13.2598 16.4474 13.1326 16.5 13 16.5C12.8674 16.5 12.7402 16.4474 12.6464 16.3536C12.5527 16.2598 12.5 16.1326 12.5 16V14C12.5 13.8674 12.5527 13.7402 12.6464 13.6465C12.7402 13.5527 12.8674 13.5 13 13.5C13.1326 13.5 13.2598 13.5527 13.3536 13.6465C13.4473 13.7402 13.5 13.8674 13.5 14ZM9.5 14V16C9.5 16.1326 9.44732 16.2598 9.35355 16.3536C9.25979 16.4474 9.13261 16.5 9 16.5C8.86739 16.5 8.74021 16.4474 8.64645 16.3536C8.55268 16.2598 8.5 16.1326 8.5 16V14C8.5 13.8674 8.55268 13.7402 8.64645 13.6465C8.74021 13.5527 8.86739 13.5 9 13.5C9.13261 13.5 9.25979 13.5527 9.35355 13.6465C9.44732 13.7402 9.5 13.8674 9.5 14ZM9.5 21V23C9.5 23.1326 9.44732 23.2598 9.35355 23.3536C9.25979 23.4474 9.13261 23.5 9 23.5C8.86739 23.5 8.74021 23.4474 8.64645 23.3536C8.55268 23.2598 8.5 23.1326 8.5 23V21C8.5 20.8674 8.55268 20.7402 8.64645 20.6465C8.74021 20.5527 8.86739 20.5 9 20.5C9.13261 20.5 9.25979 20.5527 9.35355 20.6465C9.44732 20.7402 9.5 20.8674 9.5 21ZM13.5 21V23C13.5 23.1326 13.4473 23.2598 13.3536 23.3536C13.2598 23.4474 13.1326 23.5 13 23.5C12.8674 23.5 12.7402 23.4474 12.6464 23.3536C12.5527 23.2598 12.5 23.1326 12.5 23V21C12.5 20.8674 12.5527 20.7402 12.6464 20.6465C12.7402 20.5527 12.8674 20.5 13 20.5C13.1326 20.5 13.2598 20.5527 13.3536 20.6465C13.4473 20.7402 13.5 20.8674 13.5 21Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30 26.0001H28V12.0001C28 11.4696 27.7893 10.9609 27.4142 10.5859C27.0391 10.2108 26.5304 10.0001 26 10.0001H18V4.00008C18.0002 3.63791 17.9021 3.28247 17.7161 2.9717C17.5301 2.66094 17.2633 2.40651 16.944 2.23557C16.6247 2.06463 16.265 1.9836 15.9032 2.00112C15.5415 2.01865 15.1913 2.13407 14.89 2.33508L4.89 9.00008C4.61567 9.18311 4.39086 9.43113 4.23558 9.72206C4.0803 10.013 3.99937 10.3378 4 10.6676V26.0001H2C1.73478 26.0001 1.48043 26.1054 1.29289 26.293C1.10536 26.4805 1 26.7349 1 27.0001C1 27.2653 1.10536 27.5197 1.29289 27.7072C1.48043 27.8947 1.73478 28.0001 2 28.0001H30C30.2652 28.0001 30.5196 27.8947 30.7071 27.7072C30.8946 27.5197 31 27.2653 31 27.0001C31 26.7349 30.8946 26.4805 30.7071 26.293C30.5196 26.1054 30.2652 26.0001 30 26.0001ZM26 12.0001V26.0001H18V12.0001H26ZM6 10.6676L16 4.00008V26.0001H6V10.6676ZM14 14.0001V16.0001C14 16.2653 13.8946 16.5197 13.7071 16.7072C13.5196 16.8947 13.2652 17.0001 13 17.0001C12.7348 17.0001 12.4804 16.8947 12.2929 16.7072C12.1054 16.5197 12 16.2653 12 16.0001V14.0001C12 13.7349 12.1054 13.4805 12.2929 13.293C12.4804 13.1054 12.7348 13.0001 13 13.0001C13.2652 13.0001 13.5196 13.1054 13.7071 13.293C13.8946 13.4805 14 13.7349 14 14.0001ZM10 14.0001V16.0001C10 16.2653 9.89464 16.5197 9.70711 16.7072C9.51957 16.8947 9.26522 17.0001 9 17.0001C8.73478 17.0001 8.48043 16.8947 8.29289 16.7072C8.10536 16.5197 8 16.2653 8 16.0001V14.0001C8 13.7349 8.10536 13.4805 8.29289 13.293C8.48043 13.1054 8.73478 13.0001 9 13.0001C9.26522 13.0001 9.51957 13.1054 9.70711 13.293C9.89464 13.4805 10 13.7349 10 14.0001ZM10 21.0001V23.0001C10 23.2653 9.89464 23.5197 9.70711 23.7072C9.51957 23.8947 9.26522 24.0001 9 24.0001C8.73478 24.0001 8.48043 23.8947 8.29289 23.7072C8.10536 23.5197 8 23.2653 8 23.0001V21.0001C8 20.7349 8.10536 20.4805 8.29289 20.293C8.48043 20.1054 8.73478 20.0001 9 20.0001C9.26522 20.0001 9.51957 20.1054 9.70711 20.293C9.89464 20.4805 10 20.7349 10 21.0001ZM14 21.0001V23.0001C14 23.2653 13.8946 23.5197 13.7071 23.7072C13.5196 23.8947 13.2652 24.0001 13 24.0001C12.7348 24.0001 12.4804 23.8947 12.2929 23.7072C12.1054 23.5197 12 23.2653 12 23.0001V21.0001C12 20.7349 12.1054 20.4805 12.2929 20.293C12.4804 20.1054 12.7348 20.0001 13 20.0001C13.2652 20.0001 13.5196 20.1054 13.7071 20.293C13.8946 20.4805 14 20.7349 14 21.0001Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30 25.5001H28.5V12.0001C28.5 11.337 28.2366 10.7011 27.7678 10.2323C27.2989 9.76346 26.663 9.50007 26 9.50007H21.5V4.00007C21.4998 3.57982 21.3938 3.16638 21.1915 2.79798C20.9893 2.42958 20.6975 2.1181 20.343 1.89234C19.9885 1.66658 19.5829 1.53382 19.1635 1.50633C18.7442 1.47884 18.3247 1.55751 17.9438 1.73507L4.94375 7.80257C4.51288 8.00442 4.14834 8.32469 3.89269 8.72598C3.63704 9.12727 3.50084 9.59302 3.5 10.0688V25.5001H2C1.60218 25.5001 1.22064 25.6581 0.93934 25.9394C0.658035 26.2207 0.5 26.6022 0.5 27.0001C0.5 27.3979 0.658035 27.7794 0.93934 28.0607C1.22064 28.342 1.60218 28.5001 2 28.5001H30C30.3978 28.5001 30.7794 28.342 31.0607 28.0607C31.342 27.7794 31.5 27.3979 31.5 27.0001C31.5 26.6022 31.342 26.2207 31.0607 25.9394C30.7794 25.6581 30.3978 25.5001 30 25.5001ZM25.5 12.5001V25.5001H21.5V12.5001H25.5ZM6.5 10.3863L18.5 4.78757V25.5001H6.5V10.3863ZM16.5 14.0001V15.5001C16.5 15.8979 16.342 16.2794 16.0607 16.5607C15.7794 16.842 15.3978 17.0001 15 17.0001C14.6022 17.0001 14.2206 16.842 13.9393 16.5607C13.658 16.2794 13.5 15.8979 13.5 15.5001V14.0001C13.5 13.6022 13.658 13.2207 13.9393 12.9394C14.2206 12.6581 14.6022 12.5001 15 12.5001C15.3978 12.5001 15.7794 12.6581 16.0607 12.9394C16.342 13.2207 16.5 13.6022 16.5 14.0001ZM11.5 14.0001V15.5001C11.5 15.8979 11.342 16.2794 11.0607 16.5607C10.7794 16.842 10.3978 17.0001 10 17.0001C9.60218 17.0001 9.22064 16.842 8.93934 16.5607C8.65804 16.2794 8.5 15.8979 8.5 15.5001V14.0001C8.5 13.6022 8.65804 13.2207 8.93934 12.9394C9.22064 12.6581 9.60218 12.5001 10 12.5001C10.3978 12.5001 10.7794 12.6581 11.0607 12.9394C11.342 13.2207 11.5 13.6022 11.5 14.0001ZM11.5 20.5001V22.0001C11.5 22.3979 11.342 22.7794 11.0607 23.0607C10.7794 23.342 10.3978 23.5001 10 23.5001C9.60218 23.5001 9.22064 23.342 8.93934 23.0607C8.65804 22.7794 8.5 22.3979 8.5 22.0001V20.5001C8.5 20.1022 8.65804 19.7207 8.93934 19.4394C9.22064 19.1581 9.60218 19.0001 10 19.0001C10.3978 19.0001 10.7794 19.1581 11.0607 19.4394C11.342 19.7207 11.5 20.1022 11.5 20.5001ZM16.5 20.5001V22.0001C16.5 22.3979 16.342 22.7794 16.0607 23.0607C15.7794 23.342 15.3978 23.5001 15 23.5001C14.6022 23.5001 14.2206 23.342 13.9393 23.0607C13.658 22.7794 13.5 22.3979 13.5 22.0001V20.5001C13.5 20.1022 13.658 19.7207 13.9393 19.4394C14.2206 19.1581 14.6022 19.0001 15 19.0001C15.3978 19.0001 15.7794 19.1581 16.0607 19.4394C16.342 19.7207 16.5 20.1022 16.5 20.5001Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M29.9665 25.9999H28.0002V11.9999C28.0002 11.4695 27.7895 10.9608 27.4145 10.5857C27.0394 10.2106 26.5307 9.9999 26.0002 9.9999H20.5002C20.3676 9.9999 20.2405 10.0526 20.1467 10.1463C20.0529 10.2401 20.0002 10.3673 20.0002 10.4999V25.9999H18.0002V4.05115C18.0036 3.73963 17.9359 3.43143 17.8025 3.1499C17.6691 2.86836 17.4734 2.62087 17.2302 2.42615C16.8987 2.1677 16.4942 2.02026 16.0742 2.00478C15.6541 1.98929 15.2399 2.10655 14.8902 2.3399L4.89024 8.9999C4.61592 9.18293 4.39111 9.43095 4.23583 9.72188C4.08055 10.0128 3.99962 10.3376 4.00024 10.6674V25.9999H2.03399C1.77558 25.9961 1.5253 26.0903 1.33351 26.2635C1.14172 26.4367 1.02265 26.6762 1.00024 26.9337C0.991162 27.0704 1.0103 27.2076 1.05647 27.3367C1.10264 27.4658 1.17486 27.584 1.26864 27.684C1.36242 27.784 1.47576 27.8636 1.60162 27.918C1.72747 27.9723 1.86316 28.0002 2.00024 27.9999H30.0002C30.1373 28.0002 30.273 27.9723 30.3989 27.918C30.5247 27.8636 30.6381 27.784 30.7318 27.684C30.8256 27.584 30.8978 27.4658 30.944 27.3367C30.9902 27.2076 31.0093 27.0704 31.0002 26.9337C30.9778 26.6762 30.8588 26.4367 30.667 26.2635C30.4752 26.0903 30.2249 25.9961 29.9665 25.9999ZM9.50024 22.9999C9.50055 23.137 9.47266 23.2727 9.41831 23.3985C9.36397 23.5244 9.28432 23.6377 9.18433 23.7315C9.08434 23.8253 8.96613 23.8975 8.83705 23.9437C8.70797 23.9898 8.57078 24.009 8.43399 23.9999C8.1763 23.9775 7.93668 23.8582 7.76342 23.6662C7.59015 23.4741 7.49611 23.2235 7.50024 22.9649V21.0337C7.49672 20.7753 7.59101 20.5252 7.76419 20.3335C7.93737 20.1417 8.17663 20.0226 8.43399 19.9999C8.57078 19.9908 8.70797 20.01 8.83705 20.0561C8.96613 20.1023 9.08434 20.1745 9.18433 20.2683C9.28432 20.3621 9.36397 20.4754 9.41831 20.6013C9.47266 20.7271 9.50055 20.8628 9.50024 20.9999V22.9999ZM9.50024 15.9999C9.50055 16.137 9.47266 16.2727 9.41831 16.3985C9.36397 16.5244 9.28432 16.6377 9.18433 16.7315C9.08434 16.8253 8.96613 16.8975 8.83705 16.9437C8.70797 16.9898 8.57078 17.009 8.43399 16.9999C8.17641 16.9772 7.93697 16.8579 7.76376 16.6659C7.59055 16.4739 7.4964 16.2235 7.50024 15.9649V14.0337C7.49672 13.7753 7.59101 13.5252 7.76419 13.3335C7.93737 13.1417 8.17663 13.0226 8.43399 12.9999C8.57078 12.9908 8.70797 13.01 8.83705 13.0561C8.96613 13.1023 9.08434 13.1745 9.18433 13.2683C9.28432 13.3621 9.36397 13.4754 9.41831 13.6013C9.47266 13.7271 9.50055 13.8628 9.50024 13.9999V15.9999ZM14.5002 22.9999C14.5005 23.137 14.4727 23.2727 14.4183 23.3985C14.364 23.5244 14.2843 23.6377 14.1843 23.7315C14.0843 23.8253 13.9661 23.8975 13.8371 23.9437C13.708 23.9898 13.5708 24.009 13.434 23.9999C13.1767 23.9775 12.9375 23.8586 12.7643 23.6671C12.5911 23.4756 12.4967 23.2256 12.5002 22.9674V21.0337C12.497 20.7755 12.5915 20.5257 12.7646 20.3343C12.9378 20.1428 13.1769 20.0238 13.434 20.0012C13.5708 19.9921 13.708 20.0112 13.8371 20.0574C13.9661 20.1035 14.0843 20.1758 14.1843 20.2696C14.2843 20.3633 14.364 20.4767 14.4183 20.6025C14.4727 20.7284 14.5005 20.8641 14.5002 21.0012V22.9999ZM14.5002 15.9999C14.5005 16.137 14.4727 16.2727 14.4183 16.3985C14.364 16.5244 14.2843 16.6377 14.1843 16.7315C14.0843 16.8253 13.9661 16.8975 13.8371 16.9437C13.708 16.9898 13.5708 17.009 13.434 16.9999C13.1769 16.9772 12.9378 16.8582 12.7646 16.6668C12.5915 16.4753 12.497 16.2255 12.5002 15.9674V14.0337C12.497 13.7755 12.5915 13.5257 12.7646 13.3343C12.9378 13.1428 13.1769 13.0238 13.434 13.0012C13.5708 12.9921 13.708 13.0112 13.8371 13.0574C13.9661 13.1036 14.0843 13.1758 14.1843 13.2696C14.2843 13.3633 14.364 13.4767 14.4183 13.6025C14.4727 13.7284 14.5005 13.8641 14.5002 14.0012V15.9999Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
2456
|
+
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.2388 17.1775L17.8238 4.7625C17.6615 4.59967 17.4686 4.47056 17.2562 4.3826C17.0438 4.29464 16.8161 4.24958 16.5863 4.25H5C4.80109 4.25 4.61033 4.32902 4.46967 4.46967C4.32902 4.61033 4.25 4.80109 4.25 5V16.5863C4.24958 16.8161 4.29464 17.0438 4.3826 17.2562C4.47056 17.4686 4.59967 17.6615 4.7625 17.8238L17.1775 30.2388C17.34 30.4013 17.5329 30.5302 17.7453 30.6182C17.9576 30.7061 18.1852 30.7514 18.415 30.7514C18.6448 30.7514 18.8724 30.7061 19.0847 30.6182C19.2971 30.5302 19.49 30.4013 19.6525 30.2388L30.2388 19.6525C30.4013 19.49 30.5302 19.2971 30.6182 19.0847C30.7061 18.8724 30.7514 18.6448 30.7514 18.415C30.7514 18.1852 30.7061 17.9576 30.6182 17.7453C30.5302 17.5329 30.4013 17.34 30.2388 17.1775ZM29.1775 18.5913L18.5913 29.1775C18.568 29.2007 18.5405 29.2192 18.5101 29.2318C18.4798 29.2444 18.4472 29.2508 18.4144 29.2508C18.3815 29.2508 18.349 29.2444 18.3186 29.2318C18.2883 29.2192 18.2607 29.2007 18.2375 29.1775L5.82375 16.7625C5.7768 16.7158 5.75028 16.6525 5.75 16.5863V5.75H16.5863C16.6525 5.75028 16.7158 5.7768 16.7625 5.82375L29.1775 18.2375C29.2007 18.2607 29.2192 18.2883 29.2318 18.3186C29.2444 18.349 29.2508 18.3815 29.2508 18.4144C29.2508 18.4472 29.2444 18.4798 29.2318 18.5101C29.2192 18.5405 29.2007 18.568 29.1775 18.5913ZM11.75 10.5C11.75 10.7472 11.6767 10.9889 11.5393 11.1945C11.402 11.4 11.2068 11.5602 10.9784 11.6549C10.7499 11.7495 10.4986 11.7742 10.2561 11.726C10.0137 11.6778 9.79094 11.5587 9.61612 11.3839C9.4413 11.2091 9.32225 10.9863 9.27402 10.7439C9.22579 10.5014 9.25054 10.2501 9.34515 10.0216C9.43976 9.79324 9.59998 9.59802 9.80554 9.46067C10.0111 9.32331 10.2528 9.25 10.5 9.25C10.8315 9.25 11.1495 9.3817 11.3839 9.61612C11.6183 9.85054 11.75 10.1685 11.75 10.5Z", fill: "currentColor" }) }), Ii = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30 26.5H27.5V12C27.5 11.6022 27.342 11.2207 27.0607 10.9394C26.7794 10.6581 26.3978 10.5 26 10.5H17.5V4.00003C17.5004 3.72829 17.427 3.46155 17.2876 3.2283C17.1482 2.99505 16.948 2.80404 16.7085 2.67569C16.469 2.54733 16.1991 2.48645 15.9277 2.49955C15.6563 2.51264 15.3935 2.59922 15.1675 2.75003L5.1675 9.41628C4.96184 9.55349 4.79329 9.73941 4.67684 9.95749C4.56038 10.1756 4.49963 10.4191 4.5 10.6663V26.5H2C1.86739 26.5 1.74021 26.5527 1.64645 26.6465C1.55268 26.7402 1.5 26.8674 1.5 27C1.5 27.1326 1.55268 27.2598 1.64645 27.3536C1.74021 27.4474 1.86739 27.5 2 27.5H30C30.1326 27.5 30.2598 27.4474 30.3536 27.3536C30.4473 27.2598 30.5 27.1326 30.5 27C30.5 26.8674 30.4473 26.7402 30.3536 26.6465C30.2598 26.5527 30.1326 26.5 30 26.5ZM26 11.5C26.1326 11.5 26.2598 11.5527 26.3536 11.6465C26.4473 11.7402 26.5 11.8674 26.5 12V26.5H17.5V11.5H26ZM5.5 10.6675C5.49974 10.585 5.51992 10.5036 5.55875 10.4308C5.59757 10.3579 5.65383 10.2958 5.7225 10.25L15.7225 3.58378C15.7978 3.53353 15.8854 3.50467 15.9758 3.50029C16.0662 3.49591 16.1562 3.51617 16.236 3.5589C16.3158 3.60164 16.3825 3.66524 16.429 3.74293C16.4755 3.82063 16.5001 3.90949 16.5 4.00003V26.5H5.5V10.6675ZM13.5 14V16C13.5 16.1326 13.4473 16.2598 13.3536 16.3536C13.2598 16.4474 13.1326 16.5 13 16.5C12.8674 16.5 12.7402 16.4474 12.6464 16.3536C12.5527 16.2598 12.5 16.1326 12.5 16V14C12.5 13.8674 12.5527 13.7402 12.6464 13.6465C12.7402 13.5527 12.8674 13.5 13 13.5C13.1326 13.5 13.2598 13.5527 13.3536 13.6465C13.4473 13.7402 13.5 13.8674 13.5 14ZM9.5 14V16C9.5 16.1326 9.44732 16.2598 9.35355 16.3536C9.25979 16.4474 9.13261 16.5 9 16.5C8.86739 16.5 8.74021 16.4474 8.64645 16.3536C8.55268 16.2598 8.5 16.1326 8.5 16V14C8.5 13.8674 8.55268 13.7402 8.64645 13.6465C8.74021 13.5527 8.86739 13.5 9 13.5C9.13261 13.5 9.25979 13.5527 9.35355 13.6465C9.44732 13.7402 9.5 13.8674 9.5 14ZM9.5 21V23C9.5 23.1326 9.44732 23.2598 9.35355 23.3536C9.25979 23.4474 9.13261 23.5 9 23.5C8.86739 23.5 8.74021 23.4474 8.64645 23.3536C8.55268 23.2598 8.5 23.1326 8.5 23V21C8.5 20.8674 8.55268 20.7402 8.64645 20.6465C8.74021 20.5527 8.86739 20.5 9 20.5C9.13261 20.5 9.25979 20.5527 9.35355 20.6465C9.44732 20.7402 9.5 20.8674 9.5 21ZM13.5 21V23C13.5 23.1326 13.4473 23.2598 13.3536 23.3536C13.2598 23.4474 13.1326 23.5 13 23.5C12.8674 23.5 12.7402 23.4474 12.6464 23.3536C12.5527 23.2598 12.5 23.1326 12.5 23V21C12.5 20.8674 12.5527 20.7402 12.6464 20.6465C12.7402 20.5527 12.8674 20.5 13 20.5C13.1326 20.5 13.2598 20.5527 13.3536 20.6465C13.4473 20.7402 13.5 20.8674 13.5 21Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30 26.0001H28V12.0001C28 11.4696 27.7893 10.9609 27.4142 10.5859C27.0391 10.2108 26.5304 10.0001 26 10.0001H18V4.00008C18.0002 3.63791 17.9021 3.28247 17.7161 2.9717C17.5301 2.66094 17.2633 2.40651 16.944 2.23557C16.6247 2.06463 16.265 1.9836 15.9032 2.00112C15.5415 2.01865 15.1913 2.13407 14.89 2.33508L4.89 9.00008C4.61567 9.18311 4.39086 9.43113 4.23558 9.72206C4.0803 10.013 3.99937 10.3378 4 10.6676V26.0001H2C1.73478 26.0001 1.48043 26.1054 1.29289 26.293C1.10536 26.4805 1 26.7349 1 27.0001C1 27.2653 1.10536 27.5197 1.29289 27.7072C1.48043 27.8947 1.73478 28.0001 2 28.0001H30C30.2652 28.0001 30.5196 27.8947 30.7071 27.7072C30.8946 27.5197 31 27.2653 31 27.0001C31 26.7349 30.8946 26.4805 30.7071 26.293C30.5196 26.1054 30.2652 26.0001 30 26.0001ZM26 12.0001V26.0001H18V12.0001H26ZM6 10.6676L16 4.00008V26.0001H6V10.6676ZM14 14.0001V16.0001C14 16.2653 13.8946 16.5197 13.7071 16.7072C13.5196 16.8947 13.2652 17.0001 13 17.0001C12.7348 17.0001 12.4804 16.8947 12.2929 16.7072C12.1054 16.5197 12 16.2653 12 16.0001V14.0001C12 13.7349 12.1054 13.4805 12.2929 13.293C12.4804 13.1054 12.7348 13.0001 13 13.0001C13.2652 13.0001 13.5196 13.1054 13.7071 13.293C13.8946 13.4805 14 13.7349 14 14.0001ZM10 14.0001V16.0001C10 16.2653 9.89464 16.5197 9.70711 16.7072C9.51957 16.8947 9.26522 17.0001 9 17.0001C8.73478 17.0001 8.48043 16.8947 8.29289 16.7072C8.10536 16.5197 8 16.2653 8 16.0001V14.0001C8 13.7349 8.10536 13.4805 8.29289 13.293C8.48043 13.1054 8.73478 13.0001 9 13.0001C9.26522 13.0001 9.51957 13.1054 9.70711 13.293C9.89464 13.4805 10 13.7349 10 14.0001ZM10 21.0001V23.0001C10 23.2653 9.89464 23.5197 9.70711 23.7072C9.51957 23.8947 9.26522 24.0001 9 24.0001C8.73478 24.0001 8.48043 23.8947 8.29289 23.7072C8.10536 23.5197 8 23.2653 8 23.0001V21.0001C8 20.7349 8.10536 20.4805 8.29289 20.293C8.48043 20.1054 8.73478 20.0001 9 20.0001C9.26522 20.0001 9.51957 20.1054 9.70711 20.293C9.89464 20.4805 10 20.7349 10 21.0001ZM14 21.0001V23.0001C14 23.2653 13.8946 23.5197 13.7071 23.7072C13.5196 23.8947 13.2652 24.0001 13 24.0001C12.7348 24.0001 12.4804 23.8947 12.2929 23.7072C12.1054 23.5197 12 23.2653 12 23.0001V21.0001C12 20.7349 12.1054 20.4805 12.2929 20.293C12.4804 20.1054 12.7348 20.0001 13 20.0001C13.2652 20.0001 13.5196 20.1054 13.7071 20.293C13.8946 20.4805 14 20.7349 14 21.0001Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30 25.5001H28.5V12.0001C28.5 11.337 28.2366 10.7011 27.7678 10.2323C27.2989 9.76346 26.663 9.50007 26 9.50007H21.5V4.00007C21.4998 3.57982 21.3938 3.16638 21.1915 2.79798C20.9893 2.42958 20.6975 2.1181 20.343 1.89234C19.9885 1.66658 19.5829 1.53382 19.1635 1.50633C18.7442 1.47884 18.3247 1.55751 17.9438 1.73507L4.94375 7.80257C4.51288 8.00442 4.14834 8.32469 3.89269 8.72598C3.63704 9.12727 3.50084 9.59302 3.5 10.0688V25.5001H2C1.60218 25.5001 1.22064 25.6581 0.93934 25.9394C0.658035 26.2207 0.5 26.6022 0.5 27.0001C0.5 27.3979 0.658035 27.7794 0.93934 28.0607C1.22064 28.342 1.60218 28.5001 2 28.5001H30C30.3978 28.5001 30.7794 28.342 31.0607 28.0607C31.342 27.7794 31.5 27.3979 31.5 27.0001C31.5 26.6022 31.342 26.2207 31.0607 25.9394C30.7794 25.6581 30.3978 25.5001 30 25.5001ZM25.5 12.5001V25.5001H21.5V12.5001H25.5ZM6.5 10.3863L18.5 4.78757V25.5001H6.5V10.3863ZM16.5 14.0001V15.5001C16.5 15.8979 16.342 16.2794 16.0607 16.5607C15.7794 16.842 15.3978 17.0001 15 17.0001C14.6022 17.0001 14.2206 16.842 13.9393 16.5607C13.658 16.2794 13.5 15.8979 13.5 15.5001V14.0001C13.5 13.6022 13.658 13.2207 13.9393 12.9394C14.2206 12.6581 14.6022 12.5001 15 12.5001C15.3978 12.5001 15.7794 12.6581 16.0607 12.9394C16.342 13.2207 16.5 13.6022 16.5 14.0001ZM11.5 14.0001V15.5001C11.5 15.8979 11.342 16.2794 11.0607 16.5607C10.7794 16.842 10.3978 17.0001 10 17.0001C9.60218 17.0001 9.22064 16.842 8.93934 16.5607C8.65804 16.2794 8.5 15.8979 8.5 15.5001V14.0001C8.5 13.6022 8.65804 13.2207 8.93934 12.9394C9.22064 12.6581 9.60218 12.5001 10 12.5001C10.3978 12.5001 10.7794 12.6581 11.0607 12.9394C11.342 13.2207 11.5 13.6022 11.5 14.0001ZM11.5 20.5001V22.0001C11.5 22.3979 11.342 22.7794 11.0607 23.0607C10.7794 23.342 10.3978 23.5001 10 23.5001C9.60218 23.5001 9.22064 23.342 8.93934 23.0607C8.65804 22.7794 8.5 22.3979 8.5 22.0001V20.5001C8.5 20.1022 8.65804 19.7207 8.93934 19.4394C9.22064 19.1581 9.60218 19.0001 10 19.0001C10.3978 19.0001 10.7794 19.1581 11.0607 19.4394C11.342 19.7207 11.5 20.1022 11.5 20.5001ZM16.5 20.5001V22.0001C16.5 22.3979 16.342 22.7794 16.0607 23.0607C15.7794 23.342 15.3978 23.5001 15 23.5001C14.6022 23.5001 14.2206 23.342 13.9393 23.0607C13.658 22.7794 13.5 22.3979 13.5 22.0001V20.5001C13.5 20.1022 13.658 19.7207 13.9393 19.4394C14.2206 19.1581 14.6022 19.0001 15 19.0001C15.3978 19.0001 15.7794 19.1581 16.0607 19.4394C16.342 19.7207 16.5 20.1022 16.5 20.5001Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M29.9665 25.9999H28.0002V11.9999C28.0002 11.4695 27.7895 10.9608 27.4145 10.5857C27.0394 10.2106 26.5307 9.9999 26.0002 9.9999H20.5002C20.3676 9.9999 20.2405 10.0526 20.1467 10.1463C20.0529 10.2401 20.0002 10.3673 20.0002 10.4999V25.9999H18.0002V4.05115C18.0036 3.73963 17.9359 3.43143 17.8025 3.1499C17.6691 2.86836 17.4734 2.62087 17.2302 2.42615C16.8987 2.1677 16.4942 2.02026 16.0742 2.00478C15.6541 1.98929 15.2399 2.10655 14.8902 2.3399L4.89024 8.9999C4.61592 9.18293 4.39111 9.43095 4.23583 9.72188C4.08055 10.0128 3.99962 10.3376 4.00024 10.6674V25.9999H2.03399C1.77558 25.9961 1.5253 26.0903 1.33351 26.2635C1.14172 26.4367 1.02265 26.6762 1.00024 26.9337C0.991162 27.0704 1.0103 27.2076 1.05647 27.3367C1.10264 27.4658 1.17486 27.584 1.26864 27.684C1.36242 27.784 1.47576 27.8636 1.60162 27.918C1.72747 27.9723 1.86316 28.0002 2.00024 27.9999H30.0002C30.1373 28.0002 30.273 27.9723 30.3989 27.918C30.5247 27.8636 30.6381 27.784 30.7318 27.684C30.8256 27.584 30.8978 27.4658 30.944 27.3367C30.9902 27.2076 31.0093 27.0704 31.0002 26.9337C30.9778 26.6762 30.8588 26.4367 30.667 26.2635C30.4752 26.0903 30.2249 25.9961 29.9665 25.9999ZM9.50024 22.9999C9.50055 23.137 9.47266 23.2727 9.41831 23.3985C9.36397 23.5244 9.28432 23.6377 9.18433 23.7315C9.08434 23.8253 8.96613 23.8975 8.83705 23.9437C8.70797 23.9898 8.57078 24.009 8.43399 23.9999C8.1763 23.9775 7.93668 23.8582 7.76342 23.6662C7.59015 23.4741 7.49611 23.2235 7.50024 22.9649V21.0337C7.49672 20.7753 7.59101 20.5252 7.76419 20.3335C7.93737 20.1417 8.17663 20.0226 8.43399 19.9999C8.57078 19.9908 8.70797 20.01 8.83705 20.0561C8.96613 20.1023 9.08434 20.1745 9.18433 20.2683C9.28432 20.3621 9.36397 20.4754 9.41831 20.6013C9.47266 20.7271 9.50055 20.8628 9.50024 20.9999V22.9999ZM9.50024 15.9999C9.50055 16.137 9.47266 16.2727 9.41831 16.3985C9.36397 16.5244 9.28432 16.6377 9.18433 16.7315C9.08434 16.8253 8.96613 16.8975 8.83705 16.9437C8.70797 16.9898 8.57078 17.009 8.43399 16.9999C8.17641 16.9772 7.93697 16.8579 7.76376 16.6659C7.59055 16.4739 7.4964 16.2235 7.50024 15.9649V14.0337C7.49672 13.7753 7.59101 13.5252 7.76419 13.3335C7.93737 13.1417 8.17663 13.0226 8.43399 12.9999C8.57078 12.9908 8.70797 13.01 8.83705 13.0561C8.96613 13.1023 9.08434 13.1745 9.18433 13.2683C9.28432 13.3621 9.36397 13.4754 9.41831 13.6013C9.47266 13.7271 9.50055 13.8628 9.50024 13.9999V15.9999ZM14.5002 22.9999C14.5005 23.137 14.4727 23.2727 14.4183 23.3985C14.364 23.5244 14.2843 23.6377 14.1843 23.7315C14.0843 23.8253 13.9661 23.8975 13.8371 23.9437C13.708 23.9898 13.5708 24.009 13.434 23.9999C13.1767 23.9775 12.9375 23.8586 12.7643 23.6671C12.5911 23.4756 12.4967 23.2256 12.5002 22.9674V21.0337C12.497 20.7755 12.5915 20.5257 12.7646 20.3343C12.9378 20.1428 13.1769 20.0238 13.434 20.0012C13.5708 19.9921 13.708 20.0112 13.8371 20.0574C13.9661 20.1035 14.0843 20.1758 14.1843 20.2696C14.2843 20.3633 14.364 20.4767 14.4183 20.6025C14.4727 20.7284 14.5005 20.8641 14.5002 21.0012V22.9999ZM14.5002 15.9999C14.5005 16.137 14.4727 16.2727 14.4183 16.3985C14.364 16.5244 14.2843 16.6377 14.1843 16.7315C14.0843 16.8253 13.9661 16.8975 13.8371 16.9437C13.708 16.9898 13.5708 17.009 13.434 16.9999C13.1769 16.9772 12.9378 16.8582 12.7646 16.6668C12.5915 16.4753 12.497 16.2255 12.5002 15.9674V14.0337C12.497 13.7755 12.5915 13.5257 12.7646 13.3343C12.9378 13.1428 13.1769 13.0238 13.434 13.0012C13.5708 12.9921 13.708 13.0112 13.8371 13.0574C13.9661 13.1036 14.0843 13.1758 14.1843 13.2696C14.2843 13.3633 14.364 13.4767 14.4183 13.6025C14.4727 13.7284 14.5005 13.8641 14.5002 14.0012V15.9999Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
2436
2457
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M17 4.0001V27.0001H5V10.6689C4.99989 10.5042 5.04046 10.342 5.11809 10.1968C5.19572 10.0516 5.30801 9.92775 5.445 9.83635L15.445 3.1701C15.5955 3.06972 15.7703 3.01202 15.951 3.00316C16.1316 2.99429 16.3113 3.03459 16.4709 3.11976C16.6305 3.20493 16.7639 3.33178 16.8571 3.48681C16.9503 3.64184 16.9997 3.81923 17 4.0001Z", fill: "currentColor" }),
|
|
2437
2458
|
/* @__PURE__ */ C("path", { d: "M30 26.0001H28V12.0001C28 11.4696 27.7893 10.9609 27.4142 10.5859C27.0391 10.2108 26.5304 10.0001 26 10.0001H18V4.00008C18.0002 3.63791 17.9021 3.28247 17.7161 2.9717C17.5301 2.66094 17.2633 2.40651 16.944 2.23557C16.6247 2.06463 16.265 1.9836 15.9032 2.00112C15.5415 2.01865 15.1913 2.13407 14.89 2.33508L4.89 9.00008C4.61567 9.18311 4.39086 9.43113 4.23558 9.72206C4.0803 10.013 3.99937 10.3378 4 10.6676V26.0001H2C1.73478 26.0001 1.48043 26.1054 1.29289 26.293C1.10536 26.4805 1 26.7349 1 27.0001C1 27.2653 1.10536 27.5197 1.29289 27.7072C1.48043 27.8947 1.73478 28.0001 2 28.0001H30C30.2652 28.0001 30.5196 27.8947 30.7071 27.7072C30.8946 27.5197 31 27.2653 31 27.0001C31 26.7349 30.8946 26.4805 30.7071 26.293C30.5196 26.1054 30.2652 26.0001 30 26.0001ZM26 12.0001V26.0001H18V12.0001H26ZM6 10.6676L16 4.00008V26.0001H6V10.6676ZM14 14.0001V16.0001C14 16.2653 13.8946 16.5197 13.7071 16.7072C13.5196 16.8947 13.2652 17.0001 13 17.0001C12.7348 17.0001 12.4804 16.8947 12.2929 16.7072C12.1054 16.5197 12 16.2653 12 16.0001V14.0001C12 13.7349 12.1054 13.4805 12.2929 13.293C12.4804 13.1054 12.7348 13.0001 13 13.0001C13.2652 13.0001 13.5196 13.1054 13.7071 13.293C13.8946 13.4805 14 13.7349 14 14.0001ZM10 14.0001V16.0001C10 16.2653 9.89464 16.5197 9.70711 16.7072C9.51957 16.8947 9.26522 17.0001 9 17.0001C8.73478 17.0001 8.48043 16.8947 8.29289 16.7072C8.10536 16.5197 8 16.2653 8 16.0001V14.0001C8 13.7349 8.10536 13.4805 8.29289 13.293C8.48043 13.1054 8.73478 13.0001 9 13.0001C9.26522 13.0001 9.51957 13.1054 9.70711 13.293C9.89464 13.4805 10 13.7349 10 14.0001ZM10 21.0001V23.0001C10 23.2653 9.89464 23.5197 9.70711 23.7072C9.51957 23.8947 9.26522 24.0001 9 24.0001C8.73478 24.0001 8.48043 23.8947 8.29289 23.7072C8.10536 23.5197 8 23.2653 8 23.0001V21.0001C8 20.7349 8.10536 20.4805 8.29289 20.293C8.48043 20.1054 8.73478 20.0001 9 20.0001C9.26522 20.0001 9.51957 20.1054 9.70711 20.293C9.89464 20.4805 10 20.7349 10 21.0001ZM14 21.0001V23.0001C14 23.2653 13.8946 23.5197 13.7071 23.7072C13.5196 23.8947 13.2652 24.0001 13 24.0001C12.7348 24.0001 12.4804 23.8947 12.2929 23.7072C12.1054 23.5197 12 23.2653 12 23.0001V21.0001C12 20.7349 12.1054 20.4805 12.2929 20.293C12.4804 20.1054 12.7348 20.0001 13 20.0001C13.2652 20.0001 13.5196 20.1054 13.7071 20.293C13.8946 20.4805 14 20.7349 14 21.0001Z", fill: "currentColor" })
|
|
2438
|
-
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30 26.25H27.75V12C27.75 11.5359 27.5656 11.0907 27.2374 10.7626C26.9092 10.4344 26.4641 10.25 26 10.25H17.75V3.99999C17.7499 3.68325 17.6638 3.37249 17.5009 3.10084C17.338 2.82918 17.1045 2.60683 16.8251 2.45748C16.5458 2.30813 16.2312 2.23739 15.9148 2.25281C15.5985 2.26822 15.2922 2.3692 15.0288 2.54499L5.02875 9.21125C4.78911 9.37113 4.59265 9.5877 4.4568 9.84174C4.32095 10.0958 4.24992 10.3794 4.25 10.6675V26.25H2C1.80109 26.25 1.61032 26.329 1.46967 26.4697C1.32902 26.6103 1.25 26.8011 1.25 27C1.25 27.1989 1.32902 27.3897 1.46967 27.5303C1.61032 27.671 1.80109 27.75 2 27.75H30C30.1989 27.75 30.3897 27.671 30.5303 27.5303C30.671 27.3897 30.75 27.1989 30.75 27C30.75 26.8011 30.671 26.6103 30.5303 26.4697C30.3897 26.329 30.1989 26.25 30 26.25ZM26 11.75C26.0663 11.75 26.1299 11.7763 26.1768 11.8232C26.2237 11.8701 26.25 11.9337 26.25 12V26.25H17.75V11.75H26ZM5.75 10.6675C5.75008 10.6264 5.76027 10.586 5.77967 10.5498C5.79907 10.5136 5.82709 10.4828 5.86125 10.46L15.8612 3.79249C15.8989 3.7674 15.9426 3.75297 15.9877 3.75076C16.0329 3.74854 16.0778 3.75862 16.1177 3.77991C16.1576 3.8012 16.191 3.83291 16.2143 3.87167C16.2376 3.91043 16.2499 3.95478 16.25 3.99999V26.25H5.75V10.6675ZM13.75 14V16C13.75 16.1989 13.671 16.3897 13.5303 16.5303C13.3897 16.671 13.1989 16.75 13 16.75C12.8011 16.75 12.6103 16.671 12.4697 16.5303C12.329 16.3897 12.25 16.1989 12.25 16V14C12.25 13.8011 12.329 13.6103 12.4697 13.4697C12.6103 13.329 12.8011 13.25 13 13.25C13.1989 13.25 13.3897 13.329 13.5303 13.4697C13.671 13.6103 13.75 13.8011 13.75 14ZM9.75 14V16C9.75 16.1989 9.67098 16.3897 9.53033 16.5303C9.38968 16.671 9.19891 16.75 9 16.75C8.80109 16.75 8.61032 16.671 8.46967 16.5303C8.32902 16.3897 8.25 16.1989 8.25 16V14C8.25 13.8011 8.32902 13.6103 8.46967 13.4697C8.61032 13.329 8.80109 13.25 9 13.25C9.19891 13.25 9.38968 13.329 9.53033 13.4697C9.67098 13.6103 9.75 13.8011 9.75 14ZM9.75 21V23C9.75 23.1989 9.67098 23.3897 9.53033 23.5303C9.38968 23.671 9.19891 23.75 9 23.75C8.80109 23.75 8.61032 23.671 8.46967 23.5303C8.32902 23.3897 8.25 23.1989 8.25 23V21C8.25 20.8011 8.32902 20.6103 8.46967 20.4697C8.61032 20.329 8.80109 20.25 9 20.25C9.19891 20.25 9.38968 20.329 9.53033 20.4697C9.67098 20.6103 9.75 20.8011 9.75 21ZM13.75 21V23C13.75 23.1989 13.671 23.3897 13.5303 23.5303C13.3897 23.671 13.1989 23.75 13 23.75C12.8011 23.75 12.6103 23.671 12.4697 23.5303C12.329 23.3897 12.25 23.1989 12.25 23V21C12.25 20.8011 12.329 20.6103 12.4697 20.4697C12.6103 20.329 12.8011 20.25 13 20.25C13.1989 20.25 13.3897 20.329 13.5303 20.4697C13.671 20.6103 13.75 20.8011 13.75 21Z", fill: "currentColor" }) }), Ii = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19 15.5H16.5V6.5H18C19.1935 6.5 20.3381 6.97411 21.182 7.81802C22.0259 8.66193 22.5 9.80653 22.5 11C22.5 11.1326 22.5527 11.2598 22.6464 11.3536C22.7402 11.4473 22.8674 11.5 23 11.5C23.1326 11.5 23.2598 11.4473 23.3536 11.3536C23.4473 11.2598 23.5 11.1326 23.5 11C23.4983 9.54182 22.9184 8.14383 21.8873 7.11274C20.8562 6.08165 19.4582 5.50165 18 5.5H16.5V3C16.5 2.86739 16.4473 2.74021 16.3536 2.64645C16.2598 2.55268 16.1326 2.5 16 2.5C15.8674 2.5 15.7402 2.55268 15.6464 2.64645C15.5527 2.74021 15.5 2.86739 15.5 3V5.5H14C12.5413 5.5 11.1424 6.07946 10.1109 7.11091C9.07946 8.14236 8.5 9.54131 8.5 11C8.5 12.4587 9.07946 13.8576 10.1109 14.8891C11.1424 15.9205 12.5413 16.5 14 16.5H15.5V25.5H13C11.8065 25.5 10.6619 25.0259 9.81802 24.182C8.97411 23.3381 8.5 22.1935 8.5 21C8.5 20.8674 8.44732 20.7402 8.35355 20.6464C8.25979 20.5527 8.13261 20.5 8 20.5C7.86739 20.5 7.74021 20.5527 7.64645 20.6464C7.55268 20.7402 7.5 20.8674 7.5 21C7.50165 22.4582 8.08165 23.8562 9.11274 24.8873C10.1438 25.9184 11.5418 26.4983 13 26.5H15.5V29C15.5 29.1326 15.5527 29.2598 15.6464 29.3536C15.7402 29.4473 15.8674 29.5 16 29.5C16.1326 29.5 16.2598 29.4473 16.3536 29.3536C16.4473 29.2598 16.5 29.1326 16.5 29V26.5H19C20.4587 26.5 21.8576 25.9205 22.8891 24.8891C23.9205 23.8576 24.5 22.4587 24.5 21C24.5 19.5413 23.9205 18.1424 22.8891 17.1109C21.8576 16.0795 20.4587 15.5 19 15.5ZM14 15.5C12.8065 15.5 11.6619 15.0259 10.818 14.182C9.97411 13.3381 9.5 12.1935 9.5 11C9.5 9.80653 9.97411 8.66193 10.818 7.81802C11.6619 6.97411 12.8065 6.5 14 6.5H15.5V15.5H14ZM19 25.5H16.5V16.5H19C20.1935 16.5 21.3381 16.9741 22.182 17.818C23.0259 18.6619 23.5 19.8065 23.5 21C23.5 22.1935 23.0259 23.3381 22.182 24.182C21.3381 25.0259 20.1935 25.5 19 25.5Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19 15H17V7H18C19.0609 7 20.0783 7.42143 20.8284 8.17157C21.5786 8.92172 22 9.93913 22 11C22 11.2652 22.1054 11.5196 22.2929 11.7071C22.4804 11.8946 22.7348 12 23 12C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C23.9983 9.40921 23.3657 7.88405 22.2408 6.75919C21.116 5.63433 19.5908 5.00165 18 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H14C12.4087 5 10.8826 5.63214 9.75736 6.75736C8.63214 7.88258 8 9.4087 8 11C8 12.5913 8.63214 14.1174 9.75736 15.2426C10.8826 16.3679 12.4087 17 14 17H15V25H13C11.9391 25 10.9217 24.5786 10.1716 23.8284C9.42143 23.0783 9 22.0609 9 21C9 20.7348 8.89464 20.4804 8.70711 20.2929C8.51957 20.1054 8.26522 20 8 20C7.73478 20 7.48043 20.1054 7.29289 20.2929C7.10536 20.4804 7 20.7348 7 21C7.00165 22.5908 7.63433 24.116 8.75919 25.2408C9.88405 26.3657 11.4092 26.9983 13 27H15V29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29V27H19C20.5913 27 22.1174 26.3679 23.2426 25.2426C24.3679 24.1174 25 22.5913 25 21C25 19.4087 24.3679 17.8826 23.2426 16.7574C22.1174 15.6321 20.5913 15 19 15ZM14 15C12.9391 15 11.9217 14.5786 11.1716 13.8284C10.4214 13.0783 10 12.0609 10 11C10 9.93913 10.4214 8.92172 11.1716 8.17157C11.9217 7.42143 12.9391 7 14 7H15V15H14ZM19 25H17V17H19C20.0609 17 21.0783 17.4214 21.8284 18.1716C22.5786 18.9217 23 19.9391 23 21C23 22.0609 22.5786 23.0783 21.8284 23.8284C21.0783 24.5786 20.0609 25 19 25Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19 14.5H17.5V7.5H18C18.9283 7.5 19.8185 7.86875 20.4749 8.52513C21.1313 9.1815 21.5 10.0717 21.5 11C21.5 11.3978 21.658 11.7794 21.9393 12.0607C22.2206 12.342 22.6022 12.5 23 12.5C23.3978 12.5 23.7794 12.342 24.0607 12.0607C24.342 11.7794 24.5 11.3978 24.5 11C24.498 9.2767 23.8126 7.62455 22.594 6.406C21.3754 5.18744 19.7233 4.50199 18 4.5H17.5V3C17.5 2.60218 17.342 2.22064 17.0607 1.93934C16.7794 1.65804 16.3978 1.5 16 1.5C15.6022 1.5 15.2206 1.65804 14.9393 1.93934C14.658 2.22064 14.5 2.60218 14.5 3V4.5H14C12.2761 4.5 10.6228 5.18482 9.40381 6.40381C8.18482 7.62279 7.5 9.27609 7.5 11C7.5 12.7239 8.18482 14.3772 9.40381 15.5962C10.6228 16.8152 12.2761 17.5 14 17.5H14.5V24.5H13C12.0717 24.5 11.1815 24.1313 10.5251 23.4749C9.86875 22.8185 9.5 21.9283 9.5 21C9.5 20.6022 9.34196 20.2206 9.06066 19.9393C8.77936 19.658 8.39782 19.5 8 19.5C7.60218 19.5 7.22064 19.658 6.93934 19.9393C6.65804 20.2206 6.5 20.6022 6.5 21C6.50198 22.7233 7.18744 24.3754 8.406 25.594C9.62455 26.8126 11.2767 27.498 13 27.5H14.5V29C14.5 29.3978 14.658 29.7794 14.9393 30.0607C15.2206 30.342 15.6022 30.5 16 30.5C16.3978 30.5 16.7794 30.342 17.0607 30.0607C17.342 29.7794 17.5 29.3978 17.5 29V27.5H19C20.7239 27.5 22.3772 26.8152 23.5962 25.5962C24.8152 24.3772 25.5 22.7239 25.5 21C25.5 19.2761 24.8152 17.6228 23.5962 16.4038C22.3772 15.1848 20.7239 14.5 19 14.5ZM14 14.5C13.0717 14.5 12.1815 14.1313 11.5251 13.4749C10.8687 12.8185 10.5 11.9283 10.5 11C10.5 10.0717 10.8687 9.1815 11.5251 8.52513C12.1815 7.86875 13.0717 7.5 14 7.5H14.5V14.5H14ZM19 24.5H17.5V17.5H19C19.9283 17.5 20.8185 17.8687 21.4749 18.5251C22.1313 19.1815 22.5 20.0717 22.5 21C22.5 21.9283 22.1313 22.8185 21.4749 23.4749C20.8185 24.1313 19.9283 24.5 19 24.5Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M14.5 10H15V15H14.5C13.837 15 13.2011 14.7366 12.7322 14.2678C12.2634 13.7989 12 13.163 12 12.5C12 11.837 12.2634 11.2011 12.7322 10.7322C13.2011 10.2634 13.837 10 14.5 10ZM18.5 17H17V22H18.5C19.163 22 19.7989 21.7366 20.2678 21.2678C20.7366 20.7989 21 20.163 21 19.5C21 18.837 20.7366 18.2011 20.2678 17.7322C19.7989 17.2634 19.163 17 18.5 17ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM23 19.5C23 18.3065 22.5259 17.1619 21.682 16.318C20.8381 15.4741 19.6935 15 18.5 15H17V10H17.5C18.163 10 18.7989 10.2634 19.2678 10.7322C19.7366 11.2011 20 11.837 20 12.5C20 12.7652 20.1054 13.0196 20.2929 13.2071C20.4804 13.3946 20.7348 13.5 21 13.5C21.2652 13.5 21.5196 13.3946 21.7071 13.2071C21.8946 13.0196 22 12.7652 22 12.5C22 11.3065 21.5259 10.1619 20.682 9.31802C19.8381 8.47411 18.6935 8 17.5 8H17V7C17 6.73478 16.8946 6.48043 16.7071 6.29289C16.5196 6.10536 16.2652 6 16 6C15.7348 6 15.4804 6.10536 15.2929 6.29289C15.1054 6.48043 15 6.73478 15 7V8H14.5C13.3065 8 12.1619 8.47411 11.318 9.31802C10.4741 10.1619 10 11.3065 10 12.5C10 13.6935 10.4741 14.8381 11.318 15.682C12.1619 16.5259 13.3065 17 14.5 17H15V22H14C13.337 22 12.7011 21.7366 12.2322 21.2678C11.7634 20.7989 11.5 20.163 11.5 19.5C11.5 19.2348 11.3946 18.9804 11.2071 18.7929C11.0196 18.6054 10.7652 18.5 10.5 18.5C10.2348 18.5 9.98044 18.6054 9.7929 18.7929C9.60536 18.9804 9.50001 19.2348 9.50001 19.5C9.50001 20.6935 9.97411 21.8381 10.818 22.682C11.6619 23.5259 12.8065 24 14 24H15V25C15 25.2652 15.1054 25.5196 15.2929 25.7071C15.4804 25.8946 15.7348 26 16 26C16.2652 26 16.5196 25.8946 16.7071 25.7071C16.8946 25.5196 17 25.2652 17 25V24H18.5C19.6935 24 20.8381 23.5259 21.682 22.682C22.5259 21.8381 23 20.6935 23 19.5Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
2459
|
+
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30 26.25H27.75V12C27.75 11.5359 27.5656 11.0907 27.2374 10.7626C26.9092 10.4344 26.4641 10.25 26 10.25H17.75V3.99999C17.7499 3.68325 17.6638 3.37249 17.5009 3.10084C17.338 2.82918 17.1045 2.60683 16.8251 2.45748C16.5458 2.30813 16.2312 2.23739 15.9148 2.25281C15.5985 2.26822 15.2922 2.3692 15.0288 2.54499L5.02875 9.21125C4.78911 9.37113 4.59265 9.5877 4.4568 9.84174C4.32095 10.0958 4.24992 10.3794 4.25 10.6675V26.25H2C1.80109 26.25 1.61032 26.329 1.46967 26.4697C1.32902 26.6103 1.25 26.8011 1.25 27C1.25 27.1989 1.32902 27.3897 1.46967 27.5303C1.61032 27.671 1.80109 27.75 2 27.75H30C30.1989 27.75 30.3897 27.671 30.5303 27.5303C30.671 27.3897 30.75 27.1989 30.75 27C30.75 26.8011 30.671 26.6103 30.5303 26.4697C30.3897 26.329 30.1989 26.25 30 26.25ZM26 11.75C26.0663 11.75 26.1299 11.7763 26.1768 11.8232C26.2237 11.8701 26.25 11.9337 26.25 12V26.25H17.75V11.75H26ZM5.75 10.6675C5.75008 10.6264 5.76027 10.586 5.77967 10.5498C5.79907 10.5136 5.82709 10.4828 5.86125 10.46L15.8612 3.79249C15.8989 3.7674 15.9426 3.75297 15.9877 3.75076C16.0329 3.74854 16.0778 3.75862 16.1177 3.77991C16.1576 3.8012 16.191 3.83291 16.2143 3.87167C16.2376 3.91043 16.2499 3.95478 16.25 3.99999V26.25H5.75V10.6675ZM13.75 14V16C13.75 16.1989 13.671 16.3897 13.5303 16.5303C13.3897 16.671 13.1989 16.75 13 16.75C12.8011 16.75 12.6103 16.671 12.4697 16.5303C12.329 16.3897 12.25 16.1989 12.25 16V14C12.25 13.8011 12.329 13.6103 12.4697 13.4697C12.6103 13.329 12.8011 13.25 13 13.25C13.1989 13.25 13.3897 13.329 13.5303 13.4697C13.671 13.6103 13.75 13.8011 13.75 14ZM9.75 14V16C9.75 16.1989 9.67098 16.3897 9.53033 16.5303C9.38968 16.671 9.19891 16.75 9 16.75C8.80109 16.75 8.61032 16.671 8.46967 16.5303C8.32902 16.3897 8.25 16.1989 8.25 16V14C8.25 13.8011 8.32902 13.6103 8.46967 13.4697C8.61032 13.329 8.80109 13.25 9 13.25C9.19891 13.25 9.38968 13.329 9.53033 13.4697C9.67098 13.6103 9.75 13.8011 9.75 14ZM9.75 21V23C9.75 23.1989 9.67098 23.3897 9.53033 23.5303C9.38968 23.671 9.19891 23.75 9 23.75C8.80109 23.75 8.61032 23.671 8.46967 23.5303C8.32902 23.3897 8.25 23.1989 8.25 23V21C8.25 20.8011 8.32902 20.6103 8.46967 20.4697C8.61032 20.329 8.80109 20.25 9 20.25C9.19891 20.25 9.38968 20.329 9.53033 20.4697C9.67098 20.6103 9.75 20.8011 9.75 21ZM13.75 21V23C13.75 23.1989 13.671 23.3897 13.5303 23.5303C13.3897 23.671 13.1989 23.75 13 23.75C12.8011 23.75 12.6103 23.671 12.4697 23.5303C12.329 23.3897 12.25 23.1989 12.25 23V21C12.25 20.8011 12.329 20.6103 12.4697 20.4697C12.6103 20.329 12.8011 20.25 13 20.25C13.1989 20.25 13.3897 20.329 13.5303 20.4697C13.671 20.6103 13.75 20.8011 13.75 21Z", fill: "currentColor" }) }), $i = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19 15.5H16.5V6.5H18C19.1935 6.5 20.3381 6.97411 21.182 7.81802C22.0259 8.66193 22.5 9.80653 22.5 11C22.5 11.1326 22.5527 11.2598 22.6464 11.3536C22.7402 11.4473 22.8674 11.5 23 11.5C23.1326 11.5 23.2598 11.4473 23.3536 11.3536C23.4473 11.2598 23.5 11.1326 23.5 11C23.4983 9.54182 22.9184 8.14383 21.8873 7.11274C20.8562 6.08165 19.4582 5.50165 18 5.5H16.5V3C16.5 2.86739 16.4473 2.74021 16.3536 2.64645C16.2598 2.55268 16.1326 2.5 16 2.5C15.8674 2.5 15.7402 2.55268 15.6464 2.64645C15.5527 2.74021 15.5 2.86739 15.5 3V5.5H14C12.5413 5.5 11.1424 6.07946 10.1109 7.11091C9.07946 8.14236 8.5 9.54131 8.5 11C8.5 12.4587 9.07946 13.8576 10.1109 14.8891C11.1424 15.9205 12.5413 16.5 14 16.5H15.5V25.5H13C11.8065 25.5 10.6619 25.0259 9.81802 24.182C8.97411 23.3381 8.5 22.1935 8.5 21C8.5 20.8674 8.44732 20.7402 8.35355 20.6464C8.25979 20.5527 8.13261 20.5 8 20.5C7.86739 20.5 7.74021 20.5527 7.64645 20.6464C7.55268 20.7402 7.5 20.8674 7.5 21C7.50165 22.4582 8.08165 23.8562 9.11274 24.8873C10.1438 25.9184 11.5418 26.4983 13 26.5H15.5V29C15.5 29.1326 15.5527 29.2598 15.6464 29.3536C15.7402 29.4473 15.8674 29.5 16 29.5C16.1326 29.5 16.2598 29.4473 16.3536 29.3536C16.4473 29.2598 16.5 29.1326 16.5 29V26.5H19C20.4587 26.5 21.8576 25.9205 22.8891 24.8891C23.9205 23.8576 24.5 22.4587 24.5 21C24.5 19.5413 23.9205 18.1424 22.8891 17.1109C21.8576 16.0795 20.4587 15.5 19 15.5ZM14 15.5C12.8065 15.5 11.6619 15.0259 10.818 14.182C9.97411 13.3381 9.5 12.1935 9.5 11C9.5 9.80653 9.97411 8.66193 10.818 7.81802C11.6619 6.97411 12.8065 6.5 14 6.5H15.5V15.5H14ZM19 25.5H16.5V16.5H19C20.1935 16.5 21.3381 16.9741 22.182 17.818C23.0259 18.6619 23.5 19.8065 23.5 21C23.5 22.1935 23.0259 23.3381 22.182 24.182C21.3381 25.0259 20.1935 25.5 19 25.5Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19 15H17V7H18C19.0609 7 20.0783 7.42143 20.8284 8.17157C21.5786 8.92172 22 9.93913 22 11C22 11.2652 22.1054 11.5196 22.2929 11.7071C22.4804 11.8946 22.7348 12 23 12C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C23.9983 9.40921 23.3657 7.88405 22.2408 6.75919C21.116 5.63433 19.5908 5.00165 18 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H14C12.4087 5 10.8826 5.63214 9.75736 6.75736C8.63214 7.88258 8 9.4087 8 11C8 12.5913 8.63214 14.1174 9.75736 15.2426C10.8826 16.3679 12.4087 17 14 17H15V25H13C11.9391 25 10.9217 24.5786 10.1716 23.8284C9.42143 23.0783 9 22.0609 9 21C9 20.7348 8.89464 20.4804 8.70711 20.2929C8.51957 20.1054 8.26522 20 8 20C7.73478 20 7.48043 20.1054 7.29289 20.2929C7.10536 20.4804 7 20.7348 7 21C7.00165 22.5908 7.63433 24.116 8.75919 25.2408C9.88405 26.3657 11.4092 26.9983 13 27H15V29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29V27H19C20.5913 27 22.1174 26.3679 23.2426 25.2426C24.3679 24.1174 25 22.5913 25 21C25 19.4087 24.3679 17.8826 23.2426 16.7574C22.1174 15.6321 20.5913 15 19 15ZM14 15C12.9391 15 11.9217 14.5786 11.1716 13.8284C10.4214 13.0783 10 12.0609 10 11C10 9.93913 10.4214 8.92172 11.1716 8.17157C11.9217 7.42143 12.9391 7 14 7H15V15H14ZM19 25H17V17H19C20.0609 17 21.0783 17.4214 21.8284 18.1716C22.5786 18.9217 23 19.9391 23 21C23 22.0609 22.5786 23.0783 21.8284 23.8284C21.0783 24.5786 20.0609 25 19 25Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19 14.5H17.5V7.5H18C18.9283 7.5 19.8185 7.86875 20.4749 8.52513C21.1313 9.1815 21.5 10.0717 21.5 11C21.5 11.3978 21.658 11.7794 21.9393 12.0607C22.2206 12.342 22.6022 12.5 23 12.5C23.3978 12.5 23.7794 12.342 24.0607 12.0607C24.342 11.7794 24.5 11.3978 24.5 11C24.498 9.2767 23.8126 7.62455 22.594 6.406C21.3754 5.18744 19.7233 4.50199 18 4.5H17.5V3C17.5 2.60218 17.342 2.22064 17.0607 1.93934C16.7794 1.65804 16.3978 1.5 16 1.5C15.6022 1.5 15.2206 1.65804 14.9393 1.93934C14.658 2.22064 14.5 2.60218 14.5 3V4.5H14C12.2761 4.5 10.6228 5.18482 9.40381 6.40381C8.18482 7.62279 7.5 9.27609 7.5 11C7.5 12.7239 8.18482 14.3772 9.40381 15.5962C10.6228 16.8152 12.2761 17.5 14 17.5H14.5V24.5H13C12.0717 24.5 11.1815 24.1313 10.5251 23.4749C9.86875 22.8185 9.5 21.9283 9.5 21C9.5 20.6022 9.34196 20.2206 9.06066 19.9393C8.77936 19.658 8.39782 19.5 8 19.5C7.60218 19.5 7.22064 19.658 6.93934 19.9393C6.65804 20.2206 6.5 20.6022 6.5 21C6.50198 22.7233 7.18744 24.3754 8.406 25.594C9.62455 26.8126 11.2767 27.498 13 27.5H14.5V29C14.5 29.3978 14.658 29.7794 14.9393 30.0607C15.2206 30.342 15.6022 30.5 16 30.5C16.3978 30.5 16.7794 30.342 17.0607 30.0607C17.342 29.7794 17.5 29.3978 17.5 29V27.5H19C20.7239 27.5 22.3772 26.8152 23.5962 25.5962C24.8152 24.3772 25.5 22.7239 25.5 21C25.5 19.2761 24.8152 17.6228 23.5962 16.4038C22.3772 15.1848 20.7239 14.5 19 14.5ZM14 14.5C13.0717 14.5 12.1815 14.1313 11.5251 13.4749C10.8687 12.8185 10.5 11.9283 10.5 11C10.5 10.0717 10.8687 9.1815 11.5251 8.52513C12.1815 7.86875 13.0717 7.5 14 7.5H14.5V14.5H14ZM19 24.5H17.5V17.5H19C19.9283 17.5 20.8185 17.8687 21.4749 18.5251C22.1313 19.1815 22.5 20.0717 22.5 21C22.5 21.9283 22.1313 22.8185 21.4749 23.4749C20.8185 24.1313 19.9283 24.5 19 24.5Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M14.5 10H15V15H14.5C13.837 15 13.2011 14.7366 12.7322 14.2678C12.2634 13.7989 12 13.163 12 12.5C12 11.837 12.2634 11.2011 12.7322 10.7322C13.2011 10.2634 13.837 10 14.5 10ZM18.5 17H17V22H18.5C19.163 22 19.7989 21.7366 20.2678 21.2678C20.7366 20.7989 21 20.163 21 19.5C21 18.837 20.7366 18.2011 20.2678 17.7322C19.7989 17.2634 19.163 17 18.5 17ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM23 19.5C23 18.3065 22.5259 17.1619 21.682 16.318C20.8381 15.4741 19.6935 15 18.5 15H17V10H17.5C18.163 10 18.7989 10.2634 19.2678 10.7322C19.7366 11.2011 20 11.837 20 12.5C20 12.7652 20.1054 13.0196 20.2929 13.2071C20.4804 13.3946 20.7348 13.5 21 13.5C21.2652 13.5 21.5196 13.3946 21.7071 13.2071C21.8946 13.0196 22 12.7652 22 12.5C22 11.3065 21.5259 10.1619 20.682 9.31802C19.8381 8.47411 18.6935 8 17.5 8H17V7C17 6.73478 16.8946 6.48043 16.7071 6.29289C16.5196 6.10536 16.2652 6 16 6C15.7348 6 15.4804 6.10536 15.2929 6.29289C15.1054 6.48043 15 6.73478 15 7V8H14.5C13.3065 8 12.1619 8.47411 11.318 9.31802C10.4741 10.1619 10 11.3065 10 12.5C10 13.6935 10.4741 14.8381 11.318 15.682C12.1619 16.5259 13.3065 17 14.5 17H15V22H14C13.337 22 12.7011 21.7366 12.2322 21.2678C11.7634 20.7989 11.5 20.163 11.5 19.5C11.5 19.2348 11.3946 18.9804 11.2071 18.7929C11.0196 18.6054 10.7652 18.5 10.5 18.5C10.2348 18.5 9.98044 18.6054 9.7929 18.7929C9.60536 18.9804 9.50001 19.2348 9.50001 19.5C9.50001 20.6935 9.97411 21.8381 10.818 22.682C11.6619 23.5259 12.8065 24 14 24H15V25C15 25.2652 15.1054 25.5196 15.2929 25.7071C15.4804 25.8946 15.7348 26 16 26C16.2652 26 16.5196 25.8946 16.7071 25.7071C16.8946 25.5196 17 25.2652 17 25V24H18.5C19.6935 24 20.8381 23.5259 21.682 22.682C22.5259 21.8381 23 20.6935 23 19.5Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
2439
2460
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M24 21C24 21.6566 23.8707 22.3068 23.6194 22.9134C23.3681 23.52 22.9998 24.0712 22.5355 24.5355C22.0712 24.9998 21.52 25.3681 20.9134 25.6194C20.3068 25.8707 19.6566 26 19 26H16V16H19C19.6566 16 20.3068 16.1293 20.9134 16.3806C21.52 16.6319 22.0712 17.0002 22.5355 17.4645C22.9998 17.9288 23.3681 18.48 23.6194 19.0866C23.8707 19.6932 24 20.3434 24 21ZM14 6C12.6739 6 11.4021 6.52678 10.4645 7.46447C9.52678 8.40215 9 9.67392 9 11C9 12.3261 9.52678 13.5979 10.4645 14.5355C11.4021 15.4732 12.6739 16 14 16H16V6H14Z", fill: "currentColor" }),
|
|
2440
2461
|
/* @__PURE__ */ C("path", { d: "M19 15H17V7H18C19.0609 7 20.0783 7.42143 20.8284 8.17157C21.5786 8.92172 22 9.93913 22 11C22 11.2652 22.1054 11.5196 22.2929 11.7071C22.4804 11.8946 22.7348 12 23 12C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C23.9983 9.40921 23.3657 7.88405 22.2408 6.75919C21.116 5.63433 19.5908 5.00165 18 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H14C12.4087 5 10.8826 5.63214 9.75736 6.75736C8.63214 7.88258 8 9.4087 8 11C8 12.5913 8.63214 14.1174 9.75736 15.2426C10.8826 16.3679 12.4087 17 14 17H15V25H13C11.9391 25 10.9217 24.5786 10.1716 23.8284C9.42143 23.0783 9 22.0609 9 21C9 20.7348 8.89464 20.4804 8.70711 20.2929C8.51957 20.1054 8.26522 20 8 20C7.73478 20 7.48043 20.1054 7.29289 20.2929C7.10536 20.4804 7 20.7348 7 21C7.00165 22.5908 7.63433 24.116 8.75919 25.2408C9.88405 26.3657 11.4092 26.9983 13 27H15V29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29V27H19C20.5913 27 22.1174 26.3679 23.2426 25.2426C24.3679 24.1174 25 22.5913 25 21C25 19.4087 24.3679 17.8826 23.2426 16.7574C22.1174 15.6321 20.5913 15 19 15ZM14 15C12.9391 15 11.9217 14.5786 11.1716 13.8284C10.4214 13.0783 10 12.0609 10 11C10 9.93913 10.4214 8.92172 11.1716 8.17157C11.9217 7.42143 12.9391 7 14 7H15V15H14ZM19 25H17V17H19C20.0609 17 21.0783 17.4214 21.8284 18.1716C22.5786 18.9217 23 19.9391 23 21C23 22.0609 22.5786 23.0783 21.8284 23.8284C21.0783 24.5786 20.0609 25 19 25Z", fill: "currentColor" })
|
|
2441
2462
|
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19 15.25H16.75V6.75H18C19.1272 6.75 20.2082 7.19777 21.0052 7.9948C21.8022 8.79183 22.25 9.87283 22.25 11C22.25 11.1989 22.329 11.3897 22.4697 11.5303C22.6103 11.671 22.8011 11.75 23 11.75C23.1989 11.75 23.3897 11.671 23.5303 11.5303C23.671 11.3897 23.75 11.1989 23.75 11C23.748 9.47561 23.1416 8.01423 22.0637 6.93633C20.9858 5.85842 19.5244 5.25198 18 5.25H16.75V3C16.75 2.80109 16.671 2.61032 16.5303 2.46967C16.3897 2.32902 16.1989 2.25 16 2.25C15.8011 2.25 15.6103 2.32902 15.4697 2.46967C15.329 2.61032 15.25 2.80109 15.25 3V5.25H14C12.475 5.25 11.0125 5.8558 9.93414 6.93414C8.8558 8.01247 8.25 9.47501 8.25 11C8.25 12.525 8.8558 13.9875 9.93414 15.0659C11.0125 16.1442 12.475 16.75 14 16.75H15.25V25.25H13C11.8728 25.25 10.7918 24.8022 9.9948 24.0052C9.19777 23.2082 8.75 22.1272 8.75 21C8.75 20.8011 8.67098 20.6103 8.53033 20.4697C8.38968 20.329 8.19891 20.25 8 20.25C7.80109 20.25 7.61032 20.329 7.46967 20.4697C7.32902 20.6103 7.25 20.8011 7.25 21C7.25198 22.5244 7.85842 23.9858 8.93633 25.0637C10.0142 26.1416 11.4756 26.748 13 26.75H15.25V29C15.25 29.1989 15.329 29.3897 15.4697 29.5303C15.6103 29.671 15.8011 29.75 16 29.75C16.1989 29.75 16.3897 29.671 16.5303 29.5303C16.671 29.3897 16.75 29.1989 16.75 29V26.75H19C20.525 26.75 21.9875 26.1442 23.0659 25.0659C24.1442 23.9875 24.75 22.525 24.75 21C24.75 19.475 24.1442 18.0125 23.0659 16.9341C21.9875 15.8558 20.525 15.25 19 15.25ZM14 15.25C12.8728 15.25 11.7918 14.8022 10.9948 14.0052C10.1978 13.2082 9.75 12.1272 9.75 11C9.75 9.87283 10.1978 8.79183 10.9948 7.9948C11.7918 7.19777 12.8728 6.75 14 6.75H15.25V15.25H14ZM19 25.25H16.75V16.75H19C20.1272 16.75 21.2082 17.1978 22.0052 17.9948C22.8022 18.7918 23.25 19.8728 23.25 21C23.25 22.1272 22.8022 23.2082 22.0052 24.0052C21.2082 24.8022 20.1272 25.25 19 25.25Z", fill: "currentColor" }) }), Ti = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M28 13.5H26.4875C26.356 10.8071 25.1936 8.268 23.2413 6.40865C21.2889 4.5493 18.6961 3.51221 16 3.51221C13.3039 3.51221 10.7111 4.5493 8.75873 6.40865C6.80635 8.268 5.64402 10.8071 5.5125 13.5H4C3.86739 13.5 3.74021 13.5527 3.64645 13.6465C3.55268 13.7402 3.5 13.8674 3.5 14C3.50418 16.3379 4.16185 18.6282 5.39877 20.6121C6.63568 22.596 8.40259 24.1946 10.5 25.2275V26C10.5 26.3978 10.658 26.7794 10.9393 27.0607C11.2206 27.342 11.6022 27.5 12 27.5H20C20.3978 27.5 20.7794 27.342 21.0607 27.0607C21.342 26.7794 21.5 26.3978 21.5 26V25.2275C23.5974 24.1946 25.3643 22.596 26.6012 20.6121C27.8382 18.6282 28.4958 16.3379 28.5 14C28.5 13.8674 28.4473 13.7402 28.3536 13.6465C28.2598 13.5527 28.1326 13.5 28 13.5ZM25.4862 13.5H17.6313C18.2741 12.3028 19.1665 11.2575 20.2483 10.435C21.33 9.61253 22.5757 9.03193 23.9013 8.73251C24.8509 10.1491 25.3987 11.7968 25.4862 13.5ZM23.25 7.86626C21.7861 8.2623 20.4255 8.97104 19.2619 9.94364C18.0983 10.9162 17.1594 12.1296 16.51 13.5H11.835C12.3875 11.4918 13.5829 9.72006 15.2381 8.45584C16.8933 7.19163 18.9172 6.50463 21 6.50001C21.2913 6.50001 21.585 6.51626 21.875 6.54251C22.3762 6.937 22.8368 7.38044 23.25 7.86626ZM16 4.50001C17.4902 4.49871 18.9594 4.8504 20.2875 5.52626C18.0665 5.68209 15.952 6.53775 14.2476 7.97037C12.5432 9.40299 11.3367 11.3389 10.8013 13.5H6.51375C6.64448 11.0714 7.70057 8.7852 9.46495 7.11127C11.2293 5.43734 13.5679 4.50289 16 4.50001ZM20.7913 24.4575C20.7042 24.4975 20.6305 24.5616 20.5789 24.6423C20.5273 24.7229 20.4999 24.8167 20.5 24.9125V26C20.5 26.1326 20.4473 26.2598 20.3536 26.3536C20.2598 26.4473 20.1326 26.5 20 26.5H12C11.8674 26.5 11.7402 26.4473 11.6464 26.3536C11.5527 26.2598 11.5 26.1326 11.5 26V24.9125C11.5001 24.8167 11.4727 24.7229 11.4211 24.6423C11.3695 24.5616 11.2958 24.4975 11.2087 24.4575C9.28668 23.5714 7.64529 22.1739 6.46406 20.4177C5.28283 18.6615 4.60727 16.6143 4.51125 14.5H27.4888C27.3927 16.6143 26.7172 18.6615 25.5359 20.4177C24.3547 22.1739 22.7133 23.5714 20.7913 24.4575Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M28 12.9999H26.9538C26.7025 10.2685 25.4398 7.72952 23.4134 5.88094C21.3869 4.03236 18.7429 3.00757 16 3.00757C13.2571 3.00757 10.6131 4.03236 8.58664 5.88094C6.5602 7.72952 5.29752 10.2685 5.04625 12.9999H4C3.73478 12.9999 3.48043 13.1053 3.29289 13.2928C3.10536 13.4803 3 13.7347 3 13.9999C3.00439 16.3781 3.65887 18.7098 4.89264 20.7428C6.12641 22.7759 7.89253 24.433 10 25.5349V25.9999C10 26.5304 10.2107 27.0391 10.5858 27.4141C10.9609 27.7892 11.4696 27.9999 12 27.9999H20C20.5304 27.9999 21.0391 27.7892 21.4142 27.4141C21.7893 27.0391 22 26.5304 22 25.9999V25.5349C24.1075 24.433 25.8736 22.7759 27.1074 20.7428C28.3411 18.7098 28.9956 16.3781 29 13.9999C29 13.7347 28.8946 13.4803 28.7071 13.2928C28.5196 13.1053 28.2652 12.9999 28 12.9999ZM24.9425 12.9999H18.515C19.7274 11.181 21.5616 9.86681 23.6737 9.30367C24.3643 10.427 24.7976 11.6893 24.9425 12.9999ZM21.685 7.02867C21.9142 7.21617 22.1338 7.41408 22.3438 7.62242C19.6817 8.55886 17.4819 10.4834 16.2 12.9974H12.5125C13.1375 11.2455 14.2882 9.72917 15.8073 8.65572C17.3264 7.58227 19.1399 7.004 21 6.99992C21.2288 6.99992 21.4575 7.01117 21.685 7.02867ZM16 4.99992C16.8025 5.00045 17.6012 5.10849 18.375 5.32117C16.4905 5.78863 14.7626 6.74459 13.3653 8.09269C11.9681 9.44079 10.9509 11.1334 10.4163 12.9999H7.0575C7.30556 10.801 8.35415 8.77025 10.0034 7.29484C11.6526 5.81944 13.7871 5.00255 16 4.99992ZM20.5825 23.9999C20.4081 24.0801 20.2604 24.2087 20.1571 24.3705C20.0538 24.5323 19.9993 24.7205 20 24.9124V25.9999H12V24.9124C12.0007 24.7205 11.9462 24.5323 11.8429 24.3705C11.7396 24.2087 11.5919 24.0801 11.4175 23.9999C9.6589 23.1907 8.1441 21.9331 7.02513 20.3534C5.90617 18.7737 5.22242 16.9274 5.0425 14.9999H26.9538C26.7742 16.927 26.091 18.773 24.9727 20.3527C23.8544 21.9323 22.3404 23.1902 20.5825 23.9999Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M28 12.5001H27.4025C27.0398 9.73257 25.683 7.19143 23.585 5.35047C21.4871 3.5095 18.7912 2.49438 16 2.49438C13.2088 2.49438 10.5129 3.5095 8.41497 5.35047C6.31701 7.19143 4.96019 9.73257 4.5975 12.5001H4C3.60218 12.5001 3.22064 12.6581 2.93934 12.9394C2.65804 13.2207 2.5 13.6022 2.5 14.0001C2.5045 16.4179 3.15602 18.7905 4.38692 20.8716C5.61782 22.9528 7.38326 24.6665 9.5 25.8351V26.0001C9.5 26.6631 9.76339 27.299 10.2322 27.7678C10.7011 28.2367 11.337 28.5001 12 28.5001H20C20.663 28.5001 21.2989 28.2367 21.7678 27.7678C22.2366 27.299 22.5 26.6631 22.5 26.0001V25.8351C24.6167 24.6665 26.3822 22.9528 27.6131 20.8716C28.844 18.7905 29.4955 16.4179 29.5 14.0001C29.5 13.6022 29.342 13.2207 29.0607 12.9394C28.7794 12.6581 28.3978 12.5001 28 12.5001ZM21.2862 7.50757C18.993 8.53807 17.1006 10.2917 15.8988 12.5001H13.25C13.9271 11.0118 15.0174 9.74932 16.3914 8.86292C17.7653 7.97651 19.3649 7.50346 21 7.50006C21.095 7.50006 21.19 7.50007 21.2862 7.50757ZM23.4387 9.89257C23.8886 10.705 24.2015 11.5859 24.365 12.5001H19.5163C20.5516 11.2783 21.9115 10.3743 23.4387 9.89257ZM16 5.50006C16.1038 5.50006 16.2062 5.50006 16.31 5.50757C14.8342 6.16899 13.5139 7.1333 12.4348 8.33794C11.3557 9.54257 10.5419 10.9606 10.0463 12.5001H7.635C7.98916 10.5385 9.02043 8.76347 10.5491 7.48428C12.0777 6.20509 14.0068 5.50289 16 5.50006ZM20.375 23.5488C20.1139 23.6685 19.8926 23.8606 19.7375 24.1024C19.5824 24.3441 19.5 24.6253 19.5 24.9126V25.5001H12.5V24.9126C12.5 24.6253 12.4176 24.3441 12.2625 24.1024C12.1074 23.8606 11.8861 23.6685 11.625 23.5488C10.0314 22.8141 8.64654 21.6931 7.59594 20.2876C6.54534 18.882 5.86229 17.2364 5.60875 15.5001H26.3913C26.1377 17.2364 25.4547 18.882 24.4041 20.2876C23.3535 21.6931 21.9686 22.8141 20.375 23.5488Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M28 12.9999H26.9538C26.7025 10.2685 25.4398 7.72952 23.4134 5.88094C21.3869 4.03236 18.7429 3.00757 16 3.00757C13.2571 3.00757 10.6131 4.03236 8.58664 5.88094C6.5602 7.72952 5.29752 10.2685 5.04625 12.9999H4C3.73478 12.9999 3.48043 13.1053 3.29289 13.2928C3.10536 13.4803 3 13.7347 3 13.9999C3.00439 16.3781 3.65887 18.7098 4.89264 20.7428C6.12641 22.7759 7.89253 24.433 10 25.5349V25.9999C10 26.5304 10.2107 27.0391 10.5858 27.4141C10.9609 27.7892 11.4696 27.9999 12 27.9999H20C20.5304 27.9999 21.0391 27.7892 21.4142 27.4141C21.7893 27.0391 22 26.5304 22 25.9999V25.5349C24.1075 24.433 25.8736 22.7759 27.1074 20.7428C28.3411 18.7098 28.9956 16.3781 29 13.9999C29 13.7347 28.8946 13.4803 28.7071 13.2928C28.5196 13.1053 28.2652 12.9999 28 12.9999ZM21.685 7.02867C21.9142 7.21617 22.1338 7.41408 22.3438 7.62242C19.6817 8.55886 17.4819 10.4834 16.2 12.9974H12.5125C13.1375 11.2455 14.2882 9.72917 15.8073 8.65572C17.3264 7.58227 19.1399 7.004 21 6.99992C21.2288 6.99992 21.4575 7.01117 21.685 7.02867ZM18.515 12.9999C19.7274 11.181 21.5616 9.86681 23.6737 9.30367C24.3643 10.427 24.7976 11.6893 24.9425 12.9999H18.515ZM16 4.99992C16.8025 5.00045 17.6012 5.10849 18.375 5.32117C16.4905 5.78863 14.7626 6.74459 13.3653 8.09269C11.9681 9.44079 10.9509 11.1334 10.4163 12.9999H7.0575C7.30556 10.801 8.35415 8.77025 10.0034 7.29484C11.6526 5.81944 13.7871 5.00255 16 4.99992Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
@@ -3686,10 +3707,10 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
3686
3707
|
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M23.0006 11.25C22.7848 11.25 22.5698 11.26 22.3556 11.28C22.72 10.2613 22.8342 9.16985 22.6885 8.09773C22.5428 7.02561 22.1416 6.00422 21.5185 5.11964C20.8955 4.23506 20.0689 3.51322 19.1085 3.01496C18.1481 2.51669 17.082 2.25659 16 2.25659C14.918 2.25659 13.8519 2.51669 12.8915 3.01496C11.9311 3.51322 11.1045 4.23506 10.4815 5.11964C9.85843 6.00422 9.45715 7.02561 9.31147 8.09773C9.16578 9.16985 9.27996 10.2613 9.64438 11.28C9.43188 11.26 9.21688 11.25 9.00063 11.25C7.96035 11.2505 6.93427 11.4915 6.00249 11.954C5.07072 12.4166 4.25846 13.0883 3.62915 13.9166C2.99983 14.7449 2.57048 15.7075 2.37462 16.7292C2.17876 17.7508 2.2217 18.804 2.50007 19.8063C2.77844 20.8086 3.28472 21.7331 3.97937 22.5074C4.67402 23.2818 5.53826 23.8851 6.50459 24.2703C7.47093 24.6555 8.51322 24.8121 9.55008 24.7279C10.5869 24.6437 11.5903 24.321 12.4819 23.785L11.2819 27.785C11.2484 27.897 11.2415 28.0153 11.2618 28.1304C11.2821 28.2455 11.3291 28.3543 11.3989 28.448C11.4687 28.5418 11.5595 28.6179 11.664 28.6703C11.7684 28.7228 11.8837 28.7501 12.0006 28.75H20.0006C20.1175 28.7501 20.2328 28.7228 20.3373 28.6703C20.4417 28.6179 20.5325 28.5418 20.6023 28.448C20.6722 28.3543 20.7191 28.2455 20.7394 28.1304C20.7598 28.0153 20.7529 27.897 20.7194 27.785L19.5194 23.785C20.4109 24.321 21.4143 24.6437 22.4512 24.7279C23.488 24.8121 24.5303 24.6555 25.4967 24.2703C26.463 23.8851 27.3272 23.2818 28.0219 22.5074C28.7165 21.7331 29.2228 20.8086 29.5012 19.8063C29.7796 18.804 29.8225 17.7508 29.6266 16.7292C29.4308 15.7075 29.0014 14.7449 28.3721 13.9166C27.7428 13.0883 26.9305 12.4166 25.9988 11.954C25.067 11.4915 24.0409 11.2505 23.0006 11.25ZM23.0006 23.25C22.1319 23.251 21.2765 23.0359 20.5115 22.6242C19.7465 22.2124 19.0958 21.6169 18.6181 20.8913C18.519 20.7417 18.3695 20.6326 18.1968 20.5838C18.0241 20.535 17.8396 20.5497 17.6768 20.6254C17.5141 20.701 17.3839 20.8325 17.3098 20.996C17.2357 21.1594 17.2227 21.344 17.2731 21.5163L18.9931 27.25H13.0081L14.7281 21.52C14.7786 21.3478 14.7656 21.1632 14.6915 20.9997C14.6174 20.8362 14.4872 20.7048 14.3244 20.6291C14.1616 20.5535 13.9772 20.5387 13.8045 20.5875C13.6317 20.6363 13.4823 20.7454 13.3831 20.895C12.8406 21.7168 12.0778 22.3694 11.182 22.7783C10.2862 23.1872 9.29347 23.3359 8.31717 23.2075C7.34087 23.079 6.42037 22.6786 5.66081 22.0519C4.90125 21.4253 4.33324 20.5976 4.02167 19.6635C3.7101 18.7294 3.66752 17.7264 3.8988 16.7693C4.13008 15.8121 4.62589 14.9393 5.3296 14.2505C6.03331 13.5617 6.91656 13.0847 7.87846 12.8739C8.84037 12.6632 9.84214 12.7273 10.7694 13.0588C10.9181 13.1121 11.0799 13.117 11.2316 13.0729C11.3834 13.0288 11.5173 12.9379 11.6143 12.8132C11.7113 12.6884 11.7664 12.5363 11.7718 12.3783C11.7772 12.2204 11.7326 12.0648 11.6444 11.9338C11.1134 11.1437 10.8073 10.2242 10.7587 9.27351C10.7101 8.32286 10.9209 7.37689 11.3685 6.53681C11.8161 5.69672 12.4837 4.99414 13.2999 4.50423C14.116 4.01432 15.05 3.75552 16.0019 3.75552C16.9538 3.75552 17.8877 4.01432 18.7039 4.50423C19.52 4.99414 20.1876 5.69672 20.6352 6.53681C21.0828 7.37689 21.2936 8.32286 21.245 9.27351C21.1964 10.2242 20.8903 11.1437 20.3594 11.9338C20.2711 12.0648 20.2265 12.2204 20.2319 12.3783C20.2373 12.5363 20.2924 12.6884 20.3895 12.8132C20.4865 12.9379 20.6204 13.0288 20.7721 13.0729C20.9238 13.117 21.0856 13.1121 21.2344 13.0588C21.9553 12.8 22.7241 12.7021 23.4869 12.7719C24.2497 12.8417 24.9879 13.0776 25.6499 13.4631C26.3118 13.8485 26.8814 14.3741 27.3187 15.003C27.7559 15.6318 28.0503 16.3488 28.1811 17.1035C28.3119 17.8582 28.276 18.6324 28.0758 19.3718C27.8757 20.1112 27.5162 20.7978 27.0226 21.3835C26.5289 21.9691 25.9131 22.4397 25.2183 22.7622C24.5235 23.0846 23.7666 23.2511 23.0006 23.25Z", fill: "currentColor" }) }), El = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M13.5823 6.9325C13.407 6.75688 13.1903 6.62834 12.9521 6.5588C12.714 6.48926 12.4621 6.48097 12.2199 6.5347C11.9777 6.58843 11.753 6.70244 11.5666 6.86615C11.3801 7.02987 11.2381 7.238 11.1535 7.47125L4.59103 25.5187C4.51019 25.7408 4.48383 25.979 4.51417 26.2134C4.54452 26.4477 4.63068 26.6714 4.76541 26.8655C4.90014 27.0596 5.07951 27.2186 5.28843 27.329C5.49736 27.4394 5.72974 27.4981 5.96603 27.5C6.14007 27.4997 6.3127 27.4688 6.47603 27.4088L24.5235 20.8463C24.7568 20.7617 24.9649 20.6196 25.1286 20.4332C25.2923 20.2468 25.4064 20.0221 25.4601 19.7799C25.5138 19.5377 25.5055 19.2858 25.436 19.0476C25.3664 18.8095 25.2379 18.5927 25.0623 18.4175L13.5823 6.9325ZM12.766 24.0575L7.93978 19.2337L9.96353 13.67L18.3285 22.0362L12.766 24.0575ZM6.14103 26.4675C6.05611 26.4979 5.96431 26.5035 5.87632 26.4837C5.78833 26.4639 5.70776 26.4196 5.64399 26.3558C5.58022 26.292 5.53587 26.2115 5.51609 26.1235C5.49632 26.0355 5.50193 25.9437 5.53228 25.8587L7.56603 20.2687L11.731 24.4338L6.14103 26.4675ZM24.491 19.5613C24.4738 19.6393 24.437 19.7117 24.3841 19.7716C24.3312 19.8315 24.2639 19.877 24.1885 19.9037L19.3685 21.6537L10.3398 12.6337L12.0898 7.81375C12.1165 7.73842 12.162 7.67113 12.2219 7.61821C12.2818 7.56529 12.3542 7.52848 12.4323 7.51125C12.4672 7.504 12.5028 7.50023 12.5385 7.5C12.6012 7.49899 12.6634 7.5109 12.7212 7.53499C12.7791 7.55908 12.8314 7.59482 12.8748 7.64L24.3598 19.125C24.4166 19.1813 24.4583 19.251 24.4808 19.3278C24.5033 19.4045 24.506 19.4857 24.4885 19.5637L24.491 19.5613ZM27.4998 3C27.4998 4.21 26.7685 6.5 23.9998 6.5C22.961 6.5 22.2273 6.91125 21.8223 7.72375C21.6293 8.12286 21.5195 8.5571 21.4998 9C21.4998 9.13261 21.4471 9.25979 21.3533 9.35355C21.2596 9.44732 21.1324 9.5 20.9998 9.5C20.8672 9.5 20.74 9.44732 20.6462 9.35355C20.5525 9.25979 20.4998 9.13261 20.4998 9C20.5195 8.40175 20.6652 7.81439 20.9273 7.27625C21.3323 6.46625 22.1948 5.5 23.9998 5.5C26.411 5.5 26.4998 3.25 26.4998 3C26.4998 2.86739 26.5525 2.74021 26.6462 2.64645C26.74 2.55268 26.8672 2.5 26.9998 2.5C27.1324 2.5 27.2596 2.55268 27.3533 2.64645C27.4471 2.74021 27.4998 2.86739 27.4998 3ZM17.4998 5V2C17.4998 1.86739 17.5525 1.74021 17.6462 1.64645C17.74 1.55268 17.8672 1.5 17.9998 1.5C18.1324 1.5 18.2596 1.55268 18.3533 1.64645C18.4471 1.74021 18.4998 1.86739 18.4998 2V5C18.4998 5.13261 18.4471 5.25979 18.3533 5.35355C18.2596 5.44732 18.1324 5.5 17.9998 5.5C17.8672 5.5 17.74 5.44732 17.6462 5.35355C17.5525 5.25979 17.4998 5.13261 17.4998 5ZM29.3535 15.6462C29.4474 15.7401 29.5001 15.8673 29.5001 16C29.5001 16.1327 29.4474 16.2599 29.3535 16.3538C29.2597 16.4476 29.1325 16.5003 28.9998 16.5003C28.8671 16.5003 28.7399 16.4476 28.646 16.3538L26.646 14.3538C26.5996 14.3073 26.5627 14.2521 26.5376 14.1914C26.5124 14.1308 26.4995 14.0657 26.4995 14C26.4995 13.9343 26.5124 13.8692 26.5376 13.8086C26.5627 13.7479 26.5996 13.6927 26.646 13.6462C26.6925 13.5998 26.7476 13.5629 26.8083 13.5378C26.869 13.5127 26.9341 13.4997 26.9998 13.4997C27.0655 13.4997 27.1305 13.5127 27.1912 13.5378C27.2519 13.5629 27.3071 13.5998 27.3535 13.6462L29.3535 15.6462ZM30.1573 9.475L27.1573 10.475C27.1065 10.4917 27.0533 10.5001 26.9998 10.5C26.8813 10.4997 26.7668 10.4574 26.6766 10.3806C26.5864 10.3037 26.5265 10.1974 26.5074 10.0805C26.4884 9.96353 26.5114 9.84363 26.5725 9.74214C26.6336 9.64064 26.7288 9.56413 26.841 9.52625L29.841 8.52625C29.9668 8.48431 30.1042 8.49407 30.2228 8.55338C30.3414 8.61269 30.4316 8.71669 30.4735 8.8425C30.5155 8.96831 30.5057 9.10563 30.4464 9.22425C30.3871 9.34286 30.2831 9.43306 30.1573 9.475Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M13.9354 6.57875C13.7005 6.3445 13.4104 6.17318 13.0919 6.0806C12.7733 5.98802 12.4366 5.97716 12.1128 6.04903C11.7889 6.12089 11.4884 6.27317 11.2389 6.49181C10.9895 6.71044 10.7991 6.98839 10.6854 7.3L4.12412 25.3475C4.01633 25.6451 3.98152 25.9642 4.02259 26.2781C4.06367 26.5919 4.17944 26.8914 4.36018 27.1512C4.54093 27.4111 4.78137 27.6238 5.06133 27.7715C5.34129 27.9191 5.6526 27.9975 5.96912 28C6.20216 27.9984 6.43314 27.9561 6.65162 27.875L24.6979 21.3125C25.0096 21.1989 25.2876 21.0086 25.5064 20.7592C25.7252 20.5098 25.8776 20.2093 25.9496 19.8855C26.0216 19.5616 26.0108 19.2248 25.9184 18.9062C25.8259 18.5876 25.6546 18.2975 25.4204 18.0625L13.9354 6.57875ZM12.8941 23.48L8.51912 19.105L10.1641 14.5787L17.4204 21.835L12.8941 23.48ZM6.01912 25.98L7.76912 21.1787L10.8254 24.235L6.01912 25.98ZM19.4991 21.08L10.9191 12.5L12.5441 8.01625L23.9729 19.445L19.4991 21.08ZM19.9991 9C20.0179 8.32396 20.1816 7.65983 20.4791 7.0525C21.1416 5.72875 22.3916 5 23.9991 5C24.8366 5 25.3741 4.71375 25.7054 4.09875C25.8798 3.75468 25.9799 3.37777 25.9991 2.9925C26.0001 2.72728 26.1064 2.47332 26.2947 2.28649C26.4829 2.09966 26.7376 1.99526 27.0029 1.99625C27.2681 1.99724 27.522 2.10356 27.7089 2.29179C27.8957 2.48003 28.0001 2.73478 27.9991 3C27.9991 4.6075 26.9341 7 23.9991 7C23.1616 7 22.6241 7.28625 22.2929 7.90125C22.1184 8.24532 22.0184 8.62223 21.9991 9.0075C21.9986 9.13882 21.9723 9.26876 21.9216 9.3899C21.8709 9.51103 21.7968 9.621 21.7036 9.71351C21.6104 9.80602 21.4998 9.87926 21.3783 9.92906C21.2568 9.97886 21.1267 10.0042 20.9954 10.0037C20.864 10.0033 20.7341 9.9769 20.613 9.92619C20.4918 9.87548 20.3819 9.80141 20.2894 9.70821C20.1968 9.615 20.1236 9.50448 20.0738 9.38297C20.024 9.26145 19.9986 9.13132 19.9991 9ZM16.9991 5V2C16.9991 1.73478 17.1045 1.48043 17.292 1.29289C17.4795 1.10536 17.7339 1 17.9991 1C18.2643 1 18.5187 1.10536 18.7062 1.29289C18.8938 1.48043 18.9991 1.73478 18.9991 2V5C18.9991 5.26522 18.8938 5.51957 18.7062 5.70711C18.5187 5.89464 18.2643 6 17.9991 6C17.7339 6 17.4795 5.89464 17.292 5.70711C17.1045 5.51957 16.9991 5.26522 16.9991 5ZM29.7066 15.2925C29.7994 15.3854 29.8731 15.4957 29.9233 15.6171C29.9735 15.7384 29.9993 15.8685 29.9992 15.9998C29.9992 16.1312 29.9732 16.2612 29.9229 16.3825C29.8726 16.5038 29.7989 16.614 29.706 16.7069C29.6131 16.7997 29.5028 16.8733 29.3814 16.9235C29.2601 16.9737 29.13 16.9995 28.9987 16.9995C28.8673 16.9994 28.7373 16.9735 28.616 16.9232C28.4947 16.8729 28.3844 16.7992 28.2916 16.7062L26.2916 14.7063C26.104 14.5186 25.9986 14.2641 25.9986 13.9987C25.9986 13.7334 26.104 13.4789 26.2916 13.2913C26.4793 13.1036 26.7338 12.9982 26.9991 12.9982C27.2645 12.9982 27.519 13.1036 27.7066 13.2913L29.7066 15.2925ZM30.3154 9.94875L27.3154 10.9487C27.0637 11.0326 26.7891 11.0131 26.5519 10.8945C26.3146 10.7759 26.1342 10.5679 26.0504 10.3162C25.9665 10.0646 25.986 9.78999 26.1046 9.55276C26.2232 9.31552 26.4312 9.13513 26.6829 9.05125L29.6829 8.05125C29.9345 7.96738 30.2091 7.98689 30.4464 8.10551C30.6836 8.22413 30.864 8.43213 30.9479 8.68375C31.0317 8.93537 31.0122 9.21001 30.8936 9.44724C30.775 9.68448 30.567 9.86487 30.3154 9.94875Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M14.2904 6.225C13.9965 5.93053 13.6331 5.71494 13.2338 5.59816C12.8345 5.48139 12.4122 5.46721 12.006 5.55693C11.5998 5.64665 11.2227 5.83738 10.9097 6.11146C10.5967 6.38555 10.358 6.73415 10.2154 7.125L3.65293 25.1763C3.51726 25.5495 3.47333 25.9499 3.52482 26.3437C3.57631 26.7375 3.72171 27.1132 3.94878 27.439C4.17585 27.7649 4.47793 28.0313 4.82955 28.216C5.18117 28.4006 5.57203 28.498 5.96918 28.5C6.26089 28.4994 6.55026 28.4478 6.82418 28.3475L24.8754 21.785C25.2667 21.643 25.6158 21.4046 25.8904 21.0919C26.165 20.7792 26.3563 20.4022 26.4465 19.9959C26.5368 19.5896 26.523 19.1671 26.4066 18.7676C26.2902 18.368 26.0748 18.0042 25.7804 17.71L14.2904 6.225ZM13.0242 22.9013L9.09918 18.9762L10.3679 15.4875L16.5129 21.6325L13.0242 22.9013ZM7.97168 22.0875L9.91293 24.0325L6.85668 25.1437L7.97168 22.0875ZM19.6254 20.5L11.5004 12.375L12.7504 8.9275L23.0717 19.25L19.6254 20.5ZM16.0004 5V2C16.0004 1.60218 16.1585 1.22064 16.4398 0.93934C16.7211 0.658035 17.1026 0.5 17.5004 0.5C17.8983 0.5 18.2798 0.658035 18.5611 0.93934C18.8424 1.22064 19.0004 1.60218 19.0004 2V5C19.0004 5.39782 18.8424 5.77936 18.5611 6.06066C18.2798 6.34196 17.8983 6.5 17.5004 6.5C17.1026 6.5 16.7211 6.34196 16.4398 6.06066C16.1585 5.77936 16.0004 5.39782 16.0004 5ZM30.5604 15.4388C30.8422 15.7205 31.0005 16.1027 31.0005 16.5012C31.0005 16.8998 30.8422 17.282 30.5604 17.5637C30.2786 17.8455 29.8964 18.0039 29.4979 18.0039C29.0994 18.0039 28.7172 17.8455 28.4354 17.5637L26.4354 15.5638C26.1536 15.282 25.9953 14.8998 25.9953 14.5013C25.9953 14.1027 26.1536 13.7205 26.4354 13.4388C26.7172 13.157 27.0994 12.9986 27.4979 12.9986C27.8964 12.9986 28.2786 13.157 28.5604 13.4388L30.5604 15.4388ZM30.4742 10.4225L27.4742 11.4225C27.0967 11.5483 26.6848 11.519 26.3289 11.3411C25.9731 11.1632 25.7025 10.8512 25.5767 10.4738C25.4509 10.0963 25.4801 9.68436 25.6581 9.32851C25.836 8.97266 26.148 8.70206 26.5254 8.57625L29.5254 7.57625C29.9029 7.45044 30.3148 7.47971 30.6707 7.65764C31.0265 7.83557 31.2971 8.14756 31.4229 8.525C31.5487 8.90244 31.5195 9.31439 31.3415 9.67024C31.1636 10.0261 30.8516 10.2967 30.4742 10.4225ZM19.5754 8.24125C19.9792 5.93375 21.6742 4.5 24.0004 4.5C24.8067 4.5 25.0867 4.18875 25.2504 3.885C25.3961 3.60503 25.4813 3.29754 25.5004 2.9825V3C25.5004 2.60218 25.6585 2.22064 25.9398 1.93934C26.2211 1.65804 26.6026 1.5 27.0004 1.5C27.3983 1.5 27.7798 1.65804 28.0611 1.93934C28.3424 2.22064 28.5004 2.60218 28.5004 3C28.5004 4.80875 27.3017 7.5 24.0004 7.5C23.3829 7.5 22.7242 7.64875 22.5304 8.7575C22.4698 9.10518 22.2886 9.42036 22.0186 9.64762C21.7486 9.87488 21.4071 9.99965 21.0542 10C20.967 9.99985 20.8801 9.99232 20.7942 9.9775C20.4023 9.90887 20.0538 9.68739 19.8252 9.36178C19.5967 9.03617 19.5068 8.63311 19.5754 8.24125Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M13.9354 6.57875C13.7005 6.3445 13.4104 6.17318 13.0919 6.0806C12.7733 5.98802 12.4366 5.97716 12.1128 6.04903C11.7889 6.12089 11.4884 6.27317 11.2389 6.49181C10.9895 6.71044 10.7991 6.98839 10.6854 7.3L4.12412 25.3475C4.01633 25.6451 3.98152 25.9642 4.02259 26.2781C4.06367 26.5919 4.17944 26.8914 4.36018 27.1512C4.54093 27.4111 4.78137 27.6238 5.06133 27.7715C5.34129 27.9191 5.6526 27.9975 5.96912 28C6.20216 27.9984 6.43314 27.9561 6.65162 27.875L24.6979 21.3125C25.0096 21.1989 25.2876 21.0086 25.5064 20.7592C25.7252 20.5098 25.8776 20.2093 25.9496 19.8855C26.0216 19.5616 26.0108 19.2248 25.9184 18.9062C25.8259 18.5876 25.6546 18.2975 25.4204 18.0625L13.9354 6.57875ZM8.14162 20.1413L10.5416 13.5425L18.4566 21.4575L11.8566 23.8575L8.14162 20.1413ZM19.9991 9C20.0179 8.32396 20.1816 7.65983 20.4791 7.0525C21.1416 5.72875 22.3916 5 23.9991 5C24.8366 5 25.3741 4.71375 25.7054 4.09875C25.8798 3.75468 25.9799 3.37777 25.9991 2.9925C26.0001 2.72728 26.1064 2.47332 26.2947 2.28649C26.4829 2.09966 26.7376 1.99526 27.0029 1.99625C27.2681 1.99724 27.522 2.10356 27.7089 2.29179C27.8957 2.48003 28.0001 2.73478 27.9991 3C27.9991 4.6075 26.9341 7 23.9991 7C23.1616 7 22.6241 7.28625 22.2929 7.90125C22.1184 8.24532 22.0184 8.62223 21.9991 9.0075C21.9986 9.13882 21.9723 9.26876 21.9216 9.3899C21.8709 9.51103 21.7968 9.621 21.7036 9.71351C21.6104 9.80602 21.4998 9.87926 21.3783 9.92906C21.2568 9.97886 21.1267 10.0042 20.9954 10.0037C20.864 10.0033 20.7341 9.9769 20.613 9.92619C20.4918 9.87548 20.3819 9.80141 20.2894 9.70821C20.1968 9.615 20.1236 9.50448 20.0738 9.38297C20.024 9.26145 19.9986 9.13132 19.9991 9ZM16.9991 5V2C16.9991 1.73478 17.1045 1.48043 17.292 1.29289C17.4795 1.10536 17.7339 1 17.9991 1C18.2643 1 18.5187 1.10536 18.7062 1.29289C18.8938 1.48043 18.9991 1.73478 18.9991 2V5C18.9991 5.26522 18.8938 5.51957 18.7062 5.70711C18.5187 5.89464 18.2643 6 17.9991 6C17.7339 6 17.4795 5.89464 17.292 5.70711C17.1045 5.51957 16.9991 5.26522 16.9991 5ZM29.7066 15.2925C29.7994 15.3854 29.8731 15.4957 29.9233 15.6171C29.9735 15.7384 29.9993 15.8685 29.9992 15.9998C29.9992 16.1312 29.9732 16.2612 29.9229 16.3825C29.8726 16.5038 29.7989 16.614 29.706 16.7069C29.6131 16.7997 29.5028 16.8733 29.3814 16.9235C29.2601 16.9737 29.13 16.9995 28.9987 16.9995C28.8673 16.9994 28.7373 16.9735 28.616 16.9232C28.4947 16.8729 28.3844 16.7992 28.2916 16.7062L26.2916 14.7063C26.104 14.5186 25.9986 14.2641 25.9986 13.9987C25.9986 13.7334 26.104 13.4789 26.2916 13.2913C26.4793 13.1036 26.7338 12.9982 26.9991 12.9982C27.2645 12.9982 27.519 13.1036 27.7066 13.2913L29.7066 15.2925ZM30.3154 9.94875L27.3154 10.9487C27.0637 11.0326 26.7891 11.0131 26.5519 10.8945C26.3146 10.7759 26.1342 10.5679 26.0504 10.3162C25.9665 10.0646 25.986 9.78999 26.1046 9.55276C26.2232 9.31552 26.4312 9.13513 26.6829 9.05125L29.6829 8.05125C29.9345 7.96738 30.2091 7.98689 30.4464 8.10551C30.6836 8.22413 30.864 8.43213 30.9479 8.68375C31.0317 8.93537 31.0122 9.21001 30.8936 9.44724C30.775 9.68448 30.567 9.86487 30.3154 9.94875Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
3687
3708
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M7.36109 19.3614L12.6386 24.6389L6.30984 26.9389C6.13535 27.003 5.94615 27.0159 5.76458 26.976C5.58301 26.936 5.41666 26.845 5.2852 26.7135C5.15375 26.582 5.06267 26.4157 5.02273 26.2341C4.9828 26.0526 4.99567 25.8633 5.05984 25.6889L7.36109 19.3614ZM24.7136 18.7714L13.2286 7.28636C13.1128 7.17056 12.9696 7.08584 12.8124 7.04005C12.6551 6.99426 12.4888 6.98887 12.329 7.02439C12.1691 7.05991 12.0207 7.13518 11.8976 7.24324C11.7746 7.3513 11.6807 7.48866 11.6248 7.64261L9.76234 12.7676L19.2398 22.2451L24.3648 20.3826C24.5196 20.3264 24.6577 20.2319 24.766 20.1078C24.8743 19.9838 24.9494 19.8343 24.9842 19.6733C25.0191 19.5123 25.0125 19.3452 24.9652 19.1874C24.9179 19.0297 24.8313 18.8865 24.7136 18.7714Z", fill: "currentColor" }),
|
|
3688
3709
|
/* @__PURE__ */ C("path", { d: "M13.9354 6.57875C13.7005 6.3445 13.4104 6.17318 13.0919 6.0806C12.7733 5.98802 12.4366 5.97716 12.1128 6.04903C11.7889 6.12089 11.4884 6.27317 11.2389 6.49181C10.9895 6.71044 10.7991 6.98839 10.6854 7.3L4.12412 25.3475C4.01633 25.6451 3.98152 25.9642 4.02259 26.2781C4.06367 26.5919 4.17944 26.8914 4.36018 27.1512C4.54093 27.4111 4.78137 27.6238 5.06133 27.7715C5.34129 27.9191 5.6526 27.9975 5.96912 28C6.20216 27.9984 6.43314 27.9561 6.65162 27.875L24.6979 21.3125C25.0096 21.1989 25.2876 21.0086 25.5064 20.7592C25.7252 20.5098 25.8776 20.2093 25.9496 19.8855C26.0216 19.5616 26.0108 19.2248 25.9184 18.9062C25.8259 18.5876 25.6546 18.2975 25.4204 18.0625L13.9354 6.57875ZM12.8941 23.48L8.51912 19.105L10.1641 14.5787L17.4204 21.835L12.8941 23.48ZM6.01912 25.98L7.76912 21.1787L10.8254 24.235L6.01912 25.98ZM19.4991 21.08L10.9191 12.5L12.5441 8.01625L23.9729 19.445L19.4991 21.08ZM19.9991 9C20.0179 8.32396 20.1816 7.65983 20.4791 7.0525C21.1416 5.72875 22.3916 5 23.9991 5C24.8366 5 25.3741 4.71375 25.7054 4.09875C25.8798 3.75468 25.9799 3.37777 25.9991 2.9925C26.0001 2.72728 26.1064 2.47332 26.2947 2.28649C26.4829 2.09966 26.7376 1.99526 27.0029 1.99625C27.2681 1.99724 27.522 2.10356 27.7089 2.29179C27.8957 2.48003 28.0001 2.73478 27.9991 3C27.9991 4.6075 26.9341 7 23.9991 7C23.1616 7 22.6241 7.28625 22.2929 7.90125C22.1184 8.24532 22.0184 8.62223 21.9991 9.0075C21.9986 9.13882 21.9723 9.26876 21.9216 9.3899C21.8709 9.51103 21.7968 9.621 21.7036 9.71351C21.6104 9.80602 21.4998 9.87926 21.3783 9.92906C21.2568 9.97886 21.1267 10.0042 20.9954 10.0037C20.864 10.0033 20.7341 9.9769 20.613 9.92619C20.4918 9.87548 20.3819 9.80141 20.2894 9.70821C20.1968 9.615 20.1236 9.50448 20.0738 9.38297C20.024 9.26145 19.9986 9.13132 19.9991 9ZM16.9991 5V2C16.9991 1.73478 17.1045 1.48043 17.292 1.29289C17.4795 1.10536 17.7339 1 17.9991 1C18.2643 1 18.5187 1.10536 18.7062 1.29289C18.8938 1.48043 18.9991 1.73478 18.9991 2V5C18.9991 5.26522 18.8938 5.51957 18.7062 5.70711C18.5187 5.89464 18.2643 6 17.9991 6C17.7339 6 17.4795 5.89464 17.292 5.70711C17.1045 5.51957 16.9991 5.26522 16.9991 5ZM29.7066 15.2925C29.7994 15.3854 29.8731 15.4957 29.9233 15.6171C29.9735 15.7384 29.9993 15.8685 29.9992 15.9998C29.9992 16.1312 29.9732 16.2612 29.9229 16.3825C29.8726 16.5038 29.7989 16.614 29.706 16.7069C29.6131 16.7997 29.5028 16.8733 29.3814 16.9235C29.2601 16.9737 29.13 16.9995 28.9987 16.9995C28.8673 16.9994 28.7373 16.9735 28.616 16.9232C28.4947 16.8729 28.3844 16.7992 28.2916 16.7062L26.2916 14.7063C26.104 14.5186 25.9986 14.2641 25.9986 13.9987C25.9986 13.7334 26.104 13.4789 26.2916 13.2913C26.4793 13.1036 26.7338 12.9982 26.9991 12.9982C27.2645 12.9982 27.519 13.1036 27.7066 13.2913L29.7066 15.2925ZM30.3154 9.94875L27.3154 10.9487C27.0637 11.0326 26.7891 11.0131 26.5519 10.8945C26.3146 10.7759 26.1342 10.5679 26.0504 10.3162C25.9665 10.0646 25.986 9.78999 26.1046 9.55276C26.2232 9.31552 26.4312 9.13513 26.6829 9.05125L29.6829 8.05125C29.9345 7.96738 30.2091 7.98689 30.4464 8.10551C30.6836 8.22413 30.864 8.43213 30.9479 8.68375C31.0317 8.93537 31.0122 9.21001 30.8936 9.44724C30.775 9.68448 30.567 9.86487 30.3154 9.94875Z", fill: "currentColor" })
|
|
3689
|
-
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M13.7591 6.75C13.5539 6.54481 13.3003 6.39471 13.0217 6.31357C12.7431 6.23244 12.4485 6.2229 12.1653 6.28583C11.882 6.34877 11.6192 6.48214 11.4011 6.67362C11.1831 6.8651 11.0169 7.10848 10.9179 7.38125L4.35539 25.4338C4.26109 25.6938 4.23065 25.9728 4.26661 26.2471C4.30257 26.5214 4.40389 26.7831 4.56204 27.0101C4.72019 27.2371 4.93055 27.4227 5.17541 27.5515C5.42028 27.6803 5.69248 27.7483 5.96914 27.75C6.17255 27.7495 6.37432 27.7136 6.56539 27.6437L24.6129 21.0812C24.8852 20.9816 25.1279 20.8148 25.3187 20.5965C25.5095 20.3781 25.6422 20.1152 25.7045 19.832C25.7668 19.5488 25.7567 19.2545 25.6751 18.9762C25.5936 18.698 25.4432 18.4448 25.2379 18.24L13.7591 6.75ZM6.05289 26.2337C6.01275 26.2486 5.9692 26.2516 5.92739 26.2425C5.88558 26.2333 5.84727 26.2124 5.81701 26.1821C5.78675 26.1519 5.7658 26.1136 5.75665 26.0717C5.7475 26.0299 5.75053 25.9864 5.76539 25.9463L7.66289 20.725L11.2741 24.335L6.05289 26.2337ZM12.8291 23.77L8.22914 19.1688L10.0629 14.125L17.8741 21.9363L12.8291 23.77ZM24.2491 19.5088C24.2416 19.5459 24.2245 19.5805 24.1995 19.609C24.1745 19.6375 24.1425 19.6589 24.1066 19.6712L19.4291 21.375L10.6241 12.5688L12.3279 7.89875C12.34 7.86277 12.3614 7.83063 12.3899 7.8056C12.4185 7.78057 12.4531 7.76354 12.4904 7.75625C12.5074 7.75402 12.5246 7.75402 12.5416 7.75625C12.5708 7.75611 12.5997 7.76192 12.6266 7.77331C12.6534 7.7847 12.6777 7.80143 12.6979 7.8225L24.1829 19.3075C24.2103 19.3325 24.2307 19.3642 24.2423 19.3995C24.2539 19.4347 24.2563 19.4723 24.2491 19.5088ZM20.2491 9C20.2669 8.36285 20.4217 7.73701 20.7029 7.165C21.3204 5.93 22.4904 5.25 23.9991 5.25C24.9329 5.25 25.5654 4.9075 25.9341 4.2025C26.1213 3.82782 26.2286 3.41833 26.2491 3C26.2491 2.80109 26.3282 2.61032 26.4688 2.46967C26.6095 2.32902 26.8002 2.25 26.9991 2.25C27.198 2.25 27.3888 2.32902 27.5295 2.46967C27.6701 2.61032 27.7491 2.80109 27.7491 3C27.7491 4.2975 26.9654 6.75 23.9991 6.75C23.0654 6.75 22.4329 7.0925 22.0641 7.7975C21.8763 8.17195 21.769 8.58157 21.7491 9C21.7491 9.19891 21.6701 9.38968 21.5295 9.53033C21.3888 9.67098 21.198 9.75 20.9991 9.75C20.8002 9.75 20.6095 9.67098 20.4688 9.53033C20.3282 9.38968 20.2491 9.19891 20.2491 9ZM17.2491 5V2C17.2491 1.80109 17.3282 1.61032 17.4688 1.46967C17.6095 1.32902 17.8002 1.25 17.9991 1.25C18.198 1.25 18.3888 1.32902 18.5295 1.46967C18.6701 1.61032 18.7491 1.80109 18.7491 2V5C18.7491 5.19891 18.6701 5.38968 18.5295 5.53033C18.3888 5.67098 18.198 5.75 17.9991 5.75C17.8002 5.75 17.6095 5.67098 17.4688 5.53033C17.3282 5.38968 17.2491 5.19891 17.2491 5ZM29.5291 15.47C29.6028 15.5387 29.6619 15.6215 29.7029 15.7135C29.7439 15.8055 29.7659 15.9048 29.7677 16.0055C29.7695 16.1062 29.751 16.2062 29.7133 16.2996C29.6755 16.393 29.6194 16.4778 29.5482 16.549C29.477 16.6203 29.3921 16.6764 29.2987 16.7141C29.2053 16.7518 29.1053 16.7704 29.0046 16.7686C28.9039 16.7668 28.8046 16.7448 28.7126 16.7038C28.6206 16.6628 28.5378 16.6037 28.4691 16.53L26.4691 14.53C26.3367 14.3878 26.2645 14.1998 26.268 14.0055C26.2714 13.8112 26.3501 13.6258 26.4875 13.4884C26.6249 13.351 26.8103 13.2723 27.0046 13.2688C27.1989 13.2654 27.387 13.3375 27.5291 13.47L29.5291 15.47ZM30.2366 9.71125L27.2366 10.7113C27.1427 10.7447 27.043 10.7591 26.9434 10.7535C26.8438 10.748 26.7464 10.7226 26.6567 10.6789C26.5671 10.6352 26.487 10.5741 26.4212 10.4991C26.3555 10.4242 26.3054 10.3368 26.2738 10.2422C26.2422 10.1476 26.2298 10.0477 26.2373 9.94822C26.2448 9.84877 26.2721 9.75182 26.3175 9.66303C26.3629 9.57425 26.4256 9.49542 26.5019 9.43115C26.5781 9.36688 26.6664 9.31847 26.7616 9.28875L29.7616 8.28875C29.9491 8.23023 30.152 8.24755 30.3268 8.337C30.5016 8.42644 30.6344 8.58087 30.6965 8.76712C30.7587 8.95337 30.7454 9.15659 30.6594 9.33312C30.5734 9.50965 30.4216 9.64541 30.2366 9.71125Z", fill: "currentColor" }) }), $l = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.1505 9.90129C29.9997 9.76959 29.8132 9.68572 29.6147 9.66034C29.4161 9.63497 29.2145 9.66924 29.0355 9.75879L22.3567 13.0888C22.3543 13.0908 22.3512 13.0919 22.348 13.0919C22.3448 13.0919 22.3417 13.0908 22.3392 13.0888L16.8742 3.99129C16.7841 3.84142 16.6567 3.71742 16.5045 3.63133C16.3523 3.54524 16.1804 3.5 16.0055 3.5C15.8306 3.5 15.6587 3.54524 15.5065 3.63133C15.3542 3.71742 15.2269 3.84142 15.1367 3.99129L9.65922 13.0825C9.65668 13.0849 9.65333 13.0862 9.64985 13.0862C9.64637 13.0862 9.64302 13.0849 9.64047 13.0825L2.96547 9.76004C2.78642 9.67047 2.58483 9.636 2.38619 9.66097C2.18755 9.68595 2.00077 9.76926 1.84946 9.90036C1.69815 10.0315 1.58911 10.2045 1.53612 10.3976C1.48312 10.5906 1.48855 10.7951 1.55172 10.985L6.17672 25.155C6.19993 25.2264 6.2389 25.2916 6.29074 25.3459C6.34259 25.4001 6.40598 25.442 6.47621 25.4684C6.54645 25.4948 6.62172 25.5051 6.69647 25.4984C6.77121 25.4918 6.8435 25.4684 6.90797 25.43C6.93922 25.41 10.228 23.5 15.9992 23.5C21.7705 23.5 25.058 25.41 25.0905 25.4288C25.1549 25.4672 25.2271 25.4906 25.3018 25.4973C25.3764 25.5041 25.4517 25.4939 25.5219 25.4676C25.5921 25.4413 25.6555 25.3996 25.7074 25.3455C25.7593 25.2914 25.7984 25.2263 25.8217 25.155L30.4467 10.985C30.5105 10.7954 30.5164 10.591 30.4637 10.398C30.4109 10.205 30.3019 10.0321 30.1505 9.90129ZM25.053 24.2863C24.411 23.9872 23.7495 23.7321 23.073 23.5225C21.5917 23.0563 19.1617 22.5 15.9992 22.5C12.8367 22.5 10.4067 23.0563 8.92422 23.5225C8.24787 23.7325 7.58638 23.9877 6.94422 24.2863L2.49922 10.665C2.50067 10.662 2.50298 10.6594 2.50587 10.6576C2.50875 10.6559 2.51209 10.655 2.51547 10.655L9.19047 13.9825C9.41876 14.0956 9.68115 14.1189 9.92579 14.0478C10.1704 13.9768 10.3795 13.8165 10.5117 13.5988L15.9842 4.50629C15.9852 4.50418 15.9868 4.5024 15.9888 4.50115C15.9908 4.4999 15.9931 4.49924 15.9955 4.49924C15.9978 4.49924 16.0001 4.4999 16.0021 4.50115C16.0041 4.5024 16.0057 4.50418 16.0067 4.50629L21.4792 13.5988C21.6114 13.8162 21.8202 13.9763 22.0645 14.0476C22.3088 14.1188 22.5709 14.0961 22.7992 13.9838L29.4867 10.6513C29.4906 10.6527 29.4939 10.6556 29.4957 10.6593C29.4976 10.663 29.4979 10.6673 29.4967 10.6713L25.053 24.2863ZM21.4917 19.5138C21.4712 19.6292 21.4108 19.7338 21.321 19.8092C21.2312 19.8846 21.1177 19.926 21.0005 19.9263C20.9711 19.9264 20.9419 19.9239 20.913 19.9188C17.6609 19.3605 14.3375 19.3605 11.0855 19.9188C11.0208 19.9302 10.9545 19.9288 10.8904 19.9145C10.8263 19.9003 10.7656 19.8736 10.7118 19.836C10.6031 19.7599 10.5291 19.6438 10.5061 19.5132C10.4831 19.3825 10.5128 19.2481 10.5889 19.1395C10.665 19.0308 10.7811 18.9568 10.9117 18.9338C14.2787 18.3555 17.7197 18.3555 21.0867 18.9338C21.1514 18.9453 21.2132 18.9694 21.2686 19.0047C21.3239 19.0401 21.3718 19.086 21.4094 19.1399C21.447 19.1937 21.4737 19.2545 21.4878 19.3186C21.5019 19.3828 21.5032 19.4491 21.4917 19.5138Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2537 14.1818 21.5656 14.4204 21.9303 14.5266C22.2951 14.6327 22.6863 14.5987 23.0272 14.4312L28.6622 11.625L24.751 23.6037ZM21.9847 19.6037C21.9439 19.835 21.823 20.0446 21.6431 20.1957C21.4632 20.3468 21.2359 20.4297 21.001 20.43C20.9423 20.4299 20.8838 20.4249 20.826 20.415C17.6318 19.8666 14.3676 19.8666 11.1735 20.415C10.9122 20.461 10.6434 20.4015 10.4261 20.2493C10.2088 20.0972 10.0608 19.865 10.0147 19.6037C9.96864 19.3425 10.0282 19.0736 10.1804 18.8563C10.3325 18.639 10.5647 18.491 10.826 18.445C14.2501 17.8566 17.7494 17.8566 21.1735 18.445C21.4342 18.4907 21.6661 18.638 21.8184 18.8545C21.9707 19.071 22.031 19.3391 21.986 19.6L21.9847 19.6037Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.8076 9.14622C30.5081 8.8837 30.137 8.71657 29.742 8.66624C29.3469 8.61591 28.9458 8.68468 28.5901 8.86372L22.7276 11.7862L17.7276 3.47497C17.5485 3.17759 17.2955 2.93157 16.9932 2.76078C16.691 2.58999 16.3497 2.50024 16.0026 2.50024C15.6554 2.50024 15.3141 2.58999 15.0119 2.76078C14.7097 2.93157 14.4567 3.17759 14.2776 3.47497L9.27757 11.7862L3.41382 8.86497C3.05845 8.68744 2.65848 8.61906 2.2643 8.66844C1.87013 8.71782 1.49938 8.88275 1.19878 9.14245C0.898173 9.40216 0.681151 9.74502 0.575055 10.1278C0.468959 10.5107 0.478534 10.9163 0.602575 11.2937L5.22757 25.4625C5.29723 25.6759 5.41392 25.871 5.56904 26.0334C5.72416 26.1957 5.91374 26.3212 6.12381 26.4005C6.33388 26.4798 6.55907 26.5109 6.78277 26.4916C7.00648 26.4722 7.22298 26.4029 7.41633 26.2887C7.44633 26.2712 10.5488 24.5 16.0001 24.5C21.4513 24.5 24.5538 26.2737 24.5776 26.2875C24.7709 26.4031 24.9878 26.4738 25.2122 26.4941C25.4366 26.5144 25.6627 26.484 25.8737 26.405C26.0847 26.3259 26.2752 26.2004 26.431 26.0377C26.5868 25.8749 26.704 25.6792 26.7738 25.465L31.3988 11.3037C31.5265 10.9261 31.5384 10.519 31.4331 10.1346C31.3277 9.75016 31.1099 9.40599 30.8076 9.14622ZM24.4413 22.94C22.7726 22.3 19.9001 21.5 16.0001 21.5C12.1001 21.5 9.22758 22.3025 7.55883 22.9425L4.18383 12.6037L8.75007 14.875C9.20383 15.0992 9.72517 15.1452 10.2112 15.0038C10.6971 14.8624 11.1125 14.5439 11.3751 14.1112L16.0001 6.42497L20.6251 14.1125C20.8879 14.5449 21.3033 14.8632 21.7893 15.0043C22.2752 15.1455 22.7965 15.0993 23.2501 14.875L27.8151 12.6L24.4413 22.94ZM21.9826 19.065C21.9279 19.419 21.7485 19.7417 21.4765 19.9749C21.2046 20.2081 20.8583 20.3362 20.5001 20.3362C20.4227 20.3359 20.3454 20.3301 20.2688 20.3187C17.4373 19.892 14.5578 19.892 11.7263 20.3187C11.3331 20.3794 10.932 20.2814 10.611 20.0463C10.2901 19.8111 10.0757 19.4582 10.0151 19.065C9.95441 18.6718 10.0524 18.2706 10.2875 17.9497C10.5227 17.6288 10.8756 17.4144 11.2688 17.3537C14.4036 16.8804 17.5916 16.8804 20.7263 17.3537C20.9212 17.3835 21.1084 17.4513 21.277 17.5535C21.4457 17.6556 21.5925 17.79 21.7092 17.9489C21.8259 18.1078 21.9101 18.2882 21.957 18.4797C22.0039 18.6712 22.0126 18.8701 21.9826 19.065Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM21.981 19.6C21.9402 19.8313 21.8192 20.0409 21.6393 20.192C21.4594 20.343 21.2321 20.426 20.9972 20.4262C20.9386 20.4261 20.88 20.4211 20.8222 20.4112C17.6281 19.8629 14.3639 19.8629 11.1697 20.4112C11.0404 20.434 10.9078 20.4311 10.7796 20.4027C10.6513 20.3743 10.5299 20.3209 10.4223 20.2456C10.205 20.0934 10.0571 19.8612 10.011 19.6C9.96489 19.3387 10.0245 19.0699 10.1766 18.8526C10.3288 18.6353 10.561 18.4873 10.8222 18.4412C14.2463 17.8529 17.7456 17.8529 21.1697 18.4412C21.2995 18.4634 21.4237 18.5111 21.535 18.5814C21.6464 18.6517 21.7427 18.7433 21.8186 18.851C21.8944 18.9587 21.9483 19.0803 21.977 19.2088C22.0057 19.3373 22.0088 19.4702 21.986 19.6H21.981Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
3710
|
+
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M13.7591 6.75C13.5539 6.54481 13.3003 6.39471 13.0217 6.31357C12.7431 6.23244 12.4485 6.2229 12.1653 6.28583C11.882 6.34877 11.6192 6.48214 11.4011 6.67362C11.1831 6.8651 11.0169 7.10848 10.9179 7.38125L4.35539 25.4338C4.26109 25.6938 4.23065 25.9728 4.26661 26.2471C4.30257 26.5214 4.40389 26.7831 4.56204 27.0101C4.72019 27.2371 4.93055 27.4227 5.17541 27.5515C5.42028 27.6803 5.69248 27.7483 5.96914 27.75C6.17255 27.7495 6.37432 27.7136 6.56539 27.6437L24.6129 21.0812C24.8852 20.9816 25.1279 20.8148 25.3187 20.5965C25.5095 20.3781 25.6422 20.1152 25.7045 19.832C25.7668 19.5488 25.7567 19.2545 25.6751 18.9762C25.5936 18.698 25.4432 18.4448 25.2379 18.24L13.7591 6.75ZM6.05289 26.2337C6.01275 26.2486 5.9692 26.2516 5.92739 26.2425C5.88558 26.2333 5.84727 26.2124 5.81701 26.1821C5.78675 26.1519 5.7658 26.1136 5.75665 26.0717C5.7475 26.0299 5.75053 25.9864 5.76539 25.9463L7.66289 20.725L11.2741 24.335L6.05289 26.2337ZM12.8291 23.77L8.22914 19.1688L10.0629 14.125L17.8741 21.9363L12.8291 23.77ZM24.2491 19.5088C24.2416 19.5459 24.2245 19.5805 24.1995 19.609C24.1745 19.6375 24.1425 19.6589 24.1066 19.6712L19.4291 21.375L10.6241 12.5688L12.3279 7.89875C12.34 7.86277 12.3614 7.83063 12.3899 7.8056C12.4185 7.78057 12.4531 7.76354 12.4904 7.75625C12.5074 7.75402 12.5246 7.75402 12.5416 7.75625C12.5708 7.75611 12.5997 7.76192 12.6266 7.77331C12.6534 7.7847 12.6777 7.80143 12.6979 7.8225L24.1829 19.3075C24.2103 19.3325 24.2307 19.3642 24.2423 19.3995C24.2539 19.4347 24.2563 19.4723 24.2491 19.5088ZM20.2491 9C20.2669 8.36285 20.4217 7.73701 20.7029 7.165C21.3204 5.93 22.4904 5.25 23.9991 5.25C24.9329 5.25 25.5654 4.9075 25.9341 4.2025C26.1213 3.82782 26.2286 3.41833 26.2491 3C26.2491 2.80109 26.3282 2.61032 26.4688 2.46967C26.6095 2.32902 26.8002 2.25 26.9991 2.25C27.198 2.25 27.3888 2.32902 27.5295 2.46967C27.6701 2.61032 27.7491 2.80109 27.7491 3C27.7491 4.2975 26.9654 6.75 23.9991 6.75C23.0654 6.75 22.4329 7.0925 22.0641 7.7975C21.8763 8.17195 21.769 8.58157 21.7491 9C21.7491 9.19891 21.6701 9.38968 21.5295 9.53033C21.3888 9.67098 21.198 9.75 20.9991 9.75C20.8002 9.75 20.6095 9.67098 20.4688 9.53033C20.3282 9.38968 20.2491 9.19891 20.2491 9ZM17.2491 5V2C17.2491 1.80109 17.3282 1.61032 17.4688 1.46967C17.6095 1.32902 17.8002 1.25 17.9991 1.25C18.198 1.25 18.3888 1.32902 18.5295 1.46967C18.6701 1.61032 18.7491 1.80109 18.7491 2V5C18.7491 5.19891 18.6701 5.38968 18.5295 5.53033C18.3888 5.67098 18.198 5.75 17.9991 5.75C17.8002 5.75 17.6095 5.67098 17.4688 5.53033C17.3282 5.38968 17.2491 5.19891 17.2491 5ZM29.5291 15.47C29.6028 15.5387 29.6619 15.6215 29.7029 15.7135C29.7439 15.8055 29.7659 15.9048 29.7677 16.0055C29.7695 16.1062 29.751 16.2062 29.7133 16.2996C29.6755 16.393 29.6194 16.4778 29.5482 16.549C29.477 16.6203 29.3921 16.6764 29.2987 16.7141C29.2053 16.7518 29.1053 16.7704 29.0046 16.7686C28.9039 16.7668 28.8046 16.7448 28.7126 16.7038C28.6206 16.6628 28.5378 16.6037 28.4691 16.53L26.4691 14.53C26.3367 14.3878 26.2645 14.1998 26.268 14.0055C26.2714 13.8112 26.3501 13.6258 26.4875 13.4884C26.6249 13.351 26.8103 13.2723 27.0046 13.2688C27.1989 13.2654 27.387 13.3375 27.5291 13.47L29.5291 15.47ZM30.2366 9.71125L27.2366 10.7113C27.1427 10.7447 27.043 10.7591 26.9434 10.7535C26.8438 10.748 26.7464 10.7226 26.6567 10.6789C26.5671 10.6352 26.487 10.5741 26.4212 10.4991C26.3555 10.4242 26.3054 10.3368 26.2738 10.2422C26.2422 10.1476 26.2298 10.0477 26.2373 9.94822C26.2448 9.84877 26.2721 9.75182 26.3175 9.66303C26.3629 9.57425 26.4256 9.49542 26.5019 9.43115C26.5781 9.36688 26.6664 9.31847 26.7616 9.28875L29.7616 8.28875C29.9491 8.23023 30.152 8.24755 30.3268 8.337C30.5016 8.42644 30.6344 8.58087 30.6965 8.76712C30.7587 8.95337 30.7454 9.15659 30.6594 9.33312C30.5734 9.50965 30.4216 9.64541 30.2366 9.71125Z", fill: "currentColor" }) }), Il = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.1505 9.90129C29.9997 9.76959 29.8132 9.68572 29.6147 9.66034C29.4161 9.63497 29.2145 9.66924 29.0355 9.75879L22.3567 13.0888C22.3543 13.0908 22.3512 13.0919 22.348 13.0919C22.3448 13.0919 22.3417 13.0908 22.3392 13.0888L16.8742 3.99129C16.7841 3.84142 16.6567 3.71742 16.5045 3.63133C16.3523 3.54524 16.1804 3.5 16.0055 3.5C15.8306 3.5 15.6587 3.54524 15.5065 3.63133C15.3542 3.71742 15.2269 3.84142 15.1367 3.99129L9.65922 13.0825C9.65668 13.0849 9.65333 13.0862 9.64985 13.0862C9.64637 13.0862 9.64302 13.0849 9.64047 13.0825L2.96547 9.76004C2.78642 9.67047 2.58483 9.636 2.38619 9.66097C2.18755 9.68595 2.00077 9.76926 1.84946 9.90036C1.69815 10.0315 1.58911 10.2045 1.53612 10.3976C1.48312 10.5906 1.48855 10.7951 1.55172 10.985L6.17672 25.155C6.19993 25.2264 6.2389 25.2916 6.29074 25.3459C6.34259 25.4001 6.40598 25.442 6.47621 25.4684C6.54645 25.4948 6.62172 25.5051 6.69647 25.4984C6.77121 25.4918 6.8435 25.4684 6.90797 25.43C6.93922 25.41 10.228 23.5 15.9992 23.5C21.7705 23.5 25.058 25.41 25.0905 25.4288C25.1549 25.4672 25.2271 25.4906 25.3018 25.4973C25.3764 25.5041 25.4517 25.4939 25.5219 25.4676C25.5921 25.4413 25.6555 25.3996 25.7074 25.3455C25.7593 25.2914 25.7984 25.2263 25.8217 25.155L30.4467 10.985C30.5105 10.7954 30.5164 10.591 30.4637 10.398C30.4109 10.205 30.3019 10.0321 30.1505 9.90129ZM25.053 24.2863C24.411 23.9872 23.7495 23.7321 23.073 23.5225C21.5917 23.0563 19.1617 22.5 15.9992 22.5C12.8367 22.5 10.4067 23.0563 8.92422 23.5225C8.24787 23.7325 7.58638 23.9877 6.94422 24.2863L2.49922 10.665C2.50067 10.662 2.50298 10.6594 2.50587 10.6576C2.50875 10.6559 2.51209 10.655 2.51547 10.655L9.19047 13.9825C9.41876 14.0956 9.68115 14.1189 9.92579 14.0478C10.1704 13.9768 10.3795 13.8165 10.5117 13.5988L15.9842 4.50629C15.9852 4.50418 15.9868 4.5024 15.9888 4.50115C15.9908 4.4999 15.9931 4.49924 15.9955 4.49924C15.9978 4.49924 16.0001 4.4999 16.0021 4.50115C16.0041 4.5024 16.0057 4.50418 16.0067 4.50629L21.4792 13.5988C21.6114 13.8162 21.8202 13.9763 22.0645 14.0476C22.3088 14.1188 22.5709 14.0961 22.7992 13.9838L29.4867 10.6513C29.4906 10.6527 29.4939 10.6556 29.4957 10.6593C29.4976 10.663 29.4979 10.6673 29.4967 10.6713L25.053 24.2863ZM21.4917 19.5138C21.4712 19.6292 21.4108 19.7338 21.321 19.8092C21.2312 19.8846 21.1177 19.926 21.0005 19.9263C20.9711 19.9264 20.9419 19.9239 20.913 19.9188C17.6609 19.3605 14.3375 19.3605 11.0855 19.9188C11.0208 19.9302 10.9545 19.9288 10.8904 19.9145C10.8263 19.9003 10.7656 19.8736 10.7118 19.836C10.6031 19.7599 10.5291 19.6438 10.5061 19.5132C10.4831 19.3825 10.5128 19.2481 10.5889 19.1395C10.665 19.0308 10.7811 18.9568 10.9117 18.9338C14.2787 18.3555 17.7197 18.3555 21.0867 18.9338C21.1514 18.9453 21.2132 18.9694 21.2686 19.0047C21.3239 19.0401 21.3718 19.086 21.4094 19.1399C21.447 19.1937 21.4737 19.2545 21.4878 19.3186C21.5019 19.3828 21.5032 19.4491 21.4917 19.5138Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2537 14.1818 21.5656 14.4204 21.9303 14.5266C22.2951 14.6327 22.6863 14.5987 23.0272 14.4312L28.6622 11.625L24.751 23.6037ZM21.9847 19.6037C21.9439 19.835 21.823 20.0446 21.6431 20.1957C21.4632 20.3468 21.2359 20.4297 21.001 20.43C20.9423 20.4299 20.8838 20.4249 20.826 20.415C17.6318 19.8666 14.3676 19.8666 11.1735 20.415C10.9122 20.461 10.6434 20.4015 10.4261 20.2493C10.2088 20.0972 10.0608 19.865 10.0147 19.6037C9.96864 19.3425 10.0282 19.0736 10.1804 18.8563C10.3325 18.639 10.5647 18.491 10.826 18.445C14.2501 17.8566 17.7494 17.8566 21.1735 18.445C21.4342 18.4907 21.6661 18.638 21.8184 18.8545C21.9707 19.071 22.031 19.3391 21.986 19.6L21.9847 19.6037Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.8076 9.14622C30.5081 8.8837 30.137 8.71657 29.742 8.66624C29.3469 8.61591 28.9458 8.68468 28.5901 8.86372L22.7276 11.7862L17.7276 3.47497C17.5485 3.17759 17.2955 2.93157 16.9932 2.76078C16.691 2.58999 16.3497 2.50024 16.0026 2.50024C15.6554 2.50024 15.3141 2.58999 15.0119 2.76078C14.7097 2.93157 14.4567 3.17759 14.2776 3.47497L9.27757 11.7862L3.41382 8.86497C3.05845 8.68744 2.65848 8.61906 2.2643 8.66844C1.87013 8.71782 1.49938 8.88275 1.19878 9.14245C0.898173 9.40216 0.681151 9.74502 0.575055 10.1278C0.468959 10.5107 0.478534 10.9163 0.602575 11.2937L5.22757 25.4625C5.29723 25.6759 5.41392 25.871 5.56904 26.0334C5.72416 26.1957 5.91374 26.3212 6.12381 26.4005C6.33388 26.4798 6.55907 26.5109 6.78277 26.4916C7.00648 26.4722 7.22298 26.4029 7.41633 26.2887C7.44633 26.2712 10.5488 24.5 16.0001 24.5C21.4513 24.5 24.5538 26.2737 24.5776 26.2875C24.7709 26.4031 24.9878 26.4738 25.2122 26.4941C25.4366 26.5144 25.6627 26.484 25.8737 26.405C26.0847 26.3259 26.2752 26.2004 26.431 26.0377C26.5868 25.8749 26.704 25.6792 26.7738 25.465L31.3988 11.3037C31.5265 10.9261 31.5384 10.519 31.4331 10.1346C31.3277 9.75016 31.1099 9.40599 30.8076 9.14622ZM24.4413 22.94C22.7726 22.3 19.9001 21.5 16.0001 21.5C12.1001 21.5 9.22758 22.3025 7.55883 22.9425L4.18383 12.6037L8.75007 14.875C9.20383 15.0992 9.72517 15.1452 10.2112 15.0038C10.6971 14.8624 11.1125 14.5439 11.3751 14.1112L16.0001 6.42497L20.6251 14.1125C20.8879 14.5449 21.3033 14.8632 21.7893 15.0043C22.2752 15.1455 22.7965 15.0993 23.2501 14.875L27.8151 12.6L24.4413 22.94ZM21.9826 19.065C21.9279 19.419 21.7485 19.7417 21.4765 19.9749C21.2046 20.2081 20.8583 20.3362 20.5001 20.3362C20.4227 20.3359 20.3454 20.3301 20.2688 20.3187C17.4373 19.892 14.5578 19.892 11.7263 20.3187C11.3331 20.3794 10.932 20.2814 10.611 20.0463C10.2901 19.8111 10.0757 19.4582 10.0151 19.065C9.95441 18.6718 10.0524 18.2706 10.2875 17.9497C10.5227 17.6288 10.8756 17.4144 11.2688 17.3537C14.4036 16.8804 17.5916 16.8804 20.7263 17.3537C20.9212 17.3835 21.1084 17.4513 21.277 17.5535C21.4457 17.6556 21.5925 17.79 21.7092 17.9489C21.8259 18.1078 21.9101 18.2882 21.957 18.4797C22.0039 18.6712 22.0126 18.8701 21.9826 19.065Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM21.981 19.6C21.9402 19.8313 21.8192 20.0409 21.6393 20.192C21.4594 20.343 21.2321 20.426 20.9972 20.4262C20.9386 20.4261 20.88 20.4211 20.8222 20.4112C17.6281 19.8629 14.3639 19.8629 11.1697 20.4112C11.0404 20.434 10.9078 20.4311 10.7796 20.4027C10.6513 20.3743 10.5299 20.3209 10.4223 20.2456C10.205 20.0934 10.0571 19.8612 10.011 19.6C9.96489 19.3387 10.0245 19.0699 10.1766 18.8526C10.3288 18.6353 10.561 18.4873 10.8222 18.4412C14.2463 17.8529 17.7456 17.8529 21.1697 18.4412C21.2995 18.4634 21.4237 18.5111 21.535 18.5814C21.6464 18.6517 21.7427 18.7433 21.8186 18.851C21.8944 18.9587 21.9483 19.0803 21.977 19.2088C22.0057 19.3373 22.0088 19.4702 21.986 19.6H21.981Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
3690
3711
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M29.9731 10.8275L25.3481 25C25.3481 25 22.0006 23 16.0006 23C10.0006 23 6.65308 25 6.65308 25L2.02807 10.8288C1.99479 10.7324 1.99101 10.6283 2.01722 10.5298C2.04343 10.4312 2.09844 10.3427 2.17521 10.2756C2.25198 10.2085 2.34702 10.1658 2.44818 10.1531C2.54934 10.1403 2.65201 10.1579 2.74307 10.2038L9.41932 13.5313C9.53504 13.5891 9.66831 13.6011 9.79251 13.565C9.91671 13.5289 10.0227 13.4472 10.0893 13.3363L15.5606 4.25005C15.6066 4.17534 15.6709 4.11365 15.7475 4.07087C15.8241 4.02808 15.9103 4.00562 15.9981 4.00562C16.0858 4.00562 16.1721 4.02808 16.2487 4.07087C16.3252 4.11365 16.3896 4.17534 16.4356 4.25005L21.9068 13.3425C21.9736 13.4529 22.0794 13.5342 22.2032 13.5703C22.3271 13.6064 22.4599 13.5947 22.5756 13.5375L29.2543 10.2075C29.345 10.1612 29.4475 10.143 29.5486 10.1552C29.6498 10.1674 29.745 10.2094 29.8221 10.2759C29.8993 10.3425 29.9548 10.4305 29.9817 10.5287C30.0086 10.627 30.0056 10.731 29.9731 10.8275Z", fill: "currentColor" }),
|
|
3691
3712
|
/* @__PURE__ */ C("path", { d: "M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2537 14.1818 21.5656 14.4204 21.9303 14.5266C22.2951 14.6327 22.6863 14.5987 23.0272 14.4312L28.6622 11.625L24.751 23.6037ZM21.9847 19.6037C21.9439 19.835 21.823 20.0446 21.6431 20.1957C21.4632 20.3468 21.2359 20.4297 21.001 20.43C20.9423 20.4299 20.8838 20.4249 20.826 20.415C17.6318 19.8666 14.3676 19.8666 11.1735 20.415C10.9122 20.461 10.6434 20.4015 10.4261 20.2493C10.2088 20.0972 10.0608 19.865 10.0147 19.6037C9.96864 19.3425 10.0282 19.0736 10.1804 18.8563C10.3325 18.639 10.5647 18.491 10.826 18.445C14.2501 17.8566 17.7494 17.8566 21.1735 18.445C21.4342 18.4907 21.6661 18.638 21.8184 18.8545C21.9707 19.071 22.031 19.3391 21.986 19.6L21.9847 19.6037Z", fill: "currentColor" })
|
|
3692
|
-
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.3159 9.71239C30.1279 9.54838 29.8954 9.44394 29.6479 9.41234C29.4004 9.38073 29.1491 9.42339 28.9259 9.53489L22.4422 12.7674L17.0834 3.86114C16.971 3.67454 16.8122 3.52016 16.6226 3.41299C16.4329 3.30583 16.2188 3.24951 16.0009 3.24951C15.7831 3.24951 15.5689 3.30583 15.3792 3.41299C15.1896 3.52016 15.0308 3.67454 14.9184 3.86114L9.55965 12.7674L3.0784 9.53614C2.85526 9.42474 2.60411 9.38192 2.35666 9.41309C2.10921 9.44426 1.87653 9.54803 1.68799 9.7113C1.49945 9.87456 1.36349 10.09 1.29727 10.3305C1.23105 10.5709 1.23753 10.8256 1.3159 11.0624L5.9409 25.2324C5.97573 25.3393 6.03417 25.4371 6.11189 25.5184C6.18961 25.5997 6.28463 25.6625 6.3899 25.7021C6.49517 25.7417 6.608 25.7571 6.72004 25.7472C6.83208 25.7373 6.94046 25.7023 7.03715 25.6449C7.0459 25.6449 7.85715 25.1649 9.36215 24.6974C10.7509 24.2649 13.0272 23.7499 16.0009 23.7499C18.9747 23.7499 21.2509 24.2649 22.6409 24.6974C24.1409 25.1649 24.9572 25.6399 24.9634 25.6436C25.0601 25.7014 25.1685 25.7366 25.2806 25.7467C25.3927 25.7568 25.5057 25.7415 25.6111 25.702C25.7165 25.6625 25.8117 25.5998 25.8895 25.5185C25.9674 25.4372 26.026 25.3394 26.0609 25.2324L30.6859 11.0649C30.7665 10.8283 30.7744 10.573 30.7084 10.3319C30.6425 10.0908 30.5057 9.875 30.3159 9.71239ZM24.9047 23.9411C23.5297 23.3261 20.4797 22.2499 16.0009 22.2499C11.5222 22.2499 8.47215 23.3261 7.09715 23.9411L2.9159 11.1311L9.08465 14.2061C9.36939 14.3468 9.6965 14.3756 10.0015 14.287C10.3064 14.1984 10.5671 13.9987 10.7322 13.7274L16.0009 4.97739L21.2697 13.7336C21.4348 14.0045 21.6953 14.2037 21.9999 14.2923C22.3045 14.3809 22.6312 14.3524 22.9159 14.2124L29.0859 11.1361L24.9047 23.9411ZM21.7397 19.5561C21.7102 19.7306 21.62 19.889 21.485 20.0033C21.3501 20.1177 21.179 20.1807 21.0022 20.1811C20.9602 20.1808 20.9184 20.177 20.8772 20.1699C17.6541 19.6166 14.3602 19.6166 11.1371 20.1699C10.9406 20.2045 10.7383 20.1597 10.5747 20.0452C10.4112 19.9306 10.2999 19.7559 10.2653 19.5593C10.2306 19.3627 10.2755 19.1604 10.39 18.9969C10.5045 18.8334 10.6793 18.722 10.8759 18.6874C14.271 18.1041 17.7408 18.1041 21.1359 18.6874C21.3309 18.723 21.5039 18.8344 21.6171 18.9972C21.7302 19.16 21.7743 19.3609 21.7397 19.5561Z", fill: "currentColor" }) }),
|
|
3713
|
+
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.3159 9.71239C30.1279 9.54838 29.8954 9.44394 29.6479 9.41234C29.4004 9.38073 29.1491 9.42339 28.9259 9.53489L22.4422 12.7674L17.0834 3.86114C16.971 3.67454 16.8122 3.52016 16.6226 3.41299C16.4329 3.30583 16.2188 3.24951 16.0009 3.24951C15.7831 3.24951 15.5689 3.30583 15.3792 3.41299C15.1896 3.52016 15.0308 3.67454 14.9184 3.86114L9.55965 12.7674L3.0784 9.53614C2.85526 9.42474 2.60411 9.38192 2.35666 9.41309C2.10921 9.44426 1.87653 9.54803 1.68799 9.7113C1.49945 9.87456 1.36349 10.09 1.29727 10.3305C1.23105 10.5709 1.23753 10.8256 1.3159 11.0624L5.9409 25.2324C5.97573 25.3393 6.03417 25.4371 6.11189 25.5184C6.18961 25.5997 6.28463 25.6625 6.3899 25.7021C6.49517 25.7417 6.608 25.7571 6.72004 25.7472C6.83208 25.7373 6.94046 25.7023 7.03715 25.6449C7.0459 25.6449 7.85715 25.1649 9.36215 24.6974C10.7509 24.2649 13.0272 23.7499 16.0009 23.7499C18.9747 23.7499 21.2509 24.2649 22.6409 24.6974C24.1409 25.1649 24.9572 25.6399 24.9634 25.6436C25.0601 25.7014 25.1685 25.7366 25.2806 25.7467C25.3927 25.7568 25.5057 25.7415 25.6111 25.702C25.7165 25.6625 25.8117 25.5998 25.8895 25.5185C25.9674 25.4372 26.026 25.3394 26.0609 25.2324L30.6859 11.0649C30.7665 10.8283 30.7744 10.573 30.7084 10.3319C30.6425 10.0908 30.5057 9.875 30.3159 9.71239ZM24.9047 23.9411C23.5297 23.3261 20.4797 22.2499 16.0009 22.2499C11.5222 22.2499 8.47215 23.3261 7.09715 23.9411L2.9159 11.1311L9.08465 14.2061C9.36939 14.3468 9.6965 14.3756 10.0015 14.287C10.3064 14.1984 10.5671 13.9987 10.7322 13.7274L16.0009 4.97739L21.2697 13.7336C21.4348 14.0045 21.6953 14.2037 21.9999 14.2923C22.3045 14.3809 22.6312 14.3524 22.9159 14.2124L29.0859 11.1361L24.9047 23.9411ZM21.7397 19.5561C21.7102 19.7306 21.62 19.889 21.485 20.0033C21.3501 20.1177 21.179 20.1807 21.0022 20.1811C20.9602 20.1808 20.9184 20.177 20.8772 20.1699C17.6541 19.6166 14.3602 19.6166 11.1371 20.1699C10.9406 20.2045 10.7383 20.1597 10.5747 20.0452C10.4112 19.9306 10.2999 19.7559 10.2653 19.5593C10.2306 19.3627 10.2755 19.1604 10.39 18.9969C10.5045 18.8334 10.6793 18.722 10.8759 18.6874C14.271 18.1041 17.7408 18.1041 21.1359 18.6874C21.3309 18.723 21.5039 18.8344 21.6171 18.9972C21.7302 19.16 21.7743 19.3609 21.7397 19.5561Z", fill: "currentColor" }) }), $l = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.1505 9.90129C29.9997 9.76959 29.8132 9.68572 29.6147 9.66034C29.4161 9.63497 29.2145 9.66924 29.0355 9.75879L22.3567 13.0888C22.3543 13.0908 22.3512 13.0919 22.348 13.0919C22.3448 13.0919 22.3417 13.0908 22.3392 13.0888L16.8742 3.99129C16.7841 3.84142 16.6567 3.71742 16.5045 3.63133C16.3523 3.54524 16.1804 3.5 16.0055 3.5C15.8306 3.5 15.6587 3.54524 15.5065 3.63133C15.3542 3.71742 15.2269 3.84142 15.1367 3.99129L9.65922 13.0825C9.65668 13.0849 9.65333 13.0862 9.64985 13.0862C9.64637 13.0862 9.64302 13.0849 9.64047 13.0825L2.96547 9.76004C2.78642 9.67047 2.58483 9.636 2.38619 9.66097C2.18755 9.68595 2.00077 9.76926 1.84946 9.90036C1.69815 10.0315 1.58911 10.2045 1.53612 10.3976C1.48312 10.5906 1.48855 10.7951 1.55172 10.985L6.17672 25.155C6.19993 25.2264 6.2389 25.2916 6.29074 25.3459C6.34259 25.4001 6.40598 25.442 6.47621 25.4684C6.54645 25.4948 6.62172 25.5051 6.69647 25.4984C6.77121 25.4918 6.8435 25.4684 6.90797 25.43C6.93922 25.41 10.228 23.5 15.9992 23.5C21.7705 23.5 25.058 25.41 25.0905 25.4288C25.1549 25.4672 25.2271 25.4906 25.3018 25.4973C25.3764 25.5041 25.4517 25.4939 25.5219 25.4676C25.5921 25.4413 25.6555 25.3996 25.7074 25.3455C25.7593 25.2914 25.7984 25.2263 25.8217 25.155L30.4467 10.985C30.5105 10.7954 30.5164 10.591 30.4637 10.398C30.4109 10.205 30.3019 10.0321 30.1505 9.90129ZM25.053 24.2863C24.411 23.9872 23.7495 23.7321 23.073 23.5225C21.5917 23.0563 19.1617 22.5 15.9992 22.5C12.8367 22.5 10.4067 23.0563 8.92422 23.5225C8.24787 23.7325 7.58638 23.9877 6.94422 24.2863L2.49922 10.665C2.50067 10.662 2.50298 10.6594 2.50587 10.6576C2.50875 10.6559 2.51209 10.655 2.51547 10.655L9.19047 13.9825C9.41876 14.0956 9.68115 14.1189 9.92579 14.0478C10.1704 13.9768 10.3795 13.8165 10.5117 13.5988L15.9842 4.50629C15.9852 4.50418 15.9868 4.5024 15.9888 4.50115C15.9908 4.4999 15.9931 4.49924 15.9955 4.49924C15.9978 4.49924 16.0001 4.4999 16.0021 4.50115C16.0041 4.5024 16.0057 4.50418 16.0067 4.50629L21.4792 13.5988C21.6114 13.8162 21.8202 13.9763 22.0645 14.0476C22.3088 14.1188 22.5709 14.0961 22.7992 13.9838L29.4867 10.6513C29.4906 10.6527 29.4939 10.6556 29.4957 10.6593C29.4976 10.663 29.4979 10.6673 29.4967 10.6713L25.053 24.2863Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2535 14.182 21.5654 14.4208 21.9302 14.527C22.295 14.6332 22.6863 14.599 23.0272 14.4312L28.6622 11.625L24.751 23.6037Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.8076 9.14622C30.5081 8.8837 30.137 8.71657 29.742 8.66624C29.3469 8.61591 28.9458 8.68468 28.5901 8.86372L22.7276 11.7862L17.7276 3.47497C17.5485 3.17759 17.2955 2.93157 16.9932 2.76078C16.691 2.58999 16.3497 2.50024 16.0026 2.50024C15.6554 2.50024 15.3141 2.58999 15.0119 2.76078C14.7097 2.93157 14.4567 3.17759 14.2776 3.47497L9.27757 11.7862L3.41382 8.86497C3.05845 8.68744 2.65848 8.61906 2.2643 8.66844C1.87013 8.71782 1.49938 8.88275 1.19878 9.14245C0.898173 9.40216 0.681151 9.74502 0.575055 10.1278C0.468959 10.5107 0.478534 10.9163 0.602575 11.2937L5.22757 25.4625C5.29723 25.6759 5.41392 25.871 5.56904 26.0334C5.72416 26.1957 5.91374 26.3212 6.12381 26.4005C6.33388 26.4798 6.55907 26.5109 6.78277 26.4916C7.00648 26.4722 7.22298 26.4029 7.41633 26.2887C7.44633 26.2712 10.5488 24.5 16.0001 24.5C21.4513 24.5 24.5538 26.2737 24.5776 26.2875C24.7709 26.4031 24.9878 26.4738 25.2122 26.4941C25.4366 26.5144 25.6627 26.484 25.8737 26.405C26.0847 26.3259 26.2752 26.2004 26.431 26.0377C26.5868 25.8749 26.704 25.6792 26.7738 25.465L31.3988 11.3037C31.5265 10.9261 31.5384 10.519 31.4331 10.1346C31.3277 9.75016 31.1099 9.40599 30.8076 9.14622ZM24.4413 22.94C22.7726 22.3 19.9001 21.5 16.0001 21.5C12.1001 21.5 9.22758 22.3025 7.55883 22.9425L4.18383 12.6037L8.75007 14.875C9.20388 15.0989 9.72512 15.1447 10.211 15.0033C10.6969 14.862 11.1123 14.5437 11.3751 14.1112L16.0001 6.42497L20.6251 14.1125C20.8879 14.5449 21.3033 14.8632 21.7893 15.0043C22.2752 15.1455 22.7965 15.0993 23.2501 14.875L27.8151 12.6L24.4413 22.94Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9212 11.1438L26.2962 25.31C26.2497 25.4528 26.1717 25.5833 26.0678 25.6918C25.964 25.8003 25.8371 25.884 25.6964 25.9367C25.5558 25.9894 25.4051 26.0098 25.2556 25.9963C25.106 25.9828 24.9614 25.9358 24.8325 25.8588C24.8037 25.8413 21.6075 24 15.9975 24C10.3875 24 7.19125 25.8413 7.16 25.86C7.03113 25.9363 6.88677 25.9827 6.73758 25.9957C6.58839 26.0087 6.43818 25.9881 6.29804 25.9353C6.15789 25.8825 6.0314 25.7989 5.92789 25.6907C5.82438 25.5825 5.7465 25.4524 5.7 25.31L1.0775 11.14C0.984358 10.8564 0.977181 10.5515 1.05687 10.2638C1.13655 9.97604 1.29954 9.71831 1.52533 9.52298C1.75113 9.32765 2.02964 9.20345 2.32584 9.166C2.62204 9.12855 2.92269 9.17953 3.19 9.31252L9.46375 12.4375L14.7037 3.73002C14.8384 3.50668 15.0286 3.32193 15.2557 3.19368C15.4828 3.06544 15.7392 2.99805 16 2.99805C16.2608 2.99805 16.5172 3.06544 16.7443 3.19368C16.9714 3.32193 17.1615 3.50668 17.2962 3.73002L22.5362 12.4375L28.8125 9.31252C29.0801 9.17933 29.3812 9.12843 29.6777 9.16623C29.9742 9.20404 30.2529 9.32886 30.4785 9.52493C30.7041 9.721 30.8666 9.97953 30.9454 10.2679C31.0242 10.5562 31.0158 10.8615 30.9212 11.145V11.1438Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
3693
3714
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M29.9731 10.8275L25.3481 25C25.3481 25 22.0006 23 16.0006 23C10.0006 23 6.65308 25 6.65308 25L2.02807 10.8288C1.99479 10.7324 1.99101 10.6283 2.01722 10.5298C2.04343 10.4312 2.09844 10.3427 2.17521 10.2756C2.25198 10.2085 2.34702 10.1658 2.44818 10.1531C2.54934 10.1403 2.65201 10.1579 2.74307 10.2038L9.41932 13.5313C9.53504 13.5891 9.66831 13.6011 9.79251 13.565C9.91671 13.5289 10.0227 13.4472 10.0893 13.3363L15.5606 4.25005C15.6066 4.17534 15.6709 4.11365 15.7475 4.07087C15.8241 4.02808 15.9103 4.00562 15.9981 4.00562C16.0858 4.00562 16.1721 4.02808 16.2487 4.07087C16.3252 4.11365 16.3896 4.17534 16.4356 4.25005L21.9068 13.3425C21.9736 13.4529 22.0794 13.5342 22.2032 13.5703C22.3271 13.6064 22.4599 13.5947 22.5756 13.5375L29.2543 10.2075C29.345 10.1612 29.4475 10.143 29.5486 10.1552C29.6498 10.1674 29.745 10.2094 29.8221 10.2759C29.8993 10.3425 29.9548 10.4305 29.9817 10.5287C30.0086 10.627 30.0056 10.731 29.9731 10.8275Z", fill: "currentColor" }),
|
|
3694
3715
|
/* @__PURE__ */ C("path", { d: "M30.481 9.52371C30.2554 9.32702 29.9764 9.20181 29.6795 9.16397C29.3826 9.12614 29.0812 9.17738 28.8135 9.31121L22.5372 12.4362L17.2972 3.73246C17.1625 3.50912 16.9724 3.32437 16.7453 3.19612C16.5182 3.06788 16.2618 3.00049 16.001 3.00049C15.7402 3.00049 15.4838 3.06788 15.2567 3.19612C15.0295 3.32437 14.8394 3.50912 14.7047 3.73246L9.46472 12.44L3.19097 9.31496C2.9239 9.18232 2.6236 9.13152 2.32776 9.16893C2.03192 9.20634 1.75371 9.33029 1.52806 9.52523C1.30241 9.72017 1.13936 9.97742 1.05938 10.2647C0.979392 10.552 0.986035 10.8565 1.07847 11.14L5.70347 25.31C5.74997 25.4523 5.82785 25.5824 5.93136 25.6906C6.03487 25.7989 6.16137 25.8825 6.30151 25.9352C6.44166 25.988 6.59187 26.0087 6.74106 25.9957C6.89025 25.9826 7.0346 25.9363 7.16347 25.86C7.19472 25.8412 10.391 24 16.001 24C21.611 24 24.8072 25.8412 24.836 25.8587C24.9649 25.9357 25.1095 25.9827 25.2591 25.9962C25.4086 26.0097 25.5593 25.9893 25.6999 25.9366C25.8405 25.8839 25.9675 25.8002 26.0713 25.6917C26.1751 25.5832 26.2532 25.4527 26.2997 25.31L30.9247 11.1437C31.0198 10.8601 31.0284 10.5547 30.9494 10.2662C30.8704 9.9777 30.7073 9.71925 30.481 9.52371ZM24.751 23.6037C23.251 22.9675 20.261 22 16.001 22C11.741 22 8.75097 22.9675 7.25097 23.6037L3.33972 11.625L8.97347 14.4337C9.31448 14.6019 9.7061 14.6363 10.0712 14.5301C10.4363 14.4239 10.7484 14.1848 10.946 13.86L16.001 5.45746L21.056 13.8575C21.2535 14.182 21.5654 14.4208 21.9302 14.527C22.295 14.6332 22.6863 14.599 23.0272 14.4312L28.6622 11.625L24.751 23.6037Z", fill: "currentColor" })
|
|
3695
3716
|
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.3159 9.71239C30.1279 9.54838 29.8954 9.44394 29.6479 9.41234C29.4004 9.38073 29.1491 9.42339 28.9259 9.53489L22.4422 12.7674L17.0834 3.86114C16.971 3.67454 16.8122 3.52016 16.6226 3.41299C16.4329 3.30583 16.2188 3.24951 16.0009 3.24951C15.7831 3.24951 15.5689 3.30583 15.3792 3.41299C15.1896 3.52016 15.0308 3.67454 14.9184 3.86114L9.55965 12.7674L3.0784 9.53614C2.85526 9.42474 2.60411 9.38192 2.35666 9.41309C2.10921 9.44426 1.87653 9.54803 1.68799 9.7113C1.49945 9.87456 1.36349 10.09 1.29727 10.3305C1.23105 10.5709 1.23753 10.8256 1.3159 11.0624L5.9409 25.2324C5.97573 25.3393 6.03417 25.4371 6.11189 25.5184C6.18961 25.5997 6.28463 25.6625 6.3899 25.7021C6.49517 25.7417 6.608 25.7571 6.72004 25.7472C6.83208 25.7373 6.94046 25.7023 7.03715 25.6449C7.0459 25.6449 7.85715 25.1649 9.36215 24.6974C10.7509 24.2649 13.0272 23.7499 16.0009 23.7499C18.9747 23.7499 21.2509 24.2649 22.6409 24.6974C24.1409 25.1649 24.9572 25.6399 24.9634 25.6436C25.0601 25.7014 25.1685 25.7366 25.2806 25.7467C25.3927 25.7568 25.5057 25.7415 25.6111 25.702C25.7165 25.6625 25.8117 25.5998 25.8895 25.5185C25.9674 25.4372 26.026 25.3394 26.0609 25.2324L30.6859 11.0649C30.7665 10.8283 30.7744 10.573 30.7084 10.3319C30.6425 10.0908 30.5057 9.875 30.3159 9.71239ZM24.9047 23.9411C23.5297 23.3261 20.4797 22.2499 16.0009 22.2499C11.5222 22.2499 8.47215 23.3261 7.09715 23.9411L2.9159 11.1311L9.08465 14.2061C9.36944 14.3465 9.69645 14.3752 10.0013 14.2866C10.3062 14.198 10.5669 13.9985 10.7322 13.7274L16.0009 4.97739L21.2697 13.7336C21.4348 14.0045 21.6953 14.2037 21.9999 14.2923C22.3045 14.3809 22.6312 14.3524 22.9159 14.2124L29.0859 11.1361L24.9047 23.9411Z", fill: "currentColor" }) }), Tl = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M23.5 19.6787V12.3212C23.5007 12.125 23.4501 11.9321 23.3532 11.7615C23.2563 11.5909 23.1164 11.4486 22.9475 11.3488L16.53 7.6425C16.3688 7.54971 16.186 7.50087 16 7.50087C15.814 7.50087 15.6312 7.54971 15.47 7.6425L9.05375 11.3488C8.88462 11.4484 8.74452 11.5907 8.64737 11.7613C8.55023 11.9319 8.49942 12.1249 8.5 12.3212V19.6787C8.49929 19.875 8.54991 20.0679 8.64683 20.2385C8.74375 20.4091 8.8836 20.5514 9.0525 20.6513L15.47 24.3575C15.6313 24.45 15.814 24.4987 16 24.4987C16.186 24.4987 16.3687 24.45 16.53 24.3575L22.9463 20.6513C23.1154 20.5516 23.2555 20.4093 23.3526 20.2387C23.4498 20.0681 23.5006 19.8751 23.5 19.6787ZM15.97 8.50875C15.979 8.50309 15.9894 8.50008 16 8.50008C16.0106 8.50008 16.021 8.50309 16.03 8.50875L22.0737 12L16 15.5063L9.92625 12L15.97 8.50875ZM9.55375 19.785C9.53666 19.7732 9.5228 19.7572 9.51341 19.7387C9.50402 19.7201 9.49942 19.6995 9.5 19.6787V12.9075L15.5 16.375V23.2225L9.55375 19.785ZM22.4463 19.785L16.5 23.22V16.375L22.5 12.91V19.6812C22.5002 19.7016 22.4954 19.7217 22.486 19.7398C22.4766 19.7579 22.463 19.7734 22.4463 19.785ZM28.5 6V11C28.5 11.1326 28.4473 11.2598 28.3536 11.3536C28.2598 11.4473 28.1326 11.5 28 11.5C27.8674 11.5 27.7402 11.4473 27.6464 11.3536C27.5527 11.2598 27.5 11.1326 27.5 11V6.5H23C22.8674 6.5 22.7402 6.44732 22.6464 6.35355C22.5527 6.25979 22.5 6.13261 22.5 6C22.5 5.86739 22.5527 5.74021 22.6464 5.64645C22.7402 5.55268 22.8674 5.5 23 5.5H28C28.1326 5.5 28.2598 5.55268 28.3536 5.64645C28.4473 5.74021 28.5 5.86739 28.5 6ZM9.5 26C9.5 26.1326 9.44732 26.2598 9.35355 26.3536C9.25979 26.4473 9.13261 26.5 9 26.5H4C3.86739 26.5 3.74021 26.4473 3.64645 26.3536C3.55268 26.2598 3.5 26.1326 3.5 26V21C3.5 20.8674 3.55268 20.7402 3.64645 20.6464C3.74021 20.5527 3.86739 20.5 4 20.5C4.13261 20.5 4.25979 20.5527 4.35355 20.6464C4.44732 20.7402 4.5 20.8674 4.5 21V25.5H9C9.13261 25.5 9.25979 25.5527 9.35355 25.6464C9.44732 25.7402 9.5 25.8674 9.5 26ZM28.5 21V26C28.5 26.1326 28.4473 26.2598 28.3536 26.3536C28.2598 26.4473 28.1326 26.5 28 26.5H23C22.8674 26.5 22.7402 26.4473 22.6464 26.3536C22.5527 26.2598 22.5 26.1326 22.5 26C22.5 25.8674 22.5527 25.7402 22.6464 25.6464C22.7402 25.5527 22.8674 25.5 23 25.5H27.5V21C27.5 20.8674 27.5527 20.7402 27.6464 20.6464C27.7402 20.5527 27.8674 20.5 28 20.5C28.1326 20.5 28.2598 20.5527 28.3536 20.6464C28.4473 20.7402 28.5 20.8674 28.5 21ZM3.5 11V6C3.5 5.86739 3.55268 5.74021 3.64645 5.64645C3.74021 5.55268 3.86739 5.5 4 5.5H9C9.13261 5.5 9.25979 5.55268 9.35355 5.64645C9.44732 5.74021 9.5 5.86739 9.5 6C9.5 6.13261 9.44732 6.25979 9.35355 6.35355C9.25979 6.44732 9.13261 6.5 9 6.5H4.5V11C4.5 11.1326 4.44732 11.2598 4.35355 11.3536C4.25979 11.4473 4.13261 11.5 4 11.5C3.86739 11.5 3.74021 11.4473 3.64645 11.3536C3.55268 11.2598 3.5 11.1326 3.5 11Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M24 19.6787V12.3212C24.0006 12.0374 23.9269 11.7583 23.7861 11.5118C23.6453 11.2653 23.4423 11.0599 23.1975 10.9163L16.78 7.21C16.5429 7.07308 16.2738 7.001 16 7.001C15.7262 7.001 15.4572 7.07308 15.22 7.21L8.80375 10.9163C8.55868 11.0598 8.35551 11.265 8.21449 11.5116C8.07346 11.7581 7.99951 12.0372 8 12.3212V19.6787C7.99938 19.9626 8.07315 20.2417 8.21395 20.4882C8.35474 20.7347 8.55767 20.9401 8.8025 21.0837L15.22 24.79C15.4572 24.9268 15.7262 24.9988 16 24.9988C16.2738 24.9988 16.5428 24.9268 16.78 24.79L23.1963 21.0837C23.4413 20.9402 23.6445 20.735 23.7855 20.4884C23.9265 20.2419 24.0005 19.9628 24 19.6787ZM16 9.06875L21.0737 12L16 14.9288L10.9263 12L16 9.06875ZM10 13.7738L15 16.6612V22.3538L10 19.4662V13.7738ZM17 22.3538V16.6612L22 13.7738V19.4662L17 22.3538ZM29 6V11C29 11.2652 28.8946 11.5196 28.7071 11.7071C28.5196 11.8946 28.2652 12 28 12C27.7348 12 27.4804 11.8946 27.2929 11.7071C27.1054 11.5196 27 11.2652 27 11V7H23C22.7348 7 22.4804 6.89464 22.2929 6.70711C22.1054 6.51957 22 6.26522 22 6C22 5.73478 22.1054 5.48043 22.2929 5.29289C22.4804 5.10536 22.7348 5 23 5H28C28.2652 5 28.5196 5.10536 28.7071 5.29289C28.8946 5.48043 29 5.73478 29 6ZM10 26C10 26.2652 9.89464 26.5196 9.70711 26.7071C9.51957 26.8946 9.26522 27 9 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V21C3 20.7348 3.10536 20.4804 3.29289 20.2929C3.48043 20.1054 3.73478 20 4 20C4.26522 20 4.51957 20.1054 4.70711 20.2929C4.89464 20.4804 5 20.7348 5 21V25H9C9.26522 25 9.51957 25.1054 9.70711 25.2929C9.89464 25.4804 10 25.7348 10 26ZM29 21V26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H23C22.7348 27 22.4804 26.8946 22.2929 26.7071C22.1054 26.5196 22 26.2652 22 26C22 25.7348 22.1054 25.4804 22.2929 25.2929C22.4804 25.1054 22.7348 25 23 25H27V21C27 20.7348 27.1054 20.4804 27.2929 20.2929C27.4804 20.1054 27.7348 20 28 20C28.2652 20 28.5196 20.1054 28.7071 20.2929C28.8946 20.4804 29 20.7348 29 21ZM3 11V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5H9C9.26522 5 9.51957 5.10536 9.70711 5.29289C9.89464 5.48043 10 5.73478 10 6C10 6.26522 9.89464 6.51957 9.70711 6.70711C9.51957 6.89464 9.26522 7 9 7H5V11C5 11.2652 4.89464 11.5196 4.70711 11.7071C4.51957 11.8946 4.26522 12 4 12C3.73478 12 3.48043 11.8946 3.29289 11.7071C3.10536 11.5196 3 11.2652 3 11Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M24.5 19.6787V12.3212C24.5007 11.9495 24.4039 11.584 24.2192 11.2614C24.0346 10.9387 23.7685 10.6701 23.4475 10.4825L17.03 6.77625C16.7166 6.5963 16.3614 6.50161 16 6.50161C15.6386 6.50161 15.2834 6.5963 14.97 6.77625L8.55375 10.4825C8.23257 10.67 7.96621 10.9385 7.78129 11.2611C7.59638 11.5838 7.49938 11.9494 7.5 12.3212V19.6787C7.49926 20.0505 7.59606 20.416 7.78075 20.7386C7.96544 21.0613 8.23155 21.3299 8.5525 21.5175L14.97 25.2237C15.2834 25.4039 15.6385 25.4988 16 25.4988C16.3615 25.4988 16.7166 25.4039 17.03 25.2237L23.4463 21.5175C23.7674 21.33 24.0338 21.0615 24.2187 20.7389C24.4036 20.4162 24.5006 20.0506 24.5 19.6787ZM16 9.64625L20.0737 12L16 14.3512L11.9263 12L16 9.64625ZM10.5 14.6462L14.5 16.9562V21.4937L10.5 19.1775V14.6462ZM17.5 21.4937V16.95L21.5 14.64V19.1775L17.5 21.4937ZM29.5 6V11C29.5 11.3978 29.342 11.7794 29.0607 12.0607C28.7794 12.342 28.3978 12.5 28 12.5C27.6022 12.5 27.2206 12.342 26.9393 12.0607C26.658 11.7794 26.5 11.3978 26.5 11V7.5H23C22.6022 7.5 22.2206 7.34196 21.9393 7.06066C21.658 6.77936 21.5 6.39782 21.5 6C21.5 5.60218 21.658 5.22064 21.9393 4.93934C22.2206 4.65804 22.6022 4.5 23 4.5H28C28.3978 4.5 28.7794 4.65804 29.0607 4.93934C29.342 5.22064 29.5 5.60218 29.5 6ZM10.5 26C10.5 26.3978 10.342 26.7794 10.0607 27.0607C9.77936 27.342 9.39782 27.5 9 27.5H4C3.60218 27.5 3.22064 27.342 2.93934 27.0607C2.65804 26.7794 2.5 26.3978 2.5 26V21C2.5 20.6022 2.65804 20.2206 2.93934 19.9393C3.22064 19.658 3.60218 19.5 4 19.5C4.39782 19.5 4.77936 19.658 5.06066 19.9393C5.34196 20.2206 5.5 20.6022 5.5 21V24.5H9C9.39782 24.5 9.77936 24.658 10.0607 24.9393C10.342 25.2206 10.5 25.6022 10.5 26ZM29.5 21V26C29.5 26.3978 29.342 26.7794 29.0607 27.0607C28.7794 27.342 28.3978 27.5 28 27.5H23C22.6022 27.5 22.2206 27.342 21.9393 27.0607C21.658 26.7794 21.5 26.3978 21.5 26C21.5 25.6022 21.658 25.2206 21.9393 24.9393C22.2206 24.658 22.6022 24.5 23 24.5H26.5V21C26.5 20.6022 26.658 20.2206 26.9393 19.9393C27.2206 19.658 27.6022 19.5 28 19.5C28.3978 19.5 28.7794 19.658 29.0607 19.9393C29.342 20.2206 29.5 20.6022 29.5 21ZM2.5 11V6C2.5 5.60218 2.65804 5.22064 2.93934 4.93934C3.22064 4.65804 3.60218 4.5 4 4.5H9C9.39782 4.5 9.77936 4.65804 10.0607 4.93934C10.342 5.22064 10.5 5.60218 10.5 6C10.5 6.39782 10.342 6.77936 10.0607 7.06066C9.77936 7.34196 9.39782 7.5 9 7.5H5.5V11C5.5 11.3978 5.34196 11.7794 5.06066 12.0607C4.77936 12.342 4.39782 12.5 4 12.5C3.60218 12.5 3.22064 12.342 2.93934 12.0607C2.65804 11.7794 2.5 11.3978 2.5 11Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M22.3237 11.2775L16 14.9288L9.67625 11.2775C9.60019 11.2336 9.53702 11.1705 9.4931 11.0945C9.44918 11.0184 9.42605 10.9322 9.42605 10.8444C9.42605 10.7566 9.44918 10.6703 9.4931 10.5943C9.53702 10.5182 9.60019 10.4551 9.67625 10.4113L15.22 7.21C15.4572 7.07308 15.7262 7.001 16 7.001C16.2738 7.001 16.5429 7.07308 16.78 7.21L22.3237 10.4113C22.3998 10.4551 22.463 10.5182 22.5069 10.5943C22.5508 10.6703 22.5739 10.7566 22.5739 10.8444C22.5739 10.9322 22.5508 11.0184 22.5069 11.0945C22.463 11.1705 22.3998 11.2336 22.3237 11.2775ZM8 13.485V19.6787C7.99938 19.9626 8.07315 20.2417 8.21395 20.4882C8.35474 20.7347 8.55767 20.9401 8.8025 21.0837L14.25 24.23C14.326 24.2739 14.4121 24.297 14.4999 24.297C14.5876 24.297 14.6738 24.274 14.7498 24.2301C14.8258 24.1863 14.8889 24.1233 14.9328 24.0473C14.9767 23.9714 14.9999 23.8852 15 23.7975V16.6612L8.75 13.0525C8.67403 13.0086 8.58785 12.9855 8.50013 12.9855C8.4124 12.9855 8.32622 13.0085 8.25022 13.0524C8.17423 13.0962 8.1111 13.1592 8.06718 13.2352C8.02326 13.3111 8.00009 13.3973 8 13.485ZM24 19.6787V13.485C23.9999 13.3973 23.9767 13.3111 23.9328 13.2352C23.8889 13.1592 23.8258 13.0962 23.7498 13.0524C23.6738 13.0085 23.5876 12.9855 23.4999 12.9855C23.4121 12.9855 23.326 13.0086 23.25 13.0525L17 16.6612V23.7975C17.0001 23.8852 17.0233 23.9714 17.0672 24.0473C17.1111 24.1233 17.1742 24.1863 17.2502 24.2301C17.3262 24.274 17.4124 24.297 17.5001 24.297C17.5879 24.297 17.674 24.2739 17.75 24.23L23.1963 21.0837C23.4413 20.9402 23.6445 20.735 23.7855 20.4884C23.9265 20.2419 24.0005 19.9628 24 19.6787ZM28 5H23C22.7348 5 22.4804 5.10536 22.2929 5.29289C22.1054 5.48043 22 5.73478 22 6C22 6.26522 22.1054 6.51957 22.2929 6.70711C22.4804 6.89464 22.7348 7 23 7H27V11C27 11.2652 27.1054 11.5196 27.2929 11.7071C27.4804 11.8946 27.7348 12 28 12C28.2652 12 28.5196 11.8946 28.7071 11.7071C28.8946 11.5196 29 11.2652 29 11V6C29 5.73478 28.8946 5.48043 28.7071 5.29289C28.5196 5.10536 28.2652 5 28 5ZM9 25H5V21C5 20.7348 4.89464 20.4804 4.70711 20.2929C4.51957 20.1054 4.26522 20 4 20C3.73478 20 3.48043 20.1054 3.29289 20.2929C3.10536 20.4804 3 20.7348 3 21V26C3 26.2652 3.10536 26.5196 3.29289 26.7071C3.48043 26.8946 3.73478 27 4 27H9C9.26522 27 9.51957 26.8946 9.70711 26.7071C9.89464 26.5196 10 26.2652 10 26C10 25.7348 9.89464 25.4804 9.70711 25.2929C9.51957 25.1054 9.26522 25 9 25ZM28 20C27.7348 20 27.4804 20.1054 27.2929 20.2929C27.1054 20.4804 27 20.7348 27 21V25H23C22.7348 25 22.4804 25.1054 22.2929 25.2929C22.1054 25.4804 22 25.7348 22 26C22 26.2652 22.1054 26.5196 22.2929 26.7071C22.4804 26.8946 22.7348 27 23 27H28C28.2652 27 28.5196 26.8946 28.7071 26.7071C28.8946 26.5196 29 26.2652 29 26V21C29 20.7348 28.8946 20.4804 28.7071 20.2929C28.5196 20.1054 28.2652 20 28 20ZM4 12C4.26522 12 4.51957 11.8946 4.70711 11.7071C4.89464 11.5196 5 11.2652 5 11V7H9C9.26522 7 9.51957 6.89464 9.70711 6.70711C9.89464 6.51957 10 6.26522 10 6C10 5.73478 9.89464 5.48043 9.70711 5.29289C9.51957 5.10536 9.26522 5 9 5H4C3.73478 5 3.48043 5.10536 3.29289 5.29289C3.10536 5.48043 3 5.73478 3 6V11C3 11.2652 3.10536 11.5196 3.29289 11.7071C3.48043 11.8946 3.73478 12 4 12Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
@@ -4996,10 +5017,10 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
4996
5017
|
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M25.0145 6.98506C22.6169 4.62606 19.3843 3.31001 16.0208 3.32359C12.6573 3.33717 9.43542 4.67927 7.05697 7.05756C4.67851 9.43585 3.33619 12.6576 3.32237 16.0211C3.30856 19.3846 4.62438 22.6173 6.98322 25.0151C8.16358 26.2149 9.5698 27.1691 11.1208 27.8228C12.6718 28.4764 14.3368 28.8165 16.0199 28.8234C17.703 28.8303 19.3708 28.5039 20.9271 27.863C22.4834 27.2222 23.8974 26.2795 25.0876 25.0894C26.2777 23.8993 27.2205 22.4854 27.8615 20.9291C28.5024 19.3729 28.829 17.7051 28.8222 16.022C28.8154 14.3389 28.4754 12.6739 27.8219 11.1228C27.1684 9.57179 26.2142 8.1655 25.0145 6.98506ZM12.2645 15.3188L14.7207 12.4263L18.4532 13.1088L19.7295 16.6813L17.2732 19.5738L13.5407 18.8913L12.2645 15.3188ZM26.2407 11.3363C26.9436 12.8872 27.2862 14.5772 27.2429 16.2794C27.1996 17.9816 26.7715 19.6519 25.9907 21.1651L18.9732 19.8851L26.2407 11.3363ZM25.4707 9.92631L20.8532 15.3613L17.082 4.80256C19.6824 5.04592 22.1152 6.1933 23.957 8.04506C24.5266 8.61687 25.0341 9.24748 25.4707 9.92631ZM8.04447 8.05131C10.0208 6.06102 12.6736 4.88702 15.4757 4.76256L17.8745 11.4776L6.84322 9.46381C7.20435 8.95898 7.6061 8.48449 8.04447 8.04506V8.05131ZM5.99947 10.8351L13.017 12.1151L5.75822 20.6638C5.05535 19.1129 4.71271 17.423 4.75601 15.7208C4.79931 14.0186 5.22741 12.3482 6.00822 10.8351H5.99947ZM6.52572 22.0738L11.1432 16.6388L14.9145 27.1976C12.3141 26.9542 9.88129 25.8068 8.03947 23.9551C7.47068 23.3831 6.9641 22.7525 6.52822 22.0738H6.52572ZM23.952 23.9488C21.975 25.9373 19.3221 27.1091 16.5207 27.2313L14.1245 20.5226L25.1545 22.5363C24.7937 23.0411 24.3924 23.5156 23.9545 23.9551L23.952 23.9488Z", fill: "currentColor" }) }), Eo = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M27 5.5H5C4.60218 5.5 4.22064 5.65804 3.93934 5.93934C3.65804 6.22064 3.5 6.60218 3.5 7V25C3.5 25.3978 3.65804 25.7794 3.93934 26.0607C4.22064 26.342 4.60218 26.5 5 26.5H27C27.3978 26.5 27.7794 26.342 28.0607 26.0607C28.342 25.7794 28.5 25.3978 28.5 25V7C28.5 6.60218 28.342 6.22064 28.0607 5.93934C27.7794 5.65804 27.3978 5.5 27 5.5ZM27.5 25C27.5 25.1326 27.4473 25.2598 27.3536 25.3536C27.2598 25.4473 27.1326 25.5 27 25.5H5C4.86739 25.5 4.74021 25.4473 4.64645 25.3536C4.55268 25.2598 4.5 25.1326 4.5 25V7C4.5 6.86739 4.55268 6.74021 4.64645 6.64645C4.74021 6.55268 4.86739 6.5 5 6.5H27C27.1326 6.5 27.2598 6.55268 27.3536 6.64645C27.4473 6.74021 27.5 6.86739 27.5 7V25ZM22.5 12C22.5 12.1326 22.4473 12.2598 22.3536 12.3536C22.2598 12.4473 22.1326 12.5 22 12.5H10C9.86739 12.5 9.74021 12.4473 9.64645 12.3536C9.55268 12.2598 9.5 12.1326 9.5 12C9.5 11.8674 9.55268 11.7402 9.64645 11.6464C9.74021 11.5527 9.86739 11.5 10 11.5H22C22.1326 11.5 22.2598 11.5527 22.3536 11.6464C22.4473 11.7402 22.5 11.8674 22.5 12ZM22.5 16C22.5 16.1326 22.4473 16.2598 22.3536 16.3536C22.2598 16.4473 22.1326 16.5 22 16.5H10C9.86739 16.5 9.74021 16.4473 9.64645 16.3536C9.55268 16.2598 9.5 16.1326 9.5 16C9.5 15.8674 9.55268 15.7402 9.64645 15.6464C9.74021 15.5527 9.86739 15.5 10 15.5H22C22.1326 15.5 22.2598 15.5527 22.3536 15.6464C22.4473 15.7402 22.5 15.8674 22.5 16ZM22.5 20C22.5 20.1326 22.4473 20.2598 22.3536 20.3536C22.2598 20.4473 22.1326 20.5 22 20.5H10C9.86739 20.5 9.74021 20.4473 9.64645 20.3536C9.55268 20.2598 9.5 20.1326 9.5 20C9.5 19.8674 9.55268 19.7402 9.64645 19.6464C9.74021 19.5527 9.86739 19.5 10 19.5H22C22.1326 19.5 22.2598 19.5527 22.3536 19.6464C22.4473 19.7402 22.5 19.8674 22.5 20Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 25H5V7H27V25ZM23 12C23 12.2652 22.8946 12.5196 22.7071 12.7071C22.5196 12.8946 22.2652 13 22 13H10C9.73478 13 9.48043 12.8946 9.29289 12.7071C9.10536 12.5196 9 12.2652 9 12C9 11.7348 9.10536 11.4804 9.29289 11.2929C9.48043 11.1054 9.73478 11 10 11H22C22.2652 11 22.5196 11.1054 22.7071 11.2929C22.8946 11.4804 23 11.7348 23 12ZM23 16C23 16.2652 22.8946 16.5196 22.7071 16.7071C22.5196 16.8946 22.2652 17 22 17H10C9.73478 17 9.48043 16.8946 9.29289 16.7071C9.10536 16.5196 9 16.2652 9 16C9 15.7348 9.10536 15.4804 9.29289 15.2929C9.48043 15.1054 9.73478 15 10 15H22C22.2652 15 22.5196 15.1054 22.7071 15.2929C22.8946 15.4804 23 15.7348 23 16ZM23 20C23 20.2652 22.8946 20.5196 22.7071 20.7071C22.5196 20.8946 22.2652 21 22 21H10C9.73478 21 9.48043 20.8946 9.29289 20.7071C9.10536 20.5196 9 20.2652 9 20C9 19.7348 9.10536 19.4804 9.29289 19.2929C9.48043 19.1054 9.73478 19 10 19H22C22.2652 19 22.5196 19.1054 22.7071 19.2929C22.8946 19.4804 23 19.7348 23 20Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M27 4.5H5C4.33696 4.5 3.70107 4.76339 3.23223 5.23223C2.76339 5.70107 2.5 6.33696 2.5 7V25C2.5 25.663 2.76339 26.2989 3.23223 26.7678C3.70107 27.2366 4.33696 27.5 5 27.5H27C27.663 27.5 28.2989 27.2366 28.7678 26.7678C29.2366 26.2989 29.5 25.663 29.5 25V7C29.5 6.33696 29.2366 5.70107 28.7678 5.23223C28.2989 4.76339 27.663 4.5 27 4.5ZM26.5 24.5H5.5V7.5H26.5V24.5ZM8.5 11.5C8.5 11.1022 8.65804 10.7206 8.93934 10.4393C9.22064 10.158 9.60218 10 10 10H22C22.3978 10 22.7794 10.158 23.0607 10.4393C23.342 10.7206 23.5 11.1022 23.5 11.5C23.5 11.8978 23.342 12.2794 23.0607 12.5607C22.7794 12.842 22.3978 13 22 13H10C9.60218 13 9.22064 12.842 8.93934 12.5607C8.65804 12.2794 8.5 11.8978 8.5 11.5ZM8.5 16C8.5 15.6022 8.65804 15.2206 8.93934 14.9393C9.22064 14.658 9.60218 14.5 10 14.5H22C22.3978 14.5 22.7794 14.658 23.0607 14.9393C23.342 15.2206 23.5 15.6022 23.5 16C23.5 16.3978 23.342 16.7794 23.0607 17.0607C22.7794 17.342 22.3978 17.5 22 17.5H10C9.60218 17.5 9.22064 17.342 8.93934 17.0607C8.65804 16.7794 8.5 16.3978 8.5 16ZM8.5 20.5C8.5 20.1022 8.65804 19.7206 8.93934 19.4393C9.22064 19.158 9.60218 19 10 19H22C22.3978 19 22.7794 19.158 23.0607 19.4393C23.342 19.7206 23.5 20.1022 23.5 20.5C23.5 20.8978 23.342 21.2794 23.0607 21.5607C22.7794 21.842 22.3978 22 22 22H10C9.60218 22 9.22064 21.842 8.93934 21.5607C8.65804 21.2794 8.5 20.8978 8.5 20.5Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM22 21H10C9.73478 21 9.48043 20.8946 9.29289 20.7071C9.10536 20.5196 9 20.2652 9 20C9 19.7348 9.10536 19.4804 9.29289 19.2929C9.48043 19.1054 9.73478 19 10 19H22C22.2652 19 22.5196 19.1054 22.7071 19.2929C22.8946 19.4804 23 19.7348 23 20C23 20.2652 22.8946 20.5196 22.7071 20.7071C22.5196 20.8946 22.2652 21 22 21ZM22 17H10C9.73478 17 9.48043 16.8946 9.29289 16.7071C9.10536 16.5196 9 16.2652 9 16C9 15.7348 9.10536 15.4804 9.29289 15.2929C9.48043 15.1054 9.73478 15 10 15H22C22.2652 15 22.5196 15.1054 22.7071 15.2929C22.8946 15.4804 23 15.7348 23 16C23 16.2652 22.8946 16.5196 22.7071 16.7071C22.5196 16.8946 22.2652 17 22 17ZM22 13H10C9.73478 13 9.48043 12.8946 9.29289 12.7071C9.10536 12.5196 9 12.2652 9 12C9 11.7348 9.10536 11.4804 9.29289 11.2929C9.48043 11.1054 9.73478 11 10 11H22C22.2652 11 22.5196 11.1054 22.7071 11.2929C22.8946 11.4804 23 11.7348 23 12C23 12.2652 22.8946 12.5196 22.7071 12.7071C22.5196 12.8946 22.2652 13 22 13Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
4997
5018
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M28 7V25C28 25.2652 27.8946 25.5196 27.7071 25.7071C27.5196 25.8946 27.2652 26 27 26H5C4.73478 26 4.48043 25.8946 4.29289 25.7071C4.10536 25.5196 4 25.2652 4 25V7C4 6.73478 4.10536 6.48043 4.29289 6.29289C4.48043 6.10536 4.73478 6 5 6H27C27.2652 6 27.5196 6.10536 27.7071 6.29289C27.8946 6.48043 28 6.73478 28 7Z", fill: "currentColor" }),
|
|
4998
5019
|
/* @__PURE__ */ C("path", { d: "M27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V25C3 25.5304 3.21071 26.0391 3.58579 26.4142C3.96086 26.7893 4.46957 27 5 27H27C27.5304 27 28.0391 26.7893 28.4142 26.4142C28.7893 26.0391 29 25.5304 29 25V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 25H5V7H27V25ZM23 12C23 12.2652 22.8946 12.5196 22.7071 12.7071C22.5196 12.8946 22.2652 13 22 13H10C9.73478 13 9.48043 12.8946 9.29289 12.7071C9.10536 12.5196 9 12.2652 9 12C9 11.7348 9.10536 11.4804 9.29289 11.2929C9.48043 11.1054 9.73478 11 10 11H22C22.2652 11 22.5196 11.1054 22.7071 11.2929C22.8946 11.4804 23 11.7348 23 12ZM23 16C23 16.2652 22.8946 16.5196 22.7071 16.7071C22.5196 16.8946 22.2652 17 22 17H10C9.73478 17 9.48043 16.8946 9.29289 16.7071C9.10536 16.5196 9 16.2652 9 16C9 15.7348 9.10536 15.4804 9.29289 15.2929C9.48043 15.1054 9.73478 15 10 15H22C22.2652 15 22.5196 15.1054 22.7071 15.2929C22.8946 15.4804 23 15.7348 23 16ZM23 20C23 20.2652 22.8946 20.5196 22.7071 20.7071C22.5196 20.8946 22.2652 21 22 21H10C9.73478 21 9.48043 20.8946 9.29289 20.7071C9.10536 20.5196 9 20.2652 9 20C9 19.7348 9.10536 19.4804 9.29289 19.2929C9.48043 19.1054 9.73478 19 10 19H22C22.2652 19 22.5196 19.1054 22.7071 19.2929C22.8946 19.4804 23 19.7348 23 20Z", fill: "currentColor" })
|
|
4999
|
-
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M27 5.25H5C4.53587 5.25 4.09075 5.43437 3.76256 5.76256C3.43437 6.09075 3.25 6.53587 3.25 7V25C3.25 25.4641 3.43437 25.9092 3.76256 26.2374C4.09075 26.5656 4.53587 26.75 5 26.75H27C27.4641 26.75 27.9092 26.5656 28.2374 26.2374C28.5656 25.9092 28.75 25.4641 28.75 25V7C28.75 6.53587 28.5656 6.09075 28.2374 5.76256C27.9092 5.43437 27.4641 5.25 27 5.25ZM27.25 25C27.25 25.0663 27.2237 25.1299 27.1768 25.1768C27.1299 25.2237 27.0663 25.25 27 25.25H5C4.9337 25.25 4.87011 25.2237 4.82322 25.1768C4.77634 25.1299 4.75 25.0663 4.75 25V7C4.75 6.9337 4.77634 6.87011 4.82322 6.82322C4.87011 6.77634 4.9337 6.75 5 6.75H27C27.0663 6.75 27.1299 6.77634 27.1768 6.82322C27.2237 6.87011 27.25 6.9337 27.25 7V25ZM22.75 12C22.75 12.1989 22.671 12.3897 22.5303 12.5303C22.3897 12.671 22.1989 12.75 22 12.75H10C9.80109 12.75 9.61032 12.671 9.46967 12.5303C9.32902 12.3897 9.25 12.1989 9.25 12C9.25 11.8011 9.32902 11.6103 9.46967 11.4697C9.61032 11.329 9.80109 11.25 10 11.25H22C22.1989 11.25 22.3897 11.329 22.5303 11.4697C22.671 11.6103 22.75 11.8011 22.75 12ZM22.75 16C22.75 16.1989 22.671 16.3897 22.5303 16.5303C22.3897 16.671 22.1989 16.75 22 16.75H10C9.80109 16.75 9.61032 16.671 9.46967 16.5303C9.32902 16.3897 9.25 16.1989 9.25 16C9.25 15.8011 9.32902 15.6103 9.46967 15.4697C9.61032 15.329 9.80109 15.25 10 15.25H22C22.1989 15.25 22.3897 15.329 22.5303 15.4697C22.671 15.6103 22.75 15.8011 22.75 16ZM22.75 20C22.75 20.1989 22.671 20.3897 22.5303 20.5303C22.3897 20.671 22.1989 20.75 22 20.75H10C9.80109 20.75 9.61032 20.671 9.46967 20.5303C9.32902 20.3897 9.25 20.1989 9.25 20C9.25 19.8011 9.32902 19.6103 9.46967 19.4697C9.61032 19.329 9.80109 19.25 10 19.25H22C22.1989 19.25 22.3897 19.329 22.5303 19.4697C22.671 19.6103 22.75 19.8011 22.75 20Z", fill: "currentColor" }) }), $o = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19.5003 13C19.5003 12.8674 19.5529 12.7402 19.6467 12.6464C19.7405 12.5527 19.8677 12.5 20.0003 12.5H30.0003C30.1329 12.5 30.26 12.5527 30.3538 12.6464C30.4476 12.7402 30.5003 12.8674 30.5003 13C30.5003 13.1326 30.4476 13.2598 30.3538 13.3536C30.26 13.4473 30.1329 13.5 30.0003 13.5H20.0003C19.8677 13.5 19.7405 13.4473 19.6467 13.3536C19.5529 13.2598 19.5003 13.1326 19.5003 13ZM30.0003 16.5H20.0003C19.8677 16.5 19.7405 16.5527 19.6467 16.6464C19.5529 16.7402 19.5003 16.8674 19.5003 17C19.5003 17.1326 19.5529 17.2598 19.6467 17.3536C19.7405 17.4473 19.8677 17.5 20.0003 17.5H30.0003C30.1329 17.5 30.26 17.4473 30.3538 17.3536C30.4476 17.2598 30.5003 17.1326 30.5003 17C30.5003 16.8674 30.4476 16.7402 30.3538 16.6464C30.26 16.5527 30.1329 16.5 30.0003 16.5ZM30.0003 20.5H20.0003C19.8677 20.5 19.7405 20.5527 19.6467 20.6464C19.5529 20.7402 19.5003 20.8674 19.5003 21C19.5003 21.1326 19.5529 21.2598 19.6467 21.3536C19.7405 21.4473 19.8677 21.5 20.0003 21.5H30.0003C30.1329 21.5 30.26 21.4473 30.3538 21.3536C30.4476 21.2598 30.5003 21.1326 30.5003 21C30.5003 20.8674 30.4476 20.7402 30.3538 20.6464C30.26 20.5527 30.1329 20.5 30.0003 20.5ZM30.0003 24.5H9.00026C8.86765 24.5 8.74047 24.5527 8.64671 24.6464C8.55294 24.7402 8.50026 24.8674 8.50026 25C8.50026 25.1326 8.55294 25.2598 8.64671 25.3536C8.74047 25.4473 8.86765 25.5 9.00026 25.5H30.0003C30.1329 25.5 30.26 25.4473 30.3538 25.3536C30.4476 25.2598 30.5003 25.1326 30.5003 25C30.5003 24.8674 30.4476 24.7402 30.3538 24.6464C30.26 24.5527 30.1329 24.5 30.0003 24.5ZM10.0003 21.5C8.89977 21.5012 7.81702 21.2227 6.85372 20.6906C5.89042 20.1585 5.07818 19.3903 4.49329 18.4581C3.90841 17.5259 3.57007 16.4604 3.51007 15.3615C3.45006 14.2627 3.67036 13.1666 4.15026 12.1763C3.549 11.8717 3.06782 11.3735 2.78427 10.7621C2.50072 10.1507 2.43132 9.46156 2.58727 8.80586C2.74322 8.15016 3.11542 7.56607 3.64388 7.14776C4.17234 6.72944 4.82627 6.50126 5.50026 6.5C5.58509 6.49993 5.66854 6.52143 5.74276 6.5625L14.6253 11.5C15.1557 11.4834 15.6578 11.2568 16.0212 10.87C16.3845 10.4832 16.5793 9.96793 16.5628 9.4375C16.5462 8.90707 16.3196 8.40494 15.9328 8.04159C15.546 7.67824 15.0307 7.48342 14.5003 7.5C14.3677 7.5 14.2405 7.44732 14.1467 7.35355C14.0529 7.25979 14.0003 7.13261 14.0003 7C14.0003 6.86739 14.0529 6.74022 14.1467 6.64645C14.2405 6.55268 14.3677 6.5 14.5003 6.5C15.2959 6.5 16.059 6.81607 16.6216 7.37868C17.1842 7.94129 17.5003 8.70435 17.5003 9.5C17.5003 10.2956 17.1842 11.0587 16.6216 11.6213C16.059 12.1839 15.2959 12.5 14.5003 12.5C14.4154 12.5001 14.332 12.4786 14.2578 12.4375L9.10401 9.57375C7.78519 9.79274 6.59128 10.4846 5.74551 11.5199C4.89975 12.5553 4.46003 13.8632 4.50859 15.1992C4.55715 16.5352 5.09065 17.8078 6.00934 18.779C6.92804 19.7502 8.16902 20.3536 9.50026 20.4762V15C9.50026 14.8674 9.55294 14.7402 9.64671 14.6464C9.74047 14.5527 9.86765 14.5 10.0003 14.5C10.1329 14.5 10.26 14.5527 10.3538 14.6464C10.4476 14.7402 10.5003 14.8674 10.5003 15V20.4762C11.5477 20.3796 12.5456 19.9853 13.3762 19.3399C14.2068 18.6944 14.8354 17.8249 15.1878 16.8337C15.235 16.713 15.3273 16.6153 15.4452 16.5613C15.5632 16.5073 15.6974 16.5012 15.8197 16.5444C15.942 16.5875 16.0428 16.6765 16.1007 16.7925C16.1587 16.9086 16.1693 17.0426 16.1303 17.1663C15.6808 18.433 14.8502 19.5296 13.7527 20.3055C12.6552 21.0814 11.3444 21.4987 10.0003 21.5ZM4.65526 11.3125C5.43342 10.1856 6.54703 9.33268 7.83776 8.875L5.37526 7.5C4.93024 7.5263 4.50677 7.70052 4.17209 7.99499C3.83741 8.28947 3.6107 8.68733 3.52798 9.12537C3.44525 9.56342 3.51124 10.0166 3.71548 10.4128C3.91972 10.8091 4.25049 11.1257 4.65526 11.3125Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M18.9999 13C18.9999 12.7348 19.1053 12.4804 19.2928 12.2929C19.4804 12.1054 19.7347 12 19.9999 12H29.9999C30.2652 12 30.5195 12.1054 30.7071 12.2929C30.8946 12.4804 30.9999 12.7348 30.9999 13C30.9999 13.2652 30.8946 13.5196 30.7071 13.7071C30.5195 13.8946 30.2652 14 29.9999 14H19.9999C19.7347 14 19.4804 13.8946 19.2928 13.7071C19.1053 13.5196 18.9999 13.2652 18.9999 13ZM29.9999 16H19.9999C19.7347 16 19.4804 16.1054 19.2928 16.2929C19.1053 16.4804 18.9999 16.7348 18.9999 17C18.9999 17.2652 19.1053 17.5196 19.2928 17.7071C19.4804 17.8946 19.7347 18 19.9999 18H29.9999C30.2652 18 30.5195 17.8946 30.7071 17.7071C30.8946 17.5196 30.9999 17.2652 30.9999 17C30.9999 16.7348 30.8946 16.4804 30.7071 16.2929C30.5195 16.1054 30.2652 16 29.9999 16ZM29.9999 20H19.9999C19.7347 20 19.4804 20.1054 19.2928 20.2929C19.1053 20.4804 18.9999 20.7348 18.9999 21C18.9999 21.2652 19.1053 21.5196 19.2928 21.7071C19.4804 21.8946 19.7347 22 19.9999 22H29.9999C30.2652 22 30.5195 21.8946 30.7071 21.7071C30.8946 21.5196 30.9999 21.2652 30.9999 21C30.9999 20.7348 30.8946 20.4804 30.7071 20.2929C30.5195 20.1054 30.2652 20 29.9999 20ZM29.9999 24H8.99995C8.73473 24 8.48038 24.1054 8.29284 24.2929C8.1053 24.4804 7.99995 24.7348 7.99995 25C7.99995 25.2652 8.1053 25.5196 8.29284 25.7071C8.48038 25.8946 8.73473 26 8.99995 26H29.9999C30.2652 26 30.5195 25.8946 30.7071 25.7071C30.8946 25.5196 30.9999 25.2652 30.9999 25C30.9999 24.7348 30.8946 24.4804 30.7071 24.2929C30.5195 24.1054 30.2652 24 29.9999 24ZM9.99995 22C8.14404 21.998 6.36472 21.2599 5.05239 19.9476C3.74007 18.6352 3.00193 16.8559 2.99995 15C2.99926 14.1 3.17376 13.2084 3.5137 12.375C2.90197 11.9503 2.44166 11.3415 2.19969 10.6373C1.95771 9.93297 1.94668 9.16985 2.1682 8.45886C2.38972 7.74787 2.83225 7.12607 3.43144 6.68386C4.03063 6.24166 4.75525 6.00209 5.49995 6C5.67002 5.99964 5.83738 6.04266 5.9862 6.125L14.7274 10.9813C15.0993 10.9219 15.4352 10.7249 15.6686 10.4294C15.9019 10.1338 16.0155 9.76131 15.9868 9.38584C15.9582 9.01038 15.7894 8.65943 15.5139 8.40269C15.2384 8.14595 14.8765 8.0022 14.4999 8C14.2347 8 13.9804 7.89465 13.7928 7.70711C13.6053 7.51957 13.4999 7.26522 13.4999 7C13.4999 6.73479 13.6053 6.48043 13.7928 6.2929C13.9804 6.10536 14.2347 6 14.4999 6C15.4282 6 16.3184 6.36875 16.9748 7.02513C17.6312 7.68151 17.9999 8.57174 17.9999 9.5C17.9999 10.4283 17.6312 11.3185 16.9748 11.9749C16.3184 12.6313 15.4282 13 14.4999 13C14.3299 13.0004 14.1625 12.9573 14.0137 12.875L9.0137 10.0988C7.88241 10.3261 6.86457 10.9377 6.13278 11.8299C5.401 12.722 5.00032 13.8399 4.99871 14.9938C4.99709 16.1477 5.39462 17.2666 6.1239 18.1608C6.85318 19.055 7.8693 19.6695 8.99995 19.9V15C8.99995 14.7348 9.1053 14.4804 9.29284 14.2929C9.48038 14.1054 9.73473 14 9.99995 14C10.2652 14 10.5195 14.1054 10.7071 14.2929C10.8946 14.4804 10.9999 14.7348 10.9999 15V19.8988C11.8453 19.7255 12.6315 19.3369 13.2826 18.7706C13.9337 18.2043 14.4275 17.4794 14.7162 16.6663C14.808 16.4207 14.9926 16.221 15.2302 16.1101C15.4679 15.9993 15.7395 15.9863 15.9867 16.0738C16.2338 16.1613 16.4367 16.3424 16.5517 16.5781C16.6666 16.8137 16.6844 17.0851 16.6012 17.3338C16.1171 18.6978 15.2227 19.8786 14.0408 20.714C12.8589 21.5495 11.4473 21.9987 9.99995 22ZM4.5287 10.6425C5.12615 9.89238 5.87053 9.2722 6.7162 8.82L5.27245 8.0175C4.98785 8.06028 4.72157 8.18402 4.50536 8.37396C4.28916 8.56391 4.13216 8.81204 4.0531 9.08876C3.97404 9.36548 3.97625 9.6591 4.05947 9.9346C4.14269 10.2101 4.30341 10.4558 4.52245 10.6425H4.5287Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19.0005 15.5C19.0005 15.1022 19.1585 14.7206 19.4398 14.4393C19.7211 14.158 20.1026 14 20.5005 14H30.0005C30.3983 14 30.7798 14.158 31.0611 14.4393C31.3424 14.7206 31.5005 15.1022 31.5005 15.5C31.5005 15.8978 31.3424 16.2794 31.0611 16.5607C30.7798 16.842 30.3983 17 30.0005 17H20.5005C20.1026 17 19.7211 16.842 19.4398 16.5607C19.1585 16.2794 19.0005 15.8978 19.0005 15.5ZM30.0005 19H20.5005C20.1026 19 19.7211 19.158 19.4398 19.4393C19.1585 19.7206 19.0005 20.1022 19.0005 20.5C19.0005 20.8978 19.1585 21.2794 19.4398 21.5607C19.7211 21.842 20.1026 22 20.5005 22H30.0005C30.3983 22 30.7798 21.842 31.0611 21.5607C31.3424 21.2794 31.5005 20.8978 31.5005 20.5C31.5005 20.1022 31.3424 19.7206 31.0611 19.4393C30.7798 19.158 30.3983 19 30.0005 19ZM30.0005 24H9.00047C8.60265 24 8.22112 24.158 7.93981 24.4393C7.65851 24.7206 7.50047 25.1022 7.50047 25.5C7.50047 25.8978 7.65851 26.2794 7.93981 26.5607C8.22112 26.842 8.60265 27 9.00047 27H30.0005C30.3983 27 30.7798 26.842 31.0611 26.5607C31.3424 26.2794 31.5005 25.8978 31.5005 25.5C31.5005 25.1022 31.3424 24.7206 31.0611 24.4393C30.7798 24.158 30.3983 24 30.0005 24ZM10.0005 22.5C8.01206 22.4977 6.10575 21.7068 4.69973 20.3007C3.29371 18.8947 2.50279 16.9884 2.50048 15C2.50039 14.1662 2.64068 13.3384 2.91548 12.5513C2.2907 12.0216 1.84356 11.313 1.63448 10.5211C1.4254 9.72919 1.46445 8.89219 1.74637 8.1232C2.02828 7.3542 2.53947 6.69028 3.21085 6.22115C3.88223 5.75203 4.68143 5.5003 5.50047 5.5C5.75549 5.49995 6.0063 5.56491 6.22923 5.68875L14.8042 10.4525C15.0313 10.3799 15.225 10.2285 15.3504 10.0257C15.4757 9.82283 15.5245 9.58189 15.4878 9.34628C15.4511 9.11067 15.3315 8.89592 15.1505 8.74074C14.9694 8.58557 14.7389 8.50019 14.5005 8.5C14.1027 8.5 13.7211 8.34196 13.4398 8.06066C13.1585 7.77936 13.0005 7.39782 13.0005 7C13.0005 6.60218 13.1585 6.22064 13.4398 5.93934C13.7211 5.65804 14.1027 5.5 14.5005 5.5C15.5613 5.5 16.5788 5.92143 17.3289 6.67157C18.079 7.42172 18.5005 8.43913 18.5005 9.5C18.5005 10.5609 18.079 11.5783 17.3289 12.3284C16.5788 13.0786 15.5613 13.5 14.5005 13.5C14.2455 13.5001 13.9946 13.4351 13.7717 13.3112L8.93923 10.625C7.99621 10.8532 7.15218 11.38 6.533 12.127C5.91381 12.8739 5.55263 13.801 5.50329 14.77C5.45396 15.739 5.71912 16.6979 6.25924 17.5039C6.79936 18.3099 7.58551 18.9197 8.50047 19.2425V15.5C8.50047 15.1022 8.65851 14.7206 8.93981 14.4393C9.22112 14.158 9.60265 14 10.0005 14C10.3983 14 10.7798 14.158 11.0611 14.4393C11.3424 14.7206 11.5005 15.1022 11.5005 15.5V19.2388C12.1342 19.0164 12.7101 18.655 13.1859 18.1811C13.6618 17.7072 14.0255 17.1328 14.2505 16.5C14.3161 16.3143 14.4177 16.1433 14.5495 15.9968C14.6812 15.8503 14.8405 15.7312 15.0183 15.6463C15.1961 15.5614 15.3888 15.5124 15.5855 15.5019C15.7823 15.4915 15.9791 15.52 16.1649 15.5856C16.3506 15.6513 16.5216 15.7529 16.668 15.8846C16.8145 16.0164 16.9336 16.1757 17.0185 16.3534C17.1034 16.5312 17.1525 16.724 17.1629 16.9207C17.1733 17.1174 17.1449 17.3143 17.0792 17.5C16.5602 18.9625 15.6011 20.2283 14.3335 21.1236C13.066 22.019 11.5523 22.4998 10.0005 22.5ZM4.56173 9.845C4.91522 9.47263 5.30602 9.13753 5.72797 8.845L5.19672 8.55C4.99507 8.61429 4.81901 8.7409 4.6939 8.91162C4.56878 9.08233 4.50106 9.28835 4.50047 9.5C4.50099 9.61766 4.52171 9.73436 4.56173 9.845Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9999 12V14C30.9999 14.2652 30.8946 14.5196 30.7071 14.7071C30.5195 14.8946 30.2652 15 29.9999 15H19.9999C19.7347 15 19.4804 14.8946 19.2928 14.7071C19.1053 14.5196 18.9999 14.2652 18.9999 14V12C18.9999 11.7348 19.1053 11.4804 19.2928 11.2929C19.4804 11.1054 19.7347 11 19.9999 11H29.9999C30.2652 11 30.5195 11.1054 30.7071 11.2929C30.8946 11.4804 30.9999 11.7348 30.9999 12ZM29.9999 17H19.9999C19.7347 17 19.4804 17.1054 19.2928 17.2929C19.1053 17.4804 18.9999 17.7348 18.9999 18V20C18.9999 20.2652 19.1053 20.5196 19.2928 20.7071C19.4804 20.8946 19.7347 21 19.9999 21H29.9999C30.2652 21 30.5195 20.8946 30.7071 20.7071C30.8946 20.5196 30.9999 20.2652 30.9999 20V18C30.9999 17.7348 30.8946 17.4804 30.7071 17.2929C30.5195 17.1054 30.2652 17 29.9999 17ZM29.9999 23H8.99995C8.73473 23 8.48038 23.1054 8.29284 23.2929C8.1053 23.4804 7.99995 23.7348 7.99995 24V26C7.99995 26.2652 8.1053 26.5196 8.29284 26.7071C8.48038 26.8946 8.73473 27 8.99995 27H29.9999C30.2652 27 30.5195 26.8946 30.7071 26.7071C30.8946 26.5196 30.9999 26.2652 30.9999 26V24C30.9999 23.7348 30.8946 23.4804 30.7071 23.2929C30.5195 23.1054 30.2652 23 29.9999 23ZM9.99995 21C8.14404 20.998 6.36472 20.2599 5.05239 18.9476C3.74007 17.6352 3.00193 15.8559 2.99995 14C2.99926 13.1 3.17376 12.2084 3.5137 11.375C2.90197 10.9503 2.44166 10.3415 2.19969 9.63726C1.95771 8.93297 1.94668 8.16985 2.1682 7.45886C2.38972 6.74787 2.83225 6.12607 3.43144 5.68386C4.03063 5.24166 4.75525 5.00209 5.49995 5C5.67002 4.99964 5.83738 5.04266 5.9862 5.125L14.7274 9.98125C15.0993 9.92194 15.4352 9.72494 15.6686 9.42938C15.9019 9.13381 16.0155 8.76131 15.9868 8.38584C15.9582 8.01038 15.7894 7.65943 15.5139 7.40269C15.2384 7.14595 14.8765 7.0022 14.4999 7C14.2347 7 13.9804 6.89465 13.7928 6.70711C13.6053 6.51957 13.4999 6.26522 13.4999 6C13.4999 5.73479 13.6053 5.48043 13.7928 5.2929C13.9804 5.10536 14.2347 5 14.4999 5C15.4282 5 16.3184 5.36875 16.9748 6.02513C17.6312 6.68151 17.9999 7.57174 17.9999 8.5C17.9999 9.42826 17.6312 10.3185 16.9748 10.9749C16.3184 11.6313 15.4282 12 14.4999 12C14.3299 12.0004 14.1625 11.9573 14.0137 11.875L9.0137 9.09875C7.88241 9.32607 6.86457 9.93768 6.13278 10.8299C5.401 11.722 5.00032 12.8399 4.99871 13.9938C4.99709 15.1477 5.39462 16.2666 6.1239 17.1608C6.85318 18.055 7.8693 18.6695 8.99995 18.9V14C8.99995 13.7348 9.1053 13.4804 9.29284 13.2929C9.48038 13.1054 9.73473 13 9.99995 13C10.2652 13 10.5195 13.1054 10.7071 13.2929C10.8946 13.4804 10.9999 13.7348 10.9999 14V18.8988C11.8453 18.7255 12.6315 18.3369 13.2826 17.7706C13.9337 17.2043 14.4275 16.4794 14.7162 15.6663C14.808 15.4207 14.9926 15.221 15.2302 15.1102C15.4679 14.9993 15.7395 14.9863 15.9867 15.0738C16.2338 15.1613 16.4367 15.3424 16.5517 15.5781C16.6666 15.8137 16.6844 16.0851 16.6012 16.3338C16.1171 17.6978 15.2227 18.8786 14.0408 19.714C12.8589 20.5495 11.4473 20.9987 9.99995 21ZM4.5287 9.6425C5.12615 8.89238 5.87053 8.2722 6.7162 7.82L5.27245 7.0175C4.98785 7.06028 4.72157 7.18402 4.50536 7.37396C4.28916 7.56391 4.13216 7.81204 4.0531 8.08876C3.97404 8.36548 3.97625 8.6591 4.05947 8.9346C4.14269 9.21009 4.30341 9.45583 4.52245 9.6425H4.5287Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
5020
|
+
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M27 5.25H5C4.53587 5.25 4.09075 5.43437 3.76256 5.76256C3.43437 6.09075 3.25 6.53587 3.25 7V25C3.25 25.4641 3.43437 25.9092 3.76256 26.2374C4.09075 26.5656 4.53587 26.75 5 26.75H27C27.4641 26.75 27.9092 26.5656 28.2374 26.2374C28.5656 25.9092 28.75 25.4641 28.75 25V7C28.75 6.53587 28.5656 6.09075 28.2374 5.76256C27.9092 5.43437 27.4641 5.25 27 5.25ZM27.25 25C27.25 25.0663 27.2237 25.1299 27.1768 25.1768C27.1299 25.2237 27.0663 25.25 27 25.25H5C4.9337 25.25 4.87011 25.2237 4.82322 25.1768C4.77634 25.1299 4.75 25.0663 4.75 25V7C4.75 6.9337 4.77634 6.87011 4.82322 6.82322C4.87011 6.77634 4.9337 6.75 5 6.75H27C27.0663 6.75 27.1299 6.77634 27.1768 6.82322C27.2237 6.87011 27.25 6.9337 27.25 7V25ZM22.75 12C22.75 12.1989 22.671 12.3897 22.5303 12.5303C22.3897 12.671 22.1989 12.75 22 12.75H10C9.80109 12.75 9.61032 12.671 9.46967 12.5303C9.32902 12.3897 9.25 12.1989 9.25 12C9.25 11.8011 9.32902 11.6103 9.46967 11.4697C9.61032 11.329 9.80109 11.25 10 11.25H22C22.1989 11.25 22.3897 11.329 22.5303 11.4697C22.671 11.6103 22.75 11.8011 22.75 12ZM22.75 16C22.75 16.1989 22.671 16.3897 22.5303 16.5303C22.3897 16.671 22.1989 16.75 22 16.75H10C9.80109 16.75 9.61032 16.671 9.46967 16.5303C9.32902 16.3897 9.25 16.1989 9.25 16C9.25 15.8011 9.32902 15.6103 9.46967 15.4697C9.61032 15.329 9.80109 15.25 10 15.25H22C22.1989 15.25 22.3897 15.329 22.5303 15.4697C22.671 15.6103 22.75 15.8011 22.75 16ZM22.75 20C22.75 20.1989 22.671 20.3897 22.5303 20.5303C22.3897 20.671 22.1989 20.75 22 20.75H10C9.80109 20.75 9.61032 20.671 9.46967 20.5303C9.32902 20.3897 9.25 20.1989 9.25 20C9.25 19.8011 9.32902 19.6103 9.46967 19.4697C9.61032 19.329 9.80109 19.25 10 19.25H22C22.1989 19.25 22.3897 19.329 22.5303 19.4697C22.671 19.6103 22.75 19.8011 22.75 20Z", fill: "currentColor" }) }), Io = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19.5003 13C19.5003 12.8674 19.5529 12.7402 19.6467 12.6464C19.7405 12.5527 19.8677 12.5 20.0003 12.5H30.0003C30.1329 12.5 30.26 12.5527 30.3538 12.6464C30.4476 12.7402 30.5003 12.8674 30.5003 13C30.5003 13.1326 30.4476 13.2598 30.3538 13.3536C30.26 13.4473 30.1329 13.5 30.0003 13.5H20.0003C19.8677 13.5 19.7405 13.4473 19.6467 13.3536C19.5529 13.2598 19.5003 13.1326 19.5003 13ZM30.0003 16.5H20.0003C19.8677 16.5 19.7405 16.5527 19.6467 16.6464C19.5529 16.7402 19.5003 16.8674 19.5003 17C19.5003 17.1326 19.5529 17.2598 19.6467 17.3536C19.7405 17.4473 19.8677 17.5 20.0003 17.5H30.0003C30.1329 17.5 30.26 17.4473 30.3538 17.3536C30.4476 17.2598 30.5003 17.1326 30.5003 17C30.5003 16.8674 30.4476 16.7402 30.3538 16.6464C30.26 16.5527 30.1329 16.5 30.0003 16.5ZM30.0003 20.5H20.0003C19.8677 20.5 19.7405 20.5527 19.6467 20.6464C19.5529 20.7402 19.5003 20.8674 19.5003 21C19.5003 21.1326 19.5529 21.2598 19.6467 21.3536C19.7405 21.4473 19.8677 21.5 20.0003 21.5H30.0003C30.1329 21.5 30.26 21.4473 30.3538 21.3536C30.4476 21.2598 30.5003 21.1326 30.5003 21C30.5003 20.8674 30.4476 20.7402 30.3538 20.6464C30.26 20.5527 30.1329 20.5 30.0003 20.5ZM30.0003 24.5H9.00026C8.86765 24.5 8.74047 24.5527 8.64671 24.6464C8.55294 24.7402 8.50026 24.8674 8.50026 25C8.50026 25.1326 8.55294 25.2598 8.64671 25.3536C8.74047 25.4473 8.86765 25.5 9.00026 25.5H30.0003C30.1329 25.5 30.26 25.4473 30.3538 25.3536C30.4476 25.2598 30.5003 25.1326 30.5003 25C30.5003 24.8674 30.4476 24.7402 30.3538 24.6464C30.26 24.5527 30.1329 24.5 30.0003 24.5ZM10.0003 21.5C8.89977 21.5012 7.81702 21.2227 6.85372 20.6906C5.89042 20.1585 5.07818 19.3903 4.49329 18.4581C3.90841 17.5259 3.57007 16.4604 3.51007 15.3615C3.45006 14.2627 3.67036 13.1666 4.15026 12.1763C3.549 11.8717 3.06782 11.3735 2.78427 10.7621C2.50072 10.1507 2.43132 9.46156 2.58727 8.80586C2.74322 8.15016 3.11542 7.56607 3.64388 7.14776C4.17234 6.72944 4.82627 6.50126 5.50026 6.5C5.58509 6.49993 5.66854 6.52143 5.74276 6.5625L14.6253 11.5C15.1557 11.4834 15.6578 11.2568 16.0212 10.87C16.3845 10.4832 16.5793 9.96793 16.5628 9.4375C16.5462 8.90707 16.3196 8.40494 15.9328 8.04159C15.546 7.67824 15.0307 7.48342 14.5003 7.5C14.3677 7.5 14.2405 7.44732 14.1467 7.35355C14.0529 7.25979 14.0003 7.13261 14.0003 7C14.0003 6.86739 14.0529 6.74022 14.1467 6.64645C14.2405 6.55268 14.3677 6.5 14.5003 6.5C15.2959 6.5 16.059 6.81607 16.6216 7.37868C17.1842 7.94129 17.5003 8.70435 17.5003 9.5C17.5003 10.2956 17.1842 11.0587 16.6216 11.6213C16.059 12.1839 15.2959 12.5 14.5003 12.5C14.4154 12.5001 14.332 12.4786 14.2578 12.4375L9.10401 9.57375C7.78519 9.79274 6.59128 10.4846 5.74551 11.5199C4.89975 12.5553 4.46003 13.8632 4.50859 15.1992C4.55715 16.5352 5.09065 17.8078 6.00934 18.779C6.92804 19.7502 8.16902 20.3536 9.50026 20.4762V15C9.50026 14.8674 9.55294 14.7402 9.64671 14.6464C9.74047 14.5527 9.86765 14.5 10.0003 14.5C10.1329 14.5 10.26 14.5527 10.3538 14.6464C10.4476 14.7402 10.5003 14.8674 10.5003 15V20.4762C11.5477 20.3796 12.5456 19.9853 13.3762 19.3399C14.2068 18.6944 14.8354 17.8249 15.1878 16.8337C15.235 16.713 15.3273 16.6153 15.4452 16.5613C15.5632 16.5073 15.6974 16.5012 15.8197 16.5444C15.942 16.5875 16.0428 16.6765 16.1007 16.7925C16.1587 16.9086 16.1693 17.0426 16.1303 17.1663C15.6808 18.433 14.8502 19.5296 13.7527 20.3055C12.6552 21.0814 11.3444 21.4987 10.0003 21.5ZM4.65526 11.3125C5.43342 10.1856 6.54703 9.33268 7.83776 8.875L5.37526 7.5C4.93024 7.5263 4.50677 7.70052 4.17209 7.99499C3.83741 8.28947 3.6107 8.68733 3.52798 9.12537C3.44525 9.56342 3.51124 10.0166 3.71548 10.4128C3.91972 10.8091 4.25049 11.1257 4.65526 11.3125Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M18.9999 13C18.9999 12.7348 19.1053 12.4804 19.2928 12.2929C19.4804 12.1054 19.7347 12 19.9999 12H29.9999C30.2652 12 30.5195 12.1054 30.7071 12.2929C30.8946 12.4804 30.9999 12.7348 30.9999 13C30.9999 13.2652 30.8946 13.5196 30.7071 13.7071C30.5195 13.8946 30.2652 14 29.9999 14H19.9999C19.7347 14 19.4804 13.8946 19.2928 13.7071C19.1053 13.5196 18.9999 13.2652 18.9999 13ZM29.9999 16H19.9999C19.7347 16 19.4804 16.1054 19.2928 16.2929C19.1053 16.4804 18.9999 16.7348 18.9999 17C18.9999 17.2652 19.1053 17.5196 19.2928 17.7071C19.4804 17.8946 19.7347 18 19.9999 18H29.9999C30.2652 18 30.5195 17.8946 30.7071 17.7071C30.8946 17.5196 30.9999 17.2652 30.9999 17C30.9999 16.7348 30.8946 16.4804 30.7071 16.2929C30.5195 16.1054 30.2652 16 29.9999 16ZM29.9999 20H19.9999C19.7347 20 19.4804 20.1054 19.2928 20.2929C19.1053 20.4804 18.9999 20.7348 18.9999 21C18.9999 21.2652 19.1053 21.5196 19.2928 21.7071C19.4804 21.8946 19.7347 22 19.9999 22H29.9999C30.2652 22 30.5195 21.8946 30.7071 21.7071C30.8946 21.5196 30.9999 21.2652 30.9999 21C30.9999 20.7348 30.8946 20.4804 30.7071 20.2929C30.5195 20.1054 30.2652 20 29.9999 20ZM29.9999 24H8.99995C8.73473 24 8.48038 24.1054 8.29284 24.2929C8.1053 24.4804 7.99995 24.7348 7.99995 25C7.99995 25.2652 8.1053 25.5196 8.29284 25.7071C8.48038 25.8946 8.73473 26 8.99995 26H29.9999C30.2652 26 30.5195 25.8946 30.7071 25.7071C30.8946 25.5196 30.9999 25.2652 30.9999 25C30.9999 24.7348 30.8946 24.4804 30.7071 24.2929C30.5195 24.1054 30.2652 24 29.9999 24ZM9.99995 22C8.14404 21.998 6.36472 21.2599 5.05239 19.9476C3.74007 18.6352 3.00193 16.8559 2.99995 15C2.99926 14.1 3.17376 13.2084 3.5137 12.375C2.90197 11.9503 2.44166 11.3415 2.19969 10.6373C1.95771 9.93297 1.94668 9.16985 2.1682 8.45886C2.38972 7.74787 2.83225 7.12607 3.43144 6.68386C4.03063 6.24166 4.75525 6.00209 5.49995 6C5.67002 5.99964 5.83738 6.04266 5.9862 6.125L14.7274 10.9813C15.0993 10.9219 15.4352 10.7249 15.6686 10.4294C15.9019 10.1338 16.0155 9.76131 15.9868 9.38584C15.9582 9.01038 15.7894 8.65943 15.5139 8.40269C15.2384 8.14595 14.8765 8.0022 14.4999 8C14.2347 8 13.9804 7.89465 13.7928 7.70711C13.6053 7.51957 13.4999 7.26522 13.4999 7C13.4999 6.73479 13.6053 6.48043 13.7928 6.2929C13.9804 6.10536 14.2347 6 14.4999 6C15.4282 6 16.3184 6.36875 16.9748 7.02513C17.6312 7.68151 17.9999 8.57174 17.9999 9.5C17.9999 10.4283 17.6312 11.3185 16.9748 11.9749C16.3184 12.6313 15.4282 13 14.4999 13C14.3299 13.0004 14.1625 12.9573 14.0137 12.875L9.0137 10.0988C7.88241 10.3261 6.86457 10.9377 6.13278 11.8299C5.401 12.722 5.00032 13.8399 4.99871 14.9938C4.99709 16.1477 5.39462 17.2666 6.1239 18.1608C6.85318 19.055 7.8693 19.6695 8.99995 19.9V15C8.99995 14.7348 9.1053 14.4804 9.29284 14.2929C9.48038 14.1054 9.73473 14 9.99995 14C10.2652 14 10.5195 14.1054 10.7071 14.2929C10.8946 14.4804 10.9999 14.7348 10.9999 15V19.8988C11.8453 19.7255 12.6315 19.3369 13.2826 18.7706C13.9337 18.2043 14.4275 17.4794 14.7162 16.6663C14.808 16.4207 14.9926 16.221 15.2302 16.1101C15.4679 15.9993 15.7395 15.9863 15.9867 16.0738C16.2338 16.1613 16.4367 16.3424 16.5517 16.5781C16.6666 16.8137 16.6844 17.0851 16.6012 17.3338C16.1171 18.6978 15.2227 19.8786 14.0408 20.714C12.8589 21.5495 11.4473 21.9987 9.99995 22ZM4.5287 10.6425C5.12615 9.89238 5.87053 9.2722 6.7162 8.82L5.27245 8.0175C4.98785 8.06028 4.72157 8.18402 4.50536 8.37396C4.28916 8.56391 4.13216 8.81204 4.0531 9.08876C3.97404 9.36548 3.97625 9.6591 4.05947 9.9346C4.14269 10.2101 4.30341 10.4558 4.52245 10.6425H4.5287Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19.0005 15.5C19.0005 15.1022 19.1585 14.7206 19.4398 14.4393C19.7211 14.158 20.1026 14 20.5005 14H30.0005C30.3983 14 30.7798 14.158 31.0611 14.4393C31.3424 14.7206 31.5005 15.1022 31.5005 15.5C31.5005 15.8978 31.3424 16.2794 31.0611 16.5607C30.7798 16.842 30.3983 17 30.0005 17H20.5005C20.1026 17 19.7211 16.842 19.4398 16.5607C19.1585 16.2794 19.0005 15.8978 19.0005 15.5ZM30.0005 19H20.5005C20.1026 19 19.7211 19.158 19.4398 19.4393C19.1585 19.7206 19.0005 20.1022 19.0005 20.5C19.0005 20.8978 19.1585 21.2794 19.4398 21.5607C19.7211 21.842 20.1026 22 20.5005 22H30.0005C30.3983 22 30.7798 21.842 31.0611 21.5607C31.3424 21.2794 31.5005 20.8978 31.5005 20.5C31.5005 20.1022 31.3424 19.7206 31.0611 19.4393C30.7798 19.158 30.3983 19 30.0005 19ZM30.0005 24H9.00047C8.60265 24 8.22112 24.158 7.93981 24.4393C7.65851 24.7206 7.50047 25.1022 7.50047 25.5C7.50047 25.8978 7.65851 26.2794 7.93981 26.5607C8.22112 26.842 8.60265 27 9.00047 27H30.0005C30.3983 27 30.7798 26.842 31.0611 26.5607C31.3424 26.2794 31.5005 25.8978 31.5005 25.5C31.5005 25.1022 31.3424 24.7206 31.0611 24.4393C30.7798 24.158 30.3983 24 30.0005 24ZM10.0005 22.5C8.01206 22.4977 6.10575 21.7068 4.69973 20.3007C3.29371 18.8947 2.50279 16.9884 2.50048 15C2.50039 14.1662 2.64068 13.3384 2.91548 12.5513C2.2907 12.0216 1.84356 11.313 1.63448 10.5211C1.4254 9.72919 1.46445 8.89219 1.74637 8.1232C2.02828 7.3542 2.53947 6.69028 3.21085 6.22115C3.88223 5.75203 4.68143 5.5003 5.50047 5.5C5.75549 5.49995 6.0063 5.56491 6.22923 5.68875L14.8042 10.4525C15.0313 10.3799 15.225 10.2285 15.3504 10.0257C15.4757 9.82283 15.5245 9.58189 15.4878 9.34628C15.4511 9.11067 15.3315 8.89592 15.1505 8.74074C14.9694 8.58557 14.7389 8.50019 14.5005 8.5C14.1027 8.5 13.7211 8.34196 13.4398 8.06066C13.1585 7.77936 13.0005 7.39782 13.0005 7C13.0005 6.60218 13.1585 6.22064 13.4398 5.93934C13.7211 5.65804 14.1027 5.5 14.5005 5.5C15.5613 5.5 16.5788 5.92143 17.3289 6.67157C18.079 7.42172 18.5005 8.43913 18.5005 9.5C18.5005 10.5609 18.079 11.5783 17.3289 12.3284C16.5788 13.0786 15.5613 13.5 14.5005 13.5C14.2455 13.5001 13.9946 13.4351 13.7717 13.3112L8.93923 10.625C7.99621 10.8532 7.15218 11.38 6.533 12.127C5.91381 12.8739 5.55263 13.801 5.50329 14.77C5.45396 15.739 5.71912 16.6979 6.25924 17.5039C6.79936 18.3099 7.58551 18.9197 8.50047 19.2425V15.5C8.50047 15.1022 8.65851 14.7206 8.93981 14.4393C9.22112 14.158 9.60265 14 10.0005 14C10.3983 14 10.7798 14.158 11.0611 14.4393C11.3424 14.7206 11.5005 15.1022 11.5005 15.5V19.2388C12.1342 19.0164 12.7101 18.655 13.1859 18.1811C13.6618 17.7072 14.0255 17.1328 14.2505 16.5C14.3161 16.3143 14.4177 16.1433 14.5495 15.9968C14.6812 15.8503 14.8405 15.7312 15.0183 15.6463C15.1961 15.5614 15.3888 15.5124 15.5855 15.5019C15.7823 15.4915 15.9791 15.52 16.1649 15.5856C16.3506 15.6513 16.5216 15.7529 16.668 15.8846C16.8145 16.0164 16.9336 16.1757 17.0185 16.3534C17.1034 16.5312 17.1525 16.724 17.1629 16.9207C17.1733 17.1174 17.1449 17.3143 17.0792 17.5C16.5602 18.9625 15.6011 20.2283 14.3335 21.1236C13.066 22.019 11.5523 22.4998 10.0005 22.5ZM4.56173 9.845C4.91522 9.47263 5.30602 9.13753 5.72797 8.845L5.19672 8.55C4.99507 8.61429 4.81901 8.7409 4.6939 8.91162C4.56878 9.08233 4.50106 9.28835 4.50047 9.5C4.50099 9.61766 4.52171 9.73436 4.56173 9.845Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9999 12V14C30.9999 14.2652 30.8946 14.5196 30.7071 14.7071C30.5195 14.8946 30.2652 15 29.9999 15H19.9999C19.7347 15 19.4804 14.8946 19.2928 14.7071C19.1053 14.5196 18.9999 14.2652 18.9999 14V12C18.9999 11.7348 19.1053 11.4804 19.2928 11.2929C19.4804 11.1054 19.7347 11 19.9999 11H29.9999C30.2652 11 30.5195 11.1054 30.7071 11.2929C30.8946 11.4804 30.9999 11.7348 30.9999 12ZM29.9999 17H19.9999C19.7347 17 19.4804 17.1054 19.2928 17.2929C19.1053 17.4804 18.9999 17.7348 18.9999 18V20C18.9999 20.2652 19.1053 20.5196 19.2928 20.7071C19.4804 20.8946 19.7347 21 19.9999 21H29.9999C30.2652 21 30.5195 20.8946 30.7071 20.7071C30.8946 20.5196 30.9999 20.2652 30.9999 20V18C30.9999 17.7348 30.8946 17.4804 30.7071 17.2929C30.5195 17.1054 30.2652 17 29.9999 17ZM29.9999 23H8.99995C8.73473 23 8.48038 23.1054 8.29284 23.2929C8.1053 23.4804 7.99995 23.7348 7.99995 24V26C7.99995 26.2652 8.1053 26.5196 8.29284 26.7071C8.48038 26.8946 8.73473 27 8.99995 27H29.9999C30.2652 27 30.5195 26.8946 30.7071 26.7071C30.8946 26.5196 30.9999 26.2652 30.9999 26V24C30.9999 23.7348 30.8946 23.4804 30.7071 23.2929C30.5195 23.1054 30.2652 23 29.9999 23ZM9.99995 21C8.14404 20.998 6.36472 20.2599 5.05239 18.9476C3.74007 17.6352 3.00193 15.8559 2.99995 14C2.99926 13.1 3.17376 12.2084 3.5137 11.375C2.90197 10.9503 2.44166 10.3415 2.19969 9.63726C1.95771 8.93297 1.94668 8.16985 2.1682 7.45886C2.38972 6.74787 2.83225 6.12607 3.43144 5.68386C4.03063 5.24166 4.75525 5.00209 5.49995 5C5.67002 4.99964 5.83738 5.04266 5.9862 5.125L14.7274 9.98125C15.0993 9.92194 15.4352 9.72494 15.6686 9.42938C15.9019 9.13381 16.0155 8.76131 15.9868 8.38584C15.9582 8.01038 15.7894 7.65943 15.5139 7.40269C15.2384 7.14595 14.8765 7.0022 14.4999 7C14.2347 7 13.9804 6.89465 13.7928 6.70711C13.6053 6.51957 13.4999 6.26522 13.4999 6C13.4999 5.73479 13.6053 5.48043 13.7928 5.2929C13.9804 5.10536 14.2347 5 14.4999 5C15.4282 5 16.3184 5.36875 16.9748 6.02513C17.6312 6.68151 17.9999 7.57174 17.9999 8.5C17.9999 9.42826 17.6312 10.3185 16.9748 10.9749C16.3184 11.6313 15.4282 12 14.4999 12C14.3299 12.0004 14.1625 11.9573 14.0137 11.875L9.0137 9.09875C7.88241 9.32607 6.86457 9.93768 6.13278 10.8299C5.401 11.722 5.00032 12.8399 4.99871 13.9938C4.99709 15.1477 5.39462 16.2666 6.1239 17.1608C6.85318 18.055 7.8693 18.6695 8.99995 18.9V14C8.99995 13.7348 9.1053 13.4804 9.29284 13.2929C9.48038 13.1054 9.73473 13 9.99995 13C10.2652 13 10.5195 13.1054 10.7071 13.2929C10.8946 13.4804 10.9999 13.7348 10.9999 14V18.8988C11.8453 18.7255 12.6315 18.3369 13.2826 17.7706C13.9337 17.2043 14.4275 16.4794 14.7162 15.6663C14.808 15.4207 14.9926 15.221 15.2302 15.1102C15.4679 14.9993 15.7395 14.9863 15.9867 15.0738C16.2338 15.1613 16.4367 15.3424 16.5517 15.5781C16.6666 15.8137 16.6844 16.0851 16.6012 16.3338C16.1171 17.6978 15.2227 18.8786 14.0408 19.714C12.8589 20.5495 11.4473 20.9987 9.99995 21ZM4.5287 9.6425C5.12615 8.89238 5.87053 8.2722 6.7162 7.82L5.27245 7.0175C4.98785 7.06028 4.72157 7.18402 4.50536 7.37396C4.28916 7.56391 4.13216 7.81204 4.0531 8.08876C3.97404 8.36548 3.97625 8.6591 4.05947 8.9346C4.14269 9.21009 4.30341 9.45583 4.52245 9.6425H4.5287Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
5000
5021
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M30 13V25H20V13H30Z", fill: "currentColor" }),
|
|
5001
5022
|
/* @__PURE__ */ C("path", { d: "M18.9999 13C18.9999 12.7348 19.1053 12.4804 19.2928 12.2929C19.4804 12.1054 19.7347 12 19.9999 12H29.9999C30.2652 12 30.5195 12.1054 30.7071 12.2929C30.8946 12.4804 30.9999 12.7348 30.9999 13C30.9999 13.2652 30.8946 13.5196 30.7071 13.7071C30.5195 13.8946 30.2652 14 29.9999 14H19.9999C19.7347 14 19.4804 13.8946 19.2928 13.7071C19.1053 13.5196 18.9999 13.2652 18.9999 13ZM29.9999 16H19.9999C19.7347 16 19.4804 16.1054 19.2928 16.2929C19.1053 16.4804 18.9999 16.7348 18.9999 17C18.9999 17.2652 19.1053 17.5196 19.2928 17.7071C19.4804 17.8946 19.7347 18 19.9999 18H29.9999C30.2652 18 30.5195 17.8946 30.7071 17.7071C30.8946 17.5196 30.9999 17.2652 30.9999 17C30.9999 16.7348 30.8946 16.4804 30.7071 16.2929C30.5195 16.1054 30.2652 16 29.9999 16ZM29.9999 20H19.9999C19.7347 20 19.4804 20.1054 19.2928 20.2929C19.1053 20.4804 18.9999 20.7348 18.9999 21C18.9999 21.2652 19.1053 21.5196 19.2928 21.7071C19.4804 21.8946 19.7347 22 19.9999 22H29.9999C30.2652 22 30.5195 21.8946 30.7071 21.7071C30.8946 21.5196 30.9999 21.2652 30.9999 21C30.9999 20.7348 30.8946 20.4804 30.7071 20.2929C30.5195 20.1054 30.2652 20 29.9999 20ZM29.9999 24H8.99995C8.73473 24 8.48038 24.1054 8.29284 24.2929C8.1053 24.4804 7.99995 24.7348 7.99995 25C7.99995 25.2652 8.1053 25.5196 8.29284 25.7071C8.48038 25.8946 8.73473 26 8.99995 26H29.9999C30.2652 26 30.5195 25.8946 30.7071 25.7071C30.8946 25.5196 30.9999 25.2652 30.9999 25C30.9999 24.7348 30.8946 24.4804 30.7071 24.2929C30.5195 24.1054 30.2652 24 29.9999 24ZM9.99995 22C8.14404 21.998 6.36472 21.2599 5.05239 19.9476C3.74007 18.6352 3.00193 16.8559 2.99995 15C2.99926 14.1 3.17376 13.2084 3.5137 12.375C2.90197 11.9503 2.44166 11.3415 2.19969 10.6373C1.95771 9.93297 1.94668 9.16985 2.1682 8.45886C2.38972 7.74787 2.83225 7.12607 3.43144 6.68386C4.03063 6.24166 4.75525 6.00209 5.49995 6C5.67002 5.99964 5.83738 6.04266 5.9862 6.125L14.7274 10.9813C15.0993 10.9219 15.4352 10.7249 15.6686 10.4294C15.9019 10.1338 16.0155 9.76131 15.9868 9.38584C15.9582 9.01038 15.7894 8.65943 15.5139 8.40269C15.2384 8.14595 14.8765 8.0022 14.4999 8C14.2347 8 13.9804 7.89465 13.7928 7.70711C13.6053 7.51957 13.4999 7.26522 13.4999 7C13.4999 6.73479 13.6053 6.48043 13.7928 6.2929C13.9804 6.10536 14.2347 6 14.4999 6C15.4282 6 16.3184 6.36875 16.9748 7.02513C17.6312 7.68151 17.9999 8.57174 17.9999 9.5C17.9999 10.4283 17.6312 11.3185 16.9748 11.9749C16.3184 12.6313 15.4282 13 14.4999 13C14.3299 13.0004 14.1625 12.9573 14.0137 12.875L9.0137 10.0988C7.88241 10.3261 6.86457 10.9377 6.13278 11.8299C5.401 12.722 5.00032 13.8399 4.99871 14.9938C4.99709 16.1477 5.39462 17.2666 6.1239 18.1608C6.85318 19.055 7.8693 19.6695 8.99995 19.9V15C8.99995 14.7348 9.1053 14.4804 9.29284 14.2929C9.48038 14.1054 9.73473 14 9.99995 14C10.2652 14 10.5195 14.1054 10.7071 14.2929C10.8946 14.4804 10.9999 14.7348 10.9999 15V19.8988C11.8453 19.7255 12.6315 19.3369 13.2826 18.7706C13.9337 18.2043 14.4275 17.4794 14.7162 16.6663C14.808 16.4207 14.9926 16.221 15.2302 16.1101C15.4679 15.9993 15.7395 15.9863 15.9867 16.0738C16.2338 16.1613 16.4367 16.3424 16.5517 16.5781C16.6666 16.8137 16.6844 17.0851 16.6012 17.3338C16.1171 18.6978 15.2227 19.8786 14.0408 20.714C12.8589 21.5495 11.4473 21.9987 9.99995 22ZM4.5287 10.6425C5.12615 9.89238 5.87053 9.2722 6.7162 8.82L5.27245 8.0175C4.98785 8.06028 4.72157 8.18402 4.50536 8.37396C4.28916 8.56391 4.13216 8.81204 4.0531 9.08876C3.97404 9.36548 3.97625 9.6591 4.05947 9.9346C4.14269 10.2101 4.30341 10.4558 4.52245 10.6425H4.5287Z", fill: "currentColor" })
|
|
5002
|
-
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19.2496 13C19.2496 12.8011 19.3286 12.6103 19.4692 12.4697C19.6099 12.329 19.8007 12.25 19.9996 12.25H29.9996C30.1985 12.25 30.3892 12.329 30.5299 12.4697C30.6705 12.6103 30.7496 12.8011 30.7496 13C30.7496 13.1989 30.6705 13.3897 30.5299 13.5303C30.3892 13.671 30.1985 13.75 29.9996 13.75H19.9996C19.8007 13.75 19.6099 13.671 19.4692 13.5303C19.3286 13.3897 19.2496 13.1989 19.2496 13ZM29.9996 16.25H19.9996C19.8007 16.25 19.6099 16.329 19.4692 16.4697C19.3286 16.6103 19.2496 16.8011 19.2496 17C19.2496 17.1989 19.3286 17.3897 19.4692 17.5303C19.6099 17.671 19.8007 17.75 19.9996 17.75H29.9996C30.1985 17.75 30.3892 17.671 30.5299 17.5303C30.6705 17.3897 30.7496 17.1989 30.7496 17C30.7496 16.8011 30.6705 16.6103 30.5299 16.4697C30.3892 16.329 30.1985 16.25 29.9996 16.25ZM29.9996 20.25H19.9996C19.8007 20.25 19.6099 20.329 19.4692 20.4697C19.3286 20.6103 19.2496 20.8011 19.2496 21C19.2496 21.1989 19.3286 21.3897 19.4692 21.5303C19.6099 21.671 19.8007 21.75 19.9996 21.75H29.9996C30.1985 21.75 30.3892 21.671 30.5299 21.5303C30.6705 21.3897 30.7496 21.1989 30.7496 21C30.7496 20.8011 30.6705 20.6103 30.5299 20.4697C30.3892 20.329 30.1985 20.25 29.9996 20.25ZM29.9996 24.25H8.99957C8.80066 24.25 8.60989 24.329 8.46924 24.4697C8.32859 24.6103 8.24957 24.8011 8.24957 25C8.24957 25.1989 8.32859 25.3897 8.46924 25.5303C8.60989 25.671 8.80066 25.75 8.99957 25.75H29.9996C30.1985 25.75 30.3892 25.671 30.5299 25.5303C30.6705 25.3897 30.7496 25.1989 30.7496 25C30.7496 24.8011 30.6705 24.6103 30.5299 24.4697C30.3892 24.329 30.1985 24.25 29.9996 24.25ZM9.99957 21.75C8.87678 21.7513 7.77145 21.4722 6.78389 20.9379C5.79633 20.4037 4.95781 19.6314 4.34443 18.6909C3.73105 17.7505 3.36223 16.6718 3.27145 15.5527C3.18067 14.4336 3.37079 13.3095 3.82457 12.2825C3.21699 11.9158 2.74613 11.3603 2.48391 10.7009C2.22169 10.0414 2.18252 9.31428 2.37238 8.63049C2.56224 7.9467 2.97071 7.34384 3.53538 6.914C4.10006 6.48415 4.7899 6.25095 5.49957 6.25C5.62681 6.24989 5.75198 6.28215 5.86332 6.34375L14.6783 11.2413C15.1254 11.1964 15.5381 10.9813 15.8309 10.6405C16.1238 10.2996 16.2743 9.85926 16.2513 9.41051C16.2283 8.96177 16.0336 8.53906 15.7075 8.22993C15.3814 7.92081 14.9489 7.74897 14.4996 7.75C14.3007 7.75 14.1099 7.67098 13.9692 7.53033C13.8286 7.38968 13.7496 7.19891 13.7496 7C13.7496 6.80109 13.8286 6.61032 13.9692 6.46967C14.1099 6.32902 14.3007 6.25 14.4996 6.25C15.3615 6.25 16.1882 6.59241 16.7977 7.2019C17.4072 7.8114 17.7496 8.63805 17.7496 9.5C17.7496 10.362 17.4072 11.1886 16.7977 11.7981C16.1882 12.4076 15.3615 12.75 14.4996 12.75C14.3723 12.7501 14.2472 12.7179 14.1358 12.6563L9.05707 9.83375C7.83138 10.0571 6.72508 10.7091 5.93591 11.6732C5.14674 12.6372 4.72613 13.8505 4.74928 15.0962C4.77242 16.3419 5.2378 17.5387 6.06224 18.4728C6.88668 19.4069 8.01643 20.0173 9.24957 20.195V15C9.24957 14.8011 9.32859 14.6103 9.46924 14.4697C9.60989 14.329 9.80066 14.25 9.99957 14.25C10.1985 14.25 10.3892 14.329 10.5299 14.4697C10.6706 14.6103 10.7496 14.8011 10.7496 15V20.195C11.6972 20.0578 12.5893 19.6644 13.3297 19.0572C14.0701 18.4501 14.6306 17.6524 14.9508 16.75C15.0171 16.5624 15.1553 16.4087 15.3348 16.3229C15.5144 16.2371 15.7207 16.2262 15.9083 16.2925C16.096 16.3588 16.2496 16.4969 16.3354 16.6765C16.4212 16.8561 16.4321 17.0624 16.3658 17.25C15.8987 18.5653 15.036 19.7038 13.8963 20.5095C12.7565 21.3152 11.3953 21.7485 9.99957 21.75ZM4.57957 10.9875C5.27217 10.0519 6.19378 9.31026 7.25582 8.83375L5.32082 7.75875C4.9575 7.79628 4.61503 7.94654 4.3414 8.18849C4.06778 8.43043 3.87671 8.75193 3.79499 9.10792C3.71326 9.4639 3.74497 9.83654 3.88566 10.1736C4.02636 10.5107 4.269 10.7953 4.57957 10.9875Z", fill: "currentColor" }) }), Io = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M6.5 17C6.5 17.1326 6.44732 17.2598 6.35355 17.3536C6.25979 17.4473 6.13261 17.5 6 17.5H3C2.86739 17.5 2.74021 17.4473 2.64645 17.3536C2.55268 17.2598 2.5 17.1326 2.5 17C2.5 16.8674 2.55268 16.7402 2.64645 16.6464C2.74021 16.5527 2.86739 16.5 3 16.5H4.5V7.5H3C2.86739 7.5 2.74021 7.44732 2.64645 7.35355C2.55268 7.25979 2.5 7.13261 2.5 7C2.5 6.86739 2.55268 6.74022 2.64645 6.64645C2.74021 6.55268 2.86739 6.5 3 6.5H5C5.08464 6.49991 5.16792 6.52131 5.24204 6.56219C5.31615 6.60308 5.37868 6.66211 5.42375 6.73375L10 14.0563L14.5763 6.735C14.6212 6.66312 14.6836 6.60385 14.7578 6.56274C14.8319 6.52163 14.9152 6.50004 15 6.5H17C17.1326 6.5 17.2598 6.55268 17.3536 6.64645C17.4473 6.74022 17.5 6.86739 17.5 7C17.5 7.13261 17.4473 7.25979 17.3536 7.35355C17.2598 7.44732 17.1326 7.5 17 7.5H15.5V16.5H17C17.1326 16.5 17.2598 16.5527 17.3536 16.6464C17.4473 16.7402 17.5 16.8674 17.5 17C17.5 17.1326 17.4473 17.2598 17.3536 17.3536C17.2598 17.4473 17.1326 17.5 17 17.5H14C13.8674 17.5 13.7402 17.4473 13.6464 17.3536C13.5527 17.2598 13.5 17.1326 13.5 17C13.5 16.8674 13.5527 16.7402 13.6464 16.6464C13.7402 16.5527 13.8674 16.5 14 16.5H14.5V8.75L10.4237 15.265C10.3788 15.3368 10.3163 15.396 10.2422 15.437C10.1681 15.4781 10.0847 15.4996 10 15.4996C9.91528 15.4996 9.83194 15.4781 9.75782 15.437C9.6837 15.396 9.62122 15.3368 9.57625 15.265L5.5 8.75V16.5H6C6.13261 16.5 6.25979 16.5527 6.35355 16.6464C6.44732 16.7402 6.5 16.8674 6.5 17ZM21 13.5H30C30.1326 13.5 30.2598 13.4473 30.3536 13.3536C30.4473 13.2598 30.5 13.1326 30.5 13C30.5 12.8674 30.4473 12.7402 30.3536 12.6464C30.2598 12.5527 30.1326 12.5 30 12.5H21C20.8674 12.5 20.7402 12.5527 20.6464 12.6464C20.5527 12.7402 20.5 12.8674 20.5 13C20.5 13.1326 20.5527 13.2598 20.6464 13.3536C20.7402 13.4473 20.8674 13.5 21 13.5ZM30 16.5H21C20.8674 16.5 20.7402 16.5527 20.6464 16.6464C20.5527 16.7402 20.5 16.8674 20.5 17C20.5 17.1326 20.5527 17.2598 20.6464 17.3536C20.7402 17.4473 20.8674 17.5 21 17.5H30C30.1326 17.5 30.2598 17.4473 30.3536 17.3536C30.4473 17.2598 30.5 17.1326 30.5 17C30.5 16.8674 30.4473 16.7402 30.3536 16.6464C30.2598 16.5527 30.1326 16.5 30 16.5ZM30 20.5H9C8.86739 20.5 8.74021 20.5527 8.64645 20.6464C8.55268 20.7402 8.5 20.8674 8.5 21C8.5 21.1326 8.55268 21.2598 8.64645 21.3536C8.74021 21.4473 8.86739 21.5 9 21.5H30C30.1326 21.5 30.2598 21.4473 30.3536 21.3536C30.4473 21.2598 30.5 21.1326 30.5 21C30.5 20.8674 30.4473 20.7402 30.3536 20.6464C30.2598 20.5527 30.1326 20.5 30 20.5ZM30 24.5H9C8.86739 24.5 8.74021 24.5527 8.64645 24.6464C8.55268 24.7402 8.5 24.8674 8.5 25C8.5 25.1326 8.55268 25.2598 8.64645 25.3536C8.74021 25.4473 8.86739 25.5 9 25.5H30C30.1326 25.5 30.2598 25.4473 30.3536 25.3536C30.4473 25.2598 30.5 25.1326 30.5 25C30.5 24.8674 30.4473 24.7402 30.3536 24.6464C30.2598 24.5527 30.1326 24.5 30 24.5Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M7 17C7 17.2652 6.89464 17.5196 6.70711 17.7071C6.51957 17.8946 6.26522 18 6 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17C2 16.7348 2.10536 16.4804 2.29289 16.2929C2.48043 16.1054 2.73478 16 3 16H4V8H3C2.73478 8 2.48043 7.89464 2.29289 7.70711C2.10536 7.51957 2 7.26522 2 7C2 6.73478 2.10536 6.48043 2.29289 6.29289C2.48043 6.10536 2.73478 6 3 6H5C5.16929 5.99982 5.33585 6.04262 5.48408 6.12438C5.63231 6.20615 5.75735 6.32421 5.8475 6.4675L10 13.1138L14.1525 6.47C14.2423 6.32625 14.3673 6.20769 14.5155 6.12548C14.6638 6.04326 14.8305 6.00008 15 6H17C17.2652 6 17.5196 6.10536 17.7071 6.29289C17.8946 6.48043 18 6.73478 18 7C18 7.26522 17.8946 7.51957 17.7071 7.70711C17.5196 7.89464 17.2652 8 17 8H16V16H17C17.2652 16 17.5196 16.1054 17.7071 16.2929C17.8946 16.4804 18 16.7348 18 17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18H14C13.7348 18 13.4804 17.8946 13.2929 17.7071C13.1054 17.5196 13 17.2652 13 17C13 16.7348 13.1054 16.4804 13.2929 16.2929C13.4804 16.1054 13.7348 16 14 16V10.4863L10.8475 15.53C10.7576 15.6736 10.6326 15.792 10.4844 15.8741C10.3361 15.9561 10.1694 15.9992 10 15.9992C9.83055 15.9992 9.66389 15.9561 9.51564 15.8741C9.3674 15.792 9.24244 15.6736 9.1525 15.53L6 10.4863V16C6.26522 16 6.51957 16.1054 6.70711 16.2929C6.89464 16.4804 7 16.7348 7 17ZM21 14H30C30.2652 14 30.5196 13.8946 30.7071 13.7071C30.8946 13.5196 31 13.2652 31 13C31 12.7348 30.8946 12.4804 30.7071 12.2929C30.5196 12.1054 30.2652 12 30 12H21C20.7348 12 20.4804 12.1054 20.2929 12.2929C20.1054 12.4804 20 12.7348 20 13C20 13.2652 20.1054 13.5196 20.2929 13.7071C20.4804 13.8946 20.7348 14 21 14ZM30 16H21C20.7348 16 20.4804 16.1054 20.2929 16.2929C20.1054 16.4804 20 16.7348 20 17C20 17.2652 20.1054 17.5196 20.2929 17.7071C20.4804 17.8946 20.7348 18 21 18H30C30.2652 18 30.5196 17.8946 30.7071 17.7071C30.8946 17.5196 31 17.2652 31 17C31 16.7348 30.8946 16.4804 30.7071 16.2929C30.5196 16.1054 30.2652 16 30 16ZM30 20H9C8.73478 20 8.48043 20.1054 8.29289 20.2929C8.10536 20.4804 8 20.7348 8 21C8 21.2652 8.10536 21.5196 8.29289 21.7071C8.48043 21.8946 8.73478 22 9 22H30C30.2652 22 30.5196 21.8946 30.7071 21.7071C30.8946 21.5196 31 21.2652 31 21C31 20.7348 30.8946 20.4804 30.7071 20.2929C30.5196 20.1054 30.2652 20 30 20ZM30 24H9C8.73478 24 8.48043 24.1054 8.29289 24.2929C8.10536 24.4804 8 24.7348 8 25C8 25.2652 8.10536 25.5196 8.29289 25.7071C8.48043 25.8946 8.73478 26 9 26H30C30.2652 26 30.5196 25.8946 30.7071 25.7071C30.8946 25.5196 31 25.2652 31 25C31 24.7348 30.8946 24.4804 30.7071 24.2929C30.5196 24.1054 30.2652 24 30 24Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M7.5 16.5C7.5 16.8978 7.34196 17.2794 7.06066 17.5607C6.77936 17.842 6.39782 18 6 18H3C2.60218 18 2.22064 17.842 1.93934 17.5607C1.65804 17.2794 1.5 16.8978 1.5 16.5C1.5 16.1022 1.65804 15.7206 1.93934 15.4393C2.22064 15.158 2.60218 15 3 15H3.5V8H3C2.60218 8 2.22064 7.84197 1.93934 7.56066C1.65804 7.27936 1.5 6.89783 1.5 6.5C1.5 6.10218 1.65804 5.72064 1.93934 5.43934C2.22064 5.15804 2.60218 5 3 5H5C5.25438 4.99978 5.50463 5.06426 5.72723 5.18737C5.94983 5.31048 6.13747 5.48817 6.2725 5.70375L10 11.67L13.7275 5.705C13.8624 5.48919 14.05 5.31125 14.2726 5.18791C14.4952 5.06458 14.7455 4.99992 15 5H17C17.3978 5 17.7794 5.15804 18.0607 5.43934C18.342 5.72064 18.5 6.10218 18.5 6.5C18.5 6.89783 18.342 7.27936 18.0607 7.56066C17.7794 7.84197 17.3978 8 17 8H16.5V15H17C17.3978 15 17.7794 15.158 18.0607 15.4393C18.342 15.7206 18.5 16.1022 18.5 16.5C18.5 16.8978 18.342 17.2794 18.0607 17.5607C17.7794 17.842 17.3978 18 17 18H14C13.647 17.9989 13.3057 17.8733 13.0362 17.6453C12.7667 17.4174 12.5862 17.1017 12.5264 16.7538C12.4667 16.4059 12.5316 16.0481 12.7097 15.7433C12.8877 15.4385 13.1676 15.2063 13.5 15.0875V11.73L11.2725 15.295C11.1377 15.511 10.9502 15.6891 10.7276 15.8125C10.5049 15.936 10.2546 16.0008 10 16.0008C9.74543 16.0008 9.49505 15.936 9.27243 15.8125C9.04981 15.6891 8.86228 15.511 8.7275 15.295L6.5 11.73V15.0875C6.79218 15.1908 7.04519 15.3821 7.22425 15.635C7.40332 15.8879 7.49965 16.1901 7.5 16.5ZM22 13H30C30.3978 13 30.7794 12.842 31.0607 12.5607C31.342 12.2794 31.5 11.8978 31.5 11.5C31.5 11.1022 31.342 10.7206 31.0607 10.4393C30.7794 10.158 30.3978 10 30 10H22C21.6022 10 21.2206 10.158 20.9393 10.4393C20.658 10.7206 20.5 11.1022 20.5 11.5C20.5 11.8978 20.658 12.2794 20.9393 12.5607C21.2206 12.842 21.6022 13 22 13ZM30 15H22C21.6022 15 21.2206 15.158 20.9393 15.4393C20.658 15.7206 20.5 16.1022 20.5 16.5C20.5 16.8978 20.658 17.2794 20.9393 17.5607C21.2206 17.842 21.6022 18 22 18H30C30.3978 18 30.7794 17.842 31.0607 17.5607C31.342 17.2794 31.5 16.8978 31.5 16.5C31.5 16.1022 31.342 15.7206 31.0607 15.4393C30.7794 15.158 30.3978 15 30 15ZM30 20H9C8.60218 20 8.22064 20.158 7.93934 20.4393C7.65804 20.7206 7.5 21.1022 7.5 21.5C7.5 21.8978 7.65804 22.2794 7.93934 22.5607C8.22064 22.842 8.60218 23 9 23H30C30.3978 23 30.7794 22.842 31.0607 22.5607C31.342 22.2794 31.5 21.8978 31.5 21.5C31.5 21.1022 31.342 20.7206 31.0607 20.4393C30.7794 20.158 30.3978 20 30 20ZM30 25H9C8.60218 25 8.22064 25.158 7.93934 25.4393C7.65804 25.7206 7.5 26.1022 7.5 26.5C7.5 26.8978 7.65804 27.2794 7.93934 27.5607C8.22064 27.842 8.60218 28 9 28H30C30.3978 28 30.7794 27.842 31.0607 27.5607C31.342 27.2794 31.5 26.8978 31.5 26.5C31.5 26.1022 31.342 25.7206 31.0607 25.4393C30.7794 25.158 30.3978 25 30 25Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M7 18C7 18.2652 6.89464 18.5196 6.70711 18.7071C6.51957 18.8946 6.26522 19 6 19H3C2.73478 19 2.48043 18.8946 2.29289 18.7071C2.10536 18.5196 2 18.2652 2 18C2 17.7348 2.10536 17.4804 2.29289 17.2929C2.48043 17.1054 2.73478 17 3 17H4V9H3C2.73478 9 2.48043 8.89464 2.29289 8.70711C2.10536 8.51957 2 8.26522 2 8C2 7.73478 2.10536 7.48043 2.29289 7.29289C2.48043 7.10536 2.73478 7 3 7H5C5.16929 6.99982 5.33585 7.04262 5.48408 7.12438C5.63231 7.20615 5.75735 7.32421 5.8475 7.4675L10 14.1138L14.1525 7.47C14.2423 7.32625 14.3673 7.20769 14.5155 7.12548C14.6638 7.04326 14.8305 7.00008 15 7H17C17.2652 7 17.5196 7.10536 17.7071 7.29289C17.8946 7.48043 18 7.73478 18 8C18 8.26522 17.8946 8.51957 17.7071 8.70711C17.5196 8.89464 17.2652 9 17 9H16V17H17C17.2652 17 17.5196 17.1054 17.7071 17.2929C17.8946 17.4804 18 17.7348 18 18C18 18.2652 17.8946 18.5196 17.7071 18.7071C17.5196 18.8946 17.2652 19 17 19H14C13.7348 19 13.4804 18.8946 13.2929 18.7071C13.1054 18.5196 13 18.2652 13 18C13 17.7348 13.1054 17.4804 13.2929 17.2929C13.4804 17.1054 13.7348 17 14 17V11.4863L10.8475 16.53C10.7576 16.6736 10.6326 16.792 10.4844 16.8741C10.3361 16.9561 10.1694 16.9992 10 16.9992C9.83055 16.9992 9.66389 16.9561 9.51564 16.8741C9.3674 16.792 9.24244 16.6736 9.1525 16.53L6 11.4863V17C6.26522 17 6.51957 17.1054 6.70711 17.2929C6.89464 17.4804 7 17.7348 7 18ZM30 15H21C20.7348 15 20.4804 15.1054 20.2929 15.2929C20.1054 15.4804 20 15.7348 20 16V18C20 18.2652 20.1054 18.5196 20.2929 18.7071C20.4804 18.8946 20.7348 19 21 19H30C30.2652 19 30.5196 18.8946 30.7071 18.7071C30.8946 18.5196 31 18.2652 31 18V16C31 15.7348 30.8946 15.4804 30.7071 15.2929C30.5196 15.1054 30.2652 15 30 15ZM30 21H9C8.73478 21 8.48043 21.1054 8.29289 21.2929C8.10536 21.4804 8 21.7348 8 22V24C8 24.2652 8.10536 24.5196 8.29289 24.7071C8.48043 24.8946 8.73478 25 9 25H30C30.2652 25 30.5196 24.8946 30.7071 24.7071C30.8946 24.5196 31 24.2652 31 24V22C31 21.7348 30.8946 21.4804 30.7071 21.2929C30.5196 21.1054 30.2652 21 30 21ZM30 9H21C20.7348 9 20.4804 9.10536 20.2929 9.29289C20.1054 9.48043 20 9.73478 20 10V12C20 12.2652 20.1054 12.5196 20.2929 12.7071C20.4804 12.8946 20.7348 13 21 13H30C30.2652 13 30.5196 12.8946 30.7071 12.7071C30.8946 12.5196 31 12.2652 31 12V10C31 9.73478 30.8946 9.48043 30.7071 9.29289C30.5196 9.10536 30.2652 9 30 9Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
5023
|
+
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M19.2496 13C19.2496 12.8011 19.3286 12.6103 19.4692 12.4697C19.6099 12.329 19.8007 12.25 19.9996 12.25H29.9996C30.1985 12.25 30.3892 12.329 30.5299 12.4697C30.6705 12.6103 30.7496 12.8011 30.7496 13C30.7496 13.1989 30.6705 13.3897 30.5299 13.5303C30.3892 13.671 30.1985 13.75 29.9996 13.75H19.9996C19.8007 13.75 19.6099 13.671 19.4692 13.5303C19.3286 13.3897 19.2496 13.1989 19.2496 13ZM29.9996 16.25H19.9996C19.8007 16.25 19.6099 16.329 19.4692 16.4697C19.3286 16.6103 19.2496 16.8011 19.2496 17C19.2496 17.1989 19.3286 17.3897 19.4692 17.5303C19.6099 17.671 19.8007 17.75 19.9996 17.75H29.9996C30.1985 17.75 30.3892 17.671 30.5299 17.5303C30.6705 17.3897 30.7496 17.1989 30.7496 17C30.7496 16.8011 30.6705 16.6103 30.5299 16.4697C30.3892 16.329 30.1985 16.25 29.9996 16.25ZM29.9996 20.25H19.9996C19.8007 20.25 19.6099 20.329 19.4692 20.4697C19.3286 20.6103 19.2496 20.8011 19.2496 21C19.2496 21.1989 19.3286 21.3897 19.4692 21.5303C19.6099 21.671 19.8007 21.75 19.9996 21.75H29.9996C30.1985 21.75 30.3892 21.671 30.5299 21.5303C30.6705 21.3897 30.7496 21.1989 30.7496 21C30.7496 20.8011 30.6705 20.6103 30.5299 20.4697C30.3892 20.329 30.1985 20.25 29.9996 20.25ZM29.9996 24.25H8.99957C8.80066 24.25 8.60989 24.329 8.46924 24.4697C8.32859 24.6103 8.24957 24.8011 8.24957 25C8.24957 25.1989 8.32859 25.3897 8.46924 25.5303C8.60989 25.671 8.80066 25.75 8.99957 25.75H29.9996C30.1985 25.75 30.3892 25.671 30.5299 25.5303C30.6705 25.3897 30.7496 25.1989 30.7496 25C30.7496 24.8011 30.6705 24.6103 30.5299 24.4697C30.3892 24.329 30.1985 24.25 29.9996 24.25ZM9.99957 21.75C8.87678 21.7513 7.77145 21.4722 6.78389 20.9379C5.79633 20.4037 4.95781 19.6314 4.34443 18.6909C3.73105 17.7505 3.36223 16.6718 3.27145 15.5527C3.18067 14.4336 3.37079 13.3095 3.82457 12.2825C3.21699 11.9158 2.74613 11.3603 2.48391 10.7009C2.22169 10.0414 2.18252 9.31428 2.37238 8.63049C2.56224 7.9467 2.97071 7.34384 3.53538 6.914C4.10006 6.48415 4.7899 6.25095 5.49957 6.25C5.62681 6.24989 5.75198 6.28215 5.86332 6.34375L14.6783 11.2413C15.1254 11.1964 15.5381 10.9813 15.8309 10.6405C16.1238 10.2996 16.2743 9.85926 16.2513 9.41051C16.2283 8.96177 16.0336 8.53906 15.7075 8.22993C15.3814 7.92081 14.9489 7.74897 14.4996 7.75C14.3007 7.75 14.1099 7.67098 13.9692 7.53033C13.8286 7.38968 13.7496 7.19891 13.7496 7C13.7496 6.80109 13.8286 6.61032 13.9692 6.46967C14.1099 6.32902 14.3007 6.25 14.4996 6.25C15.3615 6.25 16.1882 6.59241 16.7977 7.2019C17.4072 7.8114 17.7496 8.63805 17.7496 9.5C17.7496 10.362 17.4072 11.1886 16.7977 11.7981C16.1882 12.4076 15.3615 12.75 14.4996 12.75C14.3723 12.7501 14.2472 12.7179 14.1358 12.6563L9.05707 9.83375C7.83138 10.0571 6.72508 10.7091 5.93591 11.6732C5.14674 12.6372 4.72613 13.8505 4.74928 15.0962C4.77242 16.3419 5.2378 17.5387 6.06224 18.4728C6.88668 19.4069 8.01643 20.0173 9.24957 20.195V15C9.24957 14.8011 9.32859 14.6103 9.46924 14.4697C9.60989 14.329 9.80066 14.25 9.99957 14.25C10.1985 14.25 10.3892 14.329 10.5299 14.4697C10.6706 14.6103 10.7496 14.8011 10.7496 15V20.195C11.6972 20.0578 12.5893 19.6644 13.3297 19.0572C14.0701 18.4501 14.6306 17.6524 14.9508 16.75C15.0171 16.5624 15.1553 16.4087 15.3348 16.3229C15.5144 16.2371 15.7207 16.2262 15.9083 16.2925C16.096 16.3588 16.2496 16.4969 16.3354 16.6765C16.4212 16.8561 16.4321 17.0624 16.3658 17.25C15.8987 18.5653 15.036 19.7038 13.8963 20.5095C12.7565 21.3152 11.3953 21.7485 9.99957 21.75ZM4.57957 10.9875C5.27217 10.0519 6.19378 9.31026 7.25582 8.83375L5.32082 7.75875C4.9575 7.79628 4.61503 7.94654 4.3414 8.18849C4.06778 8.43043 3.87671 8.75193 3.79499 9.10792C3.71326 9.4639 3.74497 9.83654 3.88566 10.1736C4.02636 10.5107 4.269 10.7953 4.57957 10.9875Z", fill: "currentColor" }) }), $o = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M6.5 17C6.5 17.1326 6.44732 17.2598 6.35355 17.3536C6.25979 17.4473 6.13261 17.5 6 17.5H3C2.86739 17.5 2.74021 17.4473 2.64645 17.3536C2.55268 17.2598 2.5 17.1326 2.5 17C2.5 16.8674 2.55268 16.7402 2.64645 16.6464C2.74021 16.5527 2.86739 16.5 3 16.5H4.5V7.5H3C2.86739 7.5 2.74021 7.44732 2.64645 7.35355C2.55268 7.25979 2.5 7.13261 2.5 7C2.5 6.86739 2.55268 6.74022 2.64645 6.64645C2.74021 6.55268 2.86739 6.5 3 6.5H5C5.08464 6.49991 5.16792 6.52131 5.24204 6.56219C5.31615 6.60308 5.37868 6.66211 5.42375 6.73375L10 14.0563L14.5763 6.735C14.6212 6.66312 14.6836 6.60385 14.7578 6.56274C14.8319 6.52163 14.9152 6.50004 15 6.5H17C17.1326 6.5 17.2598 6.55268 17.3536 6.64645C17.4473 6.74022 17.5 6.86739 17.5 7C17.5 7.13261 17.4473 7.25979 17.3536 7.35355C17.2598 7.44732 17.1326 7.5 17 7.5H15.5V16.5H17C17.1326 16.5 17.2598 16.5527 17.3536 16.6464C17.4473 16.7402 17.5 16.8674 17.5 17C17.5 17.1326 17.4473 17.2598 17.3536 17.3536C17.2598 17.4473 17.1326 17.5 17 17.5H14C13.8674 17.5 13.7402 17.4473 13.6464 17.3536C13.5527 17.2598 13.5 17.1326 13.5 17C13.5 16.8674 13.5527 16.7402 13.6464 16.6464C13.7402 16.5527 13.8674 16.5 14 16.5H14.5V8.75L10.4237 15.265C10.3788 15.3368 10.3163 15.396 10.2422 15.437C10.1681 15.4781 10.0847 15.4996 10 15.4996C9.91528 15.4996 9.83194 15.4781 9.75782 15.437C9.6837 15.396 9.62122 15.3368 9.57625 15.265L5.5 8.75V16.5H6C6.13261 16.5 6.25979 16.5527 6.35355 16.6464C6.44732 16.7402 6.5 16.8674 6.5 17ZM21 13.5H30C30.1326 13.5 30.2598 13.4473 30.3536 13.3536C30.4473 13.2598 30.5 13.1326 30.5 13C30.5 12.8674 30.4473 12.7402 30.3536 12.6464C30.2598 12.5527 30.1326 12.5 30 12.5H21C20.8674 12.5 20.7402 12.5527 20.6464 12.6464C20.5527 12.7402 20.5 12.8674 20.5 13C20.5 13.1326 20.5527 13.2598 20.6464 13.3536C20.7402 13.4473 20.8674 13.5 21 13.5ZM30 16.5H21C20.8674 16.5 20.7402 16.5527 20.6464 16.6464C20.5527 16.7402 20.5 16.8674 20.5 17C20.5 17.1326 20.5527 17.2598 20.6464 17.3536C20.7402 17.4473 20.8674 17.5 21 17.5H30C30.1326 17.5 30.2598 17.4473 30.3536 17.3536C30.4473 17.2598 30.5 17.1326 30.5 17C30.5 16.8674 30.4473 16.7402 30.3536 16.6464C30.2598 16.5527 30.1326 16.5 30 16.5ZM30 20.5H9C8.86739 20.5 8.74021 20.5527 8.64645 20.6464C8.55268 20.7402 8.5 20.8674 8.5 21C8.5 21.1326 8.55268 21.2598 8.64645 21.3536C8.74021 21.4473 8.86739 21.5 9 21.5H30C30.1326 21.5 30.2598 21.4473 30.3536 21.3536C30.4473 21.2598 30.5 21.1326 30.5 21C30.5 20.8674 30.4473 20.7402 30.3536 20.6464C30.2598 20.5527 30.1326 20.5 30 20.5ZM30 24.5H9C8.86739 24.5 8.74021 24.5527 8.64645 24.6464C8.55268 24.7402 8.5 24.8674 8.5 25C8.5 25.1326 8.55268 25.2598 8.64645 25.3536C8.74021 25.4473 8.86739 25.5 9 25.5H30C30.1326 25.5 30.2598 25.4473 30.3536 25.3536C30.4473 25.2598 30.5 25.1326 30.5 25C30.5 24.8674 30.4473 24.7402 30.3536 24.6464C30.2598 24.5527 30.1326 24.5 30 24.5Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M7 17C7 17.2652 6.89464 17.5196 6.70711 17.7071C6.51957 17.8946 6.26522 18 6 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17C2 16.7348 2.10536 16.4804 2.29289 16.2929C2.48043 16.1054 2.73478 16 3 16H4V8H3C2.73478 8 2.48043 7.89464 2.29289 7.70711C2.10536 7.51957 2 7.26522 2 7C2 6.73478 2.10536 6.48043 2.29289 6.29289C2.48043 6.10536 2.73478 6 3 6H5C5.16929 5.99982 5.33585 6.04262 5.48408 6.12438C5.63231 6.20615 5.75735 6.32421 5.8475 6.4675L10 13.1138L14.1525 6.47C14.2423 6.32625 14.3673 6.20769 14.5155 6.12548C14.6638 6.04326 14.8305 6.00008 15 6H17C17.2652 6 17.5196 6.10536 17.7071 6.29289C17.8946 6.48043 18 6.73478 18 7C18 7.26522 17.8946 7.51957 17.7071 7.70711C17.5196 7.89464 17.2652 8 17 8H16V16H17C17.2652 16 17.5196 16.1054 17.7071 16.2929C17.8946 16.4804 18 16.7348 18 17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18H14C13.7348 18 13.4804 17.8946 13.2929 17.7071C13.1054 17.5196 13 17.2652 13 17C13 16.7348 13.1054 16.4804 13.2929 16.2929C13.4804 16.1054 13.7348 16 14 16V10.4863L10.8475 15.53C10.7576 15.6736 10.6326 15.792 10.4844 15.8741C10.3361 15.9561 10.1694 15.9992 10 15.9992C9.83055 15.9992 9.66389 15.9561 9.51564 15.8741C9.3674 15.792 9.24244 15.6736 9.1525 15.53L6 10.4863V16C6.26522 16 6.51957 16.1054 6.70711 16.2929C6.89464 16.4804 7 16.7348 7 17ZM21 14H30C30.2652 14 30.5196 13.8946 30.7071 13.7071C30.8946 13.5196 31 13.2652 31 13C31 12.7348 30.8946 12.4804 30.7071 12.2929C30.5196 12.1054 30.2652 12 30 12H21C20.7348 12 20.4804 12.1054 20.2929 12.2929C20.1054 12.4804 20 12.7348 20 13C20 13.2652 20.1054 13.5196 20.2929 13.7071C20.4804 13.8946 20.7348 14 21 14ZM30 16H21C20.7348 16 20.4804 16.1054 20.2929 16.2929C20.1054 16.4804 20 16.7348 20 17C20 17.2652 20.1054 17.5196 20.2929 17.7071C20.4804 17.8946 20.7348 18 21 18H30C30.2652 18 30.5196 17.8946 30.7071 17.7071C30.8946 17.5196 31 17.2652 31 17C31 16.7348 30.8946 16.4804 30.7071 16.2929C30.5196 16.1054 30.2652 16 30 16ZM30 20H9C8.73478 20 8.48043 20.1054 8.29289 20.2929C8.10536 20.4804 8 20.7348 8 21C8 21.2652 8.10536 21.5196 8.29289 21.7071C8.48043 21.8946 8.73478 22 9 22H30C30.2652 22 30.5196 21.8946 30.7071 21.7071C30.8946 21.5196 31 21.2652 31 21C31 20.7348 30.8946 20.4804 30.7071 20.2929C30.5196 20.1054 30.2652 20 30 20ZM30 24H9C8.73478 24 8.48043 24.1054 8.29289 24.2929C8.10536 24.4804 8 24.7348 8 25C8 25.2652 8.10536 25.5196 8.29289 25.7071C8.48043 25.8946 8.73478 26 9 26H30C30.2652 26 30.5196 25.8946 30.7071 25.7071C30.8946 25.5196 31 25.2652 31 25C31 24.7348 30.8946 24.4804 30.7071 24.2929C30.5196 24.1054 30.2652 24 30 24Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M7.5 16.5C7.5 16.8978 7.34196 17.2794 7.06066 17.5607C6.77936 17.842 6.39782 18 6 18H3C2.60218 18 2.22064 17.842 1.93934 17.5607C1.65804 17.2794 1.5 16.8978 1.5 16.5C1.5 16.1022 1.65804 15.7206 1.93934 15.4393C2.22064 15.158 2.60218 15 3 15H3.5V8H3C2.60218 8 2.22064 7.84197 1.93934 7.56066C1.65804 7.27936 1.5 6.89783 1.5 6.5C1.5 6.10218 1.65804 5.72064 1.93934 5.43934C2.22064 5.15804 2.60218 5 3 5H5C5.25438 4.99978 5.50463 5.06426 5.72723 5.18737C5.94983 5.31048 6.13747 5.48817 6.2725 5.70375L10 11.67L13.7275 5.705C13.8624 5.48919 14.05 5.31125 14.2726 5.18791C14.4952 5.06458 14.7455 4.99992 15 5H17C17.3978 5 17.7794 5.15804 18.0607 5.43934C18.342 5.72064 18.5 6.10218 18.5 6.5C18.5 6.89783 18.342 7.27936 18.0607 7.56066C17.7794 7.84197 17.3978 8 17 8H16.5V15H17C17.3978 15 17.7794 15.158 18.0607 15.4393C18.342 15.7206 18.5 16.1022 18.5 16.5C18.5 16.8978 18.342 17.2794 18.0607 17.5607C17.7794 17.842 17.3978 18 17 18H14C13.647 17.9989 13.3057 17.8733 13.0362 17.6453C12.7667 17.4174 12.5862 17.1017 12.5264 16.7538C12.4667 16.4059 12.5316 16.0481 12.7097 15.7433C12.8877 15.4385 13.1676 15.2063 13.5 15.0875V11.73L11.2725 15.295C11.1377 15.511 10.9502 15.6891 10.7276 15.8125C10.5049 15.936 10.2546 16.0008 10 16.0008C9.74543 16.0008 9.49505 15.936 9.27243 15.8125C9.04981 15.6891 8.86228 15.511 8.7275 15.295L6.5 11.73V15.0875C6.79218 15.1908 7.04519 15.3821 7.22425 15.635C7.40332 15.8879 7.49965 16.1901 7.5 16.5ZM22 13H30C30.3978 13 30.7794 12.842 31.0607 12.5607C31.342 12.2794 31.5 11.8978 31.5 11.5C31.5 11.1022 31.342 10.7206 31.0607 10.4393C30.7794 10.158 30.3978 10 30 10H22C21.6022 10 21.2206 10.158 20.9393 10.4393C20.658 10.7206 20.5 11.1022 20.5 11.5C20.5 11.8978 20.658 12.2794 20.9393 12.5607C21.2206 12.842 21.6022 13 22 13ZM30 15H22C21.6022 15 21.2206 15.158 20.9393 15.4393C20.658 15.7206 20.5 16.1022 20.5 16.5C20.5 16.8978 20.658 17.2794 20.9393 17.5607C21.2206 17.842 21.6022 18 22 18H30C30.3978 18 30.7794 17.842 31.0607 17.5607C31.342 17.2794 31.5 16.8978 31.5 16.5C31.5 16.1022 31.342 15.7206 31.0607 15.4393C30.7794 15.158 30.3978 15 30 15ZM30 20H9C8.60218 20 8.22064 20.158 7.93934 20.4393C7.65804 20.7206 7.5 21.1022 7.5 21.5C7.5 21.8978 7.65804 22.2794 7.93934 22.5607C8.22064 22.842 8.60218 23 9 23H30C30.3978 23 30.7794 22.842 31.0607 22.5607C31.342 22.2794 31.5 21.8978 31.5 21.5C31.5 21.1022 31.342 20.7206 31.0607 20.4393C30.7794 20.158 30.3978 20 30 20ZM30 25H9C8.60218 25 8.22064 25.158 7.93934 25.4393C7.65804 25.7206 7.5 26.1022 7.5 26.5C7.5 26.8978 7.65804 27.2794 7.93934 27.5607C8.22064 27.842 8.60218 28 9 28H30C30.3978 28 30.7794 27.842 31.0607 27.5607C31.342 27.2794 31.5 26.8978 31.5 26.5C31.5 26.1022 31.342 25.7206 31.0607 25.4393C30.7794 25.158 30.3978 25 30 25Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M7 18C7 18.2652 6.89464 18.5196 6.70711 18.7071C6.51957 18.8946 6.26522 19 6 19H3C2.73478 19 2.48043 18.8946 2.29289 18.7071C2.10536 18.5196 2 18.2652 2 18C2 17.7348 2.10536 17.4804 2.29289 17.2929C2.48043 17.1054 2.73478 17 3 17H4V9H3C2.73478 9 2.48043 8.89464 2.29289 8.70711C2.10536 8.51957 2 8.26522 2 8C2 7.73478 2.10536 7.48043 2.29289 7.29289C2.48043 7.10536 2.73478 7 3 7H5C5.16929 6.99982 5.33585 7.04262 5.48408 7.12438C5.63231 7.20615 5.75735 7.32421 5.8475 7.4675L10 14.1138L14.1525 7.47C14.2423 7.32625 14.3673 7.20769 14.5155 7.12548C14.6638 7.04326 14.8305 7.00008 15 7H17C17.2652 7 17.5196 7.10536 17.7071 7.29289C17.8946 7.48043 18 7.73478 18 8C18 8.26522 17.8946 8.51957 17.7071 8.70711C17.5196 8.89464 17.2652 9 17 9H16V17H17C17.2652 17 17.5196 17.1054 17.7071 17.2929C17.8946 17.4804 18 17.7348 18 18C18 18.2652 17.8946 18.5196 17.7071 18.7071C17.5196 18.8946 17.2652 19 17 19H14C13.7348 19 13.4804 18.8946 13.2929 18.7071C13.1054 18.5196 13 18.2652 13 18C13 17.7348 13.1054 17.4804 13.2929 17.2929C13.4804 17.1054 13.7348 17 14 17V11.4863L10.8475 16.53C10.7576 16.6736 10.6326 16.792 10.4844 16.8741C10.3361 16.9561 10.1694 16.9992 10 16.9992C9.83055 16.9992 9.66389 16.9561 9.51564 16.8741C9.3674 16.792 9.24244 16.6736 9.1525 16.53L6 11.4863V17C6.26522 17 6.51957 17.1054 6.70711 17.2929C6.89464 17.4804 7 17.7348 7 18ZM30 15H21C20.7348 15 20.4804 15.1054 20.2929 15.2929C20.1054 15.4804 20 15.7348 20 16V18C20 18.2652 20.1054 18.5196 20.2929 18.7071C20.4804 18.8946 20.7348 19 21 19H30C30.2652 19 30.5196 18.8946 30.7071 18.7071C30.8946 18.5196 31 18.2652 31 18V16C31 15.7348 30.8946 15.4804 30.7071 15.2929C30.5196 15.1054 30.2652 15 30 15ZM30 21H9C8.73478 21 8.48043 21.1054 8.29289 21.2929C8.10536 21.4804 8 21.7348 8 22V24C8 24.2652 8.10536 24.5196 8.29289 24.7071C8.48043 24.8946 8.73478 25 9 25H30C30.2652 25 30.5196 24.8946 30.7071 24.7071C30.8946 24.5196 31 24.2652 31 24V22C31 21.7348 30.8946 21.4804 30.7071 21.2929C30.5196 21.1054 30.2652 21 30 21ZM30 9H21C20.7348 9 20.4804 9.10536 20.2929 9.29289C20.1054 9.48043 20 9.73478 20 10V12C20 12.2652 20.1054 12.5196 20.2929 12.7071C20.4804 12.8946 20.7348 13 21 13H30C30.2652 13 30.5196 12.8946 30.7071 12.7071C30.8946 12.5196 31 12.2652 31 12V10C31 9.73478 30.8946 9.48043 30.7071 9.29289C30.5196 9.10536 30.2652 9 30 9Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
5003
5024
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M30 13V25H9V21H21V13H30Z", fill: "currentColor" }),
|
|
5004
5025
|
/* @__PURE__ */ C("path", { d: "M7 17C7 17.2652 6.89464 17.5196 6.70711 17.7071C6.51957 17.8946 6.26522 18 6 18H3C2.73478 18 2.48043 17.8946 2.29289 17.7071C2.10536 17.5196 2 17.2652 2 17C2 16.7348 2.10536 16.4804 2.29289 16.2929C2.48043 16.1054 2.73478 16 3 16H4V8H3C2.73478 8 2.48043 7.89464 2.29289 7.70711C2.10536 7.51957 2 7.26522 2 7C2 6.73478 2.10536 6.48043 2.29289 6.29289C2.48043 6.10536 2.73478 6 3 6H5C5.16929 5.99982 5.33585 6.04262 5.48408 6.12438C5.63231 6.20615 5.75735 6.32421 5.8475 6.4675L10 13.1138L14.1525 6.47C14.2423 6.32625 14.3673 6.20769 14.5155 6.12548C14.6638 6.04326 14.8305 6.00008 15 6H17C17.2652 6 17.5196 6.10536 17.7071 6.29289C17.8946 6.48043 18 6.73478 18 7C18 7.26522 17.8946 7.51957 17.7071 7.70711C17.5196 7.89464 17.2652 8 17 8H16V16H17C17.2652 16 17.5196 16.1054 17.7071 16.2929C17.8946 16.4804 18 16.7348 18 17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18H14C13.7348 18 13.4804 17.8946 13.2929 17.7071C13.1054 17.5196 13 17.2652 13 17C13 16.7348 13.1054 16.4804 13.2929 16.2929C13.4804 16.1054 13.7348 16 14 16V10.4863L10.8475 15.53C10.7576 15.6736 10.6326 15.792 10.4844 15.8741C10.3361 15.9561 10.1694 15.9992 10 15.9992C9.83055 15.9992 9.66389 15.9561 9.51564 15.8741C9.3674 15.792 9.24244 15.6736 9.1525 15.53L6 10.4863V16C6.26522 16 6.51957 16.1054 6.70711 16.2929C6.89464 16.4804 7 16.7348 7 17ZM21 14H30C30.2652 14 30.5196 13.8946 30.7071 13.7071C30.8946 13.5196 31 13.2652 31 13C31 12.7348 30.8946 12.4804 30.7071 12.2929C30.5196 12.1054 30.2652 12 30 12H21C20.7348 12 20.4804 12.1054 20.2929 12.2929C20.1054 12.4804 20 12.7348 20 13C20 13.2652 20.1054 13.5196 20.2929 13.7071C20.4804 13.8946 20.7348 14 21 14ZM30 16H21C20.7348 16 20.4804 16.1054 20.2929 16.2929C20.1054 16.4804 20 16.7348 20 17C20 17.2652 20.1054 17.5196 20.2929 17.7071C20.4804 17.8946 20.7348 18 21 18H30C30.2652 18 30.5196 17.8946 30.7071 17.7071C30.8946 17.5196 31 17.2652 31 17C31 16.7348 30.8946 16.4804 30.7071 16.2929C30.5196 16.1054 30.2652 16 30 16ZM30 20H9C8.73478 20 8.48043 20.1054 8.29289 20.2929C8.10536 20.4804 8 20.7348 8 21C8 21.2652 8.10536 21.5196 8.29289 21.7071C8.48043 21.8946 8.73478 22 9 22H30C30.2652 22 30.5196 21.8946 30.7071 21.7071C30.8946 21.5196 31 21.2652 31 21C31 20.7348 30.8946 20.4804 30.7071 20.2929C30.5196 20.1054 30.2652 20 30 20ZM30 24H9C8.73478 24 8.48043 24.1054 8.29289 24.2929C8.10536 24.4804 8 24.7348 8 25C8 25.2652 8.10536 25.5196 8.29289 25.7071C8.48043 25.8946 8.73478 26 9 26H30C30.2652 26 30.5196 25.8946 30.7071 25.7071C30.8946 25.5196 31 25.2652 31 25C31 24.7348 30.8946 24.4804 30.7071 24.2929C30.5196 24.1054 30.2652 24 30 24Z", fill: "currentColor" })
|
|
5005
5026
|
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M6.75 17C6.75 17.1989 6.67098 17.3897 6.53033 17.5303C6.38968 17.671 6.19891 17.75 6 17.75H3C2.80109 17.75 2.61032 17.671 2.46967 17.5303C2.32902 17.3897 2.25 17.1989 2.25 17C2.25 16.8011 2.32902 16.6103 2.46967 16.4697C2.61032 16.329 2.80109 16.25 3 16.25H4.25V7.75H3C2.80109 7.75 2.61032 7.67098 2.46967 7.53033C2.32902 7.38968 2.25 7.19891 2.25 7C2.25 6.80109 2.32902 6.61032 2.46967 6.46967C2.61032 6.32902 2.80109 6.25 3 6.25H5C5.12701 6.24969 5.25202 6.28165 5.36331 6.34287C5.47459 6.40408 5.56851 6.49256 5.63625 6.6L10 13.585L14.3638 6.6025C14.4312 6.4946 14.525 6.40563 14.6363 6.34396C14.7476 6.28229 14.8728 6.24996 15 6.25H17C17.1989 6.25 17.3897 6.32902 17.5303 6.46967C17.671 6.61032 17.75 6.80109 17.75 7C17.75 7.19891 17.671 7.38968 17.5303 7.53033C17.3897 7.67098 17.1989 7.75 17 7.75H15.75V16.25H17C17.1989 16.25 17.3897 16.329 17.5303 16.4697C17.671 16.6103 17.75 16.8011 17.75 17C17.75 17.1989 17.671 17.3897 17.5303 17.5303C17.3897 17.671 17.1989 17.75 17 17.75H14C13.8011 17.75 13.6103 17.671 13.4697 17.5303C13.329 17.3897 13.25 17.1989 13.25 17C13.25 16.8011 13.329 16.6103 13.4697 16.4697C13.6103 16.329 13.8011 16.25 14 16.25H14.25V9.615L10.6362 15.3975C10.5689 15.5055 10.4751 15.5945 10.3638 15.6563C10.2525 15.718 10.1273 15.7504 10 15.7504C9.87272 15.7504 9.74753 15.718 9.63622 15.6563C9.52491 15.5945 9.43114 15.5055 9.36375 15.3975L5.75 9.615V16.25H6C6.19891 16.25 6.38968 16.329 6.53033 16.4697C6.67098 16.6103 6.75 16.8011 6.75 17ZM21 13.75H30C30.1989 13.75 30.3897 13.671 30.5303 13.5303C30.671 13.3897 30.75 13.1989 30.75 13C30.75 12.8011 30.671 12.6103 30.5303 12.4697C30.3897 12.329 30.1989 12.25 30 12.25H21C20.8011 12.25 20.6103 12.329 20.4697 12.4697C20.329 12.6103 20.25 12.8011 20.25 13C20.25 13.1989 20.329 13.3897 20.4697 13.5303C20.6103 13.671 20.8011 13.75 21 13.75ZM30 16.25H21C20.8011 16.25 20.6103 16.329 20.4697 16.4697C20.329 16.6103 20.25 16.8011 20.25 17C20.25 17.1989 20.329 17.3897 20.4697 17.5303C20.6103 17.671 20.8011 17.75 21 17.75H30C30.1989 17.75 30.3897 17.671 30.5303 17.5303C30.671 17.3897 30.75 17.1989 30.75 17C30.75 16.8011 30.671 16.6103 30.5303 16.4697C30.3897 16.329 30.1989 16.25 30 16.25ZM30 20.25H9C8.80109 20.25 8.61032 20.329 8.46967 20.4697C8.32902 20.6103 8.25 20.8011 8.25 21C8.25 21.1989 8.32902 21.3897 8.46967 21.5303C8.61032 21.671 8.80109 21.75 9 21.75H30C30.1989 21.75 30.3897 21.671 30.5303 21.5303C30.671 21.3897 30.75 21.1989 30.75 21C30.75 20.8011 30.671 20.6103 30.5303 20.4697C30.3897 20.329 30.1989 20.25 30 20.25ZM30 24.25H9C8.80109 24.25 8.61032 24.329 8.46967 24.4697C8.32902 24.6103 8.25 24.8011 8.25 25C8.25 25.1989 8.32902 25.3897 8.46967 25.5303C8.61032 25.671 8.80109 25.75 9 25.75H30C30.1989 25.75 30.3897 25.671 30.5303 25.5303C30.671 25.3897 30.75 25.1989 30.75 25C30.75 24.8011 30.671 24.6103 30.5303 24.4697C30.3897 24.329 30.1989 24.25 30 24.25Z", fill: "currentColor" }) }), To = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M26 4.5H10C9.60218 4.5 9.22064 4.65804 8.93934 4.93934C8.65804 5.22064 8.5 5.60218 8.5 6V8.5H6C5.60218 8.5 5.22064 8.65804 4.93934 8.93934C4.65804 9.22064 4.5 9.60218 4.5 10V26C4.5 26.3978 4.65804 26.7794 4.93934 27.0607C5.22064 27.342 5.60218 27.5 6 27.5H22C22.3978 27.5 22.7794 27.342 23.0607 27.0607C23.342 26.7794 23.5 26.3978 23.5 26V23.5H26C26.3978 23.5 26.7794 23.342 27.0607 23.0607C27.342 22.7794 27.5 22.3978 27.5 22V6C27.5 5.60218 27.342 5.22064 27.0607 4.93934C26.7794 4.65804 26.3978 4.5 26 4.5ZM9.5 6C9.5 5.86739 9.55268 5.74021 9.64645 5.64645C9.74021 5.55268 9.86739 5.5 10 5.5H26C26.1326 5.5 26.2598 5.55268 26.3536 5.64645C26.4473 5.74021 26.5 5.86739 26.5 6V15.875L23.5613 12.935C23.4219 12.7952 23.2563 12.6842 23.074 12.6085C22.8917 12.5328 22.6962 12.4938 22.4988 12.4938C22.3013 12.4938 22.1059 12.5328 21.9235 12.6085C21.7412 12.6842 21.5756 12.7952 21.4363 12.935L11.875 22.5H10C9.86739 22.5 9.74021 22.4473 9.64645 22.3536C9.55268 22.2598 9.5 22.1326 9.5 22V6ZM22.5 26C22.5 26.1326 22.4473 26.2598 22.3536 26.3536C22.2598 26.4473 22.1326 26.5 22 26.5H6C5.86739 26.5 5.74021 26.4473 5.64645 26.3536C5.55268 26.2598 5.5 26.1326 5.5 26V10C5.5 9.86739 5.55268 9.74021 5.64645 9.64645C5.74021 9.55268 5.86739 9.5 6 9.5H8.5V22C8.5 22.3978 8.65804 22.7794 8.93934 23.0607C9.22064 23.342 9.60218 23.5 10 23.5H22.5V26ZM26 22.5H13.2925L22.1462 13.6462C22.1927 13.5998 22.2478 13.5629 22.3085 13.5377C22.3692 13.5126 22.4343 13.4996 22.5 13.4996C22.5657 13.4996 22.6308 13.5126 22.6915 13.5377C22.7522 13.5629 22.8073 13.5998 22.8538 13.6462L26.5 17.2925V22C26.5 22.1326 26.4473 22.2598 26.3536 22.3536C26.2598 22.4473 26.1326 22.5 26 22.5ZM15 13.5C15.4945 13.5 15.9778 13.3534 16.3889 13.0787C16.8 12.804 17.1205 12.4135 17.3097 11.9567C17.4989 11.4999 17.5484 10.9972 17.452 10.5123C17.3555 10.0273 17.1174 9.58186 16.7678 9.23223C16.4181 8.8826 15.9727 8.6445 15.4877 8.54804C15.0028 8.45157 14.5001 8.50108 14.0433 8.6903C13.5865 8.87952 13.196 9.19995 12.9213 9.61107C12.6466 10.0222 12.5 10.5055 12.5 11C12.5 11.663 12.7634 12.2989 13.2322 12.7678C13.7011 13.2366 14.337 13.5 15 13.5ZM15 9.5C15.2967 9.5 15.5867 9.58797 15.8334 9.7528C16.08 9.91762 16.2723 10.1519 16.3858 10.426C16.4993 10.7001 16.5291 11.0017 16.4712 11.2926C16.4133 11.5836 16.2704 11.8509 16.0607 12.0607C15.8509 12.2704 15.5836 12.4133 15.2926 12.4712C15.0017 12.5291 14.7001 12.4994 14.426 12.3858C14.1519 12.2723 13.9176 12.08 13.7528 11.8334C13.588 11.5867 13.5 11.2967 13.5 11C13.5 10.6022 13.658 10.2206 13.9393 9.93934C14.2206 9.65804 14.6022 9.5 15 9.5Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M26 4H10C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6V8H6C5.46957 8 4.96086 8.21071 4.58579 8.58579C4.21071 8.96086 4 9.46957 4 10V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H22C22.5304 28 23.0391 27.7893 23.4142 27.4142C23.7893 27.0391 24 26.5304 24 26V24H26C26.5304 24 27.0391 23.7893 27.4142 23.4142C27.7893 23.0391 28 22.5304 28 22V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM10 6H26V14.6725L23.9125 12.585C23.5375 12.2102 23.029 11.9997 22.4988 11.9997C21.9685 11.9997 21.46 12.2102 21.085 12.585L11.6713 22H10V6ZM22 26H6V10H8V22C8 22.5304 8.21071 23.0391 8.58579 23.4142C8.96086 23.7893 9.46957 24 10 24H22V26ZM26 22H14.5L22.5 14L26 17.5V22ZM15 14C15.5933 14 16.1734 13.8241 16.6667 13.4944C17.1601 13.1648 17.5446 12.6962 17.7716 12.1481C17.9987 11.5999 18.0581 10.9967 17.9424 10.4147C17.8266 9.83279 17.5409 9.29824 17.1213 8.87868C16.7018 8.45912 16.1672 8.1734 15.5853 8.05764C15.0033 7.94189 14.4001 8.0013 13.8519 8.22836C13.3038 8.45542 12.8352 8.83994 12.5056 9.33329C12.1759 9.82664 12 10.4067 12 11C12 11.7956 12.3161 12.5587 12.8787 13.1213C13.4413 13.6839 14.2044 14 15 14ZM15 10C15.1978 10 15.3911 10.0586 15.5556 10.1685C15.72 10.2784 15.8482 10.4346 15.9239 10.6173C15.9996 10.8 16.0194 11.0011 15.9808 11.1951C15.9422 11.3891 15.847 11.5673 15.7071 11.7071C15.5673 11.847 15.3891 11.9422 15.1951 11.9808C15.0011 12.0194 14.8 11.9996 14.6173 11.9239C14.4346 11.8482 14.2784 11.72 14.1685 11.5556C14.0586 11.3911 14 11.1978 14 11C14 10.7348 14.1054 10.4804 14.2929 10.2929C14.4804 10.1054 14.7348 10 15 10Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M26 3.5H11C10.337 3.5 9.70107 3.76339 9.23223 4.23223C8.76339 4.70107 8.5 5.33696 8.5 6V7.5H6C5.33696 7.5 4.70107 7.76339 4.23223 8.23223C3.76339 8.70107 3.5 9.33696 3.5 10V26C3.5 26.663 3.76339 27.2989 4.23223 27.7678C4.70107 28.2366 5.33696 28.5 6 28.5H22C22.663 28.5 23.2989 28.2366 23.7678 27.7678C24.2366 27.2989 24.5 26.663 24.5 26V23.5H26C26.663 23.5 27.2989 23.2366 27.7678 22.7678C28.2366 22.2989 28.5 21.663 28.5 21V6C28.5 5.33696 28.2366 4.70107 27.7678 4.23223C27.2989 3.76339 26.663 3.5 26 3.5ZM11.5 6.5H25.5V13.965L24.2675 12.7325C23.7987 12.2638 23.1629 12.0005 22.5 12.0005C21.8371 12.0005 21.2013 12.2638 20.7325 12.7325L12.965 20.5H11.5V6.5ZM21.5 25.5H6.5V10.5H8.5V21C8.5 21.663 8.76339 22.2989 9.23223 22.7678C9.70107 23.2366 10.337 23.5 11 23.5H21.5V25.5ZM17.2075 20.5L22.5 15.2075L25.5 18.2075V20.5H17.2075ZM13.5 11C13.5 10.5055 13.6466 10.0222 13.9213 9.61107C14.196 9.19995 14.5865 8.87952 15.0433 8.6903C15.5001 8.50108 16.0028 8.45157 16.4877 8.54804C16.9727 8.6445 17.4181 8.8826 17.7678 9.23223C18.1174 9.58186 18.3555 10.0273 18.452 10.5123C18.5484 10.9972 18.4989 11.4999 18.3097 11.9567C18.1205 12.4135 17.8 12.804 17.3889 13.0787C16.9778 13.3534 16.4945 13.5 16 13.5C15.337 13.5 14.7011 13.2366 14.2322 12.7678C13.7634 12.2989 13.5 11.663 13.5 11Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M26 4H10C9.46957 4 8.96086 4.21071 8.58579 4.58579C8.21071 4.96086 8 5.46957 8 6V8H6C5.46957 8 4.96086 8.21071 4.58579 8.58579C4.21071 8.96086 4 9.46957 4 10V26C4 26.5304 4.21071 27.0391 4.58579 27.4142C4.96086 27.7893 5.46957 28 6 28H22C22.5304 28 23.0391 27.7893 23.4142 27.4142C23.7893 27.0391 24 26.5304 24 26V24H26C26.5304 24 27.0391 23.7893 27.4142 23.4142C27.7893 23.0391 28 22.5304 28 22V6C28 5.46957 27.7893 4.96086 27.4142 4.58579C27.0391 4.21071 26.5304 4 26 4ZM10 6H26V14.6725L23.9125 12.585C23.5375 12.2102 23.029 11.9997 22.4988 11.9997C21.9685 11.9997 21.46 12.2102 21.085 12.585L11.6713 22H10V6ZM22 26H6V10H8V22C8 22.5304 8.21071 23.0391 8.58579 23.4142C8.96086 23.7893 9.46957 24 10 24H22V26ZM13 11C13 10.6044 13.1173 10.2178 13.3371 9.88886C13.5568 9.55996 13.8692 9.30362 14.2346 9.15224C14.6001 9.00087 15.0022 8.96126 15.3902 9.03843C15.7781 9.1156 16.1345 9.30608 16.4142 9.58579C16.6939 9.86549 16.8844 10.2219 16.9616 10.6098C17.0387 10.9978 16.9991 11.3999 16.8478 11.7654C16.6964 12.1308 16.44 12.4432 16.1111 12.6629C15.7822 12.8827 15.3956 13 15 13C14.4696 13 13.9609 12.7893 13.5858 12.4142C13.2107 12.0391 13 11.5304 13 11Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
@@ -7126,10 +7147,10 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
7126
7147
|
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M27.8812 8.66634C27.705 8.75634 27.5004 8.77308 27.3119 8.71291C27.1235 8.65274 26.9664 8.52054 26.8749 8.34509C25.8996 6.41913 24.4227 4.79196 22.5999 3.63509C22.4341 3.52793 22.3172 3.35967 22.2746 3.16683C22.232 2.974 22.2672 2.77215 22.3725 2.6051C22.4779 2.43806 22.6448 2.3193 22.8372 2.2746C23.0295 2.2299 23.2317 2.26286 23.3999 2.36634C25.4412 3.67212 27.0983 5.49746 28.2012 7.65509C28.2466 7.74251 28.2743 7.838 28.2828 7.93613C28.2913 8.03425 28.2803 8.13309 28.2506 8.22699C28.2209 8.3209 28.173 8.40803 28.1096 8.48341C28.0462 8.5588 27.9686 8.62096 27.8812 8.66634ZM5.12495 8.34509C6.10032 6.41913 7.57721 4.79196 9.39994 3.63509C9.56582 3.52793 9.68273 3.35967 9.72531 3.16683C9.76789 2.974 9.73269 2.77215 9.62736 2.6051C9.52204 2.43806 9.35507 2.3193 9.16272 2.2746C8.97036 2.2299 8.76814 2.26286 8.59995 2.36634C6.55869 3.67212 4.9016 5.49746 3.7987 7.65509C3.74352 7.74283 3.70713 7.84106 3.69182 7.94356C3.67651 8.04607 3.68261 8.15064 3.70975 8.25067C3.73688 8.35071 3.78445 8.44403 3.84945 8.52475C3.91446 8.60548 3.99549 8.67185 4.08744 8.71969C4.17939 8.76753 4.28025 8.79578 4.38367 8.80268C4.48708 8.80958 4.5908 8.79497 4.68829 8.75978C4.78578 8.72458 4.87491 8.66956 4.95007 8.59818C5.02522 8.52681 5.08477 8.44064 5.12495 8.34509ZM27.4999 22.1176C27.6548 22.3827 27.7371 22.6838 27.7388 22.9908C27.7404 23.2978 27.6612 23.5998 27.5093 23.8665C27.3573 24.1332 27.1378 24.3553 26.8729 24.5104C26.608 24.6655 26.3069 24.7481 25.9999 24.7501H20.6874C20.5053 25.8619 19.9339 26.8728 19.0752 27.6022C18.2166 28.3316 17.1266 28.7321 15.9999 28.7321C14.8733 28.7321 13.7833 28.3316 12.9247 27.6022C12.066 26.8728 11.4946 25.8619 11.3124 24.7501H5.99995C5.69233 24.7494 5.39033 24.6677 5.12436 24.5132C4.8584 24.3586 4.63787 24.1367 4.48501 23.8697C4.33214 23.6028 4.25234 23.3003 4.25365 22.9927C4.25495 22.6851 4.33732 22.3832 4.49244 22.1176C5.64119 20.1363 6.24995 17.3288 6.24995 14.0001C6.24995 11.4142 7.27717 8.93428 9.10565 7.1058C10.9341 5.27732 13.4141 4.25009 15.9999 4.25009C18.5858 4.25009 21.0658 5.27732 22.8942 7.1058C24.7227 8.93428 25.7499 11.4142 25.7499 14.0001C25.7499 17.3751 26.3424 20.1076 27.5099 22.1176H27.4999ZM19.1612 24.7501H12.8387C13.0083 25.4609 13.4125 26.0938 13.9861 26.5467C14.5597 26.9995 15.2692 27.2458 15.9999 27.2458C16.7307 27.2458 17.4402 26.9995 18.0138 26.5467C18.5874 26.0938 18.9916 25.4609 19.1612 24.7501ZM26.2137 22.8751C24.9112 20.6251 24.2499 17.6438 24.2499 14.0001C24.2499 11.8121 23.3808 9.71364 21.8336 8.16646C20.2864 6.61929 18.188 5.75009 15.9999 5.75009C13.8119 5.75009 11.7135 6.61929 10.1663 8.16646C8.61914 9.71364 7.74995 11.8121 7.74995 14.0001C7.74995 17.6451 7.0887 20.6251 5.7862 22.8751C5.76425 22.9131 5.7527 22.9562 5.7527 23.0001C5.7527 23.044 5.76425 23.0871 5.7862 23.1251C5.80678 23.1634 5.83748 23.1953 5.87496 23.2173C5.91243 23.2394 5.95523 23.2507 5.9987 23.2501H25.9999C26.0434 23.2507 26.0862 23.2394 26.1237 23.2173C26.1612 23.1953 26.1919 23.1634 26.2124 23.1251C26.2346 23.0872 26.2463 23.0441 26.2466 23.0003C26.2468 22.9564 26.2354 22.9132 26.2137 22.8751Z", fill: "currentColor" }) }), Eh = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M29.354 2.64616C29.3076 2.59967 29.2524 2.56279 29.1917 2.53763C29.1311 2.51246 29.066 2.49951 29.0003 2.49951C28.9346 2.49951 28.8695 2.51246 28.8088 2.53763C28.7481 2.56279 28.693 2.59967 28.6465 2.64616L21.7428 9.54991L20.7178 8.5249C20.3928 8.19986 20.0069 7.94202 19.5823 7.76611C19.1576 7.59019 18.7024 7.49965 18.2428 7.49965C17.7831 7.49965 17.328 7.59019 16.9033 7.76611C16.4786 7.94202 16.0928 8.19986 15.7678 8.5249L12.5003 11.7924L11.354 10.6462C11.2602 10.5523 11.133 10.4996 11.0003 10.4996C10.8676 10.4996 10.7403 10.5523 10.6465 10.6462C10.5527 10.74 10.5 10.8672 10.5 10.9999C10.5 11.1326 10.5527 11.2598 10.6465 11.3537L11.7928 12.4999L8.52528 15.7674C8.20023 16.0924 7.9424 16.4783 7.76648 16.9029C7.59057 17.3276 7.50003 17.7827 7.50003 18.2424C7.50003 18.7021 7.59057 19.1572 7.76648 19.5819C7.9424 20.0065 8.20023 20.3924 8.52528 20.7174L9.55028 21.7424L2.64653 28.6462C2.55271 28.74 2.5 28.8672 2.5 28.9999C2.5 29.1326 2.55271 29.2598 2.64653 29.3537C2.74035 29.4475 2.8676 29.5002 3.00028 29.5002C3.13296 29.5002 3.26021 29.4475 3.35403 29.3537L10.2578 22.4499L11.2828 23.4749C11.6078 23.7999 11.9936 24.0578 12.4183 24.2337C12.843 24.4096 13.2981 24.5002 13.7578 24.5002C14.2174 24.5002 14.6726 24.4096 15.0973 24.2337C15.5219 24.0578 15.9078 23.7999 16.2328 23.4749L19.5003 20.2074L20.6465 21.3537C20.7403 21.4475 20.8676 21.5002 21.0003 21.5002C21.133 21.5002 21.2602 21.4475 21.354 21.3537C21.4478 21.2598 21.5006 21.1326 21.5006 20.9999C21.5006 20.8672 21.4478 20.74 21.354 20.6462L20.2078 19.4999L23.4753 16.2324C23.8003 15.9074 24.0582 15.5215 24.2341 15.0969C24.41 14.6722 24.5005 14.2171 24.5005 13.7574C24.5005 13.2977 24.41 12.8426 24.2341 12.4179C24.0582 11.9933 23.8003 11.6074 23.4753 11.2824L22.4503 10.2574L29.354 3.35366C29.4005 3.30722 29.4374 3.25207 29.4626 3.19138C29.4877 3.13068 29.5007 3.06561 29.5007 2.99991C29.5007 2.9342 29.4877 2.86913 29.4626 2.80843C29.4374 2.74774 29.4005 2.69259 29.354 2.64616ZM15.5253 22.7712C15.0565 23.2398 14.4207 23.5031 13.7578 23.5031C13.0949 23.5031 12.4591 23.2398 11.9903 22.7712L9.23278 20.0099C8.7641 19.5411 8.50081 18.9053 8.50081 18.2424C8.50081 17.5795 8.7641 16.9437 9.23278 16.4749L12.5003 13.2074L18.7928 19.4999L15.5253 22.7712ZM22.7678 15.5287L19.5003 18.7924L13.2078 12.4999L16.4753 9.23241C16.9441 8.76373 17.5799 8.50044 18.2428 8.50044C18.9057 8.50044 19.5415 8.76373 20.0103 9.23241L22.7678 11.9899C23.2365 12.4587 23.4997 13.0945 23.4997 13.7574C23.4997 14.4203 23.2365 15.0561 22.7678 15.5249V15.5287ZM11.5265 4.1574C11.5021 4.09432 11.4907 4.02693 11.4931 3.95933C11.4955 3.89172 11.5116 3.8253 11.5403 3.76408C11.5691 3.70287 11.6101 3.64813 11.6606 3.60318C11.7112 3.55824 11.7703 3.52402 11.8345 3.50261C11.8987 3.48119 11.9665 3.47301 12.0339 3.47858C12.1014 3.48415 12.1669 3.50333 12.2267 3.53498C12.2865 3.56663 12.3393 3.61009 12.3818 3.66271C12.4243 3.71534 12.4557 3.77605 12.474 3.84116L13.474 6.84116C13.4948 6.90345 13.5031 6.96923 13.4984 7.03473C13.4938 7.10023 13.4763 7.16417 13.4469 7.22291C13.4175 7.28164 13.3769 7.33402 13.3273 7.37704C13.2777 7.42006 13.2201 7.45289 13.1578 7.47366C13.1071 7.49096 13.0539 7.49983 13.0003 7.49991C12.8954 7.49974 12.7932 7.46657 12.7081 7.4051C12.6231 7.34364 12.5596 7.25698 12.5265 7.1574L11.5265 4.1574ZM3.52653 11.8412C3.56852 11.7171 3.65752 11.6144 3.7744 11.5553C3.89127 11.4962 4.02669 11.4852 4.15153 11.5249L7.15153 12.5249C7.26411 12.5619 7.35989 12.6377 7.4218 12.7387C7.48371 12.8397 7.50773 12.9595 7.48956 13.0766C7.4714 13.1937 7.41223 13.3005 7.32262 13.378C7.23301 13.4556 7.11877 13.4988 7.00028 13.4999C6.9467 13.4998 6.89349 13.491 6.84278 13.4737L3.84278 12.4737C3.78048 12.4529 3.72288 12.4201 3.67327 12.377C3.62366 12.334 3.58301 12.2816 3.55364 12.2229C3.52428 12.1642 3.50677 12.1002 3.50212 12.0347C3.49746 11.9692 3.50576 11.9035 3.52653 11.8412ZM28.474 20.1587C28.4408 20.258 28.3771 20.3444 28.2921 20.4056C28.2071 20.4668 28.105 20.4998 28.0003 20.4999C27.9467 20.4998 27.8935 20.491 27.8428 20.4737L24.8428 19.4737C24.7201 19.4294 24.6196 19.339 24.5626 19.2217C24.5056 19.1044 24.4967 18.9695 24.5378 18.8457C24.5789 18.722 24.6667 18.6192 24.7826 18.5592C24.8984 18.4993 25.033 18.487 25.1578 18.5249L28.1578 19.5249C28.2202 19.5457 28.278 19.5785 28.3277 19.6216C28.3774 19.6648 28.4181 19.7173 28.4475 19.7761C28.4768 19.835 28.4943 19.8991 28.4989 19.9647C28.5034 20.0304 28.495 20.0963 28.474 20.1587ZM20.474 27.8412C20.4948 27.9035 20.5031 27.9692 20.4984 28.0347C20.4938 28.1002 20.4763 28.1642 20.4469 28.2229C20.4175 28.2816 20.3769 28.334 20.3273 28.377C20.2777 28.4201 20.2201 28.4529 20.1578 28.4737C20.1071 28.491 20.0539 28.4998 20.0003 28.4999C19.8955 28.4998 19.7934 28.4668 19.7084 28.4056C19.6234 28.3444 19.5598 28.258 19.5265 28.1587L18.5265 25.1587C18.4901 25.0346 18.5032 24.9012 18.563 24.7865C18.6229 24.6719 18.7248 24.5849 18.8474 24.5438C18.9701 24.5027 19.1038 24.5107 19.2207 24.5662C19.3375 24.6216 19.4283 24.7202 19.474 24.8412L20.474 27.8412Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M29.7081 2.29255C29.6152 2.19958 29.5049 2.12582 29.3835 2.07549C29.2621 2.02517 29.132 1.99927 29.0006 1.99927C28.8691 1.99927 28.739 2.02517 28.6176 2.07549C28.4962 2.12582 28.3859 2.19958 28.2931 2.29255L21.7431 8.8438L21.0718 8.1713C20.3208 7.42249 19.3036 7.00199 18.2431 7.00199C17.1825 7.00199 16.1653 7.42249 15.4143 8.1713L12.5006 11.0863L11.7081 10.2926C11.5204 10.1049 11.2659 9.9995 11.0006 9.9995C10.7352 9.9995 10.4807 10.1049 10.2931 10.2926C10.1054 10.4802 10 10.7347 10 11.0001C10 11.2654 10.1054 11.5199 10.2931 11.7076L11.0868 12.5001L8.17181 15.4138C7.80028 15.7853 7.50556 16.2262 7.30448 16.7116C7.1034 17.197 6.99991 17.7172 6.99991 18.2426C6.99991 18.7679 7.1034 19.2881 7.30448 19.7735C7.50556 20.2589 7.80028 20.6999 8.17181 21.0713L8.84431 21.7426L2.29306 28.2926C2.20015 28.3855 2.12645 28.4958 2.07616 28.6172C2.02588 28.7386 2 28.8687 2 29.0001C2 29.1314 2.02588 29.2616 2.07616 29.3829C2.12645 29.5043 2.20015 29.6146 2.29306 29.7076C2.4807 29.8952 2.73519 30.0006 3.00056 30.0006C3.13195 30.0006 3.26206 29.9747 3.38345 29.9244C3.50485 29.8742 3.61515 29.8005 3.70806 29.7076L10.2581 23.1563L10.9293 23.8288C11.3008 24.2003 11.7417 24.4951 12.2271 24.6961C12.7125 24.8972 13.2327 25.0007 13.7581 25.0007C14.2834 25.0007 14.8036 24.8972 15.289 24.6961C15.7744 24.4951 16.2154 24.2003 16.5868 23.8288L19.5006 20.9138L20.2931 21.7076C20.386 21.8005 20.4963 21.8742 20.6177 21.9244C20.7391 21.9747 20.8692 22.0006 21.0006 22.0006C21.132 22.0006 21.2621 21.9747 21.3835 21.9244C21.5048 21.8742 21.6151 21.8005 21.7081 21.7076C21.801 21.6146 21.8747 21.5043 21.9249 21.3829C21.9752 21.2616 22.0011 21.1314 22.0011 21.0001C22.0011 20.8687 21.9752 20.7386 21.9249 20.6172C21.8747 20.4958 21.801 20.3855 21.7081 20.2926L20.9143 19.5001L23.8293 16.5863C24.2008 16.2149 24.4956 15.7739 24.6966 15.2885C24.8977 14.8031 25.0012 14.2829 25.0012 13.7576C25.0012 13.2322 24.8977 12.712 24.6966 12.2266C24.4956 11.7412 24.2008 11.3003 23.8293 10.9288L23.1568 10.2576L29.7081 3.70755C29.801 3.61468 29.8748 3.50439 29.9251 3.38299C29.9754 3.2616 30.0013 3.13147 30.0013 3.00005C30.0013 2.86864 29.9754 2.73851 29.9251 2.61711C29.8748 2.49572 29.801 2.38543 29.7081 2.29255ZM15.1718 22.4176C14.7968 22.7923 14.2883 23.0029 13.7581 23.0029C13.2278 23.0029 12.7193 22.7923 12.3443 22.4176L9.58681 19.6563C9.21202 19.2813 9.00148 18.7728 9.00148 18.2426C9.00148 17.7123 9.21202 17.2038 9.58681 16.8288L12.5006 13.9138L18.0868 19.5001L15.1718 22.4176ZM22.4143 15.1751L19.5006 18.0863L13.9143 12.5001L16.8293 9.5863C17.2043 9.21152 17.7129 9.00098 18.2431 9.00098C18.7733 9.00098 19.2818 9.21152 19.6568 9.5863L22.4143 12.3363C22.601 12.5221 22.7492 12.743 22.8503 12.9863C22.9513 13.2295 23.0034 13.4904 23.0034 13.7538C23.0034 14.0172 22.9513 14.2781 22.8503 14.5213C22.7492 14.7646 22.601 14.9855 22.4143 15.1713V15.1751ZM11.0518 4.3163C10.9679 4.06468 10.9874 3.79004 11.1061 3.55281C11.2247 3.31558 11.4327 3.13518 11.6843 3.0513C11.9359 2.96743 12.2106 2.98695 12.4478 3.10556C12.685 3.22418 12.8654 3.43218 12.9493 3.6838L13.9493 6.6838C13.9908 6.8084 14.0074 6.93995 13.9981 7.07095C13.9888 7.20195 13.9538 7.32983 13.895 7.4473C13.8363 7.56477 13.755 7.66951 13.6558 7.75556C13.5566 7.84161 13.4414 7.90727 13.3168 7.9488C13.0652 8.03268 12.7905 8.01316 12.5533 7.89454C12.4358 7.83581 12.3311 7.75452 12.245 7.6553C12.159 7.55609 12.0933 7.4409 12.0518 7.3163L11.0518 4.3163ZM3.05181 11.6838C3.09333 11.5592 3.15899 11.444 3.24503 11.3448C3.33108 11.2456 3.43583 11.1643 3.5533 11.1055C3.67077 11.0468 3.79865 11.0118 3.92966 11.0025C4.06066 10.9932 4.19221 11.0098 4.31681 11.0513L7.31681 12.0513C7.4414 12.0928 7.55659 12.1585 7.6558 12.2445C7.75502 12.3306 7.83631 12.4353 7.89505 12.5528C7.95378 12.6703 7.9888 12.7982 7.99811 12.9292C8.00742 13.0602 7.99084 13.1917 7.94931 13.3163C7.90778 13.4409 7.84211 13.5561 7.75606 13.6553C7.67001 13.7545 7.56527 13.8358 7.4478 13.8945C7.33034 13.9533 7.20245 13.9883 7.07145 13.9976C6.94045 14.0069 6.8089 13.9903 6.68431 13.9488L3.68431 12.9488C3.55971 12.9073 3.44451 12.8416 3.34529 12.7556C3.24607 12.6695 3.16477 12.5648 3.10604 12.4473C3.04731 12.3298 3.01229 12.202 3.00298 12.071C2.99368 11.9399 3.01027 11.8084 3.05181 11.6838ZM28.9493 20.3163C28.9078 20.4409 28.8421 20.5561 28.7561 20.6553C28.67 20.7545 28.5653 20.8358 28.4478 20.8946C28.3303 20.9533 28.2025 20.9883 28.0715 20.9976C27.9405 21.0069 27.8089 20.9903 27.6843 20.9488L24.6843 19.9488C24.4327 19.8649 24.2247 19.6845 24.1061 19.4473C23.9875 19.2101 23.9679 18.9354 24.0518 18.6838C24.1357 18.4322 24.3161 18.2242 24.5533 18.1056C24.7905 17.9869 25.0652 17.9674 25.3168 18.0513L28.3168 19.0513C28.4414 19.0928 28.5566 19.1585 28.6558 19.2445C28.755 19.3306 28.8363 19.4353 28.8951 19.5528C28.9538 19.6703 28.9888 19.7982 28.9981 19.9292C29.0074 20.0602 28.9908 20.1917 28.9493 20.3163ZM20.9493 27.6838C21.0332 27.9354 21.0137 28.2101 20.895 28.4473C20.7764 28.6845 20.5684 28.8649 20.3168 28.9488C20.0652 29.0327 19.7905 29.0132 19.5533 28.8945C19.3161 28.7759 19.1357 28.5679 19.0518 28.3163L18.0518 25.3163C17.9679 25.0647 17.9875 24.79 18.1061 24.5528C18.2247 24.3156 18.4327 24.1352 18.6843 24.0513C18.9359 23.9674 19.2106 23.9869 19.4478 24.1056C19.685 24.2242 19.8654 24.4322 19.9493 24.6838L20.9493 27.6838Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.0606 1.93874C29.9213 1.7989 29.7557 1.68795 29.5734 1.61224C29.3911 1.53653 29.1956 1.49756 28.9981 1.49756C28.8007 1.49756 28.6052 1.53653 28.4229 1.61224C28.2406 1.68795 28.075 1.7989 27.9356 1.93874L21.7419 8.13624L21.4244 7.81749C20.5797 6.97517 19.4354 6.50216 18.2425 6.50216C17.0496 6.50216 15.9054 6.97517 15.0606 7.81749L12.4994 10.375L12.0606 9.93499C11.9211 9.79546 11.7555 9.68478 11.5732 9.60927C11.3909 9.53376 11.1955 9.49489 10.9981 9.49489C10.5996 9.49489 10.2174 9.6532 9.93565 9.93499C9.79612 10.0745 9.68544 10.2402 9.60993 10.4225C9.53441 10.6048 9.49555 10.8002 9.49555 10.9975C9.49555 11.396 9.65386 11.7782 9.93565 12.06L10.3744 12.5L7.8169 15.0612C6.97305 15.9051 6.49898 17.0497 6.49898 18.2431C6.49898 19.4365 6.97305 20.5811 7.8169 21.425L8.13565 21.7425L1.93815 27.9387C1.65636 28.2205 1.49805 28.6027 1.49805 29.0012C1.49805 29.3998 1.65636 29.7819 1.93815 30.0637C2.21994 30.3455 2.60213 30.5038 3.00065 30.5038C3.39916 30.5038 3.78136 30.3455 4.06315 30.0637L10.2594 23.8662L10.5769 24.185C11.4218 25.027 12.566 25.4998 13.7588 25.4998C14.9516 25.4998 16.0958 25.027 16.9406 24.185L19.4994 21.625L19.9381 22.065C20.2199 22.3468 20.6021 22.5051 21.0006 22.5051C21.3992 22.5051 21.7814 22.3468 22.0631 22.065C22.3449 21.7832 22.5033 21.401 22.5033 21.0025C22.5033 20.604 22.3449 20.2218 22.0631 19.94L21.6244 19.5L24.1856 16.9387C25.0295 16.0948 25.5036 14.9503 25.5036 13.7569C25.5036 12.5634 25.0295 11.4189 24.1856 10.575L23.8669 10.2575L30.0644 4.06124C30.2036 3.92169 30.314 3.75606 30.3891 3.57383C30.4643 3.3916 30.5028 3.19634 30.5025 2.99921C30.5021 2.80209 30.4629 2.60697 30.3871 2.42501C30.3113 2.24304 30.2004 2.0778 30.0606 1.93874ZM14.8169 22.0637C14.6775 22.2036 14.512 22.3145 14.3296 22.3902C14.1473 22.466 13.9518 22.5049 13.7544 22.5049C13.557 22.5049 13.3615 22.466 13.1792 22.3902C12.9968 22.3145 12.8313 22.2036 12.6919 22.0637L9.93815 19.3037C9.79831 19.1644 9.68735 18.9988 9.61165 18.8165C9.53594 18.6341 9.49697 18.4387 9.49697 18.2412C9.49697 18.0438 9.53594 17.8483 9.61165 17.666C9.68735 17.4837 9.79831 17.3181 9.93815 17.1787L12.4994 14.625L17.3744 19.5L14.8169 22.0637ZM22.0669 14.82L19.4994 17.375L14.6244 12.5L17.1856 9.93874C17.325 9.7989 17.4906 9.68795 17.6729 9.61224C17.8552 9.53653 18.0507 9.49756 18.2481 9.49756C18.4456 9.49756 18.6411 9.53653 18.8234 9.61224C19.0057 9.68795 19.1713 9.7989 19.3106 9.93874L22.0681 12.6962C22.208 12.8356 22.3189 13.0012 22.3947 13.1835C22.4704 13.3658 22.5093 13.5613 22.5093 13.7587C22.5093 13.9562 22.4704 14.1516 22.3947 14.334C22.3189 14.5163 22.208 14.6819 22.0681 14.8212L22.0669 14.82ZM2.5769 11.5262C2.63918 11.3393 2.73767 11.1665 2.86674 11.0177C2.99581 10.8689 3.15293 10.7469 3.32914 10.6588C3.50534 10.5707 3.69717 10.5182 3.89368 10.5043C4.09018 10.4903 4.28751 10.5152 4.4744 10.5775L5.9744 11.0775C6.16587 11.136 6.3437 11.2322 6.49741 11.3604C6.65111 11.4887 6.77758 11.6465 6.86937 11.8244C6.96115 12.0023 7.01639 12.1968 7.03183 12.3964C7.04727 12.596 7.02259 12.7967 6.95926 12.9866C6.89593 13.1765 6.79521 13.3519 6.66306 13.5022C6.53091 13.6526 6.36999 13.775 6.18978 13.8623C6.00958 13.9495 5.81374 13.9997 5.61381 14.0101C5.41387 14.0204 5.21389 13.9906 5.02565 13.9225L3.52565 13.4225C3.14849 13.2967 2.8367 13.0263 2.6588 12.6707C2.4809 12.3152 2.45144 11.9035 2.5769 11.5262ZM10.5769 4.47499C10.5087 4.28675 10.479 4.08677 10.4893 3.88683C10.4997 3.6869 10.5499 3.49106 10.6371 3.31086C10.7244 3.13065 10.8468 2.96973 10.9971 2.83758C11.1475 2.70543 11.3229 2.60471 11.5128 2.54138C11.7027 2.47805 11.9034 2.45337 12.103 2.46881C12.3026 2.48425 12.4971 2.53949 12.675 2.63127C12.8529 2.72306 13.0107 2.84953 13.1389 3.00323C13.2672 3.15694 13.3634 3.33477 13.4219 3.52624L13.9219 5.02624C14.0362 5.40039 13.9997 5.80437 13.8204 6.15203C13.641 6.4997 13.3329 6.76355 12.9618 6.88731C12.5907 7.01106 12.1859 6.98494 11.8338 6.81451C11.4817 6.64408 11.2101 6.34283 11.0769 5.97499L10.5769 4.47499ZM29.4219 20.475C29.2959 20.8522 29.0252 21.1639 28.6693 21.3416C28.3135 21.5193 27.9017 21.5484 27.5244 21.4225L26.0244 20.9225C25.6566 20.7893 25.3553 20.5177 25.1849 20.1656C25.0144 19.8134 24.9883 19.4087 25.1121 19.0376C25.2358 18.6664 25.4997 18.3584 25.8474 18.179C26.195 17.9997 26.599 17.9632 26.9731 18.0775L28.4731 18.5775C28.66 18.6398 28.8328 18.7383 28.9817 18.8673C29.1305 18.9964 29.2524 19.1535 29.3405 19.3297C29.4286 19.5059 29.4812 19.6978 29.4951 19.8943C29.5091 20.0908 29.4842 20.2881 29.4219 20.475ZM21.4219 27.5262C21.4911 27.7147 21.5217 27.9152 21.512 28.1158C21.5022 28.3163 21.4523 28.5129 21.3652 28.6938C21.2781 28.8747 21.1555 29.0363 21.0048 29.169C20.854 29.3016 20.6782 29.4027 20.4877 29.4661C20.2972 29.5296 20.0959 29.5541 19.8957 29.5383C19.6955 29.5225 19.5006 29.4667 19.3224 29.3742C19.1442 29.2816 18.9864 29.1542 18.8583 28.9996C18.7303 28.8449 18.6346 28.6661 18.5769 28.4737L18.0769 26.9737C18.0077 26.7852 17.9771 26.5848 17.9868 26.3842C17.9966 26.1836 18.0465 25.9871 18.1336 25.8062C18.2207 25.6252 18.3433 25.4637 18.494 25.331C18.6448 25.1983 18.8206 25.0973 19.0111 25.0338C19.2016 24.9704 19.4029 24.9458 19.6031 24.9616C19.8033 24.9774 19.9982 25.0333 20.1764 25.1258C20.3546 25.2184 20.5124 25.3458 20.6405 25.5004C20.7685 25.6551 20.8642 25.8339 20.9219 26.0262L21.4219 27.5262Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M29.7081 2.29255C29.6152 2.19958 29.5049 2.12582 29.3835 2.07549C29.2621 2.02517 29.132 1.99927 29.0006 1.99927C28.8691 1.99927 28.739 2.02517 28.6176 2.07549C28.4962 2.12582 28.3859 2.19958 28.2931 2.29255L21.7431 8.8438L21.0718 8.1713C20.3208 7.42249 19.3036 7.00199 18.2431 7.00199C17.1825 7.00199 16.1653 7.42249 15.4143 8.1713L12.5006 11.0863L11.7081 10.2926C11.5204 10.1049 11.2659 9.9995 11.0006 9.9995C10.7352 9.9995 10.4807 10.1049 10.2931 10.2926C10.1054 10.4802 10 10.7347 10 11.0001C10 11.2654 10.1054 11.5199 10.2931 11.7076L11.0868 12.5001L8.17181 15.4138C7.80028 15.7853 7.50556 16.2262 7.30448 16.7116C7.1034 17.197 6.99991 17.7172 6.99991 18.2426C6.99991 18.7679 7.1034 19.2881 7.30448 19.7735C7.50556 20.2589 7.80028 20.6999 8.17181 21.0713L8.84431 21.7426L2.29306 28.2926C2.20015 28.3855 2.12645 28.4958 2.07616 28.6172C2.02588 28.7386 2 28.8687 2 29.0001C2 29.1314 2.02588 29.2616 2.07616 29.3829C2.12645 29.5043 2.20015 29.6146 2.29306 29.7076C2.4807 29.8952 2.73519 30.0006 3.00056 30.0006C3.13195 30.0006 3.26206 29.9747 3.38345 29.9244C3.50485 29.8742 3.61515 29.8005 3.70806 29.7076L10.2581 23.1563L10.9293 23.8288C11.6804 24.5773 12.6976 24.9976 13.7581 24.9976C14.8185 24.9976 15.8357 24.5773 16.5868 23.8288L19.5006 20.9138L20.2931 21.7076C20.386 21.8005 20.4963 21.8742 20.6177 21.9244C20.7391 21.9747 20.8692 22.0006 21.0006 22.0006C21.132 22.0006 21.2621 21.9747 21.3835 21.9244C21.5048 21.8742 21.6151 21.8005 21.7081 21.7076C21.801 21.6146 21.8747 21.5043 21.9249 21.3829C21.9752 21.2616 22.0011 21.1314 22.0011 21.0001C22.0011 20.8687 21.9752 20.7386 21.9249 20.6172C21.8747 20.4958 21.801 20.3855 21.7081 20.2926L20.9143 19.5001L23.8293 16.5863C24.2008 16.2149 24.4956 15.7739 24.6966 15.2885C24.8977 14.8031 25.0012 14.2829 25.0012 13.7576C25.0012 13.2322 24.8977 12.712 24.6966 12.2266C24.4956 11.7412 24.2008 11.3003 23.8293 10.9288L23.1568 10.2576L29.7081 3.70755C29.801 3.61468 29.8748 3.50439 29.9251 3.38299C29.9754 3.2616 30.0013 3.13147 30.0013 3.00005C30.0013 2.86864 29.9754 2.73851 29.9251 2.61711C29.8748 2.49572 29.801 2.38543 29.7081 2.29255ZM22.4143 15.1676L19.5006 18.0863L13.9143 12.5001L16.8293 9.5863C17.2043 9.21152 17.7129 9.00098 18.2431 9.00098C18.7733 9.00098 19.2818 9.21152 19.6568 9.5863L22.4143 12.3363C22.6001 12.522 22.7474 12.7425 22.848 12.9852C22.9485 13.2279 23.0003 13.488 23.0003 13.7507C23.0003 14.0134 22.9485 14.2735 22.848 14.5162C22.7474 14.7588 22.6001 14.9793 22.4143 15.1651V15.1676ZM11.0518 4.3163C10.9679 4.06468 10.9874 3.79004 11.1061 3.55281C11.2247 3.31558 11.4327 3.13518 11.6843 3.0513C11.9359 2.96743 12.2106 2.98695 12.4478 3.10556C12.685 3.22418 12.8654 3.43218 12.9493 3.6838L13.9493 6.6838C13.9908 6.8084 14.0074 6.93995 13.9981 7.07095C13.9888 7.20195 13.9538 7.32983 13.895 7.4473C13.8363 7.56477 13.755 7.66951 13.6558 7.75556C13.5566 7.84161 13.4414 7.90727 13.3168 7.9488C13.0652 8.03268 12.7905 8.01316 12.5533 7.89454C12.4358 7.83581 12.3311 7.75452 12.245 7.6553C12.159 7.55609 12.0933 7.4409 12.0518 7.3163L11.0518 4.3163ZM3.05181 11.6838C3.09333 11.5592 3.15899 11.444 3.24503 11.3448C3.33108 11.2456 3.43583 11.1643 3.5533 11.1055C3.67077 11.0468 3.79865 11.0118 3.92966 11.0025C4.06066 10.9932 4.19221 11.0098 4.31681 11.0513L7.31681 12.0513C7.4414 12.0928 7.55659 12.1585 7.6558 12.2445C7.75502 12.3306 7.83631 12.4353 7.89505 12.5528C7.95378 12.6703 7.9888 12.7982 7.99811 12.9292C8.00742 13.0602 7.99084 13.1917 7.94931 13.3163C7.90778 13.4409 7.84211 13.5561 7.75606 13.6553C7.67001 13.7545 7.56527 13.8358 7.4478 13.8945C7.33034 13.9533 7.20245 13.9883 7.07145 13.9976C6.94045 14.0069 6.8089 13.9903 6.68431 13.9488L3.68431 12.9488C3.55971 12.9073 3.44451 12.8416 3.34529 12.7556C3.24607 12.6695 3.16477 12.5648 3.10604 12.4473C3.04731 12.3298 3.01229 12.202 3.00298 12.071C2.99368 11.9399 3.01027 11.8084 3.05181 11.6838ZM28.9493 20.3163C28.9078 20.4409 28.8421 20.5561 28.7561 20.6553C28.67 20.7545 28.5653 20.8358 28.4478 20.8946C28.3303 20.9533 28.2025 20.9883 28.0715 20.9976C27.9405 21.0069 27.8089 20.9903 27.6843 20.9488L24.6843 19.9488C24.4327 19.8649 24.2247 19.6845 24.1061 19.4473C23.9875 19.2101 23.9679 18.9354 24.0518 18.6838C24.1357 18.4322 24.3161 18.2242 24.5533 18.1056C24.7905 17.9869 25.0652 17.9674 25.3168 18.0513L28.3168 19.0513C28.4414 19.0928 28.5566 19.1585 28.6558 19.2445C28.755 19.3306 28.8363 19.4353 28.8951 19.5528C28.9538 19.6703 28.9888 19.7982 28.9981 19.9292C29.0074 20.0602 28.9908 20.1917 28.9493 20.3163ZM20.9493 27.6838C21.0332 27.9354 21.0137 28.2101 20.895 28.4473C20.7764 28.6845 20.5684 28.8649 20.3168 28.9488C20.0652 29.0327 19.7905 29.0132 19.5533 28.8945C19.3161 28.7759 19.1357 28.5679 19.0518 28.3163L18.0518 25.3163C17.9679 25.0647 17.9875 24.79 18.1061 24.5528C18.2247 24.3156 18.4327 24.1352 18.6843 24.0513C18.9359 23.9674 19.2106 23.9869 19.4478 24.1056C19.685 24.2242 19.8654 24.4322 19.9493 24.6838L20.9493 27.6838Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
7127
7148
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M23.1248 15.8749L15.8748 23.1249C15.3122 23.6875 14.5491 24.0036 13.7535 24.0036C12.9579 24.0036 12.1949 23.6875 11.6323 23.1249L8.87478 20.3637C8.31336 19.8012 7.99805 19.039 7.99805 18.2443C7.99805 17.4496 8.31336 16.6874 8.87478 16.1249L16.1248 8.87495C16.6874 8.31238 17.4504 7.99634 18.246 7.99634C19.0416 7.99634 19.8047 8.31238 20.3673 8.87495L23.1248 11.6362C23.6862 12.1986 24.0015 12.9609 24.0015 13.7556C24.0015 14.5503 23.6862 15.3125 23.1248 15.8749Z", fill: "currentColor" }),
|
|
7128
7149
|
/* @__PURE__ */ C("path", { d: "M29.7081 2.29255C29.6152 2.19958 29.5049 2.12582 29.3835 2.07549C29.2621 2.02517 29.132 1.99927 29.0006 1.99927C28.8691 1.99927 28.739 2.02517 28.6176 2.07549C28.4962 2.12582 28.3859 2.19958 28.2931 2.29255L21.7431 8.8438L21.0718 8.1713C20.3208 7.42249 19.3036 7.00199 18.2431 7.00199C17.1825 7.00199 16.1653 7.42249 15.4143 8.1713L12.5006 11.0863L11.7081 10.2926C11.5204 10.1049 11.2659 9.9995 11.0006 9.9995C10.7352 9.9995 10.4807 10.1049 10.2931 10.2926C10.1054 10.4802 10 10.7347 10 11.0001C10 11.2654 10.1054 11.5199 10.2931 11.7076L11.0868 12.5001L8.17181 15.4138C7.80028 15.7853 7.50556 16.2262 7.30448 16.7116C7.1034 17.197 6.99991 17.7172 6.99991 18.2426C6.99991 18.7679 7.1034 19.2881 7.30448 19.7735C7.50556 20.2589 7.80028 20.6999 8.17181 21.0713L8.84431 21.7426L2.29306 28.2926C2.20015 28.3855 2.12645 28.4958 2.07616 28.6172C2.02588 28.7386 2 28.8687 2 29.0001C2 29.1314 2.02588 29.2616 2.07616 29.3829C2.12645 29.5043 2.20015 29.6146 2.29306 29.7076C2.4807 29.8952 2.73519 30.0006 3.00056 30.0006C3.13195 30.0006 3.26206 29.9747 3.38345 29.9244C3.50485 29.8742 3.61515 29.8005 3.70806 29.7076L10.2581 23.1563L10.9293 23.8288C11.6804 24.5773 12.6976 24.9976 13.7581 24.9976C14.8185 24.9976 15.8357 24.5773 16.5868 23.8288L19.5006 20.9138L20.2931 21.7076C20.386 21.8005 20.4963 21.8742 20.6177 21.9244C20.7391 21.9747 20.8692 22.0006 21.0006 22.0006C21.132 22.0006 21.2621 21.9747 21.3835 21.9244C21.5048 21.8742 21.6151 21.8005 21.7081 21.7076C21.801 21.6146 21.8747 21.5043 21.9249 21.3829C21.9752 21.2616 22.0011 21.1314 22.0011 21.0001C22.0011 20.8687 21.9752 20.7386 21.9249 20.6172C21.8747 20.4958 21.801 20.3855 21.7081 20.2926L20.9143 19.5001L23.8293 16.5863C24.2008 16.2149 24.4956 15.7739 24.6966 15.2885C24.8977 14.8031 25.0012 14.2829 25.0012 13.7576C25.0012 13.2322 24.8977 12.712 24.6966 12.2266C24.4956 11.7412 24.2008 11.3003 23.8293 10.9288L23.1568 10.2576L29.7081 3.70755C29.801 3.61468 29.8748 3.50439 29.9251 3.38299C29.9754 3.2616 30.0013 3.13147 30.0013 3.00005C30.0013 2.86864 29.9754 2.73851 29.9251 2.61711C29.8748 2.49572 29.801 2.38543 29.7081 2.29255ZM15.1718 22.4176C14.7968 22.7923 14.2883 23.0029 13.7581 23.0029C13.2278 23.0029 12.7193 22.7923 12.3443 22.4176L9.58681 19.6563C9.21202 19.2813 9.00148 18.7728 9.00148 18.2426C9.00148 17.7123 9.21202 17.2038 9.58681 16.8288L12.5006 13.9138L18.0868 19.5001L15.1718 22.4176ZM22.4143 15.1751L19.5006 18.0863L13.9143 12.5001L16.8293 9.5863C17.2043 9.21152 17.7129 9.00098 18.2431 9.00098C18.7733 9.00098 19.2818 9.21152 19.6568 9.5863L22.4143 12.3363C22.6001 12.522 22.7474 12.7425 22.848 12.9852C22.9485 13.2279 23.0003 13.488 23.0003 13.7507C23.0003 14.0134 22.9485 14.2735 22.848 14.5162C22.7474 14.7588 22.6001 14.9793 22.4143 15.1651V15.1751ZM11.0518 4.3163C10.9679 4.06468 10.9874 3.79004 11.1061 3.55281C11.2247 3.31558 11.4327 3.13518 11.6843 3.0513C11.9359 2.96743 12.2106 2.98695 12.4478 3.10556C12.685 3.22418 12.8654 3.43218 12.9493 3.6838L13.9493 6.6838C13.9908 6.8084 14.0074 6.93995 13.9981 7.07095C13.9888 7.20195 13.9538 7.32983 13.895 7.4473C13.8363 7.56477 13.755 7.66951 13.6558 7.75556C13.5566 7.84161 13.4414 7.90727 13.3168 7.9488C13.0652 8.03268 12.7905 8.01316 12.5533 7.89454C12.4358 7.83581 12.3311 7.75452 12.245 7.6553C12.159 7.55609 12.0933 7.4409 12.0518 7.3163L11.0518 4.3163ZM3.05181 11.6838C3.09333 11.5592 3.15899 11.444 3.24503 11.3448C3.33108 11.2456 3.43583 11.1643 3.5533 11.1055C3.67077 11.0468 3.79865 11.0118 3.92966 11.0025C4.06066 10.9932 4.19221 11.0098 4.31681 11.0513L7.31681 12.0513C7.4414 12.0928 7.55659 12.1585 7.6558 12.2445C7.75502 12.3306 7.83631 12.4353 7.89505 12.5528C7.95378 12.6703 7.9888 12.7982 7.99811 12.9292C8.00742 13.0602 7.99084 13.1917 7.94931 13.3163C7.90778 13.4409 7.84211 13.5561 7.75606 13.6553C7.67001 13.7545 7.56527 13.8358 7.4478 13.8945C7.33034 13.9533 7.20245 13.9883 7.07145 13.9976C6.94045 14.0069 6.8089 13.9903 6.68431 13.9488L3.68431 12.9488C3.55971 12.9073 3.44451 12.8416 3.34529 12.7556C3.24607 12.6695 3.16477 12.5648 3.10604 12.4473C3.04731 12.3298 3.01229 12.202 3.00298 12.071C2.99368 11.9399 3.01027 11.8084 3.05181 11.6838ZM28.9493 20.3163C28.9078 20.4409 28.8421 20.5561 28.7561 20.6553C28.67 20.7545 28.5653 20.8358 28.4478 20.8946C28.3303 20.9533 28.2025 20.9883 28.0715 20.9976C27.9405 21.0069 27.8089 20.9903 27.6843 20.9488L24.6843 19.9488C24.4327 19.8649 24.2247 19.6845 24.1061 19.4473C23.9875 19.2101 23.9679 18.9354 24.0518 18.6838C24.1357 18.4322 24.3161 18.2242 24.5533 18.1056C24.7905 17.9869 25.0652 17.9674 25.3168 18.0513L28.3168 19.0513C28.4414 19.0928 28.5566 19.1585 28.6558 19.2445C28.755 19.3306 28.8363 19.4353 28.8951 19.5528C28.9538 19.6703 28.9888 19.7982 28.9981 19.9292C29.0074 20.0602 28.9908 20.1917 28.9493 20.3163ZM20.9493 27.6838C21.0332 27.9354 21.0137 28.2101 20.895 28.4473C20.7764 28.6845 20.5684 28.8649 20.3168 28.9488C20.0652 29.0327 19.7905 29.0132 19.5533 28.8945C19.3161 28.7759 19.1357 28.5679 19.0518 28.3163L18.0518 25.3163C17.9679 25.0647 17.9875 24.79 18.1061 24.5528C18.2247 24.3156 18.4327 24.1352 18.6843 24.0513C18.9359 23.9674 19.2106 23.9869 19.4478 24.1056C19.685 24.2242 19.8654 24.4322 19.9493 24.6838L20.9493 27.6838Z", fill: "currentColor" })
|
|
7129
|
-
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M29.5292 2.47007C29.3886 2.32962 29.1979 2.25073 28.9992 2.25073C28.8004 2.25073 28.6098 2.32962 28.4692 2.47007L21.7417 9.19632L20.8929 8.34882C20.1897 7.64581 19.236 7.25087 18.2417 7.25087C17.2473 7.25087 16.2937 7.64581 15.5904 8.34882L12.4992 11.4388L11.5292 10.4701C11.387 10.3376 11.199 10.2655 11.0047 10.2689C10.8104 10.2723 10.625 10.351 10.4876 10.4885C10.3501 10.6259 10.2714 10.8112 10.268 11.0055C10.2646 11.1999 10.3367 11.3879 10.4692 11.5301L11.4379 12.5001L8.34793 15.5913C7.64491 16.2946 7.24998 17.2482 7.24998 18.2426C7.24998 19.2369 7.64491 20.1906 8.34793 20.8938L9.19543 21.7426L2.46918 28.4701C2.39549 28.5387 2.33639 28.6215 2.2954 28.7135C2.2544 28.8055 2.23236 28.9048 2.23059 29.0055C2.22881 29.1063 2.24733 29.2063 2.28505 29.2997C2.32278 29.3931 2.37892 29.4779 2.45014 29.5491C2.52136 29.6203 2.60619 29.6765 2.69958 29.7142C2.79297 29.7519 2.893 29.7704 2.9937 29.7687C3.0944 29.7669 3.19372 29.7448 3.28572 29.7039C3.37771 29.6629 3.46052 29.6038 3.52918 29.5301L10.2567 22.8038L11.1054 23.6513C11.8087 24.3543 12.7623 24.7493 13.7567 24.7493C14.751 24.7493 15.7047 24.3543 16.4079 23.6513L19.4992 20.5613L20.4692 21.5301C20.6114 21.6626 20.7994 21.7347 20.9937 21.7312C21.188 21.7278 21.3734 21.6491 21.5108 21.5117C21.6482 21.3743 21.7269 21.1889 21.7304 20.9946C21.7338 20.8003 21.6617 20.6122 21.5292 20.4701L20.5604 19.5001L23.6504 16.4088C24.3534 15.7056 24.7484 14.7519 24.7484 13.7576C24.7484 12.7632 24.3534 11.8096 23.6504 11.1063L22.8029 10.2576L29.5292 3.53007C29.6696 3.38945 29.7485 3.19882 29.7485 3.00007C29.7485 2.80132 29.6696 2.6107 29.5292 2.47007ZM15.3479 22.5951C15.139 22.8041 14.8909 22.9699 14.6179 23.083C14.3449 23.1961 14.0522 23.2543 13.7567 23.2543C13.4611 23.2543 13.1685 23.1961 12.8955 23.083C12.6224 22.9699 12.3744 22.8041 12.1654 22.5951L9.40793 19.8338C9.19892 19.6249 9.03312 19.3768 8.92 19.1038C8.80688 18.8307 8.74866 18.5381 8.74866 18.2426C8.74866 17.947 8.80688 17.6544 8.92 17.3814C9.03312 17.1083 9.19892 16.8603 9.40793 16.6513L12.4992 13.5613L18.4379 19.5001L15.3479 22.5951ZM22.5904 15.3526L19.4992 18.4388L13.5604 12.5001L16.6504 9.40882C16.8594 9.19981 17.1074 9.03401 17.3805 8.92089C17.6535 8.80778 17.9461 8.74955 18.2417 8.74955C18.5372 8.74955 18.8299 8.80778 19.1029 8.92089C19.3759 9.03401 19.624 9.19981 19.8329 9.40882L22.5904 12.1663C22.7994 12.3753 22.9652 12.6233 23.0784 12.8964C23.1915 13.1694 23.2497 13.462 23.2497 13.7576C23.2497 14.0531 23.1915 14.3457 23.0784 14.6188C22.9652 14.8918 22.7994 15.1399 22.5904 15.3488V15.3526ZM11.2879 4.23757C11.2545 4.14361 11.2401 4.04393 11.2457 3.94435C11.2512 3.84478 11.2766 3.74731 11.3203 3.65765C11.3639 3.56799 11.425 3.48794 11.5 3.42218C11.575 3.35643 11.6624 3.30629 11.757 3.27471C11.8516 3.24312 11.9515 3.23072 12.051 3.23822C12.1504 3.24573 12.2474 3.27299 12.3361 3.31842C12.4249 3.36385 12.5038 3.42653 12.568 3.50279C12.6323 3.57906 12.6807 3.66737 12.7104 3.76257L13.7104 6.76257C13.7439 6.85653 13.7582 6.95621 13.7527 7.05579C13.7471 7.15537 13.7218 7.25284 13.6781 7.3425C13.6344 7.43216 13.5733 7.51221 13.4983 7.57796C13.4233 7.64371 13.336 7.69385 13.2414 7.72544C13.1468 7.75703 13.0468 7.76943 12.9474 7.76192C12.8479 7.75442 12.751 7.72715 12.6622 7.68172C12.5734 7.63629 12.4946 7.57361 12.4303 7.49735C12.3661 7.42109 12.3176 7.33277 12.2879 7.23757L11.2879 4.23757ZM3.28793 11.7626C3.35095 11.574 3.4863 11.4181 3.66421 11.3293C3.84213 11.2404 4.04804 11.2259 4.23668 11.2888L7.23668 12.2888C7.33188 12.3185 7.42019 12.367 7.49646 12.4312C7.57272 12.4955 7.6354 12.5743 7.68083 12.6631C7.72626 12.7519 7.75352 12.8488 7.76103 12.9483C7.76853 13.0477 7.75613 13.1477 7.72454 13.2423C7.69296 13.3369 7.64282 13.4242 7.57706 13.4992C7.51131 13.5742 7.43126 13.6353 7.3416 13.679C7.25194 13.7227 7.15447 13.748 7.0549 13.7536C6.95532 13.7591 6.85564 13.7448 6.76168 13.7113L3.76168 12.7113C3.57307 12.6483 3.4172 12.513 3.32836 12.335C3.23952 12.1571 3.22498 11.9512 3.28793 11.7626ZM28.7104 20.2376C28.6474 20.4262 28.5121 20.582 28.3341 20.6709C28.1562 20.7597 27.9503 20.7743 27.7617 20.7113L24.7617 19.7113C24.5767 19.6455 24.4249 19.5097 24.3389 19.3332C24.2529 19.1567 24.2396 18.9534 24.3018 18.7672C24.364 18.5809 24.4967 18.4265 24.6715 18.3371C24.8463 18.2476 25.0492 18.2303 25.2367 18.2888L28.2367 19.2888C28.4253 19.3518 28.5812 19.4872 28.67 19.6651C28.7588 19.843 28.7734 20.0489 28.7104 20.2376ZM20.7104 27.7626C20.7439 27.8565 20.7582 27.9562 20.7527 28.0558C20.7471 28.1554 20.7218 28.2528 20.6781 28.3425C20.6344 28.4322 20.5733 28.5122 20.4983 28.578C20.4233 28.6437 20.336 28.6938 20.2414 28.7254C20.1468 28.757 20.0468 28.7694 19.9474 28.7619C19.8479 28.7544 19.751 28.7272 19.6622 28.6817C19.5734 28.6363 19.4946 28.5736 19.4303 28.4973C19.3661 28.4211 19.3176 28.3328 19.2879 28.2376L18.2879 25.2376C18.2545 25.1436 18.2401 25.0439 18.2457 24.9444C18.2512 24.8448 18.2766 24.7473 18.3203 24.6576C18.3639 24.568 18.425 24.4879 18.5 24.4222C18.575 24.3564 18.6624 24.3063 18.757 24.2747C18.8516 24.2431 18.9515 24.2307 19.051 24.2382C19.1504 24.2457 19.2474 24.273 19.3361 24.3184C19.4249 24.3638 19.5038 24.4265 19.568 24.5028C19.6323 24.5791 19.6807 24.6674 19.7104 24.7626L20.7104 27.7626Z", fill: "currentColor" }) }), $h = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.4994 16C30.506 18.2729 29.7684 20.4856 28.3994 22.3C28.36 22.3525 28.3107 22.3968 28.2542 22.4302C28.1977 22.4637 28.1351 22.4857 28.0701 22.495C28.0051 22.5043 27.9389 22.5006 27.8753 22.4843C27.8117 22.4681 27.752 22.4394 27.6994 22.4C27.6469 22.3606 27.6026 22.3112 27.5692 22.2547C27.5357 22.1982 27.5137 22.1357 27.5045 22.0707C27.4952 22.0057 27.4988 21.9395 27.5151 21.8759C27.5314 21.8123 27.56 21.7525 27.5994 21.7C28.5026 20.4958 29.1067 19.0941 29.3619 17.6106C29.6171 16.1271 29.5161 14.6042 29.0673 13.1674C28.6185 11.7306 27.8346 10.421 26.7804 9.34652C25.7261 8.27207 24.4316 7.46352 23.0036 6.9875C21.5755 6.51149 20.0548 6.38163 18.5667 6.60864C17.0787 6.83566 15.6658 7.41303 14.4447 8.29319C13.2235 9.17335 12.229 10.3311 11.5431 11.671C10.8571 13.011 10.4994 14.4947 10.4994 16C10.4994 16.1326 10.4467 16.2598 10.353 16.3535C10.2592 16.4473 10.132 16.5 9.99943 16.5C9.86682 16.5 9.73964 16.4473 9.64587 16.3535C9.5521 16.2598 9.49943 16.1326 9.49943 16C9.49897 14.8399 9.69203 13.6878 10.0707 12.5912C9.18323 12.441 8.27425 12.4766 7.40131 12.696C6.52838 12.9154 5.71051 13.3136 4.99953 13.8656C4.28854 14.4175 3.69994 15.1111 3.271 15.9024C2.84207 16.6937 2.58215 17.5655 2.50771 18.4624C2.43327 19.3594 2.54594 20.2621 2.83857 21.1133C3.1312 21.9645 3.59743 22.7456 4.2077 23.4072C4.81798 24.0688 5.55901 24.5964 6.38385 24.9567C7.20868 25.3169 8.09935 25.5019 8.99943 25.5H11.9994C12.132 25.5 12.2592 25.5527 12.353 25.6464C12.4467 25.7402 12.4994 25.8674 12.4994 26C12.4994 26.1326 12.4467 26.2598 12.353 26.3535C12.2592 26.4473 12.132 26.5 11.9994 26.5H8.99943C7.95325 26.4996 6.91871 26.2804 5.96231 25.8564C5.0059 25.4324 4.14878 24.813 3.44602 24.038C2.74327 23.263 2.21042 22.3496 1.88173 21.3564C1.55304 20.3631 1.43578 19.3122 1.53747 18.2709C1.63917 17.2297 1.95758 16.2213 2.47223 15.3104C2.98689 14.3996 3.68641 13.6065 4.52584 12.9821C5.36528 12.3578 6.32605 11.9159 7.34642 11.685C8.3668 11.4541 9.4242 11.4392 10.4507 11.6412C11.4471 9.46244 13.1588 7.68993 15.3014 6.61796C17.4441 5.54598 19.8889 5.23901 22.2301 5.748C24.5713 6.25698 26.668 7.55132 28.1721 9.41615C29.6763 11.281 30.4975 13.6041 30.4994 16ZM19.3532 15.6462C19.3067 15.5998 19.2516 15.5629 19.1909 15.5377C19.1302 15.5126 19.0651 15.4996 18.9994 15.4996C18.9337 15.4996 18.8687 15.5126 18.808 15.5377C18.7473 15.5629 18.6921 15.5998 18.6457 15.6462L14.6457 19.6462C14.5519 19.7401 14.4991 19.8673 14.4991 20C14.4991 20.1327 14.5519 20.2599 14.6457 20.3537C14.7395 20.4476 14.8667 20.5003 14.9994 20.5003C15.1321 20.5003 15.2594 20.4476 15.3532 20.3537L18.4994 17.2075V26C18.4994 26.1326 18.5521 26.2598 18.6459 26.3535C18.7396 26.4473 18.8668 26.5 18.9994 26.5C19.132 26.5 19.2592 26.4473 19.353 26.3535C19.4467 26.2598 19.4994 26.1326 19.4994 26V17.2075L22.6457 20.3537C22.7395 20.4476 22.8667 20.5003 22.9994 20.5003C23.1321 20.5003 23.2594 20.4476 23.3532 20.3537C23.447 20.2599 23.4997 20.1327 23.4997 20C23.4997 19.8673 23.447 19.7401 23.3532 19.6462L19.3532 15.6462Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9999 16C31.0062 18.3815 30.2336 20.6997 28.7999 22.6013C28.7209 22.7063 28.6221 22.7948 28.5089 22.8616C28.3958 22.9285 28.2705 22.9724 28.1404 22.9908C28.0103 23.0093 27.8778 23.0019 27.7505 22.9692C27.6233 22.9365 27.5037 22.879 27.3986 22.8C27.2936 22.721 27.2051 22.6222 27.1383 22.509C27.0714 22.3959 27.0275 22.2707 27.0091 22.1405C26.9906 22.0104 26.9979 21.8779 27.0307 21.7507C27.0634 21.6234 27.1209 21.5038 27.1999 21.3988C28.3734 19.8441 29.0056 17.9479 28.9999 16C28.9999 13.6131 28.0517 11.3239 26.3638 9.63604C24.676 7.94822 22.3868 7.00001 19.9999 7.00001C17.6129 7.00001 15.3238 7.94822 13.6359 9.63604C11.9481 11.3239 10.9999 13.6131 10.9999 16C10.9999 16.2652 10.8945 16.5196 10.707 16.7071C10.5195 16.8946 10.2651 17 9.99988 17C9.73467 17 9.48031 16.8946 9.29278 16.7071C9.10524 16.5196 8.99988 16.2652 8.99988 16C8.9994 14.9909 9.13778 13.9864 9.41113 13.015C9.27489 13 9.13738 13 8.99988 13C7.40859 13 5.88246 13.6321 4.75724 14.7574C3.63203 15.8826 2.99988 17.4087 2.99988 19C2.99988 20.5913 3.63203 22.1174 4.75724 23.2426C5.88246 24.3679 7.40859 25 8.99988 25H11.9999C12.2651 25 12.5195 25.1054 12.707 25.2929C12.8945 25.4804 12.9999 25.7348 12.9999 26C12.9999 26.2652 12.8945 26.5196 12.707 26.7071C12.5195 26.8946 12.2651 27 11.9999 27H8.99988C7.9001 27.0003 6.81208 26.7737 5.80377 26.3346C4.79546 25.8955 3.88853 25.2532 3.1396 24.4478C2.39068 23.6424 1.81585 22.6913 1.45103 21.6538C1.08621 20.6163 0.939225 19.5147 1.01926 18.4178C1.09929 17.321 1.40462 16.2524 1.91619 15.2788C2.42775 14.3053 3.13455 13.4476 3.99245 12.7595C4.85035 12.0714 5.84092 11.5675 6.90229 11.2794C7.96366 10.9913 9.07304 10.9251 10.1611 11.085C11.2691 8.86895 13.0928 7.09185 15.3368 6.04154C17.5808 4.99124 20.1136 4.72925 22.525 5.29801C24.9365 5.86677 27.0853 7.23297 28.6234 9.17532C30.1616 11.1177 30.9989 13.5224 30.9999 16ZM19.7074 15.2925C19.6145 15.1995 19.5042 15.1258 19.3828 15.0754C19.2614 15.0251 19.1313 14.9992 18.9999 14.9992C18.8685 14.9992 18.7383 15.0251 18.6169 15.0754C18.4955 15.1258 18.3853 15.1995 18.2924 15.2925L14.2924 19.2925C14.1995 19.3854 14.1258 19.4957 14.0755 19.6171C14.0252 19.7385 13.9993 19.8686 13.9993 20C13.9993 20.1314 14.0252 20.2615 14.0755 20.3829C14.1258 20.5043 14.1995 20.6146 14.2924 20.7075C14.48 20.8951 14.7345 21.0006 14.9999 21.0006C15.1313 21.0006 15.2614 20.9747 15.3828 20.9244C15.5042 20.8741 15.6145 20.8004 15.7074 20.7075L17.9999 18.4138V26C17.9999 26.2652 18.1052 26.5196 18.2928 26.7071C18.4803 26.8946 18.7347 27 18.9999 27C19.2651 27 19.5195 26.8946 19.707 26.7071C19.8945 26.5196 19.9999 26.2652 19.9999 26V18.4138L22.2924 20.7075C22.3853 20.8004 22.4956 20.8741 22.617 20.9244C22.7384 20.9747 22.8685 21.0006 22.9999 21.0006C23.1313 21.0006 23.2614 20.9747 23.3828 20.9244C23.5042 20.8741 23.6145 20.8004 23.7074 20.7075C23.8003 20.6146 23.874 20.5043 23.9243 20.3829C23.9746 20.2615 24.0004 20.1314 24.0004 20C24.0004 19.8686 23.9746 19.7385 23.9243 19.6171C23.874 19.4957 23.8003 19.3854 23.7074 19.2925L19.7074 15.2925Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M31.5007 16C31.5081 18.49 30.6998 20.914 29.1994 22.9013C28.9575 23.2111 28.6036 23.4136 28.214 23.4652C27.8243 23.5168 27.4299 23.4133 27.1157 23.1771C26.8015 22.9409 26.5926 22.5908 26.5339 22.2021C26.4752 21.8134 26.5715 21.4172 26.8019 21.0988C27.6097 20.0212 28.1499 18.7671 28.3779 17.4398C28.606 16.1125 28.5154 14.75 28.1136 13.4646C27.7118 12.1792 27.0104 11.0077 26.067 10.0465C25.1237 9.08535 23.9655 8.3621 22.6878 7.93635C21.4102 7.5106 20.0496 7.39454 18.7183 7.59772C17.387 7.8009 16.123 8.31751 15.0305 9.10499C13.938 9.89247 13.0482 10.9283 12.4345 12.127C11.8208 13.3258 11.5007 14.6533 11.5007 16C11.5007 16.3978 11.3426 16.7794 11.0613 17.0607C10.78 17.342 10.3985 17.5 10.0007 17.5C9.60285 17.5 9.22132 17.342 8.94001 17.0607C8.65871 16.7794 8.50067 16.3978 8.50067 16C8.49995 15.1592 8.59175 14.3208 8.77442 13.5C7.31573 13.53 5.92871 14.1382 4.91847 15.1909C3.90824 16.2436 3.35755 17.6544 3.38755 19.1131C3.41755 20.5718 4.02579 21.9589 5.07845 22.9691C6.13112 23.9793 7.54198 24.53 9.00067 24.5H12.0007C12.3985 24.5 12.78 24.658 13.0613 24.9394C13.3426 25.2207 13.5007 25.6022 13.5007 26C13.5007 26.3978 13.3426 26.7794 13.0613 27.0607C12.78 27.342 12.3985 27.5 12.0007 27.5H9.00067C7.84667 27.5014 6.70446 27.2678 5.64366 26.8135C4.58286 26.3591 3.62569 25.6935 2.83047 24.8573C2.03526 24.021 1.41867 23.0315 1.01827 21.9492C0.61787 20.8669 0.442053 19.7144 0.501533 18.5619C0.561013 17.4094 0.854545 16.2811 1.36424 15.2458C1.87393 14.2104 2.58911 13.2897 3.46619 12.5398C4.34327 11.7898 5.36388 11.2263 6.46582 10.8835C7.56776 10.5408 8.72795 10.426 9.87567 10.5463C11.0899 8.29169 13.0219 6.50688 15.3654 5.47473C17.7089 4.44257 20.3299 4.22213 22.8129 4.84833C25.2959 5.47453 27.4988 6.91156 29.0726 8.93164C30.6464 10.9517 31.5009 13.4393 31.5007 16ZM20.0619 14.9388C19.9226 14.7989 19.757 14.688 19.5747 14.6123C19.3923 14.5365 19.1968 14.4976 18.9994 14.4976C18.802 14.4976 18.6065 14.5365 18.4242 14.6123C18.2419 14.688 18.0763 14.7989 17.9369 14.9388L13.9369 18.9388C13.7974 19.0783 13.6867 19.2439 13.6112 19.4262C13.5357 19.6085 13.4968 19.8039 13.4968 20.0013C13.4968 20.1986 13.5357 20.394 13.6112 20.5763C13.6867 20.7586 13.7974 20.9242 13.9369 21.0638C14.0765 21.2033 14.2421 21.314 14.4244 21.3895C14.6067 21.465 14.8021 21.5039 14.9994 21.5039C15.1967 21.5039 15.3921 21.465 15.5744 21.3895C15.7567 21.314 15.9224 21.2033 16.0619 21.0638L17.5007 19.625V26C17.5007 26.3978 17.6587 26.7794 17.94 27.0607C18.2213 27.342 18.6028 27.5 19.0007 27.5C19.3985 27.5 19.78 27.342 20.0613 27.0607C20.3426 26.7794 20.5007 26.3978 20.5007 26V19.625L21.9394 21.065C22.2212 21.3468 22.6034 21.5051 23.0019 21.5051C23.4004 21.5051 23.7826 21.3468 24.0644 21.065C24.3462 20.7832 24.5045 20.401 24.5045 20.0025C24.5045 19.604 24.3462 19.2218 24.0644 18.94L20.0619 14.9388Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9912 15.565C30.7637 9.6925 25.8837 5 20.0075 5C17.9634 5.00032 15.9597 5.56958 14.2207 6.64404C12.4817 7.71851 11.0761 9.25577 10.1613 11.0837C9.40087 12.5992 9.00332 14.2707 9 15.9663C9.00392 16.2239 8.91043 16.4735 8.73823 16.6652C8.56603 16.8568 8.32782 16.9764 8.07125 17C7.93406 17.0098 7.79632 16.9912 7.66665 16.9453C7.53698 16.8995 7.41816 16.8274 7.31762 16.7335C7.21708 16.6397 7.13698 16.5261 7.08233 16.3999C7.02768 16.2737 6.99965 16.1375 7 16C6.99894 14.6013 7.22436 13.2116 7.6675 11.885C7.6967 11.7999 7.70241 11.7086 7.68404 11.6205C7.66566 11.5325 7.62388 11.451 7.5631 11.3848C7.50232 11.3185 7.42478 11.2698 7.33866 11.2439C7.25254 11.218 7.16102 11.2158 7.07375 11.2375C5.34103 11.6694 3.80227 12.6678 2.70185 14.0742C1.60143 15.4805 1.00244 17.2143 1 19C1 23.3988 4.71875 27 9.125 27H20C21.4807 26.9984 22.9459 26.6982 24.3079 26.1173C25.6699 25.5364 26.9007 24.6868 27.9268 23.6193C28.9529 22.5518 29.7531 21.2883 30.2797 19.9044C30.8062 18.5205 31.0482 17.0446 30.9912 15.565ZM23.7075 18.7075C23.6146 18.8005 23.5043 18.8742 23.3829 18.9246C23.2615 18.9749 23.1314 19.0008 23 19.0008C22.8686 19.0008 22.7385 18.9749 22.6171 18.9246C22.4957 18.8742 22.3854 18.8005 22.2925 18.7075L20 16.4137V24C20 24.2652 19.8946 24.5196 19.7071 24.7071C19.5196 24.8946 19.2652 25 19 25C18.7348 25 18.4804 24.8946 18.2929 24.7071C18.1054 24.5196 18 24.2652 18 24V16.4137L15.7075 18.7075C15.6146 18.8004 15.5043 18.8741 15.3829 18.9244C15.2615 18.9747 15.1314 19.0006 15 19.0006C14.8686 19.0006 14.7385 18.9747 14.6171 18.9244C14.4957 18.8741 14.3854 18.8004 14.2925 18.7075C14.1996 18.6146 14.1259 18.5043 14.0756 18.3829C14.0253 18.2615 13.9994 18.1314 13.9994 18C13.9994 17.8686 14.0253 17.7385 14.0756 17.6171C14.1259 17.4957 14.1996 17.3854 14.2925 17.2925L18.2925 13.2925C18.3854 13.1995 18.4957 13.1258 18.6171 13.0754C18.7385 13.0251 18.8686 12.9992 19 12.9992C19.1314 12.9992 19.2615 13.0251 19.3829 13.0754C19.5043 13.1258 19.6146 13.1995 19.7075 13.2925L23.7075 17.2925C23.8005 17.3854 23.8742 17.4957 23.9246 17.6171C23.9749 17.7385 24.0008 17.8686 24.0008 18C24.0008 18.1314 23.9749 18.2615 23.9246 18.3829C23.8742 18.5043 23.8005 18.6146 23.7075 18.7075Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
7150
|
+
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M29.5292 2.47007C29.3886 2.32962 29.1979 2.25073 28.9992 2.25073C28.8004 2.25073 28.6098 2.32962 28.4692 2.47007L21.7417 9.19632L20.8929 8.34882C20.1897 7.64581 19.236 7.25087 18.2417 7.25087C17.2473 7.25087 16.2937 7.64581 15.5904 8.34882L12.4992 11.4388L11.5292 10.4701C11.387 10.3376 11.199 10.2655 11.0047 10.2689C10.8104 10.2723 10.625 10.351 10.4876 10.4885C10.3501 10.6259 10.2714 10.8112 10.268 11.0055C10.2646 11.1999 10.3367 11.3879 10.4692 11.5301L11.4379 12.5001L8.34793 15.5913C7.64491 16.2946 7.24998 17.2482 7.24998 18.2426C7.24998 19.2369 7.64491 20.1906 8.34793 20.8938L9.19543 21.7426L2.46918 28.4701C2.39549 28.5387 2.33639 28.6215 2.2954 28.7135C2.2544 28.8055 2.23236 28.9048 2.23059 29.0055C2.22881 29.1063 2.24733 29.2063 2.28505 29.2997C2.32278 29.3931 2.37892 29.4779 2.45014 29.5491C2.52136 29.6203 2.60619 29.6765 2.69958 29.7142C2.79297 29.7519 2.893 29.7704 2.9937 29.7687C3.0944 29.7669 3.19372 29.7448 3.28572 29.7039C3.37771 29.6629 3.46052 29.6038 3.52918 29.5301L10.2567 22.8038L11.1054 23.6513C11.8087 24.3543 12.7623 24.7493 13.7567 24.7493C14.751 24.7493 15.7047 24.3543 16.4079 23.6513L19.4992 20.5613L20.4692 21.5301C20.6114 21.6626 20.7994 21.7347 20.9937 21.7312C21.188 21.7278 21.3734 21.6491 21.5108 21.5117C21.6482 21.3743 21.7269 21.1889 21.7304 20.9946C21.7338 20.8003 21.6617 20.6122 21.5292 20.4701L20.5604 19.5001L23.6504 16.4088C24.3534 15.7056 24.7484 14.7519 24.7484 13.7576C24.7484 12.7632 24.3534 11.8096 23.6504 11.1063L22.8029 10.2576L29.5292 3.53007C29.6696 3.38945 29.7485 3.19882 29.7485 3.00007C29.7485 2.80132 29.6696 2.6107 29.5292 2.47007ZM15.3479 22.5951C15.139 22.8041 14.8909 22.9699 14.6179 23.083C14.3449 23.1961 14.0522 23.2543 13.7567 23.2543C13.4611 23.2543 13.1685 23.1961 12.8955 23.083C12.6224 22.9699 12.3744 22.8041 12.1654 22.5951L9.40793 19.8338C9.19892 19.6249 9.03312 19.3768 8.92 19.1038C8.80688 18.8307 8.74866 18.5381 8.74866 18.2426C8.74866 17.947 8.80688 17.6544 8.92 17.3814C9.03312 17.1083 9.19892 16.8603 9.40793 16.6513L12.4992 13.5613L18.4379 19.5001L15.3479 22.5951ZM22.5904 15.3526L19.4992 18.4388L13.5604 12.5001L16.6504 9.40882C16.8594 9.19981 17.1074 9.03401 17.3805 8.92089C17.6535 8.80778 17.9461 8.74955 18.2417 8.74955C18.5372 8.74955 18.8299 8.80778 19.1029 8.92089C19.3759 9.03401 19.624 9.19981 19.8329 9.40882L22.5904 12.1663C22.7994 12.3753 22.9652 12.6233 23.0784 12.8964C23.1915 13.1694 23.2497 13.462 23.2497 13.7576C23.2497 14.0531 23.1915 14.3457 23.0784 14.6188C22.9652 14.8918 22.7994 15.1399 22.5904 15.3488V15.3526ZM11.2879 4.23757C11.2545 4.14361 11.2401 4.04393 11.2457 3.94435C11.2512 3.84478 11.2766 3.74731 11.3203 3.65765C11.3639 3.56799 11.425 3.48794 11.5 3.42218C11.575 3.35643 11.6624 3.30629 11.757 3.27471C11.8516 3.24312 11.9515 3.23072 12.051 3.23822C12.1504 3.24573 12.2474 3.27299 12.3361 3.31842C12.4249 3.36385 12.5038 3.42653 12.568 3.50279C12.6323 3.57906 12.6807 3.66737 12.7104 3.76257L13.7104 6.76257C13.7439 6.85653 13.7582 6.95621 13.7527 7.05579C13.7471 7.15537 13.7218 7.25284 13.6781 7.3425C13.6344 7.43216 13.5733 7.51221 13.4983 7.57796C13.4233 7.64371 13.336 7.69385 13.2414 7.72544C13.1468 7.75703 13.0468 7.76943 12.9474 7.76192C12.8479 7.75442 12.751 7.72715 12.6622 7.68172C12.5734 7.63629 12.4946 7.57361 12.4303 7.49735C12.3661 7.42109 12.3176 7.33277 12.2879 7.23757L11.2879 4.23757ZM3.28793 11.7626C3.35095 11.574 3.4863 11.4181 3.66421 11.3293C3.84213 11.2404 4.04804 11.2259 4.23668 11.2888L7.23668 12.2888C7.33188 12.3185 7.42019 12.367 7.49646 12.4312C7.57272 12.4955 7.6354 12.5743 7.68083 12.6631C7.72626 12.7519 7.75352 12.8488 7.76103 12.9483C7.76853 13.0477 7.75613 13.1477 7.72454 13.2423C7.69296 13.3369 7.64282 13.4242 7.57706 13.4992C7.51131 13.5742 7.43126 13.6353 7.3416 13.679C7.25194 13.7227 7.15447 13.748 7.0549 13.7536C6.95532 13.7591 6.85564 13.7448 6.76168 13.7113L3.76168 12.7113C3.57307 12.6483 3.4172 12.513 3.32836 12.335C3.23952 12.1571 3.22498 11.9512 3.28793 11.7626ZM28.7104 20.2376C28.6474 20.4262 28.5121 20.582 28.3341 20.6709C28.1562 20.7597 27.9503 20.7743 27.7617 20.7113L24.7617 19.7113C24.5767 19.6455 24.4249 19.5097 24.3389 19.3332C24.2529 19.1567 24.2396 18.9534 24.3018 18.7672C24.364 18.5809 24.4967 18.4265 24.6715 18.3371C24.8463 18.2476 25.0492 18.2303 25.2367 18.2888L28.2367 19.2888C28.4253 19.3518 28.5812 19.4872 28.67 19.6651C28.7588 19.843 28.7734 20.0489 28.7104 20.2376ZM20.7104 27.7626C20.7439 27.8565 20.7582 27.9562 20.7527 28.0558C20.7471 28.1554 20.7218 28.2528 20.6781 28.3425C20.6344 28.4322 20.5733 28.5122 20.4983 28.578C20.4233 28.6437 20.336 28.6938 20.2414 28.7254C20.1468 28.757 20.0468 28.7694 19.9474 28.7619C19.8479 28.7544 19.751 28.7272 19.6622 28.6817C19.5734 28.6363 19.4946 28.5736 19.4303 28.4973C19.3661 28.4211 19.3176 28.3328 19.2879 28.2376L18.2879 25.2376C18.2545 25.1436 18.2401 25.0439 18.2457 24.9444C18.2512 24.8448 18.2766 24.7473 18.3203 24.6576C18.3639 24.568 18.425 24.4879 18.5 24.4222C18.575 24.3564 18.6624 24.3063 18.757 24.2747C18.8516 24.2431 18.9515 24.2307 19.051 24.2382C19.1504 24.2457 19.2474 24.273 19.3361 24.3184C19.4249 24.3638 19.5038 24.4265 19.568 24.5028C19.6323 24.5791 19.6807 24.6674 19.7104 24.7626L20.7104 27.7626Z", fill: "currentColor" }) }), Ih = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.4994 16C30.506 18.2729 29.7684 20.4856 28.3994 22.3C28.36 22.3525 28.3107 22.3968 28.2542 22.4302C28.1977 22.4637 28.1351 22.4857 28.0701 22.495C28.0051 22.5043 27.9389 22.5006 27.8753 22.4843C27.8117 22.4681 27.752 22.4394 27.6994 22.4C27.6469 22.3606 27.6026 22.3112 27.5692 22.2547C27.5357 22.1982 27.5137 22.1357 27.5045 22.0707C27.4952 22.0057 27.4988 21.9395 27.5151 21.8759C27.5314 21.8123 27.56 21.7525 27.5994 21.7C28.5026 20.4958 29.1067 19.0941 29.3619 17.6106C29.6171 16.1271 29.5161 14.6042 29.0673 13.1674C28.6185 11.7306 27.8346 10.421 26.7804 9.34652C25.7261 8.27207 24.4316 7.46352 23.0036 6.9875C21.5755 6.51149 20.0548 6.38163 18.5667 6.60864C17.0787 6.83566 15.6658 7.41303 14.4447 8.29319C13.2235 9.17335 12.229 10.3311 11.5431 11.671C10.8571 13.011 10.4994 14.4947 10.4994 16C10.4994 16.1326 10.4467 16.2598 10.353 16.3535C10.2592 16.4473 10.132 16.5 9.99943 16.5C9.86682 16.5 9.73964 16.4473 9.64587 16.3535C9.5521 16.2598 9.49943 16.1326 9.49943 16C9.49897 14.8399 9.69203 13.6878 10.0707 12.5912C9.18323 12.441 8.27425 12.4766 7.40131 12.696C6.52838 12.9154 5.71051 13.3136 4.99953 13.8656C4.28854 14.4175 3.69994 15.1111 3.271 15.9024C2.84207 16.6937 2.58215 17.5655 2.50771 18.4624C2.43327 19.3594 2.54594 20.2621 2.83857 21.1133C3.1312 21.9645 3.59743 22.7456 4.2077 23.4072C4.81798 24.0688 5.55901 24.5964 6.38385 24.9567C7.20868 25.3169 8.09935 25.5019 8.99943 25.5H11.9994C12.132 25.5 12.2592 25.5527 12.353 25.6464C12.4467 25.7402 12.4994 25.8674 12.4994 26C12.4994 26.1326 12.4467 26.2598 12.353 26.3535C12.2592 26.4473 12.132 26.5 11.9994 26.5H8.99943C7.95325 26.4996 6.91871 26.2804 5.96231 25.8564C5.0059 25.4324 4.14878 24.813 3.44602 24.038C2.74327 23.263 2.21042 22.3496 1.88173 21.3564C1.55304 20.3631 1.43578 19.3122 1.53747 18.2709C1.63917 17.2297 1.95758 16.2213 2.47223 15.3104C2.98689 14.3996 3.68641 13.6065 4.52584 12.9821C5.36528 12.3578 6.32605 11.9159 7.34642 11.685C8.3668 11.4541 9.4242 11.4392 10.4507 11.6412C11.4471 9.46244 13.1588 7.68993 15.3014 6.61796C17.4441 5.54598 19.8889 5.23901 22.2301 5.748C24.5713 6.25698 26.668 7.55132 28.1721 9.41615C29.6763 11.281 30.4975 13.6041 30.4994 16ZM19.3532 15.6462C19.3067 15.5998 19.2516 15.5629 19.1909 15.5377C19.1302 15.5126 19.0651 15.4996 18.9994 15.4996C18.9337 15.4996 18.8687 15.5126 18.808 15.5377C18.7473 15.5629 18.6921 15.5998 18.6457 15.6462L14.6457 19.6462C14.5519 19.7401 14.4991 19.8673 14.4991 20C14.4991 20.1327 14.5519 20.2599 14.6457 20.3537C14.7395 20.4476 14.8667 20.5003 14.9994 20.5003C15.1321 20.5003 15.2594 20.4476 15.3532 20.3537L18.4994 17.2075V26C18.4994 26.1326 18.5521 26.2598 18.6459 26.3535C18.7396 26.4473 18.8668 26.5 18.9994 26.5C19.132 26.5 19.2592 26.4473 19.353 26.3535C19.4467 26.2598 19.4994 26.1326 19.4994 26V17.2075L22.6457 20.3537C22.7395 20.4476 22.8667 20.5003 22.9994 20.5003C23.1321 20.5003 23.2594 20.4476 23.3532 20.3537C23.447 20.2599 23.4997 20.1327 23.4997 20C23.4997 19.8673 23.447 19.7401 23.3532 19.6462L19.3532 15.6462Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9999 16C31.0062 18.3815 30.2336 20.6997 28.7999 22.6013C28.7209 22.7063 28.6221 22.7948 28.5089 22.8616C28.3958 22.9285 28.2705 22.9724 28.1404 22.9908C28.0103 23.0093 27.8778 23.0019 27.7505 22.9692C27.6233 22.9365 27.5037 22.879 27.3986 22.8C27.2936 22.721 27.2051 22.6222 27.1383 22.509C27.0714 22.3959 27.0275 22.2707 27.0091 22.1405C26.9906 22.0104 26.9979 21.8779 27.0307 21.7507C27.0634 21.6234 27.1209 21.5038 27.1999 21.3988C28.3734 19.8441 29.0056 17.9479 28.9999 16C28.9999 13.6131 28.0517 11.3239 26.3638 9.63604C24.676 7.94822 22.3868 7.00001 19.9999 7.00001C17.6129 7.00001 15.3238 7.94822 13.6359 9.63604C11.9481 11.3239 10.9999 13.6131 10.9999 16C10.9999 16.2652 10.8945 16.5196 10.707 16.7071C10.5195 16.8946 10.2651 17 9.99988 17C9.73467 17 9.48031 16.8946 9.29278 16.7071C9.10524 16.5196 8.99988 16.2652 8.99988 16C8.9994 14.9909 9.13778 13.9864 9.41113 13.015C9.27489 13 9.13738 13 8.99988 13C7.40859 13 5.88246 13.6321 4.75724 14.7574C3.63203 15.8826 2.99988 17.4087 2.99988 19C2.99988 20.5913 3.63203 22.1174 4.75724 23.2426C5.88246 24.3679 7.40859 25 8.99988 25H11.9999C12.2651 25 12.5195 25.1054 12.707 25.2929C12.8945 25.4804 12.9999 25.7348 12.9999 26C12.9999 26.2652 12.8945 26.5196 12.707 26.7071C12.5195 26.8946 12.2651 27 11.9999 27H8.99988C7.9001 27.0003 6.81208 26.7737 5.80377 26.3346C4.79546 25.8955 3.88853 25.2532 3.1396 24.4478C2.39068 23.6424 1.81585 22.6913 1.45103 21.6538C1.08621 20.6163 0.939225 19.5147 1.01926 18.4178C1.09929 17.321 1.40462 16.2524 1.91619 15.2788C2.42775 14.3053 3.13455 13.4476 3.99245 12.7595C4.85035 12.0714 5.84092 11.5675 6.90229 11.2794C7.96366 10.9913 9.07304 10.9251 10.1611 11.085C11.2691 8.86895 13.0928 7.09185 15.3368 6.04154C17.5808 4.99124 20.1136 4.72925 22.525 5.29801C24.9365 5.86677 27.0853 7.23297 28.6234 9.17532C30.1616 11.1177 30.9989 13.5224 30.9999 16ZM19.7074 15.2925C19.6145 15.1995 19.5042 15.1258 19.3828 15.0754C19.2614 15.0251 19.1313 14.9992 18.9999 14.9992C18.8685 14.9992 18.7383 15.0251 18.6169 15.0754C18.4955 15.1258 18.3853 15.1995 18.2924 15.2925L14.2924 19.2925C14.1995 19.3854 14.1258 19.4957 14.0755 19.6171C14.0252 19.7385 13.9993 19.8686 13.9993 20C13.9993 20.1314 14.0252 20.2615 14.0755 20.3829C14.1258 20.5043 14.1995 20.6146 14.2924 20.7075C14.48 20.8951 14.7345 21.0006 14.9999 21.0006C15.1313 21.0006 15.2614 20.9747 15.3828 20.9244C15.5042 20.8741 15.6145 20.8004 15.7074 20.7075L17.9999 18.4138V26C17.9999 26.2652 18.1052 26.5196 18.2928 26.7071C18.4803 26.8946 18.7347 27 18.9999 27C19.2651 27 19.5195 26.8946 19.707 26.7071C19.8945 26.5196 19.9999 26.2652 19.9999 26V18.4138L22.2924 20.7075C22.3853 20.8004 22.4956 20.8741 22.617 20.9244C22.7384 20.9747 22.8685 21.0006 22.9999 21.0006C23.1313 21.0006 23.2614 20.9747 23.3828 20.9244C23.5042 20.8741 23.6145 20.8004 23.7074 20.7075C23.8003 20.6146 23.874 20.5043 23.9243 20.3829C23.9746 20.2615 24.0004 20.1314 24.0004 20C24.0004 19.8686 23.9746 19.7385 23.9243 19.6171C23.874 19.4957 23.8003 19.3854 23.7074 19.2925L19.7074 15.2925Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M31.5007 16C31.5081 18.49 30.6998 20.914 29.1994 22.9013C28.9575 23.2111 28.6036 23.4136 28.214 23.4652C27.8243 23.5168 27.4299 23.4133 27.1157 23.1771C26.8015 22.9409 26.5926 22.5908 26.5339 22.2021C26.4752 21.8134 26.5715 21.4172 26.8019 21.0988C27.6097 20.0212 28.1499 18.7671 28.3779 17.4398C28.606 16.1125 28.5154 14.75 28.1136 13.4646C27.7118 12.1792 27.0104 11.0077 26.067 10.0465C25.1237 9.08535 23.9655 8.3621 22.6878 7.93635C21.4102 7.5106 20.0496 7.39454 18.7183 7.59772C17.387 7.8009 16.123 8.31751 15.0305 9.10499C13.938 9.89247 13.0482 10.9283 12.4345 12.127C11.8208 13.3258 11.5007 14.6533 11.5007 16C11.5007 16.3978 11.3426 16.7794 11.0613 17.0607C10.78 17.342 10.3985 17.5 10.0007 17.5C9.60285 17.5 9.22132 17.342 8.94001 17.0607C8.65871 16.7794 8.50067 16.3978 8.50067 16C8.49995 15.1592 8.59175 14.3208 8.77442 13.5C7.31573 13.53 5.92871 14.1382 4.91847 15.1909C3.90824 16.2436 3.35755 17.6544 3.38755 19.1131C3.41755 20.5718 4.02579 21.9589 5.07845 22.9691C6.13112 23.9793 7.54198 24.53 9.00067 24.5H12.0007C12.3985 24.5 12.78 24.658 13.0613 24.9394C13.3426 25.2207 13.5007 25.6022 13.5007 26C13.5007 26.3978 13.3426 26.7794 13.0613 27.0607C12.78 27.342 12.3985 27.5 12.0007 27.5H9.00067C7.84667 27.5014 6.70446 27.2678 5.64366 26.8135C4.58286 26.3591 3.62569 25.6935 2.83047 24.8573C2.03526 24.021 1.41867 23.0315 1.01827 21.9492C0.61787 20.8669 0.442053 19.7144 0.501533 18.5619C0.561013 17.4094 0.854545 16.2811 1.36424 15.2458C1.87393 14.2104 2.58911 13.2897 3.46619 12.5398C4.34327 11.7898 5.36388 11.2263 6.46582 10.8835C7.56776 10.5408 8.72795 10.426 9.87567 10.5463C11.0899 8.29169 13.0219 6.50688 15.3654 5.47473C17.7089 4.44257 20.3299 4.22213 22.8129 4.84833C25.2959 5.47453 27.4988 6.91156 29.0726 8.93164C30.6464 10.9517 31.5009 13.4393 31.5007 16ZM20.0619 14.9388C19.9226 14.7989 19.757 14.688 19.5747 14.6123C19.3923 14.5365 19.1968 14.4976 18.9994 14.4976C18.802 14.4976 18.6065 14.5365 18.4242 14.6123C18.2419 14.688 18.0763 14.7989 17.9369 14.9388L13.9369 18.9388C13.7974 19.0783 13.6867 19.2439 13.6112 19.4262C13.5357 19.6085 13.4968 19.8039 13.4968 20.0013C13.4968 20.1986 13.5357 20.394 13.6112 20.5763C13.6867 20.7586 13.7974 20.9242 13.9369 21.0638C14.0765 21.2033 14.2421 21.314 14.4244 21.3895C14.6067 21.465 14.8021 21.5039 14.9994 21.5039C15.1967 21.5039 15.3921 21.465 15.5744 21.3895C15.7567 21.314 15.9224 21.2033 16.0619 21.0638L17.5007 19.625V26C17.5007 26.3978 17.6587 26.7794 17.94 27.0607C18.2213 27.342 18.6028 27.5 19.0007 27.5C19.3985 27.5 19.78 27.342 20.0613 27.0607C20.3426 26.7794 20.5007 26.3978 20.5007 26V19.625L21.9394 21.065C22.2212 21.3468 22.6034 21.5051 23.0019 21.5051C23.4004 21.5051 23.7826 21.3468 24.0644 21.065C24.3462 20.7832 24.5045 20.401 24.5045 20.0025C24.5045 19.604 24.3462 19.2218 24.0644 18.94L20.0619 14.9388Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9912 15.565C30.7637 9.6925 25.8837 5 20.0075 5C17.9634 5.00032 15.9597 5.56958 14.2207 6.64404C12.4817 7.71851 11.0761 9.25577 10.1613 11.0837C9.40087 12.5992 9.00332 14.2707 9 15.9663C9.00392 16.2239 8.91043 16.4735 8.73823 16.6652C8.56603 16.8568 8.32782 16.9764 8.07125 17C7.93406 17.0098 7.79632 16.9912 7.66665 16.9453C7.53698 16.8995 7.41816 16.8274 7.31762 16.7335C7.21708 16.6397 7.13698 16.5261 7.08233 16.3999C7.02768 16.2737 6.99965 16.1375 7 16C6.99894 14.6013 7.22436 13.2116 7.6675 11.885C7.6967 11.7999 7.70241 11.7086 7.68404 11.6205C7.66566 11.5325 7.62388 11.451 7.5631 11.3848C7.50232 11.3185 7.42478 11.2698 7.33866 11.2439C7.25254 11.218 7.16102 11.2158 7.07375 11.2375C5.34103 11.6694 3.80227 12.6678 2.70185 14.0742C1.60143 15.4805 1.00244 17.2143 1 19C1 23.3988 4.71875 27 9.125 27H20C21.4807 26.9984 22.9459 26.6982 24.3079 26.1173C25.6699 25.5364 26.9007 24.6868 27.9268 23.6193C28.9529 22.5518 29.7531 21.2883 30.2797 19.9044C30.8062 18.5205 31.0482 17.0446 30.9912 15.565ZM23.7075 18.7075C23.6146 18.8005 23.5043 18.8742 23.3829 18.9246C23.2615 18.9749 23.1314 19.0008 23 19.0008C22.8686 19.0008 22.7385 18.9749 22.6171 18.9246C22.4957 18.8742 22.3854 18.8005 22.2925 18.7075L20 16.4137V24C20 24.2652 19.8946 24.5196 19.7071 24.7071C19.5196 24.8946 19.2652 25 19 25C18.7348 25 18.4804 24.8946 18.2929 24.7071C18.1054 24.5196 18 24.2652 18 24V16.4137L15.7075 18.7075C15.6146 18.8004 15.5043 18.8741 15.3829 18.9244C15.2615 18.9747 15.1314 19.0006 15 19.0006C14.8686 19.0006 14.7385 18.9747 14.6171 18.9244C14.4957 18.8741 14.3854 18.8004 14.2925 18.7075C14.1996 18.6146 14.1259 18.5043 14.0756 18.3829C14.0253 18.2615 13.9994 18.1314 13.9994 18C13.9994 17.8686 14.0253 17.7385 14.0756 17.6171C14.1259 17.4957 14.1996 17.3854 14.2925 17.2925L18.2925 13.2925C18.3854 13.1995 18.4957 13.1258 18.6171 13.0754C18.7385 13.0251 18.8686 12.9992 19 12.9992C19.1314 12.9992 19.2615 13.0251 19.3829 13.0754C19.5043 13.1258 19.6146 13.1995 19.7075 13.2925L23.7075 17.2925C23.8005 17.3854 23.8742 17.4957 23.9246 17.6171C23.9749 17.7385 24.0008 17.8686 24.0008 18C24.0008 18.1314 23.9749 18.2615 23.9246 18.3829C23.8742 18.5043 23.8005 18.6146 23.7075 18.7075Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
7130
7151
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M29.9992 16C29.9992 18.6522 28.9456 21.1957 27.0702 23.0711C25.1949 24.9464 22.6513 26 19.9992 26H8.99918C8.00663 25.9988 7.02568 25.7865 6.12144 25.3772C5.2172 24.968 4.41033 24.3711 3.75437 23.6262C3.09841 22.8813 2.60837 22.0054 2.31675 21.0566C2.02514 20.1079 1.93862 19.108 2.06294 18.1232C2.18726 17.1385 2.51957 16.1915 3.03783 15.345C3.55609 14.4985 4.24845 13.7719 5.06896 13.2134C5.88946 12.6548 6.81936 12.2772 7.79695 12.1055C8.77454 11.9338 9.77746 11.972 10.7392 12.2175V12.23C11.6142 10.0836 13.2077 8.3079 15.2472 7.20645C17.2867 6.10499 19.6454 5.74622 21.9201 6.19148C24.1949 6.63674 26.2443 7.85837 27.7179 9.6475C29.1916 11.4366 29.998 13.6821 29.9992 16Z", fill: "currentColor" }),
|
|
7131
7152
|
/* @__PURE__ */ C("path", { d: "M30.9999 16C31.0062 18.3815 30.2336 20.6997 28.7999 22.6013C28.7209 22.7063 28.6221 22.7948 28.5089 22.8616C28.3958 22.9285 28.2705 22.9724 28.1404 22.9908C28.0103 23.0093 27.8778 23.0019 27.7505 22.9692C27.6233 22.9365 27.5037 22.879 27.3986 22.8C27.2936 22.721 27.2051 22.6222 27.1383 22.509C27.0714 22.3959 27.0275 22.2707 27.0091 22.1405C26.9906 22.0104 26.9979 21.8779 27.0307 21.7507C27.0634 21.6234 27.1209 21.5038 27.1999 21.3988C28.3734 19.8441 29.0056 17.9479 28.9999 16C28.9999 13.6131 28.0517 11.3239 26.3638 9.63604C24.676 7.94822 22.3868 7.00001 19.9999 7.00001C17.6129 7.00001 15.3238 7.94822 13.6359 9.63604C11.9481 11.3239 10.9999 13.6131 10.9999 16C10.9999 16.2652 10.8945 16.5196 10.707 16.7071C10.5195 16.8946 10.2651 17 9.99988 17C9.73467 17 9.48031 16.8946 9.29278 16.7071C9.10524 16.5196 8.99988 16.2652 8.99988 16C8.9994 14.9909 9.13778 13.9864 9.41113 13.015C9.27489 13 9.13738 13 8.99988 13C7.40859 13 5.88246 13.6321 4.75724 14.7574C3.63203 15.8826 2.99988 17.4087 2.99988 19C2.99988 20.5913 3.63203 22.1174 4.75724 23.2426C5.88246 24.3679 7.40859 25 8.99988 25H11.9999C12.2651 25 12.5195 25.1054 12.707 25.2929C12.8945 25.4804 12.9999 25.7348 12.9999 26C12.9999 26.2652 12.8945 26.5196 12.707 26.7071C12.5195 26.8946 12.2651 27 11.9999 27H8.99988C7.9001 27.0003 6.81208 26.7737 5.80377 26.3346C4.79546 25.8955 3.88853 25.2532 3.1396 24.4478C2.39068 23.6424 1.81585 22.6913 1.45103 21.6538C1.08621 20.6163 0.939225 19.5147 1.01926 18.4178C1.09929 17.321 1.40462 16.2524 1.91619 15.2788C2.42775 14.3053 3.13455 13.4476 3.99245 12.7595C4.85035 12.0714 5.84092 11.5675 6.90229 11.2794C7.96366 10.9913 9.07304 10.9251 10.1611 11.085C11.2691 8.86895 13.0928 7.09185 15.3368 6.04154C17.5808 4.99124 20.1136 4.72925 22.525 5.29801C24.9365 5.86677 27.0853 7.23297 28.6234 9.17532C30.1616 11.1177 30.9989 13.5224 30.9999 16ZM19.7074 15.2925C19.6145 15.1995 19.5042 15.1258 19.3828 15.0754C19.2614 15.0251 19.1313 14.9992 18.9999 14.9992C18.8685 14.9992 18.7383 15.0251 18.6169 15.0754C18.4955 15.1258 18.3853 15.1995 18.2924 15.2925L14.2924 19.2925C14.1995 19.3854 14.1258 19.4957 14.0755 19.6171C14.0252 19.7385 13.9993 19.8686 13.9993 20C13.9993 20.1314 14.0252 20.2615 14.0755 20.3829C14.1258 20.5043 14.1995 20.6146 14.2924 20.7075C14.48 20.8951 14.7345 21.0006 14.9999 21.0006C15.1313 21.0006 15.2614 20.9747 15.3828 20.9244C15.5042 20.8741 15.6145 20.8004 15.7074 20.7075L17.9999 18.4138V26C17.9999 26.2652 18.1052 26.5196 18.2928 26.7071C18.4803 26.8946 18.7347 27 18.9999 27C19.2651 27 19.5195 26.8946 19.707 26.7071C19.8945 26.5196 19.9999 26.2652 19.9999 26V18.4138L22.2924 20.7075C22.3853 20.8004 22.4956 20.8741 22.617 20.9244C22.7384 20.9747 22.8685 21.0006 22.9999 21.0006C23.1313 21.0006 23.2614 20.9747 23.3828 20.9244C23.5042 20.8741 23.6145 20.8004 23.7074 20.7075C23.8003 20.6146 23.874 20.5043 23.9243 20.3829C23.9746 20.2615 24.0004 20.1314 24.0004 20C24.0004 19.8686 23.9746 19.7385 23.9243 19.6171C23.874 19.4957 23.8003 19.3854 23.7074 19.2925L19.7074 15.2925Z", fill: "currentColor" })
|
|
7132
|
-
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.7493 16C30.756 18.3271 30.0009 20.5924 28.5993 22.45C28.5402 22.5288 28.4662 22.5952 28.3814 22.6454C28.2967 22.6955 28.2029 22.7285 28.1054 22.7425C28.0079 22.7564 27.9086 22.751 27.8132 22.7265C27.7178 22.7021 27.6281 22.6591 27.5493 22.6C27.4705 22.5409 27.4041 22.4669 27.354 22.3821C27.3038 22.2974 27.2708 22.2036 27.2569 22.1061C27.2429 22.0086 27.2483 21.9093 27.2728 21.8139C27.2972 21.7185 27.3402 21.6288 27.3993 21.55C28.2787 20.3775 28.8669 19.0127 29.1154 17.5683C29.3639 16.1238 29.2656 14.641 28.8286 13.242C28.3915 11.8429 27.6283 10.5678 26.6018 9.52163C25.5753 8.47545 24.3149 7.68817 22.9244 7.22468C21.534 6.7612 20.0533 6.63476 18.6043 6.8558C17.1554 7.07683 15.7798 7.63902 14.5907 8.49602C13.4017 9.35301 12.4334 10.4803 11.7655 11.785C11.0976 13.0896 10.7493 14.5343 10.7493 16C10.7493 16.1989 10.6703 16.3897 10.5296 16.5303C10.389 16.671 10.1982 16.75 9.99932 16.75C9.8004 16.75 9.60964 16.671 9.46899 16.5303C9.32833 16.3897 9.24932 16.1989 9.24932 16C9.24838 14.913 9.41319 13.8323 9.73807 12.795C9.4929 12.7656 9.24623 12.7506 8.99932 12.75C7.34171 12.75 5.752 13.4085 4.5799 14.5806C3.4078 15.7527 2.74932 17.3424 2.74932 19C2.74932 20.6576 3.4078 22.2473 4.5799 23.4194C5.752 24.5915 7.34171 25.25 8.99932 25.25H11.9993C12.1982 25.25 12.389 25.329 12.5296 25.4697C12.6703 25.6103 12.7493 25.8011 12.7493 26C12.7493 26.1989 12.6703 26.3897 12.5296 26.5303C12.389 26.671 12.1982 26.75 11.9993 26.75H8.99932C7.92665 26.7496 6.86575 26.5266 5.88374 26.095C4.90173 25.6634 4.02001 25.0327 3.29438 24.2427C2.56874 23.4527 2.015 22.5207 1.66819 21.5057C1.32139 20.4906 1.18907 19.4146 1.27961 18.3458C1.37016 17.277 1.6816 16.2386 2.19421 15.2963C2.70683 14.3541 3.40947 13.5285 4.25765 12.8719C5.10583 12.2152 6.08109 11.7418 7.12171 11.4815C8.16232 11.2213 9.24563 11.1799 10.3031 11.36C11.3555 9.16159 13.1237 7.38606 15.3178 6.32462C17.5118 5.26318 20.0015 4.97885 22.3784 5.51825C24.7553 6.05765 26.8783 7.38878 28.3993 9.2933C29.9203 11.1978 30.7489 13.5627 30.7493 16ZM19.5293 15.47C19.3887 15.3296 19.1981 15.2507 18.9993 15.2507C18.8006 15.2507 18.6099 15.3296 18.4693 15.47L14.4693 19.47C14.3368 19.6122 14.2647 19.8002 14.2681 19.9945C14.2716 20.1888 14.3503 20.3742 14.4877 20.5116C14.6251 20.649 14.8105 20.7278 15.0048 20.7312C15.1991 20.7346 15.3871 20.6625 15.5293 20.53L18.2493 17.8113V26C18.2493 26.1989 18.3283 26.3897 18.469 26.5303C18.6096 26.671 18.8004 26.75 18.9993 26.75C19.1982 26.75 19.389 26.671 19.5296 26.5303C19.6703 26.3897 19.7493 26.1989 19.7493 26V17.8113L22.4693 20.53C22.6115 20.6625 22.7995 20.7346 22.9938 20.7312C23.1881 20.7278 23.3735 20.649 23.5109 20.5116C23.6483 20.3742 23.7271 20.1888 23.7305 19.9945C23.7339 19.8002 23.6618 19.6122 23.5293 19.47L19.5293 15.47Z", fill: "currentColor" }) }), Ih = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M2.5 12V21C2.5 21.3978 2.65804 21.7794 2.93934 22.0607C3.22064 22.342 3.60218 22.5 4 22.5H14C14.1326 22.5 14.2598 22.5527 14.3536 22.6464C14.4473 22.7402 14.5 22.8674 14.5 23C14.5 23.1326 14.4473 23.2598 14.3536 23.3536C14.2598 23.4473 14.1326 23.5 14 23.5H11.5V26.5H14C14.1326 26.5 14.2598 26.5527 14.3536 26.6464C14.4473 26.7402 14.5 26.8674 14.5 27C14.5 27.1326 14.4473 27.2598 14.3536 27.3536C14.2598 27.4473 14.1326 27.5 14 27.5H8C7.86739 27.5 7.74021 27.4473 7.64645 27.3536C7.55268 27.2598 7.5 27.1326 7.5 27C7.5 26.8674 7.55268 26.7402 7.64645 26.6464C7.74021 26.5527 7.86739 26.5 8 26.5H10.5V23.5H4C3.33696 23.5 2.70107 23.2366 2.23223 22.7678C1.76339 22.2989 1.5 21.663 1.5 21V12C1.5 11.337 1.76339 10.7011 2.23223 10.2322C2.70107 9.76339 3.33696 9.5 4 9.5H14C14.1326 9.5 14.2598 9.55268 14.3536 9.64645C14.4473 9.74021 14.5 9.86739 14.5 10C14.5 10.1326 14.4473 10.2598 14.3536 10.3536C14.2598 10.4473 14.1326 10.5 14 10.5H4C3.60218 10.5 3.22064 10.658 2.93934 10.9393C2.65804 11.2206 2.5 11.6022 2.5 12ZM26 8.5H22C21.8674 8.5 21.7402 8.55268 21.6464 8.64645C21.5527 8.74021 21.5 8.86739 21.5 9C21.5 9.13261 21.5527 9.25979 21.6464 9.35355C21.7402 9.44732 21.8674 9.5 22 9.5H26C26.1326 9.5 26.2598 9.44732 26.3536 9.35355C26.4473 9.25979 26.5 9.13261 26.5 9C26.5 8.86739 26.4473 8.74021 26.3536 8.64645C26.2598 8.55268 26.1326 8.5 26 8.5ZM26 12.5H22C21.8674 12.5 21.7402 12.5527 21.6464 12.6464C21.5527 12.7402 21.5 12.8674 21.5 13C21.5 13.1326 21.5527 13.2598 21.6464 13.3536C21.7402 13.4473 21.8674 13.5 22 13.5H26C26.1326 13.5 26.2598 13.4473 26.3536 13.3536C26.4473 13.2598 26.5 13.1326 26.5 13C26.5 12.8674 26.4473 12.7402 26.3536 12.6464C26.2598 12.5527 26.1326 12.5 26 12.5ZM30.5 6V26C30.5 26.3978 30.342 26.7794 30.0607 27.0607C29.7794 27.342 29.3978 27.5 29 27.5H19C18.6022 27.5 18.2206 27.342 17.9393 27.0607C17.658 26.7794 17.5 26.3978 17.5 26V6C17.5 5.60218 17.658 5.22064 17.9393 4.93934C18.2206 4.65804 18.6022 4.5 19 4.5H29C29.3978 4.5 29.7794 4.65804 30.0607 4.93934C30.342 5.22064 30.5 5.60218 30.5 6ZM29.5 6C29.5 5.86739 29.4473 5.74021 29.3536 5.64645C29.2598 5.55268 29.1326 5.5 29 5.5H19C18.8674 5.5 18.7402 5.55268 18.6464 5.64645C18.5527 5.74021 18.5 5.86739 18.5 6V26C18.5 26.1326 18.5527 26.2598 18.6464 26.3536C18.7402 26.4473 18.8674 26.5 19 26.5H29C29.1326 26.5 29.2598 26.4473 29.3536 26.3536C29.4473 26.2598 29.5 26.1326 29.5 26V6ZM24 21.5C23.8022 21.5 23.6089 21.5586 23.4444 21.6685C23.28 21.7784 23.1518 21.9346 23.0761 22.1173C23.0004 22.3 22.9806 22.5011 23.0192 22.6951C23.0578 22.8891 23.153 23.0673 23.2929 23.2071C23.4327 23.347 23.6109 23.4422 23.8049 23.4808C23.9989 23.5194 24.2 23.4996 24.3827 23.4239C24.5654 23.3482 24.7216 23.22 24.8315 23.0556C24.9414 22.8911 25 22.6978 25 22.5C25 22.2348 24.8946 21.9804 24.7071 21.7929C24.5196 21.6054 24.2652 21.5 24 21.5Z", fill: "#191919" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M3 12V21C3 21.2652 3.10536 21.5196 3.29289 21.7071C3.48043 21.8946 3.73478 22 4 22H14C14.2652 22 14.5196 22.1054 14.7071 22.2929C14.8946 22.4804 15 22.7348 15 23C15 23.2652 14.8946 23.5196 14.7071 23.7071C14.5196 23.8946 14.2652 24 14 24H12V26H14C14.2652 26 14.5196 26.1054 14.7071 26.2929C14.8946 26.4804 15 26.7348 15 27C15 27.2652 14.8946 27.5196 14.7071 27.7071C14.5196 27.8946 14.2652 28 14 28H8C7.73478 28 7.48043 27.8946 7.29289 27.7071C7.10536 27.5196 7 27.2652 7 27C7 26.7348 7.10536 26.4804 7.29289 26.2929C7.48043 26.1054 7.73478 26 8 26H10V24H4C3.20435 24 2.44129 23.6839 1.87868 23.1213C1.31607 22.5587 1 21.7956 1 21V12C1 11.2044 1.31607 10.4413 1.87868 9.87868C2.44129 9.31607 3.20435 9 4 9H14C14.2652 9 14.5196 9.10536 14.7071 9.29289C14.8946 9.48043 15 9.73478 15 10C15 10.2652 14.8946 10.5196 14.7071 10.7071C14.5196 10.8946 14.2652 11 14 11H4C3.73478 11 3.48043 11.1054 3.29289 11.2929C3.10536 11.4804 3 11.7348 3 12ZM26 8H22C21.7348 8 21.4804 8.10536 21.2929 8.29289C21.1054 8.48043 21 8.73478 21 9C21 9.26522 21.1054 9.51957 21.2929 9.70711C21.4804 9.89464 21.7348 10 22 10H26C26.2652 10 26.5196 9.89464 26.7071 9.70711C26.8946 9.51957 27 9.26522 27 9C27 8.73478 26.8946 8.48043 26.7071 8.29289C26.5196 8.10536 26.2652 8 26 8ZM26 12H22C21.7348 12 21.4804 12.1054 21.2929 12.2929C21.1054 12.4804 21 12.7348 21 13C21 13.2652 21.1054 13.5196 21.2929 13.7071C21.4804 13.8946 21.7348 14 22 14H26C26.2652 14 26.5196 13.8946 26.7071 13.7071C26.8946 13.5196 27 13.2652 27 13C27 12.7348 26.8946 12.4804 26.7071 12.2929C26.5196 12.1054 26.2652 12 26 12ZM31 6V26C31 26.5304 30.7893 27.0391 30.4142 27.4142C30.0391 27.7893 29.5304 28 29 28H19C18.4696 28 17.9609 27.7893 17.5858 27.4142C17.2107 27.0391 17 26.5304 17 26V6C17 5.46957 17.2107 4.96086 17.5858 4.58579C17.9609 4.21071 18.4696 4 19 4H29C29.5304 4 30.0391 4.21071 30.4142 4.58579C30.7893 4.96086 31 5.46957 31 6ZM29 26V6H19V26H29ZM24 21C23.7033 21 23.4133 21.088 23.1666 21.2528C22.92 21.4176 22.7277 21.6519 22.6142 21.926C22.5007 22.2001 22.4709 22.5017 22.5288 22.7926C22.5867 23.0836 22.7296 23.3509 22.9393 23.5607C23.1491 23.7704 23.4164 23.9133 23.7074 23.9712C23.9983 24.0291 24.2999 23.9993 24.574 23.8858C24.8481 23.7723 25.0824 23.58 25.2472 23.3334C25.412 23.0867 25.5 22.7967 25.5 22.5C25.5 22.1022 25.342 21.7206 25.0607 21.4393C24.7794 21.158 24.3978 21 24 21Z", fill: "#191919" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M3.5 12V20.5C3.5 20.6326 3.55268 20.7598 3.64645 20.8536C3.74021 20.9473 3.86739 21 4 21H13.5C13.8978 21 14.2794 21.158 14.5607 21.4393C14.842 21.7206 15 22.1022 15 22.5C15 22.8978 14.842 23.2794 14.5607 23.5607C14.2794 23.842 13.8978 24 13.5 24H12.5V25.5H13.5C13.8978 25.5 14.2794 25.658 14.5607 25.9393C14.842 26.2206 15 26.6022 15 27C15 27.3978 14.842 27.7794 14.5607 28.0607C14.2794 28.342 13.8978 28.5 13.5 28.5H8.5C8.10218 28.5 7.72064 28.342 7.43934 28.0607C7.15804 27.7794 7 27.3978 7 27C7 26.6022 7.15804 26.2206 7.43934 25.9393C7.72064 25.658 8.10218 25.5 8.5 25.5H9.5V24H4C3.07174 24 2.1815 23.6313 1.52513 22.9749C0.868749 22.3185 0.5 21.4283 0.5 20.5V12C0.5 11.0717 0.868749 10.1815 1.52513 9.52513C2.1815 8.86875 3.07174 8.5 4 8.5H13.5C13.8978 8.5 14.2794 8.65804 14.5607 8.93934C14.842 9.22064 15 9.60218 15 10C15 10.3978 14.842 10.7794 14.5607 11.0607C14.2794 11.342 13.8978 11.5 13.5 11.5H4C3.86739 11.5 3.74021 11.5527 3.64645 11.6464C3.55268 11.7402 3.5 11.8674 3.5 12ZM22.5 11H25.5C25.8978 11 26.2794 10.842 26.5607 10.5607C26.842 10.2794 27 9.89782 27 9.5C27 9.10218 26.842 8.72064 26.5607 8.43934C26.2794 8.15804 25.8978 8 25.5 8H22.5C22.1022 8 21.7206 8.15804 21.4393 8.43934C21.158 8.72064 21 9.10218 21 9.5C21 9.89782 21.158 10.2794 21.4393 10.5607C21.7206 10.842 22.1022 11 22.5 11ZM22.5 15.5H25.5C25.8978 15.5 26.2794 15.342 26.5607 15.0607C26.842 14.7794 27 14.3978 27 14C27 13.6022 26.842 13.2206 26.5607 12.9393C26.2794 12.658 25.8978 12.5 25.5 12.5H22.5C22.1022 12.5 21.7206 12.658 21.4393 12.9393C21.158 13.2206 21 13.6022 21 14C21 14.3978 21.158 14.7794 21.4393 15.0607C21.7206 15.342 22.1022 15.5 22.5 15.5ZM31.5 6V26C31.5 26.663 31.2366 27.2989 30.7678 27.7678C30.2989 28.2366 29.663 28.5 29 28.5H19C18.337 28.5 17.7011 28.2366 17.2322 27.7678C16.7634 27.2989 16.5 26.663 16.5 26V6C16.5 5.33696 16.7634 4.70107 17.2322 4.23223C17.7011 3.76339 18.337 3.5 19 3.5H29C29.663 3.5 30.2989 3.76339 30.7678 4.23223C31.2366 4.70107 31.5 5.33696 31.5 6ZM28.5 6.5H19.5V25.5H28.5V6.5ZM24 20C23.6044 20 23.2178 20.1173 22.8889 20.3371C22.56 20.5568 22.3036 20.8692 22.1522 21.2346C22.0009 21.6001 21.9613 22.0022 22.0384 22.3902C22.1156 22.7781 22.3061 23.1345 22.5858 23.4142C22.8655 23.6939 23.2219 23.8844 23.6098 23.9616C23.9978 24.0387 24.3999 23.9991 24.7654 23.8478C25.1308 23.6964 25.4432 23.44 25.6629 23.1111C25.8827 22.7822 26 22.3956 26 22C26 21.4696 25.7893 20.9609 25.4142 20.5858C25.0391 20.2107 24.5304 20 24 20Z", fill: "#191919" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M15 9.5V23.5C15 23.6326 14.9473 23.7598 14.8536 23.8536C14.7598 23.9473 14.6326 24 14.5 24H12V26H13.9663C14.2242 25.9968 14.4739 26.0913 14.6651 26.2645C14.8564 26.4376 14.9751 26.6767 14.9975 26.9338C15.0066 27.0705 14.9874 27.2077 14.9413 27.3368C14.8951 27.4659 14.8229 27.5841 14.7291 27.6841C14.6353 27.7841 14.522 27.8637 14.3961 27.9181C14.2703 27.9724 14.1346 28.0003 13.9975 28H8.03375C7.77533 28.0038 7.52506 27.9096 7.33327 27.7364C7.14148 27.5632 7.0224 27.3237 7 27.0662C6.99092 26.9295 7.01006 26.7923 7.05623 26.6632C7.1024 26.5341 7.17462 26.4159 7.2684 26.3159C7.36218 26.2159 7.47552 26.1363 7.60137 26.0819C7.72723 26.0276 7.86291 25.9997 8 26H10V24H4C3.20435 24 2.44129 23.6839 1.87868 23.1213C1.31607 22.5587 1 21.7956 1 21V12C1 11.2044 1.31607 10.4413 1.87868 9.87868C2.44129 9.31607 3.20435 9 4 9H14.5C14.6326 9 14.7598 9.05268 14.8536 9.14645C14.9473 9.24021 15 9.36739 15 9.5ZM31 6V26C31 26.5304 30.7893 27.0391 30.4142 27.4142C30.0391 27.7893 29.5304 28 29 28H19C18.4696 28 17.9609 27.7893 17.5858 27.4142C17.2107 27.0391 17 26.5304 17 26V6C17 5.46957 17.2107 4.96086 17.5858 4.58579C17.9609 4.21071 18.4696 4 19 4H29C29.5304 4 30.0391 4.21071 30.4142 4.58579C30.7893 4.96086 31 5.46957 31 6ZM25.4875 22.6963C25.5285 22.3856 25.4711 22.0698 25.3234 21.7934C25.1758 21.517 24.9453 21.2938 24.6643 21.1551C24.3832 21.0164 24.0658 20.9692 23.7566 21.0201C23.4474 21.071 23.1619 21.2175 22.9402 21.439C22.7185 21.6605 22.5718 21.9458 22.5205 22.255C22.4693 22.5642 22.5162 22.8816 22.6546 23.1628C22.7931 23.4439 23.0161 23.6746 23.2923 23.8226C23.5686 23.9705 23.8843 24.0282 24.195 23.9875C24.5226 23.9446 24.8268 23.7948 25.0605 23.5614C25.2942 23.3279 25.4443 23.0238 25.4875 22.6963ZM28 12.9338C27.9776 12.6763 27.8585 12.4368 27.6667 12.2636C27.4749 12.0904 27.2247 11.9962 26.9662 12H21.0338C20.7758 11.9968 20.5261 12.0913 20.3349 12.2645C20.1436 12.4376 20.0249 12.6767 20.0025 12.9338C19.9934 13.0705 20.0126 13.2077 20.0587 13.3368C20.1049 13.4659 20.1771 13.5841 20.2709 13.6841C20.3647 13.7841 20.478 13.8637 20.6039 13.9181C20.7297 13.9724 20.8654 14.0003 21.0025 14H27.0025C27.1394 14 27.2748 13.9718 27.4003 13.9173C27.5259 13.8628 27.6389 13.7831 27.7325 13.6832C27.826 13.5832 27.898 13.4651 27.944 13.3362C27.99 13.2073 28.0091 13.0703 28 12.9338ZM28 8.93375C27.9776 8.67628 27.8585 8.43684 27.6667 8.2636C27.4749 8.09037 27.2247 7.99618 26.9662 8H21.0338C20.7753 7.99618 20.5251 8.09037 20.3333 8.2636C20.1415 8.43684 20.0224 8.67628 20 8.93375C19.9909 9.07054 20.0101 9.20773 20.0562 9.33681C20.1024 9.46589 20.1746 9.58409 20.2684 9.68409C20.3622 9.78408 20.4755 9.86372 20.6014 9.91807C20.7272 9.97241 20.8629 10.0003 21 10H27C27.1371 10.0003 27.2728 9.97241 27.3986 9.91807C27.5245 9.86372 27.6378 9.78408 27.7316 9.68409C27.8254 9.58409 27.8976 9.46589 27.9438 9.33681C27.9899 9.20773 28.0091 9.07054 28 8.93375Z", fill: "#191919" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
7153
|
+
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.7493 16C30.756 18.3271 30.0009 20.5924 28.5993 22.45C28.5402 22.5288 28.4662 22.5952 28.3814 22.6454C28.2967 22.6955 28.2029 22.7285 28.1054 22.7425C28.0079 22.7564 27.9086 22.751 27.8132 22.7265C27.7178 22.7021 27.6281 22.6591 27.5493 22.6C27.4705 22.5409 27.4041 22.4669 27.354 22.3821C27.3038 22.2974 27.2708 22.2036 27.2569 22.1061C27.2429 22.0086 27.2483 21.9093 27.2728 21.8139C27.2972 21.7185 27.3402 21.6288 27.3993 21.55C28.2787 20.3775 28.8669 19.0127 29.1154 17.5683C29.3639 16.1238 29.2656 14.641 28.8286 13.242C28.3915 11.8429 27.6283 10.5678 26.6018 9.52163C25.5753 8.47545 24.3149 7.68817 22.9244 7.22468C21.534 6.7612 20.0533 6.63476 18.6043 6.8558C17.1554 7.07683 15.7798 7.63902 14.5907 8.49602C13.4017 9.35301 12.4334 10.4803 11.7655 11.785C11.0976 13.0896 10.7493 14.5343 10.7493 16C10.7493 16.1989 10.6703 16.3897 10.5296 16.5303C10.389 16.671 10.1982 16.75 9.99932 16.75C9.8004 16.75 9.60964 16.671 9.46899 16.5303C9.32833 16.3897 9.24932 16.1989 9.24932 16C9.24838 14.913 9.41319 13.8323 9.73807 12.795C9.4929 12.7656 9.24623 12.7506 8.99932 12.75C7.34171 12.75 5.752 13.4085 4.5799 14.5806C3.4078 15.7527 2.74932 17.3424 2.74932 19C2.74932 20.6576 3.4078 22.2473 4.5799 23.4194C5.752 24.5915 7.34171 25.25 8.99932 25.25H11.9993C12.1982 25.25 12.389 25.329 12.5296 25.4697C12.6703 25.6103 12.7493 25.8011 12.7493 26C12.7493 26.1989 12.6703 26.3897 12.5296 26.5303C12.389 26.671 12.1982 26.75 11.9993 26.75H8.99932C7.92665 26.7496 6.86575 26.5266 5.88374 26.095C4.90173 25.6634 4.02001 25.0327 3.29438 24.2427C2.56874 23.4527 2.015 22.5207 1.66819 21.5057C1.32139 20.4906 1.18907 19.4146 1.27961 18.3458C1.37016 17.277 1.6816 16.2386 2.19421 15.2963C2.70683 14.3541 3.40947 13.5285 4.25765 12.8719C5.10583 12.2152 6.08109 11.7418 7.12171 11.4815C8.16232 11.2213 9.24563 11.1799 10.3031 11.36C11.3555 9.16159 13.1237 7.38606 15.3178 6.32462C17.5118 5.26318 20.0015 4.97885 22.3784 5.51825C24.7553 6.05765 26.8783 7.38878 28.3993 9.2933C29.9203 11.1978 30.7489 13.5627 30.7493 16ZM19.5293 15.47C19.3887 15.3296 19.1981 15.2507 18.9993 15.2507C18.8006 15.2507 18.6099 15.3296 18.4693 15.47L14.4693 19.47C14.3368 19.6122 14.2647 19.8002 14.2681 19.9945C14.2716 20.1888 14.3503 20.3742 14.4877 20.5116C14.6251 20.649 14.8105 20.7278 15.0048 20.7312C15.1991 20.7346 15.3871 20.6625 15.5293 20.53L18.2493 17.8113V26C18.2493 26.1989 18.3283 26.3897 18.469 26.5303C18.6096 26.671 18.8004 26.75 18.9993 26.75C19.1982 26.75 19.389 26.671 19.5296 26.5303C19.6703 26.3897 19.7493 26.1989 19.7493 26V17.8113L22.4693 20.53C22.6115 20.6625 22.7995 20.7346 22.9938 20.7312C23.1881 20.7278 23.3735 20.649 23.5109 20.5116C23.6483 20.3742 23.7271 20.1888 23.7305 19.9945C23.7339 19.8002 23.6618 19.6122 23.5293 19.47L19.5293 15.47Z", fill: "currentColor" }) }), $h = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M2.5 12V21C2.5 21.3978 2.65804 21.7794 2.93934 22.0607C3.22064 22.342 3.60218 22.5 4 22.5H14C14.1326 22.5 14.2598 22.5527 14.3536 22.6464C14.4473 22.7402 14.5 22.8674 14.5 23C14.5 23.1326 14.4473 23.2598 14.3536 23.3536C14.2598 23.4473 14.1326 23.5 14 23.5H11.5V26.5H14C14.1326 26.5 14.2598 26.5527 14.3536 26.6464C14.4473 26.7402 14.5 26.8674 14.5 27C14.5 27.1326 14.4473 27.2598 14.3536 27.3536C14.2598 27.4473 14.1326 27.5 14 27.5H8C7.86739 27.5 7.74021 27.4473 7.64645 27.3536C7.55268 27.2598 7.5 27.1326 7.5 27C7.5 26.8674 7.55268 26.7402 7.64645 26.6464C7.74021 26.5527 7.86739 26.5 8 26.5H10.5V23.5H4C3.33696 23.5 2.70107 23.2366 2.23223 22.7678C1.76339 22.2989 1.5 21.663 1.5 21V12C1.5 11.337 1.76339 10.7011 2.23223 10.2322C2.70107 9.76339 3.33696 9.5 4 9.5H14C14.1326 9.5 14.2598 9.55268 14.3536 9.64645C14.4473 9.74021 14.5 9.86739 14.5 10C14.5 10.1326 14.4473 10.2598 14.3536 10.3536C14.2598 10.4473 14.1326 10.5 14 10.5H4C3.60218 10.5 3.22064 10.658 2.93934 10.9393C2.65804 11.2206 2.5 11.6022 2.5 12ZM26 8.5H22C21.8674 8.5 21.7402 8.55268 21.6464 8.64645C21.5527 8.74021 21.5 8.86739 21.5 9C21.5 9.13261 21.5527 9.25979 21.6464 9.35355C21.7402 9.44732 21.8674 9.5 22 9.5H26C26.1326 9.5 26.2598 9.44732 26.3536 9.35355C26.4473 9.25979 26.5 9.13261 26.5 9C26.5 8.86739 26.4473 8.74021 26.3536 8.64645C26.2598 8.55268 26.1326 8.5 26 8.5ZM26 12.5H22C21.8674 12.5 21.7402 12.5527 21.6464 12.6464C21.5527 12.7402 21.5 12.8674 21.5 13C21.5 13.1326 21.5527 13.2598 21.6464 13.3536C21.7402 13.4473 21.8674 13.5 22 13.5H26C26.1326 13.5 26.2598 13.4473 26.3536 13.3536C26.4473 13.2598 26.5 13.1326 26.5 13C26.5 12.8674 26.4473 12.7402 26.3536 12.6464C26.2598 12.5527 26.1326 12.5 26 12.5ZM30.5 6V26C30.5 26.3978 30.342 26.7794 30.0607 27.0607C29.7794 27.342 29.3978 27.5 29 27.5H19C18.6022 27.5 18.2206 27.342 17.9393 27.0607C17.658 26.7794 17.5 26.3978 17.5 26V6C17.5 5.60218 17.658 5.22064 17.9393 4.93934C18.2206 4.65804 18.6022 4.5 19 4.5H29C29.3978 4.5 29.7794 4.65804 30.0607 4.93934C30.342 5.22064 30.5 5.60218 30.5 6ZM29.5 6C29.5 5.86739 29.4473 5.74021 29.3536 5.64645C29.2598 5.55268 29.1326 5.5 29 5.5H19C18.8674 5.5 18.7402 5.55268 18.6464 5.64645C18.5527 5.74021 18.5 5.86739 18.5 6V26C18.5 26.1326 18.5527 26.2598 18.6464 26.3536C18.7402 26.4473 18.8674 26.5 19 26.5H29C29.1326 26.5 29.2598 26.4473 29.3536 26.3536C29.4473 26.2598 29.5 26.1326 29.5 26V6ZM24 21.5C23.8022 21.5 23.6089 21.5586 23.4444 21.6685C23.28 21.7784 23.1518 21.9346 23.0761 22.1173C23.0004 22.3 22.9806 22.5011 23.0192 22.6951C23.0578 22.8891 23.153 23.0673 23.2929 23.2071C23.4327 23.347 23.6109 23.4422 23.8049 23.4808C23.9989 23.5194 24.2 23.4996 24.3827 23.4239C24.5654 23.3482 24.7216 23.22 24.8315 23.0556C24.9414 22.8911 25 22.6978 25 22.5C25 22.2348 24.8946 21.9804 24.7071 21.7929C24.5196 21.6054 24.2652 21.5 24 21.5Z", fill: "#191919" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M3 12V21C3 21.2652 3.10536 21.5196 3.29289 21.7071C3.48043 21.8946 3.73478 22 4 22H14C14.2652 22 14.5196 22.1054 14.7071 22.2929C14.8946 22.4804 15 22.7348 15 23C15 23.2652 14.8946 23.5196 14.7071 23.7071C14.5196 23.8946 14.2652 24 14 24H12V26H14C14.2652 26 14.5196 26.1054 14.7071 26.2929C14.8946 26.4804 15 26.7348 15 27C15 27.2652 14.8946 27.5196 14.7071 27.7071C14.5196 27.8946 14.2652 28 14 28H8C7.73478 28 7.48043 27.8946 7.29289 27.7071C7.10536 27.5196 7 27.2652 7 27C7 26.7348 7.10536 26.4804 7.29289 26.2929C7.48043 26.1054 7.73478 26 8 26H10V24H4C3.20435 24 2.44129 23.6839 1.87868 23.1213C1.31607 22.5587 1 21.7956 1 21V12C1 11.2044 1.31607 10.4413 1.87868 9.87868C2.44129 9.31607 3.20435 9 4 9H14C14.2652 9 14.5196 9.10536 14.7071 9.29289C14.8946 9.48043 15 9.73478 15 10C15 10.2652 14.8946 10.5196 14.7071 10.7071C14.5196 10.8946 14.2652 11 14 11H4C3.73478 11 3.48043 11.1054 3.29289 11.2929C3.10536 11.4804 3 11.7348 3 12ZM26 8H22C21.7348 8 21.4804 8.10536 21.2929 8.29289C21.1054 8.48043 21 8.73478 21 9C21 9.26522 21.1054 9.51957 21.2929 9.70711C21.4804 9.89464 21.7348 10 22 10H26C26.2652 10 26.5196 9.89464 26.7071 9.70711C26.8946 9.51957 27 9.26522 27 9C27 8.73478 26.8946 8.48043 26.7071 8.29289C26.5196 8.10536 26.2652 8 26 8ZM26 12H22C21.7348 12 21.4804 12.1054 21.2929 12.2929C21.1054 12.4804 21 12.7348 21 13C21 13.2652 21.1054 13.5196 21.2929 13.7071C21.4804 13.8946 21.7348 14 22 14H26C26.2652 14 26.5196 13.8946 26.7071 13.7071C26.8946 13.5196 27 13.2652 27 13C27 12.7348 26.8946 12.4804 26.7071 12.2929C26.5196 12.1054 26.2652 12 26 12ZM31 6V26C31 26.5304 30.7893 27.0391 30.4142 27.4142C30.0391 27.7893 29.5304 28 29 28H19C18.4696 28 17.9609 27.7893 17.5858 27.4142C17.2107 27.0391 17 26.5304 17 26V6C17 5.46957 17.2107 4.96086 17.5858 4.58579C17.9609 4.21071 18.4696 4 19 4H29C29.5304 4 30.0391 4.21071 30.4142 4.58579C30.7893 4.96086 31 5.46957 31 6ZM29 26V6H19V26H29ZM24 21C23.7033 21 23.4133 21.088 23.1666 21.2528C22.92 21.4176 22.7277 21.6519 22.6142 21.926C22.5007 22.2001 22.4709 22.5017 22.5288 22.7926C22.5867 23.0836 22.7296 23.3509 22.9393 23.5607C23.1491 23.7704 23.4164 23.9133 23.7074 23.9712C23.9983 24.0291 24.2999 23.9993 24.574 23.8858C24.8481 23.7723 25.0824 23.58 25.2472 23.3334C25.412 23.0867 25.5 22.7967 25.5 22.5C25.5 22.1022 25.342 21.7206 25.0607 21.4393C24.7794 21.158 24.3978 21 24 21Z", fill: "#191919" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M3.5 12V20.5C3.5 20.6326 3.55268 20.7598 3.64645 20.8536C3.74021 20.9473 3.86739 21 4 21H13.5C13.8978 21 14.2794 21.158 14.5607 21.4393C14.842 21.7206 15 22.1022 15 22.5C15 22.8978 14.842 23.2794 14.5607 23.5607C14.2794 23.842 13.8978 24 13.5 24H12.5V25.5H13.5C13.8978 25.5 14.2794 25.658 14.5607 25.9393C14.842 26.2206 15 26.6022 15 27C15 27.3978 14.842 27.7794 14.5607 28.0607C14.2794 28.342 13.8978 28.5 13.5 28.5H8.5C8.10218 28.5 7.72064 28.342 7.43934 28.0607C7.15804 27.7794 7 27.3978 7 27C7 26.6022 7.15804 26.2206 7.43934 25.9393C7.72064 25.658 8.10218 25.5 8.5 25.5H9.5V24H4C3.07174 24 2.1815 23.6313 1.52513 22.9749C0.868749 22.3185 0.5 21.4283 0.5 20.5V12C0.5 11.0717 0.868749 10.1815 1.52513 9.52513C2.1815 8.86875 3.07174 8.5 4 8.5H13.5C13.8978 8.5 14.2794 8.65804 14.5607 8.93934C14.842 9.22064 15 9.60218 15 10C15 10.3978 14.842 10.7794 14.5607 11.0607C14.2794 11.342 13.8978 11.5 13.5 11.5H4C3.86739 11.5 3.74021 11.5527 3.64645 11.6464C3.55268 11.7402 3.5 11.8674 3.5 12ZM22.5 11H25.5C25.8978 11 26.2794 10.842 26.5607 10.5607C26.842 10.2794 27 9.89782 27 9.5C27 9.10218 26.842 8.72064 26.5607 8.43934C26.2794 8.15804 25.8978 8 25.5 8H22.5C22.1022 8 21.7206 8.15804 21.4393 8.43934C21.158 8.72064 21 9.10218 21 9.5C21 9.89782 21.158 10.2794 21.4393 10.5607C21.7206 10.842 22.1022 11 22.5 11ZM22.5 15.5H25.5C25.8978 15.5 26.2794 15.342 26.5607 15.0607C26.842 14.7794 27 14.3978 27 14C27 13.6022 26.842 13.2206 26.5607 12.9393C26.2794 12.658 25.8978 12.5 25.5 12.5H22.5C22.1022 12.5 21.7206 12.658 21.4393 12.9393C21.158 13.2206 21 13.6022 21 14C21 14.3978 21.158 14.7794 21.4393 15.0607C21.7206 15.342 22.1022 15.5 22.5 15.5ZM31.5 6V26C31.5 26.663 31.2366 27.2989 30.7678 27.7678C30.2989 28.2366 29.663 28.5 29 28.5H19C18.337 28.5 17.7011 28.2366 17.2322 27.7678C16.7634 27.2989 16.5 26.663 16.5 26V6C16.5 5.33696 16.7634 4.70107 17.2322 4.23223C17.7011 3.76339 18.337 3.5 19 3.5H29C29.663 3.5 30.2989 3.76339 30.7678 4.23223C31.2366 4.70107 31.5 5.33696 31.5 6ZM28.5 6.5H19.5V25.5H28.5V6.5ZM24 20C23.6044 20 23.2178 20.1173 22.8889 20.3371C22.56 20.5568 22.3036 20.8692 22.1522 21.2346C22.0009 21.6001 21.9613 22.0022 22.0384 22.3902C22.1156 22.7781 22.3061 23.1345 22.5858 23.4142C22.8655 23.6939 23.2219 23.8844 23.6098 23.9616C23.9978 24.0387 24.3999 23.9991 24.7654 23.8478C25.1308 23.6964 25.4432 23.44 25.6629 23.1111C25.8827 22.7822 26 22.3956 26 22C26 21.4696 25.7893 20.9609 25.4142 20.5858C25.0391 20.2107 24.5304 20 24 20Z", fill: "#191919" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M15 9.5V23.5C15 23.6326 14.9473 23.7598 14.8536 23.8536C14.7598 23.9473 14.6326 24 14.5 24H12V26H13.9663C14.2242 25.9968 14.4739 26.0913 14.6651 26.2645C14.8564 26.4376 14.9751 26.6767 14.9975 26.9338C15.0066 27.0705 14.9874 27.2077 14.9413 27.3368C14.8951 27.4659 14.8229 27.5841 14.7291 27.6841C14.6353 27.7841 14.522 27.8637 14.3961 27.9181C14.2703 27.9724 14.1346 28.0003 13.9975 28H8.03375C7.77533 28.0038 7.52506 27.9096 7.33327 27.7364C7.14148 27.5632 7.0224 27.3237 7 27.0662C6.99092 26.9295 7.01006 26.7923 7.05623 26.6632C7.1024 26.5341 7.17462 26.4159 7.2684 26.3159C7.36218 26.2159 7.47552 26.1363 7.60137 26.0819C7.72723 26.0276 7.86291 25.9997 8 26H10V24H4C3.20435 24 2.44129 23.6839 1.87868 23.1213C1.31607 22.5587 1 21.7956 1 21V12C1 11.2044 1.31607 10.4413 1.87868 9.87868C2.44129 9.31607 3.20435 9 4 9H14.5C14.6326 9 14.7598 9.05268 14.8536 9.14645C14.9473 9.24021 15 9.36739 15 9.5ZM31 6V26C31 26.5304 30.7893 27.0391 30.4142 27.4142C30.0391 27.7893 29.5304 28 29 28H19C18.4696 28 17.9609 27.7893 17.5858 27.4142C17.2107 27.0391 17 26.5304 17 26V6C17 5.46957 17.2107 4.96086 17.5858 4.58579C17.9609 4.21071 18.4696 4 19 4H29C29.5304 4 30.0391 4.21071 30.4142 4.58579C30.7893 4.96086 31 5.46957 31 6ZM25.4875 22.6963C25.5285 22.3856 25.4711 22.0698 25.3234 21.7934C25.1758 21.517 24.9453 21.2938 24.6643 21.1551C24.3832 21.0164 24.0658 20.9692 23.7566 21.0201C23.4474 21.071 23.1619 21.2175 22.9402 21.439C22.7185 21.6605 22.5718 21.9458 22.5205 22.255C22.4693 22.5642 22.5162 22.8816 22.6546 23.1628C22.7931 23.4439 23.0161 23.6746 23.2923 23.8226C23.5686 23.9705 23.8843 24.0282 24.195 23.9875C24.5226 23.9446 24.8268 23.7948 25.0605 23.5614C25.2942 23.3279 25.4443 23.0238 25.4875 22.6963ZM28 12.9338C27.9776 12.6763 27.8585 12.4368 27.6667 12.2636C27.4749 12.0904 27.2247 11.9962 26.9662 12H21.0338C20.7758 11.9968 20.5261 12.0913 20.3349 12.2645C20.1436 12.4376 20.0249 12.6767 20.0025 12.9338C19.9934 13.0705 20.0126 13.2077 20.0587 13.3368C20.1049 13.4659 20.1771 13.5841 20.2709 13.6841C20.3647 13.7841 20.478 13.8637 20.6039 13.9181C20.7297 13.9724 20.8654 14.0003 21.0025 14H27.0025C27.1394 14 27.2748 13.9718 27.4003 13.9173C27.5259 13.8628 27.6389 13.7831 27.7325 13.6832C27.826 13.5832 27.898 13.4651 27.944 13.3362C27.99 13.2073 28.0091 13.0703 28 12.9338ZM28 8.93375C27.9776 8.67628 27.8585 8.43684 27.6667 8.2636C27.4749 8.09037 27.2247 7.99618 26.9662 8H21.0338C20.7753 7.99618 20.5251 8.09037 20.3333 8.2636C20.1415 8.43684 20.0224 8.67628 20 8.93375C19.9909 9.07054 20.0101 9.20773 20.0562 9.33681C20.1024 9.46589 20.1746 9.58409 20.2684 9.68409C20.3622 9.78408 20.4755 9.86372 20.6014 9.91807C20.7272 9.97241 20.8629 10.0003 21 10H27C27.1371 10.0003 27.2728 9.97241 27.3986 9.91807C27.5245 9.86372 27.6378 9.78408 27.7316 9.68409C27.8254 9.58409 27.8976 9.46589 27.9438 9.33681C27.9899 9.20773 28.0091 9.07054 28 8.93375Z", fill: "#191919" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
7133
7154
|
/* @__PURE__ */ C("path", { opacity: "0.2", d: "M30 6V26C30 26.2652 29.8946 26.5196 29.7071 26.7071C29.5196 26.8946 29.2652 27 29 27H19C18.7348 27 18.4804 26.8946 18.2929 26.7071C18.1054 26.5196 18 26.2652 18 26V6C18 5.73478 18.1054 5.48043 18.2929 5.29289C18.4804 5.10536 18.7348 5 19 5H29C29.2652 5 29.5196 5.10536 29.7071 5.29289C29.8946 5.48043 30 5.73478 30 6Z", fill: "#191919" }),
|
|
7134
7155
|
/* @__PURE__ */ C("path", { d: "M3 12V21C3 21.2652 3.10536 21.5196 3.29289 21.7071C3.48043 21.8946 3.73478 22 4 22H14C14.2652 22 14.5196 22.1054 14.7071 22.2929C14.8946 22.4804 15 22.7348 15 23C15 23.2652 14.8946 23.5196 14.7071 23.7071C14.5196 23.8946 14.2652 24 14 24H12V26H14C14.2652 26 14.5196 26.1054 14.7071 26.2929C14.8946 26.4804 15 26.7348 15 27C15 27.2652 14.8946 27.5196 14.7071 27.7071C14.5196 27.8946 14.2652 28 14 28H8C7.73478 28 7.48043 27.8946 7.29289 27.7071C7.10536 27.5196 7 27.2652 7 27C7 26.7348 7.10536 26.4804 7.29289 26.2929C7.48043 26.1054 7.73478 26 8 26H10V24H4C3.20435 24 2.44129 23.6839 1.87868 23.1213C1.31607 22.5587 1 21.7956 1 21V12C1 11.2044 1.31607 10.4413 1.87868 9.87868C2.44129 9.31607 3.20435 9 4 9H14C14.2652 9 14.5196 9.10536 14.7071 9.29289C14.8946 9.48043 15 9.73478 15 10C15 10.2652 14.8946 10.5196 14.7071 10.7071C14.5196 10.8946 14.2652 11 14 11H4C3.73478 11 3.48043 11.1054 3.29289 11.2929C3.10536 11.4804 3 11.7348 3 12ZM26 8H22C21.7348 8 21.4804 8.10536 21.2929 8.29289C21.1054 8.48043 21 8.73478 21 9C21 9.26522 21.1054 9.51957 21.2929 9.70711C21.4804 9.89464 21.7348 10 22 10H26C26.2652 10 26.5196 9.89464 26.7071 9.70711C26.8946 9.51957 27 9.26522 27 9C27 8.73478 26.8946 8.48043 26.7071 8.29289C26.5196 8.10536 26.2652 8 26 8ZM26 12H22C21.7348 12 21.4804 12.1054 21.2929 12.2929C21.1054 12.4804 21 12.7348 21 13C21 13.2652 21.1054 13.5196 21.2929 13.7071C21.4804 13.8946 21.7348 14 22 14H26C26.2652 14 26.5196 13.8946 26.7071 13.7071C26.8946 13.5196 27 13.2652 27 13C27 12.7348 26.8946 12.4804 26.7071 12.2929C26.5196 12.1054 26.2652 12 26 12ZM31 6V26C31 26.5304 30.7893 27.0391 30.4142 27.4142C30.0391 27.7893 29.5304 28 29 28H19C18.4696 28 17.9609 27.7893 17.5858 27.4142C17.2107 27.0391 17 26.5304 17 26V6C17 5.46957 17.2107 4.96086 17.5858 4.58579C17.9609 4.21071 18.4696 4 19 4H29C29.5304 4 30.0391 4.21071 30.4142 4.58579C30.7893 4.96086 31 5.46957 31 6ZM29 26V6H19V26H29ZM24 21C23.7033 21 23.4133 21.088 23.1666 21.2528C22.92 21.4176 22.7277 21.6519 22.6142 21.926C22.5007 22.2001 22.4709 22.5017 22.5288 22.7926C22.5867 23.0836 22.7296 23.3509 22.9393 23.5607C23.1491 23.7704 23.4164 23.9133 23.7074 23.9712C23.9983 24.0291 24.2999 23.9993 24.574 23.8858C24.8481 23.7723 25.0824 23.58 25.2472 23.3334C25.412 23.0867 25.5 22.7967 25.5 22.5C25.5 22.1022 25.342 21.7206 25.0607 21.4393C24.7794 21.158 24.3978 21 24 21Z", fill: "#191919" })
|
|
7135
7156
|
] }) : /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M2.75 12V21C2.75 21.3315 2.8817 21.6495 3.11612 21.8839C3.35054 22.1183 3.66848 22.25 4 22.25H14C14.1989 22.25 14.3897 22.329 14.5303 22.4697C14.671 22.6103 14.75 22.8011 14.75 23C14.75 23.1989 14.671 23.3897 14.5303 23.5303C14.3897 23.671 14.1989 23.75 14 23.75H11.75V26.25H14C14.1989 26.25 14.3897 26.329 14.5303 26.4697C14.671 26.6103 14.75 26.8011 14.75 27C14.75 27.1989 14.671 27.3897 14.5303 27.5303C14.3897 27.671 14.1989 27.75 14 27.75H8C7.80109 27.75 7.61032 27.671 7.46967 27.5303C7.32902 27.3897 7.25 27.1989 7.25 27C7.25 26.8011 7.32902 26.6103 7.46967 26.4697C7.61032 26.329 7.80109 26.25 8 26.25H10.25V23.75H4C3.27065 23.75 2.57118 23.4603 2.05546 22.9445C1.53973 22.4288 1.25 21.7293 1.25 21V12C1.25 11.2707 1.53973 10.5712 2.05546 10.0555C2.57118 9.53973 3.27065 9.25 4 9.25H14C14.1989 9.25 14.3897 9.32902 14.5303 9.46967C14.671 9.61032 14.75 9.80109 14.75 10C14.75 10.1989 14.671 10.3897 14.5303 10.5303C14.3897 10.671 14.1989 10.75 14 10.75H4C3.66848 10.75 3.35054 10.8817 3.11612 11.1161C2.8817 11.3505 2.75 11.6685 2.75 12ZM26 8.25H22C21.8011 8.25 21.6103 8.32902 21.4697 8.46967C21.329 8.61032 21.25 8.80109 21.25 9C21.25 9.19891 21.329 9.38968 21.4697 9.53033C21.6103 9.67098 21.8011 9.75 22 9.75H26C26.1989 9.75 26.3897 9.67098 26.5303 9.53033C26.671 9.38968 26.75 9.19891 26.75 9C26.75 8.80109 26.671 8.61032 26.5303 8.46967C26.3897 8.32902 26.1989 8.25 26 8.25ZM26 12.25H22C21.8011 12.25 21.6103 12.329 21.4697 12.4697C21.329 12.6103 21.25 12.8011 21.25 13C21.25 13.1989 21.329 13.3897 21.4697 13.5303C21.6103 13.671 21.8011 13.75 22 13.75H26C26.1989 13.75 26.3897 13.671 26.5303 13.5303C26.671 13.3897 26.75 13.1989 26.75 13C26.75 12.8011 26.671 12.6103 26.5303 12.4697C26.3897 12.329 26.1989 12.25 26 12.25ZM30.75 6V26C30.75 26.4641 30.5656 26.9092 30.2374 27.2374C29.9092 27.5656 29.4641 27.75 29 27.75H19C18.5359 27.75 18.0908 27.5656 17.7626 27.2374C17.4344 26.9092 17.25 26.4641 17.25 26V6C17.25 5.53587 17.4344 5.09075 17.7626 4.76256C18.0908 4.43437 18.5359 4.25 19 4.25H29C29.4641 4.25 29.9092 4.43437 30.2374 4.76256C30.5656 5.09075 30.75 5.53587 30.75 6ZM29.25 6C29.25 5.9337 29.2237 5.87011 29.1768 5.82322C29.1299 5.77634 29.0663 5.75 29 5.75H19C18.9337 5.75 18.8701 5.77634 18.8232 5.82322C18.7763 5.87011 18.75 5.9337 18.75 6V26C18.75 26.0663 18.7763 26.1299 18.8232 26.1768C18.8701 26.2237 18.9337 26.25 19 26.25H29C29.0663 26.25 29.1299 26.2237 29.1768 26.1768C29.2237 26.1299 29.25 26.0663 29.25 26V6ZM24 21.25C23.7528 21.25 23.5111 21.3233 23.3055 21.4607C23.1 21.598 22.9398 21.7932 22.8451 22.0216C22.7505 22.2501 22.7258 22.5014 22.774 22.7439C22.8223 22.9863 22.9413 23.2091 23.1161 23.3839C23.2909 23.5587 23.5137 23.6777 23.7561 23.726C23.9986 23.7742 24.2499 23.7495 24.4784 23.6549C24.7068 23.5602 24.902 23.4 25.0393 23.1945C25.1767 22.9889 25.25 22.7472 25.25 22.5C25.25 22.1685 25.1183 21.8505 24.8839 21.6161C24.6495 21.3817 24.3315 21.25 24 21.25Z", fill: "#191919" }) }), Th = ({ type: e = "light" }) => e === "thin" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.4994 16C30.506 18.2729 29.7684 20.4856 28.3994 22.3C28.36 22.3525 28.3107 22.3968 28.2542 22.4302C28.1977 22.4637 28.1351 22.4857 28.0701 22.495C28.0051 22.5043 27.9389 22.5006 27.8753 22.4843C27.8117 22.4681 27.752 22.4394 27.6994 22.4C27.6469 22.3606 27.6026 22.3112 27.5692 22.2547C27.5357 22.1982 27.5137 22.1357 27.5045 22.0707C27.4952 22.0057 27.4988 21.9395 27.5151 21.8759C27.5314 21.8123 27.56 21.7525 27.5994 21.7C28.5026 20.4958 29.1067 19.0941 29.3619 17.6106C29.6171 16.1271 29.5161 14.6042 29.0673 13.1674C28.6185 11.7306 27.8346 10.421 26.7804 9.34652C25.7261 8.27207 24.4316 7.46352 23.0036 6.9875C21.5755 6.51149 20.0548 6.38163 18.5667 6.60864C17.0787 6.83566 15.6658 7.41303 14.4447 8.29319C13.2235 9.17335 12.229 10.3311 11.5431 11.671C10.8571 13.011 10.4994 14.4947 10.4994 16C10.4994 16.1326 10.4467 16.2598 10.353 16.3535C10.2592 16.4473 10.132 16.5 9.99943 16.5C9.86682 16.5 9.73964 16.4473 9.64587 16.3535C9.5521 16.2598 9.49943 16.1326 9.49943 16C9.49897 14.8399 9.69203 13.6878 10.0707 12.5912C9.18323 12.441 8.27425 12.4766 7.40131 12.696C6.52838 12.9154 5.71051 13.3136 4.99953 13.8656C4.28854 14.4175 3.69994 15.1111 3.271 15.9024C2.84207 16.6937 2.58215 17.5655 2.50771 18.4624C2.43327 19.3594 2.54594 20.2621 2.83857 21.1133C3.1312 21.9645 3.59743 22.7456 4.2077 23.4072C4.81798 24.0688 5.55901 24.5964 6.38385 24.9567C7.20868 25.3169 8.09935 25.5019 8.99943 25.5H11.9994C12.132 25.5 12.2592 25.5527 12.353 25.6464C12.4467 25.7402 12.4994 25.8674 12.4994 26C12.4994 26.1326 12.4467 26.2598 12.353 26.3535C12.2592 26.4473 12.132 26.5 11.9994 26.5H8.99943C7.95325 26.4996 6.91871 26.2804 5.96231 25.8564C5.0059 25.4324 4.14878 24.813 3.44602 24.038C2.74327 23.263 2.21042 22.3496 1.88173 21.3564C1.55304 20.3631 1.43578 19.3122 1.53747 18.2709C1.63917 17.2297 1.95758 16.2213 2.47223 15.3104C2.98689 14.3996 3.68641 13.6065 4.52584 12.9821C5.36528 12.3578 6.32605 11.9159 7.34642 11.685C8.3668 11.4541 9.4242 11.4392 10.4507 11.6412C11.4471 9.46244 13.1588 7.68993 15.3014 6.61796C17.4441 5.54598 19.8889 5.23901 22.2301 5.748C24.5713 6.25698 26.668 7.55132 28.1721 9.41615C29.6763 11.281 30.4975 13.6041 30.4994 16ZM22.6457 21.6462L19.4994 24.7925V16C19.4994 15.8674 19.4467 15.7402 19.353 15.6464C19.2592 15.5527 19.132 15.5 18.9994 15.5C18.8668 15.5 18.7396 15.5527 18.6459 15.6464C18.5521 15.7402 18.4994 15.8674 18.4994 16V24.7925L15.3532 21.6462C15.2594 21.5524 15.1321 21.4997 14.9994 21.4997C14.8667 21.4997 14.7395 21.5524 14.6457 21.6462C14.5519 21.7401 14.4991 21.8673 14.4991 22C14.4991 22.1327 14.5519 22.2599 14.6457 22.3537L18.6457 26.3537C18.6921 26.4002 18.7473 26.4371 18.808 26.4623C18.8687 26.4874 18.9337 26.5004 18.9994 26.5004C19.0651 26.5004 19.1302 26.4874 19.1909 26.4623C19.2516 26.4371 19.3067 26.4002 19.3532 26.3537L23.3532 22.3537C23.447 22.2599 23.4997 22.1327 23.4997 22C23.4997 21.8673 23.447 21.7401 23.3532 21.6462C23.2594 21.5524 23.1321 21.4997 22.9994 21.4997C22.8667 21.4997 22.7395 21.5524 22.6457 21.6462Z", fill: "currentColor" }) }) : e === "regular" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9999 16C31.0062 18.3814 30.2336 20.6996 28.7999 22.6012C28.7209 22.7063 28.6221 22.7948 28.5089 22.8616C28.3958 22.9284 28.2705 22.9724 28.1404 22.9908C28.0103 23.0093 27.8778 23.0019 27.7505 22.9692C27.6233 22.9364 27.5037 22.8789 27.3986 22.8C27.2936 22.721 27.2051 22.6221 27.1383 22.509C27.0714 22.3958 27.0275 22.2706 27.0091 22.1405C26.9906 22.0104 26.9979 21.8779 27.0307 21.7506C27.0634 21.6234 27.1209 21.5038 27.1999 21.3987C28.3734 19.844 29.0056 17.9478 28.9999 16C28.9999 13.613 28.0517 11.3238 26.3638 9.63601C24.676 7.94819 22.3868 6.99997 19.9999 6.99997C17.6129 6.99997 15.3238 7.94819 13.6359 9.63601C11.9481 11.3238 10.9999 13.613 10.9999 16C10.9999 16.2652 10.8945 16.5195 10.707 16.7071C10.5195 16.8946 10.2651 17 9.99988 17C9.73467 17 9.48031 16.8946 9.29278 16.7071C9.10524 16.5195 8.99988 16.2652 8.99988 16C8.9994 14.9908 9.13778 13.9864 9.41113 13.015C9.27489 13 9.13738 13 8.99988 13C7.40859 13 5.88246 13.6321 4.75724 14.7573C3.63203 15.8826 2.99988 17.4087 2.99988 19C2.99988 20.5913 3.63203 22.1174 4.75724 23.2426C5.88246 24.3678 7.40859 25 8.99988 25H11.9999C12.2651 25 12.5195 25.1053 12.707 25.2929C12.8945 25.4804 12.9999 25.7348 12.9999 26C12.9999 26.2652 12.8945 26.5195 12.707 26.7071C12.5195 26.8946 12.2651 27 11.9999 27H8.99988C7.9001 27.0002 6.81208 26.7737 5.80377 26.3346C4.79546 25.8955 3.88853 25.2532 3.1396 24.4478C2.39068 23.6424 1.81585 22.6913 1.45103 21.6538C1.08621 20.6162 0.939225 19.5147 1.01926 18.4178C1.09929 17.3209 1.40462 16.2523 1.91619 15.2788C2.42775 14.3052 3.13455 13.4476 3.99245 12.7595C4.85035 12.0713 5.84092 11.5675 6.90229 11.2794C7.96366 10.9913 9.07304 10.9251 10.1611 11.085C11.2691 8.86892 13.0928 7.09182 15.3368 6.04151C17.5808 4.99121 20.1136 4.72922 22.525 5.29798C24.9365 5.86674 27.0853 7.23294 28.6234 9.17529C30.1616 11.1176 30.9989 13.5224 30.9999 16ZM22.2924 21.2925L19.9999 23.5862V16C19.9999 15.7348 19.8945 15.4804 19.707 15.2929C19.5195 15.1053 19.2651 15 18.9999 15C18.7347 15 18.4803 15.1053 18.2928 15.2929C18.1052 15.4804 17.9999 15.7348 17.9999 16V23.5862L15.7074 21.2925C15.5197 21.1048 15.2652 20.9994 14.9999 20.9994C14.7345 20.9994 14.48 21.1048 14.2924 21.2925C14.1047 21.4801 13.9993 21.7346 13.9993 22C13.9993 22.2653 14.1047 22.5198 14.2924 22.7075L18.2924 26.7075C18.3853 26.8005 18.4955 26.8742 18.6169 26.9245C18.7383 26.9749 18.8685 27.0008 18.9999 27.0008C19.1313 27.0008 19.2614 26.9749 19.3828 26.9245C19.5042 26.8742 19.6145 26.8005 19.7074 26.7075L23.7074 22.7075C23.895 22.5198 24.0004 22.2653 24.0004 22C24.0004 21.7346 23.895 21.4801 23.7074 21.2925C23.5197 21.1048 23.2652 20.9994 22.9999 20.9994C22.7345 20.9994 22.48 21.1048 22.2924 21.2925Z", fill: "currentColor" }) }) : e === "bold" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M31.5007 16C31.5081 18.49 30.6998 20.914 29.1994 22.9012C28.9575 23.2111 28.6036 23.4136 28.214 23.4652C27.8243 23.5168 27.4299 23.4133 27.1157 23.1771C26.8015 22.9409 26.5926 22.5907 26.5339 22.2021C26.4752 21.8134 26.5715 21.4172 26.8019 21.0987C27.6097 20.0211 28.1499 18.767 28.3779 17.4398C28.606 16.1125 28.5154 14.75 28.1136 13.4646C27.7118 12.1792 27.0104 11.0076 26.067 10.0465C25.1237 9.08532 23.9655 8.36207 22.6878 7.93632C21.4102 7.51057 20.0496 7.39451 18.7183 7.59769C17.387 7.80087 16.123 8.31748 15.0305 9.10496C13.938 9.89244 13.0482 10.9282 12.4345 12.127C11.8208 13.3258 11.5007 14.6532 11.5007 16C11.5007 16.3978 11.3426 16.7793 11.0613 17.0606C10.78 17.3419 10.3985 17.5 10.0007 17.5C9.60285 17.5 9.22132 17.3419 8.94001 17.0606C8.65871 16.7793 8.50067 16.3978 8.50067 16C8.49995 15.1591 8.59175 14.3207 8.77442 13.5C7.31573 13.53 5.92871 14.1382 4.91847 15.1909C3.90824 16.2435 3.35755 17.6544 3.38755 19.1131C3.41755 20.5718 4.02579 21.9588 5.07845 22.9691C6.13112 23.9793 7.54198 24.53 9.00067 24.5H12.0007C12.3985 24.5 12.78 24.658 13.0613 24.9393C13.3426 25.2206 13.5007 25.6022 13.5007 26C13.5007 26.3978 13.3426 26.7793 13.0613 27.0606C12.78 27.3419 12.3985 27.5 12.0007 27.5H9.00067C7.84667 27.5014 6.70446 27.2678 5.64366 26.8135C4.58286 26.3591 3.62569 25.6935 2.83047 24.8572C2.03526 24.021 1.41867 23.0315 1.01827 21.9492C0.61787 20.8669 0.442053 19.7143 0.501533 18.5619C0.561013 17.4094 0.854545 16.2811 1.36424 15.2458C1.87393 14.2104 2.58911 13.2897 3.46619 12.5397C4.34327 11.7898 5.36388 11.2262 6.46582 10.8835C7.56776 10.5408 8.72795 10.426 9.87567 10.5462C11.0899 8.29166 13.0219 6.50685 15.3654 5.4747C17.7089 4.44254 20.3299 4.2221 22.8129 4.8483C25.2959 5.4745 27.4988 6.91153 29.0726 8.93161C30.6464 10.9517 31.5009 13.4392 31.5007 16ZM21.9394 20.9387L20.5007 22.375V16C20.5007 15.6022 20.3426 15.2206 20.0613 14.9393C19.78 14.658 19.3985 14.5 19.0007 14.5C18.6028 14.5 18.2213 14.658 17.94 14.9393C17.6587 15.2206 17.5007 15.6022 17.5007 16V22.375L16.0619 20.935C15.9224 20.7954 15.7567 20.6848 15.5744 20.6093C15.3921 20.5337 15.1967 20.4949 14.9994 20.4949C14.8021 20.4949 14.6067 20.5337 14.4244 20.6093C14.2421 20.6848 14.0765 20.7954 13.9369 20.935C13.7974 21.0745 13.6867 21.2402 13.6112 21.4225C13.5357 21.6048 13.4968 21.8002 13.4968 21.9975C13.4968 22.1948 13.5357 22.3902 13.6112 22.5725C13.6867 22.7548 13.7974 22.9204 13.9369 23.06L17.9369 27.06C18.0763 27.1998 18.2419 27.3108 18.4242 27.3865C18.6065 27.4622 18.802 27.5012 18.9994 27.5012C19.1968 27.5012 19.3923 27.4622 19.5747 27.3865C19.757 27.3108 19.9226 27.1998 20.0619 27.06L24.0619 23.06C24.3437 22.7782 24.502 22.396 24.502 21.9975C24.502 21.599 24.3437 21.2168 24.0619 20.935C23.7801 20.6532 23.3979 20.4949 22.9994 20.4949C22.6009 20.4949 22.2187 20.6532 21.9369 20.935L21.9394 20.9387Z", fill: "currentColor" }) }) : e === "fill" ? /* @__PURE__ */ C("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: /* @__PURE__ */ C("path", { d: "M30.9912 15.565C30.7637 9.6925 25.8837 5 20.0075 5C17.9634 5.00032 15.9597 5.56958 14.2207 6.64404C12.4817 7.71851 11.0761 9.25577 10.1613 11.0837C9.40087 12.5992 9.00332 14.2707 9 15.9663C9.00392 16.2239 8.91043 16.4735 8.73823 16.6652C8.56603 16.8568 8.32782 16.9764 8.07125 17C7.93406 17.0098 7.79632 16.9912 7.66665 16.9453C7.53698 16.8995 7.41816 16.8274 7.31762 16.7335C7.21708 16.6397 7.13698 16.5261 7.08233 16.3999C7.02768 16.2737 6.99965 16.1375 7 16C6.99894 14.6013 7.22436 13.2116 7.6675 11.885C7.6967 11.7999 7.70241 11.7086 7.68404 11.6205C7.66566 11.5325 7.62388 11.451 7.5631 11.3848C7.50232 11.3185 7.42478 11.2698 7.33866 11.2439C7.25254 11.218 7.16102 11.2158 7.07375 11.2375C5.34103 11.6694 3.80227 12.6678 2.70185 14.0742C1.60143 15.4805 1.00244 17.2143 1 19C1 23.3988 4.71875 27 9.125 27H20C21.4807 26.9984 22.9459 26.6982 24.3079 26.1173C25.6699 25.5364 26.9007 24.6868 27.9268 23.6193C28.9529 22.5518 29.7531 21.2883 30.2797 19.9044C30.8062 18.5205 31.0482 17.0446 30.9912 15.565ZM23.7075 20.7075L19.7075 24.7075C19.6146 24.8005 19.5043 24.8742 19.3829 24.9246C19.2615 24.9749 19.1314 25.0008 19 25.0008C18.8686 25.0008 18.7385 24.9749 18.6171 24.9246C18.4957 24.8742 18.3854 24.8005 18.2925 24.7075L14.2925 20.7075C14.1049 20.5199 13.9994 20.2654 13.9994 20C13.9994 19.7346 14.1049 19.4801 14.2925 19.2925C14.4801 19.1049 14.7346 18.9994 15 18.9994C15.2654 18.9994 15.5199 19.1049 15.7075 19.2925L18 21.5863V14C18 13.7348 18.1054 13.4804 18.2929 13.2929C18.4804 13.1054 18.7348 13 19 13C19.2652 13 19.5196 13.1054 19.7071 13.2929C19.8946 13.4804 20 13.7348 20 14V21.5863L22.2925 19.2925C22.4801 19.1049 22.7346 18.9994 23 18.9994C23.2654 18.9994 23.5199 19.1049 23.7075 19.2925C23.8951 19.4801 24.0006 19.7346 24.0006 20C24.0006 20.2654 23.8951 20.5199 23.7075 20.7075Z", fill: "currentColor" }) }) : e === "duotone" ? /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", children: [
|
|
@@ -7885,103 +7906,103 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
7885
7906
|
extraClass: w,
|
|
7886
7907
|
error: v,
|
|
7887
7908
|
limit: H
|
|
7888
|
-
} = e, [M, V] =
|
|
7889
|
-
(f) => f.value ===
|
|
7890
|
-
),
|
|
7891
|
-
if (
|
|
7892
|
-
n(r.filter((Z) => Z.value !==
|
|
7909
|
+
} = e, [M, V] = K(!1), [m, x] = K(0), [b, B] = K(""), [N, L] = K(o), P = f2(null), T = f2(null), $ = f2(null), [z, q] = K(!1), [Y, C2] = K({}), X = f2(null), U = (u) => r.some(
|
|
7910
|
+
(f) => f.value === u.value
|
|
7911
|
+
), O = typeof H == "number" && r.length >= H, A = (u) => {
|
|
7912
|
+
if (U(u)) {
|
|
7913
|
+
n(r.filter((Z) => Z.value !== u.value));
|
|
7893
7914
|
return;
|
|
7894
7915
|
}
|
|
7895
|
-
|
|
7916
|
+
O || n([...r, u]);
|
|
7896
7917
|
};
|
|
7897
|
-
|
|
7918
|
+
G(() => {
|
|
7898
7919
|
M && x(0);
|
|
7899
|
-
}, [M]),
|
|
7920
|
+
}, [M]), G(() => {
|
|
7900
7921
|
M || B("");
|
|
7901
|
-
}, [M]),
|
|
7902
|
-
const
|
|
7922
|
+
}, [M]), G(() => {
|
|
7923
|
+
const u = (f) => {
|
|
7903
7924
|
const Z = f.target;
|
|
7904
|
-
|
|
7925
|
+
P.current && !P.current.contains(Z) && X.current && !X.current.contains(Z) && V(!1);
|
|
7905
7926
|
};
|
|
7906
|
-
return document.addEventListener("mousedown",
|
|
7907
|
-
document.removeEventListener("mousedown",
|
|
7927
|
+
return document.addEventListener("mousedown", u), () => {
|
|
7928
|
+
document.removeEventListener("mousedown", u);
|
|
7908
7929
|
};
|
|
7909
7930
|
}, []);
|
|
7910
|
-
const
|
|
7911
|
-
if (!M || !T.current || !
|
|
7912
|
-
const
|
|
7931
|
+
const j = () => {
|
|
7932
|
+
if (!M || !T.current || !X.current) return;
|
|
7933
|
+
const u = T.current.getBoundingClientRect(), f = X.current.offsetHeight, Z = window.visualViewport, p = window.scrollY || document.documentElement.scrollTop, S = window.scrollX || document.documentElement.scrollLeft, k = (Z == null ? void 0 : Z.height) ?? window.innerHeight, F = ((Z == null ? void 0 : Z.offsetTop) ?? 0) + k - u.bottom < f && u.top > f ? u.top + p - f : u.bottom + p;
|
|
7913
7934
|
C2({
|
|
7914
7935
|
top: `${F}px`,
|
|
7915
|
-
left: `${
|
|
7916
|
-
width: `${
|
|
7936
|
+
left: `${u.left + S}px`,
|
|
7937
|
+
width: `${u.width}px`,
|
|
7917
7938
|
position: "absolute",
|
|
7918
7939
|
zIndex: 99999
|
|
7919
7940
|
});
|
|
7920
7941
|
};
|
|
7921
|
-
|
|
7942
|
+
G(() => {
|
|
7922
7943
|
if (!T.current) return;
|
|
7923
|
-
let
|
|
7944
|
+
let u = T.current.getBoundingClientRect();
|
|
7924
7945
|
const f = () => {
|
|
7925
|
-
if (
|
|
7946
|
+
if (j(), !T.current) return;
|
|
7926
7947
|
const Z = T.current.getBoundingClientRect();
|
|
7927
|
-
(
|
|
7948
|
+
(u.top !== Z.top || u.left !== Z.left) && V(!1);
|
|
7928
7949
|
};
|
|
7929
7950
|
return M && (window.addEventListener("resize", f), window.addEventListener("scroll", f, !0)), () => {
|
|
7930
7951
|
window.removeEventListener("resize", f), window.removeEventListener("scroll", f, !0);
|
|
7931
7952
|
};
|
|
7932
|
-
}, [M]),
|
|
7933
|
-
|
|
7934
|
-
}, [M]),
|
|
7935
|
-
const
|
|
7936
|
-
|
|
7953
|
+
}, [M]), G(() => {
|
|
7954
|
+
j();
|
|
7955
|
+
}, [M]), G(() => {
|
|
7956
|
+
const u = () => {
|
|
7957
|
+
j();
|
|
7937
7958
|
};
|
|
7938
|
-
return window.addEventListener("resize",
|
|
7939
|
-
window.removeEventListener("resize",
|
|
7959
|
+
return window.addEventListener("resize", u), window.addEventListener("scroll", u, !0), () => {
|
|
7960
|
+
window.removeEventListener("resize", u), window.removeEventListener("scroll", u, !0);
|
|
7940
7961
|
};
|
|
7941
|
-
}, []),
|
|
7962
|
+
}, []), G(() => {
|
|
7942
7963
|
var f, Z;
|
|
7943
7964
|
if (!M) return;
|
|
7944
|
-
const
|
|
7945
|
-
return (f = window.visualViewport) == null || f.addEventListener("resize",
|
|
7946
|
-
var p,
|
|
7947
|
-
(p = window.visualViewport) == null || p.removeEventListener("resize",
|
|
7965
|
+
const u = () => j();
|
|
7966
|
+
return (f = window.visualViewport) == null || f.addEventListener("resize", u), (Z = window.visualViewport) == null || Z.addEventListener("scroll", u), () => {
|
|
7967
|
+
var p, S;
|
|
7968
|
+
(p = window.visualViewport) == null || p.removeEventListener("resize", u), (S = window.visualViewport) == null || S.removeEventListener("scroll", u);
|
|
7948
7969
|
};
|
|
7949
|
-
}, [M]),
|
|
7970
|
+
}, [M]), G(() => {
|
|
7950
7971
|
if (!T.current) return;
|
|
7951
|
-
let
|
|
7972
|
+
let u = T.current.getBoundingClientRect();
|
|
7952
7973
|
const f = new ResizeObserver(() => {
|
|
7953
7974
|
const Z = T.current.getBoundingClientRect();
|
|
7954
|
-
(
|
|
7975
|
+
(u.y !== Z.y || u.x !== Z.x || u.top !== Z.top || u.left !== Z.left) && V(!1), u = Z;
|
|
7955
7976
|
});
|
|
7956
7977
|
return f.observe(T.current), () => {
|
|
7957
7978
|
f.disconnect();
|
|
7958
7979
|
};
|
|
7959
|
-
}, [T, M]),
|
|
7980
|
+
}, [T, M]), G(() => {
|
|
7960
7981
|
var f;
|
|
7961
|
-
const
|
|
7962
|
-
if (Z.target !== T.current && Z.target !==
|
|
7982
|
+
const u = (Z) => {
|
|
7983
|
+
if (Z.target !== T.current && Z.target !== $.current)
|
|
7963
7984
|
return;
|
|
7964
7985
|
const p = N.filter(
|
|
7965
|
-
(
|
|
7986
|
+
(S) => S.label.toLowerCase().includes(b.toLowerCase())
|
|
7966
7987
|
);
|
|
7967
7988
|
switch (Z.code) {
|
|
7968
7989
|
case "Enter":
|
|
7969
|
-
if (Z.target ===
|
|
7970
|
-
const
|
|
7990
|
+
if (Z.target === $.current && (V((S) => !S), M && p.length > 0 && !O && (A(p[m]), $.current && $.current.blur()), M && p.length >= 0 && $.current && $.current.blur()), h && b.trim() !== "" && !O) {
|
|
7991
|
+
const S = {
|
|
7971
7992
|
label: b.trim(),
|
|
7972
7993
|
value: b.trim().replace(/\s/g, "-")
|
|
7973
7994
|
};
|
|
7974
|
-
o.some((k) => k.value ===
|
|
7995
|
+
o.some((k) => k.value === S.value) || (L((k) => [...k, S]), A(S), a && a(S, Z)), B(""), V(!1);
|
|
7975
7996
|
}
|
|
7976
7997
|
break;
|
|
7977
7998
|
case "ArrowUp":
|
|
7978
7999
|
Z.preventDefault(), M ? x(
|
|
7979
|
-
(
|
|
8000
|
+
(S) => S > 0 ? S - 1 : p.length - 1
|
|
7980
8001
|
) : V(!0);
|
|
7981
8002
|
break;
|
|
7982
8003
|
case "ArrowDown":
|
|
7983
8004
|
Z.preventDefault(), M ? x(
|
|
7984
|
-
(
|
|
8005
|
+
(S) => S < p.length - 1 ? S + 1 : 0
|
|
7985
8006
|
) : V(!0);
|
|
7986
8007
|
break;
|
|
7987
8008
|
case "Escape":
|
|
@@ -7989,62 +8010,62 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
7989
8010
|
break;
|
|
7990
8011
|
}
|
|
7991
8012
|
};
|
|
7992
|
-
return (f = T.current) == null || f.addEventListener("keydown",
|
|
8013
|
+
return (f = T.current) == null || f.addEventListener("keydown", u), () => {
|
|
7993
8014
|
var Z;
|
|
7994
|
-
(Z = T.current) == null || Z.removeEventListener("keydown",
|
|
8015
|
+
(Z = T.current) == null || Z.removeEventListener("keydown", u);
|
|
7995
8016
|
};
|
|
7996
8017
|
}, [
|
|
7997
8018
|
M,
|
|
7998
8019
|
m,
|
|
7999
8020
|
o,
|
|
8000
8021
|
b,
|
|
8001
|
-
|
|
8022
|
+
A,
|
|
8002
8023
|
h,
|
|
8003
8024
|
a
|
|
8004
8025
|
]);
|
|
8005
|
-
const
|
|
8006
|
-
(
|
|
8007
|
-
),
|
|
8008
|
-
V((f) => !f), q(!z), !M &&
|
|
8026
|
+
const J = o.filter(
|
|
8027
|
+
(u) => u.label.toLowerCase().includes(b.toLowerCase())
|
|
8028
|
+
), y = (u) => {
|
|
8029
|
+
V((f) => !f), q(!z), !M && $.current ? $.current.focus() : $.current.blur(), i && i(u);
|
|
8009
8030
|
};
|
|
8010
|
-
|
|
8031
|
+
G(() => {
|
|
8011
8032
|
l && l(b);
|
|
8012
8033
|
}, [b, l]);
|
|
8013
|
-
const
|
|
8034
|
+
const g = [
|
|
8014
8035
|
"multiSelectField",
|
|
8015
8036
|
m2.dropdown
|
|
8016
8037
|
];
|
|
8017
|
-
return v &&
|
|
8038
|
+
return v && g.push(m2.error), d && g.push(m2.disabled), w && g.push(w), /* @__PURE__ */ s("div", { ref: P, className: i2(g), children: [
|
|
8018
8039
|
c && /* @__PURE__ */ C(E2, {}),
|
|
8019
8040
|
/* @__PURE__ */ s(
|
|
8020
8041
|
"div",
|
|
8021
8042
|
{
|
|
8022
8043
|
className: m2.control,
|
|
8023
8044
|
ref: T,
|
|
8024
|
-
onClick:
|
|
8045
|
+
onClick: y,
|
|
8025
8046
|
tabIndex: 0,
|
|
8026
8047
|
children: [
|
|
8027
8048
|
!M && r.length === 0 && /* @__PURE__ */ C("span", { className: m2.placeholder, children: t }),
|
|
8028
8049
|
/* @__PURE__ */ s("div", { className: m2.tagHolder, children: [
|
|
8029
|
-
r.map((
|
|
8050
|
+
r.map((u) => /* @__PURE__ */ C(
|
|
8030
8051
|
B6,
|
|
8031
8052
|
{
|
|
8032
|
-
label:
|
|
8053
|
+
label: u.label,
|
|
8033
8054
|
onRemove: (f) => {
|
|
8034
|
-
f.stopPropagation(),
|
|
8055
|
+
f.stopPropagation(), A(u);
|
|
8035
8056
|
}
|
|
8036
8057
|
},
|
|
8037
|
-
|
|
8058
|
+
u.value
|
|
8038
8059
|
)),
|
|
8039
8060
|
/* @__PURE__ */ C("div", { className: m2.input, children: /* @__PURE__ */ C(
|
|
8040
8061
|
"input",
|
|
8041
8062
|
{
|
|
8042
8063
|
type: "text",
|
|
8043
|
-
ref:
|
|
8064
|
+
ref: $,
|
|
8044
8065
|
value: b,
|
|
8045
|
-
onChange: (
|
|
8046
|
-
onFocus: () => setTimeout(
|
|
8047
|
-
onBlur: () => setTimeout(
|
|
8066
|
+
onChange: (u) => B(u.target.value),
|
|
8067
|
+
onFocus: () => setTimeout(j, 100),
|
|
8068
|
+
onBlur: () => setTimeout(j, 100)
|
|
8048
8069
|
}
|
|
8049
8070
|
) })
|
|
8050
8071
|
] }),
|
|
@@ -8056,68 +8077,68 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
8056
8077
|
/* @__PURE__ */ s(
|
|
8057
8078
|
"div",
|
|
8058
8079
|
{
|
|
8059
|
-
ref:
|
|
8060
|
-
style: { ...
|
|
8080
|
+
ref: X,
|
|
8081
|
+
style: { ...Y },
|
|
8061
8082
|
className: `${m2.dropdownMenu} dropdownMenu`,
|
|
8062
8083
|
children: [
|
|
8063
|
-
h &&
|
|
8064
|
-
|
|
8084
|
+
h && J.length === 0 && /* @__PURE__ */ C("div", { className: m2.createOptionMessage, children: "Press Enter to create new" }),
|
|
8085
|
+
J.length > 0 && J.map((u, f) => /* @__PURE__ */ C(
|
|
8065
8086
|
x5,
|
|
8066
8087
|
{
|
|
8067
8088
|
id: `${f}`,
|
|
8068
8089
|
onMouseEnter: () => x(f),
|
|
8069
|
-
label:
|
|
8070
|
-
value:
|
|
8090
|
+
label: u.label,
|
|
8091
|
+
value: u.value,
|
|
8071
8092
|
handleSelect: (Z) => {
|
|
8072
|
-
Z.stopPropagation(),
|
|
8093
|
+
Z.stopPropagation(), A(u);
|
|
8073
8094
|
},
|
|
8074
|
-
isSelected:
|
|
8095
|
+
isSelected: U(u),
|
|
8075
8096
|
isHighlighted: f === m,
|
|
8076
|
-
disable:
|
|
8097
|
+
disable: O && !U(u)
|
|
8077
8098
|
},
|
|
8078
|
-
|
|
8099
|
+
u.value
|
|
8079
8100
|
))
|
|
8080
8101
|
]
|
|
8081
8102
|
}
|
|
8082
8103
|
),
|
|
8083
8104
|
document.body
|
|
8084
|
-
) }) : /* @__PURE__ */ C(u2, { children: !!M &&
|
|
8105
|
+
) }) : /* @__PURE__ */ C(u2, { children: !!M && J.length > 0 && s5(
|
|
8085
8106
|
/* @__PURE__ */ C(
|
|
8086
8107
|
"div",
|
|
8087
8108
|
{
|
|
8088
|
-
ref:
|
|
8089
|
-
style: { ...
|
|
8109
|
+
ref: X,
|
|
8110
|
+
style: { ...Y },
|
|
8090
8111
|
className: `${m2.dropdownMenu} dropdownMenu`,
|
|
8091
|
-
children:
|
|
8112
|
+
children: J.length > 0 && J.map((u, f) => /* @__PURE__ */ C(
|
|
8092
8113
|
x5,
|
|
8093
8114
|
{
|
|
8094
8115
|
id: `${f}`,
|
|
8095
8116
|
onMouseEnter: () => x(f),
|
|
8096
|
-
label:
|
|
8097
|
-
value:
|
|
8117
|
+
label: u.label,
|
|
8118
|
+
value: u.value,
|
|
8098
8119
|
handleSelect: (Z) => {
|
|
8099
|
-
Z.stopPropagation(),
|
|
8120
|
+
Z.stopPropagation(), A(u);
|
|
8100
8121
|
},
|
|
8101
|
-
isSelected:
|
|
8122
|
+
isSelected: U(u),
|
|
8102
8123
|
isHighlighted: f === m,
|
|
8103
|
-
disable:
|
|
8124
|
+
disable: O && !U(u)
|
|
8104
8125
|
},
|
|
8105
|
-
|
|
8126
|
+
u.value
|
|
8106
8127
|
))
|
|
8107
8128
|
}
|
|
8108
8129
|
),
|
|
8109
8130
|
document.body
|
|
8110
8131
|
) })
|
|
8111
8132
|
] });
|
|
8112
|
-
}, b6 = "_dropdown_1uggp_1", y6 = "_readonly_1uggp_4", S6 = "_disabled_1uggp_7", N6 = "_textField_1uggp_11", k6 = "_textFieldIcon_1uggp_17", E6 = "_error_1uggp_30",
|
|
8133
|
+
}, b6 = "_dropdown_1uggp_1", y6 = "_readonly_1uggp_4", S6 = "_disabled_1uggp_7", N6 = "_textField_1uggp_11", k6 = "_textFieldIcon_1uggp_17", E6 = "_error_1uggp_30", I6 = "_control_1uggp_30", $6 = "_label_1uggp_66", T6 = "_placeholder_1uggp_73", D6 = "_chevron_1uggp_84", O6 = "_customLoader_1uggp_99", P6 = "_dropdownSelector_1uggp_116", R6 = "_dropdownItem_1uggp_143", A6 = "_active_1uggp_147", j6 = "_createOptionMessage_1uggp_151", W6 = "_chevronArrow_1uggp_157", b2 = {
|
|
8113
8134
|
dropdown: b6,
|
|
8114
8135
|
readonly: y6,
|
|
8115
8136
|
disabled: S6,
|
|
8116
8137
|
textField: N6,
|
|
8117
8138
|
textFieldIcon: k6,
|
|
8118
8139
|
error: E6,
|
|
8119
|
-
control:
|
|
8120
|
-
label:
|
|
8140
|
+
control: I6,
|
|
8141
|
+
label: $6,
|
|
8121
8142
|
placeholder: T6,
|
|
8122
8143
|
chevron: D6,
|
|
8123
8144
|
customLoader: O6,
|
|
@@ -8171,20 +8192,20 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
8171
8192
|
isLoading: B,
|
|
8172
8193
|
skeletonLoading: N,
|
|
8173
8194
|
...L
|
|
8174
|
-
} = e, [
|
|
8175
|
-
|
|
8195
|
+
} = e, [P, T] = K(!1), [$, z] = K(""), [q, Y] = K([]), [C2, X] = K({}), U = f2(null), O = f2(null), A = f2(null);
|
|
8196
|
+
G(() => {
|
|
8176
8197
|
const f = (Z) => {
|
|
8177
|
-
|
|
8198
|
+
U.current && !U.current.contains(Z.target) && T(!1);
|
|
8178
8199
|
};
|
|
8179
8200
|
return document.addEventListener("mousedown", f), () => {
|
|
8180
8201
|
document.removeEventListener("mousedown", f);
|
|
8181
8202
|
};
|
|
8182
8203
|
}, []);
|
|
8183
|
-
const
|
|
8184
|
-
if (
|
|
8185
|
-
const f =
|
|
8186
|
-
|
|
8187
|
-
top: `${
|
|
8204
|
+
const j = () => {
|
|
8205
|
+
if (P && A.current && O.current) {
|
|
8206
|
+
const f = A.current.getBoundingClientRect(), Z = O.current.offsetHeight, S = window.innerHeight - f.bottom < Z ? f.top - Z : f.bottom;
|
|
8207
|
+
X({
|
|
8208
|
+
top: `${S}px`,
|
|
8188
8209
|
left: `${f.left}px`,
|
|
8189
8210
|
width: `${f.width}px`,
|
|
8190
8211
|
position: "fixed",
|
|
@@ -8192,78 +8213,78 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
8192
8213
|
});
|
|
8193
8214
|
}
|
|
8194
8215
|
};
|
|
8195
|
-
|
|
8196
|
-
if (!
|
|
8197
|
-
let f =
|
|
8216
|
+
G(() => {
|
|
8217
|
+
if (!A.current) return;
|
|
8218
|
+
let f = A.current.getBoundingClientRect();
|
|
8198
8219
|
const Z = () => {
|
|
8199
|
-
if (
|
|
8200
|
-
const p =
|
|
8220
|
+
if (j(), !A.current) return;
|
|
8221
|
+
const p = A.current.getBoundingClientRect();
|
|
8201
8222
|
(f.top !== p.top || f.left !== p.left) && T(!1);
|
|
8202
8223
|
};
|
|
8203
|
-
return
|
|
8224
|
+
return P && (window.addEventListener("resize", Z), window.addEventListener("scroll", Z, !0)), () => {
|
|
8204
8225
|
window.removeEventListener("resize", Z), window.removeEventListener("scroll", Z, !0);
|
|
8205
8226
|
};
|
|
8206
|
-
}, [
|
|
8207
|
-
|
|
8208
|
-
}, [
|
|
8227
|
+
}, [P]), G(() => {
|
|
8228
|
+
j();
|
|
8229
|
+
}, [P]), G(() => {
|
|
8209
8230
|
const f = () => {
|
|
8210
|
-
|
|
8231
|
+
j();
|
|
8211
8232
|
};
|
|
8212
8233
|
return window.addEventListener("resize", f), window.addEventListener("scroll", f, !0), () => {
|
|
8213
8234
|
window.removeEventListener("resize", f), window.removeEventListener("scroll", f, !0);
|
|
8214
8235
|
};
|
|
8215
|
-
}, []),
|
|
8216
|
-
if (!
|
|
8217
|
-
let f =
|
|
8236
|
+
}, []), G(() => {
|
|
8237
|
+
if (!A.current) return;
|
|
8238
|
+
let f = A.current.getBoundingClientRect();
|
|
8218
8239
|
const Z = new ResizeObserver(() => {
|
|
8219
|
-
const p =
|
|
8240
|
+
const p = A.current.getBoundingClientRect();
|
|
8220
8241
|
(f.y !== p.y || f.x !== p.x || f.top !== p.top || f.left !== p.left) && T(!1), f = p;
|
|
8221
8242
|
});
|
|
8222
|
-
return Z.observe(
|
|
8243
|
+
return Z.observe(A.current), () => {
|
|
8223
8244
|
Z.disconnect();
|
|
8224
8245
|
};
|
|
8225
|
-
}, [
|
|
8226
|
-
const
|
|
8227
|
-
c &&
|
|
8228
|
-
const
|
|
8229
|
-
T(!
|
|
8230
|
-
},
|
|
8246
|
+
}, [A, P]);
|
|
8247
|
+
const J = [b2.dropdown];
|
|
8248
|
+
c && J.push(b2.error), h && J.push(h), a && J.push(b2.disabled), v && J.push(b2.readonly);
|
|
8249
|
+
const y = (f) => {
|
|
8250
|
+
T(!P), M && M(f);
|
|
8251
|
+
}, g = (f, Z, p) => {
|
|
8231
8252
|
z(p), T(!1), H && H(f, Z);
|
|
8232
8253
|
};
|
|
8233
|
-
|
|
8234
|
-
|
|
8235
|
-
}, [o]),
|
|
8254
|
+
G(() => {
|
|
8255
|
+
Y(o);
|
|
8256
|
+
}, [o]), G(() => {
|
|
8236
8257
|
if (b)
|
|
8237
|
-
b(
|
|
8258
|
+
b($);
|
|
8238
8259
|
else {
|
|
8239
8260
|
let f = [];
|
|
8240
|
-
|
|
8241
|
-
typeof Z == "string" ? Z.toLowerCase().indexOf(
|
|
8242
|
-
}) : f = [...o],
|
|
8261
|
+
$ ? o.map((Z) => {
|
|
8262
|
+
typeof Z == "string" ? Z.toLowerCase().indexOf($.toString().toLowerCase()) >= 0 && f.push(Z) : Z.label && Z.label.toLowerCase().indexOf($.toString().toLowerCase()) >= 0 && f.push(Z);
|
|
8263
|
+
}) : f = [...o], Y(f);
|
|
8243
8264
|
}
|
|
8244
|
-
}, [
|
|
8265
|
+
}, [$]), G(() => {
|
|
8245
8266
|
n && z(n);
|
|
8246
8267
|
}, [n]);
|
|
8247
|
-
const
|
|
8248
|
-
x && x(
|
|
8268
|
+
const u = (f) => {
|
|
8269
|
+
x && x($, f);
|
|
8249
8270
|
};
|
|
8250
|
-
return /* @__PURE__ */ s("div", { ref:
|
|
8271
|
+
return /* @__PURE__ */ s("div", { ref: U, className: i2(J), children: [
|
|
8251
8272
|
N && /* @__PURE__ */ C(E2, {}),
|
|
8252
|
-
/* @__PURE__ */ s("div", { ref:
|
|
8273
|
+
/* @__PURE__ */ s("div", { ref: A, className: `${b2.control} control ${i ? b2.textField : ""}`, children: [
|
|
8253
8274
|
!!i && /* @__PURE__ */ C("div", { className: b2.textFieldIcon, children: i }),
|
|
8254
8275
|
/* @__PURE__ */ C(
|
|
8255
8276
|
"input",
|
|
8256
8277
|
{
|
|
8257
8278
|
className: `${b2.input} input`,
|
|
8258
8279
|
type: "text",
|
|
8259
|
-
value:
|
|
8280
|
+
value: $,
|
|
8260
8281
|
placeholder: l,
|
|
8261
8282
|
onChange: (f) => {
|
|
8262
8283
|
z(f.target.value);
|
|
8263
8284
|
},
|
|
8264
|
-
onClick:
|
|
8285
|
+
onClick: y,
|
|
8265
8286
|
onKeyUp: (f) => {
|
|
8266
|
-
m && f.key === "Enter" && (f.preventDefault(), T(!1),
|
|
8287
|
+
m && f.key === "Enter" && (f.preventDefault(), T(!1), u(f));
|
|
8267
8288
|
},
|
|
8268
8289
|
readOnly: v,
|
|
8269
8290
|
required: w,
|
|
@@ -8278,33 +8299,33 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
8278
8299
|
}
|
|
8279
8300
|
),
|
|
8280
8301
|
B ? /* @__PURE__ */ C("div", { onClick: (f) => f.stopPropagation(), className: b2.chevron, children: /* @__PURE__ */ C("div", { className: b2.customLoader }) }) : /* @__PURE__ */ s("div", { className: `${b2.chevron} ${b2.chevronArrow}`, children: [
|
|
8281
|
-
!
|
|
8282
|
-
!!
|
|
8302
|
+
!P && /* @__PURE__ */ C(X2, {}),
|
|
8303
|
+
!!P && /* @__PURE__ */ C(K2, {})
|
|
8283
8304
|
] })
|
|
8284
8305
|
] }),
|
|
8285
|
-
m ? /* @__PURE__ */ C(u2, { children: !!
|
|
8306
|
+
m ? /* @__PURE__ */ C(u2, { children: !!P && /* @__PURE__ */ s(_5, { ref: O, style: { ...C2 }, children: [
|
|
8286
8307
|
m && q.length === 0 && /* @__PURE__ */ C("div", { onClick: (f) => {
|
|
8287
|
-
T(!1),
|
|
8308
|
+
T(!1), u(f);
|
|
8288
8309
|
}, className: b2.createOptionMessage, children: "Press Enter or click here to create new" }),
|
|
8289
8310
|
q.map((f, Z) => /* @__PURE__ */ C(
|
|
8290
8311
|
B5,
|
|
8291
8312
|
{
|
|
8292
|
-
handleSelect:
|
|
8313
|
+
handleSelect: g,
|
|
8293
8314
|
label: typeof f == "object" ? f.label : f,
|
|
8294
8315
|
value: typeof f == "object" ? f.value : f
|
|
8295
8316
|
},
|
|
8296
8317
|
Z
|
|
8297
8318
|
))
|
|
8298
|
-
] }) }) : /* @__PURE__ */ C(u2, { children: !!
|
|
8319
|
+
] }) }) : /* @__PURE__ */ C(u2, { children: !!P && q.length > 0 && /* @__PURE__ */ s(_5, { ref: O, style: { ...C2 }, children: [
|
|
8299
8320
|
m && q.length === 0 && /* @__PURE__ */ s("div", { className: b2.createOptionMessage, children: [
|
|
8300
8321
|
'Press Enter to create "',
|
|
8301
|
-
|
|
8322
|
+
$,
|
|
8302
8323
|
'"'
|
|
8303
8324
|
] }),
|
|
8304
8325
|
q.map((f, Z) => /* @__PURE__ */ C(
|
|
8305
8326
|
B5,
|
|
8306
8327
|
{
|
|
8307
|
-
handleSelect:
|
|
8328
|
+
handleSelect: g,
|
|
8308
8329
|
label: typeof f == "object" ? f.label : f,
|
|
8309
8330
|
value: typeof f == "object" ? f.value : f
|
|
8310
8331
|
},
|
|
@@ -8327,7 +8348,7 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
8327
8348
|
autoComplete: w,
|
|
8328
8349
|
loading: v,
|
|
8329
8350
|
...H
|
|
8330
|
-
} = e, [M, V] =
|
|
8351
|
+
} = e, [M, V] = K("password"), m = () => {
|
|
8331
8352
|
V(M === "password" ? "text" : "password");
|
|
8332
8353
|
}, x = [e2.input];
|
|
8333
8354
|
return h && x.push(e2.error), o && x.push(o), /* @__PURE__ */ s("div", { className: `${e2.passwordCon} password-container`, children: [
|
|
@@ -8380,8 +8401,8 @@ const J7 = "_loadingInput_1x5wu_1", Q7 = "_skeleton_1x5wu_11", m5 = {
|
|
|
8380
8401
|
readonly: v,
|
|
8381
8402
|
onChange: H,
|
|
8382
8403
|
...M
|
|
8383
|
-
} = e, [V, m] =
|
|
8384
|
-
h && x.push(h), a && b.push(R2.disabled), c && (x.push(R2.error), b.push(R2.error)),
|
|
8404
|
+
} = e, [V, m] = K(!1), x = ["radio", R2.radio], b = ["radioHolder", R2.radioHolder];
|
|
8405
|
+
h && x.push(h), a && b.push(R2.disabled), c && (x.push(R2.error), b.push(R2.error)), G(() => {
|
|
8385
8406
|
m(n || !1);
|
|
8386
8407
|
}, [n]);
|
|
8387
8408
|
const B = (N) => {
|
|
@@ -8449,8 +8470,8 @@ function Q6() {
|
|
|
8449
8470
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, h = e ? Symbol.for("react.context") : 60110, a = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, w = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, H = e ? Symbol.for("react.memo") : 60115, M = e ? Symbol.for("react.lazy") : 60116, V = e ? Symbol.for("react.block") : 60121, m = e ? Symbol.for("react.fundamental") : 60117, x = e ? Symbol.for("react.responder") : 60118, b = e ? Symbol.for("react.scope") : 60119;
|
|
8450
8471
|
function B(L) {
|
|
8451
8472
|
if (typeof L == "object" && L !== null) {
|
|
8452
|
-
var
|
|
8453
|
-
switch (
|
|
8473
|
+
var P = L.$$typeof;
|
|
8474
|
+
switch (P) {
|
|
8454
8475
|
case t:
|
|
8455
8476
|
switch (L = L.type, L) {
|
|
8456
8477
|
case a:
|
|
@@ -8469,11 +8490,11 @@ function Q6() {
|
|
|
8469
8490
|
case l:
|
|
8470
8491
|
return L;
|
|
8471
8492
|
default:
|
|
8472
|
-
return
|
|
8493
|
+
return P;
|
|
8473
8494
|
}
|
|
8474
8495
|
}
|
|
8475
8496
|
case r:
|
|
8476
|
-
return
|
|
8497
|
+
return P;
|
|
8477
8498
|
}
|
|
8478
8499
|
}
|
|
8479
8500
|
}
|
|
@@ -8557,14 +8578,14 @@ function C4() {
|
|
|
8557
8578
|
}
|
|
8558
8579
|
}
|
|
8559
8580
|
}
|
|
8560
|
-
var L = a,
|
|
8561
|
-
function
|
|
8562
|
-
return
|
|
8581
|
+
var L = a, P = c, T = h, $ = l, z = t, q = d, Y = n, C2 = M, X = H, U = r, O = o, A = i, j = w, J = !1;
|
|
8582
|
+
function y(_) {
|
|
8583
|
+
return J || (J = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), g(_) || N(_) === a;
|
|
8563
8584
|
}
|
|
8564
|
-
function
|
|
8585
|
+
function g(_) {
|
|
8565
8586
|
return N(_) === c;
|
|
8566
8587
|
}
|
|
8567
|
-
function
|
|
8588
|
+
function u(_) {
|
|
8568
8589
|
return N(_) === h;
|
|
8569
8590
|
}
|
|
8570
8591
|
function f(_) {
|
|
@@ -8576,7 +8597,7 @@ function C4() {
|
|
|
8576
8597
|
function p(_) {
|
|
8577
8598
|
return N(_) === d;
|
|
8578
8599
|
}
|
|
8579
|
-
function
|
|
8600
|
+
function S(_) {
|
|
8580
8601
|
return N(_) === n;
|
|
8581
8602
|
}
|
|
8582
8603
|
function k(_) {
|
|
@@ -8585,10 +8606,10 @@ function C4() {
|
|
|
8585
8606
|
function D(_) {
|
|
8586
8607
|
return N(_) === H;
|
|
8587
8608
|
}
|
|
8588
|
-
function
|
|
8609
|
+
function W(_) {
|
|
8589
8610
|
return N(_) === r;
|
|
8590
8611
|
}
|
|
8591
|
-
function
|
|
8612
|
+
function R(_) {
|
|
8592
8613
|
return N(_) === o;
|
|
8593
8614
|
}
|
|
8594
8615
|
function F(_) {
|
|
@@ -8597,7 +8618,7 @@ function C4() {
|
|
|
8597
8618
|
function Q(_) {
|
|
8598
8619
|
return N(_) === w;
|
|
8599
8620
|
}
|
|
8600
|
-
c2.AsyncMode = L, c2.ConcurrentMode =
|
|
8621
|
+
c2.AsyncMode = L, c2.ConcurrentMode = P, c2.ContextConsumer = T, c2.ContextProvider = $, c2.Element = z, c2.ForwardRef = q, c2.Fragment = Y, c2.Lazy = C2, c2.Memo = X, c2.Portal = U, c2.Profiler = O, c2.StrictMode = A, c2.Suspense = j, c2.isAsyncMode = y, c2.isConcurrentMode = g, c2.isContextConsumer = u, c2.isContextProvider = f, c2.isElement = Z, c2.isForwardRef = p, c2.isFragment = S, c2.isLazy = k, c2.isMemo = D, c2.isPortal = W, c2.isProfiler = R, c2.isStrictMode = F, c2.isSuspense = Q, c2.isValidElementType = B, c2.typeOf = N;
|
|
8601
8622
|
}()), c2;
|
|
8602
8623
|
}
|
|
8603
8624
|
var N5;
|
|
@@ -8662,14 +8683,14 @@ function f5() {
|
|
|
8662
8683
|
var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
8663
8684
|
return z1 = e, z1;
|
|
8664
8685
|
}
|
|
8665
|
-
var q1,
|
|
8686
|
+
var q1, I5;
|
|
8666
8687
|
function S9() {
|
|
8667
|
-
return
|
|
8688
|
+
return I5 || (I5 = 1, q1 = Function.call.bind(Object.prototype.hasOwnProperty)), q1;
|
|
8668
8689
|
}
|
|
8669
|
-
var Y1,
|
|
8690
|
+
var Y1, $5;
|
|
8670
8691
|
function t4() {
|
|
8671
|
-
if (
|
|
8672
|
-
|
|
8692
|
+
if ($5) return Y1;
|
|
8693
|
+
$5 = 1;
|
|
8673
8694
|
var e = function() {
|
|
8674
8695
|
};
|
|
8675
8696
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -8734,10 +8755,10 @@ function r4() {
|
|
|
8734
8755
|
}
|
|
8735
8756
|
return U1 = function(h, a) {
|
|
8736
8757
|
var c = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
|
8737
|
-
function w(
|
|
8738
|
-
var
|
|
8739
|
-
if (typeof
|
|
8740
|
-
return
|
|
8758
|
+
function w(g) {
|
|
8759
|
+
var u = g && (c && g[c] || g[d]);
|
|
8760
|
+
if (typeof u == "function")
|
|
8761
|
+
return u;
|
|
8741
8762
|
}
|
|
8742
8763
|
var v = "<<anonymous>>", H = {
|
|
8743
8764
|
array: x("array"),
|
|
@@ -8752,242 +8773,242 @@ function r4() {
|
|
|
8752
8773
|
arrayOf: B,
|
|
8753
8774
|
element: N(),
|
|
8754
8775
|
elementType: L(),
|
|
8755
|
-
instanceOf:
|
|
8776
|
+
instanceOf: P,
|
|
8756
8777
|
node: q(),
|
|
8757
|
-
objectOf:
|
|
8778
|
+
objectOf: $,
|
|
8758
8779
|
oneOf: T,
|
|
8759
8780
|
oneOfType: z,
|
|
8760
8781
|
shape: C2,
|
|
8761
|
-
exact:
|
|
8782
|
+
exact: X
|
|
8762
8783
|
};
|
|
8763
|
-
function M(
|
|
8764
|
-
return
|
|
8784
|
+
function M(g, u) {
|
|
8785
|
+
return g === u ? g !== 0 || 1 / g === 1 / u : g !== g && u !== u;
|
|
8765
8786
|
}
|
|
8766
|
-
function V(
|
|
8767
|
-
this.message =
|
|
8787
|
+
function V(g, u) {
|
|
8788
|
+
this.message = g, this.data = u && typeof u == "object" ? u : {}, this.stack = "";
|
|
8768
8789
|
}
|
|
8769
8790
|
V.prototype = Error.prototype;
|
|
8770
|
-
function m(
|
|
8791
|
+
function m(g) {
|
|
8771
8792
|
if (process.env.NODE_ENV !== "production")
|
|
8772
|
-
var
|
|
8773
|
-
function Z(
|
|
8774
|
-
if (
|
|
8793
|
+
var u = {}, f = 0;
|
|
8794
|
+
function Z(S, k, D, W, R, F, Q) {
|
|
8795
|
+
if (W = W || v, F = F || D, Q !== r) {
|
|
8775
8796
|
if (a) {
|
|
8776
8797
|
var _ = new Error(
|
|
8777
8798
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
8778
8799
|
);
|
|
8779
8800
|
throw _.name = "Invariant Violation", _;
|
|
8780
8801
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
8781
|
-
var t2 =
|
|
8782
|
-
!
|
|
8802
|
+
var t2 = W + ":" + D;
|
|
8803
|
+
!u[t2] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
8783
8804
|
f < 3 && (o(
|
|
8784
|
-
"You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" +
|
|
8785
|
-
),
|
|
8805
|
+
"You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" + W + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
8806
|
+
), u[t2] = !0, f++);
|
|
8786
8807
|
}
|
|
8787
8808
|
}
|
|
8788
|
-
return k[D] == null ?
|
|
8809
|
+
return k[D] == null ? S ? k[D] === null ? new V("The " + R + " `" + F + "` is marked as required " + ("in `" + W + "`, but its value is `null`.")) : new V("The " + R + " `" + F + "` is marked as required in " + ("`" + W + "`, but its value is `undefined`.")) : null : g(k, D, W, R, F);
|
|
8789
8810
|
}
|
|
8790
8811
|
var p = Z.bind(null, !1);
|
|
8791
8812
|
return p.isRequired = Z.bind(null, !0), p;
|
|
8792
8813
|
}
|
|
8793
|
-
function x(
|
|
8794
|
-
function
|
|
8795
|
-
var
|
|
8796
|
-
if (
|
|
8797
|
-
var F =
|
|
8814
|
+
function x(g) {
|
|
8815
|
+
function u(f, Z, p, S, k, D) {
|
|
8816
|
+
var W = f[Z], R = A(W);
|
|
8817
|
+
if (R !== g) {
|
|
8818
|
+
var F = j(W);
|
|
8798
8819
|
return new V(
|
|
8799
|
-
"Invalid " +
|
|
8800
|
-
{ expectedType:
|
|
8820
|
+
"Invalid " + S + " `" + k + "` of type " + ("`" + F + "` supplied to `" + p + "`, expected ") + ("`" + g + "`."),
|
|
8821
|
+
{ expectedType: g }
|
|
8801
8822
|
);
|
|
8802
8823
|
}
|
|
8803
8824
|
return null;
|
|
8804
8825
|
}
|
|
8805
|
-
return m(
|
|
8826
|
+
return m(u);
|
|
8806
8827
|
}
|
|
8807
8828
|
function b() {
|
|
8808
8829
|
return m(l);
|
|
8809
8830
|
}
|
|
8810
|
-
function B(
|
|
8811
|
-
function
|
|
8812
|
-
if (typeof
|
|
8831
|
+
function B(g) {
|
|
8832
|
+
function u(f, Z, p, S, k) {
|
|
8833
|
+
if (typeof g != "function")
|
|
8813
8834
|
return new V("Property `" + k + "` of component `" + p + "` has invalid PropType notation inside arrayOf.");
|
|
8814
8835
|
var D = f[Z];
|
|
8815
8836
|
if (!Array.isArray(D)) {
|
|
8816
|
-
var
|
|
8817
|
-
return new V("Invalid " +
|
|
8837
|
+
var W = A(D);
|
|
8838
|
+
return new V("Invalid " + S + " `" + k + "` of type " + ("`" + W + "` supplied to `" + p + "`, expected an array."));
|
|
8818
8839
|
}
|
|
8819
|
-
for (var
|
|
8820
|
-
var F =
|
|
8840
|
+
for (var R = 0; R < D.length; R++) {
|
|
8841
|
+
var F = g(D, R, p, S, k + "[" + R + "]", r);
|
|
8821
8842
|
if (F instanceof Error)
|
|
8822
8843
|
return F;
|
|
8823
8844
|
}
|
|
8824
8845
|
return null;
|
|
8825
8846
|
}
|
|
8826
|
-
return m(
|
|
8847
|
+
return m(u);
|
|
8827
8848
|
}
|
|
8828
8849
|
function N() {
|
|
8829
|
-
function u
|
|
8830
|
-
var k =
|
|
8850
|
+
function g(u, f, Z, p, S) {
|
|
8851
|
+
var k = u[f];
|
|
8831
8852
|
if (!h(k)) {
|
|
8832
|
-
var D =
|
|
8833
|
-
return new V("Invalid " + p + " `" +
|
|
8853
|
+
var D = A(k);
|
|
8854
|
+
return new V("Invalid " + p + " `" + S + "` of type " + ("`" + D + "` supplied to `" + Z + "`, expected a single ReactElement."));
|
|
8834
8855
|
}
|
|
8835
8856
|
return null;
|
|
8836
8857
|
}
|
|
8837
|
-
return m(
|
|
8858
|
+
return m(g);
|
|
8838
8859
|
}
|
|
8839
8860
|
function L() {
|
|
8840
|
-
function u
|
|
8841
|
-
var k =
|
|
8861
|
+
function g(u, f, Z, p, S) {
|
|
8862
|
+
var k = u[f];
|
|
8842
8863
|
if (!e.isValidElementType(k)) {
|
|
8843
|
-
var D =
|
|
8844
|
-
return new V("Invalid " + p + " `" +
|
|
8864
|
+
var D = A(k);
|
|
8865
|
+
return new V("Invalid " + p + " `" + S + "` of type " + ("`" + D + "` supplied to `" + Z + "`, expected a single ReactElement type."));
|
|
8845
8866
|
}
|
|
8846
8867
|
return null;
|
|
8847
8868
|
}
|
|
8848
|
-
return m(
|
|
8869
|
+
return m(g);
|
|
8849
8870
|
}
|
|
8850
|
-
function
|
|
8851
|
-
function
|
|
8852
|
-
if (!(f[Z] instanceof
|
|
8853
|
-
var D =
|
|
8854
|
-
return new V("Invalid " +
|
|
8871
|
+
function P(g) {
|
|
8872
|
+
function u(f, Z, p, S, k) {
|
|
8873
|
+
if (!(f[Z] instanceof g)) {
|
|
8874
|
+
var D = g.name || v, W = y(f[Z]);
|
|
8875
|
+
return new V("Invalid " + S + " `" + k + "` of type " + ("`" + W + "` supplied to `" + p + "`, expected ") + ("instance of `" + D + "`."));
|
|
8855
8876
|
}
|
|
8856
8877
|
return null;
|
|
8857
8878
|
}
|
|
8858
|
-
return m(
|
|
8879
|
+
return m(u);
|
|
8859
8880
|
}
|
|
8860
|
-
function T(
|
|
8861
|
-
if (!Array.isArray(
|
|
8881
|
+
function T(g) {
|
|
8882
|
+
if (!Array.isArray(g))
|
|
8862
8883
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
8863
8884
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
8864
8885
|
) : o("Invalid argument supplied to oneOf, expected an array.")), l;
|
|
8865
|
-
function
|
|
8866
|
-
for (var D = f[Z],
|
|
8867
|
-
if (M(D,
|
|
8886
|
+
function u(f, Z, p, S, k) {
|
|
8887
|
+
for (var D = f[Z], W = 0; W < g.length; W++)
|
|
8888
|
+
if (M(D, g[W]))
|
|
8868
8889
|
return null;
|
|
8869
|
-
var
|
|
8870
|
-
var t2 =
|
|
8890
|
+
var R = JSON.stringify(g, function(Q, _) {
|
|
8891
|
+
var t2 = j(_);
|
|
8871
8892
|
return t2 === "symbol" ? String(_) : _;
|
|
8872
8893
|
});
|
|
8873
|
-
return new V("Invalid " +
|
|
8894
|
+
return new V("Invalid " + S + " `" + k + "` of value `" + String(D) + "` " + ("supplied to `" + p + "`, expected one of " + R + "."));
|
|
8874
8895
|
}
|
|
8875
|
-
return m(
|
|
8896
|
+
return m(u);
|
|
8876
8897
|
}
|
|
8877
|
-
function
|
|
8878
|
-
function
|
|
8879
|
-
if (typeof
|
|
8898
|
+
function $(g) {
|
|
8899
|
+
function u(f, Z, p, S, k) {
|
|
8900
|
+
if (typeof g != "function")
|
|
8880
8901
|
return new V("Property `" + k + "` of component `" + p + "` has invalid PropType notation inside objectOf.");
|
|
8881
|
-
var D = f[Z],
|
|
8882
|
-
if (
|
|
8883
|
-
return new V("Invalid " +
|
|
8884
|
-
for (var
|
|
8885
|
-
if (n(D,
|
|
8886
|
-
var F =
|
|
8902
|
+
var D = f[Z], W = A(D);
|
|
8903
|
+
if (W !== "object")
|
|
8904
|
+
return new V("Invalid " + S + " `" + k + "` of type " + ("`" + W + "` supplied to `" + p + "`, expected an object."));
|
|
8905
|
+
for (var R in D)
|
|
8906
|
+
if (n(D, R)) {
|
|
8907
|
+
var F = g(D, R, p, S, k + "." + R, r);
|
|
8887
8908
|
if (F instanceof Error)
|
|
8888
8909
|
return F;
|
|
8889
8910
|
}
|
|
8890
8911
|
return null;
|
|
8891
8912
|
}
|
|
8892
|
-
return m(
|
|
8913
|
+
return m(u);
|
|
8893
8914
|
}
|
|
8894
|
-
function z(
|
|
8895
|
-
if (!Array.isArray(
|
|
8915
|
+
function z(g) {
|
|
8916
|
+
if (!Array.isArray(g))
|
|
8896
8917
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), l;
|
|
8897
|
-
for (var
|
|
8898
|
-
var f = u
|
|
8918
|
+
for (var u = 0; u < g.length; u++) {
|
|
8919
|
+
var f = g[u];
|
|
8899
8920
|
if (typeof f != "function")
|
|
8900
8921
|
return o(
|
|
8901
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " +
|
|
8922
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + J(f) + " at index " + u + "."
|
|
8902
8923
|
), l;
|
|
8903
8924
|
}
|
|
8904
|
-
function Z(p,
|
|
8905
|
-
for (var
|
|
8906
|
-
var Q =
|
|
8925
|
+
function Z(p, S, k, D, W) {
|
|
8926
|
+
for (var R = [], F = 0; F < g.length; F++) {
|
|
8927
|
+
var Q = g[F], _ = Q(p, S, k, D, W, r);
|
|
8907
8928
|
if (_ == null)
|
|
8908
8929
|
return null;
|
|
8909
|
-
_.data && n(_.data, "expectedType") &&
|
|
8930
|
+
_.data && n(_.data, "expectedType") && R.push(_.data.expectedType);
|
|
8910
8931
|
}
|
|
8911
|
-
var t2 =
|
|
8912
|
-
return new V("Invalid " + D + " `" +
|
|
8932
|
+
var t2 = R.length > 0 ? ", expected one of type [" + R.join(", ") + "]" : "";
|
|
8933
|
+
return new V("Invalid " + D + " `" + W + "` supplied to " + ("`" + k + "`" + t2 + "."));
|
|
8913
8934
|
}
|
|
8914
8935
|
return m(Z);
|
|
8915
8936
|
}
|
|
8916
8937
|
function q() {
|
|
8917
|
-
function u
|
|
8918
|
-
return
|
|
8938
|
+
function g(u, f, Z, p, S) {
|
|
8939
|
+
return U(u[f]) ? null : new V("Invalid " + p + " `" + S + "` supplied to " + ("`" + Z + "`, expected a ReactNode."));
|
|
8919
8940
|
}
|
|
8920
|
-
return m(
|
|
8941
|
+
return m(g);
|
|
8921
8942
|
}
|
|
8922
|
-
function
|
|
8943
|
+
function Y(g, u, f, Z, p) {
|
|
8923
8944
|
return new V(
|
|
8924
|
-
(
|
|
8945
|
+
(g || "React class") + ": " + u + " type `" + f + "." + Z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + p + "`."
|
|
8925
8946
|
);
|
|
8926
8947
|
}
|
|
8927
|
-
function C2(
|
|
8928
|
-
function
|
|
8929
|
-
var D = f[Z],
|
|
8930
|
-
if (
|
|
8931
|
-
return new V("Invalid " +
|
|
8932
|
-
for (var
|
|
8933
|
-
var F =
|
|
8948
|
+
function C2(g) {
|
|
8949
|
+
function u(f, Z, p, S, k) {
|
|
8950
|
+
var D = f[Z], W = A(D);
|
|
8951
|
+
if (W !== "object")
|
|
8952
|
+
return new V("Invalid " + S + " `" + k + "` of type `" + W + "` " + ("supplied to `" + p + "`, expected `object`."));
|
|
8953
|
+
for (var R in g) {
|
|
8954
|
+
var F = g[R];
|
|
8934
8955
|
if (typeof F != "function")
|
|
8935
|
-
return
|
|
8936
|
-
var Q = F(D,
|
|
8956
|
+
return Y(p, S, k, R, j(F));
|
|
8957
|
+
var Q = F(D, R, p, S, k + "." + R, r);
|
|
8937
8958
|
if (Q)
|
|
8938
8959
|
return Q;
|
|
8939
8960
|
}
|
|
8940
8961
|
return null;
|
|
8941
8962
|
}
|
|
8942
|
-
return m(
|
|
8963
|
+
return m(u);
|
|
8943
8964
|
}
|
|
8944
|
-
function
|
|
8945
|
-
function
|
|
8946
|
-
var D = f[Z],
|
|
8947
|
-
if (
|
|
8948
|
-
return new V("Invalid " +
|
|
8949
|
-
var
|
|
8950
|
-
for (var F in
|
|
8951
|
-
var Q =
|
|
8952
|
-
if (n(
|
|
8953
|
-
return
|
|
8965
|
+
function X(g) {
|
|
8966
|
+
function u(f, Z, p, S, k) {
|
|
8967
|
+
var D = f[Z], W = A(D);
|
|
8968
|
+
if (W !== "object")
|
|
8969
|
+
return new V("Invalid " + S + " `" + k + "` of type `" + W + "` " + ("supplied to `" + p + "`, expected `object`."));
|
|
8970
|
+
var R = t({}, f[Z], g);
|
|
8971
|
+
for (var F in R) {
|
|
8972
|
+
var Q = g[F];
|
|
8973
|
+
if (n(g, F) && typeof Q != "function")
|
|
8974
|
+
return Y(p, S, k, F, j(Q));
|
|
8954
8975
|
if (!Q)
|
|
8955
8976
|
return new V(
|
|
8956
|
-
"Invalid " +
|
|
8957
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
8977
|
+
"Invalid " + S + " `" + k + "` key `" + F + "` supplied to `" + p + "`.\nBad object: " + JSON.stringify(f[Z], null, " ") + `
|
|
8978
|
+
Valid keys: ` + JSON.stringify(Object.keys(g), null, " ")
|
|
8958
8979
|
);
|
|
8959
|
-
var _ = Q(D, F, p,
|
|
8980
|
+
var _ = Q(D, F, p, S, k + "." + F, r);
|
|
8960
8981
|
if (_)
|
|
8961
8982
|
return _;
|
|
8962
8983
|
}
|
|
8963
8984
|
return null;
|
|
8964
8985
|
}
|
|
8965
|
-
return m(
|
|
8986
|
+
return m(u);
|
|
8966
8987
|
}
|
|
8967
|
-
function
|
|
8968
|
-
switch (typeof
|
|
8988
|
+
function U(g) {
|
|
8989
|
+
switch (typeof g) {
|
|
8969
8990
|
case "number":
|
|
8970
8991
|
case "string":
|
|
8971
8992
|
case "undefined":
|
|
8972
8993
|
return !0;
|
|
8973
8994
|
case "boolean":
|
|
8974
|
-
return !
|
|
8995
|
+
return !g;
|
|
8975
8996
|
case "object":
|
|
8976
|
-
if (Array.isArray(
|
|
8977
|
-
return
|
|
8978
|
-
if (
|
|
8997
|
+
if (Array.isArray(g))
|
|
8998
|
+
return g.every(U);
|
|
8999
|
+
if (g === null || h(g))
|
|
8979
9000
|
return !0;
|
|
8980
|
-
var
|
|
8981
|
-
if (
|
|
8982
|
-
var f =
|
|
8983
|
-
if (
|
|
9001
|
+
var u = w(g);
|
|
9002
|
+
if (u) {
|
|
9003
|
+
var f = u.call(g), Z;
|
|
9004
|
+
if (u !== g.entries) {
|
|
8984
9005
|
for (; !(Z = f.next()).done; )
|
|
8985
|
-
if (!
|
|
9006
|
+
if (!U(Z.value))
|
|
8986
9007
|
return !1;
|
|
8987
9008
|
} else
|
|
8988
9009
|
for (; !(Z = f.next()).done; ) {
|
|
8989
9010
|
var p = Z.value;
|
|
8990
|
-
if (p && !
|
|
9011
|
+
if (p && !U(p[1]))
|
|
8991
9012
|
return !1;
|
|
8992
9013
|
}
|
|
8993
9014
|
} else
|
|
@@ -8997,41 +9018,41 @@ Valid keys: ` + JSON.stringify(Object.keys(u), null, " ")
|
|
|
8997
9018
|
return !1;
|
|
8998
9019
|
}
|
|
8999
9020
|
}
|
|
9000
|
-
function
|
|
9001
|
-
return
|
|
9021
|
+
function O(g, u) {
|
|
9022
|
+
return g === "symbol" ? !0 : u ? u["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && u instanceof Symbol : !1;
|
|
9002
9023
|
}
|
|
9003
|
-
function
|
|
9004
|
-
var
|
|
9005
|
-
return Array.isArray(
|
|
9024
|
+
function A(g) {
|
|
9025
|
+
var u = typeof g;
|
|
9026
|
+
return Array.isArray(g) ? "array" : g instanceof RegExp ? "object" : O(u, g) ? "symbol" : u;
|
|
9006
9027
|
}
|
|
9007
|
-
function
|
|
9008
|
-
if (typeof
|
|
9009
|
-
return "" +
|
|
9010
|
-
var
|
|
9011
|
-
if (
|
|
9012
|
-
if (
|
|
9028
|
+
function j(g) {
|
|
9029
|
+
if (typeof g > "u" || g === null)
|
|
9030
|
+
return "" + g;
|
|
9031
|
+
var u = A(g);
|
|
9032
|
+
if (u === "object") {
|
|
9033
|
+
if (g instanceof Date)
|
|
9013
9034
|
return "date";
|
|
9014
|
-
if (
|
|
9035
|
+
if (g instanceof RegExp)
|
|
9015
9036
|
return "regexp";
|
|
9016
9037
|
}
|
|
9017
|
-
return
|
|
9038
|
+
return u;
|
|
9018
9039
|
}
|
|
9019
|
-
function
|
|
9020
|
-
var
|
|
9021
|
-
switch (
|
|
9040
|
+
function J(g) {
|
|
9041
|
+
var u = j(g);
|
|
9042
|
+
switch (u) {
|
|
9022
9043
|
case "array":
|
|
9023
9044
|
case "object":
|
|
9024
|
-
return "an " +
|
|
9045
|
+
return "an " + u;
|
|
9025
9046
|
case "boolean":
|
|
9026
9047
|
case "date":
|
|
9027
9048
|
case "regexp":
|
|
9028
|
-
return "a " +
|
|
9049
|
+
return "a " + u;
|
|
9029
9050
|
default:
|
|
9030
|
-
return
|
|
9051
|
+
return u;
|
|
9031
9052
|
}
|
|
9032
9053
|
}
|
|
9033
|
-
function
|
|
9034
|
-
return !
|
|
9054
|
+
function y(g) {
|
|
9055
|
+
return !g.constructor || !g.constructor.name ? v : g.constructor.name;
|
|
9035
9056
|
}
|
|
9036
9057
|
return H.checkPropTypes = i, H.resetWarningCache = i.resetWarningCache, H.PropTypes = H, H;
|
|
9037
9058
|
}, U1;
|
|
@@ -9345,14 +9366,14 @@ var E = /* @__PURE__ */ i4(), c5 = function() {
|
|
|
9345
9366
|
}
|
|
9346
9367
|
t.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
9347
9368
|
};
|
|
9348
|
-
}(),
|
|
9349
|
-
return
|
|
9369
|
+
}(), $1 = function() {
|
|
9370
|
+
return $1 = Object.assign || function(e) {
|
|
9350
9371
|
for (var t, r = 1, n = arguments.length; r < n; r++) {
|
|
9351
9372
|
t = arguments[r];
|
|
9352
9373
|
for (var i in t) Object.prototype.hasOwnProperty.call(t, i) && (e[i] = t[i]);
|
|
9353
9374
|
}
|
|
9354
9375
|
return e;
|
|
9355
|
-
},
|
|
9376
|
+
}, $1.apply(this, arguments);
|
|
9356
9377
|
}, H4 = (
|
|
9357
9378
|
/** @class */
|
|
9358
9379
|
function(e) {
|
|
@@ -9405,7 +9426,7 @@ var E = /* @__PURE__ */ i4(), c5 = function() {
|
|
|
9405
9426
|
var v = X1(l.view);
|
|
9406
9427
|
if (!v)
|
|
9407
9428
|
throw new Error("tinymce should have been loaded into global scope");
|
|
9408
|
-
var H =
|
|
9429
|
+
var H = $1($1({}, l.props.init), { selector: void 0, target: w, readonly: l.props.disabled, inline: l.inline, plugins: s4((a = l.props.init) === null || a === void 0 ? void 0 : a.plugins, l.props.plugins), toolbar: (c = l.props.toolbar) !== null && c !== void 0 ? c : (d = l.props.init) === null || d === void 0 ? void 0 : d.toolbar, setup: function(M) {
|
|
9409
9430
|
l.editor = M, l.bindHandlers({}), l.inline && !j5(w) && M.once("PostRender", function(V) {
|
|
9410
9431
|
M.setContent(l.getInitialValue(), { no_events: !0 });
|
|
9411
9432
|
}), l.props.init && K1(l.props.init.setup) && l.props.init.setup(M);
|
|
@@ -9548,8 +9569,8 @@ const us = (e) => {
|
|
|
9548
9569
|
onBlur: B,
|
|
9549
9570
|
loading: N,
|
|
9550
9571
|
...L
|
|
9551
|
-
} = e, [
|
|
9552
|
-
return i &&
|
|
9572
|
+
} = e, [P, T] = K(n), $ = [b5.holder];
|
|
9573
|
+
return i && $.push(i), /* @__PURE__ */ s("div", { className: i2($), children: [
|
|
9553
9574
|
N && /* @__PURE__ */ C(E2, {}),
|
|
9554
9575
|
/* @__PURE__ */ C(
|
|
9555
9576
|
H4,
|
|
@@ -9603,7 +9624,7 @@ const us = (e) => {
|
|
|
9603
9624
|
className: b5.hidden,
|
|
9604
9625
|
id: `editor-text-${r}`,
|
|
9605
9626
|
name: `${t}__editor`,
|
|
9606
|
-
value:
|
|
9627
|
+
value: P,
|
|
9607
9628
|
placeholder: o,
|
|
9608
9629
|
disabled: h,
|
|
9609
9630
|
readOnly: a,
|
|
@@ -9643,9 +9664,9 @@ const us = (e) => {
|
|
|
9643
9664
|
onChange: V,
|
|
9644
9665
|
loading: m,
|
|
9645
9666
|
...x
|
|
9646
|
-
} = e, [b, B] =
|
|
9667
|
+
} = e, [b, B] = K(""), N = (P) => {
|
|
9647
9668
|
var T;
|
|
9648
|
-
B((T =
|
|
9669
|
+
B((T = P.target) == null ? void 0 : T.value), V && V(P);
|
|
9649
9670
|
}, L = [N1.textarea];
|
|
9650
9671
|
return h && L.push(N1.error), o && L.push(o), /* @__PURE__ */ s("div", { className: N1.field, children: [
|
|
9651
9672
|
m && /* @__PURE__ */ C(E2, {}),
|
|
@@ -9741,8 +9762,8 @@ const us = (e) => {
|
|
|
9741
9762
|
onChange: M,
|
|
9742
9763
|
loading: V,
|
|
9743
9764
|
...m
|
|
9744
|
-
} = e, x = f2(null), [b, B] =
|
|
9745
|
-
|
|
9765
|
+
} = e, x = f2(null), [b, B] = K("");
|
|
9766
|
+
G(() => {
|
|
9746
9767
|
if (H)
|
|
9747
9768
|
if (w && w !== "") {
|
|
9748
9769
|
const T = w == null ? void 0 : w.toString().replace(/[^0-9.]/g, "");
|
|
@@ -9754,15 +9775,15 @@ const us = (e) => {
|
|
|
9754
9775
|
}, [w, H]);
|
|
9755
9776
|
const N = (T) => {
|
|
9756
9777
|
if (H) {
|
|
9757
|
-
const
|
|
9758
|
-
return
|
|
9778
|
+
const $ = T == null ? void 0 : T.toString().split(".");
|
|
9779
|
+
return $[0] = $[0].replace(/\B(?=(\d{3})+(?!\d))/g, ","), $.join(".");
|
|
9759
9780
|
}
|
|
9760
9781
|
}, L = (T) => {
|
|
9761
|
-
const { value:
|
|
9782
|
+
const { value: $ } = T.target;
|
|
9762
9783
|
let z = "";
|
|
9763
|
-
if (
|
|
9764
|
-
const q =
|
|
9765
|
-
z = q,
|
|
9784
|
+
if ($) {
|
|
9785
|
+
const q = $ == null ? void 0 : $.toString().replace(/[^0-9.]/g, ""), Y = q.split(".").length - 1;
|
|
9786
|
+
z = q, Y > 1 && (z = q.slice(0, q.lastIndexOf(".")));
|
|
9766
9787
|
}
|
|
9767
9788
|
if (B(N(z)), M) {
|
|
9768
9789
|
const q = {
|
|
@@ -9775,21 +9796,21 @@ const us = (e) => {
|
|
|
9775
9796
|
M(q);
|
|
9776
9797
|
}
|
|
9777
9798
|
};
|
|
9778
|
-
|
|
9799
|
+
G(() => {
|
|
9779
9800
|
const T = (z) => {
|
|
9780
9801
|
v && z.target === x.current && z.preventDefault();
|
|
9781
|
-
},
|
|
9782
|
-
return
|
|
9783
|
-
|
|
9802
|
+
}, $ = x.current;
|
|
9803
|
+
return $ && $.addEventListener("wheel", T), () => {
|
|
9804
|
+
$ && $.removeEventListener("wheel", T);
|
|
9784
9805
|
};
|
|
9785
9806
|
}, [v]);
|
|
9786
|
-
const
|
|
9787
|
-
return l &&
|
|
9807
|
+
const P = [e2.input];
|
|
9808
|
+
return l && P.push(e2.error), i && P.push(i), /* @__PURE__ */ s("div", { className: e2.field, children: [
|
|
9788
9809
|
V && /* @__PURE__ */ C(E2, {}),
|
|
9789
9810
|
/* @__PURE__ */ C(
|
|
9790
9811
|
"input",
|
|
9791
9812
|
{
|
|
9792
|
-
className: i2(
|
|
9813
|
+
className: i2(P),
|
|
9793
9814
|
id: r,
|
|
9794
9815
|
name: t,
|
|
9795
9816
|
type: H ? "text" : "number",
|
|
@@ -9830,53 +9851,53 @@ const us = (e) => {
|
|
|
9830
9851
|
onChange: M,
|
|
9831
9852
|
loading: V,
|
|
9832
9853
|
...m
|
|
9833
|
-
} = e, [x, b] =
|
|
9834
|
-
|
|
9854
|
+
} = e, [x, b] = K(0), B = f2(null), [N, L] = K("");
|
|
9855
|
+
G(() => {
|
|
9835
9856
|
if (H)
|
|
9836
9857
|
if (n && n !== "") {
|
|
9837
9858
|
const z = n == null ? void 0 : n.toString().replace(/[^0-9.]/g, "");
|
|
9838
|
-
L(
|
|
9859
|
+
L(P(z));
|
|
9839
9860
|
} else
|
|
9840
9861
|
L("");
|
|
9841
9862
|
else
|
|
9842
9863
|
L(n);
|
|
9843
9864
|
}, [n]);
|
|
9844
|
-
const
|
|
9865
|
+
const P = (z) => {
|
|
9845
9866
|
if (H) {
|
|
9846
9867
|
const q = z == null ? void 0 : z.toString().split(".");
|
|
9847
9868
|
return q[0] = q[0].replace(/\B(?=(\d{3})+(?!\d))/g, ","), q.join(".");
|
|
9848
9869
|
}
|
|
9849
9870
|
}, T = (z) => {
|
|
9850
9871
|
const { value: q } = z.target;
|
|
9851
|
-
let
|
|
9872
|
+
let Y = "";
|
|
9852
9873
|
if (q) {
|
|
9853
|
-
const C2 = q == null ? void 0 : q.toString().replace(/[^0-9.]/g, ""),
|
|
9854
|
-
|
|
9874
|
+
const C2 = q == null ? void 0 : q.toString().replace(/[^0-9.]/g, ""), X = C2.split(".").length - 1;
|
|
9875
|
+
Y = C2, X > 1 && (Y = C2.slice(0, C2.lastIndexOf(".")));
|
|
9855
9876
|
}
|
|
9856
|
-
if (L(
|
|
9877
|
+
if (L(P(Y)), M) {
|
|
9857
9878
|
const C2 = {
|
|
9858
9879
|
...z,
|
|
9859
9880
|
target: {
|
|
9860
9881
|
...z.target,
|
|
9861
|
-
value:
|
|
9882
|
+
value: Y
|
|
9862
9883
|
}
|
|
9863
9884
|
};
|
|
9864
9885
|
M(C2);
|
|
9865
9886
|
}
|
|
9866
9887
|
};
|
|
9867
|
-
|
|
9868
|
-
var
|
|
9869
|
-
const z = document.getElementById(`unitTextWidth ${r}`), q = ((
|
|
9888
|
+
G(() => {
|
|
9889
|
+
var Y;
|
|
9890
|
+
const z = document.getElementById(`unitTextWidth ${r}`), q = ((Y = B.current) == null ? void 0 : Y.offsetWidth) || 0;
|
|
9870
9891
|
z && b(q + 16);
|
|
9871
9892
|
}, [r, v]);
|
|
9872
|
-
const
|
|
9873
|
-
return h &&
|
|
9893
|
+
const $ = [e2.input];
|
|
9894
|
+
return h && $.push(e2.error), o && $.push(o), /* @__PURE__ */ s("div", { className: `${e2.unitField}`, children: [
|
|
9874
9895
|
V && /* @__PURE__ */ C(E2, {}),
|
|
9875
9896
|
/* @__PURE__ */ C(
|
|
9876
9897
|
"input",
|
|
9877
9898
|
{
|
|
9878
9899
|
style: { paddingRight: `${x}px` },
|
|
9879
|
-
className: i2(
|
|
9900
|
+
className: i2($),
|
|
9880
9901
|
id: `unitTextWidth ${r}`,
|
|
9881
9902
|
name: t,
|
|
9882
9903
|
type: H ? "text" : "number",
|
|
@@ -10000,8 +10021,8 @@ const us = (e) => {
|
|
|
10000
10021
|
readonly: w,
|
|
10001
10022
|
onChange: v,
|
|
10002
10023
|
...H
|
|
10003
|
-
} = e, [M, V] =
|
|
10004
|
-
l && m.push(l), a && m.push(h1.error),
|
|
10024
|
+
} = e, [M, V] = K(!1), m = ["switch", h1.switch];
|
|
10025
|
+
l && m.push(l), a && m.push(h1.error), G(() => {
|
|
10005
10026
|
V(r || !1);
|
|
10006
10027
|
}, [r]);
|
|
10007
10028
|
const x = (b) => {
|
|
@@ -10135,7 +10156,7 @@ const us = (e) => {
|
|
|
10135
10156
|
] })
|
|
10136
10157
|
] })
|
|
10137
10158
|
] });
|
|
10138
|
-
}, B4 = "_holder_1ndrt_1", b4 = "_modal_1ndrt_26", y4 = "_wrapper_1ndrt_37", S4 = "_modalHeader_1ndrt_43", N4 = "_modalHeaderWrapper_1ndrt_47", k4 = "_heading_1ndrt_53", E4 = "_headerIcon_1ndrt_57",
|
|
10159
|
+
}, B4 = "_holder_1ndrt_1", b4 = "_modal_1ndrt_26", y4 = "_wrapper_1ndrt_37", S4 = "_modalHeader_1ndrt_43", N4 = "_modalHeaderWrapper_1ndrt_47", k4 = "_heading_1ndrt_53", E4 = "_headerIcon_1ndrt_57", I4 = "_icon_1ndrt_70", $4 = "_modalBody_1ndrt_90", T4 = "_modalBodyWrapper_1ndrt_108", D4 = "_modalAction_1ndrt_112", O4 = "_modalActionRight_1ndrt_121", P4 = "_modalActionLeft_1ndrt_121", R4 = "_curtain_1ndrt_151", _2 = {
|
|
10139
10160
|
holder: B4,
|
|
10140
10161
|
modal: b4,
|
|
10141
10162
|
wrapper: y4,
|
|
@@ -10143,8 +10164,8 @@ const us = (e) => {
|
|
|
10143
10164
|
modalHeaderWrapper: N4,
|
|
10144
10165
|
heading: k4,
|
|
10145
10166
|
headerIcon: E4,
|
|
10146
|
-
icon:
|
|
10147
|
-
modalBody:
|
|
10167
|
+
icon: I4,
|
|
10168
|
+
modalBody: $4,
|
|
10148
10169
|
modalBodyWrapper: T4,
|
|
10149
10170
|
modalAction: D4,
|
|
10150
10171
|
modalActionRight: O4,
|
|
@@ -10193,10 +10214,10 @@ const us = (e) => {
|
|
|
10193
10214
|
notiActive: Y4,
|
|
10194
10215
|
notificationDropdown: U4
|
|
10195
10216
|
}, bs = (e) => {
|
|
10196
|
-
const { children: t, extraClass: r, active: n } = e, [i, o] =
|
|
10217
|
+
const { children: t, extraClass: r, active: n } = e, [i, o] = K(!1), l = f2(null), h = (a) => {
|
|
10197
10218
|
l.current && !l.current.contains(a.target) && o(!1);
|
|
10198
10219
|
};
|
|
10199
|
-
return
|
|
10220
|
+
return G(() => (i ? document.addEventListener("mousedown", h) : document.removeEventListener("mousedown", h), () => {
|
|
10200
10221
|
document.removeEventListener("mousedown", h);
|
|
10201
10222
|
}), [i]), /* @__PURE__ */ s(
|
|
10202
10223
|
"div",
|
|
@@ -10289,8 +10310,8 @@ const us = (e) => {
|
|
|
10289
10310
|
t && /* @__PURE__ */ C("div", { className: M2.notificationGroup, children: /* @__PURE__ */ C("h6", { children: t }) }),
|
|
10290
10311
|
/* @__PURE__ */ C("div", { children: e })
|
|
10291
10312
|
] }), Ns = (e) => {
|
|
10292
|
-
const { children: t } = e, [r, n] =
|
|
10293
|
-
return
|
|
10313
|
+
const { children: t } = e, [r, n] = K(!1);
|
|
10314
|
+
return G(() => {
|
|
10294
10315
|
const i = document.getElementById("listContainer");
|
|
10295
10316
|
if (i) {
|
|
10296
10317
|
const o = () => {
|
|
@@ -10322,7 +10343,7 @@ const us = (e) => {
|
|
|
10322
10343
|
}
|
|
10323
10344
|
) })
|
|
10324
10345
|
] }) });
|
|
10325
|
-
},
|
|
10346
|
+
}, Is = () => /* @__PURE__ */ C("li", { className: M2.notificationNone, children: /* @__PURE__ */ C("h6", { children: "No notifications." }) }), H5 = i1({
|
|
10326
10347
|
currentIndex: 0,
|
|
10327
10348
|
setCurrentIndex: Function
|
|
10328
10349
|
}), f0 = "_tab_1sliy_1", H0 = "_tabNav_1sliy_4", L0 = "_tabNavItem_1sliy_22", V0 = "_active_1sliy_37", v0 = "_item_1sliy_41", M0 = "_bilingualTitle_1sliy_48", Y2 = {
|
|
@@ -10332,8 +10353,8 @@ const us = (e) => {
|
|
|
10332
10353
|
active: V0,
|
|
10333
10354
|
item: v0,
|
|
10334
10355
|
bilingualTitle: M0
|
|
10335
|
-
},
|
|
10336
|
-
const [r, n] =
|
|
10356
|
+
}, $s = ({ children: e, extraClass: t = "" }) => {
|
|
10357
|
+
const [r, n] = K(0);
|
|
10337
10358
|
return /* @__PURE__ */ C(
|
|
10338
10359
|
H5.Provider,
|
|
10339
10360
|
{
|
|
@@ -10401,7 +10422,7 @@ const us = (e) => {
|
|
|
10401
10422
|
]
|
|
10402
10423
|
}
|
|
10403
10424
|
) });
|
|
10404
|
-
}, Z0 = "_table_1lglg_1", p0 = "_tableBody_1lglg_6", m0 = "_tableHead_1lglg_6", x0 = "_tableFooter_1lglg_6", _0 = "_tableRow_1lglg_10", B0 = "_tableCellHeading_1lglg_29", b0 = "_tableCell_1lglg_29", y0 = "_tableCellAlignLeft_1lglg_51", S0 = "_tableCellAlignCenter_1lglg_54", N0 = "_tableCellAlignRight_1lglg_57", k0 = "_tableCellActions_1lglg_61", E0 = "_smallDesc_1lglg_95",
|
|
10425
|
+
}, Z0 = "_table_1lglg_1", p0 = "_tableBody_1lglg_6", m0 = "_tableHead_1lglg_6", x0 = "_tableFooter_1lglg_6", _0 = "_tableRow_1lglg_10", B0 = "_tableCellHeading_1lglg_29", b0 = "_tableCell_1lglg_29", y0 = "_tableCellAlignLeft_1lglg_51", S0 = "_tableCellAlignCenter_1lglg_54", N0 = "_tableCellAlignRight_1lglg_57", k0 = "_tableCellActions_1lglg_61", E0 = "_smallDesc_1lglg_95", I0 = "_cellWithPicture_1lglg_102", $0 = "_cellImage_1lglg_107", V2 = {
|
|
10405
10426
|
table: Z0,
|
|
10406
10427
|
tableBody: p0,
|
|
10407
10428
|
tableHead: m0,
|
|
@@ -10414,8 +10435,8 @@ const us = (e) => {
|
|
|
10414
10435
|
tableCellAlignRight: N0,
|
|
10415
10436
|
tableCellActions: k0,
|
|
10416
10437
|
smallDesc: E0,
|
|
10417
|
-
cellWithPicture:
|
|
10418
|
-
cellImage:
|
|
10438
|
+
cellWithPicture: I0,
|
|
10439
|
+
cellImage: $0
|
|
10419
10440
|
}, Rs = (e) => {
|
|
10420
10441
|
const { children: t, extraClass: r = "" } = e;
|
|
10421
10442
|
return /* @__PURE__ */ C("div", { className: `${V2.table} ${r} table`, children: /* @__PURE__ */ C("div", { className: "tableContainer", children: t }) });
|
|
@@ -10520,23 +10541,23 @@ const us = (e) => {
|
|
|
10520
10541
|
mobileDropdown: h8,
|
|
10521
10542
|
switches: s8,
|
|
10522
10543
|
viewDropdown: a8
|
|
10523
|
-
}, E9 = 6048e5, c8 = 864e5, A1 = 6e4,
|
|
10524
|
-
function
|
|
10544
|
+
}, E9 = 6048e5, c8 = 864e5, A1 = 6e4, I9 = 36e5, Y5 = Symbol.for("constructDateFrom");
|
|
10545
|
+
function I2(e, t) {
|
|
10525
10546
|
return typeof e == "function" ? e(t) : e && typeof e == "object" && Y5 in e ? e[Y5](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
|
|
10526
10547
|
}
|
|
10527
10548
|
function g2(e, t) {
|
|
10528
|
-
return
|
|
10549
|
+
return I2(t || e, e);
|
|
10529
10550
|
}
|
|
10530
10551
|
function x2(e, t, r) {
|
|
10531
10552
|
const n = g2(e, r == null ? void 0 : r.in);
|
|
10532
|
-
return isNaN(t) ?
|
|
10553
|
+
return isNaN(t) ? I2(e, NaN) : (t && n.setDate(n.getDate() + t), n);
|
|
10533
10554
|
}
|
|
10534
|
-
function
|
|
10555
|
+
function $9(e, t, r) {
|
|
10535
10556
|
const n = g2(e, r == null ? void 0 : r.in);
|
|
10536
|
-
if (isNaN(t)) return
|
|
10557
|
+
if (isNaN(t)) return I2(e, NaN);
|
|
10537
10558
|
if (!t)
|
|
10538
10559
|
return n;
|
|
10539
|
-
const i = n.getDate(), o =
|
|
10560
|
+
const i = n.getDate(), o = I2(e, n.getTime());
|
|
10540
10561
|
o.setMonth(n.getMonth() + t + 1, 0);
|
|
10541
10562
|
const l = o.getDate();
|
|
10542
10563
|
return i >= l ? o : (n.setFullYear(
|
|
@@ -10558,9 +10579,9 @@ function T1(e, t) {
|
|
|
10558
10579
|
return O2(e, { ...t, weekStartsOn: 1 });
|
|
10559
10580
|
}
|
|
10560
10581
|
function T9(e, t) {
|
|
10561
|
-
const r = g2(e, t == null ? void 0 : t.in), n = r.getFullYear(), i =
|
|
10582
|
+
const r = g2(e, t == null ? void 0 : t.in), n = r.getFullYear(), i = I2(r, 0);
|
|
10562
10583
|
i.setFullYear(n + 1, 0, 4), i.setHours(0, 0, 0, 0);
|
|
10563
|
-
const o = T1(i), l =
|
|
10584
|
+
const o = T1(i), l = I2(r, 0);
|
|
10564
10585
|
l.setFullYear(n, 0, 4), l.setHours(0, 0, 0, 0);
|
|
10565
10586
|
const h = T1(l);
|
|
10566
10587
|
return r.getTime() >= o.getTime() ? n + 1 : r.getTime() >= h.getTime() ? n : n - 1;
|
|
@@ -10580,7 +10601,7 @@ function U5(e) {
|
|
|
10580
10601
|
return r.setUTCFullYear(t.getFullYear()), +e - +r;
|
|
10581
10602
|
}
|
|
10582
10603
|
function L5(e, ...t) {
|
|
10583
|
-
const r =
|
|
10604
|
+
const r = I2.bind(
|
|
10584
10605
|
null,
|
|
10585
10606
|
t.find((n) => typeof n == "object")
|
|
10586
10607
|
);
|
|
@@ -10599,7 +10620,7 @@ function w8(e, t, r) {
|
|
|
10599
10620
|
return Math.round((h - a) / c8);
|
|
10600
10621
|
}
|
|
10601
10622
|
function g8(e, t) {
|
|
10602
|
-
const r = T9(e, t), n =
|
|
10623
|
+
const r = T9(e, t), n = I2(e, 0);
|
|
10603
10624
|
return n.setFullYear(r, 0, 4), n.setHours(0, 0, 0, 0), T1(n);
|
|
10604
10625
|
}
|
|
10605
10626
|
function T2(e, t, r) {
|
|
@@ -10825,7 +10846,7 @@ const S8 = {
|
|
|
10825
10846
|
"Friday",
|
|
10826
10847
|
"Saturday"
|
|
10827
10848
|
]
|
|
10828
|
-
},
|
|
10849
|
+
}, I8 = {
|
|
10829
10850
|
narrow: {
|
|
10830
10851
|
am: "a",
|
|
10831
10852
|
pm: "p",
|
|
@@ -10856,7 +10877,7 @@ const S8 = {
|
|
|
10856
10877
|
evening: "evening",
|
|
10857
10878
|
night: "night"
|
|
10858
10879
|
}
|
|
10859
|
-
},
|
|
10880
|
+
}, $8 = {
|
|
10860
10881
|
narrow: {
|
|
10861
10882
|
am: "a",
|
|
10862
10883
|
pm: "p",
|
|
@@ -10919,9 +10940,9 @@ const S8 = {
|
|
|
10919
10940
|
defaultWidth: "wide"
|
|
10920
10941
|
}),
|
|
10921
10942
|
dayPeriod: a1({
|
|
10922
|
-
values:
|
|
10943
|
+
values: I8,
|
|
10923
10944
|
defaultWidth: "wide",
|
|
10924
|
-
formattingValues:
|
|
10945
|
+
formattingValues: $8,
|
|
10925
10946
|
defaultFormattingWidth: "wide"
|
|
10926
10947
|
})
|
|
10927
10948
|
};
|
|
@@ -11091,16 +11112,16 @@ function tC(e, t) {
|
|
|
11091
11112
|
}
|
|
11092
11113
|
function D9(e, t) {
|
|
11093
11114
|
var d, w, v, H;
|
|
11094
|
-
const r = g2(e, t == null ? void 0 : t.in), n = r.getFullYear(), i = M1(), o = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((w = (d = t == null ? void 0 : t.locale) == null ? void 0 : d.options) == null ? void 0 : w.firstWeekContainsDate) ?? i.firstWeekContainsDate ?? ((H = (v = i.locale) == null ? void 0 : v.options) == null ? void 0 : H.firstWeekContainsDate) ?? 1, l =
|
|
11115
|
+
const r = g2(e, t == null ? void 0 : t.in), n = r.getFullYear(), i = M1(), o = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((w = (d = t == null ? void 0 : t.locale) == null ? void 0 : d.options) == null ? void 0 : w.firstWeekContainsDate) ?? i.firstWeekContainsDate ?? ((H = (v = i.locale) == null ? void 0 : v.options) == null ? void 0 : H.firstWeekContainsDate) ?? 1, l = I2((t == null ? void 0 : t.in) || e, 0);
|
|
11095
11116
|
l.setFullYear(n + 1, 0, o), l.setHours(0, 0, 0, 0);
|
|
11096
|
-
const h = O2(l, t), a =
|
|
11117
|
+
const h = O2(l, t), a = I2((t == null ? void 0 : t.in) || e, 0);
|
|
11097
11118
|
a.setFullYear(n, 0, o), a.setHours(0, 0, 0, 0);
|
|
11098
11119
|
const c = O2(a, t);
|
|
11099
11120
|
return +r >= +h ? n + 1 : +r >= +c ? n : n - 1;
|
|
11100
11121
|
}
|
|
11101
11122
|
function rC(e, t) {
|
|
11102
11123
|
var h, a, c, d;
|
|
11103
|
-
const r = M1(), n = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((a = (h = t == null ? void 0 : t.locale) == null ? void 0 : h.options) == null ? void 0 : a.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((d = (c = r.locale) == null ? void 0 : c.options) == null ? void 0 : d.firstWeekContainsDate) ?? 1, i = D9(e, t), o =
|
|
11124
|
+
const r = M1(), n = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((a = (h = t == null ? void 0 : t.locale) == null ? void 0 : h.options) == null ? void 0 : a.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((d = (c = r.locale) == null ? void 0 : c.options) == null ? void 0 : d.firstWeekContainsDate) ?? 1, i = D9(e, t), o = I2((t == null ? void 0 : t.in) || e, 0);
|
|
11104
11125
|
return o.setFullYear(i, 0, n), o.setHours(0, 0, 0, 0), O2(o, t);
|
|
11105
11126
|
}
|
|
11106
11127
|
function nC(e, t) {
|
|
@@ -11896,7 +11917,7 @@ function C9(e, t, r) {
|
|
|
11896
11917
|
return x2(e, -t, r);
|
|
11897
11918
|
}
|
|
11898
11919
|
function d1(e, t) {
|
|
11899
|
-
const r = () =>
|
|
11920
|
+
const r = () => I2(t == null ? void 0 : t.in, NaN), i = xC(e);
|
|
11900
11921
|
let o;
|
|
11901
11922
|
if (i.date) {
|
|
11902
11923
|
const c = _C(i.date, 2);
|
|
@@ -11960,7 +11981,7 @@ function BC(e, t) {
|
|
|
11960
11981
|
if (!r) return /* @__PURE__ */ new Date(NaN);
|
|
11961
11982
|
const n = !!r[4], i = w1(r[1]), o = w1(r[2]) - 1, l = w1(r[3]), h = w1(r[4]), a = w1(r[5]) - 1;
|
|
11962
11983
|
if (n)
|
|
11963
|
-
return
|
|
11984
|
+
return IC(t, h, a) ? SC(t, h, a) : /* @__PURE__ */ new Date(NaN);
|
|
11964
11985
|
{
|
|
11965
11986
|
const c = /* @__PURE__ */ new Date(0);
|
|
11966
11987
|
return !kC(t, o, l) || !EC(t, i) ? /* @__PURE__ */ new Date(NaN) : (c.setUTCFullYear(t, o, Math.max(i, l)), c);
|
|
@@ -11973,7 +11994,7 @@ function bC(e) {
|
|
|
11973
11994
|
const t = e.match(pC);
|
|
11974
11995
|
if (!t) return NaN;
|
|
11975
11996
|
const r = Q1(t[1]), n = Q1(t[2]), i = Q1(t[3]);
|
|
11976
|
-
return
|
|
11997
|
+
return $C(r, n, i) ? r * I9 + n * A1 + i * 1e3 : NaN;
|
|
11977
11998
|
}
|
|
11978
11999
|
function Q1(e) {
|
|
11979
12000
|
return e && parseFloat(e.replace(",", ".")) || 0;
|
|
@@ -11983,7 +12004,7 @@ function yC(e) {
|
|
|
11983
12004
|
const t = e.match(mC);
|
|
11984
12005
|
if (!t) return 0;
|
|
11985
12006
|
const r = t[1] === "+" ? -1 : 1, n = parseInt(t[2]), i = t[3] && parseInt(t[3]) || 0;
|
|
11986
|
-
return TC(n, i) ? r * (n *
|
|
12007
|
+
return TC(n, i) ? r * (n * I9 + i * A1) : NaN;
|
|
11987
12008
|
}
|
|
11988
12009
|
function SC(e, t, r) {
|
|
11989
12010
|
const n = /* @__PURE__ */ new Date(0);
|
|
@@ -12001,17 +12022,17 @@ function kC(e, t, r) {
|
|
|
12001
12022
|
function EC(e, t) {
|
|
12002
12023
|
return t >= 1 && t <= (P9(e) ? 366 : 365);
|
|
12003
12024
|
}
|
|
12004
|
-
function
|
|
12025
|
+
function IC(e, t, r) {
|
|
12005
12026
|
return t >= 1 && t <= 53 && r >= 0 && r <= 6;
|
|
12006
12027
|
}
|
|
12007
|
-
function
|
|
12028
|
+
function $C(e, t, r) {
|
|
12008
12029
|
return e === 24 ? t === 0 && r === 0 : r >= 0 && r < 60 && t >= 0 && t < 60 && e >= 0 && e < 25;
|
|
12009
12030
|
}
|
|
12010
12031
|
function TC(e, t) {
|
|
12011
12032
|
return t >= 0 && t <= 59;
|
|
12012
12033
|
}
|
|
12013
12034
|
function DC(e, t, r) {
|
|
12014
|
-
return
|
|
12035
|
+
return $9(e, -t, r);
|
|
12015
12036
|
}
|
|
12016
12037
|
const OC = (e) => {
|
|
12017
12038
|
const {
|
|
@@ -12082,13 +12103,13 @@ const OC = (e) => {
|
|
|
12082
12103
|
" more"
|
|
12083
12104
|
] }) });
|
|
12084
12105
|
}, GC = (e) => {
|
|
12085
|
-
const { events: t, holidays: r, currentDate: n, startOfWeekOn: i } = e, [o, l] =
|
|
12106
|
+
const { events: t, holidays: r, currentDate: n, startOfWeekOn: i } = e, [o, l] = K("eee"), h = W2(l1), [, a] = K([]), [, c] = K(""), d = v8(n), w = V8(d), v = O2(d, {
|
|
12086
12107
|
weekStartsOn: i === "Monday" ? 1 : 0
|
|
12087
12108
|
}), H = D1(w, {
|
|
12088
12109
|
weekStartsOn: i === "Monday" ? 1 : 0
|
|
12089
12110
|
}), M = "dd", V = [];
|
|
12090
12111
|
let m = [], x = v;
|
|
12091
|
-
|
|
12112
|
+
G(() => {
|
|
12092
12113
|
const N = () => {
|
|
12093
12114
|
window.innerWidth <= 990 ? l("EEEEE") : l("eee");
|
|
12094
12115
|
};
|
|
@@ -12106,9 +12127,9 @@ const OC = (e) => {
|
|
|
12106
12127
|
);
|
|
12107
12128
|
const B = (N, L) => {
|
|
12108
12129
|
if (L.length === 0) return;
|
|
12109
|
-
const
|
|
12110
|
-
c(
|
|
12111
|
-
/* @__PURE__ */ C(V5, { title:
|
|
12130
|
+
const P = L2(d1(N), "dd MMM yyyy");
|
|
12131
|
+
c(P), a(L), h.openModal(
|
|
12132
|
+
/* @__PURE__ */ C(V5, { title: P, children: L.map((T, $) => /* @__PURE__ */ C(
|
|
12112
12133
|
O1,
|
|
12113
12134
|
{
|
|
12114
12135
|
type: T.type,
|
|
@@ -12118,52 +12139,52 @@ const OC = (e) => {
|
|
|
12118
12139
|
onClick: T.onClick,
|
|
12119
12140
|
eventFor: "modal"
|
|
12120
12141
|
},
|
|
12121
|
-
|
|
12142
|
+
$
|
|
12122
12143
|
)) })
|
|
12123
12144
|
);
|
|
12124
12145
|
};
|
|
12125
12146
|
for (; x <= H; ) {
|
|
12126
12147
|
for (let N = 0; N < 7; N++) {
|
|
12127
|
-
const L = L2(x, M),
|
|
12128
|
-
(
|
|
12129
|
-
),
|
|
12148
|
+
const L = L2(x, M), P = L2(x, "yyyy-MM-dd"), T = t.filter(
|
|
12149
|
+
(X) => X.startDay === P
|
|
12150
|
+
), $ = (r == null ? void 0 : r.filter((X) => {
|
|
12130
12151
|
try {
|
|
12131
|
-
const
|
|
12132
|
-
return MC(x, { start:
|
|
12133
|
-
} catch (
|
|
12134
|
-
return console.error("Error parsing holiday dates:",
|
|
12152
|
+
const U = d1(X.startDay), O = X.endDay ? d1(X.endDay) : U;
|
|
12153
|
+
return MC(x, { start: U, end: O });
|
|
12154
|
+
} catch (U) {
|
|
12155
|
+
return console.error("Error parsing holiday dates:", U, X), !1;
|
|
12135
12156
|
}
|
|
12136
|
-
})) || [], z =
|
|
12137
|
-
const
|
|
12138
|
-
return
|
|
12139
|
-
}).filter(Boolean).join(" "), q = 4,
|
|
12157
|
+
})) || [], z = $.map((X) => {
|
|
12158
|
+
const U = d1(X.startDay), O = X.endDay ? d1(X.endDay) : U;
|
|
12159
|
+
return X.endDay ? G5(x, U) ? n2.startDayHoliday : G5(x, O) ? n2.endDayHoliday : "" : n2.dayHoliday;
|
|
12160
|
+
}).filter(Boolean).join(" "), q = 4, Y = T.slice(0, q), C2 = T.length - q;
|
|
12140
12161
|
m.push(
|
|
12141
12162
|
/* @__PURE__ */ s(
|
|
12142
12163
|
OC,
|
|
12143
12164
|
{
|
|
12144
12165
|
className: `${n2.col} ${vC(x, d) ? "" : n2.disabled} `,
|
|
12145
12166
|
id: x.toString(),
|
|
12146
|
-
onClick: () => B(
|
|
12167
|
+
onClick: () => B(P, T),
|
|
12147
12168
|
children: [
|
|
12148
12169
|
/* @__PURE__ */ C("span", { className: n2.number, children: L }),
|
|
12149
|
-
|
|
12170
|
+
$.map((X, U) => /* @__PURE__ */ C(
|
|
12150
12171
|
"div",
|
|
12151
12172
|
{
|
|
12152
12173
|
className: `${z} ${n2.holidayBar}`,
|
|
12153
|
-
children: /* @__PURE__ */ C("h5", { children:
|
|
12174
|
+
children: /* @__PURE__ */ C("h5", { children: X.label })
|
|
12154
12175
|
},
|
|
12155
|
-
|
|
12176
|
+
U
|
|
12156
12177
|
)),
|
|
12157
|
-
|
|
12178
|
+
Y.map((X, U) => /* @__PURE__ */ C(
|
|
12158
12179
|
O1,
|
|
12159
12180
|
{
|
|
12160
|
-
type:
|
|
12161
|
-
label:
|
|
12162
|
-
color:
|
|
12163
|
-
monthContent:
|
|
12164
|
-
onClick:
|
|
12181
|
+
type: X.type,
|
|
12182
|
+
label: X.label,
|
|
12183
|
+
color: X.color,
|
|
12184
|
+
monthContent: X.monthContent,
|
|
12185
|
+
onClick: X.onClick
|
|
12165
12186
|
},
|
|
12166
|
-
|
|
12187
|
+
U
|
|
12167
12188
|
)),
|
|
12168
12189
|
C2 > 0 && /* @__PURE__ */ C(UC, { count: C2 })
|
|
12169
12190
|
]
|
|
@@ -12242,8 +12263,8 @@ const OC = (e) => {
|
|
|
12242
12263
|
)) })
|
|
12243
12264
|
] });
|
|
12244
12265
|
function v(H, M, V, m) {
|
|
12245
|
-
var z, q,
|
|
12246
|
-
const x = new Date(H == null ? void 0 : H.startTime), b = r1(x, H.timeDuration), B = j2(x, m), N = j2(b, x), L = 100 / M,
|
|
12266
|
+
var z, q, Y, C2, X;
|
|
12267
|
+
const x = new Date(H == null ? void 0 : H.startTime), b = r1(x, H.timeDuration), B = j2(x, m), N = j2(b, x), L = 100 / M, P = V * L, T = (((z = H.bufferTime) == null ? void 0 : z.preBuffer) ?? 0) / 60, $ = (((q = H.bufferTime) == null ? void 0 : q.postBuffer) ?? 0) / 60;
|
|
12247
12268
|
return /* @__PURE__ */ s(
|
|
12248
12269
|
"div",
|
|
12249
12270
|
{
|
|
@@ -12256,7 +12277,7 @@ const OC = (e) => {
|
|
|
12256
12277
|
className: B2.bufferTime,
|
|
12257
12278
|
style: {
|
|
12258
12279
|
position: "absolute",
|
|
12259
|
-
left: `${
|
|
12280
|
+
left: `${P}%`,
|
|
12260
12281
|
top: `${(B - T) / o * 100}%`,
|
|
12261
12282
|
height: `${T / o * 100}%`,
|
|
12262
12283
|
backgroundColor: H.color,
|
|
@@ -12268,12 +12289,12 @@ const OC = (e) => {
|
|
|
12268
12289
|
"div",
|
|
12269
12290
|
{
|
|
12270
12291
|
className: B2.event,
|
|
12271
|
-
onClick: (
|
|
12272
|
-
H != null && H.onClick && H.onClick(
|
|
12292
|
+
onClick: (U) => {
|
|
12293
|
+
H != null && H.onClick && H.onClick(U);
|
|
12273
12294
|
},
|
|
12274
12295
|
style: {
|
|
12275
12296
|
position: "absolute",
|
|
12276
|
-
left: `${
|
|
12297
|
+
left: `${P}%`,
|
|
12277
12298
|
top: `${B / o * 100}%`,
|
|
12278
12299
|
height: `${N / o * 100}%`,
|
|
12279
12300
|
width: `${L}%`,
|
|
@@ -12281,27 +12302,27 @@ const OC = (e) => {
|
|
|
12281
12302
|
},
|
|
12282
12303
|
children: /* @__PURE__ */ s("div", { className: B2.eventDetails, children: [
|
|
12283
12304
|
/* @__PURE__ */ C("div", { className: B2.eventTitle, children: H.label }),
|
|
12284
|
-
H.dayContent && /* @__PURE__ */ C(u2, { children: (
|
|
12305
|
+
H.dayContent && /* @__PURE__ */ C(u2, { children: (Y = H.dayContent) != null && Y.__html ? /* @__PURE__ */ C(
|
|
12285
12306
|
"div",
|
|
12286
12307
|
{
|
|
12287
12308
|
dangerouslySetInnerHTML: {
|
|
12288
12309
|
__html: H.dayContent.__html
|
|
12289
12310
|
}
|
|
12290
12311
|
}
|
|
12291
|
-
) : (C2 = H.dayContent) != null && C2.__jsx || (
|
|
12312
|
+
) : (C2 = H.dayContent) != null && C2.__jsx || (X = H.dayContent) != null && X.__tsx ? /* @__PURE__ */ C("div", { children: H.dayContent.__jsx || H.dayContent.__tsx }) : null }),
|
|
12292
12313
|
/* @__PURE__ */ C("div", { className: B2.eventTime, children: e9(x, H.timeDuration) })
|
|
12293
12314
|
] })
|
|
12294
12315
|
}
|
|
12295
12316
|
),
|
|
12296
|
-
|
|
12317
|
+
$ > 0 && r && H.showPostBuffer && /* @__PURE__ */ C(
|
|
12297
12318
|
"div",
|
|
12298
12319
|
{
|
|
12299
12320
|
className: B2.bufferTime,
|
|
12300
12321
|
style: {
|
|
12301
12322
|
position: "absolute",
|
|
12302
|
-
left: `${
|
|
12323
|
+
left: `${P}%`,
|
|
12303
12324
|
top: `${(B + N) / o * 100}%`,
|
|
12304
|
-
height: `${
|
|
12325
|
+
height: `${$ / o * 100}%`,
|
|
12305
12326
|
backgroundColor: H.color,
|
|
12306
12327
|
width: `${L}%`
|
|
12307
12328
|
}
|
|
@@ -12362,7 +12383,7 @@ const OC = (e) => {
|
|
|
12362
12383
|
const i = T2(t, n * 30), o = T2(i, 30);
|
|
12363
12384
|
return { start: i, end: o, key: n };
|
|
12364
12385
|
});
|
|
12365
|
-
}, fe = "_body_jq8ff_1", He = "_header_jq8ff_7", Le = "_hourColumnHeader_jq8ff_15", Ve = "_hourColumn_jq8ff_15", ve = "_daysRow_jq8ff_30", Me = "_dayName_jq8ff_35", Ze = "_eventsRow_jq8ff_53", pe = "_wrapper_jq8ff_58", me = "_dayColumns_jq8ff_62", xe = "_dayColumn_jq8ff_62", _e = "_intervalRow_jq8ff_75", Be = "_weekEvent_jq8ff_83", be = "_eventDetails_jq8ff_90", ye = "_eventTitle_jq8ff_94", Se = "_eventTime_jq8ff_94", Ne = "_hour_jq8ff_15", ke = "_bufferTime_jq8ff_122", Ee = "_holidayRow_jq8ff_126",
|
|
12386
|
+
}, fe = "_body_jq8ff_1", He = "_header_jq8ff_7", Le = "_hourColumnHeader_jq8ff_15", Ve = "_hourColumn_jq8ff_15", ve = "_daysRow_jq8ff_30", Me = "_dayName_jq8ff_35", Ze = "_eventsRow_jq8ff_53", pe = "_wrapper_jq8ff_58", me = "_dayColumns_jq8ff_62", xe = "_dayColumn_jq8ff_62", _e = "_intervalRow_jq8ff_75", Be = "_weekEvent_jq8ff_83", be = "_eventDetails_jq8ff_90", ye = "_eventTitle_jq8ff_94", Se = "_eventTime_jq8ff_94", Ne = "_hour_jq8ff_15", ke = "_bufferTime_jq8ff_122", Ee = "_holidayRow_jq8ff_126", Ie = "_holidayWrapper_jq8ff_131", $e = "_holiday_jq8ff_126", Te = "_holidayHolder_jq8ff_140", v2 = {
|
|
12366
12387
|
body: fe,
|
|
12367
12388
|
header: He,
|
|
12368
12389
|
hourColumnHeader: Le,
|
|
@@ -12381,8 +12402,8 @@ const OC = (e) => {
|
|
|
12381
12402
|
hour: Ne,
|
|
12382
12403
|
bufferTime: ke,
|
|
12383
12404
|
holidayRow: Ee,
|
|
12384
|
-
holidayWrapper:
|
|
12385
|
-
holiday:
|
|
12405
|
+
holidayWrapper: Ie,
|
|
12406
|
+
holiday: $e,
|
|
12386
12407
|
holidayHolder: Te
|
|
12387
12408
|
}, n1 = (e, t) => T2(e, t / 60), t9 = (e, t) => {
|
|
12388
12409
|
const r = n1(e, t);
|
|
@@ -12430,7 +12451,7 @@ const OC = (e) => {
|
|
|
12430
12451
|
return { start: i, end: o, key: n };
|
|
12431
12452
|
});
|
|
12432
12453
|
}, Ae = ({ events: e, date: t, startOfWeekOn: r, holidays: n, showPrepTime: i }) => {
|
|
12433
|
-
const [o, l] =
|
|
12454
|
+
const [o, l] = K("eee"), h = W2(l1), a = O2(t, {
|
|
12434
12455
|
weekStartsOn: r === "Monday" ? 1 : 0
|
|
12435
12456
|
}), c = D1(t, {
|
|
12436
12457
|
weekStartsOn: r === "Monday" ? 1 : 0
|
|
@@ -12450,7 +12471,7 @@ const OC = (e) => {
|
|
|
12450
12471
|
) })
|
|
12451
12472
|
);
|
|
12452
12473
|
};
|
|
12453
|
-
|
|
12474
|
+
G(() => {
|
|
12454
12475
|
const V = () => {
|
|
12455
12476
|
window.innerWidth <= 990 ? l("EEEEE") : l("eee");
|
|
12456
12477
|
};
|
|
@@ -12472,32 +12493,32 @@ const OC = (e) => {
|
|
|
12472
12493
|
const V = [];
|
|
12473
12494
|
let m = a;
|
|
12474
12495
|
for (; G2(m, c) || H1(m, c); ) {
|
|
12475
|
-
const x = Re(e, m), b = Oe(x), N = r9(m).map((
|
|
12496
|
+
const x = Re(e, m), b = Oe(x), N = r9(m).map((P) => /* @__PURE__ */ C(
|
|
12476
12497
|
"div",
|
|
12477
12498
|
{
|
|
12478
12499
|
className: v2.intervalRow,
|
|
12479
|
-
"data-time": `${L2(
|
|
12500
|
+
"data-time": `${L2(P.start, "hh:mm a")}`
|
|
12480
12501
|
},
|
|
12481
|
-
|
|
12482
|
-
)), L = b.flatMap((
|
|
12483
|
-
const T = 100 /
|
|
12484
|
-
return
|
|
12485
|
-
var
|
|
12486
|
-
const q = new Date(
|
|
12502
|
+
P.key
|
|
12503
|
+
)), L = b.flatMap((P) => {
|
|
12504
|
+
const T = 100 / P.length;
|
|
12505
|
+
return P.map(($, z) => {
|
|
12506
|
+
var J, y, g, u, f;
|
|
12507
|
+
const q = new Date($.startTime), Y = n1(q, $.timeDuration), C2 = j2(q, S2(m)), X = j2(Y, q), U = C2 / (24 * 60) * 100, O = X / (24 * 60) * 100, A = ((J = $.bufferTime) == null ? void 0 : J.preBuffer) / (24 * 60 * 60) * 100, j = ((y = $.bufferTime) == null ? void 0 : y.postBuffer) / (24 * 60 * 60) * 100;
|
|
12487
12508
|
return /* @__PURE__ */ s(
|
|
12488
12509
|
"div",
|
|
12489
12510
|
{
|
|
12490
|
-
onClick: () => d(
|
|
12511
|
+
onClick: () => d($),
|
|
12491
12512
|
children: [
|
|
12492
|
-
|
|
12513
|
+
A > 0 && i && $.showPreBuffer && /* @__PURE__ */ C(
|
|
12493
12514
|
"div",
|
|
12494
12515
|
{
|
|
12495
12516
|
className: v2.bufferTime,
|
|
12496
12517
|
style: {
|
|
12497
12518
|
position: "absolute",
|
|
12498
|
-
top: `${
|
|
12499
|
-
height: `${
|
|
12500
|
-
backgroundColor:
|
|
12519
|
+
top: `${U - A}%`,
|
|
12520
|
+
height: `${A}%`,
|
|
12521
|
+
backgroundColor: $.color,
|
|
12501
12522
|
left: `${T * z}%`,
|
|
12502
12523
|
width: `${T}%`
|
|
12503
12524
|
}
|
|
@@ -12509,33 +12530,33 @@ const OC = (e) => {
|
|
|
12509
12530
|
className: v2.weekEvent,
|
|
12510
12531
|
style: {
|
|
12511
12532
|
position: "absolute",
|
|
12512
|
-
top: `${
|
|
12513
|
-
height: `${
|
|
12514
|
-
backgroundColor:
|
|
12533
|
+
top: `${U}%`,
|
|
12534
|
+
height: `${O}%`,
|
|
12535
|
+
backgroundColor: $.color,
|
|
12515
12536
|
left: `${T * z}%`,
|
|
12516
12537
|
width: `${T}%`
|
|
12517
12538
|
},
|
|
12518
|
-
"data-event": `${t9(q,
|
|
12539
|
+
"data-event": `${t9(q, $.timeDuration)}`,
|
|
12519
12540
|
onClick: (Z) => {
|
|
12520
|
-
|
|
12541
|
+
$ != null && $.onClick && $.onClick(Z);
|
|
12521
12542
|
},
|
|
12522
12543
|
children: /* @__PURE__ */ s("div", { className: v2.eventDetails, children: [
|
|
12523
|
-
/* @__PURE__ */ C("div", { className: v2.eventTitle, children:
|
|
12524
|
-
|
|
12525
|
-
/* @__PURE__ */ C("div", { className: v2.eventTime, children: t9(q,
|
|
12544
|
+
/* @__PURE__ */ C("div", { className: v2.eventTitle, children: $.label }),
|
|
12545
|
+
$.weekContent && /* @__PURE__ */ C(u2, { children: (g = $.weekContent) != null && g.__html ? /* @__PURE__ */ C("div", { dangerouslySetInnerHTML: { __html: $.weekContent.__html } }) : (u = $.weekContent) != null && u.__jsx || (f = $.weekContent) != null && f.__tsx ? /* @__PURE__ */ C("div", { children: $.weekContent.__jsx || $.weekContent.__tsx }) : null }),
|
|
12546
|
+
/* @__PURE__ */ C("div", { className: v2.eventTime, children: t9(q, $.timeDuration) })
|
|
12526
12547
|
] })
|
|
12527
12548
|
},
|
|
12528
12549
|
z
|
|
12529
12550
|
),
|
|
12530
|
-
|
|
12551
|
+
j > 0 && i && $.showPostBuffer && /* @__PURE__ */ C(
|
|
12531
12552
|
"div",
|
|
12532
12553
|
{
|
|
12533
12554
|
className: v2.bufferTime,
|
|
12534
12555
|
style: {
|
|
12535
12556
|
position: "absolute",
|
|
12536
|
-
top: `${
|
|
12537
|
-
height: `${
|
|
12538
|
-
backgroundColor:
|
|
12557
|
+
top: `${U + O}%`,
|
|
12558
|
+
height: `${j}%`,
|
|
12559
|
+
backgroundColor: $.color,
|
|
12539
12560
|
left: `${T * z}%`,
|
|
12540
12561
|
width: `${T}%`
|
|
12541
12562
|
}
|
|
@@ -12588,52 +12609,52 @@ const OC = (e) => {
|
|
|
12588
12609
|
showPublicHolidayDayToggle: c = !0,
|
|
12589
12610
|
showPrepTimeToggle: d = !0,
|
|
12590
12611
|
onDateChange: w
|
|
12591
|
-
} = e, [v, H] =
|
|
12592
|
-
const
|
|
12593
|
-
return
|
|
12594
|
-
}), [T,
|
|
12595
|
-
const
|
|
12596
|
-
return
|
|
12612
|
+
} = e, [v, H] = K(/* @__PURE__ */ new Date()), [M, V] = K(!1), m = f2(null), x = f2(null), b = f2(!1), [B, N] = K(() => localStorage.getItem("calendarView") || "month"), [L, P] = K(() => {
|
|
12613
|
+
const j = localStorage.getItem("holiday");
|
|
12614
|
+
return j ? JSON.parse(j) : !1;
|
|
12615
|
+
}), [T, $] = K(() => {
|
|
12616
|
+
const j = localStorage.getItem("prepTime");
|
|
12617
|
+
return j ? JSON.parse(j) : !1;
|
|
12597
12618
|
});
|
|
12598
|
-
|
|
12619
|
+
G(() => {
|
|
12599
12620
|
localStorage.setItem("holiday", JSON.stringify(L));
|
|
12600
|
-
}, [L]),
|
|
12621
|
+
}, [L]), G(() => {
|
|
12601
12622
|
localStorage.setItem("calendarView", B);
|
|
12602
|
-
}, [B]),
|
|
12623
|
+
}, [B]), G(() => {
|
|
12603
12624
|
localStorage.setItem("prepTime", JSON.stringify(T));
|
|
12604
|
-
}, [T]),
|
|
12625
|
+
}, [T]), G(() => {
|
|
12605
12626
|
if (b.current) {
|
|
12606
|
-
const { startDate:
|
|
12607
|
-
w == null || w(v, B,
|
|
12627
|
+
const { startDate: j, endDate: J } = X(v);
|
|
12628
|
+
w == null || w(v, B, j, J);
|
|
12608
12629
|
} else
|
|
12609
12630
|
b.current = !0;
|
|
12610
12631
|
}, [B]);
|
|
12611
12632
|
const z = () => {
|
|
12612
|
-
V((
|
|
12613
|
-
}, q = (
|
|
12614
|
-
const
|
|
12615
|
-
m.current && !m.current.contains(
|
|
12633
|
+
V((j) => !j);
|
|
12634
|
+
}, q = (j) => {
|
|
12635
|
+
const J = j.target;
|
|
12636
|
+
m.current && !m.current.contains(J) && x.current && !x.current.contains(J) && V(!1);
|
|
12616
12637
|
};
|
|
12617
|
-
|
|
12638
|
+
G(() => (document.addEventListener("mousedown", q), () => {
|
|
12618
12639
|
document.removeEventListener("mousedown", q);
|
|
12619
12640
|
}), []);
|
|
12620
|
-
const
|
|
12621
|
-
const
|
|
12641
|
+
const Y = () => {
|
|
12642
|
+
const j = "MMM yyyy", J = "eee dd MMM, yyyy", y = O2(v, {
|
|
12622
12643
|
weekStartsOn: t === "Monday" ? 1 : 0
|
|
12623
|
-
}),
|
|
12644
|
+
}), g = D1(v, {
|
|
12624
12645
|
weekStartsOn: t === "Monday" ? 1 : 0
|
|
12625
12646
|
});
|
|
12626
12647
|
return /* @__PURE__ */ C("div", { className: `${n2.header} calendarHeader`, children: /* @__PURE__ */ s("div", { className: `${n2.headerWrapper} calendarHeaderWrapper`, children: [
|
|
12627
12648
|
/* @__PURE__ */ s("div", { className: `${n2.headerLeft} calendarHeaderLeft`, children: [
|
|
12628
12649
|
/* @__PURE__ */ s("div", { className: n2.iconWrapper, children: [
|
|
12629
|
-
/* @__PURE__ */ C("div", { className: n2.icon, onClick:
|
|
12630
|
-
/* @__PURE__ */ C("div", { className: n2.icon, onClick:
|
|
12650
|
+
/* @__PURE__ */ C("div", { className: n2.icon, onClick: O, children: /* @__PURE__ */ C(V1, {}) }),
|
|
12651
|
+
/* @__PURE__ */ C("div", { className: n2.icon, onClick: U, children: /* @__PURE__ */ C(L1, {}) })
|
|
12631
12652
|
] }),
|
|
12632
12653
|
/* @__PURE__ */ s("div", { className: `${n2.title} typography`, children: [
|
|
12633
|
-
B === "month" && /* @__PURE__ */ C("h2", { children: L2(v,
|
|
12634
|
-
B === "day" && /* @__PURE__ */ C("h2", { children: L2(v,
|
|
12635
|
-
B === "week" && /* @__PURE__ */ C("h2", { children:
|
|
12636
|
-
|
|
12654
|
+
B === "month" && /* @__PURE__ */ C("h2", { children: L2(v, j) }),
|
|
12655
|
+
B === "day" && /* @__PURE__ */ C("h2", { children: L2(v, J) }),
|
|
12656
|
+
B === "week" && /* @__PURE__ */ C("h2", { children: y.getMonth() === g.getMonth() ? L2(y, "MMM yyyy") : `${L2(y, "MMM yyyy")} - ${L2(
|
|
12657
|
+
g,
|
|
12637
12658
|
"MMM yyyy"
|
|
12638
12659
|
)}` })
|
|
12639
12660
|
] })
|
|
@@ -12648,13 +12669,13 @@ const OC = (e) => {
|
|
|
12648
12669
|
children: /* @__PURE__ */ s("div", { className: n2.actionsWrapper, children: [
|
|
12649
12670
|
c && /* @__PURE__ */ s("div", { className: n2.toggle, children: [
|
|
12650
12671
|
/* @__PURE__ */ C(z5, { id: "publicHoliday", checked: L, onChange: () => {
|
|
12651
|
-
|
|
12672
|
+
P((u) => !u);
|
|
12652
12673
|
} }),
|
|
12653
12674
|
/* @__PURE__ */ C("label", { htmlFor: "publicHoliday", children: "Public holidays" })
|
|
12654
12675
|
] }),
|
|
12655
12676
|
d && B !== "month" && /* @__PURE__ */ s("div", { className: n2.toggle, children: [
|
|
12656
12677
|
/* @__PURE__ */ C(z5, { id: "prep-time", checked: T, onChange: () => {
|
|
12657
|
-
|
|
12678
|
+
$((u) => !u);
|
|
12658
12679
|
} }),
|
|
12659
12680
|
/* @__PURE__ */ C("label", { htmlFor: "prep-time", children: "Prep time" })
|
|
12660
12681
|
] }),
|
|
@@ -12717,64 +12738,64 @@ const OC = (e) => {
|
|
|
12717
12738
|
value: "week"
|
|
12718
12739
|
}
|
|
12719
12740
|
],
|
|
12720
|
-
onChange: (
|
|
12721
|
-
N(
|
|
12741
|
+
onChange: (j, J) => {
|
|
12742
|
+
N(J);
|
|
12722
12743
|
}
|
|
12723
12744
|
}
|
|
12724
|
-
) }),
|
|
12745
|
+
) }), X = (j) => {
|
|
12725
12746
|
switch (B) {
|
|
12726
12747
|
case "day":
|
|
12727
|
-
return { startDate:
|
|
12748
|
+
return { startDate: j, endDate: j };
|
|
12728
12749
|
case "week":
|
|
12729
|
-
const
|
|
12750
|
+
const J = O2(j, {
|
|
12730
12751
|
weekStartsOn: t === "Monday" ? 1 : 0
|
|
12731
|
-
}),
|
|
12752
|
+
}), y = D1(j, {
|
|
12732
12753
|
weekStartsOn: t === "Monday" ? 1 : 0
|
|
12733
12754
|
});
|
|
12734
|
-
return { startDate:
|
|
12755
|
+
return { startDate: J, endDate: y };
|
|
12735
12756
|
case "month":
|
|
12736
|
-
const
|
|
12737
|
-
return { startDate:
|
|
12757
|
+
const g = new Date(j.getFullYear(), j.getMonth(), 1), u = new Date(j.getFullYear(), j.getMonth() + 1, 0);
|
|
12758
|
+
return { startDate: g, endDate: u };
|
|
12738
12759
|
default:
|
|
12739
|
-
return { startDate:
|
|
12760
|
+
return { startDate: j, endDate: j };
|
|
12740
12761
|
}
|
|
12741
|
-
},
|
|
12742
|
-
let
|
|
12762
|
+
}, U = () => {
|
|
12763
|
+
let j;
|
|
12743
12764
|
switch (B) {
|
|
12744
12765
|
case "day":
|
|
12745
|
-
|
|
12766
|
+
j = x2(v, 1);
|
|
12746
12767
|
break;
|
|
12747
12768
|
case "week":
|
|
12748
|
-
|
|
12769
|
+
j = x2(v, 7);
|
|
12749
12770
|
break;
|
|
12750
12771
|
case "month":
|
|
12751
|
-
|
|
12772
|
+
j = $9(v, 1);
|
|
12752
12773
|
break;
|
|
12753
12774
|
default:
|
|
12754
12775
|
return null;
|
|
12755
12776
|
}
|
|
12756
|
-
H(
|
|
12757
|
-
const { startDate:
|
|
12758
|
-
w == null || w(
|
|
12759
|
-
},
|
|
12760
|
-
let
|
|
12777
|
+
H(j);
|
|
12778
|
+
const { startDate: J, endDate: y } = X(j);
|
|
12779
|
+
w == null || w(j, B, J, y);
|
|
12780
|
+
}, O = () => {
|
|
12781
|
+
let j;
|
|
12761
12782
|
switch (B) {
|
|
12762
12783
|
case "day":
|
|
12763
|
-
|
|
12784
|
+
j = C9(v, 1);
|
|
12764
12785
|
break;
|
|
12765
12786
|
case "week":
|
|
12766
|
-
|
|
12787
|
+
j = C9(v, 7);
|
|
12767
12788
|
break;
|
|
12768
12789
|
case "month":
|
|
12769
|
-
|
|
12790
|
+
j = DC(v, 1);
|
|
12770
12791
|
break;
|
|
12771
12792
|
default:
|
|
12772
12793
|
return null;
|
|
12773
12794
|
}
|
|
12774
|
-
H(
|
|
12775
|
-
const { startDate:
|
|
12776
|
-
w == null || w(
|
|
12777
|
-
},
|
|
12795
|
+
H(j);
|
|
12796
|
+
const { startDate: J, endDate: y } = X(j);
|
|
12797
|
+
w == null || w(j, B, J, y);
|
|
12798
|
+
}, A = () => {
|
|
12778
12799
|
switch (B) {
|
|
12779
12800
|
case "day":
|
|
12780
12801
|
return /* @__PURE__ */ C(
|
|
@@ -12811,8 +12832,8 @@ const OC = (e) => {
|
|
|
12811
12832
|
}
|
|
12812
12833
|
};
|
|
12813
12834
|
return /* @__PURE__ */ s("div", { className: `${n2.calendar} calendar`, children: [
|
|
12814
|
-
|
|
12815
|
-
|
|
12835
|
+
Y(),
|
|
12836
|
+
A()
|
|
12816
12837
|
] });
|
|
12817
12838
|
}, je = "_monthControls_5mk92_2", We = "_prevBtn_5mk92_8", Fe = "_nxtBtn_5mk92_8", ze = "_monthControlLeft_5mk92_17", qe = "_monthControlRight_5mk92_17", Ye = "_period_5mk92_21", Ue = "_action_5mk92_27", Ge = "_dropdowm_5mk92_35", Ke = "_ganttChart_5mk92_40", Xe = "_ganttHeader_5mk92_47", Je = "_taskCol_5mk92_54", Qe = "_days_5mk92_66", Ct = "_dateDayView_5mk92_71", et = "_singleDate_5mk92_77", tt = "_hours_5mk92_86", rt = "_hour_5mk92_86", nt = "_ganttBody_5mk92_101", it = "_ganttRow_5mk92_104", lt = "_taskColLabel_5mk92_111", ot = "_dayColumn_5mk92_129", ht = "_dayHrs_5mk92_134", st = "_disabled_5mk92_138", at = "_taskBar_5mk92_149", ct = "_left_5mk92_164", dt = "_right_5mk92_168", wt = "_bar_5mk92_172", gt = "_content_5mk92_179", ut = "_editIcon_5mk92_183", ft = "_barDrag_5mk92_191", o2 = {
|
|
12818
12839
|
monthControls: je,
|
|
@@ -12909,7 +12930,7 @@ function Lt() {
|
|
|
12909
12930
|
var Vt = Lt();
|
|
12910
12931
|
const P1 = /* @__PURE__ */ Ht(Vt);
|
|
12911
12932
|
y2.createContext({});
|
|
12912
|
-
const vt = "_dropdown_1tn3b_1", Mt = "_lock_1tn3b_4", Zt = "_control_1tn3b_4", pt = "_disabled_1tn3b_23", mt = "_labelWrapper_1tn3b_28", xt = "_label_1tn3b_28", _t = "_chevron_1tn3b_39", Bt = "_dropdownSelector_1tn3b_58", bt = "_dropdownItem_1tn3b_87", yt = "_active_1tn3b_96", St = "_circle_1tn3b_100", Nt = "_dropdowncircleItem_1tn3b_107", kt = "_circleDraft_1tn3b_111", Et = "_circleCustom_1tn3b_114",
|
|
12933
|
+
const vt = "_dropdown_1tn3b_1", Mt = "_lock_1tn3b_4", Zt = "_control_1tn3b_4", pt = "_disabled_1tn3b_23", mt = "_labelWrapper_1tn3b_28", xt = "_label_1tn3b_28", _t = "_chevron_1tn3b_39", Bt = "_dropdownSelector_1tn3b_58", bt = "_dropdownItem_1tn3b_87", yt = "_active_1tn3b_96", St = "_circle_1tn3b_100", Nt = "_dropdowncircleItem_1tn3b_107", kt = "_circleDraft_1tn3b_111", Et = "_circleCustom_1tn3b_114", It = "_circlePending_1tn3b_117", $t = "_circleInProgress_1tn3b_120", Tt = "_circleComplete_1tn3b_123", Dt = "_divider_1tn3b_132", Ot = {
|
|
12913
12934
|
dropdown: vt,
|
|
12914
12935
|
lock: Mt,
|
|
12915
12936
|
control: Zt,
|
|
@@ -12924,8 +12945,8 @@ const vt = "_dropdown_1tn3b_1", Mt = "_lock_1tn3b_4", Zt = "_control_1tn3b_4", p
|
|
|
12924
12945
|
dropdowncircleItem: Nt,
|
|
12925
12946
|
circleDraft: kt,
|
|
12926
12947
|
circleCustom: Et,
|
|
12927
|
-
circlePending:
|
|
12928
|
-
circleInProgress:
|
|
12948
|
+
circlePending: It,
|
|
12949
|
+
circleInProgress: $t,
|
|
12929
12950
|
circleComplete: Tt,
|
|
12930
12951
|
divider: Dt
|
|
12931
12952
|
};
|
|
@@ -13027,7 +13048,7 @@ y2.forwardRef((e, t) => {
|
|
|
13027
13048
|
const r = [gr.dropdownSelector];
|
|
13028
13049
|
return /* @__PURE__ */ C("div", { ref: t, style: e.style, className: P1(r), children: e.children });
|
|
13029
13050
|
});
|
|
13030
|
-
var
|
|
13051
|
+
var I1 = { exports: {} }, C5 = { exports: {} }, d2 = {};
|
|
13031
13052
|
/** @license React v16.13.1
|
|
13032
13053
|
* react-is.production.min.js
|
|
13033
13054
|
*
|
|
@@ -13043,8 +13064,8 @@ function ur() {
|
|
|
13043
13064
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, o = e ? Symbol.for("react.profiler") : 60114, l = e ? Symbol.for("react.provider") : 60109, h = e ? Symbol.for("react.context") : 60110, a = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, d = e ? Symbol.for("react.forward_ref") : 60112, w = e ? Symbol.for("react.suspense") : 60113, v = e ? Symbol.for("react.suspense_list") : 60120, H = e ? Symbol.for("react.memo") : 60115, M = e ? Symbol.for("react.lazy") : 60116, V = e ? Symbol.for("react.block") : 60121, m = e ? Symbol.for("react.fundamental") : 60117, x = e ? Symbol.for("react.responder") : 60118, b = e ? Symbol.for("react.scope") : 60119;
|
|
13044
13065
|
function B(L) {
|
|
13045
13066
|
if (typeof L == "object" && L !== null) {
|
|
13046
|
-
var
|
|
13047
|
-
switch (
|
|
13067
|
+
var P = L.$$typeof;
|
|
13068
|
+
switch (P) {
|
|
13048
13069
|
case t:
|
|
13049
13070
|
switch (L = L.type, L) {
|
|
13050
13071
|
case a:
|
|
@@ -13063,11 +13084,11 @@ function ur() {
|
|
|
13063
13084
|
case l:
|
|
13064
13085
|
return L;
|
|
13065
13086
|
default:
|
|
13066
|
-
return
|
|
13087
|
+
return P;
|
|
13067
13088
|
}
|
|
13068
13089
|
}
|
|
13069
13090
|
case r:
|
|
13070
|
-
return
|
|
13091
|
+
return P;
|
|
13071
13092
|
}
|
|
13072
13093
|
}
|
|
13073
13094
|
}
|
|
@@ -13151,14 +13172,14 @@ function fr() {
|
|
|
13151
13172
|
}
|
|
13152
13173
|
}
|
|
13153
13174
|
}
|
|
13154
|
-
var L = a,
|
|
13155
|
-
function
|
|
13156
|
-
return
|
|
13175
|
+
var L = a, P = c, T = h, $ = l, z = t, q = d, Y = n, C2 = M, X = H, U = r, O = o, A = i, j = w, J = !1;
|
|
13176
|
+
function y(_) {
|
|
13177
|
+
return J || (J = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), g(_) || N(_) === a;
|
|
13157
13178
|
}
|
|
13158
|
-
function
|
|
13179
|
+
function g(_) {
|
|
13159
13180
|
return N(_) === c;
|
|
13160
13181
|
}
|
|
13161
|
-
function
|
|
13182
|
+
function u(_) {
|
|
13162
13183
|
return N(_) === h;
|
|
13163
13184
|
}
|
|
13164
13185
|
function f(_) {
|
|
@@ -13170,7 +13191,7 @@ function fr() {
|
|
|
13170
13191
|
function p(_) {
|
|
13171
13192
|
return N(_) === d;
|
|
13172
13193
|
}
|
|
13173
|
-
function
|
|
13194
|
+
function S(_) {
|
|
13174
13195
|
return N(_) === n;
|
|
13175
13196
|
}
|
|
13176
13197
|
function k(_) {
|
|
@@ -13179,10 +13200,10 @@ function fr() {
|
|
|
13179
13200
|
function D(_) {
|
|
13180
13201
|
return N(_) === H;
|
|
13181
13202
|
}
|
|
13182
|
-
function
|
|
13203
|
+
function W(_) {
|
|
13183
13204
|
return N(_) === r;
|
|
13184
13205
|
}
|
|
13185
|
-
function
|
|
13206
|
+
function R(_) {
|
|
13186
13207
|
return N(_) === o;
|
|
13187
13208
|
}
|
|
13188
13209
|
function F(_) {
|
|
@@ -13191,7 +13212,7 @@ function fr() {
|
|
|
13191
13212
|
function Q(_) {
|
|
13192
13213
|
return N(_) === w;
|
|
13193
13214
|
}
|
|
13194
|
-
w2.AsyncMode = L, w2.ConcurrentMode =
|
|
13215
|
+
w2.AsyncMode = L, w2.ConcurrentMode = P, w2.ContextConsumer = T, w2.ContextProvider = $, w2.Element = z, w2.ForwardRef = q, w2.Fragment = Y, w2.Lazy = C2, w2.Memo = X, w2.Portal = U, w2.Profiler = O, w2.StrictMode = A, w2.Suspense = j, w2.isAsyncMode = y, w2.isConcurrentMode = g, w2.isContextConsumer = u, w2.isContextProvider = f, w2.isElement = Z, w2.isForwardRef = p, w2.isFragment = S, w2.isLazy = k, w2.isMemo = D, w2.isPortal = W, w2.isProfiler = R, w2.isStrictMode = F, w2.isSuspense = Q, w2.isValidElementType = B, w2.typeOf = N;
|
|
13195
13216
|
}()), w2;
|
|
13196
13217
|
}
|
|
13197
13218
|
var h9;
|
|
@@ -13328,10 +13349,10 @@ function Vr() {
|
|
|
13328
13349
|
}
|
|
13329
13350
|
return n5 = function(h, a) {
|
|
13330
13351
|
var c = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
|
13331
|
-
function w(
|
|
13332
|
-
var
|
|
13333
|
-
if (typeof
|
|
13334
|
-
return
|
|
13352
|
+
function w(g) {
|
|
13353
|
+
var u = g && (c && g[c] || g[d]);
|
|
13354
|
+
if (typeof u == "function")
|
|
13355
|
+
return u;
|
|
13335
13356
|
}
|
|
13336
13357
|
var v = "<<anonymous>>", H = {
|
|
13337
13358
|
array: x("array"),
|
|
@@ -13346,242 +13367,242 @@ function Vr() {
|
|
|
13346
13367
|
arrayOf: B,
|
|
13347
13368
|
element: N(),
|
|
13348
13369
|
elementType: L(),
|
|
13349
|
-
instanceOf:
|
|
13370
|
+
instanceOf: P,
|
|
13350
13371
|
node: q(),
|
|
13351
|
-
objectOf:
|
|
13372
|
+
objectOf: $,
|
|
13352
13373
|
oneOf: T,
|
|
13353
13374
|
oneOfType: z,
|
|
13354
13375
|
shape: C2,
|
|
13355
|
-
exact:
|
|
13376
|
+
exact: X
|
|
13356
13377
|
};
|
|
13357
|
-
function M(
|
|
13358
|
-
return
|
|
13378
|
+
function M(g, u) {
|
|
13379
|
+
return g === u ? g !== 0 || 1 / g === 1 / u : g !== g && u !== u;
|
|
13359
13380
|
}
|
|
13360
|
-
function V(
|
|
13361
|
-
this.message =
|
|
13381
|
+
function V(g, u) {
|
|
13382
|
+
this.message = g, this.data = u && typeof u == "object" ? u : {}, this.stack = "";
|
|
13362
13383
|
}
|
|
13363
13384
|
V.prototype = Error.prototype;
|
|
13364
|
-
function m(
|
|
13385
|
+
function m(g) {
|
|
13365
13386
|
if (process.env.NODE_ENV !== "production")
|
|
13366
|
-
var
|
|
13367
|
-
function Z(
|
|
13368
|
-
if (
|
|
13387
|
+
var u = {}, f = 0;
|
|
13388
|
+
function Z(S, k, D, W, R, F, Q) {
|
|
13389
|
+
if (W = W || v, F = F || D, Q !== r) {
|
|
13369
13390
|
if (a) {
|
|
13370
13391
|
var _ = new Error(
|
|
13371
13392
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
13372
13393
|
);
|
|
13373
13394
|
throw _.name = "Invariant Violation", _;
|
|
13374
13395
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
13375
|
-
var t2 =
|
|
13376
|
-
!
|
|
13396
|
+
var t2 = W + ":" + D;
|
|
13397
|
+
!u[t2] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
13377
13398
|
f < 3 && (o(
|
|
13378
|
-
"You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" +
|
|
13379
|
-
),
|
|
13399
|
+
"You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" + W + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
13400
|
+
), u[t2] = !0, f++);
|
|
13380
13401
|
}
|
|
13381
13402
|
}
|
|
13382
|
-
return k[D] == null ?
|
|
13403
|
+
return k[D] == null ? S ? k[D] === null ? new V("The " + R + " `" + F + "` is marked as required " + ("in `" + W + "`, but its value is `null`.")) : new V("The " + R + " `" + F + "` is marked as required in " + ("`" + W + "`, but its value is `undefined`.")) : null : g(k, D, W, R, F);
|
|
13383
13404
|
}
|
|
13384
13405
|
var p = Z.bind(null, !1);
|
|
13385
13406
|
return p.isRequired = Z.bind(null, !0), p;
|
|
13386
13407
|
}
|
|
13387
|
-
function x(
|
|
13388
|
-
function
|
|
13389
|
-
var
|
|
13390
|
-
if (
|
|
13391
|
-
var F =
|
|
13408
|
+
function x(g) {
|
|
13409
|
+
function u(f, Z, p, S, k, D) {
|
|
13410
|
+
var W = f[Z], R = A(W);
|
|
13411
|
+
if (R !== g) {
|
|
13412
|
+
var F = j(W);
|
|
13392
13413
|
return new V(
|
|
13393
|
-
"Invalid " +
|
|
13394
|
-
{ expectedType:
|
|
13414
|
+
"Invalid " + S + " `" + k + "` of type " + ("`" + F + "` supplied to `" + p + "`, expected ") + ("`" + g + "`."),
|
|
13415
|
+
{ expectedType: g }
|
|
13395
13416
|
);
|
|
13396
13417
|
}
|
|
13397
13418
|
return null;
|
|
13398
13419
|
}
|
|
13399
|
-
return m(
|
|
13420
|
+
return m(u);
|
|
13400
13421
|
}
|
|
13401
13422
|
function b() {
|
|
13402
13423
|
return m(l);
|
|
13403
13424
|
}
|
|
13404
|
-
function B(
|
|
13405
|
-
function
|
|
13406
|
-
if (typeof
|
|
13425
|
+
function B(g) {
|
|
13426
|
+
function u(f, Z, p, S, k) {
|
|
13427
|
+
if (typeof g != "function")
|
|
13407
13428
|
return new V("Property `" + k + "` of component `" + p + "` has invalid PropType notation inside arrayOf.");
|
|
13408
13429
|
var D = f[Z];
|
|
13409
13430
|
if (!Array.isArray(D)) {
|
|
13410
|
-
var
|
|
13411
|
-
return new V("Invalid " +
|
|
13431
|
+
var W = A(D);
|
|
13432
|
+
return new V("Invalid " + S + " `" + k + "` of type " + ("`" + W + "` supplied to `" + p + "`, expected an array."));
|
|
13412
13433
|
}
|
|
13413
|
-
for (var
|
|
13414
|
-
var F =
|
|
13434
|
+
for (var R = 0; R < D.length; R++) {
|
|
13435
|
+
var F = g(D, R, p, S, k + "[" + R + "]", r);
|
|
13415
13436
|
if (F instanceof Error)
|
|
13416
13437
|
return F;
|
|
13417
13438
|
}
|
|
13418
13439
|
return null;
|
|
13419
13440
|
}
|
|
13420
|
-
return m(
|
|
13441
|
+
return m(u);
|
|
13421
13442
|
}
|
|
13422
13443
|
function N() {
|
|
13423
|
-
function u
|
|
13424
|
-
var k =
|
|
13444
|
+
function g(u, f, Z, p, S) {
|
|
13445
|
+
var k = u[f];
|
|
13425
13446
|
if (!h(k)) {
|
|
13426
|
-
var D =
|
|
13427
|
-
return new V("Invalid " + p + " `" +
|
|
13447
|
+
var D = A(k);
|
|
13448
|
+
return new V("Invalid " + p + " `" + S + "` of type " + ("`" + D + "` supplied to `" + Z + "`, expected a single ReactElement."));
|
|
13428
13449
|
}
|
|
13429
13450
|
return null;
|
|
13430
13451
|
}
|
|
13431
|
-
return m(
|
|
13452
|
+
return m(g);
|
|
13432
13453
|
}
|
|
13433
13454
|
function L() {
|
|
13434
|
-
function u
|
|
13435
|
-
var k =
|
|
13455
|
+
function g(u, f, Z, p, S) {
|
|
13456
|
+
var k = u[f];
|
|
13436
13457
|
if (!e.isValidElementType(k)) {
|
|
13437
|
-
var D =
|
|
13438
|
-
return new V("Invalid " + p + " `" +
|
|
13458
|
+
var D = A(k);
|
|
13459
|
+
return new V("Invalid " + p + " `" + S + "` of type " + ("`" + D + "` supplied to `" + Z + "`, expected a single ReactElement type."));
|
|
13439
13460
|
}
|
|
13440
13461
|
return null;
|
|
13441
13462
|
}
|
|
13442
|
-
return m(
|
|
13463
|
+
return m(g);
|
|
13443
13464
|
}
|
|
13444
|
-
function
|
|
13445
|
-
function
|
|
13446
|
-
if (!(f[Z] instanceof
|
|
13447
|
-
var D =
|
|
13448
|
-
return new V("Invalid " +
|
|
13465
|
+
function P(g) {
|
|
13466
|
+
function u(f, Z, p, S, k) {
|
|
13467
|
+
if (!(f[Z] instanceof g)) {
|
|
13468
|
+
var D = g.name || v, W = y(f[Z]);
|
|
13469
|
+
return new V("Invalid " + S + " `" + k + "` of type " + ("`" + W + "` supplied to `" + p + "`, expected ") + ("instance of `" + D + "`."));
|
|
13449
13470
|
}
|
|
13450
13471
|
return null;
|
|
13451
13472
|
}
|
|
13452
|
-
return m(
|
|
13473
|
+
return m(u);
|
|
13453
13474
|
}
|
|
13454
|
-
function T(
|
|
13455
|
-
if (!Array.isArray(
|
|
13475
|
+
function T(g) {
|
|
13476
|
+
if (!Array.isArray(g))
|
|
13456
13477
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? o(
|
|
13457
13478
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
13458
13479
|
) : o("Invalid argument supplied to oneOf, expected an array.")), l;
|
|
13459
|
-
function
|
|
13460
|
-
for (var D = f[Z],
|
|
13461
|
-
if (M(D,
|
|
13480
|
+
function u(f, Z, p, S, k) {
|
|
13481
|
+
for (var D = f[Z], W = 0; W < g.length; W++)
|
|
13482
|
+
if (M(D, g[W]))
|
|
13462
13483
|
return null;
|
|
13463
|
-
var
|
|
13464
|
-
var _ =
|
|
13484
|
+
var R = JSON.stringify(g, function(F, Q) {
|
|
13485
|
+
var _ = j(Q);
|
|
13465
13486
|
return _ === "symbol" ? String(Q) : Q;
|
|
13466
13487
|
});
|
|
13467
|
-
return new V("Invalid " +
|
|
13488
|
+
return new V("Invalid " + S + " `" + k + "` of value `" + String(D) + "` " + ("supplied to `" + p + "`, expected one of " + R + "."));
|
|
13468
13489
|
}
|
|
13469
|
-
return m(
|
|
13490
|
+
return m(u);
|
|
13470
13491
|
}
|
|
13471
|
-
function
|
|
13472
|
-
function
|
|
13473
|
-
if (typeof
|
|
13492
|
+
function $(g) {
|
|
13493
|
+
function u(f, Z, p, S, k) {
|
|
13494
|
+
if (typeof g != "function")
|
|
13474
13495
|
return new V("Property `" + k + "` of component `" + p + "` has invalid PropType notation inside objectOf.");
|
|
13475
|
-
var D = f[Z],
|
|
13476
|
-
if (
|
|
13477
|
-
return new V("Invalid " +
|
|
13478
|
-
for (var
|
|
13479
|
-
if (n(D,
|
|
13480
|
-
var F =
|
|
13496
|
+
var D = f[Z], W = A(D);
|
|
13497
|
+
if (W !== "object")
|
|
13498
|
+
return new V("Invalid " + S + " `" + k + "` of type " + ("`" + W + "` supplied to `" + p + "`, expected an object."));
|
|
13499
|
+
for (var R in D)
|
|
13500
|
+
if (n(D, R)) {
|
|
13501
|
+
var F = g(D, R, p, S, k + "." + R, r);
|
|
13481
13502
|
if (F instanceof Error)
|
|
13482
13503
|
return F;
|
|
13483
13504
|
}
|
|
13484
13505
|
return null;
|
|
13485
13506
|
}
|
|
13486
|
-
return m(
|
|
13507
|
+
return m(u);
|
|
13487
13508
|
}
|
|
13488
|
-
function z(
|
|
13489
|
-
if (!Array.isArray(
|
|
13509
|
+
function z(g) {
|
|
13510
|
+
if (!Array.isArray(g))
|
|
13490
13511
|
return process.env.NODE_ENV !== "production" && o("Invalid argument supplied to oneOfType, expected an instance of array."), l;
|
|
13491
|
-
for (var
|
|
13492
|
-
var f = u
|
|
13512
|
+
for (var u = 0; u < g.length; u++) {
|
|
13513
|
+
var f = g[u];
|
|
13493
13514
|
if (typeof f != "function")
|
|
13494
13515
|
return o(
|
|
13495
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " +
|
|
13516
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + J(f) + " at index " + u + "."
|
|
13496
13517
|
), l;
|
|
13497
13518
|
}
|
|
13498
|
-
function Z(p,
|
|
13499
|
-
for (var
|
|
13500
|
-
var Q =
|
|
13519
|
+
function Z(p, S, k, D, W) {
|
|
13520
|
+
for (var R = [], F = 0; F < g.length; F++) {
|
|
13521
|
+
var Q = g[F], _ = Q(p, S, k, D, W, r);
|
|
13501
13522
|
if (_ == null)
|
|
13502
13523
|
return null;
|
|
13503
|
-
_.data && n(_.data, "expectedType") &&
|
|
13524
|
+
_.data && n(_.data, "expectedType") && R.push(_.data.expectedType);
|
|
13504
13525
|
}
|
|
13505
|
-
var t2 =
|
|
13506
|
-
return new V("Invalid " + D + " `" +
|
|
13526
|
+
var t2 = R.length > 0 ? ", expected one of type [" + R.join(", ") + "]" : "";
|
|
13527
|
+
return new V("Invalid " + D + " `" + W + "` supplied to " + ("`" + k + "`" + t2 + "."));
|
|
13507
13528
|
}
|
|
13508
13529
|
return m(Z);
|
|
13509
13530
|
}
|
|
13510
13531
|
function q() {
|
|
13511
|
-
function u
|
|
13512
|
-
return
|
|
13532
|
+
function g(u, f, Z, p, S) {
|
|
13533
|
+
return U(u[f]) ? null : new V("Invalid " + p + " `" + S + "` supplied to " + ("`" + Z + "`, expected a ReactNode."));
|
|
13513
13534
|
}
|
|
13514
|
-
return m(
|
|
13535
|
+
return m(g);
|
|
13515
13536
|
}
|
|
13516
|
-
function
|
|
13537
|
+
function Y(g, u, f, Z, p) {
|
|
13517
13538
|
return new V(
|
|
13518
|
-
(
|
|
13539
|
+
(g || "React class") + ": " + u + " type `" + f + "." + Z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + p + "`."
|
|
13519
13540
|
);
|
|
13520
13541
|
}
|
|
13521
|
-
function C2(
|
|
13522
|
-
function
|
|
13523
|
-
var D = f[Z],
|
|
13524
|
-
if (
|
|
13525
|
-
return new V("Invalid " +
|
|
13526
|
-
for (var
|
|
13527
|
-
var F =
|
|
13542
|
+
function C2(g) {
|
|
13543
|
+
function u(f, Z, p, S, k) {
|
|
13544
|
+
var D = f[Z], W = A(D);
|
|
13545
|
+
if (W !== "object")
|
|
13546
|
+
return new V("Invalid " + S + " `" + k + "` of type `" + W + "` " + ("supplied to `" + p + "`, expected `object`."));
|
|
13547
|
+
for (var R in g) {
|
|
13548
|
+
var F = g[R];
|
|
13528
13549
|
if (typeof F != "function")
|
|
13529
|
-
return
|
|
13530
|
-
var Q = F(D,
|
|
13550
|
+
return Y(p, S, k, R, j(F));
|
|
13551
|
+
var Q = F(D, R, p, S, k + "." + R, r);
|
|
13531
13552
|
if (Q)
|
|
13532
13553
|
return Q;
|
|
13533
13554
|
}
|
|
13534
13555
|
return null;
|
|
13535
13556
|
}
|
|
13536
|
-
return m(
|
|
13557
|
+
return m(u);
|
|
13537
13558
|
}
|
|
13538
|
-
function
|
|
13539
|
-
function
|
|
13540
|
-
var D = f[Z],
|
|
13541
|
-
if (
|
|
13542
|
-
return new V("Invalid " +
|
|
13543
|
-
var
|
|
13544
|
-
for (var F in
|
|
13545
|
-
var Q =
|
|
13546
|
-
if (n(
|
|
13547
|
-
return
|
|
13559
|
+
function X(g) {
|
|
13560
|
+
function u(f, Z, p, S, k) {
|
|
13561
|
+
var D = f[Z], W = A(D);
|
|
13562
|
+
if (W !== "object")
|
|
13563
|
+
return new V("Invalid " + S + " `" + k + "` of type `" + W + "` " + ("supplied to `" + p + "`, expected `object`."));
|
|
13564
|
+
var R = t({}, f[Z], g);
|
|
13565
|
+
for (var F in R) {
|
|
13566
|
+
var Q = g[F];
|
|
13567
|
+
if (n(g, F) && typeof Q != "function")
|
|
13568
|
+
return Y(p, S, k, F, j(Q));
|
|
13548
13569
|
if (!Q)
|
|
13549
13570
|
return new V(
|
|
13550
|
-
"Invalid " +
|
|
13551
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
13571
|
+
"Invalid " + S + " `" + k + "` key `" + F + "` supplied to `" + p + "`.\nBad object: " + JSON.stringify(f[Z], null, " ") + `
|
|
13572
|
+
Valid keys: ` + JSON.stringify(Object.keys(g), null, " ")
|
|
13552
13573
|
);
|
|
13553
|
-
var _ = Q(D, F, p,
|
|
13574
|
+
var _ = Q(D, F, p, S, k + "." + F, r);
|
|
13554
13575
|
if (_)
|
|
13555
13576
|
return _;
|
|
13556
13577
|
}
|
|
13557
13578
|
return null;
|
|
13558
13579
|
}
|
|
13559
|
-
return m(
|
|
13580
|
+
return m(u);
|
|
13560
13581
|
}
|
|
13561
|
-
function
|
|
13562
|
-
switch (typeof
|
|
13582
|
+
function U(g) {
|
|
13583
|
+
switch (typeof g) {
|
|
13563
13584
|
case "number":
|
|
13564
13585
|
case "string":
|
|
13565
13586
|
case "undefined":
|
|
13566
13587
|
return !0;
|
|
13567
13588
|
case "boolean":
|
|
13568
|
-
return !
|
|
13589
|
+
return !g;
|
|
13569
13590
|
case "object":
|
|
13570
|
-
if (Array.isArray(
|
|
13571
|
-
return
|
|
13572
|
-
if (
|
|
13591
|
+
if (Array.isArray(g))
|
|
13592
|
+
return g.every(U);
|
|
13593
|
+
if (g === null || h(g))
|
|
13573
13594
|
return !0;
|
|
13574
|
-
var
|
|
13575
|
-
if (
|
|
13576
|
-
var f =
|
|
13577
|
-
if (
|
|
13595
|
+
var u = w(g);
|
|
13596
|
+
if (u) {
|
|
13597
|
+
var f = u.call(g), Z;
|
|
13598
|
+
if (u !== g.entries) {
|
|
13578
13599
|
for (; !(Z = f.next()).done; )
|
|
13579
|
-
if (!
|
|
13600
|
+
if (!U(Z.value))
|
|
13580
13601
|
return !1;
|
|
13581
13602
|
} else
|
|
13582
13603
|
for (; !(Z = f.next()).done; ) {
|
|
13583
13604
|
var p = Z.value;
|
|
13584
|
-
if (p && !
|
|
13605
|
+
if (p && !U(p[1]))
|
|
13585
13606
|
return !1;
|
|
13586
13607
|
}
|
|
13587
13608
|
} else
|
|
@@ -13591,41 +13612,41 @@ Valid keys: ` + JSON.stringify(Object.keys(u), null, " ")
|
|
|
13591
13612
|
return !1;
|
|
13592
13613
|
}
|
|
13593
13614
|
}
|
|
13594
|
-
function
|
|
13595
|
-
return
|
|
13615
|
+
function O(g, u) {
|
|
13616
|
+
return g === "symbol" ? !0 : u ? u["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && u instanceof Symbol : !1;
|
|
13596
13617
|
}
|
|
13597
|
-
function
|
|
13598
|
-
var
|
|
13599
|
-
return Array.isArray(
|
|
13618
|
+
function A(g) {
|
|
13619
|
+
var u = typeof g;
|
|
13620
|
+
return Array.isArray(g) ? "array" : g instanceof RegExp ? "object" : O(u, g) ? "symbol" : u;
|
|
13600
13621
|
}
|
|
13601
|
-
function
|
|
13602
|
-
if (typeof
|
|
13603
|
-
return "" +
|
|
13604
|
-
var
|
|
13605
|
-
if (
|
|
13606
|
-
if (
|
|
13622
|
+
function j(g) {
|
|
13623
|
+
if (typeof g > "u" || g === null)
|
|
13624
|
+
return "" + g;
|
|
13625
|
+
var u = A(g);
|
|
13626
|
+
if (u === "object") {
|
|
13627
|
+
if (g instanceof Date)
|
|
13607
13628
|
return "date";
|
|
13608
|
-
if (
|
|
13629
|
+
if (g instanceof RegExp)
|
|
13609
13630
|
return "regexp";
|
|
13610
13631
|
}
|
|
13611
|
-
return
|
|
13632
|
+
return u;
|
|
13612
13633
|
}
|
|
13613
|
-
function
|
|
13614
|
-
var
|
|
13615
|
-
switch (
|
|
13634
|
+
function J(g) {
|
|
13635
|
+
var u = j(g);
|
|
13636
|
+
switch (u) {
|
|
13616
13637
|
case "array":
|
|
13617
13638
|
case "object":
|
|
13618
|
-
return "an " +
|
|
13639
|
+
return "an " + u;
|
|
13619
13640
|
case "boolean":
|
|
13620
13641
|
case "date":
|
|
13621
13642
|
case "regexp":
|
|
13622
|
-
return "a " +
|
|
13643
|
+
return "a " + u;
|
|
13623
13644
|
default:
|
|
13624
|
-
return
|
|
13645
|
+
return u;
|
|
13625
13646
|
}
|
|
13626
13647
|
}
|
|
13627
|
-
function
|
|
13628
|
-
return !
|
|
13648
|
+
function y(g) {
|
|
13649
|
+
return !g.constructor || !g.constructor.name ? v : g.constructor.name;
|
|
13629
13650
|
}
|
|
13630
13651
|
return H.checkPropTypes = i, H.resetWarningCache = i.resetWarningCache, H.PropTypes = H, H;
|
|
13631
13652
|
}, n5;
|
|
@@ -13680,15 +13701,15 @@ function vr() {
|
|
|
13680
13701
|
}
|
|
13681
13702
|
var f9;
|
|
13682
13703
|
function Mr() {
|
|
13683
|
-
if (f9) return
|
|
13704
|
+
if (f9) return I1.exports;
|
|
13684
13705
|
if (f9 = 1, process.env.NODE_ENV !== "production") {
|
|
13685
13706
|
var e = R9(), t = !0;
|
|
13686
|
-
|
|
13707
|
+
I1.exports = /* @__PURE__ */ Vr()(e.isElement, t);
|
|
13687
13708
|
} else
|
|
13688
|
-
|
|
13689
|
-
return
|
|
13709
|
+
I1.exports = /* @__PURE__ */ vr()();
|
|
13710
|
+
return I1.exports;
|
|
13690
13711
|
}
|
|
13691
|
-
var
|
|
13712
|
+
var I = /* @__PURE__ */ Mr(), w5 = function() {
|
|
13692
13713
|
return w5 = Object.assign || function(e) {
|
|
13693
13714
|
for (var t, r = 1, n = arguments.length; r < n; r++) {
|
|
13694
13715
|
t = arguments[r];
|
|
@@ -13697,89 +13718,89 @@ var $ = /* @__PURE__ */ Mr(), w5 = function() {
|
|
|
13697
13718
|
return e;
|
|
13698
13719
|
}, w5.apply(this, arguments);
|
|
13699
13720
|
}, j9 = {
|
|
13700
|
-
onActivate:
|
|
13701
|
-
onAddUndo:
|
|
13702
|
-
onBeforeAddUndo:
|
|
13703
|
-
onBeforeExecCommand:
|
|
13704
|
-
onBeforeGetContent:
|
|
13705
|
-
onBeforeRenderUI:
|
|
13706
|
-
onBeforeSetContent:
|
|
13707
|
-
onBeforePaste:
|
|
13708
|
-
onBlur:
|
|
13709
|
-
onChange:
|
|
13710
|
-
onClearUndos:
|
|
13711
|
-
onClick:
|
|
13712
|
-
onContextMenu:
|
|
13713
|
-
onCommentChange:
|
|
13714
|
-
onCopy:
|
|
13715
|
-
onCut:
|
|
13716
|
-
onDblclick:
|
|
13717
|
-
onDeactivate:
|
|
13718
|
-
onDirty:
|
|
13719
|
-
onDrag:
|
|
13720
|
-
onDragDrop:
|
|
13721
|
-
onDragEnd:
|
|
13722
|
-
onDragGesture:
|
|
13723
|
-
onDragOver:
|
|
13724
|
-
onDrop:
|
|
13725
|
-
onExecCommand:
|
|
13726
|
-
onFocus:
|
|
13727
|
-
onFocusIn:
|
|
13728
|
-
onFocusOut:
|
|
13729
|
-
onGetContent:
|
|
13730
|
-
onHide:
|
|
13731
|
-
onInit:
|
|
13732
|
-
onKeyDown:
|
|
13733
|
-
onKeyPress:
|
|
13734
|
-
onKeyUp:
|
|
13735
|
-
onLoadContent:
|
|
13736
|
-
onMouseDown:
|
|
13737
|
-
onMouseEnter:
|
|
13738
|
-
onMouseLeave:
|
|
13739
|
-
onMouseMove:
|
|
13740
|
-
onMouseOut:
|
|
13741
|
-
onMouseOver:
|
|
13742
|
-
onMouseUp:
|
|
13743
|
-
onNodeChange:
|
|
13744
|
-
onObjectResizeStart:
|
|
13745
|
-
onObjectResized:
|
|
13746
|
-
onObjectSelected:
|
|
13747
|
-
onPaste:
|
|
13748
|
-
onPostProcess:
|
|
13749
|
-
onPostRender:
|
|
13750
|
-
onPreProcess:
|
|
13751
|
-
onProgressState:
|
|
13752
|
-
onRedo:
|
|
13753
|
-
onRemove:
|
|
13754
|
-
onReset:
|
|
13755
|
-
onSaveContent:
|
|
13756
|
-
onSelectionChange:
|
|
13757
|
-
onSetAttrib:
|
|
13758
|
-
onSetContent:
|
|
13759
|
-
onShow:
|
|
13760
|
-
onSubmit:
|
|
13761
|
-
onUndo:
|
|
13762
|
-
onVisualAid:
|
|
13763
|
-
onSkinLoadError:
|
|
13764
|
-
onThemeLoadError:
|
|
13765
|
-
onModelLoadError:
|
|
13766
|
-
onPluginLoadError:
|
|
13767
|
-
onIconsLoadError:
|
|
13768
|
-
onLanguageLoadError:
|
|
13769
|
-
onScriptsLoad:
|
|
13770
|
-
onScriptsLoadError:
|
|
13771
|
-
}, Zr = w5({ apiKey:
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13775
|
-
src:
|
|
13776
|
-
async:
|
|
13777
|
-
defer:
|
|
13721
|
+
onActivate: I.func,
|
|
13722
|
+
onAddUndo: I.func,
|
|
13723
|
+
onBeforeAddUndo: I.func,
|
|
13724
|
+
onBeforeExecCommand: I.func,
|
|
13725
|
+
onBeforeGetContent: I.func,
|
|
13726
|
+
onBeforeRenderUI: I.func,
|
|
13727
|
+
onBeforeSetContent: I.func,
|
|
13728
|
+
onBeforePaste: I.func,
|
|
13729
|
+
onBlur: I.func,
|
|
13730
|
+
onChange: I.func,
|
|
13731
|
+
onClearUndos: I.func,
|
|
13732
|
+
onClick: I.func,
|
|
13733
|
+
onContextMenu: I.func,
|
|
13734
|
+
onCommentChange: I.func,
|
|
13735
|
+
onCopy: I.func,
|
|
13736
|
+
onCut: I.func,
|
|
13737
|
+
onDblclick: I.func,
|
|
13738
|
+
onDeactivate: I.func,
|
|
13739
|
+
onDirty: I.func,
|
|
13740
|
+
onDrag: I.func,
|
|
13741
|
+
onDragDrop: I.func,
|
|
13742
|
+
onDragEnd: I.func,
|
|
13743
|
+
onDragGesture: I.func,
|
|
13744
|
+
onDragOver: I.func,
|
|
13745
|
+
onDrop: I.func,
|
|
13746
|
+
onExecCommand: I.func,
|
|
13747
|
+
onFocus: I.func,
|
|
13748
|
+
onFocusIn: I.func,
|
|
13749
|
+
onFocusOut: I.func,
|
|
13750
|
+
onGetContent: I.func,
|
|
13751
|
+
onHide: I.func,
|
|
13752
|
+
onInit: I.func,
|
|
13753
|
+
onKeyDown: I.func,
|
|
13754
|
+
onKeyPress: I.func,
|
|
13755
|
+
onKeyUp: I.func,
|
|
13756
|
+
onLoadContent: I.func,
|
|
13757
|
+
onMouseDown: I.func,
|
|
13758
|
+
onMouseEnter: I.func,
|
|
13759
|
+
onMouseLeave: I.func,
|
|
13760
|
+
onMouseMove: I.func,
|
|
13761
|
+
onMouseOut: I.func,
|
|
13762
|
+
onMouseOver: I.func,
|
|
13763
|
+
onMouseUp: I.func,
|
|
13764
|
+
onNodeChange: I.func,
|
|
13765
|
+
onObjectResizeStart: I.func,
|
|
13766
|
+
onObjectResized: I.func,
|
|
13767
|
+
onObjectSelected: I.func,
|
|
13768
|
+
onPaste: I.func,
|
|
13769
|
+
onPostProcess: I.func,
|
|
13770
|
+
onPostRender: I.func,
|
|
13771
|
+
onPreProcess: I.func,
|
|
13772
|
+
onProgressState: I.func,
|
|
13773
|
+
onRedo: I.func,
|
|
13774
|
+
onRemove: I.func,
|
|
13775
|
+
onReset: I.func,
|
|
13776
|
+
onSaveContent: I.func,
|
|
13777
|
+
onSelectionChange: I.func,
|
|
13778
|
+
onSetAttrib: I.func,
|
|
13779
|
+
onSetContent: I.func,
|
|
13780
|
+
onShow: I.func,
|
|
13781
|
+
onSubmit: I.func,
|
|
13782
|
+
onUndo: I.func,
|
|
13783
|
+
onVisualAid: I.func,
|
|
13784
|
+
onSkinLoadError: I.func,
|
|
13785
|
+
onThemeLoadError: I.func,
|
|
13786
|
+
onModelLoadError: I.func,
|
|
13787
|
+
onPluginLoadError: I.func,
|
|
13788
|
+
onIconsLoadError: I.func,
|
|
13789
|
+
onLanguageLoadError: I.func,
|
|
13790
|
+
onScriptsLoad: I.func,
|
|
13791
|
+
onScriptsLoadError: I.func
|
|
13792
|
+
}, Zr = w5({ apiKey: I.string, id: I.string, inline: I.bool, init: I.object, initialValue: I.string, onEditorChange: I.func, value: I.string, tagName: I.string, cloudChannel: I.string, plugins: I.oneOfType([I.string, I.array]), toolbar: I.oneOfType([I.string, I.array]), disabled: I.bool, textareaName: I.string, tinymceScriptSrc: I.oneOfType([
|
|
13793
|
+
I.string,
|
|
13794
|
+
I.arrayOf(I.string),
|
|
13795
|
+
I.arrayOf(I.shape({
|
|
13796
|
+
src: I.string,
|
|
13797
|
+
async: I.bool,
|
|
13798
|
+
defer: I.bool
|
|
13778
13799
|
}))
|
|
13779
|
-
]), rollback:
|
|
13780
|
-
async:
|
|
13781
|
-
defer:
|
|
13782
|
-
delay:
|
|
13800
|
+
]), rollback: I.oneOfType([I.number, I.oneOf([!1])]), scriptLoading: I.shape({
|
|
13801
|
+
async: I.bool,
|
|
13802
|
+
defer: I.bool,
|
|
13803
|
+
delay: I.number
|
|
13783
13804
|
}) }, j9), l5 = function(e) {
|
|
13784
13805
|
return typeof e == "function";
|
|
13785
13806
|
}, H9 = function(e) {
|
|
@@ -14132,144 +14153,144 @@ function h5(e, t, r) {
|
|
|
14132
14153
|
return Math.min(r, Math.max(t, e));
|
|
14133
14154
|
}
|
|
14134
14155
|
const Xs = ({ tasks: e, onChange: t, dropdown: r, action: n, lockTime: i, preventOverlap: o, workingHours: l }) => {
|
|
14135
|
-
var
|
|
14136
|
-
const [h, a] =
|
|
14137
|
-
|
|
14138
|
-
|
|
14139
|
-
const
|
|
14140
|
-
return V.forEach((
|
|
14156
|
+
var j, J;
|
|
14157
|
+
const [h, a] = K(S2(/* @__PURE__ */ new Date())), c = W2(l1), d = S2(h), w = 7, v = f2(null), [H, M] = K(60), [V, m] = K(e ?? []), [x, b] = K(null), B = q2(() => H > 0 ? H / 60 : 1, [H]), N = e1((y) => y / B, [B]), L = e1((y) => y * B, [B]), P = q2(() => Array.from({ length: w }).map((y, g) => x2(d, g)), [d, w]), [T, $] = K(/* @__PURE__ */ new Map());
|
|
14158
|
+
G(() => {
|
|
14159
|
+
$((y) => {
|
|
14160
|
+
const g = new Map(y);
|
|
14161
|
+
return V.forEach((u) => {
|
|
14141
14162
|
var p;
|
|
14142
|
-
const f = ((p =
|
|
14143
|
-
|
|
14144
|
-
}),
|
|
14163
|
+
const f = ((p = u.user) == null ? void 0 : p.trim()) || "", Z = u.userId || "";
|
|
14164
|
+
g.has(f) || g.set(f, Z);
|
|
14165
|
+
}), g;
|
|
14145
14166
|
});
|
|
14146
14167
|
}, [V]);
|
|
14147
14168
|
const z = q2(() => {
|
|
14148
|
-
const
|
|
14169
|
+
const y = [], g = /* @__PURE__ */ new Map(), u = [];
|
|
14149
14170
|
return V.forEach((f) => {
|
|
14150
14171
|
var p;
|
|
14151
14172
|
const Z = ((p = f.user) == null ? void 0 : p.trim()) || "";
|
|
14152
|
-
Z ? (
|
|
14153
|
-
}),
|
|
14154
|
-
|
|
14173
|
+
Z ? (g.has(Z) || g.set(Z, { userId: f.userId || "", tasks: [] }), g.get(Z).tasks.push(f)) : u.push(f);
|
|
14174
|
+
}), g.forEach((f, Z) => {
|
|
14175
|
+
y.push({
|
|
14155
14176
|
userName: Z,
|
|
14156
14177
|
userId: f.userId,
|
|
14157
14178
|
tasks: f.tasks
|
|
14158
14179
|
});
|
|
14159
|
-
}),
|
|
14160
|
-
|
|
14180
|
+
}), u.forEach((f) => {
|
|
14181
|
+
y.push({
|
|
14161
14182
|
userName: "",
|
|
14162
14183
|
userId: "",
|
|
14163
14184
|
tasks: [f]
|
|
14164
14185
|
});
|
|
14165
|
-
}),
|
|
14186
|
+
}), y.sort((f, Z) => f.userName ? Z.userName ? f.userName.localeCompare(Z.userName) : 1 : -1), y;
|
|
14166
14187
|
}, [V, T]), q = e1(
|
|
14167
|
-
(
|
|
14188
|
+
(y, g, u) => {
|
|
14168
14189
|
if (!l || l.length === 0) return !0;
|
|
14169
|
-
const f = L2(
|
|
14170
|
-
(p) => p.userId ===
|
|
14190
|
+
const f = L2(g, "yyyy-MM-dd"), Z = l.filter(
|
|
14191
|
+
(p) => p.userId === y && p.date === f
|
|
14171
14192
|
);
|
|
14172
14193
|
return Z.length === 0 ? !0 : Z.some((p) => {
|
|
14173
|
-
const [
|
|
14174
|
-
return Q >=
|
|
14194
|
+
const [S, k] = p.startTime.split(":").map(Number), [D, W] = p.endTime.split(":").map(Number), R = S * 60 + k, F = D * 60 + W, Q = u * 60;
|
|
14195
|
+
return Q >= R && Q < F;
|
|
14175
14196
|
});
|
|
14176
14197
|
},
|
|
14177
14198
|
[l]
|
|
14178
|
-
),
|
|
14179
|
-
(
|
|
14199
|
+
), Y = e1(
|
|
14200
|
+
(y, g, u) => {
|
|
14180
14201
|
if (!l || l.length === 0) return !0;
|
|
14181
|
-
const f = u1(S2(
|
|
14182
|
-
(k) => k.userId ===
|
|
14202
|
+
const f = u1(S2(g), g), Z = u1(S2(u), u), p = L2(g, "yyyy-MM-dd"), S = l.filter(
|
|
14203
|
+
(k) => k.userId === y && k.date === p
|
|
14183
14204
|
);
|
|
14184
|
-
return
|
|
14185
|
-
const [D,
|
|
14205
|
+
return S.length === 0 ? !0 : S.some((k) => {
|
|
14206
|
+
const [D, W] = k.startTime.split(":").map(Number), [R, F] = k.endTime.split(":").map(Number), Q = D * 60 + W, _ = R * 60 + F;
|
|
14186
14207
|
return f >= Q && Z <= _;
|
|
14187
14208
|
});
|
|
14188
14209
|
},
|
|
14189
14210
|
[l]
|
|
14190
14211
|
);
|
|
14191
|
-
|
|
14192
|
-
const
|
|
14193
|
-
var
|
|
14194
|
-
const
|
|
14195
|
-
|
|
14212
|
+
G(() => {
|
|
14213
|
+
const y = () => {
|
|
14214
|
+
var u;
|
|
14215
|
+
const g = (u = v.current) == null ? void 0 : u.querySelector(`.${o2.hour}`);
|
|
14216
|
+
g && M(g.offsetWidth);
|
|
14196
14217
|
};
|
|
14197
|
-
return
|
|
14218
|
+
return y(), window.addEventListener("resize", y), () => window.removeEventListener("resize", y);
|
|
14198
14219
|
}, []);
|
|
14199
14220
|
const C2 = f2(null);
|
|
14200
|
-
function
|
|
14201
|
-
var D,
|
|
14202
|
-
const
|
|
14221
|
+
function X(y, g) {
|
|
14222
|
+
var D, W;
|
|
14223
|
+
const u = document.elementFromPoint(y, g), f = u == null ? void 0 : u.closest(`.${o2.ganttRow}`);
|
|
14203
14224
|
if (!f) return { user: "", userId: "", daysEl: null };
|
|
14204
|
-
const Z = (
|
|
14205
|
-
return { user: p, userId:
|
|
14225
|
+
const Z = (W = (D = f.querySelector(`.${o2.taskColLabel}`)) == null ? void 0 : D.textContent) == null ? void 0 : W.trim(), p = Z && Z !== "Unassigned" ? Z : "", S = f.getAttribute("data-user-id") || "", k = f.querySelector(`.${o2.days}`);
|
|
14226
|
+
return { user: p, userId: S, daysEl: k };
|
|
14206
14227
|
}
|
|
14207
|
-
function
|
|
14228
|
+
function U(y, g, u, f) {
|
|
14208
14229
|
return o ? V.some((Z) => {
|
|
14209
14230
|
var k;
|
|
14210
|
-
if (Z.id ===
|
|
14211
|
-
const p = new Date(Z.start),
|
|
14212
|
-
return
|
|
14231
|
+
if (Z.id === y || (((k = Z.user) == null ? void 0 : k.trim()) || "") !== g) return !1;
|
|
14232
|
+
const p = new Date(Z.start), S = new Date(Z.end);
|
|
14233
|
+
return u < S && f > p;
|
|
14213
14234
|
}) : !1;
|
|
14214
14235
|
}
|
|
14215
|
-
const
|
|
14216
|
-
|
|
14217
|
-
const f = V.find((
|
|
14236
|
+
const O = (y, g, u) => {
|
|
14237
|
+
y.preventDefault(), y.stopPropagation();
|
|
14238
|
+
const f = V.find((W) => W.id === g);
|
|
14218
14239
|
if (!f) return;
|
|
14219
|
-
const Z = new Date(f.start), p = new Date(f.end),
|
|
14220
|
-
|
|
14221
|
-
mode:
|
|
14222
|
-
taskId:
|
|
14223
|
-
originX:
|
|
14240
|
+
const Z = new Date(f.start), p = new Date(f.end), S = y.currentTarget;
|
|
14241
|
+
S.setPointerCapture(y.pointerId), C2.current = {
|
|
14242
|
+
mode: u,
|
|
14243
|
+
taskId: g,
|
|
14244
|
+
originX: y.clientX,
|
|
14224
14245
|
originLeftMin: u1(d, Z),
|
|
14225
14246
|
originRightMin: u1(d, p),
|
|
14226
14247
|
originUser: f.user ?? "",
|
|
14227
14248
|
originalTask: { ...f }
|
|
14228
|
-
}, b({ taskId:
|
|
14229
|
-
const k = (
|
|
14249
|
+
}, b({ taskId: g, x: y.clientX, y: y.clientY, rowUser: f.user ?? "", rowUserId: f.userId ?? "" });
|
|
14250
|
+
const k = (W) => {
|
|
14230
14251
|
if (!C2.current || B <= 0) return;
|
|
14231
|
-
const
|
|
14232
|
-
if (
|
|
14233
|
-
const { user: F, userId: Q } =
|
|
14252
|
+
const R = C2.current;
|
|
14253
|
+
if (R.mode === "move") {
|
|
14254
|
+
const { user: F, userId: Q } = X(W.clientX, W.clientY);
|
|
14234
14255
|
b(
|
|
14235
|
-
(_) => _ ? { ..._, x:
|
|
14256
|
+
(_) => _ ? { ..._, x: W.clientX, y: W.clientY, rowUser: F, rowUserId: Q } : null
|
|
14236
14257
|
);
|
|
14237
14258
|
} else {
|
|
14238
|
-
const F =
|
|
14259
|
+
const F = W.clientX - R.originX, Q = Math.round(N(F));
|
|
14239
14260
|
m(
|
|
14240
14261
|
(_) => _.map((t2) => {
|
|
14241
14262
|
var Z1, p1;
|
|
14242
|
-
if (t2.id !==
|
|
14243
|
-
if (
|
|
14244
|
-
const m1 = h5(
|
|
14245
|
-
return !
|
|
14263
|
+
if (t2.id !== R.taskId) return t2;
|
|
14264
|
+
if (R.mode === "resize-start") {
|
|
14265
|
+
const m1 = h5(R.originLeftMin + Q, 0, R.originRightMin - 1), o1 = T2(d, m1), x1 = new Date(t2.end);
|
|
14266
|
+
return !Y(t2.userId || "", o1, x1) || U(t2.id, ((Z1 = t2.user) == null ? void 0 : Z1.trim()) || "", o1, x1) ? t2 : { ...t2, start: k1(o1, { representation: "complete" }) };
|
|
14246
14267
|
}
|
|
14247
|
-
const N2 = h5(
|
|
14248
|
-
return !
|
|
14268
|
+
const N2 = h5(R.originRightMin + Q, R.originLeftMin + 1, w * 24 * 60), l2 = T2(d, N2), J2 = new Date(t2.start);
|
|
14269
|
+
return !Y(t2.userId || "", J2, l2) || U(t2.id, ((p1 = t2.user) == null ? void 0 : p1.trim()) || "", J2, l2) ? t2 : { ...t2, end: k1(l2, { representation: "complete" }) };
|
|
14249
14270
|
})
|
|
14250
14271
|
);
|
|
14251
14272
|
}
|
|
14252
|
-
}, D = (
|
|
14273
|
+
}, D = (W) => {
|
|
14253
14274
|
try {
|
|
14254
|
-
|
|
14275
|
+
S.releasePointerCapture(y.pointerId);
|
|
14255
14276
|
} catch {
|
|
14256
14277
|
}
|
|
14257
|
-
const
|
|
14258
|
-
if (
|
|
14259
|
-
const { user: F, userId: Q, daysEl: _ } = x ?
|
|
14278
|
+
const R = C2.current;
|
|
14279
|
+
if (R && R.mode === "move") {
|
|
14280
|
+
const { user: F, userId: Q, daysEl: _ } = x ? X(x.x, x.y) : X(W.clientX, W.clientY);
|
|
14260
14281
|
_ && m((t2) => {
|
|
14261
14282
|
const N2 = t2.map((l2) => {
|
|
14262
|
-
if (l2.id !==
|
|
14283
|
+
if (l2.id !== R.taskId) return l2;
|
|
14263
14284
|
if (i) {
|
|
14264
14285
|
const b1 = F !== void 0 ? F : l2.user, Z5 = Q !== void 0 ? Q : l2.userId;
|
|
14265
|
-
return !
|
|
14286
|
+
return !Y(Z5 || "", new Date(l2.start), new Date(l2.end)) || U(l2.id, (b1 == null ? void 0 : b1.trim()) || "", new Date(l2.start), new Date(l2.end)) ? l2 : {
|
|
14266
14287
|
...l2,
|
|
14267
14288
|
user: b1,
|
|
14268
14289
|
userId: Z5
|
|
14269
14290
|
};
|
|
14270
14291
|
}
|
|
14271
|
-
const J2 = _.getBoundingClientRect(), Z1 = ((x == null ? void 0 : x.x) ??
|
|
14272
|
-
return !
|
|
14292
|
+
const J2 = _.getBoundingClientRect(), Z1 = ((x == null ? void 0 : x.x) ?? W.clientX) - J2.left, p1 = Math.round(N(Z1)), m1 = p9(new Date(l2.start), new Date(l2.end)), o1 = w * 24 * 60 - m1, x1 = h5(p1, 0, o1), _1 = T2(d, x1), j1 = T2(_1, m1), B1 = F !== void 0 ? F : l2.user, M5 = Q !== void 0 ? Q : l2.userId;
|
|
14293
|
+
return !Y(M5 || "", _1, j1) || U(l2.id, (B1 == null ? void 0 : B1.trim()) || "", _1, j1) ? l2 : {
|
|
14273
14294
|
...l2,
|
|
14274
14295
|
start: k1(_1, { representation: "complete" }),
|
|
14275
14296
|
end: k1(j1, { representation: "complete" }),
|
|
@@ -14277,66 +14298,66 @@ const Xs = ({ tasks: e, onChange: t, dropdown: r, action: n, lockTime: i, preven
|
|
|
14277
14298
|
userId: M5
|
|
14278
14299
|
};
|
|
14279
14300
|
});
|
|
14280
|
-
if (t &&
|
|
14281
|
-
const l2 = N2.find((J2) => J2.id ===
|
|
14301
|
+
if (t && R.originalTask) {
|
|
14302
|
+
const l2 = N2.find((J2) => J2.id === R.taskId);
|
|
14282
14303
|
l2 && t(N2, {
|
|
14283
14304
|
task: l2,
|
|
14284
|
-
previousTask:
|
|
14285
|
-
changeType:
|
|
14305
|
+
previousTask: R.originalTask,
|
|
14306
|
+
changeType: R.mode
|
|
14286
14307
|
});
|
|
14287
14308
|
}
|
|
14288
14309
|
return N2;
|
|
14289
14310
|
});
|
|
14290
|
-
} else if (
|
|
14291
|
-
const F = V.find((Q) => Q.id ===
|
|
14311
|
+
} else if (R && (R.mode === "resize-start" || R.mode === "resize-end") && t && R.originalTask) {
|
|
14312
|
+
const F = V.find((Q) => Q.id === R.taskId);
|
|
14292
14313
|
F && t(V, {
|
|
14293
14314
|
task: F,
|
|
14294
|
-
previousTask:
|
|
14295
|
-
changeType:
|
|
14315
|
+
previousTask: R.originalTask,
|
|
14316
|
+
changeType: R.mode
|
|
14296
14317
|
});
|
|
14297
14318
|
}
|
|
14298
14319
|
b(null), C2.current = null, window.removeEventListener("pointermove", k), window.removeEventListener("pointerup", D);
|
|
14299
14320
|
};
|
|
14300
14321
|
window.addEventListener("pointermove", k), window.addEventListener("pointerup", D);
|
|
14301
|
-
},
|
|
14302
|
-
const
|
|
14303
|
-
if (p >=
|
|
14304
|
-
const k = u1(f, p), D = p9(p,
|
|
14322
|
+
}, A = (y) => {
|
|
14323
|
+
const g = new Date(y.start), u = new Date(y.end), f = d, Z = x2(d, w), p = g < f ? f : g, S = u > Z ? Z : u;
|
|
14324
|
+
if (p >= S) return null;
|
|
14325
|
+
const k = u1(f, p), D = p9(p, S), W = L(k), R = L(D);
|
|
14305
14326
|
return /* @__PURE__ */ C(
|
|
14306
14327
|
"div",
|
|
14307
14328
|
{
|
|
14308
14329
|
className: o2.taskBar,
|
|
14309
14330
|
style: {
|
|
14310
|
-
left:
|
|
14311
|
-
width:
|
|
14312
|
-
backgroundColor:
|
|
14313
|
-
opacity: (x == null ? void 0 : x.taskId) ===
|
|
14331
|
+
left: W,
|
|
14332
|
+
width: R,
|
|
14333
|
+
backgroundColor: y.color,
|
|
14334
|
+
opacity: (x == null ? void 0 : x.taskId) === y.id ? 0.4 : 1
|
|
14314
14335
|
},
|
|
14315
14336
|
children: /* @__PURE__ */ s("div", { className: o2.bar, children: [
|
|
14316
14337
|
/* @__PURE__ */ s("div", { className: o2.content, children: [
|
|
14317
|
-
/* @__PURE__ */ C("div", { onPointerDown: (F) =>
|
|
14318
|
-
/* @__PURE__ */ C("span", { children:
|
|
14338
|
+
/* @__PURE__ */ C("div", { onPointerDown: (F) => O(F, y.id, "move"), className: o2.barDrag, children: /* @__PURE__ */ C(h6, {}) }),
|
|
14339
|
+
/* @__PURE__ */ C("span", { children: y.name })
|
|
14319
14340
|
] }),
|
|
14320
14341
|
/* @__PURE__ */ C(
|
|
14321
14342
|
"div",
|
|
14322
14343
|
{
|
|
14323
14344
|
className: o2.editIcon,
|
|
14324
14345
|
onClick: () => {
|
|
14325
|
-
|
|
14346
|
+
y.modal && c.openModal(y.modal);
|
|
14326
14347
|
},
|
|
14327
|
-
children:
|
|
14348
|
+
children: y.modal && /* @__PURE__ */ C(Xt, { type: "light" })
|
|
14328
14349
|
}
|
|
14329
14350
|
)
|
|
14330
14351
|
] })
|
|
14331
14352
|
},
|
|
14332
|
-
|
|
14353
|
+
y.id
|
|
14333
14354
|
);
|
|
14334
14355
|
};
|
|
14335
14356
|
return /* @__PURE__ */ s(u2, { children: [
|
|
14336
14357
|
/* @__PURE__ */ s("div", { className: o2.monthControls, children: [
|
|
14337
14358
|
/* @__PURE__ */ s("div", { className: o2.monthControlLeft, children: [
|
|
14338
|
-
/* @__PURE__ */ C("div", { className: o2.prevBtn, onClick: () => a((
|
|
14339
|
-
/* @__PURE__ */ C("div", { className: o2.nxtBtn, onClick: () => a((
|
|
14359
|
+
/* @__PURE__ */ C("div", { className: o2.prevBtn, onClick: () => a((y) => x2(y, -1)), children: /* @__PURE__ */ C(V1, {}) }),
|
|
14360
|
+
/* @__PURE__ */ C("div", { className: o2.nxtBtn, onClick: () => a((y) => x2(y, 1)), children: /* @__PURE__ */ C(L1, {}) }),
|
|
14340
14361
|
/* @__PURE__ */ C("span", { className: o2.period, children: L2(h, "MMMM dd, yyyy") })
|
|
14341
14362
|
] }),
|
|
14342
14363
|
/* @__PURE__ */ s("div", { className: o2.monthControlRight, children: [
|
|
@@ -14347,34 +14368,34 @@ const Xs = ({ tasks: e, onChange: t, dropdown: r, action: n, lockTime: i, preven
|
|
|
14347
14368
|
/* @__PURE__ */ s("div", { className: `${o2.ganttChart} ganttChart`, children: [
|
|
14348
14369
|
/* @__PURE__ */ s("div", { className: `${o2.ganttHeader} ganttHeader`, children: [
|
|
14349
14370
|
/* @__PURE__ */ C("div", { className: `${o2.taskCol} taskCol` }),
|
|
14350
|
-
/* @__PURE__ */ C("div", { className: `${o2.days} days`, children:
|
|
14371
|
+
/* @__PURE__ */ C("div", { className: `${o2.days} days`, children: P.map((y, g) => /* @__PURE__ */ s(
|
|
14351
14372
|
"div",
|
|
14352
14373
|
{
|
|
14353
|
-
className: `${o2.dateDayView} ${
|
|
14374
|
+
className: `${o2.dateDayView} ${g === 0 ? o2.currentDay : ""} dateDayView`,
|
|
14354
14375
|
children: [
|
|
14355
|
-
/* @__PURE__ */ C("div", { className: o2.singleDate, children: L2(
|
|
14356
|
-
/* @__PURE__ */ C("div", { className: `${o2.hours} hours`, ref:
|
|
14376
|
+
/* @__PURE__ */ C("div", { className: o2.singleDate, children: L2(y, "MM/dd") }),
|
|
14377
|
+
/* @__PURE__ */ C("div", { className: `${o2.hours} hours`, ref: g === 0 ? v : null, children: Array.from({ length: 24 }).map((u, f) => /* @__PURE__ */ C("div", { className: `${o2.hour} hour`, children: `${String(f).padStart(2, "0")}:00` }, f)) })
|
|
14357
14378
|
]
|
|
14358
14379
|
},
|
|
14359
|
-
|
|
14380
|
+
y.toISOString()
|
|
14360
14381
|
)) })
|
|
14361
14382
|
] }),
|
|
14362
|
-
/* @__PURE__ */ C("div", { className: `${o2.ganttBody} ganttBody`, children: z.map(({ userName:
|
|
14363
|
-
/* @__PURE__ */ C("div", { className: `${o2.taskColLabel} taskColLabel`, children:
|
|
14383
|
+
/* @__PURE__ */ C("div", { className: `${o2.ganttBody} ganttBody`, children: z.map(({ userName: y, userId: g, tasks: u }) => /* @__PURE__ */ s("div", { className: `${o2.ganttRow} ganttRow`, "data-user-id": g, children: [
|
|
14384
|
+
/* @__PURE__ */ C("div", { className: `${o2.taskColLabel} taskColLabel`, children: y || "Unassigned" }),
|
|
14364
14385
|
/* @__PURE__ */ s("div", { className: `${o2.days} days`, children: [
|
|
14365
|
-
|
|
14366
|
-
const
|
|
14386
|
+
P.map((f) => /* @__PURE__ */ C("div", { className: `${o2.dayColumn} dayColumn`, children: Array.from({ length: 24 }).map((Z, p) => {
|
|
14387
|
+
const S = q(g, f, p);
|
|
14367
14388
|
return /* @__PURE__ */ C(
|
|
14368
14389
|
"div",
|
|
14369
14390
|
{
|
|
14370
|
-
className: `${o2.dayHrs} ${!
|
|
14391
|
+
className: `${o2.dayHrs} ${!S && l ? o2.disabled : ""} dayHrs`
|
|
14371
14392
|
},
|
|
14372
14393
|
p
|
|
14373
14394
|
);
|
|
14374
14395
|
}) }, f.toISOString())),
|
|
14375
|
-
|
|
14396
|
+
u.map((f) => A(f))
|
|
14376
14397
|
] })
|
|
14377
|
-
] },
|
|
14398
|
+
] }, y || "unassigned")) })
|
|
14378
14399
|
] }),
|
|
14379
14400
|
x && /* @__PURE__ */ C(
|
|
14380
14401
|
"div",
|
|
@@ -14386,7 +14407,7 @@ const Xs = ({ tasks: e, onChange: t, dropdown: r, action: n, lockTime: i, preven
|
|
|
14386
14407
|
top: x.y - 12,
|
|
14387
14408
|
pointerEvents: "none",
|
|
14388
14409
|
opacity: 0.9,
|
|
14389
|
-
background: ((
|
|
14410
|
+
background: ((j = V.find((y) => y.id === x.taskId)) == null ? void 0 : j.color) ?? "gray",
|
|
14390
14411
|
padding: "4px 8px",
|
|
14391
14412
|
height: "24px",
|
|
14392
14413
|
minWidth: "100px",
|
|
@@ -14399,20 +14420,20 @@ const Xs = ({ tasks: e, onChange: t, dropdown: r, action: n, lockTime: i, preven
|
|
|
14399
14420
|
fontWeight: 500,
|
|
14400
14421
|
boxShadow: "0 4px 12px rgba(0,0,0,0.3)"
|
|
14401
14422
|
},
|
|
14402
|
-
children: /* @__PURE__ */ C("span", { children: (
|
|
14423
|
+
children: /* @__PURE__ */ C("span", { children: (J = V.find((y) => y.id === x.taskId)) == null ? void 0 : J.name })
|
|
14403
14424
|
}
|
|
14404
14425
|
)
|
|
14405
14426
|
] });
|
|
14406
|
-
}, Er = "_calloutPopupActionHolder_cpqb7_1",
|
|
14427
|
+
}, Er = "_calloutPopupActionHolder_cpqb7_1", Ir = "_calloutPopup_cpqb7_1", $r = "_calloutPopupWrapper_cpqb7_11", u5 = {
|
|
14407
14428
|
calloutPopupActionHolder: Er,
|
|
14408
|
-
calloutPopup:
|
|
14409
|
-
calloutPopupWrapper:
|
|
14429
|
+
calloutPopup: Ir,
|
|
14430
|
+
calloutPopupWrapper: $r
|
|
14410
14431
|
}, Tr = (e) => {
|
|
14411
14432
|
const { children: t, extraClass: r } = e;
|
|
14412
14433
|
return /* @__PURE__ */ C("div", { className: `${u5.calloutPopup} ${r}`, children: /* @__PURE__ */ C("div", { className: `${u5.calloutPopupWrapper} calloutPopupWrapper`, children: t }) });
|
|
14413
14434
|
}, Js = (e) => {
|
|
14414
|
-
const { id: t, children: r, extraClassActionHolder: n, extraClassPopup: i, actionHolder: o } = e, [l, h] =
|
|
14415
|
-
|
|
14435
|
+
const { id: t, children: r, extraClassActionHolder: n, extraClassPopup: i, actionHolder: o } = e, [l, h] = K({}), a = f2(null);
|
|
14436
|
+
G(() => {
|
|
14416
14437
|
const w = (v) => {
|
|
14417
14438
|
a.current && !a.current.contains(v.target) && h((H) => ({
|
|
14418
14439
|
...H,
|
|
@@ -14580,8 +14601,8 @@ const Xs = ({ tasks: e, onChange: t, dropdown: r, action: n, lockTime: i, preven
|
|
|
14580
14601
|
goBackOnClick: H,
|
|
14581
14602
|
closeOnClick: M,
|
|
14582
14603
|
...V
|
|
14583
|
-
} = e, [m, x] =
|
|
14584
|
-
|
|
14604
|
+
} = e, [m, x] = K(!1);
|
|
14605
|
+
G(() => {
|
|
14585
14606
|
const B = document.getElementById("listContainer");
|
|
14586
14607
|
if (B) {
|
|
14587
14608
|
const N = () => {
|
|
@@ -14635,7 +14656,7 @@ const Xs = ({ tasks: e, onChange: t, dropdown: r, action: n, lockTime: i, preven
|
|
|
14635
14656
|
/* @__PURE__ */ C("p", { className: s2.role, children: n })
|
|
14636
14657
|
] })
|
|
14637
14658
|
] }) });
|
|
14638
|
-
}, xn = "_sidebar_1gyrz_1", _n = "_sidebarNavigation_1gyrz_9", Bn = "_navigationItemLarge_1gyrz_12", bn = "_subNavigationHolder_1gyrz_16", yn = "_navigationSubItemLarge_1gyrz_19", Sn = "_navigationItemHolder_1gyrz_23", Nn = "_subNavigationItemHolder_1gyrz_23", kn = "_navigationItem_1gyrz_12", En = "_subNavigationItem_1gyrz_23",
|
|
14659
|
+
}, xn = "_sidebar_1gyrz_1", _n = "_sidebarNavigation_1gyrz_9", Bn = "_navigationItemLarge_1gyrz_12", bn = "_subNavigationHolder_1gyrz_16", yn = "_navigationSubItemLarge_1gyrz_19", Sn = "_navigationItemHolder_1gyrz_23", Nn = "_subNavigationItemHolder_1gyrz_23", kn = "_navigationItem_1gyrz_12", En = "_subNavigationItem_1gyrz_23", In = "_active_1gyrz_38", $n = "_bilingualTitle_1gyrz_42", Tn = "_navigationIcon_1gyrz_53", Dn = "_subNavigationIcon_1gyrz_53", On = "_navigationItemBody_1gyrz_64", Pn = "_subNavigationItemBody_1gyrz_64", Rn = "_navigationItemSmall_1gyrz_68", An = "_childIndicator_1gyrz_72", jn = "_navigationSubItemSmall_1gyrz_85", Wn = "_sidebarTitle_1gyrz_88", Fn = "_sidebarChevron_1gyrz_117", zn = "_sidebarChevronBtn_1gyrz_138", h2 = {
|
|
14639
14660
|
sidebar: xn,
|
|
14640
14661
|
sidebarNavigation: _n,
|
|
14641
14662
|
navigationItemLarge: Bn,
|
|
@@ -14645,8 +14666,8 @@ const Xs = ({ tasks: e, onChange: t, dropdown: r, action: n, lockTime: i, preven
|
|
|
14645
14666
|
subNavigationItemHolder: Nn,
|
|
14646
14667
|
navigationItem: kn,
|
|
14647
14668
|
subNavigationItem: En,
|
|
14648
|
-
active:
|
|
14649
|
-
bilingualTitle:
|
|
14669
|
+
active: In,
|
|
14670
|
+
bilingualTitle: $n,
|
|
14650
14671
|
navigationIcon: Tn,
|
|
14651
14672
|
subNavigationIcon: Dn,
|
|
14652
14673
|
navigationItemBody: On,
|
|
@@ -14812,8 +14833,8 @@ export {
|
|
|
14812
14833
|
Hi as ArrowsOutCardinal,
|
|
14813
14834
|
Mi as ArrowsVertical,
|
|
14814
14835
|
Eo as Article,
|
|
14815
|
-
|
|
14816
|
-
|
|
14836
|
+
$o as ArticleMedium,
|
|
14837
|
+
Io as ArticleNyTimes,
|
|
14817
14838
|
Pi as Asterisk,
|
|
14818
14839
|
Ri as At,
|
|
14819
14840
|
Qn as Badge,
|
|
@@ -14832,7 +14853,7 @@ export {
|
|
|
14832
14853
|
Ti as BowlFood,
|
|
14833
14854
|
Qh as Brain,
|
|
14834
14855
|
Ai as Broadcast,
|
|
14835
|
-
|
|
14856
|
+
Ii as Buildings,
|
|
14836
14857
|
x9 as Button,
|
|
14837
14858
|
po as Calculator,
|
|
14838
14859
|
Oh as Calendar,
|
|
@@ -14885,7 +14906,7 @@ export {
|
|
|
14885
14906
|
Rh as ClockCounterClockwise,
|
|
14886
14907
|
Oo as ClosedCaptioning,
|
|
14887
14908
|
Th as CloudArrowDown,
|
|
14888
|
-
|
|
14909
|
+
Ih as CloudArrowUp,
|
|
14889
14910
|
yh as CloudCheck,
|
|
14890
14911
|
ns as CloudSun,
|
|
14891
14912
|
kl as Club,
|
|
@@ -14894,15 +14915,15 @@ export {
|
|
|
14894
14915
|
Ko as Copy,
|
|
14895
14916
|
si as CountryDropdownField,
|
|
14896
14917
|
Ni as CreditCard,
|
|
14897
|
-
|
|
14898
|
-
|
|
14918
|
+
Il as Crown,
|
|
14919
|
+
$l as CrownSimple,
|
|
14899
14920
|
Tl as CubeFocus,
|
|
14900
|
-
|
|
14921
|
+
$i as CurrencyDollar,
|
|
14901
14922
|
U7 as CurrencyDollarSimple,
|
|
14902
14923
|
li as CurrencyField,
|
|
14903
14924
|
oi as DateField,
|
|
14904
14925
|
Nh as Desktop,
|
|
14905
|
-
|
|
14926
|
+
$h as DesktopTower,
|
|
14906
14927
|
Sh as DeviceMobile,
|
|
14907
14928
|
Dl as Diamond,
|
|
14908
14929
|
Ol as DiceFive,
|
|
@@ -14988,7 +15009,7 @@ export {
|
|
|
14988
15009
|
Ss as NotificationsGroup,
|
|
14989
15010
|
Ns as NotificationsGroups,
|
|
14990
15011
|
Es as NotificationsHeader,
|
|
14991
|
-
|
|
15012
|
+
Is as NotificationsNone,
|
|
14992
15013
|
ks as NotificationsPanel,
|
|
14993
15014
|
Ls as NumberField,
|
|
14994
15015
|
Ho as NumberSquareThree,
|
|
@@ -15053,7 +15074,7 @@ export {
|
|
|
15053
15074
|
Di as Storefront,
|
|
15054
15075
|
Al as Strategy,
|
|
15055
15076
|
Gl as SwimmingPool,
|
|
15056
|
-
|
|
15077
|
+
$s as Tab,
|
|
15057
15078
|
Ts as TabBody,
|
|
15058
15079
|
Ds as TabBodyContent,
|
|
15059
15080
|
H5 as TabContext,
|