@sunzi/icon 1.0.4 → 1.0.5

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.
Files changed (50) hide show
  1. package/manifest.json +41 -20
  2. package/package.json +2 -2
  3. package/src/customeow/default/icon-arrow-corner-left-up-outline.tsx +35 -0
  4. package/src/customeow/default/icon-arrow-down-outline.tsx +36 -0
  5. package/src/customeow/default/icon-arrow-up-outline.tsx +36 -0
  6. package/src/customeow/default/icon-arrows-right-left-outline.tsx +36 -0
  7. package/src/customeow/default/icon-attribute-opacity-bicolor-solid.tsx +2 -2
  8. package/src/customeow/default/icon-bring-forward-outline.tsx +38 -0
  9. package/src/customeow/default/icon-bring-to-front-outline.tsx +40 -0
  10. package/src/customeow/default/icon-calendar-outline.tsx +36 -0
  11. package/src/customeow/default/icon-clear-outline.tsx +36 -0
  12. package/src/customeow/default/icon-clipboard-document-list-solid.tsx +43 -0
  13. package/src/customeow/default/icon-close-circle-outline.tsx +36 -0
  14. package/src/customeow/default/icon-document-text-bicolor-solid.tsx +2 -2
  15. package/src/customeow/default/icon-drag-arrow-outline.tsx +4 -5
  16. package/src/customeow/default/icon-edit-solid.tsx +34 -0
  17. package/src/customeow/default/icon-erro-solid.tsx +34 -0
  18. package/src/customeow/default/icon-exclamation-triangle-outline.tsx +4 -5
  19. package/src/customeow/default/icon-flip-horizontally-solid.tsx +44 -0
  20. package/src/customeow/default/icon-flip-vertically-solid.tsx +44 -0
  21. package/src/customeow/default/icon-hourglass-outline.tsx +36 -0
  22. package/src/customeow/default/icon-loading-outline.tsx +1 -1
  23. package/src/customeow/default/icon-magic-ai-bicolor-solid.tsx +2 -2
  24. package/src/customeow/default/icon-map-outline.tsx +36 -0
  25. package/src/customeow/default/icon-map-pin-solid.tsx +36 -0
  26. package/src/customeow/default/icon-mask-bicolor-solid.tsx +41 -0
  27. package/src/customeow/default/icon-pattern-3-solid.tsx +3 -3
  28. package/src/customeow/default/icon-pattern-5-solid.tsx +3 -3
  29. package/src/customeow/default/icon-pause-solid.tsx +1 -1
  30. package/src/customeow/default/icon-rotate-cursor-outline.tsx +34 -0
  31. package/src/customeow/default/icon-rotate-left-90-outline.tsx +50 -0
  32. package/src/customeow/default/icon-rotate-left-rectangle-outline.tsx +41 -0
  33. package/src/customeow/default/icon-rotate-right-90-outline.tsx +44 -0
  34. package/src/customeow/default/icon-rotate-right-rectangle-outline.tsx +41 -0
  35. package/src/customeow/default/icon-scissors-bicolor-solid.tsx +46 -0
  36. package/src/customeow/default/icon-send-bckward-outline.tsx +38 -0
  37. package/src/customeow/default/icon-send-to-back-outline.tsx +40 -0
  38. package/src/customeow/default/icon-stock-bicolor-solid.tsx +2 -2
  39. package/src/customeow/default/icon-stop-square-solid.tsx +34 -0
  40. package/src/customeow/default/icon-success-solid.tsx +34 -0
  41. package/src/customeow/default/icon-tailoring-cutting-outline.tsx +38 -0
  42. package/src/customeow/default/icon-text-bicolor-solid.tsx +1 -1
  43. package/src/customeow/default/icon-text-path-down-solid.tsx +1 -1
  44. package/src/customeow/default/icon-tool-image-photo-schematic-outline.tsx +38 -0
  45. package/src/customeow/default/icon-tool-locked-outline.tsx +36 -0
  46. package/src/customeow/default/icon-tool-unlocked-outline.tsx +36 -0
  47. package/src/customeow/default/icon-triangles-play-solid.tsx +1 -1
  48. package/src/customeow/default/icon-user-solid.tsx +34 -0
  49. package/src/customeow/index.json +41 -20
  50. package/src/customeow/index.tsx +40 -19
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconEditSolid = 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-edit-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.1856 9.92134 7.99581 16.1111C7.77819 16.3287 7.49891 16.4741 7.19583 16.5276L3.76131 17.1337C2.73585 17.3147 1.84249 16.4213 2.02346 15.3959L2.62955 11.9613C2.68303 11.6583 2.82845 11.379 3.04607 11.1613L9.23582 4.9716 14.1856 9.92134ZM15.2462 8.86068 16.7178 7.38909C17.3036 6.8033 17.3036 5.85355 16.7178 5.26777L13.8894 2.43934C13.3036 1.85355 12.3539 1.85355 11.7681 2.43934L10.2965 3.91094 15.2462 8.86068ZM10.285 16.6287C10.285 16.2145 10.6207 15.8787 11.035 15.8787L17.535 15.8787C17.9492 15.8787 18.285 16.2145 18.285 16.6287 18.285 17.0429 17.9492 17.3787 17.535 17.3787H11.035C10.6207 17.3787 10.285 17.0429 10.285 16.6287Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconEditSolid.displayName = "IconEditSolid";
33
+
34
+ export default IconEditSolid;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconErroSolid = 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-erro-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="M4.18629 13.3388C3.50287 14.0223 3.50287 15.1303 4.18629 15.8137C4.86971 16.4971 5.97775 16.4971 6.66116 15.8137L9.84315 12.6317L13.0251 15.8137C13.7085 16.4971 14.8166 16.4971 15.5 15.8137C16.1834 15.1303 16.1834 14.0223 15.5 13.3388L12.318 10.1569L15.5 6.97487C16.1834 6.29146 16.1834 5.18342 15.5 4.5C14.8166 3.81658 13.7085 3.81658 13.0251 4.5L9.84315 7.68198L6.66116 4.5C5.97775 3.81658 4.86971 3.81658 4.18629 4.5C3.50287 5.18342 3.50287 6.29146 4.18629 6.97487L7.36827 10.1569L4.18629 13.3388Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconErroSolid.displayName = "IconErroSolid";
33
+
34
+ export default IconErroSolid;
@@ -23,11 +23,10 @@ export const IconExclamationTriangleOutline = forwardRef<
23
23
  ref={forwardedRef}
24
24
  >
25
25
  <path
