@sunzi/icon 1.0.10 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/customeow/index.es.js +1 -1
- package/dist/customeow/index.es.js.map +1 -1
- package/dist/customeow-shein/index.es.js +1 -1
- package/dist/customeow-shein/index.es.js.map +1 -1
- package/manifest.json +1 -2
- package/package.json +1 -1
- package/src/customeow/default/icon-arrow-left-circle-solid.tsx +36 -0
- package/src/customeow/default/icon-font-add-solid.tsx +3 -3
- package/src/customeow/default/icon-font-solid.tsx +4 -4
- package/src/customeow/default/icon-qr-code-solid.tsx +29 -1
- package/src/customeow/index.json +1 -2
- package/src/customeow/index.tsx +1 -2
- package/src/customeow-shein/default/icon-arrow-left-circle-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-checkbox-solid.tsx +36 -0
- package/src/customeow-shein/default/icon-chevron-up-down.tsx +36 -0
- package/src/customeow-shein/default/icon-close-dis-circle-solid.tsx +2 -0
- package/src/customeow-shein/default/icon-font-add-solid.tsx +3 -3
- package/src/customeow-shein/default/icon-font-solid.tsx +4 -4
- package/src/customeow-shein/default/icon-local-outline.tsx +40 -0
- package/src/customeow-shein/default/icon-qr-code-solid.tsx +29 -1
- package/src/customeow-shein/index.json +4 -2
- package/src/customeow-shein/index.tsx +4 -2
- package/types/customeow/default/icon-arrow-left-circle-solid.d.ts +3 -0
- package/types/customeow/index.d.ts +1 -2
- package/types/customeow-shein/default/icon-arrow-left-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-checkbox-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-chevron-up-down.d.ts +3 -0
- package/types/customeow-shein/default/icon-local-outline.d.ts +3 -0
- package/types/customeow-shein/index.d.ts +4 -2
- package/types/customeow/default/icon-arrow-dis-left-circle-solid.d.ts +0 -3
- package/types/customeow/default/icon-close-dis-circle-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-arrow-dis-left-circle-solid.d.ts +0 -3
- package/types/customeow-shein/default/icon-close-dis-circle-solid.d.ts +0 -3
package/manifest.json
CHANGED
|
@@ -152,8 +152,7 @@
|
|
|
152
152
|
"icon-click-solid": "48/default/icon-click-solid.svg",
|
|
153
153
|
"icon-puzzle-piece-solid": "48/default/icon-puzzle-piece-solid.svg",
|
|
154
154
|
"icon-keyboard-solid": "48/default/icon-keyboard-solid.svg",
|
|
155
|
-
"icon-
|
|
156
|
-
"icon-arrow-dis-left-circle-solid": "48/default/icon-arrow-dis-left-circle-solid.svg",
|
|
155
|
+
"icon-arrow-left-circle-solid": "48/default/icon-arrow-left-circle-solid.svg",
|
|
157
156
|
"icon-font-add-solid": "48/default/icon-font-add-solid.svg",
|
|
158
157
|
"icon-font-solid": "48/default/icon-font-solid.svg",
|
|
159
158
|
"icon-qr-code-solid": "48/default/icon-qr-code-solid.svg",
|
package/package.json
CHANGED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconArrowLeftCircleSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-icon customeow-icon-icon-arrow-left-circle-solid`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10ZM9.81699 7.94195C10.0611 7.69787 10.0611 7.30215 9.81699 7.05807C9.57292 6.81399 9.17719 6.81399 8.93311 7.05807L6.43311 9.55807C6.18903 9.80215 6.18903 10.1979 6.43311 10.442L8.93311 12.942C9.17719 13.186 9.57291 13.186 9.81699 12.942C10.0611 12.6979 10.0611 12.3021 9.81699 12.0581L8.38393 10.625H13.125C13.4702 10.625 13.75 10.3452 13.75 10C13.75 9.65483 13.4702 9.37501 13.125 9.37501H8.38393L9.81699 7.94195Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconArrowLeftCircleSolid.displayName = "IconArrowLeftCircleSolid";
|
|
35
|
+
|
|
36
|
+
export default IconArrowLeftCircleSolid;
|
|
@@ -14,18 +14,18 @@ export const IconFontAddSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
14
14
|
};
|
|
15
15
|
return (
|
|
16
16
|
<svg
|
|
17
|
-
viewBox="0 0
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
18
|
fill="none"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
{...props}
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M8.81251 7.91767H7.95589C7.94039 7.91767 7.92992 7.90166 7.936 7.88723L8.3056 7.01025C8.33551 6.93928 8.43501 6.93937 8.46479 7.0104L8.83242 7.88727C8.83846 7.90169 8.828 7.91767 8.81251 7.91767ZM12.4868 9.4976C12.2035 9.54775 11.8834 9.51946 11.8001 9.26946 11.7167 9.01946 11.9834 8.9028 12.1667 8.8528 12.3501 8.8028 12.8997 8.7528 13.2834 8.7528 13.2834 8.94844 13.1167 9.38613 12.4868 9.4976Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
/>
|
|
27
27
|
<path
|
|
28
|
-
d="
|
|
28
|
+
d="M5.00004 2.08334C4.07957 2.08334 3.33337 2.82954 3.33337 3.75001V16.25C3.33337 17.1705 4.07957 17.9167 5.00004 17.9167H15.8334C16.7538 17.9167 17.5 17.1705 17.5 16.25V7.73165C17.5 7.31466 17.3437 6.91282 17.062 6.60544L13.6598 2.89403C13.1863 2.37746 12.5177 2.08334 11.817 2.08334H5.00004ZM10.7122 11.815C10.6172 11.72 10.4885 11.6667 10.3542 11.6667C10.2199 11.6667 10.0912 11.72 9.99622 11.815L8.30872 13.5025C8.11102 13.7002 8.11102 14.0207 8.30872 14.2184C8.50642 14.4161 8.82697 14.4161 9.02467 14.2184L9.84794 13.3951L9.84794 15.3271C9.84794 15.6067 10.0746 15.8333 10.3542 15.8333C10.6338 15.8333 10.8604 15.6067 10.8604 15.3271L10.8604 13.3951L11.6837 14.2184C11.8814 14.4161 12.202 14.4161 12.3997 14.2184C12.5974 14.0207 12.5974 13.7002 12.3997 13.5025L10.7122 11.815ZM9.25312 8.89073L9.78172 10.1516C9.8619 10.3428 10.0513 10.4983 10.2554 10.4667C10.9001 10.3667 10.7167 9.80001 10.7167 9.80001L8.86612 5.31934C8.68726 4.89357 8.0843 4.89357 7.90544 5.31934L6.04049 9.7588C5.89877 10.0962 6.14723 10.4667 6.51054 10.4667C6.71523 10.4667 6.90055 10.3441 6.98036 10.1547L7.51309 8.89069C7.51649 8.88263 7.52432 8.8774 7.53298 8.8774H9.23321C9.24189 8.8774 9.24973 8.88265 9.25312 8.89073ZM12.584 6.3028C11.6847 6.2528 11.0334 6.88613 10.8667 7.33613C10.7695 7.6296 10.939 7.80498 11.1334 7.9028C11.3278 8.00062 11.6501 7.96946 11.8001 7.73613L11.8121 7.7173C11.9592 7.48803 12.1288 7.2236 12.5667 7.2528C13.0667 7.28613 13.3001 7.63613 13.3001 7.8028C12.9113 7.8028 12.4001 7.80597 11.7834 7.9528C11.1667 8.09962 10.7334 8.56659 10.7334 9.22774C10.7334 9.60553 10.9667 9.931 11.2167 10.1361C11.4501 10.3276 11.8664 10.4695 12.2501 10.4695C12.3334 10.4695 12.983 10.4556 13.3667 10.2195C13.3667 10.2382 13.5167 10.4881 13.8334 10.4695C14.1501 10.4508 14.3334 10.1842 14.3334 10.0028V7.95267C14.3334 6.95422 13.4834 6.3528 12.584 6.3028Z"
|
|
29
29
|
fill={color}
|
|
30
30
|
fillRule="evenodd"
|
|
31
31
|
clipRule="evenodd"
|
|
@@ -14,26 +14,26 @@ export const IconFontSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
14
14
|
};
|
|
15
15
|
return (
|
|
16
16
|
<svg
|
|
17
|
-
viewBox="0 0
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
18
|
fill="none"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
{...props}
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M3.94612 1.14868C2.91735 1.14868 2.08337 1.98266 2.08337 3.01141V16.9819C2.08337 18.0107 2.91735 18.8446 3.94612 18.8446H16.054C17.0827 18.8446 17.9167 18.0107 17.9167 16.9819V7.46145C17.9167 6.99541 17.742 6.5463 17.4271 6.20275L13.6247 2.05474C13.0955 1.4774 12.3482 1.14868 11.565 1.14868H3.94612Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
28
28
|
/>
|
|
29
29
|
<path
|
|
30
|
-
d="
|
|
30
|
+
d="M8.89506 8.7914L9.459 10.1365C9.54453 10.3405 9.74655 10.5065 9.9643 10.4727C10.6521 10.366 10.4565 9.76145 10.4565 9.76145L8.48219 4.98132C8.29138 4.5271 7.64812 4.5271 7.4573 4.98133L5.4677 9.71748C5.31651 10.0774 5.58158 10.4727 5.96917 10.4727C6.18754 10.4727 6.38524 10.3419 6.47039 10.1399L7.03873 8.79135C7.04235 8.78275 7.0507 8.77717 7.05995 8.77717H8.87382C8.88308 8.77717 8.89144 8.78277 8.89506 8.7914ZM12.4486 6.03051C11.4891 5.97717 10.7943 6.65283 10.6165 7.1329C10.5128 7.44598 10.6936 7.63308 10.901 7.73744C11.1084 7.8418 11.4522 7.80856 11.6122 7.55964L11.6251 7.53954C11.782 7.29495 11.9629 7.01285 12.4301 7.044C12.9636 7.07956 13.2125 7.45295 13.2125 7.63076C12.7978 7.63076 12.2523 7.63414 11.5944 7.79078C10.9366 7.94742 10.4743 8.4456 10.4743 9.15093C10.4743 9.55397 10.7232 9.90119 10.9899 10.12C11.2388 10.3243 11.683 10.4756 12.0923 10.4756C12.1812 10.4756 12.8743 10.4608 13.2836 10.2089C13.2836 10.229 13.4436 10.4955 13.7815 10.4756C14.1193 10.4558 14.3149 10.1713 14.3149 9.97779V7.79065C14.3149 6.72547 13.4081 6.08385 12.4486 6.03051ZM7.51112 7.75331H8.425C8.44152 7.75331 8.45269 7.73626 8.44624 7.72088L8.05404 6.7854C8.02227 6.70963 7.91612 6.70953 7.88421 6.78524L7.48991 7.72084C7.48342 7.73622 7.49458 7.75331 7.51112 7.75331ZM12.3449 9.43883C12.0426 9.49233 11.7011 9.46215 11.6122 9.19544C11.5233 8.92874 11.8078 8.80427 12.0034 8.75093C12.199 8.69759 12.7854 8.64425 13.1947 8.64425C13.1947 8.85297 13.0169 9.31991 12.3449 9.43883Z"
|
|
31
31
|
fill={color}
|
|
32
32
|
fillRule="evenodd"
|
|
33
33
|
clipRule="evenodd"
|
|
34
34
|
/>
|
|
35
35
|
<path
|
|
36
|
-
d="
|
|
36
|
+
d="M7.38703 14.256H6.57017V15.1013C6.57017 15.2905 6.41681 15.4438 6.22762 15.4438 6.03843 15.4438 5.88507 15.2905 5.88507 15.1013V13.0115C5.88507 12.7249 6.11738 12.4926 6.40396 12.4926H7.59378C7.73931 12.4926 7.85728 12.6105 7.85728 12.7561 7.85728 12.9016 7.73931 13.0196 7.59378 13.0196H6.57017V13.729H7.38703C7.53256 13.729 7.65053 13.847 7.65053 13.9925 7.65053 14.138 7.53256 14.256 7.38703 14.256ZM8.98102 13.2101C9.31614 13.2101 9.57694 13.3138 9.76342 13.5212 9.9499 13.7286 10.0431 13.9972 10.0431 14.3269V14.3695C10.0431 14.7006 9.9499 14.9695 9.76342 15.1762 9.57694 15.383 9.3175 15.4864 8.98508 15.4864 8.64861 15.4864 8.38713 15.383 8.20065 15.1762 8.01417 14.9695 7.92093 14.7006 7.92093 14.3695V14.3269C7.92093 13.9972 8.01417 13.7286 8.20065 13.5212 8.38713 13.3138 8.64725 13.2101 8.98102 13.2101ZM8.98102 13.7371C8.84589 13.7371 8.74961 13.7911 8.69218 13.8992 8.63475 14.0074 8.60604 14.1499 8.60604 14.3269V14.3695C8.60604 14.5533 8.63475 14.6975 8.69218 14.8023 8.74961 14.907 8.84725 14.9594 8.98508 14.9594 9.11886 14.9594 9.2148 14.9067 9.2729 14.8012 9.32132 14.7134 9.34957 14.5988 9.35764 14.4575L9.36006 14.3269C9.36006 14.1486 9.33101 14.0057 9.2729 13.8982 9.2148 13.7908 9.1175 13.7371 8.98102 13.7371ZM10.9936 13.5077 11.0019 13.5587C11.0735 13.4493 11.1621 13.3638 11.2675 13.3023 11.3729 13.2408 11.4904 13.2101 11.6201 13.2101 11.835 13.2101 12.0029 13.283 12.1238 13.429 12.2448 13.5749 12.3052 13.8067 12.3052 14.1242V15.1012C12.3052 15.2904 12.1519 15.4438 11.9627 15.4438 11.7735 15.4438 11.6201 15.2904 11.6201 15.1012V14.1222C11.6201 13.983 11.5978 13.884 11.5533 13.8253 11.5087 13.7665 11.4438 13.7371 11.3587 13.7371 11.2857 13.7371 11.2202 13.7499 11.1621 13.7756 11.1039 13.8013 11.0553 13.8378 11.0161 13.8851V15.1023C11.0161 15.2909 10.8632 15.4438 10.6746 15.4438 10.4859 15.4438 10.333 15.2909 10.333 15.1023V13.5719C10.333 13.4106 10.4519 13.277 10.6068 13.2541L10.6664 13.2506C10.8237 13.2506 10.9576 13.359 10.9936 13.5077ZM13.4644 13.048V13.2507H13.5739C13.7049 13.2507 13.8111 13.3568 13.8111 13.4878 13.8111 13.6188 13.7049 13.725 13.5739 13.725H13.4644V14.7304C13.4644 14.8087 13.4803 14.8651 13.5121 14.8996 13.5829 14.9764 13.6347 14.9624 13.805 14.931 13.9753 14.8996 14.0259 15.306 13.8516 15.4378 13.6773 15.5695 13.1525 15.5096 12.9547 15.306 12.8378 15.1857 12.7793 14.9952 12.7793 14.7344V13.725H12.7104C12.5794 13.725 12.4733 13.6188 12.4733 13.4878 12.4733 13.3568 12.5794 13.2507 12.7104 13.2507H12.7793V13.048C12.7793 12.8588 12.9327 12.7054 13.1219 12.7054 13.3111 12.7054 13.4644 12.8588 13.4644 13.048Z"
|
|
37
37
|
fill={color}
|
|
38
38
|
/>
|
|
39
39
|
</svg>
|
|
@@ -21,11 +21,39 @@ export const IconQrCodeSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M3.89792 4.59792C3.89792 4.21132 4.21132 3.89792 4.59792 3.89792H5.72208C6.10868 3.89792 6.42208 4.21132 6.42208 4.59792V5.72208C6.42208 6.10868 6.10868 6.42208 5.72208 6.42208H4.59792C4.21132 6.42208 3.89792 6.10868 3.89792 5.72208V4.59792Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M3 1C1.89543 1 1 1.89543 1 3V7.32C1 8.42457 1.89543 9.32 3 9.32H7.32C8.42457 9.32 9.32 8.42457 9.32 7.32V3C9.32 1.89543 8.42457 1 7.32 1H3ZM3.13005 2.12994C2.57777 2.12994 2.13005 2.57765 2.13005 3.12994V7.19006C2.13005 7.74235 2.57777 8.19006 3.13005 8.19006H7.19017C7.74246 8.19006 8.19017 7.74235 8.19017 7.19006V3.12994C8.19017 2.57765 7.74246 2.12994 7.19017 2.12994H3.13005Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M3.89792 14.278C3.89792 13.8914 4.21132 13.578 4.59792 13.578H5.72208C6.10868 13.578 6.42208 13.8914 6.42208 14.278V15.4021C6.42208 15.7887 6.10868 16.1021 5.72208 16.1021H4.59792C4.21132 16.1021 3.89792 15.7887 3.89792 15.4021V14.278Z"
|
|
35
|
+
fill={color}
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M3 10.6801C1.89543 10.6801 1 11.5755 1 12.6801V17.0001C1 18.1046 1.89543 19.0001 3 19.0001H7.32C8.42457 19.0001 9.32 18.1046 9.32 17.0001V12.6801C9.32 11.5755 8.42457 10.6801 7.32 10.6801H3ZM3.13005 11.81C2.57777 11.81 2.13005 12.2577 2.13005 12.81V16.8701C2.13005 17.4224 2.57777 17.8701 3.13005 17.8701H7.19017C7.74246 17.8701 8.19017 17.4224 8.19017 16.8701V12.81C8.19017 12.2577 7.74246 11.81 7.19017 11.81H3.13005Z"
|
|
25
39
|
fill={color}
|
|
26
40
|
fillRule="evenodd"
|
|
27
41
|
clipRule="evenodd"
|
|
28
42
|
/>
|
|
43
|
+
<path
|
|
44
|
+
d="M14.278 3.89792C13.8914 3.89792 13.578 4.21132 13.578 4.59792V5.72208C13.578 6.10868 13.8914 6.42208 14.278 6.42208H15.4021C15.7887 6.42208 16.1021 6.10868 16.1021 5.72208V4.59792C16.1021 4.21132 15.7887 3.89792 15.4021 3.89792H14.278Z"
|
|
45
|
+
fill={color}
|
|
46
|
+
/>
|
|
47
|
+
<path
|
|
48
|
+
d="M10.6801 3C10.6801 1.89543 11.5755 1 12.6801 1H17.0001C18.1046 1 19.0001 1.89543 19.0001 3V7.32C19.0001 8.42457 18.1046 9.32 17.0001 9.32H12.6801C11.5755 9.32 10.6801 8.42457 10.6801 7.32V3ZM11.8101 3.12994C11.8101 2.57765 12.2578 2.12994 12.8101 2.12994H16.8702C17.4225 2.12994 17.8702 2.57765 17.8702 3.12994V7.19006C17.8702 7.74235 17.4225 8.19006 16.8702 8.19006H12.8101C12.2578 8.19006 11.8101 7.74235 11.8101 7.19006V3.12994Z"
|
|
49
|
+
fill={color}
|
|
50
|
+
fillRule="evenodd"
|
|
51
|
+
clipRule="evenodd"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M11.7356 11.2271C11.4042 11.2271 11.1356 11.4957 11.1356 11.8271V12.3471C11.1356 12.6784 11.4042 12.9471 11.7356 12.9471H12.2556C12.587 12.9471 12.8556 12.6784 12.8556 12.3471V11.8271C12.8556 11.4957 12.587 11.2271 12.2556 11.2271H11.7356ZM16.9519 11.8271C16.9519 11.4957 17.2205 11.2271 17.5519 11.2271H18.0719C18.4033 11.2271 18.6719 11.4957 18.6719 11.8271V12.3471C18.6719 12.6784 18.4033 12.9471 18.0719 12.9471H17.5519C17.2205 12.9471 16.9519 12.6784 16.9519 12.3471V11.8271ZM14.0617 12.8777C13.7303 12.8777 13.4617 13.1463 13.4617 13.4777V15.2777C13.4617 15.6091 13.7303 15.8777 14.0617 15.8777H14.4617C14.793 15.8777 15.0617 15.6091 15.0617 15.2777V13.4777C15.0617 13.1463 14.793 12.8777 14.4617 12.8777H14.0617ZM11.1356 17.5435C11.1356 17.2121 11.4042 16.9435 11.7356 16.9435H12.2556C12.587 16.9435 12.8556 17.2121 12.8556 17.5435V18.0635C12.8556 18.3949 12.587 18.6635 12.2556 18.6635H11.7356C11.4042 18.6635 11.1356 18.3949 11.1356 18.0635V17.5435ZM18.1719 15.0387C18.448 15.0387 18.6719 15.2626 18.6719 15.5387V17.8635C18.6719 18.3053 18.3137 18.6635 17.8719 18.6635H15.5616C15.2855 18.6635 15.0616 18.4396 15.0616 18.1635V17.4435C15.0616 17.1673 15.2855 16.9435 15.5616 16.9435H16.9519V15.5387C16.9519 15.2626 17.1758 15.0387 17.4519 15.0387H18.1719Z"
|
|
55
|
+
fill={color}
|
|
56
|
+
/>
|
|
29
57
|
</svg>
|
|
30
58
|
);
|
|
31
59
|
}
|
package/src/customeow/index.json
CHANGED
|
@@ -151,8 +151,7 @@
|
|
|
151
151
|
{ "componentName": "IconClickSolid" },
|
|
152
152
|
{ "componentName": "IconPuzzlePieceSolid" },
|
|
153
153
|
{ "componentName": "IconKeyboardSolid" },
|
|
154
|
-
{ "componentName": "
|
|
155
|
-
{ "componentName": "IconArrowDisLeftCircleSolid" },
|
|
154
|
+
{ "componentName": "IconArrowLeftCircleSolid" },
|
|
156
155
|
{ "componentName": "IconFontAddSolid" },
|
|
157
156
|
{ "componentName": "IconFontSolid" },
|
|
158
157
|
{ "componentName": "IconQrCodeSolid" },
|
package/src/customeow/index.tsx
CHANGED
|
@@ -149,8 +149,7 @@ export { default as IconSwatchMinusSolid } from "./default/icon-swatch-minus-sol
|
|
|
149
149
|
export { default as IconClickSolid } from "./default/icon-click-solid";
|
|
150
150
|
export { default as IconPuzzlePieceSolid } from "./default/icon-puzzle-piece-solid";
|
|
151
151
|
export { default as IconKeyboardSolid } from "./default/icon-keyboard-solid";
|
|
152
|
-
export { default as
|
|
153
|
-
export { default as IconArrowDisLeftCircleSolid } from "./default/icon-arrow-dis-left-circle-solid";
|
|
152
|
+
export { default as IconArrowLeftCircleSolid } from "./default/icon-arrow-left-circle-solid";
|
|
154
153
|
export { default as IconFontAddSolid } from "./default/icon-font-add-solid";
|
|
155
154
|
export { default as IconFontSolid } from "./default/icon-font-solid";
|
|
156
155
|
export { default as IconQrCodeSolid } from "./default/icon-qr-code-solid";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconArrowLeftCircleSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-arrow-left-circle-solid`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10ZM9.81699 7.94195C10.0611 7.69787 10.0611 7.30215 9.81699 7.05807C9.57292 6.81399 9.17719 6.81399 8.93311 7.05807L6.43311 9.55807C6.18903 9.80215 6.18903 10.1979 6.43311 10.442L8.93311 12.942C9.17719 13.186 9.57291 13.186 9.81699 12.942C10.0611 12.6979 10.0611 12.3021 9.81699 12.0581L8.38393 10.625H13.125C13.4702 10.625 13.75 10.3452 13.75 10C13.75 9.65483 13.4702 9.37501 13.125 9.37501H8.38393L9.81699 7.94195Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconArrowLeftCircleSolid.displayName = "IconArrowLeftCircleSolid";
|
|
35
|
+
|
|
36
|
+
export default IconArrowLeftCircleSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconCheckboxSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-checkbox-solid`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M15.2112 5.94589C15.7243 6.40772 15.7659 7.19808 15.3041 7.71122L9.67912 13.9612C9.44971 14.2161 9.12567 14.3656 8.78286 14.3746C8.44006 14.3836 8.1086 14.2514 7.86612 14.0089L4.74112 10.8839C4.25296 10.3957 4.25296 9.60428 4.74112 9.11613C5.22927 8.62797 6.02073 8.62797 6.50888 9.11613L8.70226 11.3095L13.4459 6.0388C13.9077 5.52567 14.6981 5.48407 15.2112 5.94589Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconCheckboxSolid.displayName = "IconCheckboxSolid";
|
|
35
|
+
|
|
36
|
+
export default IconCheckboxSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconChevronUpDown = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-chevron-up-down`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M10 3C10.2086 3 10.4077 3.08684 10.5496 3.23966L13.7996 6.73966C14.0815 7.04319 14.0639 7.51774 13.7603 7.7996C13.4568 8.08145 12.9823 8.06387 12.7004 7.76034L10 4.85221L7.2996 7.76034C7.01775 8.06387 6.5432 8.08145 6.23966 7.79959C5.93613 7.51774 5.91856 7.04319 6.20041 6.73966L9.45041 3.23966C9.59232 3.08684 9.79145 3 10 3ZM6.23967 12.2004C6.5432 11.9186 7.01775 11.9361 7.2996 12.2397L10 15.1478L12.7004 12.2397C12.9823 11.9361 13.4568 11.9186 13.7603 12.2004C14.0639 12.4823 14.0815 12.9568 13.7996 13.2603L10.5496 16.7603C10.4077 16.9132 10.2086 17 10 17C9.79145 17 9.59232 16.9132 9.45041 16.7603L6.20041 13.2603C5.91856 12.9568 5.93613 12.4823 6.23967 12.2004Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconChevronUpDown.displayName = "IconChevronUpDown";
|
|
35
|
+
|
|
36
|
+
export default IconChevronUpDown;
|
|
@@ -21,12 +21,14 @@ export const IconCloseDisCircleSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
+
opacity=".12"
|
|
24
25
|
d="M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25Z"
|
|
25
26
|
fill={color}
|
|
26
27
|
fillRule="evenodd"
|
|
27
28
|
clipRule="evenodd"
|
|
28
29
|
/>
|
|
29
30
|
<path
|
|
31
|
+
opacity=".3"
|
|
30
32
|
d="M9.21967 9.21967C9.51256 8.92678 9.98744 8.92678 10.2803 9.21967L12 10.9393L13.7197 9.21967C14.0126 8.92678 14.4874 8.92678 14.7803 9.21967C15.0732 9.51256 15.0732 9.98744 14.7803 10.2803L13.0607 12L14.7803 13.7197C15.0732 14.0126 15.0732 14.4874 14.7803 14.7803C14.4874 15.0732 14.0126 15.0732 13.7197 14.7803L12 13.0607L10.2803 14.7803C9.98744 15.0732 9.51256 15.0732 9.21967 14.7803C8.92678 14.4874 8.92678 14.0126 9.21967 13.7197L10.9393 12L9.21967 10.2803C8.92678 9.98744 8.92678 9.51256 9.21967 9.21967Z"
|
|
31
33
|
fill={color}
|
|
32
34
|
fillRule="evenodd"
|
|
@@ -14,18 +14,18 @@ export const IconFontAddSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
14
14
|
};
|
|
15
15
|
return (
|
|
16
16
|
<svg
|
|
17
|
-
viewBox="0 0
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
18
|
fill="none"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
{...props}
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M8.81251 7.91767H7.95589C7.94039 7.91767 7.92992 7.90166 7.936 7.88723L8.3056 7.01025C8.33551 6.93928 8.43501 6.93937 8.46479 7.0104L8.83242 7.88727C8.83846 7.90169 8.828 7.91767 8.81251 7.91767ZM12.4868 9.4976C12.2035 9.54775 11.8834 9.51946 11.8001 9.26946 11.7167 9.01946 11.9834 8.9028 12.1667 8.8528 12.3501 8.8028 12.8997 8.7528 13.2834 8.7528 13.2834 8.94844 13.1167 9.38613 12.4868 9.4976Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
/>
|
|
27
27
|
<path
|
|
28
|
-
d="
|
|
28
|
+
d="M5.00004 2.08334C4.07957 2.08334 3.33337 2.82954 3.33337 3.75001V16.25C3.33337 17.1705 4.07957 17.9167 5.00004 17.9167H15.8334C16.7538 17.9167 17.5 17.1705 17.5 16.25V7.73165C17.5 7.31466 17.3437 6.91282 17.062 6.60544L13.6598 2.89403C13.1863 2.37746 12.5177 2.08334 11.817 2.08334H5.00004ZM10.7122 11.815C10.6172 11.72 10.4885 11.6667 10.3542 11.6667C10.2199 11.6667 10.0912 11.72 9.99622 11.815L8.30872 13.5025C8.11102 13.7002 8.11102 14.0207 8.30872 14.2184C8.50642 14.4161 8.82697 14.4161 9.02467 14.2184L9.84794 13.3951L9.84794 15.3271C9.84794 15.6067 10.0746 15.8333 10.3542 15.8333C10.6338 15.8333 10.8604 15.6067 10.8604 15.3271L10.8604 13.3951L11.6837 14.2184C11.8814 14.4161 12.202 14.4161 12.3997 14.2184C12.5974 14.0207 12.5974 13.7002 12.3997 13.5025L10.7122 11.815ZM9.25312 8.89073L9.78172 10.1516C9.8619 10.3428 10.0513 10.4983 10.2554 10.4667C10.9001 10.3667 10.7167 9.80001 10.7167 9.80001L8.86612 5.31934C8.68726 4.89357 8.0843 4.89357 7.90544 5.31934L6.04049 9.7588C5.89877 10.0962 6.14723 10.4667 6.51054 10.4667C6.71523 10.4667 6.90055 10.3441 6.98036 10.1547L7.51309 8.89069C7.51649 8.88263 7.52432 8.8774 7.53298 8.8774H9.23321C9.24189 8.8774 9.24973 8.88265 9.25312 8.89073ZM12.584 6.3028C11.6847 6.2528 11.0334 6.88613 10.8667 7.33613C10.7695 7.6296 10.939 7.80498 11.1334 7.9028C11.3278 8.00062 11.6501 7.96946 11.8001 7.73613L11.8121 7.7173C11.9592 7.48803 12.1288 7.2236 12.5667 7.2528C13.0667 7.28613 13.3001 7.63613 13.3001 7.8028C12.9113 7.8028 12.4001 7.80597 11.7834 7.9528C11.1667 8.09962 10.7334 8.56659 10.7334 9.22774C10.7334 9.60553 10.9667 9.931 11.2167 10.1361C11.4501 10.3276 11.8664 10.4695 12.2501 10.4695C12.3334 10.4695 12.983 10.4556 13.3667 10.2195C13.3667 10.2382 13.5167 10.4881 13.8334 10.4695C14.1501 10.4508 14.3334 10.1842 14.3334 10.0028V7.95267C14.3334 6.95422 13.4834 6.3528 12.584 6.3028Z"
|
|
29
29
|
fill={color}
|
|
30
30
|
fillRule="evenodd"
|
|
31
31
|
clipRule="evenodd"
|
|
@@ -14,26 +14,26 @@ export const IconFontSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
14
14
|
};
|
|
15
15
|
return (
|
|
16
16
|
<svg
|
|
17
|
-
viewBox="0 0
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
18
|
fill="none"
|
|
19
19
|
xmlns="http://www.w3.org/2000/svg"
|
|
20
20
|
{...props}
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M3.94612 1.14868C2.91735 1.14868 2.08337 1.98266 2.08337 3.01141V16.9819C2.08337 18.0107 2.91735 18.8446 3.94612 18.8446H16.054C17.0827 18.8446 17.9167 18.0107 17.9167 16.9819V7.46145C17.9167 6.99541 17.742 6.5463 17.4271 6.20275L13.6247 2.05474C13.0955 1.4774 12.3482 1.14868 11.565 1.14868H3.94612Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
28
28
|
/>
|
|
29
29
|
<path
|
|
30
|
-
d="
|
|
30
|
+
d="M8.89506 8.7914L9.459 10.1365C9.54453 10.3405 9.74655 10.5065 9.9643 10.4727C10.6521 10.366 10.4565 9.76145 10.4565 9.76145L8.48219 4.98132C8.29138 4.5271 7.64812 4.5271 7.4573 4.98133L5.4677 9.71748C5.31651 10.0774 5.58158 10.4727 5.96917 10.4727C6.18754 10.4727 6.38524 10.3419 6.47039 10.1399L7.03873 8.79135C7.04235 8.78275 7.0507 8.77717 7.05995 8.77717H8.87382C8.88308 8.77717 8.89144 8.78277 8.89506 8.7914ZM12.4486 6.03051C11.4891 5.97717 10.7943 6.65283 10.6165 7.1329C10.5128 7.44598 10.6936 7.63308 10.901 7.73744C11.1084 7.8418 11.4522 7.80856 11.6122 7.55964L11.6251 7.53954C11.782 7.29495 11.9629 7.01285 12.4301 7.044C12.9636 7.07956 13.2125 7.45295 13.2125 7.63076C12.7978 7.63076 12.2523 7.63414 11.5944 7.79078C10.9366 7.94742 10.4743 8.4456 10.4743 9.15093C10.4743 9.55397 10.7232 9.90119 10.9899 10.12C11.2388 10.3243 11.683 10.4756 12.0923 10.4756C12.1812 10.4756 12.8743 10.4608 13.2836 10.2089C13.2836 10.229 13.4436 10.4955 13.7815 10.4756C14.1193 10.4558 14.3149 10.1713 14.3149 9.97779V7.79065C14.3149 6.72547 13.4081 6.08385 12.4486 6.03051ZM7.51112 7.75331H8.425C8.44152 7.75331 8.45269 7.73626 8.44624 7.72088L8.05404 6.7854C8.02227 6.70963 7.91612 6.70953 7.88421 6.78524L7.48991 7.72084C7.48342 7.73622 7.49458 7.75331 7.51112 7.75331ZM12.3449 9.43883C12.0426 9.49233 11.7011 9.46215 11.6122 9.19544C11.5233 8.92874 11.8078 8.80427 12.0034 8.75093C12.199 8.69759 12.7854 8.64425 13.1947 8.64425C13.1947 8.85297 13.0169 9.31991 12.3449 9.43883Z"
|
|
31
31
|
fill={color}
|
|
32
32
|
fillRule="evenodd"
|
|
33
33
|
clipRule="evenodd"
|
|
34
34
|
/>
|
|
35
35
|
<path
|
|
36
|
-
d="
|
|
36
|
+
d="M7.38703 14.256H6.57017V15.1013C6.57017 15.2905 6.41681 15.4438 6.22762 15.4438 6.03843 15.4438 5.88507 15.2905 5.88507 15.1013V13.0115C5.88507 12.7249 6.11738 12.4926 6.40396 12.4926H7.59378C7.73931 12.4926 7.85728 12.6105 7.85728 12.7561 7.85728 12.9016 7.73931 13.0196 7.59378 13.0196H6.57017V13.729H7.38703C7.53256 13.729 7.65053 13.847 7.65053 13.9925 7.65053 14.138 7.53256 14.256 7.38703 14.256ZM8.98102 13.2101C9.31614 13.2101 9.57694 13.3138 9.76342 13.5212 9.9499 13.7286 10.0431 13.9972 10.0431 14.3269V14.3695C10.0431 14.7006 9.9499 14.9695 9.76342 15.1762 9.57694 15.383 9.3175 15.4864 8.98508 15.4864 8.64861 15.4864 8.38713 15.383 8.20065 15.1762 8.01417 14.9695 7.92093 14.7006 7.92093 14.3695V14.3269C7.92093 13.9972 8.01417 13.7286 8.20065 13.5212 8.38713 13.3138 8.64725 13.2101 8.98102 13.2101ZM8.98102 13.7371C8.84589 13.7371 8.74961 13.7911 8.69218 13.8992 8.63475 14.0074 8.60604 14.1499 8.60604 14.3269V14.3695C8.60604 14.5533 8.63475 14.6975 8.69218 14.8023 8.74961 14.907 8.84725 14.9594 8.98508 14.9594 9.11886 14.9594 9.2148 14.9067 9.2729 14.8012 9.32132 14.7134 9.34957 14.5988 9.35764 14.4575L9.36006 14.3269C9.36006 14.1486 9.33101 14.0057 9.2729 13.8982 9.2148 13.7908 9.1175 13.7371 8.98102 13.7371ZM10.9936 13.5077 11.0019 13.5587C11.0735 13.4493 11.1621 13.3638 11.2675 13.3023 11.3729 13.2408 11.4904 13.2101 11.6201 13.2101 11.835 13.2101 12.0029 13.283 12.1238 13.429 12.2448 13.5749 12.3052 13.8067 12.3052 14.1242V15.1012C12.3052 15.2904 12.1519 15.4438 11.9627 15.4438 11.7735 15.4438 11.6201 15.2904 11.6201 15.1012V14.1222C11.6201 13.983 11.5978 13.884 11.5533 13.8253 11.5087 13.7665 11.4438 13.7371 11.3587 13.7371 11.2857 13.7371 11.2202 13.7499 11.1621 13.7756 11.1039 13.8013 11.0553 13.8378 11.0161 13.8851V15.1023C11.0161 15.2909 10.8632 15.4438 10.6746 15.4438 10.4859 15.4438 10.333 15.2909 10.333 15.1023V13.5719C10.333 13.4106 10.4519 13.277 10.6068 13.2541L10.6664 13.2506C10.8237 13.2506 10.9576 13.359 10.9936 13.5077ZM13.4644 13.048V13.2507H13.5739C13.7049 13.2507 13.8111 13.3568 13.8111 13.4878 13.8111 13.6188 13.7049 13.725 13.5739 13.725H13.4644V14.7304C13.4644 14.8087 13.4803 14.8651 13.5121 14.8996 13.5829 14.9764 13.6347 14.9624 13.805 14.931 13.9753 14.8996 14.0259 15.306 13.8516 15.4378 13.6773 15.5695 13.1525 15.5096 12.9547 15.306 12.8378 15.1857 12.7793 14.9952 12.7793 14.7344V13.725H12.7104C12.5794 13.725 12.4733 13.6188 12.4733 13.4878 12.4733 13.3568 12.5794 13.2507 12.7104 13.2507H12.7793V13.048C12.7793 12.8588 12.9327 12.7054 13.1219 12.7054 13.3111 12.7054 13.4644 12.8588 13.4644 13.048Z"
|
|
37
37
|
fill={color}
|
|
38
38
|
/>
|
|
39
39
|
</svg>
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconLocalOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
6
|
+
const { className } = props;
|
|
7
|
+
props = {
|
|
8
|
+
...props,
|
|
9
|
+
width: `${props.width || props.size || 20}`,
|
|
10
|
+
height: `${props.height || props.size || 20}`,
|
|
11
|
+
className: `${
|
|
12
|
+
className ? className + " " : ""
|
|
13
|
+
}customeow-shein-icon customeow-shein-icon-icon-local-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M9.25 18C9.25 18.4142 9.58579 18.75 10 18.75C10.4142 18.75 10.75 18.4142 10.75 18V16.9603C14.0169 16.6123 16.6123 14.0169 16.9603 10.75L18 10.75C18.4142 10.75 18.75 10.4142 18.75 10C18.75 9.58579 18.4142 9.25 18 9.25L16.9603 9.25C16.6123 5.98308 14.0169 3.38769 10.75 3.03971V2C10.75 1.58578 10.4142 1.25 10 1.25C9.58579 1.25 9.25 1.58578 9.25 2V3.03971C5.98308 3.38769 3.38769 5.98308 3.03971 9.25H2C1.58579 9.25 1.25 9.58579 1.25 10C1.25 10.4142 1.58579 10.75 2 10.75H3.03971C3.38769 14.0169 5.98308 16.6123 9.25 16.9603V18ZM10 15.5C13.0376 15.5 15.5 13.0376 15.5 10C15.5 6.96243 13.0376 4.5 10 4.5C6.96243 4.5 4.5 6.96243 4.5 10C4.5 13.0376 6.96243 15.5 10 15.5Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconLocalOutline.displayName = "IconLocalOutline";
|
|
39
|
+
|
|
40
|
+
export default IconLocalOutline;
|