@skyscanner/backpack-web 37.4.2 → 37.6.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.
Files changed (61) hide show
  1. package/bpk-component-chip-group/src/BpkChipGroup.module.css +1 -1
  2. package/bpk-component-chip-group/src/BpkMultiSelectChipGroup.d.ts +1 -1
  3. package/bpk-component-chip-group/src/BpkMultiSelectChipGroup.js +5 -18
  4. package/bpk-component-chip-group/src/BpkStickyChip.d.ts +8 -0
  5. package/bpk-component-chip-group/src/BpkStickyChip.js +80 -0
  6. package/bpk-component-chip-group/src/BpkStickyChip.module.css +18 -0
  7. package/bpk-component-icon/all.d.ts +2 -2
  8. package/bpk-component-icon/all.js +2 -2
  9. package/bpk-component-icon/lg/airports.js +1 -1
  10. package/bpk-component-icon/lg/cleaning-medical.js +1 -1
  11. package/bpk-component-icon/lg/document-csv.js +1 -1
  12. package/bpk-component-icon/lg/document-pdf.js +1 -1
  13. package/bpk-component-icon/lg/electric.js +1 -1
  14. package/bpk-component-icon/lg/family.js +1 -1
  15. package/bpk-component-icon/lg/help.js +1 -1
  16. package/bpk-component-icon/lg/hotels--jacuzzi.js +1 -1
  17. package/bpk-component-icon/lg/lock.js +1 -1
  18. package/bpk-component-icon/lg/loyalty.js +1 -1
  19. package/bpk-component-icon/lg/mute.js +1 -1
  20. package/bpk-component-icon/lg/onsen.js +1 -1
  21. package/bpk-component-icon/lg/petrol.js +1 -1
  22. package/bpk-component-icon/lg/plane-seat.js +1 -1
  23. package/bpk-component-icon/lg/policy.js +1 -1
  24. package/bpk-component-icon/lg/settings.js +1 -1
  25. package/bpk-component-icon/lg/speaker-mute.js +2 -2
  26. package/bpk-component-icon/lg/speaker.js +1 -1
  27. package/bpk-component-icon/lg/toilets.js +1 -1
  28. package/bpk-component-icon/lg/trend--will-rise.js +1 -1
  29. package/bpk-component-icon/lg/world--amer.js +1 -1
  30. package/bpk-component-icon/sm/account--add.js +1 -1
  31. package/bpk-component-icon/sm/account--name.js +1 -1
  32. package/bpk-component-icon/sm/account.js +1 -1
  33. package/bpk-component-icon/sm/adult.js +1 -1
  34. package/bpk-component-icon/sm/business.js +1 -1
  35. package/bpk-component-icon/sm/car-wash.js +1 -1
  36. package/bpk-component-icon/sm/cars.js +1 -1
  37. package/bpk-component-icon/sm/child.js +1 -1
  38. package/bpk-component-icon/sm/family.js +1 -1
  39. package/bpk-component-icon/sm/flight-flexible.js +1 -1
  40. package/bpk-component-icon/sm/help.js +1 -1
  41. package/bpk-component-icon/sm/hotel-flexible.js +1 -1
  42. package/bpk-component-icon/sm/hotels--jacuzzi.js +1 -1
  43. package/bpk-component-icon/sm/insurance.js +1 -1
  44. package/bpk-component-icon/sm/loyalty.js +1 -1
  45. package/bpk-component-icon/sm/onsen.js +1 -1
  46. package/bpk-component-icon/sm/scales.js +1 -1
  47. package/bpk-component-icon/sm/services.js +1 -1
  48. package/bpk-component-icon/sm/speaker-mute.js +2 -2
  49. package/bpk-component-icon/sm/speaker.js +2 -2
  50. package/bpk-component-icon/sm/star-half.js +1 -1
  51. package/bpk-component-icon/sm/ticket-flexible.js +1 -1
  52. package/bpk-component-icon/sm/toilets.js +1 -1
  53. package/bpk-component-icon/{xl → xxxl}/star-half.js +2 -2
  54. package/bpk-component-icon/{xl → xxxl}/star-outline.js +2 -2
  55. package/bpk-component-icon/{xl → xxxl}/star.js +2 -2
  56. package/bpk-component-progress/src/BpkProgress.js +2 -1
  57. package/bpk-component-segmented-control/src/BpkSegmentedControl.d.ts +5 -1
  58. package/bpk-component-segmented-control/src/BpkSegmentedControl.js +5 -0
  59. package/bpk-component-star-rating/src/BpkStar.js +5 -3
  60. package/bpk-component-star-rating/src/BpkStar.module.css +1 -1
  61. package/package.json +3 -3
@@ -15,4 +15,4 @@
15
15
  * See the License for the specific language governing permissions and
16
16
  * limitations under the License.
17
17
  */