26
- d="M11.9998 9.00006V12.7501M2.69653 16.1257C1.83114 17.6257 2.91371 19.5001 4.64544 19.5001H19.3541C21.0858 19.5001 22.1684 17.6257 21.303 16.1257L13.9487 3.37819C13.0828 1.87736 10.9167 1.87736 10.0509 3.37819L2.69653 16.1257ZM11.9998 15.7501H12.0073V15.7576H11.9998V15.7501Z"
27
- stroke={color}
28
- strokeWidth="1.5"
29
- strokeLinecap="round"
30
- strokeLinejoin="round"
26
+ d="M13.299 3.75298C12.7218 2.75242 11.2777 2.75242 10.7005 3.75298L3.34615 16.5005C2.76923 17.5005 3.49095 18.7501 4.64543 18.7501H19.3541C20.5086 18.7501 21.2303 17.5005 20.6534 16.5005L13.299 3.75298ZM9.4012 3.0034C10.5557 1.00229 13.4438 1.00229 14.5983 3.0034L21.9526 15.7509C23.1065 17.7509 21.6631 20.2501 19.3541 20.2501H4.64543C2.33646 20.2501 0.893031 17.7509 2.04688 15.7509L9.4012 3.0034ZM11.9998 8.25006C12.414 8.25006 12.7498 8.58585 12.7498 9.00006V12.7501C12.7498 13.1643 12.414 13.5001 11.9998 13.5001C11.5855 13.5001 11.2498 13.1643 11.2498 12.7501V9.00006C11.2498 8.58585 11.5855 8.25006 11.9998 8.25006ZM11.2498 15.7501C11.2498 15.3359 11.5855 15.0001 11.9998 15.0001H12.0073C12.4215 15.0001 12.7573 15.3359 12.7573 15.7501V15.7576C12.7573 16.1718 12.4215 16.5076 12.0073 16.5076H11.9998C11.5855 16.5076 11.2498 16.1718 11.2498 15.7576V15.7501Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
31
30
  />
32
31
  </svg>
33
32
  );
