@toteat-eng/ds-react 2026.5.13 → 2026.6.10-1

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 (79) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +2 -1
  2. package/dist/components/AppleSignInButton/AppleSignInButton.d.ts +2 -1
  3. package/dist/components/Badge/Badge.d.ts +2 -1
  4. package/dist/components/Banner/Banner.d.ts +14 -0
  5. package/dist/components/Banner/__stories__/Banner.stories.d.ts +16 -0
  6. package/dist/components/Banner/index.d.ts +2 -0
  7. package/dist/components/Breadcrumb/Breadcrumb.d.ts +14 -0
  8. package/dist/components/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +14 -0
  9. package/dist/components/Breadcrumb/index.d.ts +2 -0
  10. package/dist/components/Charts/Charts.d.ts +6 -4
  11. package/dist/components/Checkbox/Checkbox.d.ts +2 -1
  12. package/dist/components/ComingSoon/ComingSoon.d.ts +9 -0
  13. package/dist/components/ComingSoon/__stories__/ComingSoon.stories.d.ts +10 -0
  14. package/dist/components/ComingSoon/index.d.ts +2 -0
  15. package/dist/components/ConfigRow/ConfigRow.d.ts +27 -0
  16. package/dist/components/ConfigRow/__stories__/ConfigRow.stories.d.ts +13 -0
  17. package/dist/components/ConfigRow/index.d.ts +2 -0
  18. package/dist/components/DataTable/DataTable.d.ts +2 -1
  19. package/dist/components/DatePicker/DatePicker.d.ts +2 -1
  20. package/dist/components/DateRangePicker/DateRangePicker.d.ts +2 -1
  21. package/dist/components/Dialog/Dialog.d.ts +2 -1
  22. package/dist/components/DropdownButton/DropdownButton.d.ts +2 -1
  23. package/dist/components/DropdownMenu/DropdownMenu.d.ts +2 -1
  24. package/dist/components/DsProvider/DsProvider.d.ts +2 -1
  25. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +1 -0
  26. package/dist/components/ExtrasDialog/ExtrasDialog.d.ts +3 -1
  27. package/dist/components/FormField/FormField.d.ts +2 -1
  28. package/dist/components/GoogleSignInButton/GoogleSignInButton.d.ts +2 -1
  29. package/dist/components/Icon/Icon.d.ts +2 -1
  30. package/dist/components/LanguageSelector/LanguageSelector.d.ts +2 -1
  31. package/dist/components/Multiselect/Multiselect.d.ts +2 -1
  32. package/dist/components/NavBar/NavBar.d.ts +2 -1
  33. package/dist/components/PageLoadingOverlay/PageLoadingOverlay.d.ts +2 -1
  34. package/dist/components/PermissionGate/PermissionGate.d.ts +30 -0
  35. package/dist/components/PermissionGate/__stories__/PermissionGate.stories.d.ts +10 -0
  36. package/dist/components/PermissionGate/index.d.ts +2 -0
  37. package/dist/components/PinLockOverlay/PinLockOverlay.d.ts +2 -1
  38. package/dist/components/ProductTile/ProductTile.d.ts +2 -1
  39. package/dist/components/Radio/Radio.d.ts +2 -1
  40. package/dist/components/SearchInput/SearchInput.d.ts +21 -0
  41. package/dist/components/SearchInput/__stories__/SearchInput.stories.d.ts +11 -0
  42. package/dist/components/SearchInput/index.d.ts +2 -0
  43. package/dist/components/SectionHeader/SectionHeader.d.ts +13 -0
  44. package/dist/components/SectionHeader/__stories__/SectionHeader.stories.d.ts +15 -0
  45. package/dist/components/SectionHeader/index.d.ts +2 -0
  46. package/dist/components/SidebarNavSection/SidebarNavSection.d.ts +2 -1
  47. package/dist/components/Skeleton/Skeleton.d.ts +2 -1
  48. package/dist/components/Spinner/Spinner.d.ts +2 -1
  49. package/dist/components/StatusBadge/StatusBadge.d.ts +12 -0
  50. package/dist/components/StatusBadge/__stories__/StatusBadge.stories.d.ts +15 -0
  51. package/dist/components/StatusBadge/index.d.ts +2 -0
  52. package/dist/components/Stepper/Stepper.d.ts +18 -0
  53. package/dist/components/Stepper/__stories__/Stepper.stories.d.ts +11 -0
  54. package/dist/components/Stepper/index.d.ts +2 -0
  55. package/dist/components/TabBar/TabBar.d.ts +2 -1
  56. package/dist/components/Tabs/Tabs.d.ts +2 -1
  57. package/dist/components/TextInput/TextInput.d.ts +2 -1
  58. package/dist/components/ThemeGate/ThemeGate.d.ts +2 -1
  59. package/dist/components/Toast/Toast.d.ts +1 -0
  60. package/dist/components/Toast/useToast.d.ts +1 -0
  61. package/dist/components/Toggle/Toggle.d.ts +2 -1
  62. package/dist/components/Tooltip/Tooltip.d.ts +2 -1
  63. package/dist/index.d.ts +22 -1
  64. package/dist/index.es.js +943 -554
  65. package/dist/index.es.js.map +1 -1
  66. package/dist/index.umd.js +10 -9
  67. package/dist/index.umd.js.map +1 -1
  68. package/dist/layouts/AdminPageHeader/AdminPageHeader.d.ts +2 -1
  69. package/dist/layouts/AppShell/AppShell.d.ts +2 -1
  70. package/dist/layouts/Divider/Divider.d.ts +2 -1
  71. package/dist/layouts/Grid/Grid.d.ts +2 -1
  72. package/dist/layouts/LoginFooter/LoginFooter.d.ts +14 -0
  73. package/dist/layouts/LoginFooter/__stories__/LoginFooter.stories.d.ts +15 -0
  74. package/dist/layouts/LoginFooter/index.d.ts +2 -0
  75. package/dist/layouts/LoginPageLayout/LoginPageLayout.d.ts +2 -1
  76. package/dist/layouts/PageLayout/PageLayout.d.ts +2 -1
  77. package/dist/style.css +1 -1
  78. package/dist/utils/csv.d.ts +17 -0
  79. package/package.json +5 -5
package/dist/index.es.js CHANGED
@@ -21,20 +21,21 @@ var A = Object.defineProperty, ee = (e, t) => {
21
21
  };
22
22
  //#endregion
23
23
  //#region src/components/Accordion/Accordion.tsx
24
- function te({ items: e, multiple: t = !1 }) {
25
- let [n, r] = s(() => {
24
+ function te({ items: e, multiple: t = !1, "data-testid": n }) {
25
+ let [r, i] = s(() => {
26
26
  let t = e.filter((e) => e.defaultOpen).map((e) => e.id);
27
27
  return new Set(t);
28
- }), i = (e) => {
29
- r((n) => {
28
+ }), a = (e) => {
29
+ i((n) => {
30
30
  let r = new Set(n);
31
31
  return r.has(e) ? r.delete(e) : (t || r.clear(), r.add(e)), r;
32
32
  });
33
33
  };
34
34
  return /* @__PURE__ */ l("div", {
35
35
  className: j.accordion,
36
+ "data-testid": n,
36
37
  children: e.map((e) => {
37
- let t = n.has(e.id);
38
+ let t = r.has(e.id);
38
39
  return /* @__PURE__ */ u("div", {
39
40
  className: j.item,
40
41
  "data-open": t || void 0,
@@ -42,7 +43,7 @@ function te({ items: e, multiple: t = !1 }) {
42
43
  type: "button",
43
44
  id: `accordion-trigger-${e.id}`,
44
45
  className: j.trigger,
45
- onClick: () => i(e.id),
46
+ onClick: () => a(e.id),
46
47
  "aria-expanded": t,
47
48
  "aria-controls": `accordion-${e.id}`,
48
49
  children: [/* @__PURE__ */ l("span", { children: e.title }), /* @__PURE__ */ l("span", {
@@ -64,36 +65,37 @@ function te({ items: e, multiple: t = !1 }) {
64
65
  })
65
66
  });
66
67
  }
67
- var M = {
68
- spinner: "_spinner_jx6x3_2",
69
- track: "_track_jx6x3_24",
70
- "ds-spin": "_ds-spin_jx6x3_1"
68
+ var ne = {
69
+ spinner: "_spinner_1bzx1_2",
70
+ track: "_track_1bzx1_24",
71
+ spin: "_spin_1bzx1_2"
71
72
  };
72
73
  //#endregion
73
74
  //#region src/components/Spinner/Spinner.tsx
74
- function ne({ size: e = "medium", label: t = "Cargando", className: n }) {
75
+ function re({ size: e = "medium", label: t = "Cargando", className: n, "data-testid": r }) {
75
76
  return /* @__PURE__ */ l("span", {
76
77
  role: "status",
77
78
  "aria-label": t,
78
- className: [M.spinner, n].filter(Boolean).join(" "),
79
+ className: [ne.spinner, n].filter(Boolean).join(" "),
79
80
  "data-size": e,
81
+ "data-testid": r,
80
82
  children: /* @__PURE__ */ l("span", {
81
- className: M.track,
83
+ className: ne.track,
82
84
  "aria-hidden": "true"
83
85
  })
84
86
  });
85
87
  }
86
- var re = {
87
- button: "_button_d5jch_2",
88
- spinnerWrap: "_spinnerWrap_d5jch_119",
89
- content: "_content_d5jch_126"
88
+ var M = {
89
+ button: "_button_11r91_2",
90
+ spinnerWrap: "_spinnerWrap_11r91_121",
91
+ content: "_content_11r91_128"
90
92
  };
91
93
  //#endregion
92
94
  //#region src/components/Button/Button.tsx
93
95
  function N({ variant: e = "primary", size: t = "medium", loading: n = !1, fullWidth: r = !1, icon: i, iconPosition: a = "left", disabled: o, children: s, className: c, type: d = "button", ...f }) {
94
96
  return /* @__PURE__ */ u("button", {
95
97
  type: d,
96
- className: [re.button, c].filter(Boolean).join(" "),
98
+ className: [M.button, c].filter(Boolean).join(" "),
97
99
  "data-variant": e,
98
100
  "data-size": t,
99
101
  "data-loading": n ? "" : void 0,
@@ -102,11 +104,11 @@ function N({ variant: e = "primary", size: t = "medium", loading: n = !1, fullWi
102
104
  "aria-busy": n,
103
105
  ...f,
104
106
  children: [n && /* @__PURE__ */ l("span", {
105
- className: re.spinnerWrap,
107
+ className: M.spinnerWrap,
106
108
  "aria-hidden": "true",
107
- children: /* @__PURE__ */ l(ne, { size: "small" })
109
+ children: /* @__PURE__ */ l(re, { size: "small" })
108
110
  }), /* @__PURE__ */ u("span", {
109
- className: re.content,
111
+ className: M.content,
110
112
  "data-hidden": n ? "" : void 0,
111
113
  children: [
112
114
  i && a === "left" && i,
@@ -118,8 +120,8 @@ function N({ variant: e = "primary", size: t = "medium", loading: n = !1, fullWi
118
120
  }
119
121
  var ie = { icon: "_icon_14kzg_2" }, ae = /* @__PURE__ */ ee({
120
122
  ICON_APPLE_FILLED: () => oe,
121
- ICON_ARROW_CIRCLE_DOWN_OUTLINE: () => P,
122
- ICON_ARROW_CIRCLE_LEFT_OUTLINE: () => se,
123
+ ICON_ARROW_CIRCLE_DOWN_OUTLINE: () => se,
124
+ ICON_ARROW_CIRCLE_LEFT_OUTLINE: () => P,
123
125
  ICON_ARROW_CIRCLE_RIGHT_OUTLINE: () => ce,
124
126
  ICON_ARROW_CIRCLE_UP_OUTLINE: () => le,
125
127
  ICON_ARROW_DOWN_OUTLINE: () => ue,
@@ -248,7 +250,7 @@ var ie = { icon: "_icon_14kzg_2" }, ae = /* @__PURE__ */ ee({
248
250
  ICON_WIFI_SIGNAL_FILLED: () => En,
249
251
  ICON_WIFI_SIGNAL_OUTLINE: () => Dn,
250
252
  iconNames: () => On
251
- }), oe = ["<path d='M16.102 2.01c-.042-.047-1.573.019-2.906 1.465C11.864 4.92 12.07 6.577 12.1 6.62c.03.042 1.9.109 3.093-1.573 1.194-1.68.953-2.988.91-3.037Zm4.143 14.666c-.06-.12-2.906-1.542-2.641-4.277.265-2.737 2.093-3.487 2.122-3.568.029-.081-.746-.987-1.567-1.446a4.615 4.615 0 0 0-1.954-.543c-.135-.003-.604-.118-1.568.145-.635.174-2.066.737-2.46.76-.395.022-1.57-.653-2.833-.832-.81-.156-1.667.164-2.28.41-.613.245-1.778.942-2.593 2.796-.815 1.853-.389 4.788-.084 5.7.305.911.782 2.405 1.592 3.495.72 1.23 1.675 2.084 2.073 2.374.4.29 1.524.482 2.304.084.628-.385 1.76-.607 2.208-.59.446.016 1.326.192 2.227.673.714.247 1.389.144 2.065-.13.676-.277 1.655-1.325 2.798-3.448.433-.988.63-1.522.59-1.603Z'/><path d='M16.102 2.01c-.042-.047-1.573.019-2.906 1.465C11.864 4.92 12.07 6.577 12.1 6.62c.03.042 1.9.109 3.093-1.573 1.194-1.68.953-2.988.91-3.037Zm4.143 14.666c-.06-.12-2.906-1.542-2.641-4.277.265-2.737 2.093-3.487 2.122-3.568.029-.081-.746-.987-1.567-1.446a4.615 4.615 0 0 0-1.954-.543c-.135-.003-.604-.118-1.568.145-.635.174-2.066.737-2.46.76-.395.022-1.57-.653-2.833-.832-.81-.156-1.667.164-2.28.41-.613.245-1.778.942-2.593 2.796-.815 1.853-.389 4.788-.084 5.7.305.911.782 2.405 1.592 3.495.72 1.23 1.675 2.084 2.073 2.374.4.29 1.524.482 2.304.084.628-.385 1.76-.607 2.208-.59.446.016 1.326.192 2.227.673.714.247 1.389.144 2.065-.13.676-.277 1.655-1.325 2.798-3.448.433-.988.63-1.522.59-1.603Z'/>", "0 0 24 24"], P = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M8.354 11.854a.5.5 0 0 1-.707 0L4.465 8.672a.5.5 0 1 1 .707-.708L7.5 10.293V4.5a.5.5 0 1 1 1 0v5.793l2.329-2.329a.5.5 0 1 1 .707.708l-3.182 3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], se = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.146 8.353a.5.5 0 0 1 0-.707l3.182-3.182a.5.5 0 0 1 .708.707L5.707 7.5H11.5a.5.5 0 0 1 0 1H5.707l2.329 2.328a.5.5 0 1 1-.708.707L4.146 8.353Z' clip-rule='evenodd'/>", "0 0 16 16"], ce = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M11.854 7.646a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 1 1-.708-.707L10.293 8.5H4.5a.5.5 0 0 1 0-1h5.793L7.964 5.17a.5.5 0 1 1 .708-.707l3.182 3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], le = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.646 4.146a.5.5 0 0 1 .707 0l3.182 3.182a.5.5 0 1 1-.707.708L8.5 5.707V11.5a.5.5 0 0 1-1 0V5.707L5.17 8.036a.5.5 0 1 1-.707-.708l3.182-3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], ue = ["<path fill-rule='evenodd' d='m11.535 11.172-3.182 3.182a.5.5 0 0 1-.707 0l-3.182-3.182a.5.5 0 1 1 .707-.708L7.5 12.793V2a.5.5 0 0 1 1 0v10.793l2.328-2.329a.5.5 0 1 1 .707.708Z' clip-rule='evenodd'/>", "0 0 16 16"], de = ["<path fill-rule='evenodd' d='M1.646 8.353a.5.5 0 0 1 0-.707l3.182-3.182a.5.5 0 0 1 .708.707L3.207 7.5H14a.5.5 0 0 1 0 1H3.207l2.329 2.328a.5.5 0 1 1-.708.707L1.646 8.353Z' clip-rule='evenodd'/>", "0 0 16 16"], fe = ["<path fill-rule='evenodd' d='M4.25 2.6c.22 0 .4.18.4.4v6.6h6.353L9.417 7.222a.4.4 0 1 1 .666-.444l2 3a.4.4 0 0 1 0 .444l-2 3a.4.4 0 1 1-.666-.444l1.586-2.378H4.25a.4.4 0 0 1-.4-.4V3c0-.22.18-.4.4-.4Z' clip-rule='evenodd'/>", "0 0 16 16"], pe = ["<path d='m7.5 9.5 3-3h-6l3 3Z'/><path fill-rule='evenodd' d='M7.854 9.854a.5.5 0 0 1-.708 0l-3-3A.5.5 0 0 1 4.5 6h6a.5.5 0 0 1 .354.854l-3 3ZM9.293 7H5.707L7.5 8.793 9.293 7Z' clip-rule='evenodd'/>", "0 0 16 16"], me = ["<path d='m6.5 7.5 3 3v-6l-3 3Z'/><path fill-rule='evenodd' d='M6.146 7.854a.5.5 0 0 1 0-.708l3-3A.5.5 0 0 1 10 4.5v6a.5.5 0 0 1-.854.354l-3-3ZM9 9.293V5.707L7.207 7.5 9 9.293Z' clip-rule='evenodd'/>", "0 0 16 16"], he = ["<path d='m10 7.962-3 3v-6l3 3Z'/><path fill-rule='evenodd' d='M10.354 8.315a.5.5 0 0 0 0-.707l-3-3a.5.5 0 0 0-.854.354v6a.5.5 0 0 0 .854.354l3-3ZM7.5 9.755V6.169l1.793 1.793L7.5 9.755Z' clip-rule='evenodd'/>", "0 0 16 16"], ge = ["<path d='m8.25 7-3 3h6l-3-3Z'/><path fill-rule='evenodd' d='M7.896 6.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.354.854h-6a.5.5 0 0 1-.354-.854l3-3ZM6.457 9.5h3.586L8.25 7.707 6.457 9.5Z' clip-rule='evenodd'/>", "0 0 16 16"], _e = ["<path fill-rule='evenodd' d='m11.172 4.464 3.182 3.182a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 0 1-.708-.707L12.793 8.5H2a.5.5 0 0 1 0-1h10.793L10.464 5.17a.5.5 0 1 1 .708-.707Z' clip-rule='evenodd'/>", "0 0 16 16"], ve = ["<path fill-rule='evenodd' d='m4.465 4.828 3.182-3.182a.5.5 0 0 1 .707 0l3.182 3.182a.5.5 0 1 1-.707.708L8.5 3.207V14a.5.5 0 0 1-1 0V3.207L5.172 5.536a.5.5 0 1 1-.707-.708Z' clip-rule='evenodd'/>", "0 0 16 16"], ye = ["<path d='M13.76 8a.48.48 0 0 1-.48.48H2.72a.48.48 0 1 1 0-.96h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96a.48.48 0 0 1 .48.48ZM4.64 10.88h-.96V9.44h.96v1.44ZM12.32 10.88h-.96V9.44h.96v1.44ZM6.56 10.4H5.6v-.96h.96v.96ZM8.48 10.4h-.96v-.96h.96v.96ZM10.4 10.4h-.96v-.96h.96v.96ZM1.28 5.12V3.68c0-.794.646-1.44 1.44-1.44h1.44a.48.48 0 1 1 0 .96H2.72a.48.48 0 0 0-.48.48v1.44a.48.48 0 1 1-.96 0ZM14.72 3.68v1.44a.48.48 0 1 1-.96 0V3.68a.48.48 0 0 0-.48-.48h-1.44a.48.48 0 1 1 0-.96h1.44c.794 0 1.44.646 1.44 1.44ZM4.64 13.28a.48.48 0 0 1-.48.48H2.72c-.794 0-1.44-.646-1.44-1.44v-1.44a.48.48 0 1 1 .96 0v1.44c0 .265.215.48.48.48h1.44a.48.48 0 0 1 .48.48ZM14.72 10.88v1.44c0 .794-.646 1.44-1.44 1.44h-1.44a.48.48 0 1 1 0-.96h1.44a.48.48 0 0 0 .48-.48v-1.44a.48.48 0 1 1 .96 0Z'/>", "0 0 16 16"], be = ["<path d='M13.98 12.667h-.525V8.139c0-2.424-1.483-4.488-3.563-5.288V1.96C9.892.877 9.042 0 7.995 0 6.95 0 6.103.88 6.103 1.96v.885C4.025 3.643 2.54 5.71 2.54 8.136v4.53h-.525a.526.526 0 0 0-.515.534c0 .293.232.533.515.533H5.45C5.64 15.013 6.708 16 8 16s2.36-.987 2.549-2.267h3.436c.283 0 .515-.24.515-.533a.53.53 0 0 0-.52-.533M7.132 1.96A.88.88 0 0 1 8 1.067c.476 0 .862.4.862.893v.608a5 5 0 0 0-.872-.08c-.294 0-.577.032-.858.077zM8 14.8c-.72 0-1.216-.376-1.39-1.067h2.812C9.249 14.424 8.72 14.8 8 14.8m-4.297-2.3V8.139C3.703 5.613 5.895 3.8 8 3.8s4.203 1.813 4.203 4.339V12.5z'/>", "0 0 16 16"], xe = ["<path d='M7.47 10.14a.842.842 0 0 1-.205-.724c.01-.053.025-.102.04-.15.02-.048.045-.096.07-.14.03-.042.06-.085.095-.122a.617.617 0 0 1 .245-.171.662.662 0 0 1 .57 0c.045.015.09.042.13.069.04.032.08.064.115.102.035.037.065.08.095.123.025.043.05.09.065.14a.777.777 0 0 1 .06.305c0 .208-.08.417-.22.567-.034.038-.075.07-.115.102-.04.027-.085.054-.13.075a1.1 1.1 0 0 1-.14.043.636.636 0 0 1-.29 0c-.05-.01-.095-.027-.14-.043a1.048 1.048 0 0 1-.13-.075 1.07 1.07 0 0 1-.115-.102Zm3.335 2.951a.77.77 0 0 0 .165.262c.035.038.075.07.115.103.04.026.085.053.13.075.045.015.09.032.14.042a.725.725 0 0 0 .675-.22.699.699 0 0 0 .16-.262.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.694.694 0 0 0-.16-.263.716.716 0 0 0-.675-.22.624.624 0 0 0-.14.049.617.617 0 0 0-.245.171 1.19 1.19 0 0 0-.095.123c-.025.043-.05.091-.07.14-.014.048-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-3.5 0c.02.048.045.097.07.14.03.042.06.085.095.123a.621.621 0 0 0 .245.171.624.624 0 0 0 .285.064.636.636 0 0 0 .284-.064.61.61 0 0 0 .131-.07c.04-.032.08-.064.115-.101a.699.699 0 0 0 .16-.262.777.777 0 0 0 .06-.305.843.843 0 0 0-.22-.569.607.607 0 0 0-.246-.171.663.663 0 0 0-.57 0 .617.617 0 0 0-.244.171.843.843 0 0 0-.165.873Zm3.5-3.214a.77.77 0 0 0 .165.263c.035.037.075.069.115.101.04.027.085.054.13.075.045.016.09.032.14.043a.636.636 0 0 0 .29 0c.05-.01.095-.027.14-.043a1.02 1.02 0 0 0 .13-.075c.04-.032.08-.064.115-.102a.699.699 0 0 0 .16-.263.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.697.697 0 0 0-.16-.262.716.716 0 0 0-1.06 0 .806.806 0 0 0-.165.262c-.014.048-.03.097-.04.15a.777.777 0 0 0 0 .31c.01.054.025.103.04.15Zm-6.305.498c.195 0 .39-.086.53-.236s.22-.353.22-.567a.843.843 0 0 0-.22-.568c-.28-.3-.78-.3-1.06 0a.843.843 0 0 0 0 1.135c.14.15.33.236.53.236ZM15 4.215v10.178c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607H4V1.536C4 1.24 4.224 1 4.5 1s.5.24.5.536v1.071h6V1.536c0-.296.224-.536.5-.536s.5.24.5.536v1.071h1.5c.827 0 1.5.721 1.5 1.607Zm-1 3.214H2v6.964c0 .295.224.536.5.536h11c.276 0 .5-.24.5-.536V7.429Zm0-3.215c0-.295-.224-.535-.5-.535H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.679H5V4.75c0 .296-.224.536-.5.536S4 5.046 4 4.75V3.679H2.5c-.276 0-.5.24-.5.535v2.143h12V4.214ZM4.5 13.59c.2 0 .39-.085.53-.235.14-.15.22-.354.22-.568a.833.833 0 0 0-.22-.568.737.737 0 0 0-1.06 0 .833.833 0 0 0-.22.568c0 .214.08.418.22.568.14.15.33.235.53.235Z'/>", "0 0 16 16"], Se = ["<path d='M15 4.214v10.179c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607h11c.827 0 1.5.721 1.5 1.607Zm-1 3.214H2v6.965c0 .295.224.535.5.535h11c.276 0 .5-.24.5-.535V7.428Zm0-3.214c0-.295-.224-.536-.5-.536H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.678H6V4.75c0 .296-.224.536-.5.536S5 5.046 5 4.75V3.678H2.5c-.276 0-.5.24-.5.536v2.143h12V4.214Z'/><path d='M5.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5M11.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5'/><path d='M10.063 10.25h-.376v-.375A1.877 1.877 0 0 0 7.813 8a1.877 1.877 0 0 0-1.875 1.875v.375h-.375a.375.375 0 0 0-.375.375v3c0 .207.167.375.375.375h4.5a.375.375 0 0 0 .374-.375v-3a.375.375 0 0 0-.374-.375Zm-3.376-.375a1.125 1.125 0 0 1 2.25 0v.375h-2.25v-.375Zm3 3.375h-3.75V11h3.75v2.25Z'/><path d='M7.813 12.5a.375.375 0 1 0 0-.75.375.375 0 0 0 0 .75Z'/>", "0 0 16 16"], Ce = ["<path d='M7.47 10.14a.843.843 0 0 1-.205-.724c.01-.054.025-.102.04-.15.02-.048.045-.097.07-.14.03-.042.06-.085.095-.123a.616.616 0 0 1 .245-.171.662.662 0 0 1 .57 0c.045.016.09.043.13.07.04.032.08.064.115.101a.697.697 0 0 1 .16.262.777.777 0 0 1 .06.305c0 .21-.08.42-.22.57-.034.037-.075.069-.115.1-.04.028-.085.054-.13.076a1.1 1.1 0 0 1-.14.043.636.636 0 0 1-.29 0 1.08 1.08 0 0 1-.14-.043 1.048 1.048 0 0 1-.13-.075 1.07 1.07 0 0 1-.115-.102Zm3.335 2.951a.767.767 0 0 0 .28.364c.04.027.085.054.13.075.045.016.09.032.14.043a.725.725 0 0 0 .675-.22.696.696 0 0 0 .16-.263.778.778 0 0 0 .045-.46.74.74 0 0 0-.045-.15.696.696 0 0 0-.16-.262.716.716 0 0 0-.675-.22.624.624 0 0 0-.14.048.617.617 0 0 0-.245.172 1.19 1.19 0 0 0-.095.123c-.025.043-.05.091-.07.14-.014.047-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-3.5 0c.02.048.045.096.07.14.03.042.06.085.095.123a.617.617 0 0 0 .245.171.624.624 0 0 0 .285.064.636.636 0 0 0 .284-.064.607.607 0 0 0 .131-.07c.04-.032.08-.064.115-.101a.696.696 0 0 0 .16-.263.778.778 0 0 0 .06-.305.843.843 0 0 0-.22-.568c-.034-.038-.075-.07-.115-.102a.607.607 0 0 0-.13-.07.663.663 0 0 0-.57 0 .617.617 0 0 0-.13.07c-.04.032-.08.064-.115.102a.843.843 0 0 0-.205.723c.01.053.025.102.04.15Zm3.5-3.214a.77.77 0 0 0 .165.263c.035.037.075.069.115.101.04.027.085.053.13.075.045.016.09.032.14.043a.636.636 0 0 0 .29 0c.05-.01.095-.027.14-.043.045-.022.09-.048.13-.075.04-.032.08-.064.115-.102a.699.699 0 0 0 .16-.263.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.697.697 0 0 0-.16-.263.716.716 0 0 0-.675-.22c-.05.012-.095.028-.14.044-.045.021-.09.048-.13.075-.04.032-.08.064-.115.101a.806.806 0 0 0-.165.263c-.014.048-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-6.305.498c.195 0 .39-.086.53-.236s.22-.353.22-.568a.843.843 0 0 0-.22-.568c-.28-.3-.78-.3-1.06 0a.843.843 0 0 0 0 1.136c.14.15.33.236.53.236ZM15 4.215v10.178c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607h11c.827 0 1.5.721 1.5 1.607Zm-1 3.213H2v6.965c0 .295.224.535.5.535h11c.276 0 .5-.24.5-.535V7.428Zm0-3.214c0-.295-.224-.536-.5-.536H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.678H6V4.75c0 .296-.224.536-.5.536S5 5.046 5 4.75V3.678H2.5c-.276 0-.5.24-.5.536v2.143h12V4.214ZM4.5 13.59c.2 0 .39-.086.53-.236s.22-.353.22-.567a.833.833 0 0 0-.22-.568.737.737 0 0 0-1.06 0 .833.833 0 0 0-.22.568c0 .214.08.417.22.567.14.15.33.236.53.236Z'/><path d='M5.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5M11.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5'/>", "0 0 16 16"], we = ["<path d='M1.4 22.116c1.812 1.632 13.968-5.604 15.768-8.652.864-1.464-.156-3.612-1.824-5.328 1.896-1.26 3.564 2.664 5.148 1.836.72-.384 1.188-1.572.84-2.304-.624-1.296-2.7-1.296-4.104-1.452.996-.24 3.384-1.26 3.432-2.7.048-1.104-1.356-2.364-2.46-2.232-1.452.168-1.98 2.256-2.472 3.6-.06-.852-.24-2.724-1.176-3.54-1.248-1.092-2.748-.06-2.784 1.26-.048 1.596 3.384 2.484 2.304 4.404C12.248 5.604 10.1 4.836 8.72 5.64c-.588.372-1.26 1.092-1.956 2.028 1.068 1.128 2.544 2.484 3.708 3.264.24.168.312.504.132.744a.53.53 0 0 1-.744.144c-1.188-.804-2.64-2.136-3.72-3.252a32.183 32.183 0 0 0-1.608 2.676c1.02 1.032 2.316 2.196 3.348 2.892.24.168.3.504.132.744a.541.541 0 0 1-.756.144c-1.02-.696-2.232-1.776-3.252-2.784C1.88 16.428.32 21.156 1.4 22.116Z'/>", "0 0 24 24"], Te = ["<path d='M14.04 4.04a.65.65 0 0 1 .92.92l-9 9a.651.651 0 0 1-.968-.054l-4-5-.071-.11A.65.65 0 0 1 1.915 8l.093.094 3.546 4.431L14.04 4.04Z'/>", "0 0 16 16"], Ee = ["<path fill='#1B1B1B' d='M11 0H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Zm-6 8.75L2.5 6.271l.795-.771L5 7.173 8.704 3.5l.796.788L5 8.75Z'/>", "0 0 12 12"], De = ["<path fill='#1B1B1B' d='M11 0H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM1 11V1h10v10H1Z'/>", "0 0 12 12"], Oe = ["<path d='M15.761 4.197c.263.245.31.638.135.938l-.09.122-6.762 7.5a.732.732 0 0 1-1.088 0l-6.762-7.5a.759.759 0 0 1 .045-1.06.73.73 0 0 1 1.043.046L8.5 11.14l6.219-6.896.111-.1a.729.729 0 0 1 .931.054Z'/>", "0 0 16 16"], ke = ["<path fill='#F2F2F2' d='M17.005 12.982a4 4 0 0 1-3.992 4.008l-8 .015a4 4 0 0 1-4.008-3.992l-.015-8a4 4 0 0 1 3.993-4.008l8-.015a4 4 0 0 1 4.007 3.992l.015 8Z'/><path fill='#1B1B1B' fill-rule='evenodd' d='M10.825 14.493a.432.432 0 0 1-.61-.008l-5.11-5.256a.432.432 0 0 1 .009-.611l5.256-5.11a.432.432 0 0 1 .602.62L6.025 8.936l4.809 4.947a.432.432 0 0 1-.009.61Z' clip-rule='evenodd'/>", "0 0 18 18"], Ae = ["<path d='M12.803 15.761a.759.759 0 0 1-.938.135l-.122-.09-7.5-6.762a.732.732 0 0 1 0-1.088l7.5-6.762a.759.759 0 0 1 1.06.045.73.73 0 0 1-.046 1.043L5.86 8.5l6.897 6.219.1.111a.729.729 0 0 1-.054.931Z'/>", "0 0 16 16"], je = ["<path fill='#F2F2F2' d='M17.005 12.982a4 4 0 0 1-3.992 4.008l-8 .015a4 4 0 0 1-4.008-3.992l-.015-8a4 4 0 0 1 3.993-4.008l8-.015a4 4 0 0 1 4.007 3.992l.015 8Z'/><path fill='#1B1B1B' fill-rule='evenodd' d='M7.189 14.493a.432.432 0 0 0 .61-.008l5.11-5.256a.432.432 0 0 0-.008-.611l-5.256-5.11a.432.432 0 0 0-.603.62l4.947 4.808-4.809 4.947a.432.432 0 0 0 .009.61Z' clip-rule='evenodd'/>", "0 0 18 18"], Me = ["<path d='M4.197 1.239a.759.759 0 0 1 .938-.134l.122.088 7.5 6.763a.732.732 0 0 1 0 1.088l-7.5 6.762a.759.759 0 0 1-1.06-.045.73.73 0 0 1 .046-1.043L11.14 8.5 4.244 2.28l-.1-.111a.729.729 0 0 1 .054-.931Z'/>", "0 0 16 16"], Ne = ["<path d='M1.239 12.803a.759.759 0 0 1-.134-.938l.088-.122 6.763-7.5a.732.732 0 0 1 1.088 0l6.762 7.5a.759.759 0 0 1-.045 1.06.73.73 0 0 1-1.043-.046L8.5 5.86 2.28 12.757l-.111.1a.729.729 0 0 1-.931-.054Z'/>", "0 0 16 16"], Pe = ["<path d='M20.16 12.73A6.27 6.27 0 0 0 19.09 3c-2.01-1.33-4.7-1.34-6.73-.03-1.76 1.13-2.73 2.89-2.9 4.71-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99a2.794 2.794 0 0 0 3.95 0c.97-.97 2.25-1.5 3.64-1.65 1.37-.15 2.71-.75 3.77-1.8Zm-13.9 7.13c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98 1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52l-2.5 2.45Z'/>", "0 0 24 24"], Fe = ["<path d='M18.73 2.118a.936.936 0 0 1 1.274.363l.187.34a4.682 4.682 0 0 1 .133 4.297A6.214 6.214 0 0 1 22 11.376c0 .722-.121 1.418-.348 2.062-.238.676-1.113.637-1.437-.004l-.457-.914a.944.944 0 0 0-.84-.52h-2.855a.935.935 0 0 1-.938-.937V7.938a.935.935 0 0 0-.938-.937h-.667c-.832 0-1.172-.934-.422-1.286a6.206 6.206 0 0 1 2.652-.59c1.105 0 2.14.286 3.04.79a2.81 2.81 0 0 0-.235-2.18l-.188-.34a.936.936 0 0 1 .363-1.273v-.004ZM8.688 15.497l3.626-7.246h1.562v3.125c0 1.035.84 1.875 1.875 1.875h2.977l.933 1.867A16.934 16.934 0 0 1 6.031 22H3.734a1.734 1.734 0 0 1-.375-3.426l1.946-.434a4.999 4.999 0 0 0 3.386-2.644h-.004Z'/>", "0 0 24 24"], Ie = ["<path d='m8 7.293 5.646-5.647a.502.502 0 0 1 .708.708L8.707 8l5.647 5.646a.502.502 0 0 1-.708.708L8 8.707l-5.646 5.647a.502.502 0 0 1-.708-.708L7.293 8 1.646 2.354a.502.502 0 0 1 .708-.708z' />", "0 0 15 15"], Le = ["<path d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773c0 1.796-1.498 3.226-3.313 3.226H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318c0 1.467 1.23 2.681 2.781 2.681H6a.5.5 0 1 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383Z'/><path d='M8.354 15.794a.5.5 0 0 1-.708 0L5 13a.5.5 0 0 1 .708-.708L7.5 14.233V5.441a.5.5 0 0 1 1 0v8.792l1.792-1.941A.5.5 0 0 1 11 13l-2.646 2.794Z'/>", "0 0 16 16"], Re = ["<path d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773c0 1.796-1.498 3.226-3.313 3.226H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318c0 1.467 1.23 2.681 2.781 2.681H6a.5.5 0 1 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383Z'/><path d='M7.646 3.206a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708L8.5 4.767v9.792a.5.5 0 1 1-1 0V4.767L5.354 6.914a.5.5 0 0 1-.708-.708l3-3Z'/>", "0 0 16 16"], ze = ["<path d='M9.5 11.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5ZM9 9H5a.5.5 0 1 0 0 1h4a.5.5 0 1 0 0-1Zm4.5-4.421V11a1.502 1.502 0 0 1-1.5 1.5h-.5v1A1.502 1.502 0 0 1 10 15H4a1.502 1.502 0 0 1-1.5-1.5V5A1.502 1.502 0 0 1 4 3.5h.5v-1A1.502 1.502 0 0 1 6 1h4a.5.5 0 0 1 .358.151l3 3.079a.498.498 0 0 1 .142.349Zm-3-1.079a.5.5 0 0 0 .5.5h.738L10.5 2.73v.77Zm0 10v-6H9A1.502 1.502 0 0 1 7.5 6V4.5H4a.5.5 0 0 0-.5.5v8.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5ZM8.5 6a.5.5 0 0 0 .5.5h.738L8.5 5.23V6Zm4 5V5H11a1.502 1.502 0 0 1-1.5-1.5V2H6a.5.5 0 0 0-.5.5v1H8a.499.499 0 0 1 .358.151l3 3.079a.498.498 0 0 1 .142.349V11.5h.5a.5.5 0 0 0 .5-.5Z'/>", "0 0 16 16"], Be = ["<path d='M11.77 4.23A2.728 2.728 0 0 0 9.09 2H4.728A2.727 2.727 0 0 0 2 4.727v4.364a2.727 2.727 0 0 0 2.23 2.678A2.727 2.727 0 0 0 6.91 14h4.363A2.726 2.726 0 0 0 14 11.273V6.909a2.727 2.727 0 0 0-2.23-2.678ZM3.09 9.09V4.728a1.636 1.636 0 0 1 1.637-1.636h4.364a1.636 1.636 0 0 1 1.636 1.636v4.364a1.636 1.636 0 0 1-1.636 1.636H4.727a1.636 1.636 0 0 1-1.636-1.636Zm9.82 2.183a1.636 1.636 0 0 1-1.637 1.636H6.909a1.637 1.637 0 0 1-1.538-1.09h3.72a2.728 2.728 0 0 0 2.727-2.728V5.37a1.636 1.636 0 0 1 1.091 1.538v4.364Z'/>", "0 0 16 16"], Ve = ["<path d='M3.098 3.297a.634.634 0 0 0-.634.638v9.543c0 1.046.86 1.907 1.907 1.907h7.639c1.046 0 1.907-.86 1.907-1.907V3.935a.637.637 0 0 0-.635-.638H3.098Zm.638 1.272h8.907v8.909a.623.623 0 0 1-.634.634H4.371a.623.623 0 0 1-.634-.634V4.569Z'/><path d='M1.825 3.3a.636.636 0 0 0 0 1.272h12.731a.638.638 0 0 0 0-1.272H1.825Z'/><path d='M5.644.117c-1.047 0-1.908.86-1.908 1.907v1.911a.637.637 0 0 0 1.274 0V2.024c0-.359.275-.634.634-.634h5.093c.359 0 .634.275.634.634v1.911a.64.64 0 0 0 .639.634.636.636 0 0 0 .634-.634V2.024c0-1.047-.861-1.907-1.908-1.907H5.644ZM6.283 5.845a.64.64 0 0 0-.639.634v5.725a.64.64 0 0 0 1.088.45.635.635 0 0 0 .185-.45V6.479a.636.636 0 0 0-.634-.634ZM10.102 5.845a.64.64 0 0 0-.639.634v5.725a.64.64 0 0 0 1.088.45.632.632 0 0 0 .185-.45V6.479a.636.636 0 0 0-.634-.634Z'/>", "0 0 16 16"], He = ["<path d='M9.273 9.91a.636.636 0 1 0 0-1.274.636.636 0 0 0 0 1.273ZM6.727 7.364a.636.636 0 1 0 0-1.273.636.636 0 0 0 0 1.273ZM6.546 9.91a.455.455 0 0 1-.322-.778L9.127 6.23a.455.455 0 1 1 .643.643L6.868 9.776a.453.453 0 0 1-.322.133Z'/><path d='M8 15a1.93 1.93 0 0 1-1.369-.566l-.665-.665a.853.853 0 0 0-.607-.251h-.941a1.94 1.94 0 0 1-1.936-1.936v-.942a.852.852 0 0 0-.252-.606l-.665-.666a1.94 1.94 0 0 1 0-2.737l.665-.666a.852.852 0 0 0 .252-.606v-.942a1.94 1.94 0 0 1 1.935-1.935h.942a.853.853 0 0 0 .606-.252l.666-.665a1.94 1.94 0 0 1 2.738 0l.665.665a.853.853 0 0 0 .607.251h.942a1.94 1.94 0 0 1 1.935 1.936v.942a.854.854 0 0 0 .252.606l.665.666a1.94 1.94 0 0 1 0 2.737l-.665.665a.855.855 0 0 0-.252.607v.942a1.94 1.94 0 0 1-1.935 1.935h-.942a.85.85 0 0 0-.607.252l-.665.665A1.93 1.93 0 0 1 8 15ZM8 2.077a.857.857 0 0 0-.607.251l-.665.664a1.924 1.924 0 0 1-1.368.567h-.942a.86.86 0 0 0-.858.858v.942a1.924 1.924 0 0 1-.567 1.368l-.666.666a.86.86 0 0 0 0 1.214l.665.665a1.924 1.924 0 0 1 .567 1.368v.942a.86.86 0 0 0 .859.858h.942a1.925 1.925 0 0 1 1.368.567l.665.665a.86.86 0 0 0 1.214 0l.666-.665a1.923 1.923 0 0 1 1.368-.567h.941a.86.86 0 0 0 .859-.858v-.942a1.924 1.924 0 0 1 .567-1.368l.665-.665a.86.86 0 0 0 0-1.214l-.665-.666a1.925 1.925 0 0 1-.567-1.368v-.941a.86.86 0 0 0-.858-.859h-.942a1.924 1.924 0 0 1-1.368-.566l-.666-.666A.857.857 0 0 0 8 2.077Z'/>", "0 0 16 16"], Ue = ["<path d='M5.703 4.333a.417.417 0 0 0 0 .834h4.53a.417.417 0 0 0 0-.834h-4.53ZM5.286 7.678c0-.23.187-.416.417-.416h4.53a.417.417 0 0 1 0 .833h-4.53a.417.417 0 0 1-.417-.417ZM5.703 10.167a.417.417 0 1 0 0 .833H8.41a.417.417 0 1 0 0-.833H5.703Z'/><path d='M3 2.667C3 1.747 3.746 1 4.667 1h6.666C12.253 1 13 1.746 13 2.667v10c0 .92-.746 1.666-1.667 1.666H4.667c-.92 0-1.667-.746-1.667-1.666v-10Zm8.333-.834H4.667a.833.833 0 0 0-.834.834v10c0 .46.373.833.834.833h6.666c.46 0 .834-.373.834-.833v-10a.833.833 0 0 0-.834-.834Z'/>", "0 0 16 16"], We = ["<path stroke-linecap='round' stroke-linejoin='round' d='M7.5 5v4H11'/><circle cx='8' cy='8' r='6.4' stroke-width='1.2'/>", "0 0 16 16"], Ge = ["<path d='M14.17 3.44A6.928 6.928 0 1 1 3.264 11.99a.533.533 0 1 1 .839-.658 5.884 5.884 0 1 0-1.207-4.246s-.077.117-.308.298l-.81-.098.095-.526A6.922 6.922 0 0 1 14.169 3.44Z'/><path d='m.486 5.994 4.531-.29a.289.289 0 0 1 .252.458L3.177 9.026a.289.289 0 0 1-.442.029L.295 6.48a.289.289 0 0 1 .191-.486Z'/><path stroke-linecap='round' stroke-linejoin='round' d='M8 5v4h4'/>", "0 0 16 16"], Ke = ["<path d='M7.524 4.333a.417.417 0 0 0 0 .834h2.708a.417.417 0 0 0 0-.834H7.524ZM7.107 7.678c0-.23.187-.416.417-.416h2.708a.417.417 0 0 1 0 .833H7.524a.417.417 0 0 1-.417-.417ZM7.524 10.167a.417.417 0 1 0 0 .833h2.708a.417.417 0 1 0 0-.833H7.524Z'/><path d='M3 2.667C3 1.747 3.746 1 4.667 1h6.666C12.253 1 13 1.746 13 2.667v10c0 .92-.746 1.666-1.667 1.666H4.667c-.92 0-1.667-.746-1.667-1.666v-10Zm8.333-.834H4.667a.833.833 0 0 0-.834.834v10c0 .46.373.833.834.833h6.666c.46 0 .834-.373.834-.833v-10a.833.833 0 0 0-.834-.834Z'/><path d='M5.5 4.333a.417.417 0 0 0 0 .834h.292a.417.417 0 0 0 0-.834H5.5ZM5.5 7.262a.417.417 0 1 0 0 .833h.292a.417.417 0 0 0 0-.833H5.5ZM5.5 10.167a.417.417 0 1 0 0 .833h.292a.417.417 0 1 0 0-.833H5.5Z'/>", "0 0 16 16"], qe = ["<circle cx='5' cy='4' r='1.25'/><circle cx='5' cy='8' r='1.25'/><circle cx='5' cy='12' r='1.25'/><circle cx='11' cy='4' r='1.25'/><circle cx='11' cy='8' r='1.25'/><circle cx='11' cy='12' r='1.25'/>", "0 0 16 16"], Je = ["<path fill='#E12845' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14ZM3.353 3.044a.571.571 0 0 0-.185.933L6.192 7l-3.024 3.023a.572.572 0 0 0 .809.81L7 7.807l3.024 3.024a.573.573 0 0 0 .808-.809L7.808 7l3.024-3.023a.571.571 0 1 0-.809-.81L7 6.193 3.977 3.168a.571.571 0 0 0-.624-.124Z' clip-rule='evenodd'/>", "0 0 14 14"], Ye = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.164 4.13a.5.5 0 0 1 .706.034l5 5.5a.5.5 0 1 1-.74.672l-5-5.5a.5.5 0 0 1 .034-.706Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M9.836 4.13a.5.5 0 0 0-.706.034l-5 5.5a.5.5 0 1 0 .74.672l5-5.5a.5.5 0 0 0-.034-.706Z' clip-rule='evenodd'/>", "0 0 14 14"], Xe = ["<path fill-rule='evenodd' d='M8 15.2A7.2 7.2 0 1 0 8 .8a7.2 7.2 0 0 0 0 14.4Zm0 .8A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z' clip-rule='evenodd'/><path d='M7.53 12.8v-1.056h.94V12.8h-.94Zm0-2.304V2.784h.94v7.712h-.94Z'/><path fill-rule='evenodd' d='M8 15.04A7.04 7.04 0 1 0 8 .96a7.04 7.04 0 0 0 0 14.08ZM8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z' clip-rule='evenodd'/>", "0 0 16 16"], Ze = ["<g clip-path='url(#a)'><path d='M.35 6.5V1L.363.87A.65.65 0 0 1 1 .35h6l.13.013a.65.65 0 0 1 0 1.274L7 1.65H1.65V6.5a.65.65 0 0 1-1.3 0ZM15.65 10v5.5l-.013.13a.65.65 0 0 1-.637.52H9l-.13-.013a.65.65 0 0 1 0-1.274L9 14.85h5.35V10a.65.65 0 0 1 1.3 0Z'/><path d='M1.063 1.019a.65.65 0 0 1 .82-.044l.098.088 5 5.5.079.106a.65.65 0 0 1-.943.856l-.098-.088-5-5.5-.079-.106a.65.65 0 0 1 .123-.812ZM9.063 9.019a.65.65 0 0 1 .82-.044l.098.088 5 5.5.079.106a.65.65 0 0 1-.943.856l-.098-.088-5-5.5-.079-.106a.65.65 0 0 1 .123-.812Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], Qe = ["<g fill-rule='evenodd' clip-path='url(#a)' clip-rule='evenodd'><path d='M0 4.435c0-.317.257-.574.574-.574h6.694a.574.574 0 1 1 0 1.147h-6.12v9.844h9.85V8.258a.574.574 0 0 1 1.147 0v7.168a.574.574 0 0 1-.574.573H.574A.574.574 0 0 1 0 15.426V4.435Z'/><path d='M7.973 1.049c0-.317.256-.574.573-.574L14.78.467c.317 0 .574.255.575.572l.008 6.232a.574.574 0 0 1-1.148.001l-.006-4.847-8.29 8.308a.574.574 0 0 1-.813-.81l8.29-8.308-4.85.006a.574.574 0 0 1-.574-.572Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], $e = ["<path fill-rule='evenodd' d='M1.884 5.18a.5.5 0 0 0-.704-.064l.704.063Zm0 0 .005.006.022.025a8.287 8.287 0 0 0 .464.478c.327.31.803.717 1.398 1.104C4.76 7.434 6.045 8 7.5 8c1.241 0 2.333-.411 3.253-.935.668-.38 1.264-.855 1.696-1.24a11.508 11.508 0 0 0 .672-.651l.007-.008.002-.002a.5.5 0 0 1 .74.672L13.5 5.5l.37.336-.001.002-.003.003-.011.012-.041.043c-.035.037-.085.09-.15.155a12.526 12.526 0 0 1-1.8 1.5l1.948 1.559a.5.5 0 0 1-.624.78l-2.24-1.792c-.839.44-1.828.799-2.948.883V11.5a.5.5 0 1 1-1 0V8.981c-1.319-.099-2.478-.576-3.403-1.12l-1.72 1.968a.5.5 0 1 1-.753-.658l1.63-1.866A10.935 10.935 0 0 1 1.27 5.993a6.076 6.076 0 0 1-.141-.158l-.009-.01-.003-.003V5.82L1.5 5.5l-.383.32a.5.5 0 0 1 .063-.704' clip-rule='evenodd'/>", "0 0 16 16"], et = ["<path d='M14.333 7.583S11.833 3 7.667 3C3.5 3 1 7.583 1 7.583s2.5 4.584 6.667 4.584c4.166 0 6.666-4.584 6.666-4.584Zm-12.356 0 .162-.24c.28-.4.691-.932 1.221-1.462C4.434 4.807 5.9 3.833 7.667 3.833c1.766 0 3.232.974 4.306 2.048a10.934 10.934 0 0 1 1.383 1.702 10.934 10.934 0 0 1-1.383 1.702c-1.074 1.075-2.54 2.048-4.306 2.048S4.434 10.36 3.36 9.286a10.946 10.946 0 0 1-1.383-1.703Z'/><path d='M4.75 7.583a2.917 2.917 0 1 1 5.833 0 2.917 2.917 0 0 1-5.833 0Z'/>", "0 0 16 16"], tt = ["<path fill-rule='evenodd' d='M7.43 2.208c-1.228.09-2.46.475-3.69 1.16L2.118 1.808a.588.588 0 0 0-.808 0 .535.535 0 0 0 0 .777l1.447 1.391C1.887 4.573 1.02 5.32.153 6.22a.534.534 0 0 0 0 .748C2.763 9.674 5.39 10.999 8 11c2.61.001 5.238-1.32 7.848-4.034l.004-.004.057-.072.047-.085.029-.086.014-.095-.002-.089-.02-.094-.032-.084-.043-.071-.054-.066c-.866-.9-1.734-1.648-2.604-2.244l1.446-1.39a.535.535 0 0 0 0-.777.588.588 0 0 0-.808 0l-1.62 1.557C11.033 2.68 9.8 2.298 8.572 2.207V.549A.561.561 0 0 0 8.001 0a.561.561 0 0 0-.572.55v1.658Zm.683 1.078a.629.629 0 0 1-.224 0c-2.182.038-4.348 1.159-6.529 3.307C3.578 8.778 5.781 9.9 8 9.901c2.22.001 4.424-1.119 6.642-3.308-2.18-2.152-4.348-3.271-6.53-3.307ZM8 3.846c-1.578 0-2.858 1.23-2.858 2.747 0 1.516 1.28 2.747 2.858 2.747 1.577 0 2.857-1.23 2.857-2.747 0-1.516-1.28-2.747-2.857-2.747Zm0 1.099c.946 0 1.714.738 1.714 1.648 0 .91-.768 1.648-1.714 1.648-.947 0-1.715-.738-1.715-1.648 0-.91.768-1.648 1.715-1.648Z' clip-rule='evenodd'/>", "0 0 16 11"], nt = ["<path d='M22 12.061C22 6.504 17.523 2 12.001 2 6.477 2.001 2 6.504 2 12.063c0 5.02 3.657 9.182 8.436 9.937v-7.03H7.9v-2.908h2.54V9.845c0-2.52 1.493-3.913 3.777-3.913 1.095 0 2.238.196 2.238.196v2.475h-1.26c-1.242 0-1.63.776-1.63 1.572v1.887h2.773l-.442 2.907h-2.331v7.03C18.343 21.245 22 17.083 22 12.062Z'/>", "0 0 24 24"], rt = ["<path d='M19.069 11.051a7.768 7.768 0 0 0-1.853-2.575l-.65-.597a.18.18 0 0 0-.291.074l-.291.834c-.181.523-.514 1.057-.986 1.582a.14.14 0 0 1-.091.045.124.124 0 0 1-.097-.034.131.131 0 0 1-.044-.107c.082-1.346-.32-2.863-1.2-4.515-.73-1.373-1.742-2.444-3.007-3.19l-.924-.543a.18.18 0 0 0-.268.163l.05 1.073c.033.733-.052 1.381-.253 1.92-.246.66-.6 1.272-1.05 1.822a6.61 6.61 0 0 1-1.063 1.03A7.882 7.882 0 0 0 4.81 10.75a7.774 7.774 0 0 0-.19 6.49 7.854 7.854 0 0 0 4.19 4.149c.97.406 1.998.612 3.06.612 1.061 0 2.09-.206 3.06-.61a7.791 7.791 0 0 0 2.501-1.67 7.737 7.737 0 0 0 2.307-5.52c0-1.09-.223-2.15-.668-3.149Z'/>", "0 0 24 24"], it = ["<path d='M24 12c0-.775-.669-2.192-2.138-3.469a9.705 9.705 0 0 0-2.826-1.693.148.148 0 0 0-.184.073.89.89 0 0 1-.022.04l-.45.746a8.589 8.589 0 0 0 .004 8.615l.01.018.41.75a.187.187 0 0 0 .232.085C22.483 15.817 24 13.195 24 12Zm-4.402-.007a.75.75 0 1 1-.195-1.487.75.75 0 0 1 .195 1.487Z'/><path d='M15.724 12c0-1.778.47-3.525 1.363-5.062l.006-.01.216-.36a.187.187 0 0 0-.12-.281 13.325 13.325 0 0 0-1.841-.253.372.372 0 0 1-.201-.075c-.904-.687-2.696-1.889-4.522-2.198a.75.75 0 0 0-.844.946l.498 1.743a.187.187 0 0 1-.113.226c-1.728.642-3.215 1.817-4.3 2.712a.375.375 0 0 1-.472.003 14.548 14.548 0 0 0-.454-.346C3.082 7.688.899 7.509.807 7.502a.75.75 0 0 0-.79.91c.02.09.432 1.907 1.487 3.356a.38.38 0 0 1 0 .448C.449 13.666.037 15.482.018 15.573a.75.75 0 0 0 .789.91c.093-.007 2.275-.188 4.13-1.542.152-.111.3-.224.444-.338a.375.375 0 0 1 .472.003c1.09.9 2.58 2.075 4.312 2.719a.187.187 0 0 1 .114.226l-.5 1.743a.75.75 0 0 0 .844.946c.804-.136 2.432-.603 4.502-2.195a.383.383 0 0 1 .204-.078c.618-.04 1.233-.123 1.839-.248a.188.188 0 0 0 .126-.274l-.211-.388A10.069 10.069 0 0 1 15.724 12Z'/>", "0 0 24 24"], at = ["<path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm7.934 9h-2.938a14.86 14.86 0 0 0-1.186-5.079A8.013 8.013 0 0 1 19.934 11zM12 20c-.491 0-1.48-1.819-1.888-5H13.888C13.48 18.181 12.491 20 12 20zm-2-7h4c-.086 1.183-.297 2.24-.606 3.11C13.077 16.922 12.545 18 12 18c-.545 0-1.077-1.078-1.394-1.89C10.297 15.24 10.086 14.183 10 13zm0-2c.086-1.183.297-2.24.606-3.11C10.923 7.078 11.455 6 12 6c.545 0 1.077 1.078 1.394 1.89C13.703 8.76 13.914 9.817 14 11h-4zm-2.81 5.079A14.86 14.86 0 0 0 8.004 11H5.066a8.013 8.013 0 0 0 4.124 5.079zM5.066 13h2.938c.205 1.842.61 3.561 1.186 5.079A8.013 8.013 0 0 1 5.066 13zm9.748 5.079A14.86 14.86 0 0 0 15.996 13h2.938a8.013 8.013 0 0 1-4.18 5.079zM15.996 11a14.86 14.86 0 0 0-1.186-5.079A8.013 8.013 0 0 1 18.934 11h-2.938zM9.19 5.921A14.86 14.86 0 0 0 8.004 11H5.066A8.013 8.013 0 0 1 9.19 5.921z'/>", "0 0 24 24"], ot = ["<path d='M21.823 10.363c.119.685.178 1.379.177 2.074 0 3.104-1.11 5.728-3.04 7.504h.002c-1.688 1.56-4.009 2.463-6.76 2.463a10.202 10.202 0 0 1 0-20.403 9.805 9.805 0 0 1 6.824 2.655l-2.912 2.912a5.543 5.543 0 0 0-3.913-1.53c-2.66 0-4.922 1.795-5.728 4.213a6.11 6.11 0 0 0 0 3.906h.004c.81 2.414 3.067 4.21 5.728 4.21 1.375 0 2.556-.353 3.471-.975h-.004a4.72 4.72 0 0 0 2.04-3.1h-5.51v-3.927l9.62-.002Z'/>", "0 0 24 24"], st = ["<path d='M4.758 13.704c-.192 0-.325-.059-.4-.176-.064-.107-.074-.288-.032-.544l.352-2.096h-1.76c-.149 0-.25-.037-.304-.112-.053-.085-.069-.224-.048-.416.022-.192.059-.336.112-.432a.459.459 0 0 1 .256-.192c.118-.043.246-.064.384-.064H4.87l.48-2.928H3.606c-.149 0-.256-.037-.32-.112-.053-.075-.069-.203-.048-.384.022-.203.064-.352.128-.448a.459.459 0 0 1 .256-.192c.107-.043.235-.064.384-.064h1.536l.4-2.4c.043-.235.096-.41.16-.528a.495.495 0 0 1 .288-.24c.128-.053.304-.08.528-.08.224 0 .363.064.416.192.064.117.07.325.016.624l-.416 2.432h3.264l.368-2.336c.043-.235.091-.416.144-.544a.494.494 0 0 1 .256-.272c.118-.064.294-.096.528-.096.224 0 .374.059.448.176.075.107.091.293.048.56l-.4 2.512h1.472c.182 0 .294.048.336.144.054.096.059.24.016.432a1.096 1.096 0 0 1-.176.432.475.475 0 0 1-.256.16 1.265 1.265 0 0 1-.304.032h-1.312l-.448 2.928h1.456c.182 0 .294.053.336.16a.624.624 0 0 1 .032.352 1.84 1.84 0 0 1-.176.464.463.463 0 0 1-.24.192.975.975 0 0 1-.336.048h-1.296l-.32 1.952a1.427 1.427 0 0 1-.128.48.616.616 0 0 1-.304.288c-.128.064-.314.096-.56.096-.17 0-.293-.059-.368-.176-.074-.107-.09-.293-.048-.56l.32-2.08H6.07l-.32 1.92c-.032.203-.08.373-.144.512a.628.628 0 0 1-.288.288c-.128.064-.314.096-.56.096Zm1.488-4.032H9.51l.464-2.928h-3.2l-.528 2.928Z'/>", "0 0 16 16"], ct = ["<path fill-rule='evenodd' d='M2.642 6.408c0-.339.165-.656.442-.85l4.321-3.025c.357-.25.833-.25 1.19 0l4.32 3.025c.278.194.443.511.443.85v6.913c0 .573-.464 1.037-1.037 1.037H3.679a1.037 1.037 0 0 1-1.037-1.037V6.408ZM8 3.383 3.679 6.408v6.913h8.642V6.408L8 3.383Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M10.765 14.358h-5.53v-3.917h1.037v2.88h3.456v-2.88h1.037v3.917Zm-1.037-3.917S9.728 9 8 9s-1.728 1.44-1.728 1.44c-1.038 0-1.038 0-1.038-.002v-.023a1.617 1.617 0 0 1 .008-.126 2.602 2.602 0 0 1 .357-1.103c.41-.683 1.185-1.224 2.4-1.224 1.216 0 1.993.54 2.403 1.224a2.601 2.601 0 0 1 .363 1.23v.023H9.728ZM7.693 2.1a.519.519 0 0 1 .614 0l6.481 4.753a.519.519 0 0 1-.613.837L8 3.162 1.825 7.69a.519.519 0 1 1-.613-.837L7.693 2.1Z' clip-rule='evenodd'/>", "0 0 16 16"], lt = ["<g fill-rule='evenodd' clip-path='url(#a)' clip-rule='evenodd'><path d='M16 11.565a.574.574 0 0 1-.574.573H8.732a.574.574 0 1 1 0-1.147h6.12V1.147h-9.85v6.595a.574.574 0 0 1-1.147 0V.574c0-.317.257-.574.574-.574h10.997c.317 0 .574.257.574.574v10.99Z'/><path d='M8.027 14.95a.574.574 0 0 1-.573.574l-6.235.009a.574.574 0 0 1-.575-.573L.636 8.728a.574.574 0 0 1 1.148-.002l.006 4.848 8.29-8.308a.574.574 0 0 1 .813.81l-8.29 8.308 4.85-.007c.317 0 .574.256.574.573Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], ut = ["<path fill='#275FFD' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm.32-9.24a.88.88 0 1 0 0-1.76.88.88 0 0 0 0 1.76ZM6.123 5.97l2.015-.253-.881 4.139c-.062.299.026.469.268.469.17 0 .428-.062.603-.217l-.077.366c-.253.304-.81.526-1.289.526-.618 0-.881-.371-.711-1.16L6.7 6.79c.056-.258.004-.35-.253-.413l-.397-.072.072-.335Z' clip-rule='evenodd'/>", "0 0 14 14"], dt = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path d='m8.138 5.716-2.015.253-.072.335.397.072c.257.062.309.155.252.413L6.05 9.84c-.17.789.094 1.16.712 1.16.48 0 1.036-.222 1.289-.526l.077-.366a.974.974 0 0 1-.603.217c-.242 0-.33-.17-.268-.47l.881-4.139ZM8.2 3.88a.88.88 0 1 1-1.76 0 .88.88 0 0 1 1.76 0Z'/>", "0 0 14 14"], ft = ["<path d='M12 8.876A3.13 3.13 0 0 0 8.876 12 3.13 3.13 0 0 0 12 15.124 3.13 3.13 0 0 0 15.124 12 3.13 3.13 0 0 0 12 8.876ZM21.37 12c0-1.294.012-2.576-.06-3.867-.073-1.5-.415-2.831-1.512-3.928-1.1-1.1-2.428-1.44-3.928-1.512-1.294-.073-2.576-.061-3.868-.061-1.293 0-2.575-.012-3.867.061-1.5.073-2.831.415-3.928 1.512-1.1 1.099-1.439 2.428-1.512 3.928-.072 1.294-.06 2.576-.06 3.867s-.012 2.576.06 3.867c.073 1.5.415 2.831 1.512 3.928 1.1 1.1 2.428 1.44 3.928 1.512 1.294.073 2.576.061 3.867.061 1.294 0 2.576.012 3.867-.061 1.5-.073 2.832-.415 3.929-1.512 1.099-1.099 1.439-2.428 1.511-3.928.075-1.291.061-2.573.061-3.867ZM12 16.807A4.8 4.8 0 0 1 7.193 12 4.8 4.8 0 0 1 12 7.193 4.8 4.8 0 0 1 16.807 12 4.8 4.8 0 0 1 12 16.807Zm5.004-8.688a1.121 1.121 0 0 1-1.123-1.123c0-.621.502-1.123 1.123-1.123a1.121 1.121 0 0 1 .43 2.16 1.12 1.12 0 0 1-.43.086Z'/>", "0 0 24 24"], pt = ["<path fill-rule='evenodd' d='M12.888 4.373c0-1.205-.912-2.191-2.038-2.191s-2.038.986-2.038 2.19c0 1.207.912 2.183 2.038 2.183s2.038-.976 2.038-2.182m1.112 0C14 2.51 12.59 1 10.85 1S7.7 2.51 7.7 4.373c0 .717.21 1.382.565 1.93l-6.102 6.534a.625.625 0 0 0 0 .841.53.53 0 0 0 .786 0l.834-.892q.021.03.047.058l.918.982a.53.53 0 0 0 .786 0 .625.625 0 0 0 0-.842l-.917-.982a1 1 0 0 0-.055-.051l.545-.584.02.023.525.56a.53.53 0 0 0 .786 0 .625.625 0 0 0 0-.84l-.524-.563-.021-.02 3.16-3.383c.51.38 1.129.602 1.797.602 1.74 0 3.15-1.51 3.15-3.373' clip-rule='evenodd'/>", "0 0 16 16"], mt = ["<path fill-rule='evenodd' d='M1.293 1.293a1 1 0 0 1 1.414 0L8.494 7.08a.99.99 0 0 1 .028.027l7.613 7.614.015.015 6.557 6.557a1 1 0 0 1-1.414 1.414L18 19.414V20a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-9.788a5 5 0 0 1 .539-2.259L1.293 2.707a1 1 0 0 1 0-1.414ZM8.086 9.5a3 3 0 0 0-.086.712v3.438a7.472 7.472 0 0 1 4.386.428c.145.06.292.114.44.162L8.086 9.5Zm3.528 6.422a7.472 7.472 0 0 0 3.453.56l-3.453-.56Zm3.453.56.933.932V20a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-4.293a5.467 5.467 0 0 1 3.614.215M7 2a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v1.789a3 3 0 0 0 .504 1.664l.656.984a5 5 0 0 1 .84 2.775v1.131a1 1 0 1 1-2 0v-1.131a3 3 0 0 0-.504-1.665l-.656-.984A5 5 0 0 1 14 4.789V3h-4v.343a1 1 0 0 1-2 0V3a1 1 0 0 1-1-1Z' clip-rule='evenodd'/>", "0 0 24 24"], ht = ["<path fill-rule='evenodd' d='M1.733 1.444c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444V5.89a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V1.444Zm.89.445v3.556h3.555V1.889H2.622ZM1.733 8.111c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444v4.445a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V8.111Zm.89.445v3.556h3.555V8.555H2.622ZM9.067 1.444c0-.245.186-.444.416-.444h4.167c.23 0 .417.199.417.444v11.112c0 .245-.187.444-.417.444H9.483c-.23 0-.416-.199-.416-.444V1.444Zm.833.445V12.11h3.333V1.89H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], gt = ["<path fill-rule='evenodd' d='M7.241 1.305a.439.439 0 0 0-.439-.44h-4.39a.439.439 0 0 0-.439.44v4.39c0 .242.197.439.44.439h4.39a.439.439 0 0 0 .438-.439v-4.39Zm-.878.439v3.512H2.851V1.744h3.512ZM11.266 5.11a1.683 1.683 0 1 1 0-3.366 1.683 1.683 0 0 1 0 3.366Zm0 .878a2.561 2.561 0 1 1 0-5.122 2.561 2.561 0 0 1 0 5.122ZM2.344 8.134c-.245 0-.444.187-.444.417v4.167c0 .23.199.416.444.416h11.111c.246 0 .445-.186.445-.416V8.55c0-.23-.2-.417-.444-.417H2.344Zm.445.834H13.01V12.3H2.789V8.968Z' clip-rule='evenodd'/>", "0 0 15 14"], _t = ["<path fill-rule='evenodd' d='M1.733 1.444c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444V5.89a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V1.444Zm.89.445v3.556h3.555V1.889H2.622ZM1.733 8.111c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444v4.445a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V8.111Zm.89.445v3.556h3.555V8.555H2.622ZM9.067 1.444c0-.245.186-.444.416-.444h4.167c.23 0 .417.199.417.444v11.112c0 .245-.187.444-.417.444H9.483c-.23 0-.416-.199-.416-.444V1.444Zm.833.445V12.11h3.333V1.89H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], vt = ["<path fill-rule='evenodd' d='M2.178 7.667a.444.444 0 0 0-.445.444v4.444c0 .246.2.445.445.445h4.444a.444.444 0 0 0 .445-.445V8.111a.444.444 0 0 0-.445-.445H2.178Zm.444.888h3.556v3.556H2.622V8.555ZM6.03 3.593a1.704 1.704 0 1 1-3.408 0 1.704 1.704 0 0 1 3.408 0Zm.888 0a2.593 2.593 0 1 1-5.185 0 2.593 2.593 0 0 1 5.185 0ZM9.067 12.556c0 .245.186.444.416.444h4.167c.23 0 .416-.199.416-.444V1.444c0-.245-.186-.444-.416-.444H9.483c-.23 0-.416.199-.416.444v11.112Zm.833-.445V1.89h3.333V12.11H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], yt = ["<path fill-rule='evenodd' d='M1.668 3.588a1.744 1.744 0 1 0 3.488 0 1.744 1.744 0 0 0-3.488 0Zm-.91 0a2.654 2.654 0 1 0 5.308 0 2.654 2.654 0 0 0-5.308 0ZM1.668 10.412a1.744 1.744 0 1 0 3.488 0 1.744 1.744 0 0 0-3.488 0Zm-.91 0a2.654 2.654 0 1 0 5.308 0 2.654 2.654 0 0 0-5.308 0ZM15.042 2.223a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 5.408a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 8.592a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 11.777a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455Z' clip-rule='evenodd'/>", "0 0 16 14"], bt = ["<path d='M20.977 3.27 20.857 2l-1.21.403c-2.072.72-4.285.94-6.458.645a11.96 11.96 0 0 0-6.73.907 7.285 7.285 0 0 0-4.323 5.45 9.068 9.068 0 0 0 .393 4.615c.34-.768.737-1.508 1.189-2.216a9.925 9.925 0 0 1 4.1-3.456 11.244 11.244 0 0 1 5.099-1.008c-1.67.255-3.27.856-4.696 1.763a9.553 9.553 0 0 0-1.874 1.542 11.465 11.465 0 0 0-1.4 1.924 16.514 16.514 0 0 0-1.582 4.575A26.62 26.62 0 0 0 2.841 22h2.015a30.92 30.92 0 0 1 .595-4.353 9.32 9.32 0 0 0 4.554 1.119 11.083 11.083 0 0 0 4.312-.877c7.668-3.274 6.66-14.166 6.66-14.62Z'/>", "0 0 24 24"], xt = ["<path d='M2 3.433C2 2.64 2.658 2 3.469 2H20.53C21.343 2 22 2.641 22 3.433v17.134C22 21.36 21.343 22 20.531 22H3.47C2.658 22 2 21.359 2 20.567V3.433Zm6.179 15.31V9.71H5.177v9.031H8.18Zm-1.5-10.265c1.046 0 1.697-.693 1.697-1.56-.018-.887-.65-1.56-1.677-1.56C5.67 5.357 5 6.032 5 6.918c0 .867.651 1.56 1.659 1.56h.02Zm6.135 10.264V13.7c0-.27.02-.54.1-.733.216-.538.71-1.097 1.54-1.097 1.086 0 1.52.827 1.52 2.042v4.832h3.001v-5.18c0-2.776-1.48-4.066-3.455-4.066-1.592 0-2.306.876-2.706 1.492v.031h-.02l.02-.031V9.71h-3c.037.848 0 9.031 0 9.031h3Z'/>", "0 0 24 24"], St = ["<path d='M11.5 22S19 14.892 19 9.5a7.5 7.5 0 0 0-15 0C4 14.892 11.5 22 11.5 22Zm0-8.75a3.75 3.75 0 1 1 0-7.5 3.75 3.75 0 0 1 0 7.5Z'/>", "0 0 24 24"], Ct = ["<path d='M5.961 9.278h4.088c.844 0 1.531-.687 1.531-1.532V5.151a1.53 1.53 0 0 0-1.453-1.524V2.623C10.127 1.453 9.175.5 8.005.5s-2.123.952-2.123 2.123v1.003A1.53 1.53 0 0 0 4.43 5.15v2.595c0 .846.687 1.533 1.531 1.533M8 1.5c.676 0 1.231.558 1.231 1.234v.885H6.778v-.885A1.23 1.23 0 0 1 8 1.5m-2.5 4c0-.35 0-.781.547-.781h4.002c.451 0 .53.43.53.781v2c0 .35-.089.828-.618.828H6.07c-.462 0-.571-.478-.571-.828zM13.553 10.543H2.602C1.547 10.543 1 11.197 1 12v2.117c0 .804.653 1.458 1.457 1.458h11.096c.803 0 1.457-.654 1.457-1.457V12c0-.804-.653-1.457-1.457-1.457M14 14.118c0 .308-.138.482-.447.482H2.457c-.31 0-.457-.174-.457-.482V12c0-.309.293-.49.602-.49h10.951c.31 0 .447.181.447.49z'/><path d='M4.653 13.806a.652.652 0 1 0 0-1.306.652.652 0 1 0 0 1.306M8 13.806A.652.652 0 1 0 8 12.5a.652.652 0 1 0 0 1.306M11.653 13.806a.652.652 0 1 0 0-1.306.652.652 0 1 0 0 1.306'/>", "0 0 16 16"], wt = ["<path d='M14.41 9.018a2.11 2.11 0 0 0-1.642-.601V7.1c.001-.908-.735-1.646-1.645-1.648H9.845v-2A2.96 2.96 0 0 0 8.364.895a2.97 2.97 0 0 0-2.96 0 2.96 2.96 0 0 0-1.48 2.558v2H2.644C1.735 5.455.999 6.193 1 7.1v6.75c0 .908.735 1.647 1.645 1.649h8.478a1.65 1.65 0 0 0 1.645-1.65v-1.315a2.073 2.073 0 0 0 1.641-3.517M4.936 3.453a1.947 1.947 0 0 1 3.897 0v2H4.936zm6.82 10.398a.636.636 0 0 1-.633.638H2.645a.636.636 0 0 1-.633-.638V7.1a.635.635 0 0 1 .633-.637h1.782c.001-.004 4.906.003 4.91 0h1.786a.635.635 0 0 1 .633.637v1.316H8.443a2.06 2.06 0 0 0 0 4.118h3.313zm1.197-2.327c-.36-.002-4.035.002-4.499 0a1.049 1.049 0 0 1-.01-2.096h4.51a1.049 1.049 0 0 1-.001 2.096m-2.258-.542a.506.506 0 0 1 0-1.012.506.506 0 0 1 0 1.011m1.796 0a.506.506 0 0 1 .001-1.012.506.506 0 0 1 0 1.011m-3.593 0a.506.506 0 0 1 0-1.012.506.506 0 0 1 0 1.011'/>", "0 0 16 16"], Tt = ["<path d='M1.714 2.5C.763 2.5 0 3.303 0 4.256v7.91c0 .954.763 1.763 1.714 1.763h12.572c.951 0 1.714-.81 1.714-1.762V4.256c0-.953-.763-1.756-1.714-1.756H1.714Zm.084 1.143h12.41L8.34 9.214c-.213.203-.452.203-.666 0L1.798 3.643Zm-.655.952 3.893 3.69-3.893 3.882V4.595Zm13.714 0v7.572l-3.88-3.887 3.88-3.685Zm-4.702 4.47 3.708 3.72H2.143l3.72-3.714 1.024.97c.62.589 1.618.59 2.238 0l1.03-.976Z'/>", "0 0 16 16"], Et = ["<path d='m13.003 1.013.107-.097a1.413 1.413 0 0 1 1.988 1.988L15 3.01 3.01 15a1.413 1.413 0 1 1-1.998-1.999l11.99-11.99Z'/><path d='m14.987 12.989.097.107a1.413 1.413 0 0 1-1.988 1.988l-.107-.097L.999 2.997A1.413 1.413 0 0 1 2.997 1l11.99 11.99Z'/>", "0 0 16 16"], Dt = ["<path d='m14.857 0 .117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 1 1 0-2.286h13.714ZM14.857 6.857l.117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 0 1 0-2.286h13.714ZM14.857 13.714l.117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 0 1 0-2.286h13.714Z'/>", "0 0 16 16"], Ot = ["<circle cx='8' cy='8' r='8' fill='#F7F3EE'/><path fill='#1B1B1B' fill-rule='evenodd' d='M3.929 8.5c0-.276.191-.5.428-.5H11.5c.237 0 .429.224.429.5s-.192.5-.429.5H4.357c-.237 0-.428-.224-.428-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], kt = ["<circle cx='8' cy='8' r='8' fill='#E6D9CA'/><path fill='#1B1B1B' fill-rule='evenodd' d='M3.929 8.5c0-.276.191-.5.428-.5H11.5c.237 0 .429.224.429.5s-.192.5-.429.5H4.357c-.237 0-.428-.224-.428-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], At = ["<path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM4.357 8c-.236 0-.428.224-.428.5s.192.5.428.5H11.5c.237 0 .429-.224.429-.5S11.737 8 11.5 8H4.357Z'/>", "0 0 16 16"], jt = ["<path fill-rule='evenodd' d='M0 12.167V4.833c0-.053.002-.107.006-.16.072-.885.731-1.59 1.558-1.666.05-.005.1-.007.15-.007h12.572c.05 0 .1.002.15.007.827.076 1.486.781 1.558 1.666a2 2 0 0 1 .006.16v7.334c0 .053-.002.107-.006.16-.072.885-.731 1.59-1.558 1.666-.05.005-.1.007-.15.007H1.714c-.05 0-.1-.002-.15-.007-.827-.076-1.486-.781-1.558-1.666a2.009 2.009 0 0 1-.006-.16Zm2.829-7.945H1.714c-.315 0-.571.274-.571.611v1.192c.093.02.188.03.286.03.788 0 1.428-.684 1.428-1.527 0-.105-.01-.206-.028-.306Zm9.187 0H3.984c.011.1.016.203.016.306 0 1.518-1.152 2.75-2.571 2.75-.097 0-.192-.006-.286-.017v2.478c.094-.012.19-.017.286-.017C2.848 9.722 4 10.954 4 12.472c0 .103-.005.206-.016.306h8.032a2.88 2.88 0 0 1-.016-.306c0-1.518 1.152-2.75 2.571-2.75.097 0 .193.005.286.017V7.261c-.093.011-.19.017-.286.017-1.419 0-2.571-1.232-2.571-2.75 0-.103.005-.206.016-.306ZM8 10.111c.301 0 .571-.207.571-.5 0-.217-.167-.288-.332-.366-.246-.114-.528-.198-.784-.304-.67-.278-1.17-.705-1.17-1.552 0-.738.471-1.385 1.144-1.625v-.32c0-.337.255-.61.571-.61.316 0 .571.273.571.61v.32c.382.137.7.403.901.741.17.285.09.663-.176.844a.55.55 0 0 1-.788-.187A.584.584 0 0 0 8 6.889c-.301 0-.571.207-.571.5 0 .217.167.288.332.365.246.115.528.199.784.305.67.278 1.17.705 1.17 1.552 0 .738-.471 1.385-1.144 1.624v.32c0 .338-.255.612-.571.612-.316 0-.571-.274-.571-.611v-.32a1.73 1.73 0 0 1-.901-.742.637.637 0 0 1 .176-.843.55.55 0 0 1 .788.187c.1.17.293.273.508.273Zm5.171 2.667h1.115c.315 0 .571-.274.571-.611v-1.192a1.357 1.357 0 0 0-.286-.03c-.788 0-1.428.684-1.428 1.527 0 .105.01.207.028.306ZM1.143 10.975v1.192c0 .337.256.61.571.61H2.83c.018-.098.028-.2.028-.305 0-.843-.64-1.528-1.428-1.528-.098 0-.193.011-.286.031Zm13.714-4.95V4.833c0-.337-.256-.61-.571-.61H13.17c-.018.099-.028.2-.028.305 0 .843.64 1.528 1.428 1.528.098 0 .193-.011.286-.03Z' clip-rule='evenodd'/>", "0 0 16 16"], Mt = ["<path d='M16 6.417C16 3.432 13.605 1 10.667 1c-1.739 0-3.28.856-4.256 2.167H1.6c-.88 0-1.6.73-1.6 1.625v1.083c0 .417.16.796.416 1.083A1.625 1.625 0 0 0 0 8.042v1.083c0 .417.16.796.416 1.083A1.625 1.625 0 0 0 0 11.292v1.083C0 13.269.72 14 1.6 14h8.533c.88 0 1.6-.731 1.6-1.625v-.65C14.165 11.221 16 9.033 16 6.417ZM1.067 9.125V8.042A.54.54 0 0 1 1.6 7.5h3.84c.16.802.501 1.538.97 2.167H1.6a.539.539 0 0 1-.533-.542Zm0-4.333A.54.54 0 0 1 1.6 4.25h4.181a5.443 5.443 0 0 0-.448 2.167H1.6a.54.54 0 0 1-.533-.542V4.792Zm9.6 7.583a.54.54 0 0 1-.534.542H1.6a.54.54 0 0 1-.533-.542v-1.083a.54.54 0 0 1 .533-.542h5.883a5.24 5.24 0 0 0 3.184 1.083v.542Zm0-1.625C8.315 10.75 6.4 8.805 6.4 6.417c0-2.389 1.915-4.334 4.267-4.334 2.352 0 4.266 1.945 4.266 4.334 0 2.388-1.914 4.333-4.266 4.333Z'/><path d='M10.207 5.27h1.467c.22 0 .4-.208.4-.462s-.18-.462-.4-.462h-.7v-.384c0-.254-.18-.462-.399-.462-.22 0-.4.208-.4.462v.389c-.607.023-1.098.596-1.098 1.303s.507 1.308 1.13 1.308h.732c.183 0 .331.171.331.384s-.148.384-.331.384H9.473c-.22 0-.4.208-.4.462s.18.462.4.462h.699v.384c0 .254.18.462.4.462.219 0 .399-.208.399-.462v-.389c.607-.023 1.098-.596 1.098-1.303s-.507-1.308-1.13-1.308h-.732c-.183 0-.331-.171-.331-.384s.148-.384.332-.384Z'/>", "0 0 16 16"], Nt = ["<path d='M14.7 8A6.7 6.7 0 1 0 8 14.7V16A8 8 0 1 1 8 0a8 8 0 0 1 0 16v-1.3c3.7 0 6.7-3 6.7-6.7Z'/><path d='M7.513 6.36h1.954c.293 0 .533-.277.533-.616 0-.339-.24-.616-.533-.616h-.932v-.512c0-.339-.24-.616-.532-.616-.293 0-.533.277-.533.616v.518c-.81.03-1.465.795-1.465 1.738s.677 1.744 1.508 1.744h.974c.245 0 .442.228.442.512 0 .283-.197.511-.442.511H6.533c-.293 0-.533.278-.533.617 0 .339.24.616.533.616h.932v.512c0 .339.24.616.532.616.293 0 .533-.277.533-.616v-.518c.81-.03 1.465-.795 1.465-1.738s-.677-1.744-1.508-1.744h-.974c-.245 0-.442-.228-.442-.512 0-.283.197-.511.442-.511Z'/>", "0 0 16 16"], Pt = ["<path d='M13.143 3H2.857C1.28 3 0 4.232 0 5.75v5.5C0 12.768 1.28 14 2.857 14h10.286C14.72 14 16 12.768 16 11.25v-5.5C16 4.232 14.72 3 13.143 3ZM2.857 4.1h10.286c.943 0 1.714.743 1.714 1.65v.275H1.143V5.75c0-.907.771-1.65 1.714-1.65Zm10.286 8.8H2.857c-.943 0-1.714-.742-1.714-1.65V7.125h13.714v4.125c0 .908-.771 1.65-1.714 1.65Z'/><path d='M10.591 9c.332 0 .647.1.909.265A1.57 1.57 0 0 1 12.409 9C13.283 9 14 9.68 14 10.508c0 .83-.717 1.492-1.591 1.492-.332 0-.647-.1-.909-.265-.262.165-.56.265-.909.265C9.717 12 9 11.32 9 10.492 9 9.662 9.717 9 10.591 9Zm1.38 2.22c.123.066.28.1.42.1.49 0 .892-.381.892-.829 0-.464-.402-.845-.892-.845a.862.862 0 0 0-.42.1c.123.215.21.464.21.729 0 .282-.07.53-.21.745Zm-1.38.117c.49 0 .892-.381.892-.845 0-.465-.402-.846-.892-.846s-.892.381-.892.845c0 .465.402.846.892.846ZM5 8.5l.1.01a.5.5 0 0 1 0 .98L5 9.5H3a.5.5 0 0 1 0-1h2ZM7 10.5a.5.5 0 0 1 0 1H3a.5.5 0 0 1 0-1h4Z'/>", "0 0 16 16"], Ft = ["<path d='M15 .5A2.5 2.5 0 0 1 17.5 3v12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12ZM5.994 4.622a.5.5 0 0 0-.822.306L5.167 5v8.667a.5.5 0 0 0 1 0V6.095l3.173 2.75.082.057a.5.5 0 0 0 .641-.74l-.069-.073-4-3.467Zm6.34-.122a.5.5 0 0 0-.5.5v7.69l-3.208-2.318a.5.5 0 0 0-.585.812l4 2.888.06.036a.5.5 0 0 0 .733-.441V5a.5.5 0 0 0-.5-.5Z'/>", "0 0 18 18"], It = ["<path d='M16.5 3A1.5 1.5 0 0 0 15 1.5H3A1.5 1.5 0 0 0 1.5 3v12A1.5 1.5 0 0 0 3 16.5h12a1.5 1.5 0 0 0 1.5-1.5V3ZM5.167 13.667V5a.5.5 0 0 1 .827-.378l4 3.467.07.073a.5.5 0 0 1-.642.74l-.083-.057-3.172-2.75v7.572a.5.5 0 0 1-1 0ZM11.833 5a.5.5 0 0 1 1 0v8.667a.5.5 0 0 1-.792.405l-4-2.888-.076-.068a.5.5 0 0 1 .661-.744l3.207 2.316V5ZM17.5 15a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12A2.5 2.5 0 0 1 17.5 3v12Z'/>", "0 0 18 18"], Lt = ["<path d='M10.944 1c-.44 0-.88.165-1.213.498L1.737 9.497A2.515 2.515 0 0 0 1 11.275v2.148C1 14.286 1.714 15 2.577 15h2.148c.667 0 1.307-.265 1.778-.737l7.999-7.994a1.724 1.724 0 0 0 0-2.424l-2.347-2.347A1.708 1.708 0 0 0 10.943 1Zm.002 1.16c.14 0 .278.055.387.165l2.342 2.341a.54.54 0 0 1 0 .775l-1.15 1.15L9.41 3.474l1.15-1.15a.545.545 0 0 1 .387-.163ZM8.582 4.302 11.7 7.418 5.68 13.436a1.353 1.353 0 0 1-.956.395H2.577a.4.4 0 0 1-.41-.409v-2.148c0-.358.143-.703.396-.956l6.02-6.017Z'/>", "0 0 16 16"], Rt = ["<path fill='#1B1B1B' d='M10.944 1c-.44 0-.88.165-1.213.498L1.737 9.497A2.515 2.515 0 0 0 1 11.275v2.148C1 14.286 1.714 15 2.577 15h2.148c.667 0 1.307-.265 1.778-.737l7.999-7.994a1.724 1.724 0 0 0 0-2.424l-2.347-2.347A1.708 1.708 0 0 0 10.943 1Zm.002 1.16c.14 0 .278.055.387.165l2.342 2.341a.54.54 0 0 1 0 .775l-1.15 1.15L9.41 3.474l1.15-1.15a.545.545 0 0 1 .387-.163ZM8.582 4.302 11.7 7.418 5.68 13.436a1.353 1.353 0 0 1-.956.395H2.577a.4.4 0 0 1-.41-.409v-2.148c0-.358.143-.703.396-.956l6.02-6.017Z'/>", "0 0 16 16"], zt = ["<path d='M9.951 15c-1.058 0-2.108-.347-2.927-1.029a26.112 26.112 0 0 1-3.52-3.553A24.78 24.78 0 0 1 .811 6.37C-.1 4.65.463 2.58 2.152 1.447l.168-.113c.402-.27.897-.383 1.393-.314a1.9 1.9 0 0 1 1.23.67l1.488 1.825c.615.755.44 1.823-.392 2.38l-.661.444A6.543 6.543 0 0 0 6.52 8.394a7.198 7.198 0 0 0 1.84 1.597l.655-.447c.403-.27.899-.382 1.393-.316.496.068.934.306 1.23.671l1.488 1.825c.615.754.44 1.822-.393 2.38l-.168.113c-.782.523-1.701.782-2.616.782l.002.001ZM3.434 2.136c-.13 0-.26.035-.372.111l-.167.112c-1.206.81-1.608 2.29-.956 3.519a23.758 23.758 0 0 0 2.57 3.866 25.05 25.05 0 0 0 3.361 3.392c1.087.906 2.75.977 3.952.17l.169-.113a.533.533 0 0 0 .13-.793l-1.488-1.825a.637.637 0 0 0-.41-.224.678.678 0 0 0-.465.105l-.66.443c-.425.285-1.003.299-1.438.032A8.466 8.466 0 0 1 5.514 9.07a7.687 7.687 0 0 1-1.34-2.414c-.15-.45.034-.944.46-1.23l.66-.443a.533.533 0 0 0 .13-.793L3.936 2.365a.646.646 0 0 0-.502-.23Zm9.415 5.973c.26-2.177-1.48-4.14-3.882-4.376-.345-.032-.652.192-.69.503-.037.311.212.592.555.626 1.715.168 2.958 1.57 2.773 3.125-.037.311.211.591.554.625a.74.74 0 0 0 .068.004c.316 0 .588-.217.622-.507Zm2.488.244c.199-1.657-.327-3.285-1.48-4.583-1.151-1.3-2.791-2.114-4.619-2.294-.342-.033-.652.192-.69.503-.037.311.212.591.555.625 1.495.147 2.838.814 3.78 1.877.942 1.063 1.372 2.394 1.21 3.75-.037.312.211.592.555.626a.747.747 0 0 0 .068.003c.315 0 .587-.216.621-.507Z'/>", "0 0 16 16"], Bt = ["<circle cx='8' cy='8' r='8' fill='#F7F3EE'/><path fill='#1B1B1B' fill-rule='evenodd' d='M8.522 4.078a.522.522 0 0 0-1.045 0v3.4h-3.4a.522.522 0 1 0 0 1.044h3.4v3.4a.522.522 0 0 0 1.045 0v-3.4h3.4a.522.522 0 0 0 0-1.045h-3.4v-3.4Z' clip-rule='evenodd'/>", "0 0 16 16"], Vt = ["<circle cx='8' cy='8' r='8' fill='#E6D9CA'/><path fill='#1B1B1B' fill-rule='evenodd' d='M8.522 4.078a.522.522 0 0 0-1.045 0v3.4h-3.4a.522.522 0 1 0 0 1.044h3.4v3.4a.522.522 0 0 0 1.045 0v-3.4h3.4a.522.522 0 0 0 0-1.045h-3.4v-3.4Z' clip-rule='evenodd'/>", "0 0 16 16"], Ht = ["<path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm-.001 3.556a.522.522 0 0 0-.521.522v3.4h-3.4a.523.523 0 0 0 0 1.043h3.4v3.402a.522.522 0 0 0 1.043 0V8.52h3.4a.522.522 0 1 0 0-1.043h-3.4v-3.4A.523.523 0 0 0 8 3.556Z'/>", "0 0 16 16"], Ut = ["<path d='M13.035 3.69h-.547V1.368a.407.407 0 0 0-.407-.406H4.139a.407.407 0 0 0-.408.406V3.69h-.547a2.072 2.072 0 0 0-2.075 2.063v4.437c0 .224.183.406.408.406h2.214v2.958c0 .225.182.406.408.406h7.94a.406.406 0 0 0 .409-.406v-2.958H14.7a.407.407 0 0 0 .408-.406V5.754c0-1.137-.93-2.063-2.074-2.063ZM4.547 1.774h7.125V3.69H4.547V1.773Zm7.125 11.376H4.547V8.602h7.125v4.547Zm2.621-3.363H12.49V8.602h.596a.407.407 0 1 0 0-.811H3.135a.407.407 0 1 0 0 .811h.597v1.184H1.926V5.754c0-.69.565-1.251 1.259-1.251h9.85c.694 0 1.258.561 1.258 1.251v4.032Z'/><path d='M4.11 6.461c0 .667-1 .667-1 0s1-.667 1 0ZM10.519 9.367H5.558a.51.51 0 0 0-.52.5c0 .276.232.5.52.5h4.96a.51.51 0 0 0 .52-.5.51.51 0 0 0-.52-.5ZM10.519 11.367H5.558a.51.51 0 0 0-.52.5c0 .276.232.5.52.5h4.96a.51.51 0 0 0 .52-.5.51.51 0 0 0-.52-.5Z'/>", "0 0 16 16"], Wt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM7.5 6.5A.5.5 0 0 1 8 6h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/><path d='M5.162 6.588v.28c0 .073.052.132.116.132h.297c.064 0 .116-.059.116-.132v-.28c.219-.044.4-.147.528-.309a.986.986 0 0 0 .22-.647c0-.073 0-.132-.013-.19a2.637 2.637 0 0 0-.04-.163c-.012-.058-.038-.103-.064-.147-.025-.044-.064-.088-.09-.117-.026-.03-.064-.074-.116-.103-.039-.03-.09-.06-.129-.088-.039-.03-.09-.045-.142-.074a.668.668 0 0 0-.154-.059c-.052-.014-.103-.044-.168-.059a1.912 1.912 0 0 1-.31-.147c-.05-.044-.077-.088-.077-.147s.013-.103.065-.132c.051-.044.116-.059.206-.059.168 0 .348.074.541.206.052.044.117.03.155-.03l.245-.338c.026-.03.026-.073.026-.103a.1.1 0 0 0-.052-.088c-.077-.073-.18-.132-.27-.191a1.356 1.356 0 0 0-.336-.132v-.339C5.716 3.06 5.665 3 5.6 3h-.296c-.065 0-.116.059-.116.132v.31a.935.935 0 0 0-.529.293.986.986 0 0 0-.219.647c0 .06 0 .118.013.177s.026.103.039.162c.013.044.038.088.051.132a.816.816 0 0 0 .078.118c.025.029.064.058.09.088.026.03.064.059.116.088.039.03.077.044.116.059.039.015.077.044.129.059.051.014.09.029.129.044.038.014.077.03.142.044.051.015.103.03.141.059a.43.43 0 0 1 .116.059l.078.044c.013.014.038.03.051.059.013.014.026.029.026.058 0 .015.013.045.013.074a.224.224 0 0 1-.065.162c-.116.088-.335.088-.54-.015a.953.953 0 0 1-.285-.206c-.025-.03-.064-.044-.09-.03-.038 0-.064.015-.077.045L4.466 6a.153.153 0 0 0 .013.191c.155.191.4.338.683.397Z'/>", "0 0 16 16"], Gt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.5 3.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM4.5 6.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM4.5 9.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM6.5 3.5A.5.5 0 0 1 7 3h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM6.5 6.5A.5.5 0 0 1 7 6h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM6.5 9.5A.5.5 0 0 1 7 9h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Kt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], qt = ["<path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm-.5-5h1v1.5h-1V15zm.74-7.93A3.5 3.5 0 0 0 8.5 10.5h1.5a2 2 0 1 1 2.87 1.79C11.63 12.87 11 13.8 11 15h1.5c0-.71.37-1.22 1.06-1.61A3.5 3.5 0 0 0 12.24 7.07z'/>", "0 0 24 24"], Jt = ["<path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 13A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z'/><path d='M8 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/>", "0 0 16 16"], Yt = ["<path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 13A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z'/>", "0 0 16 16"], Xt = ["<path d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41Zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9Z'/><path fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3ZM3.1 9a5.002 5.002 0 0 0 8.757 2.182.502.502 0 0 1 .84.075.499.499 0 0 1-.069.561A6.002 6.002 0 0 1 2.083 9H3.1Z' clip-rule='evenodd'/>", "0 0 16 16"], Zt = ["<path d='M14 7.986a6 6 0 1 1-12 0 .461.461 0 1 1 .923 0A5.096 5.096 0 1 0 4.37 4.448s-.115.038-.369.038l-.5-.5.346-.307A5.994 5.994 0 0 1 14 7.986Z'/><path d='m3.015 2.344 3.243 2.223a.25.25 0 0 1-.073.447l-2.956.835a.25.25 0 0 1-.317-.217l-.287-3.059a.25.25 0 0 1 .39-.23Z'/>", "0 0 16 16"], Qt = ["<g clip-path='url(#a)'><path d='M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532Z'/><path d='M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956-.076-.233-.16-.439-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083c-.218-.089-.423-.172-.655-.248-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073c.014.038.032.091.05.158.038.133.08.322.107.563.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z'/><path d='M6.803 12.352A7.632 7.632 0 0 1 5 11a7.568 7.568 0 0 1-1.411-1.925c-1.102.991-1.965 5.054-1.84 5.18.126.125 3.936-.896 5.054-1.903Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], $t = ["<path d='M11.118 9.953a5.417 5.417 0 1 0-1.164 1.165.833.833 0 0 0 .081.096l3.21 3.209a.833.833 0 0 0 1.178-1.179l-3.21-3.208a.834.834 0 0 0-.095-.083Zm.215-3.203a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z'/>", "0 0 16 16"], en = ["<path d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.49.49 0 0 0-.59-.22l-2.39.96a7.22 7.22 0 0 0-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96a.48.48 0 0 0-.59.22L2.74 8.87a.47.47 0 0 0 .12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.47.47 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32a.47.47 0 0 0-.12-.61l-2.01-1.58zM12 15.6A3.6 3.6 0 0 1 8.4 12 3.6 3.6 0 0 1 12 8.4a3.6 3.6 0 0 1 3.6 3.6 3.6 3.6 0 0 1-3.6 3.6z'/>", "0 0 24 24"], tn = ["<path d='M11.491.5H4.509C3.122.5 2 1.638 2 3.045v9.91c0 .68.265 1.328.732 1.802a2.494 2.494 0 0 0 1.777.743l5.346-.016c.67 0 1.293-.268 1.776-.743l1.637-1.66A2.566 2.566 0 0 0 14 11.28V3.045C14 1.638 12.878.5 11.491.5ZM4.509 14.33c-.358 0-.701-.142-.966-.395-.25-.253-.405-.6-.405-.98v-9.91c0-.759.608-1.375 1.356-1.375h6.981c.748 0 1.356.616 1.356 1.375v7.808h-1.839c-.872 0-1.574.711-1.574 1.597v1.88H4.51Zm6.312-.395c-.063.063-.14.127-.234.19v-1.676c0-.237.187-.41.405-.41h1.637a1.25 1.25 0 0 1-.187.237l-1.621 1.66Z'/><path d='M10.456 4.5H5.529c-.298 0-.537.258-.537.581 0 .323.239.581.537.581h4.927c.298 0 .536-.258.536-.58 0-.324-.238-.582-.536-.582ZM10.456 8.338H5.529c-.298 0-.537.258-.537.58 0 .324.239.582.537.582h4.927c.298 0 .536-.258.536-.581 0-.323-.238-.581-.536-.581Z'/>", "0 0 16 16"], nn = ["<path d='M12.465.983H3.523c-.841 0-1.52.68-1.52 1.535v10.964c0 .841.679 1.535 1.535 1.535h8.927c.841 0 1.535-.679 1.535-1.535V2.518A1.543 1.543 0 0 0 12.465.983Zm.458 12.485a.466.466 0 0 1-.472.472H3.523a.466.466 0 0 1-.472-.473V2.518c0-.266.206-.472.472-.472h8.928c.265 0 .472.206.472.472v10.95Z'/><path d='M10.872 5.348H5.117a.529.529 0 0 0-.531.531c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.532.529.529 0 0 0-.531-.53ZM10.872 7.932H5.117a.529.529 0 0 0-.531.53c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.531.529.529 0 0 0-.531-.531ZM10.872 10.515H5.117a.53.53 0 0 0-.531.53c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.531.53.53 0 0 0-.531-.531Z'/>", "0 0 16 16"], rn = ["<path d='M13.21 0H2.776c-.981 0-1.774.774-1.774 1.75v12.5c0 .96.793 1.75 1.791 1.75h10.419c.981 0 1.79-.774 1.79-1.75V1.75A1.78 1.78 0 0 0 13.212 0Zm.534 14.233a.538.538 0 0 1-.55.539H2.774a.538.538 0 0 1-.55-.539V1.75c0-.303.24-.539.55-.539h10.418c.31 0 .551.236.551.539v12.483Z'/><path d='M11.351 4.976H7.544a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606h3.807a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM4.88 4.976h-.345a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606h.345a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM5 7.945l-.501-.017a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606L5 9.157a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM5 10.867l-.501-.017a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.605l.501.017a.61.61 0 0 0 .62-.605.61.61 0 0 0-.62-.606ZM11.351 7.922H7.453a.61.61 0 0 0-.62.605.61.61 0 0 0 .62.606h3.898a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.605ZM11.351 10.867H7.453a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.605h3.898a.61.61 0 0 0 .62-.605.61.61 0 0 0-.62-.606Z'/>", "0 0 16 16"], an = ["<path d='M3.381 15h9.659a1.216 1.216 0 0 0 .898-.395 1.233 1.233 0 0 0 .322-.931l-.69-9.032a1.24 1.24 0 0 0-.39-.807 1.225 1.225 0 0 0-.83-.33H4.07a1.225 1.225 0 0 0-.83.33 1.24 1.24 0 0 0-.39.807l-.69 9.032a1.24 1.24 0 0 0 .322.931 1.224 1.224 0 0 0 .898.395Zm.286-10.295a.412.412 0 0 1 .407-.379h8.28a.407.407 0 0 1 .409.38l.69 9.03a.413.413 0 0 1-.244.409.407.407 0 0 1-.164.034H3.38a.406.406 0 0 1-.386-.275.413.413 0 0 1-.022-.167l.694-9.032Z'/><path d='M8.04 1c.54 0 1.059.217 1.44.602.383.385.598.906.599 1.45v.822a.412.412 0 0 1-.408.41.407.407 0 0 1-.408-.41v-.821c0-.327-.129-.64-.358-.871a1.22 1.22 0 0 0-1.73 0c-.23.23-.36.544-.36.87v.822a.412.412 0 0 1-.407.41.407.407 0 0 1-.408-.41v-.821c0-.545.216-1.066.598-1.451S7.498 1 8.04 1Z'/>", "0 0 16 16"], on = ["<path d='M2.947 8h.26l.494 3.946a1.263 1.263 0 0 0 1.253 1.107h6.934a1.263 1.263 0 0 0 1.254-1.107L13.635 8h.26a.842.842 0 0 0 .842-.842V5.474a.842.842 0 0 0-.842-.842H12.87l-1.376-2.32a.421.421 0 0 0-.724.43l1.121 1.89H4.95l1.122-1.89a.42.42 0 1 0-.725-.43l-1.376 2.32H2.947a.842.842 0 0 0-.842.842v1.684A.842.842 0 0 0 2.947 8Zm9.36 3.842a.421.421 0 0 1-.419.369H4.954a.422.422 0 0 1-.418-.37l-.48-3.84h8.73l-.48 3.84Zm-9.36-6.368h10.948v1.684H2.947V5.474Z'/><path d='M8.421 11.369a.421.421 0 0 0 .421-.421V9.262a.421.421 0 1 0-.842 0v1.684a.42.42 0 0 0 .421.422ZM6.316 11.369a.421.421 0 0 0 .42-.421V9.262a.421.421 0 1 0-.841 0v1.684a.42.42 0 0 0 .42.422ZM10.526 11.369a.421.421 0 0 0 .421-.421V9.262a.421.421 0 0 0-.842 0v1.684a.42.42 0 0 0 .421.422Z'/>", "0 0 16 16"], sn = ["<path d='M14.892 3.98a.466.466 0 0 0-.369-.182H4.34l-.541-2.434A.466.466 0 0 0 3.332 1H1.466a.466.466 0 0 0 0 .933H2.96l2.14 9.424a1.865 1.865 0 1 0 2.43 1.767 1.823 1.823 0 0 0-.262-.932h2.854c-.17.281-.26.604-.261.932a1.866 1.866 0 1 0 1.865-1.865H6.036L5.72 9.86h6.692a1.399 1.399 0 0 0 1.352-1.03l1.226-4.444a.466.466 0 0 0-.098-.406Zm-8.296 9.144a.932.932 0 1 1-1.865 0 .932.932 0 0 1 1.865 0Zm6.062 0a.932.932 0 1 1-1.864 0 .932.932 0 0 1 1.864 0Zm.205-4.542a.466.466 0 0 1-.466.345H5.505l-.933-4.196h9.34l-1.049 3.851Z'/>", "0 0 16 16"], cn = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM7.5 6.5A.5.5 0 0 1 8 6h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/><path d='M5.162 6.588v.28c0 .073.052.132.116.132h.297c.064 0 .116-.059.116-.132v-.28c.219-.044.4-.147.528-.309a.986.986 0 0 0 .22-.647c0-.073 0-.132-.013-.19a2.637 2.637 0 0 0-.04-.163c-.012-.058-.038-.103-.064-.147-.025-.044-.064-.088-.09-.117-.026-.03-.064-.074-.116-.103-.039-.03-.09-.06-.129-.088-.039-.03-.09-.045-.142-.074a.668.668 0 0 0-.154-.059c-.052-.014-.103-.044-.168-.059a1.912 1.912 0 0 1-.31-.147c-.05-.044-.077-.088-.077-.147s.013-.103.065-.132c.051-.044.116-.059.206-.059.168 0 .348.074.541.206.052.044.117.03.155-.03l.245-.338c.026-.03.026-.073.026-.103a.1.1 0 0 0-.052-.088c-.077-.073-.18-.132-.27-.191a1.356 1.356 0 0 0-.336-.132v-.339C5.716 3.06 5.665 3 5.6 3h-.296c-.065 0-.116.059-.116.132v.31a.935.935 0 0 0-.529.293.986.986 0 0 0-.219.647c0 .06 0 .118.013.177s.026.103.039.162c.013.044.038.088.051.132a.816.816 0 0 0 .078.118c.025.029.064.058.09.088.026.03.064.059.116.088.039.03.077.044.116.059.039.015.077.044.129.059.051.014.09.029.129.044.038.014.077.03.142.044.051.015.103.03.141.059a.43.43 0 0 1 .116.059l.078.044c.013.014.038.03.051.059.013.014.026.029.026.058 0 .015.013.045.013.074a.224.224 0 0 1-.065.162c-.116.088-.335.088-.54-.015a.953.953 0 0 1-.285-.206c-.025-.03-.064-.044-.09-.03-.038 0-.064.015-.077.045L4.466 6a.153.153 0 0 0 .013.191c.155.191.4.338.683.397Z'/>", "0 0 16 16"], ln = ["<g clip-path='url(#a)'><path d='M15.914 1.675a.406.406 0 0 0-.262-.164L7.324.036a.432.432 0 0 0-.476.328l-.64 3.64H.833c-.23 0-.41.18-.41.409v10.131c0 .197.115.377.279.476.18.098.393.082.557-.033l.984-.656 1.114.738a.492.492 0 0 0 .59 0l1.115-.738 1.115.738c.18.114.41.114.607 0l1.114-.738.984.656a.563.563 0 0 0 .557.033.532.532 0 0 0 .28-.476v-3.59l.95.918c.164.148.393.18.59.098l1.23-.54.852.82a.52.52 0 0 0 .541.114.54.54 0 0 0 .36-.41l1.755-9.967a.43.43 0 0 0-.082-.312ZM8.88 14.036l-.705-.475a.549.549 0 0 0-.59 0l-1.115.737-1.115-.737a.577.577 0 0 0-.606 0l-1.115.737-1.115-.737a.491.491 0 0 0-.59 0l-.705.459V4.84h7.64v9.196h.016Zm4.64-2.738-.607-.573a.52.52 0 0 0-.377-.148.505.505 0 0 0-.213.05l-1.23.54-.967-.934a.529.529 0 0 0-.426-.148V8.888l2.492.443h.065a.39.39 0 0 0 .394-.344.422.422 0 0 0-.328-.476l-2.64-.459v-.934l2.804.492h.065a.39.39 0 0 0 .394-.345.422.422 0 0 0-.328-.475l-2.935-.525v-.934l.951.164h.066a.39.39 0 0 0 .393-.344.432.432 0 0 0-.328-.476l-1.098-.197V4.38c0-.23-.18-.41-.41-.41H7.045l.54-3.098L15.112 2.2l-1.59 9.098Z'/><path d='m12.31 5.804-.033.213c-.016.066.033.115.082.131l.262.05c.066.016.115-.033.132-.083l.033-.213c.196 0 .377-.049.508-.164a.747.747 0 0 0 .278-.475c.017-.05.017-.115.017-.164 0-.05 0-.098-.017-.131 0-.05-.016-.082-.049-.131-.016-.033-.033-.082-.065-.099-.017-.032-.05-.065-.082-.098a.432.432 0 0 0-.099-.082c-.032-.033-.065-.05-.114-.082-.05-.033-.099-.05-.132-.082-.032-.016-.082-.05-.147-.082a1.048 1.048 0 0 1-.263-.164.186.186 0 0 1-.049-.131c.017-.05.033-.082.066-.098a.369.369 0 0 1 .197-.017c.147.033.311.115.459.246.049.033.098.033.147 0l.262-.23a.125.125 0 0 0 .033-.081.125.125 0 0 0-.033-.082c-.065-.066-.13-.131-.229-.197a1.557 1.557 0 0 0-.279-.164l.05-.262c.016-.066-.033-.115-.082-.131l-.263-.05c-.065-.016-.114.033-.13.082l-.05.246a.847.847 0 0 0-.508.148.747.747 0 0 0-.279.475c-.016.05-.016.099-.016.131 0 .05 0 .082.016.132.016.032.016.082.033.114l.049.099c.016.032.05.065.066.082.016.032.049.049.082.082.032.032.065.049.098.065.033.017.065.05.115.066.032.016.082.049.114.065.033.017.066.033.115.066.05.016.082.05.115.066s.066.032.098.065c.033.016.05.033.066.05.016.016.033.032.033.048 0 .017.016.033.016.05v.049a.19.19 0 0 1-.082.115c-.115.065-.311.016-.492-.099a.937.937 0 0 1-.23-.213c-.016-.016-.048-.033-.081-.05-.033 0-.066 0-.082.034l-.262.23c-.05.032-.05.098-.017.147.164.262.377.41.623.508ZM8.798 3.417l2.148.378h.065c.197 0 .36-.148.41-.345.033-.23-.115-.442-.328-.475l-2.147-.377c-.214-.033-.443.115-.476.328-.033.246.115.459.328.491ZM6.568 9.306v.23c0 .065.05.114.115.114h.279c.065 0 .114-.049.114-.115v-.213a.786.786 0 0 0 .476-.246.718.718 0 0 0 .196-.524c0-.05 0-.115-.016-.164-.016-.05-.016-.099-.033-.131a.264.264 0 0 0-.065-.115c-.033-.033-.05-.066-.082-.098-.033-.033-.066-.05-.099-.082-.032-.033-.082-.05-.114-.066-.033-.016-.082-.033-.132-.066l-.147-.049c-.05-.016-.098-.032-.164-.049-.131-.05-.23-.082-.279-.115-.049-.032-.065-.065-.065-.114 0-.05.016-.082.049-.115a.294.294 0 0 1 .18-.05c.164 0 .328.05.492.165.05.032.115.016.148-.017l.213-.278c.016-.017.033-.05.016-.082 0-.033-.016-.05-.05-.066l-.245-.148a1.042 1.042 0 0 0-.295-.098v-.262a.112.112 0 0 0-.115-.115h-.278a.112.112 0 0 0-.115.115v.23a.786.786 0 0 0-.476.245.705.705 0 0 0-.196.508c0 .05 0 .099.016.132 0 .049.016.082.033.13l.049.099c.016.033.05.066.082.098.033.033.05.05.082.066.033.016.065.05.098.066l.099.049c.032.016.065.033.114.049.05.016.082.033.115.033.033.016.082.016.131.032.05.017.099.033.131.05l.099.049c.033.016.049.033.065.033l.05.049c.016.016.016.033.016.049v.05a.15.15 0 0 1-.066.13c-.098.082-.295.066-.491-.016a.88.88 0 0 1-.263-.164.125.125 0 0 0-.082-.033c-.032 0-.049.017-.082.033l-.23.279c-.032.049-.032.114.017.147.213.197.443.312.705.36ZM2.64 7.515h1.728c.23 0 .41-.18.41-.41 0-.229-.18-.41-.41-.41H2.64c-.23 0-.41.181-.41.41 0 .214.18.41.41.41ZM2.64 9.652h1.728c.23 0 .41-.18.41-.41 0-.23-.18-.41-.41-.41H2.64c-.23 0-.41.18-.41.41 0 .213.18.41.41.41ZM2.94 11.788h4.1c.23 0 .41-.18.41-.41 0-.229-.18-.41-.41-.41h-4.1c-.23 0-.41.181-.41.41 0 .23.18.41.41.41Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], un = ["<path d='m21.284 8.276-5.951-.865-2.66-5.393a.753.753 0 0 0-1.345 0l-2.66 5.393-5.952.865a.749.749 0 0 0-.414 1.28l4.305 4.197L5.59 19.68a.749.749 0 0 0 1.087.79L12 17.672l5.323 2.798a.749.749 0 0 0 1.087-.79l-1.017-5.927 4.305-4.197a.748.748 0 0 0 .218-.43.747.747 0 0 0-.632-.85Z'/>", "0 0 24 24"], dn = ["<path fill='#46D281' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm4.384-9.18a.5.5 0 0 0-.768-.64L5.995 9.725 3.38 6.675a.5.5 0 1 0-.76.65l3 3.5a.5.5 0 0 0 .764-.005l5-6Z' clip-rule='evenodd'/>", "0 0 14 14"], fn = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M11.835 5.628a.5.5 0 0 1 .037.706l-4.5 5a.5.5 0 0 1-.726.02l-2.5-2.5a.5.5 0 1 1 .708-.708l2.127 2.128 4.147-4.608a.5.5 0 0 1 .707-.038Z' clip-rule='evenodd'/>", "0 0 16 16"], pn = ["<path d='M22.11 21.46 2.39 1.73 1.11 3 4.3 6.19l-.77.43c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18.21 0 .41-.06.57-.18l4.71-2.65 3.56 3.56 1.27-1.27ZM5 15.91v-6.7l5.29 2.97.71.71v6.4l-6-3.38Zm8 3.38v-4.4l2.82 2.81L13 19.29ZM9 5.82 7.56 4.36l3.87-2.18c.16-.12.36-.18.57-.18.21 0 .41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9c0 .35-.18.66-.47.83L19 15.8V9.21l-4.22 2.37-1.47-1.47 4.65-2.61L12 4.15 9 5.82Z'/>", "0 0 24 24"], mn = ["<path d='M5.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm15.91 4.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.11 0-2 .89-2 2v7c0 .55.22 1.05.59 1.41l8.99 9c.37.36.87.59 1.42.59.55 0 1.05-.23 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.56-.23-1.06-.59-1.42Z'/>", "0 0 24 24"], hn = ["<path d='M6.739 1c.99 0 1.94.394 2.64 1.094l5.071 5.072a1.9 1.9 0 0 1 0 2.673L9.84 14.45a1.895 1.895 0 0 1-2.67 0L2.094 9.375C1.394 8.674 1 7.725 1 6.734V3.43A2.438 2.438 0 0 1 3.429 1h3.31Zm0 1.167h-3.31c-.704 0-1.262.557-1.262 1.26v3.307c0 .681.272 1.336.753 1.817l5.072 5.072a.713.713 0 0 0 1.021 0l4.611-4.611a.713.713 0 0 0 0-1.02L8.552 2.918a2.562 2.562 0 0 0-1.812-.753h-.001Z'/><path d='M6.489 3.872c.717.717.717 1.9 0 2.618-.717.717-1.9.717-2.618 0a1.861 1.861 0 0 1 0-2.618 1.861 1.861 0 0 1 2.618 0Zm-.827.827a.672.672 0 0 0-.964 0 .672.672 0 0 0 0 .964.672.672 0 0 0 .964 0 .672.672 0 0 0 0-.964Z'/>", "0 0 16 16"], gn = ["<path d='M13.063 6.388c-.205 0-.407.04-.597.117a1.597 1.597 0 0 0-1.533-1.182 1.566 1.566 0 0 0-.782.213 1.597 1.597 0 0 0-1.88-.65V1.598a1.597 1.597 0 1 0-3.193 0v8.3l-.48-.48a2.337 2.337 0 0 0-3.3 0 1.011 1.011 0 0 0-.037 1.395l3.833 4.258a2.732 2.732 0 0 0 2.028.9h4.455a2.73 2.73 0 0 0 2.55-1.714 7.73 7.73 0 0 0 .533-2.859V7.985a1.597 1.597 0 0 0-1.597-1.597Zm.532 5.01a6.586 6.586 0 0 1-.474 2.443 1.656 1.656 0 0 1-1.544 1.064H7.122a1.677 1.677 0 0 1-1.24-.532l-3.796-4.259a1.272 1.272 0 0 1 1.762.032l1.384 1.39a.533.533 0 0 0 .814-.075.532.532 0 0 0 .096-.282V1.597a.532.532 0 0 1 1.065 0v6.388a.532.532 0 1 0 1.065 0V6.388a.532.532 0 0 1 1.064 0v2.13a.532.532 0 1 0 1.065 0V6.92a.532.532 0 1 1 1.065 0v2.13a.532.532 0 0 0 1.064 0V7.985a.532.532 0 0 1 1.065 0v3.412Z'/>", "0 0 16 16"], _n = ["<g clip-path='url(#a)'><path d='M2.552 4.405a.555.555 0 0 0-.772.058L.306 6.126c-.472.537-.436 1.34.08 1.804l8.593 7.622c.52.456 1.323.396 1.8-.136l1.475-1.663a.555.555 0 0 0-.034-.773c-.371-.328-.397-.905-.057-1.287.339-.383.915-.426 1.285-.098a.555.555 0 0 0 .772-.058l1.474-1.662c.471-.538.436-1.342-.08-1.804L7.021.448c-.52-.456-1.323-.395-1.8.137L3.746 2.247c-.2.23-.184.574.034.773.37.329.396.905.057 1.288-.339.382-.915.426-1.285.097Zm2.32-1.804L6.026 1.3a.188.188 0 0 1 .127-.063.177.177 0 0 1 .13.044l5.506 4.883-.614.692a.547.547 0 0 0 .034.773.547.547 0 0 0 .771-.058l.615-.693 2.282 2.025c.075.066.08.181.012.258l-1.155 1.302c-.802-.371-1.768-.159-2.371.521s-.699 1.665-.235 2.416l-1.154 1.302a.182.182 0 0 1-.258.02l-2.282-2.025.614-.692a.547.547 0 0 0-.034-.773.547.547 0 0 0-.772.058l-.614.692-5.505-4.883a.177.177 0 0 1-.06-.125.189.189 0 0 1 .048-.133l1.155-1.302c.802.372 1.768.16 2.37-.52.604-.681.7-1.665.236-2.417Zm3.845 7.025L9.7 8.518a.547.547 0 0 1 .772-.059.547.547 0 0 1 .034.773l-.984 1.109a.547.547 0 0 1-.771.058.548.548 0 0 1-.034-.773Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], vn = ["<path d='M1.123 3h11.609c.31 0 .591.125.795.326l.015.016c.194.2.315.472.315.768v.15h1.017c.31 0 .59.124.794.326a1.1 1.1 0 0 1 .331.785v1.38c0 .14-.115.254-.258.254-.314 0-.6.126-.805.33a1.115 1.115 0 0 0 0 1.59c.206.203.491.33.806.33.142 0 .258.114.258.254v1.38c0 .306-.127.584-.33.785l-.016.015a1.127 1.127 0 0 1-.778.311H3.268c-.31 0-.592-.125-.795-.326a1.1 1.1 0 0 1-.33-.784v-.15H1.125c-.31 0-.591-.125-.795-.325A1.101 1.101 0 0 1 0 9.629V8.25c0-.14.116-.255.258-.255.315 0 .6-.126.805-.329a1.116 1.116 0 0 0 0-1.59 1.144 1.144 0 0 0-.805-.33A.257.257 0 0 1 0 5.493v-1.38a1.124 1.124 0 0 1 1.125-1.11L1.123 3Zm6.959 4.311a1.258 1.258 0 0 1 0 1.796 1.293 1.293 0 0 1-1.82 0l-.014-.016a1.258 1.258 0 0 1 .014-1.778 1.29 1.29 0 0 1 .91-.373c.33 0 .659.123.91.371Zm-.14.898a.754.754 0 0 0-.225-.537.774.774 0 0 0-1.09 0 .75.75 0 0 0-.011 1.064l.012.01a.774.774 0 0 0 1.09 0 .753.753 0 0 0 .224-.537ZM5.368 4.633l.016.016a1.258 1.258 0 0 1-.014 1.778l-.016.016a1.29 1.29 0 0 1-1.801-.014 1.256 1.256 0 0 1-.002-1.795c.252-.249.58-.373.91-.373.328 0 .656.123.907.372Zm-.364.36a.773.773 0 0 0-1.09 0 .752.752 0 0 0 0 1.075.775.775 0 0 0 1.078.012l.01-.012a.752.752 0 0 0 .013-1.064l-.012-.011h.001Zm2.597-.247c.1-.1.264-.1.365 0 .1.1.1.261 0 .36L4.224 8.803c-.1.1-.264.1-.365 0-.1-.1-.1-.261 0-.36l3.742-3.696Zm6.254.024v.72c0 .14-.115.255-.258.255-.314 0-.6.126-.805.33a1.115 1.115 0 0 0 0 1.59c.206.202.49.328.805.328.143 0 .258.115.258.255v1.38c0 .305-.127.583-.33.785a1.13 1.13 0 0 1-.795.325H2.656v.15a.611.611 0 0 0 .609.6h11.608c.162 0 .31-.063.42-.165l.01-.011a.596.596 0 0 0 .179-.425V9.742a1.656 1.656 0 0 1-.912-.458 1.623 1.623 0 0 1 0-2.311c.242-.24.558-.404.912-.459V5.37a.61.61 0 0 0-.609-.601h-1.018v.002ZM12.73 3.51H1.122a.613.613 0 0 0-.43.176.594.594 0 0 0-.18.424v1.145c.354.055.671.22.913.459a1.62 1.62 0 0 1 0 2.31 1.656 1.656 0 0 1-.912.46v1.143c0 .166.068.316.179.425.11.109.262.177.43.177H12.73c.168 0 .32-.068.43-.177a.597.597 0 0 0 .18-.425V8.483a1.656 1.656 0 0 1-.913-.458 1.62 1.62 0 0 1 0-2.311c.242-.24.559-.404.912-.459V4.11a.595.595 0 0 0-.167-.413l-.012-.01a.61.61 0 0 0-.43-.177Z'/><path d='M10.439 4.16a.242.242 0 0 1 .346 0c.046.046.071.11.071.176v.875c0 .066-.025.13-.071.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.071-.177v-.875c0-.066.025-.13.07-.177ZM10.44 6.066a.242.242 0 0 1 .345 0c.046.047.072.11.072.177V7.2c0 .067-.026.13-.072.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.071-.177v-.956c0-.066.025-.13.071-.177ZM10.44 8.243a.242.242 0 0 1 .345 0c.046.047.072.11.072.176v1.073c0 .067-.026.13-.071.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.072-.177V8.42c0-.066.025-.13.071-.176Z'/>", "0 0 16 16"], yn = ["<path d='M21.75 5.96a8.015 8.015 0 0 1-2.302.619 3.987 3.987 0 0 0 1.758-2.203 7.89 7.89 0 0 1-2.536.965 3.986 3.986 0 0 0-2.92-1.263 3.996 3.996 0 0 0-3.996 3.999c0 .309.037.618.098.916a11.358 11.358 0 0 1-8.24-4.184 3.968 3.968 0 0 0-.544 2.018c0 1.388.705 2.611 1.781 3.33a4.03 4.03 0 0 1-1.807-.508v.05a3.997 3.997 0 0 0 3.204 3.923c-.344.09-.697.135-1.052.136a5.31 5.31 0 0 1-.755-.061 4.004 4.004 0 0 0 3.736 2.773 8.01 8.01 0 0 1-4.962 1.708c-.335 0-.644-.012-.965-.05a11.317 11.317 0 0 0 6.138 1.794c7.35 0 11.372-6.09 11.372-11.374 0-.174 0-.347-.012-.52A8.607 8.607 0 0 0 21.75 5.96Z'/>", "0 0 24 24"], bn = ["<path d='M8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7ZM4.32 12.633A4.473 4.473 0 0 1 8 10.693c1.48 0 2.85.737 3.68 1.94a5.891 5.891 0 0 1-7.36 0Zm1.347-5.35A2.336 2.336 0 0 1 8 4.948a2.336 2.336 0 0 1 2.333 2.333A2.336 2.336 0 0 1 8 9.615a2.336 2.336 0 0 1-2.333-2.333Zm6.792 4.603a5.55 5.55 0 0 0-2.43-1.879 3.398 3.398 0 0 0 1.381-2.725c0-1.88-1.53-3.41-3.41-3.41-1.88 0-3.41 1.53-3.41 3.41 0 1.118.548 2.103 1.382 2.725a5.56 5.56 0 0 0-2.43 1.88A5.893 5.893 0 0 1 2.077 8 5.93 5.93 0 0 1 8 2.077 5.93 5.93 0 0 1 13.923 8a5.891 5.891 0 0 1-1.464 3.886Z'/>", "0 0 16 16"], xn = ["<path fill='#FBCC29' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm.14-12c.374 0 .677.304.677.678V9a.678.678 0 1 1-1.356 0V2.678c0-.374.304-.678.678-.678Zm.677 9.169a.678.678 0 1 1-1.356 0 .678.678 0 0 1 1.356 0Z' clip-rule='evenodd'/>", "0 0 14 14"], Sn = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7 10a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 7 10ZM7 3a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 1 7 3Z' clip-rule='evenodd'/>", "0 0 14 14"], Cn = ["<path d='M16.723 14.06c-.256-.131-1.528-.755-1.765-.839-.237-.089-.41-.131-.582.131-.173.26-.665.84-.82 1.015-.15.174-.302.195-.558.066-1.518-.76-2.514-1.355-3.515-3.073-.265-.457.265-.424.76-1.41.083-.174.041-.322-.024-.453-.066-.131-.582-1.402-.797-1.92-.209-.504-.424-.433-.581-.443-.15-.009-.321-.009-.495-.009a.956.956 0 0 0-.689.321c-.237.26-.905.886-.905 2.156s.926 2.501 1.053 2.675c.13.173 1.82 2.78 4.415 3.902 1.64.708 2.283.769 3.103.647.5-.075 1.529-.624 1.742-1.23.213-.605.213-1.123.15-1.231-.064-.115-.237-.18-.492-.305Z'/><path d='M21.684 7.931a10.505 10.505 0 0 0-5.615-5.615A10.45 10.45 0 0 0 12 1.5h-.047A10.475 10.475 0 0 0 1.5 12.05a10.533 10.533 0 0 0 1.125 4.684v3.563c0 .595.483 1.078 1.078 1.078h3.565a10.532 10.532 0 0 0 4.685 1.125h.05c1.403 0 2.765-.272 4.047-.804a10.418 10.418 0 0 0 3.347-2.231 10.475 10.475 0 0 0 3.103-7.418 10.46 10.46 0 0 0-.816-4.116Zm-3.541 10.266A8.673 8.673 0 0 1 12 20.719h-.04a8.75 8.75 0 0 1-4.057-1.02l-.197-.105h-3.3v-3.3l-.105-.197a8.75 8.75 0 0 1-1.02-4.057 8.665 8.665 0 0 1 2.522-6.183 8.653 8.653 0 0 1 6.16-2.576h.04c1.171 0 2.308.228 3.379.678a8.662 8.662 0 0 1 2.79 1.875 8.684 8.684 0 0 1 2.552 6.206 8.686 8.686 0 0 1-2.581 6.157Z'/>", "0 0 24 24"], wn = ["<path d='M21.725 3.598A.937.937 0 0 0 20.4 2.274l-3.442 3.433a.937.937 0 0 0 1.324 1.324l3.438-3.437.004.004Zm-7.793-.535a.627.627 0 0 0-.883 0l-.445.441a3.75 3.75 0 0 0 0 5.305l.406.406-1.191 1.191a4.989 4.989 0 0 0-1.426-2.921l-.441-.442a.627.627 0 0 0-.883 0l-.441.442a3.75 3.75 0 0 0 0 5.304l.406.406-1.192 1.192a4.988 4.988 0 0 0-1.425-2.922l-.442-.445a.627.627 0 0 0-.882 0l-.442.441a3.75 3.75 0 0 0 0 5.304l.406.407-2.69 2.69a1.252 1.252 0 0 0 1.769 1.77l2.69-2.69.477.476a3.75 3.75 0 0 0 5.305 0l.441-.442a.627.627 0 0 0 0-.883l-.441-.44a4.992 4.992 0 0 0-3.05-1.442l1.245-1.246.477.476a3.75 3.75 0 0 0 5.304 0l.442-.441a.627.627 0 0 0 0-.883l-.442-.441a4.992 4.992 0 0 0-3.05-1.442l1.246-1.246.476.477a3.751 3.751 0 0 0 5.305 0l.44-.445a.627.627 0 0 0 0-.883l-.44-.445a4.922 4.922 0 0 0-.641-.543l1.805-1.801A.937.937 0 0 0 20.4 6.024l-2.32 2.32a5.033 5.033 0 0 0-2.434.082c.238-.832.258-1.71.054-2.55l2.274-2.278a.937.937 0 0 0-1.324-1.324l-1.797 1.789a4.642 4.642 0 0 0-.484-.559l-.438-.441Z'/>", "0 0 24 24"], Tn = ["<path fill-rule='evenodd' d='M15.784 6.009q-.23-.223-.472-.433a11 11 0 0 0-2.043-1.398l-.946 1.065a9.7 9.7 0 0 1 2.465 1.738.72.72 0 0 0 .967.037.672.672 0 0 0 .029-1.01M12.868 7.66a7.9 7.9 0 0 0-1.772-1.033l-.975 1.098c.845.288 1.62.747 2.273 1.347a.71.71 0 0 0 .938.013.667.667 0 0 0 .024-1.014 8 8 0 0 0-.488-.41m-1.966 2.473a4.6 4.6 0 0 0-2.092-.93l-1.172 1.319c.846-.1 1.697.139 2.36.663a.69.69 0 0 0 .875-.005l.05-.044h.001a.625.625 0 0 0-.021-1.003M8 12.26c-.405 0-.79.171-1.057.47a1.34 1.34 0 0 0-.347.862c-.009.761.606 1.388 1.382 1.408.375.007.737-.135 1.005-.392a1.342 1.342 0 0 0 .073-1.878A1.42 1.42 0 0 0 8 12.26m1.223-4.772 1.03-1.162 1.271-1.431.968-1.09 1.482-1.67a.675.675 0 0 0-.066-.966.716.716 0 0 0-.991.065L11.082 3.3h.001a11 11 0 0 0-1.679-.34c-.932-.12-1.876-.12-2.808 0a11.1 11.1 0 0 0-6.38 3.049.672.672 0 0 0 .03 1.01.72.72 0 0 0 .966-.039q.263-.255.545-.491h.001a9.7 9.7 0 0 1 4.838-2.15 9.8 9.8 0 0 1 3.46.117L8.661 6.03a8 8 0 0 0-.66-.03H8q-.708.002-1.404.126a7.87 7.87 0 0 0-3.952 1.947.666.666 0 0 0 .023 1.013c.27.231.675.226.939-.012a6.46 6.46 0 0 1 3.84-1.677l-5.024 5.66a.68.68 0 0 0 .07.97.71.71 0 0 0 .988-.069l2.388-2.691L7.756 9.14z' clip-rule='evenodd'/>", "0 0 16 16"], En = ["<path d='M15 .5A2.5 2.5 0 0 1 17.5 3v12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12ZM3.985 8.685a.585.585 0 0 0-.562.58c0 .312.254.555.562.546a3.777 3.777 0 0 1 2.78 1.08 3.773 3.773 0 0 1 1.14 2.755.544.544 0 0 0 .559.551.584.584 0 0 0 .567-.575 4.862 4.862 0 0 0-1.468-3.548 4.863 4.863 0 0 0-3.578-1.39ZM4 5.682a.583.583 0 0 0-.564.577.543.543 0 0 0 .56.549c1.855-.047 3.596.63 4.9 1.906 1.305 1.276 2.02 3.002 2.013 4.857a.544.544 0 0 0 .56.548.582.582 0 0 0 .565-.577c.008-2.157-.824-4.161-2.34-5.645C8.178 6.414 6.155 5.627 4 5.682Zm.012-3.004a.584.584 0 0 0-.566.576.543.543 0 0 0 .56.549c2.661-.063 5.154.908 7.02 2.733 1.865 1.825 2.89 4.297 2.885 6.96a.542.542 0 0 0 .562.547.583.583 0 0 0 .563-.58c.005-2.961-1.135-5.71-3.212-7.742-2.076-2.032-4.85-3.113-7.812-3.043Z'/>", "0 0 18 18"], Dn = ["<path d='M16.5 3A1.5 1.5 0 0 0 15 1.5H3A1.5 1.5 0 0 0 1.5 3v12A1.5 1.5 0 0 0 3 16.5h12a1.5 1.5 0 0 0 1.5-1.5V3Zm1 12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12A2.5 2.5 0 0 1 17.5 3v12Z'/><path d='M14.01 14.806a.553.553 0 0 1-.165-.396c.004-2.688-1.03-5.183-2.914-7.026-1.883-1.843-4.4-2.823-7.088-2.76a.549.549 0 0 1-.564-.554.59.59 0 0 1 .57-.582c2.99-.07 5.792 1.02 7.888 3.072 2.097 2.051 3.249 4.828 3.243 7.819a.589.589 0 0 1-.569.583.547.547 0 0 1-.401-.156Zm-2.63.234a.588.588 0 0 0 .57-.583c.007-2.177-.832-4.2-2.363-5.698C8.057 7.26 6.014 6.466 3.838 6.52a.588.588 0 0 0-.57.583.548.548 0 0 0 .566.554c1.872-.048 3.63.636 4.947 1.925 1.317 1.288 2.039 3.03 2.032 4.904a.55.55 0 0 0 .566.553Zm-3.035.078a.589.589 0 0 0 .572-.58 4.908 4.908 0 0 0-1.481-3.582 4.91 4.91 0 0 0-3.613-1.403.59.59 0 0 0-.568.585c0 .316.256.561.568.552a3.812 3.812 0 0 1 2.806 1.09 3.808 3.808 0 0 1 1.15 2.781.55.55 0 0 0 .566.557Z'/>", "0 0 18 18"], On = /* @__PURE__ */ "apple-filled.arrow-circle-down-outline.arrow-circle-left-outline.arrow-circle-right-outline.arrow-circle-up-outline.arrow-down-outline.arrow-left-outline.arrow-list-outline.arrow-point-down-filled.arrow-point-left-filled.arrow-point-right-filled.arrow-point-up-filled.arrow-right-outline.arrow-up-outline.barcode-outline.bell-outline.calendar-alt-outline.calendar-locked-outline.calendar-outline.carrot-filled.check-outline.checkbox-checked.checkbox-unchecked.chevron-down-outline.chevron-left-bicolor.chevron-left-outline.chevron-right-bicolor.chevron-right-outline.chevron-up-outline.chicken-filled.chili-filled.close-outline.cloud-download-outline.cloud-upload-outline.copy-generic-outline.copy-square-outline.delete-outline.discount-outline.document-generic-outline.document-history-alt-outline.document-history-outline.document-list-outline.drag-handle-outline.error-filled-red.error-outline.exclamation-outline.expand-outline.export-outline.eye-closed-outline.eye-open-filled.eye-open-outline.facebook-filled.fire-filled.fish-filled.globe-outline.google-filled.hashtag-outline.home-outline.import-outline.info-filled-blue.info-outline.instagram-filled.key-outline.lactose-intolerant-filled.layout-1-outline.layout-2-outline.layout-3-outline.layout-4-outline.layout-5-outline.leaf-filled.linkedin-filled.location-filled.lock-password-1-outline.lock-password-2-outline.mail-outline.menu-close-outline.menu-hamburger-outline.minus-bicolor-tertiary-light.minus-bicolor-tertiary.minus-filled.money-bill-outline.money-cash-outline.money-coin-outline.money-credit-card-outline.nfc-filled.nfc-outline.pencil-outline.pencil.phone-outline.plus-bicolor-tertiary-light.plus-bicolor-tertiary.plus-filled.printer-outline.purchase-order-bill-outline.purchase-order-list-outline.purchase-order-ticket-outline.question-circle-outline.radio-button-checked-outline.radio-button-unchecked-outline.refresh-double-outline.refresh-single-outline.rocket-outline.search-outline.settings-outline.sheet-bent-outline.sheet-generic-outline.sheet-list-outline.shopping-bag-outline.shopping-basket-outline.shopping-cart-outline.split-bill-ticket-1-outline.split-bill-ticket-2-outline.star-filled.success-filled-green.success-outline.sugar-free-filled.tag-filled.tag-outline.tap-click-hand-outline.ticket-outline.tickets-outline.twitter-filled.user-outline.warning-filled-yellow.warning-outline.whatsapp-outline.wheat-filled.wifi-no-signal-outline.wifi-signal-filled.wifi-signal-outline".split(".");
253
+ }), oe = ["<path d='M16.102 2.01c-.042-.047-1.573.019-2.906 1.465C11.864 4.92 12.07 6.577 12.1 6.62c.03.042 1.9.109 3.093-1.573 1.194-1.68.953-2.988.91-3.037Zm4.143 14.666c-.06-.12-2.906-1.542-2.641-4.277.265-2.737 2.093-3.487 2.122-3.568.029-.081-.746-.987-1.567-1.446a4.615 4.615 0 0 0-1.954-.543c-.135-.003-.604-.118-1.568.145-.635.174-2.066.737-2.46.76-.395.022-1.57-.653-2.833-.832-.81-.156-1.667.164-2.28.41-.613.245-1.778.942-2.593 2.796-.815 1.853-.389 4.788-.084 5.7.305.911.782 2.405 1.592 3.495.72 1.23 1.675 2.084 2.073 2.374.4.29 1.524.482 2.304.084.628-.385 1.76-.607 2.208-.59.446.016 1.326.192 2.227.673.714.247 1.389.144 2.065-.13.676-.277 1.655-1.325 2.798-3.448.433-.988.63-1.522.59-1.603Z'/><path d='M16.102 2.01c-.042-.047-1.573.019-2.906 1.465C11.864 4.92 12.07 6.577 12.1 6.62c.03.042 1.9.109 3.093-1.573 1.194-1.68.953-2.988.91-3.037Zm4.143 14.666c-.06-.12-2.906-1.542-2.641-4.277.265-2.737 2.093-3.487 2.122-3.568.029-.081-.746-.987-1.567-1.446a4.615 4.615 0 0 0-1.954-.543c-.135-.003-.604-.118-1.568.145-.635.174-2.066.737-2.46.76-.395.022-1.57-.653-2.833-.832-.81-.156-1.667.164-2.28.41-.613.245-1.778.942-2.593 2.796-.815 1.853-.389 4.788-.084 5.7.305.911.782 2.405 1.592 3.495.72 1.23 1.675 2.084 2.073 2.374.4.29 1.524.482 2.304.084.628-.385 1.76-.607 2.208-.59.446.016 1.326.192 2.227.673.714.247 1.389.144 2.065-.13.676-.277 1.655-1.325 2.798-3.448.433-.988.63-1.522.59-1.603Z'/>", "0 0 24 24"], se = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M8.354 11.854a.5.5 0 0 1-.707 0L4.465 8.672a.5.5 0 1 1 .707-.708L7.5 10.293V4.5a.5.5 0 1 1 1 0v5.793l2.329-2.329a.5.5 0 1 1 .707.708l-3.182 3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], P = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.146 8.353a.5.5 0 0 1 0-.707l3.182-3.182a.5.5 0 0 1 .708.707L5.707 7.5H11.5a.5.5 0 0 1 0 1H5.707l2.329 2.328a.5.5 0 1 1-.708.707L4.146 8.353Z' clip-rule='evenodd'/>", "0 0 16 16"], ce = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M11.854 7.646a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 1 1-.708-.707L10.293 8.5H4.5a.5.5 0 0 1 0-1h5.793L7.964 5.17a.5.5 0 1 1 .708-.707l3.182 3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], le = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.646 4.146a.5.5 0 0 1 .707 0l3.182 3.182a.5.5 0 1 1-.707.708L8.5 5.707V11.5a.5.5 0 0 1-1 0V5.707L5.17 8.036a.5.5 0 1 1-.707-.708l3.182-3.182Z' clip-rule='evenodd'/>", "0 0 16 16"], ue = ["<path fill-rule='evenodd' d='m11.535 11.172-3.182 3.182a.5.5 0 0 1-.707 0l-3.182-3.182a.5.5 0 1 1 .707-.708L7.5 12.793V2a.5.5 0 0 1 1 0v10.793l2.328-2.329a.5.5 0 1 1 .707.708Z' clip-rule='evenodd'/>", "0 0 16 16"], de = ["<path fill-rule='evenodd' d='M1.646 8.353a.5.5 0 0 1 0-.707l3.182-3.182a.5.5 0 0 1 .708.707L3.207 7.5H14a.5.5 0 0 1 0 1H3.207l2.329 2.328a.5.5 0 1 1-.708.707L1.646 8.353Z' clip-rule='evenodd'/>", "0 0 16 16"], fe = ["<path fill-rule='evenodd' d='M4.25 2.6c.22 0 .4.18.4.4v6.6h6.353L9.417 7.222a.4.4 0 1 1 .666-.444l2 3a.4.4 0 0 1 0 .444l-2 3a.4.4 0 1 1-.666-.444l1.586-2.378H4.25a.4.4 0 0 1-.4-.4V3c0-.22.18-.4.4-.4Z' clip-rule='evenodd'/>", "0 0 16 16"], pe = ["<path d='m7.5 9.5 3-3h-6l3 3Z'/><path fill-rule='evenodd' d='M7.854 9.854a.5.5 0 0 1-.708 0l-3-3A.5.5 0 0 1 4.5 6h6a.5.5 0 0 1 .354.854l-3 3ZM9.293 7H5.707L7.5 8.793 9.293 7Z' clip-rule='evenodd'/>", "0 0 16 16"], me = ["<path d='m6.5 7.5 3 3v-6l-3 3Z'/><path fill-rule='evenodd' d='M6.146 7.854a.5.5 0 0 1 0-.708l3-3A.5.5 0 0 1 10 4.5v6a.5.5 0 0 1-.854.354l-3-3ZM9 9.293V5.707L7.207 7.5 9 9.293Z' clip-rule='evenodd'/>", "0 0 16 16"], he = ["<path d='m10 7.962-3 3v-6l3 3Z'/><path fill-rule='evenodd' d='M10.354 8.315a.5.5 0 0 0 0-.707l-3-3a.5.5 0 0 0-.854.354v6a.5.5 0 0 0 .854.354l3-3ZM7.5 9.755V6.169l1.793 1.793L7.5 9.755Z' clip-rule='evenodd'/>", "0 0 16 16"], ge = ["<path d='m8.25 7-3 3h6l-3-3Z'/><path fill-rule='evenodd' d='M7.896 6.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.354.854h-6a.5.5 0 0 1-.354-.854l3-3ZM6.457 9.5h3.586L8.25 7.707 6.457 9.5Z' clip-rule='evenodd'/>", "0 0 16 16"], _e = ["<path fill-rule='evenodd' d='m11.172 4.464 3.182 3.182a.5.5 0 0 1 0 .707l-3.182 3.182a.5.5 0 0 1-.708-.707L12.793 8.5H2a.5.5 0 0 1 0-1h10.793L10.464 5.17a.5.5 0 1 1 .708-.707Z' clip-rule='evenodd'/>", "0 0 16 16"], ve = ["<path fill-rule='evenodd' d='m4.465 4.828 3.182-3.182a.5.5 0 0 1 .707 0l3.182 3.182a.5.5 0 1 1-.707.708L8.5 3.207V14a.5.5 0 0 1-1 0V3.207L5.172 5.536a.5.5 0 1 1-.707-.708Z' clip-rule='evenodd'/>", "0 0 16 16"], ye = ["<path d='M13.76 8a.48.48 0 0 1-.48.48H2.72a.48.48 0 1 1 0-.96h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96v-2.4h.96v2.4h.96a.48.48 0 0 1 .48.48ZM4.64 10.88h-.96V9.44h.96v1.44ZM12.32 10.88h-.96V9.44h.96v1.44ZM6.56 10.4H5.6v-.96h.96v.96ZM8.48 10.4h-.96v-.96h.96v.96ZM10.4 10.4h-.96v-.96h.96v.96ZM1.28 5.12V3.68c0-.794.646-1.44 1.44-1.44h1.44a.48.48 0 1 1 0 .96H2.72a.48.48 0 0 0-.48.48v1.44a.48.48 0 1 1-.96 0ZM14.72 3.68v1.44a.48.48 0 1 1-.96 0V3.68a.48.48 0 0 0-.48-.48h-1.44a.48.48 0 1 1 0-.96h1.44c.794 0 1.44.646 1.44 1.44ZM4.64 13.28a.48.48 0 0 1-.48.48H2.72c-.794 0-1.44-.646-1.44-1.44v-1.44a.48.48 0 1 1 .96 0v1.44c0 .265.215.48.48.48h1.44a.48.48 0 0 1 .48.48ZM14.72 10.88v1.44c0 .794-.646 1.44-1.44 1.44h-1.44a.48.48 0 1 1 0-.96h1.44a.48.48 0 0 0 .48-.48v-1.44a.48.48 0 1 1 .96 0Z'/>", "0 0 16 16"], be = ["<path d='M13.98 12.667h-.525V8.139c0-2.424-1.483-4.488-3.563-5.288V1.96C9.892.877 9.042 0 7.995 0 6.95 0 6.103.88 6.103 1.96v.885C4.025 3.643 2.54 5.71 2.54 8.136v4.53h-.525a.526.526 0 0 0-.515.534c0 .293.232.533.515.533H5.45C5.64 15.013 6.708 16 8 16s2.36-.987 2.549-2.267h3.436c.283 0 .515-.24.515-.533a.53.53 0 0 0-.52-.533M7.132 1.96A.88.88 0 0 1 8 1.067c.476 0 .862.4.862.893v.608a5 5 0 0 0-.872-.08c-.294 0-.577.032-.858.077zM8 14.8c-.72 0-1.216-.376-1.39-1.067h2.812C9.249 14.424 8.72 14.8 8 14.8m-4.297-2.3V8.139C3.703 5.613 5.895 3.8 8 3.8s4.203 1.813 4.203 4.339V12.5z'/>", "0 0 16 16"], xe = ["<path d='M7.47 10.14a.842.842 0 0 1-.205-.724c.01-.053.025-.102.04-.15.02-.048.045-.096.07-.14.03-.042.06-.085.095-.122a.617.617 0 0 1 .245-.171.662.662 0 0 1 .57 0c.045.015.09.042.13.069.04.032.08.064.115.102.035.037.065.08.095.123.025.043.05.09.065.14a.777.777 0 0 1 .06.305c0 .208-.08.417-.22.567-.034.038-.075.07-.115.102-.04.027-.085.054-.13.075a1.1 1.1 0 0 1-.14.043.636.636 0 0 1-.29 0c-.05-.01-.095-.027-.14-.043a1.048 1.048 0 0 1-.13-.075 1.07 1.07 0 0 1-.115-.102Zm3.335 2.951a.77.77 0 0 0 .165.262c.035.038.075.07.115.103.04.026.085.053.13.075.045.015.09.032.14.042a.725.725 0 0 0 .675-.22.699.699 0 0 0 .16-.262.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.694.694 0 0 0-.16-.263.716.716 0 0 0-.675-.22.624.624 0 0 0-.14.049.617.617 0 0 0-.245.171 1.19 1.19 0 0 0-.095.123c-.025.043-.05.091-.07.14-.014.048-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-3.5 0c.02.048.045.097.07.14.03.042.06.085.095.123a.621.621 0 0 0 .245.171.624.624 0 0 0 .285.064.636.636 0 0 0 .284-.064.61.61 0 0 0 .131-.07c.04-.032.08-.064.115-.101a.699.699 0 0 0 .16-.262.777.777 0 0 0 .06-.305.843.843 0 0 0-.22-.569.607.607 0 0 0-.246-.171.663.663 0 0 0-.57 0 .617.617 0 0 0-.244.171.843.843 0 0 0-.165.873Zm3.5-3.214a.77.77 0 0 0 .165.263c.035.037.075.069.115.101.04.027.085.054.13.075.045.016.09.032.14.043a.636.636 0 0 0 .29 0c.05-.01.095-.027.14-.043a1.02 1.02 0 0 0 .13-.075c.04-.032.08-.064.115-.102a.699.699 0 0 0 .16-.263.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.697.697 0 0 0-.16-.262.716.716 0 0 0-1.06 0 .806.806 0 0 0-.165.262c-.014.048-.03.097-.04.15a.777.777 0 0 0 0 .31c.01.054.025.103.04.15Zm-6.305.498c.195 0 .39-.086.53-.236s.22-.353.22-.567a.843.843 0 0 0-.22-.568c-.28-.3-.78-.3-1.06 0a.843.843 0 0 0 0 1.135c.14.15.33.236.53.236ZM15 4.215v10.178c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607H4V1.536C4 1.24 4.224 1 4.5 1s.5.24.5.536v1.071h6V1.536c0-.296.224-.536.5-.536s.5.24.5.536v1.071h1.5c.827 0 1.5.721 1.5 1.607Zm-1 3.214H2v6.964c0 .295.224.536.5.536h11c.276 0 .5-.24.5-.536V7.429Zm0-3.215c0-.295-.224-.535-.5-.535H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.679H5V4.75c0 .296-.224.536-.5.536S4 5.046 4 4.75V3.679H2.5c-.276 0-.5.24-.5.535v2.143h12V4.214ZM4.5 13.59c.2 0 .39-.085.53-.235.14-.15.22-.354.22-.568a.833.833 0 0 0-.22-.568.737.737 0 0 0-1.06 0 .833.833 0 0 0-.22.568c0 .214.08.418.22.568.14.15.33.235.53.235Z'/>", "0 0 16 16"], Se = ["<path d='M15 4.214v10.179c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607h11c.827 0 1.5.721 1.5 1.607Zm-1 3.214H2v6.965c0 .295.224.535.5.535h11c.276 0 .5-.24.5-.535V7.428Zm0-3.214c0-.295-.224-.536-.5-.536H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.678H6V4.75c0 .296-.224.536-.5.536S5 5.046 5 4.75V3.678H2.5c-.276 0-.5.24-.5.536v2.143h12V4.214Z'/><path d='M5.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5M11.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5'/><path d='M10.063 10.25h-.376v-.375A1.877 1.877 0 0 0 7.813 8a1.877 1.877 0 0 0-1.875 1.875v.375h-.375a.375.375 0 0 0-.375.375v3c0 .207.167.375.375.375h4.5a.375.375 0 0 0 .374-.375v-3a.375.375 0 0 0-.374-.375Zm-3.376-.375a1.125 1.125 0 0 1 2.25 0v.375h-2.25v-.375Zm3 3.375h-3.75V11h3.75v2.25Z'/><path d='M7.813 12.5a.375.375 0 1 0 0-.75.375.375 0 0 0 0 .75Z'/>", "0 0 16 16"], Ce = ["<path d='M7.47 10.14a.843.843 0 0 1-.205-.724c.01-.054.025-.102.04-.15.02-.048.045-.097.07-.14.03-.042.06-.085.095-.123a.616.616 0 0 1 .245-.171.662.662 0 0 1 .57 0c.045.016.09.043.13.07.04.032.08.064.115.101a.697.697 0 0 1 .16.262.777.777 0 0 1 .06.305c0 .21-.08.42-.22.57-.034.037-.075.069-.115.1-.04.028-.085.054-.13.076a1.1 1.1 0 0 1-.14.043.636.636 0 0 1-.29 0 1.08 1.08 0 0 1-.14-.043 1.048 1.048 0 0 1-.13-.075 1.07 1.07 0 0 1-.115-.102Zm3.335 2.951a.767.767 0 0 0 .28.364c.04.027.085.054.13.075.045.016.09.032.14.043a.725.725 0 0 0 .675-.22.696.696 0 0 0 .16-.263.778.778 0 0 0 .045-.46.74.74 0 0 0-.045-.15.696.696 0 0 0-.16-.262.716.716 0 0 0-.675-.22.624.624 0 0 0-.14.048.617.617 0 0 0-.245.172 1.19 1.19 0 0 0-.095.123c-.025.043-.05.091-.07.14-.014.047-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-3.5 0c.02.048.045.096.07.14.03.042.06.085.095.123a.617.617 0 0 0 .245.171.624.624 0 0 0 .285.064.636.636 0 0 0 .284-.064.607.607 0 0 0 .131-.07c.04-.032.08-.064.115-.101a.696.696 0 0 0 .16-.263.778.778 0 0 0 .06-.305.843.843 0 0 0-.22-.568c-.034-.038-.075-.07-.115-.102a.607.607 0 0 0-.13-.07.663.663 0 0 0-.57 0 .617.617 0 0 0-.13.07c-.04.032-.08.064-.115.102a.843.843 0 0 0-.205.723c.01.053.025.102.04.15Zm3.5-3.214a.77.77 0 0 0 .165.263c.035.037.075.069.115.101.04.027.085.053.13.075.045.016.09.032.14.043a.636.636 0 0 0 .29 0c.05-.01.095-.027.14-.043.045-.022.09-.048.13-.075.04-.032.08-.064.115-.102a.699.699 0 0 0 .16-.263.777.777 0 0 0 .045-.46.737.737 0 0 0-.045-.15.697.697 0 0 0-.16-.263.716.716 0 0 0-.675-.22c-.05.012-.095.028-.14.044-.045.021-.09.048-.13.075-.04.032-.08.064-.115.101a.806.806 0 0 0-.165.263c-.014.048-.03.096-.04.15a.777.777 0 0 0 0 .31c.01.054.025.102.04.15Zm-6.305.498c.195 0 .39-.086.53-.236s.22-.353.22-.568a.843.843 0 0 0-.22-.568c-.28-.3-.78-.3-1.06 0a.843.843 0 0 0 0 1.136c.14.15.33.236.53.236ZM15 4.215v10.178c0 .886-.673 1.607-1.5 1.607h-11c-.827 0-1.5-.721-1.5-1.607V4.214c0-.886.673-1.607 1.5-1.607h11c.827 0 1.5.721 1.5 1.607Zm-1 3.213H2v6.965c0 .295.224.535.5.535h11c.276 0 .5-.24.5-.535V7.428Zm0-3.214c0-.295-.224-.536-.5-.536H12V4.75c0 .296-.224.536-.5.536s-.5-.24-.5-.536V3.678H6V4.75c0 .296-.224.536-.5.536S5 5.046 5 4.75V3.678H2.5c-.276 0-.5.24-.5.536v2.143h12V4.214ZM4.5 13.59c.2 0 .39-.086.53-.236s.22-.353.22-.567a.833.833 0 0 0-.22-.568.737.737 0 0 0-1.06 0 .833.833 0 0 0-.22.568c0 .214.08.417.22.567.14.15.33.236.53.236Z'/><path d='M5.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5M11.5 4V2c0-.333-.2-1-1-1s-1 .667-1 1v1.5'/>", "0 0 16 16"], we = ["<path d='M1.4 22.116c1.812 1.632 13.968-5.604 15.768-8.652.864-1.464-.156-3.612-1.824-5.328 1.896-1.26 3.564 2.664 5.148 1.836.72-.384 1.188-1.572.84-2.304-.624-1.296-2.7-1.296-4.104-1.452.996-.24 3.384-1.26 3.432-2.7.048-1.104-1.356-2.364-2.46-2.232-1.452.168-1.98 2.256-2.472 3.6-.06-.852-.24-2.724-1.176-3.54-1.248-1.092-2.748-.06-2.784 1.26-.048 1.596 3.384 2.484 2.304 4.404C12.248 5.604 10.1 4.836 8.72 5.64c-.588.372-1.26 1.092-1.956 2.028 1.068 1.128 2.544 2.484 3.708 3.264.24.168.312.504.132.744a.53.53 0 0 1-.744.144c-1.188-.804-2.64-2.136-3.72-3.252a32.183 32.183 0 0 0-1.608 2.676c1.02 1.032 2.316 2.196 3.348 2.892.24.168.3.504.132.744a.541.541 0 0 1-.756.144c-1.02-.696-2.232-1.776-3.252-2.784C1.88 16.428.32 21.156 1.4 22.116Z'/>", "0 0 24 24"], Te = ["<path d='M14.04 4.04a.65.65 0 0 1 .92.92l-9 9a.651.651 0 0 1-.968-.054l-4-5-.071-.11A.65.65 0 0 1 1.915 8l.093.094 3.546 4.431L14.04 4.04Z'/>", "0 0 16 16"], Ee = ["<path fill='#1B1B1B' d='M11 0H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1Zm-6 8.75L2.5 6.271l.795-.771L5 7.173 8.704 3.5l.796.788L5 8.75Z'/>", "0 0 12 12"], De = ["<path fill='#1B1B1B' d='M11 0H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1ZM1 11V1h10v10H1Z'/>", "0 0 12 12"], Oe = ["<path d='M15.761 4.197c.263.245.31.638.135.938l-.09.122-6.762 7.5a.732.732 0 0 1-1.088 0l-6.762-7.5a.759.759 0 0 1 .045-1.06.73.73 0 0 1 1.043.046L8.5 11.14l6.219-6.896.111-.1a.729.729 0 0 1 .931.054Z'/>", "0 0 16 16"], ke = ["<path fill='#F2F2F2' d='M17.005 12.982a4 4 0 0 1-3.992 4.008l-8 .015a4 4 0 0 1-4.008-3.992l-.015-8a4 4 0 0 1 3.993-4.008l8-.015a4 4 0 0 1 4.007 3.992l.015 8Z'/><path fill='#1B1B1B' fill-rule='evenodd' d='M10.825 14.493a.432.432 0 0 1-.61-.008l-5.11-5.256a.432.432 0 0 1 .009-.611l5.256-5.11a.432.432 0 0 1 .602.62L6.025 8.936l4.809 4.947a.432.432 0 0 1-.009.61Z' clip-rule='evenodd'/>", "0 0 18 18"], Ae = ["<path d='M12.803 15.761a.759.759 0 0 1-.938.135l-.122-.09-7.5-6.762a.732.732 0 0 1 0-1.088l7.5-6.762a.759.759 0 0 1 1.06.045.73.73 0 0 1-.046 1.043L5.86 8.5l6.897 6.219.1.111a.729.729 0 0 1-.054.931Z'/>", "0 0 16 16"], je = ["<path fill='#F2F2F2' d='M17.005 12.982a4 4 0 0 1-3.992 4.008l-8 .015a4 4 0 0 1-4.008-3.992l-.015-8a4 4 0 0 1 3.993-4.008l8-.015a4 4 0 0 1 4.007 3.992l.015 8Z'/><path fill='#1B1B1B' fill-rule='evenodd' d='M7.189 14.493a.432.432 0 0 0 .61-.008l5.11-5.256a.432.432 0 0 0-.008-.611l-5.256-5.11a.432.432 0 0 0-.603.62l4.947 4.808-4.809 4.947a.432.432 0 0 0 .009.61Z' clip-rule='evenodd'/>", "0 0 18 18"], Me = ["<path d='M4.197 1.239a.759.759 0 0 1 .938-.134l.122.088 7.5 6.763a.732.732 0 0 1 0 1.088l-7.5 6.762a.759.759 0 0 1-1.06-.045.73.73 0 0 1 .046-1.043L11.14 8.5 4.244 2.28l-.1-.111a.729.729 0 0 1 .054-.931Z'/>", "0 0 16 16"], Ne = ["<path d='M1.239 12.803a.759.759 0 0 1-.134-.938l.088-.122 6.763-7.5a.732.732 0 0 1 1.088 0l6.762 7.5a.759.759 0 0 1-.045 1.06.73.73 0 0 1-1.043-.046L8.5 5.86 2.28 12.757l-.111.1a.729.729 0 0 1-.931-.054Z'/>", "0 0 16 16"], Pe = ["<path d='M20.16 12.73A6.27 6.27 0 0 0 19.09 3c-2.01-1.33-4.7-1.34-6.73-.03-1.76 1.13-2.73 2.89-2.9 4.71-.13 1.32-.63 2.55-1.55 3.47l-.03.03c-1.16 1.16-1.16 2.93-.07 4.01l.99.99a2.794 2.794 0 0 0 3.95 0c.97-.97 2.25-1.5 3.64-1.65 1.37-.15 2.71-.75 3.77-1.8Zm-13.9 7.13c.27.56.18 1.24-.29 1.7a1.49 1.49 0 0 1-2.55-.98 1.49 1.49 0 0 1-.98-2.55c.46-.46 1.15-.56 1.7-.29l2.48-2.43c.14.19.3.41.48.59l.99.99c.21.2.41.37.67.52l-2.5 2.45Z'/>", "0 0 24 24"], Fe = ["<path d='M18.73 2.118a.936.936 0 0 1 1.274.363l.187.34a4.682 4.682 0 0 1 .133 4.297A6.214 6.214 0 0 1 22 11.376c0 .722-.121 1.418-.348 2.062-.238.676-1.113.637-1.437-.004l-.457-.914a.944.944 0 0 0-.84-.52h-2.855a.935.935 0 0 1-.938-.937V7.938a.935.935 0 0 0-.938-.937h-.667c-.832 0-1.172-.934-.422-1.286a6.206 6.206 0 0 1 2.652-.59c1.105 0 2.14.286 3.04.79a2.81 2.81 0 0 0-.235-2.18l-.188-.34a.936.936 0 0 1 .363-1.273v-.004ZM8.688 15.497l3.626-7.246h1.562v3.125c0 1.035.84 1.875 1.875 1.875h2.977l.933 1.867A16.934 16.934 0 0 1 6.031 22H3.734a1.734 1.734 0 0 1-.375-3.426l1.946-.434a4.999 4.999 0 0 0 3.386-2.644h-.004Z'/>", "0 0 24 24"], Ie = ["<path d='m8 7.293 5.646-5.647a.502.502 0 0 1 .708.708L8.707 8l5.647 5.646a.502.502 0 0 1-.708.708L8 8.707l-5.646 5.647a.502.502 0 0 1-.708-.708L7.293 8 1.646 2.354a.502.502 0 0 1 .708-.708z' />", "0 0 15 15"], Le = ["<path d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773c0 1.796-1.498 3.226-3.313 3.226H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318c0 1.467 1.23 2.681 2.781 2.681H6a.5.5 0 1 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383Z'/><path d='M8.354 15.794a.5.5 0 0 1-.708 0L5 13a.5.5 0 0 1 .708-.708L7.5 14.233V5.441a.5.5 0 0 1 1 0v8.792l1.792-1.941A.5.5 0 0 1 11 13l-2.646 2.794Z'/>", "0 0 16 16"], Re = ["<path d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773c0 1.796-1.498 3.226-3.313 3.226H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318c0 1.467 1.23 2.681 2.781 2.681H6a.5.5 0 1 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383Z'/><path d='M7.646 3.206a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708L8.5 4.767v9.792a.5.5 0 1 1-1 0V4.767L5.354 6.914a.5.5 0 0 1-.708-.708l3-3Z'/>", "0 0 16 16"], ze = ["<path d='M9.5 11.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 .5.5ZM9 9H5a.5.5 0 1 0 0 1h4a.5.5 0 1 0 0-1Zm4.5-4.421V11a1.502 1.502 0 0 1-1.5 1.5h-.5v1A1.502 1.502 0 0 1 10 15H4a1.502 1.502 0 0 1-1.5-1.5V5A1.502 1.502 0 0 1 4 3.5h.5v-1A1.502 1.502 0 0 1 6 1h4a.5.5 0 0 1 .358.151l3 3.079a.498.498 0 0 1 .142.349Zm-3-1.079a.5.5 0 0 0 .5.5h.738L10.5 2.73v.77Zm0 10v-6H9A1.502 1.502 0 0 1 7.5 6V4.5H4a.5.5 0 0 0-.5.5v8.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5ZM8.5 6a.5.5 0 0 0 .5.5h.738L8.5 5.23V6Zm4 5V5H11a1.502 1.502 0 0 1-1.5-1.5V2H6a.5.5 0 0 0-.5.5v1H8a.499.499 0 0 1 .358.151l3 3.079a.498.498 0 0 1 .142.349V11.5h.5a.5.5 0 0 0 .5-.5Z'/>", "0 0 16 16"], Be = ["<path d='M11.77 4.23A2.728 2.728 0 0 0 9.09 2H4.728A2.727 2.727 0 0 0 2 4.727v4.364a2.727 2.727 0 0 0 2.23 2.678A2.727 2.727 0 0 0 6.91 14h4.363A2.726 2.726 0 0 0 14 11.273V6.909a2.727 2.727 0 0 0-2.23-2.678ZM3.09 9.09V4.728a1.636 1.636 0 0 1 1.637-1.636h4.364a1.636 1.636 0 0 1 1.636 1.636v4.364a1.636 1.636 0 0 1-1.636 1.636H4.727a1.636 1.636 0 0 1-1.636-1.636Zm9.82 2.183a1.636 1.636 0 0 1-1.637 1.636H6.909a1.637 1.637 0 0 1-1.538-1.09h3.72a2.728 2.728 0 0 0 2.727-2.728V5.37a1.636 1.636 0 0 1 1.091 1.538v4.364Z'/>", "0 0 16 16"], Ve = ["<path d='M3.098 3.297a.634.634 0 0 0-.634.638v9.543c0 1.046.86 1.907 1.907 1.907h7.639c1.046 0 1.907-.86 1.907-1.907V3.935a.637.637 0 0 0-.635-.638H3.098Zm.638 1.272h8.907v8.909a.623.623 0 0 1-.634.634H4.371a.623.623 0 0 1-.634-.634V4.569Z'/><path d='M1.825 3.3a.636.636 0 0 0 0 1.272h12.731a.638.638 0 0 0 0-1.272H1.825Z'/><path d='M5.644.117c-1.047 0-1.908.86-1.908 1.907v1.911a.637.637 0 0 0 1.274 0V2.024c0-.359.275-.634.634-.634h5.093c.359 0 .634.275.634.634v1.911a.64.64 0 0 0 .639.634.636.636 0 0 0 .634-.634V2.024c0-1.047-.861-1.907-1.908-1.907H5.644ZM6.283 5.845a.64.64 0 0 0-.639.634v5.725a.64.64 0 0 0 1.088.45.635.635 0 0 0 .185-.45V6.479a.636.636 0 0 0-.634-.634ZM10.102 5.845a.64.64 0 0 0-.639.634v5.725a.64.64 0 0 0 1.088.45.632.632 0 0 0 .185-.45V6.479a.636.636 0 0 0-.634-.634Z'/>", "0 0 16 16"], He = ["<path d='M9.273 9.91a.636.636 0 1 0 0-1.274.636.636 0 0 0 0 1.273ZM6.727 7.364a.636.636 0 1 0 0-1.273.636.636 0 0 0 0 1.273ZM6.546 9.91a.455.455 0 0 1-.322-.778L9.127 6.23a.455.455 0 1 1 .643.643L6.868 9.776a.453.453 0 0 1-.322.133Z'/><path d='M8 15a1.93 1.93 0 0 1-1.369-.566l-.665-.665a.853.853 0 0 0-.607-.251h-.941a1.94 1.94 0 0 1-1.936-1.936v-.942a.852.852 0 0 0-.252-.606l-.665-.666a1.94 1.94 0 0 1 0-2.737l.665-.666a.852.852 0 0 0 .252-.606v-.942a1.94 1.94 0 0 1 1.935-1.935h.942a.853.853 0 0 0 .606-.252l.666-.665a1.94 1.94 0 0 1 2.738 0l.665.665a.853.853 0 0 0 .607.251h.942a1.94 1.94 0 0 1 1.935 1.936v.942a.854.854 0 0 0 .252.606l.665.666a1.94 1.94 0 0 1 0 2.737l-.665.665a.855.855 0 0 0-.252.607v.942a1.94 1.94 0 0 1-1.935 1.935h-.942a.85.85 0 0 0-.607.252l-.665.665A1.93 1.93 0 0 1 8 15ZM8 2.077a.857.857 0 0 0-.607.251l-.665.664a1.924 1.924 0 0 1-1.368.567h-.942a.86.86 0 0 0-.858.858v.942a1.924 1.924 0 0 1-.567 1.368l-.666.666a.86.86 0 0 0 0 1.214l.665.665a1.924 1.924 0 0 1 .567 1.368v.942a.86.86 0 0 0 .859.858h.942a1.925 1.925 0 0 1 1.368.567l.665.665a.86.86 0 0 0 1.214 0l.666-.665a1.923 1.923 0 0 1 1.368-.567h.941a.86.86 0 0 0 .859-.858v-.942a1.924 1.924 0 0 1 .567-1.368l.665-.665a.86.86 0 0 0 0-1.214l-.665-.666a1.925 1.925 0 0 1-.567-1.368v-.941a.86.86 0 0 0-.858-.859h-.942a1.924 1.924 0 0 1-1.368-.566l-.666-.666A.857.857 0 0 0 8 2.077Z'/>", "0 0 16 16"], Ue = ["<path d='M5.703 4.333a.417.417 0 0 0 0 .834h4.53a.417.417 0 0 0 0-.834h-4.53ZM5.286 7.678c0-.23.187-.416.417-.416h4.53a.417.417 0 0 1 0 .833h-4.53a.417.417 0 0 1-.417-.417ZM5.703 10.167a.417.417 0 1 0 0 .833H8.41a.417.417 0 1 0 0-.833H5.703Z'/><path d='M3 2.667C3 1.747 3.746 1 4.667 1h6.666C12.253 1 13 1.746 13 2.667v10c0 .92-.746 1.666-1.667 1.666H4.667c-.92 0-1.667-.746-1.667-1.666v-10Zm8.333-.834H4.667a.833.833 0 0 0-.834.834v10c0 .46.373.833.834.833h6.666c.46 0 .834-.373.834-.833v-10a.833.833 0 0 0-.834-.834Z'/>", "0 0 16 16"], We = ["<path stroke-linecap='round' stroke-linejoin='round' d='M7.5 5v4H11'/><circle cx='8' cy='8' r='6.4' stroke-width='1.2'/>", "0 0 16 16"], Ge = ["<path d='M14.17 3.44A6.928 6.928 0 1 1 3.264 11.99a.533.533 0 1 1 .839-.658 5.884 5.884 0 1 0-1.207-4.246s-.077.117-.308.298l-.81-.098.095-.526A6.922 6.922 0 0 1 14.169 3.44Z'/><path d='m.486 5.994 4.531-.29a.289.289 0 0 1 .252.458L3.177 9.026a.289.289 0 0 1-.442.029L.295 6.48a.289.289 0 0 1 .191-.486Z'/><path stroke-linecap='round' stroke-linejoin='round' d='M8 5v4h4'/>", "0 0 16 16"], Ke = ["<path d='M7.524 4.333a.417.417 0 0 0 0 .834h2.708a.417.417 0 0 0 0-.834H7.524ZM7.107 7.678c0-.23.187-.416.417-.416h2.708a.417.417 0 0 1 0 .833H7.524a.417.417 0 0 1-.417-.417ZM7.524 10.167a.417.417 0 1 0 0 .833h2.708a.417.417 0 1 0 0-.833H7.524Z'/><path d='M3 2.667C3 1.747 3.746 1 4.667 1h6.666C12.253 1 13 1.746 13 2.667v10c0 .92-.746 1.666-1.667 1.666H4.667c-.92 0-1.667-.746-1.667-1.666v-10Zm8.333-.834H4.667a.833.833 0 0 0-.834.834v10c0 .46.373.833.834.833h6.666c.46 0 .834-.373.834-.833v-10a.833.833 0 0 0-.834-.834Z'/><path d='M5.5 4.333a.417.417 0 0 0 0 .834h.292a.417.417 0 0 0 0-.834H5.5ZM5.5 7.262a.417.417 0 1 0 0 .833h.292a.417.417 0 0 0 0-.833H5.5ZM5.5 10.167a.417.417 0 1 0 0 .833h.292a.417.417 0 1 0 0-.833H5.5Z'/>", "0 0 16 16"], qe = ["<circle cx='5' cy='4' r='1.25'/><circle cx='5' cy='8' r='1.25'/><circle cx='5' cy='12' r='1.25'/><circle cx='11' cy='4' r='1.25'/><circle cx='11' cy='8' r='1.25'/><circle cx='11' cy='12' r='1.25'/>", "0 0 16 16"], Je = ["<path fill='#E12845' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14ZM3.353 3.044a.571.571 0 0 0-.185.933L6.192 7l-3.024 3.023a.572.572 0 0 0 .809.81L7 7.807l3.024 3.024a.573.573 0 0 0 .808-.809L7.808 7l3.024-3.023a.571.571 0 1 0-.809-.81L7 6.193 3.977 3.168a.571.571 0 0 0-.624-.124Z' clip-rule='evenodd'/>", "0 0 14 14"], Ye = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.164 4.13a.5.5 0 0 1 .706.034l5 5.5a.5.5 0 1 1-.74.672l-5-5.5a.5.5 0 0 1 .034-.706Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M9.836 4.13a.5.5 0 0 0-.706.034l-5 5.5a.5.5 0 1 0 .74.672l5-5.5a.5.5 0 0 0-.034-.706Z' clip-rule='evenodd'/>", "0 0 14 14"], Xe = ["<path fill-rule='evenodd' d='M8 15.2A7.2 7.2 0 1 0 8 .8a7.2 7.2 0 0 0 0 14.4Zm0 .8A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z' clip-rule='evenodd'/><path d='M7.53 12.8v-1.056h.94V12.8h-.94Zm0-2.304V2.784h.94v7.712h-.94Z'/><path fill-rule='evenodd' d='M8 15.04A7.04 7.04 0 1 0 8 .96a7.04 7.04 0 0 0 0 14.08ZM8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z' clip-rule='evenodd'/>", "0 0 16 16"], Ze = ["<g clip-path='url(#a)'><path d='M.35 6.5V1L.363.87A.65.65 0 0 1 1 .35h6l.13.013a.65.65 0 0 1 0 1.274L7 1.65H1.65V6.5a.65.65 0 0 1-1.3 0ZM15.65 10v5.5l-.013.13a.65.65 0 0 1-.637.52H9l-.13-.013a.65.65 0 0 1 0-1.274L9 14.85h5.35V10a.65.65 0 0 1 1.3 0Z'/><path d='M1.063 1.019a.65.65 0 0 1 .82-.044l.098.088 5 5.5.079.106a.65.65 0 0 1-.943.856l-.098-.088-5-5.5-.079-.106a.65.65 0 0 1 .123-.812ZM9.063 9.019a.65.65 0 0 1 .82-.044l.098.088 5 5.5.079.106a.65.65 0 0 1-.943.856l-.098-.088-5-5.5-.079-.106a.65.65 0 0 1 .123-.812Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], Qe = ["<g fill-rule='evenodd' clip-path='url(#a)' clip-rule='evenodd'><path d='M0 4.435c0-.317.257-.574.574-.574h6.694a.574.574 0 1 1 0 1.147h-6.12v9.844h9.85V8.258a.574.574 0 0 1 1.147 0v7.168a.574.574 0 0 1-.574.573H.574A.574.574 0 0 1 0 15.426V4.435Z'/><path d='M7.973 1.049c0-.317.256-.574.573-.574L14.78.467c.317 0 .574.255.575.572l.008 6.232a.574.574 0 0 1-1.148.001l-.006-4.847-8.29 8.308a.574.574 0 0 1-.813-.81l8.29-8.308-4.85.006a.574.574 0 0 1-.574-.572Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], $e = ["<path fill-rule='evenodd' d='M1.884 5.18a.5.5 0 0 0-.704-.064l.704.063Zm0 0 .005.006.022.025a8.287 8.287 0 0 0 .464.478c.327.31.803.717 1.398 1.104C4.76 7.434 6.045 8 7.5 8c1.241 0 2.333-.411 3.253-.935.668-.38 1.264-.855 1.696-1.24a11.508 11.508 0 0 0 .672-.651l.007-.008.002-.002a.5.5 0 0 1 .74.672L13.5 5.5l.37.336-.001.002-.003.003-.011.012-.041.043c-.035.037-.085.09-.15.155a12.526 12.526 0 0 1-1.8 1.5l1.948 1.559a.5.5 0 0 1-.624.78l-2.24-1.792c-.839.44-1.828.799-2.948.883V11.5a.5.5 0 1 1-1 0V8.981c-1.319-.099-2.478-.576-3.403-1.12l-1.72 1.968a.5.5 0 1 1-.753-.658l1.63-1.866A10.935 10.935 0 0 1 1.27 5.993a6.076 6.076 0 0 1-.141-.158l-.009-.01-.003-.003V5.82L1.5 5.5l-.383.32a.5.5 0 0 1 .063-.704' clip-rule='evenodd'/>", "0 0 16 16"], et = ["<path d='M14.333 7.583S11.833 3 7.667 3C3.5 3 1 7.583 1 7.583s2.5 4.584 6.667 4.584c4.166 0 6.666-4.584 6.666-4.584Zm-12.356 0 .162-.24c.28-.4.691-.932 1.221-1.462C4.434 4.807 5.9 3.833 7.667 3.833c1.766 0 3.232.974 4.306 2.048a10.934 10.934 0 0 1 1.383 1.702 10.934 10.934 0 0 1-1.383 1.702c-1.074 1.075-2.54 2.048-4.306 2.048S4.434 10.36 3.36 9.286a10.946 10.946 0 0 1-1.383-1.703Z'/><path d='M4.75 7.583a2.917 2.917 0 1 1 5.833 0 2.917 2.917 0 0 1-5.833 0Z'/>", "0 0 16 16"], tt = ["<path fill-rule='evenodd' d='M7.43 2.208c-1.228.09-2.46.475-3.69 1.16L2.118 1.808a.588.588 0 0 0-.808 0 .535.535 0 0 0 0 .777l1.447 1.391C1.887 4.573 1.02 5.32.153 6.22a.534.534 0 0 0 0 .748C2.763 9.674 5.39 10.999 8 11c2.61.001 5.238-1.32 7.848-4.034l.004-.004.057-.072.047-.085.029-.086.014-.095-.002-.089-.02-.094-.032-.084-.043-.071-.054-.066c-.866-.9-1.734-1.648-2.604-2.244l1.446-1.39a.535.535 0 0 0 0-.777.588.588 0 0 0-.808 0l-1.62 1.557C11.033 2.68 9.8 2.298 8.572 2.207V.549A.561.561 0 0 0 8.001 0a.561.561 0 0 0-.572.55v1.658Zm.683 1.078a.629.629 0 0 1-.224 0c-2.182.038-4.348 1.159-6.529 3.307C3.578 8.778 5.781 9.9 8 9.901c2.22.001 4.424-1.119 6.642-3.308-2.18-2.152-4.348-3.271-6.53-3.307ZM8 3.846c-1.578 0-2.858 1.23-2.858 2.747 0 1.516 1.28 2.747 2.858 2.747 1.577 0 2.857-1.23 2.857-2.747 0-1.516-1.28-2.747-2.857-2.747Zm0 1.099c.946 0 1.714.738 1.714 1.648 0 .91-.768 1.648-1.714 1.648-.947 0-1.715-.738-1.715-1.648 0-.91.768-1.648 1.715-1.648Z' clip-rule='evenodd'/>", "0 0 16 11"], nt = ["<path d='M22 12.061C22 6.504 17.523 2 12.001 2 6.477 2.001 2 6.504 2 12.063c0 5.02 3.657 9.182 8.436 9.937v-7.03H7.9v-2.908h2.54V9.845c0-2.52 1.493-3.913 3.777-3.913 1.095 0 2.238.196 2.238.196v2.475h-1.26c-1.242 0-1.63.776-1.63 1.572v1.887h2.773l-.442 2.907h-2.331v7.03C18.343 21.245 22 17.083 22 12.062Z'/>", "0 0 24 24"], rt = ["<path d='M19.069 11.051a7.768 7.768 0 0 0-1.853-2.575l-.65-.597a.18.18 0 0 0-.291.074l-.291.834c-.181.523-.514 1.057-.986 1.582a.14.14 0 0 1-.091.045.124.124 0 0 1-.097-.034.131.131 0 0 1-.044-.107c.082-1.346-.32-2.863-1.2-4.515-.73-1.373-1.742-2.444-3.007-3.19l-.924-.543a.18.18 0 0 0-.268.163l.05 1.073c.033.733-.052 1.381-.253 1.92-.246.66-.6 1.272-1.05 1.822a6.61 6.61 0 0 1-1.063 1.03A7.882 7.882 0 0 0 4.81 10.75a7.774 7.774 0 0 0-.19 6.49 7.854 7.854 0 0 0 4.19 4.149c.97.406 1.998.612 3.06.612 1.061 0 2.09-.206 3.06-.61a7.791 7.791 0 0 0 2.501-1.67 7.737 7.737 0 0 0 2.307-5.52c0-1.09-.223-2.15-.668-3.149Z'/>", "0 0 24 24"], it = ["<path d='M24 12c0-.775-.669-2.192-2.138-3.469a9.705 9.705 0 0 0-2.826-1.693.148.148 0 0 0-.184.073.89.89 0 0 1-.022.04l-.45.746a8.589 8.589 0 0 0 .004 8.615l.01.018.41.75a.187.187 0 0 0 .232.085C22.483 15.817 24 13.195 24 12Zm-4.402-.007a.75.75 0 1 1-.195-1.487.75.75 0 0 1 .195 1.487Z'/><path d='M15.724 12c0-1.778.47-3.525 1.363-5.062l.006-.01.216-.36a.187.187 0 0 0-.12-.281 13.325 13.325 0 0 0-1.841-.253.372.372 0 0 1-.201-.075c-.904-.687-2.696-1.889-4.522-2.198a.75.75 0 0 0-.844.946l.498 1.743a.187.187 0 0 1-.113.226c-1.728.642-3.215 1.817-4.3 2.712a.375.375 0 0 1-.472.003 14.548 14.548 0 0 0-.454-.346C3.082 7.688.899 7.509.807 7.502a.75.75 0 0 0-.79.91c.02.09.432 1.907 1.487 3.356a.38.38 0 0 1 0 .448C.449 13.666.037 15.482.018 15.573a.75.75 0 0 0 .789.91c.093-.007 2.275-.188 4.13-1.542.152-.111.3-.224.444-.338a.375.375 0 0 1 .472.003c1.09.9 2.58 2.075 4.312 2.719a.187.187 0 0 1 .114.226l-.5 1.743a.75.75 0 0 0 .844.946c.804-.136 2.432-.603 4.502-2.195a.383.383 0 0 1 .204-.078c.618-.04 1.233-.123 1.839-.248a.188.188 0 0 0 .126-.274l-.211-.388A10.069 10.069 0 0 1 15.724 12Z'/>", "0 0 24 24"], at = ["<path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm7.934 9h-2.938a14.86 14.86 0 0 0-1.186-5.079A8.013 8.013 0 0 1 19.934 11zM12 20c-.491 0-1.48-1.819-1.888-5H13.888C13.48 18.181 12.491 20 12 20zm-2-7h4c-.086 1.183-.297 2.24-.606 3.11C13.077 16.922 12.545 18 12 18c-.545 0-1.077-1.078-1.394-1.89C10.297 15.24 10.086 14.183 10 13zm0-2c.086-1.183.297-2.24.606-3.11C10.923 7.078 11.455 6 12 6c.545 0 1.077 1.078 1.394 1.89C13.703 8.76 13.914 9.817 14 11h-4zm-2.81 5.079A14.86 14.86 0 0 0 8.004 11H5.066a8.013 8.013 0 0 0 4.124 5.079zM5.066 13h2.938c.205 1.842.61 3.561 1.186 5.079A8.013 8.013 0 0 1 5.066 13zm9.748 5.079A14.86 14.86 0 0 0 15.996 13h2.938a8.013 8.013 0 0 1-4.18 5.079zM15.996 11a14.86 14.86 0 0 0-1.186-5.079A8.013 8.013 0 0 1 18.934 11h-2.938zM9.19 5.921A14.86 14.86 0 0 0 8.004 11H5.066A8.013 8.013 0 0 1 9.19 5.921z'/>", "0 0 24 24"], ot = ["<path d='M21.823 10.363c.119.685.178 1.379.177 2.074 0 3.104-1.11 5.728-3.04 7.504h.002c-1.688 1.56-4.009 2.463-6.76 2.463a10.202 10.202 0 0 1 0-20.403 9.805 9.805 0 0 1 6.824 2.655l-2.912 2.912a5.543 5.543 0 0 0-3.913-1.53c-2.66 0-4.922 1.795-5.728 4.213a6.11 6.11 0 0 0 0 3.906h.004c.81 2.414 3.067 4.21 5.728 4.21 1.375 0 2.556-.353 3.471-.975h-.004a4.72 4.72 0 0 0 2.04-3.1h-5.51v-3.927l9.62-.002Z'/>", "0 0 24 24"], st = ["<path d='M4.758 13.704c-.192 0-.325-.059-.4-.176-.064-.107-.074-.288-.032-.544l.352-2.096h-1.76c-.149 0-.25-.037-.304-.112-.053-.085-.069-.224-.048-.416.022-.192.059-.336.112-.432a.459.459 0 0 1 .256-.192c.118-.043.246-.064.384-.064H4.87l.48-2.928H3.606c-.149 0-.256-.037-.32-.112-.053-.075-.069-.203-.048-.384.022-.203.064-.352.128-.448a.459.459 0 0 1 .256-.192c.107-.043.235-.064.384-.064h1.536l.4-2.4c.043-.235.096-.41.16-.528a.495.495 0 0 1 .288-.24c.128-.053.304-.08.528-.08.224 0 .363.064.416.192.064.117.07.325.016.624l-.416 2.432h3.264l.368-2.336c.043-.235.091-.416.144-.544a.494.494 0 0 1 .256-.272c.118-.064.294-.096.528-.096.224 0 .374.059.448.176.075.107.091.293.048.56l-.4 2.512h1.472c.182 0 .294.048.336.144.054.096.059.24.016.432a1.096 1.096 0 0 1-.176.432.475.475 0 0 1-.256.16 1.265 1.265 0 0 1-.304.032h-1.312l-.448 2.928h1.456c.182 0 .294.053.336.16a.624.624 0 0 1 .032.352 1.84 1.84 0 0 1-.176.464.463.463 0 0 1-.24.192.975.975 0 0 1-.336.048h-1.296l-.32 1.952a1.427 1.427 0 0 1-.128.48.616.616 0 0 1-.304.288c-.128.064-.314.096-.56.096-.17 0-.293-.059-.368-.176-.074-.107-.09-.293-.048-.56l.32-2.08H6.07l-.32 1.92c-.032.203-.08.373-.144.512a.628.628 0 0 1-.288.288c-.128.064-.314.096-.56.096Zm1.488-4.032H9.51l.464-2.928h-3.2l-.528 2.928Z'/>", "0 0 16 16"], ct = ["<path fill-rule='evenodd' d='M2.642 6.408c0-.339.165-.656.442-.85l4.321-3.025c.357-.25.833-.25 1.19 0l4.32 3.025c.278.194.443.511.443.85v6.913c0 .573-.464 1.037-1.037 1.037H3.679a1.037 1.037 0 0 1-1.037-1.037V6.408ZM8 3.383 3.679 6.408v6.913h8.642V6.408L8 3.383Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M10.765 14.358h-5.53v-3.917h1.037v2.88h3.456v-2.88h1.037v3.917Zm-1.037-3.917S9.728 9 8 9s-1.728 1.44-1.728 1.44c-1.038 0-1.038 0-1.038-.002v-.023a1.617 1.617 0 0 1 .008-.126 2.602 2.602 0 0 1 .357-1.103c.41-.683 1.185-1.224 2.4-1.224 1.216 0 1.993.54 2.403 1.224a2.601 2.601 0 0 1 .363 1.23v.023H9.728ZM7.693 2.1a.519.519 0 0 1 .614 0l6.481 4.753a.519.519 0 0 1-.613.837L8 3.162 1.825 7.69a.519.519 0 1 1-.613-.837L7.693 2.1Z' clip-rule='evenodd'/>", "0 0 16 16"], lt = ["<g fill-rule='evenodd' clip-path='url(#a)' clip-rule='evenodd'><path d='M16 11.565a.574.574 0 0 1-.574.573H8.732a.574.574 0 1 1 0-1.147h6.12V1.147h-9.85v6.595a.574.574 0 0 1-1.147 0V.574c0-.317.257-.574.574-.574h10.997c.317 0 .574.257.574.574v10.99Z'/><path d='M8.027 14.95a.574.574 0 0 1-.573.574l-6.235.009a.574.574 0 0 1-.575-.573L.636 8.728a.574.574 0 0 1 1.148-.002l.006 4.848 8.29-8.308a.574.574 0 0 1 .813.81l-8.29 8.308 4.85-.007c.317 0 .574.256.574.573Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], ut = ["<path fill='#275FFD' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm.32-9.24a.88.88 0 1 0 0-1.76.88.88 0 0 0 0 1.76ZM6.123 5.97l2.015-.253-.881 4.139c-.062.299.026.469.268.469.17 0 .428-.062.603-.217l-.077.366c-.253.304-.81.526-1.289.526-.618 0-.881-.371-.711-1.16L6.7 6.79c.056-.258.004-.35-.253-.413l-.397-.072.072-.335Z' clip-rule='evenodd'/>", "0 0 14 14"], dt = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path d='m8.138 5.716-2.015.253-.072.335.397.072c.257.062.309.155.252.413L6.05 9.84c-.17.789.094 1.16.712 1.16.48 0 1.036-.222 1.289-.526l.077-.366a.974.974 0 0 1-.603.217c-.242 0-.33-.17-.268-.47l.881-4.139ZM8.2 3.88a.88.88 0 1 1-1.76 0 .88.88 0 0 1 1.76 0Z'/>", "0 0 14 14"], ft = ["<path d='M12 8.876A3.13 3.13 0 0 0 8.876 12 3.13 3.13 0 0 0 12 15.124 3.13 3.13 0 0 0 15.124 12 3.13 3.13 0 0 0 12 8.876ZM21.37 12c0-1.294.012-2.576-.06-3.867-.073-1.5-.415-2.831-1.512-3.928-1.1-1.1-2.428-1.44-3.928-1.512-1.294-.073-2.576-.061-3.868-.061-1.293 0-2.575-.012-3.867.061-1.5.073-2.831.415-3.928 1.512-1.1 1.099-1.439 2.428-1.512 3.928-.072 1.294-.06 2.576-.06 3.867s-.012 2.576.06 3.867c.073 1.5.415 2.831 1.512 3.928 1.1 1.1 2.428 1.44 3.928 1.512 1.294.073 2.576.061 3.867.061 1.294 0 2.576.012 3.867-.061 1.5-.073 2.832-.415 3.929-1.512 1.099-1.099 1.439-2.428 1.511-3.928.075-1.291.061-2.573.061-3.867ZM12 16.807A4.8 4.8 0 0 1 7.193 12 4.8 4.8 0 0 1 12 7.193 4.8 4.8 0 0 1 16.807 12 4.8 4.8 0 0 1 12 16.807Zm5.004-8.688a1.121 1.121 0 0 1-1.123-1.123c0-.621.502-1.123 1.123-1.123a1.121 1.121 0 0 1 .43 2.16 1.12 1.12 0 0 1-.43.086Z'/>", "0 0 24 24"], pt = ["<path fill-rule='evenodd' d='M12.888 4.373c0-1.205-.912-2.191-2.038-2.191s-2.038.986-2.038 2.19c0 1.207.912 2.183 2.038 2.183s2.038-.976 2.038-2.182m1.112 0C14 2.51 12.59 1 10.85 1S7.7 2.51 7.7 4.373c0 .717.21 1.382.565 1.93l-6.102 6.534a.625.625 0 0 0 0 .841.53.53 0 0 0 .786 0l.834-.892q.021.03.047.058l.918.982a.53.53 0 0 0 .786 0 .625.625 0 0 0 0-.842l-.917-.982a1 1 0 0 0-.055-.051l.545-.584.02.023.525.56a.53.53 0 0 0 .786 0 .625.625 0 0 0 0-.84l-.524-.563-.021-.02 3.16-3.383c.51.38 1.129.602 1.797.602 1.74 0 3.15-1.51 3.15-3.373' clip-rule='evenodd'/>", "0 0 16 16"], mt = ["<path fill-rule='evenodd' d='M1.293 1.293a1 1 0 0 1 1.414 0L8.494 7.08a.99.99 0 0 1 .028.027l7.613 7.614.015.015 6.557 6.557a1 1 0 0 1-1.414 1.414L18 19.414V20a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-9.788a5 5 0 0 1 .539-2.259L1.293 2.707a1 1 0 0 1 0-1.414ZM8.086 9.5a3 3 0 0 0-.086.712v3.438a7.472 7.472 0 0 1 4.386.428c.145.06.292.114.44.162L8.086 9.5Zm3.528 6.422a7.472 7.472 0 0 0 3.453.56l-3.453-.56Zm3.453.56.933.932V20a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-4.293a5.467 5.467 0 0 1 3.614.215M7 2a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2v1.789a3 3 0 0 0 .504 1.664l.656.984a5 5 0 0 1 .84 2.775v1.131a1 1 0 1 1-2 0v-1.131a3 3 0 0 0-.504-1.665l-.656-.984A5 5 0 0 1 14 4.789V3h-4v.343a1 1 0 0 1-2 0V3a1 1 0 0 1-1-1Z' clip-rule='evenodd'/>", "0 0 24 24"], ht = ["<path fill-rule='evenodd' d='M1.733 1.444c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444V5.89a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V1.444Zm.89.445v3.556h3.555V1.889H2.622ZM1.733 8.111c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444v4.445a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V8.111Zm.89.445v3.556h3.555V8.555H2.622ZM9.067 1.444c0-.245.186-.444.416-.444h4.167c.23 0 .417.199.417.444v11.112c0 .245-.187.444-.417.444H9.483c-.23 0-.416-.199-.416-.444V1.444Zm.833.445V12.11h3.333V1.89H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], gt = ["<path fill-rule='evenodd' d='M7.241 1.305a.439.439 0 0 0-.439-.44h-4.39a.439.439 0 0 0-.439.44v4.39c0 .242.197.439.44.439h4.39a.439.439 0 0 0 .438-.439v-4.39Zm-.878.439v3.512H2.851V1.744h3.512ZM11.266 5.11a1.683 1.683 0 1 1 0-3.366 1.683 1.683 0 0 1 0 3.366Zm0 .878a2.561 2.561 0 1 1 0-5.122 2.561 2.561 0 0 1 0 5.122ZM2.344 8.134c-.245 0-.444.187-.444.417v4.167c0 .23.199.416.444.416h11.111c.246 0 .445-.186.445-.416V8.55c0-.23-.2-.417-.444-.417H2.344Zm.445.834H13.01V12.3H2.789V8.968Z' clip-rule='evenodd'/>", "0 0 15 14"], _t = ["<path fill-rule='evenodd' d='M1.733 1.444c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444V5.89a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V1.444Zm.89.445v3.556h3.555V1.889H2.622ZM1.733 8.111c0-.245.2-.444.445-.444h4.444c.246 0 .445.199.445.444v4.445a.444.444 0 0 1-.445.444H2.178a.444.444 0 0 1-.445-.444V8.111Zm.89.445v3.556h3.555V8.555H2.622ZM9.067 1.444c0-.245.186-.444.416-.444h4.167c.23 0 .417.199.417.444v11.112c0 .245-.187.444-.417.444H9.483c-.23 0-.416-.199-.416-.444V1.444Zm.833.445V12.11h3.333V1.89H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], vt = ["<path fill-rule='evenodd' d='M2.178 7.667a.444.444 0 0 0-.445.444v4.444c0 .246.2.445.445.445h4.444a.444.444 0 0 0 .445-.445V8.111a.444.444 0 0 0-.445-.445H2.178Zm.444.888h3.556v3.556H2.622V8.555ZM6.03 3.593a1.704 1.704 0 1 1-3.408 0 1.704 1.704 0 0 1 3.408 0Zm.888 0a2.593 2.593 0 1 1-5.185 0 2.593 2.593 0 0 1 5.185 0ZM9.067 12.556c0 .245.186.444.416.444h4.167c.23 0 .416-.199.416-.444V1.444c0-.245-.186-.444-.416-.444H9.483c-.23 0-.416.199-.416.444v11.112Zm.833-.445V1.89h3.333V12.11H9.9Z' clip-rule='evenodd'/>", "0 0 15 14"], yt = ["<path fill-rule='evenodd' d='M1.668 3.588a1.744 1.744 0 1 0 3.488 0 1.744 1.744 0 0 0-3.488 0Zm-.91 0a2.654 2.654 0 1 0 5.308 0 2.654 2.654 0 0 0-5.308 0ZM1.668 10.412a1.744 1.744 0 1 0 3.488 0 1.744 1.744 0 0 0-3.488 0Zm-.91 0a2.654 2.654 0 1 0 5.308 0 2.654 2.654 0 0 0-5.308 0ZM15.042 2.223a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 5.408a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 8.592a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455ZM15.042 11.777a.455.455 0 0 0-.455-.455H8.52a.455.455 0 1 0 0 .91h6.066a.455.455 0 0 0 .455-.455Z' clip-rule='evenodd'/>", "0 0 16 14"], bt = ["<path d='M20.977 3.27 20.857 2l-1.21.403c-2.072.72-4.285.94-6.458.645a11.96 11.96 0 0 0-6.73.907 7.285 7.285 0 0 0-4.323 5.45 9.068 9.068 0 0 0 .393 4.615c.34-.768.737-1.508 1.189-2.216a9.925 9.925 0 0 1 4.1-3.456 11.244 11.244 0 0 1 5.099-1.008c-1.67.255-3.27.856-4.696 1.763a9.553 9.553 0 0 0-1.874 1.542 11.465 11.465 0 0 0-1.4 1.924 16.514 16.514 0 0 0-1.582 4.575A26.62 26.62 0 0 0 2.841 22h2.015a30.92 30.92 0 0 1 .595-4.353 9.32 9.32 0 0 0 4.554 1.119 11.083 11.083 0 0 0 4.312-.877c7.668-3.274 6.66-14.166 6.66-14.62Z'/>", "0 0 24 24"], xt = ["<path d='M2 3.433C2 2.64 2.658 2 3.469 2H20.53C21.343 2 22 2.641 22 3.433v17.134C22 21.36 21.343 22 20.531 22H3.47C2.658 22 2 21.359 2 20.567V3.433Zm6.179 15.31V9.71H5.177v9.031H8.18Zm-1.5-10.265c1.046 0 1.697-.693 1.697-1.56-.018-.887-.65-1.56-1.677-1.56C5.67 5.357 5 6.032 5 6.918c0 .867.651 1.56 1.659 1.56h.02Zm6.135 10.264V13.7c0-.27.02-.54.1-.733.216-.538.71-1.097 1.54-1.097 1.086 0 1.52.827 1.52 2.042v4.832h3.001v-5.18c0-2.776-1.48-4.066-3.455-4.066-1.592 0-2.306.876-2.706 1.492v.031h-.02l.02-.031V9.71h-3c.037.848 0 9.031 0 9.031h3Z'/>", "0 0 24 24"], St = ["<path d='M11.5 22S19 14.892 19 9.5a7.5 7.5 0 0 0-15 0C4 14.892 11.5 22 11.5 22Zm0-8.75a3.75 3.75 0 1 1 0-7.5 3.75 3.75 0 0 1 0 7.5Z'/>", "0 0 24 24"], Ct = ["<path d='M5.961 9.278h4.088c.844 0 1.531-.687 1.531-1.532V5.151a1.53 1.53 0 0 0-1.453-1.524V2.623C10.127 1.453 9.175.5 8.005.5s-2.123.952-2.123 2.123v1.003A1.53 1.53 0 0 0 4.43 5.15v2.595c0 .846.687 1.533 1.531 1.533M8 1.5c.676 0 1.231.558 1.231 1.234v.885H6.778v-.885A1.23 1.23 0 0 1 8 1.5m-2.5 4c0-.35 0-.781.547-.781h4.002c.451 0 .53.43.53.781v2c0 .35-.089.828-.618.828H6.07c-.462 0-.571-.478-.571-.828zM13.553 10.543H2.602C1.547 10.543 1 11.197 1 12v2.117c0 .804.653 1.458 1.457 1.458h11.096c.803 0 1.457-.654 1.457-1.457V12c0-.804-.653-1.457-1.457-1.457M14 14.118c0 .308-.138.482-.447.482H2.457c-.31 0-.457-.174-.457-.482V12c0-.309.293-.49.602-.49h10.951c.31 0 .447.181.447.49z'/><path d='M4.653 13.806a.652.652 0 1 0 0-1.306.652.652 0 1 0 0 1.306M8 13.806A.652.652 0 1 0 8 12.5a.652.652 0 1 0 0 1.306M11.653 13.806a.652.652 0 1 0 0-1.306.652.652 0 1 0 0 1.306'/>", "0 0 16 16"], wt = ["<path d='M14.41 9.018a2.11 2.11 0 0 0-1.642-.601V7.1c.001-.908-.735-1.646-1.645-1.648H9.845v-2A2.96 2.96 0 0 0 8.364.895a2.97 2.97 0 0 0-2.96 0 2.96 2.96 0 0 0-1.48 2.558v2H2.644C1.735 5.455.999 6.193 1 7.1v6.75c0 .908.735 1.647 1.645 1.649h8.478a1.65 1.65 0 0 0 1.645-1.65v-1.315a2.073 2.073 0 0 0 1.641-3.517M4.936 3.453a1.947 1.947 0 0 1 3.897 0v2H4.936zm6.82 10.398a.636.636 0 0 1-.633.638H2.645a.636.636 0 0 1-.633-.638V7.1a.635.635 0 0 1 .633-.637h1.782c.001-.004 4.906.003 4.91 0h1.786a.635.635 0 0 1 .633.637v1.316H8.443a2.06 2.06 0 0 0 0 4.118h3.313zm1.197-2.327c-.36-.002-4.035.002-4.499 0a1.049 1.049 0 0 1-.01-2.096h4.51a1.049 1.049 0 0 1-.001 2.096m-2.258-.542a.506.506 0 0 1 0-1.012.506.506 0 0 1 0 1.011m1.796 0a.506.506 0 0 1 .001-1.012.506.506 0 0 1 0 1.011m-3.593 0a.506.506 0 0 1 0-1.012.506.506 0 0 1 0 1.011'/>", "0 0 16 16"], Tt = ["<path d='M1.714 2.5C.763 2.5 0 3.303 0 4.256v7.91c0 .954.763 1.763 1.714 1.763h12.572c.951 0 1.714-.81 1.714-1.762V4.256c0-.953-.763-1.756-1.714-1.756H1.714Zm.084 1.143h12.41L8.34 9.214c-.213.203-.452.203-.666 0L1.798 3.643Zm-.655.952 3.893 3.69-3.893 3.882V4.595Zm13.714 0v7.572l-3.88-3.887 3.88-3.685Zm-4.702 4.47 3.708 3.72H2.143l3.72-3.714 1.024.97c.62.589 1.618.59 2.238 0l1.03-.976Z'/>", "0 0 16 16"], Et = ["<path d='m13.003 1.013.107-.097a1.413 1.413 0 0 1 1.988 1.988L15 3.01 3.01 15a1.413 1.413 0 1 1-1.998-1.999l11.99-11.99Z'/><path d='m14.987 12.989.097.107a1.413 1.413 0 0 1-1.988 1.988l-.107-.097L.999 2.997A1.413 1.413 0 0 1 2.997 1l11.99 11.99Z'/>", "0 0 16 16"], Dt = ["<path d='m14.857 0 .117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 1 1 0-2.286h13.714ZM14.857 6.857l.117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 0 1 0-2.286h13.714ZM14.857 13.714l.117.006a1.143 1.143 0 0 1 0 2.274l-.117.006H1.143a1.143 1.143 0 0 1 0-2.286h13.714Z'/>", "0 0 16 16"], Ot = ["<circle cx='8' cy='8' r='8' fill='#F7F3EE'/><path fill='#1B1B1B' fill-rule='evenodd' d='M3.929 8.5c0-.276.191-.5.428-.5H11.5c.237 0 .429.224.429.5s-.192.5-.429.5H4.357c-.237 0-.428-.224-.428-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], kt = ["<circle cx='8' cy='8' r='8' fill='#E6D9CA'/><path fill='#1B1B1B' fill-rule='evenodd' d='M3.929 8.5c0-.276.191-.5.428-.5H11.5c.237 0 .429.224.429.5s-.192.5-.429.5H4.357c-.237 0-.428-.224-.428-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], At = ["<path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM4.357 8c-.236 0-.428.224-.428.5s.192.5.428.5H11.5c.237 0 .429-.224.429-.5S11.737 8 11.5 8H4.357Z'/>", "0 0 16 16"], jt = ["<path fill-rule='evenodd' d='M0 12.167V4.833c0-.053.002-.107.006-.16.072-.885.731-1.59 1.558-1.666.05-.005.1-.007.15-.007h12.572c.05 0 .1.002.15.007.827.076 1.486.781 1.558 1.666a2 2 0 0 1 .006.16v7.334c0 .053-.002.107-.006.16-.072.885-.731 1.59-1.558 1.666-.05.005-.1.007-.15.007H1.714c-.05 0-.1-.002-.15-.007-.827-.076-1.486-.781-1.558-1.666a2.009 2.009 0 0 1-.006-.16Zm2.829-7.945H1.714c-.315 0-.571.274-.571.611v1.192c.093.02.188.03.286.03.788 0 1.428-.684 1.428-1.527 0-.105-.01-.206-.028-.306Zm9.187 0H3.984c.011.1.016.203.016.306 0 1.518-1.152 2.75-2.571 2.75-.097 0-.192-.006-.286-.017v2.478c.094-.012.19-.017.286-.017C2.848 9.722 4 10.954 4 12.472c0 .103-.005.206-.016.306h8.032a2.88 2.88 0 0 1-.016-.306c0-1.518 1.152-2.75 2.571-2.75.097 0 .193.005.286.017V7.261c-.093.011-.19.017-.286.017-1.419 0-2.571-1.232-2.571-2.75 0-.103.005-.206.016-.306ZM8 10.111c.301 0 .571-.207.571-.5 0-.217-.167-.288-.332-.366-.246-.114-.528-.198-.784-.304-.67-.278-1.17-.705-1.17-1.552 0-.738.471-1.385 1.144-1.625v-.32c0-.337.255-.61.571-.61.316 0 .571.273.571.61v.32c.382.137.7.403.901.741.17.285.09.663-.176.844a.55.55 0 0 1-.788-.187A.584.584 0 0 0 8 6.889c-.301 0-.571.207-.571.5 0 .217.167.288.332.365.246.115.528.199.784.305.67.278 1.17.705 1.17 1.552 0 .738-.471 1.385-1.144 1.624v.32c0 .338-.255.612-.571.612-.316 0-.571-.274-.571-.611v-.32a1.73 1.73 0 0 1-.901-.742.637.637 0 0 1 .176-.843.55.55 0 0 1 .788.187c.1.17.293.273.508.273Zm5.171 2.667h1.115c.315 0 .571-.274.571-.611v-1.192a1.357 1.357 0 0 0-.286-.03c-.788 0-1.428.684-1.428 1.527 0 .105.01.207.028.306ZM1.143 10.975v1.192c0 .337.256.61.571.61H2.83c.018-.098.028-.2.028-.305 0-.843-.64-1.528-1.428-1.528-.098 0-.193.011-.286.031Zm13.714-4.95V4.833c0-.337-.256-.61-.571-.61H13.17c-.018.099-.028.2-.028.305 0 .843.64 1.528 1.428 1.528.098 0 .193-.011.286-.03Z' clip-rule='evenodd'/>", "0 0 16 16"], Mt = ["<path d='M16 6.417C16 3.432 13.605 1 10.667 1c-1.739 0-3.28.856-4.256 2.167H1.6c-.88 0-1.6.73-1.6 1.625v1.083c0 .417.16.796.416 1.083A1.625 1.625 0 0 0 0 8.042v1.083c0 .417.16.796.416 1.083A1.625 1.625 0 0 0 0 11.292v1.083C0 13.269.72 14 1.6 14h8.533c.88 0 1.6-.731 1.6-1.625v-.65C14.165 11.221 16 9.033 16 6.417ZM1.067 9.125V8.042A.54.54 0 0 1 1.6 7.5h3.84c.16.802.501 1.538.97 2.167H1.6a.539.539 0 0 1-.533-.542Zm0-4.333A.54.54 0 0 1 1.6 4.25h4.181a5.443 5.443 0 0 0-.448 2.167H1.6a.54.54 0 0 1-.533-.542V4.792Zm9.6 7.583a.54.54 0 0 1-.534.542H1.6a.54.54 0 0 1-.533-.542v-1.083a.54.54 0 0 1 .533-.542h5.883a5.24 5.24 0 0 0 3.184 1.083v.542Zm0-1.625C8.315 10.75 6.4 8.805 6.4 6.417c0-2.389 1.915-4.334 4.267-4.334 2.352 0 4.266 1.945 4.266 4.334 0 2.388-1.914 4.333-4.266 4.333Z'/><path d='M10.207 5.27h1.467c.22 0 .4-.208.4-.462s-.18-.462-.4-.462h-.7v-.384c0-.254-.18-.462-.399-.462-.22 0-.4.208-.4.462v.389c-.607.023-1.098.596-1.098 1.303s.507 1.308 1.13 1.308h.732c.183 0 .331.171.331.384s-.148.384-.331.384H9.473c-.22 0-.4.208-.4.462s.18.462.4.462h.699v.384c0 .254.18.462.4.462.219 0 .399-.208.399-.462v-.389c.607-.023 1.098-.596 1.098-1.303s-.507-1.308-1.13-1.308h-.732c-.183 0-.331-.171-.331-.384s.148-.384.332-.384Z'/>", "0 0 16 16"], Nt = ["<path d='M14.7 8A6.7 6.7 0 1 0 8 14.7V16A8 8 0 1 1 8 0a8 8 0 0 1 0 16v-1.3c3.7 0 6.7-3 6.7-6.7Z'/><path d='M7.513 6.36h1.954c.293 0 .533-.277.533-.616 0-.339-.24-.616-.533-.616h-.932v-.512c0-.339-.24-.616-.532-.616-.293 0-.533.277-.533.616v.518c-.81.03-1.465.795-1.465 1.738s.677 1.744 1.508 1.744h.974c.245 0 .442.228.442.512 0 .283-.197.511-.442.511H6.533c-.293 0-.533.278-.533.617 0 .339.24.616.533.616h.932v.512c0 .339.24.616.532.616.293 0 .533-.277.533-.616v-.518c.81-.03 1.465-.795 1.465-1.738s-.677-1.744-1.508-1.744h-.974c-.245 0-.442-.228-.442-.512 0-.283.197-.511.442-.511Z'/>", "0 0 16 16"], Pt = ["<path d='M13.143 3H2.857C1.28 3 0 4.232 0 5.75v5.5C0 12.768 1.28 14 2.857 14h10.286C14.72 14 16 12.768 16 11.25v-5.5C16 4.232 14.72 3 13.143 3ZM2.857 4.1h10.286c.943 0 1.714.743 1.714 1.65v.275H1.143V5.75c0-.907.771-1.65 1.714-1.65Zm10.286 8.8H2.857c-.943 0-1.714-.742-1.714-1.65V7.125h13.714v4.125c0 .908-.771 1.65-1.714 1.65Z'/><path d='M10.591 9c.332 0 .647.1.909.265A1.57 1.57 0 0 1 12.409 9C13.283 9 14 9.68 14 10.508c0 .83-.717 1.492-1.591 1.492-.332 0-.647-.1-.909-.265-.262.165-.56.265-.909.265C9.717 12 9 11.32 9 10.492 9 9.662 9.717 9 10.591 9Zm1.38 2.22c.123.066.28.1.42.1.49 0 .892-.381.892-.829 0-.464-.402-.845-.892-.845a.862.862 0 0 0-.42.1c.123.215.21.464.21.729 0 .282-.07.53-.21.745Zm-1.38.117c.49 0 .892-.381.892-.845 0-.465-.402-.846-.892-.846s-.892.381-.892.845c0 .465.402.846.892.846ZM5 8.5l.1.01a.5.5 0 0 1 0 .98L5 9.5H3a.5.5 0 0 1 0-1h2ZM7 10.5a.5.5 0 0 1 0 1H3a.5.5 0 0 1 0-1h4Z'/>", "0 0 16 16"], Ft = ["<path d='M15 .5A2.5 2.5 0 0 1 17.5 3v12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12ZM5.994 4.622a.5.5 0 0 0-.822.306L5.167 5v8.667a.5.5 0 0 0 1 0V6.095l3.173 2.75.082.057a.5.5 0 0 0 .641-.74l-.069-.073-4-3.467Zm6.34-.122a.5.5 0 0 0-.5.5v7.69l-3.208-2.318a.5.5 0 0 0-.585.812l4 2.888.06.036a.5.5 0 0 0 .733-.441V5a.5.5 0 0 0-.5-.5Z'/>", "0 0 18 18"], It = ["<path d='M16.5 3A1.5 1.5 0 0 0 15 1.5H3A1.5 1.5 0 0 0 1.5 3v12A1.5 1.5 0 0 0 3 16.5h12a1.5 1.5 0 0 0 1.5-1.5V3ZM5.167 13.667V5a.5.5 0 0 1 .827-.378l4 3.467.07.073a.5.5 0 0 1-.642.74l-.083-.057-3.172-2.75v7.572a.5.5 0 0 1-1 0ZM11.833 5a.5.5 0 0 1 1 0v8.667a.5.5 0 0 1-.792.405l-4-2.888-.076-.068a.5.5 0 0 1 .661-.744l3.207 2.316V5ZM17.5 15a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12A2.5 2.5 0 0 1 17.5 3v12Z'/>", "0 0 18 18"], Lt = ["<path d='M10.944 1c-.44 0-.88.165-1.213.498L1.737 9.497A2.515 2.515 0 0 0 1 11.275v2.148C1 14.286 1.714 15 2.577 15h2.148c.667 0 1.307-.265 1.778-.737l7.999-7.994a1.724 1.724 0 0 0 0-2.424l-2.347-2.347A1.708 1.708 0 0 0 10.943 1Zm.002 1.16c.14 0 .278.055.387.165l2.342 2.341a.54.54 0 0 1 0 .775l-1.15 1.15L9.41 3.474l1.15-1.15a.545.545 0 0 1 .387-.163ZM8.582 4.302 11.7 7.418 5.68 13.436a1.353 1.353 0 0 1-.956.395H2.577a.4.4 0 0 1-.41-.409v-2.148c0-.358.143-.703.396-.956l6.02-6.017Z'/>", "0 0 16 16"], Rt = ["<path fill='#1B1B1B' d='M10.944 1c-.44 0-.88.165-1.213.498L1.737 9.497A2.515 2.515 0 0 0 1 11.275v2.148C1 14.286 1.714 15 2.577 15h2.148c.667 0 1.307-.265 1.778-.737l7.999-7.994a1.724 1.724 0 0 0 0-2.424l-2.347-2.347A1.708 1.708 0 0 0 10.943 1Zm.002 1.16c.14 0 .278.055.387.165l2.342 2.341a.54.54 0 0 1 0 .775l-1.15 1.15L9.41 3.474l1.15-1.15a.545.545 0 0 1 .387-.163ZM8.582 4.302 11.7 7.418 5.68 13.436a1.353 1.353 0 0 1-.956.395H2.577a.4.4 0 0 1-.41-.409v-2.148c0-.358.143-.703.396-.956l6.02-6.017Z'/>", "0 0 16 16"], zt = ["<path d='M9.951 15c-1.058 0-2.108-.347-2.927-1.029a26.112 26.112 0 0 1-3.52-3.553A24.78 24.78 0 0 1 .811 6.37C-.1 4.65.463 2.58 2.152 1.447l.168-.113c.402-.27.897-.383 1.393-.314a1.9 1.9 0 0 1 1.23.67l1.488 1.825c.615.755.44 1.823-.392 2.38l-.661.444A6.543 6.543 0 0 0 6.52 8.394a7.198 7.198 0 0 0 1.84 1.597l.655-.447c.403-.27.899-.382 1.393-.316.496.068.934.306 1.23.671l1.488 1.825c.615.754.44 1.822-.393 2.38l-.168.113c-.782.523-1.701.782-2.616.782l.002.001ZM3.434 2.136c-.13 0-.26.035-.372.111l-.167.112c-1.206.81-1.608 2.29-.956 3.519a23.758 23.758 0 0 0 2.57 3.866 25.05 25.05 0 0 0 3.361 3.392c1.087.906 2.75.977 3.952.17l.169-.113a.533.533 0 0 0 .13-.793l-1.488-1.825a.637.637 0 0 0-.41-.224.678.678 0 0 0-.465.105l-.66.443c-.425.285-1.003.299-1.438.032A8.466 8.466 0 0 1 5.514 9.07a7.687 7.687 0 0 1-1.34-2.414c-.15-.45.034-.944.46-1.23l.66-.443a.533.533 0 0 0 .13-.793L3.936 2.365a.646.646 0 0 0-.502-.23Zm9.415 5.973c.26-2.177-1.48-4.14-3.882-4.376-.345-.032-.652.192-.69.503-.037.311.212.592.555.626 1.715.168 2.958 1.57 2.773 3.125-.037.311.211.591.554.625a.74.74 0 0 0 .068.004c.316 0 .588-.217.622-.507Zm2.488.244c.199-1.657-.327-3.285-1.48-4.583-1.151-1.3-2.791-2.114-4.619-2.294-.342-.033-.652.192-.69.503-.037.311.212.591.555.625 1.495.147 2.838.814 3.78 1.877.942 1.063 1.372 2.394 1.21 3.75-.037.312.211.592.555.626a.747.747 0 0 0 .068.003c.315 0 .587-.216.621-.507Z'/>", "0 0 16 16"], Bt = ["<circle cx='8' cy='8' r='8' fill='#F7F3EE'/><path fill='#1B1B1B' fill-rule='evenodd' d='M8.522 4.078a.522.522 0 0 0-1.045 0v3.4h-3.4a.522.522 0 1 0 0 1.044h3.4v3.4a.522.522 0 0 0 1.045 0v-3.4h3.4a.522.522 0 0 0 0-1.045h-3.4v-3.4Z' clip-rule='evenodd'/>", "0 0 16 16"], Vt = ["<circle cx='8' cy='8' r='8' fill='#E6D9CA'/><path fill='#1B1B1B' fill-rule='evenodd' d='M8.522 4.078a.522.522 0 0 0-1.045 0v3.4h-3.4a.522.522 0 1 0 0 1.044h3.4v3.4a.522.522 0 0 0 1.045 0v-3.4h3.4a.522.522 0 0 0 0-1.045h-3.4v-3.4Z' clip-rule='evenodd'/>", "0 0 16 16"], Ht = ["<path d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0Zm-.001 3.556a.522.522 0 0 0-.521.522v3.4h-3.4a.523.523 0 0 0 0 1.043h3.4v3.402a.522.522 0 0 0 1.043 0V8.52h3.4a.522.522 0 1 0 0-1.043h-3.4v-3.4A.523.523 0 0 0 8 3.556Z'/>", "0 0 16 16"], Ut = ["<path d='M13.035 3.69h-.547V1.368a.407.407 0 0 0-.407-.406H4.139a.407.407 0 0 0-.408.406V3.69h-.547a2.072 2.072 0 0 0-2.075 2.063v4.437c0 .224.183.406.408.406h2.214v2.958c0 .225.182.406.408.406h7.94a.406.406 0 0 0 .409-.406v-2.958H14.7a.407.407 0 0 0 .408-.406V5.754c0-1.137-.93-2.063-2.074-2.063ZM4.547 1.774h7.125V3.69H4.547V1.773Zm7.125 11.376H4.547V8.602h7.125v4.547Zm2.621-3.363H12.49V8.602h.596a.407.407 0 1 0 0-.811H3.135a.407.407 0 1 0 0 .811h.597v1.184H1.926V5.754c0-.69.565-1.251 1.259-1.251h9.85c.694 0 1.258.561 1.258 1.251v4.032Z'/><path d='M4.11 6.461c0 .667-1 .667-1 0s1-.667 1 0ZM10.519 9.367H5.558a.51.51 0 0 0-.52.5c0 .276.232.5.52.5h4.96a.51.51 0 0 0 .52-.5.51.51 0 0 0-.52-.5ZM10.519 11.367H5.558a.51.51 0 0 0-.52.5c0 .276.232.5.52.5h4.96a.51.51 0 0 0 .52-.5.51.51 0 0 0-.52-.5Z'/>", "0 0 16 16"], Wt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM7.5 6.5A.5.5 0 0 1 8 6h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/><path d='M5.162 6.588v.28c0 .073.052.132.116.132h.297c.064 0 .116-.059.116-.132v-.28c.219-.044.4-.147.528-.309a.986.986 0 0 0 .22-.647c0-.073 0-.132-.013-.19a2.637 2.637 0 0 0-.04-.163c-.012-.058-.038-.103-.064-.147-.025-.044-.064-.088-.09-.117-.026-.03-.064-.074-.116-.103-.039-.03-.09-.06-.129-.088-.039-.03-.09-.045-.142-.074a.668.668 0 0 0-.154-.059c-.052-.014-.103-.044-.168-.059a1.912 1.912 0 0 1-.31-.147c-.05-.044-.077-.088-.077-.147s.013-.103.065-.132c.051-.044.116-.059.206-.059.168 0 .348.074.541.206.052.044.117.03.155-.03l.245-.338c.026-.03.026-.073.026-.103a.1.1 0 0 0-.052-.088c-.077-.073-.18-.132-.27-.191a1.356 1.356 0 0 0-.336-.132v-.339C5.716 3.06 5.665 3 5.6 3h-.296c-.065 0-.116.059-.116.132v.31a.935.935 0 0 0-.529.293.986.986 0 0 0-.219.647c0 .06 0 .118.013.177s.026.103.039.162c.013.044.038.088.051.132a.816.816 0 0 0 .078.118c.025.029.064.058.09.088.026.03.064.059.116.088.039.03.077.044.116.059.039.015.077.044.129.059.051.014.09.029.129.044.038.014.077.03.142.044.051.015.103.03.141.059a.43.43 0 0 1 .116.059l.078.044c.013.014.038.03.051.059.013.014.026.029.026.058 0 .015.013.045.013.074a.224.224 0 0 1-.065.162c-.116.088-.335.088-.54-.015a.953.953 0 0 1-.285-.206c-.025-.03-.064-.044-.09-.03-.038 0-.064.015-.077.045L4.466 6a.153.153 0 0 0 .013.191c.155.191.4.338.683.397Z'/>", "0 0 16 16"], Gt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M4.5 3.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM4.5 6.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM4.5 9.5a.5.5 0 1 1 1 0 .5.5 0 0 1-1 0ZM6.5 3.5A.5.5 0 0 1 7 3h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM6.5 6.5A.5.5 0 0 1 7 6h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM6.5 9.5A.5.5 0 0 1 7 9h4a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], Kt = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M5 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5ZM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/>", "0 0 16 16"], qt = ["<path d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm-.5-5h1v1.5h-1V15zm.74-7.93A3.5 3.5 0 0 0 8.5 10.5h1.5a2 2 0 1 1 2.87 1.79C11.63 12.87 11 13.8 11 15h1.5c0-.71.37-1.22 1.06-1.61A3.5 3.5 0 0 0 12.24 7.07z'/>", "0 0 24 24"], Jt = ["<path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 13A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z'/><path d='M8 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/>", "0 0 16 16"], Yt = ["<path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1Zm0 13A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z'/>", "0 0 16 16"], Xt = ["<path d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41Zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9Z'/><path fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3ZM3.1 9a5.002 5.002 0 0 0 8.757 2.182.502.502 0 0 1 .84.075.499.499 0 0 1-.069.561A6.002 6.002 0 0 1 2.083 9H3.1Z' clip-rule='evenodd'/>", "0 0 16 16"], Zt = ["<path d='M14 7.986a6 6 0 1 1-12 0 .461.461 0 1 1 .923 0A5.096 5.096 0 1 0 4.37 4.448s-.115.038-.369.038l-.5-.5.346-.307A5.994 5.994 0 0 1 14 7.986Z'/><path d='m3.015 2.344 3.243 2.223a.25.25 0 0 1-.073.447l-2.956.835a.25.25 0 0 1-.317-.217l-.287-3.059a.25.25 0 0 1 .39-.23Z'/>", "0 0 16 16"], Qt = ["<g clip-path='url(#a)'><path d='M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532Z'/><path d='M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956-.076-.233-.16-.439-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083c-.218-.089-.423-.172-.655-.248-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073c.014.038.032.091.05.158.038.133.08.322.107.563.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c-.38-.034-.967-.027-1.746.163-1.558.38-3.917 1.496-6.937 4.521-.62.62-.799 1.34-.687 2.051.107.676.483 1.362 1.048 1.928.564.565 1.25.941 1.924 1.049.71.112 1.429-.067 2.048-.688 3.079-3.083 4.192-5.444 4.556-6.987.183-.771.18-1.345.138-1.713a2.835 2.835 0 0 0-.045-.283 3.078 3.078 0 0 0-.3-.041Z'/><path d='M6.803 12.352A7.632 7.632 0 0 1 5 11a7.568 7.568 0 0 1-1.411-1.925c-1.102.991-1.965 5.054-1.84 5.18.126.125 3.936-.896 5.054-1.903Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], $t = ["<path d='M11.118 9.953a5.417 5.417 0 1 0-1.164 1.165.833.833 0 0 0 .081.096l3.21 3.209a.833.833 0 0 0 1.178-1.179l-3.21-3.208a.834.834 0 0 0-.095-.083Zm.215-3.203a4.583 4.583 0 1 1-9.166 0 4.583 4.583 0 0 1 9.166 0Z'/>", "0 0 16 16"], en = ["<path d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.49.49 0 0 0-.59-.22l-2.39.96a7.22 7.22 0 0 0-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96a.48.48 0 0 0-.59.22L2.74 8.87a.47.47 0 0 0 .12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.47.47 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32a.47.47 0 0 0-.12-.61l-2.01-1.58zM12 15.6A3.6 3.6 0 0 1 8.4 12 3.6 3.6 0 0 1 12 8.4a3.6 3.6 0 0 1 3.6 3.6 3.6 3.6 0 0 1-3.6 3.6z'/>", "0 0 24 24"], tn = ["<path d='M11.491.5H4.509C3.122.5 2 1.638 2 3.045v9.91c0 .68.265 1.328.732 1.802a2.494 2.494 0 0 0 1.777.743l5.346-.016c.67 0 1.293-.268 1.776-.743l1.637-1.66A2.566 2.566 0 0 0 14 11.28V3.045C14 1.638 12.878.5 11.491.5ZM4.509 14.33c-.358 0-.701-.142-.966-.395-.25-.253-.405-.6-.405-.98v-9.91c0-.759.608-1.375 1.356-1.375h6.981c.748 0 1.356.616 1.356 1.375v7.808h-1.839c-.872 0-1.574.711-1.574 1.597v1.88H4.51Zm6.312-.395c-.063.063-.14.127-.234.19v-1.676c0-.237.187-.41.405-.41h1.637a1.25 1.25 0 0 1-.187.237l-1.621 1.66Z'/><path d='M10.456 4.5H5.529c-.298 0-.537.258-.537.581 0 .323.239.581.537.581h4.927c.298 0 .536-.258.536-.58 0-.324-.238-.582-.536-.582ZM10.456 8.338H5.529c-.298 0-.537.258-.537.58 0 .324.239.582.537.582h4.927c.298 0 .536-.258.536-.581 0-.323-.238-.581-.536-.581Z'/>", "0 0 16 16"], nn = ["<path d='M12.465.983H3.523c-.841 0-1.52.68-1.52 1.535v10.964c0 .841.679 1.535 1.535 1.535h8.927c.841 0 1.535-.679 1.535-1.535V2.518A1.543 1.543 0 0 0 12.465.983Zm.458 12.485a.466.466 0 0 1-.472.472H3.523a.466.466 0 0 1-.472-.473V2.518c0-.266.206-.472.472-.472h8.928c.265 0 .472.206.472.472v10.95Z'/><path d='M10.872 5.348H5.117a.529.529 0 0 0-.531.531c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.532.529.529 0 0 0-.531-.53ZM10.872 7.932H5.117a.529.529 0 0 0-.531.53c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.531.529.529 0 0 0-.531-.531ZM10.872 10.515H5.117a.53.53 0 0 0-.531.53c0 .296.236.532.53.532h5.756a.529.529 0 0 0 .531-.531.53.53 0 0 0-.531-.531Z'/>", "0 0 16 16"], rn = ["<path d='M13.21 0H2.776c-.981 0-1.774.774-1.774 1.75v12.5c0 .96.793 1.75 1.791 1.75h10.419c.981 0 1.79-.774 1.79-1.75V1.75A1.78 1.78 0 0 0 13.212 0Zm.534 14.233a.538.538 0 0 1-.55.539H2.774a.538.538 0 0 1-.55-.539V1.75c0-.303.24-.539.55-.539h10.418c.31 0 .551.236.551.539v12.483Z'/><path d='M11.351 4.976H7.544a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606h3.807a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM4.88 4.976h-.345a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606h.345a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM5 7.945l-.501-.017a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.606L5 9.157a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.606ZM5 10.867l-.501-.017a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.605l.501.017a.61.61 0 0 0 .62-.605.61.61 0 0 0-.62-.606ZM11.351 7.922H7.453a.61.61 0 0 0-.62.605.61.61 0 0 0 .62.606h3.898a.61.61 0 0 0 .62-.606.61.61 0 0 0-.62-.605ZM11.351 10.867H7.453a.61.61 0 0 0-.62.606.61.61 0 0 0 .62.605h3.898a.61.61 0 0 0 .62-.605.61.61 0 0 0-.62-.606Z'/>", "0 0 16 16"], an = ["<path d='M3.381 15h9.659a1.216 1.216 0 0 0 .898-.395 1.233 1.233 0 0 0 .322-.931l-.69-9.032a1.24 1.24 0 0 0-.39-.807 1.225 1.225 0 0 0-.83-.33H4.07a1.225 1.225 0 0 0-.83.33 1.24 1.24 0 0 0-.39.807l-.69 9.032a1.24 1.24 0 0 0 .322.931 1.224 1.224 0 0 0 .898.395Zm.286-10.295a.412.412 0 0 1 .407-.379h8.28a.407.407 0 0 1 .409.38l.69 9.03a.413.413 0 0 1-.244.409.407.407 0 0 1-.164.034H3.38a.406.406 0 0 1-.386-.275.413.413 0 0 1-.022-.167l.694-9.032Z'/><path d='M8.04 1c.54 0 1.059.217 1.44.602.383.385.598.906.599 1.45v.822a.412.412 0 0 1-.408.41.407.407 0 0 1-.408-.41v-.821c0-.327-.129-.64-.358-.871a1.22 1.22 0 0 0-1.73 0c-.23.23-.36.544-.36.87v.822a.412.412 0 0 1-.407.41.407.407 0 0 1-.408-.41v-.821c0-.545.216-1.066.598-1.451S7.498 1 8.04 1Z'/>", "0 0 16 16"], on = ["<path d='M2.947 8h.26l.494 3.946a1.263 1.263 0 0 0 1.253 1.107h6.934a1.263 1.263 0 0 0 1.254-1.107L13.635 8h.26a.842.842 0 0 0 .842-.842V5.474a.842.842 0 0 0-.842-.842H12.87l-1.376-2.32a.421.421 0 0 0-.724.43l1.121 1.89H4.95l1.122-1.89a.42.42 0 1 0-.725-.43l-1.376 2.32H2.947a.842.842 0 0 0-.842.842v1.684A.842.842 0 0 0 2.947 8Zm9.36 3.842a.421.421 0 0 1-.419.369H4.954a.422.422 0 0 1-.418-.37l-.48-3.84h8.73l-.48 3.84Zm-9.36-6.368h10.948v1.684H2.947V5.474Z'/><path d='M8.421 11.369a.421.421 0 0 0 .421-.421V9.262a.421.421 0 1 0-.842 0v1.684a.42.42 0 0 0 .421.422ZM6.316 11.369a.421.421 0 0 0 .42-.421V9.262a.421.421 0 1 0-.841 0v1.684a.42.42 0 0 0 .42.422ZM10.526 11.369a.421.421 0 0 0 .421-.421V9.262a.421.421 0 0 0-.842 0v1.684a.42.42 0 0 0 .421.422Z'/>", "0 0 16 16"], sn = ["<path d='M14.892 3.98a.466.466 0 0 0-.369-.182H4.34l-.541-2.434A.466.466 0 0 0 3.332 1H1.466a.466.466 0 0 0 0 .933H2.96l2.14 9.424a1.865 1.865 0 1 0 2.43 1.767 1.823 1.823 0 0 0-.262-.932h2.854c-.17.281-.26.604-.261.932a1.866 1.866 0 1 0 1.865-1.865H6.036L5.72 9.86h6.692a1.399 1.399 0 0 0 1.352-1.03l1.226-4.444a.466.466 0 0 0-.098-.406Zm-8.296 9.144a.932.932 0 1 1-1.865 0 .932.932 0 0 1 1.865 0Zm6.062 0a.932.932 0 1 1-1.864 0 .932.932 0 0 1 1.864 0Zm.205-4.542a.466.466 0 0 1-.466.345H5.505l-.933-4.196h9.34l-1.049 3.851Z'/>", "0 0 16 16"], cn = ["<path fill-rule='evenodd' d='M1.5.536C1.5.24 1.743 0 2.042 0h11.916c.3 0 .542.24.542.536v13.928c0 .198-.11.38-.287.473a.547.547 0 0 1-.558-.029l-2.676-1.787-2.676 1.787a.546.546 0 0 1-.622-.01l-2.66-1.914-2.66 1.914a.547.547 0 0 1-.565.044.535.535 0 0 1-.296-.478V.536Zm1.083.535v12.341l2.12-1.524a.547.547 0 0 1 .636 0l2.673 1.922 2.664-1.78a.547.547 0 0 1 .606 0l2.135 1.426V1.071H2.583Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7.5 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM7.5 6.5A.5.5 0 0 1 8 6h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM4.5 9a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z' clip-rule='evenodd'/><path d='M5.162 6.588v.28c0 .073.052.132.116.132h.297c.064 0 .116-.059.116-.132v-.28c.219-.044.4-.147.528-.309a.986.986 0 0 0 .22-.647c0-.073 0-.132-.013-.19a2.637 2.637 0 0 0-.04-.163c-.012-.058-.038-.103-.064-.147-.025-.044-.064-.088-.09-.117-.026-.03-.064-.074-.116-.103-.039-.03-.09-.06-.129-.088-.039-.03-.09-.045-.142-.074a.668.668 0 0 0-.154-.059c-.052-.014-.103-.044-.168-.059a1.912 1.912 0 0 1-.31-.147c-.05-.044-.077-.088-.077-.147s.013-.103.065-.132c.051-.044.116-.059.206-.059.168 0 .348.074.541.206.052.044.117.03.155-.03l.245-.338c.026-.03.026-.073.026-.103a.1.1 0 0 0-.052-.088c-.077-.073-.18-.132-.27-.191a1.356 1.356 0 0 0-.336-.132v-.339C5.716 3.06 5.665 3 5.6 3h-.296c-.065 0-.116.059-.116.132v.31a.935.935 0 0 0-.529.293.986.986 0 0 0-.219.647c0 .06 0 .118.013.177s.026.103.039.162c.013.044.038.088.051.132a.816.816 0 0 0 .078.118c.025.029.064.058.09.088.026.03.064.059.116.088.039.03.077.044.116.059.039.015.077.044.129.059.051.014.09.029.129.044.038.014.077.03.142.044.051.015.103.03.141.059a.43.43 0 0 1 .116.059l.078.044c.013.014.038.03.051.059.013.014.026.029.026.058 0 .015.013.045.013.074a.224.224 0 0 1-.065.162c-.116.088-.335.088-.54-.015a.953.953 0 0 1-.285-.206c-.025-.03-.064-.044-.09-.03-.038 0-.064.015-.077.045L4.466 6a.153.153 0 0 0 .013.191c.155.191.4.338.683.397Z'/>", "0 0 16 16"], ln = ["<g clip-path='url(#a)'><path d='M15.914 1.675a.406.406 0 0 0-.262-.164L7.324.036a.432.432 0 0 0-.476.328l-.64 3.64H.833c-.23 0-.41.18-.41.409v10.131c0 .197.115.377.279.476.18.098.393.082.557-.033l.984-.656 1.114.738a.492.492 0 0 0 .59 0l1.115-.738 1.115.738c.18.114.41.114.607 0l1.114-.738.984.656a.563.563 0 0 0 .557.033.532.532 0 0 0 .28-.476v-3.59l.95.918c.164.148.393.18.59.098l1.23-.54.852.82a.52.52 0 0 0 .541.114.54.54 0 0 0 .36-.41l1.755-9.967a.43.43 0 0 0-.082-.312ZM8.88 14.036l-.705-.475a.549.549 0 0 0-.59 0l-1.115.737-1.115-.737a.577.577 0 0 0-.606 0l-1.115.737-1.115-.737a.491.491 0 0 0-.59 0l-.705.459V4.84h7.64v9.196h.016Zm4.64-2.738-.607-.573a.52.52 0 0 0-.377-.148.505.505 0 0 0-.213.05l-1.23.54-.967-.934a.529.529 0 0 0-.426-.148V8.888l2.492.443h.065a.39.39 0 0 0 .394-.344.422.422 0 0 0-.328-.476l-2.64-.459v-.934l2.804.492h.065a.39.39 0 0 0 .394-.345.422.422 0 0 0-.328-.475l-2.935-.525v-.934l.951.164h.066a.39.39 0 0 0 .393-.344.432.432 0 0 0-.328-.476l-1.098-.197V4.38c0-.23-.18-.41-.41-.41H7.045l.54-3.098L15.112 2.2l-1.59 9.098Z'/><path d='m12.31 5.804-.033.213c-.016.066.033.115.082.131l.262.05c.066.016.115-.033.132-.083l.033-.213c.196 0 .377-.049.508-.164a.747.747 0 0 0 .278-.475c.017-.05.017-.115.017-.164 0-.05 0-.098-.017-.131 0-.05-.016-.082-.049-.131-.016-.033-.033-.082-.065-.099-.017-.032-.05-.065-.082-.098a.432.432 0 0 0-.099-.082c-.032-.033-.065-.05-.114-.082-.05-.033-.099-.05-.132-.082-.032-.016-.082-.05-.147-.082a1.048 1.048 0 0 1-.263-.164.186.186 0 0 1-.049-.131c.017-.05.033-.082.066-.098a.369.369 0 0 1 .197-.017c.147.033.311.115.459.246.049.033.098.033.147 0l.262-.23a.125.125 0 0 0 .033-.081.125.125 0 0 0-.033-.082c-.065-.066-.13-.131-.229-.197a1.557 1.557 0 0 0-.279-.164l.05-.262c.016-.066-.033-.115-.082-.131l-.263-.05c-.065-.016-.114.033-.13.082l-.05.246a.847.847 0 0 0-.508.148.747.747 0 0 0-.279.475c-.016.05-.016.099-.016.131 0 .05 0 .082.016.132.016.032.016.082.033.114l.049.099c.016.032.05.065.066.082.016.032.049.049.082.082.032.032.065.049.098.065.033.017.065.05.115.066.032.016.082.049.114.065.033.017.066.033.115.066.05.016.082.05.115.066s.066.032.098.065c.033.016.05.033.066.05.016.016.033.032.033.048 0 .017.016.033.016.05v.049a.19.19 0 0 1-.082.115c-.115.065-.311.016-.492-.099a.937.937 0 0 1-.23-.213c-.016-.016-.048-.033-.081-.05-.033 0-.066 0-.082.034l-.262.23c-.05.032-.05.098-.017.147.164.262.377.41.623.508ZM8.798 3.417l2.148.378h.065c.197 0 .36-.148.41-.345.033-.23-.115-.442-.328-.475l-2.147-.377c-.214-.033-.443.115-.476.328-.033.246.115.459.328.491ZM6.568 9.306v.23c0 .065.05.114.115.114h.279c.065 0 .114-.049.114-.115v-.213a.786.786 0 0 0 .476-.246.718.718 0 0 0 .196-.524c0-.05 0-.115-.016-.164-.016-.05-.016-.099-.033-.131a.264.264 0 0 0-.065-.115c-.033-.033-.05-.066-.082-.098-.033-.033-.066-.05-.099-.082-.032-.033-.082-.05-.114-.066-.033-.016-.082-.033-.132-.066l-.147-.049c-.05-.016-.098-.032-.164-.049-.131-.05-.23-.082-.279-.115-.049-.032-.065-.065-.065-.114 0-.05.016-.082.049-.115a.294.294 0 0 1 .18-.05c.164 0 .328.05.492.165.05.032.115.016.148-.017l.213-.278c.016-.017.033-.05.016-.082 0-.033-.016-.05-.05-.066l-.245-.148a1.042 1.042 0 0 0-.295-.098v-.262a.112.112 0 0 0-.115-.115h-.278a.112.112 0 0 0-.115.115v.23a.786.786 0 0 0-.476.245.705.705 0 0 0-.196.508c0 .05 0 .099.016.132 0 .049.016.082.033.13l.049.099c.016.033.05.066.082.098.033.033.05.05.082.066.033.016.065.05.098.066l.099.049c.032.016.065.033.114.049.05.016.082.033.115.033.033.016.082.016.131.032.05.017.099.033.131.05l.099.049c.033.016.049.033.065.033l.05.049c.016.016.016.033.016.049v.05a.15.15 0 0 1-.066.13c-.098.082-.295.066-.491-.016a.88.88 0 0 1-.263-.164.125.125 0 0 0-.082-.033c-.032 0-.049.017-.082.033l-.23.279c-.032.049-.032.114.017.147.213.197.443.312.705.36ZM2.64 7.515h1.728c.23 0 .41-.18.41-.41 0-.229-.18-.41-.41-.41H2.64c-.23 0-.41.181-.41.41 0 .214.18.41.41.41ZM2.64 9.652h1.728c.23 0 .41-.18.41-.41 0-.23-.18-.41-.41-.41H2.64c-.23 0-.41.18-.41.41 0 .213.18.41.41.41ZM2.94 11.788h4.1c.23 0 .41-.18.41-.41 0-.229-.18-.41-.41-.41h-4.1c-.23 0-.41.181-.41.41 0 .23.18.41.41.41Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], un = ["<path d='m21.284 8.276-5.951-.865-2.66-5.393a.753.753 0 0 0-1.345 0l-2.66 5.393-5.952.865a.749.749 0 0 0-.414 1.28l4.305 4.197L5.59 19.68a.749.749 0 0 0 1.087.79L12 17.672l5.323 2.798a.749.749 0 0 0 1.087-.79l-1.017-5.927 4.305-4.197a.748.748 0 0 0 .218-.43.747.747 0 0 0-.632-.85Z'/>", "0 0 24 24"], dn = ["<path fill='#46D281' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm4.384-9.18a.5.5 0 0 0-.768-.64L5.995 9.725 3.38 6.675a.5.5 0 1 0-.76.65l3 3.5a.5.5 0 0 0 .764-.005l5-6Z' clip-rule='evenodd'/>", "0 0 14 14"], fn = ["<path fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M11.835 5.628a.5.5 0 0 1 .037.706l-4.5 5a.5.5 0 0 1-.726.02l-2.5-2.5a.5.5 0 1 1 .708-.708l2.127 2.128 4.147-4.608a.5.5 0 0 1 .707-.038Z' clip-rule='evenodd'/>", "0 0 16 16"], pn = ["<path d='M22.11 21.46 2.39 1.73 1.11 3 4.3 6.19l-.77.43c-.32.17-.53.5-.53.88v9c0 .38.21.71.53.88l7.9 4.44c.16.12.36.18.57.18.21 0 .41-.06.57-.18l4.71-2.65 3.56 3.56 1.27-1.27ZM5 15.91v-6.7l5.29 2.97.71.71v6.4l-6-3.38Zm8 3.38v-4.4l2.82 2.81L13 19.29ZM9 5.82 7.56 4.36l3.87-2.18c.16-.12.36-.18.57-.18.21 0 .41.06.57.18l7.9 4.44c.32.17.53.5.53.88v9c0 .35-.18.66-.47.83L19 15.8V9.21l-4.22 2.37-1.47-1.47 4.65-2.61L12 4.15 9 5.82Z'/>", "0 0 24 24"], mn = ["<path d='M5.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm15.91 4.58-9-9C12.05 2.22 11.55 2 11 2H4c-1.11 0-2 .89-2 2v7c0 .55.22 1.05.59 1.41l8.99 9c.37.36.87.59 1.42.59.55 0 1.05-.23 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.56-.23-1.06-.59-1.42Z'/>", "0 0 24 24"], hn = ["<path d='M6.739 1c.99 0 1.94.394 2.64 1.094l5.071 5.072a1.9 1.9 0 0 1 0 2.673L9.84 14.45a1.895 1.895 0 0 1-2.67 0L2.094 9.375C1.394 8.674 1 7.725 1 6.734V3.43A2.438 2.438 0 0 1 3.429 1h3.31Zm0 1.167h-3.31c-.704 0-1.262.557-1.262 1.26v3.307c0 .681.272 1.336.753 1.817l5.072 5.072a.713.713 0 0 0 1.021 0l4.611-4.611a.713.713 0 0 0 0-1.02L8.552 2.918a2.562 2.562 0 0 0-1.812-.753h-.001Z'/><path d='M6.489 3.872c.717.717.717 1.9 0 2.618-.717.717-1.9.717-2.618 0a1.861 1.861 0 0 1 0-2.618 1.861 1.861 0 0 1 2.618 0Zm-.827.827a.672.672 0 0 0-.964 0 .672.672 0 0 0 0 .964.672.672 0 0 0 .964 0 .672.672 0 0 0 0-.964Z'/>", "0 0 16 16"], gn = ["<path d='M13.063 6.388c-.205 0-.407.04-.597.117a1.597 1.597 0 0 0-1.533-1.182 1.566 1.566 0 0 0-.782.213 1.597 1.597 0 0 0-1.88-.65V1.598a1.597 1.597 0 1 0-3.193 0v8.3l-.48-.48a2.337 2.337 0 0 0-3.3 0 1.011 1.011 0 0 0-.037 1.395l3.833 4.258a2.732 2.732 0 0 0 2.028.9h4.455a2.73 2.73 0 0 0 2.55-1.714 7.73 7.73 0 0 0 .533-2.859V7.985a1.597 1.597 0 0 0-1.597-1.597Zm.532 5.01a6.586 6.586 0 0 1-.474 2.443 1.656 1.656 0 0 1-1.544 1.064H7.122a1.677 1.677 0 0 1-1.24-.532l-3.796-4.259a1.272 1.272 0 0 1 1.762.032l1.384 1.39a.533.533 0 0 0 .814-.075.532.532 0 0 0 .096-.282V1.597a.532.532 0 0 1 1.065 0v6.388a.532.532 0 1 0 1.065 0V6.388a.532.532 0 0 1 1.064 0v2.13a.532.532 0 1 0 1.065 0V6.92a.532.532 0 1 1 1.065 0v2.13a.532.532 0 0 0 1.064 0V7.985a.532.532 0 0 1 1.065 0v3.412Z'/>", "0 0 16 16"], _n = ["<g clip-path='url(#a)'><path d='M2.552 4.405a.555.555 0 0 0-.772.058L.306 6.126c-.472.537-.436 1.34.08 1.804l8.593 7.622c.52.456 1.323.396 1.8-.136l1.475-1.663a.555.555 0 0 0-.034-.773c-.371-.328-.397-.905-.057-1.287.339-.383.915-.426 1.285-.098a.555.555 0 0 0 .772-.058l1.474-1.662c.471-.538.436-1.342-.08-1.804L7.021.448c-.52-.456-1.323-.395-1.8.137L3.746 2.247c-.2.23-.184.574.034.773.37.329.396.905.057 1.288-.339.382-.915.426-1.285.097Zm2.32-1.804L6.026 1.3a.188.188 0 0 1 .127-.063.177.177 0 0 1 .13.044l5.506 4.883-.614.692a.547.547 0 0 0 .034.773.547.547 0 0 0 .771-.058l.615-.693 2.282 2.025c.075.066.08.181.012.258l-1.155 1.302c-.802-.371-1.768-.159-2.371.521s-.699 1.665-.235 2.416l-1.154 1.302a.182.182 0 0 1-.258.02l-2.282-2.025.614-.692a.547.547 0 0 0-.034-.773.547.547 0 0 0-.772.058l-.614.692-5.505-4.883a.177.177 0 0 1-.06-.125.189.189 0 0 1 .048-.133l1.155-1.302c.802.372 1.768.16 2.37-.52.604-.681.7-1.665.236-2.417Zm3.845 7.025L9.7 8.518a.547.547 0 0 1 .772-.059.547.547 0 0 1 .034.773l-.984 1.109a.547.547 0 0 1-.771.058.548.548 0 0 1-.034-.773Z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs>", "0 0 16 16"], vn = ["<path d='M1.123 3h11.609c.31 0 .591.125.795.326l.015.016c.194.2.315.472.315.768v.15h1.017c.31 0 .59.124.794.326a1.1 1.1 0 0 1 .331.785v1.38c0 .14-.115.254-.258.254-.314 0-.6.126-.805.33a1.115 1.115 0 0 0 0 1.59c.206.203.491.33.806.33.142 0 .258.114.258.254v1.38c0 .306-.127.584-.33.785l-.016.015a1.127 1.127 0 0 1-.778.311H3.268c-.31 0-.592-.125-.795-.326a1.1 1.1 0 0 1-.33-.784v-.15H1.125c-.31 0-.591-.125-.795-.325A1.101 1.101 0 0 1 0 9.629V8.25c0-.14.116-.255.258-.255.315 0 .6-.126.805-.329a1.116 1.116 0 0 0 0-1.59 1.144 1.144 0 0 0-.805-.33A.257.257 0 0 1 0 5.493v-1.38a1.124 1.124 0 0 1 1.125-1.11L1.123 3Zm6.959 4.311a1.258 1.258 0 0 1 0 1.796 1.293 1.293 0 0 1-1.82 0l-.014-.016a1.258 1.258 0 0 1 .014-1.778 1.29 1.29 0 0 1 .91-.373c.33 0 .659.123.91.371Zm-.14.898a.754.754 0 0 0-.225-.537.774.774 0 0 0-1.09 0 .75.75 0 0 0-.011 1.064l.012.01a.774.774 0 0 0 1.09 0 .753.753 0 0 0 .224-.537ZM5.368 4.633l.016.016a1.258 1.258 0 0 1-.014 1.778l-.016.016a1.29 1.29 0 0 1-1.801-.014 1.256 1.256 0 0 1-.002-1.795c.252-.249.58-.373.91-.373.328 0 .656.123.907.372Zm-.364.36a.773.773 0 0 0-1.09 0 .752.752 0 0 0 0 1.075.775.775 0 0 0 1.078.012l.01-.012a.752.752 0 0 0 .013-1.064l-.012-.011h.001Zm2.597-.247c.1-.1.264-.1.365 0 .1.1.1.261 0 .36L4.224 8.803c-.1.1-.264.1-.365 0-.1-.1-.1-.261 0-.36l3.742-3.696Zm6.254.024v.72c0 .14-.115.255-.258.255-.314 0-.6.126-.805.33a1.115 1.115 0 0 0 0 1.59c.206.202.49.328.805.328.143 0 .258.115.258.255v1.38c0 .305-.127.583-.33.785a1.13 1.13 0 0 1-.795.325H2.656v.15a.611.611 0 0 0 .609.6h11.608c.162 0 .31-.063.42-.165l.01-.011a.596.596 0 0 0 .179-.425V9.742a1.656 1.656 0 0 1-.912-.458 1.623 1.623 0 0 1 0-2.311c.242-.24.558-.404.912-.459V5.37a.61.61 0 0 0-.609-.601h-1.018v.002ZM12.73 3.51H1.122a.613.613 0 0 0-.43.176.594.594 0 0 0-.18.424v1.145c.354.055.671.22.913.459a1.62 1.62 0 0 1 0 2.31 1.656 1.656 0 0 1-.912.46v1.143c0 .166.068.316.179.425.11.109.262.177.43.177H12.73c.168 0 .32-.068.43-.177a.597.597 0 0 0 .18-.425V8.483a1.656 1.656 0 0 1-.913-.458 1.62 1.62 0 0 1 0-2.311c.242-.24.559-.404.912-.459V4.11a.595.595 0 0 0-.167-.413l-.012-.01a.61.61 0 0 0-.43-.177Z'/><path d='M10.439 4.16a.242.242 0 0 1 .346 0c.046.046.071.11.071.176v.875c0 .066-.025.13-.071.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.071-.177v-.875c0-.066.025-.13.07-.177ZM10.44 6.066a.242.242 0 0 1 .345 0c.046.047.072.11.072.177V7.2c0 .067-.026.13-.072.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.071-.177v-.956c0-.066.025-.13.071-.177ZM10.44 8.243a.242.242 0 0 1 .345 0c.046.047.072.11.072.176v1.073c0 .067-.026.13-.071.177a.242.242 0 0 1-.346 0 .253.253 0 0 1-.072-.177V8.42c0-.066.025-.13.071-.176Z'/>", "0 0 16 16"], yn = ["<path d='M21.75 5.96a8.015 8.015 0 0 1-2.302.619 3.987 3.987 0 0 0 1.758-2.203 7.89 7.89 0 0 1-2.536.965 3.986 3.986 0 0 0-2.92-1.263 3.996 3.996 0 0 0-3.996 3.999c0 .309.037.618.098.916a11.358 11.358 0 0 1-8.24-4.184 3.968 3.968 0 0 0-.544 2.018c0 1.388.705 2.611 1.781 3.33a4.03 4.03 0 0 1-1.807-.508v.05a3.997 3.997 0 0 0 3.204 3.923c-.344.09-.697.135-1.052.136a5.31 5.31 0 0 1-.755-.061 4.004 4.004 0 0 0 3.736 2.773 8.01 8.01 0 0 1-4.962 1.708c-.335 0-.644-.012-.965-.05a11.317 11.317 0 0 0 6.138 1.794c7.35 0 11.372-6.09 11.372-11.374 0-.174 0-.347-.012-.52A8.607 8.607 0 0 0 21.75 5.96Z'/>", "0 0 24 24"], bn = ["<path d='M8 1C4.14 1 1 4.14 1 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7ZM4.32 12.633A4.473 4.473 0 0 1 8 10.693c1.48 0 2.85.737 3.68 1.94a5.891 5.891 0 0 1-7.36 0Zm1.347-5.35A2.336 2.336 0 0 1 8 4.948a2.336 2.336 0 0 1 2.333 2.333A2.336 2.336 0 0 1 8 9.615a2.336 2.336 0 0 1-2.333-2.333Zm6.792 4.603a5.55 5.55 0 0 0-2.43-1.879 3.398 3.398 0 0 0 1.381-2.725c0-1.88-1.53-3.41-3.41-3.41-1.88 0-3.41 1.53-3.41 3.41 0 1.118.548 2.103 1.382 2.725a5.56 5.56 0 0 0-2.43 1.88A5.893 5.893 0 0 1 2.077 8 5.93 5.93 0 0 1 8 2.077 5.93 5.93 0 0 1 13.923 8a5.891 5.891 0 0 1-1.464 3.886Z'/>", "0 0 16 16"], xn = ["<path fill='#FBCC29' fill-rule='evenodd' d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14Zm.14-12c.374 0 .677.304.677.678V9a.678.678 0 1 1-1.356 0V2.678c0-.374.304-.678.678-.678Zm.677 9.169a.678.678 0 1 1-1.356 0 .678.678 0 0 1 1.356 0Z' clip-rule='evenodd'/>", "0 0 14 14"], Sn = ["<path fill-rule='evenodd' d='M7 13A6 6 0 1 0 7 1a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 7 0a7 7 0 0 0 0 14Z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M7 10a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 7 10ZM7 3a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 1 7 3Z' clip-rule='evenodd'/>", "0 0 14 14"], Cn = ["<path d='M16.723 14.06c-.256-.131-1.528-.755-1.765-.839-.237-.089-.41-.131-.582.131-.173.26-.665.84-.82 1.015-.15.174-.302.195-.558.066-1.518-.76-2.514-1.355-3.515-3.073-.265-.457.265-.424.76-1.41.083-.174.041-.322-.024-.453-.066-.131-.582-1.402-.797-1.92-.209-.504-.424-.433-.581-.443-.15-.009-.321-.009-.495-.009a.956.956 0 0 0-.689.321c-.237.26-.905.886-.905 2.156s.926 2.501 1.053 2.675c.13.173 1.82 2.78 4.415 3.902 1.64.708 2.283.769 3.103.647.5-.075 1.529-.624 1.742-1.23.213-.605.213-1.123.15-1.231-.064-.115-.237-.18-.492-.305Z'/><path d='M21.684 7.931a10.505 10.505 0 0 0-5.615-5.615A10.45 10.45 0 0 0 12 1.5h-.047A10.475 10.475 0 0 0 1.5 12.05a10.533 10.533 0 0 0 1.125 4.684v3.563c0 .595.483 1.078 1.078 1.078h3.565a10.532 10.532 0 0 0 4.685 1.125h.05c1.403 0 2.765-.272 4.047-.804a10.418 10.418 0 0 0 3.347-2.231 10.475 10.475 0 0 0 3.103-7.418 10.46 10.46 0 0 0-.816-4.116Zm-3.541 10.266A8.673 8.673 0 0 1 12 20.719h-.04a8.75 8.75 0 0 1-4.057-1.02l-.197-.105h-3.3v-3.3l-.105-.197a8.75 8.75 0 0 1-1.02-4.057 8.665 8.665 0 0 1 2.522-6.183 8.653 8.653 0 0 1 6.16-2.576h.04c1.171 0 2.308.228 3.379.678a8.662 8.662 0 0 1 2.79 1.875 8.684 8.684 0 0 1 2.552 6.206 8.686 8.686 0 0 1-2.581 6.157Z'/>", "0 0 24 24"], wn = ["<path d='M21.725 3.598A.937.937 0 0 0 20.4 2.274l-3.442 3.433a.937.937 0 0 0 1.324 1.324l3.438-3.437.004.004Zm-7.793-.535a.627.627 0 0 0-.883 0l-.445.441a3.75 3.75 0 0 0 0 5.305l.406.406-1.191 1.191a4.989 4.989 0 0 0-1.426-2.921l-.441-.442a.627.627 0 0 0-.883 0l-.441.442a3.75 3.75 0 0 0 0 5.304l.406.406-1.192 1.192a4.988 4.988 0 0 0-1.425-2.922l-.442-.445a.627.627 0 0 0-.882 0l-.442.441a3.75 3.75 0 0 0 0 5.304l.406.407-2.69 2.69a1.252 1.252 0 0 0 1.769 1.77l2.69-2.69.477.476a3.75 3.75 0 0 0 5.305 0l.441-.442a.627.627 0 0 0 0-.883l-.441-.44a4.992 4.992 0 0 0-3.05-1.442l1.245-1.246.477.476a3.75 3.75 0 0 0 5.304 0l.442-.441a.627.627 0 0 0 0-.883l-.442-.441a4.992 4.992 0 0 0-3.05-1.442l1.246-1.246.476.477a3.751 3.751 0 0 0 5.305 0l.44-.445a.627.627 0 0 0 0-.883l-.44-.445a4.922 4.922 0 0 0-.641-.543l1.805-1.801A.937.937 0 0 0 20.4 6.024l-2.32 2.32a5.033 5.033 0 0 0-2.434.082c.238-.832.258-1.71.054-2.55l2.274-2.278a.937.937 0 0 0-1.324-1.324l-1.797 1.789a4.642 4.642 0 0 0-.484-.559l-.438-.441Z'/>", "0 0 24 24"], Tn = ["<path fill-rule='evenodd' d='M15.784 6.009q-.23-.223-.472-.433a11 11 0 0 0-2.043-1.398l-.946 1.065a9.7 9.7 0 0 1 2.465 1.738.72.72 0 0 0 .967.037.672.672 0 0 0 .029-1.01M12.868 7.66a7.9 7.9 0 0 0-1.772-1.033l-.975 1.098c.845.288 1.62.747 2.273 1.347a.71.71 0 0 0 .938.013.667.667 0 0 0 .024-1.014 8 8 0 0 0-.488-.41m-1.966 2.473a4.6 4.6 0 0 0-2.092-.93l-1.172 1.319c.846-.1 1.697.139 2.36.663a.69.69 0 0 0 .875-.005l.05-.044h.001a.625.625 0 0 0-.021-1.003M8 12.26c-.405 0-.79.171-1.057.47a1.34 1.34 0 0 0-.347.862c-.009.761.606 1.388 1.382 1.408.375.007.737-.135 1.005-.392a1.342 1.342 0 0 0 .073-1.878A1.42 1.42 0 0 0 8 12.26m1.223-4.772 1.03-1.162 1.271-1.431.968-1.09 1.482-1.67a.675.675 0 0 0-.066-.966.716.716 0 0 0-.991.065L11.082 3.3h.001a11 11 0 0 0-1.679-.34c-.932-.12-1.876-.12-2.808 0a11.1 11.1 0 0 0-6.38 3.049.672.672 0 0 0 .03 1.01.72.72 0 0 0 .966-.039q.263-.255.545-.491h.001a9.7 9.7 0 0 1 4.838-2.15 9.8 9.8 0 0 1 3.46.117L8.661 6.03a8 8 0 0 0-.66-.03H8q-.708.002-1.404.126a7.87 7.87 0 0 0-3.952 1.947.666.666 0 0 0 .023 1.013c.27.231.675.226.939-.012a6.46 6.46 0 0 1 3.84-1.677l-5.024 5.66a.68.68 0 0 0 .07.97.71.71 0 0 0 .988-.069l2.388-2.691L7.756 9.14z' clip-rule='evenodd'/>", "0 0 16 16"], En = ["<path d='M15 .5A2.5 2.5 0 0 1 17.5 3v12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12ZM3.985 8.685a.585.585 0 0 0-.562.58c0 .312.254.555.562.546a3.777 3.777 0 0 1 2.78 1.08 3.773 3.773 0 0 1 1.14 2.755.544.544 0 0 0 .559.551.584.584 0 0 0 .567-.575 4.862 4.862 0 0 0-1.468-3.548 4.863 4.863 0 0 0-3.578-1.39ZM4 5.682a.583.583 0 0 0-.564.577.543.543 0 0 0 .56.549c1.855-.047 3.596.63 4.9 1.906 1.305 1.276 2.02 3.002 2.013 4.857a.544.544 0 0 0 .56.548.582.582 0 0 0 .565-.577c.008-2.157-.824-4.161-2.34-5.645C8.178 6.414 6.155 5.627 4 5.682Zm.012-3.004a.584.584 0 0 0-.566.576.543.543 0 0 0 .56.549c2.661-.063 5.154.908 7.02 2.733 1.865 1.825 2.89 4.297 2.885 6.96a.542.542 0 0 0 .562.547.583.583 0 0 0 .563-.58c.005-2.961-1.135-5.71-3.212-7.742-2.076-2.032-4.85-3.113-7.812-3.043Z'/>", "0 0 18 18"], Dn = ["<path d='M16.5 3A1.5 1.5 0 0 0 15 1.5H3A1.5 1.5 0 0 0 1.5 3v12A1.5 1.5 0 0 0 3 16.5h12a1.5 1.5 0 0 0 1.5-1.5V3Zm1 12a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 15V3A2.5 2.5 0 0 1 3 .5h12A2.5 2.5 0 0 1 17.5 3v12Z'/><path d='M14.01 14.806a.553.553 0 0 1-.165-.396c.004-2.688-1.03-5.183-2.914-7.026-1.883-1.843-4.4-2.823-7.088-2.76a.549.549 0 0 1-.564-.554.59.59 0 0 1 .57-.582c2.99-.07 5.792 1.02 7.888 3.072 2.097 2.051 3.249 4.828 3.243 7.819a.589.589 0 0 1-.569.583.547.547 0 0 1-.401-.156Zm-2.63.234a.588.588 0 0 0 .57-.583c.007-2.177-.832-4.2-2.363-5.698C8.057 7.26 6.014 6.466 3.838 6.52a.588.588 0 0 0-.57.583.548.548 0 0 0 .566.554c1.872-.048 3.63.636 4.947 1.925 1.317 1.288 2.039 3.03 2.032 4.904a.55.55 0 0 0 .566.553Zm-3.035.078a.589.589 0 0 0 .572-.58 4.908 4.908 0 0 0-1.481-3.582 4.91 4.91 0 0 0-3.613-1.403.59.59 0 0 0-.568.585c0 .316.256.561.568.552a3.812 3.812 0 0 1 2.806 1.09 3.808 3.808 0 0 1 1.15 2.781.55.55 0 0 0 .566.557Z'/>", "0 0 18 18"], On = /* @__PURE__ */ "apple-filled.arrow-circle-down-outline.arrow-circle-left-outline.arrow-circle-right-outline.arrow-circle-up-outline.arrow-down-outline.arrow-left-outline.arrow-list-outline.arrow-point-down-filled.arrow-point-left-filled.arrow-point-right-filled.arrow-point-up-filled.arrow-right-outline.arrow-up-outline.barcode-outline.bell-outline.calendar-alt-outline.calendar-locked-outline.calendar-outline.carrot-filled.check-outline.checkbox-checked.checkbox-unchecked.chevron-down-outline.chevron-left-bicolor.chevron-left-outline.chevron-right-bicolor.chevron-right-outline.chevron-up-outline.chicken-filled.chili-filled.close-outline.cloud-download-outline.cloud-upload-outline.copy-generic-outline.copy-square-outline.delete-outline.discount-outline.document-generic-outline.document-history-alt-outline.document-history-outline.document-list-outline.drag-handle-outline.error-filled-red.error-outline.exclamation-outline.expand-outline.export-outline.eye-closed-outline.eye-open-filled.eye-open-outline.facebook-filled.fire-filled.fish-filled.globe-outline.google-filled.hashtag-outline.home-outline.import-outline.info-filled-blue.info-outline.instagram-filled.key-outline.lactose-intolerant-filled.layout-1-outline.layout-2-outline.layout-3-outline.layout-4-outline.layout-5-outline.leaf-filled.linkedin-filled.location-filled.lock-password-1-outline.lock-password-2-outline.mail-outline.menu-close-outline.menu-hamburger-outline.minus-bicolor-tertiary-light.minus-bicolor-tertiary.minus-filled.money-bill-outline.money-cash-outline.money-coin-outline.money-credit-card-outline.nfc-filled.nfc-outline.pencil-outline.pencil.phone-outline.plus-bicolor-tertiary-light.plus-bicolor-tertiary.plus-filled.printer-outline.purchase-order-bill-outline.purchase-order-list-outline.purchase-order-ticket-outline.question-circle-outline.radio-button-checked-outline.radio-button-unchecked-outline.refresh-double-outline.refresh-single-outline.rocket-outline.search-outline.settings-outline.sheet-bent-outline.sheet-generic-outline.sheet-list-outline.shopping-bag-outline.shopping-basket-outline.shopping-cart-outline.split-bill-ticket-1-outline.split-bill-ticket-2-outline.star-filled.success-filled-green.success-outline.sugar-free-filled.tag-filled.tag-outline.tap-click-hand-outline.ticket-outline.tickets-outline.twitter-filled.user-outline.warning-filled-yellow.warning-outline.whatsapp-outline.wheat-filled.wifi-no-signal-outline.wifi-signal-filled.wifi-signal-outline".split(".");
252
254
  //#endregion
253
255
  //#region src/components/Icon/Icon.tsx
254
256
  function kn(e) {
@@ -261,22 +263,23 @@ function kn(e) {
261
263
  viewBox: "0 0 24 24"
262
264
  };
263
265
  }
264
- function F({ name: e, size: t = 20, className: n, color: r, "aria-label": i, "aria-hidden": o }) {
265
- let { path: s, viewBox: c } = a(() => kn(e), [e]), u = !i, d = e.endsWith("-outline") || e.endsWith("-filled"), f = "none";
266
- return d && (f = r ? `var(--color-${r})` : "currentColor"), /* @__PURE__ */ l("svg", {
266
+ function F({ name: e, size: t = 20, className: n, color: r, "aria-label": i, "aria-hidden": o, "data-testid": s }) {
267
+ let { path: c, viewBox: u } = a(() => kn(e), [e]), d = !i, f = e.endsWith("-outline") || e.endsWith("-filled"), p = "none";
268
+ return f && (p = r ? `var(--color-${r})` : "currentColor"), /* @__PURE__ */ l("svg", {
267
269
  width: t,
268
270
  height: t,
269
- viewBox: c,
270
- fill: f,
271
- stroke: d ? "none" : "currentColor",
272
- strokeWidth: d ? void 0 : "2",
273
- strokeLinecap: d ? void 0 : "round",
274
- strokeLinejoin: d ? void 0 : "round",
271
+ viewBox: u,
272
+ fill: p,
273
+ stroke: f ? "none" : "currentColor",
274
+ strokeWidth: f ? void 0 : "2",
275
+ strokeLinecap: f ? void 0 : "round",
276
+ strokeLinejoin: f ? void 0 : "round",
275
277
  className: [ie.icon, n].filter(Boolean).join(" "),
276
278
  "aria-label": i,
277
- "aria-hidden": o ?? (u ? "true" : void 0),
279
+ "aria-hidden": o ?? (d ? "true" : void 0),
278
280
  role: i ? "img" : void 0,
279
- dangerouslySetInnerHTML: { __html: s }
281
+ "data-testid": s,
282
+ dangerouslySetInnerHTML: { __html: c }
280
283
  });
281
284
  }
282
285
  var An = {
@@ -285,9 +288,10 @@ var An = {
285
288
  };
286
289
  //#endregion
287
290
  //#region src/components/AppleSignInButton/AppleSignInButton.tsx
288
- function jn({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r }) {
291
+ function jn({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r, "data-testid": i }) {
289
292
  return /* @__PURE__ */ u("div", {
290
293
  className: An.wrapper,
294
+ "data-testid": i,
291
295
  children: [/* @__PURE__ */ u(N, {
292
296
  type: "button",
293
297
  variant: "outline",
@@ -333,20 +337,111 @@ function I(...e) {
333
337
  var Pn = { badge: "_badge_1luxy_2" };
334
338
  //#endregion
335
339
  //#region src/components/Badge/Badge.tsx
336
- function Fn({ variant: e = "default", size: t = "medium", children: n, className: r }) {
340
+ function Fn({ variant: e = "default", size: t = "medium", children: n, className: r, "data-testid": i }) {
337
341
  return /* @__PURE__ */ l("span", {
338
342
  className: I(Pn.badge, r),
339
343
  "data-variant": e,
340
344
  "data-size": t,
345
+ "data-testid": i,
341
346
  children: n
342
347
  });
343
348
  }
344
- var In = { card: "_card_b9brq_2" };
349
+ var In = {
350
+ banner: "_banner_k1c7g_2",
351
+ content: "_content_k1c7g_40",
352
+ action: "_action_k1c7g_45",
353
+ dismiss: "_dismiss_k1c7g_51"
354
+ };
355
+ //#endregion
356
+ //#region src/components/Banner/Banner.tsx
357
+ function Ln({ variant: e = "info", icon: t, onDismiss: n, dismissLabel: r = "Cerrar", action: i, children: a, className: o, "data-testid": s }) {
358
+ let c = e === "error";
359
+ return /* @__PURE__ */ u("div", {
360
+ className: [In.banner, o].filter(Boolean).join(" "),
361
+ "data-variant": e,
362
+ role: c ? "alert" : "status",
363
+ "aria-live": c ? "assertive" : "polite",
364
+ "data-testid": s,
365
+ children: [
366
+ t && /* @__PURE__ */ l(F, {
367
+ name: t,
368
+ size: 20,
369
+ "aria-hidden": "true"
370
+ }),
371
+ /* @__PURE__ */ l("span", {
372
+ className: In.content,
373
+ children: a
374
+ }),
375
+ i && /* @__PURE__ */ l("span", {
376
+ className: In.action,
377
+ children: i
378
+ }),
379
+ n && /* @__PURE__ */ l("button", {
380
+ type: "button",
381
+ className: In.dismiss,
382
+ onClick: n,
383
+ "aria-label": r,
384
+ children: /* @__PURE__ */ l(F, {
385
+ name: "close-outline",
386
+ size: 20,
387
+ "aria-hidden": "true"
388
+ })
389
+ })
390
+ ]
391
+ });
392
+ }
393
+ var L = {
394
+ nav: "_nav_2i10d_2",
395
+ back: "_back_2i10d_9",
396
+ crumbs: "_crumbs_2i10d_40",
397
+ item: "_item_2i10d_51",
398
+ link: "_link_2i10d_65",
399
+ ancestor: "_ancestor_2i10d_85",
400
+ current: "_current_2i10d_89"
401
+ };
402
+ //#endregion
403
+ //#region src/components/Breadcrumb/Breadcrumb.tsx
404
+ function Rn({ items: e, onBack: t, backLabel: n = "Volver", label: r = "Ruta de navegación", className: i, "data-testid": a }) {
405
+ return e.length === 0 ? null : /* @__PURE__ */ u("nav", {
406
+ "aria-label": r,
407
+ className: [L.nav, i].filter(Boolean).join(" "),
408
+ "data-testid": a,
409
+ children: [t && /* @__PURE__ */ l("button", {
410
+ type: "button",
411
+ className: L.back,
412
+ onClick: t,
413
+ "aria-label": n,
414
+ children: /* @__PURE__ */ l(F, {
415
+ name: "chevron-left-outline",
416
+ size: 18,
417
+ "aria-hidden": "true"
418
+ })
419
+ }), /* @__PURE__ */ l("ol", {
420
+ className: L.crumbs,
421
+ children: e.map((t, n) => {
422
+ let r = n === e.length - 1;
423
+ return /* @__PURE__ */ l("li", {
424
+ className: L.item,
425
+ "aria-current": r ? "page" : void 0,
426
+ children: t.href && !r ? /* @__PURE__ */ l("a", {
427
+ href: t.href,
428
+ className: L.link,
429
+ children: t.label
430
+ }) : /* @__PURE__ */ l("span", {
431
+ className: r ? L.current : L.ancestor,
432
+ children: t.label
433
+ })
434
+ }, t.id);
435
+ })
436
+ })]
437
+ });
438
+ }
439
+ var zn = { card: "_card_b9brq_2" };
345
440
  //#endregion
346
441
  //#region src/components/Card/Card.tsx
347
- function Ln({ padding: e = "small", elevation: t = "none", hoverable: n = !1, maxWidth: r, children: i, className: a, style: o, ...s }) {
442
+ function Bn({ padding: e = "small", elevation: t = "none", hoverable: n = !1, maxWidth: r, children: i, className: a, style: o, ...s }) {
348
443
  return /* @__PURE__ */ l("section", {
349
- className: [In.card, a].filter(Boolean).join(" "),
444
+ className: [zn.card, a].filter(Boolean).join(" "),
350
445
  "data-padding": e,
351
446
  "data-elevation": t,
352
447
  "data-hoverable": n ? "" : void 0,
@@ -358,7 +453,7 @@ function Ln({ padding: e = "small", elevation: t = "none", hoverable: n = !1, ma
358
453
  children: i
359
454
  });
360
455
  }
361
- var L = {
456
+ var R = {
362
457
  chartWrapper: "_chartWrapper_2djq2_2",
363
458
  chartTitle: "_chartTitle_2djq2_7",
364
459
  kpiCard: "_kpiCard_2djq2_16",
@@ -366,7 +461,7 @@ var L = {
366
461
  kpiValue: "_kpiValue_2djq2_31",
367
462
  kpiChange: "_kpiChange_2djq2_38",
368
463
  emptyState: "_emptyState_2djq2_55"
369
- }, R = [
464
+ }, Vn = [
370
465
  "#ff4235",
371
466
  "#2563eb",
372
467
  "#16a34a",
@@ -374,11 +469,12 @@ var L = {
374
469
  "#7c3aed",
375
470
  "#0891b2"
376
471
  ];
377
- function Rn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s }) {
472
+ function Hn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s, "data-testid": c }) {
378
473
  return e?.length ? /* @__PURE__ */ u("div", {
379
- className: L.chartWrapper,
474
+ className: R.chartWrapper,
475
+ "data-testid": c,
380
476
  children: [i && /* @__PURE__ */ l("div", {
381
- className: L.chartTitle,
477
+ className: R.chartTitle,
382
478
  children: i
383
479
  }), /* @__PURE__ */ l(y, {
384
480
  width: "100%",
@@ -410,7 +506,7 @@ function Rn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
410
506
  type: "monotone",
411
507
  dataKey: e.dataKey,
412
508
  name: e.label ?? e.dataKey,
413
- stroke: e.color ?? R[t % R.length],
509
+ stroke: e.color ?? Vn[t % Vn.length],
414
510
  strokeWidth: 2,
415
511
  dot: !1,
416
512
  activeDot: { r: 4 }
@@ -419,15 +515,16 @@ function Rn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
419
515
  })
420
516
  })]
421
517
  }) : /* @__PURE__ */ l("div", {
422
- className: L.emptyState,
518
+ className: R.emptyState,
423
519
  children: "Sin datos"
424
520
  });
425
521
  }
426
- function zn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s }) {
522
+ function Un({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s, "data-testid": c }) {
427
523
  return e?.length ? /* @__PURE__ */ u("div", {
428
- className: L.chartWrapper,
524
+ className: R.chartWrapper,
525
+ "data-testid": c,
429
526
  children: [i && /* @__PURE__ */ l("div", {
430
- className: L.chartTitle,
527
+ className: R.chartTitle,
431
528
  children: i
432
529
  }), /* @__PURE__ */ l(y, {
433
530
  width: "100%",
@@ -458,7 +555,7 @@ function zn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
458
555
  n.map((e, t) => /* @__PURE__ */ l(p, {
459
556
  dataKey: e.dataKey,
460
557
  name: e.label ?? e.dataKey,
461
- fill: e.color ?? R[t % R.length],
558
+ fill: e.color ?? Vn[t % Vn.length],
462
559
  radius: [
463
560
  2,
464
561
  2,
@@ -470,15 +567,16 @@ function zn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
470
567
  })
471
568
  })]
472
569
  }) : /* @__PURE__ */ l("div", {
473
- className: L.emptyState,
570
+ className: R.emptyState,
474
571
  children: "Sin datos"
475
572
  });
476
573
  }
477
- function Bn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s }) {
574
+ function Wn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a, formatValue: o, hideLegend: s, "data-testid": c }) {
478
575
  return e?.length ? /* @__PURE__ */ u("div", {
479
- className: L.chartWrapper,
576
+ className: R.chartWrapper,
577
+ "data-testid": c,
480
578
  children: [i && /* @__PURE__ */ l("div", {
481
- className: L.chartTitle,
579
+ className: R.chartTitle,
482
580
  children: i
483
581
  }), /* @__PURE__ */ l(y, {
484
582
  width: "100%",
@@ -507,7 +605,7 @@ function Bn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
507
605
  /* @__PURE__ */ l(b, { formatter: o ? (e) => o(e) : void 0 }),
508
606
  !s && /* @__PURE__ */ l(g, {}),
509
607
  n.map((e, t) => {
510
- let n = e.color ?? R[t % R.length];
608
+ let n = e.color ?? Vn[t % Vn.length];
511
609
  return /* @__PURE__ */ l(d, {
512
610
  type: "monotone",
513
611
  dataKey: e.dataKey,
@@ -522,31 +620,32 @@ function Bn({ data: e, xKey: t, series: n, height: r = 300, title: i, formatY: a
522
620
  })
523
621
  })]
524
622
  }) : /* @__PURE__ */ l("div", {
525
- className: L.emptyState,
623
+ className: R.emptyState,
526
624
  children: "Sin datos"
527
625
  });
528
626
  }
529
- function Vn({ label: e, value: t, change: n, trend: r = "neutral" }) {
627
+ function Gn({ label: e, value: t, change: n, trend: r = "neutral", "data-testid": i }) {
530
628
  return /* @__PURE__ */ u("div", {
531
- className: L.kpiCard,
629
+ className: R.kpiCard,
630
+ "data-testid": i,
532
631
  children: [
533
632
  /* @__PURE__ */ l("div", {
534
- className: L.kpiLabel,
633
+ className: R.kpiLabel,
535
634
  children: e
536
635
  }),
537
636
  /* @__PURE__ */ l("div", {
538
- className: L.kpiValue,
637
+ className: R.kpiValue,
539
638
  children: t
540
639
  }),
541
640
  n && /* @__PURE__ */ l("div", {
542
- className: L.kpiChange,
641
+ className: R.kpiChange,
543
642
  "data-trend": r,
544
643
  children: n
545
644
  })
546
645
  ]
547
646
  });
548
647
  }
549
- var Hn = {
648
+ var Kn = {
550
649
  wrapper: "_wrapper_rrvhj_2",
551
650
  input: "_input_rrvhj_9",
552
651
  checkmark: "_checkmark_rrvhj_27",
@@ -554,30 +653,89 @@ var Hn = {
554
653
  };
555
654
  //#endregion
556
655
  //#region src/components/Checkbox/Checkbox.tsx
557
- function Un({ label: e, className: t, id: n, ref: r, ...i }) {
558
- let a = n ?? `checkbox-${String(e ?? "").toLowerCase().replace(/\s+/g, "-")}`;
656
+ function qn({ label: e, className: t, id: n, ref: r, "data-testid": i, ...a }) {
657
+ let o = n ?? `checkbox-${String(e ?? "").toLowerCase().replace(/\s+/g, "-")}`;
559
658
  return /* @__PURE__ */ u("label", {
560
- className: [Hn.wrapper, t].filter(Boolean).join(" "),
561
- htmlFor: a,
659
+ className: [Kn.wrapper, t].filter(Boolean).join(" "),
660
+ htmlFor: o,
661
+ "data-testid": i,
562
662
  children: [
563
663
  /* @__PURE__ */ l("input", {
564
664
  ref: r,
565
665
  type: "checkbox",
566
- id: a,
567
- className: Hn.input,
568
- ...i
666
+ id: o,
667
+ className: Kn.input,
668
+ ...a
569
669
  }),
570
670
  /* @__PURE__ */ l("span", {
571
- className: Hn.checkmark,
671
+ className: Kn.checkmark,
572
672
  "aria-hidden": "true"
573
673
  }),
574
674
  e && /* @__PURE__ */ l("span", {
575
- className: Hn.label,
675
+ className: Kn.label,
576
676
  children: e
577
677
  })
578
678
  ]
579
679
  });
580
680
  }
681
+ var Jn = {
682
+ wrapper: "_wrapper_1b0cf_2",
683
+ icon: "_icon_1b0cf_12",
684
+ "ds-coming-soon-fade-in": "_ds-coming-soon-fade-in_1b0cf_1",
685
+ message: "_message_1b0cf_20"
686
+ };
687
+ //#endregion
688
+ //#region src/components/ComingSoon/ComingSoon.tsx
689
+ function Yn({ message: e, icon: t = "lock-password-1-outline", className: n, "data-testid": r }) {
690
+ let i = e?.trim() ? e : "Próximamente";
691
+ return /* @__PURE__ */ u("div", {
692
+ role: "status",
693
+ "aria-live": "polite",
694
+ className: [Jn.wrapper, n].filter(Boolean).join(" "),
695
+ "data-testid": r,
696
+ children: [/* @__PURE__ */ l(F, {
697
+ name: t,
698
+ size: 40,
699
+ "aria-hidden": "true",
700
+ className: Jn.icon
701
+ }), /* @__PURE__ */ l("p", {
702
+ className: Jn.message,
703
+ children: i
704
+ })]
705
+ });
706
+ }
707
+ var Xn = {
708
+ row: "_row_1ubkn_2",
709
+ labelCol: "_labelCol_1ubkn_31",
710
+ label: "_label_1ubkn_31",
711
+ description: "_description_1ubkn_46",
712
+ controlCol: "_controlCol_1ubkn_52"
713
+ };
714
+ //#endregion
715
+ //#region src/components/ConfigRow/ConfigRow.tsx
716
+ function Zn({ label: e, description: t, children: n, htmlFor: r, dimmed: i = !1, divider: a = !0, className: o, "data-testid": s }) {
717
+ let c = r ? "label" : "span";
718
+ return /* @__PURE__ */ u("div", {
719
+ className: [Xn.row, o].filter(Boolean).join(" "),
720
+ "data-dimmed": i || void 0,
721
+ "data-divider": a || void 0,
722
+ "data-testid": s,
723
+ children: [/* @__PURE__ */ u("div", {
724
+ className: Xn.labelCol,
725
+ children: [/* @__PURE__ */ l(c, {
726
+ htmlFor: r,
727
+ className: Xn.label,
728
+ children: e
729
+ }), t && /* @__PURE__ */ l("span", {
730
+ className: Xn.description,
731
+ children: t
732
+ })]
733
+ }), /* @__PURE__ */ l("div", {
734
+ className: Xn.controlCol,
735
+ children: n
736
+ })]
737
+ });
738
+ }
581
739
  var z = {
582
740
  wrapper: "_wrapper_1m4th_2",
583
741
  search: "_search_1m4th_12",
@@ -594,47 +752,47 @@ var z = {
594
752
  };
595
753
  //#endregion
596
754
  //#region src/components/DataTable/DataTable.tsx
597
- function Wn(e) {
755
+ function Qn(e) {
598
756
  let t = e.getIsSorted();
599
757
  if (t === "asc") return "ascending";
600
758
  if (t === "desc") return "descending";
601
759
  if (e.getCanSort()) return "none";
602
760
  }
603
- function Gn({ data: e, columns: t, isLoading: n = !1, loadingSlot: i, pageSize: c = 20, searchable: d = !1, sortable: f = !0, paginated: p = !0, emptyMessage: m = "Sin resultados", searchPlaceholder: h = "Buscar...", previousLabel: g = "Anterior", nextLabel: _ = "Siguiente", onRowClick: v, selectable: y = !1, onSelectionChange: b, manualPagination: x = !1, pageCount: S, onPageChange: k }) {
604
- let [A, ee] = s([]), [j, te] = s(""), [M, re] = s({
761
+ function $n({ data: e, columns: t, isLoading: n = !1, loadingSlot: i, pageSize: c = 20, searchable: d = !1, sortable: f = !0, paginated: p = !0, emptyMessage: m = "Sin resultados", searchPlaceholder: h = "Buscar...", previousLabel: g = "Anterior", nextLabel: _ = "Siguiente", onRowClick: v, selectable: y = !1, onSelectionChange: b, manualPagination: x = !1, pageCount: S, onPageChange: k, "data-testid": A }) {
762
+ let [ee, j] = s([]), [te, ne] = s(""), [M, N] = s({
605
763
  pageIndex: 0,
606
764
  pageSize: c
607
- }), [N, ie] = s({}), ae = a(() => ({
765
+ }), [ie, ae] = s({}), oe = a(() => ({
608
766
  id: "__select__",
609
767
  size: 40,
610
768
  enableSorting: !1,
611
- header: ({ table: e }) => /* @__PURE__ */ l(Un, {
769
+ header: ({ table: e }) => /* @__PURE__ */ l(qn, {
612
770
  checked: e.getIsAllPageRowsSelected(),
613
771
  onChange: e.getToggleAllPageRowsSelectedHandler(),
614
772
  "aria-label": "Select all rows"
615
773
  }),
616
- cell: ({ row: e }) => /* @__PURE__ */ l(Un, {
774
+ cell: ({ row: e }) => /* @__PURE__ */ l(qn, {
617
775
  checked: e.getIsSelected(),
618
776
  onChange: e.getToggleSelectedHandler(),
619
777
  "aria-label": `Select row ${e.index + 1}`
620
778
  })
621
- }), []), oe = a(() => y ? [ae, ...t] : t, [
779
+ }), []), se = a(() => y ? [oe, ...t] : t, [
622
780
  y,
623
781
  t,
624
- ae
782
+ oe
625
783
  ]), P = O({
626
784
  data: e,
627
- columns: oe,
785
+ columns: se,
628
786
  state: {
629
- sorting: A,
630
- globalFilter: j,
787
+ sorting: ee,
788
+ globalFilter: te,
631
789
  pagination: M,
632
- rowSelection: N
790
+ rowSelection: ie
633
791
  },
634
- onSortingChange: ee,
635
- onGlobalFilterChange: te,
636
- onPaginationChange: re,
637
- onRowSelectionChange: ie,
792
+ onSortingChange: j,
793
+ onGlobalFilterChange: ne,
794
+ onPaginationChange: N,
795
+ onRowSelectionChange: ae,
638
796
  getCoreRowModel: w(),
639
797
  ...f ? { getSortedRowModel: D() } : {},
640
798
  ...p ? { getPaginationRowModel: E() } : {},
@@ -642,18 +800,18 @@ function Gn({ data: e, columns: t, isLoading: n = !1, loadingSlot: i, pageSize:
642
800
  enableRowSelection: y,
643
801
  manualPagination: x,
644
802
  pageCount: x ? S ?? -1 : void 0
645
- }), se = a(() => y ? P.getSelectedRowModel().rows.map((e) => e.original) : [], [
803
+ }), ce = a(() => y ? P.getSelectedRowModel().rows.map((e) => e.original) : [], [
646
804
  y,
647
805
  P,
648
- N
649
- ]), ce = o(!1);
806
+ ie
807
+ ]), le = o(!1);
650
808
  return r(() => {
651
- if (!ce.current) {
652
- ce.current = !0;
809
+ if (!le.current) {
810
+ le.current = !0;
653
811
  return;
654
812
  }
655
- b?.(se);
656
- }, [se, b]), r(() => {
813
+ b?.(ce);
814
+ }, [ce, b]), r(() => {
657
815
  !x || !k || k(M.pageIndex, M.pageSize);
658
816
  }, [
659
817
  M.pageIndex,
@@ -662,16 +820,17 @@ function Gn({ data: e, columns: t, isLoading: n = !1, loadingSlot: i, pageSize:
662
820
  k
663
821
  ]), n ? /* @__PURE__ */ l("div", {
664
822
  className: z.loading,
665
- children: i ?? /* @__PURE__ */ l(ne, { size: "large" })
823
+ children: i ?? /* @__PURE__ */ l(re, { size: "large" })
666
824
  }) : /* @__PURE__ */ u("div", {
667
825
  className: z.wrapper,
826
+ "data-testid": A,
668
827
  children: [
669
828
  d && /* @__PURE__ */ l("input", {
670
829
  type: "text",
671
830
  className: z.search,
672
831
  placeholder: h,
673
- value: j,
674
- onChange: (e) => te(e.target.value)
832
+ value: te,
833
+ onChange: (e) => ne(e.target.value)
675
834
  }),
676
835
  /* @__PURE__ */ l("div", {
677
836
  className: z.tableContainer,
@@ -681,14 +840,14 @@ function Gn({ data: e, columns: t, isLoading: n = !1, loadingSlot: i, pageSize:
681
840
  className: z.th,
682
841
  "data-sortable": e.column.getCanSort() || void 0,
683
842
  onClick: e.column.getToggleSortingHandler(),
684
- "aria-sort": Wn(e.column),
843
+ "aria-sort": Qn(e.column),
685
844
  children: [
686
845
  C(e.column.columnDef.header, e.getContext()),
687
846
  e.column.getIsSorted() === "asc" && " ▲",
688
847
  e.column.getIsSorted() === "desc" && " ▼"
689
848
  ]
690
849
  }, e.id)) }, e.id)) }), /* @__PURE__ */ l("tbody", { children: P.getRowModel().rows.length === 0 ? /* @__PURE__ */ l("tr", { children: /* @__PURE__ */ l("td", {
691
- colSpan: oe.length,
850
+ colSpan: se.length,
692
851
  className: z.empty,
693
852
  children: m
694
853
  }) }) : P.getRowModel().rows.map((e) => /* @__PURE__ */ l("tr", {
@@ -739,29 +898,30 @@ function Gn({ data: e, columns: t, isLoading: n = !1, loadingSlot: i, pageSize:
739
898
  ]
740
899
  });
741
900
  }
742
- var Kn = {
901
+ var er = {
743
902
  wrapper: "_wrapper_kap55_2",
744
903
  label: "_label_kap55_8",
745
904
  input: "_input_kap55_16"
746
905
  };
747
906
  //#endregion
748
907
  //#region src/components/DatePicker/DatePicker.tsx
749
- function qn({ error: e, label: t, className: n, id: r, ref: a, ...o }) {
750
- let s = i(), c = r ?? s;
908
+ function tr({ error: e, label: t, className: n, id: r, ref: a, "data-testid": o, ...s }) {
909
+ let c = i(), d = r ?? c;
751
910
  return /* @__PURE__ */ u("div", {
752
- className: I(Kn.wrapper, n),
911
+ className: I(er.wrapper, n),
912
+ "data-testid": o,
753
913
  children: [t && /* @__PURE__ */ l("label", {
754
- htmlFor: c,
755
- className: Kn.label,
914
+ htmlFor: d,
915
+ className: er.label,
756
916
  children: t
757
917
  }), /* @__PURE__ */ l("input", {
758
918
  ref: a,
759
919
  type: "date",
760
- id: c,
761
- className: Kn.input,
920
+ id: d,
921
+ className: er.input,
762
922
  "data-error": e || void 0,
763
923
  "aria-invalid": e || void 0,
764
- ...o
924
+ ...s
765
925
  })]
766
926
  });
767
927
  }
@@ -774,19 +934,20 @@ var B = {
774
934
  };
775
935
  //#endregion
776
936
  //#region src/components/DateRangePicker/DateRangePicker.tsx
777
- function Jn({ startDate: e = "", endDate: t = "", onStartChange: n, onEndChange: r, startLabel: a = "Desde", endLabel: o = "Hasta", error: s, disabled: c, minDate: d, maxDate: f, className: p }) {
778
- let m = i(), h = i();
937
+ function nr({ startDate: e = "", endDate: t = "", onStartChange: n, onEndChange: r, startLabel: a = "Desde", endLabel: o = "Hasta", error: s, disabled: c, minDate: d, maxDate: f, className: p, "data-testid": m }) {
938
+ let h = i(), g = i();
779
939
  return /* @__PURE__ */ u("div", {
780
940
  className: I(B.wrapper, p),
941
+ "data-testid": m,
781
942
  children: [
782
943
  /* @__PURE__ */ u("div", {
783
944
  className: B.field,
784
945
  children: [/* @__PURE__ */ l("label", {
785
- htmlFor: m,
946
+ htmlFor: h,
786
947
  className: B.label,
787
948
  children: a
788
949
  }), /* @__PURE__ */ l("input", {
789
- id: m,
950
+ id: h,
790
951
  type: "date",
791
952
  className: B.input,
792
953
  value: e,
@@ -806,11 +967,11 @@ function Jn({ startDate: e = "", endDate: t = "", onStartChange: n, onEndChange:
806
967
  /* @__PURE__ */ u("div", {
807
968
  className: B.field,
808
969
  children: [/* @__PURE__ */ l("label", {
809
- htmlFor: h,
970
+ htmlFor: g,
810
971
  className: B.label,
811
972
  children: o
812
973
  }), /* @__PURE__ */ l("input", {
813
- id: h,
974
+ id: g,
814
975
  type: "date",
815
976
  className: B.input,
816
977
  value: t,
@@ -827,11 +988,11 @@ function Jn({ startDate: e = "", endDate: t = "", onStartChange: n, onEndChange:
827
988
  }
828
989
  //#endregion
829
990
  //#region src/utils/focusTrap.ts
830
- var Yn = "a[href], button:not([disabled]), textarea:not([disabled]), input:not([disabled]), select:not([disabled]), [tabindex]:not([tabindex=\"-1\"])";
831
- function Xn(e, t) {
991
+ var rr = "a[href], button:not([disabled]), textarea:not([disabled]), input:not([disabled]), select:not([disabled]), [tabindex]:not([tabindex=\"-1\"])";
992
+ function ir(e, t) {
832
993
  r(() => {
833
994
  if (!t || !e.current) return;
834
- let n = e.current, r = document.activeElement, i = () => Array.from(n.querySelectorAll(Yn));
995
+ let n = e.current, r = document.activeElement, i = () => Array.from(n.querySelectorAll(rr));
835
996
  i()[0]?.focus();
836
997
  function a(e) {
837
998
  if (e.key !== "Tab") return;
@@ -858,8 +1019,8 @@ var V = {
858
1019
  };
859
1020
  //#endregion
860
1021
  //#region src/components/Dialog/Dialog.tsx
861
- function Zn({ open: e, onClose: t, title: n, children: a, size: s = "medium", className: c }) {
862
- let d = i(), f = o(null);
1022
+ function ar({ open: e, onClose: t, title: n, children: a, size: s = "medium", className: c, "data-testid": d }) {
1023
+ let f = i(), p = o(null);
863
1024
  return r(() => {
864
1025
  if (e) {
865
1026
  let e = window.scrollY;
@@ -867,7 +1028,7 @@ function Zn({ open: e, onClose: t, title: n, children: a, size: s = "medium", cl
867
1028
  document.body.style.overflow = "", document.body.style.position = "", document.body.style.top = "", document.body.style.width = "", window.scrollTo(0, e);
868
1029
  };
869
1030
  }
870
- }, [e]), Xn(f, e), r(() => {
1031
+ }, [e]), ir(p, e), r(() => {
871
1032
  if (!e) return;
872
1033
  let n = (e) => {
873
1034
  e.key === "Escape" && (e.preventDefault(), t());
@@ -882,17 +1043,18 @@ function Zn({ open: e, onClose: t, title: n, children: a, size: s = "medium", cl
882
1043
  "aria-label": "Cerrar",
883
1044
  tabIndex: -1
884
1045
  }), /* @__PURE__ */ u("div", {
885
- ref: f,
1046
+ ref: p,
886
1047
  role: "dialog",
887
1048
  "aria-modal": "true",
888
- "aria-labelledby": d,
1049
+ "aria-labelledby": f,
889
1050
  className: [V.dialog, c].filter(Boolean).join(" "),
890
1051
  "data-size": s,
891
1052
  tabIndex: -1,
1053
+ "data-testid": d,
892
1054
  children: [/* @__PURE__ */ u("div", {
893
1055
  className: V.header,
894
1056
  children: [/* @__PURE__ */ l("h2", {
895
- id: d,
1057
+ id: f,
896
1058
  className: V.title,
897
1059
  children: n
898
1060
  }), /* @__PURE__ */ l("button", {
@@ -931,64 +1093,65 @@ var H = {
931
1093
  menuItem: "_menuItem_4t7ma_172",
932
1094
  menuIcon: "_menuIcon_4t7ma_200",
933
1095
  menuLabel: "_menuLabel_4t7ma_204"
934
- }, Qn = {
1096
+ }, or = {
935
1097
  tiny: 14,
936
1098
  small: 16,
937
1099
  medium: 20,
938
1100
  large: 24
939
1101
  };
940
- function $n({ text: e, menuItems: t, size: n = "medium", variant: i = "primary", disabled: a = !1, onSelect: c, onOpen: d, onClose: f }) {
941
- let [p, m] = s(!1), [h, g] = s(-1), _ = o(null), v = o(null);
942
- function y() {
943
- m(!0), g(-1), d?.();
944
- }
1102
+ function sr({ text: e, menuItems: t, size: n = "medium", variant: i = "primary", disabled: a = !1, onSelect: c, onOpen: d, onClose: f, "data-testid": p }) {
1103
+ let [m, h] = s(!1), [g, _] = s(-1), v = o(null), y = o(null);
945
1104
  function b() {
946
- m(!1), g(-1), f?.();
1105
+ h(!0), _(-1), d?.();
947
1106
  }
948
1107
  function x() {
949
- a || (p ? b() : y());
1108
+ h(!1), _(-1), f?.();
950
1109
  }
951
- function S(e) {
952
- e.disabled || (c?.(e), b());
1110
+ function S() {
1111
+ a || (m ? x() : b());
953
1112
  }
954
1113
  function C(e) {
955
- if (!p) {
956
- (e.key === "Enter" || e.key === " " || e.key === "ArrowDown") && (e.preventDefault(), y(), g(0));
1114
+ e.disabled || (c?.(e), x());
1115
+ }
1116
+ function w(e) {
1117
+ if (!m) {
1118
+ (e.key === "Enter" || e.key === " " || e.key === "ArrowDown") && (e.preventDefault(), b(), _(0));
957
1119
  return;
958
1120
  }
959
- if (e.key === "Escape") e.preventDefault(), b(), v.current?.focus();
960
- else if (e.key === "ArrowDown") e.preventDefault(), g((e) => Math.min(e + 1, t.length - 1));
961
- else if (e.key === "ArrowUp") e.preventDefault(), g((e) => Math.max(e - 1, 0));
1121
+ if (e.key === "Escape") e.preventDefault(), x(), y.current?.focus();
1122
+ else if (e.key === "ArrowDown") e.preventDefault(), _((e) => Math.min(e + 1, t.length - 1));
1123
+ else if (e.key === "ArrowUp") e.preventDefault(), _((e) => Math.max(e - 1, 0));
962
1124
  else if (e.key === "Enter" || e.key === " ") {
963
- if (e.preventDefault(), h >= 0) {
964
- let e = t[h];
965
- e && !e.disabled && S(e);
1125
+ if (e.preventDefault(), g >= 0) {
1126
+ let e = t[g];
1127
+ e && !e.disabled && C(e);
966
1128
  }
967
- } else e.key === "Tab" && b();
1129
+ } else e.key === "Tab" && x();
968
1130
  }
969
1131
  r(() => {
970
1132
  function e(e) {
971
- _.current && !_.current.contains(e.target) && (m(!1), g(-1), f?.());
1133
+ v.current && !v.current.contains(e.target) && (h(!1), _(-1), f?.());
972
1134
  }
973
1135
  return document.addEventListener("click", e), () => document.removeEventListener("click", e);
974
1136
  }, [f]);
975
- let w = Qn[n];
1137
+ let T = or[n];
976
1138
  return /* @__PURE__ */ u("div", {
977
- ref: _,
1139
+ ref: v,
978
1140
  className: H.root,
979
1141
  "data-size": n,
980
1142
  "data-variant": i,
981
- "data-open": p || void 0,
1143
+ "data-open": m || void 0,
982
1144
  "data-disabled": a || void 0,
1145
+ "data-testid": p,
983
1146
  children: [/* @__PURE__ */ u("button", {
984
- ref: v,
1147
+ ref: y,
985
1148
  type: "button",
986
1149
  className: H.trigger,
987
1150
  disabled: a,
988
- "aria-expanded": p,
1151
+ "aria-expanded": m,
989
1152
  "aria-haspopup": "listbox",
990
- onClick: x,
991
- onKeyDown: C,
1153
+ onClick: S,
1154
+ onKeyDown: w,
992
1155
  children: [
993
1156
  /* @__PURE__ */ l("span", {
994
1157
  className: H.triggerText,
@@ -1002,29 +1165,29 @@ function $n({ text: e, menuItems: t, size: n = "medium", variant: i = "primary",
1002
1165
  className: H.iconWrapper,
1003
1166
  children: /* @__PURE__ */ l(F, {
1004
1167
  name: "chevron-down-outline",
1005
- size: w,
1168
+ size: T,
1006
1169
  "aria-hidden": "true"
1007
1170
  })
1008
1171
  })
1009
1172
  ]
1010
- }), p && /* @__PURE__ */ l("div", {
1173
+ }), m && /* @__PURE__ */ l("div", {
1011
1174
  className: H.menu,
1012
1175
  role: "listbox",
1013
1176
  "aria-label": `${e} options`,
1014
1177
  children: t.map((e, t) => /* @__PURE__ */ u("div", {
1015
1178
  className: H.menuItem,
1016
- "data-focused": h === t || void 0,
1179
+ "data-focused": g === t || void 0,
1017
1180
  "data-disabled": e.disabled || void 0,
1018
1181
  role: "option",
1019
1182
  "aria-selected": !1,
1020
- tabIndex: p ? 0 : -1,
1021
- onClick: () => S(e),
1183
+ tabIndex: m ? 0 : -1,
1184
+ onClick: () => C(e),
1022
1185
  onKeyDown: (t) => {
1023
- (t.key === "Enter" || t.key === " ") && (t.preventDefault(), S(e));
1186
+ (t.key === "Enter" || t.key === " ") && (t.preventDefault(), C(e));
1024
1187
  },
1025
1188
  children: [e.icon && /* @__PURE__ */ l(F, {
1026
1189
  name: e.icon,
1027
- size: w,
1190
+ size: T,
1028
1191
  "aria-hidden": "true",
1029
1192
  className: H.menuIcon
1030
1193
  }), /* @__PURE__ */ l("span", {
@@ -1035,7 +1198,7 @@ function $n({ text: e, menuItems: t, size: n = "medium", variant: i = "primary",
1035
1198
  })]
1036
1199
  });
1037
1200
  }
1038
- var er = {
1201
+ var cr = {
1039
1202
  container: "_container_1mo04_2",
1040
1203
  triggerWrapper: "_triggerWrapper_1mo04_8",
1041
1204
  menu: "_menu_1mo04_19",
@@ -1044,115 +1207,117 @@ var er = {
1044
1207
  };
1045
1208
  //#endregion
1046
1209
  //#region src/components/DropdownMenu/DropdownMenu.tsx
1047
- function tr({ trigger: e, items: t, align: i = "left" }) {
1048
- let [a, c] = s(!1), d = o(null), f = o(null), p = o(/* @__PURE__ */ new Map()), m = n(() => {
1049
- c(!1), f.current?.focus();
1210
+ function lr({ trigger: e, items: t, align: i = "left", "data-testid": a }) {
1211
+ let [c, d] = s(!1), f = o(null), p = o(null), m = o(/* @__PURE__ */ new Map()), h = n(() => {
1212
+ d(!1), p.current?.focus();
1050
1213
  }, []);
1051
1214
  return r(() => {
1052
- if (!a) return;
1215
+ if (!c) return;
1053
1216
  let e = (e) => {
1054
- d.current?.contains(e.target) || c(!1);
1217
+ f.current?.contains(e.target) || d(!1);
1055
1218
  };
1056
1219
  return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
1057
- }, [a]), r(() => {
1058
- if (!a) return;
1220
+ }, [c]), r(() => {
1221
+ if (!c) return;
1059
1222
  let e = (e) => {
1060
- e.key === "Escape" && m();
1223
+ e.key === "Escape" && h();
1061
1224
  };
1062
1225
  return document.addEventListener("keydown", e), () => document.removeEventListener("keydown", e);
1063
- }, [a, m]), r(() => {
1064
- if (!a) return;
1226
+ }, [c, h]), r(() => {
1227
+ if (!c) return;
1065
1228
  let e = t.find((e) => !e.disabled);
1066
- e && p.current.get(e.id)?.focus();
1067
- }, [a, t]), /* @__PURE__ */ u("div", {
1068
- ref: d,
1069
- className: er.container,
1229
+ e && m.current.get(e.id)?.focus();
1230
+ }, [c, t]), /* @__PURE__ */ u("div", {
1231
+ ref: f,
1232
+ className: cr.container,
1233
+ "data-testid": a,
1070
1234
  children: [/* @__PURE__ */ l("button", {
1071
- ref: f,
1235
+ ref: p,
1072
1236
  type: "button",
1073
- className: er.triggerWrapper,
1074
- onClick: () => c(!a),
1237
+ className: cr.triggerWrapper,
1238
+ onClick: () => d(!c),
1075
1239
  "aria-haspopup": "menu",
1076
- "aria-expanded": a,
1240
+ "aria-expanded": c,
1077
1241
  children: e
1078
- }), a && /* @__PURE__ */ l("div", {
1079
- className: er.menu,
1242
+ }), c && /* @__PURE__ */ l("div", {
1243
+ className: cr.menu,
1080
1244
  "data-align": i,
1081
1245
  role: "menu",
1082
1246
  onKeyDown: (e) => {
1083
- let n = t.filter((e) => !e.disabled).map((e) => e.id), r = document.activeElement, i = [...p.current.entries()].find(([, e]) => e === r)?.[0], a = i ? n.indexOf(i) : -1, o;
1084
- e.key === "ArrowDown" ? (e.preventDefault(), o = n[(a + 1) % n.length]) : e.key === "ArrowUp" ? (e.preventDefault(), o = n[(a - 1 + n.length) % n.length]) : e.key === "Home" ? (e.preventDefault(), o = n[0]) : e.key === "End" && (e.preventDefault(), o = n[n.length - 1]), o && p.current.get(o)?.focus();
1247
+ let n = t.filter((e) => !e.disabled).map((e) => e.id), r = document.activeElement, i = [...m.current.entries()].find(([, e]) => e === r)?.[0], a = i ? n.indexOf(i) : -1, o;
1248
+ e.key === "ArrowDown" ? (e.preventDefault(), o = n[(a + 1) % n.length]) : e.key === "ArrowUp" ? (e.preventDefault(), o = n[(a - 1 + n.length) % n.length]) : e.key === "Home" ? (e.preventDefault(), o = n[0]) : e.key === "End" && (e.preventDefault(), o = n[n.length - 1]), o && m.current.get(o)?.focus();
1085
1249
  },
1086
1250
  children: t.map((e) => /* @__PURE__ */ u("button", {
1087
1251
  ref: (t) => {
1088
- t ? p.current.set(e.id, t) : p.current.delete(e.id);
1252
+ t ? m.current.set(e.id, t) : m.current.delete(e.id);
1089
1253
  },
1090
1254
  type: "button",
1091
1255
  role: "menuitem",
1092
- className: er.menuItem,
1256
+ className: cr.menuItem,
1093
1257
  "data-danger": e.danger || void 0,
1094
1258
  disabled: e.disabled,
1095
1259
  tabIndex: -1,
1096
1260
  onClick: () => {
1097
- e.onClick(), c(!1);
1261
+ e.onClick(), d(!1);
1098
1262
  },
1099
1263
  children: [e.icon && /* @__PURE__ */ l("span", {
1100
- className: er.icon,
1264
+ className: cr.icon,
1101
1265
  children: e.icon
1102
1266
  }), e.label]
1103
1267
  }, e.id))
1104
1268
  })]
1105
1269
  });
1106
1270
  }
1107
- var nr = {
1271
+ var ur = {
1108
1272
  skeleton: "_skeleton_d5768_2",
1109
1273
  "ds-skeleton-shimmer": "_ds-skeleton-shimmer_d5768_1"
1110
1274
  };
1111
1275
  //#endregion
1112
1276
  //#region src/components/Skeleton/Skeleton.tsx
1113
- function rr(e) {
1277
+ function dr(e) {
1114
1278
  if (e !== void 0) return typeof e == "number" ? `${e}px` : e;
1115
1279
  }
1116
- function ir({ width: e, height: t, variant: n = "rectangular", className: r }) {
1280
+ function fr({ width: e, height: t, variant: n = "rectangular", className: r, "data-testid": i }) {
1117
1281
  return /* @__PURE__ */ l("span", {
1118
1282
  "aria-hidden": "true",
1119
- className: [nr.skeleton, r].filter(Boolean).join(" "),
1283
+ className: [ur.skeleton, r].filter(Boolean).join(" "),
1120
1284
  "data-variant": n,
1285
+ "data-testid": i,
1121
1286
  style: {
1122
- width: rr(e),
1123
- height: rr(t)
1287
+ width: dr(e),
1288
+ height: dr(t)
1124
1289
  }
1125
1290
  });
1126
1291
  }
1127
- var ar = {
1292
+ var pr = {
1128
1293
  imagePreview: "_imagePreview_1rnes_2",
1129
1294
  hidden: "_hidden_1rnes_21",
1130
1295
  errorIcon: "_errorIcon_1rnes_27"
1131
1296
  };
1132
1297
  //#endregion
1133
1298
  //#region src/components/ImagePreview/ImagePreview.tsx
1134
- function or(e) {
1299
+ function mr(e) {
1135
1300
  return e.startsWith("data:image/");
1136
1301
  }
1137
- function sr(e) {
1302
+ function hr(e) {
1138
1303
  try {
1139
1304
  return new URL(e), !0;
1140
1305
  } catch {
1141
1306
  return !1;
1142
1307
  }
1143
1308
  }
1144
- function cr({ imageSrc: e, width: t = 40, height: n = 40, alt: i = "Image without alt text", borderRadius: a = 8, className: o, "data-testid": c }) {
1309
+ function gr({ imageSrc: e, width: t = 40, height: n = 40, alt: i = "Image without alt text", borderRadius: a = 8, className: o, "data-testid": c }) {
1145
1310
  let [d, f] = s(() => e ? "loading" : "error");
1146
1311
  return r(() => {
1147
1312
  if (!e) {
1148
1313
  f("error");
1149
1314
  return;
1150
1315
  }
1151
- if (!or(e) && !sr(e)) {
1316
+ if (!mr(e) && !hr(e)) {
1152
1317
  f("error");
1153
1318
  return;
1154
1319
  }
1155
- if (or(e)) {
1320
+ if (mr(e)) {
1156
1321
  f("loaded");
1157
1322
  return;
1158
1323
  }
@@ -1162,7 +1327,7 @@ function cr({ imageSrc: e, width: t = 40, height: n = 40, alt: i = "Image withou
1162
1327
  t.onload = null, t.onerror = null;
1163
1328
  };
1164
1329
  }, [e]), /* @__PURE__ */ u("div", {
1165
- className: [ar.imagePreview, o].filter(Boolean).join(" "),
1330
+ className: [pr.imagePreview, o].filter(Boolean).join(" "),
1166
1331
  "data-state": d,
1167
1332
  "data-testid": c,
1168
1333
  role: d === "error" ? "img" : void 0,
@@ -1179,15 +1344,15 @@ function cr({ imageSrc: e, width: t = 40, height: n = 40, alt: i = "Image withou
1179
1344
  width: t,
1180
1345
  height: n,
1181
1346
  decoding: "async",
1182
- loading: or(e) ? void 0 : "lazy",
1183
- className: d === "loading" ? ar.hidden : void 0
1347
+ loading: mr(e) ? void 0 : "lazy",
1348
+ className: d === "loading" ? pr.hidden : void 0
1184
1349
  }),
1185
- d === "loading" && /* @__PURE__ */ l(ir, {
1350
+ d === "loading" && /* @__PURE__ */ l(fr, {
1186
1351
  width: t,
1187
1352
  height: n
1188
1353
  }),
1189
1354
  d === "error" && /* @__PURE__ */ l("span", {
1190
- className: ar.errorIcon,
1355
+ className: pr.errorIcon,
1191
1356
  children: /* @__PURE__ */ l(F, {
1192
1357
  name: "error-outline",
1193
1358
  size: Math.round(t * .6),
@@ -1206,7 +1371,7 @@ var U = {
1206
1371
  zoneLabel: "_zoneLabel_10rwp_81",
1207
1372
  description: "_description_10rwp_88",
1208
1373
  fileList: "_fileList_10rwp_94"
1209
- }, lr = {
1374
+ }, _r = {
1210
1375
  images: {
1211
1376
  types: [
1212
1377
  "png",
@@ -1246,11 +1411,11 @@ var U = {
1246
1411
  mimeTypes: ["application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]
1247
1412
  }
1248
1413
  };
1249
- function ur(e) {
1250
- return lr[e].mimeTypes.join(",");
1414
+ function vr(e) {
1415
+ return _r[e].mimeTypes.join(",");
1251
1416
  }
1252
- function dr(e, t) {
1253
- let { types: n, mimeTypes: r } = lr[t];
1417
+ function yr(e, t) {
1418
+ let { types: n, mimeTypes: r } = _r[t];
1254
1419
  return Array.from(e).filter((e) => {
1255
1420
  let t = r.some((t) => e.type === t), i = n.some((t) => e.name.toLowerCase().endsWith(`.${t}`));
1256
1421
  return t || i;
@@ -1258,39 +1423,39 @@ function dr(e, t) {
1258
1423
  }
1259
1424
  //#endregion
1260
1425
  //#region src/components/DropZone/DropZone.tsx
1261
- async function fr(e, t) {
1426
+ async function br(e, t) {
1262
1427
  return t ? new Promise((t) => {
1263
1428
  let n = new FileReader();
1264
1429
  n.onload = (e) => t(e.target?.result ?? ""), n.readAsDataURL(e);
1265
1430
  }) : "";
1266
1431
  }
1267
- async function pr(e, t) {
1432
+ async function xr(e, t) {
1268
1433
  return Promise.all(e.map(async (e) => ({
1269
1434
  id: crypto.randomUUID(),
1270
1435
  file: e,
1271
1436
  name: e.name,
1272
- preview: await fr(e, t)
1437
+ preview: await br(e, t)
1273
1438
  })));
1274
1439
  }
1275
- function mr({ label: e = "Haz click o arrastra un archivo para subir", allowedFileTypes: t = "images", multiple: n = !0, displayPreview: i = !0, displayFileList: a = !1, value: c, onDrop: d, onDropError: f, onRemove: p, onChange: m, className: h, "data-testid": g }) {
1440
+ function Sr({ label: e = "Haz click o arrastra un archivo para subir", allowedFileTypes: t = "images", multiple: n = !0, displayPreview: i = !0, displayFileList: a = !1, value: c, onDrop: d, onDropError: f, onRemove: p, onChange: m, className: h, "data-testid": g }) {
1276
1441
  let _ = o(null), [v, y] = s(!1), [b, x] = s(!1), [S, C] = s(c ?? []);
1277
1442
  r(() => {
1278
1443
  c !== void 0 && C(c ?? []);
1279
1444
  }, [c]);
1280
- let w = c === void 0 ? S : c ?? [], T = (a || !i && !a) && w.length > 0, E = lr[t].types, D = ur(t), O = t === "images";
1445
+ let w = c === void 0 ? S : c ?? [], T = (a || !i && !a) && w.length > 0, E = _r[t].types, D = vr(t), O = t === "images";
1281
1446
  async function k(e, r) {
1282
1447
  if (e.length === 0) {
1283
1448
  f?.(`No files match the allowed types: ${t}`);
1284
1449
  return;
1285
1450
  }
1286
- let i = await pr(e, O), a = n ? [...w, ...i] : i;
1451
+ let i = await xr(e, O), a = n ? [...w, ...i] : i;
1287
1452
  c === void 0 && C(a), m?.(a), d(r);
1288
1453
  }
1289
1454
  async function A(e) {
1290
1455
  if (!b) {
1291
1456
  x(!0);
1292
1457
  try {
1293
- await k(dr(e, t), e);
1458
+ await k(yr(e, t), e);
1294
1459
  } catch (e) {
1295
1460
  f?.(e instanceof Error ? e.message : "Unknown error");
1296
1461
  } finally {
@@ -1312,7 +1477,7 @@ function mr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
1312
1477
  type: "button",
1313
1478
  className: U.previewBtn,
1314
1479
  onClick: () => ee(t),
1315
- children: [/* @__PURE__ */ l(cr, {
1480
+ children: [/* @__PURE__ */ l(gr, {
1316
1481
  imageSrc: e.preview,
1317
1482
  width: 70,
1318
1483
  height: 70,
@@ -1393,25 +1558,26 @@ function mr({ label: e = "Haz click o arrastra un archivo para subir", allowedFi
1393
1558
  }
1394
1559
  //#endregion
1395
1560
  //#region src/components/DsProvider/DsProvider.tsx
1396
- function hr({ theme: e, children: t, className: n }) {
1561
+ function Cr({ theme: e, children: t, className: n, "data-testid": r }) {
1397
1562
  return /* @__PURE__ */ l("div", {
1398
1563
  className: I("tot-ds-root", n),
1399
1564
  "data-theme": e,
1565
+ "data-testid": r,
1400
1566
  children: t
1401
1567
  });
1402
1568
  }
1403
- var gr = {
1569
+ var wr = {
1404
1570
  wrapper: "_wrapper_x6gz1_1",
1405
1571
  message: "_message_x6gz1_10"
1406
1572
  };
1407
1573
  //#endregion
1408
1574
  //#region src/components/EmptyState/EmptyState.tsx
1409
- function _r({ message: e, action: t, "data-testid": n }) {
1575
+ function Tr({ message: e, action: t, "data-testid": n }) {
1410
1576
  return /* @__PURE__ */ u("div", {
1411
- className: gr.wrapper,
1577
+ className: wr.wrapper,
1412
1578
  "data-testid": n,
1413
1579
  children: [/* @__PURE__ */ l("p", {
1414
- className: gr.message,
1580
+ className: wr.message,
1415
1581
  children: e
1416
1582
  }), t]
1417
1583
  });
@@ -1425,7 +1591,7 @@ var W = {
1425
1591
  details: "_details_1tgia_39",
1426
1592
  stack: "_stack_1tgia_57",
1427
1593
  retryButton: "_retryButton_1tgia_70"
1428
- }, vr = class extends e {
1594
+ }, Er = class extends e {
1429
1595
  constructor(e) {
1430
1596
  super(e), this.state = {
1431
1597
  hasError: !1,
@@ -1448,10 +1614,11 @@ var W = {
1448
1614
  });
1449
1615
  };
1450
1616
  render() {
1451
- let { hasError: e, error: t } = this.state, { children: n, fallback: r } = this.props;
1617
+ let { hasError: e, error: t } = this.state, { children: n, fallback: r } = this.props, i = this.props["data-testid"];
1452
1618
  return e && t ? typeof r == "function" ? r(t, this.handleRetry) : r || /* @__PURE__ */ l("div", {
1453
1619
  role: "alert",
1454
1620
  className: W.errorContainer,
1621
+ "data-testid": i,
1455
1622
  children: /* @__PURE__ */ u("div", {
1456
1623
  className: W.errorCard,
1457
1624
  children: [
@@ -1497,7 +1664,7 @@ var W = {
1497
1664
  })
1498
1665
  }) : n;
1499
1666
  }
1500
- }, yr = {
1667
+ }, Dr = {
1501
1668
  field: "_field_7gstu_2",
1502
1669
  label: "_label_7gstu_8",
1503
1670
  required: "_required_7gstu_16",
@@ -1506,29 +1673,30 @@ var W = {
1506
1673
  };
1507
1674
  //#endregion
1508
1675
  //#region src/components/FormField/FormField.tsx
1509
- function br({ label: e, htmlFor: t, error: n, description: r, required: i = !1, children: a, className: o }) {
1510
- let s = t ? `${t}-error` : void 0, c = t ? `${t}-description` : void 0;
1676
+ function Or({ label: e, htmlFor: t, error: n, description: r, required: i = !1, children: a, className: o, "data-testid": s }) {
1677
+ let c = t ? `${t}-error` : void 0, d = t ? `${t}-description` : void 0;
1511
1678
  return /* @__PURE__ */ u("div", {
1512
- className: [yr.field, o].filter(Boolean).join(" "),
1679
+ className: [Dr.field, o].filter(Boolean).join(" "),
1680
+ "data-testid": s,
1513
1681
  children: [
1514
1682
  /* @__PURE__ */ u("label", {
1515
1683
  htmlFor: t,
1516
- className: yr.label,
1684
+ className: Dr.label,
1517
1685
  children: [e, i && /* @__PURE__ */ u("span", {
1518
- className: yr.required,
1686
+ className: Dr.required,
1519
1687
  "aria-hidden": "true",
1520
1688
  children: [" ", "*"]
1521
1689
  })]
1522
1690
  }),
1523
1691
  r && /* @__PURE__ */ l("p", {
1524
- id: c,
1525
- className: yr.description,
1692
+ id: d,
1693
+ className: Dr.description,
1526
1694
  children: r
1527
1695
  }),
1528
1696
  a,
1529
1697
  n && /* @__PURE__ */ l("p", {
1530
- id: s,
1531
- className: yr.error,
1698
+ id: c,
1699
+ className: Dr.error,
1532
1700
  role: "alert",
1533
1701
  "aria-live": "polite",
1534
1702
  children: n
@@ -1536,15 +1704,16 @@ function br({ label: e, htmlFor: t, error: n, description: r, required: i = !1,
1536
1704
  ]
1537
1705
  });
1538
1706
  }
1539
- var xr = {
1707
+ var kr = {
1540
1708
  wrapper: "_wrapper_8byuq_2",
1541
1709
  error: "_error_8byuq_9"
1542
1710
  };
1543
1711
  //#endregion
1544
1712
  //#region src/components/GoogleSignInButton/GoogleSignInButton.tsx
1545
- function Sr({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r }) {
1713
+ function Ar({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r, "data-testid": i }) {
1546
1714
  return /* @__PURE__ */ u("div", {
1547
- className: xr.wrapper,
1715
+ className: kr.wrapper,
1716
+ "data-testid": i,
1548
1717
  children: [/* @__PURE__ */ u(N, {
1549
1718
  type: "button",
1550
1719
  variant: "outline",
@@ -1560,36 +1729,36 @@ function Sr({ onSignIn: e, isPending: t = !1, isError: n = !1, error: r }) {
1560
1729
  }), "Google"]
1561
1730
  }), n && /* @__PURE__ */ l("span", {
1562
1731
  role: "alert",
1563
- className: xr.error,
1732
+ className: kr.error,
1564
1733
  children: r instanceof Error ? r.message : "Error al iniciar sesión con Google"
1565
1734
  })]
1566
1735
  });
1567
1736
  }
1568
- var Cr = {
1737
+ var jr = {
1569
1738
  groupedButtons: "_groupedButtons_13s4p_2",
1570
1739
  button: "_button_13s4p_15"
1571
1740
  };
1572
1741
  //#endregion
1573
1742
  //#region src/components/GroupedButtons/GroupedButtons.tsx
1574
- function wr(e, t) {
1743
+ function Mr(e, t) {
1575
1744
  return t === 1 ? "standalone" : e === 0 ? "left" : e === t - 1 ? "right" : "center";
1576
1745
  }
1577
- function Tr({ label: e, options: t, selectedButton: n, size: r = "medium", fullWidth: i = !1, disabled: a = !1, onChange: o, className: c, ...d }) {
1746
+ function Nr({ label: e, options: t, selectedButton: n, size: r = "medium", fullWidth: i = !1, disabled: a = !1, onChange: o, className: c, ...d }) {
1578
1747
  let [f, p] = s(() => t[0]?.value), m = n !== void 0, h = m ? n : f, g = (e) => {
1579
1748
  let n = t.find((t) => t.value === e);
1580
1749
  a || n?.disabled || (m || p(e), o?.(e));
1581
1750
  };
1582
1751
  return /* @__PURE__ */ l("fieldset", {
1583
1752
  "aria-label": e,
1584
- className: [Cr.groupedButtons, c].filter(Boolean).join(" "),
1753
+ className: [jr.groupedButtons, c].filter(Boolean).join(" "),
1585
1754
  disabled: a,
1586
1755
  "data-full-width": i ? "" : void 0,
1587
1756
  ...d,
1588
1757
  children: t.map((e, n) => /* @__PURE__ */ u("button", {
1589
1758
  type: "button",
1590
- className: Cr.button,
1759
+ className: jr.button,
1591
1760
  "data-size": r,
1592
- "data-position": wr(n, t.length),
1761
+ "data-position": Mr(n, t.length),
1593
1762
  "data-selected": h === e.value ? "" : void 0,
1594
1763
  disabled: a || e.disabled,
1595
1764
  onClick: () => g(e.value),
@@ -1600,7 +1769,7 @@ function Tr({ label: e, options: t, selectedButton: n, size: r = "medium", fullW
1600
1769
  }, e.value))
1601
1770
  });
1602
1771
  }
1603
- var Er = {
1772
+ var Pr = {
1604
1773
  header: "_header_1dj55_2",
1605
1774
  item: "_item_1dj55_17",
1606
1775
  title: "_title_1dj55_24",
@@ -1608,18 +1777,18 @@ var Er = {
1608
1777
  };
1609
1778
  //#endregion
1610
1779
  //#region src/components/Header/Header.tsx
1611
- function Dr({ headers: e = [], spaceBetween: t = !1, className: n, ...r }) {
1780
+ function Fr({ headers: e = [], spaceBetween: t = !1, className: n, ...r }) {
1612
1781
  return /* @__PURE__ */ l("section", {
1613
- className: [Er.header, n].filter(Boolean).join(" "),
1782
+ className: [Pr.header, n].filter(Boolean).join(" "),
1614
1783
  "data-space-between": t ? "" : void 0,
1615
1784
  ...r,
1616
1785
  children: e.map((e) => /* @__PURE__ */ u("div", {
1617
- className: Er.item,
1786
+ className: Pr.item,
1618
1787
  children: [/* @__PURE__ */ l("p", {
1619
- className: Er.title,
1788
+ className: Pr.title,
1620
1789
  children: e.title
1621
1790
  }), e.description && /* @__PURE__ */ l("p", {
1622
- className: Er.description,
1791
+ className: Pr.description,
1623
1792
  children: e.description
1624
1793
  })]
1625
1794
  }, e.title))
@@ -1627,35 +1796,36 @@ function Dr({ headers: e = [], spaceBetween: t = !1, className: n, ...r }) {
1627
1796
  }
1628
1797
  //#endregion
1629
1798
  //#region src/components/LanguageSelector/LanguageSelector.tsx
1630
- function Or({ value: e, options: t, onChange: n }) {
1631
- let r = a(() => t.map(({ value: e, label: t }) => ({
1799
+ function Ir({ value: e, options: t, onChange: n, "data-testid": r }) {
1800
+ let i = a(() => t.map(({ value: e, label: t }) => ({
1632
1801
  value: e,
1633
1802
  label: t
1634
1803
  })), [t]);
1635
- return /* @__PURE__ */ l($n, {
1804
+ return /* @__PURE__ */ l(sr, {
1636
1805
  text: t.find((t) => t.value === e)?.label ?? e,
1637
- menuItems: r,
1806
+ menuItems: i,
1638
1807
  size: "small",
1639
1808
  variant: "ghost",
1640
- onSelect: (e) => n(e.value)
1809
+ onSelect: (e) => n(e.value),
1810
+ "data-testid": r
1641
1811
  });
1642
1812
  }
1643
- var kr = { logo: "_logo_t6mnr_2" }, Ar = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#e6d9ca\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#ff4235\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", jr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#1b1b1b\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#e6d9ca\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", Mr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#1b1b1b\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#ff4235\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", Nr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#e6d9ca\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.33v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.932-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#ff4235\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.052c1.581-11.911 13.005-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24H261.89a22.4 22.4 0 0 1-1.594-5.85m-.486-24.322c-3.405 2.189-8.628 3.283-15.195 4.013-7.905.851-12.769 2.56-12.769 7.169 0 3.526 4.134 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.205 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.52V15.93h7.539V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.014 12.033 12.04 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n", Pr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#1b1b1b\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.31v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.931-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#e6d9ca\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.046c1.581-11.911 13.006-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24h-14.721a22.4 22.4 0 0 1-1.6-5.85m-.486-24.322c-3.406 2.189-8.628 3.283-15.195 4.013-7.905.851-12.801 2.56-12.801 7.169 0 3.526 4.134 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.204 78.406c-18.356 1.92-28.085-9.12-28.085-26.242V30.153h-7.54V15.93h7.54V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.013 12.033 12.039 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n", Fr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#1b1b1b\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.33v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.932-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#ff4235\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.046c1.581-11.911 13.006-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24h-14.721a22.4 22.4 0 0 1-1.6-5.85m-.486-24.322c-3.405 2.189-8.628 3.283-15.195 4.013-7.905.851-12.801 2.56-12.801 7.169 0 3.526 4.135 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.204 78.406c-18.356 1.92-28.085-9.12-28.085-26.242V30.153h-7.54V15.93h7.54V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.013 12.033 12.039 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n";
1813
+ var Lr = { logo: "_logo_t6mnr_2" }, Rr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#e6d9ca\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#ff4235\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", zr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#1b1b1b\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#e6d9ca\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", Br = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"80\" fill=\"none\" viewBox=\"0 0 80 80\"><path fill=\"#1b1b1b\" d=\"M47.328 24.999V10H32.329v14.999h-15v15h15v14.999h14.999V39.999h14.999V25z\"/><path fill=\"#ff4235\" d=\"M32.328 40a15 15 0 0 0 14.998 15h15v15H47.329a15 15 0 0 1-15-15z\"/></svg>\n", Vr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#e6d9ca\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.33v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.932-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#ff4235\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.052c1.581-11.911 13.005-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24H261.89a22.4 22.4 0 0 1-1.594-5.85m-.486-24.322c-3.405 2.189-8.628 3.283-15.195 4.013-7.905.851-12.769 2.56-12.769 7.169 0 3.526 4.134 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.205 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.52V15.93h7.539V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.014 12.033 12.04 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n", Hr = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#1b1b1b\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.31v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.931-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#e6d9ca\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.046c1.581-11.911 13.006-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24h-14.721a22.4 22.4 0 0 1-1.6-5.85m-.486-24.322c-3.406 2.189-8.628 3.283-15.195 4.013-7.905.851-12.801 2.56-12.801 7.169 0 3.526 4.134 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.204 78.406c-18.356 1.92-28.085-9.12-28.085-26.242V30.153h-7.54V15.93h7.54V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.013 12.033 12.039 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n", Ur = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"317\" height=\"80\" fill=\"none\" viewBox=\"0 0 317 80\"><g clip-path=\"url(#a)\"><path fill=\"#1b1b1b\" d=\"M7.54 63.372v-33.22H.02V15.932h7.539V0h16.046v15.93h11.31v14.223h-11.33v33.34zM103.586 47.3c0 18.721-14.222 32.706-31.612 32.706S40.484 66.021 40.484 47.3s14.08-32.95 31.49-32.95 31.612 14.222 31.612 32.95m-16.168.121c0-10.823-6.932-18.363-15.444-18.363s-15.438 7.54-15.438 18.363c0 10.574 6.932 17.87 15.438 17.87s15.444-7.296 15.444-17.87M142.002 78.406c-18.357 1.92-28.086-9.12-28.086-26.242V30.153h-7.539V15.93h7.571V0h16.002v15.93h11.303v14.223H129.95v22.133c0 8.75 4.006 12.033 12.033 11.52z\"/><path fill=\"#ff4235\" d=\"M163.155 53.502c2.068 7.68 8.148 12.398 15.688 12.398 5.345 0 10.574-2.31 13.249-7.297h17.141c-3.642 12.801-14.721 21.403-30.268 21.403-17.634 0-32.099-14.593-32.099-32.706s14.465-32.95 32.099-32.95c18.478 0 33.794 14.344 31.484 39.152zm31.363-13.134c-1.92-7.297-8.026-11.918-15.681-11.918-7.297 0-13.134 4.622-15.445 11.918zM260.296 72.71c-4.135 4.378-10.452 7.04-19.202 7.04-13.255 0-25.41-6.688-25.41-20.308 0-14.082 11.79-17.75 25.654-18.965 10.458-.973 17.87-2.19 17.87-7.297 0-3.283-4.256-5.959-11.425-5.959-5.716 0-12.283 2.56-13.742 7.905h-16.046c1.581-11.911 13.006-20.789 29.442-20.789 25.41 0 27.356 16.411 27.356 21.397V68.32c.137 3.481.751 6.927 1.824 10.24h-14.721a22.4 22.4 0 0 1-1.6-5.85m-.486-24.322c-3.405 2.189-8.628 3.283-15.195 4.013-7.905.851-12.801 2.56-12.801 7.169 0 3.526 4.135 5.958 10.58 5.958 9.601 0 17.384-3.283 17.384-11.303zM316.204 78.406c-18.356 1.92-28.085-9.12-28.085-26.242V30.153h-7.54V15.93h7.54V0h16.046v15.93h11.31v14.223h-11.31v22.133c0 8.75 4.013 12.033 12.039 11.52zM7.495 47.044a16.45 16.45 0 0 0 16.392 16.392l10.99.044.038 16.354-10.983-.045A16.45 16.45 0 0 1 7.54 63.397z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h316.224v80H0z\"/></clipPath></defs></svg>\n";
1644
1814
  //#endregion
1645
1815
  //#region src/components/LogoToteat/LogoToteat.tsx
1646
- function Ir(e) {
1816
+ function Wr(e) {
1647
1817
  return e.replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/</g, "&lt;");
1648
1818
  }
1649
- var Lr = {
1650
- original: Fr,
1651
- "cream-orange": Nr,
1652
- "black-cream": Pr
1653
- }, Rr = {
1654
- original: Mr,
1655
- "cream-orange": Ar,
1656
- "black-cream": jr
1819
+ var Gr = {
1820
+ original: Ur,
1821
+ "cream-orange": Vr,
1822
+ "black-cream": Hr
1823
+ }, Kr = {
1824
+ original: Br,
1825
+ "cream-orange": Rr,
1826
+ "black-cream": zr
1657
1827
  };
1658
- function zr(e, t, n) {
1828
+ function qr(e, t, n) {
1659
1829
  if (t !== void 0 && n !== void 0) return {
1660
1830
  width: t,
1661
1831
  height: n
@@ -1678,10 +1848,10 @@ function zr(e, t, n) {
1678
1848
  height: Math.round(t / 317 * 80)
1679
1849
  };
1680
1850
  }
1681
- function Br({ mode: e = "complete", variant: t = "original", width: n, height: r, alt: i = "Logo Toteat", className: a, ...o }) {
1682
- let s = e === "icon" ? Rr[t] : Lr[t], c = zr(e, n, r), u = s.replace(/width="\d+"/, `width="${c.width}"`).replace(/height="\d+"/, `height="${c.height}"`).replace(/<svg/, `<svg role="img" aria-label="${Ir(i)}"`);
1851
+ function Jr({ mode: e = "complete", variant: t = "original", width: n, height: r, alt: i = "Logo Toteat", className: a, ...o }) {
1852
+ let s = e === "icon" ? Kr[t] : Gr[t], c = qr(e, n, r), u = s.replace(/width="\d+"/, `width="${c.width}"`).replace(/height="\d+"/, `height="${c.height}"`).replace(/<svg/, `<svg role="img" aria-label="${Wr(i)}"`);
1683
1853
  return /* @__PURE__ */ l("span", {
1684
- className: [kr.logo, a].filter(Boolean).join(" "),
1854
+ className: [Lr.logo, a].filter(Boolean).join(" "),
1685
1855
  "data-mode": e,
1686
1856
  "data-variant": t,
1687
1857
  ...o,
@@ -1699,82 +1869,83 @@ var G = {
1699
1869
  search: "_search_jb72r_120",
1700
1870
  option: "_option_jb72r_108",
1701
1871
  noResults: "_noResults_jb72r_162"
1702
- }, Vr = 240;
1703
- function Hr({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar...", searchPlaceholder: c = "Buscar...", noResultsText: d = "Sin resultados", removeLabel: f = "Eliminar", disabled: p, error: m }) {
1704
- let [h, g] = s(!1), [_, v] = s(!1), [y, b] = s(""), x = o(null), S = o(null), C = e.filter((e) => t.includes(e.value)), w = e.filter((e) => !t.includes(e.value) && e.label.toLowerCase().includes(y.toLowerCase())), T = n(() => {
1705
- g(!1), S.current?.focus();
1872
+ }, Yr = 240;
1873
+ function Xr({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar...", searchPlaceholder: c = "Buscar...", noResultsText: d = "Sin resultados", removeLabel: f = "Eliminar", disabled: p, error: m, "data-testid": h }) {
1874
+ let [g, _] = s(!1), [v, y] = s(!1), [b, x] = s(""), S = o(null), C = o(null), w = e.filter((e) => t.includes(e.value)), T = e.filter((e) => !t.includes(e.value) && e.label.toLowerCase().includes(b.toLowerCase())), E = n(() => {
1875
+ _(!1), C.current?.focus();
1706
1876
  }, []);
1707
1877
  r(() => {
1708
- if (!h) return;
1878
+ if (!g) return;
1709
1879
  let e = (e) => {
1710
- x.current?.contains(e.target) || T();
1880
+ S.current?.contains(e.target) || E();
1711
1881
  };
1712
1882
  return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
1713
- }, [h, T]), r(() => {
1714
- if (!h) return;
1883
+ }, [g, E]), r(() => {
1884
+ if (!g) return;
1715
1885
  let e = (e) => {
1716
- e.key === "Escape" && T();
1886
+ e.key === "Escape" && E();
1717
1887
  };
1718
1888
  return document.addEventListener("keydown", e), () => document.removeEventListener("keydown", e);
1719
- }, [h, T]), r(() => {
1720
- if (!h || !x.current) return;
1721
- let e = x.current.getBoundingClientRect();
1722
- v(window.innerHeight - e.bottom < Vr + 8);
1723
- }, [h]);
1724
- let E = (e) => i([...t, e]), D = (e) => i(t.filter((t) => t !== e));
1889
+ }, [g, E]), r(() => {
1890
+ if (!g || !S.current) return;
1891
+ let e = S.current.getBoundingClientRect();
1892
+ y(window.innerHeight - e.bottom < Yr + 8);
1893
+ }, [g]);
1894
+ let D = (e) => i([...t, e]), O = (e) => i(t.filter((t) => t !== e));
1725
1895
  return /* @__PURE__ */ u("div", {
1726
- ref: x,
1896
+ ref: S,
1727
1897
  className: G.multiselect,
1728
1898
  "data-error": m || void 0,
1729
1899
  "data-disabled": p || void 0,
1900
+ "data-testid": h,
1730
1901
  children: [/* @__PURE__ */ u("button", {
1731
- ref: S,
1902
+ ref: C,
1732
1903
  type: "button",
1733
1904
  className: G.trigger,
1734
- onClick: () => !p && g((e) => !e),
1905
+ onClick: () => !p && _((e) => !e),
1735
1906
  "aria-haspopup": "listbox",
1736
- "aria-expanded": h,
1907
+ "aria-expanded": g,
1737
1908
  disabled: p,
1738
- children: [C.length === 0 && /* @__PURE__ */ l("span", {
1909
+ children: [w.length === 0 && /* @__PURE__ */ l("span", {
1739
1910
  className: G.placeholder,
1740
1911
  children: a
1741
- }), C.map((e) => /* @__PURE__ */ u("span", {
1912
+ }), w.map((e) => /* @__PURE__ */ u("span", {
1742
1913
  className: G.tag,
1743
1914
  children: [e.label, /* @__PURE__ */ l("button", {
1744
1915
  type: "button",
1745
1916
  className: G.tagRemove,
1746
1917
  onClick: (t) => {
1747
- t.stopPropagation(), D(e.value);
1918
+ t.stopPropagation(), O(e.value);
1748
1919
  },
1749
1920
  "aria-label": `${f} ${e.label}`,
1750
1921
  children: "×"
1751
1922
  })]
1752
1923
  }, e.value))]
1753
- }), h && /* @__PURE__ */ u("div", {
1924
+ }), g && /* @__PURE__ */ u("div", {
1754
1925
  className: G.dropdown,
1755
1926
  role: "listbox",
1756
1927
  "aria-multiselectable": "true",
1757
- "data-upward": _ || void 0,
1928
+ "data-upward": v || void 0,
1758
1929
  children: [/* @__PURE__ */ l("input", {
1759
1930
  type: "text",
1760
1931
  className: G.search,
1761
1932
  placeholder: c,
1762
1933
  "aria-label": c,
1763
- value: y,
1764
- onChange: (e) => b(e.target.value),
1934
+ value: b,
1935
+ onChange: (e) => x(e.target.value),
1765
1936
  autoFocus: !0
1766
1937
  }), /* @__PURE__ */ u("div", {
1767
1938
  className: G.optionsList,
1768
- children: [w.map((e) => /* @__PURE__ */ l("button", {
1939
+ children: [T.map((e) => /* @__PURE__ */ l("button", {
1769
1940
  type: "button",
1770
1941
  role: "option",
1771
1942
  "aria-selected": t.includes(e.value),
1772
1943
  className: G.option,
1773
1944
  onClick: () => {
1774
- E(e.value), b("");
1945
+ D(e.value), x("");
1775
1946
  },
1776
1947
  children: e.label
1777
- }, e.value)), w.length === 0 && /* @__PURE__ */ l("div", {
1948
+ }, e.value)), T.length === 0 && /* @__PURE__ */ l("div", {
1778
1949
  className: G.noResults,
1779
1950
  children: d
1780
1951
  })]
@@ -1797,9 +1968,10 @@ var K = {
1797
1968
  };
1798
1969
  //#endregion
1799
1970
  //#region src/components/NavBar/NavBar.tsx
1800
- function Ur({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle: r, isLoading: i = !1, isPinLocked: a = !1, rightSlot: o }) {
1971
+ function Zr({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle: r, isLoading: i = !1, isPinLocked: a = !1, rightSlot: o, "data-testid": s }) {
1801
1972
  return a ? null : /* @__PURE__ */ u("header", {
1802
1973
  className: K.navbar,
1974
+ "data-testid": s,
1803
1975
  children: [
1804
1976
  /* @__PURE__ */ u("div", {
1805
1977
  className: K.navLeft,
@@ -1856,7 +2028,7 @@ function Ur({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle:
1856
2028
  ]
1857
2029
  });
1858
2030
  }
1859
- var Wr = {
2031
+ var Qr = {
1860
2032
  overlay: "_overlay_8yoic_2",
1861
2033
  "overlay-fade-in": "_overlay-fade-in_8yoic_1",
1862
2034
  backdrop: "_backdrop_8yoic_22",
@@ -1864,7 +2036,7 @@ var Wr = {
1864
2036
  };
1865
2037
  //#endregion
1866
2038
  //#region src/components/Overlay/Overlay.tsx
1867
- function Gr({ visible: e = !1, onClose: t, children: i, dismissible: a = !0, closeOnBackdrop: o = !0, closeOnEsc: s = !0, lockScroll: c = !0, blur: d = !1, placement: f = "center", zIndex: p = 1200, role: m = "presentation", "aria-label": h, className: g, "data-testid": _ }) {
2039
+ function $r({ visible: e = !1, onClose: t, children: i, dismissible: a = !0, closeOnBackdrop: o = !0, closeOnEsc: s = !0, lockScroll: c = !0, blur: d = !1, placement: f = "center", zIndex: p = 1200, role: m = "presentation", "aria-label": h, className: g, "data-testid": _ }) {
1868
2040
  let v = n(() => {
1869
2041
  a && t();
1870
2042
  }, [a, t]);
@@ -1884,7 +2056,7 @@ function Gr({ visible: e = !1, onClose: t, children: i, dismissible: a = !0, clo
1884
2056
  v
1885
2057
  ]), !e || typeof document > "u" ? null : k(/* @__PURE__ */ u("div", {
1886
2058
  "data-testid": _,
1887
- className: [Wr.overlay, g].filter(Boolean).join(" "),
2059
+ className: [Qr.overlay, g].filter(Boolean).join(" "),
1888
2060
  "data-blur": d ? "" : void 0,
1889
2061
  "data-placement": f,
1890
2062
  style: { "--overlay-z-index": String(p) },
@@ -1892,13 +2064,13 @@ function Gr({ visible: e = !1, onClose: t, children: i, dismissible: a = !0, clo
1892
2064
  "aria-label": h,
1893
2065
  children: [/* @__PURE__ */ l("button", {
1894
2066
  type: "button",
1895
- className: Wr.backdrop,
2067
+ className: Qr.backdrop,
1896
2068
  "data-backdrop": "",
1897
2069
  onClick: o ? v : void 0,
1898
2070
  "aria-hidden": "true",
1899
2071
  tabIndex: -1
1900
2072
  }), /* @__PURE__ */ l("div", {
1901
- className: Wr.content,
2073
+ className: Qr.content,
1902
2074
  children: i
1903
2075
  })]
1904
2076
  }), document.body);
@@ -1914,19 +2086,19 @@ var q = {
1914
2086
  closeBtn: "_closeBtn_we8nc_66",
1915
2087
  body: "_body_we8nc_94",
1916
2088
  actions: "_actions_we8nc_101"
1917
- }, Kr = {
2089
+ }, ei = {
1918
2090
  success: "success-outline",
1919
2091
  info: "info-outline",
1920
2092
  warning: "exclamation-outline",
1921
2093
  error: "error-outline"
1922
- }, qr = {
2094
+ }, ti = {
1923
2095
  success: "var(--ds-color-success)",
1924
2096
  info: "var(--ds-color-info)",
1925
2097
  warning: "var(--ds-color-warning)",
1926
2098
  error: "var(--ds-color-primary)"
1927
2099
  };
1928
- function Jr({ title: e, eyebrow: t, children: n, status: r = "success", iconName: a, iconSize: o = 44, dismissible: s = !0, showCloseButton: c = !0, closeButtonLabel: d = "Close overlay message", primaryButtonLabel: f, secondaryButtonLabel: p, loadingPrimary: m = !1, loadingSecondary: h = !1, maxWidth: g = 400, standalone: _ = !1, onClose: v, onPrimaryClick: y, onSecondaryClick: b, "data-testid": x }) {
1929
- let S = i(), C = i(), w = a ?? Kr[r], T = qr[r], E = !!n, D = !!f || !!p;
2100
+ function ni({ title: e, eyebrow: t, children: n, status: r = "success", iconName: a, iconSize: o = 44, dismissible: s = !0, showCloseButton: c = !0, closeButtonLabel: d = "Close overlay message", primaryButtonLabel: f, secondaryButtonLabel: p, loadingPrimary: m = !1, loadingSecondary: h = !1, maxWidth: g = 400, standalone: _ = !1, onClose: v, onPrimaryClick: y, onSecondaryClick: b, "data-testid": x }) {
2101
+ let S = i(), C = i(), w = a ?? ei[r], T = ti[r], E = !!n, D = !!f || !!p;
1930
2102
  return /* @__PURE__ */ u("div", {
1931
2103
  className: q.overlayMessage,
1932
2104
  "data-status": r,
@@ -2000,14 +2172,14 @@ function Jr({ title: e, eyebrow: t, children: n, status: r = "success", iconName
2000
2172
  ]
2001
2173
  });
2002
2174
  }
2003
- function Yr({ visible: e = !1, onClose: t, dismissible: n = !0, closeOnBackdrop: r = !0, closeOnEsc: i = !0, lockScroll: a = !0, zIndex: o = 1200, blur: s = !1, placement: c = "center", "aria-label": u, standalone: d = !1, "data-testid": f, ...p }) {
2004
- return e ? d ? /* @__PURE__ */ l(Jr, {
2175
+ function ri({ visible: e = !1, onClose: t, dismissible: n = !0, closeOnBackdrop: r = !0, closeOnEsc: i = !0, lockScroll: a = !0, zIndex: o = 1200, blur: s = !1, placement: c = "center", "aria-label": u, standalone: d = !1, "data-testid": f, ...p }) {
2176
+ return e ? d ? /* @__PURE__ */ l(ni, {
2005
2177
  ...p,
2006
2178
  standalone: !0,
2007
2179
  dismissible: n,
2008
2180
  onClose: t,
2009
2181
  "data-testid": f
2010
- }) : /* @__PURE__ */ l(Gr, {
2182
+ }) : /* @__PURE__ */ l($r, {
2011
2183
  visible: e,
2012
2184
  onClose: t,
2013
2185
  dismissible: n,
@@ -2018,7 +2190,7 @@ function Yr({ visible: e = !1, onClose: t, dismissible: n = !0, closeOnBackdrop:
2018
2190
  blur: s,
2019
2191
  placement: c,
2020
2192
  "aria-label": u,
2021
- children: /* @__PURE__ */ l(Jr, {
2193
+ children: /* @__PURE__ */ l(ni, {
2022
2194
  ...p,
2023
2195
  dismissible: n,
2024
2196
  onClose: t,
@@ -2026,15 +2198,15 @@ function Yr({ visible: e = !1, onClose: t, dismissible: n = !0, closeOnBackdrop:
2026
2198
  })
2027
2199
  }) : null;
2028
2200
  }
2029
- var Xr = { canvas: "_canvas_ljz2v_7" }, Zr = "#version 300 es\nin vec2 a_pos;\nvoid main() { gl_Position = vec4(a_pos, 0.0, 1.0); }", Qr = "#version 300 es\nprecision highp float;\n\nuniform float u_time;\nuniform vec2 u_res;\nout vec4 fragColor;\n\n#define PI 3.14159265359\n#define CELL 18.0 /* px per grid cell */\n#define RADIUS 2.1 /* dot radius in px */\n#define SPEED 25.0 /* wave propagation */\n#define PERIOD 3.8 /* seconds per cycle */\n#define AMP 0.40 /* wave amplitude */\n#define BASE 1.30 /* resting scale */\n\nfloat swave(float t, float k) {\n return (2.0 * AMP / PI) * atan(sin(2.0 * PI * t / PERIOD) / k);\n}\n\nvoid main() {\n vec2 p = gl_FragCoord.xy;\n vec2 center = u_res * 0.5;\n vec2 gridP = p / CELL;\n\n float alpha = 0.0;\n\n for (int dy = -2; dy <= 2; dy++) {\n for (int dx = -2; dx <= 2; dx++) {\n /* grid cell index of this neighbour */\n vec2 cell = floor(gridP) + vec2(float(dx), float(dy));\n\n /* hex stagger: odd x-columns shift down half a cell */\n float hexY = mod(cell.x, 2.0) * 0.5;\n\n /* dot centre in grid units relative to screen centre */\n vec2 origGU = cell + vec2(0.5, 0.5 + hexY) - center / CELL;\n\n /* distance with 8-fold angular symmetry → petal wave-front */\n float d8 = length(origGU) + 0.5 * cos(8.0 * atan(origGU.y, origGU.x));\n\n /* smooth-square-wave breathing */\n float k = 0.15 + 0.2 * abs(d8) / 72.0;\n float wave = swave(u_time - d8 / SPEED, k);\n float scale = wave + BASE;\n\n /* animated dot centre in pixel space */\n vec2 animPx = origGU * scale * CELL + center;\n\n /* soft circle SDF */\n float dist = length(p - animPx);\n float a = 1.0 - smoothstep(RADIUS - 0.6, RADIUS + 0.6, dist);\n alpha = max(alpha, a);\n }\n }\n\n /* primary colour #ff4235 at low opacity — sits on frosted-glass overlay */\n fragColor = vec4(1.0, 0.259, 0.208, alpha * 0.28);\n}";
2030
- function $r(e) {
2201
+ var ii = { canvas: "_canvas_ljz2v_7" }, ai = "#version 300 es\nin vec2 a_pos;\nvoid main() { gl_Position = vec4(a_pos, 0.0, 1.0); }", oi = "#version 300 es\nprecision highp float;\n\nuniform float u_time;\nuniform vec2 u_res;\nout vec4 fragColor;\n\n#define PI 3.14159265359\n#define CELL 18.0 /* px per grid cell */\n#define RADIUS 2.1 /* dot radius in px */\n#define SPEED 25.0 /* wave propagation */\n#define PERIOD 3.8 /* seconds per cycle */\n#define AMP 0.40 /* wave amplitude */\n#define BASE 1.30 /* resting scale */\n\nfloat swave(float t, float k) {\n return (2.0 * AMP / PI) * atan(sin(2.0 * PI * t / PERIOD) / k);\n}\n\nvoid main() {\n vec2 p = gl_FragCoord.xy;\n vec2 center = u_res * 0.5;\n vec2 gridP = p / CELL;\n\n float alpha = 0.0;\n\n for (int dy = -2; dy <= 2; dy++) {\n for (int dx = -2; dx <= 2; dx++) {\n /* grid cell index of this neighbour */\n vec2 cell = floor(gridP) + vec2(float(dx), float(dy));\n\n /* hex stagger: odd x-columns shift down half a cell */\n float hexY = mod(cell.x, 2.0) * 0.5;\n\n /* dot centre in grid units relative to screen centre */\n vec2 origGU = cell + vec2(0.5, 0.5 + hexY) - center / CELL;\n\n /* distance with 8-fold angular symmetry → petal wave-front */\n float d8 = length(origGU) + 0.5 * cos(8.0 * atan(origGU.y, origGU.x));\n\n /* smooth-square-wave breathing */\n float k = 0.15 + 0.2 * abs(d8) / 72.0;\n float wave = swave(u_time - d8 / SPEED, k);\n float scale = wave + BASE;\n\n /* animated dot centre in pixel space */\n vec2 animPx = origGU * scale * CELL + center;\n\n /* soft circle SDF */\n float dist = length(p - animPx);\n float a = 1.0 - smoothstep(RADIUS - 0.6, RADIUS + 0.6, dist);\n alpha = max(alpha, a);\n }\n }\n\n /* primary colour #ff4235 at low opacity — sits on frosted-glass overlay */\n fragColor = vec4(1.0, 0.259, 0.208, alpha * 0.28);\n}";
2202
+ function si(e) {
2031
2203
  let t = (t, n) => {
2032
2204
  let r = e.createShader(t);
2033
2205
  return e.shaderSource(r, n), e.compileShader(r), r;
2034
2206
  }, n = e.createProgram();
2035
- return e.attachShader(n, t(e.VERTEX_SHADER, Zr)), e.attachShader(n, t(e.FRAGMENT_SHADER, Qr)), e.linkProgram(n), n;
2207
+ return e.attachShader(n, t(e.VERTEX_SHADER, ai)), e.attachShader(n, t(e.FRAGMENT_SHADER, oi)), e.linkProgram(n), n;
2036
2208
  }
2037
- function ei({ active: e }) {
2209
+ function ci({ active: e }) {
2038
2210
  let t = o(null);
2039
2211
  return r(() => {
2040
2212
  if (!e || !t.current || window.matchMedia("(prefers-reduced-motion: reduce)").matches) return;
@@ -2045,7 +2217,7 @@ function ei({ active: e }) {
2045
2217
  if (!r) return;
2046
2218
  let i = () => {
2047
2219
  n.width = window.innerWidth, n.height = window.innerHeight, r.viewport(0, 0, n.width, n.height), r.uniform2f(l, n.width, n.height);
2048
- }, a = $r(r);
2220
+ }, a = si(r);
2049
2221
  r.useProgram(a);
2050
2222
  let o = r.createBuffer();
2051
2223
  r.bindBuffer(r.ARRAY_BUFFER, o), r.bufferData(r.ARRAY_BUFFER, new Float32Array([
@@ -2074,11 +2246,11 @@ function ei({ active: e }) {
2074
2246
  };
2075
2247
  }, [e]), /* @__PURE__ */ l("canvas", {
2076
2248
  ref: t,
2077
- className: Xr.canvas,
2249
+ className: ii.canvas,
2078
2250
  "aria-hidden": "true"
2079
2251
  });
2080
2252
  }
2081
- var ti = {
2253
+ var li = {
2082
2254
  overlay: "_overlay_15uou_3",
2083
2255
  logoLayer: "_logoLayer_15uou_58",
2084
2256
  srOnly: "_srOnly_15uou_103"
@@ -2095,7 +2267,7 @@ var ti = {
2095
2267
  };
2096
2268
  //#endregion
2097
2269
  //#region src/components/PageLoadingOverlay/ToteatLogo.tsx
2098
- function ni() {
2270
+ function ui() {
2099
2271
  return /* @__PURE__ */ u("div", {
2100
2272
  className: J.outer,
2101
2273
  "aria-hidden": "true",
@@ -2125,44 +2297,51 @@ function ni() {
2125
2297
  }
2126
2298
  //#endregion
2127
2299
  //#region src/components/PageLoadingOverlay/PageLoadingOverlay.tsx
2128
- function ri({ isOpen: e, label: t = "Cargando…" }) {
2300
+ function di({ isOpen: e, label: t = "Cargando…", "data-testid": n }) {
2129
2301
  return k(/* @__PURE__ */ u(c, { children: [
2130
2302
  /* @__PURE__ */ l("div", {
2131
- className: ti.overlay,
2303
+ className: li.overlay,
2132
2304
  "data-open": e,
2133
2305
  role: "status",
2134
2306
  "aria-live": "polite",
2135
2307
  "aria-busy": e,
2136
2308
  "aria-label": t,
2137
- children: /* @__PURE__ */ l(ei, { active: e })
2309
+ "data-testid": n,
2310
+ children: /* @__PURE__ */ l(ci, { active: e })
2138
2311
  }),
2139
2312
  /* @__PURE__ */ l("div", {
2140
- className: `${ti.logoLayer} tot-ds-root`,
2313
+ className: `${li.logoLayer} tot-ds-root`,
2141
2314
  "data-open": e,
2142
2315
  "aria-hidden": "true",
2143
- children: /* @__PURE__ */ l(ni, {})
2316
+ children: /* @__PURE__ */ l(ui, {})
2144
2317
  }),
2145
2318
  /* @__PURE__ */ l("span", {
2146
- className: ti.srOnly,
2319
+ className: li.srOnly,
2147
2320
  "aria-live": "polite",
2148
2321
  "aria-atomic": "true",
2149
2322
  children: e ? t : ""
2150
2323
  })
2151
2324
  ] }), document.body);
2152
2325
  }
2153
- var ii = { overlay: "_overlay_16mjb_2" };
2326
+ //#endregion
2327
+ //#region src/components/PermissionGate/PermissionGate.tsx
2328
+ function fi({ granted: e, children: t, fallback: n = null }) {
2329
+ return /* @__PURE__ */ l(c, { children: e ? t : n });
2330
+ }
2331
+ var pi = { overlay: "_overlay_16mjb_2" };
2154
2332
  //#endregion
2155
2333
  //#region src/components/PinLockOverlay/PinLockOverlay.tsx
2156
- function ai({ isLocked: e, children: t }) {
2334
+ function mi({ isLocked: e, children: t, "data-testid": n }) {
2157
2335
  return e ? /* @__PURE__ */ l("div", {
2158
- className: ii.overlay,
2336
+ className: pi.overlay,
2159
2337
  role: "dialog",
2160
2338
  "aria-label": "Pantalla bloqueada — ingresa tu PIN",
2161
2339
  "aria-modal": "true",
2340
+ "data-testid": n,
2162
2341
  children: t
2163
2342
  }) : null;
2164
2343
  }
2165
- var oi = {
2344
+ var hi = {
2166
2345
  wrapper: "_wrapper_lqgoi_2",
2167
2346
  input: "_input_lqgoi_9",
2168
2347
  circle: "_circle_lqgoi_27",
@@ -2170,31 +2349,122 @@ var oi = {
2170
2349
  };
2171
2350
  //#endregion
2172
2351
  //#region src/components/Radio/Radio.tsx
2173
- function si({ label: e, className: t, id: n, ref: r, ...i }) {
2174
- let a = n ?? `radio-${i.value}`;
2352
+ function gi({ label: e, className: t, id: n, ref: r, "data-testid": i, ...a }) {
2353
+ let o = n ?? `radio-${a.value}`;
2175
2354
  return /* @__PURE__ */ u("label", {
2176
- className: [oi.wrapper, t].filter(Boolean).join(" "),
2177
- htmlFor: a,
2355
+ className: [hi.wrapper, t].filter(Boolean).join(" "),
2356
+ htmlFor: o,
2357
+ "data-testid": i,
2178
2358
  children: [
2179
2359
  /* @__PURE__ */ l("input", {
2180
2360
  ref: r,
2181
2361
  type: "radio",
2182
- id: a,
2183
- className: oi.input,
2184
- ...i
2362
+ id: o,
2363
+ className: hi.input,
2364
+ ...a
2185
2365
  }),
2186
2366
  /* @__PURE__ */ l("span", {
2187
- className: oi.circle,
2367
+ className: hi.circle,
2188
2368
  "aria-hidden": "true"
2189
2369
  }),
2190
2370
  e && /* @__PURE__ */ l("span", {
2191
- className: oi.label,
2371
+ className: hi.label,
2192
2372
  children: e
2193
2373
  })
2194
2374
  ]
2195
2375
  });
2196
2376
  }
2377
+ var _i = {
2378
+ root: "_root_fxapc_2",
2379
+ srOnly: "_srOnly_fxapc_8",
2380
+ input: "_input_fxapc_20",
2381
+ clearButton: "_clearButton_fxapc_77"
2382
+ };
2383
+ //#endregion
2384
+ //#region src/components/SearchInput/SearchInput.tsx
2385
+ function vi({ value: e, onChange: t, onClear: n, placeholder: r, label: a, id: s, disabled: c = !1, clearLabel: d = "Limpiar búsqueda", className: f, inputProps: p, "data-testid": m }) {
2386
+ let h = i(), g = s ?? h, _ = o(null);
2387
+ function v() {
2388
+ n ? n() : t(""), _.current?.focus();
2389
+ }
2390
+ return /* @__PURE__ */ u("div", {
2391
+ className: [_i.root, f].filter(Boolean).join(" "),
2392
+ "data-testid": m,
2393
+ children: [
2394
+ /* @__PURE__ */ l("label", {
2395
+ htmlFor: g,
2396
+ className: _i.srOnly,
2397
+ children: a
2398
+ }),
2399
+ /* @__PURE__ */ l("input", {
2400
+ ...p,
2401
+ ref: _,
2402
+ id: g,
2403
+ type: "search",
2404
+ className: _i.input,
2405
+ value: e,
2406
+ onChange: (e) => t(e.target.value),
2407
+ placeholder: r,
2408
+ disabled: c
2409
+ }),
2410
+ e.length > 0 && /* @__PURE__ */ l("button", {
2411
+ type: "button",
2412
+ className: _i.clearButton,
2413
+ "aria-label": d,
2414
+ disabled: c,
2415
+ onClick: v,
2416
+ children: /* @__PURE__ */ l(F, {
2417
+ name: "close-outline",
2418
+ size: 16,
2419
+ "aria-hidden": "true"
2420
+ })
2421
+ })
2422
+ ]
2423
+ });
2424
+ }
2197
2425
  var Y = {
2426
+ root: "_root_1nkx3_2",
2427
+ content: "_content_1nkx3_9",
2428
+ iconWrap: "_iconWrap_1nkx3_16",
2429
+ text: "_text_1nkx3_23",
2430
+ title: "_title_1nkx3_30",
2431
+ description: "_description_1nkx3_38",
2432
+ actions: "_actions_1nkx3_45"
2433
+ };
2434
+ //#endregion
2435
+ //#region src/components/SectionHeader/SectionHeader.tsx
2436
+ function yi({ title: e, description: t, icon: n, iconSize: r = 32, headingLevel: i = 2, actions: a, className: o, "data-testid": s }) {
2437
+ let c = `h${i}`;
2438
+ return /* @__PURE__ */ u("header", {
2439
+ className: [Y.root, o].filter(Boolean).join(" "),
2440
+ "data-testid": s,
2441
+ children: [/* @__PURE__ */ u("div", {
2442
+ className: Y.content,
2443
+ children: [n && /* @__PURE__ */ l("span", {
2444
+ className: Y.iconWrap,
2445
+ "aria-hidden": "true",
2446
+ children: /* @__PURE__ */ l(F, {
2447
+ name: n,
2448
+ size: r,
2449
+ "aria-hidden": "true"
2450
+ })
2451
+ }), /* @__PURE__ */ u("div", {
2452
+ className: Y.text,
2453
+ children: [/* @__PURE__ */ l(c, {
2454
+ className: Y.title,
2455
+ children: e
2456
+ }), t && /* @__PURE__ */ l("p", {
2457
+ className: Y.description,
2458
+ children: t
2459
+ })]
2460
+ })]
2461
+ }), a && /* @__PURE__ */ l("div", {
2462
+ className: Y.actions,
2463
+ children: a
2464
+ })]
2465
+ });
2466
+ }
2467
+ var X = {
2198
2468
  select: "_select_yvx76_2",
2199
2469
  trigger: "_trigger_yvx76_7",
2200
2470
  value: "_value_yvx76_61",
@@ -2207,7 +2477,7 @@ var Y = {
2207
2477
  };
2208
2478
  //#endregion
2209
2479
  //#region src/components/Select/Select.tsx
2210
- function ci({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar...", searchable: c = !1, searchPlaceholder: d = "Buscar...", noResultsText: f = "Sin resultados", disabled: p, error: m, name: h, "data-testid": g }) {
2480
+ function bi({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar...", searchable: c = !1, searchPlaceholder: d = "Buscar...", noResultsText: f = "Sin resultados", disabled: p, error: m, name: h, "data-testid": g }) {
2211
2481
  let [_, v] = s(!1), [y, b] = s(""), x = o(null), S = o(null), C = e.find((e) => e.value === t), w = c ? e.filter((e) => e.label.toLowerCase().includes(y.toLowerCase())) : e, T = n(() => {
2212
2482
  v(!1), S.current?.focus();
2213
2483
  }, []);
@@ -2225,7 +2495,7 @@ function ci({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar..
2225
2495
  return document.addEventListener("keydown", e), () => document.removeEventListener("keydown", e);
2226
2496
  }, [_, T]), /* @__PURE__ */ u("div", {
2227
2497
  ref: x,
2228
- className: Y.select,
2498
+ className: X.select,
2229
2499
  "data-open": _ || void 0,
2230
2500
  "data-error": m || void 0,
2231
2501
  "data-disabled": p || void 0,
@@ -2239,27 +2509,27 @@ function ci({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar..
2239
2509
  /* @__PURE__ */ u("button", {
2240
2510
  ref: S,
2241
2511
  type: "button",
2242
- className: Y.trigger,
2512
+ className: X.trigger,
2243
2513
  onClick: () => !p && v(!_),
2244
2514
  "aria-haspopup": "listbox",
2245
2515
  "aria-expanded": _,
2246
2516
  disabled: p,
2247
2517
  children: [/* @__PURE__ */ l("span", {
2248
- className: C ? Y.value : Y.placeholder,
2518
+ className: C ? X.value : X.placeholder,
2249
2519
  children: C?.label ?? a
2250
2520
  }), /* @__PURE__ */ l("span", {
2251
- className: Y.chevron,
2521
+ className: X.chevron,
2252
2522
  "aria-hidden": "true",
2253
2523
  children: "▾"
2254
2524
  })]
2255
2525
  }),
2256
2526
  _ && /* @__PURE__ */ u("div", {
2257
- className: Y.dropdown,
2527
+ className: X.dropdown,
2258
2528
  role: "listbox",
2259
2529
  children: [
2260
2530
  c && /* @__PURE__ */ l("input", {
2261
2531
  type: "text",
2262
- className: Y.search,
2532
+ className: X.search,
2263
2533
  placeholder: d,
2264
2534
  "aria-label": d,
2265
2535
  value: y,
@@ -2270,7 +2540,7 @@ function ci({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar..
2270
2540
  type: "button",
2271
2541
  role: "option",
2272
2542
  "aria-selected": e.value === t,
2273
- className: Y.option,
2543
+ className: X.option,
2274
2544
  "data-selected": e.value === t || void 0,
2275
2545
  disabled: e.disabled,
2276
2546
  onClick: () => {
@@ -2279,7 +2549,7 @@ function ci({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar..
2279
2549
  children: e.label
2280
2550
  }, e.value)),
2281
2551
  w.length === 0 && /* @__PURE__ */ l("div", {
2282
- className: Y.noResults,
2552
+ className: X.noResults,
2283
2553
  children: f
2284
2554
  })
2285
2555
  ]
@@ -2287,41 +2557,41 @@ function ci({ options: e, value: t, onChange: i, placeholder: a = "Seleccionar..
2287
2557
  ]
2288
2558
  });
2289
2559
  }
2290
- var li = {
2560
+ var xi = {
2291
2561
  backdrop: "_backdrop_e6k21_2",
2292
2562
  sidebar: "_sidebar_e6k21_19"
2293
2563
  };
2294
2564
  //#endregion
2295
2565
  //#region src/components/Sidebar/Sidebar.tsx
2296
- function ui({ isOpen: e, onClose: t, isPinLocked: n = !1, isModal: r = !1, children: i }) {
2566
+ function Si({ isOpen: e, onClose: t, isPinLocked: n = !1, isModal: r = !1, children: i }) {
2297
2567
  return n || r ? null : /* @__PURE__ */ u(c, { children: [/* @__PURE__ */ l("div", {
2298
- className: li.backdrop,
2568
+ className: xi.backdrop,
2299
2569
  "data-open": e,
2300
2570
  "data-testid": "sidebar-backdrop",
2301
2571
  onClick: t,
2302
2572
  role: "presentation",
2303
2573
  "aria-hidden": "true"
2304
2574
  }), /* @__PURE__ */ l("nav", {
2305
- className: li.sidebar,
2575
+ className: xi.sidebar,
2306
2576
  "data-open": e,
2307
2577
  "aria-label": "Menú principal",
2308
2578
  children: i
2309
2579
  })] });
2310
2580
  }
2311
- var di = {
2581
+ var Ci = {
2312
2582
  item: "_item_1twlt_2",
2313
2583
  active: "_active_1twlt_33"
2314
- }, fi = di.item, pi = di.active;
2315
- function mi({ label: e, isActive: t = !1, className: n, type: r = "button", ...i }) {
2584
+ }, wi = Ci.item, Ti = Ci.active;
2585
+ function Ei({ label: e, isActive: t = !1, className: n, type: r = "button", ...i }) {
2316
2586
  return /* @__PURE__ */ l("button", {
2317
2587
  type: r,
2318
- className: I(di.item, t && di.active, n),
2588
+ className: I(Ci.item, t && Ci.active, n),
2319
2589
  "data-active": t || void 0,
2320
2590
  ...i,
2321
2591
  children: e
2322
2592
  });
2323
2593
  }
2324
- var X = {
2594
+ var Z = {
2325
2595
  section: "_section_gn76y_2",
2326
2596
  trigger: "_trigger_gn76y_7",
2327
2597
  icon: "_icon_gn76y_44",
@@ -2333,60 +2603,119 @@ var X = {
2333
2603
  };
2334
2604
  //#endregion
2335
2605
  //#region src/components/SidebarNavSection/SidebarNavSection.tsx
2336
- function hi({ title: e, icon: t, titleSuffix: n, defaultOpen: r = !1, isActive: i = !1, className: a, children: o }) {
2337
- let [c, d] = s(r);
2606
+ function Di({ title: e, icon: t, titleSuffix: n, defaultOpen: r = !1, isActive: i = !1, className: a, children: o, "data-testid": c }) {
2607
+ let [d, f] = s(r);
2338
2608
  return /* @__PURE__ */ u("div", {
2339
- className: I(X.section, a),
2609
+ className: I(Z.section, a),
2610
+ "data-testid": c,
2340
2611
  children: [/* @__PURE__ */ u("button", {
2341
2612
  type: "button",
2342
- className: X.trigger,
2343
- "data-open": c || void 0,
2613
+ className: Z.trigger,
2614
+ "data-open": d || void 0,
2344
2615
  "data-active": i || void 0,
2345
- onClick: () => d((e) => !e),
2346
- "aria-expanded": c,
2616
+ onClick: () => f((e) => !e),
2617
+ "aria-expanded": d,
2347
2618
  children: [
2348
2619
  t && /* @__PURE__ */ l("span", {
2349
- className: X.icon,
2620
+ className: Z.icon,
2350
2621
  "aria-hidden": "true",
2351
2622
  children: t
2352
2623
  }),
2353
2624
  /* @__PURE__ */ l("span", {
2354
- className: X.title,
2625
+ className: Z.title,
2355
2626
  children: e
2356
2627
  }),
2357
2628
  n && /* @__PURE__ */ l("span", {
2358
- className: X.suffix,
2629
+ className: Z.suffix,
2359
2630
  "aria-hidden": "true",
2360
2631
  children: n
2361
2632
  }),
2362
2633
  /* @__PURE__ */ l("span", {
2363
- className: X.chevron,
2634
+ className: Z.chevron,
2364
2635
  "aria-hidden": "true"
2365
2636
  })
2366
2637
  ]
2367
2638
  }), /* @__PURE__ */ l("div", {
2368
- className: X.content,
2369
- "data-open": c || void 0,
2370
- inert: !c || void 0,
2639
+ className: Z.content,
2640
+ "data-open": d || void 0,
2641
+ inert: !d || void 0,
2371
2642
  children: /* @__PURE__ */ l("div", {
2372
- className: X.inner,
2643
+ className: Z.inner,
2373
2644
  children: o
2374
2645
  })
2375
2646
  })]
2376
2647
  });
2377
2648
  }
2378
- var gi = { tabbar: "_tabbar_qy5zr_2" };
2649
+ //#endregion
2650
+ //#region src/components/StatusBadge/StatusBadge.tsx
2651
+ function Oi({ status: e, labels: t, variants: n, fallbackLabel: r, fallbackVariant: i = "default", size: a, "data-testid": o }) {
2652
+ return /* @__PURE__ */ l(Fn, {
2653
+ variant: n[e] ?? i,
2654
+ size: a,
2655
+ "data-testid": o,
2656
+ children: t[e] ?? r ?? e
2657
+ });
2658
+ }
2659
+ var ki = {
2660
+ stepper: "_stepper_16r3t_2",
2661
+ button: "_button_16r3t_8",
2662
+ output: "_output_16r3t_46"
2663
+ };
2664
+ //#endregion
2665
+ //#region src/components/Stepper/Stepper.tsx
2666
+ function Ai({ value: e, onChange: t, min: n = 0, max: r = 2 ** 53 - 1, step: i = 1, disabled: a = !1, "aria-label": o, decrementLabel: s = "Disminuir", incrementLabel: c = "Aumentar", className: d, "data-testid": f }) {
2667
+ let p = a || e <= n, m = a || e >= r;
2668
+ return /* @__PURE__ */ u("div", {
2669
+ role: "group",
2670
+ "aria-label": o,
2671
+ className: [ki.stepper, d].filter(Boolean).join(" "),
2672
+ "data-testid": f,
2673
+ children: [
2674
+ /* @__PURE__ */ l("button", {
2675
+ type: "button",
2676
+ "aria-label": s,
2677
+ disabled: p,
2678
+ className: ki.button,
2679
+ onClick: () => t(Math.max(n, e - i)),
2680
+ children: /* @__PURE__ */ l(F, {
2681
+ name: "minus-filled",
2682
+ size: 20,
2683
+ "aria-hidden": "true"
2684
+ })
2685
+ }),
2686
+ /* @__PURE__ */ l("output", {
2687
+ className: ki.output,
2688
+ "aria-live": "polite",
2689
+ children: e
2690
+ }),
2691
+ /* @__PURE__ */ l("button", {
2692
+ type: "button",
2693
+ "aria-label": c,
2694
+ disabled: m,
2695
+ className: ki.button,
2696
+ onClick: () => t(Math.min(r, e + i)),
2697
+ children: /* @__PURE__ */ l(F, {
2698
+ name: "plus-filled",
2699
+ size: 20,
2700
+ "aria-hidden": "true"
2701
+ })
2702
+ })
2703
+ ]
2704
+ });
2705
+ }
2706
+ var ji = { tabbar: "_tabbar_qy5zr_2" };
2379
2707
  //#endregion
2380
2708
  //#region src/components/TabBar/TabBar.tsx
2381
- function _i({ variant: e = "default", children: t }) {
2709
+ function Mi({ variant: e = "default", children: t, "data-testid": n }) {
2382
2710
  return /* @__PURE__ */ l("div", {
2383
- className: gi.tabbar,
2711
+ className: ji.tabbar,
2384
2712
  role: "tablist",
2385
2713
  "data-variant": e,
2714
+ "data-testid": n,
2386
2715
  children: t
2387
2716
  });
2388
2717
  }
2389
- var vi = {
2718
+ var Ni = {
2390
2719
  tabs: "_tabs_zujvo_2",
2391
2720
  tabList: "_tabList_zujvo_8",
2392
2721
  tab: "_tab_zujvo_2",
@@ -2394,164 +2723,170 @@ var vi = {
2394
2723
  };
2395
2724
  //#endregion
2396
2725
  //#region src/components/Tabs/Tabs.tsx
2397
- function yi({ items: e, defaultTab: t, activeTab: n, "aria-label": r, onChange: i }) {
2398
- let [a, c] = s(t ?? e[0]?.id ?? ""), d = n !== void 0, f = d ? n : a, p = o(/* @__PURE__ */ new Map()), m = o(d);
2399
- process.env.NODE_ENV !== "production" && m.current !== d && console.error("Tabs: `activeTab` prop changed from %s to %s. A component cannot switch between controlled and uncontrolled modes.", m.current ? "controlled" : "uncontrolled", d ? "controlled" : "uncontrolled");
2400
- let h = (e) => {
2401
- d || c(e), i?.(e);
2402
- }, g = (t, n) => {
2726
+ function Pi({ items: e, defaultTab: t, activeTab: n, "aria-label": r, onChange: i, "data-testid": a }) {
2727
+ let [c, d] = s(t ?? e[0]?.id ?? ""), f = n !== void 0, p = f ? n : c, m = o(/* @__PURE__ */ new Map()), h = o(f);
2728
+ process.env.NODE_ENV !== "production" && h.current !== f && console.error("Tabs: `activeTab` prop changed from %s to %s. A component cannot switch between controlled and uncontrolled modes.", h.current ? "controlled" : "uncontrolled", f ? "controlled" : "uncontrolled");
2729
+ let g = (e) => {
2730
+ f || d(e), i?.(e);
2731
+ }, _ = (t, n) => {
2403
2732
  let r = e.filter((e) => !e.disabled).map((e) => e.id), i = r.indexOf(e[n]?.id ?? ""), a;
2404
- t.key === "ArrowRight" ? (t.preventDefault(), a = r[(i + 1) % r.length]) : t.key === "ArrowLeft" ? (t.preventDefault(), a = r[(i - 1 + r.length) % r.length]) : t.key === "Home" ? (t.preventDefault(), a = r[0]) : t.key === "End" && (t.preventDefault(), a = r[r.length - 1]), a && (h(a), p.current.get(a)?.focus());
2405
- }, _ = e.find((e) => e.id === f)?.content;
2733
+ t.key === "ArrowRight" ? (t.preventDefault(), a = r[(i + 1) % r.length]) : t.key === "ArrowLeft" ? (t.preventDefault(), a = r[(i - 1 + r.length) % r.length]) : t.key === "Home" ? (t.preventDefault(), a = r[0]) : t.key === "End" && (t.preventDefault(), a = r[r.length - 1]), a && (g(a), m.current.get(a)?.focus());
2734
+ }, v = e.find((e) => e.id === p)?.content;
2406
2735
  return /* @__PURE__ */ u("div", {
2407
- className: vi.tabs,
2736
+ className: Ni.tabs,
2737
+ "data-testid": a,
2408
2738
  children: [/* @__PURE__ */ l("div", {
2409
- className: vi.tabList,
2739
+ className: Ni.tabList,
2410
2740
  role: "tablist",
2411
2741
  "aria-label": r,
2412
2742
  children: e.map((e, t) => /* @__PURE__ */ l("button", {
2413
2743
  ref: (t) => {
2414
- t ? p.current.set(e.id, t) : p.current.delete(e.id);
2744
+ t ? m.current.set(e.id, t) : m.current.delete(e.id);
2415
2745
  },
2416
2746
  type: "button",
2417
2747
  role: "tab",
2418
- "aria-selected": e.id === f,
2419
- "aria-controls": _ == null ? void 0 : `panel-${f}`,
2748
+ "aria-selected": e.id === p,
2749
+ "aria-controls": v == null ? void 0 : `panel-${p}`,
2420
2750
  id: `tab-${e.id}`,
2421
- className: vi.tab,
2422
- "data-active": e.id === f || void 0,
2751
+ className: Ni.tab,
2752
+ "data-active": e.id === p || void 0,
2423
2753
  disabled: e.disabled,
2424
- tabIndex: e.id === f ? 0 : -1,
2425
- onClick: () => !e.disabled && h(e.id),
2426
- onKeyDown: (e) => g(e, t),
2754
+ tabIndex: e.id === p ? 0 : -1,
2755
+ onClick: () => !e.disabled && g(e.id),
2756
+ onKeyDown: (e) => _(e, t),
2427
2757
  children: e.label
2428
2758
  }, e.id))
2429
- }), _ != null && /* @__PURE__ */ l("div", {
2759
+ }), v != null && /* @__PURE__ */ l("div", {
2430
2760
  role: "tabpanel",
2431
- id: `panel-${f}`,
2432
- "aria-labelledby": `tab-${f}`,
2433
- className: vi.panel,
2434
- children: _
2761
+ id: `panel-${p}`,
2762
+ "aria-labelledby": `tab-${p}`,
2763
+ className: Ni.panel,
2764
+ children: v
2435
2765
  })]
2436
2766
  });
2437
2767
  }
2438
- var bi = { textarea: "_textarea_1vuas_2" };
2768
+ var Fi = { textarea: "_textarea_1vuas_2" };
2439
2769
  //#endregion
2440
2770
  //#region src/components/Textarea/Textarea.tsx
2441
- function xi({ error: e, className: t, rows: n = 3, ref: r, ...i }) {
2771
+ function Ii({ error: e, className: t, rows: n = 3, ref: r, ...i }) {
2442
2772
  return /* @__PURE__ */ l("textarea", {
2443
2773
  ref: r,
2444
2774
  rows: n,
2445
- className: [bi.textarea, t].filter(Boolean).join(" "),
2775
+ className: [Fi.textarea, t].filter(Boolean).join(" "),
2446
2776
  "data-error": e ? "" : void 0,
2447
2777
  "aria-invalid": e || void 0,
2448
2778
  ...i
2449
2779
  });
2450
2780
  }
2451
- var Si = {
2452
- wrapper: "_wrapper_1h7g7_2",
2453
- input: "_input_1h7g7_7",
2454
- toggleButton: "_toggleButton_1h7g7_12"
2455
- }, Ci = t(function({ error: e = !1, showPasswordToggle: t = !1, size: n = "medium", className: r, type: i, ...a }, o) {
2456
- let [c, d] = s(!1), f = i === "password", p = f && c ? "text" : i, m = /* @__PURE__ */ l("input", {
2457
- ref: o,
2458
- className: [Si.input, !t && r].filter(Boolean).join(" "),
2781
+ var Li = {
2782
+ wrapper: "_wrapper_15b6s_2",
2783
+ input: "_input_15b6s_7",
2784
+ toggleButton: "_toggleButton_15b6s_12"
2785
+ }, Ri = t(function({ error: e = !1, showPasswordToggle: t = !1, size: n = "medium", className: r, type: i, "data-testid": a, ...o }, c) {
2786
+ let [d, f] = s(!1), p = i === "password", m = p && d ? "text" : i, h = p && t, g = /* @__PURE__ */ l("input", {
2787
+ ref: c,
2788
+ className: [Li.input, !h && r].filter(Boolean).join(" "),
2459
2789
  "data-error": e ? "" : void 0,
2460
2790
  "data-size": n,
2461
2791
  "aria-invalid": e || void 0,
2462
- type: p,
2463
- ...a
2792
+ type: m,
2793
+ "data-testid": h ? void 0 : a,
2794
+ ...o
2464
2795
  });
2465
- return f && t ? /* @__PURE__ */ u("div", {
2466
- className: [Si.wrapper, r].filter(Boolean).join(" "),
2796
+ return h ? /* @__PURE__ */ u("div", {
2797
+ className: [Li.wrapper, r].filter(Boolean).join(" "),
2467
2798
  "data-error": e ? "" : void 0,
2468
2799
  "data-size": n,
2469
- children: [m, /* @__PURE__ */ l("button", {
2800
+ "data-testid": a,
2801
+ children: [g, /* @__PURE__ */ l("button", {
2470
2802
  type: "button",
2471
- className: Si.toggleButton,
2472
- "aria-label": c ? "Ocultar contraseña" : "Mostrar contraseña",
2473
- "aria-pressed": c,
2474
- disabled: a.disabled,
2475
- onClick: () => d((e) => !e),
2803
+ className: Li.toggleButton,
2804
+ "aria-label": d ? "Ocultar contraseña" : "Mostrar contraseña",
2805
+ "aria-pressed": d,
2806
+ disabled: o.disabled,
2807
+ onClick: () => f((e) => !e),
2476
2808
  children: /* @__PURE__ */ l(F, {
2477
- name: c ? "eye-open-outline" : "eye-closed-outline",
2809
+ name: d ? "eye-open-outline" : "eye-closed-outline",
2478
2810
  size: 18,
2479
2811
  "aria-hidden": "true"
2480
2812
  })
2481
2813
  })]
2482
- }) : m;
2814
+ }) : g;
2483
2815
  });
2484
2816
  //#endregion
2485
2817
  //#region src/components/ThemeGate/ThemeGate.tsx
2486
- function wi({ theme: e, children: t, className: n }) {
2818
+ function zi({ theme: e, children: t, className: n, "data-testid": r }) {
2487
2819
  return /* @__PURE__ */ l("div", {
2488
2820
  "data-theme": e,
2489
2821
  className: n,
2822
+ "data-testid": r,
2490
2823
  children: t
2491
2824
  });
2492
2825
  }
2493
- var Ti = {
2826
+ var Bi = {
2494
2827
  container: "_container_18wzq_2",
2495
2828
  toast: "_toast_18wzq_22",
2496
2829
  "ds-toast-enter": "_ds-toast-enter_18wzq_1",
2497
2830
  toastMessage: "_toastMessage_18wzq_61",
2498
2831
  dismissButton: "_dismissButton_18wzq_65"
2499
- }, Z = [], Ei = /* @__PURE__ */ new Set(), Di = 0;
2500
- function Oi() {
2501
- for (let e of Ei) e([...Z]);
2832
+ }, Vi = [], Hi = /* @__PURE__ */ new Set(), Ui = 0;
2833
+ function Wi() {
2834
+ for (let e of Hi) e([...Vi]);
2502
2835
  }
2503
- function ki(e) {
2504
- let t = `toast-${++Di}-${Date.now()}`;
2505
- return Z = [...Z, {
2836
+ function Gi(e) {
2837
+ let t = `toast-${++Ui}-${Date.now()}`;
2838
+ return Vi = [...Vi, {
2506
2839
  id: t,
2507
2840
  message: e.message,
2508
2841
  variant: e.variant ?? "info",
2509
2842
  duration: e.duration,
2510
- dismissible: e.dismissible
2511
- }], Oi(), t;
2843
+ dismissible: e.dismissible,
2844
+ "data-testid": e["data-testid"]
2845
+ }], Wi(), t;
2512
2846
  }
2513
- function Ai(e) {
2514
- Z = Z.filter((t) => t.id !== e), Oi();
2847
+ function Ki(e) {
2848
+ Vi = Vi.filter((t) => t.id !== e), Wi();
2515
2849
  }
2516
- function ji() {
2517
- let [e, t] = s(Z), i = o(!0);
2850
+ function qi() {
2851
+ let [e, t] = s(Vi), i = o(!0);
2518
2852
  return r(() => {
2519
2853
  i.current = !0;
2520
2854
  let e = (e) => {
2521
2855
  i.current && t(e);
2522
2856
  };
2523
- return Ei.add(e), () => {
2524
- i.current = !1, Ei.delete(e);
2857
+ return Hi.add(e), () => {
2858
+ i.current = !1, Hi.delete(e);
2525
2859
  };
2526
2860
  }, []), {
2527
2861
  toasts: e,
2528
- addToast: n((e) => ki(e), []),
2529
- dismissToast: n((e) => Ai(e), [])
2862
+ addToast: n((e) => Gi(e), []),
2863
+ dismissToast: n((e) => Ki(e), [])
2530
2864
  };
2531
2865
  }
2532
2866
  //#endregion
2533
2867
  //#region src/components/Toast/Toast.tsx
2534
- function Mi({ toast: e, onDismiss: t, dismissLabel: n = "Cerrar notificación" }) {
2535
- let { id: i, message: a, variant: s, duration: c = 4e3, dismissible: d = !0 } = e, f = o(void 0);
2536
- return r(() => (f.current = setTimeout(() => {
2868
+ function Ji({ toast: e, onDismiss: t, dismissLabel: n = "Cerrar notificación" }) {
2869
+ let { id: i, message: a, variant: s, duration: c = 4e3, dismissible: d = !0, "data-testid": f } = e, p = o(void 0);
2870
+ return r(() => (p.current = setTimeout(() => {
2537
2871
  t(i);
2538
2872
  }, c), () => {
2539
- f.current && clearTimeout(f.current);
2873
+ p.current && clearTimeout(p.current);
2540
2874
  }), [
2541
2875
  i,
2542
2876
  c,
2543
2877
  t
2544
2878
  ]), /* @__PURE__ */ u("div", {
2545
- className: Ti.toast,
2879
+ className: Bi.toast,
2546
2880
  "data-variant": s,
2547
2881
  role: s === "error" || s === "warning" ? "alert" : "status",
2548
2882
  "aria-atomic": "true",
2883
+ "data-testid": f,
2549
2884
  children: [/* @__PURE__ */ l("span", {
2550
- className: Ti.toastMessage,
2885
+ className: Bi.toastMessage,
2551
2886
  children: a
2552
2887
  }), d && /* @__PURE__ */ l("button", {
2553
2888
  type: "button",
2554
- className: Ti.dismissButton,
2889
+ className: Bi.dismissButton,
2555
2890
  onClick: () => t(i),
2556
2891
  "aria-label": n,
2557
2892
  children: /* @__PURE__ */ l("svg", {
@@ -2569,19 +2904,19 @@ function Mi({ toast: e, onDismiss: t, dismissLabel: n = "Cerrar notificación" }
2569
2904
  })]
2570
2905
  });
2571
2906
  }
2572
- function Ni({ notificationsLabel: e = "Notificaciones", dismissLabel: t }) {
2573
- let { toasts: n, dismissToast: r } = ji();
2907
+ function Yi({ notificationsLabel: e = "Notificaciones", dismissLabel: t }) {
2908
+ let { toasts: n, dismissToast: r } = qi();
2574
2909
  return typeof document > "u" ? null : k(/* @__PURE__ */ l("section", {
2575
- className: Ti.container,
2910
+ className: Bi.container,
2576
2911
  "aria-label": e,
2577
- children: n.map((e) => /* @__PURE__ */ l(Mi, {
2912
+ children: n.map((e) => /* @__PURE__ */ l(Ji, {
2578
2913
  toast: e,
2579
2914
  onDismiss: r,
2580
2915
  dismissLabel: t
2581
2916
  }, e.id))
2582
2917
  }), document.body);
2583
2918
  }
2584
- var Pi = {
2919
+ var Xi = {
2585
2920
  wrapper: "_wrapper_1hq4w_2",
2586
2921
  input: "_input_1hq4w_9",
2587
2922
  track: "_track_1hq4w_29",
@@ -2590,82 +2925,84 @@ var Pi = {
2590
2925
  };
2591
2926
  //#endregion
2592
2927
  //#region src/components/Toggle/Toggle.tsx
2593
- function Fi({ label: e, size: t = "medium", className: n, id: r, ref: i, ...a }) {
2594
- let o = r ?? `toggle-${String(e ?? "").toLowerCase().replace(/\s+/g, "-")}`;
2928
+ function Zi({ label: e, size: t = "medium", className: n, id: r, ref: i, "data-testid": a, ...o }) {
2929
+ let s = r ?? `toggle-${String(e ?? "").toLowerCase().replace(/\s+/g, "-")}`;
2595
2930
  return /* @__PURE__ */ u("label", {
2596
- className: Pi.wrapper,
2931
+ className: Xi.wrapper,
2597
2932
  "data-size": t,
2598
- htmlFor: o,
2933
+ htmlFor: s,
2934
+ "data-testid": a,
2599
2935
  children: [
2600
2936
  /* @__PURE__ */ l("input", {
2601
2937
  ref: i,
2602
2938
  type: "checkbox",
2603
2939
  role: "switch",
2604
- "aria-checked": a.checked ?? !1,
2605
- id: o,
2606
- className: Pi.input,
2607
- ...a
2940
+ "aria-checked": o.checked ?? !1,
2941
+ id: s,
2942
+ className: Xi.input,
2943
+ ...o
2608
2944
  }),
2609
2945
  /* @__PURE__ */ l("span", {
2610
- className: Pi.track,
2946
+ className: Xi.track,
2611
2947
  "aria-hidden": "true",
2612
- children: /* @__PURE__ */ l("span", { className: Pi.thumb })
2948
+ children: /* @__PURE__ */ l("span", { className: Xi.thumb })
2613
2949
  }),
2614
2950
  e && /* @__PURE__ */ l("span", {
2615
- className: Pi.label,
2951
+ className: Xi.label,
2616
2952
  children: e
2617
2953
  })
2618
2954
  ]
2619
2955
  });
2620
2956
  }
2621
- var Ii = {
2957
+ var Qi = {
2622
2958
  trigger: "_trigger_wx3tb_2",
2623
2959
  tooltip: "_tooltip_wx3tb_7"
2624
- }, Li = 8;
2625
- function Ri(e, t) {
2960
+ }, $i = 8;
2961
+ function ea(e, t) {
2626
2962
  switch (t) {
2627
2963
  case "top": return {
2628
- top: e.top - Li,
2964
+ top: e.top - $i,
2629
2965
  left: e.left + e.width / 2
2630
2966
  };
2631
2967
  case "bottom": return {
2632
- top: e.bottom + Li,
2968
+ top: e.bottom + $i,
2633
2969
  left: e.left + e.width / 2
2634
2970
  };
2635
2971
  case "left": return {
2636
2972
  top: e.top + e.height / 2,
2637
- left: e.left - Li
2973
+ left: e.left - $i
2638
2974
  };
2639
2975
  case "right": return {
2640
2976
  top: e.top + e.height / 2,
2641
- left: e.right + Li
2977
+ left: e.right + $i
2642
2978
  };
2643
2979
  }
2644
2980
  }
2645
- function zi({ content: e, children: t, placement: r = "top" }) {
2646
- let [a, d] = s(!1), [f, p] = s({
2981
+ function ta({ content: e, children: t, placement: r = "top", "data-testid": a }) {
2982
+ let [d, f] = s(!1), [p, m] = s({
2647
2983
  top: 0,
2648
2984
  left: 0
2649
- }), m = o(null), h = i(), g = n(() => {
2650
- m.current && (p(Ri(m.current.getBoundingClientRect(), r)), d(!0));
2651
- }, [r]), _ = n(() => d(!1), []);
2985
+ }), h = o(null), g = i(), _ = n(() => {
2986
+ h.current && (m(ea(h.current.getBoundingClientRect(), r)), f(!0));
2987
+ }, [r]), v = n(() => f(!1), []);
2652
2988
  return /* @__PURE__ */ u(c, { children: [/* @__PURE__ */ l("span", {
2653
- ref: m,
2654
- className: Ii.trigger,
2655
- "aria-describedby": a ? h : void 0,
2656
- onMouseEnter: g,
2657
- onMouseLeave: _,
2658
- onFocus: g,
2659
- onBlur: _,
2989
+ ref: h,
2990
+ className: Qi.trigger,
2991
+ "aria-describedby": d ? g : void 0,
2992
+ onMouseEnter: _,
2993
+ onMouseLeave: v,
2994
+ onFocus: _,
2995
+ onBlur: v,
2996
+ "data-testid": a,
2660
2997
  children: t
2661
- }), a && typeof document < "u" && k(/* @__PURE__ */ l("div", {
2662
- id: h,
2998
+ }), d && typeof document < "u" && k(/* @__PURE__ */ l("div", {
2999
+ id: g,
2663
3000
  role: "tooltip",
2664
- className: Ii.tooltip,
3001
+ className: Qi.tooltip,
2665
3002
  "data-placement": r,
2666
3003
  style: {
2667
- top: f.top,
2668
- left: f.left
3004
+ top: p.top,
3005
+ left: p.left
2669
3006
  },
2670
3007
  children: e
2671
3008
  }), document.body)] });
@@ -2688,26 +3025,26 @@ var Q = {
2688
3025
  function $(e) {
2689
3026
  return e ? "" : void 0;
2690
3027
  }
2691
- function Bi(e) {
3028
+ function na(e) {
2692
3029
  return [
2693
3030
  "INPUT",
2694
3031
  "TEXTAREA",
2695
3032
  "SELECT"
2696
3033
  ].includes(e.tagName) || e.isContentEditable;
2697
3034
  }
2698
- function Vi(e, t, n) {
3035
+ function ra(e, t, n) {
2699
3036
  return e === "ArrowRight" ? t && !n : e === "ArrowLeft" ? t && n : !1;
2700
3037
  }
2701
- function Hi(e, t, n, r, i, a, o) {
2702
- if (!(t.disabled || Bi(e.target))) {
3038
+ function ia(e, t, n, r, i, a, o) {
3039
+ if (!(t.disabled || na(e.target))) {
2703
3040
  if (e.key === "Enter" || e.key === " ") {
2704
3041
  e.preventDefault(), n ? a(t.id) : i && o(t.id);
2705
3042
  return;
2706
3043
  }
2707
- Vi(e.key, n, r) && (e.preventDefault(), a(t.id));
3044
+ ra(e.key, n, r) && (e.preventDefault(), a(t.id));
2708
3045
  }
2709
3046
  }
2710
- function Ui(e, t, n, r, i, a, o, s, c) {
3047
+ function aa(e, t, n, r, i, a, o, s, c) {
2711
3048
  return {
2712
3049
  handleDragStart(n) {
2713
3050
  if (!r.current) {
@@ -2751,9 +3088,9 @@ function Ui(e, t, n, r, i, a, o, s, c) {
2751
3088
  }
2752
3089
  };
2753
3090
  }
2754
- function Wi({ item: e, level: t, selectable: n, selected: r, prefixSlot: i, labelSlot: a, metaSlot: o, suffixSlot: s, onToggleSelect: d }) {
3091
+ function oa({ item: e, level: t, selectable: n, selected: r, prefixSlot: i, labelSlot: a, metaSlot: o, suffixSlot: s, onToggleSelect: d }) {
2755
3092
  return /* @__PURE__ */ u(c, { children: [
2756
- n && /* @__PURE__ */ l(Un, {
3093
+ n && /* @__PURE__ */ l(qn, {
2757
3094
  checked: r,
2758
3095
  disabled: e.disabled,
2759
3096
  className: Q.checkbox,
@@ -2777,8 +3114,8 @@ function Wi({ item: e, level: t, selectable: n, selected: r, prefixSlot: i, labe
2777
3114
  })
2778
3115
  ] });
2779
3116
  }
2780
- function Gi({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggable: i = !1, selectable: a = !1, hasChildren: s = !1, indentSize: c = 24, parentId: d = null, bordered: f = !1, flatIndex: p = 0, striped: m = !1, onToggleExpand: h, onToggleSelect: g, onDragStart: _, onDragEnd: v, onDragOver: y, onDragLeave: b, onDrop: x, children: S, "data-testid": C, labelSlot: w, metaSlot: T, prefixSlot: E, suffixSlot: D }) {
2781
- let O = o(!1), k = (t) => Hi(t, e, s, n, a, h, g), A = Ui(e, d, i, O, _, v, y, b, x);
3117
+ function sa({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggable: i = !1, selectable: a = !1, hasChildren: s = !1, indentSize: c = 24, parentId: d = null, bordered: f = !1, flatIndex: p = 0, striped: m = !1, onToggleExpand: h, onToggleSelect: g, onDragStart: _, onDragEnd: v, onDragOver: y, onDragLeave: b, onDrop: x, children: S, "data-testid": C, labelSlot: w, metaSlot: T, prefixSlot: E, suffixSlot: D }) {
3118
+ let O = o(!1), k = (t) => ia(t, e, s, n, a, h, g), A = aa(e, d, i, O, _, v, y, b, x);
2782
3119
  return /* @__PURE__ */ u("div", {
2783
3120
  className: Q.treeItem,
2784
3121
  style: { "--tree-item-indent": `${t * c}px` },
@@ -2829,7 +3166,7 @@ function Gi({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggab
2829
3166
  className: Q.indent,
2830
3167
  "aria-hidden": "true"
2831
3168
  }),
2832
- /* @__PURE__ */ l(Wi, {
3169
+ /* @__PURE__ */ l(oa, {
2833
3170
  item: e,
2834
3171
  level: t,
2835
3172
  selectable: a,
@@ -2865,31 +3202,31 @@ function Gi({ item: e, level: t = 0, expanded: n = !1, selected: r = !1, draggab
2865
3202
  })]
2866
3203
  });
2867
3204
  }
2868
- var Ki = { treeList: "_treeList_trryv_2" };
3205
+ var ca = { treeList: "_treeList_trryv_2" };
2869
3206
  //#endregion
2870
3207
  //#region src/components/TreeList/TreeList.tsx
2871
- function qi(e, t) {
3208
+ function la(e, t) {
2872
3209
  for (let n of e) {
2873
3210
  if (n.id === t) return n;
2874
3211
  if (n.children) {
2875
- let e = qi(n.children, t);
3212
+ let e = la(n.children, t);
2876
3213
  if (e) return e;
2877
3214
  }
2878
3215
  }
2879
3216
  return null;
2880
3217
  }
2881
- function Ji(e, t) {
3218
+ function ua(e, t) {
2882
3219
  let n = /* @__PURE__ */ new Map(), r = 0;
2883
3220
  function i(e) {
2884
3221
  for (let a of e) n.set(a.id, r++), a.children?.length && t.includes(a.id) && i(a.children);
2885
3222
  }
2886
3223
  return i(e), n;
2887
3224
  }
2888
- function Yi(e) {
3225
+ function da(e) {
2889
3226
  let { items: t, parentId: n, level: r, expandedIds: i, selectedIds: a, flatIndexMap: o } = e;
2890
3227
  return t.map((t) => {
2891
3228
  let s = !!t.children?.length, c = i.includes(t.id);
2892
- return /* @__PURE__ */ l(Gi, {
3229
+ return /* @__PURE__ */ l(sa, {
2893
3230
  item: t,
2894
3231
  level: r,
2895
3232
  parentId: n,
@@ -2912,7 +3249,7 @@ function Yi(e) {
2912
3249
  metaSlot: e.metaSlot,
2913
3250
  prefixSlot: e.prefixSlot,
2914
3251
  suffixSlot: e.suffixSlot,
2915
- children: s && c && t.children && /* @__PURE__ */ l(Yi, {
3252
+ children: s && c && t.children && /* @__PURE__ */ l(da, {
2916
3253
  ...e,
2917
3254
  items: t.children,
2918
3255
  parentId: t.id,
@@ -2921,14 +3258,14 @@ function Yi(e) {
2921
3258
  }, t.id);
2922
3259
  });
2923
3260
  }
2924
- function Xi({ items: e = [], draggable: t = !1, expandedIds: r, selectedIds: i, selectable: c = !1, indentSize: u = 24, bordered: d = !1, striped: f = !1, onExpandChange: p, onSelectChange: m, onReorder: h, labelSlot: g, metaSlot: _, prefixSlot: v, suffixSlot: y, "data-testid": b }) {
3261
+ function fa({ items: e = [], draggable: t = !1, expandedIds: r, selectedIds: i, selectable: c = !1, indentSize: u = 24, bordered: d = !1, striped: f = !1, onExpandChange: p, onSelectChange: m, onReorder: h, labelSlot: g, metaSlot: _, prefixSlot: v, suffixSlot: y, "data-testid": b }) {
2925
3262
  let [x, S] = s([]), [C, w] = s([]), T = o(null), E = r ?? x, D = i ?? C, O = {
2926
3263
  items: e,
2927
3264
  parentId: null,
2928
3265
  level: 0,
2929
3266
  expandedIds: E,
2930
3267
  selectedIds: D,
2931
- flatIndexMap: a(() => Ji(e, E), [e, E]),
3268
+ flatIndexMap: a(() => ua(e, E), [e, E]),
2932
3269
  draggable: t,
2933
3270
  selectable: c,
2934
3271
  bordered: d,
@@ -2968,7 +3305,7 @@ function Xi({ items: e = [], draggable: t = !1, expandedIds: r, selectedIds: i,
2968
3305
  if (!n || n.parentId !== t.parentId) return;
2969
3306
  let r = n.itemId, i = t.item.id;
2970
3307
  if (r === i) return;
2971
- let a = t.parentId === null ? e : qi(e, t.parentId)?.children;
3308
+ let a = t.parentId === null ? e : la(e, t.parentId)?.children;
2972
3309
  if (!a) return;
2973
3310
  let o = a.findIndex((e) => e.id === r), s = a.findIndex((e) => e.id === i);
2974
3311
  o === -1 || s === -1 || h?.({
@@ -2985,14 +3322,14 @@ function Xi({ items: e = [], draggable: t = !1, expandedIds: r, selectedIds: i,
2985
3322
  suffixSlot: y
2986
3323
  };
2987
3324
  return /* @__PURE__ */ l("div", {
2988
- className: Ki.treeList,
3325
+ className: ca.treeList,
2989
3326
  role: "tree",
2990
3327
  "data-draggable": t ? "" : void 0,
2991
3328
  "data-testid": b,
2992
- children: /* @__PURE__ */ l(Yi, { ...O })
3329
+ children: /* @__PURE__ */ l(da, { ...O })
2993
3330
  });
2994
3331
  }
2995
- var Zi = {
3332
+ var pa = {
2996
3333
  header: "_header_u329l_2",
2997
3334
  titleSection: "_titleSection_u329l_12",
2998
3335
  title: "_title_u329l_12",
@@ -3000,22 +3337,23 @@ var Zi = {
3000
3337
  };
3001
3338
  //#endregion
3002
3339
  //#region src/layouts/AdminPageHeader/AdminPageHeader.tsx
3003
- function Qi({ title: e, actions: t }) {
3340
+ function ma({ title: e, actions: t, "data-testid": n }) {
3004
3341
  return /* @__PURE__ */ u("header", {
3005
- className: Zi.header,
3342
+ className: pa.header,
3343
+ "data-testid": n,
3006
3344
  children: [/* @__PURE__ */ l("div", {
3007
- className: Zi.titleSection,
3345
+ className: pa.titleSection,
3008
3346
  children: /* @__PURE__ */ l("span", {
3009
- className: Zi.title,
3347
+ className: pa.title,
3010
3348
  children: e
3011
3349
  })
3012
3350
  }), t && /* @__PURE__ */ l("div", {
3013
- className: Zi.actions,
3351
+ className: pa.actions,
3014
3352
  children: t
3015
3353
  })]
3016
3354
  });
3017
3355
  }
3018
- var $i = {
3356
+ var ha = {
3019
3357
  shell: "_shell_1c2iw_2",
3020
3358
  body: "_body_1c2iw_10",
3021
3359
  sidebarSlot: "_sidebarSlot_1c2iw_16",
@@ -3025,13 +3363,14 @@ var $i = {
3025
3363
  };
3026
3364
  //#endregion
3027
3365
  //#region src/layouts/AppShell/AppShell.tsx
3028
- function ea({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle: r, sidebar: i, children: a, tabBar: o, headerRight: s, isPinLocked: c = !1, pinLockContent: d, isLoading: f = !1 }) {
3029
- return c ? /* @__PURE__ */ l(ai, {
3366
+ function ga({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle: r, sidebar: i, children: a, tabBar: o, headerRight: s, isPinLocked: c = !1, pinLockContent: d, isLoading: f = !1, "data-testid": p }) {
3367
+ return c ? /* @__PURE__ */ l(mi, {
3030
3368
  isLocked: !0,
3031
3369
  children: d
3032
3370
  }) : /* @__PURE__ */ u("div", {
3033
- className: $i.shell,
3034
- children: [/* @__PURE__ */ l(Ur, {
3371
+ className: ha.shell,
3372
+ "data-testid": p,
3373
+ children: [/* @__PURE__ */ l(Zr, {
3035
3374
  restaurantName: e,
3036
3375
  onMenuToggle: t,
3037
3376
  onLogoClick: n,
@@ -3039,70 +3378,109 @@ function ea({ restaurantName: e, onMenuToggle: t, onLogoClick: n, onRightToggle:
3039
3378
  isLoading: f,
3040
3379
  rightSlot: s
3041
3380
  }), /* @__PURE__ */ u("div", {
3042
- className: $i.body,
3381
+ className: ha.body,
3043
3382
  children: [/* @__PURE__ */ l("div", {
3044
- className: $i.sidebarSlot,
3383
+ className: ha.sidebarSlot,
3045
3384
  children: i
3046
3385
  }), /* @__PURE__ */ u("div", {
3047
- className: $i.contentArea,
3386
+ className: ha.contentArea,
3048
3387
  children: [/* @__PURE__ */ l("main", {
3049
- className: $i.main,
3388
+ className: ha.main,
3050
3389
  children: a
3051
3390
  }), o && /* @__PURE__ */ l("div", {
3052
- className: $i.tabBarSlot,
3391
+ className: ha.tabBarSlot,
3053
3392
  children: o
3054
3393
  })]
3055
3394
  })]
3056
3395
  })]
3057
3396
  });
3058
3397
  }
3059
- var ta = { divider: "_divider_1nit0_1" };
3398
+ var _a = { divider: "_divider_1nit0_1" };
3060
3399
  //#endregion
3061
3400
  //#region src/layouts/Divider/Divider.tsx
3062
- function na({ orientation: e = "horizontal", spacing: t = "md", className: n }) {
3401
+ function va({ orientation: e = "horizontal", spacing: t = "md", className: n, "data-testid": r }) {
3063
3402
  return /* @__PURE__ */ l("hr", {
3064
- className: [ta.divider, n].filter(Boolean).join(" "),
3403
+ className: [_a.divider, n].filter(Boolean).join(" "),
3065
3404
  "data-orientation": e,
3066
3405
  "data-spacing": t,
3067
- "aria-orientation": e
3406
+ "aria-orientation": e,
3407
+ "data-testid": r
3068
3408
  });
3069
3409
  }
3070
- var ra = { grid: "_grid_w5ah8_2" }, ia = {
3410
+ var ya = { grid: "_grid_w5ah8_2" }, ba = {
3071
3411
  xs: "var(--ds-space-1)",
3072
3412
  sm: "var(--ds-space-2)",
3073
3413
  md: "var(--ds-space-3)",
3074
3414
  lg: "var(--ds-space-4)",
3075
3415
  xl: "var(--ds-space-6)"
3076
3416
  };
3077
- function aa({ columns: e = 1, gap: t = "md", children: n, className: r, style: i }) {
3078
- let a = {
3417
+ function xa({ columns: e = 1, gap: t = "md", children: n, className: r, style: i, "data-testid": a }) {
3418
+ let o = {
3079
3419
  "--grid-columns": typeof e == "number" ? `repeat(${e}, minmax(0, 1fr))` : e,
3080
- "--grid-gap": ia[t],
3420
+ "--grid-gap": ba[t],
3081
3421
  ...i
3082
3422
  };
3083
3423
  return /* @__PURE__ */ l("div", {
3084
- className: [ra.grid, r].filter(Boolean).join(" "),
3085
- style: a,
3424
+ className: [ya.grid, r].filter(Boolean).join(" "),
3425
+ style: o,
3426
+ "data-testid": a,
3086
3427
  children: n
3087
3428
  });
3088
3429
  }
3089
- var oa = {
3430
+ var Sa = {
3431
+ footer: "_footer_1dat1_2",
3432
+ dot: "_dot_1dat1_14",
3433
+ info: "_info_1dat1_22"
3434
+ };
3435
+ //#endregion
3436
+ //#region src/layouts/LoginFooter/LoginFooter.tsx
3437
+ function Ca({ languageSelector: e, appName: t = "Toteat©", version: n, env: r, className: i, "data-testid": a }) {
3438
+ return /* @__PURE__ */ u("footer", {
3439
+ className: [Sa.footer, i].filter(Boolean).join(" "),
3440
+ "data-testid": a,
3441
+ children: [
3442
+ e,
3443
+ e && /* @__PURE__ */ l("span", {
3444
+ className: Sa.dot,
3445
+ "aria-hidden": "true"
3446
+ }),
3447
+ /* @__PURE__ */ l("span", {
3448
+ className: Sa.info,
3449
+ children: t
3450
+ }),
3451
+ (n || r) && /* @__PURE__ */ l("span", {
3452
+ className: Sa.dot,
3453
+ "aria-hidden": "true"
3454
+ }),
3455
+ (n || r) && /* @__PURE__ */ u("span", {
3456
+ className: Sa.info,
3457
+ children: [
3458
+ n && /* @__PURE__ */ u(c, { children: ["Ver: ", n] }),
3459
+ n && r && /* @__PURE__ */ l(c, { children: "\xA0\xA0" }),
3460
+ r && /* @__PURE__ */ u(c, { children: ["Env: ", r] })
3461
+ ]
3462
+ })
3463
+ ]
3464
+ });
3465
+ }
3466
+ var wa = {
3090
3467
  page: "_page_s8gdl_2",
3091
3468
  card: "_card_s8gdl_45",
3092
3469
  cardEntrance: "_cardEntrance_s8gdl_1"
3093
3470
  };
3094
3471
  //#endregion
3095
3472
  //#region src/layouts/LoginPageLayout/LoginPageLayout.tsx
3096
- function sa({ children: e }) {
3473
+ function Ta({ children: e, "data-testid": t }) {
3097
3474
  return /* @__PURE__ */ l("main", {
3098
- className: oa.page,
3475
+ className: wa.page,
3476
+ "data-testid": t,
3099
3477
  children: /* @__PURE__ */ l("div", {
3100
- className: oa.card,
3478
+ className: wa.card,
3101
3479
  children: e
3102
3480
  })
3103
3481
  });
3104
3482
  }
3105
- var ca = {
3483
+ var Ea = {
3106
3484
  root: "_root_11bhp_2",
3107
3485
  sidebar: "_sidebar_11bhp_20",
3108
3486
  main: "_main_11bhp_37",
@@ -3111,21 +3489,22 @@ var ca = {
3111
3489
  };
3112
3490
  //#endregion
3113
3491
  //#region src/layouts/PageLayout/PageLayout.tsx
3114
- function la({ sidebar: e, header: t, children: n, collapsed: r = !1, className: i }) {
3492
+ function Da({ sidebar: e, header: t, children: n, collapsed: r = !1, className: i, "data-testid": a }) {
3115
3493
  return /* @__PURE__ */ u("div", {
3116
- className: [ca.root, i].filter(Boolean).join(" "),
3494
+ className: [Ea.root, i].filter(Boolean).join(" "),
3117
3495
  "data-sidebar-collapsed": r ? "" : void 0,
3496
+ "data-testid": a,
3118
3497
  children: [e && /* @__PURE__ */ l("aside", {
3119
- className: ca.sidebar,
3498
+ className: Ea.sidebar,
3120
3499
  "aria-label": "Navegación lateral",
3121
3500
  children: e
3122
3501
  }), /* @__PURE__ */ u("div", {
3123
- className: ca.main,
3502
+ className: Ea.main,
3124
3503
  children: [t && /* @__PURE__ */ l("header", {
3125
- className: ca.header,
3504
+ className: Ea.header,
3126
3505
  children: t
3127
3506
  }), /* @__PURE__ */ l("main", {
3128
- className: ca.content,
3507
+ className: Ea.content,
3129
3508
  children: n
3130
3509
  })]
3131
3510
  })]
@@ -3133,36 +3512,36 @@ function la({ sidebar: e, header: t, children: n, collapsed: r = !1, className:
3133
3512
  }
3134
3513
  //#endregion
3135
3514
  //#region src/layouts/Stack/Stack.tsx
3136
- var ua = {
3515
+ var Oa = {
3137
3516
  xs: "var(--ds-space-1)",
3138
3517
  sm: "var(--ds-space-2)",
3139
3518
  md: "var(--ds-space-3)",
3140
3519
  lg: "var(--ds-space-4)",
3141
3520
  xl: "var(--ds-space-6)",
3142
3521
  "2xl": "var(--ds-space-8)"
3143
- }, da = {
3522
+ }, ka = {
3144
3523
  start: "flex-start",
3145
3524
  center: "center",
3146
3525
  end: "flex-end",
3147
3526
  between: "space-between",
3148
3527
  around: "space-around",
3149
3528
  evenly: "space-evenly"
3150
- }, fa = {
3529
+ }, Aa = {
3151
3530
  start: "flex-start",
3152
3531
  center: "center",
3153
3532
  end: "flex-end",
3154
3533
  stretch: "stretch",
3155
3534
  baseline: "baseline"
3156
3535
  };
3157
- function pa({ as: e, direction: t = "vertical", gap: n = "md", align: r, justify: i, wrap: a = !1, children: o, className: s, style: c, ...u }) {
3536
+ function ja({ as: e, direction: t = "vertical", gap: n = "md", align: r, justify: i, wrap: a = !1, children: o, className: s, style: c, ...u }) {
3158
3537
  return /* @__PURE__ */ l(e ?? "div", {
3159
3538
  className: s,
3160
3539
  style: {
3161
3540
  display: "flex",
3162
3541
  flexDirection: t === "vertical" ? "column" : "row",
3163
- gap: ua[n],
3164
- alignItems: r ? fa[r] : void 0,
3165
- justifyContent: i ? da[i] : void 0,
3542
+ gap: Oa[n],
3543
+ alignItems: r ? Aa[r] : void 0,
3544
+ justifyContent: i ? ka[i] : void 0,
3166
3545
  flexWrap: a ? "wrap" : void 0,
3167
3546
  ...c
3168
3547
  },
@@ -3171,11 +3550,21 @@ function pa({ as: e, direction: t = "vertical", gap: n = "md", align: r, justify
3171
3550
  });
3172
3551
  }
3173
3552
  //#endregion
3553
+ //#region src/utils/csv.ts
3554
+ function Ma(e) {
3555
+ if (e == null) return "";
3556
+ let t = String(e);
3557
+ return /[",\r\n]/.test(t) ? `"${t.replace(/"/g, "\"\"")}"` : t;
3558
+ }
3559
+ function Na(e) {
3560
+ return e.length === 0 ? "" : e.map((e) => e.map(Ma).join(",")).join("\r\n");
3561
+ }
3562
+ //#endregion
3174
3563
  //#region src/utils/portal.ts
3175
- function ma(e, t) {
3564
+ function Pa(e, t) {
3176
3565
  return k(e, t ?? document.body);
3177
3566
  }
3178
3567
  //#endregion
3179
- export { te as Accordion, Qi as AdminPageHeader, ea as AppShell, jn as AppleSignInButton, Bn as AreaChart, Nn as BackgroundWrapper, Fn as Badge, zn as BarChart, N as Button, Ln as Card, Un as Checkbox, Gn as DataTable, qn as DatePicker, Jn as DateRangePicker, Zn as Dialog, na as Divider, mr as DropZone, $n as DropdownButton, tr as DropdownMenu, hr as DsProvider, _r as EmptyState, vr as ErrorBoundary, br as FormField, Sr as GoogleSignInButton, aa as Grid, Tr as GroupedButtons, Dr as Header, F as Icon, cr as ImagePreview, Vn as KpiCard, Or as LanguageSelector, Rn as LineChart, sa as LoginPageLayout, Br as LogoToteat, Hr as Multiselect, Ur as NavBar, Gr as Overlay, Yr as OverlayMessage, la as PageLayout, ri as PageLoadingOverlay, ai as PinLockOverlay, si as Radio, ci as Select, ui as Sidebar, mi as SidebarNavItem, hi as SidebarNavSection, ir as Skeleton, ne as Spinner, pa as Stack, _i as TabBar, yi as Tabs, Ci as TextInput, xi as Textarea, wi as ThemeGate, Ni as ToastContainer, Fi as Toggle, zi as Tooltip, Gi as TreeItem, Xi as TreeList, I as cn, ma as portal, pi as sidebarNavItemActiveClass, fi as sidebarNavItemClass, Xn as useFocusTrap, ji as useToast };
3568
+ export { te as Accordion, ma as AdminPageHeader, ga as AppShell, jn as AppleSignInButton, Wn as AreaChart, Nn as BackgroundWrapper, Fn as Badge, Ln as Banner, Un as BarChart, Rn as Breadcrumb, N as Button, Bn as Card, qn as Checkbox, Yn as ComingSoon, Zn as ConfigRow, $n as DataTable, tr as DatePicker, nr as DateRangePicker, ar as Dialog, va as Divider, Sr as DropZone, sr as DropdownButton, lr as DropdownMenu, Cr as DsProvider, Tr as EmptyState, Er as ErrorBoundary, Or as FormField, Ar as GoogleSignInButton, xa as Grid, Nr as GroupedButtons, Fr as Header, F as Icon, gr as ImagePreview, Gn as KpiCard, Ir as LanguageSelector, Hn as LineChart, Ca as LoginFooter, Ta as LoginPageLayout, Jr as LogoToteat, Xr as Multiselect, Zr as NavBar, $r as Overlay, ri as OverlayMessage, Da as PageLayout, di as PageLoadingOverlay, fi as PermissionGate, mi as PinLockOverlay, gi as Radio, vi as SearchInput, yi as SectionHeader, bi as Select, Si as Sidebar, Ei as SidebarNavItem, Di as SidebarNavSection, fr as Skeleton, re as Spinner, ja as Stack, Oi as StatusBadge, Ai as Stepper, Mi as TabBar, Pi as Tabs, Ri as TextInput, Ii as Textarea, zi as ThemeGate, Yi as ToastContainer, Zi as Toggle, ta as Tooltip, sa as TreeItem, fa as TreeList, I as cn, Ma as escapeCell, Pa as portal, Na as rowsToCsv, Ti as sidebarNavItemActiveClass, wi as sidebarNavItemClass, ir as useFocusTrap, qi as useToast };
3180
3569
 
3181
3570
  //# sourceMappingURL=index.es.js.map