18
- .bpk-chip-group-container{display:flex;margin:0 -0.25rem;align-items:center;white-space:nowrap}.bpk-chip-group{display:flex;margin:0;padding:.25rem;align-items:center;border:none;gap:.5rem}.bpk-chip-group--wrap{padding-top:0;padding-bottom:0;flex-wrap:wrap}.bpk-sticky-chip-container:first-child{margin-inline-start:.25rem}.bpk-sticky-chip-container{margin-inline-end:.25rem;padding-inline-end:.5rem;box-shadow:-1px 0 0 0 #c1c7cf inset}html[dir=rtl] .bpk-sticky-chip-container{box-shadow:1px 0 0 0 #c1c7cf inset}.bpk-sticky-chip-container--on-dark{box-shadow:-1px 0 0 0 hsla(0,0%,100%,.5) inset}html[dir=rtl] .bpk-sticky-chip-container--on-dark{box-shadow:1px 0 0 0 hsla(0,0%,100%,.5) inset}
18
+ .bpk-chip-group-container{display:flex;margin:0 -0.25rem;align-items:center;white-space:nowrap}.bpk-chip-group{display:flex;margin:0;padding:.25rem;align-items:center;border:none;gap:.5rem}.bpk-chip-group--wrap{padding-top:0;padding-bottom:0;flex-wrap:wrap}
@@ -40,7 +40,7 @@ type RailChipGroupProps = {
40
40
  type WrapChipGroupProps = {} & CommonProps;
41
41
  export type MultiSelectProps = (RailChipGroupProps & {
42
42
  type: typeof CHIP_GROUP_TYPES.rail;
43
- } | WrapChipGroupProps & {
43
+ }) | (WrapChipGroupProps & {
44
44
  type: typeof CHIP_GROUP_TYPES.wrap;
45
45
  });
46
46
  declare const BpkMultiSelectChipGroup: (props: MultiSelectProps) => import("react/jsx-runtime").JSX.Element;
@@ -19,10 +19,10 @@
19
19
  import { useRef } from 'react';
20
20
  import BpkBreakpoint, { BREAKPOINTS } from "../../bpk-component-breakpoint";
21
21
  import BpkSelectableChip, { BpkDismissibleChip, BpkIconChip, BpkDropdownChip, CHIP_TYPES } from "../../bpk-component-chip";
22
- import FilterIconSm from "../../bpk-component-icon/sm/filter";
23
22
  import BpkMobileScrollContainer from "../../bpk-component-mobile-scroll-container";
24
23
  import BpkText, { TEXT_STYLES } from "../../bpk-component-text/src/BpkText";
25
24
  import { cssModules } from "../../bpk-react-utils";
25
+ import BpkStickyChip from "./BpkStickyChip";
26
26
  import Nudger, { POSITION } from "./Nudger";
27
27
  import STYLES from "./BpkChipGroup.module.css";
28
28
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
@@ -110,7 +110,6 @@ const RailChipGroup = ({
110
110
  trailingNudgerLabel
111
111
  }) => {
112
112
  const scrollContainerRef = useRef(null);
113
- const stickyChipContainerClassnames = getClassName('bpk-sticky-chip-container', `bpk-sticky-chip-container--${chipStyle}`);
114
113
  const chipGroupClassNames = getClassName('bpk-chip-group', 'bpk-chip-group--rail');
115
114
  return /*#__PURE__*/_jsxs(_Fragment, {
116
115
  children: [/*#__PURE__*/_jsx(BpkBreakpoint, {
@@ -121,22 +120,10 @@ const RailChipGroup = ({
121
120
  chipStyle: chipStyle,
122
121
  scrollContainerRef: scrollContainerRef
123
122
  })
124
- }), stickyChip && /*#__PURE__*/_jsx("div", {
125
- className: stickyChipContainerClassnames,
126
- children: /*#__PURE__*/_jsx(BpkBreakpoint, {
127
- query: BREAKPOINTS.ABOVE_TABLET,
128
- children: isDesktop => /*#__PURE__*/_jsx(Chip, {
129
- chipItem: {
130
- role: 'button',
131
- component: isDesktop ? CHIP_COMPONENT.selectable : CHIP_COMPONENT.icon,
132
- leadingAccessoryView: /*#__PURE__*/_jsx(FilterIconSm, {}),
133
- ...stickyChip
134
- },
135
- chipStyle: chipStyle,
136
- ariaMultiselectable: ariaMultiselectable,
137
- chipIndex: -1
138
- })
139
- })
123
+ }), stickyChip && /*#__PURE__*/_jsx(BpkStickyChip, {
124
+ chipStyle: chipStyle,
125
+ stickyChip: stickyChip,
126
+ scrollContainerRef: scrollContainerRef
140
127
  }), /*#__PURE__*/_jsx(BpkMobileScrollContainer, {
141
128
  scrollerRef: el => {
142
129
  scrollContainerRef.current = el;
@@ -0,0 +1,8 @@
1
+ import { type MutableRefObject } from 'react';
2
+ import type { ChipItem, ChipStyleType } from './BpkMultiSelectChipGroup';
3
+ declare const BpkStickyChip: ({ chipStyle, scrollContainerRef, stickyChip, }: {
4
+ chipStyle: ChipStyleType;
5
+ stickyChip: ChipItem;
6
+ scrollContainerRef: MutableRefObject<HTMLElement | null>;
7
+ }) => import("react/jsx-runtime").JSX.Element | null;
8
+ export default BpkStickyChip;
@@ -0,0 +1,80 @@
1
+ /*
2
+ * Backpack - Skyscanner's Design System
3
+ *
4
+ * Copyright 2016 Skyscanner Ltd
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ /*
20
+ The BpkStickyChip component is a selectable chip with a text icon,
21
+ and it has a text fading animation effect when sliding on Mweb.
22
+ */
23
+
24
+ import { useEffect, useState } from 'react';
25
+ import BpkBreakpoint, { BREAKPOINTS } from "../../bpk-component-breakpoint";
26
+ import BpkSelectableChip from "../../bpk-component-chip";
27
+ import FilterIconSm from "../../bpk-component-icon/sm/filter";
28
+ import { cssModules } from "../../bpk-react-utils";
29
+ import STYLES from "./BpkStickyChip.module.css";
30
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
31
+ const getClassName = cssModules(STYLES);
32
+ const BpkStickyChip = ({
33
+ chipStyle,
34
+ scrollContainerRef,
35
+ stickyChip
36
+ }) => {
37
+ const [isAtStart, setIsAtStart] = useState(true);
38
+ useEffect(() => {
39
+ const el = scrollContainerRef.current;
40
+ if (!el) {
41
+ return () => {};
42
+ }
43
+ const handleScroll = () => {
44
+ const isScrolledToStart = Math.abs(el.scrollLeft) <= 1;
45
+ setIsAtStart(isScrolledToStart);
46
+ };
47
+ el.addEventListener('scroll', handleScroll);
48
+ handleScroll();
49
+ return () => el.removeEventListener('scroll', handleScroll);
50
+ }, [scrollContainerRef]);
51
+ if (!stickyChip) return null;
52
+ const containerClassNames = getClassName('bpk-sticky-chip-container', `bpk-sticky-chip-container--${chipStyle}`);
53
+ return /*#__PURE__*/_jsx("div", {
54
+ className: containerClassNames,
55
+ children: /*#__PURE__*/_jsx(BpkBreakpoint, {
56
+ query: BREAKPOINTS.ABOVE_TABLET,
57
+ children: isDesktop => {
58
+ const hideText = !isDesktop && !isAtStart;
59
+ return /*#__PURE__*/_jsx(BpkSelectableChip, {
60
+ className: getClassName(hideText ? 'bpk-sticky-chip--collapsed' : 'bpk-sticky-chip--expanded'),
61
+ type: chipStyle,
62
+ selected: stickyChip.selected ?? false,
63
+ accessibilityLabel: stickyChip.accessibilityLabel || stickyChip.text,
64
+ onClick: () => {
65
+ stickyChip.onClick?.(!stickyChip.selected, -1);
66
+ },
67
+ role: "button",
68
+ children: /*#__PURE__*/_jsxs("span", {
69
+ className: getClassName('bpk-sticky-chip'),
70
+ children: [/*#__PURE__*/_jsx(FilterIconSm, {}), /*#__PURE__*/_jsx("span", {
71
+ className: getClassName('bpk-sticky-chip--text', hideText ? 'bpk-sticky-chip--hide' : 'bpk-sticky-chip--show'),
72
+ children: stickyChip.text
73
+ })]
74
+ })
75
+ });
76
+ }
77
+ })
78
+ });
79
+ };
80
+ export default BpkStickyChip;
@@ -0,0 +1,18 @@
1
+ /*
2
+ * Backpack - Skyscanner's Design System
3
+ *
4
+ * Copyright 2016 Skyscanner Ltd
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ .bpk-sticky-chip-container{margin-inline-end:.25rem;padding-inline-end:.5rem;box-shadow:-1px 0 0 0 #c1c7cf inset}html[dir=rtl] .bpk-sticky-chip-container{box-shadow:1px 0 0 0 #c1c7cf inset}.bpk-sticky-chip-container--on-dark{box-shadow:-1px 0 0 0 hsla(0,0%,100%,.5) inset}html[dir=rtl] .bpk-sticky-chip-container--on-dark{box-shadow:1px 0 0 0 hsla(0,0%,100%,.5) inset}.bpk-sticky-chip{display:flex;align-items:center;transition:gap 200ms ease;fill:currentcolor;gap:.5rem}.bpk-sticky-chip--collapsed{transition:padding 200ms ease;gap:0;padding-inline:.5rem !important}.bpk-sticky-chip--collapsed .bpk-sticky-chip{gap:0}.bpk-sticky-chip--expanded{transition:padding 200ms ease}.bpk-sticky-chip--text{display:inline-block;max-width:32rem;transition:opacity 200ms ease,max-width 200ms ease;white-space:nowrap;overflow:hidden}.bpk-sticky-chip--hide{max-width:0;opacity:0}.bpk-sticky-chip--show{max-width:32rem;opacity:1}
@@ -1,5 +1,5 @@
1
1
  declare const sm: any;
2
2
  declare const lg: any;
3
- declare const xl: any;
3
+ declare const xxxl: any;
4
4
  export default sm;
5
- export { sm, lg, xl };
5
+ export { sm, lg, xxxl };
@@ -28,6 +28,6 @@ function requireAll(requireContext) {
28
28
  }
29
29
  const sm = requireAll(require.context('./sm', false, /\.jsx$/));
30
30
  const lg = requireAll(require.context('./lg', false, /\.jsx$/));
31
- const xl = requireAll(require.context('./xl', false, /\.jsx$/));
31
+ const xxxl = requireAll(require.context('./xxxl', false, /\.jsx$/));
32
32
  export default sm;
33
- export { sm, lg, xl };
33
+ export { sm, lg, xxxl };
@@ -8,7 +8,7 @@ const AirportsIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M21.045 9.695zl-6.74-6.739a3.26 3.26 0 0 0-4.61 0l-6.74 6.74a3.26 3.26 0 0 0 0 4.61l6.74 6.74a3.26 3.26 0 0 0 4.61 0l6.74-6.74a3.26 3.26 0 0 0 0-4.61M18 13.916a.317.317 0 0 1-.417.282L13.5 12.864c-.207-.06-.5.3-.5.5v1.5a1.44 1.44 0 0 0 .337.813l.331.221 1.125.636.003.002a.72.72 0 0 1 .09 1.013.66.66 0 0 1-.783.275l-1.963-.96a.5.5 0 0 0-.14-.038.5.5 0 0 0-.14.038l-1.963.96a.66.66 0 0 1-.783-.275l-.002-.003a.72.72 0 0 1 .095-1.012l1.125-.637.331-.22a1.44 1.44 0 0 0 .337-.813v-1.5c0-.2-.293-.56-.5-.5l-4.083 1.334A.317.317 0 0 1 6 13.916v-.748a.58.58 0 0 1 .303-.501l4.42-2.817A.58.58 0 0 0 11 9.364V6.348a1.45 1.45 0 0 1 .343-.985l.064-.09a.78.78 0 0 1 1.186 0l.064.091a1.44 1.44 0 0 1 .343.984v3.016a.58.58 0 0 0 .278.486l4.42 2.818a.58.58 0 0 1 .302.5z"
11
+ d: "m21.045 9.695-6.74-6.739a3.26 3.26 0 0 0-4.61 0l-6.74 6.74a3.26 3.26 0 0 0 0 4.61l6.74 6.74a3.26 3.26 0 0 0 4.61 0l6.74-6.74a3.26 3.26 0 0 0 0-4.61M18 13.916a.317.317 0 0 1-.417.282L13.5 12.864c-.207-.06-.5.3-.5.5v1.5a1.44 1.44 0 0 0 .337.813l.331.221 1.125.636.003.002a.72.72 0 0 1 .09 1.013.66.66 0 0 1-.783.275l-1.963-.96a.5.5 0 0 0-.14-.038.5.5 0 0 0-.14.038l-1.963.96a.66.66 0 0 1-.783-.275l-.002-.003a.72.72 0 0 1 .095-1.012l1.125-.637.331-.22a1.44 1.44 0 0 0 .337-.813v-1.5c0-.2-.293-.56-.5-.5l-4.083 1.334A.317.317 0 0 1 6 13.916v-.748a.58.58 0 0 1 .303-.501l4.42-2.817A.58.58 0 0 0 11 9.364V6.348a1.45 1.45 0 0 1 .343-.985l.064-.09a.78.78 0 0 1 1.186 0l.064.091a1.44 1.44 0 0 1 .343.984v3.016a.58.58 0 0 0 .278.486l4.42 2.818a.58.58 0 0 1 .302.5z"
12
12
  })
13
13
  });
14
14
  export default AirportsIcon;
@@ -8,7 +8,7 @@ const CleaningMedicalIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M16.55 2.423a.5.5 0 0 1 .292-.644l3-1 .036-.012a.5.5 0 0 1 .28.96l-3 1a.5.5 0 0 1-.608-.304m4.45.83h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1m-.842 2.526-3-1a.5.5 0 0 0-.316.948l3 1 .036.012a.5.5 0 0 0 .28-.96M16.5 15.92v3.333a4 4 0 0 1-4 4h-6a4 4 0 0 1-4-4V14.91a4 4 0 0 1 1.172-2.829l2.535-2.535a1 1 0 0 0 .293-.707V6.753a.615.615 0 0 0-.495-.562A2 2 0 0 1 4.5 4.253v-1a2 2 0 0 1 2-2h7a1 1 0 0 1 .878.52.79.79 0 0 0 .622.48.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5.79.79 0 0 0-.622.48 1 1 0 0 1-.878.52H13a.424.424 0 0 0-.441.496 7.3 7.3 0 0 0 1.167 2.58.496.496 0 0 1-.426.813 5.76 5.76 0 0 1-2.24-.89.357.357 0 0 0-.56.262v.572a1 1 0 0 0 .615.923l2.924 1.218A4 4 0 0 1 16.5 15.92m-4 1.333a1 1 0 0 0-1-1h-1v-1a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 1-1"
11
+ d: "M16.55 2.423a.5.5 0 0 1 .292-.644l3-1 .036-.012a.5.5 0 0 1 .28.96l-3 1a.5.5 0 0 1-.608-.304m4.45.83h-4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1m-.842 2.526-3-1a.5.5 0 0 0-.316.948l3 1 .036.012a.5.5 0 0 0 .28-.96M16.5 15.92v3.333a4 4 0 0 1-4 4h-6a4 4 0 0 1-4-4V14.91a4 4 0 0 1 1.172-2.829l2.535-2.535a1 1 0 0 0 .293-.707V6.753a.615.615 0 0 0-.495-.562A2 2 0 0 1 4.5 4.253v-1a2 2 0 0 1 2-2h7a1 1 0 0 1 .878.52.79.79 0 0 0 .622.48.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5.79.79 0 0 0-.622.48 1 1 0 0 1-.878.52H13a.424.424 0 0 0-.441.496 7.3 7.3 0 0 0 1.167 2.58.496.496 0 0 1-.426.813 5.8 5.8 0 0 1-2.24-.89.357.357 0 0 0-.56.262v.572a1 1 0 0 0 .615.923l2.924 1.218A4 4 0 0 1 16.5 15.92m-4 1.333a1 1 0 0 0-1-1h-1v-1a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 1-1"
12
12
  })
13
13
  });
14
14
  export default CleaningMedicalIcon;
@@ -8,7 +8,7 @@ const DocumentCsvIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M18 2h-7.94a2.89 2.89 0 0 0-1.992.786l-4.242 4.04A2.62 2.62 0 0 0 3 8.724v10.419A2.93 2.93 0 0 0 6 22h12a2.93 2.93 0 0 0 3-2.857V5a3.226 3.226 0 0 0-3-3M5.77 7.042l2.344-2.315a.3.3 0 0 1 .51.213v2.316a.3.3 0 0 1-.3.3H5.98a.3.3 0 0 1-.21-.514m1.638 9.991a1.33 1.33 0 0 0 1.395-1.125q.023-.085.089-.083h.746c.059 0 .089.025.081.108A2.25 2.25 0 0 1 7.408 18C6.24 18 5 17.1 5 15s1.24-3 2.408-3a2.245 2.245 0 0 1 2.311 2.092c.008.066-.022.083-.081.083h-.746q-.066.002-.09-.083a1.33 1.33 0 0 0-1.394-1.125c-.71 0-1.448.658-1.448 2.033s.738 2.033 1.448 2.033m4.814.967a1.96 1.96 0 0 1-2.001-1.967q-.002-.085.073-.083h.776c.052 0 .066.025.074.083a1.01 1.01 0 0 0 1.122 1c.628 0 1.02-.316 1.02-.775 0-.416-.465-.683-1.175-.883-1.108-.317-1.765-.758-1.765-1.717A1.68 1.68 0 0 1 12.156 12a1.82 1.82 0 0 1 1.905 1.742c0 .058-.022.083-.074.083h-.783c-.052 0-.066-.025-.073-.083a.903.903 0 0 0-.99-.775c-.48 0-.864.208-.864.641 0 .492.568.717 1.226.925.879.275 1.713.692 1.713 1.617A1.778 1.778 0 0 1 12.222 18m6.771-5.825-1.773 5.658c-.015.05-.036.084-.096.084h-.886c-.059 0-.08-.034-.096-.084l-1.773-5.658a.1.1 0 0 1-.007-.042q0-.05.066-.05h.857a.095.095 0 0 1 .104.084l1.197 4.17a.096.096 0 0 0 .19 0l1.197-4.17a.094.094 0 0 1 .104-.084h.856q.067 0 .067.05a.1.1 0 0 1-.007.042"
11
+ d: "M18 2h-7.94a2.9 2.9 0 0 0-1.992.786l-4.242 4.04A2.62 2.62 0 0 0 3 8.724v10.419A2.93 2.93 0 0 0 6 22h12a2.93 2.93 0 0 0 3-2.857V5a3.226 3.226 0 0 0-3-3M5.77 7.042l2.344-2.315a.3.3 0 0 1 .51.213v2.316a.3.3 0 0 1-.3.3H5.98a.3.3 0 0 1-.21-.514m1.638 9.991a1.33 1.33 0 0 0 1.395-1.125q.023-.085.089-.083h.746c.059 0 .089.025.081.108A2.25 2.25 0 0 1 7.408 18C6.24 18 5 17.1 5 15s1.24-3 2.408-3a2.245 2.245 0 0 1 2.311 2.092c.008.066-.022.083-.081.083h-.746q-.066.002-.09-.083a1.33 1.33 0 0 0-1.394-1.125c-.71 0-1.448.658-1.448 2.033s.738 2.033 1.448 2.033m4.814.967a1.96 1.96 0 0 1-2.001-1.967q-.002-.085.073-.083h.776c.052 0 .066.025.074.083a1.01 1.01 0 0 0 1.122 1c.628 0 1.02-.316 1.02-.775 0-.416-.465-.683-1.175-.883-1.108-.317-1.765-.758-1.765-1.717A1.68 1.68 0 0 1 12.156 12a1.82 1.82 0 0 1 1.905 1.742c0 .058-.022.083-.074.083h-.783c-.052 0-.066-.025-.073-.083a.903.903 0 0 0-.99-.775c-.48 0-.864.208-.864.641 0 .492.568.717 1.226.925.879.275 1.713.692 1.713 1.617A1.778 1.778 0 0 1 12.222 18m6.771-5.825-1.773 5.658c-.015.05-.036.084-.096.084h-.886c-.059 0-.08-.034-.096-.084l-1.773-5.658a.1.1 0 0 1-.007-.042q0-.05.066-.05h.857a.095.095 0 0 1 .104.084l1.197 4.17a.096.096 0 0 0 .19 0l1.197-4.17a.094.094 0 0 1 .104-.084h.856q.067 0 .067.05a.1.1 0 0 1-.007.042"
12
12
  })
13
13
  });
14
14
  export default DocumentCsvIcon;
@@ -8,7 +8,7 @@ const DocumentPdfIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M18 2h-7.94a2.89 2.89 0 0 0-1.992.786l-4.242 4.04A2.62 2.62 0 0 0 3 8.724v10.419A2.93 2.93 0 0 0 6 22h12a2.93 2.93 0 0 0 3-2.857V5a3.226 3.226 0 0 0-3-3M5.77 7.042l2.344-2.315a.3.3 0 0 1 .51.213v2.316a.3.3 0 0 1-.3.3H5.98a.3.3 0 0 1-.21-.514m1.395 8.404H6.021v2.468c0 .06-.024.086-.08.086H5.08c-.057 0-.081-.026-.081-.086v-5.828c0-.06.024-.086.081-.086h2.085a1.733 1.733 0 1 1 0 3.446M11.67 18H9.942q-.082.002-.08-.086v-5.828c0-.06.024-.086.081-.086h1.727c1.451 0 2.675.969 2.675 3s-1.224 3-2.675 3M19 12.909c0 .06-.024.085-.081.085h-2.66v1.483h2.4q.084-.002.082.086v.823c0 .06-.025.085-.081.085h-2.4v2.443q.002.088-.082.086h-.86q-.082.002-.08-.086v-5.828c0-.06.024-.086.08-.086h3.6c.058 0 .082.026.082.086zm-10.951.814c0 .48-.349.728-.844.728H6.022v-1.457h1.183c.495 0 .844.249.844.729M13.291 15c0 1.371-.697 2.006-1.67 2.006h-.738v-4.012h.738c.973 0 1.67.635 1.67 2.006"
11
+ d: "M18 2h-7.94a2.9 2.9 0 0 0-1.992.786l-4.242 4.04A2.62 2.62 0 0 0 3 8.724v10.419A2.93 2.93 0 0 0 6 22h12a2.93 2.93 0 0 0 3-2.857V5a3.226 3.226 0 0 0-3-3M5.77 7.042l2.344-2.315a.3.3 0 0 1 .51.213v2.316a.3.3 0 0 1-.3.3H5.98a.3.3 0 0 1-.21-.514m1.395 8.404H6.021v2.468c0 .06-.024.086-.08.086H5.08c-.057 0-.081-.026-.081-.086v-5.828c0-.06.024-.086.081-.086h2.085a1.733 1.733 0 1 1 0 3.446M11.67 18H9.942q-.082.002-.08-.086v-5.828c0-.06.024-.086.081-.086h1.727c1.451 0 2.675.969 2.675 3s-1.224 3-2.675 3M19 12.909c0 .06-.024.085-.081.085h-2.66v1.483h2.4q.084-.002.082.086v.823c0 .06-.025.085-.081.085h-2.4v2.443q.002.088-.082.086h-.86q-.082.002-.08-.086v-5.828c0-.06.024-.086.08-.086h3.6c.058 0 .082.026.082.086zm-10.951.814c0 .48-.349.728-.844.728H6.022v-1.457h1.183c.495 0 .844.249.844.729M13.291 15c0 1.371-.697 2.006-1.67 2.006h-.738v-4.012h.738c.973 0 1.67.635 1.67 2.006"
12
12
  })
13
13
  });
14
14
  export default DocumentPdfIcon;
@@ -8,7 +8,7 @@ const ElectricIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M8.5 2a7.8 7.8 0 0 0-5.276 1.892A.81.81 0 0 0 3 4.48v15.913A1.667 1.667 0 0 0 4.72 22h7.561A1.666 1.666 0 0 0 14 20.392V4.542a.9.9 0 0 0-.287-.675A7.87 7.87 0 0 0 8.5 2m3.329 9.299-3.455 6.048a.2.2 0 0 1-.374-.1V14a1 1 0 0 0-1-1H5.345a.2.2 0 0 1-.174-.299l3.455-6.048a.2.2 0 0 1 .374.1v3.246a1 1 0 0 0 1 1h1.655a.2.2 0 0 1 .174.3M21 9.5v5.764a3 3 0 1 1-6 0V12a1 1 0 0 1 2 0v3.264a1 1 0 1 0 2 0V9.5l-2.8-2.1a1 1 0 1 1 1.2-1.6l2.8 2.1a2 2 0 0 1 .8 1.6"
11
+ d: "M8.5 2a7.8 7.8 0 0 0-5.276 1.892A.8.8 0 0 0 3 4.48v15.913A1.667 1.667 0 0 0 4.72 22h7.561A1.666 1.666 0 0 0 14 20.392V4.542a.9.9 0 0 0-.287-.675A7.87 7.87 0 0 0 8.5 2m3.329 9.299-3.455 6.048a.2.2 0 0 1-.374-.1V14a1 1 0 0 0-1-1H5.345a.2.2 0 0 1-.174-.299l3.455-6.048a.2.2 0 0 1 .374.1v3.246a1 1 0 0 0 1 1h1.655a.2.2 0 0 1 .174.3M21 9.5v5.764a3 3 0 1 1-6 0V12a1 1 0 0 1 2 0v3.264a1 1 0 1 0 2 0V9.5l-2.8-2.1a1 1 0 1 1 1.2-1.6l2.8 2.1a2 2 0 0 1 .8 1.6"
12
12
  })
13
13
  });
14
14
  export default ElectricIcon;
@@ -8,7 +8,7 @@ const FamilyIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M3.382 1.312A.7.7 0 0 0 3 1.98v2.534C3 5.5 4 6 5 6s2-.5 2-1.486V2a.73.73 0 0 0-.405-.689A4 4 0 0 0 5 1.001a4.1 4.1 0 0 0-1.618.311M12.002 7a2.5 2.5 0 0 0-.96.182.43.43 0 0 0-.24.418v1.508c0 .592.6.892 1.2.892s1.2-.3 1.2-.892V7.6a.44.44 0 0 0-.244-.413A2.4 2.4 0 0 0 12 7zm3 5.302v3.921a1.5 1.5 0 0 1-.254.85q-.101.138-.214.277a1.8 1.8 0 0 0-.477.88l-.408 3.875a1 1 0 0 1-.994.895H11.42a1 1 0 0 1-.995-.895l-.408-3.875a1.8 1.8 0 0 0-.563-.943q-.08-.086-.157-.175A1.23 1.23 0 0 1 9 16.3v-3.922a.92.92 0 0 1 .536-.856 6.3 6.3 0 0 1 2.5-.523 6.2 6.2 0 0 1 2.428.45.91.91 0 0 1 .536.852zM2.266 7.828A.74.74 0 0 0 2 8.432v6.154a1 1 0 0 0 .293.707l.254.254a2 2 0 0 1 .558 1.085l.825 5.95a.5.5 0 0 0 .494.418h1.152a.5.5 0 0 0 .494-.418l.825-5.95a2 2 0 0 1 .558-1.085l.254-.254A1 1 0 0 0 8 14.586v-6.09a.83.83 0 0 0-.33-.693A4.6 4.6 0 0 0 5.002 7a4.64 4.64 0 0 0-2.736.828m14 0a.74.74 0 0 0-.265.604v5.154a1 1 0 0 0 .293.707l.329.33a1 1 0 0 1 .273.902l-.775 4.877a.5.5 0 0 0 .49.598h1.057l.194 1.164c.08.483.15.836.639.836h1c.488 0 .558-.353.64-.836L20.332 21h1.057a.5.5 0 0 0 .49-.598l-.776-4.877a1 1 0 0 1 .273-.903l.33-.33a1 1 0 0 0 .292-.706v-5.09a.84.84 0 0 0-.328-.693A4.6 4.6 0 0 0 19.002 7a4.64 4.64 0 0 0-2.736.828M19.72 1.45a1.49 1.49 0 0 0-2.522.713 5.6 5.6 0 0 0-.18 1.696 2 2 0 0 1-.413 1.46c-.11.096-.156.275-.026.34A4.5 4.5 0 0 0 18.37 6h1.262a4.5 4.5 0 0 0 1.79-.34c.13-.066.084-.245-.026-.34a2.01 2.01 0 0 1-.413-1.46 5 5 0 0 1 .044-.594 2.25 2.25 0 0 0-.044-1.005c-.252-.875-.72-.98-1.261-.81z"
11
+ d: "M3.382 1.312A.7.7 0 0 0 3 1.98v2.534C3 5.5 4 6 5 6s2-.5 2-1.486V2a.73.73 0 0 0-.405-.689A4 4 0 0 0 5 1.001a4.1 4.1 0 0 0-1.618.311M12.002 7a2.5 2.5 0 0 0-.96.182.43.43 0 0 0-.24.418v1.508c0 .592.6.892 1.2.892s1.2-.3 1.2-.892V7.6a.44.44 0 0 0-.244-.413A2.4 2.4 0 0 0 12 7zm3 5.302v3.921a1.5 1.5 0 0 1-.254.85q-.101.138-.214.277a1.8 1.8 0 0 0-.477.88l-.408 3.875a1 1 0 0 1-.994.895H11.42a1 1 0 0 1-.995-.895l-.408-3.875a1.8 1.8 0 0 0-.563-.943q-.08-.086-.157-.175A1.23 1.23 0 0 1 9 16.3v-3.922a.92.92 0 0 1 .536-.856 6.3 6.3 0 0 1 2.5-.523 6.2 6.2 0 0 1 2.428.45.91.91 0 0 1 .536.852zM2.266 7.828A.74.74 0 0 0 2 8.432v6.154a1 1 0 0 0 .293.707l.254.254a2 2 0 0 1 .558 1.085l.825 5.95a.5.5 0 0 0 .494.418h1.152a.5.5 0 0 0 .494-.418l.825-5.95a2 2 0 0 1 .558-1.085l.254-.254A1 1 0 0 0 8 14.586v-6.09a.83.83 0 0 0-.33-.693A4.6 4.6 0 0 0 5.002 7a4.64 4.64 0 0 0-2.736.828m14 0a.74.74 0 0 0-.265.604v5.154a1 1 0 0 0 .293.707l.329.33a1 1 0 0 1 .273.902l-.775 4.877a.5.5 0 0 0 .49.598h1.057l.194 1.164c.08.483.15.836.639.836h1c.488 0 .558-.353.64-.836L20.332 21h1.057a.5.5 0 0 0 .49-.598l-.776-4.877a1 1 0 0 1 .273-.903l.33-.33a1 1 0 0 0 .292-.706v-5.09a.84.84 0 0 0-.328-.693A4.6 4.6 0 0 0 19.002 7a4.64 4.64 0 0 0-2.736.828M19.72 1.45a1.49 1.49 0 0 0-2.522.713 5.6 5.6 0 0 0-.18 1.696 2 2 0 0 1-.413 1.46c-.11.096-.156.275-.026.34A4.5 4.5 0 0 0 18.37 6h1.262a4.5 4.5 0 0 0 1.79-.34c.13-.066.084-.245-.026-.34a2 2 0 0 1-.413-1.46 5 5 0 0 1 .044-.594 2.25 2.25 0 0 0-.044-1.005c-.252-.875-.72-.98-1.261-.81z"
12
12
  })
13
13
  });
14
14
  export default FamilyIcon;
@@ -8,7 +8,7 @@ const HelpIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M12.02 2a5.8 5.8 0 0 0-4.847 2.1A5.9 5.9 0 0 0 6 7.644a1 1 0 1 0 2 0 3.9 3.9 0 0 1 .756-2.32A3.81 3.81 0 0 1 12.02 4a3.66 3.66 0 0 1 3.773 2.432 3.84 3.84 0 0 1-.895 3.967 11 11 0 0 1-.88.704l-.099.074a12 12 0 0 0-1.27 1.056A5.09 5.09 0 0 0 11 16v1a1 1 0 0 0 2 0v-1a3.1 3.1 0 0 1 1.05-2.34 10 10 0 0 1 1.068-.883l.111-.083a12 12 0 0 0 1.043-.843 5.84 5.84 0 0 0 1.414-6.063A5.65 5.65 0 0 0 12.02 2M13 21a1 1 0 1 1-1-1 1 1 0 0 1 1 1"
11
+ d: "M12.02 2a5.8 5.8 0 0 0-4.847 2.1A5.9 5.9 0 0 0 6 7.644a1 1 0 1 0 2 0 3.9 3.9 0 0 1 .756-2.32A3.81 3.81 0 0 1 12.02 4a3.66 3.66 0 0 1 3.773 2.432 3.84 3.84 0 0 1-.895 3.967 11 11 0 0 1-.88.704l-.099.074a12 12 0 0 0-1.27 1.056A5.1 5.1 0 0 0 11 16v1a1 1 0 0 0 2 0v-1a3.1 3.1 0 0 1 1.05-2.34 10 10 0 0 1 1.068-.883l.111-.083a12 12 0 0 0 1.043-.843 5.84 5.84 0 0 0 1.414-6.063A5.65 5.65 0 0 0 12.02 2M13 21a1 1 0 1 1-1-1 1 1 0 0 1 1 1"
12
12
  })
13
13
  });
14
14
  export default HelpIcon;
@@ -8,7 +8,7 @@ const HotelsJacuzziIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M12.143 4.286a1.143 1.143 0 0 0 0-2.286 1.143 1.143 0 0 0 0 2.286M17 6.5A1.5 1.5 0 1 1 15.5 5 1.5 1.5 0 0 1 17 6.5M10 10a2 2 0 1 0-2-2 2 2 0 0 0 2 2m-7 3.982a.62.62 0 0 1 .758-.55 4 4 0 0 0 .742.068 3.3 3.3 0 0 0 1.605-.373 3.5 3.5 0 0 0 .959-.798c.08-.091.159-.187.23-.273l.085-.102a3 3 0 0 1 .252-.276A.5.5 0 0 1 8 11.5a.73.73 0 0 1 .496.2 3 3 0 0 1 .29.278q.047.048.099.104c.08.085.17.18.261.272a3.8 3.8 0 0 0 1.077.785A4.1 4.1 0 0 0 12 13.5a4.1 4.1 0 0 0 1.777-.36 3.8 3.8 0 0 0 1.077-.786c.09-.091.18-.187.262-.273l.097-.103a3 3 0 0 1 .291-.278.73.73 0 0 1 .496-.2.51.51 0 0 1 .37.178 3 3 0 0 1 .251.275l.085.103c.071.086.15.182.23.273a3.5 3.5 0 0 0 .959.798 3.3 3.3 0 0 0 1.605.373 4 4 0 0 0 .742-.068.62.62 0 0 1 .758.55V18a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z"
11
+ d: "M12.143 4.286a1.143 1.143 0 0 0 0-2.286 1.143 1.143 0 0 0 0 2.286M17 6.5A1.5 1.5 0 1 1 15.5 5 1.5 1.5 0 0 1 17 6.5M10 10a2 2 0 1 0-2-2 2 2 0 0 0 2 2m-7 3.982a.62.62 0 0 1 .758-.55 4 4 0 0 0 .742.068 3.3 3.3 0 0 0 1.605-.373 3.5 3.5 0 0 0 .959-.798c.08-.091.159-.187.23-.273l.085-.102a3 3 0 0 1 .252-.276A.5.5 0 0 1 8 11.5a.73.73 0 0 1 .496.2 3 3 0 0 1 .29.278l.099.104c.08.085.17.18.261.272a3.8 3.8 0 0 0 1.077.785A4.1 4.1 0 0 0 12 13.5a4.1 4.1 0 0 0 1.777-.36 3.8 3.8 0 0 0 1.077-.786c.09-.091.18-.187.262-.273l.097-.103a3 3 0 0 1 .291-.278.73.73 0 0 1 .496-.2.5.5 0 0 1 .37.178 3 3 0 0 1 .251.275l.085.103c.071.086.15.182.23.273a3.5 3.5 0 0 0 .959.798 3.3 3.3 0 0 0 1.605.373 4 4 0 0 0 .742-.068.62.62 0 0 1 .758.55V18a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z"
12
12
  })
13
13
  });
14
14
  export default HotelsJacuzziIcon;
@@ -8,7 +8,7 @@ const LockIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "m19.392 10.281-1.138-.324A.57.57 0 0 1 18 9.5v-1C18 4.818 15.534 2 12 2S6 4.818 6 8.5v1a.57.57 0 0 1-.254.457l-1.138.324A.78.78 0 0 0 4 11v8a3.226 3.226 0 0 0 3 3h10a3.226 3.226 0 0 0 3-3v-8a.78.78 0 0 0-.608-.719M14 16.602A1.56 1.56 0 0 1 12.322 18h-.644A1.557 1.557 0 0 1 10 16.602v-2.204A1.557 1.557 0 0 1 11.678 13h.644A1.56 1.56 0 0 1 14 14.398zm2-7.213za20.8 20.8 0 0 0-8 0v-.852A4.3 4.3 0 0 1 12 4a4.3 4.3 0 0 1 4 4.537z"
11
+ d: "m19.392 10.281-1.138-.324A.57.57 0 0 1 18 9.5v-1C18 4.818 15.534 2 12 2S6 4.818 6 8.5v1a.57.57 0 0 1-.254.457l-1.138.324A.78.78 0 0 0 4 11v8a3.226 3.226 0 0 0 3 3h10a3.226 3.226 0 0 0 3-3v-8a.78.78 0 0 0-.608-.719M14 16.602A1.56 1.56 0 0 1 12.322 18h-.644A1.557 1.557 0 0 1 10 16.602v-2.204A1.557 1.557 0 0 1 11.678 13h.644A1.56 1.56 0 0 1 14 14.398zm2-7.213a20.8 20.8 0 0 0-8 0v-.852A4.3 4.3 0 0 1 12 4a4.3 4.3 0 0 1 4 4.537z"
12
12
  })
13
13
  });
14
14
  export default LockIcon;
@@ -8,7 +8,7 @@ const LoyaltyIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M17 2H7a1 1 0 0 0-1 1v7.646a3 3 0 0 0 1.658 2.683L11 15v4H9a2 2 0 0 0-2 2v1h10v-1a2 2 0 0 0-2-2h-2v-4l3.342-1.67A3 3 0 0 0 18 10.645V3a1 1 0 0 0-1-1M19 9.5c0-.276.227-.494.495-.562a2 2 0 0 0 0-3.876C19.227 4.994 19 4.776 19 4.5v-1c0-.276.225-.503.499-.47a4 4 0 0 1 0 7.94c-.274.033-.499-.194-.499-.47zM4.505 8.938c.268.068.495.286.495.562v1c0 .276-.225.503-.499.47a4 4 0 0 1 0-7.94c.274-.033.499.194.499.47v1c0 .276-.227.494-.495.562a2 2 0 0 0 0 3.876"
11
+ d: "M17 2H7a1 1 0 0 0-1 1v7.646a3 3 0 0 0 1.658 2.683L11 15v4H9a2 2 0 0 0-2 2v1h10v-1a2 2 0 0 0-2-2h-2v-4l3.342-1.67A3 3 0 0 0 18 10.645V3a1 1 0 0 0-1-1m2 7.5c0-.276.227-.494.495-.562a2 2 0 0 0 0-3.876C19.227 4.994 19 4.776 19 4.5v-1c0-.276.225-.503.499-.47a4 4 0 0 1 0 7.94c-.274.033-.499-.194-.499-.47zM4.505 8.938c.268.068.495.286.495.562v1c0 .276-.225.503-.499.47a4 4 0 0 1 0-7.94c.274-.033.499.194.499.47v1c0 .276-.227.494-.495.562a2 2 0 0 0 0 3.876"
12
12
  })
13
13
  });
14
14
  export default LoyaltyIcon;
@@ -8,7 +8,7 @@ const MuteIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M5.44 16.49a.524.524 0 0 1-.053.666L2.5 20.043A1.03 1.03 0 0 0 3.957 21.5l3.205-3.205c.017.012-.016-.013 0 0l1.333-1.333c-.051-.035.017.012 0 0l1.517-1.517c-.019-.01.018.011 0 0L21.5 3.957A1.03 1.03 0 0 0 20.043 2.5l-3.53 3.531A.3.3 0 0 1 16 5.819V4.1C16 2.94 14.208 2 12 2c-2.21 0-4 .94-4 2.1v7.7a4.4 4.4 0 0 0 .398 1.829.54.54 0 0 1-.095.611l-.814.815a.462.462 0 0 1-.743-.095A6.94 6.94 0 0 1 6 11.733C6 11.328 5.401 11 5 11s-1 .329-1 .733a8.4 8.4 0 0 0 1.44 4.757m5.425 1.418a.52.52 0 0 0-.458.142l-.962.962a.285.285 0 0 0 .115.48 7.4 7.4 0 0 0 .987.216.524.524 0 0 1 .453.512V21a1 1 0 0 0 2 0v-.78a.524.524 0 0 1 .453-.511A7.844 7.844 0 0 0 20 11.733c0-.405-.599-.733-1-.733s-1 .329-1 .733C18 15.373 15.609 18 12 18a7 7 0 0 1-1.135-.092"
11
+ d: "M5.44 16.49a.524.524 0 0 1-.053.666L2.5 20.043A1.03 1.03 0 0 0 3.957 21.5l3.205-3.205c.017.012-.016-.013 0 0l1.333-1.333c-.051-.035.017.012 0 0l1.517-1.517c-.019-.01.018.011 0 0L21.5 3.957A1.03 1.03 0 0 0 20.043 2.5l-3.53 3.531A.3.3 0 0 1 16 5.819V4.1C16 2.94 14.208 2 12 2c-2.21 0-4 .94-4 2.1v7.7a4.4 4.4 0 0 0 .398 1.829.54.54 0 0 1-.095.611l-.814.815a.462.462 0 0 1-.743-.095A6.94 6.94 0 0 1 6 11.733C6 11.328 5.401 11 5 11s-1 .329-1 .733a8.4 8.4 0 0 0 1.44 4.757m5.425 1.418a.52.52 0 0 0-.458.142l-.962.962a.285.285 0 0 0 .115.48 7 7 0 0 0 .987.216.524.524 0 0 1 .453.512V21a1 1 0 0 0 2 0v-.78a.524.524 0 0 1 .453-.511A7.844 7.844 0 0 0 20 11.733c0-.405-.599-.733-1-.733s-1 .329-1 .733C18 15.373 15.609 18 12 18a7 7 0 0 1-1.135-.092"
12
12
  })
13
13
  });
14
14
  export default MuteIcon;
@@ -8,7 +8,7 @@ const OnsenIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M12.372 2.01a1 1 0 0 0-1.744.98l.71 1.262a1 1 0 0 1-.207 1.238l-.42.373a3 3 0 0 0-.407 4.043L11.2 11.1a1 1 0 1 0 1.6-1.2l-.896-1.194a1 1 0 0 1 .136-1.348l.42-.373a3 3 0 0 0 .621-3.713l-.71-1.262zM5.894 4.053a1 1 0 1 0-1.816.839q.013.028.028.055l.425.852a.78.78 0 0 1-.146.902 2.78 2.78 0 0 0-.258 3.635l.573.764a1 1 0 0 0 1.6-1.2l-.573-.764a.78.78 0 0 1 .072-1.02 2.78 2.78 0 0 0 .521-3.21zm-2.136 9.88a.62.62 0 0 0-.758.55V18.5a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4v-4.018a.62.62 0 0 0-.758-.55A4 4 0 0 1 19.5 14a3.3 3.3 0 0 1-1.605-.373 3.5 3.5 0 0 1-.959-.798c-.08-.09-.159-.187-.23-.273l-.085-.102a3 3 0 0 0-.252-.276A.5.5 0 0 0 16 12a.73.73 0 0 0-.496.2 3 3 0 0 0-.29.278l-.098.103c-.081.086-.171.181-.262.273a3.8 3.8 0 0 1-1.077.785A4.1 4.1 0 0 1 12 14a4.1 4.1 0 0 1-1.777-.36 3.8 3.8 0 0 1-1.077-.786c-.09-.09-.18-.187-.261-.272l-.098-.104a3 3 0 0 0-.291-.278A.73.73 0 0 0 8 12a.51.51 0 0 0-.37.178 3 3 0 0 0-.251.275l-.086.103c-.07.086-.15.182-.23.273a3.5 3.5 0 0 1-.958.798A3.3 3.3 0 0 1 4.5 14a4 4 0 0 1-.742-.068zM17.553 3.605a1 1 0 0 1 1.341.447l.426.852a2.78 2.78 0 0 1-.52 3.21.78.78 0 0 0-.073 1.02l.573.765a1 1 0 1 1-1.6 1.2l-.573-.764a2.78 2.78 0 0 1 .258-3.635.78.78 0 0 0 .146-.902l-.425-.852a1 1 0 0 1 .447-1.34z"
11
+ d: "M12.372 2.01a1 1 0 0 0-1.744.98l.71 1.262a1 1 0 0 1-.207 1.238l-.42.373a3 3 0 0 0-.407 4.043L11.2 11.1a1 1 0 1 0 1.6-1.2l-.896-1.194a1 1 0 0 1 .136-1.348l.42-.373a3 3 0 0 0 .621-3.713l-.71-1.262zM5.894 4.053a1 1 0 1 0-1.816.839q.013.028.028.055l.425.852a.78.78 0 0 1-.146.902 2.78 2.78 0 0 0-.258 3.635l.573.764a1 1 0 0 0 1.6-1.2l-.573-.764a.78.78 0 0 1 .072-1.02 2.78 2.78 0 0 0 .521-3.21zm-2.136 9.88a.62.62 0 0 0-.758.55V18.5a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4v-4.018a.62.62 0 0 0-.758-.55A4 4 0 0 1 19.5 14a3.3 3.3 0 0 1-1.605-.373 3.5 3.5 0 0 1-.959-.798c-.08-.09-.159-.187-.23-.273l-.085-.102a3 3 0 0 0-.252-.276A.5.5 0 0 0 16 12a.73.73 0 0 0-.496.2 3 3 0 0 0-.29.278l-.098.103c-.081.086-.171.181-.262.273a3.8 3.8 0 0 1-1.077.785A4.1 4.1 0 0 1 12 14a4.1 4.1 0 0 1-1.777-.36 3.8 3.8 0 0 1-1.077-.786c-.09-.09-.18-.187-.261-.272l-.098-.104a3 3 0 0 0-.291-.278A.73.73 0 0 0 8 12a.5.5 0 0 0-.37.178 3 3 0 0 0-.251.275l-.086.103c-.07.086-.15.182-.23.273a3.5 3.5 0 0 1-.958.798A3.3 3.3 0 0 1 4.5 14a4 4 0 0 1-.742-.068zM17.553 3.605a1 1 0 0 1 1.341.447l.426.852a2.78 2.78 0 0 1-.52 3.21.78.78 0 0 0-.073 1.02l.573.765a1 1 0 1 1-1.6 1.2l-.573-.764a2.78 2.78 0 0 1 .258-3.635.78.78 0 0 0 .146-.902l-.425-.852a1 1 0 0 1 .447-1.34z"
12
12
  })
13
13
  });
14
14
  export default OnsenIcon;
@@ -8,7 +8,7 @@ const PetrolIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M3 4.48a.81.81 0 0 1 .224-.588A7.8 7.8 0 0 1 8.5 2a7.87 7.87 0 0 1 5.213 1.867.9.9 0 0 1 .287.675v15.85A1.666 1.666 0 0 1 12.281 22H4.72A1.667 1.667 0 0 1 3 20.393zM6 6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm10 0a1 1 0 0 0 .2 1.4L19 9.5v5.764a1 1 0 0 1-2 0V12a1 1 0 0 0-2 0v3.264a3 3 0 0 0 6 0V9.5a2 2 0 0 0-.8-1.6l-2.8-2.1A1 1 0 0 0 16 6"
11
+ d: "M3 4.48a.8.8 0 0 1 .224-.588A7.8 7.8 0 0 1 8.5 2a7.87 7.87 0 0 1 5.213 1.867.9.9 0 0 1 .287.675v15.85A1.666 1.666 0 0 1 12.281 22H4.72A1.667 1.667 0 0 1 3 20.393zM6 6a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm10 0a1 1 0 0 0 .2 1.4L19 9.5v5.764a1 1 0 0 1-2 0V12a1 1 0 0 0-2 0v3.264a3 3 0 0 0 6 0V9.5a2 2 0 0 0-.8-1.6l-2.8-2.1A1 1 0 0 0 16 6"
12
12
  })
13
13
  });
14
14
  export default PetrolIcon;
@@ -8,7 +8,7 @@ const PlaneSeatIcon = props => /*#__PURE__*/_jsxs("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
- d: "M7 2.92a.883.883 0 0 1 1.157-.87l1.25.447a.92.92 0 0 1 .593.87V5.16A1.797 1.797 0 0 1 8.25 7h-.375A.9.9 0 0 1 7 6.08zm0 9.76V9a1 1 0 0 1 1-1h.678a1.05 1.05 0 0 1 .988.74c.36 1.102 1.085 2.77 2.234 2.77a5.32 5.32 0 0 1 3.062.586 29.7 29.7 0 0 1 4.609 3.146c1.225 1.17-.483 2.042-1.257 1.672a7 7 0 0 1-1.186-.742 12 12 0 0 0-2.586-1.487c-1.257-.557-2.847-.053-3.867.337C8.225 15.958 7 14.436 7 12.68"
11
+ d: "M7 2.92a.883.883 0 0 1 1.157-.87l1.25.447a.92.92 0 0 1 .593.87V5.16A1.797 1.797 0 0 1 8.25 7h-.375A.9.9 0 0 1 7 6.08zm0 9.76V9a1 1 0 0 1 1-1h.678a1.05 1.05 0 0 1 .988.74c.36 1.102 1.085 2.77 2.234 2.77a5.3 5.3 0 0 1 3.062.586 29.7 29.7 0 0 1 4.609 3.146c1.225 1.17-.483 2.042-1.257 1.672a7 7 0 0 1-1.186-.742 12 12 0 0 0-2.586-1.487c-1.257-.557-2.847-.053-3.867.337C8.225 15.958 7 14.436 7 12.68"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
13
  d: "M6 9a1 1 0 0 0-2 0v3.818a5.8 5.8 0 0 0 1.082 3.319 5.15 5.15 0 0 0 4.362 2.045 6.6 6.6 0 0 0 2.663-.648 1.5 1.5 0 0 1 1.202.068 1.23 1.23 0 0 1 .69 1.216 1.53 1.53 0 0 1-.263.723 1.06 1.06 0 0 1-.958.459h-5a1 1 0 0 0 0 2h5a3.05 3.05 0 0 0 2.597-1.314A3.5 3.5 0 0 0 16 18.818a3.22 3.22 0 0 0-1.81-3.011 3.48 3.48 0 0 0-2.964-.068 4.7 4.7 0 0 1-1.782.443 3.16 3.16 0 0 1-2.75-1.228A3.8 3.8 0 0 1 6 12.818z"
14
14
  })]
@@ -8,7 +8,7 @@ const PolicyIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M18 2h-7.94a2.89 2.89 0 0 0-1.992.786l-4.242 4.04A2.62 2.62 0 0 0 3 8.724v10.419A2.93 2.93 0 0 0 6 22h12a2.93 2.93 0 0 0 3-2.857V5a3.226 3.226 0 0 0-3-3M8.624 7.256a.3.3 0 0 1-.3.3H5.98a.3.3 0 0 1-.21-.514l2.344-2.315a.3.3 0 0 1 .51.213zM17 13.412c0 2.634-2.47 4.579-3.528 5.291a.84.84 0 0 1-.944 0C11.47 17.991 9 16.046 9 13.412V9.898a.57.57 0 0 1 .372-.538 10.33 10.33 0 0 1 7.256 0 .57.57 0 0 1 .372.538z"
11
+ d: "M18 2h-7.94a2.9 2.9 0 0 0-1.992.786l-4.242 4.04A2.62 2.62 0 0 0 3 8.724v10.419A2.93 2.93 0 0 0 6 22h12a2.93 2.93 0 0 0 3-2.857V5a3.226 3.226 0 0 0-3-3M8.624 7.256a.3.3 0 0 1-.3.3H5.98a.3.3 0 0 1-.21-.514l2.344-2.315a.3.3 0 0 1 .51.213zM17 13.412c0 2.634-2.47 4.579-3.528 5.291a.84.84 0 0 1-.944 0C11.47 17.991 9 16.046 9 13.412V9.898a.57.57 0 0 1 .372-.538 10.33 10.33 0 0 1 7.256 0 .57.57 0 0 1 .372.538z"
12
12
  })
13
13
  });
14
14
  export default PolicyIcon;
@@ -8,7 +8,7 @@ const SettingsIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "m21.674 14.08-1.327-.937a1.384 1.384 0 0 1-.001-2.284l1.326-.938a.75.75 0 0 0 .29-.847 9.96 9.96 0 0 0-2.355-3.89.825.825 0 0 0-.907-.178l-1.497.63a1.5 1.5 0 0 1-.59.12 1.456 1.456 0 0 1-1.468-1.264l-.182-1.566a.78.78 0 0 0-.622-.665 11.8 11.8 0 0 0-2.33-.26V2a12 12 0 0 0-2.351.259.78.78 0 0 0-.622.666L8.856 4.49a1.42 1.42 0 0 1-.729 1.072 1.52 1.52 0 0 1-1.333.074l-1.496-.63a.825.825 0 0 0-.907.178 9.96 9.96 0 0 0-2.355 3.889.75.75 0 0 0 .29.848l1.328.938a1.382 1.382 0 0 1 0 2.282l-1.328.94a.75.75 0 0 0-.29.847A10 10 0 0 0 4.39 18.82a.825.825 0 0 0 .906.18l1.503-.631a1.53 1.53 0 0 1 1.327.07 1.42 1.42 0 0 1 .73 1.069l.18 1.563a.78.78 0 0 0 .61.664 10.6 10.6 0 0 0 4.707 0 .78.78 0 0 0 .611-.664l.18-1.566a1.42 1.42 0 0 1 .728-1.071 1.53 1.53 0 0 1 1.329-.07l1.503.632a.825.825 0 0 0 .906-.18 10 10 0 0 0 2.354-3.888.75.75 0 0 0-.29-.848M12 15a3 3 0 1 1 3-3 3 3 0 0 1-3 3"
11
+ d: "m21.674 14.08-1.327-.937a1.384 1.384 0 0 1-.001-2.284l1.326-.938a.75.75 0 0 0 .29-.847 9.96 9.96 0 0 0-2.355-3.89.825.825 0 0 0-.907-.178l-1.497.63a1.5 1.5 0 0 1-.59.12 1.456 1.456 0 0 1-1.468-1.264l-.182-1.566a.78.78 0 0 0-.622-.665 12 12 0 0 0-2.33-.26V2a12 12 0 0 0-2.351.259.78.78 0 0 0-.622.666L8.856 4.49a1.42 1.42 0 0 1-.729 1.072 1.52 1.52 0 0 1-1.333.074l-1.496-.63a.825.825 0 0 0-.907.178 9.96 9.96 0 0 0-2.355 3.889.75.75 0 0 0 .29.848l1.328.938a1.382 1.382 0 0 1 0 2.282l-1.328.94a.75.75 0 0 0-.29.847A10 10 0 0 0 4.39 18.82a.825.825 0 0 0 .906.18l1.503-.631a1.53 1.53 0 0 1 1.327.07 1.42 1.42 0 0 1 .73 1.069l.18 1.563a.78.78 0 0 0 .61.664 10.6 10.6 0 0 0 4.707 0 .78.78 0 0 0 .611-.664l.18-1.566a1.42 1.42 0 0 1 .728-1.071 1.53 1.53 0 0 1 1.329-.07l1.503.632a.825.825 0 0 0 .906-.18 10 10 0 0 0 2.354-3.888.75.75 0 0 0-.29-.848M12 15a3 3 0 1 1 3-3 3 3 0 0 1-3 3"
12
12
  })
13
13
  });
