stone-kit 0.0.830 → 0.0.831

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 (166) hide show
  1. package/dist/Close-2sB9WAQH.js +4 -0
  2. package/dist/Filter-dMtkmeXo.js +4 -0
  3. package/dist/FilterWithSave-zPemlz6W.js +2158 -0
  4. package/dist/Fullscreen-Bbd9AEVk.js +4 -0
  5. package/dist/Lock-Bh6QKchE.js +4 -0
  6. package/dist/NewIcon-RImweSmF.js +71 -0
  7. package/dist/{Option-BVIm7wOW.js → Option-DSGlTdUR.js} +6 -6
  8. package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
  9. package/dist/components/Button/ui/Button.js +7 -7
  10. package/dist/components/CheckBox/CheckBox.js +5 -5
  11. package/dist/components/CheckBoxOld/CheckBoxOld.js +3 -3
  12. package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +1 -1
  13. package/dist/components/DestinationTab/ui/DestinationTab.js +1 -1
  14. package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +5 -4
  15. package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +1 -0
  16. package/dist/components/FilterWithSave/ui/FilterWithSave.js +5 -4
  17. package/dist/components/Flex/ui/Flex.js +1 -1
  18. package/dist/components/FormModal/ui/ModalForm.js +5 -4
  19. package/dist/components/GroupedInput/ui/GroupedInputs.js +1 -1
  20. package/dist/components/Input/ui/Input.js +4 -3
  21. package/dist/components/Logo/ui/Logo.js +1 -1
  22. package/dist/components/Logo/ui/Logo.types.js +9 -9
  23. package/dist/components/LotCard/hooks/useLotCard.js +5 -4
  24. package/dist/components/LotCard/index.js +1 -1
  25. package/dist/components/LotCard/ui/LotCard.js +3 -3
  26. package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +1 -1
  27. package/dist/components/MetroLabel/ui/MetroLabel.js +2 -2
  28. package/dist/components/MetroTag/ui/MetroTag.js +17 -17
  29. package/dist/components/ModalSuccess/ModalSuccess.js +10 -10
  30. package/dist/components/NewIcon/icons/ArrowLong.d.ts +4 -0
  31. package/dist/components/NewIcon/icons/ArrowLong.js +11 -0
  32. package/dist/components/NewIcon/icons/ArrowShort.d.ts +4 -0
  33. package/dist/components/NewIcon/icons/ArrowShort.js +11 -0
  34. package/dist/components/NewIcon/icons/Auto.d.ts +4 -0
  35. package/dist/components/NewIcon/icons/Auto.js +11 -0
  36. package/dist/components/NewIcon/icons/Building.d.ts +4 -0
  37. package/dist/components/NewIcon/icons/Building.js +11 -0
  38. package/dist/components/NewIcon/icons/Burger.d.ts +4 -0
  39. package/dist/components/NewIcon/icons/Burger.js +11 -0
  40. package/dist/components/NewIcon/icons/BurgerClose.d.ts +4 -0
  41. package/dist/components/NewIcon/icons/BurgerClose.js +11 -0
  42. package/dist/components/NewIcon/icons/Call.d.ts +4 -0
  43. package/dist/components/NewIcon/icons/Call.js +11 -0
  44. package/dist/components/NewIcon/icons/Callback.d.ts +4 -0
  45. package/dist/components/NewIcon/icons/Callback.js +11 -0
  46. package/dist/components/NewIcon/icons/Case.d.ts +4 -0
  47. package/dist/components/NewIcon/icons/Case.js +11 -0
  48. package/dist/components/NewIcon/icons/Check.d.ts +4 -0
  49. package/dist/components/NewIcon/icons/Check.js +11 -0
  50. package/dist/components/NewIcon/icons/Circle.d.ts +4 -0
  51. package/dist/components/NewIcon/icons/Circle.js +11 -0
  52. package/dist/components/NewIcon/icons/Close.d.ts +4 -0
  53. package/dist/components/NewIcon/icons/Close.js +11 -0
  54. package/dist/components/NewIcon/icons/DirectionDown.d.ts +4 -0
  55. package/dist/components/NewIcon/icons/DirectionDown.js +11 -0
  56. package/dist/components/NewIcon/icons/Download.d.ts +4 -0
  57. package/dist/components/NewIcon/icons/Download.js +11 -0
  58. package/dist/components/NewIcon/icons/Filter.d.ts +4 -0
  59. package/dist/components/NewIcon/icons/Filter.js +11 -0
  60. package/dist/components/NewIcon/icons/Food.d.ts +4 -0
  61. package/dist/components/NewIcon/icons/Food.js +11 -0
  62. package/dist/components/NewIcon/icons/Fullscreen.d.ts +4 -0
  63. package/dist/components/NewIcon/icons/Fullscreen.js +11 -0
  64. package/dist/components/NewIcon/icons/Heart.d.ts +4 -0
  65. package/dist/components/NewIcon/icons/Heart.js +11 -0
  66. package/dist/components/NewIcon/icons/Layers.d.ts +4 -0
  67. package/dist/components/NewIcon/icons/Layers.js +11 -0
  68. package/dist/components/NewIcon/icons/LayersFilled.d.ts +4 -0
  69. package/dist/components/NewIcon/icons/LayersFilled.js +11 -0
  70. package/dist/components/NewIcon/icons/Loader.d.ts +4 -0
  71. package/dist/components/NewIcon/icons/Loader.js +11 -0
  72. package/dist/components/NewIcon/icons/Lock.d.ts +4 -0
  73. package/dist/components/NewIcon/icons/Lock.js +11 -0
  74. package/dist/components/NewIcon/icons/Metro.d.ts +4 -0
  75. package/dist/components/NewIcon/icons/Metro.js +11 -0
  76. package/dist/components/NewIcon/icons/Minus.d.ts +4 -0
  77. package/dist/components/NewIcon/icons/Minus.js +11 -0
  78. package/dist/components/NewIcon/icons/MinusCheck.d.ts +4 -0
  79. package/dist/components/NewIcon/icons/MinusCheck.js +11 -0
  80. package/dist/components/NewIcon/icons/Moon.d.ts +4 -0
  81. package/dist/components/NewIcon/icons/Moon.js +11 -0
  82. package/dist/components/NewIcon/icons/Park.d.ts +4 -0
  83. package/dist/components/NewIcon/icons/Park.js +11 -0
  84. package/dist/components/NewIcon/icons/Pedestrian.d.ts +4 -0
  85. package/dist/components/NewIcon/icons/Pedestrian.js +11 -0
  86. package/dist/components/NewIcon/icons/Phone.d.ts +4 -0
  87. package/dist/components/NewIcon/icons/Phone.js +11 -0
  88. package/dist/components/NewIcon/icons/PhoneFilled.d.ts +4 -0
  89. package/dist/components/NewIcon/icons/PhoneFilled.js +11 -0
  90. package/dist/components/NewIcon/icons/Pin.d.ts +4 -0
  91. package/dist/components/NewIcon/icons/Pin.js +11 -0
  92. package/dist/components/NewIcon/icons/Play.d.ts +4 -0
  93. package/dist/components/NewIcon/icons/Play.js +11 -0
  94. package/dist/components/NewIcon/icons/Play2.d.ts +4 -0
  95. package/dist/components/NewIcon/icons/Play2.js +11 -0
  96. package/dist/components/NewIcon/icons/Plus.d.ts +4 -0
  97. package/dist/components/NewIcon/icons/Plus.js +11 -0
  98. package/dist/components/NewIcon/icons/Redo.d.ts +4 -0
  99. package/dist/components/NewIcon/icons/Redo.js +11 -0
  100. package/dist/components/NewIcon/icons/Ruble.d.ts +4 -0
  101. package/dist/components/NewIcon/icons/Ruble.js +11 -0
  102. package/dist/components/NewIcon/icons/Search.d.ts +4 -0
  103. package/dist/components/NewIcon/icons/Search.js +11 -0
  104. package/dist/components/NewIcon/icons/SelectChecked.d.ts +4 -0
  105. package/dist/components/NewIcon/icons/SelectChecked.js +11 -0
  106. package/dist/components/NewIcon/icons/SelectUnchecked.d.ts +4 -0
  107. package/dist/components/NewIcon/icons/SelectUnchecked.js +11 -0
  108. package/dist/components/NewIcon/icons/Share.d.ts +4 -0
  109. package/dist/components/NewIcon/icons/Share.js +11 -0
  110. package/dist/components/NewIcon/icons/Sport.d.ts +4 -0
  111. package/dist/components/NewIcon/icons/Sport.js +11 -0
  112. package/dist/components/NewIcon/icons/SquareMeter.d.ts +4 -0
  113. package/dist/components/NewIcon/icons/SquareMeter.js +11 -0
  114. package/dist/components/NewIcon/icons/Star.d.ts +4 -0
  115. package/dist/components/NewIcon/icons/Star.js +11 -0
  116. package/dist/components/NewIcon/icons/StarFilled.d.ts +4 -0
  117. package/dist/components/NewIcon/icons/StarFilled.js +11 -0
  118. package/dist/components/NewIcon/icons/Sun.d.ts +4 -0
  119. package/dist/components/NewIcon/icons/Sun.js +11 -0
  120. package/dist/components/NewIcon/icons/Telegram.d.ts +4 -0
  121. package/dist/components/NewIcon/icons/Telegram.js +11 -0
  122. package/dist/components/NewIcon/icons/Timer.d.ts +4 -0
  123. package/dist/components/NewIcon/icons/Timer.js +11 -0
  124. package/dist/components/NewIcon/icons/TwoArrows.d.ts +4 -0
  125. package/dist/components/NewIcon/icons/TwoArrows.js +11 -0
  126. package/dist/components/NewIcon/icons/User.d.ts +4 -0
  127. package/dist/components/NewIcon/icons/User.js +11 -0
  128. package/dist/components/NewIcon/icons/Vector.d.ts +4 -0
  129. package/dist/components/NewIcon/icons/Vector.js +11 -0
  130. package/dist/components/NewIcon/icons/WhatsApp.d.ts +4 -0
  131. package/dist/components/NewIcon/icons/WhatsApp.js +11 -0
  132. package/dist/components/NewIcon/icons/WithoutDecor.d.ts +4 -0
  133. package/dist/components/NewIcon/icons/WithoutDecor.js +11 -0
  134. package/dist/components/NewIcon/icons/arrowRight.d.ts +4 -0
  135. package/dist/components/NewIcon/icons/arrowRight.js +11 -0
  136. package/dist/components/NewIcon/icons/mail.d.ts +4 -0
  137. package/dist/components/NewIcon/icons/mail.js +11 -0
  138. package/dist/components/NewIcon/index.js +1 -1
  139. package/dist/components/NewIcon/ui/NewIcon.d.ts +3 -9
  140. package/dist/components/NewIcon/ui/NewIcon.js +5 -307
  141. package/dist/components/NewIcon/ui/iconTypes.d.ts +4 -0
  142. package/dist/components/NewIcon/ui/iconTypes.js +60 -0
  143. package/dist/components/RoundButton/ui/RoundButton.js +2 -2
  144. package/dist/components/Select/ui/Category.js +13 -13
  145. package/dist/components/Select/ui/Option.js +3 -3
  146. package/dist/components/Select/ui/Select.js +36 -36
  147. package/dist/components/SliderNavigation/ui/SliderNavigation.js +1 -1
  148. package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
  149. package/dist/components/SortSelect/index.js +1 -1
  150. package/dist/components/SortSelect/ui/SortSelect.js +6 -5
  151. package/dist/components/SummarySelect/ui/SummarySelect.d.ts +1 -0
  152. package/dist/components/SummarySelect/ui/SummarySelect.js +56 -74
  153. package/dist/components/Switcher/ui/Switcher.js +1 -1
  154. package/dist/components/TabSelect/ui/TabSelect.js +1 -1
  155. package/dist/components/TabSwitcher/index.js +1 -1
  156. package/dist/components/TabSwitcher/ui/TabSwitcher.js +5 -4
  157. package/dist/components/Tag/ui/Tag.js +1 -1
  158. package/dist/components/Text/ui/Text.js +1 -1
  159. package/dist/components/TextArea/TextArea.js +1 -1
  160. package/dist/components/mobileButton/ui/MobileButton.js +1 -1
  161. package/dist/{index-rKuIKazb.js → index-SYE1cn5_.js} +8 -11
  162. package/dist/main.js +6 -6
  163. package/dist/style.css +1 -1
  164. package/dist/{useSortSelect-CjZXLFOG.js → useSortSelect-DQEn8v15.js} +1 -1
  165. package/package.json +3 -2
  166. package/dist/FilterWithSave-DgJ7AOOr.js +0 -2227
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { u as A } from "../../../FilterWithSave-DgJ7AOOr.js";
3
+ import { u as B } from "../../../FilterWithSave-zPemlz6W.js";
4
4
  import "../../Button/ui/Button.js";
