stone-kit 0.0.1032 → 0.0.1034

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 (91) hide show
  1. package/dist/App.js +4 -4
  2. package/dist/Option-D-8xnCui.js +94 -0
  3. package/dist/Router.js +1 -1
  4. package/dist/chunk-4WY6JWTD-BeveLKf_.js +1582 -0
  5. package/dist/components/Button/ui/Button.js +1 -1
  6. package/dist/components/CheckBoxNew/CheckBoxNew.js +1 -1
  7. package/dist/components/CheckboxSelect/ui/CheckboxSelect.d.ts +4 -0
  8. package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +20 -19
  9. package/dist/components/CommercialLotCard/CommercialLotCard.d.ts +1 -1
  10. package/dist/components/CommercialLotCard/CommercialLotCard.js +62 -41
  11. package/dist/components/CommercialLotCard/components/Price/Price.js +1 -1
  12. package/dist/components/CommercialLotCard/components/Snippets/Snippets.js +1 -1
  13. package/dist/components/CommercialLotCard/types/CommercialLotCard.types.d.ts +2 -0
  14. package/dist/components/DestinationTab/ui/DestinationTab.js +1 -1
  15. package/dist/components/FieldInput/ui/FieldInput.d.ts +1 -1
  16. package/dist/components/FieldInput/ui/FieldInput.js +21 -12
  17. package/dist/components/FieldInput/ui/FieldInput.types.d.ts +1 -0
  18. package/dist/components/FilterWithSave/hooks/useFilterWithSave.d.ts +1 -1
  19. package/dist/components/FilterWithSave/ui/FilterWithSave.js +2 -7
  20. package/dist/components/Flex/ui/Flex.js +1 -1
  21. package/dist/components/FormModal/ui/ModalForm.d.ts +10 -1
  22. package/dist/components/FormModal/ui/ModalForm.js +803 -719
  23. package/dist/components/GroupedInput/ui/GroupedInputs.js +1 -1
  24. package/dist/components/Input/ui/Input.js +1 -22
  25. package/dist/components/Logo/ui/Logo.js +1 -1
  26. package/dist/components/LotCard/hooks/useLotCard.js +2 -2
  27. package/dist/components/LotCard/ui/LotCard.d.ts +1 -1
  28. package/dist/components/LotCard/ui/LotCard.js +108 -88
  29. package/dist/components/LotCard/ui/LotCard.types.d.ts +2 -0
  30. package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +1 -1
  31. package/dist/components/MetroLabel/ui/MetroLabel.js +1 -1
  32. package/dist/components/MetroTag/ui/MetroTag.js +1 -1
  33. package/dist/components/NewIcon/ui/NewIcon.js +119 -114
  34. package/dist/components/RoundButton/ui/RoundButton.js +1 -1
  35. package/dist/components/RoundButton/ui/RoundButton.types.d.ts +1 -0
  36. package/dist/components/Select/ui/Category.js +2 -2
  37. package/dist/components/Select/ui/Option.d.ts +2 -1
  38. package/dist/components/Select/ui/Option.js +2 -2
  39. package/dist/components/Select/ui/Select.d.ts +1 -1
  40. package/dist/components/Select/ui/Select.js +88 -82
  41. package/dist/components/Select/ui/Select.types.d.ts +5 -0
  42. package/dist/components/SliderNavigation/ui/SliderNavigation.js +1 -1
  43. package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
  44. package/dist/components/SortSelect/ui/SortSelect.js +2 -2
  45. package/dist/components/SummarySelect/ui/SummarySelect.d.ts +1 -0
  46. package/dist/components/SummarySelect/ui/SummarySelect.js +60 -57
  47. package/dist/components/Switcher/ui/Switcher.js +1 -1
  48. package/dist/components/TabSelect/ui/TabSelect.js +1 -1
  49. package/dist/components/TabSwitcher/ui/TabSwitcher.js +91 -90
  50. package/dist/components/TabSwitcher/ui/TabSwitcher.types.d.ts +1 -0
  51. package/dist/components/Tag/ui/Tag.js +1 -1
  52. package/dist/components/Text/ui/Text.js +1 -1
  53. package/dist/components/TextArea/TextArea.js +1 -1
  54. package/dist/components/mobileButton/ui/MobileButton.js +1 -1
  55. package/dist/{index-3E04UaC2.js → index-BJwl9stn.js} +785 -784
  56. package/dist/{index-B2JRaoNz.js → index-YnD2EP-S.js} +0 -5
  57. package/dist/layout/components/Header/Header.js +1 -1
  58. package/dist/layout/components/Menu.js +107 -4
  59. package/dist/pages/FormsPage/FormsPage.js +1 -0
  60. package/dist/pages/TabsPage/TabsPage.js +56 -42
  61. package/dist/stone-kit.css +1 -1
  62. package/dist/stories/entities/CommercialLotCard/CommercialLotCard.stories.js +1 -1
  63. package/dist/stories/shared/ui/Button/Button.stories.js +1 -1
  64. package/dist/stories/shared/ui/CheckBox/CheckBox.stories.js +1 -1
  65. package/dist/stories/shared/ui/CheckBox/CheckBoxNew.stories.js +1 -1
  66. package/dist/stories/shared/ui/CheckboxSelect/CheckboxSelect.stories.js +1 -1
  67. package/dist/stories/shared/ui/DestinationTab/DestinationTab.stories.js +1 -1
  68. package/dist/stories/shared/ui/FieldInput/FieldInput.stories.js +1 -1
  69. package/dist/stories/shared/ui/FilterWithSave/FilterWithSave.stories.js +1 -1
  70. package/dist/stories/shared/ui/FormModal/FormModal.stories.js +1 -1
  71. package/dist/stories/shared/ui/GroupedInput/GroupedInput.stories.js +1 -1
  72. package/dist/stories/shared/ui/Logo/Logo.stories.js +1 -1
  73. package/dist/stories/shared/ui/MobileButton/MobileButton.stories.js +1 -1
  74. package/dist/stories/shared/ui/Modal/Modal.stories.js +1 -1
  75. package/dist/stories/shared/ui/ModalSuccess/ModalSuccess.stories.js +1 -1
  76. package/dist/stories/shared/ui/RoundButton/RoundButton.stories.js +1 -1
  77. package/dist/stories/shared/ui/Select/Select.stories.js +1 -1
  78. package/dist/stories/shared/ui/SliderNavigation/SliderNavigation.stories.js +1 -1
  79. package/dist/stories/shared/ui/SortSelect/SortSelect.stories.js +1 -1
  80. package/dist/stories/shared/ui/SummarySelect/SummarySelect.stories.js +1 -1
  81. package/dist/stories/shared/ui/Switcher/Switcher.stories.js +1 -1
  82. package/dist/stories/shared/ui/TabSelect/TabSelect.stories.js +1 -1
  83. package/dist/stories/shared/ui/TabSwitcher/TabSwitcher.stories.js +1 -1
  84. package/dist/stories/shared/ui/ZoomControls/ZoomControls.stories.js +1 -1
  85. package/dist/useLotCard-I7_rgnqj.js +187 -0
  86. package/dist/{useSortSelect-B8HOGdOt.js → useSortSelect-IeonkD5d.js} +1 -1
  87. package/package.json +5 -5
  88. package/dist/Menu-CdJTzN7T.js +0 -494
  89. package/dist/Option-rFBMQAPk.js +0 -87
  90. package/dist/index-CBdtKu-u.js +0 -891
  91. package/dist/useLotCard-DG9doKCX.js +0 -186
@@ -2,8 +2,8 @@ import { jsx as n } from "react/jsx-runtime";
2
2
  import * as e from "react";
3
3
  import { forwardRef as o } from "react";
4
4
  import { F as m } from "../../../PinTrans-D6OZq76b.js";