14
14
  export default SettingsIcon;
@@ -8,9 +8,9 @@ const SpeakerMuteIcon = props => /*#__PURE__*/_jsxs("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
- d: "M5.587 16.998h-1.99C2.161 16.998 1 15.88 1 14.498V9.502C1 8.12 2.162 7 3.596 7h4.246a.9.9 0 0 0 .575-.21l5.182-4.437C14.53 1.557 16 2.194 16 3.392v3.194l4.293-4.293a1 1 0 1 1 1.414 1.414l-18 18a1 1 0 0 1-1.414-1.414zM9.764 18.362a.5.5 0 0 1-.029-.733l5.411-5.412a.5.5 0 0 1 .854.354v8.037c0 1.199-1.47 1.835-2.4 1.038zM18.017 9.347a.26.26 0 0 0-.048.293c.34.714.531 1.514.531 2.36 0 .948-.239 1.837-.66 2.614a.75.75 0 1 0 1.32.714c.536-.99.84-2.125.84-3.328s-.102-1.852-.508-2.701c-.12-.22-.293-.521-.419-.71-.068-.102-.195-.103-.282-.016z"
11
+ d: "M5.587 16.998h-1.99C2.161 16.998 1 15.88 1 14.498V9.502C1 8.12 2.162 7 3.596 7h4.246a.9.9 0 0 0 .575-.21l5.182-4.437C14.53 1.557 16 2.194 16 3.392v3.194l4.293-4.293a1 1 0 1 1 1.414 1.414l-18 18a1 1 0 0 1-1.414-1.414zm4.177 1.364a.5.5 0 0 1-.029-.733l5.411-5.412a.5.5 0 0 1 .854.354v8.037c0 1.199-1.47 1.835-2.4 1.038zm8.253-9.015a.26.26 0 0 0-.048.293c.34.714.531 1.514.531 2.36 0 .948-.239 1.837-.66 2.614a.75.75 0 1 0 1.32.714c.536-.99.84-2.125.84-3.328s-.102-1.852-.508-2.701c-.12-.22-.293-.521-.419-.71-.068-.102-.195-.103-.282-.016z"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
- d: "M20.188 7.46a.255.255 0 0 1 .033-.317l.724-.724a.244.244 0 0 1 .377.034A9.96 9.96 0 0 1 23 12a9.96 9.96 0 0 1-1.96 5.946.75.75 0 1 1-1.205-.892A8.46 8.46 0 0 0 21.5 12c0-1.67-.481-3.227-1.312-4.54"
13
+ d: "M20.188 7.46a.255.255 0 0 1 .033-.317l.724-.724a.244.244 0 0 1 .377.034A9.96 9.96 0 0 1 23 12a9.96 9.96 0 0 1-1.96 5.946.75.75 0 1 1-1.205-.892A8.46 8.46 0 0 0 21.5 12a8.46 8.46 0 0 0-1.312-4.54"
14
14
  })]
