stone-kit 0.0.830 → 0.0.832
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/Close-2sB9WAQH.js +4 -0
- package/dist/Filter-dMtkmeXo.js +4 -0
- package/dist/FilterWithSave-zPemlz6W.js +2158 -0
- package/dist/Fullscreen-Bbd9AEVk.js +4 -0
- package/dist/Lock-Bh6QKchE.js +4 -0
- package/dist/NewIcon-RImweSmF.js +71 -0
- package/dist/{Option-BVIm7wOW.js → Option-DSGlTdUR.js} +6 -6
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/components/Button/ui/Button.js +7 -7
- package/dist/components/CheckBox/CheckBox.js +5 -5
- package/dist/components/CheckBoxOld/CheckBoxOld.js +3 -3
- package/dist/components/CheckboxSelect/ui/CheckboxSelect.js +1 -1
- package/dist/components/DestinationTab/ui/DestinationTab.js +1 -1
- package/dist/components/FilterWithSave/hooks/useFilterWithSave.js +5 -4
- package/dist/components/FilterWithSave/ui/FilterWithSave.d.ts +1 -0
- package/dist/components/FilterWithSave/ui/FilterWithSave.js +5 -4
- package/dist/components/Flex/ui/Flex.js +1 -1
- package/dist/components/FormModal/ui/ModalForm.js +5 -4
- package/dist/components/GroupedInput/ui/GroupedInputs.js +1 -1
- package/dist/components/Input/ui/Input.js +4 -3
- package/dist/components/Logo/ui/Logo.js +1 -1
- package/dist/components/Logo/ui/Logo.types.js +9 -9
- package/dist/components/LotCard/hooks/useLotCard.js +5 -4
- package/dist/components/LotCard/index.js +1 -1
- package/dist/components/LotCard/ui/LotCard.js +3 -3
- package/dist/components/LotCardSkeleton/ui/LotCardSkeleton.js +1 -1
- package/dist/components/MetroLabel/ui/MetroLabel.js +2 -2
- package/dist/components/MetroTag/ui/MetroTag.js +17 -17
- package/dist/components/ModalSuccess/ModalSuccess.js +10 -10
- package/dist/components/NewIcon/icons/ArrowLong.d.ts +4 -0
- package/dist/components/NewIcon/icons/ArrowLong.js +11 -0
- package/dist/components/NewIcon/icons/ArrowShort.d.ts +4 -0
- package/dist/components/NewIcon/icons/ArrowShort.js +11 -0
- package/dist/components/NewIcon/icons/Auto.d.ts +4 -0
- package/dist/components/NewIcon/icons/Auto.js +11 -0
- package/dist/components/NewIcon/icons/Building.d.ts +4 -0
- package/dist/components/NewIcon/icons/Building.js +11 -0
- package/dist/components/NewIcon/icons/Burger.d.ts +4 -0
- package/dist/components/NewIcon/icons/Burger.js +11 -0
- package/dist/components/NewIcon/icons/BurgerClose.d.ts +4 -0
- package/dist/components/NewIcon/icons/BurgerClose.js +11 -0
- package/dist/components/NewIcon/icons/Call.d.ts +4 -0
- package/dist/components/NewIcon/icons/Call.js +11 -0
- package/dist/components/NewIcon/icons/Callback.d.ts +4 -0
- package/dist/components/NewIcon/icons/Callback.js +11 -0
- package/dist/components/NewIcon/icons/Case.d.ts +4 -0
- package/dist/components/NewIcon/icons/Case.js +11 -0
- package/dist/components/NewIcon/icons/Check.d.ts +4 -0
- package/dist/components/NewIcon/icons/Check.js +11 -0
- package/dist/components/NewIcon/icons/Circle.d.ts +4 -0
- package/dist/components/NewIcon/icons/Circle.js +11 -0
- package/dist/components/NewIcon/icons/Close.d.ts +4 -0
- package/dist/components/NewIcon/icons/Close.js +11 -0
- package/dist/components/NewIcon/icons/DirectionDown.d.ts +4 -0
- package/dist/components/NewIcon/icons/DirectionDown.js +11 -0
- package/dist/components/NewIcon/icons/Download.d.ts +4 -0
- package/dist/components/NewIcon/icons/Download.js +11 -0
- package/dist/components/NewIcon/icons/Filter.d.ts +4 -0
- package/dist/components/NewIcon/icons/Filter.js +11 -0
- package/dist/components/NewIcon/icons/Food.d.ts +4 -0
- package/dist/components/NewIcon/icons/Food.js +11 -0
- package/dist/components/NewIcon/icons/Fullscreen.d.ts +4 -0
- package/dist/components/NewIcon/icons/Fullscreen.js +11 -0
- package/dist/components/NewIcon/icons/Heart.d.ts +4 -0
- package/dist/components/NewIcon/icons/Heart.js +11 -0
- package/dist/components/NewIcon/icons/Layers.d.ts +4 -0
- package/dist/components/NewIcon/icons/Layers.js +11 -0
- package/dist/components/NewIcon/icons/LayersFilled.d.ts +4 -0
- package/dist/components/NewIcon/icons/LayersFilled.js +11 -0
- package/dist/components/NewIcon/icons/Loader.d.ts +4 -0
- package/dist/components/NewIcon/icons/Loader.js +11 -0
- package/dist/components/NewIcon/icons/Lock.d.ts +4 -0
- package/dist/components/NewIcon/icons/Lock.js +11 -0
- package/dist/components/NewIcon/icons/Metro.d.ts +4 -0
- package/dist/components/NewIcon/icons/Metro.js +11 -0
- package/dist/components/NewIcon/icons/Minus.d.ts +4 -0
- package/dist/components/NewIcon/icons/Minus.js +11 -0
- package/dist/components/NewIcon/icons/MinusCheck.d.ts +4 -0
- package/dist/components/NewIcon/icons/MinusCheck.js +11 -0
- package/dist/components/NewIcon/icons/Moon.d.ts +4 -0
- package/dist/components/NewIcon/icons/Moon.js +11 -0
- package/dist/components/NewIcon/icons/Park.d.ts +4 -0
- package/dist/components/NewIcon/icons/Park.js +11 -0
- package/dist/components/NewIcon/icons/Pedestrian.d.ts +4 -0
- package/dist/components/NewIcon/icons/Pedestrian.js +11 -0
- package/dist/components/NewIcon/icons/Phone.d.ts +4 -0
- package/dist/components/NewIcon/icons/Phone.js +11 -0
- package/dist/components/NewIcon/icons/PhoneFilled.d.ts +4 -0
- package/dist/components/NewIcon/icons/PhoneFilled.js +11 -0
- package/dist/components/NewIcon/icons/Pin.d.ts +4 -0
- package/dist/components/NewIcon/icons/Pin.js +11 -0
- package/dist/components/NewIcon/icons/PinTrans.d.ts +4 -0
- package/dist/components/NewIcon/icons/PinTrans.js +11 -0
- package/dist/components/NewIcon/icons/Play.d.ts +4 -0
- package/dist/components/NewIcon/icons/Play.js +11 -0
- package/dist/components/NewIcon/icons/Play2.d.ts +4 -0
- package/dist/components/NewIcon/icons/Play2.js +11 -0
- package/dist/components/NewIcon/icons/Plus.d.ts +4 -0
- package/dist/components/NewIcon/icons/Plus.js +11 -0
- package/dist/components/NewIcon/icons/Redo.d.ts +4 -0
- package/dist/components/NewIcon/icons/Redo.js +11 -0
- package/dist/components/NewIcon/icons/Ruble.d.ts +4 -0
- package/dist/components/NewIcon/icons/Ruble.js +11 -0
- package/dist/components/NewIcon/icons/Search.d.ts +4 -0
- package/dist/components/NewIcon/icons/Search.js +11 -0
- package/dist/components/NewIcon/icons/SelectChecked.d.ts +4 -0
- package/dist/components/NewIcon/icons/SelectChecked.js +11 -0
- package/dist/components/NewIcon/icons/SelectUnchecked.d.ts +4 -0
- package/dist/components/NewIcon/icons/SelectUnchecked.js +11 -0
- package/dist/components/NewIcon/icons/Share.d.ts +4 -0
- package/dist/components/NewIcon/icons/Share.js +11 -0
- package/dist/components/NewIcon/icons/SmallFilter.d.ts +4 -0
- package/dist/components/NewIcon/icons/SmallFilter.js +11 -0
- package/dist/components/NewIcon/icons/Sport.d.ts +4 -0
- package/dist/components/NewIcon/icons/Sport.js +11 -0
- package/dist/components/NewIcon/icons/SquareMeter.d.ts +4 -0
- package/dist/components/NewIcon/icons/SquareMeter.js +11 -0
- package/dist/components/NewIcon/icons/Star.d.ts +4 -0
- package/dist/components/NewIcon/icons/Star.js +11 -0
- package/dist/components/NewIcon/icons/StarFilled.d.ts +4 -0
- package/dist/components/NewIcon/icons/StarFilled.js +11 -0
- package/dist/components/NewIcon/icons/Sun.d.ts +4 -0
- package/dist/components/NewIcon/icons/Sun.js +11 -0
- package/dist/components/NewIcon/icons/Telegram.d.ts +4 -0
- package/dist/components/NewIcon/icons/Telegram.js +11 -0
- package/dist/components/NewIcon/icons/Timer.d.ts +4 -0
- package/dist/components/NewIcon/icons/Timer.js +11 -0
- package/dist/components/NewIcon/icons/TwoArrows.d.ts +4 -0
- package/dist/components/NewIcon/icons/TwoArrows.js +11 -0
- package/dist/components/NewIcon/icons/User.d.ts +4 -0
- package/dist/components/NewIcon/icons/User.js +11 -0
- package/dist/components/NewIcon/icons/Vector.d.ts +4 -0
- package/dist/components/NewIcon/icons/Vector.js +11 -0
- package/dist/components/NewIcon/icons/WhatsApp.d.ts +4 -0
- package/dist/components/NewIcon/icons/WhatsApp.js +11 -0
- package/dist/components/NewIcon/icons/WithoutDecor.d.ts +4 -0
- package/dist/components/NewIcon/icons/WithoutDecor.js +11 -0
- package/dist/components/NewIcon/icons/arrowRight.d.ts +4 -0
- package/dist/components/NewIcon/icons/arrowRight.js +11 -0
- package/dist/components/NewIcon/icons/mail.d.ts +4 -0
- package/dist/components/NewIcon/icons/mail.js +11 -0
- package/dist/components/NewIcon/index.js +1 -1
- package/dist/components/NewIcon/ui/NewIcon.d.ts +3 -9
- package/dist/components/NewIcon/ui/NewIcon.js +5 -307
- package/dist/components/NewIcon/ui/iconTypes.d.ts +4 -0
- package/dist/components/NewIcon/ui/iconTypes.js +62 -0
- package/dist/components/RoundButton/ui/RoundButton.js +2 -2
- package/dist/components/Select/ui/Category.js +13 -13
- package/dist/components/Select/ui/Option.js +3 -3
- package/dist/components/Select/ui/Select.js +36 -36
- package/dist/components/SliderNavigation/ui/SliderNavigation.js +1 -1
- package/dist/components/SortSelect/hooks/useSortSelect.js +2 -2
- package/dist/components/SortSelect/index.js +1 -1
- package/dist/components/SortSelect/ui/SortSelect.js +6 -5
- package/dist/components/SummarySelect/ui/SummarySelect.d.ts +1 -0
- package/dist/components/SummarySelect/ui/SummarySelect.js +56 -74
- package/dist/components/Switcher/ui/Switcher.js +1 -1
- package/dist/components/TabSelect/ui/TabSelect.js +1 -1
- package/dist/components/TabSwitcher/index.js +1 -1
- package/dist/components/TabSwitcher/ui/TabSwitcher.js +5 -4
- package/dist/components/Tag/ui/Tag.js +1 -1
- package/dist/components/Text/ui/Text.js +1 -1
- package/dist/components/TextArea/TextArea.js +1 -1
- package/dist/components/mobileButton/ui/MobileButton.js +1 -1
- package/dist/{index-rKuIKazb.js → index-SYE1cn5_.js} +8 -11
- package/dist/main.js +6 -6
- package/dist/style.css +1 -1
- package/dist/{useSortSelect-CjZXLFOG.js → useSortSelect-DQEn8v15.js} +1 -1
- package/package.json +3 -2
- package/dist/FilterWithSave-DgJ7AOOr.js +0 -2227
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import * as l from "react";
|
|
3
|
+
import { forwardRef as m } from "react";
|
|
4
|
+
const n = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: a,
|
|
7
|
+
...r
|
|
8
|
+
}, t) => /* @__PURE__ */ l.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: t, "aria-labelledby": a, ...r }, e ? /* @__PURE__ */ l.createElement("title", { id: a }, e) : null, /* @__PURE__ */ l.createElement("path", { fill: "currentColor", d: "m18.989 11.293-6.99 4.097-6.99-4.097a.68.68 0 0 0-.504-.074.67.67 0 0 0-.41.297.64.64 0 0 0-.075.493.65.65 0 0 0 .304.4l7.333 4.298a.68.68 0 0 0 .686 0l7.333-4.298a.65.65 0 0 0 .304-.4.64.64 0 0 0-.075-.493.67.67 0 0 0-.41-.297.68.68 0 0 0-.505.074z" }), /* @__PURE__ */ l.createElement("path", { fill: "currentColor", d: "m18.989 14.493-6.99 4.096-6.99-4.096a.677.677 0 0 0-.914.223.64.64 0 0 0 .229.894l7.333 4.297a.68.68 0 0 0 .686 0l7.333-4.297a.65.65 0 0 0 .304-.4.64.64 0 0 0-.075-.494.67.67 0 0 0-.41-.296.68.68 0 0 0-.505.073zM4.323 9.365l6.656 3.954a2 2 0 0 0 2.042 0l6.656-3.954A.66.66 0 0 0 20 8.8a.66.66 0 0 0-.323-.566L13.02 4.28a2 2 0 0 0-2.042 0L4.323 8.234A.66.66 0 0 0 4 8.8a.66.66 0 0 0 .323.565" })), s = m(n), i = (e) => /* @__PURE__ */ o(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as m } 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: o,
|
|
7
|
+
...t
|
|
8
|
+
}, a) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", 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", d: "M12 2v4.444M19.07 4.93l-3.143 3.143M22 12h-4.445m1.516 7.071-3.143-3.143M12 17.556V22m-3.928-6.072-3.143 3.143m1.515-7.07H2" })), s = l(n), f = (e) => /* @__PURE__ */ m(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
f as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as c } from "react/jsx-runtime";
|
|
2
|
+
import * as o from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const l = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...a
|
|
8
|
+
}, t) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: t, "aria-labelledby": r, ...a }, e ? /* @__PURE__ */ o.createElement("title", { id: r }, e) : null, /* @__PURE__ */ o.createElement("path", { stroke: "currentColor", strokeLinecap: "round", d: "M8 9V7a4 4 0 1 1 8 0v2M8.2 21h7.6c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C19 19.48 19 18.92 19 17.8v-5.6c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C17.48 9 16.92 9 15.8 9H8.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C5 10.52 5 11.08 5 12.2v5.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C6.52 21 7.08 21 8.2 21Z" })), s = n(l), i = (e) => /* @__PURE__ */ c(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { forwardRef as m } 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 24 24", ref: l, "aria-labelledby": t, ...o }, e ? /* @__PURE__ */ r.createElement("title", { id: t }, e) : null, /* @__PURE__ */ r.createElement("path", { fill: "#ec5353", 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.11z" })), f = m(n), i = (e) => /* @__PURE__ */ a(f, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -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", d: "M5 12h14" })), m = l(s), i = (e) => /* @__PURE__ */ n(m, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as t from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const f = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...o
|
|
8
|
+
}, a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ref: a, "aria-labelledby": r, ...o }, e ? /* @__PURE__ */ t.createElement("title", { id: r }, e) : null, /* @__PURE__ */ t.createElement("rect", { width: 20, height: 20, fill: "#141416", rx: 4 }), /* @__PURE__ */ t.createElement("path", { stroke: "#fff", d: "M5.332 10h9.333" })), s = n(f), m = (e) => /* @__PURE__ */ l(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
m as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
import { forwardRef as a } from "react";
|
|
4
|
+
const s = ({
|
|
5
|
+
title: o,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...t
|
|
8
|
+
}, n) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: n, "aria-labelledby": r, ...t }, o ? /* @__PURE__ */ e.createElement("title", { id: r }, o) : null, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", d: "M20.027 17.768A9.1 9.1 0 0 1 11.172 3a9.1 9.1 0 1 0 8.855 14.768Z" })), m = a(s), i = (o) => /* @__PURE__ */ l(m, { ...o });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
import { forwardRef as v } from "react";
|
|
4
|
+
const c = ({
|
|
5
|
+
title: a,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...o
|
|
8
|
+
}, t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: t, "aria-labelledby": r, ...o }, a ? /* @__PURE__ */ e.createElement("title", { id: r }, a) : null, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M14.25 13.124a2.63 2.63 0 0 0-2.625-2.625h-6A2.63 2.63 0 0 0 3 13.124a2.62 2.62 0 0 0 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.62 2.62 0 0 0 1.5-2.362M6 17.25v-1.5h5.25v1.5zm14.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.3.3 0 0 0-.09.227v4.98a.75.75 0 1 1-1.5 0v-7.126a4.11 4.11 0 0 0-3.173-4.014.75.75 0 0 1-.573-.816c.07-.615.5-1.203 1.277-1.745.204-.142.22-.39.22-.492a3 3 0 0 1 .229-1.207 2.96 2.96 0 0 1 1.977-1.748 3.1 3.1 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.99 2.99 0 0 1 21 9.001c0 .44-.104.882-.308 1.31-.078.164-.072.231-.072.231.003.012.024.052.038.079z" })), m = v(c), h = (a) => /* @__PURE__ */ l(m, { ...a });
|
|
9
|
+
export {
|
|
10
|
+
h as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import * as a from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const s = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...l
|
|
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, ...l }, e ? /* @__PURE__ */ a.createElement("title", { id: r }, e) : null, /* @__PURE__ */ a.createElement("path", { fill: "currentColor", d: "m8.066 9.058 2.797-1.956a1.8 1.8 0 0 1 1.085-.322 2.34 2.34 0 0 1 1.313.438c.38.274.66.655.805 1.09q.243.735.445.993c.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.3 6.3 0 0 1-1.77-.506 6.1 6.1 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.7 1.7 0 0 1-.537-.718 1.6 1.6 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.005zM13.2 6.36a1.78 1.78 0 0 1-1.234-.492 1.65 1.65 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.188s-.183.873-.51 1.188a1.78 1.78 0 0 1-1.235.492m-2.593 11.07-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" })), c = n(s), i = (e) => /* @__PURE__ */ o(c, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import * as o from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const l = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...a
|
|
8
|
+
}, c) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: c, "aria-labelledby": r, ...a }, e ? /* @__PURE__ */ o.createElement("title", { id: r }, e) : null, /* @__PURE__ */ o.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.98 9.755a13.3 13.3 0 0 0 2.601 3.664 13.3 13.3 0 0 0 3.664 2.6c.114.055.17.083.243.104.256.075.57.02.788-.135a2 2 0 0 0 .217-.2c.32-.32.48-.479.64-.584a1.83 1.83 0 0 1 1.992 0c.16.105.32.265.64.584l.178.178c.486.486.728.729.86.99a1.83 1.83 0 0 1 0 1.649c-.132.26-.374.503-.86.989l-.144.144c-.484.484-.726.726-1.055.91a3.1 3.1 0 0 1-1.35.352c-.378-.001-.636-.074-1.151-.22a17.4 17.4 0 0 1-7.57-4.454 17.4 17.4 0 0 1-4.452-7.569C4.074 8.242 4 7.984 4 7.607a3.1 3.1 0 0 1 .351-1.351c.185-.33.427-.571.91-1.055l.145-.144c.486-.486.728-.728.99-.86a1.83 1.83 0 0 1 1.649 0c.26.132.503.374.989.86l.178.178c.32.32.479.48.583.64a1.83 1.83 0 0 1 0 1.992c-.104.16-.264.32-.583.64a1.6 1.6 0 0 0-.2.218.96.96 0 0 0-.135.787c.021.072.049.13.103.243" })), s = n(l), d = (e) => /* @__PURE__ */ t(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
d as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as o from "react";
|
|
3
|
+
import { forwardRef as t } from "react";
|
|
4
|
+
const n = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...a
|
|
8
|
+
}, c) => /* @__PURE__ */ o.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: c, "aria-labelledby": r, ...a }, e ? /* @__PURE__ */ o.createElement("title", { id: r }, e) : null, /* @__PURE__ */ o.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "M8.98 9.755a13.3 13.3 0 0 0 2.601 3.664 13.3 13.3 0 0 0 3.664 2.6c.114.055.17.083.243.104.256.075.57.02.788-.135a2 2 0 0 0 .217-.2c.32-.32.48-.479.64-.584a1.83 1.83 0 0 1 1.992 0c.16.105.32.265.64.584l.178.178c.486.486.728.729.86.99a1.83 1.83 0 0 1 0 1.649c-.132.26-.374.503-.86.989l-.144.144c-.484.484-.726.726-1.055.91a3.1 3.1 0 0 1-1.35.352c-.378-.001-.636-.074-1.151-.22a17.4 17.4 0 0 1-7.57-4.454 17.4 17.4 0 0 1-4.452-7.569C4.074 8.242 4 7.984 4 7.607a3.1 3.1 0 0 1 .351-1.351c.185-.33.427-.571.91-1.055l.145-.144c.486-.486.728-.728.99-.86a1.83 1.83 0 0 1 1.649 0c.26.132.503.374.989.86l.178.178c.32.32.479.48.583.64a1.83 1.83 0 0 1 0 1.992c-.104.16-.264.32-.583.64a1.6 1.6 0 0 0-.2.218.96.96 0 0 0-.135.787c.021.072.049.13.103.243" })), i = t(n), m = (e) => /* @__PURE__ */ l(i, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
m as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as t from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const i = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...a
|
|
8
|
+
}, o) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, fill: "none", viewBox: "0 0 20 20", ref: o, "aria-labelledby": r, ...a }, e ? /* @__PURE__ */ t.createElement("title", { id: r }, e) : null, /* @__PURE__ */ t.createElement("path", { fill: "#141416", d: "M10 1.429a6.667 6.667 0 0 0-6.667 6.666C3.333 13.492 10 18.571 10 18.571s6.667-5.079 6.667-10.476A6.667 6.667 0 0 0 10 1.43m0 9.84a3.174 3.174 0 1 1 0-6.347 3.174 3.174 0 0 1 0 6.348" })), m = n(i), w = (e) => /* @__PURE__ */ l(m, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
w as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import * as t from "react";
|
|
3
|
+
import { forwardRef as s } from "react";
|
|
4
|
+
const l = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...a
|
|
8
|
+
}, o) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: o, "aria-labelledby": r, ...a }, e ? /* @__PURE__ */ t.createElement("title", { id: r }, e) : null, /* @__PURE__ */ t.createElement("path", { d: "M10.6667 6.66665C10.6667 8.13941 9.47284 9.33331 8.00008 9.33331C6.52732 9.33331 5.33341 8.13941 5.33341 6.66665C5.33341 5.19389 6.52732 3.99998 8.00008 3.99998C9.47284 3.99998 10.6667 5.19389 10.6667 6.66665Z", stroke: "#141416" }), /* @__PURE__ */ t.createElement("path", { d: "M13.3334 6.66665C13.3334 9.61217 9.33341 14.6666 8.00008 14.6666C6.66675 14.6666 2.66675 9.61217 2.66675 6.66665C2.66675 3.72113 5.05456 1.33331 8.00008 1.33331C10.9456 1.33331 13.3334 3.72113 13.3334 6.66665Z", stroke: "#141416" })), m = s(l), f = (e) => /* @__PURE__ */ n(m, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
f as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const c = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: a,
|
|
7
|
+
...o
|
|
8
|
+
}, t) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: t, "aria-labelledby": a, ...o }, e ? /* @__PURE__ */ r.createElement("title", { id: a }, e) : null, /* @__PURE__ */ r.createElement("path", { fill: "currentColor", d: "M5 12.5c0-3.362 0-5.043.717-6.003a3.77 3.77 0 0 1 2.715-1.49c1.213-.098 2.687.774 5.634 2.519 2.76 1.633 4.14 2.45 4.615 3.5.425.939.425 2.01 0 2.948-.475 1.05-1.855 1.867-4.615 3.5-2.947 1.745-4.42 2.617-5.634 2.518a3.77 3.77 0 0 1-2.715-1.49C5 17.543 5 15.863 5 12.5" })), m = n(c), i = (e) => /* @__PURE__ */ l(m, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -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 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", { fill: "currentColor", d: "M18 12 8 18V6z" })), f = n(m), i = (e) => /* @__PURE__ */ a(f, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -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 n = ({
|
|
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: "M5 12h14M12 5v14" })), m = s(n), w = (e) => /* @__PURE__ */ a(m, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
w as default
|
|
11
|
+
};
|
|
@@ -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", strokeLinecap: "round", strokeLinejoin: "round", d: "M19.003 9.243c-.81-1.403-3.022-3.224-4.537-3.794a7 7 0 1 0 4.296 8.363m.24-4.57H14.76m4.243 0V5" })), s = l(m), i = (e) => /* @__PURE__ */ a(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { forwardRef as m } from "react";
|
|
4
|
+
const n = ({
|
|
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", d: "M9.524 17.6v-5.289m0 0V6.4h3.52a2.955 2.955 0 1 1 0 5.911zm0 0H8M8 15.2h4.571" })), s = m(n), w = (e) => /* @__PURE__ */ l(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
w as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { forwardRef as c } from "react";
|
|
4
|
+
const f = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: a,
|
|
7
|
+
...t
|
|
8
|
+
}, l) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#fff", viewBox: "0 0 24 24", ref: l, "aria-labelledby": a, ...t }, e ? /* @__PURE__ */ r.createElement("title", { id: a }, e) : null, /* @__PURE__ */ r.createElement("path", { d: "M9 2C5.146 2 2 5.146 2 9s3.146 7 7 7a6.96 6.96 0 0 0 4.574-1.719l.426.426V16l6 6 2-2-6-6h-1.293l-.426-.426A6.96 6.96 0 0 0 16 9c0-3.854-3.146-7-7-7m0 2c2.773 0 5 2.227 5 5s-2.227 5-5 5-5-2.227-5-5 2.227-5 5-5" })), m = c(f), w = (e) => /* @__PURE__ */ o(m, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
w as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as t from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const c = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...o
|
|
8
|
+
}, a) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ref: a, "aria-labelledby": r, ...o }, e ? /* @__PURE__ */ t.createElement("title", { id: r }, e) : null, /* @__PURE__ */ t.createElement("rect", { width: 20, height: 20, fill: "#141416", rx: 4 }), /* @__PURE__ */ t.createElement("path", { stroke: "#fff", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 1.5, d: "m14.665 6.667-6.222 6.666L5.332 10" })), s = n(c), m = (e) => /* @__PURE__ */ l(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
m as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as t from "react";
|
|
3
|
+
import { forwardRef as a } from "react";
|
|
4
|
+
const n = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...c
|
|
8
|
+
}, o) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 20 20", ref: o, "aria-labelledby": r, ...c }, e ? /* @__PURE__ */ t.createElement("title", { id: r }, e) : null, /* @__PURE__ */ t.createElement("rect", { width: 19, height: 19, x: 0.5, y: 0.5, fill: "#e6e8ec", stroke: "#b1b5c4", rx: 3.5 })), m = a(n), i = (e) => /* @__PURE__ */ l(m, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { forwardRef as m } from "react";
|
|
4
|
+
const n = ({
|
|
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", d: "M12 13.688V4.063m0 0L8.5 7.454M12 4.063l3.5 3.391M7.25 7.563H5v11.375h14V7.563h-2.187" })), s = m(n), w = (e) => /* @__PURE__ */ l(s, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
w as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import * as t from "react";
|
|
3
|
+
import { forwardRef as i } from "react";
|
|
4
|
+
const m = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...o
|
|
8
|
+
}, l) => /* @__PURE__ */ t.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: l, "aria-labelledby": r, ...o }, e ? /* @__PURE__ */ t.createElement("title", { id: r }, e) : null, /* @__PURE__ */ t.createElement("path", { d: "M2.66667 5.33331H10.6667M10.6667 5.33331C10.6667 6.43788 11.5621 7.33331 12.6667 7.33331C13.7712 7.33331 14.6667 6.43788 14.6667 5.33331C14.6667 4.22874 13.7712 3.33331 12.6667 3.33331C11.5621 3.33331 10.6667 4.22874 10.6667 5.33331ZM6 10.6666H13.3333M6 10.6666C6 11.7712 5.10457 12.6666 4 12.6666C2.89543 12.6666 2 11.7712 2 10.6666C2 9.56208 2.89543 8.66665 4 8.66665C5.10457 8.66665 6 9.56208 6 10.6666Z", stroke: "white", strokeLinecap: "round" })), n = i(m), c = (e) => /* @__PURE__ */ a(n, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
c as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { forwardRef as l } from "react";
|
|
4
|
+
const m = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: o,
|
|
7
|
+
...t
|
|
8
|
+
}, c) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: c, "aria-labelledby": o, ...t }, e ? /* @__PURE__ */ r.createElement("title", { id: o }, e) : null, /* @__PURE__ */ r.createElement("path", { fill: "currentColor", d: "M8.398 10.25h7.2v3.548h-7.2zm12.556-.965h-.5v5.233h.5c.578 0 1.046-.469 1.046-1.046V10.33c0-.577-.469-1.045-1.046-1.045M18.5 7.072h-1.984v9.905H18.5a1.047 1.047 0 0 0 1.046-1.046V8.117c0-.577-.468-1.045-1.046-1.045M4.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.045" })), n = l(m), s = (e) => /* @__PURE__ */ a(n, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
s as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { forwardRef as m } from "react";
|
|
4
|
+
const n = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: t,
|
|
7
|
+
...l
|
|
8
|
+
}, o) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: o, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ r.createElement("title", { id: t }, e) : null, /* @__PURE__ */ r.createElement("path", { fill: "currentColor", 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.11zm8.412-6.012v-.684l2.072-1.981q.237-.219.34-.396a.8.8 0 0 0 .104-.424.72.72 0 0 0-.222-.533q-.222-.218-.592-.218-.4 0-.651.218-.237.205-.237.601h-.888q0-.67.503-1.12T17.224 6t1.228.424q.474.41.474 1.08 0 .423-.178.71-.162.273-.562.656l-1.332 1.298v.068H19v.752z" })), f = m(n), c = (e) => /* @__PURE__ */ a(f, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
c as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const m = ({
|
|
5
|
+
title: t,
|
|
6
|
+
titleId: r,
|
|
7
|
+
...l
|
|
8
|
+
}, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": r, ...l }, t ? /* @__PURE__ */ e.createElement("title", { id: r }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, 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-.303z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), c = n(m), i = (t) => /* @__PURE__ */ o(c, { ...t });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
import { forwardRef as n } from "react";
|
|
4
|
+
const c = ({
|
|
5
|
+
title: t,
|
|
6
|
+
titleId: l,
|
|
7
|
+
...r
|
|
8
|
+
}, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeWidth: 1.5, 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-.303z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" })))), m = n(c), s = (t) => /* @__PURE__ */ o(m, { ...t });
|
|
9
|
+
export {
|
|
10
|
+
s as default
|
|
11
|
+
};
|
|
@@ -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 m = ({
|
|
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", { fill: "#fff", stroke: "currentColor", strokeLinecap: "round", d: "M12 2v2m7.071.929-1.414 1.414M22 12h-2m-.929 7.071-1.414-1.414M12 20v2m-5.657-4.343L4.93 19.07M4 12.001H2m4.343-5.658L4.93 4.93M16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" })), f = l(m), i = (e) => /* @__PURE__ */ n(f, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -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 o = ({
|
|
5
|
+
title: t,
|
|
6
|
+
titleId: l,
|
|
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": l, ...a }, 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", { 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: "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-.044q.083.027.14.094a.34.34 0 0 1 .078.156q.035.155.03.314c-.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.9.9 0 0 1-.315-.212c-1.008-.91-4.49-3.37-5.26-3.91a.15.15 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.35.35 0 0 1-.171.01z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("linearGradient", { id: "b", x1: 12, x2: 12, y1: 24, 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" })))), f = n(o), i = (t) => /* @__PURE__ */ c(f, { ...t });
|
|
9
|
+
export {
|
|
10
|
+
i as default
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import * as r from "react";
|
|
3
|
+
import { forwardRef as m } from "react";
|
|
4
|
+
const i = ({
|
|
5
|
+
title: e,
|
|
6
|
+
titleId: t,
|
|
7
|
+
...a
|
|
8
|
+
}, o) => /* @__PURE__ */ r.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 20, height: 20, fill: "none", viewBox: "0 0 20 20", ref: o, "aria-labelledby": t, ...a }, e ? /* @__PURE__ */ r.createElement("title", { id: t }, e) : null, /* @__PURE__ */ r.createElement("path", { fill: "#141416", d: "m16.042 7.567.833-.834-2.383-2.325-.834.834a7.1 7.1 0 0 0-2.825-1.025v-.884H12.5V1.667h-5v1.666h1.667v.884a7.1 7.1 0 1 0 6.875 3.333zM10 16.667a5.425 5.425 0 0 1-5.417-5.417H10V5.833a5.416 5.416 0 1 1 0 10.834" })), n = m(i), w = (e) => /* @__PURE__ */ l(n, { ...e });
|
|
9
|
+
export {
|
|
10
|
+
w as default
|
|
11
|
+
};
|
|
@@ -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 s = ({
|
|
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: "M7.429 5v14m0 0 3.428-3.706M7.43 19 4 15.294M16.571 19V5m0 0-3.428 3.706M16.57 5 20 8.706" })), n = m(s), f = (r) => /* @__PURE__ */ l(n, { ...r });
|
|
9
|
+
export {
|
|
10
|
+
f as default
|
|
11
|
+
};
|