@sunzi/icon 1.0.37 → 1.0.39
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/es/customeow/default/icon-arrow-left-solid.js +1 -1
- package/es/customeow/default/icon-arrow-left-solid.js.map +1 -1
- package/es/customeow/default/icon-crop-square-1-to-1.js +2 -0
- package/es/customeow/default/icon-crop-square-1-to-1.js.map +1 -0
- package/es/customeow/default/icon-crop-square-1-to-2.js +2 -0
- package/es/customeow/default/icon-crop-square-1-to-2.js.map +1 -0
- package/es/customeow/default/icon-crop-square-2-to-1.js +2 -0
- package/es/customeow/default/icon-crop-square-2-to-1.js.map +1 -0
- package/es/customeow/default/icon-crop-square-2-to-3.js +2 -0
- package/es/customeow/default/icon-crop-square-2-to-3.js.map +1 -0
- package/es/customeow/default/icon-crop-square-3-to-2.js +2 -0
- package/es/customeow/default/icon-crop-square-3-to-2.js.map +1 -0
- package/es/customeow/default/icon-crop-square-3-to-4.js +2 -0
- package/es/customeow/default/icon-crop-square-3-to-4.js.map +1 -0
- package/es/customeow/default/icon-crop-square-4-to-3.js +2 -0
- package/es/customeow/default/icon-crop-square-4-to-3.js.map +1 -0
- package/es/customeow/default/icon-crop-square-freeform.js +2 -0
- package/es/customeow/default/icon-crop-square-freeform.js.map +1 -0
- package/es/customeow/default/icon-crop-square-horizontal.js +2 -0
- package/es/customeow/default/icon-crop-square-horizontal.js.map +1 -0
- package/es/customeow/default/icon-crop-square-vertically.js +2 -0
- package/es/customeow/default/icon-crop-square-vertically.js.map +1 -0
- package/es/customeow/default/icon-list-solid.js +1 -1
- package/es/customeow/default/icon-list-solid.js.map +1 -1
- package/es/customeow/default/icon-local-outline.js +1 -1
- package/es/customeow/default/icon-local-outline.js.map +1 -1
- package/es/customeow/default/icon-logo-google-solid.js +2 -0
- package/es/customeow/default/icon-logo-google-solid.js.map +1 -0
- package/es/customeow/default/icon-magic-wand-solid.js +1 -1
- package/es/customeow/default/icon-magic-wand-solid.js.map +1 -1
- package/es/customeow/default/icon-no-design-template-empty.js +1 -1
- package/es/customeow/default/icon-no-design-template-empty.js.map +1 -1
- package/es/customeow/default/icon-print-pattern-bicolor-solid.js +2 -0
- package/es/customeow/default/icon-print-pattern-bicolor-solid.js.map +1 -0
- package/es/customeow/default/icon-system-too-old.js +1 -1
- package/es/customeow/default/icon-system-too-old.js.map +1 -1
- package/es/customeow/default/icon-tailoring-crop.js +2 -0
- package/es/customeow/default/icon-tailoring-crop.js.map +1 -0
- package/es/customeow/default/icon-tool-font-preview-outline.js +2 -0
- package/es/customeow/default/icon-tool-font-preview-outline.js.map +1 -0
- package/es/customeow/default/icon-tool-url-unlink-outline.js +1 -1
- package/es/customeow/default/icon-tool-url-unlink-outline.js.map +1 -1
- package/es/customeow/index.js +1 -1
- package/es/customeow-shein/default/icon-500-empty.js +1 -1
- package/es/customeow-shein/default/icon-500-empty.js.map +1 -1
- package/es/customeow-shein/default/icon-arrow-chevron-right-outline.js +1 -1
- package/es/customeow-shein/default/icon-arrow-chevron-right-outline.js.map +1 -1
- package/es/customeow-shein/default/icon-font-search-empty.js +2 -0
- package/es/customeow-shein/default/icon-font-search-empty.js.map +1 -0
- package/es/customeow-shein/default/icon-local-outline.js +1 -1
- package/es/customeow-shein/default/icon-local-outline.js.map +1 -1
- package/es/customeow-shein/default/icon-map-pin-outline.js +1 -1
- package/es/customeow-shein/default/icon-map-pin-outline.js.map +1 -1
- package/es/customeow-shein/default/icon-network-connection-timeout.js +2 -0
- package/es/customeow-shein/default/icon-network-connection-timeout.js.map +1 -0
- package/es/customeow-shein/default/icon-security-checking-fail-empty.js +1 -1
- package/es/customeow-shein/default/icon-security-checking-fail-empty.js.map +1 -1
- package/es/customeow-shein/index.js +1 -1
- package/manifest.json +266 -49
- package/package.json +2 -1
- package/src/customeow/default/icon-arrow-left-solid.tsx +1 -1
- package/src/customeow/default/icon-crop-square-1-to-1.tsx +38 -0
- package/src/customeow/default/icon-crop-square-1-to-2.tsx +31 -0
- package/src/customeow/default/icon-crop-square-2-to-1.tsx +39 -0
- package/src/customeow/default/icon-crop-square-2-to-3.tsx +39 -0
- package/src/customeow/default/icon-crop-square-3-to-2.tsx +39 -0
- package/src/customeow/default/icon-crop-square-3-to-4.tsx +31 -0
- package/src/customeow/default/icon-crop-square-4-to-3.tsx +31 -0
- package/src/customeow/default/icon-crop-square-freeform.tsx +36 -0
- package/src/customeow/default/icon-crop-square-horizontal.tsx +39 -0
- package/src/customeow/default/icon-crop-square-vertically.tsx +31 -0
- package/src/customeow/default/icon-list-solid.tsx +1 -1
- package/src/customeow/default/icon-local-outline.tsx +1 -1
- package/src/customeow/default/icon-logo-google-solid.tsx +46 -0
- package/src/customeow/default/icon-magic-wand-solid.tsx +2 -2
- package/src/customeow/default/icon-no-design-template-empty.tsx +3 -3
- package/src/customeow/default/icon-print-pattern-bicolor-solid.tsx +44 -0
- package/src/customeow/default/icon-system-too-old.tsx +1 -1
- package/src/customeow/default/icon-tailoring-crop.tsx +38 -0
- package/src/customeow/default/icon-tool-font-preview-outline.tsx +43 -0
- package/src/customeow/default/icon-tool-url-unlink-outline.tsx +1 -1
- package/src/customeow/index.json +15 -7
- package/src/customeow/index.tsx +15 -7
- package/src/customeow-shein/default/icon-500-empty.tsx +10 -38
- package/src/customeow-shein/default/icon-arrow-chevron-right-outline.tsx +2 -2
- package/src/customeow-shein/default/icon-font-search-empty.tsx +94 -0
- package/src/customeow-shein/default/icon-local-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-map-pin-outline.tsx +7 -1
- package/src/customeow-shein/default/icon-network-connection-timeout.tsx +79 -0
- package/src/customeow-shein/default/icon-security-checking-fail-empty.tsx +15 -15
- package/src/customeow-shein/index.json +4 -2
- package/src/customeow-shein/index.tsx +3 -1
- package/types/customeow/default/icon-crop-square-1-to-1.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-1-to-2.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-2-to-1.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-2-to-3.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-3-to-2.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-3-to-4.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-4-to-3.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-freeform.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-horizontal.d.ts +3 -0
- package/types/customeow/default/icon-crop-square-vertically.d.ts +3 -0
- package/types/customeow/default/icon-logo-google-solid.d.ts +3 -0
- package/types/customeow/default/icon-print-pattern-bicolor-solid.d.ts +3 -0
- package/types/customeow/default/icon-tailoring-crop.d.ts +3 -0
- package/types/customeow/default/icon-tool-font-preview-outline.d.ts +3 -0
- package/types/customeow/index.d.ts +15 -7
- package/types/customeow-shein/default/icon-arrow-chevron-right-outline.d.ts +1 -1
- package/types/customeow-shein/default/icon-font-search-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-network-connection-timeout.d.ts +3 -0
- package/types/customeow-shein/index.d.ts +3 -1
|
@@ -21,47 +21,26 @@ export const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M27.5 84.5C27.5 84.5 27.5 86 27.5 89C27.5 94.5227 36 93.3254 37 90.5C37.9326 87.8651 34.6667 86.5 33 89C31.4757 91.2865 32.7397 93.5731 41 93.9469"
|
|
25
25
|
stroke={color}
|
|
26
26
|
strokeWidth="1.5"
|
|
27
27
|
strokeLinecap="round"
|
|
28
28
|
strokeLinejoin="round"
|
|
29
29
|
/>
|
|
30
|
-
<
|
|
31
|
-
|
|
32
|
-
y="42"
|
|
33
|
-
width="47"
|
|
34
|
-
height="18"
|
|
35
|
-
rx="2"
|
|
36
|
-
fill={color}
|
|
37
|
-
stroke={color}
|
|
38
|
-
strokeWidth="1.5"
|
|
39
|
-
strokeLinejoin="round"
|
|
40
|
-
/>
|
|
41
|
-
<rect
|
|
42
|
-
x="54"
|
|
43
|
-
y="60"
|
|
44
|
-
width="47"
|
|
45
|
-
height="18"
|
|
46
|
-
rx="2"
|
|
47
|
-
fill={color}
|
|
30
|
+
<path
|
|
31
|
+
d="M54 44C54 42.8954 54.8954 42 56 42H99C100.105 42 101 42.8954 101 44V58C101 59.1046 100.105 60 99 60H77V51.5C77 50.3954 76.1046 49.5 75 49.5H54V44ZM77 60H99C100.105 60 101 60.8954 101 62V76C101 77.1046 100.105 78 99 78H77V60Z"
|
|
48
32
|
stroke={color}
|
|
49
33
|
strokeWidth="1.5"
|
|
50
34
|
strokeLinejoin="round"
|
|
51
35
|
/>
|
|
52
|
-
<
|
|
53
|
-
|
|
54
|
-
y="78"
|
|
55
|
-
width="47"
|
|
56
|
-
height="18"
|
|
57
|
-
rx="2"
|
|
36
|
+
<path
|
|
37
|
+
d="M76.25 78C76.25 77.5858 76.5858 77.25 77 77.25H99C100.519 77.25 101.75 78.4812 101.75 80V94C101.75 95.5188 100.519 96.75 99 96.75H59C58.5858 96.75 58.25 96.4142 58.25 96C58.25 95.5858 58.5858 95.25 59 95.25H60C60.6904 95.25 61.25 94.6904 61.25 94C61.25 93.3096 60.6904 92.75 60 92.75H55C54.5858 92.75 54.25 92.4142 54.25 92V84.5C54.25 84.0858 54.5858 83.75 55 83.75H75C75.6904 83.75 76.25 83.1904 76.25 82.5V78ZM62.4501 95.25H99C99.6904 95.25 100.25 94.6904 100.25 94V80C100.25 79.3096 99.6904 78.75 99 78.75H77.75V82.5C77.75 84.0188 76.5188 85.25 75 85.25H55.75V91.25H60C61.5188 91.25 62.75 92.4812 62.75 94C62.75 94.4501 62.6419 94.875 62.4501 95.25Z"
|
|
58
38
|
fill={color}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
strokeLinejoin="round"
|
|
39
|
+
fillRule="evenodd"
|
|
40
|
+
clipRule="evenodd"
|
|
62
41
|
/>
|
|
63
42
|
<path
|
|
64
|
-
d="M85
|
|
43
|
+
d="M85 69H77M91.5 69H93M85 87H62.5M91.5 87H93M85 51H77M91.5 51H93"
|
|
65
44
|
stroke={color}
|
|
66
45
|
strokeWidth="1.5"
|
|
67
46
|
strokeLinecap="round"
|
|
@@ -99,13 +78,8 @@ export const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(
|
|
|
99
78
|
strokeLinecap="round"
|
|
100
79
|
strokeLinejoin="round"
|
|
101
80
|
/>
|
|
102
|
-
<
|
|
103
|
-
|
|
104
|
-
y="83"
|
|
105
|
-
width="7"
|
|
106
|
-
height="13"
|
|
107
|
-
rx="2"
|
|
108
|
-
fill={color}
|
|
81
|
+
<path
|
|
82
|
+
d="M48 84.5H55V92H48L48 84.5Z"
|
|
109
83
|
stroke={color}
|
|
110
84
|
strokeWidth="1.5"
|
|
111
85
|
strokeLinejoin="round"
|
|
@@ -116,7 +90,6 @@ export const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(
|
|
|
116
90
|
width="21"
|
|
117
91
|
height="4"
|
|
118
92
|
rx="2"
|
|
119
|
-
fill={color}
|
|
120
93
|
stroke={color}
|
|
121
94
|
strokeWidth="1.5"
|
|
122
95
|
strokeLinejoin="round"
|
|
@@ -127,7 +100,6 @@ export const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(
|
|
|
127
100
|
width="52"
|
|
128
101
|
height="35"
|
|
129
102
|
rx="2"
|
|
130
|
-
fill={color}
|
|
131
103
|
stroke={color}
|
|
132
104
|
strokeWidth="1.5"
|
|
133
105
|
strokeLinejoin="round"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { forwardRef } from "react";
|
|
2
|
-
import type { IconProps } from "
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
3
|
|
|
4
4
|
export const IconArrowChevronRightOutline = forwardRef<
|
|
5
5
|
SVGSVGElement,
|
|
@@ -23,7 +23,7 @@ export const IconArrowChevronRightOutline = forwardRef<
|
|
|
23
23
|
ref={forwardedRef}
|
|
24
24
|
>
|
|
25
25
|
<path
|
|
26
|
-
d="M7.
|
|
26
|
+
d="M7.53804 16.4419L6.65416 15.558L12.2122 9.99995L6.65415 4.4419L7.53804 3.55801L13.98 9.99995L7.53804 16.4419Z"
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
29
|
clipRule="evenodd"
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconFontSearchEmpty = 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-font-search-empty`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 120 120"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M4 108H10.1508M14.1454 108H108.562M113.425 108H116M62.4044 62.2243 64.7093 51.241 59.5724 50.163 57.7381 54.0347 54.7638 53.4105C53.1423 53.0702 52.1036 51.4799 52.4439 49.8583L54.642 39.3839C54.9823 37.7624 56.5726 36.7237 58.1942 37.064L87.2972 43.1714C88.9187 43.5116 89.9574 45.102 89.6171 46.7235L87.419 57.198C87.0787 58.8195 85.4883 59.8582 83.8668 59.5179L80.8925 58.8937 80.7694 54.6113 75.6325 53.5333 72.2362 69.7175 76.8432 70.6842C77.3837 70.7977 77.7299 71.3278 77.6165 71.8683L76.8811 75.3725C76.5408 76.9941 74.9505 78.0327 73.3289 77.6925L65.5739 76.065M57.9999 84.4755 64.1719 91.3301C64.9104 92.1503 64.8442 93.4139 64.024 94.1524V94.1524C63.2038 94.8909 61.9402 94.8247 61.2017 94.0045L54.8948 87"
|
|
25
|
+
stroke={color}
|
|
26
|
+
strokeWidth="1.5"
|
|
27
|
+
strokeLinecap="round"
|
|
28
|
+
strokeLinejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
<circle
|
|
31
|
+
cx="47"
|
|
32
|
+
cy="74"
|
|
33
|
+
r="15"
|
|
34
|
+
stroke={color}
|
|
35
|
+
strokeWidth="1.5"
|
|
36
|
+
strokeLinecap="round"
|
|
37
|
+
strokeLinejoin="round"
|
|
38
|
+
/>
|
|
39
|
+
<circle
|
|
40
|
+
cx="47"
|
|
41
|
+
cy="74"
|
|
42
|
+
r="11"
|
|
43
|
+
stroke={color}
|
|
44
|
+
strokeWidth="1.5"
|
|
45
|
+
strokeLinecap="round"
|
|
46
|
+
strokeLinejoin="round"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
d="M76 20L79 23M79 20L76 23"
|
|
50
|
+
stroke={color}
|
|
51
|
+
strokeWidth="1.5"
|
|
52
|
+
strokeLinecap="round"
|
|
53
|
+
strokeLinejoin="round"
|
|
54
|
+
/>
|
|
55
|
+
<circle
|
|
56
|
+
cx="94.8"
|
|
57
|
+
cy="27.8"
|
|
58
|
+
r="1.8"
|
|
59
|
+
stroke={color}
|
|
60
|
+
strokeWidth="1.2"
|
|
61
|
+
strokeLinecap="round"
|
|
62
|
+
strokeLinejoin="round"
|
|
63
|
+
/>
|
|
64
|
+
<circle
|
|
65
|
+
cx="36.2"
|
|
66
|
+
cy="17.2"
|
|
67
|
+
r="1.2"
|
|
68
|
+
fill={color}
|
|
69
|
+
stroke={color}
|
|
70
|
+
strokeLinecap="round"
|
|
71
|
+
strokeLinejoin="round"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
d="M20 32H24M22 34 22 30"
|
|
75
|
+
stroke={color}
|
|
76
|
+
strokeWidth="1.5"
|
|
77
|
+
strokeLinecap="round"
|
|
78
|
+
strokeLinejoin="round"
|
|
79
|
+
/>
|
|
80
|
+
<path
|
|
81
|
+
d="M50.9321 33.9116L48.3325 30.485M48.3118 37.2857L42.2216 33.297M47.1238 41.1052L43.4848 41.0206"
|
|
82
|
+
stroke={color}
|
|
83
|
+
strokeWidth="1.5"
|
|
84
|
+
strokeLinecap="round"
|
|
85
|
+
strokeLinejoin="round"
|
|
86
|
+
/>
|
|
87
|
+
</svg>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
);
|
|
91
|
+
|
|
92
|
+
IconFontSearchEmpty.displayName = "IconFontSearchEmpty";
|
|
93
|
+
|
|
94
|
+
export default IconFontSearchEmpty;
|
|
@@ -21,7 +21,7 @@ export const IconLocalOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M9.375 3.4041C6.21496 3.69978 3.69978 6.21496 3.4041 9.375H1.5V10.625H3.4041C3.69978 13.785 6.21496 16.3002 9.375 16.5959V18.5H10.625V16.5959C13.785 16.3002 16.3002 13.785 16.5959 10.625H18.5V9.375H16.5959C16.3002 6.21496 13.785 3.69978 10.625 3.40409V1.5H9.375V3.4041ZM9.375 4.66095V6.5H10.625V4.66095C13.094 4.94686 15.0531 6.90596 15.3391 9.375H13.5V10.625H15.3391C15.0531 13.094 13.094 15.0531 10.625 15.3391V13.5H9.375V15.3391C6.90596 15.0531 4.94686 13.094 4.66095 10.625H6.5V9.375H4.66095C4.94686 6.90596 6.90596 4.94686 9.375 4.66095Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -21,7 +21,13 @@ export const IconMapPinOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M10
|
|
24
|
+
d="M10 5.27856C8.05448 5.27856 6.47729 6.85575 6.47729 8.80132C6.47729 10.7469 8.05448 12.3241 10 12.3241C11.9456 12.3241 13.5228 10.7469 13.5228 8.80132C13.5228 6.85575 11.9456 5.27856 10 5.27856ZM7.72729 8.80132C7.72729 7.54611 8.74484 6.52856 10 6.52856C11.2553 6.52856 12.2728 7.54611 12.2728 8.80132C12.2728 10.0565 11.2553 11.0741 10 11.0741C8.74484 11.0741 7.72729 10.0565 7.72729 8.80132Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M9.60402 18.5574C9.60416 18.5575 9.60428 18.5576 10.0001 18.0739L9.60402 18.5574L10.0001 18.8814L10.3958 18.5576L10.0001 18.0739C10.3958 18.5576 10.3957 18.5577 10.3958 18.5576L10.3977 18.5561L10.4019 18.5526L10.4171 18.5401L10.4735 18.493C10.5223 18.4521 10.593 18.3921 10.6825 18.3148C10.8614 18.1603 11.1158 17.936 11.4204 17.6545C12.0288 17.0922 12.8418 16.2978 13.6568 15.3717C14.4699 14.4477 15.2968 13.3793 15.9234 12.2685C16.5454 11.1659 17.0001 9.96895 17.0001 8.80108C17.0001 4.93506 13.8661 1.80103 10.0001 1.80103C6.13403 1.80103 3 4.93506 3 8.80108C3 9.96895 3.45474 11.1659 4.07674 12.2685C4.70331 13.3793 5.53022 14.4477 6.34333 15.3717C7.15832 16.2978 7.97135 17.0922 8.57974 17.6545C8.88434 17.936 9.13866 18.1603 9.31761 18.3148C9.40711 18.3921 9.47783 18.4521 9.52663 18.493L9.58304 18.5401L9.5982 18.5526L9.60239 18.5561L9.60402 18.5574ZM4.25 8.80108C4.25 5.62541 6.82439 3.05103 10.0001 3.05103C13.1757 3.05103 15.7501 5.62541 15.7501 8.80108C15.7501 9.66163 15.408 10.638 14.8346 11.6544C14.2659 12.6626 13.499 13.6588 12.7184 14.5459C11.9396 15.4309 11.1589 16.194 10.5719 16.7365C10.3492 16.9424 10.1549 17.1159 10 17.2517C9.84515 17.1159 9.65091 16.9424 9.42816 16.7365C8.84123 16.194 8.0605 15.4309 7.28172 14.5459C6.50107 13.6588 5.73421 12.6626 5.16546 11.6544C4.59214 10.638 4.25 9.66163 4.25 8.80108Z"
|
|
25
31
|
fill={color}
|
|
26
32
|
fillRule="evenodd"
|
|
27
33
|
clipRule="evenodd"
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconNetworkConnectionTimeout = forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
8
|
+
const { className } = props;
|
|
9
|
+
props = {
|
|
10
|
+
...props,
|
|
11
|
+
width: `${props.width || props.size || 20}`,
|
|
12
|
+
height: `${props.height || props.size || 20}`,
|
|
13
|
+
className: `${
|
|
14
|
+
className ? className + " " : ""
|
|
15
|
+
}customeow-shein-icon customeow-shein-icon-icon-network-connection-timeout`,
|
|
16
|
+
};
|
|
17
|
+
return (
|
|
18
|
+
<svg
|
|
19
|
+
viewBox="0 0 120 120"
|
|
20
|
+
fill="none"
|
|
21
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...props}
|
|
23
|
+
ref={forwardedRef}
|
|
24
|
+
>
|
|
25
|
+
<path
|
|
26
|
+
d="M76 18L79 21M79 18L76 21"
|
|
27
|
+
stroke={color}
|
|
28
|
+
strokeWidth="1.5"
|
|
29
|
+
strokeLinecap="round"
|
|
30
|
+
strokeLinejoin="round"
|
|
31
|
+
/>
|
|
32
|
+
<circle
|
|
33
|
+
cx="94.8"
|
|
34
|
+
cy="27.8"
|
|
35
|
+
r="1.8"
|
|
36
|
+
stroke={color}
|
|
37
|
+
strokeWidth="1.2"
|
|
38
|
+
strokeLinecap="round"
|
|
39
|
+
strokeLinejoin="round"
|
|
40
|
+
/>
|
|
41
|
+
<circle
|
|
42
|
+
cx="36.2"
|
|
43
|
+
cy="17.2"
|
|
44
|
+
r="1.2"
|
|
45
|
+
fill={color}
|
|
46
|
+
stroke={color}
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
d="M20 32H24M22 34 22 30"
|
|
52
|
+
stroke={color}
|
|
53
|
+
strokeWidth="1.5"
|
|
54
|
+
strokeLinecap="round"
|
|
55
|
+
strokeLinejoin="round"
|
|
56
|
+
/>
|
|
57
|
+
<circle
|
|
58
|
+
cx="60"
|
|
59
|
+
cy="89.486"
|
|
60
|
+
r="3.757"
|
|
61
|
+
stroke={color}
|
|
62
|
+
strokeWidth="1.5"
|
|
63
|
+
strokeLinecap="round"
|
|
64
|
+
strokeLinejoin="round"
|
|
65
|
+
/>
|
|
66
|
+
<path
|
|
67
|
+
d="M50.8218 80.2312C54.1932 78.183 58.0663 77.2834 61.8784 77.5322M42.1362 71.8264C50.0275 66.7008 59.5765 65.1776 68.4531 67.257M86.1627 61.3044C70.1807 51.3931 49.6625 51.7603 34.0281 62.3481M95.9256 50.9857C74.0893 37.1347 45.8837 37.3814 24.2742 51.7256M78.5 71.6068V76.3901M66.3961 80.6958C65.2702 82.6091 66.6787 85 68.9317 85H88.0683C90.3213 85 91.7298 82.6091 90.6039 80.6958L81.0356 64.4358C79.9091 62.5214 77.0909 62.5214 75.9644 64.4358L66.3961 80.6958ZM78.5 80.2167H78.5098V80.2263H78.5V80.2167Z"
|
|
68
|
+
stroke={color}
|
|
69
|
+
strokeWidth="1.5"
|
|
70
|
+
strokeLinecap="round"
|
|
71
|
+
strokeLinejoin="round"
|
|
72
|
+
/>
|
|
73
|
+
</svg>
|
|
74
|
+
);
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
IconNetworkConnectionTimeout.displayName = "IconNetworkConnectionTimeout";
|
|
78
|
+
|
|
79
|
+
export default IconNetworkConnectionTimeout;
|
|
@@ -54,10 +54,12 @@ export const IconSecurityCheckingFailEmpty = forwardRef<
|
|
|
54
54
|
strokeLinecap="round"
|
|
55
55
|
strokeLinejoin="round"
|
|
56
56
|
/>
|
|
57
|
-
<
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
57
|
+
<rect
|
|
58
|
+
x="46"
|
|
59
|
+
y="50"
|
|
60
|
+
width="16.546"
|
|
61
|
+
height="16.546"
|
|
62
|
+
rx="2"
|
|
61
63
|
fill={color}
|
|
62
64
|
stroke={color}
|
|
63
65
|
strokeWidth="1.5"
|
|
@@ -65,15 +67,15 @@ export const IconSecurityCheckingFailEmpty = forwardRef<
|
|
|
65
67
|
strokeLinejoin="round"
|
|
66
68
|
/>
|
|
67
69
|
<path
|
|
68
|
-
d="
|
|
70
|
+
d="M54.2727 54.7273V56.5M50.7273 56.9432H57.8182M55.4546 57.3864C55.1169 58.7159 53.6987 61.4637 50.7273 61.8182M57.4243 61.8182C57.0866 61.8182 55.6234 61.4636 54.2727 60.0455"
|
|
69
71
|
stroke={color}
|
|
70
72
|
strokeWidth="1.5"
|
|
71
73
|
strokeLinecap="round"
|
|
72
74
|
strokeLinejoin="round"
|
|
73
75
|
/>
|
|
74
76
|
<rect
|
|
75
|
-
x="
|
|
76
|
-
y="
|
|
77
|
+
x="56.818"
|
|
78
|
+
y="58.455"
|
|
77
79
|
width="16.546"
|
|
78
80
|
height="16.546"
|
|
79
81
|
rx="2"
|
|
@@ -84,18 +86,16 @@ export const IconSecurityCheckingFailEmpty = forwardRef<
|
|
|
84
86
|
strokeLinejoin="round"
|
|
85
87
|
/>
|
|
86
88
|
<path
|
|
87
|
-
d="
|
|
89
|
+
d="M62.7273 70.2727V65.1023L65.4849 62L68.2424 65.1023V70.2727M63.3401 67.9747H67.6297"
|
|
88
90
|
stroke={color}
|
|
89
91
|
strokeWidth="1.5"
|
|
90
92
|
strokeLinecap="round"
|
|
91
93
|
strokeLinejoin="round"
|
|
92
94
|
/>
|
|
93
|
-
<
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
height="16.546"
|
|
98
|
-
rx="2"
|
|
95
|
+
<circle
|
|
96
|
+
cx="81.5"
|
|
97
|
+
cy="82.5"
|
|
98
|
+
r="8.5"
|
|
99
99
|
fill={color}
|
|
100
100
|
stroke={color}
|
|
101
101
|
strokeWidth="1.5"
|
|
@@ -103,7 +103,7 @@ export const IconSecurityCheckingFailEmpty = forwardRef<
|
|
|
103
103
|
strokeLinejoin="round"
|
|
104
104
|
/>
|
|
105
105
|
<path
|
|
106
|
-
d="
|
|
106
|
+
d="M81.5 83.5L81.5 79.0147"
|
|
107
107
|
stroke={color}
|
|
108
108
|
strokeWidth="1.5"
|
|
109
109
|
strokeLinecap="round"
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
{ "componentName": "IconArrowLeftOutline" },
|
|
4
4
|
{ "componentName": "IconArrowRightOutline" },
|
|
5
5
|
{ "componentName": "IconArrowChevronLeftOutline" },
|
|
6
|
-
{ "componentName": "
|
|
6
|
+
{ "componentName": "IconArrowChevronRightOutline" },
|
|
7
7
|
{ "componentName": "IconArrowChevronDownOutline" },
|
|
8
8
|
{ "componentName": "IconArrowChevronUpOutline" },
|
|
9
9
|
{ "componentName": "IconArrowChevronDoubleLeftOutline" },
|
|
@@ -69,6 +69,8 @@
|
|
|
69
69
|
{ "componentName": "IconImportPsdEmpty" },
|
|
70
70
|
{ "componentName": "IconImportDesignTemplateEmpty" },
|
|
71
71
|
{ "componentName": "Icon3DModelEmpty" },
|
|
72
|
-
{ "componentName": "IconSystemTooOld" }
|
|
72
|
+
{ "componentName": "IconSystemTooOld" },
|
|
73
|
+
{ "componentName": "IconNetworkConnectionTimeout" },
|
|
74
|
+
{ "componentName": "IconFontSearchEmpty" }
|
|
73
75
|
]
|
|
74
76
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as IconArrowLeftOutline } from "./default/icon-arrow-left-outline";
|
|
2
2
|
export { default as IconArrowRightOutline } from "./default/icon-arrow-right-outline";
|
|
3
3
|
export { default as IconArrowChevronLeftOutline } from "./default/icon-arrow-chevron-left-outline";
|
|
4
|
-
export { default as
|
|
4
|
+
export { default as IconArrowChevronRightOutline } from "./default/icon-arrow-chevron-right-outline";
|
|
5
5
|
export { default as IconArrowChevronDownOutline } from "./default/icon-arrow-chevron-down-outline";
|
|
6
6
|
export { default as IconArrowChevronUpOutline } from "./default/icon-arrow-chevron-up-outline";
|
|
7
7
|
export { default as IconArrowChevronDoubleLeftOutline } from "./default/icon-arrow-chevron-double-left-outline";
|
|
@@ -68,3 +68,5 @@ export { default as IconImportPsdEmpty } from "./default/icon-import-psd-empty";
|
|
|
68
68
|
export { default as IconImportDesignTemplateEmpty } from "./default/icon-import-design-template-empty";
|
|
69
69
|
export { default as Icon3DModelEmpty } from "./default/icon-3-d-model-empty";
|
|
70
70
|
export { default as IconSystemTooOld } from "./default/icon-system-too-old";
|
|
71
|
+
export { default as IconNetworkConnectionTimeout } from "./default/icon-network-connection-timeout";
|
|
72
|
+
export { default as IconFontSearchEmpty } from "./default/icon-font-search-empty";
|
|
@@ -19,6 +19,7 @@ export { default as IconToolUrlUnlinkOutline } from "./default/icon-tool-url-unl
|
|
|
19
19
|
export { default as IconToolClockTimeOutline } from "./default/icon-tool-clock-time-outline";
|
|
20
20
|
export { default as IconToolSectionTitleOutline } from "./default/icon-tool-section-title-outline";
|
|
21
21
|
export { default as IconToolAlertOutline } from "./default/icon-tool-alert-outline";
|
|
22
|
+
export { default as IconToolFontPreviewOutline } from "./default/icon-tool-font-preview-outline";
|
|
22
23
|
export { default as IconPlayPreviewCircleOutline } from "./default/icon-play-preview-circle-outline";
|
|
23
24
|
export { default as IconDragOutline } from "./default/icon-drag-outline";
|
|
24
25
|
export { default as IconDragCursorArrowOutline } from "./default/icon-drag-cursor-arrow-outline";
|
|
@@ -237,6 +238,7 @@ export { default as IconCalendarBicolorSolid } from "./default/icon-calendar-bic
|
|
|
237
238
|
export { default as IconPsdBicolorSolid } from "./default/icon-psd-bicolor-solid";
|
|
238
239
|
export { default as IconPrintAreaSvgBicolorSolid } from "./default/icon-print-area-svg-bicolor-solid";
|
|
239
240
|
export { default as IconSafeAreaSvgBicolorSolid } from "./default/icon-safe-area-svg-bicolor-solid";
|
|
241
|
+
export { default as IconPrintPatternBicolorSolid } from "./default/icon-print-pattern-bicolor-solid";
|
|
240
242
|
export { default as IconGoodsKnifeBicolorSolid } from "./default/icon-goods-knife-bicolor-solid";
|
|
241
243
|
export { default as IconAttributeOpacityBicolorSolid } from "./default/icon-attribute-opacity-bicolor-solid";
|
|
242
244
|
export { default as IconPexelsBicolorSolid } from "./default/icon-pexels-bicolor-solid";
|
|
@@ -250,10 +252,16 @@ export { default as IconTextPathTopSolid } from "./default/icon-text-path-top-so
|
|
|
250
252
|
export { default as IconTextPathDownSolid } from "./default/icon-text-path-down-solid";
|
|
251
253
|
export { default as IconFlipHorizontallySolid } from "./default/icon-flip-horizontally-solid";
|
|
252
254
|
export { default as IconFlipVerticallySolid } from "./default/icon-flip-vertically-solid";
|
|
253
|
-
export { default as
|
|
254
|
-
export { default as
|
|
255
|
-
export { default as
|
|
256
|
-
export { default as
|
|
255
|
+
export { default as IconCropSquare1To1 } from "./default/icon-crop-square-1-to-1";
|
|
256
|
+
export { default as IconCropSquare2To1 } from "./default/icon-crop-square-2-to-1";
|
|
257
|
+
export { default as IconCropSquare1To2 } from "./default/icon-crop-square-1-to-2";
|
|
258
|
+
export { default as IconCropSquare4To3 } from "./default/icon-crop-square-4-to-3";
|
|
259
|
+
export { default as IconCropSquare3To4 } from "./default/icon-crop-square-3-to-4";
|
|
260
|
+
export { default as IconCropSquare3To2 } from "./default/icon-crop-square-3-to-2";
|
|
261
|
+
export { default as IconCropSquare2To3 } from "./default/icon-crop-square-2-to-3";
|
|
262
|
+
export { default as IconCropSquareHorizontal } from "./default/icon-crop-square-horizontal";
|
|
263
|
+
export { default as IconCropSquareVertically } from "./default/icon-crop-square-vertically";
|
|
264
|
+
export { default as IconCropSquareFreeform } from "./default/icon-crop-square-freeform";
|
|
257
265
|
export { default as IconCircle } from "./default/icon-circle";
|
|
258
266
|
export { default as IconStoreSolid } from "./default/icon-store-solid";
|
|
259
267
|
export { default as IconDocumentMandateSolid } from "./default/icon-document-mandate-solid";
|
|
@@ -272,8 +280,8 @@ export { default as IconImportSolid } from "./default/icon-import-solid";
|
|
|
272
280
|
export { default as IconLocalSolid } from "./default/icon-local-solid";
|
|
273
281
|
export { default as IconPreviewPlaceholder } from "./default/icon-preview-placeholder";
|
|
274
282
|
export { default as IconArrowsRightLeft } from "./default/icon-arrows-right-left";
|
|
275
|
-
export { default as
|
|
276
|
-
export { default as
|
|
277
|
-
export { default as
|
|
283
|
+
export { default as IconTailoringCrop } from "./default/icon-tailoring-crop";
|
|
284
|
+
export { default as IconMagicWandSolid } from "./default/icon-magic-wand-solid";
|
|
285
|
+
export { default as IconLogoGoogleSolid } from "./default/icon-logo-google-solid";
|
|
278
286
|
export { default as IconSystemTooOld } from "./default/icon-system-too-old";
|
|
279
287
|
export { default as IconNoDesignTemplateEmpty } from "./default/icon-no-design-template-empty";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { IconProps } from
|
|
1
|
+
import type { IconProps } from "../../types";
|
|
2
2
|
export declare const IconArrowChevronRightOutline: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
3
3
|
export default IconArrowChevronRightOutline;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { default as IconArrowLeftOutline } from "./default/icon-arrow-left-outline";
|
|
2
2
|
export { default as IconArrowRightOutline } from "./default/icon-arrow-right-outline";
|
|
3
3
|
export { default as IconArrowChevronLeftOutline } from "./default/icon-arrow-chevron-left-outline";
|
|
4
|
-
export { default as
|
|
4
|
+
export { default as IconArrowChevronRightOutline } from "./default/icon-arrow-chevron-right-outline";
|
|
5
5
|
export { default as IconArrowChevronDownOutline } from "./default/icon-arrow-chevron-down-outline";
|
|
6
6
|
export { default as IconArrowChevronUpOutline } from "./default/icon-arrow-chevron-up-outline";
|
|
7
7
|
export { default as IconArrowChevronDoubleLeftOutline } from "./default/icon-arrow-chevron-double-left-outline";
|
|
@@ -68,3 +68,5 @@ export { default as IconImportPsdEmpty } from "./default/icon-import-psd-empty";
|
|
|
68
68
|
export { default as IconImportDesignTemplateEmpty } from "./default/icon-import-design-template-empty";
|
|
69
69
|
export { default as Icon3DModelEmpty } from "./default/icon-3-d-model-empty";
|
|
70
70
|
export { default as IconSystemTooOld } from "./default/icon-system-too-old";
|
|
71
|
+
export { default as IconNetworkConnectionTimeout } from "./default/icon-network-connection-timeout";
|
|
72
|
+
export { default as IconFontSearchEmpty } from "./default/icon-font-search-empty";
|