15
15
  });
16
16
  export default SpeakerMuteIcon;
@@ -8,7 +8,7 @@ const SpeakerIcon = props => /*#__PURE__*/_jsxs("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
- d: "M13.6 2.354c.93-.797 2.4-.16 2.4 1.038v17.216c0 1.199-1.47 1.835-2.4 1.038L8.416 17.21a.88.88 0 0 0-.575-.21H3.596c-1.434 0-2.596-1.12-2.596-2.5V9.5C1 8.12 2.162 7 3.596 7h4.246a.9.9 0 0 0 .575-.21zM21.04 6.054a.75.75 0 0 0-1.205.892A8.46 8.46 0 0 1 21.5 12a8.46 8.46 0 0 1-1.665 5.054.75.75 0 0 0 1.206.892A9.96 9.96 0 0 0 23 12a9.96 9.96 0 0 0-1.96-5.946"
11
+ d: "M13.6 2.354c.93-.797 2.4-.16 2.4 1.038v17.216c0 1.199-1.47 1.835-2.4 1.038L8.416 17.21a.88.88 0 0 0-.575-.21H3.596C2.162 17 1 15.88 1 14.5v-5C1 8.12 2.162 7 3.596 7h4.246a.9.9 0 0 0 .575-.21zm7.44 3.7a.75.75 0 0 0-1.205.892A8.46 8.46 0 0 1 21.5 12a8.46 8.46 0 0 1-1.665 5.054.75.75 0 0 0 1.206.892A9.96 9.96 0 0 0 23 12a9.96 9.96 0 0 0-1.96-5.946"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
13
  d: "M19.16 8.672a.75.75 0 0 0-1.32.714c.421.777.66 1.666.66 2.614s-.239 1.837-.66 2.614a.75.75 0 1 0 1.32.714c.536-.99.84-2.125.84-3.328a7 7 0 0 0-.84-3.328"
14
14
  })]
@@ -8,7 +8,7 @@ const ToiletsIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M15 1.98a.7.7 0 0 1 .382-.668A4.1 4.1 0 0 1 17 1a4 4 0 0 1 1.595.311.73.73 0 0 1 .405.69v2.513C19 5.5 18 6 17 6s-2-.5-2-1.486zm6 12.243V8.301a.84.84 0 0 0-.548-.823A12.6 12.6 0 0 0 17.035 7a12.7 12.7 0 0 0-3.488.55.85.85 0 0 0-.547.83v5.92c0 .402.62.75 1.191.964a1.2 1.2 0 0 1 .805.99l.45 5.822a1 1 0 0 0 .997.923h1.184a1 1 0 0 0 .997-.923l.45-5.823a1.27 1.27 0 0 1 .797-1.014C20.418 15 21 14.623 21 14.223M11 8.301v4.922c0 .4-.582.778-1.13 1.017q-.068.03-.135.067l1.13 6.085a.5.5 0 0 1-.488.608h-1.67l-.083 1.077a1 1 0 0 1-.997.923H6.443a1 1 0 0 1-.997-.923L5.363 21h-1.74a.5.5 0 0 1-.488-.608l1.133-6.096q-.038-.016-.077-.03C3.621 14.05 3 13.702 3 13.3V8.38a.85.85 0 0 1 .547-.829 12.6 12.6 0 0 1 3.488-.55 12.6 12.6 0 0 1 3.417.477.84.84 0 0 1 .548.823M5.198 2.163a1.49 1.49 0 0 1 2.523-.713c.54-.17 1.009-.064 1.261.811a2.25 2.25 0 0 1 .044 1.005 5 5 0 0 0-.044.593 2 2 0 0 0 .413 1.46c.11.096.156.275.026.34A4.5 4.5 0 0 1 7.631 6H6.369a4.5 4.5 0 0 1-1.79-.34c-.13-.066-.084-.245.026-.34a2.01 2.01 0 0 0 .413-1.46 5.6 5.6 0 0 1 .18-1.697"
11
+ d: "M15 1.98a.7.7 0 0 1 .382-.668A4.1 4.1 0 0 1 17 1a4 4 0 0 1 1.595.311.73.73 0 0 1 .405.69v2.513C19 5.5 18 6 17 6s-2-.5-2-1.486zm6 12.243V8.301a.84.84 0 0 0-.548-.823A12.6 12.6 0 0 0 17.035 7a12.7 12.7 0 0 0-3.488.55.85.85 0 0 0-.547.83v5.92c0 .402.62.75 1.191.964a1.2 1.2 0 0 1 .805.99l.45 5.822a1 1 0 0 0 .997.923h1.184a1 1 0 0 0 .997-.923l.45-5.823a1.27 1.27 0 0 1 .797-1.014C20.418 15 21 14.623 21 14.223M11 8.301v4.922c0 .4-.582.778-1.13 1.017q-.068.03-.135.067l1.13 6.085a.5.5 0 0 1-.488.608h-1.67l-.083 1.077a1 1 0 0 1-.997.923H6.443a1 1 0 0 1-.997-.923L5.363 21h-1.74a.5.5 0 0 1-.488-.608l1.133-6.096q-.038-.016-.077-.03C3.621 14.05 3 13.702 3 13.3V8.38a.85.85 0 0 1 .547-.829 12.6 12.6 0 0 1 3.488-.55 12.6 12.6 0 0 1 3.417.477.84.84 0 0 1 .548.823M5.198 2.163a1.49 1.49 0 0 1 2.523-.713c.54-.17 1.009-.064 1.261.811a2.25 2.25 0 0 1 .044 1.005 5 5 0 0 0-.044.593 2 2 0 0 0 .413 1.46c.11.096.156.275.026.34A4.5 4.5 0 0 1 7.631 6H6.369a4.5 4.5 0 0 1-1.79-.34c-.13-.066-.084-.245.026-.34a2 2 0 0 0 .413-1.46 5.6 5.6 0 0 1 .18-1.697"
12
12
  })
13
13
  });
14
14
  export default ToiletsIcon;
@@ -8,7 +8,7 @@ const TrendWillRiseIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M21 6a1 1 0 0 1 1 1v7.018a1.004 1.004 0 0 1-2.008.001V9.438l-7.902 7.968a2.01 2.01 0 0 1-1.428.594H3.004a1 1 0 1 1 0-2h7.658l7.929-7.997h-4.54A1.045 1.045 0 0 1 13 7a1.04 1.04 0 0 1 1.05-1z"
11
+ d: "M21 6a1 1 0 0 1 1 1v7.018a1.004 1.004 0 0 1-2.008.001V9.438l-7.902 7.968a2 2 0 0 1-1.428.594H3.004a1 1 0 1 1 0-2h7.658l7.929-7.997h-4.54A1.045 1.045 0 0 1 13 7a1.04 1.04 0 0 1 1.05-1z"
12
12
  })
13
13
  });
14
14
  export default TrendWillRiseIcon;
@@ -8,7 +8,7 @@ const WorldAmerIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1.5rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M21.79 9.985a10.02 10.02 0 0 1-4.206 10.308 9.995 9.995 0 0 1-15.5-9.572q.02-.162.048-.321l.003-.018a10 10 0 0 1 .218-1.008l.024-.097q.015-.066.034-.13.179-.6.43-1.172l.05-.101.036-.075q.23-.495.513-.963l.037-.06A10 10 0 0 1 5.18 4.693q.031-.03.062-.057l.03-.026A10 10 0 0 1 7.43 3.108l.003-.002a.6.6 0 0 1 .167-.08q.49-.24 1.003-.425l.065-.023a10 10 0 0 1 1.002-.296l.096-.025q.437-.098.888-.157l.095-.015.13-.02a9.94 9.94 0 0 1 8.184 2.864 10 10 0 0 1 2.143 3.179 10 10 0 0 1 .582 1.877zm-9.592 9.928q.013-.053.03-.106.017-.057.037-.114c.17-.512.357-1.078.085-1.532-.131-.218-.345-.362-.56-.506-.188-.128-.378-.255-.513-.434a1.78 1.78 0 0 1-.056-1.623 3.4 3.4 0 0 0 .326-1.64 5.1 5.1 0 0 1-1.76-.472c-.35-.192-.65-.463-.95-.734-.38-.345-.759-.687-1.235-.863a2.1 2.1 0 0 1-.756-.333 1.4 1.4 0 0 1-.278-.444L5.65 9.119a2.65 2.65 0 0 1-.311-1.024c.002-.261.058-.519.164-.757A7.986 7.986 0 0 0 11.992 20q.052 0 .103-.005.042-.003.084-.004zm6.406-4.585.586.104A7.9 7.9 0 0 0 19.992 12a8.004 8.004 0 0 0-7.729-7.986 6.3 6.3 0 0 1 2.248 2.367 5.03 5.03 0 0 0-2.812 2.355c-.04.143-.108.278-.199.396a1 1 0 0 1-.065.062.4.4 0 0 0-.123.147.42.42 0 0 0 .014.272q.141.505.312 1.001c-.404.236-1 .438-1.27.054-.082-.118-.116-.276-.149-.43-.05-.231-.097-.452-.31-.507a.6.6 0 0 0-.285.022l-1.094.27a4 4 0 0 0-.07 1.851c.729-.108 1.617-.155 2.047.443.091.127.163.28.233.433.152.327.3.648.633.675.181-.007.357-.058.513-.15a3.29 3.29 0 0 1 3.128.27c.264.246.597.405.954.456l.074-.004c.107-.007.22-.014.292.06a.48.48 0 0 1 .082.286c.067.496.615.775 1.11.85.143.022.29.034.436.047q.098.007.195.017.036.004.07.01l.059.01.002-.005.192.034.044.007q.04.006.08.015"
11
+ d: "M21.79 9.985a10.02 10.02 0 0 1-4.206 10.308 9.995 9.995 0 0 1-15.5-9.572q.02-.162.048-.321l.003-.018a10 10 0 0 1 .218-1.008l.024-.097q.015-.066.034-.13.179-.6.43-1.172l.05-.101.036-.075q.23-.495.513-.963l.037-.06A10 10 0 0 1 5.18 4.693q.031-.03.062-.057l.03-.026A10 10 0 0 1 7.43 3.108l.003-.002a.6.6 0 0 1 .167-.08q.49-.24 1.003-.425l.065-.023a10 10 0 0 1 1.002-.296l.096-.025q.437-.098.888-.157l.095-.015.13-.02a9.94 9.94 0 0 1 8.184 2.864 10 10 0 0 1 2.143 3.179 10 10 0 0 1 .582 1.877zm-9.592 9.928q.013-.053.03-.106.017-.057.037-.114c.17-.512.357-1.078.085-1.532-.131-.218-.345-.362-.56-.506-.188-.128-.378-.255-.513-.434a1.78 1.78 0 0 1-.056-1.623 3.4 3.4 0 0 0 .326-1.64 5.1 5.1 0 0 1-1.76-.472c-.35-.192-.65-.463-.95-.734-.38-.345-.759-.687-1.235-.863a2.1 2.1 0 0 1-.756-.333 1.4 1.4 0 0 1-.278-.444L5.65 9.119a2.65 2.65 0 0 1-.311-1.024c.002-.261.058-.519.164-.757A7.986 7.986 0 0 0 11.992 20q.052 0 .103-.005l.084-.004zm6.406-4.585.586.104A7.9 7.9 0 0 0 19.992 12a8.004 8.004 0 0 0-7.729-7.986 6.3 6.3 0 0 1 2.248 2.367 5.03 5.03 0 0 0-2.812 2.355c-.04.143-.108.278-.199.396a1 1 0 0 1-.065.062.4.4 0 0 0-.123.147.42.42 0 0 0 .014.272q.141.505.312 1.001c-.404.236-1 .438-1.27.054-.082-.118-.116-.276-.149-.43-.05-.231-.097-.452-.31-.507a.6.6 0 0 0-.285.022l-1.094.27a4 4 0 0 0-.07 1.851c.729-.108 1.617-.155 2.047.443.091.127.163.28.233.433.152.327.3.648.633.675.181-.007.357-.058.513-.15a3.29 3.29 0 0 1 3.128.27c.264.246.597.405.954.456l.074-.004c.107-.007.22-.014.292.06a.5.5 0 0 1 .082.286c.067.496.615.775 1.11.85.143.022.29.034.436.047q.098.007.195.017.036.004.07.01l.059.01.002-.005.192.034.044.007q.04.006.08.015"
12
12
  })
