@sunzi/icon 1.0.26 → 1.0.27

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.
Files changed (85) hide show
  1. package/dist/customeow/index.es.js +1 -1
  2. package/dist/customeow/index.es.js.map +1 -1
  3. package/dist/customeow-shein/index.es.js +1 -1
  4. package/dist/customeow-shein/index.es.js.map +1 -1
  5. package/manifest.json +240 -30
  6. package/package.json +1 -1
  7. package/src/customeow/default/icon-3-d-cube-solid.tsx +34 -0
  8. package/src/customeow/default/icon-arc-text-bicolor-solid.tsx +4 -3
  9. package/src/customeow/default/icon-arrow-download-solid.tsx +38 -0
  10. package/src/customeow/default/icon-arrow-left-solid.tsx +36 -0
  11. package/src/customeow/default/icon-arrow-up-right-solid.tsx +36 -0
  12. package/src/customeow/default/icon-arrow-upload-solid.tsx +38 -0
  13. package/src/customeow/default/icon-arrows-pointing-in-outline.tsx +37 -0
  14. package/src/customeow/default/icon-camera-solid.tsx +40 -0
  15. package/src/customeow/default/icon-design-solid.tsx +36 -0
  16. package/src/customeow/default/icon-document-draft-solid.tsx +40 -0
  17. package/src/customeow/default/icon-import-solid.tsx +38 -0
  18. package/src/customeow/default/icon-local-solid.tsx +36 -0
  19. package/src/customeow/default/icon-pen-bicolor-solid.tsx +40 -0
  20. package/src/customeow/default/icon-pen-minus-bicolor-solid.tsx +40 -0
  21. package/src/customeow/default/icon-print-area-svg-bicolor-solid.tsx +42 -0
  22. package/src/customeow/default/icon-public-paper-airplane-solid.tsx +35 -0
  23. package/src/customeow/default/icon-safe-area-svg-bicolor-solid.tsx +43 -0
  24. package/src/customeow/default/icon-scissors-bicolor-solid.tsx +3 -3
  25. package/src/customeow/default/icon-shield-exclamation-solid.tsx +36 -0
  26. package/src/customeow/default/icon-square-window-outline.tsx +37 -0
  27. package/src/customeow/default/icon-text-path-top-solid.tsx +1 -1
  28. package/src/customeow/index.json +19 -3
  29. package/src/customeow/index.tsx +18 -2
  30. package/src/customeow-shein/default/icon-3-d-model-empty.tsx +98 -0
  31. package/src/customeow-shein/default/icon-401-empty.tsx +119 -0
  32. package/src/customeow-shein/default/icon-404-empty.tsx +108 -0
  33. package/src/customeow-shein/default/icon-500-empty.tsx +167 -0
  34. package/src/customeow-shein/default/icon-arrow-download-solid.tsx +38 -0
  35. package/src/customeow-shein/default/icon-feature-empty.tsx +96 -0
  36. package/src/customeow-shein/default/icon-history-empty.tsx +100 -0
  37. package/src/customeow-shein/default/icon-import-design-template-empty.tsx +87 -0
  38. package/src/customeow-shein/default/icon-import-psd-empty.tsx +130 -0
  39. package/src/customeow-shein/default/icon-integration-empty.tsx +86 -0
  40. package/src/customeow-shein/default/icon-no-design-template-empty.tsx +105 -0
  41. package/src/customeow-shein/default/icon-no-notifications-empty.tsx +75 -0
  42. package/src/customeow-shein/default/icon-no-results-found-empty.tsx +94 -0
  43. package/src/customeow-shein/default/icon-security-checking-empty.tsx +146 -0
  44. package/src/customeow-shein/default/icon-security-checking-fail-empty.tsx +122 -0
  45. package/src/customeow-shein/default/icon-select-product-empty.tsx +86 -0
  46. package/src/customeow-shein/default/icon-translate-empty.tsx +117 -0
  47. package/src/customeow-shein/index.json +18 -1
  48. package/src/customeow-shein/index.tsx +17 -0
  49. package/types/customeow/default/icon-3-d-cube-solid.d.ts +3 -0
  50. package/types/customeow/default/icon-arrow-download-solid.d.ts +3 -0
  51. package/types/customeow/default/icon-arrow-left-solid.d.ts +3 -0
  52. package/types/customeow/default/icon-arrow-up-right-solid.d.ts +3 -0
  53. package/types/customeow/default/icon-arrow-upload-solid.d.ts +3 -0
  54. package/types/customeow/default/icon-arrows-pointing-in-outline.d.ts +3 -0
  55. package/types/customeow/default/icon-camera-solid.d.ts +3 -0
  56. package/types/customeow/default/icon-design-solid.d.ts +3 -0
  57. package/types/customeow/default/icon-document-draft-solid.d.ts +3 -0
  58. package/types/customeow/default/icon-import-solid.d.ts +3 -0
  59. package/types/customeow/default/icon-local-solid.d.ts +3 -0
  60. package/types/customeow/default/icon-pen-bicolor-solid.d.ts +3 -0
  61. package/types/customeow/default/icon-pen-minus-bicolor-solid.d.ts +3 -0
  62. package/types/customeow/default/{icon-3-d-cube-transparent-outline.d.ts → icon-print-area-svg-bicolor-solid.d.ts} +2 -2
  63. package/types/customeow/default/{icon-document-text-bicolor-solid.d.ts → icon-public-paper-airplane-solid.d.ts} +2 -2
  64. package/types/customeow/default/icon-safe-area-svg-bicolor-solid.d.ts +3 -0
  65. package/types/customeow/default/icon-shield-exclamation-solid.d.ts +3 -0
  66. package/types/customeow/default/icon-square-window-outline.d.ts +3 -0
  67. package/types/customeow/index.d.ts +18 -2
  68. package/types/customeow-shein/default/icon-3-d-model-empty.d.ts +3 -0
  69. package/types/customeow-shein/default/icon-401-empty.d.ts +3 -0
  70. package/types/customeow-shein/default/icon-404-empty.d.ts +3 -0
  71. package/types/customeow-shein/default/icon-500-empty.d.ts +3 -0
  72. package/types/customeow-shein/default/icon-arrow-download-solid.d.ts +3 -0
  73. package/types/customeow-shein/default/icon-feature-empty.d.ts +3 -0
  74. package/types/customeow-shein/default/icon-history-empty.d.ts +3 -0
  75. package/types/customeow-shein/default/icon-import-design-template-empty.d.ts +3 -0
  76. package/types/customeow-shein/default/icon-import-psd-empty.d.ts +3 -0
  77. package/types/customeow-shein/default/icon-integration-empty.d.ts +3 -0
  78. package/types/customeow-shein/default/icon-no-design-template-empty.d.ts +3 -0
  79. package/types/customeow-shein/default/icon-no-notifications-empty.d.ts +3 -0
  80. package/types/customeow-shein/default/icon-no-results-found-empty.d.ts +3 -0
  81. package/types/customeow-shein/default/icon-security-checking-empty.d.ts +3 -0
  82. package/types/customeow-shein/default/icon-security-checking-fail-empty.d.ts +3 -0
  83. package/types/customeow-shein/default/icon-select-product-empty.d.ts +3 -0
  84. package/types/customeow-shein/default/icon-translate-empty.d.ts +3 -0
  85. package/types/customeow-shein/index.d.ts +17 -0
