@sunzi/icon 1.1.32 → 1.1.34

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 (97) hide show
  1. package/es/customeow/default/icon-arrow-uturn-left-outline.js +1 -0
  2. package/es/customeow/default/icon-automatic-connection-solid.js +1 -0
  3. package/es/customeow/default/icon-calculator-solid.js +1 -0
  4. package/es/customeow/default/icon-cookies-solid.js +1 -0
  5. package/es/customeow/default/icon-curve-text-bicolor-solid.js +1 -1
  6. package/es/customeow/default/icon-custom-area-add-solid.js +1 -0
  7. package/es/customeow/default/icon-custom-area-solid.js +1 -0
  8. package/es/customeow/default/icon-design-templates-id-solid.js +1 -0
  9. package/es/customeow/default/icon-distortion-outline.js +1 -0
  10. package/es/customeow/default/icon-document-add-solid.js +1 -0
  11. package/es/customeow/default/icon-document-text-solid.js +1 -1
  12. package/es/customeow/default/icon-equalizer-outline.js +1 -0
  13. package/es/customeow/default/icon-exclamation-triangle-outline.js +1 -1
  14. package/es/customeow/default/icon-fireworks-solid.js +1 -1
  15. package/es/customeow/default/icon-mask-1-outline.js +1 -0
  16. package/es/customeow/default/icon-mask-10-outline.js +1 -0
  17. package/es/customeow/default/icon-mask-2-outline.js +1 -0
  18. package/es/customeow/default/icon-mask-3-outline.js +1 -0
  19. package/es/customeow/default/icon-mask-4-outline.js +1 -0
  20. package/es/customeow/default/icon-mask-5-outline.js +1 -0
  21. package/es/customeow/default/icon-mask-6-outline.js +1 -0
  22. package/es/customeow/default/icon-mask-7-outline.js +1 -0
  23. package/es/customeow/default/icon-mask-8-outline.js +1 -0
  24. package/es/customeow/default/icon-mask-9-outline.js +1 -0
  25. package/es/customeow/default/icon-perspective-outline.js +1 -0
  26. package/es/customeow/default/icon-print-pattern-bicolor-solid.js +1 -1
  27. package/es/customeow/default/icon-production-solid.js +1 -1
  28. package/es/customeow/default/icon-smart-objects-solid.js +1 -0
  29. package/es/customeow/default/icon-tag-solid.js +1 -0
  30. package/es/customeow/default/icon-tilt-outline.js +1 -0
  31. package/es/customeow/default/icon-tool-color-swatch-outline.js +1 -0
  32. package/es/customeow/default/icon-tool-video-camera.js +1 -1
  33. package/es/customeow/default/icon-vip-solid.js +1 -1
  34. package/es/customeow/index.js +1 -1
  35. package/manifest.json +25 -0
  36. package/package.json +1 -1
  37. package/src/customeow/default/icon-arrow-uturn-left-outline.tsx +36 -0
  38. package/src/customeow/default/icon-automatic-connection-solid.tsx +53 -0
  39. package/src/customeow/default/icon-calculator-solid.tsx +36 -0
  40. package/src/customeow/default/icon-cookies-solid.tsx +36 -0
  41. package/src/customeow/default/icon-curve-text-bicolor-solid.tsx +1 -1
  42. package/src/customeow/default/icon-custom-area-add-solid.tsx +42 -0
  43. package/src/customeow/default/icon-custom-area-solid.tsx +38 -0
  44. package/src/customeow/default/icon-design-templates-id-solid.tsx +44 -0
  45. package/src/customeow/default/icon-distortion-outline.tsx +36 -0
  46. package/src/customeow/default/icon-document-add-solid.tsx +40 -0
  47. package/src/customeow/default/icon-document-text-solid.tsx +5 -1
  48. package/src/customeow/default/icon-equalizer-outline.tsx +36 -0
  49. package/src/customeow/default/icon-exclamation-triangle-outline.tsx +1 -1
  50. package/src/customeow/default/icon-fireworks-solid.tsx +2 -2
  51. package/src/customeow/default/icon-mask-1-outline.tsx +35 -0
  52. package/src/customeow/default/icon-mask-10-outline.tsx +36 -0
  53. package/src/customeow/default/icon-mask-2-outline.tsx +36 -0
  54. package/src/customeow/default/icon-mask-3-outline.tsx +36 -0
  55. package/src/customeow/default/icon-mask-4-outline.tsx +36 -0
  56. package/src/customeow/default/icon-mask-5-outline.tsx +36 -0
  57. package/src/customeow/default/icon-mask-6-outline.tsx +36 -0
  58. package/src/customeow/default/icon-mask-7-outline.tsx +36 -0
  59. package/src/customeow/default/icon-mask-8-outline.tsx +36 -0
  60. package/src/customeow/default/icon-mask-9-outline.tsx +36 -0
  61. package/src/customeow/default/icon-perspective-outline.tsx +36 -0
  62. package/src/customeow/default/icon-print-pattern-bicolor-solid.tsx +1 -1
  63. package/src/customeow/default/icon-production-solid.tsx +3 -1
  64. package/src/customeow/default/icon-smart-objects-solid.tsx +42 -0
  65. package/src/customeow/default/icon-tag-solid.tsx +36 -0
  66. package/src/customeow/default/icon-tilt-outline.tsx +36 -0
  67. package/src/customeow/default/icon-tool-color-swatch-outline.tsx +40 -0
  68. package/src/customeow/default/icon-tool-video-camera.tsx +2 -2
  69. package/src/customeow/default/icon-vip-solid.tsx +1 -1
  70. package/src/customeow/index.json +25 -0
  71. package/src/customeow/index.tsx +25 -0
  72. package/types/customeow/default/icon-arrow-uturn-left-outline.d.ts +3 -0
  73. package/types/customeow/default/icon-automatic-connection-solid.d.ts +3 -0
  74. package/types/customeow/default/icon-calculator-solid.d.ts +3 -0
  75. package/types/customeow/default/icon-cookies-solid.d.ts +3 -0
  76. package/types/customeow/default/icon-custom-area-add-solid.d.ts +3 -0
  77. package/types/customeow/default/icon-custom-area-solid.d.ts +3 -0
  78. package/types/customeow/default/icon-design-templates-id-solid.d.ts +3 -0
  79. package/types/customeow/default/icon-distortion-outline.d.ts +3 -0
  80. package/types/customeow/default/icon-document-add-solid.d.ts +3 -0
  81. package/types/customeow/default/icon-equalizer-outline.d.ts +3 -0
  82. package/types/customeow/default/icon-mask-1-outline.d.ts +3 -0
  83. package/types/customeow/default/icon-mask-10-outline.d.ts +3 -0
  84. package/types/customeow/default/icon-mask-2-outline.d.ts +3 -0
  85. package/types/customeow/default/icon-mask-3-outline.d.ts +3 -0
  86. package/types/customeow/default/icon-mask-4-outline.d.ts +3 -0
  87. package/types/customeow/default/icon-mask-5-outline.d.ts +3 -0
  88. package/types/customeow/default/icon-mask-6-outline.d.ts +3 -0
  89. package/types/customeow/default/icon-mask-7-outline.d.ts +3 -0
  90. package/types/customeow/default/icon-mask-8-outline.d.ts +3 -0
  91. package/types/customeow/default/icon-mask-9-outline.d.ts +3 -0
  92. package/types/customeow/default/icon-perspective-outline.d.ts +3 -0
  93. package/types/customeow/default/icon-smart-objects-solid.d.ts +3 -0
  94. package/types/customeow/default/icon-tag-solid.d.ts +3 -0
  95. package/types/customeow/default/icon-tilt-outline.d.ts +3 -0
  96. package/types/customeow/default/icon-tool-color-swatch-outline.d.ts +3 -0
  97. package/types/customeow/index.d.ts +25 -0