5
- import { F as h } from "../../../SmallFilter-C-VKnbkP.js";
6
- import { c as d } from "../../../index-B2JRaoNz.js";
5
+ import { F as d } from "../../../SmallFilter-C-VKnbkP.js";
6
+ import { c as h } from "../../../index-YnD2EP-S.js";
7
7
  const C = ({
8
8
  title: t,
9
9
  titleId: l,
@@ -28,276 +28,281 @@ const C = ({
28
28
  title: t,
29
29
  titleId: l,
30
30
  ...r
31
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 4V13M16 10L12.7071 13.2929C12.3166 13.6834 11.6834 13.6834 11.2929 13.2929L8 10M20 20H4", stroke: "currentColor", strokeLinecap: "round" })), k = o(L), y = ({
31
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9938 5.91615C10.1944 3.81913 7.19377 3.25504 4.93923 5.17528C2.68468 7.09552 2.36727 10.3061 4.13778 12.5771C5.60984 14.4654 10.0648 18.4478 11.5249 19.7368C11.6882 19.881 11.7699 19.9531 11.8652 19.9815C11.9483 20.0062 12.0393 20.0062 12.1225 19.9815C12.2178 19.9531 12.2994 19.881 12.4628 19.7368C13.9229 18.4478 18.3778 14.4654 19.8499 12.5771C21.6204 10.3061 21.3417 7.07532 19.0484 5.17528C16.7551 3.27524 13.7933 3.81913 11.9938 5.91615Z", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })), k = o(L), y = ({
32
32
  title: t,
33
33
  titleId: l,
34
34
  ...r
35
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "none", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M11.86 11.648c1.271 0 2.373-.456 3.273-1.356.9-.9 1.357-2.002 1.357-3.274 0-1.272-.457-2.374-1.357-3.274-.9-.9-2.002-1.356-3.274-1.356-1.272 0-2.374.456-3.274 1.356-.9.9-1.356 2.002-1.356 3.274 0 1.272.456 2.374 1.356 3.274.9.9 2.002 1.356 3.274 1.356ZM19.961 17.17a11.42 11.42 0 0 0-.156-1.215 9.577 9.577 0 0 0-.298-1.22 6.027 6.027 0 0 0-.503-1.14 4.296 4.296 0 0 0-.757-.987 3.339 3.339 0 0 0-1.087-.683 3.758 3.758 0 0 0-1.389-.251c-.196 0-.386.08-.752.319-.226.147-.49.317-.784.505-.252.16-.593.311-1.014.447a4.03 4.03 0 0 1-1.241.2c-.412 0-.83-.067-1.24-.2-.422-.136-.763-.286-1.015-.446-.291-.187-.555-.357-.784-.506-.366-.239-.556-.32-.753-.32-.5 0-.966.085-1.388.252a3.336 3.336 0 0 0-1.088.684c-.285.273-.54.605-.756.986-.21.367-.378.75-.502 1.14-.12.375-.221.786-.3 1.22A11.4 11.4 0 0 0 4 17.172c-.025.368-.038.75-.038 1.135 0 1.003.319 1.816.948 2.415.621.591 1.443.891 2.443.891h9.257c1 0 1.821-.3 2.443-.89.629-.6.948-1.412.948-2.416 0-.388-.013-.77-.039-1.136Z" })), R = o(y), F = ({
35
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 4V13M16 10L12.7071 13.2929C12.3166 13.6834 11.6834 13.6834 11.2929 13.2929L8 10M20 20H4", stroke: "currentColor", strokeLinecap: "round" })), R = o(y), F = ({
36
36
  title: t,
37
37
  titleId: l,
38
38
  ...r
39
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.11 17H6v-6.832h2.072l1.998 5.67h.296l1.999-5.67h2.072V17h-1.11v-5.602h-.296L11.033 17H9.404l-1.998-5.602H7.11V17ZM15.522 10.988v-.684l2.072-1.981c.158-.146.271-.278.34-.396a.826.826 0 0 0 .104-.424.72.72 0 0 0-.222-.533c-.148-.146-.345-.218-.592-.218-.267 0-.484.072-.651.218-.158.137-.237.337-.237.601h-.888c0-.446.167-.82.503-1.12.335-.3.76-.451 1.273-.451.513 0 .922.141 1.228.424.316.273.474.633.474 1.08 0 .282-.06.518-.178.71-.108.182-.296.4-.562.656l-1.332 1.298v.068H19v.752h-3.478Z", fill: "currentColor" })), S = o(F), B = ({
39
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", fill: "none", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M11.86 11.648c1.271 0 2.373-.456 3.273-1.356.9-.9 1.357-2.002 1.357-3.274 0-1.272-.457-2.374-1.357-3.274-.9-.9-2.002-1.356-3.274-1.356-1.272 0-2.374.456-3.274 1.356-.9.9-1.356 2.002-1.356 3.274 0 1.272.456 2.374 1.356 3.274.9.9 2.002 1.356 3.274 1.356ZM19.961 17.17a11.42 11.42 0 0 0-.156-1.215 9.577 9.577 0 0 0-.298-1.22 6.027 6.027 0 0 0-.503-1.14 4.296 4.296 0 0 0-.757-.987 3.339 3.339 0 0 0-1.087-.683 3.758 3.758 0 0 0-1.389-.251c-.196 0-.386.08-.752.319-.226.147-.49.317-.784.505-.252.16-.593.311-1.014.447a4.03 4.03 0 0 1-1.241.2c-.412 0-.83-.067-1.24-.2-.422-.136-.763-.286-1.015-.446-.291-.187-.555-.357-.784-.506-.366-.239-.556-.32-.753-.32-.5 0-.966.085-1.388.252a3.336 3.336 0 0 0-1.088.684c-.285.273-.54.605-.756.986-.21.367-.378.75-.502 1.14-.12.375-.221.786-.3 1.22A11.4 11.4 0 0 0 4 17.172c-.025.368-.038.75-.038 1.135 0 1.003.319 1.816.948 2.415.621.591 1.443.891 2.443.891h9.257c1 0 1.821-.3 2.443-.89.629-.6.948-1.412.948-2.416 0-.388-.013-.77-.039-1.136Z" })), S = o(F), B = ({
40
40
  title: t,
41
41
  titleId: l,
42
42
  ...r
43
- }, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", d: "M19 7 9.667 17 5 12" })), H = o(B), z = ({
43
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.11 17H6v-6.832h2.072l1.998 5.67h.296l1.999-5.67h2.072V17h-1.11v-5.602h-.296L11.033 17H9.404l-1.998-5.602H7.11V17ZM15.522 10.988v-.684l2.072-1.981c.158-.146.271-.278.34-.396a.826.826 0 0 0 .104-.424.72.72 0 0 0-.222-.533c-.148-.146-.345-.218-.592-.218-.267 0-.484.072-.651.218-.158.137-.237.337-.237.601h-.888c0-.446.167-.82.503-1.12.335-.3.76-.451 1.273-.451.513 0 .922.141 1.228.424.316.273.474.633.474 1.08 0 .282-.06.518-.178.71-.108.182-.296.4-.562.656l-1.332 1.298v.068H19v.752h-3.478Z", fill: "currentColor" })), H = o(B), z = ({
44
44
  title: t,
45
45
  titleId: l,
46
46
  ...r
47
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5.99997 6L18 18.0001", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M18.0001 6L6.00003 18.0001", stroke: "currentColor" })), $ = o(z), V = ({
47
+ }, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", d: "M19 7 9.667 17 5 12" })), $ = o(z), V = ({
48
48
  title: t,
49
49
  titleId: l,
50
50
  ...r
51
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { x: 0.5, y: 0.5, width: 79, height: 79, rx: 39.5, stroke: "currentColor" })), P = o(V), Z = ({
51
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5.99997 6L18 18.0001", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M18.0001 6L6.00003 18.0001", stroke: "currentColor" })), P = o(V), Z = ({
52
52
  title: t,
53
53
  titleId: l,
54
54
  ...r
55
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m16.25 10.366-4.06 2.043a.424.424 0 0 1-.38 0l-4.06-2.043m8.5 0 3.493-1.758a.427.427 0 0 0 0-.762l-7.552-3.8a.424.424 0 0 0-.382 0l-7.552 3.8a.427.427 0 0 0 0 .762l3.493 1.758m8.5 0 3.507 1.766a.41.41 0 0 1 0 .747l-3.507 1.766m-8.5-4.279-3.507 1.766a.41.41 0 0 0 0 .747l3.507 1.766m0 0L4.243 16.41a.41.41 0 0 0 0 .747l7.528 3.79a.516.516 0 0 0 .458 0l7.528-3.79a.41.41 0 0 0 0-.747l-3.507-1.765m-8.5 0 4.02 2.023a.515.515 0 0 0 .46 0l4.02-2.023", stroke: "currentColor" })), A = o(Z), D = ({
55
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 80 80", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { x: 0.5, y: 0.5, width: 79, height: 79, rx: 39.5, stroke: "currentColor" })), A = o(Z), D = ({
56
56
  title: t,
57
57
  titleId: l,
58
58
  ...r
59
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m18.989 11.293-6.99 4.097-6.99-4.097a.68.68 0 0 0-.504-.074.666.666 0 0 0-.41.297.638.638 0 0 0-.075.493.652.652 0 0 0 .304.4l7.333 4.298a.679.679 0 0 0 .686 0l7.333-4.298a.652.652 0 0 0 .304-.4.638.638 0 0 0-.075-.493.666.666 0 0 0-.41-.297.68.68 0 0 0-.505.074h-.001z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "m18.989 14.493-6.99 4.096-6.99-4.096a.677.677 0 0 0-.914.223.642.642 0 0 0 .229.894l7.333 4.297a.678.678 0 0 0 .686 0l7.333-4.297a.653.653 0 0 0 .304-.4.638.638 0 0 0-.075-.494.666.666 0 0 0-.41-.296.68.68 0 0 0-.505.073h-.001zM4.323 9.365l6.656 3.954a1.995 1.995 0 0 0 2.042 0l6.656-3.954A.663.663 0 0 0 20 8.8a.655.655 0 0 0-.323-.566L13.02 4.28a1.997 1.997 0 0 0-2.042 0L4.323 8.234A.663.663 0 0 0 4 8.8a.655.655 0 0 0 .323.565z", fill: "currentColor" })), q = o(D), U = ({
59
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m16.25 10.366-4.06 2.043a.424.424 0 0 1-.38 0l-4.06-2.043m8.5 0 3.493-1.758a.427.427 0 0 0 0-.762l-7.552-3.8a.424.424 0 0 0-.382 0l-7.552 3.8a.427.427 0 0 0 0 .762l3.493 1.758m8.5 0 3.507 1.766a.41.41 0 0 1 0 .747l-3.507 1.766m-8.5-4.279-3.507 1.766a.41.41 0 0 0 0 .747l3.507 1.766m0 0L4.243 16.41a.41.41 0 0 0 0 .747l7.528 3.79a.516.516 0 0 0 .458 0l7.528-3.79a.41.41 0 0 0 0-.747l-3.507-1.765m-8.5 0 4.02 2.023a.515.515 0 0 0 .46 0l4.02-2.023", stroke: "currentColor" })), q = o(D), U = ({
60
60
  title: t,
61
61
  titleId: l,
62
62
  ...r
63
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 12H19", stroke: "currentColor" })), _ = o(U), W = ({
63
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m18.989 11.293-6.99 4.097-6.99-4.097a.68.68 0 0 0-.504-.074.666.666 0 0 0-.41.297.638.638 0 0 0-.075.493.652.652 0 0 0 .304.4l7.333 4.298a.679.679 0 0 0 .686 0l7.333-4.298a.652.652 0 0 0 .304-.4.638.638 0 0 0-.075-.493.666.666 0 0 0-.41-.297.68.68 0 0 0-.505.074h-.001z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "m18.989 14.493-6.99 4.096-6.99-4.096a.677.677 0 0 0-.914.223.642.642 0 0 0 .229.894l7.333 4.297a.678.678 0 0 0 .686 0l7.333-4.297a.653.653 0 0 0 .304-.4.638.638 0 0 0-.075-.494.666.666 0 0 0-.41-.296.68.68 0 0 0-.505.073h-.001zM4.323 9.365l6.656 3.954a1.995 1.995 0 0 0 2.042 0l6.656-3.954A.663.663 0 0 0 20 8.8a.655.655 0 0 0-.323-.566L13.02 4.28a1.997 1.997 0 0 0-2.042 0L4.323 8.234A.663.663 0 0 0 4 8.8a.655.655 0 0 0 .323.565z", fill: "currentColor" })), _ = o(U), W = ({
64
64
  title: t,
65
65
  titleId: l,
66
66
  ...r
67
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M20.0271 17.7683C19.4144 17.8984 18.7788 17.9669 18.1273 17.9669C13.1019 17.9669 9.02797 13.893 9.02797 8.86758C9.02797 6.63171 9.83439 4.58419 11.1722 3C7.05879 3.87373 3.97278 7.52682 3.97278 11.9007C3.97278 16.9261 8.04668 21 13.0721 21C15.8616 21 18.358 19.7447 20.0271 17.7683Z", stroke: "currentColor", fill: "currentColor", strokeLinejoin: "round" })), j = o(W), T = ({
67
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 12H19", stroke: "currentColor" })), j = o(W), T = ({
68
68
  title: t,
69
69
  titleId: l,
70
70
  ...r
71
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 12.5C5 9.13823 5 7.45734 5.71653 6.49727C6.35659 5.63964 7.34765 5.0959 8.43174 5.00756C9.64533 4.90868 11.119 5.78102 14.0664 7.52571C16.8259 9.15915 18.2056 9.97587 18.6811 11.0259C19.1063 11.9649 19.1063 13.0351 18.6811 13.9741C18.2056 15.0241 16.8259 15.8409 14.0664 17.4743C11.119 19.219 9.64533 20.0913 8.43174 19.9924C7.34765 19.9041 6.35659 19.3604 5.71653 18.5027C5 17.5427 5 15.8618 5 12.5Z", fill: "currentColor" })), G = o(T), O = ({
71
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M20.0271 17.7683C19.4144 17.8984 18.7788 17.9669 18.1273 17.9669C13.1019 17.9669 9.02797 13.893 9.02797 8.86758C9.02797 6.63171 9.83439 4.58419 11.1722 3C7.05879 3.87373 3.97278 7.52682 3.97278 11.9007C3.97278 16.9261 8.04668 21 13.0721 21C15.8616 21 18.358 19.7447 20.0271 17.7683Z", stroke: "currentColor", fill: "currentColor", strokeLinejoin: "round" })), G = o(T), O = ({
72
72
  title: t,
73
73
  titleId: l,
74
74
  ...r
75
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 12H19", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M12.0001 5L12.0001 19", stroke: "currentColor" })), N = o(O), J = ({
75
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 12.5C5 9.13823 5 7.45734 5.71653 6.49727C6.35659 5.63964 7.34765 5.0959 8.43174 5.00756C9.64533 4.90868 11.119 5.78102 14.0664 7.52571C16.8259 9.15915 18.2056 9.97587 18.6811 11.0259C19.1063 11.9649 19.1063 13.0351 18.6811 13.9741C18.2056 15.0241 16.8259 15.8409 14.0664 17.4743C11.119 19.219 9.64533 20.0913 8.43174 19.9924C7.34765 19.9041 6.35659 19.3604 5.71653 18.5027C5 17.5427 5 15.8618 5 12.5Z", fill: "currentColor" })), N = o(O), J = ({
76
76
  title: t,
77
77
  titleId: l,
78
78
  ...r
79
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M9.52381 17.6V12.3111M9.52381 12.3111V6.40002H13.0444C14.6768 6.40002 16 7.72327 16 9.35558V9.35558C16 10.9879 14.6768 12.3111 13.0444 12.3111H9.52381ZM9.52381 12.3111H8", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M8 15.2001L12.5714 15.2001", stroke: "currentColor" })), K = o(J), Q = ({
79
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 12H19", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M12.0001 5L12.0001 19", stroke: "currentColor" })), K = o(J), Q = ({
80
80
  title: t,
81
81
  titleId: l,
82
82
  ...r
83
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 13.6875V4.0625M12 4.0625L8.5 7.45438M12 4.0625L15.5 7.45438", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.25 7.5625L5 7.5625V18.9375H19V7.5625H16.8125", stroke: "currentColor" })), X = o(Q), Y = ({
83
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M9.52381 17.6V12.3111M9.52381 12.3111V6.40002H13.0444C14.6768 6.40002 16 7.72327 16 9.35558V9.35558C16 10.9879 14.6768 12.3111 13.0444 12.3111H9.52381ZM9.52381 12.3111H8", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M8 15.2001L12.5714 15.2001", stroke: "currentColor" })), X = o(Q), Y = ({
84
84
  title: t,
85
85
  titleId: l,
86
86
  ...r
87
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 2V4M19.0711 4.92893L17.6569 6.34315M22 12H20M19.0711 19.0711L17.6569 17.6569M12 20V22M6.34314 17.6569L4.92893 19.0711M4.00008 12.0001H2.00008M6.34311 6.34322L4.92889 4.92901M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z", stroke: "currentColor", fill: "#ffffff", strokeLinecap: "round" })), I = o(Y), e1 = ({
87
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 13.6875V4.0625M12 4.0625L8.5 7.45438M12 4.0625L15.5 7.45438", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.25 7.5625L5 7.5625V18.9375H19V7.5625H16.8125", stroke: "currentColor" })), I = o(Y), e1 = ({
88
88
  title: t,
89
89
  titleId: l,
90
90
  ...r
91
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8 9V7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7V9M8.2 21H15.8C16.9201 21 17.4802 21 17.908 20.782C18.2843 20.5903 18.5903 20.2843 18.782 19.908C19 19.4802 19 18.9201 19 17.8V12.2C19 11.0799 19 10.5198 18.782 10.092C18.5903 9.71569 18.2843 9.40973 17.908 9.21799C17.4802 9 16.9201 9 15.8 9H8.2C7.0799 9 6.51984 9 6.09202 9.21799C5.71569 9.40973 5.40973 9.71569 5.21799 10.092C5 10.5198 5 11.0799 5 12.2V17.8C5 18.9201 5 19.4802 5.21799 19.908C5.40973 20.2843 5.71569 20.5903 6.09202 20.782C6.51984 21 7.07989 21 8.2 21Z", stroke: "currentColor", strokeLinecap: "round" })), l1 = o(e1), t1 = ({
91
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 2V4M19.0711 4.92893L17.6569 6.34315M22 12H20M19.0711 19.0711L17.6569 17.6569M12 20V22M6.34314 17.6569L4.92893 19.0711M4.00008 12.0001H2.00008M6.34311 6.34322L4.92889 4.92901M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z", stroke: "currentColor", fill: "#ffffff", strokeLinecap: "round" })), l1 = o(e1), t1 = ({
92
92
  title: t,
93
93
  titleId: l,
94
94
  ...r
95
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m12 4.044 2.13 5.403.12.303.303.12L19.956 12l-5.403 2.13-.303.12-.12.303L12 19.956l-2.13-5.403-.12-.303-.303-.12L4.044 12l5.403-2.13.303-.12.12-.303L12 4.044z", stroke: "currentColor", strokeWidth: 1.5 })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), r1 = o(t1), a1 = ({
95
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8 9V7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7V9M8.2 21H15.8C16.9201 21 17.4802 21 17.908 20.782C18.2843 20.5903 18.5903 20.2843 18.782 19.908C19 19.4802 19 18.9201 19 17.8V12.2C19 11.0799 19 10.5198 18.782 10.092C18.5903 9.71569 18.2843 9.40973 17.908 9.21799C17.4802 9 16.9201 9 15.8 9H8.2C7.0799 9 6.51984 9 6.09202 9.21799C5.71569 9.40973 5.40973 9.71569 5.21799 10.092C5 10.5198 5 11.0799 5 12.2V17.8C5 18.9201 5 19.4802 5.21799 19.908C5.40973 20.2843 5.71569 20.5903 6.09202 20.782C6.51984 21 7.07989 21 8.2 21Z", stroke: "currentColor", strokeLinecap: "round" })), r1 = o(t1), a1 = ({
96
96
  title: t,
97
97
  titleId: l,
98
98
  ...r
99
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m12 4.044 2.13 5.403.12.303.303.12L19.956 12l-5.403 2.13-.303.12-.12.303L12 19.956l-2.13-5.403-.12-.303-.303-.12L4.044 12l5.403-2.13.303-.12.12-.303L12 4.044z", fill: "currentColor", stroke: "currentColor", strokeWidth: 1.5 })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), n1 = o(a1), o1 = ({
99
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m12 4.044 2.13 5.403.12.303.303.12L19.956 12l-5.403 2.13-.303.12-.12.303L12 19.956l-2.13-5.403-.12-.303-.303-.12L4.044 12l5.403-2.13.303-.12.12-.303L12 4.044z", stroke: "currentColor", strokeWidth: 1.5 })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), n1 = o(a1), o1 = ({
100
100
  title: t,
101
101
  titleId: l,
102
102
  ...r
103
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 15h14M5 9h14", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "square" })), c1 = o(o1), s1 = ({
103
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m12 4.044 2.13 5.403.12.303.303.12L19.956 12l-5.403 2.13-.303.12-.12.303L12 19.956l-2.13-5.403-.12-.303-.303-.12L4.044 12l5.403-2.13.303-.12.12-.303L12 4.044z", fill: "currentColor", stroke: "currentColor", strokeWidth: 1.5 })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), c1 = o(o1), s1 = ({
104
104
  title: t,
105
105
  titleId: l,
106
106
  ...r
107
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.98 9.755a13.342 13.342 0 0 0 2.601 3.664 13.341 13.341 0 0 0 3.664 2.6c.114.055.17.083.243.104.256.075.57.02.788-.135a1.84 1.84 0 0 0 .217-.2c.32-.32.48-.479.64-.584a1.827 1.827 0 0 1 1.992 0c.16.105.32.265.64.584l.178.178c.486.486.728.729.86.99a1.827 1.827 0 0 1 0 1.649c-.132.26-.374.503-.86.989l-.144.144c-.484.484-.726.726-1.055.91a3.086 3.086 0 0 1-1.35.352c-.378-.001-.636-.074-1.151-.22a17.396 17.396 0 0 1-7.57-4.454 17.395 17.395 0 0 1-4.452-7.569C4.074 8.242 4 7.984 4 7.607a3.085 3.085 0 0 1 .351-1.351c.185-.33.427-.571.91-1.055l.145-.144c.486-.486.728-.728.99-.86a1.827 1.827 0 0 1 1.649 0c.26.132.503.374.989.86l.178.178c.32.32.479.48.583.64a1.827 1.827 0 0 1 0 1.992c-.104.16-.264.32-.583.64-.105.104-.157.156-.2.218a.956.956 0 0 0-.135.787c.021.072.049.13.103.243z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), i1 = o(s1), w1 = ({
107
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 15h14M5 9h14", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "square" })), i1 = o(s1), w1 = ({
108
108
  title: t,
109
109
  titleId: l,
110
110
  ...r
111
- }, a) => /* @__PURE__ */ e.createElement("svg", { fill: "none", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.98 9.755a13.342 13.342 0 0 0 2.601 3.664 13.341 13.341 0 0 0 3.664 2.6c.114.055.17.083.243.104.256.075.57.02.788-.135a1.84 1.84 0 0 0 .217-.2c.32-.32.48-.479.64-.584a1.827 1.827 0 0 1 1.992 0c.16.105.32.265.64.584l.178.178c.486.486.728.729.86.99a1.827 1.827 0 0 1 0 1.649c-.132.26-.374.503-.86.989l-.144.144c-.484.484-.726.726-1.055.91a3.086 3.086 0 0 1-1.35.352c-.378-.001-.636-.074-1.151-.22a17.396 17.396 0 0 1-7.57-4.454 17.395 17.395 0 0 1-4.452-7.569C4.074 8.242 4 7.984 4 7.607a3.085 3.085 0 0 1 .351-1.351c.185-.33.427-.571.91-1.055l.145-.144c.486-.486.728-.728.99-.86a1.827 1.827 0 0 1 1.649 0c.26.132.503.374.989.86l.178.178c.32.32.479.48.583.64a1.827 1.827 0 0 1 0 1.992c-.104.16-.264.32-.583.64-.105.104-.157.156-.2.218a.956.956 0 0 0-.135.787c.021.072.049.13.103.243z", fill: "currentColor", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), m1 = o(w1), h1 = ({
111
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.98 9.755a13.342 13.342 0 0 0 2.601 3.664 13.341 13.341 0 0 0 3.664 2.6c.114.055.17.083.243.104.256.075.57.02.788-.135a1.84 1.84 0 0 0 .217-.2c.32-.32.48-.479.64-.584a1.827 1.827 0 0 1 1.992 0c.16.105.32.265.64.584l.178.178c.486.486.728.729.86.99a1.827 1.827 0 0 1 0 1.649c-.132.26-.374.503-.86.989l-.144.144c-.484.484-.726.726-1.055.91a3.086 3.086 0 0 1-1.35.352c-.378-.001-.636-.074-1.151-.22a17.396 17.396 0 0 1-7.57-4.454 17.395 17.395 0 0 1-4.452-7.569C4.074 8.242 4 7.984 4 7.607a3.085 3.085 0 0 1 .351-1.351c.185-.33.427-.571.91-1.055l.145-.144c.486-.486.728-.728.99-.86a1.827 1.827 0 0 1 1.649 0c.26.132.503.374.989.86l.178.178c.32.32.479.48.583.64a1.827 1.827 0 0 1 0 1.992c-.104.16-.264.32-.583.64-.105.104-.157.156-.2.218a.956.956 0 0 0-.135.787c.021.072.049.13.103.243z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), m1 = o(w1), d1 = ({
112
112
  title: t,
113
113
  titleId: l,
114
114
  ...r
115
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "m19.667 17.598-1.426 1.427s-3.749 1.548-9.25-3.954C3.49 9.57 5.038 5.821 5.038 5.821l1.426-1.426c.645-.645 1.733-.547 2.305.207l1.423 1.877c.468.617.423 1.466-.104 1.994l-1.2 1.2s.02 1.08 2.221 3.28c2.2 2.2 3.28 2.22 3.28 2.22l1.2-1.2c.528-.526 1.377-.57 1.994-.103l1.877 1.423c.754.572.852 1.66.207 2.305z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 18, y1: 0, x2: 12, y2: 24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#5DFD7B" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#21AB32" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), d1 = o(h1), C1 = ({
115
+ }, a) => /* @__PURE__ */ e.createElement("svg", { fill: "none", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.98 9.755a13.342 13.342 0 0 0 2.601 3.664 13.341 13.341 0 0 0 3.664 2.6c.114.055.17.083.243.104.256.075.57.02.788-.135a1.84 1.84 0 0 0 .217-.2c.32-.32.48-.479.64-.584a1.827 1.827 0 0 1 1.992 0c.16.105.32.265.64.584l.178.178c.486.486.728.729.86.99a1.827 1.827 0 0 1 0 1.649c-.132.26-.374.503-.86.989l-.144.144c-.484.484-.726.726-1.055.91a3.086 3.086 0 0 1-1.35.352c-.378-.001-.636-.074-1.151-.22a17.396 17.396 0 0 1-7.57-4.454 17.395 17.395 0 0 1-4.452-7.569C4.074 8.242 4 7.984 4 7.607a3.085 3.085 0 0 1 .351-1.351c.185-.33.427-.571.91-1.055l.145-.144c.486-.486.728-.728.99-.86a1.827 1.827 0 0 1 1.649 0c.26.132.503.374.989.86l.178.178c.32.32.479.48.583.64a1.827 1.827 0 0 1 0 1.992c-.104.16-.264.32-.583.64-.105.104-.157.156-.2.218a.956.956 0 0 0-.135.787c.021.072.049.13.103.243z", fill: "currentColor", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), h1 = o(d1), C1 = ({
116
116
  title: t,
117
117
  titleId: l,
118
118
  ...r
119
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "m17.407 18.123-1.31 1.31s-3.403 1.458-8.264-3.403c-4.86-4.861-3.402-8.264-3.402-8.264l1.31-1.31a1.375 1.375 0 0 1 2.071.147l1.25 1.667c.41.548.356 1.314-.127 1.797L7.833 11.17s0 .972 1.945 2.916c1.944 1.945 2.916 1.945 2.916 1.945l1.102-1.102a1.375 1.375 0 0 1 1.797-.127l1.667 1.25c.669.502.738 1.48.147 2.072z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.643 5.22a.75.75 0 0 1 0 1.06L14.923 10h2.635a.75.75 0 0 1 0 1.5h-4.195a1 1 0 0 1-1-1V6.306a.75.75 0 0 1 1.5 0v2.633l3.72-3.72a.75.75 0 0 1 1.06 0z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 9, y1: 24, x2: 15.5, y2: 0, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#141416" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#4E556F" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), v1 = o(C1), g1 = ({
119
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "m19.667 17.598-1.426 1.427s-3.749 1.548-9.25-3.954C3.49 9.57 5.038 5.821 5.038 5.821l1.426-1.426c.645-.645 1.733-.547 2.305.207l1.423 1.877c.468.617.423 1.466-.104 1.994l-1.2 1.2s.02 1.08 2.221 3.28c2.2 2.2 3.28 2.22 3.28 2.22l1.2-1.2c.528-.526 1.377-.57 1.994-.103l1.877 1.423c.754.572.852 1.66.207 2.305z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 18, y1: 0, x2: 12, y2: 24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#5DFD7B" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#21AB32" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), v1 = o(C1), g1 = ({
120
120
  title: t,
121
121
  titleId: l,
122
122
  ...r
123
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "M7.688 13.578 4.3 12.418s-.404-.173-.274-.564c.027-.08.08-.15.243-.267.75-.55 13.893-5.513 13.893-5.513s.37-.131.59-.044c.054.018.103.05.14.094a.342.342 0 0 1 .078.156c.023.103.033.208.03.314-.002.091-.012.176-.02.309-.08 1.357-2.476 11.484-2.476 11.484s-.143.592-.657.613a.9.9 0 0 1-.37-.067.938.938 0 0 1-.315-.212c-1.008-.91-4.49-3.37-5.26-3.91a.152.152 0 0 1-.063-.11c-.01-.057.048-.128.048-.128s6.064-5.663 6.226-6.257c.012-.046-.035-.07-.098-.049-.403.156-7.385 4.788-8.156 5.3a.354.354 0 0 1-.171.01z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 12, y1: 24, x2: 12, y2: 0, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#1D93D2" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#38B0E3" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), f1 = o(g1), E1 = ({
123
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "m17.407 18.123-1.31 1.31s-3.403 1.458-8.264-3.403c-4.86-4.861-3.402-8.264-3.402-8.264l1.31-1.31a1.375 1.375 0 0 1 2.071.147l1.25 1.667c.41.548.356 1.314-.127 1.797L7.833 11.17s0 .972 1.945 2.916c1.944 1.945 2.916 1.945 2.916 1.945l1.102-1.102a1.375 1.375 0 0 1 1.797-.127l1.667 1.25c.669.502.738 1.48.147 2.072z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.643 5.22a.75.75 0 0 1 0 1.06L14.923 10h2.635a.75.75 0 0 1 0 1.5h-4.195a1 1 0 0 1-1-1V6.306a.75.75 0 0 1 1.5 0v2.633l3.72-3.72a.75.75 0 0 1 1.06 0z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 9, y1: 24, x2: 15.5, y2: 0, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#141416" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#4E556F" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), f1 = o(g1), E1 = ({
124
124
  title: t,
125
125
  titleId: l,
126
126
  ...r
127
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "M17.692 6.348a7.993 7.993 0 0 0-12.806 9.248l-.848 4.117a.305.305 0 0 0 .049.24.308.308 0 0 0 .328.127l4.035-.957a7.992 7.992 0 0 0 9.242-12.775zm-1.258 10.043a6.26 6.26 0 0 1-7.21 1.172l-.563-.278-2.474.585.008-.03.512-2.49-.275-.544a6.258 6.258 0 1 1 10.002 1.585z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { d: "M16.214 14.564c-.303.478-.782 1.062-1.384 1.207-1.055.255-2.674.01-4.688-1.869l-.024-.022c-1.772-1.642-2.232-3.009-2.12-4.093.061-.615.574-1.171 1.006-1.535a.576.576 0 0 1 .901.207l.652 1.465a.572.572 0 0 1-.072.586l-.33.427a.567.567 0 0 0-.05.633c.184.324.626.8 1.117 1.24.55.499 1.162.954 1.548 1.11a.56.56 0 0 0 .614-.13l.382-.384a.585.585 0 0 1 .572-.147l1.548.44a.585.585 0 0 1 .328.865z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 18, y1: 0, x2: 12, y2: 24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#5DFD7B" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#21AB32" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), p1 = o(E1), u1 = ({
127
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "M7.688 13.578 4.3 12.418s-.404-.173-.274-.564c.027-.08.08-.15.243-.267.75-.55 13.893-5.513 13.893-5.513s.37-.131.59-.044c.054.018.103.05.14.094a.342.342 0 0 1 .078.156c.023.103.033.208.03.314-.002.091-.012.176-.02.309-.08 1.357-2.476 11.484-2.476 11.484s-.143.592-.657.613a.9.9 0 0 1-.37-.067.938.938 0 0 1-.315-.212c-1.008-.91-4.49-3.37-5.26-3.91a.152.152 0 0 1-.063-.11c-.01-.057.048-.128.048-.128s6.064-5.663 6.226-6.257c.012-.046-.035-.07-.098-.049-.403.156-7.385 4.788-8.156 5.3a.354.354 0 0 1-.171.01z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 12, y1: 24, x2: 12, y2: 0, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#1D93D2" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#38B0E3" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), p1 = o(E1), u1 = ({
128
128
  title: t,
129
129
  titleId: l,
130
130
  ...r
131
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m18 10-6 6-6-6", stroke: "currentColor" })), x1 = o(u1), M1 = ({
131
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833C3.374 24 6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687C24 20.626 24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833C20.626 0 17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687z", fill: "url(#b)" }), /* @__PURE__ */ e.createElement("path", { d: "M17.692 6.348a7.993 7.993 0 0 0-12.806 9.248l-.848 4.117a.305.305 0 0 0 .049.24.308.308 0 0 0 .328.127l4.035-.957a7.992 7.992 0 0 0 9.242-12.775zm-1.258 10.043a6.26 6.26 0 0 1-7.21 1.172l-.563-.278-2.474.585.008-.03.512-2.49-.275-.544a6.258 6.258 0 1 1 10.002 1.585z", fill: "#fff" }), /* @__PURE__ */ e.createElement("path", { d: "M16.214 14.564c-.303.478-.782 1.062-1.384 1.207-1.055.255-2.674.01-4.688-1.869l-.024-.022c-1.772-1.642-2.232-3.009-2.12-4.093.061-.615.574-1.171 1.006-1.535a.576.576 0 0 1 .901.207l.652 1.465a.572.572 0 0 1-.072.586l-.33.427a.567.567 0 0 0-.05.633c.184.324.626.8 1.117 1.24.55.499 1.162.954 1.548 1.11a.56.56 0 0 0 .614-.13l.382-.384a.585.585 0 0 1 .572-.147l1.548.44a.585.585 0 0 1 .328.865z", fill: "#fff" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 18, y1: 0, x2: 12, y2: 24, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#5DFD7B" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#21AB32" })), /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), x1 = o(u1), M1 = ({
132
132
  title: t,
133
133
  titleId: l,
134
134
  ...r
135
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 5L12 19M12 19L18 13.4412M12 19L6 13.4412", stroke: "currentColor" })), b1 = o(M1), L1 = ({
135
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m18 10-6 6-6-6", stroke: "currentColor" })), b1 = o(M1), L1 = ({
136
136
  title: t,
137
137
  titleId: l,
138
138
  ...r
139
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m6 6 12 12M18 6 6 18", stroke: "currentColor", strokeWidth: 1.5 })), k1 = o(L1), y1 = ({
139
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 5L12 19M12 19L18 13.4412M12 19L6 13.4412", stroke: "currentColor" })), k1 = o(L1), y1 = ({
140
140
  title: t,
141
141
  titleId: l,
142
142
  ...r
143
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M19.942 12.632c-.12-1.263-.318-1.509-.392-1.601-.172-.214-.447-.354-.737-.5a.116.116 0 0 1-.042-.034.109.109 0 0 1-.017-.1.112.112 0 0 1 .028-.044.468.468 0 0 0 .151-.392.497.497 0 0 0-.176-.33.563.563 0 0 0-.369-.131h-.52a.604.604 0 0 0-.067.004.296.296 0 0 0-.047-.015c-.308-.61-.73-1.446-1.604-1.853C14.855 7.03 12.466 7 12 7c-.467 0-2.855.031-4.15.635-.874.408-1.296 1.243-1.604 1.853l-.003.005a.23.23 0 0 0-.045.011.604.604 0 0 0-.066-.004H5.61a.564.564 0 0 0-.369.131.47.47 0 0 0-.023.72.106.106 0 0 1 .011.143.117.117 0 0 1-.042.035c-.29.147-.567.287-.737.5-.075.094-.272.338-.392 1.601-.067.71-.077 1.446-.025 1.92.11.984.316 1.58.324 1.604a.5.5 0 0 0 .168.23c.078.06.172.098.272.11v.006c0 .133.057.26.157.354.1.093.235.146.377.146h1.867a.552.552 0 0 0 .377-.146.485.485 0 0 0 .156-.354 2.7 2.7 0 0 0 .699-.1c.305-.077.618-.128.933-.153A31.838 31.838 0 0 1 12 16.125c.595 0 1.65.031 2.67.122.316.025.63.077.937.154.203.049.395.094.661.099 0 .132.056.26.156.353.1.094.236.147.378.147h1.867a.552.552 0 0 0 .377-.147c.1-.094.156-.22.156-.353v-.004a.55.55 0 0 0 .273-.11.5.5 0 0 0 .168-.23c.009-.024.215-.62.324-1.604.053-.474.043-1.208-.024-1.92zM7.21 9.916c.267-.531.572-1.133 1.115-1.386.785-.366 2.411-.531 3.675-.531 1.263 0 2.89.163 3.675.531.543.253.847.855 1.115 1.386l.033.068a.236.236 0 0 1-.018.243.26.26 0 0 1-.1.085.281.281 0 0 1-.13.029c-1.108-.028-3.442-.118-4.575-.118-1.134 0-3.467.092-4.577.12a.281.281 0 0 1-.13-.029.26.26 0 0 1-.1-.085.24.24 0 0 1-.018-.243l.035-.07zm.398 2.488c-.574.065-1.15.097-1.728.096-.354 0-.718-.094-.786-.389a.867.867 0 0 1-.016-.422c.02-.095.054-.165.22-.189.434-.063.677.016 1.386.212.47.13.81.302 1.003.44.097.067.046.243-.08.252zm7.38 2.563c-.438.047-1.316.03-2.978.03-1.662 0-2.54.017-2.978-.03-.453-.047-1.03-.449-.636-.806.262-.236.874-.412 1.69-.511.815-.1 1.16-.15 1.92-.15.761 0 1.071.031 1.921.15.85.12 1.493.298 1.69.511.36.383-.176.756-.629.808v-.002zm3.918-2.856c-.067.296-.434.389-.786.389a16.22 16.22 0 0 1-1.761-.096c-.102-.009-.15-.177-.047-.253.19-.14.534-.31 1.004-.44.71-.195 1.118-.274 1.47-.209.085.016.13.103.136.157.023.15.018.304-.016.452z", fill: "currentColor" })), R1 = o(y1), F1 = ({
143
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m6 6 12 12M18 6 6 18", stroke: "currentColor", strokeWidth: 1.5 })), R1 = o(y1), F1 = ({
144
144
  title: t,
145
145
  titleId: l,
146
146
  ...r
147
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m8.066 9.058 2.797-1.956a1.789 1.789 0 0 1 1.085-.322 2.34 2.34 0 0 1 1.313.438c.38.274.66.655.805 1.09.162.49.31.821.445.993.406.522.933.945 1.538 1.236.354.17.73.293 1.115.365.456.086.836.454.836.918s-.377.845-.837.785a6.276 6.276 0 0 1-1.77-.506 6.07 6.07 0 0 1-2.107-1.579l-.608 3.322 1.798 1.453 1.625 4.297a.869.869 0 1 1-1.625.615l-1.48-3.914-2.96-2.39a1.684 1.684 0 0 1-.537-.718 1.62 1.62 0 0 1-.084-.88l.444-2.424-.59.413-1.357 1.797a.861.861 0 0 1-1.374-1.038l1.514-2.005.014.01zM13.2 6.36a1.78 1.78 0 0 1-1.234-.492 1.649 1.649 0 0 1-.511-1.188c0-.446.184-.873.511-1.188A1.78 1.78 0 0 1 13.2 3c.463 0 .907.177 1.235.492.327.315.51.742.51 1.188 0 .445-.183.873-.51 1.188a1.78 1.78 0 0 1-1.235.492zM10.607 17.43l-2.262 2.594a.858.858 0 1 1-1.294-1.128l2.011-2.307.651-1.83 1.563 1.26-.67 1.411z", fill: "currentColor" })), S1 = o(F1), B1 = ({
147
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M19.942 12.632c-.12-1.263-.318-1.509-.392-1.601-.172-.214-.447-.354-.737-.5a.116.116 0 0 1-.042-.034.109.109 0 0 1-.017-.1.112.112 0 0 1 .028-.044.468.468 0 0 0 .151-.392.497.497 0 0 0-.176-.33.563.563 0 0 0-.369-.131h-.52a.604.604 0 0 0-.067.004.296.296 0 0 0-.047-.015c-.308-.61-.73-1.446-1.604-1.853C14.855 7.03 12.466 7 12 7c-.467 0-2.855.031-4.15.635-.874.408-1.296 1.243-1.604 1.853l-.003.005a.23.23 0 0 0-.045.011.604.604 0 0 0-.066-.004H5.61a.564.564 0 0 0-.369.131.47.47 0 0 0-.023.72.106.106 0 0 1 .011.143.117.117 0 0 1-.042.035c-.29.147-.567.287-.737.5-.075.094-.272.338-.392 1.601-.067.71-.077 1.446-.025 1.92.11.984.316 1.58.324 1.604a.5.5 0 0 0 .168.23c.078.06.172.098.272.11v.006c0 .133.057.26.157.354.1.093.235.146.377.146h1.867a.552.552 0 0 0 .377-.146.485.485 0 0 0 .156-.354 2.7 2.7 0 0 0 .699-.1c.305-.077.618-.128.933-.153A31.838 31.838 0 0 1 12 16.125c.595 0 1.65.031 2.67.122.316.025.63.077.937.154.203.049.395.094.661.099 0 .132.056.26.156.353.1.094.236.147.378.147h1.867a.552.552 0 0 0 .377-.147c.1-.094.156-.22.156-.353v-.004a.55.55 0 0 0 .273-.11.5.5 0 0 0 .168-.23c.009-.024.215-.62.324-1.604.053-.474.043-1.208-.024-1.92zM7.21 9.916c.267-.531.572-1.133 1.115-1.386.785-.366 2.411-.531 3.675-.531 1.263 0 2.89.163 3.675.531.543.253.847.855 1.115 1.386l.033.068a.236.236 0 0 1-.018.243.26.26 0 0 1-.1.085.281.281 0 0 1-.13.029c-1.108-.028-3.442-.118-4.575-.118-1.134 0-3.467.092-4.577.12a.281.281 0 0 1-.13-.029.26.26 0 0 1-.1-.085.24.24 0 0 1-.018-.243l.035-.07zm.398 2.488c-.574.065-1.15.097-1.728.096-.354 0-.718-.094-.786-.389a.867.867 0 0 1-.016-.422c.02-.095.054-.165.22-.189.434-.063.677.016 1.386.212.47.13.81.302 1.003.44.097.067.046.243-.08.252zm7.38 2.563c-.438.047-1.316.03-2.978.03-1.662 0-2.54.017-2.978-.03-.453-.047-1.03-.449-.636-.806.262-.236.874-.412 1.69-.511.815-.1 1.16-.15 1.92-.15.761 0 1.071.031 1.921.15.85.12 1.493.298 1.69.511.36.383-.176.756-.629.808v-.002zm3.918-2.856c-.067.296-.434.389-.786.389a16.22 16.22 0 0 1-1.761-.096c-.102-.009-.15-.177-.047-.253.19-.14.534-.31 1.004-.44.71-.195 1.118-.274 1.47-.209.085.016.13.103.136.157.023.15.018.304-.016.452z", fill: "currentColor" })), S1 = o(F1), B1 = ({
148
148
  title: t,
149
149
  titleId: l,
150
150
  ...r
151
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M14.25 13.124a2.628 2.628 0 0 0-2.625-2.625h-6A2.628 2.628 0 0 0 3 13.124c0 1.044.616 1.94 1.5 2.362v1.763h-.75a.75.75 0 1 0 0 1.5h.75v1.5a.75.75 0 1 0 1.5 0v-1.5h5.25v1.5a.75.75 0 1 0 1.5 0v-1.5h.75a.75.75 0 1 0 0-1.5h-.75v-1.763a2.622 2.622 0 0 0 1.5-2.362zM6 17.25v-1.5h5.25v1.5H6zm14.657-6.629c.366.72.435 1.475.223 2.225-.392 1.386-1.757 2.287-3.24 2.138-.181-.018-.258.024-.3.06a.293.293 0 0 0-.09.227v4.98a.75.75 0 1 1-1.5 0v-7.126a4.108 4.108 0 0 0-3.173-4.014.751.751 0 0 1-.573-.816c.07-.615.5-1.203 1.277-1.745.204-.142.22-.39.22-.492a3.029 3.029 0 0 1 .229-1.207 2.958 2.958 0 0 1 1.977-1.748 3.122 3.122 0 0 1 1.608.006c.878.235 1.61.888 1.957 1.745.16.398.237.806.227 1.215-.002.12.023.344.22.483A2.988 2.988 0 0 1 21 9.001c0 .44-.104.882-.308 1.31-.078.164-.072.231-.072.231.003.012.024.052.038.079z", fill: "currentColor" })), H1 = o(B1), z1 = ({
151
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m8.066 9.058 2.797-1.956a1.789 1.789 0 0 1 1.085-.322 2.34 2.34 0 0 1 1.313.438c.38.274.66.655.805 1.09.162.49.31.821.445.993.406.522.933.945 1.538 1.236.354.17.73.293 1.115.365.456.086.836.454.836.918s-.377.845-.837.785a6.276 6.276 0 0 1-1.77-.506 6.07 6.07 0 0 1-2.107-1.579l-.608 3.322 1.798 1.453 1.625 4.297a.869.869 0 1 1-1.625.615l-1.48-3.914-2.96-2.39a1.684 1.684 0 0 1-.537-.718 1.62 1.62 0 0 1-.084-.88l.444-2.424-.59.413-1.357 1.797a.861.861 0 0 1-1.374-1.038l1.514-2.005.014.01zM13.2 6.36a1.78 1.78 0 0 1-1.234-.492 1.649 1.649 0 0 1-.511-1.188c0-.446.184-.873.511-1.188A1.78 1.78 0 0 1 13.2 3c.463 0 .907.177 1.235.492.327.315.51.742.51 1.188 0 .445-.183.873-.51 1.188a1.78 1.78 0 0 1-1.235.492zM10.607 17.43l-2.262 2.594a.858.858 0 1 1-1.294-1.128l2.011-2.307.651-1.83 1.563 1.26-.67 1.411z", fill: "currentColor" })), H1 = o(B1), z1 = ({
152
152
  title: t,
153
153
  titleId: l,
154
154
  ...r
155
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.446 6.052h-.151l-3.218 6.097L8.744 6 4.179 17.108H3V18h6.462v-.892H8.18l1.282-3.472L12.077 18l2.513-4.364 1.282 3.472H14.59V18H21v-.892h-1.11L15.446 6.052z", fill: "#EC5353" })), $1 = o(z1), V1 = ({
155
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M14.25 13.124a2.628 2.628 0 0 0-2.625-2.625h-6A2.628 2.628 0 0 0 3 13.124c0 1.044.616 1.94 1.5 2.362v1.763h-.75a.75.75 0 1 0 0 1.5h.75v1.5a.75.75 0 1 0 1.5 0v-1.5h5.25v1.5a.75.75 0 1 0 1.5 0v-1.5h.75a.75.75 0 1 0 0-1.5h-.75v-1.763a2.622 2.622 0 0 0 1.5-2.362zM6 17.25v-1.5h5.25v1.5H6zm14.657-6.629c.366.72.435 1.475.223 2.225-.392 1.386-1.757 2.287-3.24 2.138-.181-.018-.258.024-.3.06a.293.293 0 0 0-.09.227v4.98a.75.75 0 1 1-1.5 0v-7.126a4.108 4.108 0 0 0-3.173-4.014.751.751 0 0 1-.573-.816c.07-.615.5-1.203 1.277-1.745.204-.142.22-.39.22-.492a3.029 3.029 0 0 1 .229-1.207 2.958 2.958 0 0 1 1.977-1.748 3.122 3.122 0 0 1 1.608.006c.878.235 1.61.888 1.957 1.745.16.398.237.806.227 1.215-.002.12.023.344.22.483A2.988 2.988 0 0 1 21 9.001c0 .44-.104.882-.308 1.31-.078.164-.072.231-.072.231.003.012.024.052.038.079z", fill: "currentColor" })), $1 = o(z1), V1 = ({
156
156
  title: t,
157
157
  titleId: l,
158
158
  ...r
159
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M19.819 18.875a.668.668 0 0 1-.972.915l-3.655-3.895c-.691.022-3.872.117-2.875-1.387a.656.656 0 0 1 .654-.17 5.368 5.368 0 0 0 2.305.194.837.837 0 0 1 .727.267l3.816 4.076zm-5.82-5.545a3.323 3.323 0 0 0 2.358-.975l3.447-3.45a.668.668 0 0 0-.942-.945l-3.448 3.45a2 2 0 0 1-2.27.384l4.66-4.663a.668.668 0 1 0-.942-.943L12.2 10.851a2.002 2.002 0 0 1 .384-2.272l3.449-3.449a.667.667 0 0 0-.943-.943l-3.447 3.45a3.342 3.342 0 0 0-.424 4.197L4.195 18.86a.667.667 0 0 0 .943.944l7.024-7.028c.545.36 1.184.553 1.838.553zm-6.364-.69c.552.52 1.062-.171 1.434-.541a1.334 1.334 0 0 0 .359-1.201c-.411-1.149.594-2.49-.238-3.413L6.22 4.374a1.308 1.308 0 0 0-2.22.92C4.158 8.37 5.29 9.94 7.635 12.64z", fill: "currentColor" })), P1 = o(V1), Z1 = ({
159
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.446 6.052h-.151l-3.218 6.097L8.744 6 4.179 17.108H3V18h6.462v-.892H8.18l1.282-3.472L12.077 18l2.513-4.364 1.282 3.472H14.59V18H21v-.892h-1.11L15.446 6.052z", fill: "#EC5353" })), P1 = o(V1), Z1 = ({
160
160
  title: t,
161
161
  titleId: l,
162
162
  ...r
163
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M10 4H7.333A3.333 3.333 0 0 0 4 7.333v9.334A3.333 3.333 0 0 0 7.333 20h6V7.333A3.334 3.334 0 0 0 10 4zM7.333 16.667h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334zm0-2.667h-.666a.666.666 0 1 1 0-1.333h.666a.667.667 0 1 1 0 1.333zm0-2.667h-.666a.667.667 0 1 1 0-1.333h.666a.666.666 0 1 1 0 1.333zm0-2.666h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334zm3.334 8H10a.667.667 0 0 1 0-1.334h.667a.667.667 0 0 1 0 1.334zm0-2.667H10a.666.666 0 1 1 0-1.333h.667a.667.667 0 0 1 0 1.333zm0-2.667H10A.667.667 0 1 1 10 10h.667a.667.667 0 1 1 0 1.333zm0-2.666H10a.667.667 0 1 1 0-1.334h.667a.667.667 0 0 1 0 1.334zm6-1.334h-2V20h2A3.337 3.337 0 0 0 20 16.667v-6a3.338 3.338 0 0 0-3.333-3.334zm.666 9.334a.666.666 0 1 1 0-1.333.666.666 0 0 1 0 1.333zm0-2.667a.666.666 0 1 1 0-1.332.666.666 0 0 1 0 1.332zm0-2.667a.667.667 0 1 1 0-1.333.667.667 0 0 1 0 1.333z", fill: "currentColor" })), A1 = o(Z1), D1 = ({
163
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M19.819 18.875a.668.668 0 0 1-.972.915l-3.655-3.895c-.691.022-3.872.117-2.875-1.387a.656.656 0 0 1 .654-.17 5.368 5.368 0 0 0 2.305.194.837.837 0 0 1 .727.267l3.816 4.076zm-5.82-5.545a3.323 3.323 0 0 0 2.358-.975l3.447-3.45a.668.668 0 0 0-.942-.945l-3.448 3.45a2 2 0 0 1-2.27.384l4.66-4.663a.668.668 0 1 0-.942-.943L12.2 10.851a2.002 2.002 0 0 1 .384-2.272l3.449-3.449a.667.667 0 0 0-.943-.943l-3.447 3.45a3.342 3.342 0 0 0-.424 4.197L4.195 18.86a.667.667 0 0 0 .943.944l7.024-7.028c.545.36 1.184.553 1.838.553zm-6.364-.69c.552.52 1.062-.171 1.434-.541a1.334 1.334 0 0 0 .359-1.201c-.411-1.149.594-2.49-.238-3.413L6.22 4.374a1.308 1.308 0 0 0-2.22.92C4.158 8.37 5.29 9.94 7.635 12.64z", fill: "currentColor" })), A1 = o(Z1), D1 = ({
164
164
  title: t,
165
165
  titleId: l,
166
166
  ...r
167
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16.667 6.667h-.734A3.34 3.34 0 0 0 12.667 4h-1.334a3.34 3.34 0 0 0-3.266 2.667h-.734A3.337 3.337 0 0 0 4 10v2h16v-2a3.337 3.337 0 0 0-3.333-3.333zm-7.211 0a2 2 0 0 1 1.877-1.334h1.334a2 2 0 0 1 1.877 1.334H9.456zM12.667 14a.667.667 0 0 1-1.334 0v-.666H4v3.333A3.337 3.337 0 0 0 7.333 20h9.334A3.337 3.337 0 0 0 20 16.667v-3.334h-7.333V14z", fill: "currentColor" })), q1 = o(D1), U1 = ({
167
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M10 4H7.333A3.333 3.333 0 0 0 4 7.333v9.334A3.333 3.333 0 0 0 7.333 20h6V7.333A3.334 3.334 0 0 0 10 4zM7.333 16.667h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334zm0-2.667h-.666a.666.666 0 1 1 0-1.333h.666a.667.667 0 1 1 0 1.333zm0-2.667h-.666a.667.667 0 1 1 0-1.333h.666a.666.666 0 1 1 0 1.333zm0-2.666h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334zm3.334 8H10a.667.667 0 0 1 0-1.334h.667a.667.667 0 0 1 0 1.334zm0-2.667H10a.666.666 0 1 1 0-1.333h.667a.667.667 0 0 1 0 1.333zm0-2.667H10A.667.667 0 1 1 10 10h.667a.667.667 0 1 1 0 1.333zm0-2.666H10a.667.667 0 1 1 0-1.334h.667a.667.667 0 0 1 0 1.334zm6-1.334h-2V20h2A3.337 3.337 0 0 0 20 16.667v-6a3.338 3.338 0 0 0-3.333-3.334zm.666 9.334a.666.666 0 1 1 0-1.333.666.666 0 0 1 0 1.333zm0-2.667a.666.666 0 1 1 0-1.332.666.666 0 0 1 0 1.332zm0-2.667a.667.667 0 1 1 0-1.333.667.667 0 0 1 0 1.333z", fill: "currentColor" })), q1 = o(D1), U1 = ({
168
168
  title: t,
169
169
  titleId: l,
170
170
  ...r
171
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.398 10.25h7.2v3.548h-7.2V10.25zM20.954 9.285h-.5v5.233h.5c.578 0 1.046-.469 1.046-1.046V10.33c0-.577-.469-1.045-1.046-1.045zM18.5 7.072h-1.984v9.905H18.5c.578-.001 1.046-.469 1.046-1.046V8.117c0-.577-.468-1.045-1.046-1.045zM4.46 8.117v7.814c0 .577.468 1.045 1.045 1.046h1.984V7.072H5.505c-.577 0-1.045.468-1.046 1.045zM1.998 10.33v3.142c0 .577.468 1.045 1.046 1.046h.5V9.285h-.5c-.578 0-1.046.468-1.046 1.045z", fill: "currentColor" })), _1 = o(U1), W1 = ({
171
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16.667 6.667h-.734A3.34 3.34 0 0 0 12.667 4h-1.334a3.34 3.34 0 0 0-3.266 2.667h-.734A3.337 3.337 0 0 0 4 10v2h16v-2a3.337 3.337 0 0 0-3.333-3.333zm-7.211 0a2 2 0 0 1 1.877-1.334h1.334a2 2 0 0 1 1.877 1.334H9.456zM12.667 14a.667.667 0 0 1-1.334 0v-.666H4v3.333A3.337 3.337 0 0 0 7.333 20h9.334A3.337 3.337 0 0 0 20 16.667v-3.334h-7.333V14z", fill: "currentColor" })), _1 = o(U1), W1 = ({
172
172
  title: t,
173
173
  titleId: l,
174
174
  ...r
175
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16.987 5c-.63 0-1.234.301-1.618.814l-2.354 3.35c-.25.335-.798.374-1.094.078l-.661-.661a1.353 1.353 0 0 0-.963-.4h-.09c-.364 0-.706.143-.963.4l-.967.967a.318.318 0 0 0 0 .45l5.728 5.728a.317.317 0 0 0 .45 0l.966-.968c.258-.257.4-.599.4-.963v-.09c0-.363-.142-.705-.4-.963l-.66-.66a.725.725 0 0 1 .07-1.088l3.365-2.367c.505-.378.806-.98.806-1.612A2.017 2.017 0 0 0 16.988 5Zm.106 2.545a.637.637 0 1 1 .002-1.274.637.637 0 0 1-.002 1.274ZM8.105 10.728a.318.318 0 0 0-.45 0L5.373 13.01c-.24.24-.373.56-.373.9 0 .34.132.66.373.9l.489.489c.1.1.255.122.38.053l1.12-.623-.622 1.122a.318.318 0 0 0 .053.379l2.398 2.398c.24.24.56.373.9.373.34 0 .66-.133.9-.373l2.282-2.282a.318.318 0 0 0 0-.45l-5.168-5.168Z", fill: "#B1B5C4" }), /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m4.222 4.222 15.556 15.556M1 12c0 6.075 4.925 11 11 11s11-4.925 11-11S18.075 1 12 1 1 5.925 1 12Z", stroke: "#777E91", strokeLinecap: "round" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), j1 = o(W1), T1 = ({
175
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.398 10.25h7.2v3.548h-7.2V10.25zM20.954 9.285h-.5v5.233h.5c.578 0 1.046-.469 1.046-1.046V10.33c0-.577-.469-1.045-1.046-1.045zM18.5 7.072h-1.984v9.905H18.5c.578-.001 1.046-.469 1.046-1.046V8.117c0-.577-.468-1.045-1.046-1.045zM4.46 8.117v7.814c0 .577.468 1.045 1.045 1.046h1.984V7.072H5.505c-.577 0-1.045.468-1.046 1.045zM1.998 10.33v3.142c0 .577.468 1.045 1.046 1.046h.5V9.285h-.5c-.578 0-1.046.468-1.046 1.045z", fill: "currentColor" })), j1 = o(W1), T1 = ({
176
176
  title: t,
177
177
  titleId: l,
178
178
  ...r
179
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M18 12 8 18V6l10 6Z", fill: "currentColor" })), G1 = o(T1), O1 = ({
179
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16.987 5c-.63 0-1.234.301-1.618.814l-2.354 3.35c-.25.335-.798.374-1.094.078l-.661-.661a1.353 1.353 0 0 0-.963-.4h-.09c-.364 0-.706.143-.963.4l-.967.967a.318.318 0 0 0 0 .45l5.728 5.728a.317.317 0 0 0 .45 0l.966-.968c.258-.257.4-.599.4-.963v-.09c0-.363-.142-.705-.4-.963l-.66-.66a.725.725 0 0 1 .07-1.088l3.365-2.367c.505-.378.806-.98.806-1.612A2.017 2.017 0 0 0 16.988 5Zm.106 2.545a.637.637 0 1 1 .002-1.274.637.637 0 0 1-.002 1.274ZM8.105 10.728a.318.318 0 0 0-.45 0L5.373 13.01c-.24.24-.373.56-.373.9 0 .34.132.66.373.9l.489.489c.1.1.255.122.38.053l1.12-.623-.622 1.122a.318.318 0 0 0 .053.379l2.398 2.398c.24.24.56.373.9.373.34 0 .66-.133.9-.373l2.282-2.282a.318.318 0 0 0 0-.45l-5.168-5.168Z", fill: "#B1B5C4" }), /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m4.222 4.222 15.556 15.556M1 12c0 6.075 4.925 11 11 11s11-4.925 11-11S18.075 1 12 1 1 5.925 1 12Z", stroke: "#777E91", strokeLinecap: "round" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), G1 = o(T1), O1 = ({
180
180
  title: t,
181
181
  titleId: l,
182
182
  ...r
183
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { width: 20, height: 20, rx: 4, fill: "#141416" }), /* @__PURE__ */ e.createElement("path", { d: "m14.665 6.667-6.222 6.666L5.332 10", stroke: "#fff", strokeWidth: 1.5, strokeLinecap: "square", strokeLinejoin: "round" })), N1 = o(O1), J1 = ({
183
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M18 12 8 18V6l10 6Z", fill: "currentColor" })), N1 = o(O1), J1 = ({
184
184
  title: t,
185
185
  titleId: l,
186
186
  ...r
187
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { x: 0.5, y: 0.5, width: 19, height: 19, rx: 3.5, fill: "#E6E8EC", stroke: "#B1B5C4" })), K1 = o(J1), Q1 = ({
187
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { width: 20, height: 20, rx: 4, fill: "#141416" }), /* @__PURE__ */ e.createElement("path", { d: "m14.665 6.667-6.222 6.666L5.332 10", stroke: "#fff", strokeWidth: 1.5, strokeLinecap: "square", strokeLinejoin: "round" })), K1 = o(J1), Q1 = ({
188
188
  title: t,
189
189
  titleId: l,
190
190
  ...r
191
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m18 10-6 6-6-6", stroke: "currentColor" })), X1 = o(Q1), Y1 = ({
191
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { x: 0.5, y: 0.5, width: 19, height: 19, rx: 3.5, fill: "#E6E8EC", stroke: "#B1B5C4" })), X1 = o(Q1), Y1 = ({
192
192
  title: t,
193
193
  titleId: l,
194
194
  ...r
195
- }, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "white", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z" })), I1 = o(Y1), e0 = ({
195
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m18 10-6 6-6-6", stroke: "currentColor" })), I1 = o(Y1), e0 = ({
196
196
  title: t,
197
197
  titleId: l,
198
198
  ...r
199
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { width: 20, height: 20, rx: 4, fill: "#141416" }), /* @__PURE__ */ e.createElement("path", { d: "M5.33203 10H14.6654", stroke: "white" })), l0 = o(e0), t0 = ({
199
+ }, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "white", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M 9 2 C 5.1458514 2 2 5.1458514 2 9 C 2 12.854149 5.1458514 16 9 16 C 10.747998 16 12.345009 15.348024 13.574219 14.28125 L 14 14.707031 L 14 16 L 20 22 L 22 20 L 16 14 L 14.707031 14 L 14.28125 13.574219 C 15.348024 12.345009 16 10.747998 16 9 C 16 5.1458514 12.854149 2 9 2 z M 9 4 C 11.773268 4 14 6.2267316 14 9 C 14 11.773268 11.773268 14 9 14 C 6.2267316 14 4 11.773268 4 9 C 4 6.2267316 6.2267316 4 9 4 z" })), l0 = o(e0), t0 = ({
200
200
  title: t,
201
201
  titleId: l,
202
202
  ...r
203
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M10 6L16 12L10 18", stroke: "currentColor" })), r0 = o(t0), a0 = ({
203
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { width: 20, height: 20, rx: 4, fill: "#141416" }), /* @__PURE__ */ e.createElement("path", { d: "M5.33203 10H14.6654", stroke: "white" })), r0 = o(t0), a0 = ({
204
204
  title: t,
205
205
  titleId: l,
206
206
  ...r
207
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M19.0027 9.24264C18.1929 7.84012 15.9814 6.01912 14.4658 5.44866C12.9501 4.87819 11.2835 4.85092 9.74994 5.37149C8.21639 5.89206 6.9108 6.92825 6.0556 8.30353C5.2004 9.6788 4.84851 11.3081 5.0599 12.9137C5.27128 14.5193 6.03286 16.002 7.21487 17.109C8.39687 18.2161 9.92617 18.8791 11.5422 18.985C13.1582 19.0909 14.761 18.6332 16.0774 17.6899C17.3938 16.7466 18.3423 15.376 18.7615 13.8117M19.0027 9.24264H14.76M19.0027 9.24264V5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })), n0 = o(a0), o0 = ({
207
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M10 6L16 12L10 18", stroke: "currentColor" })), n0 = o(a0), o0 = ({
208
208
  title: t,
209
209
  titleId: l,
210
210
  ...r
211
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M9.99992 1.42859C8.23181 1.42859 6.53612 2.13097 5.28587 3.38121C4.03563 4.63145 3.33325 6.32715 3.33325 8.09525C3.33325 13.4921 9.99992 18.5714 9.99992 18.5714C9.99992 18.5714 16.6666 13.4921 16.6666 8.09525C16.6666 6.32715 15.9642 4.63145 14.714 3.38121C13.4637 2.13097 11.768 1.42859 9.99992 1.42859ZM9.99992 11.2699C9.37204 11.2699 8.75826 11.0837 8.2362 10.7348C7.71414 10.386 7.30725 9.89021 7.06697 9.31012C6.82669 8.73004 6.76382 8.09173 6.88631 7.47592C7.00881 6.86011 7.31116 6.29445 7.75514 5.85047C8.19911 5.4065 8.76477 5.10414 9.38058 4.98165C9.9964 4.85916 10.6347 4.92203 11.2148 5.1623C11.7949 5.40258 12.2907 5.80948 12.6395 6.33154C12.9883 6.8536 13.1745 7.46738 13.1745 8.09525C13.1745 8.93721 12.8401 9.74469 12.2447 10.34C11.6493 10.9354 10.8419 11.2699 9.99992 11.2699Z", fill: "#141416" })), c0 = o(o0), s0 = ({
211
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M19.0027 9.24264C18.1929 7.84012 15.9814 6.01912 14.4658 5.44866C12.9501 4.87819 11.2835 4.85092 9.74994 5.37149C8.21639 5.89206 6.9108 6.92825 6.0556 8.30353C5.2004 9.6788 4.84851 11.3081 5.0599 12.9137C5.27128 14.5193 6.03286 16.002 7.21487 17.109C8.39687 18.2161 9.92617 18.8791 11.5422 18.985C13.1582 19.0909 14.761 18.6332 16.0774 17.6899C17.3938 16.7466 18.3423 15.376 18.7615 13.8117M19.0027 9.24264H14.76M19.0027 9.24264V5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })), c0 = o(o0), s0 = ({
212
212
  title: t,
213
213
  titleId: l,
214
214
  ...r
215
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16.0418 7.56663L16.8751 6.73329L14.4918 4.40829L13.6584 5.24163C12.8002 4.70323 11.8372 4.35381 10.8334 4.21663V3.33329H12.5001V1.66663H7.50009V3.33329H9.16676V4.21663C7.6413 4.39543 6.21496 5.06408 5.10174 6.12224C3.98851 7.1804 3.24844 8.57102 2.99255 10.0855C2.73666 11.5999 2.97876 13.1565 3.68252 14.5216C4.38628 15.8868 5.51376 16.987 6.89578 17.657C8.2778 18.3271 9.83984 18.531 11.3475 18.238C12.8552 17.9451 14.2273 17.1711 15.2578 16.0323C16.2884 14.8934 16.9218 13.4511 17.0632 11.9217C17.2045 10.3924 16.8461 8.85838 16.0418 7.54996V7.56663ZM10.0001 16.6666C8.56418 16.6644 7.18771 16.093 6.17236 15.0777C5.15702 14.0623 4.58563 12.6859 4.58342 11.25H10.0001V5.83329C11.4367 5.83329 12.8144 6.40398 13.8302 7.4198C14.8461 8.43562 15.4168 9.81337 15.4168 11.25C15.4168 12.6865 14.8461 14.0643 13.8302 15.0801C12.8144 16.0959 11.4367 16.6666 10.0001 16.6666Z", fill: "#141416" })), i0 = o(s0), w0 = ({
215
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M9.99992 1.42859C8.23181 1.42859 6.53612 2.13097 5.28587 3.38121C4.03563 4.63145 3.33325 6.32715 3.33325 8.09525C3.33325 13.4921 9.99992 18.5714 9.99992 18.5714C9.99992 18.5714 16.6666 13.4921 16.6666 8.09525C16.6666 6.32715 15.9642 4.63145 14.714 3.38121C13.4637 2.13097 11.768 1.42859 9.99992 1.42859ZM9.99992 11.2699C9.37204 11.2699 8.75826 11.0837 8.2362 10.7348C7.71414 10.386 7.30725 9.89021 7.06697 9.31012C6.82669 8.73004 6.76382 8.09173 6.88631 7.47592C7.00881 6.86011 7.31116 6.29445 7.75514 5.85047C8.19911 5.4065 8.76477 5.10414 9.38058 4.98165C9.9964 4.85916 10.6347 4.92203 11.2148 5.1623C11.7949 5.40258 12.2907 5.80948 12.6395 6.33154C12.9883 6.8536 13.1745 7.46738 13.1745 8.09525C13.1745 8.93721 12.8401 9.74469 12.2447 10.34C11.6493 10.9354 10.8419 11.2699 9.99992 11.2699Z", fill: "#141416" })), i0 = o(s0), w0 = ({
216
216
  title: t,
217
217
  titleId: l,
218
218
  ...r
219
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12.0004 2C9.34927 2.00287 6.8075 3.05704 4.93284 4.93121C3.05818 6.80539 2.00374 9.3465 2.00087 11.997C1.89588 19.9721 11.2996 24.8506 17.7502 20.1753C17.8429 20.1137 17.9223 20.0341 17.9837 19.9413C18.0451 19.8484 18.0873 19.7442 18.1078 19.6348C18.1282 19.5254 18.1266 19.413 18.1028 19.3043C18.0791 19.1955 18.0339 19.0926 17.9697 19.0017C17.9056 18.9107 17.8238 18.8335 17.7294 18.7746C17.6349 18.7158 17.5295 18.6764 17.4196 18.659C17.3096 18.6415 17.1973 18.6462 17.0892 18.6728C16.9811 18.6995 16.8794 18.7475 16.7902 18.8141C11.4171 22.7071 3.58414 18.6433 3.66747 11.997C4.12495 0.945319 19.8776 0.947818 20.3334 11.997V13.6631C20.3334 14.105 20.1578 14.5288 19.8453 14.8413C19.5327 15.1538 19.1088 15.3293 18.6668 15.3293C18.2248 15.3293 17.8009 15.1538 17.4884 14.8413C17.1758 14.5288 17.0002 14.105 17.0002 13.6631V11.997C16.7902 5.39148 7.20981 5.39231 7.00065 11.997C7.01035 13.01 7.32685 13.9963 7.90843 14.8259C8.49002 15.6555 9.30939 16.2895 10.2586 16.6443C11.2077 16.999 12.2421 17.0579 13.2255 16.8132C14.2088 16.5685 15.0949 16.0317 15.7669 15.2735C16.1284 15.9113 16.6902 16.4122 17.3653 16.6985C18.0403 16.9848 18.791 17.0405 19.5009 16.8571C20.2109 16.6737 20.8406 16.2613 21.2924 15.6839C21.7441 15.1065 21.9929 14.3962 22 13.6631V11.997C21.9971 9.3465 20.9427 6.80539 19.068 4.93121C17.1934 3.05704 14.6516 2.00287 12.0004 2ZM12.0004 15.3293C11.1164 15.3293 10.2686 14.9782 9.64352 14.3533C9.01842 13.7284 8.66725 12.8808 8.66725 11.997C8.66725 11.1132 9.01842 10.2656 9.64352 9.64067C10.2686 9.01574 11.1164 8.66465 12.0004 8.66465C12.8845 8.66465 13.7323 9.01574 14.3574 9.64067C14.9824 10.2656 15.3336 11.1132 15.3336 11.997C15.3336 12.8808 14.9824 13.7284 14.3574 14.3533C13.7323 14.9782 12.8845 15.3293 12.0004 15.3293Z", fill: "white" })), m0 = o(w0), h0 = ({
219
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 20, height: 20, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16.0418 7.56663L16.8751 6.73329L14.4918 4.40829L13.6584 5.24163C12.8002 4.70323 11.8372 4.35381 10.8334 4.21663V3.33329H12.5001V1.66663H7.50009V3.33329H9.16676V4.21663C7.6413 4.39543 6.21496 5.06408 5.10174 6.12224C3.98851 7.1804 3.24844 8.57102 2.99255 10.0855C2.73666 11.5999 2.97876 13.1565 3.68252 14.5216C4.38628 15.8868 5.51376 16.987 6.89578 17.657C8.2778 18.3271 9.83984 18.531 11.3475 18.238C12.8552 17.9451 14.2273 17.1711 15.2578 16.0323C16.2884 14.8934 16.9218 13.4511 17.0632 11.9217C17.2045 10.3924 16.8461 8.85838 16.0418 7.54996V7.56663ZM10.0001 16.6666C8.56418 16.6644 7.18771 16.093 6.17236 15.0777C5.15702 14.0623 4.58563 12.6859 4.58342 11.25H10.0001V5.83329C11.4367 5.83329 12.8144 6.40398 13.8302 7.4198C14.8461 8.43562 15.4168 9.81337 15.4168 11.25C15.4168 12.6865 14.8461 14.0643 13.8302 15.0801C12.8144 16.0959 11.4367 16.6666 10.0001 16.6666Z", fill: "#141416" })), m0 = o(w0), d0 = ({
220
220
  title: t,
221
221
  titleId: l,
222
222
  ...r
223
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 25, viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { x: 6, y: 6.81201, width: 4, height: 12, fill: "#141416" }), /* @__PURE__ */ e.createElement("rect", { x: 14, y: 6.81201, width: 4, height: 12, fill: "#141416" })), d0 = o(h0), C0 = ({
223
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12.0004 2C9.34927 2.00287 6.8075 3.05704 4.93284 4.93121C3.05818 6.80539 2.00374 9.3465 2.00087 11.997C1.89588 19.9721 11.2996 24.8506 17.7502 20.1753C17.8429 20.1137 17.9223 20.0341 17.9837 19.9413C18.0451 19.8484 18.0873 19.7442 18.1078 19.6348C18.1282 19.5254 18.1266 19.413 18.1028 19.3043C18.0791 19.1955 18.0339 19.0926 17.9697 19.0017C17.9056 18.9107 17.8238 18.8335 17.7294 18.7746C17.6349 18.7158 17.5295 18.6764 17.4196 18.659C17.3096 18.6415 17.1973 18.6462 17.0892 18.6728C16.9811 18.6995 16.8794 18.7475 16.7902 18.8141C11.4171 22.7071 3.58414 18.6433 3.66747 11.997C4.12495 0.945319 19.8776 0.947818 20.3334 11.997V13.6631C20.3334 14.105 20.1578 14.5288 19.8453 14.8413C19.5327 15.1538 19.1088 15.3293 18.6668 15.3293C18.2248 15.3293 17.8009 15.1538 17.4884 14.8413C17.1758 14.5288 17.0002 14.105 17.0002 13.6631V11.997C16.7902 5.39148 7.20981 5.39231 7.00065 11.997C7.01035 13.01 7.32685 13.9963 7.90843 14.8259C8.49002 15.6555 9.30939 16.2895 10.2586 16.6443C11.2077 16.999 12.2421 17.0579 13.2255 16.8132C14.2088 16.5685 15.0949 16.0317 15.7669 15.2735C16.1284 15.9113 16.6902 16.4122 17.3653 16.6985C18.0403 16.9848 18.791 17.0405 19.5009 16.8571C20.2109 16.6737 20.8406 16.2613 21.2924 15.6839C21.7441 15.1065 21.9929 14.3962 22 13.6631V11.997C21.9971 9.3465 20.9427 6.80539 19.068 4.93121C17.1934 3.05704 14.6516 2.00287 12.0004 2ZM12.0004 15.3293C11.1164 15.3293 10.2686 14.9782 9.64352 14.3533C9.01842 13.7284 8.66725 12.8808 8.66725 11.997C8.66725 11.1132 9.01842 10.2656 9.64352 9.64067C10.2686 9.01574 11.1164 8.66465 12.0004 8.66465C12.8845 8.66465 13.7323 9.01574 14.3574 9.64067C14.9824 10.2656 15.3336 11.1132 15.3336 11.997C15.3336 12.8808 14.9824 13.7284 14.3574 14.3533C13.7323 14.9782 12.8845 15.3293 12.0004 15.3293Z", fill: "white" })), h0 = o(d0), C0 = ({
224
224
  title: t,
225
225
  titleId: l,
226
226
  ...r
227
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_726_89778)" }, /* @__PURE__ */ e.createElement("rect", { x: 3, y: 5, width: 18, height: 14, fill: "white" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.68707 1.68707C0 3.37414 0 6.08942 0 11.52V12.48C0 17.9106 0 20.6259 1.68707 22.3129C3.37414 24 6.08942 24 11.52 24H12.48C17.9106 24 20.6259 24 22.3129 22.3129C24 20.6259 24 17.9106 24 12.48V11.52C24 6.08942 24 3.37414 22.3129 1.68707C20.6259 0 17.9106 0 12.48 0H11.52C6.08942 0 3.37414 0 1.68707 1.68707Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.68794 13.5775L4.30035 12.4179C4.30035 12.4179 3.8955 12.2453 4.02586 11.854C4.0527 11.7733 4.10683 11.7046 4.26878 11.5866C5.01937 11.0369 18.1617 6.07398 18.1617 6.07398C18.1617 6.07398 18.5328 5.94261 18.7517 6.02999C18.8058 6.0476 18.8545 6.08 18.8928 6.12388C18.9311 6.16776 18.9577 6.22155 18.9697 6.27973C18.9933 6.38251 19.0032 6.48825 18.9991 6.59389C18.998 6.68528 18.9875 6.76999 18.9795 6.90282C18.8995 8.25971 16.5041 18.3866 16.5041 18.3866C16.5041 18.3866 16.3608 18.9792 15.8474 18.9995C15.7212 19.0038 15.5955 18.9813 15.4777 18.9335C15.36 18.8856 15.2526 18.8133 15.162 18.7209C14.1544 17.8103 10.6717 15.3513 9.90214 14.8104C9.88478 14.798 9.87016 14.7818 9.85926 14.763C9.84837 14.7441 9.84145 14.723 9.83898 14.7011C9.82822 14.6441 9.88722 14.5735 9.88722 14.5735C9.88722 14.5735 15.9515 8.91014 16.1128 8.31561C16.1253 8.26955 16.0781 8.24683 16.0147 8.267C15.612 8.42268 8.62974 13.0553 7.85913 13.5666C7.80366 13.5842 7.74503 13.588 7.68794 13.5775Z", fill: "white" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_726_89778" }, /* @__PURE__ */ e.createElement("rect", { width: 24, height: 24, fill: "none" })))), v0 = o(C0), g0 = ({
227
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 25, viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("rect", { x: 6, y: 6.81201, width: 4, height: 12, fill: "#141416" }), /* @__PURE__ */ e.createElement("rect", { x: 14, y: 6.81201, width: 4, height: 12, fill: "#141416" })), v0 = o(C0), g0 = ({
228
228
  title: t,
229
229
  titleId: l,
230
230
  ...r
231
- }, a) => /* @__PURE__ */ e.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { opacity: 0.6, clipPath: "url(#clip0_26270_59166)" }, /* @__PURE__ */ e.createElement("path", { d: "M4.85483 0.615298C3.91855 0.814466 3.05044 1.25448 2.33628 1.89186C1.62212 2.52924 1.08663 3.34193 0.782705 4.24963C0.478785 5.15733 0.416959 6.12861 0.603337 7.06752C0.789715 8.00643 1.21785 8.88046 1.84543 9.60324C1.92018 9.69313 1.96438 9.80448 1.97162 9.92116C1.97887 10.0378 1.94878 10.1538 1.88571 10.2522L1.6329 10.6596C1.58122 10.7429 1.55273 10.8385 1.55039 10.9364C1.54805 11.0344 1.57195 11.1313 1.6196 11.2169C1.66725 11.3026 1.73693 11.374 1.82143 11.4237C1.90592 11.4734 2.00216 11.4996 2.10019 11.4996H5.8425C7.26424 11.5149 8.63867 10.9893 9.68742 10.0293C10.7362 9.0692 11.3808 7.74642 11.4908 6.32886C11.5411 5.48298 11.3954 4.63691 11.0652 3.85653C10.735 3.07615 10.2291 2.38251 9.58697 1.82962C8.94482 1.27673 8.18373 0.879516 7.36295 0.668894C6.54217 0.458273 5.68386 0.439931 4.85483 0.615298ZM6.00046 2.49957C6.15259 2.49958 6.30131 2.54471 6.4278 2.62924C6.55429 2.71377 6.65287 2.83391 6.71109 2.97447C6.7693 3.11503 6.78452 3.26969 6.75484 3.4189C6.72515 3.56811 6.65188 3.70517 6.5443 3.81274C6.43672 3.92032 6.29966 3.99357 6.15044 4.02325C6.00123 4.05292 5.84657 4.03769 5.70601 3.97946C5.56546 3.92124 5.44533 3.82265 5.36081 3.69615C5.27629 3.56965 5.23117 3.42093 5.23117 3.2688C5.23119 3.06478 5.31225 2.86913 5.45651 2.72487C5.60078 2.58062 5.79644 2.49957 6.00046 2.49957ZM6.61569 8.99957H6.00046C5.93479 8.99959 5.86977 8.98667 5.8091 8.96155C5.74843 8.93643 5.6933 8.8996 5.64687 8.85316C5.60043 8.80673 5.5636 8.75161 5.53848 8.69094C5.51336 8.63026 5.50044 8.56524 5.50046 8.49957V5.92267H5.38522C5.25261 5.92267 5.12544 5.86999 5.03167 5.77622C4.9379 5.68245 4.88522 5.55528 4.88522 5.42267C4.88522 5.29006 4.9379 5.16288 5.03167 5.06911C5.12544 4.97535 5.25261 4.92267 5.38522 4.92267H6.00046C6.06612 4.92265 6.13115 4.93557 6.19182 4.96069C6.25249 4.98582 6.30762 5.02264 6.35405 5.06908C6.40048 5.11551 6.43731 5.17064 6.46243 5.23131C6.48755 5.29198 6.50048 5.357 6.50046 5.42267V7.99957H6.61569C6.7483 7.99957 6.87548 8.05225 6.96925 8.14602C7.06301 8.23979 7.11569 8.36696 7.11569 8.49957C7.11569 8.63218 7.06301 8.75936 6.96925 8.85313C6.87548 8.94689 6.7483 8.99957 6.61569 8.99957Z", fill: "currentColor" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_26270_59166" }, /* @__PURE__ */ e.createElement("rect", { width: 12, height: 12, fill: "white" })))), f0 = o(g0), E0 = ({
231
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_726_89778)" }, /* @__PURE__ */ e.createElement("rect", { x: 3, y: 5, width: 18, height: 14, fill: "white" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.68707 1.68707C0 3.37414 0 6.08942 0 11.52V12.48C0 17.9106 0 20.6259 1.68707 22.3129C3.37414 24 6.08942 24 11.52 24H12.48C17.9106 24 20.6259 24 22.3129 22.3129C24 20.6259 24 17.9106 24 12.48V11.52C24 6.08942 24 3.37414 22.3129 1.68707C20.6259 0 17.9106 0 12.48 0H11.52C6.08942 0 3.37414 0 1.68707 1.68707Z", fill: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.68794 13.5775L4.30035 12.4179C4.30035 12.4179 3.8955 12.2453 4.02586 11.854C4.0527 11.7733 4.10683 11.7046 4.26878 11.5866C5.01937 11.0369 18.1617 6.07398 18.1617 6.07398C18.1617 6.07398 18.5328 5.94261 18.7517 6.02999C18.8058 6.0476 18.8545 6.08 18.8928 6.12388C18.9311 6.16776 18.9577 6.22155 18.9697 6.27973C18.9933 6.38251 19.0032 6.48825 18.9991 6.59389C18.998 6.68528 18.9875 6.76999 18.9795 6.90282C18.8995 8.25971 16.5041 18.3866 16.5041 18.3866C16.5041 18.3866 16.3608 18.9792 15.8474 18.9995C15.7212 19.0038 15.5955 18.9813 15.4777 18.9335C15.36 18.8856 15.2526 18.8133 15.162 18.7209C14.1544 17.8103 10.6717 15.3513 9.90214 14.8104C9.88478 14.798 9.87016 14.7818 9.85926 14.763C9.84837 14.7441 9.84145 14.723 9.83898 14.7011C9.82822 14.6441 9.88722 14.5735 9.88722 14.5735C9.88722 14.5735 15.9515 8.91014 16.1128 8.31561C16.1253 8.26955 16.0781 8.24683 16.0147 8.267C15.612 8.42268 8.62974 13.0553 7.85913 13.5666C7.80366 13.5842 7.74503 13.588 7.68794 13.5775Z", fill: "white" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_726_89778" }, /* @__PURE__ */ e.createElement("rect", { width: 24, height: 24, fill: "none" })))), f0 = o(g0), E0 = ({
232
232
  title: t,
233
233
  titleId: l,
234
234
  ...r
235
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.74919 7.75061H8.24919M7.74919 8.25061H8.24919M3.08252 7.75061H3.58252M3.08252 8.25061H3.58252M12.4159 7.75061H12.9159M12.4159 8.25061H12.9159M8.66602 8.00065C8.66602 8.36884 8.36754 8.66732 7.99935 8.66732C7.63116 8.66732 7.33268 8.36884 7.33268 8.00065C7.33268 7.63246 7.63116 7.33398 7.99935 7.33398C8.36754 7.33398 8.66602 7.63246 8.66602 8.00065ZM3.99935 8.00065C3.99935 8.36884 3.70087 8.66732 3.33268 8.66732C2.96449 8.66732 2.66602 8.36884 2.66602 8.00065C2.66602 7.63246 2.96449 7.33398 3.33268 7.33398C3.70087 7.33398 3.99935 7.63246 3.99935 8.00065ZM13.3327 8.00065C13.3327 8.36884 13.0342 8.66732 12.666 8.66732C12.2978 8.66732 11.9993 8.36884 11.9993 8.00065C11.9993 7.63246 12.2978 7.33398 12.666 7.33398C13.0342 7.33398 13.3327 7.63246 13.3327 8.00065Z", stroke: "currentColor", strokeLinecap: "round" })), p0 = o(E0), u0 = ({
235
+ }, a) => /* @__PURE__ */ e.createElement("svg", { width: 12, height: 12, viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { opacity: 0.6, clipPath: "url(#clip0_26270_59166)" }, /* @__PURE__ */ e.createElement("path", { d: "M4.85483 0.615298C3.91855 0.814466 3.05044 1.25448 2.33628 1.89186C1.62212 2.52924 1.08663 3.34193 0.782705 4.24963C0.478785 5.15733 0.416959 6.12861 0.603337 7.06752C0.789715 8.00643 1.21785 8.88046 1.84543 9.60324C1.92018 9.69313 1.96438 9.80448 1.97162 9.92116C1.97887 10.0378 1.94878 10.1538 1.88571 10.2522L1.6329 10.6596C1.58122 10.7429 1.55273 10.8385 1.55039 10.9364C1.54805 11.0344 1.57195 11.1313 1.6196 11.2169C1.66725 11.3026 1.73693 11.374 1.82143 11.4237C1.90592 11.4734 2.00216 11.4996 2.10019 11.4996H5.8425C7.26424 11.5149 8.63867 10.9893 9.68742 10.0293C10.7362 9.0692 11.3808 7.74642 11.4908 6.32886C11.5411 5.48298 11.3954 4.63691 11.0652 3.85653C10.735 3.07615 10.2291 2.38251 9.58697 1.82962C8.94482 1.27673 8.18373 0.879516 7.36295 0.668894C6.54217 0.458273 5.68386 0.439931 4.85483 0.615298ZM6.00046 2.49957C6.15259 2.49958 6.30131 2.54471 6.4278 2.62924C6.55429 2.71377 6.65287 2.83391 6.71109 2.97447C6.7693 3.11503 6.78452 3.26969 6.75484 3.4189C6.72515 3.56811 6.65188 3.70517 6.5443 3.81274C6.43672 3.92032 6.29966 3.99357 6.15044 4.02325C6.00123 4.05292 5.84657 4.03769 5.70601 3.97946C5.56546 3.92124 5.44533 3.82265 5.36081 3.69615C5.27629 3.56965 5.23117 3.42093 5.23117 3.2688C5.23119 3.06478 5.31225 2.86913 5.45651 2.72487C5.60078 2.58062 5.79644 2.49957 6.00046 2.49957ZM6.61569 8.99957H6.00046C5.93479 8.99959 5.86977 8.98667 5.8091 8.96155C5.74843 8.93643 5.6933 8.8996 5.64687 8.85316C5.60043 8.80673 5.5636 8.75161 5.53848 8.69094C5.51336 8.63026 5.50044 8.56524 5.50046 8.49957V5.92267H5.38522C5.25261 5.92267 5.12544 5.86999 5.03167 5.77622C4.9379 5.68245 4.88522 5.55528 4.88522 5.42267C4.88522 5.29006 4.9379 5.16288 5.03167 5.06911C5.12544 4.97535 5.25261 4.92267 5.38522 4.92267H6.00046C6.06612 4.92265 6.13115 4.93557 6.19182 4.96069C6.25249 4.98582 6.30762 5.02264 6.35405 5.06908C6.40048 5.11551 6.43731 5.17064 6.46243 5.23131C6.48755 5.29198 6.50048 5.357 6.50046 5.42267V7.99957H6.61569C6.7483 7.99957 6.87548 8.05225 6.96925 8.14602C7.06301 8.23979 7.11569 8.36696 7.11569 8.49957C7.11569 8.63218 7.06301 8.75936 6.96925 8.85313C6.87548 8.94689 6.7483 8.99957 6.61569 8.99957Z", fill: "currentColor" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_26270_59166" }, /* @__PURE__ */ e.createElement("rect", { width: 12, height: 12, fill: "white" })))), p0 = o(E0), u0 = ({
236
236
  title: t,
237
237
  titleId: l,
238
238
  ...r
239
- }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.33203 5L13.332 10L8.33203 15", stroke: "currentColor", strokeWidth: 1.5 })), x0 = o(u0), i = {}, M0 = {
240
- arrowRight: () => /* @__PURE__ */ n(r0, {}),
239
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.74919 7.75061H8.24919M7.74919 8.25061H8.24919M3.08252 7.75061H3.58252M3.08252 8.25061H3.58252M12.4159 7.75061H12.9159M12.4159 8.25061H12.9159M8.66602 8.00065C8.66602 8.36884 8.36754 8.66732 7.99935 8.66732C7.63116 8.66732 7.33268 8.36884 7.33268 8.00065C7.33268 7.63246 7.63116 7.33398 7.99935 7.33398C8.36754 7.33398 8.66602 7.63246 8.66602 8.00065ZM3.99935 8.00065C3.99935 8.36884 3.70087 8.66732 3.33268 8.66732C2.96449 8.66732 2.66602 8.36884 2.66602 8.00065C2.66602 7.63246 2.96449 7.33398 3.33268 7.33398C3.70087 7.33398 3.99935 7.63246 3.99935 8.00065ZM13.3327 8.00065C13.3327 8.36884 13.0342 8.66732 12.666 8.66732C12.2978 8.66732 11.9993 8.36884 11.9993 8.00065C11.9993 7.63246 12.2978 7.33398 12.666 7.33398C13.0342 7.33398 13.3327 7.63246 13.3327 8.00065Z", stroke: "currentColor", strokeLinecap: "round" })), x0 = o(u0), M0 = ({
240
+ title: t,
241
+ titleId: l,
242
+ ...r
243
+ }, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M8.33203 5L13.332 10L8.33203 15", stroke: "currentColor", strokeWidth: 1.5 })), b0 = o(M0), i = {}, L0 = {
244
+ arrowRight: () => /* @__PURE__ */ n(n0, {}),
241
245
  loader: () => /* @__PURE__ */ n(v, {}),
242
246
  filter: () => /* @__PURE__ */ n(f, {}),
243
- lock: () => /* @__PURE__ */ n(l1, {}),
247
+ lock: () => /* @__PURE__ */ n(r1, {}),
244
248
  fullscreen: () => /* @__PURE__ */ n(p, {}),
245
249
  twoArrows: () => /* @__PURE__ */ n(x, {}),
246
250
  heart: () => /* @__PURE__ */ n(b, {}),
247
- download: () => /* @__PURE__ */ n(k, {}),
248
- user: () => /* @__PURE__ */ n(R, {}),
249
- pause: () => /* @__PURE__ */ n(d0, {}),
250
- squareMeter: () => /* @__PURE__ */ n(S, {}),
251
- check: () => /* @__PURE__ */ n(H, {}),
252
- minusCheck: () => /* @__PURE__ */ n(l0, {}),
253
- close: () => /* @__PURE__ */ n($, {}),
254
- layers: () => /* @__PURE__ */ n(A, {}),
255
- layersFilled: () => /* @__PURE__ */ n(q, {}),
256
- minus: () => /* @__PURE__ */ n(_, {}),
257
- moon: () => /* @__PURE__ */ n(j, {}),
258
- play: () => /* @__PURE__ */ n(G, {}),
259
- plus: () => /* @__PURE__ */ n(N, {}),
260
- ruble: () => /* @__PURE__ */ n(K, {}),
261
- share: () => /* @__PURE__ */ n(X, {}),
262
- sun: () => /* @__PURE__ */ n(I, {}),
263
- star: () => /* @__PURE__ */ n(r1, {}),
264
- starFilled: () => /* @__PURE__ */ n(n1, {}),
265
- burger: () => /* @__PURE__ */ n(c1, {}),
266
- phone: () => /* @__PURE__ */ n(i1, {}),
267
- phoneFilled: () => /* @__PURE__ */ n(m1, {}),
268
- call: () => /* @__PURE__ */ n(d1, {}),
269
- callback: () => /* @__PURE__ */ n(v1, {}),
270
- telegram: () => /* @__PURE__ */ n(f1, {}),
271
- whatsapp: () => /* @__PURE__ */ n(p1, {}),
272
- directionDown: () => /* @__PURE__ */ n(x1, {}),
273
- burgerClose: () => /* @__PURE__ */ n(k1, {}),
274
- arrowLong: () => /* @__PURE__ */ n(b1, {}),
275
- auto: () => /* @__PURE__ */ n(R1, {}),
276
- pedestrian: () => /* @__PURE__ */ n(S1, {}),
277
- park: () => /* @__PURE__ */ n(H1, {}),
278
- metro: () => /* @__PURE__ */ n($1, {}),
279
- food: () => /* @__PURE__ */ n(P1, {}),
280
- mail: () => /* @__PURE__ */ n(m0, {}),
281
- building: () => /* @__PURE__ */ n(A1, {}),
282
- case: () => /* @__PURE__ */ n(q1, {}),
283
- sport: () => /* @__PURE__ */ n(_1, {}),
284
- withoutDecor: () => /* @__PURE__ */ n(j1, {}),
285
- play2: () => /* @__PURE__ */ n(G1, {}),
286
- selectChecked: () => /* @__PURE__ */ n(N1, {}),
287
- selectUnchecked: () => /* @__PURE__ */ n(K1, {}),
288
- arrowShort: () => /* @__PURE__ */ n(X1, {}),
289
- search: () => /* @__PURE__ */ n(I1, {}),
290
- circle: () => /* @__PURE__ */ n(P, {}),
291
- redo: () => /* @__PURE__ */ n(n0, {}),
292
- pin: () => /* @__PURE__ */ n(c0, {}),
293
- timer: () => /* @__PURE__ */ n(i0, {}),
251
+ heartFilled: () => /* @__PURE__ */ n(k, {}),
252
+ download: () => /* @__PURE__ */ n(R, {}),
253
+ user: () => /* @__PURE__ */ n(S, {}),
254
+ pause: () => /* @__PURE__ */ n(v0, {}),
255
+ squareMeter: () => /* @__PURE__ */ n(H, {}),
256
+ check: () => /* @__PURE__ */ n($, {}),
257
+ minusCheck: () => /* @__PURE__ */ n(r0, {}),
258
+ close: () => /* @__PURE__ */ n(P, {}),
259
+ layers: () => /* @__PURE__ */ n(q, {}),
260
+ layersFilled: () => /* @__PURE__ */ n(_, {}),
261
+ minus: () => /* @__PURE__ */ n(j, {}),
262
+ moon: () => /* @__PURE__ */ n(G, {}),
263
+ play: () => /* @__PURE__ */ n(N, {}),
264
+ plus: () => /* @__PURE__ */ n(K, {}),
265
+ ruble: () => /* @__PURE__ */ n(X, {}),
266
+ share: () => /* @__PURE__ */ n(I, {}),
267
+ sun: () => /* @__PURE__ */ n(l1, {}),
268
+ star: () => /* @__PURE__ */ n(n1, {}),
269
+ starFilled: () => /* @__PURE__ */ n(c1, {}),
270
+ burger: () => /* @__PURE__ */ n(i1, {}),
271
+ phone: () => /* @__PURE__ */ n(m1, {}),
272
+ phoneFilled: () => /* @__PURE__ */ n(h1, {}),
273
+ call: () => /* @__PURE__ */ n(v1, {}),
274
+ callback: () => /* @__PURE__ */ n(f1, {}),
275
+ telegram: () => /* @__PURE__ */ n(p1, {}),
276
+ whatsapp: () => /* @__PURE__ */ n(x1, {}),
277
+ directionDown: () => /* @__PURE__ */ n(b1, {}),
278
+ burgerClose: () => /* @__PURE__ */ n(R1, {}),
279
+ arrowLong: () => /* @__PURE__ */ n(k1, {}),
280
+ auto: () => /* @__PURE__ */ n(S1, {}),
281
+ pedestrian: () => /* @__PURE__ */ n(H1, {}),
282
+ park: () => /* @__PURE__ */ n($1, {}),
283
+ metro: () => /* @__PURE__ */ n(P1, {}),
284
+ food: () => /* @__PURE__ */ n(A1, {}),
285
+ mail: () => /* @__PURE__ */ n(h0, {}),
286
+ building: () => /* @__PURE__ */ n(q1, {}),
287
+ case: () => /* @__PURE__ */ n(_1, {}),
288
+ sport: () => /* @__PURE__ */ n(j1, {}),
289
+ withoutDecor: () => /* @__PURE__ */ n(G1, {}),
290
+ play2: () => /* @__PURE__ */ n(N1, {}),
291
+ selectChecked: () => /* @__PURE__ */ n(K1, {}),
292
+ selectUnchecked: () => /* @__PURE__ */ n(X1, {}),
293
+ arrowShort: () => /* @__PURE__ */ n(I1, {}),
294
+ search: () => /* @__PURE__ */ n(l0, {}),
295
+ circle: () => /* @__PURE__ */ n(A, {}),
296
+ redo: () => /* @__PURE__ */ n(c0, {}),
297
+ pin: () => /* @__PURE__ */ n(i0, {}),
298
+ timer: () => /* @__PURE__ */ n(m0, {}),
294
299
  pinTrans: () => /* @__PURE__ */ n(m, {}),
295
- smallFilter: () => /* @__PURE__ */ n(h, {}),
296
- socialMedia: () => /* @__PURE__ */ n(v0, {}),
297
- info: () => /* @__PURE__ */ n(f0, {}),
298
- threeDots: () => /* @__PURE__ */ n(p0, {}),
299
- arrowBold: () => /* @__PURE__ */ n(x0, {})
300
- }, b0 = d.bind(i), S0 = ({
300
+ smallFilter: () => /* @__PURE__ */ n(d, {}),
301
+ socialMedia: () => /* @__PURE__ */ n(f0, {}),
302
+ info: () => /* @__PURE__ */ n(p0, {}),
303
+ threeDots: () => /* @__PURE__ */ n(x0, {}),
304
+ arrowBold: () => /* @__PURE__ */ n(b0, {})
305
+ }, k0 = h.bind(i), H0 = ({
301
306
  name: t,
302
307
  size: l = "24",
303
308
  color: r,
@@ -305,7 +310,7 @@ const C = ({
305
310
  additionalClass: w,
306
311
  deg: c
307
312
  }) => {
308
- const s = M0[t];
313
+ const s = L0[t];
309
314
  return s ? /* @__PURE__ */ n(
310
315
  "div",
311
316
  {
@@ -319,7 +324,7 @@ const C = ({
319
324
  display: "flex",
320
325
  strokeWidth: a
321
326
  },
322
- className: b0(i.root, w),
327
+ className: k0(i.root, w),
323
328
  children: /* @__PURE__ */ n(
324
329
  s,
325
330
  {
@@ -334,6 +339,6 @@ const C = ({
334
339
  ) : (console.error(`Icon "${t}" not found in iconTypes`), null);
335
340
  };
336
341
  export {
337
- S0 as NewIcon,
338
- M0 as iconTypes
342
+ H0 as NewIcon,
343
+ L0 as iconTypes
339
344
  };