13
13
  });
14
14
  export default WorldAmerIcon;
@@ -8,7 +8,7 @@ const AccountAddIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M11.392 2.081A1.44 1.44 0 0 1 12 3.366v5.86A2.79 2.79 0 0 1 9 12a2.79 2.79 0 0 1-3-2.773V3.33a1.38 1.38 0 0 1 .572-1.248A5.1 5.1 0 0 1 9 1.5a4.97 4.97 0 0 1 2.392.581m.767 13.707a.466.466 0 0 0-.366-.569A17.6 17.6 0 0 0 9 15a17.3 17.3 0 0 0-7.855 1.865A2.07 2.07 0 0 0 0 18.75v.75a3.226 3.226 0 0 0 3 3h10.235a.543.543 0 0 0 .364-.887 6.77 6.77 0 0 1-1.44-5.825M24 17.25A5.25 5.25 0 1 1 18.75 12 5.25 5.25 0 0 1 24 17.25m-1.5 0a.75.75 0 0 0-.75-.75H19.5v-2.25a.75.75 0 0 0-1.5 0v2.25h-2.25a.75.75 0 0 0 0 1.5H18v2.25a.75.75 0 0 0 1.5 0V18h2.25a.75.75 0 0 0 .75-.75"
11
+ d: "M11.392 2.081A1.44 1.44 0 0 1 12 3.366v5.86A2.79 2.79 0 0 1 9 12a2.79 2.79 0 0 1-3-2.773V3.33a1.38 1.38 0 0 1 .572-1.248A5.1 5.1 0 0 1 9 1.5a5 5 0 0 1 2.392.581m.767 13.707a.466.466 0 0 0-.366-.569A17.6 17.6 0 0 0 9 15a17.3 17.3 0 0 0-7.855 1.865A2.07 2.07 0 0 0 0 18.75v.75a3.226 3.226 0 0 0 3 3h10.235a.543.543 0 0 0 .364-.887 6.77 6.77 0 0 1-1.44-5.825M24 17.25A5.25 5.25 0 1 1 18.75 12 5.25 5.25 0 0 1 24 17.25m-1.5 0a.75.75 0 0 0-.75-.75H19.5v-2.25a.75.75 0 0 0-1.5 0v2.25h-2.25a.75.75 0 0 0 0 1.5H18v2.25a.75.75 0 0 0 1.5 0V18h2.25a.75.75 0 0 0 .75-.75"
12
12
  })
13
13
  });
14
14
  export default AccountAddIcon;
@@ -8,7 +8,7 @@ const AccountNameIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M8.072 2.082A1.38 1.38 0 0 0 7.5 3.329v5.897a2.79 2.79 0 0 0 3 2.774 2.79 2.79 0 0 0 3-2.774v-5.86a1.44 1.44 0 0 0-.608-1.285A4.97 4.97 0 0 0 10.5 1.5a5.1 5.1 0 0 0-2.428.582M2.645 16.865A17.3 17.3 0 0 1 10.5 15a17.6 17.6 0 0 1 7.893 1.867A2 2 0 0 1 19.5 18.75v.75a3.226 3.226 0 0 1-3 3h-12a3.226 3.226 0 0 1-3-3v-.75a2.07 2.07 0 0 1 1.145-1.885M16.5 6A1.5 1.5 0 0 1 18 4.5h3a1.5 1.5 0 0 1 0 3h-3A1.5 1.5 0 0 1 16.5 6M18 9a1.5 1.5 0 0 0 0 3h1.5a1.5 1.5 0 0 0 0-3z"
11
+ d: "M8.072 2.082A1.38 1.38 0 0 0 7.5 3.329v5.897a2.79 2.79 0 0 0 3 2.774 2.79 2.79 0 0 0 3-2.774v-5.86a1.44 1.44 0 0 0-.608-1.285A5 5 0 0 0 10.5 1.5a5.1 5.1 0 0 0-2.428.582M2.645 16.865A17.3 17.3 0 0 1 10.5 15a17.6 17.6 0 0 1 7.893 1.867A2 2 0 0 1 19.5 18.75v.75a3.226 3.226 0 0 1-3 3h-12a3.226 3.226 0 0 1-3-3v-.75a2.07 2.07 0 0 1 1.145-1.885M16.5 6A1.5 1.5 0 0 1 18 4.5h3a1.5 1.5 0 0 1 0 3h-3A1.5 1.5 0 0 1 16.5 6M18 9a1.5 1.5 0 0 0 0 3h1.5a1.5 1.5 0 0 0 0-3z"
12
12
  })
13
13
  });
14
14
  export default AccountNameIcon;
@@ -8,7 +8,7 @@ const AccountIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M9.572 2.082A1.38 1.38 0 0 0 9 3.33v5.897A2.79 2.79 0 0 0 12 12a2.79 2.79 0 0 0 3-2.774v-5.86a1.44 1.44 0 0 0-.608-1.285A4.97 4.97 0 0 0 12 1.5a5.1 5.1 0 0 0-2.428.582M4.145 16.865A17.3 17.3 0 0 1 12 15a17.6 17.6 0 0 1 7.893 1.867A2 2 0 0 1 21 18.75v.75a3.226 3.226 0 0 1-3 3H6a3.226 3.226 0 0 1-3-3v-.75a2.07 2.07 0 0 1 1.145-1.885"
11
+ d: "M9.572 2.082A1.38 1.38 0 0 0 9 3.33v5.897A2.79 2.79 0 0 0 12 12a2.79 2.79 0 0 0 3-2.774v-5.86a1.44 1.44 0 0 0-.608-1.285A5 5 0 0 0 12 1.5a5.1 5.1 0 0 0-2.428.582M4.145 16.865A17.3 17.3 0 0 1 12 15a17.6 17.6 0 0 1 7.893 1.867A2 2 0 0 1 21 18.75v.75a3.226 3.226 0 0 1-3 3H6a3.226 3.226 0 0 1-3-3v-.75a2.07 2.07 0 0 1 1.145-1.885"
12
12
  })
13
13
  });
14
14
  export default AccountIcon;
@@ -8,7 +8,7 @@ const AdultIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M10.8 1.774A2.64 2.64 0 0 1 12 1.5a2.56 2.56 0 0 1 1.196.28.69.69 0 0 1 .304.62v2.262A1.377 1.377 0 0 1 12 6a1.377 1.377 0 0 1-1.5-1.338V2.4a.68.68 0 0 1 .3-.626M15 13.835V9.452a1.51 1.51 0 0 0-.536-1.277 4.44 4.44 0 0 0-2.429-.675 4.58 4.58 0 0 0-2.5.784A1.55 1.55 0 0 0 9 9.568v4.383a2.46 2.46 0 0 0 .295 1.217q.075.13.157.263a3.1 3.1 0 0 1 .563 1.414l.408 4.312c.054.764.483 1.343.995 1.343h1.235c.511 0 .94-.58.994-1.343l.408-4.312a3.3 3.3 0 0 1 .477-1.32q.113-.209.214-.417A3.1 3.1 0 0 0 15 13.835"
11
+ d: "M10.8 1.774A2.64 2.64 0 0 1 12 1.5a2.56 2.56 0 0 1 1.196.28.69.69 0 0 1 .304.62v2.262A1.377 1.377 0 0 1 12 6a1.377 1.377 0 0 1-1.5-1.338V2.4a.68.68 0 0 1 .3-.626M15 13.835V9.452a1.51 1.51 0 0 0-.536-1.277 4.44 4.44 0 0 0-2.429-.675 4.6 4.6 0 0 0-2.5.784A1.55 1.55 0 0 0 9 9.568v4.383a2.46 2.46 0 0 0 .295 1.217q.075.13.157.263a3.1 3.1 0 0 1 .563 1.414l.408 4.312c.054.764.483 1.343.995 1.343h1.235c.511 0 .94-.58.994-1.343l.408-4.312a3.3 3.3 0 0 1 .477-1.32q.113-.209.214-.417A3.1 3.1 0 0 0 15 13.835"
12
12
  })
13
13
  });
14
14
  export default AdultIcon;
@@ -8,7 +8,7 @@ const BusinessIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M9 1.5a2.6 2.6 0 0 0-1.2.274.68.68 0 0 0-.3.626v2.262A1.377 1.377 0 0 0 9 6a1.377 1.377 0 0 0 1.5-1.338V2.4a.69.69 0 0 0-.304-.62A2.57 2.57 0 0 0 9 1.5m3 7.952v4.383a3.1 3.1 0 0 1-.254 1.273q-.101.21-.214.417a3.3 3.3 0 0 0-.477 1.32l-.408 4.312c-.053.764-.483 1.343-.994 1.343H8.418c-.512 0-.941-.58-.995-1.343l-.408-4.312a3.1 3.1 0 0 0-.563-1.414q-.08-.13-.157-.263A2.45 2.45 0 0 1 6 13.951V9.568a1.54 1.54 0 0 1 .535-1.284 4.58 4.58 0 0 1 2.5-.784 4.44 4.44 0 0 1 2.429.675A1.51 1.51 0 0 1 12 9.452m4.5 7.048a2.6 2.6 0 0 0-1.2.274.68.68 0 0 0-.3.626v3.762a1.377 1.377 0 0 0 1.5 1.338 1.377 1.377 0 0 0 1.5-1.338V17.4a.69.69 0 0 0-.304-.62 2.55 2.55 0 0 0-1.196-.28"
11
+ d: "M9 1.5a2.6 2.6 0 0 0-1.2.274.68.68 0 0 0-.3.626v2.262A1.377 1.377 0 0 0 9 6a1.377 1.377 0 0 0 1.5-1.338V2.4a.69.69 0 0 0-.304-.62A2.6 2.6 0 0 0 9 1.5m3 7.952v4.383a3.1 3.1 0 0 1-.254 1.273q-.101.21-.214.417a3.3 3.3 0 0 0-.477 1.32l-.408 4.312c-.053.764-.483 1.343-.994 1.343H8.418c-.512 0-.941-.58-.995-1.343l-.408-4.312a3.1 3.1 0 0 0-.563-1.414q-.08-.13-.157-.263A2.45 2.45 0 0 1 6 13.951V9.568a1.54 1.54 0 0 1 .535-1.284 4.6 4.6 0 0 1 2.5-.784 4.44 4.44 0 0 1 2.429.675A1.51 1.51 0 0 1 12 9.452m4.5 7.048a2.6 2.6 0 0 0-1.2.274.68.68 0 0 0-.3.626v3.762a1.377 1.377 0 0 0 1.5 1.338 1.377 1.377 0 0 0 1.5-1.338V17.4a.69.69 0 0 0-.304-.62 2.55 2.55 0 0 0-1.196-.28"
12
12
  })
13
13
  });
14
14
  export default BusinessIcon;
@@ -8,7 +8,7 @@ const CarWashIcon = props => /*#__PURE__*/_jsxs("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
- d: "M18 4.5A1.5 1.5 0 1 1 16.5 3 1.5 1.5 0 0 1 18 4.5m2.25 6A2.25 2.25 0 1 0 18 8.25a2.25 2.25 0 0 0 2.25 2.25M24 15.72v1.08c0 1.08 0 2.7-1 2.7h-1.25a.925.925 0 0 1-.843-.742 3.001 3.001 0 0 0-5.814 0 .925.925 0 0 1-.843.742h-4.5a.925.925 0 0 1-.843-.742 3.001 3.001 0 0 0-5.814 0 .925.925 0 0 1-.843.742H1.5v-.006a1 1 0 0 1-.063.005h-.03a1 1 0 0 1-.09-.003C.33 19.5.072 17.741.004 16.815a2 2 0 0 1 .225-1.043l1.658-3.058A1.29 1.29 0 0 1 3 12h11c1 0 .88-1.033.194-1.57a6.6 6.6 0 0 0-1.596-.998 8.05 8.05 0 0 0-3.061-.545 13.7 13.7 0 0 0-3.226.417 44 44 0 0 0-4.401 1.387.54.54 0 0 1-.69-.408l-.003-.012a.7.7 0 0 1 .334-.845A30 30 0 0 1 6.07 7.91a14 14 0 0 1 3.322-.409h.1a9.3 9.3 0 0 1 3.498.587 17 17 0 0 1 4.05 3.136 1.08 1.08 0 0 0 .668.31 11.95 11.95 0 0 1 4.79 1.486 3.01 3.01 0 0 1 1.5 2.7z"
11
+ d: "M18 4.5A1.5 1.5 0 1 1 16.5 3 1.5 1.5 0 0 1 18 4.5m2.25 6A2.25 2.25 0 1 0 18 8.25a2.25 2.25 0 0 0 2.25 2.25M24 15.72v1.08c0 1.08 0 2.7-1 2.7h-1.25a.925.925 0 0 1-.843-.742 3.001 3.001 0 0 0-5.814 0 .925.925 0 0 1-.843.742h-4.5a.925.925 0 0 1-.843-.742 3.001 3.001 0 0 0-5.814 0 .925.925 0 0 1-.843.742H1.5v-.006l-.063.005h-.03a1 1 0 0 1-.09-.003C.33 19.5.072 17.741.004 16.815a2 2 0 0 1 .225-1.043l1.658-3.058A1.29 1.29 0 0 1 3 12h11c1 0 .88-1.033.194-1.57a6.6 6.6 0 0 0-1.596-.998 8 8 0 0 0-3.061-.545 13.7 13.7 0 0 0-3.226.417 44 44 0 0 0-4.401 1.387.54.54 0 0 1-.69-.408l-.003-.012a.7.7 0 0 1 .334-.845A30 30 0 0 1 6.07 7.91a14 14 0 0 1 3.322-.409h.1a9.3 9.3 0 0 1 3.498.587 17 17 0 0 1 4.05 3.136 1.08 1.08 0 0 0 .668.31 11.95 11.95 0 0 1 4.79 1.486 3.01 3.01 0 0 1 1.5 2.7z"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
13
  d: "M7.5 19.5A1.5 1.5 0 1 1 6 18a1.5 1.5 0 0 1 1.5 1.5M18 21a1.5 1.5 0 1 0-1.5-1.5A1.5 1.5 0 0 0 18 21m2.25-16.5a.75.75 0 1 0-.75-.75.75.75 0 0 0 .75.75"
14
14
  })]
@@ -8,7 +8,7 @@ const CarsIcon = props => /*#__PURE__*/_jsxs("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
- d: "M24 13.47v1.08c0 1.08 0 2.7-1 2.7h-1.25a.925.925 0 0 1-.843-.742 3.001 3.001 0 0 0-5.814 0 .925.925 0 0 1-.843.742h-4.5a.925.925 0 0 1-.843-.742 3.001 3.001 0 0 0-5.814 0 .925.925 0 0 1-.843.742H1.5v-.006a1 1 0 0 1-.063.005h-.03a1 1 0 0 1-.09-.003C.33 17.25.072 15.49.004 14.564a2 2 0 0 1 .225-1.044l1.658-3.058a1.29 1.29 0 0 1 1.112-.713h11c1 0 .88-1.034.194-1.57a6.6 6.6 0 0 0-1.596-.999 8.05 8.05 0 0 0-3.061-.545 13.7 13.7 0 0 0-3.226.417A44 44 0 0 0 1.909 8.44a.54.54 0 0 1-.69-.408l-.003-.012a.7.7 0 0 1 .334-.845A30 30 0 0 1 6.07 5.66a14 14 0 0 1 3.322-.409h.1a9.3 9.3 0 0 1 3.498.587 17 17 0 0 1 4.05 3.136 1.08 1.08 0 0 0 .668.31 11.95 11.95 0 0 1 4.79 1.486 3.01 3.01 0 0 1 1.5 2.7z"
11
+ d: "M24 13.47v1.08c0 1.08 0 2.7-1 2.7h-1.25a.925.925 0 0 1-.843-.742 3.001 3.001 0 0 0-5.814 0 .925.925 0 0 1-.843.742h-4.5a.925.925 0 0 1-.843-.742 3.001 3.001 0 0 0-5.814 0 .925.925 0 0 1-.843.742H1.5v-.006l-.063.005h-.03a1 1 0 0 1-.09-.003C.33 17.25.072 15.49.004 14.564a2 2 0 0 1 .225-1.044l1.658-3.058a1.29 1.29 0 0 1 1.112-.713h11c1 0 .88-1.034.194-1.57a6.6 6.6 0 0 0-1.596-.999 8 8 0 0 0-3.061-.545 13.7 13.7 0 0 0-3.226.417A44 44 0 0 0 1.909 8.44a.54.54 0 0 1-.69-.408l-.003-.012a.7.7 0 0 1 .334-.845A30 30 0 0 1 6.07 5.66a14 14 0 0 1 3.322-.409h.1a9.3 9.3 0 0 1 3.498.587 17 17 0 0 1 4.05 3.136 1.08 1.08 0 0 0 .668.31 11.95 11.95 0 0 1 4.79 1.486 3.01 3.01 0 0 1 1.5 2.7z"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
13
  d: "M7.5 17.25a1.5 1.5 0 1 1-1.5-1.5 1.5 1.5 0 0 1 1.5 1.5m12 0a1.5 1.5 0 1 1-1.5-1.5 1.5 1.5 0 0 1 1.5 1.5"
14
14
  })]
