@sunzi/icon 1.0.38 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/es/customeow/default/icon-crop-square-1-to-2.js +1 -1
  2. package/es/customeow/default/icon-crop-square-1-to-2.js.map +1 -1
  3. package/es/customeow/default/icon-crop-square-2-to-1.js +1 -1
  4. package/es/customeow/default/icon-crop-square-2-to-1.js.map +1 -1
  5. package/es/customeow/default/icon-crop-square-2-to-3.js +1 -1
  6. package/es/customeow/default/icon-crop-square-2-to-3.js.map +1 -1
  7. package/es/customeow/default/icon-crop-square-3-to-2.js +1 -1
  8. package/es/customeow/default/icon-crop-square-3-to-2.js.map +1 -1
  9. package/es/customeow/default/icon-crop-square-3-to-4.js +1 -1
  10. package/es/customeow/default/icon-crop-square-3-to-4.js.map +1 -1
  11. package/es/customeow/default/icon-crop-square-4-to-3.js +1 -1
  12. package/es/customeow/default/icon-crop-square-4-to-3.js.map +1 -1
  13. package/es/customeow/default/icon-crop-square-freeform.js +1 -1
  14. package/es/customeow/default/icon-crop-square-freeform.js.map +1 -1
  15. package/es/customeow/default/icon-crop-square-horizontal.js +1 -1
  16. package/es/customeow/default/icon-crop-square-horizontal.js.map +1 -1
  17. package/es/customeow/default/icon-crop-square-vertically.js +1 -1
  18. package/es/customeow/default/icon-crop-square-vertically.js.map +1 -1
  19. package/es/customeow/default/icon-preview-placeholder.js +1 -1
  20. package/es/customeow/default/icon-preview-placeholder.js.map +1 -1
  21. package/es/customeow/default/icon-system-too-old.js +1 -1
  22. package/es/customeow/default/icon-system-too-old.js.map +1 -1
  23. package/es/customeow-shein/default/icon-500-empty.js +1 -1
  24. package/es/customeow-shein/default/icon-500-empty.js.map +1 -1
  25. package/es/customeow-shein/default/icon-network-connection-timeout.js +2 -0
  26. package/es/customeow-shein/default/icon-network-connection-timeout.js.map +1 -0
  27. package/es/customeow-shein/default/icon-security-checking-fail-empty.js +1 -1
  28. package/es/customeow-shein/default/icon-security-checking-fail-empty.js.map +1 -1
  29. package/es/customeow-shein/index.js +1 -1
  30. package/package.json +2 -1
  31. package/src/customeow/default/icon-crop-square-1-to-2.tsx +1 -9
  32. package/src/customeow/default/icon-crop-square-2-to-1.tsx +9 -1
  33. package/src/customeow/default/icon-crop-square-2-to-3.tsx +3 -3
  34. package/src/customeow/default/icon-crop-square-3-to-2.tsx +3 -3
  35. package/src/customeow/default/icon-crop-square-3-to-4.tsx +1 -1
  36. package/src/customeow/default/icon-crop-square-4-to-3.tsx +1 -1
  37. package/src/customeow/default/icon-crop-square-freeform.tsx +1 -1
  38. package/src/customeow/default/icon-crop-square-horizontal.tsx +9 -1
  39. package/src/customeow/default/icon-crop-square-vertically.tsx +1 -9
  40. package/src/customeow/default/icon-preview-placeholder.tsx +2 -16
  41. package/src/customeow/default/icon-system-too-old.tsx +1 -1
  42. package/src/customeow-shein/default/icon-500-empty.tsx +10 -38
  43. package/src/customeow-shein/default/icon-network-connection-timeout.tsx +79 -0
  44. package/src/customeow-shein/default/icon-security-checking-fail-empty.tsx +15 -15
  45. package/src/customeow-shein/index.json +1 -0
  46. package/src/customeow-shein/index.tsx +1 -0
  47. package/types/customeow-shein/default/icon-network-connection-timeout.d.ts +3 -0
  48. package/types/customeow-shein/index.d.ts +1 -0
