@sunzi/icon 1.0.15 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/customeow/index.es.js +1 -1
- package/dist/customeow/index.es.js.map +1 -1
- package/dist/customeow-shein/index.es.js +1 -1
- package/dist/customeow-shein/index.es.js.map +1 -1
- package/manifest.json +2 -0
- package/package.json +3 -7
- package/src/customeow/default/icon-close-function-circle-solid.tsx +37 -0
- package/src/customeow/default/icon-magnifying-glass-plus-outline.tsx +41 -0
- package/src/customeow/index.json +2 -0
- package/src/customeow/index.tsx +2 -0
- package/src/customeow-shein/default/icon-arrow-chevron-down-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-chevron-left-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-chevron-rigth-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-arrow-chevron-up-outline.tsx +1 -1
- package/src/customeow-shein/default/icon-close-function-circle-solid.tsx +35 -0
- package/src/customeow-shein/default/icon-pencil-square-solid.tsx +4 -2
- package/src/customeow-shein/index.json +3 -1
- package/src/customeow-shein/index.tsx +2 -0
- package/types/customeow/default/icon-close-function-circle-solid.d.ts +3 -0
- package/types/customeow/default/icon-magnifying-glass-plus-outline.d.ts +3 -0
- package/types/customeow/index.d.ts +2 -0
- package/types/customeow-shein/default/icon-close-function-circle-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-pencil-square-solid.d.ts +3 -0
- package/types/customeow-shein/index.d.ts +2 -0
package/src/customeow/index.tsx
CHANGED
|
@@ -51,6 +51,7 @@ export { default as IconArrowChevronDoubleLeftOutline } from "./default/icon-arr
|
|
|
51
51
|
export { default as IconArrowChevronDoubleRightOutline } from "./default/icon-arrow-chevron-double-right-outline";
|
|
52
52
|
export { default as IconArrowLongRightOutline } from "./default/icon-arrow-long-right-outline";
|
|
53
53
|
export { default as IconSearchOutline } from "./default/icon-search-outline";
|
|
54
|
+
export { default as IconMagnifyingGlassPlusOutline } from "./default/icon-magnifying-glass-plus-outline";
|
|
54
55
|
export { default as IconArrowDownloadOutline } from "./default/icon-arrow-download-outline";
|
|
55
56
|
export { default as IconArrowUploadOutline } from "./default/icon-arrow-upload-outline";
|
|
56
57
|
export { default as IconArrowUpRightOutline } from "./default/icon-arrow-up-right-outline";
|
|
@@ -117,6 +118,7 @@ export { default as IconQuestionMarkCircleSolid } from "./default/icon-question-
|
|
|
117
118
|
export { default as IconSwatchSolid } from "./default/icon-swatch-solid";
|
|
118
119
|
export { default as IconShoppingCartSolid } from "./default/icon-shopping-cart-solid";
|
|
119
120
|
export { default as IconCloseCircleSolid } from "./default/icon-close-circle-solid";
|
|
121
|
+
export { default as IconCloseFunctionCircleSolid } from "./default/icon-close-function-circle-solid";
|
|
120
122
|
export { default as IconPlusAddCircleSolid } from "./default/icon-plus-add-circle-solid";
|
|
121
123
|
export { default as IconMinusCircleSolid } from "./default/icon-minus-circle-solid";
|
|
122
124
|
export { default as IconScissorsSolid } from "./default/icon-scissors-solid";
|
|
@@ -21,7 +21,7 @@ export const IconArrowChevronDownOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M3.55811 7.53804L4.44199 6.65416L10 12.2122L15.5581 6.65415L16.442 7.53804L10 13.98L3.55811 7.53804Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -21,7 +21,7 @@ export const IconArrowChevronLeftOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M12.462 3.55811L13.3458 4.44199L7.78779 10L13.3458 15.5581L12.462 16.442L6.02002 10L12.462 3.55811Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -23,7 +23,7 @@ export const IconArrowChevronRigthOutline = forwardRef<
|
|
|
23
23
|
ref={forwardedRef}
|
|
24
24
|
>
|
|
25
25
|
<path
|
|
26
|
-
d="
|
|
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"
|
|
@@ -21,7 +21,7 @@ export const IconArrowChevronUpOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M16.4419 12.462L15.558 13.3458L9.99995 7.78779L4.44189 13.3458L3.55801 12.462L9.99995 6.02002L16.4419 12.462Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconCloseFunctionCircleSolid = 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-close-function-circle-solid`,
|
|
16
|
+
};
|
|
17
|
+
return (
|
|
18
|
+
<svg
|
|
19
|
+
viewBox="0 0 20 20"
|
|
20
|
+
fill="none"
|
|
21
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...props}
|
|
23
|
+
ref={forwardedRef}
|
|
24
|
+
>
|
|
25
|
+
<path
|
|
26
|
+
d="M9.11616 10L4.55811 14.5581L5.44199 15.442L10 10.8839L14.5581 15.442L15.442 14.5581L10.8839 10L15.442 5.44199L14.5581 4.55811L10 9.11616L5.44199 4.55811L4.55811 5.44199L9.11616 10Z"
|
|
27
|
+
fill={color}
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
IconCloseFunctionCircleSolid.displayName = "IconCloseFunctionCircleSolid";
|
|
34
|
+
|
|
35
|
+
export default IconCloseFunctionCircleSolid;
|
|
@@ -21,11 +21,13 @@ export const IconPencilSquareSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
24
|
+
d="M6.86307 13.1369L9.37103 13.1038L18 4.47487L15.5251 2L6.89616 10.629L6.86307 13.1369ZM15.5251 3.76777L16.2322 4.47487L15.5251 5.18206L14.8179 4.47495L15.5251 3.76777ZM13.9341 5.35883L14.6412 6.06594L8.84645 11.8607L8.12989 11.8701L8.13934 11.1536L13.9341 5.35883Z"
|
|
25
25
|
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
26
28
|
/>
|
|
27
29
|
<path
|
|
28
|
-
d="
|
|
30
|
+
d="M2.25 2.25H10.2544V3.5L3.5 3.5L3.5 16.25H16.25V10.25H17.5L17.5 17.5H2.25V2.25Z"
|
|
29
31
|
fill={color}
|
|
30
32
|
/>
|
|
31
33
|
</svg>
|
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
{ "componentName": "IconTrianglesPlaySolid" },
|
|
46
46
|
{ "componentName": "IconCheckboxSolid" },
|
|
47
47
|
{ "componentName": "IconArrowLeftCircleSolid" },
|
|
48
|
-
{ "componentName": "
|
|
48
|
+
{ "componentName": "IconCloseFunctionCircleSolid" },
|
|
49
|
+
{ "componentName": "IconImagePhotoSolid" },
|
|
50
|
+
{ "componentName": "IconPencilSquareSolid" }
|
|
49
51
|
]
|
|
50
52
|
}
|
|
@@ -43,4 +43,6 @@ export { default as IconQrCodeSolid } from "./default/icon-qr-code-solid";
|
|
|
43
43
|
export { default as IconTrianglesPlaySolid } from "./default/icon-triangles-play-solid";
|
|
44
44
|
export { default as IconCheckboxSolid } from "./default/icon-checkbox-solid";
|
|
45
45
|
export { default as IconArrowLeftCircleSolid } from "./default/icon-arrow-left-circle-solid";
|
|
46
|
+
export { default as IconCloseFunctionCircleSolid } from "./default/icon-close-function-circle-solid";
|
|
46
47
|
export { default as IconImagePhotoSolid } from "./default/icon-image-photo-solid";
|
|
48
|
+
export { default as IconPencilSquareSolid } from "./default/icon-pencil-square-solid";
|
|
@@ -51,6 +51,7 @@ export { default as IconArrowChevronDoubleLeftOutline } from "./default/icon-arr
|
|
|
51
51
|
export { default as IconArrowChevronDoubleRightOutline } from "./default/icon-arrow-chevron-double-right-outline";
|
|
52
52
|
export { default as IconArrowLongRightOutline } from "./default/icon-arrow-long-right-outline";
|
|
53
53
|
export { default as IconSearchOutline } from "./default/icon-search-outline";
|
|
54
|
+
export { default as IconMagnifyingGlassPlusOutline } from "./default/icon-magnifying-glass-plus-outline";
|
|
54
55
|
export { default as IconArrowDownloadOutline } from "./default/icon-arrow-download-outline";
|
|
55
56
|
export { default as IconArrowUploadOutline } from "./default/icon-arrow-upload-outline";
|
|
56
57
|
export { default as IconArrowUpRightOutline } from "./default/icon-arrow-up-right-outline";
|
|
@@ -117,6 +118,7 @@ export { default as IconQuestionMarkCircleSolid } from "./default/icon-question-
|
|
|
117
118
|
export { default as IconSwatchSolid } from "./default/icon-swatch-solid";
|
|
118
119
|
export { default as IconShoppingCartSolid } from "./default/icon-shopping-cart-solid";
|
|
119
120
|
export { default as IconCloseCircleSolid } from "./default/icon-close-circle-solid";
|
|
121
|
+
export { default as IconCloseFunctionCircleSolid } from "./default/icon-close-function-circle-solid";
|
|
120
122
|
export { default as IconPlusAddCircleSolid } from "./default/icon-plus-add-circle-solid";
|
|
121
123
|
export { default as IconMinusCircleSolid } from "./default/icon-minus-circle-solid";
|
|
122
124
|
export { default as IconScissorsSolid } from "./default/icon-scissors-solid";
|
|
@@ -43,4 +43,6 @@ export { default as IconQrCodeSolid } from "./default/icon-qr-code-solid";
|
|
|
43
43
|
export { default as IconTrianglesPlaySolid } from "./default/icon-triangles-play-solid";
|
|
44
44
|
export { default as IconCheckboxSolid } from "./default/icon-checkbox-solid";
|
|
45
45
|
export { default as IconArrowLeftCircleSolid } from "./default/icon-arrow-left-circle-solid";
|
|
46
|
+
export { default as IconCloseFunctionCircleSolid } from "./default/icon-close-function-circle-solid";
|
|
46
47
|
export { default as IconImagePhotoSolid } from "./default/icon-image-photo-solid";
|
|
48
|
+
export { default as IconPencilSquareSolid } from "./default/icon-pencil-square-solid";
|