@@ -8,7 +8,7 @@ const ChildIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M10.8 4.024A2.64 2.64 0 0 1 12 3.75a2.56 2.56 0 0 1 1.196.28.69.69 0 0 1 .304.62v2.262A1.377 1.377 0 0 1 12 8.25a1.377 1.377 0 0 1-1.5-1.338V4.65a.68.68 0 0 1 .3-.626m4.2 9.061v-1.383a1.51 1.51 0 0 0-.536-1.277 4.44 4.44 0 0 0-2.429-.675 4.58 4.58 0 0 0-2.5.784A1.54 1.54 0 0 0 9 11.818v1.383a2.46 2.46 0 0 0 .295 1.217q.075.13.157.263a3.1 3.1 0 0 1 .563 1.414l.408 2.812c.054.764.483 1.343.995 1.343h1.235c.511 0 .94-.58.994-1.343l.408-2.812a3.3 3.3 0 0 1 .477-1.32q.113-.209.214-.417A3.1 3.1 0 0 0 15 13.085"
11
+ d: "M10.8 4.024A2.64 2.64 0 0 1 12 3.75a2.56 2.56 0 0 1 1.196.28.69.69 0 0 1 .304.62v2.262A1.377 1.377 0 0 1 12 8.25a1.377 1.377 0 0 1-1.5-1.338V4.65a.68.68 0 0 1 .3-.626m4.2 9.061v-1.383a1.51 1.51 0 0 0-.536-1.277 4.44 4.44 0 0 0-2.429-.675 4.6 4.6 0 0 0-2.5.784A1.54 1.54 0 0 0 9 11.818v1.383a2.46 2.46 0 0 0 .295 1.217q.075.13.157.263a3.1 3.1 0 0 1 .563 1.414l.408 2.812c.054.764.483 1.343.995 1.343h1.235c.511 0 .94-.58.994-1.343l.408-2.812a3.3 3.3 0 0 1 .477-1.32q.113-.209.214-.417A3.1 3.1 0 0 0 15 13.085"
12
12
  })
13
13
  });
14
14
  export default ChildIcon;
@@ -8,7 +8,7 @@ const FamilyIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M3.3 1.774A2.64 2.64 0 0 1 4.5 1.5a2.56 2.56 0 0 1 1.196.28A.69.69 0 0 1 6 2.4v2.262A1.377 1.377 0 0 1 4.5 6 1.377 1.377 0 0 1 3 4.662V2.4a.68.68 0 0 1 .3-.626m4.2 12.061V9.452a1.51 1.51 0 0 0-.536-1.277A4.44 4.44 0 0 0 4.535 7.5a4.58 4.58 0 0 0-2.5.784A1.54 1.54 0 0 0 1.5 9.568v4.383a2.46 2.46 0 0 0 .295 1.217q.076.13.157.263a3.14 3.14 0 0 1 .563 1.414l.408 4.312c.054.764.483 1.343.995 1.343h1.235c.511 0 .94-.58.994-1.343l.408-4.312a3.3 3.3 0 0 1 .477-1.32c.074-.14.148-.277.214-.417a3.1 3.1 0 0 0 .254-1.273m3.3-7.56A2.64 2.64 0 0 1 12 6a2.56 2.56 0 0 1 1.196.28.69.69 0 0 1 .304.62v2.262A1.377 1.377 0 0 1 12 10.5a1.377 1.377 0 0 1-1.5-1.338V6.9a.68.68 0 0 1 .3-.626zm4.2 9.06v-1.383a1.51 1.51 0 0 0-.536-1.277A4.44 4.44 0 0 0 12.035 12a4.58 4.58 0 0 0-2.5.784A1.54 1.54 0 0 0 9 14.068v1.383a2.46 2.46 0 0 0 .295 1.217q.075.13.157.263a3.1 3.1 0 0 1 .563 1.414l.408 2.812c.054.764.483 1.343.995 1.343h1.235c.511 0 .94-.58.994-1.343l.408-2.812a3.3 3.3 0 0 1 .477-1.32q.113-.209.214-.417A3.1 3.1 0 0 0 15 15.335m5.149-13.43a1.341 1.341 0 0 0-2.27.642 5 5 0 0 0-.163 1.526 1.8 1.8 0 0 1-.372 1.315c-.098.085-.14.247-.023.305A4 4 0 0 0 18.932 6h1.136a4 4 0 0 0 1.611-.307c.117-.058.075-.22-.023-.305a1.8 1.8 0 0 1-.372-1.315 4 4 0 0 1 .04-.534 2 2 0 0 0-.04-.904c-.227-.787-.649-.883-1.135-.73M16.5 9.452v2.883a3.1 3.1 0 0 0 .254 1.273q.101.21.214.417a3.66 3.66 0 0 1 .497 1.614l-.825 3.302a.45.45 0 0 0 .436.56h.66l.117 1.656c.053.764.483 1.343.994 1.343h1.306c.511 0 .94-.58.994-1.343l.117-1.657h.66a.45.45 0 0 0 .436-.56l-.825-3.3a3.66 3.66 0 0 1 .497-1.615q.113-.208.214-.417a3.1 3.1 0 0 0 .254-1.273V9.452a1.51 1.51 0 0 0-.536-1.277 4.44 4.44 0 0 0-2.429-.675h-.07a4.44 4.44 0 0 0-2.429.675 1.51 1.51 0 0 0-.536 1.277"
11
+ d: "M3.3 1.774A2.64 2.64 0 0 1 4.5 1.5a2.56 2.56 0 0 1 1.196.28A.69.69 0 0 1 6 2.4v2.262A1.377 1.377 0 0 1 4.5 6 1.377 1.377 0 0 1 3 4.662V2.4a.68.68 0 0 1 .3-.626m4.2 12.061V9.452a1.51 1.51 0 0 0-.536-1.277A4.44 4.44 0 0 0 4.535 7.5a4.6 4.6 0 0 0-2.5.784A1.54 1.54 0 0 0 1.5 9.568v4.383a2.46 2.46 0 0 0 .295 1.217q.076.13.157.263a3.14 3.14 0 0 1 .563 1.414l.408 4.312c.054.764.483 1.343.995 1.343h1.235c.511 0 .94-.58.994-1.343l.408-4.312a3.3 3.3 0 0 1 .477-1.32c.074-.14.148-.277.214-.417a3.1 3.1 0 0 0 .254-1.273m3.3-7.56A2.64 2.64 0 0 1 12 6a2.56 2.56 0 0 1 1.196.28.69.69 0 0 1 .304.62v2.262A1.377 1.377 0 0 1 12 10.5a1.377 1.377 0 0 1-1.5-1.338V6.9a.68.68 0 0 1 .3-.626zm4.2 9.06v-1.383a1.51 1.51 0 0 0-.536-1.277A4.44 4.44 0 0 0 12.035 12a4.6 4.6 0 0 0-2.5.784A1.54 1.54 0 0 0 9 14.068v1.383a2.46 2.46 0 0 0 .295 1.217q.075.13.157.263a3.1 3.1 0 0 1 .563 1.414l.408 2.812c.054.764.483 1.343.995 1.343h1.235c.511 0 .94-.58.994-1.343l.408-2.812a3.3 3.3 0 0 1 .477-1.32q.113-.209.214-.417A3.1 3.1 0 0 0 15 15.335m5.149-13.43a1.341 1.341 0 0 0-2.27.642 5 5 0 0 0-.163 1.526 1.8 1.8 0 0 1-.372 1.315c-.098.085-.14.247-.023.305A4 4 0 0 0 18.932 6h1.136a4 4 0 0 0 1.611-.307c.117-.058.075-.22-.023-.305a1.8 1.8 0 0 1-.372-1.315 4 4 0 0 1 .04-.534 2 2 0 0 0-.04-.904c-.227-.787-.649-.883-1.135-.73M16.5 9.452v2.883a3.1 3.1 0 0 0 .254 1.273q.101.21.214.417a3.66 3.66 0 0 1 .497 1.614l-.825 3.302a.45.45 0 0 0 .436.56h.66l.117 1.656c.053.764.483 1.343.994 1.343h1.306c.511 0 .94-.58.994-1.343l.117-1.657h.66a.45.45 0 0 0 .436-.56l-.825-3.3a3.66 3.66 0 0 1 .497-1.615q.113-.208.214-.417a3.1 3.1 0 0 0 .254-1.273V9.452a1.51 1.51 0 0 0-.536-1.277 4.44 4.44 0 0 0-2.429-.675h-.07a4.44 4.44 0 0 0-2.429.675 1.51 1.51 0 0 0-.536 1.277"
12
12
  })
13
13
  });
14
14
  export default FamilyIcon;
@@ -8,7 +8,7 @@ const FlightFlexibleIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M12 8.25zm9.096 4.495a3 3 0 0 0 2.162 2.162.925.925 0 0 1 .742.843V18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-2.25a.925.925 0 0 1 .742-.843 3 3 0 0 0 2.162-3.652A3 3 0 0 0 .742 9.093.925.925 0 0 1 0 8.25V6a3 3 0 0 1 3-3h18a3 3 0 0 1 3 3v2.25a.925.925 0 0 1-.742.843 3 3 0 0 0-2.162 3.652M6.75 12h3a.75.75 0 0 0 0-1.5H8.562a3.752 3.752 0 0 1 6.687-.374.75.75 0 1 0 1.298-.752A5.25 5.25 0 0 0 7.5 9.295V8.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 .75.75m11.25.75a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0 0 1.5h1.188a3.751 3.751 0 0 1-6.687.374.75.75 0 0 0-1.298.752 5.25 5.25 0 0 0 9.047.079v1.045a.75.75 0 0 0 1.5 0z"
11
+ d: "M21.096 12.745a3 3 0 0 0 2.162 2.162.925.925 0 0 1 .742.843V18a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3v-2.25a.925.925 0 0 1 .742-.843 3 3 0 0 0 2.162-3.652A3 3 0 0 0 .742 9.093.925.925 0 0 1 0 8.25V6a3 3 0 0 1 3-3h18a3 3 0 0 1 3 3v2.25a.925.925 0 0 1-.742.843 3 3 0 0 0-2.162 3.652M6.75 12h3a.75.75 0 0 0 0-1.5H8.562a3.752 3.752 0 0 1 6.687-.374.75.75 0 1 0 1.298-.752A5.25 5.25 0 0 0 7.5 9.295V8.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 .75.75m11.25.75a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0 0 1.5h1.188a3.751 3.751 0 0 1-6.687.374.75.75 0 0 0-1.298.752 5.25 5.25 0 0 0 9.047.079v1.045a.75.75 0 0 0 1.5 0z"
12
12
  })
13
13
  });
14
14
  export default FlightFlexibleIcon;
@@ -8,7 +8,7 @@ const HelpIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M13.5 22.5A1.5 1.5 0 1 1 12 21a1.5 1.5 0 0 1 1.5 1.5M8.465 4.335A4.9 4.9 0 0 0 7.5 7.5a1.5 1.5 0 0 1-3 0 7.88 7.88 0 0 1 1.66-5.085A7.25 7.25 0 0 1 12 0a7.52 7.52 0 0 1 5.797 2.272A6.7 6.7 0 0 1 19.5 6.75a8.24 8.24 0 0 1-.933 4 8.12 8.12 0 0 1-3.646 3.342 2.23 2.23 0 0 0-1.348 1.57 5.7 5.7 0 0 0-.089 1.568c.008.235.016.488.016.77a1.5 1.5 0 0 1-3 0q-.001-.152-.01-.388a10.1 10.1 0 0 1 .162-2.637 5.22 5.22 0 0 1 2.927-3.567 5.14 5.14 0 0 0 2.354-2.095A5.25 5.25 0 0 0 16.5 6.75a3.7 3.7 0 0 0-.922-2.46A4.57 4.57 0 0 0 12 3a4.28 4.28 0 0 0-3.535 1.335"
11
+ d: "M13.5 22.5A1.5 1.5 0 1 1 12 21a1.5 1.5 0 0 1 1.5 1.5M8.465 4.335A4.9 4.9 0 0 0 7.5 7.5a1.5 1.5 0 0 1-3 0 7.88 7.88 0 0 1 1.66-5.085A7.25 7.25 0 0 1 12 0a7.52 7.52 0 0 1 5.797 2.272A6.7 6.7 0 0 1 19.5 6.75a8.24 8.24 0 0 1-.933 4 8.12 8.12 0 0 1-3.646 3.342 2.23 2.23 0 0 0-1.348 1.57 5.7 5.7 0 0 0-.089 1.568c.008.235.016.488.016.77a1.5 1.5 0 0 1-3 0q-.001-.152-.01-.388a10 10 0 0 1 .162-2.637 5.22 5.22 0 0 1 2.927-3.567 5.14 5.14 0 0 0 2.354-2.095A5.25 5.25 0 0 0 16.5 6.75a3.7 3.7 0 0 0-.922-2.46A4.57 4.57 0 0 0 12 3a4.28 4.28 0 0 0-3.535 1.335"
12
12
  })
13
13
  });
14
14
  export default HelpIcon;
@@ -8,7 +8,7 @@ const HotelFlexibleIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M12 7.5zm12 6.75V21a.75.75 0 0 1-.75.75h-.287a.75.75 0 0 1-.67-.415L21 18.75H3l-1.293 2.585a.75.75 0 0 1-.671.415H.75A.75.75 0 0 1 0 21v-6.75a3 3 0 0 1 .823-2.064 2.1 2.1 0 0 0 .677-1.4v-5.31a1.23 1.23 0 0 1 .684-1.16l1.991-.811c4.106-1.673 11.544-1.673 15.65 0l1.991.813a1.23 1.23 0 0 1 .684 1.16l-.003 5.305a2.1 2.1 0 0 0 .678 1.4A3 3 0 0 1 24 14.25m-17.25-3h3a.75.75 0 0 0 0-1.5H8.562a3.752 3.752 0 0 1 6.687-.374.75.75 0 1 0 1.298-.752 5.25 5.25 0 0 0-9.047-.08V7.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 .75.75M18 12a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0 0 1.5h1.188a3.751 3.751 0 0 1-6.687.374.75.75 0 1 0-1.298.752 5.25 5.25 0 0 0 9.047.079V15a.75.75 0 0 0 1.5 0z"
11
+ d: "M24 14.25V21a.75.75 0 0 1-.75.75h-.287a.75.75 0 0 1-.67-.415L21 18.75H3l-1.293 2.585a.75.75 0 0 1-.671.415H.75A.75.75 0 0 1 0 21v-6.75a3 3 0 0 1 .823-2.064 2.1 2.1 0 0 0 .677-1.4v-5.31a1.23 1.23 0 0 1 .684-1.16l1.991-.811c4.106-1.673 11.544-1.673 15.65 0l1.991.813a1.23 1.23 0 0 1 .684 1.16l-.003 5.305a2.1 2.1 0 0 0 .678 1.4A3 3 0 0 1 24 14.25m-17.25-3h3a.75.75 0 0 0 0-1.5H8.562a3.752 3.752 0 0 1 6.687-.374.75.75 0 1 0 1.298-.752 5.25 5.25 0 0 0-9.047-.08V7.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 .75.75M18 12a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0 0 1.5h1.188a3.751 3.751 0 0 1-6.687.374.75.75 0 1 0-1.298.752 5.25 5.25 0 0 0 9.047.079V15a.75.75 0 0 0 1.5 0z"
12
12
  })
13
13
  });
14
14
  export default HotelFlexibleIcon;
@@ -8,7 +8,7 @@ const HotelsJacuzziIcon = props => /*#__PURE__*/_jsxs("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
- d: "M1.5 15.729a.727.727 0 0 1 .885-.66 4.5 4.5 0 0 0 .865.081 3.75 3.75 0 0 0 1.873-.447 4.1 4.1 0 0 0 1.118-.958q.188-.221.367-.45a4 4 0 0 1 .294-.332.6.6 0 0 1 .431-.213.84.84 0 0 1 .579.24 4 4 0 0 1 .34.334l.114.124c.094.103.199.217.305.326a4.4 4.4 0 0 0 1.256.943A4.64 4.64 0 0 0 12 15.15a4.64 4.64 0 0 0 2.073-.433 4.5 4.5 0 0 0 1.256-.943c.106-.11.212-.224.306-.327l.114-.123a4 4 0 0 1 .34-.335.84.84 0 0 1 .578-.239.59.59 0 0 1 .43.213 4 4 0 0 1 .294.331q.048.058.1.124c.082.103.175.217.268.327a4.1 4.1 0 0 0 1.118.958 3.77 3.77 0 0 0 1.873.447 4.5 4.5 0 0 0 .865-.081.727.727 0 0 1 .885.66v1.221a4.735 4.735 0 0 1-4.667 4.8H6.167a4.735 4.735 0 0 1-4.667-4.8zM12 5.25a1.5 1.5 0 1 0-1.5-1.5 1.5 1.5 0 0 0 1.5 1.5m7.5.75a2.25 2.25 0 1 1-2.25-2.25A2.25 2.25 0 0 1 19.5 6"
11
+ d: "M1.5 15.729a.727.727 0 0 1 .885-.66 4.5 4.5 0 0 0 .865.081 3.75 3.75 0 0 0 1.873-.447 4.1 4.1 0 0 0 1.118-.958q.188-.221.367-.45a4 4 0 0 1 .294-.332.6.6 0 0 1 .431-.213.84.84 0 0 1 .579.24 4 4 0 0 1 .34.334l.114.124c.094.103.199.217.305.326a4.4 4.4 0 0 0 1.256.943A4.64 4.64 0 0 0 12 15.15a4.64 4.64 0 0 0 2.073-.433 4.5 4.5 0 0 0 1.256-.943c.106-.11.212-.224.306-.327l.114-.123a4 4 0 0 1 .34-.335.84.84 0 0 1 .578-.239.6.6 0 0 1 .43.213 4 4 0 0 1 .294.331l.1.124c.082.103.175.217.268.327a4.1 4.1 0 0 0 1.118.958 3.77 3.77 0 0 0 1.873.447 4.5 4.5 0 0 0 .865-.081.727.727 0 0 1 .885.66v1.221a4.735 4.735 0 0 1-4.667 4.8H6.167a4.735 4.735 0 0 1-4.667-4.8zM12 5.25a1.5 1.5 0 1 0-1.5-1.5 1.5 1.5 0 0 0 1.5 1.5m7.5.75a2.25 2.25 0 1 1-2.25-2.25A2.25 2.25 0 0 1 19.5 6"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
13
  d: "M12 12.75a3 3 0 1 0-3-3 3 3 0 0 0 3 3"
14
14
  })]