@@ -0,0 +1 @@
1
+ import{_ as s,a as e,j as l}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as u}from"react";var d=["color"],f=u(function(r,a){var t=r.color,i=t===void 0?"currentColor":t,o=s(r,d),n=o,c=n.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-arrow-uturn-left-outline")}),l("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:l("path",{d:"M7.79252 2.23214C8.07852 2.53177 8.06748 3.00651 7.76786 3.29252L3.62192 7.25H13.625C16.5935 7.25 19 9.65647 19 12.625C19 15.5935 16.5935 18 13.625 18H10.75C10.3358 18 10 17.6642 10 17.25C10 16.8358 10.3358 16.5 10.75 16.5H13.625C15.7651 16.5 17.5 14.7651 17.5 12.625C17.5 10.4849 15.7651 8.75 13.625 8.75H3.62192L7.76786 12.7075C8.06748 12.9935 8.07852 13.4682 7.79252 13.7679C7.50651 14.0675 7.03177 14.0785 6.73214 13.7925L1.23214 8.54252C1.08388 8.401 1 8.20496 1 8C1 7.79504 1.08388 7.59901 1.23214 7.45748L6.73214 2.20748C7.03177 1.92148 7.50651 1.93252 7.79252 2.23214Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})}))});f.displayName="IconArrowUturnLeftOutline";export{f as IconArrowUturnLeftOutline,f as default};
@@ -0,0 +1 @@
1
+ import{_ as d,a as t,b as L,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as C}from"react";var l=["color"],h=C(function(i,s){var c=i.color,e=c===void 0?"currentColor":c,o=d(i,l),a=o,n=a.className;return o=t(t({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(n?n+" ":"","customeow-icon customeow-icon-icon-automatic-connection-solid")}),L("svg",t(t({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:s,children:[r("path",{d:"M7.59717 14.4915H8.38621C9.76692 14.4915 10.8862 13.3722 10.8862 11.9915V7.6726C10.8862 6.29188 12.0055 5.17259 13.3862 5.17259H16.4464M14.9722 2.9937L17.1512 5.17259L14.9722 7.35154",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r("rect",{x:"2.916",y:"12.19",width:"4.682",height:"4.682",rx:"1",stroke:e,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r("path",{d:"M4.58308 2.00025C4.68328 1.59453 5.26017 1.5949 5.35986 2.00074L5.69659 3.37159C5.80318 3.80551 6.14203 4.14427 6.57597 4.25076L7.94599 4.58694C8.35182 4.68653 8.35237 5.26334 7.94673 5.36371L6.57374 5.7034C6.141 5.81047 5.80328 6.1486 5.69673 6.58147L5.35981 7.95027C5.25998 8.35587 4.68347 8.35623 4.58312 7.95077L4.24386 6.57998C4.13692 6.14792 3.79962 5.81053 3.36758 5.70349L1.99596 5.36368C1.59048 5.26322 1.59104 4.68665 1.99671 4.58697L3.36535 4.25067C3.79859 4.14421 4.13702 3.80619 4.24399 3.37308L4.58308 2.00025ZM14.6626 13.3869C14.7545 12.9677 15.3522 12.9677 15.4441 13.3869L15.6046 14.1193C15.6881 14.5007 15.986 14.7986 16.3674 14.8821L17.0998 15.0426C17.519 15.1345 17.519 15.7322 17.0998 15.8241L16.3674 15.9846C15.986 16.0681 15.6881 16.366 15.6046 16.7474L15.4441 17.4798C15.3522 17.899 14.7545 17.899 14.6626 17.4798L14.5021 16.7474C14.4186 16.366 14.1207 16.0681 13.7393 15.9846L13.0069 15.8241C12.5877 15.7322 12.5877 15.1345 13.0069 15.0426L13.7393 14.8821C14.1207 14.7986 14.4186 14.5007 14.5021 14.1193L14.6626 13.3869Z",fill:e})]}))});h.displayName="IconAutomaticConnectionSolid";export{h as IconAutomaticConnectionSolid,h as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as C,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var n=["color"],p=d(function(e,a){var c=e.color,t=c===void 0?"currentColor":c,o=s(e,n),i=o,l=i.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(l?l+" ":"","customeow-icon customeow-icon-icon-calculator-solid")}),r("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:r("path",{d:"M4.5 1.5C3.67157 1.5 3 2.17157 3 3V17C3 17.8284 3.67157 18.5 4.5 18.5H15.5C16.3284 18.5 17 17.8284 17 17V3C17 2.17157 16.3284 1.5 15.5 1.5H4.5ZM6 3.5C5.44772 3.5 5 3.94772 5 4.5V5C5 5.55228 5.44772 6 6 6H14C14.5523 6 15 5.55228 15 5V4.5C15 3.94772 14.5523 3.5 14 3.5H6ZM5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12ZM6 7.5C5.44772 7.5 5 7.94772 5 8.5C5 9.05228 5.44772 9.5 6 9.5C6.55228 9.5 7 9.05228 7 8.5C7 7.94772 6.55228 7.5 6 7.5ZM9 12C9 11.4477 9.44772 11 10 11C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13C9.44772 13 9 12.5523 9 12ZM14 11C13.4477 11 13 11.4477 13 12V15.5C13 16.0523 13.4477 16.5 14 16.5C14.5523 16.5 15 16.0523 15 15.5V12C15 11.4477 14.5523 11 14 11ZM5 15.5C5 14.9477 5.44772 14.5 6 14.5C6.55228 14.5 7 14.9477 7 15.5C7 16.0523 6.55228 16.5 6 16.5C5.44772 16.5 5 16.0523 5 15.5ZM10 7.5C9.44772 7.5 9 7.94772 9 8.5C9 9.05228 9.44772 9.5 10 9.5C10.5523 9.5 11 9.05228 11 8.5C11 7.94772 10.5523 7.5 10 7.5ZM13 8.5C13 7.94772 13.4477 7.5 14 7.5C14.5523 7.5 15 7.94772 15 8.5C15 9.05228 14.5523 9.5 14 9.5C13.4477 9.5 13 9.05228 13 8.5ZM10 14.5C9.44772 14.5 9 14.9477 9 15.5C9 16.0523 9.44772 16.5 10 16.5C10.5523 16.5 11 16.0523 11 15.5C11 14.9477 10.5523 14.5 10 14.5Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconCalculatorSolid";export{p as IconCalculatorSolid,p as default};
@@ -0,0 +1 @@
1
+ import{_ as t,a as o,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var n=["color"],L=d(function(e,s){var c=e.color,l=c===void 0?"currentColor":c,C=t(e,n),a=C,i=a.className;return C=o(o({},C),{},{width:"".concat(C.width||C.size||20),height:"".concat(C.height||C.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-cookies-solid")}),r("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C),{},{ref:s,children:r("path",{d:"M2.75 2.30005C1.50736 2.30005 0.5 3.30741 0.5 4.55005V14.05C0.5 15.2927 1.50736 16.3 2.75 16.3H6.41107C6.30452 16.097 6.21003 15.8824 6.12996 15.6559C6.03128 15.3766 5.9587 15.0911 5.91179 14.8H2.75C2.33579 14.8 2 14.4643 2 14.05V8.30005H7.21473C7.39716 8.12008 7.60643 7.96127 7.84079 7.82989C8.25121 7.59982 8.69439 7.47931 9.13519 7.45896C9.3576 7.19249 9.63127 6.96138 9.95098 6.78216C10.5036 6.47236 11.1143 6.36153 11.699 6.42558C11.8592 6.28063 12.0377 6.15147 12.2332 6.04186C12.9307 5.65087 13.7192 5.57683 14.4327 5.77097C14.5144 5.71344 14.5997 5.65961 14.6885 5.60984C16.0037 4.87259 17.6441 5.26015 18.5 6.46005V4.55005C18.5 3.30741 17.4926 2.30005 16.25 2.30005H2.75ZM3.5 4.55005C3.08579 4.55005 2.75 4.88584 2.75 5.30005V5.31005C2.75 5.72426 3.08579 6.06005 3.5 6.06005H3.51C3.92421 6.06005 4.26 5.72426 4.26 5.31005V5.30005C4.26 4.88584 3.92421 4.55005 3.51 4.55005H3.5ZM5.75 5.30005C5.75 4.88584 6.08579 4.55005 6.5 4.55005H6.51C6.92421 4.55005 7.26 4.88584 7.26 5.30005V5.31005C7.26 5.72426 6.92421 6.06005 6.51 6.06005H6.5C6.08579 6.06005 5.75 5.72426 5.75 5.31005V5.30005ZM9.5 4.55005C9.08579 4.55005 8.75 4.88584 8.75 5.30005V5.31005C8.75 5.72426 9.08579 6.06005 9.5 6.06005H9.51C9.92421 6.06005 10.26 5.72426 10.26 5.31005V5.30005C10.26 4.88584 9.92421 4.55005 9.51 4.55005H9.5ZM7.56836 11.2823C7.08133 10.3611 7.41585 9.21458 8.32986 8.70221C8.74708 8.46833 9.21402 8.40641 9.64892 8.49342C9.8147 8.15121 10.0832 7.85452 10.44 7.65448C10.9548 7.36595 11.5452 7.33913 12.0577 7.5308C12.2215 7.28297 12.4453 7.06945 12.7223 6.91418C13.34 6.5679 14.0668 6.59857 14.6371 6.93148C14.7839 6.75464 14.9651 6.60127 15.1775 6.48216C16.1056 5.96191 17.2797 6.29252 17.8 7.22059L18.1323 7.81352C18.152 7.84856 18.1836 7.90047 18.2244 7.96761L18.2245 7.96778L18.2246 7.96785C18.5355 8.47898 19.3849 9.87543 19.6361 11.4951C19.7815 12.4327 19.7372 13.4862 19.2645 14.5214C18.7898 15.5611 17.9146 16.5129 16.5187 17.2954C15.8226 17.6856 14.7053 18.1818 13.4263 18.3978C12.1449 18.6143 10.6453 18.5575 9.25738 17.7637C8.3287 17.2326 7.46964 16.4454 7.07291 15.3227C6.67084 14.1849 6.79225 12.8417 7.55403 11.3097C7.55864 11.3004 7.56342 11.2913 7.56836 11.2823ZM8.89987 10.5912C8.7847 10.3857 8.85789 10.1258 9.06333 10.0107C9.26878 9.89549 9.52868 9.96867 9.64385 10.1741L10.5387 11.7704L10.5456 11.7825L10.7946 12.2267C10.9971 12.588 11.4542 12.7167 11.8155 12.5141C12.1769 12.3116 12.3056 11.8545 12.103 11.4932L11.0101 9.54344C10.8949 9.338 10.9681 9.07809 11.1735 8.96292C11.379 8.84776 11.6389 8.92094 11.754 9.12639L11.9735 9.51785L11.9839 9.53661L12.655 10.7338C12.6942 10.8037 12.7429 10.8649 12.7986 10.9167C13.0308 11.1328 13.3847 11.185 13.6762 11.0215C14.0375 10.819 14.1662 10.3619 13.9637 10.0006L13.2875 8.7943C13.1793 8.5903 13.2533 8.33614 13.4558 8.22262C13.6612 8.10745 13.9211 8.18064 14.0363 8.38608L14.5317 9.26986C14.7342 9.63118 15.1913 9.75989 15.5527 9.55735C15.7905 9.42402 15.9275 9.1804 15.9357 8.9264C15.9399 8.7945 15.9094 8.65979 15.8401 8.53628L15.7476 8.37112C15.6324 8.16567 15.7056 7.90577 15.911 7.7906C16.1165 7.67544 16.3764 7.74862 16.4915 7.95406L16.8239 8.54699C16.8578 8.60754 16.9033 8.68338 16.957 8.77306C17.2933 9.33435 17.9542 10.4375 18.1538 11.725C18.2664 12.4504 18.222 13.1933 17.9 13.8984C17.5801 14.599 16.9548 15.3313 15.7852 15.9869C15.1943 16.3182 14.2413 16.7389 13.1765 16.9188C12.114 17.0983 10.996 17.0301 10.0021 16.4616C9.26522 16.0402 8.72485 15.4954 8.4872 14.8229C8.31934 14.3479 8.27762 13.7384 8.50619 12.9565L9.02959 13.8902C9.23213 14.2515 9.68923 14.3802 10.0505 14.1777C10.4119 13.9751 10.5406 13.518 10.338 13.1567L8.89987 10.5912Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});L.displayName="IconCookiesSolid";export{L as IconCookiesSolid,L as default};
@@ -1 +1 @@
1
- import{_ as d,a as e,b as n,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as C}from"react";var p=["color"],u=C(function(l,a){var r=l.color,c=r===void 0?"currentColor":r,o=d(l,p),s=o,i=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-curve-text-bicolor-solid")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:[t("path",{d:"M10.7376 1.70192C11.7109 0.761978 13.2684 0.795677 14.2162 1.77719L18.0777 5.77588C19.0255 6.75738 19.0049 8.31505 18.0315 9.25499L16.7097 10.5314L15.6377 9.4213C16.051 8.45675 16.0656 7.35747 15.6782 6.37556L10.5476 11.3301L11.5839 10.3298C10.9306 10.9607 11.014 11.7382 11.834 12.6622L10.9539 13.5143L6.2343 8.62702L7.1155 7.77606C7.99703 8.61521 8.76118 8.7357 9.40796 8.13752L13.533 4.15398C12.5652 3.73244 11.4659 3.70864 10.4874 4.08806L9.41581 2.97837L10.7376 1.70192Z",fill:c,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{opacity:".5",d:"M0.699951 10.2C0.699951 9.64773 1.14767 9.20001 1.69995 9.20001C3.76747 9.20001 5.88506 10.2209 7.46956 11.8054C9.06529 13.4011 10.2 15.646 10.2 18.2C10.2 18.7523 9.75224 19.2 9.19995 19.2C8.64767 19.2 8.19995 18.7523 8.19995 18.2C8.19995 16.254 7.33461 14.4989 6.05534 13.2196C4.76484 11.9291 3.13243 11.2 1.69995 11.2C1.14767 11.2 0.699951 10.7523 0.699951 10.2Z",fill:c,fillRule:"evenodd",clipRule:"evenodd"})]}))});u.displayName="IconCurveTextBicolorSolid";export{u as IconCurveTextBicolorSolid,u as default};
1
+ import{_ as d,a as e,b as n,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as C}from"react";var p=["color"],u=C(function(l,a){var r=l.color,c=r===void 0?"currentColor":r,o=d(l,p),s=o,i=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-curve-text-bicolor-solid")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:[t("path",{d:"M10.7906 1.70192C11.7639 0.761978 13.3214 0.795677 14.2692 1.77719L18.1307 5.77588C19.0785 6.75738 19.0578 8.31505 18.0845 9.25499L16.7627 10.5314L15.6907 9.4213C16.104 8.45675 16.1186 7.35747 15.7312 6.37556L10.6006 11.3301L11.6369 10.3298C10.9836 10.9607 11.0669 11.7382 11.8869 12.6622L11.0069 13.5143L6.28728 8.62702L7.16848 7.77606C8.05001 8.61521 8.81416 8.7357 9.46093 8.13752L13.586 4.15398C12.6181 3.73244 11.5189 3.70864 10.5404 4.08806L9.46879 2.97837L10.7906 1.70192Z",fill:c,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{opacity:".5",d:"M0.699951 10.2C0.699951 9.64773 1.14767 9.20001 1.69995 9.20001C3.76747 9.20001 5.88506 10.2209 7.46956 11.8054C9.06529 13.4011 10.2 15.646 10.2 18.2C10.2 18.7523 9.75224 19.2 9.19995 19.2C8.64767 19.2 8.19995 18.7523 8.19995 18.2C8.19995 16.254 7.33461 14.4989 6.05534 13.2196C4.76484 11.9291 3.13243 11.2 1.69995 11.2C1.14767 11.2 0.699951 10.7523 0.699951 10.2Z",fill:c,fillRule:"evenodd",clipRule:"evenodd"})]}))});u.displayName="IconCurveTextBicolorSolid";export{u as IconCurveTextBicolorSolid,u as default};
@@ -0,0 +1 @@
1
+ import{_ as c,a as V,b as i,j as C}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as l}from"react";var d=["color"],n=l(function(a,s){var r=a.color,H=r===void 0?"currentColor":r,o=c(a,d),t=o,e=t.className;return o=V(V({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(e?e+" ":"","customeow-icon customeow-icon-icon-custom-area-add-solid")}),i("svg",V(V({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:s,children:[C("path",{d:"M2.75 1C1.7835 1 1 1.7835 1 2.75V16.75C1 17.7165 1.7835 18.5 2.75 18.5H13.2113C13.2038 18.4344 13.2 18.3677 13.2 18.3V17H2.75C2.61193 17 2.5 16.8881 2.5 16.75V2.75C2.5 2.61193 2.61193 2.5 2.75 2.5H16.75C16.8881 2.5 17 2.61193 17 2.75V13.05H18.45C18.4667 13.05 18.4834 13.0503 18.5 13.0508V2.75C18.5 1.7835 17.7165 1 16.75 1H2.75Z",fill:H}),C("path",{d:"M14.2 18.05C14.2 18.1193 14.2094 18.1863 14.227 18.25C14.2903 18.4797 14.4602 18.6651 14.6801 18.75C14.7638 18.7823 14.8548 18.8 14.95 18.8C15.0452 18.8 15.1362 18.7823 15.22 18.75C15.4398 18.6651 15.6097 18.4797 15.6731 18.25C15.6906 18.1863 15.7 18.1193 15.7 18.05V15.55L18.0967 15.5517C18.1117 15.5517 18.1266 15.5513 18.1413 15.5504L18.1468 15.55C18.5377 15.5243 18.8467 15.1991 18.8467 14.8017C18.8467 14.4043 18.5377 14.0791 18.1468 14.0533L18.1413 14.053C18.1266 14.0521 18.1117 14.0517 18.0967 14.0517L15.7 14.05V11.6864C15.7 11.2722 15.3642 10.9364 14.95 10.9364C14.7579 10.9364 14.5826 11.0086 14.45 11.1274C14.2965 11.2647 14.2 11.4643 14.2 11.6864V14.05H11.75C11.4425 14.05 11.1782 14.2351 11.0624 14.5C11.0223 14.5919 11 14.6934 11 14.8C11 15.2143 11.3358 15.55 11.75 15.55H14.2V18.05Z",fill:H}),C("path",{d:"M16.75 18.5H16.6887C16.6962 18.4344 16.7 18.3677 16.7 18.3V17H16.75C16.8881 17 17 16.8881 17 16.75V16.55H18.45C18.4667 16.55 18.4834 16.5498 18.5 16.5493V16.75C18.5 17.7165 17.7165 18.5 16.75 18.5ZM15.95 8.83333V10.25C15.6665 10.0523 15.3218 9.93637 14.95 9.93637 14.7762 9.93637 14.6084 9.96169 14.45 10.0089V8.83333H15.95ZM8.78328 14.5H10.0256C10.0088 14.5975 10 14.6977 10 14.8 10 15.2645 10.1809 15.6867 10.4762 16H8.78328V14.5ZM3.44995 3.5H5.11662V5H3.44995V3.5ZM6.03328 3.5H7.86662V5H6.03328V3.5ZM10.6166 3.5H8.78328V5H10.6166V3.5ZM11.5333 3.5H13.3666V5H11.5333V3.5ZM15.95 3.5H14.2833V5H15.95V3.5ZM15.95 6.08333V7.91667H14.45V6.08333H15.95ZM3.44995 6.08333V7.91667H4.94995V6.08333H3.44995ZM3.44995 8.83333V10.6667H4.94995V8.83333H3.44995ZM3.44995 13.4167V11.5833H4.94995V13.4167H3.44995ZM5.11662 14.5H3.44995V16H5.11662V14.5ZM7.86662 16H6.03328V14.5H7.86662V16Z",fill:H})]}))});n.displayName="IconCustomAreaAddSolid";export{n as IconCustomAreaAddSolid,n as default};
@@ -0,0 +1 @@
1
+ import{_ as i,a as H,b as l,j as s}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as M}from"react";var Z=["color"],n=M(function(V,t){var r=V.color,a=r===void 0?"currentColor":r,o=i(V,Z),c=o,e=c.className;return o=H(H({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(e?e+" ":"","customeow-icon customeow-icon-icon-custom-area-solid")}),l("svg",H(H({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:[s("path",{d:"M3 1.25C2.0335 1.25 1.25 2.0335 1.25 3V17C1.25 17.9665 2.0335 18.75 3 18.75H16.9613C16.9538 18.6844 16.95 18.6177 16.95 18.55V17.25H3C2.86193 17.25 2.75 17.1381 2.75 17V3C2.75 2.86193 2.86193 2.75 3 2.75H17C17.1381 2.75 17.25 2.86193 17.25 3V13.3H18.7C18.7167 13.3 18.7334 13.3003 18.75 13.3008V3C18.75 2.0335 17.9665 1.25 17 1.25H3Z",fill:a}),s("path",{d:"M17 18.75H16.9387C16.9462 18.6844 16.95 18.6177 16.95 18.55V17.25H17C17.1381 17.25 17.25 17.1381 17.25 17L17.2666 13.2502H18.7166C18.7333 13.2502 18.75 13.25 18.7666 13.2495L18.75 17C18.75 17.9665 17.9665 18.75 17 18.75ZM3.69995 3.75H5.36662V5.25H3.69995V3.75ZM6.28328 3.75H8.11662V5.25H6.28328V3.75ZM10.8666 3.75H9.03328V5.25H10.8666V3.75ZM11.7833 3.75H13.6166V5.25H11.7833V3.75ZM16.2 3.75H14.5333V5.25H16.2V3.75ZM16.2 6.33333V8.16667H14.7V6.33333H16.2ZM3.69995 6.33333V8.16667H5.19995V6.33333H3.69995ZM3.69995 9.08333V10.9167H5.19995V9.08333H3.69995ZM3.69995 13.6667V11.8333H5.19995V13.6667H3.69995ZM5.36662 14.75H3.69995V16.25H5.36662V14.75ZM8.11662 16.25H6.28328V14.75H8.11662V16.25ZM10.8665 14.75H9.0332V16.25H10.8665V14.75ZM11.7832 14.75H13.6165V16.25H11.7832V14.75ZM16.1999 14.75H14.5332V16.25H16.1999V14.75ZM16.1999 11.9167V13.75H14.6999V11.9167H16.1999ZM14.75 9.08333V10.9167H16.25V9.08333H14.75Z",fill:a})]}))});n.displayName="IconCustomAreaSolid";export{n as IconCustomAreaSolid,n as default};
@@ -0,0 +1 @@
1
+ import{_ as c,a as e,b as d,j as s}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var p=["color"],m=n(function(i,C){var a=i.color,l=a===void 0?"currentColor":a,o=c(i,p),r=o,t=r.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(t?t+" ":"","customeow-icon customeow-icon-icon-design-templates-id-solid")}),d("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:C,children:[s("path",{d:"M3.73242 2.5C2.77539 2.5 2 3.22705 2 4.12402V6.29211C2 6.81982 2.45605 7.24744 3.01904 7.24744H8.18652C8.74902 7.24744 9.20557 6.81982 9.20557 6.29211V3.45532C9.20557 2.92773 8.74902 2.5 8.18652 2.5H3.73242Z",fill:l}),s("path",{d:"M8.75 15.3239L9.69141 15.321L9.69336 15.697C9.6958 16.1757 10.0845 16.5623 10.563 16.5623C11.0454 16.5623 11.4355 16.17 11.4326 15.6879L11.4307 15.3098L12.4072 15.3002C12.5693 15.9493 12.8628 16.4884 13.3623 16.9813C14.7505 18.3518 16.9229 18.3378 18.293 16.9495C19.6636 15.5612 19.6494 13.3892 18.2612 12.0187C16.873 10.6482 14.7012 10.6622 13.3306 12.0505C12.8936 12.4929 12.5679 12.9843 12.4028 13.5599L7.14111 13.594C7.0625 13.5945 6.99951 13.6584 7 13.7369L7.01172 15.6974C7.01465 16.1759 7.40332 16.5623 7.88184 16.5623C8.24365 16.5623 8.55371 16.3416 8.68506 16.0277C8.72683 15.9266 8.75195 15.8164 8.75195 15.702L8.75 15.3239ZM15.7925 16.0028C16.6577 16.0028 17.3589 15.3015 17.3589 14.4365C17.3589 13.5714 16.6577 12.8702 15.7925 12.8702C14.9272 12.8702 14.2261 13.5714 14.2261 14.4365C14.2261 15.3015 14.9272 16.0028 15.7925 16.0028Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),s("path",{d:"M2 9.70532C2 9.17773 2.45605 8.75 3.01904 8.75H8.18652C8.74902 8.75 9.20557 9.17773 9.20557 9.70532L9.21191 12.0882 7.14111 12.1016C6.20946 12.0882 5.48828 12.8689 5.48828 13.7416L5.5 15.702C5.50537 16.5645 6.09375 17.2877 6.88965 17.4987L3.73242 17.5C2.77539 17.5 2 16.7729 2 15.876V9.70532ZM12.7183 10.6084C14.1719 9.22087 16.2847 8.98711 17.9614 9.91423 17.9731 9.87615 17.9819 9.83709 17.9883 9.79729 17.9961 9.75029 18 9.7022 18 9.65313V4.12402C18 3.22705 17.2246 2.5 16.2676 2.5H11.814C11.251 2.5 10.7949 2.92773 10.7949 3.45532V9.65313C10.7949 10.1807 11.251 10.6084 11.814 10.6084H12.7183Z",fill:l})]}))});m.displayName="IconDesignTemplatesIdSolid";export{m as IconDesignTemplatesIdSolid,m as default};
@@ -0,0 +1 @@
1
+ import{_ as a,a as C,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(e,c){var t=e.color,l=t===void 0?"currentColor":t,o=a(e,d),s=o,i=s.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-distortion-outline")}),r("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:r("path",{d:"M1.25 4C1.25 3.0335 2.0335 2.25 3 2.25H17C17.9665 2.25 18.75 3.0335 18.75 4V16C18.75 16.9665 17.9665 17.75 17 17.75H3C2.0335 17.75 1.25 16.9665 1.25 16V4ZM3 3.75C2.86193 3.75 2.75 3.86193 2.75 4V6.09804C3.97479 5.61671 5.01778 5.47771 5.98739 5.5832C6.57991 5.64767 7.1265 5.80283 7.64484 6.00179C7.59572 4.95279 7.19039 4.17994 6.83547 3.75H3ZM5.82514 7.0744C6.39013 7.13588 6.90916 7.30695 7.46577 7.54998C7.29697 8.17535 7.00026 8.85957 6.52823 9.59485C6.3759 9.83214 6.23464 10.0663 6.10383 10.2971C6.06521 10.2921 6.0264 10.2875 5.98739 10.2832C5.01778 10.1777 3.97479 10.3167 2.75 10.7981V7.72985C4.06834 7.11706 5.0258 6.98743 5.82514 7.0744ZM7.79051 10.4052C7.72913 10.5008 7.66989 10.5956 7.61272 10.6895C8.1635 10.8985 8.68213 11.1579 9.18967 11.4116L9.2251 11.4294C9.74049 11.6871 10.2606 11.9471 10.8264 12.1794C11.1202 11.3743 11.5423 10.5076 12.1283 9.59485C12.1513 9.55901 12.1739 9.52329 12.1961 9.48769C10.8303 9.17597 9.75715 8.66984 8.83569 8.21151C8.61994 8.90475 8.28239 9.639 7.79051 10.4052ZM13.785 9.73827C13.6663 9.95767 13.5351 10.1801 13.3905 10.4052C12.8679 11.2193 12.5003 11.9734 12.2476 12.6566C12.3531 12.6839 12.4605 12.7099 12.5702 12.7344C13.7773 13.0047 15.273 13.1074 17.25 12.8225V9.63683C15.933 9.81224 14.7928 9.82975 13.785 9.73827ZM10.4137 13.6303C9.73342 13.3607 9.1365 13.0622 8.59116 12.7894L8.53961 12.7637C7.93905 12.4634 7.41796 12.2073 6.905 12.0276C6.00994 14.0245 6.07855 15.5077 6.27146 16.25H10.3367C10.214 15.5548 10.2046 14.6662 10.4137 13.6303ZM11.8715 16.25C11.7533 15.7951 11.6817 15.0621 11.85 14.1031C11.9781 14.1365 12.1089 14.1683 12.2424 14.1982C13.5976 14.5017 15.2123 14.6082 17.25 14.3368V16C17.25 16.1381 17.1381 16.25 17 16.25H11.8715ZM14.4145 8.27853C15.0111 6.42195 14.7333 4.85516 14.1982 3.75H17C17.1381 3.75 17.25 3.86193 17.25 4V8.12251C16.1722 8.27782 15.2375 8.31795 14.4145 8.27853ZM12.4355 3.75C12.997 4.43012 13.6846 5.96836 12.8886 8.1004C12.7803 8.07974 12.6741 8.0577 12.5702 8.03442C11.2391 7.73636 10.2233 7.22844 9.2251 6.72935L9.13257 6.68309C9.22018 5.51919 8.97192 4.52197 8.59818 3.75H12.4355ZM2.75 12.4299C3.83924 11.9236 4.68212 11.7471 5.39302 11.7501C4.6299 13.6051 4.5449 15.1636 4.73666 16.25H3C2.86193 16.25 2.75 16.1381 2.75 16V12.4299Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconDistortionOutline";export{p as IconDistortionOutline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as i,a as e,b as s,j as l}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var m=["color"],p=n(function(c,C){var r=c.color,t=r===void 0?"currentColor":r,o=i(c,m),d=o,a=d.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(a?a+" ":"","customeow-icon customeow-icon-icon-document-add-solid")}),s("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:C,children:[l("path",{d:"M2.80005 3.5C2.80005 2.67157 3.47162 2 4.30005 2H11.1787C11.5766 2 11.9581 2.15804 12.2394 2.43934L16.3607 6.56066C16.642 6.84197 16.8 7.2235 16.8 7.62132V9.75954C16.4866 9.59383 16.1292 9.5 15.75 9.5C14.5074 9.5 13.5 10.5074 13.5 11.75V12.5H12.75C11.5074 12.5 10.5 13.5074 10.5 14.75C10.5 15.9926 11.5074 17 12.75 17H13.5V17.75C13.5 17.8345 13.5047 17.9179 13.5137 18H4.30005C3.47162 18 2.80005 17.3284 2.80005 16.5V3.5ZM5.30005 6.87132C5.30005 6.45711 5.63584 6.12132 6.05005 6.12132H10.8C11.2143 6.12132 11.55 6.45711 11.55 6.87132C11.55 7.28553 11.2143 7.62132 10.8 7.62132H6.05005C5.63584 7.62132 5.30005 7.28553 5.30005 6.87132ZM5.30005 9.87132C5.30005 9.45711 5.63584 9.12132 6.05005 9.12132H8.80005C9.21426 9.12132 9.55005 9.45711 9.55005 9.87132C9.55005 10.2855 9.21426 10.6213 8.80005 10.6213H6.05005C5.63584 10.6213 5.30005 10.2855 5.30005 9.87132Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"}),l("path",{d:"M15.75 11C16.1642 11 16.5 11.3358 16.5 11.75V14H18.75C19.1642 14 19.5 14.3358 19.5 14.75C19.5 15.1642 19.1642 15.5 18.75 15.5H16.5V17.75C16.5 18.1642 16.1642 18.5 15.75 18.5C15.4178 18.5 15.1361 18.284 15.0375 17.9848C15.0132 17.911 15 17.832 15 17.75V15.5H12.75C12.3358 15.5 12 15.1642 12 14.75C12 14.3358 12.3358 14 12.75 14H15V11.75C15 11.3358 15.3358 11 15.75 11Z",fill:t})]}))});p.displayName="IconDocumentAddSolid";export{p as IconDocumentAddSolid,p as default};
@@ -1 +1 @@
1
- import{_ as n,a as e,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var m=["color"],C=d(function(t,l){var c=t.color,a=c===void 0?"currentColor":c,o=n(t,m),s=o,r=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(r?r+" ":"","customeow-icon customeow-icon-icon-document-text-solid")}),i("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:l,children:i("path",{d:"M4.5 2C3.67157 2 3 2.67157 3 3.5V16.5C3 17.3284 3.67157 18 4.5 18H15.5C16.3284 18 17 17.3284 17 16.5V7.62132C17 7.2235 16.842 6.84197 16.5607 6.56066L12.4393 2.43934C12.158 2.15804 11.7765 2 11.3787 2H4.5ZM6.75 10.5C6.33579 10.5 6 10.8358 6 11.25C6 11.6642 6.33579 12 6.75 12H13.25C13.6642 12 14 11.6642 14 11.25C14 10.8358 13.6642 10.5 13.25 10.5H6.75ZM6.75 13.5C6.33579 13.5 6 13.8358 6 14.25C6 14.6642 6.33579 15 6.75 15H13.25C13.6642 15 14 14.6642 14 14.25C14 13.8358 13.6642 13.5 13.25 13.5H6.75Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"})}))});C.displayName="IconDocumentTextSolid";export{C as IconDocumentTextSolid,C as default};
1
+ import{_ as n,a as e,b as d,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as C}from"react";var m=["color"],p=C(function(t,i){var c=t.color,r=c===void 0?"currentColor":c,o=n(t,m),s=o,l=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(l?l+" ":"","customeow-icon customeow-icon-icon-document-text-solid")}),d("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[a("path",{d:"M4.9209 1.52344C4.08492 1.52344 3.40723 2.20113 3.40723 3.03711V16.9629C3.40723 17.7989 4.08492 18.4766 4.9209 18.4766H15.2139C16.0498 18.4766 16.7275 17.7989 16.7275 16.9629V10.6055C16.7275 8.93351 15.3722 7.57812 13.7002 7.57812H12.1865C11.3505 7.57812 10.6729 6.90043 10.6729 6.06445V4.55078C10.6729 2.87883 9.31746 1.52344 7.64551 1.52344H4.9209ZM6.43457 12.4219C6.43457 12.0875 6.70565 11.8164 7.04004 11.8164H13.0947C13.4291 11.8164 13.7002 12.0875 13.7002 12.4219C13.7002 12.7563 13.4291 13.0273 13.0947 13.0273H7.04004C6.70565 13.0273 6.43457 12.7563 6.43457 12.4219ZM7.04004 14.2383C6.70565 14.2383 6.43457 14.5094 6.43457 14.8438C6.43457 15.1781 6.70565 15.4492 7.04004 15.4492H10.0674C10.4018 15.4492 10.6729 15.1781 10.6729 14.8438C10.6729 14.5094 10.4018 14.2383 10.0674 14.2383H7.04004Z",fill:r,fillRule:"evenodd",clipRule:"evenodd"}),a("path",{d:"M10.8514 1.77846C11.4946 2.52164 11.8838 3.49076 11.8838 4.55078V6.06445C11.8838 6.23165 12.0193 6.36719 12.1865 6.36719H13.7002C14.7602 6.36719 15.7293 6.75633 16.4725 7.39956C15.7557 4.65563 13.5953 2.49523 10.8514 1.77846Z",fill:r})]}))});p.displayName="IconDocumentTextSolid";export{p as IconDocumentTextSolid,p as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as e,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var u=["color"],d=n(function(r,c){var i=r.color,t=i===void 0?"currentColor":i,o=s(r,u),C=o,l=C.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(l?l+" ":"","customeow-icon customeow-icon-icon-equalizer-outline")}),a("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:a("path",{d:"M5.5 0.75C5.91421 0.75 6.25 1.08579 6.25 1.5L6.25 9.33697C7.68335 9.67555 8.75 10.9632 8.75 12.5C8.75 14.0368 7.68335 15.3245 6.25 15.663V18.5C6.25 18.9142 5.91421 19.25 5.5 19.25C5.08579 19.25 4.75 18.9142 4.75 18.5V15.663C3.31665 15.3245 2.25 14.0368 2.25 12.5C2.25 10.9632 3.31665 9.67555 4.75 9.33697L4.75 1.5C4.75 1.08579 5.08579 0.75 5.5 0.75ZM14.5 0.75C14.9142 0.75 15.25 1.08579 15.25 1.5V4.33697C16.6834 4.67555 17.75 5.96321 17.75 7.5C17.75 9.03679 16.6834 10.3245 15.25 10.663L15.25 18.5C15.25 18.9142 14.9142 19.25 14.5 19.25C14.0858 19.25 13.75 18.9142 13.75 18.5L13.75 10.663C12.3166 10.3245 11.25 9.03679 11.25 7.5C11.25 5.96321 12.3166 4.67555 13.75 4.33697V1.5C13.75 1.08579 14.0858 0.75 14.5 0.75ZM14.5 5.75C13.5335 5.75 12.75 6.5335 12.75 7.5C12.75 8.4665 13.5335 9.25 14.5 9.25C15.4665 9.25 16.25 8.4665 16.25 7.5C16.25 6.5335 15.4665 5.75 14.5 5.75ZM5.5 10.75C4.5335 10.75 3.75 11.5335 3.75 12.5C3.75 13.4665 4.5335 14.25 5.5 14.25C6.4665 14.25 7.25 13.4665 7.25 12.5C7.25 11.5335 6.4665 10.75 5.5 10.75Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))});d.displayName="IconEqualizerOutline";export{d as IconEqualizerOutline,d as default};
@@ -1 +1 @@
1
- import{_ as s,a as e,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var C=["color"],m=d(function(a,t){var i=a.color,c=i===void 0?"currentColor":i,o=s(a,C),n=o,l=n.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(l?l+" ":"","customeow-icon customeow-icon-icon-exclamation-triangle-outline")}),r("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:r("path",{d:"M11.0825 3.12742C10.6015 2.29363 9.3981 2.29363 8.91706 3.12742L2.78846 13.7503C2.30769 14.5837 2.90912 15.625 3.87119 15.625H16.1284C17.0905 15.625 17.6919 14.5837 17.2111 13.7503L11.0825 3.12742ZM7.83433 2.50277C8.7964 0.835178 11.2032 0.835177 12.1653 2.50277L18.2939 13.1257C19.2554 14.7924 18.0525 16.875 16.1284 16.875H3.87119C1.94704 16.875 0.744187 14.7924 1.70573 13.1257L7.83433 2.50277ZM9.9998 6.87499C10.345 6.87499 10.6248 7.15481 10.6248 7.49999V10.625C10.6248 10.9702 10.345 11.25 9.9998 11.25C9.65462 11.25 9.3748 10.9702 9.3748 10.625V7.49999C9.3748 7.15481 9.65462 6.87499 9.9998 6.87499ZM9.3748 13.125C9.3748 12.7798 9.65462 12.5 9.9998 12.5H10.006C10.3512 12.5 10.631 12.7798 10.631 13.125V13.1312C10.631 13.4764 10.3512 13.7562 10.006 13.7562H9.9998C9.65462 13.7562 9.3748 13.4764 9.3748 13.1312V13.125Z",fill:c,fillRule:"evenodd",clipRule:"evenodd"})}))});m.displayName="IconExclamationTriangleOutline";export{m as IconExclamationTriangleOutline,m as default};
1
+ import{_ as s,a as e,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var C=["color"],m=d(function(a,t){var i=a.color,c=i===void 0?"currentColor":i,o=s(a,C),n=o,l=n.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(l?l+" ":"","customeow-icon customeow-icon-icon-exclamation-triangle-outline")}),r("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:r("path",{d:"M11.0825 3.12754C10.6015 2.29375 9.3981 2.29375 8.91706 3.12754L2.78846 13.7505C2.30769 14.5838 2.90912 15.6251 3.87119 15.6251H16.1284C17.0905 15.6251 17.6919 14.5838 17.2111 13.7505L11.0825 3.12754ZM7.83433 2.50289C8.7964 0.8353 11.2032 0.835299 12.1653 2.50289L18.2939 13.1258C19.2554 14.7925 18.0525 16.8751 16.1284 16.8751H3.87119C1.94704 16.8751 0.744187 14.7925 1.70573 13.1258L7.83433 2.50289ZM9.9998 6.87511C10.345 6.87511 10.6248 7.15494 10.6248 7.50011V10.6251C10.6248 10.9703 10.345 11.2501 9.9998 11.2501C9.65462 11.2501 9.3748 10.9703 9.3748 10.6251V7.50011C9.3748 7.15494 9.65462 6.87511 9.9998 6.87511ZM9.3748 13.1251C9.3748 12.7799 9.65462 12.5001 9.9998 12.5001H10.006C10.3512 12.5001 10.631 12.7799 10.631 13.1251V13.1314C10.631 13.4765 10.3512 13.7564 10.006 13.7564H9.9998C9.65462 13.7564 9.3748 13.4765 9.3748 13.1314V13.1251Z",fill:c,fillRule:"evenodd",clipRule:"evenodd"})}))});m.displayName="IconExclamationTriangleOutline";export{m as IconExclamationTriangleOutline,m as default};
@@ -1 +1 @@
1
- import{_ as C,a as r,b as n,j as e}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var L=["color"],p=d(function(i,t){var s=i.color,c=s===void 0?"currentColor":s,o=C(i,L),l=o,a=l.className;return o=r(r({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(a?a+" ":"","customeow-icon customeow-icon-icon-fireworks-solid")}),n("svg",r(r({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:[e("path",{d:"M7.94194 2.78209C7.96386 2.5285 7.67989 2.36455 7.47123 2.51033L5.7735 3.69647C5.68888 3.75559 5.57981 3.76706 5.48475 3.72682L3.5775 2.91958C3.34309 2.82037 3.09942 3.03977 3.17358 3.28326L3.77704 5.26444C3.80712 5.36319 3.78432 5.47047 3.71668 5.54844L2.35957 7.11289C2.19278 7.30516 2.32615 7.60472 2.58064 7.60942L4.65133 7.64772C4.75454 7.64963 4.84952 7.70446 4.90278 7.79289L5.97129 9.56701C6.10261 9.78506 6.42871 9.75078 6.51183 9.5102L7.18813 7.55269C7.22184 7.45512 7.30334 7.38174 7.4039 7.35841L9.42138 6.89043C9.66933 6.83292 9.73751 6.51218 9.53438 6.35879L7.88167 5.11068C7.79929 5.04847 7.75468 4.94829 7.76358 4.84544L7.94194 2.78209ZM6.85879 13.7838 13.1693 6.89967C13.5228 6.51407 14.1572 6.62668 14.3563 7.11036L15.8842 10.8209 10.5886 15.8976 7.19416 14.9547C6.68033 14.812 6.49844 14.177 6.85879 13.7838ZM13.4817 16.7013 17.5087 14.7663 18.3721 16.863C18.5985 17.4127 18.0933 17.9823 17.5204 17.8231L13.4817 16.7013Z",fill:c}),e("g",{opacity:".5",fill:c,children:e("path",{d:"M12.8003 2.7476C12.7398 2.38442 12.3963 2.13907 12.0331 2.1996 11.67 2.26013 11.4246 2.60362 11.4851 2.9668L11.8423 5.10966C11.9028 5.47284 12.2463 5.71818 12.6095 5.65765 12.9727 5.59712 13.218 5.25364 13.1575 4.89046L12.8003 2.7476ZM2.14274 12.9048C1.77455 12.9048 1.47607 13.2033 1.47607 13.5715 1.47607 13.9397 1.77455 14.2382 2.14274 14.2382H4.2856C4.65379 14.2382 4.95226 13.9397 4.95226 13.5715 4.95226 13.2033 4.65379 12.9048 4.2856 12.9048H2.14274ZM13.1692 6.89973 6.85874 13.7839C6.49838 14.177 6.68027 14.8121 7.1941 14.9548L17.5204 17.8232C18.0932 17.9823 18.5984 17.4128 18.372 16.863L14.3563 7.11042C14.1571 6.62674 13.5227 6.51413 13.1692 6.89973Z"})})]}))});p.displayName="IconFireworksSolid";export{p as IconFireworksSolid,p as default};
1
+ import{_ as C,a as r,b as n,j as e}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var L=["color"],p=d(function(i,t){var s=i.color,c=s===void 0?"currentColor":s,o=C(i,L),l=o,a=l.className;return o=r(r({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(a?a+" ":"","customeow-icon customeow-icon-icon-fireworks-solid")}),n("svg",r(r({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:[e("path",{d:"M7.94194 2.59166C7.96386 2.33807 7.67989 2.17412 7.47123 2.3199L5.7735 3.50604C5.68888 3.56516 5.57981 3.57663 5.48475 3.53639L3.5775 2.72915C3.34309 2.62994 3.09942 2.84934 3.17358 3.09283L3.77704 5.07402C3.80712 5.17276 3.78432 5.28004 3.71668 5.35801L2.35957 6.92246C2.19278 7.11474 2.32615 7.41429 2.58064 7.41899L4.65133 7.45729C4.75454 7.4592 4.84952 7.51403 4.90278 7.60246L5.97129 9.37658C6.10261 9.59463 6.42871 9.56035 6.51183 9.31977L7.18813 7.36226C7.22184 7.26469 7.30334 7.19131 7.4039 7.16798L9.42138 6.7C9.66933 6.64249 9.73751 6.32175 9.53438 6.16836L7.88167 4.92025C7.79929 4.85805 7.75468 4.75786 7.76358 4.65501L7.94194 2.59166ZM6.85879 13.5934 13.1693 6.70924C13.5228 6.32365 14.1572 6.43625 14.3563 6.91994L15.8842 10.6305 10.5886 15.7072 7.19416 14.7643C6.68033 14.6216 6.49844 13.9865 6.85879 13.5934ZM13.4817 16.5108 17.5087 14.5758 18.3721 16.6725C18.5985 17.2223 18.0933 17.7918 17.5204 17.6327L13.4817 16.5108Z",fill:c}),e("g",{opacity:".5",fill:c,children:e("path",{d:"M12.8003 2.55717C12.7398 2.19399 12.3963 1.94864 12.0331 2.00917 11.67 2.0697 11.4246 2.41319 11.4851 2.77637L11.8423 4.91923C11.9028 5.28241 12.2463 5.52775 12.6095 5.46722 12.9727 5.40669 13.218 5.06321 13.1575 4.70003L12.8003 2.55717ZM2.14274 12.7144C1.77455 12.7144 1.47607 13.0129 1.47607 13.3811 1.47607 13.7492 1.77455 14.0477 2.14274 14.0477H4.2856C4.65379 14.0477 4.95226 13.7492 4.95226 13.3811 4.95226 13.0129 4.65379 12.7144 4.2856 12.7144H2.14274ZM13.1692 6.7093 6.85874 13.5935C6.49838 13.9866 6.68027 14.6216 7.1941 14.7644L17.5204 17.6328C18.0932 17.7919 18.5984 17.2224 18.372 16.6726L14.3563 6.91999C14.1571 6.43631 13.5227 6.3237 13.1692 6.7093Z"})})]}))});p.displayName="IconFireworksSolid";export{p as IconFireworksSolid,p as default};
@@ -0,0 +1 @@
1
+ import{_ as l,a as e,j as s}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as L}from"react";var d=["color"],m=L(function(r,c){var t=r.color,i=t===void 0?"currentColor":t,o=l(r,d),n=o,a=n.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(a?a+" ":"","customeow-icon customeow-icon-icon-mask-1-outline")}),s("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:s("path",{d:"M4.87349 10.5303L5.40382 10L4.87349 9.46968L4.16638 8.76257C2.89718 7.49337 2.89718 5.43558 4.16638 4.16638C5.43558 2.89718 7.49337 2.89718 8.76257 4.16638L9.46968 4.87349L10 5.40382L10.5303 4.87349L11.2374 4.16638C12.5067 2.89718 14.5644 2.89718 15.8336 4.16638C17.1028 5.43558 17.1028 7.49337 15.8336 8.76258L15.1265 9.46968L14.5962 10L15.1265 10.5303L15.8336 11.2374C17.1028 12.5067 17.1028 14.5644 15.8336 15.8336C14.5644 17.1028 12.5067 17.1028 11.2374 15.8336L10.5303 15.1265L10 14.5962L9.46968 15.1265L8.76257 15.8336C7.49337 17.1028 5.43558 17.1028 4.16638 15.8336C2.89718 14.5644 2.89718 12.5067 4.16638 11.2374L4.87349 10.5303Z",stroke:i,strokeWidth:"1.5"})}))});m.displayName="IconMask1Outline";export{m as IconMask1Outline,m as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],u=d(function(r,i){var a=r.color,l=a===void 0?"currentColor":a,o=n(r,p),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-mask-10-outline")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:t("path",{d:"M10 3.25C6.27208 3.25 3.25 6.27208 3.25 10C3.25 13.7279 6.27208 16.75 10 16.75C13.7279 16.75 16.75 13.7279 16.75 10C16.75 6.27208 13.7279 3.25 10 3.25ZM1.75 10C1.75 5.44365 5.44365 1.75 10 1.75C14.5563 1.75 18.25 5.44365 18.25 10C18.25 14.5563 14.5563 18.25 10 18.25C5.44365 18.25 1.75 14.5563 1.75 10Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});u.displayName="IconMask10Outline";export{u as IconMask10Outline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as C,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(e,t){var r=e.color,i=r===void 0?"currentColor":r,o=s(e,d),l=o,a=l.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(a?a+" ":"","customeow-icon customeow-icon-icon-mask-2-outline")}),c("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:c("path",{d:"M7.5 5.8411C6.99782 5.8411 6.52895 5.5898 6.2509 5.17161C5.97965 4.76365 5.52029 4.5 5 4.5C4.17157 4.5 3.5 5.17157 3.5 6V14C3.5 14.8284 4.17157 15.5 5 15.5C5.52029 15.5 5.97965 15.2364 6.2509 14.8284C6.52895 14.4102 6.99782 14.1589 7.5 14.1589C8.00219 14.1589 8.47106 14.4102 8.7491 14.8284C9.02036 15.2364 9.47971 15.5 10 15.5C10.5203 15.5 10.9796 15.2364 11.2509 14.8284C11.5289 14.4102 11.9978 14.1589 12.5 14.1589C13.0022 14.1589 13.4711 14.4102 13.7491 14.8284C14.0204 15.2364 14.4797 15.5 15 15.5C15.8284 15.5 16.5 14.8284 16.5 14V6C16.5 5.17157 15.8284 4.5 15 4.5C14.4797 4.5 14.0204 4.76365 13.7491 5.17162C13.4711 5.5898 13.0022 5.84111 12.5 5.84111C11.9978 5.84111 11.5289 5.5898 11.2509 5.17162C10.9796 4.76365 10.5203 4.5 10 4.5C9.47971 4.5 9.02035 4.76365 8.7491 5.17161C8.47105 5.5898 8.00218 5.8411 7.5 5.8411ZM6.37521 3.33306C6.83051 3.56831 7.21784 3.91673 7.5 4.3411C7.78216 3.91673 8.16949 3.56831 8.62479 3.33306C9.03674 3.12021 9.50433 3 10 3C10.4957 3 10.9633 3.12021 11.3752 3.33307C11.8305 3.56832 12.2178 3.91673 12.5 4.34111C12.7822 3.91673 13.1695 3.56832 13.6248 3.33307C14.0367 3.12021 14.5043 3 15 3C16.6569 3 18 4.34315 18 6V14C18 15.6569 16.6569 17 15 17C14.5043 17 14.0367 16.8798 13.6248 16.6669C13.1695 16.4317 12.7822 16.0833 12.5 15.6589C12.2178 16.0833 11.8305 16.4317 11.3752 16.6669C10.9633 16.8798 10.4957 17 10 17C9.50433 17 9.03674 16.8798 8.62479 16.6669C8.1695 16.4317 7.78216 16.0833 7.5 15.6589C7.21784 16.0833 6.83051 16.4317 6.37521 16.6669C5.96326 16.8798 5.49567 17 5 17C3.34315 17 2 15.6569 2 14V6C2 4.34315 3.34315 3 5 3C5.49567 3 5.96326 3.12021 6.37521 3.33306Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconMask2Outline";export{p as IconMask2Outline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as C,a as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(r,i){var a=r.color,l=a===void 0?"currentColor":a,o=C(r,d),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-mask-3-outline")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:t("path",{d:"M9.03085 5.1327C7.75823 3.81758 5.97459 3 4 3C3.30503 3 2.63371 3.10128 2 3.28988V16.7101C2.63371 16.8987 3.30503 17 4 17C5.97459 17 7.75823 16.1824 9.03085 14.8673C9.39933 14.4865 9.72497 14.064 10 13.6076C10.275 14.064 10.6007 14.4865 10.9692 14.8673C12.2418 16.1824 14.0254 17 16 17C16.695 17 17.3663 16.8987 18 16.7101V3.28988C17.3663 3.10128 16.695 3 16 3C14.0254 3 12.2418 3.81758 10.9692 5.1327C10.6007 5.51348 10.275 5.93598 10 6.39242C9.72497 5.93598 9.39933 5.51348 9.03085 5.1327ZM16.5 4.52233C16.3355 4.50756 16.1688 4.5 16 4.5C14.0011 4.5 12.2496 5.56543 11.2848 7.16657C11.0134 7.61701 10.5259 7.89242 10 7.89242C9.47411 7.89242 8.98663 7.61701 8.71521 7.16657C7.75043 5.56543 5.99891 4.5 4 4.5C3.83122 4.5 3.66446 4.50756 3.5 4.52233V15.4777C3.66446 15.4924 3.83122 15.5 4 15.5C5.99891 15.5 7.75043 14.4346 8.71521 12.8334C8.98663 12.383 9.47411 12.1076 10 12.1076C10.5259 12.1076 11.0134 12.383 11.2848 12.8334C12.2496 14.4346 14.0011 15.5 16 15.5C16.1688 15.5 16.3355 15.4924 16.5 15.4777V4.52233Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconMask3Outline";export{p as IconMask3Outline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],u=d(function(r,i){var a=r.color,l=a===void 0?"currentColor":a,o=n(r,p),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-mask-4-outline")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:t("path",{d:"M10 2.66487L4.26517 5.42662L2.84878 11.6322L6.81741 16.6087H13.1826L17.1512 11.6322L15.7348 5.42662L10 2.66487ZM17.0365 4.38859L10 1L2.96351 4.38859L1.22565 12.0027L6.09504 18.1087H13.905L18.7743 12.0027L17.0365 4.38859Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});u.displayName="IconMask4Outline";export{u as IconMask4Outline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as e,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(L,t){var r=L.color,i=r===void 0?"currentColor":r,o=s(L,d),l=o,a=l.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(a?a+" ":"","customeow-icon customeow-icon-icon-mask-5-outline")}),c("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:c("path",{d:"M12.7553 3.34807L10 1L7.24468 3.34807L3.63604 3.63604L3.34807 7.24468L1 10L3.34807 12.7553L3.63604 16.364L7.24468 16.6519L10 19L12.7553 16.6519L16.364 16.364L16.6519 12.7553L19 10L16.6519 7.24468L16.364 3.63604L12.7553 3.34807ZM14.9704 5.0296L12.152 4.80469L10 2.97079L7.84803 4.80469L5.0296 5.0296L4.80469 7.84803L2.97079 10L4.80469 12.152L5.0296 14.9704L7.84803 15.1953L10 17.0292L12.152 15.1953L14.9704 14.9704L15.1953 12.152L17.0292 10L15.1953 7.84803L14.9704 5.0296Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconMask5Outline";export{p as IconMask5Outline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as o,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(e,t){var r=e.color,i=r===void 0?"currentColor":r,L=s(e,d),l=L,a=l.className;return L=o(o({},L),{},{width:"".concat(L.width||L.size||20),height:"".concat(L.height||L.size||20),className:"".concat(a?a+" ":"","customeow-icon customeow-icon-icon-mask-6-outline")}),c("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},L),{},{ref:t,children:c("path",{d:"M11.8635 3.04533L10 1L8.1365 3.04533L5.5 2.20577L4.90883 4.90883L2.20577 5.5L3.04533 8.1365L1 10L3.04533 11.8635L2.20577 14.5L4.90883 15.0912L5.5 17.7942L8.1365 16.9547L10 19L11.8635 16.9547L14.5 17.7942L15.0912 15.0912L17.7942 14.5L16.9547 11.8635L19 10L16.9547 8.1365L17.7942 5.5L15.0912 4.90883L14.5 2.20577L11.8635 3.04533ZM13.3864 4.1346L11.4023 4.7664L10 3.22722L8.59766 4.7664L6.61361 4.1346L6.16874 6.16874L4.1346 6.61361L4.7664 8.59766L3.22722 10L4.7664 11.4023L4.1346 13.3864L6.16874 13.8313L6.61361 15.8654L8.59766 15.2336L10 16.7728L11.4023 15.2336L13.3864 15.8654L13.8313 13.8313L15.8654 13.3864L15.2336 11.4023L16.7728 10L15.2336 8.59766L15.8654 6.61361L13.8313 6.16874L13.3864 4.1346Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconMask6Outline";export{p as IconMask6Outline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as L,a as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(r,i){var a=r.color,l=a===void 0?"currentColor":a,o=L(r,d),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-mask-7-outline")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:t("path",{d:"M7.24994 1.25H12.2499V3.96452L14.1694 2.04505L17.705 5.58058L15.7855 7.5H18.5V12.5H15.7855L17.7049 14.4195L14.1694 17.955L12.2499 16.0356V18.75H7.24994V16.0356L5.33058 17.955L1.79505 14.4194L3.71447 12.5H1V7.5H3.71438L1.79501 5.58062L5.33054 2.04509L7.24994 3.96449V1.25ZM8.74994 2.75V7.58581L5.33054 4.16641L3.91633 5.58062L7.33571 9H2.5V11H7.33579L3.91637 14.4194L5.33058 15.8336L8.74994 12.4143V17.25H10.7499V12.4142L14.1694 15.8337L15.5836 14.4195L12.1641 11H17V9H12.1642L15.5836 5.58058L14.1694 4.16637L10.7499 7.58584V2.75H8.74994Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconMask7Outline";export{p as IconMask7Outline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as L}from"react";var d=["color"],p=L(function(r,i){var a=r.color,l=a===void 0?"currentColor":a,o=n(r,d),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-mask-8-outline")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:t("path",{d:"M13.5267 5.1459L10 0L6.47329 5.1459L0.489441 6.90983L4.29367 11.8541L4.12215 18.0902L10 16L15.8779 18.0902L15.7063 11.8541L19.5106 6.90983L13.5267 5.1459ZM16.9871 7.72976L12.591 6.43387L10 2.65336L7.40906 6.43387L3.01294 7.72976L5.80776 11.3621L5.68176 15.9436L10 14.408L14.3183 15.9436L14.1922 11.3621L16.9871 7.72976Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconMask8Outline";export{p as IconMask8Outline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],u=d(function(r,i){var a=r.color,l=a===void 0?"currentColor":a,o=n(r,p),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-mask-9-outline")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:t("path",{d:"M15 4.5H5C4.72386 4.5 4.5 4.72386 4.5 5V15C4.5 15.2761 4.72386 15.5 5 15.5H15C15.2761 15.5 15.5 15.2761 15.5 15V5C15.5 4.72386 15.2761 4.5 15 4.5ZM5 3C3.89543 3 3 3.89543 3 5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V5C17 3.89543 16.1046 3 15 3H5Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});u.displayName="IconMask9Outline";export{u as IconMask9Outline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as o,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as H}from"react";var L=["color"],p=H(function(r,l){var c=r.color,s=c===void 0?"currentColor":c,e=n(r,L),a=e,t=a.className;return e=o(o({},e),{},{width:"".concat(e.width||e.size||20),height:"".concat(e.height||e.size||20),className:"".concat(t?t+" ":"","customeow-icon customeow-icon-icon-perspective-outline")}),i("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{ref:l,children:i("path",{d:"M3.13491 3.75251C3.25808 2.89038 3.99644 2.25 4.86732 2.25H15.1327C16.0036 2.25 16.742 2.89038 16.8651 3.75251L18.5794 15.7525C18.73 16.8068 17.912 17.75 16.847 17.75H3.15304C2.08808 17.75 1.27002 16.8068 1.42063 15.7525L3.13491 3.75251ZM4.86732 3.75C4.74291 3.75 4.63743 3.84148 4.61984 3.96464L4.22193 6.75H7.00723L7.22945 3.75H4.86732ZM4.00764 8.25H6.89612L6.65908 11.45H3.5505L4.00764 8.25ZM8.40023 8.25L8.16319 11.45H11.8368L11.5998 8.25H8.40023ZM13.1039 8.25L13.3409 11.45H16.4496L15.9924 8.25H13.1039ZM11.9479 12.95H8.05208L7.80764 16.25H12.1924L11.9479 12.95ZM13.6965 16.25L13.452 12.95H16.6638L17.0945 15.9646C17.116 16.1153 16.9992 16.25 16.847 16.25H13.6965ZM12.9928 6.75L12.7705 3.75H15.1327C15.2571 3.75 15.3626 3.84148 15.3802 3.96464L15.7781 6.75H12.9928ZM11.2664 3.75L11.4887 6.75H8.51134L8.73356 3.75H11.2664ZM3.33621 12.95H6.54797L6.30353 16.25H3.15304C3.0009 16.25 2.88404 16.1153 2.90555 15.9646L3.33621 12.95Z",fill:s,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconPerspectiveOutline";export{p as IconPerspectiveOutline,p as default};
@@ -1 +1 @@
1
- import{_ as n,a as C,b as s,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],L=d(function(e,c){var r=e.color,i=r===void 0?"currentColor":r,o=n(e,p),a=o,l=a.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(l?l+" ":"","customeow-icon customeow-icon-icon-print-pattern-bicolor-solid")}),s("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:[t("path",{opacity:".4",d:"M9.99987 1.65814C8.53744 1.65814 7.35191 2.84368 7.35191 4.30611V5.41357L6.39281 4.85983C5.1263 4.12861 3.50683 4.56255 2.77561 5.82906C2.0444 7.09556 2.47833 8.71503 3.74483 9.44625L4.70394 9.99999L3.74485 10.5537C2.47834 11.2849 2.0444 12.9044 2.77561 14.1709C3.50683 15.4374 5.1263 15.8713 6.39281 15.1401L7.35191 14.5864V15.6939C7.35191 17.1563 8.53744 18.3419 9.99987 18.3419C11.4623 18.3419 12.6478 17.1563 12.6478 15.6939V14.5864L13.6069 15.1401C14.8734 15.8713 16.4929 15.4374 17.2241 14.1709C17.9553 12.9044 17.5214 11.2849 16.2549 10.5537L15.2958 9.99999L16.2549 9.44625C17.5214 8.71503 17.9553 7.09556 17.2241 5.82906C16.4929 4.56255 14.8734 4.12862 13.6069 4.85983L12.6478 5.41357V4.30611C12.6478 2.84368 11.4623 1.65814 9.99987 1.65814ZM8.85191 4.30611C8.85191 3.6721 9.36587 3.15814 9.99987 3.15814C10.6339 3.15814 11.1478 3.6721 11.1478 4.30611V6.71261C11.1478 6.98056 11.2908 7.22816 11.5228 7.36213C11.7549 7.4961 12.0408 7.4961 12.2728 7.36213L14.3569 6.15887C14.906 5.84187 15.6081 6.02999 15.9251 6.57906C16.2421 7.12812 16.054 7.83021 15.5049 8.14721L13.4208 9.35048C13.1887 9.48445 13.0458 9.73205 13.0458 10C13.0458 10.2679 13.1888 10.5155 13.4208 10.6495L15.5049 11.8528C16.054 12.1698 16.2421 12.8718 15.9251 13.4209C15.6081 13.97 14.906 14.1581 14.3569 13.8411L12.2728 12.6378C12.0408 12.5039 11.7549 12.5039 11.5228 12.6378C11.2908 12.7718 11.1478 13.0194 11.1478 13.2873V15.6939C11.1478 16.3279 10.6339 16.8419 9.99987 16.8419C9.36587 16.8419 8.85191 16.3279 8.85191 15.6939V13.2873C8.85191 13.0194 8.70896 12.7718 8.47691 12.6378C8.24486 12.5039 7.95896 12.5039 7.72691 12.6378L5.64281 13.8411C5.09374 14.1581 4.39165 13.97 4.07465 13.4209C3.75765 12.8718 3.94578 12.1698 4.49484 11.8528L6.57894 10.6495C6.81099 10.5155 6.95395 10.268 6.95395 10C6.95395 9.73205 6.811 9.48445 6.57895 9.35048L4.49484 8.14721C3.94577 7.83021 3.75765 7.12812 4.07465 6.57906C4.39165 6.02999 5.09374 5.84187 5.64281 6.15887L7.72691 7.36213C7.95896 7.4961 8.24486 7.4961 8.47691 7.36213C8.70896 7.22815 8.85191 6.98056 8.85191 6.71261V4.30611Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{d:"M10 7.75C8.75736 7.75 7.75 8.75736 7.75 10C7.75 11.2426 8.75736 12.25 10 12.25C11.2426 12.25 12.25 11.2426 12.25 10C12.25 8.75736 11.2426 7.75 10 7.75ZM6.25 10C6.25 7.92893 7.92893 6.25 10 6.25C12.0711 6.25 13.75 7.92893 13.75 10C13.75 12.0711 12.0711 13.75 10 13.75C7.92893 13.75 6.25 12.0711 6.25 10Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})]}))});L.displayName="IconPrintPatternBicolorSolid";export{L as IconPrintPatternBicolorSolid,L as default};
1
+ import{_ as n,a as C,b as s,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],L=d(function(e,c){var r=e.color,i=r===void 0?"currentColor":r,o=n(e,p),a=o,l=a.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(l?l+" ":"","customeow-icon customeow-icon-icon-print-pattern-bicolor-solid")}),s("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:[t("path",{opacity:".4",d:"M9.99987 1.6582C8.53744 1.6582 7.35191 2.84374 7.35191 4.30617V5.41363L6.39281 4.85989C5.1263 4.12868 3.50683 4.56261 2.77561 5.82912C2.0444 7.09562 2.47833 8.71509 3.74483 9.44631L4.70394 10.0001L3.74485 10.5538C2.47834 11.285 2.0444 12.9045 2.77561 14.171C3.50683 15.4375 5.1263 15.8714 6.39281 15.1402L7.35191 14.5864V15.6939C7.35191 17.1564 8.53744 18.3419 9.99987 18.3419C11.4623 18.3419 12.6478 17.1564 12.6478 15.6939V14.5864L13.6069 15.1402C14.8734 15.8714 16.4929 15.4375 17.2241 14.171C17.9553 12.9045 17.5214 11.285 16.2549 10.5538L15.2958 10.0001L16.2549 9.44631C17.5214 8.71509 17.9553 7.09562 17.2241 5.82912C16.4929 4.56261 14.8734 4.12868 13.6069 4.8599L12.6478 5.41363V4.30617C12.6478 2.84374 11.4623 1.6582 9.99987 1.6582ZM8.85191 4.30617C8.85191 3.67216 9.36587 3.1582 9.99987 3.1582C10.6339 3.1582 11.1478 3.67216 11.1478 4.30617V6.71267C11.1478 6.98062 11.2908 7.22822 11.5228 7.36219C11.7549 7.49617 12.0408 7.49616 12.2728 7.36219L14.3569 6.15893C14.906 5.84193 15.6081 6.03005 15.9251 6.57912C16.2421 7.12818 16.054 7.83027 15.5049 8.14727L13.4208 9.35054C13.1887 9.48452 13.0458 9.73211 13.0458 10.0001C13.0458 10.268 13.1888 10.5156 13.4208 10.6496L15.5049 11.8528C16.054 12.1698 16.2421 12.8719 15.9251 13.421C15.6081 13.97 14.906 14.1582 14.3569 13.8412L12.2728 12.6379C12.0408 12.5039 11.7549 12.5039 11.5228 12.6379C11.2908 12.7719 11.1478 13.0195 11.1478 13.2874V15.6939C11.1478 16.328 10.6339 16.8419 9.99987 16.8419C9.36587 16.8419 8.85191 16.328 8.85191 15.6939V13.2874C8.85191 13.0195 8.70896 12.7719 8.47691 12.6379C8.24486 12.5039 7.95896 12.5039 7.72691 12.6379L5.64281 13.8412C5.09374 14.1582 4.39165 13.97 4.07465 13.421C3.75765 12.8719 3.94578 12.1698 4.49484 11.8528L6.57894 10.6496C6.81099 10.5156 6.95395 10.268 6.95395 10.0001C6.95395 9.73211 6.811 9.48452 6.57895 9.35054L4.49484 8.14727C3.94577 7.83027 3.75765 7.12818 4.07465 6.57912C4.39165 6.03005 5.09374 5.84193 5.64281 6.15893L7.72691 7.36219C7.95896 7.49616 8.24486 7.49616 8.47691 7.36219C8.70896 7.22822 8.85191 6.98062 8.85191 6.71267V4.30617Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{d:"M10 7.75C8.75736 7.75 7.75 8.75736 7.75 10C7.75 11.2426 8.75736 12.25 10 12.25C11.2426 12.25 12.25 11.2426 12.25 10C12.25 8.75736 11.2426 7.75 10 7.75ZM6.25 10C6.25 7.92893 7.92893 6.25 10 6.25C12.0711 6.25 13.75 7.92893 13.75 10C13.75 12.0711 12.0711 13.75 10 13.75C7.92893 13.75 6.25 12.0711 6.25 10Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})]}))});L.displayName="IconPrintPatternBicolorSolid";export{L as IconPrintPatternBicolorSolid,L as default};
@@ -1 +1 @@
1
- import{_ as n,a as r,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],m=d(function(c,a){var t=c.color,s=t===void 0?"currentColor":t,o=n(c,p),l=o,e=l.className;return o=r(r({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(e?e+" ":"","customeow-icon customeow-icon-icon-production-solid")}),i("svg",r(r({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:i("path",{d:"M3 15.5C3 16.3284 3.67157 17 4.5 17L15.5 17C16.3284 17 17 16.3284 17 15.5V4.5C17 3.67157 16.3284 3 15.5 3H11.5V9H8.5V3H4.5C3.67157 3 3 3.67157 3 4.5V15.5Z",fill:s})}))});m.displayName="IconProductionSolid";export{m as IconProductionSolid,m as default};
1
+ import{_ as s,a as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var n=["color"],H=d(function(r,l){var c=r.color,C=c===void 0?"currentColor":c,o=s(r,n),a=o,i=a.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-production-solid")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:l,children:t("path",{d:"M2 3.19995C2 2.64767 2.44772 2.19995 3 2.19995H9C9.55228 2.19995 10 2.64767 10 3.19995V3.74995H14.7507C16.6839 3.74995 18.25 5.31719 18.25 7.24995C18.25 9.18295 16.683 10.75 14.75 10.75H12.8855C12.567 11.7642 11.6194 12.5 10.5 12.5C9.38059 12.5 8.43302 11.7642 8.11445 10.75H5.75C4.64543 10.75 3.75 11.6454 3.75 12.75C3.75 13.8545 4.64543 14.75 5.75 14.75H10V14.2C10 13.6477 10.4477 13.4 11 13.2H17C17.5523 13.2 18 13.8477 18 14.2V16.8C18 17.3522 17.5523 17.8 17 17.8H11C10.4477 17.8 10 17.3522 10 16.8V16.25H5.75C3.817 16.25 2.25 14.6829 2.25 12.75C2.25 10.817 3.817 9.24995 5.75 9.24995H8.11445C8.43302 8.23567 9.38059 7.49995 10.5 7.49995C11.6194 7.49995 12.567 8.23567 12.8855 9.24995H14.75C15.8546 9.24995 16.75 8.35452 16.75 7.24995C16.75 6.14514 15.855 5.24995 14.7507 5.24995H10V5.79995C10 6.35224 9.55228 6.79995 9 6.79995H3C2.44772 6.79995 2 6.35224 2 5.79995V3.19995ZM3.5 5.29995V3.69995H8.5V5.29995H3.5ZM11.5 16.3V14.7H16.5V16.3H11.5ZM11.5 9.99995C11.5 10.5522 11.0523 11 10.5 11C9.94772 11 9.5 10.5522 9.5 9.99995C9.5 9.44767 9.94772 8.99995 10.5 8.99995C11.0523 8.99995 11.5 9.44767 11.5 9.99995Z",fill:C,fillRule:"evenodd",clipRule:"evenodd"})}))});H.displayName="IconProductionSolid";export{H as IconProductionSolid,H as default};
@@ -0,0 +1 @@
1
+ import{_ as l,a as t,b as e,j as H}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as C}from"react";var d=["color"],n=C(function(a,s){var r=a.color,V=r===void 0?"currentColor":r,o=l(a,d),i=o,c=i.className;return o=t(t({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-smart-objects-solid")}),e("svg",t(t({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:s,children:[H("path",{d:"M12.2 7.20001H15.2V10.2C15.2 10.7523 15.6477 11.2 16.2 11.2H19.2V17.2C19.2 17.7523 18.7522 18.2 18.2 18.2H15.2V16.2H16.2C16.7522 16.2 17.2 15.7523 17.2 15.2V13.2C17.2 12.6477 16.7522 12.2 16.2 12.2H14.2C13.6477 12.2 13.2 12.6477 13.2 13.2H11.2V8.20001C11.2 7.64773 11.6477 7.20001 12.2 7.20001Z",fill:V}),H("path",{d:"M16.7 10.2H19.2L16.2 7.20001V9.70001C16.2 9.97615 16.4238 10.2 16.7 10.2ZM9.19995 15.2C9.19995 14.6477 9.64767 14.2 10.2 14.2H13.2C13.7522 14.2 14.2 14.6477 14.2 15.2V18.2C14.2 18.7523 13.7522 19.2 13.2 19.2H10.2C9.64767 19.2 9.19995 18.7523 9.19995 18.2V15.2Z",fill:V}),e("g",{opacity:".5",fill:V,children:[H("path",{d:"M1.19995 2.95001C1.19995 1.98351 1.98345 1.20001 2.94995 1.20001H16.95C17.9165 1.20001 18.7 1.98351 18.7 2.95001V8.15304C18.6833 8.15257 18.6666 8.15234 18.6499 8.15234L17.2 6.70001V2.95001C17.2 2.81194 17.088 2.70001 16.95 2.70001H2.94995C2.81188 2.70001 2.69995 2.81194 2.69995 2.95001V16.95C2.69995 17.0881 2.81188 17.2 2.94995 17.2H8.06657V18.5001C8.06657 18.5677 8.0704 18.6344 8.07786 18.7H2.94995C1.98345 18.7 1.19995 17.9165 1.19995 16.95V2.95001Z"}),H("path",{d:"M5.31657 3.70001H3.6499V5.20001H5.31657V3.70001ZM6.23324 3.70001H8.06657V5.20001H6.23324V3.70001ZM8.98324 3.70001H10.8166V5.20001H8.98324V3.70001ZM11.7332 3.70001H13.5666V5.20001H11.7332V3.70001ZM14.4832 3.70001H16.1499V5.20001H14.4832V3.70001ZM3.6499 8.11668V6.28335H5.1499V8.11668H3.6499ZM3.6499 9.03335V10.8667H5.1499V9.03335H3.6499ZM3.6499 11.7833V13.6167H5.1499V11.7833H3.6499ZM5.31657 14.7H3.6499V16.2H5.31657V14.7ZM6.23324 16.2H8.06657V14.7H6.23324V16.2Z"})]})]}))});n.displayName="IconSmartObjectsSolid";export{n as IconSmartObjectsSolid,n as default};
@@ -0,0 +1 @@
1
+ import{_ as d,a as e,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var p=["color"],m=n(function(r,l){var a=r.color,t=a===void 0?"currentColor":a,o=d(r,p),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-tag-solid")}),i("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:l,children:i("path",{d:"M4.90686 2.41699C3.52615 2.41699 2.40686 3.53628 2.40686 4.91699L2.44765 8.47155C2.44765 9.13459 2.71104 9.77047 3.17988 10.2393L9.79135 16.8507C10.7677 17.827 12.3506 17.827 13.3269 16.8507L16.8608 13.3172C17.8371 12.3409 17.8371 10.758 16.8608 9.78168L10.2494 3.1703C9.78053 2.70145 9.14465 2.43806 8.48161 2.43806L4.90686 2.41699ZM5.80368 6.81381C6.35596 6.81381 6.80368 6.3661 6.80368 5.81381C6.80368 5.26153 6.35596 4.81381 5.80368 4.81381C5.25139 4.81381 4.80368 5.26153 4.80368 5.81381C4.80368 6.3661 5.25139 6.81381 5.80368 6.81381Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))});m.displayName="IconTagSolid";export{m as IconTagSolid,m as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as C,j as l}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(e,r){var t=e.color,c=t===void 0?"currentColor":t,o=s(e,d),a=o,i=a.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-tilt-outline")}),l("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:r,children:l("path",{d:"M7.25 1C5.45508 1 4 2.45508 4 4.25C4 5.49707 4.70239 6.58014 5.73315 7.12506L4.64319 12.0236C4.51428 12.008 4.38306 12 4.25 12C2.45508 12 1 13.4551 1 15.25C1 17.0449 2.45508 18.5 4.25 18.5C5.96082 18.5 7.36279 17.1781 7.49048 15.5H10.0095C10.1372 17.1781 11.5392 18.5 13.25 18.5C15.0449 18.5 16.5 17.0449 16.5 15.25C16.5 14.0506 15.8502 13.003 14.8835 12.4398L15.9972 7.4903C16.0807 7.4967 16.1649 7.5 16.25 7.5C18.0449 7.5 19.5 6.04492 19.5 4.25C19.5 2.45508 18.0449 1 16.25 1C14.5392 1 13.1372 2.3219 13.0095 4H10.4905C10.3628 2.3219 8.96082 1 7.25 1ZM5.5 4.25C5.5 3.28351 6.28345 2.5 7.25 2.5C8.21655 2.5 9 3.28351 9 4.25C9 5.21649 8.21655 6 7.25 6C6.28345 6 5.5 5.21649 5.5 4.25ZM7.25098 14H10.249C10.7388 12.8255 11.8981 12 13.25 12C13.277 12 13.304 12.0003 13.3308 12.001C13.3687 12.0019 13.4064 12.0035 13.4438 12.0057L14.5636 7.02875C13.9789 6.6731 13.5151 6.13806 13.249 5.5H10.251C9.76123 6.6745 8.60193 7.5 7.25 7.5C7.22876 7.5 7.20752 7.49982 7.1864 7.49939L6.06238 12.5519C6.58777 12.9055 7.00427 13.4084 7.25098 14ZM16.25 2.5C15.2834 2.5 14.5 3.28351 14.5 4.25C14.5 5.21649 15.2834 6 16.25 6C17.2166 6 18 5.21649 18 4.25C18 3.28351 17.2166 2.5 16.25 2.5ZM13.25 13.5C12.2834 13.5 11.5 14.2835 11.5 15.25C11.5 16.2165 12.2834 17 13.25 17C14.2166 17 15 16.2165 15 15.25C15 14.2835 14.2166 13.5 13.25 13.5ZM2.5 15.25C2.5 14.2835 3.28345 13.5 4.25 13.5C5.21655 13.5 6 14.2835 6 15.25C6 16.2165 5.21655 17 4.25 17C3.28345 17 2.5 16.2165 2.5 15.25Z",fill:c,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconTiltOutline";export{p as IconTiltOutline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as C,a as e,b as n,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var h=["color"],p=d(function(l,i){var t=l.color,c=t===void 0?"currentColor":t,o=C(l,h),s=o,r=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(r?r+" ":"","customeow-icon customeow-icon-icon-tool-color-swatch-outline")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[a("path",{d:"M2 3.52601C2 2.68322 2.68322 2 3.52601 2H8.15029C8.99308 2 9.6763 2.68322 9.6763 3.52601V5.13935L11.2796 3.53608C11.8755 2.94013 12.8417 2.94013 13.4377 3.53608L16.7075 6.80594C17.3035 7.40188 17.3035 8.3681 16.7075 8.96404L14.8855 10.7861H16.474C17.3168 10.7861 18 11.4693 18 12.3121V16.474C18 17.3168 17.3168 18 16.474 18H3.52601C2.68322 18 2 17.3168 2 16.474V3.52601ZM3.52601 16.7977H8.15029C8.32906 16.7977 8.47399 16.6528 8.47399 16.474V3.52601C8.47399 3.34724 8.32906 3.20231 8.15029 3.20231H3.52601C3.34724 3.20231 3.20231 3.34724 3.20231 3.52601V16.474C3.20231 16.6528 3.34724 16.7977 3.52601 16.7977ZM9.6419 16.7977H16.474C16.6528 16.7977 16.7977 16.6528 16.7977 16.474V12.3121C16.7977 12.1334 16.6528 11.9884 16.474 11.9884H13.6832L9.6763 15.9954V16.474C9.6763 16.5851 9.66443 16.6934 9.6419 16.7977ZM9.6763 14.295L15.8574 8.11388C15.9838 7.98747 15.9838 7.78251 15.8574 7.6561L12.5875 4.38624C12.4611 4.25983 12.2561 4.25983 12.1297 4.38624L9.6763 6.83968V14.295Z",fill:c,fillRule:"evenodd",clipRule:"evenodd"}),a("path",{d:"M6.76301 14.6243C6.76301 15.1351 6.34893 15.5491 5.83815 15.5491C5.32737 15.5491 4.9133 15.1351 4.9133 14.6243C4.9133 14.1135 5.32737 13.6994 5.83815 13.6994C6.34893 13.6994 6.76301 14.1135 6.76301 14.6243Z",fill:c})]}))});p.displayName="IconToolColorSwatchOutline";export{p as IconToolColorSwatchOutline,p as default};
@@ -1 +1 @@
1
- import{_ as d,a as e,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var m=["color"],p=n(function(r,l){var a=r.color,t=a===void 0?"currentColor":a,o=d(r,m),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-tool-video-camera")}),i("svg",e(e({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:l,children:i("path",{d:"M1.5 7.5C1.5 5.84315 2.84315 4.5 4.5 4.5H13.5C15.1569 4.5 16.5 5.84315 16.5 7.5V8.68934L19.9393 5.25C20.8843 4.30505 22.5 4.97431 22.5 6.31066V17.6893C22.5 19.0257 20.8843 19.6949 19.9393 18.75L16.5 15.3107V16.5C16.5 18.1569 15.1569 19.5 13.5 19.5H4.5C2.84315 19.5 1.5 18.1569 1.5 16.5V7.5ZM16.5 13.1893L21 17.6893V6.31066L16.5 10.8107V13.1893ZM4.5 6C3.67157 6 3 6.67157 3 7.5V16.5C3 17.3284 3.67157 18 4.5 18H13.5C14.3284 18 15 17.3284 15 16.5V7.5C15 6.67157 14.3284 6 13.5 6H4.5Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconToolVideoCamera";export{p as IconToolVideoCamera,p as default};
1
+ import{_ as d,a as e,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var m=["color"],p=n(function(r,l){var a=r.color,t=a===void 0?"currentColor":a,o=d(r,m),s=o,c=s.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-tool-video-camera")}),i("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:l,children:i("path",{d:"M1.25 6.25C1.25 4.86929 2.36929 3.75 3.75 3.75H11.25C12.6307 3.75 13.75 4.86929 13.75 6.25V7.24112L16.6161 4.375C17.4036 3.58754 18.75 4.14526 18.75 5.25888V14.7411C18.75 15.8547 17.4036 16.4125 16.6161 15.625L13.75 12.7589V13.75C13.75 15.1307 12.6307 16.25 11.25 16.25H3.75C2.36929 16.25 1.25 15.1307 1.25 13.75V6.25ZM13.75 10.9911L17.5 14.7411V5.25888L13.75 9.00888V10.9911ZM3.75 5C3.05964 5 2.5 5.55964 2.5 6.25V13.75C2.5 14.4404 3.05964 15 3.75 15H11.25C11.9404 15 12.5 14.4404 12.5 13.75V6.25C12.5 5.55964 11.9404 5 11.25 5H3.75Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconToolVideoCamera";export{p as IconToolVideoCamera,p as default};
@@ -1 +1 @@
1
- import{_ as n,a as r,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as p}from"react";var d=["color"],m=p(function(c,t){var e=c.color,s=e===void 0?"currentColor":e,o=n(c,d),l=o,i=l.className;return o=r(r({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-vip-solid")}),a("svg",r(r({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:a("path",{d:"M17.8289 3.98646L10.0972 15.8829C10.0166 15.9921 9.89065 16.0592 9.75462 16.0676H7.94093C7.80994 16.0609 7.69407 15.982 7.64033 15.8644L2.81559 4.00661C2.76856 3.89409 2.83238 3.80005 2.95161 3.80005H8.47832C8.59923 3.80005 8.65297 3.88905 8.59252 3.99485L7.80826 5.1536C7.74781 5.27787 7.73941 5.42061 7.78307 5.5516L9.41539 9.79697C9.45906 9.90781 9.54974 9.91956 9.61523 9.81712L13.3921 3.98813C13.4727 3.87898 13.5969 3.8118 13.733 3.80341H17.7248C17.8474 3.80005 17.8944 3.88402 17.8289 3.98646Z",fill:s})}))});m.displayName="IconVipSolid";export{m as IconVipSolid,m as default};
1
+ import{_ as n,a as r,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as p}from"react";var d=["color"],m=p(function(c,t){var e=c.color,s=e===void 0?"currentColor":e,o=n(c,d),l=o,i=l.className;return o=r(r({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-vip-solid")}),a("svg",r(r({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:t,children:a("path",{d:"M17.8289 4.68641L10.0972 16.5829C10.0166 16.692 9.89065 16.7592 9.75462 16.7676H7.94093C7.80994 16.7609 7.69407 16.6819 7.64033 16.5644L2.81559 4.70656C2.76856 4.59404 2.83238 4.5 2.95161 4.5H8.47832C8.59923 4.5 8.65297 4.58901 8.59252 4.6948L7.80826 5.85355C7.74781 5.97782 7.73941 6.12056 7.78307 6.25155L9.41539 10.4969C9.45906 10.6078 9.54974 10.6195 9.61523 10.5171L13.3921 4.68809C13.4727 4.57893 13.5969 4.51176 13.733 4.50336H17.7248C17.8474 4.5 17.8944 4.58397 17.8289 4.68641Z",fill:s})}))});m.displayName="IconVipSolid";export{m as IconVipSolid,m as default};