@@ -41,11 +41,12 @@ export { default as IconRotateLeft90Outline } from "./default/icon-rotate-left-9
41
41
  export { default as IconRotateRight90Outline } from "./default/icon-rotate-right-90-outline";
42
42
  export { default as IconResetOutline } from "./default/icon-reset-outline";
43
43
  export { default as IconLocalOutline } from "./default/icon-local-outline";
44
- export { default as Icon3DCubeTransparentOutline } from "./default/icon-3-d-cube-transparent-outline";
45
44
  export { default as Icon3DCubeOutline } from "./default/icon-3-d-cube-outline";
46
45
  export { default as IconMapOutline } from "./default/icon-map-outline";
47
46
  export { default as IconMapPinOutline } from "./default/icon-map-pin-outline";
48
47
  export { default as IconArrowChevronUpDownOutline } from "./default/icon-arrow-chevron-up-down-outline";
48
+ export { default as IconArrowsPointingInOutline } from "./default/icon-arrows-pointing-in-outline";
49
+ export { default as IconSquareWindowOutline } from "./default/icon-square-window-outline";
49
50
  export { default as IconRotateLeftRectangleOutline } from "./default/icon-rotate-left-rectangle-outline";
50
51
  export { default as IconRotateRightRectangleOutline } from "./default/icon-rotate-right-rectangle-outline";