@@ -0,0 +1,44 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconFlipHorizontallySolid = 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-flip-horizontally-solid`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ d="M10.85 4.85C10.85 5.31944 10.4695 5.7 10 5.7 9.53058 5.7 9.15002 5.31944 9.15002 4.85 9.15002 4.38056 9.53058 4 10 4 10.4695 4 10.85 4.38056 10.85 4.85ZM10.85 7.85C10.85 8.31944 10.4695 8.7 10 8.7 9.53058 8.7 9.15002 8.31944 9.15002 7.85 9.15002 7.38056 9.53058 7 10 7 10.4695 7 10.85 7.38056 10.85 7.85ZM10.85 12.15C10.85 12.6194 10.4695 13 10 13 9.53058 13 9.15002 12.6194 9.15002 12.15 9.15002 11.6805 9.53058 11.3 10 11.3 10.4695 11.3 10.85 11.6805 10.85 12.15ZM10.85 15.15C10.85 15.6194 10.4695 16 10 16 9.53058 16 9.15002 15.6194 9.15002 15.15 9.15002 14.6805 9.53058 14.3 10 14.3 10.4695 14.3 10.85 14.6805 10.85 15.15Z"
25
+ fill={color}
26
+ />
27
+ <path
28
+ d="M8.37994 10.5315L2.99047 15.151C2.60127 15.4846 2 15.2081 2 14.6955V5.30453C2 4.79192 2.60127 4.51537 2.99047 4.84897L8.37994 9.46852C8.70587 9.74788 8.70587 10.2521 8.37994 10.5315ZM6.69511 10L3.5 7.26133V12.7387L6.69511 10Z"
29
+ fill={color}
30
+ fillRule="evenodd"
31
+ clipRule="evenodd"
32
+ />
33
+ <path
34
+ d="M17.0095 15.151L11.6201 10.5315C11.2941 10.2521 11.2941 9.74788 11.6201 9.46852L17.0095 4.84897C17.3987 4.51537 18 4.79192 18 5.30453V14.6955C18 15.2081 17.3987 15.4846 17.0095 15.151Z"
35
+ fill={color}
36
+ />
37
+ </svg>
38
+ );
39
+ }
40
+ );
41
+
42
+ IconFlipHorizontallySolid.displayName = "IconFlipHorizontallySolid";
43
+
44
+ export default IconFlipHorizontallySolid;
@@ -0,0 +1,44 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconFlipVerticallySolid = 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-flip-vertically-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.15 10.85C14.6806 10.85 14.3 10.4695 14.3 10 14.3 9.53058 14.6806 9.15002 15.15 9.15002 15.6194 9.15002 16 9.53058 16 10 16 10.4695 15.6194 10.85 15.15 10.85ZM12.15 10.85C11.6806 10.85 11.3 10.4695 11.3 10 11.3 9.53058 11.6806 9.15002 12.15 9.15002 12.6194 9.15002 13 9.53058 13 10 13 10.4695 12.6194 10.85 12.15 10.85ZM7.85001 10.85C7.38057 10.85 7.00001 10.4695 7.00001 10 7.00001 9.53058 7.38057 9.15002 7.85001 9.15002 8.31945 9.15002 8.70001 9.53058 8.70001 10 8.70001 10.4695 8.31945 10.85 7.85001 10.85ZM4.85001 10.85C4.38057 10.85 4.00001 10.4695 4.00001 10 4.00001 9.53058 4.38057 9.15002 4.85001 9.15002 5.31945 9.15002 5.70001 9.53058 5.70001 10 5.70001 10.4695 5.31945 10.85 4.85001 10.85Z"
25
+ fill={color}
26
+ />
27
+ <path
28
+ d="M9.46852 8.37994L4.84898 2.99047C4.51538 2.60127 4.79192 2 5.30454 2L14.6955 2C15.2081 2 15.4846 2.60127 15.151 2.99047L10.5315 8.37994C10.2521 8.70587 9.74789 8.70587 9.46852 8.37994ZM10 6.69511L12.7387 3.5L7.26133 3.5L10 6.69511Z"
29
+ fill={color}
30
+ fillRule="evenodd"
31
+ clipRule="evenodd"
32
+ />
33
+ <path
34
+ d="M4.84898 17.0095L9.46852 11.6201C9.74789 11.2941 10.2521 11.2941 10.5315 11.6201L15.151 17.0095C15.4846 17.3987 15.2081 18 14.6955 18L5.30454 18C4.79192 18 4.51538 17.3987 4.84898 17.0095Z"
35
+ fill={color}
36
+ />
37
+ </svg>
38
+ );
39
+ }
40
+ );
41
+
42
+ IconFlipVerticallySolid.displayName = "IconFlipVerticallySolid";
43
+
44
+ export default IconFlipVerticallySolid;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconHourglassOutline = 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-hourglass-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 2.25C3.58579 2.25 3.25 2.58579 3.25 3C3.25 3.41421 3.58579 3.75 4 3.75H4.40322C4.90908 5.84486 5.5676 7.50659 6.40894 8.68447C6.7914 9.2199 7.21797 9.6625 7.68803 9.99878C7.21794 10.3348 6.79137 10.7772 6.40894 11.3126C5.56749 12.4906 4.90896 14.1534 4.40311 16.25H4C3.58579 16.25 3.25 16.5858 3.25 17C3.25 17.4142 3.58579 17.75 4 17.75H16C16.4142 17.75 16.75 17.4142 16.75 17C16.75 16.5858 16.4142 16.25 16 16.25H15.5968C15.0909 14.1551 14.4324 12.4934 13.5911 11.3155C13.2086 10.7801 12.782 10.3375 12.312 10.0012C12.7821 9.66524 13.2086 9.22279 13.5911 8.68739C14.4325 7.50936 15.0911 5.8466 15.5969 3.75H16C16.4142 3.75 16.75 3.41421 16.75 3C16.75 2.58579 16.4142 2.25 16 2.25H4ZM14.0512 3.75H5.94901C6.41625 5.56988 6.98481 6.90998 7.62954 7.81261C8.36046 8.8359 9.14784 9.24927 10.0006 9.25C10.8528 9.25072 11.6397 8.8386 12.3705 7.81554C13.0152 6.91285 13.5839 5.57181 14.0512 3.75ZM12.3705 12.1874C13.0152 13.09 13.5838 14.4301 14.051 16.25H5.94882C6.41612 14.4282 6.98477 13.0872 7.62954 12.1845C8.3603 11.1614 9.14716 10.7493 9.99937 10.75C10.8522 10.7507 11.6396 11.1641 12.3705 12.1874Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconHourglassOutline.displayName = "IconHourglassOutline";
35
+
36
+ export default IconHourglassOutline;
@@ -21,7 +21,7 @@ export const IconLoadingOutline = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M10 3.74998C6.54823 3.74998 3.75001 6.5482 3.75001 9.99998C3.75001 13.4518 6.54823 16.25 10 16.25C13.4518 16.25 16.25 13.4518 16.25 9.99998C16.25 9.53974 16.6231 9.16665 17.0833 9.16665C17.5436 9.16665 17.9167 9.53974 17.9167 9.99998C17.9167 14.3722 14.3723 17.9166 10 17.9166C5.62776 17.9166 2.08334 14.3722 2.08334 9.99998C2.08334 5.62773 5.62776 2.08331 10 2.08331C10.4602 2.08331 10.8333 2.45641 10.8333 2.91665C10.8333 3.37688 10.4602 3.74998 10 3.74998Z"
24
+ d="M9.99998 3.75004C6.5482 3.75004 3.74998 6.54826 3.74998 10C3.74998 13.4518 6.5482 16.25 9.99998 16.25C13.4518 16.25 16.25 13.4518 16.25 10C16.25 9.5398 16.6231 9.16671 17.0833 9.16671C17.5435 9.16671 17.9166 9.5398 17.9166 10C17.9166 14.3723 14.3722 17.9167 9.99998 17.9167C5.62773 17.9167 2.08331 14.3723 2.08331 10C2.08331 5.62779 5.62773 2.08337 9.99998 2.08337C10.4602 2.08337 10.8333 2.45647 10.8333 2.91671C10.8333 3.37694 10.4602 3.75004 9.99998 3.75004Z"
25
25
  fill={color}
26
26
  fillRule="evenodd"
27
27
  clipRule="evenodd"
@@ -29,13 +29,13 @@ export const IconMagicAiBicolorSolid = forwardRef<SVGSVGElement, IconProps>(
29
29
  />
30
30
  <path
31
31
  opacity=".7"
32
- d="M14.7757 1.64246C15.0496 1.64246 15.2884 1.82889 15.3548 2.09464L15.5608 2.91882C15.748 3.66742 16.3325 4.25192 17.0811 4.43907L17.9053 4.64512C18.171 4.71156 18.3575 4.95033 18.3575 5.22426C18.3575 5.49819 18.171 5.73697 17.9053 5.80341L17.0811 6.00945C16.3325 6.1966 15.748 6.78111 15.5608 7.52971L15.3548 8.35389C15.2884 8.61964 15.0496 8.80607 14.7757 8.80607C14.5017 8.80607 14.2629 8.61964 14.1965 8.35389L13.9905 7.52971C13.8033 6.78111 13.2188 6.1966 12.4702 6.00945L11.646 5.80341C11.3803 5.73697 11.1938 5.49819 11.1938 5.22426C11.1938 4.95033 11.3803 4.71156 11.646 4.64512L12.4702 4.43907C13.2188 4.25192 13.8033 3.66742 13.9905 2.91882L14.1965 2.09464C14.2629 1.82889 14.5017 1.64246 14.7757 1.64246Z"
32
+ d="M14.7758 1.64246C15.0497 1.64246 15.2885 1.82889 15.3549 2.09464L15.561 2.91882C15.7481 3.66742 16.3326 4.25192 17.0812 4.43907L17.9054 4.64512C18.1712 4.71156 18.3576 4.95033 18.3576 5.22426C18.3576 5.49819 18.1712 5.73697 17.9054 5.80341L17.0812 6.00945C16.3326 6.1966 15.7481 6.78111 15.561 7.52971L15.3549 8.35389C15.2885 8.61964 15.0497 8.80607 14.7758 8.80607C14.5018 8.80607 14.2631 8.61964 14.1966 8.35389L13.9906 7.52971C13.8034 6.78111 13.2189 6.1966 12.4703 6.00945L11.6462 5.80341C11.3804 5.73697 11.194 5.49819 11.194 5.22426C11.194 4.95033 11.3804 4.71156 11.6462 4.64512L12.4703 4.43907C13.2189 4.25192 13.8034 3.66742 13.9906 2.91882L14.1966 2.09464C14.2631 1.82889 14.5018 1.64246 14.7758 1.64246Z"
33
33
  fill={color}
34
34
  fillRule="evenodd"
35
35
  clipRule="evenodd"
36
36
  />
37
37
  <path
38
- d="M7.61226 4.03033C7.87879 4.03033 8.11303 4.20702 8.18626 4.4633L8.83353 6.72875C9.11684 7.72034 9.89194 8.49543 10.8835 8.77875L13.149 9.42601C13.4052 9.49924 13.5819 9.73348 13.5819 10C13.5819 10.2665 13.4052 10.5008 13.149 10.574L10.8835 11.2213C9.89194 11.5046 9.11684 12.2797 8.83353 13.2713L8.18626 15.5367C8.11303 15.793 7.87879 15.9697 7.61226 15.9697C7.34572 15.9697 7.11148 15.793 7.03826 15.5367L6.39099 13.2713C6.10768 12.2797 5.33258 11.5046 4.34099 11.2213L2.07555 10.574C1.81927 10.5008 1.64258 10.2665 1.64258 10C1.64258 9.73348 1.81927 9.49924 2.07555 9.42601L4.34099 8.77874C5.33258 8.49543 6.10768 7.72033 6.39099 6.72875L7.03826 4.4633C7.11148 4.20702 7.34572 4.03033 7.61226 4.03033Z"
38
+ d="M7.61214 4.03033C7.87867 4.03033 8.11291 4.20702 8.18613 4.4633L8.8334 6.72875C9.11672 7.72034 9.89181 8.49543 10.8834 8.77875L13.1488 9.42601C13.4051 9.49924 13.5818 9.73348 13.5818 10C13.5818 10.2665 13.4051 10.5008 13.1488 10.574L10.8834 11.2213C9.89181 11.5046 9.11672 12.2797 8.8334 13.2713L8.18613 15.5367C8.11291 15.793 7.87867 15.9697 7.61214 15.9697C7.3456 15.9697 7.11136 15.793 7.03814 15.5367L6.39087 13.2713C6.10756 12.2797 5.33246 11.5046 4.34087 11.2213L2.07542 10.574C1.81914 10.5008 1.64246 10.2665 1.64246 10C1.64246 9.73348 1.81914 9.49924 2.07542 9.42601L4.34087 8.77874C5.33246 8.49543 6.10756 7.72033 6.39087 6.72875L7.03814 4.4633C7.11136 4.20702 7.3456 4.03033 7.61214 4.03033Z"
39
39
  fill={color}
40
40
  fillRule="evenodd"
41
41
  clipRule="evenodd"
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconMapOutline = 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-map-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.58385 3.38039C7.53107 3.354 7.46893 3.354 7.41615 3.38039L3.35365 5.41164C3.29013 5.4434 3.25 5.50833 3.25 5.57935V15.983C3.25 16.1224 3.39668 16.2131 3.52135 16.1507L6.74533 14.5387C7.2204 14.3012 7.7796 14.3012 8.25467 14.5387L12.4161 16.6195C12.4689 16.6459 12.5311 16.6459 12.5839 16.6195L16.6464 14.5882C16.7099 14.5565 16.75 14.4916 16.75 14.4205V4.01685C16.75 3.87746 16.6033 3.78681 16.4786 3.84914L13.2547 5.46113C12.7796 5.69867 12.2204 5.69867 11.7453 5.46113L7.58385 3.38039ZM6.74533 2.03875C7.22041 1.80121 7.7796 1.80121 8.25467 2.03875L12.4161 4.11949C12.4689 4.14588 12.5311 4.14588 12.5839 4.11949L15.8078 2.5075C16.9298 1.94649 18.25 2.76239 18.25 4.01685V14.4205C18.25 15.0597 17.8889 15.644 17.3172 15.9299L13.2547 17.9611C12.7796 18.1987 12.2204 18.1987 11.7453 17.9611L7.58385 15.8804C7.53107 15.854 7.46893 15.854 7.41615 15.8804L4.19217 17.4924C3.07015 18.0534 1.75 17.2375 1.75 15.983V5.57935C1.75 4.94017 2.11113 4.35585 2.68283 4.07L6.74533 2.03875ZM7.5 4.87494C7.91421 4.87494 8.25 5.21073 8.25 5.62494V12.4999C8.25 12.9142 7.91421 13.2499 7.5 13.2499C7.08579 13.2499 6.75 12.9142 6.75 12.4999V5.62494C6.75 5.21073 7.08579 4.87494 7.5 4.87494ZM12.5 6.74994C12.9142 6.74994 13.25 7.08573 13.25 7.49994V14.3749C13.25 14.7892 12.9142 15.1249 12.5 15.1249C12.0858 15.1249 11.75 14.7892 11.75 14.3749V7.49994C11.75 7.08573 12.0858 6.74994 12.5 6.74994Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconMapOutline.displayName = "IconMapOutline";
35
+
36
+ export default IconMapOutline;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconMapPinSolid = 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-map-pin-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.69008 18.933L9.69288 18.9342C9.89 19.02 10 19 10 19C10 19 10.11 19.02 10.3079 18.9339L10.3099 18.933L10.3157 18.9304L10.3338 18.922C10.3488 18.915 10.3697 18.9052 10.3959 18.8926C10.4484 18.8673 10.5225 18.8306 10.6153 18.7822C10.8008 18.6855 11.0612 18.5419 11.3717 18.3495C11.9912 17.9655 12.8174 17.3826 13.6455 16.5844C15.3022 14.9876 17 12.4925 17 9C17 5.13401 13.866 2 10 2C6.13401 2 3 5.13401 3 9C3 12.4925 4.69783 14.9876 6.35452 16.5844C7.18264 17.3826 8.00877 17.9655 8.62834 18.3495C8.93879 18.5419 9.19922 18.6855 9.38467 18.7822C9.47745 18.8306 9.55163 18.8673 9.60409 18.8926C9.63033 18.9052 9.65116 18.915 9.66619 18.922L9.68435 18.9304L9.69008 18.933ZM10 11.25C11.2426 11.25 12.25 10.2426 12.25 9C12.25 7.75736 11.2426 6.75 10 6.75C8.75736 6.75 7.75 7.75736 7.75 9C7.75 10.2426 8.75736 11.25 10 11.25Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconMapPinSolid.displayName = "IconMapPinSolid";
35
+
36
+ export default IconMapPinSolid;
@@ -0,0 +1,41 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconMaskBicolorSolid = 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-mask-bicolor-solid`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ opacity=".4"
25
+ d="M10 14C12.2091 14 14 12.2091 14 10C14 7.79086 12.2091 6 10 6C7.79086 6 6 7.79086 6 10C6 12.2091 7.79086 14 10 14Z"
26
+ fill={color}
27
+ />
28
+ <path
29
+ d="M5.5 3C4.11929 3 3 4.11929 3 5.5V14.5C3 15.8807 4.11929 17 5.5 17H14.5C15.8807 17 17 15.8807 17 14.5V5.5C17 4.11929 15.8807 3 14.5 3H5.5ZM14 10C14 12.2091 12.2091 14 10 14C7.79086 14 6 12.2091 6 10C6 7.79086 7.79086 6 10 6C12.2091 6 14 7.79086 14 10Z"
30
+ fill={color}
31
+ fillRule="evenodd"
32
+ clipRule="evenodd"
33
+ />
34
+ </svg>
35
+ );
36
+ }
37
+ );
38
+
39
+ IconMaskBicolorSolid.displayName = "IconMaskBicolorSolid";
40
+
41
+ export default IconMaskBicolorSolid;
@@ -21,17 +21,17 @@ export const IconPattern3Solid = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M1.66675 18.268V11.2953C1.7929 11.2379 1.93309 11.2058 2.08078 11.2058L3.58102 11.2058C4.96174 11.2058 6.08102 12.3251 6.08102 13.7058C6.08102 15.0865 4.96174 16.2058 3.58102 16.2058H2.74769L2.74769 17.472C2.74769 17.9323 2.37459 18.3054 1.91436 18.3054C1.82814 18.3054 1.74497 18.2923 1.66675 18.268ZM2.74769 14.5391H3.58102C4.04126 14.5391 4.41436 14.166 4.41436 13.7058C4.41436 13.2456 4.04126 12.8725 3.58102 12.8725H2.74769V14.5391Z"
24
+ d="M1.66663 18.268V11.2953C1.79277 11.2379 1.93297 11.2058 2.08066 11.2058L3.5809 11.2058C4.96161 11.2058 6.0809 12.3251 6.0809 13.7058C6.0809 15.0865 4.96161 16.2058 3.5809 16.2058H2.74757L2.74757 17.472C2.74757 17.9323 2.37447 18.3054 1.91424 18.3054C1.82801 18.3054 1.74485 18.2923 1.66663 18.268ZM2.74757 14.5391H3.5809C4.04114 14.5391 4.41424 14.166 4.41424 13.7058C4.41424 13.2456 4.04114 12.8725 3.5809 12.8725H2.74757V14.5391Z"
25
25
  fill={color}
