@sunzi/icon 1.0.11 → 1.0.13
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 +4 -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-image-photo-plus-solid.tsx +7 -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-font-add-solid.tsx +3 -3
- package/src/customeow-shein/default/icon-font-solid.tsx +4 -4
- package/src/customeow-shein/default/icon-image-photo-plus-solid.tsx +7 -1
- package/src/customeow-shein/index.json +1 -2
- package/src/customeow-shein/index.tsx +1 -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/index.d.ts +1 -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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sunzi/icon",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "React Icon Set",
|
|
5
5
|
"types": "./types",
|
|
6
6
|
"files": [
|
|
@@ -40,6 +40,9 @@
|
|
|
40
40
|
"exports": {
|
|
41
41
|
"./customeow": {
|
|
42
42
|
"import": "./dist/customeow/index.es.js"
|
|
43
|
+
},
|
|
44
|
+
"./customeow-shein": {
|
|
45
|
+
"import": "./dist/customeow-shein/index.es.js"
|
|
43
46
|
}
|
|
44
47
|
},
|
|
45
48
|
"typesVersions": {
|
|
@@ -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,7 +21,13 @@ export const IconImagePhotoPlusSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M1 5.25C1 4.65326 1.23705 4.08097 1.65901 3.65901C2.08097 3.23705 2.65326 3 3.25 3H16.75C17.0455 3 17.3381 3.0582 17.611 3.17127C17.884 3.28434 18.1321 3.45008 18.341 3.65901C18.5499 3.86794 18.7157 4.11598 18.8287 4.38896C18.9418 4.66194 19 4.95453 19 5.25V9.5H13.5C11.9944 9.5 10.6831 10.3318 10.0006 11.5609L6.53 8.091C6.38937 7.95055 6.19875 7.87166 6 7.87166C5.80125 7.87166 5.61063 7.95055 5.47 8.091L2.5 11.06V14.75C2.5 15.164 2.836 15.5 3.25 15.5H9.5V17H3.25C2.65326 17 2.08097 16.7629 1.65901 16.341C1.23705 15.919 1 15.3467 1 14.75V5.25ZM12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8C10.7348 8 10.4804 7.89464 10.2929 7.70711C10.1054 7.51957 10 7.26522 10 7C10 6.73478 10.1054 6.48043 10.2929 6.29289C10.4804 6.10536 10.7348 6 11 6C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12
|
|
24
|
+
d="M1 5.25C1 4.65326 1.23705 4.08097 1.65901 3.65901C2.08097 3.23705 2.65326 3 3.25 3H16.75C17.0455 3 17.3381 3.0582 17.611 3.17127C17.884 3.28434 18.1321 3.45008 18.341 3.65901C18.5499 3.86794 18.7157 4.11598 18.8287 4.38896C18.9418 4.66194 19 4.95453 19 5.25V9.5H13.5C11.9944 9.5 10.6831 10.3318 10.0006 11.5609L6.53 8.091C6.38937 7.95055 6.19875 7.87166 6 7.87166C5.80125 7.87166 5.61063 7.95055 5.47 8.091L2.5 11.06V14.75C2.5 15.164 2.836 15.5 3.25 15.5H9.5V17H3.25C2.65326 17 2.08097 16.7629 1.65901 16.341C1.23705 15.919 1 15.3467 1 14.75V5.25ZM12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8C10.7348 8 10.4804 7.89464 10.2929 7.70711C10.1054 7.51957 10 7.26522 10 7C10 6.73478 10.1054 6.48043 10.2929 6.29289C10.4804 6.10536 10.7348 6 11 6C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12 7Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M16.25 12C16.25 11.5858 15.9142 11.25 15.5 11.25C15.0858 11.25 14.75 11.5858 14.75 12V14.25H12.5C12.0858 14.25 11.75 14.5858 11.75 15C11.75 15.4142 12.0858 15.75 12.5 15.75H14.75V18C14.75 18.4142 15.0858 18.75 15.5 18.75C15.9142 18.75 16.25 18.4142 16.25 18V15.75H18.5C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25H16.25V12Z"
|
|
25
31
|
fill={color}
|
|
26
32
|
fillRule="evenodd"
|
|
27
33
|
clipRule="evenodd"
|
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;
|
|
@@ -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,7 +21,13 @@ export const IconImagePhotoPlusSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M1 5.25C1 4.65326 1.23705 4.08097 1.65901 3.65901C2.08097 3.23705 2.65326 3 3.25 3H16.75C17.0455 3 17.3381 3.0582 17.611 3.17127C17.884 3.28434 18.1321 3.45008 18.341 3.65901C18.5499 3.86794 18.7157 4.11598 18.8287 4.38896C18.9418 4.66194 19 4.95453 19 5.25V9.5H13.5C11.9944 9.5 10.6831 10.3318 10.0006 11.5609L6.53 8.091C6.38937 7.95055 6.19875 7.87166 6 7.87166C5.80125 7.87166 5.61063 7.95055 5.47 8.091L2.5 11.06V14.75C2.5 15.164 2.836 15.5 3.25 15.5H9.5V17H3.25C2.65326 17 2.08097 16.7629 1.65901 16.341C1.23705 15.919 1 15.3467 1 14.75V5.25ZM12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8C10.7348 8 10.4804 7.89464 10.2929 7.70711C10.1054 7.51957 10 7.26522 10 7C10 6.73478 10.1054 6.48043 10.2929 6.29289C10.4804 6.10536 10.7348 6 11 6C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12
|
|
24
|
+
d="M1 5.25C1 4.65326 1.23705 4.08097 1.65901 3.65901C2.08097 3.23705 2.65326 3 3.25 3H16.75C17.0455 3 17.3381 3.0582 17.611 3.17127C17.884 3.28434 18.1321 3.45008 18.341 3.65901C18.5499 3.86794 18.7157 4.11598 18.8287 4.38896C18.9418 4.66194 19 4.95453 19 5.25V9.5H13.5C11.9944 9.5 10.6831 10.3318 10.0006 11.5609L6.53 8.091C6.38937 7.95055 6.19875 7.87166 6 7.87166C5.80125 7.87166 5.61063 7.95055 5.47 8.091L2.5 11.06V14.75C2.5 15.164 2.836 15.5 3.25 15.5H9.5V17H3.25C2.65326 17 2.08097 16.7629 1.65901 16.341C1.23705 15.919 1 15.3467 1 14.75V5.25ZM12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8C10.7348 8 10.4804 7.89464 10.2929 7.70711C10.1054 7.51957 10 7.26522 10 7C10 6.73478 10.1054 6.48043 10.2929 6.29289C10.4804 6.10536 10.7348 6 11 6C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12 7Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M16.25 12C16.25 11.5858 15.9142 11.25 15.5 11.25C15.0858 11.25 14.75 11.5858 14.75 12V14.25H12.5C12.0858 14.25 11.75 14.5858 11.75 15C11.75 15.4142 12.0858 15.75 12.5 15.75H14.75V18C14.75 18.4142 15.0858 18.75 15.5 18.75C15.9142 18.75 16.25 18.4142 16.25 18V15.75H18.5C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25H16.25V12Z"
|
|
25
31
|
fill={color}
|
|
26
32
|
fillRule="evenodd"
|
|
27
33
|
clipRule="evenodd"
|
|
@@ -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" },
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|