@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,44 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotateRight90Outline = 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-right-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="M15.8336 4.21374C14.3415 2.72159 12.278 1.79736 10 1.79736C5.44366 1.79736 1.75 5.49102 1.75 10.0474C1.75 14.6037 5.44366 18.2974 10 18.2974C12.278 18.2974 14.3415 17.3731 15.8336 15.881C16.1265 15.5881 16.1265 15.1132 15.8336 14.8203C15.5407 14.5274 15.0658 14.5274 14.773 14.8203C13.5507 16.0427 11.8642 16.7974 10 16.7974C6.27209 16.7974 3.25 13.7753 3.25 10.0474C3.25 6.31945 6.27209 3.29736 10 3.29736C11.8642 3.29736 13.5507 4.05206 14.773 5.2744C15.036 5.53747 15.4301 5.96076 15.8142 6.3807H14.1667C13.7525 6.3807 13.4167 6.71648 13.4167 7.1307C13.4167 7.54491 13.7525 7.8807 14.1667 7.8807H17.5C17.6207 7.8807 17.7346 7.85221 17.8356 7.80159C17.8702 7.78427 17.9038 7.76408 17.936 7.741C17.9619 7.72247 17.9866 7.70235 18.0098 7.68076C18.0848 7.61137 18.1424 7.53005 18.1824 7.44233C18.2258 7.34742 18.25 7.24189 18.25 7.1307V3.79736C18.25 3.38315 17.9142 3.04736 17.5 3.04736C17.0858 3.04736 16.75 3.38315 16.75 3.79736V5.18184C16.4147 4.8173 16.078 4.45811 15.8336 4.21374Z"
25
+ fill={color}
26
+ />
27
+ <path
28
+ d="M9.21119 8.54167C9.51218 8.54167 9.78443 8.61884 10.0279 8.77316 10.2715 8.9275 10.4611 9.14569 10.597 9.42774 10.7329 9.70979 10.8029 10.0349 10.8071 10.4032V10.7451C10.8071 11.2581 10.7083 11.645 10.5108 12.0218 10.3133 12.3986 10.0616 12.6486 9.69586 12.8508 9.41362 13.0068 9.07741 13.0853 8.71482 13.113 8.49767 13.1296 8.32076 12.9485 8.32076 12.7307V12.6575C8.32076 12.4386 8.49704 12.2678 8.71482 12.2451 9.32082 12.1819 9.66081 11.96 9.73479 11.3901 9.50696 11.5987 9.25195 11.703 8.96977 11.703 8.55591 11.703 8.22774 11.5604 7.98528 11.2751 7.74282 10.9898 7.62158 10.6789 7.62158 10.202 7.62158 9.90403 7.68952 9.6273 7.82538 9.37185 7.96124 9.11642 8.15197 8.91419 8.39757 8.76518 8.64317 8.61618 8.91438 8.54167 9.21119 8.54167ZM8.7891 9.61452C8.88942 9.45274 9.05627 9.37185 9.20468 9.37185 9.3719 9.37185 9.50463 9.44317 9.60287 9.58579 9.70111 9.72841 9.75482 9.93698 9.75482 10.1165 9.75482 10.296 9.73455 10.4463 9.66557 10.629 9.5966 10.8117 9.39102 10.9271 9.21409 10.9271 9.03642 10.9271 8.89465 10.8553 8.79223 10.7115 8.68981 10.5678 8.64779 10.4447 8.64779 10.202 8.64779 9.97214 8.68877 9.77631 8.7891 9.61452ZM14.1247 9.05896C13.8467 8.71624 13.4548 8.54488 12.949 8.54488 12.4432 8.54488 12.0518 8.71517 11.7748 9.05576 11.4979 9.39635 11.3594 9.88063 11.3594 10.5086V11.1293C11.3594 11.7531 11.4984 12.2363 11.7764 12.579 12.0544 12.9217 12.4473 13.0931 12.9552 13.0931 13.459 13.0931 13.8494 12.9228 14.1263 12.5822 14.4033 12.2416 14.5417 11.7573 14.5417 11.1293V10.5118C14.5417 9.88595 14.4027 9.40167 14.1247 9.05896ZM12.5522 9.60496C12.6348 9.45169 12.767 9.37506 12.9488 9.37506 13.1348 9.37506 13.2707 9.45754 13.3564 9.62251 13.4421 9.78749 13.485 10.0371 13.485 10.3713V11.2922C13.4829 11.6264 13.439 11.8717 13.3533 12.0282 13.2676 12.1847 13.1348 12.2629 12.9551 12.2629 12.7691 12.2629 12.6332 12.1825 12.5475 12.0218 12.4618 11.8611 12.4189 11.6073 12.4189 11.2603V10.301C12.4252 9.99025 12.4696 9.75822 12.5522 9.60496ZM16.3741 8.8067C16.2037 8.63215 16.0016 8.54488 15.7674 8.54488 15.5291 8.54488 15.3227 8.63215 15.1482 8.8067 14.9737 8.98126 14.8864 9.19306 14.8864 9.44211 14.8864 9.68904 14.9726 9.89819 15.1451 10.0695 15.3175 10.2409 15.525 10.3266 15.7674 10.3266 16.0057 10.3266 16.209 10.2409 16.3772 10.0695 16.5455 9.89819 16.6296 9.68904 16.6296 9.44211 16.6296 9.19306 16.5445 8.98126 16.3741 8.8067ZM15.7673 9.03341C15.6565 9.03341 15.563 9.07333 15.4866 9.15315 15.4104 9.23298 15.3722 9.3293 15.3722 9.44212 15.3722 9.55494 15.4114 9.64913 15.4898 9.7247 15.5682 9.80027 15.6607 9.83805 15.7673 9.83805 15.8781 9.83805 15.969 9.79974 16.0401 9.7231 16.1111 9.64647 16.1466 9.55281 16.1466 9.44212 16.1466 9.33143 16.1111 9.23564 16.0401 9.15475 15.969 9.07386 15.8781 9.03341 15.7673 9.03341Z"
29
+ fill={color}
30
+ fillRule="evenodd"
31
+ clipRule="evenodd"
32
+ />
33
+ <path
34
+ d="M4.96289 10.9136C4.96289 10.6895 5.14458 10.5078 5.36871 10.5078H5.53333V10.3431C5.53333 10.119 5.71502 9.93732 5.93914 9.93732C6.16327 9.93732 6.34496 10.119 6.34496 10.3431V10.5078H6.50959C6.73372 10.5078 6.91541 10.6895 6.91541 10.9136C6.91541 11.1377 6.73372 11.3194 6.50959 11.3194H6.34496V11.484C6.34496 11.7081 6.16327 11.8898 5.93914 11.8898C5.71502 11.8898 5.53333 11.7081 5.53333 11.484V11.3194H5.36871C5.14458 11.3194 4.96289 11.1377 4.96289 10.9136Z"
35
+ fill={color}
36
+ />
37
+ </svg>
38
+ );
39
+ }
40
+ );
41
+
42
+ IconRotateRight90Outline.displayName = "IconRotateRight90Outline";
43
+
44
+ export default IconRotateRight90Outline;
@@ -0,0 +1,41 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconRotateRightRectangleOutline = 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-right-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="M4.82449 5.57481C4.54994 5.26466 4.57881 4.79066 4.88897 4.51611L5.83227 3.6811C5.09685 3.6471 4.49143 3.68963 3.97827 3.928C3.42925 4.18303 2.86484 4.72417 2.4352 6.00936C2.30388 6.4022 1.87895 6.6142 1.48611 6.48288C1.09327 6.35155 0.881265 5.92663 1.01259 5.53378C1.53409 3.97378 2.32507 3.04201 3.34634 2.56761C4.15712 2.19099 5.03078 2.14619 5.82497 2.17891L5.08239 1.34002C4.80784 1.02986 4.83671 0.555865 5.14686 0.281318C5.45702 0.00677009 5.93101 0.0356362 6.20556 0.345792L8.19401 2.59214C8.46856 2.90229 8.43969 3.37629 8.12954 3.65084L5.88319 5.63929C5.57304 5.91383 5.09904 5.88497 4.82449 5.57481Z"
27
+ fill={color}
28
+ />
29
+ <path
30
+ d="M4.99998 8.00005C4.99998 6.89548 5.89541 6.00005 6.99998 6.00005H15C16.1045 6.00005 17 6.89548 17 8.00005V16C17 17.1046 16.1045 18 15 18H6.99998C5.89541 18 4.99998 17.1046 4.99998 16V8.00005ZM6.99998 7.50005H15C15.2761 7.50005 15.5 7.7239 15.5 8.00005V16C15.5 16.2762 15.2761 16.5 15 16.5H6.99998C6.72384 16.5 6.49998 16.2762 6.49998 16V8.00005C6.49998 7.7239 6.72384 7.50005 6.99998 7.50005Z"
31
+ fill={color}
32
+ fillRule="evenodd"
33
+ clipRule="evenodd"
34
+ />
35
+ </svg>
36
+ );
37
+ });
38
+
39
+ IconRotateRightRectangleOutline.displayName = "IconRotateRightRectangleOutline";
40
+
41
+ export default IconRotateRightRectangleOutline;
@@ -0,0 +1,46 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconScissorsBicolorSolid = 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-scissors-bicolor-solid`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ d="M11.4275 8.01788C11.5237 8.10108 11.6156 8.18905 11.7028 8.28139C11.7434 8.32443 11.783 8.36842 11.8215 8.41332C11.884 8.48609 12.0056 8.46181 12.0305 8.36919L12.9138 7.85922C13.9974 9.04946 15.799 9.36885 17.2501 8.53107C18.9241 7.56457 19.4977 5.424 18.5312 3.74998C17.5647 2.07596 15.4241 1.50239 13.7501 2.46889C12.299 3.30667 11.6748 5.02661 12.1638 6.56018L11.3387 7.03652C11.021 7.21998 11.0345 7.69964 11.3208 7.92911C11.3564 7.95761 11.3914 7.98673 11.4258 8.01646C11.4264 8.01694 11.4269 8.01741 11.4275 8.01788ZM12.8106 8.72709C14.1245 9.82179 16.0322 10.0425 17.6001 9.13729C19.6089 7.97749 20.2972 5.40881 19.1374 3.39998C17.9776 1.39115 15.4089 0.702875 13.4001 1.86267C11.8322 2.76792 11.0695 4.53041 11.3606 6.21561L10.9887 6.4303C10.5756 6.66882 10.4044 7.09022 10.4032 7.46334C10.403 7.55067 10.4117 7.63917 10.4296 7.72684C10.3923 7.7095 10.3546 7.69279 10.3165 7.67673L4.42179 5.18973C3.71493 4.89151 2.92883 4.8374 2.18777 5.03596L1.48458 5.22438C0.918095 5.37617 0.498819 5.85426 0.422274 6.43571C0.34572 7.01717 0.626972 7.58748 1.13487 7.88071L4.83103 10.0147C4.75355 10.0402 4.67807 10.0738 4.60585 10.1155L1.13514 12.1193C0.627245 12.4125 0.345995 12.9828 0.422544 13.5643C0.499094 14.1457 0.918367 14.6238 1.48485 14.7756L2.18805 14.964C2.9291 15.1626 3.7152 15.1085 4.42206 14.8102L7.69628 13.4288C8.26727 13.1879 8.51205 12.6037 8.40559 12.0785L11.3605 13.7845C11.0695 15.4697 11.8322 17.2321 13.4001 18.1373C15.4089 19.2971 17.9776 18.6089 19.1374 16.6C20.2972 14.5912 19.6089 12.0225 17.6001 10.8627C16.0321 9.95744 14.1244 10.1782 12.8105 11.273L12.6313 11.1695L12.3079 9.96248C12.2312 9.67637 12.119 9.40457 11.9758 9.15235C12.1809 9.13909 12.3804 9.05205 12.5243 8.89236L12.8106 8.72709ZM12.9137 12.1409C13.9973 10.9506 15.799 10.6311 17.2501 11.4689C18.9241 12.4354 19.4977 14.576 18.5312 16.25C17.5647 17.924 15.4241 18.4976 13.7501 17.5311C12.2991 16.6934 11.6748 14.9735 12.1637 13.4399L1.48487 7.2745C1.22216 7.12282 1.07669 6.82783 1.11629 6.52708C1.15588 6.22633 1.37274 5.97904 1.66575 5.90053L2.36895 5.71211C2.95964 5.55384 3.58624 5.59696 4.14968 5.83468L10.0444 8.32167C10.8263 8.65155 11.4121 9.32394 11.6317 10.1436L12.0302 11.6308L12.9137 12.1409ZM16.6259 4.84998C16.9849 5.47176 16.7719 6.26683 16.1501 6.62581C15.5283 6.9848 14.7333 6.77176 14.3743 6.14998C14.0153 5.5282 14.2283 4.73313 14.8501 4.37415C15.4719 4.01516 16.267 4.2282 16.6259 4.84998ZM16.1501 13.3742C16.7719 13.7332 16.9849 14.5282 16.6259 15.15C16.267 15.7718 15.4719 15.9848 14.8501 15.6259C14.2283 15.2669 14.0153 14.4718 14.3743 13.85C14.7333 13.2282 15.5283 13.0152 16.1501 13.3742ZM16.5001 7.23203C17.4567 6.67975 17.7844 5.45656 17.2322 4.49998C16.6799 3.54339 15.4567 3.21564 14.5001 3.76793C13.5435 4.32021 13.2158 5.54339 13.7681 6.49998C14.3203 7.45656 15.5435 7.78432 16.5001 7.23203ZM17.2322 15.5C17.7844 14.5434 17.4567 13.3203 16.5001 12.768C15.5435 12.2157 14.3203 12.5434 13.7681 13.5C13.2158 14.4566 13.5435 15.6798 14.5001 16.2321C15.4567 16.7844 16.6799 16.4566 17.2322 15.5ZM7.42418 12.7839C7.80474 12.6233 7.83753 12.0967 7.47982 11.8902L5.45585 10.7217C5.30115 10.6324 5.11055 10.6324 4.95585 10.7217L1.48514 12.7255C1.22243 12.8772 1.07696 13.1721 1.11656 13.4729C1.15615 13.7737 1.37302 14.0209 1.66603 14.0994L2.36922 14.2879C2.95992 14.4461 3.58652 14.403 4.14996 14.1653L7.42418 12.7839Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ <path
30
+ d="M18.5312 3.74998C19.4977 5.42401 18.9242 7.56457 17.2501 8.53107 15.7991 9.36885 13.9974 9.04946 12.9138 7.85922L12.0305 8.3692C12.0057 8.46182 11.884 8.48609 11.8216 8.41332 11.6703 8.23708 11.5028 8.0749 11.3209 7.92911 11.0346 7.69964 11.021 7.21998 11.3388 7.03652L12.1638 6.56018C11.6749 5.02661 12.2991 3.30667 13.7501 2.46889 15.4242 1.50239 17.5647 2.07596 18.5312 3.74998ZM16.5001 7.23203C17.4567 6.67975 17.7845 5.45657 17.2322 4.49998 16.6799 3.5434 15.4567 3.21565 14.5001 3.76793 13.5436 4.32022 13.2158 5.5434 13.7681 6.49998 14.3204 7.45657 15.5436 7.78432 16.5001 7.23203ZM10.0444 8.32168C10.8263 8.65156 11.4121 9.32394 11.6318 10.1437L12.0302 11.6308 12.9137 12.1409C13.9973 10.9506 15.799 10.6311 17.2501 11.4689 18.9242 12.4354 19.4977 14.576 18.5312 16.25 17.5647 17.9241 15.4242 18.4976 13.7501 17.5311 12.2991 16.6934 11.6749 14.9735 12.1638 13.4399L1.48491 7.2745C1.22221 7.12282 1.07673 6.82784 1.11633 6.52708 1.15592 6.22633 1.37279 5.97905 1.6658 5.90053L2.36899 5.71211C2.95969 5.55384 3.58629 5.59697 4.14973 5.83468L10.0444 8.32168ZM17.2322 15.5C17.7845 14.5434 17.4567 13.3203 16.5001 12.768 15.5436 12.2157 14.3204 12.5434 13.7681 13.5 13.2158 14.4566 13.5436 15.6798 14.5001 16.2321 15.4567 16.7844 16.6799 16.4566 17.2322 15.5Z"
31
+ fill={color}
32
+ fillRule="evenodd"
33
+ clipRule="evenodd"
34
+ />
35
+ <path
36
+ d="M7.47986 11.8902C7.83757 12.0967 7.80479 12.6233 7.42422 12.7839L4.15 14.1653C3.58656 14.403 2.95996 14.4461 2.36926 14.2879L1.66607 14.0995C1.37306 14.0209 1.15619 13.7737 1.1166 13.4729C1.07701 13.1721 1.22248 12.8772 1.48518 12.7255L4.95589 10.7217C5.11059 10.6324 5.30119 10.6324 5.45589 10.7217L7.47986 11.8902Z"
37
+ fill={color}
38
+ />
39
+ </svg>
40
+ );
41
+ }
42
+ );
43
+
44
+ IconScissorsBicolorSolid.displayName = "IconScissorsBicolorSolid";
45
+
46
+ export default IconScissorsBicolorSolid;
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconSendBckwardOutline = 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-send-bckward-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.4359 2.59881C10.1752 2.41254 9.82484 2.41254 9.56407 2.59881L2.56407 7.59881C2.37318 7.73516 2.25709 7.95297 2.25031 8.18745C2.24354 8.42194 2.34687 8.64609 2.52958 8.79323L4.52958 10.4039C4.85218 10.6637 5.32432 10.6128 5.58412 10.2902C5.84393 9.96763 5.79303 9.4955 5.47043 9.23569L4.2402 8.24493L10 4.13078L15.7598 8.24493L14.5296 9.23569C14.207 9.4955 14.1561 9.96763 14.4159 10.2902C14.6757 10.6128 15.1478 10.6637 15.4704 10.4039L17.4704 8.79323C17.6531 8.64609 17.7565 8.42194 17.7497 8.18745C17.7429 7.95297 17.6268 7.73516 17.4359 7.59881L10.4359 2.59881Z"
25
+ fill={color}
26
+ />
27
+ <path
28
+ d="M9.25 15.0975L8.2044 14.0519C7.91151 13.7591 7.43664 13.7591 7.14374 14.0519C6.85085 14.3448 6.85085 14.8197 7.14374 15.1126L9.46967 17.4385C9.76256 17.7314 10.2374 17.7314 10.5303 17.4385L12.8563 15.1126C13.1492 14.8197 13.1492 14.3448 12.8563 14.0519C12.5634 13.7591 12.0885 13.7591 11.7956 14.0519L10.75 15.0975V8.57838C10.75 8.16417 10.4142 7.82838 10 7.82838C9.58579 7.82838 9.25 8.16417 9.25 8.57838L9.25 15.0975Z"
29
+ fill={color}
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconSendBckwardOutline.displayName = "IconSendBckwardOutline";
37
+
38
+ export default IconSendBckwardOutline;
@@ -0,0 +1,40 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconSendToBackOutline = 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-send-to-back-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.56407 2.23736C9.82484 2.05109 10.1752 2.05109 10.4359 2.23736L17.4359 7.23736C17.6268 7.37371 17.7429 7.59152 17.7497 7.826C17.7565 8.06049 17.6531 8.28464 17.4704 8.43178L16.0022 9.61419L17.4359 10.6383C17.6268 10.7746 17.7429 10.9924 17.7497 11.2269C17.7565 11.4614 17.6531 11.6855 17.4704 11.8327L15.4704 13.4434C15.1478 13.7032 14.6757 13.6523 14.4159 13.3297C14.1561 13.0071 14.207 12.535 14.5296 12.2751L15.7598 11.2844L10 7.17024L4.2402 11.2844L5.47043 12.2751C5.79303 12.535 5.84393 13.0071 5.58412 13.3297C5.32432 13.6523 4.85218 13.7032 4.52958 13.4434L2.52958 11.8327C2.34687 11.6855 2.24354 11.4614 2.25031 11.2269C2.25709 10.9924 2.37318 10.7746 2.56407 10.6383L3.99777 9.61419L2.52958 8.43178C2.34687 8.28464 2.24354 8.06049 2.25031 7.826C2.25709 7.59152 2.37318 7.37371 2.56407 7.23736L9.56407 2.23736ZM5.26515 8.70892L9.56407 5.63826C9.82484 5.452 10.1752 5.452 10.4359 5.63826L14.7348 8.70892L15.7598 7.88347L10 3.76933L4.2402 7.88347L5.26515 8.70892Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ <path
30
+ d="M8.2044 14.7271L9.24999 15.7727L9.24999 10.9654C9.24999 10.5512 9.58578 10.2154 9.99999 10.2154C10.4142 10.2154 10.75 10.5512 10.75 10.9654V15.7727L11.7956 14.7271C12.0885 14.4342 12.5634 14.4342 12.8563 14.7271C13.1491 15.02 13.1491 15.4949 12.8563 15.7878L10.5303 18.1137C10.2374 18.4066 9.76256 18.4066 9.46966 18.1137L7.14374 15.7878C6.85084 15.4949 6.85084 15.02 7.14374 14.7271C7.43663 14.4342 7.9115 14.4342 8.2044 14.7271Z"
31
+ fill={color}
32
+ />
33
+ </svg>
34
+ );
35
+ }
36
+ );
37
+
38
+ IconSendToBackOutline.displayName = "IconSendToBackOutline";
39
+
40
+ export default IconSendToBackOutline;
@@ -22,13 +22,13 @@ export const IconStockBicolorSolid = forwardRef<SVGSVGElement, IconProps>(
22
22
  >
23
23
  <path
24
24
  opacity=".5"
25
- d="M14.6666 3.33333C15.7711 3.33333 16.6666 4.22876 16.6666 5.33333V10.6667C16.6666 11.6577 15.9457 12.4804 14.9997 12.6391L14.9999 8C14.9999 6.34314 13.6567 4.99999 11.9999 4.99999L7.36084 5.00019C7.51945 4.05419 8.34216 3.33333 9.33322 3.33333H14.6666Z"
25
+ d="M14.6666 3.33331C15.7711 3.33331 16.6666 4.22875 16.6666 5.33331V10.6666C16.6666 11.6577 15.9457 12.4804 14.9997 12.6391L14.9999 7.99998C14.9999 6.34312 13.6567 4.99998 11.9999 4.99998L7.36084 5.00018C7.51945 4.05417 8.34216 3.33331 9.33322 3.33331H14.6666Z"
26
26
  fill={color}
27
27
  fillRule="evenodd"
28
28
  clipRule="evenodd"
29
29
  />
30
30
  <path
31
- d="M13.9999 8.00001C13.9999 6.89545 13.1045 6.00002 11.9999 6.00002H5.33325C4.22869 6.00002 3.33325 6.89545 3.33325 8.00001V14.6667C3.33325 15.7713 4.22869 16.6667 5.33325 16.6667H11.9999C13.1045 16.6667 13.9999 15.7713 13.9999 14.6667V8.00001ZM8.22407 8.70907C8.33739 8.55311 8.48486 8.42787 8.66656 8.33334C8.8482 8.42786 8.99568 8.5531 9.10899 8.70907C9.5004 9.24781 9.58385 9.91633 9.39128 10.5038C9.89168 10.1401 10.5533 10.0128 11.1867 10.2186C11.3702 10.2782 11.535 10.3799 11.6808 10.5235C11.6469 10.7254 11.5734 10.9043 11.4601 11.0602C11.0688 11.5989 10.4589 11.8848 9.84071 11.8835C10.3411 12.247 10.6665 12.8368 10.6665 13.5027C10.6665 13.6953 10.6209 13.8831 10.5299 14.0667C10.3272 14.0971 10.1341 14.0824 9.95061 14.0228C9.31791 13.8172 8.85774 13.3262 8.66678 12.7385C8.47541 13.3261 8.01521 13.8172 7.38245 14.0228C7.19975 14.0822 7.00755 14.0969 6.80364 14.0668C6.71223 13.8835 6.66653 13.6955 6.66653 13.5027C6.66653 12.8369 6.99188 12.247 7.49224 11.8848C6.87389 11.8847 6.26418 11.5987 5.87293 11.0602C5.75953 10.9041 5.68596 10.725 5.65259 10.523C5.79855 10.3796 5.96315 10.2781 6.14639 10.2186C6.77974 10.0128 7.44138 10.1401 7.94047 10.5046C7.74921 9.91633 7.83265 9.24781 8.22407 8.70907Z"
31
+ d="M13.9999 8C13.9999 6.89543 13.1045 6 11.9999 6H5.33325C4.22869 6 3.33325 6.89543 3.33325 8V14.6667C3.33325 15.7712 4.22869 16.6667 5.33325 16.6667H11.9999C13.1045 16.6667 13.9999 15.7712 13.9999 14.6667V8ZM8.22407 8.70906C8.33739 8.55309 8.48486 8.42785 8.66656 8.33332C8.8482 8.42784 8.99568 8.55309 9.10899 8.70906C9.5004 9.24779 9.58385 9.91632 9.39128 10.5038C9.89168 10.14 10.5533 10.0128 11.1867 10.2186C11.3702 10.2782 11.535 10.3799 11.6808 10.5235C11.6469 10.7254 11.5734 10.9043 11.4601 11.0602C11.0688 11.5989 10.4589 11.8848 9.84071 11.8834C10.3411 12.247 10.6665 12.8368 10.6665 13.5027C10.6665 13.6952 10.6209 13.883 10.5299 14.0667C10.3272 14.0971 10.1341 14.0824 9.95061 14.0228C9.31791 13.8172 8.85774 13.3262 8.66678 12.7384C8.47541 13.3261 8.01521 13.8172 7.38245 14.0228C7.19975 14.0822 7.00755 14.0969 6.80364 14.0668C6.71223 13.8835 6.66653 13.6955 6.66653 13.5027C6.66653 12.8369 6.99188 12.247 7.49224 11.8848C6.87389 11.8847 6.26418 11.5987 5.87293 11.0602C5.75953 10.9041 5.68596 10.725 5.65259 10.523C5.79855 10.3796 5.96315 10.2781 6.14639 10.2186C6.77974 10.0128 7.44138 10.1401 7.94047 10.5046C7.74921 9.91632 7.83265 9.24779 8.22407 8.70906Z"
32
32
  fill={color}
33
33
  fillRule="evenodd"
34
34
  clipRule="evenodd"
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconStopSquareSolid = 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-stop-square-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.25 3C4.00736 3 3 4.00736 3 5.25V14.75C3 15.9926 4.00736 17 5.25 17H14.75C15.9926 17 17 15.9926 17 14.75V5.25C17 4.00736 15.9926 3 14.75 3H5.25Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconStopSquareSolid.displayName = "IconStopSquareSolid";
33
+
34
+ export default IconStopSquareSolid;
@@ -0,0 +1,34 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconSuccessSolid = 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-success-solid`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ d="M2.55192 10.3078C1.97645 10.9037 1.99303 11.8533 2.58894 12.4288L7.22081 16.9018C7.83112 17.4911 8.7864 17.4473 9.34589 16.8613C9.90537 16.2753 15.176 8.32129 17.3482 5.10084C17.8114 4.41404 17.6302 3.48174 16.9434 3.01849L16.799 2.92108C16.1352 2.47339 15.2369 2.62585 14.7581 3.26747L7.91047 12L4.72967 9.97346C4.12459 9.50651 3.26517 9.56919 2.73424 10.119L2.55192 10.3078Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconSuccessSolid.displayName = "IconSuccessSolid";
33
+
34
+ export default IconSuccessSolid;
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconTailoringCuttingOutline = 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-tailoring-cutting-outline`,
14
+ };
15
+ return (
16
+ <svg
17
+ viewBox="0 0 20 20"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...props}
21
+ ref={forwardedRef}
22
+ >
23
+ <path
24
+ d="M6.25 3C6.25 2.58579 5.91421 2.25 5.5 2.25C5.08579 2.25 4.75 2.58579 4.75 3V4.75H3C2.58579 4.75 2.25 5.08579 2.25 5.5C2.25 5.91421 2.58579 6.25 3 6.25H4.75V14.5C4.75 14.9142 5.08579 15.25 5.5 15.25H13.75V17C13.75 17.4142 14.0858 17.75 14.5 17.75C14.9142 17.75 15.25 17.4142 15.25 17V15.25H17C17.4142 15.25 17.75 14.9142 17.75 14.5C17.75 14.0858 17.4142 13.75 17 13.75H16.6341V13.7528H11.6341V13.75H6.25V6.25H6.25337V4.75H6.25V3Z"
25
+ fill={color}
26
+ />
27
+ <path
28
+ d="M13.75 11.2923H15.25V5.5C15.25 5.08579 14.9142 4.75 14.5 4.75H8.71394V6.25H13.75V11.2923Z"
29
+ fill={color}
30
+ />
31
+ </svg>
32
+ );
33
+ }
34
+ );
35
+
36
+ IconTailoringCuttingOutline.displayName = "IconTailoringCuttingOutline";
37
+
38
+ export default IconTailoringCuttingOutline;
@@ -28,7 +28,7 @@ export const IconTextBicolorSolid = forwardRef<SVGSVGElement, IconProps>(
28
28
  />
29
29
  <path
30
30
  opacity=".5"
31
- d="M15.3125 7.29169V4.95836L15.3647 4.95898C16.8249 4.97638 17.9996 6.16509 17.9996 7.62546V9.62503H16.6462C16.6462 8.64469 16.2016 7.86691 15.3125 7.29169ZM11.3386 13.8714V6.411C11.7779 6.55686 12.1331 6.85045 12.4044 7.29178C12.5268 7.49098 12.6657 7.92148 12.6657 8.20925V8.95123H13.9925V13.7089C13.9925 14.3189 13.9969 14.8024 14.531 15.2248C14.8091 15.4447 15.293 15.5781 15.9828 15.6251V16.9584H13.3291V14.9978C12.9134 14.9773 12.6051 14.9571 12.4044 14.9371C12.1032 14.9072 11.9066 14.8341 11.7442 14.769C11.4381 14.6463 11.3029 14.3471 11.3386 13.8714Z"
31
+ d="M15.3124 7.29169V4.95836L15.3646 4.95898C16.8248 4.97638 17.9995 6.16509 17.9995 7.62546V9.62503H16.646C16.646 8.64469 16.2015 7.86691 15.3124 7.29169ZM11.3385 13.8714V6.411C11.7778 6.55686 12.133 6.85045 12.4042 7.29178C12.5267 7.49098 12.6656 7.92148 12.6656 8.20925V8.95123H13.9924V13.7089C13.9924 14.3189 13.9968 14.8024 14.5309 15.2248C14.809 15.4447 15.2929 15.5781 15.9827 15.6251V16.9584H13.329V14.9978C12.9133 14.9773 12.605 14.9571 12.4042 14.9371C12.1031 14.9072 11.9065 14.8341 11.744 14.769C11.438 14.6463 11.3028 14.3471 11.3385 13.8714Z"
32
32
  fill={color}
33
33
  fillRule="evenodd"
34
34
  clipRule="evenodd"
@@ -21,7 +21,7 @@ export const IconTextPathDownSolid = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M13.3665 7.98835L15.2008 8.66962L15.0797 9.98866L16.8564 10.6485L17.5945 9.55863L19.4288 10.2399L15.3316 15.5764L13.1436 14.7638L13.3665 7.98835ZM2.76673 9.05649C4.6 8.41235 6.1132 9.16546 6.79147 11.1755C7.47116 13.1898 6.71786 14.7298 4.897 15.3696C3.23754 15.9526 1.75386 15.2458 1.27081 13.8143L1.25798 13.7763L2.93813 13.186L2.95937 13.2352C3.2128 13.8216 3.75426 14.1368 4.40398 13.9085C5.12404 13.6555 5.36708 12.8805 5.00657 11.8121C4.63894 10.7226 3.97982 10.2646 3.25562 10.519C2.65143 10.7313 2.36211 11.3006 2.52077 11.9628L2.5323 12.0107L0.852151 12.6011L0.836477 12.5546C0.35485 11.1273 1.12383 9.63373 2.76673 9.05649ZM12.3824 7.70484V14.1495H9.2793C7.97503 14.1495 7.21348 13.5421 7.21348 12.5238V12.5149C7.21348 11.769 7.77808 11.2063 8.51337 11.1125V11.0768C7.66428 11.0544 6.9465 10.4113 6.9465 9.57168V9.56275C6.9465 8.44175 7.82185 7.70484 9.17426 7.70484H12.3824ZM14.9529 11.3626L14.7361 13.7203L14.769 13.7325L16.088 11.7842L14.9529 11.3626ZM10.5267 11.5412H9.86141C9.30557 11.5412 9.0167 11.7958 9.0167 12.2156V12.2246C9.0167 12.6131 9.30994 12.8543 9.78263 12.8543H10.5267V11.5412ZM10.5267 9.00001H9.73449C9.16551 9.00001 8.83725 9.25012 8.83725 9.7012V9.71013C8.83725 10.1523 9.16113 10.4024 9.77388 10.4024H10.5267V9.00001ZM9.98177 5.58331C13.4187 5.58331 16.7323 6.46173 19.6798 8.11344C19.9643 8.27285 20.0683 8.6374 19.9121 8.92769C19.7558 9.21797 19.3986 9.32407 19.1141 9.16466C16.3389 7.60949 13.2197 6.78261 9.98177 6.78261C6.75772 6.78261 3.65126 7.60243 0.884669 9.14497C0.599862 9.30377 0.242826 9.1969 0.0872075 8.90628C-0.0684115 8.61566 0.0363158 8.25133 0.321122 8.09253C3.25947 6.45423 6.55954 5.58331 9.98177 5.58331Z"
24
+ d="M13.3664 7.98835L15.2007 8.66962L15.0795 9.98866L16.8563 10.6485L17.5944 9.55863L19.4287 10.2399L15.3315 15.5764L13.1434 14.7638L13.3664 7.98835ZM2.76661 9.05649C4.59988 8.41235 6.11308 9.16546 6.79134 11.1755C7.47104 13.1898 6.71773 14.7298 4.89688 15.3696C3.23742 15.9526 1.75374 15.2458 1.27069 13.8143L1.25786 13.7763L2.93801 13.186L2.95925 13.2352C3.21267 13.8216 3.75414 14.1368 4.40386 13.9085C5.12392 13.6555 5.36696 12.8805 5.00645 11.8121C4.63881 10.7226 3.9797 10.2646 3.2555 10.519C2.65131 10.7313 2.36199 11.3006 2.52064 11.9628L2.53218 12.0107L0.852029 12.6011L0.836355 12.5546C0.354728 11.1273 1.1237 9.63373 2.76661 9.05649ZM12.3823 7.70484V14.1495H9.27918C7.97491 14.1495 7.21336 13.5421 7.21336 12.5238V12.5149C7.21336 11.769 7.77796 11.2063 8.51325 11.1125V11.0768C7.66416 11.0544 6.94637 10.4113 6.94637 9.57168V9.56275C6.94637 8.44175 7.82172 7.70484 9.17414 7.70484H12.3823ZM14.9528 11.3626L14.7359 13.7203L14.7688 13.7325L16.0879 11.7842L14.9528 11.3626ZM10.5266 11.5412H9.86129C9.30544 11.5412 9.01658 11.7958 9.01658 12.2156V12.2246C9.01658 12.6131 9.30982 12.8543 9.78251 12.8543H10.5266V11.5412ZM10.5266 9.00001H9.73437C9.16539 9.00001 8.83713 9.25012 8.83713 9.7012V9.71013C8.83713 10.1523 9.16101 10.4024 9.77376 10.4024H10.5266V9.00001ZM9.98165 5.58331C13.4186 5.58331 16.7322 6.46173 19.6797 8.11344C19.9642 8.27285 20.0682 8.6374 19.9119 8.92769C19.7557 9.21797 19.3985 9.32407 19.114 9.16466C16.3387 7.60949 13.2195 6.78261 9.98165 6.78261C6.7576 6.78261 3.65114 7.60243 0.884546 9.14497C0.59974 9.30377 0.242704 9.1969 0.0870854 8.90628C-0.0685335 8.61566 0.0361937 8.25133 0.321 8.09253C3.25935 6.45423 6.55941 5.58331 9.98165 5.58331Z"
25
25
  fill={color}
26
26
  />
27
27
  </svg>
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconToolImagePhotoSchematicOutline = 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-tool-image-photo-schematic-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="M1.125 5C1.125 3.89543 2.02043 3 3.125 3H16.875C17.9796 3 18.875 3.89543 18.875 5V15C18.875 16.1046 17.9796 17 16.875 17H3.125C2.02043 17 1.125 16.1046 1.125 15V5ZM2.625 13.4357V15C2.625 15.2761 2.84886 15.5 3.125 15.5H16.875C17.1511 15.5 17.375 15.2761 17.375 15V13.4357L15.1705 11.2312C14.7312 10.7918 14.0188 10.7918 13.5795 11.2312L12.9357 11.875L13.6553 12.5947C13.9482 12.8876 13.9482 13.3624 13.6553 13.6553C13.3624 13.9482 12.8876 13.9482 12.5947 13.6553L8.29549 9.35616C7.85615 8.91681 7.14385 8.91681 6.70451 9.35615L2.625 13.4357ZM11.875 10.8143L9.35616 8.2955C8.33103 7.27037 6.66897 7.27037 5.64385 8.29549L2.625 11.3143V5C2.625 4.72386 2.84886 4.5 3.125 4.5H16.875C17.1511 4.5 17.375 4.72386 17.375 5V11.3143L16.2312 10.1705C15.206 9.14537 13.544 9.14537 12.5188 10.1705L11.875 10.8143ZM10.8125 6.875C10.8125 6.2882 11.2882 5.8125 11.875 5.8125C12.4618 5.8125 12.9375 6.2882 12.9375 6.875C12.9375 7.4618 12.4618 7.9375 11.875 7.9375C11.2882 7.9375 10.8125 7.4618 10.8125 6.875Z"
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ clipRule="evenodd"
30
+ />
31
+ </svg>
32
+ );
33
+ });
34
+
35
+ IconToolImagePhotoSchematicOutline.displayName =
36
+ "IconToolImagePhotoSchematicOutline";
37
+
38
+ export default IconToolImagePhotoSchematicOutline;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconToolLockedOutline = 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-locked-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.4641 4.99993C13.464 3.15904 11.9717 1.66666 10.1308 1.6666C8.28982 1.6666 6.79741 3.15901 6.79741 4.99996L6.79741 6.66663C6.79741 7.9003 7.4676 8.97744 8.46376 9.55384L8.46407 4.99997C8.4641 4.07946 9.21027 3.33329 10.1307 3.33332L10.2222 3.33578C11.1001 3.38325 11.7974 4.11014 11.7974 4.99998L11.7976 9.55397C12.7938 8.97761 13.4641 7.9004 13.4641 6.66661L13.4641 4.99993ZM10.131 6.45799C10.5912 6.45801 10.9643 6.8311 10.9643 7.29133L10.9644 12.708C10.9643 13.1682 10.5912 13.5413 10.131 13.5413C9.67074 13.5413 9.29769 13.1682 9.2977 12.708L9.29768 7.29132C9.29767 6.8311 9.67078 6.45798 10.131 6.45799ZM8.46372 10.4461L8.46407 15C8.46404 15.9205 9.21021 16.6667 10.1307 16.6667C11.0512 16.6667 11.7974 15.9205 11.7974 15L11.7975 10.446C12.7938 11.0224 13.464 12.0995 13.464 13.3333L13.464 15C13.464 16.841 11.9717 18.3333 10.1307 18.3333C8.28976 18.3333 6.79735 16.8409 6.79735 15L6.79737 13.3333C6.79737 12.0997 7.46756 11.0225 8.46372 10.4461Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconToolLockedOutline.displayName = "IconToolLockedOutline";
35
+
36
+ export default IconToolLockedOutline;
@@ -0,0 +1,36 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "@/types";
3
+
4
+ export const IconToolUnlockedOutline = 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-unlocked-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.4641 5.13067C13.464 3.28978 11.9717 1.79739 10.1308 1.79734C8.28982 1.79734 6.79741 3.28975 6.79741 5.1307L6.79741 6.79737C6.79741 8.03103 7.4676 9.10818 8.46376 9.68457L8.46407 5.13071C8.4641 4.2102 9.21027 3.46403 10.1307 3.46406L10.2222 3.46652C11.1001 3.51398 11.7974 4.24088 11.7974 5.13072L11.7976 9.6847C12.7938 9.10835 13.4641 8.03113 13.4641 6.79735L13.4641 5.13067ZM8.46372 10.5769L8.46407 15.1308C8.46404 16.0512 9.21021 16.7974 10.1307 16.7974C11.0512 16.7974 11.7974 16.0512 11.7974 15.1308L11.7975 10.5767C12.7938 11.1531 13.464 12.2303 13.464 13.4641L13.464 15.1307C13.464 16.9717 11.9717 18.4641 10.1307 18.4641C8.28976 18.4641 6.79735 16.9717 6.79735 15.1307L6.79737 13.4641C6.79737 12.2304 7.46756 11.1533 8.46372 10.5769Z"
25
+ fill={color}
26
+ fillRule="evenodd"
27
+ clipRule="evenodd"
28
+ />
29
+ </svg>
30
+ );
31
+ }
32
+ );
33
+
34
+ IconToolUnlockedOutline.displayName = "IconToolUnlockedOutline";
35
+
36
+ export default IconToolUnlockedOutline;
@@ -21,7 +21,7 @@ export const IconTrianglesPlaySolid = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M6.29995 2.84058C5.3011 2.21087 4 2.92869 4 4.10947V15.8906C4 17.0714 5.3011 17.7892 6.29995 17.1595L15.6436 11.2689C16.577 10.6805 16.577 9.3196 15.6436 8.73115L6.29995 2.84058Z"
24
+ d="M6.78615 3.40689C5.78674 2.79187 4.5 3.51089 4.5 4.68437V15.3157C4.5 16.4892 5.78674 17.2082 6.78615 16.5932L15.7009 11.1072C16.5258 10.5996 16.5258 9.4005 15.7009 8.89287L6.78615 3.40689Z"
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 IconUserSolid = 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-user-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 8C11.6569 8 13 6.65685 13 5 13 3.34315 11.6569 2 10 2 8.34315 2 7 3.34315 7 5 7 6.65685 8.34315 8 10 8ZM3.46517 14.4935C3.27029 15.0016 3.44435 15.571 3.8742 15.9046 5.56656 17.218 7.69202 18 10.0001 18 12.3106 18 14.438 17.2164 16.1312 15.9006 16.5608 15.5667 16.7345 14.9971 16.5393 14.4892 15.5301 11.8635 12.9842 10 10.0031 10 7.02032 10 4.47329 11.8656 3.46517 14.4935Z"
25
+ fill={color}
26
+ />
27
+ </svg>
28
+ );
29
+ }
30
+ );
31
+
32
+ IconUserSolid.displayName = "IconUserSolid";
33
+
34
+ export default IconUserSolid;