26
26
  fillRule="evenodd"
27
27
  clipRule="evenodd"
28
28
  />
29
29
  <path
30
- d="M18.3334 11.3481C18.0728 11.2559 17.7923 11.2058 17.5001 11.2058L15.9998 11.2058C15.4476 11.2058 15.0001 11.6536 15.0001 12.2058V17.472C15.0001 17.9323 15.3732 18.3054 15.8334 18.3054C16.2937 18.3054 16.6668 17.9323 16.6668 17.472V16.2058H17.5001C17.7923 16.2058 18.0728 16.1557 18.3334 16.0636V13.7118C18.3302 14.1693 17.9583 14.5391 17.5001 14.5391H16.6668V12.8725H17.5001C17.9583 12.8725 18.3302 13.2423 18.3334 13.6998V11.3481Z"
30
+ d="M18.3333 11.3481C18.0726 11.2559 17.7922 11.2058 17.5 11.2058L15.9997 11.2058C15.4474 11.2058 15 11.6536 15 12.2058V17.472C15 17.9323 15.3731 18.3054 15.8333 18.3054C16.2935 18.3054 16.6666 17.9323 16.6666 17.472V16.2058H17.5C17.7922 16.2058 18.0726 16.1557 18.3333 16.0636V13.7118C18.3301 14.1693 17.9582 14.5391 17.5 14.5391H16.6666V12.8725H17.5C17.9582 12.8725 18.3301 13.2423 18.3333 13.6998V11.3481Z"
31
31
  fill={color}