51
52
  export { default as IconImportOutline } from "./default/icon-import-outline";
@@ -169,6 +170,10 @@ export { default as IconUserSolid } from "./default/icon-user-solid";
169
170
  export { default as IconMapPinSolid } from "./default/icon-map-pin-solid";
170
171
  export { default as IconEnvelopeSolid } from "./default/icon-envelope-solid";
171
172
  export { default as IconHeart } from "./default/icon-heart";
173
+ export { default as IconShieldExclamationSolid } from "./default/icon-shield-exclamation-solid";
174
+ export { default as Icon3DCubeSolid } from "./default/icon-3-d-cube-solid";
175
+ export { default as IconCameraSolid } from "./default/icon-camera-solid";
176
+ export { default as IconDesignSolid } from "./default/icon-design-solid";
172
177
  export { default as IconImagePhotoPlusSolid } from "./default/icon-image-photo-plus-solid";
173
178
  export { default as IconImagePhotoErrorSolid } from "./default/icon-image-photo-error-solid";
174
179
  export { default as IconTagPlusSolid } from "./default/icon-tag-plus-solid";
@@ -192,6 +197,7 @@ export { default as IconAdjustmentsHorizontalSolid } from "./default/icon-adjust
192
197
  export { default as IconTranslationFillSolid } from "./default/icon-translation-fill-solid";
193
198
  export { default as IconDocumentCsvSolid } from "./default/icon-document-csv-solid";
194
199
  export { default as IconDocumentTextSolid } from "./default/icon-document-text-solid";
200
+ export { default as IconDocumentDraftSolid } from "./default/icon-document-draft-solid";
195
201
  export { default as IconNewSolid } from "./default/icon-new-solid";
196
202
  export { default as IconStepBackSolid } from "./default/icon-step-back-solid";
197
203
  export { default as IconStepNextSolid } from "./default/icon-step-next-solid";
@@ -207,7 +213,9 @@ export { default as IconCheckboxSolid } from "./default/icon-checkbox-solid";
207
213
  export { default as IconRadioSolid } from "./default/icon-radio-solid";
208
214
  export { default as IconCalendarClockSolid } from "./default/icon-calendar-clock-solid";
209
215
  export { default as IconEmptySolid } from "./default/icon-empty-solid";
210
- export { default as IconDocumentTextBicolorSolid } from "./default/icon-document-text-bicolor-solid";
216
+ export { default as IconPublicPaperAirplaneSolid } from "./default/icon-public-paper-airplane-solid";
217
+ export { default as IconPenBicolorSolid } from "./default/icon-pen-bicolor-solid";
218
+ export { default as IconPenMinusBicolorSolid } from "./default/icon-pen-minus-bicolor-solid";
211
219
  export { default as IconScissorsBicolorSolid } from "./default/icon-scissors-bicolor-solid";
212
220
  export { default as IconTextBicolorSolid } from "./default/icon-text-bicolor-solid";
213
221
  export { default as IconArcTextBicolorSolid } from "./default/icon-arc-text-bicolor-solid";
@@ -218,6 +226,8 @@ export { default as IconMagicAiBicolorSolid } from "./default/icon-magic-ai-bico
218
226
  export { default as IconMaskBicolorSolid } from "./default/icon-mask-bicolor-solid";
219
227
  export { default as IconCalendarBicolorSolid } from "./default/icon-calendar-bicolor-solid";
220
228
  export { default as IconPsdBicolorSolid } from "./default/icon-psd-bicolor-solid";
229
+ export { default as IconPrintAreaSvgBicolorSolid } from "./default/icon-print-area-svg-bicolor-solid";
230
+ export { default as IconSafeAreaSvgBicolorSolid } from "./default/icon-safe-area-svg-bicolor-solid";
221
231
  export { default as IconGoodsKnifeBicolorSolid } from "./default/icon-goods-knife-bicolor-solid";
222
232
  export { default as IconAttributeOpacityBicolorSolid } from "./default/icon-attribute-opacity-bicolor-solid";
223
233
  export { default as IconPattern1Solid } from "./default/icon-pattern-1-solid";