@@ -8,7 +8,7 @@ const InsuranceIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M22.192 2.981a2.56 2.56 0 0 0-1.442-1.447 26.56 26.56 0 0 0-17.5 0 2.56 2.56 0 0 0-1.442 1.447A3.8 3.8 0 0 0 1.5 4.448v6.458a12.48 12.48 0 0 0 3.45 8.137 24.7 24.7 0 0 0 5.184 4.363 3.48 3.48 0 0 0 3.732 0 24.7 24.7 0 0 0 5.185-4.363 12.48 12.48 0 0 0 3.45-8.137V4.448a3.85 3.85 0 0 0-.309-1.467M19.5 10.906a9.52 9.52 0 0 1-2.703 6.157 21.8 21.8 0 0 1-4.539 3.81.5.5 0 0 1-.258.075V3.052a23.4 23.4 0 0 1 7.47 1.213.7.7 0 0 1 .03.183z"
11
+ d: "M22.192 2.981a2.56 2.56 0 0 0-1.442-1.447 26.56 26.56 0 0 0-17.5 0 2.56 2.56 0 0 0-1.442 1.447A3.8 3.8 0 0 0 1.5 4.448v6.458a12.48 12.48 0 0 0 3.45 8.137 24.7 24.7 0 0 0 5.184 4.363 3.48 3.48 0 0 0 3.732 0 24.7 24.7 0 0 0 5.185-4.363 12.48 12.48 0 0 0 3.45-8.137V4.448a3.9 3.9 0 0 0-.309-1.467M19.5 10.906a9.52 9.52 0 0 1-2.703 6.157 21.8 21.8 0 0 1-4.539 3.81.5.5 0 0 1-.258.075V3.052a23.4 23.4 0 0 1 7.47 1.213.7.7 0 0 1 .03.183z"
12
12
  })
13
13
  });
14
14
  export default InsuranceIcon;
@@ -8,7 +8,7 @@ const LoyaltyIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M17 2H7a1 1 0 0 0-1 1v7.646a3 3 0 0 0 1.658 2.683L11 15v4H9a2 2 0 0 0-2 2v1h10v-1a2 2 0 0 0-2-2h-2v-4l3.342-1.67A3 3 0 0 0 18 10.645V3a1 1 0 0 0-1-1M19 9.5c0-.276.227-.494.495-.562a2 2 0 0 0 0-3.876C19.227 4.994 19 4.776 19 4.5v-1c0-.276.225-.503.499-.47a4 4 0 0 1 0 7.94c-.274.033-.499-.194-.499-.47zM4.505 8.938c.268.068.495.286.495.562v1c0 .276-.225.503-.499.47a4 4 0 0 1 0-7.94c.274-.033.499.194.499.47v1c0 .276-.227.494-.495.562a2 2 0 0 0 0 3.876"
11
+ d: "M17 2H7a1 1 0 0 0-1 1v7.646a3 3 0 0 0 1.658 2.683L11 15v4H9a2 2 0 0 0-2 2v1h10v-1a2 2 0 0 0-2-2h-2v-4l3.342-1.67A3 3 0 0 0 18 10.645V3a1 1 0 0 0-1-1m2 7.5c0-.276.227-.494.495-.562a2 2 0 0 0 0-3.876C19.227 4.994 19 4.776 19 4.5v-1c0-.276.225-.503.499-.47a4 4 0 0 1 0 7.94c-.274.033-.499-.194-.499-.47zM4.505 8.938c.268.068.495.286.495.562v1c0 .276-.225.503-.499.47a4 4 0 0 1 0-7.94c.274-.033.499.194.499.47v1c0 .276-.227.494-.495.562a2 2 0 0 0 0 3.876"
12
12
  })
13
13
  });
14
14
  export default LoyaltyIcon;
@@ -10,7 +10,7 @@ const OnsenIcon = props => /*#__PURE__*/_jsxs("svg", {
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
11
  d: "M11.33 2.408a1.5 1.5 0 0 1 2.012.671l.829 1.66a3 3 0 0 1-1.342 4.023.354.354 0 0 0-.159.475l.001.001.67 1.341a1.5 1.5 0 1 1-2.673 1.363l-.01-.02-.829-1.66a3 3 0 0 1 1.342-4.024.354.354 0 0 0 .159-.475h-.001l-.67-1.342a1.5 1.5 0 0 1 .67-2.013zm8.343 2.957a1.5 1.5 0 0 1 1.962.808l.413.993a2.51 2.51 0 0 1-.308 2.473.92.92 0 0 0-.162.9l.057.134a1.5 1.5 0 0 1-2.77 1.154l-.413-.993a2.51 2.51 0 0 1 .308-2.473.92.92 0 0 0 .162-.899l-.057-.135a1.5 1.5 0 0 1 .807-1.961zm-14.538.808a1.5 1.5 0 0 0-2.77 1.154l.057.135a.93.93 0 0 1-.162.9 2.5 2.5 0 0 0-.308 2.472l.413.993a1.5 1.5 0 1 0 2.77-1.154l-.057-.135a.93.93 0 0 1 .162-.9 2.5 2.5 0 0 0 .308-2.472z"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
- d: "M2.385 15.07a.727.727 0 0 0-.885.66v1.22a4.735 4.735 0 0 0 4.667 4.8h11.666a4.735 4.735 0 0 0 4.667-4.8v-1.22a.727.727 0 0 0-.885-.66 4.4 4.4 0 0 1-.865.08 3.75 3.75 0 0 1-1.873-.447 4.1 4.1 0 0 1-1.118-.958c-.093-.11-.186-.224-.268-.327l-.1-.124a4 4 0 0 0-.293-.33.6.6 0 0 0-.431-.214.84.84 0 0 0-.579.24 4 4 0 0 0-.34.334l-.113.123c-.094.103-.2.218-.306.327a4.5 4.5 0 0 1-1.256.943A4.64 4.64 0 0 1 12 15.15a4.64 4.64 0 0 1-2.073-.433 4.5 4.5 0 0 1-1.256-.943q-.155-.16-.305-.326l-.115-.124a4 4 0 0 0-.34-.335.84.84 0 0 0-.578-.239.59.59 0 0 0-.43.213 4 4 0 0 0-.295.331l-.099.124c-.083.103-.175.217-.268.327a4.1 4.1 0 0 1-1.118.958 3.77 3.77 0 0 1-1.873.447 4.5 4.5 0 0 1-.865-.08"
13
+ d: "M2.385 15.07a.727.727 0 0 0-.885.66v1.22a4.735 4.735 0 0 0 4.667 4.8h11.666a4.735 4.735 0 0 0 4.667-4.8v-1.22a.727.727 0 0 0-.885-.66 4.4 4.4 0 0 1-.865.08 3.75 3.75 0 0 1-1.873-.447 4.1 4.1 0 0 1-1.118-.958c-.093-.11-.186-.224-.268-.327l-.1-.124a4 4 0 0 0-.293-.33.6.6 0 0 0-.431-.214.84.84 0 0 0-.579.24 4 4 0 0 0-.34.334l-.113.123c-.094.103-.2.218-.306.327a4.5 4.5 0 0 1-1.256.943A4.64 4.64 0 0 1 12 15.15a4.64 4.64 0 0 1-2.073-.433 4.5 4.5 0 0 1-1.256-.943q-.155-.16-.305-.326l-.115-.124a4 4 0 0 0-.34-.335.84.84 0 0 0-.578-.239.6.6 0 0 0-.43.213 4 4 0 0 0-.295.331l-.099.124c-.083.103-.175.217-.268.327a4.1 4.1 0 0 1-1.118.958 3.77 3.77 0 0 1-1.873.447 4.5 4.5 0 0 1-.865-.08"
14
14
  })]
15
15
  });
16
16
  export default OnsenIcon;
@@ -8,7 +8,7 @@ const ScalesIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M22.155 4.377C20.481 2.852 17.781 1.5 12 1.5c-5.815 0-8.777 1.38-10.233 2.904a1.01 1.01 0 0 0-.267.71V19A3.5 3.5 0 0 0 5 22.5h14a3.5 3.5 0 0 0 3.5-3.5V5.187a1.1 1.1 0 0 0-.345-.81M12 19.5a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5m1.39-8.385A1.726 1.726 0 0 1 12 13.5a1.727 1.727 0 0 1-1.391-2.385l1.186-3.441a.208.208 0 0 1 .41 0z"
11
+ d: "M22.155 4.377C20.481 2.852 17.781 1.5 12 1.5c-5.815 0-8.777 1.38-10.233 2.904a1 1 0 0 0-.267.71V19A3.5 3.5 0 0 0 5 22.5h14a3.5 3.5 0 0 0 3.5-3.5V5.187a1.1 1.1 0 0 0-.345-.81M12 19.5a7.5 7.5 0 1 1 7.5-7.5 7.5 7.5 0 0 1-7.5 7.5m1.39-8.385A1.726 1.726 0 0 1 12 13.5a1.727 1.727 0 0 1-1.391-2.385l1.186-3.441a.208.208 0 0 1 .41 0z"
12
12
  })
13
13
  });
14
14
  export default ScalesIcon;
@@ -8,7 +8,7 @@ const ServicesIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M12 1.5a2.6 2.6 0 0 0-1.2.274.68.68 0 0 0-.3.626v2.262A1.377 1.377 0 0 0 12 6a1.377 1.377 0 0 0 1.5-1.338V2.4a.69.69 0 0 0-.304-.62A2.57 2.57 0 0 0 12 1.5m3 8.918a.45.45 0 0 1-.566.435l-.251-.067a8.47 8.47 0 0 0-4.366 0l-.251.067A.45.45 0 0 1 9 10.42v-.851a1.54 1.54 0 0 1 .536-1.284 4.8 4.8 0 0 1 1.872-.736c.104-.016.208.35.313.72.104.364.209.732.314.732.121 0 .241-.372.36-.74.117-.367.233-.728.348-.712a4.3 4.3 0 0 1 1.72.627A1.51 1.51 0 0 1 15 9.453zm-9 3.509a.79.79 0 0 1 .568-.775l3.25-.866a8.47 8.47 0 0 1 4.365 0l3.249.866a.79.79 0 0 1 .568.775v.975a1.55 1.55 0 0 1-1.5 1.598h-.75a.75.75 0 0 0-.75.75V21a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 21v-3.75a.75.75 0 0 0-.75-.75H7.5A1.55 1.55 0 0 1 6 14.902z"
11
+ d: "M12 1.5a2.6 2.6 0 0 0-1.2.274.68.68 0 0 0-.3.626v2.262A1.377 1.377 0 0 0 12 6a1.377 1.377 0 0 0 1.5-1.338V2.4a.69.69 0 0 0-.304-.62A2.6 2.6 0 0 0 12 1.5m3 8.918a.45.45 0 0 1-.566.435l-.251-.067a8.47 8.47 0 0 0-4.366 0l-.251.067A.45.45 0 0 1 9 10.42v-.851a1.54 1.54 0 0 1 .536-1.284 4.8 4.8 0 0 1 1.872-.736c.104-.016.208.35.313.72.104.364.209.732.314.732.121 0 .241-.372.36-.74.117-.367.233-.728.348-.712a4.3 4.3 0 0 1 1.72.627A1.51 1.51 0 0 1 15 9.453zm-9 3.509a.79.79 0 0 1 .568-.775l3.25-.866a8.47 8.47 0 0 1 4.365 0l3.249.866a.79.79 0 0 1 .568.775v.975a1.55 1.55 0 0 1-1.5 1.598h-.75a.75.75 0 0 0-.75.75V21a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 21v-3.75a.75.75 0 0 0-.75-.75H7.5A1.55 1.55 0 0 1 6 14.902z"
12
12
  })
13
13
  });
14
14
  export default ServicesIcon;
@@ -8,9 +8,9 @@ const SpeakerMuteIcon = props => /*#__PURE__*/_jsxs("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
- d: "M5.893 17.248H3.14C1.406 17.248 0 16.073 0 14.623V9.376c0-1.45 1.406-2.625 3.141-2.625H6.63c.256 0 .504-.079.695-.221l6.271-4.659c1.126-.836 2.905-.168 2.905 1.09v3.68l4.171-4.171a.75.75 0 1 1 1.06 1.06l-18.2 18.202a.75.75 0 0 1-1.061-1.06zM9.767 19.285a.375.375 0 0 1-.041-.567l6.134-6.134a.375.375 0 0 1 .64.266v8.189c0 1.258-1.78 1.926-2.905 1.09zM20.983 7.915a.39.39 0 0 1 .04-.494l.628-.628a.363.363 0 0 1 .547.03C23.338 8.318 24 10.096 24 12c0 2.137-.832 4.113-2.24 5.709-.28.319-.818.386-1.198.15s-.46-.688-.179-1.008c1.196-1.356 1.903-3.033 1.903-4.851 0-1.489-.474-2.884-1.303-4.085"
11
+ d: "M5.893 17.248H3.14c-1.734 0-3.14-1.175-3.14-2.625V9.376c0-1.45 1.406-2.625 3.141-2.625H6.63c.256 0 .504-.079.695-.221l6.271-4.659c1.126-.836 2.905-.168 2.905 1.09v3.68l4.171-4.171a.75.75 0 1 1 1.06 1.06l-18.2 18.202a.75.75 0 0 1-1.061-1.06zm3.874 2.037a.375.375 0 0 1-.041-.567l6.134-6.134a.375.375 0 0 1 .64.266v8.189c0 1.258-1.78 1.926-2.905 1.09zm11.216-11.37a.39.39 0 0 1 .04-.494l.628-.628a.363.363 0 0 1 .547.03C23.338 8.318 24 10.096 24 12c0 2.137-.832 4.113-2.24 5.709-.28.319-.818.386-1.198.15s-.46-.688-.179-1.008c1.196-1.356 1.903-3.033 1.903-4.851 0-1.489-.474-2.884-1.303-4.085"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
- d: "M18.596 9.848a.4.4 0 0 0-.08.43c.221.54.341 1.118.341 1.722 0 .91-.273 1.764-.753 2.51-.226.35-.071.786.345.975.416.19.937.06 1.162-.29.613-.951.96-2.04.96-3.195 0-.989-.254-1.93-.712-2.776a.355.355 0 0 0-.567-.072z"
13
+ d: "M18.596 9.848a.4.4 0 0 0-.08.43c.221.54.341 1.118.341 1.722a4.6 4.6 0 0 1-.753 2.51c-.226.35-.071.786.345.975.416.19.937.06 1.162-.29.613-.951.96-2.04.96-3.195 0-.989-.254-1.93-.712-2.776a.355.355 0 0 0-.567-.072z"
14
14
  })]
15
15
  });
16
16
  export default SpeakerMuteIcon;
@@ -8,9 +8,9 @@ const SpeakerIcon = props => /*#__PURE__*/_jsxs("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: [/*#__PURE__*/_jsx("path", {
11
- d: "M13.595 1.871c1.126-.836 2.905-.168 2.905 1.09V21.04c0 1.258-1.78 1.926-2.905 1.09l-6.27-4.66a1.17 1.17 0 0 0-.696-.22H3.14C1.406 17.248 0 16.072 0 14.622V9.376c0-1.45 1.406-2.625 3.141-2.625H6.63c.256 0 .504-.079.695-.221zM21.76 6.292c-.28-.32-.818-.387-1.198-.15-.38.236-.46.687-.179 1.007 1.196 1.356 1.903 3.033 1.903 4.851s-.707 3.495-1.903 4.851c-.281.32-.201.77.179 1.008.38.236.917.169 1.199-.15C23.168 16.113 24 14.137 24 12s-.832-4.113-2.24-5.708"
11
+ d: "M13.595 1.871c1.126-.836 2.905-.168 2.905 1.09V21.04c0 1.258-1.78 1.926-2.905 1.09l-6.27-4.66a1.17 1.17 0 0 0-.696-.22H3.14C1.406 17.248 0 16.072 0 14.622V9.376c0-1.45 1.406-2.625 3.141-2.625H6.63c.256 0 .504-.079.695-.221zm8.165 4.421c-.28-.32-.818-.387-1.198-.15-.38.236-.46.687-.179 1.007 1.196 1.356 1.903 3.033 1.903 4.851s-.707 3.495-1.903 4.851c-.281.32-.201.77.179 1.008.38.236.917.169 1.199-.15C23.168 16.113 24 14.137 24 12s-.832-4.113-2.24-5.708"
12
12
  }), /*#__PURE__*/_jsx("path", {
13
- d: "M19.611 8.805c-.225-.35-.745-.48-1.162-.29-.416.189-.57.626-.346.976.481.745.754 1.6.754 2.509 0 .91-.273 1.764-.753 2.51-.226.35-.071.786.345.975.416.19.937.06 1.162-.29.613-.951.96-2.04.96-3.195a5.87 5.87 0 0 0-.96-3.195"
13
+ d: "M19.611 8.805c-.225-.35-.745-.48-1.162-.29-.416.189-.57.626-.346.976A4.6 4.6 0 0 1 18.857 12a4.6 4.6 0 0 1-.753 2.51c-.226.35-.071.786.345.975.416.19.937.06 1.162-.29.613-.951.96-2.04.96-3.195a5.87 5.87 0 0 0-.96-3.195"
14
14
  })]
15
15
  });
16
16
  export default SpeakerIcon;