32
32
  />
33
33
  <path
34
- d="M5.20273 2.0834C4.65045 2.08341 4.20297 2.53112 4.20297 3.0834V8.34959C4.20297 8.80982 4.57607 9.18292 5.03631 9.18292 5.49654 9.18292 5.86964 8.80982 5.86964 8.34959L5.86964 7.08337H6.70297C8.08368 7.08337 9.20297 5.96409 9.20297 4.58337 9.20297 3.20266 8.08368 2.08337 6.70297 2.08337L5.20273 2.0834ZM5.86964 5.41671H6.70297C7.16321 5.41671 7.53631 5.04361 7.53631 4.58337 7.53631 4.12314 7.16321 3.75004 6.70297 3.75004H5.86964V5.41671ZM12.6629 2.0834C12.1106 2.08341 11.6631 2.53112 11.6631 3.0834V8.34959C11.6631 8.80982 12.0362 9.18292 12.4965 9.18292 12.9567 9.18292 13.3298 8.80982 13.3298 8.34959V7.08337H14.1631C15.5439 7.08337 16.6631 5.96409 16.6631 4.58337 16.6631 3.20266 15.5439 2.08337 14.1631 2.08337L12.6629 2.0834ZM13.3298 5.41671H14.1631C14.6234 5.41671 14.9965 5.04361 14.9965 4.58337 14.9965 4.12314 14.6234 3.75004 14.1631 3.75004H13.3298V5.41671ZM8.93283 11.2058C8.38055 11.2058 7.93307 11.6536 7.93307 12.2058V17.472C7.93307 17.9323 8.30617 18.3054 8.76641 18.3054 9.22665 18.3054 9.59974 17.9323 9.59974 17.472V16.2058H10.4331C11.8138 16.2058 12.9331 15.0865 12.9331 13.7058 12.9331 12.3251 11.8138 11.2058 10.4331 11.2058L8.93283 11.2058ZM9.59974 14.5391H10.4331C10.8933 14.5391 11.2664 14.166 11.2664 13.7058 11.2664 13.2456 10.8933 12.8725 10.4331 12.8725H9.59974V14.5391Z"
34
+ d="M5.20261 2.0834C4.65033 2.08341 4.20285 2.53112 4.20285 3.0834V8.34959C4.20285 8.80982 4.57595 9.18292 5.03618 9.18292 5.49642 9.18292 5.86952 8.80982 5.86952 8.34959L5.86952 7.08337H6.70285C8.08356 7.08337 9.20285 5.96409 9.20285 4.58337 9.20285 3.20266 8.08356 2.08337 6.70285 2.08337L5.20261 2.0834ZM5.86952 5.41671H6.70285C7.16309 5.41671 7.53618 5.04361 7.53618 4.58337 7.53618 4.12314 7.16309 3.75004 6.70285 3.75004H5.86952V5.41671ZM12.6628 2.0834C12.1105 2.08341 11.663 2.53112 11.663 3.0834V8.34959C11.663 8.80982 12.0361 9.18292 12.4964 9.18292 12.9566 9.18292 13.3297 8.80982 13.3297 8.34959V7.08337H14.163C15.5437 7.08337 16.663 5.96409 16.663 4.58337 16.663 3.20266 15.5437 2.08337 14.163 2.08337L12.6628 2.0834ZM13.3297 5.41671H14.163C14.6233 5.41671 14.9964 5.04361 14.9964 4.58337 14.9964 4.12314 14.6233 3.75004 14.163 3.75004H13.3297V5.41671ZM8.93271 11.2058C8.38043 11.2058 7.93295 11.6536 7.93295 12.2058V17.472C7.93295 17.9323 8.30605 18.3054 8.76629 18.3054 9.22652 18.3054 9.59962 17.9323 9.59962 17.472V16.2058H10.433C11.8137 16.2058 12.933 15.0865 12.933 13.7058 12.933 12.3251 11.8137 11.2058 10.433 11.2058L8.93271 11.2058ZM9.59962 14.5391H10.433C10.8932 14.5391 11.2663 14.166 11.2663 13.7058 11.2663 13.2456 10.8932 12.8725 10.433 12.8725H9.59962V14.5391Z"
35
35
  fill={color}
36
36
  fillRule="evenodd"
37
37
  clipRule="evenodd"