@@ -242,3 +252,9 @@ export { default as IconToothSolid } from "./default/icon-tooth-solid";
242
252
  export { default as IconLogoutSolid } from "./default/icon-logout-solid";
243
253
  export { default as IconLightSolid } from "./default/icon-light-solid";
244
254
  export { default as IconTypeInsertSolid } from "./default/icon-type-insert-solid";
255
+ export { default as IconArrowLeftSolid } from "./default/icon-arrow-left-solid";
256
+ export { default as IconArrowDownloadSolid } from "./default/icon-arrow-download-solid";
257
+ export { default as IconArrowUploadSolid } from "./default/icon-arrow-upload-solid";
258
+ export { default as IconArrowUpRightSolid } from "./default/icon-arrow-up-right-solid";
259
+ export { default as IconImportSolid } from "./default/icon-import-solid";
260
+ export { default as IconLocalSolid } from "./default/icon-local-solid";
@@ -0,0 +1,98 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const Icon3DModelEmpty = 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-3-d-model-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 108H116M76 20 79 23M79 20 76 23"
25
+ stroke={color}
26
+ strokeWidth="1.5"
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ />
30
+ <circle
31
+ cx="94.8"
32
+ cy="27.8"
33
+ r="1.8"
34
+ stroke={color}
35
+ strokeWidth="1.2"
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ <circle
40
+ cx="36.2"
41
+ cy="17.2"
42
+ r="1.2"
43
+ fill={color}
44
+ stroke={color}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <path
49
+ d="M20 32H24M22 34 22 30"
50
+ stroke={color}
51
+ strokeWidth="1.5"
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ <path
56
+ d="M95.0005 87.0002L60.0005 70.0002"
57
+ stroke={color}
58
+ strokeWidth="1.5"
59
+ strokeLinecap="round"
60
+ strokeLinejoin="round"
61
+ strokeDasharray="5 4"
62
+ />
63
+ <path
64
+ d="M95.6214 84.1677 96.514 87.7609 93.1104 89.0443M24.8932 84.1677 24.0006 87.7609 27.4043 89.0443M62.7443 34.1014 59.9963 31.6201 57.2598 34.0167"
65
+ stroke={color}
66
+ strokeWidth="1.5"
67
+ strokeLinecap="round"
68
+ strokeLinejoin="round"
69
+ />
70
+ <path
71
+ d="M24.8354 87.5022 60.0005 70.3152M60.0005 33.0002 60.0005 69.2504"
72
+ stroke={color}
73
+ strokeWidth="1.5"
74
+ strokeLinecap="round"
75
+ strokeLinejoin="round"
76
+ strokeDasharray="5 4"
77
+ />
78
+ <path
79
+ d="M59.0646 40.6626C59.6499 40.3529 60.3505 40.3529 60.9357 40.6626L86.1755 54.0204C86.8304 54.367 87.24 55.0472 87.24 55.7881V82.2121C87.24 82.953 86.8304 83.6332 86.1755 83.9798L60.9357 97.3376C60.3505 97.6474 59.6499 97.6474 59.0646 97.3376L33.8249 83.9798C33.17 83.6332 32.7604 82.953 32.7604 82.2121V55.7881C32.7604 55.0472 33.17 54.367 33.8249 54.0204L59.0646 40.6626Z"
80
+ stroke={color}
81
+ strokeWidth="1.5"
82
+ strokeLinejoin="round"
83
+ />
84
+ <path
85
+ d="M86.688 54.7031 60 70.2537M60 97.5946V70.2537M33.312 54.7031 59.9999 70.2537"
86
+ stroke={color}
87
+ strokeWidth="1.5"
88
+ strokeLinecap="round"
89
+ strokeLinejoin="round"
90
+ />
91
+ </svg>
92
+ );
93
+ }
94
+ );
95
+
96
+ Icon3DModelEmpty.displayName = "Icon3DModelEmpty";
97
+
98
+ export default Icon3DModelEmpty;
@@ -0,0 +1,119 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const Icon401Empty = 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-401-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 108H116M76 20 79 23M79 20 76 23"
25
+ stroke={color}
26
+ strokeWidth="1.5"
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ />
30
+ <circle
31
+ cx="94.8"
32
+ cy="27.8"
33
+ r="1.8"
34
+ stroke={color}
35
+ strokeWidth="1.2"
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ <circle
40
+ cx="36.2"
41
+ cy="17.2"
42
+ r="1.2"
43
+ fill={color}
44
+ stroke={color}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <path
49
+ d="M20 32H24M22 34 22 30"
50
+ stroke={color}
51
+ strokeWidth="1.5"
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ <path
56
+ d="M55.3786 30.9757C55.1756 28.8437 56.8521 27 58.9936 27C61.1352 27 62.8117 28.8437 62.6087 30.9757L61.1798 45.9788C61.0725 47.1059 60.1258 47.9667 58.9936 47.9667C57.8615 47.9667 56.9148 47.1059 56.8075 45.9788L55.3786 30.9757Z"
57
+ fill={color}
58
+ stroke={color}
59
+ strokeWidth="1.5"
60
+ strokeLinejoin="round"
61
+ />
62
+ <circle
63
+ cx="58.995"
64
+ cy="53.957"
65
+ r="2.995"
66
+ fill={color}
67
+ stroke={color}
68
+ strokeWidth="1.5"
69
+ strokeLinejoin="round"
70
+ />
71
+ <path
72
+ d="M18.6712 57.4239 42.8125 46.6944 42.8125 54.5 49.0703 56.4167 48.5 63 54.3851 65.3878 54 73.5 60.1953 76.5556 58.8047 83.5 35.0738 93.1357C32.6135 94.1346 29.8015 93.0362 28.6697 90.6341L16.1788 64.1241C14.9833 61.587 16.1082 58.563 18.6712 57.4239ZM69.9297 55.5 67.6839 49.5714 72.0156 46 99.0967 51.8798C101.802 52.4672 103.515 55.1408 102.918 57.844L96.8046 85.5332C96.2067 88.2409 93.5195 89.9449 90.8154 89.3311L65.1264 83.5 68.5 78.5 64.6149 72.0204 69 66.5 66.4531 60.7959 69.9297 55.5Z"
73
+ fill={color}
74
+ />
75
+ <path
76
+ d="M18.6712 57.4239 42.8125 46.6944 42.8125 54.5 49.0703 56.4167 48.5 63 54.3851 65.3878 54 73.5 60.1953 76.5556 58.8047 83.5 35.0738 93.1357C32.6135 94.1346 29.8015 93.0362 28.6697 90.6341L16.1788 64.1241C14.9833 61.587 16.1082 58.563 18.6712 57.4239ZM69.9297 55.5 67.6839 49.5714 72.0156 46 99.0967 51.8798C101.802 52.4672 103.515 55.1408 102.918 57.844L96.8046 85.5332C96.2067 88.2409 93.5195 89.9449 90.8154 89.3311L65.1264 83.5 68.5 78.5 64.6149 72.0204 69 66.5 66.4531 60.7959 69.9297 55.5Z"
77
+ stroke={color}
78
+ strokeWidth="1.5"
79
+ strokeLinejoin="round"
80
+ />
81
+ <circle
82
+ cx="35.334"
83
+ cy="66.933"
84
+ r="5.556"
85
+ transform="rotate(-23.666 35.334 66.933)"
86
+ fill={color}
87
+ stroke={color}
88
+ strokeWidth="1.5"
89
+ strokeLinecap="round"
90
+ strokeLinejoin="round"
91
+ />
92
+ <path
93
+ d="M48.5422 76.3081C46.6948 72.0928 41.7799 70.1732 37.5646 72.0207C33.3493 73.8681 31.4298 78.7829 33.2772 82.9982"
94
+ stroke={color}
95
+ strokeWidth="1.5"
96
+ strokeLinecap="round"
97
+ strokeLinejoin="round"
98
+ />
99
+ <path
100
+ d="M76.0769 62L92 65.75M74 71.75L83.6923 74"
101
+ stroke={color}
102
+ strokeWidth="1.5"
103
+ strokeLinecap="round"
104
+ />
105
+ <path
106
+ d="M13 55.5 9.5 53M11.5 59.5 4.5 57.5M11.5 63.5 8 64.5M104.5 49 107 45.5M107.5 52.5 114.5 48.5M107.5 56.5 112 57"
107
+ stroke={color}
108
+ strokeWidth="1.5"
109
+ strokeLinecap="round"
110
+ strokeLinejoin="round"
111
+ />
112
+ </svg>
113
+ );
114
+ }
115
+ );
116
+
117
+ Icon401Empty.displayName = "Icon401Empty";
118
+
119
+ export default Icon401Empty;
@@ -0,0 +1,108 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const Icon404Empty = 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-404-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="M76 20L79 23M79 20L76 23"
25
+ stroke={color}
26
+ strokeWidth="1.5"
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ />
30
+ <circle
31
+ cx="94.8"
32
+ cy="27.8"
33
+ r="1.8"
34
+ stroke={color}
35
+ strokeWidth="1.2"
36
+ strokeLinecap="round"
37
+ strokeLinejoin="round"
38
+ />
39
+ <circle
40
+ cx="36.2"
41
+ cy="17.2"
42
+ r="1.2"
43
+ fill={color}
44
+ stroke={color}
45
+ strokeLinecap="round"
46
+ strokeLinejoin="round"
47
+ />
48
+ <path
49
+ d="M20 32H24M22 34 22 30M4 108H10.1508M14.1454 108H108.562M113.425 108H116M94 72V44C94 42.8954 93.1046 42 92 42H28C26.8954 42 26 42.8954 26 44V90C26 91.1046 26.8954 92 28 92H77.2394"
50
+ stroke={color}
51
+ strokeWidth="1.5"
52
+ strokeLinecap="round"
53
+ strokeLinejoin="round"
54
+ />
55
+ <circle
56
+ cx="91"
57
+ cy="86"
58
+ r="10"
59
+ fill={color}
60
+ stroke={color}
61
+ strokeWidth="1.5"
62
+ strokeLinecap="round"
63
+ strokeLinejoin="round"
64
+ />
65
+ <path
66
+ d="M88 83 94 89M94 83 88 89"
67
+ stroke={color}
68
+ strokeWidth="1.5"
69
+ strokeLinecap="round"
70
+ strokeLinejoin="round"
71
+ />
72
+ <path
73
+ d="M26 44C26 42.8954 26.8954 42 28 42H92C93.1046 42 94 42.8954 94 44V52H26V44Z"
74
+ fill={color}
75
+ stroke={color}
76
+ strokeWidth="1.5"
77
+ strokeLinecap="round"
78
+ strokeLinejoin="round"
79
+ />
80
+ <circle cx="32" cy="47" r="1" fill={color} />
81
+ <circle cx="38" cy="47" r="1" fill={color} />
82
+ <circle cx="44" cy="47" r="1" fill={color} />
83
+ <path
84
+ d="M46.0588 63 39 74.1304H51M46.0588 69.2609V79M75.0588 63 68 74.1304H80M75.0588 69.2609V79"
85
+ stroke={color}
86
+ strokeWidth="1.5"
87
+ strokeLinecap="round"
88
+ strokeLinejoin="round"
89
+ />
90
+ <rect
91
+ x="55"
92
+ y="63"
93
+ width="9"
94
+ height="16"
95
+ rx="4.5"
96
+ stroke={color}
97
+ strokeWidth="1.5"
98
+ strokeLinecap="round"
99
+ strokeLinejoin="round"
100
+ />
101
+ </svg>
102
+ );
103
+ }
104
+ );
105
+
106
+ Icon404Empty.displayName = "Icon404Empty";
107
+
108
+ export default Icon404Empty;
@@ -0,0 +1,167 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const Icon500Empty = 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-500-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="M43.5 94C33 94 31.3333 91.5 33 89C34.6667 86.5 37.9326 87.8651 37 90.5C36 93.3254 27.5 94.5227 27.5 89C27.5 86 27.5 79.5 27.5 79.5"
25
+ stroke={color}
26
+ strokeWidth="1.5"
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ />
30
+ <rect
31
+ x="54"
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}
48
+ stroke={color}
49
+ strokeWidth="1.5"
50
+ strokeLinejoin="round"
51
+ />
52
+ <rect
53
+ x="54"
54
+ y="78"
55
+ width="47"
56
+ height="18"
57
+ rx="2"
58
+ fill={color}
59
+ stroke={color}
60
+ strokeWidth="1.5"
61
+ strokeLinejoin="round"
62
+ />
63
+ <path
64
+ d="M85 69H61M91.5 69H93M85 87H62.5M91.5 87H93M85 51H61M91.5 51H93"
65
+ stroke={color}
66
+ strokeWidth="1.5"
67
+ strokeLinecap="round"
68
+ strokeLinejoin="round"
69
+ />
70
+ <path
71
+ d="M76 20L79 23M79 20L76 23"
72
+ stroke={color}
73
+ strokeWidth="1.5"
74
+ strokeLinecap="round"
75
+ strokeLinejoin="round"
76
+ />
77
+ <circle
78
+ cx="94.8"
79
+ cy="27.8"
80
+ r="1.8"
81
+ stroke={color}
82
+ strokeWidth="1.2"
83
+ strokeLinecap="round"
84
+ strokeLinejoin="round"
85
+ />
86
+ <circle
87
+ cx="36.2"
88
+ cy="17.2"
89
+ r="1.2"
90
+ fill={color}
91
+ stroke={color}
92
+ strokeLinecap="round"
93
+ strokeLinejoin="round"
94
+ />
95
+ <path
96
+ d="M20 32H24M22 34 22 30"
97
+ stroke={color}
98
+ strokeWidth="1.5"
99
+ strokeLinecap="round"
100
+ strokeLinejoin="round"
101
+ />
102
+ <rect
103
+ x="48"
104
+ y="83"
105
+ width="7"
106
+ height="13"
107
+ rx="2"
108
+ fill={color}
109
+ stroke={color}
110
+ strokeWidth="1.5"
111
+ strokeLinejoin="round"
112
+ />
113
+ <rect
114
+ x="41"
115
+ y="92"
116
+ width="21"
117
+ height="4"
118
+ rx="2"
119
+ fill={color}
120
+ stroke={color}
121
+ strokeWidth="1.5"
122
+ strokeLinejoin="round"
123
+ />
124
+ <rect
125
+ x="25"
126
+ y="49.5"
127
+ width="52"
128
+ height="35"
129
+ rx="2"
130
+ fill={color}
131
+ stroke={color}
132
+ strokeWidth="1.5"
133
+ strokeLinejoin="round"
134
+ />
135
+ <path
136
+ d="M47.3309 61.3965C46.9814 62.7942 45.1295 65.1703 40.5171 63.493M54.6688 61.3965C55.3676 62.7942 57.7088 65.1703 61.4826 63.493M54.6688 74.4999C53.4458 73.4516 50.266 71.9841 47.3309 74.4999"
137
+ stroke={color}
138
+ strokeWidth="1.5"
139
+ strokeLinecap="round"
140
+ strokeLinejoin="round"
141
+ />
142
+ <path
143
+ d="M30.5 49V63M29 67.5 29 70.5M32 67.5 32 70.5"
144
+ stroke={color}
145
+ strokeWidth="1.5"
146
+ strokeLinecap="round"
147
+ strokeLinejoin="round"
148
+ />
149
+ <path
150
+ d="M27 66C27 64.067 28.567 62.5 30.5 62.5C32.433 62.5 34 64.067 34 66V68.26C34 68.3925 33.8925 68.5 33.76 68.5H27.24C27.1075 68.5 27 68.3925 27 68.26V66Z"
151
+ fill={color}
152
+ />
153
+ <path
154
+ d="M4 108H10.1508M14.1454 108H108.562M113.425 108H116"
155
+ stroke={color}
156
+ strokeWidth="1.5"
157
+ strokeLinecap="round"
158
+ strokeLinejoin="round"
159
+ />
160
+ </svg>
161
+ );
162
+ }
163
+ );
164
+
165
+ Icon500Empty.displayName = "Icon500Empty";
166
+
167
+ export default Icon500Empty;
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconArrowDownloadSolid = 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-download-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="M9.37493 3V11.4911L7.44187 9.55806L6.55798 10.4419L9.99993 13.8839L13.4419 10.4419L12.558 9.55806L10.6249 11.4911V3H9.37493Z"
25
+ fill={color}
26
+ />
27
+ <path
28
+ d="M17.6259 17.625L17.6259 12.0833L16.3759 12.0833L16.3759 16.375H3.62403L3.62402 12.0833L2.37402 12.0833L2.37403 17.625H17.6259Z"
29
+ fill={color}
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconArrowDownloadSolid.displayName = "IconArrowDownloadSolid";
37
+
38
+ export default IconArrowDownloadSolid;