5
5
  import "../../mobileButton/ui/MobileButton.js";
6
- import "../../NewIcon/ui/NewIcon.js";
6
+ import "../../../NewIcon-RImweSmF.js";
7
7
  import "../../DestinationTab/ui/DestinationTab.js";
8
8
  import "../../RoundButton/ui/RoundButton.js";
9
9
  import "../../Tag/ui/Tag.js";
@@ -13,18 +13,19 @@ import "../../Flex/ui/Flex.js";
13
13
  import "../../Input/ui/Input.js";
14
14
  import "react-dom";
15
15
  import "../../GroupedInput/ui/GroupedInputs.js";
16
- import "../../../index-rKuIKazb.js";
16
+ import "../../../index-SYE1cn5_.js";
17
17
  import "../../MetroTag/ui/MetroTag.js";
18
18
  import "../../Select/ui/Select.js";
19
19
  import "../../../shared/useClientWidth.js";
20
20
  import "../../SliderNavigation/ui/SliderNavigation.js";
21
21
  import "../../LotCardSkeleton/ui/LotCardSkeleton.js";
22
22
  import "../../TabSelect/ui/TabSelect.js";
23
+ import "../../SummarySelect/ui/SummarySelect.js";
23
24
  import "../../CheckBoxOld/CheckBoxOld.js";
