@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.
- 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 +240 -30
- package/package.json +1 -1
- package/src/customeow/default/icon-3-d-cube-solid.tsx +34 -0
- package/src/customeow/default/icon-arc-text-bicolor-solid.tsx +4 -3
- package/src/customeow/default/icon-arrow-download-solid.tsx +38 -0
- package/src/customeow/default/icon-arrow-left-solid.tsx +36 -0
- package/src/customeow/default/icon-arrow-up-right-solid.tsx +36 -0
- package/src/customeow/default/icon-arrow-upload-solid.tsx +38 -0
- package/src/customeow/default/icon-arrows-pointing-in-outline.tsx +37 -0
- package/src/customeow/default/icon-camera-solid.tsx +40 -0
- package/src/customeow/default/icon-design-solid.tsx +36 -0
- package/src/customeow/default/icon-document-draft-solid.tsx +40 -0
- package/src/customeow/default/icon-import-solid.tsx +38 -0
- package/src/customeow/default/icon-local-solid.tsx +36 -0
- package/src/customeow/default/icon-pen-bicolor-solid.tsx +40 -0
- package/src/customeow/default/icon-pen-minus-bicolor-solid.tsx +40 -0
- package/src/customeow/default/icon-print-area-svg-bicolor-solid.tsx +42 -0
- package/src/customeow/default/icon-public-paper-airplane-solid.tsx +35 -0
- package/src/customeow/default/icon-safe-area-svg-bicolor-solid.tsx +43 -0
- package/src/customeow/default/icon-scissors-bicolor-solid.tsx +3 -3
- package/src/customeow/default/icon-shield-exclamation-solid.tsx +36 -0
- package/src/customeow/default/icon-square-window-outline.tsx +37 -0
- package/src/customeow/default/icon-text-path-top-solid.tsx +1 -1
- package/src/customeow/index.json +19 -3
- package/src/customeow/index.tsx +18 -2
- package/src/customeow-shein/default/icon-3-d-model-empty.tsx +98 -0
- package/src/customeow-shein/default/icon-401-empty.tsx +119 -0
- package/src/customeow-shein/default/icon-404-empty.tsx +108 -0
- package/src/customeow-shein/default/icon-500-empty.tsx +167 -0
- package/src/customeow-shein/default/icon-arrow-download-solid.tsx +38 -0
- package/src/customeow-shein/default/icon-feature-empty.tsx +96 -0
- package/src/customeow-shein/default/icon-history-empty.tsx +100 -0
- package/src/customeow-shein/default/icon-import-design-template-empty.tsx +87 -0
- package/src/customeow-shein/default/icon-import-psd-empty.tsx +130 -0
- package/src/customeow-shein/default/icon-integration-empty.tsx +86 -0
- package/src/customeow-shein/default/icon-no-design-template-empty.tsx +105 -0
- package/src/customeow-shein/default/icon-no-notifications-empty.tsx +75 -0
- package/src/customeow-shein/default/icon-no-results-found-empty.tsx +94 -0
- package/src/customeow-shein/default/icon-security-checking-empty.tsx +146 -0
- package/src/customeow-shein/default/icon-security-checking-fail-empty.tsx +122 -0
- package/src/customeow-shein/default/icon-select-product-empty.tsx +86 -0
- package/src/customeow-shein/default/icon-translate-empty.tsx +117 -0
- package/src/customeow-shein/index.json +18 -1
- package/src/customeow-shein/index.tsx +17 -0
- package/types/customeow/default/icon-3-d-cube-solid.d.ts +3 -0
- package/types/customeow/default/icon-arrow-download-solid.d.ts +3 -0
- package/types/customeow/default/icon-arrow-left-solid.d.ts +3 -0
- package/types/customeow/default/icon-arrow-up-right-solid.d.ts +3 -0
- package/types/customeow/default/icon-arrow-upload-solid.d.ts +3 -0
- package/types/customeow/default/icon-arrows-pointing-in-outline.d.ts +3 -0
- package/types/customeow/default/icon-camera-solid.d.ts +3 -0
- package/types/customeow/default/icon-design-solid.d.ts +3 -0
- package/types/customeow/default/icon-document-draft-solid.d.ts +3 -0
- package/types/customeow/default/icon-import-solid.d.ts +3 -0
- package/types/customeow/default/icon-local-solid.d.ts +3 -0
- package/types/customeow/default/icon-pen-bicolor-solid.d.ts +3 -0
- package/types/customeow/default/icon-pen-minus-bicolor-solid.d.ts +3 -0
- package/types/customeow/default/{icon-3-d-cube-transparent-outline.d.ts → icon-print-area-svg-bicolor-solid.d.ts} +2 -2
- package/types/customeow/default/{icon-document-text-bicolor-solid.d.ts → icon-public-paper-airplane-solid.d.ts} +2 -2
- package/types/customeow/default/icon-safe-area-svg-bicolor-solid.d.ts +3 -0
- package/types/customeow/default/icon-shield-exclamation-solid.d.ts +3 -0
- package/types/customeow/default/icon-square-window-outline.d.ts +3 -0
- package/types/customeow/index.d.ts +18 -2
- package/types/customeow-shein/default/icon-3-d-model-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-401-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-404-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-500-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-arrow-download-solid.d.ts +3 -0
- package/types/customeow-shein/default/icon-feature-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-history-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-import-design-template-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-import-psd-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-integration-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-no-design-template-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-no-notifications-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-no-results-found-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-security-checking-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-security-checking-fail-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-select-product-empty.d.ts +3 -0
- package/types/customeow-shein/default/icon-translate-empty.d.ts +3 -0
- package/types/customeow-shein/index.d.ts +17 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconDesignSolid = 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-icon customeow-icon-icon-design-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="M17.1162 5.01212C17.5777 5.47356 17.5777 6.21025 17.1162 6.67169L14.8333 8.96271L10.9313 5.05259L13.2142 2.76967C13.6756 2.30822 14.4204 2.30822 14.8738 2.76967L17.1162 5.01212ZM3.55627 12.7596C3.66151 12.4438 3.83961 12.1443 4.07438 11.9095L4.96488 11.019L8.8669 14.9291L7.9845 15.8116C7.74163 16.0544 7.45019 16.2244 7.12638 16.3297L3.59674 17.293C3.44293 17.3416 3.27292 17.3416 3.11911 17.293C2.69815 17.1554 2.46338 16.7102 2.5929 16.2892L3.55627 12.7596ZM5.03774 3.02878C5.53966 2.52686 6.3573 2.52686 6.85113 3.02878L17.0838 13.2534C17.5857 13.7553 17.5857 14.5648 17.0838 15.0668L14.9628 17.1878L14.9547 17.1959C14.4528 17.6897 13.6432 17.6897 13.1413 17.1878L12.0565 16.103L13.6035 14.5722C13.8545 14.3212 13.8545 13.9164 13.6035 13.6655C13.3526 13.4145 12.9478 13.4145 12.6968 13.6655L11.1579 15.2044L9.68855 13.735L9.69664 13.7269L11.1579 12.2737C11.4089 12.0228 11.4089 11.618 11.1579 11.367C10.907 11.1161 10.5022 11.1161 10.2512 11.367L8.79804 12.8283L8.78995 12.8364C7.62219 11.6583 8.14665 12.179 8.14733 12.1784C8.14773 12.178 7.96283 11.9931 7.12638 11.1567L8.58766 9.68727C8.83862 9.43631 8.83862 9.03153 8.58766 8.78057L8.57957 8.77248C8.32861 8.52152 7.92383 8.52961 7.68097 8.78057L6.21159 10.25L4.82726 8.86563L6.37426 7.32672C6.62523 7.07576 6.62523 6.67098 6.37426 6.42002C6.1233 6.16906 5.71853 6.16906 5.46757 6.42002L3.92056 7.97512L2.91672 6.96319C2.4148 6.46127 2.4148 5.65172 2.91672 5.1498L5.02964 3.03688L5.03774 3.02878Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconDesignSolid.displayName = "IconDesignSolid";
|
|
35
|
+
|
|
36
|
+
export default IconDesignSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconDocumentDraftSolid = 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-icon customeow-icon-icon-document-draft-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="M5 3.2C5 2.53726 5.53726 2 6.2 2H13.8C14.4627 2 15 2.53726 15 3.2V10H13.6815C13.3027 10 12.9932 10.2259 12.7871 10.5528L11.4415 12.5395C11.4043 12.5945 11.3422 12.6274 11.2759 12.6274H8.72403C8.65773 12.6274 8.59575 12.5945 8.55852 12.5397L7.21045 10.5528C7.00622 10.2101 6.6948 10 6.31602 10H5V3.2ZM7.49998 4.49462C7.14099 4.49462 6.84998 4.78563 6.84998 5.14462C6.84998 5.5036 7.14099 5.79462 7.49998 5.79462H12.5C12.859 5.79462 13.15 5.5036 13.15 5.14462C13.15 4.78563 12.859 4.49462 12.5 4.49462H7.49998ZM6.84998 8.09748C6.84998 7.7385 7.14099 7.44748 7.49998 7.44748H10.5C10.859 7.44748 11.15 7.7385 11.15 8.09748C11.15 8.45647 10.859 8.74748 10.5 8.74748H7.49998C7.14099 8.74748 6.84998 8.45647 6.84998 8.09748Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M6.19242 11C6.26817 11 6.33742 11.0428 6.3713 11.1106L7.72361 13.0746C7.92188 13.3906 8.23926 13.6274 8.61803 13.6274H11.382C11.7607 13.6274 12.0504 13.4054 12.2764 13.0746L13.6262 11.1106C13.6601 11.0428 13.7293 11 13.8051 11H15.8C16.4627 11 17 11.5373 17 12.2V16.8C17 17.4627 16.4627 18 15.8 18H4.2C3.53726 18 3 17.4627 3 16.8V12.2C3 11.5373 3.53726 11 4.2 11H6.19242Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconDocumentDraftSolid.displayName = "IconDocumentDraftSolid";
|
|
39
|
+
|
|
40
|
+
export default IconDocumentDraftSolid;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconImportSolid = 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-icon customeow-icon-icon-import-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="M2.25 4.75C2.25 3.23122 3.48122 2 5 2H8C8.41421 2 8.75 2.33579 8.75 2.75C8.75 3.16421 8.41421 3.5 8 3.5H5C4.30964 3.5 3.75 4.05964 3.75 4.75V15.25C3.75 15.9404 4.30964 16.5 5 16.5H15.25C15.9404 16.5 16.5 15.9404 16.5 15.25V12.75C16.5 12.3358 16.8358 12 17.25 12C17.6642 12 18 12.3358 18 12.75V15.25C18 16.7688 16.7688 18 15.25 18H5C3.48122 18 2.25 16.7688 2.25 15.25V4.75Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M7.26283 6.60817C7.65579 6.47719 8.08053 6.68956 8.21152 7.08251L9.18663 10.0079C9.93627 8.02388 10.6553 6.61361 11.5611 5.53521C12.778 4.08652 14.2764 3.30134 16.3881 2.45667C16.7727 2.30283 17.2092 2.48989 17.363 2.87448C17.5169 3.25907 17.3298 3.69555 16.9452 3.84938C14.8902 4.67138 13.6803 5.34452 12.7097 6.5C11.8792 7.48872 11.1858 8.87524 10.3728 11.1271L13.9295 9.9415C14.3225 9.81052 14.7472 10.0229 14.8782 10.4158C15.0092 10.8088 14.7968 11.2335 14.4038 11.3645L9.41118 13.0288C9.32766 13.0576 9.23871 13.0719 9.14826 13.0697C8.95217 13.0648 8.76572 12.9827 8.62983 12.8437C8.563 12.7753 8.5084 12.6932 8.47089 12.5997C8.464 12.5826 8.45772 12.5653 8.45209 12.5477L6.78849 7.55685C6.65751 7.1639 6.86988 6.73916 7.26283 6.60817Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
IconImportSolid.displayName = "IconImportSolid";
|
|
37
|
+
|
|
38
|
+
export default IconImportSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconLocalSolid = 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-icon customeow-icon-icon-local-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="M10.0001 1.35999C10.4143 1.35999 10.7501 1.7092 10.7501 2.13999V3.19058C13.9306 3.53695 16.4572 6.06047 16.8083 9.23953H17.8574C18.2882 9.23953 18.6374 9.57532 18.6374 9.98953C18.6374 10.4037 18.2882 10.7395 17.8574 10.7395H16.8106C16.4683 13.9284 13.9376 16.4623 10.7501 16.8094V17.86C10.7501 18.2908 10.4143 18.64 10.0001 18.64C9.58591 18.64 9.25012 18.2908 9.25012 17.86V16.8094C6.06262 16.4623 3.53186 13.9285 3.18954 10.7395H2.14011C1.70933 10.7395 1.36011 10.4037 1.36011 9.98953C1.36011 9.57532 1.70933 9.23953 2.14011 9.23953H3.19181C3.54293 6.06044 6.06959 3.5369 9.25012 3.19057V2.13999C9.25012 1.7092 9.58591 1.35999 10.0001 1.35999ZM15.2964 9.23953H14.2174C13.7866 9.23953 13.4374 9.57532 13.4374 9.98953C13.4374 10.4037 13.7866 10.7395 14.2174 10.7395H15.2994C14.9731 13.099 13.1082 14.967 10.7501 15.2978V14.22C10.7501 13.7892 10.4143 13.44 10.0001 13.44C9.58591 13.44 9.25012 13.7892 9.25012 14.22V15.2978C6.89204 14.9671 5.02704 13.0991 4.70078 10.7395H5.78011C6.21089 10.7395 6.56011 10.4037 6.56011 9.98953C6.56011 9.57532 6.21089 9.23953 5.78011 9.23953H4.70371C5.03807 6.88988 6.89901 5.03195 9.25012 4.70214V5.77999C9.25012 6.21077 9.58591 6.55999 10.0001 6.55999C10.4143 6.55999 10.7501 6.21077 10.7501 5.77999V4.70215C13.1012 5.03199 14.9621 6.88991 15.2964 9.23953Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconLocalSolid.displayName = "IconLocalSolid";
|
|
35
|
+
|
|
36
|
+
export default IconLocalSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconPenBicolorSolid = 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-icon customeow-icon-icon-pen-bicolor-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="M1.79456 1.63654L10.9943 3.50311C12.3199 3.77205 13.4197 4.69264 13.9178 5.95012L15.8457 10.817L17.9636 12.9757C18.3504 13.3699 18.3443 14.0031 17.9501 14.3898L14.2372 18.0326C13.8429 18.4193 13.2098 18.4133 12.823 18.0191L10.7051 15.8604L5.87594 13.8399C4.6282 13.3179 3.72878 12.2007 3.48519 10.8703L1.79456 1.63654Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M1.94383 0.901674C1.69983 0.852169 1.44717 0.926972 1.26945 1.10133C1.09174 1.27569 1.01212 1.52687 1.05696 1.77177L2.74759 11.0055C3.03686 12.5854 4.10492 13.9121 5.58661 14.532L10.276 16.4939L12.2878 18.5445C12.9646 19.2344 14.0726 19.2449 14.7625 18.5681L18.4755 14.9254C19.1654 14.2485 19.176 13.1405 18.4991 12.4506L16.4873 10.4001L14.6153 5.67406C14.0238 4.18081 12.7177 3.08761 11.1436 2.76824L1.94383 0.901674ZM13.3585 17.494L11.7659 15.8707L15.8357 11.8778L17.4284 13.5011C17.5251 13.5996 17.5235 13.7579 17.425 13.8546L13.7121 17.4973C13.6135 17.594 13.4552 17.5925 13.3585 17.494ZM13.2207 6.22648L14.9652 10.6305L10.5354 14.9765L6.16555 13.1482C5.15177 12.7241 4.42098 11.8163 4.22307 10.7354L2.97318 3.90882L7.91031 8.94111C7.85736 9.09999 7.82795 9.26973 7.82626 9.44622C7.81759 10.355 8.54725 11.0987 9.45602 11.1074C10.3648 11.1161 11.1085 10.3864 11.1172 9.47763C11.1259 8.56887 10.3962 7.82514 9.48743 7.81647C9.31107 7.81478 9.14093 7.84091 8.98117 7.89075L4.04391 2.85833L10.8454 4.23829C11.9223 4.45681 12.816 5.20478 13.2207 6.22648Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconPenBicolorSolid.displayName = "IconPenBicolorSolid";
|
|
39
|
+
|
|
40
|
+
export default IconPenBicolorSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconPenMinusBicolorSolid = 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-icon customeow-icon-icon-pen-minus-bicolor-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="M11.3254 2.43243C11.3254 2.01822 11.6612 1.68243 12.0754 1.68243H18.5C18.9142 1.68243 19.25 2.01822 19.25 2.43243C19.25 2.84665 18.9142 3.18243 18.5 3.18243H12.0754C11.6612 3.18243 11.3254 2.84665 11.3254 2.43243Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M1.68961 2.85383C1.86733 2.67947 2.11999 2.60466 2.36399 2.65417L10.5594 4.31696C11.9888 4.60697 13.1748 5.59966 13.7119 6.95563L15.3735 11.1503L17.154 12.9652C17.7887 13.612 17.7787 14.6509 17.1319 15.2855L13.8243 18.5306C13.1774 19.1652 12.1386 19.1553 11.5039 18.5084L9.7234 16.6936L5.56119 14.9522C4.21572 14.3893 3.24585 13.1846 2.98318 11.7499L1.47712 3.52427C1.43228 3.27937 1.51189 3.02818 1.68961 2.85383ZM11.2133 16.0703L12.5747 17.4579C12.6291 17.5135 12.7183 17.5143 12.7738 17.4598L16.0814 14.2148C16.1369 14.1603 16.1378 14.0712 16.0833 14.0157L14.7219 12.628L11.2133 16.0703ZM13.8514 11.3807L12.3173 7.50805C11.967 6.62363 11.1934 5.97616 10.2611 5.78701L4.46407 4.61082L8.82107 9.0518C8.84885 9.04989 8.87689 9.04892 8.90516 9.04892C9.57375 9.04892 10.1158 9.59092 10.1158 10.2595C10.1158 10.9281 9.57375 11.4701 8.90516 11.4701C8.23657 11.4701 7.69457 10.9281 7.69457 10.2595C7.69457 10.1922 7.70007 10.1262 7.71063 10.0618L3.39333 5.66131L4.45865 11.4798C4.62998 12.4155 5.26257 13.2013 6.14013 13.5684L9.98281 15.1761L13.8514 11.3807Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconPenMinusBicolorSolid.displayName = "IconPenMinusBicolorSolid";
|
|
39
|
+
|
|
40
|
+
export default IconPenMinusBicolorSolid;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconPrintAreaSvgBicolorSolid = 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-icon customeow-icon-icon-print-area-svg-bicolor-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
|
+
opacity=".3"
|
|
27
|
+
d="M15.0001 2H5.00012C4.20447 2 3.44139 2.31605 2.87878 2.87866C2.31618 3.44127 2.00012 4.20435 2.00012 5V15C2.00012 15.7956 2.31618 16.5587 2.87878 17.1213C3.44139 17.6839 4.20447 18 5.00012 18H15.0001C15.7958 18 16.5589 17.6839 17.1215 17.1213C17.6841 16.5587 18.0001 15.7956 18.0001 15V5C18.0001 4.20435 17.6841 3.44127 17.1215 2.87866C16.5589 2.31605 15.7958 2 15.0001 2ZM5.00012 3.5H7.44006L3.50012 7.44V5C3.50012 4.60218 3.65803 4.22064 3.93933 3.93933C4.22064 3.65803 4.6023 3.5 5.00012 3.5ZM3.50012 15V14.5L5.50012 12.5V10.38L3.50012 12.38V9.44L5.50012 7.44V6.63995C5.50012 6.30843 5.63167 5.99052 5.86609 5.7561C6.10051 5.52168 6.4186 5.38995 6.75012 5.38995H7.54993L9.49011 3.44H12.4301L10.4301 5.44H12.5499L14.4901 3.48999H14.9901C15.3879 3.48999 15.7694 3.64802 16.0507 3.92932C16.332 4.21063 16.4901 4.59217 16.4901 4.98999L14.4901 6.98999V9.10999L16.4901 7.10999V10.54L14.4901 12.54V13.34C14.4901 13.6715 14.3583 13.9895 14.1239 14.2239C13.8895 14.4583 13.5716 14.59 13.2401 14.59H12.4401L10.4901 16.53H7.04993L9.04993 14.53H6.93005L4.9801 16.47C4.59089 16.4649 4.21892 16.3087 3.94275 16.0344C3.66658 15.7601 3.50787 15.3892 3.50012 15ZM15.0001 16.5H12.5599L16.5001 12.57V15C16.5001 15.3978 16.342 15.7794 16.0607 16.0607C15.7794 16.342 15.3979 16.5 15.0001 16.5Z"
|
|
28
|
+
fill={color}
|
|
29
|
+
/>
|
|
30
|
+
<path
|
|
31
|
+
d="M4.79578 6.29572C4.79578 5.46729 5.46735 4.79572 6.29578 4.79572H7.21613C7.63035 4.79572 7.96613 5.1315 7.96613 5.54572C7.96613 5.95993 7.63035 6.29572 7.21613 6.29572H6.29578L6.29578 7.21607C6.29578 7.63028 5.95999 7.96607 5.54578 7.96607C5.13156 7.96607 4.79578 7.63028 4.79578 7.21607V6.29572ZM8.69327 5.54572C8.69327 5.1315 9.02906 4.79572 9.44327 4.79572H10.5568C10.9711 4.79572 11.3068 5.1315 11.3068 5.54572C11.3068 5.95993 10.9711 6.29572 10.5568 6.29572H9.44327C9.02906 6.29572 8.69327 5.95993 8.69327 5.54572ZM12.034 5.54572C12.034 5.1315 12.3698 4.79572 12.784 4.79572H13.7043C14.5328 4.79572 15.2043 5.46729 15.2043 6.29572L12.784 6.29572C12.3698 6.29572 12.034 5.95993 12.034 5.54572ZM13.7043 7.21607L13.7043 6.29572L15.2043 6.29572V7.21607C15.2043 7.63028 14.8686 7.96607 14.4543 7.96607C14.0401 7.96607 13.7043 7.63028 13.7043 7.21607ZM5.54578 8.69321C5.95999 8.69321 6.29578 9.029 6.29578 9.44321V10.5568C6.29578 10.971 5.95999 11.3068 5.54578 11.3068C5.13156 11.3068 4.79578 10.971 4.79578 10.5568V9.44321C4.79578 9.029 5.13156 8.69321 5.54578 8.69321ZM14.4543 8.69321C14.8686 8.69321 15.2043 9.029 15.2043 9.44321V10.5568C15.2043 10.971 14.8686 11.3068 14.4543 11.3068C14.0401 11.3068 13.7043 10.971 13.7043 10.5568V9.44321C13.7043 9.029 14.0401 8.69321 14.4543 8.69321ZM5.54578 12.0339C5.95999 12.0339 6.29578 12.3697 6.29578 12.7839V13.7043H7.21613C7.63035 13.7043 7.96613 14.0401 7.96613 14.4543C7.96613 14.8685 7.63035 15.2043 7.21613 15.2043H6.29578C5.46735 15.2043 4.79578 14.5327 4.79578 13.7043V12.7839C4.79578 12.3697 5.13156 12.0339 5.54578 12.0339ZM14.4543 12.0339C14.8686 12.0339 15.2043 12.3697 15.2043 12.7839V13.7043C15.2043 14.5327 14.5328 15.2043 13.7043 15.2043H12.784C12.3698 15.2043 12.034 14.8685 12.034 14.4543C12.034 14.0401 12.3698 13.7043 12.784 13.7043H13.7043V12.7839C13.7043 12.3697 14.0401 12.0339 14.4543 12.0339ZM8.69327 14.4543C8.69327 14.0401 9.02906 13.7043 9.44327 13.7043H10.5568C10.9711 13.7043 11.3068 14.0401 11.3068 14.4543C11.3068 14.8685 10.9711 15.2043 10.5568 15.2043H9.44327C9.02906 15.2043 8.69327 14.8685 8.69327 14.4543Z"
|
|
32
|
+
fill={color}
|
|
33
|
+
fillRule="evenodd"
|
|
34
|
+
clipRule="evenodd"
|
|
35
|
+
/>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
});
|
|
39
|
+
|
|
40
|
+
IconPrintAreaSvgBicolorSolid.displayName = "IconPrintAreaSvgBicolorSolid";
|
|
41
|
+
|
|
42
|
+
export default IconPrintAreaSvgBicolorSolid;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconPublicPaperAirplaneSolid = 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-icon customeow-icon-icon-public-paper-airplane-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="M16.7298 2.07718C16.8373 2.02036 16.9583 1.99406 17.0797 2.00113C17.2011 2.00819 17.3183 2.04835 17.4185 2.11726C17.5187 2.18617 17.5981 2.28119 17.6482 2.39202C17.6982 2.50285 17.717 2.62527 17.7024 2.746L16.0725 16.4227C16.0601 16.526 16.0237 16.625 15.9661 16.7117C15.9086 16.7984 15.8315 16.8704 15.7411 16.922C15.6507 16.9735 15.5494 17.0032 15.4455 17.0086C15.3416 17.0139 15.2378 16.9949 15.1426 16.9529L10.936 15.0974L8.70925 17.3473C8.62184 17.4356 8.51146 17.4977 8.39059 17.5266C8.26972 17.5555 8.14319 17.55 8.02529 17.5107C7.90738 17.4714 7.80282 17.4 7.7234 17.3044C7.64399 17.2088 7.5929 17.0929 7.5759 16.9698L7.56968 16.8783L7.57051 14.2888C7.57055 14.1736 7.61133 14.0607 7.68418 13.9715C12.1229 8.53494 14.8989 5.12529 16.0103 3.74168L16.1427 3.57736C16.4296 3.21853 16.5717 3.03733 16.5673 3.03378C16.5628 3.03023 16.3265 3.26116 15.8593 3.72658L15.2785 4.30836C10.1934 9.40498 7.63714 12.0064 6.86292 12.797C6.70802 12.9552 6.46801 12.9928 6.27204 12.8898L2.35589 10.8314C2.26304 10.7824 2.18305 10.7122 2.12244 10.6265C2.06182 10.5408 2.02229 10.442 2.00706 10.3381C1.99183 10.2343 2.00132 10.1283 2.03477 10.0288C2.06822 9.92929 2.12468 9.83909 2.19956 9.76552L2.27151 9.70424L2.355 9.65272L16.7298 2.07718Z"
|
|
27
|
+
fill={color}
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
IconPublicPaperAirplaneSolid.displayName = "IconPublicPaperAirplaneSolid";
|
|
34
|
+
|
|
35
|
+
export default IconPublicPaperAirplaneSolid;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconSafeAreaSvgBicolorSolid = 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-icon customeow-icon-icon-safe-area-svg-bicolor-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="M2.58325 4.58331C2.58325 3.47874 3.47868 2.58331 4.58325 2.58331H5.83325C6.24747 2.58331 6.58325 2.9191 6.58325 3.33331C6.58325 3.74753 6.24747 4.08331 5.83325 4.08331H4.58325C4.30711 4.08331 4.08325 4.30717 4.08325 4.58331V5.83331C4.08325 6.24753 3.74747 6.58331 3.33325 6.58331C2.91904 6.58331 2.58325 6.24753 2.58325 5.83331V4.58331ZM8.41659 3.33331C8.41659 2.9191 8.75237 2.58331 9.16659 2.58331H10.8333C11.2475 2.58331 11.5833 2.9191 11.5833 3.33331C11.5833 3.74753 11.2475 4.08331 10.8333 4.08331H9.16659C8.75237 4.08331 8.41659 3.74753 8.41659 3.33331ZM13.4166 3.33331C13.4166 2.9191 13.7524 2.58331 14.1666 2.58331H15.4166C16.5212 2.58331 17.4166 3.47874 17.4166 4.58331V5.83331C17.4166 6.24753 17.0808 6.58331 16.6666 6.58331C16.2524 6.58331 15.9166 6.24753 15.9166 5.83331V4.58331C15.9166 4.30717 15.6927 4.08331 15.4166 4.08331H14.1666C13.7524 4.08331 13.4166 3.74753 13.4166 3.33331ZM3.33325 8.41664C3.74747 8.41664 4.08325 8.75243 4.08325 9.16664V10.8333C4.08325 11.2475 3.74747 11.5833 3.33325 11.5833C2.91904 11.5833 2.58325 11.2475 2.58325 10.8333V9.16664C2.58325 8.75243 2.91904 8.41664 3.33325 8.41664ZM16.6666 8.41664C17.0808 8.41664 17.4166 8.75243 17.4166 9.16664V10.8333C17.4166 11.2475 17.0808 11.5833 16.6666 11.5833C16.2524 11.5833 15.9166 11.2475 15.9166 10.8333V9.16664C15.9166 8.75243 16.2524 8.41664 16.6666 8.41664ZM3.33325 13.4166C3.74747 13.4166 4.08325 13.7524 4.08325 14.1666V15.4166C4.08325 15.6928 4.30711 15.9166 4.58325 15.9166H5.83325C6.24747 15.9166 6.58325 16.2524 6.58325 16.6666C6.58325 17.0809 6.24747 17.4166 5.83325 17.4166H4.58325C3.47868 17.4166 2.58325 16.5212 2.58325 15.4166V14.1666C2.58325 13.7524 2.91904 13.4166 3.33325 13.4166ZM16.6666 13.4166C17.0808 13.4166 17.4166 13.7524 17.4166 14.1666V15.4166C17.4166 16.5212 16.5212 17.4166 15.4166 17.4166H14.1666C13.7524 17.4166 13.4166 17.0809 13.4166 16.6666C13.4166 16.2524 13.7524 15.9166 14.1666 15.9166H15.4166C15.6927 15.9166 15.9166 15.6928 15.9166 15.4166V14.1666C15.9166 13.7524 16.2524 13.4166 16.6666 13.4166ZM8.41659 16.6666C8.41659 16.2524 8.75237 15.9166 9.16659 15.9166H10.8333C11.2475 15.9166 11.5833 16.2524 11.5833 16.6666C11.5833 17.0809 11.2475 17.4166 10.8333 17.4166H9.16659C8.75237 17.4166 8.41659 17.0809 8.41659 16.6666Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
opacity=".3"
|
|
31
|
+
d="M5 7C5 5.89543 5.89543 5 7 5H13C14.1046 5 15 5.89543 15 7V13C15 14.1046 14.1046 15 13 15H7C5.89543 15 5 14.1046 5 13V7ZM12.5018 6.5H10.5L10.5303 6.53032L6.53039 10.5303L6.5 10.4999V12.5019L12.5018 6.5ZM7.62321 13.5H9.50183L13.5 9.50183V7.62316L7.62321 13.5ZM13.5 11.6232L11.6232 13.5H13C13.2761 13.5 13.5 13.2761 13.5 13V11.6232ZM6.5 8.43938L8.43935 6.5H7C6.72386 6.5 6.5 6.72386 6.5 7V8.43938Z"
|
|
32
|
+
fill={color}
|
|
33
|
+
fillRule="evenodd"
|
|
34
|
+
clipRule="evenodd"
|
|
35
|
+
/>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
IconSafeAreaSvgBicolorSolid.displayName = "IconSafeAreaSvgBicolorSolid";
|
|
42
|
+
|
|
43
|
+
export default IconSafeAreaSvgBicolorSolid;
|
|
@@ -21,19 +21,19 @@ export const IconScissorsBicolorSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M11.4275 8.
|
|
24
|
+
d="M11.4275 8.01789C11.5237 8.10109 11.6156 8.18906 11.7028 8.2814C11.7434 8.32444 11.783 8.36843 11.8215 8.41333C11.884 8.48609 12.0056 8.46182 12.0305 8.3692L12.9138 7.85923C13.9974 9.04947 15.799 9.36886 17.2501 8.53108C18.9241 7.56458 19.4977 5.42401 18.5312 3.74999C17.5647 2.07596 15.4241 1.5024 13.7501 2.4689C12.299 3.30668 11.6748 5.02662 12.1638 6.56019L11.3387 7.03653C11.021 7.21999 11.0345 7.69965 11.3208 7.92912C11.3564 7.95762 11.3914 7.98674 11.4258 8.01647C11.4264 8.01694 11.4269 8.01742 11.4275 8.01789ZM12.8106 8.7271C14.1245 9.8218 16.0322 10.0425 17.6001 9.13729C19.6089 7.9775 20.2972 5.40882 19.1374 3.39999C17.9776 1.39116 15.4089 0.702883 13.4001 1.86268C11.8322 2.76793 11.0695 4.53041 11.3606 6.21562L10.9887 6.43031C10.5756 6.66883 10.4044 7.09022 10.4032 7.46335C10.403 7.55068 10.4117 7.63918 10.4296 7.72685C10.3923 7.70951 10.3546 7.6928 10.3165 7.67673L4.42179 5.18974C3.71493 4.89151 2.92883 4.83741 2.18777 5.03597L1.48458 5.22439C0.918095 5.37618 0.498819 5.85427 0.422274 6.43572C0.34572 7.01717 0.626972 7.58749 1.13487 7.88072L4.83103 10.0147C4.75355 10.0402 4.67807 10.0738 4.60585 10.1155L1.13514 12.1193C0.627245 12.4125 0.345995 12.9828 0.422544 13.5643C0.499094 14.1457 0.918367 14.6238 1.48485 14.7756L2.18805 14.964C2.9291 15.1626 3.7152 15.1085 4.42206 14.8103L7.69628 13.4289C8.26727 13.188 8.51205 12.6037 8.40559 12.0785L11.3605 13.7845C11.0695 15.4697 11.8322 17.2321 13.4001 18.1373C15.4089 19.2971 17.9776 18.6089 19.1374 16.6C20.2972 14.5912 19.6089 12.0225 17.6001 10.8627C16.0321 9.95745 14.1244 10.1782 12.8105 11.273L12.6313 11.1696L12.3079 9.96248C12.2312 9.67638 12.119 9.40458 11.9758 9.15235C12.1809 9.1391 12.3804 9.05205 12.5243 8.89237L12.8106 8.7271ZM12.9137 12.1409C13.9973 10.9506 15.799 10.6311 17.2501 11.4689C18.9241 12.4354 19.4977 14.576 18.5312 16.25C17.5647 17.9241 15.4241 18.4976 13.7501 17.5311C12.2991 16.6934 11.6748 14.9735 12.1637 13.4399L1.48487 7.2745C1.22216 7.12283 1.07669 6.82784 1.11629 6.52709C1.15588 6.22634 1.37274 5.97905 1.66575 5.90054L2.36895 5.71212C2.95964 5.55384 3.58624 5.59697 4.14968 5.83469L10.0444 8.32168C10.8263 8.65156 11.4121 9.32395 11.6317 10.1437L12.0302 11.6308L12.9137 12.1409ZM16.6259 4.84999C16.9849 5.47177 16.7719 6.26684 16.1501 6.62582C15.5283 6.98481 14.7333 6.77177 14.3743 6.14999C14.0153 5.52821 14.2283 4.73314 14.8501 4.37415C15.4719 4.01517 16.267 4.22821 16.6259 4.84999ZM16.1501 13.3742C16.7719 13.7332 16.9849 14.5283 16.6259 15.15C16.267 15.7718 15.4719 15.9848 14.8501 15.6259C14.2283 15.2669 14.0153 14.4718 14.3743 13.85C14.7333 13.2283 15.5283 13.0152 16.1501 13.3742ZM16.5001 7.23204C17.4567 6.67975 17.7844 5.45657 17.2322 4.49999C16.6799 3.5434 15.4567 3.21565 14.5001 3.76794C13.5435 4.32022 13.2158 5.5434 13.7681 6.49999C14.3203 7.45657 15.5435 7.78432 16.5001 7.23204ZM17.2322 15.5C17.7844 14.5434 17.4567 13.3203 16.5001 12.768C15.5435 12.2157 14.3203 12.5434 13.7681 13.5C13.2158 14.4566 13.5435 15.6798 14.5001 16.2321C15.4567 16.7844 16.6799 16.4566 17.2322 15.5ZM7.42418 12.7839C7.80474 12.6233 7.83753 12.0967 7.47982 11.8902L5.45585 10.7217C5.30115 10.6324 5.11055 10.6324 4.95585 10.7217L1.48514 12.7255C1.22243 12.8772 1.07696 13.1722 1.11656 13.4729C1.15615 13.7737 1.37302 14.0209 1.66603 14.0995L2.36922 14.2879C2.95992 14.4462 3.58652 14.403 4.14996 14.1653L7.42418 12.7839Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
28
28
|
/>
|
|
29
29
|
<path
|
|
30
|
-
d="M18.5312 3.
|
|
30
|
+
d="M18.5312 3.74997C19.4977 5.424 18.9242 7.56456 17.2501 8.53106 15.7991 9.36884 13.9974 9.04946 12.9138 7.85921L12.0305 8.36919C12.0057 8.46181 11.884 8.48608 11.8216 8.41331 11.6703 8.23707 11.5028 8.07489 11.3209 7.92911 11.0346 7.69963 11.021 7.21997 11.3388 7.03651L12.1638 6.56017C11.6749 5.0266 12.2991 3.30666 13.7501 2.46889 15.4242 1.50239 17.5647 2.07595 18.5312 3.74997ZM16.5001 7.23203C17.4567 6.67974 17.7845 5.45656 17.2322 4.49997 16.6799 3.54339 15.4567 3.21564 14.5001 3.76792 13.5436 4.32021 13.2158 5.54339 13.7681 6.49997 14.3204 7.45656 15.5436 7.78431 16.5001 7.23203ZM10.0444 8.32167C10.8263 8.65155 11.4121 9.32394 11.6318 10.1436L12.0302 11.6308 12.9137 12.1409C13.9973 10.9506 15.799 10.6311 17.2501 11.4689 18.9242 12.4354 19.4977 14.576 18.5312 16.25 17.5647 17.924 15.4242 18.4976 13.7501 17.5311 12.2991 16.6933 11.6749 14.9735 12.1638 13.4399L1.48491 7.27449C1.22221 7.12282 1.07673 6.82783 1.11633 6.52708 1.15592 6.22633 1.37279 5.97904 1.6658 5.90053L2.36899 5.71211C2.95969 5.55383 3.58629 5.59696 4.14973 5.83468L10.0444 8.32167ZM17.2322 15.5C17.7845 14.5434 17.4567 13.3203 16.5001 12.768 15.5436 12.2157 14.3204 12.5434 13.7681 13.5 13.2158 14.4566 13.5436 15.6798 14.5001 16.2321 15.4567 16.7844 16.6799 16.4566 17.2322 15.5Z"
|
|
31
31
|
fill={color}
|
|
32
32
|
fillRule="evenodd"
|
|
33
33
|
clipRule="evenodd"
|
|
34
34
|
/>
|
|
35
35
|
<path
|
|
36
|
-
d="M7.47986 11.8902C7.83757 12.0967 7.80479 12.6233 7.42422 12.7839L4.15 14.1653C3.58656 14.403 2.95996 14.4461 2.36926 14.2879L1.66607 14.
|
|
36
|
+
d="M7.47986 11.8902C7.83757 12.0967 7.80479 12.6233 7.42422 12.7839L4.15 14.1653C3.58656 14.403 2.95996 14.4461 2.36926 14.2879L1.66607 14.0994C1.37306 14.0209 1.15619 13.7736 1.1166 13.4729C1.07701 13.1721 1.22248 12.8772 1.48518 12.7255L4.95589 10.7217C5.11059 10.6323 5.30119 10.6323 5.45589 10.7217L7.47986 11.8902Z"
|
|
37
37
|
fill={color}
|
|
38
38
|
/>
|
|
39
39
|
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconShieldExclamationSolid = 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-icon customeow-icon-icon-shield-exclamation-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="M10.3389 2.23657C10.1429 2.07381 9.85709 2.07381 9.66109 2.23657C7.72231 3.84643 5.2685 4.85748 2.58337 4.98601C2.34202 4.99756 2.13593 5.17189 2.10424 5.41144C2.03548 5.93125 2 6.46156 2 7.00016C2 12.1627 5.26004 16.5638 9.83378 18.2572C9.94102 18.2969 10.0593 18.2969 10.1665 18.2572C14.7401 16.5637 18 12.1627 18 7.00028C18 6.46164 17.9645 5.93129 17.8957 5.41143C17.8641 5.17189 17.658 4.99756 17.4166 4.98601C14.7315 4.85747 12.2777 3.84642 10.3389 2.23657ZM10 5.99988C10.4142 5.99988 10.75 6.33566 10.75 6.74988V10.2499C10.75 10.6641 10.4142 10.9999 10 10.9999C9.58579 10.9999 9.25 10.6641 9.25 10.2499L9.25 6.74988C9.25 6.33566 9.58579 5.99988 10 5.99988ZM10 14.9999C10.5523 14.9999 11 14.5522 11 13.9999C11 13.4476 10.5523 12.9999 10 12.9999C9.44772 12.9999 9 13.4476 9 13.9999C9 14.5522 9.44772 14.9999 10 14.9999Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconShieldExclamationSolid.displayName = "IconShieldExclamationSolid";
|
|
35
|
+
|
|
36
|
+
export default IconShieldExclamationSolid;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconSquareWindowOutline = 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-icon customeow-icon-icon-square-window-outline`,
|
|
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="M4 6C4 4.89543 4.89543 4 6 4H14C15.1046 4 16 4.89543 16 6V14C16 15.1046 15.1046 16 14 16H6C4.89543 16 4 15.1046 4 14V6Z"
|
|
25
|
+
stroke={color}
|
|
26
|
+
strokeWidth="1.5"
|
|
27
|
+
strokeLinecap="round"
|
|
28
|
+
strokeLinejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
IconSquareWindowOutline.displayName = "IconSquareWindowOutline";
|
|
36
|
+
|
|
37
|
+
export default IconSquareWindowOutline;
|
|
@@ -22,7 +22,7 @@ export const IconTextPathTopSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
22
22
|
>
|
|
23
23
|
<g clipPath="url(#a)">
|
|
24
24
|
<path
|
|
25
|
-
d="M12.6665 6.
|
|
25
|
+
d="M12.6665 6.57844C12.6176 5.58738 11.8627 5 10.6 5H7.49219V11.6695H10.7052C12.0597 11.6695 12.9364 10.9069 12.9364 9.74675L12.9337 9.64521C12.8849 8.82185 12.1871 8.20219 11.3671 8.17991V8.14293C12.1035 8.04586 12.669 7.4635 12.669 6.69163L12.6665 6.57844ZM4.0902 5.59585L7.24874 11.795L5.32344 12.1444L4.77586 10.8968L2.91099 11.2352L2.81105 12.6003L0.885741 12.9497L1.79365 6.0126L4.0902 5.59585ZM13.5634 8.3305C14.1034 6.20542 15.5741 5.32898 17.437 5.85533C19.1349 6.33503 19.9789 7.81758 19.5943 9.33104L19.5841 9.37122L17.8651 8.88554L17.8744 8.83077C17.9859 8.178 17.7093 7.58785 17.0445 7.40004C16.3078 7.19189 15.6806 7.71331 15.3936 8.84283C15.1009 9.99465 15.3968 10.7769 16.1377 10.9862C16.7559 11.1609 17.3086 10.8433 17.5403 10.1814L17.557 10.1335L19.276 10.6192L19.2636 10.6683C18.8801 12.1773 17.4219 13.0046 15.741 12.5297C13.9069 12.0116 13.0602 10.528 13.5283 8.47577L13.5634 8.3305ZM9.35058 6.34037H10.0958C10.5692 6.34037 10.8629 6.58997 10.8629 6.99208L10.8599 7.0762C10.8279 7.46587 10.5408 7.69924 10.0169 7.69924H9.35058V6.34037ZM3.22758 7.3669L3.19304 7.37316L3.01465 9.81318L4.20609 9.59697L3.22758 7.3669ZM9.35058 8.8778H10.1045C10.7182 8.8778 11.0426 9.13664 11.0426 9.59421L11.0396 9.67933C11.0053 10.0982 10.6822 10.3291 10.144 10.3291H9.35058V8.8778ZM10.0074 12.3855C13.7894 12.3855 16.9698 13.0909 19.6946 14.6687C19.9796 14.8337 20.0837 15.2109 19.9272 15.5113C19.7708 15.8118 19.413 15.9216 19.1281 15.7566C16.5947 14.2897 13.6054 13.6267 10.0074 13.6267C6.4057 13.6267 3.38727 14.2864 0.870856 15.7363C0.585616 15.9005 0.228036 15.7899 0.0721804 15.4892C-0.0836754 15.1884 0.0212114 14.8114 0.306452 14.6471C3.01463 13.0868 6.22292 12.3855 10.0074 12.3855Z"
|
|
26
26
|
fill={color}
|
|
27
27
|
fillRule="evenodd"
|
|
28
28
|
clipRule="evenodd"
|
package/src/customeow/index.json
CHANGED
|
@@ -43,11 +43,12 @@
|
|
|
43
43
|
{ "componentName": "IconRotateRight90Outline" },
|
|
44
44
|
{ "componentName": "IconResetOutline" },
|
|
45
45
|
{ "componentName": "IconLocalOutline" },
|
|
46
|
-
{ "componentName": "Icon3DCubeTransparentOutline" },
|
|
47
46
|
{ "componentName": "Icon3DCubeOutline" },
|
|
48
47
|
{ "componentName": "IconMapOutline" },
|
|
49
48
|
{ "componentName": "IconMapPinOutline" },
|
|
50
49
|
{ "componentName": "IconArrowChevronUpDownOutline" },
|
|
50
|
+
{ "componentName": "IconArrowsPointingInOutline" },
|
|
51
|
+
{ "componentName": "IconSquareWindowOutline" },
|
|
51
52
|
{ "componentName": "IconRotateLeftRectangleOutline" },
|
|
52
53
|
{ "componentName": "IconRotateRightRectangleOutline" },
|
|
53
54
|
{ "componentName": "IconImportOutline" },
|
|
@@ -171,6 +172,10 @@
|
|
|
171
172
|
{ "componentName": "IconMapPinSolid" },
|
|
172
173
|
{ "componentName": "IconEnvelopeSolid" },
|
|
173
174
|
{ "componentName": "IconHeart" },
|
|
175
|
+
{ "componentName": "IconShieldExclamationSolid" },
|
|
176
|
+
{ "componentName": "Icon3DCubeSolid" },
|
|
177
|
+
{ "componentName": "IconCameraSolid" },
|
|
178
|
+
{ "componentName": "IconDesignSolid" },
|
|
174
179
|
{ "componentName": "IconImagePhotoPlusSolid" },
|
|
175
180
|
{ "componentName": "IconImagePhotoErrorSolid" },
|
|
176
181
|
{ "componentName": "IconTagPlusSolid" },
|
|
@@ -194,6 +199,7 @@
|
|
|
194
199
|
{ "componentName": "IconTranslationFillSolid" },
|
|
195
200
|
{ "componentName": "IconDocumentCsvSolid" },
|
|
196
201
|
{ "componentName": "IconDocumentTextSolid" },
|
|
202
|
+
{ "componentName": "IconDocumentDraftSolid" },
|
|
197
203
|
{ "componentName": "IconNewSolid" },
|
|
198
204
|
{ "componentName": "IconStepBackSolid" },
|
|
199
205
|
{ "componentName": "IconStepNextSolid" },
|
|
@@ -209,7 +215,9 @@
|
|
|
209
215
|
{ "componentName": "IconRadioSolid" },
|
|
210
216
|
{ "componentName": "IconCalendarClockSolid" },
|
|
211
217
|
{ "componentName": "IconEmptySolid" },
|
|
212
|
-
{ "componentName": "
|
|
218
|
+
{ "componentName": "IconPublicPaperAirplaneSolid" },
|
|
219
|
+
{ "componentName": "IconPenBicolorSolid" },
|
|
220
|
+
{ "componentName": "IconPenMinusBicolorSolid" },
|
|
213
221
|
{ "componentName": "IconScissorsBicolorSolid" },
|
|
214
222
|
{ "componentName": "IconTextBicolorSolid" },
|
|
215
223
|
{ "componentName": "IconArcTextBicolorSolid" },
|
|
@@ -220,6 +228,8 @@
|
|
|
220
228
|
{ "componentName": "IconMaskBicolorSolid" },
|
|
221
229
|
{ "componentName": "IconCalendarBicolorSolid" },
|
|
222
230
|
{ "componentName": "IconPsdBicolorSolid" },
|
|
231
|
+
{ "componentName": "IconPrintAreaSvgBicolorSolid" },
|
|
232
|
+
{ "componentName": "IconSafeAreaSvgBicolorSolid" },
|
|
223
233
|
{ "componentName": "IconGoodsKnifeBicolorSolid" },
|
|
224
234
|
{ "componentName": "IconAttributeOpacityBicolorSolid" },
|
|
225
235
|
{ "componentName": "IconPattern1Solid" },
|
|
@@ -243,6 +253,12 @@
|
|
|
243
253
|
{ "componentName": "IconToothSolid" },
|
|
244
254
|
{ "componentName": "IconLogoutSolid" },
|
|
245
255
|
{ "componentName": "IconLightSolid" },
|
|
246
|
-
{ "componentName": "IconTypeInsertSolid" }
|
|
256
|
+
{ "componentName": "IconTypeInsertSolid" },
|
|
257
|
+
{ "componentName": "IconArrowLeftSolid" },
|
|
258
|
+
{ "componentName": "IconArrowDownloadSolid" },
|
|
259
|
+
{ "componentName": "IconArrowUploadSolid" },
|
|
260
|
+
{ "componentName": "IconArrowUpRightSolid" },
|
|
261
|
+
{ "componentName": "IconImportSolid" },
|
|
262
|
+
{ "componentName": "IconLocalSolid" }
|
|
247
263
|
]
|
|
248
264
|
}
|