@@ -21,17 +21,17 @@ export const IconPattern5Solid = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M1.66675 13.7288V6.75614C1.7929 6.69867 1.93309 6.66665 2.08078 6.66665L3.58102 6.66663C4.96174 6.66663 6.08102 7.78591 6.08102 9.16663C6.08102 10.5473 4.96174 11.6666 3.58102 11.6666H2.74769L2.74769 12.9328C2.74769 13.3931 2.37459 13.7662 1.91436 13.7662C1.82814 13.7662 1.74497 13.7531 1.66675 13.7288ZM2.74769 9.99996H3.58102C4.04126 9.99996 4.41436 9.62686 4.41436 9.16663C4.41436 8.70639 4.04126 8.33329 3.58102 8.33329H2.74769V9.99996Z"
24
+ d="M1.66663 13.7288V6.75614C1.79277 6.69867 1.93297 6.66665 2.08066 6.66665L3.5809 6.66663C4.96161 6.66663 6.0809 7.78591 6.0809 9.16663C6.0809 10.5473 4.96161 11.6666 3.5809 11.6666H2.74757L2.74757 12.9328C2.74757 13.3931 2.37447 13.7662 1.91424 13.7662C1.82801 13.7662 1.74485 13.7531 1.66663 13.7288ZM2.74757 9.99996H3.5809C4.04114 9.99996 4.41424 9.62686 4.41424 9.16663C4.41424 8.70639 4.04114 8.33329 3.5809 8.33329H2.74757V9.99996Z"
25
25
  fill={color}
26
26
  fillRule="evenodd"
27
27
  clipRule="evenodd"
28
28
  />
29
29
  <path
30
- d="M18.3334 6.80887C18.0728 6.71675 17.7923 6.66663 17.5001 6.66663L15.9998 6.66665C15.4476 6.66666 15.0001 7.11437 15.0001 7.66665V12.9328C15.0001 13.3931 15.3732 13.7662 15.8334 13.7662C16.2937 13.7662 16.6668 13.3931 16.6668 12.9328V11.6666H17.5001C17.7923 11.6666 18.0728 11.6165 18.3334 11.5244V9.1726C18.3302 9.63009 17.9583 9.99996 17.5001 9.99996H16.6668V8.33329H17.5001C17.9583 8.33329 18.3302 8.70316 18.3334 9.16065V6.80887Z"
30
+ d="M18.3333 6.80887C18.0726 6.71675 17.7922 6.66663 17.5 6.66663L15.9997 6.66665C15.4474 6.66666 15 7.11437 15 7.66665V12.9328C15 13.3931 15.3731 13.7662 15.8333 13.7662C16.2935 13.7662 16.6666 13.3931 16.6666 12.9328V11.6666H17.5C17.7922 11.6666 18.0726 11.6165 18.3333 11.5244V9.1726C18.3301 9.63009 17.9582 9.99996 17.5 9.99996H16.6666V8.33329H17.5C17.9582 8.33329 18.3301 8.70316 18.3333 9.16065V6.80887Z"
31
31
  fill={color}
32
32
  />
33
33
  <path
34
- d="M8.93283 6.66665C8.38055 6.66666 7.93307 7.11437 7.93307 7.66665V12.9328C7.93307 13.3931 8.30617 13.7662 8.76641 13.7662C9.22665 13.7662 9.59974 13.3931 9.59974 12.9328V11.6666H10.4331C11.8138 11.6666 12.9331 10.5473 12.9331 9.16663C12.9331 7.78591 11.8138 6.66663 10.4331 6.66663L8.93283 6.66665ZM9.59974 9.99996H10.4331C10.8933 9.99996 11.2664 9.62686 11.2664 9.16663C11.2664 8.70639 10.8933 8.33329 10.4331 8.33329H9.59974V9.99996Z"
34
+ d="M8.93271 6.66665C8.38043 6.66666 7.93295 7.11437 7.93295 7.66665V12.9328C7.93295 13.3931 8.30605 13.7662 8.76629 13.7662C9.22652 13.7662 9.59962 13.3931 9.59962 12.9328V11.6666H10.433C11.8137 11.6666 12.933 10.5473 12.933 9.16663C12.933 7.78591 11.8137 6.66663 10.433 6.66663L8.93271 6.66665ZM9.59962 9.99996H10.433C10.8932 9.99996 11.2663 9.62686 11.2663 9.16663C11.2663 8.70639 10.8932 8.33329 10.433 8.33329H9.59962V9.99996Z"
35
35
  fill={color}
36
36
  fillRule="evenodd"
37
37
  clipRule="evenodd"
@@ -21,7 +21,7 @@ export const IconPauseSolid = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M5.75 3C5.33579 3 5 3.33579 5 3.75V16.25C5 16.6642 5.33579 17 5.75 17H7.25C7.66421 17 8 16.6642 8 16.25V3.75C8 3.33579 7.66421 3 7.25 3H5.75ZM12.75 3C12.3358 3 12 3.33579 12 3.75V16.25C12 16.6642 12.3358 17 12.75 17H14.25C14.6642 17 15 16.6642 15 16.25V3.75C15 3.33579 14.6642 3 14.25 3H12.75Z"
24
+ d="M5.79999 2.99998C5.35817 2.99996 5 3.35813 5 3.79996V16.2C5 16.6418 5.35817 17 5.8 17H7.2C7.64183 17 8 16.6418 8 16.2V3.80004C8 3.35816 7.64175 2.99997 7.19987 2.99999 6.73324 3.00001 6.26662 2.99999 5.79999 2.99998ZM12.8 2.99996C12.3582 2.99997 12 3.35814 12 3.79997V16.2C12 16.6418 12.3582 17 12.8 17H14.2C14.6418 17 15 16.6418 15 16.2V3.79994C15 3.35811 14.6418 2.99993 14.2 2.99994L12.8 2.99996Z"
25
25
  fill={color}
26
26
  />
