@phillips/seldon 1.132.0 → 1.133.0
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/assets/formatted/AccountCircle.d.ts +9 -0
- package/dist/assets/formatted/AccountCircle.js +40 -0
- package/dist/assets/formatted/AppleAppStoreBadge.d.ts +9 -0
- package/dist/assets/formatted/AppleAppStoreBadge.js +52 -0
- package/dist/assets/formatted/ArrowPrev.d.ts +9 -0
- package/dist/assets/formatted/ArrowPrev.js +37 -0
- package/dist/assets/formatted/Calendar.d.ts +9 -0
- package/dist/assets/formatted/Calendar.js +29 -0
- package/dist/assets/formatted/CalendarAlt.d.ts +9 -0
- package/dist/assets/formatted/CalendarAlt.js +44 -0
- package/dist/assets/formatted/CarouselArrowNext.d.ts +9 -0
- package/dist/assets/formatted/CarouselArrowNext.js +29 -0
- package/dist/assets/formatted/CarouselArrowPrev.d.ts +9 -0
- package/dist/assets/formatted/CarouselArrowPrev.js +29 -0
- package/dist/assets/formatted/Checkmark.d.ts +9 -0
- package/dist/assets/formatted/Checkmark.js +37 -0
- package/dist/assets/formatted/ChevronDown.d.ts +9 -0
- package/dist/assets/formatted/ChevronDown.js +37 -0
- package/dist/assets/formatted/ChevronNext.d.ts +9 -0
- package/dist/assets/formatted/ChevronNext.js +37 -0
- package/dist/assets/formatted/ChevronRight.d.ts +9 -0
- package/dist/assets/formatted/ChevronRight.js +37 -0
- package/dist/assets/formatted/Close.d.ts +9 -0
- package/dist/assets/formatted/Close.js +46 -0
- package/dist/assets/formatted/Favorite.d.ts +9 -0
- package/dist/assets/formatted/Favorite.js +38 -0
- package/dist/assets/formatted/FavoriteOutline.d.ts +9 -0
- package/dist/assets/formatted/FavoriteOutline.js +38 -0
- package/dist/assets/formatted/IconFooterFacebook.d.ts +9 -0
- package/dist/assets/formatted/IconFooterFacebook.js +35 -0
- package/dist/assets/formatted/IconFooterInstagram.d.ts +9 -0
- package/dist/assets/formatted/IconFooterInstagram.js +31 -0
- package/dist/assets/formatted/IconFooterLinkedin.d.ts +9 -0
- package/dist/assets/formatted/IconFooterLinkedin.js +35 -0
- package/dist/assets/formatted/IconFooterRed.d.ts +9 -0
- package/dist/assets/formatted/IconFooterRed.js +42 -0
- package/dist/assets/formatted/IconFooterWechat.d.ts +9 -0
- package/dist/assets/formatted/IconFooterWechat.js +37 -0
- package/dist/assets/formatted/IconGreenCircle.d.ts +9 -0
- package/dist/assets/formatted/IconGreenCircle.js +29 -0
- package/dist/assets/formatted/IconRedCircle.d.ts +9 -0
- package/dist/assets/formatted/IconRedCircle.js +29 -0
- package/dist/assets/formatted/Instagram.d.ts +9 -0
- package/dist/assets/formatted/Instagram.js +62 -0
- package/dist/assets/formatted/Lock.d.ts +9 -0
- package/dist/assets/formatted/Lock.js +44 -0
- package/dist/assets/formatted/MagnificentSeven.d.ts +9 -0
- package/dist/assets/formatted/MagnificentSeven.js +36 -0
- package/dist/assets/formatted/Menu.d.ts +9 -0
- package/dist/assets/formatted/Menu.js +29 -0
- package/dist/assets/formatted/Minus.d.ts +9 -0
- package/dist/assets/formatted/Minus.js +46 -0
- package/dist/assets/formatted/PhillipsAppIcon.d.ts +9 -0
- package/dist/assets/formatted/PhillipsAppIcon.js +37 -0
- package/dist/assets/formatted/PhillipsLogo.d.ts +9 -0
- package/dist/assets/formatted/PhillipsLogo.js +38 -0
- package/dist/assets/formatted/Plus.d.ts +9 -0
- package/dist/assets/formatted/Plus.js +46 -0
- package/dist/assets/formatted/React.d.ts +9 -0
- package/dist/assets/formatted/React.js +36 -0
- package/dist/assets/formatted/Search.d.ts +9 -0
- package/dist/assets/formatted/Search.js +37 -0
- package/dist/assets/formatted/Share.d.ts +9 -0
- package/dist/assets/formatted/Share.js +42 -0
- package/dist/assets/formatted/Spotify.d.ts +9 -0
- package/dist/assets/formatted/Spotify.js +35 -0
- package/dist/assets/formatted/Wechat.d.ts +9 -0
- package/dist/assets/formatted/Wechat.js +42 -0
- package/dist/assets/formatted/Youtube.d.ts +9 -0
- package/dist/assets/formatted/Youtube.js +36 -0
- package/dist/assets/formatted/index.d.ts +35 -0
- package/dist/assets/formatted/index.js +72 -0
- package/dist/components/Accordion/AccordionItem.js +78 -71
- package/dist/components/Breadcrumb/Breadcrumb.js +14 -14
- package/dist/components/Breadcrumb/BreadcrumbItem.js +15 -15
- package/dist/components/Carousel/Carousel.stories.d.ts +4 -0
- package/dist/components/Carousel/CarouselArrows.d.ts +1 -1
- package/dist/components/Carousel/CarouselArrows.js +13 -14
- package/dist/components/Carousel/CarouselDots.d.ts +4 -0
- package/dist/components/Carousel/CarouselDots.js +24 -24
- package/dist/components/ContentPeek/ContentPeek.js +42 -43
- package/dist/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/components/Drawer/Drawer.js +18 -18
- package/dist/components/Dropdown/Dropdown.js +23 -17
- package/dist/components/Filter/Filter.js +20 -20
- package/dist/components/Filter/FilterHeader.js +15 -15
- package/dist/components/Icon/Icon.d.ts +29 -0
- package/dist/components/Icon/Icon.js +21 -0
- package/dist/components/Icon/Icon.stories.d.ts +49 -0
- package/dist/components/Icon/Icon.test.d.ts +1 -0
- package/dist/components/Icon/index.d.ts +1 -0
- package/dist/components/Input/Input.d.ts +2 -2
- package/dist/components/Input/Input.js +53 -53
- package/dist/components/Modal/Modal.js +10 -10
- package/dist/components/Pagination/Pagination.js +42 -41
- package/dist/components/Search/SearchButton.js +14 -15
- package/dist/components/SeldonImage/SeldonImage.js +62 -72
- package/dist/components/SeldonImage/utils.d.ts +6 -0
- package/dist/components/SeldonImage/utils.js +14 -0
- package/dist/components/SeldonImage/utils.test.d.ts +1 -0
- package/dist/components/Select/Select.d.ts +4 -0
- package/dist/components/Select/Select.js +37 -37
- package/dist/components/Tags/Tags.js +25 -26
- package/dist/components/TextArea/TextArea.js +9 -9
- package/dist/design/icons/IconGrid.d.ts +2 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +185 -246
- package/dist/node_modules/exenv/index.js +1 -1
- package/dist/node_modules/prop-types/node_modules/react-is/index.js +1 -1
- package/dist/patterns/BidSnapshot/BidMessage.js +15 -17
- package/dist/patterns/Subscribe/Subscribe.d.ts +5 -1
- package/dist/patterns/Subscribe/Subscribe.js +47 -45
- package/dist/patterns/Subscribe/Subscribe.stories.d.ts +1 -1
- package/dist/patterns/UserManagement/UserManagement.js +37 -21
- package/dist/scss/_vars.scss +3 -4
- package/dist/scss/_vars.scss.js +438 -0
- package/dist/scss/components/Icon/_icon.stories.scss +32 -0
- package/dist/scss/components/IconButton/_iconButton.scss +3 -4
- package/dist/scss/components/Pagination/_pagination.scss +2 -2
- package/dist/scss/patterns/UserManagement/_userManagement.scss +0 -3
- package/dist/site-furniture/Footer/Footer.js +5 -5
- package/dist/site-furniture/Header/Header.js +18 -18
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/scssUtils.d.ts +2 -0
- package/dist/utils/scssUtils.js +12 -0
- package/dist/utils/scssUtils.test.d.ts +1 -0
- package/package.json +7 -2
- package/dist/assets/CarouselArrowNext.svg.js +0 -5
- package/dist/assets/CarouselArrowPrev.svg.js +0 -5
- package/dist/assets/PhillipsLogo.svg.js +0 -5
- package/dist/assets/account_circle.svg.js +0 -5
- package/dist/assets/arrowPrev.svg.js +0 -5
- package/dist/assets/calendar.svg.js +0 -5
- package/dist/assets/calendarAlt.svg.js +0 -5
- package/dist/assets/checkmark.svg.js +0 -5
- package/dist/assets/chevronDown.svg.js +0 -5
- package/dist/assets/chevronNext.svg.js +0 -5
- package/dist/assets/chevronRight.svg.js +0 -5
- package/dist/assets/close.svg.js +0 -5
- package/dist/assets/favorite.svg.js +0 -5
- package/dist/assets/favoriteOutline.svg.js +0 -5
- package/dist/assets/icon-footer-facebook.svg.js +0 -5
- package/dist/assets/icon-footer-instagram.svg.js +0 -5
- package/dist/assets/icon-footer-linkedin.svg.js +0 -5
- package/dist/assets/icon-footer-red.svg.js +0 -5
- package/dist/assets/icon-footer-wechat.svg.js +0 -5
- package/dist/assets/icon-green-circle.svg.js +0 -5
- package/dist/assets/icon-red-circle.svg.js +0 -5
- package/dist/assets/icons.d.ts +0 -32
- package/dist/assets/instagram.svg.js +0 -5
- package/dist/assets/lock.svg.js +0 -5
- package/dist/assets/menu.svg.js +0 -5
- package/dist/assets/minus.svg.js +0 -5
- package/dist/assets/plus.svg.js +0 -5
- package/dist/assets/react.svg.js +0 -5
- package/dist/assets/search.svg.js +0 -5
- package/dist/assets/share.svg.js +0 -5
- package/dist/assets/spotify.svg.js +0 -5
- package/dist/assets/wechat.svg.js +0 -5
- package/dist/assets/youtube.svg.js +0 -5
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgAccountCircleProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgAccountCircle: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgAccountCircleProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgAccountCircle;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsxs as r, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { memo as h, forwardRef as f } from "react";
|
|
3
|
+
import { kebabCase as p } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const u = h(
|
|
5
|
+
f((t, o) => {
|
|
6
|
+
const { color: i, height: d, width: a, title: n, titleId: s } = t, e = n || "SvgAccountCircle", c = s || p(e);
|
|
7
|
+
return /* @__PURE__ */ r(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: i,
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
height: d,
|
|
14
|
+
width: a,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: o,
|
|
17
|
+
"aria-labelledby": c,
|
|
18
|
+
...t,
|
|
19
|
+
children: [
|
|
20
|
+
e ? /* @__PURE__ */ l("title", { id: c, children: e }) : null,
|
|
21
|
+
/* @__PURE__ */ r("g", { fill: i, clipPath: "url(#account_circle_svg__a)", children: [
|
|
22
|
+
/* @__PURE__ */ l(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M10.5 5.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0m-1 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ l("path", { d: "M5.375 10c-.625 0-.875.75-.875 1.077V12.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-1.423C3.5 10.015 4.34 9 5.375 9h5.25c1.036 0 1.875 1.015 1.875 2.077V12.5c0 .25-.25.5-.5.5s-.5-.25-.5-.5v-1.423c0-.327-.254-1.077-.875-1.077z" })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "account_circle_svg__a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
})
|
|
37
|
+
);
|
|
38
|
+
export {
|
|
39
|
+
u as default
|
|
40
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgAppleAppStoreBadgeProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgAppleAppStoreBadge: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgAppleAppStoreBadgeProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgAppleAppStoreBadge;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { jsxs as v, jsx as h } from "react/jsx-runtime";
|
|
2
|
+
import { memo as o, forwardRef as d } from "react";
|
|
3
|
+
import { kebabCase as s } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const z = o(
|
|
5
|
+
d((a, m) => {
|
|
6
|
+
const { color: e, height: t, width: i, title: p, titleId: r } = a, c = p || "SvgAppleAppStoreBadge", l = r || s(c);
|
|
7
|
+
return /* @__PURE__ */ v(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 132 44",
|
|
13
|
+
height: t,
|
|
14
|
+
width: i,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: m,
|
|
17
|
+
"aria-labelledby": l,
|
|
18
|
+
...a,
|
|
19
|
+
children: [
|
|
20
|
+
c ? /* @__PURE__ */ h("title", { id: l, children: c }) : null,
|
|
21
|
+
/* @__PURE__ */ v("g", { clipPath: "url(#apple-app-store-badge_svg__a)", children: [
|
|
22
|
+
/* @__PURE__ */ h(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
fill: "#A6A6A6",
|
|
26
|
+
d: "M120.662 0H10.446c-.402 0-.799 0-1.2.002-.335.003-.667.009-1.006.014Q7.135.03 6.044.21a7.3 7.3 0 0 0-2.082.685 7.05 7.05 0 0 0-3.064 3.06 7.2 7.2 0 0 0-.685 2.078A14 14 0 0 0 .017 8.22c-.01.335-.012.67-.017 1.006v25.252c.005.34.006.668.017 1.008q.012 1.101.196 2.187c.12.724.351 1.426.685 2.08a6.8 6.8 0 0 0 1.29 1.764 6.9 6.9 0 0 0 1.774 1.288 7.4 7.4 0 0 0 2.082.689q1.09.178 2.196.193c.339.008.671.012 1.007.012.4.002.797.002 1.2.002h110.215c.394 0 .794 0 1.188-.002.334 0 .676-.005 1.01-.012.734-.01 1.467-.074 2.191-.193a7.5 7.5 0 0 0 2.091-.69 6.9 6.9 0 0 0 1.771-1.287 7 7 0 0 0 1.295-1.764 7.2 7.2 0 0 0 .678-2.08q.183-1.086.204-2.187c.004-.34.004-.668.004-1.008.008-.396.008-.791.008-1.195V10.42q.002-.6-.008-1.193.001-.503-.004-1.006a15 15 0 0 0-.204-2.188 7.2 7.2 0 0 0-.678-2.079 7.08 7.08 0 0 0-3.066-3.059 7.4 7.4 0 0 0-2.091-.685 14 14 0 0 0-2.191-.193c-.334-.005-.676-.012-1.01-.014C121.456 0 121.056 0 120.662 0"
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
/* @__PURE__ */ h(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
fill: e,
|
|
33
|
+
d: "M9.252 42.745c-.334 0-.66-.005-.99-.012a14 14 0 0 1-2.048-.178 6.5 6.5 0 0 1-1.816-.599 5.9 5.9 0 0 1-1.53-1.11A5.8 5.8 0 0 1 1.75 39.32c-.29-.57-.49-1.18-.595-1.81a13.5 13.5 0 0 1-.182-2.05 99 99 0 0 1-.017-.997V9.226s.01-.756.017-.978q.013-1.03.18-2.045a6.3 6.3 0 0 1 .596-1.816 6.1 6.1 0 0 1 2.649-2.644 6.4 6.4 0 0 1 1.811-.595Q7.23.983 8.264.969l.989-.013h112.591l1.001.014q1.025.012 2.036.177a6.5 6.5 0 0 1 1.83.599 6.1 6.1 0 0 1 2.646 2.644 6.3 6.3 0 0 1 .587 1.801q.17 1.024.19 2.062c.003.31.003.642.003.973.009.41.009.8.009 1.192v22.865c0 .397 0 .785-.009 1.175 0 .355 0 .68-.004 1.016a14 14 0 0 1-.187 2.025 6.3 6.3 0 0 1-.592 1.824 6 6 0 0 1-1.113 1.514 5.9 5.9 0 0 1-1.533 1.117 6.4 6.4 0 0 1-1.827.6q-1.017.166-2.048.18c-.321.006-.657.01-.983.01l-1.188.003z"
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ h(
|
|
37
|
+
"path",
|
|
38
|
+
{
|
|
39
|
+
fill: "#fff",
|
|
40
|
+
d: "M27.137 22.18a5.4 5.4 0 0 1 2.581-4.537 5.54 5.54 0 0 0-4.372-2.357c-1.84-.193-3.624 1.097-4.561 1.097-.956 0-2.4-1.078-3.954-1.046a5.84 5.84 0 0 0-4.9 2.98c-2.119 3.658-.538 9.034 1.491 11.991 1.016 1.448 2.203 3.066 3.755 3.008 1.52-.062 2.088-.966 3.922-.966 1.817 0 2.35.966 3.934.93 1.63-.026 2.658-1.454 3.638-2.916a12 12 0 0 0 1.664-3.379 5.24 5.24 0 0 1-2.325-1.923 5.2 5.2 0 0 1-.873-2.883Zm-2.993-8.84a5.31 5.31 0 0 0 1.22-3.813 5.44 5.44 0 0 0-3.513 1.813 5.06 5.06 0 0 0-1.253 3.673 4.5 4.5 0 0 0 3.546-1.672Zm22.202 16.31H41.16l-1.245 3.668h-2.197L42.63 19.75h2.282l4.912 13.567H47.59zm-4.649-1.691h4.11l-2.026-5.952h-.056l-2.028 5.951Zm18.735.414c0 3.073-1.65 5.048-4.14 5.048a3.37 3.37 0 0 1-3.12-1.73h-.047v4.899h-2.036V23.426h1.97v1.646h.038a3.51 3.51 0 0 1 3.158-1.75c2.518 0 4.177 1.985 4.177 5.05Zm-2.093 0c0-2.003-1.037-3.32-2.62-3.32-1.556 0-2.603 1.345-2.603 3.32 0 1.992 1.047 3.327 2.602 3.327 1.584 0 2.621-1.307 2.621-3.327m13.011-.001c0 3.074-1.65 5.05-4.14 5.05a3.37 3.37 0 0 1-3.12-1.731h-.048v4.899h-2.036V23.426h1.97v1.646h.038a3.51 3.51 0 0 1 3.159-1.75c2.517 0 4.177 1.985 4.177 5.05m-2.093 0c0-2.002-1.038-3.319-2.622-3.319-1.555 0-2.602 1.345-2.602 3.32 0 1.992 1.047 3.327 2.602 3.327 1.584 0 2.622-1.307 2.622-3.328m9.308 1.166c.15 1.345 1.462 2.228 3.252 2.228 1.717 0 2.951-.883 2.951-2.096 0-1.053-.744-1.684-2.508-2.116l-1.763-.423c-2.498-.602-3.658-1.767-3.658-3.658 0-2.34 2.046-3.948 4.95-3.948 2.876 0 4.846 1.607 4.913 3.948h-2.056c-.123-1.354-1.245-2.17-2.885-2.17s-2.763.826-2.763 2.03c0 .959.717 1.523 2.47 1.955l1.5.367c2.791.658 3.95 1.776 3.95 3.76 0 2.54-2.027 4.129-5.251 4.129-3.017 0-5.055-1.553-5.186-4.006zm12.748-8.452v2.34h1.886v1.608h-1.886v5.453c0 .847.378 1.242 1.207 1.242a6 6 0 0 0 .67-.047v1.598q-.561.105-1.131.094c-2.009 0-2.792-.752-2.792-2.67v-5.67h-1.442v-1.608h1.442v-2.34zm2.979 7.287c0-3.113 1.838-5.068 4.704-5.068 2.876 0 4.705 1.955 4.705 5.068 0 3.12-1.819 5.067-4.705 5.067-2.884 0-4.704-1.947-4.704-5.067m7.335 0c0-2.135-.981-3.395-2.631-3.395s-2.63 1.27-2.63 3.395c0 2.143.98 3.393 2.63 3.393s2.631-1.25 2.631-3.393m3.753-4.947h1.942v1.684h.047a2.37 2.37 0 0 1 2.386-1.787q.353-.002.698.075v1.9a2.9 2.9 0 0 0-.915-.123 2.06 2.06 0 0 0-1.586.651 2.04 2.04 0 0 0-.536 1.625v5.867h-2.036zm14.46 6.987c-.274 1.795-2.028 3.027-4.271 3.027-2.886 0-4.677-1.927-4.677-5.02 0-3.103 1.801-5.115 4.591-5.115 2.745 0 4.47 1.88 4.47 4.879v.695h-7.005v.123c-.033.364.013.73.134 1.076a2.58 2.58 0 0 0 2.534 1.726 2.25 2.25 0 0 0 2.291-1.391zm-6.883-2.953h4.959a2.39 2.39 0 0 0-2.433-2.51 2.52 2.52 0 0 0-1.787.73 2.5 2.5 0 0 0-.739 1.78M41.442 9.539a2.9 2.9 0 0 1 2.307.893 2.88 2.88 0 0 1 .769 2.346c0 2.083-1.129 3.28-3.076 3.28H39.08V9.539h2.36Zm-1.346 5.597h1.232a2.06 2.06 0 0 0 1.638-.66 2.05 2.05 0 0 0 .518-1.685 2.05 2.05 0 0 0-1.267-2.183 2.1 2.1 0 0 0-.889-.148h-1.232zm5.569-1.54a2.32 2.32 0 0 1 1.38-2.354 2.34 2.34 0 0 1 3.164 1.396c.103.308.14.634.109.958a2.325 2.325 0 0 1-1.38 2.357 2.343 2.343 0 0 1-3.166-1.398 2.3 2.3 0 0 1-.107-.96Zm3.651 0c0-1.067-.48-1.69-1.323-1.69-.846 0-1.323.623-1.323 1.69 0 1.075.477 1.693 1.323 1.693.843 0 1.323-.623 1.323-1.693m7.187 2.462h-1.01l-1.02-3.624h-.077l-1.015 3.624h-1l-1.36-4.92h.987l.884 3.754h.073l1.014-3.754h.934l1.014 3.754h.077l.88-3.754h.973zm2.498-4.92h.937v.782h.073a1.47 1.47 0 0 1 1.472-.877 1.61 1.61 0 0 1 1.653 1.121c.071.23.09.472.055.709v3.185h-.974v-2.941c0-.79-.344-1.184-1.064-1.184a1.134 1.134 0 0 0-1.125.767c-.053.154-.07.318-.053.48v2.878H59zm5.741-1.92h.974v6.84h-.974zm2.328 4.378a2.325 2.325 0 0 1 1.38-2.354 2.34 2.34 0 0 1 2.676.564 2.33 2.33 0 0 1 .597 1.79 2.33 2.33 0 0 1-1.38 2.357 2.343 2.343 0 0 1-3.166-1.398 2.3 2.3 0 0 1-.108-.96Zm3.651 0c0-1.067-.48-1.69-1.324-1.69-.846 0-1.322.623-1.322 1.69 0 1.075.476 1.693 1.322 1.693.844 0 1.324-.623 1.324-1.693m2.027 1.07c0-.885.661-1.396 1.835-1.468l1.336-.077v-.425c0-.52-.344-.813-1.01-.813-.543 0-.92.2-1.028.547h-.943c.1-.845.897-1.387 2.016-1.387 1.237 0 1.934.614 1.934 1.653v3.362h-.937v-.692h-.077a1.66 1.66 0 0 1-1.482.773 1.495 1.495 0 0 1-1.514-.87 1.5 1.5 0 0 1-.13-.603m3.171-.42v-.411l-1.205.076c-.679.046-.987.276-.987.71 0 .443.385.7.915.7a1.17 1.17 0 0 0 1.154-.63c.07-.138.113-.29.123-.445m2.249-.65c0-1.555.801-2.54 2.048-2.54a1.63 1.63 0 0 1 1.513.864h.073V9.217h.973v6.84h-.933v-.778h-.077a1.71 1.71 0 0 1-1.55.859c-1.254 0-2.047-.985-2.047-2.543Zm1.006 0c0 1.043.493 1.671 1.318 1.671.82 0 1.328-.637 1.328-1.667 0-1.025-.513-1.671-1.328-1.671-.82 0-1.318.632-1.318 1.667m7.629 0a2.325 2.325 0 0 1 1.381-2.354 2.34 2.34 0 0 1 3.163 1.396c.103.308.14.634.11.958a2.325 2.325 0 0 1-1.38 2.357 2.343 2.343 0 0 1-3.166-1.398 2.3 2.3 0 0 1-.108-.96Zm3.652 0c0-1.067-.48-1.69-1.324-1.69-.846 0-1.322.623-1.322 1.69 0 1.075.476 1.693 1.322 1.693.844 0 1.324-.623 1.324-1.693m2.308-2.458h.937v.782h.073a1.47 1.47 0 0 1 1.472-.877 1.61 1.61 0 0 1 1.652 1.121c.072.23.09.472.055.709v3.185h-.973v-2.941c0-.79-.345-1.184-1.065-1.184a1.134 1.134 0 0 0-1.125.767c-.052.154-.07.318-.053.48v2.878h-.973zm9.691-1.225v1.247h1.069v.818h-1.069v2.53c0 .515.213.74.698.74q.186 0 .371-.022v.81a3 3 0 0 1-.53.049c-1.083 0-1.514-.38-1.514-1.329v-2.778h-.783v-.818h.783V9.913zm2.399-.695h.965v2.71h.077a1.51 1.51 0 0 1 1.504-.88 1.63 1.63 0 0 1 1.638 1.13c.072.227.093.467.061.703v3.177h-.975V13.12c0-.786-.367-1.184-1.055-1.184a1.16 1.16 0 0 0-1.178.755 1.15 1.15 0 0 0-.064.492v2.874h-.973v-6.84Zm9.922 5.512a2.006 2.006 0 0 1-2.138 1.423 2.24 2.24 0 0 1-2.202-1.581 2.2 2.2 0 0 1-.077-.959 2.26 2.26 0 0 1 .55-1.802 2.28 2.28 0 0 1 1.725-.768c1.373 0 2.201.935 2.201 2.48v.339h-3.484v.054a1.3 1.3 0 0 0 .345.995 1.3 1.3 0 0 0 .969.415 1.19 1.19 0 0 0 1.174-.597h.937Zm-3.425-1.586h2.492a1.186 1.186 0 0 0-1.214-1.275 1.27 1.27 0 0 0-1.185.785 1.3 1.3 0 0 0-.093.49"
|
|
41
|
+
}
|
|
42
|
+
)
|
|
43
|
+
] }),
|
|
44
|
+
/* @__PURE__ */ h("defs", { children: /* @__PURE__ */ h("clipPath", { id: "apple-app-store-badge_svg__a", children: /* @__PURE__ */ h("path", { fill: "#fff", d: "M0 0h131.102v43.701H0z" }) }) })
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
);
|
|
48
|
+
})
|
|
49
|
+
);
|
|
50
|
+
export {
|
|
51
|
+
z as default
|
|
52
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgArrowPrevProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgArrowPrev: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgArrowPrevProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgArrowPrev;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { memo as c, forwardRef as f } from "react";
|
|
3
|
+
import { kebabCase as p } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const h = c(
|
|
5
|
+
f((l, r) => {
|
|
6
|
+
const { color: i, height: d, width: n, title: s, titleId: a } = l, e = s || "SvgArrowPrev", t = a || p(e);
|
|
7
|
+
return /* @__PURE__ */ m(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
height: d,
|
|
14
|
+
width: n,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: r,
|
|
17
|
+
"aria-labelledby": t,
|
|
18
|
+
...l,
|
|
19
|
+
children: [
|
|
20
|
+
e ? /* @__PURE__ */ o("title", { id: t, children: e }) : null,
|
|
21
|
+
/* @__PURE__ */ o(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: i,
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M20.16 11.143c.464 0 .84.383.84.857a.85.85 0 0 1-.84.857H6.217l3.609 3.68a.87.87 0 0 1 0 1.212.83.83 0 0 1-1.19 0L3 12l5.638-5.749a.83.83 0 0 1 1.189 0 .87.87 0 0 1 0 1.212l-3.609 3.68z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
})
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
h as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgCalendarProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgCalendar: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgCalendarProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgCalendar;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as h, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { memo as m, forwardRef as n } from "react";
|
|
3
|
+
import { kebabCase as v } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const w = m(
|
|
5
|
+
n((e, i) => {
|
|
6
|
+
const { color: o, height: a, width: d, title: s, titleId: c } = e, t = s || "SvgCalendar", l = c || v(t);
|
|
7
|
+
return /* @__PURE__ */ h(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: o,
|
|
12
|
+
viewBox: "0 0 15 15",
|
|
13
|
+
height: a,
|
|
14
|
+
width: d,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: i,
|
|
17
|
+
"aria-labelledby": l,
|
|
18
|
+
...e,
|
|
19
|
+
children: [
|
|
20
|
+
t ? /* @__PURE__ */ r("title", { id: l, children: t }) : null,
|
|
21
|
+
/* @__PURE__ */ r("path", { d: "M10.5 8.25H8.25A.75.75 0 0 0 7.5 9v2.25c0 .412.338.75.75.75h2.25c.412 0 .75-.338.75-.75V9a.75.75 0 0 0-.75-.75m0-7.5v.75h-6V.75A.75.75 0 0 0 3.75 0 .75.75 0 0 0 3 .75v.75h-.75C1.417 1.5.757 2.175.757 3L.75 13.5a1.5 1.5 0 0 0 1.5 1.5h10.5c.825 0 1.5-.675 1.5-1.5V3c0-.825-.675-1.5-1.5-1.5H12V.75a.75.75 0 0 0-.75-.75.75.75 0 0 0-.75.75M12 13.5H3a.75.75 0 0 1-.75-.75v-7.5h10.5v7.5c0 .412-.338.75-.75.75" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
})
|
|
26
|
+
);
|
|
27
|
+
export {
|
|
28
|
+
w as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgCalendarAltProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgCalendarAlt: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgCalendarAltProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgCalendarAlt;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { memo as m, forwardRef as f } from "react";
|
|
3
|
+
import { kebabCase as p } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const g = m(
|
|
5
|
+
f((t, o) => {
|
|
6
|
+
const { color: a, height: r, width: d, title: n, titleId: h } = t, l = n || "SvgCalendarAlt", i = h || p(l);
|
|
7
|
+
return /* @__PURE__ */ s(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 28 28",
|
|
13
|
+
height: r,
|
|
14
|
+
width: d,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: o,
|
|
17
|
+
"aria-labelledby": i,
|
|
18
|
+
...t,
|
|
19
|
+
children: [
|
|
20
|
+
l ? /* @__PURE__ */ e("title", { id: i, children: l }) : null,
|
|
21
|
+
/* @__PURE__ */ e(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: a,
|
|
25
|
+
d: "M7 12.25A.875.875 0 1 0 7 14h1.75a.875.875 0 0 0 0-1.75zM13.125 12.25a.875.875 0 1 0 0 1.75h1.75a.875.875 0 0 0 0-1.75zM19.25 12.25a.875.875 0 1 0 0 1.75H21a.875.875 0 0 0 0-1.75zM7 17.5a.875.875 0 1 0 0 1.75h1.75a.875.875 0 0 0 0-1.75zM13.125 17.5a.875.875 0 1 0 0 1.75h1.75a.875.875 0 0 0 0-1.75z"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ e(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
fill: a,
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
d: "M1.75 7a3.5 3.5 0 0 1 3.5-3.5h17.5a3.5 3.5 0 0 1 3.5 3.5v14a3.5 3.5 0 0 1-3.5 3.5H5.25a3.5 3.5 0 0 1-3.5-3.5zM24.5 9.625V21a1.75 1.75 0 0 1-1.75 1.75H5.25A1.75 1.75 0 0 1 3.5 21V9.625zm0-1.75V7a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 7v.875z",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
})
|
|
41
|
+
);
|
|
42
|
+
export {
|
|
43
|
+
g as default
|
|
44
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgCarouselArrowNextProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgCarouselArrowNext: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgCarouselArrowNextProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgCarouselArrowNext;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { memo as w, forwardRef as h } from "react";
|
|
3
|
+
import { kebabCase as p } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const x = w(
|
|
5
|
+
h((e, l) => {
|
|
6
|
+
const { color: i, height: s, width: d, title: a, titleId: m } = e, t = a || "SvgCarouselArrowNext", o = m || p(t);
|
|
7
|
+
return /* @__PURE__ */ n(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 32",
|
|
13
|
+
height: s,
|
|
14
|
+
width: d,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: l,
|
|
17
|
+
"aria-labelledby": o,
|
|
18
|
+
...e,
|
|
19
|
+
children: [
|
|
20
|
+
t ? /* @__PURE__ */ r("title", { id: o, children: t }) : null,
|
|
21
|
+
/* @__PURE__ */ r("path", { stroke: i, strokeWidth: 2, d: "m1.583 1.082 12.834 14.667L1.583 30.415" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
})
|
|
26
|
+
);
|
|
27
|
+
export {
|
|
28
|
+
x as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgCarouselArrowPrevProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgCarouselArrowPrev: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgCarouselArrowPrevProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgCarouselArrowPrev;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { memo as w, forwardRef as h } from "react";
|
|
3
|
+
import { kebabCase as p } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const v = w(
|
|
5
|
+
h((e, l) => {
|
|
6
|
+
const { color: i, height: s, width: d, title: a, titleId: n } = e, t = a || "SvgCarouselArrowPrev", r = n || p(t);
|
|
7
|
+
return /* @__PURE__ */ m(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 32",
|
|
13
|
+
height: s,
|
|
14
|
+
width: d,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: l,
|
|
17
|
+
"aria-labelledby": r,
|
|
18
|
+
...e,
|
|
19
|
+
children: [
|
|
20
|
+
t ? /* @__PURE__ */ o("title", { id: r, children: t }) : null,
|
|
21
|
+
/* @__PURE__ */ o("path", { stroke: i, strokeWidth: 2, d: "M14.417 1.082 1.583 15.749l12.834 14.666" })
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
})
|
|
26
|
+
);
|
|
27
|
+
export {
|
|
28
|
+
v as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgCheckmarkProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgCheckmark: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgCheckmarkProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgCheckmark;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { memo as c, forwardRef as h } from "react";
|
|
3
|
+
import { kebabCase as p } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const w = c(
|
|
5
|
+
h((e, i) => {
|
|
6
|
+
const { color: l, height: s, width: a, title: d, titleId: m } = e, t = d || "SvgCheckmark", o = m || p(t);
|
|
7
|
+
return /* @__PURE__ */ n(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
height: s,
|
|
14
|
+
width: a,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: i,
|
|
17
|
+
"aria-labelledby": o,
|
|
18
|
+
...e,
|
|
19
|
+
children: [
|
|
20
|
+
t ? /* @__PURE__ */ r("title", { id: o, children: t }) : null,
|
|
21
|
+
/* @__PURE__ */ r(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
stroke: l,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeWidth: 2,
|
|
27
|
+
d: "m3.5 8.5 2.157 3.02a.5.5 0 0 0 .76.063L13.5 4.5"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
})
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
w as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgChevronDownProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgChevronDown: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgChevronDownProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgChevronDown;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { memo as a, forwardRef as f } from "react";
|
|
3
|
+
import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const g = a(
|
|
5
|
+
f((l, i) => {
|
|
6
|
+
const { color: r, height: n, width: d, title: s, titleId: c } = l, e = s || "SvgChevronDown", t = c || h(e);
|
|
7
|
+
return /* @__PURE__ */ m(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 32 32",
|
|
13
|
+
height: n,
|
|
14
|
+
width: d,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: i,
|
|
17
|
+
"aria-labelledby": t,
|
|
18
|
+
...l,
|
|
19
|
+
children: [
|
|
20
|
+
e ? /* @__PURE__ */ o("title", { id: t, children: e }) : null,
|
|
21
|
+
/* @__PURE__ */ o(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: r,
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "m16.131 18.253 8.288-8.289c.293-.293 1.07-.345 1.516.101.446.447.393 1.223.1 1.516l-9.192 9.192c-.148.149-.42.235-.712.226-.29.01-.563-.077-.712-.226l-9.192-9.192c-.293-.293-.345-1.07.101-1.516s1.222-.394 1.515-.1z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
})
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
g as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgChevronNextProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgChevronNext: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgChevronNextProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgChevronNext;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as m, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { memo as a, forwardRef as f } from "react";
|
|
3
|
+
import { kebabCase as h } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const w = a(
|
|
5
|
+
f((t, i) => {
|
|
6
|
+
const { color: r, height: d, width: n, title: s, titleId: c } = t, e = s || "SvgChevronNext", l = c || h(e);
|
|
7
|
+
return /* @__PURE__ */ m(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 8 14",
|
|
13
|
+
height: d,
|
|
14
|
+
width: n,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: i,
|
|
17
|
+
"aria-labelledby": l,
|
|
18
|
+
...t,
|
|
19
|
+
children: [
|
|
20
|
+
e ? /* @__PURE__ */ o("title", { id: l, children: e }) : null,
|
|
21
|
+
/* @__PURE__ */ o(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: r,
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "m5.658 7.082-5.18 5.18c-.183.183-.216.668.063.947.279.28.764.246.947.063l5.745-5.745c.093-.093.147-.263.142-.445.005-.182-.05-.352-.142-.445L1.488.892C1.305.709.82.676.54.955c-.28.279-.246.764-.063.947z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
})
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
w as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgChevronRightProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgChevronRight: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgChevronRightProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgChevronRight;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsxs as h, jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { memo as m, forwardRef as a } from "react";
|
|
3
|
+
import { kebabCase as f } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const w = m(
|
|
5
|
+
a((l, o) => {
|
|
6
|
+
const { color: r, height: d, width: n, title: s, titleId: c } = l, e = s || "SvgChevronRight", t = c || f(e);
|
|
7
|
+
return /* @__PURE__ */ h(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 32 32",
|
|
13
|
+
height: d,
|
|
14
|
+
width: n,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: o,
|
|
17
|
+
"aria-labelledby": t,
|
|
18
|
+
...l,
|
|
19
|
+
children: [
|
|
20
|
+
e ? /* @__PURE__ */ i("title", { id: t, children: e }) : null,
|
|
21
|
+
/* @__PURE__ */ i(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: r,
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "m20.252 16.131-8.288 8.288c-.293.293-.345 1.07.101 1.516.447.446 1.223.393 1.516.1l9.192-9.192c.149-.148.235-.42.226-.712.01-.29-.077-.563-.226-.712l-9.192-9.192c-.293-.293-1.07-.345-1.516.101s-.393 1.222-.1 1.515z",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
})
|
|
34
|
+
);
|
|
35
|
+
export {
|
|
36
|
+
w as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgCloseProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgClose: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgCloseProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgClose;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { jsxs as c, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { memo as f, forwardRef as p } from "react";
|
|
3
|
+
import { kebabCase as m } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const u = f(
|
|
5
|
+
p((t, d) => {
|
|
6
|
+
const { color: o, height: r, width: a, title: n, titleId: s } = t, e = n || "SvgClose", i = s || m(e);
|
|
7
|
+
return /* @__PURE__ */ c(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 32 32",
|
|
13
|
+
height: r,
|
|
14
|
+
width: a,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: d,
|
|
17
|
+
"aria-labelledby": i,
|
|
18
|
+
...t,
|
|
19
|
+
children: [
|
|
20
|
+
e ? /* @__PURE__ */ l("title", { id: i, children: e }) : null,
|
|
21
|
+
/* @__PURE__ */ l(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: o,
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
d: "M8.283 7.932a1.13 1.13 0 0 1 1.6-.015L24.148 22.18c.438.438.43 1.155-.016 1.601a1.13 1.13 0 0 1-1.6.016L8.267 9.533a1.13 1.13 0 0 1 .016-1.6",
|
|
27
|
+
clipRule: "evenodd"
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ l(
|
|
31
|
+
"path",
|
|
32
|
+
{
|
|
33
|
+
fill: o,
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
d: "M24.132 7.932c.447.447.454 1.163.016 1.6L9.883 23.799a1.13 1.13 0 0 1-1.6-.016 1.13 1.13 0 0 1-.016-1.6L22.532 7.916a1.13 1.13 0 0 1 1.6.015",
|
|
36
|
+
clipRule: "evenodd"
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
);
|
|
42
|
+
})
|
|
43
|
+
);
|
|
44
|
+
export {
|
|
45
|
+
u as default
|
|
46
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface SvgFavoriteProps {
|
|
2
|
+
color?: string;
|
|
3
|
+
height?: number | string;
|
|
4
|
+
width?: number | string;
|
|
5
|
+
title?: string;
|
|
6
|
+
titleId?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const SvgFavorite: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SvgFavoriteProps & import('react').RefAttributes<SVGSVGElement>>>;
|
|
9
|
+
export default SvgFavorite;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsxs as f, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { memo as c, forwardRef as n } from "react";
|
|
3
|
+
import { kebabCase as v } from "../../node_modules/change-case/dist/index.js";
|
|
4
|
+
const w = c(
|
|
5
|
+
n((e, o) => {
|
|
6
|
+
const { color: i, height: a, width: d, title: h, titleId: s } = e, l = h || "SvgFavorite", r = s || v(l);
|
|
7
|
+
return /* @__PURE__ */ f(
|
|
8
|
+
"svg",
|
|
9
|
+
{
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 32 32",
|
|
13
|
+
height: a,
|
|
14
|
+
width: d,
|
|
15
|
+
role: "img",
|
|
16
|
+
ref: o,
|
|
17
|
+
"aria-labelledby": r,
|
|
18
|
+
...e,
|
|
19
|
+
children: [
|
|
20
|
+
l ? /* @__PURE__ */ t("title", { id: r, children: l }) : null,
|
|
21
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#favorite_svg__a)", children: /* @__PURE__ */ t(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: i,
|
|
25
|
+
stroke: i,
|
|
26
|
+
strokeWidth: 2,
|
|
27
|
+
d: "m16.76 6.45.006-.007.037-.04a10 10 0 0 1 .784-.753c.548-.472 1.316-1.033 2.22-1.436.901-.401 1.903-.63 2.95-.49 1.032.138 2.2.647 3.429 1.876 2.459 2.46 2.55 4.748 2.116 6.41a7.5 7.5 0 0 1-1.481 2.848l-.003.003v.001h-.001L16 26.53 5.183 14.863v-.001h-.001l-.003-.004a3 3 0 0 1-.143-.173 7.5 7.5 0 0 1-1.338-2.676c-.434-1.66-.343-3.95 2.116-6.41 1.23-1.228 2.397-1.737 3.43-1.875 1.046-.14 2.048.089 2.949.49.904.403 1.672.964 2.22 1.436a10 10 0 0 1 .784.753l.037.04.006.008h.001l.759.89.759-.89Z"
|
|
28
|
+
}
|
|
29
|
+
) }),
|
|
30
|
+
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "favorite_svg__a", children: /* @__PURE__ */ t("path", { fill: "#fff", d: "M0 0h32v32H0z" }) }) })
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
})
|
|
35
|
+
);
|
|
36
|
+
export {
|
|
37
|
+
w as default
|
|
38
|
+
};
|