bmi-next-brokers 2.8.7 → 2.8.8

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.
Files changed (37) hide show
  1. package/dist/components/FileUpload/CompactFileUpload.d.ts +2 -1
  2. package/dist/components/FileUpload/CompactFileUpload.js +60 -59
  3. package/dist/icons/Icon.js +1 -1
  4. package/dist/icons/components/AddAlert.js +36 -7
  5. package/dist/icons/components/Aetna.js +18 -1
  6. package/dist/icons/components/AnchorEmpty.js +36 -7
  7. package/dist/icons/components/AnchorFill.js +37 -8
  8. package/dist/icons/components/ArrowForward.js +37 -8
  9. package/dist/icons/components/ArrowTree.js +1 -1
  10. package/dist/icons/components/ArrowTreeDown.js +4 -4
  11. package/dist/icons/components/ArrowTreeRight.js +3 -3
  12. package/dist/icons/components/Assignment.js +37 -8
  13. package/dist/icons/components/CheckCircle.js +36 -7
  14. package/dist/icons/components/ChevronLeft.js +6 -6
  15. package/dist/icons/components/ChevronRight.js +37 -8
  16. package/dist/icons/components/Comunicaciones.js +36 -7
  17. package/dist/icons/components/DirectorioMedico.js +9 -7
  18. package/dist/icons/components/Facturas.js +36 -7
  19. package/dist/icons/components/Female.js +18 -1
  20. package/dist/icons/components/Handshake.js +10 -8
  21. package/dist/icons/components/Headset.js +37 -8
  22. package/dist/icons/components/Home.js +37 -8
  23. package/dist/icons/components/Hospital.js +27 -4
  24. package/dist/icons/components/Male.js +19 -2
  25. package/dist/icons/components/PetSupplies.js +20 -8
  26. package/dist/icons/components/PolizaIcon.js +10 -8
  27. package/dist/icons/components/Schedule.js +36 -7
  28. package/dist/icons/components/Stethoscope.js +35 -6
  29. package/dist/icons/components/Swich.js +37 -8
  30. package/dist/icons/components/TrendingDown.js +37 -8
  31. package/dist/icons/components/TrendingUp.js +10 -8
  32. package/dist/icons/components/WavingHand.js +36 -7
  33. package/dist/icons/index.js +1 -1
  34. package/dist/{index-v_jla2lD.js → index-KJHuFJDv.js} +1 -1
  35. package/package.json +1 -1
  36. /package/dist/icons/components/{Rin/314/203ones.d.ts" → Ri/303/261ones.d.ts"} +0 -0
  37. /package/dist/icons/components/{Rin/314/203ones.js" → Ri/303/261ones.js"} +0 -0
@@ -25,7 +25,8 @@ export interface CompactFileUploadProps extends React.InputHTMLAttributes<HTMLIn
25
25
  statusIconBorderRadius?: string;
26
26
  customIcon?: IconName;
27
27
  customInspectIcon?: IconName;
28
+ hideInspectIcon?: boolean;
28
29
  fullWidth?: boolean;
29
30
  clearFileText?: string;
30
31
  }
