@ecohouse/ui 0.1.31 → 0.1.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/index.cjs +1122 -338
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +147 -5
- package/dist/index.d.ts +147 -5
- package/dist/index.js +1049 -285
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/AccountHeader/AccountHeader.stories.tsx +70 -0
- package/src/components/AccountHeader/AccountHeader.tsx +224 -0
- package/src/components/AccountHeader/index.ts +2 -0
- package/src/components/AvatarSimple/AvatarSimple.tsx +2 -2
- package/src/components/Button/Button.tsx +4 -1
- package/src/components/DatePicker/DatePicker.tsx +14 -9
- package/src/components/FloatingActionButton/FloatingActionButton.stories.tsx +42 -0
- package/src/components/FloatingActionButton/FloatingActionButton.tsx +77 -0
- package/src/components/FloatingActionButton/index.ts +2 -0
- package/src/components/InfoTile/InfoTile.stories.tsx +80 -0
- package/src/components/InfoTile/InfoTile.tsx +118 -0
- package/src/components/InfoTile/index.ts +2 -0
- package/src/components/PaginationDots/PaginationDots.stories.tsx +48 -0
- package/src/components/PaginationDots/PaginationDots.tsx +111 -0
- package/src/components/PaginationDots/index.ts +2 -0
- package/src/components/StatusBadge/StatusBadge.stories.tsx +54 -0
- package/src/components/StatusBadge/StatusBadge.tsx +108 -0
- package/src/components/StatusBadge/index.ts +2 -0
- package/src/components/StepList/StepList.stories.tsx +37 -0
- package/src/components/StepList/StepList.tsx +152 -0
- package/src/components/StepList/index.ts +2 -0
- package/src/components/index.ts +18 -0
- package/src/icons/AlertTriangle/AlertTriangleIcon.tsx +19 -0
- package/src/icons/AlertTriangle/AlertTriangleIcon.web.tsx +18 -0
- package/src/icons/AlertTriangle/alertTrianglePath.ts +3 -0
- package/src/icons/AlertTriangle/index.ts +1 -0
- package/src/icons/Bell/BellIcon.tsx +2 -2
- package/src/icons/Bell/BellIcon.web.tsx +2 -2
- package/src/icons/Bell/bellPath.ts +1 -1
- package/src/icons/CottageDetail/CottageDetailIcons.tsx +15 -0
- package/src/icons/CottageDetail/CottageDetailIcons.web.tsx +15 -0
- package/src/icons/CottageDetail/cottageDetailPaths.ts +3 -0
- package/src/icons/CottageDetail/index.ts +1 -0
- package/src/icons/Edit/EditIcon.tsx +20 -0
- package/src/icons/Edit/EditIcon.web.tsx +19 -0
- package/src/icons/Edit/editPath.ts +3 -0
- package/src/icons/Edit/index.ts +1 -0
- package/src/icons/HouseRules/HouseRulesIcons.tsx +62 -0
- package/src/icons/HouseRules/HouseRulesIcons.web.tsx +61 -0
- package/src/icons/HouseRules/houseRulesPaths.ts +24 -0
- package/src/icons/HouseRules/index.ts +2 -0
- package/src/icons/LocationUser/LocationUserIcon.tsx +15 -0
- package/src/icons/LocationUser/LocationUserIcon.web.tsx +14 -0
- package/src/icons/LocationUser/index.ts +1 -0
- package/src/icons/LocationUser/locationUserPath.ts +2 -0
- package/src/icons/Lock/LockIcon.tsx +21 -0
- package/src/icons/Lock/LockIcon.web.tsx +26 -0
- package/src/icons/Lock/index.ts +1 -0
- package/src/icons/Lock/lockPath.ts +3 -0
- package/src/icons/Refresh/RefreshIcon.tsx +20 -0
- package/src/icons/Refresh/RefreshIcon.web.tsx +19 -0
- package/src/icons/Refresh/index.ts +1 -0
- package/src/icons/Refresh/refreshPath.ts +3 -0
- package/src/icons/RefundStatus/RefundStatusIcon.tsx +24 -0
- package/src/icons/RefundStatus/RefundStatusIcon.web.tsx +23 -0
- package/src/icons/RefundStatus/index.ts +1 -0
- package/src/icons/RefundStatus/refundStatusPath.ts +3 -0
- package/src/icons/index.ts +8 -0
- package/src/icons/registry.ts +30 -0
- package/src/index.ts +26 -0
- package/src/theme/colors.ts +4 -0
- package/src/theme/typography.ts +1 -1
- package/src/utils/dateUtils.ts +25 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { IconProps } from "../types";
|
|
2
|
+
import { ALERT_TRIANGLE_PATH } from "./alertTrianglePath";
|
|
3
|
+
|
|
4
|
+
export function AlertTriangleIcon({ size = 16, color = "#E38E5E", strokeWidth = 1.5 }: IconProps) {
|
|
5
|
+
return (
|
|
6
|
+
<svg width={size} height={size} viewBox="0 0 16 16" fill="none" aria-hidden>
|
|
7
|
+
<path
|
|
8
|
+
d={ALERT_TRIANGLE_PATH}
|
|
9
|
+
stroke={color}
|
|
10
|
+
strokeWidth={strokeWidth}
|
|
11
|
+
strokeLinecap="round"
|
|
12
|
+
strokeLinejoin="round"
|
|
13
|
+
/>
|
|
14
|
+
</svg>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export { ALERT_TRIANGLE_PATH } from "./alertTrianglePath";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Alert triangle — viewBox 0 0 16 16. */
|
|
2
|
+
export const ALERT_TRIANGLE_PATH =
|
|
3
|
+
"M8.00049 6.00015V8.66682M8.00049 11.3335H8.00715M7.07737 2.59464L1.59411 12.0657C1.28997 12.591 1.1379 12.8537 1.16038 13.0693C1.17998 13.2573 1.2785 13.4282 1.4314 13.5394C1.60671 13.6668 1.91022 13.6668 2.51723 13.6668H13.4837C14.0908 13.6668 14.3943 13.6668 14.5696 13.5394C14.7225 13.4282 14.821 13.2573 14.8406 13.0693C14.8631 12.8537 14.711 12.591 14.4069 12.0657L8.92361 2.59463C8.62056 2.07119 8.46904 1.80947 8.27135 1.72157C8.09892 1.64489 7.90206 1.64489 7.72962 1.72157C7.53194 1.80947 7.38041 2.07119 7.07737 2.59464Z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AlertTriangleIcon, ALERT_TRIANGLE_PATH } from "./AlertTriangleIcon";
|
|
@@ -5,9 +5,9 @@ import type { IconProps } from "../types";
|
|
|
5
5
|
|
|
6
6
|
export { BELL_PATH } from "./bellPath";
|
|
7
7
|
|
|
8
|
-
export function BellIcon({ size =
|
|
8
|
+
export function BellIcon({ size = 16, color = colors.white, strokeWidth = 1.5 }: IconProps) {
|
|
9
9
|
return (
|
|
10
|
-
<Svg width={size} height={size} viewBox="0 0
|
|
10
|
+
<Svg width={size} height={size} viewBox="0 0 16 16" fill="none">
|
|
11
11
|
<Path
|
|
12
12
|
d={BELL_PATH}
|
|
13
13
|
stroke={color}
|
|
@@ -2,12 +2,12 @@ import { BELL_PATH } from "./bellPath";
|
|
|
2
2
|
import { colors } from "../../theme";
|
|
3
3
|
import type { IconProps } from "../types";
|
|
4
4
|
|
|
5
|
-
export function BellIcon({ size =
|
|
5
|
+
export function BellIcon({ size = 16, color = colors.white, strokeWidth = 1.5 }: IconProps) {
|
|
6
6
|
return (
|
|
7
7
|
<svg
|
|
8
8
|
width={size}
|
|
9
9
|
height={size}
|
|
10
|
-
viewBox="0 0
|
|
10
|
+
viewBox="0 0 16 16"
|
|
11
11
|
fill="none"
|
|
12
12
|
xmlns="http://www.w3.org/2000/svg"
|
|
13
13
|
aria-hidden
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const BELL_PATH =
|
|
2
|
-
"
|
|
2
|
+
"M6.23597 14C6.70606 14.4149 7.32355 14.6667 7.99985 14.6667C8.67615 14.6667 9.29364 14.4149 9.76373 14M11.9998 5.33337C11.9998 4.27251 11.5784 3.25509 10.8283 2.50495C10.0781 1.7548 9.06072 1.33337 7.99985 1.33337C6.93898 1.33337 5.92157 1.7548 5.17142 2.50495C4.42128 3.25509 3.99985 4.27251 3.99985 5.33337C3.99985 7.3935 3.48016 8.80401 2.89963 9.73698C2.40993 10.524 2.16509 10.9174 2.17407 11.0272C2.18401 11.1488 2.20976 11.1951 2.3077 11.2678C2.39616 11.3334 2.79491 11.3334 3.59242 11.3334H12.4073C13.2048 11.3334 13.6035 11.3334 13.692 11.2678C13.7899 11.1951 13.8157 11.1488 13.8256 11.0272C13.8346 10.9174 13.5898 10.524 13.1001 9.73698C12.5195 8.80401 11.9998 7.3935 11.9998 5.33337Z";
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
CHECK_SUCCESS_PATH,
|
|
7
7
|
CLOCK_FILLED_PATH,
|
|
8
8
|
COPY_PATH,
|
|
9
|
+
DOWNLOAD_PATH,
|
|
9
10
|
QR_CODE_PATH,
|
|
10
11
|
SHARE_PATH,
|
|
11
12
|
TOOLTIP_ARROW_PATH,
|
|
@@ -26,6 +27,20 @@ export function ShareIcon({ size = 20, color = colors.white, strokeWidth = 2 }:
|
|
|
26
27
|
);
|
|
27
28
|
}
|
|
28
29
|
|
|
30
|
+
export function DownloadIcon({ size = 24, color = colors.white, strokeWidth = 2 }: IconProps) {
|
|
31
|
+
return (
|
|
32
|
+
<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
|
|
33
|
+
<Path
|
|
34
|
+
d={DOWNLOAD_PATH}
|
|
35
|
+
stroke={color}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap="round"
|
|
38
|
+
strokeLinejoin="round"
|
|
39
|
+
/>
|
|
40
|
+
</Svg>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
|
|
29
44
|
export function AreaExpandIcon({ size = 24, color = colors.white, strokeWidth = 2 }: IconProps) {
|
|
30
45
|
return (
|
|
31
46
|
<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
CHECK_SUCCESS_PATH,
|
|
6
6
|
CLOCK_FILLED_PATH,
|
|
7
7
|
COPY_PATH,
|
|
8
|
+
DOWNLOAD_PATH,
|
|
8
9
|
QR_CODE_PATH,
|
|
9
10
|
SHARE_PATH,
|
|
10
11
|
TOOLTIP_ARROW_PATH,
|
|
@@ -25,6 +26,20 @@ export function ShareIcon({ size = 20, color = colors.white, strokeWidth = 2 }:
|
|
|
25
26
|
);
|
|
26
27
|
}
|
|
27
28
|
|
|
29
|
+
export function DownloadIcon({ size = 24, color = colors.white, strokeWidth = 2 }: IconProps) {
|
|
30
|
+
return (
|
|
31
|
+
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" aria-hidden>
|
|
32
|
+
<path
|
|
33
|
+
d={DOWNLOAD_PATH}
|
|
34
|
+
stroke={color}
|
|
35
|
+
strokeWidth={strokeWidth}
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
strokeLinejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
</svg>
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
|
|
28
43
|
export function AreaExpandIcon({ size = 24, color = colors.white, strokeWidth = 2 }: IconProps) {
|
|
29
44
|
return (
|
|
30
45
|
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" aria-hidden>
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export const SHARE_PATH =
|
|
2
2
|
"M7.5 11.25L12.5 13.75M12.5 6.25L7.5 8.75M15 17.5C13.6193 17.5 12.5 16.3807 12.5 15C12.5 13.6193 13.6193 12.5 15 12.5C16.3807 12.5 17.5 13.6193 17.5 15C17.5 16.3807 16.3807 17.5 15 17.5ZM5 12.5C3.61929 12.5 2.5 11.3807 2.5 10C2.5 8.61929 3.61929 7.5 5 7.5C6.38071 7.5 7.5 8.61929 7.5 10C7.5 11.3807 6.38071 12.5 5 12.5ZM15 7.5C13.6193 7.5 12.5 6.38071 12.5 5C12.5 3.61929 13.6193 2.5 15 2.5C16.3807 2.5 17.5 3.61929 17.5 5C17.5 6.38071 16.3807 7.5 15 7.5Z";
|
|
3
3
|
|
|
4
|
+
/** Download — viewBox 0 0 24 24. */
|
|
5
|
+
export const DOWNLOAD_PATH = "M21 21H3M6 11L12 17L18 11M12 17V3";
|
|
6
|
+
|
|
4
7
|
export const AREA_EXPAND_PATHS = [
|
|
5
8
|
"M15 3H21V9",
|
|
6
9
|
"M9 21H3V15",
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import Svg, { Path } from "react-native-svg";
|
|
2
|
+
import { colors } from "../../theme";
|
|
3
|
+
import type { IconProps } from "../types";
|
|
4
|
+
import { EDIT_PATH } from "./editPath";
|
|
5
|
+
|
|
6
|
+
export function EditIcon({ size = 12, color = colors.grey0, strokeWidth = 2 }: IconProps) {
|
|
7
|
+
return (
|
|
8
|
+
<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
|
|
9
|
+
<Path
|
|
10
|
+
d={EDIT_PATH}
|
|
11
|
+
stroke={color}
|
|
12
|
+
strokeWidth={strokeWidth}
|
|
13
|
+
strokeLinecap="round"
|
|
14
|
+
strokeLinejoin="round"
|
|
15
|
+
/>
|
|
16
|
+
</Svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { EDIT_PATH } from "./editPath";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { colors } from "../../theme";
|
|
2
|
+
import type { IconProps } from "../types";
|
|
3
|
+
import { EDIT_PATH } from "./editPath";
|
|
4
|
+
|
|
5
|
+
export function EditIcon({ size = 12, color = colors.grey0, strokeWidth = 2 }: IconProps) {
|
|
6
|
+
return (
|
|
7
|
+
<svg width={size} height={size} viewBox="0 0 24 24" fill="none" aria-hidden>
|
|
8
|
+
<path
|
|
9
|
+
d={EDIT_PATH}
|
|
10
|
+
stroke={color}
|
|
11
|
+
strokeWidth={strokeWidth}
|
|
12
|
+
strokeLinecap="round"
|
|
13
|
+
strokeLinejoin="round"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { EDIT_PATH } from "./editPath";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { EditIcon, EDIT_PATH } from "./EditIcon";
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import Svg, { Path } from "react-native-svg";
|
|
2
|
+
import { colors } from "../../theme";
|
|
3
|
+
import type { IconProps } from "../types";
|
|
4
|
+
import { NO_SMOKING_PATHS, PAW_PATHS, QUIET_HOURS_PATH, TRASH_PATH } from "./houseRulesPaths";
|
|
5
|
+
|
|
6
|
+
export function QuietHoursIcon({ size = 20, color = colors.white }: IconProps) {
|
|
7
|
+
return (
|
|
8
|
+
<Svg width={size} height={size} viewBox="0 0 20 20" fill="none">
|
|
9
|
+
<Path d={QUIET_HOURS_PATH} fill={color} />
|
|
10
|
+
</Svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export function NoSmokingIcon({ size = 20, color = colors.white, strokeWidth = 1.5 }: IconProps) {
|
|
15
|
+
return (
|
|
16
|
+
<Svg width={size} height={size} viewBox="0 0 20 20" fill="none">
|
|
17
|
+
{NO_SMOKING_PATHS.map((d) => (
|
|
18
|
+
<Path
|
|
19
|
+
key={d}
|
|
20
|
+
d={d}
|
|
21
|
+
stroke={color}
|
|
22
|
+
strokeWidth={strokeWidth}
|
|
23
|
+
strokeLinecap="round"
|
|
24
|
+
strokeLinejoin="round"
|
|
25
|
+
/>
|
|
26
|
+
))}
|
|
27
|
+
</Svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export function PawIcon({ size = 20, color = colors.white, strokeWidth = 1.5 }: IconProps) {
|
|
32
|
+
return (
|
|
33
|
+
<Svg width={size} height={size} viewBox="0 0 20 20" fill="none">
|
|
34
|
+
{PAW_PATHS.map((d) => (
|
|
35
|
+
<Path
|
|
36
|
+
key={d}
|
|
37
|
+
d={d}
|
|
38
|
+
stroke={color}
|
|
39
|
+
strokeWidth={strokeWidth}
|
|
40
|
+
strokeLinecap="round"
|
|
41
|
+
strokeLinejoin="round"
|
|
42
|
+
/>
|
|
43
|
+
))}
|
|
44
|
+
</Svg>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export function TrashIcon({ size = 20, color = colors.white, strokeWidth = 2 }: IconProps) {
|
|
49
|
+
return (
|
|
50
|
+
<Svg width={size} height={size} viewBox="0 0 20 20" fill="none">
|
|
51
|
+
<Path
|
|
52
|
+
d={TRASH_PATH}
|
|
53
|
+
stroke={color}
|
|
54
|
+
strokeWidth={strokeWidth}
|
|
55
|
+
strokeLinecap="round"
|
|
56
|
+
strokeLinejoin="round"
|
|
57
|
+
/>
|
|
58
|
+
</Svg>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export * from "./houseRulesPaths";
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { colors } from "../../theme";
|
|
2
|
+
import type { IconProps } from "../types";
|
|
3
|
+
import { NO_SMOKING_PATHS, PAW_PATHS, QUIET_HOURS_PATH, TRASH_PATH } from "./houseRulesPaths";
|
|
4
|
+
|
|
5
|
+
export function QuietHoursIcon({ size = 20, color = colors.white }: IconProps) {
|
|
6
|
+
return (
|
|
7
|
+
<svg width={size} height={size} viewBox="0 0 20 20" fill="none" aria-hidden>
|
|
8
|
+
<path d={QUIET_HOURS_PATH} fill={color} />
|
|
9
|
+
</svg>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export function NoSmokingIcon({ size = 20, color = colors.white, strokeWidth = 1.5 }: IconProps) {
|
|
14
|
+
return (
|
|
15
|
+
<svg width={size} height={size} viewBox="0 0 20 20" fill="none" aria-hidden>
|
|
16
|
+
{NO_SMOKING_PATHS.map((d) => (
|
|
17
|
+
<path
|
|
18
|
+
key={d}
|
|
19
|
+
d={d}
|
|
20
|
+
stroke={color}
|
|
21
|
+
strokeWidth={strokeWidth}
|
|
22
|
+
strokeLinecap="round"
|
|
23
|
+
strokeLinejoin="round"
|
|
24
|
+
/>
|
|
25
|
+
))}
|
|
26
|
+
</svg>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export function PawIcon({ size = 20, color = colors.white, strokeWidth = 1.5 }: IconProps) {
|
|
31
|
+
return (
|
|
32
|
+
<svg width={size} height={size} viewBox="0 0 20 20" fill="none" aria-hidden>
|
|
33
|
+
{PAW_PATHS.map((d) => (
|
|
34
|
+
<path
|
|
35
|
+
key={d}
|
|
36
|
+
d={d}
|
|
37
|
+
stroke={color}
|
|
38
|
+
strokeWidth={strokeWidth}
|
|
39
|
+
strokeLinecap="round"
|
|
40
|
+
strokeLinejoin="round"
|
|
41
|
+
/>
|
|
42
|
+
))}
|
|
43
|
+
</svg>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function TrashIcon({ size = 20, color = colors.white, strokeWidth = 2 }: IconProps) {
|
|
48
|
+
return (
|
|
49
|
+
<svg width={size} height={size} viewBox="0 0 20 20" fill="none" aria-hidden>
|
|
50
|
+
<path
|
|
51
|
+
d={TRASH_PATH}
|
|
52
|
+
stroke={color}
|
|
53
|
+
strokeWidth={strokeWidth}
|
|
54
|
+
strokeLinecap="round"
|
|
55
|
+
strokeLinejoin="round"
|
|
56
|
+
/>
|
|
57
|
+
</svg>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export * from "./houseRulesPaths";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/** Quiet-hours clock — filled, 20×20 viewBox. */
|
|
2
|
+
export const QUIET_HOURS_PATH =
|
|
3
|
+
"M9.99935 4.99996C9.88991 4.99993 9.78153 5.02147 9.68042 5.06334C9.5793 5.1052 9.48742 5.16659 9.41003 5.24397C9.33265 5.32136 9.27126 5.41324 9.2294 5.51436C9.18753 5.61547 9.16599 5.72385 9.16602 5.83329V8.55628L8.2513 8.02812C8.05987 7.91775 7.83243 7.88791 7.61901 7.94518C7.40558 8.00245 7.22363 8.14213 7.11316 8.33351C7.00269 8.52489 6.97274 8.7523 7.0299 8.96576C7.08706 9.17921 7.22665 9.36123 7.41797 9.4718L9.58269 10.7218C9.70938 10.7949 9.8531 10.8335 9.99939 10.8334C10.1457 10.8334 10.2894 10.7949 10.4161 10.7218C10.5428 10.6486 10.648 10.5434 10.7211 10.4167C10.7942 10.29 10.8327 10.1463 10.8327 9.99996V5.83329C10.8327 5.72385 10.8112 5.61547 10.7693 5.51436C10.7274 5.41324 10.6661 5.32136 10.5887 5.24397C10.5113 5.16659 10.4194 5.1052 10.3183 5.06334C10.2172 5.02147 10.1088 4.99993 9.99935 4.99996V4.99996ZM9.99935 1.66663C8.35118 1.66663 6.74001 2.15537 5.3696 3.07105C3.99919 3.98672 2.93109 5.28821 2.30036 6.81093C1.66963 8.33365 1.5046 10.0092 1.82614 11.6257C2.14769 13.2422 2.94136 14.7271 4.1068 15.8925C5.27223 17.058 6.75709 17.8516 8.3736 18.1732C9.99011 18.4947 11.6657 18.3297 13.1884 17.699C14.7111 17.0682 16.0126 16.0001 16.9283 14.6297C17.8439 13.2593 18.3327 11.6481 18.3327 9.99996C18.3302 7.7906 17.4514 5.67245 15.8891 4.11019C14.3269 2.54794 12.2087 1.66915 9.99935 1.66663V1.66663ZM9.99935 16.6666C8.68081 16.6666 7.39188 16.2756 6.29555 15.5431C5.19922 14.8105 4.34474 13.7694 3.84016 12.5512C3.33557 11.333 3.20355 9.99256 3.46078 8.69936C3.71802 7.40615 4.35296 6.21826 5.28531 5.28591C6.21766 4.35356 7.40554 3.71863 8.69875 3.46139C9.99196 3.20416 11.3324 3.33618 12.5506 3.84076C13.7687 4.34535 14.8099 5.19983 15.5425 6.29616C16.275 7.39249 16.666 8.68142 16.666 9.99996C16.664 11.7674 15.961 13.462 14.7112 14.7118C13.4614 15.9616 11.7668 16.6646 9.99935 16.6666V16.6666Z";
|
|
4
|
+
|
|
5
|
+
/** No-smoking — stroke paths, 20×20 viewBox. */
|
|
6
|
+
export const NO_SMOKING_PATHS = [
|
|
7
|
+
"M6.66602 10.8334V14.1667",
|
|
8
|
+
"M13.334 4.16663V4.58329C13.334 5.02532 13.5096 5.44924 13.8221 5.7618C14.1347 6.07436 14.5586 6.24996 15.0007 6.24996C15.4427 6.24996 15.8666 6.42555 16.1792 6.73811C16.4917 7.05068 16.6673 7.4746 16.6673 7.91663V8.33329",
|
|
9
|
+
"M2.5 2.5L17.5 17.5",
|
|
10
|
+
"M14.1667 10.8334H16.6667C16.8877 10.8334 17.0996 10.9212 17.2559 11.0775C17.4122 11.2337 17.5 11.4457 17.5 11.6667V13.3334C17.5 13.5667 17.4042 13.7775 17.25 13.9284M14.1667 14.1667H3.33333C3.11232 14.1667 2.90036 14.0789 2.74408 13.9226C2.5878 13.7663 2.5 13.5544 2.5 13.3334V11.6667C2.5 11.4457 2.5878 11.2337 2.74408 11.0775C2.90036 10.9212 3.11232 10.8334 3.33333 10.8334H10.8333",
|
|
11
|
+
] as const;
|
|
12
|
+
|
|
13
|
+
/** Paw / pets — stroke paths, 20×20 viewBox. */
|
|
14
|
+
export const PAW_PATHS = [
|
|
15
|
+
"M12.25 11.25C11.3334 9.58329 11.0492 9.16663 10.0001 9.16663C8.95088 9.16663 8.55338 9.79579 7.63672 11.4558C6.85172 12.875 5.26505 12.9933 4.86922 14.1983C4.78838 14.4191 4.74838 14.7625 4.75005 15C4.75005 15.98 5.40588 16.6666 6.25005 16.6666C7.29922 16.6666 8.75005 15.8333 10.0001 15.8333C11.2501 15.8333 12.7009 16.6666 13.7501 16.6666C14.5942 16.6666 15.25 15.9808 15.25 15C15.25 14.7625 15.2092 14.4191 15.1284 14.1983C14.7325 12.9891 13.035 12.6691 12.25 11.25Z",
|
|
16
|
+
"M16.8241 6.73496C16.7171 6.68971 16.602 6.66647 16.4858 6.66663H16.4733C15.8608 6.67663 15.1733 7.29163 14.8125 8.22163C14.38 9.33413 14.5791 10.4716 15.2608 10.765C15.3683 10.8108 15.4833 10.8333 15.5991 10.8333C16.215 10.8333 16.9116 10.215 17.275 9.27829C17.705 8.16579 17.5016 7.02829 16.8241 6.73496Z",
|
|
17
|
+
"M7.89628 7.50004C7.94211 7.50004 7.98711 7.50004 8.03211 7.49087C8.81878 7.38421 9.30961 6.36921 9.13211 5.22254C8.96295 4.14171 8.25961 3.33337 7.52211 3.33337C7.47628 3.33337 7.43128 3.33337 7.38628 3.34254C6.59961 3.44921 6.10878 4.46421 6.28628 5.61087C6.45628 6.68837 7.15961 7.50004 7.89711 7.50004H7.89628Z",
|
|
18
|
+
"M13.7139 5.61088C13.8922 4.46421 13.4014 3.44921 12.6139 3.34254C12.5692 3.33635 12.5241 3.33329 12.4789 3.33338C11.7414 3.33338 11.0389 4.14171 10.8706 5.22254C10.6922 6.36921 11.1831 7.38421 11.9706 7.49088C12.0156 7.49671 12.0606 7.50004 12.1056 7.50004C12.8431 7.50004 13.5472 6.68838 13.7139 5.61088Z",
|
|
19
|
+
"M4.74152 10.765C5.42152 10.4716 5.61985 9.33246 5.18819 8.22163C4.82485 7.28496 4.12902 6.66663 3.51402 6.66663C3.39735 6.66663 3.28319 6.68913 3.17485 6.73496C2.49485 7.02829 2.29652 8.16746 2.72819 9.27829C3.09152 10.215 3.78735 10.8333 4.40235 10.8333C4.51902 10.8333 4.63319 10.8108 4.74152 10.765Z",
|
|
20
|
+
] as const;
|
|
21
|
+
|
|
22
|
+
/** Trash / waste — stroke path, 20×20 viewBox. */
|
|
23
|
+
export const TRASH_PATH =
|
|
24
|
+
"M7.5 2.5H12.5M2.5 5H17.5M15.8333 5L15.2489 13.7661C15.1612 15.0813 15.1174 15.7389 14.8333 16.2375C14.5833 16.6765 14.206 17.0294 13.7514 17.2497C13.235 17.5 12.5759 17.5 11.2578 17.5H8.74221C7.42409 17.5 6.76503 17.5 6.24861 17.2497C5.79396 17.0294 5.41674 16.6765 5.16665 16.2375C4.88259 15.7389 4.83875 15.0813 4.75107 13.7661L4.16667 5M8.33333 8.75V12.9167M11.6667 8.75V12.9167";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import Svg, { Path } from "react-native-svg";
|
|
2
|
+
import { colors } from "../../theme";
|
|
3
|
+
import type { IconProps } from "../types";
|
|
4
|
+
import { LOCATION_USER_PATH } from "./locationUserPath";
|
|
5
|
+
|
|
6
|
+
export { LOCATION_USER_PATH } from "./locationUserPath";
|
|
7
|
+
|
|
8
|
+
/** Native — react-native-svg (peer dependency). */
|
|
9
|
+
export function LocationUserIcon({ size = 16, color = colors.grey0 }: IconProps) {
|
|
10
|
+
return (
|
|
11
|
+
<Svg width={size} height={size} viewBox="0 0 16 16" fill="none">
|
|
12
|
+
<Path d={LOCATION_USER_PATH} fill={color} />
|
|
13
|
+
</Svg>
|
|
14
|
+
);
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { colors } from "../../theme";
|
|
2
|
+
import type { IconProps } from "../types";
|
|
3
|
+
import { LOCATION_USER_PATH } from "./locationUserPath";
|
|
4
|
+
|
|
5
|
+
export { LOCATION_USER_PATH } from "./locationUserPath";
|
|
6
|
+
|
|
7
|
+
/** Web / Storybook — plain SVG (no react-native-svg). */
|
|
8
|
+
export function LocationUserIcon({ size = 16, color = colors.grey0 }: IconProps) {
|
|
9
|
+
return (
|
|
10
|
+
<svg width={size} height={size} viewBox="0 0 16 16" fill="none" aria-hidden>
|
|
11
|
+
<path d={LOCATION_USER_PATH} fill={color} />
|
|
12
|
+
</svg>
|
|
13
|
+
);
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LocationUserIcon, LOCATION_USER_PATH } from "./LocationUserIcon";
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const LOCATION_USER_PATH =
|
|
2
|
+
"M10.9127 8.5267C10.8313 8.4943 10.7443 8.47826 10.6566 8.47949C10.569 8.48073 10.4825 8.4992 10.402 8.53387C10.3216 8.56854 10.2487 8.61872 10.1876 8.68154C10.1265 8.74437 10.0784 8.81861 10.046 8.90003C10.0136 8.98145 9.99758 9.06845 9.99882 9.15607C10 9.24369 10.0185 9.3302 10.0532 9.41068C10.0879 9.49116 10.138 9.56402 10.2009 9.62511C10.2637 9.68619 10.3379 9.7343 10.4193 9.7667C11.3927 10.1534 11.9993 10.7534 11.9993 11.3334C11.9993 12.28 10.3593 13.3334 7.99935 13.3334C5.63935 13.3334 3.99935 12.28 3.99935 11.3334C3.99935 10.7534 4.60602 10.1534 5.57935 9.7667C5.74378 9.70128 5.87549 9.57321 5.94551 9.41068C6.01552 9.24815 6.0181 9.06446 5.95268 8.90003C5.88726 8.73559 5.7592 8.60388 5.59667 8.53387C5.43414 8.46386 5.25045 8.46128 5.08602 8.5267C3.57268 9.1267 2.66602 10.1734 2.66602 11.3334C2.66602 13.2 5.00602 14.6667 7.99935 14.6667C10.9927 14.6667 13.3327 13.2 13.3327 11.3334C13.3327 10.1734 12.426 9.1267 10.9127 8.5267ZM7.33268 6.57336V11.3334C7.33268 11.5102 7.40292 11.6797 7.52794 11.8048C7.65297 11.9298 7.82254 12 7.99935 12C8.17616 12 8.34573 11.9298 8.47075 11.8048C8.59578 11.6797 8.66602 11.5102 8.66602 11.3334V6.57336C9.29445 6.4111 9.84214 6.02521 10.2064 5.48802C10.5707 4.95084 10.7265 4.29924 10.6448 3.65536C10.563 3.01149 10.2492 2.41954 9.76217 1.99048C9.27517 1.56142 8.6484 1.32471 7.99935 1.32471C7.3503 1.32471 6.72353 1.56142 6.23653 1.99048C5.74952 2.41954 5.43572 3.01149 5.35394 3.65536C5.27215 4.29924 5.42801 4.95084 5.79228 5.48802C6.15656 6.02521 6.70424 6.4111 7.33268 6.57336V6.57336ZM7.99935 2.6667C8.26306 2.6667 8.52084 2.74489 8.74011 2.8914C8.95937 3.03791 9.13027 3.24615 9.23119 3.48978C9.33211 3.73342 9.35851 4.00151 9.30706 4.26015C9.25562 4.51879 9.12863 4.75637 8.94216 4.94284C8.75569 5.12931 8.51811 5.2563 8.25947 5.30774C8.00083 5.35919 7.73274 5.33279 7.4891 5.23187C7.24547 5.13095 7.03723 4.96005 6.89072 4.74079C6.74421 4.52152 6.66602 4.26374 6.66602 4.00003C6.66602 3.64641 6.80649 3.30727 7.05654 3.05722C7.30659 2.80717 7.64573 2.6667 7.99935 2.6667Z";
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import Svg, { Path } from "react-native-svg";
|
|
2
|
+
import { colors } from "../../theme";
|
|
3
|
+
import type { IconProps } from "../types";
|
|
4
|
+
import { LOCK_PATH } from "./lockPath";
|
|
5
|
+
|
|
6
|
+
export { LOCK_PATH } from "./lockPath";
|
|
7
|
+
|
|
8
|
+
/** Native — react-native-svg (peer dependency). */
|
|
9
|
+
export function LockIcon({ size = 32, color = colors.primary, strokeWidth = 2 }: IconProps) {
|
|
10
|
+
return (
|
|
11
|
+
<Svg width={size} height={size} viewBox="0 0 32 32" fill="none">
|
|
12
|
+
<Path
|
|
13
|
+
d={LOCK_PATH}
|
|
14
|
+
stroke={color}
|
|
15
|
+
strokeWidth={strokeWidth}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { LOCK_PATH } from "./lockPath";
|
|
2
|
+
import { colors } from "../../theme";
|
|
3
|
+
import type { IconProps } from "../types";
|
|
4
|
+
|
|
5
|
+
export function LockIcon({ size = 32, color = colors.primary, strokeWidth = 2 }: IconProps) {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
width={size}
|
|
9
|
+
height={size}
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
aria-hidden
|
|
14
|
+
>
|
|
15
|
+
<path
|
|
16
|
+
d={LOCK_PATH}
|
|
17
|
+
stroke={color}
|
|
18
|
+
strokeWidth={strokeWidth}
|
|
19
|
+
strokeLinecap="round"
|
|
20
|
+
strokeLinejoin="round"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { LOCK_PATH } from "./lockPath";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LockIcon, LOCK_PATH } from "./LockIcon";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Padlock — stroke path, 32×32 viewBox. */
|
|
2
|
+
export const LOCK_PATH =
|
|
3
|
+
"M22.6673 13.3333V10.6667C22.6673 6.98477 19.6825 4 16.0007 4C12.3188 4 9.33398 6.98477 9.33398 10.6667V13.3333M16.0007 19.3333V22M11.734 28H20.2673C22.5075 28 23.6276 28 24.4833 27.564C25.2359 27.1805 25.8479 26.5686 26.2313 25.816C26.6673 24.9603 26.6673 23.8402 26.6673 21.6V19.7333C26.6673 17.4931 26.6673 16.373 26.2313 15.5174C25.8479 14.7647 25.2359 14.1528 24.4833 13.7693C23.6276 13.3333 22.5075 13.3333 20.2673 13.3333H11.734C9.49377 13.3333 8.37367 13.3333 7.51802 13.7693C6.76537 14.1528 6.15345 14.7647 5.76996 15.5174C5.33398 16.373 5.33398 17.4931 5.33398 19.7333V21.6C5.33398 23.8402 5.33398 24.9603 5.76996 25.816C6.15345 26.5686 6.76537 27.1805 7.51802 27.564C8.37367 28 9.49377 28 11.734 28Z";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import Svg, { Path } from "react-native-svg";
|
|
2
|
+
import { colors } from "../../theme";
|
|
3
|
+
import type { IconProps } from "../types";
|
|
4
|
+
import { REFRESH_PATH } from "./refreshPath";
|
|
5
|
+
|
|
6
|
+
export function RefreshIcon({ size = 20, color = colors.white, strokeWidth = 2 }: IconProps) {
|
|
7
|
+
return (
|
|
8
|
+
<Svg width={size} height={size} viewBox="0 0 20 20" fill="none">
|
|
9
|
+
<Path
|
|
10
|
+
d={REFRESH_PATH}
|
|
11
|
+
stroke={color}
|
|
12
|
+
strokeWidth={strokeWidth}
|
|
13
|
+
strokeLinecap="round"
|
|
14
|
+
strokeLinejoin="round"
|
|
15
|
+
/>
|
|
16
|
+
</Svg>
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export { REFRESH_PATH } from "./refreshPath";
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { colors } from "../../theme";
|
|
2
|
+
import type { IconProps } from "../types";
|
|
3
|
+
import { REFRESH_PATH } from "./refreshPath";
|
|
4
|
+
|
|
5
|
+
export function RefreshIcon({ size = 20, color = colors.white, strokeWidth = 2 }: IconProps) {
|
|
6
|
+
return (
|
|
7
|
+
<svg width={size} height={size} viewBox="0 0 20 20" fill="none" aria-hidden>
|
|
8
|
+
<path
|
|
9
|
+
d={REFRESH_PATH}
|
|
10
|
+
stroke={color}
|
|
11
|
+
strokeWidth={strokeWidth}
|
|
12
|
+
strokeLinecap="round"
|
|
13
|
+
strokeLinejoin="round"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { REFRESH_PATH } from "./refreshPath";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RefreshIcon, REFRESH_PATH } from "./RefreshIcon";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Reset / refresh — viewBox 0 0 20 20. */
|
|
2
|
+
export const REFRESH_PATH =
|
|
3
|
+
"M17.4993 8.33333C17.4993 8.33333 15.8285 6.05685 14.4712 4.69854C13.1138 3.34022 11.238 2.5 9.16602 2.5C5.02388 2.5 1.66602 5.85786 1.66602 10C1.66602 14.1421 5.02388 17.5 9.16602 17.5C12.5853 17.5 15.4701 15.2119 16.3729 12.0833M12.4993 8.33333H17.4993V3.33333";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import Svg, { Path } from "react-native-svg";
|
|
2
|
+
import { colors } from "../../theme";
|
|
3
|
+
import type { IconProps } from "../types";
|
|
4
|
+
import { REFUND_STATUS_PATH } from "./refundStatusPath";
|
|
5
|
+
|
|
6
|
+
export function RefundStatusIcon({
|
|
7
|
+
size = 16,
|
|
8
|
+
color = colors.primary,
|
|
9
|
+
strokeWidth = 2,
|
|
10
|
+
}: IconProps) {
|
|
11
|
+
return (
|
|
12
|
+
<Svg width={size} height={size} viewBox="0 0 16 16" fill="none">
|
|
13
|
+
<Path
|
|
14
|
+
d={REFUND_STATUS_PATH}
|
|
15
|
+
stroke={color}
|
|
16
|
+
strokeWidth={strokeWidth}
|
|
17
|
+
strokeLinecap="round"
|
|
18
|
+
strokeLinejoin="round"
|
|
19
|
+
/>
|
|
20
|
+
</Svg>
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { REFUND_STATUS_PATH } from "./refundStatusPath";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { colors } from "../../theme";
|
|
2
|
+
import type { IconProps } from "../types";
|
|
3
|
+
import { REFUND_STATUS_PATH } from "./refundStatusPath";
|
|
4
|
+
|
|
5
|
+
export function RefundStatusIcon({
|
|
6
|
+
size = 16,
|
|
7
|
+
color = colors.primary,
|
|
8
|
+
strokeWidth = 2,
|
|
9
|
+
}: IconProps) {
|
|
10
|
+
return (
|
|
11
|
+
<svg width={size} height={size} viewBox="0 0 16 16" fill="none" aria-hidden>
|
|
12
|
+
<path
|
|
13
|
+
d={REFUND_STATUS_PATH}
|
|
14
|
+
stroke={color}
|
|
15
|
+
strokeWidth={strokeWidth}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { REFUND_STATUS_PATH } from "./refundStatusPath";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RefundStatusIcon, REFUND_STATUS_PATH } from "./RefundStatusIcon";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
/** Refund-in-progress clock — viewBox 0 0 16 16. */
|
|
2
|
+
export const REFUND_STATUS_PATH =
|
|
3
|
+
"M15.1333 7.66667L13.8004 9L12.4666 7.66667M13.9634 8.66667C13.9876 8.44778 14 8.22534 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C9.88484 14 11.5667 13.1309 12.6667 11.7716M8 4.66667V8L10 9.33333";
|
package/src/icons/index.ts
CHANGED
|
@@ -7,6 +7,7 @@ export { Icon } from "./Icon";
|
|
|
7
7
|
|
|
8
8
|
export { AmenityIcon } from "./Amenity";
|
|
9
9
|
export type { AmenityIconProps, AmenityName } from "./Amenity";
|
|
10
|
+
export { AlertTriangleIcon } from "./AlertTriangle";
|
|
10
11
|
export { AppleIcon } from "./Store";
|
|
11
12
|
export { ArrowRightIcon } from "./ArrowRight";
|
|
12
13
|
export { BagIcon } from "./Bag";
|
|
@@ -21,6 +22,7 @@ export { ChevronDownIcon } from "./ChevronDown";
|
|
|
21
22
|
export { ChevronLeftIcon } from "./ChevronLeft";
|
|
22
23
|
export { ClockIcon } from "./Clock";
|
|
23
24
|
export { CloseIcon } from "./Close";
|
|
25
|
+
export { EditIcon } from "./Edit";
|
|
24
26
|
export {
|
|
25
27
|
BathroomsIcon,
|
|
26
28
|
BedroomsIcon,
|
|
@@ -34,11 +36,13 @@ export {
|
|
|
34
36
|
CheckSuccessIcon,
|
|
35
37
|
ClockFilledIcon,
|
|
36
38
|
CopyIcon,
|
|
39
|
+
DownloadIcon,
|
|
37
40
|
QrCodeIcon,
|
|
38
41
|
ShareIcon,
|
|
39
42
|
TooltipArrowIcon,
|
|
40
43
|
WhatsAppIcon,
|
|
41
44
|
} from "./CottageDetail";
|
|
45
|
+
export { QuietHoursIcon, NoSmokingIcon, PawIcon, TrashIcon } from "./HouseRules";
|
|
42
46
|
export { FacebookIcon } from "./Facebook";
|
|
43
47
|
export { FiltersIcon } from "./Filters";
|
|
44
48
|
export { HeartIcon } from "./Heart";
|
|
@@ -52,6 +56,8 @@ export { LayoutGridIcon } from "./LayoutGrid";
|
|
|
52
56
|
export { LinkedInIcon } from "./LinkedIn";
|
|
53
57
|
export { ListViewIcon } from "./ListView";
|
|
54
58
|
export { LocationPinIcon } from "./LocationPin";
|
|
59
|
+
export { LocationUserIcon } from "./LocationUser";
|
|
60
|
+
export { LockIcon } from "./Lock";
|
|
55
61
|
export { LogOutIcon } from "./LogOut";
|
|
56
62
|
export { MailIcon } from "./Mail";
|
|
57
63
|
export { MapViewIcon } from "./MapView";
|
|
@@ -62,6 +68,8 @@ export { NavigateIcon } from "./Navigate";
|
|
|
62
68
|
export { PhoneIcon } from "./Phone";
|
|
63
69
|
export { PlusIcon } from "./Plus";
|
|
64
70
|
export { MinusIcon } from "./Minus";
|
|
71
|
+
export { RefreshIcon } from "./Refresh";
|
|
72
|
+
export { RefundStatusIcon } from "./RefundStatus";
|
|
65
73
|
export { SearchIcon } from "./Search";
|
|
66
74
|
export { SettingsIcon } from "./Settings";
|
|
67
75
|
export { ShowIcon } from "./Show";
|