@sunzi/icon 1.1.37 → 1.1.39
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-angle-outline.js +1 -0
- package/es/customeow/default/icon-arrow-down-caret-triangle-solid.js +1 -1
- package/es/customeow/default/icon-arrow-up-caret-triangle-solid.js +1 -1
- package/es/customeow/default/icon-back-15-outline.js +1 -0
- package/es/customeow/default/icon-chat-text-solid.js +1 -0
- package/es/customeow/default/icon-code-bracket-solid.js +1 -1
- package/es/customeow/default/icon-data-source-outline.js +1 -1
- package/es/customeow/default/icon-document-complete-solid.js +1 -0
- package/es/customeow/default/icon-document-multiple-solid.js +1 -0
- package/es/customeow/default/icon-forward-15-outline.js +1 -0
- package/es/customeow/default/icon-logo-shein-solid.js +1 -0
- package/es/customeow/default/icon-public-paper-folding-solid.js +1 -0
- package/es/customeow/default/icon-status-circle-outline.js +1 -0
- package/es/customeow/default/icon-status-solid.js +1 -1
- package/es/customeow/default/icon-tool-music-ai-outline.js +1 -0
- package/es/customeow/default/icon-tool-recording-outline.js +1 -0
- package/es/customeow/default/icon-wifi-close-network-outline.js +1 -1
- package/es/customeow/default/icon-working-circle-outline.js +1 -0
- package/es/customeow/index.js +1 -1
- package/manifest.json +12 -0
- package/package.json +1 -1
- package/src/customeow/default/icon-arrow-angle-outline.tsx +36 -0
- package/src/customeow/default/icon-arrow-down-caret-triangle-solid.tsx +1 -1
- package/src/customeow/default/icon-arrow-up-caret-triangle-solid.tsx +1 -1
- package/src/customeow/default/icon-back-15-outline.tsx +38 -0
- package/src/customeow/default/icon-chat-text-solid.tsx +36 -0
- package/src/customeow/default/icon-code-bracket-solid.tsx +1 -1
- package/src/customeow/default/icon-data-source-outline.tsx +1 -1
- package/src/customeow/default/icon-document-complete-solid.tsx +40 -0
- package/src/customeow/default/icon-document-multiple-solid.tsx +40 -0
- package/src/customeow/default/icon-forward-15-outline.tsx +38 -0
- package/src/customeow/default/icon-logo-shein-solid.tsx +34 -0
- package/src/customeow/default/icon-public-paper-folding-solid.tsx +38 -0
- package/src/customeow/default/icon-status-circle-outline.tsx +40 -0
- package/src/customeow/default/icon-status-solid.tsx +1 -1
- package/src/customeow/default/icon-tool-music-ai-outline.tsx +40 -0
- package/src/customeow/default/icon-tool-recording-outline.tsx +40 -0
- package/src/customeow/default/icon-wifi-close-network-outline.tsx +2 -2
- package/src/customeow/default/icon-working-circle-outline.tsx +36 -0
- package/src/customeow/index.json +12 -0
- package/src/customeow/index.tsx +12 -0
- package/types/customeow/default/icon-arrow-angle-outline.d.ts +3 -0
- package/types/customeow/default/icon-back-15-outline.d.ts +3 -0
- package/types/customeow/default/icon-chat-text-solid.d.ts +3 -0
- package/types/customeow/default/icon-document-complete-solid.d.ts +3 -0
- package/types/customeow/default/icon-document-multiple-solid.d.ts +3 -0
- package/types/customeow/default/icon-forward-15-outline.d.ts +3 -0
- package/types/customeow/default/icon-logo-shein-solid.d.ts +3 -0
- package/types/customeow/default/icon-public-paper-folding-solid.d.ts +3 -0
- package/types/customeow/default/icon-status-circle-outline.d.ts +3 -0
- package/types/customeow/default/icon-tool-music-ai-outline.d.ts +3 -0
- package/types/customeow/default/icon-tool-recording-outline.d.ts +3 -0
- package/types/customeow/default/icon-working-circle-outline.d.ts +3 -0
- package/types/customeow/index.d.ts +12 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconArrowAngleOutline = 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-arrow-angle-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="M16 14.25C16 14.6642 15.6642 15 15.25 15L9.75 15C8.50736 15 7.5 13.9926 7.5 12.75L7.5 7.06066L5.78033 8.78033C5.48744 9.07322 5.01256 9.07322 4.71967 8.78033C4.42678 8.48744 4.42678 8.01256 4.71967 7.71967L7.71967 4.71967C8.01256 4.42678 8.48744 4.42678 8.78033 4.71967L11.7803 7.71967C12.0732 8.01256 12.0732 8.48744 11.7803 8.78033C11.4874 9.07322 11.0126 9.07322 10.7197 8.78033L9 7.06066L9 12.75C9 13.1642 9.33579 13.5 9.75 13.5L15.25 13.5C15.6642 13.5 16 13.8358 16 14.25Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconArrowAngleOutline.displayName = "IconArrowAngleOutline";
|
|
35
|
+
|
|
36
|
+
export default IconArrowAngleOutline;
|
|
@@ -23,7 +23,7 @@ export const IconArrowDownCaretTriangleSolid = forwardRef<
|
|
|
23
23
|
ref={forwardedRef}
|
|
24
24
|
>
|
|
25
25
|
<path
|
|
26
|
-
d="M4.6098 6.
|
|
26
|
+
d="M4.6098 6.66675H15.3902C15.6203 6.66675 15.8068 6.8533 15.8068 7.08341C15.8068 7.17711 15.7753 7.26806 15.7172 7.3416L10.327 14.1692C10.1844 14.3498 9.92242 14.3806 9.7418 14.238C9.71624 14.2178 9.69313 14.1947 9.67295 14.1692L4.28276 7.3416C4.14017 7.16098 4.171 6.89897 4.35161 6.75638C4.42515 6.69832 4.51611 6.66675 4.6098 6.66675Z"
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
29
|
clipRule="evenodd"
|
|
@@ -23,7 +23,7 @@ export const IconArrowUpCaretTriangleSolid = forwardRef<
|
|
|
23
23
|
ref={forwardedRef}
|
|
24
24
|
>
|
|
25
25
|
<path
|
|
26
|
-
d="M4.6098 13.
|
|
26
|
+
d="M4.6098 13.3318H15.3902C15.6203 13.3318 15.8068 13.1453 15.8068 12.9152C15.8068 12.8215 15.7753 12.7305 15.7172 12.657L10.327 5.8294C10.1844 5.64878 9.92242 5.61796 9.7418 5.76055C9.71624 5.78073 9.69313 5.80384 9.67295 5.8294L4.28276 12.657C4.14017 12.8376 4.171 13.0996 4.35161 13.2422C4.42515 13.3002 4.51611 13.3318 4.6098 13.3318Z"
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
29
|
clipRule="evenodd"
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconBack15Outline = 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-back-15-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="M6.5945 1.01C6.2178 0.837751 5.77279 1.00349 5.60054 1.38019L4.43597 3.92697C4.33943 4.13809 4.3461 4.38201 4.45402 4.58754C4.56195 4.79307 4.75897 4.93704 4.98757 4.97743L7.7453 5.46459C8.1532 5.53664 8.54228 5.26439 8.61433 4.85649C8.68639 4.44859 8.41414 4.05951 8.00624 3.98746L7.11313 3.82969C10.3915 2.29278 14.3308 3.59486 16.0312 6.83298C17.7803 10.1639 16.498 14.2821 13.167 16.0312C9.83612 17.7803 5.71794 16.498 3.96883 13.1671C2.91891 11.1676 2.96055 8.88483 3.88418 6.99854C4.06634 6.62653 3.91243 6.17729 3.54042 5.99513C3.16841 5.81297 2.71917 5.96688 2.53701 6.33889C1.41211 8.63621 1.35913 11.4237 2.6408 13.8644C4.77505 17.9288 9.80003 19.4935 13.8644 17.3592C17.9288 15.225 19.4935 10.2 17.3592 6.13561C15.3434 2.29676 10.7487 0.687899 6.82041 2.31948L6.96468 2.00397C7.13694 1.62727 6.9712 1.18226 6.5945 1.01Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M7.81298 6.51277C7.99797 6.62199 8.11149 6.82083 8.11149 7.03566V13.4376C8.11149 13.7729 7.83963 14.0448 7.50429 14.0448 7.16894 14.0448 6.89708 13.7729 6.89708 13.4376V8.06417L5.97224 8.57444C5.67862 8.73645 5.30926 8.62975 5.14726 8.33613 4.98526 8.0425 5.09195 7.67315 5.38558 7.51114L7.21095 6.50401C7.39905 6.40022 7.62798 6.40356 7.81298 6.51277ZM9.61231 7.02336C9.64141 6.7112 9.90338 6.47253 10.2169 6.47253H13.1566C13.4919 6.47253 13.7638 6.74438 13.7638 7.07973 13.7638 7.41508 13.4919 7.68693 13.1566 7.68693H10.7701L10.6405 9.07758C11.1977 8.94741 11.8155 8.92528 12.379 9.07799 12.8641 9.20945 13.3339 9.47872 13.6654 9.94604 13.997 10.4133 14.1466 11.0168 14.1058 11.7367 14.022 13.2133 12.8498 13.9411 11.756 14.004 10.695 14.0649 9.42671 13.5052 9.18158 12.1671 9.12116 11.8373 9.33958 11.5209 9.66944 11.4605 9.9993 11.4 10.3157 11.6184 10.3761 11.9483 10.4733 12.4789 11.0035 12.8308 11.6864 12.7916 12.3364 12.7542 12.8535 12.37 12.8933 11.668 12.9225 11.1538 12.8113 10.8408 12.675 10.6488 12.5388 10.4568 12.3339 10.324 12.0614 10.2501 11.4841 10.0937 10.7256 10.24 10.2479 10.514 10.0512 10.6268 9.80803 10.6206 9.61734 10.498 9.42665 10.3753 9.32017 10.1567 9.34122 9.93092L9.61231 7.02336Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
IconBack15Outline.displayName = "IconBack15Outline";
|
|
37
|
+
|
|
38
|
+
export default IconBack15Outline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconChatTextSolid = 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-chat-text-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.0002 2.5C8.14176 2.5 5.94712 2.67905 3.80745 3.02374C2.37107 3.25513 1.37769 4.51325 1.37769 5.92588V11.0741C1.37769 12.4867 2.37107 13.7449 3.80744 13.9763C4.97533 14.1644 6.15962 14.3032 7.35809 14.3905C7.63779 14.4108 7.87888 14.5703 8.00016 14.8035L9.33482 17.596C9.4639 17.8443 9.72044 18 10.0002 18C10.28 18 10.5366 17.8443 10.6656 17.596L12 14.8035C12.1213 14.5703 12.3624 14.4108 12.6421 14.3905C13.8405 14.3032 15.0248 14.1644 16.1927 13.9763C17.6291 13.7449 18.6225 12.4867 18.6225 11.0741V5.92588C18.6225 4.51325 17.6291 3.25513 16.1927 3.02374C14.053 2.67905 11.8584 2.5 10.0002 2.5ZM7.12769 6.5C6.71347 6.5 6.37769 6.83579 6.37769 7.25C6.37769 7.66421 6.71347 8 7.12769 8H12.8725C13.2867 8 13.6225 7.66421 13.6225 7.25C13.6225 6.83579 13.2867 6.5 12.8725 6.5H7.12769ZM7.12769 9C6.71347 9 6.37769 9.33579 6.37769 9.75C6.37769 10.1642 6.71347 10.5 7.12769 10.5H10.2502C10.6644 10.5 11.0002 10.1642 11.0002 9.75C11.0002 9.33579 10.6644 9 10.2502 9H7.12769Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconChatTextSolid.displayName = "IconChatTextSolid";
|
|
35
|
+
|
|
36
|
+
export default IconChatTextSolid;
|
|
@@ -21,7 +21,7 @@ export const IconCodeBracketSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M6.28033 5.
|
|
24
|
+
d="M6.28033 5.21979C6.57322 5.51269 6.57322 5.98756 6.28033 6.28045L2.56066 10.0001 6.28033 13.7198C6.57322 14.0127 6.57322 14.4876 6.28033 14.7805 5.98744 15.0733 5.51256 15.0733 5.21967 14.7805L.96967 10.5305C.676777 10.2376.676777 9.76269.96967 9.46979L5.21967 5.21979C5.51256 4.9269 5.98744 4.9269 6.28033 5.21979ZM13.7197 5.21979C14.0126 4.9269 14.4874 4.9269 14.7803 5.21979L19.0303 9.46979C19.3232 9.76269 19.3232 10.2376 19.0303 10.5305L14.7803 14.7805C14.4874 15.0733 14.0126 15.0733 13.7197 14.7805 13.4268 14.4876 13.4268 14.0127 13.7197 13.7198L17.4393 10.0001 13.7197 6.28045C13.4268 5.98756 13.4268 5.51269 13.7197 5.21979ZM11.3774 2.01103C11.7856 2.0814 12.0595 2.46936 11.9891 2.87755L9.48909 17.3776C9.41872 17.7857 9.03076 18.0596 8.62257 17.9892 8.21438 17.9188 7.94053 17.5309 8.0109 17.1227L10.5109 2.62269C10.5813 2.2145 10.9692 1.94065 11.3774 2.01103Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -21,7 +21,7 @@ export const IconDataSourceOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M4.10085 3.
|
|
24
|
+
d="M4.10085 3.1501C4.10085 2.77731 3.79865 2.4751 3.42585 2.4751C3.05306 2.4751 2.75085 2.77731 2.75085 3.1501V14.3465C2.75085 15.2716 3.50078 16.0215 4.42585 16.0215H6.75085V16.1501C6.75085 16.9095 7.36646 17.5251 8.12585 17.5251H15.8742C16.6336 17.5251 17.2492 16.9095 17.2492 16.1501V14.6501C17.2492 13.8908 16.6336 13.2751 15.8742 13.2751H8.12585C7.36646 13.2751 6.75085 13.8908 6.75085 14.6501V14.6715H4.42585C4.24636 14.6715 4.10085 14.526 4.10085 14.3465V10.6752H6.75085V10.7501C6.75085 11.5095 7.36646 12.1251 8.12585 12.1251H15.8742C16.6336 12.1251 17.2492 11.5095 17.2492 10.7501V9.25012C17.2492 8.49073 16.6336 7.87512 15.8742 7.87512H8.12585C7.36646 7.87512 6.75085 8.49073 6.75085 9.25012V9.3252H4.10085V5.27505H6.75085V5.3501C6.75085 6.10949 7.36646 6.7251 8.12585 6.7251H15.8742C16.6336 6.7251 17.2492 6.10949 17.2492 5.3501V3.8501C17.2492 3.09071 16.6336 2.4751 15.8742 2.4751H8.12585C7.36646 2.4751 6.75085 3.09071 6.75085 3.8501V3.92505H4.10085V3.1501ZM8.10085 16.1501C8.10085 16.164 8.11205 16.1751 8.12585 16.1751H15.8742C15.888 16.1751 15.8992 16.164 15.8992 16.1501V14.6501C15.8992 14.6363 15.888 14.6251 15.8742 14.6251H8.12585C8.11205 14.6251 8.10085 14.6363 8.10085 14.6501V16.1501ZM8.10085 3.8501C8.10085 3.83629 8.11205 3.8251 8.12585 3.8251H15.8742C15.888 3.8251 15.8992 3.83629 15.8992 3.8501V5.3501C15.8992 5.3639 15.888 5.3751 15.8742 5.3751H8.12585C8.11205 5.3751 8.10085 5.3639 8.10085 5.3501V3.8501ZM8.10085 9.25012C8.10085 9.23632 8.11205 9.22512 8.12585 9.22512H15.8742C15.888 9.22512 15.8992 9.23631 15.8992 9.25012V10.7501C15.8992 10.7639 15.888 10.7751 15.8742 10.7751H8.12585C8.11205 10.7751 8.10085 10.7639 8.10085 10.7501V9.25012Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconDocumentCompleteSolid = 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-complete-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.80005 3.5C2.80005 2.67157 3.47162 2 4.30005 2H11.1787C11.5766 2 11.9581 2.15804 12.2394 2.43934L16.3607 6.56066C16.642 6.84197 16.8 7.2235 16.8 7.62132V9.60098C16.4877 9.75403 16.2064 9.98147 15.9847 10.2785L13.4483 13.7443L13.0414 13.4052L13.0191 13.388C12.1072 12.6843 10.8121 12.7788 10.012 13.6073L9.91958 13.703C9.05236 14.6011 9.07733 16.0321 9.97536 16.8993L11.1151 18H4.30005C3.47162 18 2.80005 17.3284 2.80005 16.5V3.5ZM5.30005 6.87132C5.30005 6.45711 5.63584 6.12132 6.05005 6.12132H10.8C11.2143 6.12132 11.55 6.45711 11.55 6.87132C11.55 7.28553 11.2143 7.62132 10.8 7.62132H6.05005C5.63584 7.62132 5.30005 7.28553 5.30005 6.87132ZM5.30005 9.87132C5.30005 9.45711 5.63584 9.12132 6.05005 9.12132H8.80005C9.21426 9.12132 9.55005 9.45711 9.55005 9.87132C9.55005 10.2855 9.21426 10.6213 8.80005 10.6213H6.05005C5.63584 10.6213 5.30005 10.2855 5.30005 9.87132Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M11.0174 15.8202C10.7153 15.5284 10.7069 15.047 10.9987 14.7449L11.0911 14.6491C11.3603 14.3704 11.796 14.3386 12.1027 14.5754L13.7154 15.9193L17.187 11.1755C17.4297 10.8502 17.8852 10.7729 18.2217 10.9999L18.2949 11.0493C18.6431 11.2842 18.735 11.7568 18.5001 12.105C18.2352 12.4977 17.8794 13.0293 17.4879 13.6144C16.2515 15.4616 14.6585 17.8418 14.4431 18.0674C14.1594 18.3645 13.6751 18.3867 13.3657 18.0879L11.0174 15.8202Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconDocumentCompleteSolid.displayName = "IconDocumentCompleteSolid";
|
|
39
|
+
|
|
40
|
+
export default IconDocumentCompleteSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconDocumentMultipleSolid = 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-multiple-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.5 2.5C2.5 1.67157 3.17157 1 4 1L9.87868 1C10.2765 1 10.658 1.15804 10.9393 1.43934L13.5607 4.06066C13.842 4.34196 14 4.7235 14 5.12132L14 13.5C14 14.3284 13.3284 15 12.5 15L4 15C3.17157 15 2.5 14.3284 2.5 13.5L2.5 2.5ZM7.12132 5.84307C6.76981 5.49165 6.19999 5.49168 5.84853 5.84314C5.49703 6.19465 5.49704 6.76455 5.84856 7.11604L7.23551 8.50284C7.41371 8.68101 7.7026 8.68101 7.88079 8.50282C8.1151 8.2685 8.495 8.2685 8.72932 8.50282C8.96363 8.73713 8.96363 9.11703 8.72932 9.35135C8.08252 9.99814 7.03386 9.99817 6.38703 9.35141L5.00008 7.96461C4.17989 7.14451 4.17985 5.81477 5 4.99462C5.82005 4.17456 7.14959 4.17448 7.96974 4.99444L8.33595 5.36055C8.57029 5.59484 8.57034 5.97474 8.33605 6.20908C8.10177 6.44342 7.72187 6.44347 7.48752 6.20918L7.12132 5.84307ZM7.71543 7.08238C8.36223 6.43558 9.41091 6.43558 10.0577 7.08238L11.5054 8.53011C12.3255 9.35021 12.3255 10.6799 11.5054 11.5C10.6853 12.3201 9.35569 12.3201 8.53559 11.5L8.10875 11.0731C7.87444 10.8388 7.87444 10.4589 8.10875 10.2246C8.34307 9.99028 8.72297 9.99028 8.95728 10.2246L9.38412 10.6514C9.73559 11.0029 10.3054 11.0029 10.6569 10.6514C11.0084 10.3 11.0084 9.73011 10.6569 9.37864L9.20918 7.9309C9.03101 7.75273 8.74213 7.75273 8.56396 7.9309C8.32965 8.16522 7.94975 8.16522 7.71543 7.9309C7.48112 7.69659 7.48112 7.31669 7.71543 7.08238Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M7 17.5V16.5L12.5 16.5C14.1569 16.5 15.5 15.1569 15.5 13.5V6H16C16.8284 6 17.5 6.67157 17.5 7.5V17.5C17.5 18.3284 16.8284 19 16 19H8.5C7.67157 19 7 18.3284 7 17.5Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconDocumentMultipleSolid.displayName = "IconDocumentMultipleSolid";
|
|
39
|
+
|
|
40
|
+
export default IconDocumentMultipleSolid;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconForward15Outline = 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-forward-15-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="M13.4055 1.01C13.7822 0.837751 14.2272 1.00349 14.3994 1.38019L15.564 3.92697C15.6606 4.13809 15.6539 4.38201 15.546 4.58754C15.438 4.79307 15.241 4.93704 15.0124 4.97743L12.2547 5.46459C11.8468 5.53664 11.4577 5.26439 11.3856 4.85649C11.3136 4.44859 11.5858 4.05951 11.9937 3.98746L12.8869 3.82968C9.60851 2.29278 5.66924 3.59486 3.96887 6.83298C2.21976 10.1639 3.50208 14.2821 6.833 16.0312C10.1639 17.7803 14.2821 16.498 16.0312 13.1671C17.0811 11.1676 17.0395 8.88483 16.1159 6.99854C15.9337 6.62653 16.0876 6.17729 16.4596 5.99513C16.8316 5.81297 17.2809 5.96688 17.463 6.33889C18.5879 8.63621 18.6409 11.4237 17.3592 13.8644C15.225 17.9288 10.2 19.4935 6.13564 17.3592C2.07126 15.225 0.506579 10.2 2.64083 6.13561C4.65664 2.29679 9.25124 0.687919 13.1796 2.31945L13.0353 2.00397C12.863 1.62727 13.0288 1.18226 13.4055 1.01Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M7.81298 6.51279C7.99797 6.622 8.11149 6.82084 8.11149 7.03567V13.4376C8.11149 13.7729 7.83963 14.0448 7.50429 14.0448 7.16894 14.0448 6.89708 13.7729 6.89708 13.4376V8.06418L5.97224 8.57446C5.67862 8.73646 5.30926 8.62976 5.14726 8.33614 4.98526 8.04252 5.09195 7.67316 5.38558 7.51116L7.21095 6.50402C7.39905 6.40024 7.62798 6.40357 7.81298 6.51279ZM9.61231 7.02338C9.64141 6.71122 9.90338 6.47254 10.2169 6.47254H13.1566C13.4919 6.47254 13.7638 6.74439 13.7638 7.07974 13.7638 7.41509 13.4919 7.68695 13.1566 7.68695H10.7701L10.6405 9.0776C11.1977 8.94742 11.8155 8.92529 12.379 9.078 12.8641 9.20946 13.3339 9.47874 13.6654 9.94606 13.997 10.4133 14.1466 11.0168 14.1058 11.7368 14.022 13.2133 12.8498 13.9411 11.756 14.004 10.695 14.0649 9.42671 13.5052 9.18158 12.1671 9.12116 11.8373 9.33958 11.5209 9.66944 11.4605 9.9993 11.4 10.3157 11.6185 10.3761 11.9483 10.4733 12.4789 11.0035 12.8308 11.6864 12.7916 12.3364 12.7542 12.8535 12.37 12.8933 11.668 12.9225 11.1538 12.8113 10.8408 12.675 10.6488 12.5388 10.4568 12.3339 10.324 12.0614 10.2501 11.4841 10.0937 10.7256 10.2401 10.2479 10.514 10.0512 10.6268 9.80803 10.6206 9.61734 10.498 9.42665 10.3754 9.32017 10.1567 9.34122 9.93093L9.61231 7.02338Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
IconForward15Outline.displayName = "IconForward15Outline";
|
|
37
|
+
|
|
38
|
+
export default IconForward15Outline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconLogoSheinSolid = 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-logo-shein-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="M15.161 3.3937C14.6421 3.8659 14.1657 4.32706 13.6524 4.74265C13.5532 4.82301 13.2762 4.78244 13.1382 4.70091C11.9158 3.97853 10.603 3.67428 9.21004 3.93913C8.69424 4.03718 8.15908 4.27475 7.73918 4.59033C6.59349 5.45144 6.66075 7.01039 7.91448 7.81039C8.67997 8.29882 9.56258 8.60991 10.4064 8.96792C11.5178 9.43953 12.6887 9.79187 13.752 10.3515C15.6181 11.3336 16.3945 13.1702 15.8078 14.9846C15.3844 16.2934 14.3974 17.0838 13.1868 17.6196C11.4232 18.4002 9.58839 18.2637 7.75502 17.9733C6.40578 17.7595 5.18461 17.2148 4 16.3832C4.5597 15.8704 5.08342 15.3716 5.6353 14.9063C5.71185 14.8418 5.95704 14.8972 6.07426 14.9736C7.37619 15.8224 8.8098 16.168 10.349 16.1345C11.1596 16.1168 11.8982 15.8878 12.512 15.347C13.4649 14.5076 13.49 13.0947 12.4408 12.3863C11.6076 11.8238 10.6236 11.4793 9.69398 11.0663C8.51436 10.5423 7.24264 10.1776 6.15071 9.51373C3.42016 7.8538 3.55772 4.12058 6.55976 2.65969C9.41985 1.26792 12.2895 1.63747 15.0147 3.22486C15.0555 3.24862 15.0806 3.29926 15.161 3.3937Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconLogoSheinSolid.displayName = "IconLogoSheinSolid";
|
|
33
|
+
|
|
34
|
+
export default IconLogoSheinSolid;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconPublicPaperFoldingSolid = 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-public-paper-folding-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="M7.54735 7.89085C7.43799 8.45304 7.8379 8.98918 8.42424 9.06648L15.8 9.9999L8.42424 10.9333C7.8379 11.0106 7.43799 11.5468 7.54735 12.109L8.49873 17.5999H3.80005C3.22872 17.5999 2.80005 16.7522 2.80005 16.5999V3.3999C2.80005 2.84762 3.22872 2.3999 3.80005 2.3999H8.49873L7.54735 7.89085Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M9.53486 2.48462 8.56401 8.07565 18.8241 9.4 9.79937 2.64733C9.71963 2.57988 9.63033 2.52523 9.53486 2.48462ZM18.8241 10.6 8.56401 11.9242 9.53486 17.5152C9.63033 17.4746 9.71963 17.4199 9.79937 17.3525L18.8241 10.6Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
IconPublicPaperFoldingSolid.displayName = "IconPublicPaperFoldingSolid";
|
|
37
|
+
|
|
38
|
+
export default IconPublicPaperFoldingSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconStatusCircleOutline = 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-status-circle-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="M14.5303 9.29293C14.8232 9.00003 14.8232 8.52516 14.5303 8.23227C14.2374 7.93937 13.7626 7.93937 13.4697 8.23227L11.375 10.3269L9.51784 8.46979C9.22495 8.1769 8.75007 8.1769 8.45718 8.46979L5.83217 11.0948C5.53928 11.3877 5.53928 11.8626 5.83217 12.1555C6.12507 12.4484 6.59994 12.4484 6.89283 12.1555L8.98751 10.0608L10.8447 11.9179C11.1376 12.2108 11.6124 12.2108 11.9053 11.9179L14.5303 9.29293Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M10 2C5.50901 2 2 5.63253 2 10C2 14.3675 5.52701 18 10 18C14.473 18 18 14.3904 18 10C18 5.60956 14.491 2 10 2ZM3.5 10C3.5 6.27649 6.53936 3.5 10 3.5C13.4606 3.5 16.5 6.30225 16.5 10C16.5 13.6977 13.4606 16.5 10 16.5C6.53936 16.5 3.5 13.7235 3.5 10Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconStatusCircleOutline.displayName = "IconStatusCircleOutline";
|
|
39
|
+
|
|
40
|
+
export default IconStatusCircleOutline;
|
|
@@ -21,7 +21,7 @@ export const IconStatusSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M10
|
|
24
|
+
d="M10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1ZM10.9245 4.73598C10.4654 4.65583 10.0283 4.96298 9.94818 5.42202C9.86802 5.88107 10.1752 6.31818 10.6342 6.39833C12.3511 6.69812 13.6562 8.19745 13.6562 9.9999C13.6562 11.3522 12.9225 12.5341 11.8275 13.1675C11.4241 13.4009 11.2863 13.917 11.5196 14.3204C11.7529 14.7237 12.2691 14.8616 12.6724 14.6282C14.2675 13.7056 15.3437 11.9789 15.3437 9.9999C15.3437 7.36342 13.4352 5.17439 10.9245 4.73598ZM8.22915 6.80015C8.63662 6.57406 8.78365 6.06045 8.55756 5.65299C8.33146 5.24552 7.81786 5.09849 7.4104 5.32458C6.53472 5.81047 5.8104 6.53481 5.32454 7.41051C5.09846 7.81798 5.24551 8.33158 5.65299 8.55766C6.06046 8.78374 6.57406 8.63669 6.80014 8.22921C7.13281 7.62961 7.62956 7.13285 8.22915 6.80015ZM6.38293 10.5381C6.31505 10.0771 5.8863 9.75841 5.42527 9.82628C4.96425 9.89416 4.64555 10.3229 4.71343 10.7839C5.06136 13.1471 6.95328 15.0055 9.33291 15.3023C9.79532 15.36 10.2169 15.0319 10.2746 14.5695C10.3323 14.1071 10.0042 13.6855 9.54177 13.6278C7.91643 13.4251 6.62063 12.1526 6.38293 10.5381Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconToolMusicAiOutline = 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-tool-music-ai-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="M6.29396 4.52892 10.516 3.32263C10.5054 3.40778 10.5 3.49431 10.5 3.58187 10.5 4.02251 10.6373 4.43726 10.8759 4.77983L7.25 5.81579V7.38077L12.8017 5.79456 12.9126 5.82227C13.1237 5.87507 13.2886 6.03995 13.3414 6.25111L13.5474 7.0753C13.5526 7.09595 13.5581 7.11647 13.5638 7.13684L7.25 8.94079V16.9608C7.25 18.1328 6.47306 19.1628 5.34614 19.4848L4.24616 19.799C2.8073 20.2101 1.375 19.1297 1.375 17.6333 1.375 16.6277 2.04165 15.7439 3.0086 15.4676L4.93406 14.9175C5.41703 14.7795 5.75 14.338 5.75 13.8358V8.39165C5.74974 8.38032 5.74974 8.36901 5.75 8.35774V5.25007C5.75 4.91521 5.97198 4.62092 6.29396 4.52892ZM5.75 16.2076C5.62136 16.2686 5.48646 16.3197 5.34614 16.3598L3.42069 16.9099C3.09769 17.0022 2.875 17.2974 2.875 17.6333 2.875 18.1332 3.35344 18.4941 3.83408 18.3567L4.93406 18.0425C5.41703 17.9045 5.75 17.463 5.75 16.9608V16.2076ZM15.5818 8.66368C15.1899 8.66368 14.8184 8.55502 14.5 8.36314V11.3358C14.5 11.838 14.167 12.2795 13.6841 12.4175L11.7586 12.9676C10.7917 13.2439 10.125 14.1277 10.125 15.1333 10.125 16.6297 11.5573 17.7101 12.9962 17.299L14.0961 16.9848C15.2231 16.6628 16 15.6328 16 14.4608V8.62173C15.8644 8.64929 15.7244 8.66368 15.5818 8.66368ZM14.5 13.7076C14.3714 13.7686 14.2365 13.8197 14.0961 13.8598L12.1707 14.4099C11.8477 14.5022 11.625 14.7974 11.625 15.1333 11.625 15.6332 12.1034 15.9941 12.5841 15.8567L13.6841 15.5425C14.167 15.4045 14.5 14.963 14.5 14.4608V13.7076Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M16.161 0.452182C16.0945 0.186432 15.8557 0 15.5818 0C15.3079 0 15.0691 0.186432 15.0027 0.452182L14.7966 1.27637C14.6095 2.02496 14.025 2.60947 13.2764 2.79662L12.4522 3.00266C12.1864 3.0691 12 3.30788 12 3.58181C12 3.85574 12.1864 4.09451 12.4522 4.16095L13.2764 4.367C14.025 4.55415 14.6095 5.13865 14.7966 5.88725L15.0027 6.71143C15.0691 6.97718 15.3079 7.16362 15.5818 7.16362C15.8557 7.16362 16.0945 6.97718 16.161 6.71143L16.367 5.88725C16.5541 5.13865 17.1387 4.55415 17.8872 4.367L18.7114 4.16095C18.9772 4.09451 19.1636 3.85574 19.1636 3.58181C19.1636 3.30788 18.9772 3.0691 18.7114 3.00266L17.8872 2.79662C17.1387 2.60947 16.5541 2.02496 16.367 1.27637L16.161 0.452182Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconToolMusicAiOutline.displayName = "IconToolMusicAiOutline";
|
|
39
|
+
|
|
40
|
+
export default IconToolMusicAiOutline;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconToolRecordingOutline = 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-tool-recording-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="M6.33331 4.58329C6.33331 2.55825 7.97494 0.916626 9.99998 0.916626C12.025 0.916626 13.6666 2.55825 13.6666 4.58329V9.99996C13.6666 12.025 12.025 13.6666 9.99998 13.6666C7.97494 13.6666 6.33331 12.025 6.33331 9.99996V4.58329ZM9.99998 2.41663C8.80336 2.41663 7.83331 3.38668 7.83331 4.58329V9.99996C7.83331 11.1966 8.80336 12.1666 9.99998 12.1666C11.1966 12.1666 12.1666 11.1966 12.1666 9.99996V4.58329C12.1666 3.38668 11.1966 2.41663 9.99998 2.41663Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M3.75 8.83337C4.16421 8.83337 4.5 9.16916 4.5 9.58337C4.5 12.621 6.96242 15.0834 10 15.0834C13.0376 15.0834 15.5 12.621 15.5 9.58337C15.5 9.16916 15.8358 8.83337 16.25 8.83337C16.6642 8.83337 17 9.16916 17 9.58337C17 13.196 14.2633 16.1694 10.75 16.5437V18.3334C10.75 18.7476 10.4142 19.0834 10 19.0834C9.58579 19.0834 9.25 18.7476 9.25 18.3334V16.5437C5.73667 16.1694 3 13.196 3 9.58337C3 9.16916 3.33579 8.83337 3.75 8.83337Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconToolRecordingOutline.displayName = "IconToolRecordingOutline";
|
|
39
|
+
|
|
40
|
+
export default IconToolRecordingOutline;
|
|
@@ -21,11 +21,11 @@ export const IconWifiCloseNetworkOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M17.8174 7.
|
|
24
|
+
d="M17.8174 7.73249C13.6677 3.79988 7.27822 3.59281 2.89333 7.11215C2.65008 7.30739 2.41292 7.51415 2.18253 7.73249C1.88188 8.01741 1.40717 8.00466 1.12225 7.70401C0.837326 7.40336 0.850076 6.92866 1.15073 6.64374C1.411 6.39707 1.67917 6.16327 1.95441 5.94235C6.91926 1.95754 14.1507 2.19103 18.8492 6.64373C19.1498 6.92866 19.1626 7.40336 18.8777 7.70401C18.5928 8.00466 18.118 8.01742 17.8174 7.73249Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
/>
|
|
27
27
|
<path
|
|
28
|
-
d="M4.09519 10.0768C7.3563 6.
|
|
28
|
+
d="M4.09519 10.0768C7.3563 6.81568 12.6436 6.81568 15.9047 10.0768 16.1976 10.3697 16.1976 10.8446 15.9047 11.1375 15.6118 11.4303 15.1369 11.4303 14.8441 11.1375 12.1687 8.46213 7.83118 8.46213 5.15585 11.1375 4.86296 11.4303 4.38808 11.4303 4.09519 11.1375 3.8023 10.8446 3.8023 10.3697 4.09519 10.0768ZM8.5303 12.3389C8.23741 12.046 7.76253 12.046 7.46964 12.3389 7.17675 12.6318 7.17675 13.1067 7.46964 13.3996L8.93931 14.8692 7.46964 16.3389C7.17675 16.6318 7.17675 17.1067 7.46964 17.3996 7.76253 17.6925 8.23741 17.6925 8.5303 17.3996L9.99997 15.9299 11.4696 17.3996C11.7625 17.6925 12.2374 17.6925 12.5303 17.3996 12.8232 17.1067 12.8232 16.6318 12.5303 16.3389L11.0606 14.8692 12.5303 13.3996C12.8232 13.1067 12.8232 12.6318 12.5303 12.3389 12.2374 12.046 11.7625 12.046 11.4696 12.3389L9.99997 13.8086 8.5303 12.3389Z"
|
|
29
29
|
fill={color}
|
|
30
30
|
/>
|
|
31
31
|
</svg>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const IconWorkingCircleOutline = 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-working-circle-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="M2 10C2 5.63253 5.50901 2 10 2C14.491 2 18 5.60956 18 10C18 14.3904 14.473 18 10 18C5.52701 18 2 14.3675 2 10ZM10 3.5C6.53936 3.5 3.5 6.27649 3.5 10C3.5 13.7235 6.53936 16.5 10 16.5C13.4606 16.5 16.5 13.6977 16.5 10C16.5 6.30225 13.4606 3.5 10 3.5ZM10.75 6.5C10.75 6.08579 10.4142 5.75 10 5.75C9.58579 5.75 9.25 6.08579 9.25 6.5V9.85714C9.25 10.0994 9.36697 10.3267 9.56407 10.4674L12.5641 12.6103C12.9011 12.8511 13.3695 12.773 13.6103 12.4359C13.8511 12.0989 13.773 11.6305 13.4359 11.3897L10.75 9.47118V6.5Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconWorkingCircleOutline.displayName = "IconWorkingCircleOutline";
|
|
35
|
+
|
|
36
|
+
export default IconWorkingCircleOutline;
|