31
- export declare const CompactFileUpload: ({ variant, label, error, success, warning, loading, defaultFile, disabled, inverted, browseText, clearFileText, allowedTypes, inspectFileFunction, onInvalidTypeAction, maxFileSize, onInvalidSizeAction, onFileSelect, onSuccessAction, statusIconBorderRadius, customIcon, customInspectIcon, fullWidth, ...props }: CompactFileUploadProps) => import("react/jsx-runtime").JSX.Element;
32
+ export declare const CompactFileUpload: ({ variant, label, error, success, warning, loading, defaultFile, disabled, inverted, browseText, clearFileText, allowedTypes, inspectFileFunction, onInvalidTypeAction, maxFileSize, onInvalidSizeAction, onFileSelect, onSuccessAction, statusIconBorderRadius, customIcon, customInspectIcon, hideInspectIcon, fullWidth, ...props }: CompactFileUploadProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,39 +1,39 @@
1
1
  import { jsx as e, jsxs as s, Fragment as T } from "react/jsx-runtime";
2
- import { useState as W, useRef as Z, useEffect as L } from "react";
2
+ import { useState as W, useRef as z, useEffect as L } from "react";
3
3
  import { Icon as h } from "../../icons/Icon.js";
4
- import { Spinner as z } from "../Spinner/Spinner.js";
4
+ import { Spinner as tt } from "../Spinner/Spinner.js";
5
5
  import { Button as j } from "../Button/Button.js";
6
- import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1", et = "_compactFileUploadContainer_4x7bg_9", at = "_fullWidth_4x7bg_26", nt = "_dragOver_4x7bg_35", ct = "_variant_document_4x7bg_41", ot = "_icon_4x7bg_41", it = "_variant_add_4x7bg_45", lt = "_disabled_4x7bg_50", st = "_error_4x7bg_61", rt = "_warning_4x7bg_69", mt = "_inverted_4x7bg_78", dt = "_uploadContent_4x7bg_103", pt = "_textContent_4x7bg_113", _t = "_dragText_4x7bg_123", ht = "_hiddenInput_4x7bg_153", ut = "_compactFileContent_4x7bg_166", gt = "_compactFileIcon_4x7bg_174", xt = "_compactIconBackground_4x7bg_182", ft = "_compactFileText_4x7bg_190", bt = "_compactLabel_4x7bg_202", vt = "_compactFileName_4x7bg_209", Ct = "_compactStatusText_4x7bg_210", Nt = "_success_4x7bg_221", Ft = "_loading_4x7bg_229", It = "_addIconWrapper_4x7bg_233", wt = "_browseText_4x7bg_239", Dt = "_compactVisibilityIcon_4x7bg_246", yt = "_compactActions_4x7bg_255", $t = "_deleteText_4x7bg_262", t = {
7
- inputContainer: tt,
8
- compactFileUploadContainer: et,
9
- fullWidth: at,
10
- dragOver: nt,
11
- variant_document: ct,
12
- icon: ot,
13
- variant_add: it,
14
- disabled: lt,
15
- error: st,
16
- warning: rt,
17
- inverted: mt,
18
- uploadContent: dt,
19
- textContent: pt,
20
- dragText: _t,
21
- hiddenInput: ht,
22
- compactFileContent: ut,
23
- compactFileIcon: gt,
24
- compactIconBackground: xt,
25
- compactFileText: ft,
26
- compactLabel: bt,
27
- compactFileName: vt,
28
- compactStatusText: Ct,
29
- success: Nt,
30
- loading: Ft,
31
- addIconWrapper: It,
32
- browseText: wt,
33
- compactVisibilityIcon: Dt,
34
- compactActions: yt,
35
- deleteText: $t
36
- }, Et = ({
6
+ import '../../assets/CompactFileUpload.css';const et = "_inputContainer_4x7bg_1", at = "_compactFileUploadContainer_4x7bg_9", nt = "_fullWidth_4x7bg_26", ct = "_dragOver_4x7bg_35", ot = "_variant_document_4x7bg_41", it = "_icon_4x7bg_41", lt = "_variant_add_4x7bg_45", st = "_disabled_4x7bg_50", rt = "_error_4x7bg_61", mt = "_warning_4x7bg_69", dt = "_inverted_4x7bg_78", pt = "_uploadContent_4x7bg_103", _t = "_textContent_4x7bg_113", ht = "_dragText_4x7bg_123", ut = "_hiddenInput_4x7bg_153", gt = "_compactFileContent_4x7bg_166", xt = "_compactFileIcon_4x7bg_174", ft = "_compactIconBackground_4x7bg_182", bt = "_compactFileText_4x7bg_190", vt = "_compactLabel_4x7bg_202", Ct = "_compactFileName_4x7bg_209", Nt = "_compactStatusText_4x7bg_210", Ft = "_success_4x7bg_221", It = "_loading_4x7bg_229", wt = "_addIconWrapper_4x7bg_233", Dt = "_browseText_4x7bg_239", yt = "_compactVisibilityIcon_4x7bg_246", $t = "_compactActions_4x7bg_255", kt = "_deleteText_4x7bg_262", t = {
7
+ inputContainer: et,
8
+ compactFileUploadContainer: at,
9
+ fullWidth: nt,
10
+ dragOver: ct,
11
+ variant_document: ot,
12
+ icon: it,
13
+ variant_add: lt,
14
+ disabled: st,
15
+ error: rt,
16
+ warning: mt,
17
+ inverted: dt,
18
+ uploadContent: pt,
19
+ textContent: _t,
20
+ dragText: ht,
21
+ hiddenInput: ut,
22
+ compactFileContent: gt,
23
+ compactFileIcon: xt,
24
+ compactIconBackground: ft,
25
+ compactFileText: bt,
26
+ compactLabel: vt,
27
+ compactFileName: Ct,
28
+ compactStatusText: Nt,
29
+ success: Ft,
30
+ loading: It,
31
+ addIconWrapper: wt,
32
+ browseText: Dt,
33
+ compactVisibilityIcon: yt,
34
+ compactActions: $t,
35
+ deleteText: kt
36
+ }, Ot = ({
37
37
  variant: B = "document",
38
38
  label: u,
39
39
  error: o,
@@ -59,10 +59,11 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
59
59
  statusIconBorderRadius: y = "50%",
60
60
  customIcon: U = "Documentos",
61
61
  customInspectIcon: V = "Visibility",
62
- fullWidth: M = !1,
63
- ...A
62
+ hideInspectIcon: M = !1,
63
+ fullWidth: A = !1,
64
+ ...S
64
65
  }) => {
65
- const [S, N] = W(!1), [i, F] = W(null), _ = Z(null);
66
+ const [q, N] = W(!1), [i, F] = W(null), _ = z(null);
66
67
  L(() => {
67
68
  F(w ?? null);
68
69
  }, [w]), L(() => {
@@ -72,17 +73,17 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
72
73
  `⚠️ CompactFileUpload: Múltiples estados detectados (${a.join(", ")}). Solo un estado debe estar activo a la vez.`
73
74
  );
74
75
  }, [o, n, c, i]);
75
- const q = (a) => {
76
+ const H = (a) => {
76
77
  a.preventDefault(), m || N(!0);
77
- }, H = (a) => {
78
- a.preventDefault(), N(!1);
79
78
  }, P = (a) => {
80
- a.preventDefault();
79
+ a.preventDefault(), N(!1);
81
80
  }, G = (a) => {
81
+ a.preventDefault();
82
+ }, J = (a) => {
82
83
  if (a.preventDefault(), N(!1), m) return;
83
84
  const r = a.dataTransfer.files;
84
85
  $(r);
85
- }, J = async (a) => {
86
+ }, K = async (a) => {
86
87
  const r = a.target.files;
87
88
  $(r);
88
89
  }, $ = async (a) => {
@@ -112,17 +113,17 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
112
113
  return l.items.add(r), l.files;
113
114
  })() : null
114
115
  ));
115
- }, K = () => {
116
+ }, Q = () => {
116
117
  !i && !m && _.current && _.current.click();
117
118
  }, k = () => {
118
119
  F(null), _.current && (_.current.value = "");
119
- }, Q = () => {
120
- k();
121
120
  }, X = () => {
121
+ k();
122
+ }, Y = () => {
122
123
  C == null || C(), k();
123
- }, Y = [
124
+ }, Z = [
124
125
  t.compactFileUploadContainer,
125
- M && t.fullWidth,
126
+ A && t.fullWidth,
126
127
  t[`variant_${B}`],
127
128
  !i && g ? t.warning : "",
128
129
  i && !c && !n && o ? t.error : "",
@@ -130,19 +131,19 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
130
131
  i && !o && !c && n ? t.success : "",
131
132
  m ? t.disabled : "",
132
133
  E ? t.inverted : "",
133
- S ? t.dragOver : ""
134
+ q ? t.dragOver : ""
134
135
  ].filter(Boolean).join(" ");