@@ -8,7 +8,7 @@ const StarHalfIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M22.262 10.305a.835.835 0 0 0-.437-1.406l-5.75-.87a1.05 1.05 0 0 1-.793-.591L12.706 1.96a.772.772 0 0 0-1.412 0L8.718 7.438a1.05 1.05 0 0 1-.793.592l-5.75.87a.834.834 0 0 0-.436 1.406l4.192 4.273a1.05 1.05 0 0 1 .286.905l-.995 6.05a.795.795 0 0 0 1.142.869l5.129-2.83a1.05 1.05 0 0 1 1.014 0l5.129 2.83a.795.795 0 0 0 1.142-.868l-.991-6.051a1.05 1.05 0 0 1 .287-.905zm-5.72 1.55-.611.624a4.05 4.05 0 0 0-1.104 3.488l.113.69a.45.45 0 0 1-.662.466l-.322-.177a4.05 4.05 0 0 0-1.506-.479.493.493 0 0 1-.45-.475V8.84a.297.297 0 0 1 .566-.126 4.05 4.05 0 0 0 3.06 2.281l.662.1a.45.45 0 0 1 .254.76"
11
+ d: "M22.262 10.305a.835.835 0 0 0-.437-1.406l-5.75-.87a1.05 1.05 0 0 1-.793-.591L12.706 1.96a.772.772 0 0 0-1.412 0L8.718 7.438a1.05 1.05 0 0 1-.793.592l-5.75.87a.834.834 0 0 0-.436 1.406l4.192 4.273a1.05 1.05 0 0 1 .286.905l-.995 6.05a.795.795 0 0 0 1.142.869l5.129-2.83a1.05 1.05 0 0 1 1.014 0l5.129 2.83a.795.795 0 0 0 1.142-.868l-.991-6.051a1.05 1.05 0 0 1 .287-.905zm-5.72 1.55-.611.624a4.05 4.05 0 0 0-1.104 3.488l.113.69a.45.45 0 0 1-.662.466l-.322-.177a4 4 0 0 0-1.506-.479.493.493 0 0 1-.45-.475V8.84a.297.297 0 0 1 .566-.126 4.05 4.05 0 0 0 3.06 2.281l.662.1a.45.45 0 0 1 .254.76"
12
12
  })
13
13
  });
14
14
  export default StarHalfIcon;
@@ -8,7 +8,7 @@ const TicketFlexibleIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M23.258 9.093A.925.925 0 0 0 24 8.25V6a3 3 0 0 0-3-3H3a3 3 0 0 0-3 3v2.25a.925.925 0 0 0 .742.843 3 3 0 0 1 2.162 2.162 3 3 0 0 1-2.162 3.652.925.925 0 0 0-.742.843V18a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3v-2.25a.925.925 0 0 0-.742-.843 3.001 3.001 0 0 1 0-5.814M6 11.25v-3a.75.75 0 0 1 1.5 0v1.045a5.25 5.25 0 0 1 9.047.079.75.75 0 1 1-1.298.752 3.752 3.752 0 0 0-6.687.374H9.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m12 4.5a.75.75 0 0 1-1.5 0v-1.045a5.25 5.25 0 0 1-9.047-.079.75.75 0 0 1 1.298-.752 3.751 3.751 0 0 0 6.687-.374H14.25a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75zm-6.001-7.5z"
11
+ d: "M23.258 9.093A.925.925 0 0 0 24 8.25V6a3 3 0 0 0-3-3H3a3 3 0 0 0-3 3v2.25a.925.925 0 0 0 .742.843 3 3 0 0 1 2.162 2.162 3 3 0 0 1-2.162 3.652.925.925 0 0 0-.742.843V18a3 3 0 0 0 3 3h18a3 3 0 0 0 3-3v-2.25a.925.925 0 0 0-.742-.843 3.001 3.001 0 0 1 0-5.814M6 11.25v-3a.75.75 0 0 1 1.5 0v1.045a5.25 5.25 0 0 1 9.047.079.75.75 0 1 1-1.298.752 3.752 3.752 0 0 0-6.687.374H9.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m12 4.5a.75.75 0 0 1-1.5 0v-1.045a5.25 5.25 0 0 1-9.047-.079.75.75 0 0 1 1.298-.752 3.751 3.751 0 0 0 6.687-.374H14.25a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 .75.75zm-6.001-7.5"
12
12
  })
13
13
  });
14
14
  export default TicketFlexibleIcon;
@@ -8,7 +8,7 @@ const ToiletsIcon = props => /*#__PURE__*/_jsx("svg", {
8
8
  height: "1rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
- d: "M16.5 1.5a2.6 2.6 0 0 0-1.2.274.68.68 0 0 0-.3.626v2.262A1.377 1.377 0 0 0 16.5 6 1.377 1.377 0 0 0 18 4.662V2.4a.69.69 0 0 0-.304-.62A2.57 2.57 0 0 0 16.5 1.5m3 7.952v4.383a3.1 3.1 0 0 1-.254 1.273q-.101.21-.214.417a3.3 3.3 0 0 0-.477 1.32l-.408 4.312c-.053.764-.483 1.343-.994 1.343h-1.235c-.512 0-.941-.58-.995-1.343l-.408-4.312a3.1 3.1 0 0 0-.563-1.414q-.08-.13-.157-.263a2.45 2.45 0 0 1-.295-1.217V9.568a1.54 1.54 0 0 1 .536-1.284 4.57 4.57 0 0 1 2.5-.784 4.44 4.44 0 0 1 2.428.675 1.51 1.51 0 0 1 .536 1.277M5.878 2.547a1.341 1.341 0 0 1 2.27-.642c.487-.153.909-.057 1.136.73a2 2 0 0 1 .04.904 4 4 0 0 0-.04.534 1.8 1.8 0 0 0 .372 1.315c.098.085.14.247.023.305A4 4 0 0 1 8.068 6H6.932a4 4 0 0 1-1.611-.307c-.117-.058-.075-.22.023-.305a1.8 1.8 0 0 0 .372-1.315 5 5 0 0 1 .162-1.526M4.5 12.335V9.452a1.51 1.51 0 0 1 .536-1.277A4.44 4.44 0 0 1 7.465 7.5h.07a4.44 4.44 0 0 1 2.429.675 1.51 1.51 0 0 1 .536 1.277v2.883a3.1 3.1 0 0 1-.254 1.273q-.101.21-.214.417a3.66 3.66 0 0 0-.497 1.614l.825 3.302a.45.45 0 0 1-.436.56h-.66l-.117 1.656c-.053.764-.483 1.343-.994 1.343H6.847c-.511 0-.94-.58-.994-1.343L5.736 19.5h-.66a.45.45 0 0 1-.436-.56l.825-3.3a3.66 3.66 0 0 0-.497-1.615q-.113-.208-.214-.417a3.1 3.1 0 0 1-.254-1.273"
11
+ d: "M16.5 1.5a2.6 2.6 0 0 0-1.2.274.68.68 0 0 0-.3.626v2.262A1.377 1.377 0 0 0 16.5 6 1.377 1.377 0 0 0 18 4.662V2.4a.69.69 0 0 0-.304-.62A2.6 2.6 0 0 0 16.5 1.5m3 7.952v4.383a3.1 3.1 0 0 1-.254 1.273q-.101.21-.214.417a3.3 3.3 0 0 0-.477 1.32l-.408 4.312c-.053.764-.483 1.343-.994 1.343h-1.235c-.512 0-.941-.58-.995-1.343l-.408-4.312a3.1 3.1 0 0 0-.563-1.414q-.08-.13-.157-.263a2.45 2.45 0 0 1-.295-1.217V9.568a1.54 1.54 0 0 1 .536-1.284 4.57 4.57 0 0 1 2.5-.784 4.44 4.44 0 0 1 2.428.675 1.51 1.51 0 0 1 .536 1.277M5.878 2.547a1.341 1.341 0 0 1 2.27-.642c.487-.153.909-.057 1.136.73a2 2 0 0 1 .04.904 4 4 0 0 0-.04.534 1.8 1.8 0 0 0 .372 1.315c.098.085.14.247.023.305A4 4 0 0 1 8.068 6H6.932a4 4 0 0 1-1.611-.307c-.117-.058-.075-.22.023-.305a1.8 1.8 0 0 0 .372-1.315 5 5 0 0 1 .162-1.526M4.5 12.335V9.452a1.51 1.51 0 0 1 .536-1.277A4.44 4.44 0 0 1 7.465 7.5h.07a4.44 4.44 0 0 1 2.429.675 1.51 1.51 0 0 1 .536 1.277v2.883a3.1 3.1 0 0 1-.254 1.273q-.101.21-.214.417a3.66 3.66 0 0 0-.497 1.614l.825 3.302a.45.45 0 0 1-.436.56h-.66l-.117 1.656c-.053.764-.483 1.343-.994 1.343H6.847c-.511 0-.94-.58-.994-1.343L5.736 19.5h-.66a.45.45 0 0 1-.436-.56l.825-3.3a3.66 3.66 0 0 0-.497-1.615q-.113-.208-.214-.417a3.1 3.1 0 0 1-.254-1.273"
12
12
  })
13
13
  });
14
14
  export default ToiletsIcon;
@@ -4,8 +4,8 @@ const StarHalfIcon = props => /*#__PURE__*/_jsx("svg", {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 24 24",
6
6
  "aria-hidden": "true",
7
- width: "2rem",
8
- height: "2rem",
7
+ width: "3rem",
8
+ height: "3rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
11
  d: "M21.773 10.386a.795.795 0 0 0-.416-1.338l-5.476-.83a1 1 0 0 1-.755-.563l-2.454-5.217a.734.734 0 0 0-1.344 0L8.875 7.655a1 1 0 0 1-.755.563l-5.477.829a.795.795 0 0 0-.416 1.339l3.993 4.07a1 1 0 0 1 .273.863l-.948 5.761a.757.757 0 0 0 1.087.828l4.885-2.695a1 1 0 0 1 .966 0l4.885 2.695a.757.757 0 0 0 1.087-.827l-.943-5.763a1 1 0 0 1 .272-.862zm-5.417 2.671a3 3 0 0 0-.818 2.584l.535 3.268-2.623-1.447a3 3 0 0 0-1.45-.374V5.71l1.316 2.796a3 3 0 0 0 2.266 1.69l3.115.471z"
@@ -4,8 +4,8 @@ const StarOutlineIcon = props => /*#__PURE__*/_jsx("svg", {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 24 24",
6
6
  "aria-hidden": "true",
7
- width: "2rem",
8
- height: "2rem",
7
+ width: "3rem",
8
+ height: "3rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
11
  d: "M21.773 10.386a.795.795 0 0 0-.416-1.34l-5.476-.828a1 1 0 0 1-.755-.563l-2.454-5.217a.735.735 0 0 0-1.344 0L8.875 7.655a1 1 0 0 1-.756.563l-5.476.83a.795.795 0 0 0-.416 1.338l3.993 4.07a1 1 0 0 1 .273.863l-.948 5.76a.757.757 0 0 0 1.087.829l4.885-2.695a1 1 0 0 1 .966 0l4.885 2.695a.757.757 0 0 0 1.087-.827l-.943-5.763a1 1 0 0 1 .272-.862zm-5.417 2.672a3 3 0 0 0-.818 2.584l.535 3.268-2.624-1.447a3 3 0 0 0-2.898 0l-2.622 1.446.537-3.265a3 3 0 0 0-.818-2.588l-2.343-2.388 3.114-.471a3 3 0 0 0 2.265-1.69L12 5.71l1.316 2.797a3 3 0 0 0 2.266 1.69l3.115.47z"
@@ -4,8 +4,8 @@ const StarIcon = props => /*#__PURE__*/_jsx("svg", {
4
4
  xmlns: "http://www.w3.org/2000/svg",
5
5
  viewBox: "0 0 24 24",
6
6
  "aria-hidden": "true",
7
- width: "2rem",
8
- height: "2rem",
7
+ width: "3rem",
8
+ height: "3rem",
9
9
  ...props,
10
10
  children: /*#__PURE__*/_jsx("path", {
11
11
  d: "M8.12 8.218a1 1 0 0 0 .755-.563l2.453-5.217a.735.735 0 0 1 1.344 0l2.454 5.217a1 1 0 0 0 .755.563l5.476.83a.795.795 0 0 1 .416 1.338l-3.989 4.07a1 1 0 0 0-.272.862l.943 5.763a.757.757 0 0 1-1.087.827l-4.885-2.695a1 1 0 0 0-.966 0l-4.885 2.695a.757.757 0 0 1-1.087-.828l.948-5.761a1 1 0 0 0-.273-.863l-3.993-4.07a.795.795 0 0 1 .416-1.34z"
@@ -44,7 +44,8 @@ const propTypes = {
44
44
  className: PropTypes.string,
45
45
  onComplete: PropTypes.func,
46
46
  onCompleteTransitionEnd: PropTypes.func,
47
- getValueText: PropTypes.func
47
+ getValueText: PropTypes.func,
48
+ tabIndex: PropTypes.number
48
49
  };
49
50
  const defaultProps = {
50
51
  className: null,
@@ -8,10 +8,14 @@ export declare const SEGMENT_TYPES: {
8
8
  export type SegmentTypes = (typeof SEGMENT_TYPES)[keyof typeof SEGMENT_TYPES];
9
9
  export type Props = {
10
10
  buttonContents: string[] | ReactNode[];
11
+ /**
12
+ * Accessible label for the segmented control group.
13
+ */
14
+ label?: string;
11
15
  type?: SegmentTypes;
12
16
  onItemClick: (id: number) => void;
13
17
  selectedIndex: number;
14
18
  shadow?: boolean;
15
19
  };
16
- declare const BpkSegmentedControl: ({ buttonContents, onItemClick, selectedIndex, shadow, type, }: Props) => import("react/jsx-runtime").JSX.Element;
20
+ declare const BpkSegmentedControl: ({ buttonContents, label, onItemClick, selectedIndex, shadow, type, }: Props) => import("react/jsx-runtime").JSX.Element;
17
21
  export default BpkSegmentedControl;
@@ -29,6 +29,7 @@ export const SEGMENT_TYPES = {
29
29
  };
30
30
  const BpkSegmentedControl = ({
31
31
  buttonContents,
32
+ label,
32
33
  onItemClick,
33
34
  selectedIndex,
34
35
  shadow = false,
@@ -44,6 +45,10 @@ const BpkSegmentedControl = ({
44
45
  const containerStyling = getClassName('bpk-segmented-control-group', shadow && 'bpk-segmented-control-group-shadow');
45
46
  return /*#__PURE__*/_jsx("div", {
46
47
  className: containerStyling,
48
+ role: "group",
49
+ ...(label ? {
50
+ 'aria-label': label
51
+ } : {}),
47
52
  children: buttonContents.map((content, index) => {
48
53
  const isSelected = index === selectedButton;
49
54
  const rightOfOption = index === selectedButton + 1;
@@ -22,9 +22,11 @@ import OutlineLargeIcon from "../../bpk-component-icon/lg/star-outline";
22
22
  import SmallIcon from "../../bpk-component-icon/sm/star";
23
23
  import HalfSmallIcon from "../../bpk-component-icon/sm/star-half";
24
24
  import OutlineSmallIcon from "../../bpk-component-icon/sm/star-outline";
25
- import ExtraLargeIcon from "../../bpk-component-icon/xl/star";
26
- import HalfExtraLargeIcon from "../../bpk-component-icon/xl/star-half";
27
- import OutlineExtraLargeIcon from "../../bpk-component-icon/xl/star-outline";
25
+ // Notice: The naming of the icons and props are extra large, but the
26
+ // actual size is xxxl, 3rem. This is designed on purpose.
27
+ import ExtraLargeIcon from "../../bpk-component-icon/xxxl/star";
28
+ import HalfExtraLargeIcon from "../../bpk-component-icon/xxxl/star-half";
29
+ import OutlineExtraLargeIcon from "../../bpk-component-icon/xxxl/star-outline";
28
30
  import { cssModules } from "../../bpk-react-utils";
29
31
  import STYLES from "./BpkStar.module.css";
30
32
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -15,4 +15,4 @@
15
15
  * See the License for the specific language governing permissions and
16
16
  * limitations under the License.
17
17
  */
18
- .bpk-star{display:inline-flex;width:1rem;height:1rem;vertical-align:text-bottom;fill:rgba(0,0,0,.2)}.bpk-star--large{width:1.5rem;height:1.5rem;vertical-align:bottom}.bpk-star--extra-large{width:2rem;height:2rem;vertical-align:bottom}.bpk-star--half{position:absolute;left:0}.bpk-star--filled{fill:#f55d42;fill:var(--bpk-star-rating-filled-color, rgb(245, 93, 66))}.bpk-star__container{display:inline-flex;width:1rem;height:1rem}.bpk-star__container--half-star{position:relative;vertical-align:text-bottom}.bpk-star__container--large{width:1.5rem;height:1.5rem;vertical-align:bottom}.bpk-star__container--extra-large{width:2rem;height:2rem;vertical-align:bottom}
18
+ .bpk-star{display:inline-flex;width:1rem;height:1rem;vertical-align:text-bottom;fill:rgba(0,0,0,.2)}.bpk-star--large{width:1.5rem;height:1.5rem;vertical-align:bottom}.bpk-star--extra-large{width:3rem;height:3rem;vertical-align:bottom}.bpk-star--half{position:absolute;left:0}.bpk-star--filled{fill:#f55d42;fill:var(--bpk-star-rating-filled-color, rgb(245, 93, 66))}.bpk-star__container{display:inline-flex;width:1rem;height:1rem}.bpk-star__container--half-star{position:relative;vertical-align:text-bottom}.bpk-star__container--large{width:1.5rem;height:1.5rem;vertical-align:bottom}.bpk-star__container--extra-large{width:3rem;height:3rem;vertical-align:bottom}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyscanner/backpack-web",
3
- "version": "37.4.2",
3
+ "version": "37.6.0",
4
4
  "description": "Backpack Design System web library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,8 +27,8 @@
27
27
  "@radix-ui/react-compose-refs": "^1.1.1",
28
28
  "@radix-ui/react-slider": "1.1.2",
29
29
  "@react-google-maps/api": "^2.19.3",
30
- "@skyscanner/bpk-foundations-web": "^19.4.1",
31
- "@skyscanner/bpk-svgs": "^20.4.1",
30
+ "@skyscanner/bpk-foundations-web": "^19.5.0",
31
+ "@skyscanner/bpk-svgs": "^20.5.0",
32
32
  "a11y-focus-scope": "^1.1.3",
33
33
  "a11y-focus-store": "^1.0.0",
34
34
  "d3-path": "^2.0.0",