27
27
  </svg>
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotateCursorOutline = 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-rotate-cursor-outline`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ d="M13.9217 2.36567C14.2146 2.07277 14.6894 2.07277 14.9823 2.36567L17.5663 4.94962C17.8592 5.24251 17.8592 5.71739 17.5663 6.01028C17.2734 6.30317 16.7985 6.30317 16.5056 6.01028L15.202 4.70667V5.50002C15.202 10.6086 11.0606 14.75 5.95201 14.75H4.77355L6.07717 16.0536C6.37007 16.3465 6.37007 16.8214 6.07717 17.1143C5.78428 17.4072 5.30941 17.4072 5.01651 17.1143L2.43256 14.5303C2.13967 14.2375 2.13967 13.7626 2.43256 13.4697L5.01651 10.8857C5.30941 10.5928 5.78428 10.5928 6.07717 10.8857C6.37007 11.1786 6.37007 11.6535 6.07717 11.9464L4.77355 13.25H5.95201C10.2322 13.25 13.702 9.78022 13.702 5.50002V4.70664L12.3984 6.01028C12.1055 6.30317 11.6306 6.30317 11.3377 6.01028C11.0448 5.71739 11.0448 5.24251 11.3377 4.94962L13.9217 2.36567Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconRotateCursorOutline.displayName = "IconRotateCursorOutline";
33
+
34
+ export default IconRotateCursorOutline;
@@ -0,0 +1,50 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotateLeft90Outline = 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-rotate-left-90-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.3733 8.54163C7.67429 8.54163 7.94654 8.61879 8.19005 8.77312C8.43356 8.92745 8.62325 9.14564 8.75912 9.42769C8.89498 9.70974 8.965 10.0349 8.96918 10.4032V10.745C8.96918 11.258 8.87042 11.645 8.67289 12.0218C8.47537 12.3985 8.22375 12.6485 7.85797 12.8507C7.57573 13.0068 7.23952 13.0853 6.87693 13.113Lnan nanL6.87693 13.113Cnan nan nan nan 6.87693 13.113C6.65978 13.1296 6.48287 12.9484 6.48287 12.7306V12.6575C6.48287 12.4385 6.65915 12.2678 6.87693 12.2451Cnan nan nan nan 6.87693 12.2451L-nan -nanL6.87693 12.2451C7.48293 12.1819 7.82292 11.9599 7.8969 11.39C7.66907 11.5987 7.41406 11.703 7.13188 11.703C6.71802 11.703 6.38985 11.5603 6.14739 11.275C5.90493 10.9898 5.78369 10.6788 5.78369 10.202C5.78369 9.90398 5.85163 9.62725 5.98749 9.37181C6.12335 9.11637 6.31408 8.91415 6.55968 8.76513C6.80528 8.61613 7.07649 8.54163 7.3733 8.54163ZM12.2868 9.05891C12.0088 8.71619 11.6169 8.54483 11.1111 8.54483C10.6053 8.54483 10.2139 8.71513 9.93692 9.05572C9.65996 9.39631 9.52148 9.88058 9.52148 10.5085V11.1293C9.52148 11.753 9.66048 12.2362 9.93848 12.579C10.2165 12.9217 10.6094 13.093 11.1173 13.093C11.6211 13.093 12.0115 12.9227 12.2884 12.5821C12.5654 12.2416 12.7038 11.7573 12.7038 11.1293V10.5117C12.7038 9.8859 12.5648 9.40163 12.2868 9.05891ZM14.5363 8.80666C14.3658 8.63211 14.1637 8.54483 13.9295 8.54483C13.6913 8.54483 13.4848 8.63211 13.3103 8.80666C13.1358 8.98121 13.0485 9.19301 13.0485 9.44207C13.0485 9.689 13.1347 9.89814 13.3072 10.0695C13.4796 10.2409 13.6871 10.3265 13.9295 10.3265C14.1678 10.3265 14.3711 10.2409 14.5393 10.0695C14.7076 9.89814 14.7917 9.689 14.7917 9.44207C14.7917 9.19301 14.7066 8.98121 14.5363 8.80666ZM13.9294 9.03337C13.8186 9.03337 13.7251 9.07328 13.6488 9.1531C13.5725 9.23293 13.5343 9.32925 13.5343 9.44208C13.5343 9.55489 13.5735 9.64908 13.6519 9.72466C13.7303 9.80023 13.8228 9.83801 13.9294 9.83801C14.0402 9.83801 14.1311 9.79969 14.2022 9.72306C14.2732 9.64643 14.3088 9.55276 14.3088 9.44208C14.3088 9.33138 14.2733 9.23559 14.2022 9.1547C14.1311 9.07381 14.0402 9.03337 13.9294 9.03337ZM6.95121 9.61448C7.05153 9.45269 7.21838 9.37181 7.36679 9.37181C7.53401 9.37181 7.66674 9.44312 7.76498 9.58574C7.86322 9.72836 7.91693 9.93693 7.91693 10.1165C7.91693 10.296 7.89666 10.4462 7.82768 10.6289C7.75871 10.8116 7.55313 10.927 7.3762 10.927C7.19853 10.927 7.05676 10.8552 6.95434 10.7115C6.85192 10.5678 6.8099 10.4447 6.8099 10.202C6.8099 9.97209 6.85087 9.77626 6.95121 9.61448ZM10.7143 9.60491C10.7969 9.45164 10.9291 9.37501 11.1109 9.37501C11.2969 9.37501 11.4328 9.45749 11.5185 9.62247C11.6042 9.78744 11.6471 10.037 11.6471 10.3712V11.2921C11.645 11.6263 11.6011 11.8717 11.5154 12.0281C11.4297 12.1846 11.2969 12.2629 11.1172 12.2629C10.9312 12.2629 10.7953 12.1825 10.7096 12.0218C10.6239 11.8611 10.5811 11.6072 10.5811 11.2602V10.301C10.5873 9.9902 10.6317 9.75818 10.7143 9.60491ZM4.59265 10.4934Cnan nan nan nan 5.00933 10.9101L-nan -nanL5.00933 10.9101Cnan nan nan nan 4.59265 11.3268H3.54168C3.31156 11.3268 3.125 11.1402 3.125 10.9101Cnan nan nan nan 3.125 10.9101L-nan -nanL3.125 10.9101Cnan nan nan nan 3.54168 10.4934H4.59265Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ <path
30
+ d="M4.16638 4.21374C5.6585 2.72159 7.72202 1.79736 10 1.79736C14.5563 1.79736 18.25 5.49102 18.25 10.0474C18.25 14.6037 14.5563 18.2974 10 18.2974C7.72202 18.2974 5.65849 17.3731 4.16637 15.881C3.87348 15.5881 3.87349 15.1132 4.16639 14.8203C4.45928 14.5274 4.93416 14.5274 5.22705 14.8203C6.44935 16.0427 8.13581 16.7974 10 16.7974C13.7279 16.7974 16.75 13.7753 16.75 10.0474C16.75 6.31945 13.7279 3.29736 10 3.29736C8.13581 3.29736 6.44935 4.05206 5.22704 5.2744C4.96396 5.53747 4.56985 5.96076 4.18585 6.3807H5.83333C6.24755 6.3807 6.58333 6.71648 6.58333 7.1307C6.58333 7.54491 6.24755 7.8807 5.83333 7.8807H2.5C2.37935 7.8807 2.26535 7.85221 2.16437 7.80159C2.12978 7.78427 2.0962 7.76408 2.06397 7.741C2.03809 7.72247 2.01344 7.70235 1.99016 7.68076C1.91524 7.61137 1.85761 7.53005 1.81761 7.44233C1.7742 7.34742 1.75 7.24189 1.75 7.1307V3.79736C1.75 3.38315 2.08579 3.04736 2.5 3.04736C2.91421 3.04736 3.25 3.38315 3.25 3.79736V5.18184C3.58531 4.8173 3.92201 4.45811 4.16638 4.21374Z"
31
+ fill={color}
32
+ />
33
+ <path
34
+ d="M7.3733 8.54167C7.67429 8.54167 7.94654 8.61884 8.19005 8.77316 8.43356 8.9275 8.62325 9.14569 8.75912 9.42774 8.89497 9.70979 8.965 10.0349 8.96918 10.4032V10.7451C8.96918 11.2581 8.87042 11.645 8.67289 12.0218 8.47537 12.3986 8.22375 12.6486 7.85797 12.8508 7.57573 13.0068 7.23952 13.0853 6.87693 13.113 6.65978 13.1296 6.48287 12.9485 6.48287 12.7307V12.6575C6.48287 12.4386 6.65915 12.2678 6.87693 12.2451 7.48293 12.1819 7.82292 11.96 7.8969 11.3901 7.66907 11.5987 7.41406 11.703 7.13188 11.703 6.71802 11.703 6.38985 11.5604 6.14739 11.2751 5.90492 10.9898 5.78369 10.6789 5.78369 10.202 5.78369 9.90403 5.85162 9.6273 5.98749 9.37185 6.12335 9.11642 6.31408 8.91419 6.55968 8.76518 6.80528 8.61618 7.07649 8.54167 7.3733 8.54167ZM6.95121 9.61452C7.05153 9.45274 7.21838 9.37185 7.36679 9.37185 7.53401 9.37185 7.66674 9.44317 7.76498 9.58579 7.86322 9.72841 7.91693 9.93698 7.91693 10.1165 7.91693 10.296 7.89666 10.4463 7.82768 10.629 7.75871 10.8117 7.55313 10.9271 7.3762 10.9271 7.19853 10.9271 7.05676 10.8553 6.95434 10.7115 6.85192 10.5678 6.8099 10.4447 6.8099 10.202 6.8099 9.97214 6.85087 9.77631 6.95121 9.61452ZM12.2868 9.05896C12.0088 8.71624 11.6169 8.54488 11.1111 8.54488 10.6053 8.54488 10.2139 8.71517 9.93692 9.05576 9.65996 9.39635 9.52148 9.88063 9.52148 10.5086V11.1293C9.52148 11.7531 9.66048 12.2363 9.93848 12.579 10.2165 12.9217 10.6094 13.0931 11.1173 13.0931 11.6211 13.0931 12.0115 12.9228 12.2884 12.5822 12.5654 12.2416 12.7038 11.7573 12.7038 11.1293V10.5118C12.7038 9.88595 12.5648 9.40167 12.2868 9.05896ZM10.7143 9.60496C10.7969 9.45169 10.9291 9.37506 11.1109 9.37506 11.2969 9.37506 11.4328 9.45754 11.5185 9.62251 11.6042 9.78749 11.6471 10.0371 11.6471 10.3713V11.2922C11.645 11.6264 11.6011 11.8717 11.5154 12.0282 11.4297 12.1847 11.2969 12.2629 11.1172 12.2629 10.9312 12.2629 10.7953 12.1825 10.7096 12.0218 10.6239 11.8611 10.5811 11.6073 10.5811 11.2603V10.301C10.5873 9.99025 10.6317 9.75822 10.7143 9.60496ZM14.5363 8.8067C14.3658 8.63215 14.1637 8.54488 13.9295 8.54488 13.6913 8.54488 13.4848 8.63215 13.3103 8.8067 13.1358 8.98126 13.0485 9.19306 13.0485 9.44211 13.0485 9.68904 13.1347 9.89819 13.3072 10.0695 13.4796 10.2409 13.6871 10.3266 13.9295 10.3266 14.1678 10.3266 14.3711 10.2409 14.5393 10.0695 14.7076 9.89819 14.7917 9.68904 14.7917 9.44211 14.7917 9.19306 14.7066 8.98126 14.5363 8.8067ZM13.9294 9.03341C13.8186 9.03341 13.7251 9.07333 13.6488 9.15315 13.5725 9.23298 13.5343 9.3293 13.5343 9.44212 13.5343 9.55494 13.5735 9.64913 13.6519 9.7247 13.7303 9.80027 13.8228 9.83805 13.9294 9.83805 14.0402 9.83805 14.1311 9.79974 14.2022 9.7231 14.2732 9.64647 14.3088 9.55281 14.3088 9.44212 14.3088 9.33143 14.2733 9.23564 14.2022 9.15475 14.1311 9.07386 14.0402 9.03341 13.9294 9.03341Z"
35
+ fill={color}
36
+ fillRule="evenodd"
37
+ clipRule="evenodd"
38
+ />
39
+ <path
40
+ d="M3.125 10.9136C3.125 10.6895 3.30669 10.5078 3.53082 10.5078H4.6717C4.89582 10.5078 5.07751 10.6895 5.07751 10.9136C5.07751 11.1377 4.89582 11.3194 4.6717 11.3194H3.53082C3.30669 11.3194 3.125 11.1377 3.125 10.9136Z"
41
+ fill={color}
42
+ />
43
+ </svg>
44
+ );
45
+ }
46
+ );
47
+
48
+ IconRotateLeft90Outline.displayName = "IconRotateLeft90Outline";
49
+
50
+ export default IconRotateLeft90Outline;
@@ -0,0 +1,41 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotateLeftRectangleOutline = 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-rotate-left-rectangle-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="M14.588 5.57176C14.8626 5.2616 14.8337 4.78761 14.5235 4.51306L13.5802 3.67805C14.3157 3.64405 14.9211 3.68658 15.4342 3.92495C15.9833 4.17998 16.5477 4.72112 16.9773 6.0063C17.1086 6.39915 17.5335 6.61115 17.9264 6.47983C18.3192 6.3485 18.5312 5.92358 18.3999 5.53073C17.8784 3.97073 17.0874 3.03896 16.0662 2.56456C15.2554 2.18793 14.3817 2.14314 13.5875 2.17586L14.3301 1.33696C14.6047 1.02681 14.5758 0.552814 14.2656 0.278266C13.9555 0.00371833 13.4815 0.0325844 13.2069 0.34274L11.2185 2.58909C10.9439 2.89924 10.9728 3.37324 11.283 3.64778L13.5293 5.63623C13.8395 5.91078 14.3135 5.88192 14.588 5.57176Z"
27
+ fill={color}
28
+ />
29
+ <path
30
+ d="M3 8.00005C3 6.89548 3.89543 6.00005 5 6.00005H13C14.1046 6.00005 15 6.89548 15 8.00005V16C15 17.1046 14.1046 18 13 18H5C3.89543 18 3 17.1046 3 16V8.00005ZM5 7.50005H13C13.2761 7.50005 13.5 7.7239 13.5 8.00005V16C13.5 16.2762 13.2761 16.5 13 16.5H5C4.72386 16.5 4.5 16.2762 4.5 16V8.00005C4.5 7.7239 4.72386 7.50005 5 7.50005Z"
31
+ fill={color}
32
+ fillRule="evenodd"
33
+ clipRule="evenodd"
34
+ />
35
+ </svg>
36
+ );
37
+ });
38
+
39
+ IconRotateLeftRectangleOutline.displayName = "IconRotateLeftRectangleOutline";
40
+
41
+ export default IconRotateLeftRectangleOutline;