stone-kit 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Button/index.js +4 -1
- package/dist/components/Button/ui/Button.js +85 -1
- package/dist/components/Button/ui/Button.types.js +12 -1
- package/dist/components/DestinationTab/index.js +4 -1
- package/dist/components/DestinationTab/ui/DestinationTab.js +75 -1
- package/dist/components/DestinationTab/ui/DestinationTab.types.js +6 -1
- package/dist/components/Input/index.js +4 -1
- package/dist/components/Input/ui/Input.js +46 -1
- package/dist/components/Input/ui/Input.types.js +7 -1
- package/dist/components/MobileButton/index.js +4 -1
- package/dist/components/MobileButton/ui/MobileButton.js +64 -1
- package/dist/components/MobileButton/ui/MobileButton.types.js +6 -1
- package/dist/components/NewIcon/index.js +4 -1
- package/dist/components/NewIcon/ui/NewIcon.js +218 -1
- package/dist/components/NewIcon/ui/NewIcon.types.js +1 -1
- package/dist/components/RoundButton/index.js +4 -1
- package/dist/components/RoundButton/ui/RoundButton.js +64 -1
- package/dist/components/RoundButton/ui/RoundButton.types.js +11 -1
- package/dist/components/Switcher/index.js +4 -1
- package/dist/components/Switcher/ui/Switcher.js +35 -1
- package/dist/components/Switcher/ui/Switcher.types.js +1 -1
- package/dist/components/Tag/index.js +4 -1
- package/dist/components/Tag/ui/Tag.js +43 -1
- package/dist/components/Tag/ui/Tag.types.js +8 -1
- package/dist/index-DIxK0V-G.js +44 -0
- package/dist/main.js +16 -1
- package/package.json +1 -1
- package/dist/index-gDmAUrkZ.cjs +0 -5
|
@@ -1 +1,85 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as e, jsxs as t, Fragment as o } from "react/jsx-runtime";
|
|
2
|
+
import { c as k } from "../../../index-DIxK0V-G.js";
|
|
3
|
+
import { NewIcon as f } from "../../NewIcon/ui/NewIcon.js";
|
|
4
|
+
const w = "_btnCommon_2h1hm_1", y = "_blue_2h1hm_58", g = "_sokolniki_2h1hm_72", C = "_black_2h1hm_86", S = "_gray_2h1hm_100", N = "_whiteStroke_2h1hm_114", $ = "_whiteFilled_2h1hm_126", x = "_shade_2h1hm_140", F = "_loader_2h1hm_154", j = "_LoaderSpin_2h1hm_1", _ = {
|
|
5
|
+
btnCommon: w,
|
|
6
|
+
"auto-width": "_auto-width_2h1hm_18",
|
|
7
|
+
"full-width": "_full-width_2h1hm_22",
|
|
8
|
+
"tiny-size": "_tiny-size_2h1hm_26",
|
|
9
|
+
"small-size": "_small-size_2h1hm_34",
|
|
10
|
+
"medium-size": "_medium-size_2h1hm_42",
|
|
11
|
+
"large-size": "_large-size_2h1hm_50",
|
|
12
|
+
blue: y,
|
|
13
|
+
sokolniki: g,
|
|
14
|
+
black: C,
|
|
15
|
+
gray: S,
|
|
16
|
+
whiteStroke: N,
|
|
17
|
+
whiteFilled: $,
|
|
18
|
+
shade: x,
|
|
19
|
+
loader: F,
|
|
20
|
+
LoaderSpin: j,
|
|
21
|
+
"tiny-size_m": "_tiny-size_m_2h1hm_159",
|
|
22
|
+
"small-size_m": "_small-size_m_2h1hm_166",
|
|
23
|
+
"medium-size_m": "_medium-size_m_2h1hm_173",
|
|
24
|
+
"large-size_m": "_large-size_m_2h1hm_180",
|
|
25
|
+
"tiny-size_l": "_tiny-size_l_2h1hm_189",
|
|
26
|
+
"small-size_l": "_small-size_l_2h1hm_196",
|
|
27
|
+
"medium-size_l": "_medium-size_l_2h1hm_203",
|
|
28
|
+
"large-size_l": "_large-size_l_2h1hm_210"
|
|
29
|
+
}, B = k.bind(_), q = ({
|
|
30
|
+
size: a = "medium",
|
|
31
|
+
size_m: r,
|
|
32
|
+
size_l: d,
|
|
33
|
+
pre: i = !1,
|
|
34
|
+
children: c = "",
|
|
35
|
+
post: m = !1,
|
|
36
|
+
variant: z = "blue",
|
|
37
|
+
width: u = "auto",
|
|
38
|
+
additionalClass: b,
|
|
39
|
+
isLoading: l = !1,
|
|
40
|
+
...s
|
|
41
|
+
}) => {
|
|
42
|
+
const h = B(
|
|
43
|
+
_.btnCommon,
|
|
44
|
+
_[`${a}-size`],
|
|
45
|
+
_[`${r}-size_m`],
|
|
46
|
+
_[`${d}-size_l`],
|
|
47
|
+
_[`${z}`],
|
|
48
|
+
{ [_.btnCommonInline]: i || m },
|
|
49
|
+
_[`${u}-width`],
|
|
50
|
+
b
|
|
51
|
+
), n = () => /* @__PURE__ */ t(o, { children: [
|
|
52
|
+
l && /* @__PURE__ */ e(
|
|
53
|
+
f,
|
|
54
|
+
{
|
|
55
|
+
name: "loader",
|
|
56
|
+
size: "24",
|
|
57
|
+
color: "#fff",
|
|
58
|
+
addClass: _.loader
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
!l && /* @__PURE__ */ t(o, { children: [
|
|
62
|
+
i && /* @__PURE__ */ e("span", { children: i }),
|
|
63
|
+
c,
|
|
64
|
+
m && /* @__PURE__ */ e("span", { children: m })
|
|
65
|
+
] })
|
|
66
|
+
] });
|
|
67
|
+
return s.as === "link" ? /* @__PURE__ */ e(
|
|
68
|
+
"a",
|
|
69
|
+
{
|
|
70
|
+
className: h,
|
|
71
|
+
...s,
|
|
72
|
+
children: n()
|
|
73
|
+
}
|
|
74
|
+
) : /* @__PURE__ */ e(
|
|
75
|
+
"button",
|
|
76
|
+
{
|
|
77
|
+
className: h,
|
|
78
|
+
...s,
|
|
79
|
+
children: n()
|
|
80
|
+
}
|
|
81
|
+
);
|
|
82
|
+
};
|
|
83
|
+
export {
|
|
84
|
+
q as Button
|
|
85
|
+
};
|
|
@@ -1 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
const e = {
|
|
2
|
+
blue: "blue",
|
|
3
|
+
gray: "gray",
|
|
4
|
+
whiteStroke: "whiteStroke",
|
|
5
|
+
sokolniki: "sokolniki",
|
|
6
|
+
black: "black",
|
|
7
|
+
whiteFilled: "whiteFilled",
|
|
8
|
+
shade: "shade"
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
e as BUTTON_VARIANTS
|
|
12
|
+
};
|
|
@@ -1 +1,75 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsxs as t, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { c as N } from "../../../index-DIxK0V-G.js";
|
|
3
|
+
const x = "_destination_1c7de_1", n = "_destinationName_1c7de_40", w = "_routeText_1c7de_45", g = "_whiteStroke_1c7de_65", k = "_routeWrapper_1c7de_78", _ = {
|
|
4
|
+
destination: x,
|
|
5
|
+
"auto-width": "_auto-width_1c7de_29",
|
|
6
|
+
"full-width": "_full-width_1c7de_33",
|
|
7
|
+
"medium-size": "_medium-size_1c7de_37",
|
|
8
|
+
destinationName: n,
|
|
9
|
+
routeText: w,
|
|
10
|
+
"large-size": "_large-size_1c7de_51",
|
|
11
|
+
whiteStroke: g,
|
|
12
|
+
routeWrapper: k,
|
|
13
|
+
"medium-size_m": "_medium-size_m_1c7de_109",
|
|
14
|
+
"large-size_m": "_large-size_m_1c7de_122",
|
|
15
|
+
"medium-size_l": "_medium-size_l_1c7de_137",
|
|
16
|
+
"large-size_l": "_large-size_l_1c7de_150"
|
|
17
|
+
}, $ = N.bind(_), f = ({
|
|
18
|
+
size: m = "medium",
|
|
19
|
+
size_m: c,
|
|
20
|
+
size_l: a,
|
|
21
|
+
destination: e = { destName: "", color: "" },
|
|
22
|
+
variant: d = "whiteStroke",
|
|
23
|
+
width: i = "auto",
|
|
24
|
+
routes: l = [],
|
|
25
|
+
checked: o,
|
|
26
|
+
onChange: u,
|
|
27
|
+
additionalClass: p,
|
|
28
|
+
...h
|
|
29
|
+
}) => /* @__PURE__ */ t(
|
|
30
|
+
"label",
|
|
31
|
+
{
|
|
32
|
+
className: $(
|
|
33
|
+
_.destination,
|
|
34
|
+
_[`${m}-size`],
|
|
35
|
+
_[`${c}-size_m`],
|
|
36
|
+
_[`${a}-size_l`],
|
|
37
|
+
_[`${d}`],
|
|
38
|
+
_[`${i}-width`],
|
|
39
|
+
`${p ?? ""}`
|
|
40
|
+
),
|
|
41
|
+
...h,
|
|
42
|
+
htmlFor: e.destName,
|
|
43
|
+
children: [
|
|
44
|
+
/* @__PURE__ */ r(
|
|
45
|
+
"input",
|
|
46
|
+
{
|
|
47
|
+
id: e.destName,
|
|
48
|
+
checked: o,
|
|
49
|
+
onChange: u,
|
|
50
|
+
type: "checkbox",
|
|
51
|
+
name: e.destName,
|
|
52
|
+
value: e.destName
|
|
53
|
+
}
|
|
54
|
+
),
|
|
55
|
+
/* @__PURE__ */ t("div", { className: _.destination, children: [
|
|
56
|
+
(e == null ? void 0 : e.color) && /* @__PURE__ */ r("span", { style: { background: (e == null ? void 0 : e.color) ?? "" } }),
|
|
57
|
+
e.destName
|
|
58
|
+
] }),
|
|
59
|
+
l.map((s, z) => /* @__PURE__ */ t(
|
|
60
|
+
"div",
|
|
61
|
+
{
|
|
62
|
+
className: _.routeWrapper,
|
|
63
|
+
children: [
|
|
64
|
+
s.type,
|
|
65
|
+
/* @__PURE__ */ r("div", { className: _.routeText, children: s.text })
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
z
|
|
69
|
+
))
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
);
|
|
73
|
+
export {
|
|
74
|
+
f as DestinationTab
|
|
75
|
+
};
|
|
@@ -1 +1,46 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsxs as x, jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { c } from "../../../index-DIxK0V-G.js";
|
|
3
|
+
const d = "_inputWrapper_yxw8x_9", h = "_inputWrapperPost_yxw8x_24", w = "_light_yxw8x_34", W = "_dark_yxw8x_67", m = "_inputWrapperError_yxw8x_103", r = {
|
|
4
|
+
"auto-width": "_auto-width_yxw8x_1",
|
|
5
|
+
"full-width": "_full-width_yxw8x_5",
|
|
6
|
+
inputWrapper: d,
|
|
7
|
+
inputWrapperPost: h,
|
|
8
|
+
light: w,
|
|
9
|
+
dark: W,
|
|
10
|
+
inputWrapperError: m
|
|
11
|
+
}, y = c.bind(r), $ = ({
|
|
12
|
+
size_s: a = "large",
|
|
13
|
+
size_m: n,
|
|
14
|
+
size_l: s,
|
|
15
|
+
pre: i = !1,
|
|
16
|
+
post: t = !1,
|
|
17
|
+
variant: e = "light",
|
|
18
|
+
width: _ = "auto",
|
|
19
|
+
error: o,
|
|
20
|
+
additionalClass: u,
|
|
21
|
+
...l
|
|
22
|
+
}) => /* @__PURE__ */ x(
|
|
23
|
+
"div",
|
|
24
|
+
{
|
|
25
|
+
className: y(
|
|
26
|
+
r.inputWrapper,
|
|
27
|
+
r[`${a}-size`],
|
|
28
|
+
r[`${n}-size_m`],
|
|
29
|
+
r[`${s}-size_l`],
|
|
30
|
+
r[`${e}`],
|
|
31
|
+
{ [r.inputWrapperPost]: t },
|
|
32
|
+
r[`${_}-width`],
|
|
33
|
+
{ [r.inputWrapperError]: o },
|
|
34
|
+
u
|
|
35
|
+
),
|
|
36
|
+
children: [
|
|
37
|
+
i && /* @__PURE__ */ p("span", { children: i }),
|
|
38
|
+
/* @__PURE__ */ p("label", {}),
|
|
39
|
+
/* @__PURE__ */ p("input", { ...l }),
|
|
40
|
+
t && /* @__PURE__ */ p("span", { children: t })
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
);
|
|
44
|
+
export {
|
|
45
|
+
$ as Input
|
|
46
|
+
};
|
|
@@ -1 +1,64 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsxs as _, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { c as u } from "../../../index-DIxK0V-G.js";
|
|
3
|
+
const w = "_btnCommon_1act6_1", r = "_whiteFilled_1act6_34", n = {
|
|
4
|
+
btnCommon: w,
|
|
5
|
+
"auto-width": "_auto-width_1act6_18",
|
|
6
|
+
"full-width": "_full-width_1act6_22",
|
|
7
|
+
"small-size": "_small-size_1act6_26",
|
|
8
|
+
whiteFilled: r
|
|
9
|
+
}, h = u.bind(n), F = ({
|
|
10
|
+
size: a = "small",
|
|
11
|
+
pre: t = !1,
|
|
12
|
+
children: e = "",
|
|
13
|
+
post: l = !1,
|
|
14
|
+
variant: m = "whiteFilled",
|
|
15
|
+
width: o = "auto",
|
|
16
|
+
additionalClass: c,
|
|
17
|
+
...i
|
|
18
|
+
}) => {
|
|
19
|
+
if (i.as === "link") {
|
|
20
|
+
const { as: f, ...b } = i;
|
|
21
|
+
return /* @__PURE__ */ _(
|
|
22
|
+
"a",
|
|
23
|
+
{
|
|
24
|
+
className: h(
|
|
25
|
+
n.btnCommon,
|
|
26
|
+
n[`${a}-size`],
|
|
27
|
+
n[`${m}`],
|
|
28
|
+
{ [n.btnCommonInline]: t || l },
|
|
29
|
+
n[`${o}-width`],
|
|
30
|
+
`${c ?? ""}`
|
|
31
|
+
),
|
|
32
|
+
...b,
|
|
33
|
+
children: [
|
|
34
|
+
t && /* @__PURE__ */ s("span", { children: t }),
|
|
35
|
+
e,
|
|
36
|
+
l && /* @__PURE__ */ s("span", { children: l })
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
const { as: $, ...d } = i;
|
|
42
|
+
return /* @__PURE__ */ _(
|
|
43
|
+
"button",
|
|
44
|
+
{
|
|
45
|
+
className: h(
|
|
46
|
+
n.btnCommon,
|
|
47
|
+
n[`${a}-size`],
|
|
48
|
+
n[`${m}`],
|
|
49
|
+
{ [n.btnCommonInline]: t || l },
|
|
50
|
+
n[`${o}-width`],
|
|
51
|
+
`${c ?? ""}`
|
|
52
|
+
),
|
|
53
|
+
...d,
|
|
54
|
+
children: [
|
|
55
|
+
t && /* @__PURE__ */ s("span", { children: t }),
|
|
56
|
+
e,
|
|
57
|
+
l && /* @__PURE__ */ s("span", { children: l })
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
export {
|
|
63
|
+
F as MobileButton
|
|
64
|
+
};
|
|
@@ -1 +1,218 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),o=require("react");function w(l){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(l){for(const t in l)if(t!=="default"){const a=Object.getOwnPropertyDescriptor(l,t);Object.defineProperty(r,t,a.get?a:{enumerable:!0,get:()=>l[t]})}}return r.default=l,Object.freeze(r)}const e=w(o),d=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M11.9999 2V6.44444M19.071 4.92893L15.9283 8.07163M22 12.0002H17.5555M19.071 19.071L15.9283 15.9283M11.9999 17.5556V22M8.07154 15.9284L4.92883 19.0711M6.44446 12.0002H2",stroke:"currentColor",strokeLinecap:"round"})),i=o.forwardRef(d),f=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("g",{clipPath:"url(#clip0_116_47)"},e.createElement("rect",{x:10.5078,y:3.5,width:5,height:5,rx:2.5,transform:"rotate(90 10.5078 3.5)",stroke:"currentColor"}),e.createElement("path",{d:"M3.00015 6H5.00015",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M10.5335 6L21 6",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("rect",{x:13.4922,y:14.5,width:5,height:5,rx:2.5,transform:"rotate(-90 13.4922 14.5)",stroke:"currentColor"}),e.createElement("path",{d:"M21.0001 12L19.0001 12",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M13.4665 12L3 12",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("rect",{x:10.5078,y:15.5001,width:5,height:5,rx:2.5,transform:"rotate(90 10.5078 15.5001)",stroke:"currentColor"}),e.createElement("path",{d:"M3.00013 18H5.00013",stroke:"currentColor",strokeLinecap:"square"}),e.createElement("path",{d:"M10.5335 18.0001L21 18.0001",stroke:"currentColor",strokeLinecap:"square"})),e.createElement("defs",null,e.createElement("clipPath",{id:"clip0_116_47"},e.createElement("rect",{width:24,height:24,fill:"none"})))),m=o.forwardRef(f),h=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M12 5H19V12",stroke:"currentColor"}),e.createElement("path",{d:"M12 19L5 19L5 12",stroke:"currentColor"})),v=o.forwardRef(h),g=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M7.42857 5L7.42857 19M7.42857 19L10.8571 15.2941M7.42857 19L4 15.2941",stroke:"currentColor"}),e.createElement("path",{d:"M16.5714 19L16.5714 5M16.5714 5L13.1429 8.70588M16.5714 5L20 8.70588",stroke:"currentColor"})),p=o.forwardRef(g),E=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),u=o.forwardRef(E),x=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),C=o.forwardRef(x),M=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",fill:"none",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),b=o.forwardRef(M),R=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),L=o.forwardRef(R),k=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M19 7L9.66667 17L5 12",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),z=o.forwardRef(k),y=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M5.99997 6L18 18.0001",stroke:"currentColor"}),e.createElement("path",{d:"M18.0001 6L6.00003 18.0001",stroke:"currentColor"})),j=o.forwardRef(y),S=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),F=o.forwardRef(S),B=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"}),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"})),H=o.forwardRef(B),$=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M5 12H19",stroke:"currentColor"})),V=o.forwardRef($),A=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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",strokeLinejoin:"round"})),P=o.forwardRef(A),q=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),D=o.forwardRef(q),O=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M5 12H19",stroke:"currentColor"}),e.createElement("path",{d:"M12.0001 5L12.0001 19",stroke:"currentColor"})),U=o.forwardRef(O),Z=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"}),e.createElement("path",{d:"M8 15.2001L12.5714 15.2001",stroke:"currentColor"})),W=o.forwardRef(Z),_=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M12 13.6875V4.0625M12 4.0625L8.5 7.45438M12 4.0625L15.5 7.45438",stroke:"currentColor"}),e.createElement("path",{d:"M7.25 7.5625L5 7.5625V18.9375H19V7.5625H16.8125",stroke:"currentColor"})),T=o.forwardRef(_),G=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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",strokeLinecap:"round"})),N=o.forwardRef(G),J=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("g",{clipPath:"url(#a)"},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})),e.createElement("defs",null,e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))),K=o.forwardRef(J),Q=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("g",{clipPath:"url(#a)"},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})),e.createElement("defs",null,e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))),X=o.forwardRef(Q),Y=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M5 15h14M5 9h14",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"square"})),I=o.forwardRef(Y),e1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),l1=o.forwardRef(e1),r1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),t1=o.forwardRef(r1),a1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("g",{clipPath:"url(#a)"},e.createElement("path",{fill:"#fff",d:"M3 5h18v14H3z"}),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)"}),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"})),e.createElement("defs",null,e.createElement("linearGradient",{id:"b",x1:18,y1:0,x2:12,y2:24,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#5DFD7B"}),e.createElement("stop",{offset:1,stopColor:"#21AB32"})),e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))),n1=o.forwardRef(a1),o1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("g",{clipPath:"url(#a)"},e.createElement("path",{fill:"#fff",d:"M3 5h18v14H3z"}),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)"}),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"}),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"})),e.createElement("defs",null,e.createElement("linearGradient",{id:"b",x1:9,y1:24,x2:15.5,y2:0,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#141416"}),e.createElement("stop",{offset:1,stopColor:"#4E556F"})),e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))),c1=o.forwardRef(o1),s1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("g",{clipPath:"url(#a)"},e.createElement("path",{fill:"#fff",d:"M3 5h18v14H3z"}),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)"}),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"})),e.createElement("defs",null,e.createElement("linearGradient",{id:"b",x1:12,y1:24,x2:12,y2:0,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#1D93D2"}),e.createElement("stop",{offset:1,stopColor:"#38B0E3"})),e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))),w1=o.forwardRef(s1),d1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("g",{clipPath:"url(#a)"},e.createElement("path",{fill:"#fff",d:"M3 5h18v14H3z"}),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)"}),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"}),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"})),e.createElement("defs",null,e.createElement("linearGradient",{id:"b",x1:18,y1:0,x2:12,y2:24,gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#5DFD7B"}),e.createElement("stop",{offset:1,stopColor:"#21AB32"})),e.createElement("clipPath",{id:"a"},e.createElement("path",{fill:"#fff",d:"M0 0h24v24H0z"})))),i1=o.forwardRef(d1),f1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"m18 10-6 6-6-6",stroke:"currentColor"})),m1=o.forwardRef(f1),h1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"M12 5v14m0 0 6-5.559M12 19l-6-5.559",stroke:"currentColor"})),v1=o.forwardRef(h1),g1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,e.createElement("path",{d:"m6 6 12 12M18 6 6 18",stroke:"currentColor",strokeWidth:1.5})),p1=o.forwardRef(g1),E1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),u1=o.forwardRef(E1),x1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),C1=o.forwardRef(x1),M1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),b1=o.forwardRef(M1),R1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),L1=o.forwardRef(R1),k1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),z1=o.forwardRef(k1),y1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),j1=o.forwardRef(y1),S1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),F1=o.forwardRef(S1),B1=({title:l,titleId:r,...t},a)=>e.createElement("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:a,"aria-labelledby":r,...t},l?e.createElement("title",{id:r},l):null,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"})),H1=o.forwardRef(B1),$1={loader:()=>n.jsx(i,{}),filter:()=>n.jsx(m,{}),fullscreen:()=>n.jsx(v,{}),twoArrows:()=>n.jsx(p,{}),heart:()=>n.jsx(u,{}),download:()=>n.jsx(C,{}),user:()=>n.jsx(b,{}),squareMeter:()=>n.jsx(L,{}),check:()=>n.jsx(z,{}),close:()=>n.jsx(j,{}),layers:()=>n.jsx(F,{}),layersFilled:()=>n.jsx(H,{}),minus:()=>n.jsx(V,{}),moon:()=>n.jsx(P,{}),play:()=>n.jsx(D,{}),plus:()=>n.jsx(U,{}),ruble:()=>n.jsx(W,{}),share:()=>n.jsx(T,{}),sun:()=>n.jsx(N,{}),star:()=>n.jsx(K,{}),starFilled:()=>n.jsx(X,{}),burger:()=>n.jsx(I,{}),phone:()=>n.jsx(l1,{}),phoneFilled:()=>n.jsx(t1,{}),call:()=>n.jsx(n1,{}),callback:()=>n.jsx(c1,{}),telegram:()=>n.jsx(w1,{}),whatsapp:()=>n.jsx(i1,{}),directionDown:()=>n.jsx(m1,{}),burgerClose:()=>n.jsx(p1,{}),arrowLong:()=>n.jsx(v1,{}),car:()=>n.jsx(u1,{}),walk:()=>n.jsx(C1,{}),park:()=>n.jsx(b1,{}),metro:()=>n.jsx(L1,{}),food:()=>n.jsx(z1,{}),building:()=>n.jsx(j1,{}),case:()=>n.jsx(F1,{}),sport:()=>n.jsx(H1,{})},V1=({name:l,size:r="24",color:t,addClass:a,deg:c})=>{const s=$1[l];return n.jsx("div",{style:{color:t,width:r+"px",height:r+"px",transform:`rotate(${c}deg)`},className:a??"",children:n.jsx(s,{})})};exports.NewIcon=V1;
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
import { forwardRef as o } from "react";
|
|
4
|
+
const m = ({
|
|
5
|
+
title: t,
|
|
6
|
+
titleId: l,
|
|
7
|
+
...r
|
|
8
|
+
}, a) => /* @__PURE__ */ e.createElement("svg", { 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: "M11.9999 2V6.44444M19.071 4.92893L15.9283 8.07163M22 12.0002H17.5555M19.071 19.071L15.9283 15.9283M11.9999 17.5556V22M8.07154 15.9284L4.92883 19.0711M6.44446 12.0002H2", stroke: "currentColor", strokeLinecap: "round" })), i = o(m), w = ({
|
|
9
|
+
title: t,
|
|
10
|
+
titleId: l,
|
|
11
|
+
...r
|
|
12
|
+
}, 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(#clip0_116_47)" }, /* @__PURE__ */ e.createElement("rect", { x: 10.5078, y: 3.5, width: 5, height: 5, rx: 2.5, transform: "rotate(90 10.5078 3.5)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M3.00015 6H5.00015", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M10.5335 6L21 6", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("rect", { x: 13.4922, y: 14.5, width: 5, height: 5, rx: 2.5, transform: "rotate(-90 13.4922 14.5)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M21.0001 12L19.0001 12", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M13.4665 12L3 12", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("rect", { x: 10.5078, y: 15.5001, width: 5, height: 5, rx: 2.5, transform: "rotate(90 10.5078 15.5001)", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M3.00013 18H5.00013", stroke: "currentColor", strokeLinecap: "square" }), /* @__PURE__ */ e.createElement("path", { d: "M10.5335 18.0001L21 18.0001", stroke: "currentColor", strokeLinecap: "square" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_116_47" }, /* @__PURE__ */ e.createElement("rect", { width: 24, height: 24, fill: "none" })))), d = o(w), h = ({
|
|
13
|
+
title: t,
|
|
14
|
+
titleId: l,
|
|
15
|
+
...r
|
|
16
|
+
}, 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 5H19V12", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M12 19L5 19L5 12", stroke: "currentColor" })), v = o(h), f = ({
|
|
17
|
+
title: t,
|
|
18
|
+
titleId: l,
|
|
19
|
+
...r
|
|
20
|
+
}, 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.42857 5L7.42857 19M7.42857 19L10.8571 15.2941M7.42857 19L4 15.2941", stroke: "currentColor" }), /* @__PURE__ */ e.createElement("path", { d: "M16.5714 19L16.5714 5M16.5714 5L13.1429 8.70588M16.5714 5L20 8.70588", stroke: "currentColor" })), E = o(f), g = ({
|
|
21
|
+
title: t,
|
|
22
|
+
titleId: l,
|
|
23
|
+
...r
|
|
24
|
+
}, 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", { 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" })), p = o(g), u = ({
|
|
25
|
+
title: t,
|
|
26
|
+
titleId: l,
|
|
27
|
+
...r
|
|
28
|
+
}, 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" })), C = o(u), M = ({
|
|
29
|
+
title: t,
|
|
30
|
+
titleId: l,
|
|
31
|
+
...r
|
|
32
|
+
}, 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" })), x = o(M), b = ({
|
|
33
|
+
title: t,
|
|
34
|
+
titleId: l,
|
|
35
|
+
...r
|
|
36
|
+
}, 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" })), L = o(b), k = ({
|
|
37
|
+
title: t,
|
|
38
|
+
titleId: l,
|
|
39
|
+
...r
|
|
40
|
+
}, 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 7L9.66667 17L5 12", stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round" })), z = o(k), y = ({
|
|
41
|
+
title: t,
|
|
42
|
+
titleId: l,
|
|
43
|
+
...r
|
|
44
|
+
}, 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" })), R = o(y), F = ({
|
|
45
|
+
title: t,
|
|
46
|
+
titleId: l,
|
|
47
|
+
...r
|
|
48
|
+
}, 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" })), S = o(F), B = ({
|
|
49
|
+
title: t,
|
|
50
|
+
titleId: l,
|
|
51
|
+
...r
|
|
52
|
+
}, 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" })), H = o(B), $ = ({
|
|
53
|
+
title: t,
|
|
54
|
+
titleId: l,
|
|
55
|
+
...r
|
|
56
|
+
}, 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" })), V = o($), A = ({
|
|
57
|
+
title: t,
|
|
58
|
+
titleId: l,
|
|
59
|
+
...r
|
|
60
|
+
}, 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", strokeLinejoin: "round" })), P = o(A), q = ({
|
|
61
|
+
title: t,
|
|
62
|
+
titleId: l,
|
|
63
|
+
...r
|
|
64
|
+
}, 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" })), D = o(q), U = ({
|
|
65
|
+
title: t,
|
|
66
|
+
titleId: l,
|
|
67
|
+
...r
|
|
68
|
+
}, 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" })), Z = o(U), W = ({
|
|
69
|
+
title: t,
|
|
70
|
+
titleId: l,
|
|
71
|
+
...r
|
|
72
|
+
}, 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" })), j = o(W), G = ({
|
|
73
|
+
title: t,
|
|
74
|
+
titleId: l,
|
|
75
|
+
...r
|
|
76
|
+
}, 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" })), O = o(G), _ = ({
|
|
77
|
+
title: t,
|
|
78
|
+
titleId: l,
|
|
79
|
+
...r
|
|
80
|
+
}, 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", strokeLinecap: "round" })), T = o(_), N = ({
|
|
81
|
+
title: t,
|
|
82
|
+
titleId: l,
|
|
83
|
+
...r
|
|
84
|
+
}, 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" })))), J = o(N), K = ({
|
|
85
|
+
title: t,
|
|
86
|
+
titleId: l,
|
|
87
|
+
...r
|
|
88
|
+
}, 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" })))), Q = o(K), X = ({
|
|
89
|
+
title: t,
|
|
90
|
+
titleId: l,
|
|
91
|
+
...r
|
|
92
|
+
}, 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" })), Y = o(X), I = ({
|
|
93
|
+
title: t,
|
|
94
|
+
titleId: l,
|
|
95
|
+
...r
|
|
96
|
+
}, 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" })), e1 = o(I), l1 = ({
|
|
97
|
+
title: t,
|
|
98
|
+
titleId: l,
|
|
99
|
+
...r
|
|
100
|
+
}, 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", fill: "currentColor", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), t1 = o(l1), r1 = ({
|
|
101
|
+
title: t,
|
|
102
|
+
titleId: l,
|
|
103
|
+
...r
|
|
104
|
+
}, 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" })))), a1 = o(r1), n1 = ({
|
|
105
|
+
title: t,
|
|
106
|
+
titleId: l,
|
|
107
|
+
...r
|
|
108
|
+
}, 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" })))), o1 = o(n1), c1 = ({
|
|
109
|
+
title: t,
|
|
110
|
+
titleId: l,
|
|
111
|
+
...r
|
|
112
|
+
}, 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" })))), s1 = o(c1), m1 = ({
|
|
113
|
+
title: t,
|
|
114
|
+
titleId: l,
|
|
115
|
+
...r
|
|
116
|
+
}, 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" })))), i1 = o(m1), w1 = ({
|
|
117
|
+
title: t,
|
|
118
|
+
titleId: l,
|
|
119
|
+
...r
|
|
120
|
+
}, 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" })), d1 = o(w1), h1 = ({
|
|
121
|
+
title: t,
|
|
122
|
+
titleId: l,
|
|
123
|
+
...r
|
|
124
|
+
}, 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 5v14m0 0 6-5.559M12 19l-6-5.559", stroke: "currentColor" })), v1 = o(h1), f1 = ({
|
|
125
|
+
title: t,
|
|
126
|
+
titleId: l,
|
|
127
|
+
...r
|
|
128
|
+
}, 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 })), E1 = o(f1), g1 = ({
|
|
129
|
+
title: t,
|
|
130
|
+
titleId: l,
|
|
131
|
+
...r
|
|
132
|
+
}, 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" })), p1 = o(g1), u1 = ({
|
|
133
|
+
title: t,
|
|
134
|
+
titleId: l,
|
|
135
|
+
...r
|
|
136
|
+
}, 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" })), C1 = o(u1), M1 = ({
|
|
137
|
+
title: t,
|
|
138
|
+
titleId: l,
|
|
139
|
+
...r
|
|
140
|
+
}, 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" })), x1 = o(M1), b1 = ({
|
|
141
|
+
title: t,
|
|
142
|
+
titleId: l,
|
|
143
|
+
...r
|
|
144
|
+
}, 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" })), L1 = o(b1), k1 = ({
|
|
145
|
+
title: t,
|
|
146
|
+
titleId: l,
|
|
147
|
+
...r
|
|
148
|
+
}, 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" })), z1 = o(k1), y1 = ({
|
|
149
|
+
title: t,
|
|
150
|
+
titleId: l,
|
|
151
|
+
...r
|
|
152
|
+
}, 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" })), R1 = o(y1), F1 = ({
|
|
153
|
+
title: t,
|
|
154
|
+
titleId: l,
|
|
155
|
+
...r
|
|
156
|
+
}, 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" })), S1 = o(F1), B1 = ({
|
|
157
|
+
title: t,
|
|
158
|
+
titleId: l,
|
|
159
|
+
...r
|
|
160
|
+
}, 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" })), H1 = o(B1), $1 = {
|
|
161
|
+
loader: () => /* @__PURE__ */ n(i, {}),
|
|
162
|
+
filter: () => /* @__PURE__ */ n(d, {}),
|
|
163
|
+
fullscreen: () => /* @__PURE__ */ n(v, {}),
|
|
164
|
+
twoArrows: () => /* @__PURE__ */ n(E, {}),
|
|
165
|
+
heart: () => /* @__PURE__ */ n(p, {}),
|
|
166
|
+
download: () => /* @__PURE__ */ n(C, {}),
|
|
167
|
+
user: () => /* @__PURE__ */ n(x, {}),
|
|
168
|
+
squareMeter: () => /* @__PURE__ */ n(L, {}),
|
|
169
|
+
check: () => /* @__PURE__ */ n(z, {}),
|
|
170
|
+
close: () => /* @__PURE__ */ n(R, {}),
|
|
171
|
+
layers: () => /* @__PURE__ */ n(S, {}),
|
|
172
|
+
layersFilled: () => /* @__PURE__ */ n(H, {}),
|
|
173
|
+
minus: () => /* @__PURE__ */ n(V, {}),
|
|
174
|
+
moon: () => /* @__PURE__ */ n(P, {}),
|
|
175
|
+
play: () => /* @__PURE__ */ n(D, {}),
|
|
176
|
+
plus: () => /* @__PURE__ */ n(Z, {}),
|
|
177
|
+
ruble: () => /* @__PURE__ */ n(j, {}),
|
|
178
|
+
share: () => /* @__PURE__ */ n(O, {}),
|
|
179
|
+
sun: () => /* @__PURE__ */ n(T, {}),
|
|
180
|
+
star: () => /* @__PURE__ */ n(J, {}),
|
|
181
|
+
starFilled: () => /* @__PURE__ */ n(Q, {}),
|
|
182
|
+
burger: () => /* @__PURE__ */ n(Y, {}),
|
|
183
|
+
phone: () => /* @__PURE__ */ n(e1, {}),
|
|
184
|
+
phoneFilled: () => /* @__PURE__ */ n(t1, {}),
|
|
185
|
+
call: () => /* @__PURE__ */ n(a1, {}),
|
|
186
|
+
callback: () => /* @__PURE__ */ n(o1, {}),
|
|
187
|
+
telegram: () => /* @__PURE__ */ n(s1, {}),
|
|
188
|
+
whatsapp: () => /* @__PURE__ */ n(i1, {}),
|
|
189
|
+
directionDown: () => /* @__PURE__ */ n(d1, {}),
|
|
190
|
+
burgerClose: () => /* @__PURE__ */ n(E1, {}),
|
|
191
|
+
arrowLong: () => /* @__PURE__ */ n(v1, {}),
|
|
192
|
+
car: () => /* @__PURE__ */ n(p1, {}),
|
|
193
|
+
walk: () => /* @__PURE__ */ n(C1, {}),
|
|
194
|
+
park: () => /* @__PURE__ */ n(x1, {}),
|
|
195
|
+
metro: () => /* @__PURE__ */ n(L1, {}),
|
|
196
|
+
food: () => /* @__PURE__ */ n(z1, {}),
|
|
197
|
+
building: () => /* @__PURE__ */ n(R1, {}),
|
|
198
|
+
case: () => /* @__PURE__ */ n(S1, {}),
|
|
199
|
+
sport: () => /* @__PURE__ */ n(H1, {})
|
|
200
|
+
}, P1 = ({ name: t, size: l = "24", color: r, addClass: a, deg: c }) => {
|
|
201
|
+
const s = $1[t];
|
|
202
|
+
return /* @__PURE__ */ n(
|
|
203
|
+
"div",
|
|
204
|
+
{
|
|
205
|
+
style: {
|
|
206
|
+
color: r,
|
|
207
|
+
width: l + "px",
|
|
208
|
+
height: l + "px",
|
|
209
|
+
transform: `rotate(${c}deg)`
|
|
210
|
+
},
|
|
211
|
+
className: a ?? "",
|
|
212
|
+
children: /* @__PURE__ */ n(s, {})
|
|
213
|
+
}
|
|
214
|
+
);
|
|
215
|
+
};
|
|
216
|
+
export {
|
|
217
|
+
P1 as NewIcon
|
|
218
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -1 +1,64 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as a, Fragment as b } from "react/jsx-runtime";
|
|
2
|
+
import { useState as f, useEffect as S } from "react";
|
|
3
|
+
import { c as R } from "../../../index-DIxK0V-G.js";
|
|
4
|
+
import { NewIcon as p } from "../../NewIcon/ui/NewIcon.js";
|
|
5
|
+
import { sizeMap as s } from "./RoundButton.types.js";
|
|
6
|
+
const $ = "_btnRound_4g1ag_1", k = "_whiteStroke_4g1ag_31", e = {
|
|
7
|
+
btnRound: $,
|
|
8
|
+
"small-size": "_small-size_4g1ag_14",
|
|
9
|
+
"medium-size": "_medium-size_4g1ag_19",
|
|
10
|
+
"large-size": "_large-size_4g1ag_25",
|
|
11
|
+
whiteStroke: k,
|
|
12
|
+
"small-size_m": "_small-size_m_4g1ag_43",
|
|
13
|
+
"medium-size_m": "_medium-size_m_4g1ag_47",
|
|
14
|
+
"large-size_m": "_large-size_m_4g1ag_52",
|
|
15
|
+
"small-size_l": "_small-size_l_4g1ag_59",
|
|
16
|
+
"medium-size_l": "_medium-size_l_4g1ag_63",
|
|
17
|
+
"large-size_l": "_large-size_l_4g1ag_68"
|
|
18
|
+
}, v = R.bind(e), j = ({
|
|
19
|
+
size: _ = "small",
|
|
20
|
+
size_m: t,
|
|
21
|
+
size_l: i,
|
|
22
|
+
children: r = "",
|
|
23
|
+
iconName: o = "",
|
|
24
|
+
variant: g = "whiteStroke",
|
|
25
|
+
additionalClass: d,
|
|
26
|
+
deg: z,
|
|
27
|
+
...l
|
|
28
|
+
}) => {
|
|
29
|
+
const [c, u] = f(s.small), { color: w } = l;
|
|
30
|
+
return S(() => {
|
|
31
|
+
const n = () => {
|
|
32
|
+
const m = window.innerWidth, h = m > 1440 && i ? s[i] : m >= 1024 && m <= 1440 && t ? s[t] : s[_] || s.small;
|
|
33
|
+
u(h);
|
|
34
|
+
};
|
|
35
|
+
return window.addEventListener("resize", n), n(), () => {
|
|
36
|
+
window.removeEventListener("resize", n);
|
|
37
|
+
};
|
|
38
|
+
}, [_, t, i]), /* @__PURE__ */ a(
|
|
39
|
+
"button",
|
|
40
|
+
{
|
|
41
|
+
className: v(
|
|
42
|
+
e.btnRound,
|
|
43
|
+
e[`${_}-size`],
|
|
44
|
+
e[`${t}-size_m`],
|
|
45
|
+
e[`${i}-size_l`],
|
|
46
|
+
e[`${g}`],
|
|
47
|
+
`${d ?? ""}`
|
|
48
|
+
),
|
|
49
|
+
...l,
|
|
50
|
+
children: /* @__PURE__ */ a(b, { children: o ? /* @__PURE__ */ a(
|
|
51
|
+
p,
|
|
52
|
+
{
|
|
53
|
+
name: o,
|
|
54
|
+
size: c,
|
|
55
|
+
deg: z,
|
|
56
|
+
color: w
|
|
57
|
+
}
|
|
58
|
+
) : r })
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
export {
|
|
63
|
+
j as RoundButton
|
|
64
|
+
};
|
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const e = {
|
|
2
|
+
whiteStroke: "whiteStroke"
|
|
3
|
+
}, t = {
|
|
4
|
+
large: "24",
|
|
5
|
+
medium: "20",
|
|
6
|
+
small: "16"
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
e as ROUND_BUTTON_VARIANTS,
|
|
10
|
+
t as sizeMap
|
|
11
|
+
};
|
|
@@ -1 +1,35 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsxs as w, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as a, useEffect as n } from "react";
|
|
3
|
+
import { c as o } from "../../../index-DIxK0V-G.js";
|
|
4
|
+
const _ = "_switcherWrapper_s9esa_29", d = "_swiper_s9esa_35", v = "_swiperActive_s9esa_47", m = "_swiperForward_s9esa_1", f = "_swiperInactive_s9esa_52", P = "_swiperBackward_s9esa_1", h = "_swiperPoint_s9esa_57", l = "_swiperPointActive_s9esa_69", s = {
|
|
5
|
+
switcherWrapper: _,
|
|
6
|
+
swiper: d,
|
|
7
|
+
swiperActive: v,
|
|
8
|
+
swiperForward: m,
|
|
9
|
+
swiperInactive: f,
|
|
10
|
+
swiperBackward: P,
|
|
11
|
+
swiperPoint: h,
|
|
12
|
+
swiperPointActive: l
|
|
13
|
+
}, t = o.bind(s), F = ({ children: c, isActive: e, onClick: p }) => {
|
|
14
|
+
const r = a(!0);
|
|
15
|
+
return n(() => {
|
|
16
|
+
r.current && (r.current = !1);
|
|
17
|
+
}, []), /* @__PURE__ */ w("div", { className: s.switcherWrapper, children: [
|
|
18
|
+
c,
|
|
19
|
+
/* @__PURE__ */ i(
|
|
20
|
+
"div",
|
|
21
|
+
{
|
|
22
|
+
className: t(
|
|
23
|
+
s.swiper,
|
|
24
|
+
{ [s.swiperActive]: e },
|
|
25
|
+
{ [s.swiperInactive]: !e && !r.current }
|
|
26
|
+
),
|
|
27
|
+
onClick: p,
|
|
28
|
+
children: /* @__PURE__ */ i("div", { className: t(s.swiperPoint, { [s.swiperPointActive]: e }) })
|
|
29
|
+
}
|
|
30
|
+
)
|
|
31
|
+
] });
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
F as Switcher
|
|
35
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
@@ -1 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { c as w } from "../../../index-DIxK0V-G.js";
|
|
3
|
+
const z = "_tagCommon_96we6_1", r = "_red_96we6_40", u = "_gray_96we6_46", c = "_shade_96we6_52", _ = {
|
|
4
|
+
tagCommon: z,
|
|
5
|
+
"auto-width": "_auto-width_96we6_16",
|
|
6
|
+
"full-width": "_full-width_96we6_20",
|
|
7
|
+
"medium-size": "_medium-size_96we6_24",
|
|
8
|
+
"tiny-size": "_tiny-size_96we6_32",
|
|
9
|
+
red: r,
|
|
10
|
+
gray: u,
|
|
11
|
+
shade: c,
|
|
12
|
+
"tiny-size_m": "_tiny-size_m_96we6_67",
|
|
13
|
+
"medium-size_m": "_medium-size_m_96we6_74",
|
|
14
|
+
"tiny-size_l": "_tiny-size_l_96we6_89",
|
|
15
|
+
"medium-size_l": "_medium-size_l_96we6_96"
|
|
16
|
+
}, l = w.bind(_), h = ({
|
|
17
|
+
size: e = "medium",
|
|
18
|
+
size_m: i,
|
|
19
|
+
size_l: m,
|
|
20
|
+
children: s = "",
|
|
21
|
+
variant: t = "gray",
|
|
22
|
+
width: o = "auto",
|
|
23
|
+
additionalClass: a,
|
|
24
|
+
...d
|
|
25
|
+
}) => /* @__PURE__ */ n(
|
|
26
|
+
"div",
|
|
27
|
+
{
|
|
28
|
+
className: l(
|
|
29
|
+
_.tagCommon,
|
|
30
|
+
_[`${e}-size`],
|
|
31
|
+
_[`${i}-size_m`],
|
|
32
|
+
_[`${m}-size_l`],
|
|
33
|
+
_[`${t}`],
|
|
34
|
+
_[`${o}-width`],
|
|
35
|
+
`${a ?? ""}`
|
|
36
|
+
),
|
|
37
|
+
...d,
|
|
38
|
+
children: s
|
|
39
|
+
}
|
|
40
|
+
);
|
|
41
|
+
export {
|
|
42
|
+
h as Tag
|
|
43
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
function u(e) {
|
|
2
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
3
|
+
}
|
|
4
|
+
var f = { exports: {} };
|
|
5
|
+
/*!
|
|
6
|
+
Copyright (c) 2018 Jed Watson.
|
|
7
|
+
Licensed under the MIT License (MIT), see
|
|
8
|
+
http://jedwatson.github.io/classnames
|
|
9
|
+
*/
|
|
10
|
+
(function(e) {
|
|
11
|
+
(function() {
|
|
12
|
+
var i = {}.hasOwnProperty;
|
|
13
|
+
function s() {
|
|
14
|
+
for (var t = "", r = 0; r < arguments.length; r++) {
|
|
15
|
+
var n = arguments[r];
|
|
16
|
+
n && (t = o(t, a(n)));
|
|
17
|
+
}
|
|
18
|
+
return t;
|
|
19
|
+
}
|
|
20
|
+
function a(t) {
|
|
21
|
+
if (typeof t == "string" || typeof t == "number")
|
|
22
|
+
return t;
|
|
23
|
+
if (typeof t != "object")
|
|
24
|
+
return "";
|
|
25
|
+
if (Array.isArray(t))
|
|
26
|
+
return s.apply(null, t);
|
|
27
|
+
if (t.toString !== Object.prototype.toString && !t.toString.toString().includes("[native code]"))
|
|
28
|
+
return t.toString();
|
|
29
|
+
var r = "";
|
|
30
|
+
for (var n in t)
|
|
31
|
+
i.call(t, n) && t[n] && (r = o(r, n));
|
|
32
|
+
return r;
|
|
33
|
+
}
|
|
34
|
+
function o(t, r) {
|
|
35
|
+
return r ? t ? t + " " + r : t + r : t;
|
|
36
|
+
}
|
|
37
|
+
e.exports ? (s.default = s, e.exports = s) : window.classNames = s;
|
|
38
|
+
})();
|
|
39
|
+
})(f);
|
|
40
|
+
var c = f.exports;
|
|
41
|
+
const p = /* @__PURE__ */ u(c);
|
|
42
|
+
export {
|
|
43
|
+
p as c
|
|
44
|
+
};
|
package/dist/main.js
CHANGED
|
@@ -1 +1,16 @@
|
|
|
1
|
-
|
|
1
|
+
import { Button as r } from "./components/Button/ui/Button.js";
|
|
2
|
+
import { MobileButton as f } from "./components/MobileButton/ui/MobileButton.js";
|
|
3
|
+
import { NewIcon as n } from "./components/NewIcon/ui/NewIcon.js";
|
|
4
|
+
import { DestinationTab as x } from "./components/DestinationTab/ui/DestinationTab.js";
|
|
5
|
+
import { RoundButton as u } from "./components/RoundButton/ui/RoundButton.js";
|
|
6
|
+
import { Tag as B } from "./components/Tag/ui/Tag.js";
|
|
7
|
+
import { Switcher as c } from "./components/Switcher/ui/Switcher.js";
|
|
8
|
+
export {
|
|
9
|
+
r as Button,
|
|
10
|
+
x as DestinationTab,
|
|
11
|
+
f as MobileButton,
|
|
12
|
+
n as NewIcon,
|
|
13
|
+
u as RoundButton,
|
|
14
|
+
c as Switcher,
|
|
15
|
+
B as Tag
|
|
16
|
+
};
|
package/package.json
CHANGED
package/dist/index-gDmAUrkZ.cjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";function u(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var i={exports:{}};/*!
|
|
2
|
-
Copyright (c) 2018 Jed Watson.
|
|
3
|
-
Licensed under the MIT License (MIT), see
|
|
4
|
-
http://jedwatson.github.io/classnames
|
|
5
|
-
*/(function(e){(function(){var a={}.hasOwnProperty;function s(){for(var t="",r=0;r<arguments.length;r++){var n=arguments[r];n&&(t=o(t,f(n)))}return t}function f(t){if(typeof t=="string"||typeof t=="number")return t;if(typeof t!="object")return"";if(Array.isArray(t))return s.apply(null,t);if(t.toString!==Object.prototype.toString&&!t.toString.toString().includes("[native code]"))return t.toString();var r="";for(var n in t)a.call(t,n)&&t[n]&&(r=o(r,n));return r}function o(t,r){return r?t?t+" "+r:t+r:t}e.exports?(s.default=s,e.exports=s):window.classNames=s})()})(i);var c=i.exports;const p=u(c);exports.classNames=p;
|