135
136
  return /* @__PURE__ */ e("div", { className: t.inputContainer, children: /* @__PURE__ */ s(
136
137
  "div",
137
138
  {
138
- className: Y,
139
- onDragEnter: q,
140
- onDragLeave: H,
141
- onDragOver: P,
142
- onDrop: G,
143
- onClick: K,
139
+ className: Z,
140
+ onDragEnter: H,
141
+ onDragLeave: P,
142
+ onDragOver: G,
143
+ onDrop: J,
144
+ onClick: Q,
144
145
  style: { cursor: m ? "not-allowed" : "pointer" },
145
- ...A,
146
+ ...S,
146
147
  children: [
147
148
  /* @__PURE__ */ e(
148
149
  "input",
@@ -150,7 +151,7 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
150
151
  ref: _,
151
152
  type: "file",
152
153
  className: t.hiddenInput,
153
- onChange: J,
154
+ onChange: K,
154
155
  disabled: m,
155
156
  accept: d == null ? void 0 : d.join(",")
156
157
  }
@@ -176,7 +177,7 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
176
177
  margin: "4px"
177
178
  },
178
179
  children: /* @__PURE__ */ e(
179
- z,
180
+ tt,
180
181
  {
181
182
  size: 10,
182
183
  color: "primary",
@@ -230,7 +231,7 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
230
231
  c && /* @__PURE__ */ e("span", { className: `small3Regular ${t.compactStatusText}`, children: c })
231
232
  ] }),
232
233
  /* @__PURE__ */ s("div", { className: t.compactActions, children: [
233
- !o && !c && !n && /* @__PURE__ */ e(
234
+ !o && !c && !n && !M && /* @__PURE__ */ e(
234
235
  "div",
235
236
  {
236
237
  className: t.compactVisibilityIcon,
@@ -255,7 +256,7 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
255
256
  position: "before"
256
257
  },
257
258
  onClick: (a) => {
258
- a.stopPropagation(), n ? X() : Q();
259
+ a.stopPropagation(), n ? Y() : X();
259
260
  },
260
261
  children: x || ""
261
262
  }
@@ -331,5 +332,5 @@ import '../../assets/CompactFileUpload.css';const tt = "_inputContainer_4x7bg_1"
331
332
  ) });
332
333
  };
333
334
  export {
334
- Et as CompactFileUpload
335
+ Ot as CompactFileUpload
335
336
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { I as p } from "../index-v_jla2lD.js";
2
+ import { I as p } from "../index-KJHuFJDv.js";
3
3
  const m = ({
4
4
  name: o,
5
5
  width: c = 20,
@@ -1,10 +1,39 @@
1
1
  import { jsxs as t, jsx as h } from "react/jsx-runtime";
2
- const s = (e) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...e, children: [
3
- /* @__PURE__ */ h("mask", { id: "add_alert_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
6
- /* @__PURE__ */ h("g", { mask: "url(#add_alert_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#113B71", d: "M8.25 11.25h1.5v-1.5h1.5v-1.5h-1.5v-1.5h-1.5v1.5h-1.5v1.5h1.5zm-5.25 3v-1.5h1.5V7.5q0-1.556.938-2.766A4.33 4.33 0 0 1 7.874 3.15v-.525q0-.468.328-.797Q8.532 1.5 9 1.5t.797.328q.328.328.328.797v.525q1.5.375 2.438 1.584.937 1.21.937 2.766v5.25H15v1.5zm6 2.25q-.619 0-1.06-.44A1.45 1.45 0 0 1 7.5 15h3q0 .619-.44 1.06-.442.44-1.06.44m-3-3.75h6V7.5q0-1.237-.881-2.119A2.9 2.9 0 0 0 9 4.5q-1.237 0-2.119.881A2.9 2.9 0 0 0 6 7.5z" }) })
7
- ] });
2
+ const r = (e) => /* @__PURE__ */ t(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 18 18",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ h(
13
+ "mask",
14
+ {
15
+ id: "add_alert_svg__a",
16
+ width: 18,
17
+ height: 18,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 0h18v18H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ h("g", { mask: "url(#add_alert_svg__a)", children: /* @__PURE__ */ h(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M8.25 11.25h1.5v-1.5h1.5v-1.5h-1.5v-1.5h-1.5v1.5h-1.5v1.5h1.5zm-5.25 3v-1.5h1.5V7.5q0-1.556.938-2.766A4.33 4.33 0 0 1 7.874 3.15v-.525q0-.468.328-.797Q8.532 1.5 9 1.5t.797.328q.328.328.328.797v.525q1.5.375 2.438 1.584.937 1.21.937 2.766v5.25H15v1.5zm6 2.25q-.619 0-1.06-.44A1.45 1.45 0 0 1 7.5 15h3q0 .619-.44 1.06-.442.44-1.06.44m-3-3.75h6V7.5q0-1.237-.881-2.119A2.9 2.9 0 0 0 9 4.5q-1.237 0-2.119.881A2.9 2.9 0 0 0 6 7.5z"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
8
37
  export {
9
- s as default
38
+ r as default
10
39
  };
@@ -1,5 +1,22 @@
1
1
  import { jsx as c } from "react/jsx-runtime";
2
- const v = (h) => /* @__PURE__ */ c("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 77 15", width: "1em", height: "1em", ...h, children: /* @__PURE__ */ c("path", { fill: "#fff", d: "M71.15 11.191c0-1.01.118-2.473.118-4.179 0-3.158-1.3-4.34-4.82-4.34-1.705 0-3.203.243-4.133.65l.118 2.508c.812-.442 1.985-.848 3.122-.848 1.625 0 2.067.65 2.067 2.229v.244h-.523c-3.972 0-5.84 1.218-5.84 3.447s1.138 3.646 4.423 3.646c1.741 0 3.402-.243 5.631-.243-.162-.849-.162-2.193-.162-3.123zm-4.62 1.21c-1.218 0-1.742-.407-1.742-1.418s.65-1.543 2.31-1.543h.488c0 .93-.036 2.067.036 2.834-.28.081-.686.117-1.092.117zm-30.64-.118c-1.985 0-3.041-1.01-3.041-2.635v-.082c.36 0 1.056.037 1.462.037 3.529 0 5.306-1.092 5.306-3.484 0-2.067-1.498-3.402-4.702-3.402-3.934 0-5.469 1.741-5.839 4.864-.568-.036-1.218-.036-2.067-.036V7.02c0-3.158-1.3-4.34-4.819-4.34-1.706 0-3.204.243-4.133.65l.117 2.508c.812-.442 1.986-.848 3.123-.848 1.624 0 2.112.65 2.112 2.229v.244h-.524c-3.97 0-5.84 1.218-5.84 3.447s1.138 3.646 4.423 3.646c1.742 0 3.403-.243 5.632-.243-.163-.93-.163-2.266-.163-3.16 0-.486.036-1.055.036-1.705.93 0 1.625.045 2.067.045.325 3.728 2.265 5.063 6.245 5.063 1.463 0 2.96-.243 3.773-.604l-.117-2.51c-.768.488-1.869.849-3.042.849zm-13.582.117c-1.219 0-1.742-.406-1.742-1.417 0-1.01.65-1.543 2.31-1.543h.487c0 .93-.036 2.067.037 2.834-.28.081-.731.117-1.092.117zm10.505-4.819c0-1.58.487-2.753 1.949-2.753.812 0 1.38.443 1.38 1.219 0 1.092-.73 1.624-2.274 1.624-.36 0-.767 0-1.055-.036zm26.993 1.498V6.85c0-2.879-1.254-4.133-4.819-4.133-1.986 0-3.402.36-5.632.36.118 2.031.118 4.504.118 6.038s-.036 4.377-.118 5.27h3.809c-.081-.893-.163-3.528-.163-5.27 0-1.01 0-2.229.037-3.853.36-.118.848-.244 1.38-.244 1.336 0 1.787.605 1.787 2.346V9.07c0 1.58-.036 4.377-.117 5.27h3.809c0-.893-.082-3.483-.082-5.27zm-12.003 2.753.163 2.509c-.28.08-1.219.243-2.428.243-2.51 0-3.854-1.056-3.854-3.646 0-2.03.036-4.26.036-5.469h-1.3c.046-.568 0-1.336 0-1.904C42.37 3.24 42.976 2.148 43.3 0h2.148c-.082.893-.118 2.148-.163 3.041h2.274V5.47h-2.31v4.422c0 1.706.361 2.194 1.498 2.194.406 0 .849-.082 1.056-.244zM4.438 1.66c.487 0 .93.162 1.3.523l2.111 2.112 2.112-2.112a1.78 1.78 0 0 1 1.3-.523c.442 0 .93.162 1.3.523l2.59 2.59a1.804 1.804 0 0 1 0 2.59l-7.292 7.257-7.31-7.284a1.804 1.804 0 0 1 0-2.59l2.59-2.59a1.9 1.9 0 0 1 1.299-.487m67.444 1.047h1.985v.406H73.1v2.03h-.487v-2.03h-.767zm2.427 0h.65l.325 1.055c.081.325.244.93.244.93s.162-.605.243-.93l.325-1.055h.65v2.427h-.442v-.893c0-.442.036-1.092.036-1.092s-.162.568-.28 1.056l-.28.93h-.442l-.28-.93a11 11 0 0 1-.28-1.056s.046.686.046 1.092v.893h-.442V2.717z" }) });
2
+ const v = (h) => /* @__PURE__ */ c(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 77 15",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...h,
11
+ children: /* @__PURE__ */ c(
12
+ "path",
13
+ {
14
+ fill: "currentColor",
15
+ d: "M71.15 11.191c0-1.01.118-2.473.118-4.179 0-3.158-1.3-4.34-4.82-4.34-1.705 0-3.203.243-4.133.65l.118 2.508c.812-.442 1.985-.848 3.122-.848 1.625 0 2.067.65 2.067 2.229v.244h-.523c-3.972 0-5.84 1.218-5.84 3.447s1.138 3.646 4.423 3.646c1.741 0 3.402-.243 5.631-.243-.162-.849-.162-2.193-.162-3.123zm-4.62 1.21c-1.218 0-1.742-.407-1.742-1.418s.65-1.543 2.31-1.543h.488c0 .93-.036 2.067.036 2.834-.28.081-.686.117-1.092.117zm-30.64-.118c-1.985 0-3.041-1.01-3.041-2.635v-.082c.36 0 1.056.037 1.462.037 3.529 0 5.306-1.092 5.306-3.484 0-2.067-1.498-3.402-4.702-3.402-3.934 0-5.469 1.741-5.839 4.864-.568-.036-1.218-.036-2.067-.036V7.02c0-3.158-1.3-4.34-4.819-4.34-1.706 0-3.204.243-4.133.65l.117 2.508c.812-.442 1.986-.848 3.123-.848 1.624 0 2.112.65 2.112 2.229v.244h-.524c-3.97 0-5.84 1.218-5.84 3.447s1.138 3.646 4.423 3.646c1.742 0 3.403-.243 5.632-.243-.163-.93-.163-2.266-.163-3.16 0-.486.036-1.055.036-1.705.93 0 1.625.045 2.067.045.325 3.728 2.265 5.063 6.245 5.063 1.463 0 2.96-.243 3.773-.604l-.117-2.51c-.768.488-1.869.849-3.042.849zm-13.582.117c-1.219 0-1.742-.406-1.742-1.417 0-1.01.65-1.543 2.31-1.543h.487c0 .93-.036 2.067.037 2.834-.28.081-.731.117-1.092.117zm10.505-4.819c0-1.58.487-2.753 1.949-2.753.812 0 1.38.443 1.38 1.219 0 1.092-.73 1.624-2.274 1.624-.36 0-.767 0-1.055-.036zm26.993 1.498V6.85c0-2.879-1.254-4.133-4.819-4.133-1.986 0-3.402.36-5.632.36.118 2.031.118 4.504.118 6.038s-.036 4.377-.118 5.27h3.809c-.081-.893-.163-3.528-.163-5.27 0-1.01 0-2.229.037-3.853.36-.118.848-.244 1.38-.244 1.336 0 1.787.605 1.787 2.346V9.07c0 1.58-.036 4.377-.117 5.27h3.809c0-.893-.082-3.483-.082-5.27zm-12.003 2.753.163 2.509c-.28.08-1.219.243-2.428.243-2.51 0-3.854-1.056-3.854-3.646 0-2.03.036-4.26.036-5.469h-1.3c.046-.568 0-1.336 0-1.904C42.37 3.24 42.976 2.148 43.3 0h2.148c-.082.893-.118 2.148-.163 3.041h2.274V5.47h-2.31v4.422c0 1.706.361 2.194 1.498 2.194.406 0 .849-.082 1.056-.244zM4.438 1.66c.487 0 .93.162 1.3.523l2.111 2.112 2.112-2.112a1.78 1.78 0 0 1 1.3-.523c.442 0 .93.162 1.3.523l2.59 2.59a1.804 1.804 0 0 1 0 2.59l-7.292 7.257-7.31-7.284a1.804 1.804 0 0 1 0-2.59l2.59-2.59a1.9 1.9 0 0 1 1.299-.487m67.444 1.047h1.985v.406H73.1v2.03h-.487v-2.03h-.767zm2.427 0h.65l.325 1.055c.081.325.244.93.244.93s.162-.605.243-.93l.325-1.055h.65v2.427h-.442v-.893c0-.442.036-1.092.036-1.092s-.162.568-.28 1.056l-.28.93h-.442l-.28-.93a11 11 0 0 1-.28-1.056s.046.686.046 1.092v.893h-.442V2.717z"
16
+ }
17
+ )
18
+ }
19
+ );
3
20
  export {
4
21
  v as default
5
22
  };
@@ -1,10 +1,39 @@
1
1
  import { jsxs as h, jsx as a } from "react/jsx-runtime";
2
- const t = (e) => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em", ...e, children: [
3
- /* @__PURE__ */ a("mask", { id: "anchor_empty_svg__a", width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }),
6
- /* @__PURE__ */ a("g", { mask: "url(#anchor_empty_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#2054A5", d: "M10.667 3.333V8L11.8 9.133a.67.67 0 0 1 .2.484V10a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192H8.667v3.9a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.191.65.65 0 0 1-.475-.191.65.65 0 0 1-.192-.475v-3.9H4.667a.65.65 0 0 1-.475-.192A.65.65 0 0 1 4 10v-.383a.7.7 0 0 1 .2-.484L5.333 8V3.333a.65.65 0 0 1-.475-.191.65.65 0 0 1-.191-.475q0-.285.191-.475A.65.65 0 0 1 5.333 2h5.334q.283 0 .475.192a.65.65 0 0 1 .191.475.65.65 0 0 1-.191.475.65.65 0 0 1-.475.191m-4.767 6h4.2l-.767-.766V3.333H6.667v5.234z" }) })
7
- ] });
2
+ const r = (e) => /* @__PURE__ */ h(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 16 16",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ a(
13
+ "mask",
14
+ {
15
+ id: "anchor_empty_svg__a",
16
+ width: 16,
17
+ height: 16,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ a("g", { mask: "url(#anchor_empty_svg__a)", children: /* @__PURE__ */ a(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M10.667 3.333V8L11.8 9.133a.67.67 0 0 1 .2.484V10a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192H8.667v3.9a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.191.65.65 0 0 1-.475-.191.65.65 0 0 1-.192-.475v-3.9H4.667a.65.65 0 0 1-.475-.192A.65.65 0 0 1 4 10v-.383a.7.7 0 0 1 .2-.484L5.333 8V3.333a.65.65 0 0 1-.475-.191.65.65 0 0 1-.191-.475q0-.285.191-.475A.65.65 0 0 1 5.333 2h5.334q.283 0 .475.192a.65.65 0 0 1 .191.475.65.65 0 0 1-.191.475.65.65 0 0 1-.475.191m-4.767 6h4.2l-.767-.766V3.333H6.667v5.234z"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
8
37
  export {
9
- t as default
38
+ r as default
10
39
  };
@@ -1,10 +1,39 @@
1
- import { jsxs as h, jsx as a } from "react/jsx-runtime";
2
- const e = (l) => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", width: "1em", height: "1em", ...l, children: [
3
- /* @__PURE__ */ a("mask", { id: "anchor_fill_svg__a", width: 16, height: 16, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" }) }),
6
- /* @__PURE__ */ a("g", { mask: "url(#anchor_fill_svg__a)", children: /* @__PURE__ */ a("path", { fill: "#2054A5", d: "M10.667 3.333V8L11.8 9.133a.67.67 0 0 1 .2.484V10a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192H8.667v3.9a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.191.65.65 0 0 1-.475-.191.65.65 0 0 1-.192-.475v-3.9H4.667a.65.65 0 0 1-.475-.192A.65.65 0 0 1 4 10v-.383a.7.7 0 0 1 .2-.484L5.333 8V3.333a.65.65 0 0 1-.475-.191.65.65 0 0 1-.191-.475q0-.285.191-.475A.65.65 0 0 1 5.333 2h5.334q.283 0 .475.192a.65.65 0 0 1 .191.475.65.65 0 0 1-.191.475.65.65 0 0 1-.475.191" }) })
7
- ] });
1
+ import { jsxs as e, jsx as a } from "react/jsx-runtime";
2
+ const r = (l) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 16 16",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ a(
13
+ "mask",
14
+ {
15
+ id: "anchor_fill_svg__a",
16
+ width: 16,
17
+ height: 16,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M0 0h16v16H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ a("g", { mask: "url(#anchor_fill_svg__a)", children: /* @__PURE__ */ a(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M10.667 3.333V8L11.8 9.133a.67.67 0 0 1 .2.484V10a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.192H8.667v3.9a.65.65 0 0 1-.192.475.65.65 0 0 1-.475.191.65.65 0 0 1-.475-.191.65.65 0 0 1-.192-.475v-3.9H4.667a.65.65 0 0 1-.475-.192A.65.65 0 0 1 4 10v-.383a.7.7 0 0 1 .2-.484L5.333 8V3.333a.65.65 0 0 1-.475-.191.65.65 0 0 1-.191-.475q0-.285.191-.475A.65.65 0 0 1 5.333 2h5.334q.283 0 .475.192a.65.65 0 0 1 .191.475.65.65 0 0 1-.191.475.65.65 0 0 1-.475.191"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
8
37
  export {
9
- e as default
38
+ r as default
10
39
  };
@@ -1,10 +1,39 @@
1
- import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
- const l = (a) => /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...a, children: [
3
- /* @__PURE__ */ r("mask", { id: "arrow_forward_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ r("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }),
6
- /* @__PURE__ */ r("g", { mask: "url(#arrow_forward_svg__a)", children: /* @__PURE__ */ r("path", { fill: "#fff", d: "M13.48 10.835H3.334V9.168H13.48L8.813 4.502 10 3.335l6.667 6.667L10 16.668l-1.187-1.166z" }) })
7
- ] });
1
+ import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
+ const s = (a) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...a,
11
+ children: [
12
+ /* @__PURE__ */ r(
13
+ "mask",
14
+ {
15
+ id: "arrow_forward_svg__a",
16
+ width: 20,
17
+ height: 20,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ r("path", { fill: "currentColor", d: "M0 0h20v20H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ r("g", { mask: "url(#arrow_forward_svg__a)", children: /* @__PURE__ */ r(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M13.48 10.835H3.334V9.168H13.48L8.813 4.502 10 3.335l6.667 6.667L10 16.668l-1.187-1.166z"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
8
37
  export {
9
- l as default
38
+ s as default
10
39
  };
@@ -3,7 +3,7 @@ const t = (e) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg",
3
3
  /* @__PURE__ */ h("mask", { id: "arrow_tree_svg__a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
4
  maskType: "alpha"
5
5
  }, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 0h24v24H0z" }) }),
6
- /* @__PURE__ */ h("g", { mask: "url(#arrow_tree_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#2054A5", d: "M15 19v-1h-2q-.825 0-1.412-.587A1.93 1.93 0 0 1 11 16V8H9v1q0 .825-.588 1.412A1.93 1.93 0 0 1 7 11H4q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 9V5q0-.824.587-1.412A1.93 1.93 0 0 1 4 3h3q.824 0 1.412.587Q9 4.176 9 5v1h6V5q0-.824.588-1.412A1.93 1.93 0 0 1 17 3h3q.824 0 1.413.587Q22 4.176 22 5v4q0 .825-.587 1.412A1.93 1.93 0 0 1 20 11h-3q-.825 0-1.412-.588A1.93 1.93 0 0 1 15 9V8h-2v8h2v-1q0-.825.588-1.412A1.93 1.93 0 0 1 17 13h3q.824 0 1.413.588Q22 14.175 22 15v4q0 .824-.587 1.413A1.93 1.93 0 0 1 20 21h-3q-.825 0-1.412-.587A1.93 1.93 0 0 1 15 19m2-10h3V5h-3zm0 10h3v-4h-3zM4 9h3V5H4z" }) })
6
+ /* @__PURE__ */ h("g", { mask: "url(#arrow_tree_svg__a)", children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M15 19v-1h-2q-.825 0-1.412-.587A1.93 1.93 0 0 1 11 16V8H9v1q0 .825-.588 1.412A1.93 1.93 0 0 1 7 11H4q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 9V5q0-.824.587-1.412A1.93 1.93 0 0 1 4 3h3q.824 0 1.412.587Q9 4.176 9 5v1h6V5q0-.824.588-1.412A1.93 1.93 0 0 1 17 3h3q.824 0 1.413.587Q22 4.176 22 5v4q0 .825-.587 1.412A1.93 1.93 0 0 1 20 11h-3q-.825 0-1.412-.588A1.93 1.93 0 0 1 15 9V8h-2v8h2v-1q0-.825.588-1.412A1.93 1.93 0 0 1 17 13h3q.824 0 1.413.588Q22 14.175 22 15v4q0 .824-.587 1.413A1.93 1.93 0 0 1 20 21h-3q-.825 0-1.412-.587A1.93 1.93 0 0 1 15 19m2-10h3V5h-3zm0 10h3v-4h-3zM4 9h3V5H4z" }) })
7
7
  ] });
8
8
  export {
9
9
  t as default
@@ -1,10 +1,10 @@
1
- import { jsxs as s, jsx as h } from "react/jsx-runtime";
2
- const r = (e) => /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...e, children: [
1
+ import { jsxs as r, jsx as h } from "react/jsx-runtime";
2
+ const v = (e) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...e, children: [
3
3
  /* @__PURE__ */ h("mask", { id: "arrow_tree_down_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
4
  maskType: "alpha"
5
5
  }, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }),
6
- /* @__PURE__ */ h("g", { mask: "url(#arrow_tree_down_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#fff", d: "M17.648 12.42q-.51-.51-1.23-.51h-.53v-1.04c0-.48-.17-.89-.5-1.23s-.74-.51-1.22-.51h-3.32V8.08h.53c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.37.36-.55.81-.55 1.33v1.6q0 .72.51 1.23t1.23.51h.53v1.05h-3.32c-.48 0-.89.17-1.22.51s-.5.74-.5 1.22v1.05h-.52c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.37-.36.55-.81.55-1.33v-1.6q0-.72-.51-1.23t-1.23-.51h-.53v-1.05h8.36v1.05h-.53c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.37-.36.55-.81.55-1.33v-1.6q0-.72-.51-1.23zm-9.01-6.11V4.65h2.7v1.66zm-2.34 7.38v1.66h-2.7v-1.66zm10.08 1.66h-2.7v-1.66h2.7z" }) })
6
+ /* @__PURE__ */ h("g", { mask: "url(#arrow_tree_down_svg__a)", children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M17.648 12.42q-.51-.51-1.23-.51h-.53v-1.04c0-.48-.17-.89-.5-1.23s-.74-.51-1.22-.51h-3.32V8.08h.53c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.37.36-.55.81-.55 1.33v1.6q0 .72.51 1.23t1.23.51h.53v1.05h-3.32c-.48 0-.89.17-1.22.51s-.5.74-.5 1.22v1.05h-.52c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.37-.36.55-.81.55-1.33v-1.6q0-.72-.51-1.23t-1.23-.51h-.53v-1.05h8.36v1.05h-.53c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.37-.36.55-.81.55-1.33v-1.6q0-.72-.51-1.23zm-9.01-6.11V4.65h2.7v1.66zm-2.34 7.38v1.66h-2.7v-1.66zm10.08 1.66h-2.7v-1.66h2.7z" }) })
7
7
  ] });
8
8
  export {
9
- r as default
9
+ v as default
10
10
  };
@@ -1,9 +1,9 @@
1
- import { jsxs as r, jsx as h } from "react/jsx-runtime";
2
- const t = (e) => /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...e, children: [
1
+ import { jsxs as e, jsx as h } from "react/jsx-runtime";
2
+ const t = (r) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...r, children: [
3
3
  /* @__PURE__ */ h("mask", { id: "arrow_tree_right_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
4
  maskType: "alpha"
5
5
  }, children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M0 20V0h20v20z" }) }),
6
- /* @__PURE__ */ h("g", { mask: "url(#arrow_tree_right_svg__a)", children: /* @__PURE__ */ h("path", { fill: "#2054A5", d: "M12.418 8.055q.51.51 1.23.51h2.78c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.34.33-.51.74-.54 1.2h-1.05c-.48 0-.89.17-1.22.5s-.51.74-.51 1.22v2.32h-1.05c0-.48-.17-.9-.51-1.23q-.51-.51-1.23-.51h-2.78c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.34-.33.51-.74.54-1.2h1.05v2.32c0 .48.17.89.51 1.22s.74.5 1.22.5h1.05q0 .72.51 1.23t1.23.51h2.78c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.34.34-.51.74-.54 1.22h-.01l-1.05-.01v-6.38h1.05q0 .735.51 1.23zm1.27-2.93h2.7v1.66h-2.7zm-7.38 5.7h-2.7v-1.66h2.7zm7.38 2.38h2.7v1.66h-2.7z" }) })
6
+ /* @__PURE__ */ h("g", { mask: "url(#arrow_tree_right_svg__a)", children: /* @__PURE__ */ h("path", { fill: "currentColor", d: "M12.418 8.055q.51.51 1.23.51h2.78c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.34.33-.51.74-.54 1.2h-1.05c-.48 0-.89.17-1.22.5s-.51.74-.51 1.22v2.32h-1.05c0-.48-.17-.9-.51-1.23q-.51-.51-1.23-.51h-2.78c-.48 0-.89.17-1.23.5q-.51.51-.51 1.23v1.6c0 .52.18.96.55 1.33s.81.55 1.33.55h2.5c.52 0 .96-.18 1.33-.55.34-.33.51-.74.54-1.2h1.05v2.32c0 .48.17.89.51 1.22s.74.5 1.22.5h1.05q0 .72.51 1.23t1.23.51h2.78c.48 0 .89-.17 1.23-.5q.51-.51.51-1.23v-1.6c0-.52-.18-.96-.55-1.33s-.81-.55-1.33-.55h-2.5c-.52 0-.96.18-1.33.55-.34.34-.51.74-.54 1.22h-.01l-1.05-.01v-6.38h1.05q0 .735.51 1.23zm1.27-2.93h2.7v1.66h-2.7zm-7.38 5.7h-2.7v-1.66h2.7zm7.38 2.38h2.7v1.66h-2.7z" }) })
7
7
  ] });
8
8
  export {
9
9
  t as default
@@ -1,10 +1,39 @@
1
- import { jsxs as e, jsx as s } from "react/jsx-runtime";
2
- const t = (h) => /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...h, children: [
3
- /* @__PURE__ */ s("mask", { id: "assignment_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ s("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
6
- /* @__PURE__ */ s("g", { mask: "url(#assignment_svg__a)", children: /* @__PURE__ */ s("path", { fill: "#113B71", d: "M3.75 15.75q-.62 0-1.06-.44a1.45 1.45 0 0 1-.44-1.06V3.75q0-.62.44-1.06.442-.44 1.06-.44H6.9q.243-.675.816-1.087Q8.286.75 9 .75q.713 0 1.284.413.572.411.816 1.087h3.15q.619 0 1.06.44.44.442.44 1.06v10.5q0 .619-.44 1.06-.442.44-1.06.44zm0-1.5h10.5V3.75H3.75zm1.5-1.5h5.25v-1.5H5.25zm0-3h7.5v-1.5h-7.5zm0-3h7.5v-1.5h-7.5zM9 3.188a.546.546 0 0 0 .563-.563A.546.546 0 0 0 9 2.063a.546.546 0 0 0-.562.562.546.546 0 0 0 .562.563" }) })
7
- ] });
1
+ import { jsxs as h, jsx as s } from "react/jsx-runtime";
2
+ const a = (e) => /* @__PURE__ */ h(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 18 18",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...e,
11
+ children: [
12
+ /* @__PURE__ */ s(
13
+ "mask",
14
+ {
15
+ id: "assignment_svg__a",
16
+ width: 18,
17
+ height: 18,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ s("path", { fill: "currentColor", d: "M0 0h18v18H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ s("g", { mask: "url(#assignment_svg__a)", children: /* @__PURE__ */ s(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M3.75 15.75q-.62 0-1.06-.44a1.45 1.45 0 0 1-.44-1.06V3.75q0-.62.44-1.06.442-.44 1.06-.44H6.9q.243-.675.816-1.087Q8.286.75 9 .75q.713 0 1.284.413.572.411.816 1.087h3.15q.619 0 1.06.44.44.442.44 1.06v10.5q0 .619-.44 1.06-.442.44-1.06.44zm0-1.5h10.5V3.75H3.75zm1.5-1.5h5.25v-1.5H5.25zm0-3h7.5v-1.5h-7.5zm0-3h7.5v-1.5h-7.5zM9 3.188a.546.546 0 0 0 .563-.563A.546.546 0 0 0 9 2.063a.546.546 0 0 0-.562.562.546.546 0 0 0 .562.563"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
8
37
  export {
9
- t as default
38
+ a as default
10
39
  };
@@ -1,10 +1,39 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- const s = (a) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 25 25", width: "1em", height: "1em", ...a, children: [
3
- /* @__PURE__ */ e("mask", { id: "check_circle_svg__a", width: 25, height: 25, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
- maskType: "alpha"
5
- }, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h25v25H0z" }) }),
6
- /* @__PURE__ */ e("g", { mask: "url(#check_circle_svg__a)", children: /* @__PURE__ */ e("path", { fill: "#2054A5", d: "M11.154 13.376 9.754 12a1.02 1.02 0 0 0-.739-.324q-.414 0-.738.324a1.02 1.02 0 0 0-.32.752q.002.427.326.75l2.114 2.115q.333.33.758.33.426 0 .756-.33l4.776-4.777q.324-.324.324-.748t-.324-.748a1.02 1.02 0 0 0-.738-.324q-.414 0-.738.324zm1.347 9.336a10 10 0 0 1-3.967-.798 10.3 10.3 0 0 1-3.256-2.192q-1.394-1.395-2.192-3.255A10 10 0 0 1 2.29 12.5q0-2.133.797-3.98a10.3 10.3 0 0 1 2.192-3.242q1.395-1.395 3.256-2.192a10 10 0 0 1 3.967-.798q2.133 0 3.98.798a10.3 10.3 0 0 1 3.242 2.192q1.395 1.394 2.192 3.242.798 1.847.797 3.98a10 10 0 0 1-.797 3.967 10.3 10.3 0 0 1-2.192 3.255q-1.395 1.395-3.242 2.192t-3.98.798m0-2.162q3.36 0 5.705-2.344 2.345-2.346 2.345-5.706t-2.345-5.705-5.705-2.345q-3.36 0-5.706 2.345Q4.451 9.14 4.451 12.5t2.344 5.706q2.346 2.344 5.706 2.344" }) })
7
- ] });
2
+ const r = (a) => /* @__PURE__ */ l(
3
+ "svg",
4
+ {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
7
+ viewBox: "0 0 25 25",
8
+ width: "1em",
9
+ height: "1em",
10
+ ...a,
11
+ children: [
12
+ /* @__PURE__ */ e(
13
+ "mask",
14
+ {
15
+ id: "check_circle_svg__a",
16
+ width: 25,
17
+ height: 25,
18
+ x: 0,
19
+ y: 0,
20
+ maskUnits: "userSpaceOnUse",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h25v25H0z" })
25
+ }
26
+ ),
27
+ /* @__PURE__ */ e("g", { mask: "url(#check_circle_svg__a)", children: /* @__PURE__ */ e(
28
+ "path",
29
+ {
30
+ fill: "currentColor",
31
+ d: "M11.154 13.376 9.754 12a1.02 1.02 0 0 0-.739-.324q-.414 0-.738.324a1.02 1.02 0 0 0-.32.752q.002.427.326.75l2.114 2.115q.333.33.758.33.426 0 .756-.33l4.776-4.777q.324-.324.324-.748t-.324-.748a1.02 1.02 0 0 0-.738-.324q-.414 0-.738.324zm1.347 9.336a10 10 0 0 1-3.967-.798 10.3 10.3 0 0 1-3.256-2.192q-1.394-1.395-2.192-3.255A10 10 0 0 1 2.29 12.5q0-2.133.797-3.98a10.3 10.3 0 0 1 2.192-3.242q1.395-1.395 3.256-2.192a10 10 0 0 1 3.967-.798q2.133 0 3.98.798a10.3 10.3 0 0 1 3.242 2.192q1.395 1.394 2.192 3.242.798 1.847.797 3.98a10 10 0 0 1-.797 3.967 10.3 10.3 0 0 1-2.192 3.255q-1.395 1.395-3.242 2.192t-3.98.798m0-2.162q3.36 0 5.705-2.344 2.345-2.346 2.345-5.706t-2.345-5.705-5.705-2.345q-3.36 0-5.706 2.345Q4.451 9.14 4.451 12.5t2.344 5.706q2.346 2.344 5.706 2.344"
32
+ }
33
+ ) })
34
+ ]
35
+ }
36
+ );
8
37
  export {
9
- s as default
38
+ r as default
10
39
  };
@@ -1,10 +1,10 @@
1
- import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
- const h = (l) => /* @__PURE__ */ s("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 18", width: "1em", height: "1em", ...l, children: [
3
- /* @__PURE__ */ e("mask", { id: "chevron_left_svg__a", width: 18, height: 18, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
1
+ import { jsxs as t, jsx as e } from "react/jsx-runtime";
2
+ const s = (l) => /* @__PURE__ */ t("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", width: "1em", height: "1em", ...l, children: [
3
+ /* @__PURE__ */ e("mask", { id: "chevron-left_svg__a", width: 20, height: 20, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
4
4
  maskType: "alpha"
5
- }, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h18v18H0z" }) }),
6
- /* @__PURE__ */ e("g", { mask: "url(#chevron_left_svg__a)", children: /* @__PURE__ */ e("path", { fill: "#2054A5", d: "m8.354 9 3.004 3.003a.756.756 0 0 1 0 1.1.755.755 0 0 1-1.106-.006L6.7 9.545a.9.9 0 0 1-.165-.255.76.76 0 0 1 0-.587.8.8 0 0 1 .165-.248l3.552-3.552a.755.755 0 0 1 1.106-.006.756.756 0 0 1 0 1.1z" }) })
5
+ }, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M0 0h20v20H0z" }) }),
6
+ /* @__PURE__ */ e("g", { mask: "url(#chevron-left_svg__a)", children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "m8.003 10 5.795 5.795q.321.322.324.788.003.467-.324.794a1.07 1.07 0 0 1-.788.32q-.467 0-.788-.32l-6.154-6.155a1.65 1.65 0 0 1-.384-.575A1.8 1.8 0 0 1 5.565 10q0-.336.12-.647.119-.31.383-.575l6.154-6.15q.321-.321.786-.326.463-.005.79.322.322.321.322.79t-.322.79z" }) })
7
7
  ] });
8
8
  export {
9
- h as default
9
+ s as default
10
10
  };