24
25
  import "../../CheckboxSelect/ui/CheckboxSelect.js";
25
26
  import "../utils/getTagsFeatures.js";
26
27
  import "../utils/checkBedroomsCount.js";
27
28
  import "../utils/monthlyPayment.js";
28
29
  export {
29
- A as useLotCard
30
+ B as useLotCard
30
31
  };
@@ -1,4 +1,4 @@
1
- import { L as a } from "../../FilterWithSave-DgJ7AOOr.js";
1
+ import { L as a } from "../../FilterWithSave-zPemlz6W.js";
2
2
  export {
3
3
  a as LotCard
4
4
  };
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
- import { L as d } from "../../../FilterWithSave-DgJ7AOOr.js";
3
- import "../../NewIcon/ui/NewIcon.js";
2
+ import { L as d } from "../../../FilterWithSave-zPemlz6W.js";
4
3
  import "../../Tag/ui/Tag.js";
5
4
  import "../../Button/ui/Button.js";
6
5
  import "../utils/formatPrice.js";
7
- import "../../../index-rKuIKazb.js";
6
+ import "../../../index-SYE1cn5_.js";
7
+ import "react";
8
8
  export {
9
9
  d as LotCard
10
10
  };
@@ -1,5 +1,5 @@
1
1
  import { jsxs as p, jsx as e } from "react/jsx-runtime";
