@sunzi/icon 1.0.37 → 1.0.38
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-preview-placeholder.js +1 -1
- package/es/customeow/default/icon-preview-placeholder.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-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/index.js +1 -1
- package/manifest.json +266 -49
- package/package.json +1 -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 +39 -0
- package/src/customeow/default/icon-crop-square-2-to-1.tsx +31 -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 +31 -0
- package/src/customeow/default/icon-crop-square-vertically.tsx +39 -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-preview-placeholder.tsx +16 -2
- 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-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/index.json +3 -2
- package/src/customeow-shein/index.tsx +2 -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/index.d.ts +2 -1
|
@@ -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"
|
|
@@ -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,7 @@
|
|
|
69
69
|
{ "componentName": "IconImportPsdEmpty" },
|
|
70
70
|
{ "componentName": "IconImportDesignTemplateEmpty" },
|
|
71
71
|
{ "componentName": "Icon3DModelEmpty" },
|
|
72
|
-
{ "componentName": "IconSystemTooOld" }
|
|
72
|
+
{ "componentName": "IconSystemTooOld" },
|
|
73
|
+
{ "componentName": "IconFontSearchEmpty" }
|
|
73
74
|
]
|
|
74
75
|
}
|
|
@@ -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,4 @@ 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 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,4 @@ 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 IconFontSearchEmpty } from "./default/icon-font-search-empty";
|