@sunzi/icon 1.0.38 → 1.0.40
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-code-bracket-outline.js +2 -0
- package/es/customeow/default/icon-arrow-code-bracket-outline.js.map +1 -0
- 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-2.js +1 -1
- package/es/customeow/default/icon-crop-square-1-to-2.js.map +1 -1
- package/es/customeow/default/icon-crop-square-2-to-1.js +1 -1
- package/es/customeow/default/icon-crop-square-2-to-1.js.map +1 -1
- package/es/customeow/default/icon-crop-square-2-to-3.js +1 -1
- package/es/customeow/default/icon-crop-square-2-to-3.js.map +1 -1
- package/es/customeow/default/icon-crop-square-3-to-2.js +1 -1
- package/es/customeow/default/icon-crop-square-3-to-2.js.map +1 -1
- package/es/customeow/default/icon-crop-square-3-to-4.js +1 -1
- package/es/customeow/default/icon-crop-square-3-to-4.js.map +1 -1
- package/es/customeow/default/icon-crop-square-4-to-3.js +1 -1
- package/es/customeow/default/icon-crop-square-4-to-3.js.map +1 -1
- package/es/customeow/default/icon-crop-square-freeform.js +1 -1
- package/es/customeow/default/icon-crop-square-freeform.js.map +1 -1
- package/es/customeow/default/icon-crop-square-horizontal.js +1 -1
- package/es/customeow/default/icon-crop-square-horizontal.js.map +1 -1
- package/es/customeow/default/icon-crop-square-vertically.js +1 -1
- package/es/customeow/default/icon-crop-square-vertically.js.map +1 -1
- 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/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-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 +49 -264
- package/package.json +2 -1
- package/src/customeow/default/icon-arrow-code-bracket-outline.tsx +36 -0
- package/src/customeow/default/icon-arrow-left-solid.tsx +1 -1
- package/src/customeow/default/icon-crop-square-1-to-2.tsx +1 -9
- package/src/customeow/default/icon-crop-square-2-to-1.tsx +9 -1
- package/src/customeow/default/icon-crop-square-2-to-3.tsx +3 -3
- package/src/customeow/default/icon-crop-square-3-to-2.tsx +3 -3
- package/src/customeow/default/icon-crop-square-3-to-4.tsx +1 -1
- package/src/customeow/default/icon-crop-square-4-to-3.tsx +1 -1
- package/src/customeow/default/icon-crop-square-freeform.tsx +1 -1
- package/src/customeow/default/icon-crop-square-horizontal.tsx +9 -1
- package/src/customeow/default/icon-crop-square-vertically.tsx +1 -9
- package/src/customeow/default/icon-system-too-old.tsx +1 -1
- package/src/customeow/index.json +1 -0
- package/src/customeow/index.tsx +1 -0
- package/src/customeow-shein/default/icon-500-empty.tsx +10 -38
- package/src/customeow-shein/default/icon-network-connection-timeout.tsx +91 -0
- package/src/customeow-shein/default/icon-security-checking-fail-empty.tsx +15 -15
- package/src/customeow-shein/index.json +1 -0
- package/src/customeow-shein/index.tsx +1 -0
- package/types/customeow/default/icon-arrow-code-bracket-outline.d.ts +3 -0
- package/types/customeow/index.d.ts +1 -0
- package/types/customeow-shein/default/icon-network-connection-timeout.d.ts +3 -0
- package/types/customeow-shein/index.d.ts +1 -0
|
@@ -20,7 +20,7 @@ export const IconCropSquare4To3 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
20
20
|
{...props}
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
|
-
<rect x="
|
|
23
|
+
<rect x="2" y="4" width="16" height="12" rx="2" fill={color} />
|
|
24
24
|
</svg>
|
|
25
25
|
);
|
|
26
26
|
}
|
|
@@ -21,7 +21,7 @@ export const IconCropSquareFreeform = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M5.5 2.25C5.5 1.83579 5.16421 1.5 4.75 1.5C4.33579 1.5 4 1.83579 4 2.25V4H2.25C1.83579 4 1.5 4.33578 1.5 4.75C1.5 5.16421 1.83579 5.5 2.25 5.5L4 5.5V13.25C4 14.7688 5.23122 16 6.75 16H14.5V17.75C14.5 18.1642 14.8358 18.5 15.25 18.5C15.6642 18.5 16 18.1642 16 17.75V16H17.75C18.1642 16 18.5 15.6642 18.5 15.25C18.5 14.8358 18.1642 14.5 17.75 14.5L16 14.5H14.5L6.75 14.5C6.05964 14.5 5.5 13.9404 5.5 13.25L5.5 5.5V4L5.5 2.25ZM7 5.5L13.25 5.5C13.9404 5.5 14.5 6.05964 14.5 6.75L14.5 13H16L16 6.75C16 5.23122 14.7688 4 13.25 4H7V5.5Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -20,7 +20,15 @@ export const IconCropSquareHorizontal = forwardRef<SVGSVGElement, IconProps>(
|
|
|
20
20
|
{...props}
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
|
-
<rect
|
|
23
|
+
<rect
|
|
24
|
+
x="18.5"
|
|
25
|
+
y="4"
|
|
26
|
+
width="12"
|
|
27
|
+
height="17"
|
|
28
|
+
rx="2"
|
|
29
|
+
transform="rotate(90 18.5 4)"
|
|
30
|
+
fill={color}
|
|
31
|
+
/>
|
|
24
32
|
</svg>
|
|
25
33
|
);
|
|
26
34
|
}
|
|
@@ -20,15 +20,7 @@ export const IconCropSquareVertically = forwardRef<SVGSVGElement, IconProps>(
|
|
|
20
20
|
{...props}
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
|
-
<rect
|
|
24
|
-
x="18.5"
|
|
25
|
-
y="4"
|
|
26
|
-
width="12"
|
|
27
|
-
height="17"
|
|
28
|
-
rx="2"
|
|
29
|
-
transform="rotate(90 18.5 4)"
|
|
30
|
-
fill={color}
|
|
31
|
-
/>
|
|
23
|
+
<rect x="4" y="1.5" width="12" height="17" rx="2" fill={color} />
|
|
32
24
|
</svg>
|
|
33
25
|
);
|
|
34
26
|
}
|
|
@@ -21,7 +21,7 @@ export const IconSystemTooOld = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M36 30C36 27.7909 37.7909 26 40 26H76C78.2091 26 80 27.7909 80 30V52.7557L78.4135 50.0058C77.8026 48.9468 76.9586 48.1568 76 47.6358V31C76 30.4477 75.5523 30 75 30H41C40.4477 30 40 30.4477 40 31V89C40 89.5523 40.4477 90 41 90H75C75.5523 90 76 89.5523 76 89V79.5626H80V90C80 92.2091 78.2091 94 76 94H40C37.7909 94 36 92.2091 36 90V30ZM77.1142 50.7553L80 55.7573V55.7578L88.7583 70.9389C90.5852 74.1056 88.2998 78.0626 84.6439 78.0626H61.3552C57.6994 78.0626 55.4139 74.1056 57.2408 70.9389L68.8852 50.7553C70.4093 48.1136 73.8415 47.6745 76 49.4379V49.4377C76.4305 49.7893 76.8103 50.2285 77.1142 50.7553ZM74.1874 60.25C74.1874 59.5941 73.6557 59.0625 72.9999 59.0625C72.3441 59.0625 71.8124 59.5941 71.8124 60.25V66.1875C71.8124 66.8433 72.3441 67.375 72.9999 67.375C73.6557 67.375 74.1874 66.8433 74.1874 66.1875V60.25ZM74.1874 70.9375C74.1874 71.5933 73.6557 72.125 72.9999 72.125C72.3441 72.125 71.8124 71.5933 71.8124 70.9375C71.8124 70.2816 72.3441 69.75 72.9999 69.75C73.6557 69.75 74.1874 70.2816 74.1874 70.9375Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
package/src/customeow/index.json
CHANGED
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
{ "componentName": "IconMapOutline" },
|
|
49
49
|
{ "componentName": "IconMapPinOutline" },
|
|
50
50
|
{ "componentName": "IconArrowChevronUpDownOutline" },
|
|
51
|
+
{ "componentName": "IconArrowCodeBracketOutline" },
|
|
51
52
|
{ "componentName": "IconArrowsPointingInOutline" },
|
|
52
53
|
{ "componentName": "IconSquareWindowOutline" },
|
|
53
54
|
{ "componentName": "IconRotateLeftRectangleOutline" },
|
package/src/customeow/index.tsx
CHANGED
|
@@ -46,6 +46,7 @@ export { default as Icon3DCubeOutline } from "./default/icon-3-d-cube-outline";
|
|
|
46
46
|
export { default as IconMapOutline } from "./default/icon-map-outline";
|
|
47
47
|
export { default as IconMapPinOutline } from "./default/icon-map-pin-outline";
|
|
48
48
|
export { default as IconArrowChevronUpDownOutline } from "./default/icon-arrow-chevron-up-down-outline";
|
|
49
|
+
export { default as IconArrowCodeBracketOutline } from "./default/icon-arrow-code-bracket-outline";
|
|
49
50
|
export { default as IconArrowsPointingInOutline } from "./default/icon-arrows-pointing-in-outline";
|
|
50
51
|
export { default as IconSquareWindowOutline } from "./default/icon-square-window-outline";
|
|
51
52
|
export { default as IconRotateLeftRectangleOutline } from "./default/icon-rotate-left-rectangle-outline";
|
|
@@ -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"
|
|
@@ -0,0 +1,91 @@
|
|
|
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
|
+
<path
|
|
58
|
+
d="M40 47C40 47 44.5 51 59 51 73.5 51 78 47 78 47M40 93C40 93 44.5 89 59 89 63.9079 89 67.6701 89.4583 70.5 90.0646M59 100 59 40M29 70 89 70"
|
|
59
|
+
stroke={color}
|
|
60
|
+
strokeWidth="1.5"
|
|
61
|
+
strokeLinecap="round"
|
|
62
|
+
strokeLinejoin="round"
|
|
63
|
+
/>
|
|
64
|
+
<path
|
|
65
|
+
d="M59 100C59 100 41.5 100 41.5 70 41.5 40 59 40 59 40M59 100C59 100 62.28 100 66 97.5657M59 40C59 40 76.5 40 76.5 70 76.5 73.3629 76.2801 76.3488 75.8896 79"
|
|
66
|
+
stroke={color}
|
|
67
|
+
strokeWidth="1.5"
|
|
68
|
+
strokeLinecap="round"
|
|
69
|
+
strokeLinejoin="round"
|
|
70
|
+
/>
|
|
71
|
+
<path
|
|
72
|
+
d="M88.798 73.5C88.9314 72.3519 89 71.1839 89 70C89 53.4315 75.5685 40 59 40C42.4315 40 29 53.4315 29 70C29 86.5685 42.4315 100 59 100C61.5897 100 64.1029 99.6719 66.5 99.0549"
|
|
73
|
+
stroke={color}
|
|
74
|
+
strokeWidth="1.5"
|
|
75
|
+
strokeLinecap="round"
|
|
76
|
+
strokeLinejoin="round"
|
|
77
|
+
/>
|
|
78
|
+
<path
|
|
79
|
+
d="M84 85.3892V90.6073M71.4119 95.3045C70.241 97.3918 71.7058 100 74.049 100H93.951C96.2942 100 97.759 97.3918 96.5881 95.3045L86.637 77.5663C85.4655 75.4779 82.5345 75.4779 81.363 77.5663L71.4119 95.3045ZM84 94.7819H84.0101V94.7923H84V94.7819Z"
|
|
80
|
+
stroke={color}
|
|
81
|
+
strokeWidth="1.5"
|
|
82
|
+
strokeLinecap="round"
|
|
83
|
+
strokeLinejoin="round"
|
|
84
|
+
/>
|
|
85
|
+
</svg>
|
|
86
|
+
);
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
IconNetworkConnectionTimeout.displayName = "IconNetworkConnectionTimeout";
|
|
90
|
+
|
|
91
|
+
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"
|
|
@@ -68,4 +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";
|
|
71
72
|
export { default as IconFontSearchEmpty } from "./default/icon-font-search-empty";
|
|
@@ -46,6 +46,7 @@ export { default as Icon3DCubeOutline } from "./default/icon-3-d-cube-outline";
|
|
|
46
46
|
export { default as IconMapOutline } from "./default/icon-map-outline";
|
|
47
47
|
export { default as IconMapPinOutline } from "./default/icon-map-pin-outline";
|
|
48
48
|
export { default as IconArrowChevronUpDownOutline } from "./default/icon-arrow-chevron-up-down-outline";
|
|
49
|
+
export { default as IconArrowCodeBracketOutline } from "./default/icon-arrow-code-bracket-outline";
|
|
49
50
|
export { default as IconArrowsPointingInOutline } from "./default/icon-arrows-pointing-in-outline";
|
|
50
51
|
export { default as IconSquareWindowOutline } from "./default/icon-square-window-outline";
|
|
51
52
|
export { default as IconRotateLeftRectangleOutline } from "./default/icon-rotate-left-rectangle-outline";
|
|
@@ -68,4 +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";
|
|
71
72
|
export { default as IconFontSearchEmpty } from "./default/icon-font-search-empty";
|