2
- import { c } from "../../../index-rKuIKazb.js";
2
+ import { c } from "../../../index-SYE1cn5_.js";
3
3
  const l = "_root_7lz45_12", s = "_projectRoot_7lz45_22", i = "_lotImageWrapper_7lz45_26", a = "_pulsing_7lz45_1", n = "_projectLotImageWrapper_7lz45_37", _ = "_lotInfoWrapper_7lz45_41", m = "_projectLotInfoWrapper_7lz45_48", P = "_infoHeader_7lz45_52", L = "_projectInfoHeader_7lz45_60", d = "_decor_7lz45_64", W = "_lotPropertyListMobile_7lz45_71", j = "_lotPropertyItem_7lz45_79", I = "_projectLotPropertyItem_7lz45_104", y = "_lotPropertyListDesktop_7lz45_109", z = "_lotPriceWrapper_7lz45_113", v = "_projectLotPriceWrapper_7lz45_117", D = "_discountWrapper_7lz45_121", f = "_lotPricePerMetr_7lz45_134", N = "_btnWrapper_7lz45_139", u = "_projectBtnWrapper_7lz45_155", M = "_projectDecor_7lz45_201", k = "_projectLotPropertyListMobile_7lz45_210", b = "_projectLotPropertyListDesktop_7lz45_218", g = "_lotPropertyItemDesktop_7lz45_221", h = "_projectDiscountWrapper_7lz45_232", H = "_discountPrice_7lz45_235", x = "_projectLotPricePerMetr_7lz45_255", t = {
4
4
  root: l,
5
5
  projectRoot: s,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
- import { c as _ } from "../../../index-rKuIKazb.js";
3
- import { NewIcon as m } from "../../NewIcon/ui/NewIcon.js";
2
+ import { c as _ } from "../../../index-SYE1cn5_.js";
3
+ import { N as m } from "../../../NewIcon-RImweSmF.js";
4
4
  const f = "_root_1ml5t_1", d = "_metroColor_1ml5t_15", N = "_route_1ml5t_25", p = "_auto_1ml5t_35", x = "_full_1ml5t_39", t = {
5
5
  root: f,
6
6
  metroColor: d,
@@ -1,8 +1,8 @@
1
- import { jsxs as c, jsx as r } from "react/jsx-runtime";
2
- import { c as w } from "../../../index-rKuIKazb.js";
3
- import { NewIcon as t } from "../../NewIcon/ui/NewIcon.js";
4
- const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_27", B = "_route_16fjr_37", T = "_auto_16fjr_47", $ = "_full_16fjr_51", C = "_transparent_16fjr_55", b = "_long_16fjr_60", v = "_mini_16fjr_64", y = "_metroColorMini_16fjr_68", I = "_routeMini_16fjr_77", z = "_withBg_16fjr_90", E = "_withWhiteBg_16fjr_94", n = {
5
- root: N,
1
+ import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
+ import { c as N } from "../../../index-SYE1cn5_.js";
3
+ import { N as t } from "../../../NewIcon-RImweSmF.js";
4
+ const w = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_27", B = "_route_16fjr_37", T = "_auto_16fjr_47", $ = "_full_16fjr_51", C = "_transparent_16fjr_55", b = "_long_16fjr_60", v = "_mini_16fjr_64", y = "_metroColorMini_16fjr_68", I = "_routeMini_16fjr_77", z = "_withBg_16fjr_90", E = "_withWhiteBg_16fjr_94", n = {
5
+ root: w,
6
6
  iconsWrapper: W,
7
7
  metroColor: x,
8
8
  route: B,
@@ -15,7 +15,7 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_
15
15
  routeMini: I,
16
16
  withBg: z,
17
17
  withWhiteBg: E
18
- }, e = w.bind(n), q = ({
18
+ }, e = N.bind(n), q = ({
19
19
  addClassName: a,
20
20
  addClassNameColor: _,
21
21
  addClassNameTimeTo: j,
@@ -29,7 +29,7 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_
29
29
  ...h
30
30
  }) => {
31
31
  const g = ["pedestrian", "auto"];
32
- return Array.isArray(o) ? /* @__PURE__ */ c(
32
+ return Array.isArray(o) ? /* @__PURE__ */ s(
33
33
  "div",
34
34
  {
35
35
  className: e(
@@ -43,8 +43,8 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_
43
43
  ),
44
44
  ...h,
45
45
  children: [
46
- /* @__PURE__ */ c("div", { className: e(n.metroColor, _), children: [
47
- /* @__PURE__ */ r("div", { className: n.iconsWrapper, children: o.map((i, s) => i.icon ? /* @__PURE__ */ r(
46
+ /* @__PURE__ */ s("div", { className: e(n.metroColor, _), children: [
47
+ /* @__PURE__ */ r("div", { className: n.iconsWrapper, children: o.map((i, c) => i.icon ? /* @__PURE__ */ r(
48
48
  "div",
49
49
  {
50
50
  className: n.icon,
@@ -57,20 +57,20 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_
57
57
  }
58
58
  )
59
59
  },
60
- `metro + ${i.name} + ${s}`
60
+ `metro + ${i.name} + ${c}`
61
61
  ) : /* @__PURE__ */ r(
62
62
  "span",
63
63
  {
64
64
  style: {
65
65
  background: (i == null ? void 0 : i.color) ?? "",
66
- border: s > 0 ? `1px solid ${M}` : ""
66
+ border: c > 0 ? `1px solid ${M}` : ""
67
67
  }
68
68
  },
69
- `color + ${i.name} + ${s}`
69
+ `color + ${i.name} + ${c}`
70
70
  )) }),
71
71
  o.map((i) => i.name).join(", ")
72
72
  ] }),
73
- o == null ? void 0 : o.map((i, s) => !i.mode || !i.timeTo ? null : /* @__PURE__ */ c(
73
+ o == null ? void 0 : o.map((i, c) => !i.mode || !i.timeTo ? null : /* @__PURE__ */ s(
74
74
  "div",
75
75
  {
76
76
  className: n.route,
@@ -86,11 +86,11 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_
86
86
  i.timeTo + " " + (i.selfIconText ?? "мин")
87
87
  ]
88
88
  },
89
- `route - ${i.name} - ${s}`
89
+ `route - ${i.name} - ${c}`
90
90
  ))
91
91
  ]
92
92
  }
93
- ) : /* @__PURE__ */ c(
93
+ ) : /* @__PURE__ */ s(
94
94
  "div",
95
95
  {
96
96
  className: e(
@@ -104,7 +104,7 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_
104
104
  ),
105
105
  ...h,
106
106
  children: [
107
- /* @__PURE__ */ c(
107
+ /* @__PURE__ */ s(
108
108
  "div",
109
109
  {
110
110
  className: e(n.metroColor, _, { [n.metroColorMini]: l === "mini" }),
@@ -122,7 +122,7 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", x = "_metroColor_16fjr_
122
122
  ]
123
123
  }
124
124
  ),
125
- o.timeTo && /* @__PURE__ */ c("div", { className: e(n.route, j, { [n.routeMini]: l === "mini" }), children: [
125
+ o.timeTo && /* @__PURE__ */ s("div", { className: e(n.route, j, { [n.routeMini]: l === "mini" }), children: [
126
126
  o.mode && g.includes(o.mode) && /* @__PURE__ */ r(
127
127
  t,
128
128
  {
@@ -1,7 +1,7 @@
1
1
  import { jsx as c, jsxs as t } from "react/jsx-runtime";
2
- import { Modal as a } from "../Modal/ui/Modal.js";
2
+ import { Modal as l } from "../Modal/ui/Modal.js";
3
3
  import { Button as n } from "../Button/ui/Button.js";
4
- import { NewIcon as s } from "../NewIcon/ui/NewIcon.js";
4
+ import { N as e } from "../../NewIcon-RImweSmF.js";
5
5
  const d = "_modal_1og3m_1", m = "_modalBody_1og3m_9", r = "_root_1og3m_14", _ = "_check_1og3m_26", h = "_iconCircle_1og3m_32", C = "_iconCheck_1og3m_38", u = "_text_1og3m_44", k = "_successTitle_1og3m_52", g = "_title_1og3m_67", o = {
6
6
  modal: d,
7
7
  modalBody: m,
@@ -12,11 +12,11 @@ const d = "_modal_1og3m_1", m = "_modalBody_1og3m_9", r = "_root_1og3m_14", _ =
12
12
  text: u,
13
13
  successTitle: k,
14
14
  title: g
15
- }, v = ({ isSuccessOpen: i, setIsSuccess: e, createPortalObj: l }) => /* @__PURE__ */ c(
16
- a,
15
+ }, N = ({ isSuccessOpen: i, setIsSuccess: s, createPortalObj: a }) => /* @__PURE__ */ c(
16
+ l,
17
17
  {
18
- createPortalObj: l,
19
- emitIsOpen: e,
18
+ createPortalObj: a,
19
+ emitIsOpen: s,
20
20
  isOpen: i,
21
21
  additionalClassModalBody: o.modalBody,
22
22
  additionalClass: o.modal,
@@ -24,9 +24,9 @@ const d = "_modal_1og3m_1", m = "_modalBody_1og3m_9", r = "_root_1og3m_14", _ =
24
24
  isTransparentBack: !0,
25
25
  children: /* @__PURE__ */ t("div", { className: o.root, children: [
26
26
  /* @__PURE__ */ t("div", { className: o.check, children: [
27
- /* @__PURE__ */ c(s, { name: "circle", size: "80", additionalClass: o.iconCircle, color: "#57C27D" }),
27
+ /* @__PURE__ */ c(e, { name: "circle", size: "80", additionalClass: o.iconCircle, color: "#57C27D" }),
28
28
  /* @__PURE__ */ c(
29
- s,
29
+ e,
30
30
  {
31
31
  additionalClass: o.iconCheck,
32
32
  size: "32",
@@ -48,7 +48,7 @@ const d = "_modal_1og3m_1", m = "_modalBody_1og3m_9", r = "_root_1og3m_14", _ =
48
48
  type: "submit",
49
49
  size: "large",
50
50
  as: "button",
51
- onClick: () => e(!1),
51
+ onClick: () => s(!1),
52
52
  additionalClass: o.modalBtn,
53
53
  children: "Хорошо"
54
54
  }
@@ -57,5 +57,5 @@ const d = "_modal_1og3m_1", m = "_modalBody_1og3m_9", r = "_root_1og3m_14", _ =
57
57
  }
58
58
  );
59
59
  export {
60
- v as ModalSuccess
60
+ N as ModalSuccess
61
61
  };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const ArrowLong: ReactSVGComponent;
4
+ export default ArrowLong;
@@ -0,0 +1,11 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import { forwardRef as n } from "react";
4
+ const m = ({
5
+ title: r,
6
+ titleId: o,
7
+ ...t
8
+ }, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": o, ...t }, r ? /* @__PURE__ */ e.createElement("title", { id: o }, r) : null, /* @__PURE__ */ e.createElement("path", { stroke: "currentColor", d: "M12 5v14m0 0 6-5.559M12 19l-6-5.559" })), s = n(m), f = (r) => /* @__PURE__ */ l(s, { ...r });
9
+ export {
10
+ f as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const ArrowShort: ReactSVGComponent;
4
+ export default ArrowShort;
@@ -0,0 +1,11 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import { forwardRef as m } from "react";
4
+ const n = ({
5
+ title: r,
6
+ titleId: o,
7
+ ...t
8
+ }, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": o, ...t }, r ? /* @__PURE__ */ e.createElement("title", { id: o }, r) : null, /* @__PURE__ */ e.createElement("path", { stroke: "currentColor", d: "m18 10-6 6-6-6" })), s = m(n), f = (r) => /* @__PURE__ */ l(s, { ...r });
9
+ export {
10
+ f as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Auto: ReactSVGComponent;
4
+ export default Auto;
@@ -0,0 +1,11 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import * as a from "react";
3
+ import { forwardRef as l } from "react";
4
+ const s = ({
5
+ title: c,
6
+ titleId: e,
7
+ ...o
8
+ }, r) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: r, "aria-labelledby": e, ...o }, c ? /* @__PURE__ */ a.createElement("title", { id: e }, c) : null, /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "M19.942 12.632c-.12-1.263-.318-1.509-.392-1.601-.172-.214-.447-.354-.737-.5a.1.1 0 0 1-.042-.034.11.11 0 0 1-.017-.1.1.1 0 0 1 .028-.044.47.47 0 0 0 .151-.392.5.5 0 0 0-.176-.33.56.56 0 0 0-.369-.131h-.52l-.067.004a.3.3 0 0 0-.047-.015c-.308-.61-.73-1.446-1.604-1.853C14.855 7.03 12.466 7 12 7s-2.855.031-4.15.635c-.874.408-1.296 1.243-1.604 1.853l-.003.005a.2.2 0 0 0-.045.011L6.132 9.5H5.61a.56.56 0 0 0-.369.131.47.47 0 0 0-.023.72.106.106 0 0 1 .011.143.1.1 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.354s.235.146.377.146h1.867a.55.55 0 0 0 .377-.146.49.49 0 0 0 .156-.354 2.7 2.7 0 0 0 .699-.1q.459-.116.933-.153A32 32 0 0 1 12 16.125c.595 0 1.65.031 2.67.122q.475.038.937.154c.203.049.395.094.661.099 0 .132.056.26.156.353.1.094.236.147.378.147h1.867a.55.55 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-.531s2.89.163 3.675.531c.543.253.847.855 1.115 1.386l.033.068a.24.24 0 0 1-.018.243.26.26 0 0 1-.1.085.3.3 0 0 1-.13.029c-1.108-.028-3.442-.118-4.575-.118s-3.467.092-4.577.12a.3.3 0 0 1-.13-.029.26.26 0 0 1-.1-.085.24.24 0 0 1-.018-.243zm.398 2.488q-.861.098-1.728.096c-.354 0-.718-.094-.786-.389a.9.9 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.03s-2.54.017-2.978-.03c-.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.808zm3.918-2.856c-.067.296-.434.389-.786.389a16 16 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.452" })), m = l(s), i = (c) => /* @__PURE__ */ t(m, { ...c });
9
+ export {
10
+ i as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Building: ReactSVGComponent;
4
+ export default Building;
@@ -0,0 +1,11 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import { forwardRef as t } from "react";
4
+ const l = ({
5
+ title: a,
6
+ titleId: m,
7
+ ...r
8
+ }, h) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: h, "aria-labelledby": m, ...r }, a ? /* @__PURE__ */ e.createElement("title", { id: m }, a) : null, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", 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 4M7.333 16.667h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334m0-2.667h-.666a.666.666 0 1 1 0-1.333h.666a.667.667 0 1 1 0 1.333m0-2.667h-.666a.667.667 0 1 1 0-1.333h.666a.666.666 0 1 1 0 1.333m0-2.666h-.666a.667.667 0 0 1 0-1.334h.666a.667.667 0 0 1 0 1.334m3.334 8H10a.667.667 0 0 1 0-1.334h.667a.667.667 0 0 1 0 1.334m0-2.667H10a.666.666 0 1 1 0-1.333h.667a.667.667 0 0 1 0 1.333m0-2.667H10A.667.667 0 1 1 10 10h.667a.667.667 0 1 1 0 1.333m0-2.666H10a.667.667 0 1 1 0-1.334h.667a.667.667 0 0 1 0 1.334m6-1.334h-2V20h2A3.337 3.337 0 0 0 20 16.667v-6a3.34 3.34 0 0 0-3.333-3.334m.666 9.334a.666.666 0 1 1 0-1.333.666.666 0 0 1 0 1.333m0-2.667a.666.666 0 1 1 0-1.332.666.666 0 0 1 0 1.332m0-2.667a.667.667 0 1 1 0-1.333.667.667 0 0 1 0 1.333" })), n = t(l), s = (a) => /* @__PURE__ */ o(n, { ...a });
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Burger: ReactSVGComponent;
4
+ export default Burger;
@@ -0,0 +1,11 @@
1
+ import { jsx as s } from "react/jsx-runtime";
2
+ import * as r from "react";
3
+ import { forwardRef as l } from "react";
4
+ const n = ({
5
+ title: e,
6
+ titleId: t,
7
+ ...o
8
+ }, a) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": t, ...o }, e ? /* @__PURE__ */ r.createElement("title", { id: t }, e) : null, /* @__PURE__ */ r.createElement("path", { stroke: "currentColor", strokeLinecap: "square", strokeWidth: 1.5, d: "M5 15h14M5 9h14" })), m = l(n), i = (e) => /* @__PURE__ */ s(m, { ...e });
9
+ export {
10
+ i as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const BurgerClose: ReactSVGComponent;
4
+ export default BurgerClose;
@@ -0,0 +1,11 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import * as r from "react";
3
+ import { forwardRef as s } from "react";
4
+ const m = ({
5
+ title: e,
6
+ titleId: o,
7
+ ...t
8
+ }, l) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: l, "aria-labelledby": o, ...t }, e ? /* @__PURE__ */ r.createElement("title", { id: o }, e) : null, /* @__PURE__ */ r.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, d: "m6 6 12 12m0-12L6 18" })), n = s(m), i = (e) => /* @__PURE__ */ a(n, { ...e });
9
+ export {
10
+ i as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Call: ReactSVGComponent;
4
+ export default Call;
@@ -0,0 +1,11 @@
1
+ import { jsx as c } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import { forwardRef as n } from "react";
4
+ const f = ({
5
+ title: l,
6
+ titleId: t,
7
+ ...a
8
+ }, r) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: r, "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#b)", fillRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833S6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687S24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833S17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", 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.28 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.305" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 18, x2: 12, y1: 0, 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" })))), o = n(f), s = (l) => /* @__PURE__ */ c(o, { ...l });
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Callback: ReactSVGComponent;
4
+ export default Callback;
@@ -0,0 +1,11 @@
1
+ import { jsx as f } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import { forwardRef as c } from "react";
4
+ const n = ({
5
+ title: l,
6
+ titleId: t,
7
+ ...a
8
+ }, r) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: r, "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3 5h18v14H3z" }), /* @__PURE__ */ e.createElement("path", { fill: "url(#b)", fillRule: "evenodd", d: "M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.43 0 8.146 1.687 9.833S6.09 24 11.52 24h.96c5.43 0 8.146 0 9.833-1.687S24 17.91 24 12.48v-.96c0-5.43 0-8.146-1.687-9.833S17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m17.407 18.123-1.31 1.31s-3.403 1.458-8.264-3.403-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" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "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", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 9, x2: 15.5, y1: 24, 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" })))), o = c(n), m = (l) => /* @__PURE__ */ f(o, { ...l });
9
+ export {
10
+ m as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Case: ReactSVGComponent;
4
+ export default Case;
@@ -0,0 +1,11 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import * as a from "react";
3
+ import { forwardRef as m } from "react";
4
+ const n = ({
5
+ title: e,
6
+ titleId: r,
7
+ ...o
8
+ }, t) => /* @__PURE__ */ a.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: t, "aria-labelledby": r, ...o }, e ? /* @__PURE__ */ a.createElement("title", { id: r }, e) : null, /* @__PURE__ */ a.createElement("path", { fill: "currentColor", 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.333m-7.211 0a2 2 0 0 1 1.877-1.334h1.334a2 2 0 0 1 1.877 1.334zM12.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.333z" })), s = m(n), v = (e) => /* @__PURE__ */ l(s, { ...e });
9
+ export {
10
+ v as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Check: ReactSVGComponent;
4
+ export default Check;
@@ -0,0 +1,11 @@
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import * as r from "react";
3
+ import { forwardRef as s } from "react";
4
+ const l = ({
5
+ title: e,
6
+ titleId: o,
7
+ ...t
8
+ }, a) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": o, ...t }, e ? /* @__PURE__ */ r.createElement("title", { id: o }, e) : null, /* @__PURE__ */ r.createElement("path", { stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", d: "M19 7 9.667 17 5 12" })), c = s(l), f = (e) => /* @__PURE__ */ n(c, { ...e });
9
+ export {
10
+ f as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Circle: ReactSVGComponent;
4
+ export default Circle;
@@ -0,0 +1,11 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import * as r from "react";
3
+ import { forwardRef as c } from "react";
4
+ const n = ({
5
+ title: e,
6
+ titleId: t,
7
+ ...o
8
+ }, l) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 80 80", ref: l, "aria-labelledby": t, ...o }, e ? /* @__PURE__ */ r.createElement("title", { id: t }, e) : null, /* @__PURE__ */ r.createElement("rect", { width: 79, height: 79, x: 0.5, y: 0.5, stroke: "currentColor", rx: 39.5 })), i = c(n), f = (e) => /* @__PURE__ */ a(i, { ...e });
9
+ export {
10
+ f as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Close: ReactSVGComponent;
4
+ export default Close;
@@ -0,0 +1,11 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import * as o from "react";
3
+ import { forwardRef as s } from "react";
4
+ const m = ({
5
+ title: e,
6
+ titleId: r,
7
+ ...t
8
+ }, l) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: l, "aria-labelledby": r, ...t }, e ? /* @__PURE__ */ o.createElement("title", { id: r }, e) : null, /* @__PURE__ */ o.createElement("path", { stroke: "currentColor", d: "m6 6 12 12M18 6 6 18" })), n = s(m), w = (e) => /* @__PURE__ */ a(n, { ...e });
9
+ export {
10
+ w as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const DirectionDown: ReactSVGComponent;
4
+ export default DirectionDown;
@@ -0,0 +1,11 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import * as o from "react";
3
+ import { forwardRef as l } from "react";
4
+ const m = ({
5
+ title: e,
6
+ titleId: r,
7
+ ...t
8
+ }, n) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: n, "aria-labelledby": r, ...t }, e ? /* @__PURE__ */ o.createElement("title", { id: r }, e) : null, /* @__PURE__ */ o.createElement("path", { stroke: "currentColor", d: "m18 10-6 6-6-6" })), c = l(m), w = (e) => /* @__PURE__ */ a(c, { ...e });
9
+ export {
10
+ w as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Download: ReactSVGComponent;
4
+ export default Download;
@@ -0,0 +1,11 @@
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import * as o from "react";
3
+ import { forwardRef as l } from "react";
4
+ const m = ({
5
+ title: e,
6
+ titleId: r,
7
+ ...t
8
+ }, a) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": r, ...t }, e ? /* @__PURE__ */ o.createElement("title", { id: r }, e) : null, /* @__PURE__ */ o.createElement("path", { stroke: "currentColor", strokeLinecap: "round", d: "M12 4v9m4-3-3.293 3.293a1 1 0 0 1-1.414 0L8 10m12 10H4" })), s = l(m), d = (e) => /* @__PURE__ */ n(s, { ...e });
9
+ export {
10
+ d as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Filter: ReactSVGComponent;
4
+ export default Filter;
@@ -0,0 +1,11 @@
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import { forwardRef as o } from "react";
4
+ const c = ({
5
+ title: t,
6
+ titleId: r,
7
+ ...a
8
+ }, l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: l, "aria-labelledby": r, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: r }, t) : null, /* @__PURE__ */ e.createElement("g", { stroke: "currentColor", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("rect", { width: 5, height: 5, x: 10.508, y: 3.5, rx: 2.5, transform: "rotate(90 10.508 3.5)" }), /* @__PURE__ */ e.createElement("path", { strokeLinecap: "square", d: "M3 6h2M10.534 6H21" }), /* @__PURE__ */ e.createElement("rect", { width: 5, height: 5, x: 13.492, y: 14.5, rx: 2.5, transform: "rotate(-90 13.492 14.5)" }), /* @__PURE__ */ e.createElement("path", { strokeLinecap: "square", d: "M21 12h-2M13.467 12H3" }), /* @__PURE__ */ e.createElement("rect", { width: 5, height: 5, x: 10.508, y: 15.5, rx: 2.5, transform: "rotate(90 10.508 15.5)" }), /* @__PURE__ */ e.createElement("path", { strokeLinecap: "square", d: "M3 18h2M10.534 18H21" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { d: "M0 0h24v24H0z" })))), m = o(c), s = (t) => /* @__PURE__ */ n(m, { ...t });
9
+ export {
10
+ s as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Food: ReactSVGComponent;
4
+ export default Food;
@@ -0,0 +1,11 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import { forwardRef as c } from "react";
4
+ const m = ({
5
+ title: a,
6
+ titleId: l,
7
+ ...o
8
+ }, r) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: r, "aria-labelledby": l, ...o }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", 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.66.66 0 0 1 .654-.17 5.4 5.4 0 0 0 2.305.194.84.84 0 0 1 .727.267zm-5.82-5.545a3.32 3.32 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 2 0 0 1 .384-2.272l3.449-3.449a.667.667 0 0 0-.943-.943l-3.447 3.45a3.34 3.34 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.33 1.33 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.64" })), n = c(m), d = (a) => /* @__PURE__ */ t(n, { ...a });
9
+ export {
10
+ d as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Fullscreen: ReactSVGComponent;
4
+ export default Fullscreen;
@@ -0,0 +1,11 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import * as r from "react";
3
+ import { forwardRef as n } from "react";
4
+ const s = ({
5
+ title: e,
6
+ titleId: o,
7
+ ...t
8
+ }, l) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: l, "aria-labelledby": o, ...t }, e ? /* @__PURE__ */ r.createElement("title", { id: o }, e) : null, /* @__PURE__ */ r.createElement("path", { stroke: "currentColor", d: "M12 5h7v7M12 19H5v-7" })), c = n(s), w = (e) => /* @__PURE__ */ a(c, { ...e });
9
+ export {
10
+ w as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Heart: ReactSVGComponent;
4
+ export default Heart;
@@ -0,0 +1,11 @@
1
+ import { jsx as n } from "react/jsx-runtime";
2
+ import * as r from "react";
3
+ import { forwardRef as l } from "react";
4
+ const s = ({
5
+ title: e,
6
+ titleId: o,
7
+ ...t
8
+ }, a) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": o, ...t }, e ? /* @__PURE__ */ r.createElement("title", { id: o }, e) : null, /* @__PURE__ */ r.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M11.994 5.916c-1.8-2.097-4.8-2.661-7.055-.74-2.254 1.92-2.572 5.13-.801 7.401 1.472 1.888 5.927 5.87 7.387 7.16.163.144.245.216.34.245a.46.46 0 0 0 .258 0c.095-.029.176-.101.34-.245 1.46-1.29 5.915-5.272 7.387-7.16 1.77-2.27 1.492-5.502-.802-7.402s-5.255-1.356-7.054.741", clipRule: "evenodd" })), c = l(s), d = (e) => /* @__PURE__ */ n(c, { ...e });
9
+ export {
10
+ d as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const Layers: ReactSVGComponent;
4
+ export default Layers;
@@ -0,0 +1,11 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import * as e from "react";
3
+ import { forwardRef as m } from "react";
4
+ const s = ({
5
+ title: a,
6
+ titleId: l,
7
+ ...r
8
+ }, o) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: o, "aria-labelledby": l, ...r }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("path", { stroke: "currentColor", d: "m16.25 10.366-4.06 2.043a.42.42 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.42.42 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.52.52 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.52.52 0 0 0 .46 0l4.02-2.023" })), n = m(s), w = (a) => /* @__PURE__ */ t(n, { ...a });
9
+ export {
10
+ w as default
11
+ };
@@ -0,0 +1,4 @@
1
+ import { ReactSVGComponent } from '../ui/NewIcon.types';
2
+
3
+ declare const LayersFilled: ReactSVGComponent;
4
+ export default LayersFilled;