@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,37 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconArrowLeftCaretTriangleSolid = 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-arrow-left-caret-triangle-solid`,
|
|
16
|
+
};
|
|
17
|
+
return (
|
|
18
|
+
<svg
|
|
19
|
+
viewBox="0 0 20 20"
|
|
20
|
+
fill="none"
|
|
21
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...props}
|
|
23
|
+
ref={forwardedRef}
|
|
24
|
+
>
|
|
25
|
+
<path
|
|
26
|
+
d="M13.33 5.10687L13.33 15.8872C13.33 16.1174 13.1434 16.3039 12.9133 16.3039C12.8196 16.3039 12.7286 16.2723 12.6551 16.2143L5.82753 10.8241C5.64692 10.6815 5.61609 10.4195 5.75868 10.2389C5.77886 10.2133 5.80197 10.1902 5.82753 10.17L12.6551 4.77983C12.8357 4.63724 13.0977 4.66807 13.2403 4.84868C13.2984 4.92222 13.33 5.01318 13.33 5.10687Z"
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
IconArrowLeftCaretTriangleSolid.displayName = "IconArrowLeftCaretTriangleSolid";
|
|
36
|
+
|
|
37
|
+
export default IconArrowLeftCaretTriangleSolid;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconArrowRightCaretTriangleSolid = 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-arrow-right-caret-triangle-solid`,
|
|
16
|
+
};
|
|
17
|
+
return (
|
|
18
|
+
<svg
|
|
19
|
+
viewBox="0 0 20 20"
|
|
20
|
+
fill="none"
|
|
21
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
22
|
+
{...props}
|
|
23
|
+
ref={forwardedRef}
|
|
24
|
+
>
|
|
25
|
+
<path
|
|
26
|
+
d="M6.67004 15.8873L6.67004 5.1069C6.67004 4.87678 6.85659 4.69023 7.08671 4.69023C7.1804 4.69023 7.27136 4.72181 7.3449 4.77986L14.1725 10.17C14.3531 10.3126 14.3839 10.5747 14.2413 10.7553C14.2211 10.7808 14.198 10.8039 14.1725 10.8241L7.3449 16.2143C7.16428 16.3569 6.90227 16.3261 6.75968 16.1455C6.70162 16.0719 6.67004 15.981 6.67004 15.8873Z"
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
clipRule="evenodd"
|
|
30
|
+
/>
|
|
31
|
+
</svg>
|
|
32
|
+
);
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
IconArrowRightCaretTriangleSolid.displayName =
|
|
36
|
+
"IconArrowRightCaretTriangleSolid";
|
|
37
|
+
|
|
38
|
+
export default IconArrowRightCaretTriangleSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconCalendarClockSolid = 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-calendar-clock-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.75 2C6.16421 2 6.5 2.33579 6.5 2.75V4H13.5V2.75C13.5 2.33579 13.8358 2 14.25 2C14.6642 2 15 2.33579 15 2.75V4H15.25C16.7688 4 18 5.23122 18 6.75V9.31104C18 9.72525 17.6642 10.061 17.25 10.061C16.8358 10.061 16.5 9.72525 16.5 9.31104V8.75C16.5 8.05964 15.9404 7.5 15.25 7.5H4.75C4.05964 7.5 3.5 8.05964 3.5 8.75V15.25C3.5 15.9404 4.05964 16.5 4.75 16.5H8.79076C9.20497 16.5 9.54076 16.8358 9.54076 17.25C9.54076 17.6642 9.20497 18 8.79076 18H4.75C3.23122 18 2 16.7688 2 15.25V6.75C2 5.23122 3.23122 4 4.75 4H5V2.75C5 2.33579 5.33579 2 5.75 2Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M18.416 14.5808C18.416 16.6519 16.737 18.3308 14.666 18.3308C12.5949 18.3308 10.916 16.6519 10.916 14.5808C10.916 12.5098 12.5949 10.8308 14.666 10.8308C16.737 10.8308 18.416 12.5098 18.416 14.5808ZM14.4618 12.1126C14.876 12.1126 15.1695 12.4484 15.1695 12.8626V14.1747H16.2934C16.7076 14.1747 17.0434 14.4595 17.0434 14.8737C17.0434 15.2879 16.7076 15.563 16.2934 15.563H14.5112C14.097 15.563 13.7612 15.2272 13.7612 14.813V12.8626C13.7612 12.4484 14.0476 12.1126 14.4618 12.1126Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconCalendarClockSolid.displayName = "IconCalendarClockSolid";
|
|
39
|
+
|
|
40
|
+
export default IconCalendarClockSolid;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconCheckCircleOutline = 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-check-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="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 10ZM12.9359 7.5147C13.273 7.75546 13.3511 8.22387 13.1103 8.56093L9.9853 12.9359C9.85716 13.1153 9.65657 13.2293 9.43686 13.2474C9.21715 13.2656 9.00056 13.1862 8.84467 13.0303L6.96967 11.1553C6.67678 10.8624 6.67678 10.3876 6.96967 10.0947C7.26256 9.80178 7.73744 9.80178 8.03033 10.0947L9.2793 11.3436L11.8897 7.68907C12.1305 7.35201 12.5989 7.27394 12.9359 7.5147Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconCheckCircleOutline.displayName = "IconCheckCircleOutline";
|
|
35
|
+
|
|
36
|
+
export default IconCheckCircleOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconCheckListOutline = 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-check-list-outline`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M4.81558 7.3795V3.91543H15.1845V5.56906C15.6901 5.45713 16.2259 5.51551 16.7 5.74419V3.48242C16.7 2.88456 16.2154 2.3999 15.6175 2.3999H4.38257C3.78471 2.3999 3.30005 2.88456 3.30005 3.48242V7.81251C3.30005 8.41037 3.78471 8.89503 4.38257 8.89503H7.11886C7.18312 8.81004 7.25399 8.72845 7.33148 8.65096C8.23983 7.74261 9.71256 7.74261 10.6209 8.65096L10.865 8.89503H11.3449L12.8604 7.3795H4.81558ZM15.0038 7.3795H15.0037L13.4881 8.89503H13.4882L11.3232 11.0601H11.3231L11.105 11.2782L9.54935 9.72261C9.23285 9.40611 8.71971 9.40611 8.40321 9.72261C8.08671 10.0391 8.08671 10.5523 8.40321 10.8688L8.59451 11.0601H8.59443L10.11 12.5756H10.11L10.5246 12.9901L10.5319 12.9975C10.8484 13.314 11.3615 13.314 11.678 12.9975L16.2626 8.41294C16.5791 8.09644 16.5791 7.58329 16.2626 7.26679C16.1153 7.11943 15.9253 7.04068 15.7323 7.03054C15.6972 7.02869 15.662 7.02912 15.627 7.03181C15.4694 7.04393 15.3147 7.10194 15.1845 7.20585V7.20592C15.161 7.22471 15.1383 7.245 15.1165 7.26679L15.0038 7.3795ZM4.38257 11.0601H6.77884C6.89043 11.3816 7.07465 11.6836 7.33148 11.9404L7.96667 12.5756H4.81558V16.0397H15.1845V12.5756H14.2432L15.7506 11.0682C16.2857 11.1337 16.7 11.5898 16.7 12.1426V16.4727C16.7 17.0705 16.2154 17.5552 15.6175 17.5552H4.38257C3.78471 17.5552 3.30005 17.0705 3.30005 16.4727V12.1426C3.30005 11.5447 3.78471 11.0601 4.38257 11.0601Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconCheckListOutline.displayName = "IconCheckListOutline";
|
|
35
|
+
|
|
36
|
+
export default IconCheckListOutline;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconCircle = 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-circle`,
|
|
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="8" fill={color} />
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
IconCircle.displayName = "IconCircle";
|
|
30
|
+
|
|
31
|
+
export default IconCircle;
|
|
@@ -21,7 +21,7 @@ export const IconCloseCircleOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M10 3.
|
|
24
|
+
d="M10 3.23741C6.31789 3.23741 3.25277 6.14641 3.25277 10C3.25277 13.7536 6.38795 16.7742 10 16.7742C13.612 16.7742 16.7551 13.8061 16.7551 10C16.7551 6.29232 13.7442 3.23741 10 3.23741ZM1.75375 10C1.75375 5.44575 5.44572 1.75378 10 1.75378C14.5543 1.75378 18.2462 5.44575 18.2462 10C18.2462 14.5543 14.5543 18.2463 10 18.2463C5.44572 18.2463 1.75375 14.5543 1.75375 10ZM7.59812 7.59815C7.84584 7.35043 8.32457 7.285 8.62131 7.58173L10 8.94614L11.3557 7.58173C11.6718 7.26558 12.1729 7.35775 12.4206 7.60547C12.6683 7.85319 12.7117 8.34447 12.4206 8.63555L11.0562 10L12.4206 11.3644C12.7256 11.6694 12.6496 12.1542 12.4019 12.4019C12.1542 12.6496 11.6524 12.7205 11.3723 12.4404L10 11.0593L8.66024 12.4019C8.32759 12.7346 7.84584 12.6496 7.59812 12.4019C7.3504 12.1542 7.27148 11.6738 7.57812 11.3672L8.94854 10L7.59812 8.64109C7.27775 8.32073 7.3504 7.84587 7.59812 7.59815Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconDocumentMandateSolid = 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-mandate-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="M9 2.5C9 1.94772 9.44772 1.5 10 1.5H14C14.5523 1.5 15 1.94772 15 2.5H16C16.5523 2.5 17 2.94772 17 3.5V13.5C17 14.0523 16.5523 14.5 16 14.5H14.5V7C14.5 5.89543 13.6046 5 12.5 5H7V3.5C7 2.94772 7.44772 2.5 8 2.5H9ZM3 7.5C3 6.94771 3.44772 6.5 4 6.5H12C12.5523 6.5 13 6.94772 13 7.5V17.5C13 18.0523 12.5523 18.5 12 18.5H4C3.44772 18.5 3 18.0523 3 17.5V7.5ZM5.75 9.5C5.33579 9.5 5 9.83579 5 10.25C5 10.6642 5.33579 11 5.75 11H8.25C8.66421 11 9 10.6642 9 10.25C9 9.83579 8.66421 9.5 8.25 9.5H5.75ZM5.75 13.5C5.33579 13.5 5 13.8358 5 14.25C5 14.6642 5.33579 15 5.75 15H10.25C10.6642 15 11 14.6642 11 14.25C11 13.8358 10.6642 13.5 10.25 13.5H5.75Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconDocumentMandateSolid.displayName = "IconDocumentMandateSolid";
|
|
35
|
+
|
|
36
|
+
export default IconDocumentMandateSolid;
|
|
@@ -21,13 +21,13 @@ export const IconDragCursorArrowOutline = forwardRef<SVGSVGElement, IconProps>(
|
|
|
21
21
|
ref={forwardedRef}
|
|
22
22
|
>
|
|
23
23
|
<path
|
|
24
|
-
d="M7.02119 5.
|
|
24
|
+
d="M7.02119 5.41671C7.25441 5.28262 7.54727 5.3128 7.74823 5.49165L13.6539 10.7474C13.8427 10.9155 13.9117 11.1807 13.8287 11.4195 13.7457 11.6583 13.5271 11.8235 13.2747 11.8382L11.4938 11.942 12.0801 12.9617C12.2522 13.2609 12.1491 13.643 11.8498 13.815 11.5506 13.9871 11.1685 13.884 10.9965 13.5847L10.4102 12.5651 9.42475 14.0518C9.2851 14.2625 9.03226 14.3684 8.78414 14.32 8.53603 14.2716 8.34149 14.0785 8.29126 13.8308L6.72019 6.08274C6.66673 5.81908 6.78798 5.5508 7.02119 5.41671ZM8.31787 7.67193 9.21646 12.1035 9.92697 11.0315C10.0356 10.8676 10.2152 10.7643 10.4116 10.7529L11.6957 10.6781 8.31787 7.67193ZM2.08331 2.70837C2.08331 2.3632 2.36314 2.08337 2.70831 2.08337H3.95831C4.30349 2.08337 4.58331 2.3632 4.58331 2.70837 4.58331 3.05355 4.30349 3.33337 3.95831 3.33337H3.33331V3.95837C3.33331 4.30355 3.05349 4.58337 2.70831 4.58337 2.36314 4.58337 2.08331 4.30355 2.08331 3.95837V2.70837ZM5.83331 2.70837C5.83331 2.3632 6.11313 2.08337 6.45831 2.08337H8.95831C9.30349 2.08337 9.58331 2.3632 9.58331 2.70837 9.58331 3.05355 9.30349 3.33337 8.95831 3.33337H6.45831C6.11313 3.33337 5.83331 3.05355 5.83331 2.70837ZM10.8333 2.70837C10.8333 2.3632 11.1131 2.08337 11.4583 2.08337H12.7083C13.0535 2.08337 13.3333 2.3632 13.3333 2.70837V3.76607C13.3333 4.11124 13.0535 4.39107 12.7083 4.39107 12.3631 4.39107 12.0833 4.11124 12.0833 3.76607V3.33337H11.4583C11.1131 3.33337 10.8333 3.05355 10.8333 2.70837ZM12.7083 5.25645C13.0535 5.25645 13.3333 5.53627 13.3333 5.88145V6.93914C13.3333 7.28432 13.0535 7.56414 12.7083 7.56414 12.3631 7.56414 12.0833 7.28432 12.0833 6.93914V5.88145C12.0833 5.53627 12.3631 5.25645 12.7083 5.25645ZM2.70831 5.83337C3.05349 5.83337 3.33331 6.1132 3.33331 6.45837V8.95837C3.33331 9.30355 3.05349 9.58337 2.70831 9.58337 2.36314 9.58337 2.08331 9.30355 2.08331 8.95837V6.45837C2.08331 6.1132 2.36314 5.83337 2.70831 5.83337ZM2.70831 10.8334C3.05349 10.8334 3.33331 11.1132 3.33331 11.4584V12.0834H3.54165C3.88682 12.0834 4.16665 12.3632 4.16665 12.7084 4.16665 13.0536 3.88682 13.3334 3.54165 13.3334H2.70831C2.36314 13.3334 2.08331 13.0536 2.08331 12.7084V11.4584C2.08331 11.1132 2.36314 10.8334 2.70831 10.8334ZM4.58331 12.7084C4.58331 12.3632 4.86313 12.0834 5.20831 12.0834H6.04165C6.38682 12.0834 6.66665 12.3632 6.66665 12.7084 6.66665 13.0536 6.38682 13.3334 6.04165 13.3334H5.20831C4.86313 13.3334 4.58331 13.0536 4.58331 12.7084Z"
|
|
25
25
|
fill={color}
|
|
26
26
|
fillRule="evenodd"
|
|
27
27
|
clipRule="evenodd"
|
|
28
28
|
/>
|
|
29
29
|
<path
|
|
30
|
-
d="M13.7879 6.
|
|
30
|
+
d="M13.7879 6.04171C13.7879 5.69653 14.0677 5.41671 14.4129 5.41671H15.2083C16.0137 5.41671 16.6666 6.06963 16.6666 6.87504V16.0417C16.6666 16.8471 16.0137 17.5 15.2083 17.5H6.04165C5.23623 17.5 4.58331 16.8471 4.58331 16.0417V14.7917C4.58331 14.4465 4.86313 14.1667 5.20831 14.1667C5.55349 14.1667 5.83331 14.4465 5.83331 14.7917V16.0417C5.83331 16.1568 5.92659 16.25 6.04165 16.25H15.2083C15.3234 16.25 15.4166 16.1568 15.4166 16.0417V6.87504C15.4166 6.75998 15.3234 6.66671 15.2083 6.66671H14.4129C14.0677 6.66671 13.7879 6.38689 13.7879 6.04171Z"
|
|
31
31
|
fill={color}
|
|
32
32
|
fillRule="evenodd"
|
|
33
33
|
clipRule="evenodd"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconEllipsisMoreVerticalOutline = 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-ellipsis-more-vertical-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 3C10.8284 3 11.5 3.67157 11.5 4.5 11.5 5.32843 10.8284 6 10 6 9.17157 6 8.5 5.32843 8.5 4.5 8.5 3.67157 9.17157 3 10 3ZM10 8.5C10.8284 8.5 11.5 9.17157 11.5 10 11.5 10.8284 10.8284 11.5 10 11.5 9.17157 11.5 8.5 10.8284 8.5 10 8.5 9.17157 9.17157 8.5 10 8.5ZM11.5 15.5C11.5 14.6716 10.8284 14 10 14 9.17157 14 8.5 14.6716 8.5 15.5 8.5 16.3284 9.17157 17 10 17 10.8284 17 11.5 16.3284 11.5 15.5Z"
|
|
27
|
+
fill={color}
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
IconEllipsisMoreVerticalOutline.displayName = "IconEllipsisMoreVerticalOutline";
|
|
34
|
+
|
|
35
|
+
export default IconEllipsisMoreVerticalOutline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconEmptySolid = 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-empty-solid`,
|
|
14
|
+
};
|
|
15
|
+
return (
|
|
16
|
+
<svg
|
|
17
|
+
viewBox="0 0 20 20"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...props}
|
|
21
|
+
ref={forwardedRef}
|
|
22
|
+
>
|
|
23
|
+
<path
|
|
24
|
+
d="M17.5 16.6176C17.5 17.105 17.1269 17.5 16.6667 17.5H3.33333C2.8731 17.5 2.5 17.105 2.5 16.6176V11.8733C2.5 11.7888 2.52291 11.7061 2.56602 11.635L4.11352 9.08221C4.2668 8.82936 4.53105 8.67647 4.81481 8.67647H15.1852C15.4689 8.67647 15.7332 8.82936 15.8865 9.08221L17.434 11.635C17.4771 11.7061 17.5 11.7888 17.5 11.8733V16.6176ZM14.7296 10.4412H5.27L4.4675 11.7647L7.22145 11.7648C7.39783 11.7648 7.55271 11.889 7.60059 12.0687L7.60817 12.0961C7.9204 13.1812 8.87313 13.9706 10 13.9706C11.1193 13.9706 12.0668 13.1917 12.3855 12.1179L12.4198 11.9907C12.4477 11.8727 12.5399 11.786 12.6508 11.7682L12.6931 11.7648L15.5321 11.7647L14.7296 10.4412ZM10 2.5C10.4602 2.5 10.8333 2.89504 10.8333 3.38235V5.14706C10.8333 5.63437 10.4602 6.02941 10 6.02941C9.53976 6.02941 9.16667 5.63437 9.16667 5.14706V3.38235C9.16667 2.89504 9.53976 2.5 10 2.5ZM4.34535 4.23639C4.69792 3.92316 5.22355 3.97185 5.51938 4.34515L6.59069 5.69699C6.88653 6.07029 6.84054 6.62684 6.48798 6.94008C6.13542 7.25332 5.60979 7.20462 5.31395 6.83132L4.24264 5.47948C3.94681 5.10618 3.99279 4.54963 4.34535 4.23639ZM15.6546 4.23639C15.3021 3.92316 14.7765 3.97185 14.4806 4.34515L13.4093 5.69699C13.1135 6.07029 13.1595 6.62684 13.512 6.94008C13.8646 7.25332 14.3902 7.20462 14.686 6.83132L15.7574 5.47948C16.0532 5.10618 16.0072 4.54963 15.6546 4.23639Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconEmptySolid.displayName = "IconEmptySolid";
|
|
33
|
+
|
|
34
|
+
export default IconEmptySolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconEyeSlashSolid = 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-eye-slash-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.28033 2.21967C2.98744 1.92678 2.51256 1.92678 2.21967 2.21967C1.92678 2.51256 1.92678 2.98744 2.21967 3.28033L16.7197 17.7803C17.0126 18.0732 17.4874 18.0732 17.7803 17.7803C18.0732 17.4874 18.0732 17.0126 17.7803 16.7197L16.0352 14.9745C17.5064 13.8594 18.6595 12.3465 19.3344 10.5959C19.4814 10.2144 19.4816 9.79127 19.3347 9.40962C17.892 5.66051 14.256 3 9.99859 3C8.28207 3 6.66657 3.43249 5.2551 4.19444L3.28033 2.21967ZM7.75194 6.69128L8.84367 7.78301C9.18951 7.60223 9.58291 7.5 10.0002 7.5C11.3809 7.5 12.5002 8.61929 12.5002 10C12.5002 10.4173 12.398 10.8107 12.2172 11.1565L13.3091 12.2484C13.7454 11.6077 14.0004 10.8336 14.0004 10C14.0004 7.79086 12.2095 6 10.0004 6C9.16675 6 8.39268 6.25501 7.75194 6.69128Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M10.7484 13.9302L13.2711 16.4529C12.2462 16.8074 11.1458 17 10.0004 17C5.74298 17 2.10698 14.3395 0.664255 10.5904C0.517392 10.2087 0.517518 9.78563 0.66461 9.40408C1.15603 8.12932 1.90108 6.98057 2.83791 6.01969L6.0702 9.25198C6.02436 9.4943 6.00037 9.74435 6.00037 10C6.00037 12.2091 7.79123 14 10.0004 14C10.256 14 10.5061 13.976 10.7484 13.9302Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconEyeSlashSolid.displayName = "IconEyeSlashSolid";
|
|
39
|
+
|
|
40
|
+
export default IconEyeSlashSolid;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconFileImageOutline = 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-file-image-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="M7.50591 8.38824H7.42258C6.8703 8.38824 6.42258 8.83596 6.42258 9.38824V9.47158C6.42258 10.0239 6.8703 10.4716 7.42258 10.4716H7.50591C8.0582 10.4716 8.50591 10.0239 8.50591 9.47158V9.38825C8.50591 8.83596 8.0582 8.38824 7.50591 8.38824ZM13.7578 15.3675 12.866 12.55C12.6079 11.7345 11.5117 11.5984 11.062 12.3259L10.1978 13.7241 9.01916 12.9333C8.53885 12.6111 7.88616 12.7623 7.59648 13.2629L6.42477 15.2879C6.27047 15.5546 6.4629 15.8882 6.77099 15.8882H13.3764C13.6469 15.8882 13.8394 15.6254 13.7578 15.3675Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M2.96289 2.8125C2.96289 1.88052 3.71841 1.125 4.65039 1.125H8.71289C13.2692 1.125 16.9629 4.81865 16.9629 9.375V17.1875C16.9629 18.1195 16.2074 18.875 15.2754 18.875H4.65039C3.71841 18.875 2.96289 18.1195 2.96289 17.1875V2.8125ZM4.46289 2.8125C4.46289 2.70895 4.54684 2.625 4.65039 2.625H8.40039C9.53948 2.625 10.4629 3.54841 10.4629 4.6875V5.9375C10.4629 6.86948 11.2184 7.625 12.1504 7.625H13.4004C14.5395 7.625 15.4629 8.54841 15.4629 9.6875V17.1875C15.4629 17.2911 15.3789 17.375 15.2754 17.375H4.65039C4.54684 17.375 4.46289 17.2911 4.46289 17.1875V2.8125ZM11.9629 4.6875C11.9629 4.20096 11.8654 3.73721 11.6888 3.31472C13.0267 3.97295 14.1149 5.06119 14.7732 6.39911C14.3507 6.22253 13.8869 6.125 13.4004 6.125H12.1504C12.0468 6.125 11.9629 6.04105 11.9629 5.9375V4.6875Z"
|
|
29
|
+
fill={color}
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
/>
|
|
33
|
+
</svg>
|
|
34
|
+
);
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
IconFileImageOutline.displayName = "IconFileImageOutline";
|
|
39
|
+
|
|
40
|
+
export default IconFileImageOutline;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconFilePdfOutline = 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-file-pdf-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="M9.79381 8.71603C9.47466 8.71603 8.88495 8.80782 8.62879 9.39684C8.41172 9.89597 8.57705 10.4835 8.84996 11.0474C8.94092 11.2481 9.07868 11.5112 9.24091 11.8C9.17545 12.0137 9.09796 12.2483 9.00665 12.5056C8.9477 12.6717 8.89064 12.8256 8.8355 12.968C8.1758 13.1811 7.72323 13.4215 7.4304 13.6949C7.19506 13.9147 7.03971 14.1778 6.9981 14.475C6.95757 14.7644 7.03692 15.0018 7.11125 15.1542L7.12518 15.1827L7.14172 15.2098C7.22365 15.3442 7.38881 15.5816 7.66664 15.7235C8.00924 15.8985 8.39928 15.8686 8.74267 15.6465C9.0373 15.456 9.28713 15.1345 9.51786 14.7283C9.62073 14.5471 9.72654 14.3369 9.83568 14.0942C9.9585 14.0637 10.0907 14.0329 10.233 14.0022C10.3672 13.9733 10.4923 13.9493 10.6088 13.9298C10.9515 14.363 11.3257 14.666 11.7054 14.8327C12.0778 14.9963 12.526 15.0534 12.9166 14.8533C13.1228 14.7477 13.2442 14.5772 13.3104 14.4454C13.3817 14.3035 13.4207 14.1454 13.4281 13.9864C13.4435 13.6575 13.3247 13.2962 13.0268 13.011C12.6454 12.6458 12.0572 12.4745 11.2566 12.5004C11.0773 12.2294 10.883 11.9191 10.702 11.616C10.8779 10.9283 10.9409 10.3993 10.9139 9.99406C10.8925 9.67126 10.8093 9.35305 10.6061 9.10346C10.3838 8.83049 10.0799 8.71603 9.79381 8.71603Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M2.96289 2.8125C2.96289 1.88052 3.71841 1.125 4.65039 1.125H8.71289C13.2692 1.125 16.9629 4.81865 16.9629 9.375V17.1875C16.9629 18.1195 16.2074 18.875 15.2754 18.875H4.65039C3.71841 18.875 2.96289 18.1195 2.96289 17.1875V2.8125ZM4.46289 2.8125C4.46289 2.70895 4.54684 2.625 4.65039 2.625H8.40039C9.53948 2.625 10.4629 3.54841 10.4629 4.6875V5.9375C10.4629 6.86948 11.2184 7.625 12.1504 7.625H13.4004C14.5395 7.625 15.4629 8.54841 15.4629 9.6875V17.1875C15.4629 17.2911 15.3789 17.375 15.2754 17.375H4.65039C4.54684 17.375 4.46289 17.2911 4.46289 17.1875V2.8125ZM11.9629 4.6875C11.9629 4.20096 11.8654 3.73721 11.6888 3.31472C13.0267 3.97295 14.1149 5.06119 14.7732 6.39911C14.3507 6.22253 13.8869 6.125 13.4004 6.125H12.1504C12.0468 6.125 11.9629 6.04105 11.9629 5.9375V4.6875Z"
|
|
31
|
+
fill={color}
|
|
32
|
+
fillRule="evenodd"
|
|
33
|
+
clipRule="evenodd"
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
);
|
|
39
|
+
|
|
40
|
+
IconFilePdfOutline.displayName = "IconFilePdfOutline";
|
|
41
|
+
|
|
42
|
+
export default IconFilePdfOutline;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconFileSaveOutline = 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-file-save-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="M5.46289 2.25C4.22025 2.25 3.21289 3.25736 3.21289 4.5V15.5C3.21289 16.7426 4.22025 17.75 5.46289 17.75H14.4629C15.7055 17.75 16.7129 16.7426 16.7129 15.5V7.43737C16.7129 6.95066 16.5551 6.47707 16.2631 6.08765L14.0608 3.15028C13.6359 2.58355 12.9689 2.25 12.2606 2.25H5.46289ZM4.71289 4.5C4.71289 4.08579 5.04868 3.75 5.46289 3.75H6.41984V7.46899C6.41984 8.43549 7.20334 9.21899 8.16984 9.21899H9.75594C10.7224 9.21899 11.5059 8.43549 11.5059 7.46899V3.75H12.2606C12.4967 3.75 12.719 3.86118 12.8607 4.05009L15.063 6.98746C15.1603 7.11727 15.2129 7.27513 15.2129 7.43737V15.5C15.2129 15.9142 14.8771 16.25 14.4629 16.25H5.46289C5.04868 16.25 4.71289 15.9142 4.71289 15.5V4.5ZM10.0059 3.75H7.91984V7.46899C7.91984 7.60706 8.03177 7.71899 8.16984 7.71899H9.75594C9.89401 7.71899 10.0059 7.60707 10.0059 7.46899V3.75Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
clipRule="evenodd"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
IconFileSaveOutline.displayName = "IconFileSaveOutline";
|
|
35
|
+
|
|
36
|
+
export default IconFileSaveOutline;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { forwardRef } from "react";
|
|
2
|
+
import type { IconProps } from "@/types";
|
|
3
|
+
|
|
4
|
+
export const IconFontManagemenSolid = 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-font-managemen-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="M14.5534 3.23718C13.12 3.23718 12.2004 3 10.724 3C5.95377 3 3.729 5.51342 3.729 8.06671C3.729 9.57094 4.49914 10.0655 6.01813 10.0655C5.91121 9.84797 5.71869 9.61032 5.71869 8.54156C5.71869 5.55329 6.93773 4.68235 8.49976 4.62282C8.49976 4.62282 7.21842 16.2445 3.5 17.6386V18H8.51296L10.2234 10.5H13.3561L14.0538 8.625H10.6511L11.4734 5.01891C12.4148 5.19703 13.3344 5.37515 14.1258 5.37515C15.1097 5.37515 16.008 5.09812 16.5 3.00047C15.9011 3.17859 15.2592 3.23765 14.5534 3.23765V3.23718Z"
|
|
25
|
+
fill={color}
|
|
26
|
+
/>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
IconFontManagemenSolid.displayName = "IconFontManagemenSolid";
|
|
33
|
+
|
|
34
|
+
export default IconFontManagemenSolid;
|
|
@@ -28,13 +28,13 @@ export const IconFontSolid = forwardRef<SVGSVGElement, IconProps>(
|
|
|
28
28
|
clipRule="evenodd"
|
|
29
29
|
/>
|
|
30
30
|
<path
|
|
31
|
-
d="M8.89506 8.
|
|
31
|
+
d="M8.89506 8.79143L9.459 10.1365C9.54453 10.3405 9.74655 10.5065 9.9643 10.4727C10.6521 10.366 10.4565 9.76148 10.4565 9.76148L8.48219 4.98136C8.29138 4.52713 7.64812 4.52713 7.4573 4.98136L5.4677 9.71751C5.31651 10.0774 5.58158 10.4727 5.96917 10.4727C6.18754 10.4727 6.38524 10.3419 6.47039 10.1399L7.03873 8.79138C7.04235 8.78278 7.0507 8.7772 7.05995 8.7772H8.87382C8.88308 8.7772 8.89144 8.7828 8.89506 8.79143ZM12.4486 6.03054C11.4891 5.9772 10.7943 6.65286 10.6165 7.13293C10.5128 7.44601 10.6936 7.63311 10.901 7.73747C11.1084 7.84183 11.4522 7.80859 11.6122 7.55967L11.6251 7.53957C11.782 7.29498 11.9629 7.01288 12.4301 7.04403C12.9636 7.07959 13.2125 7.45298 13.2125 7.63079C12.7978 7.63079 12.2523 7.63417 11.5944 7.79081C10.9366 7.94745 10.4743 8.44563 10.4743 9.15096C10.4743 9.554 10.7232 9.90122 10.9899 10.1201C11.2388 10.3243 11.683 10.4757 12.0923 10.4757C12.1812 10.4757 12.8743 10.4609 13.2836 10.209C13.2836 10.229 13.4436 10.4955 13.7815 10.4757C14.1193 10.4558 14.3149 10.1714 14.3149 9.97782V7.79068C14.3149 6.7255 13.4081 6.08388 12.4486 6.03054ZM7.51112 7.75334H8.425C8.44152 7.75334 8.45269 7.73629 8.44624 7.72091L8.05404 6.78543C8.02227 6.70966 7.91612 6.70956 7.88421 6.78527L7.48991 7.72087C7.48342 7.73625 7.49458 7.75334 7.51112 7.75334ZM12.3449 9.43886C12.0426 9.49236 11.7011 9.46218 11.6122 9.19547C11.5233 8.92877 11.8078 8.8043 12.0034 8.75096C12.199 8.69762 12.7854 8.64428 13.1947 8.64428C13.1947 8.853 13.0169 9.31994 12.3449 9.43886Z"
|
|
32
32
|
fill={color}
|
|
33
33
|
fillRule="evenodd"
|
|
34
34
|
clipRule="evenodd"
|
|
35
35
|
/>
|
|
36
36
|
<path
|
|
37
|
-
d="M7.38703 14.256H6.57017V15.1013C6.57017 15.2905 6.41681 15.
|
|
37
|
+
d="M7.38703 14.256H6.57017V15.1013C6.57017 15.2905 6.41681 15.4439 6.22762 15.4439 6.03843 15.4439 5.88507 15.2905 5.88507 15.1013V13.0115C5.88507 12.7249 6.11738 12.4926 6.40396 12.4926H7.59378C7.73931 12.4926 7.85728 12.6106 7.85728 12.7561 7.85728 12.9016 7.73931 13.0196 7.59378 13.0196H6.57017V13.729H7.38703C7.53256 13.729 7.65053 13.847 7.65053 13.9925 7.65053 14.1381 7.53256 14.256 7.38703 14.256ZM8.98102 13.2101C9.31614 13.2101 9.57694 13.3138 9.76342 13.5212 9.9499 13.7287 10.0431 13.9972 10.0431 14.327V14.3695C10.0431 14.7006 9.9499 14.9695 9.76342 15.1763 9.57694 15.383 9.3175 15.4864 8.98508 15.4864 8.64861 15.4864 8.38713 15.383 8.20065 15.1763 8.01417 14.9695 7.92093 14.7006 7.92093 14.3695V14.327C7.92093 13.9972 8.01417 13.7287 8.20065 13.5212 8.38713 13.3138 8.64725 13.2101 8.98102 13.2101ZM8.98102 13.7371C8.84589 13.7371 8.74961 13.7912 8.69218 13.8993 8.63475 14.0074 8.60604 14.1499 8.60604 14.327V14.3695C8.60604 14.5533 8.63475 14.6976 8.69218 14.8023 8.74961 14.907 8.84725 14.9594 8.98508 14.9594 9.11886 14.9594 9.2148 14.9067 9.2729 14.8013 9.32132 14.7134 9.34957 14.5989 9.35764 14.4575L9.36006 14.327C9.36006 14.1486 9.33101 14.0057 9.2729 13.8983 9.2148 13.7908 9.1175 13.7371 8.98102 13.7371ZM10.9936 13.5078 11.0019 13.5587C11.0735 13.4493 11.1621 13.3638 11.2675 13.3023 11.3729 13.2409 11.4904 13.2101 11.6201 13.2101 11.835 13.2101 12.0029 13.2831 12.1238 13.429 12.2448 13.575 12.3052 13.8067 12.3052 14.1243V15.1013C12.3052 15.2905 12.1519 15.4438 11.9627 15.4438 11.7735 15.4438 11.6201 15.2905 11.6201 15.1013V14.1222C11.6201 13.9831 11.5978 13.8841 11.5533 13.8253 11.5087 13.7665 11.4438 13.7371 11.3587 13.7371 11.2857 13.7371 11.2202 13.75 11.1621 13.7756 11.1039 13.8013 11.0553 13.8378 11.0161 13.8851V15.1023C11.0161 15.2909 10.8632 15.4438 10.6746 15.4438 10.4859 15.4438 10.333 15.2909 10.333 15.1023V13.5719C10.333 13.4106 10.4519 13.2771 10.6068 13.2541L10.6664 13.2506C10.8237 13.2506 10.9576 13.3591 10.9936 13.5078ZM13.4644 13.048V13.2507H13.5739C13.7049 13.2507 13.8111 13.3569 13.8111 13.4879 13.8111 13.6188 13.7049 13.725 13.5739 13.725H13.4644V14.7304C13.4644 14.8088 13.4803 14.8652 13.5121 14.8996 13.5829 14.9765 13.6347 14.9625 13.805 14.9311 13.9753 14.8996 14.0259 15.306 13.8516 15.4378 13.6773 15.5695 13.1525 15.5096 12.9547 15.306 12.8378 15.1858 12.7793 14.9952 12.7793 14.7344V13.725H12.7104C12.5794 13.725 12.4733 13.6188 12.4733 13.4879 12.4733 13.3569 12.5794 13.2507 12.7104 13.2507H12.7793V13.048C12.7793 12.8588 12.9327 12.7054 13.1219 12.7054 13.3111 12.7054 13.4644 12.8588 13.4644 13.048Z"
|
|
38
38
|
fill={color}
|
|
39
39
|
/>
|
|
40
40
|
</svg>
|