@@ -1,2 +1,2 @@
1
- import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const c=a(({color:r="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-1-to-2`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:t("rect",{x:"19",y:"6",width:"8",height:"18",rx:"2",transform:"rotate(90 19 6)",fill:r})})});c.displayName="IconCropSquare1To2";export{c as IconCropSquare1To2,c as default};
1
+ import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as c}from"react";const a=c(({color:i="currentColor",...e},r)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-1-to-2`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:r,children:t("rect",{x:"6",y:"1",width:"8",height:"18",rx:"2",fill:i})})});a.displayName="IconCropSquare1To2";export{a as IconCropSquare1To2,a as default};
2
2
  //# sourceMappingURL=icon-crop-square-1-to-2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-1-to-2.js","sources":["../../../src/customeow/default/icon-crop-square-1-to-2.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare1To2 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-1-to-2`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect\n x=\"19\"\n y=\"6\"\n width=\"8\"\n height=\"18\"\n rx=\"2\"\n transform=\"rotate(90 19 6)\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nIconCropSquare1To2.displayName = \"IconCropSquare1To2\";\n\nexport default IconCropSquare1To2;\n"],"names":["IconCropSquare1To2","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,KACF,EAAE,IACF,MAAM,IACN,OAAO,KACP,GAAG,IACH,UAAU,kBACV,KAAMJ,CAAA,CACR,CAAA,CAAA,CAGN,CACF,EAEAF,EAAmB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-1-to-2.js","sources":["../../../src/customeow/default/icon-crop-square-1-to-2.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare1To2 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-1-to-2`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect x=\"6\" y=\"1\" width=\"8\" height=\"18\" rx=\"2\" fill={color} />\n </svg>\n );\n }\n);\n\nIconCropSquare1To2.displayName = \"IconCropSquare1To2\";\n\nexport default IconCropSquare1To2;\n"],"names":["IconCropSquare1To2","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAACE,EAAA,OAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,IAAI,OAAO,KAAK,GAAG,IAAI,KAAMJ,EAAO,CAAA,CAAA,CAGlE,CACF,EAEAF,EAAmB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as c}from"react";const a=c(({color:i="currentColor",...e},r)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-2-to-1`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:r,children:t("rect",{x:"6",y:"1",width:"8",height:"18",rx:"2",fill:i})})});a.displayName="IconCropSquare2To1";export{a as IconCropSquare2To1,a as default};
1
+ import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const c=a(({color:r="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-2-to-1`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:t("rect",{x:"19",y:"6",width:"8",height:"18",rx:"2",transform:"rotate(90 19 6)",fill:r})})});c.displayName="IconCropSquare2To1";export{c as IconCropSquare2To1,c as default};
2
2
  //# sourceMappingURL=icon-crop-square-2-to-1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-2-to-1.js","sources":["../../../src/customeow/default/icon-crop-square-2-to-1.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare2To1 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-2-to-1`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect x=\"6\" y=\"1\" width=\"8\" height=\"18\" rx=\"2\" fill={color} />\n </svg>\n );\n }\n);\n\nIconCropSquare2To1.displayName = \"IconCropSquare2To1\";\n\nexport default IconCropSquare2To1;\n"],"names":["IconCropSquare2To1","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAACE,EAAA,OAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,IAAI,OAAO,KAAK,GAAG,IAAI,KAAMJ,EAAO,CAAA,CAAA,CAGlE,CACF,EAEAF,EAAmB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-2-to-1.js","sources":["../../../src/customeow/default/icon-crop-square-2-to-1.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare2To1 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-2-to-1`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect\n x=\"19\"\n y=\"6\"\n width=\"8\"\n height=\"18\"\n rx=\"2\"\n transform=\"rotate(90 19 6)\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nIconCropSquare2To1.displayName = \"IconCropSquare2To1\";\n\nexport default IconCropSquare2To1;\n"],"names":["IconCropSquare2To1","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,KACF,EAAE,IACF,MAAM,IACN,OAAO,KACP,GAAG,IACH,UAAU,kBACV,KAAMJ,CAAA,CACR,CAAA,CAAA,CAGN,CACF,EAEAF,EAAmB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const c=a(({color:r="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-2-to-3`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:t("rect",{x:"18.5",y:"15",width:"17",height:"10",rx:"2",transform:"rotate(-180 18.5 15)",fill:r})})});c.displayName="IconCropSquare2To3";export{c as IconCropSquare2To3,c as default};
1
+ import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const c=a(({color:r="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-2-to-3`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:t("rect",{x:"15",y:"1.5",width:"17",height:"10",rx:"2",transform:"rotate(90 15 1.5)",fill:r})})});c.displayName="IconCropSquare2To3";export{c as IconCropSquare2To3,c as default};
2
2
  //# sourceMappingURL=icon-crop-square-2-to-3.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-2-to-3.js","sources":["../../../src/customeow/default/icon-crop-square-2-to-3.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare2To3 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-2-to-3`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect\n x=\"18.5\"\n y=\"15\"\n width=\"17\"\n height=\"10\"\n rx=\"2\"\n transform=\"rotate(-180 18.5 15)\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nIconCropSquare2To3.displayName = \"IconCropSquare2To3\";\n\nexport default IconCropSquare2To3;\n"],"names":["IconCropSquare2To3","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,OACF,EAAE,KACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,UAAU,uBACV,KAAMJ,CAAA,CACR,CAAA,CAAA,CAGN,CACF,EAEAF,EAAmB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-2-to-3.js","sources":["../../../src/customeow/default/icon-crop-square-2-to-3.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare2To3 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-2-to-3`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect\n x=\"15\"\n y=\"1.5\"\n width=\"17\"\n height=\"10\"\n rx=\"2\"\n transform=\"rotate(90 15 1.5)\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nIconCropSquare2To3.displayName = \"IconCropSquare2To3\";\n\nexport default IconCropSquare2To3;\n"],"names":["IconCropSquare2To3","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,KACF,EAAE,MACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,UAAU,oBACV,KAAMJ,CAAA,CACR,CAAA,CAAA,CAGN,CACF,EAEAF,EAAmB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const c=a(({color:r="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-3-to-2`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:t("rect",{x:"15",y:"1.5",width:"17",height:"10",rx:"2",transform:"rotate(90 15 1.5)",fill:r})})});c.displayName="IconCropSquare3To2";export{c as IconCropSquare3To2,c as default};
1
+ import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const c=a(({color:r="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-3-to-2`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:t("rect",{x:"18.5",y:"15",width:"17",height:"10",rx:"2",transform:"rotate(-180 18.5 15)",fill:r})})});c.displayName="IconCropSquare3To2";export{c as IconCropSquare3To2,c as default};
2
2
  //# sourceMappingURL=icon-crop-square-3-to-2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-3-to-2.js","sources":["../../../src/customeow/default/icon-crop-square-3-to-2.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare3To2 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-3-to-2`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect\n x=\"15\"\n y=\"1.5\"\n width=\"17\"\n height=\"10\"\n rx=\"2\"\n transform=\"rotate(90 15 1.5)\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nIconCropSquare3To2.displayName = \"IconCropSquare3To2\";\n\nexport default IconCropSquare3To2;\n"],"names":["IconCropSquare3To2","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,KACF,EAAE,MACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,UAAU,oBACV,KAAMJ,CAAA,CACR,CAAA,CAAA,CAGN,CACF,EAEAF,EAAmB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-3-to-2.js","sources":["../../../src/customeow/default/icon-crop-square-3-to-2.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare3To2 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-3-to-2`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect\n x=\"18.5\"\n y=\"15\"\n width=\"17\"\n height=\"10\"\n rx=\"2\"\n transform=\"rotate(-180 18.5 15)\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nIconCropSquare3To2.displayName = \"IconCropSquare3To2\";\n\nexport default IconCropSquare3To2;\n"],"names":["IconCropSquare3To2","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,OACF,EAAE,KACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,UAAU,uBACV,KAAMJ,CAAA,CACR,CAAA,CAAA,CAGN,CACF,EAEAF,EAAmB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as c}from"react";const a=c(({color:i="currentColor",...e},r)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-3-to-4`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:r,children:t("rect",{x:"2",y:"4",width:"16",height:"12",rx:"2",fill:i})})});a.displayName="IconCropSquare3To4";export{a as IconCropSquare3To4,a as default};
1
+ import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as c}from"react";const a=c(({color:i="currentColor",...e},r)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-3-to-4`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:r,children:t("rect",{x:"4",y:"2",width:"12",height:"16",rx:"2",fill:i})})});a.displayName="IconCropSquare3To4";export{a as IconCropSquare3To4,a as default};
2
2
  //# sourceMappingURL=icon-crop-square-3-to-4.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-3-to-4.js","sources":["../../../src/customeow/default/icon-crop-square-3-to-4.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare3To4 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-3-to-4`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" fill={color} />\n </svg>\n );\n }\n);\n\nIconCropSquare3To4.displayName = \"IconCropSquare3To4\";\n\nexport default IconCropSquare3To4;\n"],"names":["IconCropSquare3To4","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAACE,EAAA,OAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,KAAMJ,EAAO,CAAA,CAAA,CAGnE,CACF,EAEAF,EAAmB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-3-to-4.js","sources":["../../../src/customeow/default/icon-crop-square-3-to-4.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare3To4 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-3-to-4`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect x=\"4\" y=\"2\" width=\"12\" height=\"16\" rx=\"2\" fill={color} />\n </svg>\n );\n }\n);\n\nIconCropSquare3To4.displayName = \"IconCropSquare3To4\";\n\nexport default IconCropSquare3To4;\n"],"names":["IconCropSquare3To4","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAACE,EAAA,OAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,KAAMJ,EAAO,CAAA,CAAA,CAGnE,CACF,EAEAF,EAAmB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as c}from"react";const a=c(({color:i="currentColor",...e},r)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-4-to-3`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:r,children:t("rect",{x:"4",y:"2",width:"12",height:"16",rx:"2",fill:i})})});a.displayName="IconCropSquare4To3";export{a as IconCropSquare4To3,a as default};
1
+ import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as c}from"react";const a=c(({color:i="currentColor",...e},r)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-4-to-3`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:r,children:t("rect",{x:"2",y:"4",width:"16",height:"12",rx:"2",fill:i})})});a.displayName="IconCropSquare4To3";export{a as IconCropSquare4To3,a as default};
2
2
  //# sourceMappingURL=icon-crop-square-4-to-3.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-4-to-3.js","sources":["../../../src/customeow/default/icon-crop-square-4-to-3.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare4To3 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-4-to-3`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect x=\"4\" y=\"2\" width=\"12\" height=\"16\" rx=\"2\" fill={color} />\n </svg>\n );\n }\n);\n\nIconCropSquare4To3.displayName = \"IconCropSquare4To3\";\n\nexport default IconCropSquare4To3;\n"],"names":["IconCropSquare4To3","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAACE,EAAA,OAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,KAAMJ,EAAO,CAAA,CAAA,CAGnE,CACF,EAEAF,EAAmB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-4-to-3.js","sources":["../../../src/customeow/default/icon-crop-square-4-to-3.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquare4To3 = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-4-to-3`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect x=\"2\" y=\"4\" width=\"16\" height=\"12\" rx=\"2\" fill={color} />\n </svg>\n );\n }\n);\n\nIconCropSquare4To3.displayName = \"IconCropSquare4To3\";\n\nexport default IconCropSquare4To3;\n"],"names":["IconCropSquare4To3","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAqBC,EAChC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,yDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAACE,EAAA,OAAA,CAAK,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,KAAMJ,EAAO,CAAA,CAAA,CAGnE,CACF,EAEAF,EAAmB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{j as r}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as t}from"react";const l=t(({color:C="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-freeform`},r("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:r("path",{d:"M3.75 0.5C4.16421 0.5 4.5 0.835786 4.5 1.25L4.5 3V4.5L4.5 14.25C4.5 14.9404 5.05964 15.5 5.75 15.5L15.5 15.5H17L18.75 15.5C19.1642 15.5 19.5 15.8358 19.5 16.25C19.5 16.6642 19.1642 17 18.75 17H17L17 18.75C17 19.1642 16.6642 19.5 16.25 19.5C15.8358 19.5 15.5 19.1642 15.5 18.75V17H5.75C4.23122 17 3 15.7688 3 14.25V4.5L1.25 4.5C0.835786 4.5 0.5 4.16421 0.5 3.75C0.5 3.33578 0.835786 3 1.25 3H3V1.25C3 0.835786 3.33578 0.5 3.75 0.5ZM17 14V5.75C17 4.23122 15.7688 3 14.25 3H6V4.5L14.25 4.5C14.9404 4.5 15.5 5.05964 15.5 5.75L15.5 14H17ZM7 6C6.44771 6 6 6.44772 6 7V13C6 13.5523 6.44771 14 7 14H13C13.5523 14 14 13.5523 14 13V7C14 6.44772 13.5523 6 13 6H7Z",fill:C,fillRule:"evenodd",clipRule:"evenodd"})})});l.displayName="IconCropSquareFreeform";export{l as IconCropSquareFreeform,l as default};
1
+ import{j as r}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as l}from"react";const c=l(({color:i="currentColor",...e},t)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-crop-square-freeform`},r("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:t,children:r("path",{d:"M5.5 2.25C5.5 1.83579 5.16421 1.5 4.75 1.5C4.33579 1.5 4 1.83579 4 2.25V4H2.25C1.83579 4 1.5 4.33578 1.5 4.75C1.5 5.16421 1.83579 5.5 2.25 5.5L4 5.5V13.25C4 14.7688 5.23122 16 6.75 16H14.5V17.75C14.5 18.1642 14.8358 18.5 15.25 18.5C15.6642 18.5 16 18.1642 16 17.75V16H17.75C18.1642 16 18.5 15.6642 18.5 15.25C18.5 14.8358 18.1642 14.5 17.75 14.5L16 14.5H14.5L6.75 14.5C6.05964 14.5 5.5 13.9404 5.5 13.25L5.5 5.5V4L5.5 2.25ZM7 5.5L13.25 5.5C13.9404 5.5 14.5 6.05964 14.5 6.75L14.5 13H16L16 6.75C16 5.23122 14.7688 4 13.25 4H7V5.5Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})})});c.displayName="IconCropSquareFreeform";export{c as IconCropSquareFreeform,c as default};
2
2
  //# sourceMappingURL=icon-crop-square-freeform.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-freeform.js","sources":["../../../src/customeow/default/icon-crop-square-freeform.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquareFreeform = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-freeform`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M3.75 0.5C4.16421 0.5 4.5 0.835786 4.5 1.25L4.5 3V4.5L4.5 14.25C4.5 14.9404 5.05964 15.5 5.75 15.5L15.5 15.5H17L18.75 15.5C19.1642 15.5 19.5 15.8358 19.5 16.25C19.5 16.6642 19.1642 17 18.75 17H17L17 18.75C17 19.1642 16.6642 19.5 16.25 19.5C15.8358 19.5 15.5 19.1642 15.5 18.75V17H5.75C4.23122 17 3 15.7688 3 14.25V4.5L1.25 4.5C0.835786 4.5 0.5 4.16421 0.5 3.75C0.5 3.33578 0.835786 3 1.25 3H3V1.25C3 0.835786 3.33578 0.5 3.75 0.5ZM17 14V5.75C17 4.23122 15.7688 3 14.25 3H6V4.5L14.25 4.5C14.9404 4.5 15.5 5.05964 15.5 5.75L15.5 14H17ZM7 6C6.44771 6 6 6.44772 6 7V13C6 13.5523 6.44771 14 7 14H13C13.5523 14 14 13.5523 14 13V7C14 6.44772 13.5523 6 13 6H7Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconCropSquareFreeform.displayName = \"IconCropSquareFreeform\";\n\nexport default IconCropSquareFreeform;\n"],"names":["IconCropSquareFreeform","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAyBC,EACpC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,2DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,+oBACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAF,EAAuB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-freeform.js","sources":["../../../src/customeow/default/icon-crop-square-freeform.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquareFreeform = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-freeform`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M5.5 2.25C5.5 1.83579 5.16421 1.5 4.75 1.5C4.33579 1.5 4 1.83579 4 2.25V4H2.25C1.83579 4 1.5 4.33578 1.5 4.75C1.5 5.16421 1.83579 5.5 2.25 5.5L4 5.5V13.25C4 14.7688 5.23122 16 6.75 16H14.5V17.75C14.5 18.1642 14.8358 18.5 15.25 18.5C15.6642 18.5 16 18.1642 16 17.75V16H17.75C18.1642 16 18.5 15.6642 18.5 15.25C18.5 14.8358 18.1642 14.5 17.75 14.5L16 14.5H14.5L6.75 14.5C6.05964 14.5 5.5 13.9404 5.5 13.25L5.5 5.5V4L5.5 2.25ZM7 5.5L13.25 5.5C13.9404 5.5 14.5 6.05964 14.5 6.75L14.5 13H16L16 6.75C16 5.23122 14.7688 4 13.25 4H7V5.5Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconCropSquareFreeform.displayName = \"IconCropSquareFreeform\";\n\nexport default IconCropSquareFreeform;\n"],"names":["IconCropSquareFreeform","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAAyBC,EACpC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,2DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,ohBACF,KAAMJ,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAGN,CACF,EAEAF,EAAuB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const n=a(({color:i="currentColor",...o},r)=>{const{className:e}=o;return o={...o,width:`${o.width||o.size||20}`,height:`${o.height||o.size||20}`,className:`${e?e+" ":""}customeow-icon customeow-icon-icon-crop-square-horizontal`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,ref:r,children:t("rect",{x:"4",y:"1.5",width:"12",height:"17",rx:"2",fill:i})})});n.displayName="IconCropSquareHorizontal";export{n as IconCropSquareHorizontal,n as default};
1
+ import{j as e}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const n=a(({color:r="currentColor",...o},i)=>{const{className:t}=o;return o={...o,width:`${o.width||o.size||20}`,height:`${o.height||o.size||20}`,className:`${t?t+" ":""}customeow-icon customeow-icon-icon-crop-square-horizontal`},e("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...o,ref:i,children:e("rect",{x:"18.5",y:"4",width:"12",height:"17",rx:"2",transform:"rotate(90 18.5 4)",fill:r})})});n.displayName="IconCropSquareHorizontal";export{n as IconCropSquareHorizontal,n as default};
2
2
  //# sourceMappingURL=icon-crop-square-horizontal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-horizontal.js","sources":["../../../src/customeow/default/icon-crop-square-horizontal.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquareHorizontal = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-horizontal`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect x=\"4\" y=\"1.5\" width=\"12\" height=\"17\" rx=\"2\" fill={color} />\n </svg>\n );\n }\n);\n\nIconCropSquareHorizontal.displayName = \"IconCropSquareHorizontal\";\n\nexport default IconCropSquareHorizontal;\n"],"names":["IconCropSquareHorizontal","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAA2BC,EACtC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,6DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAACE,EAAA,OAAA,CAAK,EAAE,IAAI,EAAE,MAAM,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,KAAMJ,EAAO,CAAA,CAAA,CAGrE,CACF,EAEAF,EAAyB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-horizontal.js","sources":["../../../src/customeow/default/icon-crop-square-horizontal.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquareHorizontal = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-horizontal`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect\n x=\"18.5\"\n y=\"4\"\n width=\"12\"\n height=\"17\"\n rx=\"2\"\n transform=\"rotate(90 18.5 4)\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nIconCropSquareHorizontal.displayName = \"IconCropSquareHorizontal\";\n\nexport default IconCropSquareHorizontal;\n"],"names":["IconCropSquareHorizontal","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAA2BC,EACtC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,6DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,OACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,UAAU,oBACV,KAAMJ,CAAA,CACR,CAAA,CAAA,CAGN,CACF,EAEAF,EAAyB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{j as r}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const c=a(({color:i="currentColor",...e},o)=>{const{className:t}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${t?t+" ":""}customeow-icon customeow-icon-icon-crop-square-vertically`},r("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:o,children:r("rect",{x:"18.5",y:"4",width:"12",height:"17",rx:"2",transform:"rotate(90 18.5 4)",fill:i})})});c.displayName="IconCropSquareVertically";export{c as IconCropSquareVertically,c as default};
1
+ import{j as i}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as o}from"react";const l=o(({color:r="currentColor",...e},c)=>{const{className:t}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${t?t+" ":""}customeow-icon customeow-icon-icon-crop-square-vertically`},i("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:c,children:i("rect",{x:"4",y:"1.5",width:"12",height:"17",rx:"2",fill:r})})});l.displayName="IconCropSquareVertically";export{l as IconCropSquareVertically,l as default};
2
2
  //# sourceMappingURL=icon-crop-square-vertically.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-crop-square-vertically.js","sources":["../../../src/customeow/default/icon-crop-square-vertically.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquareVertically = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-vertically`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect\n x=\"18.5\"\n y=\"4\"\n width=\"12\"\n height=\"17\"\n rx=\"2\"\n transform=\"rotate(90 18.5 4)\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nIconCropSquareVertically.displayName = \"IconCropSquareVertically\";\n\nexport default IconCropSquareVertically;\n"],"names":["IconCropSquareVertically","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAA2BC,EACtC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,6DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAAE,EAAC,OAAA,CACC,EAAE,OACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,UAAU,oBACV,KAAMJ,CAAA,CACR,CAAA,CAAA,CAGN,CACF,EAEAF,EAAyB,YAAc"}
1
+ {"version":3,"file":"icon-crop-square-vertically.js","sources":["../../../src/customeow/default/icon-crop-square-vertically.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconCropSquareVertically = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-crop-square-vertically`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <rect x=\"4\" y=\"1.5\" width=\"12\" height=\"17\" rx=\"2\" fill={color} />\n </svg>\n );\n }\n);\n\nIconCropSquareVertically.displayName = \"IconCropSquareVertically\";\n\nexport default IconCropSquareVertically;\n"],"names":["IconCropSquareVertically","forwardRef","color","props","forwardedRef","className","jsx"],"mappings":"4FAGO,MAAMA,EAA2BC,EACtC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,6DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAACE,EAAA,OAAA,CAAK,EAAE,IAAI,EAAE,MAAM,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,KAAMJ,EAAO,CAAA,CAAA,CAGrE,CACF,EAEAF,EAAyB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{a as t,j as l}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as a}from"react";const o=a(({color:C="currentColor",...e},d)=>{const{className:i}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${i?i+" ":""}customeow-icon customeow-icon-icon-preview-placeholder`},t("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:d,children:[l("path",{d:"M0 5.25C0 4.65326 0.237053 4.08097 0.65901 3.65901C1.08097 3.23705 1.65326 3 2.25 3H15.75C16.0455 3 16.3381 3.0582 16.611 3.17127C16.884 3.28434 17.1321 3.45008 17.341 3.65901C17.5499 3.86794 17.7157 4.11598 17.8287 4.38896C17.9418 4.66194 18 4.95453 18 5.25V9.5H12.5C10.9944 9.5 9.68313 10.3318 9.00059 11.5609L5.53 8.091C5.38937 7.95055 5.19875 7.87166 5 7.87166C4.80125 7.87166 4.61063 7.95055 4.47 8.091L1.5 11.06V14.75C1.5 15.164 1.836 15.5 2.25 15.5H8.5V17H2.25C1.65326 17 1.08097 16.7629 0.65901 16.341C0.237053 15.919 0 15.3467 0 14.75V5.25ZM11 7C11 7.26522 10.8946 7.51957 10.7071 7.70711C10.5196 7.89464 10.2652 8 10 8C9.73478 8 9.48043 7.89464 9.29289 7.70711C9.10536 7.51957 9 7.26522 9 7C9 6.73478 9.10536 6.48043 9.29289 6.29289C9.48043 6.10536 9.73478 6 10 6C10.2652 6 10.5196 6.10536 10.7071 6.29289C10.8946 6.48043 11 6.73478 11 7Z",fill:C,fillRule:"evenodd",clipRule:"evenodd"}),l("path",{d:"M15.0003 15.75C15.7312 15.75 16.3237 15.1904 16.3237 14.5C16.3237 13.8096 15.7312 13.25 15.0003 13.25C14.2694 13.25 13.6769 13.8096 13.6769 14.5C13.6769 15.1904 14.2694 15.75 15.0003 15.75Z",fill:C}),l("path",{d:"M10.0583 14.7952C9.98052 14.6044 9.98058 14.3928 10.0584 14.202C10.8229 12.3289 12.7469 11 14.9995 11C17.2532 11 19.178 12.3303 19.9417 14.2048C20.0195 14.3956 20.0194 14.6072 19.9416 14.798C19.1771 16.6711 17.2531 18 15.0005 18C12.7468 18 10.822 16.6697 10.0583 14.7952ZM17.1179 14.5C17.1179 15.6046 16.1699 16.5 15.0005 16.5C13.831 16.5 12.883 15.6046 12.883 14.5C12.883 13.3954 13.831 12.5 15.0005 12.5C16.1699 12.5 17.1179 13.3954 17.1179 14.5Z",fill:C,fillRule:"evenodd",clipRule:"evenodd"})]})});o.displayName="IconPreviewPlaceholder";export{o as IconPreviewPlaceholder,o as default};
1
+ import{a as o,j as l}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as t}from"react";const a=t(({color:c="currentColor",...e},r)=>{const{className:i}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${i?i+" ":""}customeow-icon customeow-icon-icon-preview-placeholder`},o("svg",{viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:r,children:[l("circle",{cx:"10",cy:"6",r:"1.5",fill:c}),l("circle",{cx:"10",cy:"14",r:"1.5",fill:c})]})});a.displayName="IconPreviewPlaceholder";export{a as IconPreviewPlaceholder,a as default};
2
2
  //# sourceMappingURL=icon-preview-placeholder.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-preview-placeholder.js","sources":["../../../src/customeow/default/icon-preview-placeholder.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconPreviewPlaceholder = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-preview-placeholder`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M0 5.25C0 4.65326 0.237053 4.08097 0.65901 3.65901C1.08097 3.23705 1.65326 3 2.25 3H15.75C16.0455 3 16.3381 3.0582 16.611 3.17127C16.884 3.28434 17.1321 3.45008 17.341 3.65901C17.5499 3.86794 17.7157 4.11598 17.8287 4.38896C17.9418 4.66194 18 4.95453 18 5.25V9.5H12.5C10.9944 9.5 9.68313 10.3318 9.00059 11.5609L5.53 8.091C5.38937 7.95055 5.19875 7.87166 5 7.87166C4.80125 7.87166 4.61063 7.95055 4.47 8.091L1.5 11.06V14.75C1.5 15.164 1.836 15.5 2.25 15.5H8.5V17H2.25C1.65326 17 1.08097 16.7629 0.65901 16.341C0.237053 15.919 0 15.3467 0 14.75V5.25ZM11 7C11 7.26522 10.8946 7.51957 10.7071 7.70711C10.5196 7.89464 10.2652 8 10 8C9.73478 8 9.48043 7.89464 9.29289 7.70711C9.10536 7.51957 9 7.26522 9 7C9 6.73478 9.10536 6.48043 9.29289 6.29289C9.48043 6.10536 9.73478 6 10 6C10.2652 6 10.5196 6.10536 10.7071 6.29289C10.8946 6.48043 11 6.73478 11 7Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n <path\n d=\"M15.0003 15.75C15.7312 15.75 16.3237 15.1904 16.3237 14.5C16.3237 13.8096 15.7312 13.25 15.0003 13.25C14.2694 13.25 13.6769 13.8096 13.6769 14.5C13.6769 15.1904 14.2694 15.75 15.0003 15.75Z\"\n fill={color}\n />\n <path\n d=\"M10.0583 14.7952C9.98052 14.6044 9.98058 14.3928 10.0584 14.202C10.8229 12.3289 12.7469 11 14.9995 11C17.2532 11 19.178 12.3303 19.9417 14.2048C20.0195 14.3956 20.0194 14.6072 19.9416 14.798C19.1771 16.6711 17.2531 18 15.0005 18C12.7468 18 10.822 16.6697 10.0583 14.7952ZM17.1179 14.5C17.1179 15.6046 16.1699 16.5 15.0005 16.5C13.831 16.5 12.883 15.6046 12.883 14.5C12.883 13.3954 13.831 12.5 15.0005 12.5C16.1699 12.5 17.1179 13.3954 17.1179 14.5Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nIconPreviewPlaceholder.displayName = \"IconPreviewPlaceholder\";\n\nexport default IconPreviewPlaceholder;\n"],"names":["IconPreviewPlaceholder","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGO,MAAMA,EAAyBC,EACpC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,0DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAAAG,EAAC,OAAA,CACC,EAAE,m1BACF,KAAML,EACN,SAAS,UACT,SAAS,SAAA,CACX,EACAK,EAAC,OAAA,CACC,EAAE,gMACF,KAAML,CAAA,CACR,EACAK,EAAC,OAAA,CACC,EAAE,mcACF,KAAML,EACN,SAAS,UACT,SAAS,SAAA,CACX,CAAA,CAAA,CAAA,CAGN,CACF,EAEAF,EAAuB,YAAc"}
1
+ {"version":3,"file":"icon-preview-placeholder.js","sources":["../../../src/customeow/default/icon-preview-placeholder.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconPreviewPlaceholder = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-preview-placeholder`,\n };\n return (\n <svg\n viewBox=\"0 0 20 20\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <circle cx=\"10\" cy=\"6\" r=\"1.5\" fill={color} />\n <circle cx=\"10\" cy=\"14\" r=\"1.5\" fill={color} />\n </svg>\n );\n }\n);\n\nIconPreviewPlaceholder.displayName = \"IconPreviewPlaceholder\";\n\nexport default IconPreviewPlaceholder;\n"],"names":["IconPreviewPlaceholder","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGO,MAAMA,EAAyBC,EACpC,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,0DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAACG,EAAA,SAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,MAAM,KAAML,CAAO,CAAA,EAC5CK,EAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,KAAML,CAAO,CAAA,CAAA,CAAA,CAAA,CAGnD,CACF,EAEAF,EAAuB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{a as l,j as C}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as s}from"react";const d=s(({color:t="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-system-too-old`},l("svg",{viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:[C("path",{d:"M37 30C37 27.7909 38.7909 26 41 26H75C77.2091 26 79 27.7909 79 30V51.0223L78.4135 50.0058C77.5974 48.5912 76.3655 47.6566 75 47.202V31C75 30.4477 74.5523 30 74 30H42C41.4477 30 41 30.4477 41 31V89C41 89.5523 41.4477 90 42 90H74C74.5523 90 75 89.5523 75 89V79.5626H79V90C79 92.2091 77.2091 94 75 94H41C38.7909 94 37 92.2091 37 90V30ZM77.1142 50.7553L79 54.024V54.0245L88.7583 70.9389C90.5852 74.1056 88.2998 78.0626 84.6439 78.0626H61.3552C57.6994 78.0626 55.4139 74.1056 57.2408 70.9389L68.8852 50.7553C70.1903 48.4932 72.8945 47.8462 75 48.8141V48.814C75.8437 49.2018 76.5913 49.8489 77.1142 50.7553ZM74.1874 60.25C74.1874 59.5941 73.6557 59.0625 72.9999 59.0625C72.3441 59.0625 71.8124 59.5941 71.8124 60.25V66.1875C71.8124 66.8433 72.3441 67.375 72.9999 67.375C73.6557 67.375 74.1874 66.8433 74.1874 66.1875V60.25ZM74.1874 70.9375C74.1874 71.5933 73.6557 72.125 72.9999 72.125C72.3441 72.125 71.8124 71.5933 71.8124 70.9375C71.8124 70.2816 72.3441 69.75 72.9999 69.75C73.6557 69.75 74.1874 70.2816 74.1874 70.9375Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"}),C("rect",{x:"51",y:"34",width:"14",height:"1.5",rx:".75",fill:t})]})});d.displayName="IconSystemTooOld";export{d as IconSystemTooOld,d as default};
1
+ import{a as l,j as C}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as s}from"react";const d=s(({color:t="currentColor",...e},i)=>{const{className:o}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${o?o+" ":""}customeow-icon customeow-icon-icon-system-too-old`},l("svg",{viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:[C("path",{d:"M36 30C36 27.7909 37.7909 26 40 26H76C78.2091 26 80 27.7909 80 30V52.7557L78.4135 50.0058C77.8026 48.9468 76.9586 48.1568 76 47.6358V31C76 30.4477 75.5523 30 75 30H41C40.4477 30 40 30.4477 40 31V89C40 89.5523 40.4477 90 41 90H75C75.5523 90 76 89.5523 76 89V79.5626H80V90C80 92.2091 78.2091 94 76 94H40C37.7909 94 36 92.2091 36 90V30ZM77.1142 50.7553L80 55.7573V55.7578L88.7583 70.9389C90.5852 74.1056 88.2998 78.0626 84.6439 78.0626H61.3552C57.6994 78.0626 55.4139 74.1056 57.2408 70.9389L68.8852 50.7553C70.4093 48.1136 73.8415 47.6745 76 49.4379V49.4377C76.4305 49.7893 76.8103 50.2285 77.1142 50.7553ZM74.1874 60.25C74.1874 59.5941 73.6557 59.0625 72.9999 59.0625C72.3441 59.0625 71.8124 59.5941 71.8124 60.25V66.1875C71.8124 66.8433 72.3441 67.375 72.9999 67.375C73.6557 67.375 74.1874 66.8433 74.1874 66.1875V60.25ZM74.1874 70.9375C74.1874 71.5933 73.6557 72.125 72.9999 72.125C72.3441 72.125 71.8124 71.5933 71.8124 70.9375C71.8124 70.2816 72.3441 69.75 72.9999 69.75C73.6557 69.75 74.1874 70.2816 74.1874 70.9375Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"}),C("rect",{x:"51",y:"34",width:"14",height:"1.5",rx:".75",fill:t})]})});d.displayName="IconSystemTooOld";export{d as IconSystemTooOld,d as default};
2
2
  //# sourceMappingURL=icon-system-too-old.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-system-too-old.js","sources":["../../../src/customeow/default/icon-system-too-old.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconSystemTooOld = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-system-too-old`,\n };\n return (\n <svg\n viewBox=\"0 0 120 120\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M37 30C37 27.7909 38.7909 26 41 26H75C77.2091 26 79 27.7909 79 30V51.0223L78.4135 50.0058C77.5974 48.5912 76.3655 47.6566 75 47.202V31C75 30.4477 74.5523 30 74 30H42C41.4477 30 41 30.4477 41 31V89C41 89.5523 41.4477 90 42 90H74C74.5523 90 75 89.5523 75 89V79.5626H79V90C79 92.2091 77.2091 94 75 94H41C38.7909 94 37 92.2091 37 90V30ZM77.1142 50.7553L79 54.024V54.0245L88.7583 70.9389C90.5852 74.1056 88.2998 78.0626 84.6439 78.0626H61.3552C57.6994 78.0626 55.4139 74.1056 57.2408 70.9389L68.8852 50.7553C70.1903 48.4932 72.8945 47.8462 75 48.8141V48.814C75.8437 49.2018 76.5913 49.8489 77.1142 50.7553ZM74.1874 60.25C74.1874 59.5941 73.6557 59.0625 72.9999 59.0625C72.3441 59.0625 71.8124 59.5941 71.8124 60.25V66.1875C71.8124 66.8433 72.3441 67.375 72.9999 67.375C73.6557 67.375 74.1874 66.8433 74.1874 66.1875V60.25ZM74.1874 70.9375C74.1874 71.5933 73.6557 72.125 72.9999 72.125C72.3441 72.125 71.8124 71.5933 71.8124 70.9375C71.8124 70.2816 72.3441 69.75 72.9999 69.75C73.6557 69.75 74.1874 70.2816 74.1874 70.9375Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n <rect x=\"51\" y=\"34\" width=\"14\" height=\"1.5\" rx=\".75\" fill={color} />\n </svg>\n );\n }\n);\n\nIconSystemTooOld.displayName = \"IconSystemTooOld\";\n\nexport default IconSystemTooOld;\n"],"names":["IconSystemTooOld","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGO,MAAMA,EAAmBC,EAC9B,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,qDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,cACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAAAG,EAAC,OAAA,CACC,EAAE,4/BACF,KAAML,EACN,SAAS,UACT,SAAS,SAAA,CACX,EACCK,EAAA,OAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,KAAK,OAAO,MAAM,GAAG,MAAM,KAAML,EAAO,CAAA,CAAA,CAAA,CAGxE,CACF,EAEAF,EAAiB,YAAc"}
1
+ {"version":3,"file":"icon-system-too-old.js","sources":["../../../src/customeow/default/icon-system-too-old.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconSystemTooOld = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-icon customeow-icon-icon-system-too-old`,\n };\n return (\n <svg\n viewBox=\"0 0 120 120\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M36 30C36 27.7909 37.7909 26 40 26H76C78.2091 26 80 27.7909 80 30V52.7557L78.4135 50.0058C77.8026 48.9468 76.9586 48.1568 76 47.6358V31C76 30.4477 75.5523 30 75 30H41C40.4477 30 40 30.4477 40 31V89C40 89.5523 40.4477 90 41 90H75C75.5523 90 76 89.5523 76 89V79.5626H80V90C80 92.2091 78.2091 94 76 94H40C37.7909 94 36 92.2091 36 90V30ZM77.1142 50.7553L80 55.7573V55.7578L88.7583 70.9389C90.5852 74.1056 88.2998 78.0626 84.6439 78.0626H61.3552C57.6994 78.0626 55.4139 74.1056 57.2408 70.9389L68.8852 50.7553C70.4093 48.1136 73.8415 47.6745 76 49.4379V49.4377C76.4305 49.7893 76.8103 50.2285 77.1142 50.7553ZM74.1874 60.25C74.1874 59.5941 73.6557 59.0625 72.9999 59.0625C72.3441 59.0625 71.8124 59.5941 71.8124 60.25V66.1875C71.8124 66.8433 72.3441 67.375 72.9999 67.375C73.6557 67.375 74.1874 66.8433 74.1874 66.1875V60.25ZM74.1874 70.9375C74.1874 71.5933 73.6557 72.125 72.9999 72.125C72.3441 72.125 71.8124 71.5933 71.8124 70.9375C71.8124 70.2816 72.3441 69.75 72.9999 69.75C73.6557 69.75 74.1874 70.2816 74.1874 70.9375Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n <rect x=\"51\" y=\"34\" width=\"14\" height=\"1.5\" rx=\".75\" fill={color} />\n </svg>\n );\n }\n);\n\nIconSystemTooOld.displayName = \"IconSystemTooOld\";\n\nexport default IconSystemTooOld;\n"],"names":["IconSystemTooOld","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGO,MAAMA,EAAmBC,EAC9B,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,qDAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,cACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAAAG,EAAC,OAAA,CACC,EAAE,+/BACF,KAAML,EACN,SAAS,UACT,SAAS,SAAA,CACX,EACCK,EAAA,OAAA,CAAK,EAAE,KAAK,EAAE,KAAK,MAAM,KAAK,OAAO,MAAM,GAAG,MAAM,KAAML,EAAO,CAAA,CAAA,CAAA,CAGxE,CACF,EAEAF,EAAiB,YAAc"}
@@ -1,2 +1,2 @@
1
- import{a as s,j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as o}from"react";const d=o(({color:e="currentColor",...i},n)=>{const{className:r}=i;return i={...i,width:`${i.width||i.size||20}`,height:`${i.height||i.size||20}`,className:`${r?r+" ":""}customeow-shein-icon customeow-shein-icon-icon-500-empty`},s("svg",{viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,ref:n,children:[t("path",{d:"M43.5 94C33 94 31.3333 91.5 33 89C34.6667 86.5 37.9326 87.8651 37 90.5C36 93.3254 27.5 94.5227 27.5 89C27.5 86 27.5 79.5 27.5 79.5",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("rect",{x:"54",y:"42",width:"47",height:"18",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("rect",{x:"54",y:"60",width:"47",height:"18",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("rect",{x:"54",y:"78",width:"47",height:"18",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("path",{d:"M85 69H61M91.5 69H93M85 87H62.5M91.5 87H93M85 51H61M91.5 51H93",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M76 20L79 23M79 20L76 23",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"94.8",cy:"27.8",r:"1.8",stroke:e,strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"36.2",cy:"17.2",r:"1.2",fill:e,stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M20 32H24M22 34 22 30",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("rect",{x:"48",y:"83",width:"7",height:"13",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("rect",{x:"41",y:"92",width:"21",height:"4",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("rect",{x:"25",y:"49.5",width:"52",height:"35",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("path",{d:"M47.3309 61.3965C46.9814 62.7942 45.1295 65.1703 40.5171 63.493M54.6688 61.3965C55.3676 62.7942 57.7088 65.1703 61.4826 63.493M54.6688 74.4999C53.4458 73.4516 50.266 71.9841 47.3309 74.4999",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M30.5 49V63M29 67.5 29 70.5M32 67.5 32 70.5",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M27 66C27 64.067 28.567 62.5 30.5 62.5C32.433 62.5 34 64.067 34 66V68.26C34 68.3925 33.8925 68.5 33.76 68.5H27.24C27.1075 68.5 27 68.3925 27 68.26V66Z",fill:e}),t("path",{d:"M4 108H10.1508M14.1454 108H108.562M113.425 108H116",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})});d.displayName="Icon500Empty";export{d as Icon500Empty,d as default};
1
+ import{a as o,j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as s}from"react";const d=s(({color:e="currentColor",...i},r)=>{const{className:n}=i;return i={...i,width:`${i.width||i.size||20}`,height:`${i.height||i.size||20}`,className:`${n?n+" ":""}customeow-shein-icon customeow-shein-icon-icon-500-empty`},o("svg",{viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,ref:r,children:[t("path",{d:"M27.5 84.5C27.5 84.5 27.5 86 27.5 89C27.5 94.5227 36 93.3254 37 90.5C37.9326 87.8651 34.6667 86.5 33 89C31.4757 91.2865 32.7397 93.5731 41 93.9469",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M54 44C54 42.8954 54.8954 42 56 42H99C100.105 42 101 42.8954 101 44V58C101 59.1046 100.105 60 99 60H77V51.5C77 50.3954 76.1046 49.5 75 49.5H54V44ZM77 60H99C100.105 60 101 60.8954 101 62V76C101 77.1046 100.105 78 99 78H77V60Z",stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("path",{d:"M76.25 78C76.25 77.5858 76.5858 77.25 77 77.25H99C100.519 77.25 101.75 78.4812 101.75 80V94C101.75 95.5188 100.519 96.75 99 96.75H59C58.5858 96.75 58.25 96.4142 58.25 96C58.25 95.5858 58.5858 95.25 59 95.25H60C60.6904 95.25 61.25 94.6904 61.25 94C61.25 93.3096 60.6904 92.75 60 92.75H55C54.5858 92.75 54.25 92.4142 54.25 92V84.5C54.25 84.0858 54.5858 83.75 55 83.75H75C75.6904 83.75 76.25 83.1904 76.25 82.5V78ZM62.4501 95.25H99C99.6904 95.25 100.25 94.6904 100.25 94V80C100.25 79.3096 99.6904 78.75 99 78.75H77.75V82.5C77.75 84.0188 76.5188 85.25 75 85.25H55.75V91.25H60C61.5188 91.25 62.75 92.4812 62.75 94C62.75 94.4501 62.6419 94.875 62.4501 95.25Z",fill:e,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{d:"M85 69H77M91.5 69H93M85 87H62.5M91.5 87H93M85 51H77M91.5 51H93",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M76 20L79 23M79 20L76 23",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"94.8",cy:"27.8",r:"1.8",stroke:e,strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"36.2",cy:"17.2",r:"1.2",fill:e,stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M20 32H24M22 34 22 30",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M48 84.5H55V92H48L48 84.5Z",stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("rect",{x:"41",y:"92",width:"21",height:"4",rx:"2",stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("rect",{x:"25",y:"49.5",width:"52",height:"35",rx:"2",stroke:e,strokeWidth:"1.5",strokeLinejoin:"round"}),t("path",{d:"M47.3309 61.3965C46.9814 62.7942 45.1295 65.1703 40.5171 63.493M54.6688 61.3965C55.3676 62.7942 57.7088 65.1703 61.4826 63.493M54.6688 74.4999C53.4458 73.4516 50.266 71.9841 47.3309 74.4999",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M30.5 49V63M29 67.5 29 70.5M32 67.5 32 70.5",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M27 66C27 64.067 28.567 62.5 30.5 62.5C32.433 62.5 34 64.067 34 66V68.26C34 68.3925 33.8925 68.5 33.76 68.5H27.24C27.1075 68.5 27 68.3925 27 68.26V66Z",fill:e}),t("path",{d:"M4 108H10.1508M14.1454 108H108.562M113.425 108H116",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})});d.displayName="Icon500Empty";export{d as Icon500Empty,d as default};
2
2
  //# sourceMappingURL=icon-500-empty.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-500-empty.js","sources":["../../../src/customeow-shein/default/icon-500-empty.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-shein-icon customeow-shein-icon-icon-500-empty`,\n };\n return (\n <svg\n viewBox=\"0 0 120 120\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M43.5 94C33 94 31.3333 91.5 33 89C34.6667 86.5 37.9326 87.8651 37 90.5C36 93.3254 27.5 94.5227 27.5 89C27.5 86 27.5 79.5 27.5 79.5\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"54\"\n y=\"42\"\n width=\"47\"\n height=\"18\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"54\"\n y=\"60\"\n width=\"47\"\n height=\"18\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"54\"\n y=\"78\"\n width=\"47\"\n height=\"18\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M85 69H61M91.5 69H93M85 87H62.5M91.5 87H93M85 51H61M91.5 51H93\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M76 20L79 23M79 20L76 23\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"94.8\"\n cy=\"27.8\"\n r=\"1.8\"\n stroke={color}\n strokeWidth=\"1.2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"36.2\"\n cy=\"17.2\"\n r=\"1.2\"\n fill={color}\n stroke={color}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 32H24M22 34 22 30\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"48\"\n y=\"83\"\n width=\"7\"\n height=\"13\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"41\"\n y=\"92\"\n width=\"21\"\n height=\"4\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"25\"\n y=\"49.5\"\n width=\"52\"\n height=\"35\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M47.3309 61.3965C46.9814 62.7942 45.1295 65.1703 40.5171 63.493M54.6688 61.3965C55.3676 62.7942 57.7088 65.1703 61.4826 63.493M54.6688 74.4999C53.4458 73.4516 50.266 71.9841 47.3309 74.4999\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M30.5 49V63M29 67.5 29 70.5M32 67.5 32 70.5\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M27 66C27 64.067 28.567 62.5 30.5 62.5C32.433 62.5 34 64.067 34 66V68.26C34 68.3925 33.8925 68.5 33.76 68.5H27.24C27.1075 68.5 27 68.3925 27 68.26V66Z\"\n fill={color}\n />\n <path\n d=\"M4 108H10.1508M14.1454 108H108.562M113.425 108H116\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n }\n);\n\nIcon500Empty.displayName = \"Icon500Empty\";\n\nexport default Icon500Empty;\n"],"names":["Icon500Empty","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGO,MAAMA,EAAeC,EAC1B,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,4DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,cACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAAAG,EAAC,OAAA,CACC,EAAE,qIACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,KACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,KACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,KACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,iEACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,2BACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,KAAML,EACN,OAAQA,EACR,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,wBACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,KACF,MAAM,IACN,OAAO,KACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,KACF,MAAM,KACN,OAAO,IACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,OACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,gMACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,8CACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,yJACF,KAAML,CAAA,CACR,EACAK,EAAC,OAAA,CACC,EAAE,qDACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,CAAA,CAAA,CAAA,CAGN,CACF,EAEAF,EAAa,YAAc"}
1
+ {"version":3,"file":"icon-500-empty.js","sources":["../../../src/customeow-shein/default/icon-500-empty.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(\n ({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-shein-icon customeow-shein-icon-icon-500-empty`,\n };\n return (\n <svg\n viewBox=\"0 0 120 120\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M27.5 84.5C27.5 84.5 27.5 86 27.5 89C27.5 94.5227 36 93.3254 37 90.5C37.9326 87.8651 34.6667 86.5 33 89C31.4757 91.2865 32.7397 93.5731 41 93.9469\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M54 44C54 42.8954 54.8954 42 56 42H99C100.105 42 101 42.8954 101 44V58C101 59.1046 100.105 60 99 60H77V51.5C77 50.3954 76.1046 49.5 75 49.5H54V44ZM77 60H99C100.105 60 101 60.8954 101 62V76C101 77.1046 100.105 78 99 78H77V60Z\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M76.25 78C76.25 77.5858 76.5858 77.25 77 77.25H99C100.519 77.25 101.75 78.4812 101.75 80V94C101.75 95.5188 100.519 96.75 99 96.75H59C58.5858 96.75 58.25 96.4142 58.25 96C58.25 95.5858 58.5858 95.25 59 95.25H60C60.6904 95.25 61.25 94.6904 61.25 94C61.25 93.3096 60.6904 92.75 60 92.75H55C54.5858 92.75 54.25 92.4142 54.25 92V84.5C54.25 84.0858 54.5858 83.75 55 83.75H75C75.6904 83.75 76.25 83.1904 76.25 82.5V78ZM62.4501 95.25H99C99.6904 95.25 100.25 94.6904 100.25 94V80C100.25 79.3096 99.6904 78.75 99 78.75H77.75V82.5C77.75 84.0188 76.5188 85.25 75 85.25H55.75V91.25H60C61.5188 91.25 62.75 92.4812 62.75 94C62.75 94.4501 62.6419 94.875 62.4501 95.25Z\"\n fill={color}\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n />\n <path\n d=\"M85 69H77M91.5 69H93M85 87H62.5M91.5 87H93M85 51H77M91.5 51H93\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M76 20L79 23M79 20L76 23\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"94.8\"\n cy=\"27.8\"\n r=\"1.8\"\n stroke={color}\n strokeWidth=\"1.2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"36.2\"\n cy=\"17.2\"\n r=\"1.2\"\n fill={color}\n stroke={color}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 32H24M22 34 22 30\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M48 84.5H55V92H48L48 84.5Z\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"41\"\n y=\"92\"\n width=\"21\"\n height=\"4\"\n rx=\"2\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"25\"\n y=\"49.5\"\n width=\"52\"\n height=\"35\"\n rx=\"2\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M47.3309 61.3965C46.9814 62.7942 45.1295 65.1703 40.5171 63.493M54.6688 61.3965C55.3676 62.7942 57.7088 65.1703 61.4826 63.493M54.6688 74.4999C53.4458 73.4516 50.266 71.9841 47.3309 74.4999\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M30.5 49V63M29 67.5 29 70.5M32 67.5 32 70.5\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M27 66C27 64.067 28.567 62.5 30.5 62.5C32.433 62.5 34 64.067 34 66V68.26C34 68.3925 33.8925 68.5 33.76 68.5H27.24C27.1075 68.5 27 68.3925 27 68.26V66Z\"\n fill={color}\n />\n <path\n d=\"M4 108H10.1508M14.1454 108H108.562M113.425 108H116\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n }\n);\n\nIcon500Empty.displayName = \"Icon500Empty\";\n\nexport default Icon500Empty;\n"],"names":["Icon500Empty","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGO,MAAMA,EAAeC,EAC1B,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAA,EAASC,IAAiB,CAChD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,4DAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,cACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAAAG,EAAC,OAAA,CACC,EAAE,qJACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,mOACF,OAAQL,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,+oBACF,KAAML,EACN,SAAS,UACT,SAAS,SAAA,CACX,EACAK,EAAC,OAAA,CACC,EAAE,iEACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,2BACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,KAAML,EACN,OAAQA,EACR,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,wBACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,6BACF,OAAQL,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,KACF,MAAM,KACN,OAAO,IACP,GAAG,IACH,OAAQL,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,OACF,MAAM,KACN,OAAO,KACP,GAAG,IACH,OAAQL,EACR,YAAY,MACZ,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,gMACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,8CACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,yJACF,KAAML,CAAA,CACR,EACAK,EAAC,OAAA,CACC,EAAE,qDACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,CAAA,CAAA,CAAA,CAGN,CACF,EAEAF,EAAa,YAAc"}
@@ -0,0 +1,2 @@
1
+ import{a as r,j as o}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as s}from"react";const c=s(({color:t="currentColor",...e},i)=>{const{className:n}=e;return e={...e,width:`${e.width||e.size||20}`,height:`${e.height||e.size||20}`,className:`${n?n+" ":""}customeow-shein-icon customeow-shein-icon-icon-network-connection-timeout`},r("svg",{viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,ref:i,children:[o("path",{d:"M76 18L79 21M79 18L76 21",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o("circle",{cx:"94.8",cy:"27.8",r:"1.8",stroke:t,strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"}),o("circle",{cx:"36.2",cy:"17.2",r:"1.2",fill:t,stroke:t,strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{d:"M20 32H24M22 34 22 30",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o("circle",{cx:"60",cy:"89.486",r:"3.757",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o("path",{d:"M50.8218 80.2312C54.1932 78.183 58.0663 77.2834 61.8784 77.5322M42.1362 71.8264C50.0275 66.7008 59.5765 65.1776 68.4531 67.257M86.1627 61.3044C70.1807 51.3931 49.6625 51.7603 34.0281 62.3481M95.9256 50.9857C74.0893 37.1347 45.8837 37.3814 24.2742 51.7256M78.5 71.6068V76.3901M66.3961 80.6958C65.2702 82.6091 66.6787 85 68.9317 85H88.0683C90.3213 85 91.7298 82.6091 90.6039 80.6958L81.0356 64.4358C79.9091 62.5214 77.0909 62.5214 75.9644 64.4358L66.3961 80.6958ZM78.5 80.2167H78.5098V80.2263H78.5V80.2167Z",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})});c.displayName="IconNetworkConnectionTimeout";export{c as IconNetworkConnectionTimeout,c as default};
2
+ //# sourceMappingURL=icon-network-connection-timeout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-network-connection-timeout.js","sources":["../../../src/customeow-shein/default/icon-network-connection-timeout.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconNetworkConnectionTimeout = forwardRef<\n SVGSVGElement,\n IconProps\n>(({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-shein-icon customeow-shein-icon-icon-network-connection-timeout`,\n };\n return (\n <svg\n viewBox=\"0 0 120 120\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M76 18L79 21M79 18L76 21\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"94.8\"\n cy=\"27.8\"\n r=\"1.8\"\n stroke={color}\n strokeWidth=\"1.2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"36.2\"\n cy=\"17.2\"\n r=\"1.2\"\n fill={color}\n stroke={color}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 32H24M22 34 22 30\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"60\"\n cy=\"89.486\"\n r=\"3.757\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M50.8218 80.2312C54.1932 78.183 58.0663 77.2834 61.8784 77.5322M42.1362 71.8264C50.0275 66.7008 59.5765 65.1776 68.4531 67.257M86.1627 61.3044C70.1807 51.3931 49.6625 51.7603 34.0281 62.3481M95.9256 50.9857C74.0893 37.1347 45.8837 37.3814 24.2742 51.7256M78.5 71.6068V76.3901M66.3961 80.6958C65.2702 82.6091 66.6787 85 68.9317 85H88.0683C90.3213 85 91.7298 82.6091 90.6039 80.6958L81.0356 64.4358C79.9091 62.5214 77.0909 62.5214 75.9644 64.4358L66.3961 80.6958ZM78.5 80.2167H78.5098V80.2263H78.5V80.2167Z\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n );\n});\n\nIconNetworkConnectionTimeout.displayName = \"IconNetworkConnectionTimeout\";\n\nexport default IconNetworkConnectionTimeout;\n"],"names":["IconNetworkConnectionTimeout","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGa,MAAAA,EAA+BC,EAG1C,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAM,EAAGC,IAAiB,CAClD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,6EAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,cACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAAAG,EAAC,OAAA,CACC,EAAE,2BACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,KAAML,EACN,OAAQA,EACR,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,wBACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,KACH,GAAG,SACH,EAAE,QACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,2fACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,CAAA,CAAA,CAAA,CAGN,CAAC,EAEDF,EAA6B,YAAc"}
@@ -1,2 +1,2 @@
1
- import{a as o,j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as s}from"react";const d=s(({color:e="currentColor",...i},r)=>{const{className:n}=i;return i={...i,width:`${i.width||i.size||20}`,height:`${i.height||i.size||20}`,className:`${n?n+" ":""}customeow-shein-icon customeow-shein-icon-icon-security-checking-fail-empty`},o("svg",{viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,ref:r,children:[t("path",{d:"M4 108H10.1508M14.1454 108H108.562M113.425 108H116M76 20 79 23M79 20 76 23",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"94.8",cy:"27.8",r:"1.8",stroke:e,strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"36.2",cy:"17.2",r:"1.2",fill:e,stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M20 32H24M22 34 22 30M83.5153 71C85.118 66.5575 86 61.7063 86 56.6259 86 52.4133 85.3936 48.3584 84.2728 44.5634 84.1265 44.5654 83.98 44.5664 83.8333 44.5664 75.3683 42.5639 66.8729 38.826 60 34 52.6777 38.8052 44.2005 42.6835 36.1667 44.5664 36.02 44.5664 35.8735 44.5654 35.7273 44.5634 34.6064 48.3584 34 52.4133 34 56.6259 34 74.6072 45.048 89.7161 60 94 63.9899 92.8569 67.7018 90.9429 71 88.4092",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"81.5",cy:"82.5",r:"8.5",fill:e,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M81.5 83.5L81.5 79.0147",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("rect",{x:"46",y:"50",width:"16.546",height:"16.546",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M54.2727 54.7273V56.5M50.7273 56.9432H57.8182M55.4546 57.3864C55.1169 58.7159 53.6987 61.4637 50.7273 61.8182M57.4243 61.8182C57.0866 61.8182 55.6234 61.4636 54.2727 60.0455",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("rect",{x:"56.818",y:"58.455",width:"16.546",height:"16.546",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M62.7273 70.2727V65.1023L65.4849 62L68.2424 65.1023V70.2727M63.3401 67.9747H67.6297",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M82.5 86.5C82.5 87.0523 82.0523 87.5 81.5 87.5C80.9477 87.5 80.5 87.0523 80.5 86.5C80.5 85.9477 80.9477 85.5 81.5 85.5C82.0523 85.5 82.5 85.9477 82.5 86.5Z",fill:e})]})});d.displayName="IconSecurityCheckingFailEmpty";export{d as IconSecurityCheckingFailEmpty,d as default};
1
+ import{a as o,j as t}from"../../assets/jsx-runtime-f82b6bd0.js";import{forwardRef as s}from"react";const d=s(({color:e="currentColor",...i},r)=>{const{className:n}=i;return i={...i,width:`${i.width||i.size||20}`,height:`${i.height||i.size||20}`,className:`${n?n+" ":""}customeow-shein-icon customeow-shein-icon-icon-security-checking-fail-empty`},o("svg",{viewBox:"0 0 120 120",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,ref:r,children:[t("path",{d:"M4 108H10.1508M14.1454 108H108.562M113.425 108H116M76 20 79 23M79 20 76 23",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"94.8",cy:"27.8",r:"1.8",stroke:e,strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"36.2",cy:"17.2",r:"1.2",fill:e,stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M20 32H24M22 34 22 30M83.5153 71C85.118 66.5575 86 61.7063 86 56.6259 86 52.4133 85.3936 48.3584 84.2728 44.5634 84.1265 44.5654 83.98 44.5664 83.8333 44.5664 75.3683 42.5639 66.8729 38.826 60 34 52.6777 38.8052 44.2005 42.6835 36.1667 44.5664 36.02 44.5664 35.8735 44.5654 35.7273 44.5634 34.6064 48.3584 34 52.4133 34 56.6259 34 74.6072 45.048 89.7161 60 94 63.9899 92.8569 67.7018 90.9429 71 88.4092",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("rect",{x:"46",y:"50",width:"16.546",height:"16.546",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M54.2727 54.7273V56.5M50.7273 56.9432H57.8182M55.4546 57.3864C55.1169 58.7159 53.6987 61.4637 50.7273 61.8182M57.4243 61.8182C57.0866 61.8182 55.6234 61.4636 54.2727 60.0455",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("rect",{x:"56.818",y:"58.455",width:"16.546",height:"16.546",rx:"2",fill:e,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M62.7273 70.2727V65.1023L65.4849 62L68.2424 65.1023V70.2727M63.3401 67.9747H67.6297",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("circle",{cx:"81.5",cy:"82.5",r:"8.5",fill:e,stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M81.5 83.5L81.5 79.0147",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t("path",{d:"M82.5 86.5C82.5 87.0523 82.0523 87.5 81.5 87.5C80.9477 87.5 80.5 87.0523 80.5 86.5C80.5 85.9477 80.9477 85.5 81.5 85.5C82.0523 85.5 82.5 85.9477 82.5 86.5Z",fill:e})]})});d.displayName="IconSecurityCheckingFailEmpty";export{d as IconSecurityCheckingFailEmpty,d as default};
2
2
  //# sourceMappingURL=icon-security-checking-fail-empty.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"icon-security-checking-fail-empty.js","sources":["../../../src/customeow-shein/default/icon-security-checking-fail-empty.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconSecurityCheckingFailEmpty = forwardRef<\n SVGSVGElement,\n IconProps\n>(({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-shein-icon customeow-shein-icon-icon-security-checking-fail-empty`,\n };\n return (\n <svg\n viewBox=\"0 0 120 120\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M4 108H10.1508M14.1454 108H108.562M113.425 108H116M76 20 79 23M79 20 76 23\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"94.8\"\n cy=\"27.8\"\n r=\"1.8\"\n stroke={color}\n strokeWidth=\"1.2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"36.2\"\n cy=\"17.2\"\n r=\"1.2\"\n fill={color}\n stroke={color}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 32H24M22 34 22 30M83.5153 71C85.118 66.5575 86 61.7063 86 56.6259 86 52.4133 85.3936 48.3584 84.2728 44.5634 84.1265 44.5654 83.98 44.5664 83.8333 44.5664 75.3683 42.5639 66.8729 38.826 60 34 52.6777 38.8052 44.2005 42.6835 36.1667 44.5664 36.02 44.5664 35.8735 44.5654 35.7273 44.5634 34.6064 48.3584 34 52.4133 34 56.6259 34 74.6072 45.048 89.7161 60 94 63.9899 92.8569 67.7018 90.9429 71 88.4092\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"81.5\"\n cy=\"82.5\"\n r=\"8.5\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M81.5 83.5L81.5 79.0147\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"46\"\n y=\"50\"\n width=\"16.546\"\n height=\"16.546\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M54.2727 54.7273V56.5M50.7273 56.9432H57.8182M55.4546 57.3864C55.1169 58.7159 53.6987 61.4637 50.7273 61.8182M57.4243 61.8182C57.0866 61.8182 55.6234 61.4636 54.2727 60.0455\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"56.818\"\n y=\"58.455\"\n width=\"16.546\"\n height=\"16.546\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M62.7273 70.2727V65.1023L65.4849 62L68.2424 65.1023V70.2727M63.3401 67.9747H67.6297\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M82.5 86.5C82.5 87.0523 82.0523 87.5 81.5 87.5C80.9477 87.5 80.5 87.0523 80.5 86.5C80.5 85.9477 80.9477 85.5 81.5 85.5C82.0523 85.5 82.5 85.9477 82.5 86.5Z\"\n fill={color}\n />\n </svg>\n );\n});\n\nIconSecurityCheckingFailEmpty.displayName = \"IconSecurityCheckingFailEmpty\";\n\nexport default IconSecurityCheckingFailEmpty;\n"],"names":["IconSecurityCheckingFailEmpty","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGa,MAAAA,EAAgCC,EAG3C,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAM,EAAGC,IAAiB,CAClD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,+EAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,cACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAAAG,EAAC,OAAA,CACC,EAAE,6EACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,KAAML,EACN,OAAQA,EACR,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,qZACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,0BACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,KACF,MAAM,SACN,OAAO,SACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,gLACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,SACF,EAAE,SACF,MAAM,SACN,OAAO,SACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,sFACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,8JACF,KAAML,CAAA,CACR,CAAA,CAAA,CAAA,CAGN,CAAC,EAEDF,EAA8B,YAAc"}
1
+ {"version":3,"file":"icon-security-checking-fail-empty.js","sources":["../../../src/customeow-shein/default/icon-security-checking-fail-empty.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { IconProps } from \"../../types\";\n\nexport const IconSecurityCheckingFailEmpty = forwardRef<\n SVGSVGElement,\n IconProps\n>(({ color = \"currentColor\", ...props }, forwardedRef) => {\n const { className } = props;\n props = {\n ...props,\n width: `${props.width || props.size || 20}`,\n height: `${props.height || props.size || 20}`,\n className: `${\n className ? className + \" \" : \"\"\n }customeow-shein-icon customeow-shein-icon-icon-security-checking-fail-empty`,\n };\n return (\n <svg\n viewBox=\"0 0 120 120\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n d=\"M4 108H10.1508M14.1454 108H108.562M113.425 108H116M76 20 79 23M79 20 76 23\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"94.8\"\n cy=\"27.8\"\n r=\"1.8\"\n stroke={color}\n strokeWidth=\"1.2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"36.2\"\n cy=\"17.2\"\n r=\"1.2\"\n fill={color}\n stroke={color}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M20 32H24M22 34 22 30M83.5153 71C85.118 66.5575 86 61.7063 86 56.6259 86 52.4133 85.3936 48.3584 84.2728 44.5634 84.1265 44.5654 83.98 44.5664 83.8333 44.5664 75.3683 42.5639 66.8729 38.826 60 34 52.6777 38.8052 44.2005 42.6835 36.1667 44.5664 36.02 44.5664 35.8735 44.5654 35.7273 44.5634 34.6064 48.3584 34 52.4133 34 56.6259 34 74.6072 45.048 89.7161 60 94 63.9899 92.8569 67.7018 90.9429 71 88.4092\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"46\"\n y=\"50\"\n width=\"16.546\"\n height=\"16.546\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M54.2727 54.7273V56.5M50.7273 56.9432H57.8182M55.4546 57.3864C55.1169 58.7159 53.6987 61.4637 50.7273 61.8182M57.4243 61.8182C57.0866 61.8182 55.6234 61.4636 54.2727 60.0455\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <rect\n x=\"56.818\"\n y=\"58.455\"\n width=\"16.546\"\n height=\"16.546\"\n rx=\"2\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M62.7273 70.2727V65.1023L65.4849 62L68.2424 65.1023V70.2727M63.3401 67.9747H67.6297\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <circle\n cx=\"81.5\"\n cy=\"82.5\"\n r=\"8.5\"\n fill={color}\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M81.5 83.5L81.5 79.0147\"\n stroke={color}\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M82.5 86.5C82.5 87.0523 82.0523 87.5 81.5 87.5C80.9477 87.5 80.5 87.0523 80.5 86.5C80.5 85.9477 80.9477 85.5 81.5 85.5C82.0523 85.5 82.5 85.9477 82.5 86.5Z\"\n fill={color}\n />\n </svg>\n );\n});\n\nIconSecurityCheckingFailEmpty.displayName = \"IconSecurityCheckingFailEmpty\";\n\nexport default IconSecurityCheckingFailEmpty;\n"],"names":["IconSecurityCheckingFailEmpty","forwardRef","color","props","forwardedRef","className","jsxs","jsx"],"mappings":"mGAGa,MAAAA,EAAgCC,EAG3C,CAAC,CAAE,MAAAC,EAAQ,eAAgB,GAAGC,CAAM,EAAGC,IAAiB,CAClD,KAAA,CAAE,UAAAC,CAAc,EAAAF,EACd,OAAAA,EAAA,CACN,GAAGA,EACH,MAAO,GAAGA,EAAM,OAASA,EAAM,MAAQ,KACvC,OAAQ,GAAGA,EAAM,QAAUA,EAAM,MAAQ,KACzC,UAAW,GACTE,EAAYA,EAAY,IAAM,+EAAA,EAIhCC,EAAC,MAAA,CACC,QAAQ,cACR,KAAK,OACL,MAAM,6BACL,GAAGH,EACJ,IAAKC,EAEL,SAAA,CAAAG,EAAC,OAAA,CACC,EAAE,6EACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,KAAML,EACN,OAAQA,EACR,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,qZACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,KACF,EAAE,KACF,MAAM,SACN,OAAO,SACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,gLACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,SACF,EAAE,SACF,MAAM,SACN,OAAO,SACP,GAAG,IACH,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,sFACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,SAAA,CACC,GAAG,OACH,GAAG,OACH,EAAE,MACF,KAAML,EACN,OAAQA,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,0BACF,OAAQL,EACR,YAAY,MACZ,cAAc,QACd,eAAe,OAAA,CACjB,EACAK,EAAC,OAAA,CACC,EAAE,8JACF,KAAML,CAAA,CACR,CAAA,CAAA,CAAA,CAGN,CAAC,EAEDF,EAA8B,YAAc"}
@@ -1,2 +1,2 @@
1
- import{IconArrowLeftOutline as n}from"./default/icon-arrow-left-outline.js";import{IconArrowRightOutline as c}from"./default/icon-arrow-right-outline.js";import{IconArrowChevronLeftOutline as l}from"./default/icon-arrow-chevron-left-outline.js";import{IconArrowChevronRightOutline as f}from"./default/icon-arrow-chevron-right-outline.js";import{IconArrowChevronDownOutline as x}from"./default/icon-arrow-chevron-down-outline.js";import{IconArrowChevronUpOutline as u}from"./default/icon-arrow-chevron-up-outline.js";import{IconArrowChevronDoubleLeftOutline as C}from"./default/icon-arrow-chevron-double-left-outline.js";import{IconArrowChevronDoubleRightOutline as S}from"./default/icon-arrow-chevron-double-right-outline.js";import{IconArrowLongRightOutline as g}from"./default/icon-arrow-long-right-outline.js";import{IconArrowShareOutline as w}from"./default/icon-arrow-share-outline.js";import{IconArrowDownloadOutline as E}from"./default/icon-arrow-download-outline.js";import{IconImagePhotoPlusSolid as P}from"./default/icon-image-photo-plus-solid.js";import{IconDocumentArrowUpSolid as D}from"./default/icon-document-arrow-up-solid.js";import{IconCloseOutline as k}from"./default/icon-close-outline.js";import{IconCheckOutline as F}from"./default/icon-check-outline.js";import{IconCalendarOutline as M}from"./default/icon-calendar-outline.js";import{IconSearchOutline as b}from"./default/icon-search-outline.js";import{IconToolImagePhotoSchematicOutline as U}from"./default/icon-tool-image-photo-schematic-outline.js";import{IconExclamationCircleOutline as q}from"./default/icon-exclamation-circle-outline.js";import{IconQuestionMarkCircleOutline as W}from"./default/icon-question-mark-circle-outline.js";import{IconCheckCircleOutline as z}from"./default/icon-check-circle-outline.js";import{IconCloseCircleOutline as G}from"./default/icon-close-circle-outline.js";import{IconVideoPlayCircleOutline as K}from"./default/icon-video-play-circle-outline.js";import{IconVideoPauseCircleOutline as Y}from"./default/icon-video-pause-circle-outline.js";import{IconLoadingOutline as _}from"./default/icon-loading-outline.js";import{IconFileVideoOutline as oo}from"./default/icon-file-video-outline.js";import{IconFileAudioOutline as eo}from"./default/icon-file-audio-outline.js";import{IconPaperClipOutline as no}from"./default/icon-paper-clip-outline.js";import{IconResetOutline as co}from"./default/icon-reset-outline.js";import{IconRotateLeftRectangleOutline as lo}from"./default/icon-rotate-left-rectangle-outline.js";import{IconRotateRightRectangleOutline as fo}from"./default/icon-rotate-right-rectangle-outline.js";import{IconDragArrowOutline as xo}from"./default/icon-drag-arrow-outline.js";import{IconLocalOutline as uo}from"./default/icon-local-outline.js";import{IconMapPinOutline as Oo}from"./default/icon-map-pin-outline.js";import{IconArrowUpCaretTriangleSolid as ho}from"./default/icon-arrow-up-caret-triangle-solid.js";import{IconArrowDownCaretTriangleSolid as yo}from"./default/icon-arrow-down-caret-triangle-solid.js";import{IconCloseCircleSolid as so}from"./default/icon-close-circle-solid.js";import{IconCheckCircleSolid as Ao}from"./default/icon-check-circle-solid.js";import{IconExclamationCircleSolid as Ro}from"./default/icon-exclamation-circle-solid.js";import{IconExclamationWarningTriangleSolid as To}from"./default/icon-exclamation-warning-triangle-solid.js";import{IconInformationCircleSolid as Lo}from"./default/icon-information-circle-solid.js";import{IconInformationCircleAlertSolid as vo}from"./default/icon-information-circle-alert-solid.js";import{IconPauseSolid as No}from"./default/icon-pause-solid.js";import{IconQuestionMarkCircleSolid as Qo}from"./default/icon-question-mark-circle-solid.js";import{IconQrCodeSolid as Vo}from"./default/icon-qr-code-solid.js";import{IconTrianglesPlaySolid as Ho}from"./default/icon-triangles-play-solid.js";import{IconCheckboxSolid as jo}from"./default/icon-checkbox-solid.js";import{IconRadioSolid as Bo}from"./default/icon-radio-solid.js";import{IconArrowLeftCircleSolid as Jo}from"./default/icon-arrow-left-circle-solid.js";import{IconCloseFunctionCircleSolid as Xo}from"./default/icon-close-function-circle-solid.js";import{IconImagePhotoSolid as Zo}from"./default/icon-image-photo-solid.js";import{IconPencilSquareSolid as $o}from"./default/icon-pencil-square-solid.js";import{IconArrowDownloadSolid as rr}from"./default/icon-arrow-download-solid.js";import{IconFeatureEmpty as tr}from"./default/icon-feature-empty.js";import{IconTranslateEmpty as ir}from"./default/icon-translate-empty.js";import{IconSecurityCheckingEmpty as mr}from"./default/icon-security-checking-empty.js";import{IconSecurityCheckingFailEmpty as pr}from"./default/icon-security-checking-fail-empty.js";import{IconIntegrationEmpty as Ir}from"./default/icon-integration-empty.js";import{IconSelectProductEmpty as ar}from"./default/icon-select-product-empty.js";import{IconNoDesignTemplateEmpty as dr}from"./default/icon-no-design-template-empty.js";import{IconNoResultsFoundEmpty as Or}from"./default/icon-no-results-found-empty.js";import{Icon404Empty as hr}from"./default/icon-404-empty.js";import{Icon401Empty as yr}from"./default/icon-401-empty.js";import{Icon500Empty as sr}from"./default/icon-500-empty.js";import{IconNoNotificationsEmpty as Ar}from"./default/icon-no-notifications-empty.js";import{IconHistoryEmpty as Rr}from"./default/icon-history-empty.js";import{IconImportPsdEmpty as Tr}from"./default/icon-import-psd-empty.js";import{IconImportDesignTemplateEmpty as Lr}from"./default/icon-import-design-template-empty.js";import{Icon3DModelEmpty as vr}from"./default/icon-3-d-model-empty.js";import{IconSystemTooOld as Nr}from"./default/icon-system-too-old.js";import{IconFontSearchEmpty as Qr}from"./default/icon-font-search-empty.js";import"../assets/jsx-runtime-f82b6bd0.js";import"react";export{vr as Icon3DModelEmpty,yr as Icon401Empty,hr as Icon404Empty,sr as Icon500Empty,C as IconArrowChevronDoubleLeftOutline,S as IconArrowChevronDoubleRightOutline,x as IconArrowChevronDownOutline,l as IconArrowChevronLeftOutline,f as IconArrowChevronRightOutline,u as IconArrowChevronUpOutline,yo as IconArrowDownCaretTriangleSolid,E as IconArrowDownloadOutline,rr as IconArrowDownloadSolid,Jo as IconArrowLeftCircleSolid,n as IconArrowLeftOutline,g as IconArrowLongRightOutline,c as IconArrowRightOutline,w as IconArrowShareOutline,ho as IconArrowUpCaretTriangleSolid,M as IconCalendarOutline,z as IconCheckCircleOutline,Ao as IconCheckCircleSolid,F as IconCheckOutline,jo as IconCheckboxSolid,G as IconCloseCircleOutline,so as IconCloseCircleSolid,Xo as IconCloseFunctionCircleSolid,k as IconCloseOutline,D as IconDocumentArrowUpSolid,xo as IconDragArrowOutline,q as IconExclamationCircleOutline,Ro as IconExclamationCircleSolid,To as IconExclamationWarningTriangleSolid,tr as IconFeatureEmpty,eo as IconFileAudioOutline,oo as IconFileVideoOutline,Qr as IconFontSearchEmpty,Rr as IconHistoryEmpty,P as IconImagePhotoPlusSolid,Zo as IconImagePhotoSolid,Lr as IconImportDesignTemplateEmpty,Tr as IconImportPsdEmpty,vo as IconInformationCircleAlertSolid,Lo as IconInformationCircleSolid,Ir as IconIntegrationEmpty,_ as IconLoadingOutline,uo as IconLocalOutline,Oo as IconMapPinOutline,dr as IconNoDesignTemplateEmpty,Ar as IconNoNotificationsEmpty,Or as IconNoResultsFoundEmpty,no as IconPaperClipOutline,No as IconPauseSolid,$o as IconPencilSquareSolid,Vo as IconQrCodeSolid,W as IconQuestionMarkCircleOutline,Qo as IconQuestionMarkCircleSolid,Bo as IconRadioSolid,co as IconResetOutline,lo as IconRotateLeftRectangleOutline,fo as IconRotateRightRectangleOutline,b as IconSearchOutline,mr as IconSecurityCheckingEmpty,pr as IconSecurityCheckingFailEmpty,ar as IconSelectProductEmpty,Nr as IconSystemTooOld,U as IconToolImagePhotoSchematicOutline,ir as IconTranslateEmpty,Ho as IconTrianglesPlaySolid,Y as IconVideoPauseCircleOutline,K as IconVideoPlayCircleOutline};
1
+ import{IconArrowLeftOutline as n}from"./default/icon-arrow-left-outline.js";import{IconArrowRightOutline as c}from"./default/icon-arrow-right-outline.js";import{IconArrowChevronLeftOutline as l}from"./default/icon-arrow-chevron-left-outline.js";import{IconArrowChevronRightOutline as f}from"./default/icon-arrow-chevron-right-outline.js";import{IconArrowChevronDownOutline as x}from"./default/icon-arrow-chevron-down-outline.js";import{IconArrowChevronUpOutline as u}from"./default/icon-arrow-chevron-up-outline.js";import{IconArrowChevronDoubleLeftOutline as C}from"./default/icon-arrow-chevron-double-left-outline.js";import{IconArrowChevronDoubleRightOutline as S}from"./default/icon-arrow-chevron-double-right-outline.js";import{IconArrowLongRightOutline as g}from"./default/icon-arrow-long-right-outline.js";import{IconArrowShareOutline as w}from"./default/icon-arrow-share-outline.js";import{IconArrowDownloadOutline as E}from"./default/icon-arrow-download-outline.js";import{IconImagePhotoPlusSolid as P}from"./default/icon-image-photo-plus-solid.js";import{IconDocumentArrowUpSolid as D}from"./default/icon-document-arrow-up-solid.js";import{IconCloseOutline as k}from"./default/icon-close-outline.js";import{IconCheckOutline as F}from"./default/icon-check-outline.js";import{IconCalendarOutline as N}from"./default/icon-calendar-outline.js";import{IconSearchOutline as b}from"./default/icon-search-outline.js";import{IconToolImagePhotoSchematicOutline as U}from"./default/icon-tool-image-photo-schematic-outline.js";import{IconExclamationCircleOutline as q}from"./default/icon-exclamation-circle-outline.js";import{IconQuestionMarkCircleOutline as W}from"./default/icon-question-mark-circle-outline.js";import{IconCheckCircleOutline as z}from"./default/icon-check-circle-outline.js";import{IconCloseCircleOutline as G}from"./default/icon-close-circle-outline.js";import{IconVideoPlayCircleOutline as K}from"./default/icon-video-play-circle-outline.js";import{IconVideoPauseCircleOutline as Y}from"./default/icon-video-pause-circle-outline.js";import{IconLoadingOutline as _}from"./default/icon-loading-outline.js";import{IconFileVideoOutline as oo}from"./default/icon-file-video-outline.js";import{IconFileAudioOutline as eo}from"./default/icon-file-audio-outline.js";import{IconPaperClipOutline as no}from"./default/icon-paper-clip-outline.js";import{IconResetOutline as co}from"./default/icon-reset-outline.js";import{IconRotateLeftRectangleOutline as lo}from"./default/icon-rotate-left-rectangle-outline.js";import{IconRotateRightRectangleOutline as fo}from"./default/icon-rotate-right-rectangle-outline.js";import{IconDragArrowOutline as xo}from"./default/icon-drag-arrow-outline.js";import{IconLocalOutline as uo}from"./default/icon-local-outline.js";import{IconMapPinOutline as Oo}from"./default/icon-map-pin-outline.js";import{IconArrowUpCaretTriangleSolid as ho}from"./default/icon-arrow-up-caret-triangle-solid.js";import{IconArrowDownCaretTriangleSolid as yo}from"./default/icon-arrow-down-caret-triangle-solid.js";import{IconCloseCircleSolid as so}from"./default/icon-close-circle-solid.js";import{IconCheckCircleSolid as Ao}from"./default/icon-check-circle-solid.js";import{IconExclamationCircleSolid as Ro}from"./default/icon-exclamation-circle-solid.js";import{IconExclamationWarningTriangleSolid as To}from"./default/icon-exclamation-warning-triangle-solid.js";import{IconInformationCircleSolid as Lo}from"./default/icon-information-circle-solid.js";import{IconInformationCircleAlertSolid as vo}from"./default/icon-information-circle-alert-solid.js";import{IconPauseSolid as Mo}from"./default/icon-pause-solid.js";import{IconQuestionMarkCircleSolid as Qo}from"./default/icon-question-mark-circle-solid.js";import{IconQrCodeSolid as Vo}from"./default/icon-qr-code-solid.js";import{IconTrianglesPlaySolid as Ho}from"./default/icon-triangles-play-solid.js";import{IconCheckboxSolid as jo}from"./default/icon-checkbox-solid.js";import{IconRadioSolid as Bo}from"./default/icon-radio-solid.js";import{IconArrowLeftCircleSolid as Jo}from"./default/icon-arrow-left-circle-solid.js";import{IconCloseFunctionCircleSolid as Xo}from"./default/icon-close-function-circle-solid.js";import{IconImagePhotoSolid as Zo}from"./default/icon-image-photo-solid.js";import{IconPencilSquareSolid as $o}from"./default/icon-pencil-square-solid.js";import{IconArrowDownloadSolid as rr}from"./default/icon-arrow-download-solid.js";import{IconFeatureEmpty as tr}from"./default/icon-feature-empty.js";import{IconTranslateEmpty as ir}from"./default/icon-translate-empty.js";import{IconSecurityCheckingEmpty as mr}from"./default/icon-security-checking-empty.js";import{IconSecurityCheckingFailEmpty as pr}from"./default/icon-security-checking-fail-empty.js";import{IconIntegrationEmpty as Ir}from"./default/icon-integration-empty.js";import{IconSelectProductEmpty as ar}from"./default/icon-select-product-empty.js";import{IconNoDesignTemplateEmpty as dr}from"./default/icon-no-design-template-empty.js";import{IconNoResultsFoundEmpty as Or}from"./default/icon-no-results-found-empty.js";import{Icon404Empty as hr}from"./default/icon-404-empty.js";import{Icon401Empty as yr}from"./default/icon-401-empty.js";import{Icon500Empty as sr}from"./default/icon-500-empty.js";import{IconNoNotificationsEmpty as Ar}from"./default/icon-no-notifications-empty.js";import{IconHistoryEmpty as Rr}from"./default/icon-history-empty.js";import{IconImportPsdEmpty as Tr}from"./default/icon-import-psd-empty.js";import{IconImportDesignTemplateEmpty as Lr}from"./default/icon-import-design-template-empty.js";import{Icon3DModelEmpty as vr}from"./default/icon-3-d-model-empty.js";import{IconSystemTooOld as Mr}from"./default/icon-system-too-old.js";import{IconNetworkConnectionTimeout as Qr}from"./default/icon-network-connection-timeout.js";import{IconFontSearchEmpty as Vr}from"./default/icon-font-search-empty.js";import"../assets/jsx-runtime-f82b6bd0.js";import"react";export{vr as Icon3DModelEmpty,yr as Icon401Empty,hr as Icon404Empty,sr as Icon500Empty,C as IconArrowChevronDoubleLeftOutline,S as IconArrowChevronDoubleRightOutline,x as IconArrowChevronDownOutline,l as IconArrowChevronLeftOutline,f as IconArrowChevronRightOutline,u as IconArrowChevronUpOutline,yo as IconArrowDownCaretTriangleSolid,E as IconArrowDownloadOutline,rr as IconArrowDownloadSolid,Jo as IconArrowLeftCircleSolid,n as IconArrowLeftOutline,g as IconArrowLongRightOutline,c as IconArrowRightOutline,w as IconArrowShareOutline,ho as IconArrowUpCaretTriangleSolid,N as IconCalendarOutline,z as IconCheckCircleOutline,Ao as IconCheckCircleSolid,F as IconCheckOutline,jo as IconCheckboxSolid,G as IconCloseCircleOutline,so as IconCloseCircleSolid,Xo as IconCloseFunctionCircleSolid,k as IconCloseOutline,D as IconDocumentArrowUpSolid,xo as IconDragArrowOutline,q as IconExclamationCircleOutline,Ro as IconExclamationCircleSolid,To as IconExclamationWarningTriangleSolid,tr as IconFeatureEmpty,eo as IconFileAudioOutline,oo as IconFileVideoOutline,Vr as IconFontSearchEmpty,Rr as IconHistoryEmpty,P as IconImagePhotoPlusSolid,Zo as IconImagePhotoSolid,Lr as IconImportDesignTemplateEmpty,Tr as IconImportPsdEmpty,vo as IconInformationCircleAlertSolid,Lo as IconInformationCircleSolid,Ir as IconIntegrationEmpty,_ as IconLoadingOutline,uo as IconLocalOutline,Oo as IconMapPinOutline,Qr as IconNetworkConnectionTimeout,dr as IconNoDesignTemplateEmpty,Ar as IconNoNotificationsEmpty,Or as IconNoResultsFoundEmpty,no as IconPaperClipOutline,Mo as IconPauseSolid,$o as IconPencilSquareSolid,Vo as IconQrCodeSolid,W as IconQuestionMarkCircleOutline,Qo as IconQuestionMarkCircleSolid,Bo as IconRadioSolid,co as IconResetOutline,lo as IconRotateLeftRectangleOutline,fo as IconRotateRightRectangleOutline,b as IconSearchOutline,mr as IconSecurityCheckingEmpty,pr as IconSecurityCheckingFailEmpty,ar as IconSelectProductEmpty,Mr as IconSystemTooOld,U as IconToolImagePhotoSchematicOutline,ir as IconTranslateEmpty,Ho as IconTrianglesPlaySolid,Y as IconVideoPauseCircleOutline,K as IconVideoPlayCircleOutline};
2
2
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunzi/icon",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "React Icon Set",
5
5
  "type": "module",
6
6
  "types": "./types",
@@ -17,6 +17,7 @@
17
17
  "preinstall": "npx only-allow pnpm",
18
18
  "generate-icon:customeow": "generate-icon --file=yCYdiodKuhwbhBUC9f9O3j --folder=src/customeow --prefixCls=customeow --gitDiff=false",
19
19
  "generate-icon:customeow-shein": "generate-icon --file=yCYdiodKuhwbhBUC9f9O3j --folder=src/customeow-shein --prefixCls=customeow-shein --gitDiff=false --fileName=icons-shein",
20
+ "generate-icon:customeow-empty": "generate-icon --file=yCYdiodKuhwbhBUC9f9O3j --folder=src/customeow-empty --prefixCls=customeow-empty --gitDiff=false --fileName=Empty",
20
21
  "build": "rimraf dist && rimraf types && vite build",
21
22
  "prepublishOnly": "pnpm build"
22
23
  },
@@ -20,15 +20,7 @@ export const IconCropSquare1To2 = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <rect
24
- x="19"
25
- y="6"
26
- width="8"
27
- height="18"
28
- rx="2"
29
- transform="rotate(90 19 6)"
30
- fill={color}
31
- />
23
+ <rect x="6" y="1" width="8" height="18" rx="2" fill={color} />
32
24
  </svg>
33
25
  );
34
26
  }
@@ -20,7 +20,15 @@ export const IconCropSquare2To1 = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <rect x="6" y="1" width="8" height="18" rx="2" fill={color} />
23
+ <rect
24
+ x="19"
25
+ y="6"
26
+ width="8"
27
+ height="18"
28
+ rx="2"
29
+ transform="rotate(90 19 6)"
30
+ fill={color}
31
+ />
24
32
  </svg>
25
33
  );
26
34
  }
@@ -21,12 +21,12 @@ export const IconCropSquare2To3 = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <rect
24
- x="18.5"
25
- y="15"
24
+ x="15"
25
+ y="1.5"
26
26
  width="17"
27
27
  height="10"
28
28
  rx="2"
29
- transform="rotate(-180 18.5 15)"
29
+ transform="rotate(90 15 1.5)"
30
30
  fill={color}
31
31
  />
32
32
  </svg>
@@ -21,12 +21,12 @@ export const IconCropSquare3To2 = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <rect
24
- x="15"
25
- y="1.5"
24
+ x="18.5"
25
+ y="15"
26
26
  width="17"
27
27
  height="10"
28
28
  rx="2"
29
- transform="rotate(90 15 1.5)"
29
+ transform="rotate(-180 18.5 15)"
30
30
  fill={color}
31
31
  />
32
32
  </svg>
@@ -20,7 +20,7 @@ export const IconCropSquare3To4 = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <rect x="2" y="4" width="16" height="12" rx="2" fill={color} />
23
+ <rect x="4" y="2" width="12" height="16" rx="2" fill={color} />
24
24
  </svg>
25
25
  );
26
26
  }
@@ -20,7 +20,7 @@ export const IconCropSquare4To3 = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <rect x="4" y="2" width="12" height="16" rx="2" fill={color} />
23
+ <rect x="2" y="4" width="16" height="12" rx="2" fill={color} />
24
24
  </svg>
25
25
  );
26
26
  }
@@ -21,7 +21,7 @@ export const IconCropSquareFreeform = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M3.75 0.5C4.16421 0.5 4.5 0.835786 4.5 1.25L4.5 3V4.5L4.5 14.25C4.5 14.9404 5.05964 15.5 5.75 15.5L15.5 15.5H17L18.75 15.5C19.1642 15.5 19.5 15.8358 19.5 16.25C19.5 16.6642 19.1642 17 18.75 17H17L17 18.75C17 19.1642 16.6642 19.5 16.25 19.5C15.8358 19.5 15.5 19.1642 15.5 18.75V17H5.75C4.23122 17 3 15.7688 3 14.25V4.5L1.25 4.5C0.835786 4.5 0.5 4.16421 0.5 3.75C0.5 3.33578 0.835786 3 1.25 3H3V1.25C3 0.835786 3.33578 0.5 3.75 0.5ZM17 14V5.75C17 4.23122 15.7688 3 14.25 3H6V4.5L14.25 4.5C14.9404 4.5 15.5 5.05964 15.5 5.75L15.5 14H17ZM7 6C6.44771 6 6 6.44772 6 7V13C6 13.5523 6.44771 14 7 14H13C13.5523 14 14 13.5523 14 13V7C14 6.44772 13.5523 6 13 6H7Z"
24
+ d="M5.5 2.25C5.5 1.83579 5.16421 1.5 4.75 1.5C4.33579 1.5 4 1.83579 4 2.25V4H2.25C1.83579 4 1.5 4.33578 1.5 4.75C1.5 5.16421 1.83579 5.5 2.25 5.5L4 5.5V13.25C4 14.7688 5.23122 16 6.75 16H14.5V17.75C14.5 18.1642 14.8358 18.5 15.25 18.5C15.6642 18.5 16 18.1642 16 17.75V16H17.75C18.1642 16 18.5 15.6642 18.5 15.25C18.5 14.8358 18.1642 14.5 17.75 14.5L16 14.5H14.5L6.75 14.5C6.05964 14.5 5.5 13.9404 5.5 13.25L5.5 5.5V4L5.5 2.25ZM7 5.5L13.25 5.5C13.9404 5.5 14.5 6.05964 14.5 6.75L14.5 13H16L16 6.75C16 5.23122 14.7688 4 13.25 4H7V5.5Z"
25
25
  fill={color}
26
26
  fillRule="evenodd"
27
27
  clipRule="evenodd"
@@ -20,7 +20,15 @@ export const IconCropSquareHorizontal = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <rect x="4" y="1.5" width="12" height="17" rx="2" fill={color} />
23
+ <rect
24
+ x="18.5"
25
+ y="4"
26
+ width="12"
27
+ height="17"
28
+ rx="2"
29
+ transform="rotate(90 18.5 4)"
30
+ fill={color}
31
+ />
24
32
  </svg>
25
33
  );
26
34
  }
@@ -20,15 +20,7 @@ export const IconCropSquareVertically = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <rect
24
- x="18.5"
25
- y="4"
26
- width="12"
27
- height="17"
28
- rx="2"
29
- transform="rotate(90 18.5 4)"
30
- fill={color}
31
- />
23
+ <rect x="4" y="1.5" width="12" height="17" rx="2" fill={color} />
32
24
  </svg>
33
25
  );
34
26
  }
@@ -20,22 +20,8 @@ export const IconPreviewPlaceholder = forwardRef<SVGSVGElement, IconProps>(
20
20
  {...props}
21
21
  ref={forwardedRef}
22
22
  >
23
- <path
24
- d="M0 5.25C0 4.65326 0.237053 4.08097 0.65901 3.65901C1.08097 3.23705 1.65326 3 2.25 3H15.75C16.0455 3 16.3381 3.0582 16.611 3.17127C16.884 3.28434 17.1321 3.45008 17.341 3.65901C17.5499 3.86794 17.7157 4.11598 17.8287 4.38896C17.9418 4.66194 18 4.95453 18 5.25V9.5H12.5C10.9944 9.5 9.68313 10.3318 9.00059 11.5609L5.53 8.091C5.38937 7.95055 5.19875 7.87166 5 7.87166C4.80125 7.87166 4.61063 7.95055 4.47 8.091L1.5 11.06V14.75C1.5 15.164 1.836 15.5 2.25 15.5H8.5V17H2.25C1.65326 17 1.08097 16.7629 0.65901 16.341C0.237053 15.919 0 15.3467 0 14.75V5.25ZM11 7C11 7.26522 10.8946 7.51957 10.7071 7.70711C10.5196 7.89464 10.2652 8 10 8C9.73478 8 9.48043 7.89464 9.29289 7.70711C9.10536 7.51957 9 7.26522 9 7C9 6.73478 9.10536 6.48043 9.29289 6.29289C9.48043 6.10536 9.73478 6 10 6C10.2652 6 10.5196 6.10536 10.7071 6.29289C10.8946 6.48043 11 6.73478 11 7Z"
25
- fill={color}
26
- fillRule="evenodd"
27
- clipRule="evenodd"
28
- />
29
- <path
30
- d="M15.0003 15.75C15.7312 15.75 16.3237 15.1904 16.3237 14.5C16.3237 13.8096 15.7312 13.25 15.0003 13.25C14.2694 13.25 13.6769 13.8096 13.6769 14.5C13.6769 15.1904 14.2694 15.75 15.0003 15.75Z"
31
- fill={color}
32
- />
33
- <path
34
- d="M10.0583 14.7952C9.98052 14.6044 9.98058 14.3928 10.0584 14.202C10.8229 12.3289 12.7469 11 14.9995 11C17.2532 11 19.178 12.3303 19.9417 14.2048C20.0195 14.3956 20.0194 14.6072 19.9416 14.798C19.1771 16.6711 17.2531 18 15.0005 18C12.7468 18 10.822 16.6697 10.0583 14.7952ZM17.1179 14.5C17.1179 15.6046 16.1699 16.5 15.0005 16.5C13.831 16.5 12.883 15.6046 12.883 14.5C12.883 13.3954 13.831 12.5 15.0005 12.5C16.1699 12.5 17.1179 13.3954 17.1179 14.5Z"
35
- fill={color}
36
- fillRule="evenodd"
37
- clipRule="evenodd"
38
- />
23
+ <circle cx="10" cy="6" r="1.5" fill={color} />
24
+ <circle cx="10" cy="14" r="1.5" fill={color} />
39
25
  </svg>
40
26
  );
41
27
  }
@@ -21,7 +21,7 @@ export const IconSystemTooOld = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M37 30C37 27.7909 38.7909 26 41 26H75C77.2091 26 79 27.7909 79 30V51.0223L78.4135 50.0058C77.5974 48.5912 76.3655 47.6566 75 47.202V31C75 30.4477 74.5523 30 74 30H42C41.4477 30 41 30.4477 41 31V89C41 89.5523 41.4477 90 42 90H74C74.5523 90 75 89.5523 75 89V79.5626H79V90C79 92.2091 77.2091 94 75 94H41C38.7909 94 37 92.2091 37 90V30ZM77.1142 50.7553L79 54.024V54.0245L88.7583 70.9389C90.5852 74.1056 88.2998 78.0626 84.6439 78.0626H61.3552C57.6994 78.0626 55.4139 74.1056 57.2408 70.9389L68.8852 50.7553C70.1903 48.4932 72.8945 47.8462 75 48.8141V48.814C75.8437 49.2018 76.5913 49.8489 77.1142 50.7553ZM74.1874 60.25C74.1874 59.5941 73.6557 59.0625 72.9999 59.0625C72.3441 59.0625 71.8124 59.5941 71.8124 60.25V66.1875C71.8124 66.8433 72.3441 67.375 72.9999 67.375C73.6557 67.375 74.1874 66.8433 74.1874 66.1875V60.25ZM74.1874 70.9375C74.1874 71.5933 73.6557 72.125 72.9999 72.125C72.3441 72.125 71.8124 71.5933 71.8124 70.9375C71.8124 70.2816 72.3441 69.75 72.9999 69.75C73.6557 69.75 74.1874 70.2816 74.1874 70.9375Z"
24
+ d="M36 30C36 27.7909 37.7909 26 40 26H76C78.2091 26 80 27.7909 80 30V52.7557L78.4135 50.0058C77.8026 48.9468 76.9586 48.1568 76 47.6358V31C76 30.4477 75.5523 30 75 30H41C40.4477 30 40 30.4477 40 31V89C40 89.5523 40.4477 90 41 90H75C75.5523 90 76 89.5523 76 89V79.5626H80V90C80 92.2091 78.2091 94 76 94H40C37.7909 94 36 92.2091 36 90V30ZM77.1142 50.7553L80 55.7573V55.7578L88.7583 70.9389C90.5852 74.1056 88.2998 78.0626 84.6439 78.0626H61.3552C57.6994 78.0626 55.4139 74.1056 57.2408 70.9389L68.8852 50.7553C70.4093 48.1136 73.8415 47.6745 76 49.4379V49.4377C76.4305 49.7893 76.8103 50.2285 77.1142 50.7553ZM74.1874 60.25C74.1874 59.5941 73.6557 59.0625 72.9999 59.0625C72.3441 59.0625 71.8124 59.5941 71.8124 60.25V66.1875C71.8124 66.8433 72.3441 67.375 72.9999 67.375C73.6557 67.375 74.1874 66.8433 74.1874 66.1875V60.25ZM74.1874 70.9375C74.1874 71.5933 73.6557 72.125 72.9999 72.125C72.3441 72.125 71.8124 71.5933 71.8124 70.9375C71.8124 70.2816 72.3441 69.75 72.9999 69.75C73.6557 69.75 74.1874 70.2816 74.1874 70.9375Z"
25
25
  fill={color}
26
26
  fillRule="evenodd"
27
27
  clipRule="evenodd"
@@ -21,47 +21,26 @@ export const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(
21
21
  ref={forwardedRef}
22
22
  >
23
23
  <path
24
- d="M43.5 94C33 94 31.3333 91.5 33 89C34.6667 86.5 37.9326 87.8651 37 90.5C36 93.3254 27.5 94.5227 27.5 89C27.5 86 27.5 79.5 27.5 79.5"
24
+ d="M27.5 84.5C27.5 84.5 27.5 86 27.5 89C27.5 94.5227 36 93.3254 37 90.5C37.9326 87.8651 34.6667 86.5 33 89C31.4757 91.2865 32.7397 93.5731 41 93.9469"
25
25
  stroke={color}
26
26
  strokeWidth="1.5"
27
27
  strokeLinecap="round"
28
28
  strokeLinejoin="round"
29
29
  />
30
- <rect
31
- x="54"
32
- y="42"
33
- width="47"
34
- height="18"
35
- rx="2"
36
- fill={color}
37
- stroke={color}
38
- strokeWidth="1.5"
39
- strokeLinejoin="round"
40
- />
41
- <rect
42
- x="54"
43
- y="60"
44
- width="47"
45
- height="18"
46
- rx="2"
47
- fill={color}
30
+ <path
31
+ d="M54 44C54 42.8954 54.8954 42 56 42H99C100.105 42 101 42.8954 101 44V58C101 59.1046 100.105 60 99 60H77V51.5C77 50.3954 76.1046 49.5 75 49.5H54V44ZM77 60H99C100.105 60 101 60.8954 101 62V76C101 77.1046 100.105 78 99 78H77V60Z"
48
32
  stroke={color}
49
33
  strokeWidth="1.5"
50
34
  strokeLinejoin="round"
51
35
  />
52
- <rect
53
- x="54"
54
- y="78"
55
- width="47"
56
- height="18"
57
- rx="2"
36
+ <path
37
+ d="M76.25 78C76.25 77.5858 76.5858 77.25 77 77.25H99C100.519 77.25 101.75 78.4812 101.75 80V94C101.75 95.5188 100.519 96.75 99 96.75H59C58.5858 96.75 58.25 96.4142 58.25 96C58.25 95.5858 58.5858 95.25 59 95.25H60C60.6904 95.25 61.25 94.6904 61.25 94C61.25 93.3096 60.6904 92.75 60 92.75H55C54.5858 92.75 54.25 92.4142 54.25 92V84.5C54.25 84.0858 54.5858 83.75 55 83.75H75C75.6904 83.75 76.25 83.1904 76.25 82.5V78ZM62.4501 95.25H99C99.6904 95.25 100.25 94.6904 100.25 94V80C100.25 79.3096 99.6904 78.75 99 78.75H77.75V82.5C77.75 84.0188 76.5188 85.25 75 85.25H55.75V91.25H60C61.5188 91.25 62.75 92.4812 62.75 94C62.75 94.4501 62.6419 94.875 62.4501 95.25Z"
58
38
  fill={color}
59
- stroke={color}
60
- strokeWidth="1.5"
61
- strokeLinejoin="round"
39
+ fillRule="evenodd"
40
+ clipRule="evenodd"
62
41
  />
63
42
  <path
64
- d="M85 69H61M91.5 69H93M85 87H62.5M91.5 87H93M85 51H61M91.5 51H93"
43
+ d="M85 69H77M91.5 69H93M85 87H62.5M91.5 87H93M85 51H77M91.5 51H93"
65
44
  stroke={color}
66
45
  strokeWidth="1.5"
67
46
  strokeLinecap="round"
@@ -99,13 +78,8 @@ export const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(
99
78
  strokeLinecap="round"
100
79
  strokeLinejoin="round"
101
80
  />
102
- <rect
103
- x="48"
104
- y="83"
105
- width="7"
106
- height="13"
107
- rx="2"
108
- fill={color}
81
+ <path
82
+ d="M48 84.5H55V92H48L48 84.5Z"
109
83
  stroke={color}
110
84
  strokeWidth="1.5"
111
85
  strokeLinejoin="round"
@@ -116,7 +90,6 @@ export const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(
116
90
  width="21"
117
91
  height="4"
118
92
  rx="2"
119
- fill={color}
120
93
  stroke={color}
121
94
  strokeWidth="1.5"
122
95
  strokeLinejoin="round"
@@ -127,7 +100,6 @@ export const Icon500Empty = forwardRef<SVGSVGElement, IconProps>(
127
100
  width="52"
128
101
  height="35"
129
102
  rx="2"
130
- fill={color}
131
103
  stroke={color}
132
104
  strokeWidth="1.5"
133
105
  strokeLinejoin="round"
@@ -0,0 +1,79 @@
1
+ import { forwardRef } from "react";
2
+ import type { IconProps } from "../../types";
3
+
4
+ export const IconNetworkConnectionTimeout = 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-shein-icon customeow-shein-icon-icon-network-connection-timeout`,
16
+ };
17
+ return (
18
+ <svg
19
+ viewBox="0 0 120 120"
20
+ fill="none"
21
+ xmlns="http://www.w3.org/2000/svg"
22
+ {...props}
23
+ ref={forwardedRef}
24
+ >
25
+ <path
26
+ d="M76 18L79 21M79 18L76 21"
27
+ stroke={color}
28
+ strokeWidth="1.5"
29
+ strokeLinecap="round"
30
+ strokeLinejoin="round"
31
+ />
32
+ <circle
33
+ cx="94.8"
34
+ cy="27.8"
35
+ r="1.8"
36
+ stroke={color}
37
+ strokeWidth="1.2"
38
+ strokeLinecap="round"
39
+ strokeLinejoin="round"
40
+ />
41
+ <circle
42
+ cx="36.2"
43
+ cy="17.2"
44
+ r="1.2"
45
+ fill={color}
46
+ stroke={color}
47
+ strokeLinecap="round"
48
+ strokeLinejoin="round"
49
+ />
50
+ <path
51
+ d="M20 32H24M22 34 22 30"
52
+ stroke={color}
53
+ strokeWidth="1.5"
54
+ strokeLinecap="round"
55
+ strokeLinejoin="round"
56
+ />
57
+ <circle
58
+ cx="60"
59
+ cy="89.486"
60
+ r="3.757"
61
+ stroke={color}
62
+ strokeWidth="1.5"
63
+ strokeLinecap="round"
64
+ strokeLinejoin="round"
65
+ />
66
+ <path
67
+ d="M50.8218 80.2312C54.1932 78.183 58.0663 77.2834 61.8784 77.5322M42.1362 71.8264C50.0275 66.7008 59.5765 65.1776 68.4531 67.257M86.1627 61.3044C70.1807 51.3931 49.6625 51.7603 34.0281 62.3481M95.9256 50.9857C74.0893 37.1347 45.8837 37.3814 24.2742 51.7256M78.5 71.6068V76.3901M66.3961 80.6958C65.2702 82.6091 66.6787 85 68.9317 85H88.0683C90.3213 85 91.7298 82.6091 90.6039 80.6958L81.0356 64.4358C79.9091 62.5214 77.0909 62.5214 75.9644 64.4358L66.3961 80.6958ZM78.5 80.2167H78.5098V80.2263H78.5V80.2167Z"
68
+ stroke={color}
69
+ strokeWidth="1.5"
70
+ strokeLinecap="round"
71
+ strokeLinejoin="round"
72
+ />
73
+ </svg>
74
+ );
75
+ });
76
+
77
+ IconNetworkConnectionTimeout.displayName = "IconNetworkConnectionTimeout";
78
+
79
+ export default IconNetworkConnectionTimeout;
@@ -54,10 +54,12 @@ export const IconSecurityCheckingFailEmpty = forwardRef<
54
54
  strokeLinecap="round"
55
55
  strokeLinejoin="round"
56
56
  />
57
- <circle
58
- cx="81.5"
59
- cy="82.5"
60
- r="8.5"
57
+ <rect
58
+ x="46"
59
+ y="50"
60
+ width="16.546"
61
+ height="16.546"
62
+ rx="2"
61
63
  fill={color}
62
64
  stroke={color}
63
65
  strokeWidth="1.5"
@@ -65,15 +67,15 @@ export const IconSecurityCheckingFailEmpty = forwardRef<
65
67
  strokeLinejoin="round"
66
68
  />
67
69
  <path
68
- d="M81.5 83.5L81.5 79.0147"
70
+ d="M54.2727 54.7273V56.5M50.7273 56.9432H57.8182M55.4546 57.3864C55.1169 58.7159 53.6987 61.4637 50.7273 61.8182M57.4243 61.8182C57.0866 61.8182 55.6234 61.4636 54.2727 60.0455"
69
71
  stroke={color}
70
72
  strokeWidth="1.5"
71
73
  strokeLinecap="round"
72
74
  strokeLinejoin="round"
73
75
  />
74
76
  <rect
75
- x="46"
76
- y="50"
77
+ x="56.818"
78
+ y="58.455"
77
79
  width="16.546"
78
80
  height="16.546"
79
81
  rx="2"
@@ -84,18 +86,16 @@ export const IconSecurityCheckingFailEmpty = forwardRef<
84
86
  strokeLinejoin="round"
85
87
  />
86
88
  <path
87
- d="M54.2727 54.7273V56.5M50.7273 56.9432H57.8182M55.4546 57.3864C55.1169 58.7159 53.6987 61.4637 50.7273 61.8182M57.4243 61.8182C57.0866 61.8182 55.6234 61.4636 54.2727 60.0455"
89
+ d="M62.7273 70.2727V65.1023L65.4849 62L68.2424 65.1023V70.2727M63.3401 67.9747H67.6297"
88
90
  stroke={color}
89
91
  strokeWidth="1.5"
90
92
  strokeLinecap="round"
91
93
  strokeLinejoin="round"
92
94
  />
93
- <rect
94
- x="56.818"
95
- y="58.455"
96
- width="16.546"
97
- height="16.546"
98
- rx="2"
95
+ <circle
96
+ cx="81.5"
97
+ cy="82.5"
98
+ r="8.5"
99
99
  fill={color}
100
100
  stroke={color}
101
101
  strokeWidth="1.5"
@@ -103,7 +103,7 @@ export const IconSecurityCheckingFailEmpty = forwardRef<
103
103
  strokeLinejoin="round"
104
104
  />
105
105
  <path
106
- d="M62.7273 70.2727V65.1023L65.4849 62L68.2424 65.1023V70.2727M63.3401 67.9747H67.6297"
106
+ d="M81.5 83.5L81.5 79.0147"
107
107
  stroke={color}
108
108
  strokeWidth="1.5"
109
109
  strokeLinecap="round"
@@ -70,6 +70,7 @@
70
70
  { "componentName": "IconImportDesignTemplateEmpty" },
71
71
  { "componentName": "Icon3DModelEmpty" },
72
72
  { "componentName": "IconSystemTooOld" },
73
+ { "componentName": "IconNetworkConnectionTimeout" },
73
74
  { "componentName": "IconFontSearchEmpty" }
74
75
  ]
75
76
  }
@@ -68,4 +68,5 @@ export { default as IconImportPsdEmpty } from "./default/icon-import-psd-empty";
68
68
  export { default as IconImportDesignTemplateEmpty } from "./default/icon-import-design-template-empty";
69
69
  export { default as Icon3DModelEmpty } from "./default/icon-3-d-model-empty";
70
70
  export { default as IconSystemTooOld } from "./default/icon-system-too-old";
71
+ export { default as IconNetworkConnectionTimeout } from "./default/icon-network-connection-timeout";
71
72
  export { default as IconFontSearchEmpty } from "./default/icon-font-search-empty";
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../../types";
2
+ export declare const IconNetworkConnectionTimeout: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export default IconNetworkConnectionTimeout;
@@ -68,4 +68,5 @@ export { default as IconImportPsdEmpty } from "./default/icon-import-psd-empty";
68
68
  export { default as IconImportDesignTemplateEmpty } from "./default/icon-import-design-template-empty";
69
69
  export { default as Icon3DModelEmpty } from "./default/icon-3-d-model-empty";
70
70
  export { default as IconSystemTooOld } from "./default/icon-system-too-old";
71
+ export { default as IconNetworkConnectionTimeout } from "./default/icon-network-connection-timeout";
71
72
  export { default as IconFontSearchEmpty } from "./default/icon-font-search-empty";