@sunzi/icon 1.0.21 → 1.0.24
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 +36 -4
- package/package.json +1 -1
- package/src/customeow/default/icon-arrow-left-caret-triangle-solid.tsx +37 -0
- package/src/customeow/default/icon-arrow-right-caret-triangle-solid.tsx +38 -0
- package/src/customeow/default/icon-calendar-clock-solid.tsx +40 -0
- package/src/customeow/default/icon-check-circle-outline.tsx +36 -0
- package/src/customeow/default/icon-check-list-outline.tsx +36 -0
- package/src/customeow/default/icon-circle.tsx +31 -0
- package/src/customeow/default/icon-close-circle-outline.tsx +1 -1
- package/src/customeow/default/icon-document-mandate-solid.tsx +36 -0
- package/src/customeow/default/icon-drag-cursor-arrow-outline.tsx +2 -2
- package/src/customeow/default/icon-ellipsis-more-vertical-outline.tsx +35 -0
- package/src/customeow/default/icon-empty-solid.tsx +34 -0
- package/src/customeow/default/icon-eye-slash-solid.tsx +40 -0
- package/src/customeow/default/icon-file-image-outline.tsx +40 -0
- package/src/customeow/default/icon-file-pdf-outline.tsx +42 -0
- package/src/customeow/default/icon-file-save-outline.tsx +36 -0
- package/src/customeow/default/icon-font-managemen-solid.tsx +34 -0
- package/src/customeow/default/icon-font-solid.tsx +2 -2
- package/src/customeow/default/icon-heart.tsx +34 -0
- package/src/customeow/default/icon-image-photo-error-solid.tsx +44 -0
- package/src/customeow/default/icon-information-circle-outline.tsx +37 -0
- package/src/customeow/default/icon-light-solid.tsx +34 -0
- package/src/customeow/default/icon-logout-solid.tsx +36 -0
- package/src/customeow/default/icon-map-outline.tsx +1 -1
- package/src/customeow/default/icon-menu-fold-outline.tsx +38 -0
- package/src/customeow/default/icon-menu-un-fold-outline.tsx +34 -0
- package/src/customeow/default/icon-number-sorted-outline.tsx +36 -0
- package/src/customeow/default/icon-oblique-outline.tsx +36 -0
- package/src/customeow/default/icon-qr-code-solid.tsx +1 -29
- package/src/customeow/default/icon-question-mark-circle-outline.tsx +37 -0
- package/src/customeow/default/icon-radio-solid.tsx +31 -0
- package/src/customeow/default/icon-store-solid.tsx +42 -0
- package/src/customeow/default/icon-text-outline.tsx +36 -0
- package/src/customeow/default/icon-tool-font-color-outline.tsx +40 -0
- package/src/customeow/default/icon-tool-font-size-outline.tsx +38 -0
- package/src/customeow/default/icon-tooth-solid.tsx +36 -0
- package/src/customeow/default/icon-type-insert-solid.tsx +36 -0
- package/src/customeow/default/icon-type-list-outline.tsx +36 -0
- package/src/customeow/index.json +36 -4
- package/src/customeow/index.tsx +35 -3
- package/src/customeow-shein/default/icon-radio-solid.tsx +36 -0
- package/src/customeow-shein/index.json +1 -0
- package/src/customeow-shein/index.tsx +1 -0
- package/types/customeow/default/icon-arrow-left-caret-triangle-solid.d.ts +3 -0
- package/types/customeow/default/icon-arrow-right-caret-triangle-solid.d.ts +3 -0
- package/types/customeow/default/icon-calendar-clock-solid.d.ts +3 -0
- package/types/customeow/default/icon-check-circle-outline.d.ts +3 -0
- package/types/customeow/default/icon-check-list-outline.d.ts +3 -0
- package/types/customeow/default/icon-circle.d.ts +3 -0
- package/types/customeow/default/icon-document-mandate-solid.d.ts +3 -0
- package/types/customeow/default/icon-ellipsis-more-vertical-outline.d.ts +3 -0
- package/types/customeow/default/icon-empty-solid.d.ts +3 -0
- package/types/customeow/default/icon-eye-slash-solid.d.ts +3 -0
- package/types/customeow/default/icon-file-image-outline.d.ts +3 -0
- package/types/customeow/default/icon-file-pdf-outline.d.ts +3 -0
- package/types/customeow/default/icon-file-save-outline.d.ts +3 -0
- package/types/customeow/default/icon-font-managemen-solid.d.ts +3 -0
- package/types/customeow/default/icon-heart.d.ts +3 -0
- package/types/customeow/default/icon-image-photo-error-solid.d.ts +3 -0
- package/types/customeow/default/icon-information-circle-outline.d.ts +3 -0
- package/types/customeow/default/icon-light-solid.d.ts +3 -0
- package/types/customeow/default/icon-logout-solid.d.ts +3 -0
- package/types/customeow/default/icon-menu-fold-outline.d.ts +3 -0
- package/types/customeow/default/icon-menu-un-fold-outline.d.ts +3 -0
- package/types/customeow/default/icon-number-sorted-outline.d.ts +3 -0
- package/types/customeow/default/icon-oblique-outline.d.ts +3 -0
- package/types/customeow/default/icon-question-mark-circle-outline.d.ts +3 -0
- package/types/customeow/default/icon-radio-solid.d.ts +3 -0
- package/types/customeow/default/icon-store-solid.d.ts +3 -0
- package/types/customeow/default/icon-text-outline.d.ts +3 -0
- package/types/customeow/default/icon-tool-font-color-outline.d.ts +3 -0
- package/types/customeow/default/icon-tool-font-size-outline.d.ts +3 -0
- package/types/customeow/default/icon-tooth-solid.d.ts +3 -0
- package/types/customeow/default/icon-type-insert-solid.d.ts +3 -0
- package/types/customeow/default/icon-type-list-outline.d.ts +3 -0
- package/types/customeow/index.d.ts +35 -3
- package/types/customeow-shein/default/icon-radio-solid.d.ts +3 -0
- package/types/customeow-shein/index.d.ts +1 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconHeart = 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-heart`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M9.65298 16.9149L9.6476 16.9121L9.62912 16.9024C9.61341 16.8941 9.59102 16.8822 9.56238 16.8667C9.50511 16.8358 9.42281 16.7907 9.31906 16.732C9.11164 16.6146 8.81794 16.4425 8.46663 16.2206C7.76556 15.7777 6.82731 15.1314 5.88539 14.3197C4.04447 12.7332 2 10.3523 2 7.5C2 5.01472 4.01472 3 6.5 3C7.9144 3 9.17542 3.65238 10 4.67158C10.8246 3.65238 12.0856 3 13.5 3C15.9853 3 18 5.01472 18 7.5C18 10.3523 15.9555 12.7332 14.1146 14.3197C13.1727 15.1314 12.2344 15.7777 11.5334 16.2206C11.1821 16.4425 10.8884 16.6146 10.6809 16.732C10.5772 16.7907 10.4949 16.8358 10.4376 16.8667C10.409 16.8822 10.3866 16.8941 10.3709 16.9024L10.3524 16.9121L10.347 16.9149L10.3453 16.9158C10.13 17.03 9.87 17.03 9.65529 16.9161L9.65298 16.9149Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconHeart.displayName = "IconHeart";
|
|
33
|
+
|
|
34
|
+
export default IconHeart;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconImagePhotoErrorSolid = 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-image-photo-error-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
|
+
<g
|
|
24
|
+
fill={color}
|
|
25
|
+
clipPath="url(#a)"
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
>
|
|
29
|
+
<path d="M1 5.25C1 4.65326 1.23705 4.08097 1.65901 3.65901C2.08097 3.23705 2.65326 3 3.25 3H16.75C17.0455 3 17.3381 3.0582 17.611 3.17127C17.884 3.28434 18.1321 3.45008 18.341 3.65901C18.5499 3.86794 18.7157 4.11598 18.8287 4.38896C18.9418 4.66194 19 4.95453 19 5.25V9.5H13.5C11.9944 9.5 10.6831 10.3318 10.0006 11.5609L6.53 8.091C6.38937 7.95055 6.19875 7.87166 6 7.87166C5.80125 7.87166 5.61063 7.95055 5.47 8.091L2.5 11.06V14.75C2.5 15.164 2.836 15.5 3.25 15.5H9.5V17H3.25C2.65326 17 2.08097 16.7629 1.65901 16.341C1.23705 15.919 1 15.3467 1 14.75V5.25ZM12 7C12 7.26522 11.8946 7.51957 11.7071 7.70711C11.5196 7.89464 11.2652 8 11 8C10.7348 8 10.4804 7.89464 10.2929 7.70711C10.1054 7.51957 10 7.26522 10 7C10 6.73478 10.1054 6.48043 10.2929 6.29289C10.4804 6.10536 10.7348 6 11 6C11.2652 6 11.5196 6.10536 11.7071 6.29289C11.8946 6.48043 12 6.73478 12 7Z" />
|
|
30
|
+
<path d="M18.1517 13.409C18.4445 13.1161 18.4445 12.6412 18.1517 12.3484C17.8588 12.0555 17.3839 12.0555 17.091 12.3484L15.5 13.9393L13.909 12.3484C13.6161 12.0555 13.1412 12.0555 12.8483 12.3484C12.5555 12.6412 12.5555 13.1161 12.8483 13.409L14.4393 15L12.8483 16.591C12.5555 16.8839 12.5555 17.3588 12.8483 17.6517C13.1412 17.9445 13.6161 17.9445 13.909 17.6517L15.5 16.0607L17.091 17.6517C17.3839 17.9445 17.8588 17.9445 18.1517 17.6517C18.4445 17.3588 18.4445 16.8839 18.1517 16.591L16.5607 15L18.1517 13.409Z" />
|
|
31
|
+
</g>
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id="a">
|
|
34
|
+
<path fill={color} d="M0 0H20V20H0z" />
|
|
35
|
+
</clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
</svg>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
IconImagePhotoErrorSolid.displayName = "IconImagePhotoErrorSolid";
|
|
43
|
+
|
|
44
|
+
export default IconImagePhotoErrorSolid;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconInformationCircleOutline = 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-information-circle-outline`,
|
|
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="M10 3.25C6.27208 3.25 3.25 6.27208 3.25 10C3.25 13.7279 6.27208 16.75 10 16.75C13.7279 16.75 16.75 13.7279 16.75 10C16.75 6.27208 13.7279 3.25 10 3.25ZM1.75 10C1.75 5.44365 5.44365 1.75 10 1.75C14.5563 1.75 18.25 5.44365 18.25 10C18.25 14.5563 14.5563 18.25 10 18.25C5.44365 18.25 1.75 14.5563 1.75 10ZM9.25 6.875C9.25 6.46079 9.58579 6.125 10 6.125H10.0063C10.4205 6.125 10.7563 6.46079 10.7563 6.875V6.88125C10.7563 7.29546 10.4205 7.63125 10.0063 7.63125H10C9.58579 7.63125 9.25 7.29546 9.25 6.88125V6.875ZM9.51124 10.1127C9.19095 10.172 8.85714 10.0163 8.70418 9.71041C8.51894 9.33993 8.66911 8.88942 9.03959 8.70418L9.07416 8.68689C10.1249 8.16153 11.3079 9.11056 11.023 10.2502L10.4888 12.3873C10.809 12.328 11.1429 12.4837 11.2958 12.7896C11.4811 13.1601 11.3309 13.6106 10.9604 13.7958L10.9258 13.8131C9.87513 14.3385 8.69206 13.3894 8.97697 12.2498L9.51124 10.1127Z"
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
IconInformationCircleOutline.displayName = "IconInformationCircleOutline";
|
|
36
|
+
|
|
37
|
+
export default IconInformationCircleOutline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconLightSolid = 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-light-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.5291 9.23881H12.324C12.0352 9.23881 11.8145 8.97311 11.8615 8.68347L13.0026 1.55748C13.0777 1.09072 12.5119 0.808262 12.1949 1.15295L4.12707 9.95452C3.84765 10.2609 4.05898 10.7612 4.46988 10.7612H7.67493C7.96374 10.7612 8.18446 11.0269 8.1375 11.3165L6.99636 18.4425C6.92122 18.9093 7.48709 19.1917 7.80408 18.847L15.8719 10.0455C16.1537 9.73909 15.94 9.23881 15.5291 9.23881Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconLightSolid.displayName = "IconLightSolid";
|
|
33
|
+
|
|
34
|
+
export default IconLightSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconLogoutSolid = 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-logout-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="M3.62861 4.94858C3.24895 5.10045 3 5.46816 3 5.87706V17C3 17.5523 3.44772 18 4 18H10C10.2536 18 10.4851 17.9056 10.6614 17.7501H13C13.9665 17.7501 14.75 16.9666 14.75 16.0001V15.3334C14.75 14.9192 14.4142 14.5834 14 14.5834C13.5858 14.5834 13.25 14.9192 13.25 15.3334V16.0001C13.25 16.1381 13.1381 16.2501 13 16.2501H11V5.75006H13C13.1381 5.75006 13.25 5.86198 13.25 6.00006V6.66672C13.25 7.08094 13.5858 7.41672 14 7.41672C14.4142 7.41672 14.75 7.08094 14.75 6.66672V6.00006C14.75 5.03356 13.9665 4.25006 13 4.25006H11V3.47706C11 2.7696 10.2855 2.28584 9.62861 2.54858L3.62861 4.94858ZM9 12.0001C9.55228 12.0001 10 11.5523 10 11.0001C10 10.4478 9.55228 10.0001 9 10.0001C8.44772 10.0001 8 10.4478 8 11.0001C8 11.5523 8.44772 12.0001 9 12.0001ZM19.8821 10.7256C20.0393 10.8788 20.0393 11.1213 19.8821 11.2746L17.7258 13.3779C17.4625 13.6347 17 13.4598 17 13.1034V11.7501H13.75C13.3358 11.7501 13 11.4143 13 11.0001C13 10.5858 13.3358 10.2501 13.75 10.2501H17V8.89675C17 8.54036 17.4625 8.36544 17.7258 8.62224L19.8821 10.7256Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconLogoutSolid.displayName = "IconLogoutSolid";
|
|
35
|
+
|
|
36
|
+
export default IconLogoutSolid;
|
|
@@ -21,7 +21,7 @@ export const IconMapOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M7.58385 3.
|
|
24
|
+
d="M7.58385 3.38045C7.53107 3.35406 7.46893 3.35406 7.41615 3.38045L3.35365 5.4117C3.29013 5.44346 3.25 5.50839 3.25 5.57941V15.9831C3.25 16.1225 3.39668 16.2131 3.52135 16.1508L6.74533 14.5388C7.2204 14.3013 7.7796 14.3013 8.25467 14.5388L12.4161 16.6195C12.4689 16.6459 12.5311 16.6459 12.5839 16.6195L16.6464 14.5883C16.7099 14.5565 16.75 14.4916 16.75 14.4206V4.01691C16.75 3.87752 16.6033 3.78687 16.4786 3.8492L13.2547 5.46119C12.7796 5.69873 12.2204 5.69873 11.7453 5.46119L7.58385 3.38045ZM6.74533 2.03881C7.22041 1.80127 7.7796 1.80127 8.25467 2.03881L12.4161 4.11955C12.4689 4.14594 12.5311 4.14594 12.5839 4.11955L15.8078 2.50756C16.9298 1.94655 18.25 2.76245 18.25 4.01691V14.4206C18.25 15.0598 17.8889 15.6441 17.3172 15.9299L13.2547 17.9612C12.7796 18.1987 12.2204 18.1987 11.7453 17.9612L7.58385 15.8805C7.53107 15.8541 7.46893 15.8541 7.41615 15.8805L4.19217 17.4924C3.07015 18.0534 1.75 17.2376 1.75 15.9831V5.57941C1.75 4.94023 2.11113 4.35591 2.68283 4.07006L6.74533 2.03881ZM7.5 4.875C7.91421 4.875 8.25 5.21079 8.25 5.625V12.5C8.25 12.9142 7.91421 13.25 7.5 13.25C7.08579 13.25 6.75 12.9142 6.75 12.5V5.625C6.75 5.21079 7.08579 4.875 7.5 4.875ZM12.5 6.75C12.9142 6.75 13.25 7.08579 13.25 7.5V14.375C13.25 14.7892 12.9142 15.125 12.5 15.125C12.0858 15.125 11.75 14.7892 11.75 14.375V7.5C11.75 7.08579 12.0858 6.75 12.5 6.75Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconMenuFoldOutline = 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-menu-fold-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 328 24"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M2.75 6C2.33579 6 2 6.33579 2 6.75 2 7.16421 2.33579 7.5 2.75 7.5H17.25C17.6642 7.5 18 7.16421 18 6.75 18 6.33579 17.6642 6 17.25 6H2.75ZM9.5 11.25C9.08579 11.25 8.75 11.5858 8.75 12 8.75 12.4142 9.08579 12.75 9.5 12.75H17.25C17.6642 12.75 18 12.4142 18 12 18 11.5858 17.6642 11.25 17.25 11.25H9.5ZM2.75 16.5C2.33579 16.5 2 16.8358 2 17.25 2 17.6642 2.33579 18 2.75 18H17.25C17.6642 18 18 17.6642 18 17.25 18 16.8358 17.6642 16.5 17.25 16.5H2.75ZM5.04006 14.1502 2.36885 12.4203C2.00372 12.1838 2.00372 11.6495 2.36885 11.4131L5.04006 9.68313C5.43927 9.4246 5.96621 9.71113 5.96621 10.1867V13.6466C5.96621 14.1222 5.43927 14.4087 5.04006 14.1502Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M41.0739 17V9.36364H42.2074V10.5568H42.3068C42.4659 10.1491 42.7228 9.83262 43.0774 9.60724C43.4321 9.37855 43.858 9.2642 44.3551 9.2642C44.8589 9.2642 45.2782 9.37855 45.6129 9.60724C45.951 9.83262 46.2145 10.1491 46.4034 10.5568H46.483C46.6785 10.1624 46.9718 9.84919 47.3629 9.61719C47.754 9.38187 48.223 9.2642 48.7699 9.2642C49.4527 9.2642 50.0111 9.47798 50.4453 9.90554C50.8795 10.3298 51.0966 10.991 51.0966 11.8892V17H49.9233V11.8892C49.9233 11.3258 49.7692 10.9231 49.4609 10.6811C49.1527 10.4392 48.7898 10.3182 48.3722 10.3182C47.8352 10.3182 47.4193 10.4806 47.1243 10.8054C46.8293 11.1269 46.6818 11.5346 46.6818 12.0284V17H45.4886V11.7699C45.4886 11.3357 45.3478 10.986 45.0661 10.7209C44.7843 10.4524 44.4214 10.3182 43.9773 10.3182C43.6723 10.3182 43.3873 10.3994 43.1222 10.5618C42.8603 10.7242 42.6482 10.9496 42.4858 11.2379C42.3267 11.523 42.2472 11.8527 42.2472 12.2273V17H41.0739ZM56.4435 17.1591C55.7077 17.1591 55.073 16.9967 54.5394 16.6719C54.0091 16.3438 53.5998 15.8864 53.3114 15.2997C53.0264 14.7098 52.8839 14.0237 52.8839 13.2415C52.8839 12.4593 53.0264 11.7699 53.3114 11.1733C53.5998 10.5734 54.0008 10.1061 54.5146 9.77131C55.0316 9.43324 55.6348 9.2642 56.3242 9.2642C56.7219 9.2642 57.1147 9.33049 57.5025 9.46307C57.8903 9.59564 58.2433 9.81108 58.5614 10.1094C58.8796 10.4044 59.1332 10.7955 59.3221 11.2827C59.511 11.7699 59.6055 12.3698 59.6055 13.0824V13.5795H53.7191V12.5653H58.4123C58.4123 12.1345 58.3261 11.75 58.1538 11.4119C57.9847 11.0739 57.7428 10.8071 57.4279 10.6115C57.1164 10.416 56.7485 10.3182 56.3242 10.3182C55.8569 10.3182 55.4525 10.4342 55.1112 10.6662C54.7731 10.8949 54.5129 11.1932 54.3306 11.5611C54.1483 11.929 54.0572 12.3234 54.0572 12.7443V13.4205C54.0572 13.9972 54.1566 14.486 54.3555 14.8871C54.5576 15.2848 54.8377 15.5881 55.1957 15.7969C55.5536 16.0024 55.9696 16.1051 56.4435 16.1051C56.7518 16.1051 57.0302 16.062 57.2788 15.9759C57.5307 15.8864 57.7478 15.7538 57.93 15.5781C58.1123 15.3991 58.2532 15.1771 58.3526 14.9119L59.4862 15.2301C59.3668 15.6146 59.1663 15.9527 58.8846 16.2443C58.6029 16.5327 58.2549 16.758 57.8406 16.9205C57.4263 17.0795 56.9606 17.1591 56.4435 17.1591ZM62.5636 12.4062V17H61.3903V9.36364H62.5238V10.5568H62.6232C62.8022 10.169 63.074 9.85748 63.4386 9.62216C63.8031 9.38352 64.2738 9.2642 64.8505 9.2642C65.3675 9.2642 65.82 9.37027 66.2077 9.58239C66.5955 9.79119 66.8971 10.1094 67.1126 10.5369C67.328 10.9612 67.4357 11.4981 67.4357 12.1477V17H66.2624V12.2273C66.2624 11.6274 66.1067 11.16 65.7951 10.8253C65.4835 10.4872 65.056 10.3182 64.5124 10.3182C64.1379 10.3182 63.8031 10.3994 63.5082 10.5618C63.2165 10.7242 62.9862 10.9612 62.8171 11.2727C62.6481 11.5843 62.5636 11.9621 62.5636 12.4062ZM74.3922 13.8778V9.36364H75.5655V17H74.3922V15.7074H74.3127C74.1337 16.0952 73.8553 16.425 73.4775 16.6967C73.0996 16.9652 72.6223 17.0994 72.0456 17.0994C71.5684 17.0994 71.1441 16.995 70.7729 16.7862C70.4017 16.5741 70.11 16.2559 69.8979 15.8317C69.6858 15.4041 69.5797 14.8655 69.5797 14.2159V9.36364H70.753V14.1364C70.753 14.6932 70.9088 15.1373 71.2203 15.4688C71.5352 15.8002 71.9363 15.9659 72.4235 15.9659C72.7151 15.9659 73.0118 15.8913 73.3134 15.7422C73.6183 15.593 73.8735 15.3643 74.079 15.0561C74.2878 14.7479 74.3922 14.3551 74.3922 13.8778ZM82.0895 12.0881V13.1818H77.6349V12.0881H82.0895ZM87.5545 9.36364V10.358H83.438V9.36364H87.5545ZM84.671 17V8.30966C84.671 7.87216 84.7737 7.50758 84.9792 7.21591C85.1847 6.92424 85.4515 6.70549 85.7797 6.55966C86.1078 6.41383 86.4541 6.34091 86.8187 6.34091C87.1071 6.34091 87.3424 6.36411 87.5247 6.41051C87.707 6.45691 87.8429 6.5 87.9324 6.53977L87.5943 7.55398C87.5346 7.53409 87.4518 7.50923 87.3457 7.4794C87.243 7.44957 87.1071 7.43466 86.938 7.43466C86.5502 7.43466 86.2702 7.53243 86.0978 7.72798C85.9288 7.92353 85.8443 8.21023 85.8443 8.58807V17H84.671ZM91.9867 17.1591C91.2973 17.1591 90.6924 16.995 90.1721 16.6669C89.655 16.3388 89.2507 15.8797 88.959 15.2898C88.6706 14.6998 88.5265 14.0104 88.5265 13.2216C88.5265 12.4261 88.6706 11.7318 88.959 11.1385C89.2507 10.5452 89.655 10.0845 90.1721 9.75639C90.6924 9.42827 91.2973 9.2642 91.9867 9.2642C92.6761 9.2642 93.2793 9.42827 93.7963 9.75639C94.3167 10.0845 94.7211 10.5452 95.0094 11.1385C95.3011 11.7318 95.4469 12.4261 95.4469 13.2216C95.4469 14.0104 95.3011 14.6998 95.0094 15.2898C94.7211 15.8797 94.3167 16.3388 93.7963 16.6669C93.2793 16.995 92.6761 17.1591 91.9867 17.1591ZM91.9867 16.1051C92.5104 16.1051 92.9412 15.9709 93.2793 15.7024C93.6174 15.4339 93.8676 15.081 94.03 14.6435C94.1924 14.206 94.2736 13.732 94.2736 13.2216C94.2736 12.7112 94.1924 12.2356 94.03 11.7947C93.8676 11.3539 93.6174 10.9976 93.2793 10.7259C92.9412 10.4541 92.5104 10.3182 91.9867 10.3182C91.463 10.3182 91.0321 10.4541 90.6941 10.7259C90.356 10.9976 90.1058 11.3539 89.9434 11.7947C89.781 12.2356 89.6998 12.7112 89.6998 13.2216C89.6998 13.732 89.781 14.206 89.9434 14.6435C90.1058 15.081 90.356 15.4339 90.6941 15.7024C91.0321 15.9709 91.463 16.1051 91.9867 16.1051ZM98.4112 6.81818V17H97.2379V6.81818H98.4112ZM103.444 17.1591C102.807 17.1591 102.246 16.9983 101.758 16.6768C101.271 16.352 100.89 15.8946 100.615 15.3047C100.34 14.7114 100.202 14.0104 100.202 13.2017C100.202 12.3996 100.34 11.7036 100.615 11.1136C100.89 10.5237 101.273 10.0679 101.763 9.74645C102.254 9.42495 102.821 9.2642 103.464 9.2642C103.961 9.2642 104.354 9.34706 104.642 9.51278C104.934 9.67519 105.156 9.8608 105.308 10.0696C105.464 10.2751 105.585 10.4441 105.671 10.5767H105.77V6.81818H106.944V17H105.81V15.8267H105.671C105.585 15.9659 105.462 16.1416 105.303 16.3537C105.144 16.5625 104.917 16.7498 104.622 16.9155C104.327 17.0779 103.934 17.1591 103.444 17.1591ZM103.603 16.1051C104.073 16.1051 104.471 15.9825 104.796 15.7372C105.121 15.4886 105.368 15.1456 105.537 14.7081C105.706 14.2673 105.79 13.7585 105.79 13.1818C105.79 12.6117 105.707 12.1129 105.542 11.6854C105.376 11.2545 105.131 10.9197 104.806 10.6811C104.481 10.4392 104.08 10.3182 103.603 10.3182C103.106 10.3182 102.691 10.4458 102.36 10.701C102.032 10.9529 101.785 11.2959 101.619 11.7301C101.457 12.161 101.376 12.6449 101.376 13.1818C101.376 13.7254 101.458 14.2192 101.624 14.6634C101.793 15.1042 102.042 15.4555 102.37 15.7173C102.701 15.9759 103.112 16.1051 103.603 16.1051ZM113.631 12.0881V13.1818H109.176V12.0881H113.631ZM118.797 17.1591C118.108 17.1591 117.503 16.995 116.983 16.6669C116.466 16.3388 116.061 15.8797 115.77 15.2898C115.481 14.6998 115.337 14.0104 115.337 13.2216C115.337 12.4261 115.481 11.7318 115.77 11.1385C116.061 10.5452 116.466 10.0845 116.983 9.75639C117.503 9.42827 118.108 9.2642 118.797 9.2642C119.487 9.2642 120.09 9.42827 120.607 9.75639C121.127 10.0845 121.532 10.5452 121.82 11.1385C122.112 11.7318 122.257 12.4261 122.257 13.2216C122.257 14.0104 122.112 14.6998 121.82 15.2898C121.532 15.8797 121.127 16.3388 120.607 16.6669C120.09 16.995 119.487 17.1591 118.797 17.1591ZM118.797 16.1051C119.321 16.1051 119.752 15.9709 120.09 15.7024C120.428 15.4339 120.678 15.081 120.841 14.6435C121.003 14.206 121.084 13.732 121.084 13.2216C121.084 12.7112 121.003 12.2356 120.841 11.7947C120.678 11.3539 120.428 10.9976 120.09 10.7259C119.752 10.4541 119.321 10.3182 118.797 10.3182C118.274 10.3182 117.843 10.4541 117.505 10.7259C117.167 10.9976 116.916 11.3539 116.754 11.7947C116.592 12.2356 116.51 12.7112 116.51 13.2216C116.51 13.732 116.592 14.206 116.754 14.6435C116.916 15.081 117.167 15.4339 117.505 15.7024C117.843 15.9709 118.274 16.1051 118.797 16.1051ZM128.861 13.8778V9.36364H130.034V17H128.861V15.7074H128.781C128.602 16.0952 128.324 16.425 127.946 16.6967C127.568 16.9652 127.091 17.0994 126.514 17.0994C126.037 17.0994 125.613 16.995 125.242 16.7862C124.87 16.5741 124.579 16.2559 124.367 15.8317C124.155 15.4041 124.048 14.8655 124.048 14.2159V9.36364H125.222V14.1364C125.222 14.6932 125.378 15.1373 125.689 15.4688C126.004 15.8002 126.405 15.9659 126.892 15.9659C127.184 15.9659 127.481 15.8913 127.782 15.7422C128.087 15.593 128.342 15.3643 128.548 15.0561C128.757 14.7479 128.861 14.3551 128.861 13.8778ZM135.504 9.36364V10.358H131.547V9.36364H135.504ZM132.7 7.53409H133.874V14.8125C133.874 15.1439 133.922 15.3925 134.018 15.5582C134.117 15.7206 134.243 15.83 134.396 15.8864C134.551 15.9394 134.715 15.9659 134.888 15.9659C135.017 15.9659 135.123 15.9593 135.206 15.946C135.289 15.9295 135.355 15.9162 135.405 15.9062L135.643 16.9602C135.564 16.9901 135.453 17.0199 135.31 17.0497C135.168 17.0829 134.987 17.0994 134.768 17.0994C134.437 17.0994 134.112 17.0282 133.794 16.8857C133.479 16.7431 133.217 16.526 133.009 16.2344C132.803 15.9427 132.7 15.5748 132.7 15.1307V7.53409ZM138.607 6.81818V17H137.433V6.81818H138.607ZM140.756 17V9.36364H141.929V17H140.756ZM141.352 8.09091C141.123 8.09091 140.926 8.01302 140.76 7.85724C140.598 7.70147 140.517 7.5142 140.517 7.29545C140.517 7.0767 140.598 6.88944 140.76 6.73366C140.926 6.57789 141.123 6.5 141.352 6.5C141.581 6.5 141.776 6.57789 141.939 6.73366C142.104 6.88944 142.187 7.0767 142.187 7.29545C142.187 7.5142 142.104 7.70147 141.939 7.85724C141.776 8.01302 141.581 8.09091 141.352 8.09091ZM145.251 12.4062V17H144.078V9.36364H145.211V10.5568H145.311C145.49 10.169 145.761 9.85748 146.126 9.62216C146.491 9.38352 146.961 9.2642 147.538 9.2642C148.055 9.2642 148.507 9.37027 148.895 9.58239C149.283 9.79119 149.585 10.1094 149.8 10.5369C150.016 10.9612 150.123 11.4981 150.123 12.1477V17H148.95V12.2273C148.95 11.6274 148.794 11.16 148.483 10.8253C148.171 10.4872 147.743 10.3182 147.2 10.3182C146.825 10.3182 146.491 10.3994 146.196 10.5618C145.904 10.7242 145.674 10.9612 145.505 11.2727C145.336 11.5843 145.251 11.9621 145.251 12.4062ZM155.469 17.1591C154.733 17.1591 154.098 16.9967 153.565 16.6719C153.035 16.3438 152.625 15.8864 152.337 15.2997C152.052 14.7098 151.909 14.0237 151.909 13.2415C151.909 12.4593 152.052 11.7699 152.337 11.1733C152.625 10.5734 153.026 10.1061 153.54 9.77131C154.057 9.43324 154.66 9.2642 155.35 9.2642C155.747 9.2642 156.14 9.33049 156.528 9.46307C156.916 9.59564 157.269 9.81108 157.587 10.1094C157.905 10.4044 158.159 10.7955 158.347 11.2827C158.536 11.7699 158.631 12.3698 158.631 13.0824V13.5795H152.744V12.5653H157.438C157.438 12.1345 157.352 11.75 157.179 11.4119C157.01 11.0739 156.768 10.8071 156.453 10.6115C156.142 10.416 155.774 10.3182 155.35 10.3182C154.882 10.3182 154.478 10.4342 154.137 10.6662C153.798 10.8949 153.538 11.1932 153.356 11.5611C153.174 11.929 153.083 12.3234 153.083 12.7443V13.4205C153.083 13.9972 153.182 14.486 153.381 14.8871C153.583 15.2848 153.863 15.5881 154.221 15.7969C154.579 16.0024 154.995 16.1051 155.469 16.1051C155.777 16.1051 156.056 16.062 156.304 15.9759C156.556 15.8864 156.773 15.7538 156.955 15.5781C157.138 15.3991 157.279 15.1771 157.378 14.9119L158.512 15.2301C158.392 15.6146 158.192 15.9527 157.91 16.2443C157.628 16.5327 157.28 16.758 156.866 16.9205C156.452 17.0795 155.986 17.1591 155.469 17.1591Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
IconMenuFoldOutline.displayName = "IconMenuFoldOutline";
|
|
37
|
+
|
|
38
|
+
export default IconMenuFoldOutline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconMenuUnFoldOutline = 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-menu-un-fold-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.75 4C2.33579 4 2 4.33579 2 4.75 2 5.16421 2.33579 5.5 2.75 5.5H17.25C17.6642 5.5 18 5.16421 18 4.75 18 4.33579 17.6642 4 17.25 4H2.75ZM9.5 9.25C9.08579 9.25 8.75 9.58579 8.75 10 8.75 10.4142 9.08579 10.75 9.5 10.75H17.25C17.6642 10.75 18 10.4142 18 10 18 9.58579 17.6642 9.25 17.25 9.25H9.5ZM2 15.25C2 14.8358 2.33579 14.5 2.75 14.5H17.25C17.6642 14.5 18 14.8358 18 15.25 18 15.6642 17.6642 16 17.25 16H2.75C2.33579 16 2 15.6642 2 15.25ZM5.90179 10.4203 3.23058 12.1502C2.83137 12.4087 2.30443 12.1222 2.30443 11.6466V8.18674C2.30443 7.71113 2.83137 7.4246 3.23058 7.68313L5.90179 9.41306C6.26692 9.64952 6.26692 10.1838 5.90179 10.4203Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconMenuUnFoldOutline.displayName = "IconMenuUnFoldOutline";
|
|
33
|
+
|
|
34
|
+
export default IconMenuUnFoldOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconNumberSortedOutline = 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-number-sorted-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="M3.60052 3.99158V7.38894C3.59856 7.49549 3.61641 7.60138 3.65301 7.70043C3.68961 7.79947 3.74422 7.88968 3.81366 7.96577C3.88311 8.04186 3.96597 8.10231 4.05742 8.14357C4.14887 8.18484 4.24706 8.20609 4.34624 8.20609C4.44543 8.20609 4.54362 8.18484 4.63507 8.14357C4.72651 8.10231 4.80938 8.04186 4.87882 7.96577C4.94826 7.88968 5.00288 7.79947 5.03948 7.70043C5.07608 7.60138 5.09393 7.49549 5.09197 7.38894V2.83893C5.09284 2.71021 5.06483 2.58317 5.01031 2.46856C4.95579 2.35394 4.87636 2.25513 4.77876 2.18049C4.68471 2.09682 4.57266 2.0398 4.45283 2.01461C4.333 1.98943 4.20921 1.99689 4.09275 2.03631L3.10944 2.48501C2.93984 2.56783 2.80523 2.71584 2.73209 2.89993C2.65895 3.08402 2.65257 3.29085 2.71422 3.47973C2.77587 3.66861 2.90107 3.82587 3.0652 3.92056C3.22915 4.01516 3.42009 4.04048 3.60052 3.99158ZM4.68994 16.3946H5.57001H5.57059C5.66975 16.3925 5.76831 16.4117 5.8605 16.451C5.95269 16.4903 6.03665 16.549 6.10747 16.6236C6.17829 16.6982 6.23455 16.7872 6.27296 16.8855C6.31137 16.9837 6.33115 17.0892 6.33115 17.1958C6.33115 17.3024 6.31137 17.4079 6.27296 17.5061C6.23455 17.6044 6.17829 17.6934 6.10747 17.768C6.03665 17.8426 5.95269 17.9013 5.8605 17.9406C5.76831 17.9799 5.66975 17.9991 5.57059 17.997H2.82598C2.6641 18.0121 2.50207 17.9699 2.36452 17.877C2.22698 17.7841 2.12144 17.6454 2.06396 17.4821C2.00648 17.3188 2.0002 17.1398 2.04608 16.9724C2.09196 16.8049 2.18748 16.6581 2.31813 16.5543L4.31715 14.5035C4.64512 14.1828 4.71973 13.8624 4.71973 13.6378C4.69166 13.5582 4.64309 13.4888 4.57969 13.4377C4.51629 13.3867 4.44068 13.3561 4.36169 13.3494C4.18777 13.3519 4.01873 13.4116 3.87739 13.5205C3.73605 13.6294 3.6292 13.7823 3.57128 13.9585C3.45636 14.1111 3.2933 14.2131 3.11303 14.2451C2.93277 14.2771 2.74784 14.2369 2.59333 14.1321C2.43882 14.0273 2.32547 13.8653 2.2748 13.6767C2.22412 13.4881 2.23965 13.2861 2.31842 13.1089C2.53558 12.69 2.86097 12.3475 3.25531 12.1229C3.64965 11.8982 4.09608 11.801 4.54071 11.843C4.90112 11.8861 5.24266 12.0386 5.52533 12.2826C5.80801 12.5267 6.02013 12.8522 6.13686 13.2211C6.24721 13.6816 6.22975 14.1668 6.08663 14.6167C5.94351 15.0667 5.68099 15.4619 5.33141 15.7535L4.68994 16.3946ZM8.63614 3.60152C8.63614 3.15916 8.89816 2.80056 9.22138 2.80056H17.4148C17.738 2.80056 18 3.15916 18 3.60152C18 4.04388 17.738 4.40249 17.4148 4.40249H9.22138C8.89816 4.40249 8.63614 4.04388 8.63614 3.60152ZM9.22138 12.634C8.89816 12.634 8.63614 12.9926 8.63614 13.435C8.63614 13.8774 8.89816 14.236 9.22138 14.236H17.4148C17.738 14.236 18 13.8774 18 13.435C18 12.9926 17.738 12.634 17.4148 12.634H9.22138ZM8.63614 6.56621C8.63614 6.25607 8.88756 6.00465 9.19769 6.00465H14.2401C14.5502 6.00465 14.8016 6.25607 14.8016 6.56621V7.04503C14.8016 7.35517 14.5502 7.60658 14.2401 7.60658H9.19769C8.88756 7.60658 8.63614 7.35517 8.63614 7.04503V6.56621ZM9.19769 15.8384C8.88756 15.8384 8.63614 16.0898 8.63614 16.3999V16.8788C8.63614 17.1889 8.88756 17.4403 9.19769 17.4403H14.2401C14.5502 17.4403 14.8016 17.1889 14.8016 16.8788V16.3999C14.8016 16.0898 14.5502 15.8384 14.2401 15.8384H9.19769Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconNumberSortedOutline.displayName = "IconNumberSortedOutline";
|
|
35
|
+
|
|
36
|
+
export default IconNumberSortedOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconObliqueOutline = 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-oblique-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="M12.1835 2.78312C12.5794 2.90494 12.8015 3.32462 12.6797 3.72052L8.67973 16.7205C8.55791 17.1164 8.13822 17.3386 7.74233 17.2168C7.34643 17.095 7.12424 16.6753 7.24606 16.2794L11.2461 3.27939C11.3679 2.88349 11.7876 2.66131 12.1835 2.78312Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconObliqueOutline.displayName = "IconObliqueOutline";
|
|
35
|
+
|
|
36
|
+
export default IconObliqueOutline;
|
|
@@ -21,39 +21,11 @@ export const IconQrCodeSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="
|
|
25
|
-
fill={color}
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
d="M3 1C1.89543 1 1 1.89543 1 3V7.32C1 8.42457 1.89543 9.32 3 9.32H7.32C8.42457 9.32 9.32 8.42457 9.32 7.32V3C9.32 1.89543 8.42457 1 7.32 1H3ZM3.13005 2.12994C2.57777 2.12994 2.13005 2.57765 2.13005 3.12994V7.19006C2.13005 7.74235 2.57777 8.19006 3.13005 8.19006H7.19017C7.74246 8.19006 8.19017 7.74235 8.19017 7.19006V3.12994C8.19017 2.57765 7.74246 2.12994 7.19017 2.12994H3.13005Z"
|
|
29
|
-
fill={color}
|
|
30
|
-
fillRule="evenodd"
|
|
31
|
-
clipRule="evenodd"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
d="M3.89792 14.278C3.89792 13.8914 4.21132 13.578 4.59792 13.578H5.72208C6.10868 13.578 6.42208 13.8914 6.42208 14.278V15.4021C6.42208 15.7887 6.10868 16.1021 5.72208 16.1021H4.59792C4.21132 16.1021 3.89792 15.7887 3.89792 15.4021V14.278Z"
|
|
35
|
-
fill={color}
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="M3 10.6801C1.89543 10.6801 1 11.5755 1 12.6801V17.0001C1 18.1046 1.89543 19.0001 3 19.0001H7.32C8.42457 19.0001 9.32 18.1046 9.32 17.0001V12.6801C9.32 11.5755 8.42457 10.6801 7.32 10.6801H3ZM3.13005 11.81C2.57777 11.81 2.13005 12.2577 2.13005 12.81V16.8701C2.13005 17.4224 2.57777 17.8701 3.13005 17.8701H7.19017C7.74246 17.8701 8.19017 17.4224 8.19017 16.8701V12.81C8.19017 12.2577 7.74246 11.81 7.19017 11.81H3.13005Z"
|
|
24
|
+
d="M5.53549 4.28574C4.84514 4.28574 4.28549 4.84538 4.28549 5.53574V8.03574C4.28549 8.72609 4.84514 9.28574 5.53549 9.28574H8.03549C8.72585 9.28574 9.28549 8.72609 9.28549 8.03574V5.53574C9.28549 4.84538 8.72585 4.28574 8.03549 4.28574H5.53549ZM5.35692 5.53574C5.35692 5.43712 5.43687 5.35717 5.53549 5.35717H8.03549C8.13412 5.35717 8.21406 5.43712 8.21406 5.53574V8.03574C8.21406 8.13436 8.13412 8.21431 8.03549 8.21431H5.53549C5.43687 8.21431 5.35692 8.13436 5.35692 8.03574V5.53574ZM5.53549 10.7143C4.84514 10.7143 4.28549 11.274 4.28549 11.9643V14.4643C4.28549 15.1547 4.84514 15.7143 5.53549 15.7143H8.03549C8.72585 15.7143 9.28549 15.1547 9.28549 14.4643V11.9643C9.28549 11.274 8.72585 10.7143 8.03549 10.7143H5.53549ZM5.35692 11.9643C5.35692 11.8657 5.43687 11.7857 5.53549 11.7857H8.03549C8.13412 11.7857 8.21406 11.8657 8.21406 11.9643V14.4643C8.21406 14.5629 8.13412 14.6429 8.03549 14.6429H5.53549C5.43687 14.6429 5.35692 14.5629 5.35692 14.4643V11.9643ZM10.7141 5.53574C10.7141 4.84538 11.2737 4.28574 11.9641 4.28574H14.4641C15.1544 4.28574 15.7141 4.84538 15.7141 5.53574V8.03574C15.7141 8.72609 15.1544 9.28574 14.4641 9.28574H11.9641C11.2737 9.28574 10.7141 8.72609 10.7141 8.03574V5.53574ZM11.9641 5.35717C11.8654 5.35717 11.7855 5.43712 11.7855 5.53574V8.03574C11.7855 8.13436 11.8654 8.21431 11.9641 8.21431H14.4641C14.5627 8.21431 14.6426 8.13436 14.6426 8.03574V5.53574C14.6426 5.43712 14.5627 5.35717 14.4641 5.35717H11.9641ZM6.77852 6.07145C6.38403 6.07145 6.06423 6.39125 6.06423 6.78574V6.79288C6.06423 7.18737 6.38403 7.50717 6.77852 7.50717H6.78566C7.18015 7.50717 7.49995 7.18737 7.49995 6.79288V6.78574C7.49995 6.39125 7.18015 6.07145 6.78566 6.07145H6.77852ZM13.2071 6.07145C12.8126 6.07145 12.4928 6.39125 12.4928 6.78574V6.79288C12.4928 7.18737 12.8126 7.50717 13.2071 7.50717H13.2142C13.6087 7.50717 13.9285 7.18737 13.9285 6.79288V6.78574C13.9285 6.39125 13.6087 6.07145 13.2142 6.07145H13.2071ZM6.77852 12.5C6.38403 12.5 6.06423 12.8198 6.06423 13.2143V13.2215C6.06423 13.6159 6.38403 13.9357 6.77852 13.9357H6.78566C7.18015 13.9357 7.49995 13.6159 7.49995 13.2215V13.2143C7.49995 12.8198 7.18015 12.5 6.78566 12.5H6.77852ZM13.2071 12.5C12.8126 12.5 12.4928 12.8198 12.4928 13.2143V13.2215C12.4928 13.6159 12.8126 13.9357 13.2071 13.9357H13.2142C13.6087 13.9357 13.9285 13.6159 13.9285 13.2215V13.2143C13.9285 12.8198 13.6087 12.5 13.2142 12.5H13.2071ZM10.7071 11.4286C10.7071 11.0341 11.0269 10.7143 11.4214 10.7143H11.4285C11.823 10.7143 12.1428 11.0341 12.1428 11.4286V11.4357C12.1428 11.8302 11.823 12.15 11.4285 12.15H11.4214C11.0269 12.15 10.7071 11.8302 10.7071 11.4357V11.4286ZM14.9928 10.7143C14.5983 10.7143 14.2785 11.0341 14.2785 11.4286V11.4357C14.2785 11.8302 14.5983 12.15 14.9928 12.15H14.9999C15.3944 12.15 15.7142 11.8302 15.7142 11.4357V11.4286C15.7142 11.0341 15.3944 10.7143 14.9999 10.7143H14.9928ZM14.2785 15C14.2785 14.6055 14.5983 14.2857 14.9928 14.2857H14.9999C15.3944 14.2857 15.7142 14.6055 15.7142 15V15.0072C15.7142 15.4017 15.3944 15.7215 14.9999 15.7215H14.9928C14.5983 15.7215 14.2785 15.4017 14.2785 15.0072V15ZM11.4214 14.2857C11.0269 14.2857 10.7071 14.6055 10.7071 15V15.0072C10.7071 15.4017 11.0269 15.7215 11.4214 15.7215H11.4285C11.823 15.7215 12.1428 15.4017 12.1428 15.0072V15C12.1428 14.6055 11.823 14.2857 11.4285 14.2857H11.4214ZM1.6665 4.0477C1.6665 2.73274 2.73249 1.66675 4.04746 1.66675H5.53555C5.86429 1.66675 6.13079 1.93325 6.13079 2.26199 6.13079 2.59073 5.86429 2.85722 5.53555 2.85722H4.04746C3.38997 2.85722 2.85698 3.39022 2.85698 4.0477V5.5358C2.85698 5.86454 2.59048 6.13103 2.26174 6.13103 1.933 6.13103 1.6665 5.86454 1.6665 5.5358V4.0477ZM15.9522 2.85722H14.4641C14.1354 2.85722 13.8689 2.59073 13.8689 2.26199 13.8689 1.93325 14.1354 1.66675 14.4641 1.66675H15.9522C17.2672 1.66675 18.3332 2.73274 18.3332 4.0477V5.5358C18.3332 5.86454 18.0667 6.13103 17.7379 6.13103 17.4092 6.13103 17.1427 5.86454 17.1427 5.5358V4.0477C17.1427 3.39022 16.6097 2.85722 15.9522 2.85722ZM2.26174 13.8691C2.59048 13.8691 2.85698 14.1356 2.85698 14.4644V15.9525C2.85698 16.6099 3.38997 17.1429 4.04746 17.1429H5.53555C5.86429 17.1429 6.13079 17.4094 6.13079 17.7382 6.13079 18.0669 5.86429 18.3334 5.53555 18.3334H4.04746C2.73249 18.3334 1.6665 17.2674 1.6665 15.9525V14.4644C1.6665 14.1356 1.933 13.8691 2.26174 13.8691ZM17.1427 15.9525V14.4644C17.1427 14.1356 17.4092 13.8691 17.7379 13.8691 18.0667 13.8691 18.3332 14.1356 18.3332 14.4644V15.9525C18.3332 17.2674 17.2672 18.3334 15.9522 18.3334H14.4641C14.1354 18.3334 13.8689 18.0669 13.8689 17.7382 13.8689 17.4094 14.1354 17.1429 14.4641 17.1429H15.9522C16.6097 17.1429 17.1427 16.6099 17.1427 15.9525Z"
|
|
39
25
|
fill={color}
|
|
40
26
|
fillRule="evenodd"
|
|
41
27
|
clipRule="evenodd"
|
|
42
28
|
/>
|
|
43
|
-
<path
|
|
44
|
-
d="M14.278 3.89792C13.8914 3.89792 13.578 4.21132 13.578 4.59792V5.72208C13.578 6.10868 13.8914 6.42208 14.278 6.42208H15.4021C15.7887 6.42208 16.1021 6.10868 16.1021 5.72208V4.59792C16.1021 4.21132 15.7887 3.89792 15.4021 3.89792H14.278Z"
|
|
45
|
-
fill={color}
|
|
46
|
-
/>
|
|
47
|
-
<path
|
|
48
|
-
d="M10.6801 3C10.6801 1.89543 11.5755 1 12.6801 1H17.0001C18.1046 1 19.0001 1.89543 19.0001 3V7.32C19.0001 8.42457 18.1046 9.32 17.0001 9.32H12.6801C11.5755 9.32 10.6801 8.42457 10.6801 7.32V3ZM11.8101 3.12994C11.8101 2.57765 12.2578 2.12994 12.8101 2.12994H16.8702C17.4225 2.12994 17.8702 2.57765 17.8702 3.12994V7.19006C17.8702 7.74235 17.4225 8.19006 16.8702 8.19006H12.8101C12.2578 8.19006 11.8101 7.74235 11.8101 7.19006V3.12994Z"
|
|
49
|
-
fill={color}
|
|
50
|
-
fillRule="evenodd"
|
|
51
|
-
clipRule="evenodd"
|
|
52
|
-
/>
|
|
53
|
-
<path
|
|
54
|
-
d="M11.7356 11.2271C11.4042 11.2271 11.1356 11.4957 11.1356 11.8271V12.3471C11.1356 12.6784 11.4042 12.9471 11.7356 12.9471H12.2556C12.587 12.9471 12.8556 12.6784 12.8556 12.3471V11.8271C12.8556 11.4957 12.587 11.2271 12.2556 11.2271H11.7356ZM16.9519 11.8271C16.9519 11.4957 17.2205 11.2271 17.5519 11.2271H18.0719C18.4033 11.2271 18.6719 11.4957 18.6719 11.8271V12.3471C18.6719 12.6784 18.4033 12.9471 18.0719 12.9471H17.5519C17.2205 12.9471 16.9519 12.6784 16.9519 12.3471V11.8271ZM14.0617 12.8777C13.7303 12.8777 13.4617 13.1463 13.4617 13.4777V15.2777C13.4617 15.6091 13.7303 15.8777 14.0617 15.8777H14.4617C14.793 15.8777 15.0617 15.6091 15.0617 15.2777V13.4777C15.0617 13.1463 14.793 12.8777 14.4617 12.8777H14.0617ZM11.1356 17.5435C11.1356 17.2121 11.4042 16.9435 11.7356 16.9435H12.2556C12.587 16.9435 12.8556 17.2121 12.8556 17.5435V18.0635C12.8556 18.3949 12.587 18.6635 12.2556 18.6635H11.7356C11.4042 18.6635 11.1356 18.3949 11.1356 18.0635V17.5435ZM18.1719 15.0387C18.448 15.0387 18.6719 15.2626 18.6719 15.5387V17.8635C18.6719 18.3053 18.3137 18.6635 17.8719 18.6635H15.5616C15.2855 18.6635 15.0616 18.4396 15.0616 18.1635V17.4435C15.0616 17.1673 15.2855 16.9435 15.5616 16.9435H16.9519V15.5387C16.9519 15.2626 17.1758 15.0387 17.4519 15.0387H18.1719Z"
|
|
55
|
-
fill={color}
|
|
56
|
-
/>
|
|
57
29
|
</svg>
|
|
58
30
|
);
|
|
59
31
|
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconQuestionMarkCircleOutline = 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-question-mark-circle-outline`,
|
|
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="M10 3.25C6.27208 3.25 3.25 6.27208 3.25 10C3.25 13.7279 6.27208 16.75 10 16.75C13.7279 16.75 16.75 13.7279 16.75 10C16.75 6.27208 13.7279 3.25 10 3.25ZM1.75 10C1.75 5.44365 5.44365 1.75 10 1.75C14.5563 1.75 18.25 5.44365 18.25 10C18.25 14.5563 14.5563 18.25 10 18.25C5.44365 18.25 1.75 14.5563 1.75 10ZM11.2741 6.83014C10.5805 6.22329 9.41984 6.22329 8.7263 6.83014C8.41457 7.1029 7.94075 7.07131 7.66799 6.75958C7.39523 6.44785 7.42682 5.97403 7.73854 5.70127C8.99762 4.59958 11.0028 4.59958 12.2618 5.70127C13.5796 6.85435 13.5796 8.77065 12.2618 9.92373C12.0392 10.1186 11.7941 10.278 11.5362 10.4028C10.9842 10.67 10.7502 11.0102 10.7502 11.25V11.875C10.7502 12.2892 10.4144 12.625 10.0002 12.625C9.58598 12.625 9.25019 12.2892 9.25019 11.875V11.25C9.25019 10.109 10.1919 9.38695 10.8827 9.05262C11.0253 8.98362 11.1569 8.8974 11.2741 8.79486C11.9089 8.2394 11.9089 7.3856 11.2741 6.83014ZM9.25 14.375C9.25 13.9608 9.58579 13.625 10 13.625H10.0063C10.4205 13.625 10.7563 13.9608 10.7563 14.375V14.3813C10.7563 14.7955 10.4205 15.1313 10.0063 15.1313H10C9.58579 15.1313 9.25 14.7955 9.25 14.3813V14.375Z"
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
IconQuestionMarkCircleOutline.displayName = "IconQuestionMarkCircleOutline";
|
|
36
|
+
|
|
37
|
+
export default IconQuestionMarkCircleOutline;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconRadioSolid = 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-radio-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
|
+
<circle cx="10" cy="10" r="3.75" fill={color} />
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
IconRadioSolid.displayName = "IconRadioSolid";
|
|
30
|
+
|
|
31
|
+
export default IconRadioSolid;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconStoreSolid = 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-store-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.88092 3C5.10304 3 4.41243 3.40062 4.16644 3.99458L2.66042 7.63094C2.63392 7.69492 2.61325 7.75904 2.5981 7.82299C2.53405 8.02494 2.5 8.23654 2.5 8.45455C2.5 9.86036 3.91596 11 5.66264 11C6.50208 11 7.26513 10.7368 7.83133 10.3073C8.39754 10.7368 9.16059 11 10 11C10.8394 11 11.6025 10.7368 12.1687 10.3073C12.7349 10.7368 13.4979 11 14.3374 11C16.084 11 17.5 9.86036 17.5 8.45455C17.5 8.23674 17.466 8.02532 17.4021 7.82354C17.3869 7.75941 17.3662 7.69511 17.3396 7.63094L15.8336 3.99458C15.5876 3.40063 14.897 3 14.1191 3H5.88092Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M4 12.0858V16C4 17.1046 4.89543 18 6 18H14C15.1046 18 16 17.1046 16 16V12.0858C15.3916 12.3549 14.7214 12.5 14.0482 12.5C13.3296 12.5 12.6393 12.3448 12.0241 12.0601C11.4089 12.3448 10.7186 12.5 10 12.5C9.28142 12.5 8.59108 12.3448 7.97591 12.0601C7.36074 12.3448 6.67039 12.5 5.9518 12.5C5.27859 12.5 4.60836 12.3549 4 12.0858ZM15.9163 10.4255C15.6694 9.60095 14.9049 9 14 9H6C5.09511 9 4.33058 9.60095 4.08374 10.4255C4.59258 10.7846 5.24302 11 5.9518 11C6.73527 11 7.44745 10.7368 7.97591 10.3073C8.50437 10.7368 9.21655 11 10 11C10.7835 11 11.4957 10.7368 12.0241 10.3073C12.5526 10.7368 13.2647 11 14.0482 11C14.757 11 15.4074 10.7846 15.9163 10.4255Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
fillRule="evenodd"
|
|
33
|
+
clipRule="evenodd"
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
|
|
40
|
+
IconStoreSolid.displayName = "IconStoreSolid";
|
|
41
|
+
|
|
42
|
+
export default IconStoreSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconTextOutline = 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-text-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="M15.7 4.07695C15.7 3.64791 15.3314 3.30011 14.8569 3.30011L5.05392 3.30005C4.5795 3.30005 4.3 3.64786 4.3 4.07689V5.30987C4.3 5.42033 4.38955 5.50987 4.50001 5.50987L5.51256 5.50983C5.62301 5.50982 5.71255 5.42028 5.71255 5.30983V5.1214C5.71255 4.90688 5.90485 4.73298 6.14206 4.73298H9.00064C9.1111 4.73298 9.20064 4.82252 9.20064 4.93298V15.0311C9.20064 15.1416 9.1111 15.2311 9.00064 15.2311H7.39092C7.28047 15.2311 7.19092 15.3207 7.19092 15.4311V16.3116C7.19092 16.5261 7.38322 16.7 7.62043 16.7H12.3066C12.5438 16.7 12.7361 16.5261 12.7361 16.3116V15.4311C12.7361 15.3207 12.6466 15.2311 12.5361 15.2311H11.0193C10.9084 15.2311 10.8187 15.141 10.8193 15.0302L10.8657 4.93206C10.8662 4.82196 10.9556 4.73298 11.0657 4.73298H13.8732C14.1104 4.73298 14.3027 4.90688 14.3027 5.1214V5.30984C14.3027 5.42029 14.3923 5.50983 14.5027 5.50984L15.5 5.50992C15.6104 5.50993 15.7 5.42038 15.7 5.30992V4.07695Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconTextOutline.displayName = "IconTextOutline";
|
|
35
|
+
|
|
36
|
+
export default IconTextOutline;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconToolFontColorOutline = 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-font-color-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="M15.9517 11.0668C15.9517 10.7354 15.6831 10.4668 15.3517 10.4668C15.0204 10.4668 14.7517 10.7354 14.7517 11.0668C14.7517 11.2265 14.6394 11.4779 14.3977 11.7239C14.2858 11.8377 14.1678 11.9271 14.0662 11.9845C13.9885 12.0284 13.9437 12.0407 13.9313 12.0442C13.9289 12.0448 13.9277 12.0453 13.9277 12.0453L13.9289 12.0454C13.6004 12.0487 13.3351 12.3161 13.3351 12.6454C13.3351 12.9768 13.6037 13.2454 13.9351 13.2454C14.2041 13.2454 14.4593 13.1407 14.6565 13.0293C14.866 12.9109 15.0718 12.7499 15.2534 12.5651C15.5985 12.214 15.9517 11.6761 15.9517 11.0668Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M8.37655 3.22232C8.26243 2.93802 7.98687 2.75171 7.68053 2.75171C7.37418 2.75171 7.09862 2.93802 6.98451 3.22232L1.7758 16.1985C1.6215 16.5829 1.80803 17.0196 2.19243 17.1739C2.57683 17.3282 3.01354 17.1417 3.16784 16.7573L4.48459 13.4769H9.48605C9.5376 13.4769 9.58793 13.4717 9.63655 13.4618C10.0884 14.3033 10.8041 14.9848 11.6727 15.4044C11.6811 15.4621 11.6964 15.5197 11.7191 15.5762L12.1932 16.7573C12.3475 17.1417 12.7842 17.3282 13.1686 17.1739C13.553 17.0196 13.7396 16.5829 13.5853 16.1985L13.4489 15.8587C13.5304 15.863 13.6126 15.8651 13.6952 15.8651C16.2096 15.8651 18.2782 13.8697 18.2782 11.3713C18.2782 10.4734 17.9942 9.55135 17.6128 8.707C17.2281 7.85531 16.7219 7.0339 16.2267 6.32452C15.7301 5.61312 15.2351 5.00081 14.8647 4.56668C14.6791 4.3492 14.5239 4.17538 14.4143 4.05505C14.3595 3.99485 14.316 3.94798 14.2857 3.91563L14.2504 3.87815L14.2406 3.86785L14.2377 3.86487L14.2363 3.86334C14.2363 3.86334 14.2363 3.86334 13.6952 4.38269C13.1541 3.86334 13.1541 3.86334 13.1541 3.86334L13.1526 3.86487L13.1498 3.86785L13.14 3.87815L13.1047 3.91563C13.0744 3.94798 13.0309 3.99485 12.9761 4.05505C12.8664 4.17538 12.7113 4.3492 12.5257 4.56668C12.1553 5.00081 11.6603 5.61312 11.1637 6.32452C10.8428 6.78425 10.5172 7.29102 10.2231 7.8226L8.37655 3.22232ZM13.1541 3.86334L13.6952 4.38269L14.2363 3.86334C14.0949 3.71599 13.8994 3.63269 13.6952 3.63269C13.4909 3.63269 13.2955 3.71599 13.1541 3.86334ZM9.11218 11.3713C9.11218 11.5768 9.12619 11.779 9.15329 11.9769H5.0867L7.68053 5.51505L9.26408 9.46009C9.2975 9.54333 9.34415 9.61729 9.40065 9.68053C9.22363 10.2369 9.11218 10.8088 9.11218 11.3713ZM13.6952 5.50709L13.6668 5.54025C13.3185 5.94849 12.8553 6.52174 12.3937 7.1831C11.9306 7.84647 11.4786 8.58501 11.1446 9.32446C10.8073 10.0713 10.6122 10.7715 10.6122 11.3713C10.6122 13.0082 11.9758 14.3651 13.6952 14.3651C15.4146 14.3651 16.7782 13.0082 16.7782 11.3713C16.7782 10.7715 16.5831 10.0713 16.2458 9.32446C15.9118 8.58501 15.4598 7.84647 14.9967 7.1831C14.5351 6.52174 14.0718 5.94849 13.7235 5.54025L13.6952 5.50709Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconToolFontColorOutline.displayName = "IconToolFontColorOutline";
|
|
39
|
+
|
|
40
|
+
export default IconToolFontColorOutline;
|